@charset "utf-8";

/* CSS Document */

body{
  overflow: hidden;
}

body,p{

	font-family:Arial,Verdana;

	font-size:16px;
  
}

html{
  overflow-x: hidden;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;}



ul,li{

	list-style:none;

}

a {  



   text-decoration:none;
   color: #333;

}

a:hover{

	text-decoration: none;

}

iframe{ display: block; }

.clear{ clear:both; }

.fl{ float: left; }

.fr{ float: right; }

.w100{width: 100%;}

.mar{ margin: 0 auto; }

.container{ width: 80%; }

.text-c{ text-align: center; }

.pt10{ padding-top: 10px !important; }

.pb10{ padding-bottom: 10px !important; }

.pt30{ padding-top: 30px !important; }

.pb30{ padding-bottom: 30px !important; }

.fc_03c{color: #c00000;}

.pt60{ padding-top: 60px; }

.pb60{ padding-bottom: 60px; }

.overf-h{ overflow: hidden; }

.dis-f{ 
  display:-webkit-flex;
  display:-ms-flex;
  display:-moz-flex; 
  display: flex;
}

.imgbox{ position: relative; overflow:hidden;}

.imgw{width: auto; position:relative; left:50%;top:0;transform: translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%); -o-transform:translateX(-50%);float: left; }
.swiper-container ul,.banner .swiper-slide{ height: auto !important;}
/*--top--*/

header{ height: auto; }

