.f_30 {
    font-size: 1.5625vw
}

body {
    background: rgba(246, 246, 246, 0.05)
}

.common_title {
    color: #000;
    text-align: center;
    font-weight: 400;
    position: relative;
    font-weight: bold
}

.common_title img {
    width: 14.375vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
    z-index: -1
}

.index_banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.index_banner .swiper-wrapper {
    position: relative;
    z-index: 3
}

.index_banner .imgs {
    width: 100%;
    height: 100%
}

.index_banner .imgs .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s
}

.index_banner .imgs .img img,.index_banner .imgs .img video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s;
    transform: scale(1.1)
}

.index_banner .imgs .img.on {
    opacity: 1
}

.index_banner .imgs .img.on img,.index_banner .imgs .img.on video {
    transform: scale(1)
}

.index_banner .texts {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0
}

.index_banner .texts .text {
    position: absolute;
    left: 10.625vw;
    top: 16.66667vw;
    opacity: 0;
    transform: translateY(1.5625vw);
    pointer-events: none
}

.index_banner .texts .text .zi {
    width: 45.88542vw;
    z-index: 4;
    margin-bottom: 5.36458vw;
    font-family: 'YouSheBiaoTiHei';
    color:white;
}

.index_banner .texts .text .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.1875vw;
    height: 3.54167vw;
    border: .10417vw solid snow;
    border-radius: 1.77083vw;
    transition: 0.6s
}

.index_banner .texts .text .more a p {
    font-weight: 400;
    margin-right: .52083vw;
    color: #FFFFFF;
    transition: 0.6s
}

.index_banner .texts .text .more a .line {
    width: 3.33333vw;
    height: .10417vw;
    background: #FFFFFF;
    transition: 0.6s
}

.index_banner .texts .text .more a:hover {
    border: .10417vw solid #055EA0;
    background: #055EA0
}

.index_banner .texts .text.on {
    opacity: 1;
    transform: translateY(0vw);
    pointer-events: auto;
    transition: 0.6s
}

.index_banner .wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    pointer-events: none
}

.index_banner .wave .wave_box {
    height: max-content;
    animation: img_go1 50s infinite linear
}

.index_banner .wave .wave_box .waves img {
    width: 20.3125vw;
    display: block
}
.index_banner .swiper-pagination {
    width: 29.73958vw;
    height: .41667vw;
    border-radius: .20833vw;
    background: rgba(255, 255, 255, 0.15);
    left: 10.52083vw;
    bottom: 2.5vw;
    display: flex;
    top: unset;
    z-index: 4;
    overflow: hidden
}
/* .index_banner .swiper-scrollbar {
    width: 29.73958vw;
    height: .41667vw;
    border-radius: .20833vw;
    background: rgba(255, 255, 255, 0.15);
    left: 10.52083vw;
    bottom: 2.5vw;
    display: flex;
    top: unset;
    z-index: 4;
    overflow: hidden
} */
/* .index_banner .swiper-pagination .swiper-pagination-progressbar-fill {
    border-radius: .20833vw;
    display: block;
    background: #FFFFFF
} */
 /* .index_banner .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: .20833vw;
    display: flex;
    background: #FFFFFF
} */
.index_banner .swiper-pagination .swiper-pagination-bullet {
    border-radius: .20833vw;
    transition: opacity 0.8s ease;
    display: flex;
    margin: 0;
    flex: 1;
    background: #FFFFFF
}
.sec1 .content {
    display: flex;
    justify-content: center
}

.sec1 .content .item {
    width: 26.30208vw;
    height: 19.16667vw;
    padding: 3.64583vw 0 0;
    transition: 0.6s;
    box-shadow: 0vw 0vw 1.04167vw 0vw transparent;
    transition: 0.6s
}

.sec1 .content .item .icon {
    width: 5.41667vw;
    height: 5.41667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.77083vw;
    transition: 0.4s
}

.sec1 .content .item .icon img {
    display: block;
    width: 100%
}

.sec1 .content .item p {
    font-weight: 400;
    line-height: 2.34375vw;
    text-align: center;
    font-weight: bold
}

.sec1 .content .item:hover {
    box-shadow: 0 0 1.04167vw 0 rgba(0, 0, 0, 0.1)
}

