.swiper-slide {
    position: relative;
    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;
}
html, body {
    scroll-behavior: smooth;
    background: #F1F1F1;
}

/* 首页顶部轮播 */
.index_one {
    width: 100%;
    height:7.97rem;
}
.index_one .index_swiper1 {
    width: 100%;
    position: fixed;
    height:7.8rem;
    
}
.index_one .swiper-slide {
    width: 100%;
    height: 100%;
}
.three_center .swiper-pagination-bullet:only-child{
    display: block !important;
}
/* 文字 */
.index_one .txts {
    position: absolute;
    left: 2.6rem;
    top: 4.31rem;
    display: none;
}
.index_one .txts .t1 {
    font-size: 0.65rem;
    color: #FFFFFF;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.24);
}
.index_one .txts .t2 {
    margin-top: .2rem;
    font-size: .26rem;
    color: #FFFFFF;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.16);
}
/* 轮播分页 */
.index_one .swiper-pagination {
    bottom: .42rem !important;
}
.index_one .swiper-pagination-bullet {
    width: 0.48rem;
    height: 0.04rem;
    background: #000000;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    opacity: 0.4;
}
.index_one .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}




/* 关于我们 */
.index_two {
    width: 100%;
        background: #F1F1F1;
    z-index: 9;
    position: relative;
}
.index_two .two_center {
    width: 14rem;
    margin: 0 auto;
    padding: 0.74rem 0 .92rem;
}
.index_two .title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
.index_two .dev {
    width: 13rem;
    margin: 0.51rem auto 0;
    font-size: 0.16rem;
    color: #7D7D7D;
    line-height: 0.28rem;
}
.index_two .dev p {
    text-indent: 2em;
    font-size: 0.16rem;
    color: #7D7D7D;
    line-height: 0.28rem;
}
.index_two .seeMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.84rem;
    height: 0.43rem;
    margin: 0.4rem auto 0;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.02rem solid #0769B2;
    font-size: 0.16rem;
    color: #0769B2;
    transition: all 0.3s;
}
.index_two .seeMore img {
    height: 0.14rem;
    margin-left: 0.14rem;
    object-fit: contain;
}
.index_two .seeMore:hover {
    background: #0769B2;
    color: white;
}
.index_two .seeMore:hover img {
    filter: brightness(30);
}



/* 产品轮播 */
.index_three {
    width: 100%;
        background: #F1F1F1;
    z-index: 9;
    position: relative;
}
.index_three .three_center {
    width: 14rem;
    margin: 0 auto;
    padding: 0 0 .92rem;
}
.index_three .three_swiper {
    width: 100%;
}
.index_three .swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 0 !important;
}
.index_three .swiper-slide-active {
    opacity: 1 !important;
}
/* 产品图 */
.index_three .pro_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 7rem;
    height: 5.28rem;
}
.index_three .pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_three .swiper-slide .pro_img {
    transform: translateX(-50px);
}
.index_three .swiper-slide-active .pro_img {
    transition: 2s ease-out;
    transform: translateX(0);
}
/* 产品信息 */
.index_three .infos {
    width: 8.13rem;
    /*max-height: 5.3rem;*/
    margin-left: auto;
    margin-top: 0.7rem;
    padding: 1.02rem 0.39rem 1.33rem 2.09rem;
    background: #0769B2;
    box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(0,0,0,0.09);
    overflow: hidden;
    transition: all 0.5s;
}
.index_three .swiper-slide-active .infos {
    /*max-height: 8.3rem;*/
}
.index_three .infos .t1 {
    width: 5.6rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index_three .infos .t2 {
    margin-top: 0.47rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.index_three .infos .seeMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.84rem;
    height: 0.43rem;
    margin-top: 0.3rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.02rem solid #ffffff;
    font-size: 0.16rem;
    color: #fff;
    transition: all 0.3s;
    white-space: nowrap;
}
.index_three .infos .seeMore img {
    width: 0.08rem;
    height: 0.14rem;
    margin-left: 0.14rem;
    object-fit: contain;
}
.index_three .infos .seeMore .blue {
    display: none;
}
.index_three .infos .seeMore:hover {
    background: white;
    color: #0769B2;
}
.index_three .infos .seeMore:hover .white {
    display: none;
}
.index_three .infos .seeMore:hover .blue {
    display: block;
}

/* 前进后退按钮 */
.index_three .swiper-button-next {
    right: 0;
    top: 0;
    width: 0.47rem;
    height: 0.47rem;
    margin-top: 0;
    background: #0769B2;
    border-radius: 50%;
}
.index_three .swiper-button-next::after {
    font-size: 0.2rem;
    color: #fff;
    font-weight: 700;
}
.index_three .swiper-button-prev {
    left: auto;
    right: 1.7rem;
    top: 0;
    width: 0.47rem;
    height: 0.47rem;
    margin-top: 0;
    background: #0769B2;
    border-radius: 50%;
}
.index_three .swiper-button-prev::after {
    font-size: 0.2rem;
    color: #fff;
    font-weight: 700;
}
/* 分页 */
.index_three .swiper-pagination {
    left: auto;
    bottom: auto;
    right: 0.45rem;
    top: 0.15rem;
    display: flex;
    align-items: center;
    width: fit-content;
    height: fit-content;
    width: 9%;
        justify-content: center;
}
.index_three .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.07rem !important;
    background: #7B7B7B;
}
.index_three .swiper-pagination-bullet-active {
    position: relative;
    width: 0.18rem;
    height: 0.18rem;
    background: rgba(7,105,178,0.2);
}
.index_three .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    background: #0769B2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/*banner按钮组*/

