/* banner */
.banner1 {
	width: 100%;
}

.banner1 img {
	width: 100%;
}

/* 地图 */
.ditu {
	width: 100%;
	position: relative;
	margin:0 auto;
}

.View-Map {
	width: 100%;
}
.diliwei_1{
    width: 1200px;
    margin-right: 0px;
}
.diliwei {
	width: 771px;
	height: 454px;
	background: #F9F9F9;
	/*border: 1px solid #979797;*/
	position: absolute;
	top:50%;
	margin-top:-227px;
    /*left: 50%;*/
    right:15%;
    /*margin-left: -385px;*/
}

.dilizhi {
	margin: 50px;
	position: relative;
}

.jieshui {
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 33px;
	letter-spacing: 1px;
	padding-bottom: 8px;
}

.shangh {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #787878;
	line-height: 40px;
}

.qidizhi {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 10px;

}

.diliwei_right {
	width: 260px;
	height: 46px;
	position: absolute;
	bottom: 77px;
	right: 0;
}

.kehu {
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 33px;
	letter-spacing: 1px;
}

.fu_rexian {
	font-size: 32px;
	font-family: EuclidCircularA-SemiBold, EuclidCircularA;
	font-weight: 600;
	color: #000000;
	line-height: 42px;
	letter-spacing: 2px;
}
@media(max-width:1600px){
    .kehu{
        font-size: 20px;
    }
    .fu_rexian{
        font-size: 26px;
    }
}
@media(max-width:1199px){
    .View-Map{
        height: 600px;
        overflow: hidden;
    }
}
@media(max-width:768px){
    .View-Map{
        display: none;
    }
    .diliwei{
        width: 100%;
        position: relative;
        top:0;
        left:0;
        box-sizing: border-box;
        margin:0;
        border:none;
        padding:50px;
        background: none;
    }
    .dilizhi{
        margin:0;
        text-align: center;
    }
    .jieshui{
        font-size: 20px;
        padding-bottom: 2px;
    }
    .shangh{
        font-size: 14px;
        line-height: 1.4;
    }
    .shangh1{
        max-width: 88%;
        margin:0 auto;
    }
}
@media(max-width:420px){
    .diliwei{
        padding:20px 2%;
        height:auto;
    }
    .diliwei_right {
        width: 100%;
        min-height: 46px;
        height:auto;
        position: relative;
        bottom: 0;
        left: 0;
        margin-top:20px;
    }
    .kehu {
        font-size: 15px;
    }
    .qidizhi{
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 5px;
        line-height:2em;
    }
    .kehu{
        font-size: 18px;
        line-height:2em;
    }
    .fu_rexian{
        font-size: 26px;
        line-height:1.6;
    }
}