/*banner*/
.index_banner{height: auto; position: relative;}
.ban_fy_prev {
    width: 0.34375rem;
    height: 0.34375rem;
    position: absolute;
    left: -0.34375rem;
    top: calc(50% - 0.171875rem);
    z-index: 2;
    background-image: url(../img/bannerarrow1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.ban_fy_prev:hover{
    background-image: url(../img/bannerarrow3.png);
}
.ban_fy_next {
    width: 0.34375rem;
    height: 0.34375rem;
    position: absolute;
    right: -0.34375rem;
    top: calc(50% - 0.171875rem);
    z-index: 2;
    background-image: url(../img/bannerarrow2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.ban_fy_next:hover{
    background-image: url(../img/bannerarrow4.png);
}
.index_banner:hover .ban_fy_prev{left: 0.3125rem;}
.index_banner:hover .ban_fy_next{right: 0.3125rem;}

.index_banner_img{width:100%;height:auto;}
.index_banner_tit{
    position: absolute;
    top: 0.8932291666666666rem;
    left: 10%;
    font-size: 0.25rem;
    line-height: 0.3125rem;
    color: #333333;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 1.5s 0.75s cubic-bezier(0.15, 1, 0.35, 1);
    width: 80%;
}
.index_banner .swiper-slide-active .index_banner_tit{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.index_banner>.ban_fy_pagination{
    position: absolute;
    bottom: 0.20833333333333334rem !important;
    z-index: 1;
    text-align: center;
}
.index_banner>.ban_fy_pagination .swiper-pagination-bullet {
    width: 0.328125rem;
    height: 0.03125rem;
    margin: 0 0.052083333333333336rem 0 0 !important;
    border-radius: 0.015625rem;
    background: #fff;
    opacity: 1;
    cursor: pointer;
}
.index_banner>.ban_fy_pagination .swiper-pagination-bullet:last-child{
    margin-right: 0 !important;
}
.index_banner>.ban_fy_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #00968f;
}
/*end-banner*/


/*s1*/
@keyframes continuousSlide {
0% {
    transform: translateX(-70%);
}
100% {
    transform: translateX(70%);
}
}
.section1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s1-box {
    width: 8.333333333333334rem;
    padding-top: 0.7760416666666666rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
}
.s1-box-head{
    margin-bottom: 0.359375rem;
    width: 100%;
}
.s1-box-head-h {
    font-size: 0.25rem;
    line-height: 0.2604166666666667rem;
    color: #333333;
    font-weight: 700;
    font-family: "HarmonyOS_Sans-Bold";
    vertical-align: sub;
    max-height: 0.78125rem;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: "-";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s1-box-body{
    margin-left: -0.20833333333333334rem;
    width: calc(100% + 0.4166666666666667rem);
}
.s1-box-body-swiperbox{
    width: 100%;
    overflow: hidden;
}
.s1-box-li{
    padding: 0 0.20833333333333334rem;
    box-sizing: border-box;
}
.s1-box-a{
    border-radius: 0.10416666666666667rem;
    background-color: #e9e9eb;
    border: 1px solid #7e7e7e;
    min-height: 3.125rem;
    width: 100%;
    box-sizing: border-box;
}
.s1-box-a:hover{
    background-color: #f9f9f9;
    border: 1px solid #7e7e7e;
}
.s1-box-imgbox{
    padding: 0.4166666666666667rem 0 0;
    text-align: center;
}
.s1-box-imgbox img{
    object-fit: contain;
    width: 1.7916666666666667rem;
    height: 1.7916666666666667rem;
    transition: 0.88s;
}
.s1-box-a:hover .s1-box-imgbox img{
    transform: scale(1.03);
}
.s1-box-title{
    margin-top: 0.078125rem;
    width: 100%;
    padding: 0 0.2604166666666667rem;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    font-family: "HarmonyOS_Sans-Bold";
    font-size: 0.1875rem;
    text-overflow:ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ 
    -o-text-overflow:ellipsis; /*溢出省略号，支持opera*/ 
    overflow:hidden;/*溢出隐藏*/ 
    -moz-binding:url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/     
    white-space: nowrap;
}
.s1-box-con {
    color: #666666;
    font-weight: 300;
    font-family: "HarmonyOS_Sans-Light";
    font-size: 0.15625rem;
    margin-top: 0.028645833333333332rem;
    width: 100%;
    padding: 0 0.2604166666666667rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.20833333333333334rem;
}
.s1-page{
    width: 100%;
    display: flex;
    margin-top: 0.5208333333333334rem;
    align-items: center;
}
.s1-prev{
    background-image: url(../img/arrow1.png);
    background-repeat: no-repeat;
    width: 0.3125rem;
    height: 0.3125rem;
    background-size: 100%;
    margin-right: 0.140625rem;
    cursor: pointer;
    flex-shrink: 0;
}
.s1-prev:not(.swiper-button-disabled):hover {
    background-image: url(../img/arrow3.png);
}
.s1-page .s1-pagination{
    flex: 1;
    height: 0.026041666666666668rem;
    display: flex;
}
.s1-page .s1-fy-li{
    flex: 1;
    background-color: #a1a1a1;
    cursor: pointer;
}
.s1-page .s1-fy-li:last-child{
    display: none;
}
.s1-page .s1-fy-li.active{
    background-color: #00968f;
}
.s1-next {
    background-image: url(../img/arrow2.png);
    background-repeat: no-repeat;
    width: 0.3125rem;
    height: 0.3125rem;
    background-size: 100%;
    margin-left: 0.140625rem;
    cursor: pointer;
    flex-shrink: 0;
}
.s1-next:not(.swiper-button-disabled):hover {
    background-image: url(../img/arrow4.png);
}
.s1-page .swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
/*end-s1*/
/*s2*/
.section2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s2-box {
    width: 100%;
    padding-top: 0.671875rem;
    display: flex;
    overflow: hidden;
    padding-bottom: 0.7864583333333334rem;
}
.s2-box-li {
    width: 2.7083333333333335rem;
    min-height: 2.6041666666666665rem;
    border-radius: 0.10416666666666667rem;
    background-color:transparent;
    overflow: hidden;
    margin-right: 0.10416666666666667rem;
    flex-shrink: 0;
    margin-left: 8.333333333333333%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.s2-box-li-h {
    font-size: 0.25rem;
    line-height: 0.2604166666666667rem;
    color: #333333;
    font-weight: 700;
    font-family: "HarmonyOS_Sans-Bold";
    vertical-align: sub;
    margin-bottom: 0.125rem;
    max-height: 0.78125rem;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: "-";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-box-li-con {
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    font-weight: 500;
    width: 2.1458333333333335rem;
    font-family: "HarmonyOS_Sans-Medium";
    max-height: 0.9375rem;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: "-";
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-box-li-fy {
    height: auto;
    display: flex;
    float: left;
    overflow: hidden;
    flex-shrink: 0;
    margin-bottom: 0.19270833333333334rem;
}
.s2-prev{
    background-image: url(../img/arrow1.png);
    background-repeat: no-repeat;
    width: 0.3125rem;
    height: 0.3125rem;
    background-size: 100%;
    margin-right: 0.10416666666666667rem;
    cursor: pointer;
}
.s2-prev:not(.swiper-button-disabled):hover{
    background-image: url(../img/arrow3.png);
}
.s2-next{
    background-image: url(../img/arrow2.png);
    background-repeat: no-repeat;
    width: 0.3125rem;
    height: 0.3125rem;
    background-size: 100%;
    cursor: pointer;
}
.s2-next:not(.swiper-button-disabled):hover{
    background-image: url(../img/arrow4.png);
}
.s2-box-li-fy .swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.s2-box-swiper {
    overflow: hidden;
    width: 63.54166666666666%;
}
.s2-box-swiper-box{
    width: 8.541666666666666rem;/*4.270833333333333*/
}
.s2-box-swiper .swiper-slide {
    padding-right: 0.10416666666666667rem;
    box-sizing: border-box;
}
.s2-li-a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    border-radius: 0.10416666666666667rem;
    overflow: hidden;
}
.s2-newimg {
    width: 100%;
    height: 2.6041666666666665rem;
    position: relative;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: 0.78s;
}
.s2-li-a:hover .s2-newimg {
    transform: scale(1.08);
}
.s2-slide-box {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: url(../img/index/newbak.png) no-repeat;
    min-height: 0.6302083333333334rem;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 0.19270833333333334rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-bottom: 0.19791666666666666rem;
}
.s2-slide-newtit {
    width: 100%;
    overflow: hidden;
    font-size: 0.125rem;
    line-height: 0.125rem;
    color: #ffffff;
    font-weight: 300;
    font-family: "HarmonyOS_Sans-Light";
    margin-bottom: 0.06770833333333333rem;
}
.s2-li-a:hover .s2-slide-newtit {
    font-weight: 700;
    font-family: "HarmonyOS_Sans-Bold";
}
.s2-slide-newcon {
    width: 100%;
    overflow: hidden;
    font-size: 0.08333333333333333rem;
    line-height: 0.125rem;
    color: #e3e3e3;
    font-weight: 300;
    font-family: "HarmonyOS_Sans-Light";
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: "-";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.375rem;
}
.s2-li-a:hover .s2-slide-newcon {
    font-weight: 700;
    font-family: "HarmonyOS_Sans-Bold";
}
.s2_fy_pagination{display: none;}
/*end-s2*/
/*s3*/
.section3 {
    width: 100%;
    overflow: hidden;
    background-color: #e9e9eb;
}
.s3-box {
    width: 83.33333333333334%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.671875rem;

}
.s3-title {
    font-size: 0.25rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-top: 0.390625rem;
}
.s3-con {
    font-size: 0.10416666666666667rem;
    color: #666666;
    text-align: center;
    width: 100%;
    margin-top: 0.11197916666666667rem;
}
.s3-search-box {
    margin-top: 0.15364583333333334rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.s3-search-input {
    border-top-left-radius: 0.11458333333333333rem;
    border-bottom-left-radius: 0.11458333333333333rem;
    background-color: #f7f7f7;
    border: 0px;
    font-size: 0.08333333333333333rem;
    line-height: 0.2604166666666667rem;
    color: #999999;
    font-weight: 400;
    padding: 0px 0.109375rem;
    width: 2.4947916666666665rem;
}
.s3-search-input:focus {
    border-color: transparent;
    outline: 0;
    color: #666;
}
.s3-search-button{
    border-top-right-radius: 0.11458333333333333rem;
    border-bottom-right-radius: 0.11458333333333333rem;  
    font-size: 0.09375rem;
    line-height: 0.052083333333333336rem;
    color: #ffffff;
    text-align: center;
    background: #00968f;
    border: 0px;
    box-sizing: border-box;
    width: 0.59375rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
}
/*end-s3*/
@media only screen and (max-width: 768px) {
/*banner*/
.index_banner{
    overflow: hidden;
    display: flex;
}
.index_banner_tit.font-bold {
    font-size: 0.525rem;
    line-height: 0.525rem;
    color: #333333;
    top: 1.2rem;
}
.index_banner>.ban_fy_pagination{
    bottom: 16px !important;
}
.index_banner>.ban_fy_pagination .swiper-pagination-bullet{
    width: 34px;
    height: 4px;
    margin: 0 5px 0 0 !important;
}
/*end-banner*/
/*s1*/
.section1{
    padding: 0 0.275rem;
    box-sizing: border-box;
}
.s1-box{
    padding-top: 1.05rem;
    width: 100%;
}
.s1-box-head{
    margin-bottom: 0;
}
.s1-box-head-h {
    font-size: 0.525rem;
    line-height: 0.525rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.225rem;
}
.s1-box-body {
    margin: 0.75rem 0 0;
    width: 100%;
}
.s1-box-li{
    width: 100%;
    padding: 0 0 1px;
}
.s1-box-a{
    padding: 0;
    min-height: 7.7rem;
}
.s1-box-imgbox img {
    object-fit: contain;
    width: 5rem;
    height: 5rem;
    transition: 0.88s;
}
.s1-box-title {
    padding: 0 0.275rem;
    font-size: 0.475rem;
    line-height: 0.475rem;
    margin-bottom: 0.25rem;
    margin-top: 0.375rem;
}
.s1-box-con {
    font-size: 0.375rem;
    line-height: 1.2em;
}
.s1-prev{
    display: none;
}
.s1-page .s1-pagination {
    height: auto;
    background: transparent;
    justify-content: center;
}
.s1-page .s1-fy-li {
    height: 0.1rem;
    margin: 0 0.125rem 0 0 !important;
    border-radius: 0.05rem;
    flex: 1;
    background-color: #dfdfdf;
    max-width: 0.85rem;
}
.s1-page .s1-fy-li:last-child {
    margin-right: 0px !important;
    display: block;
}
.s1-next{display: none;}
/*end-s1*/
/*s2*/
.section2{
    padding: 0 0.275rem 0;
    box-sizing: border-box;
}
.s2-box{
    padding-top: 2.4rem;
    padding-bottom: 1.575rem;
    flex-direction: column;
}
.s2-box-li{
    width: 100%;
    margin: 0;
    min-height:unset;
}
.s2-box-li-h {
    font-size: 0.525rem;
    line-height: 0.525rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.225rem;
}
.s2-box-li-con {
    font-size: 0.375rem;
    line-height: 0.475rem;
    text-align: center;
    width: 100%;
}
.s2-box-li-fy{
    display: none;
}
.s2-box-swiper{
    width: 100%;
    margin-top: 0.75rem;
}
.s2-box-swiper-box{
    width: 100%;
}
.s2-box-swiper .swiper-slide{
    padding-right:0px;
}
.s2-li-a{
    border-radius: 0.125rem;
}
.s2-newimg{
    height: auto;
}
.s2-slide-box {
    padding: 0 0.275rem 0.5rem;
}
.s2-slide-newtit {
    font-size: 0.475rem;
    line-height: 0.475rem;
    margin-bottom: 0.25rem;
}
.s2-slide-newcon {
    font-size: 0.375rem;
    line-height: 0.375rem;
}
.s2_fy_pagination{
    display: block;
    text-align: center;
    margin-top: 0.75rem;
}
.s2_fy_pagination .swiper-pagination-bullet{
    width: 34px;
    height: 4px;
    margin: 0 5px 0 0 !important;
    border-radius: 2px;
    background-color: #dfdfdf;
    opacity: 1;
    cursor: pointer;
}
.s2_fy_pagination .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}
.s2_fy_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00968f;
}
/*end-s2*/
/*s3*/
.s3-box{
    width: 82.5%;
    padding-bottom: 1.35rem;
}
.s3-title {
    font-size: 0.525rem;
    line-height: 0.525rem;
    color: #333333;
    text-align: center;
    margin-top: 1.075rem;
}
.s3-con {
    font-size: 0.375rem;
    line-height: 0.475rem;
    text-align: center;
    width: 100%;
    margin-top: 0.225rem;
}
.s3-search-box{
    margin-top: 0.75rem;
}
.s3-search-input{
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    height: 0.825rem;
    line-height: 0.825rem;
    width: 6.625rem;
    font-size: 0.375rem;
    padding:0 0.5rem;
}
.s3-search-button{
    font-size: 0.375rem;
    width: 1.625rem;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}
/*end-s3*/
}