@charset "utf-8";
/* CSS Document */
/*CSS reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
.fl{ float:left}
.fr{ float:right}
.clear{ clear:both}
a{ text-decoration:none!important; color:#6c6c6c;}
a:hover{ }
table { width:100%!important;max-width:100%!important;}=
table td{table-layout:fixed; word-break: break-all; overflow:hidden; } 





@font-face {
	font-family:impact;
	src: url('../fonts/impact.otf'); }
	
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
	
@font-face {
	font-family:Barlow-Bold;
	src: url('../fonts/Barlow-Bold.ttf'); }
		
	@font-face {
font-family: 'iconfont';
src: url('../fonts/iconfont.woff2?t=1689738565086') format('woff2'),
url('../fonts/iconfont.woff?t=1689738565086') format('woff'),
url('../fonts/iconfont.ttf?t=1689738565086') format('truetype');}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 26px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{ margin:0 auto;padding:0px;width:100%; margin:0px;/*font-family: Barlow-Regular*/ font-family:Arial, Helvetica, sans-serif;font-size:15px!important;color:#6c6c6c;}

.head_you{ width:63%;}

header .wd1300{ padding-top:0px; padding-bottom:0px;}

.nav ul li .navname{display:block;position:relative;}
.nav ul li .navname:after{
	content:"";
	width:0;
	height:2px;
	background:#cf3a34;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav ul li .navname:hover,.nav ul li.active .navname{
	color:#cf3a34;
	}
.nav ul li:hover .navname:after,.nav ul li.active .navname:after{
	width:100%;
	}

.nav{ }
.nav ul{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; }
.nav li {float: left;list-style: none;text-align: center;box-sizing: border-box; position: relative;}



