@font-face {
    font-family: element-icons;
    src: url(./element-icons.woff) format("woff"), url(fonts/element-icons.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family:'å¾®è½¯é›…é»‘'; */
    /* text-transform:uppercase; */
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1;
    outline: 0;
    font-family: Microsoft YaHei, '微软雅黑';
}

*::after,
*::before {
    /* content: ''; */
    position: absolute;
}

*::-webkit-scrollbar {
    width: 0px;
    transition: .5s;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

*:hover::-webkit-scrollbar {
    width: 2px;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 2px;
}

*::-webkit-scrollbar-thumb {
    background-color: #00b4e6;
    border: 2px solid #00b4e6;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

.icon-xiangxia:before {
    top: 35px;
}

.page-submenu .tel {
    display: flex;
    align-items: center;
}

.page-search .ty {
    float: none;
    padding: 3px 0;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

html {
    font-size: 100px;
}

body {
    overflow-x: hidden;
}

li {
    list-style: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
}

input {
    outline: none;
    border: none;
    text-transform: none;
}

a,
i {
    display: block;
    text-decoration: none;
    font-style: normal;
}

u,
s {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
}

b,
span,
em {
    font-style: normal;
    display: block;
}

b,
h2,
h3,
h4,
h5 {
    font-family: Microsoft YaHei, '微软雅黑';
}

img {
    border: 0;
    display: block;
    max-width: 100%;
    vertical-align: top;
}

.lf {
    float: left !important;
}

.rt {
    float: right !important;
}

.flo {
    float: left;
    width: 100%;
}

.clearFloat::after {
    /* æ¸…é™¤æµ®åŠ¨å½±å“ */
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearFloat {
    zoom: 1;
    clear: both;
}

.ma_rt {
    margin-right: 0px !important;
}

.ma_lf {
    margin-left: 0px !important;
}

.bac {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.na1 {
    animation-delay: 0.1s;
}

.na2 {
    animation-delay: 0.2s;
}

.na3 {
    animation-delay: 0.3s;
}

.na4 {
    animation-delay: 0.4s;
}

.na5 {
    animation-delay: 0.5s;
}

.na6 {
    animation-delay: 0.6s;
}

.na7 {
    animation-delay: 0.7s;
}

.na8 {
    animation-delay: 0.8s;
}

.fle {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.pos {
    position: relative;
    z-index: 10;
}

.trs_5 {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.trs_8 {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.pc_dis {
    display: block;
}

.pc_dis2 {
    display: flex;
}

.ph_dis,
.ph_dis2 {
    display: none;
}

.box_sh {
    box-shadow: 0px .06rem .3rem 0px rgba(51, 51, 51, 0.1);
}

.pos1 {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.pos1>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.pos1>*.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

div.sj_video,
div.sj_video2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: scale(0);
}

div.sj_video.on,
div.sj_video2.on {
    transform: scale(1);
}

div.sj_video>div,
div.sj_video2>div {
    position: relative;
    width: 60%;
    z-index: 10;
}

div.sj_video>div>video,
div.sj_video2>div>video {
    width: 100%;
}

div.sj_video>div>i,
div.sj_video2>div>i {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(102 98 98 / 50%);
    font-size: .28rem;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.sj_video>div>i:hover,
div.sj_video2>div>i:hover {
    background-color: rgb(33 33 33 / 100%);
}

div.sj_video>i,
div.sj_video2>i {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    top: 0%;
    left: 0%;
}

/* @font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("SourceHanSansCN-Normal.otf") format("opentype");
}

@font-face {
    font-family: Microsoft YaHei , '微软雅黑';
    src: url("SourceHanSansCN-Regular.otf") format("opentype");
}

@font-face {
    font-family: Microsoft YaHei , '微软雅黑';
    src: url("SourceHanSansCN-Bold.otf") format("opentype");
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("HarmonyOS_Sans_SC_Light.ttf") format("opentype");
} */

.css-f969-cd0726054c7 {
    font-family: 'f969-cd0726054c7';
}

@media screen and (min-width:1930px) and (max-width:2560px) {
    img {
        width: 100%;
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (max-width:768px) {

    .pc_dis,
    .pc_dis2 {
        display: none;
    }

    .ph_dis {
        display: block;
    }

    .ph_dis2 {
        display: flex;
    }
}

.ph_hua {
    display: none !important;
}

.ph_scroll_bar::-webkit-scrollbar {
    width: 3px;
    height: 6px;
    transition: .5s;
    background-color: #DDDDDD;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ph_scroll_bar::-webkit-scrollbar-thumb {
    background-color: #2345A7;
    border: 3px solid #2345A7;
}

@keyframes scroll-att-left {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    40% {
        transform: translateX(2px);
    }

    60% {
        transform: translateX(-6px);
    }
}

@keyframes scroll-arr-act {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-6px);
    }

    60% {
        transform: translateX(2px);
    }
}

@media screen and (max-width: 540px) {
    .ph_hua {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #2345A7;
        text-decoration: none;
        margin-top: 20px;
    }

    .ph_hua>img {
        margin-right: 10px;
        width: 20px;
        animation: scroll-att-left 2s infinite both;
        -webkit-animation: scroll-att-left 2s infinite both;
    }

    .ph_hua>img:last-child {
        margin-right: 0;
        margin-left: 10px;
        animation: scroll-arr-act 2s infinite both;
    }

    .ph_scroll_bar {
        overflow: auto;
    }

    div.sj_video>div,
    div.sj_video2>div {
        width: 90%;
    }

    div.sj_video>div>i,
    div.sj_video2>div>i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

/********************* 登录弹窗 ***********************/
.login_main {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
}

.login_main::after {
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background: #333;
    opacity: .4;
    width: 100%;
    height: 100%;
}

.login_main>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_main>div>div {
    padding: .45rem .5rem .45rem .3rem;
    border-radius: .1rem;
    background: #fff;
    position: relative;
    z-index: 10;
    width: 27%;
    display: flex;
}

.login_main>div>div>i {
    width: .25rem;
    height: .3rem;
    top: .2rem;
    right: .3rem;
    position: absolute;
    cursor: pointer;
    z-index: 20;
}

.login_main>div>div>i::before {
    content: '';
    width: 153%;
    height: .04rem;
    background: #898989;
    transform-origin: top left;
    transform: rotate(45deg);
    top: 0;
    left: 0;
    transition: .5s;
}

.login_main>div>div>i:hover::before,
.login_main>div>div>i:hover::after {
    background: #00b4e6;
}

.login_main>div>div>i::after {
    content: '';
    top: 0;
    right: 0;
    width: 153%;
    height: .04rem;
    background: #898989;
    transform-origin: top right;
    transform: rotate(-45deg);
    transition: .5s;
}

.login_main>div>div>.login_lf {
    padding: .1rem;
    /* border-right: 1px solid #999; */
    width: 100%;
}

.login_main>div>div>.login_lf>p {
    font-size: .24rem;
    margin-bottom: .44rem;
    text-align: center;
}

.login_main>div>div>.login_lf>.lg_phone {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    padding: .23rem .3rem;
    background: rgba(153, 153, 153, 0.1);
    border-radius: .1rem;
}

.login_main>div>div>.login_lf>.lg_phone>select {
    font-size: .16rem;
    color: #333;
    background: none;
    border: none;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
    width: 23%;
    background: url(../img/dsj.png) no-repeat right center;
    background-size: .15rem auto;
}

.login_main>div>div>.login_lf>.lg_phone>select>option {}

.login_main>div>div>.login_lf>.lg_phone>input {
    background: none;
    border-bottom: 1px solid #F5F5F5;
    padding: 0;
    width: 70%;
    font-size: .16rem;
    color: #333;
}

.login_main>div>div>.login_lf>.lg_yzm {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .23rem .3rem;
    background: rgba(153, 153, 153, 0.1);
    border-radius: .1rem;
}

.login_main>div>div>.login_lf>.lg_yzm>span {
    font-size: .16rem;
    color: #333;
}

.login_main>div>div>.login_lf>.lg_yzm>input {
    background: none;
    color: #333;
    width: 45%;
}

.login_main>div>div>.login_lf>.lg_yzm>p {
    font-size: .16rem;
    color: #00b4e6;
    cursor: pointer;
}

.login_main>div>div>.login_lf>button {
    margin: 0 auto;
    margin-top: .4rem;
    padding: .17rem;
    width: 90%;
    font-size: .24rem;
    font-weight: bold;
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
    border-radius: .1rem;
    color: #fff;
    display: block;
    cursor: pointer;
    outline: none;
    border: none;
}

.login_main>div>div>.login_lf>.lg_ift {
    margin: 0 auto;
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
}

.login_main>div>div>.login_lf>.lg_ift>input {}

.login_main>div>div>.login_lf>.lg_ift>label {
    font-size: .16rem;
    color: #999;
    display: flex;
}

.login_main>div>div>.login_lf>.lg_ift>label>a {
    color: #999;
    text-decoration: underline;
}

.login_main>div>div>.login_rt {
    padding: .1rem 0 0 .4rem;
    width: 40%;
}

.login_main>div>div>.login_rt>p {
    font-size: .24rem;
    text-align: center;
    margin-bottom: .35rem;
}

.login_main>div>div>.login_rt>span {
    border: 1px solid #999999;
    border-radius: .1rem;
    background: #fff;
    padding: .1rem;
}

.login_main>div>div>.login_rt>.lg_rt_ift {
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_main>div>div>.login_rt>.lg_rt_ift>input {}

.login_main>div>div>.login_rt>.lg_rt_ift>label {
    font-size: .16rem;
    color: #999;
    display: flex;
    margin-left: .1rem;
}

/********************* 导航个人信息 ***********************/
.my_info {
    position: relative;
    padding: .05rem .8rem .05rem 0;
    display: none;
    align-items: center;
    z-index: 10;
}

.my_info.on {
    display: flex;
}

.my_info>a {
    width: .3rem;
    position: relative;
}

.my_info>a::after {
    content: '';
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    top: -.03rem;
    right: -.03rem;
    z-index: 1;
    background: #DC2209;
    opacity: 0;
}

.my_info>a.on::after {
    opacity: 1;
}

.my_info>a>img {
    transition: .5s;
    width: 100%;
}

.my_info>a>img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.my_info>span {
    width: .7rem;
    margin-left: .25rem;
    cursor: pointer;
}

.my_info>div {
    padding: .15rem .3rem 0rem .3rem;
    background: #fff;
    box-shadow: 0px 6px .3rem 0px rgba(51, 51, 51, 0.1);
    border-radius: .1rem;
    width: 3.55rem;
    position: absolute;
    right: .4rem;
    top: 1.2rem;
    z-index: 20;
    display: none;
}

.my_info>div::after {
    content: '';
    position: absolute;
    top: -.24rem;
    right: .5rem;
    border-right: .5rem solid transparent;
    border-top: .5rem solid #fff;
    border-left: 0;
    transform: rotate(45deg);
}


.my_info .my_info1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my_info .my_info1>span {
    position: relative;
    width: .7rem;
    margin-right: .15rem;
}

.my_info .my_info1>span>i {
    width: .2rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.my_info .my_info1>div {}

.my_info .my_info1>div>p {
    margin-bottom: .12rem;
    display: flex;
    align-items: center;
}

.my_info .my_info1>div>p>i {
    font-size: .16rem;
    color: #999;
}

.my_info .my_info1>div>p>span {
    width: .17rem;
    margin-left: .1rem;
    cursor: pointer;
}

.my_info .my_info1>div>i {
    font-size: .2rem;
}

.my_info .my_info1>p {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.my_info .my_info1>p>span {
    font-size: .16rem;
    color: #999;
    transition: .5s;
}

.my_info .my_info1>p>i {
    width: .16rem;
    margin-left: .1rem;
}


.my_info .my_info2 {
    padding: .24rem .26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../img/my_bg.png) no-repeat center;
    background-size: cover;
    border-radius: .06rem;
    margin: .2rem 0 .15rem 0;
}

.my_info .my_info2>p {}

.my_info .my_info2>p>b {
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: .1rem;
}

.my_info .my_info2>p>i {
    font-size: .16rem;
    color: #fff;
}

.my_info .my_info2>a {
    padding: .12rem .23rem;
    border-radius: .3rem;
    background: #fff;
    color: #00b4e6;
    font-size: .16rem;
    transition: .5s;
}

.my_info .my_info2>a:hover {
    background: #00b4e6;
    color: #fff;
}

.my_info .my_info3 {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.my_info .my_info3>a {
    width: 33%;
    margin-bottom: .25rem;
}

.my_info .my_info3>a>i {
    width: .3rem;
    margin: 0 auto;
}

.my_info .my_info3>a>span {
    font-size: .16rem;
    margin-top: .1rem;
    text-align: center;
    transition: .5s;
}

.my_info .my_info3>a:hover>span {
    color: #00b4e6;
}

.my_info>div>p {
    display: flex;
    align-items: center;
    padding-bottom: .18rem;
    border-bottom: 1px solid #E4E4E4;
}

.my_info>div>p>span {
    width: .7rem;
    margin-right: .15rem;
}

.my_info>div>p>span>img {}

.my_info>div>p>i {
    font-size: .2rem;
}

.my_info>div>ul {
    display: flex;
    margin-top: .15rem;
}

.my_info>div>ul>li {
    width: 50%;
    border-right: 1px solid #e4e4e4;
}

.my_info>div>ul>li:last-child {
    border: none;
}

.my_info>div>ul>li>b {
    font-size: .24rem;
    text-align: center;
}

.my_info>div>ul>li>p {
    font-size: .16rem;
    margin-top: .1rem;
    text-align: center;
    color: #999;
}

.my_info>div>a {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my_info>div>a>span {
    font-size: .16rem;
    display: flex;
    align-items: center;
}

.my_info>div>a>span>img {
    width: .21rem;
    margin-right: .1rem;
}

.my_info>div>a>i {
    width: .12rem;
    height: .12rem;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
}

.my_info>div>button {
    margin-top: .3rem;
    padding: .15rem;
    border: 1px solid #999999;
    font-size: .2rem;
    color: #999;
    text-align: center;
    border-radius: .1rem;
    width: 100%;
    background: none;
    outline: none;
    cursor: pointer;
    transition: .5s;
}

.my_info>div>button:hover {
    border-color: #333;
    color: #333;
}

/********************* 底部 ***********************/
.footer {
    position: relative;
    z-index: 20;
    padding: .8rem 1.2rem .8rem 1.4rem;
    background: #fff;
}

.footer>div {}

.footer>div>span {
    width: 1.45rem;
    margin-bottom: .4rem;
}

.footer .foot_1 {
    justify-content: space-between;
}

.footer .foot_1>div {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: space-between;
}

.footer .foot_1>div>p {}

.footer .foot_1>div>p>span {
    width: 1.4rem;
    margin: 0 auto;
}

.footer .foot_1>div>p>i {
    font-size: .14rem;
    text-align: center;
    margin-top: .1rem;
}

.footer .foot_1>div>div {}

.footer .foot_1>div>div>p {
    font-size: .16rem;
    margin-bottom: .15rem;
}

.footer .foot_1>div>div>b {
    font-size: .2rem;
    color: #00b4e6;
    margin-bottom: .2rem;
}

.footer .foot_1>div>div>b:last-child {
    margin-bottom: 0;
}

.footer .foot_1>div>div>b>span {
    display: inline;
    font-weight: bold;
}

.footer .foot_1>ul {
    justify-content: space-between;
    width: 76%;
}

.footer .foot_1>ul>li {
    border-left: 1px dashed #999;
    padding: 0 .54rem;
}

.footer .foot_1>ul>li:last-child {
    padding-right: 0;
}

.footer .foot_1>ul>li>b {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.footer .foot_1>ul>li>p {
    font-size: .16rem;
}

.footer .foot_1>ul>li>p>a {
    font-size: .16rem;
    margin-bottom: .12rem;
    transition: .5s;
}

.footer .foot_1>ul>li>p>a:hover {
    color: #00b4e6;
}

.footer .foot_2 {
    margin-top: .2rem;
    align-items: center;
}

.footer .foot_2>i {
    font-size: .16rem;
    margin-right: .2rem;
}

.footer .foot_2>ul {
    display: flex;
}

.footer .foot_2>ul>li {
    position: relative;
    margin-right: .15rem;
    cursor: pointer;
}

.footer .foot_2>ul>li>img {
    width: 100%;
    width: .4rem;
    transition: .5s;
}

.footer .foot_2>ul>li:hover>img {
    opacity: 0;
}

.footer .foot_2>ul>li:first-child>img:nth-child(2) {
    position: absolute;
    top: -250%;
    left: 0;
    transform: scale(3.5);
    display: none;
}

.footer .foot_2>ul>li:first-child:hover>img:nth-child(2) {
    display: block;
    opacity: 1;
}

.footer .foot_2>ul>li:hover>img:last-child {
    opacity: 1;
}

.footer .foot_2>ul>li>img:last-child {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.footer .foot_2>p {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

.footer .foot_2>p>a {
    font-size: .16rem;
    margin-left: .4rem;
    position: relative;
    transition: .5s;
}

.footer .foot_2>p>a:hover {
    color: #00b4e6;
}

.footer .foot_2>p>a::after {
    content: '';
    width: .1rem;
    height: .02rem;
    background: #333;
    top: .05rem;
    right: -.22rem;
}

.footer .foot_2>p>a:last-child::after {
    display: none;
}