* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
    max-height: 100%;
}
.swiper_box{
    position: relative;
}
.swiper_box>.swiper-wrapper>.swiper-slide {
    /* height: auto; */
    max-height: 100vh;
    overflow: hidden;
}

.pox_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5625rem 0.65rem;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logos img {
    width: 2.1rem;
    height: .8rem;
}

.zhan {
    width: .7rem;
    height: .3375rem;
    cursor: pointer;
    z-index: 20;
}

.zhan img {
    min-height: 100%;
    min-width: 100%;
    /* object-fit: cover; */
}

.cl {
    display: none !important;
}


.video-player {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper_box .swiper-slide {
    /* max-height: 100vh; */
}

.page {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    overflow: hidden;
}

.pageze {
    position: absolute;
    left: 0;
    top: 0;
}

.page img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.page_box {
    position: absolute;
}

.pos_box {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0, 0.3);
    z-index: 15;
    padding: 0 .7625rem;
}

.pos_box h2 {
    font-size: .75rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.1rem;
}

.pos_box p {
    font-size: .4rem;
    font-weight: 500;
    margin-top: .125rem;
    color: #FFFFFF;
    line-height: .7rem;
}


.menus,
.menus .menu-mask {
    position: fixed;
    z-index: 11;
}

.menus {
    width: 100%;
    -webkit-transition: all 6s ease;
    -o-transition: all 6s ease;
    transition: all 6s ease;
}

