@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: 16px;
  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-size:15px!important;color:#6c6c6c;}

.head_you{ width:65%;}

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:#009ce5;
	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:#009ce5;}
.nav ul li:hover .navname:after,.nav ul li.active .navname:after{width:100%;}

.nav{ width:83.5%; }

.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:17px; overflow:hidden}
.nav  li a:hover{color:#009ce5}
header.bg .nav  li a:hover{color:#009ce5}

.nav li.hover a, .nav li:hover a { color:#009ce5 }
header.bg .nav li.hover a, header.bg .nav li:hover a{color:#009ce5 }
.nav li .subnav {background: #fff;box-shadow: 0 5px 20px 8px rgba(0, 0, 0, 0.1);height: auto;left: -20px;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: 15px;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: #009ce5;color: #fff!important; border-bottom:rgba(255,255,255,0.1) solid 1px;}
.nav li .subnav a:hover {color: #fff;background:#0196d5;}



/*.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;border-bottom: 1px solid #ddd;}
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}






/*语言*/
/*.yuyan{ background:url(../images/yuyan.png) no-repeat top left; background-size:25px; padding-left:25px; margin-top:17px;}*/
.yuyan { margin-top:10px;}
.yuyan a{ font-size:16px; text-align:center; color:#fff; margin-left:10px; line-height:35px;width:35px; height:35px; border-radius:50px;}
.yuyan a:nth-child(1){ background:#0196d5; margin-left:0px; }
.yuyan a:nth-child(2){ background:#231815; }
.sou{ background:#ce3a38;line-height:35px;width:35px; height:35px; border-radius:50px; margin-top:10px;}
.sou .iconfont{ color:#fff;font-size:25px; text-align:center;  }

/*首页banner*/
/*indexBanner*/
.bashuzi { font-family:DINEngschriftStd; font-size:59px; font-style:normal;}
.bap { font-size:18px; color:#fff; width:60%; line-height:30px;}
.indexBanner{width: 100%;position: relative;height: 600px; overflow:hidden; margin-top:95px;}
.indexBanner .bd{margin: 0 auto;position: relative;z-index: 0;overflow: hidden;}
.indexBanner .bd ul{width: 100% !important;height: 100vh; }
.indexBanner .bd li{width: 100% !important;height:100vh;overflow: hidden; background-size: cover !important;}
.indexBanner .bd li .cont{width: 100%;padding: 15% 3% 0;box-sizing: border-box; text-align:center}
.indexBanner .bd li .cont .tit{color: #FFFFFF;font-size:20px; padding-top:0px; width:60%; text-align:center; margin:0 auto; line-height:30px; }
.indexBanner .bd li .cont .title{color: #FFFFFF;font-size: 45px;font-weight:900; padding-bottom:40px;}
.indexBanner .bd li .cont .title span{font-weight: bold;}
.indexBanner .bd li .cont .sum { margin-top: 1%; font-size:22px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; text-transform:uppercase; letter-spacing:1.2px;}
.indexBanner .bd li .cont .sum a{ display: inline-block;  color: #fff; font-size: 16px; letter-spacing: 1px; padding: 0 16px; line-height: 40px; border-radius: 25px; border: solid 1px #fff; margin-right: 20px;}
.indexBanner .bd li .cont .sum a:hover{ background-color: #0a4e8e; color: #45af38;}
.indexBanner .hd{width: 87%;position: absolute;z-index: 4;bottom: 4%;left:50%;transform: translateX(-50%);display: table;font-size: 0;text-align: left; }
.indexBanner .hd ul::after{content: '';width: 2px;height: 210px;background-color: #ffffff;opacity: 0.3;filter:alpha(opacity=30);position: absolute;bottom: 40px;right: 12px; display:none}
.indexBanner .hd ul { margin:0 auto; text-align:center; width:50%;}
.indexBanner .hd ul li{cursor: pointer;display: inline-block;*display: inline;zoom: 1; overflow: hidden;}
.indexBanner .hd ul li p{width: 15px;height: 15px;margin: 0 6px;position:relative; }
.indexBanner .hd ul li p::after{content: '';width: 15px;height: 15px;border-radius: 50px;background-color: #fff;opacity:0.7;filter:alpha(opacity=50);position: absolute;bottom: 0;left: 0;transition: all 0.6s ease;}
.indexBanner .hd ul li.on p::after{filter:alpha(opacity=100);opacity:1;height: 15px;}
.indexBanner .hd ul li::after{content: '';width: 15px;height: 15px;background-color: #FFFFFF;position: absolute;top: -221px;right: 12px;opacity: 0;filter:alpha(opacity=0);display:none}
.indexBanner .hd ul li.on::after{filter:alpha(opacity=100);opacity:1;animation: solid 8s linear infinite; display:none}
.indexBanner .hd .mouse{color: #FFFFFF;font-size: 26px;float: right;}
@keyframes solid{0%{height: 2px;} 100%{height: 212px;}}
@-webkit-keyframes solid{0%{height: 2px;} 100%{height: 212px;}}
.indexBanner .icon-jiantou1{display:block;width:50px;height:50px;line-height:50px;font-size: 30px;color: #45af38;text-align: center;background-color: rgba(255,255,255,0.4);position:absolute; top:50%; margin-top:-25px;filter:alpha(opacity=20);opacity:0.2;transition: all 0.6s ease;}
.indexBanner .prev{left: -50px;transform: rotate(-180deg);}
.indexBanner .next{right: -50px;}
.indexBanner .prev:hover,.indexBanner .next:hover{ background-color: #45af38;color: #FFFFFF; }
.indexBanner:hover .prev{left: 100px;filter:alpha(opacity=100);opacity:1;}
.indexBanner:hover .next{right: 100px;filter:alpha(opacity=100);opacity:1;}

.bg1{background: url(../images/ban1.jpg)   no-repeat center bottom; height:100%;}
.bg2{background: url(../images/ban2.jpg) center center no-repeat;}
.bg3{background: url(../images/ban3.jpg) center center no-repeat;}
.indexBanner .bd li.bg3 .cont .title{ padding-top:30px!important; font-size:65px;}
.indexBanner .bd li.bg2 .cont .title{ padding-top:30px!important; font-size:65px;}
@media screen and (max-width: 640px) {
.indexBanner{height: 50vh; overflow:hidden; margin-top:60px;}
.indexBanner .bd li .cont{width: 100%;padding: 25% 3% 0;box-sizing: border-box; text-align:center}
.indexBanner .bd li .cont .tit{color: #FFFFFF;font-size:17px; padding-top:0px; width:100%; text-align:center; margin:0 auto; line-height:30px; }
.indexBanner .bd li.bg3 .cont .title{ padding-top:30px!important; font-size:32px;}
.indexBanner .bd li.bg2 .cont .title{ padding-top:30px!important; font-size:32px;}
.indexBanner .bd li .cont .title{color: #FFFFFF;font-size: 30px;font-weight:900; padding-bottom:20px;}
}



.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}
.title2{ font-size:18px; 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 {  position: relative;
  z-index: 1; }
.index_about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about_bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}

.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;}

.abmore{ background:#0196d5; line-height:40px; text-align:center;}
/*.abmore a{ color:#fff}
.abmore:hover{ width:200px;}*/
.abmore a{ color:#fff}

.abmore { background:none; width:100%}
.abmore ul{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}
.abmore ul li{ text-align:center; width:24%}
.abmore ul li:nth-child(1){ background:#0196d5}
.abmore ul li:nth-child(2){ background:#209dbd}
.abmore ul li:nth-child(3){ background:#29b39b}
.abmore ul li:nth-child(4){ background:#31c67e}

.biaoyu{ background-image: linear-gradient(to right, #00a1e5, #0290cc); width:25%; height:150px;color:#fff; text-align:center; border-radius:5px; }

.shape img{ display:flex; text-justify:center; text-align:center; max-width:100%!important;  margin:0 auto; height:50px; margin-top:38px}
.alist:nth-child(2) .shape{background: #209dbd;}
.alist:nth-child(3) .shape{background: #29b39b;}
.alist:nth-child(4) .shape{background: #31c67e;}
.shape{    display: inline-block; 
    width: 130px;
    height: 130px;
    background: #0196d5;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.index_about .wd1300:nth-child(2){ padding-top:0px;}

.biaoyu h2{ padding-left:10px; padding-right:10px; font-size:23px;font-weight:900; padding-top:45px; padding-bottom:5px; line-height:30px;}
.biaoyu h3{ font-size:17px;font-weight:900;}
.aqita{ width:65%;}
.alist { width:23%; margin-left:1%; margin-right:1%; text-align:center; margin:0 auto;-webkit-transition: .8s;}
.alist img{  padding-bottom:10px;}
.alist p{ margin-top:10px; }
.alist:hover{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px); -o-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition: .8s;-moz-transition:.8s;-o-transition: .8s;}





/*首页产品*/
.innovative{ width: 100%; height:629px; position:relative;}

.innovative-img{ width: 100%;height: 100%;}
.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;
    right:5%;
    top: 110px;
 /*   transform: translate(-45%);*/ width:64%;}
.c1-text .pname{
    color:#fff;
    font-size: 40px;
    margin-bottom:35px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    font-weight: bold;}

.ccp ul li{width:27%;text-align:left; float:left; border:1px #fff  solid; transition:all 0.4s; margin-bottom: 2%; padding:1% 2%; margin-right:2%;}
@media only screen and (min-width: 1550px)
 {
.ccp_5 ul li:nth-child(2) .biao{ height:40px;}
.ccp_5 ul li:nth-child(3) .biao{ height:40px;}
.ccp_5 ul li:nth-child(6) .biao{ height:40px;}
 }

.ccp ul li a{color:#fff;}
.ccp ul { margin-bottom:20px;height:210px;}



.ccp_4  .biao,.ccp_6  .biao{ font-weight:normal; font-size:15px;overflow:hidden; display:block; color:#fff;overflow:hidden;display:-webkit-box; -webkit-line-clamp:3 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; line-height:20px; height:60px;}


.c1-text .biao{ font-weight:normal; font-size:16px;/* height:30px;*/ overflow:hidden; display:block; color:#fff; margin-bottom:5px;}
.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; border:1px solid rgba(0,161,229,0.8)}

.sdrt{ width:100%; }

.innovative-list p img {
  display: block; margin-right:20px;
  width: 70px;}
  
.innovative-box{ 
/*display: flex;*/ width:25%;left:0px;
    z-index: 99;
  position:absolute;
}


.innovative-list{
    flex: 1; 
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   background: rgba(00, 00, 00, 0.2);
    cursor: pointer; padding-left:15%; padding-right:15%;
    position: relative; display:flex; padding-top:17px; padding-bottom:17px;}
.innovative-list:lasst-child{ border-bottom:0px;}


.innovative-list p{ width:30%; }
.innovative-list .a-link{ display: block; }


.innovative-list span{
    font-size: 18px; padding-left:20px;
  text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden; text-align:left; line-height:30px;
    color: #fff;}
	

.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 {
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display: -webkit-flex; display:flex; -webkit-align-items:center; align-items:center; -webkit-justify-content: center; justify-content: center;
}

@media only screen and (max-width:1023px) {
	.innovative-box{ 
/*display: flex;*/ width:100%;left:0px;
    z-index: 99;
  position:absolute;
}
.innovative-list:nth-child(2n){ float:right; }
.innovative-list{ float:left;padding-left:0px;border-bottom:0px; padding-right:0px; margin-bottom:0.7%}

.max-width {width:100%;}
.ccp ul { margin-bottom:20px;height:auto;}

.innovative-img {height:100vh;object-fit: cover; width:100%;overflow:hidden;}
.innovative-box {flex-wrap:wrap;height:auto; border:0px;}

.c1-text {
	
	padding-left:2.5%;
}

.c1-text .pname {

  font-size: 25px;
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;

}

.c1-text p {
	width: 30%;
	font-size:12px;
	line-height:.38rem;
	margin-bottom:.35rem;
        overflow: hidden;margin-right:3%;

}
.c1-text .biao{ /*height:30px; */overflow:hidden;font-size:15px; letter-spacing:-0.5px; font-weight:normal}






.innovative-list p img {
	width:50px; padding-left:20px;
}
.innovative-list {
	width:49.55%;
	flex:none; padding-top:10px; padding-bottom:10px;
}
.innovative-list a {
	display:none!important;
}
.ccp_3  .biao{ font-weight:normal; font-size:15px;overflow:hidden; display:block; color:#fff;overflow:hidden;display:-webkit-box; -webkit-line-clamp:3 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; line-height:20px; height:auto;}
.ccp_3 ul li:nth-child(3) .biao{ height:40px;}
.ccp_3 ul li:nth-child(4) .biao{ height:40px;}
.ccp_5  .biao{ font-weight:normal; font-size:15px;overflow:hidden; display:block; color:#fff;overflow:hidden;display:-webkit-box; -webkit-line-clamp:3 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; line-height:20px; height:40px;}
.ccp_4  .biao{ font-weight:normal; font-size:15px;overflow:hidden; display:block; color:#fff;overflow:hidden;display:-webkit-box; -webkit-line-clamp:3 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; line-height:20px; height:auto;}
.ccp_4 ul{ height:240px;}
.ccp_4 ul li{ width:98%!important; margin-left:0px; margin-right:0px;}
.ccp_6 .biao{ font-weight:normal; font-size:15px;overflow:hidden; display:block; color:#fff;overflow:hidden;display:-webkit-box; -webkit-line-clamp:3 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; line-height:20px; height:auto;}
 .ccp_6 ul{ height:240px;}
.ccp_6 ul li{ width:98%!important; margin-left:0px; margin-right:0px;}
.ccp ul{ max-height:270px; overflow:hidden}
.ccp ul li {
  width: 47%; 
  text-align: left;
  float: left;
  margin-right: 1.5%; 
  border-bottom: 1px #fff solid;
  transition: all 0.4s;
  margin-bottom: 1.5%;
 padding:0.5%;
}
.ccp ul li span{ font-size:14px;}
	.c1-text {
    position: absolute;
    left: 0%;
    top: 250px;right:0px;
    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:15px; line-height:25px;}
	.yuluo {
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display: -webkit-flex; display:flex; -webkit-align-items:center; align-items:center; -webkit-justify-content: center; justify-content: center;
}

.sdrt img{ width:30px;}
}



/*首页新闻*/
.index_news {  position: relative;
  z-index: 1; }
.index_news::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}

.renli{ width:40%;}
.hytu{ width:100%; overflow:hidden}
.hytu  img{transition: all 0.8s; width:100%; height:360px;object-fit: cover;}
.hytu  img:hover{   transform: scale(1.1);}
.renli ul li{ float:left; width:50%; text-align:center; height:160px; padding-top:40px; cursor:pointer}
.renli ul li a{ color:#fff; font-size:17px; margin-top:5px;}
.renli ul li:nth-child(1){ background:#0196d5;}
.renli ul li:nth-child(2){ background:#29b39b;}

.tuijian{ margin-top:40px;  margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:25px;}
.ttu{ width:20%; overflow:hidden}
.ttu  img{transition: all 0.8s; width:100%}
.tuijian:hover  img{transform: scale(1.1);}
.ttxt{ width:58%;margin-left:30px; margin-top:10px;}
.ttxt h2{ color:#000; font-weight:normal; font-size:18px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.ttxt h3{ color:#9f9f9f; font-weight:normal; font-size:15px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:10px;}
.tuijian .triqi{ background:#c3c3c3; height:110px; width:14%; text-align:center; color:#fff;}
.tuijian .triqi h2{ font-size:40px; padding-top:15px; }
.tuijian .triqi h3{ font-weight:normal; }

.news{ width:55%; }
.ntop .fl h2{ color:#000; font-size:40px; font-weight:bold}
.ntop .fl h3{ color:#555555; font-size:18px; font-weight:normal; margin-top:5px;}
.ntop .fr{ margin-top:60px;}
.ntop .fr a{ color:#333; font-size:16px;}

.news ul li{ width:100%; border-bottom:1px solid #ddd; padding-top:10px;padding-bottom:20px;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;}
.news  ul li:hover{ transform: translate(0,5px);
-webkit-transform: translate(5px,0px);
-moz-transform: translate(5px,0px);
-o-transform: translate(5px,0px);
-ms-transform: translate(5px,0px);}

.news ul li .shijian{ width:15%; text-align:center;}
.news ul li .shijian h2{ color:#d1cbc9; font-size:40px; font-weight:bold; }
.news ul li .shijian h3{ color:#555; font-size:16px; font-weight:normal;}
.news ul li .ntxt{ width:85%; margin-top:10px;}
.news ul li .ntxt h2{ color:#000; font-weight:normal; font-size:18px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.news ul li .ntxt .tmiao{ color:#9f9f9f; font-weight:normal; font-size:15px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:10px;}



.join{ width:100%; margin:0 auto; background:url(../images/join.jpg) no-repeat center; background-size:cover; background-position:center; background-repeat:no-repeat; background-attachment: fixed; height:300px; text-align:center; color:#FFFFFF; padding-top:100px; clear:both}

.join .cc1{font-size:25px; font-weight:700; line-height:50px; }
.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; line-height:50px; width:200px; margin:auto;display:inline-block; 
  border: 1px solid #fff; 
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; margin-top:30px}
.a_more a{  color:#fff;}

.a_more:hover a{ color:#0196d5;}
.a_more:hover { width:230px; background:#fff; border:1px solid #fff;}






/*底部*/
.foot{ background:#090e21}
.foot .wd1300{ padding-top:40px; padding-bottom:38px;}
.fmenu ul { width:55%; margin:0 auto;}
.fmenu ul li a{ font-size:17px; color:#fff; }
.foot .foota{ padding-top:40px; padding-bottom:10px; color:#fff; font-size:16px;margin-top:30px; border-bottom:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1); }


.foot .flian ul li:nth-child(2n){ float:right}
.foot .flian ul li{ width:48%; float:left;display: flex; align-items: center; margin-bottom:40px; }
.foot .flian ul li .ictxt{ font-weight:normal; margin-left:20px;}
.foot .flian ul li .ictu{width: 54px;
height: 54px;
border-radius: 50%;
overflow: hidden;
background-color: #0196d5;
min-width: 54px;}
.foot .flian ul li a{ color:#fff;}
.foot .flian ul li .ico_add { background:url(../images/ico2.png) no-repeat center;background-size: auto 22px;background-color: #0196d5;}
.foot .flian ul li .ico_tel { background:url(../images/ico1.png) no-repeat center;background-size: auto 22px;background-color: #0196d5;}
.foot .flian ul li .ico_email { background:url(../images/ico3.png) no-repeat center;background-size: auto 22px;background-color: #0196d5;}
.foot .flian ul li .ico_url { background:url(../images/ico4.png) no-repeat center;background-size: auto 22px;background-color: #0196d5;}

.ewm img{ padding:5px; background:#fff; border-radius:5px;}
.ewm p{ text-align:center; margin-top:10px;}


.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; width:50%; margin:0 auto; left:25%; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px; display:inline-block}    
.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; border-radius:50px; }    
.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;}  


/*翻页*/
.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;}


/*内页*/
.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.01) 0%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.1) 100%); */}
.vicenav{text-align: center;background:rgba(33,128,208,0.9);padding: 20px 10px; margin-top:-63px;}

.vicenav.white{background: #fff;}
.vicenav a{font-size: 18px;transition: 0.2s;display: inline-block; color:#fff;}
.vicenav a:not(:last-child){margin-right: 2.3vw;padding-right: 2.3vw;position: relative;}
.vicenav a:not(:last-child)::after{content:'/';font-size: 18px;position: absolute;right: 0;top: 50%;transform: translate(50%,-50%);color:#fff;}
.vicenav a:hover,.vicenav a.active{color:#fff; font-weight:bold}

.neirong{ margin-top:50px; line-height:30px;}

.nymain{ width:1300px; margin:0 auto; padding-top:50px; padding-bottom:60px;}
.weizhi{ border-bottom:1px solid #ddd; margin:0 auto; line-height:60px;font-size:15px; padding-bottom:10px;}
.weizhi h2{ font-size:35px; color:#333; font-weight:normal; line-height:60px;}
.dingwei{ opacity:0.6; margin-top:5px;background:url(../images/home.png) no-repeat left; padding-left:25px; background-size:auto 20px}
.dingwei a{ color:#555}
.dingwei span{ padding-left:8px; padding-right:8px;}

.nybanner{ margin-top:100px;}
.nyabout{ background:url(../images/nyabout.jpg) no-repeat center; height:420px;}
.nycon{ background:url(../images/nycon.jpg) no-repeat center; height:420px;}
.nypro{ background:url(../images/nypro.jpg) no-repeat center; height:420px;}
.nynews{ background:url(../images/nynews.jpg) no-repeat center; height:420px;}
.nyquality{ background:url(../images/nyquality.jpg) no-repeat center; height:420px;}
.nywh{ background:url(../images/nywh.jpg) no-repeat center; height:420px;}
.nyjob{ background:url(../images/nyjob.jpg) no-repeat center; height:420px;}

.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%}

/*内页公司简介*/
.neirong .abtu{ width:50%;overflow:hidden}
/*.index_about .abtu img{transition: all 0.8s; width:100%;}
.index_about .abtu:hover img{transform: scale(1.1);}*/
.neirong .abtxt{ width:45%}
.neirong .abtxt .abnr p{ margin-bottom:10px;}
.neirong .abtxt .abnr{ line-height:30px; margin-bottom:27px; } 
.neirong .abtxt .ab1{ font-size:40px; text-transform:uppercase; color:#999;}
.neirong .abtxt .ab2{ font-size:35px; color:#333; font-weight:bold; margin-top:10px; margin-bottom:30px;}


/*内页企业文化*/
.culture_z{ width:50%; overflow:hidden}
.culture_z  img{max-width:100%;max-height:100%; transition: all 0.8s;}
.culture_z:hover  img{   transform: scale(1.1);}
.culture_y{ width:40%; background:#fafafa; font-size:18px; line-height:45px; padding:5%;}

/*厂房设备*/
.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;  border-radius:8px;}
.fac_tu  img{width:100%;height:250px; transition: all 0.8s;object-fit: cover;}
.shebei ul li:hover img{transform: scale(1.1); opacity:0.8}
.shebei ul li p { text-align:center; padding-top:10px;font-size: 16px; font-weight:normal;}

/*董事长致辞*/
.speech{ background:#fafafa; font-size:18px; text-align:center; line-height:35px; padding:50px; margin-bottom:100px;}

/*内页联系我们*/
.liantxt{ font-size:18px; border-bottom:1px dashed #ddd; padding-bottom:30px; margin-bottom:30px;}
.lianxi{ width:45%}
.ditu{ width:50%}

/*内页产品*/
.cp_list table tr:nth-child(1) { background:#eeeeee; color:#333; font-size:18px !important; text-align:center; font-weight:700 ;}
.cp_list table tr:nth-child(1) td {color:#333 !important;}


.cp_list table { width:100%;  line-height:45px; font-size:15px;border-top:1px solid #eeeeee;border-right:1px solid #eeeeee;}
.cp_list table tr td { text-align:left; padding:10px 20px;  font-size:15px; line-height:25px;border-left:1px solid #eeeeee;border-bottom:1px solid #eeeeee; color:#333; }
.cp_list table tr td a {font-size:15px; color:#333;}
.cp_list table tr td img { max-height:45px;}
.cp_list table tr:hover { background:#c7dcf5;}
.cp_list table tr:nth-child(1):hover { background:#eeeeee;}

/*返回*/
.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:30px;width:33%;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-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}
.proxx tr td:nth-child(1){ width:15%}
.proxx tr td{ padding:10px 20px;}
.proxx tr:nth-child(odd) {background:#eee;  }
.proxx tr:nth-child(even){background:#fff;  }

/*新闻中心*/
.news_in ul li:nth-child(2n){ float:right}
.news_in ul li{ width:43%; margin-bottom:25px; padding:3%; background:#fff; border-radius:8px;box-shadow: 0px 5px 10px 5px rgba(0,0,0,.1);}
.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:17px; 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{   transition: 0.3s ease-in-out;font-size:18px; color:#333; margin-left:0px; margin-top:20px; width:80%; text-align:left;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

/*.news_in .xw_p3::before {

    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #282828;
    vertical-align: middle;
    transition: 0.3s ease-in-out;

}*/

.xw_kuang2{ margin-top:7px;  width:154px; border:1px solid #ccc; border-radius:37px; display:none; }
.xw_kuang2 p{ font-size:16px; line-height:53px; text-align:center; color:#333;}

.news_in ul li:hover{ background:linear-gradient(to right,#0196d5,#006cb7);
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;}
.neirong_bk{
  margin-top: 50px;
  line-height: 30px;
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/*质量保证*/
.quality { text-align:center; margin:0 auto;}
.quality img{ text-align:center; max-width:100%!important; height:auto!important;}

/*危化须知*/
.whxz p{ margin-bottom:15px;}

/* 招聘 page */
.recruitpage .innerbanner {
    min-height: 378px;
    background-image: url(/wp-content/themes/overland/assets/images/case-banner.jpg);
    background-repeat: no-repeat;
    position: relative;
	background-attachment: fixed;
}

.recruitpage .item_brand {
	background-color: white;
	margin-top: 50px;
}

.recruitpage .rec_detail {
	margin: 0 -15px;
}

.rec_one { cursor:pointer;
	/* margin-bottom: 50px; */
}

.rec_one:nth-child(odd) {
	background-color: #f6f6f6;
}

.rec_name_all {
	padding: 40px;
	overflow: hidden;
	display: flex;
}

.rec_top {
	width: 85%;
	float: left;
	/* border-right: 1px solid gray; */
}

.rec_name {
	font-size: 30px; font-weight:normal;
	line-height: 30px;
	color: #393939;
	margin-bottom: 10px;
}

.rec_number {
	overflow: hidden;
	padding: 10px 0;
}

.rec_number li:first-child {
	padding-left: 0;
}

.rec_number li:last-child {
	border: none;
}

.rec_number li {
	float: left;
	padding: 0 20px;
	font-size: 14px;
	line-height: 16px;
	color: #94979a;
	border-right: 1px solid gray;
}

.show_jia {
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	left: 10%;
	color: #777777;
	font-size: 40px;
}

.rec_word {
	margin-bottom: 64px;
	font-size: 18px;
	color: #242424;
	margin: 10px 20px 10px;
}

/* .rec_miaoshu_ul {
	margin: 0 20px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
} */

.rec_miaoshu_ul {
	padding-left: 20px;
	margin: 20px 0;
}

.rec_miaoshu_ul li {
	font-size: 14px;
	line-height: 18px;
	color: #94979a;
}

.rec_one_detail {
	display: none;
	padding: 0px 20px 20px;
}

/* .rec_one:first-of-type .rec_one_detail {
	display: block;
} */

.rec_email {
	display: inline-block;
	padding: 10px 20px;
	background-color: #242424;
	color: white;
	margin: 20px 0;
}

.rec_single_email {
	overflow: hidden;
	font-size: 18px;
	color: #94979a;
	margin-left: 20px;
}

.rec_phone {
	overflow: hidden;
	font-size: 18px;
	color: #94979a;
	margin: 50px 40px;
}
.ny_sou{ padding:50px; background:#f2f2f2}
.ny_sou_z{ width:80%; background:#fff;}
.ny_sou_z input{ background:#fff;border:0px;height:50px; line-height:50px; padding-left:15px; width:98%; border:0px; font-size:15px; color:#555; outline:none;}



@media screen and (max-width: 640px) {
.gaodu{ height:auto;}
.pc_daohang{ display:none}
.wap_daohang{ display:block}
.wap_foot{ display:block}


.wd1300{ width:95%; padding-top:40px; padding-bottom:40px;}

.title{ text-align:center; margin:0 auto; padding-bottom:60px;}
.title1{ font-size:45px; color:#333; font-weight:bold}
.title2{ font-size:18px; color:#888; width:60%; margin:0 auto; line-height:30px; margin-top:20px;}

.flex{display: block; /*flex-wrap: wrap;*/ justify-content: space-between; }


/*首页公司简介*/
.index_about .abtu{ width:100%;overflow:hidden}
.index_about .abtxt{ width:100%} 
.index_about .abtxt .ab1{ font-size:30px;}
.index_about .abtxt .ab2{ font-size:25px; }

/*焦点图*/
.focus{ position:relative; width:100%; height:250px;  float: left; margin-top:30px;}  
.focus img{ width:100%; height:250px;} 
.focus .fPic{ width:100%; }  

/*首页新闻*/


.renli{ width:100%;}
.hytu{ width:100%; overflow:hidden}
.hytu  img{ height:160px;}

.renli ul li{height:auto; padding-top:20px; padding-bottom:20px;}
.renli ul li a{ color:#fff; font-size:17px; margin-top:5px;}
.renli ul li img{ height:50px;}


.tuijian{ margin-top:40px;  margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:25px;}
.ttu{ width:30%; overflow:hidden}

.ttxt{ width:48%;margin-left:10px; margin-top:10px;}
.ttxt h2{ font-size:16px;}

.ttxt h3{ font-size:14px;}
.tuijian .triqi{ height:80px; width:18%; }
.tuijian .triqi h2{ font-size:30px; padding-top:10px; }
.tuijian .triqi h3{ font-size:15px; }

.news{ width:100%; }
.ntop .fl h2{ font-size:30px;}
.ntop .fl h3{ font-size:16px;}

.ntop .fr{ margin-top:40px;}
.ntop .fr a{ color:#333; font-size:16px;}


.news ul li .shijian{ width:18%; }
.news ul li .shijian h2{ font-size:30px; }
.news ul li .shijian h3{ font-size:16px;}
.news ul li .ntxt{ width:80%; margin-top:5px;}
.news ul li .ntxt h2{ font-size:16px;}



.join{ width:100%; margin:0 auto; background:url(../images/join.jpg) no-repeat center; background-size:cover; background-position:center; background-repeat:no-repeat; background-attachment:local; height:200px;  padding-top:70px;}

.join .cc1{font-size:20px; line-height:30px; }
.join .cc2{ font-size:16px;}
.join .cc2 span{ font-size:20px;}

.a_more{ font-size:15px; color:#fff; line-height:40px; width:150px;  margin-top:30px}
.a_more:hover { width:150px;}

 
/*底部*/
.foot .wd1300{ padding-top:30px; padding-bottom:28px;}
.fmenu ul {width:100%; margin:0 auto;}
.fmenu ul li { line-height:35px; width:32%; display:inline-block; text-align:center}

.fmenu ul li a{ font-size:16px; color:#fff; }

.foot .foota{ padding-top:30px; padding-bottom:10px; color:#fff; font-size:15px;margin-top:20px; }


.foot .flian ul li:nth-child(2n){ float:left}
.foot .flian ul li{ width:100%; float:left; margin-bottom:20px; }
.foot .flian ul li .ictxt{ font-weight:normal; margin-left:20px;}
.foot .flian ul li .ictu{width: 34px;
height: 34px;
border-radius: 50%;
overflow: hidden;
background-color: #0196d5;
min-width: 34px;}

.foot .flian ul li .ico_add {background-size: auto 15px;}
.foot .flian ul li .ico_tel {background-size: auto 15px;}
.foot .flian ul li .ico_email {background-size: auto 15px;}
.foot .flian ul li .ico_url {background-size: auto 15px;}
.ewm{ display:none;}



.banquan{ font-size:14px; line-height:28px; color:#fff; padding-top:38px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;text-decoration:none;color: #fff;}


/*内页*/

.vicenav{padding: 10px 10px; margin-top:-40px;}
.vicenav a{font-size: 15px;}


.neirong{ margin-top:30px; line-height:30px;}

.nymain{ width:95%; padding-top:40px; padding-bottom:40px;}
.weizhi{line-height:30px;font-size:15px; padding-bottom:10px;}
.weizhi h2{ padding-bottom:15px; font-size:30px; line-height:30px; text-align:center}
.dingwei{ display:none;}

.nybanner{ margin-top:60px;}
.nyabout{height:180px; background-size:auto 150%}
.nycon{height:180px;background-size:auto 150%}
.nypro{height:180px;background-size:auto 150%}
.nynews{height:180px;background-size:auto 150%}
.nyquality{height:180px;background-size:auto 150%}
.nywh{height:180px;background-size:auto 150%}
.nyjob{height:180px;background-size:auto 150%}



/*内页公司简介*/
.neirong .abtu{ width:100%;overflow:hidden}

.neirong .abtxt{ width:100%}
.neirong .abtxt .abnr p{ margin-bottom:10px;}
.neirong .abtxt .abnr{margin-bottom:10px; } 



/*内页企业文化*/
.culture{display: flex; width:100%;
flex-wrap: wrap;
flex-direction: column-reverse;}
.culture_z{ width:100%;}
.culture_y{ width:90%; font-size:16px; line-height:35px; }

/*厂房设备*/
.shebei ul li:nth-child(2n){ float:right}
.shebei ul li{ width:48%; margin-left:0%; margin-right:0%; }
.fac_tu{height:150px;}


/*董事长致辞*/
.speech{font-size:16px;line-height:30px; padding:30px; margin-bottom:0px;}

/*内页联系我们*/
.liantxt{ font-size:16px;}
.lianxi{ width:100%}
.ditu{ width:100%; margin-top:30px;}

/*内页产品*/
.cp_list table tr:nth-child(1) { font-size:16px !important;}
.cp_list table { line-height:35px; font-size:14px;}
.cp_list table tr td {padding:10px 10px;  font-size:14px; line-height:25px; }
.cp_list table tr td a {font-size:14px;}
.cp_list table tr td img { max-height:45px; max-width:100%}


/*返回*/
.fanhui{ margin-top:30px;}
.fanhui ul { padding-top:30px;display: block; }
.fanhui ul li{line-height:30px;width:100%;text-align:center;}
.fanhui ul li:nth-child(3){ text-align:center}

.proxx tr td img{ max-width:100%}
.proxx tr td:nth-child(1){ width:30%}
.proxx tr td{ padding:10px 20px;}
.proxx tr:nth-child(odd) {background:#eee;  }
.proxx tr:nth-child(even){background:#fff;  }

/*新闻中心*/
.news_in ul li:nth-child(2n){ float:left}
.news_in ul li{ width:94%; margin-bottom:20px;}
.xw_kuang1{ width:20%; float:left;}
.xw_kuang1 .xw_p1{ font-size:28px; }
.xw_kuang1 .xw_p2{ font-size:15px; margin-top:0px;}
.news_in .xw_line{ width:1px; height:36px; background-color:#e5e5e5;  margin-top:15px;}
.news_in .xw_p3{ font-size:16px;width:75%;}






.xwbt h2{ font-size:20px;}
.xwbt h3{  margin-top:10px;}
.neirong_bk{
  margin-top: 30px;
  line-height: 30px;
  padding: 20px;
  
}




.rec_name_all {
	padding: 20px;
	overflow: hidden;
	display: flex;
}

.rec_top {
	width: 85%;
	float: left;
	/* border-right: 1px solid gray; */
}

.rec_name {
	font-size: 20px; font-weight:normal;
	line-height: 30px;
	color: #393939;
	margin-bottom: 10px;
}

.rec_number {
	overflow: hidden;
	padding: 10px 0;
}

.rec_number li:first-child {
	padding-left: 0;
}

.rec_number li:last-child {
	border: none;
}

.rec_number li {
	float: left; width:100%;
	padding: 0 0px;
	font-size: 14px;
	line-height: 25px;
	color: #94979a;
	border-right: 1px solid gray;
}

.show_jia {
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	left: 10%;
	color: #777777;
	font-size: 40px;
}

.rec_word {
	margin-bottom: 64px;
	font-size: 16px;
	color: #242424;
	margin: 10px 10px 10px;
}

/* .rec_miaoshu_ul {
	margin: 0 20px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
} */

.rec_miaoshu_ul {
	padding-left: 10px;
	margin: 10px 0;
}

.rec_miaoshu_ul li {
	font-size: 14px;
	line-height: 18px;
	color: #94979a;
}

.rec_one_detail {
	display: none;
	padding: 0px 10px 10px;
}

/* .rec_one:first-of-type .rec_one_detail {
	display: block;
} */

.rec_email {
	display: inline-block;
	padding: 10px 20px;
	background-color: #242424;
	color: white;
	margin: 20px 0;
}

.rec_single_email {
	overflow: hidden;
	font-size: 18px;
	color: #94979a;
	margin-left: 20px;
}

.rec_phone {
	overflow: hidden;
	font-size: 18px;
	color: #94979a;
	margin: 50px 40px;
}
.ny_sou{ padding:50px; background:#f2f2f2}
.ny_sou_z{ width:80%; background:#fff;}
.ny_sou_z input{ background:#fff;border:0px;height:50px; line-height:50px; padding-left:15px; width:98%; border:0px; font-size:15px; color:#555; outline:none;}






.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: 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: #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: 50%;
  height: 100%;
/*  padding: 14px 0 0;*/
  display: none;
  position: fixed;
  right: 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; padding-left:20px;
  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: 25px;
  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;
  }
.msk {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100010;
}
  .maintain-tip .img {
    width: 160px;
  }



	}