section * {
    font-family: "Archivo r", "PingFang SC", "Microsoft YaHei", sans-serif
}

.common_brand {
    position: absolute;
    padding-top: 0;
    top: 133px;
    z-index: 5;
    left: 0
}

.common_brand.white a, .common_brand.white span {
    color: #fff
}

.common_section1.white {
    padding: 0;
    overflow: unset
}

.common_section1.white .wrap .flex .title {
    color: #fff
}

.common_section1.white .wrap .text {
    color: #fff
}

body {
    background: unset
}

.index_bg {
    --bg-txt: url(../images/bg.webp);
    background: var(--bg-txt) repeat;
    background-size: 440px auto;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.index1 {
    background: #16271C
}

.index1 .first {
    padding: 30px 30px 43px 30px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative
}

.index1 .first .position_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.index1 .first .position_img canvas {
    width: 100%;
    height: 100%
}

.index1 .first .position_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.index1 .first .position_img img.on {
    opacity: 1
}

.index1 .first .top {
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.index1 .first .top .l {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff
}

.index1 .first .top .l span {
    color: #535353
}

.index1 .first .top .scrollPlay {
    font-weight: 400;
    font-size: 12px;
    color: #535353;
    text-align: center
}

.index1 .first .top .scrollPlay span {
    color: #999;
    text-decoration: underline
}

.index1 .first .content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.index1 .first .content .img {
    position: relative
}

.index1 .first .content .img:first-child {
    cursor: pointer
}

.index1 .first .content .img .yz {
    position: absolute;
    top: 15.78125vw;
    left: 3.4895833333vw;
    width: 79px
}

.index1 .first .content .img .yz2 {
    position: absolute;
    top: -2.34375vw;
    left: 5.78125vw;
    width: 136px
}

.index1 .first .content .pic1 {
    width: 23.8020833333vw
}

.index1 .first .content .pic2 {
    width: 22.3958333333vw
}

.index1 .first .content .pic3 {
    width: 16.875vw
}

.index1 .first .content .pic4 {
    width: 20.78125vw
}

.index1 .last {
    padding: 0 0 132px
}

.index1 .last .wrap {
    margin: 0 30px;
    background: rgba(48, 165, 77, 0.15);
    border-radius: 10px;
    padding: 167px 153px 167px 52px;
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(100px)
}

.index1 .last .wrap .l {
    margin: 73px 0 0 0
}

.index1 .last .wrap .l .title {
    font-weight: 600;
    font-size: 50px;
    color: #30A54D;
    line-height: 60px;
    margin: 0 0 250px;
    text-transform: uppercase
}

.index1 .last .wrap .l .pick {
    padding: 0 0 0 17px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    position: relative
}

.index1 .last .wrap .l .pick:after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #30A54D;
    border-radius: 50%
}

.index1 .last .wrap .r {
    width: 724px
}

.index1 .last .wrap .r .text {
    font-weight: 400;
    font-size: 18px;
    color: #F4F4F2;
    line-height: 40px
}

.index1 .last .wrap .r .more {
    margin: 50px 0 0 0;
    width: fit-content;
    padding: 0 34px;
    height: 50px;
    background: #30A54D;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.index2 {
    padding: 100px 0 95px;
    background: #F4F4F2
}

.index2 .wrap {
    padding: 0 30px
}

.index2 .wrap .title {
    font-weight: 600;
    font-size: 60px;
    color: #111111;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase
}

.index2 .wrap .content {
    margin: 60px 0 0 0
}

.index2 .wrap .content .matter {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    position: relative
}

.index2 .wrap .content .matter.aos-animate:after {
    transform: scaleX(1)
}

.index2 .wrap .content .matter:last-child.aos-animate:before {
    transform: scaleX(1);
    transition-delay: .3s
}

.index2 .wrap .content .matter:last-child:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #111;
    transform: scaleX(0);
    transform-origin: left;
    transition: 2s
}

.index2 .wrap .content .matter:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #111;
    transform: scaleX(0);
    transform-origin: left;
    transition: 2s
}

.index2 .wrap .content .matter .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.index2 .wrap .content .matter .l .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #111111
}

.index2 .wrap .content .matter .l .more {
    width: fit-content;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: .6s ease
}

.index2 .wrap .content .matter .l .more:hover {
    background: var(--color);
    color: #fff
}

.index2 .wrap .content .matter .r {
    width: 1320px
}

