@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
    overflow-x: hidden;
}

html {
    font-size: 5.2083334vw;
}

@media (max-width:1024px) {
    html {
        font-size: 9.765625vw
    }
}

@media (max-width:480px) {
    html {
        font-size: 14vw
    }
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold";
    src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



/*初始化样式啊*/
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    zoom: 1;

    /*设置字体*/
    font-size: 0.16rem;
    line-height: 1.875;
    font-family: HarmonyOS_Sans_SC_Light, sans-serif;
    color: #181818;
    /*设置宽度*/
    width: 100%;
}

ul,
li,
form,
dl,
dt,
dd,
div {
    padding: 0px;
    margin: 0px;
}

.ul,
.ul li {
    list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #555555;
}

input:focus {
    outline: none;
}

/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}

/*强制去除textarea自带的样式*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
    max-width: 100%;
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #113961;
}

ul,
li {
    list-style: none;
    font-style: normal;
}

* {
    font-style: normal;
}

/*清楚浮动*/
/*清除浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0px;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.pulbicConPadding {
    padding-bottom: 1.2rem;
}

.pulbicCon {
    width: 94%;
    max-width: 14.4rem;
    margin: 0 auto;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.imgBox,
.imgBox2 {
    width: 100%;
    display: block;
}
.imgBox2 {
    margin: 0 auto;
}
.imgBox2 img{
    width: 100%;
}
.HomeBan .imgBox{
    width:100% !important;
    max-height:9.6rem;
        object-fit: cover;
}

.imgBox img {
    display: block;
}

.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

@media screen and (max-width:1024px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    body {
        font-size: 14px;
        line-height: 1.5;
    }
}

/*初始化样式*/

.publicCon,.publicCon2 {
    width: 94%;
    max-width: 14.4rem;
    margin: 0 auto;
}

@media screen and (max-width:1440px) {
    .publicCon,.publicCon2 {
        max-width: none;
    }
}


/*Top*/
.hide {
    display: none;
}

.Header {
    height: 1rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    z-index: 100;
    transition: all 0.3s;
    text-align: center;
    z-index: 1000;
}

.Header .auto {
    width: 94%;
    margin: 0 auto;
}

.Header .Logo {
    float: left;
    /* padding-top: 0.23rem; */
    transition: all 0.3s;
}

