.container{
    width: 100%;
    height: 100vh;
    position: relative;
}
.content {
    background: #eeee;
}
::-webkit-scrollbar{
    display:block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrap{
    width: 1200px;
    height: 80px;
    background: #fff;
    margin:0 auto;
}
.header-ad{
    width: 1200px;
    height: 80px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.header-ad .logo-l{
    width: 50%;

}
.header-ad .logo-l img{
    width: 210px;
    height: 50px;
}
.header-ad .logo-r{
    width: 50%;
    line-height: 50px;
    font-size: 24px;
    color: #0870EE;
}
.header-ad .logo-r img{
    width: 30px;
    vertical-align: middle;
    height: 100%;
}
/* nav */
.nav-wrap{
    width: 100%;
    height: 50px;
    background:rgba(0,33,74,1);
    line-height: 50px;
}
.nav-wrap .nav{
    width: 1200px;
    margin	:0 auto;
    cursor: pointer;
}
.nav ul>li{
    display: inline-block;
    width: 13%;
    font-size: 16px;
    text-align: center;
}
.nav ul>li>a{
    display: inline-block;
    width: 100%;
    height: 50px;
    color: #fff;
}
.nav ul>li>a:hover{
    background: #0870EE;
}
.active-nav{
    background: #0870EE;
}
.aa{
    position: relative;
}
.aa:hover .bb{
    display: block;
}
.bb{
    width: 100%;
    position: absolute;
    top: 44px;
    text-align: center;
    z-index: 999;
    display: none;
}
.bb>p>a{
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #333;
}
.bb>p>a:hover{
    background:rgba(238,245,255,1);
    color: #0870EE;
}
.bb .bb-active{
    background:rgba(238,245,255,1);
    color: #0870EE;
}
/* banner */
.banner-wrap{
    width: 100%;
    height: 500px;
    margin-top: -5px;
    position: relative;
}
.b-main{
    position: relative;
}
.b-main .b-m-pic{
    position: relative;
}
.b-main .b-m-pic li{
    position: absolute;
    height: 500px;
}

@media screen and (max-width: 1201px) {
    .b-main .b-m-pic li img {width: 1200px}
    .header-img img{width: 1200px;height: 100%;}
}

.b-list ul {
    position: absolute;
    bottom: 8px;
    right: 350px;
}
.b-list ul li{
    display: inline-block;
    width:14px;
    height:14px;
    background:rgba(255,255,255,0.18);
    border:2px solid rgba(255,255,255,1);
    opacity:1;
}
.l-hover{
    background:rgba(0,0,0,0.8);
    border:2px solid rgba(255,255,255,1);
}
/* header-img */
.header-img-wrap{
    width: 100%;
    height: 350px;
}
.header-img{
    width: 100%;
    height: 100%;
}
.header-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* contact us */
.contact-wrap{
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}
.contact{
    width: 100%;
    height: 300px;
    position: absolute;
    top: -100px;
    left: 0;
    border: 1px solid #eeeeee;

}
.contact .contact-us{
    width: 1200px;
    height: 300px;
    text-align: center;
    background: #fff;
}
.contact-us h2{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    padding-top: 40px;
}
.contact-us div{
    margin-top: 60px;
    width: 50%;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}
.contact-us div:nth-of-type(1){
    border-right: 1px solid rgba(229,229,229,1);
}
.contact-us .contact-fl p{
    padding: 12px 0 ;
    margin-left: 250px;
    text-align: left;
}
.contact-us .contact-fr p{
    padding: 12px 0 ;
    margin-left: 150px;
    text-align: left;
}
.contact-us .contact-fl p:nth-of-type(1){
    font-weight: bold;
}
.media-wrap{
    width: 100%;
     /*background:rgba(245,246,248,1); */

}
.media{
    width: 1200px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    border-radius: 4px;
}
.media h2{
    font-size:24px;
    color:rgba(51,51,51,1);
}
.media img{
    width: 100%;
}
.media p{
    font-size: 14px;
}
/* map */
.map-wrap{
    width: 100%;
    margin-bottom: -80px;
}
.map{
    width: 100%;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.back-top{
    position:fixed;
    right: 40px;
    bottom: 400px;
    border-right: 1px solid #0870EE;
    border-bottom: 1px solid #0870EE;
    /* display: none; */
}
.back-top img{
    width: 60px;
    height: 60px;
}



.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}