.index2 .wrap .content .matter .r .proSwiper {
    width: 100%
}

.index2 .wrap .content .matter .r .proSwiper .swiper-slide .item {
    width: 420px;
    height: 500px;
    background: #EBE9E4;
    border-radius: 10px;
    padding: 30px 29px;
    cursor: pointer
}

.index2 .wrap .content .matter .r .proSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline {
    display: flex;
    align-items: center;
    gap: 10px
}

.index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline span {
    width: 8px;
    height: 8px;
    background: #30A54D;
    border-radius: 50%
}

.index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline p {
    font-weight: 400;
    font-size: 16px;
    color: #111111
}

.index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 75px auto 0;
    overflow: hidden
}

.index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.index3 {
    padding: 0 0 135px;
    background: #F4F4F2
}

.index3 .wrap {
    width: 1740px;
    margin: auto
}

.index3 .wrap .title {
    font-weight: 600;
    font-size: 50px;
    color: #111111;
    line-height: 60px;
    text-align: center;
    margin: 0 0 113px;
    text-transform: uppercase
}

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

.index3 .wrap .content .item {
    width: 501px
}

.index3 .wrap .content .item:hover .icon img:first-child {
    opacity: 0
}

.index3 .wrap .content .item:hover .icon img:nth-child(2) {
    opacity: 1
}

.index3 .wrap .content .item:nth-child(2) .icon img:nth-child(2) {
    width: 109%;
    max-height: unset;
    max-width: unset;
    top: 4px
}

.index3 .wrap .content .item .icon {
    width: 85px;
    height: 88px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.index3 .wrap .content .item .icon img {
    transition: .6s ease
}

.index3 .wrap .content .item .icon img:nth-child(2) {
    position: absolute;
    opacity: 0
}

.index3 .wrap .content .item .p1 {
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    margin: 64px 0 38px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index3 .wrap .content .item .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    text-align: center;
}

[animate] {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s
}

[animate].on {
    opacity: 1;
    transform: translateY(0)
}

.index4 {
    height: 100vh
}

.index4 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    overflow: hidden
}

.index4 .fix .wrap {
    width: 100vw;
    height: 100%
}

.index4 .fix .wrap .x {
    width: max-content;
    position: relative;
    z-index: 1
}

.index4 .fix .wrap .x .line {
    position: absolute;
    height: 43.6979166667vw;
    width: fit-content;
    top: 0;
    left: 45vw;
    pointer-events: none;
    z-index: -1
}

.index4 .fix .wrap .x .line path {
    fill: none;
    stroke: #333;
    stroke-width: 2px;
    stroke-dashoffset: 6751.681640625;
    stroke-dasharray: 6751.681640625
}

.index4 .fix .wrap .x .jump {
    display: flex
}

.index4 .fix .wrap .x .first {
    width: 101vw;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    padding: 0 11.1458333333vw 13.4375vw 1.5625vw;
    position: relative
}

.index4 .fix .wrap .x .first .r {
    margin: 10.46875vw 0 0 0;
    width: 24.2708333333vw;
    font-weight: 400;
    font-size: .9375vw;
    color: #111111;
    line-height: 1.875vw
}

.index4 .fix .wrap .x .first .qiu {
    width: 19.8958333333vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 9.8958333333vw
}

.index4 .fix .wrap .x .first .qiu img {
    width: 100%
}

.index4 .fix .wrap .x .first .l {
    width: 34.5833333333vw;
    margin-top: auto
}

.index4 .fix .wrap .x .first .l .title {
    font-weight: 600;
    font-size: 3.125vw;
    color: #111111;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
    margin: 0 0 2.5vw
}

.index4 .fix .wrap .x .first .l .text {
    font-weight: 400;
    font-size: .9375vw;
    color: #111111;
    line-height: 1.875vw
}

.index4 .fix .wrap .x .content.content1 {
    margin: 13.28125vw 22.65625vw 0 0
}

.index4 .fix .wrap .x .content.content2 {
    margin: 8.5416666667vw 0 0 0
}

.index4 .fix .wrap .x .content.content2 .text {
    margin: 0 0 5.3645833333vw
}

.index4 .fix .wrap .x .content.content3 {
    width: 100vw;
    height: 100vh;
    padding: 7.5520833333vw 0 0 0;
    margin: 0 0 0 7.8125vw
}

