﻿@charset "utf-8";
/****************联系我们**************/
* {
    margin: 0;
	padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.contact-wrap{
	transition: normal;
}
.contact-wrap .wrap1{
	padding-top: 30px;
	width: 100%;
}
.contact-wrap h2{
	font-size: 36px; font-weight:bold;
	line-height: 107px; text-align:center;
	color: #035cac;
	font-weight: normal;
}
.contact-wrap.m-wrap h2{
	font-size: 18px;
	line-height: 22px;
}
.contact-wrap .leftwrap{
	width: 48%;
	margin-top: 12px;
	font-size: 14px;
}
.contact-wrap.m-wrap .leftwrap{
	width: 100%;
	font-size: 12px;
	margin-top: 5px;
}
.contact-wrap.m-wrap .leftwrap .top-font{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 18px;
}
.contact-wrap .leftwrap .word{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	margin-top: 62px;
}
.contact-wrap.m-wrap .leftwrap .word{
	margin-top: 12px;
}
.contact-wrap .leftwrap a{
	color: #035cac;
}
.contact-wrap .map{
	width: 50%;
	height: 370px;
	border: 1px solid #ccc;
	margin-top: 21px;
}
.contact-wrap.m-wrap .map{
	display: none;
}
.contact-wrap .wrap1 .link-map{
	display: none;
}
.contact-wrap.m-wrap .wrap1 .link-map{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	background-size: auto 50%;
	font-size: 16px;
	color: #fff;
	margin-top: 33px;
}
.contact-wrap .wrap2{
	width: 100%;
	margin-top: 1px;
	padding-bottom: 60px;
}
.contact-wrap.m-wrap .wrap2 h2{
	line-height: 39px;
}
.contact-wrap .wrap2 .tab-wrap{
	width: 100%;
	padding-right: 3%;
	padding-top: 50px;
	padding-bottom: 55px;
	background-color: #FBFBFB;
	font-size: 14px;
}
.contact-wrap.m-wrap .wrap2 .tab-wrap{
	display: none;
}
.contact-wrap .wrap2 .tab-wrap.m-tabwrap{
	display: none;
}
.contact-wrap.m-wrap .wrap2 .tab-wrap.m-tabwrap{
	display: block;
	padding: 0;
	width: 100%;
	background: none;
	margin-top: 5px;
}
.contact-wrap .wrap2 .tab-wrap .tt{
	padding-right: 1%;
	text-align: right;
}
.contact-wrap .wrap2 .tab-wrap .tex{
	font-size: 14px;
	height: 15px;
	line-height: 14px;
	padding: 14px 10px 13px 10px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	width: 95%;
}
.contact-wrap.m-wrap .wrap2 .m-tabwrap .tex{
	width: 93%;
}
.contact-wrap .wrap2 .tab-wrap .code{
	width: 100px;
	font-size: 14px;
	height: 15px;
	line-height: 14px;
	padding: 14px 10px 13px 10px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	margin-right: 10px;
}
.contact-wrap .wrap2 .area{
	border: 1px solid #dbdbdb;
	width: 98%;
	padding: 10px;
	resize: none;
}
.contact-wrap.m-wrap .wrap2 .area{
	width: 93%;
}
.contact-wrap .wrap2 .sub-btn{
	border: none;
	width: 230px;
	height: 45px;
	background-color: #035cac;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.contact-wrap.m-wrap .wrap2 .m-tabwrap .sub-btn{
	width: 100%;
}
.contact-wrap.m-wrap .wrap2 .stex{
	font-size: 14px;
	height: 15px;
	line-height: 14px;
	padding: 14px 10px 13px 10px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	width: 40%;
	margin-right: 4%;
}
.contact-wrap .wrap2 .code-img{
	border: 1px solid #dbdbdb;
	margin-right: 20px;
}
