.index_banner {
    width: 100%;
    height: 9.44rem;
    overflow: hidden;
}

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

.swiper {
    width: 100%;
    height: 100%;
    --swiper-navigation-color: #ffffff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: .2rem;
    /* 设置按钮大小 */
}

.swiper-button-prev,
.swiper-button-next {
    width: 0.44rem !important;
    height: 0.44rem !important;
    opacity: 1 !important;
    border: 0.01rem solid #FFFFFF !important;
    top: auto !important;
    bottom: 1rem !important;
}

.swiper-button-prev {
    left: auto !important;
    right: 2.3rem !important;
}

.swiper-button-next {
    left: auto !important;
    right: 1.55rem !important;
}

.mouse {
    width: .7rem;
    height: 1.1rem;
    position: absolute;
    bottom: .55rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    animation: myanimation 2s linear infinite;
    cursor: pointer;
}

@keyframes myanimation {
    0% {
        transform: scale(1) translateX(-50%);
    }

    50% {
        transform: scale(1.1) translateX(-50%);
    }

    100% {
        transform: scale(1) translateX(-50%);
    }
}

.index_about {
    width: 100%;
    height: 10.27rem;
    position: relative;
    overflow: hidden;
}

.index_about_box {
    width: 16rem;
    margin: 1.09rem auto 0;
}

.about_title {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    margin-bottom: .5rem;
}

.about_tit {
    font-size: 0.38rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #222222;
    margin-bottom: .34rem;
}

.about_txt {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    line-height: 0.28rem;
}

.about_left {
    width: 7.1rem;
}

.about_img {
    position: absolute;
    width: 9.41rem;
    height: 6.79rem;
    right: .15rem;
    top: 1.19rem;
    z-index: 50;
    /* overflow: hidden; */
}

.about_more {
    display: flex;
    width: 4.09rem;
    height: 0.88rem;
}

.about_more p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    width: 3.15rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_more div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #262626;
    width: .94rem;
}

.about_more div img {
    width: .35rem;
    height: .35rem;
}

.about_tit_en {
    position: absolute;
    width: 6.97rem;
    height: 2.38rem;
    font-size: 1.81rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #D71519;
    left: .84rem;
    top: -1.03rem;
    z-index: -1;
    opacity: .1;
    letter-spacing: .05rem;
    display: none;
}

