/*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;
    overflow: hidden;
    gap: 1.25%;
}
.s1-box-li.s1-box-li-first{
    background-color:transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 0px !important;
}
.s1-box-li {
    width: 32.5%;
    min-height: 2.6041666666666665rem;
    border-radius: 0.10416666666666667rem;
    background-color: #e9e9eb;
    overflow: hidden;
    margin-bottom:0.10416666666666667rem;
    box-sizing: border-box;
    border: 1px solid #e9e9eb;
}
.s1-box-li:not(.s1-box-li-first):hover{
    background-color: #f9f9f9;
    border: 1px solid #7e7e7e;
}
.s1-box-li-h {
    font-size: 0.25rem;
    line-height: 0.2604166666666667rem;
    color: #333333;
    font-weight: 700;
    font-family: "Roboto-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;
}
.s1-box-li-con {
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    font-weight: 500;
    width: 2.1458333333333335rem;
    font-family: "Roboto-Medium"; 
    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;
}
.s1-box-li-href {
    flex-shrink: 0;
    margin-bottom: 0.19270833333333334rem;
}
.s1-box-li-a {
    height: auto;
    display: flex;
    float: left;
    overflow: hidden;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
}
.s1-box-li-icon {
    cursor: pointer;
    width: 0.3125rem;
    height: 0.3125rem;
}
.s1-box-li-icon.hover,.s1-box-li-a:hover .s1-box-li-icon:not(.hover){
    display: none;
}
.s1-box-li-a:hover{
    background:#00968f;
}
.s1-box-li-a:hover .s1-box-li-icon.hover{
    display:block;
    animation: continuousSlide 1s linear infinite;
}
.s1-box-li-imgbox {
    display: flex;
    height: 2.2708333333333335rem;
    overflow: hidden;
    padding: 0.19270833333333334rem 0.4166666666666667rem 0;
    box-sizing: border-box;
}
.s1-box-li-img {
    transition: 0.88s;
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}
a.s1-box-li:hover .s1-box-li-img {
    transform: scale(1.03);
}
.s1-box-li-name {
    font-size: 0.125rem;
    color: #333333;
    font-weight: 300;
    font-family: "Roboto-Light";
    text-align: center;
    width: 80%;
    overflow: hidden;
    margin: 0 auto 0.171875rem;
}
/*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: "Roboto-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: "Roboto-Medium";
    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: 4.270833333333333rem;
}
.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: "Roboto-Light";
    margin-bottom: 0.06770833333333333rem;
}
.s2-li-a:hover .s2-slide-newtit {
    font-weight: 700;
    font-family: "Roboto-Bold";
}
.s2-slide-newcon {
    width: 100%;
    overflow: hidden;
    font-size: 0.08333333333333333rem;
    line-height: 0.125rem;
    color: #e3e3e3;
    font-weight: 300;
    font-family: "Roboto-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: "Roboto-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%;
    gap: 0.3rem;
}
.s1-box-li.s1-box-li-first{
    width: 100%;
    min-height:unset;
    margin-bottom: 0.475rem;
}
.s1-box-li{
    width: calc(50% - 0.15rem);
    border-radius: 0.125rem;
    border: 0px;
    background-color: #e9e9eb;
    margin-bottom:0px;
    min-height:4.575rem;
}
.s1-box-li-img {
    width: 3.25rem;
    height: 3.075rem;
}
.s1-box-li-imgbox {
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 0 0;
}
.s1-box-li-h {
    font-size: 0.525rem;
    line-height: 0.525rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.225rem;
    max-height: unset;
}
.s1-box-li-con {
    font-size: 0.375rem;
    line-height: 0.475rem;
    width: 100%;
    text-align: center;
}
.s1-box-li-name {
    font-size: 0.375rem;
    line-height: 0.375rem;
    margin: 0.375rem 0 0.35rem;
    width: 100%;
}
.s1-box-li-last {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 0.15rem);
}
.s1-box-li-last img{
    width: 0.825rem;
    height: 0.825rem;
    border-radius: 0.4rem;
    background-color: #00958f;
}
/*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*/
}