@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
.container {
    padding:0;
    color:#333;
}
/* 导航 */
.self-nav{
    width:100%;
    height:90px;
    background:url(../images/nav_bg.png) no-repeat left top; 
    background-size:100% 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 9;
}
.self-nav .navbar-toggle{
    border:1px solid #eee;
}
.self-nav .navbar-toggle span{
    background-color:#fff;
}
.self-nav .container-fluid{
    height:56px;
    margin-top:18px;
    padding:0;
}
.self-nav .container-fluid .navbar-brand{
    margin-left:0;
    padding:0;
}
.self-nav .container-fluid .navbar-brand img{
    width:156px;
}
.self-nav .container-fluid a{
    padding:15px 28px;
}

.self-nav .navbar-nav li a{
    font-size:16px;
    color:#fff;
}
.self-nav .navbar-nav li.active::after{
    content: '';
    width:24px;
    height:4px;
    background:#fff;
    position:absolute;
    left:50%;
    margin-left:-12px;
    bottom:-20px;
}
.self-nav .navbar-nav li a:hover{
    background:none;
}
.self-nav .nav .open a, .self-nav .nav .open a:focus, .self-nav .nav .open a:hover{
    background:none;
}
.self-nav .dropdown-menu li a{
    font-size:14px;
    color:#333;
}
.self-nav .dropdown-menu li a:hover{
    color:#00539C;
}

/* 底部 */
.slef-footer{
    background:url(../images/footer_logo.png) no-repeat center 20px #002443;
    padding:0;
    color:#fff;
    background-size:122px 122px;
}
.slef-footer .footer-nav{
    padding-bottom:10px;
}
.slef-footer .left{
    padding-top:36px;
}
.slef-footer .logo-b{
    padding:0;
    /* text-align: right; */
    margin-top:56px;
}
.slef-footer dt{
    font-size:14px;
    color:#fff;
    line-height:36px;
    padding-right:26px;
}
.slef-footer dt,.slef-footer dd{
    display:inline-block;
}
.slef-footer dd a{
    font-size:12px;
    color:rgba(255,255,255,0.6);
    line-height:36px;
    padding:0 26px;
    display:block;
}
.slef-footer ul li{
    font-size:12px;
    color:#fff;
    list-style: none;
    margin-top:16px;
}
.slef-footer ul li span,.slef-footer ul li p{
    display:block;
    font-size:12px;
    height:22px;
    line-height:22px;
}
.slef-footer .logo-b img{
    display: inline-block;
}

.slef-footer .copyright{
    width:100%;
    height:62px;
    border-top:1px solid #4D667C;
    text-align:center;
    font-size:12px;
    color:#EFF4F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright p{
    font-size:12px;
    color:#EFF4F8;
    margin-right: 10px;
    margin-bottom: 0;
    display:inline-block;
}
.copyright a{
    font-size:12px;
    color:#EFF4F8;
}
.copyright .police{
    background: url('../images/gov.png') no-repeat left;
    background-size: 14px 14px;
    padding-left: 15px;
}
/* 顶部banner */
.top-banner{
    width:100%;
    height:776px;
}
.top-banner h2{
    font-size:56px;
    color:#fff;
    line-height:80px;
    font-weight:bold;
    margin:296px 0 42px 0;
}
.top-banner p{
    font-size:20px;
    color:#fff;
    height:32px;
    line-height:32px;
    margin:0;
}
.top-banner p span{
    margin-right:36px;
}
.landscape .top-banner{
    background: url(../images/banner_landscape.jpg) no-repeat center center;
    background-size:cover;
}
.honor .top-banner{
    height:562px;
    background: url(../images/banner_honor.jpg) no-repeat center center;
    background-size:cover;
}
.honor .top-banner h2{
    margin:260px 0 20px 0;
}
.news .top-banner,.news-detail .top-banner{
    background: url(../images/banner_news.jpg) no-repeat center center;
    background-size:cover;
}
.pagination{
    margin-bottom:120px;
}
.pagination li{
    display:inline-block;
    margin-right:18px;
    border-radius: 4px;
    width:36px;
    height:36px;
    line-height:36px;
    overflow: hidden;
    font-size:12px;
    box-shadow: 0px 0px 5px #eee;
    color:#999;
    cursor: pointer;
    background:#fff;
}
.pagination li:hover,.pagination li.active{
    background:#00539C;
    color:#fff;
}

/* tab标签切换 */
.tabs{
    height:90px;
    display:flex;
    justify-content:space-around;
}
.tabs span{
    font-size:16px;
    color:#333;
    cursor: pointer;
    height:90px;
    line-height: 90px;
}
.tabs span.active{
    color:#00539C;
    border-bottom:3px solid #00539C;
}
.tabs-content{
    background:#F8F8F8;
    overflow: hidden;
}
.tabs-content .content-list{
    display: none;
}
.tabs-content .content-list.active{
    display: block;
}
/* 事业版图 */
.business-land{
    margin:160px auto;
}
.business-land .title-box .title{
    font-size:30px;
    height:36px;
    line-height:36px;
    color:#333;
    padding:0;
    font-weight:bold;
}
.business-land .title-box .des{
    font-size:14px;
    line-height:26px;
    color:#999;
    position:relative;
    padding-left:64px;
    padding-right:0;
}
.business-land .title-box .des::after{
    content: '';
    width:30px;
    height:5px;
    background:#00539C;
    position:absolute;
    left:0px;
    top:12px;
}
.business-land .list-box{
    margin-top:54px;
    height:224px;
}
.business-land .list-box:nth-child(2n+1) .list{
    float:right;
}
.business-land .list-box .list{
    width:812px;
    height:224px;
    overflow:hidden;
    box-shadow: 0px 0px 16px #eee;
    background: #fff;
}
.business-land .list-box .left{
    float:left;
    width:430px;
    padding:62px 24px 0 42px;
}
.business-land .left h4{
    font-size:20px;
    height:32px;
    line-height:32px;
    color:#333;
    font-weight:bold;
    padding-left:32px;
}
.business-land .left h4.zhnmy{
    padding-left:48px;
}
.business-land .left h4.hjbh{
    background: url(../images/sybt_icon1.png) no-repeat left center;
}
.business-land .left h4.qjny{
    background: url(../images/sybt_icon2.png) no-repeat left center;
}
.business-land .left h4.wcly{
    background: url(../images/sybt_icon3.png) no-repeat left center;
}
.business-land .left h4.zhnmy{
    background: url(../images/sybt_icon4.png) no-repeat left center;
}
.business-land .left p{
    font-size:12px;
    line-height:22px;
    color:#999;
}
.business-land .list-box .right{
    float:right;
    width:382px;
    height:224px;
    overflow: hidden;
    position: relative;
}
.business-land .right img{
    width:382px;
    height:224px;
}
.business-land .right .mask{
    width:382px;
    height:224px;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.4);
    display:none;
}
.business-land .right:hover .mask{
    display: block;
}
.business-land .list-box:nth-child(2) .mask ul{
    margin: 52px 0 0 80px;
}
.business-land .list-box:nth-child(3) .mask ul{
    margin: 52px 0 0 40px;
}
.business-land .list-box:nth-child(4) .mask ul{
    margin: 32px 0 0 80px;
}
.business-land .list-box:nth-child(5) .mask ul{
    margin: 72px 0 0 80px;
}
.business-land .right .mask li{
    font-size:16px;
    color:#fff;
    height:40px;
    line-height:40px;
}