@media screen and (min-width:1025px) {
    .Header .Logo {
        height: 1rem;
        display: flex;
        align-items: center;
    }

    .Header .Logo a {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.Header .toper {
    float: right;
    transition: all 0.3s;
    font-size: 16px;
    height: 1rem;
    display: flex;
    align-items: center;
}

.Header .toper a {
    color: #fff;
}



.Header .toper .ver {
    color: #fff;
    position: relative;
}

.Header .toper .ver dt {
    display: flex;
    align-items: center;
}

.Header .toper .ver .iconxjt {
    font-size: 16px;
    color: #fff;
    margin-left: 0.06rem;
}

.Header .toper .ver .iconver {
    font-size: 0.28rem;
    margin-right: 0.1rem;
    color: #fff;
}

.Header .toper .ver dd {
    display: none;
    position: absolute;
    left: 50%;
    top: 0.25rem;
    width: 100%;
    text-align: center;
    line-height: 0.32rem;
    background-color: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
}

.Header .toper .ver.on dd {
    display: block;
}

.Header .toper .ver.on dd p {
    padding: 5px 0px;
}

.Header .toper .ver.on .iconver {
    transform:
}

.Header .toper .user {}

.Header .Search {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 0 !important;
}

.Header .Search .Searchico {
    cursor: pointer;
    color: #fff;
}

.Header .Search .Searchico .icongb {
    display: none;
}

.Header .Search .Searchico.on .icongb {
    display: block;
}

.Header .Search .Searchico.on .iconso {
    display: none;
}

.Header .Search .Searchico .iconfont,
.Header .user .userico .iconfont {
    font-size: 26px;
}

.Header .Search .searchbox {
    width: 3.5rem;
    line-height: 0.34rem;
    position: absolute;
    display: none;
    right: 0;
    top: 0.6rem;
}

.Header .Search .searchbox .input {
    background: #fff;
    width: 100%;
    height: 0.36rem;
    line-height: 0.34rem;
    text-indent: 1em;
    border: 1px solid #dcdcdc;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.Header .Search .searchbox .input::-webkit-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder {
    color: #888888;

}

.Header .Search .searchbox .btn {
    position: absolute;
    right: -2px;
    top: 0;
    width: 0.6rem;
    height: 0.36rem;
    color: #fff;
    background: #113961;
    border-radius: 0 0.04rem 0.04rem 0;
    -webkit-border-radius: 0 0.04rem 0.04rem 0;
    -moz-border-radius: 0 0.04rem 0.04rem 0;
    -ms-border-radius: 0 0.04rem 0.04rem 0;
    -o-border-radius: 0 0.04rem 0.04rem 0;
    border: none;
}

.Header .Search .searchbox .btn:hover {
    background: #113961;
}

.MainNav {
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
    float: right;
}

.MainNav li {
    float: left;
    margin-right: 0.4rem;
    z-index: 100;
    /* position: relative; */
}

/* .MainNav li:last-child{
    margin-right: 0;
} */
.MainNav span a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-size: 0.16rem;
    transition: all ease 0.3s;
    padding: 0 0.07rem;
    color: #fff
}

.MainNav span a em {
    position: relative;
    z-index: 1;

}

.MainNav .bg {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 0.03rem;
    background: #fff;
    transition: all ease 0.3s;
}

.MainNav .arr {
    display: none;
}

.MainNav li:hover span a {
    color: #113961;
}

.Header.fix .MainNav li.onnav span a {
    color: #113961;
}

.Header.fix .MainNav li.onnav .bg {
    background-color: #113961;
    width: 100%;
    left: 0;
}

.MainNav li.onnav span a {
    color: #fff;
}

.MainNav li:hover .bg {
    background-color: #113961;
    width: 100%;
    left: 0;
}

.MainNav li.onnav .bg,
.MainNav li span a.bg {
    width: 100%;
    left: 0;
}

.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 100%;
    background: #fff;
    text-align: center;
    transform: translate(-50%, 0px);
}

.PullBox {
    width: 100%;
    line-height: 1.5;
    padding: 0;
    display: flex;
    height: 100%;
    justify-content: space-between;
    min-height: 5rem
}

.PullBox .left {
    width: 31.25%;
    padding-top: 0.5rem;
    background: #f8f9fa;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 0.6rem;
    font-size: 0.3rem;
    color: #333333;
    font-family: HarmonyOS_Sans_SC_Medium;
    min-height: 3.62rem;
}

#nav6 .PullBox .left {
    min-height: 5rem;
}

