﻿html{font-size:calc(100vw / 19.2);}
.font-weight-light {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 300 !important;
}

.font-weight-normal {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 400 !important;
}

.font-weight-medium {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 500 !important;
}

.font-weight-bold {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 900 !important;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Light.ttf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Black.ttf);
  font-weight: 900;
  font-style: normal;
}

.font-weight-Light {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 300 !important;
}
.font-weight-normal {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 400 !important;
}
.font-weight-bold {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 700 !important;
}

@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Th.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Roman.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Md.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Bd.otf);
  font-weight: 700;
  font-style: normal;
}



*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,.ico,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0; font-family: "Roboto", "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;}/* font-family: 'Poppins',sans-serif;  */
body,textarea,input,button,select,keygen,legend{font-size: 14px;line-height: 24px;color:#666;outline:0;font-style: normal;}


h1,h2,h3,.ico,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

*, ::after, ::before {
	box-sizing: border-box;
}

/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#027e19;}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1400px;max-width: 95%; margin:auto;}
.w1200{ width:1170px;max-width: 100%; margin:auto; }
.pd06{padding: 0 6%; box-sizing: border-box; }

.top-menu{overflow: hidden;}
.hea-top{height:45px;background:#f4f4f4;}
.hea-top span{display: block; float:left; height:45px; line-height: 45px;font-size: 14px; color:#333;}
.hea-top em{display: block; float:right; height:45px;}
.hea-top em a img{display: inline-block; margin-right: 2%; vertical-align: middle;}
.hea-top em a{white-space:nowrap; display: block; height:45px; line-height: 45px;padding:0 20px;float:left;font-size: 14px; color:rgba(51,51,51,0.92);background:url(../img/hea-xt.png) no-repeat right;}
.hea-top em a:last-child{background:0;}
.top_head{padding: 1% 0; overflow: hidden;}
.top_head .w1200{display: flex; align-items: center; justify-content: space-between;}
.top_head .logo{overflow: hidden;}
.top_head .logo img{height: 66px; display: block;}
.top_head .logoright{display: flex; align-items: center; width:32%; }
.top_head .ttel{overflow: hidden;display: inline-flex;}
.top_head .ttel .itimg{margin-right:5%;}
.top_head .ttel .itimg img{max-width: 100%; display: block;}
.top_head .temail{overflow: hidden;}
.top_head .temail p{font-size: 18px; color: #fff;}
.top_head .temail p span{color: #027e19;font-size:16px;}

.top_head .search-opson{padding-right:30px;margin-top:-5px}
.top_head .search-here{float:right;width:100%;padding-right:30px;padding-top:2px;position:relative;border-bottom:solid 1px #808080}
.navbar-collapse .search-here{border-top:solid 1px #808080;margin:10px
15px 20px;padding-right:30px;padding-top:5px;position:relative;border-bottom:solid 1px #808080}
.top_head .search-here > input,.navbar-collapse .search-here>input{height:35px;width:100%;border:none;font-size:16px;background:transparent}
.navbar-collapse .search-here>input{background:transparent}
.top_head .search-here>input:focus{outline:none}
.top_head .search-here > button,.navbar-collapse .search-here>button{height:35px;width:30px;padding-left:10px;position:absolute;top:2px;right:0;background:transparent;color:#808080}
.top_head .search-here i img{width: 16px; height: 16px;}

.topbox{position: relative;}

.top_bg{position: absolute;top: 0;left: 0;z-index: 999; width: 100%;}
.top_bg::after{width:100%; position: absolute; top:0; right: 0; background:rgba(2, 126, 25, 0.8); content: ""; height: 100%;}
.top_h{width: 1200px; position: relative; z-index: 1; margin: 0 auto;}
.top_h .logo{}
.top_h .logo img{display: block;height:77px;padding: 20px 0;-webkit-transition:0.5s;transition:0.5s;display: none;}
.top_h .logo img.bs{display: block;}
.dh{}
.dh ul li{float: left; transition: all 0.3s ease-in-out;}
.dh ul li p a{display: block;line-height:60px;font-size:16px;position: relative;color: #fff;padding: 0 0.66rem;-webkit-transition:0.5s;transition:0.5s; border-right: 1px solid rgba(255, 255, 255, 0.1); text-transform: uppercase;}
.dh ul li p a i{font-size: 12px;padding-left: 5px;}
.dh ul li:hover p a{color: #fff;}
.dh ul li p a:hover{background: #027e19;}
.dh ul li.on p a{color: #027e19;}
.dh ul li.cur p a{color: #fff;background: #027e19; }
.dh ul li{position: relative;z-index: 8;}
.dh ul li .dh_fl{position: absolute;left: 0;top:60px;min-width: 100%;-webkit-transition:0.5s;transition:0.5s;display: none;}
.dh ul li .dh_fl ul{box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{float: none;position: relative; background:rgba(76, 72, 73, 0.8);}
.dh ul li .dh_fl ul li a{padding: 0 20px;font-size: 14px;line-height: 44px;color: #fff;white-space: nowrap;display: flex;justify-content: space-between;align-items: center; -webkit-transition:0.5s;transition:0.5s;  transform: translateX(0px); }
.dh ul li .dh_fl ul li a i{padding-left: 20px;font-size: 12px;}
.dh ul li .dh_fl ul li:hover{background: #027e19;}
.dh ul li .dh_fl ul li a:hover{color:#fff; transform: translateX(10px);}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;padding-left: 5px;top: 0;}


.top_ss{margin-left: 0.2rem;}
.top_ss span.button{ display:block; width:30px; height:77px;font-size: 22px;line-height: 77px;text-align: center;color: #fff; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #fff;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1440px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #fff;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_yy{position: relative;z-index: 2;margin-left: 0.2rem;}
.top_yy span{padding: 0 10px;font-size: 16px;line-height: 77px;color: #fff;display: block;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_yy span:after{content: "";float: right;border-top: 6px solid #fff;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 5px;margin-top: 38px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl{position: absolute;left:50%;top: 77px;background: #fff;display: none;padding: 10px 0;width: 100px;margin-left: -50px;border-radius: 0 0 5px 5px;border-top: 1px solid #eee;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #027e19;}

.top_bg.on{background:rgba(255,255,255,1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* background:rgba(0,81,118,1); */}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #000;}
.top_bg.on .dh ul li:hover p a{color: #027e19; font-weight: 600;}
.top_bg.on .top_ss span.button{color: #000;}
.top_bg.on .top_yy span{color: #000;}
.top_bg.on .top_yy span:after{border-top: 6px solid #000;}

.top_bg.on2{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #000;}
.top_bg.on2 .dh ul li:hover p a{color: #027e19; font-weight: 600;}
.top_bg.on2 .top_ss span.button{color: #000;}
.top_bg.on2 .top_yy span{color: #000;}
.top_bg.on2 .top_yy span:after{border-top: 6px solid #000;}

.top_bg.on3{top:-100px;}

.sp_header, .sjj_nav{display:none;}


.banner{ width:100%; overflow:hidden;position:relative;}
.banner ul li a{display: block;height: 100%;}
.banner ul li .img{overflow: hidden;height: 100%;}
.banner ul li .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li .txt{position: absolute;left:10%;bottom:45%;}
.banner ul li .txt .ml1{font-size:40px;line-height:60px;color: #fff;letter-spacing: 2px;}
.banner ul li .txt .ml2{font-size:26px;line-height: 36px;color: #cbcbcb;margin-top:3%;}
.banner ul li .txt .ml3{font-size: 18px;line-height: 24px;color: #fff;margin-top: 20px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd .swiper-pagination-bullet{z-index:2;cursor:pointer;margin:0 6px!important;width:16px;height:16px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.8);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#027e19;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -5px;top: -5px;border: 1px solid #027e19;width: 26px;height: 26px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(255, 255, 255, 0.4);border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}

.indexpro{padding:1% 0%;overflow: hidden; background-size: cover;}
.prolist{width: 25%; float: left;}
.prolist ul{border: 1px solid #e4e4e4;padding:2% 5% 0; overflow: hidden; background: #fff}
.prolist .lpbt{background: #027e19 url("../img/pico1.png")no-repeat 32px center;padding:8% 25%; color: #fff;font-size: 20px;font-weight: bold; box-sizing: border-box;}
.prolist ul li{border-bottom: 1px solid #eee;font-size: 15px;color: #555;background: url("../img/pico3.jpg")no-repeat left center;padding: 6% 10%; box-sizing: border-box;}
.prolist ul li a{display: block;}
.prolist ul li:last-child{border: none;}
.prolist ul li:hover a{color: #027e19;}
.cinfo{}
.cinfo .lpic{width: 100%}
.cinfo .lpic img{width: 100%; display: block;}
.cinfo .ltext{padding: 5%; box-sizing: border-box; background: #f6f6f6;border: 1px solid #e4e4e4; border-top: 0; box-sizing: border-box;}
.cinfo p{font-size: 16px; line-height:30px; color: #555}
.cinfo b{display: block; font-family: "Arial"; font-size: 28px; font-weight: bold; color: #fff; line-height: 30px; margin-top: 4px;}

.ny_tel { color:#fff; background:#027e19; font-size:22px; padding-left:24px;width:100%; height:60px; line-height:60px;}
.ny_tel_n {padding:4%; background:#fff; border: 1px solid #e4e4e4; box-sizing: border-box;}
.ny_tel_n img { float:left; padding-right:15px; display: inline-block; margin-top: 10px; vertical-align: middle;}
.ny_tel_n dl{overflow: hidden;}
.ny_tel_n dd { height:auto;  line-height:48px; font-size:14px;color:#222;}
.ny_tel_n dd:nth-child(4){line-height: 25px;}

.insolution-right{width: calc(100% - 27%); float: right;}
.insolution-right ul{margin-left: -2%;overflow: hidden; margin-bottom: -2%;}
.insolution-right li{width:31.333%; float: left; margin-left: 2%; margin-bottom: 2%;}
.insolution-right li a{display: block;}
.insolution-right li .pic{overflow: hidden; border: 1px solid #ececec;}
.insolution-right li .pic img{width: 100%;  transition: transform .8s;}
.insolution-right li .title{height: 48px; line-height: 48px; background: #ececec; font-size: 15px; color: #222; text-align: center; overflow: hidden; transition: background .5s,color .5s;}
.insolution-right li:hover .pic img{transform: scale(1.1);}
.insolution-right li:hover .title{background: #027e19; color: #fff;}


.g_news{height: auto; padding:1% 0 2%; overflow: hidden;}
.g_news h2{height: 94px;}
.g_news .m_news{height: auto;}
.g_news .duih{float: left;width: 55%;}
.g_news .nbt{font-weight: normal;font-size:24px;color: #027e19; background: url(../img/xhl_17.jpg) bottom left no-repeat;padding-bottom: 2%; margin-bottom: 2%;}
.g_news .nbt a{color: #027e19; font-weight: 600;}
.g_news .nbt span a{font-size: 14px;color: #777777;text-transform: uppercase;}
.g_news .dt1{font-size: 14px; line-height: 26px; color: #333;}
.g_news .dt1 img{width:40%; float: left; margin-right: 3%;}

.g_news .m_newr{float: right;width: 40%;}
.g_news .m_newr dl{height: auto;margin-bottom: 4%; overflow: hidden; border-bottom: 1px solid #efefef; padding-bottom: 2%;}
.g_news .m_newr .lastdl{border-bottom: none;}
.g_news .m_newr dt{width:30%;float: left; margin-right:4%;}
.g_news .m_newr dt img{width: 100%;height: auto;display: block;}
.g_news .m_newr dd{float: left;width:65%;}
.g_news .m_newr dd .npany{line-height:24px;overflow: hidden;font-weight: bold;font-size: 14px;margin-bottom:2%;}
.g_news .m_newr dd .npany a{ color: #333333;}
.g_news .m_newr dd p{font-size: 14px;color: #777777;line-height: 22px;height: auto;display: -webkit-box;
	overflow: hidden;  
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;}

.m_wd{height: 170px;}
.m_wd h3{float: left;width: 145px;font-size: 20px;color: #383838;}
.m_wd h3 a{color: #383838;}
.m_wd h3 em{display: block;font-size: 14px;font-weight: normal;color: #b4b4b4;}
.m_wd dl{float: left;width: 475px;height: 87px;background: #fafafa;border:1px solid #ececec; padding: 15px 10px 0 25px; margin-right: 30px;}
.m_wd .lastdl{margin-right: 0;}
.m_wd dt { height:28px; line-height:28px; background:url(../images/wen.jpg) no-repeat left 2px; padding-left:33px; font-weight:bold; overflow: hidden;}
.m_wd dt a { color:#3d3d3d; font-size: 14px;}
.m_wd dd { line-height:24px; height: 48px; overflow:hidden; background:url(../images/da.jpg) no-repeat left 2px; padding:0 0 0 33px; color:#7c7c7c; margin-top:3px; font-size: 14px;}
.m_wd .u_ljt,.m_wd .u_rjt{ width:51px; height:23px; position: absolute; cursor:pointer;  display:block;}
.m_wd .u_ljt{left:0;top:86px;}
.m_wd .u_rjt{left:51px;top:86px;}
.m_wd .u_ljt a{ background: url(../images/ljt3.jpg) no-repeat; width:51px; height:23px; display:block;}
.m_wd .u_rjt a{ background: url(../images/rjt3.jpg) no-repeat -51px 0; width:51px; height:23px; display:block;}
.m_wd .u_ljt a:hover{background-position: -51px 0;}
.m_wd .u_rjt a:hover{background-position: 0 0;}




.n_footer{ background: #f2f2f2; background-size: cover; padding:2% 0 0; overflow: hidden; }
.f_about{overflow: hidden;}
.f_about > div.fl{width: 16%;}
/* .f_about > div.fl:nth-child(2){width:28%;} */
.f_about > div.fl:nth-child(4){width:28%;}
.f_about b{ display:block; font-size: 18px; color: #121212; line-height:30px;}
.f_about p{ font-size: 14px; color: #4c4a4a; line-height:25px;}
.f_about p a{ color: #4c4a4a;}
.f_about div.fr b{ line-height:30px; margin-bottom: 0;}
.f_about .codes{ width: 125px;}
.f_about .codes div{ float: left; width: 125px; text-align: center; font-size: 14px; color: #4c4a4a; line-height:25px;}
.f_about .codes div:last-child{ float: right;}
.f_about .codes img{ width: 100%;}

.f_copys{ margin-top:1%; border-top: 1px rgba(0,0,0,0.15) solid; padding: 1% 0; font-size:14px; color: #4c4a4a; line-height:25px; overflow: hidden;}
.f_copys .fr p{line-height: 12px; line-height:30px; margin-top: 10px;}
.f_copys .fr img{ display: inline-block; vertical-align: top; font-size: 0; margin-left: 10px; height: 40px;}

.side{position:fixed;width:78px;right:0;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0;bottom:80px}
.side ul li{width:78px;height:auto;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:30px;text-align:center;transition:all .3s;cursor:pointer; padding: 15px 0;}
.side ul li:hover{background:#027e19;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:15px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 15px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../img/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../img/right_pic1.png)}
.side ul li .kfdh {
  position: absolute;
  right:79px;
  top: 0px;
  width: 180px;
  text-align: left;
  padding: 15px 25px;
  line-height:23px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #eee;
  background: #FFF;
  font-size:15px;
  color: #333;
  box-sizing: border-box;
}

.side ul li:hover .kfdh {
  visibility: visible;
  opacity: 1;
}

.side ul li .weixi {
  position: absolute;
  right:79px;
  top: 0px;
  width: 150px;
  text-align: center;
  padding: 15px 25px;
  line-height:23px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #eee;
  background: #FFF;
  font-size:15px;
  color: #333;
}
.side ul li .weixi img{width: 100%; display: block; clear: both; margin: auto;}

.side ul li:hover .weixi {
  visibility: visible;
  opacity: 1;
}

.side ul li i.bgs3{background-image:url(../img/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../img/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../img/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../img/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../img/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs3{background-image:url(../img/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../img/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#027e19;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/wmiss.jpg);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideewm .ewBox.son2{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/code.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0;background:#512E90;}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../img/right_pic8.png) 28px center no-repeat;background-color:#512E90;}
.side ul li.sideetel .telBox dd.bgs2{background:url(../img/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
.side ul li:hover .son2{display:block!important;animation:fadein 1s}


.bat{overflow: hidden;position: relative;}
.bat .img img{display: block;width: 100%;}
.bat .txt{position: absolute;left: 10%;bottom: 20%;}
.bat .txt .ml1{font-size: 88px;line-height: 88px;color: #fff;font-weight: 100;}
.bat .txt .ml2{font-size: 48px;line-height: 48px;color: #fff;font-weight: 100;text-transform: uppercase;padding-top: 10px;}
.bat .sp{overflow:hidden;}
.bat .sp video{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}

.sy{padding-top:3px; margin-right: 1%;}
.sy img{max-width: 100%; display: block; vertical-align: top; font-size: 0;}
.location { padding:1% 0;border-bottom:1px solid #f2f2f2;color:#666; font-size: 15px;background: #f8f8f8;}
.location,.location a { color:#666; }
.location a:hover { color:#027e19; }
.location a.cur { color:#027e19; }

.nybox_right {overflow:hidden; width: 72%; float: right;}
.ny_r_title { border-bottom:1px solid #dfdfdf; color:#444; line-height:45px; height:40px;}
.ny_r_title span{ float:right;}
.ny_r_title a { color:#666666}
.ny_r_title a:hover { color:#027e19; text-decoration:underline;}
.ny_r_title .nyabbt { float:left; border-left:5px solid #027e19; color:#222; font-size:22px; font-weight:500; line-height:25px; margin-bottom:15px; padding-left:15px;}
.ny_r_info { padding-top:15px; line-height:35px; color:#444; font-size: 15px; overflow: hidden; }
.ny_r_info img{max-width: 100%;}

.ny_r_info table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.ny_r_info tr{padding-left:20px;}
.ny_r_info tr:nth-child(1), .ny_r_info tr:nth-child(2){background:#027e19; color: #fff; font-weight: 600; font-size: 16px;}
.ny_r_info table{border-collapse:collapse;border: 1px #e6e6e6 solid;width:100% ;line-height:30px;}
.ny_r_info table td{padding:8px;padding-left:12px;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid;line-height:30px;}
.ny_r_info table td div{padding:0px!important;height:auto!important;}


.ny_workshop{overflow: hidden; margin-top: 3%;}
.ny_workshop ul{margin-right: -2%}
.ny_workshop ul li{float: left;width:31.333%;margin:0 2% 2% 0;  }
.ny_workshop ul li .wbt{overflow: hidden;border: 1px solid #ccc; padding: 2px; box-sizing: border-box;}
.ny_workshop ul li .wbt img{display: block; width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.ny_workshop ul li:hover .wbt img{transform:scale(1.1); -webkit-transform:scale(1.1);box-sizing: border-box}
.ny_workshop ul li .wwz{font-size: 14px;line-height: 20px;text-align: center;padding:2%;color: #333; box-sizing: border-box;}

.ny_partner{overflow: hidden; margin-top: 3%;}
.ny_partner ul{margin-right: -2%}
.ny_partner ul li{float: left;width:31.333%;margin:0 2% 2% 0;  }
.ny_partner ul li .wbt{overflow: hidden;border: 1px solid #ccc; padding: 2px; box-sizing: border-box;}
.ny_partner ul li .wbt img{display: block; width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.ny_partner ul li:hover .wbt img{transform:scale(1.1); -webkit-transform:scale(1.1);box-sizing: border-box}
.ny_partner ul li .wwz{font-size: 14px;line-height: 20px;text-align: center;padding:2%;color: #333; box-sizing: border-box;}


.product_list{width: 100%;  margin-top: 3%; overflow: hidden;}
.product_list ul{margin-right:-2%;overflow: hidden;}
.product_list ul li{float:left;width:33.333%;margin-bottom:2%;padding-right:2%;}
.product_list ul li a{display:block;}
.product_list ul li .pImg{transition:all .3s;display: block; overflow: hidden; border: 1px solid #eee;}
.product_list ul li .pImg img{max-width: 100%;display:block;transition:all .4s;}
.product_list ul li p{font-size:14px; line-height:25px; padding-top: 10px; display: block; text-align: center; color:#444;}
.product_list ul li a:hover p{color:#027e19;}
.product_list ul li:hover .pImg img{max-width: 100%;display:block; transform:scale(1.1); -webkit-transform:scale(1.1);}

.productss{width:100%;overflow: hidden; margin-top: 3%;}
.productss img{max-width: none !important;}
.promore_l{width:48%;float:left;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{width:100%;height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%;float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:32px;height:32px;cursor:pointer;margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%;height:51px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:44px;}
.spec-scroll .items ul li img:hover{border:2px solid #027e19;padding:1px;}
.pros_right{width:48%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:24px;color:#333;padding-bottom:3%;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:3%;}
.proleft{font-size:14px;line-height:30px;margin:5% 0;}
.proleft .bt{font-size: 16px; font-weight: 600; color: #027e19;}
.proleft p{font-size:14px;line-height:25px;}

.i-proda-b-bc{}
.i-proda-b-bc img{display:inline-block;vertical-align: middle;width:50px;margin-right:10px;}
.i-proda-b-bb a{display:inline-block;text-align:center;color: #333;background: #fff;padding: 7px 10px;box-shadow: 0 0 5px #9f9f9f;}

.prorights{font-size:14px;line-height:30px;margin:2% 0; width: 68%; float: left; }
.prorights .bt{font-size: 16px; font-weight: 600; color: #027e19;}
.prorights p{font-size:14px;line-height:25px; width: 48%; float: left; margin-right: 2%;}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
.tabs-basic{width:100%;margin-top:3%;float:left;}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;background:#eee;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:16px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#333;border:1px solid transparent;padding:10px 40px;color: #fff}
.tabs-basic .tab-active{border-bottom:2px solid #027e19;color:#fff;background:#027e19;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:3%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #027e19;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#027e19;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}


.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:33%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #027e19;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle; display: inline-block;}
.pbtn a:hover{background:#ea5a16;color:#fff;}
.pbtn a:nth-child(2){width:60%; background:#ea5a16;}


.p102-info-list {border:1px solid #e3e3e3;border-bottom:0;margin-bottom:3%; margin-top: 3%;}
.p102-info-list dl {border-bottom:1px solid #e3e3e3;padding:2%; box-sizing: border-box; overflow: hidden;}
.p102-info-list dt {width:25%; float: left;}
.p102-info-list dt a,.p102-info-list dt img {display:block;width:100%;}
.p102-info-list dd {float: right; width: 73%;}
.p102-info-list dd .nnbt {height:40px;line-height:40px;font-weight:normal;margin-bottom:5px;}
.p102-info-list dd .nnbt a {display:inline-block;max-width:100%;height:40px;font-size:22px;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p102-info-list .p102-info-list-desc {font-size:14px;line-height:22px;color:#666666;text-align:justify;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;}
.p102-info-list-more {padding-top:22px;}
.p102-info-list-more a {display:block;width:98px;height:34px;line-height:34px;font-size:14px;color:#006033;text-align:center;border:1px solid #006033;position:relative;}
.p102-info-list-more a:before {content:'';position:absolute;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:10px solid #fff;left:-1px;top:50%;margin-top:-9px;z-index:1;}
.p102-info-list-more a:after {content:'';position:absolute;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #006033;left:-1px;top:50%;margin-top:-5px;z-index:2;}
.p102-info-list dl:hover {box-shadow:5px 5px 10px #ededed,-5px -5px 10px #ededed;}
.p102-info-list dl:hover dd .nnbt a {color:#006033;}
.p102-info-list dl:hover .p102-info-list-more a {background:#006033;color:#fff;}
.p102-info-list dl:hover .p102-info-list-more a:before {border-left:10px solid #006033;}
.p102-info-list dl:hover .p102-info-list-more a:after {border-left:7px solid #fff;}


.about_x2.bgs2{overflow:hidden; margin-top: 3%;}
.about_x2.bgs2 .lnny{width:68%; float:left; overflow: hidden;}
.about_x2.bgs2 .rnny{width:28%; float:right; overflow: hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#006033 ;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height:35px; font-size:15px; border-bottom:1px solid #eee; padding-bottom:10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:24px;overflow:hidden;white-space:normal;word-break:break-all; padding:3% 0;font-size:14px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width:100%; display:block; margin:auto; border-radius: 24px;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}

.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:auto;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#027e19;height:45px;text-align:center;font-size:16px;font-weight:bold; padding:0 1.5%;}
.relatedNews{margin:3% 0 ;overflow:hidden}
.relatedNews_font{font-size:14px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color:#666}
.relatedNews_font ul li a:hover{color:#027e19}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}


.messages_box{width:auto;padding:0;overflow:hidden;box-sizing:border-box; margin-top: 3%;}
.messages_box ul{margin-right:-2%}
.messages_box ul li{padding:1% 0;margin-right:2%;width:48%;box-sizing:border-box;float:left}
.messages_box .text-input,.messages_box .summary-input,.messages_box .qq-input{width:100%;padding:0px 2%;line-height:normal;background:none repeat scroll 0% 0% rgb(253,253,253);border-width:1px;border-style:solid;border-color:rgb(133,133,133) rgb(175,175,175) rgb(201,201,201);box-shadow:1px 2px 3px rgb(183,183,183) inset !important;font-size:14px;box-sizing:border-box;line-height:45px}
.messages_box .cont-input{width:100%;height:250px;padding:10px;line-height:20px;background:none repeat scroll 0% 0% rgb(253,253,253);border-width:1px;border-style:solid;border-color:rgb(133,133,133) rgb(175,175,175) rgb(201,201,201);box-shadow:1px 2px 3px rgb(183,183,183) inset !important;font-size:14px;box-sizing:border-box}
.messages_box .code-input{width:125px;vertical-align:middle;height:33px;padding:0px 10px;line-height:normal;background:none repeat scroll 0% 0% rgb(253,253,253);border-width:1px;border-style:solid;border-color:rgb(133,133,133) rgb(175,175,175) rgb(201,201,201);box-shadow:1px 2px 3px rgb(183,183,183) inset !important}
.messages_box .verify-pic{height:35px;vertical-align:middle}
.messages_box .submitBtn{text-align:center;padding-top:10px}
.messages_box .messages-button{width:125px;height:34px;line-height:34px;font-size:16px;color:#fff;text-align:center;background:none repeat scroll 0% 0% #0F1636;border:none}
.messages_box ul li:nth-child(5){width:98%!important}
.messages_box ul li:nth-child(6){float:left}
.messages_box ul li:nth-child(7){float:right}
.messages_box ul li input{width:100%;height:auto;background:none;border:none;color:#999;padding:0 15px;font-size:14px;outline:none;-webkit-appearance:none;line-height:45px;box-sizing:border-box}
.messages_box ul li .btn,.messages_box ul li .btn2{color:#fff;font-size:16px;cursor:pointer}
.messages_box ul li .btn{background:#027e19}
.messages_box ul li .btn2{background:#999}






.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#027e19;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}

.view-page{width:100%; position:relative; margin:0 0 4% 0; border-top:1px solid #d6d6d6; padding-top:4%;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../img/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6; color: #555; line-height: 38px;}
.view-page .prev:hover a{color:#fff; background:url(../img/le-white.png) 20px center no-repeat #027e19;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../img/back.png) 20px center no-repeat #027e19;color: #fff; text-align:center; padding-left:25px; line-height: 40px;}
.view-page .back a:hover{background:url(../img/back.png) 20px center no-repeat #027e19; color:#000;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../img/ri.png) 90% center no-repeat;text-align:center; border:1px solid #e6e6e6; line-height: 38px; color: #555}
.view-page .next:hover a{color:#fff; background:url(../img/ri-white.png) 90% center no-repeat #027e19;}

.page_title{font-size: 36px;letter-spacing: 1px;line-height: 60px;line-height: 36px;color: #333;font-weight: 400; margin-bottom: 2%;}
.page_title span{display: block;font-size: 14px;color: #0f3f86;letter-spacing: 0;}

.news3{ overflow:hidden; padding: 5% 0;}
.news3 ul{margin-right: -2%; }
.news3 li{width:98%; margin-right: 2%; margin-bottom:4%; float: left;}
.news3 li .nimg{width: 100%; overflow: hidden; position: relative; border-radius: 12px 12px 0 0;}
.news3 li .nimg img{width: 100%; display: block; transition: 0.5s;}
.news3 li .category {position: absolute;bottom: 0;left: 0;width: 135px;font-size: 14px;letter-spacing: 1px;color: #999;line-height: 26px;font-weight: 400;line-height: 40px;text-align: center;background-color: #333;color: #fff;}
.news3 li .ntext{background: #f2f4f7; padding: 5%; box-sizing: border-box; border-radius: 0 0 12px 12px;}
.news3 li .ntext .desc{font-size:22px;letter-spacing:1px;line-height:40px;color: #027e19;font-weight: 400;color: #333;height: auto;border-bottom: 1px solid rgba(51, 51, 51, 0.1);overflow: hidden;white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
.news3 li .ntext .time{display: block;font-size: 14px;letter-spacing: 1px;color: #999;line-height: 26px;font-weight: 400;margin-top:3%;letter-spacing: 0;}
.news3 li a:hover .category{background: #027e19; color: #fff;}
.news3 li a:hover .ntext .desc{color: #027e19;}
.news3 li a:hover .ntext .time{color: #027e19;}
.news3 li a:hover .nimg img{transform:scale(1.1); -webkit-transform:scale(1.1);}


.product-left{width:22%;float:left;}
.tab_tit{font-size:26px;line-height:90px;color:#fff;font-weight:600;width:100%;padding:0 11.43%;background-color:#027e19; border-radius: 24px 24px 0 0;}
.tab{background-color:#fff;padding:4px 0 67px;}
.menu_list{padding:5%;border: 1px solid #e7e7e7;border-radius:0 0 24px 24px;box-shadow: 0px 0px 10px 0px rgba(2, 0, 0, 0.1);}	
.menu_head{border-bottom:1px solid #e7e7e7;cursor:pointer;position:relative;margin:0px;background:url(../img/pro_left.png) center right no-repeat;padding-bottom:10px;margin-bottom:4%;font-size:18px; line-height: 50px;  font-weight: 600;}
.menu_list .current{background: url(../img/pro_down.png) center right no-repeat;}
.menu_list .current a{color:#027e19;}
.menu_body{height:auto;overflow:hidden;padding:0 10px;}
.menu_body a{display:block; padding-bottom:8px;font-size:18px;color:#333; }
.menu_body a:hover,.menu_body a.on{color:#027e19;}
.menu_body ul{margin-bottom:20px;margin-left:25px;}
.menu_body li{ list-style-position:inherit;list-style-type: disc;color:#999;}
.menu_body li a{color:#666;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.menu_body li a:hover{color:#027e19;}
.menu_body li:hover,.menu_body li a.on{color:#027e19;}

.product-right{width:76%;float:right;}
.pro_search{margin:0px 0 30px;background-color:#fff;border-radius:20px;overflow:hidden;padding: 30px 2.126%;}
.pro_search .form_box{margin-bottom:20px;width:100%;}
.pro_search .tip{min-width:135px;width:fit-content;font-size:18px;line-height:52px;color:#333;white-space:nowrap;}
.pro_search.en .tip{min-width:190px;}
.pro_search .search{max-width:calc(100% - 135px);width:100%;}
.pro_search.en .search{max-width:calc(100% - 190px);}
.pro_search .search .input{padding:0 20px;width:42.493%;height:55px;border:1px solid #ccc;border-radius:10px;overflow:hidden;font-size:18px;color:#333;margin-right:20px;}
.pro_search .search .submit{background-color:#027e19;min-width:150px;width:fit-content;height:55px;padding:0 10px;border-radius:10px;overflow:hidden;}
.pro_search .search .submit .txt{font-size:18px;color:#fff;margin-left:15px;}
.pro_search .search .submit .icon .svg{width:21px;height:21px;fill:#fff;}
.pro_search .key_list{gap:25px;max-width:calc(100% - 135px);}
.pro_search.en .key_list{max-width:calc(100% - 190px);}
.pro_search .key_list .key_li{min-width:145px;width:fit-content;line-height:50px;text-align:center;padding:0 10px;border-radius:10px;background-color:#f7fafc;border:1px solid #f7fafc;font-size:18px;color:#999;display:block;transition:all 0.3s linear;}
.pro_search .key_list .key_li.cur,
.pro_search .key_list .key_li:hover{color:#027e19;border-color:#027e19;}
@media (max-width:750px) {
	.pro_search{padding:50px 30px;}
	.pro_search .form_box{flex-direction:column;}
	.pro_search .tip{width:100%;margin-bottom:30px;font-size:30px;line-height:1.6;}
	.pro_search .search,
	.pro_search.en .search{max-width:100%;width:100%;}
	.pro_search .search .input{width:calc(100% - 240px);height:70px;font-size:30px;}
	.pro_search .search .submit{min-width:220px;height:70px;}
	.pro_search .search .submit .icon .svg{transform:scale(1.3);}
	.pro_search .search .submit .txt{font-size:26px;}
	.pro_search .key_box{flex-direction:column;}
	.pro_search.en .key_list,
	.pro_search .key_list{max-width:100%;}
	.pro_search .key_list .key_li{font-size:26px;line-height:70px;padding:0 20px;min-width:150px;}
}

/* äº§å“åˆ—è¡¨å…±ç”¨æ ·å¼ */
.pro_list{}
.pro_list ul{margin-right: -2%;}
.pro_list li{width: 31.333%; float: left; margin-right: 2%; margin-bottom: 2%; }
.pro_list li .ppimg{overflow: hidden; border-radius: 12px; position: relative;}
.pro_list li .ppimg img{width: 100%; display: block;transition: 0.5s;}
.pro_list li .ppwz{text-align: center;
  font-size: 22px;
  transition: all 0.4s;
  margin:5%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;}
.pro_list li .info2{position: absolute; top:100%; background:rgba(83,115,115, 0.5); padding: 0 4%; box-sizing: border-box; width: 100%; z-index: 9; color:#fff;transition:all 0.4s; font-size: 16px; line-height: 28px;  text-align: left; border-radius: 0 0 12px 12px;overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    display: -webkit-box !important;}
.pro_list li:hover .info2{transform: translateY(-100%);}
.pro_list li:hover .ppimg{box-shadow: 0px 5px 15px 0px rgba(1, 14, 34, 0.5); }
.pro_list li:hover .ppimg img{ transform:scale(1.1); -webkit-transform:scale(1.1); }


#pro_detail{border-bottom:1px solid #e6e6e6;width:100%;height:75px;position:relative;z-index:2;}
#pro_detail .cont .container{overflow-y:visible;transform:translateY(-6px);}
#pro_detail .cont .container .slide{font-size:20px;color:#1a1a1a;line-height:80px;text-align:center;min-width:216px;width:auto;transition:all 0.3s linear;border-radius:10px 10px 0 0;padding:0 10px;}
#pro_detail .cont .container .slide:hover,
#pro_detail .cont .container .slide.cur{color:#fff;background-color:var(--mainbg);}
#pro_detail .cont .pn{display:none;width:10px;height:18px;}
#pro_detail .cont .pn.prev{margin-right:20px;}
#pro_detail .cont .pn.next{margin-left:20px;}
@media (max-width:750px) {
    #pro_detail .cont{display:flex;justify-content:center;align-items:center;}	
    #pro_detail .cont .container{max-width:calc(100% - 50px);overflow:hidden;transform:translateY(0);}
    #pro_detail .cont .container .slide{font-size:30px;line-height:75px;padding:0 20px;}
    #pro_detail .cont .pn{display:block;transform:scale(1.5);}
}


.nyaboutbox{width: 100%; height: auto; overflow: hidden; padding:4% 6%; box-sizing: border-box;}
.about-tit{font-size:24px;color: #027e19;margin-bottom: 1%}
.ny-about{font-size:16px;color:#222;line-height:32px; overflow: hidden; float:left; width:60%; margin-right: 2%;}
.ny-about img{max-width: 100%; height: auto; display: block; margin:auto; clear:both;}
.ny-about span{font-weight: 600; color: #027e19;}
.aimg{width: 30%; height: auto; overflow: hidden; float:right}
.aimg img{width: 100%;}

.inf_lc{overflow: hidden;}
.inf_lc ul{margin-right: -2%;}
.inf_lc li{padding:1%; border: 1px solid #ccc; border-radius: 8px; height: auto; overflow: hidden; background: #fff; box-sizing: border-box; width: 48%; margin: 0 2% 2% 0; float: left;}
.inf_lc li:hover{border-color: #027e19;border-radius: 4px;}
.inf_lc li.bg{background: #f5f5f5;}
.inf_lc li .bts{text-align: center;float: left;width: 10%;overflow: hidden; min-height: 100px; background: #027e19; padding:30px 0; box-sizing: border-box;}
.inf_lc li .bts b{font-weight: 100;display: block;line-height: 36px;overflow: hidden;font-size: 36px;text-transform: uppercase;color: #fff; }
.inf_lc li .bts span{font-weight: 100;display: block;line-height: 16px;height: 16px;overflow: hidden;font-size: 12px;text-transform: uppercase;color: #fff; }
.inf_lc li .nyzi{margin-left:3%;width: 62%;font-size: 14px;float: right;color: #555;}
.inf_lc li .nyzi b{display: block;font-weight: 100;color: #027e19;line-height: 30px;font-size: 15px;}
.inf_lc li .nyzi span{display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.inf_lc li .nyzi b a, .inf_lc li .nyzi b a:hover{color: #027e19;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.inf_lc li .nyzi b a:hover{color: #027e19;}
.inf_lc li .fr{margin: 50px 0 0;width: 70px;height: 25px;line-height: 25px;text-align: center;color: #ffffff;background-color: #027e19;}
.inf_lc li .fr:hover{background: #027e19;}

.inf_lc li .pimg{width:34%; float: left;}
.inf_lc li .pimg img{width: 100%}


/* 内页人才招聘部分*/.inner_content{width:100%;background:#fff;overflow: hidden;margin: 50px 0}
.jobctit{background:#027e19;line-height:70px;font-size:18px;color:#fff;margin-top:0px;}
.jobctit span{display:inline-block;width:18%;text-align:center;}
.job-content{width:100%;float:left;background:#fff;}
.job-content dl{width:100%;float:left;}
.job-content dl dt{height:62px;line-height:62px;cursor:pointer;border-bottom:1px solid #e6e6e6;font-size:16px;display:block;overflow:hidden;}
.job-content span.job_cls{width:6%;}
.job-content dl dt .down{width:11px;height:60px;background:url(../img/dl.png) no-repeat center;display:block;margin:auto;}
.job-content dl dt.cur .down{background:url(../img/dlon.png) no-repeat center;}
.job-content dl dt span{width:18.3%;float:left;text-align:center;color:#666;}
.job-content dl dd{background:#f8f8f8;padding:3%;line-height:30px;font-size:15px;overflow:hidden;}
.job-content dl dd p{color:#666;margin-top:10px;}
.job-content dl dd p span{font-weight:bold;color:#333;font-size:18px;}
.job-content dl dd .cont{width:100%;border-top:1px solid #e6e6e6;padding:1%;margin:2% 0;}
.job-content dl dd .cont li{float:left;margin-right:3%;padding-left:30px;}
.job-content dl dd .cont li:nth-child(1){background:url(../img/dianhua.png) left no-repeat;background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(2){background:url(../img/dingwei.png) left no-repeat;background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(3){background:url(../img/youxiang.png) left no-repeat;background-size:25px 25px;margin-right:0;}







#introduction {padding:0 0 3% 0;}
#introduction .cont .left{width:60%;padding-right:5%;}
#introduction .cont .left .pro_tit{margin:/*86px 0 50px*/ 0 0 30px;}
#introduction .cont .left .brief{font-size:18px;line-height:40px;color:#333;}
#introduction .cont .right{width:40%;height:fit-content;border-radius:24px;overflow:hidden;}/*background:url(../img/pro-detailbg.png) no-repeat center / cover; */
#introduction .cont .right .pic{border-radius: 24px;}
#introduction .cont .right .pic img{width:100%; display:block; border-radius: 24px;}
#introduction .cont .right .pic .swiper-box{overflow: hidden; border-radius: 24px;}
#introduction .cont .right .pic .swiper-box .swiper-container{padding-bottom: 0.44rem; position: relative;}
#introduction .cont .right .pic .swiper-box .swiper-pagination{display: block;bottom: 0;font-size: 0;}
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet{opacity: 1;background: #d0d1d5;margin: 0 0.1rem;width: 8px;height: 8px;border: none;transition: background 0.3s ease;-webkit-transition: background 0.3s ease;-moz-transition: background 0.3s ease;-ms-transition: background 0.3s ease;-o-transition: background 0.3s ease;}
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet:link,
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet:visited,
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet:active,
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet:focus{outline: none;}
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #027e19;}
#introduction .cont .right .pic .swiper-box .swiper-slide:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05); box-shadow: 0px 5px 15px 0px rgba(1, 14, 34, 0.5);}
.pic2{font-size: 0; overflow: hidden; display: block; width: 100%; border-radius: 24px;}
.pic2 img{width: 100%; display: block; transition: transform 0.8s ease; -webkit-transition: transform 0.8s ease; -moz-transition: transform 0.8s ease; -ms-transition: transform 0.8s ease; -o-transition: transform 0.8s ease;  border-radius: 24px;}
.pic2 img.phone{display: none;}
.pic2:hover img{box-shadow: 0px 5px 15px 0px rgba(1, 14, 34, 0.5);}


@media (max-width:1536px) {
	#introduction .cont .left .pro_tit{margin-top:50px;}
}
@media (max-width:1366px) {
	#introduction .cont .left .pro_tit{margin-top:30px;}
}
@media (max-width:1024px) {
	#introduction .cont .left .pro_tit{margin:0 0 30px;}
}
@media (max-width:750px) {
	#introduction .cont{flex-direction:column;}
	#introduction .cont .left{width:100%;padding:0;}
	#introduction .cont .left .brief{font-size:30px;line-height:1.6;}
	#introduction .cont .right{width:100%;margin-top:50px;}
}

.pro_tit{font-size:36px;color:#333;font-weight:500;line-height:36px;padding-left:38px;position: relative;}
.pro_tit::after{content:'';position: absolute;left:0;top:50%;transform:translateY(-50%);z-index: 2;width:8px;height:100%;border-radius:3px;background-color:#027e19;}
@media (max-width:750px) {
	.pro_tit{font-size:42px;line-height:42px;}
}

#parameters{padding:3% 0;background-color:#f7f7f7;}
#parameters .cont{margin-top:30px;}

#parameters .cont table{font-size: 18px; color: #333;border: 1px solid #dedede; background: #fff; line-height: 40px;}
#parameters .cont table tr{border-bottom: 1px solid #dedede; overflow: hidden; line-height:45px;}
#parameters .cont table tr:nth-child(1){background:#027e19; color: #fff;}
#parameters .cont table td{width: 17%; padding: 0 3%;}
@media (max-width:750px) {
	#parameters .editor{max-width:100%;overflow-y:auto;}
	#parameters .editor * {font-size:30px !important;line-height:1.6 !important;}
}

/*#features{padding:100px 0;}*/
#features{padding:3% 0;}
#features .cont .left{width:/*37.5%*/ 32%;margin-right:4% /*6.875%*/;border-radius:20px;overflow:hidden;}
#features .cont .right{width:calc(100% - 36%) /*55.625%*/;}
#features .cont .right .brief{font-size:18px;line-height:40px;color:#333;margin-top:30px;}
#features .cont .right .brief table{margin:0 auto;}

.list-group{padding: 3% 0;}
.list-group ul{font-size:0; margin-right: -2%; margin-bottom: -2%; }
.list-item{-webkit-transition:.5s;-o-transition:.5s;transition:.5s;display:inline-block;vertical-align:top;text-align:center;margin-right:2%;width:23%;-webkit-box-shadow:0 3px 6px 0 rgba(12,4,7,.1);box-shadow:0 3px 6px 0 rgba(12,4,7,.1); padding:2% 1%; box-sizing: border-box; background: #fff; margin-bottom: 2%;  border-radius: 24px;}
.list-item:hover .icon-item{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}

/* .list-item:nth-child(4n){margin-right:0} */
.list-item .icon-item{-webkit-transition:1s;-o-transition:1s;transition:1s;display:block;margin:auto;margin-bottom:30px;width:98px;height:98px;}
.list-item .icon-item img{width:100%; display: block;}
.list-item .text{margin-bottom:18px;font-size:24px;font-weight:700;color:#027e19}
.list-item .textwz{margin-bottom:18px;font-size:16px;color:#333;min-height: 48px;}
.list-item .moredd{display:block;text-align:center;margin:auto;line-height:27px;border-radius:13px;font-size:14px;color:#fff; width: 50%; background: #c81d1d;}


.editor table{margin:0 auto;/*width:73.875% !important;*/}
@media (max-width:1536px) {
	/* #features .cont .right .brief{max-height:450px;overflow-y:auto;} */
}
@media (max-width:1440px) {
	/* #features .cont .right .brief{max-height:420px;} */
}
@media (max-width:1366px) {
	/* #features .cont .right .brief{max-height:400px;} */
}
@media (max-width:1280px) {
	/* #features .cont .right .brief{max-height:360px;} */
}
@media (max-width:1024px) {
	/* #features .cont .right .brief{max-height:280px;} */
}
@media (max-width:750px) {
	#features{padding:80px 0;}
	#features .cont{flex-direction:column-reverse;}
	#features .cont .left{width:100%;margin:30px 0 0;}
	#features .cont .right{width:100%;}
	#features .cont .right .brief{font-size:30px;line-height:1.8;margin-top:30px;}
	#features .cont .right .editor *{font-size:30px !important;line-height:1.6 !important;}
}

.case-list { margin:0; font-size: 0;}
.case-item {position: relative; float: left; margin-right: 1%; margin-bottom: 2%; width:32.333%; overflow: hidden;}
.case-item:nth-of-type(3n) { margin-right: 0;}
.case-item img { width: 100%; height: auto; transition: all .5s; display: block;}
.case-text {position: absolute; bottom: 0; left: 0; width: 100%; height: 56px; font-size: 16px; color: #fff;background-color: #027e19;display: table; transition: all .5s;}
.case-text span,.case-text i { display: table-cell; vertical-align: middle}
.case-text span {padding: 0 5%; width: 86%;}
.case-text i { width:30px; padding-right: 3%;}
.case-text i img{max-width: 100% !important; display: block; height: auto;}
.case-item:hover .case-text{ background-color: rgba(0, 115, 230, .6);}
.case-item:hover img { transform: scale(1.05); }

.casebox{display: flex; margin-bottom: 3%; }
.casebox_left{width: 45%; margin-right: 5%;}
.casebox_left img{width: 100%; display: block;}
.casebox_right{width: 45%;}
.casebox_rightbox{ position: sticky;top:40px; transition: 0.5ms;}
.casebox_rightbox.on{top:130px;}
.motop{width: 100%; position: relative; margin-bottom: 0.5rem;}
.motop .mol{display: inline-block; vertical-align: top; position: relative;}
.motop .mol .em{width: 100%; color: #222; font-weight: bold; line-height: 1.5;}
.motop .mol .cn{width: 100%; color: #222; font-weight: bold; line-height: 1.3;}
.motop .mol .bm{position: absolute; z-index: -1; width: 1.13rem; left: -0.2rem; top: -0.15rem;}
.motop .mol .bm img{width: 100%; display: block;}
.s50{font-size: calc(12px + 38 * 100vw / 1920);}

.minps{width: 100%; height: 5.2rem;}
.minps .comt{width: 100%; padding: 0 0.2rem; border-left: solid 1px #a7aaab;}
.minps .comt .ct{width: 100%; color: #222; line-height: 2; font-weight: bold;}
.minps .comt .cinp{width: 100%; color: #666; line-height: 1.75;}
.minps .comt .cinp p{color: #666; line-height: 1.75;}
.minps .vomt{width: 100%; padding-top: 0.45rem;}
.minps .vomt .vt{width: 100%; color: #222; font-weight: bold; line-height: 1.5; margin-bottom: 0.08rem;}
.minps .vomt .vinp{width: 100%; color: #666; line-height: 1.75;}
.minps .vomt .vinp p{color: #666; line-height: 1.75;}
.s18{font-size: calc(12px + 6 * 100vw / 1920);}
.s16{font-size: calc(12px + 4 * 100vw / 1920);}
@media (max-width: 768px){.details{padding: 0.5rem 0;} .details .detail .del .prper .pl{left: 0;} .details .detail .del .prper .pr{right: 0;}}


.in_pr{width: 100%; margin: 0 auto; overflow: hidden;}
.in_pr ul{}
.in_pr li{overflow: hidden; display: flex;justify-content: space-between;align-items: center; background: #eeeeee; margin-bottom: 0.5%; border-radius: 24px;}
.in_pr li .pleft{width: 50%; height: auto;  float: left; overflow: hidden;}
.in_pr li .pleft img{width: 100%; display: block; transition: 0.5s;}
.in_pr li .pright{width:50%; box-sizing: border-box; float: right; padding: 0 5%; box-sizing: border-box;}
.in_pr li .pright_zi{font-size: 30px; line-height: 48px; color: #000000; font-weight: 600}
.in_pr li .pright_ny{font-size: 17px; line-height: 25px; color: #555;}
.in_pr li .pright_xny{font-size: 16px; line-height:28px; color: #000000; padding-top: 3%;}
.in_pr li:hover .pright_zi{color: #027e19;}
.in_pr li .btn2{padding:0;margin-top:3%}
.in_pr li .btn2 a{display:inline-block;margin-right:1rem;padding:0 3%;font-size:14px;line-height:36px;border-radius:2em;color:#fff;background:#333;transition:all 0.4s}
.in_pr li .btn2 a:hover{padding:0 2.5em;color:#fff;background:#027e19}
/* .in_pr li:nth-child(2n){background:#027e19;}
.in_pr li:nth-child(2n) .pright_zi{color: #fff;}
.in_pr li:nth-child(2n) .pright_xny{color: #fff;} */

.promore_l{width:50%;float:left;}
.in_pr li:hover .pleft img{ transform:scale(1.1); -webkit-transform:scale(1.1); }


.mySwiper3s .swiper-slide{width: 80%; overflow: hidden;}
.mySwiper3s .swiper-slide img{width: 100%; display: block;  transition: 0.5s;}
.mySwiper4s{height:20%;box-sizing:border-box;padding:3% 0 0}
.mySwiper4s .swiper-slide{opacity:0.4}
.mySwiper4s .swiper-slide-thumb-active{opacity:1}
.pleft .swiper-slide img{display:block;width:100% !important;}
.mySwiper4s .swiper-slide img{display:block;object-fit:cover;}
.mySwiper4s .swiper-slide img{display:block;object-fit:cover; width:80%; border: 1px solid #027e19;}
.mySwiper3s .swiper-button-next:after, .mySwiper3s .swiper-button-prev:after{color: #027e19; background: none;}

.mySwiper4s .pico{overflow: hidden; text-align: center;}
.mySwiper4s .pico .pimg{overflow: hidden;}
.mySwiper4s .pico .pimg img{max-width: 100%; display: block; clear: both; margin: auto;}
.mySwiper4s .pico .ptitle{font-size: 24px;line-height: 24px;color: #1a1a1a;margin: 3% 0;}
.mySwiper4s .pico .pbutter{font-size: 16px; line-height: 24px; color: #666;}
.mySwiper4s .pico .pimg .pimg1{display: block;}
.mySwiper4s .pico .pimg .pimg2{display: none;}
.mySwiper4s .pico .pimg:hover .pimg1{display: none;}
.mySwiper4s .pico .pimg:hover .pimg2{display: block;}

.mySwiper3ss .swiper-slide{width: 80%; overflow: hidden;}
.mySwiper3ss .swiper-slide img{width: 100%;}
.mySwiper4ss{height:20%;box-sizing:border-box;padding:3% 0 0}
.mySwiper4ss .swiper-slide{opacity:0.4}
.mySwiper4ss .swiper-slide-thumb-active{opacity:1}
.mySwiper4ss .swiper-slide img{display:block;object-fit:cover;}
.mySwiper4ss .swiper-slide img{display:block;object-fit:cover; width:80%; border: 1px solid #027e19;}
.mySwiper3ss .swiper-button-next:after, .mySwiper3s .swiper-button-prev:after{color: #027e19; background: none;}

.mySwiper4ss .pico{overflow: hidden; text-align: center;}
.mySwiper4ss .pico .pimg{overflow: hidden;}
.mySwiper4ss .pico .pimg img{max-width: 100%; display: block; clear: both; margin: auto;}
.mySwiper4ss .pico .ptitle{font-size: 24px;line-height: 24px;color: #1a1a1a;margin: 3% 0;}
.mySwiper4ss .pico .pbutter{font-size: 16px; line-height: 24px; color: #666;}
.mySwiper4ss .pico .pimg .pimg1{display: block;}
.mySwiper4ss .pico .pimg .pimg2{display: none;}
.mySwiper4ss .pico .pimg:hover .pimg1{display: none;}
.mySwiper4ss .pico .pimg:hover .pimg2{display: block;}

.mySwiper3ss1 .swiper-slide{width: 80%; overflow: hidden;}
.mySwiper3ss1 .swiper-slide img{width: 100%;}
.mySwiper4ss1{height:20%;box-sizing:border-box;padding:3% 0 0}
.mySwiper4ss1 .swiper-slide{opacity:0.4}
.mySwiper4ss1 .swiper-slide-thumb-active{opacity:1}
.mySwiper4ss1 .swiper-slide img{display:block;object-fit:cover;}
.mySwiper4ss1 .swiper-slide img{display:block;object-fit:cover; width:80%; border: 1px solid #027e19;}
.mySwiper3ss1 .swiper-button-next:after, .mySwiper3s .swiper-button-prev:after{color: #027e19; background: none;}

.mySwiper4ss1 .pico{overflow: hidden; text-align: center;}
.mySwiper4ss1 .pico .pimg{overflow: hidden;}
.mySwiper4ss1 .pico .pimg img{max-width: 100%; display: block; clear: both; margin: auto;}
.mySwiper4ss1 .pico .ptitle{font-size: 24px;line-height: 24px;color: #1a1a1a;margin: 3% 0;}
.mySwiper4ss1 .pico .pbutter{font-size: 16px; line-height: 24px; color: #666;}
.mySwiper4ss1 .pico .pimg .pimg1{display: block;}
.mySwiper4ss1 .pico .pimg .pimg2{display: none;}
.mySwiper4ss1 .pico .pimg:hover .pimg1{display: none;}
.mySwiper4ss1 .pico .pimg:hover .pimg2{display: block;}

.mySwiper3ss2 .swiper-slide{width: 80%; overflow: hidden;}
.mySwiper3ss2 .swiper-slide img{width: 100%;}
.mySwiper4ss2{height:20%;box-sizing:border-box;padding:3% 0 0}
.mySwiper4ss2 .swiper-slide{opacity:0.4}
.mySwiper4ss2 .swiper-slide-thumb-active{opacity:1}
.mySwiper4ss2 .swiper-slide img{display:block;object-fit:cover;}
.mySwiper4ss2 .swiper-slide img{display:block;object-fit:cover; width:80%; border: 1px solid #027e19;}
.mySwiper3ss2 .swiper-button-next:after, .mySwiper3s .swiper-button-prev:after{color: #027e19; background: none;}

.mySwiper4ss2 .pico{overflow: hidden; text-align: center;}
.mySwiper4ss2 .pico .pimg{overflow: hidden;}
.mySwiper4ss2 .pico .pimg img{max-width: 100%; display: block; clear: both; margin: auto;}
.mySwiper4ss2 .pico .ptitle{font-size: 24px;line-height: 24px;color: #1a1a1a;margin: 3% 0;}
.mySwiper4ss2 .pico .pbutter{font-size: 16px; line-height: 24px; color: #666;}
.mySwiper4ss2 .pico .pimg .pimg1{display: block;}
.mySwiper4ss2 .pico .pimg .pimg2{display: none;}
.mySwiper4ss2 .pico .pimg:hover .pimg1{display: none;}
.mySwiper4ss2 .pico .pimg:hover .pimg2{display: block;}

.mySwiper3ss3 .swiper-slide{width: 80%;}
.mySwiper3ss3 .swiper-slide img{width: 100%;}
.mySwiper4ss3{height:20%;box-sizing:border-box;padding:3% 0 0}
.mySwiper4ss3 .swiper-slide{opacity:0.4}
.mySwiper4ss3 .swiper-slide-thumb-active{opacity:1}
.mySwiper4ss3 .swiper-slide img{display:block;object-fit:cover;}
.mySwiper4ss3 .swiper-slide img{display:block;object-fit:cover; width:80%; border: 1px solid #027e19;}
.mySwiper3ss3 .swiper-button-next:after, .mySwiper3s .swiper-button-prev:after{color: #027e19; background: none;}

.mySwiper4ss3 .pico{overflow: hidden; text-align: center;}
.mySwiper4ss3 .pico .pimg{overflow: hidden;}
.mySwiper4ss3 .pico .pimg img{max-width: 100%; display: block; clear: both; margin: auto;}
.mySwiper4ss3 .pico .ptitle{font-size: 24px;line-height: 24px;color: #1a1a1a;margin: 3% 0;}
.mySwiper4ss3 .pico .pbutter{font-size: 16px; line-height: 24px; color: #666;}
.mySwiper4ss3 .pico .pimg .pimg1{display: block;}
.mySwiper4ss3 .pico .pimg .pimg2{display: none;}
.mySwiper4ss3 .pico .pimg:hover .pimg1{display: none;}
.mySwiper4ss3 .pico .pimg:hover .pimg2{display: block;}

.mySwiper3ss4 .swiper-slide{width: 80%;}
.mySwiper3ss4 .swiper-slide img{width: 100%;}
.mySwiper4ss4{height:20%;box-sizing:border-box;padding:3% 0 0}
.mySwiper4ss4 .swiper-slide{opacity:0.4}
.mySwiper4ss4 .swiper-slide-thumb-active{opacity:1}
.mySwiper4ss4 .swiper-slide img{display:block;object-fit:cover;}
.mySwiper4ss4 .swiper-slide img{display:block;object-fit:cover; width:80%; border: 1px solid #027e19;}
.mySwiper3ss4 .swiper-button-next:after, .mySwiper3s .swiper-button-prev:after{color: #027e19; background: none;}

.mySwiper4ss4 .pico{overflow: hidden; text-align: center;}
.mySwiper4ss4 .pico .pimg{overflow: hidden;}
.mySwiper4ss4 .pico .pimg img{max-width: 100%; display: block; clear: both; margin: auto;}
.mySwiper4ss4 .pico .ptitle{font-size: 24px;line-height: 24px;color: #1a1a1a;margin: 3% 0;}
.mySwiper4ss4 .pico .pbutter{font-size: 16px; line-height: 24px; color: #666;}
.mySwiper4ss4 .pico .pimg .pimg1{display: block;}
.mySwiper4ss4 .pico .pimg .pimg2{display: none;}
.mySwiper4ss4 .pico .pimg:hover .pimg1{display: none;}
.mySwiper4ss4 .pico .pimg:hover .pimg2{display: block;}


.i-fatt{overflow: hidden;}
.i-fatt ul{margin: 2% 0;}
.i-fatt li{margin-bottom:1%;font-size:16px; background: #fff;}
.i-fatta{display:flex;justify-content: space-between; cursor: pointer;border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
.i-fattaa{font-weight:bold;border-left:4px solid #027e19;line-height:60px;padding-left:20px;box-sizing:border-box;}
.i-fattab{width:60%;display:flex;justify-content: flex-end;}
.i-fattaba{display:flex;width:30%;align-items: center;}
.i-fattaba p{margin-right:5%;}
.i-fattabb{width:20px;background:#027e19;position:relative;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.i-fattabb:after{content:'';width:10px;height:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,50%)}
.i-fattabb:before{content:'';width:2px;height:10px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-28%)}
.i-fattb{padding:3%;font-size:16px;line-height:30px;display:none;box-shadow: 0 0 20px #ccc inset;box-sizing: border-box;color: #666;}