@CHARSET "UTF-8";

:root{
    --white: #fff;
}
.tl {
    text-align: left;
}
.tr{
    text-align: right;
}

.w100{
    position: relative;
    width: 100%;
}
.hide{
    display: none;
}
.w100>img{
    width: 100%;
}
.full {
    width: 100%;
}
.tc {
    text-align: center;
}
div, p, span, em, b, h1, h2 {
    font-family: 'PingFang SC';
    font-style: normal;
    line-height: normal;
}
html, body {
    height: auto;
}
body {
    font-family: "Microsoft YaHei", Verdana, Arial !important;
    font-size: 14px;
    background: #fff;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

video {
    position: fixed;
    top: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.section-wrap{
    position: relative;
    z-index: 1;
    text-align: center;
}
#banner {
    width: 100%;
    height: 1080px;
    text-align: center;
    margin-top: -80px;
}
#banner-swiper{
    text-align: center;
    height: 100%;
}
#banner .banner-swiper-slide .img-cont{
    display: block;
    position: relative;
    width:100%;
    height: 100%;
    z-index: 100;
    cursor: default;
}
#banner .img-cont{
    display: block;
}
.swiper-pagination{
    bottom: 86px !important;
    line-height: 20px;
    height: 20px;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #ccc;
    vertical-align: middle;
}
.swiper-pagination-bullet-active{
    width: 20px;
    height: 20px;
    background: #FFFFFF;
}
.banner-btn-prev{
    position: absolute;
    top: 44%;
    z-index: 30;
    left: 10vh;
    padding: 20px;
}
.banner-btn-next{
    position: absolute;
    top: 44%;
    z-index: 30;
    right: 10vh;
    padding: 20px;
}
.banner-btn i{
    display: block;
    width: 81px;
    height: 114px;
}
.banner-btn i.icon-sanjiaoleft{
    background: url(../images/left-arrow.png) no-repeat center center;
    background-size: contain;
}
.banner-btn i.icon-sanjiaoright{
    background: url(../images/right-arrow.png) no-repeat center center;
    background-size: contain;
}

.wp {
    width: 1200px;
    margin: 0 auto;
}

.header{
    padding-top: 20px;
    position: relative;
    z-index: 10;
}
.header .links-part{
    height: 30px;
}
.header .links-part a{
    display: inline-block;
    width: 101px;
    height: 31px;
    margin-left: 15px;
    transition: all .2s;
    transform: scale(1);
}
.header .links-part .gfqz{
    background: url(../images/gfqz.png) no-repeat center center;
    background-size: contain;
}
.header .links-part .gghz{
    background: url(../images/gghz.png) no-repeat center center;
    background-size: contain;
}
.header .links-part .lltz{
    background: url(../images/llhz.png) no-repeat center center;
    background-size: contain;
}
.header .links-part a:hover{
    transform: scale(1.05);
}
.downloadnow{
    position: absolute;
    right: 30%;
    bottom: 210px;
    z-index: 20;
    border-radius: 10px;
    background: linear-gradient(135deg, #F173A7 0%, #D2568A 100%);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 8px;
}
.downloadnow .qr-code{
    display: block;
    width: 170px;
    margin: 10px auto;
    border-radius: 6px;
}
.bottom-des{
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #904685;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
}
