@charset "UTF-8";
@import url(./public.css);
@import url(./footer.css);
@import url(./header.css);
@import url(./Navlist.css);

.main{
    background-color: #FAFAFA; 
}
/* 中间 */
.middile{
    width: 100%;
    background-color: #FAFAFA;
    margin-top: 90px;
}
.ab{
    width: 100%;
    height:800px;
    background: url(../images/001d42992fbd10b44dfabd91701a4876_ab_banner.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    padding-top: 66px;
}
.ab_nav{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: rgba(255,255,255,0.5);
}
.ab_nav a{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}
.ab_nav a:hover{
    color: #fff !important;
}
.ab_nav span{
    color: #fff !important;
    cursor: pointer;
}

.ab_time{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff61;
    margin-bottom: 50px;
    padding-bottom: 5px;
    margin-top: 20px;
}
.ab_time_left{
    font-family: HarmonyOS Sans TC, HarmonyOS Sans TC;
    font-weight: 500;
    font-size: 80px;
    color: #FFFFFF;
}
.ab_time_right{
    display: flex;
    align-items: center;
}
.ab_time_right div{
    width: 13px;
    height: 13px;
    background: #00BAB5;
    margin-right: 20px;
}
.ab_time_right span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.ab_ul{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.ab_left{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.ab_left_title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 75px;
    text-align: left;
}
.ab_left_bf{
    width: 46%;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.ab_left_bf img{
    width: 50px;
    height: 30px;
    margin-bottom: 17px;
}
.ab_left_bf span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}
.ab_right{
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-left: 5%;
}
.ab_right .ab_right_text{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 30px;
}

.ab_down{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.ab_down span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}
.ab_down div{
    width: 1px;
    height: 50px;
    background: #ffffff52;
    margin: 0 auto;
    margin-top: 9px;
}










/* 公司环境 */
.gshj{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 40px;
}
.gshj_info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gshj_item{
    width: 31%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gshj_item:hover{
    cursor: pointer;
    transition: all .3s ease;
    transform: translateY(-20px);
}
.gshj_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gshj_item_text{
    width: 100%;
    height: 100%;
    background: rgba(1,72,128,0.63);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gshj_item_text p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.gshj_item_text div{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
}


/* 企业文化 */
.qywh {
    width: 100%;
    padding: 100px 0 !important;
    display: flex;
    flex-direction: column;
}
.qywh_top{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.qywh_top p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
}
.qywh_top>.tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 32px;
    color: #1E1E1E;
    margin: 15px auto;
}
.qywh_top>.text{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    margin-bottom: 60px;
}
.qywh .fz_img{
    width: 100%;
    display: block;
}
.qywh .fz_img img{
    width: 100%;
}


/* 公司相关资质证书 */
.zs{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 60px;
}
.zs_info{
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
}
.zs_swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.zs_swiper .swiper-slide{
    display: flex;
}
.zs_swiper .swiper-slide .zs_slideinfo{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.zs_slideinfo:hover img{
    cursor: pointer;
    transform: scale(1.1);
}
.zs_slideinfo_img{
    width: 100%;
    height:290px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 20px 15px 22px 15px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 9px 0px rgba(156,156,156,0.25);
    overflow: hidden;
}
.zs_slideinfo_img img{
    width: 100%;
    height:220px;
    object-fit: contain;
    margin-bottom:20px;
    transition: transform 1s, -webkit-transform 1s;
}
.zs_slideinfo_img div{
    width: 80%;
    margin: 0 auto;
    height: 6px;
    background: #014880;
}
.zs_slideinfo_text{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zs_info .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/zs_left.png)!important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    left: 43% !important;
    right: auto;
}
.zs_info .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/zs_right.png)!important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    right: 43% !important;
    right: auto;
}
.zs_info .swiper-button-next,.zs_info .swiper-button-prev{
    width:50px !important;
    height:50px !important;
    object-fit: cover;
    top: 90% !important;
}