.area-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 75vh;
}
.area-banner .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.area-banner .banner-text{
    position: absolute;
    left: 10%;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    /*width: 100%;*/
}
.area-banner .comm_name {
    position: relative;
    width: 100%;
    margin-bottom: 3vw;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid rgb(188 188 188 / 72%);
}
.comm_name b {
    display: block;
    position: relative;
    font-size: 2vw;
    color: #ffffff;
}
.comm_name::after {
    width: 70px;
    height: 5px;
    position: absolute;
    left: 0px;
    bottom: -3px;
    content: '';
    background: #184791;
}
.area-banner .singePage {
    position: relative;
    width: 100%;
    line-height: 2vw;
    font-size: 2vh;
    color: #ffffff;
}
.area-box{
    width: 100%;
    overflow: hidden;
    padding-top: 5vw;
}
.area-container{
    width: 80%;
    margin: auto;
}
.area01 {
    padding-bottom: 130px;

}
.home-title{
    font-size: 2vw;
    text-align: left;
    font-weight: bold;
    margin-bottom: 14px;
}
.area01 .home-p {
    text-align: left;
    font-size: 16px;
}
.area01 .home-bottom {
    position: relative;
    margin-top: 59px;
}
.area01 .mainswiper {
    position: relative;
    width: 176%;
}
.area01 .mainswiper .box {
    min-height: 55vh;
    padding-left: 56vh;
    background-color: #ffffff;
    box-shadow: 3px 3px 10px 3px rgba(12, 42, 102, 0.14);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.area01 .mainswiper .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 55vh;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.area01 .mainswiper .pic:after {
    padding-bottom: 86.56429942%;
}

.area01 .mainswiper .text {
    padding: 52px 33px 30px 33px;
}
.area01 .mainswiper .text .bt {
    font-size: 3vh;
    margin-bottom: 13px;
    color: #212121;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}
.area01 .mainswiper .text .p {
    font-size: 1.5vh;
    line-height: 4vh;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10; /* 限制显示 10 行 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}
.area01 .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.area01 .swiper-btn.prev {
    left: -5%;
}
.area01 .swiper-btn.next {
    right: 10%;
}
.area01 .prev a {
    transform: rotate(180deg);
}
.area01  .swiper-btn a {
    width: 45px;
    height: 45px;
    border: 2px solid #b1b1b1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #b1b1b1;
    transition: all .4s ease;
}
.area01 .swiper-btn a:hover{border: 0px solid #184aa3;color: #fff;
    background-image: -moz-linear-gradient( 0deg, #184aa3c4, #184aa3);
    background-image: -webkit-linear-gradient( 0deg, #184aa3c4, #184aa3);
    background-image: -ms-linear-gradient( 0deg, #184aa3c4, #184aa3);}
/*第二屏*/
.area02{
    padding-bottom: 130px;
}
.area02 .mySwiper{
    padding-bottom: 40px;
    padding-top: 40px;
}
.prolb-list{
    display: flex;
    flex-wrap: wrap;
}
.prolb-list a {
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 6px 6px 0px rgba(42, 42, 42, 0.13);
    transition: all .4s ease;
    border: 2px solid #fff;
}
.prolb-list a .pic {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.prolb-list .title{
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    text-align: center;
}
.svp{
    position: relative;
}
.area02 .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.area02 .swiper-btn.prev {
    left: -5%;
}
.area02 .swiper-btn.next {
    right: -5%;
}
.area02 .prev a {
    transform: rotate(180deg);
}
.area02  .swiper-btn a {
    width: 45px;
    height: 45px;
    border: 2px solid #b1b1b1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #b1b1b1;
    transition: all .4s ease;
}
.area02 .swiper-btn a:hover{
    border: 0px solid #184aa3;color: #fff;
    background-image: -moz-linear-gradient( 0deg, #184aa3c4, #184aa3);
    background-image: -webkit-linear-gradient( 0deg, #184aa3c4, #184aa3);
    background-image: -ms-linear-gradient( 0deg, #184aa3c4, #184aa3);
}

/*第三屏*/
.cooperation .cooperation-list{
    overflow: hidden;
    padding: 10px 0;
}
.cooperation .cooperation-list .user_ul{
    width: 100%;
    display: flex;
    margin-bottom: 32px;
    /* overflow-x: auto; */
}
.cooperation .cooperation-list .user_ul li{
    width: 225px;
    height: 90px;
    background: #FFFFFF;
    float: left;
    margin-right: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.cooperation .cooperation-list .user_ul li a{
    display: block;
    width: 225px;
    height: 90px;
    text-align: center;
    margin: auto;}
.cooperation .cooperation-list .user_ul li img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .area-banner {height: 30vh; margin-top: 7vh;}
    .area-banner .banner-text{left: 5%;width: 90%;top: 3vh;transform: translateY(0%);}
    .comm_name b {font-size: 4vw;}
    .area-banner .singePage { line-height: 2vh;font-size: 1.5vh;}
    .area-box {padding-top: 3vh;}
    .area-container {width: 90%;}
    .home-title {font-size: 4vw;}
    .area01 .mainswiper {width: 100%;}
    .area01 .mainswiper .box {min-height: 100%;padding-left: 0;}
    .area01 .mainswiper .pic {width: 100%; position: relative;}
    .area01 .mainswiper .text {padding: 10px 10px 10px 10px;}
    .area01 .mainswiper .text .bt {font-size: 5vw;}
    .area01 .mainswiper .text .p {font-size: 1.5vh;line-height: 3vh;}
    .area01 .swiper-btn a {display: none!important;}
}
