﻿body{
    padding: 0;
    margin: 0;
}
.banner {
    width: 100%;
    height: 31.25rem;
    position: relative;
}
a{
    text-decoration: none;
}
.banner  img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner .tit{
    font-size: 2.875rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.25rem;
    padding: 11.0625rem 0 1.5rem 9.625rem;
}
.banner .desc{
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.5;
    padding:  0 9.625rem;
}
.banner  .go{
    position: absolute;
    left: 9.625rem;
    bottom: 2.3125rem;
    font-size: 1rem;
    color: #fff;
}
.banner  .go a{
    color: #fff;
}

.part{
    width: 100%;
    min-height: 58.75rem;
    box-sizing: border-box;
    padding: 7.375rem 9.625rem 6.375rem;
    background-color: #eef3f8;
}
.part1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
}
.part1 .img{
    width: 47.5rem;
    /* height: 28.375rem; */
}
.part1 .img img{
    width: 47.5rem;
    height: 28.375rem;
}
.part1 .left{
    width:45.5rem;
}
.part2{
    display: flex;
    justify-content: space-between;


}
.part2-1{
    width: 23.875rem;
    height: 11.625rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.0625rem 1.125rem 0rem rgba(160,160,160,0.15);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 2.375rem;
    justify-content: space-between;
}
.part2-1 img{
    width: 4rem;
    height: 4rem;
}
.part2-1 .right .top{

    position: relative;
    margin-bottom: 1.1875rem;
}
.part2-1 .right .top  .number{
    font-size: 3.625rem;
    font-weight: 600;
    color: #0363CF;
    line-height: 2.375rem;
    font-family: 'number'
}
.part2-1 .right .top span{
    color: #0363CF;
    font-size:1.875rem;
    position: absolute;
    right: 0.625rem;
    top: -1.875rem;
    font-weight: 600;
}
.part2-1 .right .tit3{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.6875rem;
}
.part3{
    background-color: #fff;
    padding-bottom: 3.75rem;
}
.part3 .bottom{
    display: flex;
    width: 100.75rem;
    height: 30.625rem;
    background: #F8FAFB;
    box-shadow: 0rem 0.1875rem 1.4375rem 0rem rgba(0,0,0,0.1);
    margin: 0 auto ;
    justify-content: space-between;
    align-items: center;
}
.part3 .title{
    font-size: 2.625rem;
    color: #0E062D;
    font-weight: 600;
    line-height: 2.375rem;
    text-align:center;
    margin: 0 auto;
    padding: 6.625rem 0 4rem;
}
.part3 .bottom .bot1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
    position: relative;
    height: 100%;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f8fafb;
}
.part3 .bottom .bot1 img{
    width: 10.5rem;
    height: 10.5rem;
}
.part3 .bottom .bot1 .tit{
    font-size: 2rem;
    color: #0E062D;
    line-height: 2.375rem;
    text-align: center;
    font-weight: 600;
    margin-top: 1.875rem;
}
.part3 .bottom .bot1 .desc{
    font-size: 1.25rem;
    color: #0E062D;
    line-height: 1.75rem;
    text-align: center;
    margin-top: 1.25rem;
    padding: 0 1rem;
}
.part3 .bottom .bot1:hover{
    background-color: #eef3f5;
}
.part3 .bottom .bot1:hover ::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.625rem;
    background: #0363CF;
    content: '';
}
.part4{
    background-color: #f7f9fa;
    position: relative;

}
.part4 .bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /* z-index: 1; */
}
.part4 .title{
    font-size: 2.625rem;
    color: #0E062D;
    font-weight: 600;
    line-height: 2.375rem;
    text-align:center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 6.625rem 0 10.25rem;
}
.part4 .bottom{
    /* width: 81.25rem; */
    margin: 0 auto;
    padding: 0 9.5625rem 6.75rem 28.75rem;
    box-sizing: border-box;
}
.part4 .bottom .swiper-slide{
    display: flex;
}
.part4 .bottom .swiper-slide img{
    width: 35rem;
    height: 32.5rem;
    border-radius: 0.625rem;
}
.part4 .bottom .swiper-slide .right{
    width: 39.375rem;
    margin-left: 7.1875rem;
}
.part4 .bottom .swiper-slide .right .tit{
    position: relative;
    color: #0363CF;
    margin-bottom: 5.875rem;
    font-size: 4.25rem;
    font-weight: 600;
    font-family: 'number';
}
.part4 .bottom .swiper-slide .right .tit::after{
    position: absolute;
    width: 39.375rem;
    bottom: -1.875rem;
    left: 0;
    /* height: 0.0625rem;
    background-color:  #D0D1D1; */
    border-bottom: 1px dashed #D0D1D1;
    content: '';
}
.part4 .bottom .swiper-container{
    overflow: hidden;
    position: relative;
}
.part4 .bottom .swiper-slide .right .desc{
    font-size: 1.25rem;
    color: #0E062D;
}
.part4 .bottom .swiper-slide .right .desc p{
    position: relative;
    padding-left: 1.4375rem;
    font-size: 1.25rem;
}
.part4 .bottom .swiper-slide .right .desc p::after{
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.0625rem;
    border: 0.0625rem solid #BEBFBF;
    top: calc(50% - 0.3125rem);
    top: .6rem;

    content: '';
    left: 0;
    transform: rotate(45deg);
}
.part4 .bottom  .swiper-button-next{
    width: 2.875rem!important;
    height: 2.875rem!important;
    position: absolute;
    right: 0!important;
    display: block;
    top: 0.5625rem!important;
    margin: 0;

}
.part4 .bottom  .swiper-button-prev{
    width: 2.875rem!important;
    height: 2.875rem!important;
    position: absolute;
    right: 4.0625rem!important;
    display: block;
    top: 0.5625rem!important;
    left: auto;
    margin: 0;

}
.honor{
    background-color: #fff;
    padding: 6rem 0 7.1875rem;
}
.honor .title{
    font-size: 2.625rem;
    color: #0E062D;
    font-weight: 600;
    line-height: 2.375rem;
    text-align:center;
    margin: 0 auto;
    padding:0 0 4.1875rem;
}
.honor .bottom{
    /* width: 95rem; */
    width: 100%;
    padding: 0 12.5rem;
    box-sizing: border-box;
    margin: auto;
}
.honor .bottom .swiper-slide img{
    width: 29.5rem;
    height: 39rem;
}
#certify  .swiper-slide {
    width: 29.5rem;
    transform-origin: bottom;
    /* height: 39rem; */
}
#certify  .swiper-slide .tit{
    text-align: center;
    width: 100%;
    color: #0363CF;
    font-size: 1.25rem;
    box-sizing: border-box;
    padding: 0 3.75rem;
}

