  
body{
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 14px;
}


/*头部开始*/
img{
    max-width: 100%;
    height: auto;
}

.no-padding{
    padding: 0;
}

.header{
    box-sizing: border-box;
}

.header-logo{
    height: 70px;
}

.header-left{
    width: 200px;
}

.navbar-nav{
    width: 80%;
    display: flex;
    justify-content: flex-end;
}
.nav-link{
    color: #333!important;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #3433c2;
    background-color: #3433c2;
}

.nav-line{
    width: 40px;
    height: 3px;
}

.nav-item.active .nav-link{
    color: #3433c2!important;
}

.nav-item.active .nav-line{
    background-color: #3433c2;
}

.news{
    background-color: #F7F7F7;
}

.news-left{
    position: relative;
    height: 320px;
}

.news-left-img{
    width: 100%;
    height: 320px;
}

.news-left-title{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(59, 48, 199, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-align: center;
}

.news-right-item{
    background-color: #fff;
}

.news-right-item.active{
    background-color: #3B30C7;
    color: #fff;
}

.news-right-news{
    background-color: #fff;
    padding: 14px;
}

.news-right-news-item{
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.news-right-news-item-left{
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    text-decoration: none;
}

.news-right-news-btn{
    width: 100%;
}

.news-right-news-btn a{
    background-color: #4A5159;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 2px;
}

.news-right-news-item-left::before{
    content: "•"; 
    color: #000;
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
}

.about-title div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.about-title span{
    font-size: 18px;
    color: #E1E1E1;
}

.about-content-tips{
    background-color: #F7F7F7;
    padding: 30px;
    box-sizing: border-box;
}

.about-content-tips-title{
    font-size: 18px;
    color: #3B30C7;
    font-weight: 600;
}

.about-content-tips p{
    color: #333333;;
    line-height: 2.5;
}

.about-content-tips-btn{
    width: 100%;
}

.about-content-tips-btn a{
    background-color: #4A5159;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 2px;
}

.identify{
    background-color: #F7F7F7;
}


.identify-title div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.identify-title span{
    font-size: 18px;
    color: #E1E1E1;
}

.identify-item-top-relative{
    position: relative;
}

.identify-item-top img{
    width: 100%;
}

.identify-item-bottom{
    background-color: #fff;
    font-size: 12px;
    padding: 8px 10px;
    box-sizing: border-box;
    height: 90px;
}

.identify-item-top-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
}

.identify-item-bottom{
    width: 100%;
}

.identify-item-bottom div::before{
    content: "•"; 
    color: #333333;
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
}


.mediate-title div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.mediate-title span{
    font-size: 18px;
    color: #E1E1E1;
}

.mediate-content-item{
    position: relative;
}

.mediate-content-item div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
}

.leader{
    background-color: #F9FDFF;
}

.leader-title div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.leader-title span{
    font-size: 18px;
    color: #E1E1E1;
    font-weight: 400;
}


.leader-title .leader-title-more{
    font-size: 12px;
    color: #4A5159;
}

.leader-item-bg{
    border-radius: 100%;  
    background-color: #dadafe;
    border: 4px solid #E1E1E7;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leader-item-bg img{
    border-radius: 100%;
    border: 1px solid #3B30C7;

}

.leader-item-bg2 img{
    width: 150px;
    height: 150px;
    
}

