@charset "utf-8";

@font-face {
    font-family: sy;
    src: url(../images2025/sySong.woff);
}

@font-face {
    font-family: geo;
    src: url(../images2025/georgia.ttf);
}

.header_top {
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.header_top::after {
    width: 100%;
    height: 2.2rem;
    background: linear-gradient(180deg, rgba(0, 127, 204, 0.93) 50%, rgba(0, 127, 204, 0) 100%);
    bottom: auto;
    top: 0;
}

.fixed .header_top::after {
    height: 0rem;
}

.fixed .header_top {
    background: #007fcc;
}

.header_top .top {
    justify-content: space-between;
    height: .94rem;
    align-items: center;
    width: 100%;
}

#logo {
    position: relative;
}

.header_top #logo img {
    transition: .5s;
    max-width: 7.06rem;
    width: 7.06rem;
}

.list_box1 {
    flex: 1;
    min-width: 0;
    padding-left: 5%;
    justify-content: space-between;
}

.list_box1 .top-t {
    align-items: center;
    justify-content: flex-end;
}

.list_box1 .li {
    padding: 0 0.15rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.list_box1 .li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0);
    padding-right: 0;
}

.list_box1 a {
    color: rgba(255, 255, 255, 1);
    font-size: 0.16rem;
}

.list_box1 a img {
    display: inline-block;
    width: 0.18rem;
    margin-right: .05rem;
}

.list_box1 .ser .a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_box1 .li .input {
    width: calc(100% - .16rem);
    height: 100%;
    padding: 0 0.1rem 0 0rem;
    font-size: .16rem;
    color: #fff;
    line-height: .28rem;
}

.list_box1 .li .serbtn {
    width: 0.16rem;
    background: url(../images2025/ser.png) no-repeat left center;
    background-size: 0.16rem;
    height: 100%;
}

.list_box1 .li .input::-webkit-input-placeholder {
    color: #fff;
}

.list_box1 .li .input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.list_box1 .li .input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.list_box1 .li .input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav {
    width: 100%;
    position: relative;
    z-index: 1000;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#nav ul li {
    z-index: 0;
    position: relative;
}

#nav ul li a {
    display: flex;
    padding: 0;
    position: relative;
    z-index: 2;
    height: 100%;
    align-items: center;
}

#nav ul li h3 {
    font-size: .2rem;
    color: #fff;
    line-height: .65rem;
    position: relative;
    transition: .36s;
    font-weight: normal;
}

#nav ul li .sub {
    position: absolute;
    top: 95%;
    background: rgba(255, 255, 255, .9);
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    overflow: hidden;
    z-index: 1000;
}

#nav ul li .sub:after {
    content: '';
    height: .02rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #007fcc;
}

#nav ul li .sub .box {
    /* padding: .2rem 0; */
    text-align: center;
}

#nav ul li .sub a {
    padding: 10px .16rem;
    line-height: 28px;
    transition: .6s;
    font-size: .16rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    display: block;
}

#nav ul li .sub a img {
    margin: 0 .1rem 0 0;
    opacity: .2;
    transition: .5s
}

#nav ul li .sub a:hover {
    background: #007fcc;
    color: #fff;
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

#nav ul li.on h3,
#nav ul li:hover h3 {
    font-weight: bold;
    /* color: #007fcc; */
}

#nav ul li.on h3::after,
#nav ul li:hover h3::after {
    opacity: 1;
}

/*手机端开始*/
.m_header_box {
    transition: .6s;
    display: none;
    position: relative;
    z-index: 100000;
}

.m_header_box header {
    padding: 0 0 0 0.15rem;
    height: .7rem;
    background: #007fcc;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo {
    padding: 0;
    width: 75%;
    margin: 0;
}

.m_header_box header #logo img {
    max-height: .6rem;
}

/*导航按钮开始*/
#nav_btn_box.on {
    background: none;
}

#nav_btn_box {
    position: relative;
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10px;
    border-right: #fff 10px solid;
    border-top: transparent .7rem solid;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.40rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: .28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #007fcc;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #007fcc;
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    /* background: rgba(255,255,255,.1); */
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
    background: #007fcc url(../images2025/submit.png) center no-repeat;
    background-size: .28rem;
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin: .32rem 0 0;
    flex-wrap: wrap;
    height: 0.4rem;
}

#m_nav .list_box0 .li {
    text-align: left;
    color: #007fcc;
    margin: 0 .12rem 0.15rem 0;
    font-size: 14px;
    padding: 0;
    min-width: 1rem;
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    max-height: calc(100% - 250px);
    /* background: rgba(255,255,255,.1); */
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    /* flex: 1; */
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .5rem;
    color: #333;
    padding: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .5rem;
    display: inline-block;
    background: url(../images2025/arrow_down.png) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 2px;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid #e2e2e2;
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/*顶部搜索*/
.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 85px;
    display: block;
    margin-bottom: 0.1rem;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 3.68rem;
    margin: 10px auto;
}

.wap_search .input {
    font-size: .16rem;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: #fff;
    border-radius: 30px;
    /* background:none; */
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images2025/submit.png) center no-repeat #007fcc;
    background-size: .24rem;
    border-radius: 20px;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
    color: #999;
}

.wap_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.wap_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.wap_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
    color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
/* pc搜索 */
.search_btn {
    cursor: pointer;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: #007fcc;
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9;
}