.PullBox .right {
    width: 68.75%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.NavPull dl {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;
    position: relative;
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 0.6rem;
    align-items: center;
}

.NavPull dd a {
    display: block;
}

.NavPull dd a.rightTitle {
    width: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.18rem;
    position: relative;
    padding-left: 0.5rem;
    color: #181818;
    height: 100%;
}

.NavPull dd:hover a.rightTitle,
.NavPull dd.on a.rightTitle {
    color: #ffffff !important;
    background: #113961;
}

.NavPull dd:hover a.rightTitle .show,
.NavPull dd.on a.rightTitle .show {
    display: none !important;
}

.NavPull dd:hover a.rightTitle .hide,
.NavPull dd.on a.rightTitle .hide {
    display: block !important;
}

.NavPull dd a.rightTitle img {
    opacity: 1;
    margin-right: 0.12rem;
    width: 0.22rem;
}

.NavPull dd a.rightTitle::after {
    content: '';
    width: 6px;
    height: 10px;
    background-image: url(../images/arrowRightGray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
}

.NavPull dd:hover a.rightTitle::after,
.NavPull dd.on a.rightTitle::after {
    background-image: url(../images/arrowRight.svg);
}

.NavPull dd .rightList {
    position: absolute;
    width: calc(100% - 3.2rem);
    right: 0;
    border-left: 1px solid #ededed;
    height: 100%;
    display: none;
    top: 0;
    min-height: 2.02rem;
}

.NavPull dd.on .rightList {
    display: block;
}

.NavPull dd .rightList .item {
    display: flex;
}

.NavPull dd .rightList .itemTitle {
    color: #555555;
    padding-right: 1.82rem;
    padding-left: 0.5rem;
    margin-bottom: 0.28rem;
}

.NavPull dd .rightList .item.on .itemTitle,
.NavPull dd .rightList .itemTitle:hover {
    color: #ffffff;
    background: #113961;
}

.NavPull dd .rightList .carImg {
    position: absolute;
    left: 3.26rem;
    height: 2.02rem;
    display: none;
    top: 0;
}

.NavPull dd .rightList .item.on .carImg {
    display: block;
}

.NavPull dd span {
    float: right;
    line-height: 1;
}

.NavPull dd img {
    opacity: 1;
    vertical-align: middle;
    transition: all 0.3s
}

.NavPull dd:hover img {
    opacity: 1;
}

.NavPull dd a:hover {
    color: #113961;
}

.NavPull a:hover,
.NavPull dd:hover a {
    color: #113961;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 0.32rem;
    height: 0.25rem;
    background: #fff;
    position: absolute;
    right: 0.1rem;
    top: 0.11rem;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0;
    top: 45px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
    display: block;
    height: 0.03rem;
    background: #113961;
    border-radius: 0.04rem;
    margin: 0.04rem;
    transition: all ease 0.3s;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

.Header .toper li {
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 0.16rem; */
    padding-left: 0.16rem;
    position: relative;
    height: 25px;
    line-height: 25px;
}

.Header.fix .toper .ver,
.Header:hover .toper .ver {
    color: #113961;
}

.Header.fix .Logo img.hide,
.Header:hover .Logo img.hide {
    display: inline-block !important;
}

.Header.fix .Logo img,
.Header:hover .Logo img {
    display: none
}

.Header.fix .MainNav a,
.Header:hover .MainNav a {
    color: #181818
}

.Header.fix .toper .ver .iconver,
.Header.fix .Search .Searchico,
.Header.fix .toper .ver .iconxjt,
.Header:hover .toper .ver .iconver,
.Header:hover .Search .Searchico,
.Header:hover .toper .ver .iconxjt,
.Header:hover .toper a,
.Header.fix .toper a,
.Header:hover .toper a {
    color: #113961
}

.Header:hover,
.Header.fix {
    background: #fff
}

@media screen and (min-width:1025px) {

    .Header .Search .Searchico .iconfont,
    .Header .user .userico .iconfont {
        font-size: 0.26rem;
    }

    .Header .toper li {
        height: 0.25rem;
        line-height: 0.25rem;
    }

    .Header .toper .ver dt {
        font-size: 0.16rem;
    }
    .Header .toper .user{
        font-size: 0.16rem;
        display: inline-flex;
        align-items: center;
        color:inherit;
    }

    .Header .toper .ver .iconxjt {
        font-size: 0.16rem;
    }

    .Header .Logo img {
        width: 1.66rem;
    }
}

@media (max-width:1024px) {
    .MainNav span a em {
        color: #181818;
    }

    .Header,
    .Header .toper {
        height: 45px !important;
        z-index: 10000;
    }

    .Header .toper .ver dd {
        top: 35px;
        width: 100px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .Header .auto {
        width: auto;
        padding: 0 15px;
    }

    .Header .Logo {
        padding-top: 0px !important;
        width: auto;
        height: 45px;
        display: flex;
        align-items: center;
    }

    .Header .Logo a {
        display: flex;
    }

    .Header .Logo img {
        height: 26px;
    }

    .Header.fix .MainNav,
    .Header.fix .toper,
    .Header .toper {
        line-height: normal;
    }

    .Header .Search .searchbox {
        right: 5%;
        width: 90%;
    }

    .Header .toper li {
        margin-right: 0;
        padding-right: 0;
        position: static;
        margin-left: 0px !important;
    }

    .Header .toper .ver .iconver {
        font-size: 22px;
    }

    .Search {
        padding: 0 38px 0 0 !important;
        position: static;
    }

    .Search .searchbox {
        width: 96%;
        right: 2%;
        top: 45px !important;
    }

    .Header .openbtn {
        background: transparent;
        display: block;
        width: 32px;
        height: 25px;
        top: 11px;
        right: 10px;
    }

    .Header .toper {
        padding-right: 28px;
    }

    .Header .toper li {
        margin-left: 0;
        padding-left: 0;
    }

    .openbtn span {
        height: 3px;
        border-radius: 0.04rem;
        margin: 4px;
        background: #fff;
    }

    .MainNav {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 300px;
        padding: 0;
        right: -300px;
        background: #fff;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
    }

    .MainNav ul {
        padding-top: 0;
    }

    .MainNav li {
        display: block;
        position: relative;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f8f6;
        width: auto;
        margin: 0;
        background: none;
    }

    .MainNav li span a {
        font-size: 18px;
        text-align: left;
        display: block;
        line-height: 32px !important;
        height: auto !important;
        padding: 10px 0 10px 20px;
        border: 0;
    }

    .MainNav span a:after {
        display: none;
    }

    .MainNav .bg {
        display: none
    }

    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #113961;
    }

    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 10;
        width: 100px;
        line-height: 38px;
        height: 38px;
        right: 0px;
        top: -1px;
    }

    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 15px;
        top: 5px;
        transition: all ease 0.3s;
    }

    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }

    .MainNav li.onnav .NavPull {
        display: block;
    }

    .MainNav.on {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }

    .PullBox {
        margin-left: 0;
        display: inline-block;
        width: 100%;
        float: none;
        height: auto;
        min-height: auto;
    }

    .NavPull .rigthbox {
        display: none
    }

    .NavPull dl {
        width: 100%;
    }

    .NavPull:before {
        display: none
    }

    .NavPull {
        position: static;
        line-height: 30px;
        padding: 0;
        width: auto;
        margin: 0;
        text-align: left;
        transform: translate(0, 0px);
        height: auto;
    }

    .NavPull dl {
        padding: 0 !important;
    }

    .NavPull dd {
        position: relative;
        text-align: left;
        display: block;
    }

    .NavPull dd a {
        padding: 0 0 0 10px;
        font-size: 16px !important;
        line-height: 2;
        padding-left: 20px;
    }

    .PullBox .left {
        display: none !important;
    }

    .PullBox .right {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .NavPull dd {
        position: static;
        margin-bottom: 0;
        height:auto;
    }

    .NavPull dd a.rightTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        font-size: 16px !important;
        line-height: 40px;
        height: 40px;
        padding-right: 20px;
    }

    .NavPull dd .rightList {
        position: static;
        width: 100%;
        right: 0;
        border-left: none;
        height: auto;
        display: none;
        top: 0;
        background: #f8f9fa;
       padding:0;
    }
     .NavPull dd .rightList.pd{
 padding: 8px 30px 8px 15px;
 }

    .NavPull dd .rightList .itemTitle {
        padding-right: 0;
        padding-left: 15px;
        margin-bottom: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .NavPull dd:hover a.rightTitle .hide,
    .NavPull dd.on a.rightTitle .hide {
        display: none !important;
    }

    .NavPull dd:hover a.rightTitle .show,
    .NavPull dd.on a.rightTitle .show {
        display: none !important;
    }

    .NavPull dd a.rightTitle img {
        display: none !IMPORTANT;
    }

    .NavPull dd .rightList .item.on .carImg {
        display: none;
    }

    .Header .Search .searchbox .input {
        height: 36px;
        line-height: 36px;
    }

    .Header .Search .searchbox .btn {
        width: 60px;
        height: 36px;
    }

    #nav6 .PullBox .left {
        min-height: auto;
    }

    .NavPull dd .rightList {
        min-height: auto;
    }

    .rightList .item a {
        line-height: 24px !important;
        padding: 6px 0 6px 20px;
    }

    .publicPage .Header .MainNav a.rightTitle {
        padding: 15px 0 15px 20px !important;
    }
}