.leader-item-title{
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.leader-item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.work-title div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.work-title span{
    font-size: 18px;
    color: #E1E1E1;
    font-weight: 400;
}


.work-title .work-title-more{
    font-size: 12px;
    color: #4A5159;
}

.work-item{
    width: 20%;
}
.work-item-title{
    background-color: #B0B4EA;
    border-radius: 4px;
    padding: 10px 0;
    text-align: center;
}

.member{
    background-color: #F7F7F7;
}

.member-item-img{
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}

.member-item-img img{
    height: 60px;
    width: auto;
}

.footer{
    background-color: #03142C;
    color: #fff;
}

.footer-right img{
    width: 100px;
    height: 100px;
}

.footer-right div{
    font-size: 12px;
}

.footer-line{
    width: 80%;
    background-color: #51504F;
    height: 1px;
    margin: 50px auto 0 auto;
}

.footer-copy{
    color: #C3C3C3;
    margin: 20px auto;
}

.footer-wrap{
    color: #fff;
    width: 100%;
    height: 54px;
    background: #333;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.footer-wrap a {
    color: #fff;
}
.footer-wrap i{
    font-size: 22px;
}

.footer-wrap div{
    font-size: 12px;
}

/* 新闻页 */
.category a{
    color: #333;
}

.category-list{
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 20px;
}

.category-list-title{
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

.category-list-title a{
    color: #333;
    font-size: 15px;
}

.category-list-list{
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.category-list-list-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-list-list-title::before{
    content: "•"; 
    color: #333333;
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
}

.category-list-list-title a{
    color: #333333;
}

.pages {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pages a {
    min-width: 40px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    padding: 8px 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #111111;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pages span {
    min-width: 40px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    background-color: #01459a;
    padding: 8px 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}

.page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #01459a;
    border: solid 1px #dddddd;
}

/* 内容页 */
.article{
    border-bottom: 1px solid #ccc;
}
.article a{
    color: #333;;
}

.article-list{
    margin: 0 auto;
    padding: 20px;
}

.article-list-title{
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
}

.form-message{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 150px;
    padding: 20px 0;
    box-sizing: border-box;
}

.form-message-title{
    font-size: 14px;
}
.form-message-tips{
    font-size: 14px;
}

.form-message-bottom-btn{
    font-size: 14px;
}

.form-message-bottom{
    border-top: 1px solid rgba(255,255,255,0.4);
}

@media screen and (max-width: 1400px) {
    .header-left{
        width: 100px;
    }

    .navbar-nav{
        width: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .header-left{
        width: 100px;
    }
}

@media screen and (max-width: 1250px) {
    .navbar-nav{
        width: 100%;
    }
    .header-left{
        width: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-nav{
        width: 100%;
    }
    .header-left{
        width: 0px;
    }
    
    .news-left{
        height: 280px;
    }
    .news-left-img{
        width: 100%;
        height: 280px;
    }
    .news-left-title{
        width: 100%;
    }
    
    
}

@media screen and (max-width: 1080px) {
    .navbar-nav{
        width: 100%;
    }
    
    .news-left{
        height: 280px;
    }

    .news-left-img{
        width: 100%;
        height: 280px;
    }
    .news-left-title{
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    
    .navbar-nav{
        width: 100%;
    }
    .header-left{
        width: 0px;
    }
    .news-left{
        height: 360px;
    }
    .news-left-img{
        width: 100%;
        height: 360px
    }
    .news-left-title{
        width: 100%;
    }

    .leader-item-bg{
        width: 120px;
        height: 120px;
    }
    .leader-item-title{
        width: 120px;
        font-size: 12px;
    }

    .work-item{
        width: 25%;
    }
    
    .leader-item-bg2 img{
        width: 80px;
        height: 80px;
    
    }

}


@media screen and (max-width: 767px){
    .news-left{
        height: 280px;
    }

    .news-left-img{
        width: 100%;
        height: 280px
    }
    .news-left-title{
        width: 100%;
    }

    .about-title div{
        font-size: 18px;
    }
    
    .about-title span{
        font-size: 12px;
    }

    .about-content-tips-title{
        font-size: 16px;
    }

    .identify-title div{
        font-size: 18px;
    }
    
    .identify-title span{
        font-size: 12px;
    }

    .identify-item-top-title{
        font-size: 16px;
    }

    .mediate-title div{
        font-size: 18px;
    }
    
    .mediate-title span{
        font-size: 12px;
    }

    .mediate-content-item div{
        font-size: 16px;
    }

    .leader-title div{
        font-size: 18px;
    }
    
    .leader-title span{
        font-size: 12px;
    }

    .leader-item-bg{
        width: 100px;
        height: 100px;
    }
    .leader-item-title{
        width: 100px;
        font-size: 12px;
    }

    .work-title div{
        font-size: 18px;
    }
    
    .work-title span{
        font-size: 12px;
    }

    .work-item{
        width: 33%;
    }
    
}

@media screen and (max-width: 640px){
    .header-logo{
        height: 50px;
    }

    .navbar-toggler{
        padding: 0 6px;
    }
    
    .news-left{
        height: 220px;
    }

    .news-left-img{
        width: 100%;
        height: 220px;
    }

    .news-left-title{
        width: 100%;
    }

    .about-title div{
        font-size: 18px;
    }
    
    .about-title span{
        font-size: 12px;
    }

    .about-title{
        padding: 0 14px;
    }

    .about-content{
        padding: 0 14px;
    }

    .about-content-tips-title{
        font-size: 16px;
    }

    .identify-title div{
        font-size: 18px;
    }
    
    .identify-title span{
        font-size: 12px;
    }

    .identify-item-top-title{
        font-size: 16px;
    }

    .identify-item-bottom{
        height: 100px;
        padding: 4px 6px;
    }

    .mediate-title{
        padding: 0 14px;
    }

    .mediate-title div{
        font-size: 18px;
    }
    
    .mediate-title span{
        font-size: 12px;
    }

    .mediate-content-item div{
        font-size: 16px;
    }

    .leader-title div{
        font-size: 18px;
    }
    
    .leader-title span{
        font-size: 12px;
    }

    .leader-item-bg{
        width: 80px;
        height: 80px;
    }
    .leader-item-title{
        width: 80px;
        font-size: 12px;
    }

    .work-title div{
        font-size: 18px;
    }
    
    .work-title span{
        font-size: 12px;
    }

    .work-title{
        padding: 0 14px;
    }

    .work-item{
        width: 50%;
    }

    .member-item-img img{
        height: 30px;
        width: auto;
    }
    
    .leader-item-bg2 img{
        width: 80px;
        height: 80px;
    
    }

}




