@font-face {
    font-family: 'Athelas';

    font-display: swap;
}

html{ font-size: 100px;}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial, Helvetica,"PingFang SC", "PingFang SC-Regular", 苹方, "Microsoft Yahei", sans-serif;
}


html,
body {
    color: #333;
   font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus,span:focus
{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}

input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}


.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #0958c1, #0958c1);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #0958c1}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3}
@media screen and (max-width:1024px){
    html{font-size: 90px!important;}
}
@media screen and (max-width:900px){
    html{font-size: 85px!important;}
}
@media screen and (max-width:640px){
    body{font-size: .18rem}
}
@media screen and (max-width:480px){
    html{font-size: 80px!important;}
}
@media screen and (max-width:375px){
    html{font-size: 80px!important;}
}
@media screen and (max-width:360px){
    html{font-size: 70px!important;}
}

@media(min-width: 1200px){
    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width:1920px){
            html{font-size: 100px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 95.5px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width:1920px){
            html{font-size: 100px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 92.5px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 87px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 84px!important;}
        }
    }
    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 80px!important;}
        }
    }
    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width:1920px){
            html{font-size: 70px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 70px!important;}
        }
    }
}

.wp{
    width: 15.6rem;
    margin: 0 auto;
}
/*==========================================公共 开始=============================================*/

.head .wp{
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
   /* align-items: center;*/
    justify-content: space-between;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
.logo{
    margin-top: 0.12rem;
}
.logo img{
    display: block;
    height: 0.65rem;
}
.head .top{
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head .top .li a{
    display: block;
    font-size: 0.16rem;
    line-height: .36rem;
    padding: 0 0.32rem;
    color: #fff;
    transform: skewX(20deg);
}
.head .top .li {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    transform: skewX(-20deg);
    transition: .5s;
}
.head .top .li:hover a{
    color: #ff8404;
}
.head .top .search{
    width: 3.05rem;
    background: #fff;
    position: relative;
    transform: skewX(-20deg);
    border-radius: 5px;
    margin-left: 0.25rem;
}
#inp{
    display: block;
    width: 100%;
    font-size: 0.16rem;
    line-height: .36rem;
    height: 0.36rem;
    padding-left: 0.15rem;
    padding-right: 0.45rem;
    color: #000;
    transform: skewX(20deg);
}
#submit{
    position: absolute;
    right: 0.15rem;
    top: 0;
    bottom: 0;
    padding: 0.09rem 0;
    width: 0.18rem;
    transform: skewX(20deg);
}
input:-moz-placeholder{
    color: #000;
}
input:-ms-input-placeholder{
    color: #000;
}
input::-webkit-input-placeholder{
    color: #000;
}

.nav li{
    margin-left: 0.2rem;
    position: relative;
}
.nav li a{display: block}
.nav li h2{
    font-size: .2rem;
    line-height: .6rem;
    color: #fff;
    transition: .5s;
}
.nav li .sub{
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: 0.05rem;
    min-width: 1.6rem;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.nav li .box{
    text-align: center;
    position: relative;
    background: #fff;
    padding: .1rem 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 0 0 .1rem .1rem;
    overflow: hidden;
}
.nav li .box:after{
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0958c1;
}
.nav li .box a{
    display: block;
    font-size: .16rem;
    padding: 0 .13rem ;
    margin-bottom: 1px;
    background: #fff;
    white-space: nowrap;
    line-height: .45rem;
    transition: .5s;
}
.nav li .box a:hover{
    background: #eaf2f9;
    color: #0958c1;
}
.nav li:hover .sub{
    opacity: 1;
    visibility: visible;
}
.nav li:hover h2{
    color: #430A5D;
}
.head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 4.59rem;
    background: url('../images/topmask.png') top center repeat-x;
    background-size: auto 99%;
}
.head{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding-top: 0.15rem;
}


.foot {
    padding-top: .88rem;
    padding-bottom: .32rem;
    position: relative;
    margin-top: -.2rem;
    background: url("../images/foot.png") no-repeat bottom center;
    background-size: 100% 100%;
}
.foot .wp{
    align-items: center;
}
.ftlogo img{
    display: block;
    height: .89rem;
}

.ftadd p{
     font-size: .16rem;
     color: #fff;
     line-height: .36rem;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}
.ftadd p span{
    display:block;
}

.ftadd p span:first-child{
    margin-right: 2.28rem;
}
.ftadd p.p3 span:first-child{
    margin-right: 1.75rem;
}