.index4 .fix .wrap .x .content.content3 .text {
    margin: 4.84375vw 0 0 0
}

.index4 .fix .wrap .x .content .circle {
    width: 14.0625vw;
    height: 14.0625vw;
    border: .1041666667vw solid #20201B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    background-color: #EAE1D0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: scale(0.7);
    opacity: 0;
    transition: .3s ease
}

.index4 .fix .wrap .x .content .circle.on {
    opacity: 1;
    transform: scale(1)
}

.index4 .fix .wrap .x .content .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bg-txt) repeat;
    background-size: 440px auto
}

.index4 .fix .wrap .x .content .circle img {
    width: 6.4583333333vw
}

.index4 .fix .wrap .x .content .text {
    margin: 2.5vw 0 0 0
}

.index4 .fix .wrap .x .content .text .p1 {
    font-weight: 600;
    font-size: 3.125vw;
    color: #1A7A3B;
    text-align: center;
    width: fit-content;
    margin: auto;
    font-family: 'Archivo', sans-serif;
    text-transform: uppercase
}

.index4 .fix .wrap .x .content .text .p2 {
    width: 34.5833333333vw;
    font-weight: 400;
    font-size: .9375vw;
    color: #111111;
    line-height: 1.875vw;
    text-align: center;
    margin: 3.125vw auto 0
}

.index5 {
    position: relative;
    z-index: 5
}

.index5 .home-val-arr-inner {
    width: 100%;
    margin-bottom: -22%;
    transform: scale(0.2)
}

.index5 .home-val-arr-inner svg {
    width: 100%;
    height: fit-content
}

.index5 .home-val-arr-inner rect {
    fill: #F4F4F2
}

.index5 .first {
    margin: 120px 0 0 0;
    padding: 0 0 197px;
    background: #F4F4F2;
    position: relative;
    z-index: 5
}

.index5 .first .wrap {
    width: 1528px;
    margin: auto
}

.index5 .first .wrap .top .p1 {
    font-weight: 500;
    font-size: 50px;
    color: #111111;
    text-align: center;
    width: fit-content;
    margin: auto;
    font-family: 'Archivo r', sans-serif
}

.index5 .first .wrap .top .p2 {
    width: 1052px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    text-align: center;
    margin: 30px auto 0
}

.index5 .first .wrap .content {
    margin: 53px 0 0 0;
    position: relative
}

.index5 .first .wrap .content .position {
    position: absolute;
    width: 411px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border: 1px solid #FFFFFF;
    padding: 22px;
    right: 141px;
    border-radius: 5px;
    bottom: -80px;
    opacity: 0;
    transform: translateX(-10px);
    transition: 1s ease;
    pointer-events: none
}

.index5 .first .wrap .content .position.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0)
}

.index5 .first .wrap .content .position:after {
    content: '';
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    top: 15px;
    z-index: 5;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff
}

.index5 .first .wrap .content .position .headline {
    font-weight: 500;
    font-size: 16px;
    color: #1A7A3B;
    border-bottom: 1px solid #E0E3DE;
    padding: 0 0 9px
}

.index5 .first .wrap .content .position .dis {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 15px 20px;
    margin: 10px 0 0 0
}

.index5 .first .wrap .content .map {
    width: 100%
}

.index5 .first .wrap .content .point {
    width: 1283px;
    height: fit-content;
    position: absolute;
    right: 29px;
    bottom: 33px
}

.index5 .first .wrap .content .point .g_list {
    cursor: pointer
}

.index5 .first .wrap .content .point .a {
    fill: #3ad160;
    opacity: 0.19
}

.index5 .first .wrap .content .point .b {
    fill: #3bd160
}

.index5 .first .wrap .content .point .c {
    fill: #1a7a3b
}

.index5 .first .wrap .content .point .d {
    fill: #111;
    font-size: 16px;
    font-weight: 500
}

.index6 {
    background: #F4F4F2;
    position: relative;
    z-index: 5
}

.index6 .wrap {
    width: 1860px;
    margin: auto
}

.index6 .wrap .title {
    font-weight: 600;
    font-size: 50px;
    color: #111111;
    text-align: center;
    width: fit-content;
    margin: 0 auto 90px;
    text-transform: uppercase
}

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

.index6 .wrap .content .r {
    width: 900px
}