.search-dialog-box.on::before {
    height: 100%;
    display: none;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 0.44rem;
    line-height: 0.56rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 0.7rem;
    width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #007fcc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    background-image: url("../images2025/search-btn.png");
    font-size: .2rem;
    color: #fff;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images2025/close-btn.png");
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #007fcc;
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url("../images2025/close-btn.png");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn);
    }
}

/* banner */
.main-visual-wrapper {
    width: 100%;
    position: relative;
}

.main-visual-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.main-visual-slider .swiper-slide {
    overflow: hidden;
}

.main-visual-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-box1 .imged {
    padding-bottom: 35%;
}

.slide-inner {
    overflow: hidden;
}

.main-visual-slider .imged {
    transform: scale(1.05);
    transform: scale(1)\0;
    transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s;
}

.main-visual-slider video {
    transform: scale(1.1)\0;
}

.main-visual-slider p {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 40%;
    z-index: 10;
}

.main-visual-slider p img {
    width: 61%;
}

.swiper-box1 .cir {
    bottom: .5rem;
    z-index: 10;
    width: 100%;
}

.swiper-box1 .cir span {
    margin: 0px .07rem !important;
    width: 0.14rem;
    height: 0.14rem;
    opacity: 1;
}

.swiper-box1 .cir .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007fcc;
}

/* home1 */
.home1 {
    padding: 1.14rem 0 0.6rem;
    width: 100%;

    background: url(../images2025/h1_bg.png) no-repeat;
    background-size: 100% 100%;
}

.title {
    margin-bottom: .4rem;
    align-items: center;
    position: relative;
}

.title .h3 {
    align-items: center;
}

.title h3 {
    font-size: 0.42rem;
    font-weight: bold;
    color: #333333;
    padding-left: 0.15rem;
}

.title span {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #BB9E6E;
    border-radius: 50%;
}

.more {
    position: absolute;
    right: 0;
    bottom: 0.15rem;
}

.more a {
    font-size: 0.14rem;
    transition: 0.5s;
    color: #BB9E6E;
    line-height: 0.26rem;
    border: 1px solid #ddd;
    align-items: center;
    border-radius: 0.06rem;
    display: inline-block;
    padding: 0 0.14rem;
    font-weight: bold;
}

.home1::before {
    content: "";
    position: absolute;
    width: 70%;
    height: auto;
    top: 0.73rem;
    bottom: -0.3rem;
    right: 0;
    background: url(../images2025/h1bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.home1::after {
    width: 81.7%;
    height: 10.06rem;
    left: auto;
    right: 0;
    bottom: auto;
    top: 1.73rem;
    background: url(../images2025/hbg1.png) no-repeat bottom;
    background-size: 100%;
}

.home1 .title .h3 {
    margin: 0 auto;
}

.home1-t li * {
    transition: all 0.5s ease 0s;
}

.home1-t {
    justify-content: space-between;
}

.home1-t .left {
    width: 50%;
}

.home1-t .right {
    width: 44%;
}

.home1-t .left a {
    position: relative;
    display: block;
}

.home1-t .left .imged {
    padding-bottom: 4.53rem;
}

.home1-t .left .imged::after {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73%, #000000 101%);
    height: 60%;
}

.home1-t .left .scale {
    width: 100%;
}

.home1-t .left .box {
    justify-content: flex-end;
    padding-left: 0.5rem;
}

.home1-t .left .con {
    padding: 0.5rem;
    position: relative;
    height: 2.4rem;
    background: #fff;
    width: 100%;
    margin: -0.3rem 0 0px;
    z-index: 10;
    box-shadow: 0rem -0.06rem 0.37rem 0rem rgba(255, 191, 191, 0.5);
}

.home1-t .left .con .date {
    width: 0.78rem;
    text-align: right;
}

.home1-t .left .con .txt {
    flex: 1;
    min-width: 0;
    padding-left: 0.65rem;
}

.home1-t .left .con p {
    font-family: Bebas;
    font-size: 0.48rem;
    color: #333;
    margin-bottom: 0.1rem;
}

.home1-t .left .con p i {
    font-size: 0.24rem;
    font-family: Bebas;
    font-style: normal;
}

.home1-t .left .con span {
    display: inline-block;
    line-height: 0.16rem;
    padding: 0 0.1rem;
    background: #007fcc;
    border-radius: 1rem;
    font-size: 0.14rem;
    color: #fff;
}

.home1-t .left .con h3 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.32rem;
    transition: all 0.5s ease 0s;
    max-height: 0.64rem;
    font-weight: bold;
}

.home1-t .left .con h4 {
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.24rem;
    line-height: 0.24rem;
    max-height: 0.48rem;
}

.home1-t .left .cir {
    bottom: 2.6rem;
    display: flex;
    align-items: center;
    width: auto;
    left: auto;
    right: 0.5rem;
}

.home1-t .left .cir span {
    width: 0.35rem;
    height: 0.02rem;
    background: #fff;
    opacity: .3;
    border-radius: 0;
    margin: 0 !important;
}

.home1-t .left .cir span.on {
    opacity: 1;
}

.home1-t .left .arrow {
    align-items: center;
    justify-content: space-between;
    width: 0.84rem;
    position: absolute;
    left: 1rem;
    bottom: 0.58rem;
    z-index: 10;
}

.home1-t .left .arror {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
}

.home1-t .left .arror::after {
    font-size: 0.12rem;
    font-weight: bold;
    color: #007fcc;
}

.home1-t .left .arror:hover {
    background: #007fcc;
}

.home1-t .left .arror:hover::after {
    color: #ddd;
}

.home1-t .right li * {
    transition: 0.5s;
}

.home1-t .right li {
    transition: 0.5s;
    height: 1.1rem;
}

.home1-t .right li a {
    align-items: flex-start;
    padding: 0.2rem 0rem;
    border-bottom: 1px solid #eee;
    height: 100%;
}

.home1-t .right li a::after {
    height: 1px;
    bottom: -1px;
    background: #007fcc;
}

.home1-t .right li .con {
    flex: 1;
    min-width: 0;
}

.home1-t .right li .date {
    justify-content: space-between;
    align-items: center;
}

.home1-t .right li p {
    font-size: 0.16rem;
    color: #A3A3A3;
    font-family: Arial;
}

.home1-t .right li p i {
    font-size: 0.08rem;
    display: inline-block;
    font-style: normal;
}

.home1-t .right li h5 {
    line-height: 0.32rem;
    font-size: 0.14rem;
    color: #666666;
}

.home1-t .right li h5 i {
    display: inline-block;
    font-style: normal;
}

.home1-t .right li h5::after {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: #FDE4E4;
    left: -0.16rem;
}

.home1-t .right li h3 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.34rem;
    font-weight: 400;
    max-height: 0.68rem;
    margin-top: 0.1rem;
}

