.container{
    width: 100%;
    height: 100%;
}
::-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{
    height: 68px;

}
.header-ad .logo-r{
    width: 50%;
    line-height: 50px;
    font-size: 24px;
    color: #FFC336;
}
.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);
}
/* product-center */
.product-center-wrap{
    width: 1200px;
    margin: 0 auto;
}
.product-center{
    width: 100%;
    height: 100%;
    margin-top: 40px;
}
.product-center .product-center-title{
    margin-top: 40px;
    color: #333;
    font-size: 20px;
}
.product-center-title h2{
    display: inline-block;
    border-left: 6px solid #0870EE;
    padding-left: 10px;
    font-weight: bold;
}
.product-center-con{
    width: 100%;
    margin-top: 30px;
}

.product-center-con a{
    display: block;
}
.product-center-con .product-center-list{
    width: 380px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.product-center-con .product-center-list img{
    width: 380px;
    height: 380px;
    object-fit: cover;
}
.product-center-con .product-center-list p{
    text-align: center;
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.product-margin{
    margin:0 30px;
}
.product-center-list:hover p{
    color: #0870EE;
    -webkit-transition: all 0.35s ease-in-out;
}
.back-top{
    position:fixed;
    right: 40px;
    bottom: 400px;
    border-right: 1px solid #0870EE;
    border-bottom: 1px solid #0870EE;
}
.back-top img{
    width: 60px;
    height: 60px;
}