@font-face {
    font-family: "Robot";
    src: url("/static/font/Robot/Roboto-MediumItalic-13.ttf");
}
@font-face {
    font-family: "OppoSans";
    src: url("/static/font/OPPOSans/OPPOSans-R-2.ttf");
}
.font-number {
    font-family: 'Robot', serif;
}
body {
    font-family: 'OppoSans', serif;
}
/* 文字粗细和斜体 */
.font-weight-light {font-weight: 300;}      /*细*/
.font-weight-lighter {font-weight: 100;}/*更细*/
.font-weight-normal { font-weight: 400;}    /*正常*/
.font-weight-nn { font-weight: 500;}
.font-weight-6 { font-weight: 600 }
.font-weight-bold { font-weight: 700;}      /*粗*/
.font-weight-bolder { font-weight: bold;} /*更粗*/

.pointer {
    cursor: pointer;
}

#scrollable .nav-link {
    padding-bottom: 0;
    margin: 0;
}
.font-14 {
    font-size: 14px;
}
.font-sm {
    font-size: 12px;
}

/*首页*/
.slide-container {
    background: #083090;
}
.slider-nav-container {
    width: 50%;
    transition: all .5s;
}

.search-btn input {
    border: none;
    background: unset;
    color: white;
}
.search-btn input:focus {
    border-color: unset;
    border-style: unset;
    outline: unset;
}
.w-0 {
    width: 0!important;
    transition: all .5s;
}

.bg-index-about {
    background-image: url("/static/images/bg-index-1.png");
}
.bg-swiper-2 {
    background-image: url("/static/images/bg-swiper2.png");
    bottom: -80px;
    right: 0;
}

#index-about-swiper .carousel-control-prev {
    left: 15%;
    z-index: 1000;
}
#index-about-swiper .carousel-control-next {
    left: 25%;
    z-index: 1000;
}
@media (max-width: 768px) {
    #index-about-swiper .carousel-control-prev {
        left: 10%;
    }
    #index-about-swiper .carousel-control-next {
        left: 30%;
    }
    .bg-swiper-2 {
        width: 60% !important;
        bottom: -140px!important;
    }
    .about-img {
        width: 100% !important;
    }
    .more-btn-img {
        width: 50% !important;
    }
}
.about-img {
    width: 50%;
}
.more-btn-img {
    width: 25%;
}
.linyu .swiper-container {
    position: relative;
    width: 100%;
    height: 400px;
}
.linyu .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.linyu .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}

.linyu .swiper-pagination.swiper-pagination-progressbar {
    top: unset;
    bottom: 0;
}

.news-index .swiper-pagination-bullet-active {
    background: white;
}

.news-index .swiper-pagination-bullet {
    background: #FFFFFF;
}

.news-index .new-swiper-bac {
    background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, .5));
}

.bg-zhichi {
    background-image: url("/static/images/more-zhichi.png");
}

.bg-huoban {
    background-image: url("/static/images/huoban.png");
}

#huobanSwiper .huoban-left, #huobanSwiper .huoban-right, #fazhanSwiper .huoban-left, #fazhanSwiper .huoban-right {
    border: 1px solid;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #083090;
    transition: all .5s;
}
#huobanSwiper .huoban-left:hover, #huobanSwiper .huoban-right:hover, #fazhanSwiper .huoban-left:hover, #fazhanSwiper .huoban-right:hover {
    color: white;
    background: #083090;
    transition: all .5s;
    border-color: #083090;
}

#huobanSwiper .owl-prev  {
    right: 60px;
    left: unset;
    top: -60px;
}
#huobanSwiper .owl-next {
    right: 0;
    top: -60px;
}
#fazhanSwiper .owl-prev, #fazhanSwiper .owl-next {
    top: 90px;
    z-index: 200;
}

.a-color {
    color:#BCBFC9;
}
.a-color:hover {
    color:#BCBFC9;
}


.bg-about {
    background-image: url("/static/images/bg-about.png");
}

.text-bg {
    border-radius: 50px;
    background: #F08519;
    color: white;
    padding: 5px 20px;
}

.about-img {
    width: 200px;
    height: 200px;
}

.bg-rongyu {
    background-image: url("/static/images/honor_bg.png");
}

.bg-fazhan {
    background-image: url("/static/images/fazhan.png");
}

