.container .banner {
	background-image: url(../../img/contact/banner.png);
	height: 626px;
	background-size: cover;
	background-position:center;
	text-align: center;
}

.banner .banner-content {
	padding-top: 240px;
	font-size: 48px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.banner .banner-eng {
	padding-top: 23px;
	padding-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.banner-line {
	width: 89px;
	height: 3px;
	margin: 0 auto;
	background: #FFFFFF;
}

.contactUs-container {
	text-align: center;
	background-color: #F6F6F6;
}

.prospectus {
	height: 395px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	top: -60px;
	padding-top: 60px;
}

.prospectus-title p {
	font-size: 36px;
	font-weight: normal;
	color: #355087;
}

.prospectus-title .line {
	width: 76px; height: 4px; background: #7C93BF; margin: 0 auto; margin-top: 10px;
}

.prospectus-title .line2 {
	width: 450px; height: 1px; background: #B1B1B1; margin: 0 auto;
}

.prospectus-content {
	margin: 78px 109px 87px 60px;
}

.prospectus-content span {
	color: #7C93BF; font-size: 30px;
}

.prospectus-content p {
	font-size: 26px;
	font-weight: 400;
	color: #333333;
	text-align: left;
	line-height: 50px;
}

.map {
	background-image: url(../../img/contact/map.png);
	width: 1200px;
	height: 556px;
	margin: 0 auto;
	padding: 36px 0 36px 28px;
}

.map .map-content {
	width: 510px;
	height: 484px;
	background-color: #FFFFFF;
	padding: 45px 30px 0 65px;
	text-align: left;
}

.map-content .tel {
	font-size: 34px; font-weight: normal; color: #7C93BF;
}

.map-content .tel-detail {
	margin-top: 50px;
}

.map-content .tel-detail .tel-detail-item {
	display: flex;
	align-items: center;
}

.map-content .tel-detail .tel-detail-item .phone {
	width: 43px; height: 41px;
}

.map-content .tel-detail .tel-detail-item .addr {
	width: 37px; height: 47px;
}

.map .map-content p {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	line-height: 56px;
	padding-left: 30px
}

.contact-address {
	height: 416px;
	margin: 0 auto;
	margin-top: 70px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	padding: 80px 0;
	text-align: left;
}

.contact-address-card {
	width: 624px;
	height: 257px;
	/* border: 1px solid #355087; */
	background: url(../../img/contact/bg-yuan.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 0px 4px 19px 2px rgba(0, 0, 0, 0.07);
}

.contact-address-card:hover {
	border: 1px solid #355087;
	transition: 0.5s;
}

.ml-75 {
	margin-left: 75px;
}

.contact-address-title {
	font-size: 36px; 
	font-weight: 400; 
	color: #333333;
	height: 120px;
	line-height: 120px;
	padding-left: 75px;
}

.card-content {
	display: flex;
	padding: 0 75px;
}

.card-content .addr2 {
	width: 15px; height: 20px;
	margin-top: 5px;
}

.card-content .bg {
	width: 100px; height: 124px;
}

.card-content .card-content-title {
	font-size: 24px; font-weight: normal; color: #333333; padding: 0 15px;
}

