/*advert*/
.advert{
	width: 100%;
	min-width: 1200px;
	height: 270px;
	box-sizing: border-box;
}

/*当前位置*/
.address{
	width: 100%;
	min-width: 1200px;
	height: 48px;
	background: #404040;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 48px;
}
.address i{
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 8px;
}
.address span{
	font-size: 14px;
	color: #FFFFFF;
}
.headTit{
    width:100%;
    text-align: center;
}

.headTit h2{
    font-size:30px;
    color:#3f3f3f;
    text-align: center;
}
.headTit h3{
    text-align: center;
    font-weight: normal;
    font-size:14px;
    color:#878787;
    padding-top:5px;
}
.headTit em{
    display: block;
    width:390px;
    height:1px;
    background:#d4d4d4;
    margin:0 auto;
    margin-top:21px;
    position: relative;
}
.headTit em::after{
    content: '';
    position: absolute;
    width:30px;
    height:4px;
    background:#47aa42;
    left:50%;
    margin-left:-15px;
    bottom:0;
}

/*关于我们*/
.about {
	padding-top:60px ;
}

.about .ourInfo{
	margin-top: 54px;
	padding-bottom: 62px;
}
.about .ourInfo p{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#3F3F3F;
	line-height:32px;
}
.about .ourInfo img{
	display: block;
	max-width: 1200px;
	margin: 40px auto;
}
.section{
    width: 100%;
    background: #ececec;
    min-width: 1200px;
    padding-top:50px;
    padding-bottom: 50px;
}
.section ul li{
    width:275px;
    height:194px;
    float:left;
    margin-left:20px;
}
.section ul li h2{
    text-align: center;
    color:#fff;
    font-size:38px;
    padding-top:35px;
}
.section ul li h3{
    font-size:25px;
    color:#fff;
    text-align: center;
    padding-top:20px;
}
.section ul li p{
    text-align: center;
    font-size:16px;
    font-weight: normal;
    color:#fff;
    padding-top:12px;
}


/*产品中心*/
.product{
	width: 100%;
	min-width: 1200px;
	background: #f8f8f8;
	padding-top: 60px;
	padding-bottom: 80px;
}
.product .subNav{
	text-align: center;
	margin-top: 40px;
}
.product .subNav a{
	display: inline-block;
	width: 169px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #cccccc;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	color: #606060;
	margin: 0 12px;
}
.product .list ul{
    padding-top:40px;
    padding-bottom: 20px;
}
.product .list ul li{
    float:left;
    width:361px;
    height:224px;
    float:left;
    margin: 0 17px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.product .list ul li .mask{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background:rgba(71,170,66,0.5);
    box-sizing: border-box;
    padding-left:34px;
    padding-right:34px;
    padding-top:25px;
    transition: all 0.5s ease;
    transform: translateY(-224px);
    opacity: 0;
}
.product .list ul li .mask h2{
    width:100%;
    height:61px;
    box-sizing: border-box;
    border-bottom:1px solid #fff;
    border-top:8px solid rgba(251,251,251,0.6);
    line-height: 52px;
    text-align: center;
    color:#ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:20px;
}
.product .list ul li .mask a{
    display: block;
    width:165px;
    height:47px;
    box-sizing: border-box;
    border:1px solid #fff;
    text-align: center;
    line-height: 45px;
    color:#fdff;
    font-size:16px;
    margin: 0 auto;
    margin-top:31px;
}
.product .list ul li:hover .mask{
    opacity: 1;
    animation-delay: 0.2rem;
    transform: translateY(0px)
}
.product .list ul li .mask a:hover{
    background: #47aa42;
    color:#fff;
}


/*分页*/
.pageBox{
	text-align: center;
}
.pageBox a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	height: 38px;
	padding: 0 17px;
	line-height: 38px;
}
.pageBox .active{
	background: #47AA42;
	border-radius: 3px;
	color: #FFFFFF;
}


