.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* 首页顶部轮播 */
.index_one {
    width: 100%;
    height: 7rem;
    margin-top: 1rem;
}
.index_one .index_swiper1 {
    height: 100%;
    height: 100%;
}
.index_one .swiper-slide {
    height: 100%;
    height: 100%;
    overflow: hidden;
}
/* 左右箭头 */
.index_one .swiper-button-prev {
    left: 0.24rem;
    width: 0.47rem;
    height: 0.47rem;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
}
.index_one .swiper-button-prev::after {
    font-size: 0.15rem;
    color: #008836;
    font-weight: 900;
}
.index_one .swiper-button-next {
    right: 0.24rem;
    width: 0.47rem;
    height: 0.47rem;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
}
.index_one .swiper-button-next::after {
    font-size: 0.15rem;
    color: #008836;
    font-weight: 900;
}




/* 公司简介 */
.index_two {
    width: 100%;
    background-image: url('../images/index/index_bgc1.png');
    background-size: cover;
}
.index_two_center {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    padding: 0.85rem 0 1.74rem;
    display: flex;
    justify-content: space-between;
}
.index_two .left_text {
    width: 7rem;
}
.index_two .left_text .tit_box {
    width: fit-content;
}
.index_two .left_text .en {
    font-size: 0.18rem;
    color: #333333;
}
.index_two .left_text .cn {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
.index_two .left_text .cn::after {
    content: "";
    display: block;
    width: 0.58rem;
    height: 0.08rem;
    background: #008836;
    margin-top: 0.2rem;
}
.index_two .left_text .text {
    width: 100%;
    margin-top: 0.46rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.32rem;
}
.index_two .left_text .more {
    width: 1.57rem;
    height: 0.5rem;
    margin-top: 0.4rem;
    border-radius: 0rem 0.2rem 0rem 0.2rem;
    border: 0.01rem solid #707070;
    font-size: 0.16rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_two .left_text .more img {
    height: 0.13rem;
    margin-left: 0.28rem;
    object-fit: contain;
}
.index_two .left_text .more2 {
    display: none;
}
.index_two .left_text .more:hover {
    color: white;
    background: #008836;
    border: none;
}
.index_two .left_text .more:hover .more1 {
    display: none;
}
.index_two .left_text .more:hover .more2 {
    display: block;
}
.index_two .right_img {
    width: 6.57rem;
    height: 5.83rem;
}
.index_two .right_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 数据展示 */
.index_two .data_show {
    position: absolute;
    left: 0;
    bottom: 1.19rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_two .data_show .item {
    width: 3.23rem;
    padding: 0.49rem 0.28rem 0.25rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.05rem 0.15rem 0.01rem rgba(0,0,0,0.1);
}
.index_two .data_show .txt1 {
    display: flex;
    align-items: flex-end;
    font-size: 0.18rem;
    color: #737373;
    line-height: 1.5;
}
.index_two .data_show .num {
    display: block;
    /* min-width: 1.53rem; */
    margin-right: 0.1rem;
    font-size: 0.52rem;
    font-family: Impact, Impact;
    color: #008836;
    line-height: 1;
}
.index_two .data_show .txt2 {
    font-size: 0.18rem;
    color: #737373;
}



/* 业务版块 */
.index_three {
    position: relative;
    width: 100%;
    background-image: url('../images/index/index_bgc2.jpg');
    background-size: cover;
}
.index_three_center {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    padding: 0.84rem 0 1.73rem;
    z-index: 22;
}
.index_three  .tit_box {
    width: fit-content;
}
.index_three .tit_box .en {
    font-size: 0.18rem;
    color: #FFFFFF;
}
.index_three .tit_box .cn {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index_three .tit_box .cn::after {
    content: "";
    display: block;
    width: 0.58rem;
    height: 0.08rem;
    background: #008836;
    margin-top: 0.2rem;
}
.index_three .info_box {
    width: 5.37rem;
    margin-top: 1.94rem;
}
.index_three .info_box .title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index_three .info_box .explain {
    margin-top: 0.4rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.index_three .more  {
    width: 1.77rem;
    height: 0.5rem;
    margin-top: 0.86rem;
    border-radius: 0rem 0.2rem 0rem 0.2rem;
    border: 0.01rem solid #FFFFFF;
    font-size: 0.16rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_three .more img {
    height: 0.13rem;
    margin-left: 0.15rem;
    object-fit: contain;
}
.index_three .more:hover {
    color: white;
    background: #008836;
    border: none;
}
/* 遮罩 */
.index_three .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* 右侧四模块 */
.index_three .modules {
    position: absolute;
    right: 0;
    top: 0;
    width: 9.6rem;
    height: 100%;
    z-index: 22;
    display: flex;
    flex-wrap: wrap;
}
.index_three .modules .item {
    width: 50%;
    height: 50%;
    padding: 0 0.78rem;
    border-left: 0.01rem solid rgba(255,255,255,0.8);
    border-top: 0.01rem solid rgba(255,255,255,0.8);
}
.index_three .modules .item:nth-child(-n+2) {
    border-top: 0;
}
.index_three .modules a {
    font-size: 0.24rem;
    color: white;
}
.index_three .modules img {
    display: block;
    height: 0.4rem;
    margin-top: 1.63rem;
    margin-bottom: 0.17rem;
    object-fit: contain;
}





/* 新闻中心 */
.index_four {
    width: 100%;
    background-color: #fff;
}
.index_four_center {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    padding: 0.59rem 0 1.28rem;
}
.index_four .tit_box {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_four .tit_box .en {
    font-size: 0.18rem;
    color: #333333;
}
.index_four .tit_box .cn {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
.index_four .tit_box .cn::after {
    content: "";
    display: block;
    width: 0.58rem;
    height: 0.08rem;
    margin: 0.2rem auto 0;
    background: #008836;
}
/* 新闻列表 */
.index_four .news {
    width: 100%;
    margin-top: 0.48rem;
    display: flex;
    justify-content: space-between;
}
.index_four .new_l {
    width: 7.2rem;
}
.index_four .new_l .new_img {
    display: block;
    width: 100%;
    height: 4.4rem;
}
.index_four .new_l .text_box {
    width: 100%;
    padding-left: 0.13rem;
}
.index_four .new_l .t1 {
    display: block;
    width: 6.8rem;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #008836;
}
.index_four .new_l .t2 {
    display: block;
    width: 6.9rem;
    margin-top: 0.15rem;
    font-size: 0.14rem;
    color: #747474;
}
.index_four .new_l .down {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
}
.index_four .new_l .down .gray {
    flex: 1;
    height: 0.01rem;
    background-color: #DCDCDC;
}
.index_four .new_l .down .fonts {
    display: block;
    margin: 0 0.12rem 0 0.17rem;
    font-size: 0.14rem;
    color: #5B5B5B;
}
.index_four .new_l .down img {
    height: 0.1rem;
    object-fit: contain;
}
/* 右侧列表 */
.index_four .new_r {
    width: 6.5rem;
}
.index_four .new_r .li {
    margin-top: 0.13rem;
    padding: 0.2rem 0.3rem;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_four .new_r .li:first-child {
    margin-top: 0;
}
.index_four .new_r .li:nth-child(n+5) {
    display: none;
}
.index_four .new_r .date {
    width: 0.85rem;
}
.index_four .new_r .day {
    font-size: 0.28rem;
    color: #919191;
    white-space: nowrap;
}
.index_four .new_r .gray {
    width: 100%;
    height: 0.01rem;
    margin: 0.14rem 0 0.16rem ;
    background-color: #D6D6D6;
}
.index_four .new_r .year {
    font-size: 0.14rem;
    color: #919191;
}
.index_four .new_r .text {
    width: 4.65rem;
}
.index_four .new_r .t1 {
    font-size: 0.2rem;
    color: #333333;
}
.index_four .new_r .t2 {
    margin-top: 0.17rem;
    font-size: 0.14rem;
    color: #747474;
}
/* hover 状态 */
.index_four .new_r .li:hover {
    background: #008836;
}
.index_four .new_r .li:hover .day {
    color: white;
}
.index_four .new_r .li:hover .gray {
    color: white;
}
.index_four .new_r .li:hover .year {
    color: white;
}
.index_four .new_r .li:hover .t1 {
    color: white;
}
.index_four .new_r .li:hover .t2 {
    color: white;
}



/* 客户服务 */
.index_five {
    position: relative;
    width: 100%;
    height: 5.93rem;
    background-image: url("../images/index/index_bgc3.png");
    background-size: cover;
}
.index_five .green_box {
    position: absolute;
    left: 2.6rem;
    top: -0.2rem;
    width: 6.48rem;
    /* height: 3.49rem; */
    padding: 0.78rem 0.43rem 1rem;
    background: linear-gradient(131deg, #008836 0%, #03B74A 100%);
    border-radius: 0rem 0.6rem 0rem 0.6rem;
}
.index_five .green_box .txt1 {
    font-size: 0.18rem;
    color: #FFFFFF;
}
.index_five .green_box .txt2 {
    margin-top: 0.14rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index_five .green_box .txt3 {
    margin-top: 0.32rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}


/* 其他业务 */
.index_six {
    width: 100%;
    background-color: #fff;
}
.index_six_center {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    padding: 1.14rem 0 0.96rem;
    display: flex;
    justify-content: space-between;
}
.index_six .item {
    width: 3.28rem;
    height: 4.12rem;
    padding: 0.5rem 0.14rem 0;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-align: center;
}
.index_six .item .icon1 {
    height: 0.53rem;
    object-fit: contain;
}
.index_six .item .icon2 {
    height: 0.53rem;
    object-fit: contain;
    display: none;
}
.index_six .item:nth-child(3) .icon1 {
    height: 0.48rem;
}
.index_six .item:nth-child(3) .icon2 {
    height: 0.48rem;
}
.index_six .item .tit {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    color: #333333;
}
.index_six .item .explain {
    margin-top: 0.33rem;
    font-size: 0.16rem;
    color: #919191;
    line-height: 0.28rem;
}
.index_six .item .more {
    width: 1.57rem;
    height: 0.47rem;
    margin-top: 0.5rem;
    background: #FFFFFF;
    border-radius: 0rem 0.2rem 0rem 0.2rem;
    font-size: 0.16rem;
    color: #008836;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.index_six .item .more img {
    height: 0.13rem;
    margin-left: 0.25rem;
    object-fit: contain;
}
/* hover state */
.index_six .item:hover {
    padding-top: 0;
    background: #008836;
}
.index_six .item:hover .icon1 {
    display: none;
}
.index_six .item:hover .icon2 {
    display: block;
}
.index_six .item:hover .tit {
    color: white;
}
.index_six .item:hover .explain {
    color: white;
}
.index_six .item:hover .more {
    opacity: 1;
    visibility: visible;
}



/* 联系我们 */
.index_seven {
    width: 100%;
    background-image: url("../images/index/index_bgc4.png");
    background-size: cover;
}
.index_seven_center {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    padding: 0.91rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_seven .texts {
    width: 5.12rem;
}
.index_seven .txt1 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index_seven .txt2 {
    margin-top: 0.26rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.index_seven .more {
    width: 1.57rem;
    height: 0.47rem;
    margin-top: 0.5rem;
    background: #FFFFFF;
    border-radius: 0rem 0.2rem 0rem 0.2rem;
    font-size: 0.16rem;
    color: #008836;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_seven .more img {
    height: 0.13rem;
    margin-left: 0.25rem;
    object-fit: contain;
}

@media only screen and (max-width:1024px){
    .index_one{
        height: 3rem;
    }
    .index_two_center{
        width: 100%;
        flex-direction: column;
        padding: 15px;
    }
    .index_two .left_text,
    .index_two .right_img{
        width: 100%;
    }
    .index_two .left_text .en{
        font-size: 12px;
    }
    .index_two .left_text .text p{
        font-size: 12px;
    }
    .index_two .left_text .more{
        margin: 15px auto;
        font-size: 12px;
        width: fit-content;
        padding: 0 15px;
    }
    .index_two .data_show{
        position: static;
        flex-wrap: wrap;
    }
    .index_two .data_show .item{
        width: 50%;
    }
    .index_two .data_show .txt1{
        justify-content: center;
        font-size: 12px;
    }
    .index_two .data_show .txt2{
        font-size: 14px;
        text-align: center;
    }
    .index_three_center{
        width: 100%;
    }
    .index_three .modules{
        position: relative;
        width: 100%;
    }
    .index_three .modules .item{
        padding: 15px;
        border: 0.01rem solid rgba(255,255,255,0.8)
    }
    .index_three .modules .item:nth-child(-n+2){
        border: 0.01rem solid rgba(255,255,255,0.8)
    }
    .index_three .modules a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .index_three .modules img{
        margin: 15px auto;
    }
    .index_three_center{
        padding: 15px;
    }
    .index_three .tit_box .en,
    .index_three .info_box .explain{
        font-size: 12px;
    }
    .index_three .info_box,
    .index_three .more{
        margin-top: 15px;
    }
    .index_three .more{
        font-size: 12px;
        width: fit-content;
        padding: 0 15px;
    }
    .index_four_center{
        width: 100%;
        padding: 15px;
    }
    .index_four .tit_box .en{
        font-size: 12px;
    }
    .index_four .news{
        flex-direction: column;
    }
    .index_four .new_l,
    .index_four .new_r{
        width: 100%;
        margin-bottom: 15px;
    }
    .index_four .new_l .t1{
        font-size: 14px;
    }
    .index_four .new_l .t2,
    .index_four .new_l .down .fonts{
        font-size: 12px;
    }
    .index_four .new_r .year,
    .index_four .new_r .t2{
        font-size: 12px;
    }
    .index_four .new_r .t1{
        font-size: 14px;
    }
    .index_five .green_box{
        position: static;
    }
    .index_five .green_box .txt1,
    .index_five .green_box .txt3{
        font-size: 12px;
    }
    .index_five .green_box .txt2{
        font-size: 14px;
    }
    .index_six_center{
        width: 100%;
        padding: 15px;
        flex-wrap: wrap;
    }
    .index_six .item{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .index_six .item:nth-child(2n){
        margin-right: 0;
    }
    .index_six .item .explain{
        font-size: 12px;
    }
    .index_seven_center{
        width: 100%;
        padding: 15px;
    }
    .index_seven .txt2{
        font-size: 12px;
    }
    .index_seven .more{
        width: fit-content;
        padding: 0 15px;
        font-size: 12px;
        white-space: nowrap;
    }
}