/* Footer */
.Footer {
    width: 100%;
    background-image: url(../images/bottomBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    /* margin-top: 1.5rem; */
}

.Footer .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d0d7e2;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
}

.Footer .bottomLogo {
    height: 0.52rem;
}

.Footer .share {
    display: flex;
    height: 0.52rem;
}

.Footer .share li {
    position: relative;
    margin-left: 0.16rem;
    cursor: pointer;
    height: 100%;
}

.Footer .share li figure {
    display: none;
    width: 1.3rem;
    height: 1.66rem;
    position: absolute;
    left: -50%;
    bottom: 100%;
    margin-bottom: 0.1rem;
    background: #fff;
    padding: 0.05rem 0;
    box-shadow: 0px 0.1rem 0.4rem 0px rgba(102, 45, 145, 0.12);
    margin-left: -0.16rem;

}

.Footer .share li figure:after {
    position: absolute;
    content: '';
    border: 0.05rem solid transparent;
    border-top-color: #fff;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.Footer .share li figure .ewmTitle {
    color: #333333;
    text-align: center;
}

.Footer .share li a {
    display: block;
    width: 0.52rem;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #d0d7e2;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: auto 0.18rem;
}

.Footer .share li a:hover {
    background-color: #113961;
}

.Footer .share li:hover .hide {
    display: block !important;
    background-color: #113961;
}