/*产品详情*/
.prodetial{
	width: 100%;
	min-width: 1200px;
}
.prodetial .proName{
	padding-top: 60px;
	padding-bottom: 36px;
}
.prodetial .proName dt{
	width: 533px;
	height: 330px;
	float: left;
}
.prodetial .proName dd{
	width: 577px;
	height: 330px;
	float: right;
}
.prodetial .proName dd h4{
	font-size: 28px;
	color: #3a4950;
	margin-bottom: 28px;
}
.prodetial .proName dd p{
	font-size: 16px;
	color: #3a4950;
	line-height: 32px;
	/*margin-bottom: 28px;*/
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;
}
.prodetial .proName dd a{
	display: block;
	width: 144px;
	height: 62px;
	background-color: #47aa42;
	color: #fff;
	text-align: center;
	line-height: 62px;
	font-size: 18px;
	margin-top: 12px;
	
}

.prodetial .proInfo{
	width: 100%;
	min-width: 1200px;
	background: #f2f2f2;
	padding: 28px 0 80px 0;
}
.prodetial .proInfo .lf{
	width: 899px;
	/*height: 929px;*/
	background: #FFFFFF;
	float: left;
	box-sizing: border-box;
	padding: 0 30px;
	padding-bottom: 22px;
	overflow: hidden;
}

.prodetial .proInfo .rt{
	width: 268px;
	/*height: 929px;*/
	background: #FFFFFF;
	float: right;
	padding: 0 28px;
	padding-bottom: 34px;
	box-sizing: border-box;
	overflow: hidden;
}
.prodetial .proInfo .lf h4 {
	border-bottom: 1px solid #e3e9eb;
	padding-top: 31px;
	margin-bottom: 40px;
	
}
.prodetial .proInfo .lf h4 span{
	display: inline-block;
	color: #47aa42;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	border-bottom: 1px solid #47aa42;
}
.prodetial .proInfo .lf p{
	font-size: 14px;
	color: #626262;
	line-height: 28px;
}
.prodetial .proInfo .lf img{
	margin: 11px 0;
	max-width: 839px;
}

.prodetial .proInfo .rt h4{
	color: #626262;
	font-size: 16px;
	padding-top: 48px;
	padding-bottom: 18px;
}
.prodetial .proInfo .rt dl{
	width: 212px;
	margin-bottom: 40px;
}
.prodetial .proInfo .rt dt{
	width: 212px;
	height: 131px;
	margin-bottom: 12px;
}
.prodetial .proInfo .rt dd{
	width: 212px;
	text-align: center;
	color: #626262;
	font-size: 14px;
}


/*新闻中心*/
.news{
	padding: 60px 0;
	width: 100%;
	min-width: 1200px;
}

.news .newsList{
	margin-top: 40px;
}

