@font-face {
    font-family: "ll";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "rr";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bb";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: bolder;
    font-style: normal;
}

:root {
    --theme-color: #005EAD;
}

sup {
    font-size: 0.8em;
    vertical-align: super;
}

.qy-more {
    width: 1.72rem;
    height: .52rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0px 0px 7.8px 6px #005EAD0D;

    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: left;
    color: #666666;

    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.qy-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    top: 0;
    left: 0;
    transform: translateX(-104%);
    transition: transform .3s ease-in-out;
}

.qy-more span {
    position: relative;
    z-index: 2;
}

.qy-more:hover {
    color: #fff;
}

.qy-more:hover span {
    color: #fff;
}

.qy-more:hover::before {
    transform: translateX(0);
}

.sp-title {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .6365rem;
    text-align: center;
    color: #000000;
    margin-bottom: .28rem;
}

.sp-s1 {
    padding: .88rem 2rem 1.06rem;
}

.sp-s1 .sp-title {
    margin-bottom: 1.12rem;
}

.s1-ctt {
    display: flex;
    justify-content: space-between;
}



.sp-s1 .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #000000;
    margin-bottom: .25rem;
}

.sp-s1 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: 2.2;
    text-align: left;
    color: #333333;
    margin-bottom: 1em;
    text-align: justify;
}

.sp-s1 .p:last-of-type {
    margin-bottom: 0;
}

.sp-s1 .le {
    width: 9rem;
}

.sp-s1 .ri {
    width: 5rem;
}

.sp-s1 .ri img {
    width: 100%;
    height: auto;
    margin: 0;
}

.sp-s2 {
    padding: 1.25rem 2rem 1.27rem;
    background-color: #F5F7F9;

    display: flex;
    justify-content: space-between;
}

.sp-s2 .le {
    width: 5rem;
    border-radius: .12rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.sp-s2 .le .bf {
    position: absolute;
    width: .74rem;
    height: .74rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/images/cpbf.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.sp-s2 .le img {
    width: 100%;
    height: auto;
    margin: 0;
    transition: all 0.5s;
}

.sp-s2 .le:hover img {
    transform: scale(1.1);
}

.sp-s2 .ri {
    width: 9rem;
}


.sp-s2 .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #000000;
    margin-bottom: .25rem;
}

.sp-s2 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: 2.2;
    text-align: left;
    color: #333333;
    margin-bottom: 1em;
    text-align: justify;
}

.sp-s2 .p:last-of-type {
    margin-bottom: 0;
}

.sp-s3 {
    padding: .95rem 2rem .68rem;
    background-image: url(/images/sp-s3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sph1 img {
    width: .36rem;
    height: .36rem;
    margin-right: .19rem;
    margin-left: 0 !important;
}

.sp-s3 .sph1 img {
    width: .36rem;
    height: .36rem;
    margin: 0;
    margin-right: .19rem;
}

.sph1 {
    display: flex;
    align-items: center;
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #000000;
    margin-bottom: .24rem;
}

.sp-s3 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: 38px;
    text-align: left;
    color: #333333;
    text-align: justify;
}

.sp-s3 img {
    display: block;
    width: 14rem;
    margin: 0 auto;
    margin-top: .05rem;
}

.sp-s4 {
    padding: .99rem 2rem .93rem;
    background-color: #F5F7F9;
}

.sp-s4 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
    margin-bottom: 0.1rem;
    text-align: justify;
}

.sp-s4 .p:last-of-type {
    margin-bottom: 0;
}

.sp-s5 {
    background-color: transparent;
}


.ss-s1 {
    padding: .88rem 2rem 1rem;
}

.ss-s1 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
}

.ss-s1 .ul {
    margin-top: 0.35rem;
}

.ss-s1 .ul .li {
    display: flex;
    align-items: center;
    margin-bottom: .42rem;
}

.ss-s1 .ul .li:last-of-type {
    margin-bottom: 0;
}

.ss-s1 .ul .li .imgbox {
    width: 1.08rem;
    height: 1.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #005EAD;
    margin-right: .46rem;
    flex-shrink: 0;
}

.ss-s1 .ul .li .imgbox img {
    width: .72rem;
    height: .72rem;
}

.ss-s1 .ul .li .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #000000;
    margin-bottom: .09rem;
}


.ss-s1 .ul .li .h2 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
}




.stage {
    padding-left: .25rem;
}

.yjstage {
    width: 60%;
    height: .18rem;
    background-color: #D80A30;
    position: relative;
    border-top-left-radius: .04rem;
    border-bottom-left-radius: .04rem;
}

.yjstage::after {
    content: '';
    position: absolute;
    display: block;
    width: .13rem;
    height: .12rem;
    right: -0.07rem;
    top: .03rem;

    transform: rotate(45deg);
    transform-origin: center;
    background-color: #D80A30;
    border-top-right-radius: 0.04rem;
}

.gx-s1 {
    padding-top: .88rem;
}

.gx-s1 table td[colspan="7"] {
    width: 50%;
}

.yjstage2 {
    width: 10%;
    background-color: #005EAD;
    color: #fff !important;
}

.gx-s1 table {
    background-color: #DEEBEE;
    width: 15rem;
    margin: 0 auto;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: .2rem;
    display: none;
}

.tableimg {
    width: 15rem;
    margin: 0 auto;

}

.tableimg img {
    width: 100%;
}

.gx-s1 table td {
    border: 1px solid #C3D8EF;
}

.gx-s1 table tbody tr td[colspan="7"] {
    background-color: #F5F5F5;
}

.gx-s1 table thead {
    background-color: #005EAD;
}

.gx-s1 table thead tr td {
    color: #fff;
}

.gx-s1 table td {
    text-align: center;
}

/* 
.gx-s1 table thead tr:last-of-type td {
    padding: 0 .3rem;
} */

.gx-s1 table tbody tr td {
    height: .5rem;
}

.gx-s1 table tbody tr td:first-of-type[rowspan] {
    font-family: rr;
    font-size: .2rem;
    font-weight: 500;
    line-height: .2652rem;
    text-align: center;
    color: #005EAD;
}

.gx-s1 table tr td {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    color: #333333;
}


.gx-s1 table thead td {
    height: .5rem;
    /* min-width: .89rem; */
}

.gx-s1 table thead td[colspan="7"] {
    height: .6rem;
}


.gx-s1 table thead tr:last-of-type td {
    /* width: 7%; */
}

.gx-s1 .table1 {
    table-layout: fixed;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.gx-s1 .table2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.gx-s1 .table2 tbody tr:first-child td {
    border-top: none;
}

.yjstage2:last-of-type {
    /* width: 3.3333333% !important; */
}



.gx-s2 {
    padding: .96rem 2rem 1rem;
}

.gx-s2 .sp-title {
    margin-bottom: .39rem;
}

.gx-s2 .ul .li {
    display: flex;
    padding: .62rem 0 .74rem;
    padding-bottom: .74rem;
    border-bottom: 1px solid #E3E3E3;
}

.gx-s2 .ul .li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.gx-s2 .ul .li:first-of-type {
    padding-top: 0;
}

.gx-s2 .ul .li .imgbox {
    width: 3.8rem;
    height: 2.33rem;
    overflow: hidden;
    margin-right: .62rem;
    flex-shrink: 0;
}

.gx-s2 .ul .li:nth-of-type(2n) .imgbox {
    margin-right: 0;
    margin-left: .62rem;
}

.gx-s2 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gx-s2 .ul .li .txtbox .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #000000;
    margin-bottom: .14rem;
}


