.container {
	padding: 50px 0 0;
	width: 66.7%;
	margin: 0 auto;
}

.container .tabr {
	border-bottom: 1px solid #B7B7B7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container .tabr .mbx {
	font-size: 30px;
	font-weight: 400;
	color: #525252;
	line-height: 45px;
}

.container .tabr .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container .tabr .list .li {
	padding: 15px 20px;
	line-height: 45px;
	border-bottom: 4px solid #fff;
}

.container .tabr .list .this-active {
	font-size: 20px;
	font-weight: 400;
	color: #0097E0;
	border-bottom: 4px solid #0097E0;
}

/* 地址 */

.wz-list {
	margin-top: 80px;
	margin-left: 24px;
	width: calc(100% - 24px);
	height: 260px;
	display: flex;
	align-items: center;
	border: 1px solid #E5E5E5;
}

.wz-li {
	width: calc(100% / 3);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #E5E5E5;
	color: #6A6A6A;
}

.wz-li:nth-child(3) {
	border: none;
}

.wz-li a {
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: #6A6A6A;
}

.wz-li:nth-child(1) .img {
	width: 57px;
	height: 51px;
	background-image: url(../img/wz-phone.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.wz-li:nth-child(2) .img {
	width: 35px;
	height: 51px;
	background-image: url(../img/wz-address.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.wz-li:nth-child(3) .img {
	width: 45px;
	height: 39px;
	background-image: url(../img/wx-wechat.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.wz-li:nth-child(3) img:nth-child(3) {
	width: 108px;
}

.wz-li text:nth-child(2) {
	font-size: 20px;
	line-height: 20px;
	margin-top: 50px;
}

.wz-li:nth-child(1) a,
.wz-li:nth-child(2) a {
	margin-top: 25px;
}

.wz-li:nth-child(3) a {
	margin-top: 23px;
}

.wz-li:nth-child(3) img {
	/*margin-top: 13px;*/
}

.wz-li:nth-child(1) text:nth-child(4),
.wz-li:nth-child(2) text:nth-child(4) {
	margin-top: 27px;
	font-size: 16px;
	line-height: 20px;
}

.wz-li:hover {
	background: linear-gradient(114deg, #3D8DF9, #92BCF4);
	color: #fff;
}

.wz-li:nth-child(1):hover .img {
	background-image: url(../img/wz-phone1.png);
}

.wz-li:nth-child(2):hover .img {
	background-image: url(../img/wz-address1.png);
}

.wz-li:nth-child(3):hover .img {
	background-image: url(../img/wx-wechat1.png);
}

.wz-li:hover a {
	background-color: #fff;
}

/* 需求 */

.xq {
	margin-top: 100px;
	margin-left: 24px;
	width: calc(100% - 24px);
}

.xq .title{
	text-align: center;
	color: #525252;
}

.xq .title .f-title{
	font-size: 40px;
	font-weight: 400;
	line-height: 45px;
}

.xq .title .s-title{
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
}

.xq .xq-data{
	width: 100%;
	height: 230px;
	background: #F8F8F8;
	margin-top: 55px;
}

.xq .xq-data .form-data{
	padding-top: 25px;
	width: calc(100% - 50px);
	margin: 0rem auto;
	display: flex;
	justify-content: space-between;
}

.xq-data .form-data div{
	height: 76px;
	background-color: #fff;
}

.xq-data .form-data .name, .xq-data .form-data .phone{
	width: 22%;
}

.xq-data .form-data .desc{
	width: 45%;
}

.xq-data input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-indent: 25px;
}

.xq-data .tips{
	font-size: 14px;
	font-weight: 400;
	color: #8C8989;
	line-height: 24px;
	margin: 20px 0 0 25px;
}

.xq-data .submit{
	width: 200px;
	height: 45px;
	background-color: #2884FF;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	text-indent: 0;
	margin: 20px auto 0;
}

/* 地图 */

.map{
	width: 99%;
	margin-top: 90px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	line-height: 45px;
	color: #525252;
}

.map .map-img{
	margin-top: 40px;
}