@charset "utf-8";
/* CSS Document */
.header{width: 100%; transition: .5s;z-index: 100;background: #fff; }
.top{width: 100%;height: 35px;background: #eeeeee;}

.headerbox{width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;max-width: 94%;height: 1.17rem;}
.logo{width: 1.35rem; }
.logo img{width: 100%;}
.ssdl{width: 410px;display: flex;justify-content: space-between;align-items: center;}
.ssdlbox{position: relative;width:207px;height: 38px;border: 1px solid #eee;border-radius: 5px;}
.wby1{height: 36px; line-height: 36px;width: 100%; padding-left: 40px;font-size:14px;color:#9E9E9E;}
.btn1{position: absolute;background: url(../images/a1.png);width: 16px;height: 16px;cursor: pointer; border: none;background-size: 100% 100%; left: 12px;top: 50%;transform: translateY(-50%);cursor: pointer;}
.ssdl ul{display: flex;font-size: 14px;}
.ssdl a{color: #9E9E9E;}
.ssdl a:hover{color: #29cc57;}


.nav{ background: #29cc57;}
.nav ul{text-align: center;width: 100%;}
.nav li{ position: relative; padding: 0 .45rem;display: inline-block;line-height: 50px;}
.nav li:before{position: absolute;content: "";border-right: 1px solid #fff;height:50%;right: 0;top: 50%;transform: translateY(-50%);}
.nav li a{font-size: 14px;color: #000;}
.nav li:last-child:before{border: none;}

.banner{position: relative;overflow: hidden;height: 300px;background: #eee;}
.banner img{width: 100%;height: 100%; object-fit: cover;}

.wz1200{width: 1200px;margin: 0 auto;max-width: 94%;}
.rmcp_title{text-align: center; padding: .8rem 0 .6rem;}
.rmcp_title h2{color: #000;display: inline-block; position: relative;font-size: var(--font26);margin-bottom: .1rem;}
.rmcp_title p{ color: #000;font-size: 12px;}
.rmcp_title h2 b{font-weight: bold;}
.rmcp_title h2:before{background: url(../images/a2.png); right: -2rem;top: 50%;transform: translateY(-50%);background-size: 100% 100%; position: absolute;content: "";height: 2px;width: 1.53rem;}
.rmcp_title h2:after{background: url(../images/a3.png); left: -2rem;top: 50%;transform: translateY(-50%);background-size: 100% 100%; position: absolute;content: "";height: 2px;width: 1.53rem;}
.rmcp_nr{padding-bottom: .85rem;}
.rmcp_nr h2{font-weight: bold;position: relative;font-size: var(--font24); margin-bottom:.3rem;font-weight: bold;color: #000;padding-left: .2rem;}
.rmcp_nr h2:before{position: absolute;content: '';border-left: .08rem solid #29cc57;height: 100%;top: 0;left: 0;}
.rmcp_nr ul{display: flex;justify-content: space-between;gap:.23rem;}
.rmcp_nr li{width: calc(25% - .69rem/4);}
.rmcpbox{border: 1px solid #eee;padding: .2rem .12rem;}
.rmcpbox span{display: block;height: 2.75rem; overflow: hidden;}
.rmcpbox span img{width: 100%;height: 100%; object-fit: cover;transition: all .5s;}
.rmcpbox:hover img{transform: scale(1.1);}
.rmcpText{padding: .2rem 0 0 0;text-align: right;}
.rmcpText h3{font-weight: bold;font-size: 16px;color: #000; margin-bottom: .15rem;text-align:left;line-height: 1.5;height: 3em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.rmcpText p{color: #000;line-height: 1.6;font-size: 14px;text-align:left;}
.rmcpText a{display: inline-block; width: 107px;text-align: center; line-height: 30px;transition: all .5s;color: #fff;font-size: 14px;background: #eb6b40;margin-top: .15rem;}
.rmcpText a:hover{letter-spacing: 3px;}

.bj1{ background:#29cc57;}
.cpfl{width: 1200px;margin: 0 auto;max-width: 94%; padding-bottom: .45rem;}
.cpfl_nr ul{display: flex;justify-content: space-between;gap:.2rem;}
.cpfl_nr li{width: calc(16.66% - 1rem/6);}
.cpfl_nr b{height: 1.83rem;border: .05rem solid #fff; overflow: hidden;display: block;}
.cpfl_nr b img{width: 100%;height: 100%; object-fit: cover;transition: all .5s;}
.cpfl_nr p{color: #000;text-align: center; font-size: 16px; line-height: 2.2;}
.cpfl_nr a:hover img{transform: scale(1.1);}

.bj2{background: #d4f5dd;}
.qyys{width: 1200px;margin: 0 auto;max-width: 94%; padding-bottom: .8rem;}
.qyys_nr ul{display: flex;justify-content: space-between;gap:.3rem}
.qyys_nr li{width: calc(25% - .9rem/4);}
.qyys_nr img{width: 100%;transition: all .5s;}
.qyys_nr span{display: block;}
.qyys_nr span:hover img{transform: translate(0, -10px);}

.news{width: 1200px;max-width: 94%; margin: 0 auto; padding: .54rem 0 .6rem;}
.newsbox{padding: 11px 11px 20px 11px;border-radius: 10px;box-shadow:0 0 10px rgba(0, 0, 0, .2); }
.newsbox span{display: block;height: 1.85rem;overflow: hidden;}
.newsbox span img{width: 100%;height: 100%; object-fit: cover;transition: all .5s;}
.rmcp_nr a:hover img{transform: scale(1.1);}

.footer{background: #29cc57;}
.footerbox{padding: .35rem 0 .3rem; width: 1200px;margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.3);display: flex;justify-content: space-between;max-width: 94%;}
.wby2{width: 240px;height: 40px;border: 1px solid #119637; line-height: 38px;padding-left: 10px;background: #fff; margin-top: 15px;}
.wby2::-webkit-input-placeholder{color:#9fcdac;margin-top: .18rem;}
.btn4{cursor: pointer;width: 98px;height: 40px;border: none;color: #fff;background: #1d8e3d;margin-top: 10px;display: block;}
.foot_right{width: calc(100% - 400px);}
.foot_right ul{display: flex;justify-content: space-between;}
.foot_right h2{font-weight: bold;color: #000;margin-bottom: .15rem;font-size: var(--font20);}
.foot_right dt{font-size: 16px;line-height: 1.8;}
.foot_right dt a{color: #000;}
.foot_right dt a:hover{opacity: .6;}
.bqxx{width: 1200px;max-width: 94%; margin: 0 auto; padding: .25rem 0;}
.bqxx p{font-size: 14px;line-height: 1.6; color: #fff;}
.righgdf{position: fixed;width: .64rem;bottom: 10%; right: 5px;}
.righgdf li{padding-bottom: 10px;}
.righgdf img{width: 100%; }

/*index.html*/
.link{padding-bottom: 1rem;}
.cpfl_title h2{font-weight: bold;position: relative;font-size: var(--font24); margin-bottom:.3rem;font-weight: bold;color: #000;padding-left: .2rem;}
.cpfl_title h2:before{position: absolute;content: '';border-left: .08rem solid #29cc57;height: 100%;top: 0;left: 0;}
.cpfla_nr{display: flex;justify-content: space-between;align-items: flex-start; }
.cpfla_left{width: 280px;border: 1px solid #cccccc;padding: .3rem;}
.cpfla_left li{font-size: var(--font18);line-height: 1.8;}
.cpfl_left li a{color: #000;}
.cpfla_left li.cur a{color: #29cc57;}
.cpfla_left a:hover{color: #29cc57;}
.cpfla_right{width: calc(100% - 300px);}
.cpppl ul{display: flex;justify-content: space-between;gap:24px;flex-wrap: wrap;}
.cpppl li{width: calc(33.33% - .48rem/3);}
.wzfy{padding-top: .45rem;}
.wzfy li{display: inline-block;}
.wzfy li a, .wzfy li span{display: inline-block; line-height: 35px; padding: 0 14px;background: #beefcc;color: #29cc57;font-size: 14px; margin-right: 5px;}
.wzfy li.cur a, .wzfy li.active span{color: #fff;background: #29cc57;}
.wzfy a:hover{color: #fff;background: #29cc57;}

/*cpxq*/
.dqwz{padding:.6rem 0 .4rem;}
.dqwz p{font-size: 14px;color: #000;}
.dqwz p a{color: #000;}
.dqwz p span{padding: 0 5px;}
.dqwz p a:hover{color: #29cc57;}
.dqwz p img{display: inline-block;vertical-align: middle; margin: -3px 8px 0 0;}
.cpdd{display: flex;justify-content: space-between;}
.cpdd_left{width: 55%;}
.cpdd_left img{width: 100%;}
.cpdd_right{width:calc(45% - 30px); border: 1px solid #d6d6d6;}
.cpdd_title h2{color: #000;font-size: 18px;padding-left: 20px; line-height: 60px;font-weight: bold;}
.cpgg{display: flex;justify-content: space-between;align-items: center; padding: 10px 20px;background: #d4f5dd;}
.cpgg p{font-size: 14px;color: #000;}
.cpgg ul{width: calc(100% - 150px);display: flex;justify-content: space-between;align-items: center;font-size: 14px;}
.cpgg li{color: #000; margin: 0 5px;}
.wby3{width:50px; padding: 0 10px; height: 32px;line-height: 30px;border: 1px solid #697a6e;}
.wby5{width:72px; padding: 0 10px; height: 32px;line-height: 30px;border: 1px solid #697a6e;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none;background: url(../images/a17.png) no-repeat right center #d4f5dd;}
.qhnr{border-top: 1px solid #fff;}
.wlbox{background:url(../images/a18.png) no-repeat 95% center #29cc57; padding: 10px 20px;cursor: pointer;}
.wlbox.on1{background:url(../images/a20.png) no-repeat 95% center #29cc57; }
.flal h2{color: #000;font-size: 14px;font-weight: bold; padding-bottom: 8px;}
.cpgg h2{color: #000;font-size: 14px;font-weight: bold;margin-bottom: 8px; border-bottom: 1px solid #333;padding-bottom: 8px;}
.flal p{color: #000000;opacity: .7;}
.jbbox{display: flex;justify-content: space-between;align-items: center;}
.jbbox p{font-size: 14px; color: #000;}
.cpgg1{display: block;width: 100%;}
.wbbox{width:calc(100% - 150px);}
.cpgg{display: none;}

.cdsl{padding: 20px;}
.cdsl li{padding-bottom: .2rem;}
.cdsl b{font-size: 14px;color: #000; font-weight: bold;}
.plussub{display: inline-block;vertical-align: middle; width: 90px;height: 32px;overflow: hidden;}
.sub{height: 32px;line-height: 32px; text-align: center;background: #000;float: left;color: #fff; font-size: 16px;width: 20px;cursor: pointer;font-weight: bold;}
.plus{height: 32px;line-height: 32px; text-align: center;background: #000;float: right;color: #fff; font-size: 16px;width: 20px;cursor: pointer;font-weight: bold;}
.yzquantity1{width: calc(100% - 44px);text-align: center; margin-left: 2px;height: 32px;line-height: 30px;border: 1px solid #000;}
.cdsl p{font-size: 14px; font-weight: bold;margin-bottom: 8px;color: #000;}
.cdsl p img{display: inline-block;vertical-align: middle; margin: -3px 0 0 8px;}
.wby6{width: 100%;height: 32px;border: 1px solid #000; padding: 0 10px;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none; background: url(../images/a17.png) no-repeat right center;}

.sccs{padding: .5rem 0;}
.cpcs_title{border-bottom: 1px solid #d6d6d6;}
.cpcs_title ul{overflow: hidden;}
.cpcs_title li{float: left; padding-right: 5px;}
.cpcs_title span{display: block; color: #D6D6D6;font-size: var(--font24); padding: 0 .4rem;cursor: pointer;line-height: .65rem;position: relative;}
.cpcs_title span:before{position: absolute;content: ""; border-bottom: 3px solid #29cc57;width: 0;bottom: 0;left: 50%;transform: translateX(-50%);transition: .5s;}
.cpcs_title li.cur span{color:#000;}
.cpcs_title li.cur span:before{width: 100%;}
.cpcsbox{padding: .5rem;animation: fadeIn 1s 1;}
.cpcsbox h2{color: #000; font-weight: bold;font-size: var(--font28);margin-bottom: .2rem;}
.cpcsbox p{color: #000;line-height: 1.6;font-size: 16px;}
.btn7{width: 100%;display: block; line-height: 50px;font-size: 14px;color: #fff;background: #eb6b40;text-align: center;}
@media(max-width:1200px){

}
@media(max-width:1000px){
.header{height: 60px;box-shadow:0 0 10px rgba(0, 0, 0, .1);background: #fff; position: fixed;left: 0;top: 0;width: 100%; }
.ssdl{display: none;}
.top{display: none;}
.logo{width: 120px;}
.yznr{margin-right: 50px;}
.dhbtn{position: absolute;width: 30px;height: 30px;border-radius: 4px;background: url(../images/d1.png) no-repeat center center #29cc57;background-size: 20px 20px;right: 5%;top: 50%;transform: translateY(-50%);}
.dhbtn.on{background: url(../images/d2.png) no-repeat center center #29cc57;background-size: 20px 20px;}

.nav{position: fixed;z-index: 50;width: 200px;height:calc(100vh - 60px);top: 60px;left: -200px;overflow: auto;}
.nav ul{display: block;}
.nav li{padding: 0;width: 100%;}
.nav li a{color: #333;border-bottom: 1px solid #EEE;line-height: 40px;font-size: 14px;display: block;padding: 0 15px;}
.nav li:before{border: none;}
.dhbj{width: 100%;height: 100%; position: fixed;z-index: 49;background: rgba(0,0,0,.7);left: 0; top: 0;display: none;}

.cpdd{display: block;padding: 30px 0;}
.cpdd_left{width: 100%;}
.cpdd_right{width: 100%; margin-top: 15px;}
.sccs{padding: 0;}
.cpcs_title span{padding: 0 7px; font-size: 16px; line-height: 2.2;}
.cpcsbox{padding: 15px 15px 30px 15px;}
.footerbox{display: block;padding: 30px 0;}
.foot_left img{margin: 0 auto;}
.wby2{margin: 10px auto;display: block;}
.btn4{display: block;margin: 0 auto;}
.foot_right {width: 100%;padding-top: 15px;}
.cpgg ul{width: auto;}
.cpgg li{padding-left: 5px;}
.bqxx p{text-align: center;}
.foot_right dt{font-size: 14px;}
.banner{margin-top: 60px;height: 180px;}
.cpfla_nr{display: block;}
.cpfla_left{width: 100%;}
.cpfla_right{width: 100%; padding-top: 30px;}
.cpppl ul{display: block;}
.cpppl li{width: 100%; padding-bottom: 15px;}
.rmcpbox{padding: 15px;}
.rmcpbox span{height: 100%;}
.link{padding-bottom: 30px;}
.rmcp_nr ul{display: block;}
.rmcp_nr li{width: 100%;padding-bottom: 15px;}
.cpfl_nr ul{flex-wrap: wrap;}
.cpfl_nr li{width: calc(50% - .2rem/2);}
.cpfl_nr b{height: auto;}
.qyys_nr ul{flex-wrap: wrap;}
.qyys_nr li{width: calc(50% - .3rem/2);}
.newsbox span{height: auto;}
.rmcp_nr{padding-bottom: 0;}
}

@media(max-width:780px){






}

