*{
    margin: 0;
    padding: 0;
}

@media (min-width: 1920px){
    .container {
        width: 1200px;
    }
}

/* å¤´éƒ¨æ ·å¼ */
.top{
    background-image: url(../images/bg.jpg);
}
.logo{
    float: left;
    width: 60%;
    padding: 22px 0;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.top-right{
    float: right;
    padding-top: 35px;
}
.top-right .link{
    margin-bottom: 10px;
}
.top-right .link a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 45px;
}
.search{
    background: #fff;
   /* margin-right: 10px;*/
    padding-bottom: 5px;
}
.search .text{
    width: 90%;
    border: none;
    padding-left: 10px;
    color: #c8c8c8;
    outline: none;
}
.sea-btn{
    position: relative;
    top: 5px;
    border: none;
    outline: none !important;
    cursor: pointer;
    padding: 0;
}

/* å¯¼èˆªæ æ ·å¼ */
.daohanglan{
    border-bottom:2px solid #004176;
}
.bars{
    display: none;
    width: 50px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;  
  }
  .bars span{
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 15px);
    top:calc(50% - 1px);
    transition: 0.1s;
  }
  .bars span:first-child{
    transform: translateY(-10px);
  }
  .bars span:last-child{
    transform: translateY(10px);
  }
  .bars.active span:first-child{
    transform: rotate(45deg);
  }
  .bars.active span:nth-child(2){
    transform: translateX(-100%);
    opacity: 0;
  }
  .bars.active span:last-child{
    transform: rotate(-45deg);
  }
.nav{
    line-height: 50px;
}

.nav-item {
  display: flex;
  margin-bottom: 0;

}
.nav-item li:first-child{
    width: 7%;
}
.nav-item li:last-child{
    width: 8%;
}
.nav-item li{
  position:relative;
  transition: all ease .3s;
  list-style: none;
  width: 14.5%;
  text-align: center;
}
.nav-item .bg a{
    background: url(../images/arrow_b.png) no-repeat 90% 50%;
}
.nav-item li a{
    color: #013158;
    font-size: 18px;
    text-decoration: none;
    display: block;
}
.nav-item li:hover{
    background: #003c6c;
    
}

.nav-item li.bg:hover a{
    background: url(../images/arrow_w.png) no-repeat 90% 50%;
}
.nav-item li:hover a{
    color: #fff;
}
.nav-item li:hover ul{
    display: block;
}
.nav-item li.bg:hover ul li a{
    background: none;
}
.nav-item li.active{
    background: #003c6c;
}
.nav-item li ul{
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 50px;
    left: 0;
    background: #004176;
}
.nav-item li ul li{
    width: 100%;
    line-height: 35px;
}
.nav-item li ul li:hover{
    background: #064d87;
}
.nav-item li ul li:first-child,.nav-item li ul li:last-child{
    width: 100%;
}
.nav-item li ul li a{
    font-size: 16px;
    color: #fff;
    
}
.nav-item li.bg ul li a{ 
    display: block;
    background: none;
}


/* è½®æ’­å›¾æ ·å¼ */
.carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 15;
    width: 10%;
    padding-left: 0;
    margin-left: 38%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li{
    width:25px ;
    height: 2px;
    border-radius: 0;
}
.carousel-indicators .active{
    width:25px ;
    height: 2px;
    border: none;
    background: #6fb0f3;
}
.carousel-caption{
    width: 42%;
    left: 2%;
    background: rgba(0, 70, 127, .5);
    padding: 15px 20px;
    text-align: left;
}
.carousel-caption a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

/* ä¸­é—´æ ·å¼ */
.middle{
    background: #f2f3f5;
    padding-top: 30px;
}
.middle-wrap .news-wrap{
    float: left;
    width: 60%;
}
.middle-wrap .title{
    border-bottom: 2px solid #004176;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.middle-wrap .title span{
    font-size:22px ;
    color: #333333;
    border-bottom: 4px solid #004176;padding-bottom: 10px;
}
.middle-wrap .title a{
    text-decoration: none;
    font-size: 14px;
    color: #bfbfbf;
    float: right;
    margin-top: 10px;
}
.middle .news-content{
    width: 100%;
}
.news-wrap ul li{
    list-style: none;
}
.news-content .news{
    width: 32%;
    float: left;
    margin-right: 2%;
}