.sec1 .content .item:hover .icon {
    animation: fadeLoop 1s ease-in-out
}

@keyframes fadeLoop {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

.sec2 .l {
    display: flex;
    justify-content: space-between;
    width: 59.58333vw
}

.sec2 .l .img {
    overflow: hidden
}

.sec2 .l .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec2 .l .img:hover img {
    transform: scale(1.1)
}

.sec2 .l .imgs1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 24.6875vw;
    gap: .52083vw 0
}

.sec2 .l .imgs1 .img {
    display: block
}

.sec2 .l .imgs1 .img:nth-child(1) {
    width: 100%;
    height: 13.4375vw
}

.sec2 .l .imgs1 .img:nth-child(2) {
    width: 13.90625vw;
    height: 11.25vw
}

.sec2 .l .imgs1 .img:nth-child(3) {
    width: 10.26042vw;
    height: 11.25vw
}

.sec2 .l .imgs1 .img:nth-child(4) {
    width: 10.625vw;
    height: 10.05208vw
}

.sec2 .l .imgs1 .img:nth-child(5) {
    width: 13.54167vw;
    height: 10.05208vw
}

.sec2 .l .imgs2 {
    width: 20.41667vw;
    display: flex;
    flex-direction: column;
    gap: .52083vw 0
}

.sec2 .l .imgs2 .img:nth-child(1) {
    width: 100%;
    height: 13.4375vw
}

.sec2 .l .imgs2 .img:nth-child(2) {
    width: 100%;
    height: 11.25vw
}

.sec2 .l .imgs2 .img:nth-child(3) {
    width: 100%;
    height: 10.05208vw
}

.sec2 .l .imgs3 {
    width: 13.4375vw;
    display: flex;
    flex-direction: column;
    gap: .52083vw 0
}

.sec2 .l .imgs3 .img {
    width: 100%;
    height: 11.5625vw
}