.home1-t .right li h4 {
    color: #A3A3A3;
    font-size: 0.14rem;
    margin-top: 0.2rem;
    display: none;
    line-height: 0.24rem;
    max-height: 0.48rem\0;
}

.home1-t .right ul {
    height: 6.8rem;
}

.home1-t .right li.on {
    height: 2.18rem;
}

.home1-t .right li.on a::after {
    width: 100%;
}

.home1-t .right li.on a {
    padding: 0.32rem 0rem;
}

.home1-t .right li.on h3 {
    color: #333;
    font-weight: bold;
}

.home1-t .right li.on h4 {
    display: -webkit-box;
    display: block\0;
}

.home1-t .right li.on h5::after {
    width: 0.48rem;
    height: 0.48rem;
    left: -.19rem;
    background: #BB9E6E;
}

.home1-t .right li.on h5 i {
    color: #fff
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .home1 {
        padding: 0.4rem 0px 0rem;
    }
}

@media screen and (max-width: 768px) {
    .home1-t .left {
        width: 100%;
        margin: 0px;
    }

    .home1-t .right {
        width: 100%;
        margin-top: 0.3rem;
    }

    .home1-t .left .imged {
        padding-bottom: 60%;
    }

    .home1-t .left .box {
        padding-left: .2rem;
    }

    .home1-t .left .con {
        padding: .25rem;
        height: 2rem;
    }

    .home1-t .left .con p {
        font-size: .3rem;
    }

    .home1-t .left .con .txt {
        padding-left: .25rem;
    }

    .home1-t .left .arrow {
        bottom: .4rem;
        left: .45rem;
    }

    .home1-t .right li span {
        font-size: .32rem;
    }
}

/* home2 */
.home2 {
    padding: 0.4rem 0 .1rem;
}

.home2::after {
    width: 44%;
    height: 100%;
    background: url(../images2025/hbg2.png) no-repeat;
    background-size: cover;
}

.home2::before {
    content: "";
    position: absolute;
    width: 23.4%;
    height: 3.8rem;
   
    left: 44%;
    bottom: 0;
    z-index: -1;
}

.home2 .title .h3 {
    margin: 0;
}

.home2-t {
    justify-content: space-between;
}

.home2-t .left {
    width: 72%;
}

.home2-t .right {
    width: 24%;
}

.home2-t li * {
    transition: all 0.5s ease 0s;
}

.h2-l {
    width: 55%;
    margin-top: -0.4rem;
    position: relative;
}

.h2-r {
    width: 45%;
    padding-left: 0.3rem;
}

.h2-l li {
    padding: .4rem 0;
}

.h2-l li a {
    border-radius: 0rem 0.4rem 0rem 0.4rem;
    box-shadow: 0px 0.04rem 0.3rem 0px rgba(103, 0, 0, 0.4);
    background: #FFFFFF;
    overflow: hidden;
}

.h2-l li a::after {
    width: 50%;
    height: 0.05rem;
    background: #DC6872;
    left: auto;
    right: 0;
}

.h2-l li .scale {
    width: 55%;
}

.h2-l li .con {
    width: 45%;
    padding: 0.3rem 0.25rem;
    position: relative;
}

.h2-l li .imged {
    padding-bottom: 4.4rem;
}