.news-wrap ul li:last-child{
    margin-right: 0;
}
.news_pic img{
    width: 100%;
}
.digest{
    background: #fff;
}
.digest a{
    font-size: 16px;
    padding:10px 10px;
    display: block;
    text-decoration: none;
    color:#333;
    line-height: 30px;
}
.digest a:hover{
   color:#013158;
}
.digest span{
    display: none;
}
.digest .date{
    width:65px;
    height:35px;
    background:rgba(0,94,171,0.6);
    text-align: center;
    position: relative;
    margin-top: -16%;
}
.digest .date p{
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
}

.news-wrap .list ul li{
    list-style: none;
    margin: 20px 0;
}
.news-wrap .list ul li a{
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}
.news-wrap .list ul li span{
    float: right;
    font-size: 14px;
    color: #999999;
}
.news-wrap .list ul li:hover a{
    color: #005eab;
}


.middle-wrap .inform-wrap{
    float: right;
    width: 38%;
}

/* é€šçŸ¥å…¬å‘Šæ ·å¼ */
.infrom-content ul li{
    list-style:none;
    margin: 10px 0;
}
.infrom-content .date{
    float: left;
    width:13% ;
    background: #5c5c6e;
    text-align: center;
    padding: 26px 0;
}
.infrom-content .date span{
    font-size: 24px;
}
.infrom-content .date span,p{
    color: #fff;
}
.infrom-content .list{
    float: right;
    width: 87%;
    /* background: url(../images/sanjiaoxing.png) right bottom no-repeat ; */
    background: #fff;
    padding:10px 20px;
    background-size: 100% 100%;
    position: relative;
}
.infrom-content .list a{
    text-decoration: none;
    display: block;
    color: #004176;
    font-size: 16px;
    line-height: 30px;
}
.infrom-content .list span{
    color: #999999;
    font-size: 14px;
    line-height:22px ;
}
.infrom-content .list .dian{
    position: absolute;
    right: 0;
    bottom: 0px;
    background:url(../images/dsj.png) no-repeat 100% 100%;
    padding: 20px 4px 5px 15px;
}
.infrom-content .list .dian span{
    width: 3px;
    height: 3px;
    display: block;
    float: left;
    background: #fff;
    border-radius: 50%;
    margin: 0 1px;
}
.infrom-content .list:hover span{
    width: 4px;
    height: 4px;
    border-radius: 50%;
}







/* å°±ä¸šå®žè·µæ ·å¼ */
.practice{
    margin:45px 0;
}
.practice .title{
    text-align: center;
    margin-bottom: 55px;
}
.practice-wrap .list{
    float: left;
    width: 43%;
    margin:5px 0;
}
 .img1{
    float: left;
    width: 33%;
}
.img1 img{
    margin-top: 155px;
}
.img2{
    float: right;
    width: 64%;
    position: relative;
}
.img2 img{
    width: 100%;
} 
.list2{
    float: right;
    width: 56%;
    margin:5px 0;
}
.list2 .img3,.list2 .img7{
    position: relative;
    float: left;
    width: 49%;
}
.list2 .img7{
    position: relative;
    float: right;
    width: 49%;
}
.img2 .detail,.img3 .detail, .img5 .detail,.img7 .detail{
    display: none;
    background: rgba(0, 96, 174, 0.6);
    background-size: 100%;
    padding: 70px 25px;
    z-index: 10;
}
.img2 .detail a,.img3 .detail a,.img5 .detail a,.img7 .detail a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.img2 .detail span,.img3 .detail span,.img5 .detail span,.img7 .detail span{
    display: block;
    font-size: 14px;
    color:rgba(255, 255, 255, .7);
    line-height: 28px;
    margin-top: 15px;
}
.img2:hover .detail,.img3:hover .detail,.img5:hover .detail,.img7:hover .detail{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 200px;
}