.sec2 .r {
    width: 39.89583vw;
    background: linear-gradient(180deg, #EF9130 0%, #F4B336 100%);
    padding: 8.33333vw 5.20833vw 0
}

.sec2 .r .title {
    font-weight: 400;
    font-weight: bold;
    color: #FFFFFF
}

.sec2 .r p {
    margin: 4.47917vw 0;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 2;
    letter-spacing: 3.6px;
    text-transform: capitalize
}

.sec2 .r a {
    width: 6.66667vw;
    height: 2.29167vw;
    border-radius: .41667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #FFFFFF;
    background: #DB7100;
    transition: 0.6s
}

.sec2 .r a:hover {
    background: #055EA0
}

.sec3 {
    padding: 4.42708vw 0 0
}

.sec3 .common_title {
    margin-bottom: 3.38542vw
}

.sec3 .content {
    display: flex;
    justify-content: center;
    gap: 0 5.46875vw
}

.sec3 .content .line {
    width: 11.875vw;
    height: .10417vw;
    background: #055EA0;
    margin: 3.07292vw 0 0
}

.sec3 .content .item {
    position: relative
}

.sec3 .content .item p {
    font-weight: 400;
    line-height: 1.5625vw;
    text-align: center;
    color: #055EA0;
    position: absolute;
    left: 50%;
    top: 6.77083vw;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: bold
}

.sec3 .content .item .icon {
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0vw 0vw .47396vw .36458vw rgba(163, 163, 163, 0.05)
}

.sec3 .content .item .icon img {
    display: block;
    width: 5vw;
    transition: 1s
}

.sec3 .content .item .icon:hover img {
    transform: rotateY(360deg)
}

.sec4 {
    position: relative;
    padding: 8.28125vw 13.64583vw 3.33333vw 10.52083vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec4 .bg {
    position: absolute;
    width: 31.77083vw;
    opacity: 0.05;
    top: 0;
    left: 0
}

.sec4 .l {
    width: 23.48958vw
}

.sec4 .l .swiper {
    width: 100%;
    overflow: hidden
}

.sec4 .l .swiper .swiper-slide h5 {
    opacity: 0;
    transform: translateY(1.04167vw);
    font-weight: 400;
    color: #000000;
    font-weight: bold
}

.sec4 .l .swiper .swiper-slide p {
    opacity: 0;
    transform: translateY(1.04167vw);
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 1.25vw;
    margin: 2.60417vw 0
}

.sec4 .l .swiper .swiper-slide .more {
    opacity: 0;
    transform: translateY(1.04167vw);
    pointer-events: none
}

.sec4 .l .swiper .swiper-slide .more a {
    width: 6.66667vw;
    height: 2.29167vw;
    border-radius: .41667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #055EA0;
    transition: 0.6s
}

.sec4 .l .swiper .swiper-slide .more a:hover {
    background: #DB7100
}

.sec4 .l .swiper .swiper-slide.swiper-slide-active h5 {
    opacity: 1;
    transform: translateY(0vw);
    transition: 0.6s
}

.sec4 .l .swiper .swiper-slide.swiper-slide-active p {
    opacity: 1;
    transform: translateY(0vw);
    transition: 0.6s;
    transition-delay: 0.1s
}

.sec4 .l .swiper .swiper-slide.swiper-slide-active .more {
    opacity: 1;
    transform: translateY(0vw);
    pointer-events: auto;
    transition: 0.6s;
    transition-delay: 0.2s
}

.sec4 .r {
    position: relative
}

.sec4 .r .btns .icon {
    width: 3.54167vw;
    height: 7.44792vw;
    background: rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(1.04167vw);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer;
    position: absolute;
    top: 47%;
    transform: translateY(-50%)
}

.sec4 .r .btns .icon img {
    width: 1.45833vw;
    transition: 0.6s;
    filter: invert(1)
}

.sec4 .r .btns .icon:nth-child(1) {
    left: -1.77083vw
}

.sec4 .r .btns .icon:nth-child(2) {
    right: -1.77083vw
}

.sec4 .r .btns .icon:nth-child(2) img {
    transform: rotate(180deg)
}

.sec4 .r .btns .icon:hover {
    background: #055EA0
}

.sec4 .r .swiper_box {
    width: 49.0625vw;
    overflow: hidden
}

.sec4 .r .swiper_box .swiper {
    width: 79.47917vw;
    margin: 0 auto;
    position: relative;
    transform: translateX(-50%);
    left: 50%
}

.sec4 .r .swiper_box .swiper .swiper-slide .img {
    width: 100%
}

.sec4 .r .swiper_box .swiper .swiper-slide .img img {
    display: block;
    width: 100%
}

.sec4 .r .swiper_box .swiper-scrollbar {
    margin: 1.51042vw auto 0;
    position: unset;
    width: 29.73958vw;
    height: .41667vw;
    border-radius: .20833vw;
    background: rgba(5, 94, 160, 0.15)
}

.sec4 .r .swiper_box .swiper-scrollbar .swiper-scrollbar-drag {
    background: #036eb7
}

.sec5 {
    width: 100%;
    position: relative;
    height: 40.36458vw;
    padding: 4.42708vw 0 0
}

.sec5 .bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0
}

.sec5 .bg img {
    display: block;
    width: 100%;
     height: 100%;
}

.sec5 .common_title {
    margin-bottom: 3.38542vw;
    color: #FFFFFF
}

.sec5 .common_title img {
    filter: brightness(0) invert(1)
}

.sec5 .content {
    position: relative;
    width: 78.95833vw;
    margin: 0 auto
}

.sec5 .content .btns {
    width: 100%;
    position: absolute;
    top: 9.21875vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3
}

.sec5 .content .btns .icon {
    width: 3.54167vw;
    height: 7.44792vw;
    background: rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(1.04167vw);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer
}

.sec5 .content .btns .icon img {
    width: 1.45833vw;
    transition: 0.6s;
    filter: invert(1)
}

.sec5 .content .btns .icon:nth-child(2) {
    transform: rotate(180deg)
}

.sec5 .content .btns .icon:hover {
    background: #055EA0
}

.sec5 .content .swiper_box {
    overflow: hidden;
    width: 68.85417vw;
    margin: 0 auto
}

.sec5 .content .swiper_box .sec5_swiper {
    width: 36.875vw;
    margin: 0 auto
}

.sec5 .content .swiper_box .sec5_swiper .swiper-slide .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 21.875vw;
}