.gx-s2 .ul .li .txtbox .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
    margin-bottom: .17rem;
    text-align: justify;
}

.gx-s2 .ul .li .txtbox .p .ejbt {
    font-family: rr;
    font-weight: 400;
    color: var(--theme-color);
}

.gx-s2 .ul .li .txtbox .p:last-of-type {
    margin-bottom: 0;
}

.gx-s2 .ul .li:last-of-type {
    border: none;
    padding-bottom: 0;
}


.sji-s1 {
    padding: .88rem 2rem 1.39rem;
}

.sji-s1 .h6 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
    margin-bottom: .54rem;
}

.sji-s1 .ul .li {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: .98rem;
}

.sji-s1 .ul .li:last-of-type {
    margin-bottom: 0;
}

.sji-s1 .ul .li img {
    border-radius: .12rem;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sji-s1 .ul .li .jidis {
    width: 100%;
    height: 100%;
}

.sji-s1 .ul .li .txtbox {
    width: 7.2rem;
    height: 3.7rem;
    background-color: #F5F7F9;
    border-radius: .2rem;
    flex-shrink: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: .54rem;
    padding: .79rem .68rem 0;
}

.sji-s1 .ul .li .imgbox {
    width: 8.6rem;
    height: 5.73rem;
    overflow: hidden;
    border-radius: .12rem;
    flex-shrink: 0;
}


.sji-s1 .ul .li:nth-of-type(2n) {
    justify-content: flex-start;
}

.sji-s1 .ul .li:nth-of-type(2n) .txtbox {
    left: auto;
    right: 0;
}


.sji-s1 .ul .li .txtbox .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #000000;
    margin-bottom: .24rem;
}

.sji-s1 .ul .li .txtbox .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
}

.jidis .swiper-pagination {
    bottom: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jidis .swiper-pagination .swiper-pagination-bullet {
    margin: 0 .14rem !important;
    opacity: 0.5;
    background-color: #fff;
    width: .08rem;
    height: .08rem;
}

.jidis .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: .1rem;
    height: .1rem;
}

.jidis .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}


.sji-s2 {
    padding: 1.13rem 2rem 1rem;
    background-color: #F5F7F9;
}


.sji-s2 .ul .li {
    display: flex;
    margin-bottom: 0.44rem;
}

.sji-s2 .ul .li:last-of-type {
    margin-bottom: 0;
}

.sji-s2 .ul .li .imgbox {
    width: .72rem;
    height: .72rem;
    margin-right: .4rem;
    flex-shrink: 0;
}

.sji-s2 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.sji-s2 .ul .li .txtbox .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    margin-bottom: .14rem;
    color: #000;
}

.sji-s2 .ul .li .txtbox .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
}


/* banner */
.msban {
    width: 100%;
    height: 6.45rem;
}

.dytoptu img {
    width: 100%;
    height: 100%;
}

.shinav {
    display: none;
}

.msban .ttxxtt {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.msban .ttxxtt .text22 {
    font-family: rr;
    font-size: .58rem;
    font-weight: 700;
    line-height: .8rem;
    text-align: center;
}

.msban .ttxxtt .text2 {
    font-family: ll;
    font-size: .48rem;
    font-weight: 300;
    line-height: .8rem;
    text-align: center;
    margin-bottom: 0;
}


/* banner end */


/* 关于我们 */

.about-s1 .ul .li {
    display: flex;
    justify-content: space-between;
}

.about-s1 .ul .itm {
    background-size: cover;
    background-repeat: no-repeat;
    padding: .88rem 2rem 1.38rem;
}

.about-s1 .ul .itm:nth-of-type(1) {
    background-image: url(/images/abouts1bg.jpg);
}

.about-s1 .ul .itm:nth-of-type(2) {
    padding: 1.27rem 2rem;
    background-color: #F5F7F9;
}

.about-s1 .ul .itm:nth-of-type(2) .li {
    flex-direction: row-reverse;
}

.about-s1 .ul .li .imgbox {
    width: 6.4rem;
    overflow: hidden;
}

.about-s1 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s1 .ul .li .imgbox .swiper-button-prev img,
.about-s1 .ul .li .imgbox .swiper-button-next img {
    width: .1rem;
    height: auto;
}


.about-s1 .ul .li .txtbox {
    width: 7.6rem;
}

.about-s1 .ul .li .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #000000;
    margin-bottom: .25rem;
}

.about-s1 .ul .li .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
    margin-bottom: 1em;
}

.about-s1 .ul .li .p:last-of-type {
    margin-bottom: 0;
}

.about-s1 .swiper-button-next:after,
.about-s1 .swiper-button-prev:after {
    font-size: 0.26rem;
    color: #83838350;
    display: block !important;
}

.about-s1 .swiper-button-next:hover:after,
.about-s1 .swiper-button-prev:hover:after {
    color: var(--theme-color);
}

.about-s1 .sp-title {
    margin-bottom: .46rem;
}



