.banner{
    width: 100%;
    height: 521px;
    margin-top: 100px;
}
.banner .swiper{
    width: 100%;
    height: 100%;
}
.about{
    width: 100%;
    height: 560px;
    background: url(/assets/index/images/about.jpg) no-repeat center;
}
.about .w-1200{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.about .about-le{
    width: 544px;
    height: 422px;
    margin-top: 70px;
    overflow: hidden;
}
.about-le .about-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: rgba(248,248,248,0.8);
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
}
.about-le .about-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 4px;
}
.about-le .about-line{
    width: 60px;
    height: 5px;
    background: #0078ba;
    margin-top: 7px;
}
.about-le .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #434343;
    line-height: 26px;
    margin-top: 30px;
}
.about-le .about-btn{
    width: 140px;
    height: 36px;
    background: #0078ba;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-top: 40px;
}
.about .about-ri{
    width: 600px;
    height: 422px;
    margin-top: 70px;
}


.fuwu{
    width: 100%;
    height: 510px;
    background: url(/assets/index/images/fuuw.jpg) no-repeat top;
}
.fuwu .fu-head{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fu-head .fu-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    margin-top: 80px;
}
.fu-head .fu-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-top: 5px;
}
.fu-head .fu-line{
    width: 80px;
    height: 5px;
    background: #ffffff;
    margin: 4px auto 0;
}
.fuwu .fu-box{
    width: 100%;
    height: 394px;
    background: #ffffff;
    margin-top: 52px;
    box-shadow: 0px 0px 10px #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}
.fu-box .fu-item{
    width: 20%;
    height: 100%;
    overflow: hidden;
}
.fu-item .fu-img{
    width: 180px;
    height: 180px;
    margin: 65px auto 0;
}

.fu-item .fu-con{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fu-con .fu-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    margin-top: 40px;
}
.fu-con .fu-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    margin-top: 3px;
}


.new{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new .new-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
}
.new-top .new-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: rgba(248,248,248,0.8);
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
.new-top .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 4px;
    text-align: center;
}
.new-top .new-line{
    width: 60px;
    height: 5px;
    background: #0078ba;
    margin: 7px auto 0;
}
.new .new-box{
    width: 100%;
    height: 420px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 70px;
}
.new-box .new-le{
    width: 600px;
    height: 400px;
    margin-top: 10px;
    position: relative;
}
.new-le span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 44px;
    background: rgba(0,0,0,0.6);
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    line-height: 44px;
}
.new-box .new-ri{
    width: 573px;
    height: 420px;
    overflow: hidden;
}
.new-ri .new-item{
    width: 100%;
    height: 105px;
    padding: 0 20px;
    box-sizing: border-box;
}
.new-item a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: #333333;
}
.new-item:hover{
    background: #0078ba;
}
.new-item:hover a{
    color: #ffffff;
}
.new-item:hover .time-line{
    background: #ffffff;
}

.new-item .new-time{
    width: 70px;
    height: 105px;
    overflow: hidden;

}
.new-time .time-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
}
.new-time .time-line{
    width: 35px;
    height: 2px;
    background: #333333;
    margin: 6px auto 0;
}
.new-time .time-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-top: 6px;
}
.new-item .new-on{
    width: 450px;
    height: 105px;
    overflow: hidden;
}
.new-on .new-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-on .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}


.qualification{
    width: 100%;
    height: 590px;
    background: url(/assets/index/images/qualification.jpg) no-repeat top;
    overflow: hidden;
}
.qualification .qua-head{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.qua-head .qua-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    margin-top: 80px;
}
.qua-head .qua-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-top: 5px;
}
.qua-head .qua-line{
    width: 80px;
    height: 5px;
    background: #ffffff;
    margin: 4px auto 0;
}
.qualification .qua-box{
    width: 100%;
    height: 410px;
    background: #ffffff;
    margin-top: 52px;
    box-shadow: 0px 0px 10px #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}
.qua-box .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.qua-box .swiper-slide{
    width: 100%;
    height: 100%;
    padding: 0 55px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.qua-box .qua-item{
    width: 240px;
    height: 300px;
    margin-top: 80px;
    overflow: hidden;
}
.qua-item .qua-img{
    width: 100%;
    height: 240px;
}
.qua-item .qua-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 24px;
    margin-top: 21px;
}
