/**Page css**/

.m-prodinfo{
  overflow: hidden;
  margin-bottom: 50px;
}
.m-prodinfo .pic{
  float: left;
  border:1px solid #eee;
  width: 600px;
  height: 450px;
  position: relative;
  margin-right: 50px;
}
.m-prodinfo .txt{
  overflow: hidden;
  height: 450px;
  position: relative;
}
.m-prodinfo .tit{
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 4px;
  color:#333;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.m-prodinfo .desc{
  font-size: 15px;
  line-height: 1.9;
  color:#666;
  margin-bottom: 20px;
}
.m-prodinfo .desc p{
  margin-bottom: 10px;
}
.m-prodinfo .link{
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.m-prodinfo .link a{
  display: block;
  color:#fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  background: #8FC320;
}
.g-details{
  background: #8FC320;
  color:#fff;
  font-size: 15px;
  padding: 10px;
}
.proddetails{
  overflow: hidden;
  font-size: 15px;
  line-height: 2;
  color:#333;
  margin-bottom: 20px;
  border:1px solid #eee;
  border-top: none;
  padding: 20px;
}
.proddetails img{
  display: block;
  max-width: 100%!important;
  height: auto!important;
  margin:0 auto;
}
.m-xg{
  overflow: hidden;
  margin-bottom: 30px;
}
.m-xg .title{
  font-size: 28px;
  margin-bottom: 20px;
  color:#333;
}
.ul-xg{
  overflow: hidden;
}
.ul-xg .pic{
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 75%;
  border:1px solid #eee;
}
.ul-xg .tit{
  background: #eee;
  text-align: center;
  line-height: 42px;
  color:#333;
  font-size: 16px;
}
.m-spag{
  overflow: hidden;
  margin-bottom: 30px;
}
.m-spag .title{
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color:#333;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}
.m-spag .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 30px;
  height: 4px;
  background: #8FC320;
}
.m-spag .info{
  font-size: 15px;
  color:#333;
  line-height: 2;
}
.m-spag .info img{
  display: block;
  max-width: 100%!important;
  height: auto!important;
  margin:0 auto;
}
.g-abouttab{
  overflow: hidden;
  margin-bottom: 30px;
}
#map1 {
    height: 400px;
    margin-bottom: 30px;
}

