.contact .box1{
	padding: 118px 0 80px;
}
.contact .box1 .content1400{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .l{
	width: 48.58%;
}
.contact .title{
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.contact .line{
	width: 52px;
	height: 3px;
	background: #27943C;
	margin-top: 18px;
}
.contact .box1 .l .list{
	margin-top: 27px;
}
.contact .box1 .l li{
	display: flex;
}
.contact .box1 .l li .li-c{
	display: flex;
	width: 100%;
}
.contact .box1 .l li .icon{
	width: 50px;
	height: 50px;
	border: 1px solid #E2E2E2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact .box1 .l li .icon .iconfont{
	color: rgba(39, 148, 60, 1);
	font-size: 20px;
	display: block;
}
.contact .box1 .l li .icon .iconfont.icon-weixin1{
	transform: scale(1.2);
}
.contact .box1 .l li .text-box{
	margin-left: 20px;
	flex: 1;
}
.contact .box1 .l li .text-box .text-title{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.contact .box1 .l li .text-box .text-des{
	margin-top: 7px;
}
.contact .box1 .l li .text-box .text-des p{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	white-space: normal !important;
	word-break: break-word;
}
.contact .box1 .l li:not(:last-child){
	padding-bottom: 33px;
}
.contact .box1 .l li:nth-child(2){
	padding-top: 40px;
	border-top: 1px solid rgba(226, 226, 226, 1);
}
.contact .box1 .l li:nth-child(2) .li-c{
	width: 50%;
}
.contact .box1 .r{
	width: 47.57%;
	height: 530px;
}
.contact .box1 .r #container{
	width: 100%;
	height: 100%;
}
.contact .box2{
	padding: 60px 0 80px;
	background-image: url(../img/contact-box2-bg.jpg);
	background-size: cover;
}
.contact .box2  .content1400{
	display: flex;
	justify-content: space-between;
}
.contact .box2 .l .des{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin-top: 28px;
}
.contact .box2 .r{
	width: 51.28%;
}
.contact .box2 .r .input{
	height: 53px;
	background: #FFFFFF;
	padding: 0 20px;
	margin-bottom: 20px;
}
.contact .box2 .r .input.textarea{
	height: 180px;
	padding: 20px;
}
.contact .box2 .r .input input,
.contact .box2 .r .input textarea{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-family: 'OpenSans';
	resize: none;
}
.contact .box2 .r .input input::placeholder,
.contact .box2 .r .input textarea::placeholder{
	color: rgba(153, 153, 153, 1);
}
.contact .box2 .r .send{
	width: 130px;
	height: 46px;
	border: 1px solid #27943C;
	border-radius: 5px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #27943C;
	transition: all .6s;
	cursor: pointer;
}
.contact .box2 .r .send .iconfont{
	font-size: 20px;
	margin-left: 14px;
}
.contact .box2 .r .send:hover{
	background-color: #27943C;
	color: #fff;
}
@media (max-width:1024px) {
	.contact .box1 .content1400{
		flex-direction: column;
	}
	.contact .title{
		font-size: 26px;
	}
	.contact .box1 .l{
		width: 100%;
	}
	.contact .box1 .r{
		width: 100%;
		margin-top: 40px;
	}
	.contact .box1{
		padding: 60px 0;
	}
	.contact .box2 .content1400{
		flex-direction: column;
	}
	.contact .box2 .r{
		width: 100%;
		margin-top: 35px;
		/* height: 380px; */
	}
	
}
@media (max-width:768px) {
	.contact .title{
		font-size: 24px;
	}
	.contact .box1 .l li{
		flex-wrap: wrap;
	}
	.contact .box1 .l li:nth-child(2) .li-c{
		width: 100%;
	}
	.contact .box1 .l li:nth-child(2){
		border-top: none;
		padding-top: 0;
	}
	.contact .box1 .l li:not(:last-child),
	.contact .box1 .l li:nth-child(2) .li-c:first-child{
		padding-bottom: 25px;
	}
	.contact .box1 .r{
		height: 380px;
	}
}
@media (max-width:500px) {
	.contact .box1{
		padding: 40px 0 ;
	}
	.contact .title{
		font-size: 20px;
	}
	.contact .box2{
		padding: 50px 0 40px;
	}
	.contact .box2 .r .send{
		margin-top: 20px;
	}
	.contact .box2 .r .input{
		height: 40px;
	}
	.contact .box2 .r .send{
		height: 40px;
	}
}