body,html{
    font-family: 微软雅黑;
}
/*html {*/

/*   filter: grayscale(100%);*/

/*  -webkit-filter: grayscale(100%);*/

/*  -moz-filter: grayscale(100%);*/

  /*-ms-filter: grayscale(100%);*/

  /*-o-filter: grayscale(100%);*/

  /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/

  /*-webkit-filter: grayscale(1);*/

}
a{
    text-decoration: none;
}
header{
    width: 100%;
    height: 86px;
}
.header_height{
    height: 86px;

}
.flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex{
    display: flex;
}
img{
    /*vertical-align: top;*/
    object-fit:fill ;
}
.width1440{
    max-width: 1440px;
   width: 100%!important;
    margin: 0 auto;
}
.header_logo{
    max-width: 522px;
    width: 36.25%;
    height: 58px;
}
.header_logo img{
    width: 100%;
    height: 100%;
}
.header_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 690px;
    width: 47.9%;

}
.header_list li{


}
.header_list li a{
    font-size: 18px;
    color: #000;
    position: relative;
}
.header_list  .active a{
    color: #f35820;
}
.active a:after{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #f35820;
    display: block;
    content: '';

}
.active a{
    color: #f35820;
}
/*首页*/
.swiper_box{
    width: 100%;
    height: 600px;
    position: relative;
}
.swiper_box .swiper-container{
    height: 100%;
}
.swiper_banner img{
    width: 100%;
    height: 100%;
}
.swiper-pagination{
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-wrapper .swiper-button-next, .swiper-wrapper .swiper-button-prev{
    width: 70px;
    height: 70px;
    background: #f35820;
    color: #fff;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 51px;
    height: 5px;
    border-radius: 0;
    margin: 0 4px;
    opacity: 0.9;
    transform:skew(-30deg)
}

:root{
    --swiper-theme-color: #f35820!important;
}

.inform{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 999;
}
.tongzhi_flex{
    height: 50px;
}
.h2_tongzhi{
    width: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.h2_tongzhi img{
    width: 20px;
    height: 16px;
}
.h2_tongzhi h2{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.swiper_box_tongzhi{
    max-width: 1300px;
    width: 90.2%;
    height: 50px;
    overflow: hidden;
    padding-left: 4%;
}
.swiper_box .swiper-slide{
    display: flex;

}
.swiper_box .swiper-slide p{
    color: #fff;
    font-size: 16px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_content{
    padding-top: 60px;
    margin-bottom: 60px;
}
.swiper-container_sx{
    width: 100%;
}
.swiper-container_sx  .swiper-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.swiper-container_sx  .swiper-wrapper:hover .swiper-slide{
    /*color: #f35820;*/
}

.swiper-container_sx  .swiper-wrapper span{
    padding-left: 30px;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
}

.Company_box{
    display: flex;
    justify-content: space-between;
}
.Company_profile{
    max-width: 585px;
    width: 40.6%;
}
.company_word{
    display: flex;
    margin-bottom: 50px;
}
.company_word img{
    width: 5px;
    height: 36px;
    margin-right: 20px;
}
.company_word p{
    color: #000;
    font-size: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 60px 0 20px;
}
.company_word p span{
    color: #8f9cb2;
    font-size: 26px;
    text-transform:uppercase;
    padding-left: 18px;
}
.company_img{
    width: 100%;
    height: 380px;
    position: relative;
}
.company_img img{
    width: 100%;
    height: 100%;
}
.company_img_word{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.company_img_word p{
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 60px 0 20px;
}
.nformation_Centre{
    max-width: 795px;
    width: 55.2%;
}
.nformation_content{
    height: 380px;
    overflow: hidden;
}
.ul_li_div{
    width: 100%;
    height: 48px;
    background: #f2f3f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.div_ul{
    display: flex;
    height: 48px;
}
.div_ul li{
    width: 123px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    cursor: pointer;
}
.div_ul li a{
    color: #000;
}
.index_li_color{
    background: #f35820;
    color: #fff;
    position: relative;
}
.div_ul .index_li_color a{
    color: white;
}
.index_li_color:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}
.more_index_nformation{
    text-transform:uppercase;
    padding-right: 30px;
    font-size: 14px;
    color: #666;
}
.nformation_nr_ul{
    width: 100%;
    margin-top: 6px;
}
.nformation_nr_ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 54px;
    border-bottom: 1px #e1e2e6 solid;
    cursor: pointer;
}
.nformation_nr_ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.nformation_nr_ul li p em{
    font-size: 16px;
    color: #4c4c4c;
    width: 96%;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nformation_nr_ul li p{

    width: 75.5%;
    display: flex;
    position: relative;
    align-items: center;
}
.nformation_nr_ul li p:after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /*display: block;*/
    content: '';
    width: 5px;
    height: 5px;
    background: #c9c8c8;
    display: none;
}
.nformation_nr_ul li p i{
    width: 5px;
    height: 5px;
    background: #c9c8c8;
    border-radius: 50%;
    margin-right: 20px;
}
.nformation_nr_ul li span{
     color: #808080;
    font-size: 14px;
    padding-right: 30px;
 }
.nformation_nr_ul li:hover p em{
    color: #f35820;
}
.nformation_nr_ul li:hover p i{
    background: #009b4e;
}


.nformation_nr{
    display: none;
}
.nformation_nr_block{
    display: block!important;
}


.index_study{
    width: 100%;
    height: 136px;
    margin: 50px 0;
}
.index_study img{
    width: 100%;
    height: 100%;
    display: block;
}


.More_sections_box{
    width: 100%;
}
.More_sections_div{

}
.More_section_ul{
    display: flex;
    justify-content: space-between;
}
.More_section_ul li{
    width: 466px;
    height: 240px;
    position: relative;
    overflow: hidden;
    background-color: #f35820;
    cursor: pointer;
}
.More_section_img_bj{
    width: 100%;
    height: 100%;
    display: block;
}
.more_sect_ul_word{
    position: absolute;
    top: 46px;
    left: 50px;
}
.more_sect_ul_word_h2{

}
.more_sect_ul_word_h2 h2{
    color: #fff;
    font-size: 28px;
    padding-bottom: 18px;
}
.more_sect_ul_word_h2 p{
    color: #fff;
    font-size: 14px;
    padding-bottom: 45px;
    text-transform:uppercase;
}
.more_sect_ul_word_href{
    border: 1px solid #fff;
    width: 134px;
    height: 44px;
    /*border-top: 2px solid #fff;*/
    /*border-bottom: 2px solid #fff;*/
}
.more_sect_ul_word_href a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 44px;
}
.more_sect_ul_word_href a span{
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}
.more_sect_ul_word_href a img{
    width: 6px;
    height: 12px;
    display: block;
}


footer{
    width: 100%;
    height: 118px;

}
.footer_top{
    width: 100%;
    height: 54px;
    background:url("../images/footer_img.png")0 0 no-repeat ;
    background-size: cover;
}
.footer_position{
    height: 100%;
    position: relative;
}
.footer_top_logo {
    max-width: 900px;
    width: 62.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.footer_top_logo img{
    max-width: 488px;
    width: 54.2%;
    height: 100%;
    display: block;
}
.footer_top_logo p{
    font-size: 14px;
    color: #fff;
}
.footer_contact{
    max-width: 216px;
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_href_xg{
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
    box-shadow: 1px 2px 10px #919191;
    display: none;
}
.footer_href:hover .footer_href_xg{
    /*display: block;*/
}
.footer_href_ul{
    width: 100%;
    background: #fff;
    justify-content: space-around;
}
.footer_href_ul li{
    line-height: 50px;
}
.footer_href_ul li a{
    color: #042f62;
}
.footer_href_ul li:hover a{
    color: #ea5404;
}

.footer_wechat{
    cursor: pointer;
}
.footer_wechat img{
    width: 26px;
    height: 22px;
    display: block;
    margin-right: 10px;
}
.footer_wechat span{
    color: #fff;
    font-size: 14px;
}
.footer_href{
    cursor: pointer;
    height: 100%;
}
.footer_href img{
    width: 10px;
    height: 5px;
    display: block;
    margin-left: 10px;
}
.footer_href span{
    color: #fff;
    font-size: 14px;

}



.footer_bottom{
    width: 100%;
    height: 72px;
}

.footer_ul{
    display: flex;
}
.footer_ul li{
    line-height: 72px;
}
.line_footer{
    width: 1px;
    height: 12px;
    background: #ccc;
    margin: 0 20px;
}
.footer_ul li:nth-last-of-type(1){
    margin-right: 0;
}
.footer_ul li:nth-of-type(1){
    margin-left: 0;
}
.footer_ul li a{
    font-size: 14px;
    color: #000;
}
.footer_bottom p{
    font-size: 14px;
    color: #000000;
}
.footer_bottom p a{
    color: #000;
    font-size: 14px;
}

/*2关于我们*/
.banner_all{
    width: 100%;
    height: 500px;
}
.banner_all img{
    width: 100%;
    height: 100%;
    display: block;
}
.tab_all_style{

}
.tab_all_top{
    width: 100%;
    height: 80px;
    background: #fff;
}
.tab_all_h2{
    width: 254px;
    height: 80px;
    background: url("../images/dangjian_all_word.png") 0 0 no-repeat;
    background-size: cover;
}
.tab_all_h2_about,.tab_all_h2_news,.tab_all_h2_danwei,.tab_all_h2_keji{
    background:url("../images/about_all_word.png");
}

.tab_all_h2 h2{
    font-size: 24px;
    color: #fff;
    padding-left: 70px;
    line-height: 80px;

}
.tab_all_h2 img{
    width: 100%;
    height: 100%;
    display: block;
}
.news_watch_detail {
    color: #c2c2c2!important;
    display: flex;
    align-items: center;
}
.tab_all_ul,.tab_all_ul_xq{
   display: flex;
    width: 415px;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}
.tab_all_ul .img_none,.tab_all_ul_xq .img_none{
    opacity: 0;
}
.tab_all_ul .img_block,.tab_all_ul_xq .img_block{
    opacity: 1;
}
.color_hover .img_none{
    opacity: 1;
}
.color_hover .img_block{
    opacity: 0;
}

.tab_all_ul .color_hover span,.tab_all_ul_xq .color_hover span{
    color: #f35820;
}
.tab_all_ul li,.tab_all_ul_xq li{
    cursor: pointer;
    display: flex;
}
.tab_all_ul li span,.tab_all_ul_xq li span{
    color: #333333;
    font-size: 16px;
    margin-right: 9px;
}
.tab_li_right_box{
    position: relative;
    width: 18px;
    height: 18px;
}
.tab_all_ul li img,.tab_all_ul_xq li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    display: block;
}

.padding_tab_all_word{
    padding-bottom: 42px;
}
.tab_all_content{
    width: 100%;
    background: #f8f8f8;
    padding-top: 24px;
    display: none;
}
.tab_zzjg_img {
    width: 100%;
}
.tab_zzjg_img img{
    width: 100%;
}
.padding_tab_all{

    padding-bottom: 100px;
}

.tab_all_map_word{
    background: url("../images/map_con.png") 0 0 no-repeat;
    background-size: cover;
    width: 588px;
    height: 480px;
}
.tab_word_padding{

    padding: 140px 80px 70px 95px;
}
.tab_padding_p{
    width: 310px;
}
.line_tab{
    width: 38px;
    height: 2px;
    background: white;
    margin: 28px 0;
}
.tab_all_map_word h2{
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
}
.tab_all_map_word p{
    color: #ccffe5;
    font-size: 16px;
    padding-bottom: 14px;
    line-height: 28px;
}
.tab_all_map_word p a{
    color: #ccffe5;
}
.tab_all_map_img{
    width: 850px;
    height: 478px;
    overflow: hidden;
    border:1px #e6e6e6 solid;
}
.tab_all_map_img img{
    width: 100%;
    height: 100%;
}
.tab_all_qyjj_l{
    width: 600px;
    height: 380px;
}
.tab_all_qyjj_l img{
    width: 100%;
    height: 100%;
}
.tab_all_qyjj_word img{
    width: 600px;
    height: 380px;
    float: left;
    margin-right: 46px;
    /*margin-bottom: 20px;*/
}
.tab_all_qyjj_word{
    width: 100%;
}
.tab_all_qyjj_word p{
    color: #222222;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 26px;
    text-indent: 2em;
    /*border: 1px ;*/
}

/*新闻中心*/

.news_zx_ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;

}
.news_zx_ul li{
    max-width: 345px;
    width: 23.9%;
    height: 322px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;

}
.news_zx_ul li{
    margin-right: 1.4%;
}
.news_zx_ul li:nth-of-type(4n){
    margin-right: 0;
}
.news_zx_ul li:hover .news_href a{
    color: #f35820;
}

.news_zx_ul li:hover .news_list_img img{
    transform: scale(1.1);
}
.news_zx_ul_padding{
    padding: 20px;
}
.news_list_img{
    max-width: 305px;
    width: 100%;
    height: 175px;
    overflow: hidden;
    margin-bottom: 14px;
}
.news_list_img img{
    width: 100%;
    height: 100%;transition: .5s;
}
.news_word{
    height: 56px;
    overflow: hidden;
}
.news_word_noImg{
    height: 245px;
}
/*.news_zx_ul li:hover .news_word{
    height: 245px;
    !*transform: scaleY(0);*!
    !*transform-origin: 50% 100%;*!
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.news_zx_ul li:hover .news_list_img{
    display: none;
}*/
.news_word h2 {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_word_p{

}
.news_word_p p{
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.news_href{
    width: 100%;
    margin-top: 22px;
}
.news_href a{
    color: #666666;
    font-size: 14px;
    display: flex;
}
.news_href a img{
    width: 14px;
    height: 14px;
    margin-left: 6px;
}
.news_href span{
    color: #999999;
    font-size: 14px;
}

/*新闻详情*/

.news_xq_weizhi{
    padding-bottom: 40px;
}
.news_xq_weizhi p{
    color: #666666;
    font-size: 14px;
    display: flex;
}
.news_xq_weizhi p a{
    color: #666666;
}
.news_xq_content{
    max-width: 1200px;
    width: 83.3%;
    margin: 0 auto;
    padding-bottom: 94px;
}
.news_xq_content h2{
    text-align: center;
    color: #333333;
    font-size: 26px;
    font-weight: bolder;
    line-height: 40px;
}
.news_xq_watch_time{
    width: 265px;
    margin: 30px auto 0;
}
.news_xq_time img{
    width: 16px;
    height: 14px;
}
.news_xq_time{
    display: flex;
}
.news_xq_time span{
    font-size: 14px;
    color: #808080;
    padding-left: 12px;
}
.news_xq_watch{
    display: flex;
}
.news_xq_watch img{
    width: 13px;
    height: 16px;
}
.news_xq_watch span{
    padding-left: 12px;
    font-size: 14px;
    color: #808080;
}
/*.news_content_word p img{*/
/*    max-width: 880px;*/
/*    width: 73.3%;*/
/*    height: 520px;*/
/*    margin: 0 auto 70px;*/
/*    display: block;*/
/*}*/
.news_content_word p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    
    align-items: center;
    justify-content: flex-start;
}
.line_div_news{
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    margin: 38px 0 86px 0;
}
.list_xq_box{
    padding-bottom: 100px;
}

.list_xq_box ul{
    width: 100%;
    height: 65px;
}
.list_xq_box ul li{
    display: flex;
    align-items: center;
    height: 63px;
    background: #fff;
    border: 1px #e5e5e5 solid;
    cursor: pointer;
}
.list_xq_shu{
    width: 1px;
    height: 22px;
    background: rgba(255,255,255,0.6);
    margin: 0 30px;
}
.ul_li1 .list_xq_shu{
    margin-right: 46px;
}
.ul_li3 .list_xq_shu{
    margin-left: 46px;
}
.list_xq_box ul .click_color{
    background: #f35820;

}
.list_xq_box ul li a{
    color: #000;
    display: flex;
    align-items: center;
}
.list_xq_box ul li p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.click_color p{
    color: #fff;
}
.ul_li1,.ul_li3{
    width: 504px;
}
.ul_li3{
    padding: 0 30px 0 52px;
}
.ul_li1{
    padding: 0 52px 0 30px;
}
.ul_li2{
    width: 98px;
    padding: 0 52px;
}
.list_xq_box ul li img{
    width: 12px;
    height: 20px;
}
.list_xq_box ul .ul_li2 img{
    width: 18px;
    height: 15px;
    margin-right: 14px;
}


/*4.党的建设*/

.tab_dangjian_style .tab_all_ul .color_hover span,.tab_dangjian_style .tab_all_ul_xq .color_hover span{
    color: #f6f452;
}
.tab_dangjian_style .tab_all_top{
    background: #c50c11;
}
.tab_dangjian_style .tab_all_top .tab_all_ul,.tab_dangjian_style .tab_all_top .tab_all_ul_xq{
    max-width: 810px;
    width: 56.25%;
}
.tab_dangjian_style .tab_all_ul li span, .tab_dangjian_style .tab_all_ul_xq li span{
    color: #fff;
}
.tab_dangjian_style .tab_all_content{
    background: linear-gradient(to bottom, #ff2c2b , #f8eded ,#f8f8f8);
    padding-bottom: 20px;
}
.tab_dangjian_style .tab_all_content_80{
    padding-bottom: 80px;
}
.tab_all_content_dangjian{
    padding: 0;
}
.dangjian_bj{
    background: #fff;
    padding-bottom: 40px;
}
.danjian_box_cont{
    /*width: 100%;*/
    background: #fff;
    padding-top: 40px;
    max-width: 1360px;
    width: 94.4%;
    margin: 0 auto;
}
.dangjian_more{
    width: 100%;
    padding-bottom: 38px;
}
.dangjian_dongtai{
    max-width: 640px;
    width: 47%;

}
.dangjian_line{
    width: 100%;
    height: 3px;
    background: #ff0000;
}
.dangjian_dt_title{
    height: 66px;

}
.dangjian_dt_h2{
    display: flex;
    align-items: center;
}
.dangjian_dt_h2 img{
    width: 5px;
    height: 26px;
    margin-right: 14px;
}
.dangjian_dt_h2 h2{
    font-size: 26px;
    color: #ff0000;
}

.dangjian_ul{

}
.dangjian_ul li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.dangjian_ul li{
    height: 54px;
    border-bottom: 1px #e1e2e6 solid;
    line-height: 54px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dangjian_ul li p{
    font-size: 16px;
    line-height: 20px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 550px;
    width: 90%;
}
.dangjian_ul li i{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c9c8c8;
    display: block;
    margin-right: 20px;
}
.dangjian_more_box a{

    text-transform:uppercase;
    color: #666666;
    font-size: 14px;
}
.dangjian_ul li:hover p{
    color: #ff0000;
}
.dangjian_ul li:hover i{
    background: #ff0000;
}
.dangjian_tebie_list{
    margin: 30px 0 38px 0;

}
.dangjian_tebie_list li{
    max-width: 220px;
    width: 16.2%;
    height: 135px;
    background: #f35820;
}
.dangjian_tebie_list li a{

}
.dangjian_tebie_list li a img{
    width: 100%;
    height: 100%;
}
.dangjian_video_list{
    margin-top: 30px;
}
.dangjian_video_list li{
    width: 433px;
    height: 356px;
    border: 1px solid #eeeeee;
    /*background: #f35820;*/
}
.dangjian_video_div_index{
    height: 293px!important;
}
.dangjian_video_list li a{
    text-decoration: none;
}
/*.dangjian_video_list li p{*/
/*    line-height: 62px;*/
/*    padding: 0 20px;*/
/*    font-size: 18px;*/
/*    color: #333333;*/
/*}*/
.dangjian_video_list li p {
    line-height: 62px;
    padding: 0 20px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}
.dangjian_video_list li p {
    line-height: 62px;
    padding: 0 20px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}
.dangjian_video_div_index .dangjian_video_play{
    width: 58px;
    height: 58px;
}

.dangjiandongtai_list{
    width: 100%;
    padding-top: 80px;
}
.dangjiandongtai_list_ul{
    /*padding: 39px 50px 39px 33px;*/
    margin-bottom: 60px;
}
.dangjiandongtai_list li{
    background: #fff;
    height: 348px;
    width: 100%;
    margin-bottom: 30px;
    /*box-shadow: 0 4px 10px #eee;*/
}
.dangjiandongtai_list li:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.dangjiandongtai_list li{
    *zoom: 1;
}

.dangjiandongtai_list li a{
    display: block;
    padding: 39px 50px 39px 33px;
    overflow: hidden;

}
.dangjian_dt_word{
    max-width: 910px;
    width: 67.1%;
    float: left;
}
.dangjian_dt_word_noImg{
    width: 100%;
    max-width: 1350px;
}
.dangjian_dt_word span{
    color: #999999;
    font-size: 18px;
    padding-bottom: 24px;
    display: block;
}
.dangjian_dt_word h2{
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dangjian_dt_word p{
    font-size: 18px;
    color: #5c5c5c;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.dangjian_dt_img{
    max-width: 405px;
    width: 29.8%;
    height: 270px;
    float: right;
    overflow: hidden;
}
.dangjian_dt_img img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.dangjiandongtai_list li:hover .dangjian_dt_img img{
    transform: scale(1.2);
}
.dangjian_video_zb{
    width: 100%;
    padding-top: 82px;
    flex-wrap: wrap;
    /*justify-content: start;*/
}
.dangjian_video_zb li{
    width: 460px;
    height: 378px;
    background: #fff;
    margin-bottom: 30px;
}
.dangjian_video_zb li:nth-of-type(3n){
    margin-right: 0;
}
.dangjian_video_div{
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
}
.dangjian_video_div img{
    width: 100%;
    height: 100%;
}
.dangjian_video_div video{
    width: 100%;
    height: 100%;
}
.dangjian_video_zb li a{
    text-decoration: none;
}
.dangjian_video_zb li p{
    line-height: 68px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
}
.dangjian_video_div .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.dangjian_video_play{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.dangjian_video_play img{
    width: 100%;
    height: 100%;
}
/*.dangjian_video_zb:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.dangjian_video_zb{
    *zoom: 1;
}*/

.dangde_video_xq{
    padding-top: 60px;
    
}
.dangde_video_xq div,
.dangde_video_xq ul,
.dangde_video_xq li{
    box-sizing: content-box;
}
.dangde_video_play_con{
    max-width: 1088px;
    width: 75.6%;
    height: 612px;
    margin: 0 auto;
}
.dangde_video_play_con video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/*5权属单位*/
.tab_all_h2_danwei_ul{
    width: auto;
}
.quanshu_danwei_ul {
    flex-wrap: wrap;
}
.quanshu_danwei_ul li{
    width: 438px;
    height: 310px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
.quanshu_danwei_ul li:hover .quanshu_danwei_img{
    transform: scale(1.1);
}
.quanshu_danwei_ul li a{
    display: block;
}
.quanshu_danwei_img{
    width: 438px;
    height: 310px;
    display: block;
    transition: 0.5s;
}
.quanshu_danwei_word{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    background: rgba(243,104,53,0.9);
}
.quanshu_danwei_word p{
    line-height: 54px;
    font-size: 22px;
    color: #ffffff;
    padding: 0 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tab_all_h2_danwei_tab_ul{
    width: 484px;
}
.nquanshu_xq_content{

}
.nquanshu_xq_content .news_content_word{
    padding-top: 80px;
}

.quanshu_qiye_zizhi{
    flex-wrap: wrap;
    width: 100%;
}
.quanshu_qiye_zizhi li{
    width: 358px;
    height: auto;
    margin-bottom: 38px;
    margin-right: 4px;
    cursor: pointer;
    /*margin-right: 188px;*/
}

.quanshu_qiye_zizhi li:nth-of-type(3n){
    /*margin-right: 0;*/
}
.qiye_zizhi_img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.qiye_zizhi_img img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.quanshu_qiye_zizhi li p{
    color: #757575;
    height: 80px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}
.quanshu_qiye_zizhi li:hover p{
    color: #f35820;
}
.quanshu_qiye_zizhi li:hover .qiye_zizhi_img img{
    transform: scale(1.1);
}


/*6科技*/

.tab_all_ul_keji{
    width: 220px;
}
.keji_ul{
    flex-wrap: wrap;
    justify-content: start!important;
    padding-bottom: 60px;
}
.keji_ul li{
    width: 345px;
    height: 320px;
    background: #ffffff;
    margin-bottom: 20px;
    margin-right: 19px;
    float: left;
}
.keji_ul li:nth-of-type(4n){
    margin-right: 0;
}
.keji_ul li:hover .keji_box_p a span{
    color: #f35820;
    /*font-weight: 600;*/
}
.keji_box_padding{
     margin-bottom: 20px;
    margin-top: 20px;
}
.keji_box_img{
    width: 305px;
    height: 175px;
    overflow: hidden;
    margin-bottom: 15px;
}
.keji_box_img img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.keji_box_padding h6{
    font-size: 18px;
    height: 56px;
    color: #333333;
    margin-bottom: 22px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.keji_box_p{
    display: flex;
    justify-content: space-between;
}
.keji_box_p a{
    display: flex;
    justify-content: space-between;
}
.keji_box_p a span{
    color: #666666;
    font-size: 14px;
    padding-right: 6px;
}
.keji_box_p a img{
    width: 14px;
    height: 14px;
}
.keji_box_p p{
    color: #999999;
    font-size: 14px;
}
.keji_ul li:hover .keji_box_img img{
    transform: scale(1.1);
}
.keyan_result_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.keyan_result_box li{
    width: 464px;
    height: 410px;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 16px;
    transition: 0.5s;
    cursor: pointer;
}
.keyan_result_box li:nth-of-type(3n){
    margin-right: 0;
}


.keyan_result_padding{
    padding: 44px 100px;
}

.keyan_result_img{
    width: 178px;
    height: 252px;
    overflow: hidden;
    margin: 0 auto 22px;
}
.keyan_result_img img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.keyan_result_padding p{
    font-size: 14px;
    color: #757575;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.keyan_result_box li:hover{
    transform: scale(1.03);
    box-shadow: 0 6px 10px #e8e8e8;
}
.keyan_result_box li:hover p{
    color: #f35820;
}


/*网站地图*/
.website_map{

}
.website_ul{
    width: 100%;
    padding-top: 58px;
    padding-bottom: 30px;
}
.website_ul li{
    width: 100%;
    padding-bottom: 50px;
}
.website_ul_word{
    padding-bottom: 30px;
}
.website_ul_h2{
    width: 85px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.website_ul_word img{
    width: 3px;
    height: 20px;
    margin-right: 10px;
}
.website_ul_word h2{
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
}
.website_line{
    width: 92%;
    height: 1px;
    background: #bfbfbf;
}

.website_ul_list{
    padding-left: 12px;
    display: flex;
}
.website_ul_list a{
    color: #000;
    font-size: 16px;
    padding-right: 40px;
}

/*8法律声明*/
.laws_word{
    padding: 10px 0 86px 0;
}
.laws_word h2{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 86px;
}
.laws_word p{
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}


/*使用帮助*/
.use_help{

}
.use_help p{
    padding-bottom: 22px;
}

/*ewm*/
.wechat_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999999;
    display: none;
}
.wechat_tc{
    position: fixed;
    width: 380px;
    height: 380px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 3px 4px 19px #999;
    z-index: 9999991;
    display: none;
}
.close_wechat{
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f35820;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.wechat_code{
    padding: 20px;
    overflow: hidden;
}
.wechat_code img{
    width: 100%;
    height: 100%;
    display: block;
}



/*分页*/
.page_all{
    padding-bottom: 80px;
}
.wejoy_page{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    padding: 25px;
    align-items: center;
    /*justify-content: center;*/
}
.disabled,.wejoy_page a {
    width: 50px;
    height: 30px;
    background: #fff;
    text-align: center;
    margin: 0 2px;
    border: 1px solid #cccccc;
    overflow: hidden;
    display: block;
    line-height: 32px;
    cursor: pointer;
    font-size: 16px;
    color: #999999;
}
.wejoy_page .on {
    background-color: #f35820;
    color: #fff;
    width: 50px;
    height: 32px;
    border: none;
}

.wejoy_page a:hover {
    background-color: #f35820;
    color: #fff;
    border: none;
    width: 50px;
    height: 32px;
}
.header_fixed{
    position: fixed;
    background: #fff;
    z-index: 99999999;
    box-shadow: 0 4px 8px #999;
    transition: 0.2s;
}

@media screen and (max-width: 1440px){
    .news_content_word p img,.banner_all,.dangjian_tebie_list li,.dangjian_video_list li,.header_logo,.tab_all_qyjj_word img,.dangde_video_play_con{
        height: auto;
    }
    .dangjian_video_div{
        height: auto!important;
    }

    .keyan_result_box{
        justify-content: space-between;
    }
    .website_ul_h2{
        width: 100px;
    }
    .website_line{
        width: 90%;
    }
    .tab_all_qyjj_word img{
        width: 41.6%;
    }
    .keji_ul li:nth-of-type(3n){
        margin-right: 0;
    }
    .keji_ul li:nth-of-type(4n){
        margin-right: auto;
    }
    .keji_ul{
        justify-content: space-around!important;
    }
    .footer_contact{
        width: 18%;
    }
    .tab_dangjian_style .tab_all_top .tab_all_ul,.tab_dangjian_style .tab_all_top .tab_all_ul_xq{
        width: 65%;
    }
}


@media screen and (max-width: 1366px){
    .keji_ul li:nth-of-type(4n){
        margin-right: 0;
    }
}


/* 导航栏顶部需要全体改 */
.header_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 784px;
    width: 54.9%;
}

/* 重大信息公开 */
.danwei {
    width: 100%;
    height: 100%;

}

.danwei ul {
    width: 100%;
    height: 407px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.danwei ul li {
    width: 623px;
    height: 240px;
    display: flex;
    padding-left: 57px;
    flex-direction: column;
    justify-content: center;
}

.danwei1 {
    background-image: url(images/gongsi.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 30px;
    color: white;

}

.danwei1 span {
    font-size: 13px;
    color: white;
    margin-top: 15px;
}

.danwei1 a,.danwei2 a{
    width: 100%;
    color: white!important;
}

.danwei2 span {
    font-size: 13px;
    color: white;
    margin-top: 15px;
}

.danwei2 {
    background-image: url(images/danwei.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 30px;
    color: white;
}

.zongbu {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    padding-bottom: 77px;
}

.zongbu-banxin {
    width: 72%;
    margin: 0 auto;
    background-color: white;
    /*height: 695px;*/
    height: 100%;
    padding: 21px 58px 21px 58px;
}

.zongbu-banxin ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 76px;
    border-bottom: 1px dashed #eeeeee;
    align-items: center;
    justify-content: space-between;
}

.zongbu-banxin ul li p {
    color: #999999;
}

.quanshudanwei {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    padding-bottom: 77px;
}

.quanshudanwei-banxin {
    width: 72%;
    margin: 0 auto;
    background-color: white;
    height: 586px;
    padding: 21px 58px 21px 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quanshudanwei-banxin ul {
    margin: 0 auto;
    background-color: white;
    height: 695px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quanshudanwei-banxin ul li {
    display: flex;
    width: 441px;
    height: 148px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.quanshudanwei-banxin ul li img{
    display: flex;
    width: 89px;
    height: 94px;
}