* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap {
	padding-top: 87px;
	width: 100%;
	/* height: 1618px; */
	background: url(../images/contactmap.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.headwrap {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.headwire {
	width: 100%;
	height: 7px;
	background: #008024;
}

.header {
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	background: #FFFFFF;
	height: 80px;
}

.logoimg {
	width: 420px;
	font-size: 0;
	padding-left: 64px;
}

.logoimg img {
	width: 420px;
	display: block;
}

.linkwrap {
	display: flex;
	align-items: center;
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding-right: 100px;
	justify-content: flex-end;
}

.linklist {
	width: calc(100% - 150px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.linklist li {
	margin-right: 5%;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
}

.active-li {
	color: #26753E !important;
	position: relative;
}

.active-li::after {
	content: '';
	width: 80%;
	height: 3px;
	background: #00972B;
	position: absolute;
	bottom: -20px;
	left: 10%;
}

.contahead {
	width: 100%;
	font-size: 0;
	 
}

.contahead img {
	width: 100%;
	display: block;
}

.contaconen {
	/* width: 1556px; */
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 5.5%;
	padding-bottom: 155px;
}

.contaleft {
	width: 453px;
	height: 625px;
	background: #1A8A49;
	box-sizing: border-box;
	padding-top: 39px;
}

.contitle {
	font-size: 21px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin-bottom: 38px;
}

.leftbox {
	display: flex;
	box-sizing: border-box;
	padding-left: 57px;
	align-items: center;
	margin-bottom: 23px;
}

.leftimg {
	width: 45px;
	height: 45px;
	display: block;
}

.leftintr {
	margin-left: 15px;
}

.lefttext {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.leftnum {
	font-size: 15px;
        margin-top: 5px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.leftwechat {
 
	height: 144px;
 
	background-size: 100% 100%;
	margin-left: 34px;
	 
}

.weappimg {
	width: 144px;
	height: 144px;	margin-left: 34px;
}

.wechattext {
	width: 322px;
	margin-left: 62px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.wechattext p {
	width: 144px;
	text-align: center;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.contaright {
	margin-left: 60px;
	padding-top: 42px;
}

.righttitle {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #444444;
	line-height: 22px;
	margin-bottom: 39px;
}

.inputwrap {
	width: 681px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.inputwrap input {
	width: 323px;
	height: 50px;
	background: #FFFFFF;
	outline: none;
	border: none;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 16px;
}

.texterarbox textarea {
	width: 681px;
	height: 260px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	resize: none;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 20px;
	font-size: 16px;font-family: MicrosoftYaHei;
}

.rightbtn {
	width: 680px;
}

.rightbtn p {
	width: 118px;
	height: 39px;
	 
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 39px;
	float: right;
	margin-top: 40px;
}

.footerwrap {
	width: 100%;
	height: 57px;
	background: #333333;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 57px;
}

.footercent {
	width: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.footercent img {
	width: 86px;
	height: 86px;
	display: block;
}

a {
	outline: none;
	text-decoration: none;
	color: #333333;
}

.conimg {
	display: block;
}

.h-conimg {
	display: none !important;
}

@media screen and (max-width:960px) {
	.wrap {
		background: none;
	}

	.conimg {
		display: none !important;
	}

	.h-conimg {
		display: block !important;
	}
	.contaconen{
		width: 100%;
		padding: 0;
		display: block;
	}
	.contaleft{
		width: 100%;
		padding-top: 25px;
	}
	.leftimg{
		width: 30px;
		height: 30px;
	}
	.lefttext{
		font-size: 18px;
	}
	.leftnum{
		font-size: 16px;
	}
	.leftwechat{
		width: 300px;
		height: 96px;
	}
	.weappimg{
		width: 96px;
		height: 96px;
	}
	.wechattext{
		width: 245px;
	}
	.wechattext p {
		width: 111px;}
	.contaright{
		margin: 0;
		padding-bottom: 70px;
		background: url('../images/h-rightback.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.righttitle{
		padding: 0 22px;
		font-size: 16px;
	}
	.inputwrap{
		width: 100%;
		box-sizing: border-box;
		padding: 0 22px;
	}
	.inputwrap input{
		width: 48%;
	}
	.texterarbox{
		padding: 0 22px;
	}
	.texterarbox textarea{
		width: 100%;
	}
	.rightbtn{
		width: 100%;
	}
	.rightbtn p{
		margin-top: 10px;
	}
	.footerwrap{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		overflow: hidden;
		line-height: 12px;
	}
}


.f-leftbtmbtn {
	width: 118px;
	height: 43px;
	background: #056B3D;
	/* border-radius: 5px; */
	text-align: center;
	border: 0;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
}