.ul-lmlist{
  overflow: hidden;
  margin: 30px 0;
}
.ul-lmlist a{
  display: block;
  float: left;
  width: 200px;
  line-height: 44px;
  background: #eee;
  color:#333;
  text-align: center;
  margin-right: 15px;
}
.ul-lmlist.ss a{
  background: #fff;
}
.ul-lmlist a:hover,
.ul-lmlist a.on{
  color:#fff;
  background: #085DAD;
}
.page.bt{
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.page{
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  justify-content:  space-between ;
}
.ul-prolist{
  overflow: hidden;
  margin:0 -15px;
}
.ul-prolist li{
  width: 25%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.ul-prolist li a{
  display: block;
  margin:0 15px;
}
.ul-prolist .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  border:1px solid #eee;
}
.ul-prolist .tit{
  background: #eee;
  color:#333;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
}
.newinfo{
  overflow: hidden;
}
.newinfo .newleft{
  width: calc(100% - 340px);
  float: left;
  overflow: hidden;
}
.newinfo .newleft .name{
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
}
.newinfo .newleft .name .tit{
  font-size: 24px;
  color:#333;
  margin-bottom: 4px;
}
.newinfo .newleft .name .desc{
  color: #999;
  font-size: 12px;
}
.newinfo .newleft .infobox{
    line-height: 2;
    font-size: 15px;
    color: #626262;
}
.newinfo .newleft .infobox img{
  margin:0 auto;display:block;max-width:100%;height:auto;
}
.newinfo .newleft .info table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;width:100%!important;} 
.newinfo .newleft .info table td{border-right:1px solid #000;border-bottom:1px solid #000;}
.newinfo .newright{
  width: 300px;
  float: right;
}

.right_nav_bar {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 10001;
  width: 57px;
}

.right_nav_bar li {
  position: relative;
  list-style: outside none none;
  float: left;
  height: 54px;
  width: 57px;
  background-color: #085DAD;
}

.right_nav_bar li:hover .icons {
  width: auto;
  background-color: #085DAD;
  font-size: 14px;
  color: #fff;
  top: 0;
}

.right_nav_bar .icons {
  height: 54px;
  width: 57px;
  float: left;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  display: block;
}

.right_nav_bar span.title {
  padding-right: 10px;
  color: #fff;
  position: relative;
  font-size: 16px;
  top: -20px;
}

.right_nav_bar .phone-icon span.title {
  top: -18px;
  font-size: 22px;
}

.right_nav_bar i.icon {
  background-repeat: no-repeat;
  height: 54px;
  width: 57px;
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

.black.right_nav_bar span.title {
  color: #fff;
}
.right_nav_bar .zx{

}
.right_nav_bar .wx-icon i {
  background-image: url(../images/wx.png);
}

.right_nav_bar .zixun-icon i {
  background-image: url(../images/qq.png);
}
.right_nav_bar .zx i {
  background-image: url(../images/liuyan.png);
}
.right_nav_bar .phone-icon i {
  background-image: url(../images/phone.png);
}
.right_nav_bar .top-icon i {
  background-image: url(../images/js-top.png);
}

.right_nav_bar .qr {
  position: absolute;
  left: -215px;
  top: -48px;
  width: 150px;
  height: 150px;
  display: none;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.right_nav_bar .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.right_nav_bar .wx:hover .qr {
  display: block;
}

.js-top {
  width: 57px;
  height: 54px;
  display: block;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.contactmap{
  height: 500px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .ul-prolist li{width: 50%;}
  .newinfo .newleft{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
  .newinfo .newright{width: auto;float: none;}
  .m-prodinfo .pic{float: none;margin-right: 0;margin-bottom: 30px;}
  .m-prodinfo .txt{height: auto;}
  .m-prodinfo .link{position: static;}
  .m-prodinfo .tit{font-size: 26px;padding-bottom: 4px;}
  .m-prodinfo{margin-bottom: 30px;}
  .m-xg .title{font-size: 24px;}
  .m-spag .title{font-size: 28px;}
  .g-txtimg1 .pic{width: 500px;height: 400px;}
  .right_nav_bar{display: none;}
      .ul-lmlist a{width: 20%;padding-right: 0;margin-right: 0;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
      .ul-lmlist.ss a{border-right: 1px solid #eee;border-bottom: 1px solid #eee;}
}
@media only screen and (max-width: 1023px) {
  .g-lxwm .txt{width: auto;margin-right: 0;margin-bottom: 10px;float: none;}
  #map1{height: 240px;}
  .m-prodinfo .tit{font-size: 24px;}
  .m-xg .title{font-size: 24px;}
  .m-spag .title{font-size: 24px;}
  .g-txtimg1 .tit{font-size: 20px;margin-bottom: 0;}
  .g-txtimg1 .pic{float: none;margin-right: 0;width: auto;margin-bottom: 20px;}
}
@media only screen and (max-width: 767px) {
.ul-prolist li{width: auto;float: none;margin-bottom: 15px;}
.g-lxwm .name{font-size: 20px;}

.g-xgitem .name{font-size: 18px;}
.cur{padding: 10px 0;margin-bottom: 24px;}
.m-spag .title{margin-bottom: 24px;}
.m-prodinfo .tit{font-size: 20px;}
.m-prodinfo .pic{width: auto;height: 300px;}
.m-xg .title{font-size: 20px;}
.m-prodinfo .desc{font-size: 14px;line-height: 1.8;}
.m-spag .title{font-size: 20px;}
.proddetails{font-size: 14px;line-height: 1.8;}
.m-prodinfo .link a{line-height: 40px;font-size: 14px;}
.g-details{font-size: 14px;padding: 6px 10px;}
.g-txtimg1 .pic{width: auto;height: 300px;margin-bottom: 20px;}
  .ul-lmlist a{width: 33.333%;}
}
@media only screen and (max-width: 500px) {
  .m-prodinfo .pic{height: 200px;margin-bottom: 10px;}
  .g-txtimg1 .pic{height: 240px;}

}





.clearfix{overflow: hidden;}
.bge{background: #eee;}
.pd30{padding: 30px 30px 10px;overflow: hidden;}
/*productlist*/
.productlist{padding:20px 0 50px;}
.productlist .pl_left{width:300px;float:left;background:#FFF;}
.productlist .pl_left .pc_item{background:#FFF;}
.productlist .pl_left .pc_item.fixed{position:fixed;top:110px;}
.productlist .pl_left .pl_title{background:#085DAD;}
.productlist .pl_left .pl_title p{color:#FFF;font-size:16px;height:64px;line-height:64px;padding-left:18px;font-weight:bold;}
.productlist .pl_left .pl_a{border:2px solid #085DAD;border-top:0;padding:1px 10px 0;}
.productlist .pl_left .pl_a > a{display:block;width:100%;height:35px;line-height:35px;font-size:14px;color:#fff;padding:0 10px 0 30px;position:relative;background-repeat:no-repeat;background-position:10px center;background-image:url(../images/pc_icon.png);background-color:#555;margin:6px 0;font-weight:bold;}
.productlist .pl_left .pl_a > a:hover,.productlist .pl_left .pl_a > a.on{background-color:#085DAD;color:#FFF;}
.productlist .pl_left .pl_a .a_li{padding:0 5px;/*display:none;*/}
.productlist .pl_left .pl_a .a_li > a{font-size:12px;height:29px;line-height:29px;display:block;padding-left:27px;position:relative;}
.productlist .pl_left .pl_a .a_li > a:before{content:'';width:3px;height:3px;background:#085DAD;position:absolute;left:10px;top:50%;margin-top:-2px;}
.productlist .pl_left .pl_a .a_li > a.on{color:#085DAD;}
.productlist .pr_right{width:calc(100% - 300px);padding-left:40px;float:right;}
.productlist .pr_right .pr_content{}
.productlist .pr_right .pr_content .prc_left{width:446px;float:left;overflow: hidden;}
.productlist .pr_right .pr_content .prc_left .prc_img{width:100%;position:relative;border:1px solid #f5f5f5;height: 336px;}
.productlist .pl_left .pl_a .a_li.on{/*display: block;*/}
.productlist .pr_right .pr_content .prc_right{width:calc(100% - 446px);float:right;padding:10px 0 10px 30px;height:336px;position:relative;}
.productlist .pr_right .pr_content .prc_right h2{font-size:22px;font-weight:bold;line-height:34px;height:34px;color:#222;}
.productlist .pr_right .pr_content .prc_right p{font-size:13px;line-height:23px;color:#555;}
.productlist .pr_right .pr_content .prc_right p:nth-child(2){font-size:16px;color:#444;padding:10px 0;line-height:24px;border-bottom:1px solid #e1e1e1;}
.productlist .pr_right .pr_content .prc_right p:nth-child(3){margin-top:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;}
.productlist .pr_right .pr_content .prc_right .prc_btn{position:absolute;height:40px;left:30px;bottom:10px;margin-top:15px;}
.productlist .pr_right .pr_content .prc_right .prc_btn a{display:inline-block;height:40px;line-height:38px;background:#085DAD;color:#FFF;font-size:15px;padding:0 40px;margin-left:30px;border:1px solid #085DAD;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.productlist .pr_right .pr_content .prc_right .prc_btn a:first-child{margin-left:0;}
.productlist .pr_right .pr_content .prc_right .prc_btn a:hover{color:#085DAD;background:#FFF;}
.productlist .pr_right .pr_ul{}
.productlist .pr_right .pr_ul a{display:block;width:32%;margin-left:2%;float:left;margin-top:30px;}
.productlist .pr_right .pr_ul a:nth-child(3n+1){margin-left:0;}
.productlist .pr_right .pr_ul a .pru_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #eee;}
.productlist .pr_right .pr_ul a p{color:#222;font-size:18px;font-weight:bold;line-height:50px;height:50px;overflow:hidden;text-overflow:ellipsis;white-space:normal;background:#f3f3f3;text-align:center;padding:0 10px;}
.product_news{background:#F5F5F5;padding:40px 0;}
.product_news .pb_title .h_t{font-size:36px;height:46px;line-height:46px;}
.product_news .pb_title p{font-size:14px;line-height:22px;margin-top:6px;}
.product_news .pn_ul{}
.product_news .pn_ul a{display:block;width:32%;margin-left:2%;float:left;margin-top:30px;background:#FFF;box-shadow:0 0 5px rgba(0,0,0,.05);padding:15px 20px;border-radius:5px;}
.product_news .pn_ul a:nth-child(3n+1){margin-left:0;}
.product_news .pn_ul a p{font-size:14px;line-height:23px;color:#666;}
.product_news .pn_ul a p:first-child{font-size:18px;height:26px;line-height:26px;font-weight:bold;color:#222;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product_news .pn_ul a p:nth-child(2){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.product_news .pn_ul a span{display:block;font-size:12p;height:14px;line-height:14px;margin-top:20px;color:#999;}
.product_news .pn_ul a:hover{background:#085DAD;}
.product_news .pn_ul a:hover p{color:#FFF;}
.product_news .pn_ul a:hover span{color:#FFF;}
.productshow{overflow: hidden;background-color: #fff;margin:50px 100px;padding: 50px 80px;}
.productshow .pl_right{overflow: hidden;padding-left: 20px;}
.productshow .pl_right .pl_top{background:#FFF;padding:20px;}
.productshow .pl_right .pl_top .plt_left{width:560px;float:left;overflow: hidden;}
.productshow .pl_right .pl_top .plt_left .plt_img{width:100%;padding-bottom:75%;position:relative;height: 0;overflow: hidden;border:1px solid #eee;}
.productshow .pl_right .pl_top .plt_right{width:calc(100% - 560px);float:right;padding:10px 0 10px 40px;position:relative;height:420px;}
.productlist .pl_right .pl_top .plt_right h1{font-size:22px;height:40px;line-height:40px;font-weight:bold;}
.productshow .pl_right .pl_top .plt_right span{display:block;line-height:18px;font-size:14px;color:#999;padding:10px 0;border-bottom: 1px solid #e1e1e1;}
.productshow .pl_right .pl_top .plt_right p{line-height:28px;font-size:14px;color:#333;}
.productshow .pl_right .pl_top .plt_right p.p1{font-size:18px;line-height:26px;padding:10px 0;}
.productshow .pl_right .pl_top .plt_right p.p2{margin-top:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;}
.productshow .pl_right .pl_top .plt_right p.p3{line-height:24px;font-size:13px;margin-top:20px;}
.productshow .pl_right .pl_top .plt_right .plt_contact{position:absolute;height:100px;left:40px;bottom:10px;margin-top:20px;}
.productshow .pl_right .pl_top .plt_right .plt_contact img{width:100px;height:100px;float:left;display:block;}
.productshow .pl_right .pl_top .plt_right .plt_contact .plt_pp{float:right;padding:27px 0 27px 55px;background:url(../images/protel.png) no-repeat 20px center;}
.productshow .pl_right .pl_top .plt_right .plt_contact .plt_pp em{display:block;font-style:normal;font-size:14px;color:#666;height:16px;line-height:16px;}
.productshow .pl_right .pl_top .plt_right .plt_contact .plt_pp em:last-child{font-size:22px;height:30px;line-height:30px;font-weight:bold;color:#085DAD;}
.productshow .pl_right .pl_top .plt_right .p_p{padding-top:5px;}
.productshow .pl_right .pl_top .plt_right .p_p p{font-size:16px;line-height:1.8;color:#666;padding:5px 0;}
.productshow .pl_right .pl_top .plt_right .plt_btn{margin-top:20px;font-size:0;-webkit-text-size-adjust:none;}
.productshow .pl_right .pl_top .plt_right .plt_btn a{display:inline-block;height:48px;line-height:46px;background:#085DAD;color:#FFF;font-size:15px;padding:0 40px;margin-left:30px;border:1px solid #085DAD;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.productshow .pl_right .pl_top .plt_right .plt_btn a:first-child{margin-left:0;}
.productshow .pl_right .pl_top .plt_right .plt_btn a:hover{color:#085DAD;background:#FFF;}
.productshow .pl_right .pl_nav_item{height:70px;margin-top:15px;}
.productshow .pl_right .pl_nav{background:#FFF;font-size:0;-webkit-text-size-adjust:none;border:1px solid #EEE;}
.productshow .pl_right .pl_nav span{display:inline-block;height:68px;line-height:68px;font-size:20px;font-weight:bold;border-right:1px solid #EEE;padding:0 40px;color:#666;cursor:pointer;}
.productshow .pl_right .pl_nav span.on{background:#085DAD;color:#FFF;}
.productshow .pl_right .pl_nav.fixed{position:fixed;z-index:20;}
.productshow .pl_right .pl_content{background:#FFF;margin-top:30px;}
.productshow .pl_right .pl_title{border-bottom:2px solid #085DAD;background: #eee;}
.productshow .pl_right .pl_title span{background:#085DAD;color:#FFF;display:inline-block;padding:0 30px;height:44px;line-height:44px;font-size:18px;border-top-left-radius:5px;border-top-right-radius:5px;font-weight:bold;}
.productshow .pl_right .plc_pp{font-size:15px;line-height:1.8;color:#777;padding:10px 20px 15px;overflow: hidden;}
.productshow .pl_right .plc_pp h2{
    font-size: 20px;
    color:#333;
    font-weight: bold;
    margin: 10px 0;
}
.productshow .pl_right .plc_pp p{font-size:15px;line-height:1.8;color:#777;padding:5px;}
.productshow .pl_right .plc_pp table{border-top:1px solid #EEE!important;border-left:1px solid #EEE!important;width:100%!important;}
.productshow .pl_right .plc_pp td{width:auto!important;border-right:1px solid #EEE!important;border-bottom:1px solid #EEE!important;border-left:none!important;border-top:none!important;font-size:15px;line-height:1.4;}
.productshow .pl_right .plc_pp img{max-width:100%;}
.productshow .pl_right .pl_case{background:#FFF;margin-top:30px;}
.productshow .pl_right .pl_case .plc_ul{padding:0 20px 20px;}
.productshow .pl_right .pl_case .plc_ul a{display:block;width:23.8%;margin-left:1.6%;float:left;margin-top:20px;}
.productshow .pl_right .pl_case .plc_ul a:nth-child(4n+1){margin-left:0;}
.productshow .pl_right .pl_case .plc_ul .plc_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #EEE;}
.productshow .pl_right .pl_case .plc_ul p{font-size:16px;height:46px;line-height:46px;text-align:center;background:#F5F5F5;}







@media screen and (max-width:1546px){
    .productlist{padding:20px 0 30px;}
    .productlist .pr_right{padding-left:15px;}
    .productlist .pr_right .pr_content .prc_left{width:448px;}
    .productlist .pr_right .pr_content .prc_right{width:calc(100% - 448px);padding:5px 0 5px 20px;height:269px;}
    .productlist .pr_right .pr_content .prc_right h2{font-size:19px;height:30px;line-height:30px;}
    .productlist .pr_right .pr_content .prc_right p{line-height:22px;}
    .productlist .pr_right .pr_content .prc_right p:nth-child(2){font-size:15px;padding:6px 0;line-height:22px;}
    .productlist .pr_right .pr_content .prc_right p:nth-child(3){margin-top:10px;-webkit-line-clamp:6;}
    .productlist .pr_right .pr_content .prc_right .prc_btn{left:20px;margin-top:10px;}
    .productlist .pr_right .pr_ul a p{height:40px;line-height:40px;font-size:16px;}
    .productshow .pl_right{padding-left:15px;}
    .productshow .pl_right .pl_top{padding:15px;}
    .productshow .pl_right .pl_top .plt_left{width:448px;}
    .productshow .pl_right .pl_top .plt_right{width:calc(100% - 448px);padding:5px 0 5px 20px;height:336px;}
    .productshow .pl_right .pl_top .plt_right span{font-size:14px;line-height:18px;padding:6px 0;}
    .productshow .pl_right .pl_top .plt_right p.p1{font-size:16px;line-height:24px;padding:8px 0;}
    .productshow .pl_right .pl_top .plt_right p.p2{margin-top:10px;font-size:13px;line-height:22px;}
    .productshow .pl_right .pl_top .plt_right .plt_contact{left:20px;height:74px;}
    .productshow .pl_right .pl_top .plt_right .plt_contact img{width:74px;height:74px;}
    .productshow .pl_right .pl_top .plt_right .plt_contact .plt_pp{width:calc(100% - 74px);padding:14px 0 14px 55px;;}
    .productshow .pl_right .pl_top .plt_right .p_p{height:299px;overflow:hidden;}
    .productshow .pl_right .pl_top .plt_right .p_p p{font-size:14px;line-height:1.6;padding:3px 0;}
    .productshow .pl_right .pl_top .plt_right h1{font-size:20px;height:30px;line-height:30px;}
    .productshow .pl_right .pl_top .plt_right i{margin-top:10px;}
    .productshow .pl_right .pl_top .plt_right .plt_btn{margin-top:10px;}
    .productshow .pl_right .pl_top .plt_right .plt_btn a{height:45px;line-height:45px;}
    .productshow .pl_right .pl_nav_item{height:62px;}
    .productshow .pl_right .pl_nav span{font-size:18px;height:60px;line-height:60px;padding:0 30px;}
    .productshow .pl_right .pl_title span{font-size:16px;height:44px;line-height:44px;}
    .productshow .pl_right .pl_content{margin-top:20px;}
    .productshow .pl_right .plc_pp{padding:15px;}
    .productshow .pl_right .plc_pp td{font-size:14px;line-height:1.4;padding:8px 5px;}
    .productshow .pl_right .pl_case .plc_ul p{font-size:14px;line-height:34px;height:34px;}
    .product_news{padding:26px 0;}
    .product_news .pb_title .h_t{font-size:30px;height:40px;line-height:40px;}
    .product_news .pn_ul a{margin-top:20px;}
}
@media screen and (max-width:1246px){
    .productlist{padding:15px 0 20px;}
    .productlist .pl_left{width:100%;float:none;}
    .productlist .pl_left .pc_item{width:100%;}
    .productlist .pl_left .pc_item.fixed{position:relative;top:0!important;}
    .productlist .pl_left .pl_title{display:none;}
    .productlist .pl_left .pl_a{width:100%;border:none;padding:0 0;}
    .productlist .pl_left .pl_a > a{width:16.66%;float:left;padding:0 8px;border-right:1px solid rgba(255,255,255,.5);text-align:center;margin:0 0;border-bottom:1px solid rgba(255,255,255,.5);background-image:none;}
    .productlist .pl_left .pl_a .a_li{display:none!important;}
    .productlist .pr_right{padding-left:0;width:100%;float:none;margin-top:15px;}
    .productlist .pr_right .pr_ul a{margin-top:20px;}
    .productlist .pr_right .pr_ul a p{height:34px;line-height:34px;font-size:14px;font-weight:normal;}
    .productshow .pl_right{padding-left:0;width:100%;float:none;margin-top:15px;}
    .product_news{padding:26px 0;}
    .product_news .pb_title .h_t{font-size:30px;height:40px;line-height:40px;}
    .product_news .pn_ul a{margin-top:20px;}
}
@media screen and (max-width:1023px){
    .productlist{padding:18px 0;}
    .productlist .pl_left .pl_a > a{width:25%;}
    .productlist .pr_right .pr_content .prc_left{width:100%;float:none;}
    .productlist .pr_right .pr_content .prc_right{width:100%;float:none;padding:10px 10px;height:auto;}
    .productlist .pr_right .pr_content .prc_right p:nth-child(3){-webkit-line-clamp:inherit;}
    .productlist .pr_right .pr_content .prc_right .prc_btn{position:relative;left:0;bottom:auto;}
    .productlist .pr_right .pr_ul a{margin-top:15px;}
    .productshow .pl_right .pl_top{padding:0 0;}
    .productshow .pl_right .pl_top .plt_left{width:100%;float:none;}
    .productshow .pl_right .pl_top .plt_right{width:100%;float:none;margin-top:20px;padding:0 10px 15px 10px;height:auto;}
    .productshow .pl_right .pl_top .plt_right .p_p{height:auto;overflow:hidden;}
    .productshow .pl_right .pl_top .plt_right .plt_btn a{padding:0 25px;margin-left:20px;}
    .productshow .pl_right .pl_top .plt_right .plt_contact{position:relative;left:0;bottom:auto;}
    .productshow .pl_right .pl_nav_item{height:62px;}
    .productshow .pl_right .pl_nav span{font-size:18px;height:60px;line-height:60px;padding:0 30px;}
    .productshow .pl_right .pl_title span{font-size:16px;height:44px;line-height:44px;}
    .productshow .pl_right .plc_pp{padding:10px;}
    .productshow .pl_right .plc_pp.plc_table{width:100%;overflow-x:auto;}
    .productshow .pl_right .plc_pp.plc_table table{width:800px!important;}
    .productshow .pl_right .plc_pp td{font-size:14px;line-height:1.4;padding:8px 5px;}
    .productshow .pl_right .pl_case .plc_ul p{font-size:14px;line-height:34px;height:34px;}
    .productshow .pl_right .pl_case .plc_ul{padding:0 10px 10px;}
    .product_news{padding:20px 0;}
    .product_news .pb_title .h_t{font-size:20px;height:28px;line-height:28px;}
    .product_news .pb_title p{font-size:13px;line-height:22px;}
    .product_news .pn_ul a{padding:10px 15px;width:49%;margin-top:15px;}
    .product_news .pn_ul a:nth-child(3n+1){margin-left:2%;}
    .product_news .pn_ul a:nth-child(odd){margin-left:0;}

}
@media screen and (max-width:767px){
    #topbg{height:70px;}
    .productlist .pl_left .pl_a > a{width:50%;}
    .productlist .pr_right .pr_content .prc_right .prc_btn a{font-size:13px;height:36px;line-height:36px;margin-left:10px;padding:0 10px;}
    .productlist .pr_right .pr_ul a{width:49%;}
    .productlist .pr_right .pr_ul a:nth-child(3n+1){margin-left:2%;}
    .productlist .pr_right .pr_ul a:nth-child(odd){margin-left:0;}
    .productshow .pl_right .pl_top .plt_right .plt_btn a{font-size:13px;height:36px;line-height:36px;margin-left:10px;padding:0 10px;}
    .productshow .pl_right .pl_nav_item{height:46px;}
    .productshow .pl_right .pl_nav span{font-size:14px;height:46px;line-height:46px;display:block;width:25%;float:left;text-align:center;padding:0 0;}
    .productshow .pl_right .pl_title span{font-size:14px;height:36px;line-height:36px;padding:0 15px;}
    .productshow .pl_right .plc_pp p{font-size:14px;}
    .productshow .pl_right .plc_pp.plc_table{width:100%;overflow-x:auto;}
    .productshow .pl_right .plc_pp.plc_table table{width:700px!important;}
    .productshow .pl_right .plc_pp td{font-size:12px;}
    .productshow .pl_right .pl_case .plc_ul a{width:49%;margin-left:2%;margin-top:12px;}
    .productshow .pl_right .pl_case .plc_ul a:nth-child(4n+1){margin-left:2%;}
    .productshow .pl_right .pl_case .plc_ul a:nth-child(odd){margin-left:0;}
    .productshow .pl_right .pl_case .plc_ul{padding:0 10px 10px;}
    .product_news .pn_ul a{padding:10px 10px;width:100%;margin-left:0;}
    .product_news .pn_ul a:nth-child(3n+1){margin-left:0;}
    .pro-table li{font-size: 14px;font-weight: normal;}
    .xq_crumbs{margin:0 15px;}
    .productlist .pr_right .pr_content .prc_left .prc_img{height: 240px;}
}








.sub_title{text-align:center;}
.sub_title .s_t{font-size:28px;height:1em;line-height:1em;color:#282828;font-weight:bold;text-transform:uppercase;}
.sub_title p{font-size:16px;height:1em;line-height:1em;color:#666;margin-top:10px;}

.top{background:#FFF;
  -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
         -o-box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);
            box-shadow:0 1px 3px 0 rgba(0,0,0,0.2);}
.top .f_nav .f_li .f_n a{color:#000;}
.top .t_right .t_r:before{background:#bcbcbc;}
.top .t_right .t_r .t_search i{background:url(top_search_hover.png) no-repeat center center;}
.top .t_right .t_r .t_cn{background:url(top_cn_hover.png) no-repeat left center;color:#828282;}
/*search_banner*/
.search_banner{padding-top:102px;}
/*search_form*/
.search_form{padding:150px 0 ;border-top: 1px solid #eee;}
.search_form .sf_input{margin-top:40px;padding:0 100px;}
.search_form .sf_input input{width:80%;height:68px;line-height:68px;border:1px solid #e1e1e1;float:left;padding-left:2%;outline:none;}
.search_form .sf_input .s_btn{width:20%;font-size:20px;height:68px;line-height:68px;float:right;text-align:center;background:#197BC6;color:#FFF;cursor:pointer;}
.search_form p{margin-top:30px;font-size:30px;height:48px;line-height:48px;color:#181818;text-align:center;}
.search_form p span{color:#197BC6;}
/*search_result*/
.search_result{padding-bottom:60px;}
.search_result .sr_ul{border-top:3px solid #DDD;padding-top:20px;}
.search_result .sr_ul .sr_li{padding:10px 0 15px;border-bottom:1px solid #DDD;display:block;}
.search_result .sr_ul .sr_li p{font-size:15px;line-height:24px;color:#666;}
.search_result .sr_ul .sr_li p:first-child{font-size:20px;height:30px;line-height:30px;color:#333;margin-bottom:12px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.search_result .sr_ul .sr_li p:last-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.search_result .sr_ul .sr_li p span{display:inline-block;font-size:15px;padding:0 10px;background:#DDD;margin-right:8px;border-radius:3px;vertical-align:top;color:#999;height:30px;line-height:30px;font-weight:normal;}

@media screen and (max-width:1499px){
  .search_banner{padding-top:86px;}
  .search_form{padding:40px 0;}
  .search_form .sf_input{margin-top:30px;padding:0 70px;}
  .search_form .sf_input input{height:62px;line-height:60px;}
  .search_form .sf_input .s_btn{height:62px;line-height:62px;}
  .search_form p{margin-top:24px;font-size:24px;height:32px;line-height:32px;}
  .search_result .sr_ul{border-top-width:2px;padding-top:15px;}
  .search_result .sr_ul .sr_li p{font-size:14px;}
  .search_result .sr_ul .sr_li p:first-child{font-size:18px;height:26px;line-height:26px;}
  .search_result .sr_ul .sr_li p span{font-size:14px;height:26px;line-height:26px;}
}
@media screen and (max-width:1299px){
  .search_banner{padding-top:74px;}
  .search_form{padding:30px 0;}
  .search_form .sf_input{margin-top:20px;padding:0 20px;}
  .search_form .sf_input input{height:56px;line-height:54px;}
  .search_form .sf_input .s_btn{height:56px;line-height:56px;}
  .search_form p{margin-top:20px;font-size:20px;height:28px;line-height:28px;}
  .search_result{padding-bottom:40px;}
  .search_result .sr_ul{padding-top:10px;}
  .search_result .sr_ul .sr_li p{font-size:14px;}
  .search_result .sr_ul .sr_li p:first-child{font-size:18px;height:26px;line-height:26px;}
  .search_result .sr_ul .sr_li p span{font-size:14px;height:26px;line-height:26px;}
}
@media screen and (max-width:1023px){
  #mobilehead{box-shadow:0 2px 5px rgb(0 0 0 / 20%);}
  .search_banner{display:none;}
  .search_form{padding:30px 0 20px;}
  .search_form .sf_input{padding:0 0;}
  .search_form .sf_input input{height:50px;line-height:48px;}
  .search_form .sf_input .s_btn{height:50px;line-height:50px;font-size:16px;}
  .search_form p{margin-top:15px;font-size:17px;height:24px;line-height:24px;}
  .search_result{padding-bottom:26px;}
  .search_result .sr_ul{border-top-width:1px;padding-top:5px;}
  .search_result .sr_ul .sr_li{padding:8px 0 10px;}
  .search_result .sr_ul .sr_li p{font-size:14px;}
  .search_result .sr_ul .sr_li p:first-child{font-size:18px;height:26px;line-height:26px;}
  .search_result .sr_ul .sr_li p span{font-size:14px;height:26px;line-height:26px;}
}
@media screen and (max-width:767px){
  .search_result .sr_ul .sr_li p{font-size:13px;line-height:22px;}
  .search_result .sr_ul .sr_li p:first-child{font-size:16px;height:24px;line-height:24px;}
  .search_result .sr_ul .sr_li p span{font-size:12px;height:24px;line-height:24px;}
}


.z-1{
  overflow: hidden;
  padding: 3.23vw 0 4.01vw;
}
.z-1 .nytitle{
  margin-bottom: 2.08vw;
}
.ul-z1{
  overflow: hidden;
  margin:0 -20px 35px;
}
.ul-z1 li{
  width: 50%;
  float: left;
}
.ul-z1 .con{
  margin:0 20px;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 30.31vw;
  color:#fff;
  text-align: center;
  padding:8.12vw 2vw 0;
}
.ul-z1 .tit{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 42px;
}
.ul-z1 .desc{
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 3.13vw;
}
.ul-z1 .btn{
  margin:0 auto;
  width: 119px;
  height: 37px;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  border:2px solid #fff;
}
.z-1 .info{
  text-align: center;
  font-size: 16px;
  color:#8D8D8D;
  line-height: 1.88;
}
.z-1 .info a,.z-1 .info span{
  color:#014198;
}
.z-2{
  padding: 12.81vw 0 16.2vw;
  overflow: hidden;
  background: url(../images/pic26.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.z-2 .title{
  color:#fff;
  font-size: 2.86vw;
  text-align: center;
  font-weight: bold;
}
.z-3{
  overflow: hidden;
  background: #f0f0f0;
  padding: 2.92vw 0;
}
.z-3 .nytitle{
  margin-bottom: 2.4vw;
}
.m-txtimg2{
  overflow: hidden;
  background-color: #fff;
}
.m-txtimg2 .pic{
  float: left;
  width: 752px;
height: 473px;
}
.m-txtimg2 .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.m-txtimg2 .txt{
  overflow: hidden;
  padding: 74px 70px 0;
}
.m-txtimg2 .txt .tit{
  font-size: 30px;
  color:#333;
  margin-bottom: 32px;
}
.m-txtimg2 .txt .lin{
  width: 67px;
  height: 1px;
  background: #ccc;
  margin-bottom: 30px;
}
.m-txtimg2 .txt .desc{
  font-size: 18px;
  color:#333333;
  line-height: 2;
}
.z-info{
  overflow: hidden;
  padding: 50px 0;
}
.z-info .nytitle{
  margin-bottom: 3vw;
}
.ul-zp{
  overflow: hidden;
}
.ul-zp li{
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 36px;
}
.ul-zp .v1{
  overflow: hidden;
  line-height: 100px;
  cursor: pointer;
}
.ul-zp .v1>div{
  float: left;
  width: calc(100% / 6);
  text-align: center;
  font-size: 18px;
  color:#666666;
}
.ul-zp .v1 .t1{
  font-size: 24px;
  color:#010101;
}
.ul-zp .v1 .t6{
  text-align: left;
  padding-left: 42px;
  font-size: 16px;
  color:#989898;
  border-left: 1px solid #eaeaea;
}
.ul-zp .v1 .t6 i{
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-left: 35px;  
  background: url(../images/pic28.jpg) no-repeat;
}
.ul-zp .v2{
  display: none;
  padding: 20px;
  border-top: 1px solid #eee;
  font-size: 16px;
  color:#333;
  line-height: 1.8;
}
.m-proinfo{
  overflow: hidden;
  position: relative;
  padding: 4.06vw 0;
  background: #f5f5f5;
}
.m-proinfo::after {
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 224px;
  background: #1877C0;
  z-index: 1;
}
.m-proinfo .pic{
  float: left;
  width: 750px;
  height: 540px;
  overflow: hidden;
  margin-right: 33px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.m-proinfo .pic img{
  max-width: 90%;
  max-height: 90%;
}
.m-proinfo .txt{
  overflow: hidden;
  background-color: #fff;
  padding: 65px 40px 20px;
  height: 540px;
  position: relative;
  z-index: 2;
}
.m-proinfo .txt .tit{
  font-size: 36px;
  font-weight: bold;
  color:#2A2A2A;
  margin-bottom: 27px;
}
.m-proinfo .txt .desc{
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  color:#858585;
  padding: 1.35vw 0 1.3vw;
  margin-bottom: 29px;
}
.m-proinfo .txt .desc span:first-child{
  margin-right: 3.28vw;
}
.m-proinfo .txt .jianjie{
  font-size: 16px;
  color:#626262;
  line-height: 1.75;
  height: 8.5em;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.m-proinfo .txt .tel{
  font-size: 16px;
  color:#282828;
  padding-left: 53px;

  line-height: 40px;
  background: url(../images/pic30.jpg) no-repeat left center;
}
.snav{
  border-bottom: 1px solid #eeeeee;
}
.snav ul{
  overflow: hidden;
  text-align: center;
}
.snav li{
  display: inline-block;
}
.snav li a{
  display: block;
  position: relative;
  font-size: 18px;
  color:#626262;
  line-height: 85px;
  padding: 0 48px;
}
.snav li a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 26px;
  background: #eeeeee;
}
.snav li:last-child a::after{
  display: none;
}
.snav li a:hover{
  color:#1877C0;
}
.pro-item1{
  overflow: hidden;
  padding: 39px 0 ;
}
.pro-item1 .nytitle{
  margin-bottom: 2vw;
}
.m-txtimg3 {

  border:1px solid #eee;
  background-color: #f5f5f5;
}
.m-txtimg3 .item{

  
}

.m-txtimg3 .item div:first-child{
  display: block;
  width: 748px;
  height: 398px;
  float: left;
  position: relative;
}
.m-txtimg3 .item div:first-child img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.m-txtimg3 .item div:last-child{
  overflow: hidden;
  padding: 40px;
  font-size: 18px;
  color:#333333;
  line-height: 2;
  opacity: 0.87;
  height: 398px;
  overflow-y: scroll;
}
.pro-item2{
   overflow: hidden;
}
.pro-item2.s1{
  padding-top: 3.75vw ;
}
.pro-item2.s2{
  padding-top: 2vw   ;
  padding-bottom: 3.33vw;
}
.pro-item2 .nytitle{
  margin-bottom: 2vw;
}
.pro-item2 .v1{
  font-size: 17px;
  color: #333333;
  line-height: 1.76;
  margin-bottom: 40px;
}
.pro-item2 .name{
  text-align: center;
  font-size: 35px;
  color:#333333;
  margin-bottom: 2.34vw;
}
.ul-proys::after {
  content: '';
  display: block;
  clear:both;
  visibility: hidden;
  width: 100%;
  height: 0;
}
.ul-proys{
   margin:0 -21px;
}
.ul-proys li{
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.ul-proys .con{
  margin:0 21px;
  overflow: hidden;
  box-shadow: 0px 0px 18px 6px rgba(241,241,248,0.9400);
  height: 170px;
  padding: 33px 47px 0;
}
.ul-proys .num{
  width: 92px;
  height: 92px;
  background: #1877C0;
  text-align: center;
  line-height: 92px;
  border-radius: 50%;
  font-size: 45px;
  color:#fff;
  font-family: Arial;
  float: left;
  margin-right: 39px;
}
.ul-proys .txt{
  overflow: hidden;
  padding-top: 10px;
}
.ul-proys .t1{
  font-size: 24px;
  font-weight: bold;
  padding-top: 12px;
  color:#333333;
  margin-bottom: 10px;
}
.ul-proys .t2{
  font-size: 18px;
  color:#666666;
  padding-top: 30px;
}
.pro-item3{
  background: #f5f5f5;
  padding: 3.65vw 0;
}
.pro-item3 .nytitle{
  margin-bottom: 6px;
}
.pro-item3 .desc{
  font-size: 17px;
  color:#333333;
  line-height: 1.76;
  text-align: center;
}
.pro-item3 img{
  display: block;
  margin:3.13vw auto 0;
  max-width: 100%;
  height: auto;
}


@media only screen and (max-width: 1500px) {
.ul-zp .v1{line-height: 80px;}
.z-info{padding: 40px 0;}
.m-proinfo .pic{width: 650px;height: 440px;}
.m-proinfo .txt{height: 440px;padding: 30px;}
.m-proinfo .txt .tit{font-size: 32px;margin-bottom: 16px;}
.snav li a{line-height: 62px;}
.snav li a::after{top: 19px;}
.productshow{margin-left: 0;margin-right: 0;}
}


@media only screen and (max-width: 1430px) {
  .m-txtimg2 .pic{width: 620px;height: 360px;}
  .m-txtimg2 .txt{padding: 40px 40px 0;}
  .m-txtimg2 .txt .desc{font-size: 16px;}
  .m-txtimg2 .txt .tit{font-size: 26px;}
  .ul-z1 .tit{font-size: 22px;margin-bottom: 12px;}
  .ul-z1 .desc{font-size: 16px;}
  .m-proinfo .txt .jianjie{font-size: 14px;}
  .pro-item2 .v1{font-size: 16px;}
}


@media only screen and (max-width: 1230px) {
  .ul-z1 .desc{font-size: 14px;}
  .ul-z1 .con{padding-top: 5vw;margin:0 10px;}
  .ul-z1{margin:0 -10px;}
  .ul-z1 .desc br{display: none;}
  .z-1 .info{font-size: 14px;}
  .m-txtimg2 .pic{width: auto;float: none;height: auto;}
  .m-txtimg2 .txt {padding: 20px;}
  .m-txtimg2 .txt .desc{font-size: 14px;}
  .m-txtimg2 .txt .tit{font-size: 24px;margin-bottom: 10px;}
  .m-txtimg2 .txt .lin{margin-bottom: 10px;}
  .ul-zp .v1>div{font-size: 14px;}
  .ul-zp .v1 .t1{font-size: 20px;}
  .m-proinfo .pic{width: 500px;height: 400px;}
  .m-proinfo .txt{height: 400px;}
  .m-proinfo .txt .tit{font-size: 28px;}
  .m-proinfo{margin-top: 0;}
  .snav li a{line-height: 50px;}
  .snav li a::after{top: 12px;}
  .pro-item2 .name{font-size: 28px;}
  .m-txtimg3 .item div:first-child{width: 600px;height: 300px;}
  .m-txtimg3 .item div:last-child{font-size: 14px;padding: 20px;height: 300px;}
  .pro-item1 .nytitle{margin-bottom: 20px;}
  .pro-item2 .v1{margin-bottom: 20px;}
  .pro-item2 .nytitle{margin-bottom: 10px;}
  .productshow{padding: 30px 60px;margin: 30px 0;}
}



@media only screen and (max-width: 1023px) {
  .z-info{padding: 30px 0;}
  .ul-zp .v1 .t6 i{display: none;}
  .ul-zp .v1 .t6{padding-left: 0;font-size: 14px;text-align: center;}
  .ul-zp .v1 {line-height: 60px;}
  .ul-zp li{margin-bottom: 30px;}
  .ul-zp .v1 .t4{display: none;}
  .ul-zp .v1>div{width: 20%;}
  .m-proinfo .pic{width: auto;float: none;height: 0;padding-top: 42%;margin-right: 0;}
  .m-proinfo::after{display: none;}
  .m-proinfo .txt .jianjie{height: auto;padding-bottom: 20px;}
   .m-proinfo .txt{height: auto;}
   .m-proinfo .txt .tit{font-size: 24px;}
   .m-txtimg3 {overflow: hidden;}
   .m-txtimg3 .item{height: auto;}
   .m-txtimg3 .item div:first-child{width: auto;float: none;height: 0;padding-top: 35%;min-height: 200px;}
   .m-txtimg3 .item div:last-child{padding: 20px;font-size: 14px;overflow: hidden;height: auto;}
   .pro-item2 .v1{font-size: 14px;}
   .ul-proys li{width: auto;float: none;margin-bottom: 15px;}
   .pro-item3 .desc{font-size: 14px;}
   .ul-proys .t1{font-size: 22px;}
   .ul-proys .con{height: auto;padding: 20px;}
   .pro-item2 .name{font-size: 24px;}
   .productshow{padding:25px 15px;}
   .productshow .productshow_left .pro_txt,.productshow .productshow_left .pro_txt p{font-size: 14px;line-height: 2;}
}

 
@media only screen and (max-width: 767px) {
  .ul-z1 li{width: auto;float: none;margin-bottom: 20px;}
  .ul-z1 .con{height: 200px;}
  .ul-z1 .tit{font-size: 18px;margin-bottom: 6px;padding-top: 20px;}
  .z-1 .info{text-align: left;line-height: 1.8;}
  .z-2 .title{font-size: 18px;}
  .ul-zp .v1 .t5{display: none;}
   .ul-zp .v1>div{width: 25%;}
   .ul-zp .v1 .t1{font-size: 16px;}
   .ul-zp .v1 .t6{border-left: none;}
   .ul-zp .v1{line-height: 50px;}
   .ul-zp li{margin-bottom: 15px;}
   .z-info{padding: 20px 0 10px;}
   .m-proinfo .txt{padding: 15px;}
   .m-proinfo .txt .tit{font-size: 22px;}
   .m-proinfo .txt .desc{font-size: 14px;padding: 10px 0;margin-bottom: 10px;}
   .m-proinfo .txt .jianjie{margin-bottom: 10px;}
   .snav li a{padding: 0;font-size: 14px;}
   .snav li{display: block;float: left;width: 25%;}
   .pro-item1{padding: 20px 0;}
   .pro-item1 .nytitle{margin-bottom: 12px;}
   .ul-proys .num{display: none;}
   .ul-proys .t1{padding-top: 0;font-size: 18px;margin-bottom: 4px;}
   .ul-proys .t2{font-size: 14px;padding-top: 0;}
   .ul-proys .con{padding: 15px;}
   .pro-item2 .name{font-size: 22px;}
}

.mainbg{
  background: #eee;
  overflow: hidden;
}