#certify .swiper-button-next {
    width: 3.75rem !important;
    height:3.75rem !important;
    position: absolute;
    right:5.8125rem !important;
    display: block;
    top: 21.25rem !important;
    margin: 0;
}
#certify .swiper-button-prev {
    width: 3.75rem !important;
    height:3.75rem !important;
    position: absolute;
    left: 5.8125rem !important;
    display: block;
    top: 21.25rem !important;
    margin: 0;
}
#certify .swiper-container{
    overflow: hidden;
}
.part4 .swipervivi{
    position: absolute;
    top: 19.625rem;
    left: 9.75rem;
    height: 38.75rem;
}
.part4 .swipervivi .swiper-wrapper {
    flex-direction: column;

}
.part4 .swipervivi .swiper-wrapper .swiper-slide {
    padding-bottom: 5.5rem;
    color: #0E062D;
    font-size: 1.75rem;
    width: auto!important;
    position: relative;
    height: auto !important;
    display: flex;
    align-items: center;
    font-family: 'number';
}
.part4 .swipervivi .swiper-wrapper .swiper-slide::after{
    position: absolute;
    bottom: 0;
    width: 0.125rem;
height: 5rem;
background: #CDCFCE;
left: 0.9375rem;
content: '';
}
.part4 .swipervivi .swiper-wrapper .swiper-slide  img{
    width: 2rem;
    height: 2rem;
    margin-right: 1.375rem;
}
.part4 .swipervivi .swiper-wrapper .swiper-slide  .yuan2{
    display: none;
}
.part4 .swipervivi .swiper-wrapper  .swiper-slide-active .yuan2{
    display: block;
}
.part4 .swipervivi .swiper-wrapper  .swiper-slide-active .yuan1{
    display: none;
}

