@import "//at.alicdn.com/t/c/font_4291673_tuhvej2et6n.css";

* {margin: 0;padding: 0;box-sizing: border-box;}
body {width: 100%;min-width:320px;margin: 0 auto;font: 14px/1.5 '微软雅黑';color: #333;overflow-x: hidden;font-family: "Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei","SourceHanSansCN",Arial,sans-serif;background: #fff;}

li {list-style: none;}
a {text-decoration: none;color: #333;}
a:hover {color: #333;}
i {font-style: normal;}
button, input, textarea, hr {border: none;outline: none;}
.clear {clear: both;}
table {border-collapse: collapse;max-width: 100%;}
table td {border-collapse: collapse;}
select{outline: unset;}
input:focus ,button{outline: none;}
iframe{width:100%;height: 100%;}
img{border:none;}

body::-webkit-scrollbar{
    display: none;
    width:5px;
    height:5px;
    background-color: rgba(0,0,0,.8);
}
body::-webkit-scrollbar-track{
    background-color: rgba(0,0,0,.8);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.5);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,.4);
}
body::-webkit-scrollbar-corner{
    background: rgba(0,0,0,.5);
}

.header{
    width:100%;
    display: block;
    background: #fff;
}
.main{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
.header .header_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:1.125rem 0 1rem;
}
.logo{
    width: 6rem;
    min-width: 6rem;
    height: 4.1875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo a,.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.nav{
    flex-grow: 1;
    display: block;
}
.nav ul{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav li {
    width: 7.5rem;
    text-align: right;
    display: block;
}
.nav li a{
    width: 100%;
    display: block;
    font-size:1rem;
    color:#333;
    padding-top:0.8125rem;
    line-height: 4.1875rem;
}
.nav li a:hover,.nav li a.on{
    color:#0028a4;
}
.web_nav_bar{
    display: none;
}
.web_nav{
    width:100%;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.5);
    z-index:9999;
    transition: all ease .3s;
}
@media screen and (min-width: 751px) {
    .web_nav{
        left:100% !important;
    }
}
@media screen and (max-width: 1250px) {
    .header .main{
        width: 96%;
    }
}
@media screen and (max-width: 750px) {
    .nav{
        display: none;
    }
    .web_nav_bar{
        width: 6rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .web_nav_bar img{
        width: 4rem;
        height: 4rem;
        object-fit: contain;
        display: block;
    }
    .web_nav{
        left:100%;
    }
    .web_nav.active{
        left:0;
    }
    .web_nav_relative{
        position: relative;
        top:0;
        right:0;
        bottom:0;
        left:0;
        width: 100%;
        height: 100%;
        z-index:1;
    }
    .web_nav dl{
        width: 80%;
        min-width: 300px;
        background: #fff;
        position: absolute;
        top:0;
        right:0;
        bottom:0;
        z-index:2;
        padding-top:3rem;
    }
    .web_nav dl dt{
        width: 5rem;
        height: 5rem;
        position: absolute;
        top:0;
        right:0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .web_nav dl dt img{
        width: 50%;
        height: 50%;
        object-fit: contain;
        display: block;
    }
    .web_nav dl dd{
        width:100%;
        display: block;
    }
    .web_nav dl dd a{
        width: 100%;
        padding:0 1.25rem;
        font-size:1.875rem;
        line-height: 4rem;
        color:#333;
        display: block;
    }
    .web_nav dl dd a.active{
        color:#0028a4;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer{
    width:100%;
    background: #002fa6;
}
.footer_main{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:1.0625rem 0 1rem;
}
.footer_contact{
    width:auto;
    display: block;
    margin-right: 4.375rem;
}
.footer_contact dl,.footer_contact dt,.footer_contact dd,.footer_nav dd a,.footer_nav dd,.footer_nav dl,.footer_nav dt,.footer_nav dt a{
    width: 100%;
    display: block;
    white-space: nowrap;
    color:#fff;
}
.footer_contact dt,.footer_nav dt,.footer_follow_title{
    font-size:1.125rem;
    line-height: 2rem;
    font-weight: 600;
}
.footer_contact dd,.footer_nav dd{
    font-size:0.875rem;
    line-height: 2rem;
}
.footer_follow{
    width: auto;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 4.375rem;
}
.footer_follow_title{
    width: auto;
    color:#fff;
}
.qrcode_list{
    padding-top:0.4375rem;
    margin-left:1.625rem;
    width: 6.8125rem;
    display: block;
    font-size:0.875rem;
    line-height: 2rem;
    text-align: center;
    color:#fff;
}
.qrcode_list img{
    width: 100%;
    height: 6.8125rem;
    object-fit: contain;
    display: block;
}
@media screen and (max-width: 750px) {
    .footer_main{
        flex-wrap: wrap;
    }
    .footer_follow{
        justify-content: center;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .footer_follow .footer_follow_title{
        width: 100%;
        text-align: center;
        margin-top:2rem;
    }
    .footer_contact dt,.footer_nav dt,.footer_follow_title{
        font-size:2rem;
        line-height: 3.8rem;
        font-weight: 600;
    }
    .footer_contact dd,.footer_nav dd{
        font-size:1.5rem;
        line-height: 3rem;
    }
}
.foot{
    background: #001753;
    color:#000;
}
.foot .main p{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:0.75rem;
    line-height: 2rem;
}
.foot .main p,.foot .main a{
    color:#fff;
}