.about-s2 {
    padding: 1.1rem 2rem 1.36rem;
    background-image: url(/images/abouts2bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.abouts2s {
    padding-top: 1.45rem;
}

.s2years {
    padding-bottom: .57rem;
    margin-top: .42rem;
    padding-top: .14rem;
}

.s2years .swiper-wrapper::after {
    content: '';
    position: absolute;
    /* bottom: 0; */
    top: 0;
    width: 1000000px;
    height: 1px;
    background-color: #E7E7E7;
    z-index: 1;
}

.s2years .swiper-wrapper .swiper-slide {
    z-index: 2;
}

.s2years .swiper-wrapper {
    cursor: url('/images/custom.png'), auto !important;
}


.fzyear {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: center;
    color: #999999;
    padding-top: .34rem;
    /* cursor: pointer; */
}

.fzyear::after {
    content: '';
    position: absolute;
    top: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .12rem;
    height: .12rem;
    border-radius: 100%;
    background-color: #D4D4D4;
    z-index: 2;
}

.swiper-slide-thumb-active .fzyear::after {
    width: .24rem;
    height: .24rem;
    background-color: #fff;
    border: 1px solid var(--theme-color);
    background-image: url(/images/ac5.png);
    background-position: center;
    background-size: .12rem .12rem;
    background-repeat: no-repeat;
}

.swiper-slide-thumb-active .fzyear {
    font-size: .24rem;
    color: #005EAD;
}

.fzctt {
    display: flex;
}

.fzctt .le {
    flex: 1;
}

.fzctt .le .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #E0D5A0;
}

.fzctt .le .p,
.ecott {
    margin-top: .14rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
}

.fzctt .events {
    margin-bottom: .35rem;
    /* height: 2.5rem;
    overflow: hidden; */
}

.fzctt .events.open {
    height: auto;
}

.fzctt .ri {
    width: 7.37rem;
    margin-left: 1rem;
    position: relative;
    margin-right: 2px;
}

.fzctt .ri img {
    width: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.fzctt .gold-more.hide {
    display: none;
}

.ecott .p:first-of-type {
    margin: 0;
}


.about-s2 .sp-title {
    margin-bottom: .63rem;
}

.yearbox {
    position: relative;
}

.about-s2 .swiper-button-next,
.about-s2 .swiper-button-prev {
    /* top: 11%; */
    top: .18rem;
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    background-color: #D4D4D4;
    background-position: center;
    background-size: .18rem .18rem;
    background-repeat: no-repeat;
}

.about-s2 .swiper-button-prev {
    background-image: url(/images/arrows2.png);
}

.about-s2 .swiper-button-next {
    background-image: url(/images/arrows22.png);
}

.about-s2 .swiper-button-next:hover,
.about-s2 .swiper-button-prev:hover {
    background-color: var(--theme-color);
}

.about-s2 .swiper-button-next:after,
.about-s2 .swiper-button-prev:after {
    display: block !important;
    color: #999;
    font-size: 0.24rem;
}

.about-s2 .swiper-button-next:hover:after,
.about-s2 .swiper-button-prev:hover:after {
    color: var(--theme-color);
}


.about-s2 .swiper-button-prev {
    left: -0.3rem;
}

.about-s2 .swiper-button-next {
    right: -0.3rem;
}

.about-s3 {
    padding: .92rem 2rem 1.1rem;
    background-image: url(/images/abouts3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.s3s {
    padding-bottom: .52rem;
}

.s3s .swiper-slide {
    height: 3rem;
    background-color: #ffffff10;
    border-radius: .1rem;
    padding: .52rem .38rem 0;
    box-shadow: 0px 0px 4px 0px #539DFF40;
}

.s3s .swiper-slide .h1 {
    font-family: rr;
    font-size: .36rem;
    font-weight: 400;
    line-height: .4774rem;
    text-align: left;
    color: #fff;
    margin-bottom: .34rem;
}
.s3s .swiper-slide .h1 img{
width: .56rem;
    height: .56rem;
}
.s3s .swiper-slide .p {
    font-family: ll;
    font-size: .22rem;
    font-weight: 400;
    line-height: .38rem;
    text-align: justify;
    color: #fff;
}

.swiper-scrollbar-as3 {
    bottom: 0 !important;
    background-color: transparent;
}

.swiper-scrollbar-as3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.5;
}

.swiper-scrollbar-as3 .swiper-scrollbar-drag {
    background-color: #fff;
}

.about-s3 .sp-title {
    color: #fff;
    margin-bottom: .49rem;
}

.about-s4 {
    padding: .92rem 2rem 1rem;
    background-image: url(/images/abouts4bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-s4 .sp-title {
    margin-bottom: .36rem;
}

.about-s4 .h6 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #666666;
    margin-bottom: 2em;
}

.about-s4 .ul {
    display: flex;
    flex-wrap: wrap;
}

.about-s4 .ul .li {
    width: 4.6rem;
    margin-right: 0.6rem;
    margin-top: 4em;
}

.about-s4 .ul .li:nth-of-type(-n+3) {
    margin-top: 0;
}

.about-s4 .ul .li:nth-of-type(3n) {
    margin-right: 0;
}

.about-s4 .ul .li .imgbox {
    width: 100%;
    height: 3.06rem;
    overflow: hidden;
    border-top-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.about-s4 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s4 .ul .li .txtbox {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: center;
    color: #000000;
    margin-top: .3rem;
}

.about-s4 .qy-more {
    margin: 0 auto;
    margin-top: .53rem;
}

.about-s4 .h8 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    color: #666666;
}


/* 关于我们 end */


/* 底部 */

.qyfooter {
    background: linear-gradient(170.54deg, #005EAD 20%, rgba(0, 94, 173, 0.9) 100%);
}

.qyfoot {
    background-image: url(/images/qyfbg.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: .72rem 2rem 0;
}

.ftp1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .26rem;
    border-bottom: 1px solid #FFFFFF20;
    margin-bottom: .59rem;
}

.qyflogo {
    display: block;
    width: 1.43rem;
    height: .42rem;
    background-image: url(/images/qyflogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .37rem;
}

.ftp1 .ul {
    display: flex;
}

.ftp1 .ul .li {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    color: #fff;
    margin-right: .6rem;
    position: relative;
}

.ftp1 .ul .li:hover {
    color: #49A7FF;
}

.ftp1 .ul .li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #49A7FF;
    transition: all 0.5s;
    left: 0;
    bottom: -0.05rem;
}

.ftp1 .ul .li:hover::after {
    width: 100%;
}

.ftp2 {
    display: flex;
    justify-content: space-between;
}

.ftp2 .h1 {
    margin-top: .16rem;
    margin-bottom: .26rem;
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: left;
    color: #fff;
}

.ftp2 .qylx {
    display: flex;
}

.ftp2 .qylx .item {
    width: 3.4rem;
}


.ftp2 .qylx span,
.ftp2 .qylx a {
    font-family: ll;
    font-size: .14rem;
    font-weight: 300;
    line-height: .32rem;
    text-align: left;
    color: #fff;
}

.ftp2 .qylx a:hover {
    color: #49A7FF;
}

.ftp2 .rig {
    width: 1.28rem;
    height: 1.28rem;
    border: 1px solid #ffffff20;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ftp2 .rig img {
    width: 1.14rem;
    height: 1.14rem;
}

.ftp2 .rig .h3 {
    position: absolute;
    bottom: -0.3rem;
    font-family: ll;
    font-size: .14rem;
    font-weight: 300;
    line-height: .1856rem;
    text-align: center;
    color: #fff;
}

.ftp2 .rig .foj {
    position: absolute;
    border: 2px solid #D80A30;
    width: .1rem;
    height: .1rem;
}

.ftp2 .rig .foj1 {
    left: -1px;
    top: -1px;
    border-right: none;
    border-bottom: none;
}

.ftp2 .rig .foj2 {
    right: -1px;
    top: -1px;
    border-left: none;
    border-bottom: none;
}

.ftp2 .rig .foj3 {
    left: -1px;
    bottom: -1px;
    border-right: none;
    border-top: none;
}

.ftp2 .rig .foj4 {
    right: -1px;
    bottom: -1px;
    border-left: none;
    border-top: none;
}

.ftp3 {
    height: .97rem;
    margin-top: .81rem;
    border-top: 1px solid #ffffff20;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftp3 .lef,
.ftp3 .lef a,
.ftp3 .rig,
.ftp3 .rig a {
    font-family: ll;
    font-size: .14rem;
    font-weight: 300;
    color: #ffffff;
}

.ftp3 .lef a:hover,
.ftp3 .rig a:hover {
    color: #49A7FF;
}

.ftp3 .lef {
    display: flex;
    align-items: center;
}

.ftp3 .lef img {
    width: .16rem;
}

.qyfoot #bdshare a {
    background-color: transparent;
    border: 1px solid #E9E9E960;
    margin-bottom: 0;
    margin-left: .18rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .16rem;
}

.qyfoot #bdshare {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.qyfoot #bdshare a:nth-of-type(1) {
    background-image: url(/images/qyfshare1.png);
}

.qyfoot #bdshare a:nth-of-type(2) {
    background-image: url(/images/qyfshare2.png);
}

.qyfoot #bdshare a:nth-of-type(3) {
    background-image: url(/images/qyfshare3.png);
}

.qyfoot #bdshare a:nth-of-type(1):hover {
    background-color: #E10412;
}

.qyfoot #bdshare a:nth-of-type(2):hover {
    background-color: #027CFE;
}

.qyfoot #bdshare a:nth-of-type(3):hover {
    background-color: #10D169;
}

/* 底部end */


/* 首页 */
.home-s1,
.home-s2,
.home-s3,
.home-s4 {
    background-repeat: no-repeat;
    background-size: cover;
}