@media (max-width: 1440px) {
    .part1 .left strong{
        font-size: 22px!important
    }
    .part1 .left span{
        font-size: 16px!important
    }
    .part1 .left {
        width: 46.5rem;
        font-family: auto;

    }
}
@font-face {
    font-family: 'number';
    src:  url('Hansief.woff') 
}
@media (max-width: 600px) {
    .banner .tit {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        padding: 100px 5% 30px;
    }
    
.banner .desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    width: 90%!important;
}
.banner {
    width: 100%;
    height: 300px;
    position: relative;
}
.banner img {
    object-fit: cover;
}
.banner .go {
    position: absolute;
    left: 5%;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
}
.part {
    width: 100%;
    min-height: 200px;
    box-sizing: border-box;
    padding: 30px 5%;
    background-color: #eef3f8;
}
.part1 {
    margin-bottom: 0;
    flex-wrap: wrap;
}
.part1 .left {
    width: 100%;
    margin-bottom: 20px;
    font-family: auto;
}

.part1 .img {
    width: 100%;
    height: auto;
}
.part1 .img img {
    width: 100%;
    height: auto;
}
.part2 {
    flex-wrap: wrap;
    margin-top: 30px;
}

.part2-1 {
    width: 49%;
    height: 100px;
    background: #FFFFFF;
    padding: 0 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.part2-1 img {
    width: 30px;
    height: 30px;
}
.part2-1 .right .tit3 {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}
.part2-1 .right .top {
    position: relative;
    margin-bottom: 10px;
}
.part2-1 .right .top .number {
    font-size: 20px;
    font-weight: 600;
    color: #0363CF;
    line-height: 1.5;
    font-family: 'number';
}
.part2-1 .right .top span {
    color: #0363CF;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: -5px;
    font-weight: 600;
}
.part3 {
    background-color: #fff;
    padding-bottom: 30px;
}
.part3 .title {
    font-size: 30px;
    color: #0E062D;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}
.part3 .bottom {
    width: 90%;
    height: auto;
    flex-wrap: wrap;
}
.part3 .bottom .bot1 {
    width: 100%;
    margin-bottom: 20px;

}
.part3 .bottom .bot1 img {
    width: 40px;
    height: 40px;
}
.part3 .bottom .bot1 .tit {
    font-size: 16px;
    color: #0E062D;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.part3 .bottom .bot1 .desc {
    font-size: 14px;
    color: #0E062D;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
}
.part4 .title {
    font-size: 20px;
    color: #0E062D;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 30px 0;
}
.part4 .bottom{
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.part4 .bottom .swiper-slide {
    flex-wrap: wrap;
}

.part4 .bottom .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.part4 .bottom .swiper-slide .right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
.part4 .bottom .swiper-slide .right .tit {
    position: relative;
    color: #0363CF;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'number';
}
.part4 .bottom .swiper-slide .right .desc p {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
.part4 .bottom .swiper-slide .right .desc p::after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    top: 6px;
    content: '';
    left: 5px;
    transform: rotate(45deg);
}
.part4 .bottom .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    right: 0 !important;
    display: block;
    top: 340px !important;
    margin: 0;
}
.part4 .bottom .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    right: 50px !important;
    display: block;
    top: 340px !important;
    left: auto;
    margin: 0;
}
.part4 .swipervivi {
    display: none;
}
.honor {
    background-color: #fff;
    padding: 30px 5%;
}
.honor .title {
    font-size: 20px;
    color: #0E062D;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.honor .bottom {
    padding: 0;
}
#certify .swiper-slide .tit {
    text-align: center;
    width: 100%;
    color: #0363CF;
    font-size: 14px;
}
#certify .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    right: 20px !important;
    display: block;
    top: 200px !important;
    margin: 0;
}
#certify .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    left: 20px!important;
    display: block;
    top: 200px !important;
    margin: 0;
}
.honor .bottom .swiper-slide img {
    width:100%;
    height: auto;
}
.honor .bottom .swiper-slide {
    width: 80rem;
    background-color: #fff;
}
}