@charset "UTF-8";
@import "base.css";

html {
    scroll-behavior: smooth;
}

.header {
    background: #fff;
}

.banner {
    width: 100%;
    height: 8.75rem;
    background: url("../img/about/1-bg.png") no-repeat top center;
    background-size: cover;
    position: relative;
}

.banner .tt {
    position: absolute;
}

.banner .t1 {
    height: 0.64rem;
    font-family: "PingFangSc", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    font-size: 0.64rem;
    color: #FFFFFF;
    line-height: 0.64rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    top: 3.1rem;
    left: 3.6rem;
}

.banner .t2 {
    height: 0.67rem;
    font-family: "PingFangBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    line-height: 0.67rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    top: 3.9rem;
    left: 3.6rem;
}

.nav1 {
    width: 100%;
    height: 1rem;
    position: absolute;
    bottom: 0;
}

.nav1 .back {
    width: 100%;
    height: 100%;
    background: #F4F8FC;
    border-radius: 0;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.nav1 .sw-center {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
}

.nav1 .md {
    display: flex;
    align-items: center;
    height: .36rem;
}

.nav1 .md img {
    width: 0.36rem;
    height: 0.36rem;
}

.nav1 .md label {
    margin: 0 .1rem;
}

.nav1 .md span {
    height: 0.3rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.nav1 .md span.c1 {
    color: #FF650E;
}

.nav1 ul {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.nav1 .nav-item {
    height: 1rem;
    line-height: 1rem;
    margin-left: .6rem;
}

.nav1 .nav-item a {
    font-family: "PingFangMedium", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
}

.nav1 .nav-item a:after {
    bottom: 0;
}

.sw1 {
    height: 7.85rem;
}

.sw1 .sw-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sw1 .left {
    width: 3.13rem;
}

.sw1 .left .logo {
    width: 2.73rem;
    height: .72rem;
    margin-top: 1.19rem;
}

.sw1 .left .logo img {
    width: 2.73rem;
    height: .72rem;
}

.sw1 .left .left-c1 {
    height: 1.68rem;
    border-bottom: 0.01rem solid #D9D9D9;
    overflow: hidden;
}

.sw1 .left .left-c1 .c1 {
    height: 0.7rem;
    font-family: "PingFangBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.5rem;
    line-height: 0.7rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(270deg, #FF8C42 50%, #FF650E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: .48rem;
    position: relative;
}

.sw1 .left .left-c1 .c1 span {
    font-size: .2rem;
    display: inline-block;
}

.sw1 .left .left-c1 .c1 label {
    font-size: .2rem;
    text-align: right;
}

.sw1 .left .left-c1 .c2 {
    height: 0.22rem;
    font-family: "PingFangMedium", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .04rem;
}

.sw1 .right {
    margin-top: 1.69rem;
    /* direction: rtl; */
}

.sw1 .right .content {
    direction: ltr;
}

.sw1 .right .p {
    width: 7.22rem;
    height: 5.59rem;
    font-family: "PingFangMedium", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow-y: auto;
    padding-left: .2rem;
    /* direction: rtl; */
}

.sw1 .right .p::-webkit-scrollbar {
    width: .02rem;
    /* 滚动条细线宽度 */
}

/* 修改颜色方案 */
.sw1 .right .p {
    scrollbar-width: thin;
    /* 细滚动条模式 */
    scrollbar-color: #FF650E transparent;
    /* 滑块颜色 + 透明轨道 */
}

.sw1 .right .p::-webkit-scrollbar-thumb {
    background: #FF650E;
}

.sw1 .right .p::-webkit-scrollbar-track {
    background: transparent;
    /* 隐藏轨道背景 */
}

/* 添加阴影效果 */
.sw1 .right .p::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 .06rem rgba(0, 0, 0, 0.3);
    background: #666;
    /* 细线颜色 */
    border-radius: 1px;
    /* 直角细线 */
}

.sw1 .right .p::-webkit-scrollbar-button {
    display: none;
    /* 隐藏上下箭头 */
    width: 0;
    height: 0;
}


.sw2 {
    height: 10.16rem;
    position: relative;
}

.sw2 .back-left {
    width: 50%;
    height: 9.43rem;
    background: url("../img/about/image_117.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
}

.sw2 .back-right {
    width: 50%;
    height: 9.43rem;
    background: #FFD8B2;
    position: absolute;
    right: 0;
    top: 0;
}

.sw2 .left {
    width: 3.13rem;
    height: 8.9rem;
    position: absolute;
    top: 1rem;
    left: .9rem;
}

.sw2 .left .top {
    position: absolute;
}

.sw2 .left .top .c1 {
    width: 1.16rem;
    height: 0.53rem;
    border-radius: 0.4rem;
    border: 0.03rem solid #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
}

.sw2 .left .top .c2 {
    width: 1.28rem;
    height: 0.53rem;
    background: #FFFFFF;
    border-radius: 0.41rem;
    position: absolute;
    left: .5rem;
    top: 0;
    text-align: center;
    line-height: .53rem;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FF650E;
    font-style: normal;
    text-transform: none;
}

.sw2 .left .top-right {
    height: .29rem;
    position: absolute;
    left: 5.58rem;
    top: .17rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sw2 .left .top-right span {
    display: inline-block;
    width: .29rem;
    height: .29rem;
    background: #fff;
    border-radius: 50%;
}

.sw2 .left .top-right span:nth-child(2) {
    margin: 0 .13rem;
}

.sw2 .left .desc {
    width: 7.5rem;
    height: auto;
    position: relative;
    top: 1.3rem;
}

.sw2 .left .desc .c1 {
    width: 3.9rem;
    position: absolute;
    top: 0;
    left: 0;
}

.sw2 .left .desc .c1:nth-child(2) {
    right: 0;
    left: auto;
    top: 1.31rem;
}

.sw2 .left .desc .c1:nth-child(3) {
    top: 2.31rem;
}

.sw2 .left .desc .c1 .s1 {
    width: 3.9rem;
    height: 1.06rem;
    position: relative;
    font-size: .2rem;
}

.sw2 .left .desc .c1 .s1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/about/img-11.png');
    /* 替换为你的背景图 URL */
    background-size: 100% auto;
    /* 根据需要调整背景图大小 */
    background-position: top left;
    /* 根据需要调整背景图位置 */
    background-repeat: no-repeat;
    /* 根据需要调整背景图平铺 */
    transform: scaleX(-1);
    /* 水平翻转 */
}

.sw2 .left .desc .c1:nth-child(2) .s1::before {
    transform: scaleX(1);
}

.sw2 .left .desc .c1 .s1 span {
    position: absolute;
    z-index: 2;
    width: 3.84rem;
    height: 0.34rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    top: .22rem;
    left: .54rem;
}

.sw2 .left .desc .c1:nth-child(2) .s1 span {
    left: .24rem;
}

.sw2 .left .desc .c1 .s2 {
    width: 1.25rem;
    height: 0.45rem;
    background: #FFFFFF;
    box-shadow: 0 -0.02rem 0.06rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.41rem 0.41rem 0.41rem 0.41rem;
    position: absolute;
    bottom: 0;
    left: .6rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sw2 .left .desc .c1 .s2 img {
    width: .24rem;
    height: .24rem;
    margin: 0 .06rem;
}

.sw2 .left .desc .c1:nth-child(3) {
    width: 4.48rem;
    height: 3.13rem;
    margin-top: .41rem;
}

.sw2 .left .desc .c1 .s3 {
    width: 4.48rem;
    height: 2.83rem;
    position: relative;
}

.sw2 .left .desc .c1 .s3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/about/img-12.png');
    /* 替换为你的背景图 URL */
    background-size: 100% auto;
    /* 根据需要调整背景图大小 */
    background-position: top left;
    /* 根据需要调整背景图位置 */
    background-repeat: no-repeat;
    /* 根据需要调整背景图平铺 */
}

.sw2 .left .desc .c1 .s3 img {
    width: 3.73rem;
    z-index: 2;
    position: absolute;
    top: .17rem;
    left: .61rem;
}

.sw2 .right {
    width: 9.79rem;
    height: 8.9rem;
    background: #FFFFFF;
    border-radius: 0.5rem;
    position: absolute;
    top: .27rem;
    right: .44rem;
}

.sw2 .right .c1 {
    width: 1.21rem;
    height: 1.21rem;
    border-radius: 0.5rem;
    background: url("../img/about/Quote.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: .62rem;
    top: .5rem;
}

.sw2 .right .c2 {
    height: 0.4rem;
    font-family: "PingFangBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
    position: absolute;
    right: 1.03rem;
    top: 1.21rem;
}

.sw2 .right .c3 {
    height: 0.94rem;
    font-family: "PingFangMedium", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.67rem;
    color: #999999;
    line-height: 0.94rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
    position: absolute;
    right: 1.03rem;
    top: 1.65rem;
    opacity: .2;
}

.sw2 .right .c4 {
    /* width: 6.12rem; */
    height: 0.94rem;
    font-weight: bold;
    font-size: 0.67rem;
    color: #FF650E;
    line-height: 0.94rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 3.08rem;
    left: .85rem;
}

.sw2 .right .c5 {
    width: 7.77rem;
    height: 1.6rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    left: .87rem;
    top: 4.42rem;
}

.sw2 .right .c6 {
    height: .62rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: .59rem;
    left: .92rem;
}

.sw2 .right .c6 .avatar {
    width: 1.8rem;
    display: flex;
    flex-direction: row;
}

.sw2 .right .c6 .avatar img {
    width: .62rem;
    height: .62rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.sw2 .right .c6 .text {
    height: .62rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.62rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: .1rem;
}

.sw2 .right .c6 .avatar img:nth-child(2) {
    left: .31rem;
}

.sw2 .right .c6 .avatar img:nth-child(3) {
    left: .62rem;
}

.sw2 .right .c6 .avatar img:nth-child(4) {
    left: .93rem;
}

.sw2 .shu {
    width: 1.45rem;
    height: 1.45rem;
    position: absolute;
    bottom: 0;
    left: 6.42rem;
}

.sw2 .shu img {
    width: 1.45rem;
    height: 1.45rem;
}

.sw3 {
    width: 100%;
    height: 9.83rem;
    position: relative;
    overflow: hidden;
}

.sw3 .sw-center {
    position: relative;
}

.sw3 .title {
    height: 0.38rem;
    font-weight: 600;
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 1.34rem;
}

.sw3 .desc {
    height: 0.94rem;
    font-weight: bold;
    font-size: 0.67rem;
    color: #999999;
    line-height: 0.94rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    opacity: .2;
}

.sw3 .more {
    width: 0.8rem;
    height: 0.3rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FF650E;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    right: 0;
    top: .07rem;
}

.slick {
    width: 11.69rem;
    height: 4.92rem;
    margin: .75rem auto 0 auto;
}

.slick .slick-flex {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.slick .slick-flex .img {
    width: 4.07rem;
    height: 2.73rem;
}

.slick .slick-flex .slick-cont {
    margin-left: 1rem;
}

.slick .slick-flex .slick-cont .slick-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.32rem;
    color: #FF650E;
    margin-bottom: 0.2rem;
}

.slick-text {
    font-weight: 500;
    font-size: 0.24rem;
    color: #666666;
}

.slick .slick-flex .slick-cont .slick-title img {
    width: 0.5rem;
    height: 0.5rem;
}


/* .slick-sw3 .slick-slide {
    width: 3.43rem;
    height: 4.92rem;
}
.slick-sw3 .slick-slide img {
    width: 3.43rem;
    height: 4.92rem;
    border-radius: 0.29rem;
} */

.sw4 {
    width: 100%;
    height: 13.57rem;
    background: #F4F6FA;
    position: relative;
    overflow: hidden;
}

.sw4 .sw-center,
.sw5 .sw-center {
    position: relative;
    padding-top: 1.33rem;
}

.sw4 .title,
.sw5 .title {
    height: 0.38rem;
    font-weight: 600;
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.sw4 .desc,
.sw5 .desc {
    height: 0.94rem;
    font-weight: bold;
    font-size: 0.67rem;
    color: #999999;
    line-height: 0.94rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    opacity: .2;
}

.sw4 .back-1 {
    width: 100%;
    height: 5.57rem;
    background: url("../img/about/4-bg1.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 5.16rem;
}

.sw4 .back-2 {
    width: 100%;
    height: 4.33rem;
    background: url("../img/about/4-bg2.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 8.45rem;
}

.sw4 .back-3 {
    width: 100%;
    height: 2.13rem;
    background: url("../img/about/4-bg3.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 11.46rem;
}

.sw4 .jb {
    width: 2.24rem;
    height: 3.26rem;
    position: absolute;
    right: 2.94rem;
    top: 0;
}
.sw4 .jb-0 ,.sw4 .jb-1 ,.sw4 .jb-2, .sw4 .jb-3 {
   width: 1.68rem;
    height: 2.38rem;
    position: absolute;
    top: 3.5rem;
}

.sw4 .jb-4,
.sw4 .jb-5,
.sw4 .jb-6,
.sw4 .jb-7 {
    width: 1.68rem;
    height: 2.38rem;
    position: absolute;
    left: 5.1rem;
    top: 6rem;
}

.sw4 .jb-4, .sw4 .jb-0, .sw4 .jb-8{
    left: 5.1rem;
}

.sw4 .jb-5, .sw4 .jb-1, .sw4 .jb-9 {
    left: 7.22rem;
}

.sw4 .jb-6, .sw4 .jb-2, .sw4 .jb-10 {
    left: 9.3rem;
}

.sw4 .jb-7, .sw4 .jb-3 {
    left: 11.5rem;
}

.sw4 .jb-8,
.sw4 .jb-9,
.sw4 .jb-10 {
    width: 1.64rem;
    height: 2.28rem;
    position: absolute;
    top: 8.5rem;
}

/* .sw4 .jb-8 {
    left: 5.1rem;
}

.sw4 .jb-9 {
    left: 7.18rem;
}

.sw4 .jb-10 {
    left: 9.22rem;
} */
.sw4 .jb-11,
.sw4 .jb-12,
.sw4 .jb-13 {
    height: 1.64rem;
    width: 2.28rem;
    position: absolute;
    top: 11rem;
}

.sw4 .jb-11 {
    left: 5.1rem;
}
.sw4 .jb-12 {
    left: 7.98rem;
}
.sw4 .jb-13 {
    left: 10.86rem;
}

.sw5 {
    width: 100%;
    height: 13.26rem;
    background: url("../img/about/bg_fzlc.png") no-repeat top center;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
}

.sw5 .c1 {
    position: absolute;
    bottom: 3.26rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sw5 .c1:nth-child(2) {
    bottom: 3.26rem;
    left: 1.2rem;
}

.sw5 .c1:nth-child(3) {
    bottom: 3.86rem;
    left: 3.77rem;
}

.sw5 .c1:nth-child(4) {
    bottom: 4.69rem;
    left: 5.55rem;
}

.sw5 .c1:nth-child(5) {
    bottom: 5.07rem;
    left: 8.01rem;
}

.sw5 .c1:nth-child(6) {
    bottom: 4.85rem;
    left: 10.18rem;
}

.sw5 .c1:nth-child(7) {
    bottom: 5.88rem;
    left: 11.7rem;
}

.sw5 .c1:nth-child(8) {
    bottom: 5.79rem;
    left: 14.02rem;
}

.sw5 .c1 .date {
    width: 1.66rem;
    height: 0.45rem;
    background: linear-gradient(270deg, #FF8C42 0%, #FF650E 100%);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    font-size: .2rem;
    color: #FFFFFF;
    line-height: 0.45rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.sw5 .c1 .desc {
    /* width: 2.4rem; */
    height: 0.3rem;
    font-weight: 600;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: .11rem;
    opacity: 1;
}

.sw5 .c1:nth-child(3) .desc {
    /* width: 3rem; */
}

.sw5 .c1:nth-child(4) .desc {
    /* width: 2.8rem; */
}

.sw5 .c1:nth-child(5) .desc {
    /* width: 3rem; */
}

.sw5 .c1:nth-child(6) .desc {
    /* width: 2.2rem; */
}

.sw5 .c1:nth-child(7) .desc {
    /* width: 3rem; */
}

.sw5 .c1:nth-child(8) .desc {
    /* width: 3rem; */
}

.sw5 .c1 .hr {
    width: 1px;
    height: 2.2rem;
    background: #666666;
    margin: .19rem 0;
    display: flex;
}

.sw5 .c1:nth-child(3) .hr {
    height: 2.2rem;
}

.sw5 .c1:nth-child(4) .hr {
    height: 3.02rem;
}

.sw5 .c1:nth-child(5) .hr {
    height: 1.75rem;
}

.sw5 .c1:nth-child(6) .hr {
    height: 3.17rem;
}

.sw5 .c1:nth-child(7) .hr {
    height: 1.28rem;
}

.sw5 .c1:nth-child(8) .hr {
    height: 2.35rem;
}

.sw5 .c1 .yuan {
    width: 0.41rem;
    height: 0.41rem;
    background: #FF650E;
    border-radius: 50%;
    border: 0.05rem solid #FFFFFF;
}

.sw5 .yan {
    position: absolute;
}

.sw5 .yan-1 {
    width: 1.03rem;
    height: 0.66rem;
    left: 3.01rem;
    top: 3.7rem;
}

.sw5 .yan-2 {
    width: 0.92rem;
    height: 0.41rem;
    left: 2.19rem;
    top: 4.85rem;
}

.sw5 .yan-3 {
    width: 0.71rem;
    height: 0.63rem;
    right: 2.35rem;
    top: 2.7rem;
}