*{margin:0;padding:0;border: 0;}
html{min-width: 1200px;}
a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}
.header_bg {width: 100%;height: 125px;position: relative;}
.bgImg {
    width: 100%;
    height: 100%;
    position: absolute;
}
.logo_wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.logoImg{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 315px;
    left: 0;
    cursor: pointer;
}
.header_menu{
    width: 100%;
    height: 52px;
    background:url("../image/bg-nav.jpg") no-repeat top center;
}
.header_menu ul{
    width: 1200px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.ant-menu-overflow-item{
    position: relative;
    width: 23.5%;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    margin-right: 2%;
}
.ant-menu-item-selected,.ant-menu-submenu-title:hover{
    background-color: #2252cc;
}
.ant-menu-title-content,.ant-menu-title-content a{
    width: 100%;
    color: #fff;
    display: inline-block;
}
.ant-menu-item-selected .ant-menu-title-content a{font-weight: bold;}
.ant-menu-submenu-title{
    position: relative;
}
.menu-list{
    display: none;
    position: absolute;
    width: 100%;
    background-color: #2252cc;
    left: 0;
    color: hsla(0,0%,100%,.65);
    z-index: 2;
}
.menu-list>span{
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
}
.menu-list>span:hover,.menu-list a:hover{color: #fff;}
.menu-list a{color: hsla(0,0%,100%,.65);}
.main-top{
    width: 100%;
    float: left;
}
.lb-top{
    width: 100%;
    height: 600px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
}
.main{
    width: 1200px;
    margin: 60px auto 60px;
    overflow: hidden;
}
.newsLeft{
    width: 570px;
    height: 310px;
    float: left;
}
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .6;
    border-radius: 50%;
}
.swiper-pagination-bullet-active{width: 30px;background: #3483f8;border-radius: 8px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    float: left;
    margin-left: 8px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {left: 20px;bottom: 20px;}
.swiper-slide a,.swiper-slide img{width: 100%;height: 100%;}
.toc-lb .swiper-slide span{
    width: 86%;
    bottom: 25px;
    font-size: 15px;
    line-height: 24px;
}
.banner_info_bg {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    overflow: hidden;
    background: url(../image/bg702.png) no-repeat center bottom;
}
.toc-lb .swiper-slide .banner_info_bg{
    opacity: .6;
}
.newsRight{
    width: 570px;
    float: right;
}

.tab-top{
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    margin-bottom: 16px;
}
.tab-nav>span{
    float: left;
    width: 120px;
    text-align: center;
    background-color: #f5f7fa;
    cursor: pointer;
}
.tab-nav .active{
    background-color: #1890ff;
    color: #fff;
}
.more{
    color:#1890ff;
    float: right;
}
.tab-list{
    width: 100%;
    font-size: 14px;
    display: none;
}
.act_show{display: block;}
.tab-list>div{
    width: 100%;
    height:28px;
    font-size: 12px;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
}
.tab-list>div a{
    color: #666;
}
.tab-list>div a:hover{color: #1890ff;}
.mainCenter{
    width: 100%;
    float: left;
    margin-top:55px;
}
.newsRight span,.mainCenter span{
    display: block;
    font-size: 15px;
    line-height: 43px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-slide span{
    position: absolute;
    width: 91%;
    text-align: left;
    bottom: 40px;
    left: 25px;
    z-index: 2;
    font-size: 20px;
    color: #fff;
    white-space: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsRight div{
    width: 100%;
    float: left;
}
.newsRight span{
    width: 80%;
    float: left;
    line-height: 44px;
}
.newsRight span i,.mainCenter span i,.news div i{
    border: solid 2px #d4d4d4;
    float: left;
    margin-top: 20px;
    margin-right: 8px;
}
.newsRight span.crt_time{
    width: 13%;
    float: right;
    font-size: 12px;
    color: #bbb;
}
.mainCenter .img-n-tit i{margin-top:21px;border: solid 2px #83b4f6;}
.newsRight a,.mainCenter a{color: #666;}
.topic-warp{
    width: 30%;
    float: left;
    padding-right: 60px;
}
.last-warp{padding-right:0;position: relative;}
.toptic-tit{
    float: left;
    width: 100%;
    height: 40px;
    background: url("../image/table_bg.jpg") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.toptic-tit span{
    width: 70%;
    float: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;
}
.toptic-tit a,.ul_list .selected i{
    width: 11px;
    height: 15px;
    display: inline-block;
    background: url(../image/arrow_r.png) no-repeat;
    float: right;
    margin: 12px 25px;
}
.ul_list .selected i{
    margin: 7px 20px;
}
.botLb .toptic-tit{
    width: 120px;
    margin-bottom: 30px;
    text-align: center;
    background: url("../image/table_tj_bj.png");
}
.img-n{
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 6px;
}
.img-n img{
    width: 100%;
    height: 180px;
    /*box-shadow: 0 0 8px rgb(0 0 0 / 40%);*/
    border-radius: 5px;
}
.mainCenter span.img-n-tit{
    font-weight: bold;
}
.img-n-tit a{
    width: 96%;
    color: #333;
    line-height: 30px;
    padding: 8px 0 10px 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topic-lb{
    width: 300px;
    height: 400px;
    box-shadow: 0 0 8px rgb(0 0 0 / 40%);
    float: left;
    margin-left: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.newsRight a:hover, .mainCenter a:hover{color: #1890ff;}
.banner{
    width: 100%;
    height: 180px;
    float: left;
    margin-top: 30px;
    background:url("../image/banner.jpg");
    background-size: 100% 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 115px;
    box-sizing: border-box;
    padding: 0 25%;
    border-radius: 5px;
}
.banner li{
    float: left;
    display: inline-block;
    width: 20%;
}
.swiper-prev,.swiper-next{
    width: 75px;
    height: 75px;
    position: absolute;
    top: 45%;
    z-index: 10;
    cursor: pointer;
}
.swiper-lb-prev,.swiper-lb-next{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    display: none;
}
.swiper-prev,.swiper-lb-prev{
    left: 0;
    right: auto;
    background: url("../image/l_arrow.png");
    background-size: 100% 100%;
}
.swiper-next,.swiper-lb-next{
    right: 0;
    left: auto;
    background: url("../image/r_arrow.png");
    background-size: 100% 100%;
    opacity: .8;
}
.swiper-lb-prev{
    left: -7px;
}
.swiper-lb-next{
    right: -7px;
}
.botLb_wrap{
    width: 100%;
    background: url("../image/tj_bj.jpg") no-repeat;
    background-size: 100% 100%;
    padding :50px 0 65px;
}
.botLb{
    width: 1200px;
    margin: 0 auto;
}
.dom_right{
    float: right;
    width: 1028px;
}

.wrap-bot{
    width: 1200px;
    height: 253px;
    position: relative;
    overflow: hidden;
}

.wrap-bot ul{
    overflow: hidden;
    position:absolute;
    width: 1600px;
    padding: 5px;
    left: 0;
    top: 0;
    _height:1px;
}

.wrap-bot ul li{
    list-style-type: none;
    float: left;
    width: 300px;
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0 0 8px rgb(0 0 0 / 8%);
}
.wrap-bot ul li a{
    display: block;
}
.wrap-bot ul li img{
    width: 100%;
    float: left;
    height: 170px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;}
.wrap-bot ul li p{
    height: 50px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #000;
    background: #f8f8f8;
    opacity: .8;
    padding: 10px 5% 0;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-bot i{
    width: 100%;
    height: 10px;
    float: left;
    background: #f8f8f8;
    opacity: .8;
}
footer{
    width: 100%;
    float: left;
    color: #c8c8c8;
    background-color: #2c2c2c;
}
.footer_top{
    width: 1200px;
    height: 245px;
    margin: 0 auto;
    box-sizing: border-box;
}
.footer_top>div{
    margin-right: 4%;
    float: left;
    margin-top: 25px;
}
.footer_top>div.cooperate{width: 36%;}
.footer_top>div.friends{width: 30%;}
.footer_top>div.tel_phone{width: 25.5%;margin-right: 0;}
.footer_top .title{
    width: 100%;
    height: 20px;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
}
.footer_top .title i{
    width: 7px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    background: url("../image/arrow_r_white.png") no-repeat;
}
.footer_top .footer-wrap{
    width: 50%;
    float: left;
}
.footer_top div span{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.footer_top .tel_phone>span{margin-right: 0;}
.footer_bt{
    width: 1200px;
    height: 52px;
    text-align: center;
    font-size: 12px;
    line-height: 52px;
    color: #c8c8c8;
    border-top: 1px solid #4d4d4d;
    margin: 0 auto;
}
.footer_top a,.footer_bt a{color: #c8c8c8;}
.word_from{
    width: 1200px;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 50px;
}
.word_from a{
    margin-right: 10px;
    color: #a8a8a8;
}
.word_from i{
    width: 8px;
    height: 11px;
    display: inline-block;
    margin-right: 10px;
    background: url("../image/arrow_r_h.png");
}
.word_from span>i{
    width: 60%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 20%;
    background: #3483f8;
}
.word_from span{
    display: inline-block;
    color: #222;
    border-bottom: solid 2px #3483f8;
    position:relative ;
}
.content-main{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    border-top: 1px solid #d9d9d9;
    color: #404040;
    font-family: 'Microsoft YaHei';
    letter-spacing: 1px;
    line-height: 30px;
    box-sizing: border-box;
    min-height: 520px;
}
.content-title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
.special_title{
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
}
.creatTime{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 15px;
}
.content-wrap{
    padding-top: 15px;
}
.content-wrap p,.content-wrap h4{
    margin-bottom: 15px;
}
.content-wrap img{width: 600px;}
.pictext{
    width: 80%;
    text-align: center;
    color: #888;
    font-size: 14px;
    margin: 0 auto 15px;
}
embed{
    display: inline-block;
    margin:20px 100px 30px 100px;
    width: 1000px;
    height: 1020px;
}
.go_top{
    width: 55px;
    height: 55px;
    border-radius: 8px;
    overflow: hidden;
    position: fixed;
    bottom: 100px;
    right: 200px;
    background: url("../image/top.jpg") no-repeat center center;
    cursor: pointer;
    display: none;
}
.list_main{
    width: 1200px;
    height: 100%;
    margin: 40px auto 100px;
}
.nav{
    display: flex;
    margin-bottom: 30px;
}
.nav_lanmu{
    width: 295px;
    height: 80px;
    margin-left: -6px;
}
.nav_sub{
    color: #a8a8a8;
}
.nav_arrow{
    height: 10px;
    padding: 0 8px;
}
.nav_current{
    color: #222;
    border-bottom: #3483f8 2px solid;
    display: inline-block;
}
.nac_right{
    margin-top: 27px;
    margin-left: 80px;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    line-height: 50px;
    font-size: 15px;
}
.ul_list{
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.news{
    margin-bottom: 18px;
}
.news>div{overflow: hidden;}
.news div i{
    margin-top: 16px;
    border: solid 3px #d4d4d4;
    margin-right: 12px;
    float: left;
}
.news a{
    width: 812px;
    float: left;
    color: #222;
    font-size: 17px;
    line-height: 36px;
}
.news a:hover{
    color: #3483f8;
}
.news span{
    color: #bbb;
    font-size: 15px;
    line-height: 30px;
    margin-left: 19px;
}
/*列表页内视频icon*/
.news span i,.newsRight span strong,.mainCenter span strong{
    display: inline-block;
    width: 35px;
    height: 19px;
    margin-left: 10px;
    margin-bottom: -3px;
    background: url("../image/tv.png");
    background-size: 100% 100%;
}
/*首页内视频icon*/
.newsRight span strong,.mainCenter span strong{
    width: 17px;
    height: 17px;
    background: url("../image/playgray@3x.png");
    background-size: 100% 100%;
}
.ul_list li>a{
    font-size: 20px;
    width: 245px;
    height: 30px;
    color: #222;
    line-height: 30px;
    display: inline-block;
    padding: 15px 0 15px 40px;
}
.selected{
    color: #222;
    font-size: 24px;
    font-weight: bold;
    background: url(../image/middle_listName_background.png);
    background-size: 100% 100%;
}
#newsList{
    width: 100%;
    padding: 13px 0 0 82px;
}
.cl_more{
    width: 100%;
    background:#eee;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    color: #878686;
    text-align: center;
    border-radius: 5px ;
    margin-top: 30px;
    cursor: pointer;
}
.cl_more i{
    width: 19px;
    height: 19px;
    margin-left: 8px;
    margin-top: -5px;
    vertical-align: middle;
    display: inline-block;
    background: url(../image/middle_moreArrow.png);
    background-size: 100% 100%;
}
.content-wrap_bg{
    width: 1200px;
    margin: 50px auto 30px;
    overflow: hidden;
    min-height: 500px;
}
.left_navList{
    width: 245px;
    float: left;
}
.left_navList .ul_list li>a{
    padding: 15px 0 15px 30px;
    width: 210px;
}
.special_cont{
    width: 880px;
    border: none;
    float: right;
    display: none;
}
.special_cont .content-title{
    text-align: center;
    margin-bottom: 45px;
    font-size: 24px;
}
.special_cont.selected_cont{
    display: block;
}
.video_warp{
    width: 600px;
    height: 338px;
    margin-left: 300px;
    position: relative;
}
.sp_video{
    width: 368px;
    height: 640px;
    margin-bottom: 30px;
    margin-left: 450px;
}
video{
    width: 600px;
}
.sp_video video{width: 368px;}
.video_warp i{
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 45%;
    bottom: 45%;
    background: url("../image/play.png");
    background-size: 100% 100%;
}
.web_icon{
    background: #2c2c2c;
    position: fixed;
    font-size: 14px;
    right: 150px;
    bottom: 80px;
    text-align: center;
    color: #c8c8c8;
    line-height: 18px;
    padding-bottom: 5px;
    z-index: 12;
}
.web_icon i{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: solid 3px #666;
    background: url("../image/web_icon.png");
    background-size: 100% 100%;
}
.bshare{
    width: 40px;
    height: 85px;
    background: #2c2c2e;
    position: fixed;
    top: 450px;
    margin-left: -660px;
    left: 50%;
    border-radius: 5px;
    z-index: 50;
}
.bshare span{
    width: 100%;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.bshare>img{width: 100%;display: block;margin-bottom: 5px;}
.head_wap,.word_from_wap{display: none;}
@media only screen and (max-width: 768px) {
    html{min-width: auto;}
    body{
        font-size: 18px;
        line-height: 40px;
    }
    header,.word_from,footer{display: none;}
    .head_wap{
        display: block;
        width: 100%;
        height: 75px;
        background: url("../image/wap_bg.jpg");
        background-size: 100% 100%;
        position: relative;
        margin-bottom: -5px;
        z-index: 1;
    }
    .head_wap img{
        width: 150px;
        margin-top: 18px;
        margin-left: 20px;
    }
    .menu_btn{
        display: none;
        width: 50px;
        height: 50px;
        background: #666;
        float: right;
        margin-right: 20px;
    }
    .head_menu{
        display: none;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 20px;
        top: 50px;
        background: #f1f1f1;
    }
    .head_menu.act_show{display: block;}
    .head_menu li{
        border-bottom: solid 1px #999;
        list-style: none;
    }
    .head_menu li i{
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #0a84ff;
        float: left;
        margin-top:20px;
        margin-right: 10px;
    }
    .head_menu li span{
        float: right;
        color: #666;
    }
    .creatTime{padding-bottom: 12px;}
    .content-main{
        background: #fff;
        width: 100%;
        padding: 15px 20px;
        line-height: 26px;
        min-height: 700px;
        border-radius: 8px 8px 0 0;
        position: relative;
        z-index: 2;
        border-top: none;
    }
    .creatTime_wap{
        margin-left: 10px;
    }
    .content-title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 0px;
    }
    .special_cont .content-title{
        margin-bottom: 10px;
    }
    .special_title{
        margin-top: 20px;
    }
    .content-wrap p, .content-wrap h4 {
        margin-bottom: 15px;
    }
    .content-wrap img{
        width: 90%;
    }
    .pictext{
        font-size: 12px;
    }
    embed {
        display: inline-block;
        margin: 0;
        width: 100%;
        height: 580px;
    }
    .video_warp {
        width: 90%;
        height: auto;
        margin-left: 5%;
        position: relative;
    }
    video,.sp_video video{
        width: 100%;
        height: auto;
    }
    .video_warp i{
        bottom: 40%;
    }
    .sp_video i{
        bottom: 42%;
    }
    .content-wrap_bg {
        width: 100%;
        margin: 0;
        overflow: hidden;
        min-height: auto;
    }
    .left_navList{
        width: 100%;
        padding: 0 20px 0 20px;
        background: #fff;
        border-radius: 5px 5px 0 0;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    .ul_list{margin-top:0;overflow: hidden;}
    .left_navList li{
        width: 25%;
        float: left;
        height: 40px;
    }
    .left_navList li:last-child{
        margin-left: 1%;
        width: 24%;
    }
    .left_navList li span{
        float: left;
    }
    .left_navList li:last-child span{
        width: 100%;
        text-align: right;
    }
    .left_navList .ul_list li>a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0;
        width: 100%;
        background: none;
    }
    .ul_list li>a{
        color: #666;
    }
    .ul_list li>a.selected{color: #222;}
    .ul_list .selected i {
        display: none;
    }
    .go_top{
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 30px;
        background-size: 100% 100%;
        z-index: 20;
    }
}/*适配手机端的设备*/
