@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
	font-size: calc(100vw/19.2);
	overflow-x: hidden; overflow-y: auto;
}
html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 14px;
	line-height: 1.5em;
	color: #999;
	background: #fff;
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button {
	border: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
li {
	list-style: none;
}
ul,ol,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/*修改滚动条*/
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #c1c1c1;
}
::-webkit-scrollbar-thumb:vertical:hover {
background: #c1c1c1;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #666;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	border: none;
	background: unset;
	padding-right: 15px;
    border-bottom: 1px solid #858282;
}
select::-ms-expand { display: none; }
a{color: #858282;}

/*公共样式*/
.disline{display: inline-block;vertical-align: middle;}
.c-clear { zoom: 1; }
.c-clear:after { content:''; display: block; clear: both; }
.c-fl { float: left; }
.c-fr { float: right; }
.c-container{
	position: relative;
	width: 100%;
	padding:0 3.6rem;
}

/*fenye*/
.de-page-mian {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: 10px 0 35px;
}
.de-page-mian .page-inner {
	display: inline-block;
	overflow: hidden;
}
.de-page-mian .page-inner a {
	display: block;
	float: left;
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	border: 1px solid #dddddd;
	background: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin-right: -1px;
	overflow: hidden;
	width: auto;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
	color: #fff;
	border-color: #e70004;
	background: #e70004;
}
.de-page-mian .page-inner a.prev {
	margin-right: 10px;
	background: #ffffff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
	background: #ffffff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
	margin-left: 10px;
	margin-right: 15px;
	background: #ffffff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
	background: #ffffff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
	font-size: 12px;
	margin-right: 0;
	width: 63px;
	margin-left: 10px;
}
.de-page-mian .page-inner span {
	display: block;
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 38px;
}
.de-page-mian .page-inner input {
	display: block;
	float: left;
	height: 36px;
	width: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin: 0 5px;
}
#page_Content{
	padding: 0.15rem;
	background-color: #fff;
}
#prev_next a{
	color: #333;
	transition: 0.5s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 77%;
    vertical-align: top;
}
#prev_next a:hover{
	color: #ed3333;
}
#prev_next{
	overflow: hidden;
	line-height: 3;

	padding-top: 2%;
	margin-top: 2%;
	background-color: #f0f5f7;
	padding: 5px 20px;
}
#prev_next .page-a{display: inline-block;}
#prev_next  img{vertical-align: middle; }
#prev_next li{width: 50%;}
#prev_next li:first-child{
	float: left;
}
#prev_next li:last-child{
	float: right;
	text-align: right;
}

