@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,th,td{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;}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; color:#646464;}

ul{ padding:0px; margin:0px;}
h1,h2,h3,h4{ padding:0px; margin:0px; font-weight:normal}
p{ padding:0px; margin:0px;}

@font-face {
	font-family:Barlow-Bold;
	src: url('../fonts/Barlow-Bold.ttf'); }

@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
	
	
	@font-face {
    font-family: 'PingFang';
    src: url(../fonts/AkzidenzGrotesk-BoldCondAlt.otf);
}

@font-face {
    font-family: 'PingFang_reg';
    src: url(../fonts/PingFang-ExtraLight.woff2);
}


body{ margin:0 auto;padding:0px;width:100%;font-size:15px;color:#646464; margin:0px;font-family: Microsoft YaHei; }

.head{ width:1200px; margin:0 auto;display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; padding-top:30px; padding-bottom:30px;  }


/*导航*/
.head_y{ width:50%;}
.nav{  margin-top:13px;}
.nav ul{ width:100%; margin:0 auto;display: flex; flex-wrap: wrap; justify-content: space-between;  }

.nav li {  font-size: 15.5px;text-align: center; position:relative}
.nav li a {display: block;text-align: center;position: relative;color: #333; font-size:17px;line-height:42px; text-transform:uppercase;  }
.nav li.hover a, .nav li:hover a {color: #FFF;}
.nav li:hover a{ color:#0487c9}
.nav li.hover{  color:#0487c9;border-top-left-radius:30px; border-bottom-left-radius:30px;}
.nav li .subnav { width:133px;background: #016155;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left:0px;overflow: hidden;position: absolute;top: 52px; z-index: 99999999;}
.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 {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;color: #fff;display: block;font-size: 15px;font-weight: 500;line-height: 40px;padding: 0;transition: all 0.2s ease-in-out 0s;width: 100%; padding-left:0px;padding-right:0px; border-bottom:1px solid rgba(255,255,255,0.1);}
.nav li .subnav a:hover {text-indent: 5px; background:none}

/*通栏*/

.shangceng{ position:relative}
.fafa{content: " ";
background: rgba(0,15,38,.3);
position: absolute;
left: 0px;
right: 0px;
z-index: 200;
width: 100%;
height: 550px;}
.ba{ background:#fff!important; height:550px;}
#wrapper {
	position:relative; z-index:1111; 
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative; 
	padding:0;
	max-height:550px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:550px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
	   .ba{ background:#fff!important; height:250px;}



.fullwidthbanner-container{
	width:100% !important;
	position:relative; 
	padding:0;
	max-height:250px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:250px !important;
	position:relative;
}
	   
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/
.tp-bullets { display:block;display:block!important;
    z-index: 1111111;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer; 
    position: relative;
    background: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 1100;
	cursor: pointer; 
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -31px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 1100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -31px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;


    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer { 
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 2000;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {display:none;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.wd1200{ width:1200px; margin:0 auto; padding-top:60px; padding-bottom:60px;}

.wtitle{ text-align:center; margin:0 auto}
.index_about .hname{font-size:50px;color:#0487c9; font-weight:bold}
.index_about .sname{margin-top:20px; font-size:24px; color:#555;}
.index_about  .wtitle{ padding-bottom:20px;}
.index_about .abnr{ width:60%; margin:0 auto;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:4;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; line-height:30px; font-size:18px; text-align:center;  color:#999}


.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{clear: both;}
.ul-num li:last-child{ border-right:0px;}
.ul-num li{float: left; 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;}

.more01{ font-size:17px; color:#fff!important; line-height:50px; width:200px; margin:0 auto;display:block; 
  border: 0px 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:60px; background:#0487c9; margin-bottom:20px;}
.more01 a{  color:#fff!important; text-align:center!important; display:block}
.more01:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0474ad;
  -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;}
.more01:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1);}
.more01:hover{ color:#fff;}





.title{ text-align:center; margin:0 auto}
.title1{ font-size:40px; color:#0487c9}
.title2{ font-size:18px; color:#888; width:60%; margin:0 auto; line-height:30px; margin-top:20px;}

/*首页产品*/
.index_pro{ background:#f2f2f2;}


 .proBox {
 width:100%; margin-top:40px;
 height:auto;
 overflow:hidden;
}
 .proContainer {
 width:100%;
 height:auto;
 overflow:hidden;
 margin:1rem auto;
}
 .proLi {
 position:relative;
 overflow:hidden;

}
 .porTbox {
 position:relative;
 overflow:hidden;
 width:100%;
 height:190px;
}
 .proImg {
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%, -50%);
 width:100%;
 transition:all .5s ease;
}
 .porBbox {
 position:relative;
 overflow:hidden;
 width:94%;

 padding:5% 3%;
 border:1px solid #fff;
 background:#fff;
}
 .proTitle {
 font-size:1rem;
 color:#333; text-align:center;
 overflow:hidden;
 text-overflow:ellipsis;
 position:relative;
 white-space:nowrap;
 width:100%;
}
 .proSummry {
 color:#777;
 white-space:nowrap;
 overflow:hidden;
 margin:10px 0;
 text-overflow:ellipsis;
}
 .lookDetail {
 position:relative;
 display:block;
 color:#777;
 height:38px;
 line-height:38px;
 border-top:1px solid #e5e5e5;
}
 .arrowsR {
 position:absolute;
 top:50%;
 right:0px;
 transform:translate(0, -50%);
 width:30px;
}
 .arrowsR img {
 position:absolute;
 transition:all .5s ease;
}
 .harr {
 opacity:0;
}
 .showBox {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 opacity:0;
 background:rgba(0,0,0,.6);
 transition:all 0.5s ease;
}
 .showBoxLink {
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 display:block;
 width:60%;
 color:#fff;
 text-align:center;
 font-size:1rem;
 padding:0.5rem 0;
}
 .showBoxLink::before {
 content:'';
 position:absolute;
 top:0px;
 left:50%;
 transform:translateX(-50%);
 width:60%;
 height:1px;
 background:#fff;
 transition:all .5s ease;
}
 .showBoxLink::after {
 content:'';
 position:absolute;
 bottom:0px;
 left:50%;
 transform:translateX(-50%);
 width:60%;
 height:1px;
 background:#fff;
 transition:all .5s ease;
}
 .lookDetail:hover .barr {
 opacity:0;
}
 .lookDetail:hover .harr {
 opacity:1;
}
 .proLi:hover .showBox {
 opacity:1;
}
 .proLi:hover .proImg {
 transform:translate( -50% ,-50%) scale(1.1);
}
 .proLi:hover .showBoxLink::before {
 width:1rem;
}
 .proLi:hover .showBoxLink::after {
 width:1rem;
}
@media only screen and (min-width: 769px) {
  .proContainer {

 }
  .proLi {
  width:31%; margin-right:1%; margin-left:1%;

  float:left;
 }
}
@media screen and (max-width: 640px) {
 .proBox {width:100%; margin-top:20px;}
 .porTbox {
 position:relative;
 overflow:hidden;
 width:100%;
 height:150px;
}
.proContainer { margin-bottom:0px;}
  .proLi {
  width:100%; margin-bottom:20px;
 }
 .proLi:nth-child(3){ margin-bottom:0px;}
 }
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .proContainer {
  max-width:900px;
 }
  .proLi {
  width:50%;
  height:400px;
 }
}
 

/*首页新闻*/
.index_news .title{ margin-bottom:50px;}
.index_news .news_z{ width:45%}
.index_news .news_z .tui_pic{ overflow:hidden }
.index_news .news_z .tui_pic img{transition: all 0.8s; width:100%;}
.index_news .news_z:hover img{   transform: scale(1.1);}
.index_news .news_z .tui_bk{ padding:15px 30px}
.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:impact;}
.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:8px; color:#555; font-size:14px;} 
.index_news .news_y ul li:hover{ background:#0487c9}
.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;}

/*合作*/
.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:300px; text-align:center; color:#FFFFFF; font-size:40px; font-weight:700; line-height:50px; padding-top:120px; clear:both}

.join span{ font-size:22px; font-family:Barlow-Regular; font-weight:400;}
.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: #0487c9;
  -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:#0487c9;}
.foot .wd1200{ padding-bottom:30px;}
.foota{ display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; padding-top:50px;border-bottom:1px solid rgba(255,255,255,0.1); padding-bottom:30px; }
.flogo{ border-bottom:1px solid rgba(255,255,255,0.1); margin:0 auto; text-align:center; padding-bottom:30px;}
.foot .fbt{ color:#fff; font-size:22px; margin-bottom:20px;}
.foota .fmenu{ width:20%;}
.foota .fmenu ul{ margin-top:-5px;}
.foota .fmenu ul li{ width:50%; line-height:45px; float:left}
.foota .fmenu ul li a{ color:#fff; font-size:17px;}
.foota .ftxt{ line-height:30px; color:#fff;}
.foota .ftxt a{ color:#fff}
.foota .ewm img{ padding:5px; background:#fff; border-radius:5px;}
.foota .ewm p{ text-align:center; color:#fff; padding-top:10px;}
.banquan{ padding-top:30px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;font-size: 15px;text-decoration:none;color:#fff;}
a.zzb07link:hover {text-decoration: underline;color:#fff;}
.zzb07tail{font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#fff;}


/*内页*/
.nymain{ width:1200px; margin:0 auto; padding-top:50px; padding-bottom:60px;}
.neirong{ margin-top:50px; line-height:30px;padding: 50px;
background: #fff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);}
.neirong_nbk{ margin-top:50px; line-height:30px;}

.dqwz{border-bottom: #ededed solid 1px;
/*box-shadow: 0px 2px 10px #eeeeee;*/ width:100%;}
.weizhi{ width:1200px; margin:0 auto; padding-top:20px; padding-bottom:20px; font-size:15px;}
.weizhi_zj{ background:url(../images/hs.png) no-repeat left; padding-left:30px; background-size:20px 20px;color:#999}
.weizhi_zj a{ color:#999}
.weizhi span{ padding-left:6px; padding-right:6px;}


.nytitle{ text-align:center; margin:0 auto}
.nytitle1{font-family:Barlow-Regular; text-transform:uppercase; color:#999; font-size:30px;}
.title_line{ background:#0487c9; height:2px; width:50px;margin:0 auto; margin-top:10px; margin-bottom:10px;}
.nytitle2{ font-size:35px; color:#333;}


.nyabout{ background:url(../images/nyabout.jpg) no-repeat center ; height:350px; margin:0 auto; width:100%;}
.nycon{ background:url(../images/nycon.jpg) no-repeat center ; height:350px; margin:0 auto; width:100%;}
.nyfac{ background:url(../images/nyfac.jpg) no-repeat center ; height:350px; margin:0 auto; width:100%;}
.nypro{ background:url(../images/nypro.jpg) no-repeat center ; height:350px; margin:0 auto; width:100%;}
.nynews{ background:url(../images/nynews.jpg) no-repeat center ; height:350px; margin:0 auto; width:100%;}







/*联系我们*/
.neilian{ background:#fafafa; padding:50px 30px; text-align:center; margin-bottom:60px;}
.neilian ul{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}
.neilian ul li{ text-align:center; width:100%; border-right:1px solid #ddd;}
.neilian ul li:last-child{ border-right:0px;}
.neilian ul li h2{ font-weight:normal; color:#333; font-size:18px; margin-top:15px;}
.neilian ul li h3{ width:80%; margin:0 auto; font-weight:normal; color:#555; font-size:15px; margin-top:5px;}

/* 新闻 */
.news_in ul li:nth-child(odd) {  background:#f2f2f2;  }
.news_in ul li{ margin-bottom:25px; padding:30px;}
.xw_kuang1{ width:15%; float:left;}
.xw_kuang1 .xw_p1{ font-size:38px; font-weight:bold; color:#000; text-align:center;}
.xw_kuang1 .xw_p2{ font-size:20px; color:#000; text-align:center; margin-top:5px;}
.news_in .xw_line{ width:1px; height:36px; background-color:#e5e5e5;  margin-top:15px;}
.news_in .xw_p3{ font-size:18px; color:#333; margin-left:60px; margin-top:20px;}
.xw_kuang2{ margin-top:7px;  width:154px; border:1px solid #ccc; border-radius:37px; }
.xw_kuang2 p{ font-size:16px; line-height:53px; text-align:center; color:#333;}

.news_in ul li:hover{ background:linear-gradient(to right,#00a0e7,#1860a8);
transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;}
.news_in ul li:hover .xw_kuang1 .xw_p1{ color:#fff;}
.news_in ul li:hover .xw_kuang1 .xw_p2{ color:#fff;}
.news_in ul li:hover .xw_p3{ color:#fff; padding-left:10px;transition: 0.3s ease-out;}
.news_in ul li:hover .xw_kuang2{border:1px solid #fff;}
.news_in ul li:hover .xw_kuang2 p{ color:#fff;}



.xwbt{ text-align:center; margin:0 auto;}
.xwbt h2{ color:#333; font-size:25px; font-weight:normal;}
.xwbt h3{ font-weight:normal; margin-top:15px; font-size:15px; color:#555;}

.fanhui{}
.fanhui ul { padding-top:30px;}
.fanhui ul li{ line-height:40px;width:33%; float:left;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.fanhui ul li:nth-child(3){ text-align:right}
.fanhui ul li:nth-child(2){ text-align:center;  }
.fanhui ul li:nth-child(2) a{ margin:0 auto; color:#fff;background:#0487c9;height:40px; line-height:40px; width:150px; text-align:center; display:block}


/*厂房设备*/
.shebei ul li{ width:23%; margin-left:1%; margin-right:1%; float:left; margin-bottom:20px;}
.fac_tu{ width:100%; height:250px;  display: flex;justify-content: center;align-items: center; overflow:hidden; }
.fac_tu  img{width:100%;height:250px; transition: all 0.8s;object-fit: cover;}
.shebei ul li:hover img{transform: scale(1.1);}
.shebei ul li p { text-align:center; padding-top:10px;font-size: 16px; font-weight:normal;}

/*翻页*/
.contentPage{text-align:center; margin:0px 3px; padding:0px; padding-top:15px;color: #555; line-height: 30px; text-decoration: none; clear:both; }
.contentPage a:link {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #555; font-weight: normal;}
.contentPage a:visited {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #555; 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:#555;font-weight:normal;}
.contentPage .current{color:#555; 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;}


.pc_daohang{ display:block}
.wap_daohang{ display:none}
.wap_foot{ display:none}

/*产品*/
.paixu{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}

.nymenu_mid ul li{ text-align: center;vertical-align: top;}
.nymenu_mid ul li:last-child{ border-left:0px solid #d1d1d1;}

.nymenu_mid ul{ margin:0 auto;display: flex; width: 100%;}
.nymenu_mid_s{ text-align:center; width:auto}
.nymenu_mid_s ul li {float: none;}
.nymenu_mid ul li a{ display:inline-block; padding-left:20px; padding-right:20px;font-size:16px; position:relative; }

.nymenu_mid ul li a{display: block;position: relative;;color: #555;}
/*.nymenu_mid ul li a:after{content: '';display: block;width: 100%;height: 2px;background:#0487c9;position: absolute;bottom: 2px;left: 0;transition: 0.4s ease-out;
transform: scaleX(0);}*/
.nymenu_mid ul li:hover a:after,.nymenu_mid ul li.active a:after{transform: scaleX(1);}
.nymenu_mid ul li:hover a,.nymenu_mid ul li.active {color: #0487c9; }
.nymenu_mid ul li .active{color: #0487c9;}
.nymenu ul li:hover a{color: #0487c9; }
.nymenu ul li.active {color: #0487c9; }
.nymenu_mid p { display: none;}
	
.fenlei ul li{ text-align: center; line-height:40px;}

.fenlei ul{ margin:0 auto;display: flex; width: 100%; margin-top:40px;}

.fenlei ul li { width:100%;float: none; background:#d9d9d9; margin-right:1px; margin-left:1px;}
.fenlei ul li a{ display:inline-block; font-size:16px; position:relative; }

.fenlei ul li a{display: block;position: relative;color: #555;}

.fenlei ul li:hover a:after,.fenlei ul li.active a:after{transform: scaleX(1);}
.fenlei ul li:hover a,.fenlei ul li.active { background:#0487c9;color: #fff; }
.fenlei ul li .active{ background:#0487c9;color: #fff; }
.fenlei ul li:hover a{ background:#0487c9;color: #fff;  }
.fenlei ul li.active { background:#0487c9;color: #fff;  }
.fenlei p { display: none;}
	.biaoti{ background:#0487c9; color:#fff; line-height:50px; text-align:center; font-size:18px;}
.proxx img{ max-width:100%}
.proxx{ width:80%; margin:0 auto;}	

@media screen and (max-width: 640px) {
.gaodu{ height:auto;}
.pc_daohang{ display:none}
.wap_daohang{ display:block}
.wap_foot{ display:block}

.ba{height:250px;}
.fullwidthbanner-container{max-height:250px !important;}
.fullwidthbanner-container .fullwidthabnner	{max-height:250px !important;}
.wd1200{ width:95%; padding-top:40px; padding-bottom:40px;}


.index_about .hname{font-size:35px;}
.index_about .sname{ font-size:20px;}
.index_about .abnr{ width:95%; line-height:30px; font-size:17px;}


.cona{ margin-top:40px;}

.ul-num li:nth-child(2){ margin-bottom:20px;}
.ul-num li:nth-child(1){ margin-bottom:20px;}
.ul-num li{float: left; width: 50%;}
.ul-num span{font-size: 35px;}


.ul-num p{font-size: 15px; }

.more01{ font-size:16px; line-height:40px; width:150px; margin:0 auto; margin-top:40px; }


.title1{ font-size:30px;}
.title2{ font-size:16px; width:100%;margin-top:20px;}




/*首页新闻*/
.index_news .title{ margin-bottom:30px;}
.index_news .news_z{ width:100%}

.index_news .news_z .tui_bk{ padding:15px 30px}
.index_news .news_z .tui_bk .tui_title{ font-size:20px;}


.index_news  .news_y{ width:100%}
.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:24%;}
.index_news .news_y ul li .ndate .date1{  font-size:23px; }
.index_news .news_y ul li .ntxt{ width:63.5%; }
.index_news .news_y ul li .ntxt .ntitle{font-size:16px;}


/*合作*/
.join{ background-repeat:no-repeat; background-attachment:local; height:230px; font-size:22px;padding-top:80px;}
.join span{ font-size:15px; line-height:25px;}
.a_more{ font-size:15px;line-height:35px; width:150px;}




/*底部*/
.foot{ background:#0487c9;}
.foot .wd1200{ padding-bottom:30px;}
.foota{ display: block; padding-top:40px; padding-bottom:30px; }
.flogo img{ width:90%;}
.foot .fbt{font-size:22px; margin-bottom:20px; text-align:center}
.foota .fmenu{ width:20%; display:none}
.foota .ftxt{ line-height:30px; color:#fff; text-align:center}
.foota .ewm{ display:none}




/*内页*/
.nymain{ width:95%; padding-top:40px; padding-bottom:40px;}
.neirong{ margin-top:40px; line-height:30px;padding: 20px;font-size:14.5px;}
.neirong_nbk{ margin-top:40px; line-height:30px; font-size:14.5px;}

.weizhi{ width:95%; padding-top:10px; padding-bottom:10px; font-size:14px;}
.weizhi_zj{ padding-left:20px; background-size:15px 15px;}
.weizhi span{ padding-left:4px; padding-right:4px;}



.nytitle1{ font-size:20px;}
.nytitle2{ font-size:25px; }


.nyabout{height:150px; background-size:150%;}
.nycon{ height:150px; background-size:150%;}
.nyfac{ height:150px; background-size:150%;}
.nypro{ height:150px; background-size:150%;}
.nynews{ height:150px; background-size:150%;}







/*联系我们*/
.neilian{padding:30px; margin-bottom:40px;}
.neilian ul{display: block; /*flex-wrap: wrap;*/ justify-content: space-between;}
.neilian ul li{width:100%; border-right:0px solid #ddd; border-bottom:1px solid #ddd;padding-top:30px;padding-bottom:30px;}
.neilian ul li:last-child{ border-right:0px; border-bottom:0px;}
.neilian ul li h2{ font-weight:normal; color:#333; font-size:18px; margin-top:15px;}
.neilian ul li h3{ width:80%; margin:0 auto; font-weight:normal; color:#555; font-size:15px; margin-top:5px;}
.neilian ul li:nth-child(4){border-bottom:0px;padding-bottom:0px;}

/* 新闻 */

.news_in ul li{ padding:20px;}
.xw_kuang1{ width:25%; float:left;}
.xw_kuang1 .xw_p1{ font-size:28px;}
.xw_kuang1 .xw_p2{ font-size:15px; }
.news_in .xw_line{ width:1px; height:36px; background-color:#e5e5e5;  margin-top:15px;}
.news_in .xw_p3{ font-size:16px; color:#333; margin-left:30px; margin-top:10px; width:62%}
.xw_kuang2{ display:none}




.xwbt{ text-align:center; margin:0 auto;}
.xwbt h2{ color:#333; font-size:25px; font-weight:normal;}
.xwbt h3{ font-weight:normal; margin-top:15px; font-size:15px; color:#555;}


.fanhui ul { padding-top:30px;}
.fanhui ul li{width:100%;text-align:center}
.fanhui ul li:nth-child(3){ text-align:center}



/*厂房设备*/
.shebei ul li:nth-child(2n){ float:right}
.shebei ul li{ width:48%; margin-left:0%; margin-right:0%; float:left; margin-bottom:20px;}
.fac_tu{ width:100%; height:200px; }
.fac_tu  img{height:200px; }
.shebei ul li p { font-size: 14px; }




/*产品*/
.paixu{display: block; }


.nymenu_mid ul{ margin-top:15px;}
.nymenu_mid_s{ text-align:center; width:auto}
.nymenu_mid ul li a{ padding-left:10px; padding-right:10px;font-size:14px; }



.fenlei ul li{line-height:30px;}
.fenlei ul{display: block; margin-top:20px;}
.fenlei ul li { width:32%;float: left;margin-right:0.5%; margin-left:0.5%; margin-bottom:1%;}
.fenlei ul li a{font-size:14px; }

.neirong_nbk .proLi:nth-child(2n){ float:right}
.neirong_nbk .proLi {
    width: 48%!important; float:left;
    margin-bottom: 0px;}
.neirong_nbk .proTitle {font-size: 14px;}

.biaoti{ background:#0487c9; color:#fff; line-height:50px; text-align:center; font-size:18px;}
.proxx img{ max-width:100%}
.proxx{ width:100%; margin:0 auto;}



.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:7px;}


.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;
  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;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
  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: 65px;
  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: 21px;
    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: #333333;
  left: 0;
  border-radius: 4px;
}

.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;
}

.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: 45px;
  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;
  }

  .icon-sousuo {
    width: 40px;
  }

	}