.contact .box1 .content1400 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact .box1 .l {
	padding: 35px 0 20px;
}

.contact .box1 .l .zh {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.contact .box1 .l .en {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2170D9;
	line-height: 1;
	margin-top: 18px;
	text-transform: uppercase;
}

.contact .box1 .l .msg {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-top: 77px;
}

.contact .box1 .l .tel {
	margin-top: 43px;
}

.contact .box1 .l .tel .tel-number {
	font-size: 42px;
	font-family: FZZYJW;
	font-weight: normal;
	color: #101D96;
	line-height: 1;
}

.contact .box1 .l .tel .tel-text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 17px;
}

.contact .box1 .r {
	padding-right: 125px;
}

.contact .box1 .r ul {
	display: flex;
}

.contact .box1 .r li:first-child {
	margin-right: 32px;
}

.contact .box1 .r .pic {
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
}

.contact .box1 .r .pic img {
	width: 140px;
}

.contact .box1 .r li p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 18px;
	text-align: center;
}

.contact .box2 {
	display: flex;
}

.contact .box2 .l {
	width: 49.47%;
	background-image: url(../img/contact-box2-bg.png);
	background-color: rgba(51, 51, 51, 1);
	padding: 96px 0 100px;
}

.contact .box2 .l .l-box {
	width: 75.78%;
	margin: 0 auto;
}

.contact .box2 .l .l-box .title {
	font-size: 24px;
	line-height: 1;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F5F5F5;
}

.contact .box2 .l .list {
	margin-top: 32px;
	background: #484848;
	opacity: 0.76;
	padding: 0 35px 0 27px;
	height: 384px;
	overflow: auto;

}

.contact .box2 .l .list::-webkit-scrollbar {
	width: 2px;
	height: 1px;
}

.contact .box2 .l .list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.51);

}

.contact .box2 .l .list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: rgba(51,51,51);

}

.contact .box2 .l .list li {
	display: flex;
	border-bottom: 1px solid rgba(249, 249, 249, 0.11);
	padding: 22px 0 17px;
}
.contact .box2 .l .list li.active{
	border-bottom: 1px solid rgba(196, 155, 108, 1);
}
.contact .box2 .l .list li .iconfont {
	font-size: 26px;
	color: rgba(196, 155, 108, 1);
	margin-right: 30px;
}

.contact .box2 .l .list li .li-r {
	flex: 1;
}

.contact .box2 .l .list li .text-title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F5F5F5;
	line-height: 1;
}
.contact .box2 .l .list li.active .text-title{
	color: rgba(196, 155, 108, 1);
}
.contact .box2 .l .list li .text-des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F5F5F5;
	line-height: 30px;
	margin-top: 8px;
}
.contact .box2 .r{
	width: 50.52%;
}
.contact .box2 .r #map{
	width: 100%;
	height: 100%;
}
@media (max-width:1199px) {
	.contact .box2{
		flex-direction: column;
	}
	.contact .box2 .l{
		width: 100%;
	}
	.contact .box2 .r{
		width: 100%;
		height: 500px;
	}
	.contact .box1 .r{
		padding-right: 0;
	}
	.contact .box1 .l .zh{
		font-size: 30px;
	}
	.contact .box1 .content1400{
		flex-direction: column;
	}
	.contact .box1 .l{
		width: 100%;
		padding: 60px 0 30px;
	}
	.contact .box1 .l .msg{
		margin-top: 35px;
	}
	.contact .box1 .l .tel .tel-number{
		font-size: 30px;
	}
	.contact .box1 .r{
		width: 100%;
	}
	.contact .box2{
		margin-top: 45px;
	}
}
@media (max-width:800px) {
	.contact .box1 .l .zh{
		font-size: 26px;
	}
	.contact .box2 .l .l-box{
		width: 94%;
	}
}
@media (max-width:500px) {
	.contact .box2 .l .list li .text-title{
		font-size: 16px;
	}
	.contact .box2 .r{
		height: 300px;
	}
	.contact .box2 .l .list li{
		padding: 13px 0 9px;
	}
	.contact .box2 .l .list li .iconfont{
		margin-right: 10px;
	}
	.contact .box2 .l .list li .text-des{
		margin-top: 3px;
	}
	.contact .box2 .l .list{
		padding: 0 20px;
	}
	.contact .box2 .l .l-box .title{
		font-size: 22px;
	}
	.contact .box2 .l{
		padding: 50px 0;
	}
	.contact .box1 .l .zh{
		font-size: 22px;
	}
	.contact .box1 .l .msg{
		font-size: 16px;
		line-height: 2;
		margin-top: 20px;
	}
	.contact .box1 .l .tel{
		margin-top: 20px;
	}
	.contact .box1 .l .tel .tel-number{
		font-size: 24px;
	}
	.contact .box1 .r .pic img{
		width: 120px;
	}
	.contact .box1 .r li:first-child{
		margin-right: 15px;
	}
}