
.section_title {
    position: relative;
}
.section_title .tit_box {text-align: center;position: relative;}
.section_title .title {
    margin-bottom: 1.2rem;
}
.section_title .title .cn {
    font-weight: bold;
    font-size: 2.7rem;
    color: var(--comcolor);
    position: relative;
    z-index: 10;
}
.section_title .title .en{
    width:100%;
    position: absolute;
    top:-2.5rem;
    left:50%;
    transform: translateX(-50%);
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-color: #d7d7d7;
    -webkit-text-stroke-width: 1px;
    font-size: 3.5rem;
    z-index: 1;
    opacity: .5;
}
.section_title .intro {
    font-size: 1rem;
    line-height: 30px;
}
.view_more {
    width: 8rem;
    height:2.7rem;
    line-height: 2.7rem;
    text-align: center;
    font-size: 1rem;
    position: relative;
    border: 1px solid var(--comcolor);
    background: #fff;
    color: var(--comcolor);
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view_more:hover {
    background: var(--comcolor);
    color:#fff;
}
.section_title .view_more{position: absolute;right:0;bottom:0;}

@media screen and (max-width: 1000px) {
    .section_title .tit_box {width:100%;margin-bottom: 1rem;}
    .section_title .title {
        display: block;
        margin-bottom: 0.5rem;
    }
    .section_title .title .cn {
        font-size: 2.2rem;
    }
    .section_title .title .en {
        font-size: 2.5rem;
        top:-2rem;
    }
    .section_title .view_more{position: relative;margin-top: 2rem;display: none;}
}




.index_banner {
    width:100%;
    height:100vh;
    position: relative;
    overflow: hidden;
}

.index_banner .swiper-slide img {
    width:100%;
    height:100vh;
}
.index_banner .swiper-slide video {
    width:100%;height:100vh;object-fit:fill
}
.index_banner .swiper-pagination-bullet {
    width:1rem;
    height:1rem;
}
.index_banner .swiper-button-prev {
    left:5%
}
.index_banner .swiper-button-next {
    right:5%
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5%;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:3rem;
    border-radius: 0.5rem;
}

.index_banner .navigation .prev{position:absolute;left:5%;top:50%;transform:translateY(-50%);width:4.2rem;height:4.2rem;
    background:url(../images/banner_quan.png) no-repeat left top;background-size:100% 100%;z-index:7;
    display: flex;align-items: center;justify-content: center;
    cursor:pointer
}
.index_banner .navigation .next{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:4.2rem;height:4.2rem;
    background:url(../images/banner_quan.png) no-repeat right top;background-size:100% 100%;z-index:7;
    display: flex;align-items: center;justify-content: center;
    cursor:pointer
}
.index_banner .navigation .left,.index_banner .navigation .right{
    color:var(--subcolor);font-size: 1.5rem;z-index: 8;
}

.index_banner .mouse {
    position: absolute;
    left:5%;
    bottom:10%;
    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 #000000;
}
.index_banner .ban_txt .txt p:nth-child(1){
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 5%;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;
}
.index_banner .ban_txt .txt p:nth-child(2){
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    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 {
        height:auto;
    }
    .index_banner .swiper-slide video {
        width:100%;height:auto;
    }
    .index_banner .swiper-slide img {
        height:auto;
        display: block;
    }
    .index_banner .ban_txt,
    .index_banner .mouse
    {display: none;}

    .index_banner .swiper-pagination-bullet {
        width:0.5rem;
        height:0.5rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5%;
    }
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width:3rem;
        border-radius: 0.5rem;
    }

    .index_banner .navigation .prev,
    .index_banner .navigation .next
    {width:3rem;height:3rem;

    }
    .index_banner .navigation .left,.index_banner .navigation .right{
        font-size: 1rem;
    }
}








