
.section_title {
    position: relative;
    margin: 2rem auto;
}
.section_title .title {
    text-align: center;
}
.section_title .title .cn {
    font-weight: bold;
    font-size: 2.5rem;
    color: #00a29a;
}
.section_title .title .cn b {
    color:#083483;
}
.section_title .title .en{
    font-size: 6rem;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3rem;
    font-family: "Swis721BlkCnBT";
    width: 100%;
    opacity: .2;
    -webkit-text-stroke: 1px #5a5a5a;
    color: transparent;
    text-transform: uppercase;
}
.section_title .intro {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 1rem;
}
.section_title .view_more {
    position: absolute;
    right:0;
    top:0;
}
.view_more {
    width: 12rem;
    height:3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem 0 1rem 0;
    transition: 0.5s;
    box-shadow: 0 0 0.6rem #00000021;
}
.view_more a{
    width: 100%;
    color: #00a29a;
}
.view_more a i{
    margin-left:0.5rem;
}
.view_more:hover {
    background: #00a29a;
    border-radius: 1.5rem;
}
.view_more:hover,.view_more:hover a{
    color: #fff;
}




@media  screen and (max-width: 1000px){
    .section_title .title {
        text-align: center;
    }
    .section_title .title .cn {
        font-size: 2rem;
    }
    .section_title .title .en {
        font-size: 3rem;
        top:-1rem;
    }
    .section_title .intro {
        width:100%;
        font-size: 1rem;
        text-align: left;
    }
    .section_title .view_more{
        display: none;
    }
}






.index_banner {
    width:100%;
    position: relative;
    overflow: hidden;
}
.index_banner .swiper-slide {
    width:100%;
    overflow: hidden;
}

.index_banner .swiper-slide img {
    width:100%;
}


