@charset "utf-8";
.banner{
    height: 584px;
    background: url('../img/banner.png') no-repeat center center;
    background-size: 100% 100%;
}
.banner-box{
    padding-top: 178px;
}
.banner-box .text p{
    color: #282C51;
    font-weight: 700;
    font-size: 54px;
    line-height: 63px;
    font-family: 'Harmattan';
}
.banner-box .name{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 17px;
    letter-spacing: 1.44em;
    background-color: #282C51;
    margin: 30px 0 34px 0;
}
.banner-box .info{

    color: #282C51;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.guide{
    width: 100%;
    height: 225px;
    background: #fff;
}
.guide-info{
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
}
.guide-info li{
    width: 80px;
}
.guide-info li a{
    display: inline-block;
    width: 100%;
}
.guide-info li em{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #EFF4F9;
    border-radius: 100%;
}
.guide-info li p{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 21px;
    text-align: center;
}
.guide-info li a:hover em{
    background: #DEECFA;
    transition:.4s
}

.title{
    color: #AAB4C7;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.title .icon{
    width: 16px;
    height: 8px;
    background: url('../img/ico-3.png') no-repeat;
    background-size: 16px 8px;
    margin-left: 8px;
}
.message,.mes-list{
    width: 750px;
}
.mes-list li{
    width: 100%;
    height: 75px;
    overflow: hidden;
    margin-top: 34px;
}
.mes-list li a{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.mes-list li img{
    width: 150px;
    height: 75px;
}
.mes-list li span{
    width: 570px;
}
.mes-list li span strong{
    display: block;
    width: 100%;
    height: 19px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #51699A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 17px;
}
.mes-list li span p{
    color: #AAB4C7;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.notice,.not-list{
    width: 300px;
}
.not-list li{
    margin-top: 34px;
}
.not-list li strong{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: #AAB4C7;
    border-radius: 3px;
    padding: 0 5px;
    color: #F6FAFD;
    font-size: 12px;
}
.not-list li p {
    margin-top: 13px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.not-list li p a{
    color: #51699A;
    font-size: 16px;
    font-weight: 500;
}
.team-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 34px;
}
.team-expert{
    width: 570px;
    height: 190px;
    overflow: hidden;
    margin-bottom: 89px;
}
.team-expert a,.team-expert a img{
    width: 180px;
    height: 190px
}
.team-info{
    width: 360px;
}
.team-info .name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.team-info .name a{
    width: auto;
    height: 18px;
    color: #51699A;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
.team-info .name em{
    display: block;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #AAB4C7;
    margin-left: 13px;
}
.team-info p{
    margin-top: 17px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #AAB4C7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.team-info .tel{
    display: flex;
    align-items: center;
    margin-top: 7px;
}
.team-info .tel a{
    width: 105px;
    height: 34px;
    background:url("../img/ico-4.png") no-repeat 13px center #51699A;
    background-size: 15px 18px;
    text-indent: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    border-radius: 8px;
    margin-right: 14px;
}
.team-info .tel span{
    width: 149px;
    height: 34px;
    border-radius: 8px;
    color: #51699A;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    background:url("../img/ico-5.png") no-repeat 13px center #fff;
    background-size: 18px 18px;
    text-indent: 36px;
}
.case-box img{
    margin-top: 34px;
}
.case-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 750px !important;
}
.case-list li{
    width: 336px;
}
.swiper {
    width: 100%;
    height: 100%;
}
 .swiper-pagination-fraction{
    bottom: 857px !important;
    left:auto !important;
    right: 30px !important;
}
.swiper-pagination{
    text-align: right !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 10px !important;
}
.swiper-button-next{
    right: 0 !important;
}
.swiper-button-prev{
    right: 70px !important;
}
.swiper-button-next, .swiper-button-prev{
    top: -4px !important;
    margin-top:0 !important;
    width: 20px !important;
    height: 20px !important;
    z-index: 99 !important;
    color: #51699A !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left:  auto !important;
}