.Footer .share li:hover .show {
    display: none !important;
    background-color: #113961;
}

.Footer .center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.6rem;
    padding-bottom: 0.86rem;
    flex-wrap: wrap;
}

.Footer .center .title {
    margin-bottom: 0.08rem;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.Footer .center .right {
    display: flex;
    flex-direction: row;
}

.Footer .center .item {
    margin-top: 0.22rem;
}

.Footer .center .itemCon {
    display: flex;
    align-items: center;
}

.Footer .center .item span {
    color: #555555;
    margin-left: 0.12rem;
    line-height: 1;
}

.Footer .center .item img {
    width: 0.16rem;
}

.Footer .center .right dl {
    margin-right: 0.24rem;
    max-width: 1.8rem;
}

.Footer .center .right dl:last-child {
    margin-right: 0;
}

.Footer .center .right dd {
    color: #555555;
    line-height: 1;
    margin-top: 0.22rem;
}

.Footer .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 0.4rem;
    padding-bottom: 0.52rem;
    line-height: 1;
}

.Footer .bottom .ul {
    display: flex;
    flex-direction: row;
    color: #888888;
}

.Footer .bottom .ul li {
    display: flex;
    align-items: center;
}

.Footer .bottom .ul li:after {
    content: '';
    display: block;
    width: 0.02rem;
    height: 0.02rem;
    background-color: #888888;
    margin-left: 0.12rem;
    margin-right: 0.12rem;
}

.Footer .bottom .ul li:last-child::after {
    display: none;
}
@media screen and (min-width:1025px){
.Footer .top a{
 height: 0.52rem;
    display: flex;
    justify-content:center;
    align-items:center;
}
.Footer .center {
    padding-bottom: 0.78rem;
}
.Footer .center .title {
    margin-bottom: 0.2rem;
}
.Footer .center .right dd {
    line-height: 0.24rem;
    margin-top: 0;
    font-size: 0.14rem;
}
.Footer .bottom{
    padding-top:0.37rem
}
   
}
@media screen and (max-width:1024px) {
    .Footer .center .left {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .Footer .center .right {
        width: 100%;
        justify-content: space-between;
    }

    .Footer .center .right dl {
        margin-right: 0;
    }

   
}

@media screen and (max-width:767px) {
    .Footer {
        margin-top: 0;
    }

    .Footer .center {
        padding-top: 0.4rem;
        padding-bottom: 0;
        flex-wrap: wrap;
    }

    .Footer .center .right {
        display: none;
    }

    .Footer .bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0.4rem;
    }

    .Footer .bottom div {
        text-align: center;
        line-height: 1.5;
    }

    .Footer .bottom .ul {
        margin-top: 0.2rem;
    }

    .Footer .share li figure {
        width: 130px;
        height: 166px;
        margin-left: -24px;
    }

    .Footer .share li {
        margin-left: 16px;
    }

    .Footer .share {
        height: 40px;
        margin-top: 20px;
    }

    .Footer .share li a {
        width: 40px;
        background-size: auto 18px;
    }

    .Footer .bottomLogo {
        height: auto;
        max-height: 30px;
    }

    .Footer .top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}

