.contact_1 {
	margin: 2% auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contact_1_t {
	width: 580px;
	height: 200px;
	padding: 10px;
	background: url(../images/contac_bg.jpg)no-repeat center;
	background-size: 100% 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contact_1_t2 {
	background: url(../images/contac_bg2.jpg)no-repeat center;
	background-size: 100% 100%;
}

.contact_1_div {
	width: 560px;
	height: 180px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.85);
	padding-left: 40px;
}

.contact_1_div p {
	font-size: 14px;
	color: #333333;
	padding-top: 45px;
	margin-bottom: 15px;
}

.contact_1_div b {
	font-size: 26px;
	color: #355CC7;
	font-weight: bold;
}

.contact_1_t2 .contact_1_div b {
	font-size: 20px;
}

.contact_2 {
	margin: 3% auto;
}

.contact_2_ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contact_2_ul li {
	width: 23%;
	padding: 3%;
	background: #FAFAFA;
}

.contact_2_ul li:last-child {
	margin-right: 0;
}

.contact_2_ul li h3 {
	font-size: 20px;
	color: #355CC7;
	font-weight: bold;
	margin-bottom: 25px;
}

.contact_2_ul li span {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.contact_2_ul a.chat {
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	border: none;
	background: #164AC3;
	line-height: 40px;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	top: 20px;
}

.contact_2_ul a.chat .box-con {
	width: 35px;
	height: 45px;
	position: absolute;
	background: #61D14F;
	top: -30px;
	right: -30px;
	transform: rotate(45deg);
}
	.pro_wrap_title{
		font-size: 30px;
		color: #164AC3;
		font-weight: bold;
	}
.contact_2_ul .wx {
	float: left; width:48%;
	margin-right: 2%; text-align:center;
}
.contact_2_ul .wx:last-child {
	margin-right: 0;
}
.contact_2_ul .wx img{ max-width:100%;}
.mess {
	width: 100%; margin:0 auto 2%;
}

.mess_form {
	margin: 0 auto;
}

/*form*/
.mess_form_wrap {
	width:74%;
	padding: 60px 48px;
	background: #FAFAFA;
	margin-top: 40px;
}

.form_div {
	float: left;
	width: 380px;
	margin-bottom: 40px;
}

.form_div:nth-child(2n) {
	float: right;
}

.form_div i {
	color: #FF0000;
	padding-right: 10px;
	font-style: normal;
}

.mess_form select,
.mess_form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	width: 280px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	color: #999999;
}

.mess_form span,
.mess_form span {
	display: inline-block;
	text-align: right;
	width: 90px;
	font-size: 14px;
	color: #333333;
	line-height: 50px;
}

.mess_form button {
	width: 210px;
	height: 40px;
	border: none;
	background: #164AC3;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.mess_form button .box-con {
	width: 35px;
	height: 45px;
	position: absolute;
	background: #61D14F;
	top: -30px;
	right: -30px;
	transform: rotate(45deg);
}

.select_div span {
	position: relative;
	top: -13px;
}

.mess_form .select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	color: #164AC3;
	overflow: hidden;
	height: 50px;
	width: 280px;
	border: 1px solid rgba(240, 240, 240, 1);
	position: relative;
	display: inline-block;
}

.mess_form .select select {
	border: 0;
	outline: none;
	font-size: 14px;
	color: #666666;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mess_form .select:after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.mess_form .content {
	width: 400px;
	height: 150px;
	padding: 15px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(240, 240, 240, 1);
	font-size:14px;
	font-family:Microsoft YaHei;
	color: #666666;
}

.form_content span {
	position: relative;
	top: -130px;
}

.shortcut {
	margin-left: 30px;
	padding-top: 5px;
}

.shortcut h3 {
	color: #164AC3;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}

.alone_shortcut {
	color: #333333;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	position: relative;
	cursor: pointer;
	transition: all .3s !important;
}

.alone_shortcut span {
	width: 7px;
	height: 13px;
	background: url("../images/form_trangle.png") no-repeat center;
	position: absolute;
	top: 8px;
	left: -10px;
}

.alone_shortcut:hover {
	transition: all .3s !important;
	color: #666 !important;
	font-weight: bold;
}

.display {
	display: none !important;
}

.alone_shortcut:hover span {
	display: block !important;
}

.mess_form_wrap button {
	width: 210px;
	height: 50px;
	border: none;
	background: #164AC3;
	font-size: 14px;
	line-height: 50px;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.mess_form_wrap button .box-con {
	width: 35px;
	height: 45px;
	position: absolute;
	background: #61D14F;
	top: -30px;
	right: -30px;
	transform: rotate(45deg);
}

.mess_fr_boxs {
	margin-top: 40px;width: 24%;
}

.mess_fr_box1,
.mess_fr_box2 {
	padding: 50px 20px;
	background: #FAFAFA;
	text-align: center;
}

.mess_fr_box1 p {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.mess_fr_box1 h3 {
	font-size: 20px;
	color: #355CC7;
}

.mess_fr_box1 .mt {
	margin-top: 15px;
}

.mess_fr_box2 {
	margin-top: 40px;
}

.mess_fr_box2 img {
	width: 120px;
	margin-bottom: 13px;
}

.mess_fr_box2 p {
	font-size: 14px;
	color: #666666;
}

.contact_map {
	margin: 120px auto;
}

.contact_map img.map {
	margin-top: 60px;
}

.formTextarea textarea::-webkit-input-placeholder {
	font-size:14px;
	font-family:Microsoft YaHei;
	color: #666666;
}

.formTextarea textarea:-moz-placeholder {
	font-size:14px;
	font-family:Microsoft YaHei;
	color: #666666;
}

.formTextarea textarea::-moz-placeholder {
	font-size:14px;
	font-family:Microsoft YaHei;
	color: #666666;
}

.formTextarea textarea:-ms-input-placeholder {
	font-size:14px;
	font-family:Microsoft YaHei;
	color: #666666;
}
@media (max-width:800px) {
.contact_1{ display:none;}
.contact_2_ul{ display:block; overflow:hidden;}
.contact_2_ul li{ float:none; width:100%; margin-bottom:2%;}
.mess_form_wrap,.mess_fr_boxs,.mess_form .content,.formTextarea{float:none; width:100%;}
.mess_fr_box1,.mess_form_wrap{ padding:2%;}
.pro_wrap_title{ font-size:20px;}
.contact_2_ul li h3{ font-size:16px;}
.form_content{ overflow:hidden;}
.form_content span{top:0}

}