header{
    height: 87px;
    background-color: #e40011;
}
header>div{
    width: 1425px;
    margin: 0 auto;
}
header .logo{
    width: 288px;
    height: 87px;
    background: white;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    box-sizing: border-box;
    vertical-align: top;

}
header .logo img{
    display: unset;
}
header .nav{
    vertical-align: top;
    display: inline-block;
    height: 100%;
    line-height: 86px;
    font-size: 0;
}
header .nav>li{
    position: relative;
    display: inline-block;
    padding: 0 9px;
    height: 87px;
    text-align: center;
}

header .nav a{
    font-size: 18px;
    color: white;
}
header .nav a img {
    display: inline-block;
    width: 16px;
    transform: rotate(90deg);
}
header .nav li:hover a img{
    transform: rotate(0deg);
}
header .second-nav{
    display: none;
    position: absolute;
    top:85px;
    left: -25%;
    width: 150%;
    font-size: 16px;
    z-index: 10;
    background: rgba(0,0,0,.3);
    padding-bottom: 3px;
}
header .nav>li:hover  .second-nav{
    display: block;
}
header .second-nav>li{
    padding: 0 12px;
    line-height: 40px;
    border-bottom: 1px dotted white;
}
header .second-nav>li:hover{
    background:#f03644;
}
header .second-nav>li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: .8;
}
header .third-nav{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 800px;
    min-height: 375px;
    padding-bottom: 15px;
    background: rgba(255,255,255,.8);
    border: 2px solid #999;
    border-left: unset;
    text-align: left;
}
header .second-nav>li:hover .third-nav{
    display: block;
}
header .third-nav li{
    display: inline-block;
    margin: 20px 15px 0;
}

header .third-nav a{
    display: inline-block;
    padding: 3px 10px 4px;
    color:#000;
    border: 1px dotted #837e80;
    border-radius: 5px;
}
header .third-nav a:hover{
    color:#fff;
    background: #ee4e5b;
}
@media (max-width: 1400px) {
    header{
        height: 63px;
    }
    header>div{
        width: 1200px;
    }
    header .logo{
        width: 170px;
        height: 63px;
    }
    header .logo img{
        height: 70%;
    }
    header .nav{
        line-height: 63px;
    }
    header .nav>li{
        height: 63px;
    }
    header .nav a{
        font-size: 16px;
    }
    header .second-nav{
        top:63px;
    }
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.swiper-pagination-bullet-active{
    background: white;
}


button{
    outline: none;
    cursor: pointer;
}
a{
    cursor: pointer;
}
/*底部*/
/*模快八*/
.frend-link{
    height: 182px;
}
.frend-link h3{
    font-size: 24px;
    letter-spacing: 3px;
    color: #ffc536;
    padding: 30px 0 15px;
}
.frend-link li{
    display: inline-block;
    margin-right: 20px;
}
.frend-link li a{
    font-size: 14px;
    line-height: 37px;
    color: #ffffff;
}
.frend-link li a:hover{
    color:#aaa;
}
.footer-middle{
    padding-top: 38px;
}
.footer-middle li{
    display: inline-block;
    margin-right: 100px;
    vertical-align: top;
}
.footer-middle li:last-child{
    margin-right: 0;
}
.footer-middle h3{
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer-middle h3::before{
    content: '';
    display: block;
    width: 27px;
    height: 3px;
    border-top: 2px solid white;
}
.footer-middle p a{
    font-size: 16px;
    line-height: 31px;
    color: #ffffff;
}
.footer-middle p a:hover{
    color:#aaa;
}
.footer-middle img{
    margin-top: 40px;
    display: unset;
    width: 120px;
}
.footer-qrcode div{
    margin-left: 65px;
    display: inline-block;
}
.footer-qrcode p{
    padding: 5px;
    text-align: center;
    color:white;
}
.footer-bottom{
    padding-top: 25px;
}
.footer-bottom p{
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: .7;
}
.footer-bottom a{
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: .7;
}
.footer-bottom img{
    display: unset;
}
.fushi-confirm {
    position: fixed;
    top: 200px;
    left: calc(50% - 350px);
    text-align: center;
    z-index: 100;
    display: inline-block;
}

.fushi-confirm ul{
    display: inline-block;
    position: relative;
    font-size: 0;
    width: 700px;
}
.closeConfirm{
    position: absolute;
    right:0;
    top:-20px;
}
.fushi-confirm li{
    display: inline-block;
    width: 345px;
    height: 320px;
    background: url(../img/fushi/fushi-confirm-bg1.png) no-repeat 100% 100%;
    background-size:100% 100% ;
    overflow: hidden;
}

.fushi-confirm .fushi-confirm-right{
    background: url(../img/fushi/fushi-confirm-bg2.png) no-repeat 100% 100%;
    background-size:100% 100% ;
}
.fushi-confirm a{
    padding-top: 94px;
    display: block;
    text-align: center;
}
.fushi-confirm h3{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 25px;
    color:white;
}
.fushi-confirm p{
    font-size: 25px;
    color:white;
}
.fushi-confirm span{
    color:red;
}
.fushi-confirm-left div{
    margin-top: 35px;
    display: inline-block;
    font-size:21px;
    color:#ff7a02;
}
.fushi-confirm-right div{
    margin-top: 40px;
    display: inline-block;
    font-size:21px;
    color:#33beda;
}
.fushi-left-slide{
    position: absolute;
    top:900px;
    left:20px;
    width: 139px;
    height: 320px;
    background: url(../img/fushi/fushi-left-bg.png) no-repeat 100% 100%;
    text-align: center;
    z-index: 12;
}
.fushi-left-top{
    width: 100%;
    height: 58px;
    opacity: 0;
}
.fushi-left-middle{
    margin-top: 10px;
    padding: 12px 0;
}
.fushi-left-middle a{
    display: block;
    line-height: 2.25;
    opacity: 0;
}
.fushi-left-bottom{
    display: inline-block;
    width: 40px;
    height: 40px;
    opacity: 0;
    margin-top: 12px;
}
.fushi-right-slide{
    position: absolute;
    right: 0;
    top:1000px;
    width: 218px;
    height: 915px;
    background-color: #00aade;
    border-radius: 31px;
    border: solid 17px #fad669;
    z-index: 22;
    transform: scale(.9);
}
.fushi-right-slide .title-text{
    position: absolute;
    top: -40px;
    left: 18px;
}
.fushi-right-slide ul{
    padding: 10px 0;
}
.fushi-right-slide a{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    border-bottom: 1px dotted white;
    box-sizing: border-box;
    padding-left: 30px;
}
.fushi-right-slide a i{
    color:#ddd;
    margin-right: 10px;
    transform: rotate(45deg);
    display: inline-block;
}
.fushi-right-slide ul li:last-child{
    text-align: center;
    color:white;
    padding-top: 10px;
}
.fushi-right-slide .icon-dianhua{
    font-size: 34px;
    color:white;
    margin: 10px 0;
}
.fushi-right-slide p{
    font-size: 16px;
    color:white;
}
.fushi-right-slide .icon-shizhong{
    font-size: 22px;
}
.fushi-right-slide div{
    margin: 10px 0;
}