.h2-l li .date {
    width: 0.79rem;
    height: 0.78rem;
    background: url(../images2025/date1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h2-l li .date span {
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #fff;
    font-family: Arial;
}

.h2-l li .date p {
    color: #fff;
    font-size: 0.14rem;
    font-family: Arial;
}

.h2-l li .h3 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    max-height: 0.6rem\0;
    margin: .3rem 0 0.2rem;
}

.h2-l li h4 {
    flex-wrap: nowrap;
    align-items: center;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #3D3D3D;
    margin-bottom: 0.15rem;
    flex-wrap: nowrap;
    display: none;
}

.h2-l li h4 i {
    display: inline-block;
    font-style: normal;
    width: 0.24rem;
    height: 0.24rem;
    background-size: 100% 100% !important;
    margin-right: 0.1rem;
    flex-shrink: 0;
}

.h2-l li h4 .i1 {
    background: url(../images2025/tim1.png) no-repeat;
}

.h2-l li h4 .i2 {
    background: url(../images2025/adr1.png) no-repeat;
}

.h2-l li h4 .i3 {
    background: url(../images2025/per1.png) no-repeat;
}

.h2-l li .p {
    padding-top: 0.2rem;
    border-top: 1px solid #DCA863;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.23rem;
    position: absolute;
    width: auto;
    left: .25rem;
    right: .25rem;
    bottom: .3rem;
}

.h2-l li .p p {
    font-size: 0.14rem;
    color: #DCA863;
}

.h2-l .arror {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    border: 1px solid #F1BDBD;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -0.55rem;
}

.h2-l .arror::after {
    font-size: 0.18rem;
    color: #F1BDBD;
}

.h2-l .swiper-button-next {
    left: auto;
    right: -0.25rem;
}

.h2-l .arror:hover {
    background: #007fcc;
}

.h2-l .arror:hover::after {
    color: #fff;
}

.h2-r ul {
    border-radius: 0rem 0.6rem 0rem 0rem;
    box-shadow: 0rem 0.04rem 0.49rem 0rem rgba(103, 0, 0, 0.4);
    background: #FFFFFF;
    height: 4.4rem;
    padding: 0.4rem 0.3rem;
    border-bottom: 0.05rem solid #DC6872;
}

.h2-r li a {
    height: 0.95rem;
    border-bottom: 1px solid #ddd;
    padding: 0.15rem 0;
    display: block;
}

.h2-r li h3 {
    font-size: 0.18rem;
    color: #3D3D3D;
    line-height: 0.24rem;
    height: 0.48rem;
    margin-bottom: 0.05rem;
    padding-left: 0.15rem;
}

.h2-r li h3::after {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #007fcc;
    bottom: auto;
    top: 0.1rem;
}

.h2-r li p {
    text-align: right;
    font-size: 0.16rem;
    color: #A3A3A3;
    font-family: Arial;
}

.h2-r li:last-child a {
    border-bottom: none;
}

.home2-t .right li a {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
}

.home2-t .right li:first-child a {
    padding-top: 0;
}

.home2-t .right li:last-child a {
    border-bottom: none;
}

.home2-t .right li a::after {
    height: 1px;
    bottom: -1px;
    background: #007fcc;
}

.home2-t .right li .date {
    text-align: center;
    width: 0.81rem;
    background: #FFEEEE;
    height: 0.78rem;
}

.home2-t .right li span {
    font-family: Arial;
    font-size: 0.34rem;
    line-height: 0.47rem;
    color: #fff;
    font-weight: bold;
    background: #007fcc;
    display: block;
}

.home2-t .right li p {
    color: #007fcc;
    font-size: 0.16rem;
    font-family: Arial;
    line-height: 0.31rem;
}

.home2-t .right li .con {
    flex: 1;
    min-width: 0;
    padding-left: 0.3rem;
}

.home2-t .right li h3 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    max-height: 0.56rem\0;
}

.home2-t .right li:last-child a {
    border-bottom: none;
}

@media screen and (min-width: 1200px) {

    .home2-t .right li a:hover h3,
    .h2-r li a:hover h3 {
        color: #007fcc;
        font-weight: bold;
    }

    .home2-t .right li a:hover::after,
    .h2-r li a:hover::after {
        width: 100%;
    }

    .h2-l li a:hover .h3 {
        color: #007fcc;
    }
}

@media screen and (max-width:1024px) {
    .home2 {
        padding: 0.2rem 0;
    }

    .home2-t .left {
        width: 100%;
    }

    .home2-t .right {
        width: 100%;
        margin-top: .3rem;
    }

    .home2::before {
        display: none;
    }

    .h2-l .arror {
        left: -.15rem;
    }

    .h2-l .swiper-button-next {
        left: auto;
        right: -0.15rem;
    }
}

@media screen and (max-width:768px) {
    .h2-l {
        width: 100%;
        margin-top: -0.4rem;
        position: relative;
    }

    .h2-r {
        width: 100%;
        padding-left: 0rem;
        /* margin-top: 0.3rem; */
    }

    .h2-l li .p {
        position: relative;
        bottom: auto;
        width: 100%;
        right: auto;
        left: auto;
    }
}

@media screen and (max-width:600px) {
    .h2-l li .scale {
        width: 100%;
    }

    .h2-l li .con {
        width: 100%;
        padding: 0.3rem 0.25rem;
    }

    .h2-l li .imged {
        padding-bottom: 120%;
    }

    .h2-l li a:after {
        width: 100%;
    }

    .h2-l li a {
        border-radius: 0 .2rem 0 .2rem;
    }
}

/* home3 */
.home3 {
    padding: 0.6rem 0 0.7rem;
}

.set {
    width: 100%;
    background: url(../images2025/hbg3.png) no-repeat bottom/cover;
}

.home3 .infontc14_26_c ul li {
    padding: 0.1rem 0;
}

.home3 .infontc14_26_c ul li a {
    display: block;
    margin: 0 0.25rem;
    border-radius: 0.4rem 0rem 0.4rem 0rem;
    background-color: #FFFFFF;
    padding: 0.4rem 0.24rem 0.5rem 0.4rem;
    position: relative;
    z-index: 1;
}

