@charset "utf-8";
.wrapper{width:1300px; margin: 0px auto;}
.header {width: 100%;height: auto; position: relative;}
.topblank{min-height:0;}
.header .wrapper{background: #fff; z-index: 999999; height: 85px; position: absolute; left:50%; top:30px; margin-left: -650px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.header .logo {margin:5px 0 0 20px; display:block;float:left; background:url(../images/logo.png) no-repeat center;width:225px; height:75px; background-size: 100%;-webkit-transition: all .5s ease;	transition: all .5s ease;}
.header .navmenu {float: right;}
.header .navmenu li {float: left;display: inline-block;text-align: center;text-transform:uppercase; font-size: 16px;-webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);margin: 0 30px;line-height:50px;}
.js-m.animate {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}
.js-m.js-m-2 {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s ease;transition: all .5s ease;}
.js-m.js-m-2.animate {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}
.header .navmenu li>a:hover {/* font-weight: bold; */color: #1f824b !important;}
.nav-left:before {content: "";position: absolute;z-index: -1;background: #1f824b;left: 0%;right: 0px;width: 0%;bottom: 0px;height: 3px;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.nav-left:hover:before {width: 100%;}
.nav-left.cur:before {width: 100%;}
.nav-left {vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px transparent;-webkit-backface-visibility: hidden;backface-visibility: hidden;position: relative;}
.header .navmenu li>a {line-height:85px; color: #333;display: block;position: relative;-webkit-transition: color 0.5s;transition: color 0.5s;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.header:hover nav li>a {color: #333;}
.header.active nav li>a {color: #333;}
.header .nav-sub {width: 180px;background: #fff; position: absolute;top: 85px;left: 0px;height: auto;-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .2s;transition: transform .3s .2s;}
.header .nav-sub.active {-webkit-transform: scaleY(1);	-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.header .nav-sub.active .n-nav-sub { opacity: 1;-webkit-transform: translate(0, 0);	-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .2s .3s;
transition: all .2s .3s;}
.header .nav-sub .n-nav-sub {opacity: 0;-webkit-transform: translate(0, 0px);-ms-transform: translate(0, 0px);transform: translate(0, 0px);-webkit-transition: all .2s;
transition: all .2s;}
.header .nav-sub a {height: 35px;line-height:35px; text-transform: none; display: block;padding: 0 0 0 15px;text-align: left;color: #333;font-size: 14px;-webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);}
.header .nav-sub a:hover {background-color: #0e9d47;color: #fff;}
/*banner*/
.banner img{display: block;width: 100%;height: 100%;}
.banner{height:auto;width: 100%; text-align: center;}
.PC_ban{display: block;}
.Mob_ban{display: none;}
.banner .swiper-button-next,.banner .swiper-button-prev{background: url(../images/rightjt.png) no-repeat center center;width: 40px;height: 40px; border-radius:50%; border:1px solid #fff;right:0px;}
.banner .swiper-button-prev{left:0px;}
.banner .swiper-button-prev {transform: rotate(-180deg);-ms-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.banner .swiper-slide,.csbanner .swiper-slide {overflow: hidden;}
.banner .swiper-slide a,.csbanner .swiper-slide a{display: block;width: 100%;height: 100%;overflow: hidden;}
.csbanner .swiper-slide a{display: block;width:auto;height:auto;overflow: hidden;}
.banner .swiper-slide img,.csbanner .swiper-slide img{transform: scale(1.3) ;-ms-transform: scale(1.3) ;-webkit-transform: scale(1.3) ;
    transition:.8s all ease;-ms-transition:.8s all ease;-webkit-transition:.8s all ease;}
.banner .swiper-slide-active img,.csbanner .swiper-slide-active img{opacity: 1;transform: scale(1) ;-ms-transform: scale(1) ;-webkit-transform: scale(1) ;
    -webkit-animation-duration: 0.8s;-o-animation-duration: 0.8s;animation-duration: 0.8s;
 -webkit-animation-delay: 0.8s;-o-animation-delay: 0.8s;animation-delay: 0.8s;}
.banner .swiper-pagination,.csbanner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet,.csbanner .swiper-pagination-clickable .swiper-pagination-bullet{height: 8px;width: 20px;border-radius: 4px;margin: 0 5px;opacity:1;background-color: #fff;}
.banner .swiper-pagination-bullet-active,.csbanner .swiper-pagination-bullet-active{width:50px !important;background: #ffff00 !important;opacity: 1 !important;}
.banner .swiper-button-next,.csbanner .swiper-button-next{right: 40px!important;left: auto!important; display: none;}
.banner .swiper-button-prev,.csbanner .swiper-button-prev{left: 40px!important;display: none;}
@media(max-width:1024px){
	.banner .swiper-pagination,.csbanner .swiper-pagination{display: none;}
	.PC_ban{display: none;}
	.Mob_ban{display: block;}
	.banner .swiper-button-next,.banner .swiper-button-prev{width:25px;height:25px;right:0; background-size:80%;}
	.banner .swiper-button-next,.csbanner .swiper-button-next{right: 10px!important;left: auto!important;}
	.banner .swiper-button-prev,.csbanner .swiper-button-prev{left: 10px!important;}
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}

.inxcase{ background:#f8f8f8;}
.inxcase .maintitle{padding-bottom: 30px;}
.inxcase .wrapper { position: relative;}
.inxcase .pro_swiper { overflow: hidden;}
.inxcase .pro_swiper .swiper-slide { text-align: center;position: relative;z-index: 1;}
.inxcase .swiper-button-prev{ top:48%;width: 40px;height: 46px;background: url(../images/rightjt.png) no-repeat center center rgba(0,0,0,0.3);left:0;transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.inxcase .swiper-button-next{top: 48%;width: 40px;height: 46px;background: url(../images/rightjt.png) no-repeat center center rgba(0,0,0,0.3);right:0;}
.inxcase .swiper-button-prev.swiper-button-disabled { opacity: 1;background: url(../images/rightjt.png) no-repeat center center;}
.inxcase .swiper-button-next.swiper-button-disabled { opacity: 1;background: url(../images/rightjt.png) no-repeat center center;}
.inxcase h2{font-size: 18px; line-height:60px; background: #fff; transition: all 0.5s ease;}
.inxcase .pro_swiper .swiper-slide:hover h2{background: #0e9d47; color: #fff;}
.homeabout{background: #fff;}
.homeabout .maintitle{padding-bottom: 30px;}
.homeabout li{float:left; width:32%; margin-right: 2%; border-radius: 8px; overflow: hidden; background: #f5f5f5;}
.homeabout li:nth-child(3){margin-right:0}
.homeabout .aboutjj{padding:20px 25px; color: #666; line-height: 2;}
.homeabout .abojt{text-align: center;padding-bottom:25px;}
.homeabout h3{font-size: 22px; line-height: 30px; padding: 20px 0; margin:0 25px; border-bottom:1px dashed #ccc; text-align: center; font-weight: bold; color: #0e9d47;}
.homeabout h3 span{text-transform: uppercase; font-size: 14px; display: block; line-height: 1.5; color: #888; font-weight: normal;}
.pd60{padding:60px 0;}
.newswrap{padding:50px 0 60px; background: #f8f8f8;}
.newswrap .newstitle{height:45px; border-bottom: 1px solid #e2e2e2; margin-bottom: 10px;}
.newswrap .newstitle_l{float:left; font-size:18px; line-height: 45px; font-weight: bold; color: #1f824b;}
.newswrap .newstitle_r{float:right; text-aligin:right; line-height: 45px;}
.newswrap .homenews_l{ width:58%; float:left;}
.newswrap .homenews_l .homenews{margin-top:0;}
.newswrap .homenews_l .homenews li{float:left; width:48%; margin-right:4%; margin-top: 13px; padding-bottom: 18px; border-bottom: 1px dotted #ccc;}
.newswrap .homenews_l .homenews li:nth-child(2n){margin-right: 0;}
.newswrap .homenews_l .homenews h2{text-overflow: ellipsis;white-space: nowrap;overflow: hidden; font-size: 16px; line-height:35px;}
.newswrap .homenews_l .homedesc{color:#888;overflow: hidden; line-height:1.8; margin-top:5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.newswrap .homenews_r{ width:38%; float:right;}
.item{ position:relative; margin-top: 32px;}
.item .photo{width:100%;height:100%; overflow: hidden;}
.item .photo img{transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease;}
.item:hover .photo img{transform: scale(1.1) ;-ms-transform: scale(1.1) ;-webkit-transform: scale(1.1);}
.item .infobg{background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));position:absolute;left:0; bottom:0; width:100%;height: 30%;z-index: 99;}
.item .info{position:absolute;/* top:50%;left:50%;transform:translate(-50%,-50%); */width:100%; z-index: 999;color:#fff; bottom:15px; left:0}
.item .info .title{font-size:16px; color: #fff; margin: 0 25px;}
/*底部*/
.footer{background:#0e9d47; color: #e6f5ec; font-weight: 100;}
.foot{width:100%; padding:40px 0; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; /* -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; */ -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between}
.foot-left{width:auto}
.foot-middle{width:260px; display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; /* -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; */ -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between}
.foot-right{width:auto;}
.downwx img{width:120px; display: block; padding-top:5px;}
.downwx{text-align: center; padding-top: 5px;}
.footer p{line-height:34px; color: #f8f8f8;}
.footer .downmenu dd{line-height:34px;}
.footer h1{font-size: 16px; color: #fff; margin-top:15px;}
.footer h2{font-size: 16px; color: #fff; margin-bottom:15px;}
.footer .sortmenu{}
.footer .sortmenu dd{line-height:34px; /* position: relative; */font-size: 14px;}
.footer .sortmenu dd:before{content: ''; width:4px; height: 4px; border-radius: 50%; background:#8694a3; position: absolute; left:0; top:46%; display: none;}
.footer a{color: #e6f5ec;}
.footer a:hover{color: #fff;}
.copyright{text-align: center; padding:15px 0; border-top:1px solid rgba(255,255,255,0.1);}
.copyright a{margin-left:5px; margin-right:5px;}
.search{background: url(../images/sealine.png) repeat-x bottom; padding: 35px 0 40px;}
.searchleft{float:left;width:400px}
.searchright{float:right; width:600px}
.searchright img{width:108px; float:right}
.search h2{font-size: 18px; font-weight: bold; padding-bottom:15px;}
.search h2 span{display: block; font-weight: normal; font-size: 14px; text-transform: uppercase; color: #888;}
.search strong{font-size: 24px; color: #1f824b; line-height: 38px; font-weight: normal; font-family: 'Montserrat'; border:1px solid #e6e6e6; background: #fbfbfb; border-radius: 4px; display: inline-block; padding: 0 15px;}
.searchBox{overflow: hidden; height: 40px;}
.searchBox input{float: left;display: block;line-height: 40px;transition: background 0.5s;text-indent: 10px;width:calc(100% - 60px);height: 40px;background: rgba(155,155,155,0.2);outline: none;}
.searchBox .searchSub{display: block;float: left;width:60px;background:url(../images/search.png) no-repeat center 50% #0e9d47; text-indent: 0; color: #fff; height: 40px;outline: none; cursor: pointer;}
.searchBox .searchSub:hover{background:url(../images/search.png) no-repeat center 50% #ff6a33;}
.searchBox input:focus{background-color: #ccc;}
/*手机菜单*/
.mbmenu { display:none;}
.mbmenu .navmb{transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s; -webkit-transition-duration:.5s;}
.nav__trigger {display: block;position:fixed;width: 32px;height: 27px;right:15px;top: 10px;z-index: 99997;}
.nav--active .nav__trigger {opacity:1;}
.nav__icon {display: inline-block;position: relative;width: 32px;height: 2px;background-color:#333;-webkit-transition-property: background-color, -webkit-transform;transition-property: background-color, -webkit-transform;transition-property: background-color, transform;transition-property: background-color, transform, -webkit-transform;-webkit-transition-duration: 300ms;transition-duration: 300ms;}
.nav__icon:before,
.nav__icon:after {content: '';display: block;width: 32px;height: 2px;position: absolute;background: #333;-webkit-transition-property: margin, -webkit-transform;transition-property: margin, -webkit-transform;transition-property: margin, transform;
transition-property: margin, transform, -webkit-transform;-webkit-transition-duration: 300ms;transition-duration: 300ms;}
.nav__icon:before {margin-top:-9px;}
.nav__icon:after {margin-top:9px;}
.mbmenu .navmb { position:fixed; z-index:99996;top:50px;width: 100%;height: 100%;right:0; background:rgba(0,0,0,0.8);right:-100%;}
.mbmenu .navbg {position: fixed;left: 0px; top:50px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 1001; display: none;}
.mbmenu .nav--active .navbg {display: block;}
.mbmenu .nav--active .navmb {right:0;}
.mbmenu .nav--active .nav__icon {background: rgba(0, 0, 0, 0);}
.mbmenu .nav--active .nav__icon:before { margin-top: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.mbmenu .nav--active .nav__icon:after {margin-top: 0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}

.maintitle{text-align: center; padding-bottom:10px;line-height:1.6;}
.maintitle span{color: #1f824b; display: inline-block; margin-left: 5px;}
.maintitle p:nth-child(1) {font-size:32px; color: #444; font-weight:bold;}
.maintitle p:nth-child(2) {color: #666; font-size: 16px;}

.navlist { height:55px; line-height:55px; background: #eee;}
.navlist .bread-s0 { display: inline-block; padding-left: 20px; background: url(../images/map1.png) no-repeat left center;}
.navlist .bread-a {margin: 0 4px;}
@media(max-width:1024px){
	.navlist { height:auto; line-height:42px; display: none;}
}
.aboutcontent{line-height: 2; font-size: 16px; padding-top: 30px;}
.contactleft strong{font-size: 18px;}
.mapok{width:100%; min-height: 400px;}
.contactleft{padding: 0 0 30px; line-height: 2.5;}
.contactright{padding:0;}
.contactpage{padding:35px 100px; border-radius: 10px; background: #f8f8f8;}
.contactpage strong{text-align: center;font-size: 18px; display: inline-block;}
.coning{float:right; width:150px}
.contactpage .row-input input {box-sizing: border-box;background:#fff;width: 100%;height:45px;border: none;font-size: 14px;padding-left: 1.5%; display: block; border:1px solid #e6e6e6; border-radius: 4px;}
.contactpage .row-input textarea{box-sizing: border-box;background:#fff;width: 100%;height: 150px;font-size: 14px;padding: 10px 1.5%;line-height: 24px;resize: none; display: block; border:1px solid #e6e6e6;border-radius: 4px;}
.contactpage .row-right{text-align: left;margin-top:12px;}
.contactpage .row-right input{background: #0e9d47;width: 130px;height: 45px;border: none;font-size: 16px;color: #fff;cursor: pointer; display: block; letter-spacing:5px;}
.contactpage .row-right:hover input{background: #1f824b;}
.contactpage .row{margin-top:10px;}
.contactpage input:focus,.contactpage .row-input textarea:focus{ box-shadow: 0 0 6px rgba(20,111,181,0.2);}

.leftitem { padding-top: 20px; }
.leftlist a img:hover { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px);}
.leftlist { padding-bottom: 15px; }
.leftlist a { display: block; position: relative; background: #d8efe5; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden; }
.leftlist a img { -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; display: block; width: 100%; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
.leftlist a span { position: absolute; right: 22px; color: #222; font-size: 18px; top: 50%; display: block; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.rightimg{float:right; width:40%; margin-left: 30px;}
.caselist{}
.caselist li{float:left; width:48.5%; margin-right:3%; margin-top:30px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);-moz-box-shadow:1px 1px 3px rgba(0,0,0,.2); box-shadow: 1px 1px 3px rgba(0,0,0,.2)}
.caselist li:nth-child(2n){margin-right:0;}
.caselist .caseimg{overflow: hidden;}
.caselist img{transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease;}
.caselist li:hover img{transform: scale(1.1) ;-ms-transform: scale(1.1) ;-webkit-transform: scale(1.1);}
.caselist h2{font-size:18px; line-height: 40px; margin: 15px 0 0; text-align: center; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.caselist .homedesc{color:#888; overflow: hidden; line-height:26px; min-height: 54px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin: 0 20px 20px;}
.caselist li:hover h2{color:#1f824b;}
.news{padding-top:10px;}
.news li{ border-bottom: 1px dotted #e2e2e2; padding:20px 0; -webkit-transition: all .5s ease;	transition: all .5s ease;}
.news h2{font-size:20px; line-height: 40px; -webkit-transition: all .5s ease;	transition: all .5s ease;}
.news .newsfont{float: left; width:82%;}
.news .newsmore{float:right; width:10%; line-height: 32px; border-radius: 16px; border:1px solid #eee; text-align: center; margin-top: 35px;-webkit-transition: all .5s ease;transition: all .5s ease;}
.news .homedesc{color:#888; overflow: hidden; line-height:2; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; -webkit-transition: all .5s ease;transition: all .5s ease;}
.news li:hover{background: #0e9d47;}
.news li:hover h2,.news li:hover .addtime,.news li:hover .homedesc{color:#fff;}
.news li:hover .newsmore{border:1px solid #fff; background: #fff; margin-right: 10px;}
.news li:hover h2,.news li:hover .homedesc{color:#fff; padding-left: 10px;}

.viewbox{color:#666;text-align: center; border-bottom: 1px dotted #e2e2e2; padding:30px 0 10px;}
.viewbox img{text-align: center; margin:20px 0;}
.viewbox h2{font-size: 24px; color: #222; margin-bottom: 5px;}
.viewbox span{padding:0 10px;}
.viewcontent{line-height: 1.9; color:#555; padding: 25px 0;}
.viewcontent img{display: block; margin: 0px auto; text-align: center;}

.viewcontent table{border-left:1px solid #e2e2e2;border-top:1px solid #e2e2e2;border-collapse:collapse; background: #fff; width:100%}
.viewcontent td{padding:8px 5px;line-height:24px;text-align:center;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}

.context{padding: 10px 20px; background: #f8f8f8; height: 30px;}
.context li{line-height: 30px; color: #666; float: left; width:50%;}

.ptd20 {padding-top:25px;}
.othertit{border-bottom: 1px solid #e2e2e2; background: #fbfbfb; height:40px; line-height: 40px; font-size:18px; font-weight: bold; position: relative; color:#1f824b; padding-left: 25px;}
.othertit:before{width:4px; height: 20px; background:#ff6600; content: ''; position: absolute; left:10px; top:10px}

.hotcasetj{margin:10px -10px 0;}
.hotcasetj li{float:left; width:33.333%;}
.hotcasetj .hotbox{margin: 10px;}
.hotcasetj .proimg{overflow: hidden;}
.hotcasetj img{transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease;}
.hotcasetj li:hover img{transform: scale(1.1) ;-ms-transform: scale(1.1) ;-webkit-transform: scale(1.1);}
.hotcasetj h2{font-size: 14px; margin-top:15px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

/*二级分类*/
.wrapper-left{float:left; width:20%}
.wrapper-right{float:right; width:77%}
.com-title { padding: 20px 25px; color: #ffffff; font-size: 18px; text-transform: uppercase; line-height:35px; background: url(../images/tmlogo.png) right center no-repeat, #0e9d47; position: relative; font-weight: normal;}
.com-title:after {content: ""; position: absolute; border-top:16px solid #fff; border-left:16px solid transparent; display: block; top: 0; right: 0; transform: none;}
.common-nav { border: 1px solid #e2e2e2; border-top: 0; background: #f7f8fa;}
.common-nav ul li { border-top: 1px solid #e2e2e2;}
.common-nav ul li h4 a { color: #333333; font-size: 16px; display: block; padding: 18px 15px 18px 40px; position: relative; cursor: pointer;}
.common-nav ul li h4 a:after { content: ""; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-left: 5px solid #b3b3b3; border-bottom: 5px solid transparent; display: block; top: 50%; margin-top: -5px; left: 25px;}
.common-nav ul li.cur h4 a { color: #1f824b; font-weight: bold; background: #EBECEC;}
.common-nav ul li.cur h4 a:after{border-left: 5px solid #1f824b;}
/*三级分类*/
.three-nav { display: none; padding: 8px 0; background: #fff;}
.three-nav a { display: block; padding: 6px 0 6px 40px; position: relative; }
.three-nav a:after { content: ""; position: absolute; width: 6px; height: 6px; background: #999999; -webkit-border-radius: 100%; border-radius: 100%; display: block; top: 50%; margin-top: -3px; left: 25px; }
.three-nav a.cur, .three-nav a:hover { color: #1f824b;}
.three-nav a.cur:after, .three-nav a:hover:after { background: #1f824b;}
.pchiddle{display: block;}
.proviewtit{ height: 56px; border-bottom:1px solid #eee;}
.proviewtit h1{border-bottom: 2px solid #1f824b; line-height:55px; color: #333; font-size: 20px; font-weight: bold;float:left;}
.prosort{margin-left:-12px}
.prosort li{float:left; width:calc(100% / 3 - 12px); width:-webkit-calc(100% / 3 - 12px); margin-left:10px; margin-top: 20px; background: #f5f5f5; border:1px solid #e6e6e6; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.prosortaa{margin-left:-12px; padding:40px 0 60px;}
.prosortaa li{float:left; width:calc(100% / 4 - 12px); margin-left:12px; margin-top: 12px; background: #f5f5f5;border:1px solid #e6e6e6; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.prosort .sortimg img,.prosortaa .sortimg img{width:100%}
.prosort h2,.prosortaa h2{font-size: 18px; line-height: 40px;padding: 10px 10px 0 20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.sortjj{color:#777; padding: 5px 10px 15px 20px;}
.sortjj p{background: url(../images/sortjt.png) no-repeat left 50%; line-height:1.9; padding-left:20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.sortsm-right .sortjj{color:#666; padding: 5px 5px 15px 0;}
.sortmore{padding: 5px 15px 20px; text-align: center; font-size: 0;}
.sortmore a{border:1px solid #ccc; font-size: 14px; line-height: 34px; margin: 0 5px; padding: 0 15px; text-align: center; display: inline-block; background: #fff;}
.sortmore a:hover{border:1px solid #1f824b; background:#1f824b; color: #fff;}
.sortjdsm{ border:1px solid #eee; border-radius: 5px; padding: 30px; box-shadow: 0 3px 2px rgba(120,120,120,0.08);}
.sortsm-left{float:left; width:60%}
.sortsm-right{float:right; width:35%;}
.sortsmfont{ color: #666; line-height: 1.9;}
.sortsmfont h2{font-size: 20px; line-height: 1.5; margin-bottom: 10px; font-weight: bold; color: #1f824b;}
.fontmore{padding-top: 20px;}
.fontmore a{ text-align: center; line-height: 40px; margin: 10px 0; padding: 0 20px; display: block; border-radius: 4px; width:150px;color: #fff;}
.fontmore a:nth-child(1){background: #ff6600;}
.fontmore a:nth-child(2){background: #0e9d47;}
.fontmore a:nth-child(3){background: #0e9d47;}
.fontmore a:hover{ background:#444;}
.sortitem{padding: 20px 0 0;}
.sortitem li{float:left; width:49%; margin-right: 2%; margin-top: 3%; padding-bottom: 3%; border-bottom: 1px solid #eee;}
.sortitem li:nth-child(2n){margin-right:0}
.sortitemimg{float:left; width:50%;}
.sortitemfont{float:right; width:46%}
.sortitemfont .sortjj{color:#666; padding: 5px 5px 0 0;}
.sortitemfont h2{font-size: 24px; line-height: 1.5; margin: 10px 0; color: #1f824b;}
.brand { min-height:350px; background:url(../images/mbg.jpg) no-repeat center center; color: #fff; display: flex; align-items: center;}
.brandtita{font-size:30px; line-height:1.1;}
.brandtitb{ margin: 20px 0 30px; width:600px}
.brand .aboutmore{border:2px solid #fff;color: #fff; padding: 10px 40px; display: inline-block;}
.brand .aboutmore:hover{background: #fff;color: #333;}
/*二级分类结束*/
/*右侧工具条*/
#toolbar {position: fixed;z-index: 9999;right: 0px;bottom:5%;}
#toolbar li {margin-bottom: 1px;font-size: 0;width: 57px;height: 57px;right: 0;position: relative;}
#toolbar li a {display: block;position: absolute;z-index: 9;right: 0;top: 0;width: 57px;height: 57px;overflow: hidden;background: #292e39;-webkit-transition: all .5s ease;transition: all .5s ease;white-space: nowrap;font-size: 0;}
#toolbar li .icon-font {display: inline-block;vertical-align: middle;width: 57px;height: 57px;background-color: #d9d9d9;}
.icon-font {position: relative;}
.icon-font:after {content: "";width: 30px;height: 30px;background-image: url(../images/icon_spirit.png);background-repeat: no-repeat;position: absolute;left: calc(50% - 15px);top: calc(50% - 15px);}
#toolbar li .icon-qq:after {background-position: 0 -150px;}
#toolbar li .icon-phone:after {background-position: 0 -90px;}
#toolbar li .icon-ewm:after {background-position: 0 -30px;}
#toolbar li .icon-message:after {background-position: 0 -120px;}
#toolbar li .icon-top:after {background-position: 0 -60px;}
#toolbar li .icon-wangwang:after {background-position: 0 0;}
#toolbar li .wz {display: inline-block;line-height: 57px;font-size: 14px;color: #fff;vertical-align: middle;padding-left: 10px;}
#toolbar li.ewm .ewm-box {position: absolute;z-index: 1;padding: 5px;background: #292e39;width: 110px;right: 120%;bottom: 0;opacity: 0;visibility: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: all .7s;transition: all .7s;}
#toolbar li.ewm .ewm-box p {margin-bottom: 0;}
#toolbar li.ewm .ewm-box img {max-width: 100%;}
#toolbar li.ewm .ewm-box:after {content: '';position: absolute;right: -5px;bottom: 20px;width: 0;height: 0;line-height: 0;font-size: 0;overflow: hidden;border-width: 5px;cursor: pointer;border-style: dashed dashed dashed solid;border-color: transparent transparent transparent #292e39;border-right: none;}
#toolbar li.ewm:hover .icon {background-position: -57px -180px;}
#toolbar li.ewm:hover .ewm-box {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
#toolbar li.backtop {cursor: pointer;}
#toolbar li.backtop .iconfont {color: #fff;background-color: #292e39;}
#toolbar li:hover a {width: 200px;}
#toolbar li:hover .icon-font {background-color: #292e39;}
#toolbar li:hover .icon-qq:after {background-position: -30px -150px;}
#toolbar li:hover .icon-phone:after {background-position: -30px -90px;}
#toolbar li:hover .icon-ewm:after {background-position: -30px -30px;}
#toolbar li:hover .icon-message:after { background-position: -30px -120px;}
#toolbar li:hover .icon-wangwang:after {background-position: -30px 0;}
#toolbar li:hover .icon-top:after {background-position: -30px -60px;}

@media(max-width:1024px){
	#toolbar {display: none;}
	.banner .swiper-pagination{}
	.hidden_pc,.pchiddle,.newswrap{display: none;}
	.hidden_mob{display: block;}
	.banner .swiper-button-next{width:25px;height:25px;right:0; background-size:80%;}
	.banner .swiper-button-next{right: 10px!important;left: auto!important;}
	.banner .swiper-button-prev{left: 10px!important;}
	.wrapper{width:auto; padding: 0 2%;}
	.header .navmenu{display: none;}
	.header .logo {margin:0; width:120px; z-index: 999999; height:40px; position: fixed; left:2%; top:5px}
	.header {width: 100%;height: auto; z-index: 9999; position:static; left:0;top:0;}
	.topblank{min-height:50px;}
	.mbmenuwrap{background: #fff; z-index: 99999; position: fixed; width:100%; left:0; top:0; height: 50px;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
	.mbmenu { display:block;}
	.accordionmenu {margin:5px 15px}
	.accordionmenu i{background:url(../images/mbtel.png) no-repeat; width: 19px; height: 19px; background-size: 100%; vertical-align: middle; display: inline-block; margin: 0 8px 0 12px;}
	.accordionmenu ul { display:block;float:none; text-align:left;}
	.accordionmenu li { position:relative;border-bottom: 1px solid #666; display:block;width:100%;margin:0;color:#ddd}
	.accordionmenu li:last-child{border-bottom:0; line-height: 50px;}
	.accordionmenu a {display: block;font-size:14px;border-width:0;line-height:50px;padding-left:15px;color:#ddd}
	.accordionmenu li .link {cursor: pointer;display: block;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;height:50px; line-height:50px;color:#ddd;padding-left:15px; background: url(../images/icon-plus.png) no-repeat 96% 50%;background-size:16px auto !important;}
	.accordionmenu li .link a {color:#ddd;font-size:14px;}
	.accordionmenu li.open .link { background:url(../images/icon-minus.png) no-repeat 96% 50%; color: #fff; font-weight: bold;}
	.accordionmenu .submenu {display:none; padding: 0 0 20px;}
	.accordionmenu .submenu dd { height:34px; line-height:34px;}
	.accordionmenu .submenu dd a:before{content: ''; width:3px; height:3px; background: #666; display: inline-block; vertical-align: middle; margin-right:8px;}
	.accordionmenu .submenu dd a { display:block;color:#ddd;font-size:14px;}
	.accordionmenu .submenu dd a:hover {color:#fff}
	.pd60{padding: 20px 0;}
	.footer{background:#0e9d47; color: #e6f5ec; font-weight: 100;}
	.foot{width:100%; padding:10px 0; display:initial}
	.foot-left{width:auto; padding: 10px 0 5px;}
	.foot-middle{width:100%;display: none;}
	.foot-right{width:auto; padding-bottom: 10px;}
	.downwx img{width:120px; display: block; padding-top:0px;}
	.downwx{text-align: center; padding-top: 0px;}
	.downwx>div{display: inline-block; margin: 0 10px;}
	.footer p{line-height:24px; color: #f8f8f8;text-align: center;}
	.footer .downmenu dd{line-height:22px; text-align: center;}
	.footer h2{font-size: 14px; margin-bottom:5px;text-align: center;}
	.copyright{padding:10px 0; font-size: 12px; line-height: 1.5;}
	.copyright a{margin-left:4px; margin-right:4px;}
	
	.search{padding: 10px 0 15px;}
	.searchleft{float:none;width:100%}
	.searchright{float:none; width:100%;display: none;}
	.search h2{font-size: 18px; font-weight: bold; padding-bottom:15px;}
	.search h2 span{display: block; font-weight: normal; font-size: 14px; text-transform: uppercase; color: #888;}
	.search strong{font-size: 24px; color: #1f824b; line-height: 38px; font-weight: normal; font-family: 'Montserrat'; border:1px solid #e6e6e6; background: #fbfbfb; border-radius: 4px; display: inline-block; padding: 0 15px;}
	.searchBox{overflow: hidden; height: 40px;}
	.searchBox input{float: left;display: block;line-height: 40px;transition: background 0.5s;text-indent: 10px;width:calc(100% - 60px);height: 40px;background: rgba(155,155,155,0.2);outline: none;}
	.searchBox .searchSub{display: block;float: left;width:60px;background:url(../images/search.png) no-repeat center 50% #0e9d47; text-indent: 0; color: #fff; height: 40px;outline: none; cursor: pointer;}
	.searchBox .searchSub:hover{background:url(../images/search.png) no-repeat center 50% #ff6a33;}
	.searchBox input:focus{background-color: #ccc;}
	
	.maintitle{text-align: center; padding-bottom:10px;line-height:1.6;}
	.maintitle span{color: #1f824b; display: inline-block; margin-left: 2px;}
	.maintitle p:nth-child(1) {font-size:18px; color: #444; font-weight:bold;}
	.maintitle p:nth-child(2) {color: #666; font-size: 12px;}
	
	.wrapper-left{float:none; width:100%; padding-bottom: 15px;}
	.wrapper-right{float:none; width:100%}
	.coning{float:none; display: block;}
	.prosort{margin-left:0}
	.prosort li{float:none; width:100%; margin-left:0; margin-top: 10px; background: #f5f5f5; border:1px solid #e6e6e6; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
	.prosortaa{margin-left:0px; padding:5px 0 15px;}
	.prosortaa li{float:none; width:100%; margin-left:0px; margin-top:10px;}
	.prosort h2,.prosortaa h2{font-size: 16px; line-height:1.3;padding:15px 5px 0 10px;}
	.sortjj{color:#777; padding: 10px;}
	.sortjj p{ line-height:1.9; padding-left:20px;}
	.sortsm-right .sortjj{color:#666; padding: 5px 5px 15px 0;}
	.sortmore{padding: 5px 15px 20px; text-align: center;}
	.sortmore a{ line-height: 30px; padding: 0 15px;}
	
	.sortjdsm{ border:0px; border-radius: 0px; padding: 0px; box-shadow: none;}
	.sortsm-left{float:none; width:100%}
	.sortsm-right{float:none; width:100%;}
	.sortsmfont{ color: #666; line-height: 1.7;}
	.sortsmfont h2{font-size:16px; font-weight: bold; margin: 15px 0 10px;}
	.fontmore{padding-top: 5px; font-size: 0;}
	.fontmore a{ line-height: 38px; font-size:14px; padding: 0; display:inline-block; width:32%;color: #fff;}
	.fontmore a:nth-child(1){background: #ff6600;}
	.fontmore a:nth-child(2){background: #0e9d47;margin: 0 2%;}
	.fontmore a:nth-child(3){background: #0e9d47;}
	.fontmore a:hover{ background:#444;}
	
	.sortitem{padding: 20px 0 0;}
	.sortitem li{float:none; width:100%; margin-right: 0; margin-top:2%; padding-bottom:2%; border-bottom:0}
	.sortitem li:nth-child(2n){margin-right:0}
	.sortitemimg{float:none; width:100%;}
	.sortitemimg img{width:100%}
	.sortitemfont{float:none; width:100%; padding-top: 10px;}
	.sortitemfont .sortjj{color:#666; padding:0;}
	.sortitemfont .fontmore a{width:auto; padding: 0 20px;}
	.sortitemfont h2{font-size:18px; line-height: 1.5; margin:5px 0; color: #1f824b;}
	.brand { min-height:auto; padding: 25px 0; color: #fff; background-size: cover; display: flex; align-items: center;}
	.brandtita{font-size:20px; font-weight: bold; line-height:1.1;}
	.brandtitb{ margin: 10px 0 20px; width:auto; line-height: 1.6; font-size: 12px;}
	.brand .aboutmore{border:2px solid #fff;color: #fff; padding: 6px 20px; display: inline-block;}
	.brand .aboutmore:hover{background: #fff;color: #333;}
	
	.inxcase .maintitle{padding-bottom:15px;}
	.inxcase .swiper-button-prev{ top:48%;width: 30px;height: 36px;}
	.inxcase .swiper-button-next{top: 48%;width: 30px;height: 36px;}
	.inxcase h2{font-size: 14px; line-height:45px;}
	.homeabout{background: #fff;}
	.homeabout .maintitle{padding-bottom: 15px;}
	.homeabout li{float:none; width:100%; margin-right: 0; margin-top:2%; border-radius: 4px; overflow: hidden; background: #f5f5f5;}
	.homeabout li:nth-child(3){margin-right:0}
	.homeabout .aboutjj{padding:12px 15px; color: #666; line-height:1.8;}
	.homeabout .abojt{text-align: center;padding-bottom:15px;}
	.homeabout h3{font-size: 18px; line-height: 30px; padding: 13px 0; margin:0 15px;}
	.homeabout h3 span{font-size: 12px; line-height: 1;}
	.com-title { padding: 7px 20px; font-size: 16px; background: #0e9d47; position: relative; cursor: pointer;}
	.com-title:after {content: ""; position: absolute; width: 12px; height: 12px; border-right: 1px solid #fff; border-top: 1px solid #fff; border-left: 0; border-bottom: 0; display: block; top: 15px; right: 20px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
	.common-nav ul li h4 a { font-size: 14px; padding: 12px 12px 12px 35px;}
	.common-nav ul li h4 a:after {left: 20px;}
	/*三级分类*/
	.three-nav { display: none; padding: 8px 0; background: #fff;}
	.three-nav a { display: block; padding: 6px 0 6px 40px; position: relative; }
	.three-nav a:after { content: ""; position: absolute; width: 6px; height: 6px; background: #999999; -webkit-border-radius: 100%; border-radius: 100%; display: block; top: 50%; margin-top: -3px; left: 25px; }
	.three-nav a.cur, .three-nav a:hover { color: #1f824b;}
	.three-nav a.cur:after, .three-nav a:hover:after { background: #1f824b;}
	.context{padding: 7px 10px; background: #f8f8f8; height: auto;}
	.context li{line-height: 28px; float: none; width:100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
	.viewcontent td{padding:5px 5px;}
	.viewcontent{line-height: 1.8; color:#555; padding: 15px 0;}
	.aboutcontent{line-height:1.8; font-size: 14px; padding-top: 15px;}
	
	.ptd20 {padding-top:15px;}
	.othertit{ font-size:16px;}
	.othertit:before{width:4px; height:18px; left:10px; top:11px}
	.hotcasetj{margin:10px 0 0;}
	.hotcasetj li{float:none; width:100%; margin-top: 15px;}
	.hotcasetj .hotbox{margin: 0px;}
	.hotcasetj h2{font-size: 16px; margin-top:8px;}
	.caselist{padding: 10px 0 0;}
	.caselist li{float:none; width:100%; margin-right:0%; margin-top:2%; padding-bottom: 2%;}
	.caselist h2{font-size:16px; line-height: 40px; margin: 10px 0 0;}
	.caselist .homedesc{line-height:22px; min-height: 46px; margin: 0 12px; font-size: 12px;}
	.viewbox{ padding:15px 0 5px;}
	.viewbox img{text-align: center; margin:10px 0;}
	.viewbox h2{font-size: 18px; color: #222; margin-bottom: 5px;}
	.viewbox span{padding:0 10px;}
	
	.proviewtit{ height: 41px;}
	.proviewtit h1{ line-height:40px; font-size:18px;}
	.contactleft strong{font-size: 16px;}
	.mapok{width:100%; min-height: 400px;}
	.contactleft{padding: 0 0 15px; line-height:1.8;}
	.contactright{padding:0;}
	.contactpage{padding:15px; border-radius: 0; background: #f8f8f8;}
	.contactpage strong{text-align: center;font-size: 16px; display: inline-block;}
	.contactpage .row-input input {height:40px;}
	.contactpage .row-input textarea{height: 110px;line-height: 22px;}
	.contactpage .row-right{text-align: left;margin-top:8px;}
	.contactpage .row-right input{width: 110px;height: 40px;font-size: 14px;}
	.contactpage .row{margin-top:8px;}
	.contactpage input:focus,.contactpage .row-input textarea:focus{ box-shadow: 0 0 6px rgba(20,111,181,0.2);}
	
}
/*20220804新增*/
.downloadlist{overflow: hidden;}
.downloadlist h2{font-size: 16px; font-weight:bold; padding:20px 0 5px}
.downloadlist ul{margin:0 -8px;}
.downloadlist ul li {float:left; width:25%;}
.downloadlist ul li .downbox{ background:url(../images/downbtn.png) no-repeat 95% center #f0f2f8; margin:8px;-webkit-transition: all .5s ease;transition: all .5s ease;}
.downloadlist ul li:hover .downbox{background:url(../images/downbtn.png) no-repeat 95% center #deedea; color:#fff;}
.downloadlist ul li a{display: block; padding:15px;font-size: 14px;}
@media(max-width:1024px){
.downloadlist h2{font-size: 14px; padding:10px 0 5px}
.downloadlist ul{margin:0 -4px;}
.downloadlist ul li {float:left; width:50%;}
.downloadlist ul li .downbox{ margin:4px;}
.downloadlist ul li a{padding:8px 0 8px 10px}
}