.index6 .wrap .content .r .item {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    border-top: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index6 .wrap .content .r .item:hover .left .time, .index6 .wrap .content .r .item:hover .left .p1 {
    color: var(--color)
}

.index6 .wrap .content .r .item:hover .more p, .index6 .wrap .content .r .item:hover .more .iconfont {
    color: var(--color)
}

.index6 .wrap .content .r .item .left {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 20px
}

.index6 .wrap .content .r .item .left .time {
    font-weight: 400;
    font-size: 18px;
    color: #A2A2A2;
    transition: .6s ease
}

.index6 .wrap .content .r .item .left .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    width: 80%;
    transition: .6s ease
}

.index6 .wrap .content .r .item .more {
    display: flex;
    align-items: center;
    gap: 9px
}

.index6 .wrap .content .r .item .more p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: .6s ease
}

.index6 .wrap .content .r .item .more .iconfont {
    font-size: 16px;
    color: #111;
    transition: .6s ease
}

.index6 .wrap .content .l {
    width: 900px;
    height: 500px;
    position: relative
}

.index6 .wrap .content .l .swiper-pagination {
    position: absolute;
    bottom: 54px;
    left: 54px;
    z-index: 5;
    width: fit-content
}

.index6 .wrap .content .l .swiper-pagination span {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    margin: 0 10px 0 0 !important;
    opacity: 1 !important;
    transition: .6s ease;
}
.index6 .wrap .content .l .swiper-pagination span.swiper-pagination-bullet-active{
    background: var(--color);
}

.index6 .wrap .content .l .swiper-pagination span:last-child {
    margin: 0 !important
}