.index_banner .navigation {
    height:4rem;
    position: absolute;
    left:50%;
    bottom:10%;
    z-index: 10;
    transform: translateX(-50%);
}
.index_banner .navigation .banner_prev,.index_banner .navigation .banner_next {position:absolute;width:2.5rem;height:2.5rem;z-index:7;border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);cursor: pointer;display: flex;align-items: center;justify-content: center;}
.index_banner .navigation .banner_prev{left:0;}
.index_banner .navigation .banner_next{left:4rem;}
.index_banner .navigation .banner_prev_left{color:#fff;font-size: 1rem;transform: rotate(180deg)}
.index_banner .navigation .banner_next_right{color:#fff;font-size: 1rem;}
.index_banner .navigation .banner_prev:hover,.index_banner .navigation .banner_next:hover {background: #00a0e9}
.index_banner .navigation .line {width: 100%;height:2px;background: #fff;position: absolute;bottom:0;z-index: 10;}
.index_banner .navigation .line.act:after {
    content: '';
    position: absolute;
    width:0;
    height:100%;
    background: #00a0e9;
    animation: progress100 3s ease-in-out infinite;
}

@keyframes progress100 {
    0% {
        width:0;
    }
    to {
        width:100%
    }
}

.index_banner .banner-pagination {position: absolute;z-index: 10;bottom:calc(10% + 1.25rem);left:10rem;width:auto;color:#fff;}


.index_banner .mouse {
    position: absolute;
    right:0;
    bottom: calc(10% + 1.25rem);
    z-index: 999;
    display: flex;
    align-items: center;
    color:#fff;
}
.index_banner .mouse .mouseOf {
    height: 28px;
    position: relative;
    width: 28px;
    display: block;
}
.index_banner .mouse .mouseOf svg {
    width:100%;
    height:100%;
    display: block;
}
.index_banner .mouse .mouseOf:after {
    -webkit-animation: scroll-down 1.5s ease-in-out infinite;
    animation: scroll-down 1.5s ease-in-out infinite;
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 7px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}
@keyframes scroll-down {
    0% {
        opacity: 0;
        top: 2px
    }
    30%,70% {
        opacity: 1
    }
    to {
        opacity: 0;
        top: calc(100% - 9px)
    }
}



.index_banner .ban_txt {
    position: absolute;
    z-index: 99;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.index_banner .ban_txt .txt p {
    text-shadow: 2px 2px 4px #898989;
}

.index_banner .ban_txt .txt p:nth-child(1){
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;
}
.index_banner .ban_txt .txt p:nth-child(2){
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;

}
.index_banner .ban_txt .txt p:nth-child(3){
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.index_banner .ban_txt .txt p:nth-child(4){
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

@media  screen and (max-width: 1000px){
    .index_banner .ban_txt,
    .index_banner .mouse
    {display: none;}

    .index_banner .swiper-pagination-bullet {
        width:0.5rem;
        height:0.5rem
    }
    .index_banner .navigation .banner_prev:hover, .index_banner .navigation .banner_next:hover {
        background: none;
    }
}









.index_products {width:100%;padding: 5rem 0;background: #fff;position:relative;z-index: 9;overflow: hidden; }

.index_products .product_carousel {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
    padding-bottom:2rem;
}
.index_products .product_carousel .products_swiper:not(:first-child) {
    display: none;
}
.index_products .product_carousel .swiper-container-horizontal>.swiper-pagination-progressbar {
    top:auto;
    bottom: 0;
}
.index_products .product_carousel .products_swiper .item .box{
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid #dee2e6 !important;
}
.index_products .product_carousel .products_swiper .item .img img{
    display: block;
}
.index_products .product_carousel .products_swiper .item .box .title{
    position: relative;
    display: block;
    padding: 1.2rem 1rem;
    font-size: 1rem;
    font-weight: 700;
}
.index_products .product_carousel .products_swiper .item .box .title a {
    position: relative;
    width:100%;
    height:3rem;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_products .product_carousel .products_swiper .item .overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00a29ac2;
    align-items: center;
    z-index: 5;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #00a29a;
}

@media  screen and (min-width: 1000px) {
    .index_products ul{
        width:100%;
        margin: 3rem 0;
    }
    .index_products ul li {
        float: left;
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 0.6rem;
    }
    .index_products ul li:nth-child(4n) {
        margin-right: 0;
    }
    .index_products ul li a{
        font-size: 1rem;
        height: 3rem;
        background: #f1f1f1;
        border-radius: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .index_products ul li a img {
        width:2.5rem;
        margin-right: 0.2rem;
    }
    .index_products ul li.act a {
        box-shadow: 0 0 0.8rem #00a29a inset;
    }

    .index_products .product_carousel .products_swiper .item .overlay .p_line {
        position: absolute;
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 5%;
    }
    .index_products .product_carousel .products_swiper .item .overlay .p_line:before {
        content: '';
        position: absolute;
        transition: all 0.75s;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 0;
        height: 100%;
        left: 50%;
        top: 0;
    }
    .index_products .product_carousel .products_swiper .item .overlay .p_line:after {
        content: '';
        position: absolute;
        transition: all 0.75s;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        width: 100%;
        height: 0;
        top: 50%;
        left: 0;
    }
    .index_products .product_carousel .products_swiper .item:hover .overlay {
        opacity: 1;
        visibility: visible;
    }
    .index_products .product_carousel .products_swiper .item:hover .overlay .p_line:after,
    .index_products .product_carousel .products_swiper .item:hover .overlay .p_line:before
    {width:100%;height:100%;top:0;left:0;}
    .index_products .product_carousel .products_swiper .item:hover .box .title {
        opacity: 0;
    }
    .index_products .product_carousel .products_swiper .item:hover .overlay .go{
        color:#fff;
        width: 95%;
        text-align: center;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    .index_products .product_carousel .products_swiper .item .overlay .go .tit{
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .index_products .product_carousel .products_swiper .item .overlay .go i{
        font-size: 1.5rem;
        color:#fff;
    }

}

@media  screen and (max-width: 1000px){
    .index_products {
        padding: 2rem 0;
    }
    .index_products ul{
        width:100%;
        margin: 2rem 0;
    }
    .index_products ul li {
        width:49%;
        margin-right: 2%;
        float: left;
        margin-bottom: 0.6rem;
    }
    .index_products ul li:nth-child(2n) {
        margin-right: 0;
    }
    .index_products ul li a{
        height: 2.8rem;
        text-align: center;
        font-size: 0.9rem;
        padding:0 0.5rem;
        border-radius: 2.8rem;
        background: #f1f1f1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .index_products ul li a img{
        width:2.5rem;
        margin-right: 0.3rem;
    }
    .index_products ul li.act a{
        box-shadow: 0 0 0.8rem #00a29a inset;
    }
    .index_products ul li.act a{
        background: #00a29a;
        color:#fff;
    }

    .index_products .product_carousel .products_swiper .item .box .title{
        padding: 0.6rem 0.5rem;
    }
}







.index_process{ width: 100%; padding:5rem 0;overflow: hidden; background: url(../images/lc/process_bg.jpg) center no-repeat;background-attachment: fixed;
    background-size: cover;display: flex;flex-flow: column;justify-content: center;}
.index_process .tit {text-align: center;padding:2rem 0;color:#fff;}
.index_process .tit h3{font-size: 2.5rem;margin-bottom: 1rem;}
.index_process .tit p{font-size: 1rem;}


@media  screen and (min-width: 1000px){
    .index_process .process_mobile {display: none}
    .index_process ul{display: flex;overflow: auto;}
    .index_process ul li{ flex:1;}
    .index_process ul li .box{ overflow: hidden; position: relative; background: #fff;}
    .index_process ul li .box1{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 27rem; }
    .index_process ul li .box2{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to bottom, #00a29a 0%,#00a29a 100%);
        filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59125', endColorstr='#ee791b',GradientType=0 );
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        padding: 0 2rem;
    }
    .index_process ul li .num{ font-size: 4rem; color: rgba(69, 71, 73, 0.3);font-family: EUROSTILE-BOLDEXTENDEDTWO;}
    .index_process ul li:nth-child(even) .box{ background: #f3f3f3;}
    .index_process ul li .tt{ text-align: center; padding: 2.75rem 0;}
    .index_process ul li .tt h4{ font-size: 1.125rem; color: #454749;}
    .index_process ul li .tt span{font-size: .875rem; color: #a0a1a1;}
    .index_process ul li .img{ width: 9.375rem; height: 6.875rem; border-radius: 5px;}
    .index_process ul li .box2 .num{ color: rgba(255,255,255,.3);}
    .index_process ul li .box2 .tt h4{ color: #fff;}
    .index_process ul li .box2 .tt span{ color: rgba(255,255,255,.6);}
    .index_process ul li .box2 .con{ font-size: .875rem; color: #fff; text-align: center; line-height: 1.625rem; height: 6.875rem; transform: translateY(-1rem); -webkit-transform: translateY(-1rem); -moz-transform: translateY(-1rem); -ms-transform: translateY(-1rem); -o-transform: translateY(-1rem); }
    .index_process ul li:hover .box2{ opacity: 1; visibility: visible;}
}


@media  screen and (max-width: 1000px){
    .index_process .tit p{text-align: left;}
    .index_process .process_pc {display: none}
    .index_process .process_mobile {position: relative;}
    .index_process ul li{}
    .index_process ul li .box{position: relative;padding: 2rem 0;background: #fff;display: flex; flex-direction: column; align-items: center; justify-content: center;}
    .index_process ul li .num{ font-size: 4rem; color: rgba(69, 71, 73, 0.3);}
    .index_process ul li:nth-child(even) .box{ background: #f3f3f3;}
    .index_process ul li .tt{ text-align: center; padding: 1rem 0;}
    .index_process ul li .tt h4{ font-size: 1.2rem; color: #454749;}
    .index_process ul li .tt span{font-size: .8rem; color: #a0a1a1;}
    .index_process ul li .img{ border-radius: 5px;margin-bottom: 1rem;}
    .index_process ul li .box .con{width:80%; font-size: 1rem; text-align: center; line-height: 2rem;padding: 1rem 0; }
}







.index_about {
    width:100%;
    padding:5rem 0;
    position: relative;
    overflow: hidden;
}
.index_about .content {
    position: relative;
    z-index: 2;
}
.index_about .title {
    position: relative;
    line-height: 1;
    padding-top: 2rem;
    font-weight: bold;
    white-space: nowrap;
}
.index_about .title .en {
    font-size: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #eeeeee;
    text-transform: uppercase;
    z-index: 1;
}
.index_about .title .cn {
    position: relative;
    font-size: 2.5rem;
    color: #343434;
    z-index: 2;
}


.index_about .left {
    width: 50%;
}
.index_about .left .intro {
    margin-top: 3rem;
    font-size: 1rem;
    line-height: 2rem;
    color: #5d5d5d;
}
.index_about .left .line {
    height: 1px;
    background-color: #e5e5e5;
    margin: 3rem auto;
}
.index_about .left .tit {
    font-size: 2rem;
    font-weight: bold;
    color: #343434;
}
.index_about .left .strength {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.index_about .left .strength .item {
    width: 25%;
}
.index_about .left .strength .item:first-child {
    border-radius: 0.5rem 0 0 0.5rem;
    border-left: 1px solid #e5e5e5;
}
.index_about .left .strength .item:last-child {
    border-radius: 0 0.5rem 0.5rem 0;
}
.index_about .left .strength .item {
    transition: all 0.2s linear;
    padding: 2rem 1rem;
    border: 1px solid #e5e5e5;
    border-left: 0;
    color: #00a29a;
}
.index_about .left .strength .item .iconfont {
    display: inline-block;
    vertical-align: top;
    font-size: 2rem;
}
.index_about .left .strength .item .cn {
    font-weight: bold;
    margin-top: 2rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.index_about .left .strength .item .desc {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin-top: 0.5rem;
}
.index_about .left .strength .item:hover {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #00a29a;
    color: #fff;
    border-color: #00a29a;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index_about .left .strength .item:hover .desc {
    color: #dddddd;
}



.index_about .right .content {
    transition: all 0.1s linear;
    padding: 0.5rem;
}
.index_about .right .cover_img,
.index_about .right .cover_img:after,
.index_about .right .masking,
.index_about .right .masking:after {
    border-radius: 50%;
}
.index_about .right .masking {
    position: absolute;
    left: -8.8%;
    top: -8.8%;
    bottom: -8.8%;
    right: -8.8%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.index_about .right .masking:after {
    content: "";
    display: block;
    width: 95.6%;
    height: 95.6%;
    margin: 2.2%;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.index_about .right .cover_img {
    padding-top: 100%;
    box-shadow: 0.3rem 0.6rem 1rem rgba(0, 0, 0, 0.3);
    background-image: url(/static/images/index_about.jpg);
    background-size: 100% 100%;
    transition: 0.5s;
}
.index_about .right .cover_img:after {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
}
.index_about .right .cover_img:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index_about .bg,
.index_about .bg .baseboard,
.index_about .bg .masking,
.index_about .bg .cover_img {
    top: 0;
    bottom: 0;
    position: absolute;
}
.index_about .bg,
.index_about .bg .baseboard,
.index_about .bg .cover_img {
    left: 0;
    right: 0;
    z-index: 1;
}
.index_about .bg .baseboard {
    background: -webkit-linear-gradient(top, transparent 0, transparent 75%, #d2f1f7 100%);
    background: -moz-linear-gradient(top, transparent 0, transparent 75%, #d2f1f7 100%);
    background: -ms-linear-gradient(top, transparent 0, transparent 75%, #d2f1f7 100%);
    background: -o-linear-gradient(top, transparent 0, transparent 75%, #d2f1f7 100%);
    background: linear-gradient(top, transparent 0, transparent 75%, #d2f1f7 100%);
}
.index_about .bg .masking {
    right: 0;
    width: 27.42857143%;
    z-index: 2;
    clip-path: polygon(100% 0, 66.666% 0%, 59.25983799% 0.47058824%, 56.25833667% 0.94117647%, 54.00109654% 1.41176471%, 52.13700352% 1.88235294%, 50.52923606% 2.35294118%, 49.10724375% 2.82352941%, 47.82890907% 3.29411765%, 46.66666667% 3.76470588%, 45.60129223% 4.23529412%, 44.61873907% 4.70588235%, 43.70837114% 5.17647059%, 42.86190524% 5.64705882%, 42.07274239% 6.11764706%, 41.33552641% 6.58823529%, 40.64584167% 7.05882353%, 40% 7.52941176%, 39.39488638% 8%, 38.82784485% 8.47058824%, 38.29659245% 8.94117647%, 37.79915321% 9.41176471%, 37.33380682% 9.88235294%, 36.89904817% 10.35294118%, 36.49355502% 10.82352941%, 36.11616203% 11.29411765%, 35.76583964% 11.76470588%, 35.44167667% 12.23529412%, 35.14286613% 12.70588235%, 34.86869329% 13.17647059%, 34.61852579% 13.64705882%, 34.39180545% 14.11764706%, 34.18804122% 14.58823529%, 34.00680343% 15.05882353%, 33.84771889% 15.52941176%, 33.71046678% 16%, 33.59477528% 16.47058824%, 33.50041876% 16.94117647%, 33.42721554% 17.41176471%, 33.37502607% 17.88235294%, 33.34375163% 18.35294118%, 33.333% 18.823%, 33.3333% 81.176%, 33.32291504% 81.64705882%, 33.29164059% 82.11764706%, 33.23945113% 82.58823529%, 33.1662479% 83.05882353%, 33.07189139% 83.52941176%, 32.95619989% 84%, 32.81894778% 84.47058824%, 32.65986324% 84.94117647%, 32.47862545% 85.41176471%, 32.27486122% 85.88235294%, 32.04814087% 86.35294118%, 31.79797338% 86.82352941%, 31.52380053% 87.29411765%, 31.22498999% 87.76470588%, 30.90082703% 88.23529412%, 30.55050463% 88.70588235%, 30.17311165% 89.17647059%, 29.7676185% 89.64705882%, 29.33285984% 90.11764706%, 28.86751346% 90.58823529%, 28.37007422% 91.05882353%, 27.83882181% 91.52941176%, 27.27178029% 92%, 26.66666667% 92.47058824%, 26.02082499% 92.94117647%, 25.33114026% 93.41176471%, 24.59392427% 93.88235294%, 23.80476143% 94.35294118%, 22.95829552% 94.82352941%, 22.04792759% 95.29411765%, 21.06537443% 95.76470588%, 20% 96.23529412%, 18.83775759% 96.70588235%, 17.55942292% 97.17647059%, 16.13743061% 97.64705882%, 14.52966315% 98.11764706%, 12.66557013% 98.58823529%, 10.40833% 99.05882353%, 7.40682868% 99.52941176%, 0% 100%, 100% 100%);
}
.index_about .bg .masking .cover_img {
    background-position: right center;
    background-image: url(../images/index_aboutbg.jpg);
    -webkit-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
}
.index_about .right .view_more {
    position: absolute;
    left: 6.5%;
    bottom: 5.5%;
}

@media  screen and (min-width: 1000px){
    .index_about .right {
        position: absolute;
        top: 50%;
        display: block;
        transform: translateY(-50%);
        right: 0;
        width: 40%;
    }
}
@media  screen and (max-width: 1000px){
    .index_about {
        padding: 3rem 0;
    }
    .index_about .left {width:100%;}

    .index_about .left .strength .item {
        width: 50%;
    }

    .index_about .right {width:100%;position: relative;margin-top: 2rem;}
    .index_about .bg .masking .cover_img {display: none;}
}






.index_application {position: relative;width:100%;z-index: 9;padding: 5rem 0;background: #fbfbfb;overflow: hidden;}

@media  screen and (min-width: 1000px){
    .index_application .application_mobile {display: none}
    .index_application .application_pc {
        position: relative;
        display: flex;
        margin-top: 3rem;
    }
    .index_application .application_pc .item {
        width: 24%;
        position: relative;
        -webkit-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        overflow: visible;
        margin-left: 1%;
    }
    .index_application .application_pc .item:first-child {
        margin-left: 0;
    }
    .index_application .application_pc .item .img {
        width: 100%;
        height: 36rem;
        overflow: hidden;
        position: relative;
        transform: skew(-13deg);
        transform-origin: right top;
        border-radius: 1rem;
    }
    .index_application .application_pc .item .img::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        height: 100%;
        background: linear-gradient(to right,rgba(0,0,0,0.2) 10%,rgba(0,0,0,0) 50%),linear-gradient(to top,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0) 50%);
    }
    .index_application .application_pc .item .img img {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 55%;
        transition: left 0.3s linear;
        transform: skew(13deg) translateY(-50%);
        margin-left: -50vw;
        max-width: none;
    }
    .index_application .application_pc .item.on {
        -webkit-transition: width 0.3s linear;
        transition: width 0.3s linear;
        width: 76.8%;
    }
    .index_application .application_pc .item:nth-child(1) .img {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .index_application .application_pc .item:last-child {
        margin-left: -5.6%;
    }
    .index_application .application_pc .item:last-child .img {
        border-bottom-left-radius: 1rem;
        border-top-left-radius: 1rem;
        transform-origin: left bottom;
    }
    .index_application .application_pc .item:last-child .img img {
        left: 80%;
    }
    .index_application .application_pc .item.on:last-child .img img {
        left: 70%;
    }
    .index_application .application_pc .item .title {
        font-weight: bold;
        font-size: 1.5rem;
        transition: .5s ease;
        position: absolute;
        left: -1.5rem;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    ;}
    .index_application .application_pc .item .cover {
        position: absolute;
        left: 10%;
        top: 40%;
        transform: translateY(-50%);
        color: #fff;
        opacity: 0;
        visibility: hidden;
        width: 60%;
    }
    .index_application .application_pc .item .cover .tit {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        opacity: 0;
        transform: translateY(2rem);
        font-weight: bold
    }
    .index_application .application_pc .item .cover .text {
        opacity: 0;
        transform: translateY(2rem);
    }
    .index_application .application_pc .item .cover .text p{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }
    .index_application .application_pc .item01 .title {
        left: 8%;
    }
    .index_application .application_pc .item05 .title {
        left: 50%;
    }
    .index_application .application_pc .item05 .cover {
        left: 25%;
    }
    .index_application .application_pc .item.on .title {
        opacity: 0;
        visibility: hidden;
    }
    .index_application .application_pc .item.on .cover {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.15s 0.5s linear
    }
    .index_application .application_pc .item.on .cover .tit {
        transition: all 0.4s 0.4s linear;
        opacity: 1;
        transform: translateY(0);
    }
    .index_application .application_pc .item.on .cover .text {
        transition: all 0.4s 0.4s linear;
        opacity: 1;
        transform: translateY(0);
    }
    .index_application .application_pc .item.on .img:after{
        content: '';
        position: absolute;
        width:100%;
        height:100%;
        left:0;
        bottom: 0;
        background: #0000004d;
    }
}

@media  screen and (max-width: 1600px){
    .index_application .application_pc .item:last-child {
        margin-left: -7.1%;
    }
}

@media  screen and (max-width: 1400px){
    .index_application .application_pc .item:last-child {
        margin-left: -8.1%;
    }
}

@media  screen and (max-width: 1000px){
    .index_application {
        padding:2rem 0;
    }
    .index_application .application_pc {display: none;}
    .index_application .application_mobile {position: relative;}
    .index_application .application_mobile .item {
        position: relative;
        height:36rem;
    }
    .index_application .application_mobile .item:after {
        content: '';
        position: absolute;
        width:100%;
        height:100%;
        top:0;
        background: #0000007a;
        z-index: 1;
    }
    .index_application .application_mobile .item .img {
        width:100%;height:100%;
    }
    .index_application .application_mobile .item img {
        width:100%;
        height:100%;
        max-width: none;
        background-size: cover;
    }
    .index_application .application_mobile .item .cover{
        position: absolute;
        width:80%;
        left: 50%;
        top:50%;
        transform: translate(-50%,-50%);
        z-index: 5;
    }
    .index_application .application_mobile .item .cover .tit {
        font-size: 2rem;
        color:#fff;
        margin-bottom: 1rem;
    }
    .index_application .application_mobile .item .cover .text p{
        font-size: 1rem;
        line-height: 1.5rem;
        color:#fff;
        margin-bottom: 1rem;
    }
}








.index_ryzz {width:100%;height:90vh;background: url('../images/index_ryzz_bg.jpg');padding:5rem 0;overflow: hidden;}

.index_ryzz .cont{
    position: relative;
}
.index_ryzz .ryzz_list li {
    position: absolute;
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
    /*box-shadow: 0 3px 18px rgba(0, 0, 0, .1);*/
    /*background-color:#fff;*/
}
.index_ryzz .ryzz_list li {
    width: 12.5rem;
    height: 12.5rem;
}
.index_ryzz .ryzz_list li:hover {
    overflow: auto;
    width:15rem;
    height:15rem;
}
.index_ryzz .ryzz_list li img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index_ryzz .ryzz_list li:hover img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}




.index_news{position: relative;width:100%;z-index: 9;background: #fff;padding: 5rem 0;overflow: hidden;}
.index_news .nl .item{width:100%;border:1px solid #e1e1e1;;padding:0;transition: all .3s;}
.index_news .nl .item .img{width: 100%;overflow: hidden;transition: all .3s;position:relative;padding:5px;}
.index_news .nl .item .img img{width: 100%;transition: all .3s;}
.index_news .nl .item .wz{position: relative;padding:1.25rem}
.index_news .nl .item .wz h3{font-size: 1.2rem;line-height: 2.4rem;
    overflow: hidden; color: #000;margin-bottom: 1.25rem;transition: all .3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.index_news .nl .item .wz .time{font-size: 1rem;color: #595353;margin-bottom: 20px;}
.index_news .nl .item .wz p{font-size: 0.9rem;line-height: 1.8rem;height:3.6rem; overflow: hidden;color: #595353;margin-bottom: 1rem;transition: all .3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}


.index_news .nr .item{width:100%;border-bottom:1px solid #e1e1e1;padding:0;transition: all .3s;flex:1;}
.index_news .nr .item:first-child {border-top:1px solid #e1e1e1;}
.index_news .nr .item a {display: flex;align-items: center;height:100%;}
.index_news .nr .item .img{width: 35%;overflow: hidden;transition: all .3s;position:relative;padding:0.6rem 0.6rem 0.6rem 0;}
.index_news .nr .item .img img{width: 100%;transition: all .3s;}
.index_news .nr .item .wz{width: 65%;position: relative;padding-left:1rem;}
.index_news .nr .item .wz h3{font-size: 1rem;line-height: 1.5rem;height:3rem;overflow: hidden; color: #000;margin-bottom: 1rem;transition: all .3s;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_news .nr .item .wz .time{font-size: 1rem;color: #595353;margin-top: 0.5rem;}
.index_news .nr .item .wz .tit2{font-size: 1rem;line-height: 2rem;height:4rem;overflow: hidden;color: #595353;transition: all .3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.index_news .item:hover .wz h3{color: #00a29a;}
.index_news .item:hover .wz .time,.index_news .item:hover .wz .tit2{color:#00a29a;}

@media  screen and (min-width: 768px){
    .index_news .box {display: flex;margin-top: 30px;}
    .index_news .nl {width:45%;}
    .index_news .nr {width:55%;padding-left:1%;display: flex;flex-direction: column;justify-content: space-between;}

}

@media  screen and (max-width: 768px){
    .index_news .box {margin-top: 2rem;}
    .index_news .nl {margin-bottom: 0.5rem;}
    .index_news .nr .item .img{width: 50%;}
    .index_news .nr .item .wz{width: 50%;}
    .index_news .nr .item .wz h3 {margin-bottom: 0.5rem;}
}

@media  screen and (max-width: 400px){
    .index_news .box {margin-top: 2rem;}
    .index_news .nl {margin-bottom: 0.5rem;}
    .index_news .nr .item .img{width: 50%;}
    .index_news .nr .item .wz{width: 50%;padding-left: 0.5rem;}
    .index_news .nr .item .wz h3 {margin-bottom: 0.5rem;}
    .index_news .nr .item .wz .tit2{font-size: 0.8rem;line-height: 1.6rem;height:3.2rem;overflow: hidden;color: #595353;transition: all .3s;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;}
    .index_news .nr .item .wz .time{font-size: 0.8rem;}
}