.index_products {width:100%;padding: 5rem 0;background: #fff;position:relative;z-index: 9;}

.index_products .category_box {
    position: relative;
    margin-top: 2rem;
    border-radius: 1rem;
    overflow: hidden;
}
.index_products .category_name {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    flex-wrap: wrap;
}
.index_products .category_name li{
    width:20%;
}
.index_products .category_name li a{
    height: 4rem;
    text-align: center;
    font-size: 1rem;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_products .category_name li.act a{
    background: transparent;
    border-bottom: 1px solid #d8d2cf;
    color:#fff;
}
.index_products .category_name li img{
    height:2rem;
    margin-right: 0.2rem;
}
.index_products .category_pic li {
    display: none;
}
.index_products .category_pic li.act {
    display: block;
}

.product_carousel {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
    padding-bottom: 2.5rem;
}
.product_carousel .products_swiper:not(:first-child) {
    display: none;
}
.product_carousel .swiper-container-horizontal>.swiper-pagination-progressbar {
    top:auto;
    bottom: 0;
}
.product_carousel .product_item .box{
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid #dee2e6;
}
.product_carousel .product_item .box .title{
    position: relative;
    display: block;
    padding: 1rem;
    transition: all 500ms ease;
    font-size: 1rem;
    height:4rem;
    color: var(--comcolor);
    font-weight: 700;
    margin-bottom: 0;
}
.product_carousel .product_item .box .title a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
    color: #575757;
}



@media screen and (min-width: 1000px) {
    .product_carousel .product_item .box .title:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform-origin: top;
        transform: scale(.9) translateY(20px);
        background: var(--comcolor);
        transition: all 500ms ease;
    }
    .product_carousel .product_item:hover .img img{
        width: 100%;
        transition: all 500ms ease;
        opacity: 0.2;
        transform: scale(1.05);
    }
    .product_carousel .product_item:hover .box .title a{
        color: #fff;
    }
    .product_carousel .product_item:hover .img{
        position: relative;
        display: block;
        background: var(--comcolor);
        overflow: hidden;
    }
    .product_carousel .product_item:hover .box .title:before {
        opacity: 1;
        transform: scale(1) translateY(0px);
        transition: 1s;
    }
    .product_carousel .product_item .overlay{
        position: absolute;
        left: 5%;
        bottom: 50%;
        width: 90%;
        z-index: 2;
    }
    .product_carousel .product_item .overlay .obox{
        position: relative;
        display: inline-block;
        background: var(--comcolor);
        padding: 1rem 1.5rem;
        border-radius: 0.5rem;
        transform: translateY(-100px);
        opacity: 0;
    }
    .product_carousel .product_item:hover .overlay .obox{
        transition: all 500ms ease;
        transform: translateY(50%);
        opacity: 1;
    }

    .product_carousel .product_item .overlay .obox .text {
        font-size: 0.9rem;
        color:#fff;
    }
    .product_carousel .product_item .box:hover{
        border: 1px solid var(--comcolor);
        box-shadow: 2px 0 11px rgba(10, 47, 78, 0.25);
    }
    .product_carousel .product_item:hover .img{
        position: relative;
        display: block;
        overflow: hidden;
    }
    .product_carousel .product_item:hover .img img{
        width: 100%;
        transition: all 500ms ease;
        opacity: 0.8;
        transform: scale(1.05);
    }
    .product_carousel .product_item:hover .box .title:before {
        opacity: 1;
        transform: scale(1) translateY(0px);
        transition: 1s;
    }
}



@media screen and (max-width: 1000px) {
    .index_products {padding: 3rem 0;}

    .index_products .category_name {
        position: relative;
        justify-content: flex-start;
    }
    .index_products .category_name li{
        width:50%;
    }
    .index_products .category_name li.act a{
        background: var(--comcolor);
        border-bottom: 1px solid #d8d2cf;
        color:#fff;
    }

    .product_carousel {margin-top: 2rem;}
    .product_carousel .product_item .box .title {
        padding: 0 2.5%;
    }
    .product_carousel .product_item .overlay {
        display: none;
    }
}