.sec5 .content .swiper_box .sec5_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.sec5 .content .swiper_box .sec5_swiper .swiper-slide .img .pic{
    background: linear-gradient(180deg, #EF9130 0%, #F4B336 100%);
    box-shadow: 0vw 0vw 1.04167vw 0vw rgba(0, 0, 0, 0.2);
    padding: 5px;
    max-width: 100%;
    height: 100%;
    text-align: center;
}

.sec5 .content .swiper_box .sec5_swiper .swiper-slide p {
    margin: 1.45833vw 0 0;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    transition: 0.6s
}

.sec5 .content .swiper_box .sec5_swiper .swiper-slide.swiper-slide-active p {
    opacity: 1
}

.sec6 {
    padding: 5.72vw 10.5vw 1.875vw  10.5vw;
    position: relative;
    background: url(../images/about/bg2.png) no-repeat;
    background-size: cover;
}

.sec6 .title {
    position: absolute;
    left: 0;
    top:3.135vw;
    width: 100%;
}


.sec6 .map_box .map {
    width: 100%;
    position: relative
}

.sec6 .map_box .map .num {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 400;
    color: #000000
}

.sec6 .map_box .map>img {
    display: block;
    width: 100%
}

.sec6 .map_box .map .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.sec6 .map_box .map .position .dian {
    position: absolute;
    cursor: pointer
}

.sec6 .map_box .map .position .dian .cir {
    width: .625vw;
    height: .625vw;
    border-radius: 50%;
    background: #f3881c;
    transition: 0.6s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec6 .map_box .map .position .dian .cir:after,
.sec6 .map_box .map .position .dian .cir:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.97917vw;
    height: 1.97917vw;
    border-radius: 50%;
    background: rgba(243, 136, 28, 0.2);
    opacity: 0;
    transition: 0.6s
}

.sec6 .map_box .map .position .dian .cir:before {
    width: 1.25vw;
    height: 1.25vw
}

.sec6 .map_box .map .position .dian .dian_box {
    position: absolute;
    left: 0;
    bottom: .57292vw;
    padding: 0 0 0 .57292vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s
}

.sec6 .map_box .map .position .dian .dian_box .text {
    position: relative;
    width: 32.55208vw
}

.sec6 .map_box .map .position .dian .dian_box .text img {
    display: block;
    width: 100%
}

.sec6 .map_box .map .position .dian .dian_box .text .text_box {
    position: absolute;
    left: 0;
    top: .67708vw;
    width: 100%;
    padding: 0 .57292vw 0 1.51042vw
}

.sec6 .map_box .map .position .dian .dian_box .text .text_box h5 {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.66667vw
}

.sec6 .map_box .map .position .dian .dian_box .text .text_box p {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.66667vw
}

.sec6 .map_box .map .position .dian:hover .cir {
    transform: scale(1.8)
}

.sec6 .map_box .map .position .dian:hover .cir:after,
.sec6 .map_box .map .position .dian:hover .cir:before {
    opacity: 1
}

.sec6 .map_box .map .position .dian:hover .dian_box {
    opacity: 1;
    pointer-events: auto
}

/*.sec6 .map_box .map .position .dian:nth-child(1){top:14.63542vw;left:36.40625vw}.sec6 .map_box .map .position .dian:nth-child(2){top:18.22917vw;left:41.51042vw}.sec6 .map_box .map .position .dian:nth-child(3){top:22.08333vw;left:39.16667vw}.sec6 .map_box .map .position .dian:nth-child(4){top:22.08333vw;left:48.07292vw}.sec6 .map_box .map .position .dian:nth-child(5){top:23.48958vw;left:31.97917vw}.sec6 .map_box .map .position .dian:nth-child(6){top:23.48958vw;left:44.58333vw}.sec6 .map_box .map .position .dian:nth-child(7){top:27.23958vw;left:36.40625vw}.sec6 .map_box .map .position .dian:nth-child(8){top:31.875vw;left:53.33333vw}*/
.sec7 {
    padding: 3.64583vw 10.52083vw
}

.sec7 .common_title {
    margin-bottom: 3.38542vw
}

.sec7 .content .grid1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .52083vw
}

.sec7 .content .grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .52083vw;
    margin-top: .52083vw
}