.totop {
    width: 0.76rem;
    height: 0.76rem;
    background-image: url(../images/backTop.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    position: fixed;
    right: 0.5rem;
    bottom: 1rem;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.cd-is-visible {
    opacity: 1;
    display: block;
}

@media screen and (min-width:1025px) {
    .closebtn {
        display: none !important;
    }
    .NavPull dd:first-child{
        margin-top:-0.22rem;
    }
}




/* current */
.current {
    border-bottom: 1px solid #EEEEEE;
    background: #fff;
}

.current .pulbicCon {
    display: flex;
    justify-content: space-between;
    height: 0.8rem;
    box-sizing: border-box;
    max-width:16rem;
}

.current .pulbicCon .left {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 0.16rem;
}

.current .pulbicCon .left a {
    font-size: inherit;
    color: inherit;
    position: relative;
    padding-right: 0.14rem;
    margin-right: 0.06rem;
}

.current .pulbicCon .left a::after {
    content: '/';
    font-size: 0.16rem;
    color: #555;
    position: absolute;
    display: block;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.current .pulbicCon .left a:hover {
    color: #113961;
}

.current .pulbicCon .left span {
    color: #555555;
}

.current .pulbicCon .left .area {
    width: 0.18rem;
    margin-right: 0.08rem;
    position: relative;
}

.current .pulbicCon .right {
    font-size: 0.16rem;
    color: #555555;
}

.current .pulbicCon .right li {
    margin-left: 0.3rem;
    height: 100%;
    display: flex;
    align-items: center;
    flex: auto;
    max-width: 3rem;
    float: left;
}

.current .pulbicCon .right a {
    font-size: inherit;
    color: inherit;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
   
}

.current .pulbicCon .right li a::after {
    content: '';
    width: 0;
    height: 0.03rem;
    background-color: #113961;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.current .pulbicCon .right li:hover a {
    color: #113961;
}

.current .pulbicCon .right li.on a {
    color: #113961;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.current .pulbicCon .right li.on a::after,
.current .pulbicCon .right li:hover a::after {
    color: #113961;
    opacity: 1;
    width: 100%;
    left: 0;
}

@media screen and (max-width:1440px) {
    .current .pulbicCon {
        max-width: none;
    }

}

@media screen and (max-width:1024px) {
    .current .pulbicCon .right li {
        margin-left: 10px;
    }
}

@media screen and (max-width:767px) {
    .current .pulbicCon .right {
        display: none;
    }

    .current .pulbicCon .left {
        font-size: 14px;
    }

    .current .pulbicCon .left .area {
        width: 14px;
        margin-right: 8px;
    }

    .current .pulbicCon .left a {
        padding-right: 14px;
        margin-right: 6px;
        font-size: 12px;
    }

    .current .pulbicCon .left span {
        font-size: 12px;
    }

    .current .pulbicCon .left a::after {
        font-size: 16px;
    }
}



.font1 {
    font-family: HarmonyOS_Sans_SC_Medium;
}

.font2 {
    font-family: HarmonyOS_Sans_SC;
}

.font3 {
    font-family: HarmonyOS_Sans_SC_Bold;
}
.subTitle {
    font-size: 0.18rem;
}

h3 {
    font-size: 0.46rem;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.colorGray {
    color: #181818;
}

.colorWhite {
    color: #fff;
}

.intro {
    color: #555;
}

@media screen and (max-width:1024px) {
    .subTitle {
        font-size: 14px;
    }

    h3 {
        font-size: 20px;
    }

}

/*.gsjjList .title,
.gsjjList .subTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.dot {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dot3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dot4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.dot5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.dot6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.grayBg {
    background-color: #f8f9fa;
}

.publicPage {
    padding-top: 1rem;
}

.publicPage .Header {
    background-color: #fff;
}

.publicPage .Header .MainNav a {
    color: #181818;
}

.publicPage .Header .toper .ver .iconver,
.publicPage .Header .Search .Searchico,
.publicPage .Header .toper .ver .iconxjt {
    color: #181818;
}

.publicPage .Header .Logo img {
    display: none;
}

.publicPage .Header .Logo img.hide {
    display: inline-block !important;
}

.publicPage .Header .toper .ver dt {
    color: #181818;
}

.publicPage .Header .toper a {
    color: #181818;
}

#username a{
    margin-left:0.05rem;
} 

.publicPage .Header .MainNav li.onnav span a {
}

.publicPage .Header .MainNav li.onnav .bg {
    background-color: #113961;
    width: 100%;
    left: 0;
}

@media screen and (max-width:1024px) {
    .publicPage {
        /* padding-top: 54px; */
        padding-top: 45px;
    }

    .dot2 {
        height: 42px;
    }

    .dot3 {
        height: 63px;
    }

    .dot4 {
        height: 84px;
    }

    .dot5 {
        height: 105px;
    }

    .dot6 {
        height: 126px;
    }
}

.font20{
    font-size: 0.2rem;
}
.font24{
    font-size: 0.24rem;
}
.font30{
    font-size: 0.3rem;
}
.font32{
    font-size: 0.32rem;
}
.font36{
    font-size: 0.36rem;
}
.color18{
    color: #181818;
}
.font18{
    font-size: 0.18rem;
}
@media screen and (max-width:1024px){
    .font20{
        font-size: 16px;
    }
    .font32,
    .font36{
        font-size: 18px;
    }
    .font24,
    .font30{
        font-size: 16px;
    }
    .font18{
        font-size: 16px;
    }
      .Header.fix .openbtn span,
      .Header:hover .openbtn span{
        background-color:#181818
    }
        .openbtn.on span {
        background: #113961 !important;
    }
    .publicPage .openbtn span {
        background: #181818;
    }
    .Header .Search .Searchico .iconfont,
.Header .user .userico .iconfont {
    font-size: 20px;
}


}
@media screen and (min-width:1025px){
    .NavPull dd .rightList .itemTitle {
        margin-bottom: 0;
        min-width: 1.6rem;
        height: auto;
        margin-left: 0.42rem;
        display: flex;
        align-items: center;
        padding: 0.1rem 0.25rem;
        text-align: left;
    }
    .NavPull dd .rightList .itemTitle{
        width:2.42rem;
    }
    .NavPull dd .rightList .itemTitle:hover{
        background:#113961;
        color:#fff !important;
    }
    .NavPull dd .rightList .item:nth-child(1){
        margin-top:-0.11rem;
    }
    <!-- .MainNav li.onnav a em,.MainNav li:hover a em{
            color:#ffffff;
        } -->
    .Header.fix li.onnav a em,
    .Header.fix .MainNav li:hover a em{
        color:#113961;
    }
   
}

/* CSS Document */
@keyframes yx_wSkewIn {
    from {
        transform: skew(0deg, 10deg) translateY(50px);
        opacity: 0;
    }

    to {
        transform: skew(0deg, 0deg) translateY(0px);
        opacity: 1;
    }
}

@keyframes yx_wSkewOut {
    from {
        transform: skew(0deg, 0deg) translateY(0px);
        opacity: 1;
    }

    to {
        transform: skew(0deg, 10deg) translateY(50px);
        opacity: 0;
    }
}

@-webkit-keyframes scaleBigToSmall {
    0% {
        -webkit-transform: scale(1.2) translate3d(0, 0, 0);
        opacity: 0;
        filter: blur(20px);
    }

    100% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
        filter: blur(0px);
    }
}

@-moz-keyframes scaleBigToSmall {
    0% {
        -moz-transform: scale(1.2) translate3d(0, 0, 0);
        opacity: 0;
        filter: blur(20px);
    }

    100% {
        -moz-transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
        filter: blur(0px);
    }
}

@-ms-keyframes scaleBigToSmall {
    0% {
        -ms-transform: scale(1.2) translate3d(0, 0, 0);
        opacity: 0;
        filter: blur(20px);
    }

    100% {
        -ms-transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
        filter: blur(0px);
    }
}

@keyframes opacityZeroHundred {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes widthZeroHundred {
    from {
        opacity: 1;
        width: 0;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@-webkit-keyframes yx_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
    }
}

@keyframes yx_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
    }
}

@keyframes yx_fatit1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        filter: blur(20px);
        letter-spacing: 10px;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
        letter-spacing: 0px;
    }
}
@keyframes yx_fatit2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        filter: blur(20px);
        letter-spacing: 30px;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
        letter-spacing: 0px;
    }
}
@-webkit-keyframes yx_fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        filter: blur(0px);
    }
}

