
/* .banner{
    background: url(../images/aboutUs/banner.png) center no-repeat;
    
} */

.ban-menu{
    /* bottom: 3%; */
}
.ban-menu-w{
    bottom: 3%;
}

/* .ban-menu img:first-child{
    position: absolute;
    left: -25%;
  } */

.list1{
    position: relative;
    padding-bottom: 150px;
    overflow: hidden;
}

.list1 .bac{
    position: absolute;
    right: 0;
    top: -300px;
}

.list1 .bac2{
    position: absolute;
    left: 0;
    bottom: -26%;
}

.list1 .text{
    width: 65%;
}

.list1 .text p{
    font-size: 16px;
    margin-bottom: 15px;
    text-indent: 2em;
    line-height: 30px;
}

.list1 .list1-img1{
    width: 30%;
}

.list1 .list1-img1 img{
    width: 100%;
    height: 100%;
}

.list1 .list1-box{
    width: 1070px;
    height: 170px;
    box-shadow: 3px 0 10px 0 #ccc;
    position: absolute;
    bottom: 8%;
    background: #fff;
}

.list1 .list1-box .box1{
    width: 280px;
}

.list1 .list1-box .box2{
    width: 240px;
}

.list1 .list1-box .box3{
    width: 240px;
}

.list1 .list1-box .box4{
    width: 310px;
}

.list1 .list1-box .box-img{
    position: absolute;
    top: 20%;
    left: 50%;
    /* transform: translateX(-50%); */
    margin-left: -25px;
}

.list1 .list1-box p{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
}

.list1 .list1-box>div .box-img{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition:1s;
}

.list1 .list1-box>div:hover .box-img{
    transform:rotateY(180deg);
}



.b-r{
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ececec;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list2{
    background: #fbfbfb;
    padding-bottom: 60px;
    padding-top: 1px;
}

.list2 img{
    width: 80%;
    height: 80%;
    display: block;
    margin: 0 auto;
}

.list3{
    width: 100%;
    height: 540px;
    background: url(../images/aboutUs/res-bac.png);
}

.list3 .resp{
    width: 590px;
    height: 315px;
    background: url(../images/aboutUs/res-bac2.png) no-repeat;
    position: absolute;
    right: 0;
    margin-top: 120px;
}

.list3 .resp .title{
    margin: 35px auto 25px;
}

.list3 .resp .title .p1{
    left: 10%;
    transform: translateX(0);
}

.list3 .resp .title .p2{
    left: 10%;
    transform: translateX(0);
}

.list3 .resp .p3{
    font-size: 16px;
    text-indent: 2em;
    padding: 0 60px;
    line-height: 30px;
}

.list4{
    height: 480px;
    position: relative;
}

.list4>img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-slide-active .list4-img{
    width: 360px;
    height: 255px;
    overflow: hidden;
}

.swiper-slide-active p{
    line-height: 50px;
}

.swiper-slide .list4-img, .swiper-slide-next .list4-img, .swiper-slide-prev .list4-img{
    height: 250px;
    overflow: hidden;
}


/* 轮播 */
.swiper{
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container {
    width: 90%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    /* width: 30%!important; */
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    height: 300px!important;
}

.swiper-slide-next, .swiper-slide-prev{
    height: 230px!important;
}

.swiper-button-next, .swiper-button-prev{
    width: 42px!important;
    height: 42px!important;
    border: 1px solid #b9b9b9;
    color: #cacaca!important;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #093f8b;
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 15px!important;
}

.swiper-slide img{
    /* width: 100%; */
    height: 100%;
}

.swiper-slide p{
    font-size: 18px;
    color: #124ea3;
}

.swiper-slide-next p, .swiper-slide-prev p{
    font-size: 20px!important;
    color: #999!important;
    line-height: 60px;
}

.swiper-slide-active p{
    font-weight: bold;
}



.bannerText, .ban-menu, .title, .list1 .text, .list1-img1, .list1-box, .list2 img, .list3 .p3, .list4 .swiper{visibility: hidden;}
.bannerText.active, .ban-menu.active, .title.active, .list1 .text.active, .list1-img1.active, .list1-box.active, .list2 img.active, .list3 .p3.active, .list4 .swiper.active{visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

