body{
    background: rgb(241,244,247);
}
.banner{
    width: 100%;
    height: 450px;
    background:url("../images/p1.JPG") no-repeat center center;
    background-size: cover;
}
.banner .container{
    height: 100%;
    position: relative;
}
.banner .bTitle{
    position: absolute;
    bottom:0;
    color: #fff;
}
h3{
    font-size: 42px;
    color: #fff;
    font-weight: normal;
}
.banner .bTitle p{
    display: flex;
    align-items: center;
    margin: 10px 5px 20px 5px;
}
.banner .bTitle img{
    width: 20px;
    margin-right: 5px;
}
.about{
    padding:50px 0 0 0;
}
.about .container{
    display: flex;
}
.about h3{
    color: #333;
}

.about .left{
    flex:0 50%;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 5%;
}
.about .left p{
    margin-top: 3%;
    line-height: 1.8;
    text-indent: 2em;
    font-size: 15px;
}
.about .right{
    flex:0 50%;
    padding-left: 30px;
    box-sizing:border-box ;
}
.about .more{
    margin-top: 6%;
}
.about .right img{
    height: 100%;
    width: 100%;
}
.bigEvent{
    width: 100%;
    height: 370px;
    background:linear-gradient(rgba(20, 65, 130, 0.5),rgba(20, 65, 130, 0.5)) ,url("../images/p6.JPG") no-repeat fixed;
    background-size: cover;
    box-sizing: border-box;
    color: #fff;
}
.bigEvent .container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bigEvent p{
    width: 97%;
    text-align: center;
    margin: 35px 0;
    line-height: 1.8;
}
.bigEvent h3{
    text-align: center;
}
.bigEvent .more{
    border:1px solid #fff;
}
.bigEvent .more a{
    color: #fff;
}
.bigEvent .more:hover{
    border:1px solid #164181;
}
.culture{
    padding: 60px 0 50px 0;
}
.culture .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.culture h3{
    color: #333;
}
.culture img{
    width: 220px;
    height: 220px;
    margin-top: 3%;
}
.culture .font{
    margin-top: 4%;
}
.culture .font b{
    color: #164181;
    font-size: 30px;
    margin:0 10px;
}
.culture p{
    line-height: 1.8;
    margin-top: 28px;
    text-align: center;
    margin-bottom: 3%;
    color: #333;
}
.leader{
    width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url("../images/p4.JPG") no-repeat center center;
    padding:50px 0;
    box-sizing: border-box;
    height: 430px;
}
.leader h3{
    text-align: center;
}
.leaderList{
    width: 100%;
    margin-top: -280px;
    position: relative;
    margin-bottom: 50px;
}
.leaderList .ld{
    background: rgb(241,244,247);
    overflow: hidden;
    padding:20px 20px 60px 20px;
    box-sizing: border-box;
}
.leaderList .ld .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.leaderList .ld a{
    flex:1 25%;
    display: block;
    background: #fff;
    margin:20px;
    padding:20px;
    box-sizing: border-box;
    transition: all .5s;
}
.leaderList .ld a:hover{
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.leaderList .ld a:hover p{
    transform: translateX(10px);
}
.leaderList .ld a b{
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.leaderList .ld a p{
    color: #164181;
    font-size: 24px;
    margin-top: 8px;
    transition: all .5s;
}
.leaderList .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px;
}
@media (max-width: 900px) {
    .about .container{
        flex-wrap: wrap;
    }
    .about .left{
        flex:1 80%;
        padding: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .about .right{
        flex:1 80%;
    }
    h3{
        font-size: 24px;
    }
    .more{
        width: 130px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .culture img{
        width: 150px;
        height: 150px;
    }
    .culture .font b{
        font-size: 20px;
    }
    .leaderList{
        margin-top: -300px;
    }
    .leaderList .ld a{
        flex:1 80%;
        margin: 10px;
        padding: 10px;
    }
    .leaderList .ld a b{
        font-size: 15px;
    }
    .leaderList .ld a p{
        font-size: 18px;
    }
}