
/*common*/
.head {
    width: 100%;
	height: 100px;
    line-height: 100px;
	background-color: #ffffff;
	box-shadow: 0px 0px 21px 0px 
		rgba(0, 0, 0, 0.11);
    z-index: 99999999;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head.fixed{
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head .logo,.head .logo img{
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head .hotLine{
    width: 320px;
	height: 100%;
    padding: 30px;
    margin-left: 15px;
	background-color: #1d5531;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head .hotLine .iconfont{
    color: #fff;
    font-size: 45px;
    margin-right: 15px;
    line-height: 1;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head .hotLine .po{
    font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head.fixed .hotLine{
    display: none;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head .menu{
    text-align: right;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head.fixed .menu{
    padding-right: 50px;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head .menuItem{
    display: inline-block;
    height: 100%;
    position: relative;
    line-height: 100px;
    padding: 0 15px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #0b6334;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head .menuItem.active:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    width: 28px;
	height: 4px;
	background-color: #1d5531;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.head.fixed .menuItem{
    line-height: 50px;
    -webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.foot {
    width: 100%;
    height: 570px;
    background-color: #044502;
}
.foot .innerWidth{
    width: 1200px;
    height: 450px;
    padding-top: 60px;    
}
.foot .module{
    width: 25%;
    float: left;
    height: auto;
}
.foot .tit,.foot span{
    line-height: 70px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #d3db6c;
}
.foot .tit:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41px;
	height: 1px;
	background-color: #d3db6c;
}
.foot .font{
    display: block;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.foot .font:first-child{
    margin-top: 15px;
}
.foot img{
    display: block;
    margin-top: 0px;
    width: 130px;
}
.foot span{
    display: block;
    font-size: 12px;
	color: #508823;
}
.foot input{
    display: block;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #d3db6c;
	font-size: 14px;
	color: #ffffff;
    background-color: transparent;
    
}

.foot .sub{
    width: 242px;
	height: 48px;
    background-color: #d3db6c;
	border-radius: 24px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
    margin-top: 35px;
}
.page{
    margin-top: 45px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
}
.page a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
	letter-spacing: 0px;
	color: #000000;
    margin-right: 5px;
}
.page a:last-child{
    margin-right: 0;
}
.page a:hover,.page a.page-num-current{
    border: solid 2px #044502;
    color: #044502;
    line-height: 36px;
    background-color: #fff;
}
/*index.html*/
.index .service {
    width: 100%;
    height: auto;
    background-color: #044502;
}
.index .subTit{
    text-align: center;
    padding: 70px 0 35px;
    font-weight: bold;
}
.index .subTit h1{
    font-family: SourceHanSansCN;
	font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #d3db6c;
}
.index .subTit p{
	font-size: 24px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    line-height: 1;
}
.index .module,.serviceAvailable .module{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    z-index: 1;
}
.index .moduleItem,.serviceAvailable .moduleItem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 215px;
	height: 240px;
    margin-top: 20px;
    margin-right: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 2px 
		rgba(0, 0, 0, 0.17);
	border-radius: 8px;
    overflow: hidden;
}
.index .moduleItem:nth-child(6n),.index .moduleItem:last-child,.serviceAvailable .moduleItem:nth-child(6n),.serviceAvailable .moduleItem:last-child{
    margin-right: 0;
}
.index .moduleItem p,.serviceAvailable .moduleItem p{
	font-size: 14px;
	letter-spacing: 0px;
	color: #044502;
    line-height: 50px;
}
.index .moduleItem img,.serviceAvailable .moduleItem img{
    display: block;
    width: 100px;
    height: 100px;
}
.index .moduleItem img.hover,.serviceAvailable .moduleItem img.hover{display: none;}
.index .moduleItem .more,.serviceAvailable .moduleItem .more{
    display: none;
    margin-top: 15px;
    width: 160px;
	height: 35px;
	background-color: #044502;
	border-radius: 8px;
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    line-height: 35px;
    text-align: center;
}
.index .moduleItem:hover,.serviceAvailable .moduleItem:hover{
    background-image: linear-gradient(0deg, 
		#f79d1c 0%, 
		#fed438 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}
.index .moduleItem:hover img.show,.serviceAvailable .moduleItem:hover img.show{
    display: none;
}
.index .moduleItem:hover img.hover,.serviceAvailable .moduleItem:hover img.hover{
    display: block;
    background-image: url(../img/forbid.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.index .moduleItem:hover .more,.serviceAvailable .moduleItem:hover .more{display: block;}

.index .problemImg {
    margin-top: -90px;
    z-index: 0;
}
.index .problemImg img{
    display: block;
    width: 100%;
}

.index .reason{
    width: 100%;
    min-height: 1300px;
}
.index .reason>img,.index .caselist img{
    display: block;
    width: 100%;
}
.index .reason .subTit{
    margin-top: -310px;
}
.index .reason .subTit h1{color: #ffffff;}
.index .reason .subTit p{color: #f9ab23;}
.index .caselist { 
    width: 1200px;
    overflow: hidden;
}
.index .caselist .more{
    display: block;
    margin: 65px auto 50px;
    width: 125px;
	height: 40px;
	background-color: #e1e1e1;
	border-radius: 8px;
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #044502;
    line-height: 40px;
    text-align: center;
}
.index .caselist .swiper-slide{
    display: block;
    overflow: hidden;
    height: 240px;
    border-radius: 8px;
    border: 15px solid #d2d942;
}
.index .caselist .swiper-pagination-bullets{
    bottom: 120px;
}
.index .caselist .swiper-pagination-bullet-active{
    background-color: #044502;
}

.index .honor {
    width: 1200px;
}
.index .honor .subTit h1{
    font-family: "SourceHanSansCN";
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #106718;
}
.index .honor .subTit p{
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #444444;
}
.index .honor .list,.honorList{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index .honor .item,.honorList .item{
    float: left;
    display: block;
    width: 20%;
    padding: 0 15px;
    height: 220px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #424242;
    text-align: center;
}
.honorList .item{
    margin-top: 25px;
}
.index .honor .img,.honorList .img{
    width: 100%;
    height: 180px;
    margin-bottom: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.index .honor .more{
    display: block;
    width: 125px;
	height: 40px;
    line-height: 40px;
	background-color: #044502;
	border-radius: 8px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    margin: 60px auto 0;
    text-align: center;
}

.index {
    padding-bottom: 120px;
}

.footer {
    border-top: 1px solid rgba(211, 219, 108, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #d3db6c;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 120px;
    background-color: transparent;
}

.subBanner{
    display: block;
    width:100%;
    z-index: 0;
}
/*aboutUs*/
.about{
    background-color: #044502;
    padding-bottom: 50px;
}
.about .menu{
    width: 1200px;
    padding: 0 45px;
    margin-top: -185px;
    z-index: 1;
    overflow: hidden;
}
.about .submenu{
    float: left;
    display: block;
    margin-right: 15px;
    width: 195px;
	height: 55px;
    font-family: "SourceHanSansCN";
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #044502;
    text-align: center;
	background-color: #d3dc6c;
	border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.about .submenu.active,.about .submenu:hover{
    background-color: #044502;
    color: #fff;
}
.about .container{
    width: 1200px;
    min-height: 800px;
    height: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 2px 
		rgba(0, 0, 0, 0.17);
	border-radius: 8px;
    padding: 45px 65px 80px;
}
.about .title{
    padding-bottom: 30px;
    border-bottom: 1px solid #c8d6c7;
}
.about .title h1{
    line-height: 65px;
    text-align: center;
    font-family: "SourceHanSansCN";
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	color: #044502;
}
.about .title p{
    font-family: "SourceHanSansCN";
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	color: #2d7b2a;
    text-align: center;
}
.about .box{
    margin-top: 30px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	line-height: 30px;
	color: #444444;
}
.about .box img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.newsList {
    height: auto;
    overflow: hidden;
    width: calc(100% + 15px);
}
.newsList .item{
    float: left;
    width: calc(50% - 15px);
    height: 175px;
    padding: 15px;
    margin-right: 15px;
    margin-top: 20px;
    background-color: #eeeeee;
    color: #444;
}
.newsList .item:hover{
    background-color: #044502;
	box-shadow: 0px 0px 16px 2px 
		rgba(0, 0, 0, 0.17);
    color: #fff;
}
.newsList .img{
    width: 204px;
	height: 145px;
    overflow: hidden;
    margin-right: 10px;
}
.newsList img{
    display: block;
    width: 100%;
}
.newsList .tit{
    width: 100%;
    height: 40px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    overflow: hidden;
}
.newsList .date{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
    margin-bottom: 5px;
}
.newsList .txt{
    font-family: "SimSun";
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.about .bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
	height: 315px;
	background-color: #a9ce8b;
}
.about .subTitle{
    width: 1200px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 70px 0 40px;
    color: #044502;
    line-height: 1;
	letter-spacing: 1px;
    font-weight: normal;
	font-stretch: normal;
}
.about .subTitle h1{
	font-size: 24px;
    margin-bottom: 25px;
}
.about .subTitle p{
    font-size: 14px;
}
.about .colunm {
    text-align: center;
    padding: 30px;
    width: 1200px;
    margin-left: -65px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.about .colunmItem{
    display: inline-block;
    width:140px;
    height: 35px;
    margin-right: 20px;
    line-height: 35px;
    background-color: #e5e5e5;
    border-radius: 8px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	color: #444444;
}
.about .colunmItem:last-child{
    margin-right: 0;
}
.about .colunmItem:hover,.about .colunmItem.active{
    background-color: #044502;
    color: #fff;
}

.serviceWrap {
    background-color: #044502;
    padding: 60px 0  90px;
}
.serviceWrap .innerWidth{
    width: 1200px; 
    height: auto;
    overflow: hidden;
}
.serviceWrap .title{
    margin: 30px 0;
    text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    line-height: 1;
	color: #ffffff;
}
.serviceWrap .colunm{
    width: calc(100% + 19px);
    height: auto;
    overflow: hidden;
}
.serviceWrap .colunmItem{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 133px;
	height: 110px;
	background-color: #acd598;
	box-shadow: 0px 0px 16px 2px 
		rgba(0, 0, 0, 0.17);
	border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 19px;
	font-size: 14px;
    line-height: 1;
	color: #044502;
    text-align: center;
}
.serviceWrap .colunmItem:hover,.serviceWrap .colunmItem.active{
    background-image: linear-gradient(0deg, 
		#f79d1c 0%, 
		#fed438 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
    color: #fff;
}
.serviceWrap .colunmItem img{
    display: block;
    width: 65px;
}
.serviceWrap .container{
    margin-top: 15px;
    width: 100%;
    height: auto;
    min-height: 800px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}
.serviceWrap .subTitle{
    height: 90px;
    line-height: 90px;
    font-family: "SourceHanSansCN";
	font-size: 18px;
	letter-spacing: 1px;
	color: #044502;
    text-align: center;
	background-color: #a9ce8b;
}
.serviceWrap .box{
    padding: 55px 70px 200px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #444444;
}

.serviceScope {
    margin-top: -400px;
    height: auto;
    padding:170px 0 105px;
}
.serviceWrap .subTit{
    text-align: center;
    padding: 90px 0 40px;
}
.serviceWrap .subTit h1{
    font-family: "SourceHanSansCN";
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
    line-height: 1;
	color: #f3ffcf;
}
 .subTit .dec{
    margin-top: 20px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	line-height: 24px;
	color: #c3d58e;
}
.serviceScope .list{
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1400px;
    height: auto
}
.serviceScope .item{
    position: static;
    display: block;
    width: 130px;
    height: auto;
    margin-right: 43px;
    margin-top: 35px;
}
.serviceScope .item:nth-child(8n),.serviceScope .item:last-child{
    margin-right: 0;
}
.serviceScope .item .radio{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 130px;
	height: 130px;
	background-color:#275e0d;
    border-radius: 50%;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	line-height: 1;
	color: #c3d58e;
    text-align: center;
}
.serviceScope .item:hover .radio,.serviceScope .item.active .radio{
    color: #044502;
    background-color: #c3d58e;
}
.serviceScope .item.active .radio:after{
    content: "";
    position: absolute;
    bottom: -35px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-bottom-color: #c3d58e;
    border-style: solid;
    border-width: 15px;
}
.serviceScope .item img,.serviceScope .item:hover img.after,.serviceScope .item.active img.after{
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.serviceScope .item img.after,.serviceScope .item:hover img.before,.serviceScope .item.active img.before{
    display: none;
}
.serviceScope .item .content{
    display: none;
    position: absolute;
    left: 0;
    margin-top:35px;
    width: 100%;
    background-color: #c3d58e;
    height: auto;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #044502;
    padding: 40px 0;
}
.serviceProcedure .content{
    margin-top: 20px;
    height: auto;
}
.serviceProcedure {
    background-color: #fff;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.serviceProcedure .subTit h1{
    color: #044502;
}
.serviceProcedure .colunm{
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}
.serviceProcedure .colunmItem{
    width: 195px;
	height: 40px;
    line-height: 40px;
	background-color: #c3d58e;
	border-radius: 8px;
    box-shadow: none;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #044502;
}
.serviceProcedure .colunmItem.swiper-slide-thumb-active,.serviceProcedure .colunmItem:hover{
    background-image: none;
    background-color: #044502;
    color: #ffffff;
}

.serviceProcedure .more {
    display: block;
    margin:30px auto 0;
    width: 130px;
	height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	letter-spacing: 0px;
	color: #044502;
	border-radius: 8px;
	border: solid 1px #044502;
}

.serviceAvailable:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 305px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 0;
}
.serviceAvailable .subTit h1{
    color: #044502;
}
.serviceAvailable .subTit p{
    color: #444444;
}

.bodyWrap {
    width: 100%;
    height: auto;
    background-color: #044502;
}
.offerStandard .innerWidth{
    margin-top: -255px;
    padding: 0 0 70px;
}
.offerStandard .colunm,.case .colunm{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.offerStandard .colunmItem,.case .colunmItem{
    width: 195px;
	height: 40px;
    line-height: 40px;
	background-color: #d3dc6c;
	border-radius: 8px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    text-align: center;
	letter-spacing: 0px;
	color: #044502;
    margin-right: 15px;
}
.offerStandard .colunmItem:last-child,.case .colunmItem:last-child{
    margin-right:0;
}
.offerStandard .colunmItem:hover,.offerStandard .colunmItem.active,.case .colunmItem:hover,.case .colunmItem.active{
    color: #ffffff;
    background-color: #044502;
}
.offerStandard .box{
    width: 1130px;
	height: auto; 
    margin: 25px auto 0;
	background-color: #ffffff; 
	box-shadow: 0px 0px 16px 2px 
		rgba(0, 0, 0, 0.17);
	border-radius: 8px;
}
.offerStandard .subTitle{
    line-height: 95px;
    height: 95px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.15);
    font-family: "SourceHanSansCN";
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #044502;
    margin: 0;
}
.offerStandard .content{
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
    padding: 50px;
}
.offerStandard .content img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.case {
    background-color: #fff;
    padding-bottom: 115px;
}
.case .innerWidth{
    width: 1200px;
}
.case .subTitle{
    padding: 85px 0 50px;
    text-align: center;
}
.case .subTitle h1{
    font-family: "SourceHanSansCN";
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #0b6334;
}
.case .subTitle .dec{
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #444444;
    margin-top: 20px;
}
.case .list{
    height: auto;
    overflow: hidden;
}
.case .item{
    float: left;
    display: block;
    width: 270px;
	height: auto;
	background-color: #f4f4f4;
	border-radius: 8px;
    overflow: hidden;
    margin-top: 35px;
    margin-right: 40px;
    padding: 20px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #044502;
    text-align: center;
}
.case .item:hover{
    background-color: #42ae83;
    color: #fff;
}
.case .item:nth-child(4n){
    margin-right: 0;
}
.case .item .img{
    width: 100%;
    height: 180px;
	background-color: #98b297;
    overflow: hidden;
    margin-bottom: 15px;
}
.case .item img{
    display: block;
    width: 100%;
}

.caseV{
    padding-bottom: 26px;
}
.caseV .box{
    margin-top: -60px;
    width: 900px;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 2px 
		rgba(0, 0, 0, 0.17);
	border-radius: 8px;
    overflow: hidden;
}
.caseV .subTitle{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 45px;
    background-color: #044502;
    margin: 0; 
}
.caseV .subTitle .back{
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c3d58e;
}
.caseV .subTitle h1{
    text-align: left;
    font-family: "SourceHanSansCN";
	font-size: 18px;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
.caseV .view,.caseV .comment{
    padding: 0 45px 50px;
    border-bottom: 1px solid rgba(0,0,0,.25);
}
.caseV .menu{
    padding: 35px 0 20px;
    height: auto;
    overflow: hidden;
}
.caseV .menuItem{
    float: left;
    width: 125px;
	height: 40px;
	background-color: #e6e6e6;
	border-radius: 8px;
    margin-right: 10px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
    text-align: center;
    line-height: 40px;
	letter-spacing: 0px;
	color: #444444;
}
.caseV .menuItem.active{
    background-color: #044502;
    color: #fff;
}
.caseV .view .img{
    height: auto;
	background-color: #98b297;
}
.caseV .view img{
    display: block;
    width: 100%;
}
.caseV .view .content{
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #444444;
}
.caseV .comment{
    border: none;
}
.caseV .comment .content{
    padding: 25px;
    border-radius: 8px;
    background-color: #e7f1ce;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #044502;
}

.retail {
    background-color: #fff;
    padding-bottom: 95px;
}
.retail .innerWidth{
    width: 1200px;
}
.retail .classify{
    width: 100%;
	height: auto;
    line-height: 35px;
    padding: 40px 0 35px;
	background-color: #a9ce8b;
}
.retail .classify p{
    width: 120px;
    text-align: center;
    font-family: "SourceHanSansCN";
	font-size: 16px;
	letter-spacing: 0px;
	color: #044502;
}
.retail .po{
    height: auto;
}
.retail .classifyItem{
    float: left;
    width: 140px;
	height: 37px;
    text-align: center;
	background-color: #f7ffdf;
	border-radius: 8px;
    margin-right: 15px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	letter-spacing: 0px;
	color: #044502;
}
.retail .classifyItem:last-child{
    margin-right: 0;
}
.retail .classifyItem.active,.retail .classifyItem:hover{
    background-color: #044502;
    color: #fff;
}
.retail .list{
    padding: 75px 0 0;
    height: auto;
    clear:both;
    overflow-y: hidden;
}
.retail .item{
    display: block;
    float: left;
    width: 270px;
	height: 270px;
    padding: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 2px 
		rgba(0, 0, 0, 0.17);
	border-radius: 8px;
    margin-right: 40px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	color: #044502;
    text-align: center;
    margin-bottom: 35px;
    line-height: 25px;
}
.retail .item:nth-child(4n){
    margin-right: 0;
}
.retail .item:hover,.retailV .recommend .item:hover{
    background-color: #044502;
    color: #fff;
}
.retail .item .img{
    width: 100%;
    height: 180px;
	background-color: #98b297;
    margin-bottom: 15px;
}
.retail .item img{
    display: block;
    width: 100%;
}

.retailV{
    padding-bottom: 45px;
}
.retailV:before{
    content: "";
    position:absolute;
    top:0;
    left:0;
    width: 100%;
	height: 315px;
	background-color: #a9ce8b;
    z-index: 0;
}
.retailV .innerWidth{
    width: 900px;
}
.retailV .subTitle{
    color: #044502;
    padding:40px 0 25px;
    font-family: "SourceHanSansCN";
    text-align: left;
}
.retailV .subTitle h1{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
    margin-bottom: 15px;
	letter-spacing: 1px;
}
.retailV .subTitle h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
	height: 1px;
    background-color: #044502;
}
.retailV .subTitle p{
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	color: #044502;
}
.retailV .box,.retailV .recommend{
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.retailV .box .tit{
    width: 100%;
	height: 60px;
    font-family: "SourceHanSansCN";
	font-size: 16px;
	line-height: 60px;
	letter-spacing: 0px;
    text-align: center;
	color: #ffffff;
	background-color: #044502;
}
.retailV .content{
    font-family: "SourceHanSansCN";
    padding: 45px 50px 110px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #444444;
}
.retailV .content img,.retailV .recommend img{
    display: block; 
    width: 100%;
}
.retailV .recommend{
    margin-top: 35px;
    padding: 30px 50px 40px;
}
.retailV .recommend .tit{
    height: 40px;
    font-family: "SourceHanSansCN";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #044502;
    margin-bottom: 15px;
}
.retailV .recommend .more{
    display: block;
    width: 110px;
	height: 40px;
	border-radius: 8px;
    border: 1px dotted #bbcdbb;
	font-size: 14px;
    color: #044502;
    text-align: center;   
}
.retailV .recommend .list{
    width: calc(100% + 32px);
    height: auto;
    overflow: hidden;
}
.retailV .recommend .item{
    float: left;
    display: block;
    width: 176px;
	height: auto;
    padding: 20px;
    margin-right: 32px;
	background-color: #eeeeee;
	border-radius: 8px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #444444;
    text-align: center;
}
.retailV .recommend .img{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #98b297;
    margin-bottom: 5px;
}

.joinUs {
    background-color: #fff;
    padding-bottom: 110px;
}
.joinUs .innerWidth{
    width: 1050px;
}
.joinUs .subTitle{
    padding: 70px 0 50px;
    height: auto;
    margin: 0;
    text-align: center;
}
.joinUs .subTitle h1{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    line-height: 60px;
	color: #086642;
}
.joinUs .subTitle .dec{
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #444444; 
}
.joinUs .list{
    padding-bottom: 70px;
}
.joinUs .item{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 35px;
    line-height: 25px;
    padding: 40px 50px 40px 45px;
    border-bottom: 1px solid rgba(0,0,0,.07);
    color: #444444;
}
.joinUs .item .view{
    text-align: center;
    display: block;
    width: 115px;
	height: 45px;
    margin-top: 15px;
    margin-left: 15px;
	background-color: #e6e6e6;
	border-radius: 8px;
    font-family: "SourceHanSansCN";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #444444;
}
.joinUs .item p{
	font-size: 24px;
    margin-bottom: 25px;
}
.joinUs .item span{
    font-size: 14px;
}
.joinUs .item:hover{
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
.joinUs .item:hover .view{
    background-color: #42ae83;
    color: #ffffff;
}

.joinUsV {padding-bottom: 30px; }
.joinUsV .innerWidth{
    margin-top: -60px;
    width: 900px;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 2px 
		rgba(0, 0, 0, 0.17);
	border-radius: 8px;
    overflow: hidden;
}
.joinUsV .top{
    padding: 30px 50px 35px;
    height: auto;
    background-color: #cfefce;
}
.joinUsV .top .tit{
    padding: 40px 0;
    font-family: "SourceHanSansCN";
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0px;
	color: #044502;
    border-bottom: 1px solid #c0debf;
    margin-bottom: 20px;
}
.joinUsV .top .dec{
    font-family: "SourceHanSansCN";
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #044502;
}
.joinUsV .bottom{
    height: auto;
    font-family: "SourceHanSansCN";
    padding: 45px 50px 85px;
    font-size: 14px;
    line-height: 24px;
	color: #444444;
}
.joinUsV .bottom h1{
    font-weight: 400px;
    font-size: 18px;
    line-height: 40px;
}

.contact {
    background-color: #fff;     
    padding-bottom: 200px;
}
.contact .innerWidth{width: 1200px;}
.contact .subTitle{
    padding: 60px 0 55px;
    height: auto;
    text-align: center;
    font-family: "SourceHanSans";
}
.contact .subTitle h1{
    font-size: 24px;
	line-height: 60px;
	color: #0b6334;
}
.contact .subTitle .dec{
    font-size: 14px;
	line-height: 24px;
	color: #444444;
}
.contact .module{
    width: 32%;
    height: 120px;
    float: left;
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
	border: dotted 1px #044502;
    font-family: "SourceHanSans";
	font-size: 14px;
	line-height: 24px;
    margin-right: 2%;
	color: #000000;
}
.contact .module:last-child{
    margin-right: 0;
}

.contact .map {
    width: 100%;
    height: 540px;
    margin-top: 110px;
}
.contact .img{
    display: block;
    width: 590px;
}
.contact .inputItem{
    float: left;
    width: calc((100% - 5px)/2);
    height: 55px;
    line-height: 55px;
    background-color: #e5e5e5;
	border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
    margin-right: 5px;
    color: #444444;
    margin-bottom: 15px;
}
.contact .inputItem:last-child,.contact .inputItem:nth-child(2n){
    margin-right: 0;
}
.contact .inputItem label{
    display: block;
    text-align: center;
    float:left;
    width: 60px;
}
.contact .inputItem input,.contact .inputItem textarea{
    width: calc(100% - 60px);
    display: block;
    line-height: 55px;
    padding: 0;
    height: 100%;
    background-color: transparent;
    border: none;
}
.contact .inputItem textarea{
    line-height: 1.5;
    padding: 18px 0;
}
.contact .send{
    width: 170px;
	height: 55px;
	background-color: #044502;
	border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
}
.contact .send i{
    font-style: normal;
    font-size: 28px;
    float: right;
    margin-right: 25px;
}