.index_rotate {
    position: relative;
    padding: 5rem 0;
    width:100%;
    overflow: hidden;
    background: #f4f4f4;
}
.index_rotate .cont {position: relative;overflow: hidden;}
.index_rotate .rotate_category {width:100%;display: flex;justify-content: space-between;}
.index_rotate .rotate_category li {
    width:50%;
    text-align: center;
    color:#df5b11;
    opacity: .2;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
}
.index_rotate .rotate_category li.cur {
    opacity: 1;
}
.index_rotate .rotate_product {padding-top:3rem;}
.index_rotate .rotate_product .icon {
    max-width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.index_rotate .rotate_product .swiper-slide {
    text-align: center;
}
.index_rotate .rotate_product .swiper-slide h4{
    font-size: 1.5rem;
    color:#939393;
}
.index_rotate .rotate_product .swiper-slide .btn{
    margin-top: 1rem;
}
.index_rotate .rotate_product .swiper-slide .btn .button {
    display: inline-block;
    width: 8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    position: relative;
    border: 0;
    background-color: rgb(169, 170, 168);
}
.index_rotate .rotate_product .swiper-slide .btn .button:first-child {
    margin-right: 1rem;
}
.index_rotate .rotate_product .swiper-slide .btn .button::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    height: 100%;
    width: 0;
    transition:  0.3s;
    background-color: #df5b11;
}
.index_rotate .rotate_product .swiper-slide .btn .button:hover {
    z-index: 1;
    color: #fff;
}
.index_rotate .rotate_product .swiper-slide .btn .button:hover::before {
    width: 100%;
    border: 1px solid #df5b11;
}

.index_rotate .rotate_product .pic360_box {
    position: relative;
    width: 1000px;
    height: 521px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    cursor: url(/static/360/mouse.svg), pointer;
    -webkit-tap-highlight-color: transparent;
}

