.index_one{
    position: relative;
}
.index_two{
    padding: 1rem 0 ;
    background: url(../zrq/images/index/b-bg.png) no-repeat;
    background-size: 100% 100%;
}

.index_two_content{
    position: relative;
}
/*.index_two .swiper-slide{*/
/*    background: #F6F6F6;*/
/*}*/
.index_two_imgbox{
    height: 2.9rem;
    overflow: hidden;
}
.index_two_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_two_name{
    
    font-size: 0.18rem;
    color: #333;
    padding: 0.18rem 0 ;
    text-align: center;
    transition: all .25s;
}
.index_two .swiper-slide:hover .index_two_name{
    color: #1244B5;
    font-weight: bold;
    /*background: #1244B5;*/
}
.index_two .swiper-slide:hover .index_two_imgbox>img{
    transform: scale(1.03);
}

.index_one_next,.index_one_prev{
    width: 0.3rem !important;
    height: 0.3rem!important;
    border-radius: 50%;
    border: 0.01rem solid #fff;
    top: 95%!important;
    
}
.index_one_next{
    right: 1rem !important;
}
.index_one_prev{
    left: 90% !important;
}

.index_one .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1!important;
    background: #FD6A10!important;
    border-color: #FD6A10;
}




.index_one_next::after{
    font-size: 0.14rem !important;
    color: #fff !important;
    font-weight:bold;
}
.index_one_prev::after{
    font-size: 0.14rem !important;
    color: #fff !important;
    font-weight:bold;
}

.index_one_pagin{
    width: 25%!important;
    bottom: 0.3rem!important;
    color: #fff;
    font-weight: bold;
}
.fontWeight{
    font-size: 0.36rem;
    color: #FD6A10;
}

.index_swiper_product{
    padding: 0.1rem 0.07rem;
}
.index_swiper_product .swiper-slide{
    border-radius: 0.1rem;
    box-shadow: 0 0 0.05rem 0.01rem rgba(0,0,0,.25);
    overflow: hidden;
}

.product_next,.product_prev{
    color: #a1a1a1 !important; ;
}
.product_next{
    right: -0.5rem!important;
}
.product_prev{
    left: -0.5rem!important;
}
.index_three{
    padding: 1.2rem 0 0.9rem 0;
    background: url(../zrq/images/index/c-bg.png) no-repeat;
    background-size: 100% 100%;
}
.index_content{
    display: flex;
}
.index_three_leftbox{
    flex: 1;
    margin-right: 1.06rem;
    padding-left: 1.6rem;
}
.index_three_rightbox{
    width: 8rem;
}
.index_three_rightbox img{
    width: 100%;
    height: 100%;
}
.index_three_title{
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
    padding-bottom: 0.3rem;
    position: relative;
}
.index_three_title::after{
    content: '';
    position: absolute;
    width: 1.06rem;
    height: 0.05rem;
    background: #FE8503;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    left: 0;
    bottom: 0;
}
.index_three_pages{
    color: #333333;
    text-align: justify;
    font-size: 0.18rem;
    line-height: 2;
    margin-top: 0.5rem;
}
.index_three_numbox{
    display: flex;
    margin-top: 0.7rem;
    justify-content: space-between;
    padding-right: 0.5rem;
}
.index_three_numItems{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counter{
    font-size: 0.46rem;
    font-weight: bold;
    color: #1244B5;
    font-family: 'tsl-font';
}
.index_three_numName{
    color: #333;
    font-size: 0.18rem;
    font-weight: bold;
}
.index_three_xsub{
    color:#1244B5;
    font-size: 0.14rem;
    font-weight: bold;
}

.index_four{
    padding: 1rem 0;
    background: url(../zrq/images/index/d-bg.png) no-repeat;
    background-size: 100% 100%;
}

.index_four_content{
    display: flex;
}
.index_four_items{
    width: 31.5%;
    margin-right: 2.75%;
}
.index_four_items:nth-child(3n){
    margin-right: 0;
}



.index_four_imgbox{
    height: 3rem;
    overflow: hidden;
}
.index_four_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}

.index_four_xtitle{
    color: #333;
    font-size: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.index_four_msgbox{
    padding-top: 0.2rem;
}
.index_four_xtimer{
    color: #999;
    font-size: 0.16rem;
    margin-top: 0.2rem;
}
.index_four_items:hover .index_four_imgbox>img{
    transform: scale(1.03);
}
.index_four_many{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
}
.index_four_many_items{
    padding: 0.12rem 0.85rem;
    border-radius: 0.1rem ;
    border: 0.01rem solid #1244B5;
    display: block;
    color: #1244B5;
    transition: all .25s;
}
.index_four_many_items:hover{
    opacity: 0.85;
}




@media only screen and (max-width:1024px){
    .index_one_next, 
    .index_one_prev,
    .product_next, 
    .product_prev{
        display: none;
    }
    .index_two{
        padding: 15px;
    }
    .template_common{
        width: 100%;
    }
    .index_three{
        padding: 15px;
    }
    .index_content{
        flex-direction: column;
    }
    .index_three_leftbox{
        margin: 0;
        padding: 0;
    }
    .index_three_title{
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }
    .index_three_pages{
        text-indent: 25px;
        margin-top: 15px;
        font-size: 12px;
    }
    .index_three_numbox{
        margin: 15px auto;
        padding: 0;
    }
    .index_three_rightbox{
        width: 100%;
    }
    .index_four{
        padding: 15px;
    }
    .common_titbox{
        margin-bottom: 15px;
    }
    .common_title{
        font-size: 16px;
    }
    .common_msg{
        margin-top: 15px;
        font-size: 12px;
    }
    .index_four_content{
        flex-direction: column;
    }
    .index_four_items{
        width: 100%;
        margin: 0 0 15px;
        display: flex;
    }
    .index_four_imgbox{
        width: 45%;
        height: auto;
        margin-right: 15px;
    }
    .index_four_msgbox{
        padding: 0;
    }
    .index_four_xtitle,
    .index_four_xtimer{
        margin-top: 15px;
        font-size: 12px;
    }
    .index_four_many{
        margin-top: 15px;
    }
}
