html {
    scroll-behavior: smooth;
}

/* banner */
.banner {
    width: 100%;
    height: 9.4rem;
    position: relative;
}

.banner .pcbanner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 45%;
}

.banner .banbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .banbox .ban-tit2 {
    font-size: 0.5rem;
    font-family: var(--font-regulary);
    color: #222222;
    line-height: 1.5;
}

.banner .banbox .blocktitle {
    font-size: 0.58rem;
    font-family: var(--font-bold);
    margin-bottom: 30px;
    text-align: left;
}

.banner .btn_box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.banner .btn_box {
    margin-top: 0.55rem;
}

.mar {
    /*margin-right: 20px;*/
    margin-left: 20px;
}

/* section1 */
.section1 {
    position: relative;
}

#rightContent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(to top, rgb(255, 255, 255, 1), rgb(255, 255, 255, 0));
    z-index: 1;
    left: 0;
    bottom: 0;
}

#rightContent::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 1), rgb(255, 255, 255, 0));
    z-index: 1;
    top: 0;
    left: 0;
}

.se-cont1 {
    display: flex;
    justify-content: space-between;
    height: 870px;
    overflow: hidden;
}

.se-cont1 .left {
    width: 40%;
    padding: 1.7rem 0 0;
}

.se-cont1 .right {
    width: 50%;
    position: relative;
}

.se-cont1 .left .titlebox {
    margin-bottom: 23px;
}

.se-cont1 .left .titlebox .blocktitle {
    text-align: left;
}

.se-cont1 .left .titlebox .desc {
    font-size: var(--font-size-p);
    font-family: var(--font-regulary);
    color: #666;
    margin-top: 0.2rem;
}

.se-cont1 .left .clist {
    margin: 0.57rem 0;
}

.se-cont1 .left .clist .citem {
    display: flex;
    align-items: center;
    margin-bottom: 0.46rem;
}

.se-cont1 .left .clist .citem .item-le {
    margin-right: 22px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: var(--complementary-colors);
    display: flex;
    align-items: center;
    justify-content: center;
}

.se-cont1 .left .clist .citem .item-le img {
    width: 65%;
    max-width: 100%;
}

.se-cont1 .left .tomore .moretxt {
    color: #111;
    -webkit-box-shadow: 0 1px 0 #111;
    line-height: 1.2;
    font-size: var(--font-size-18);
}


.se-cont1 .left .clist .citem .item-ri .tit {
    font-size: var(--font-size-22);
    font-family: var(--font-bold);
    color: #222;
    line-height: 2;
}

.se-cont1 .left .clist .citem .item-ri .txt {
    font-size: var(--font-size-p);
    font-family: var(--font-regulary);
    color: #666;
    line-height: 1.5;
}

