﻿.contact{ background:#456FB9; padding:20px;border-radius:20px; margin-top:-20px}
.contact_fuwu{ margin-top:70px; height:auto; overflow:hidden;}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.iTitle {
    text-align: center;
	margin-bottom:20px;
	margin-top:10px
}
.fadeInUp, .fadeInUphover:hover {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.iTitle .t1 {
    font-size:20px;
    color: #666;
    text-transform: uppercase;
	font-weight:600;
	font-family:"黑体";
	color:#FFF
}
.contact .c_row {
    width:calc(50% - 5px);
    margin-right:10px;
    margin-bottom:10px;
	float:left;
}
.contact .c_row.noml {
    margin-left: 0;
}
.contact .form {
    display: inline-block;
    width: 100%;
    vertical-align: top;
	background:#FFF;
	padding:30px
}
.contact .form {
	padding:30px;
	border-radius:10px;
}
.contact .c_row {
	width:calc(50% - 5px);
	margin-right:10px;
	margin-bottom:10px;
	
}
.contact .c_row:nth-child(2n) {

	margin-right:0%;

}
.contact .c_row.noml {
	margin-left: 0;
}
.contact .c_row .user {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/pie/pie.htc);
	position: relative;
	padding: 0 18px;
	height: 48px;
	line-height: 48px;
	color: #999;
	font-size:14px;
		background-color:#fff;
}
.contact .m_row {
	margin-bottom: 30px;
	
}
.contact .m_row .mess {
	border-radius: 5px;
	padding: 14px 18px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	width: 100%;
	border: 1px solid #e3e3e3;
	min-height: 200px;
		background-color:#fff;
}
@media screen and (max-width:768px){
.contact .c_row .user {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/pie/pie.htc);
	position: relative;
	padding: 0 18px;
	height:60px;
	line-height:60px;
	color: #999;
	font-size:20px;
}
.contact .m_row .mess {
	font-size:20px;

}
}
.contact .c_submit {
	width:300px;
	height: 46px;
	background:#456FB9;
	border-radius:46px;
	-webkit-border-radius:46px;
	-moz-border-radius:46px;
	behavior: url(/skin/img/pie.htc);
	position: relative;
	margin: 0 auto;
}
.contact .c_submit .mit {
	height:46px;
	width:300px;
	border: none;
	background: none;
	line-height:46px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
@media screen and (max-width:768px){
	.contact .c_submit {
	width: 200px;
	height:60px;
	background:#0056B5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/skin/img/pie.htc);
	position: relative;
	margin: 0 auto;
}
.contact .c_submit .mit {
	height:60px;
	width: 200px;
	border: none;
	background: none;
	line-height:60px;
	font-size:30px;
	color: #fff;
	cursor: pointer;
}
}