@keyframes yx_fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        filter: blur(0px);
    }
}

@-webkit-keyframes yx_fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        filter: blur(0px);
    }
}

@keyframes yx_fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        filter: blur(0px);
    }
}

@-webkit-keyframes yx_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
    }
}

@keyframes yx_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        transform: translateY(-150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes yx_fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes yx_fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes yx_fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes yx_fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes yx_fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes yx_fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes yx_fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes yx_fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(45deg);
    }

    50%,
    100% {
        transform: rotate(225deg);
    }
}

@keyframes circleProgressLoad_left {

    0%,
    50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(225deg);
    }
}

@keyframes starwinkle {
    0% {
        width: 50%;
        height: 50%;
        left: 25%;
        top: 25%;
    }

    50% {
        width: 76%;
        height: 76%;
        left: 12%;
        top: 12%;
    }

    100% {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    50% {
        width: 76%;
        height: 76%;
        left: 12%;
        top: 12%;
    }

    0% {
        width: 50%;
        height: 50%;
        left: 25%;
        top: 25%;
    }
}

@-moz-keyframes starwinkle

/* Firefox */
    {
    0% {
        width: 50%;
        height: 50%;
        left: 25%;
        top: 25%;
    }

    50% {
        width: 76%;
        height: 76%;
        left: 12%;
        top: 12%;
    }

    100% {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

@-webkit-keyframes starwinkle {
    0% {
        width: 50%;
        height: 50%;
        left: 25%;
        top: 25%;
    }

    50% {
        width: 76%;
        height: 76%;
        left: 12%;
        top: 12%;
    }

    100% {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

@-o-keyframes starwinkle

/* Opera */
    {
    0% {
        width: 50%;
        height: 50%;
        left: 25%;
        top: 25%;
    }

    50% {
        width: 76%;
        height: 76%;
        left: 12%;
        top: 12%;
    }

    100% {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

@keyframes yx_VideoBtn1 {
    0% {
        width: 80%;
        height: 80%;
        opacity: 0;
    }

    50% {
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: 0.3;
    }
}

@keyframes yx_VideoBtn2 {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    50% {
        width: 150%;
        height: 150%;
        opacity: 0.2;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0.3;
    }
}

@keyframes yx_rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes yx_Bottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(24px);
    }

    100% {
        transform: translateY(0px);
    }
}

/**/
.yx_wSkewIn {
    animation-name: yx_wSkewIn;
}

.yx_wSkewOut {
    animation-name: yx_wSkewOut;
}

.scaleBigToSmall {
    animation-name: scaleBigToSmall;
}
.opacityZeroHundred {
    animation-name: opacityZeroHundred;
}
.opacityZeroHundred {
    animation-name: opacityZeroHundred;
}
.widthZeroHundred {
    animation-name: widthZeroHundred;
}
.yx_fadeInUp {
    animation-name: yx_fadeInUp;
}
.yx_fatit1 {
    animation-name: yx_fatit1;
}
.yx_fatit2 {
    animation-name: yx_fatit2;
}
.yx_fadeInLeft {
    animation-name: yx_fadeInLeft;
}
.yx_fadeInRight {
    animation-name: yx_fadeInRight;
}
.yx_fadeInDown {
    animation-name: yx_fadeInDown;
}
.yx_fadeInDownBig {
    animation-name: yx_fadeInDownBig;
}
.yx_fadeInLeftBig {
    animation-name: yx_fadeInLeftBig;
}
.yx_fadeInRightBig {
    animation-name: yx_fadeInRightBig;
}
.yx_fadeInUpBig {
    animation-name: yx_fadeInUpBig;
}
.circleProgressLoad_right {
    animation-name: circleProgressLoad_right;
}
.circleProgressLoad_left {
    animation-name: circleProgressLoad_left;
}
.starwinkle {
    animation-name: starwinkle;
}