body{
    font-size: 14px;
    position: relative;
    font-family: 'Microsoft YaHei','微软雅黑';
}

p {
    margin-bottom: 0;
}
li{
    list-style: none;
}
hr {
    margin: 15px 0;
}

.dashed {
    border-bottom: 1px dashed #ccc;
}

.font_white {
    color: #fff !important;
}

.header_img {
    height: 250px;
    background: url(../images/lbanner.png) center no-repeat;
    background-size: cover;
    position: relative;
}

.header_img>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header_img img {
    vertical-align: middle;
}

.index_nav .navbar-header {
    background: #338dde;
}

.index_nav .navbar-default {
    background: #338dde;
    border: 0;
}

.indexPage .nav-tabs>li>a {
    padding: 10px;
}

.index_nav .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.index_nav .navbar-toggle {
    background: #fff;
}

.index_nav .glyphicon-search {
    font-size: 20px;
    
}

.index_nav .search_bar>span {
    display: none;
}

.index_nav .search_bar>button {
    display: none;
}
.index_nav .search_input{
    display: inline-block;
}
.index_nav .search_input>a {
    color: #fff;
    position: absolute;
    right: 5px;
    z-index: 10000;
    color: #777;
    top: 7px;
}

.index_nav .navbar-form>span {
    position: relative;
    
}

.index_nav .navbar-form>span>input {
    width: 245px;
    padding-right: 30px;
}

.index_nav .navbar {
    margin-bottom: 0;
}

.index_banner .swiper-slide>a {
    display: block;
    position: relative;
    height: 100%;
}

.index_banner .swiper-slide img {
    width: 100%;
    max-height: 347px;
}

.index_banner .swiper-slide p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    margin-bottom: 0;
}

.index_banner .swiper-slide p strong {
    position: absolute;
    left: 0;
    right: 64px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.indexPage .swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: right;
    z-index: 3;
}

.indexPage .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
}

.indexPage .swiper-pagination-bullet-active {
    background: red;
}

