.banner{
	height: 416px;
	background: url("../images/aboutbanner.jpg") no-repeat center;
	color: #fff;
}
.banner h1{
	line-height: 124px;
	padding: 138px 0 80px;
	font-size: 65px;
}
.banner .crumbs{
	line-height: 1.5;
	font-size: 18px;
}

.contact{
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
}
.contact>div:nth-of-type(1){
	border-left: 1px solid #d4d5d7;
}
.contact>div{
	border-right: 1px solid #d4d5d7;
	width: 400px;
	text-align: center;
}
.contact i{
	font-size: 20px;
	color: #f9ad3d;
	padding-bottom: 10px;
	display: block;
}
.contact>div div{
	color: #767676;
	line-height: 24px;
}

.about-div{
	background: #f5f6fa url("../images/aboutimg.jpg") no-repeat -200px top;
	height: 650px;
}
.about-div .right{
	width: 500px;
	float: right;
	padding-top: 60px;
}
.about-div h2{
	font-size: 30px;
	color: #f9ad3d;
	border-left: 5px solid #707070;
	padding-left: 14px;
	margin-bottom: 14px;
	cursor:pointer;
}
.about-div p{
	font-size: 16px;
	color: #858585;
	line-height: 28px;
	padding-bottom:30px;
	text-indent: 2em; 
}
.about-div p:nth-of-type(1){
    padding-top:27px;
}
.about-div p:nth-of-type(3){
	line-height: 88px;
}
.about-div ul li{
	border-bottom: 1px solid #a0a0a0;
	line-height: 58px;
	margin-top: 7px;
	color: #464646;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
}
.about-div ul .li-text{
	background: url("../images/dian_03.jpg") no-repeat 13px center;
	padding-left: 50px;
}
.about-div ul a{
	color: #f9ad3d;
	padding-right: 30px;
}
	
	
.submit-div{
	padding: 0px 0 132px;
}
.submit-div .container{
	display: flex;
	justify-content: space-between;
}
.submit-div .left{
	width: 56%;
	padding-top: 80px;
}
.submit-div .right{
	width: 40%;
	position: relative;
}
.submit-div .right .imgbox{
	position: absolute;
	top: 0;
	left: 0;
}
.submit-div h2{
	margin-bottom: 30px;
	line-height: 49px;
	height: 49px;
	border-left: 11px solid #707070;
	padding-left: 20px;
	color: #f9ad3d;
	font-size: 30px;
}
.submit-div p{
	font-size: 20px;
	color: #a7a7a7;
	padding-bottom: 85px;
	text-indent: 2em; 
}
.submit-div .input-group .input-row{
	display: flex;
	justify-content: space-between;
}
.submit-div .input-group .input-clear{
	width: 48%;
	height: 40px;
	border: 1px solid #c5c6cd;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.submit-div .input-group textarea{
	width: 100%;
	height: 93px;
	border: 1px solid #c5c6cd;
	border-radius: 5px;
	resize: none;
	padding: 10px 20px;
	box-sizing: border-box;
}
.submit-div .input-group textarea::-webkit-input-placeholder{
	color: #AAAAAA;
	font-size: 12px;
}
.submit-div .input-group .subbtn{
	margin-top: 50px;
	width: 214px;
	line-height: 54px;
	height: 54px;
	background: #f38c47;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
}
.submit-div .input-group .subbtn:hover{
	background: #f9ad3d;
}
@media screen and (max-width:480px) {
	.banner{
		height: 200px;
		background-size: cover;
	}
	.banner h1{
		padding: 24% 5% 64px;
		font-size: 30px;
		line-height: 0;
	}
	.banner .crumbs{
		padding: 0 5%;
		font-size: 16px;
	}
	.contact{
		display: block;
		padding: 20px 0;
		width: 90%;
		margin: 0 auto;
	}
	.contact>div{
		border: none;
		padding: 30px 0px;
		font-size: 14px;
		width: 100%;
	}
	.contact>div:nth-of-type(1){
		border: none;
	}
	.contact>div:nth-of-type(2){
		border-top: 1px solid #d4d5d7;
		border-bottom: 1px solid #d4d5d7;
	}
	
	.about-div{
		height: auto;
		background-size: contain;
		background-position: 0 380px;
		padding: 0 0 50px;
	}
	.about-div h2{
		font-size: 22px;
	}
	.about-div p{
		font-size: 15px;
	}
	.about-div .right {
		width: 90%;
		margin: 0 auto;
		float: none;
		padding-top: 30px;
	}
	.about-div p:nth-of-type(1), 
	.about-div p:nth-of-type(3){
		line-height: 35px;
	}
	.about-div ul{
		margin-top: 340px;
	}
	.about-div ul .li-text{
		padding-left: 40px;
	}
	.about-div ul li{
		font-size: 16px;
	}
	
		.submit-div{
		background-position: center bottom;
		background-size: 90%;
		padding-bottom: 20px;
	}
	.submit-div .container{
		display: block;
	}
	.submit-div .left{
		width: 90%;
		margin: 0 auto;
	}
	.submit-div .right{
		width: 90%;
		margin: 30px auto 0;
	}
	.submit-div .right img{
		width: 100%;
	}
	.submit-div .right .imgbox{
		position: relative;
	}
	.submit-div h2{
		border-width: 6px;
		height: 40px;
		line-height: 40px;
	}
	.submit-div p{
		display: none;
	}
	.submit-div .input-group .input-row{
		display: block;
	}
	.submit-div .input-group .input-clear{
		width: 100%;
		border-color: #c5c5cd;
	}
	.submit-div .input-group textarea{
		border-color: #c5c5cd;
	}
	.submit-div .input-group .subbtn{
		background: #fa9046;
		width: 160px;
		line-height: 44px;
		height: 44px;
		border-radius: 6px;
		margin-top: 20px
	}
	
}