.news .newsList dl{
	width: 1200px;
	height: 150px;
	background-color: #f6f6f6;
	margin-bottom: 40px;
}
.news .newsList dt{
	width: 236px;
	height: 150px;
	float: left;
}
.news .newsList dd{
	width: 964px;
	float: left;
	height: 150px;
	padding: 20px 34px 20px 32px;
	box-sizing: border-box;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

.news .newsList dd h2 a{
	float: left;
	font-size: 16px;
	color: #222222;
}
.news .newsList dd h2 span{
	float: right;
	color: #949494;
	font-size: 14px;
}
.news .newsList dd p{
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
.news .newsList dd a.look{
	width: 75px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
	color: #666666;
	background-color: #dddddd;

}

.news .newsList dl:hover dd{
	border-top: 1px solid #47aa42;
	border-bottom: 1px solid #47aa42;
	border-right: 1px solid #47aa42;
}
.news .newsList dl:hover .look{
	background-color: #47aa42;
	color: #FFFFFF;
}



/*详情*/
.detials{
	width: 100%;
	min-width: 1200px;
}

.detials .title{
	padding-top: 64px;
	padding-bottom: 24px;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
}
.detials .title h3{
	font-size: 20px;
	color: #535353;
	margin-bottom: 22px;
}
.detials .title p{
	color: #6f6f70;
	font-size: 14px;
}
.detials .title p span{
	margin: 0 10px;
}

.detials .detialInfo{
	padding-top: 50px;
	padding-bottom: 80px;
}
.detials .detialInfo p{
	font-size: 16px;
	line-height: 28px;
	color: #444444;
}
.detials .detialInfo img{
	margin: 30px 0;
	max-width: 1200px;
}


/*案例展示*/
.case{
	width: 100%;
	min-width: 1200px;
	padding-top: 64px;
	padding-bottom: 80px;
}
.case .caseList{
	padding-bottom: 30px;
	padding-top: 50px;
}
.case .caseList dl{
	width: 350px;
	height: 350px;
	background:  #f2f2f2;
	margin: 0 25px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding:6px 7px 16px 7px ;
	float: left;
}
.case .caseList dt{
	width: 336px;
	height: 208px;
}

.case .caseList dd h4{
	color: #000000;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: 400;
}
.case .caseList dd p{
	color: #949494;
	font-size: 14px;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.case .caseList dd a{
	font-size: 12px;
	color: #47AA42;
	text-align: center;
	line-height: 12px;
	margin-top: 14px;
	display: block;
	width: 65px;
	height: 12px;
	background: url(../img/bg.png) no-repeat top center;
	background-size:cover;
	box-sizing: border-box;
}

.case .caseList dl:hover{
	background: #47AA42;
}

.case .caseList dl:hover h4{
		color: #FFFFFF;
}
.case .caseList dl:hover p{
		color: #FFFFFF;
}
.case .caseList dl:hover a{
	color: #FFFFFF;
	background: url(../img/bg_cur.png) no-repeat top center;
	background-size:cover;
	box-sizing: border-box;
}


/*联系我们*/
.concat{
	padding-top: 60px;
	padding-bottom: 80px;
	width: 100%;
	min-width: 1200px;
	
}

.concat .concatus{
	margin-top: 54px;
}
.concat .ourInfo{
	float: left;
}
.concat .ourInfo h4{
	color: #3F3F3F;
	font-size: 18px;
	margin-bottom: 42px;
}
.concat .ourInfo p{
	color: #3F3F3F;
	font-size: 16px;
	line-height: 36px;
}
.concat .ourInfo dl{
	margin-top: 20px;
	margin-left: 12px;
	width: 223px;
}
.concat .ourInfo dt{
	width: 223px;
	height: 223px;
	margin-bottom: 4px;
}

.concat .ourInfo dd{
	width: 223px;
	text-align: center;
	font-size: 14px;
	color: #bbbbbb;
}

.concat .message{
	width: 600px;
	float: right;
}
.concat .message span{
	font-size: 16px;
	color: #4D8C4A;
	line-height: 28px;
}
.concat .message form{
	margin-top: 25px;
}
.concat .message form p{
	width: 600px;
	height: 58px;
	background: #E6FBE2;
	border: 1px solid #C4EEBD;
	padding-left: 12px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.concat .message form i{
	font-style: normal;
	color: #DD0A75;
	line-height: 58px;
	float: left;
}
.concat .message form span{
	font-size: 16px;
	color: #616161;
	line-height: 58px;
	float: left;
}
.concat .message form input{
	height: 56px;
	width: 499px;
	border: 0;
	background: #E6FBE2;
	outline: none;
	float: left;
}

.concat .message textarea{
	width: 600px;
	height: 145px;
	resize: none;
	border: 1px solid #C4EEBD;
	background: #E6FBE2;
	box-sizing: border-box;
	padding-left: 16px;
	padding-top: 18px;
	font-size: 16px;
	margin-bottom: 15px;
	
}
.concat .message .subBtn{
	width:110px;
	height:40px;
	background: #47AA42;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
}