/* header */
.header{
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
}
.header .inner{padding: 0 2.1rem;}
.header .top{border-bottom: 1px solid #d9d9d9;line-height: 36px;}
.header .top form button{background: unset;background: unset;margin-right: 10px;}
.header .top form input{background: unset;}
.header .top .topbtn .icon{
	color: #e80004;
	display: inline-block;
	border-left: 1px solid #616161;
	padding-left: 30px;
	margin-left: 30px;
	line-height: 20px;margin-right: 30px;
	font-size: 20px;
	vertical-align: middle;
}
.header .top .topbtn .disline a{
	display: inline-block;
	padding: 0 20px;
	line-height: 17px;
	padding: 0 10px;
	border-right: 1px  solid #616161;
}
.header .top .topbtn .disline a:last-child{
	border: none;
}


.header .logo h1 img{padding: 20px 0;}
.header .logo .telnum{padding-top: 3.5%;line-height: 27px;}
.header .logo .telnum .icon{
	font-size: 0.42rem;color: #ff9100;
    display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.header .logo .telnum .disline{
	text-align: left;
}
.header .logo .telnum .tels{
	color: #e70004;
	font-size: 24px;
	font-weight: bold;
}
.no-goods{
	text-align: center;
	margin: 20px auto;
}
nav{background-color: #cf0c10;}
nav>ul{padding: 0 2.1rem;}
nav>ul>li{
	/*导航间距的长度*/
	width: 11.11%;
	text-align: center;
	float: left;
	transition: 0.3s;
}
nav>ul>li>a{
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 18px 0;
	/* padding: 0 45px; */
	border-right: 1px solid #fff;
}
nav>ul>li:last-child a{border: none;}
nav>ul>li>ul{
	position: absolute;
	z-index: 10;
	width: 100%;
	top:195px;
	left:0;
	display: none;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
	padding: 0;
	transform: translateX(-0%);
	background-color: rgba(255, 255, 255, 0.8);
}
nav>ul>li>ul>li{
	display: inline-block;
	margin: 19px 0;
}
nav>ul>li>ul>li a{
	display: block;
	padding: 0 30px;
	border-right: 1px solid #636363;
	color: #636363;
	font-size: 18px;
	transition: 0.3s;
}
nav>ul>li>ul>li:last-child a{border: none;}
/* banner */
.banner{
	width: 100%;
    display: flex;
    position: relative;
	z-index: 0;
	padding-bottom: 44.5%;
}
.banner .swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-slide{overflow: hidden;}
.banner .slide-content{padding-top: 25%;}
.banner .slide-content a{
	display: inline-block;
	margin: 3% auto 0;
	font-size: 31px;
	border-radius: 10px;
	width: 268px;
	padding: 1% 0;
	color: #7e8ab1;
	transition: 0.3s;
	background-color: #fff;
	box-shadow: 0 5px 5px #4d5261;
}
.banner .slide-content a:hover{
	color: #ef821e;
	box-shadow: 0 5px 5px #ef821e;
}
.banner .slide-inner{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.banner .swiper-button-next{
	top: 78%;
    left: 84%;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    background: unset;
    line-height: 55px;
    text-align: center;
	border-radius: 50%;
	transition: 0.3s;
}
.banner .swiper-button-prev{
	top: 78%;
	left: 79%;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    background: unset;
    line-height: 55px;
    text-align: center;
	border-radius: 50%;
	transition: 0.3s;
}
.banner .swiper-button-prev .icon,.banner .swiper-button-next .icon{
	color: #fff;
}
/* bannerend */
/* indexnews */
.indexnews{
	background-color: #f2f6f9;
}
.indexnews .thressnews{
	border-radius: 10px;
	margin-top: -9%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.indexnews .thressnews .newsbtn{
	padding: 0px 25px;
	border-bottom: 1px solid #d3d3d3;
}
.indexnews .thressnews .newsbtn a{
	font-size: 18px;color: #545454;
	display: inline-block;
	line-height: 50px;
	margin: 0 15px;
	transition: 0.3s;
}
.indexnews .thressnews .newsbtn a.on{font-weight: bold;color: #e70004; border-bottom: 4px solid #e70004;}
.indexnews .thressnews .newsbtn a:hover{
	color: #e70004;font-weight: bold;
	border-bottom: 4px solid #e70004;
}
.indexnews .thressnews .newsinner{
	padding: 0 35px;
}
.indexnews .thressnews .newsinner .imgbox{
	margin-top: 22px;margin-bottom: 26px;
	width: 95%;
}
.indexnews .thressnews .newsinner .imgbox img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.imgbox{
	overflow: hidden;
}
.imgbox img{
	max-width: 100%;
	transition: 0.3s;
	display: inline-block;
}
.imgbox:hover img{
	transform: scale(1.1);
}
.newsinner_info{
	padding-left: 1%;
	padding-top: 12%;
	padding-right: 5%;
	border-right: 1px solid #d3d3d3;
}
.newsinner_info .time{
	color: #e70004;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5%;
}
.newsinner_info .time span{
	font-size: 0.5rem;
	font-family: fantasy;
	font-weight:100;
	margin-right: 10px;
}
.newsinner_info h3{
	color: #080808;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsinner_info p{font-size: 15px;line-height: 30px;}
.newsinner_info .mores{transition: 0.3s;margin-top: 15px;display: inline-block;}
.newsinner_info .mores:hover{color: #e70004;}
#swiper-container1 .newsinner_info{
	padding-right: 0;
	padding-left: 5%;
	border-right: none;
}
#swiper-container1 .cbtn{
	position: relative;
	width: 120px;
	float: right;
}
#swiper-container1 .gobox{background: unset;line-height: 44px;}
#swiper-container1 .numbox{padding-left: 26%;}
#swiper-container1 .big{color: #e70004;}
/* indexnews */
.company{
	padding-top: 0.5rem;
	padding-bottom: 1.3rem;
	background-color: #f2f6f9;
}
.company .myname{padding-right: 8%;}
.company .myname h2{font-size: 33px;color: #333;line-height: 2;margin-bottom: 25px;}
.company .myname .cons{
	font-size: 16px;
	line-height: 30px;
}
.company .myname .more{
	font-size: 15px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 7%;
}
.company .myname .more .icon{
	color: #e70004;
    font-size: 25px;
    display: inline-block;
    vertical-align: sub;
}


.company .mapimgs{
	position: relative;
}
.company .mapimgs img{max-width: 105%;}
.company .mapimgs .mapgo{
	position: absolute;
	top: 39%;
    right: 17%;
}

.company .mapimgs .bos1{zoom: 0.7;right: 34%;top: 33%;}
.company .mapimgs .bos2{zoom: 0.7;right: 39%;top: 46%;}
.company .mapimgs .bos3{zoom: 0.7;right: 50%;top: 48%;}
.company .mapimgs .bos4{zoom: 0.7;right: 42%;top: 55%;}
.company .mapimgs .bos5{zoom: 0.7;right: 45%;top: 58%;}
.company .mapimgs .bos6{zoom: 0.7;right: 50%;top: 58%;}
.company .mapimgs .mapgo img{position: relative;z-index: 10;}	

@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(4); opacity: 0.5;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(8);opacity:0.5;}}
.company .mapimgs .mapgo::before{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
	top: 59%;
	left: 33%;
	background-color: rgba(231, 0, 4, .9);
	animation: scale 1.5s infinite;
}
.company .mapimgs .mapgo::after{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
	top: 59%;
	left: 33%;
	background-color: rgba(231, 0, 4, .9);
	animation: scale2 1.5s infinite;
}
.company .mapimgs .mapgo:nth-child(3)::before{background-color: rgba(252, 128, 53, 1);animation: scale 2.5s  infinite;}
.company .mapimgs .mapgo:nth-child(4)::before{background-color: rgba(252, 128, 53, 1);animation: scale 2.5s  infinite;}
.company .mapimgs .mapgo:nth-child(5)::before{background-color: rgba(252, 128, 53, 1);animation: scale 2.5s  infinite;}
.company .mapimgs .mapgo:nth-child(6)::before{background-color: rgba(252, 128, 53, 1);animation: scale 2.5s  infinite;}
.company .mapimgs .mapgo:nth-child(7)::before{background-color: rgba(252, 128, 53, 1);animation: scale 2.5s  infinite;}
.company .mapimgs .mapgo:nth-child(8)::before{background-color: rgba(252, 128, 53, 1);animation: scale 2.5s  infinite;}
.company .mapimgs .mapgo:nth-child(3)::after{background-color: rgba(252, 128, 53, .4);animation: scale 1s  infinite;}
.company .mapimgs .mapgo:nth-child(4)::after{background-color: rgba(252, 128, 53, .4);animation: scale 1s  infinite;}
.company .mapimgs .mapgo:nth-child(5)::after{background-color: rgba(252, 128, 53, .4);animation: scale 1s  infinite;}
.company .mapimgs .mapgo:nth-child(6)::after{background-color: rgba(252, 128, 53, .4);animation: scale 1s  infinite;}
.company .mapimgs .mapgo:nth-child(7)::after{background-color: rgba(252, 128, 53, .4);animation: scale 1s  infinite;}
.company .mapimgs .mapgo:nth-child(8)::after{background-color: rgba(252, 128, 53, .4);animation: scale 1s  infinite;}

.comnum{
	width: 100%;
	padding: 1% 0px 1%;
	position: relative;
    z-index: 1;
}
.comnum ul{
	display: flex;
	padding-bottom: 3%;
	justify-content: space-between;
}
.comnum ul li{
	padding: 20px 15px;
	width: 240px;
	text-align: center;
}
.comnum ul li p{font-size: 18px;}
.comnum ul li b{
	color: #e70004;
	font-size: 48px;
	font-weight: 100;
	font-family: fantasy;
}
.comnum ul li span{
	font-size: 16px;
	color: #77777e;
	display: block;
	margin-top: 10px;
}
/* myhomego */
.myhomego .navbox{position: relative;}
.myhomego .myatge{
	position: absolute;
	width: 100%;
	top: 0;
	padding: 10%;
}
.myhomego .btngo{margin-top: -6.5%;}
.myhomego .myatge a{color: #fff;}
.myhomego .video img{max-width: 100%;}

.myhomego .navbox img{height: 340px;}



.myhomego .myatge .icon{
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 32px;
	display: inline-block;
	margin-bottom: 38%;
	background-image: linear-gradient(135deg,#fff,#8b8989);
	background-clip:text;
	-webkit-background-clip:text;
	color: transparent;
	position: relative;
	transition: 0.3s;
	text-shadow: 0px 0px 0px #fff;
}
.myhomego .myatge .icon::after{
	content: "";
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
}
.myhomego .myatge h3{font-size: 28px;line-height: 1.9;}

.myhomego .myatge p{font-size: 12px; text-transform: capitalize;}
.myhomego .navbox:hover .icon{transform: scale(1.2);}
.myhomego .navbox:hover img{filter: brightness(0.6);}
/* indexcase */
.indexcase{padding: 70px 0;}
.indexcase .name h3{font-size: 28px;color: #ff960b;line-height: 2;}
.indexcase .name h3::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 3px;
	background-color: #ff960b;
	margin-right: 20px;
}
.indexcase .name h3::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 3px;
	background-color: #ff960b;
	margin-left: 20px;
}
.indexcase .name p{
	font-size: 0.38rem;
	color: #333;
	line-height: 2;
}
.indexcase .fourserver{
	font-size: 20px;
	color: #333;
	line-height: 2;
	
}
.indexcase .fourserver>div{
	margin: 0 2%;
}
.indexcase .fourserver .icon{
	font-size: 38px;
	color: #ff960b;
	display: inline-block;
	vertical-align: sub;
}
.indexcase .fourserverbox{
	border: 1px solid #3a3f53;
}
.indexcase .fourserverbox .hide9 .part{
	display: block;
	transition: 0.3s;
}
.indexcase .fourserverbox .hide9 .part a{
	font-size: 17px;
	color: #333333;
	display: block;
	line-height: 92px;
	margin: 0 20px;
	border-bottom: 1px solid #e7e7e7;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
}
.indexcase .fourserverbox .hide9 .part:last-child a{
	border: none;
}
.indexcase .fourserverbox .hide9 .part a::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 5px solid #e70004;
	vertical-align: sub;
	margin-right: 20px;
}
.indexcase .fourserverbox .hide9 .part:hover{
	background-color: #333333;
	color: #fff;
	border-left: 3px solid #ff960b;
}
.indexcase .fourserverbox .hide9 .part:hover a{
	color: #fff;
}
.indexcase .fourserverbox .gramme .content-slide{
	padding: 10% 10% 58% 8%;
	background-color: rgba(51, 51, 51, 0.9);
}
.indexcase .fourserverbox .gramme .content-slide h5{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 3;
	margin-bottom: 10px;
}
.indexcase .fourserverbox .gramme .content-slide>div{
	font-size: 15px;
	color: #c0bbbb;
	line-height: 42px;
}
.indexcase .fourserverbox .gramme .content-slide .mores{
	color: #fff;
	font-weight: bold;
}
.indexcase .fourserverbox .gramme .content-slide .mores span{
	font-size: 24px;
    display: inline-block;
    color: #ff960b;
    vertical-align: bottom;
}
.fourserverbox .gallery-uls{
	height: 650px;
	overflow: hidden;
}

.fourserverbox .gallery-uls .swiper-slide .content-slide{
	opacity: 0.5;
	transform: translateX(-50%);
	transition: 1.5s;
}

.fourserverbox .gallery-uls .swiper-slide-active .content-slide{
	opacity: 1;
	transform: translateX(0);
}
.fourserverbox .gallery-uls .swiper-slide-visible .content-slide{
	opacity: 1;
	transform: translateX(0);
}

.indexcase .fourserverbox .gallery-uls .swiper-slide{
	background-repeat: no-repeat;
	background-size: cover;
}
.indexcase .fourserverbox .hide9 .active{
	background-color: #333333;
    color: #fff;
    border-left: 3px solid #ff960b;
}
.indexcase .fourserverbox .hide9 .active a{color: #fff;}


/* comjob */
.comjob .culture{
	background-image: url(../images/cul.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 22%;
	padding-left: 20%;
	padding-top: 5%;
}
.comjob .jobs{
	background-image: url(../images/jobs.jpg);
}
.comjob .culture h5{
	font-size: 38px;
	color: #333;
	line-height: 2;
	margin-bottom: 15px;
}
.comjob .culture .mores{
	color: #e70004;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	margin-top: 15px;
	transition: 0.3s;
}
.comjob .culture .mores:hover{
	letter-spacing: 2px;
}
/*otherpage*/

/* #myvideo{padding-bottom: 68%;} */

#myvideo{padding-bottom: 45%;}


.myhomego .company{padding-bottom: 5.5%;}
.combody #myvideo{padding-bottom: 67.23%;}

.navbanner{
	position: relative;
}
.navbanner img{max-width: 100%;
	min-height: 115px;
	object-fit: cover;
}
.navbanner .crumbs{
	position: absolute;
    bottom: 10%;
    font-size: 16px;
	right: 15%;
	color: #000;
}
.navbanner .crumbs a{
	color: #000;
	transition: 0.3s;
}
.navbanner .crumbs a:hover{
	color: #e70004;
}
.mycompany .newsbtn{
	border-bottom: 1px solid #d0d0d0;
}
.mycompany .newsbtn a{
	font-size: 18px;
    color: #545454;
    display: inline-block;
    line-height: 50px;
	margin: 0 4%;
	padding: 8px 0;
	transition: 0.3s;
	border-bottom: 4px solid #fff;
}
.mycompany .newsbtn a.on{color: #e70004; border-bottom: 4px solid #e70004;}
.mycompany .newsbtn a:hover{
	color: #e70004;
	border-bottom: 4px solid #e70004;
}
.consbox img{max-width: 100%;}
.mycompany .consbox{padding-top: 30px;}
.mycompany .name h3{font-size: 28px;color: #333;line-height: 2;}
.mycompany .name h3::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 3px;
	background-color: #e70004;
	margin-right: 20px;
}
.mycompany .name h3::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 3px;
	background-color: #e70004;
	margin-left: 20px;
}
.mycompany .comnum ul{padding-bottom: 0;}
.mycompany .default{line-height: 35px;padding-bottom: 20px;color: #000;}
.mycompany .default table{width: 100%;}
.mycompany .default table td,.mycompany .default table th{border: 1px solid #000; background-color: transparent!important;}
.mycompany .default table tr:first-child{
	font-weight: bold;
	color: #fff;
	background-color: #e70004!important;
}
.mycompany .default table p{margin: 0;}


.mycompany .default p{margin-bottom: 15px;font-size: 16px;margin-top: 3%;}
#zuzhi .gobox{
	background-image: unset;text-align: center;
	width: 38px;height: 70px;line-height: 70px;
	background-color: #e70004;
}
#zuzhi .imgbox img{width: 100%;height: 295px;object-fit: cover;}
#zuzhi .gobox .icon{font-size: 22px;font-weight: bold;color: #fff;}
.cul{padding: 40px 0;}
.cul .culbox{margin-top: 40px;}
.cul .culbox .adveg{
	width: 98%;
	border-radius: 15px;
	text-align: center;
	background-color: #f0f5f7;
	margin-bottom: 2%;
	padding: 20% 15%;
	height: 297px;
	transition: 0.3s;
	overflow: hidden;
}
.cul .culbox .adveg span{
	color: #fff;
	font-size: 48px;
	width: 104px;
	height: 104px;
	line-height: 100px;
	display: inline-block;
	border-radius: 50%;
	background-color: #c8c8c8;
	border: 1px solid #c8c8c8;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
}
.cul .culbox .adveg span::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	zoom: 6;
	border: 1px solid #f0f5f7;
	position: absolute;
	left: 0;
	top:0;
}
.cul .culbox .adveg h5{
	font-size: 24px;
	color: #333;
	line-height: 2;
}
.cul .culbox .adveg p{
	font-size: 12px;
	text-transform: uppercase;
}
.cul .culbox .adveg .slogen{
	opacity: 0;
	overflow: hidden;
	height: 0px;
	font-size: 15px;
    margin-top: 28%;
}
.cul .culbox .adveg:hover{
	color: #fff;
	padding: 15%;
	text-align: left;
	background-color: #cf0c10;
}
.cul .culbox .adveg:hover h5{
	color: #fff;
}
.cul .culbox .adveg:hover span{
	width: 0;height: 0;
	opacity: 0;
}
.cul .culbox .adveg:hover .slogen{
	opacity: 1;
	height: auto;
}
/* myhonor */
.myhonor{
	background-image: url(../images/com_honorbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top;
	padding-top: 70px;
}
.myhonor .name h3::before{display: none;}
.myhonor .topright h4{
	color: #fff;
	font-size: 20px;
	line-height: 3;
}
.myhonor .topright .mores{
	color: #e70004;
	font-weight: bold;
	transition: 0.3s;
}
.myhonor .topright .mores:hover{
	letter-spacing: 3px;
}
.myhonor .honorbox{
	margin-top: 50px;
	background-color: #fff;
	padding: 50px 35px;
}
.combody .mycompany .name h3{font-size: 35px;}
.myhonor .honorbox .swiper-container{
	padding-bottom: 50px;
}
.myhonor .honorbox .swiper-container .imgbox{
	padding: 15px;
	background-color: #f5f5f5;
}
.myhonor .honorbox .swiper-container .imgbox img{
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.myhonor .honorbox .swiper-container  .swiper-pagination-bullet-active{
	background-color: #cf0c10;
}
/* 955555555555555555555555555555555555 */
.mycompany .yw .name h3{
	padding-top: 4%;
	color: #e70004;
	font-size: 44px;
}
.mycompany .yw .name h3::after{display: none;}
.mycompany .yw .name h3::before{display: none;}
.mycompany .yw .name p{
	font-weight: bold;
	color: #333;
	font-size: 30px;
	line-height: 35px;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.alist {margin: 50px auto 10px;}
.alist .conbox{
	width: 96%;
	margin: auto;
}
.alist .conbox .imgbox{
	text-align: center;
	padding: 10px;
	background-color: #f5f5f5;
}
.alist .conbox .imgbox img{
	max-width: 100%;
	height: 300px;
	object-fit: cover;
}
.alist .conbox h6{
	color:#5a5a5a;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
	white-space: nowrap;
	border-bottom: 3px solid #e70004;
}
.honor{
	padding-bottom: 30px;
}
.newspage .conbox{width: 90%;}
.newspage .conbox a{
	display: block;
	margin-bottom: 0.45rem;
	box-shadow: 0 0 10px #c8c8c8;
}
.newspage .conbox .imgbox{padding: 0;}
.newspage .conbox .imgbox img{width: 100%;object-fit: cover;height: 280px;}
.newspage .conbox .newcard{
	padding: 20px;
}
.newspage .conbox h5{
	color: #000;
	font-size: 18px;
	line-height: 24px;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newspage .conbox .cons{
	height: 50px;
	line-height: 26px;
	margin-bottom: 20px;
}
.newspage .conbox .mores{
	float: right;
	color: #000;
	font-weight: bold;
}
.newspage .conbox .mores span{
	color: #e70004;
	font-size: 20px;
	display: inline-block;
	vertical-align: sub;
}
.newsdefault{
	padding: 40px 0 20px;
}
.newsnames{
	padding: 20px 0;
	border-bottom: 2px solid #c8c8c8;
	margin-bottom: 30px;
}
.newsnames h3{
	color: #000;
	line-height: 42px;
	font-size: 30px;
}
.newscontent{
	color: #000;
	font-size: 16px;
	line-height: 28px;
}
.newscontent table{width: 100%; text-align: center;}
.newscontent img{max-width: 100%;}
.newscontent p{
	margin-bottom: 10px;
}
.oth_news{
	border: 1px  solid #dfdfdf;
	padding: 20px 20px 5px;
	margin: 0% 6% 0;
}
.oth_news h5{
	color: #010101;
	font-size: 25px;
	line-height: 2;
}
.oth_news ul li h3{
	color: #000;
	line-height: 2.5;
	font-size: 18px;
}
.oth_news ul li{
	margin-bottom: 25px;
}
.oth_news ul li img{
	width: 100%;
	height: 260px;
	object-fit: cover;

}
.oth_news ul li a{
	color:#939393;
	display: block;
}
.oth_news ul li p{margin-top: 8px;margin-bottom: 7px;}
.oth_news ul li .viewmore{
	display: inline-block;
    background-color: #fff;
    width: 50%;
	min-width: 150px;
	text-align: center;
    margin: 14% auto 0;
    font-size: 14px;
    color: #939393;
    line-height: 3.1;
	transition: 0.3s;
	border: 1px solid #c9c9c9;
    vertical-align: middle;
}
.oth_news ul li .viewmore img{filter: brightness(0.7);}
.oth_news ul li:hover .viewmore{background-color: #da241a;border: 1px solid #da241a;color: #fff;}
.oth_news ul li:hover .viewmore img{filter:unset}

/* 招聘 */
.sect_inner{background-color: #fff;position: relative;}
.sect_job .index_ {padding-top: 5px;padding-bottom: 40px;}
.sect_job .m-table {table-layout: auto;width: 100%;line-height: 1.5;}
.sect_job .box{padding:2% 4%}
.sect_job .m-table{border-collapse:separate;border-spacing:0 10px;max-width:100%;margin:0 auto;}
.sect_job .m-table thead{font-size:20px}
.sect_job .m-table tbody tr:nth-child(2n){background:#fff}
.sect_job .m-table th{padding-top:20px;border:0;text-align: center; font-weight: 400; color: #333;}
.sect_job .m-table td{border:1px dashed #ccc;border-right:0;padding-top:14px;padding-bottom:14px ;text-align: center;color: #333;}
.sect_job .m-table td:first-child{border-left:1px dashed #ccc}
.sect_job .m-table td:last-child{border-right:1px dashed #ccc}
.sect_job .m-table td i{color:#ffa304;font-size:18px;margin-right:4px}
.sect_job .m-table td a{padding:5px 10px;background:#e70004;color:#fff}
.sect_job .m-table .left{text-align:left;padding-left: 10px;}
.sect_job .media-box .icon{width:385px;height:357px}
.sect_job .media-box p{font-size:1rem}
/* 联系我们 */
.mycompany .contactpage .name h3{
	padding-top: 7%;
}
.contactpage .con1{
	margin-top: 0.5rem;
	font-size: 16px;
	line-height: 30px;
}
.contactpage .con1 .big{
	font-size: 32px;
	line-height: 1.7;
	color: #e70004;
}
.contactpage .con1 span{
	display: inline-block;
	width: 85px;
}
.contactpage .con2 span{
	width: 65px;
}
#dituContent{
	height: 610px;
	margin: 0.6rem auto;
	background-color: #d5d5d5;
}
.sjmeaasge  #formData{
	margin: 40px auto;
	font-size: 18px;
}
.sjmeaasge  #formData input{
	display: block;
    width: 100%;
    padding: 10px 20px;
	height: 60px;
	color: #757575;
    line-height: 60px;
    border: 1px solid #d5d5d5;
}
.sjmeaasge  #formData textarea{
	background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
	margin-bottom: 1.5%;
	border: 1px solid #d5d5d5;
    color: #757575;
    width: 100%;
}
.sjmeaasge  #formData .firsinfo input{
	width: 95%;
	margin-bottom: 5%;
}
.sjmeaasge  #formData .firsinfo>div:nth-child(2) input{
	margin: auto;
}
.sjmeaasge  #formData .firsinfo>div:last-child input{
	float: right;
}
.sjmeaasge  #formData .submit{
    font-size: 0.22rem;
    color: #fff;
    padding: 19px 7%;
    display: inline-block;
    position: relative;
    background-color: #da241a;
    z-index: 0;
    transition: 0.5s;
}
.sjmeaasge  #formData .code input{
	width: 50%;
	display: inline-block;
}
.sjmeaasge  #formData .submit::before{
	position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
    color: #fff;
    background-color: #e70004;
}
.sjmeaasge  #formData .submit:hover::before{
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.mes-form .verify{
	display: inline-block;
	vertical-align: middle;
}
.mes-form .verify img{
	height: 60px;
}
.mes-form #formData .submit{
	margin-top: 0;
}
/* 侧边导航 */
.rightnav {
    position: fixed;
    right: 0px;
    top: 38%;
    z-index: 9;
}
.rightnav li {
    width: 66px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li a{border-radius: 5px}
.rightnav li a span{display: block;font-size: 30px;line-height: 30px;}
.rightnav li:last-child a span{font-size: 40px;line-height: 51px;}
.rightnav li:last-child{border: none}
.rightnav li.weightcons{border: none}
.weightcons a {border-radius: 5px}
.progress-wrap{display: none;}
.rightnav li a {
    color: #fff;
    padding: 7.5px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    background-color: rgba(0,0,0,0.7);
}

.rightnav li a img {
	width: 32px;
    margin-bottom: 13px;
}

.rightnav li>a:hover {
	background-color: #e70004;
	box-shadow: 0 0 5px #ccc;
}
.rightnav .hover_con a {
    font-weight: bolder
}

.rightnav li .hover_con {
    width: 166px;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #e70004;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{
	margin: auto;
}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}






.header .c-switch {
	float: right;
    margin-top: 38px;
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
	position: relative;
    z-index: 10;
}
.header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header .c-switch i {
	background:#333;
}
.header .c-switch i:nth-child(1) {
	top: 0;
}
.header .c-switch i:nth-child(3) {
	bottom: 0;
}
.header .c-switch i:nth-child(2) {
	margin: 6px 0;
}

body.c-open .header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open .header .c-switch i:nth-child(1) {
	top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.c-open .header .c-switch i:nth-child(3) {
	bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.c-open::after{
	content: "";
	display: block;width: 100%;height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
body.c-open .header .c-switch i {
	background:#fff;
}


/* xinfeng */
.hans{
	width: 1180px;
	max-width: 100%;
	color: #000;
	position: fixed;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	top: 10%;
	padding: 40px 40px 12%;
	background-image: url(../images/xf.png);
	box-shadow: 0 0 20px #192a4c;	
	background-size: cover;
    background-repeat: no-repeat;
	background-position: top center;
	display: none;
}
.hans .cons{
	width: 89%;
	margin: 10px auto;
	position: relative;
}
.hans .cons h2{
	color: #1b1b1b;
	font-size: 32px;
	font-weight: bold;
	line-height: 45px;
}
#close{
	position: absolute;
	right: 0%;
	top: 2%;
	font-size: 18px;
	letter-spacing: 3px;
	cursor: pointer;
}
.xfbox{
	margin: 30px auto;
	height: 380px;
	font-size: 18px;
	overflow-y: scroll;
}
.xfbox::-webkit-scrollbar-thumb {
	background: #e60004;
	border-radius: 4px;
	height: 50px;
}
.xfbox p{
	line-height: 42px;
	text-decoration:underline;
	text-decoration-color: #999;
}

/*footer*/
.footer{
	background-color: #f7f7f7;
	border-bottom: 9px solid #cf0c10;
}
.footer .inner{
	padding: 0.85rem 1.2rem 0;
}
.footer .flogo img{max-width: 100%;display: inline-block;margin-bottom: 15px;}
.footer .leftinfo{
	padding: 0px 0 0 50px;
}
.footer .leftinfo li{line-height: 35px;font-size: 15px;}
.footer .leftinfo li span{
	font-size: 18px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.footer .leftinfo li:nth-child(4) span{
	font-size: 26px;
    vertical-align: sub;
    margin-left: -3px;
    margin-right: 3px;
}

.footer .footnav li{
	display: inline-block;
	vertical-align: text-top;
	margin:  0 15px;
}
.footer .footnav li a:first-child{
	font-size: 18px;
	color: #3a3a3a;
	line-height: 3;
	margin-bottom: 15px;
}
.footer .footnav li a{
	color: #9d9d9d;
	font-size: 15px;
	line-height: 35px;
	display: block;
	transition: all 0.5s;
}
.footer .footnav li a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #cf0c10;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
	transform: scaleX(0);
}
.footer .footnav li a:hover{
	color: #cf0c10;
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.footer .footnav li a:hover:after{
	transform-origin: left center; transform: scaleX(1);
}
.footer .links{
	border-bottom: 1px solid #989898;
	padding: 20px 50px;
}
.footer .links span{
	color: #cf0c10;
	font-weight: bold;
}
.footer .copyright{line-height: 3;padding: 20px 0;}



/* hover */
@media (min-width: 992px) {
	nav>ul>li.on{background-color: #fff;}
	nav>ul>li.on>a{color: #cf0c10;}
	nav>ul>li:hover{background-color: #fff;}
	nav>ul>li:hover>a{color: #cf0c10;}
	nav>ul>li>ul>li a:hover{color: #cf0c10}
	.banner .swiper-button-next:hover{background-color: #cf0c10;border: 1px solid #cf0c10;}
	.banner .swiper-button-prev:hover{background-color: #cf0c10;border: 1px solid #cf0c10;}
}
/* 1600px */
@media (max-width: 1680px) {
	.banner .swiper-button-prev,.banner .swiper-button-next{
		top: 70%;
	}
}
@media (max-width: 1530px) {
	.myhomego .company{padding-top: 0;padding-bottom: 4.5%;}
	.myhomego .btngo{margin-top: -5%;}
	.container{width: 100%;}
	.myhomego .navbox img{height: auto;}
	#myvideo{padding-bottom: 56.7%;}
}
/* 1460px */
@media (max-width: 1480px) {
	.header .inner,nav>ul{padding: 0 1.5rem;}
	nav>ul>li>a{font-size: 15px;}
}
/* 1260px */
@media (max-width: 1260px) {
	.comnum ul li b{font-size: 36px;}
	.comjob .culture h5{font-size: 28px;}

	.fourserverbox .gallery-uls{height: 530px;}
	.indexcase .fourserverbox .hide9 .part a{font-size: 15px;}
	.indexcase .fourserverbox .hide9 .part a{line-height: 75px;}
	.indexcase .fourserverbox .gramme .content-slide h5{font-size: 19px;}
	.indexcase .fourserverbox .gramme .content-slide>div{line-height: 32px;}
	
	.mycompany .yw .name h3{font-size: 35px;}
	.contactpage .con1 .big{font-size: 27px;}
	.contactpage .con1{font-size: 15px;}
	#dituContent{height: 380px;}

	.alist .conbox h6{font-size: 17px;}
	nav>ul{text-align: center;}
	nav>ul>li{width: auto;float: none;display: inline-block;}
	nav>ul>li>a{margin: 18px 0;padding: 0 15px;}
	.header .inner,nav>ul{padding: 0 0.5rem;}
	.banner .swiper-button-prev{left: 77%;}
	.myhomego .myatge h3{font-size: 22px;}
	.myhomego .myatge .icon{margin-bottom: 20%;}
	.footer .inner{padding: 0.85rem 0.2rem 0;}
	.hans{padding: 40px 40px 23%;}
}
/*992px*/
@media (min-width: 992px) {
	nav>ul>li span{display: none;}
}
@media (max-width: 992px) {
	

.comjob .culture h5{font-size: 24px;}
	.indexcase .fourserver .icon{font-size: 28px;}
	.indexcase .fourserver{font-size: 15px;}
	.indexcase .fourserverbox .gramme .content-slide h5{font-size: 17px;}
	.coeder{text-align: center;}
	.mycompany .yw .name p{font-size: 24px;}
	#dituContent{height: 300px;}
	.sjmeaasge #formData input{padding: 7px 14px;height: 49px;}
	.mes-form .verify img{height: 49px;}
	.mes-form #formData .item{text-align: center;margin: 10px auto 0;}
	.mes-form #formData .item a{font-size: 17px;}
	.sjmeaasge #formData textarea{padding: 7px 14px;}
	.mycompany .yw .name h3,.combody .mycompany .name h3{font-size: 28px;}
	.sjmeaasge #formData .firsinfo input{width: 100%;margin-bottom: 10px;}
	.sjmeaasge #formData .firsinfo>div:nth-child(2) input{margin-bottom: 10px;}
	.sjmeaasge #formData .firsinfo>div:last-child input{float: none;}

	.banner .swiper-button-prev,.banner .swiper-button-next{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.alist .conbox h6{font-size: 15px;}
	.alist .conbox .imgbox img{height: 210px;}
	.myhomego .myatge{padding: 4%;}
	.myhomego .video img{margin-top: -0.1px;}
	.myhomego .myatge h3{font-size: 18px;}
	.myhomego .myatge .icon{margin-bottom: 15%;}
	.header .top .topbtn .icon{
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 10px;
	}
	.header .logo .telnum{display: none;}
	.header .logo h1 img{max-width: 100%;}
	nav{
		position: absolute;
		top: 0;
		width: 80%;
		z-index: 10;
		height: 100vh;
		left: -100%;
		transition: 0.3s;
	}
	.c-open nav{
		left: 0;
	}
	nav>ul{margin: 10% 0 0;padding: 0;}
	nav>ul>li{display: block;text-align: left;border-bottom: 1px solid #da241a;}
	nav>ul>li span{font-weight: bold;color: #fff;display: inline-block;width: 10%;text-align: center;}
	nav>ul>li>a{
		margin: 0 15px;font-size: 18px;
		border: none;line-height: 50px;
		display: inline-block;
		width: 80%;
	}
	nav>ul>li>ul{position: unset;}
	nav>ul>li>ul>li{
		display: block;
		margin: 0 15px;
		line-height: 45px;
	}
	nav>ul>li>ul>li a{border: none;}
	.header  nav input::-webkit-input-placeholder{
		color: #fff;
	}
	.header  nav .top form input{color: #fff;}
	.header  nav .top .topbtn .icon{color: #fff; border: none;}
	.header  nav .topbtn{text-align: center; color: #fff;margin: 15px 0;}
	.header  nav .topbtn a{color: #fff;}
	.header  nav .top form span{color: #fff;}
}
/* 765px */
@media (max-width: 766px) {
	.banner{padding-bottom: 123%;}
	.indexcase .fourserver>div{width: 40%;}
	.comnum ul li{padding: 20px 3px;}
	.rightnav li{width: 35px;}
	.rightnav li a{font-size: 0px;padding: 5px 0;line-height: 1px;}
	.rightnav li a span{font-size: 18px;}
	.rightnav li:last-child a span{font-size: 18px;line-height: 29px;}

	
	.sect_job .box,.mycompany .consbox{padding: 0;}
	.sect_job .m-table thead{font-size: 14px;}
	.sect_job .m-table th{padding-top: 0;font-weight: bold;}
	.mycompany .yw .name p{margin-bottom: 0;}
	.oth_news h5{font-size: 22px;}
	.mycompany .default p{font-size: 14px;}
	.oth_news ul li h3{font-size: 15px;line-height: 23px;margin: 15px 0;}
	.navbanner .crumbs{position: unset;padding: 10px;line-height: 30px;font-size: 14px;}
	.alist{margin: 5px auto;}
	.newspage .conbox{width: 100%;}
	.myhomego .company{padding: 0;}
	.myhomego .company .mapimgs>img{height: 180px;}
	.myhomego .company .mapimgs .mapgo{display: none;}
	.newsnames{padding: 0;}
	.newsnames h3{line-height: 30px;font-size: 20px;text-align: center;}
	.newsdefault{padding: 20px 0;}
	.newscontent{font-size: 14px;}
	#prev_next li{width: 100%;}
	#prev_next li:last-child{text-align: left;float: none;}
	.oth_news{margin: 0;}
	.oth_news ul li img{height: 180px;}
	#myvideo{padding-bottom: 0;height: 180px!important;}

	.cul .culbox .adveg h5{font-size: 20px;}
	.cul .culbox .adveg span{width: 80px;height: 80px;line-height: 80px;font-size: 32px;}
	.cul .culbox .adveg{height: 220px;padding: 7% 15%;}
	.cul .culbox .adveg:hover{padding: 7%;}
	.cul .culbox .adveg .slogen{margin-top: 14%;}
	.myhonor .honorbox .swiper-container .imgbox img{height: 115px;}
	.company .mapimgs .mapgo{top: 26%;}
	.footer .leftinfo li{font-size: 14px;}
	.comjob .culture h5{font-size: 20px;}
	.indexcase .fourserverbox .gramme .content-slide h5{line-height: 1.5;font-size: 15px;}
	.indexcase .fourserverbox .gramme .content-slide>div{line-height: 26px;font-size: 13px;}
	.fourserverbox .gallery-uls{height: 380px;}
	.myhomego .btngo .video img{
		height: 180px;
	}
	.myhomego .navbox .imgbox img{
		height: 180px;
		width: 100%;
	}
	.company .mapimgs .mapgo:nth-child(n+3){
		display: none;
	}
	.comnum ul li b{font-size: 32px;}
	.company .myname .cons{
		font-size: 14px;line-height: 28px;
	}
	.newsinner_info h3{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.indexnews .thressnews .newsinner .imgbox{margin-bottom: 8px;}
	.newsinner_info p{font-size: 13px;line-height: 20px;}
	.indexnews .thressnews .newsinner .imgbox img{height: 170px;}
	#close{top: -5%;}
	.xfbox{margin: 0px auto 30px;}

	.fourserverbox .mymove{
		text-align: center;
	}
	.fourserverbox .mymove .swiper-slide {
		background-color: #333333;
		color: #fff;
		padding: 15px 0;
	}
	.fourserverbox .mymove	.swiper-slide-thumb-active{
		border-bottom: 2px solid #cf0c10;
		color: #fff;
	}
	.fourserverbox .mymove	.swiper-slide-thumb-active a{color: #fff;}
	.fourserverbox .hide9{display: none;}
	.indexcase .fourserverbox .gramme .content-slide{padding: 15px;}
	nav>ul>li>a{font-size: 15px;width: 72%;}
	.mycompany .newsbtn a{font-size: 15px;margin: 0 2%;}
	.mycompany .default{line-height: 28px;}
	.de-page-mian .page-inner span{display: none;}
	.footer .copyright{line-height: 21px;}
	.footer .leftinfo{padding: 0 15px ;}
	.footer .links{padding: 10px 15px;}
	.footer .flogo{text-align: center;}
	.footer .flogo img{max-width: 93%;}
	#dituContent{height: 260px;}
	.mycompany .yw .name p{font-size: 18px;}
	.sjmeaasge #formData input,.sjmeaasge #formData textarea{font-size: 15px;}
	.banner .swiper-button-prev,.banner .swiper-button-next{
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.banner .swiper-button-prev, .banner .swiper-button-next{top: 84%;}
	.alist .conbox .imgbox img{height: 170px;}
	.indexnews .thressnews .newsinner .imgbox{width: auto;}
	.newsinner_info .time{margin-bottom: 1%;line-height: 1.1;}
	.newsinner_info{
		padding-top: 0;border: none;
		border-bottom: 1px solid #d3d3d3;
		padding-bottom: 10px;
		padding-right: 0;margin-bottom: 10px;
	}

	.indexnews .thressnews .newsbtn a{font-size: 15px;margin: 0 5px;}
	.indexnews .thressnews .newsbtn{padding: 0 10px;}
	.indexnews .thressnews .newsinner{padding: 0 10px;}
	.newsinner_info .time span{font-size: 28px;}
	#swiper-container1 .newsinner_info{padding-left: 1%;}
	.company .myname h2{font-size: 26px;margin-bottom: 5px;}
	
	.banner .swiper-button-prev{left: 72%;}
	.hans{padding: 40px 0 25%;}
	.xfbox{font-size: 15px;height: 280px;}
	.xfbox p{line-height: 34px;}
	.hans .cons h2{font-size: 26px;}
  
  .newspage .conbox h5{font-size:15px;}
  .newspage .conbox .cons{
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .alist .conbox .imgbox img{object-fit:cover!important;}
}
/* 500px */
@media (max-width: 500px){
	.newsnames h3{font-size: 17px;}
	.header .c-switch{margin-top: 28px;}
	.alist .conbox .imgbox img{height: 125px;}
	.hans .cons h2{font-size: 20px;}
}