.banner img{
	width: 100%;
	display: block;
}
.com_title1{
	font-size: 22px;
	margin-bottom: 20px;
}
.com_title2{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}


.sec_yy{
	padding-top: 45px;
	padding-bottom: 100px;
}
.yy_list li{
	margin-bottom: 20px;
	float: left;
	margin-right: 24px;
	width: 282px;
}

.yy_list li p{
	font-size: 16px;
	margin-bottom: 5px;
}
.yy_list li p span{
	color: #da251d;
}
.yy_list li select{
	width: 100%;
	height: 32px;
	border: 1px solid #666;
	outline: 0;
	font-size: 15px;
}
.com_input{
	margin-bottom: 20px;
	margin-right: 24px;
	width: 282px;
}
.com_input select{
	width: 100%;
	height: 32px;
	border: 1px solid #666;
	outline: 0;
	font-size: 15px;
}
.com_input p{
	font-size: 16px;
	margin-bottom: 5px;
}
.com_input p span{
	color: #da251d;
}
.com_input input[type='text']{
	width: 100%;
	height: 32px;
	border: 1px solid #666;
	outline: 0;
	padding: 0 10px;
	font-size: 15px;
}
.com_input2{
	margin-bottom: 20px;
	width: 588px;
}
.com_input2 p{
	font-size: 16px;
	margin-bottom: 5px;
}
.com_input2 p span{
	color: #da251d;
}
.com_input2 .sel1{
	width: 103px;
	height: 32px;
	border: 1px solid #666;
	outline: 0;
	font-size: 15px;
	margin-right: 8px;
	float: left;
}
.com_input2 .sel2{
	width: 366px;
	height: 32px;
	border: 1px solid #666;
	outline: 0;
	font-size: 15px;
	float: left;
}
.textarea{
	width: 100%;
	height: 60px;
	border: 1px solid #666;
	padding: 10px;
	outline: 0;
	font-family: '微软雅黑';
	font-size: 16px;
	margin-bottom: 15px;
}
.textarea::-webkit-input-placeholder{color: #b4b4b4;}
.textarea::-ms-input-placeholder{color: #b4b4b4;}
.textarea::-moz-placeholder{color: #b4b4b4;}
.textarea:-moz-placeholder{color: #b4b4b4;}
.sec_yy .sub{
	width: 282px;
	height: 32px;
	background: #da251d;
	color: #fff;
	font-size: 16px;
	border: 0;
	outline: 0;
}
.sec_yy .sub:hover{
	cursor: pointer;
}


@media screen and (min-width: 1000px){
	.yy_list li:nth-last-child(2){
		margin-right: 0;
	}
}

@media screen and (max-width: 1220px){
	.yy_list li{
		width: 233px;
		margin-right: 15px;
	}
	.com_input{
		width: 233px;
		margin-right: 15px;
	}
	.com_input2{
		width: 478px;
	}
	.com_input2 .sel2{
		width: 256px;
	}
}

@media screen and (max-width: 999px){
	.banner{
		padding-top: 62px;
	}
	.com_title1,.com_title2{
		padding-left: 20px;
	}
	.sec_yy form{
		width: 600px;
		margin: 0 auto;
	}
	.yy_list li p,.yy_list li select,.com_input input[type='text'],.com_input2 .sel1,.com_input2 .sel2,.textarea{
		font-size: 16px;
	}
	.yy_list li{
		width: 295px;
		margin-right: 10px;
	}
	.yy_list li:nth-child(2n){
		margin-right: 0;
	}
	.com_input{
		width: 295px;
		margin-right: 10px;
	}
	.input_phone{
		margin-right: 0;
	}
	.com_input2{
		width: 100%;
	}
	.com_input2 .sel2 {
	    width: 378px;
	}
	.sec_yy .sub{
		font-size: 18px;
	}
}