.fa_banner{position: relative;}
.fa_banner>img{width: 100%;transition: .3s;}

.fa_base{}
.fa_item{padding: 44px;}

.fa_base>h1{font-size: 20px;font-weight: 400;}
.fa_base>h2{font-size: 20px;color: var(--base);font-weight: 400;margin: 20px 0;}
.fa_base>p{color: #666;line-height: 2;}
.fa_base>img{width: 100%;margin-top: 20px;}

.fa_base_w{margin-top: 20px;border-top: 1px solid #bbb;padding-top: 40px;}
.fa_base_w>img{float: right;}
.fa_base_w>h1{font-size: 20px;font-weight: 400;margin-bottom: 20px;}
.fa_base_w>span{display: block;color: #666;line-height: 2;}
.fa_base_w>span>i{color: var(--base);font-weight: 900;margin-right: .5em;}

.fa_base_v{margin-top: 40px;}
.fa_base_v>h1{font-size: 20px;font-weight: 400;margin-bottom: 20px;}

.fa_base_l{margin-top: 30px;padding-bottom: 100px;}
.fa_base_i{padding: 15px;}
.fa_base_i>img{width: 100%;}

.about_dot{position: absolute;bottom: 50px;text-align: center;left: 50%;transform: translateX(-50%);}
.about_dot>li{display: inline-block;width: 10px;height: 10px;font-size: 0;outline: 0;margin-right: 10px;transition: all .5s;cursor: pointer;background-color: #dfdfdf;border-radius: 50%;}
.about_dot>li:last-child{margin-right: 0;}
.about_dot>.slick-active{background-color: var(--base);}
.about_dot>li button{display: none;}

.fa_hist>h1{font-size: 20px;font-weight: 400;margin-bottom: 40px;}
.fa_hist_w{display: flex;flex-wrap: wrap;justify-content: space-between;}
.fa_hist_i{width: 31%;background: url('/images/5.png') no-repeat;background-size: 100% 100%;height: 210px;margin-bottom: 30px;padding: 20px 20px 40px;}
.fa_hist_i>h1{font-size: 32px;color: var(--base);margin-bottom: 20px;}
.fa_hist_i>p{font-size: 18px;color: #666;text-align: center;}

.fa_honor>h1{font-size: 20px;font-weight: 400;margin-bottom: 40px;}
.fa_honor_w{display: flex;flex-wrap: wrap;}
.fa_honor_i{width: 31%;margin-right: 3.5%;margin-bottom: 30px;padding: 20px;background-color: #f7f7f7;text-align: center;}
.fa_honor_i:nth-child(3n){margin-right: 0;}
.fa_honor_i>img{height: 160px;object-fit: contain;width: 100%;}
.fa_honor_i>h1{font-size: 16px;margin-top: 20px;}

.fa_page{margin: 50px 0;display: flex;justify-content: center;}
.paginationjs-prev.disabled{display: none;}
.paginationjs-next.disabled{display: none;}
.paginationjs .paginationjs-pages li{border: 0;margin: 0 5px;}
.paginationjs .paginationjs-pages li.active{border: 0;}
.paginationjs .paginationjs-pages li:last-child{border: 0;}
.paginationjs .paginationjs-pages li>a{border-radius: 10px;background-color: #f3f3f3;height: 42px;line-height: 42px;min-width: 42px;}
.paginationjs .paginationjs-pages li.active>a{background-color: var(--base);height: 42px;line-height: 42px;min-width: 42px;}
.paginationjs .paginationjs-pages li:last-child>a{border-radius: 10px;}
.paginationjs .paginationjs-pages .paginationjs-ellipsis>a{background-color: #fff;}

.fa_speech>h1{font-size: 20px;font-weight: 400;margin-bottom: 40px;}
.fa_speech_w{padding-bottom: 20px;}
.fa_speech_w>img{float: right;margin-left: 20px;}
.fa_speech_w>h1{font-size: 20px;font-weight: 400;margin-bottom: 10px;color: var(--base);}
.fa_speech_w>p{color: #666;line-height: 2;margin-bottom: 10px;text-align: justify;}

.fa_photo>h1{font-size: 20px;font-weight: 400;margin-bottom: 40px;}
.fa_photo_w{display: flex;flex-wrap: wrap;}
.fa_photo_i{width: 31%;margin-right: 3.5%;margin-bottom: 40px;text-align: center;}
.fa_photo_i:nth-child(3n){margin-right: 0;}
.fa_photo_i>img{height: 180px;object-fit: contain;width: 100%;}

@media screen and (max-width: 766px) {
    .fa_banner>img{height: 12rem;object-fit: cover;}

    .fa_item{padding: 2rem 0;}

    .fa_base_w>img{width: 100%;margin-bottom: 2rem;}
    .fa_base_w>h1{}
    .fa_base_i{padding: 1rem;}

    .fa_hist>h1{margin-bottom: 2rem;}
    .fa_hist_i{width: 100%;height: 14rem;margin-bottom: 1rem;}
    .fa_hist_i>h1{font-size: 2.8rem;margin-bottom: 1rem;}
    .fa_hist_i>p{font-size: 2rem;}

    .fa_honor_i{width: 48%;margin-right: 4%;margin-bottom: 1.5rem;}
    .fa_honor_i:nth-child(3n){margin-right: 4%;}
    .fa_honor_i:nth-child(2n){margin-right: 0;}
    .fa_honor_i>h1{font-size: 1.6rem;}

    .fa_speech_w>img{width: 100%;margin-bottom: 2rem;}
    
    .fa_photo_i{width: 100%;margin-right: 0;margin-bottom: 1.5rem;}
}