.close-menu {
    position: fixed;
    display: none;
    cursor: pointer;
    right: .625rem;
    top: .625rem;
    z-index: 13;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.close-menu img {
    width: .375rem;
    height: .375rem;
}

.menus .menu-mask {
    width: 60%;
    padding-top: 60%;
    border-radius: 50%;
    background: rgb(0,0,0,0.9);
    /* background: #1a1919; */
    top: -100%;
    right: -100%;
}

.bag_top {
    animation-name: myfirst;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.bag_bottom {
    animation-name: bag_bottom;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.const {
    animation-name: const;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.opacity {
    opacity: 0 !important;
}

.opacitys {
    animation-name: opacity1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes opacity1 {
    100% {
        opacity: 1;
    }
}

@keyframes mint {
    100% {
        top: 0px;
        right: 10%;
        transform: matrix(4, 0, 0, 4, 0, 0);
    }
}

@keyframes const {
    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes myfirst {
    0% {
        top: -100%;
        right: -100%;
    }

    100% {
        top: 0;
        right: 0;
        transform: matrix(4, 0, 0, 4, 0, 0);
        /* background: #1a1919; */
        background: rgb(0,0,0,0.9);
    }
}

@keyframes bag_bottom {
    0% {
        top: 0;
        right: 0;
        transform: matrix(4, 0, 0, 4, 0, 0);
        /* background: #1a1919; */
        background: rgb(0,0,0,0.9);

    }

    100% {
        top: -100%;
        right: -100%;
    }
}



.menus .menus-con {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 12;
    display: none;
    top: 0;
}

.menus .menus-con .menus-item {
    float: left;
    width: 14.2%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.menus .menus-con .menus-item .menu-child {
    position: relative;
    height: 100%;
}

.animated1s {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menus .menus-con .menus-item .first-container {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9 !important;
    -webkit-transform: translateX(-0.25rem);
    -ms-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
    opacity: 0;
    z-index: 9;
}

.menus .menus-con .menus-item .second-item {
    -webkit-transform: translateX(-0.25rem);
    -ms-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
    opacity: 0;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
}

.show-table {
    display: table;
}

.menus .menus-con .menus-item .first-title {
    height: 1.5rem;
    width: 70%;
    padding-top: .375rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    margin: auto;
    overflow: hidden;
}

.menus .menus-con .menus-item .first-title .first-con {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 10%;
    padding-top: .15rem;
    overflow: hidden;
    -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1) .1s;
    -o-transition: .4s .1s cubic-bezier(.19, 1, .22, 1);
    transition: .4s cubic-bezier(.19, 1, .22, 1) .1s;
}

.menus .menus-con .menus-item .first-title .first-con .first-name {
    font-size: .25rem;
    color: #fff;
}

.menus .menus-con .menus-item .first-title .first-con .first-name {
    font-size: .35rem;
}


.menus .menus-con .menus-item .first-title .first-con .first-entxt {
    font-size: .275rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: .0187rem;
    text-align: left;
    color: #838383;
    padding-top: .125rem;
}

.menus .menus-con .menus-item .second-item .second-title {
    text-align: left;
    width: 60%;
    height: 100%;
    padding-left: 20%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.menus .menus-con .menus-item .second-item .second-title .second-con {
    position: relative;
    left: 0;
    top: 0;
    padding-top: .15rem;
    margin-bottom: .15rem;
    -webkit-transition: all .2s ease-in;
    -o-transition: .2s all ease-in;
    transition: all .2s ease-in;
    height: 1.125rem;
    overflow: hidden;
}

.menus .menus-con .menus-item .second-item .second-title .second-cont {
    opacity: 0;
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    -webkit-transition: all .2s ease-in;
    -o-transition: .2s all ease-in;
    transition: all .2s ease-in;
}

.menus .menus-con .menus-item .second-item .second-title .second-con .secondContentmid {
    top: -100%;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .4s all cubic-bezier(.19, 1, .22, 1);
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
}

.menus .menus-con .menus-item .second-item .second-title .second-con .second-content {
    height: 1.125rem;
    padding-top: .15rem;
    position: relative;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1) .1s;
    -o-transition: .4s .1s all cubic-bezier(.19, 1, .22, 1);
    transition: all .4s cubic-bezier(.19, 1, .22, 1) .1s;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menus .menus-con .menus-item .second-item .second-title .second-con .second-content .second-name {
    font-size: .3rem;
    color: #fff;
}

.menus .menus-con .menus-item .second-item .second-title .second-con .second-content .second-entxt {
    font-size: .225rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: 1.5px;
    text-align: left;
    color: #838383;
    padding-top: 10px;
}

.menus .menus-con .menus-item .second-item .second-title .second-cont h4 {
    line-height: .75rem;
}

.menus .menus-con .menus-item .second-item .second-title .second-cont h4 a,
.menus .menus-con .menus-item .second-item .second-title .second-cont h4 span {
    font-size: .275rem;
    color: #fff;
    font-weight: 400;
}

.menus .menus-con .menus-item .second-item .second-title .second-cont {
    opacity: 0;
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    -webkit-transition: all .2s ease-in;
    -o-transition: .2s all ease-in;
    transition: all .2s ease-in;
}

.close-menu:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menus .mint {
    display: block;
    padding: 0 2%;
}

.menus .menus-con .menus-item .second-item .second-title .second-cont h4 .third-title {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.index_about {
    /* padding: 1.875rem 2.7875rem 0 2.7875rem; */
    padding: 1.4rem 2.7875rem 0 2.7875rem;

}

.index_box {
    height: 100vh;
    overflow: hidden;
}

.index_about h2 {
    font-size: .35rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: .2125rem;
    opacity: 0.81;
}

.index_about p {
    font-size: .275rem;
    font-weight: 500;
    color: #000000;
    opacity: 0.5;
}

.flex {
    display: flex;
}

.flex_al {
    display: flex;
    align-items: center;
}

.flex_en {
    display: flex;
    align-items: end;
}

.flex_ce {
    display: flex;
    justify-content: center;
}

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

.index_new_flex {
    align-items: center;
}

.index_new_flex a {
    font-size: .275rem;
    font-weight: 400;
    color: #606060;
}

.index_new_flex img {
    width: .1625rem;
    height: .1875rem;
}

.index_about_left {
    width: 4.9rem;
    margin-right: .1875rem;
}

.index_about_left>h2 {
    font-size: .35rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: .375rem;
}

.index_about_left_content {
    font-size: .275rem;
    font-weight: 400;
    color: #383838;
    line-height: .55rem;
    opacity: 0.63;
    text-align: justify;
    padding-right: 30px;
}

.index_about_center {
    width: 8.125rem;
    height: 8.125rem;
    margin-right: 1.2875rem;
}

.index_about_center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_about_right_item {
    margin-bottom: 1rem;
}
.index_about_right_item:hover  p,.index_ysgw_content_top_right_top>a:hover p{
    color: #24A2A5;
    font-weight: 550;
}
.index_about_right>.index_about_right_item:last-of-type {
    margin-bottom: 0;
}

.index_about_right_item p {
    font-size: .3125rem;
    margin-right: .3rem;
    font-weight: 400;
    color: #606060;
}

.index_about_right_item img {
    height: .875rem;
}

.cneter_box{
    width: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_ysgw_content {
    padding: 1.875rem  0;
    margin-top: -0.375rem;
}
.index_ysgw_content_box{
    padding: 1.875rem 2.7875rem;
}
.yuanafter {
    position: relative;
}

.yuanafter::after {
    content: "";
    width: 8.525rem;
    height: 8.525rem;
    border: .0375rem solid #ececec;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.swiper_index_ys_item {
    position: relative;
    padding-left: .4813rem;
}

.swiper_index_ys_item_index {
    position: absolute;
    left: 0;
    width: .9625rem;
    height: .9625rem;
    line-height: .9625rem;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    font-size: .4375rem;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 50%;
    background: rgb(36, 162, 165);
}

.index_0 {
    position: absolute;
    left: 2.7875rem;
    top: 50%;
    transform: translate(0, -50%);
    width: .9625rem;
    height: .9625rem;
    line-height: .9625rem;
    text-align: center;
    font-size: .4375rem;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 50%;
    background: rgb(36, 162, 165);
}

.swiper_index_ys_item_img {
    max-height: 4.4875rem;
    position: relative;
    overflow: hidden;
    padding: .5625rem;
    background: #FFFFFF;
}

.swiper_index_ys_item_img_ze {
    width: 300%;
    height: 300%;
    background: url(../img/value-mask.a6327c86.svg) no-repeat 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.swiper_index_ys_item_img_ze_1 {
    background: url(../img/ze.png) no-repeat 50%;
    background-size: 100% 100%;
    opacity: 1;
}

.swiper_index_ys_item_img img {
    width:2rem;
    height: 2rem;
    /* min-height: 100%; */
    /* min-width: 100%; */
    object-fit: cover;
    border-radius: 50%;
}

.swiper_index_ys_item_img_hover {
    padding: .6rem 0.225rem;
}

.swiper_index_ys_item_img_hover img {
    margin-right: .25rem;
}

.swiper_index_ys_item_img_hover_text>div {
    font-size: .28rem;
    font-weight: 400;
    color: #000000;
    line-height: .5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;  
    overflow: hidden; 
}

.swiper_index_ys_item_img_hover_text>p {
    font-size: .25rem;
    font-weight: 400;
    color: #24A2A5;
    line-height: .5rem;


}

.swiper_index_ys_item_img_text {
    /* margin-left: .625rem; */
    margin-left: .1rem;
}

.swiper_index_ys_item_img_text>h2 {
    font-size: .4rem;
    font-weight: 400;
    color: #000000;
}

.swiper_index_ys_item_img_text>div {
    font-size: .3rem;
    font-weight: 400;
    color: #24A2A5;
    margin: .225rem 0 .1875rem;
}

.swiper_index_ys_item_img_text>p {
    font-size: .3rem;
    font-weight: 400;
    color: #24A2A5;
}


.swiper_index_ys_item_index {
    /* display: none; */
    z-index: 2;
}

.swiper_index_ys1 {
    position: relative;
}

.swiper_index_ys .swiper-slide-active .swiper_index_ys_item_index,
.swiper_index_ys1 .swiper-slide-active .swiper_index_ys_item_index {
    display: block;

}

.swiper_index_ys1 .swiper-wrapper>.swiper-slide:first-of-type>.swiper_index_ys_item_index {
    /* display: none !important; */
}

.swiper-button-p {
    /* transform: rotate(180deg); */
}
.index_ba{
    position: fixed;
    bottom: .375rem;
    left: 0.65rem;
    z-index: 6;
}
.index_ba a{
    color: #fff;
    font-size: .225rem;
}
.index_ysgw_qh {
    cursor: pointer;
    width: .375rem;
    height:.375rem;
    border-radius: 50%;
    padding: .0625rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_ysgw_qh:hover{
    border: .0125rem solid #24A2A5;
    transition: all 0.3s;
}

.index_ysgw_qh>img {
    width: 100%;
    height: 100%;
}

.index_ysgw_po {
    /* padding-left: 2.7875rem; */
    margin-top: 2.2rem;
}

.swiper-button-p {
    margin-right: .75rem;
}

.index_rczy>a {
    font-size: .25rem;
    font-weight: 400;
    color: #606060;
}

.index_rczy>a img {
    width: .9125rem;
    height: .9125rem;
    margin-right: .275rem;
}

.index_rczy {
    width: 100%;
    padding: 0 2.7875rem;
}

.index_ysgw_content_top_left {
    width: 7.95rem;
    height: 4.4875rem;
    margin-right: .8rem;
}

.index_ysgw_content_top_left>img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.index_ysgw_content_top_right_bottom {
    font-size: .225rem;
    font-weight: 400;
    color: #606060;
    line-height: .5rem;
    margin-top: .4625rem;
}

.index_ysgw_content_top_right {
    width: calc(100% - 7.95rem - 0.8rem);
}

.index_ysgw_content_top_right_top {
    text-align: center;
}

.index_ysgw_content_top_right_top p {
    font-size: .2875rem;
    font-weight: 400;
    color: #000000;
    margin-top: .1rem;
}

.index_ysgw_content_top_right_top img {
    max-width: 1.175rem;
    max-height: .775rem;
    height: .68rem;
    object-fit: cover;
}

.index_ysgw_content_top_right_top>a {
    display: block;
    margin-right: 1.1875rem;
}

/* 3-2详情 */
.de_3_2 {
    /* padding: 1.875rem 2.3875rem 2.375rem; */
    padding: 1.875rem 1.875rem 2.375rem;

    background: rgb(244, 244, 244);
    min-height: 100vh;
}

.de_3_2_box {
    background: #FFFFFF;
    padding: .75rem 1rem 1rem;
}

.de_3_2_box>h2 {
    font-size: .3125rem;
    font-weight: 500;
    color: #161616;
}

.de_3_2_box>p {
    font-size: .2625rem;
    font-weight: 300;
    color: #606060;
    padding: .75rem 0rem .375rem;


    border-bottom: .0125rem solid rgb(175, 175, 175);
    margin-bottom: 1.075rem;
}

.de_3_2_box_content {
    font-size: .25rem;
    font-weight: 400;
    color: #606060;
    line-height: .4375rem;
    padding-bottom: 1.25rem;
    border-bottom: .0125rem solid rgb(175, 175, 175);
}

.de_3_2_sx {
    padding-top: .625rem;
}

.de_3_2_sx>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: .625rem;
    line-height: .5rem;
    text-align: center;
    font-size: .225rem;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: .4375rem;
}

.de_3_2_sx>a>img {
    width: .375rem;
    margin-right: .1875rem;
    height: .375rem;
}

.de_3_2_sx_box>div {
    width: 1.25rem;
    text-align: center;
    height: .6875rem;
    background: rgb(175, 175, 175);
    opacity: 0.5;
    margin-right: .4375rem;
}
.de_3_2_sx_box>div>img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.de_3_2_sx_box>a {
    font-size: .225rem;
    font-weight: 400;
    color: #606060;
}

.de_3_1_bk {
    height: 3.125rem;
    background: rgb(244, 244, 244);
}

.de_3_1_box {
    padding: 1.1625rem 1.875rem 4.6625rem;
}

.de_3_1_box_img {
    width: 8.125rem;
    height: 8.125rem;
}

.de_3_1_box_img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.de_3_1_box_conetn {
    width: calc(100% - 8.125rem - 0.75rem);
}

.de_3_1_box_img {
    margin-top: calc(-1.1625rem - 8.9375rem + 7.3625rem);
}

.de_3_1_box_conetn>h2 {
    font-size: .625rem;
    font-weight: 400;
    color: #606060;
    margin-bottom: .5rem;
}

.de_3_1_box_conetn>div {
    padding-right: .575rem;
    height: 4rem;
    /* width: 9.075rem; */
    font-size: .25rem;
    font-weight: 400;
    color: #0C0C0C;
    line-height: .5125rem;
    overflow-y: auto;
}

/* 修改滚动条的宽度和高度 */
.de_3_1_box_conetn>div::-webkit-scrollbar {
    width: .075rem !important;
    height: 4rem !important;
}

/* 修改滚动条的形状 */
.de_3_1_box_conetn>div::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: .0625rem;
}

/* 修改滚动条轨道的形状 */
.de_3_1_box_conetn>div::-webkit-scrollbar-track {
    border-radius: .0625rem;
    background: #d6d6d6;
}

.ysxm {
    margin-top: .9rem;
}

.ysxm>h2 {
    font-size: .5625rem;
    font-weight: 500;
    color: #24A2A5;
    margin-bottom: .375rem;
}

.ysxm>div {
    font-size: .375rem;
    font-weight: 400;
    color: #606060;
}

.index_about_left_bottom>div {
    width: .8125rem;
    height: .8125rem;
    margin-right: .275rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: .025rem solid #24A2A5;
}

.index_about_left_bottom>div>img,
.yuan_xq>div>img {
    width: .25rem;
    height: .25rem;
    margin: 0;
}

.index_about_left_bottom {
    font-size: .25rem;
    font-weight: 400;
    margin-top: .975rem;
    color: #606060;
}

.yuan_xq>div {
    width: .8125rem;
    height: .8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: .025rem solid #24A2A5;
    margin-right: .225rem;
}

.bajing {
    background-image: url(../img/fanhui.png);
    background-size: 100% 100%;
    padding-left: .5rem;
    background-repeat: no-repeat;
}

.index_rl_en {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1.375rem;
    font-weight: 500;
    color: #000000;
    opacity: 0.02;
}

.logo_index {
    display: none;
}



.paginate_page ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5875rem;
}

.paginate_page a,
.paginate_page span {
    width: 0.6rem;
    height: 0.6rem;
    border: .0125rem solid #cdc6c6;
    display: block;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #606060;
    margin: 0 0.0313rem;
}

.paginate_page .active span {
    border: none;
    background: rgb(36, 164, 167);
}

.loadmore {
    text-align: center
}

.loadmore-tips {
    width: 100% !important;
    border: none !important;
    font-size: .25rem !important;
    margin: 0 !important;
}
.fw_box_index {
    padding: 1.3875rem 1.875rem 0.525rem;
    background: #F2F2F2;
}
.fw_box_index_left{
    width: 9.2875rem;

}
.fw_box_index_left>h2 {
    font-size: .5rem;
    font-weight: 400;
    color: #24A2A5;
    margin-bottom: .3rem;
}

.fw_box_index_left>div {
    font-size: .23rem;
    font-weight: 400;
    color: #606060;
    line-height: .475rem;
}

.fw_box_index_right {
    width: 8.45rem;
    height: 3.2125rem;
    overflow: hidden;
}

.fw_box_index_right>img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.fw_box_index_swiperbox {
    padding:2rem 1.85rem 1.75rem;
    position: relative;
}
.fw_box_index_swiperbox .index_ysgw_po{
    margin-top: 0;
    position: absolute;
    top: 1rem;
    right: 1.85rem;
}
.fw_box_index_swiper{
    overflow: hidden;
}
.fw_box_index_swiperbox  .swiper-button-p{
    margin-right: .1875rem;
}
.fw_box_index_swiper_item{
    padding-bottom: .25rem;
    border-bottom: .025rem solid #606060;
}
.fw_box_index_swiper_item_img {
    height: 5.625rem;
    overflow: hidden;
}

.fw_box_index_swiper_item_img>img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.fw_box_index_swiper_item_img>img:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}

.fw_box_index_swiper_item>h2 {
    margin: .35rem 0 0.16rem;
    font-size: .3rem;
    font-weight: 400;
    color: #606060;
}

.fw_box_index_swiper_item_name>h2 {
    font-size: .35rem;
    font-weight: 400;
    color: #606060;
}
.fw_box_index_swiper_item_name>div{
    width: .3375rem;
    height: .3375rem;
    background-image: url(../img/ypu.png);
    background-size: 100% 100%;
}
.fw_box_index_swiper_item:hover .fw_box_index_swiper_item_name>div{
    background-image: url(../img/you.png);
}
.fw_box_index_swiper_item:hover{
    border-bottom: .025rem solid #24A2A5;
}
.fw_box_index_swiper_item:hover h2{
    color: #24A2A5;
}
/* 手机端 */
@media screen and (max-width:1000px) {
    .logos img {
        width: 100px;
        height: 39px;
    }
    .menus .menus-con .menus-item .second-item .second-title .second-con .second-content .second-name{
        font-size: 18px;
    }
    .menus .menus-con .menus-item .second-item .second-title .second-con .second-content .second-entxt{
        font-size: 16px;
    }
    .menus .menus-con .menus-item .second-item .second-title .second-con .second-content{
        height: auto;
        display: block;
    }
    .menus .menus-con .menus-item .second-item{
        display: none;
    }
    .header .header_center .hc_content_en{
        font-size: 16px !important;
    }
    .header .header_center .hc_content_text{
        font-size: 20px !important;
        margin-bottom: 10px !important;
        margin-top: 5px !important;
    }
    .opacity{
        display: none !important;
    }
    .opacitys{
        display: block;
    }
    .header .header_center{
        width: 200px !important;
        height: 200px !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0  !important;
    }
    .menus .menu-mask {
        width: 100%;
        height: 100vh;
    }

    .menus .menus-con .menus-item {
        float: none;
        width: 100%;
        height: auto;
    }

    .zhan {
        width: 40px;
        height: 20px;
        /* height: 40px; */
    }

    .close-menu img {
        width: 25px;
        height: 25px;
    }

    .close-menu {
        right: 20px;
        top: 20px;
    }

    .menus .menus-con {
        height: 100vh;
        overflow-y: auto;
        padding: 40px;
    }
    .menus .menus-con .menus-item .first-title .first-con{
        display: block;
    }
    .menus .menus-con .menus-item .first-title .first-con .first-name {
        font-size: 16px;
    }

    .menus .menus-con .menus-item .first-title .first-con .first-entxt {
        font-size: 14px;
    }

    .menus .menus-con .menus-item {
        height: 85px;
    }

    .menus .menus-con .menus-item .first-title {
        height: 100%;
    }

    .menus .menus-con .menus-item .first-title .first-con .first-entxt {
        line-height: 30px;
    }

    .heiog {
        height: auto !important;
        margin-top: -28px;
    }

    .menus .menus-con .menus-item .second-item .second-title .second-cont h4 a,
    .menus .menus-con .menus-item .second-item .second-title .second-cont h4 span {
        font-size: 14px;
        line-height: 35px;
    }

    .menus .menus-con .menus-item .second-item .second-title .second-con {
        padding-top: 5px;
        margin-bottom: 5px;
        height: 60px;
    }

    .pos_box {
        width: 300px;
        height: 300px;
        padding: 0 30px;
        text-align: center;
    }

    .pos_box h2 {
        font-size: 22px;
        line-height: 40px;
    }

    .pos_box p {
        font-size: 16px;
        line-height: 35px;
    }

    .index_about {
        padding-top: 80px;
    }

    .index_about h2 {
        font-size: 20px;
    }

    .index_about p {
        font-size: 16px;
    }

    .index_about_box {
        display: block;
        margin-top: 20px;
    }

    .index_about_left {
        width: 100%;
    }

    .index_about_left>h2 {
        font-size: 18px;
    }

    .index_about_left_content {
        font-size: 14px;
        line-height: 35px;
    }

    .index_about_left_bottom {
        margin-top: 10px;
        font-size: 14px;
    }

    .index_about_left_bottom img {
        width: 30px;
        height: 30px;
    }

    .index_about_center {
        margin: 0 auto;
        width: 150px;
        height: 150px;
    }

    .index_about_right {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .index_about_right_item p {
        margin-right: 10px;
    }

    .index_about_right_item img {
        height: 30px;
    }

    .index_about_right_item {
        margin-bottom: 0;
    }

    .index_ysgw_content {
        margin-top: 0;
        /* padding: 100px 0 40px; */
        padding: 130px 0 30px;

    }

    
    .swiper_index_ys_item_img {
        height: 130px;
        max-height: 200px;
    }

    .yuanafter::after {
        width: 300px;
        height: 300px;
    }

    .swiper_index_ys_item_index,
    .index_0 {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .index_0 {
        left: 16px;
    }

    .index_new_flex a {
        font-size: 16px;
    }

    .index_new_flex img {
        width: 15px;
        height: 15px;
    }

    .index_ysgw_content_top {
        display: block;
    }

    .index_ysgw_content_top_left {
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .index_ysgw_content_top_right {
        width: 100%;
    }

    .index_ysgw_content_top_right_top>div {
        margin-right: 20px;
    }



    .index_ysgw_content_top_right_top p {
        font-size: 14px;
    }

    .index_ysgw_content_top_right_bottom {
        font-size: 14px;
        line-height: 30px;
    }

    .index_ysgw_content_top {
        margin-top: -60px;
    }
    .index_rczy{
        position: relative;
    }
    .index_rczy>a {
        font-size: 16px;
        margin-top: 0;
        /* margin-top: -20px; */
        position: absolute;
        right: 2.7825rem;
        top: -35px;
    }

    .index_rczy>a img {
        width: 20px;
        height: 20px;
    }

    .de_3_2 {
        padding: 82px 30px 40px;
    }

    .de_3_2_box {
        padding: 20px 15px;
    }

    .de_3_2_box>h2 {
        font-size: 16px;
    }

    .de_3_2_box>p {
        font-size: 15px;
        padding: 20px 0 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgb(175, 175, 175);
    }

    .de_3_2_box_content {
        font-size: 14px;
        line-height: 25px;
        border-bottom: 1px solid rgb(175, 175, 175);
        padding-bottom: 30px;
    }

    .de_3_2_sx {
        padding-top: 15px;
    }

    .de_3_2_sx>a {
        border-radius: 20px;
        font-size: 14px;
        width: 140px;
        height: 35px;
        padding-left: 40px;
        line-height: 35px;
    }

    .de_3_2_sx_box {
        width: calc(100% - 110px);
    }

    .de_3_2_sx_box>a {
        font-size: 14px;
        width: calc(100% - 45px);
    }

    .de_3_2_sx>a>img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .de_3_2_sx_box>div {
        width: 40px;
        margin-right: 5px;
        height: 30px;
    }

    .de_3_2_sx {
        display: block;
    }

    .de_3_2_sx_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .de_3_1_bk {
        height: 60px;
    }

    .de_3_1_box {
        padding: 30px 30px 80px;
    }

    .de_3_1_box_img {
        width: 100%;
        height: 300px;
    }

    .de_3_1_box>.flex_sb {
        display: block;
    }

    .de_3_1_box_img {
        margin: -60px auto 20px;
    }

    .de_3_1_box_conetn {
        width: 100%;
    }

    .de_3_1_box_conetn>h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .de_3_1_box_conetn>div {
        padding-right: 20px;
        font-size: 15px;
        line-height: 35px;
        height: 300px;
    }

    /* 修改滚动条的宽度和高度 */
    .de_3_1_box_conetn>div::-webkit-scrollbar {
        width: 2px !important;
        height: 300px !important;
    }

    /* 修改滚动条的形状 */
    .de_3_1_box_conetn>div::-webkit-scrollbar-thumb {
        border-radius: 5px;
    }

    .ysxm {
        margin-top: 20px;
    }

    .ysxm>h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ysxm>div {
        font-size: 16px;
    }

    .index_about_left_bottom>div {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .yuan_xq>div {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .index_about_left_bottom>div>img,
    .yuan_xq>div>img {
        width: 10px;
        height: 10px;
    }

    .swiper_index_ys_item_img {
        display: flex;
        align-items: center;
    }

    .swiper_index_ys_item_img img {
        width: 110px;
        height: 110px;
        margin-right: 20px;
    }

    .swiper_index_ys_item_img_text>h2 {
        font-size: 16px;
    }

    .swiper_index_ys_item_img_text>div {
        font-size: 15px;
        margin: 10px 0 5px;
    }

    .swiper_index_ys_item_img_text>p {
        font-size: 13px;
        line-height: 20px;
    }

    .swiper_index_ys_item_img_hover_text>div,
    .swiper_index_ys_item_img_hover_text>p {
        font-size: 14px;
        line-height: 25px;
    }

    .index_ysgw_content_top_right_top img {
        /* width: 40px; */
        height: 40px;
        max-width: 100px;
        max-height: 100px;
    }
    .paginate_page ul{
        margin-bottom: 50px;
    }
    .paginate_page a, .paginate_page span{
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin:  0 2.5px;
        font-size: 14px;
    }
    .loadmore-tips{
        font-size: 16px !important;
    }
    .cneter_box{
        width: auto;
    }
    .index_ysgw_qh{
        width: 25px;
        height: 25px;
        padding: 3px;
    }
    .index_ysgw_po{
        margin-top: 75px;
    }
    .swiper-button-p{
        /* margin-top: 28px; */
    }
    .index_ba a{
        font-size: 16px;
    }
    .footer_info_dz>span, .footer_info_fwrz>span, .footer_info_yx>span, .footer_info_yx>span{
        width: auto !important;
    }
    .index_ysgw_po{
        padding: 0 2.785rem;
    }
    .index_about_swiper{
        padding-top: 100px;
    }
    .yuanafter::after{
        border: 1px solid #ececec;
    }
    .index_rczy_content{
        padding-top: 80px;
    }
    .index_about_left_content{
        padding-right: 0;
    }
    .fw_box_index{
        padding: 30px ;
    }
    .fw_box_index{
        display: block;
    }
    .fw_box_index_left{
        width: 100%;
        margin-bottom: 25px;
    }
    .fw_box_index_left>h2{
        font-size: 20px;
        margin-bottom: 15px;
    }    
    .fw_box_index_right{
        width: 100%;
        height: 150px;
    }
    .fw_box_index_left>div{
        font-size: 14px;
        line-height: 30px;
    }
    .fw_box_index_swiperbox{
        padding: 50px 30px 30px;
    }
    .fw_box_index_swiper_item_img{
        height: 140px;

    }
    .fw_box_index_swiper_item>h2{
        margin: 15px 0 13px;
        font-size: 16px;
    }
    .fw_box_index_swiper_item_name>h2{
        font-size: 15px;
    }
    .fw_box_index_swiper_item_name>div{
        width: 15px;
        height: 15px;
    }    
}
