html,body{
    min-width: 1200px;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.header-nav-wrapper{
    background: #fff;
    width: 100%;
}
.header-nav-box{
    text-align: center;
    margin: 0 auto;
    width: 1200px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav-box a{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.header-nav-box .left-box{
    display: flex;
    align-items: center;
}
.header-nav-box .left-box a{
    margin-right: 50px;
}
.header-nav-box .right-box{
    display: flex;
    align-items: center;
}
.header-nav-box .right-box a{
    margin-left: 40px;
}
.header-nav-box .right-box a:last-child{
    background: #0C4CFE;
    color: #fff;
    padding: 7px 20px;
}

.contact-box{
    background: #007AEF;
    padding: 60px 0;
}
.contact-box{
    text-align: center;
    color: #fff;
}
.contact-box .title{
    color: #fff;
    font-weight: normal;
    font-size: 29px;
}
.contact-box .input-box{
    display: flex;
    justify-content: center;
    width: 500px;
    margin: 20px auto;
    background: #fff;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
.contact-box .input-box input{
    width: 100%;
    color: #000;
    outline: none;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 17px;
}
.contact-box .input-box div{
    background: #0080F1;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.footer-box{
    padding: 50px;
    background: #373D41;
    text-align: center;
    color: #999;
}
.footer-box a{
    color: #999;
    text-decoration: none;
}
.content-box{
    padding: 60px 0;
    width: 100%;
    margin: 0 auto;
}
.content-box .title{
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #333;
}
.content-box .title span{
    color: #0080F1;
}
.content-box .desc{
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}


.swiper-box{
    height: 520px;
    position: relative;
    overflow: hidden;
}
.swiper-box .swiper-button{
    background: rgba(229, 229, 229, 0.3);
    border-radius: 100px;
    width: 33px;
    height: 33px;
    text-align: center;
    color: rgba(255, 255, 255, 0.66);
    padding: 10px;
}
.swiper-box .swiper-button:after{
    font-size: 20px;
}
.swiper-box .swiper-button-prev{
   left: 15px;
}
.swiper-box .swiper-button-next{
   right: 15px;
}
.swiper-box .swiper-pagination{
    bottom: 20px;
}
.swiper-box .banner-box{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
}
.swiper-box .banner-box img{
    width: 100%;
}


.cover-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: rgba(0,0,0,.5);
}


.pagination{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.pagination li{
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}
.pagination li a{
    text-decoration: none;
    font-size: 14px;
    color: #606266;
    display: block;
}
.pagination .disabled{
    color: #c0c4cc;
}
.pagination .active{
    background: #0098fd;
    color: #fff;
}

.contact-popup-box{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1010;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0 8px 0 rgb(0 0 0 / 10%);
}
.contact-popup-box .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.contact-popup-box .left-box{
    width: 410px;
    height: 410px;
}
.contact-popup-box .right-box{
    width: 290px;
    padding-top: 50px;
    text-align: center;
}
.contact-popup-box .right-box .title{
    font-size: 18px;
    color: #3D3D3D;
    line-height: normal;
}
.contact-popup-box .right-box .desc{
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}
.contact-popup-box .right-box img{
    width: 150px;
    margin: 27px auto 27px;
}
.contact-popup-box .right-box .button{
    width: 180px;
    height: 33px;
    background: #004BE1;
    border-radius: 20px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    margin: auto;
}
.contact-popup-box .right-box .contact{
    font-size: 16px;
    color: #3D3D3D;
    display: flex;
    height: 22px;
    align-items: center;
    width: 80%;
    margin: 25px auto 0 auto;
}
.contact-popup-box .right-box .contact img{
    width: 14px;
    margin-right: 15px;
    transform: translateY(-5px);
}
.ql-align-center{text-align: center;}
.ql-align-right{text-align: right;}
.ql-indent-1{padding-left: 16px;}
.ql-indent-2{padding-left: 32px;}
.ql-indent-3{padding-left: 48px;}
.ql-indent-4{padding-left: 64px;}
.ql-indent-5{padding-left: 80px;}
.ql-indent-6{padding-left: 96px;}
.ql-indent-7{padding-left: 112px;}
.ql-indent-8{padding-left: 128px;}
