@charset "utf-8";
/* CSS Document akakaz */
* {margin: 0;padding: 0;}
.clear {clear: both;} 
strong,a,span,li {font-size: 14px;}
 img {border: none;}
a, a:link, a:active, a:visited, a:hover {color: #707070;text-decoration: none;}
ul, li, ol {list-style: none;}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置--------------------*/
::-webkit-input-placeholder{
  color:#acacac;
}
:-moz-placeholder{
caret-color:#acacac;
}
::-moz-placeholder{
  color:#acacac;
}
:-ms-input-placeholder{
flood-color:#acacac;
}
 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px #037edb inset; 
  -webkit-text-fill-color: #acacac;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
 
ul {
  list-style: none;
}
/* 清除浮动
-----------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* 兼容清除浮动和错位 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ec3b02;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.f-oh{
  overflow: hidden;
}
.f-cb {
  zoom:1;
}
.scale {
  transition: 1s;
  transform:scale(1.2,1.2); 
  -ms-transform:scale(1.2,1.2);   /* IE 9 */
  -moz-transform:scale(1.2,1.2);  /* Firefox */
  -webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.2,1.2); 
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.ellipsis2 {
  overflow: hidden;     
  text-overflow: ellipsis;     
  display: -webkit-box;     
  -webkit-line-clamp: 2;     
  line-clamp: 2;     
  -webkit-box-orient: vertical;
}
.ellipsis6 {
  overflow: hidden;     
  text-overflow: ellipsis;     
  display: -webkit-box;     
  -webkit-line-clamp: 6;     
  line-clamp: 6;     
  -webkit-box-orient: vertical;
}

.ll {float: left;}
.rr {float: right;}

@media (min-width:1400px){
   .container {width: 1300px !important;padding: 0px;max-width: none;}
}
@media (min-width:1200px) and (max-width: 1400px){
  .container {width: 1200px !important;padding: 0px;max-width: none;}
}
/*-------header-------*/
.header {height: 110px;transition: all 0.3s;}
.head {width: 1372px;height:110px;margin:0 auto;transition: all 0.3s;}
.header .head .logo {height: 110px;}
.header .head .logo a {display: block;height: 100%;background: #fff;}
.header .head .logo h1 {line-height: 110px;height: 110px;margin:0;display: table-cell;vertical-align: middle;}
.header .head .logo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;display: table-cell;}
/*-------header end-------*/