.sec7 .content .item {
    width: 100%;
    height: 18.33333vw;
    border-radius: .625vw;
    background: #055EA0;
    padding: 4.89583vw 0 0;
    position: relative
}

.sec7 .content .item p {
    position: absolute;
    top: 11.14583vw;
    width: 100%;
    padding: 0 1.04167vw;
    color: #FFFFFF;
    opacity: 0;
    transition: 0.6s
}

.sec7 .content .item .icon {
    width: fit-content;
    margin: 0 auto 2.60417vw;
    transition: 0.6s
}

.sec7 .content .item .icon img {
    width: 4.16667vw
}

.sec7 .content .item h5 {
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    transition: 0.6s
}

.sec7 .content .item:nth-child(2n) {
    background: linear-gradient(180deg, #EF9130 0%, #F4B336 100%)
}

.sec7 .content .item:hover .icon {
    transform: translateY(-2.29167vw)
}

.sec7 .content .item:hover h5 {
    transform: translateY(-3.85417vw)
}

.sec7 .content .item:hover p {
    opacity: 1;
    transition-delay: 0.2s
}

.sec8 {
    padding: 4.27083vw 0 12.8125vw;
    width: 100%;
    overflow: hidden
}

.sec8 .common_title {
    margin-bottom: 3.38542vw
}

.sec8 .flex {
    animation: img_go 100s infinite linear;
    display: flex;
    width: max-content
}

.sec8 .flex .imgs {
    display: flex
}

.sec8 .flex .imgs .item {
    margin-right: 1.04167vw
}

.sec8 .flex .imgs .item .img {
    width: 18.95833vw;
    height: 7.8125vw;
    border-radius: .41667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0vw 0vw 1.04167vw 0vw transparent;
    transition: 0.6s
}

.sec8 .flex .imgs .item .img img {
    max-width: 100%;
    max-height: 100%
}

.sec8 .flex .imgs .item p {
    text-align: center;
    margin: 1.04167vw 0 0;
    color: #000000
}

.sec8 .flex .imgs .item:hover .img {
    box-shadow: 0vw 0vw 1.04167vw 0vw rgba(0, 0, 0, 0.12)
}

.sec8 .flex1 {
    margin-top: 2.60417vw;
    animation: img_go2 100s infinite linear
}

.sec9 {
    padding: 4.27083vw 10.52083vw 3.64583vw;
    position: relative
}

.sec9 .bg {
    width: 34.32292vw;
    opacity: 0.05;
    position: absolute;
    right: 0;
    top: -.83333vw;
    pointer-events: none
}

.sec9 .bg img {
    display: block;
    width: 100%
}

.sec9 .common_title {
    margin-bottom: 3.38542vw
}

.sec9 .content {
    display: flex;
    align-items: center;
    border-radius: 1.04167vw;
    overflow: hidden
}

.sec9 .content .l {
    width: 39.375vw;
    height: 27.08333vw;
    position: relative
}

.sec9 .content .l .img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none
}

.sec9 .content .l .img.on {
    opacity: 1;
    pointer-events: auto
}

.sec9 .content .l .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec9 .content .l .img .more {
    width: 7.5vw;
    height: 2.76042vw;
    border-radius: 5.20833vw;
    position: absolute;
    cursor: pointer;
    left: 2.29167vw;
    bottom: 1.66667vw;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.25vw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s
}

.sec9 .content .l .img .more:hover {
    background: #055EA0
}

.sec9 .content .l .img:hover img {
    transform: scale(1.1)
}

.sec9 .content .l .img:not(:nth-child(1)) {
    position: absolute;
    top: 0
}

.sec9 .content .r {
    padding: 0 3.38542vw;
    width: 39.58333vw;
    height: 27.08333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.64583vw 0;
    border: .05208vw solid rgba(5, 94, 160, 0.5);
    border-left: none;
    border-radius: 0 1.04167vw 1.04167vw 0
}

.sec9 .content .r .item {
    display: flex;
    align-items: flex-end;
    line-height: 1
}

.sec9 .content .r .item .date {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin-right: 1.66667vw
}

.sec9 .content .r .item .date span {
    color: #000000;
    display: block;
    transition: 0.6s
}

.sec9 .content .r .item .date span:nth-child(1) {
    margin-right: .46875vw
}

