/*contact*/
.row-content{
	overflow: hidden;
	padding: 2.6vw 0;
}
.row-content .w50{
	float: left;
	width: 45%;
	margin-right: 10%;
}
.row-content .w50:last-child{
	margin-right: 0;
}
.row-content .title{
	font-weight: bold;
	font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    color:#333;
}
.row-content .mab30{
	margin-bottom: 30px;	
}
.row-content .desc p{
	color:#666666;
	margin: 0.85em 0;
	font-size: 16px;
	line-height: 1.65em;
}
.row-content .desc p span{
	color:#ce031e;
}
.row-content .desc p a{
	color:#ce031e;
}
.row-content .desc p a:hover{
	text-decoration:underline;
}
.row-content .img{
	width: 143px;
	overflow: hidden;
}
.row-content .img img{
	display: block;
	max-width: 100%;
	height: auto;
}

.conform p{
	margin-top: 16px;
	font-weight: bold;
    font-size: 0.92em;
    display: inline-block;
    line-height: 1.3;
    color:#666;
}
.conform input{
	border:1px solid #e1e1e1;
    background-color: #fcfcfc;
    color: #919191;
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 10px;
}
.conform textarea{
	border:1px solid #e1e1e1;
    background-color: #fcfcfc;
    color: #919191;
    display: block;
    width: 100%;
    height: 158px;
    padding:10px;
    margin-bottom: 50px;
    resize: none;
}
.conform .tj{
	width: 74px;
	line-height: 38px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	background: #ce031e;
	cursor: pointer;
}
/*1450以上屏幕*/
@media screen and (max-width:1629px){
	
}
@media screen and (max-width:1246px){
	
}
@media screen and (max-width:1023px){
	.row-content .w50{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
	.row-content{padding: 30px 0;}
	.row-content .desc p{font-size: 14px;margin:5px 0;}
}
@media screen and (max-width:767px){
	.conform textarea{height: 100px;margin-bottom: 20px;}
	.row-content .mab30{margin-bottom: 10px;}
	.row-content .title{font-size: 18px;}
}
@media screen and (max-width:667px){

}
@media screen and (max-width:499px){
	
}