.about_bottom {
    width: 13.89rem;
    height: 2.82rem;
    position: absolute;
    left: 0;
    bottom: .81rem;
    padding: .84rem 5.33rem 1.71rem 1.81rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-image: url(../img/index/about-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_left_box {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.about_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.about_item img {
    width: .76rem;
    height: .76rem;
    margin-bottom: .27rem;
}

.about_item p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #D71519;
    text-align: center;
}


.index_product {
    width: 100%;
    height: 8.11rem;
    background: url(../img/index/product-back.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.index_product_box {
    width: 16rem;
    margin: .33rem auto .77rem;
    position: relative;
}

.product_tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: .88rem;
    align-items: center;
}

.product_tit_en {
    font-size: 0.52rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #F7F9FD;
}

.product_tit_cn {
    font-size: 0.38rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #F7F9FD;
    position: relative;
}

.product_tit_cn::after {
    content: '';
    position: absolute;
    width: 1.17rem;
    height: 0.15rem;
    background: #F7F9FD;
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 0.35;
    bottom: -.35rem;
    left: 0;
}

.product_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 0.48rem;
    border: 0.01rem solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
}

.product_more p {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    white-space: nowrap;
}

.product_more img {
    width: .35rem;
    height: auto;
    margin-left: .08rem;
}

.product_content {
    display: flex;
}

.product_left {
    width: 3.43rem;
    margin-right: 1.68rem;
}

.product_nav {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-bottom: .3rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    margin-bottom: .27rem;
}

.product_nav_active{
    border-bottom: 0.01rem solid rgba(255, 255, 255, 1)!important;
}

.product_nav:last-child {
    border: 0;
}

.product_nav p {
    font-size: 0.22rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: rgba(255, 255, 255, .8);
}

.product_nav span {
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_nav span img {
    width: 0.07rem;
    height: .12rem;
}

.product_nav span img:last-child,
.product_nav_active span img:first-child{
    display: none!important;
}
.product_nav_active span img:last-child{
    display: block!important;
}

.product_nav_active p {
    font-size: 0.22rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #F7F9FD;
}

.product_nav_active span {
    background: #FFFFFF;
}

.swiper_item {
    margin-top: .05rem !important;
}

.product_right {
    width: 9.9rem;
    height: 4.7rem;
    overflow: hidden;
}

.swiper2 {
    overflow: visible !important;
    --swiper-pagination-bullet-inactive-color: rgba(232, 232, 232, .55);
    --swiper-pagination-color: rgba(255, 255, 255, 1)
}

.swiper2 .swiper-slide p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.swiper2 .swiper-pagination {
    height: .1rem;
    display: flex;
    justify-content: center;
    bottom: -1.1rem !important;
}

.swiper-pagination-bullet {
    width: .26rem !important;
    height: .08rem !important;
    border-radius: .2rem !important;
}

.swiper-pagination-bullet-active {
    width: .5rem !important;
}

.product_img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: .22rem;
    overflow: hidden;
}

.product_img img {
    float: left;
}
.product_xq_kuang{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    transition: all .5s;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_xq {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: -50%;*/
    /*transform: translate(-50%, -50%);*/
    background: rgba(215, 21, 25, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.swiper2 .swiper-slide {
    overflow: hidden;
}

.swiper2 .swiper-slide:hover .product_xq_kuang {
    top: 50%;
}

.index_honor{
    overflow: hidden;
}

.index_honor_box{
    margin: .74rem auto 1rem;
    width: 16rem;
}

.common_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common_tit_en{
    font-size: 0.52rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #D71519;
}
.common_tit_cn{
    font-size: 0.38rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    position: relative;
    height: .5rem;
}
.common_tit_cn span{
    position: absolute;
    z-index: 10;
}

.common_tit_cn::after{
    content: '';
    width: 1.17rem;
    height: 0.15rem;
    background: #D71519;
    position: absolute;
    bottom: 0;
    left: 0;
}

.common_more{
    width: 1.6rem;
    height: 0.48rem;
    background: #D71519;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_more p{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}

.common_more img{
    width: .39rem;
    margin-left: .08rem;
}

.honor_bottom{
    width: 100%;
    height: 4.72rem;
    display: flex;
    margin-top: .63rem;
}

.honor_item{
    width: 3.75rem;
    margin-right: .33rem;
    border-radius: 0 0 .1rem .1rem;
    box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

.honor_item_img{
    width: 100%;
    height: 3.95rem;
}

.honor_item_img img{
    object-fit: contain!important;
}

.honor_item_tit{
    width: 100%;
    height: .77rem;
    padding: 0 .15rem;
    box-sizing: border-box;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    text-align: center;
    line-height: .77rem;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_new{
    overflow: hidden;
}

.index_new_box{
    width: 16rem;
    margin: .1rem auto .9rem;
}

.new_bottom{
    display: flex;
    margin-top: .8rem;
}

.new_item{
    width: 3.75rem;
    margin-right: .33rem;
    border-radius: 0 0 .1rem .1rem;
    box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

.new_item_img{
    height: 2.28rem;
}

.new_item_text{
    height: 2.02rem;
    padding: .2rem;
    box-sizing: border-box;
}

.new_item_tit{
    font-size: 0.24rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #353535;
    margin-bottom: .2rem;
    margin-top: .3rem;
}
.new_item_txt{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
    margin-bottom: .24rem;
}

.new_item_time{
    font-size: 0.14rem;
    font-family: ArialMT, ArialMT;
    font-weight: normal;
    color: #666666;
}

.index_message{
    width: 100%;
    height: 8.81rem;
    background: #F8F8F8;
    overflow: hidden;
}

.index_message_box{
    width: 16rem;
    margin: .39rem auto .86rem;
}

.message_bottom{
    margin-top: .48rem;
}

.message_txt{
    font-size: 0.26rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    margin-bottom: .79rem;
}

.message_box{
    width: 100%;
    height: 4.75rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: .48rem .55rem 0;
    box-sizing: border-box;
    align-content: flex-start;
}

.message_box input{
    width: 4.18rem;
    height: 0.65rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E5E5E5;
    margin-right: 1.1rem;
    padding: .2rem .3rem;
    box-sizing: border-box;
    margin-bottom: .3rem;
}

.message_box input:nth-child(4){
    margin-right: 0;
}

.message_box textarea{
    width: 14.92rem;
    height: 1.95rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E5E5E5;
    padding: .2rem .3rem;
    box-sizing: border-box;
    margin-bottom: .39rem;
}

.message_box  button{
    width: 1.6rem;
    height: 0.48rem;
    background: #D71519;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 auto;
}



@media only screen and (max-width:1024px){
    .index_banner{
        height: 4.2rem;
        margin-top: 50px;
    }
    .banner_swiper video{
        height: 100%;
    }
    .mouse{
        width: .5rem;
        height: 0.7rem;
    }
    .swiper-button-prev, .swiper-button-next{
        bottom: 0.4rem !important;
    }
    .swiper-button-prev{
        right: 1rem !important;
    }
    .swiper-button-next{
        right: 0.3rem !important;
    }
    .index_about_box{
        width: auto;
        padding: 0 20px;
    }
    .index_about{
        width: 100%;
        padding-bottom: 160px;
        height: auto;
    }
    .about_left{
        width: 100%;
    }
    .about_img{
        position: relative;
        width: auto;
        height: 4.79rem;
        padding: 0 20px;
        margin-top: 20px;
        z-index: 1;
        right: 0;
        top: 0;
    }
    .about_bottom{
        padding: 0;
        width: 100%;
    }
    .about_left_box{
        flex-wrap: wrap;
    }
    .about_item{
        width: 50%;
    }
    .about_more{
        width: 4.09rem;
        height: 0.68rem;
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }
    .index_product{
        height: auto;
    }
    .index_product_box{
        width: auto;
        padding: 0 20px;
    }
    .product_tit_en{
        font-size: 0.42rem;
    }
    .product_more{
        width: auto;
        padding: 10px;
    }
    .product_more p{
        font-size: 12px;
    }
    .product_content{
        display: block;
    }
    .product_left{
        width: auto;
        margin-right: 0;
    }
    .product_right{
        width: auto;
        height: auto;
    }
    .product_right .swiper{
        padding-bottom: 50px;
    }
    .swiper2 .swiper-pagination{
        bottom: 0 !important;
    }
    .swiper2 .swiper-slide p{
        text-align: center;
    }
    .index_honor{
        padding: 0 20px;
    }
    .index_honor_box{
        width: 100%;
    }
    .common_tit_en{
        font-size: 0.42rem;
    }
    .honor_bottom{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .honor_item{
        width: 48%;
        margin-right: 0;
    }
    .honor_item_img{
        height: 2.95rem;
    }
    .index_new_box{
        width: auto;
        padding: 0 20px;
    }
    .new_bottom{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .new_item{
        width: 48%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .new_item_text{
        height: auto;
    }
    .new_item_tit{
        margin-top: 0;
    }
    .index_message_box{
        width: auto;
        padding: 0 20px;
    }
    .index_message{
        height: auto;
    }
    .message_box{
        height: auto;
        padding: .48rem .55rem .48rem;
    }
    .message_box input{
        width: 100%;
        margin-right: 0;
    }
}