/* 公司介绍 */
.jieshao{
    width: 100%;
    height: auto;
    background: url(../img/jieshao_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}
.jieshao_top{
    display: flex;
    justify-content: right;
    position: relative;
}
.jieshao_top .jieshao_year1{
    position: absolute;
    top: 0.57rem;
    left: 0;
    width: 3.42rem;
    height: auto;
}
.jieshao_top .jieshao_year2{
    position: absolute;
    top: 2rem;
    left: 2.5rem;
    width: 3.22rem;
    height: auto;
}
.jieshao_top .jieshao_txt{
    width: 8.4rem;
}
.jieshao_top .jieshao_name{
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    margin-bottom: 0.15rem;
}
.jieshao_top .jieshao_eng{
    font-weight: 400;
    font-size: 0.24rem;
    color: #0099CD;
    margin-bottom: 0.35rem;
}
.jieshao_cont,
.jieshao_cont p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
    text-indent: 2em;
}



.jieshao_num{
    width: 100%;
    height: 4.8rem;
    margin-top: -0.7rem;
    margin-bottom: 1.4rem;
    position: relative;
    z-index: 1;
}
.jieshao_num .about-container{
    position: absolute;
    bottom: -0.9rem;
    left: 1rem;
    width: 14rem;
    height: 1.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.13rem 0.01rem rgba(0,0,0,0.14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8rem;
}
.jieshao_num .about_item .about_num{
    display: flex;
    align-items: flex-end;
}
.jieshao_num .about_item .about_num .num_shu{
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.48rem;
    color: #0099CD;
    line-height: 1;
}
.jieshao_num .about_item .about_num .num_icon{
    font-weight: 400;
    font-size: 0.16rem;
    color: #0099CD;
    margin-left: 0.05rem;
}
.jieshao_num .about_item .about_num_title{
    margin-top: 0.28rem;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}





/* 总裁致辞 */
.zhici{
    height: auto;
    background: url(../img/zhici_bg.png) center no-repeat;
    background-size: cover;
    padding: 0.8rem 0 1.18rem;
    box-sizing: border-box;
}
.zhici .main{
    display: flex;
    justify-content: space-between;
}
.zhici .zhici_fl{
    width: 4rem;
}
.zhici .zhici_fl .zhici_name{
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 0.15rem;
}
.zhici .zhici_fl .zhici_en{
    font-weight: 400;
    font-size: 0.24rem;
    color: #0099CD;
}
.zhici .zhici_fl .zhici_icon{
    width: 0.8rem;
    height: 0.72rem;
    margin-top: 1.65rem;
}
.zhici .zhici_fr{
    width: 12rem;
    padding: 0.55rem 0 0.45rem 0.1rem;
    box-sizing: border-box;
    position: relative;
}
.zhici .zhici_fr::before,
.zhici .zhici_fr::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.15rem;
    background: url(../img/zhici_border.png) center no-repeat;
    background-size: contain;
    left: 0;
}
.zhici .zhici_fr::before{
    top: 0;
}
.zhici .zhici_fr::after{
    bottom: 0;
}
.zhici .zhici_fr p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 2.2;
    text-indent: 2em;
}
.zhici .zhici_fr img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline;
}





/* 发展历程 */
.licheng{
    padding: 0.8rem 0 1.2rem;
    background: url(../img/licheng_bg.png) top center no-repeat;
    background-size: cover;
}
.licheng .licheng_name{
    width: 100%;
    text-align: center;
    margin-bottom: 0.15rem;
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
}
.licheng .licheng_en{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.24rem;
    color: #0099CD;
}
.licheng .licheng_body{
    margin-top: 0.8rem;
}