.indexPage .tab_title {
    display: block;
    width: 100%;
    padding: 10px;
    height: inherit;
    line-height: 32px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    color: #338dde;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.indexPage .article_list {
    /*padding-top: 10px;*/
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.indexPage .article_list_item {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.indexPage .article_title {
    position: absolute;
    left: 25px;
    right: 80px;
}

.indexPage .article_title a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: initial;
}

.indexPage .article_title a:hover {
    color: #0076d0;
}

.indexPage .article_title a,
.indexPage .article_title {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexPage .article_time {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 12px;
}

.indexPage .article_doc {
    width: 3px;
    height: 3px;
    margin-left: 15px;
    background-color: #999;
    border-radius: 50%;
}

.indexPage .more {
    padding-top: 10px;
    line-height: 20px;
    text-align: right;
    padding-right: 20px;
}

.indexPage .nav-tabs>li a {
    color: #555;
}

.indexPage .nav-tabs>li.active>a {
    border: 1px solid transparent;
    border-bottom: 2px solid #338dde;
    color: #338dde;
}

.indexPage .special_img {
    /* border-top: 1px solid #ccc;
    padding-top: 10px; */
}

.indexPage .special_img a {
    display: block;
    text-align: center;
}

.indexPage .special_img a img {
    width: 100%;
    max-height: 200px;
}

.indexPage .card_header {
    padding: 15px 15px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    box-sizing: border-box;
}

.indexPage .card_header>b {
    font-size: 18px;
}

.indexPage .card_header>a {
    display: inline-block;
    float: right;
    font-size: 14px;
}

.indexPage .affairs {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
}

.indexPage .affairs>a {
    display: block;
    width: 100%;
    line-height:400%;
    background: #f1f1f1;
    margin: 10px 0;
    padding-left: 30px;
    color: #333;
    font-size: 14px;
    float: left;
    box-sizing: border-box;
}

.indexPage .affairs>a>img {
    width: 26px;
    margin-right: 5px;
}

.indexPage .affairs.server>a {
    background: unset;
    border: 1px solid #d2d2d2;
    font-size: 14px;
}

.indexPage .affairs.server>a>img {
    width: 30px;
    margin-right: 10px;
}

.indexPage .PAP_interaction>a {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 10px 0;
}

.indexPage .PAP_interaction>a:last-of-type {
    border: 0;
}

.indexPage .PAP_interaction>a>img {
    width: 90%;
}

.indexPage .PAP_interaction>a>p {
    margin: 0;
    line-height: 250%;
    color: #333;
}

.indexPage .GAP_interaction {
    box-sizing: border-box;
    padding: 10px 15px;
}

.indexPage .GAP_interaction>a {
    display: block;
    float: left;
    width: 50%;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.indexPage .GAP_interaction>a>img {
    width: 100%;
}

.indexPage .tab_more {
    line-height: 42px;
    font-size: 12px;
    float: right;
    padding-right: 10px;
}

.footer {
    background: #f2f2f2;
}

.footer .copyright_img {
    text-align: center;
}

.footer {
    padding: 15px 0;
    margin-top: 25px;
}

.footer>div {
    width: 100%;
   
    padding: 10px 0;
    background: #eaeaea;
    margin: 10px 0;

}

.footer>div:last-of-type {
    border: 0;
}
.footer .copyright_img{
    text-align: center;
}
.footer .copyright_img>span{
    display: inline-block;
    padding:8px 10px;
    
    
}
.footer .copyright_img>span>a{
    display: inline-block;
}
.footer .copyright_img>span img{
    height: 50px;

}
.footer .copyright_img>span:last-of-type>span>img{
    margin-right: 27px;
}
.footer .link_map {
    padding: 10px 15px;
    width: 50%;
    float: left;
    text-align: right;
    
    
}

.footer .link_map a {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px 0;
    overflow: hidden;
}

.footer .link_map>p>a:nth-of-type(2n) {
    padding-left: 7px;
    text-align: left;
}

.footer .link_map>p>a:nth-of-type(2n+1) {
    border-right: 1px solid #999;
    padding-right: 10px;
    text-align: right;
}
.footer .address{
    padding: 10px 0;
    width: 50%;
    float: left;
}
.footer .address>p{
    line-height: 250%;
    
}
.footer .code>div{
    text-align: center;
}
.footer .code>div>span{
    display: inline-block;
    padding: 10px 0;
   
}
.footer .code>div>span>img{
    padding:0 20px;
   
}
.footer .code>div>span:first-of-type>img{
    border-right: 1px solid #999;

}
.footer .copyright{
    text-align: center;
}
.footer .copyright>p{
    line-height: 200%;
    
}
.footer a ,.footer{
    color: #606266;
    font-size:12px;
}
.affix_toolbar{
    padding: 5px 0;
    position: fixed;
    right: 0px;
    top: 50%;
    width: 36px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-right:0;
    box-shadow: -1px -1px 4px 0 rgba(9,41,77,.1);
    z-index: 99;
    overflow: hidden;
    text-align: center;
}
.affix_toolbar>a{
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 250%;
    font-size: 14px;
    color: #6c6c6c;
}

.affix_toolbar .glyphicon-sort{
    display: none;
}
#toolBarUp{
    border-top:1px solid #ccc;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    background: rgba(0, 0, 0, .5);
     display: none;
}
.messageBox{
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border: 1px solid #dcdfe6;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
    transform: translate(-50%,-50%);

}
i{
    font-style: normal;
}
.messageBox{
    position: relative;
    width: 70vw;
    padding:30px 15px;
    max-width: 250px;
}
.messageBox img{
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}
.messageBox a p{
    line-height: 200%;
    font-size: 12px;
    color: #333;
}
.messageBox .btn_bar{
    line-height: 250%;
}
.messageBox span{
    float: right;
   
}
.messageBox span>a{
    /* opacity: .3; */
}
.messageBox .glyphicon-remove{
    position: absolute;
    top:6px;
    right:7px;
    font-size: 16px;
}
.information #swiperTabs3 .swiper-slide{
    padding: 5px 0;
}
.information #swiperTabs3 .swiper-slide a{
    display: block;
    padding: 5px 0;
    box-sizing: border-box;
}
.information #swiperTabs3 .swiper-slide a>img{
    width:100%;
}
.information #swiperTabs7 .swiper-slide{
    padding: 5px 0;
}
.information #swiperTabs7 .swiper-slide a{
    display: block;
    padding: 5px 0;
    box-sizing: border-box;
}
.information #swiperTabs7 .swiper-slide a>img{
    width:100%;
    height:75px;
}
.affairs_opend .leader{
    padding:15px 10px;
}
.affairs_opend .leader>div>a{
    display: block;
    float: left;
    padding-right:10px;
    box-sizing: border-box;
}
.affairs_opend .leader>div>a>img{
    height: 176px;
}
.affairs_opend .leader>div>div{
    float: left;
    
}
.affairs_opend .leader_name{
    font-size: 18px;
    line-height: 220%;
}
.affairs_opend .leader_post{
    line-height: 200%;
}
.affairs_opend .look_resume{
    display: block;
    width: 160px;
    font-size: 14px;
    line-height: 250%;
    background: #f2f2f2;
    text-align: center;
    margin-top: 15px;
}
.affairs_opend .look_resume>i{
    font-size: 16px;
}
.affairs_opend .organ_function{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 250%;
    background: #f2f2f2;
    text-align: center;
    margin-top: 10px;
}
.affairs_opend .open_nformat{
    padding: 10px 20px;
    box-sizing: border-box;
}
.affairs_opend .open_nformat>a{
    display: block;
    width: 100%;
    font-size: 14px;
    background: #f2f2f2;
    text-align: left;
    margin: 10px 0;
}
.affairs_opend .open_nformat>a>img{
    height: 54px;
}
.news_details .box_card{
    
}
.news_details .card_header{
    padding: 10px 15px;
    border-bottom: 1px solid #ebeef5;
    box-sizing: border-box;
}
.news_details .card_body {
    padding: 15px;
    border: 1px solid #ebeef5;
    border-top: 0;
}
.news_details .card_body .news_title{
    text-align: center;
    font-size: 14px;
    line-height: 150%;
}
.news_details .bread_crumb{
    line-height: 27px;
    font-size: 12px;
}
.news_details .title_bar{
    text-align: center;
    color: #C0C4CC;
    font-size: 12px;
    line-height: 250%;
}
.news_details .choice_size{
    float: right;
    border: 1px 
}
.news_details .choice_size>i{
    float: left;
    line-height: 27px;
    font-size: 12px;
}
.news_details .choice_size>span{
    display: inline-block;
    background: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid #dcdfe6;
    float: left;
}
.news_details .choice_size>span:nth-of-type(2n){
    border-left:0;
    border-right:0;
}
.news_details .choice_size>span:first-of-type{
    border-radius: 4px 0 0 4px;
}
.news_details .choice_size>span:last-of-type{
    border-radius: 0 4px 4px 0;
}
.news_details .choice_size .size_checked{
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.article_inner{
    padding: 10px 0;
    border-top: 1px dashed #ebeef5;
    color: #606266;
    font-size: 14px;
}
.article_inner>p{
    line-height: 200%;
}
.article_inner>p img{
    width: 100%;
    height:auto;
    margin-bottom: 10px;
}
.interaction .newest .newest_img{
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.interaction .newest .newest_img img{
    width: 80%;
    height: 140px;
    padding-bottom: 5px;
}
.interaction .newest .newest_img p{
    line-height: 200%;
    padding:0 10%;
    text-align: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.interaction .new_search{
    width: 80%;
    max-width: 400px;
    margin-left: 15px;
    padding: 10px 0 0;
}
.interaction .card_link{
    padding: 10px;
    box-sizing: border-box;
}
.interaction .card_link .swiper-slide>a{
    display:block;
    position: relative;
}
.interaction .card_link .swiper-slide>a>span{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 146px;
    background: rgba(255,255,255,0.7);
    text-align: center;
    border-radius: 36px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    
}
.interaction .card_link .swiper-slide img{
    width: 100%;
    height: 120px;
}
.interaction .pany_link{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 14px;
}
.interaction .pany_link>a{
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.interaction .pany_link>a:first-of-type{
    padding-right:7px;
}
.interaction .pany_link>a:last-of-type{
    padding-left:7px;
}
.interaction .pany_link>a>img{
    width: 100%;
}
.interaction .pany_code{
    text-align: center;
    width: 100%;
}
.interaction .pany_code>div{
    display: inline-block;
    padding: 5px;
}
.LECountry .banner img{
    width: 100%;
}
.LECountry .entry{
    text-align: center;
    padding: 15px 15px;
    box-sizing: border-box;
}
.LECountry .entry>div{
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    float: left;
    padding: 0 7px;
    padding-bottom: 14px;
}

.LECountry .entry>div>a{
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
    color: #333;
}
.LECountry .entry>div>a>img{
    width: 70%;
    max-width: 90px;
}
.LECountry .entry>div>a>p{
    line-height: 250%;
}
.LECountry{
    background: #f2f2f2;
}
.trafficControl .car_firm{
    padding:0 10px;
}
.trafficControl .car_firm>a{
    display: block;
    color: #fff;
    background: #409EFF;
    border:1px solid #b3d8ff;
    padding: 12px 20px;
    line-height: 250%;
    margin: 10px 0;
}
.trafficControl .service_query .swiper-slide a{
    padding: 10px 0;
    display: block;
}
.trafficControl .service_query .swiper-slide a>img{
    width: 100%;
}

.news_details .pagination{
    padding: 0 15px;
    font-size: 12px;
}
.knowledge .base_list{
    width: 100%;
    padding:8px;
    box-sizing: border-box;
}
.knowledge .base_list>div{
    display: block;
    float: left;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
   
}
.knowledge .base_list>div>a{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    border: 1px solid #ebeef5;

}
.knowledge .base_list>div>a>img{
    width: 100%;
}
.knowledge .base_list>div>a>span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(16, 127, 226, 0.5);
    line-height: 250%;
    color: #fff;
    font-size: 14px;

}