.index_rotate .pic360_box .pic360 {width:100%;height:100%;position: relative;overflow: hidden;}
.index_rotate .threesixty_images{width:100%;height:100%;position: absolute;left:0;top:0;}
.index_rotate .threesixty_images li{width:100%;height:100%;}
.index_rotate .threesixty{position:relative;margin:0 auto;width:100%;padding-top:50%}
.index_rotate .threesixty .spinner{width:60px;display:block;height:30px;background:#333;background:rgba(0,0,0,0.7);border-radius:5px;position:absolute;top:50%;left:50%;margin:-15px 0 0 -30px;z-index:9}
.index_rotate .threesixty .threesixty_images{display:none;list-style:none;margin:0}
.index_rotate .threesixty .threesixty_images img.previous-image{visibility:hidden;width:0}
.index_rotate .threesixty .threesixty_images img{position:absolute;top:0;left:0;width:100%;height:auto;}
.index_rotate .threesixty .spinner span{font-size:0.8rem;font-weight:bolder;color:#FFF;text-align:center;line-height:30px;display:block}

@media screen and (max-width: 1200px) {
    .index_rotate .rotate_product .pic360_box {
        width: 800px;
        height: 416px;
    }
}
@media screen and (max-width: 1000px) {
    .index_rotate .rotate_category li {
        font-size: 1.5rem;
    }
    .index_rotate .rotate_product .pic360_box {
        width: 700px;
        height: 364px;
    }
}
@media screen and (max-width: 800px) {
    .index_rotate .rotate_product .pic360_box {
        width: 450px;
        height: 234px;
    }
    .index_rotate .swiper-button-next:after, .index_rotate .swiper-button-prev:after {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 500px) {
    .index_rotate .rotate_category li {
        font-size: 1.2rem;
    }
    .index_rotate .rotate_product .pic360_box {
        width: 350px;
        height: 182px;
    }
    .index_rotate .rotate_product .swiper-slide h4{
        font-size: 1rem;
        color:#939393;
    }
}






.index_about{
    width:100%;
    height: 90vh;
    position: relative;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.index_about .ab_video {
    width: 100%;
    height:100%;
    position: relative;
    z-index: 1;
}
.index_about .ab_video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.index_about .ab_white_bg {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 1.56s;
    z-index: 6;
}
.index_about .ab_white_bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.index_about .cont .box {
    position: relative;
    width:50%;padding: 2% 3%;display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color:#333;
}
.index_about .cont .t1 {
    font-size: 2.5rem;
    font-weight: 600;
    width:100%;
    text-align: left;
}
.index_about .cont .t2 {
    font-size: 1.2rem;
    margin: 1.2rem 0 2rem;
    width:100%;
    text-align: left;
}
.index_about .cont .t3 {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2rem;
    width:100%;
    text-align: left;
}
.index_about .ab1 {width:100%;margin-top: 3rem;display: flex;justify-content: space-between;}
.index_about .ab1 dl{width:50%;text-align: center;}
.index_about .ab1 dl + dl {border-left: 1px solid rgba(255, 255, 255, 0.4);}
.index_about .ab1 dl dt {
    margin-top: 1rem;
}
.index_about .ab1 dl dd {
    font-size: 0.9rem;
    margin-top: 1rem;
}
.index_about .ab1 dl a {
    display: block;
    padding:1rem 0;
}
.index_about .ab1 dl a .img svg path{
    fill:#333;
}
.index_about .ab1 dl a:hover {
    background: rgba(0, 103, 200, 0.9);
}
.index_about .ab1 dl a:hover .img{
    transition: 0.5s;
    transform: rotateY(360deg);
}
.index_about .ab2 {
    width:100%;
    margin-top: 3rem;display: flex;justify-content: space-between;flex-wrap: wrap;
    z-index: 99;
}
.index_about .ab2 dl{
    width:33.33%;
    height:15vh;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.index_about .ab2 dl dt {
    margin-top: 1rem;
}
.index_about .ab2 dl dt .num{
    font-size: 2rem;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;
    color:var(--comcolor);
}
.index_about .ab2 dl dt .unit{
    font-size: 1rem;
    margin-left: 0.3rem;
}
.index_about .ab2 dl dd {
    margin-top: 0.5rem;
}



@media screen and (min-width: 1000px) {
    .index_about .ab_video video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .index_about .cont {
        position: absolute;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);
        z-index: 10;
    }


    .index_about:hover .ab_white_bg{
        left: -100%;
    }
    .index_about:hover .cont .box {
        background: rgba(0, 0, 0, 0.2);
        color:#fff;
    }
    .index_about:hover dl dl,
    .index_about:hover dl dt,
    .index_about:hover dl dd,
    .index_about:hover .ab2 dl dt .num
    {
        color:#fff;
    }
    .index_about:hover .ab1 dl a .img svg path{
        fill:#fff;
    }
}

@media screen and (max-width: 1000px) {
    .index_about {height:auto;background: var(--comcolor);}
    .index_about .ab_video video {
        position: relative;
    }
    .index_about .ab_white_bg {display: none;}
    .index_about .cont {
        position: relative;
    }
    .index_about .cont .box {
        width:100%;
        padding:2rem 0;
    }
    .index_about .cont .t1 {
        font-size: 2rem;
    }
    .index_about .ab2 dl dt .num {
        font-size: 1.5rem;
    }

    .index_about .cont .box {
        color:#fff;
    }
    .index_about dl dl,
    .index_about dl dt,
    .index_about dl dd
    {
        color:#fff;
    }
    .index_about .ab1 dl a .img svg path{
        fill:#fff;
    }
}
@media screen and (max-width: 500px) {
    .index_about .ab2 dl dt .num {
        font-size: 1.2rem;
        color:#fff;
    }
}





.index_ys {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding:2rem 0;
}
.index_ys .cont {
    background: url(../images/ys/bg.jpg?1.00) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_ys .cont .item {
    width: 25%;
    height: 650px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding: 20% 2% 4%;
    position: relative;
    transition: all .3s ease;
}
.index_ys .cont .item.act {
    width: 50%;
}
.index_ys .cont .item.unact {
    width: 16.66%;
}
.index_ys .cont .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

}
.index_ys .cont .item.act .bg {
    opacity: 1;
}
.index_ys .cont .item h4 {
    position: relative;
    z-index: 8;
    font-size: 1.5rem;
    transition: all .3s ease;
    height: 5rem;
}
.index_ys .cont .item h4::before {
    position: absolute;
    bottom:0;
    content: '';
    display: block;
    margin: 1.2rem 0;
    width: 2rem;
    height: 2px;
    background-color: #ffffff;
}
.index_ys .cont .item .desc {
    position: relative;
    z-index: 8;
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 1rem;
    padding:1rem;
    opacity: 0;
    transform: translateY(100px);
    transition: all .3s ease .3s;
    font-weight: 300;
}
.index_ys .cont .item.act .desc {
    opacity: 1;
    transform: translateY(0px);
    background-color: #2b2a2a8a;
}

@media screen and (max-width: 1000px) {
    .index_ys .cont {
        background: none;
        display: block;
    }
    .index_ys .cont .item {
        width:100%;
        height:400px;
        padding: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .index_ys .cont .item.act {
        width: 100%;
    }
    .index_ys .cont .item.unact {
        width: 100%;
    }
    .index_ys .cont .item:before {
        position: absolute;
        left:0;
        top:0;
        content: '';
        width:100%;
        height:100%;
        background: #0f0f0f40;
        z-index: 5;
    }
    .index_ys .cont .item .bg {
        opacity: 1;
    }
    .index_ys .cont .item .desc {
        opacity: 1;
        background-color: #2b2a2a61;
        transform: translateY(0);
    }
}




.inside_banner {
    position: relative;
    width:100%;
    overflow: hidden;
    background: url(../images/index_fixed.jpg?1.00) center center / cover no-repeat;
    background-attachment: fixed;
    padding:10rem 0;
    display: flex;
    align-items: center;
}
.inside_banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    opacity: .25
}
.inside_banner .box {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center
}
.inside_banner .title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.inside_banner .cont {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .inside_banner .title {font-size: 2rem;}
}




.index_schj {
    width:100%;
    padding:3rem 0;
    overflow: hidden;
}
.index_schj .cont{
    margin-top: 1rem;
    position: relative;
    width:100%;
    height:90vh;
}
.index_schj .schj_swiper1 {
    width: 100%;
    height:100%;
}
.index_schj .schj_swiper1 .img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.index_schj .schj_swiper2 {
    width:22rem;
    height:100%;
    position: absolute;
    top:0;
    right:5%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: hsla(0,0%,100%,.5);
    padding: 0 2rem;
    overflow: hidden;
}
.index_schj .schj_swiper2 .swiper-slide {
    width:18rem;
    height: auto;
    cursor: pointer;
    position: relative
}
.index_schj .schj_swiper2 .more {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity .3s,visibility .3s
}
.index_schj .schj_swiper2 .more {
    display: block;
    width: 6rem;
    height:2rem;
    line-height: 2rem;
    color: #fff;
    background-color: #df5b11;
    font-size: 0.8rem;
}
.index_schj .schj_swiper2 .swiper-slide:hover  .more {
    opacity: .9
}

.index_schj .navigation .prev{position:absolute;left:5%;top:50%;transform:translateY(-50%);width:4.2rem;height:4.2rem;
    background:url(../images/banner_quan.png) no-repeat left top;background-size:100% 100%;z-index:7;
    display: flex;align-items: center;justify-content: center;
    cursor:pointer
}
.index_schj .navigation .next{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:4.2rem;height:4.2rem;
    background:url(../images/banner_quan.png) no-repeat right top;background-size:100% 100%;z-index:7;
    display: flex;align-items: center;justify-content: center;
    cursor:pointer
}
.index_schj .navigation .left,.index_schj .navigation .right{
    color:var(--subcolor);font-size: 1.5rem;z-index: 8;
}

@media screen and (max-width: 1000px) {
    .index_schj .cont{
        height:auto;
    }
    .index_schj .schj_swiper2 {
        display: none;
    }
    .index_schj .navigation .prev,
    .index_schj .navigation .next
    {width:3rem;height:3rem;

    }
    .index_schj .navigation .left,.index_schj .navigation .right{
        font-size: 1rem;
    }
}





.index_ryzz {
    width: 100%;
    background: url(../images/index_ryzz.jpg);
    padding:5rem 0;
    position: relative;
}
.index_ryzz .cont {margin-top: 8rem;width:100%;overflow: hidden;}
.index_ryzz .swiper-wrapper {align-items: flex-end;}

@media screen and (max-width: 1000px) {
    .index_ryzz {
        padding:1rem 0 3rem;
    }
    .index_ryzz .cont {margin-top: 3rem;}
}






.index_case {position: relative;z-index: 9;background: #f9f9f9;width:100%;overflow: hidden;padding:3rem 0;}
.index_case .case_top_pic {position: relative;}
.index_case .case_top_pic ul{ display: flex;}
.index_case .case_top_pic li{ width: 50%;}
.index_case .case_top_pic li img{ width: 100%;}
.index_case .case_top{
    position: absolute;bottom:0;left:50%;transform: translateX(-50%);
    background: #f9f9f9; padding:0 0 4.5rem 0; border-radius: 0 3rem 0 0;height:10rem;}
.index_case .case_top .title {display: flex;justify-content: space-between;align-items: center;height:10rem;padding:0 1.5rem;}
.index_case .case_top .title .tit1 {font-size: 1.8rem;margin-bottom: 20px;color: #5f5f5f;font-weight: 600;}
.index_case .case_top .title .tit2 {font-size: 1rem;color:#797979;}
.index_case .case_swiper {
    margin-top: 3rem;
    position: relative; overflow-x: hidden;
}
.index_case .case_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.index_case .case_swiper .swiper-slide{
    border:1px solid #f1f1f1;
}
.index_case .case_swiper img{
    display: block;
}
.index_case .case_swiper .title{
    width:95%;font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 1rem auto;
    font-weight: 600;
    color:var(--comcolor);
    text-align: center;
}


@media screen and (max-width: 1000px) {
    .index_case .case_top{
        position: relative;
        left:0;transform: translateX(0);
    }
    .index_case .case_top .title {
        display: block;
        height:auto;
        padding:0;
        margin-top: 1rem;
    }
    .index_case .case_top .title .tit1 {font-size: 1.5rem;}
    .index_case .case_top .title .tit2 {margin-bottom: 1rem;}
    .index_case .case_swiper {
        margin-top: 1rem;
    }
}








.index_news {padding:5rem 0;width:100%;overflow: hidden;}

@media  screen and (min-width: 1000px){
    .index_news .cont .item {margin-top:3rem;width:23.5%;margin-right: 2%;float: left;
        padding:2rem 1rem;background: #f7f9fc;
        border: 1px solid #e6edfa;
        border-top: 4px solid #fafcff;
        box-shadow: 0 8px 8px 0 rgba(239, 242, 249, 0.5);}
    .index_news .cont .item:nth-child(4n) {margin-right: 0;}
    .index_news .cont .item img {margin-bottom: 2rem;}
    .index_news .cont .item .date {margin-bottom: 1rem;}
    .index_news .cont .item .title {
        font-size: 1rem;
        line-height: 2rem;
        height: 4rem;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .index_news .cont .item .intro {
        font-size: 0.9rem;
        line-height: 1.5rem;
        height: 3rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .index_news .cont .item:hover .title,
    .index_news .cont .item:hover .intro {
        color:var(--comcolor)
    }
}

@media  screen and (max-width: 1000px){
    .index_news {padding:2rem 0;}
    .index_news .cont .item {margin-top:2rem;display: flex;align-items: center;justify-content: space-between;border-bottom:1px solid #c7c7c7;}
    .index_news .cont .item .img {width:45%}
    .index_news .cont .item .box {width:50%}
    .index_news .cont .item .date {margin-bottom: 1rem;}
    .index_news .cont .item .title {
        font-size: 1rem;
        line-height: 1.8rem;
        height: 1.8rem;
        margin-bottom: 1rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .index_news .cont .item .intro {
        font-size: 0.8rem;
        line-height: 1.5rem;
        height: 3rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}







.index_partner {
    position: relative;
    width:100%;
    background: url(../images/partnerbg.jpg);background-size:100% 100%;
    overflow: hidden;
    padding:2rem 0;
}
.index_partner .partner_list_box{
    position: relative;
}
.partner_list {
    height: 36rem; position: relative;
}
.partner_list .column {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
    background-color:#fff;
}
.partner_list .column {
    width: 8rem;
    height: 8rem;
}
.partner_list .column:hover {
    overflow: auto;
    width:12.5rem;
    height:12.5rem;
}
.partner_list .column img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.partner_list .column:hover img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}