.home3 .infontc14_26_c ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    left: .09rem;
    bottom: -.09rem;
    height: 100%;
    z-index: -1;
    background: #bc9f687a;
    border-radius: .4rem 0px .46rem 0px;
    opacity: 0;
}

.home3 .infontc14_26_c ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    background: #fff;
    border-radius: .4rem 0px .46rem 0px;
    box-shadow: 0px 0px .1rem 0px #40a0ff5b;
}

.home3 .infontc14_26_c ul li:hover a:before {
    opacity: 1;
}

.home3 .infontc14_26_c ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home3 .infontc14_26_c ul li:hover a h3 {
    color: #333;
}

.home3 .infontc14_26_c ul li a .infontc14_26_cd {
    margin-top: 0.23rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home3 .infontc14_26_c ul li a .infontc14_26_date {
    font-family: 'sySong';
    font-size: 0.16rem;
    color: #a3a3a3;
}

.home3 .infontc14_26_c ul li a .infontc14_26_date span {
    font-family: 'sySong';
    font-size: 0.26rem;
    font-weight: bold;
    color: #007fcc;
}

.home3 .infontc14_26_c ul li:hover a .infontc14_26_date,
.home3 .infontc14_26_c ul li:hover a .infontc14_26_date span {
    /* color: #333; */
}

.home3 .infontc14_26_c ul li a .infontc14_26_jt {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images2025/h3-xq1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.home3 .infontc14_26_c ul li:hover a .infontc14_26_jt::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.52rem;
    height: 0.54rem;
    background: url(../images2025/h3-xq3.png) no-repeat;
    background-size: 100% 100%;
}

.home3 .slick-dots {
    position: relative;
    margin-top: 0.48rem;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home3 .slick-dots::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border: 1px solid #FACECE;
}

.home3 .slick-dots li {
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images2025/infontc14_26_dot1.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 0.25rem;
    position: relative;
    z-index: 1;
    padding: 0 !important;
}

.home3 .slick-dots li.slick-active {
    background: url(../images2025/infontc14_26_dot2.png) no-repeat;
    background-size: 100% 100%;
}

.home3 .slick-dots li button {
    display: none;
}

.home3 .slick-prev,
.home3 .slick-next {
    z-index: 9;
    width: 0.45rem;
    height: 0.45rem;
    top: inherit;
    transform: none;
    bottom: -0.12rem;
}

.home3 .slick-prev {
    background: url(../images2025/infontc14_26prev.png) no-repeat;
    background-size: 100% 100%;
}

.home3 .slick-arrow:before {
    display: none;
}

.home3 .slick-next {
    background: url(../images2025/infontc14_26next.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
    .home3 .infontc14_26_c ul li a .infontc14_26_date {
        font-size: 0.12rem !important;
    }

    .home3 .infontc14_26_c ul li a .infontc14_26_date span {
        font-size: 0.2rem !important;
    }

    .home3 .infontc14_26_c ul li a .infontc14_26_cd {
        margin-top: 0.15rem;
    }

    .home3 .infontc14_26_c ul li a .infontc14_26_jt {
        width: 0.25rem;
        height: 0.25rem;
    }

    .home3 .infontc14_26_c ul li a {
        margin: 0rem 0.15rem;
        padding: 0.25rem;
        background-size: 1.8rem auto !important;
        background-position: center 180%;
    }

    .home3 .infontc14_26_c .slick-dots {
        margin-top: 0.3rem;
    }

    .home3 .slick-dots li {
        width: 0.12rem;
        height: 0.12rem;
        margin: 0 0.12rem;
    }

    .home3 .slick-prev,
    .home3 .slick-next {
        width: 0.34rem;
        height: 0.34rem;
        bottom: -0.1rem;
    }
}

/* home4 */
.home4 {
    width: 100%;
    padding: 0rem 0rem 1rem;
    overflow: hidden;
}

.home4-t {
    align-items: center;
    box-shadow: 0rem 0.04rem 0.1rem 0px rgba(250, 206, 206, 0.3);
    background: #FFFFFF;
    border-top: 0.05rem solid rgba(190, 45, 57, 0.3);
    padding: 0.7rem 0.45rem;
    border-right: 0.05rem solid rgba(190, 45, 57, 0.3);
}

.home4-t .left {
    width: 2.5rem;
    position: relative;
}

.home4-t .right {
    flex: 1;
    min-width: 0;
    padding-left: 0.4rem;
}

.home4-t .title .h3 {
    position: relative;
}

.home4-t .title h3 {
    margin-top: -.1rem;
}

.home4-t .title p {
    font-size: 0.46rem;
    font-weight: bold;
    text-transform: uppercase;
    background: -webkit-linear-gradient(270deg, #F9E1E1 0%, rgba(249, 225, 225, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #F9E1E1;
    position: absolute;
    left: 0.5rem;
    top: 0;
    white-space: nowrap;
}

.home4-t .more {
    position: relative;
    bottom: auto;
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.home4-t .arrow {
    justify-content: center;
    margin-top: 0;
    width: 100%;
    align-items: center;
}

.home4-t .arror {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 0.15rem;
}

.home4-t .arror::after {
    font-size: 0.14rem;
    color: #007fcc;
    font-weight: bold;
}

.home4-t .arror:hover {
    background: #007fcc;
}

.home4-t .arror:hover::after {
    color: #fff;
}

.home4-t .right ul {
    justify-content: space-between;
}

.home4-t .right li {
    width: 48%;
}

.home4-t .right li a {
    padding: 0.2rem 0rem 0.2rem 0.1rem;
    align-items: center;
    border-top: 1px dashed #ddd;
    line-height: .3rem;
}

.home4-t .right li * {
    transition: 0.5s;
}

.home4-t .right li h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333;
    flex: 1;
    min-width: 0;
    padding: 0 0.2rem;
    position: relative;
    transition: 0.5s;
}

.home4-t .right li h3::after {
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #007fcc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home4-t .right li p {
    font-size: 0.16rem;
    color: #A3A3A3;
}

@media screen and (min-width: 1200px) {
    .home4-t .right li:hover h3 {
        color: #007fcc;
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {
    .home4 {
        padding: 0.4rem 0;
    }

    .home4-t {
        padding: .3rem;
    }

    .home4-t .left {
        width: 100%;
        position: relative;
    }

    .home4-t .right {
        width: 100%;
        padding-left: 0rem;
        margin-top: 0.3rem;
        flex: none;
    }

    .home4-t .title .h3 {
        position: relative;
        display: flex;
    }

    .home4-t .title p {
        display: none;
    }

    .home4-t .more {
        position: absolute;
        bottom: 0.1rem;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .home4-t .right li {
        width: 100%;
    }

    .home4-t .right li a {
        padding: 0.1rem 0;
    }

    .home4-t .arror {
        width: .34rem;
        height: .34rem;
    }
}

/* home5 */
.set2 {
    background: url(../images2025/hbg6.png) no-repeat bottom/cover;
}

.home5 {
    padding: 0.5rem 0 0.9rem;
    position: relative;
    overflow: hidden;
}

.home5-t {
    position: relative;
    justify-content: space-between;
}

.home5-t li * {
    transition: 0.5s;
}

.home5-t .left {
    width: 48%;
}

.home5-t .right {
    width: 48%;
}

.list2 li a {
    align-items: center;
    padding: 0.23rem 0.12rem;
}

.list2 li a::after {
    width: auto;
    opacity: 0;
    background: url(../images2025/h5bg.jpg) no-repeat center/cover;
    left: 0rem;
    right: 0;
    height: auto;
    top: -1px;
}

.list2 li a::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #ddd;
    bottom: 0;
    left: 0.3rem;
    right: 0;
}

.list2 li:last-child a:before {
    display: none;
}

.list2 li h3 {
    flex: 1;
    min-width: 0;
    padding: 0 0.1rem 0 0.18rem;
    background: url(../images2025/li1.png) no-repeat left center;
    background-size: 0.12rem !important;
    color: #333;
    font-size: 0.18rem;
    transition: 0.5s;
}

.list2 li span {
    font-size: 0.16rem;
    color: #A3A3A3;
}

.home5 .title {
    margin-bottom: 0.2rem;
}

@media screen and (min-width:1025px) {
    .list2 li a:hover h3 {
        color: #fff;
        background: url(../images2025/li2.png) no-repeat left center;
    }

    .list2 li a:hover::after {
        opacity: 1;
    }

    .list2 li a:hover span{
        color: #fff;
    }
    .list2 li a:hover p{
        color: #fff;
    }
}

@media screen and (max-width:1024px) {
    .home5 {
        padding: 0.4rem 0 0.9rem;
    }

    .home5-t .left {
        width: 49%;
    }

    .home5-t .right {
        width: 49%;
    }

    .list2 li:first-child a {
        padding-top: 0;
    }
}

@media screen and (max-width:768px) {
    .home5-t .left {
        width: 100%;
    }

    .home5-t .right {
        width: 100%;
        margin-top: .25rem;
    }
}

/* home6 */
.home6 {
    width: 100%;
    padding: 0.7rem 0 0.9rem;
}

.home6 li .imged {
    padding-bottom: 115%;
}

.home6 .title {
    margin-bottom: 0;
    z-index: 999999;
}

.imgchar14_4_c {
    overflow: hidden;
    margin-top: -.4rem;
}

.imgchar14_4_c .slick-list {
    margin: 0rem -0.3rem 0 -0.3rem;
    padding: 1rem 0 0.2rem 0 !important;
}

.imgchar14_4_c ul li {
    position: relative;
    z-index: 1;
}

.imgchar14_4_c ul li a {
    display: block;
    margin: 0 0.3rem;
}

.imgchar14_4_c ul li.slick-center a {
    margin: 0 .25rem;
}

.imgchar14_4_c ul li a .imgchar14_4_ctx {
    padding-top: 0.2rem;
}

.imgchar14_4_c ul li a .imgchar14_4_ctx h3 {
    line-height: 0.3rem;
    padding-left: 0.12rem;
    position: relative;
}

.imgchar14_4_c ul li a .imgchar14_4_ctx h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.04rem;
    height: 0.18rem;
    background: #C61722;
}

.imgchar14_4_c ul li a .imgchar14_4_ctx h3 b {
    font-family: 'sySong';
    font-size: 0.24rem;
    font-weight: bold;
    color: #2F2F2F;
}

.imgchar14_4_c ul li a .imgchar14_4_ctx h3 span {
    font-family: 'sySong';
    font-size: 0.16rem;
    font-weight: bold;
    color: #2F2F2F;
    display: inline-block;
    padding-left: .07rem;
}

.imgchar14_4_c ul li a .imgchar14_4_ctx p {
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.3rem;
    height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #ADADAD;
    margin-top: 0.1rem;
    display: none;
}

.imgchar14_4_c ul li.slick-center {
    margin-top: -.8rem;
}

.imgchar14_4_c ul li.slick-center::after {
    content: '';
    position: absolute;
    top: -0.2rem;
    left: 0;
    right: 0;
    bottom: -0.2rem;
    background: #fff;
    box-shadow: 0rem 0.08rem 0.21rem 0rem rgba(120, 39, 44, 0.12);
    z-index: -1;
}

.imgchar14_4_c ul li.slick-center a .imgchar14_4_ctx {
    margin-left: -12px;
    padding-top: 30px;
}

.imgchar14_4_c ul li.slick-center a .imgchar14_4_ctx h3 {
    color: #2f2f2f;
}

.imgchar14_4_c ul li.slick-center a .imgchar14_4_ctx p {
    display: block;
}

.imgchar14_4_c ul li.slick-center a .imgchar14_4_pic {
    transform: scale(1.1);
}

.imgchar14_4_c .slick-prev,
.imgchar14_4_c .slick-next {
    top: auto;
    transform: none;
    bottom: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    z-index: 2;
}

.imgchar14_4_c .slick-arrow::before {
    display: none;
}

.imgchar14_4_c .slick-prev {
    background: url(../images2025/infontc14_26prev.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 50%;
    margin-right: 2.2rem;
}

.imgchar14_4_c .slick-next {
    right: auto;
    left: 50%;
    margin-left: 2.2rem;
    background: url(../images2025/infontc14_26next.png) no-repeat;
    background-size: 100% 100%;
}

.imgchar14_4_c .slick-list::after {
    content: '';
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    right: 0;
    border-bottom: 1px solid #D8D8D8;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .home6 {
        padding: 0.4rem 0;
    }

    .imgchar14_4_tl h3 {
        font-size: 0.24rem !important;
        line-height: 0.24rem;
    }

    .imgchar14_4_tl p {
        font-size: 0.12rem !important;
        padding-left: 0.25rem;
        margin-top: 0.06rem;
    }

    .imgchar14_4_tl p::after {
        width: 0.2rem;
        height: 0.02rem;
    }

    .imgchar14_4_more a {
        font-size: 0.14rem !important;
    }

    .imgchar14_4_c ul li a .imgchar14_4_ctx h3 b {
        font-size: 0.18rem !important;
    }

    .imgchar14_4_c ul li a .imgchar14_4_ctx h3 span {
        font-size: 0.12rem !important;
    }

    .imgchar14_4_c ul li a .imgchar14_4_ctx h3::after {
        width: 0.03rem;
        height: 0.16rem;
    }

    .imgchar14_4_c ul li a .imgchar14_4_ctx {
        padding-top: 0.1rem;
    }

    .imgchar14_4_c ul li.slick-center a .imgchar14_4_ctx {
        margin-left: -0.08rem;
        padding-top: 0.2rem;
    }

    .imgchar14_4_c ul li a .imgchar14_4_ctx h3 {
        line-height: 0.24rem;
    }

    .imgchar14_4_c ul li a .imgchar14_4_ctx p {
        font-size: 0.14rem !important;
        line-height: 0.26rem;
        height: 0.78rem;
    }

    .imgchar14_4_c .slick-prev,
    .imgchar14_4_c .slick-next {
        width: 0.4rem;
        height: 0.4rem;
    }

    .imgchar14_4_c .slick-prev {
        margin-right: 2rem;
    }

    .imgchar14_4_c .slick-next {
        margin-left: 2rem;
    }

    .imgchar14_4_c .slick-list::after {
        bottom: 0.2rem;
    }

    .imgchar14_4_c ul li a {
        margin: 0rem 0.15rem;
    }

    .imgchar14_4_c .slick-list {
        margin: 0.15rem -0.15rem 0 -0.15rem;
        padding: 0.7rem 0 0.2rem 0 !important;
    }

    .imgchar14_4_c ul li.slick-center::after {
        top: -0.22rem;
        left: -0.05rem;
        right: -0.05rem;
    }
}

@media screen and (max-width: 480px) {
    .imgchar14_4_c .slick-list {
        padding: 0 !important;
        margin: 0rem -0.15rem 0 -0.15rem;
    }

    .imgchar14_4_c .slick-list::after {
        display: none;
    }

    .imgchar14_4_c ul li a .imgchar14_4_ctx p {
        display: block;
        margin-top: 0.06rem;
    }

    .imgchar14_4_c .slick-arrow {
        bottom: 45%;
    }

    .imgchar14_4_c {
        margin: 0;
    }
}

/* footer */
.footer {
    width: 100%;
}

.footer::after {
    width: 100%;
    height: auto;
    top: 0rem;
    background: url(../images2025/fbg.jpg) no-repeat;
    background-size: cover;
    bottom: 0;
}

.foot-b {
    padding: 0.46rem 0 0.3rem;
    justify-content: space-between;
    align-items: center;
}

.foot-b .fot-1 {
    width: 30%;
}

.foot-b .fot-3 {
    width: 50%;
    align-items: center;
}

.foot-b .con {
    padding-left: 0.4rem;
}

.foot-b .con p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}

.foot-b .con p span {
    width: .2rem;
    height: 0.2rem;
    display: flex;
    align-items: center;
    margin-right: 0.1rem;
    flex-shrink: 0;
}

.foot-b .ewm .img {
    width: 1.1rem;
    margin: 0 0.17rem 0 0;
    text-align: center;
}

.foot-b .ewm p {
    text-align: center;
    margin-top: .1rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.24rem;
}

.foot {
    padding: 0.2rem 0;
    text-align: center;
}

.foot p {
    font-size: 0.16rem;
    line-height: 1.5;
    color: #fff;
    word-break: break-all;
}

.rightFix {
    position: fixed;
    right: 0.16rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200000;
    /*display: none;*/
    background: #D3535E;
    padding: .12rem 0 .2rem;
    transition: 0.5s;
}

.rightFix::after {
    width: 1.16rem;
    height: 0.13rem;
    background: url(../images2025/rr-t.png) no-repeat;
    background-size: 100%;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.rightFix {
    transform: translateY(-50%) translateX(0%);
    opacity: 1;
    display: block;
}

.rightFix li {
    width: .96rem;
    color: #fff;
    text-align: center;
    font-size: .14rem;
    transition: .3s;
    padding: 0 0.1rem;
}

.rightFix li a {
    display: block;
    padding: 0rem 0 0.1rem;
}

.rightFix a span {
    display: flex;
    width: .66rem;
    height: .66rem;
    margin: 0 auto;
    background: url(../images2025/rrbg1.png) no-repeat;
    background-size: 100% !important;
    align-items: center;
    justify-content: center;
}

.rightFix li p {
    margin-top: .1rem;
    transition: 0.5s;
    line-height: 1.5;
    padding: 0 .05rem;
}

.rightFix li .img2 {
    display: none;
}

.rightFix li a:hover span {
    background: url(../images2025/rrbg2.png) no-repeat;
    background-size: 100% !important;
}

.rightFix li a:hover .img1 {
    display: none;
}

.rightFix li a:hover .img2 {
    display: block;
}

@media screen and (max-width:1024px) {
    .foot-b {
        padding: 0.25rem 0 0.25rem;
    }

    .rightFix {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .foot-b .fot-1 {
        width: 100%;
        margin: 0rem auto .2rem;
        order: -1;
        text-align: center;
    }

    .foot-b .fot-3 {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .foot-b .ewm {
        width: 100%;
        justify-content: center;
    }

    .foot-b .ewm .img {
        margin: 0 0.1rem;
    }

    .foot-b .con {
        width: 100%;
        padding-left: 0;
        margin-top: .2rem;
    }

    .foot-b .con p {
        justify-content: center;
    }
}

@media screen and (max-width:440px) {}

.title .h3 img {
    max-width: 0.42rem;
    max-height: 0.4rem;
}

@media screen and (max-width: 1600px) {
    .list_box1 {
        padding-left: 3%;
    }
    .header_top #logo img {
        max-width: 7.06rem;
        width: 7.06rem;
    }
}

@media screen and (max-width:1300px) {
    .list_box1 .ser {
        display: none;
    }
    .header_top #logo img {
        max-width: 7.06rem;
        width: 7.06rem;
    }
}

@media screen and (max-width:1200px) {
    .header_top #logo img {
        max-width: 7.06rem;
        width: 7.06rem;
    }
    .list_box1 {
        padding-left: 2%;
    }
}

@media screen and (max-width:1024px) {
    .header_top #logo img {
        max-width: 7.06rem;
        width: 7.06rem;
    }
    .list_box1 {
        padding-left: 1%;
    }
    .title {
        margin-bottom: .35rem;
    }
    .title h3 {
        font-size: 0.3rem;
    }
    .title p {
        font-size: 0.44rem;
    }
    .swiper-box1 .swiper-pagination {
        bottom: .2rem;
    }
    .banner video {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .title {
        margin-bottom: .25rem !important;
    }
    .title h3 {
        font-size: 0.26rem;
        padding-bottom: .15rem;
    }
    .title .h3 {
        margin: 0;
        text-align: left;
    }
    .title p {
        font-size: 0.36rem;
    }
    .txt1 {
        font-size: 0.2rem !important;
    }
    .p1 {
        font-size: 0.16rem !important;
    }
    .swiper-box1 .imged {
        padding-bottom: 45%;
    }
    .title .h3 img {
        max-width: 0.3rem;
        max-height: 0.28rem;
    }
    .title .h3 span {
        width: 0.5rem;
        height: 0.5rem;
    }
}

@media screen and (max-width:600px) {}

@media screen and (max-width:420px) {}

@media(min-width: 200px) {
    [aos=zoom-in] {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media screen and (max-height:500px) {
    .list_box_nav_mobile {
        max-height: calc(100% - 120px);
        padding-left: 0rem;
    }
}

/* 图文信息项样式 */
.image-text-items.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.image-text-item {
  width: 48%;
  border: 1px solid #eee;
  transition: all 0.3s;
  border-radius: 8px;
  overflow: hidden;
}

.image-text-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.image-text-item a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.image-text-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.image-text-item a:hover img {
  transform: none;
}

.image-text-item p {
  padding: 12px 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2-l li .desc {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #444;
  margin: 0.18rem 0;
  max-height: 1.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400;
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 768px) {
  .h2-l li .desc {
    font-size: 0.14rem;
    line-height: 1.6;
    margin: 0.12rem 0;
    max-height: 0.9rem;
    -webkit-line-clamp: 4;
  }
}