﻿/****联系我们***/
/* 地图 */
.mapbox {
	height: 597px;
	background: #f8f8f8;
}

.map {
	width: 790px;
	height: 400px;
}

/* 联系方式大框 */
.tel_us_flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.new_tel_us {
	width: 390px;
	height: 400px;
	background: #fff
}

.new_tel_us div {
	width: 360px;
	flex-direction: column;
	justify-content: center;
	padding-left: 70px;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.new_tel_us div:nth-of-type(4)::before {
	content: "";
	position: absolute;
	background: url('../tel_us_files/icon.png') no-repeat 0 0;
	width: 29px;
	height: 29px;
	left: 20px
}

.new_tel_us div:nth-of-type(3)::before {
	content: "";
	position: absolute;
	background: url('../tel_us_files/icon.png') no-repeat -33px 0;
	width: 29px;
	height: 29px;
	left: 20px
}

.new_tel_us div:nth-of-type(2)::before {
	content: "";
	position: absolute;
	background: url('../tel_us_files/icon.png') no-repeat -67px 0;
	width: 29px;
	height: 29px;
	left: 20px
}

.new_tel_us div:nth-of-type(1)::before {
	content: "";
	position: absolute;
	background: url('../tel_us_files/icon.png') no-repeat -101px 0;
	width: 29px;
	height: 29px;
	left: 20px
}

.new_tel_us div span {
	font-size: 18px;
	color: #133256
}

.new_tel_us div p {
	font-size: 16px;
	color: #111111
}

.new_tel_us div p b {
	font-size: 16px;
	color: #666
}

.new_tel_us div em {
	width: 24px;
	height: 1px;
	background: #000
}

.new_tel_us div:nth-of-type(3) span {
	font-size: 18px;
}

.new_tel_us div:nth-of-type(3) span b {
	font-size: 14px;
}

.new_tel_us_title {
	color: #133256;
	font-size: 28px;
	position: relative;
	padding-left: 10px;
	line-height: 70px;
	margin: 25px 0;
}

.new_tel_us_title em {
	font-size: 18px;
	color: #c8c8c8;
}

.new_tel_us_title:before {
	content: "";
	width: 5px;
	height: 18px;
	background: #133256;
	position: absolute;
	left: 0;
	top: 30px
}

.new_tel_us_box2 {
	justify-content: space-around;
}

.new_tel_us_box2 div {
	width: 300px;
	height: 182px;
	background: url(../tel_us_files/new1.png) no-repeat top left;
	flex-direction: column;
	justify-content: center;
	padding-left: 27px;
	margin: 25px 0;
}

.new_tel_us_box2 div p {
	font-size: 18px;
	color: #133256;
	line-height: 4;
}

.new_tel_us_box2 div ol {
	font-size: 18px;
	color: #111;
	line-height: 2;
	position: relative;
	padding-left: 20px
}

.new_tel_us_box2 div ol:before {
	content: url(../tel_us_files/shouji.png);
	width: 16px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.new_tel_us_box2 div ol:nth-of-type(2):before {
	content: url(../tel_us_files/qq.png);
}

.new_tel_us_box2 div ol:nth-of-type(3):before {
	content: url(../tel_us_files/youxiang.png);
}