.contact-title {
	margin: .6rem 0 .6rem;
	font-size: .32rem;
	width: 100%;
	text-align: center;
	color: var(--mainColor);
}
.manager ul {
	margin-bottom: .8rem;
	display: flex;
	justify-content: space-around;
}
.manager ul li {
	padding: 0 .2rem;
	box-sizing: border-box;
	width: 2.4rem;
	font-size: .14rem;
	line-height: 2;
	color: #5a5a5a;
}
.manager ul li .manager-name {
	margin-bottom: .2rem;
	font-size: .2rem;
	color: #333;
	font-weight: bold;
}
.contact-page {
	width: 100%; height: 5rem;
	position: relative;
}
.contact-description {
	position: absolute;
	top: 0; left: 50%;
	transform: translateX(2.2rem);
	padding: .4rem .26rem 0;
	box-sizing: border-box;
	width: 5.2rem; height: 100%;
	background-color: rgba(45, 166 ,223, .5);
	z-index: 1;
}
.contact-description .title {
	padding-bottom: .3rem;
	margin-bottom: .2rem;
	font-family: 'ITC Avant Garde Gothic LT Book';
	font-size: .32rem;
	color: #fff;
	position: relative;
	line-height: 1;
}
.contact-description .title::after {
	content: '';
	width: .5rem; height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0; left: 0;
}
.contact-description ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-description li {
	margin-bottom: .43rem;
	font-family: calibri;
	color: #fff;
	font-size: .16rem;
	line-height: 1.5;
}
.map {
	height: 100%;
}
.map img {
	width: 100%; height: 100%;
	object-fit: cover;
}
.index-bottom-menu {
	border-top: 2px solid var(--mainColor);
}
.contact-page .contact-description .left{
	width: 3.8rem;
    word-break: break-all;
    font-size: .16rem;
    display: inline-block;
    vertical-align: top;
	margin-top: .3rem;
}
.contact-page .contact-description .left img{
    margin-right: .1rem;
    width: .6rem;
    height: .7rem;
	float: left;
}
.contact-page .contact-description .left .ch{
    margin-top: .16rem;
    display: block;
    font-size: .16rem;
    color: #fff;;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: bold;
}
.contact-page .contact-description .left .en{
	font-size: .14rem;
    color: #fff;;
    line-height: 1.8;
    letter-spacing: -1px;
}
.contact-page .contact-description .text{
	padding-left: .48rem;
    margin-top: .3rem;
    box-sizing: border-box;
    line-height: .3rem;
}
.contact-page .contact-description .text i{
	position: absolute;
    left: -.4rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .26rem;
    color: #fff;;
}
.contact-page .contact-description .left .text > div{
	position: relative;
    color: #fff;
    margin-bottom: .3rem;
}
@media screen and (max-width: 768px) {
.contact-title {
	display: none;
}
.manager {
	display: none;
}
.contact-page {
	height: auto;
}
.contact-description {
	position: relative;
	left: 0;
	transform: translateX(0);
}
.contact-description {
	padding: .4rem 6%;
	width: 100%;
	background: url(/images/contact-bg.jpg) no-repeat;
	background-size: cover;
}
.contact-description .title {
	font-size: .24rem;
}
.contact-description .name {
	font-size: .18rem;
	display: block;
	width: 100%;
}
.contact-description li {
	margin-bottom: .2rem;
	font-size: .18rem;
}
.map {
	height: 2.4rem;
}
.map img {
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: 35%;
}
}