.sec9 .content .r .item .date span:nth-child(2),
.sec9 .content .r .item .date span:nth-child(3) {
    margin-bottom: .26042vw
}

.sec9 .content .r .item p {
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s
}

.sec9 .content .r .item:hover .date span {
    color: #055ea0
}

.sec9 .content .r .item:hover p {
    color: #055ea0
}

@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes img_go1 {
    100% {
        transform: translateY(-50%)
    }
}

@keyframes img_go2 {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

@media screen and (max-width: 768px) {
    .common_title img {
        width: 150px
    }

    .f_30 {
        font-size: 20px
    }

    .index_banner .wave .wave_box .waves img {
        width: 45vw
    }

    .index_banner .texts .text {
        top: 40vh;
        left: 5vw
    }

    .index_banner .texts .text .zi {
        width: 320px;
        margin-bottom: 50px
    }

    .index_banner .texts .text .more a {
        padding: 0 20px;
        width: fit-content;
        height: 40px;
        border-radius: 40px
    }

    .index_banner .texts .text .more a .line {
        width: 30px;
        margin-left: 10px
    }

    .index_banner .swiper-pagination {
        width: 90%;
        left: 5vw;
        height: 4px;
        border-radius: 2px;
        bottom: 30px
    }

    .sec1 {
        padding: 50px 5vw
    }

    .sec1 .content {
        display: block
    }

    .sec1 .content .item {
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 60px 0;
        height: unset;
        margin-bottom: 40px
    }

    .sec1 .content .item .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
        opacity: 1
    }

    .sec1 .content .item p {
        line-height: 1.4
    }

    .sec2 {
        display: block
    }

    .sec2 .l {
        width: 100%;
        flex-wrap: wrap
    }

    .sec2 .l .imgs1 {
        width: 100%;
        justify-content: space-between;
        gap: 10px 0 !important;
        margin-bottom: 10px
    }

    .sec2 .l .imgs1 .img {
        width: 49% !important;
        height: 40vw !important
    }

    .sec2 .l .imgs1 .img:nth-child(5) {
        width: 100% !important
    }

    .sec2 .l .imgs2,
    .sec2 .l .imgs3 {
        margin-bottom: 10px;
        width: 49%;
        gap: 10px 0 !important
    }

    .sec2 .l .imgs2 .img,
    .sec2 .l .imgs3 .img {
        width: 100% !important;
        height: 40vw !important
    }

    .sec2 .r {
        width: 100%;
        height: unset;
        padding: 30px 5vw
    }

    .sec2 .r p {
        margin: 25px 0;
        line-height: 1.6
    }

    .sec2 .r a {
        height: 40px;
        padding: 0 20px;
        width: fit-content;
        border-radius: 4px
    }

    .sec3 {
        padding: 50px 5vw
    }

    .sec3 .common_title {
        margin-bottom: 30px
    }

    .sec3 .content {
        display: block
    }

    .sec3 .content .line {
        display: none
    }

    .sec3 .content .item {
        margin-bottom: 30px
    }

    .sec3 .content .item .icon {
        width: 80px;
        height: 80px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 0 auto
    }

    .sec3 .content .item .icon img {
        width: 50px
    }

    .sec3 .content .item p {
        text-align: center;
        position: unset;
        transform: unset;
        line-height: 1.6
    }

    .sec4 {
        padding: 50px 5vw;
        flex-direction: column-reverse
    }

    .sec4 .l {
        width: 100%
    }

    .sec4 .l .swiper .swiper-slide p {
        line-height: 1.6;
        margin: 10px 0 20px
    }

    .sec4 .l .swiper .swiper-slide .more a {
        height: 40px;
        padding: 0 20px;
        width: fit-content;
        border-radius: 4px;
        margin: 0 auto
    }

    .sec4 .r {
        width: 100%;
        margin-bottom: 30px
    }

    .sec4 .r .swiper_box {
        width: 100%
    }

    .sec4 .r .swiper_box .swiper {
        width: 100%
    }

    .sec4 .r .swiper_box .swiper .swiper-scrollbar {
        display: none
    }

    .sec4 .r .btns {
        position: unset;
        transform: unset;
        width: 100%;
        justify-content: center;
        gap: 0 20px;
        margin: 25px 0 0
    }

    .sec4 .r .btns .icon {
        width: 40px;
        height: 60px
    }

    .sec4 .r .btns .icon img {
        width: 14px;
        filter: unset
    }

    .sec5 {
        padding: 50px 5vw;
        height: unset
    }

    .sec5 .bg {
        width: 100%;
        height: 100%;
        left: 0
    }

    .sec5 .bg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .sec5 .content {
        width: 60%;
        margin: 40px auto 0
    }

    .sec5 .content .btns {
        width: 90vw;
        top: 35%;
    }

    .sec5 .content .btns .icon {
        width: 40px;
        height: 60px
    }

    .sec5 .content .btns .icon img {
        width: 14px
    }

    .sec5 .content .swiper_box {
        width: 100%
    }

    .sec5 .content .swiper_box .swiper {
        width: 100%
    }

    .sec5 .content .swiper_box .sec5_swiper .swiper-slide .img{
        height: 300px;
    }
    .sec5 .content .swiper_box .sec5_swiper .swiper-slide .img .pic{
        padding: 10px;
    }
    .sec6 {
        padding: 70px 0 30px 0;
        /* overflow: hidden */
    }
    .sec6 .title{
        top:30px;
    }

    /* .sec6 .common_title {
        margin-bottom: 30px
    } */

    .sec6 .map_box .map .position .dian .cir {
        width: 8px;
        height: 8px
    }

    .sec6 .map_box .map .position .dian .dian_box {
        position: fixed;
        bottom: -60px;
        width: 100%;
        padding:0 5%;
    }

    .sec6 .map_box .map .position .dian .dian_box .text {
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: 10px;
        padding: 10px
    }

    .sec6 .map_box .map .position .dian .dian_box .text img {
        display: none
    }

    .sec6 .map_box .map .position .dian .dian_box .text .text_box {
        position: static
    }

    .sec6 .map_box .map .position .dian .dian_box .text .text_box h5 {
        font-size: 14px;
        line-height: inherit
    }

    .sec6 .map_box .map .position .dian .dian_box .text .text_box p {
        font-size: 12px;
        line-height: inherit
    }

    .sec6 .map_box .map .num {
        position: unset;
        margin: 20px 0 0
    }

    .sec7 {
        padding: 50px 5vw
    }

    .sec7 .common_title {
        margin-bottom: 50px
    }

    .sec7 .content .item {
        width: 100%;
        height: unset;
        border-radius: 6px;
        padding: 40px 20px;
        margin-bottom: 15px
    }

    .sec7 .content .item .icon {
        margin: 0 auto 20px;
        transform: unset !important
    }

    .sec7 .content .item .icon img {
        width: 60px
    }

    .sec7 .content .item h5 {
        transform: unset !important;
        margin-bottom: 15px
    }

    .sec7 .content .item p {
        opacity: 1;
        position: unset;
        line-height: 1.6
    }

    .sec7 .content .grid1,
    .sec7 .content .grid2 {
        display: block
    }

    .sec8 {
        padding: 20px 0
    }

    .sec8 .common_title {
        margin-bottom: 40px
    }

    .sec8 .flex .imgs .item {
        margin-right: 20px
    }

    .sec8 .flex .imgs .item .img {
        width: 140px;
        height: 60px;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
    }

    .sec8 .flex .imgs .item .img img {
        max-width: 80%;
        max-height: 60%
    }

    .sec8 .flex1 {
        margin-top: 30px
    }

    .sec9 {
        padding: 50px 5vw 80px
    }

    .sec9 .common_title {
        margin-bottom: 40px
    }

    .sec9 .content {
        display: block;
        border-radius: unset;
        height: unset
    }

    .sec9 .content .l {
        display: none
    }

    .sec9 .content .r {
        width: 100%;
        height: unset;
        border: none;
        border-radius: unset
    }

    .sec9 .content .r .item {
        display: block;
        margin-bottom: 40px;
        padding: 0 0 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .sec9 .content .r .item .img {
        display: block !important;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 20px
    }

    .sec9 .content .r .item .img img {
        display: block;
        width: 100%
    }

    .sec9 .content .r .item .date {
        margin-bottom: 20px
    }
}