@charset "utf-8";
/* CSS Document */
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p{margin:0px;padding:0px;font-family:微软雅黑;color:#000;}
body{background:#ffffff;}
ul{list-style:none;}
img,a img{border:0px;border:none;}
a{text-decoration:none;}
a.hidefocus{outline:none}
a:hover{text-decoration:underline;text-decoration:none;}
label{ margin-bottom:0; font-weight:normal;}
input{border:0;outline:none;/*去除蓝色边框*/}
select::-ms-expand { display:none;}
select{ appearance:none; -moz-appearance:none; -webkit-appearance:none;background-color:#fff; }
.white{ background:#fff;}
.flex{display: flex; align-items: center; flex-wrap: wrap;}
/*****以上样式不可更改*****/

.header {width:100%;position:fixed;top:0;left:0;z-index:999;background:#199737;}
/*左侧logo*/
.header .logo {width:150px; float:left; padding:10px 0px;}
.header .logo img { width:100%;}
.header .logo span{font-size: 14px; color: #FFFFFF; line-height: 20px; display: block; margin-top:6px;}
.headerFlex{ display: flex; align-items: center; justify-content: space-between;}
.header .nav {height:100%;}
.header .navbar_nav{ display: flex; align-items: center;}
.header .navbar_nav li {position:relative;display:block; margin-left:35px;}
.header .navbar_nav li a {font-size:18px; color: rgba(255,255,255,0.8); height:33px; position: relative; display: block;}
.header .navbar_nav li:hover a,.header .navbar_nav li.active a {color: rgba(255,255,255,1);}
.header .navbar_nav li:hover a::before,.header .navbar_nav li.active a::before{ height:2px; width:30px; position: absolute; bottom: 0; left: 50%;transform: translateX(-50%); content: ""; background: rgba(255,255,255,1);}
#navToggle {display:none;}
.m_nav { display:none;}
.wrap{ padding-top:70px;}
.pa50{ padding: 50px 0px;}
.title {text-align: center;}
.title span{ text-transform: uppercase;font-size: 20px; color: #999999; line-height: 28px; display: block;}
.title h2{font-size: 26px; color: #333333; line-height:1.1; margin-top: 5px;}
.title em{width: 23px; height:2px; background:#0DB637; display: inline-block;}
.indexJieshaoBox{ margin-top: 45px;}
.indexJieshaoBox .imgBox img{ width: 100%;}
.indexJieshaoBox .txtBox{background: rgba(58,194,92,0.05); border: 1px solid #0DB637; padding:40px 45px 20px 45px; height: 100%;}
.indexJieshaoBox .txtBox h2{font-size: 22px; font-weight: 500; color: #333333; line-height:1.3;}
.indexJieshaoBox .txtBox p{font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; line-height:1.4; margin-top: 30px;}
.moreOpen{width: 138px; height: 42px; border: 1px solid #199737; display: flex; align-items: center; justify-content: center; margin: 0px auto; margin-top: 40px; color: rgba(0, 0, 0, 0.80); font-size: 16px;}
.moreOpen:hover{ color: #fff; background: #199737;}
.moreOpen i{ font-size: 18px; margin-left: 8px;}
.indexDongtai{ background: rgba(25, 151, 55, 0.15);}
.indexDongtailist {display: flex; flex-wrap: wrap; padding-top: 15px;}
.indexDongtailist li{ margin-top:30px;}
.indexDongtailist li .item{background: #FEFFFE; display: block;transform: translateY(0); transition:0.6s; }
.indexDongtailist li .item .imgBox img,.indexDongtailist li .item .imgBox { width: 100%; height: 260px; object-fit: cover;-webkit-transition: -webkit-transform .5s;transition: transform .5s; overflow: hidden;}
.indexDongtailist li .item:hover .imgBox img{-webkit-transform: scale(1.1);transform: scale(1.1)}
.indexDongtailist li .item .txtBox{ padding-top: 65px; padding-left:30px; padding-right: 30px; padding-bottom: 30px; min-height: 220px; position: relative;}
.indexDongtailist li .item .txtBox .time{ background:url(../images/time.png) no-repeat; background-size: 100% 100%; min-width: 135px; height: 28px; position: absolute; left: 0; top:20px; font-size: 12px; color: #0D8E2D;line-height: 28px; padding-left: 5px; padding-right: 20px;}
.indexDongtailist li .item .txtBox h3{font-size: 16px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; line-height: 22px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical; margin-bottom: 15px;}
.indexDongtailist li .item .txtBox p{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666666; line-height: 20px;}
.indexDongtailist li .item:hover .txtBox h3{ color:  #199737;}
.indexDongtailist li .item:hover{transform: translateY(-5px);}
.indexlianxi{background: #F9F9F9;}
.mapBox{ position: relative; margin-top: 45px;}
.mapBox .map img{ width: 100%;}
.mapBox .txtBox{ position: absolute; left: 10%; top: 0; background: #19A10F; width:300px; padding: 20px;}
.map_title{ display: flex; align-items: center; justify-content: center;font-size: 18px; color: #FFFFFF; line-height: 25px;}
.map_title em{width: 23px; height: 1px; background: #fff; margin: 0px 10px;}
.mapBox .txtBox dl{ display: flex; margin-top:15px; align-items: flex-start;}
.mapBox .txtBox dl dt{ width: 18px; height: 18px; margin-right: 5px;}
.mapBox .txtBox dl dt img{ width: 100%;}
.mapBox .txtBox dl dd{ flex: 1;font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; line-height: 20px;}
.banner img{ width: 100%;}
.footer{ background: #333333;}
.footerTop{ padding: 20px 0px; border-bottom:1px solid #4A4A4A; text-align: center;}
.footerNav{ display: flex; align-items: center; justify-content: center;font-size: 18px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; line-height: 25px;}
.footerNav a{ color: #FFFFFF; margin: 0px 15px;}
.footerNav a:hover,.footerBei a:hover{ color: #199737;}
.Copyright{font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; line-height: 20px; margin-top: 18px;}
.footerBei{ padding: 15px;font-size: 14px; font-family: FZLTHK--GBK1-0, FZLTHK--GBK1; font-weight: normal; color: #FFFFFF; line-height: 17px; text-align: center;}
.footerBei a{color: #FFFFFF; margin: 0px 10px;}
.indexJieshaoBox { display: flex; flex-wrap: wrap;}
.bannerBox img{ width: 100%;}
.mt0{ margin-top: 0px;}
.dongtaiList{ background: #fff;}
.dongtaiList .indexDongtailist li .item{background: rgba(30,173,49,0.06); border: 1px solid #58CA74;}
.mbxNav{ background: #F0F0F0; margin-top: 40px;}
.mbxNav a{ color: #272742; position: relative; padding-right:20px;font-size: 14px; line-height:55px;}
.mbxNav a:hover{ color:#199737;}
.mbxNav a::before{content: "\f105"; position: absolute; right:7px; top: 50%;transform: translateY(-50%); }
.mbxNav a:last-child::before{ display: none;}
.details_title{border-bottom:1px solid #979797; padding-bottom: 20px;}
.details_title h1{font-size: 44px; color: #333333; line-height: 62px; margin-bottom:20px;}
.details_title time{font-size: 14px; color: #333333; line-height: 20px; display: block;}
.details_text{ padding: 30px 0px;}
.details_text p{font-size: 16px; color: #333333; line-height:1.6; padding: 8px 0px;}
.details_text img{ width: 100%;}








@media screen and (max-width:1199px) {	
	.header .navbar_nav li a{ font-size: 16px;}
	.indexJieshaoBox .txtBox{ padding: 15px;}
	.moreOpen{ width: 120px; height: 35px; font-size: 14px;}
	.indexJieshaoBox .txtBox p{ margin-top: 20px;}
	.indexDongtailist li .item .txtBox{ padding-left: 15px; padding-bottom: 15px; padding-right: 15px;}
}



@media screen and (max-width:992px) {
	.wrap{ padding-top:51px;}
	.header .logo { width:120px;}
	.header .logo{ padding:7px 0px;}
	.header .logo span{ font-size: 12px; margin-top:2px; line-height: 1.4;}
	.header #navToggle {display:block; height:25px; position: relative; z-index: 998;position: relative;}
	.header #navToggle span {position:relative;width:25px;height:2px; margin-top: 12px;}
	.header #navToggle span:before,.header #navToggle span:after {content:'';position:relative;width:100%;height:2px;left:0;}
	.header #navToggle span,.header #navToggle span:before,.header #navToggle span:after {-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;display:block;background:#fff;}
	.header #navToggle span:before {top:8px;}
	.header #navToggle span:after {bottom:10px;}
	.header #navToggle.open span:before {top:11px;-webkit-transform:translateY(-11px) rotate(-45deg);-moz-transform:translateY(-11px) rotate(-45deg);-ms-transform:translateY(-11px) rotate(-45deg);-o-transform:translateY(-11px) rotate(-45deg);transform:translateY(-11px) rotate(-45deg);}
	.header #navToggle.open span:after {bottom:12px;-webkit-transform:translateY(10px) rotate(45deg);-moz-transform:translateY(10px) rotate(45deg);-ms-transform:translateY(10px) rotate(45deg);-o-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg);}
	.header #navToggle.open span {background:none;}
	.header #navToggle.open span:before,.header #navToggle.open span:after {background:#fff;}
	.nav {position:fixed;top:0;width:80%;height:100%;background:#199737;transition:all ease 0.5s;-webkit-transition:all ease 0.5s;z-index:1000;opacity:1;visibility:visible;overflow-y:auto;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms; right:-200%; z-index: 991; display: block;padding:70px 0px 30px 0px;}
	.nav.open{ right: 0;}
	.header .navbar_nav{ display: block;}
	.header .navbar_nav li{ margin: 0px;}
	.header .navbar_nav li a{ padding: 0px 30px;}
	.header .navbar_nav li:hover a::before, .header .navbar_nav li.active a::before { display: none;}
	.details_title h1{ font-size: 33px; line-height: 1.5;}
}



@media screen and (max-width:991px) {
	.pa50{ padding: 30px 0px;}
	.mbxNav{ margin-top: 20px;}
	.details_title h1{ font-size: 24px;}
}

@media screen and (max-width:767px) {
	.title span{ font-size: 18px;}
	.title h2{ font-size: 20px;}
	.indexJieshaoBox{ margin-top: 25px;}
	.indexJieshaoBox .txtBox{ margin-top: 20px;}
	.indexJieshaoBox .txtBox h2{ font-size: 16px;}
	.indexDongtailist{ padding-top: 0px;}
	.indexDongtailist li{ margin-top: 20px;}
	.footerTop{ padding: 15px 0px;}
	.footerNav{ font-size: 14px;}
	.Copyright{ font-size: 12px; margin-top: 12px;}
	.footerNav a{ margin: 0px 8px;}
	.footerBei{ padding: 10px 15px; font-size: 12px;}
	.mt0{ margin-top: 0px !important;}
	.details_text p{ font-size: 14px;}
	.indexJieshaoBox{ display: block;}
	
	
	}
@media screen and (max-width:640px) {
	.bannerBox img{ height: 240px; object-fit: cover;}
	.mapBox .txtBox{ position: relative; left: 0; width: 100%;}
	.mapBox{ margin-top: 20px;}
	.pa50{ padding: 15px 0px;}
	.details_title h1{ font-size: 18px; text-align: center; margin-bottom: 10px;}
	.details_text{ padding: 15px 0px;}
}