﻿@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;}
a:hover{ color:#103059 }
ul{ padding:0px; margin:0px;}
h1,h2,h3,h4{ padding:0px; margin:0px;}
p{ padding:0px; margin:0px;}

table { width:100%!important;} 

body{ margin:0 auto;padding:0px;width:100%; font-family:Arial, Helvetica, sans-serif;font-size:16px!important;color:#646464; margin:0px; }

.pc_daohang{ display:block}
.wap_daohang{ display:none}
.wap_foot{ display:none}

.flex{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; }
.head{ width:1200px; margin:0 auto; padding-top:25px; padding-bottom:25px;}

.yuyan{ background:#007ac7; border-radius:50px; height:45px; width:45px; line-height:45px; text-align:center; margin-top:5px;}
.yuyan a{ color:#fff; font-family:Arial, Helvetica, sans-serif;}

/*导航*/
.nav * a:hover{color:#0068a9;/* 鼠标经过时的红色背景，可自定义 */ }
.menu{list-style:none;width:47%;}
.nav{ width:100%; height:60px;}
.nav li{position:relative; }
.nav li a{color:#333;line-height:60px;font-size:18px;blr:expression(this.onFocus=this.close());blr:expression(this.onFocus=this.blur());display:inline-block;}
.nav li a:focus{ -moz-outline-style: none; }
.nav li .sub-nav{position:absolute;top:60px;left:-40px; z-index:9999;list-style:none;background-color:#007ac7;display:none;}
.nav li .sub-nav li{text-align:center;clear:left;height:45px;line-height:45px;position:relative;}
.nav li .sub-nav li a{ width:150px; font-size:15.5px;line-height:45px;padding:0;display:inline-block; color:#fff}
.nav li .sub-nav li:hover{ background:#02609a;}

/*标题公共样式*/
.wd1200{ padding-top:70px; padding-bottom:70px; width:1200px; margin:0 auto}
.wtitle{ text-align:center; margin:0 auto}
.wtitle1{ color:#000; font-size:45px; text-transform:uppercase;/* font-weight:bold;*/}
.wtitle2{ font-size:17px; color:#555; font-weight:normal; margin-top:10px;}


/*首页公司简介*/
.index_about{ }
.abtxt{ width:46%;}
.abtxt .abname1{ font-size:50px; color:#007ac7; font-weight:bold}
.abtxt .abname2{ font-size:20px; color:#333; font-weight:bold; margin-top:10px;}
.abtxt .abnr{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:6;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; line-height:30px; margin-top:30px; margin-bottom:30px;}
.abtxt .abmore{ background:#007ac7; width:150px; line-height:40px; text-align:center;transition: all 0.8s;}
.abtxt .abmore a{ color:#fff}
.abtxt .abmore:hover{ width:180px;}

.abtu{ width:30%; overflow:hidden}
.abtu  img{max-width:100%;transition: all 0.8s;}
.abtu  img:hover{   transform: scale(1.1);}
.abnum{}


@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-bottom:0px;}
.ul-num li{width: 100%;color: #555;text-align:center; border-bottom:1px solid #ddd; padding-top:25px; padding-bottom:25px;}
.ul-num span{ color:#007ac7;font-size: 45px; font-weight:bold; position: relative; padding-right:10px; font-family:impact;
	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;}

/*首页我们的业务*/
.yewu{ background:url(../images/probg.jpg) no-repeat center top #f4f4f4;}
.yewu .wtitle1{ color:#fff;}
.yewu .wtitle2{ color:#fff;}
.yewu ul li{ width:47%; margin-top:54px;}

.cpkuang{ background:#fff; padding:30px;}

.cpimg{ width:100%; background:#e8e8e8; display: flex;justify-content: center;
align-items: center; overflow:hidden;border-top-left-radius: 35px; height:279px;}
.cpimg  img{width:100%; height:100%;transition: all 0.8s;}
.yewu ul li:hover .cpimg img{   transform: scale(1.1);}
.cpwen{ width:100%;}
.cpwen h2{ color:#000; font-size:25px; font-weight:normal; margin-bottom:12px;}
.cpwen h3{ color:#878787; font-size:15.5px; line-height:25px;font-weight:normal}

/*首页产品*/
#demoleft{ width:100%; overflow:hidden; padding-top:50px; padding-bottom:50px;}
.index_pro .wd1200{ padding-bottom:30px;}
.plist{float:left;margin-right:20px;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07); background:#fff; border-radius:5px; padding:30px 38px; width:200px}
.plist .cname1{ text-transform:uppercase; font-size:18px; color:#333333; font-weight:normal; text-align:center;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.plist .cname2{font-size:15px; color:#555; font-weight:normal; text-align:center; margin-top:10px; margin-bottom:10px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.plist .cname3{font-size:15px; color:#555; font-weight:normal; text-align:center; margin-bottom:10px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:10px;}

.pmore{ border:1px solid #ddd; border-radius:25px; line-height:30px; margin:0 auto; width:100px; text-align:center; color:#a5a5a5; font-size:14px;}


.calie{width:100%; height:80px;  display: flex;justify-content: center;align-items: center; overflow:hidden;margin-bottom:15px;}
.calie img{max-width:100%;max-height:80px;transition: all 0.8s;}
.plist:hover .calie img{   transform: scale(1.1);}
.plist:hover .pmore{ border:1px solid #1975b6; color:#fff; background:#007ac7;}

/*首页新闻*/
.newsbg{ background:#f4f4f4;}
.news_tu{ width:40%; overflow:hidden}
.news_tu  img{max-width:100%;transition: all 0.8s;}
.news_tu:hover img{ transform: scale(1.1);}
.news_list{ width:55%; }

.news_list ul li:nth-child(1){ padding-top:10px;}
.news_list ul li{ width:100%; border-bottom:1px solid #ddd; padding-top:25px; padding-bottom:25px;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_list  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_list ul li .shijian{ width:15%; text-align:center;}
.news_list ul li .shijian h2{ color:#555555; font-size:50px; font-weight:bold}
.news_list ul li .shijian h3{ color:#555; font-size:16px; font-weight:normal;}
.news_list ul li .ntxt{ width:85%; margin-top:5px;}
.news_list 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_list ul li .ntxt .tmiao{ 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;}



/*-------底部-----------*/
.foot{ background:#007ac7; width:100%; margin:0 auto;color:#fff}
.foot .wd1200{ padding-bottom:30px;}
.foot .foota{ padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.2);}
.foot .fbt{ color:#fff; font-size:22px; margin-bottom:15px;}
.fpro{ width:38%;}
.fpro ul { clear:both}
.fpro ul li{ float:left; width:48%;}
.fpro ul li a{ font-size:15px; line-height:28px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.fpro ul li:nth-child(2n){ float:right}

.foot ul li{ line-height:30px;}
.foot ul li a{ color:#fff; font-size:15px;}
.fabout{ width:19%;}

.flx{ width:32%;}
.ftxt a{ color:#fff}
.ftxt{ line-height:30px;font-size:15px; color:#fff}
.fewm p{ text-align:center; padding-top:10px;}
.fewm img{ padding:5px; background:#fff; border-radius:5px;}

.foot .fr{ margin-top:25px;}
.banquan{ line-height:30px; color:#fff; margin:0 auto; 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;}



/*翻页*/
.contentPage{text-align:center; margin:0px 3px; padding:0px; padding-top:15px;color: #103059; line-height: 30px; text-decoration: none; clear:both; }
.contentPage a:link {color: #103059; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #103059; font-weight: normal;}
.contentPage a:visited {color: #103059; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #103059; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0a63b5;font-weight:normal;}
.contentPage .current{color:#103059; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #103059; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}


/*内页*/
.nymain{ width:1200px; margin:0 auto; padding-top:70px; padding-bottom:80px; line-height:30px;}
.neiwenzi{ text-align:center; margin:0 auto; padding-bottom:30px; /*border-bottom:1px solid #ddd;*/}
.neiwenzi h2{ color:#000; font-size:40px; font-weight:normal;}
.neiwenzi h3{ font-family:impact; color:#ddd; font-size:25px; text-transform:uppercase; margin-top:15px; letter-spacing:5px; font-weight:normal;}
.neiwenzi .wline{ background:#1975b6; height:2px; width:60px; margin:0 auto; margin-top:25px; }

.nymenu{border-bottom:0px #d9d9d9 solid; margin:0px 0px 0px; box-shadow:0px 6px 6px rgba(0,0,0,.05); }
.nymenu_mid ul li{ border-left: #e5e5e5 1px solid;width: 100%;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}
.nymenu_mid_s ul li {float: none;display: inline-block;}
.nymenu_mid ul li a{ padding:1.2em 0;display:inline-block; font-size:1.25em; position:relative; }

.nymenu_mid ul li a{display: block;position: relative;font-size: 19px;color: #555;}
.nymenu_mid ul li a:after{content: '';display: block;width: 100%;height: 2px;background:#007ac7;position: absolute;bottom: -1px;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 a{color: #007ac7; font-weight: 700;}

.nymenu ul li:hover a{color: #007ac7; font-weight: 700;}
.nymenu ul li .active{color: #007ac7; font-weight: 700;}
.nymenu_mid p { display: none;}


/*内页产品*/
.prolist .ptu{width:100%; height:120px;  display: flex;justify-content: center;align-items: center; overflow:hidden;margin-bottom:15px;}
.prolist .ptu img{max-width:100%;height:120px;transition: all 0.8s;object-fit: cover;}
.prolist ul li{ cursor:pointer;float:left; display:inline;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);background:#fff; border-radius:5px; padding:3%; width:17%; margin-left:1%; margin-right:1%;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; margin-bottom:30px;}
.prolist ul li h2{ text-transform:uppercase; font-size:16px; color:#333333; font-weight:normal; text-align:center;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden}
.prolist ul li h3{ text-transform:uppercase; font-size:15px; color:#555; font-weight:normal; text-align:center; margin-top:10px; margin-bottom:10px;}
.prolist .p_more{ border:1px solid #ddd; border-radius:25px; line-height:30px; margin:0 auto; width:100px; text-align:center; color:#a5a5a5; font-size:14px;}
.prolist ul li:hover .p_more{ border:1px solid #007ac7; color:#fff; background:#007ac7;}
.prolist  ul li:hover{ 	transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-moz-transform: translate(0,-5px);}

/*产品详细*/
.protitle{ background:#007ac7; color:#fff; text-align:center; padding-top:10px; padding-bottom:10px; font-size:20px; margin-bottom:30px;}
.atu img{ vertical-align:middle}


.neirong{ padding-top:30px;}

.neirong_bk .cona ul li{ border-bottom:0px; float:left; width:33%; margin-top:30px;}



/*内页*/

.neirong_bk{ padding:40px 50px; line-height:30px;background-color: #ffffff; -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); margin-top:30px;}


.nyabout{ width:100%;background:url(../images/nyabout.jpg) no-repeat center; margin: 0 auto; height:350px; background-size:cover}

.nycon{ width:100%; height:350px; background:url(../images/nycon.jpg) no-repeat   center ; margin:0 auto}
.nynews{ width:100%; height:350px; background:url(../images/nynews.jpg) no-repeat    center ; margin:0 auto}
.nyqua{ width:100%; height:350px; background:url(../images/nyqua.jpg) no-repeat    center ; margin:0 auto}
.nypro{ width:100%; height:350px; background:url(../images/nypro.jpg) no-repeat    center ; margin:0 auto}
.nyfac{ width:100%; height:350px; background:url(../images/nyfac.jpg) no-repeat    center ; margin:0 auto}

/*内页联系我们*/
.ditu{ width:50%}
.nylianxi{ width:45%}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 20px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#007ac7; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #007ac7;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #007ac7;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:40px;}


/*内页新闻*/
.neirong_nbk{ }
.xw_tip{ padding:30px; margin-bottom:25px;}
.xw_kuang1{ width:12%;}
.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;}
.xw_tip .xw_line{ width:1px; height:45px; background-color:#e5e5e5; margin-top:10px;}
.xw_tip .xw_p3{ width:70%;font-size:18px; color:#333; float:left; line-height:30px; margin-left:40px; margin-top:20px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.xw_kuang2{ text-align:center;border:1px solid #fff; line-height:35px; width:154px; margin-top:15px; height:35px;}
/*.xw_kuang2 img{max-width:100%;max-height:100px;transition: all 0.8s;}
.news ul li:hover img{transform: scale(1.1);}*/

.xw_tip:hover{background-color:#007ac7!important;
transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;}
.xw_tip:hover .xw_kuang1 .xw_p1{ color:#fff;}
.xw_tip:hover .xw_kuang1 .xw_p2{ color:#fff;}
.xw_tip:hover .xw_p3{ color:#fff; padding-left:10px;transition: 0.3s ease-out;}
.xw_tip:hover .xw_kuang2{border:1px solid #fff;}
.xw_tip:hover .xw_kuang2 p{ color:#fff;}
.news_ny ul li:hover:nth-child(even) .xw_kuang2{ background:#fff; color:#007ac7; border:1px solid #fff;}
.news_ny ul li:nth-child(odd) {  background:#f2f2f2;  }
.news_ny ul li:nth-child(even) {  background:#fff;  }

.news_ny ul li:nth-child(odd) .xw_kuang2{ background:#fff; }
.news_ny ul li:nth-child(even) .xw_kuang2{ border:1px solid #ddd }


/*内页新闻详细页*/
.weizhi{ text-align:center}
.weizhi h2{ color:#333; font-size:23px; font-weight:normal;}
.weizhi h3{ color:#555; font-size:15px; font-weight:normal; margin-top:5px;}
.fanhui{/* border-top:5px solid #f2f2f2; margin-top:50px;*/}
.fanhui ul { padding-top:40px;display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}
.fanhui ul li{ line-height:30px;width:33%;}
.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:#0168ad;height:40px; line-height:40px; width:150px; text-align:center; display:block}
.news_xx { margin:0 auto; margin-top:30px; text-align:center}
.news_xx img{ max-width:60%!important; height:auto!important; text-align:center; margin:0 auto }



.proxx{ font-size:15px; margin-top:30px;}

.proxx table{border-left: #d8d8d8 1px solid; border-top: #d8d8d8 1px solid;  width:100%; margin:0 auto; }
.proxx tr td{padding: 10px;
    line-height: 25px;
	border-bottom: #d8d8d8 1px solid; border-right: #d8d8d8 1px solid;}
	.proxx tr td:first-child{ background:#eff2fb; text-align:center; width:25%;}


/*产品*/
.pro_fl_title{ font-size:18px; font-weight:bold; color:white; text-align:center; line-height:55px; background: #007ac7; }
.pro_fl_title a{color:white;}

.pro_tb{ width:100%; margin-bottom:20px; }
.pro_tb tr td{ font-size:15px; color:#333; line-height:65px; }
.pro_tb tr td a{ color:#333;}

.pro_more{ width:160px; margin:0 auto;  margin-bottom:20px;}
.pro_more p a{ display:block; font-size:15px; color:#fff;  text-align:center; line-height:42px;background-color:#d22e37; border-radius:8px;}


@media screen and (max-width: 640px) {
.pc_daohang{ display:none}
.wap_daohang{ display:block}
.wap_foot{ display:block}
.zzb07tail {
  display: block;
}

/*标题公共样式*/
.wd1200{ padding-top:40px; padding-bottom:40px; width:95%;}
.wtitle1{font-size:32px; }
.wtitle2{ font-size:15px;}
.flex{ display:block}

/*首页公司简介*/
.index_about{ }
.abtxt{ width:100%;}
.abtxt .abname1{ font-size:30px; }
.abtxt .abname2{ font-size:17px; margin-top:10px;}
.abtxt .abnr{ font-size:15px;}



.abtu{ display:none; width:100%; overflow:hidden}
.abtu  img{max-width:100%;transition: all 0.8s;}
.abtu  img:hover{   transform: scale(1.1);}
.abnum{}


.counter{ color:#1c2d5b}
.ul-num{clear: both;}
.ul-num li:last-child{ border-bottom:0px; border-right:0px;}
.ul-num li{ float:left;width: 33%;border-right:0px solid #ddd; border-bottom:0px; padding-top:25px; padding-bottom:0px;}

.ul-num span{font-size: 30px; }
.ul-num p{font-size: 15px;}


/*首页我们的业务*/

.yewu ul{ display:flex}
.yewu ul li{ display:inline-block;width:47%; margin-top:40px;}

.cpkuang{  padding:15px;}

.cpimg{height:150px;}

.cpwen h2{ color:#000; font-size:18px; font-weight:normal; margin-bottom:12px;}
.cpwen h3{font-size:14px; line-height:25px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:5;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; height:125px;}

/*首页产品*/
#demoleft{padding-top:40px; padding-bottom:40px;}
.index_pro .wd1200{ padding-bottom:10px;}


/*首页新闻*/

.news_tu{ width:100%; overflow:hidden}
.news_tu  img{width:100%; height:150px; object-fit: cover}
.news_list{ width:100%; }

.news_list ul li:nth-child(1){ padding-top:10px;}
.news_list ul li{ width:100%; border-bottom:1px solid #ddd; padding-top:25px; padding-bottom:25px;}

.news_list ul li a{ display:flex}
.news_list ul li .shijian{ width:20%; text-align:center;}
.news_list ul li .shijian h2{font-size:40px; }
.news_list ul li .shijian h3{  font-size:15px; }
.news_list ul li .ntxt{ width:80%; margin-top:5px;}
.news_list ul li .ntxt h2{font-size:16px;}
.news_list ul li .ntxt .tmiao{ 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;}



/*-------底部-----------*/

.foot .wd1200{ padding-bottom:30px;}
.foot .foota{ padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.2);}
.foot .fbt{ color:#fff; font-size:20px; margin-bottom:15px;}
.fpro{ width:38%; display:none}
.fpro ul { clear:both}
.fpro ul li{ float:left; width:48%;}
.fpro ul li a{ font-size:15px; line-height:28px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.fpro ul li:nth-child(2n){ float:right}

.foot ul li{ line-height:30px;}
.foot ul li a{ color:#fff; font-size:15px;}
.fabout{ width:19%;}

.flx{ width:100%; text-align:center}
.ftxt a{ color:#fff}
.ftxt{ line-height:30px;font-size:15px; color:#fff}
.fewm p{ text-align:center; padding-top:10px;}
.fewm img{ padding:5px; background:#fff; border-radius:5px;}
.fewm { display:none;}
.foot .fr{ margin-top:25px;}

.banquan{ padding-top:15px; }





/*内页*/
.nymain{ width:95%; padding-top:40px; padding-bottom:40px; line-height:30px;}
.neiwenzi{ text-align:center; margin:0 auto; padding-bottom:20px; /*border-bottom:1px solid #ddd;*/}
.neiwenzi h2{ font-size:30px; }
.neiwenzi h3{font-size:20px;}
.neiwenzi .wline{ margin-top:15px; }

.nymenu{border-bottom:0px #d9d9d9 solid; margin:0px 0px 0px; box-shadow:0px 6px 6px rgba(0,0,0,.05); }
.nymenu_mid ul li{ border-left: #e5e5e5 1px solid;width: 100%;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}
.nymenu_mid_s ul li {float: none;display: inline-block;}
.nymenu_mid ul li a{ padding:1.2em 0;display:inline-block; font-size:16px;  position:relative; }

.nymenu_mid ul li a{display: block;position: relative;font-size:16px; color: #555;}
.nymenu_mid ul li a:after{content: '';display: block;width: 100%;height: 2px;background:#007ac7;position: absolute;bottom: -1px;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 a{color: #007ac7; font-weight: 700;}

.nymenu ul li:hover a{color: #007ac7; font-weight: 700;}
.nymenu ul li .active{color: #007ac7; font-weight: 700;}
.nymenu_mid p { display: none;}



/*产品详细*/
.protitle{ background:#007ac7; color:#fff; text-align:center; padding-top:10px; padding-bottom:10px; font-size:20px; margin-bottom:30px;}
.atu img{ vertical-align:middle}


.neirong{ padding-top:30px; font-size:15px;}

.neirong_bk .cona ul li{ border-bottom:0px; float:left; width:33%; margin-top:30px;}



/*内页*/

.neirong_bk{ font-size:15px; padding:20px; line-height:30px;background-color: #ffffff; -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); margin-top:30px;}


.nyabout{height:150px; }

.nycon{ height:150px; background-size:cover}
.nynews{ width:100%; height:150px;background-size:cover}
.nypro{ width:100%; height:150px; background-size:cover}


/*内页联系我们*/
.lxlx{display: flex;/* width:100%;*/
flex-wrap: wrap;
flex-direction: column-reverse;}
.ditu{ width:100%; margin-top:30px;}

.nylianxi{ font-size:15px;width:100%; margin-top:20px;}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 17px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#007ac7; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #007ac7;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #007ac7;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:40px;}


/*内页新闻*/
.neirong_nbk{ }
.xw_tip{ padding:20px; margin-bottom:15px;}
.xw_tip { display:flex}
.xw_kuang1{ width:20%;}
.xw_kuang1 .xw_p1{ font-size:28px; font-weight:bold; color:#000; text-align:center;}
.xw_kuang1 .xw_p2{ font-size:16px; color:#000; text-align:center; margin-top:5px;}
.xw_tip .xw_line{ width:1px; height:45px; background-color:#e5e5e5; margin-top:10px;}
.xw_tip .xw_p3{ width:70%;font-size:16px; color:#333; float:left; line-height:30px; margin-left:20px; margin-top:6px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.xw_kuang2{ display:none;t}



/*内页新闻详细页*/
.weizhi{ text-align:center}
.weizhi h2{ color:#333; font-size:20px; font-weight:normal;}
.weizhi h3{ color:#555; font-size:15px; font-weight:normal; margin-top:5px;}
.fanhui{/* border-top:5px solid #f2f2f2; margin-top:50px;*/}
.fanhui ul { padding-top:40px;display: block; /*flex-wrap: wrap;*/ justify-content: space-between;}
.fanhui ul li{ font-size:15px; line-height:30px;width:100%;text-align:center}
.fanhui ul li:nth-child(3){ text-align:center}
.fanhui ul li:nth-child(2){ text-align:center; margin-top:5px; margin-bottom:5px;  }
.fanhui ul li:nth-child(2) a{ margin:0 auto; color:#fff;background:#0168ad;height:40px; line-height:40px; width:150px; text-align:center; display:block}
.news_xx { margin:0 auto; margin-top:30px; text-align:center; font-size:15px;}
.news_xx img{ max-width:60%!important; height:auto!important; text-align:center; margin:0 auto }



.wapyc{ display:none}

/*产品*/
.pro_fl_title{ font-size:18px; font-weight:bold; color:white; text-align:center; line-height:55px; background: #007ac7; }
.pro_fl_title a{color:white;}

.pro_tb{ width:100%; margin-bottom:20px; }
.pro_tb tr td{ font-size:15px; color:#333; line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px; }
.pro_tb tr td a{ display: block;}

.pro_more{ width:160px; margin:0 auto;  margin-bottom:20px;}
.pro_more p a{ display:block; font-size:15px; color:#fff;  text-align:center; line-height:42px;background-color:#d22e37; border-radius:8px;}






.tbottom{ height:4.5rem;}
#BottomNav { background-color:#fff; 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: #444;
    display: block; 
    


}


#BottomNav ul li a div {
    font-size:14px; padding-top:0.3em;
}
#BottomNav .a {
    background-image: url(../images/shl-a3.png);
}
#BottomNav .b {
    background-image: url(../images/shl-b3.png);
}
#BottomNav .c {
    background-image: url(../images/shl-c3.png);
}
#BottomNav .d {
 background-image: url(../images/shl-d3.png);
}
#BottomNav .e {
    background-image: url(../images/shl-e3.png);
}
#BottomNav .f {
    background-image: url(../images/shl-f3.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;
  }

	}