.container{
    width: 100%;
    height: 100vh;
    position: relative;
}
::-webkit-scrollbar{
   display:blcok;
}
.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;
}
/* tab-control */
.tab-control-wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.tab-control{
    width: 100%;
    height: 100%;

}
.tab-control .tab-nav{
    width: 100%;
    height: 100%;
}
.tab-nav>ul>li{
    width: 400px;
    height: 60px;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background: #fff;
    box-shadow:0px 3px 6px rgba(0,0,0,0.06);
    cursor: pointer;
}
.tab-active{
    background:rgba(8,112,238,1) !important;
    box-shadow:0px 3px 6px rgba(0,0,0,0.06);
    color: #fff!important;
}
/* yingyongchangjing */
.tab-control-con{
    width: 100%;
    height: 100%;
    margin-top: 60px;
}
.tab-control-con .tab-control-con-title{
    margin-top: 60px;
    color: #333;
    font-size: 20px;
}
.tab-control-con-title h2{
    display: inline-block;
    border-left: 6px solid #0870EE;
    padding-left: 10px;
    font-weight: bold;
}
.tab-control-con1{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tab-control-con1-l{
    width: 584px;
    height: 292px;
}
.tab-control-con1-l img{
    width: 504px;
    height: 270px;
    margin: 11px 40px;
    object-fit: cover;
}
.tab-control-con1-r{
    width: 524px;
    /* height: 67px; */
    margin:40px 0 0 40px;
    line-height: 24px;
    font-size: 14px;
}
.tab-control-con1-r p{
    color: #666;
}
.tab-control-con1-r h2{
    color: #333;
}
.tab-control-con1-r h2 span{
    font-weight: 500;
    font-size: 14px;
    color: #666;
}
.tab-control-con1-r a{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
}
.tab-control-con1-r a img{
    width: 20px;
    height: 9px;
}
.tab-control-con{
    
}
.tab-control-con>div>ul>li{
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #333;
    background: #F8F8F8;
    border-bottom: 1px solid #f7f2f2;
}
.tab-control-con .classify{
    width: 240px;
    height: 60px;
    background:rgba(8,112,238,1);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}
.tab-control-con .classify-active{
    color: #0870EE;
    background: #ffffff;
}

.classify-tab a{
    display: block;
}
.documents-list{
    margin-left: 100px;
    width: 800px;
}
.documents-list>div>ul>li{
    width: 400px;
    padding: 10px;
    vertical-align: middle;
}
.documents-list>div>ul>li>img{
    width: 16px;
    height: 16px;
}
.documents-list>div>ul>li>a{
    font-size: 14px;
    color: #333;
}
/* gopage */
.gopage{
    /* position: absolute;
    bottom: 10px;
    left: 10px; */
    width: 1200px;
    height: 30px;
    margin: 50px auto;
}
.gopage>ul{
    margin: auto;
    text-align: center;
}
.gopage>ul>li{
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    line-height: 30px !important;
    background:rgba(240,242,245,1) !important;
    display: inline-block !important;
    border-radius: 2px !important;
    color: #606266 !important;
    cursor: pointer !important;
}
.gopage .gopage-active{
    background: #1989FA !important;
    color: #fff !important;
}
.gopage .gopage-none{
    color: #C0C4CC !important;
}




.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;
}

.touchli a{
    display: block;
}