.container{
    width: 100%;
    background:rgba(245,246,248,1);
}
::-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}
}

.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);
}
/* newslist */
.newslist-wrap{
    width: 1200px;
    /* height: 100%; */
    margin: 0 auto;
}
.newslist{
    width: 1200px;
    /* height: 100%; */
    margin: auto;
}
.newslist .newslist-title{
    /* height: 26px; */
    margin-top: 40px;
    color: #333;
    font-size: 20px;
    /* line-height: 26px; */
}
.newslist-title span{
    display: inline-block;
    height: 15px;
    width: 6px;
    background:rgba(8,112,238,1);
    margin-top: 1px;
}
.newslist-title h2{
    display: inline-block;
    padding-left: 10px;
    border-left: 6px solid #0870EE;
    font-weight: bold;
}
.newslist-con{
    width: 1200px;
    height: 247px;
    background:rgba(255,255,255,1);
    margin-bottom: 10px;
}
.newslist-con-a{
    width: 100%;
    box-sizing: border-box;
    height: 247px;
    margin-top: 20px;
    padding: 20px;
}
.newslist-con-a .newslist-con-l{
    width: 276px;
    height: 207px;
    margin-right: 30px;
}
.newslist-con-a .newslist-con-l img{
    width: 100%;
    height: 207px;
    object-fit: cover;
}

.newslist-con-a .newslist-con-r{
    width: 50%;
    position: relative;
}

.newslist-con-r .time{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.newslist-con-r h2{
    font-size:18px;
    font-weight:bold;
    line-height:24px;
    color:rgba(51,51,51,1);
    margin-bottom: 20px;
}
.newslist-con-r p:nth-of-type(1){
    font-size:14px;
    line-height:18px;
    color:rgba(102,102,102,1);
    margin-bottom: 125px;
}
.newslist-con-r p:nth-of-type(2){
    font-size:14px;
    line-height:18px;
    color:rgba(153,153,153,1);
}
.newslist-con-r:hover h2{
    color: #0870EE;
}
/* gopage */
.gopage{
    width: 1200px;
    height: 30px;
}
.gopage ul{
    margin: auto;
    text-align: center;
}
.gopage li{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background:rgba(240,242,245,1);
    display: inline-block;
    border-radius: 2px;
    color: #606266;
    cursor: pointer;
}
.gopage .gopage-active{
    background: #1989FA;
    color: #fff;
}
.gopage .gopage-none{
    color: #C0C4CC;
}

.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;
}

.content{
    background: #F5F6F8;
}