#content-wrap{
	background-image:url(/images/42/index-about-bg0.jpg);
}
#content.contactStyle{
    margin: 0;
}
#content.contactStyle .framework{
	width:1501px;
    padding: 30px 0;
	background-size: cover;
}
.second-width{
    width: 1160px;
    margin: 0px auto;
    overflow: hidden;
    padding: 100px 0;
}
#content-main{
    color:#000;
    overflow: hidden;
}
#contact{
	background-image: url();
	padding: 50px 100px;
}
form,
fieldset{
	border:0;
}
.contact-title{overflow: hidden;}
.contact-title .img{
    float: left;
    position: relative;
    /* margin-top: -180px; */
}
.contact-title .txt{
	display:none;
}
.contact-title article{
	float:right;
    width: 45%;
	margin-bottom: 80px;
	font-size: 14pt;
    line-height: 160%;
}
.contact-form{
	clear: both;
    border-top: 1px solid #d0d0d0;
    padding: 40px 20px;
}
form, fieldset{
	overflow:hidden;
	padding: 0;
    margin: 0;
}
.contactLeft{
	float:left;
	width:45%;
}
.contactRight{
	float:right;
	width:45%;
}
.contactBottom{
	float:left;
	width:100%;
}
.contact-form .item{
	overflow:hidden;
	border-bottom:1px solid #bebebe;
	padding: 15px 0;
}
.contact-form .item i{
	font-size: 5pt;
    color: #cea770;
}
.contact-form .item p label{
	display: inline-block;
	width: 320px;
	font-size: 13pt;
}
.contact-form .item p input[type="text"]{
	border: none;
	background: rgba(255, 255, 255, 0.46);
	padding: 5px;
	width: calc(100% - 340px);
	color: #000;
	-webkit-appearance:none; /*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.contact-form .item p select{
	border: none;
	background-color: rgba(255, 255, 255, 0.46);
	padding: 5px;
	width: calc(100% - 340px);
	color: #000;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-appearance:none;
	background-image:url(/images/42/selectbutton.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	background-size: 7px;
	background-position-x: calc(100% - 10px);
}
.contact-form .item p select option{
	color:#666;
}
.contact-form .item p textarea{
	width: calc(100% - 357px);
	padding: 10px;
	border: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.contact-form .item.big p input[type="text"]{
	width: 100px;
}
.contact-form .item.two p{
	float:left;
	margin-right: 10px;
}
.contact-form .item.sent p{
	float:left;
}
.contact-form .item.sent{
	border-bottom:0;
}
.contact-form .item.sent .send{
	float:right;
}
.contact-form .item.sent .send a{
    display: inline-block;
	color:#fff;
	background:#cea770;
	border-radius:15px;
	padding: 3px 15px;
}
.contact-form .item.sent .send a i{
	color:#fff;
}
#waylink{
	margin-bottom: 10px;
}
#waylink ol{
	width:100%;
}
.contact-form .item.how p label{
	width:140px;
}
.contact-form .item.how p span{
	margin-right: 15px;
}
@media screen and (max-width: 1680px) {
	#content.contactStyle .framework{
		width:90%;
	}
	.second-width{
		width:90%;
	}
}
@media screen and (max-width: 1280px) {
	.contact-form .item.how p label{
		display:block;
	}
	#contact{
	    padding: 50px 50px;	
	}
	.contactLeft,
	.contactRight{
		width:100%;
	}
	.contact-form{
	    padding: 40px 0;	
	}
}
@media screen and (max-width: 1024px) {
	.content-main{
		padding: 50px 40px;	
	}
	.contact-title article{
		width:40%;
	}
}
@media screen and (max-width: 768px) {
	.contact-title .img{
		display:none;
	}
	.contact-title .txt{
		display: block;
		font-size: 20px;
	}
	.contact-title article{
		float:none;
		width:100%;
		margin: 20px 0;
	}
	.contact-form{
		padding: 0px;	
	}
	#content.contactStyle .framework{
		width:100%;
		padding: 0;
	}
	.contact-form .item.how span{
		display:block;
		margin-bottom: 5px;
	}
	.contact-form .item p input[type="text"]{
		width: calc(100% - 14px);	
		margin-top: 5px;
	}
	.contact-form .item p textarea{
		width: calc(100% - 26px);
		margin-top: 5px;
	}
	.contact-form .item p select{
		width: calc(100% - 5px);	
		margin-top: 5px;
	}
}
@media screen and (max-width: 480px) {
	.contact-form{
		padding: 0;	
	}
	.contact-title .txt{
		font-size: 18px;
	}
	.content-main{
		padding: 30px 20px;	
	}
	.contact-form .item.sent .send,
	.contact-form .item.sent p{
		float:none;
	}
	.contact-form .item.sent .send{
		margin-top: 20px;		
	}
	.second-width{
	    padding: 50px 0;	
	}
	.contact-form .item.sent p label{
		display:block;
	}
	#contact{
	    padding: 30px 20px;	
	}
}