.list2 .img3{
    margin-right: 2%;
}
.img2 div img,.img3 div img,.img7 div img{width: 100%;height: auto;}
.list2 .img1,.list .img5{
    margin-right: 0;
}
.img4 img{
    margin-top: 155px;
}
.img5{
    float: left;
    position: relative;
    width: 64%;
}
.img5 img{
    width: 100%;
}
.img6{
    float: right;
}
.practice .more{
    text-align: center;
    margin-top: 30px;
}

/* åº•éƒ¨æ ·å¼ */
.bottom{
    background: #002f55;
}
.bottom .logo_s{
    float: left;
    margin: 20px 0;
}
.bottom .logo_s img{
    width: 100%;
    height: auto;
}
.bottom .location{
    float: right;
    margin:45px 0;
}
.bottom .location span{
    color: #fff;
    font-size: 16px;
}
.bottom .location p{
    color: #fff;
    font-size: 16px;
}
.bottom a{
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}
.bottom a:hover{
    color: #fff;
}

/* å›¾ç‰‡åˆ—è¡¨æ ·å¼ */
.pic_b img{
    width: 100%;
    height: auto;
}
.title2 h3{
    font-size: 24px;
    color: #003c6c;
    line-height: 43px;
    float: left;  
    margin-top: 11px;
    
}

#tab-list2{
    width: 100%;
}
.tab-div{
 position:relative;
 height: 1650px;
}

.tab {
 position: absolute;
 right: 0;
 width: 45%;
}

#tab-list2 li{
padding:0 24px;
}


.tab li{
  float:left;
  height: 39px;
  line-height: 8px;
  padding:32px 27px;
  margin:0 0 0 2.5%;
  color:#333;
  font-size:16px;
  text-align:center;
     cursor:pointer;
     list-style: none;
}

#tab-list3 li{
    padding: 0 43px;

}

.tab li a{
 color:#333;
 font-size:16px;
 text-decoration: none;
}

.tab .tab-active {
color: #fff;
font-weight: bold;
background:#5c5c6e;

}

.tab .tab-active  a{
 color: #fff;
}

.tab-content {
 width:100%;
 position:absolute;
 left:0;

}

.tab-content-show {

  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  z-index:20;

}

.tab-content-hide{
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index:18;

 
}

.tab-content .more{
 position:absolute;
 top:-50px;
  right:9px;
  font-size: 14px;
  color: #848484
}

.tab-content .more img{
 margin-left: 10px;
 margin-bottom: 3px;
}


.tab-content ul{
 min-height:200px;
}

.tab-content ul li{
  list-style: none;
  margin-top:25px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
}

.tab-content ul li .info-title{
 display:block;
 width:80%;
  height:40px;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
  float:left;
 font-size:16px;
 color:#444444;
}

.tab-content ul li .info-title:hover{
 color: #bf0000;
}

.tab-content ul li .info-time{
 width:20%;
  float:left;
   font-size:14px;
   color:#b0b0b0;
    text-align:right;
}

.index-policies{
 padding-left:0.82%; 
}


.tab-div2 .tab{
 left: 0;
 margin-top: 0;
}

/* .tab-div2 .tab .tab-active{
background: #bf0000;
color: #fff;
border: none;
border-radius: 0;
position: relative;
} */

.tab-div2 .tab .tab-active a{
 color: #fff;
}

.tab-div2 .tab li:first-child{
 margin: 0;

}

/* .tab-div2 .tab .tab-active:before{
 content: "";
 width: 0px;
 height: 0px;
 border-top: 6px solid #bf0000;
 border-left: 16px solid transparent;
 border-right: 16px solid transparent;
 position: absolute;
 top: 39px;
 left: 38%;
} */

.tab-div2  .tab-content ul li .info-title{
  width: 100%;

}

#tDiv3 .tab-content ul li{
 width: 49%;
 float: left;

}


.title2 {
 border-bottom: 1px solid #e1e1e1;

}