.licheng .init {
	width: 8.8rem;
	height: 3.3rem;
	background: #EFF0F2;
	border-radius: 0.1rem;
	border: 0.01rem solid #FFFFFF;
	margin: 0 0.6rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.init .init_txt {
	padding: 0.48rem 0.45rem;
	box-sizing: border-box;
}

.init .init_txt .init_time {
	font-weight: bold;
	font-size: 0.28rem;
	color: #222222;
	line-height: 0.32rem;
	position: relative;
	margin-bottom: 0.34rem;
}

.init .init_txt .init_time::before {
	position: absolute;
	content: "";
	width: 0.3rem;
	height: 0.02rem;
	background: #0099CD;
	bottom: -0.14rem;
	left: 0;
}

.init .init_txt .init_cont {
	width: 3.2rem;
	padding-left: 0.16rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666;
	line-height: 0.3rem;
	position: relative;
}

.init .init_txt .init_cont::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0.10rem;
	width: 0.08rem;
	height: 0.08rem;
	background: rgba(255, 255, 255, 0);
	border: 0.02rem solid #F7C400;
	border-radius: 50%;
	box-sizing: border-box;
}

.init .init_img {
	width: 4.7rem;
	height: 3.3rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.init .init_img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.init.swiper-slide-active {
	background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.init.swiper-slide-active .init_time{
    color: #0099CD;
}
.init.swiper-slide-active .init_cont{
    color: #333;
}


.licheng_year{
    width: 16rem;
    margin: 0.73rem auto 0;
    overflow: hidden;
    position: relative;
    min-height: 0.76rem;
    padding-top: 0.2rem;
}
.licheng_year::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.02rem;
    background: #DBDBDB;
    top: 0.4rem;
}
.licheng_year .year_item .year_title{
    width: fit-content;
    cursor: pointer;
    font-weight: normal;
    font-size: 0.18rem;
    color: #000000;
    text-align: center;
    position: relative;
    padding-top: 0.52rem;
}
.licheng_year .year_item .year_title::after{
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    background: rgba(0,153,205,0.2);
    border-radius: 50%;
    top: 0.06rem;
    left: 50%;
    transform: translateX(-50%);
}
.licheng_year .year_item .year_title::before{
    content: "";
    position: absolute;
    top: 0.12rem;
    left: 50%;
    transform: translateX(-51%);
    width: 0.18rem;
    height: 0.18rem;
    background: #0099CD;
    border-radius: 50%;
}

.licheng_year .year_item.swiper-slide-active .year_title{
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
    padding: 0.03rem 0.28rem;
    box-sizing: border-box;
    background: linear-gradient( 132deg, #0099CD 0%, #00A0E9 100%);
    border-radius: 0.54rem 0.54rem 0.54rem 0.54rem;
}
.licheng_year .year_item.swiper-slide-active .year_title::before{
    background: linear-gradient( 132deg, #0099CD 0%, #00A0E9 100%);
    border-radius: 0.54rem 0.54rem 0.54rem 0.54rem;
    width: calc(100% + 0.2rem);
    height: calc(100% + 0.2rem);
    top: -0.1rem;
    opacity: 0.27;
    z-index: -1;
}
.licheng_year .year_item.swiper-slide-active .year_title::after{
    background: linear-gradient( 132deg, #0099CD 0%, #00A0E9 100%);
    border-radius: 0.43rem 0.43rem 0.43rem 0.43rem;
    opacity: 0.4;
    width: calc(100% + 0.1rem);
    height: calc(100% + 0.1rem);
    top: -0.05rem;
    z-index: -1;
}
.licheng_year .licheng-next,
.licheng_year .licheng-prev{
    width: 0.4rem;
    height: 0.4rem;
    background: #DBDBDB;
    border-radius: 50%;
    top: 0.2rem;
    margin: 0;
}
.licheng_year .licheng-prev{
    left: 0;
}
.licheng_year .licheng-next{
    right: 0;
}
.licheng_year .licheng-next::after,
.licheng_year .licheng-prev::after{
    display: none;
}
.licheng_year .licheng-next img,
.licheng_year .licheng-prev img{
    width: 0.08rem;
    height: 0.16rem;
    filter: brightness(0) invert(1);
}
.licheng_year .licheng-next:hover,
.licheng_year .licheng-prev:hover{
    background: #0099CD;
}






/* 研发制造 */
.yanfa{
    background:#F6F7F8 url(../img/yanfa_bg.png) center no-repeat;
    background-size: cover;
    padding: 0.8rem 0 1rem;
    box-sizing: border-box;
}
.yanfa .yanfa_item{
    width: 100%;
    height: 4.8rem;
    position: relative;
    margin-bottom: 0.8rem;
    display: flex;
}
.yanfa .yanfa_item .yanfa_img{
    width: 8rem;
    height: 4.8rem;
    overflow: hidden;
}
.yanfa .yanfa_item .yanfa_img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.yanfa .yanfa_item .yanfa_txt{
    width: 8.8rem;
    min-height: 3.6rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.1rem;
    padding: 0.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.yanfa .yanfa_item .yanfa_txt .yanfa_title{
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    margin-bottom: 0.43rem;
    position: relative;
}
.yanfa .yanfa_item .yanfa_txt .yanfa_title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.23rem;
    width: 0.6rem;
    height: 0.03rem;
    background: #0099CD;
}
.yanfa .yanfa_item .yanfa_txt .yanfa_key{
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.4rem;
}
.yanfa .yanfa_item .yanfa_txt .yanfa_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}
.yanfa .yanfa_item:nth-child(2n){justify-content: flex-end;}
.yanfa .yanfa_item:nth-child(2n) .yanfa_txt{
    left: 0;
    right: auto;
}
.yanfa .yanfa_item .yanfa_img:hover img{
    transform:scale(1.1);
}







/* 实力见证 */
.shili_class{
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    position: relative;
}
.shili_class::before{
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.03rem;
    background: #0099CD;
    bottom: -0.23rem;
}
.shili_body1{
    background: #fff;
    padding: 0.8rem 0;
    box-sizing: border-box;
}
.shili_body1 .main,
.shili_body2 .main{
    display: flex;
    justify-content: space-between;
}
.shili_body1 .body1_fl{
    width: 7.6rem;
    /*padding-top: 0.1rem;*/
}
.shili_body1 .body1_fl .shili1_cont{
    margin-top: 0.63rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}
.shili_body1 .body1_fl .shili_num{
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 0.3rem;
}
.shili_body1 .body1_fl .shili_num .num_item{
    width: 3.4rem;
    height: 1.48rem;
    background: #FFFFFF;
    box-shadow: 0.03rem 0.02rem 0.11rem 0.01rem rgba(70,69,69,0.14);
    border-radius: 0.08rem;
    border: 0.02rem solid #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.shili_body1 .body1_fl .shili_num .num_shu{
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #0099CD;
}
.shili_body1 .body1_fl .shili_num .num_shu span{
    font-family: MiSans-Semibold;
    font-weight: bold;
    font-size: 0.46rem;
    color: #0099CD;
    margin-right: 0.05rem;
}
.shili_body1 .body1_fl .shili_num .num_title{
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.shili_body1 .body1_fr{
    width: 7.6rem;
    height: 6rem;
    overflow: hidden;
}





.shili_body2{
    background: url(../img/shili_bg1.png) center no-repeat;
    background-size: cover;
    padding: 0.8rem 0;
    box-sizing: border-box;
}
.shili_body2 .body2_fl{
    width: 7.6rem;
    height: 4.8rem;
    overflow: hidden;
}
.shili_body2 .body2_fr{
    width: 7.6rem;
    padding-top: 0.9rem;
}
.shili_body2 .body2_fr .shili2_cont{
    margin-top: 0.63rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}



.shili_body3{
    background: url(../img/shili_bg2.png) center no-repeat;
    background-size: cover;
    padding: 0.8rem 0 0.75rem;
    box-sizing: border-box;
}
.shili_body3 .shili_class{
    width: 100%;
    text-align: center;
}
.shili_body3 .shili_class::before{
    left: 50%;
    transform: translateX(-50%);
}
.shili_body3 .shili3_cont{
    width: 100%;
    text-align: center;
    margin-top: 0.43rem;
    margin-bottom: 0.47rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.shili3_box{
    width: 16rem;
    overflow: hidden;
    position: relative;
}
.shili3_box .body3_swiper{
    width: 14.4rem;
    height: 4.5rem;
    margin: 0 auto;
    overflow: hidden;
}
.body3_swiper .shili3_item{
    width: 2.38rem !important;
    margin: 0 0.24rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.body3_swiper .shili3_item .shili3_img{
    width: 100%;
    height: 3.25rem;
    background: rgba(252,251,249,0.91);
    border-radius: 0.03rem;
    border: 0.02rem solid #FFFFFF;
    padding: 0.16rem;
    box-sizing: border-box;
    transition: all 0.5s;
    backdrop-filter: blur(32px);
}
.body3_swiper .shili3_item .shili3_title{
    width: 100%;
    margin-top: 0.26rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #5F5D5D;
    text-align: center;
}
.body3_swiper .shili3_item.swiper-slide-active{
    width: 2.8rem !important;
}
.body3_swiper .shili3_item.swiper-slide-active .shili3_img{
    width: 100%;
    height: 3.82rem;
}
.body3_swiper .shili3_item.swiper-slide-active .shili3_title{
    margin-top: 0.38rem;
    font-size: 0.18rem;
    color: #222222;
}
.shili3_box .swiper-button-next::after,
.shili3_box .swiper-button-prev::after {
    display: none;
}

.shili3_box .swiper-button-next,
.shili3_box .swiper-button-prev {
    width: 0.24rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shili3_box .swiper-button-prev{
	background: url(../img/swiper_prev1.png) center no-repeat;
	background-size: cover;
}
.shili3_box .swiper-button-next{
	background: url(../img/swiper_next1.png) center no-repeat;
	background-size: cover;
}
.shili3_box .swiper-button-next:hover{
	background: url(../img/swiper_next2.png) center no-repeat;
	background-size: cover;
}
.shili3_box .swiper-button-prev:hover {
    background: url(../img/swiper_prev2.png) center no-repeat;
	background-size: cover;
}
.shili3_box .swiper-button-next {
    right: 0rem;
}
.shili3_box .swiper-button-prev {
    right: auto;
    left: 0rem;
}





.shili_body4{
    background: #fff;
    padding: 0.8rem 0 1rem;
    box-sizing: border-box;
}
.shili_body4 .shili_class{
    width: 100%;
    text-align: center;
}
.shili_body4 .shili_class::before{
    left: 50%;
    transform: translateX(-50%);
}
.shili4_cont{
    width: 100%;
    text-align: center;
    margin-top: 0.43rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}
.body4_list{
    margin-top: 0.47rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.2rem;
    row-gap: 0.3rem;
}
.body4_list .body4_item{
    width: calc(25% - 0.15rem);
    height: auto;
    cursor: pointer;
}
.body4_list .body4_item .body4_img{
    width: 100%;
    height: 3rem;
    background: #F8F8F8 url(../img/shili_bg3.png) top center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.body4_list .body4_item .body4_img::before{
    content: "";
    position: absolute;
    width: 2.88rem;
    height: 2.12rem;
    background: rgba(255,255,255,0.45);
    border: 0.01rem solid #FFFFFF;
    top: 0.44rem;
    left: 0.48rem;
}
.body4_list .body4_item .body4_img img{
    max-width: 2.64rem;
    height: 1.88rem;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.body4_list .body4_item .body4_title{
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}
.body4_list .body4_item:hover .body4_img{
    background: #F8F8F8 url(../img/shili_bg4.png) top center no-repeat;
    background-size: contain;
}
.shili_body4 .body4_more{
    width: 1.4rem;
    height: 0.44rem;
    background: #0099CD;
    margin: 0.6rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.shili_body4 .body4_more img{
    width: 0.17rem;
    height: 0.15rem;
    margin-left: 0.1rem;
}














@media screen and (max-width: 1043px) {
    
    /*公司介绍*/
    .jieshao_cont, .jieshao_cont p,.jieshao_cont *{
        font-size: 0.3rem;
    }
    .jieshao_top .jieshao_year1{
        top: auto;
        bottom: -1rem;
    }
    .jieshao_top .jieshao_year2{
        top: auto;
        bottom: -1.6rem;
        left: auto;
        right: 0;
    }
    .jieshao_num{
        margin-top: 0.8rem;
        height: 3.5rem;
        margin-bottom: 3.4rem;
    }
    .jieshao_num>img{
    }
    .jieshao_num .about-container{
        width: 96%;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.4rem 0;
        row-gap: 0.4rem;
        left: 2%;
        bottom: -2.8rem;
    }
    .jieshao_num .about-container .about_item{
        width: 33.33%;
    }
    .jieshao_num .about_item .about_num{
        justify-content: center;
    }
    .jieshao_num .about_item .about_num_title{
        text-align: center;
        font-size: 0.24rem;
    }
    
    
    
    
    
    /*总裁致辞*/
   .zhici .main{
        flex-wrap: wrap;
    }
    .zhici .zhici_fl{
        width: 100%;
        height: auto;
        padding-top: 0;
        margin-bottom: 0.5rem;
        position: relative;
    }
    .zhici .zhici_fl .zhici_icon{
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
    .zhici .zhici_fr{
        width: 100%;
        height: auto;
        padding: 0.5rem 0;
    }
    .zhici .zhici_fr p{
        font-size: 0.3rem;
        line-height: 1.8;
    }
    
    
    
    
    
    
     /*发展历程*/
    .licheng .init{
        width: 82%;
        margin: 0 0.1rem;
        flex-wrap: wrap;
        height: auto;
        align-content: space-between;
    }
    .init .init_txt .init_time{
        font-size: 0.36rem;
    }
    .init .init_txt .init_cont::before{
        top: 0.18rem;
    }
    .init .init_txt .init_cont{
        width: 100%;
        font-size: 0.28rem;
        line-height: 1.6;
    }
    .init .init_img{
        width: 100%;
        height: 4rem;
    }
    .licheng_year{
        width: 94%;
    }
    .licheng_year .year_item .year_title{
        margin: 0 auto;
        font-size: 0.28rem;
    }
    .licheng_year .year_item.swiper-slide-active .year_title{
        font-size: 0.3rem;
    }
    
    
    
    /*研发制造*/
    .yanfa .yanfa_item{
        height: auto;
        flex-wrap: wrap;
    }
    .yanfa .yanfa_item .yanfa_img{
        width: 100%;
        height: auto;
    }
    .yanfa .yanfa_item .yanfa_txt{
        width: 96%;
        position: static;
        transform: none;
        margin: -1rem auto 0;
    }
    .yanfa .yanfa_item .yanfa_txt .yanfa_key{
        font-size: 0.36rem;
    }
    .yanfa .yanfa_item .yanfa_txt .yanfa_cont{
        font-size: 0.24rem;
    }
    
    
    
    /*实力见证*/
    .shili_body1 .main, .shili_body2 .main{
        flex-wrap: wrap;
    }
    .shili_body1 .body1_fl .shili1_cont{
        font-size: 0.3rem;
    }
    .shili_body1 .body1_fl .shili_num .num_item{
        width: calc(50% - 0.25rem);
    }
    .shili_body1 .body1_fl .shili_num .num_shu{
        font-size: 0.3rem;
    }
    .shili_body1 .body1_fl .shili_num .num_shu span{
        font-size: 0.56rem;
    }
    .shili_body1 .body1_fl .shili_num .num_title{
        font-size: 0.28rem;
    }
    .shili_body1 .body1_fr{
        width: 100%;
        height: auto;
        margin-top: 0.4rem;
    }
    
    
    .shili_body2 .body2_fl{
        width: 100%;
        height: auto;
    }
    .shili_body2 .body2_fr .shili2_cont{
        font-size: 0.3rem;
    }
    
    
    
    
    .shili_body3 .shili3_cont,
    .shili4_cont{
        font-size: 0.24rem;
    }
    .shili3_box,
    .shili3_box .body3_swiper{
        width: 100%;
    }
    .body3_swiper .shili3_item{
        margin: 0 0.1rem;
    }
    .body3_swiper .shili3_item.swiper-slide-active .shili3_title{
        font-size: 0.28rem;
    }
    
    
    
   .body4_list .body4_item{
        width: calc(50% - 0.1rem);
        height: auto;
    }
    .body4_list .body4_item .body4_img{
        width: 100%;
        height: auto;
        padding: 20%;
    }
    .body4_list .body4_item .body4_img::before{
        width: 80%;
        height: 80%;
        left: 10%;
        top: 10%;
    }
    .body4_list .body4_item .body4_img img{
        width: 100%;
        height: auto;
    }
    .body4_list .body4_item .body4_title{
        font-size: 0.28rem;
        line-height: 1.5;
    }
    
    
    .shili_body4 .body4_more{
        font-size: 0.22rem;
    }
}