.home-s2 {
    padding: 1.58rem 2rem 0;
    background-image: url(/images/homes2bg.jpg);
    position: relative;
}

.home-s2 .h1 {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .6365rem;
    text-align: left;
    color: #000000;
    margin-bottom: .34rem;
}

.home-s2 .h2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #000000;
    margin-bottom: .46rem;
}

.home-s2 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #333333;
    width: 5.84rem;
}

.home-s2 .qy-more {
    margin-top: .6rem;
}


.home-s2 .ul {
    display: flex;
    margin-top: 13.6vh;
    position: relative;
    z-index: 2;
}

.home-s2 .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 1.06rem;
    border-right: 1px solid;
    border-image: linear-gradient(180deg, rgba(173, 173, 173, 0) 1%, #ADADAD 49.5%, rgba(173, 173, 173, 0) 100%) 1;
}

.home-s2 .ul .li:first-of-type {
    border-left: 1px solid;
}

.home-s2 .ul .li .imgbox {
    width: .64rem;
    height: .64rem;
    overflow: hidden;
    flex-shrink: 0;
}

.home-s2 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: all 0.5s;
    filter: drop-shadow(0 .64rem var(--theme-color));
}

.home-s2 .ul .li:hover .imgbox img {
    transform: translateY(0);
}

.home-s2 .ul .li .h3 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    text-align: left;
    color: #333333;
    margin-top: .2rem;
}

.home-s2 .ul .li:hover .h3 {
    color: var(--theme-color);
}

.home-s2 .jianzhu {
    position: absolute;
    right: 0;
    top: 1.3rem;
    width: 11.3rem;
}

.home-s2 .s2txt {
    position: relative;
    z-index: 2;
}


.home-s3 {
    background-image: url(/images/homes3bg.jpg);
    padding: 19.6vh 2rem 0;
    position: relative;
}

.home-s31 {
    background-image: url(/images/homes31bg.jpg);
}

.home-s3 .h1 {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .6365rem;
    text-align: left;
    color: #fff;
    margin-bottom: .53rem;
}

.home-s3 .yanjs .ul {
    position: relative;
    z-index: 2;
}

.home-s3 .yanjs .ul .li {
    display: flex;
    width: fit-content;
}

.home-s3 .yanjs .ul .li .imgbox {
    width: .36rem;
    height: .36rem;
    margin-right: .19rem;
    flex-shrink: 0;
}

.home-s3 .yanjs .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.home-s3 .yanjs .ul .li .txtbox {
    margin-bottom: .44rem;
}

.home-s3 .yanjs .ul .li .txtbox .h2 {
    font-family: rr;
    font-size: .28rem;
    font-weight: 400;
    line-height: .3713rem;
    text-align: left;
    color: #fff;
}

.home-s3 .yanjs .ul .li .txtbox .h3 {
    margin-top: .14rem;
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #fff;
    margin-top: .14rem;
    width: 4.35rem;
    display: none;
}

.yanjsimg img {
    width: 65vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.yanjsimg img:first-of-type {
    display: block;
}

.home-s4 {
    background-image: url(/images/homes4bg.jpg);
    padding: 1.11rem 2rem 0;
}

.screens>.swiper-wrapper>.swiper-slide {
    overflow: hidden;
}

.home-s4 .h1 {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .6365rem;
    text-align: center;
    color: #fff;
    margin-bottom: .57rem;
}

.home-s4 .ul {
    display: flex;
}

.home-s4 .ul .li {
    display: block;
    width: 4.6rem;
    border-radius: .2rem;
    overflow: hidden;
    margin-right: 0.6rem;
}

.home-s4 .ul .li:nth-of-type(3n) {
    margin-right: 0;
}

.home-s4 .ul .li .imgbox {
    width: 100%;
    height: 3.06rem;
    overflow: hidden;
}

.home-s4 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.home-s4 .ul .li .txtbox {
    width: 100%;
    height: 1.82rem;
    background-color: #fff;
    padding: .37rem .4rem 0;
}

.home-s4 .ul .li .txtbox .h2 {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .32rem;
    text-align: left;
    color: #333333;
}

.home-s4 .ul .li .txtbox .h3 {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .1875rem;
    text-align: left;
    color: #999999;
    margin-top: .21rem;
}

.home-s4 .qy-more {
    margin: 0 auto;
    margin-top: .45rem;
}


.home-s4 .ul .li:hover img {
    transform: scale(1.05);
}

.home-s4 .ul .li:hover .txtbox .h2,
.home-s4 .ul .li:hover .txtbox .h3 {
    color: var(--theme-color);
}

.screens {
    width: 100vw;
    height: 100vh;
}

.swiper-pagination-zp {
    position: fixed;
    right: .23rem !important;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-pagination-zp .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    width: .3rem;
    height: .3rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/mr.png);
    background-size: .1rem .1rem;
    background-position: center;
    /* background-color: #fff; */
    margin: .1rem 0 !important;
}

.swiper-pagination-zp .swiper-pagination-bullet-active,
.swiper-pagination-zp .swiper-pagination-bullet:hover {
    width: .3rem;
    height: .3rem;
    background-color: transparent;
    background-image: url(/images/zpactive.png);
    background-size: cover;
}

.footslide {
    height: fit-content !important;
    margin-top: -1px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background: none !important;
    border: none;
}

.banner .swiper-button-prev img,
.banner .swiper-button-next img {
    width: .13rem;
}

.banner .swiper-button-prev:hover img,
.banner .swiper-button-next:hover img {
    filter: invert(50%) sepia(94%) saturate(3277%) hue-rotate(155deg) brightness(96%) contrast(103%);
}

.swiper-pagination-c {
    position: absolute;
    bottom: 34% !important;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
    width: 1440px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.swiper-pagination-c .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #fff;
    margin: 0 14px !important;
}

.swiper-pagination-c .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
}

.swiper-pagination-c .swiper-pagination-bullet-active::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
}

.swiper-pagination-c .swiper-pagination-bullet:hover {
    opacity: 0.5;
}

.pCenter,
.banner .item .txt {
    top: 46%;
}


.sbox .banner .item .newtit {
    color: #FFF;
    font-family: rr;
    font-size: .7rem;
    font-weight: 500;
    line-height: .8204rem;
}

.sbox .banner .item .newtitdesc {
    color: rgba(255, 255, 255, 0.7);
    font-family: ll;
    font-size: .38rem;
    font-weight: 300;
    line-height: .4454rem;
    text-align: left;
    margin-top: .22rem;
}

.sbox .banner video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}



/* 首页end */


/* 头部 */
.tabs-box .ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
}

.tabs-box .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.72rem;
    border-right: 1px solid #B9C6D3;
}

.tabs-box .ul .li:last-child {
    border-right: none;
}

.tabs-box .ul .li .imgbox {
    width: .64rem;
    height: .64rem;
    /* margin-bottom: .67rem; */
    margin-bottom: .25rem;
    overflow: hidden;
}

.tabs-box .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.tabs-box .ul .li .textbox {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .211rem;
    text-align: center;
    color: #474443;
}

.tabs-box .ul .li:hover .imgbox img {
    /* filter: invert(20%) sepia(12%) saturate(7009%) hue-rotate(160deg) brightness(96%) contrast(101%); */
    transform: translateY(-100%);
    filter: drop-shadow(0 .64rem var(--theme-color));
}

.tabs-box .ul .li:hover .textbox {
    color: var(--theme-color);
}