.nav li a {padding-right:0px;z-index: 1; color: #333;
display: block;text-align: center;position: relative;height:55px;line-height: 55px; font-size:16px; overflow:hidden;text-transform:capitalize;}
.nav  li a:hover{color:#cf3a34}
header.bg .nav  li a:hover{color:#cf3a34}

.nav li.hover a, .nav li:hover a { color:#cf3a34 }
header.bg .nav li.hover a, header.bg .nav li:hover a{color:#cf3a34 }
.nav li .subnav {background: #fff;box-shadow: 0 5px 20px 8px rgba(0, 0, 0, 0.1);height: auto;left: -50px;overflow: hidden;position: absolute;top: 100%; width: 150px;z-index: 99; border-top:0px solid #3f7225; }
.nav li .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav li:hover .subnav {opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav li .subnav a {text-align:center;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;color: #fff;display: block;font-size: 17px;font-weight: 500; margin-left:0px; margin-right:0px;line-height: 40px;height: 40px;transition: all 0.2s ease-in-out 0s;width: 100%;background: #cf3a34;color: #fff!important; border-bottom:rgba(255,255,255,0.1) solid 1px;}
.nav li .subnav a:hover {color: #fff;background:#cf3a34;}



/*.icon-sousuo{ font-size:25px!important; color:#fff!important; }
.sou{ margin-top:4px;}
header.bg .icon-sousuo{ color:#333!important;}
*/


/*    header   */
header { position: fixed; top: 0;  left: 0; width: 100%; z-index: 999;transition: all .48s; background:#fff;}
header .index_width{ padding-top:20px; padding-bottom:20px;}
.headBox {display: flex; padding-top:20px!important; padding-bottom:20px!important;align-items: center;
justify-content: space-between;transition: all .6s ease 0s;}
.headLogo a {display: block;}
.headLogo img { width: 100%;display: block;}
.headLogo .headLogo_img2 {display: none}
header.bg .headBox {
  display: flex;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  align-items: center;
  justify-content: space-between;}
header.bg {  background: #fff; box-shadow: 0 0 10px 1px #eee;}
header.bg .headLogo .headLogo_img1 { display: block}
header.bg .headLogo .headLogo_img2 { display: none}


/*header:hover .nav  li a:hover{color:#03047a}
header:hover.nav li.hover a, header:hover .nav li:hover a{color:#03047a }
header:hover .nav li a{color: #333;}
header:hover .icon-sousuo{ color:#333!important;}
header:hover .headBox {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;}
header:hover .headLogo .headLogo_img1 { display: none}
header:hover .headLogo .headLogo_img2 { display: block}
header:hover{ background:#fff;box-shadow: 0 0 10px 1px #eee;}
header:hover #yuyan .head_lan{ background:#231815; border:none; } 
*/


.pc_daohang{ display:block}
.wap_daohang{ display:none}
.wap_foot{ display:none}


.head_a{ width:100%;/*background: linear-gradient(45deg,#1685e1,#1059a9);*/background-image: linear-gradient(to right, #00a1e5, #0290cc);margin:0px;  }
.head_a .head_b{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;line-height:40px;}


.head_a .index_width{ padding-top:0px; padding-bottom:0px;}

.hd1 a{ color:#fff}
.hd2{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; }
.hd2 .atel{ color:#fff; margin-right:30px;}
.hd2 .atel span{ font-size:20px; font-weight:bold}

/*语言*/
.welcome2 { padding-left:10px; padding-right:15px;background:#231815;text-align: center;position: relative; cursor:pointer; }
.welcome2 .nnn{ font-weight:bold;color:#fff;
display: flex;background: url(../images/yy.gif)no-repeat left center;background-size: auto;align-items: center;background-size: 28px; padding-left:30px; font-size:16px; line-height:38px; }

.tlan-v{position:absolute;left:0;top:40px;display:none;
z-index:1000;background-color:#FFF;border: 1px solid #ddd; width:100%; text-align:center; height:auto!important}
.tlan-v a {display: block;border-bottom: 1px dashed #ddd;line-height: 35px;}
.tlan-v a:hover{ background:#f9f9f9}


.p_search{ margin-top:5px; margin-right:20px;}

.form_control{ background:#fff; 
/*    border-radius: 30px 0 0 30px;*/
    padding: 0px 0px;
	float:left; font-size:14px; padding-left:10px;
	height: 28px;
	width:180px; border:#FFFFFF solid 1px;border-right:0px; outline:none
}
.default_btn{
    background-color: #cf3a34;
    /*border-radius: 0 30px 30px 0;*/border:#cf3a34 solid 1px;
    color: #fff;
	height: 31px;font-size:15px; 
	width:60px;outline:none
}
.default_btn:hover{
    cursor: pointer;
}


/*首页banner*/
#banner{ width:100%; max-width:none; height:100%; max-height:none; min-height:0px; padding:0px; margin:0px;margin-top:130px; } 
#banner .p_MatteIcon .iconfont:before{ content:'\e602'; } 
#banner >div{ animation-fill-mode:both; } 
#banner .banner-video .pcitem-m{display:none; } 
#banner .bgimg{ position:absolute; top:0px; bottom:0px; left:0px; right:0px; background:no-repeat center/cover; filter:brightness(0.95); } 
#banner .swiper-slide .bgimg{ transition:1s 2.5s; transform:perspective(1000px) translate3d(0, 0, 100px); } 
#banner .swiper-slide.swiper-slide-active .bgimg{ transition:5s 0s; transform:perspective(1000px) translate3d(0, 0, 0px); } 
#banner .iban a{ display:block;width:100%;height:100%;color:#fff; } 
#banner .mobitem{ display:none;} 
#banner .bannerBox .iban{ height:80vh; position:relative; } 
#banner .bannerBox .iban:after{ content:''; position:absolute; height:477px; background:url(../images/nav_shadow.png) no-repeat top center/cover;top:0px;left:0px; z-index:1; pointer-events:none;} 
#banner .bannerBox .iban .swiper-slide{ height:100%; overflow:hidden; }
#banner .bannerBox .iban .banner-video{ height:100%; position:relative;}

#banner .v_cover{ position:absolute; display:flex; align-items:center; left:0px; top:0px; width:100%; height:100%;background:url(../images/banner_sha.png); color:#fff; text-align:center; } 
#banner .banner_img .v_cover{ position:absolute; display:flex; align-items:center; left:0px; top:0px; width:100%; height:100%; background:url(../images/banner_sha.png);color:#fff; text-align:center; } 
#banner .v_cover .v_con{ margin-left:auto; margin-right:auto; position:relative; z-index:5; WIDTH:90%; TEXT-ALIGN:left; } 
 
#banner .swiper-slide .v_con *{ transition-delay:transform 2s, opacity 0s; transition-duration:2s;/* text-shadow:0px 1px 5px rgb(0 0 0 / 60%); transform:translate3d(0, 80px, 0);*/ opacity:0; } 
 
#banner .swiper-slide.swiper-slide-active .v_con *{ transform:translate3d(0, 0px, 0); opacity:1; } 

#banner .swiper-slide.swiper-slide-active .v_con *:nth-child(1){ transition-delay:0.5s; } 

#banner .swiper-slide.swiper-slide-active .v_con *:nth-child(2){ transition-delay:0.7s; } 

#banner .swiper-slide.swiper-slide-active .v_con *:nth-child(3){ transition-delay:0.9s; } 

#banner .swiper-slide.swiper-slide-active .v_con *:nth-child(4){ transition-delay:1.1s; } 

#banner .swiper-slide.swiper-slide-active .v_con *:nth-child(5){ transition-delay:1.3s; } 

#banner .swiper-slide.swiper-slide-active .v_con *:nth-child(6){ transition-delay:1.5s; } 

#banner .v_cover .v_text1{ font-size:68px; line-height:1.4; font-weight:normal; letter-spacing:0px; } 

#banner .v_cover .v_tit_en{  font-size:50px; margin:0 auto; line-height:1.5!important; /*width:75%;text-transform:capitalize;*/ font-weight:bold; text-align:left;}


#banner .v_cover .v_line{ width:90px; /*margin:0 auto;*/ height:3px; background:#F0F0F0; margin-top:2%; margin-bottom:1%; } 
 
#banner  .v_cover .v_text2{/* margin:0 auto; */font-size:20px; line-height:1.6; /*margin-top:3%; */margin-bottom:3%;/* width:60% */width:52%; } 
#banner .banner_img .v_cover .v_text2{  } 
#banner .v_playvideo{width:100px; height:auto; } 

#banner .v_border{ width:70px; height:70px; margin:0 auto 14px; position:relative; } 

#banner .v_playvideo .iconfont{ text-transform:capitalize; overflow:hidden; font-style:normal; line-height:70px; height:70px; width:70px; font-size:13px; text-align:center;/* background:rgba(207,58,52,.9);*/ background:#00a0e3; margin-right:0px; border-radius:50%; display:inline-block; } 
#banner .v_playvideo .v_border:before{ content:""; display:block; position:absolute; left:-1px; top:-1px; width:72px; height:72px; border:5px solid #fff; box-sizing:border-box; border-radius:50%; opacity:0; -webkit-transform:scale(1.4); transform:scale(1.4); transition:transform .6s cubic-bezier(.645,.045,.355,1),opacity .6s cubic-bezier(.645,.045,.355,1),border .6s cubic-bezier(.645,.045,.355,1),-webkit-transform .6s cubic-bezier(.645,.045,.355,1); } 

#banner .v_playvideo:hover .v_border:before{ opacity:1; -webkit-transform:scale(1); transform:scale(1); cursor:pointer; } 
#banner .v_playvideo:hover .iconfont:before{ font-size:24px; } 
#banner .v_cover .v_more{ font-size:12px; } 
#banner .swiper-slide .v_cover .v_img{ opacity:0; transition-duration:2s; transition-delay:0.8s; } 
#banner .swiper-slide.swiper-slide-active .v_cover .v_img{ opacity:0.1; } 
#banner .banner-video{ background:url(../images/ban1.jpg) no-repeat center center; } 
#banner .bannerBox .iban .banner-video .v_cover .v_img{ width:auto; height:auto; transform:translate(-50%, -50%) !important; } 

#banner .bannerBox .iban .banner-video{ height:100%!important}

#banner .bannerBox .iban .banner-video video{ filter:brightness(0.8); position:absolute; top:50%; border:0px; left:50%;/* min-width:120%;*/ min-height:100%; width:115%; height:100%!important; z-index:0; -webkit-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); } 


#banner .bannerBox .iban .text{ position:absolute; font-size:36px; color:#fff; left:90px; bottom:80px; line-height:1px; } 
#banner .bannerBox .iban .swiper-pagination{ bottom:50px; line-height:1px; } 

#banner .bannerBox .iban .swiper-pagination .swiper-pagination-bullet{ width:12px; height:12px; border-radius:10px; background-color:rgba(255,255,255,1); margin:0 8px; opacity:1; transition:all 0.4s ease; } 
#banner .bannerBox .iban .swiper-pagination .swiper-pagination-bullet-active{ background:#fff; width:50px; } 

@media only screen and (max-width: 768px){ 
#banner .v_cover .v_con {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  WIDTH: 90%; margin:0 auto;
  TEXT-ALIGN: center;
}

#banner  .v_cover .v_text2{ margin:0 auto; width:100%; text-align:center } 

#banner{ margin-top:0px;}
#banner .v_cover .v_tit_en{  text-align: center;  font-size:40px; line-height:1.5!important; margin-top:10%; /*text-transform:capitalize;*/width:100%!important;  }

#banner .v_cover .v_line {
  width: 90px;
  margin: 0 auto;
  height: 3px; margin:0 auto;
  background: #F0F0F0;
  margin-top: 2%;
  margin-bottom: 1%;
}


#banner .v_cover .v_tit_en{ font-size: 35px; } 
#banner .v_cover .v_con { max-width: 84%!important;} 
#banner .banner-video .pcitem-m{ display:block; } 
#banner .mobitem{ display:block; } 
#banner .pcitem{ display: none; } 
#banner .bannerBox .iban { height: 68vh; position: relative; } 
#banner .v_cover .v_text1{ font-size: 26px; line-height: 1.6!important; margin-bottom:10px; margin-top:10px; } 
#banner .v_cover .v_text2{ font-size:17px; margin-top:15px; } 
#banner .v_playvideo{ display:none; } 
#banner .bannerBox .iban .banner-video .v_cover .v_img{ display:none; } 

#banner .bannerBox .iban:after{ display: none; } 

#banner .bannerBox .iban .text{ bottom: auto; top:10rem; font-size:1.2rem; text-align: center; left: 0; width: 100%; } 
#banner .bannerBox .iban .play{ position: absolute; width: 2.8rem; height:2.8rem; background: url(../images/yx_vplay.png) no-repeat center/100%; top: 15rem; left: 50%; margin-left: -1.4rem; cursor: pointer; } 
#banner .bannerBox .iban .swiper-pagination{ bottom:1.9rem; } #banner .bannerBox .iban .swiper-pagination .swiper-pagination-bullet { /*width: 8px;*/ height: 8px; margin: 0 4px; } 
#
banner .bannerBox .iban .swiper-pagination .swiper-pagination-bullet-active { width: 20px!important; } } 





.wd1300{ width:1300px; margin:0 auto; padding-top:80px; padding-bottom:80px;}

.title{ text-align:center; margin:0 auto; padding-bottom:60px;}
.title1{ font-size:45px; color:#333; font-weight:bold; text-transform:uppercase;}
.title2{ font-size:17px; color:#888; width:60%; margin:0 auto; line-height:30px; margin-top:20px;}

.flex{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; }



/*首页公司简介*/
.index_about { background:url(../images/bg1.jpg) no-repeat center fixed;}

.index_about .abtu{ width:50%;overflow:hidden}
/*.index_about .abtu img{transition: all 0.8s; width:100%;}
.index_about .abtu:hover img{transform: scale(1.1);}*/
.index_about .abtxt{ width:45%}
.index_about .abtxt .abnr p{ margin-bottom:10px;}
.index_about .abtxt .abnr{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow:hidden; line-height:30px; margin-bottom:27px; } 
.index_about .abtxt .ab1{ font-size:40px; text-transform:uppercase; color:#999;}
.index_about .abtxt .ab2{ font-size:35px; color:#333; font-weight:bold; margin-top:10px; margin-bottom:30px;}
.index_about .p_item .e_button-16{ margin-left:0px;}
.cona{ width:100%; margin:0 auto; margin-top:50px;}

@keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}
@-moz-keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}
@-ms-keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}
@-webkit-keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}
@-o-keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}


.counter{ color:#1c2d5b}

.ul-num li:last-child{ border-right:0px;}
.ul-num li{ width: 25%;color: #555;text-align:center;}
.ul-num span{ color:#333333;font-size: 55px; font-weight:bold; position: relative; padding-right:10px; font-family:Barlow-Bold;
	line-height: 1;margin-bottom: 10px;}

.ul-num span:after{vertical-align: top;position: relative;top: 5px;
	font-size: 34px;font-family: arial;margin-left: 10px;
}
.ul-num p{font-size: 17px; text-align:center; color:#555; margin-top:5px;}
.ul-num .txt{overflow: hidden;color:#333; font-size:14px;}






/*首页产品*/
.innovative{
    width: 100%; position: relative;
}

.innovative-img{
    width: 100%;
    height: 800px;
   
}
.innovative-img .on1 {
    left: 0;
    opacity: 1;
    z-index: 2;
    transition: 0.5s;
}
.c1{
    opacity: 0;
    transition: all 1s linear;

    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c1>img{
    width: 100%;
    height: 100%;
}

.max-width {
  width: 100%;
  margin: 0 auto;
}
.c1-text{
    position: absolute;
    left:40%;
    top: 100px;
    transform: translate(-40%); width:90%
}
.c1-text .pname{
    color:#fff;
    font-size: 36px;
    margin-bottom:28px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    font-weight: bolder;}
.ccp ul li{width:14%;text-align:left; float:left;margin-right:4%; border-bottom:1px #fff  solid; transition:all 0.4s; margin-bottom: 35px;line-height: 36px;}
.ccp ul li a{color:#fff;}




.c1-text .biao{ font-weight:normal; font-size:20px; height:60px; /* overflow:hidden; */ display:block; color:#fff;}
.c1:nth-child(4) .c1-text .ccp ul li .biao{height: 150px;overflow:hidden;}
.c1:nth-child(5) .c1-text .ccp ul li .biao{height: 150px;overflow:hidden;}
.c1:nth-child(6) .c1-text .ccp ul li .biao{height: 120px;overflow:hidden;}
.c1-text ul li span{ font-family:Barlow-Regular; font-size:18px;color:#fff;}


.c1-text ul li:hover{ background:rgba(0,161,229,0.8) ; transition:all 0.4s;/* padding:1%*/}

.sdrt{ width:100%; }

.innovative-list p img {
  display: block; margin-right:20px;
  width: 70px;
}
.innovative-box{ 
display: flex; justify-content: space-between; 
    z-index: 99;
    position:absolute; bottom:0px;
}
.innovative-list{
    flex: 1;
    height: 140px;
    padding-top:19px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
   background: rgba(00, 00, 00, 0.2);
    cursor: pointer;
    position: relative; display:flex;align-items: center;
}

.innovative-list p{
    height:100px;  width:30%; margin-left:5% 
}
.innovative-list .a-link{
  
    display: block; 
   
}


.innovative-list span{
    font-size: 20px;
  /* text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; */
    color: #fff;
  
}
.innovative-list a{
    font-size: 14px; text-transform:capitalize;

    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 23px; text-align:left
}
.innovative-box .bg-active{
    background-color:rgba(0,161,229,0.8);
	border: 1px solid rgba(0,161,229,0.8);
    border: none;
    cursor: pointer;
    transition: 0.2s;
    transition-duration:0.2s;}
.bg-active span{color: #fff;}

.yuluo {

  margin-right: 3%; text-align:left;
  margin-left: 5%;
}

@media only screen and (max-width:1023px) {
	

.sdrt img{ height:30px; }

.max-width {width:100%;}


.innovative-img {height:100vh;object-fit: cover; width:100%;overflow:hidden;}
.innovative-box {flex-wrap:wrap;height:auto; border:0px;}

.c1-text {
	top:0.77rem;
	padding-left:5%;
}
.innovative-list {

    border: 0px solid rgba(255, 255, 255, 0.1);

}

.c1-text p {
	width: 30%;
	font-size:12px;
	line-height:.38rem;
	margin-bottom:.35rem;
        overflow: hidden;margin-right:3%;

}
.c1-text .biao{ height: 30px !important;; overflow:hidden;font-size:16px; letter-spacing:-0.5px; font-weight:normal}






.innovative-list p img {
	width:50px; margin-top:24px;
}
.innovative-list {
	width:49.54%;
	flex:none;
	height:70px;
	margin-bottom:0;
	padding-top:0px;
}
.innovative-list a {
	display:none!important;
}

.ccp ul li {
  width: 30%; 
  text-align: left;
  float: left;
  margin-right: 1.5%; margin-right:1.5%;
  border-bottom: 1px #fff solid;
  transition: all 0.4s;
  margin-bottom: 20px;
  line-height: 36px;
}
.ccp ul li span{ font-size:14px;}
	.c1-text {
    position: absolute;
    left: 0%;
    top: 45px;
    transform: translate(0%);
    width: 95%;
}
.c1>img {
    width: 100%;
    height: 100vh;object-fit: cover;
}
	
	.c1-text p span {
   
    font-size: 14px;
}
	.innovative-list span{ font-size:17px;}
	.yuluo {
    margin-top: 0;
    margin-right: 3%; margin-left:3%; display:flex;justify-content: center;
   
    align-items: center;
}

}


/*企业风采*/
.tupian{ display: flex;justify-content: center;
align-items: center; width:300px; margin-right:20px;}
.tupian img{max-width:100%;max-height:250px; transition: all 0.8s;}
.tupian  img:hover{   transform: scale(1.1);}

/*首页新闻*/
.newsbg{ background:url(../images/newsbg.jpg) no-repeat center fixed}
.index_news { margin-bottom:60px;}
.index_news .news_z{ width:45%}
.index_news .news_z .tui_pic{ overflow:hidden;height:280px; }
.index_news .news_z .tui_pic img{transition: all 0.8s; width:100%;height:280px; object-fit: cover;}
.index_news .news_z:hover img{   transform: scale(1.1);}
.index_news .news_z .tui_bk{ padding:15px 15px}
.index_news .news_z .tui_bk .tui_title{ color:#222; font-size:23px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.index_news .news_z .tui_bk .tui_ms{ color:#555; font-size:15px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:10px; margin-bottom:10px;}
.index_news .news_z:hover .tui_title{ color:#0487c9}

.index_news  .news_y{ width:50%}
.index_news .news_y ul li:nth-child(1){ border-top:1px solid #d6d6d6}
.index_news .news_y ul li{ border-bottom:1px solid #d6d6d6}
.index_news .news_y ul li .ndate{ width:14%; text-align:right; padding:4.5% 3%;}
.index_news .news_y ul li .ndate .date1{ color:#222; font-size:30px; font-family:Barlow-Regular!important;}
.index_news .news_y ul li .ntxt{ padding:5.5% 3%; width:73.5%;border-left:1px solid #d6d6d6; }
.index_news .news_y ul li .ntxt .ntitle{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; font-size:20px;}
.index_news .news_y ul li .ntxt .nmore{ margin-top:10px; color:#999; font-size:14px; text-transform:capitalize;} 
.index_news .news_y ul li:hover{ background-image:linear-gradient(to right, #00a1e5, #0290cc);}
.index_news .news_y ul li:hover .ndate .date1{ color:#fff;}
.index_news .news_y ul li:hover .ndate .date2{ color:#fff;}
.index_news .news_y ul li:hover  .ntitle{ color:#fff;}
.index_news .news_y ul li:hover  .nmore{ color:#fff;}

.p_item .e_button-16 { color:#fff; margin:0 auto;
 display:flex;
 position:relative;
 overflow:hidden;
 text-align:left;
 box-sizing:border-box;
 width:210px;
 padding:0;
 background_radio:1;
 border_radio:1;
 font_radio:1;
 radius_radio:1;
 display-radio:flex;

 height:54px;
 border-radius:0;
 background-image:linear-gradient(to right, #00a1e5, #0290cc);
 align-items:center;
 justify-content:space-around;
 margin-right:auto;

 box-shadow:0 0 15px rgb(34 251 140 / 40%);
 font-size:17px
}
.p_item .e_button-16::before {
 content:'';
 display:block;
 position:absolute;
 left:-100%;
 width:100%;
 height:100%;
 background:rgba(0,0,0,0.1);
 transition:all .6s ease
}
.p_item .e_button-16:hover::before {
 left:0
}
.p_item .e_button-16 span {
 display:block;
 position:relative; text-transform:capitalize;
 z-index:1;
 outline:0;
 margin:0px;
 overflow:hidden;
 transition:all .6s ease;
 left:0
}
.p_item .e_button-16:hover span {
 left:10px
}
.p_item .e_button-16 i {
 display:block;
 width:24px;
 height:24px;
 border-radius:50%;
 border:1px solid #fff;
 position:relative
}
.p_item .e_button-16 i::before {
 content:'';
 display:block;
 width:5px;
 height:5px;
 border-radius:50%;
 background:#fff;
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 transition:all 0.6s ease
}
.p_item .e_button-16 i::after {
 content:'';
 display:block;
 width:45px;
 height:1px;
 background:#fff;
 top:50%;
 right:12px;
 position:absolute;
 transform:translateY(-50%);
 transition:all 0.6s
}
.p_item .e_button-16:hover i::before {
 content:'';
 display:block;
 width:10px;
 height:10px
}
.p_item .e_button-16:hover i::after {
 width:0px
}
.p_item .e_button-16::after {
 content:"";
 position:absolute;
 width:0;
 height:100%;
 transition:all .3s;
 z-index:0;
 opacity:0;
 top:0;
 left:0px
}
.p_item .e_button-16:hover::after {
 opacity:1
}
.p_item {
  flex: 1;
 
}

.join{ width:100%; margin:0 auto; background:url(../images/img6.jpg) no-repeat center; background-size:cover; background-position:center; background-repeat:no-repeat; background-attachment: fixed; height:200px; text-align:center; color:#FFFFFF; padding-top:100px; clear:both}

.join .cc1{ width:95%;font-size:25px; font-weight:700; line-height:35px; margin:0 auto; text-align:center }
.join .cc2{ font-size:22px; font-family:Barlow-Regular; font-weight:400; margin-top:15px;}
.join .cc2 span{ font-size:40px;}

.a_more{ font-size:17px; color:#fff!important; line-height:50px; width:200px; margin:auto;display:inline-block; 
  border: 1px solid #fff; 
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; margin-top:30px
}
.a_more a{  color:#fff!important;
}
.a_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #419120;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.a_more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.a_more:hover{ color:#fff;}





/*底部*/
.foot{ background:#090e21}
.foot .wd1300{ padding-top:30px; padding-bottom:38px;}
.foot .foota{ color:#fff; font-size:16px; font-weight:bold;margin-top:20px; border-bottom:1px solid rgba(255,255,255,0.1); padding-bottom:30px;}
.foot .foota a{ color:#fff}
.foot .foota .flx{ margin-top:15px;}
.foot .ftel{ background:url(../images/f1.png) no-repeat left; background-size:auto 30px; padding-left:40px; height:30px; line-height:30px;}
.foot .fmail{ background:url(../images/f2.png) no-repeat left; background-size:auto 30px; padding-left:40px; height:30px; line-height:30px; margin-left:30px;}


.footb{  padding-top:35px; padding-bottom:35px;border-bottom:1px solid rgba(255,255,255,0.1);}
/*.footb .fmenu ul{ margin-top:20px;}*/
.footb .fmenu ul li a{ font-size:17px; color:#fff; margin-right:20px;text-transform:capitalize;}
.footb .fcona{ margin-left:20px;}
.footb .fcona .lxa{ font-size:18px; color:#fff}
.footb .fcona .lxb{ line-height:30px; margin-top:10px;font-size:15px; color:#ccc}
.footb .fewm{ width:38%}


.banquan{ color:#fff; padding-top:38px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;text-decoration:none;color: #fff;}

a.zzb07link:hover {text-decoration: underline;color: #fff;}
.zzb07tail{font-family:Arial, Helvetica, sans-serif;color:#fff;}


/*焦点图*/
.focus{ position:relative; width:100%; height:429px;  float: left;}  
.focus img{ width:100%; height:429px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left; /* display:none; background:#000 */ }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:20px; right:20px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px;  margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#009ce5;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  


.ctxBtn {width:44px;height:44px;border-radius:50%;border:1px solid rgb(193,207,228);position:absolute;top:50%;z-index:2;background:#0088d1 no-repeat center center;background-size:34.782% auto;cursor:pointer;}
.ctxBtn.prev {left:0px;background-image:url(../images/icon_08.png);}
.ctxBtn.next {right:0px;background-image:url(../images/icon_09.png);}
.ctxBtn canvas {position:absolute;left:0;top:0;width:100%;height:100%;}
.ctxBtn.np{left:-5%}
.ctxBtn.nt{right:-5%}

/*发展历程*/
.history .p_item{ margin-top:60px;}
.history{ background:url(../images/hisbg.jpg) no-repeat center;}
.honorList {}
.honorList .title{margin-bottom: 4vw; text-align: center;}
.honorList .title .cn{font-size: 30px;color: #d0111b;padding-bottom: 10px;/* font-weight: bold; */font-size: 30px;color: #0088d1;/* padding: 0% 0 6% 0; */text-align: center;}
.honorList .title .cn::after{width:50px;height:2px;background:#0088d1;content:'';display:block;margin: 20px auto 0;}
.honorList .title .en{font-family: 'bebas-neue';color: #d2d2d2;letter-spacing: 2px;display: block;color: #fff;font-size: 60px;text-transform: uppercase;font-family: "DINCond-Bold";}


.honorList .box {}
.honorList #honorList {border-bottom:1px solid rgba(0,136,239,0.2);}
.honorList .item {margin:0 7%;padding-bottom:8.334%;padding-left:10.833%;position:relative;overflow:hidden;}
.honorList .item:before {width:9px;height:9px;background-color:#0088d1;border-radius:50%;content:'';display:block;position:absolute;left:0;top:15px;}
.honorList .item:after {width:1px;height:100%;background-color:rgba(0,136,239,0.2);content:'';display:block;position:absolute;left:4px;top:15px;}

.honorList .item ul{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; height:50px;}
.honorList h3 {font-size:32px;font-weight:normal;line-height:1.1em;color:#333;margin-bottom:6.329%;}
.honorList li {font-size:14px;color:#555;line-height:25px;}
.honorList .owl-stage {font-size:0;line-height:normal;}
.honorList .owl-carousel .owl-item {float:none;vertical-align:bottom;display:inline-block;}
.honorList .ctxBtn {top:auto;margin-top:0;bottom:-22.5px;}
.honorList .ctxBtn.prev {left:-20px;margin-right:2px;}
.honorList .ctxBtn.next {right:-20px;margin-left:2px;}


@media(max-width:768px){
.honorList {padding:30px 0;}
.honorList .title{padding-bottom: 6vw;}
.honorList .title .en{font-size: 30px;}
.honorList .item {margin:0;}
.honorList .ctxBtn.prev {left:0px;margin-right:2px;}
.honorList .ctxBtn.next {right:0px;margin-left:2px;}
}
@media(max-width:640px){
.honorList .title .cn{font-size: 6vw;}
}

/*内页*/
.nybanner_bg{/*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 136, 269, 0.2) 40%, rgba(0, 136, 269, 0.6) 100%);*/ height:100%; width:100%;background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 100%); }
.nybanner{ margin-top:130px; height:450px; position:relative}
.nyabout{ background:url(../images/nyabout.jpg) no-repeat center;}
.nycon{ background:url(../images/nycon.jpg) no-repeat center;}
.nyjob{ background:url(../images/nyjob.jpg) no-repeat center;}
.nynews{ background:url(../images/nynews.jpg) no-repeat center;}
.nypro{ background:url(../images/nypro.jpg) no-repeat center;}
.nyquality{ background:url(../images/nyquality.jpg) no-repeat center;}
.nywh{ background:url(../images/nywh.jpg) no-repeat center;}


/*.wei_title1{ font-family:Barlow-Regular; font-size:25px; text-transform:uppercase}
.wei_title2{ margin-top:20px; font-size:35px; font-weight:bold; margin-bottom:20px;}
.wei_zz{background: rgba(0, 136, 269, 0.6); padding:30px 50px; color:#fff; width:22%;padding-bottom:40px;}
.weizhi a{ color:#fff}
.weizhi{ width:1300px; margin:0 auto;  }
.wbg{ position:absolute; bottom:0px;width:100%; }*/
.daohang .wd1300{padding-bottom:0px; padding-top:15px;}
.daohang{/*border-bottom: 1px #eee solid;*/ background:#fafafa;}
.daohang .flex{ display:block}
.position{  width:100%;margin-top:0px; text-transform:capitalize;
background:url(../images/icon27.png) no-repeat left top 5px;
background-size:18px 18px;
font-size:15px; padding-left:25px; line-height:30px; padding-bottom:10px;}
.position span{ padding-left:7px; padding-right:7px;}	


/* nmenu*/
.nmenu{ margin-bottom:15px;}
.nmenu ul{
	overflow:hidden;

	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:50px;
	padding:0 24px;
	text-align:center;
	position:relative;
	}
.nmenu ul li:after{
	content:"";
	width:1px;
	height:15px;
	background:rgba(0,0,0,0.2);
	position:absolute;
	right:0;
	top:23px;
	}
.nmenu ul li:first-child{padding-left:0;}
.nmenu ul li:last-child{padding-right:0;}
.nmenu ul li:last-child:after{display:none;}
.nmenu ul li a{ text-transform:capitalize;
	font-size:16px;
	/*color:#fff;*/
	display:block;
	position:relative;
/*	padding-bottom:13px;*/
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:1px;
	background:#0088d1;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a:hover,.nmenu ul li.active a{color:#0088d1;}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{width:100%;}

/*.neibg{ background:#f1f1f1; padding-top:70px; padding-bottom:70px;}*/
.nymain{ width:1300px; margin:0 auto; padding-top:80px; padding-bottom:80px; background:#fff;}

.nname{ font-family:Barlow-Regular; font-size:25px; text-transform:uppercase; margin-top:-20px; margin-bottom:10px;}
.nwz{ text-align:center;border-bottom:#e3e3e3 solid 1px;margin:0 auto; }
.nwz h2{ font-weight:normal; margin-bottom:20px;text-align:center; font-size:40px; color:#333;text-transform:capitalize;  }
.nwz h3{ font-weight:normal; margin-top:-20px; margin-bottom:30px; font-size:16px;}
.nwz .nyline{ background:#cf3a34;height:2px; margin:0 auto; width:70px;}

.neirong{ margin-top:50px; line-height:30px;}
.ny_about{}
.ny_about_zuo{ width:55%}
.ny_about_you{ width:40%}

/* 企业文化 */
.xm4 {width: 32%; display:inline-block;}
.grid { text-align:center; margin:0 auto;}
.tit{ font-size:24px; color:#333;}
.youshi{}
.youshi li{padding:40px 0;}
.youshi li .icon{width:100px;height:100px;border:1px dashed #D1292D;border-radius:50%;text-align:center;margin:0 auto;transition:all .5s;}
.youshi li{text-align:center;}
.youshi li .tit{ text-transform:capitalize;margin:20px 0 10px 0;}
.youshi li i{background-repeat:no-repeat;background-position:center;background-size:44px;width:100%;height:100%;float:left;text-align:center;}
.youshi li .i1{background-image:url(../images/icon_gy1.png);}
.youshi li .i2{background-image:url(../images/icon_gy2.png);}
.youshi li .i3{background-image:url(../images/icon_gy3.png);}
.youshi li .i4{background-image:url(../images/icon_gy4.png);}
.youshi li .i5{background-image:url(../images/icon_gy5.png);}
.youshi li .i6{background-image:url(../images/icon_gy6.png);}
.youshi li:hover .i1{background-image:url(../images/icon_gy01.png);}
.youshi li:hover .i2{background-image:url(../images/icon_gy02.png);}
.youshi li:hover .i3{background-image:url(../images/icon_gy03.png);}
.youshi li:hover .i4{background-image:url(../images/icon_gy04.png);}
.youshi li:hover .i5{background-image:url(../images/icon_gy05.png);}
.youshi li:hover .i6{background-image:url(../images/icon_gy06.png);}
.youshi li:hover .icon{background: #D1292D; border: 1px solid #D1292D; box-shadow: 0px 11px 26px 0px rgba(209, 41, 45, 0.3);}
/* 上移动态 */
.transy{transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.transy:hover{transform: translateY(-5px);}

/*董事长致辞*/
.zhici{ text-align:center; font-size:18px; line-height:40px; min-height:300px}

/*内页产品*/
.prolist .ptu{width:100%; height:100px;  display: flex;justify-content: center;align-items: center; overflow:hidden;margin-bottom:15px;}
.prolist .ptu img{max-width:100%;max-height:100px;transition: all 0.8s;object-fit: cover;}
.prolist ul li{ cursor:pointer;float:left; display:inline;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);background:#fff; border-radius:5px; padding:3%; width:17%; margin-left:1%; margin-right:1%;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; margin-bottom:30px;height: 320px;}
.prolist ul li h2{/* text-transform:uppercase;*/ font-size:16px; color:#333333; font-weight:normal; text-align:center;text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; /* overflow:hidden */ }
.prolist ul li h3{ text-transform:uppercase; font-size:15px; color:#555; font-weight:normal; text-align:center; margin-top:10px; margin-bottom:10px;}
.prolist .p_more{ text-transform:capitalize;border:1px solid #ddd; border-radius:25px; line-height:30px; margin:0 auto; width:130px; text-align:center; color:#a5a5a5; font-size:14px;}
.prolist .enming{overflow:hidden;display:-webkit-box; -webkit-line-clamp:2 ; line-height:20px; text-align:center;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;}
.prolist ul li:hover .p_more{ border:1px solid #009ce5; color:#fff; background:#009ce5;}
.prolist  ul li:hover{ 	transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-moz-transform: translate(0,-5px);}

/*翻页*/
.contentPage{text-align:center; margin:0px 3px; padding:0px; padding-top:15px;color: #103059; line-height: 30px; text-decoration: none; clear:both; }
.contentPage a:link {color: #103059; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #103059; font-weight: normal;}
.contentPage a:visited {color: #103059; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #103059; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0a63b5;font-weight:normal;}
.contentPage .current{color:#103059; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #103059; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}

/*返回*/
.fanhui{ border-top:5px solid #f2f2f2; margin-top:50px;}
.fanhui ul { padding-top:30px;display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}
.fanhui ul li{ line-height:40px;width:33%;display:-webkit-box;

     -webkit-line-clamp:1 ;

     -webkit-box-orient:vertical ;

     overflow:hidden;

     text-overflow:ellipsis;
}

.fanhui ul li:nth-child(3){ text-align:right}
.fanhui ul li:nth-child(2){ text-transform:capitalize; text-align:center;  }
.fanhui ul li:nth-child(2) a{text-transform:capitalize; margin:0 auto; color:#fff;background:#009ce5;height:40px; line-height:40px; width:150px; text-align:center; display:block}



/*产品详细*/

.proxxx table{ border-top:1px solid #ddd; border-right:1px solid #ddd;}
.proxxx table tr td{ padding:8px 10px; border-left:1px solid #ddd;border-bottom:1px solid #ddd;}
/*.proxxx table tr:nth-child(odd) {  background:#EFEFEF;  }
.proxxx table tr:nth-child(even) {  background:#fff;  }*/
.proxxx table tr td:nth-child(1){ width:10%; text-align:center; font-weight:bold; text-transform:capitalize}

/*新闻*/
.xwzx_con1_u1 .divBox{font-size: 0; width:100%}
.xwzx_con1_u1 li{position: relative; width:100%;background: #f6f6f6;}
.xwzx_con1_u1 li a{display: block;padding: 30px 0;position: relative;z-index: 2;}
.xwzx_con1_u1 li:nth-child(even) {background: #fff;}
.xwzx_con1_u1 li:after{content: '';display: block;width: 100%;height: 100%;background-image: linear-gradient(to right, #00a1e5, #0290cc);background-size: cover;
position: absolute;top: 0;left: 0;transition: 0.3s ease-in-out;opacity: 0;}
/*.xwzx_con1_left{display: inline-block;vertical-align: middle;width: 248px;overflow: hidden;}

.xwzx_con1_left img{width:229px; height:147px;transition: 0.3s ease-out; margin-left:10%}*/
.xwzx_con1_middle{width: 15%;display: inline-block;vertical-align: middle;text-align: center;}
.xwzx_con1_right{width: calc(100% - 20%);display: inline-block;vertical-align: middle;box-sizing: border-box;border-left: 1px solid #e5e5e5;padding-left: 20px;
padding-right: 0px;position: relative;transition: 0.3s ease-out;}

.xwzx_con1_right h2{font-size: 18px;color: #282828;transition: 0.3s ease-out; text-align:left}
.xwzx_con1_right h2:before{content: '';display: inline-block;width: 0;height: 1px;background:#282828;vertical-align: middle;transition: 0.3s ease-in-out;}
.xwzx_con1_right p{font-size: 14px;color: #999999;margin-top: 0px; text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 50px;
line-height: 25px;}
.xwzx_con1_middle b {font-size: 40px;color: #2c3238;font-family: arial;transition: 0.3s ease-out;}

.xwzx_con1_middle em {font-size: 16px;color: #999;font-family: arial;transition: 0.3s ease-out;}
/*.xwzx_con1_middle b {display: block;font-size: 12px;color: #999;transition: 0.3s ease-out;}*/
.xwzx_con1_middle prc04 {display: block;font-size: 12px;color: #999;transition: 0.3s ease-out;}


.xwzx_con1_u1 li:hover .xwzx_con1_right h2:before{width: 20px;margin-right: 10px; color:#fff!important}
.xwzx_con1_u1 li:hover .xwzx_con1_left img{transform: scale(1.05);}
.xwzx_con1_u1 li:hover .xwzx_con1_right:after{transform: rotate(180deg);color: #fff;}
.xwzx_con1_u1 li:hover:after{opacity: 1;}
.xwzx_con1_u1 li:hover .xwzx_con1_right{border-left: 1px solid rgba(250,250,250,.2);}
.xwzx_con1_u1 li:hover .xwzx_con1_right h2{color: #fff!important;}
.xwzx_con1_u1 li:hover .xwzx_con1_right p{color: #fff;}
.xwzx_con1_u1 li:hover .xwzx_con1_middle b{color: #fff;}
.xwzx_con1_u1 li:hover .xwzx_con1_middle em{color: #fff;}
.xwzx_con1_u1 li:hover .xwzx_con1_right h2:before{background:#fff; color:#fff!important}


.xwbt{ width:100%; text-align:center; margin:0 auto; margin-bottom:40px;}
.xwbt h2{ font-weight:normal;font-size:25px; color:#333;}
.xwbt h3{ font-size:15px; color:#555; font-weight:normal; padding-top:7px;}

.nei_bk {
  padding: 50px;
  line-height: 30px;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 10px;}
  
.xuzhi p{ margin-bottom:10px;}
  
 /*人才招聘*/
.job_1{
overflow:hidden;}
.job_1_1{
margin-top:2.8em;}
.job_1_1 ul li{
float:left; width:33.33333333333%;}
.job_1_1_1{
position:relative; overflow:hidden;}
.job_1_1_1 img{
width:100%;}
.job_1_1_1_jj{
position:absolute; left:0; width:100%; bottom:0; z-index:10; color:#fff;}
.job_1_1_1_jj_mid{
margin:1.5em;}
.job_1_1_1_jj_mid_1{
font-size:1.5em;}
.job_1_1_1_jj_mid_2{
font-size:15px; margin-top:0.4em;}
.job_1_2{
font-size:1em; line-height:2; margin:2.5em 0 4em 0; color:#000; text-align:center;}
.jobs_2{ padding-bottom:6.25em;
overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img6.jpg);}
.jobs_2_1{ margin-top:2.8em;
text-align:center; padding:2.25em; background-color:#fff;}
.jobs_3{
overflow:hidden; padding-bottom:5.5em;}
.jobs_3_1 ul li{
float:left; margin-bottom:1.6875em; width:49%;}
.jobs_3_1 ul li:nth-child(2n){
float:right;}
.jobs_3_1_1{
overflow:hidden;}
.jobs_3_1_1 img{
width:100%;}
.jobs_3_1{
margin-top:3.5em;}
.jobs_4{transition: all 0.8s;
overflow:hidden; margin:0 ; padding:0}
#mid{  margin: 0 auto;}
.jobs_4_1{overflow:hidden;
background-image:url(../images/img11.jpg); color:#fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.jobs_4_1_1{ margin-top:3.766666666666667em;
text-align:center; font-size:1.875em;}
.jobs_4_1_2{ letter-spacing:0.08em;
font-size:3em; text-align:center; margin-top:0.5em; margin-bottom:2em;}
.jobs_4_1_3{ padding:1.5em 0; margin-bottom:0.625em;
background-color:#009ce5; overflow:hidden;}
.joblist li{ 
float:left; width:25%; list-style:none; text-transform:capitalize}


#mid h3 {
    width: 1200px;
    float: left;
    font-size: 35px;
    color: #313131;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'AlibabaSans-Regular';
}

.joblist li:nth-child(4){
width:25%;}
.joblist li.showjobinfo{ display:none;
width:100%; clear:both; background-color:#fff;  }
.joblist_mid{
padding-left:2em; padding-right:2em;}
.joblist_mid_2,.joblist_mid_3,.joblist_mid_4{
text-align:center}
.joblist_mid_t{
font-size:16px; color:#fff}
.joblist{
display:block;}
.jobs_4_2{
 padding-top:5px; overflow:hidden;}
.jobs_4_2 ul{ cursor:pointer;
background-color:#fff; border:1px #d3d7df solid; margin-bottom:5px; margin-left:0; padding:0}
.jobs_4_2 ul li{
min-height:3.3em;}
.joblist_mid_c{
padding:1em 0; color:#333}
.showjobinfo_mid{
padding:1em 2em 0em 2em; }
.jobs_4_2 ul:hover {
  background-color: #788694;
}
.jobs_4_2 ul:hover .joblist_mid_c{ color:#fff;}

.showjobinfo_mid_1{line-height:1.8; overflow:hidden; margin-bottom:1.7em; color:#555; font-size:15px;}
.jobs_4_2 ul.on{background-color:#788694;}
.jobs_4_2 ul.on .joblist_mid_c{
color:#fff;}
.jobs_4_2 ul.joblist.on li.showjobinfo{
display:block}
.showjobinfo_mid_2 a{ padding:0.45em 2em;
display:inline-block; color:#fff; background-color:#194695;}
.showjobinfo_mid_2 a span{ padding-left:20px;
background-position:left center; background-repeat:no-repeat; display:inline-block; background-image:url(../images/img5.png);}
.jobs_4_2_2{
margin:3em 0 5.5em 0}
.jobs_4_2_2 a{
border:1px #d3d7df solid;}




.bigfenlei ul{ width:60%; margin:0 auto}
.bigfenlei ul li a{ color:#fff}
.bigfenlei ul li:nth-child(2){ float:right; background:#424242;}
.bigfenlei ul li{ text-align:center; line-height:50px;float:left;width:40%; border-radius:30px; background:#424242}



@media all and (max-width:550px){
#mid {
    width: 100%;
    margin: 0 auto;
    margin-top: 3%;
}.nei2 {
    width: 100%;
}

.joblist_mid_t {
    font-size: 15px;
    color: #fff;
}
.jobs_4_2 ul li:nth-child(4){ display:none}
.jobs_4_2 ul li:nth-child(2){ display:block}

.joblist li:nth-child(4){ display:none}
.joblist li:nth-child(2){ display:block}
.joblist li:nth-child(1){ width:40%}
.joblist li {
    float: left; width:25%;
    list-style: none;
}
.joblist_mid {
    padding-left: 1em;
    padding-right: 1em;
}
} 
  
 /*.jidi ul li:nth-child(1){ padding-top:0px;}*/
.jidi ul li{ padding-bottom:40px; padding-top:40px; border-bottom:1px solid #ddd;}
.jidi ul li:hover img{transform: scale(1.1);}
.jidi_tu{ width:35%; overflow:hidden;}
.jidi_tu img{ width:100%; height:300px;transition: all 0.8s;object-fit: cover;}
.jidi_txt{ width:60%}
.jidi ul li .jidi_txt h2{ font-size:25px; color:#333; margin-bottom:20px}
.jdmore{ text-transform:capitalize; margin-top:20px; border:1px solid #ddd; line-height:35px; width:120px; text-align:center;transition: all 0.8s;}
.jidi_ms{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:7;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.jidi ul li:hover .jdmore{ background:#009ce5; width:150px; border:1px solid #009ce5; color:#fff}
.jdms{ padding:30px; background:#f1f1f1; text-align:center; font-size:18px;} 
  
  /*equipment*/
.product-list{ padding: 0; margin: 0; overflow: hidden; margin-right:0%; margin-bottom: .5rem; width:100%}
.product-list ul{ }
.product-list li {
	width: 30%; margin-left:1.5%; margin-right:1.5%;
	float: left; height:300px
	 
}

.product-list li {
	background: none;
	/*height: 386px;
	width: 386px;*/
	display: block;
	line-height: normal;
	overflow: hidden; width:30%;
	position: relative; margin: 0 1.5% 3% 1.5%; background:#fff
	
	
}
.product-list li figure{overflow:hidden; height:300px; width:100%; margin:0px;}
.product-list li figure img {
	display: block;
	
	transition: 424ms linear; overflow:hidden; height:300px;object-fit: cover; width:100%;
}

.product-list li figcaption {
	display: block;
	color: #5d5d5d;
	font-size: 16px;
	line-height: normal;
	margin-top: 20px;
	transition: 350ms;
	text-align: center; padding-bottom:30px
}

.product-box .product-down {
	float: left;
}

.product-list li  mark {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0, 156, 229, 0.3);
	background: #009ce5\9;
	filter: alpha(opacity=20);
	z-index: 20;
	opacity: 0;
	transform: skewX(45deg);
	visibility: hidden;
	transition: 360ms;
}

.product-list li mark b {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	z-index: 30;
}

.product-list li  mark b:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #009ce5;
	position: absolute;
	left: 0;
	top: 23px;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
}

.product-list li  mark b:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #009ce5;
	position: absolute;
	left: 23px;
	top: 0;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
}

.product-list li  mark:before {
	content: "";
	width: 100%;
	height: 0%;
	border-left: 1px solid #009ce5;
	border-right: 1px solid #009ce5;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.product-list li  mark:after {
	content: "";
	width: 0%;
	height: 100%;
	border-top: 1px solid #009ce5;
	border-bottom: 1px solid #009ce5;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.product-list li:hover  mark {
	opacity: 1;
	transform: skewX(0);
	visibility: visible;
}
.product-list li:hover img{ transition:all 0.4s;transform: scale(1.1)}
.product-list li:hover mark:before {
	height: 100%;
	transition: 330ms 200ms;
}

.product-list li:hover  mark:after {
	width: 100%;
	transition: 330ms 200ms;
}

.product-list li:hover f img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.product-list li:hover  mark b:before {
	transition: 355ms 180ms;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.product-list li:hover  mark b:after {
	transition: 355ms 240ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.product-list li:hover figcaption {
	color: #c6a680;
}

.gongchang{ margin-bottom:50px; background:#009ce5; height:350px; overflow:hidden}
.gongchang .gtu{ width:45%; height:350px;}
.gongchang .gtu img{ height:350px;width:100%;object-fit: cover;}
.gtxt{ width:60%; color:#fff;}
.gac{ font-size:25px; margin-bottom:20px;}
.gbk{ padding:30px;}
.gms{ line-height:27px;}

  /*内页联系我们*/
.ditu{ width:50%}
.ditu img{ width:auto!important}
.nylianxi{ width:45%}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 20px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#cf3a34; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #cf3a34;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #cf3a34;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}
  
@media screen and (max-width: 640px) {
	.neitutu img{ max-width:100%!important; height:auto!important}
.gaodu{ height:auto;}
.pc_daohang{ display:none}
.wap_daohang{ display:block}
.wap_foot{ display:block}

.wd1300{ width:95%; padding-top:45px; padding-bottom:45px;}

.title{padding-bottom:45px;}
.title1{ font-size:32px;}
.title2{ font-size:15px; width:100%; line-height:27px; margin-top:10px;}

.flex{display: block; }


/*首页公司简介*/
.index_about { background:url(../images/bg1.jpg) no-repeat center fixed;}

.index_about .jianjie{display: flex; width:100%;
flex-wrap: wrap;
flex-direction: column-reverse;}

.index_about .abtu{ width:100%; margin-top:40px;}
.index_about .abtxt{ width:100%}
.index_about .abtxt .ab1{ font-size:25px; }
.index_about .abtxt .ab2{ font-size:30px;}

.cona{margin-top:40px;}
.ul-num{ display:flex;}
.ul-num li{ width: 33%;}
.ul-num span{font-size: 25px;padding-right:0px; }
.ul-num p{font-size: 15px; }

/*焦点图*/
.focus{ height:250px;float: none;}  
.focus img{ width:100%; height:250px;} 
.focus .fPic { width: 100%;}


.focus .fcon img{ display:block; }  
.focus .fbg{bottom:20px; right:20px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px;  margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#009ce5;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{ display:none;}  
.focus .next{display:none;}  



/*首页新闻*/
.newsbg{ background:url(../images/newsbg.jpg) no-repeat center fixed}
.index_news { margin-bottom:40px;}
.index_news .news_z{ width:100%; margin-bottom:20px;}
.index_news .news_z .tui_pic{ overflow:hidden;height:200px; }
.index_news .news_z .tui_pic img{height:200px;}

.index_news .news_z .tui_bk{ padding:15px 15px}
.index_news .news_z .tui_bk .tui_title{font-size:20px;}



.index_news  .news_y{ width:100%; margin-bottom:40px;}
.index_news .news_y ul li .ndate{ width:18%; }
.index_news .news_y ul li .ndate .date1{font-size:25px;}
.index_news .news_y ul li .ntxt{ width:69.5%;}
.index_news .news_y ul li .ntxt .ntitle{ font-size:18px;}
.index_news .news_y ul li .ntxt .nmore{font-size:14px;} 



.p_item .e_button-16 {width:180px;height:44px;font-size:15px;}
.p_item .e_button-16 i {width:20px;height:20px;}

.join{background:url(../images/img6.jpg) no-repeat center;background-attachment: local; height:200px;padding-top:50px;}

.join .cc1{ padding-left:15px; padding-right:15px;font-size:17px;  line-height:38px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; }
.join .cc2{ font-size:15px;}
.join .cc2 span{ font-size:30px;}





/*底部*/
.foot .wd1300{ padding-top:30px; padding-bottom:38px;}
.foot .foota .flx{ margin-top:15px;}
.foot .fmail{margin-left:0px;}


.footb{  padding-top:35px; padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,0.1);}
/*.footb .fmenu ul{ margin-top:20px;}*/
.footb .fmenu a{ display:block; }
.footb .fmenu ul{ border-bottom:1px solid rgba(255,255,255,0.1); margin-bottom:15px; /*text-align:center;*/display:block; padding-bottom:30px;}
.footb .fmenu ul li:nth-child(odd) { text-align:left}
.footb .fmenu ul li:nth-child(even){ text-align:right}
/*.footb .fmenu ul li:nth-child(3){ text-align:right}
.footb .fmenu ul li:nth-child(6){ text-align:right}*/

.footb .fmenu ul li a {font-size: 15px;margin-right: 0px;}
.footb .fmenu ul li { line-height:30px; display:inline-block; width:48%;}

.footb .fcona{ width:100%; margin-left:0px;}
.footb .fewm{width:100%}
.footb .fewm img{ display:none}
.flogo img{ max-width:100%}
.banquan{ padding-top:30px;}

a.zzb07link{ font-size:15px;}
a.zzb07link:hover { font-size:15px;text-decoration: underline;color: #fff;}
.zzb07tail{font-size:15px;}



.ctxBtn {width:44px;height:44px;border-radius:50%;border:1px solid rgb(193,207,228);position:absolute;top:50%;z-index:2;background:#0088d1 no-repeat center center;background-size:34.782% auto;cursor:pointer;}
.ctxBtn.prev {left:0px;background-image:url(../images/icon_08.png);}
.ctxBtn.next {right:0px;background-image:url(../images/icon_09.png);}
.ctxBtn canvas {position:absolute;left:0;top:0;width:100%;height:100%;}
.ctxBtn.np{left:-5%}
.ctxBtn.nt{right:-5%}

/*内页*/

.nybanner{ margin-top:60px; height:150px; position:relative}
.nyabout{ background-size:auto 100%;}

.daohang .flex{ display:block}
.daohang{/*border-bottom: 1px #eee solid;*/ background:#fafafa;}
.position{ display:none; margin-top:10px; padding-bottom:10px;
background:url(../images/icon27.png) no-repeat left top 8px;
background-size:15px 15px;
font-size:14px; padding-left:20px; line-height:30px;}



/* nmenu*/
.nmenu ul { text-align:center; padding-top:8px; padding-bottom:8px;}
.nmenu ul li{ 
line-height:25px; padding-right:10px; padding-left:0px;}
.nmenu ul li:after{ display:none;top:5px; margin-right:10px; margin-left:10px;}

.nmenu ul li a{font-size:14px;}


.nmenu ul li a:after { display:none;}

.nymain{ width:95%; padding-top:40px; padding-bottom:40px; }

.nname{font-size:22px; margin-top:-10px; }
.nwz h2{font-size:30px;  }



.neirong{ margin-top:30px; line-height:25px; font-size:14px;}
.ny_about{}
.ny_about_zuo{ width:100%}
.ny_about_you{ width:100%; margin-top:30px;}

/* 企业文化 */
.xm4 {width: 48%; display:inline-block;}
.tit{ font-size:18px; color:#333;}
.youshi{}
.youshi li{padding:10px 0;}
.youshi li .icon{width:80px;height:80px;}

.youshi li .tit{margin:10px 0 5px 0;}
.youshi li i{background-size:34px;}
.youshi li:nth-child(5){ width:100%}
.youshi .desc{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; line-height:22px; height:44px;}

/*.jidi ul li:nth-child(1){ padding-top:0px;}*/
.jidi ul li{ padding-bottom:30px; padding-top:30px;} 
.jidi ul li:hover img{transform: scale(1.1);}
.jidi_tu{ width:100%;  margin-bottom:20px;} 
.jidi_tu img{ height:200px;}
.jidi_txt{ width:100%}
.jidi_ms{ font-size:14px; line-height:25px;}
.jidi ul li .jidi_txt h2{ font-size:18px;}
.jdmore{ font-size:14px;}
.jdms{ padding:20px;font-size:16px;} 
  
  
/*equipment*/
.product-list li:nth-child(2n){ float:right}
.product-list li {width: 48%!important; margin-left:0%!important; margin-right:0%!important;height:200px; margin-bottom:20px;}


.product-list li figure{ height:200px;}
.product-list li figure img {height:200px;}


.gongchang{ margin-bottom:40px;  height:auto; }
.gongchang .gtu{ width:100%; height:200px;}
.gongchang .gtu img{ height:200px;width:100%;object-fit: cover;}
.gtxt{ width:100%; color:#fff;}
.gac{ font-size:18px; margin-bottom:15px;}
.gbk{ padding:20px;}
.gms{ line-height:25px; font-size:14px;}

/*新闻*/

.xwzx_con1_u1 li a{padding: 20px 0;}


.xwzx_con1_middle{width: 25%;}
.xwzx_con1_right{width: calc(100% - 25%)}

.xwzx_con1_right h2{font-size: 15px;}

.xwzx_con1_middle b {font-size: 28px;}

.xwzx_con1_middle em {font-size: 15px;}

.xwzx_con1_middle prc04 {display: block;font-size: 12px;color: #999;transition: 0.3s ease-out;}




.xwbt{margin-bottom:30px;}
.xwbt h2{ font-size:20px;}


.nei_bk {
  padding: 20px;
  line-height: 25px;
  font-size: 14px;
}
  
.xuzhi p{ margin-bottom:10px;}


/*返回*/
.fanhui{  margin-top:30px;}
.fanhui ul {display: block; }
.fanhui ul li{ line-height:30px;width:100%; text-align:center}
.fanhui ul li:nth-child(3){ text-align:center}
.fanhui ul li:nth-child(2){ text-align:center; margin-bottom:5px; margin-top:5px;  }



/*内页联系我们*/
.lianlian{display: flex; width:100%;
flex-wrap: wrap;
flex-direction: column-reverse;}
.ditu{ width:100%}
.ditu img{ width:auto!important}
.nylianxi{ width:100%; margin-bottom:30px;}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 16px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#cf3a34; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #cf3a34;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #cf3a34;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}


/*内页产品*/
.prolist .ptu{width:100%; height:80px; margin-bottom:10px;}
.prolist .ptu img{max-width:100%;max-height:80px;}
.prolist ul li:nth-child(2n){ float:right}
.prolist ul li{ padding:3%; width:42%; margin-left:0%; margin-right:0%;margin-bottom:20px;}

.proxxx table tr td:nth-child(1) { width: 40%;}
.proxxx table tr td {padding: 2px;}


.tbottom{ height:3.5rem;}
#BottomNav { background-color:#333; bottom: 0;
    height: 4.5em;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 39; box-sizing:border-box; 
}
#BottomNav ul li {
    float: left;
    box-sizing:border-box;
    text-align: center;
    width: 20%; padding-top:0.7em;
}


#BottomNav ul li a {
    color: #fff;
    display: block; 
    


}


#BottomNav ul li a div {
    font-size:14px; padding-bottom:0.7rem; padding-top:0.3em;
}
#BottomNav .a {
    background-image: url(../images/shl-a.png);
}
#BottomNav .b {
    background-image: url(../images/shl-b.png);
}
#BottomNav .c {
    background-image: url(../images/shl-c.png);
}
#BottomNav .d {
 background-image: url(../images/vperson.png);
}
#BottomNav .e {
    background-image: url(../images/shl-e.png);
}
#BottomNav .f {
    background-image: url(../images/shl-f.png); 
}
#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 1.4rem;
    margin: 0 auto;
    width: 1.4rem;
    background-size: auto 1.4em;
	
}


	.m-header {
 height:60px;
  width: 100%;
  /*background: #ffffff;*/ z-index:999999999
}
.sousuo{ /*background:url(../images/wap_sea.png) no-repeat center;text-align: center;
background-position: center center;
background-size: auto 30px; height:45px; */margin-top:17px;}


.m-header.cur {
  position: absolute;
}
.ce-table .table-bot .item .i{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}


.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
/*  background: #ffffff;*/
}

.m-header .w-header {
  position: relative;
  padding: 0 10px;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 444444444444;
  height: 60px;

/*  background: #fff;*/
}
.glasslist-list .items .words .p span{
  font-size: 150%;
  color:#0aadb1;
}

.m-header .welcome-a {
  float: left;
 /* width: 50%;*/
  height: 100%; margin-top:0px;
  /*
  line-height: 48px;
  position: relative;*/
}

.m-header .welcome-a img {
  max-height: 100%;top:10px;
/*  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;*/
}

.m-header .search-cover {
  float: right;
  width: 50px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .uio {
  float: right;
  height: 100%;
  width: 40px;
  border-left: 0px solid #e1e1e1;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;  font-size: 14px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.m-header .nav-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 22px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -8px;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333!important;
  left: 0;
  border-radius: 4px;
}
/*.m-header.bg .nav-btn .line {

  background-color: #333!important;

}*/

.m-header .headLogo_img2 {
    display: none
}
.headLogo_img1,.headLogo_img2{ margin-top:7px;}
.m-header.bg .headLogo_img2{ display:none}
.m-header.bg .headLogo_img1{ display:block}

.m-header .nav-btn .line1 {
  top: 0px;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 7px;
}

.m-header .nav-btn .line3 {
  bottom: 0px;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active { 
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 6px; background-color:#fff
}

.nav0 {
  position: relative;
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
}
.nav0:hover .nav-btn .line {
  background: #059ea0;
  transition: .5s ease-in-out;
}

.nav0 .nav-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 12px;
  vertical-align: middle;
  cursor: pointer;
  bottom: 0;
  right: 0;
  margin: auto;
}

.nav0 .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: .5s ease-in-out;
  left: 0;
  border-radius: 4px;
}

.nav0 .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.nav0 .nav-btn .line2 {
  top: 5px;
}

.nav0 .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.nav0 .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.nav0 .nav-btn.hover .line {
  left: 6px;
}


.m-header .sub-menu {
  width: 100%;
  height: 100%;
/*  padding: 14px 0 0;*/
  display: none;
  position: fixed;
  left: 0;
  top: 60px;
  background-color: white;
  z-index: 1999999990;
  color: #666;
  overflow-y: auto;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}
.m-header .sub-menu li .sub-tit .tu-box {
  padding: 13px 0;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  position: relative;
}
.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%; text-transform:uppercase;
  box-sizing: border-box;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}
.m-header .sub-menu .tit a {
  color: #666;
}

.menu-text {
  text-align: center;
  margin-top: 35px;
}
.menu-text .li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  line-height: 50px;
  margin: 0 15px;
}
.menu-text .li img {
  width: 23px;
  display: inline-block;
}

.case-ul.w1480 {
  line-height: 1;
  font-size: 1px;
  /*margin-top: -32px;*/
  margin-bottom: 52px;
}

.headsearch-box {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
  touch-action: none;
}

.headsearch-box input[type="text"] {
  text-align: center; color:#fff;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}

.headsearch-box input[type="submit"] {
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  background: url(../images/ser-black.png) no-repeat center;
}

.headsearch-box input {
  border: none;
  background: none;
  outline: none;
}

.headsearch-box .x-box .x-o {
  position: absolute;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.headsearch-box .x-box {
  /*height:960px;*/
  width: 1200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.headsearch-box .x-p {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #606060;
  font-size: 24px;
  color: #606060;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%; text-transform:uppercase;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on.on .btn-v {
  background: url(../images/img6a.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 16px;
  margin-top: 0;
  background: url(../images/img5a.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  background: #f2f2f2;
}

.m-header .sub-menu .sec-list p {
  background-size: 8px auto;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.m-header .sub-menu .sec-list p:nth-child(1) {
  border-top: none;
}

.m-header .sub-menu .sec-list a { text-transform:uppercase;
  padding-left: 21px;
  color: #888;
  display: block;
}

.bocweb-header.ff {
  background: #ffffff;
}

.imgd {
  position: relative;
}
.imgd img {
  display: block;
  vertical-align: middle;
}
.imgd .i1, .imgd .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.nav-pro {
  position: relative;
}

.search-close.show {
  transform: scale(1);
  z-index: 3;
}

.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../images/ser-black.png) no-repeat center;
  border: none;
  box-sizing: border-box;
}

.hide1, .hide1.header.active {
  transform: scale(0) !important;
  opacity: 0;
  transition: .6s ease-in-out;
  transition-duration: .5s;
}

.search-close {
  position: absolute;
  z-index: -1;
  display: block;
  right: -1.5rem;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background:url(../images/close2.png) no-repeat center;
  background-size: 24px !important;
  cursor: pointer;
  transition-duration: .5s;
  transform: scale(0);
}

.header-search-wrap {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 44px;
  margin-left: -300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 44px;
  transition: all 0.5s;
  /*background: #fff;*/
  padding-right: 50px;
}

.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../images/ser-black.png) no-repeat center;
  border: none;
  box-sizing: border-box;
}

.header-search-wrap .ser-input {
  width: 100%;
  height: 43px;
  position: relative;
  border: none;
  background: none;
  box-sizing: border-box;
  text-indent: 20px;
}





.header {
  width: 100%;
  color: #4c4c4c;
  top: 0;
  left: 0;
  height: 70px;
  background: #ffffff;
  transition: .5s ease-in-out;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .nav-btn .line {
  background: #353535;
}
.header.active {
  color: #fff;
  position: fixed;
  background: transparent;
}
.header.active .nav0 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active a {
  color: #ffffff;
}
.header.active .icon-sousuo {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active .bocweb-logo .i0 {
  opacity: 1;
}
.header.active .bocweb-logo .i1 {
  opacity: 0;
}
.header.active .navleft-ul .li .imgd .i0 {
  opacity: 1;
}
.header.active .navleft-ul .li .imgd .i1,
.header.active .navleft-ul .li .imgd .i2 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i0, .header.active .navleft-ul .li.active .imgd .i0 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i2, .header.active .navleft-ul .li.active .imgd .i2 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i1, .header.active .navleft-ul .li.active .imgd .i1 {
  opacity: 1;
}
.header a {
  color: #4c4c4c;
}
.header .bocweb-logo {
  width: 165px;
  height: 70px;
  position: relative;
  margin-right: 60px;
}
.header .bocweb-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .bocweb-logo .i0 {
  opacity: 0;
}
.header .bocweb-logo .i1 {
  opacity: 1;
}
.header .bocweb-navleft {
  padding-left:0px;
  box-sizing: border-box;
}
.header .navleft-ul .li {
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.header .navleft-ul .li:nth-child(n+2) {
  margin-left: 40px;
}
.header .navleft-ul .li .imgd .i2 {
  opacity: 1;
}
.header .navleft-ul .li .imgd .i0 {
  opacity: 0;
}
.header .navleft-ul .li:hover, .header .navleft-ul .li.active {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover span, .header .navleft-ul .li.active span {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover .imgd img, .header .navleft-ul .li.active .imgd img {
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover .imgd .i0, .header .navleft-ul .li.active .imgd .i0 {
  opacity: 0;
}
.header .navleft-ul .li:hover .imgd .i2, .header .navleft-ul .li.active .imgd .i2 {
  opacity: 0;
}
.header .navleft-ul .li:hover .imgd .i1, .header .navleft-ul .li.active .imgd .i1 {
  opacity: 1;
}
.header .navleft-ul .li .imgd {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.header .navleft-ul .li.li2 .imgd {
   
    top: 4px;
   
}
.header .navleft-ul .li .imgd img {
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li {
  float: left;
}
.header .bocweb-nav .nav-li .li-top {
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li:hover .li-top, .header .bocweb-nav .nav-li.active .li-top {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li:nth-child(n+2) {
  margin-left: 95px;
}
.header .bocweb-nav .nav0 {
  width: 80px;
  height: 70px;
}




.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  transition: .5s ease-in-out;
}






 .headsearch-box .x-box {
    width: 90%;
  }

  .headsearch-box .x-p {
    width: 100%;
  }

.mbox {
    display: block!important;
  }

  .maintain-tip .img {
    width: 160px;
  }



	}