banner {
    width: 100%;
    height: 800px;
    overflow: hidden;
    /* background: url(../images/02_02.jpg) no-repeat;
    background-size: 100%; */
    position: relative;
}


#dituContent {
    width: 100%;
    height: 800px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.us_left{
    width: 562px;
	height: 632px;
    background: url(../images/15a.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 80px;
    left: 150px;
}
.us_name{
    font-family: SourceHanSansCN-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #c7000a;
    margin-top: 50px;
    margin-left: 45px;

}
.us_y{
    font-family: ArialMT;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
    color: #666666; 
    margin-left: 45px;
    margin-bottom: 26px;
}
.gszj{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: 47px;
    margin-bottom: 26px;
}
.dh_img{
        width: 40px;
        height: 40px;
        margin-right: 19px;
}
.dh_img img{
    width: 100%;
}
.dh_p1{
    font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}
.dh_p2{
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #323333;
}
.dh_w1{
    margin-left: 40px ;
}
.didian{
    position: relative;
    width: 84px;
	height: auto;
}
.didian_img{
    width: 31px;
    height: auto;
    margin: 0 auto;
}
.didian_img img{
    width: 100%;
}
.didian_wz{
    font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
	color: #d8d8d8;
	box-shadow: -1px 2px 0px 0px 
		#000000;
}
.bottom{
    margin-top: 0 !important;
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .didian{
        top: 47%;
        left: 53%;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
    .didian{
        top: 47%;
        left: 53%;
    }

}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}