.about-line {
    height: 100px;
    margin-left: 9px;
    margin-bottom: -2px;
    border-left: 2px solid #083090;
}

.culture-ul {

}
.culture-ul li {
    margin-bottom: 30px;
}
.culture-ul li:last-child {
    margin: 0;
}

.culture-center > ul {
    background: rgba(0,0,0, .3);
    height: 100%;
}
.culture-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-jinyin .swiper-slide-active .jinyin-text-container {
    background-color: #083090!important;
    transition: all .5s;
}
.bg-jinyin .swiper-slide-active .jinyin-text-container div {
    color: white!important;
    transition: all .5s;
}

.bg-jinyin .text-line {
    width: 50px;
    height: 2px;
    background: #F08619;
}
.bg-dsz {
    background-image: url("/static/images/jiyu-bg.png");
    padding: 50px;
}
.cc{
    margin-top: 100px;
}
@media (max-width: 768px) {
    .cc{
        margin-top: 30px!important;
    }
    .bg-dsz {
        padding: 50px!important;
    }
    .dsz-text {
        width: 100% !important;
    }
}

.yewu-btn {
    border-radius: 50px;
    color: black;
    border: 1px solid #BDBDBD;
    text-align: center;
    padding: 10px 20px;
    transition: all .5s;
}
.yewu-btn.active {
    background-color: #083090;
    color: white;
    border-color: #083090;
    transition: all .5s;
}
.bg-shiye {
    background-image: url("/static/images/shiyebu.png");
}

.bg-team {
    background-image: url("/static/images/bg-team.png");
}

.card {
    border: unset;
}
.bg-team .card:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    transition: all .5s;
}
.bg-news {
    background-image: url("/static/images/news.png");
}
.bg-gongyi{
    background-image: url("/static/image/gongyi.jpg");
    background-size: 100% 100%;
}

.new-btn {
    padding: 10px 20px;
}
.new-btn.active {
    background: #083090;
    border-radius: 10px;
    color: white;
}

.news-search {
    padding: 20px 30px;
    background: #F5F5F5;
    border-radius: 10px;
}
.news-search .news-search-btn {
    border: none;
    background: #F5F5F5;
}
.news-search .news-search-btn:focus {
    outline: unset;
}
.news-text {
    background: linear-gradient(to bottom, rgba(0,0,0,.2), rgba(0,0,0,.8));
}

.news-container .card:hover .card-body {
    background: #083090;
    transition: all .5s;
}

.news-container .card:hover .card-body i, .news-container .card:hover .card-body span, .news-container .card:hover .card-body p {
    color: white!important;
}

.pagination .page-link {
    color: black;
}

.pagination .page-link:focus {
    background: #0E4299;
    color: white;
    border: unset;
    box-shadow: none;
}

.bg-news_detail {
    background-image: url("/static/images/bg-news-detail.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.news-href a:hover {
    color: #083090;
    text-decoration: black!important;
}


.bg-contact {
    background-image: url("/static/images/bg-contact.png");
}

.contact .card {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    transition: all .5s
}
.contact .card:hover {
    transform: scale(1.1);
    transition: all .5s;
}

.contact .line {
    width: 25px;
    height: 3px;
}

.form-control:focus, .form-select:focus {
    outline: none;
    border-color: unset;
    box-shadow: none;
}
.form-label {
    color: black;
}
.btn:focus {
    box-shadow: none;
}
.bg-message {
    background-image: url("/static/images/bg-message.png");
}

.bg-guidance {
    background-image: url("/static/images/bg-guidance.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

@media (max-width: 768px) {
    .font-size {
        font-size: 12px;
    }
    .header-carousel .carousel-control-prev {
        left: 55px;
    }
    .search-container {
        top: -35px;
        right: -30px;
    }
    .index-about-container {
        padding: 0!important;
        padding-top: 80px!important;
    }
    .yewu-text {
        width: 100% !important;
    }
}

.index-about-container {
    padding: 100px;
    z-index: 200;
}

.dot {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: rgba(240, 133, 25, 0.5);
}
.dot .dot2 {

    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #F08519;
}
.line {
    width: 150%;
    height: 1px;
    background-color: #d4d4d4;
    left: 0;
    top: 109px;
    z-index: 99;
}