.content-left{
    float: left;
    width: 38%;
}
.content-left .pic{
    float: left;
}
.content-left .pic img{
    width: 100%;
    height: auto;
}
.content-left .date{
    float: right;
    text-align: center;
    width: 32%;
    padding: 13% 0;
    border-right: 1px solid #e1e1e1;
}
.content-left .date span{
    display: block;
}
.content-left .date .day{
    font-size: 48px;
    color: #003c6c;
}
.content-left .date .month{
    font-size: 14px;
    color: #999999;
}
.content-right{
    float: right;
    width: 60%;
    padding: 3% 0;
}
.content-right .content-detail{
    float: left;
    width: 88%;
}
.content-right .content-detail a{
    text-decoration: none;
    font-size: 18px;
    color: #333333;
}
.content-right .content-detail:hover a{
    color: #004882;
}
.content-right .content-detail span{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 25px;
}

.content-right .arrow{
    width: 5%;
    float: right;
    padding: 5% 0;
}
.content-right .arrow div{
    width: 30px;
    height: 30px;
    background: url(../images/left_2.jpg) no-repeat 100% 100%;
}
.content-right .arrow:hover div{
    background: url(../images/left.jpg) no-repeat 100% 100%;
}

/* åˆ—è¡¨é¡µæ ·å¼ */
.tab-content ul li.list{
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}
.list-wrap{
    margin-top: 35px;
}
.list-left{
    float: left;
    width: 8%;
    padding: 28px 0;
}
.list-left .date{
    text-align: center;
}
.list-left .date span{
    display: block;
}
.list-left .date .day{
    font-size: 48px;
    color: #003c6c;
}
.list-left .date .month{
    font-size: 14px;
    color: #999999;
    margin-top: -10px;
}
.list-right{
    float: right;
    width: 92%;
    padding: 36px 40px 20px 60px;
    background: url(../images/dian_g.png) 12px 2px repeat-y;
}
.list-right:hover{
    background: url(../images/dian_b.png) 12px 16px repeat-y;
}

.list-right .content-detail a{
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    font-family: "å¾®è½¯é›…é»‘";
}
.list-right .content-detail:hover a{
    color: #004882;
    
}
.list-right .content-detail span{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 5px;
}

/* é¡µç æ ·å¼*/
.page {
        text-align: center;
        padding: 70px 0;
        line-height: 35px;
    }
    
    .p_t {
        font-size: 14px;
        color: #333;
        padding: 6px 12px;
        border: 1px solid #e8e8e8;
        margin: 0px 2px;
    }
    
    .p_first_d,.p_first{
        font-size: 14px;
        color: #333;
        padding: 6px 12px;
        border: 1px solid #e8e8e8;
        margin: 0px 2px;
    }
    .p_last{
       font-size: 14px;
        color: #428bca;
        padding: 6px 12px;
        border: 1px solid #e8e8e8;
        margin: 0px 2px;
    }
    
    
    
    .p_prev_d, .p_prev {
        font-size: 14px;
        color: #333;
        padding: 6px 12px;
        border: 1px solid #e8e8e8;
        margin: 0px 2px;
    }
    
    .p_no_d {
        font-size: 14x;
        background:#013158;
        color: #fff;
        padding: 6px 12px;
        border: 1px solid #e8e8e8;
        margin: 0px 2px;
    }
    
    .p_no{
        font-size: 14x;
        color: #fff;
        padding: 6px 12px;
        border: 1px solid #e8e8e8;
        margin: 0px 2px;
    }
    
    
    
    
    
    
    .p_next, .p_next_d, .p_last_d {
        font-size: 14px;
        color: #333;
        padding: 6px 12px;
        margin-left: 2px;
        border: 1px solid #e8e8e8;
    }


/* å†…å®¹é¡µæ ·å¼ */
.content-location{
    background: #f6f6f6;
    padding: 15px 0;
}
.location-detail{
    float: right;
}
.location-detail a{
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}
.content-wrap{
    
min-height: 600px;
}
.content-wrap .title{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    text-align: center;
}
.content-wrap .title h3{
    margin-top: 50px;
    margin-bottom: 20px;
}
.content-wrap .title span{
    font-size: 14px;
    color: #999999;
    margin-left: 25px;
}
.neirong{
    padding: 50px;
}
.neirong p{
    color: #444444;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 25px;
}