/*-------nav-------*/
.nav {padding: 0;position: relative;}
.navBox{position: relative;width: 100%;}
.nav_transform1 ul.navCont li.child{position:relative;float:left;width:12.5%;line-height:110px;text-align:center;color:#333;}
.nav_transform1 ul.navCont li.child a{display: block;color: #333;}
.nav_transform1 ul.navCont li.child .title{font-size:16px;color:#333;line-height: 110px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.nav_transform1 ul.navCont li.child .title{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.nav_transform1 ul.navCont li.child .title:after {content: '';  width: 100%; height: 3px; position: absolute; left: 0; bottom: 0; background-color: #00734c; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; left: 0; }
.nav_transform1 ul.navCont li.child a:hover .title{color:#00734c;}
.nav_transform1 ul.navCont li.child.on .title{color:#00734c;}
.nav_transform1 ul.navCont li.child a:hover .title:after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; right: 0; }
.nav-overlay {position: fixed;top: 0;left: 0;z-index: 10;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .6);opacity: 0;transition: opacity .3s linear;pointer-events: none;}
/* 导航按钮*/
button.nav-trigger{display:none;position:absolute;top:50%;right:10px;z-index:20;height:60px;width:60px;margin-top:-30px;padding:0 12px;background:#00734c;border:0;outline:0;border-radius: 50%;}
.nav-trigger{transition:-webkit-transform .3s cubic-bezier(.86,0,.07,1);transition:transform .3s cubic-bezier(.86,0,.07,1)}
.nav-icon{position:relative;top:0px;left:5px;right:inherit;display:block;width:26px;height:2px;background-color:#fff;border-radius:2.5rem;transition:all .3s}
.nav-icon:after,.nav-icon:before{content:"";position:absolute;z-index:-1;display:block;height:2px;width:100%;border-radius:2.5rem;background-color:#fff;transition:all .3s}
.nav-icon:before{top:7px}
.nav-icon:after{top:-7px}
/*.navigation-is-visible .nav-trigger{-webkit-transform:translate3d(84vw,0,0);transform:translate3d(84vw,0,0)}*/
.navigation-is-visible .nav-icon{background-color:transparent!important}
.navigation-is-visible .nav-icon:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0;background-color:#fff}
.navigation-is-visible .nav-icon:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0;background-color:#fff}
/*二级*/
.child .childContent { display: none; position: absolute; top:110px; width: 140%; z-index: 999;padding:0;overflow: hidden;left: -20%; }
.child .childContent .childContentLi { color: #fff; font-size: 14px; line-height: 45px; background: rgba(0,115,76,0.8);border-bottom: 1px solid #fff;}
.child .childContent .childContentLi a {color: #fff !important;}
.child .childContent .childContentLi:hover { background: #00734c;; color: #fff !important; }
.child .childContent .childContentLi:hover a {color: #fff;}
/*-------nav end-------*/

/*-------banner-------*/
.ibanner{ height:650px;position: relative;}
.ibanner .swiper-container {width: 100%;height: 100%; overflow:hidden;}
.ibanner .swiper-slide{ background-repeat:no-repeat; background-position:center center; background-size:auto 100%;text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; position:relative; opacity:0; transition:all 0.5s;}
.ibanner .swiper-button-prev,.ibanner .swiper-button-next{ background:#eda700; background-image:none ; width: 55px; height: 85px; text-align: center; line-height: 85px;}
.ibanner .swiper-button-prev i,.ibanner .swiper-button-next i{ color: #fff; font-size: 3rem;}
.ibanner .swiper-button-prev{ left: 5px;}
.ibanner .swiper-button-next{ right: 5px;}
.ibanner .swiper-pagination-bullets {bottom: 30px !important;}
.ibanner .swiper-pagination-bullet {background: #ddd;opacity:1;width: 18px;height: 18px;border-radius: 0;}
.ibanner .swiper-pagination-bullet-active { background: #00734c;opacity: 1;}
.ibanner .ban-img {display: block;width: 100%;height: 100%;}
/*-------banner end-------*/

/* -------产品中心------- */
.sect_pro {padding: 40px 0;overflow: hidden;background:url(../images/probg.jpg) no-repeat bottom center;background-size: 100% auto;}
.title_1 {padding: 0;overflow: hidden;margin-bottom: 30px;text-align: center;}
.title_1 a {display: block;width: 100%;}
.title_1 h2 {color: #333333;font-size: 38px;line-height: 45px;font-weight: bold;margin-bottom: 10px;}
.title_1 p {color: #333;font-size: 16px;line-height: 30px;}

/*产品分类*/
.pronav {padding: 0;overflow: hidden;margin: 25px 0 50px;background: #fff;box-shadow: 0 0 5px 3px #f5f5f5;text-align: center;}
.pronav a {display: inline-block;color: #404040;font-size: 16px;padding:0 20px;line-height: 67px;}
.pronav a:hover {color: #fff;background: #00734c;}
/*产品分类end*/

/*产品列表*/
.sect_pro .prolist {padding: 0;overflow: hidden;position: relative;height: 760px;}
.sect_pro .prolist .swiper-container {width: 100%;height: 100%;overflow: hidden;}
.sect_pro .prolist .swiper-container .swiper-slide { height: 380px;}
.sect_pro .prolist .proitem {padding: 0;overflow: hidden;width:94%;margin: 0 auto;}
.sect_pro .prolist .proitem a {display: block;}
.sect_pro .prolist .proitem .proimg{padding: 0;overflow: hidden;width: 100%;height: 270px;border-radius: 5px 5px 0 0;}
.sect_pro .prolist .proitem .proimg img {width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}
.sect_pro .prolist .proitem p{height: 65px;line-height: 65px;text-align: center;background: #fff;color:#333;font-size: 18px;transition: all 0.3s;}
.sect_pro .prolist .proitem:hover p {background: #00734c;color: #fff;}
.sect_pro .prolist .proitem:hover .proimg img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
/* -------产品中心 end------- */

/*-------核心优势-------*/
.sect_ys {padding: 50px 0 35px;overflow: hidden;background-repeat: no-repeat;background-position: center;background-size:cover;}
.sect_ys .title_2 {padding: 0;overflow: hidden;text-align: center;margin-bottom: 50px;}
.sect_ys .title_2 h3 {color: #6e6e6e;font-size: 50px;text-transform: uppercase;font-weight: bolder;}
.sect_ys .title_2 h2 {color: #fff;font-size: 50px;line-height: 65px;font-weight: bolder;margin-top: -30px;margin-bottom: 10px;}
.sect_ys .title_2 h2 strong {color: #fff;font-size: 50px;line-height: 65px;font-weight: bolder;margin-top: -30px;}
.sect_ys .title_2 p {font-size: 15px;color: #fff;line-height: 30px;}
.sect_ys .yslist {padding: 0;overflow: hidden;margin-bottom: 70px;}
.sect_ys .yslist .ysitem {padding:40px 10px;overflow: hidden;cursor:pointer;background: #fff;text-align: center;transition: all 1s ease;position: relative;margin: 5px;}
.sect_ys .yslist .ysitem:after {content: '';
position: absolute;
left: 0;
top: 0;
z-index: 0;
width: 100%;
height: 100%;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
background-color: #82bb70;}
.sect_ys .yslist .ysitem .ys_con {position: relative;z-index: 2;}
.sect_ys .yslist .ysitem .ys_con h4 {color: #2a2a2a;font-size: 42px;line-height: 50px;font-family: "Impact";}
.sect_ys .yslist .ysitem .ys_con h3 {color: #2a2a2a;font-size: 18px;line-height: 40px;}
.sect_ys .yslist .ysitem .ys_con em {display: block;width: 80%;height: 9px;background: #00734c;margin:10px auto;}
.sect_ys .yslist .ysitem .ys_pic {width: 55px;height: 55px;margin:0 auto 10px;}
.sect_ys .yslist .ysitem .ys_pic img {max-width: 100%;height: auto;}
.sect_ys .yslist .ysitem h3 {color: #fff;font-size: 24px;line-height: 40px;}
.sect_ys .yslist .ysitem p {color: #888;font-size: 12px;line-height: 25px;text-transform: uppercase;}
.sect_ys .yslist .ysitem:hover:after {-webkit-transform: scale(1.5);transform: scale(1.5);}
.sect_ys .yslist .ysitem:hover h3,.sect_ys .yslist .ysitem:hover h4,.sect_ys .yslist .ysitem:hover p {color: #fff;}
.sect_ys .ysshare {padding:10px 25px;overflow: hidden;background: #fff;width:40%;margin:0 auto;}
.sect_ys .ysshare a {display: inline-block;padding-left: 35px;line-height: 40px;}
.sect_ys .ysshare a.ystel {background: url(../images/ystel.png) no-repeat left center;color: #666;font-size: 16px;float: left;} 
.sect_ys .ysshare a.ystel strong {color: #333;font-size: 20px;line-height: 40px;vertical-align: middle;}
.sect_ys .ysshare a.ysmessage {padding: 0 20px 0 40px;background: #ff7449;color:#fff;font-size: 16px;line-height: 40px;background: url(../images/ysmess.png) no-repeat 10px center #ff7449;float: right;}
.sect_ys .ysshare a.ysmessage:hover {background: url(../images/ysmess.png) no-repeat 10px center #00734c;color: #fff;}
/*-------核心优势 end -------*/

/*-------公司动态-------*/
.sect_news {padding: 80px 0;overflow: hidden;background: #fff;}
.sect_news .newtop {padding: 0;overflow: hidden;}
.sect_news .title_1 {text-align: left;}
.sect_news .vmore {padding: 0;overflow: hidden;}
.sect_news .vmore  a {display: inline-block;color: #333;font-size: 16px;padding:0 30px;border: 1px solid #333;line-height: 43px;float: right;}
.sect_news .vmore  a:hover {background: #00734c;color: #fff;border: 1px solid #00734c;}
.sect_news .xwtj {padding: 0;overflow: hidden;}
.sect_news .xwtj a {display:block;width:100%;}
.sect_news .xwtj .xwpic {width: 100%;height: 377px;padding: 0;overflow: hidden;margin-bottom: 10px;}
.sect_news .xwtj .xwpic img {width:100%;height: 100%;object-fit: cover;transition: all 1s ease;}
.sect_news .xwtj h2 {color: #2a2a2a;font-size: 20px;line-height: 40px;}
.sect_news .xwtj p {color: #666;font-size: 15px;line-height: 30px;margin: 10px 0 15px;}
.sect_news .xwtj span {display: block;color: #666;font-size: 15px;}
.sect_news .xwtj:hover .xwpic img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
.sect_news .xwtj:hover h2 {color: #00734c;}
.sect_news .xwlist {padding: 0;overflow: hidden;}
.sect_news .xwlist .xwitem {padding: 25px 20px;overflow: hidden;transition: all 0.3s;} 
.sect_news .xwlist .xwitem a {display: block;width: 100%;}
.sect_news .xwlist .xwitem .date {color: #333;font-size: 20px;line-height: 35px;} 
.sect_news .xwlist .xwitem h3 {color: #2a2a2a;font-size: 20px;line-height: 40px;padding-right: 30px;background: url(../images/xwjt.png)no-repeat right center;}
.sect_news .xwlist .xwitem p {color: #666;font-size: 15px;line-height: 25px;margin: 15px auto 0;}
.sect_news .xwlist .xwitem:hover {background:#00734c;box-shadow: 0 0 5px 0 #000;}
.sect_news .xwlist .xwitem:hover h3,.sect_news .xwlist .xwitem:hover p,.sect_news .xwlist .xwitem:hover .date {color: #fff;}
.sect_news .xwlist .xwitem:hover h3 {background: url(../images/xwjta.png)no-repeat right center;}
/*-------公司动态 end-------*/
 
/*-------关于我们-------*/
.sect_about {padding: 80px 0 25px;overflow: hidden;background: #f5f6f8;position: relative;}
.sect_about:before {content: "";width: 48%;height: 100%;background: url(../images/aboutbg.jpg) no-repeat;background-size:cover;position: absolute;left: 0;top:0;bottom: 0;}
.sect_about .container {position: relative;z-index: 2;}
.sect_about .aboutpic  {padding: 0;overflow: hidden;}
.sect_about .about_pic {padding: 0;overflow: hidden;height: 508px;width:100%;border-radius: 0 0 0 70px;margin-bottom: 30px;}
.sect_about .about_pic img {width: 100%;height: 100%;object-fit: cover;}
.sect_about .aboutpic .abouticon {width:75%;height: 50px;padding: 0;overflow: hidden;}
.sect_about .aboutpic .abouticon img {width: 100%;height: 100%;object-fit: contain;}
.sect_about .aboutbox {padding:0 0 0 45px;overflow: hidden;}
.sect_about .aboutbox .title_1 {text-align: left;}
.sect_about .about {padding: 0;overflow: hidden;}
.sect_about .about .aboutcon{margin-bottom: 50px;}
.sect_about .about .aboutcon,.sect_about .about .aboutcon p,.sect_about .about .aboutcon span {color: #333;font-size: 15px;line-height: 30px;}
.sect_about .aboutbox .gymore,.sect_about .aboutbox .aboutmore {padding: 0;overflow: hidden;}
.sect_about .aboutbox .abview {padding: 0;overflow: hidden;margin-bottom: 50px;}
.sect_about .aboutbox .abview a {display: block;width: 180px;line-height: 45px;background: #00734c;text-align: center;color: #fff;transition: all 0.3s;}
.sect_about .aboutbox .abview a:hover {letter-spacing: 5px;}
.sect_about .aboutshare {padding: 0;overflow: hidden;}
.sect_about .aboutshare .sitem {padding:30px  25px;overflow: hidden;background: #fff;width: 46%;margin: 0 2%;float: left;text-align: center;box-shadow: 0 0 3px 0px #dbdbdb;}
.sect_about .aboutshare .sitem a {display: block;width:100%;}
.sect_about .aboutshare .sitem .sharepic {width:35%;height: 42px;margin:0 auto 10px;}
.sect_about .aboutshare .sitem .sharepic img {width:100%;height: 100%;object-fit: contain;}
.sect_about .aboutshare .sitem h2 {color: #333;font-size: 18px;line-height:35px;}
.sect_about .aboutshare .sitem p {color: #9b9b9b;font-size: 12px;text-transform: uppercase;line-height: 20px;}
.sect_about .aboutshare .sitem:hover {background: #00734c;}
.sect_about .aboutshare .sitem:hover h2,.sect_about .aboutshare .sitem:hover p {color: #fff;}
.sect_about  .honorpic {width: 100%;height: 262px;padding: 0;overflow: hidden;}
.sect_about  .honorpic a {display: block;width: 100%;height: 100%;}
.sect_about  .honorpic img {width: 100%;height: 100%;object-fit: cover;}
/*-------关于我们 end-------*/

/*-------footer -------*/
.footer {padding:80px 0 0;overflow: hidden;background:url(../images/footbg.jpg) no-repeat bottom center #fff;}
.footer .ftop {padding: 0 0 60px;overflow: hidden;}
.footer .ftop .title_1 {text-align: left;}
.footer .ftop .title_1 p {text-transform: uppercase;}
.footer .flogo {padding: 0;overflow: hidden;margin-bottom: 30px;}
.footer .flogo img {max-height: 100px;width: auto;max-width:70%;}
.footer .fewm {padding: 0;overflow: hidden;width:30%;float: right;}
.footer .fewm .fewmitem {margin:0 auto;text-align: right;max-width: 90%;}
.footer .fewm .fewmitem .ewmpic {max-height: 119px;}
.footer .fewm .fewmitem .ewmpic img {width: auto;max-width: 100%;max-height: 100%;}
.footer .fewm .fewmitem p {color: #333;font-size: 13px;line-height: 30px;}
.footer .flx {padding: 0;overflow: hidden;width: 70%;float: left;}
.footer .flx h3 {color: #333;font-size: 28px;line-height: 40px;display: block;margin-bottom: 10px;font-weight: bold;text-transform: uppercase;}
.footer .flx p {color: #333;font-size: 15px;line-height: 25px}
.footc {padding: 20px 0;overflow: hidden;background: #f8f8f8;border-top:1px solid #e6e8ea;position: relative;}
.footc:after {content:"";width: 100%;background: #00734c;position: absolute;left:50%;right: 0;top:0;bottom:0;}
.footc .copryright {padding:0;overflow: hidden;position: relative;z-index: 2;}
.footc .copryright,.footc .copryright p,.footc .copryright span,.footc .copryright a {color: #fff;font-size: 15px;line-height: 30px;}
.footc .copryright a:hover {color: #fff;}
/*-------footer end-----*/
/*-------友链-------*/
.links {padding: 15px 0;overflow: hidden;color: #333;font-size: 18px;line-height: 25px;}
.links .linkt {color: #333;font-size: 14px;line-height: 25px;font-weight: bold;}
.links a {display: inline-block;color: #333;font-size: 14px;line-height: 25px;margin-right: 5px;}
.links a:hover {color: #ff5a54;}
/*-------友链 end-------*/
/*footer 留言*/
.footer .ftop .online-form {padding: 0;overflow: hidden;}
.footer .ftop .online-form input {float: left;display: block;width: 46%;margin:0 2% 15px;padding: 0 9px;height: 50px;line-height: 50px;border: 1px solid #eee;font-size: 14px;color: #666;background: #eee;}
.footer .ftop .online-form a {display: block;}
.footer .ftop .online-form a.code {float: right;height: 50px;width: 46%;line-height: 50px;font-size: 0;text-align: center;margin:0 2%;}
.footer .ftop .online-form a.code img {display: inline-block;vertical-align: middle;width: 100%;max-height: 100%;}
.footer .ftop .online-form textarea {display: block;font-size: 14px;color: #666;width: 96%;margin:0 2% 25px;border:none;height: 90px;line-height: 30px;padding: 5px 9px;background: #eee;}
.footer .ftop .online-form .btn-box {float: left;width: 96%;margin:0 2%;overflow: hidden;}
.footer .ftop .online-form .btn-box a.btn {display: block;width: 100%;height: 50px;text-align: center;line-height: 40px;background: #00734c;color: #fff;margin: 0 auto;}
.footer .ftop .online-form .btn-box a.btn:hover {background: #246c0d;}
/*footer 留言end*/


/*-------piaofu-----*/
.rightnav {
    position: fixed;
    right: 12px;
    top: 38%;
    z-index: 9
}
.rightnav li {
    width: 55px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li a {
}
.rightnav li:last-child {
    border: none
}
.rightnav li.weightcons {
    border: none
}
.weightcons a {
}
.rightnav li a {
    color: #fff;
    font-size: 14px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
    background-color: #292f3b;
}
.rightnav li a img {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}
.rightnav li>a:hover {
    background-color: #292f3b;
}
.rightnav .hover_con a {
    font-weight: bolder
}
.rightnav li .hover_con {
    width: 166px;
    border-radius: 15px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #292f3b;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{
  margin: auto;
}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}

/*sidebar*/
.sidebar {
  padding:0;
  overflow: hidden;
}
.sidebar .sideT {
  padding: 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 84px;
  background: #00734c;
  font-weight: bold;
  border-radius: 20px 0 0 0;
}
.sidebar .sideT strong {
  color: #fff;
  font-size: 24px;
  line-height: 84px;
}
.sidetit {
  background: url(../images/sidetitbg.png) no-repeat 25px center #f4f3f3;
  overflow: hidden;
  color: #161616;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
  padding-left: 57px;
}
.sidebar .snav {
  padding:0 7px 7px;
  overflow: hidden;
  border:1px solid #e9e9e9;
}
.sidebar .l-ul {
  padding: 0;
  overflow: hidden;
}
.sidebar .l-ul li {
  line-height: 50px;
  padding-left: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .l-ul li a{
  font-size: 14px;
  color: #3d3d3d;
  display: block;
  transition: all 0.3s ease;
}
.sidebar .l-ul li:hover{
  background: #00734c;
  color: #fff;
}
.sidebar .l-ul li:hover a {
  color: #fff;
  padding-left: 2px;
}
.sidebar .sidemore a {
  line-height: 55px;
  padding-left: 20px;
  font-size: 14px;
  color: #e7a414;
  display: block;
  font-weight: bold;
  transition: all 0.3s;
}
.sidebar .sidemore a:hover {
  padding-left: 25px;
}
.sidebar .sidelx{
  background: #00734c;
  padding:25px 0;
  overflow: hidden;
  text-align: center;
}
.sidebar .sidelx img {
  max-width: 100%;
  margin:0 auto;
}
.sidebar .sidelx p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.sidebar .sidelx h4 {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
/*sidebar end*/

/*面包屑*/
.crumb {
  padding: 0 0 0 20px;
  overflow: hidden;
  line-height:45px;
  border-bottom: 1px dashed #dfdfdf;
  position: relative;
}
.crumb:before {
  content: "";
  width: 10px;
  height: 15px;
  background: #00734c;
  position: absolute;
  left: 0;
  top:15px;
  z-index: 1;
}
.crumb p,.crumb a {
  color: #919191;
  font-size: 14px;
  line-height: 45px;
}
.crumb a:hover {
  color: #00734c;
}


/*-----------------------------------*/
/*             内页样式             */
/*---------------------------------*/
/*nbanner and crumbs */
.nbanner {padding:0;overflow: hidden;background-repeat: no-repeat;
    background-position: center;background-size: auto 100%;height: 400px;}
/*content 公用样式*/
.content {padding:40px 0;overflow: hidden;background: #fff;}
.content .catename {padding: 0;overflow: hidden;height: 45px;margin-bottom: 30px;}
.content .catename span {display: inline-block;color: #2c2c2c;font-size: 25px;font-weight: bold;line-height: 45px;height: 45px;position: relative;padding-left: 25px;}
.content .catename span:before {content: "";width: 6px;height: 28px;background: #00734c;position: absolute;left: 0;top:50%;margin-top: -14px;z-index: 1;}
.content .catename span:after {content: "";width: 750px;height: 28px;background: url(../images/hx.jpg) no-repeat 10px center;position: absolute;top:50%;margin-top: -14px;z-index: 1;}
.maininfo {padding: 0;overflow: hidden;margin-bottom: 10px;}
.maininfo img {max-width: 100%;}

/*关于我们*/
.content .cflist {padding: 0;overflow: hidden;}
.content .cflist .cfitem {padding: 0;overflow: hidden;width: 100%;margin-bottom: 30px;}
.content .cflist .cfitem a {display: block;}
.content .cflist .cfitem .cfimg{padding: 0;overflow: hidden;width: 100%;height: 180px;}
.content .cflist .cfitem .cfimg img {width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}
.content .cflist .cfcon {padding: 0;overflow: hidden;}
.content .cflist .cfcon h3 {color: #757575;font-size: 15px;line-height: 50px;text-align: center;background: #f7f7f7;}
.content .cflist .cfitem:hover .cfimg img {  
  transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); 
}

/*内页产品列表*/
.content .prolist {padding: 0;overflow: hidden;}
.content .prolist .proitem {padding: 0;overflow: hidden;margin-bottom: 30px;}
.content .prolist .proitem a {display: block;}
.content .prolist .proitem .proimg{padding: 0;overflow: hidden;width: 100%;height: 265px;border:3px solid #ededed;}
.content .prolist .proitem .proimg img {width: 100%;height:100%;object-fit: contain;display: block;transition: all 1s ease;}
.content .prolist .proitem p{height: 45px;line-height: 45px;text-align: center;background: #f0f0f0;color:#292f3b;font-size: 16px;transition: all 0.3s;}
.content .prolist .proitem:hover p {background: #00734c;color: #fff;}
.content .prolist .proitem:hover .proimg img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
/*内页产品详情*/
.maininfo .prophoto {padding: 0;overflow: hidden;margin-bottom: 35px;}
/*相册*/
.maininfo  .photo{ width: 100%; overflow: hidden; }
.maininfo  .photo .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.maininfo  .photo .swiper-slide {background-size: contain;background-position: center; text-align: center; overflow: hidden;background-repeat: no-repeat;background-color: #fff;}
.maininfo  .photo .gallery-top {height: 375px;width: 100%;border:1px solid #d5d5d5;}
.maininfo  .photo .gallery-top img{ height: 100%;}
.maininfo  .photo .gallery-thumbs { width: 100%;height:80px;box-sizing: border-box; margin-top: 10px;}
.maininfo  .photo .gallery-thumbs .swiper-slide {width: 25%;height: 100%; opacity: 1; overflow: hidden;background-color: #fff;border:1px solid #d5d5d5;}
.maininfo  .photo .gallery-thumbs img{ height: 100%;}
.maininfo  .photo .gallery-thumbs .swiper-slide div{ width:99%; height:99%; border:1px solid #ccc; background-color: #000; opacity: 0.5;}
.maininfo  .photo .gallery-thumbs .swiper-slide-active {opacity: 1;}
.maininfo  .photo .swiper-button-prev:after,.maininfo  .photo .swiper-button-next:after {font-size: 30px;}
/*详情参数*/
.maininfo .cpleft {padding: 0;overflow: hidden;}
.maininfo .cpleft h2 {color: #00734c;font-size: 32px;font-weight: bold;line-height:50px;margin:20px 0;}
.maininfo .cpleft .cppara {padding: 0 0 20px;overflow: hidden;border-bottom: 1px dashed #e5e5e5;margin-bottom: 30px;}
.maininfo .cpleft .cppara p {color: #616161;font-size: 16px;line-height: 30px;}
.maininfo .cpleft .cptel {padding: 0;overflow: hidden;display: block;color: #646464;font-size: 16px;line-height: 35px;margin-bottom: 20px;}
.maininfo .cpleft .cptel strong {color: #00734c;font-size: 24px;line-height: 35px;display: inline-block;vertical-align: middle;}
.maininfo .cpleft .ordernow{width: 215px;height: 50px;line-height: 50px;background: #00734c;text-align: center;border-radius: 10px;overflow: hidden;}
.maininfo .cpleft .ordernow a{display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;transition: all 0.3s;}
.maininfo .proxq {padding: 0;overflow:hidden;margin-bottom: 30px;}
.maininfo .xqtit {padding: 0 25px;overflow: hidden;background: #00734c;border-radius: 5px;margin-bottom: 30px;}
.maininfo .xqtit h2 {color: #fff;font-size: 20px;line-height: 50px;font-weight: bold;}
.maininfo .mainxqcon {padding: 0;overflow: hidden;}
.maininfo .mainxqcon,.maininfo .mainxqcon p,.maininfo .mainxqcon span {color: #636363;font-size: 15px;line-height: 35px;}

.maininfo .ysname {padding: 0;overflow: hidden;margin-bottom: 35px;text-align: center;}
.maininfo .ysname a {display: block;width: 100%;}
.maininfo .ysname h3 {color: #e5e6e7;font-size: 70px;text-transform: uppercase;font-family: "Engravers MT";text-align: center;line-height: 70px;}
.maininfo .ysname h2 {color: #272f41;font-size: 44px;line-height: 70px;margin-top: -45px;}
.maininfo .ysname h2 strong{color: #00734c;font-size: 44px;line-height: 70px;font-weight: normal;}
.maininfo .ysname em{display: block;width: 25px;height: 2px;background: #959ba7;margin:0 auto;}
.maininfo .yslist {padding: 0;overflow: hidden;margin-bottom: 30px;}
.maininfo .yslist .ysitem {padding: 20px 10px;overflow: hidden;cursor: pointer;background: #e5e6e7;text-align: center;transition: all 1s ease;position: relative; margin-bottom: 10px;}
.maininfo .yslist .ysitem:after {content: '';
position: absolute;
left: 0;
top: 0;
z-index: 0;
width: 100%;
height: 100%;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
background-color: #82bb70;}
.maininfo .yslist .ysitem .ys_con {position: relative;z-index: 2;}
.maininfo .yslist .ysitem .ys_con h4 {color: #2a2a2a;font-size: 42px;line-height: 50px;font-family: "Impact";}
.maininfo .yslist .ysitem .ys_con h3 {color: #2a2a2a;font-size: 18px;line-height: 40px;}
.maininfo .yslist .ysitem .ys_con em {display: block;width: 80%;height: 9px;background: #00734c;margin:10px auto;}
.maininfo .yslist .ysitem .ys_pic {width: 37px;height: 33px;margin:0 auto 10px;}
.maininfo .yslist .ysitem .ys_pic img {max-width: 100%;height: auto;}
.maininfo .yslist .ysitem h3 {color: #fff;font-size: 24px;line-height: 40px;}
.maininfo .yslist .ysitem p {color: #888;font-size: 12px;line-height: 25px;text-transform: uppercase;}
.maininfo .yslist .ysitem:hover:after {-webkit-transform: scale(1.5);transform: scale(1.5);}
.maininfo .yslist .ysitem:hover h3,.maininfo .yslist .ysitem:hover h4,.maininfo .yslist .ysitem:hover p {color: #fff;}


/*相关推荐*/
.maininfo .prolist {padding: 0;overflow: hidden;height: 260px;}
/*文章列表*/
.content .newslist {padding:0;overflow: hidden;}
.content .newslist .newsitem {padding: 20px;overflow: hidden;}
.content .newslist .newsitem a {display: block;}
.content .newslist .newsitem .date {width: 73px;float: left;text-align:center;padding:0;overflow: hidden;margin-right: 15px;border-right: 1px solid #d1d1d1;}
.content .newslist .newsitem .date h6 {color: #e0e0e0;font-size: 40px;line-height: 45px;font-weight: bold;}
.content .newslist .newsitem .date p {color: #444;font-size: 14px;line-height: 25px;}
.content .newslist .newsitem .xwcon {width: calc(100% - 88px);float: right;padding: 0;overflow: hidden;}
.content .newslist .newsitem .xwcon h3 {color: #010101;font-size: 20px;line-height: 35px;margin-bottom: 5px;}
.content .newslist .newsitem .xwcon p {color: #7c7c7c;font-size: 14px;line-height: 25px;overflow: hidden;height: 50px;}
.content .newslist .newsitem .xwcon span {display: inline-block;padding: 0 20px;overflow: hidden;background: #e5e5e5;color: #fff;line-height: 22px;font-size: 14px;margin-top: 10px;}
.content .newslist .newsitem:hover {background: #f1f1f1;}
.content .newslist .newsitem:hover .xwcon h3{color: #00734c;}
.content .newslist .newsitem:hover .xwcon span {background: #00734c;color: #fff;}
/*文章详情页*/
.maininfo .artTit {color: #2b2b2b;font-size: 24px;line-height: 35px;text-align: center;padding-bottom: 10px;}
.maininfo .times {color: #aaa;font-size: 16px;line-height: 25px;margin-bottom: 20px;}
/*文章相关推荐*/
.xgnews {padding: 0;overflow: hidden;}
.xgnews .xwxgtit {color: #545454;font-size: 26px;line-height: 40px;margin-bottom: 10px;font-weight: bold;}
.xgnews ul {padding: 0;overflow: hidden;}
.xgnews li {padding: 0 15px 0 0;overflow: hidden;line-height: 35px;}
.xgnews li a {display: block;}
.xgnews li div.ll {width: 70%;}
.xgnews li div.rr {width: 30%;text-align: right;}
.xgnews li h5 {color: #797979;font-size: 15px;line-height: 35px;font-weight: normal;}
.xgnews li p {color: #797979;font-size: 15px;line-height: 35px;}
.xgnews li:hover h5,.xgnews li:hover p {color: #00734c;}

/*无数据提示*/
.no-goods {padding: 10px 0;overflow: hidden;text-align: center;}
.no-goods p {color: #7d7979;font-size: 15px;line-height: 35px;}

/*联系我们*/
.nycontact {padding: 0;overflow: hidden;}
.nycontact .mlxitem {
  padding: 45px;
  overflow: hidden;
  background: #f8f8f8;
  min-height: 400px;
} 
.nycontact .mlxitem h2 {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 15px;
}
.nycontact .mlxitem p,.nycontact .mlxitem p span {
  color: #7d7d7d;
  font-size: 15px;
  line-height: 35px;
}
.nycontact .mlxitem p span {
  display: inline-block;
  width: 50%;
}
.nycontact .fewm {padding: 10px 0 0;overflow: hidden;}
.nycontact .fewm .fewml {width: 50%;float: left;padding: 0;overflow: hidden;}
.nycontact .fewm .fewml .fewmimg {width: 90%;height: 105px;margin:0 auto 12px;text-align: center;}
.nycontact .fewm .fewml .fewmimg img {height: 100%;width: auto;max-width: 100%;object-fit: contain;}
.nycontact .fewm .fewml p {color: #637182;font-size: 15px;line-height: 30px;text-align: center;}

.map {
  padding: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
#map {
  width: 100%;
  height: 450px;
  padding: 0;
  overflow: hidden;
}


/*在线留言*/
#formData{
    width: 100%;
    margin:0 auto;
    padding: 0;
    overflow: hidden;
}
#formData:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #acacac;  
}
#formData::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #acacac;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 96%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 96%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #202020;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 100px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 60px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
/*contact us*/
.mlxmess .form-trinput {
  width: 33%;
  float: left;
  padding: 0;
  overflow: hidden;
  padding-right: 0;
}
.mlxmess .form-trinput input {
  color: #000 !important;
  background: #fff !important;
  height: 58px !important;
  line-height: 58px !important;
}
.mlxmess textarea {
  width: 98% !important;
  background: #fff !important;
  height: 180px !important;
}
.mlxmess .code input {
  width: 50% !important;
  float: left;
}
.mlxmess .verify {
  width: 40% !important;
  float: right;
}
.mlxmess .verify img {
  max-width: 100%;
  height: 46px;
}
.mlxmess .submit {
  margin-top:0 !important;
  height: 46px !important;
  line-height: 46px !important;
}
/*上下篇*/
.DetailCur {padding:15px;overflow: hidden;margin:20px auto;border: 1px solid #cbcbcb;}
.DetailCur li {width:48%;padding: 0;overflow: hidden;}
.DetailCur li .page-a {font-size: 14px;line-height: 25px;color: #686767;}
.DetailCur li .page-a a {font-size: 14px;line-height: 25px;color: #686767;}
.DetailCur li.rr .page-a {text-align: right;}
.DetailCur li .page-a a:hover {color: #00734c;}


/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  background: #f3f3f3;
  padding: 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #292f3b;
  background: #292f3b;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (max-width:1400px){
  .head {width:98%;margin:0 auto;}
  .ibanner {height: 525px;}
  /*优势*/
  .sect_ys .yslist .ysitem {padding: 40px 5px;}
  /*关于我们*/
  .sect_about .aboutshare .sitem {padding: 30px 10px;}
  /*footer*/
  .footer .flx p {font-size: 14px;}
}
@media (max-width:1200px){
  /*header*/
  .header {height: 90px;}
  .header .head {height: 90px;}
  .header .head .logo {height: 90px;}
  .header .head .logo h1 {height: 90px;line-height: 90px;}
  /*nav*/
  .nav {height: 90px;}
  .nav_transform1 ul.navCont li.child {line-height: 90px;}
  .child .childContent {top:90px;width:190%;left: -45%;}
  .nav_transform1 ul.navCont li.child .title {line-height: 90px;}
  /*banner */
  .ibanner {height: 420px;}
  /*公共样式*/
  .title_1 h3 {font-size: 46px;}
  .title_1 h2,.title_1 h2 strong {font-size: 34px;line-height: 45px;}
  .footer .flx {width: 100%;}
  .footer .fewm {width: 0;display: none;}
  /*首页产品*/
  .sect_pro .prolist {height:520px;}
  .sect_pro .prolist .swiper-container .swiper-slide {height: 260px;}
  .sect_pro .prolist .proitem .proimg {height: 190px;}
  .sect_pro .prolist .proitem p {font-size: 16px;height: 50px;line-height: 50px;}
  /*sidebar*/
 
  /*-------优势-------*/
  .sect_ys .title_2 h2,.sect_ys .title_2 h2 strong {font-size: 40px;}
  .sect_ys .yslist .ysitem {padding: 20px 3px 15px;}
  .sect_ys .yslist .ysitem .ys_con h4 {font-size: 36px;}
  .sect_ys .yslist .ysitem .ys_con h3 {font-size: 16px;line-height: 35px;}
  .sect_ys .ysshare {width: 55%;}
 
 /* 关于我们*/
  .sect_about {padding: 50px 0 35px;}
  .sect_about .aboutbox {padding-left: 0;}
  .sect_about .aboutbox .title_2 h2 {font-size: 36px;line-height: 40px;}

  /*公司动态*/
  .sect_news .xwtj .xwpic {height: 295px;}
  .sect_news .xwlist .xwitem {padding: 20px 15px;}
  .sect_news .xwlist .xwitem .date {font-size: 16px;line-height: 30px;}
  .sect_news .xwlist .xwitem .xwcon h3 {font-size: 18px;}
  .sect_news .xwlist .xwitem p {font-size: 13px;line-height: 20px;margin:10px 0 0;}
  /*footer*/
  .footer .fnav a {font-size: 13px;margin: 0 10px;}
  /*nbanner*/
  .nbanner {height: 250px;}
  /*内页*/
  /*内页产品列表*/
  .content .prolist .proitem .proimg {height:215px;}
  .content .prolist .proitem p {height: 40px;line-height: 40px;font-size: 15px;}
  /*内页产品详情*/
  .maininfo .prophoto {margin-bottom: 5%;}
  .content .cflist .cfitem .cfimg {height: 145px;}
  /*详情优势*/
  .maininfo .ysname h3 {font-size: 40px;}
  .maininfo .ysname h2 {font-size: 30px;}
  .maininfo .yslist .ysitem {padding: 15px;}
  .maininfo .yslist .ysitem .ys_pic {width:60px;height: 60px;}
  .maininfo .yslist .ysitem h3 {font-size: 18px;line-height: 35px;font-weight: bold;}
}

@media (max-width:992px){

  .header {overflow-x: hidden;}
  /* 导航 */
  .child .childContent { display: none !important }
  button.nav-trigger { display: block; }
  .nav_transform1 { position: fixed; top: 0; bottom: 0; left: 0; z-index: 20; overflow-y: scroll; box-sizing: border-box; padding: 44px; width: 84vw; border: 0; background: #262526; text-align: left; text-transform: none; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-overflow-scrolling: touch; }
  .nav_transform1 { transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1); transition: transform .3s cubic-bezier(.86, 0, .07, 1); }
  .navigation-is-visible .nav_transform1 {-webkit-transform: none;transform: none;}
  .nav-overlay { position: fixed; top: 0; left: 0; z-index: 10; width: 100vw; height: 100vh; background: rgba(0, 0, 0, .6); opacity: 0; transition: opacity .3s linear; pointer-events: none; }
  .navigation-is-visible .nav-overlay { opacity: 1; pointer-events: auto; }
  .nav_transform1 ul.navCont li.child { float: none; margin: 0 auto; width: auto; padding: 0; line-height: 35px; }
  .nav_transform1 ul.navCont li.child a { padding: 1rem 0;line-height: inherit;color:#fff;font-size: 14px}
  .nav_transform1 ul.navCont li.child.last { margin-right: auto; }
  .nav_transform1 ul.navCont li.child a:after{display: none}
  .nav_transform1 ul.navCont li.child .childcont{display: none!important}
  .nav_transform1 ul.navCont li.child .title {line-height: 45px;color: #fff;}
  /*banner */
  .ibanner {height: 350px;}
  .nbanner {height: 225px;}
  /*title_1*/
  .title_1 h2, .title_1 h2 strong {font-size: 28px;line-height: 40px;}
  .title_1 p {font-size: 13px;line-height: 25px;}
  /*首页产品列表*/
  .sect_pro .prolist {height: 420px;}
  .sect_pro .prolist .swiper-container .swiper-slide {height: 210px;}
  .sect_pro .prolist .proitem .proimg {height: 145px;}
  .sect_pro .prolist .proitem p {font-size: 15px;line-height: 45px;height: 45px;}
  /*-------首页3大优势-------*/
  .sect_ys .title_2 {margin-bottom: 25px;}
  .sect_ys .title_2 h3 {font-size: 32px;}
  .sect_ys .title_2 h2, .sect_ys .title_2 h2 strong {font-size: 28px;}
  .sect_ys .yslist {margin-bottom: 30px;}
  .sect_ys .ysshare {width: 75%;}
  /*首页关于我们*/
  .sect_about .about .aboutcon {margin-bottom: 25px;}
  .sect_about .about .aboutcon, .sect_about .about .aboutcon p, .sect_about .about .aboutcon span {line-height: 26px;}
  .sect_about .aboutshare .sitem {padding: 20px 5px;}
  .sect_about .aboutshare .sitem h2 {font-size: 16px;}
  .sect_about .honorpic {height: 240px;}
   /*sidebar*/
   .sidebar .sidelx h4 {font-size: 18px;}
}
@media (max-width:768px){
  /*header*/
  .header {height: 70px;top:0px;}
  .header .head {height: 70px;width: 96%;}
  .header .head .logo {height: 70px;}
  .header .head .logo h1 {height: 70px;line-height: 70px;}
  /*nav*/
  .nav {height: 70px;}
  /*banner */
  .ibanner {height: 290px;}
  .nbanner {height: 190px;}

  /*首页简介*/
  .sect_about:before {background: #f5f6f8;}
    /*
   * footerbar
   */
  .footer {padding: 30px 0 0;}
  .footer .ftop {padding: 0 0 30px;}
  .footer .flx h3 {font-size: 20px;line-height: 30px;}
  .footc .copryright, .footc .copryright p, .footc .copryright span, .footc .copryright a {font-size: 13px;line-height: 25px;}
  .footbar {padding: 0;overflow: hidden;position: fixed;bottom: 0;z-index: 9999;background: #00734c;width: 100%;max-width: 750px;}
  .footbar ul {max-width: 750px;}
  .footbar li {width: 25%;float: left;text-align: center;}
  .footbar li a {display: block;padding: 8px 0;overflow: hidden;border-right: 1px solid #cccccc;}
  .footbar li:last-child a {border-right: none;} 
  .footbar li .fimg {width: 25%;margin:0 auto 5px;}
  .footbar li .fimg img {max-width: 100%;}
  .footbar li p {color: #fff;font-size: 14px;line-height: 20px;}
  /*公司动态*/
  .content .newslist .newsitem .date {display: none;}
  .content .newslist .newsitem .xwcon {width: 100%;}
  /*新闻详情*/
  .maininfo .artTit {font-size: 18px;line-height: 30px;}
  .maininfo .times {font-size: 14px;}
  /*在线留言*/
  .mlxmess .form-trinput {width: 100%;}
  /*产品列表*/
  .content .prolist .proitem .proimg {height: 240px;}
  /*产品详情*/
  .maininfo .ysname h3 {font-size: 28px;}
  .maininfo .yslist .ysitem .ys_pic {height: 36px;width: 36px;}
  .maininfo .yslist .ysitem p {text-transform: capitalize;}
  .content .cflist .cfitem .cfimg {height: 100px;}
  .content .cflist .cfcon h3 {font-size: 14px;line-height: 40px;}
}
@media (max-width:650px){ 
  /*banner */
  .ibanner {height: 230px;}
  /*首页产品列表*/
  .sect_pro {padding: 30px 0;}
  .title_1 h2, .title_1 h2 strong {font-size: 22px;line-height: 35px;}
  .title_1 p {font-size: 12px;line-height: 20px;}
  .pronav a {line-height: 45px;font-size: 15px;}
  .sect_pro .prolist {height: 210px;}
  .sect_ys .yslist .ysitem p {text-transform: capitalize;}
  .content .prolist .proitem .proimg {height: 125px;}
  /*优势*/
  .sect_ys .title_2 h3 {font-size: 26px;}
  .sect_ys .title_2 h2, .sect_ys .title_2 h2 strong {font-size: 20px;}
  .sect_ys .ysshare {width: 96%;}
  .sect_news .vmore a {padding: 0;font-size: 14px;line-height: 33px;width: 100%;text-align: center;}
  /*关于我们*/
  .sect_about:before {width: 0;}
  .sect_about .about_pic {height: 430px;}
  /*footer*/
  .footc {padding: 20px 0 80px;}
  .footc:after {display: none;}
  .footc .copryright, .footc .copryright p, .footc .copryright span, .footc .copryright a {color: #000;}

  .sidebar .sideT,.sidebar .sideT strong {line-height: 55px;}
  .footer .fewm .fewmitem .ewmpic {height: 70px;}
  .footer .fewm .fewmitem p {font-size: 12px;}

  .content {padding: 30px 0 10px;}
  .maininfo .ysname {margin-bottom: 15px;}
}
@media (max-width:500px){
  /*header*/
  .header .headtop span {font-size: 13px;}
  .header {height: 60px;top:0px;}
  .header .head {height: 60px;width: 96%;}
  .header .head .logo {height: 60px;}
  .header .head .logo h1 {height: 60px;line-height: 60px;}
  .nav {height: 60px;}
  /*banner */
  .ibanner {height: 160px;}
   /*nbanner */
  .nbanner {height: 115px;}
  /*nav*/
  button.nav-trigger {height: 40px;width: 40px;margin-top: -20px;}
  .nav-icon {width: 20px;left: -2px;}
  /*首页产品*/
  .sect_pro .prolist {height: 160px;}
  .sect_pro .prolist .swiper-container .swiper-slide { height:160px;}
  .sect_pro .prolist .proitem .proimg {height: 115px;}

  /*-------优势-------*/ 
  .sect_ys .ysshare {padding:5px;}
  .sect_ys .ysshare a {padding-left: 30px;}
  .sect_ys .ysshare a.ystel {font-size: 14px;}
  .sect_ys .ysshare a.ystel strong {font-size: 15px;}
  .sect_ys .ysshare a.ysmessage {padding: 0 7px 0 35px;font-size: 12px;}

  /*首页简介*/
  .sect_about .about_pic {height: 285px;}

  /*首页公司动态*/
  .sect_news {padding: 30px 0;}
  .sect_news .xwtj .xwpic {height: 215px;}
  .sect_news .xwlist {border-top:1px solid #f5f6f8;margin-top: 10px;}
  .sect_news .xwlist .xwitem {padding: 10px 0;}
  .sect_news .xwlist .xwitem .xwcon h3 {font-size: 16px;}

  /*sidebar*/
  .sidebar {margin-bottom: 10px;}
  .sidebar .l-ul li {float: left;border-bottom: none;margin-right: 20px;padding-left: 0px;line-height: 35px;}
   .sidebar .l-ul li:hover {background: none;color:#00734c;}
     .sidebar .l-ul li:hover a{color:#00734c;}
  /*内页公用样式*/
  .content .catename h2 {font-size: 24px;line-height: 40px;}
  .content .catename span {font-size: 18px;}
  /*产品列表*/
  .content .prolist .proitem .proimg {height: 160px;}
  .content .prolist .proitem p {height: 35px;line-height: 35px;font-size: 14px;}
  /*产品相册*/
  .maininfo .photo .gallery-top {height: 275px;}
  .maininfo .photo .gallery-thumbs {height: 63px;}
  .maininfo .cpleft h2 {font-size: 24px;line-height: 40px;margin: 10px 0;}
  .maininfo .cpleft .cppara p {font-size: 15px;}
  .maininfo .xqtit {padding: 0 10px;}
  .maininfo .prolist {height: 170px;}
  .maininfo .cpleft h2 {font-size: 18px;}
  /*产品详情优势*/
  .maininfo .ysname h3 {font-size: 26px;}
  .maininfo .ysname h2{line-height: 60px;font-size:24px;}
  .maininfo .yslist .ysitem {margin-bottom: 5px;}
  /*相关推荐*/
  .content .cflist .cfitem .cfimg {height: 75px;}
  .content .cflist .cfcon h3 {font-size: 12px;line-height: 35px;}
  /*联系我们*/
  .nycontact .mlxitem {padding: 20px 10px;}
  .nycontact .mlxitem h2 {font-size: 20px;}
  /*分页*/
  .de-page-mian .page-inner span,.de-page-mian .page-inner input,.de-page-mian .page-inner a.page-btn {display: none;}
  /*立即订购*/
  .layui-layer-iframe {width: 90% !important;margin:0 auto;}
  .layui-layer-dialog {width: 90% !important;margin:0 auto;}
}

@media (max-width:350px){
  .nbanner {height: 130px;}
  .content .prolist .proitem .proimg {height: 90px;}
  .sect_ys .ysshare a.ystel {background: none;padding-left: 0;font-size: 13px;}
}
