/* 联系我们 */
.content-call {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-call .center-box {
    padding-top: 60px;
    height: 630px;
}

.content-call .offs {
    height: 365px;
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-call .offs .left-box {
    width: 970px;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-call .offs .left-box .le-l {
    width: 50%;
    padding-left: 25px;
    height: 154px;
    border-right: solid 1px #dddddd;
}

.content-call .offs .left-box .le-l .p1 {
    font-size: 18px;
    margin-bottom: 12px;
}

.content-call .offs .left-box .le-l .p1 img {
    margin-right: 8px;
    margin-bottom: 4px;
}

.content-call .offs .left-box .le-l .p2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}

.content-call .offs .left-box .le-l .p3 {
    font-size: 14px;
    line-height: 23px;
}

.content-call .offs .left-box .le-2 {
    width: 50%;
    height: 154px;
    padding-left: 80px;
}

.content-call .offs .left-box .le-2 .p1 {
    font-size: 18px;
    margin-bottom: 11px;
}

.content-call .offs .left-box .le-2 .p1 img {
    margin-right: 8px;
    margin-bottom: 4px;
}

.content-call .offs .left-box .le-2 .p2 {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 36px;
}

.content-call .offs .right-box {
	width: 630px;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
}
.content-call .offs .right-box .bxos{
	width: 168px;
	height: 198px;
	margin-left: 58px;
	background-color: #f6f6f6;
}
.content-call .offs .right-box .bxos .imgsa{
	width: 148px;
	height: 148px;
	margin:10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.content-call .offs .right-box .bxos p{
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.map-box{
	width: 100%;
	height: 680px;
}
.map-box #map{
	width: calc(100% - 794px);
	float: left;
	height: 100%;
}
.map-box .right-select{
	width: 794px;
	height: 100%;
	float: left;
}
.map-box .right-select .seletc-ul{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.map-box .right-select .seletc-ul li{
	width: 100%;
	cursor: pointer;
	position: relative;
	height: 50%;
	border-bottom: solid 1px #dddddd;
	padding: 100px 0 0 76px ;
}
.map-box .right-select .seletc-ul li .en-title{
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}
.map-box .right-select .seletc-ul li .zh-title{
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 16.5px;
}
.map-box .right-select .seletc-ul li hr{
	width: 24px;
	border-width: 3px;
	margin-left: 0;
	border-color: #d70e06;
	margin-bottom: 17px;
}
.map-box .right-select .seletc-ul li .paths{
	font-size: 16px;
}
.map-box .right-select .seletc-ul li .pa-bosx{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 160px;
	height: 72px;
	border: solid 4px #d70e06;
}
.map-box .right-select .seletc-ul li.active{
	background-color: #f2f2f2;
}
.map-box .right-select .seletc-ul li.active .pa-bosx{
	border: none;
	background-color: #ffffff;
}