.se-cont1 .right .scroll-listup {
    width: 48%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.se-cont1 .right .scroll-listdown {
    width: 48%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.se-cont1 .product {
    min-height: 4.52rem;
    margin-bottom: 20px;
    border-radius: 0.1rem;
    /* background: #f3f9fc; */
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.se-cont1 .product img {
    width: auto;
    /* Adjust based on your preference */
    max-width: 90%;

}

.se-cont1 .product .tit {
    font-size: 16px;
    color: #333;
}


.right {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.se-cont1 .bg1 {
    background: url('../images/pro-bg1.jpg') no-repeat center top;
    background-size: cover;
}

.se-cont1 .bg2 {
    background: url('../images/pro-bg2.jpg') no-repeat center top;
    background-size: cover;
}

.se-cont1 .bg3 {
    background: url('../images/pro-bg3.jpg') no-repeat center top;
    background-size: cover;
}

.se-cont1 .bg4 {
    background: url('../images/pro-bg4.jpg') no-repeat center bottom;
    background-size: cover;
}

@media screen and (max-width: 980px) {
    .se-cont1 {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .se-cont1 .left {
        width: 100%;
        padding: 50px 0 30px;
    }

    .section1 .right {
        width: 100%;
        height: 50vh;
        display: none;
    }

    .se-cont1 .mshow {
        display: block;
    }

    .se-cont1 .product {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .se-cont1 .product .tit {
        font-size: 13px;
    }

    .se-cont1 .product {
        min-height: 0;
        height: 100%;
    }

    .se-cont1 .product img {
        align-self: center;
    }

    .section1 {
        padding-bottom: 50px;
    }

    .section1 .swiper-pagination {
        position: static;
    }

    .swiper-pagination-bullet-active {
        background: var(--color2);
    }
}


/* section2 */
.section2 {
    width: 100%;
    position: relative;

    padding: 1.4rem 0 0.56rem;
}

.section2 .over {
    width: 100%;
    position: relative;
    z-index: 3;
}

.section2 .sebg {
    width: 100%;
    position: absolute;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;

}

.section2 .sebg.on {

    display: block;
}

.section2 .over .over-item {
    display: none;
}

.section2 .over .over-item.on {
    display: block;
}


.section2 .titlebox {
    width: auto;
}

.section2 .titlebox .blocktitle {
    text-align: left;
    color: #fff;
}

.section2 .titlebox .infotxt {
    font-size: 18px;
    font-family: var(--font-regulary);
    color: #fff;
    margin: 0.27rem 0 0.45rem;
}

/* .section2 .titlebox .tomore {
  display: flex;
  align-items: center;
}
.section2 .titlebox .tomore .arrow {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
}
.section2 .titlebox .tomore .arrow img {
  width: 18px;
  max-width: 100%;
  transition: all 0.5s;
}

.section2 .titlebox .tomore .moretxt {
  font-size: var(--font-size-p);
  font-family: var(--font-regulary);
  color: #fff;
}
.section2 .titlebox .tomore:hover .arrow img {
  transform: rotate(-45deg);
} */
.section2 .show-cont .show-li {
    display: none;
    margin-top: 1.6rem;
}

.section2 .show-cont .show-li.on {
    display: block;
}

.section2 .show-cont .show-li.on .tit,
.section2 .show-cont .show-li.on .txt {
    color: #fff;
}

.section2 .show-cont .show-li .tit {
    font-size: var(--font-size-26);
    font-family: var(--font-bold);
    color: #fff;
}

.section2 .show-cont .show-li .txt {
    font-size: var(--font-size-18);
    font-family: var(--font-regulary);
    color: #fff;
    margin: 0.2rem 0 0.6rem;
}

.section2 .card {
    display: flex;
    align-items: center;
    width: 1496px;
    max-width: 95%;
}

.section2 .card .item {
    width: 230px;
    background-color: #fff;
    border-radius: 0.3rem;
    padding: 0.75rem 0.6rem;
    cursor: pointer;
}

.section2 .card .item.card1 {
    background-color: #215ae3;
    position: relative;
    z-index: 6;
}

.section2 .card .item.card2 {
    background-color: #1751dc;
    margin-left: -0.5rem;
    position: relative;
    z-index: 5;
}

.section2 .card .item.card3 {
    background-color: #2a61e5;
    margin-left: -0.5rem;
    position: relative;
    z-index: 4;
}

.section2 .card .item.card4 {
    background-color: #215ae3;
    margin-left: -0.5rem;
    position: relative;
    z-index: 3;
}

.section2 .card .item.card5 {
    background-color: #1751dc;
    margin-left: -0.5rem;
    position: relative;
    z-index: 2;
}

.section2 .card .item.on {
    background-color: var(--color2);
    border-radius: 0 0.3rem 0.3rem 0;
}

.section2 .card .item.card1 {
    width: 460px;
    background-color: #fff;
    border-radius: 0 0.3rem 0.3rem 0;
}

.section2 .card .item .cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-end;
}

.section2 .card .item .cont .iconb {
    margin-bottom: 0.25rem;
}

.section2 .card .item .cont .iconb img {
    max-width: 100%;
}

.section2 .card .item.card1 .cont .iconb .ico {
    display: none;
}

.section2 .card .item .cont .iconb .hov {
    display: none;
}

.section2 .card .item.card1 .cont .iconb .hov {
    display: block;
}

.section2 .card .item .cont .txt {
    font-size: var(--font-size-22);
    font-family: var(--font-regulary);
    color: #fff;
}

.section2 .card .item.card1 .txt {
    color: #222222;
}

@media screen and (max-width: 790px) {
    .section2 {
        padding: 50px 0 50px;
    }

    .section2 .show-cont .show-li {
        margin-top: 1rem;
    }

    .section2 .card {
        max-width: 100%;
        display: block;
        position: relative;
    }

    .section2 .card .item {
        width: 40%;
        top: 0;
        margin-left: 0;
        transition: all 0.5s;

    }

    .section2 .card .item.card1 {
        position: relative;
        width: 40%;

    }

    .section2 .card .item.card2 {
        position: absolute;
        left: 16%;
        margin-left: 0;
    }

    .section2 .card .item.card3 {
        position: absolute;
        left: 32%;
        margin-left: 0;
    }

    .section2 .card .item.card4 {
        position: absolute;
        left: 48%;
        margin-left: 0;
    }

    .section2 .card .item.card5 {
        position: absolute;
        left: 62%;
        margin-left: 0;
    }

    .section2 .card .item.on {
        z-index: 9;
        border-radius: 0.3rem;
    }


}


/* section3*/
.se-cont3 {
    width: 100%;
    margin: 1.1rem 0 1.2rem;
}

.se-cont3 .titlebox {
    text-align: center;
    margin-bottom: 0.66rem;
}

.se-cont3 .caselist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 1rem;
}

.se-cont3 .caselist .item {
    width: 100%;
    cursor: pointer;
}

.se-cont3 .caselist .item .above {
    margin-bottom: 0.18rem;
}

.se-cont3 .caselist .item .above .colorbg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--complementary-colors);
    border-radius: 6px;
    margin-bottom: 0.24rem;
}

.se-cont3 .caselist .item .above .colorbg img {
    max-width: 70%;
    max-height: 70%;
}

.se-cont3 .caselist .item .above .tit {
    font-size: var(--font-size-24);
    font-family: var(--font-bold);
    color: #222;
}

.se-cont3 .caselist .item .under {
    font-size: var(--font-size-p);
    font-family: var(--font-regulary);
    color: #666;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.se-cont3 .caselist .item .tomore2 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s;
    width: auto;
    border-radius: 100px;
    overflow: hidden;
}

.se-cont3 .caselist .item .tomore2 span {
    color: #222;
    font-size: var(--font-size-p);
    font-family: var(--font-regulary);
    overflow: hidden;
    transition: all 0.8s;
    width: 70px;
}

.se-cont3 .caselist .item:hover .tomore2 {
    width: auto;
}

.se-cont3 .caselist .item:hover .tomore2 span {
    transform: translateX(-70px);
    opacity: 0;
}

.se-cont3 .caselist .item .tomore2 .arrow {
    background: #fff url(../images/arrow3.png) no-repeat center center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 30%;
    transition: all 0.8s;
}

.se-cont3 .caselist .item:hover .tomore2 .arrow {
    background: var(--color2) url(../images/arrow1.png) no-repeat center center;
    background-size: 30%;
    transform: translateX(-70px);
}

@media screen and (max-width: 790px) {
    .se-cont3 .caselist {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .se-cont3 .caselist .item .above {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .se-cont3 .caselist .item .above .colorbg {
        margin-bottom: 0;
        margin-right: 10px;
        width: 46px;
        height: 46px;
    }

    .se-cont3 .caselist .item .under {
        margin-bottom: 10px;
    }

    .se-cont3 .caselist .item .tomore2 .arrow {
        width: 40px;
        height: 40px;
    }

    .se-cont3 .caselist .item .tomore2 {
        height: 40px;
    }

    .se-cont3 {
        margin: 50px 0;
    }
}


/* se-cont4 */
.section4 {
    padding: 1.06rem 0 0;
    background: url(../images/in-img2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.section4 .left::before {
    position: absolute;
    content: '';
    width: 150%;
    height: 150%;
    right: 0;
    top: 0;
    background: rgb(21, 26, 37, 0.3);
    z-index: 0;
}

.section4 .se-cont4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section4 .se-cont4 .left {
    width: 50%;
    padding: 0.7rem 0.5rem 0.9rem 0;
    position: relative;
    bottom: 0;
}

.section4 .se-cont4 .left .pos {
    position: relative;
    z-index: 2;
}

.section4 .se-cont4 .left .blocktitle {
    color: #fff;
    margin-bottom: 28px;
    text-align: left;
}

.section4 .se-cont4 .left .infotxt {
    font-size: var(--font-size-p);
    font-family: var(--font-regulary);
    color: #fff;
    margin-bottom: 1.9rem;
    line-height: 2;
}

/* .section4 .se-cont4 .left a {
  display: flex;
  align-items: center;
}

.section4 .se-cont4 .left .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section4 .se-cont4 .left .arrow .arrbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
}

.section4 .se-cont4 .left .arrow img {
  width: 30%;
  max-width: 100%;
}

.section4 .se-cont4 .left .arrow:hover img {
}

.section4 .se-cont4 .left .moretxt {
  font-size: var(--font-size-p);
  font-family: var(--font-regulary);
  color: #fff;
  margin-left: 10px;
} */

.section4 .se-cont4 .right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section4 .se-cont4 .right .ab-data {
    width: 55%;
}

.section4 .se-cont4 .right .part {
    height: 3.24rem;
    width: 100%;
    min-width: 3.75rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0.37rem;
}

.part3 {
    height: 1.85rem;
}

.section4 .se-cont4 .right .part1 {
    background: #fff;
    border-radius: 0.3rem 0 0 0;
}

.section4 .se-cont4 .right .part2 {
    background: #1751dc;
}

.section4 .se-cont4 .right .part .numbox {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.section4 .se-cont4 .right .part .number {
    font-size: 0.8rem;
    font-family: var(--font-medium);
    color: #fff;
}

.section4 .se-cont4 .right .part1 .number {
    color: var(--primary-color);
}

.section4 .se-cont4 .right .part1 .smalltxt {
    font-size: var(--font-size-18);
    font-family: var(--font-regulary);
    color: var(--primary-color);
}

.section4 .se-cont4 .right .part2 .smalltxt {
    color: #fff;
    font-size: 0.5rem;
}

.section4 .se-cont4 .right .part .tit {
    font-size: var(--font-size-p);
    font-family: var(--font-regulary);
    color: #fff;
}

.section4 .se-cont4 .right .part1 .tit {
    font-size: var(--font-size-p);
    font-family: var(--font-medium);
    color: #666;
}

.section4 .se-cont4 .right .numlist {
    flex: 1;
    list-style: none;
    padding: 0;
}

.section4 .se-cont4 .right .num-item {
    min-height: 2.55rem;
    padding: 0.4rem 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(21, 26, 37, 0.3);
}

.section4 .se-cont4 .right .num-item:nth-child(2) {
    background-color: rgb(21, 26, 37, 0.4);
}

.section4 .se-cont4 .right .num-item .top {
    display: flex;
    align-items: flex-end;
}

.section4 .se-cont4 .right .num-item .number {
    font-size: 0.7rem;
    font-family: var(--font-medium);
    color: #fff;
    line-height: 1;
}

.section4 .se-cont4 .right .num-item .mtxt {
    font-size: 0.5rem;
    font-family: var(--font-medium);
    color: #fff;
    line-height: 1;
}

.section4 .se-cont4 .right .num-item .mtxt2 {
    font-size: var(--font-size-18);
    font-family: var(--font-medium);
    color: #fff;
    line-height: 2;
}

.section4 .se-cont4 .right .num-item .tit {
    font-size: var(--font-size-p);
    font-family: var(--font-medium);
    color: #fff;
}

@media (max-width: 1299px) {
    .section4 .se-cont4 .left .infotxt {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1100px) {
    .section4 .se-cont4 {
        display: block;
    }

    .section4 .se-cont4 .left,
    .section4 .se-cont4 .right {
        width: 100%;
    }

    .section4 .left::before {
        display: none;
    }

    .section4 .se-cont4 .right {
        display: block;
    }

    .section4 .se-cont4 .right .ab-data {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .section4 .se-cont4 .right .numlist {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .part3 {
        display: none;
    }

    .section4 .se-cont4 .right .part {
        min-width: 0;
        height: 2.5rem;
    }

    .section4 .se-cont4 .right .part .number {
        font-size: 35px;
    }

    .section4 .se-cont4 .right .num-item .number {
        font-size: 30px;
    }

    .section4 .se-cont4 .right .num-item .mtxt {
        font-size: 20px;
    }

    .section4 .se-cont4 .right .num-item .mtxt2 {
        line-height: 1;
    }

    .section4 .se-cont4 .right .num-item {
        min-height: 2.2rem;
    }

    .section4 .se-cont4 .left {
        padding: 0;
        margin-bottom: 50px;
    }

    .section4 .se-cont4 .left .infotxt {
        margin-bottom: 30px;
    }

    .section4 {
        padding: 50px 0;
    }

    .section4 .se-cont4 .left .blocktitle {
        margin-bottom: 20px;
    }
}

@media (max-width: 1000px) {
}

/* secont5 */
.section5 {
    padding: 1.1rem 0 1.3rem;
}

.se-cont5 {
    display: flex;
    width: 100%;
    align-items: stretch;
    border-radius: 0.3rem 0.3rem 0 0.3rem;
    overflow: hidden;
    margin-top: 0.6rem;
}

.se-cont5 .left {
    width: 48%;
    overflow: hidden;
}

.se-cont5 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.se-cont5 .left img.on {
    display: block;
}

.se-cont5 .left img:not(.on) {
    display: none;
}

.se-cont5 .right {
    flex: 0 0 auto;
    width: 52%;
}

.se-cont5 .right .art-list {
    padding: 0;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.se-cont5 .right .art-item {
    display: flex;
    align-items: center;
    padding: 0.4rem 0.3rem 0.4rem 0.6rem;
    background-color: #f4f6fb;
}

.se-cont5 .right .art-item.on {
    background-color: #fafbfd;
}

.se-cont5 .right .art-item .item-le {
    flex: 1;
}

.se-cont5 .right .art-item .item-le .tit {
    font-size: var(--font-size-24);
    font-family: var(--font-bold);
    color: #222222;
    margin-bottom: 10px;
}

.se-cont5 .right .art-item .item-le p {
    font-size: var(--font-size-p);
    font-family: var(--font-regulary);
    color: #666;
    margin-bottom: 6px;
}

.se-cont5 .right .art-item .item-ri {
    width: 58px;
    align-self: flex-start;
}

.se-cont5 .right .art-item .item-ri img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.se-cont5 .right .art-item.on .item-ri .ico {
    display: none;
}

.se-cont5 .right .art-item.on .item-ri .hov {
    display: block;
}

.se-cont5 .right .art-item .item-ri .hov {
    display: none;
}

.se-cont5 .right .art-item .item-ri img:hover {
}

@media screen and (max-width: 1100px) {
    .se-cont5 {
        display: block;
    }

    .se-cont5 .left,
    .se-cont5 .right {
        width: 100%;
    }

    .se-cont5 .left {
        max-height: 400px;
    }
}

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

    .se-cont5 .left {
        max-height: 220px;
    }

    .section5 {
        padding: 50px 0;
    }
}


/* se-cont6 */
.section6 {
    padding: 0.8rem 0 0.7rem;
    background: url(../images/in-img3.png) no-repeat center;
    background-size: cover;
    text-align: center;
}

.section6 .se-cont6 .blocktitle {
    color: #fff;
    margin-bottom: 0.4rem;
}

.section6 .se-cont6 .btn_box {
    display: inline-flex;
    justify-content: center;
    gap: 20px;
}

.section6 .se-cont6 .btn_box .btn1,
.section6 .se-cont6 .btn_box .btn2 {
    padding: 10px 20px;
    font-family: var(--font-medium);
    font-size: var(--font-size-p);
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.section6 .se-cont6 .btn_box .btn1 {
    background-color: var(--color2);
    border: 1px solid var(--color2);
    color: #fff;
}

.section6 .se-cont6 .btn_box .btn2 {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.section6 .se-cont6 .btn_box .btn2:hover {
    background-color: var(--color2);
    border: 1px solid var(--color2);
    color: #fff;
}

@media (max-width: 768px) {

    .section6 .se-cont6 .btn_box {
        flex-direction: column;
        gap: 0;
    }

    .section6 .se-cont6 .btn_box .btn1 {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* se-cont7 */
.se-cont7 {
    padding: 0rem 0 0.87rem;
    background-color: #ffffff;
}

.se-cont7 .blocktitle {
    margin-bottom: 0.44rem;
}

.se-cont7 .newslist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.se-cont7 .newslist .news {
    border-radius: 0.1rem 0.1rem 0 0;
    overflow: hidden;
    transition: all 0.5s;
}

.se-cont7 .newslist .news:hover {
}

.se-cont7 .newslist .news .toppic {
    position: relative;
    overflow: hidden;
}

.se-cont7 .newslist .news .toppic img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.se-cont7 .newslist .news .hov-arr {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: #fff;
    border-radius: 6px 0 0 0;
}

.se-cont7 .newslist .news .hov-arr img {
    width: 18px;
    max-width: 100%;
    transform: rotate(-45deg);
}

.se-cont7 .newslist .news:hover .hov-arr {
    opacity: 1;
}

.se-cont7 .newslist .news .news-cont {
    padding-top: 0.44rem;
}

.se-cont7 .newslist .news .news-cont .news-tit {
    font-family: var(--font-medium);
    font-size: var(--font-size-24);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333333;
    line-height: 1.6;
}

.se-cont7 .newslist .news:hover {
    transform: translateY(-15px);
}

.se-cont7 .newslist .news .news-cont .summary {
    font-family: var(--font-regulary);
    font-size: var(--font-size-p);
    color: #777;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.se-cont7 .newslist .news .news-cont .date-box {
    display: flex;
    align-items: center;
}

.se-cont7 .newslist .news .news-cont .date-box img {
    margin: 0;
}

.se-cont7 .newslist .news .news-cont .date-box .data {
    font-family: var(--font-regulary);
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .se-cont7 .newslist .news {
    }
}

@media (max-width: 768px) {
    .se-cont7 .newslist {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .se-cont7 .newslist .news {
        width: 100%;
    }
}


/* 鍏充簬鎴戜滑 */
.homebox {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: fit-content;
    justify-content: space-evenly;
    border-radius: 50px;
    background: #467af6;
    color: #fff;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.homebox .pad {

    margin: 0 10px;
}

.headfixed.bg {
    background-color: #fff;
}

.ab-banner {
    background: var(--primary-color);
    min-height: 9rem;
    height: auto;
    padding: 2rem 0 0.6rem;
    position: relative;

}

.ab-banner .about {
}

.ab-banner .about .blocktitle {
    color: #fff;
    text-align: left;
    margin-top: 20px;
}

.ab-banner .about .block-summary {
    color: #fff;
    text-align: left;
    font-size: var(--font-size-p);
    line-height: 1.8;
    max-width: 600px;
    margin-top: 20px;
}

.ab-banner .pos1 {
    position: absolute;
    width: 7.35rem;
    right: 5%;
    top: 0;
    z-index: 3;
    max-height: 120%;
}

.ab-banner .pos2 {
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.ab-banner .pos2 span {
    font-size: 5.2rem;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px white;
    /* 璁剧疆鏂囧瓧鎻忚竟 */
    opacity: 0.1;
    line-height: 0.8;
    font-family: var(--font-bold);
}


@media screen and (max-width: 1399px) {
    .ab-banner {
        height: auto;
    }

}

@media screen and (max-width: 1220px) {
    .ab-banner .pos1 {
        display: none;
    }

    .ab-banner .about .block-summary {
        max-width: unset;
    }


}
@media screen and (max-width: 768px) {
.contact-us .contactxi{
    padding-top: 40px;
}
}

@media screen and (max-width: 1000px) {
    .about1 .pos4 {
        display: none;
    }

    .ab-banner {
        padding: 160px 0 100px;
    }
}

/* about1 */
.about1 {
    position: relative;
    background-color: #1751dc;
}

.ab-layout1 {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 3;

}

.ab-layout1.other {
    background-color: #fff;
    padding-top: 1rem;

}

.about1 .ab-layout1.other .pos3 {
    box-shadow: none;
}

.about1 .pos3 {
    width: 9rem;
    border-radius: 0 0.3rem 0.3rem 0;
    box-shadow: 0 350px 0 10px #fff;
}

.about1 .ab-layout1.other .pos3 {
    border-radius: 0.3rem 0 0 0.3rem;
}

.about1 .pos4 {
    position: absolute;
    width: 86.5%;
    height: calc(100% - 1rem);
    top: 1rem;
    right: 0;
    background: #fff;
    z-index: 2;
}

.ab-layout1.other .ab-box1 {
    margin-top: 0;
    padding: 0.8rem 1rem 0 12%;

}

@media (max-width: 1399px) {
    .ab-layout1.other .ab-box1 {
        margin-top: 0;
        padding: 0 5%;

    }
}

@media screen and (max-width: 1000px) {
    .ab-layout1.other .ab-box1 {
        margin-top: 0;
        padding: 0 5%;

    }
}

.ab-layout1 .ab-box1 {
    margin-top: 1.6rem;
    padding: 0.8rem 2rem 0 1.1rem;
    background-color: #fff;
    align-self: stretch;
}

@media (max-width: 1000px) {
    .ab-layout1.other .pos3 {
        order: -1;
    }

}

.about1 .ab-box1 .tit {
    margin-bottom: 0.4rem;
    text-align: left;
    position: relative;
}

.about1 .ab-box1 .tit::after {
    position: absolute;
    content: "";
    width: 0.45rem;
    height: 5px;
    background-color: #1751dc;
    border-radius: 1px;
    left: 0rem;
    top: -0.3rem;
}

.about1 .ab-box1 .txt {
    line-height: 1.8;
    font-size: var(--font-size-p);
    color: #666;
}

.about1 .ab-box1 p:not(:last-child) {
    margin-bottom: 0.3rem;
}

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

    .about1 {
        background-color: #fff;
    }

    .about1 .pos3 {
        /* width: 30%; */
        align-self: center;
    }

    .ab-layout1 .ab-box1 {
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .ab-layout1 {
        flex-direction: column;
        padding: 1rem 0;
        background-color: #fff;
    }

    .about1 .pos3 {
        width: 90%;
        border-radius: 0.2rem;
        margin: 0 5% 30px;

    }

    .ab-layout1 .ab-box1 {
        padding: 0 5%;
    }
}


/* about2 */
.about2 {
    background: url(../images/ab-bg2.jpg) no-repeat;
    background-size: cover;
    padding: 1rem 0 1.5rem;
}

.ab-layout2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ab-layout2 .box1 .group {
    margin-top: 0.3rem;
}

.ab-layout2 .box1 {
    margin-top: 1.5rem;
}

.ab-layout2 .box1 .blocktitle {
}

.ab-layout2 .box1 .group .h3 {
    font-size: var(--font-size-24);
    color: #222222;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.ab-layout2 .box1 .group .txt {
    font-size: var(--font-size-p);
    color: #666;
    line-height: 1.8;
}

.ab-layout2 .box2 {
    width: 50%;
}

.ab-layout2 .box2 .ab-list1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}

.ab-layout2 .box2 .ab-list1 .item {
    display: flex;
    align-items: center;

}

.ab-layout2 .box2 .ab-list1 .half {
    position: relative;
    margin-right: 150px;
}

.ab-layout2 .box2 .ab-list1 .item .box-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 4;
}

.ab-layout2 .box2 .ab-list1 .item .le::after {
    content: '';
    width: 120px;
    height: 220px;
    position: absolute;
    top: -50px;
    right: 50%;
    border-radius: 120px 0 0 120px;
    background: #fff;
    z-index: 0;
}

.ab-layout2 .box2 .ab-list1 .item .ri::after {
    content: '';
    width: 120px;
    height: 220px;
    position: absolute;
    top: -50px;
    left: 50%;
    border-radius: 0 120px 120px 0;
    background: #fff;
    z-index: 0;
}

.ab-layout2 .box2 .h3 {
    font-size: var(--font-size-24);
    color: #222;
    font-weight: bold;
}

.ab-layout2 .box2 .txt {
    font-size: var(--font-size-p);
    color: #666;
    line-height: 1.8;
}

@media screen and (max-width: 1000px) {
    .ab-layout2 {
        flex-direction: column;
    }

    .about2 {
        padding: 1rem 0;
    }

    .ab-layout2 .box1 {
        margin-top: 0;
    }

    .ab-layout2 .box2 .ab-list1 .item {
        flex-direction: column;
    }

    .ab-layout2 .box2 .ab-list1 .item .half::after {
        display: none;
    }

    .ab-layout2 .box2 .ab-list1 .half {
        margin: 0 0 20px;
    }

    .ab-layout2 .box2 .ab-list1 {
        width: 100%;
    }

    .ab-layout2 .box2 {
        width: 100%;
        margin-top: 0.8rem;
    }

    .ab-layout2 .box2 .ab-list1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .ab-layout2 .box2 .ab-list1 .item .box-bg {
        width: 80px;
        height: 80px;
    }

    .ab-layout2 .box2 .ab-list1 .item .box-bg img {
        width: 50%;
    }

    .ab-layout2 .box2 .h3 {
        text-align: center;
    }

    .ab-layout2 .box1 .group .h3 {
        text-align: center;
    }

    .ab-layout2 .box1 .group .txt {
        text-align: center;
    }
}


/* about3 */
.about3 {
    padding: 1.1rem 0 1.3rem;
}

.ab-layout3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}

.about3 .honer {
    width: 350px;
    height: 70vh;
    min-height: 400px;
    border-radius: 0 400px 400px 0;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 0.9rem;

}

.about3 .honer .imglist {
    display: none;

}

.about3 .pic-item {
    position: absolute;
    width: 170px;
    height: 110px;
}

.about3 .pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about3 .pic-item.center {
    transform: translate(50%, -50%);

}

.about3 .honer .cricle {
    width: 80%;
    height: 80%;
    background-color: #fff;
    border-radius: 0 4rem 4rem 0;
}

.about3 .pos1,
.about3 .pos2,
.about3 .pos3 {
    position: absolute;
}

.about3 .pos1 {
    left: 0;
    top: 0;
}

.about3 .pos3 {
    left: 0;
    bottom: 0;
}

.about3 .pos2 {
    right: 40px;
    top: 50%;
    box-shadow: 0px 7px 42px 1px rgba(213, 213, 213, 0.39);
    transform: translate(50%, -50%);
    width: 3.75rem;
    height: auto;
}

.ab-layout3 .right {
    flex: 1;
    margin-left: 3.5rem;
}

.ab-layout3 .right .blocktitle {
    text-align: left;
}

.ab-layout3 .right .list-layout {
    overflow: hidden;
    height: 400px;
    margin-top: 50px;
    position: relative;
}

.ab-layout3 .right .list {
    position: absolute;
    transition: 0.6s;
    width: 100%;
}

.ab-layout3 .right .list .li {
    margin-bottom: 15px;
    font-size: var(--font-size-18);
    color: #666;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    transition: all 0.5s;
    margin-bottom: 20px;
    cursor: pointer;
}

.ab-layout3 .right .list .li.hui {
    background-image: linear-gradient(to right, #f5f5f5, rgb(255, 255, 255, 0));
}

.ab-layout3 .right .list .li.on {
    background-image: linear-gradient(to right, #1751dc, rgb(255, 255, 255, 0));
    color: #fff;
    font-size: var(--font-size-22);
}

@media screen and (max-width: 1000px) {
    .ab-layout3 {
        flex-direction: column;
        align-items: center;
    }

    .about3 .honer {
        order: 1;
    }

    .about3 .honer {
        width: 72vw;
        margin-left: 0;
        height: 36vw;
        border-radius: 70vw 70vw 0 0;
        display: flex;
        align-items: self-end;
        justify-content: space-between;
        margin-top: 100px;
    }

    .ab-layout3 .right {
        width: 100%;
        margin-left: 0;
    }

    .about3 .honer .cricle {
        height: 30vw;
        width: 60vw;
        border-radius: 70vw 70vw 0 0;
        margin: 0 auto;
    }

    .about3 .pos3 {
        right: 0;
        left: unset;
        top: unset;
        bottom: 0;
        transform: translateX(22%);
    }

    .about3 .pos1 {
        left: 0;
        top: unset;
        bottom: 0;
        transform: translateX(-22%);
    }

    .about3 .pos2 {
        left: 12%;
        right: unset;
        top: 10%;
        transform: translateX(-50%);
    }

    .about3 .pic-item {
        width: 33%;
        height: auto;
    }

    .about3 .pic-item img {
        width: 100%;
        height: auto;
    }

    .about3 .pic-item.center {
        transform: translate(50%, -50%);
        width: 50%;
        left: 0;
    }

    /* .about3 .pic-item.center {
    transform: scale(1.8) translate(50%, -50%);
  } */
}
.mobile-part3{
    display: none;
    padding: 1rem 0;
}
.mobile-part3-title{
    text-align: center;
    font-size: max(0.48rem,min(28px));
}
.part3-text{
    text-align: center;
}
.part3-img{
    display: flex;
    align-items: center;
    justify-content: center;

}
@media (max-width:768px) {
    .about3{
        display: none;
    }
    .mobile-part3{
        display: block;
    }
}


.about4 {
    overflow: hidden;
    /* overflow-x: auto; */
    width: 100%;
    height: 100vh;
    background-color: var(--primary-color);
    background-size: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.about4 .hidebox {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.about4 .svg-bg {
    position: absolute;
    bottom: calc(230px + (var(--number) * 310px));
    left: 0;
    width: 120%;
    z-index: 8;
    max-width: 100.5%;
    box-sizing: border-box;
}

.about4 .outbox {
    width: auto;
    display: flex;
    align-items: flex-end;
    height: calc(var(--number) * (760px));
    position: relative;
}

.about4 .bac-box {
    width: auto;
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.about4 .outbox .his-bg {
    height: calc((var(--number) + 1) * 760px);
    width: 390px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.about4 .outbox .his-item {
    width: 390px;
    height: 340px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 40px 0 60px;
    position: relative;
    z-index: 9;
}

.about4 .outbox .his-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    min-height: 1520px;
    height: calc((var(--number) * 760px) + 1520px);
    bottom: 0;
    left: 0;
    background-color: #3d75fc;
    opacity: 0;
    z-index: 1;
}

.about4 .outbox .his-bg.on::before,
.about4 .outbox .his-bg:hover::before {
    opacity: 0.6;
}

.about4 .outbox .his-bg.on .his-item,
.about4 .outbox .his-bg:hover .his-item {
    opacity: 1;
}

.about4 .outbox .his-item .year {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    z-index: 9;
    position: relative;
    opacity: 0.5;
    transition: all 0.5s;
}

.about4 .outbox .his-item .top {
    padding-left: 37px;
    height: 200px;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    transition: all 0.5s;
}

.his-bg:hover .his-item .top {
    opacity: 1;
}

.his-bg:hover .his-item .year {
    opacity: 1;
}


.about4 .outbox .his-item .top::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #fff;
    bottom: -25px;
    left: 15px;
    opacity: 0.5;
}

.about4 .outbox .his-item .top::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    background: #fff;
    top: 5px;
    left: 15px;
    opacity: 0;
    transition: all 0.5s;
}

.about4 .outbox .his-bg:hover .top::before {
    opacity: 1;
}

.about4 .outbox .his-item .top p {
    font-size: 18px;
    color: #fff;
}

.about4 .outbox .item1 {
    margin-bottom: calc((var(--number) * 310px) + 140px);
}

.about4 .outbox .item2 {
    margin-bottom: calc((var(--number) * 310px) + 160px);
}

.about4 .outbox .item3 {
    margin-bottom: calc((var(--number) * 310px) + 210px);
}

.about4 .outbox .item4 {
    margin-bottom: calc((var(--number) * 310px) + 275px);
}

.about4 .outbox .item5 {
    margin-bottom: calc((var(--number) * 310px) + 354px);
}

.about4 .outbox .his-item .line {
    position: absolute;
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 60px;
    transition: all 0.5s;
    z-index: 10;
}

.about4 .outbox .his-item .line::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
}

.about4 .outbox .item1 .line {
    top: 66%;
}

.about4 .outbox .item2 .line {
    top: 61%;
}

.about4 .outbox .item3 .line {
    top: 65%;
}

.about4 .outbox .item4 .line {
    top: 61%;
}

.about4 .outbox .item5 .line {
    top: 61%;
}

/* 鏂伴椈鍔ㄦ€ */
.new-banner {
    height: 420px;
    position: relative;
}

.new-banner .ban {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mshow {
    display: none;
}

.mar-t {
    margin-top: 80px;
}

.nba-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
    .mshow {
        display: block;
    }

    .pcshow {
        display: none;
    }

    .about4 {
        height: auto;
        padding: 50px 0;
        overflow-x: auto;
    }

    .about4 .outbox .his-item .line {
        bottom: 90px;
    }

    .about4 .outbox .his-item .year,
    .about4 .outbox .his-item .top {
        opacity: 1;
    }

    .outbox::after {
        content: '';
        width: 100%;
        position: absolute;
        height: 1px;
        background: #fff;
        opacity: 0.5;
        bottom: 103px;
    }

    .about4 .outbox .his-bg::before {
        display: none;
    }

    .about4 .outbox .his-item .top::before {
        opacity: 1;
    }
}


.nba-box .blocktitle {
    color: #fff;
    text-align: left;
    line-height: 1;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    font-family: var(--font-regulary);
}

.nba-box .block-summary {
    color: #fff;
    font-size: var(--font-size-p);
}

/* news1 */

.news1 {
    margin: 0.7rem 0 0.6rem;
}

.new-tab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-tab .item {
    width: 138px;
    height: 45px;
    background-color: #f5f5f5;
    border-radius: 23px;
    border: 2px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: var(--font-size-18);
    margin-right: 16px;
    transition: all 0.5s;
}

.new-tab .item.on,
.new-tab .item:hover {
    background-color: #fff;
    border: 2px solid var(--color2);
    color: var(--color2);
}


.new-layout1 {
    width: 100%;
    background-color: #ffffff;
    /* box-shadow: 0px 9px 42px 1px rgba(76, 95, 109, 0.08); */
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem;
    margin-top: 0.5rem;
    margin-bottom: 1.3rem;
    border: solid 1px #f3f3f3;
}

.new-layout1 .left {
    width: 45%;
    align-self: center;
    border-radius: 0.1rem;
    overflow: hidden;
}

.new-layout1 .right {
    flex: 1;
    padding: 0 0.7rem;
}

.new-layout1 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-layout1 .tag {
    background-color: #dee9fc;
    border-radius: 4px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: var(--font-size-p);
    color: #0277ff;
    width: fit-content;
}

.new-layout1 .tit {
    font-size: 0.36rem;
    color: #333;
    font-family: var(--font-medium);
    margin: 0.23rem 0 0.25rem;
    transition: all 0.5s;
}

.new-layout1:hover .tit {
    /* color:var(--color2) */
}

.new-layout1 .txt {
    font-size: var(--font-size-p);
    color: #777;
    line-height: 1.5;
    margin-bottom: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-layout1 .time {
    font-size: 14px;
    color: #adb2b9;
    display: flex;
    align-items: center;
    width: fit-content;
    line-height: 1;
}

.new-layout1 .time > img {
    margin-right: 5px;
}

.new-layout1 .more {
    font-size: var(--font-size-p);
    color: #222;
    display: flex;
    align-items: center;
    width: fit-content;
    line-height: 1;
    transition: all 0.5s;
}

.new-layout1 .more img {
    margin-left: 8px;
    filter: saturate(0) brightness(50%);
    -webkit-filter: saturate(0) brightness(50%);
}

.new-layout1:hover .more {
    color: var(--color2);
}

.new-layout1:hover .more img {

    filter: saturate(100%) brightness(100%);
    -webkit-filter: saturate(100%) brightness(100%);
}


@media screen and (max-width: 1000px) {
    .new-layout1 {
        flex-direction: column;
        padding: 0;
        box-shadow: 0 0 20px rgb(0, 0, 0, 0.15);
    }

    .new-layout1 .left {
        width: 100%;
    }

    .new-layout1 .right {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        padding: 30px 20px;
    }
}

.news3 {
    margin: 0 0 1rem;
}

.news3 .news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.news3 .news-list .n-li {
    border-radius: 0.1rem;
    overflow: hidden;
    transition: all 0.5s;
}


.news3 .news-list .n-li .toppic {
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.news3 .news-list .n-li .infobox {
    padding: 0.4rem 0;
}

.news3 .news-list .n-li .toppic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.news3 .news-list .n-li:hover .toppic img {
    /* transform: scale(1.1); */
}

.news3 .news-list .n-li .tit {
    font-size: var(--font-size-24);
    color: #333;
    font-family: var(--font-medium);
    transition: all 0.5S;
    /* min-height: 75px; */
    -webkit-line-clamp: 1;
}

.news3 .news-list .n-li:hover {
    transform: translateY(-15px);
}

.news3 .news-list .n-li .txt {
    font-size: var(--font-size-p);
    color: #777;
    line-height: 1.8;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}

.news3 .news-list .n-li .time {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: flex-start;
    width: fit-content;
}

.news3 .news-list .n-li .time img {
    margin-right: 5px;
}

.load-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-box .btn {
    color: #fff;
    font-size: var(--font-size-p);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: var(--color2);
    border: 1px solid var(--color2);
}

.load-box .btn img {
    margin: 0 0 0 12px;
}

@media screen and (max-width: 1000px) {
    .news3 .news-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .news3 .news-list .n-li .toppic {
        height: auto;
    }

    .load-box .btn {
        min-width: 0;
    }

    .new-layout1 .more img {
        max-width: 14px;
    }
}

@media screen and (max-width: 750px) {
    .news3 .news-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }


}

/* 妗堜緥鍒楄〃 */
.maxw {
    max-width: 824px;
}

/* 甯歌闂 */
.problem {
    background: #f7f9fa;
    padding: 0.9rem 0 1.3rem;
}

.faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 0.4rem;
}

.faq-list .item {
    background: #fff;
    padding: 0.5rem 0.3rem;
}

.faq-list .item .cricle1,
.cricle2 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 20px;
}

.cricle1 {
    background-color: var(--color2);
}

.cricle2 {
    background-color: #abaeb7;
}

.faq-list .item .top {
    display: flex;
}

.faq-list .item .top .tit {
    flex: 1;
    color: #222222;
    font-size: var(--font-size-20);
    font-family: var(--font-medium);

}

.faq-list .item .pos {
    height: 90px;
    position: relative;
    margin: 0.4rem 0 0.6rem;
    overflow: hidden;
}

.faq-list .item .pos .ibox {
    width: 100%;
    display: flex;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
    background: #fff;
}

.faq-list .item.on .pos {
    height: auto;
}

.faq-list .item .pos .txt {
    flex: 1;
    font-size: var(--font-size-p);
    color: #666;
    line-height: 1.8;
}

.faq-list .more {
    display: flex;
    align-items: center;
    line-height: 1;
    width: fit-content;
    margin-left: 50px;
    color: #222;
}

.faq-list .more img {
    margin-left: 5px;
    max-width: var(--font-size-p);
}

@media screen and (max-width: 1000px) {
    .faq-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .faq-list .item {
        padding: 30px 20px;
    }
}


.download1 {
    padding: 0.9rem 0 1.3rem;
    background: #f7f9fa;
}

.down-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    margin-bottom: 0.4rem;
}

.down-list .item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
}

.down-list .item .le-icon {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff5f9;
}

.down-list .item .right {
    padding: 0.6rem 0.48rem;
    flex: 1;

}

.down-list .item .right .h3 {
    font-weight: bold;
    font-size: var(--font-size-22);
    color: #333;
    margin-bottom: 0.4rem;
}

.down-list .item .right .box {
    display: flex;
    align-items: center;
}

.down-list .item .box .lay {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    color: #888888;
    font-size: var(--font-size-18);
}

.down-list .item .box .lay:not(:last-child) {
    margin-right: 0.7rem;
}

.down-list .item .box .lay span {
    margin: 0 10px;
    line-height: 1;
}

.down-list .item .box .lay:hover {
    color: var(--primary-color);
}

@media screen and (max-width: 1000px) {
    .down-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .down-list .item .right .box {
        display: block;
    }

    .down-list .item .box .lay {
        width: fit-content;
    }

    .down-list .item .box .lay:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


.contact-banner {
    position: relative;
    padding: 0.8rem 0 1.3rem;
    height: auto;
    background: var(--primary-color) url(../images/co-bg.png) no-repeat right 60% top;
    background-size: contain;
}

.contact-banner .blocktitle {
    text-align: left;
    color: #fff;
    margin-top: 0.4rem;
    width: 45%;
    font-size: 0.4rem;
}

.contact-banner .co-bannerimg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
}

.contact-banner .lianxi-list {
    width: 45%;
}

.contact-banner .lianxi-list .item {
    display: flex;
    align-items: center;
    margin-top: 0.45rem;

}

.lianxi-list .item .left {
    width: 42px;
    margin-right: 23px;

}

.lianxi-list .item .right {
    flex: 1;
    color: #fff;
}

.lianxi-list .item .right .smalltxt {
    font-size: var(--font-size-p);
    opacity: 0.5;
}

.lianxi-list .item .right .bigtxt {
    font-size: var(--font-size-18);
}

@media screen and (max-width: 750px) {
    .contact-banner .co-bannerimg {
        width: 100%;
        height: auto;
        position: static;
        object-fit: cover;
    }

    .contact-banner {
        padding: 50px 0 0;
    }

    .contact-banner .blocktitle {
        width: 100%;
    }

    .contact-banner .lianxi-list {
        width: 100%;
        margin-bottom: 50px;
    }
}


.contact-us {
    width: 100%;
    overflow: hidden;
}

.contact1 {
    padding: 1.09rem 0;
}

.contact1 .cont {
    position: relative;
    margin-top: -40px;
    background-color: #f5f7fd;
    padding: 0.7rem 0 0.7rem 0.7rem;
    z-index: 2;
}

.contact1 .cont::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f5f7fd;
    top: 0;
    right: -50%;
    z-index: -1;

}

.contact1 .cont .co-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0.5rem 0 0.56rem;
}

.contact1 .cont .co-tit {
    font-family: var(--font-medium);
    font-size: 0.4rem;
    color: #222222;
}

.contact1 .cont .co-list .li {
    background: #fff;
    border-bottom: 2px solid var(--primary-color);
    padding: 0.47rem 0.42rem;
}

.contact1 .cont .co-list .li .address {
    font-size: var(--font-size-26);
    color: #333;
    line-height: 1;
}

.contact1 .cont .co-list .li .name {
    font-size: var(--font-size-p);
    color: #666666;
    margin: 0.4rem 0 0.25rem;
}

.contact1 .lx {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 17px;
    font-size: var(--font-size-p);
    color: #333;
}

.contact1 .lx img {
    margin: 0 10px 0 0;
}

.contact1 .mar-box-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact1 .mar-box {
    margin-top: 0.3rem;
}

@media (max-width: 768px) {
    .contact1 .mar-box-layout {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 1000px) {
    .contact1 .cont .co-list {
        grid-template-columns: repeat(2, 1fr);

    }

    .mar-t {
        margin-top: 70px;
    }
}

@media screen and (max-width: 750px) {
    .contact1 .cont .co-list {
        grid-template-columns: repeat(1, 1fr);

    }

    .contact1 .cont::after {
        display: none;
    }

    .contact1 .cont {
        padding: 30px 20px 40px;
    }
}


/* 鏂伴椈璇︽儏 */
.fixed-menu {
    width: 340px;
    padding-left: 20px;
}

.fixed-menu.on {
    position: fixed;
    top: 140px;
    right: calc((100% - 1276px) / 2);
}

@media (max-width: 1599px) {
    .fixed-menu.on {
        right: 7.5%;
    }
}

@media (max-width: 1399px) {
    .fixed-menu.on {
        right: 5%;
    }
}

.new-layout2 .body-list {
    width: calc(100% - 340px);
    padding-right: 0.8rem;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.fixed-menu .toptit {
    font-size: var(--font-size-18);
    color: #363646;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.24rem;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.tag-list .item {
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: solid 1px #6f6f78;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 32px;
    padding: 0 10px;
}

.tui-list .li {
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #ececec;
    display: block;
    padding-bottom: 0.25rem;
}

.tui-list .li .time {
    font-size: 14px;
    color: #adb2b9;
}

.tui-list .li .tit {
    font-size: var(--font-size-p);
    color: #363646;
}

.tui-list .li:hover .tit {
    color: #1ba854;
}

@media (max-width: 1000px) {
    .new-layout2 {
        display: block;
    }

    .fixed-menu.on {
        position: static;
    }

    .fixed-menu,
    .new-layout2 .body-list {
        width: 100%;
        padding: 0;
    }

    .new-layout2 .body-list {
        border-right: none;
        margin-bottom: 50px;
    }
}

.news-body .w1400 {
    max-width: 1276px;
}

.partgap {
    padding: 1rem 0 1rem;
}

.new-layout3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.news-body .body-list p {
    font-size: var(--font-size-p);
    color: #777777;
    line-height: 2;
}

.news-body .body-list span {
    text-wrap: unset !important;
}

.news-body .body-list img {
    margin: 0;
    width: auto;
    max-width: 100%;
}

.fixed-menu.detail {
    width: 402px;
    padding-left: 0;
    position: sticky;
    top: 140px;
}

.new-layout3 .body-list {
    width: calc(100% - 402px);
    padding-right: 0.9rem;
}

@media (max-width: 1400px) {
    .fixed-menu.detail {
        width: 280px;
    }

    .new-layout3 .body-list {
        width: calc(100% - 280px);
    }
}

@media (max-width: 1000px) {
    .new-layout3 {
        display: block;
    }

    .new-layout3 .body-list {
        width: 100%;
        padding-right: 0;
    }

    .fixed-menu.detail {
        max-width: 100%;
        width: auto;
        margin-top: 0.5rem;
    }
}

.page-back .back {
    width: 140px;
    height: 48px;
    background-color: var(--primary-color);
    border-radius: 24px;
    color: #fff;
    font-size: var(--font-size-p);
    display: flex;
    align-items: center;
    justify-content: center;
}

.app {
    display: block;
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 0.1rem;
    margin-bottom: 0.3rem;
}

.app .histor-new {
    font-size: var(--font-size-18);
    color: #363646;
    margin: 8px 0 20px;
}

.app .date {
    font-size: 14px;
    color: #adb2b9;
}

.app .share-list {
    display: flex;
    align-items: center;
}

.app .share-list .share-li {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

@media (max-width: 1000px) {
    .app {
        padding: 20px;
    }
}

.gr-txt {
    color: #1ba854;
    font-family: var(--font-bold);
}

.deban-box {
    max-width: 1276px;
}

.de-banner {
    background-color: var(--primary-color);
    height: auto;
    padding: 67px 0;
}

.de-banner .blocktitle {
    max-width: 560px;
    text-align: left;
    color: #fff;
    margin: 30px 0 35px;
    font-size: 0.42rem;
}

.de-banner .de-time {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    font-size: var(--font-size-p);
}

.de-banner .de-time img {
    margin: 0 7px 0 0;
}

.de-banner .de-img {
    position: absolute;
    width: 402px;;
    right: calc((100% - 1276px) / 2);
    bottom: -30px;
}

@media screen and (max-width: 1599px) {
    .de-banner .de-img {
        right: 7.5%;
    }
}

@media (max-width: 1400px) {
    .de-banner .de-img {
        width: 280px;
        right: 5%;
    }
}

@media (max-width: 1000px) {
    .de-banner .de-img {
        width: auto;
        position: relative;
        left: 0;
    }
}

.sulotion1 {
    padding: 1rem 0;
}

.su-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
}

.su-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.su-list .item .pic-box {
    width: 48vw;

}

.su-list .item2 .pic-box {
    border-radius: 0 0.2rem 0.2rem 0;
    overflow: hidden;
}

.su-list .item1 .pic-box {
    border-radius: 0.2rem 0 0 0.2rem;
    overflow: hidden;
}

.su-list .item .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.su-list .item .txtbox {
    flex: 1;
    box-sizing: border-box;
}

.su-list .item1 {
    padding-left: calc((100% - 1400px) / 2);
}

.su-list .item2 {
    padding-right: calc((100% - 1400px) / 2);
}

.su-list .item1 .txtbox {
    padding-right: 1.15rem;
}

.su-list .item2 .txtbox {
    padding-left: 1.15rem;
}


.su-list .txtbox .blocktitle {
    text-align: left;
    font-family: var(--font-regulary);
}

.su-list .txtbox .txt {
    margin: 0.35rem 0 0.8rem;
    line-height: 1.8;
    font-size: var(--font-size-18);
    color: #666;
}

.su-list .txtbox .moretxt {
    color: #222;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 1599px) {
    .su-list .item1 {
        padding-left: 7.5%;
    }

    .su-list .item2 {
        padding-right: 7.5%;
    }

    .su-list .item1 .txtbox {
        padding-right: 7.5vw;
    }

    .su-list .item2 .txtbox {
        padding-left: 7.5vw;
    }
}

@media screen and (max-width: 1399px) {
    .su-list .item1 {
        padding-left: 5%;
    }

    .su-list .item2 {
        padding-right: 5%;
    }

    .su-list .item1 .txtbox {
        padding-right: 5%;
    }

    .su-list .item2 .txtbox {
        padding-left: 5%;
    }
}

@media screen and (max-width: 1000px) {
    .su-list .item {
        flex-direction: column;
    }

    .su-list .item .pic-box {
        order: -1;
        width: 100%;
    }

    .su-list .item1,
    .su-list .item2 {
        padding: 0;
    }

    .su-list .item .txtbox {
        padding: 50px 5% 10px;
    }

    .su-list .txtbox .txt {
        margin: 20px 0 40px;
    }
}

/* 妗堜緥璇︽儏 */
.sud1 {
    padding: 1rem 0;
}

.sud1 .c-tit {
    margin-bottom: 0.4rem;

}

.sud1 .summary {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    font-size: var(--font-size-18);
    line-height: 1.8;
    color: #666666;
    text-align: center;
}

.sud1 .ic-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1rem;
}

.sud1 .ic-list .item .cricle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    transition: all 0.5s;
}

.sud1 .ic-list .item:hover .cricle img {

    -webkit-filter: brightness(0) invert(1);

    filter: brightness(0) invert(1);
}

.sud1 .ic-list .item:hover .cricle {
    border: 2px solid var(--color2);
    background-color: var(--color2);
}

.sud1 .ic-list .item .txt {
    text-align: center;
    font-size: var(--font-size-20);
    color: #666666;
    margin-top: 0.25rem;
}

@media screen and (max-width: 1000px) {
    .sud1 .ic-list .item .cricle {
        width: 60px;
        height: 60px;
    }

    .sud1 .ic-list .item img {
        max-width: 70%;
    }

    .sud1 .ic-list {
        margin-top: 40px;
    }

}

.sud2 {
    background: url('../images/sud-bg.jpg') no-repeat;
    background-size: cover;
    padding: 0.85rem 0 0.95rem;
}

.sud2 .c-tit {
    margin-bottom: 0.5rem;
}

.sud2 .c-tit .blocktitle {
    color: #fff;
}

.sud2 .pic-box {
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.sud2 .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sud2 .pic-box .pos-txt {
    padding: 20px;
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;;
    color: #fff;
    font-size: var(--font-size-18);
    text-align: center;
    width: 100%;
}

.sud2 .pic-box::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.8), rgb(255, 255, 255, 0));
    left: 0;
    bottom: 0;
    z-index: 1;
}

.sud2 .swiper-pagination {
    display: flex;
    position: static;
    justify-content: center;
    margin-top: 0.47rem;
}

.sud2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgb(255, 255, 255, 1);
    border: 1px solid transparent;

}

.sud2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.sud3 {
    padding: 0.85rem 0 0.5rem;
}

.sud3 .c-tit {
    margin-bottom: 0.5rem;
}

.sud3 .su-list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sud3 .su-list2 .item {
    display: block;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0px 7px 42px 1px rgba(213, 213, 213, 0.22);
    border-radius: 10px;
    overflow: hidden;
}

.sud3 .su-list2 .item .tit {
    font-size: var(--font-size-22);
    color: #222;
}

.sud3 .su-list2 .item .txt {
    font-size: var(--font-size-p);
    color: #666;
    margin: 15px 0;

}

.su-list2 .item .btn_box {
    display: flex;
    align-items: center;
}

.sud3 .su-list2 .item .pic-box {
    width: 100%;
    padding: 5%;
    background: #f5f7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 270px;
}

.su-list2 .item .info-box {
    flex: 1;
    margin-left: 0rem;
    padding: 0.3rem;
}

.sud3 .su-list2 .item .btn1 {
    padding: 0;
    background: unset;
    border: none;
    color: var(--color2);
}

@media screen and (max-width: 1500px) {
    .sud3 .su-list2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1100px) {
    .sud3 .su-list2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 800px) {
    .sud3 .su-list2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 750px) {
    .sud3 .su-list2 .item {
        padding: 0;
    }

    .sud3 .su-list2 .item .pic-box {
        margin: 0 auto;
        width: 100%;
    }

    .su-list2 .item .info-box {
        margin-left: 20px;
        margin-top: 0;
        display: -webkit-box;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .sud3 .su-list2 .item .btn_box {
        justify-content: center;
        display: none;
    }

    .sud3 .su-list2 .item .tit {
        text-align: center;
    }

    .sud3 .su-list2 .item .txt {
    }
}


.pad-le135 {
    padding-left: 13.5%;
}

@media screen and (max-width: 1599px) {
    .pad-le135 {
        padding-left: 7.5%;
    }
}

@media screen and (max-width: 1499px) {
    .pad-le135 {
        padding-left: 5%;
    }
}

.sud4 .c-tit {
    margin-bottom: 0.5rem;
}

.sud4 .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sud4 .swiper-button-next,
.sud4 .swiper-button-prev {
    background-image: unset;
    background: rgb(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 140px;
}

.sud4 .swiper-button-prev {
    left: 0;
    transform: translateX(-50%);
}

.sud4 .swiper-button-prev img {
    transform: rotate(-180deg);
}

.sud4 .fa {
    position: relative;
}

.sud4 .swiper-button-next {
    /*right: 15%;*/
    transform: translateX(60%);
}

.sud4 .swiper-button-next:hover,
.sud4 .swiper-button-prev:hover {
    background: var(--primary-color);
}

.sud4 .swiper-pagination {
    display: none;
}

.sud4 {
    padding: 0.7rem 0 1rem;
}

.sud4 .pic-box {
    height: 280px;
    width: 100%;
}

.sud4 .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sud4 .pos-txt {
    font-size: var(--font-size-p);
    color: #666;
    margin: 20px 0;
}

.sud4 .pos-tit {
    font-size: var(--font-size-24);
    color: #333;

}

.sud4 .time {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}

.sud4 .txtbox {
    padding: 0.4rem 0.8rem 0.4rem 0;
}

.sud4 .time img {
    margin-right: 8px;
}

@media screen and (max-width: 1000px) {
    .pad-le135 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .sud4 .swiper-button-next {
        right: 0;
        transform: translateX(50%);
    }

    .sud4 .swiper-pagination {
        display: block;
        position: static;
    }

    .sud4 .swiper-button-next,
    .sud4 .swiper-button-prev {
        display: none;
    }
}

/* 浜у搧鍒楄〃 */
.pro1 {
    padding: 1.2rem 0 0.8rem;
}

.choose-box {
    width: 190px;
    position: sticky;
    top: 120px;
}

.choose-box input[type="radio"] {
    display: none;
}

.choose-box .tab-item {
    border-bottom: 1px solid #f2f2f2;

}

.choose-box .item-tit {
    height: 50px;
    font-weight: var(--font-size-18);
    color: #222;
    line-height: 50px;
    width: 100%;
    padding-right: 20px;
    margin: 10px 0;
    background: url('../images/nav-icon2.png') no-repeat right center;
    cursor: pointer;
}

.choose-box .on .item-tit {
    color: var(--primary-color);
    background: url('../images/nav-icon3.png') no-repeat right center;
}

.choose-box .tab-item .radio-box {
    height: 0;
    overflow: hidden;
    transition: all 1s;
}

.choose-box .tab-item.on .radio-box {
    height: auto;
}

.choose-box .tab-item label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.choose-box .tab-item .check {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #a5a5a5;
    transition: all 0.5s;
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

.choose-box .tab-item input[type="checkbox"]:checked + label .check {
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
}

.choose-box .tab-item input[type="checkbox"]:checked + label .txt {
    color: var(--primary-color);
}

.overview {
    flex: 1;
    padding-left: 0.86rem;
    padding-bottom: 0.2rem;
}

.overview.product-detail-left {
    padding-left: 0;
    width: 100%;
}

.overview .su-list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.overview .su-list2 .item {
    display: block;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0px 7px 42px 1px rgba(213, 213, 213, 0.22);
    border-radius: 10px;
    overflow: hidden;
}

.overview .su-list2 .item .tit {
    font-size: var(--font-size-22);
    color: #222;
}

.overview .su-list2 .item .txt {
    font-size: var(--font-size-p);
    color: #666;
    margin: 15px 0 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.overview .su-list2 .item .btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overview .su-list2 .item .pic-box {
    width: 100%;
    padding: 5%;
    background: #f5f7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 270px;
}

.overview .su-list2 .item .pic-box img {
    max-height: 80%;
    width: auto;
}

.overview .su-list2 .item .info-box {
    flex: 1;
    padding: 0.3rem;
    margin-left: 0;
}

.overview .su-list2 .item .btn1 {
    padding: 0;
    background: unset;
    border: none;
    color: var(--color2);
}

.overview .su-list2 .item .btn1::after {
    display: none;
}


.pro1 .fl-box {
    display: flex;

}

.pro1 .total {
    font-size: var(--font-size-p);
    color: #666;
    margin: 25px 0;
}

.su-list2 .item a {
    display: block;
}

@media screen and (max-width: 980px) {
    .overview .su-list2 {
        grid-template-columns: repeat(2, 1fr);
    }
 
}
@media screen and (max-width: 1240px) {
   
    .overview .su-list2 .item .btn_box{
        flex-wrap: wrap;
    }
    .overview .su-list2 .item .btn1{
        padding-bottom: 10px;
        border-radius: 0;
    }
}

@media screen and (max-width: 900px) {
    .overview .su-list2 {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media screen and (max-width: 750px) {
    .su-list2 .item {
        padding: 30px 20px;
        box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
    }

    .su-list2 .item .pic-box {
        margin: 0 auto;
        width: 30%;
        margin-right: 20px;
    }

    .su-list2 .item .info-box {
        margin-left: 20px;
    }

    .overview .su-list2 .item .btn_box {
        justify-content: center;
    }

    .su-list2 .item .tit {
        text-align: center;
    }

    .overview .su-list2 .item .txt {
        text-align: left;
    }

    .overview .su-list2 .item .btn_box {
        display: none;
    }
}

.pro1.de {
    padding: 0 0;
}

.po-detail {
    padding: 35px 0 0;
}

.po-detail .homebox {
    color: #fff;
    background: #467af6;
}

.homebox a,
.homebox span {
    font-size: 14px;
    color: #fff;
}

.overview .btn_box {
    display: flex;
    align-items: center;
}

.overview .tip {
    font-size: var(--font-size-p);
    color: #666666;
}

.pro-tit .blocktitle {
    text-align: left;
    margin-bottom: 0.6rem;
}

.overview .shadow-box {
    background-color: #ffffff;
    box-shadow: 0px 7px 42px 1px rgba(213, 213, 213, 0.22);
    padding: 0.7rem 0.8rem 0.5rem;
}

.overview.product-detail-left .shadow-box {
    padding: 0.7rem 0rem 0.5rem;
    box-shadow: unset;
}


.overview .cont {
    display: flex;
    align-items: stretch;
}

.overview .cont .pic-box {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
}

.overview .cont .pic-box .top {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #eee;
}

.overview .cont .pic-box .img-list {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.overview .cont .pic-box .img-list .fl {
    width: auto;
    display: flex;
    align-items: center;
    overflow-x: auto;
    justify-content: center;
}

.overview .cont .pic-box .img-list .img {
    border: 1px solid #ececec;
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.overview .cont .pic-box .img-list .img.on {
    border: 1px solid var(--primary-color);
}

.overview .cont .pic-box .img-list img {
    width: 90%;

}

.overview .cont .info-box {
    flex: 1;
    margin-left: 0.5rem;
}

.overview .po1 {
    margin-bottom: 0.4rem;
}

.overview .po1 .potit {
    font-weight: normal;
    font-family: var(--font-medium);
    font-size: var(--font-size-22);
    color: #222;
    margin-bottom: 5px;
}

.overview .tip {
    color: #666;
    font-size: var(--font-size-p);
    line-height: 2;
}

.tab-list {
    display: flex;
    align-items: center;
    height: 65px;
    background-color: #1751dc;
    margin: 20px 0;
}

.tab-list .item {
    font-size: var(--font-size-20);
    position: relative;
    color: #fff;
    cursor: pointer;
    margin: 0 0.35rem;
}

.tab-list .item::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.tab-list .item.on::after {
    width: 100%;
}

.tab-list .item.on {
    font-weight: bold;
}

td {
    font-size: var(--font-size-p);
    color: #333333;
}

.table1 tr td:nth-child(1) {
    width: 3.5rem;
    padding: 0 0.34rem;
    font-size: var(--font-size-p);
    color: #333333;
}

.max-150 tr td:nth-child(1) {
    width: 1.5rem;
}

.table1 tr:nth-of-type(even) {
    background-color: #fefefe;
}

.table1 tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.table1 tr {
    height: 62px !important;
    width: 100%;
    text-align: center;
    /* line-height: 1.5; */
}
.nowrap-table tr td{
    line-height: 62px !important;
    padding: 0 0.1rem !important;
}
table {
    width: 100%;
}

tbody {
    width: 100%;
}

.hide {
    overflow: hidden;
}

.table2 {
    width: 100%;
    overflow-x: scroll;
}

.table2 tr {
    height: 52px;
}

.table2 tr td {
    width: auto;
    padding: 0 0.35rem;
    white-space: nowrap;
}

.table2 table {
    width: fit-content;
}

.table2 .firstRow td {
    font-weight: bold;
}

.show-box .item {
    display: none;
}

.show-box .item.on {
    display: block;
}

/* 绛涢€ */
.filter {
    display: none;
}

.filter span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    border-radius: 50px;
    background: #467af6;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.close-menu {
    display: none;
}

@media screen and (max-width: 1000px) {
    .filter {
        display: block;
    }

    .overview .cont .pic-box .top {
        border-bottom: 1px solid #eee;
        background: var(--complementary-colors);
        height: 320px;
        display: flex;
        align-items: center;

    }

    .choose-box {
        position: fixed;
        background-color: #fff;
        border-right: 1px solid #ececec;
        width: 90%;
        height: 100vh;
        max-width: 90%;
        z-index: 9999;
        left: 0;
        top: 0;
        padding: 10%;
        overflow-y: auto;
        overflow-x: hidden;
        left: -100%;
        transition: all 0.5s;
    }

    .choose-box.on {
        left: 0;
    }

    .choose-box .tab-item {
        width: 80%;
    }


    .close-menu {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 10%;
        top: 50vh;
        transform: translate(50%, -50%);
        background: #fff;
        box-shadow: 0 0 10px rgb(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        z-index: 10000;
        display: none;
    }

    .close-menu img {
        transform: rotate(90deg);
    }

    .close-menu.on {
        display: flex;
    }

    .overview {
        padding-left: 0;
        overflow: visible;
    }

    .overview .cont {
        flex-direction: column;
    }

    .overview .cont .pic-box {
        width: 100%;
        margin-bottom: 40px;
        box-shadow: 0 0 10px rgb(0, 0, 0, 0.05);
        border: 1px solid #eee;
        border-radius: 8px;
    }

    .overview .cont .pic-box .img-list {
        margin-bottom: 0px;
    }

    .overview .cont .info-box {
        margin-left: 0;
    }

    .overview .cont .pic-box .img-list .img {
        width: 60px;
        height: 50px;
    }

    .overview .cont .pic-box .top img {
        margin: 0 auto;
    }

    .overview .cont .pic-box .img-list .fl {
        justify-content: center;
        min-width: 100%;
    }

    .overview .shadow {
        padding: 20px;
    }

    .tab-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        padding: 10px;
    }

    .tab-list .item {
        text-align: center;
        padding: 10px;
    }

    .tab-list .item::after {
        bottom: 0;
        height: 1px;
    }

    .homebox {
        padding: 10px 30px;
    }

    .homebox a,
    .homebox span {
        padding: 5px 0;
    }
}


/* 鎵嬫満瀵艰埅鏍?浜у搧 */
.deep1 {
    border-bottom: 1px solid #f2f2f2;
}


.deep2 {
    padding-left: 15px;
}

.deep3 {
    padding-left: 15px;
}

.deep3 .pr-list {
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.list5 .dropbox {
    display: none;
}

.list5 .deep1.on > .dropbox {
    display: block;
}

.list5 .deep2.on > .dropbox {
    display: block;
}

.list5 .deep3.on > .dropbox {
    display: block;
}

.deep1 .nav-tit1 {
    height: 50px;
    font-size: 16px;
    color: #333;
    position: relative;
    line-height: 50px;
    padding-right: 20px;
    background: url(../images/nav-icon2.png) no-repeat right center;
    cursor: pointer;
}

.nav-tit2 {
    height: 50px;
    font-size: 16px;
    color: #333;
    position: relative;
    line-height: 50px;
    padding-right: 20px;
    cursor: pointer;
}

.nav-tit3 {
    height: 50px;
    font-size: 16px;
    color: #333;
    position: relative;
    line-height: 50px;
    padding-right: 20px;
    cursor: pointer;

    width: fit-content;
    white-space: nowrap;
}

.nav-tit2,
.nav-tit3,
.deep3 .pr-list {
    border-bottom: 1px solid #f2f2f2;
}

.on > .nav-tit1 {
    color: var(--primary-color);
    background: url(../images/nav-icon3.png) no-repeat right center;

}

.on > .nav-tit3 {
    color: var(--primary-color);

}

.on.pr-list {
    color: var(--primary-color);
    /* border-bottom: 1px solid var(--primary-color); */
}

/* 鎶曡祫鑰呭叧绯 */
.ny-container {
    margin: 0 auto;
    padding: 0;
    display: flex;
}

@media (min-width: 768px) {


    .ny-container {
        width: 750px
    }
}

@media (min-width: 992px) {


    .ny-container {
        width: 970px
    }
}

@media (min-width: 1260px) {


    .ny-container {
        width: 1230px
    }
}

@media (min-width: 1460px) {

    .ny-container {
        width: 1400px
    }
}

@media (min-width: 1680px) {
    .header-container {
        width: 1630px
    }
}

@media (min-width: 1920px) {
    .header-container {
        width: 1750px
    }
}


.nav-wrap {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ny-banner img.ny-pc {
    display: block;
    width: 100%;
}

.ny-banner img.ny-app {
    display: none;
}

.ny-banner {
    position: relative;
    min-height: 70px;
    margin-top: 70px;
}

.ny-font {
    width: 100%;
    position: absolute;
    top: 41%;
    transform: translateY(-51%);
    text-align: left;
}

.ny-banner {
    position: relative;
    min-height: 70px;
    margin-top: 70px;
    height: auto;
}

.ny-title {
    width: 100%;
}

.ny-banner img.ny-pc {
    display: block;
    width: 100%
}

.ny-banner img.ny-app {
    display: none
}

.ny-banner .ny-app {
    display: none
}

.ny-banner .ny-app img {
    width: 100%
}

.ny-font {
    width: 100%;
    position: absolute;
    top: 35%;
    transform: translateY(-51%);
    text-align: center
}

.ny-header {
    width: 100%;
    text-align: center
}

.ny-tit {
    color: #fff;
    font-size: 48px;
    line-height: 72px
}

.ny-dec {
    color: #fff;
    margin-top: 13px
}

.ny-dec1 {
    color: #666;
    margin-top: 15px
}

.ny-tit1 {
    font-size: 40px;
    color: #333
}

.ny-banner .ny-font {
    text-align: center;
}

.ny-banner .ny-title .ny-tit {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    position: relative
}

.ny-banner .ny-title .ny-dec {
    color: #fff;
    font-weight: 200;
    margin-top: -7px;
    padding-left: 55px t
}

.ny-banner .ny-title .rela-tit {
    padding-left: 0;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 23px;
    background: url(../images/rela-tit-bj.png) no-repeat center bottom;
}

.gpxx {
    background: rgb(244, 244, 244);
    min-height: 100vh;
    padding: 60px 0;
}

.gpxx .left-head {
    background: rgba(237, 112, 32, 1);
}

.gpxx .left {
    width: 18%;
    margin-right: 2%;
    border-radius: 3px;
    position: relative;
    position: relative;
    /* top: 20px; */
    z-index: 100;
}

.gpxx .right {
    float: right;
    width: 80%;
    /* background-color: white; */
    /* padding: 20px; */
    padding-bottom: 40px;
}


.left-head h5 {
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
}

.left-ul {
}

.left-ul li .head {
    font-size: 16px;
    background-color: white;
    padding: 12px 20px;
    cursor: pointer;
    /* padding-left: 9px; */
    position: relative;
    color: #666666;
    font-weight: bold;
}

.left-ul li .erji {
    background-color: white;
    padding: 15px;
    cursor: pointer;
    padding-left: 20%;
}


.left-ul li.on2 .erji {
    display: none;
}

.left-ul li .erji p {
    font-size: 14px;
    margin-bottom: 10px;
}

.left-ul li .erji p:hover,
.left-ul li .erji p.on {
    color: #ed7020;
}

.left-ul li span {
    position: relative;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: text-top;
}

.left-ul li span i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 19px;
    font-size: 19px;
    font-weight: 100;
}

.left-ul li span .ic-gs {
}

.left-ul li span .ic-gs-color {
    color: rgba(237, 112, 32, 1) !important;
}


.left-ul .k4 span {
    /* opacity: 0; */
}


.left-ul li:nth-child(1) {
    display: none;
}

.left-ul li:last-child {
    padding-bottom: 20px;
}

.left-ul li:hover .head {
    color: #ed7020;
}

.left-ul li .head.on,
.left-ul li:hover .head {
    background: rgba(253, 241, 233, 1);
    color: #666666;
    position: relative;
}

.gp-cont-head {
}

.left-ul li .fdimg {
    display: none;
}

.left-ul li.on .fdimg,
.left-ul li:hover .fdimg {
    display: block;
    position: absolute;
    left: 10px;
    top: 13px;
    width: 18px;
    display: none;
}

.gp-cont-head h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    position: relative;
    padding-left: 15px;
}

.gp-cont-head em {
}


.gp-cont-head h5:before {
    content: "";
    width: 3px;
    height: 12px;
    background-color: #ED7020;
    position: absolute;
    left: 0;
    top: 5px;
}

.gp-cont1-ms {
    padding: 0 5%;
}

.gp-cont1-ms p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
}

.gp-cont1-ms h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.gp-cont {
    display: none;
    padding: 30px;
    background-color: white;
    min-height: 500px;
}

.gp-cont.on {
    display: block;
}


.gp-cont2-ms {
}

.gp-cont2-ms iframe,
.gp-cont3-ms iframe {
    border: none;
    width: 100%;
    height: 100vh;
}


.gp-cont-head2 {
}

.gp-cont-head2 h5 {
    font-size: 15px;
    border: 1px solid #cacaca;
    float: left;
    padding: 8px 10px;
    color: #666666;
    border-left: 0;
    cursor: pointer;
}

.gp-cont-head2 h5:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #cacaca;
}

.gp-cont-head2 h5:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.gp-cont-head2 h5.on,
.gp-cont-head2 h5.on:hover {
    background-color: #ED7020;
    border-color: #ED7020;
    -webkit-box-shadow: -1px 0 0 0 #ed7020;
    box-shadow: -1px 0 0 0 #ed7020;
    color: white;
}


.gp-cont-head2 h5:hover {
    color: #ED7020;
}

.gp-cont4 {
    padding: 0;
    background-color: #ff000000;
}

.ap-left {
    width: 68%;
    float: left;
}

.ap-right {
    float: right;
    width: 29.5%;
    background-color: white;
}

.ap-left-ms1 {
    background-color: white;
}

.ap-left-ms2 {
    background-color: white;
    margin-top: 30px;
}

.head-pl {
    background: linear-gradient(90deg, #fdf1e9 0, #ffffff 100%) !important;
    padding: 0 20px;
}

.head-pl ul {
    float: left;
}

.head-pl ul li {
    /* padding: 0 20px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin: 0 10px;
    height: 54px;
    line-height: 54px;
    border-bottom: 2px solid #ff000000;
}

.head-pl ul li:nth-child(1) {
    margin-left: 0;
}

.head-pl ul li.on,
.head-pl ul li:hover {
    color: #ED7020;
    border-color: #ED7020;
}

.head-pl p {
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    padding: 16px 0;
}


.head-pl p:hover {
    color: #ED7020;
}

.head-ms {
    padding: 0 20px;
}

.head-ms2 {
    padding: 0px;
    /* padding-bottom: 30px; */
}

.head-ms iframe {
    border: none;
    width: 100%;
    height: 110vh;
    overflow: hidden;
}


.head-pl2 ul li.on,
.head-pl2 ul li:hover {
    font-size: 16px;
    border-bottom: 0;
    font-weight: bold;
}


.head-pl-ms2 {
    padding: 30px 20px;
}

.head-pl-ms2 li {
    margin-bottom: 10px;
}

.head-pl-ms2 p {
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 12px;
}

.head-pl-ms2 p::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #333;
    left: 0;
    top: 8px;
}

.if3h {
    display: none;
    margin-top: 25px;
    padding: 0;
    /* border-top: 1px solid hsl(0deg 0% 85% / 34%); */
    padding-top: 25px;
}


.jt {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -7px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-size: 12px;
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jt:before {
    content: "\e606";
}

.jt {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jt.on {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}


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

    .gpxx .left {
        width: 23%;
    }

    .gpxx .right {
        width: 75%;
    }

    .ap-left {
        width: 100%;
        float: none;
    }

    .ap-right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}

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

@media screen and (max-width: 767px) {
    .ny-container {
        display: block;
    }

    .gpxx .left {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        float: none;
    }

    .gpxx .right {
        width: 100%;
        float: none;
    }

    .head-ms {
        padding: 0 8px;
    }

    .gp-cont {
        /* padding: 15px; */
    }

    .gpxx {
        padding: 40px 0;
    }

    .left-head h5 {
        line-height: 40px;
    }

    .ny-banner img.ny-app {
        display: block;
        width: 100%;
    }

    .ny-banner img.ny-pc {
        display: none;
    }
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}


/* 鍒楄〃鐨勫垎椤 */
.page-outbox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.8rem;
    margin-top: 0.3rem;
}

.page-outbox .page-mod {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-mod .prev, .page-mod .next {
    border: 1px solid #999899;
    padding: 13px 15px;
    font-size: var(--font-size-p);
    color: #999899;
    line-height: 1;
    border-radius: 60px;
    display: block;
    transition: all 0.5s;
}

.page-mod .prev {
    margin-right: 15px;
}

.page-outbox .page-mod .page-number {
    display: flex;
    align-items: center;
}

.page-outbox .page-mod .page-number .num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #999899;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999899;
    margin-right: 15px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.page-outbox .page-mod .page-number .ellipsis {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #999899;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999899;
    margin-right: 15px;
    transition: all 0.5s;
}

.page-mod .prev:hover,
.page-mod .next:hover,
.page-outbox .page-mod .page-number .num:hover,
.page-outbox .page-mod .page-number .num.on {
    border: 1px solid var(--color2);
    color: var(--color2);
}

@media screen and (max-width: 767px) {
    .page-outbox {
        display: block;
    }

    .page-outbox .page-mod {
        flex-wrap: wrap;
    }

    .page-mod .prev, .page-mod .next {
        width: fit-content;
        order: 1;

    }

    .page-outbox .page-mod .page-number {
        margin: 15px 0;
        width: 100%;
        justify-content: center;
    }
}

/* 浼佷笟鏂囧寲鏂板 */
.about2 {
    background: #f5f6f9;
    padding: 2rem 0 1rem;
}

.about2 .blocktitle {
    text-align: left;
}

.about2 .box3 {
    margin-top: 0.6rem;
}

.about2 .box3 .culture {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.about2 .box3 .culture .item {
    border-radius: 10px;
    background: #fff;
    padding: 0.3rem;
    transition: all 0.5s;
}

@media (min-width: 768px) {
    .about2 .box3 .culture .item:hover {
        transform: translateY(-10px);
    }
}


.about2 .box3 .culture .item .topicon {
    width: 1.03rem;
    height: 1.03rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9effb;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
}

.about2 .box3 .culture .item .topicon img {
    max-width: 70%;
}

.about2 .box3 .culture .item .tit {
    font-size: var(--font-size-24);
    font-family: var(--font-bold);
    color: #222;
    text-align: center;
    margin-bottom: 0.12rem;
}

.about2 .box3 .culture .item:hover .tit {
    color: var(--color2);
}

.about2 .box3 .culture .item .txt {
    font-size: var(--font-size-p);
    color: #666;
    text-align: center;
    line-height: 1.6;
}

@media screen and (max-width: 1000px) {
    .about2 .box3 .culture {
        grid-template-columns: repeat(2, 1fr);

    }

    .about2 .box3 .culture .item {
        min-height: 200px;
    }

    .about2 {
        padding: 1rem 0;
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 750px) {
    .about2 .box3 .culture {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;

    }

    .about2 .box3 .culture .item {
        min-height: 120px;
        display: flex;
        align-items: center;
    }

    .about2 .box3 .culture .item .topicon {
        margin: 0 20px 0 0;
    }

    .about2 .box3 .culture .item .info {
        flex: 1;
    }

    .about2 .box3 .culture .item .info .tit {
        text-align: left;
    }

    .about2 .box3 .culture .item .info .txt {
        text-align: left;
    }
}

.video3 {
    padding: 1rem 0;
}

.video3 .video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 0.8rem;
}

.video3 .video-list .toppic {
    width: 100%;
    height: 250px;
    position: relative;
}

.video3 .video-list .toppic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video3 .video-list .toppic .play-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0, 0.5) url('../images/play.png') no-repeat center center;
}

.video3 .video-list .infobox .tit {
    font-size: var(--font-size-20);
    color: #333333;
    text-align: center;
    margin-top: 15px;
}

@media screen and (max-width: 1300px) {
    .video3 .video-list {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 750px) {
    .video3 .video-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

}

.pop-videobox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1999;
    display: none;
}

.pop-videobox.on {
    display: block;
}

.pop-videobox .map {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    z-index: 2999;
}

.pop-videobox .playbox {
    position: absolute;
    top: 50%;
    width: 80%;
    height: auto;
    left: 10%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3999;
}

.pop-videobox .playbox video {
    width: auto;
    max-height: 75vh;
}

.pop-videobox .playbox .close-video {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--color2);
    color: #fff;
    border-radius: 50%;
    top: -60px;
    right: 0;

}

.pop-videobox .playbox .close-video::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}


/* 鎼滅储缁撴灉椤甸潰 妯℃澘*/
.head-search {
    width: 50px;
    height: 50px;

}

.head-search-btn {
    width: 100%;
    height: 100%;
    background: url(../images/search-icon.png) no-repeat center center;
    background-size: 20px;
}

.head-search-cont {
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: #fff;

    transition: all 0.5s;
}

.head-search-cont.on {
    height: 200px;
    border-bottom: 1px solid #eee;
}

.head-search-cont .flex-box {
    display: flex;
    align-items: center;
    width: 900px;
    max-width: 90%;
    height: 60px;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
}

.head-search-cont .flex-box .keyword {
    flex: 1;
    height: 100%;
}

.head-search-cont .flex-box .search-submit {
    display: block;
    height: 100%;
    width: 20%;
    background: url(../images/search-icon.png) no-repeat right 20px center;
}


.search-modle {
    --font-sise-title: max(0.5rem, min(26px)); /* 澶ф爣棰樺瓧鍙 */
    --theme-color1: #1753de; /* 涓婚棰滆壊 */
    --icon-path: url(../images/search-icon.png);

    padding-top: 2rem;
    padding-bottom: 1rem;
}

.search-content .common-h2 {
    text-align: center;
    color: var(--theme-color1);
    font-size: var(--font-sise-title);
    font-weight: bold;
    font-family: bold;
    margin-bottom: 0.35rem;
}

.search-content .inupt-box {
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 900px;
    background-color: #f5f5f5;
    height: 70px;
    border-radius: 70px;
    margin: 0 auto 0.5rem;
}

.search-content .s-input {
    padding: 0 30px;
    font-size: 16px;
    border-radius: 4px;
    height: 100%;
    width: 80%;
}

.search-content .icon-btn {
    width: 20%;
    height: 100%;
    background: var(--icon-path) no-repeat right 30px center;
    cursor: pointer;
}

.search-content .result-text {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.search-content .result-text .keyword {
    color: var(--theme-color1);
}

.search-content .classify-tab {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-content .classify-tab .item {
    width: 130px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
}

.search-content .classify-tab .item.on {
    background: var(--theme-color1);
    color: #fff;
}

.search-content .result-list {
    margin-top: 20px;
}

.search-content .result-list .box {
    width: 100%;
    display: none;
    min-height: 500px;
}

.search-content .result-list .box.on {
    width: 100%;
    display: block;
}

.search-content .result-list .info-box {
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    height: 100px;
}

.search-content .result-list .info-box .left {
    height: 100%;
    display: flex;
    align-items: center;

    flex: 1;
}

.search-content .result-list .info-box .left .img {
    width: 190px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
}

.search-content .result-list .info-box .left .img img {
    height: 100%;
    width: auto;
}

.search-content .result-list .info-box .tit {
    font-size: 18px;
    font-weight: bold;
    flex: 1;
    margin: 0 0.4rem;
    display: -webkit-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.search-content .result-list .info-box .more {
    color: #666;
    font-size: 14px;
    margin-left: auto;
    padding: 0 0.4rem;
}

.search-content .result-list .info-box:hover * {
    color: var(--theme-color1);
}

@media screen and (max-width: 750px) {
    .search-content .result-list .info-box .left .img {
        display: none;
    }

    .search-content .result-list .info-box {
        height: auto;
        padding: 15px 0;
    }

    .search-content .inupt-box {
        height: 46px;
    }

    .search-content .classify-tab .item {
        height: 40px;
    }
}

.deep3.on .nav-tit3 {
    color: var(--primary-color);
}

.deep2.on .nav-tit2 {
    color: var(--primary-color);
}

.deep1.on .nav-tit1 {
    color: var(--primary-color);
}

/* 涓嶆崲琛岀殑table*/
.nowrap-table {
    overflow-x: auto;
    padding: 0 10px;
}

.nowrap-table tr td {
    white-space: nowrap;
    text-align: left;
    align-content: center;
}


/* number-layout */
.ab-number {
    margin-top: 1rem;
    background-color: #f5f6f9;
}

.number-layout {
    background-image: url(../images/ab-number-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem 0;
}

.number-layout-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.number-item-top span {
    color: #fff;
}

.number-item-top .number {
    font-size: max(0.8rem, min(30px));
    font-family: var(--font-bold);
}

.number-item-bottom {
    padding-left: 0.08rem;
    color: #fff;
}

.number-item {
    position: relative;
}

.number-item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff3e;
    top: 0;
    right: -0.8rem;
}

.number-item:last-child::after {
    display: none;
}

@media (max-width: 750px) {
    .number-item::after {
        display: none;
    }

    .number-layout-container {
        gap: 0.6rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}


/* ab-make  */
.ab-make {
    padding-top: 1rem;
    background-color: #f8f8f8;
}

.ab-make-container {
    width: 88%;
    margin-left: auto;
    display: flex;

    background-color: #fff;
    gap: 0.56rem;
}

@media (max-width: 1399px) {
    .ab-make-container {
        width: 95%;
    }
}


.ab-make-left {
    padding-top: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 0.38rem;
    align-self: center;
}

.ab-make-right {
    align-self: flex-end;
}

.ab-make-left-title::after {
    position: absolute;
    content: "";
    width: 0.4rem;
    height: 5px;
    background-color: #0277ff;
    top: -0.3rem;
    left: 0;
}

.ab-make-left-title {
    position: relative;
    font-size: max(0.5rem, min(30px));
    font-family: var(--font-medium);
    margin-bottom: 0.3rem;
}

.ab-make-left-text {
    color: #666;
    font-size: var(--font-size-p);
    font-weight: 400;
    margin-bottom: 0.24rem;
    font-family: var(--font-regulary);

}

.ab-make-swiper {
    overflow: hidden;
}

.ab-make-right .swiper-slide img {
    border-radius: 0 30px 30px 0;
}

.ab-make-right {
    position: relative;
    width: 58%;
}

.ab-make-swiper .swiper-wrapper {
    height: auto;
}

.ab-make-swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 10px;
    z-index: 10;
}

.ab-make-swiper-pagination .swiper-pagination-bullet {
    background: #FAFAFA;
}

.ab-make-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0277ff;
}

@media (max-width: 1000px) {
    .ab-make-container {
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
    }

    .ab-make-right {
        width: 100%;
        border-radius: 0;
    }

    .ab-make-left {
        padding-right: 0.38rem;
    }
}

.ab-banner .about-title-center {
    overflow: auto;
    height: 340px;
    width: fit-content;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    margin-top: 10px;
}

.ab-banner .about-title-center::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
}

.ab-banner .about-title-center::-webkit-scrollbar-thumb {
    background-color: #ff733e;
    
}

@media (max-width: 750px) {
    .ab-banner .about-title-center {
        height: auto;
    }
}

.height0{
    height: unset !important;
}
/* .pin-spacer{
    background-color: #1751dc;
} */