.ftewm {
    width: 1rem;
}
.ftewm img{
    display: block;
    width: 100%;
}
.ftewm p{
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .36rem;
    margin-top: .04rem;
}

/*wap*/

.wap-head{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #801C80;
    height: .75rem;
    box-shadow: 0 0 0.15rem rgba(0,0,0,.15);
}
.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #801C80;
    opacity: 0;
    visibility: hidden;
    transition: .3s;

}
body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
    z-index: 1111;
}
.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}


@media screen and (max-width: 1200px){
    .wp{
        max-width: 100%;
        padding: 0 15px;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .pc{
        display: none;
    }
    .phone{
        display: block;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo{
        margin-top: 0;
    }
    .wap-head .logo img{
        height: 0.6rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        padding-left: .1rem;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("../images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
    }
    .navShow .navbtnm i{
        background-image: url("../images/close.png");
    }
    .big-nav .scroll li {
        width: 100%;
        text-align: left;
        padding-top: 0;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }
    .big-nav .scroll li h2 {
        font-size: .2rem;
        line-height: .65rem;
        padding-left: 6%;
        position: relative;
    }

    .big-nav .scroll li h2.h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6%;
        width: 0.18rem;
        background: url("../images/nav-icon.png") no-repeat 50%;
        background-size: 0.18rem;
        color: #fff;
        transition: .3s;
    }
    .big-nav .scroll li a {
        color: #fff;
        display: inline-block !important;
    }
    .big-nav .scroll li .list {
        padding: 0 0 0 6%;
        display: none;
    }
    .big-nav .scroll li .list h3 {
        font-size: .17rem;
        border-top: rgba(255,255,255,.13) solid 1px;
        padding: .16rem 0;
        line-height: 1.4em;
        font-weight: 400;
    }
    .big-nav .scroll li .list h3:nth-child(1) {
        border: 0;
    }
    .big-nav{
        overflow-y: auto;
        padding-bottom: .3rem;
    }
    .big-nav .scroll {
        position: static;
        padding-top: .9rem;

    }
    .big-nav .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    .big-nav .search {
        position: relative;
        padding: .3rem 6% .4rem;
        width: 100%
    }
    .big-nav .search .from {
        display: block!important;
        position: relative;
    }

    .big-nav .search .from .serinp {
        position: static;
        top: 0;
        right: 0;
        width: 100%
    }

    .big-nav .search .from .serbtn {
        width: .55rem;
        height: .55rem;
        position: absolute;
        text-align: center;
        line-height: .55rem;
        font-size: .22rem;
        color: #fff;
        top: 0;
        right: 0
    }
    .big-nav .search .from .serbtn input {
        position: absolute;
        top: 0;
        left: 0;
        width: .55rem;
        height: .55rem;
        padding: 0.16rem;
        z-index: 3;
        background: rgba(255,255,255,0);
        border: 0;
    }

    .big-nav .search .from .serinp input {
        width: 100%;
        height: .55rem;
        line-height: .55rem;
        background: #fff;
        border: 0;
        font-size: .18rem;
        border-radius: 5px;
        color: #333;
        padding: 0 .55rem 0 .15rem;
    transform: none;
    }

    .big-nav .links {
        line-height: .35rem;
        color: #fff;
        font-size: .18rem;
        padding: .2rem 5%;
        transition: .3s;
        width: 100%;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }

    .big-nav .links a {
        color: #fff;

    }
    .big-nav .links a i {
        font-size: .26rem;
        margin-right: 3px;
        vertical-align: -2px
    }


}
@media screen and (max-width: 1024px){
    .ftlogo{
        width: 100%;
        margin-bottom: .2rem;
    }
    .ftlogo img{
        height: .6rem;

    }
    .foot{
        padding-top: .3rem;
        padding-bottom: .2rem;
        background: url("../images/foot2.jpg");
        margin-top: 0;
    }
}
@media screen and (max-width: 768px){
    .ftadd{
        width: 100%;
        margin-bottom: .2rem;
    }
    .ftadd p span:first-child,.ftadd p.p3 span:first-child{
        margin-right: .2rem;
    }

}
@media screen and (max-width: 640px){
    .wap-head .logo img{
        height: .4rem;
    }
    .ftlogo img{

        margin: 0 auto;
    }
    .foot .wp{
        justify-content: center;
    }
    .ftadd p span{
        width:100%;
        display:flex;
        align-items:center;
    }
}


/**/


#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 99999999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
;z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}