.index6 .wrap .content .l .newsSwiper {
    height: 100%
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 30px 28px 54px 28px;
    border-radius: 10px;
    overflow: hidden;
    display: block
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item:hover .common_bg {
    transform: scale(1.05)
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .common_bg {
    transition: 1s
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .time {
    display: flex;
    align-items: center
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .time .year {
    font-weight: 400;
    font-size: 30px;
    color: #347BA7;
    font-family: "PingFang SC", sans-serif
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .time .line {
    width: 1px;
    height: 23px;
    background: #347BA7;
    margin: 0 7px
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .time .pick {
    font-weight: 400;
    font-size: 14px;
    color: #347BA7;
    text-transform: uppercase;
    font-family: 'Archivo r', sans-serif
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .p1 {
    margin: 60px 0 19px;
    text-align: center;
    font-weight: 200;
    font-size: 50px;
    color: #337BA7;
    line-height: 36px;
    text-transform: uppercase;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .p2 {
    text-transform: uppercase;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #347BA7;
    line-height: 28px;
    text-align: center;
    margin: 0 0 150px
}

.index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .text {
    width: 484px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin: auto;
    font-family: 'Archivo r', sans-serif
}

.index7 {
    background: #F4F4F2;
    position: relative;
    z-index: 1;
    /*height: calc(100vh + 1700px)*/
    height: 100vh;
}

.index7 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0
}
.index7 .fix .fix_bg{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.index7 .fix .fix_bg img{
    width: 100%;
}
.index7 .fix .fix_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 877px;
    height: 877px;
    display: none;
}

.index7 .fix .fix_img canvas {
    width: 100%;
    height: 100%
}

.index7 .picture {
    width: 100%
}

.index7 .tu1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.index7 .wrap {
    width: 90%;
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3
}

.index7 .wrap .img {
    width: 159px;
    margin: auto;
    display: block
}

.index7 .wrap .title {
    font-weight: 600;
    font-size: 50px;
    color: #111111;
    line-height: 60px;
    text-align: center;
    margin: 41px 0 27px;
    text-transform: uppercase
}

.index7 .wrap .tel {
    width: fit-content;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    text-align: center;
    margin: 0 auto 40px;
    display: block
}

.index7 .wrap .address {
    width: 440px;
    height: 76px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    overflow: hidden;
    padding: 0 14px 0 0
}

.index7 .wrap .address input {
    padding: 0 42px;
    height: 100%;
    width: 70%;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
    border: none
}

.index7 .wrap .address input::placeholder {
    color: #999
}

.index7 .wrap .address .circle {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .6s ease
}

.index7 .wrap .address .circle:hover {
    background: var(--color)
}

.index7 .wrap .address .circle:hover .iconfont {
    color: #fff
}

.index7 .wrap .address .circle .iconfont {
    color: #111;
    font-size: 14px;
    transition: .6s ease
}

@media screen and (max-width: 1919px) {
    .common_brand{
        top: 6.9270833333vw;
    }
    .index_bg{
        background-size: 22.9166666667vw;
    }
    .index1 .first{
        padding: 1.5625vw 1.5625vw 2.2395833333vw;
    }
    .index1 .first .top .l{
        font-size: 0.8333333333vw;
        line-height: 0.9375vw;
    }
    .index1 .first .top .scrollPlay{
        font-size: 0.625vw;
    }
    .index1 .first .content .img .yz{
        width: 4.1145833333vw;
    }
    .index1 .first .content .img .yz2{
        width: 7.0833333333vw;
    }
    .index1 .last{
        padding: 0px 0px 6.875vw;
    }
    .index1 .last .wrap{
        margin: 0px 1.5625vw;
        border-radius: 0.5208333333vw;
        padding: 8.6979166667vw 7.96875vw 8.6979166667vw 2.7083333333vw;
        backdrop-filter: blur(5.2083333333vw);
    }
    .index1 .last .wrap .l{
        margin: 3.8020833333vw 0px 0px;
    }
    .index1 .last .wrap .l .title{
        font-size: 2.6041666667vw;
        line-height: 3.125vw;
        margin: 0px 0px 13.0208333333vw;
    }
    .index1 .last .wrap .l .pick{
        padding: 0px 0px 0px 0.8854166667vw;
        font-size: 0.625vw;
        line-height: 0.7291666667vw;
    }
    .index1 .last .wrap .l .pick::after{
        top: 0.15625vw;
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .index1 .last .wrap .r{
        width: 37.7083333333vw;
    }
    .index1 .last .wrap .r .text{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .index1 .last .wrap .r .more{
        margin: 2.6041666667vw 0px 0px;
        padding: 0px 1.7708333333vw;
        height: 2.6041666667vw;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 0.15625vw 0.3125vw 1px;
        border-radius: 1.3020833333vw;
        font-size: 0.9375vw;
    }
    .index2{
        padding: 5.2083333333vw 0px 4.9479166667vw;
    }
    .index2 .wrap{
        padding: 0px 1.5625vw;
    }
    .index2 .wrap .title{
        font-size: 3.125vw;
        line-height: 3.125vw;
    }
    .index2 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .index2 .wrap .content .matter{
        padding: 3.125vw 0px;
    }
    .index2 .wrap .content .matter .l .p1{
        font-size: 1.0416666667vw;
    }
    .index2 .wrap .content .matter .l .more{
        height: 2.6041666667vw;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 0.15625vw 0.3125vw 1px;
        border-radius: 1.3020833333vw;
        padding: 0px 1.7708333333vw;
        font-size: 0.9375vw;
    }
    .index2 .wrap .content .matter .r{
        width: 68.75vw;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item{
        width: 21.875vw;
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
        padding: 1.5625vw 1.5104166667vw;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline{
        gap: 0.5208333333vw;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline span{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline p{
        font-size: 0.8333333333vw;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .img{
        width: 15.625vw;
        height: 15.625vw;
        margin: 3.90625vw auto 0px;
    }
    .index3{
        padding: 0px 0px 7.03125vw;
    }
    .index3 .wrap{
        width: 90.625vw;
    }
    .index3 .wrap .title{
        font-size: 2.6041666667vw;
        line-height: 3.125vw;
        margin: 0px 0px 5.8854166667vw;
    }
    .index3 .wrap .content .item{
        width: 26.09375vw;
    }
    .index3 .wrap .content .item:nth-child(2) .icon img:nth-child(2){
        top: 0.2083333333vw;
    }
    .index3 .wrap .content .item .icon{
        width: 4.4270833333vw;
        height: 4.5833333333vw;
    }
    .index3 .wrap .content .item .p1{
        font-size: 1.0416666667vw;
        margin: 3.3333333333vw 0px 1.9791666667vw;
    }
    .index3 .wrap .content .item .p2{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    [animate]{
        transform: translateY(2.6041666667vw);
    }
    .index4 .fix .wrap .x .line path{
        stroke-width: 0.1041666667vw;
    }
    .index4 .fix .wrap .x .content .circle::after{
        background-size: 22.9166666667vw;
    }
    .index5 .first{
        margin: 6.25vw 0px 0px;
        padding: 0px 0px 10.2604166667vw;
    }
    .index5 .first .wrap{
        width: 79.5833333333vw;
    }
    .index5 .first .wrap .top .p1{
        font-size: 2.6041666667vw;
    }
    .index5 .first .wrap .top .p2{
        width: 54.7916666667vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 1.5625vw auto 0px;
    }
    .index5 .first .wrap .content{
        margin: 2.7604166667vw 0px 0px;
    }
    .index5 .first .wrap .content .position{
        width: 21.40625vw;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 0.15625vw 0.3125vw 1px;
        padding: 1.1458333333vw;
        right: 7.34375vw;
        border-radius: 0.2604166667vw;
        bottom: -4.1666666667vw;
        transform: translateX(-0.5208333333vw);
    }
    .index5 .first .wrap .content .position::after{
        right: -0.5208333333vw;
        top: 0.78125vw;
        border-top: 0.3645833333vw solid transparent;
        border-bottom: 0.3645833333vw solid transparent;
        border-left: 0.5208333333vw solid rgb(255, 255, 255);
    }
    .index5 .first .wrap .content .position .headline{
        font-size: 0.8333333333vw;
        padding: 0px 0px 0.46875vw;
    }
    .index5 .first .wrap .content .position .dis{
        gap: 0.78125vw 1.0416666667vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .index5 .first .wrap .content .point{
        width: 66.8229166667vw;
        right: 1.5104166667vw;
        bottom: 1.71875vw;
    }
    .index5 .first .wrap .content .point .d{
        font-size: 0.8333333333vw;
    }
    .index6 .wrap{
        width: 96.875vw;
    }
    .index6 .wrap .title{
        font-size: 2.6041666667vw;
        margin: 0px auto 4.6875vw;
    }
    .index6 .wrap .content .r{
        width: 46.875vw;
    }
    .index6 .wrap .content .r .item{
        padding: 2.0833333333vw 0px;
    }
    .index6 .wrap .content .r .item .left{
        gap: 1.0416666667vw;
    }
    .index6 .wrap .content .r .item .left .time{
        font-size: 0.9375vw;
    }
    .index6 .wrap .content .r .item .left .p1{
        font-size: 0.9375vw;
    }
    .index6 .wrap .content .r .item .more{
        gap: 0.46875vw;
    }
    .index6 .wrap .content .r .item .more p{
        font-size: 0.9375vw;
    }
    .index6 .wrap .content .r .item .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .index6 .wrap .content .l{
        width: 46.875vw;
        height: 26.0416666667vw;
    }
    .index6 .wrap .content .l .swiper-pagination{
        bottom: 2.8125vw;
        left: 2.8125vw;
    }
    .index6 .wrap .content .l .swiper-pagination span{
        width: 0.625vw;
        height: 0.625vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item{
        padding: 1.5625vw 1.4583333333vw 2.8125vw;
        border-radius: 0.5208333333vw;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .time .year{
        font-size: 1.5625vw;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .time .line{
        height: 1.1979166667vw;
        margin: 0px 0.3645833333vw;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .time .pick{
        font-size: 0.7291666667vw;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .p1{
        margin: 3.125vw 0px 0.9895833333vw;
        font-size: 2.6041666667vw;
        line-height: 1.875vw;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .p2{
        font-size: 1.5625vw;
        line-height: 1.4583333333vw;
        margin: 0px 0px 7.8125vw;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .text{
        width: 25.2083333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.0416666667vw;
    }
    .index7 .fix .fix_img{
        width: 45.6770833333vw;
        height: 45.6770833333vw;
    }
    .index7 .wrap{
        top: 10.9375vw;
    }
    .index7 .wrap .img{
        width: 8.28125vw;
    }
    .index7 .wrap .title{
        font-size: 2.6041666667vw;
        line-height: 3.125vw;
        margin: 2.1354166667vw 0px 1.40625vw;
    }
    .index7 .wrap .tel{
        font-size: 1.25vw;
        margin: 0px auto 2.0833333333vw;
    }
    .index7 .wrap .address{
        width: 22.9166666667vw;
        height: 3.9583333333vw;
        backdrop-filter: blur(0.5208333333vw);
        border-radius: 4.1666666667vw;
        padding: 0px 0.7291666667vw 0px 0px;
    }
    .index7 .wrap .address input{
        padding: 0px 2.1875vw;
        font-size: 0.8333333333vw;
    }
    .index7 .wrap .address .circle{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .index7 .wrap .address .circle .iconfont{
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .index1 .first{
        padding: 150px 5% 45px 5%;
        justify-content: unset;
        height: auto;
    }
    .index1 .last .wrap{
        margin: 0 5%;
        border-radius: 10px;
        padding: 30px 5%;
        flex-direction: column;
        align-items: unset;
    }
    .index1 .last .wrap .l .title{
        font-size: 24px;
        line-height: 25px;
        margin: 0 0 20px;
    }
    .index1 .first .top .l{
        font-size: 16px;
        line-height: 25px;
    }

    .index1 .last .wrap .l{
        margin: 0;
    }
    .index1 .first .top{
        grid-template-columns: repeat(1,1fr);
        margin: 0 0 25px;
    }
    .index1 .first .top .scrollPlay{
        display: none;
    }
    .index1 .first .content .img{
        transform: none!important;
    }
    .common_brand{
        top: 85px;
    }
    .index1 .last .wrap .l .pick {
        padding: 0 0 0 16px;
        font-size: 12px;
        line-height: 22px;
    }
    .index1 .last .wrap .l .pick br{
        display: none;
    }
    .index1 .last .wrap .l .pick::after{
        top: 6px;
        width: 7px;
        height: 7px;
    }
    .index1 .last .wrap .r .text{
        font-size: 13px;
        line-height: 22px;
    }
    .index1 .last .wrap .r{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .index1 .last .wrap .r .more{
        margin: 30px 0 0 0;
        padding: 0 20px;
        border-radius: 25px;
        height: 35px;
        font-size: 13px;
    }
    .index2{
        padding: 40px 0;
    }
    .index2 .wrap .title{
        font-size: 22px;
        line-height: 26px;
    }
    .index2 .wrap .content{
        margin: 30px 0 0 0;
    }
    .index2 .wrap{
        padding: 0 5%;
    }
    .index2 .wrap .content .matter{
        padding: 15px 0;
        flex-direction: column-reverse;
    }
    .index2 .wrap .content .matter .r{
        width: 100%;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item{
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline{
        gap: 10px;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline span{
        width: 7px;
        height: 7px;
    }
    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .headline p{
        font-size: 18px;
    }

    .index2 .wrap .content .matter .r .proSwiper .swiper-slide .item .img{
        width: 100%;
        height: auto;
        margin: 25px auto 0;
    }
    .index2 .wrap .content .matter .l .p1{
        font-size: 22px;
        margin: 20px 0 0 0;
    }
    .index2 .wrap .content .matter .l .more{
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
        border-radius: 30px;
        margin: 20px 0 0 0;
    }
    .index2 .wrap .content .matter .r .proSwiper{
        width: 160vw;
    }
    .index3{
        padding: 0 0 30px;
    }
    .index3 .wrap .title{
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px;
    }

    .index3 .wrap .content{
        flex-direction: column;
        gap: 40px;
    }
    .index3 .wrap .content .item{
        width: 100%;
    }
    .index3 .wrap .content .item .icon{
        width: 35px;
        height: 35px;
    }
    .index3 .wrap .content .item .p1{
        font-size: 16px;
        margin: 25px 0 15px;
    }
    .index3 .wrap .content .item .p2{
        font-size: 13px;
        line-height: 23px;
    }
    .index4{
        height: auto;
        padding: 40px 0 0;
    }
    .index4 .fix{
        height: auto;
    }
    .index4 .fix .wrap{
        width: 90%;
        margin: auto;
    }
    .index4 .fix .wrap .x{
        width: 100%;
    }
    .index4 .fix .wrap .x .line{
        display: none;
    }
    .index4 .fix .wrap .x .jump{
        flex-direction: column;
    }
    .index4 .fix .wrap .x .first{
        width: 100%;
        height: auto;
        padding: 0;
        flex-direction: column;
        margin: 0 0 20px;
    }
    .index4 .fix .wrap .x .first .l{
        margin-top: 0;
        width: 100%;
    }
    .index4 .fix .wrap .x .first .l .title{
        font-size: 22px;
        margin: 0 0 25px;
    }

    .index4 .fix .wrap .x .first .l .text{
        font-size: 13px;
        line-height: 25px;
    }
    .index4 .fix .wrap .x .first .qiu{
        position: static;
        width: 60%;
        transform: none;
        margin: 25px 0;
        max-width: 240px;
    }
    .index4 .fix .wrap .x .first .r{
        width: 100%;
        margin: 30px 0 0 0;
        font-size: 13px;
        line-height: 25px;
    }
    .index4 .fix .wrap .x .content.content1{
        margin: 25px 0;
    }
    .index4 .fix .wrap .x .content .circle{
        width: 100px;
        height: 100px;
    }
    .index4 .fix .wrap .x .content .circle img{
        width: 48px;
    }
    .index4 .fix .wrap .x .content .text{
        margin: 25px 0 0 0;
    }
    .index4 .fix .wrap .x .content .text .p1{
        font-size: 24px;
    }
    .index4 .fix .wrap .x .content .text .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin: 30px auto 0;
    }
    .index4 .fix .wrap .x .content.content2{
        margin: 30px 0 0 0;
        display: flex;
        flex-direction: column-reverse;
        gap: 25px;
    }
    .index4 .fix .wrap .x .content.content3{
        width: 100%;
        height: auto;
        padding: 30px 0 0 0;
        margin: 0 0 20px;
    }
    .index4 .fix .wrap{
        opacity: 1!important;
        transform: none!important;
    }
    .index5 .home-val-arr-inner{
        display: none;
    }
    .index5 .first{
        margin: 25px 0 0 0;
        padding: 40px 0;
    }

    .index5 .first .wrap{
        width: 90%;
    }
    .index5 .first .wrap .top .p1{
        font-size: 22px;
    }
    .index5 .first .wrap .top .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin: 25px auto 0;
    }
    .index5 .first .wrap .content{
        margin: 30px 0 0 0;
    }
    .index5 .first .wrap .content .position{
        display: none;
    }
    .index6{
        padding: 30px 0 0 0;
    }
    .index6 .wrap{
        width: 90%;
    }
    .index6 .wrap .title{
        font-size: 24px;
        margin: 0 auto 25px;
    }
    .index6 .wrap .content{
        flex-direction: column;
    }
    .index6 .wrap .content .l{
        width: 100%;
        height: auto;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item{
        padding: 0;
        border-radius: 10px;
    }
    .index6 .wrap .content .l .newsSwiper .swiper-wrapper .swiper-slide .item .common_bg{
        position: static;
    }
    .index6 .wrap .content .l .swiper-pagination{
        bottom: 18px;
        left: 5%;
    }
    .index6 .wrap .content .l .swiper-pagination span {
        width: 10px;
        height: 10px;
        background: rgba(0,0,0,.2);
        margin: 0 10px 0 0 !important;
    }
    .index6 .wrap .content .l .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .index6 .wrap .content .r {
        width: 100%;
        margin: 25px 0 0 0;
    }
    .index6 .wrap .content .r .item{
        padding: 30px 0;
        flex-direction: column;
        align-items: unset;
    }
    .index6 .wrap .content .r .item .left{
        gap: 10px;
        align-items: unset;
        flex-direction: column;
    }
    .index6 .wrap .content .r .item .left .time{
        font-size: 13px;
    }
    .index6 .wrap .content .r .item .left .p1{
        font-size: 16px;
        width: 100%;
        line-height: 25px;
    }
    .index6 .wrap .content .r .item .more{
        gap: 10px;
        margin: 20px 0 0 0;
    }

    .index6 .wrap .content .r .item .more p{
        font-size: 14px;
    }

    .index6 .wrap .content .r .item .more .iconfont{
        font-size: 14px;
    }

    .index7{
        height: auto;
    }
    .index7 .fix{
        height: auto;
        padding: 40px 0;
    }
    .index7 .wrap{
        position: relative;
        top: 0;
        left: 0;
        z-index: 2;
        transform: none;
        margin: auto;
    }
    .index7 .wrap .img{
        width: 120px;
    }
    .index7 .wrap .title{
        font-size: 22px;
        line-height: 28px;
        margin: 20px 0;
    }
    .index7 .wrap .tel{
        font-size: 16px;
        line-height: 25px;
        margin: 0 auto 15px;
    }
    .index7 .wrap .address{
        width: 100%;
        height: 50px;
        border-radius: 30px;
        padding: 0 15px;
    }
    .index7 .wrap .address input{
        padding: 0;
        font-size: 14px;
    }
    .index7 .wrap .address .circle{
        width: 42px;
        height: 42px;
    }
    .index7 .wrap .address .circle .iconfont{
        font-size: 14px;
    }
    .index5 .first .wrap .content .point{
        height: auto;
    }
}