/* 按钮 b */

.index_one .swiper-button-next,
.index_one .swiper-button-prev {
	width: 0.65rem;
	height: 0.65rem;
	padding: 0.08rem 0.09rem;

	/*border: 0.01rem solid #FFFFFF;*/
	left: 0.3rem;
	right: auto;
	bottom: 1.6rem;
	background: rgba(0,0,0,0.3);
	border-radius: 100%;

}
.index_one .swiper-button-next:hover,
.index_one .swiper-button-prev:hover{
        background: rgba(0,0,0,0.5);
}
.index_one .swiper-button-next:hover:after,
.index_one .swiper-button-prev:hover:after{
    
}
.index_one .swiper-button-next {
	left: auto;
	right: 0.3rem;
}

.index_one .swiper-button-disabled {
	

}

.index_one .swiper-button-next::after,
.index_one .swiper-button-prev::after {
	content: '<';
	font-family: '宋体';
	font-size: 0.3rem;
	font-weight: bold;
	color: #fff;

}

.index_one .swiper-button-next::after {
	content: '>';
}

@media screen and (max-width: 1024px){
    .index_one .index_swiper1{
        width: 100%;
        height: 3rem;
        margin-top: 50px;
    }.index_one{
        height: 4rem;
    }.index_two .two_center{
        width: 100%;
    }.index_two .title{
        font-size: 20px;
    }.index_two .dev{
        width: 95%;
        margin: 0 auto;
        margin-top: 10px;
        
    }.index_two .dev p,
    .index_two .dev span{
        font-size: 12px !important;
        line-height: 20px;
    }.index_two .seeMore{
        font-size: 14px;
    }.index_three .three_center{
        width: 100% !important;
    }.index_three .pro_img{
        position: static;
    }.index_three .swiper-slide{
        display: flex;
        flex-direction: column;
        align-items: center;
    }.index_three .swiper-slide-active .infos{
        width: 94%;
        margin: 0 auto;
        margin-top: 10px;
        padding: 10px 10px 20px 10px;
    }.index_three .infos .t1{
        width: 100%;
        text-align: center;
        font-size: 20px;
    }.index_three .infos .t2{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
        height: 200px;
        overflow: scroll;
    }.index_three .infos .seeMore{
        font-size: 14px;
        margin: 0 auto;
    }.index_three .swiper-button-prev{
        display: none;
    }.index_three .swiper-pagination{
        display: none;
    }.index_three .swiper-button-next{
        display: none;
    }
    .index_three .three_swiper {
        height: 608px;
    }
    /*.swiper-button-prev, .swiper-rtl .swiper-button-next{*/
    /*    display: none;*/
    /*}.index_three .swiper-pagination{*/
    /*    display: none;*/
    /*}.index_three .swiper-button-next{*/
    /*    display: none;*/
    /*}*/
    .index_one .txts{
        left: 0;
        top: unset;
        width: 100%;
        padding: 15px;
    }
    .index_one span{
         font-size: 16px!important;
    }
}
/* 按钮 f */