﻿.contact{}
.contact_fuwu{ margin-top:60px; height:auto; overflow:hidden; background:#fff; padding:0px;  border-radius:20px;}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.con_title {
    text-align: left;
	margin-bottom:20px;
	margin-top:10px;
	height:50px;
	line-height:50px
}
.fadeInUp, .fadeInUphover:hover {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.con_title .t1 {
    font-size:26px;
    color: #666;
    text-transform: uppercase;
	font-weight:600;
	font-family:"黑体";
	color:#000
}

form input[type="text"],form input[type="placeholder"],
form input[type="password"],
form textarea {
    color: #333 !important; /* 例如，将文字颜色设置为深灰色 */
}
 input::placeholder,textarea::placeholder { /* 标准语法 */
        color: #333; /* 改变placeholder文本颜色 */
    }
    input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #333; /* 改变placeholder文本颜色 */
    }
    input::-moz-placeholder { /* Firefox 19+ */
        color: #333; /* 改变placeholder文本颜色 */
    }
    input:-ms-input-placeholder { /* IE 10+ */
        color: #333; /* 改变placeholder文本颜色 */
    }
    input::-ms-input-placeholder { /* Edge */
        color: #333; /* 改变placeholder文本颜色 */
    }
.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: calc(100% - 30px* 2);
    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:nth-child(7) {

	margin-right:0%;
	width:100%;

}
.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: #212121;
	font-size:15px !important;
		background-color:#fff;
}
.contact .m_row {
	margin-bottom: 30px;
	
}
.contact .m_row .mess {
	border-radius: 5px;
	padding:0px 18px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	width: 100%;
	border: 1px solid #e3e3e3;
	min-height: 100px;
		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:#008AD0;
	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;
	font-weight:600;
	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;
}
}