.tabs-box {
    padding: 0;
    margin: 0;
    /* height: 3.41rem; */
    height: 2.2rem;
    background-color: rgba(255, 255, 255, 0.96);
    justify-content: center;
    border-bottom: none;
}

.rtgp {
    display: flex;
    align-items: center;
}

.rtgp .qylang {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .58rem;
    height: .5rem;
    border-radius: 45%;
    border: 1px solid #FFFFFF80;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    color: #fff;
    transition: all 0.5s;
}

.rtgp .qylang:hover {
    background-color: var(--theme-color);
    color: #fff !important;
}

.rtgp .gp {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    height: .5rem;
    padding: 0 .2rem;
    background: linear-gradient(90deg, #005EAD 0%, rgba(0, 94, 173, 0) 100%);
    font-family: ll;
    font-size: .14rem;
    font-weight: 300;
    color: #fff;
    margin-left: .18rem;
}

#header11 .headtab>li:last-of-type {
    margin-right: 0;
}

.head1 .rtgp .qylang,
.head2 .rtgp .qylang {
    border-color: #99999980;
    color: #999999;
}

#header11 .headtab>li>a {
    font-size: .18rem;
    font-family: ll;
    font-weight: 700;
}

#header11 {
    padding: 0 .26rem 0 .36rem;
}


/* 头部end */



/* 联系 */
.lximgli {
    padding-left: 2rem;
}

.lximgli .swiper-scrollbar {
    width: 15rem;
    overflow: hidden;
    bottom: 0;
}

.lximgli .swiper-scrollbar .swiper-scrollbar-drag {
    background: #005EAD;
    background-color: #005EAD;
    border: none;

    z-index: 3;
}

.lximgli .swiper-scrollbar {
    background-color: transparent;
}

.lximgli .swiper-scrollbar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.5;
}

.lximgli img {
    width: 4.8rem;
    height: 3.2rem;
    object-fit: cover;
    border-radius: .12rem;
}

.lximgli .lximgsw {
    padding-bottom: .62rem;
}

.liuyan {
    background-color: transparent;
    padding-top: .99rem;
}

.lxList {
    margin-top: 0;
    margin-bottom: .54rem;
}

.lxList li h3 {
    margin: .33rem 0 .1rem;
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2652rem;
    color: #333333;
}

.lxList li h5,
.lxList li h5 a {
    color: #70757C;
}

.baseTitle,
.liuyan h2 {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
}





/* 联系end */



/* 内页导航 */
.qydh {
    background-color: #fff;
    width: 100vw;
    height: .89rem;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border-bottom: 1px solid #E2E2E2;
    text-align: center;
    position: relative;
}

.qydh a {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    display: inline-block;
    margin: 0 .6rem;
    position: relative;
    width: fit-content;

    line-height: .89rem;
}

.qydh a.current {
    color: #005EAD;
    font-weight: 600;
}

.qydh a:hover {
    color: #005EAD;
}

.qydh a.current::after {
    content: '';
    position: absolute;
    width: .27rem;
    height: .16rem;
    background-image: url(/images/currentico.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: none;
}

.clie {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: #005EAD;
    overflow: visible !important;
}

.clie::after {
    content: '';
    position: absolute;
    width: .27rem;
    height: .16rem;
    background-image: url(/images/currentico.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    transform: translateX(50%);
}

/* .qydhmenu {
    display: none;
}

.sbox[mid="4"] .qydhmenu {
    display: block;
} */

/* 内页导航end */
.fangda {
    display: none;
}


/* 投资者关系 */
.sbox[mid="5"][strid="59"] .companyjj {
    background-color: #F5F7F9;
}

.yjlist {
    display: flex;
    justify-content: space-between;
}

.listtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 22px 10px;
    background: rgb(124, 212, 218);
}

.listtop h3 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: White;
    padding-top: 15px;
}

.listtop a {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: White;
    padding-top: 28px;
}

.investor2list {
    background-color: #f8f8f8;
    padding-bottom: 83px;
}

.listbox {
    width: 49%;
}

.listbox ul {
    background: #fff;
    padding: 11px 28px 4px 37px;
}

.yjlist .listbox:nth-child(1) ul li {
    padding: 13px 0;
}

.yjlist .listbox:nth-child(2) ul li {
    padding: 21.5px 0;
}

.listbox ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listbox ul h3 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #343434;
    width: 80%;
}

.listbox ul li {
    border-bottom: 1px solid #E0E0E0;
}

.listbox ul li:nth-last-child(1) {
    border-bottom: 0;
}

.listbox ul p {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 3px;
    color: #999999;
}

.ooo {
    width: 100% !important;
}

.ooodiv {
    padding-left: 27px;
    padding-top: 52px;
}

.investor-row2 {
   
}

.sbox[mid="5"][strid="59"] .baseTitle {
    display: none;
}

.kk {
    width: 15rem;
    margin: 0 auto;
}

.k {
    width: 100%;
    padding: .42rem .36rem;
    margin-bottom: .77rem;
    background-color: #fff;
}

.k img {
    width: 100%;
}

.investor2list .wrap1300 {
    width: 15rem;
    margin: 0 auto;
}

.kk .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .48rem;
    line-height: .5626rem;
    margin-bottom: .5rem;
    color: #010000;
    text-align: center;
}


.baogaos {
    display: flex;
    justify-content: space-between;
     padding-top:0.8rem;
}

.baogaos .item {
    width: 7.28rem;
    /* background-color: #fff; */
    /* padding: 0 .39rem; */
}

.baogaos .item .h1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .37rem;
}

.baogaos .item .h1 span {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    line-height: .375rem;
    color: #010000;
}

.baogaos .item .h1 a {
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    line-height: .211rem;
    color: #666666;
}

.baogaos .item .ul {
    background-color: #fff;
    padding: 0 .39rem;
}

.baogaos .item .ul .li {
    display: block;
    width: 100%;
    height: .7rem;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.baogaos .item .ul .li:last-of-type {
    border: none;
}

.baogaos .item .ul .li .bgtt {
    font-family: ll;
    font-weight: 700;
    font-size: .18rem;
    color: #343434;
}

.baogaos .item .ul .li .bgtt::before {
    content: '· ';
}

.baogaos .item .ul .li .bgtime span {
    display: block;
    font-family: ll;
    font-weight: 400;
    font-size: .14rem;
    line-height: .1641rem;
    color: #999999;
    margin: 1.5px 0;
}


.touzier {
    width: 15rem;
    margin: 0 auto;
    background-color: var(--theme-color);
    padding: .3rem;
    margin-top: .73rem;    display: none;
}

.touzier>div {
    background-color: #fff;
}

.touzier .hh1 {
    font-family: rr;
    font-weight: 500;
    font-size: .48rem;
    line-height: .6365rem;
    color: var(--theme-color);
    margin-bottom: .64rem;
    text-align: center;
    padding-top: .91rem;
}

.touzibox {
    border-radius: .1rem;
    width: 100%;
    padding: 0 0 .66rem;
    display: flex;
}

.touzibox .item {
    width: 50%;
    height: 2.55rem;
}

.touzibox .item:nth-of-type(1) {
    padding-left: 2.26rem;
    border-right: 1px solid #E9E9E9;
}

.touzibox .item:nth-of-type(2) {
    padding-left: 1.28rem;
}

.touzibox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    line-height: .3182rem;
    color: #000;
    margin-bottom: .22rem;
}

