.contact1 {
	width: 100%;
	overflow: hidden;
	padding: 35px 0 0;
	margin: 0 0 65px;
}
.contact1-menu {
	width: 100%;
	overflow: hidden;
	margin: 0 0 27px;
}
.contact1-menu li {
	float: left;
	line-height: 40px;
	font-size: 18px;
	padding: 0 20px;
	position: relative;
	color: #666666;
	cursor: pointer;
}
.contact1-menu li span {
	display: inline-block;
	padding: 0 5px;
}
.contact1-menu li.active span {
	border-bottom: 2px solid #ef8200;
	color: #000000;
}
.contact1-menu li:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #d6d6d6;
	position: absolute;
	left: 0;
	top: 14px;
}
.contact1-menu li:first-of-type {
	padding: 0 20px 0 0;
}
.contact1-menu li:first-of-type:before {
	display: none;
}
.contact1 .contact1-box {
	width: 100%;
	overflow: hidden;
}
.contact1 .contact1-box li {
	width: 100%;
	overflow: hidden;
	display: none;
}
.contact1 .contact1-box li.active {
	display: block;
}
.contact1-box .contact1-left {
	width: 425px;
	overflow: hidden;
	background-color: #f7f7f7;
	float: left;
	padding: 0 25px 0 20px;
}
.contact1-left .left-box {
	width: 100%;
	overflow: hidden;
	padding: 22px 0;
	border-top: 1px solid #e7e7e7;
}
.contact1-left .left-box:first-of-type {
	border: none;
	padding: 23px 0 22px;
}
.left-box h4 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	margin: 0 0 5px;
	padding: 0 0 0 50px;
	position: relative;
}
.left-box h4:before {
	content: '';
	display: block;
	width: 40px;
	height: 30px;
	background-image: url(../img/ct1.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.left-box:nth-of-type(2) h4:before {
	background-image: url(../img/ct2.png);
}
.left-box:nth-of-type(3) h4:before {
	background-image: url(../img/ct3.png);
}
.left-box:nth-of-type(4) h4:before {
	background-image: url(../img/ct4.png);
}
.left-box p {
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 50px;
	overflow: hidden;
}
.contact1-box .contact1-right {
	width: calc(100% - 460px);
	width: -moz-calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
	height: 400px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	float: right;
}
@media only screen and (max-width: 991px) {
	.contact1-box .contact1-left {
	    width: 100%;
	    float: none;
	}
	.contact1-box .contact1-right {
	    width: 100%;
	    height: 400px;
	    float: none;
	    margin: 40px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.contact1 {
	    padding: 10px 0 0;
	    margin: 0 0 40px;
	}
	.contact1-menu li {
	    padding: 0 10px;
	}
	.contact1-menu li:first-of-type {
	    padding: 0 10px 0 0;
	}
	.contact1-menu li:last-of-type {
		padding: 0 0 0 10px;
	}
	.contact1-box .contact1-left {
	    padding: 0 20px;
	}
	.contact1-left .left-box {
	    padding: 15px 0;
	}
	.contact1-left .left-box:first-of-type {
	    padding: 18px 0 15px;
	}
	.contact1-box .contact1-right {
	    height: 300px;
	    margin: 25px 0 0;
	}
}
.contact2 {
	width: 100%;
	overflow: hidden;
}
.contact2 h1 {
	font-size: 40px;
	line-height: 45px;
	margin: 0 0 15px;
	width: 100%;
	height: 80px;
	color: #000000;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.contact2 h1:after {
	content: '';
	display: block;
	width: 52px;
	height: 10px;
	overflow: hidden;
	background: url(../img/mb.png) no-repeat bottom center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -26px;
}
.contact2 .contact2-form {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0;
}
.contact2-form .form-input {
	width: 50%;
	overflow: hidden;
	float: left;
	margin: 0 0 40px;
}
.contact2-form .form-textarea {
	width: 1182px;
	overflow: hidden;
}
.form-input span,.form-textarea span {
	display: block;
	width: 100px;
	line-height: 50px;
	overflow: hidden;
	text-align: right;
	font-size: 18px;
	color: #333333;
	float: left;
}
.form-input span em,.form-textarea span em {
	color: red;
}
.form-input input {
	display: block;
	width: 440px;
	height: 50px;
	border: 1px solid #efeeeb;
	font-size: 15px;
	padding: 0 10px;
	margin: 0 0 0 15px;
	float: left;
}
.form-textarea textarea {
	display: block;
	width: 1057px;
	height: 290px;
	font-size: 15px;
	padding: 0 10px;
	line-height: 48px;
	border: 1px solid #efeeeb;
	float: left;
	margin: 0 0 0 15px;
}
.form-input:nth-of-type(2n) {
	padding: 0 0 0 15px;
}
.form-input select {
	display: block;
	width: 440px;
	height: 50px;
	border: 1px solid #efeeeb;
	float: left;
	font-size: 15px;
	margin: 0 0 0 15px;
	padding: 0 10px;
}
.form-input select option {
	line-height: 40px;
	font-size: 15px;
}
.form-yzm input {
	width: 280px;
}
.form-yzm .yzm-img {
	width: 90px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 0 20px;
}
.form-yzm .yzm-sx {
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin: 10px 0;
	position: relative;
}
.form-yzm .yzm-sx img {
	width: 100%;
}
.contact2-form button {
	display: block;
	width: 210px;
	height: 50px;
	font-size: 18px;
	border: none;
	margin: 40px auto 65px;
	position: relative;
	transition: all 0.5s;
}
.contact2-form button:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transition: all 0.5s;
}
.contact2-form button span {
	position: relative;
	z-index: 2;
}
.contact2-form button:hover {
	color: #FFFFFF;
}
.contact2-form button:hover:before {
	width: 100%;
	left: 0px;
	background-color: #ef8200;
}
@media only screen and (max-width: 991px) {
	.contact2-form .form-input,.contact2-form .form-textarea {
	    width: 100%;
	    float: none;
	    margin: 0 0 20px;
	}
	.form-input input {
	    width: calc(100% - 115px);
	    width: -moz-calc(100% - 115px);
	    width: -webkit-calc(100% - 115px);
	}
	.form-input select {
	    width: calc(100% - 115px);
	    width: -moz-calc(100% - 115px);
	    width: -webkit-calc(100% - 115px);
	}
	.form-textarea textarea {
	    width: calc(100% - 115px);
	    width: -moz-calc(100% - 115px);
	    width: -webkit-calc(100% - 115px);
	}
	.form-input:nth-of-type(2n) {
	    padding: 0;
	}
	.form-yzm input {
	    width: calc(100% - 275px);
	    width: -moz-calc(100% - 275px);
	    width: -webkit-calc(100% - 275px);
	}
}
@media only screen and (max-width: 700px) {
	.contact2 h1 {
	    font-size: 28px;
	    line-height: 30px;
	    margin: 0 0 10px;
	    height: 50px;
	}
	.contact2 .contact2-form {
	    margin: 30px 0 0;
	}
	.form-input span, .form-textarea span {
	    width: 80px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.contact2-form .form-input,.contact2-form .form-textarea {
	    margin: 0 0 10px;
	}
	.form-input input {
	    width: calc(100% - 90px);
	    width: -moz-calc(100% - 90px);
	    width: -webkit-calc(100% - 90px);
	    height: 40px;
	    margin: 0 0 0 10px;
	    font-size: 14px;
	}
	.form-input select {
	    width: calc(100% - 90px);
	    width: -moz-calc(100% - 90px);
	    width: -webkit-calc(100% - 90px);
	    height: 40px;
	    margin: 0 0 0 10px;
	    font-size: 14px;
	}
	.form-textarea textarea {
	    width: calc(100% - 90px);
	    width: -moz-calc(100% - 90px);
	    width: -webkit-calc(100% - 90px);
	    margin: 0 0 0 10px;
	    line-height: 38px;
	    font-size: 14px;
	    height: 200px;
	}
	.form-yzm input {
	    width: calc(100% - 200px);
	    width: -moz-calc(100% - 200px);
	    width: -webkit-calc(100% - 200px);
	}
	.contact2-form button {
	    width: 160px;
	    height: 40px;
	    font-size: 16px;
	    margin: 30px auto 40px;
	}
	.form-yzm .yzm-img {
	    width: 70px;
	    height: 40px;
	    margin: 0 10px;
	}
	.form-yzm .yzm-sx {
	    width: 20px;
	    height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.form-input input {
	    width: 350px;
	}
	.form-input select {
	    width: 350px;
	}
	.form-textarea textarea {
	    width: 850px;
	}
	.form-yzm input {
	    width: 180px;
	}
}
@media only screen and (min-width: 1250px) {
	.form-input input {
	    width: 440px;
	}
	.form-input select {
	    width: 440px;
	}
	.form-textarea textarea {
	    width: 1057px;
	}
	.form-yzm input {
	    width: 280px;
	}
}