header .top{ height: 32px;  background-color:#378075;}

header .top .welcome{ color:#fff; font-size: 14px; margin-right: 6px; line-height: 32px;}

header .top .tel{ color:#fff; font-size: 14px; line-height: 32px; margin-right: 16px; } 

header .middle{ padding:20px 0px; }

header .middle > div{height: 60px; }

header .logo{ height: 58px; display: block; }

header .logo img{ height:130%; width: auto; display: inline-block; }



header nav{ width: 100%;  height: 48px; background-color: #378075;}

header nav > ul{ margin:0 auto; width: 1200px; margin-left: 10%;}

header nav > ul > li{ float: left; }

header nav > ul > li.thisclass{ background-color: #3e9b8d; }

header nav > ul > li > a{ line-height: 48px; padding:0px 30px; color:#fff;font-weight: bold; }



header .searchbox{ float: right; position: relative;top:50%;transform: translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%); -o-transform:translateY(-50%); }

header .searchbox .searchTxt{ float:left; height:32px; line-height:30px; border:1px solid #ddd; border-right:none; color:#787878; width:180px; text-indent:8px;}

header .searchbox .searchPic{ float:left; font-size: 22px; height:32px; width:40px; color: #fff; background-color:#D6452C; border: none; }

header .shop{ font-size: 24px; color: #666; line-height: 32px; margin-right: 8px; position: relative; top:50%; transform: translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%); -o-transform:translateY(-50%); }

header .store{ line-height: 32px; color: #fff; }

header .store a{     color: rgb(255, 255, 255);

    height: 32px;

    font-size: 22px;

    display: block;

    vertical-align: middle;

    margin: 0px 8px;}

header .store a img{ 

    height: 18px;

    width: auto;

    display: block;

    margin: 7px auto;}

header .sharebox{ float: right;  }



header .sharebox a{ display: inline-block; margin: 3px 0px; width: 24px; height: 24px; background-repeat: no-repeat; background-position:center center; background-size: 24px; }

header .sharebox a.facebook{ background-image: url(../images/facebook.png); }

header .sharebox a.twitter{ background-image: url(../images/twitter.png);  }

header .sharebox a.google{ background-image: url(../images/google.png); }

header .sharebox a.pinterest{ background-image: url(../images/pinterest.png);  }



.banner{ overflow:hidden; position: relative; }

.banner .swiper-container{ width: 100%; height: auto !important; }



.banner .swiper-slide{ overflow: hidden; position: relative; }

.banner .swiper-slide img{  width: 100%;}

.banner .swiper-slide.swiper-slide-active{z-index: 2;}

.swiper-container ul {
  height: 100%;
}

.swiper-container ul li {
  height: 100%;
}


.banner .arrow-left,.banner .arrow-right{   

    font-size:34px;

    z-index:3;

    position: absolute;

    top:50%;

    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%); 
    -o-transform:translateY(-50%);

    width:36px;

    height:36px; 

    color:#fff;

    }

.banner .arrow-left{right: 100%;}

.banner .arrow-right{left: 100%;}

.banner .arrow-left,.banner .arrow-right{-webkit-transition-duration: 0.3s;-webkit-transition-timing-function: ease;-moz-transition-duration: 0.3s;-moz-transition-timing-function: ease;transition-duration: 0.3s;transition-timing-function: ease;-webkit-transition-timing-function: ease;}

.banner:hover .arrow-left{right:90%;}

.banner:hover .arrow-right{left:90%;}

.banner .pagination{ bottom: 10px; position: absolute; z-index: 3; text-align: center; display: inline-block; width: 100%; }

.banner .pagination span{ display:inline-block; cursor: pointer; width: 10px; height: 10px; border-radius:50%; background-color:rgba(255,255,255,0.7); margin-left: 3px; margin-right: 3px;}



.banner .pagination span.swiper-active-switch{ background-color:rgba(255,255,255,1);}



.indexproduct{ display: flex; 

             display:-webkit-flex;

             display:-ms-flex;

             display:-moz-flex;

             flex-flow: row nowrap; 

             -webkit-flex-flow: row nowrap; 

             -ms-flex-flow: row nowrap; 

             padding:0px;
           }



.proleft{ 
  background-color:#fff; 
  -webkit-flex:0 0 280px; 
  -ms-flex:0 0 280px; 
  -moz-flex:0 0 280px; 
  flex:0 0 280px; 
  overflow: hidden;
}

.leftitle{
  position: relative; 
  font-weight: bold; 
  padding: 24px 0px 14px 0px; 
  margin: 0px 15px;  
  color: #378075;
  font-size: 22px;
  line-height: 22px; 
  text-transform:uppercase;
}

.leftitle .bline{  position: absolute; left: 0px; bottom: 0px;  height: 1px; width: 100%; background-color:#d6d6d6;}

.leftitle .bline i{  display: block; position: absolute; left: 0px; bottom: 0px; height: 1px; width:98px;  background-color: #378075; }

.pro-nav{width:100%; padding:15px;}

.pro-nav > li{ width:100%; border-bottom: 1px solid #d6d6d6; height: auto;  position: relative;}

.pro-nav > li > a{ line-height: 40px; font-size: 16px;font-weight: bold; color:#333; display: block; width: 100%; padding-right: 20px;  overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;

  -webkit-text-overflow:ellipsis; 

  -moz-text-overflow:ellipsis;

  white-space:nowrap;  }

.pro-nav > li.thisclass > a{  color: #378075; }

.pro-nav2 > li.thisclass2 > a{  color: #378075; }

.pro-nav2 .mina .thisclass3{  color: #378075; }

.pro-nav > li > a > i{ display: block; float: left; margin:16px 6px 16px 0px;  width: 8px; height: 8px; border-radius: 50%; border: 1px solid #378075; }

.pro-nav > li > .btn{ right:0; cursor: pointer; width: 20px; height:40px; position: absolute; top: 0px;z-index: 2;}

.pro-nav > li > .btn > i{-ms-transition: all 0.2s linear; -moz-transition: all 0.2s linear;  -webkit-transition: all 0.2s linear; display: block; background-color: #9C9C9C; position: absolute; left: 50%; top: 50%; }

.pro-nav > li > .btn > i:first-child{width: 14px; height: 2px; margin-left: -7px; margin-top:-1px; }

.pro-nav > li > .btn > i:last-child{width: 2px; height: 14px; margin-left: -1px; margin-top:-7px;  margin-bottom: 36px; }

.pro-nav > li > ul{ display:none; width: 100%; overflow: hidden; border-top:1px solid #d6d6d6;}

.pro-nav > li > ul > li{ width: 96%; float: right; line-height: 38px; border-bottom: 1px dotted #d6d6d6; }

.pro-nav > li > ul > li:last-child{ border-bottom: 0px; }

.pro-nav > li > ul > li > a{color:#666; display:inline-block; font-size: 14px;}
.mina{font-size: 14px;padding-left: 15px;display: none; color:#666}
.mina a{
  color: #666;
}

.disb{
  display: block;
}
.disnone{float:right ;right:5px}
.pro-nav > li > ul > li > a > i{ display: block; float: left; margin:17px 6px 17px 0px;  width: 4px; height: 4px; border-radius: 50%; border: 2px solid #378075;  }

.pro-nav > li.on > .btn > i:last-child{

    -ms-transition: all 0.2s linear; 

    -moz-transition: all 0.2s linear;  

    -webkit-transition: all 0.2s linear;  

    transition: all 0.2s linear;   

    -ms-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    transform: rotate(90deg);

    -ms-transform-origin:50% 50%;

    -moz-transform-origin:50% 50%;

    -webkit-transform-origin:50% 50%;

    transform-origin:50% 50%;  }

.pro-nav > li > .btn:hover > i{ background-color: #565656; }

.frbox{ margin-left:30px; padding-top: 24px; flex:1 1 auto;  -webkit-flex:1 1 auto; }

.prolist{  display: flex; padding:30px 0px 10px 0px; display:-webkit-flex;display:-ms-flex;
  width: 100%;
  display:-moz-flex;
  flex-flow:row wrap; 
             -webkit-flex-flow:row wrap;
             -ms-flex-flow: row wrap; justify-content:space-between; -webkit-justify-content:space-between; }
.prolist li{  height: auto; float: left; width: 24%; margin-right: 1.333%; margin-bottom: 20px;}

.prolist li.kong{ height: 0px; float: left; width: 24%; margin-right: 1.333%; padding: 0; margin: 0;}
.prolist li:nth-child(4n){ margin-right: 0;}
.prolist li a{ display:block; }

.prolist li a .imgbox{ width:100%; padding-bottom: 64%; position:relative;  overflow: hidden; }

.prolist li a .imgbox img{ height:100%; position: absolute; width: 100%; object-fit: cover;}

.prolist li a .txt span{ display: block; width: 100%; line-height: 21px; font-size: 15px; margin: 5px 0; max-height:42px;

  word-break:break-all;

  display:-webkit-box;

  -webkit-line-clamp:2;

  -webkit-box-orient:vertical;

  overflow:hidden;  color: #666;  text-align: center; }



.areatitle{ width: 100%; text-align:center; color:#fff; display: inline-block; font-size:30px; text-transform:uppercase; }

.content{ line-height: 30px; color: #fff; font-size: 18px; padding:36px 0px; word-break:break-all;

  display:-webkit-box;

  -webkit-line-clamp:6;

  -webkit-box-orient:vertical;

  overflow:hidden; }

.indexabout .abox{  display:-webkit-flex;display:-ms-flex;display:-moz-flex; display: flex; justify-content: space-between;  -webkit-justify-content: space-between;  }
.indexabout .abox2{display: flex;display: none;  justify-content: space-between;}
.indexabout .abox a{ display: inline-block;  width: 156px;height: 156px; position: relative; border-radius: 50%; background-color: rgba(255,255,255,0.3);  border:3px solid #fff; }
.indexabout .abox a > div{ 

    width:100%;

    height: 100%;

    text-align:center; color:#fff; 

    font-size: 26px; font-weight: bold; line-height: 30px; 

    -ms-transition: all 1s ease; 

    -moz-transition: all 1s ease;  

    -webkit-transition: all 1s ease;  

    transition: all 1s linear;  

    align-items:center; 

    -webkit-align-items:center; 

    display:-webkit-flex;

    display:-ms-flex;

    display:-moz-flex; 

    display: flex; 

    justify-content:center;

    -webkit-justify-content:center;  

 }

.indexabout .abox a:hover > div{    

    -ms-transform: rotateY(360deg);

    -moz-transform: rotateY(360deg);

    -webkit-transform: rotateY(360deg);

    transform: rotateY(360deg);
  }



.indexabout > div{ padding: 60px 0px;   background-color:rgba(0,0,0,0.6);}

.bg{



  background-image: url(../images/bg.jpg);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  background-color: #1A1A1A;

}



.indexhonor{ background-color:#F6F6F6; padding-top:60px; padding-bottom:60px; }

.indexhonor .areatitle{ color: #333; }

.honorlist{ display:-webkit-flex;display:-ms-flex;display:-moz-flex; display: flex;justify-content:space-between;-webkit-justify-content:space-between; padding:36px 0px 0px 0px; }

.honorlist li{ width: 274px; position: relative; }

.honorlist li .imgbox{ position: relative; width: 100%; height: auto; padding:0px 0px 52px 0px; background-image: url(../images/honorbg.png); background-position: center bottom; background-repeat: no-repeat; }

.honorlist li .imgbox img{ width: 100%; height: auto; display:block;  border: 2px solid #ccc; border-radius: 3px;}

.honorlist li .txt{ position:absolute; bottom: 0px; width: 100%; }

.honorlist li .txt span{ display: block; text-align: center; font-size:18px; line-height: 30px; }



.w1{ width:58.33333333%;}

.w2{width:41.66666666%;}

.newsbox{ padding: 0 15px; }

.contactbox{  padding: 0 15px; }

.contactbox .contactway{ padding-top: 10px; }

.contactbox .contactway p{ line-height: 26px; padding-bottom: 5px; font-size: 15px;  color: #666;}

.contactbox .contactway p.photo{text-align: center;}

.contactbox .contactway p.photo img{width:185px;height: auto;border-radius: 185px;padding: 2px;}

.boxtitle{ position: relative; color: #378075;font-size: 22px;line-height: 22px; padding-bottom: 13px; text-transform:uppercase; width: 100%;}



.boxtitle .bline{  position: absolute; left: 0px; bottom: 0px;  height: 1px; width: 100%; background-color:#d6d6d6;}

.boxtitle .bline i{  display: block; position: absolute; left: 0px; bottom: 0px; height: 1px; width:98px;  background-color: #378075; }



.newslist li{ flex-flow: row nowrap; -webkit-flex-flow: row nowrap; -ms-flex-flow:row nowrap; border-bottom: 1px dashed #d7d7d7;line-height: 21px;padding: 10px 0;font-size: 15px; color: #666; display: flex; display:-webkit-flex;display:-ms-flex;display:-moz-flex;display:-moz-flex;  }

.newslist li span{  display: inline-block; -webkit-flex:0 0 84px; -ms-flex:0 0 84px; -moz-flex:0 0 84px;flex:0 0 84px; }

.newslist li a{ display:inline-block; flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;-moz-flex:1 1 auto; color: #333;

   overflow:hidden;

  text-overflow:ellipsis;

  -o-text-overflow:ellipsis;

  -webkit-text-overflow:ellipsis;

  -moz-text-overflow:ellipsis;

  white-space:nowrap;}

.newslist li a i{ width: 3px; height: 3px; display: block; background-color: #378075; float: left; margin:9px 8px 9px 0px; }

.newslist li a:hover{ color: #378075; }

footer{ background-color: #333; padding: 35px 0px; }

footer .footer-nav{  }

footer .footer-nav li{display: inline-block;vertical-align: top; border-right: 1px solid #fff;line-height: 100%;}

footer .footer-nav li:last-child{ border: 0 none;  }

footer .footer-nav a{color: #fff;font-size: 12px;line-height: 100%;padding: 0 5px;display: block;  text-transform: capitalize;}

footer .footer-nav a:hover{ text-decoration:underline; }

footer .flink{ color: #fff; font-size: 14px; padding: 5px 0px; }

footer .flink > a{ color: #fff; }

footer .flink > a:hover{ text-decoration:underline; } 

footer .copyright{ text-align: center; color: #fff;font-size: 12px;padding-top: 5px; }





.banner2{ height: 300px; background-color:#1a1a1a; }

.lujing{ float: right; font-size: 14px; color:#666;text-transform:capitalize; }

.lujing i{ float: left; margin-right: 4px; }

.lujing a{color:#666;}



.contactleft{ padding-bottom: 20px; }

.productbox{ flex-flow: row nowrap; -webkit-flex-flow: row nowrap; -ms-flex-flow:row nowrap; } 

.product_img{position:relative;flex: 0 0 300px; -webkit-flex: 0 0 300px;  -ms-flex: 0 0 300px;}

.product_img .spec-preview{ width: 300px ;height:300px; position: relative;}

.product_img .jqzoom{  width:300px;height:300px; border: medium none;cursor: pointer; position: relative; display: block; margin: 0;overflow: hidden;padding: 0; }

.product_img .spec-preview .jqzoom img{ position: absolute; height:100%; width:auto; left:50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);}

.product_img .spec-scroll{ width:100%;height: 70px; margin: 10px 0;}

.product_img .spec-scroll .prev,.product_img .spec-scroll .next{ display:block; background-color:#ebebeb; border: 1px solid #ccc; width:25px;cursor: pointer;height: 70px;line-height: 70px;text-align: center;text-decoration: none; }

.product_img .spec-scroll .items{overflow: hidden; width:240px; height: 70px; margin-left: 10px; position: relative;}

.product_img .spec-scroll .items ul{ width:999999px;height:70px; position: absolute; }

.product_img .spec-scroll .items ul li{ float: left; margin-right:10px; height: 70px; text-align: center;width: 70px; border: 1px solid #ccc; }

.product_img .spec-scroll .items ul li div{height: 64px;margin: 2px;width: 64px;}

.product_info{ margin-left: 30px; flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;-moz-flex:1 1 auto; }

.product_info > h1{ border-bottom: 1px dashed #d6d6d6;color: #444;font-size: 18px; line-height: 36px; }

.product_info p{ line-height:24px;  color:#444; font-size:16px; }

.product_info a{font-family: "Times New Roman"; display: inline-block;margin-right: 8px; position: relative; padding: 7px 18px; font-size:16px; color:#fff; background-color:#378075; text-align: center;}



.tagbanel .tagbox{height:32px;border-bottom:1px solid #aaa; width: 100%;}

.tagbanel .tagbox li{

    float:left;margin:0 2px 0 0;border:1px solid #aaa;font-size:11px;height:32px;line-height:32px; padding: 0px 18px; cursor:pointer;

    text-shadow:0 1px 0 #fff;

    border-radius:4px 4px 0 0;

    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);

    background:#ddd;

    background:-moz-linear-gradient(top, #eee, #ddd);

    background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));

}

.tagbanel .tagbox .active{

    border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff;

    background:#fff;

    background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));

    background:-moz-linear-gradient(top, #e1e1e1, #fff);

}

.bodybox .body{ padding: 20px 0px; }



.pagelist{ width: 100%; text-align: center;  padding-bottom: 30px; }

.pagelist li{ font-size: 14px; display:inline-block; border:1px solid #e5e5e5; background-color:#FFF; margin-left:2px; margin-right:2px;margin-top:4px; margin-bottom:4px;}

.pagelist li a{ display:block; padding:5px 8px 5px 8px; color:#555; text-align:center; }

.pagelist li:hover a{ background-color:#3B8CC5; }

.pagelist li:hover a{color:#fff;}

.pagelist li.thisclass{ background-color:#3B8CC5; padding:5px 8px 5px 8px; }

.pagelist li.thisclass{ color:#fff; }

.pagelist li.index,.pagelist li.end{padding:5px 8px 5px 8px; background-color:#3B8CC5; color:#FFF;}

.pagelist li a.index,.pagelist li a.end{padding:5px 8px 5px 8px;}

.pagelist li .pageinfo{padding:5px 8px 5px 8px; display:block;}



.contact{ display:-webkit-flex;display:-ms-flex;display:-moz-flex; display: flex;justify-content:space-between;-webkit-justify-content:space-between; }

.contact .message{ flex:0 0 360px; -webkit-flex:0 0 360px; background-color: #F8F8F8; }

.contact .contactway{flex-flow: row wrap; -webkit-flex-flow: row wrap; -ms-flex-flow:row wrap; flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;-moz-flex:1 1 auto;margin-right:30px; display:-webkit-flex;display:-ms-flex;display:-moz-flex; display: flex; justify-content:space-between;-webkit-justify-content:space-between; }

.contact .contactway li{ width: 48%;  border-bottom: 1px solid #e8e8e8;  }

.contact .contactway li.add{ width: 100%; }

.contact .contactway li > *{ width: 100%; display:block; }

.contact .contactway li > span{ font-size:18px; line-height: 24px; padding: 16px 0px 0px 0px;}

.contact .contactway li > span i{ color:#378075; font-size: 19px; float: left; margin-right: 8px;}

.contact .contactway li > span i.f24{ font-size: 22px; }

.contact .contactway li > p{ font-size:17px; line-height: 24px; padding:12px 0px 16px 0px; color: #666;}

.contact .contactway > div{ line-height: 30px; font-size: 18px; color: #666; }

.zf-newsbox{margin: 0px 15px; }

.zf-newsbox .newslist{}

.zf-newsbox .newslist  li{width:100%;padding-left: 15px;background: url(../images/li.png) left center no-repeat;}

.main-box{}

.main-box .video{ margin-top:30px; }

.main-box .about-mn{padding-top: 25px;}

.main-box .about-mn .company-pic{width: 890px;padding: 2px;border: 1px solid #ddd;}

.main-box .about-mn .info{line-height: 24px;color: #666;margin: 15px 0;}


.main-box .solution-list{padding-top: 25px;overflow: hidden;}

.main-box .solution-list ul li{width: 24%;margin-right: 1.333%;float: left;margin-bottom: 12px;}

.main-box .solution-list ul li:nth-child(4n){margin-right: 0;}


.main-box .solution-list ul li .solution-list_tu{ position: relative; width: 100%; padding-bottom:66%;  overflow: hidden; border: 1px solid #ddd;-webkit-box-sizing: border-box; box-sizing: border-box;}
.main-box .solution-list ul li .solution-list_tu img{ position: absolute; width: 100%;height: 100%; object-fit: contain;}

.main-box .solution-list ul li p{text-align: center;line-height: 30px;height: 60px;}

@media screen and (max-width:599px){
  .main-box .solution-list ul li{ width: 49%; margin-left: 0 !important;margin-right: 2% !important;}
  .main-box .solution-list ul li:nth-child(2n){margin-right: 0  !important;}
}

.main-box .solution-main{margin-top: 25px;}

.main-box .solution-main .solu-pic{border: 1px solid #ddd;text-align: center;padding: 25px;}

.main-box .solution-main .solu-pic img{max-width: 100%;}

.main-box .solution-main .solu-article{margin-top: 15px;text-align: 24px;}

.hot-pro{margin-top: 15px;padding-left: 15px;}

.hot-pro .boxtitle{margin-bottom: 25px;}

.hot-pro .slides li p{line-height: 22px;margin-top: 10px;}

.hot-pro .carousel li{margin-right: 25px;}

.about-tj{margin-top: 25px;}

.about-tj .slides li .about-tj_tu{  float: left;width: 100%;position: relative; overflow: hidden; padding-bottom: 68%;}
.about-tj .slides li .about-tj_tu img{ width: 100%; display: block; position: absolute; height: 100%; object-fit: cover;}

.about-tj .slides li p{line-height: 22px;margin-top: 10px;text-align: center;color: #333;}

.about-tj .carousel li{margin-right: 10px;}

.main-box .new-article{margin-top: 25px;}



.main-box .honor-list{padding-top: 25px;overflow: hidden;}

.main-box .honor-list ul li{width: 24%;margin-right: 1.333%;float: left;margin-bottom: 12px;}

.main-box .honor-list ul li:nth-child(4n){margin-right: 0;}

.main-box .honor-list ul li .honor-list_tu{ position: relative; width: 100%; padding-bottom:140%;  overflow: hidden; border: 1px solid #ddd;-webkit-box-sizing: border-box; box-sizing: border-box;}
.main-box .honor-list ul li .honor-list_tu img{ position: absolute; width: 100%;height: 100%; object-fit: contain;}

.main-box .honor-list ul li p{text-align: center;line-height: 30px;height: 30px; overflow: hidden;}

@media screen and (max-width:599px){
  .main-box .honor-list ul li{ width: 49%; margin-left: 0;margin-right: 2%;}
  .main-box .honor-list ul li:nth-child(2n){margin-right: 0;}
}

.main-box .sence-list{padding-top: 25px;overflow: hidden;}

.main-box .sence-list ul li{width: 24%;margin-right: 1.333%;float: left;margin-bottom: 12px;}

.main-box .sence-list ul li:nth-child(4n){margin-right: 0;}
.main-box .sence-list ul li .sence-list_tu{ position: relative; width: 100%; padding-bottom: 65%;  overflow: hidden; border: 1px solid #ddd;-webkit-box-sizing: border-box; box-sizing: border-box;}
.main-box .sence-list ul li img{ position: absolute; width: 100%;height: 100%; object-fit: cover;}

.main-box .sence-list ul li p{text-align: center;line-height: 30px;height: 30px;overflow: hidden;}

@media screen and (max-width:599px){
  .main-box .sence-list ul li{ width: 49%;margin-left: 0; margin-right: 2%;}
  .main-box .sence-list ul li:nth-child(2n){margin-right: 0;}
}

#google_translate_element{ margin-top: 3px; margin-left: 8px; }



#form{     

  padding: 30px;

  margin: 30px auto;

  width: 980px;

  border: 1px solid #ddd;

  position: relative;

}

#form .w100p{ width: 100%; padding: 10px 0px; }

#form textarea,#form input[type="text"]{ 

  display: inline-block;

  vertical-align: middle;

  zoom: 1;

  height: 28px;

  padding: 0px 5px;

  font-size: 12px;

  line-height: 28px;

  color: #333;

  border: 1px solid #cccccc;

}

#form .w100p p{

  font-size: 14px; 

  line-height: 28px;

  border: 1px solid #cccccc;

  display: inline-block; 

  padding:5px 20px; 

}

#form .w100p .lh{

  line-height: 38px;

}

#form .w100p span{ 

  display: block;

  margin-right: 20px;

  font-size: 14px;

  float: left;

  width: 170px;

  text-align: right;

  color:#222;

  line-height: 28px;

}

#form .w100p span i{ 

  color: #FF0000;

  margin-right: 5px;

}

#form textarea{



  width: 460px;

  height: 150px;

  line-height: 1.5;

  resize: both;



}



#form input[type="text"].from{ 

  width: 258px;

}

#form input[type="text"].subject{ 

  width: 458px;

}

#form input[type="submit"]{ 

  font-size: 14px;

  line-height: 36px;

  border-radius: 2px;

  height: 36px;

  color: #fff;

  border: solid 1px #e64545;

  background-color: #e64545;

  padding: 0 15px;

  margin-left: 190px;

  background-image: linear-gradient(to bottom, #e65050, #e64545);  

  cursor: pointer;

}

.vdimgck{ height: 28px; width: auto; padding: 2px; border: 1px solid #ddd; border-left: 0 none;  }



.tips{

  top: 10px;

  left: 680px;

  color: #555;

  background: #dbe9ff;

  border: 1px solid #b4c9e7; 

  position: absolute;

  padding: 5px 10px 5px 10px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

  font-size: 12px;



}



.tips-con{

  line-height: 21px;

}



.tips .arrow{ 

  position: absolute;

  zoom: 1;

  width: 0px;

  height: 0px;

  line-height: 0;

  font-size: 0;

  border: 8px dashed transparent;

}



.tips .arrow-left{

  border-right: 8px solid #b4c9e7;

  top: 20px;

  left: -16px;

}

.tips .arrow-left .arrow-in{

  border-right: 8px solid #dbe9ff;

  margin: -8px 0 0 -7px;

}



.xuanfu{ 
  display: none;
  box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.1);

  position:fixed;

  right: 0px;

  bottom: 100px;

  width: 160px;

  background-color: #fff;



  border-radius: 5px; 

  z-index: 3;

  overflow: hidden;

}

.xuanfu > span{ 

  text-align: center;

  color: #fff;

  display: block;

  width: 100%;

  line-height: 32px; 

  height: 32px;

  background-color:#4494DC;

}

.xuanfu li{ 



  padding: 4px 6px 4px 34px;

  font-size: 14px;

  line-height: 20px;

  color: #333;

  border-bottom: 1px solid #eee;

  position: relative;



}

.xuanfu li > span{ display: block; width: 100%; font-weight: bold; }



.xuanfu li i{ color: #4494DC; font-size: 24px; position: absolute; width: 34px; height: 100%; left: 0px; display: block;top: 0px; text-align: center; line-height: 48px; }

.xuanfu li:first-child{ border-top:0 none; }

.xuanfu li a{ color:#333;display: block; width: 100%; text-decoration: underline; }

.xuanfu li p{ color:#333;display: block; width: 100%;   font-size: 14px;}

.xuanfu_video{  width: 100%; text-align: center;display: block; padding-top: 5px; cursor: pointer;}

.xuanfu_video > div{ display: inline-block; }

.xuanfu_video i{ display:block; font-size: 30px; line-height: 32px; color: #4494DC; float: left;}

.xuanfu_video span{ display:block; font-size:17px;float: left;line-height: 32px; font-weight: bold; color: #4494DC;}



.weixin{ width: 100%; text-align: center; padding: 12px; background-color: #4494DC; }

.weixin img{ width:100%; height: auto; display:block; box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.1); }


.cart table{width: 100%;line-height: 40px;text-align: center; border: 1px solid #ddd;}
.cart table tr{transition:all .5s;height: 30px;line-height: 30px;border: 1px solid #ddd;}
.cart table tr:hover{background-color: #f1f1f1;}
.cart table td{padding: 15px;border: 1px solid #ddd;}
.cart table input{text-align: center;height: 30px;}
.cart .contentp{text-align: right;}
.cart .contentp input{background-color: #333;color: #FFF;padding: 10px 22px;border: none;cursor: pointer;display: inline-block;}
.header_nav img{  width: 45px;margin-left: 70%;}
.header_nav_son{width: 100%;position: relative;z-index: 200;line-height: 30px;}
.header_nav_son a{color:#fff}
.header_nav_son ul{width: 100%;position: absolute;}
.header_nav_son ul div{background-color: #378075;padding-left:10%}
.header_nav_son ul li{background-color: #3b9ce6 ;padding-left:15%;}
.header_nav img{display: none;}
.header_nav_son{display: none;}
.disN{
  display: block;
}
.Product_h1{
text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 24px 0px 14px 0px;
  color: #378075;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  display: none;
  }
  .triangle{
    /* width: 0;
    height: 0;
    border: 10px solid;
    border-color: red transparent transparent; */
    display: inline-block;
    position: relative;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #378075;
    transition:0.5s;
    transform:rotate(0deg);
    display: none;
  }
  .triangle2{
    top: 5px;
    /* border-color: red transparent transparent ; */
    transform:rotate(180deg);
  }
  .font_H1{
    color: #444;
    font-size: 18px;
    line-height: 36px;
    display: none;
    text-align: center;
    margin-top: 20px;
    display: none;
  }
  .display_fixed{display: none;color: #fff;position: fixed;bottom: 0;width: 100%;}
  .footer2{ line-height: 15px;padding:10px 0 ; text-align: center;background: #378075;display: flex;justify-content: center;align-items: center;}
  .footer2 div{width: 25%;}
  .display_fixed .footer2 div{font-size: 25px;}
  .display_fixed .footer2 div span{font-size: 16px;}
  .display_fixed .footer2 div a{color: #fff}
  .search2{display: none;}
@media screen and (max-width:1500px){
	.banner .swiper-container{  height: 500px; }
}

@media screen and (max-width:1300px){
  .lujing{float: none; margin-top: 20px;}
}

@media screen and (max-width:1200px){
	.banner .swiper-container{ height: 400px; }
}

@media screen and (max-width:800px){
  .body table{margin-bottom: 100px;}
  footer{display: none;}
  .pro-nav3{display: none;}
  .display_fixed{display: block;}
  .message{width: 100%;}
  .message img{width: 100%;}
  #map{display: none;}
  .contact .contactway li > p{word-wrap: break-word;word-break: normal;}
  .contact{display: unset;}
  .triangle{display: inline-block;}
  .main-box .new-article img{width: 80%;}
  .contactbox{display: none;}
  .boxtitle{display: none;}
	.banner .swiper-container{ height: 300px; }
  .sharebox{display: none;}
  .header_nav{float: right;}
  .home_nav{display: none;}
  .header_nav img{display: inline-block;margin-left: 17%;}
  .proleft2{display: none;}
  .Product_h1{display: block;}
  .indexabout .abox{display: none;}
  .indexabout .abox2{display: flex;justify-content: center;margin-top: 10px;}
  .indexabout .abox2 a{margin-right: 10px;}
  .honorlist{flex-wrap: wrap;}
  .honorlist li{width: 48%;}
  .newsbox{float: none;width: 100%;}
  .contactbox{float: none;margin-top: 20px;width: 100%;}
  .banner2 {height: 200px;}
  .indexproduct{display: unset;}
  .leftitle2{display: none;}
  .zf-newsbox2{display: none;}
  .contactbox2{display: none;}
  .boxtitle2{display: none;}
  .pro_nav2{display: none;}
 /* .main-box .honor-list ul li{margin:0 25px;}
  .main-box .honor-list ul li:nth-child(3n){margin:0 25px;}*/
  .main-box .solution-list ul li{margin:0 25px;}
  .main-box .solution-list ul li:nth-child(3n){margin:0 25px;}
  .search1{display: none;}
  .search2{display: inline-block;}
  .contact .message{margin-bottom: 100px;}

  header .store{display: none;}
  header .top .tel{display: none;}
  header .shop{display: none;}
  header .searchbox #searchTxt{width: 100px;float: left;left: 30%;}

}
@media screen and (max-width:700px){
  .flexslider .slides{display: none;} 
  .frbox{margin-left:0 ;}
  .prolist li{float: left; width: 46%;margin: 0 2%;}
  .prolist li a .txt{height: 40px; margin-bottom: 5px;}
  .frbox{display: unset;}
  .prolist{display: unset;}
  .prolist li a .imgbox { width: 100%; position: relative;overflow: hidden;padding-bottom: 100%;}
  .prolist li a .imgbox img{height: 100%; position: absolute;}
  .product_info a{margin-top: 10px;width: 90%;}
  .pt10{padding-top: 0 !important;}
  .product_info{margin-left: 0;}
  .body table {display: inline-block;overflow: scroll;}
  .body table  tbody{display: block;width: 1200px;}
  .font_H1{display: block;}
  .product_info > h1{display: none;}
  .dis_play{display: unset;}
  .product_img .spec-scroll{width: 90%;}
}
@media screen and (max-width:600px){
  .flexslider{display: none;}
  header .logo img{height: 90%;margin-top: 5px;}
  .indexabout .abox2 a{width: 120px;height: 120px;}
  .indexabout .abox2 a div{font-size: 18px;}
  .cart .contentp #button3{margin-top: 10px;}

}
@media screen and (max-width:500px){
  .cart table td{padding: 5px;}
  .banner .swiper-container{height: 200px;}
  header .searchbox #searchTxt{width: 70px;}
}
@media screen and (max-width:400px){
  .banner .swiper-container{  height: 180px; }
}

.disN{
  display: block !important;
}