.tozlx,
.tozlx a {
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #343434;
}

.touzibox .ftp2 .rig {
    width: 1.75rem;
    height: 1.75rem;
    border-color: #E9E9E9;display: none;
}

.touzibox .ftp2 .rig img {
    width: 1.55rem;
    height: 1.55rem;
}

.touzibox .ftp2 .rig .h3 {
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    color: #343434;
    text-align: center;
    margin-top: .21rem;
}

.baogaos a:hover {
    color: var(--theme-color) !important;
}

.baogaos a:hover .bgtt {
    color: var(--theme-color) !important;
}

/* 投资者关系 end */

.he_imgshubbox {
    position: absolute;
    bottom: .33rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

.he_imgshub {
    width: .22rem;
    display: inline-block;
    z-index: 5;
    animation: xl 1.2s infinite;
}

.he_imgshub img {
    width: 100%;
}

@keyframes xl {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}


.s3s .swiper-wrapper,
.lximgsw .swiper-wrapper {
    transition-timing-function: linear !important;
}





@media screen and (min-width:751px) {
    .qylxList {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .qylxList li {
        width: 33.33333333333%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #DEDEDE;
        position: relative;
    }

    .qylxList li:nth-of-type(1),
    .qylxList li:nth-of-type(2),
    .qylxList li:nth-of-type(3) {
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: .52rem;
    }

    .qylxList li:nth-of-type(1)::after,
    .qylxList li:nth-of-type(2)::after,
    .qylxList li:nth-of-type(3)::after {
        content: '';
        position: absolute;
        width: .3rem;
        height: .3rem;
        right: -0.15rem;
        bottom: -0.15rem;
        background-color: #fff;
    }

    .qylxList li:nth-of-type(4)::after,
    .qylxList li:nth-of-type(5)::after,
    .qylxList li:nth-of-type(6)::after {
        content: '';
        position: absolute;
        width: .3rem;
        height: .3rem;
        right: -0.15rem;
        top: -0.15rem;
        background-color: #fff;
    }

    .qylxList li:nth-of-type(4),
    .qylxList li:nth-of-type(5),
    .qylxList li:nth-of-type(6) {
        padding-top: .52rem;
    }

    .qylxList li:nth-of-type(3),
    .qylxList li:nth-of-type(6) {
        border-right: none;
    }


    .home-s1,
    .home-s2,
    .home-s3,
    .home-s4 {
        height: 100vh;
        overflow: hidden;
    }

    #fullscreen {
        display: none;
    }

    .home-s3 .yanjs .ul .li .txtbox .txtimg {
        display: none !important;
        height: 0 !important;
    }

    .yanjsimg img {
        border-top-left-radius: 10rem;
    }

    .ftp1 .ul {
        display: none;
    }

    .ftp2 .h1 {
        position: relative;
        margin-bottom: .41rem;
    }

    .ftp2 .h1::after {
        content: '';
        position: absolute;
        width: .24rem;
        height: .02rem;
        background-color: #fff;
        bottom: -0.24rem;
        left: 0;
    }

    .ftp2 .qylx .item {
        width: auto;
        margin-right: .96rem;
    }

    .ftp2 .qylx span,
    .ftp2 .qylx a {
        font-size: .18rem;
        line-height: .42rem;
    }

    .home-s4 .ul .li .txtbox .h2 {
        height: 3.1em;
    }

    .home-s3 .yanjs .ul .li .imgbox {
        position: relative;
    }

    .home-s3 .yanjs .ul .li.active .imgbox::before {
        content: '';
        width: .4rem;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: -0.61rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .home-s3 .yanjs .ul .li .txtbox .h32 {
        display: none !important;
    }

    .homebg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        animation: slowScale 20s linear infinite;
    }

    .home-s4 {
        background-image: none;
    }

    .home-s4 .h1,
    .home-s4 .ul,
    .home-s4 .qy-more {
        position: relative;
        z-index: 2;
    }

    .home-s4 .homebg {
        background-image: url(/images/homes4bg.jpg);
    }


}

@media screen and (max-width:1440px) {
    .swiper-pagination-c {
        transform: none;
        left: 180px !important;
    }
}

@media screen and (max-width:750px) {
    .about-s1 .ul .itm {
        padding: .8rem .35rem 1rem;
    }

    .about-s1 .ul .itm:nth-of-type(2) {
        padding: .87rem 0.35rem .7rem;
    }

    .about-s1 .ul .li .h1 {
        font-weight: 400;
        font-size: .28rem;
        line-height: .3713rem;
        margin-bottom: .29rem;
    }

    .about-s1 .ul .li .imgbox {
        width: 6.8rem;
        height: 3.93rem;
        border-radius: .12rem;
        margin-bottom: .27rem;
    }

    .about-s1 .ul .li .imgbox .swiper {
        width: 100%;
        height: 100%;
    }

    .about-s1 .ul .li .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
        text-align: justify;
    }


    .about-s2 {
        padding: .84rem 0 1.29rem;
    }

    .fzyear {
        font-size: .24rem;
    }

    .fzyear::after {
        width: .2rem;
        height: .2rem;
    }

    .swiper-slide-thumb-active .fzyear {
        font-size: .28rem;
    }


    .swiper-slide-thumb-active .fzyear::after {
        width: .32rem;
        height: .32rem;
        background-size: .2rem .2rem;
    }

    .s2years {
        padding-top: .2rem;
        padding-bottom: 0;
    }

    .fzctt {
        display: block;
        padding: 0 .35rem;
    }

    .fzctt .ri {
        margin-left: 0;
        width: 6.8rem;
    }

    .yearbox {
        height: .9rem;
        margin-bottom: .4rem;
    }

    .fzctt .le .p,
    .ecott {
        font-weight: 300;
        font-size: .24rem;
        line-height: .54rem;
    }

    .about-s2 .swiper-button-next:hover:after,
    .about-s2 .swiper-button-prev:hover:after {
        display: none !important;
    }

    .about-s2 .swiper-button-next,
    .about-s2 .swiper-button-prev {
        display: none !important;
    }

    .yearbox::after {
        content: '';
        position: absolute;
        width: 0.48rem;
        height: 0.48rem;
        background-image: url(/images/shou.png);
        background-size: contain;
        right: .21rem;
        top: 0.09rem;
    }

    .about-s3 {
        padding: 1rem 0 1.53rem 0.35rem;
    }

    .s3s .swiper-slide .p {
        font-size: .24rem;
        line-height: .38rem;
    }

    .about-s3 .sp-title {
        padding: .35rem;
    }

    .about-s4 {
        padding: .96rem .35rem 1.22rem;
    }

    .about-s4 .h6 {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
    }


    .about-s4 .ul .li {
        width: 3.28rem;
        margin-right: .24rem !important;
        margin-top: 4em !important;
    }


    .about-s4 .ul .li:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .about-s4 .ul .li:nth-of-type(-n+2) {
        margin-top: 0 !important;
    }

    .about-s4 .ul .li .imgbox {
        height: 2.18rem;
    }

    .about-s4 .ul .li .txtbox {
        font-weight: 400;
        font-size: .24rem;
        line-height: .3182rem;
        margin-top: .22rem;
    }

    .about-s4 .h8 {
        font-size: .24rem;
        line-height: 2;
    }

    .qy-more {
        width: 2rem;
        height: .68rem;
        font-size: .24rem;
    }


    .sp-s1 {
        padding: .8rem .35rem .76rem;
    }

    .sp-s2 {
        padding: .87rem .35rem .96rem;
    }

    .sp-s1 .sp-title {
        margin-bottom: .32rem;
    }

    .sp-s1 .h1,
    .sp-s2 .h1 {
        font-weight: 400;
        font-size: .28rem;
        line-height: .3713rem;
    }

    .sp-s1 .ri,
    .sp-s2 .le {
        width: 100%;
        margin-bottom: .3rem;
    }

    .sp-s1 .p,
    .sp-s2 .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
        text-align: justify;
    }


    .sp-s3 {
        padding: .72rem .35rem .51rem;
    }

    .sp-s3 .sph1 img,
    .sp-s4 .sph1 img {
        width: .48rem;
        height: .48rem;
    }

    .sph1,
    .sph4 {
        font-size: .28rem;
    }

    .sph1 sup,
    .sph4 sup {
        margin-top: -1em;
    }

    .sp-s3 .p,
    .sp-s4 .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: .48rem;
    }

    .sp-s3 img {
        margin-top: .18rem;
        width: 100%;
    }

    .sp-s4 {
        padding: .76rem .35rem 1rem;
    }

    .sp-s4 .p {
        margin-bottom: .35rem;
    }

    .sji-s1 {
        padding: .8rem 0.35rem 3.93rem;
    }

    .sji-s1 .h6 {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
        margin-bottom: .42rem;
    }

    .sji-s1 .ul .li .imgbox {
        width: 6.8rem;
        height: 4.53rem;
    }



    .sji-s1 .ul .li .txtbox {
        width: 6.4rem;
        height: auto;
        padding: .51rem .4rem .43rem;
    }

    .sji-s1 .ul .li .txtbox {
        top: 3.79rem;
        left: calc(50% - 3.2rem);
    }

    .sji-s1 .ul .li .imgbox .swiper {
        width: 100%;
        height: 100%;
    }

    .sji-s1 .ul .li .imgbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sji-s1 .ul .li .txtbox .h1 {
        font-weight: 400;
        font-size: .28rem;
        line-height: .3713rem;
        margin-bottom: .19rem;
    }

    .sji-s1 .ul .li .txtbox .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
        text-align: justify;
    }

    .sji-s1 .ul .li {
        margin-bottom: 4.63rem;
    }

    .sji-s1 .ul .li:nth-of-type(2n) .txtbox {
        right: auto;
        left: calc(50% - 3.2rem);
    }

    .sji-s2 {
        padding: .93rem .35rem 1.1rem;
    }

    .sji-s2 .ul .li .imgbox {
        margin-right: .3rem;
    }

    .sji-s2 .ul .li .txtbox .h1 {
        font-weight: 400;
        font-size: .28rem;
        line-height: .3713rem;
        margin-bottom: .12rem;
    }

    .sji-s2 .ul .li .txtbox .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
    }

    .sji-s2 .sp-title {
        margin-bottom: 0.39rem;
    }


    .ss-s1 {
        padding: .8rem .35rem 1rem;
    }

    .ss-s1 .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
    }

    .ss-s1 .ul .li {
        margin-bottom: .22rem;
    }

    .ss-s1 .ul .li .txtbox {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ss-s1 .ul .li .imgbox {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 0;
        margin-bottom: .36rem;
    }

    .ss-s1 .ul .li .h1 {
        font-weight: 400;
        font-size: .28rem;
        line-height: .3713rem;
        margin-bottom: .14rem;
    }

    .ss-s1 .ul .li .h2 {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
    }

    .tableimg {
        width: 6.8rem;
        margin: 0 auto;
        position: relative;
    }

    .gx-s2 {
        padding: .71rem 0.35rem 1rem;
    }



    .gx-s2 .ul .li {
        flex-direction: column !important;
    }


    .gx-s2 .ul .li .imgbox {
        width: 100%;
        height: 4.18rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: .44rem;
    }

    .gx-s2 .ul .li .txtbox .h1 {
        font-weight: 400;
        font-size: .28rem;
        line-height: .3713rem;
        margin-bottom: .19rem;
    }

    .gx-s2 .ul .li .txtbox .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
        text-align: justify;
    }



    #fullscreen {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        overflow-x: scroll;
    }

    #fullscreen img {
        max-width: none;
        max-height: none;
        object-fit: fill;
        width: auto;
        height: 50vh;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
    }

    .mmclose {
        width: 0.72rem;
        height: 0.72rem;
        background-image: url(/images/mclose.png);
        background-repeat: no-repeat;
        background-size: 0.72rem 0.72rem;
        position: fixed;
        top: 16%;
        left: 50%;
        transform: translateX(-50%);
    }



    .fangda {
        position: absolute;
        padding: 0 .12rem;
        height: .4rem;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        right: .16rem;
        bottom: .15rem;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;

        font-weight: 400;
        font-size: .24rem;
        color: #fff;
    }

    .fangda img {
        width: .24rem;
        height: .24rem;
        margin-right: .07rem;
    }

    .mfooter {
        display: none;
    }

    .qyfoot {
        padding: .68rem 0.25rem 0;
    }

    .ftp1 .ul {
        display: none;
    }

    .qyfoot #bdshare {
        display: none;
    }

    .ftp2 .qylx {
        display: block;
    }

    .ftp2 .rig {
        display: none;
    }

    .qyflogo {
        width: 1.84rem;
        height: .54rem;
    }

    .ftp1 {
        padding-bottom: .29rem;
        margin-bottom: .37rem;
    }

    .ftp2 .h1 {
        margin-top: 0;
        margin-bottom: .19rem;
        font-weight: 400;
        font-size: .24rem;
        line-height: .3182rem;
    }

    .ftp2 .qylx .item {
        width: auto;
    }



    .ftp2 .qylx span,
    .ftp2 .qylx a {
        font-weight: 300;
        font-size: .22rem;
        line-height: .54rem;
    }


    .ftp3 {
        height: 1.29rem;
        margin-top: 0.35rem;
    }

    .ftp2 .qylx span {
        display: inline-block;
    }

    .ftp2 .qylx span::before {
        content: '';
        display: inline-block;
        width: .24rem;
        height: .24rem;
        vertical-align: middle;
        margin-right: .19rem;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .ftp2 .qylx .item:nth-of-type(1) span:nth-of-type(1):before,
    .ftp2 .qylx .item:nth-of-type(2) span:before,
    .ftp2 .qylx .item:nth-of-type(3) span:nth-of-type(1):before {
        background-image: url(/images/footyx.png);
    }

    .ftp2 .qylx .item:nth-of-type(1) span:nth-of-type(2):before,
    .ftp2 .qylx .item:nth-of-type(3) span:nth-of-type(2):before {
        background-image: url(/images/footdh.png);
    }

    .ftp2 .qylx .item:nth-of-type(1) span:nth-of-type(1):before,
    .ftp2 .qylx .item:nth-of-type(1) span:nth-of-type(3):before,
    .ftp2 .qylx .item:nth-of-type(2) span:nth-of-type(1):before,
    .ftp2 .qylx .item:nth-of-type(2) span:nth-of-type(2):before {
        background-image: url(/images/footyx.png);
    }

    .ftp2 .qylx .item:nth-of-type(1) span:nth-of-type(2):before,
    .ftp2 .qylx .item:nth-of-type(2) span:nth-of-type(3):before {
        background-image: url(/images/footdh.png);
    }

    .ftp3 p,
    .ftp3 p a {
        font-weight: 300;
        font-size: .18rem;
        line-height: .38rem;
        color: #fff;
        white-space: nowrap;
    }

    .ftp3 p img {
        width: .16rem;
    }

    .sbox {
        padding-bottom: 0;
    }

    .mblianxi {
        display: none;
    }

    .lianxi {
        display: block;
    }

    .lxList li .lxImg {
        width: .3rem;
        height: .3rem;
        margin-bottom: 0;
    }

    .lxList li h3 {
        font-weight: 400;
        font-size: .28rem;
        line-height: .3713rem;
        margin: .25rem 0 .17rem;
    }

    .lxList li .lxImg img {
        width: 100%;
        height: 100%;
    }

    .lxList li {
        margin-bottom: 0;
        margin-top: .55rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lxList li:nth-of-type(-n+2) {
        margin-top: 0;
    }

    .lximgli {
        padding: 0 .35rem;
    }

    .lximgli .swiper-scrollbar {
        width: 6.8rem;
    }

    .lximgli img {
        width: 100%;
        height: 2.2rem;
    }


    .home-s2 {
        padding: 1.19rem 0.35rem .81rem;
    }

    .home-s2 .jianzhu {
        position: static;
        width: 100%;
    }

.home-s2 .jianzhu img {
height: auto !important;}

    .home-s2 .ul {
        margin-top: .27rem;
    }

    .home-s2 .h2 {
        font-weight: 400;
        font-size: .28rem;
        line-height: .3713rem;
        margin-bottom: .19rem;
    }

    .home-s2 .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
        width: 100%;
    }

    .home-s2 .qy-more {
        margin: .4rem 0 .25rem;
    }

    .home-s2 .ul {
        justify-content: space-between;
    }

    .home-s2 .ul .li {
        width: auto;
        height: auto;
        border: none !important;
    }

    .home-s2 .ul .li .h3 {
        font-size: .26rem;
        line-height: .3448rem;
        margin-top: .27rem;
    }


    .home-s3 {
        padding: 1.14rem .35rem 1.36rem;
    }

    .home-s3 .yanjs .ul .li .txtbox .txtimg {
        display: block;
    }

    .yanjsimg {
        display: none;
    }

    .home-s3 .yanjs .ul .li {
        width: 6.8rem;
        padding-top: .26rem;
        padding-bottom: .24rem;
        border-bottom: 1px solid #FFFFFF40;
    }

    .home-s3 .yanjs .ul .li:first-of-type {
        border-top: 1px solid #FFFFFF40;
    }

    .home-s3 .yanjs .ul .li .txtbox {
        width: 6.8rem;
        flex: 1;
        margin-bottom: 0;
    }

    .home-s3 .yanjs .ul .li .txtbox .h3 {
        width: 6.8rem;
        margin-left: -.54rem;
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
    }

    /* .home-s3 .yanjs .ul .li .txtbox .h32 span {
        display: inline-block;
        width: 100%;
        text-align: right;
        margin-top: -2em;
    } */

    .home-s3 .yanjs .ul .li .txtbox .h31 {
        display: none !important;

    }

    .home-s3 .yanjs .ul .li .txtbox .txtimg {
        width: 100%;
        margin-top: .27rem;
    }

    .home-s3 .yanjs .ul .li .txtbox .txtimg img {
        width: 100%;
        border-radius: 0.08rem;
    }

    .home-s3 .yanjs .ul .li .txtbox .h2 {
        position: relative;
    }

    .home-s3 .yanjs .ul .li .txtbox .h2::after {
        content: '';
        position: absolute;
        width: .13rem;
        height: .13rem;
        border: 1px solid #fff;
        border-top: none;
        border-right: none;
        top: .14rem;
        right: 0.05rem;
        transform: rotate(-135deg);
        transform-origin: center;
    }

    .home-s3 .yanjs .ul .li.active .txtbox .h2::after {
        transform: rotate(-45deg) translateY(-50%);
    }

    .home-s4 {
        padding: 1.12rem 0 1.34rem .35rem;
    }

    .home-s4 .h1 {
        padding-right: .35rem;
    }

    .home-s4 .ul {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .home-s4 .ul::-webkit-scrollbar {
        display: none;
    }

    .home-s4 .ul .li {
        flex-shrink: 0;
        margin-right: .4rem;
    }

    .home-s4 .ul .li .txtbox {
        padding: .37rem .35rem 0;
    }

    .home-s4 .ul .li .txtbox .h2 {
        font-weight: 400;
        font-size: .24rem;
        line-height: .38rem;
    }

    .home-s4 .ul .li .txtbox .h3 {
        font-weight: 300;
        font-size: .2rem;
        line-height: .2344rem;
        margin-top: .11rem;
    }


    .sbox .mbanner .newtit {
        font-weight: 600;
        font-size: .64rem;
        line-height: .9rem;
        color: #fff;
    }

    .sbox .mbanner .newtitdesc {
        font-weight: 400;
        font-size: .48rem;
        line-height: .9rem;
        color: #fff;
        margin-top: 0;
        width: 6.5rem;
    }

    .mbanner .swiper-slide .item>div {
        top: 4.71rem;
    }

    .rtgp .qylang {
        margin-right: .24rem;
        font-size: .24rem;
    }

    .mheader .rtgp .qylang {
        color: #666666;
        border-color: #99999980;
    }

    .qydhmenu {
        display: none !important;
    }

    .msban img.isdisimg {
        height: 6.45rem;
    }

    .mbjj {
        z-index: 100;
    }

    .detailcen {
        margin-top: 0 !important;
    }


    .kk {
        width: 6.8rem;
        margin: 0 auto;
    }

    .baogaos {
        display: block;
    }

    .baogaos .item {
        width: 100%;
        margin-top: 2em;
    }

    .baogaos .item .ul .li {
        height: .8rem;
    }

    .baogaos .item .ul .li .bgtime span {
        font-size: .16rem;
        line-height: 1.4;
    }

    .baogaos .item .h1 a {
        font-size: .22rem;
    }

    .touzier {    display: none;
        width: 100%;
    }

    .touzier>div {
        padding: 0 .5rem;
    }

    .touzibox {
        display: block;
        padding-bottom: .91rem;
    }


    .touzibox .item {
        padding: 0 !important;
        width: 100%;
        height: auto;
        border: none !important;
    }

    .touzibox .ftp2 {
        justify-content: center;
        margin-top: 2em;
    }

    .touzibox .ftp2 .rig {
      display: none;
    }

    .touzibox .h1 {
        text-align: center;
    }

    .tozlx {
        padding-left: 4em;
    }

}



/* 底部修改 */

@media screen and (min-width:751px) {
    .ftp1 {
        justify-content: flex-start;
        width: 12.87rem;
        margin-bottom: 0;
        border: none;
    }
    
    .ftp2 .lef {
        display: none;
    }
    
    .qyfoot {
        position: relative;
    }
    
    .ftp2 .rig {
        position: absolute;
        right: 2.22rem;
        top: .56rem;
    }
    
    .ftp3 {
        margin-top: 0;
        width: 12.87rem;
        justify-content: flex-start;
    }
    
    .ftp3 .rig {
        margin-left: .17rem;
    }
}

@media screen and (max-width:750px) {
    .ftp2 {
        display: none;
    }
    .ftp1 {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }
}



/* 底部修改end */