.banner{
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    height: 106px;
    display: flex;
    justify-content: space-between;
}
.banner>div{
    display: inline-block;
}
.banner1{
    width: 868px;
    height: 100%;
}
.banner1>img{
    width: 100%; 
    height: 100%;
}
.banner2{
    width: 280px;
    height: 90px;
    overflow: hidden;
    padding-top: 9px;
    padding-bottom: 9px;
}
.banner2>img{
    width: 100%;
    height: 72px;   
}
.movement{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    height: 754px;
}
.movement>div{
    display: inline-block;
}
.left_movement{
    width: 432px;
    float: left;
    margin-right: 20px;
}
.m_slide{
    width: 100%;
    height: 292px;
    /* background-color: lightpink; */
    position: relative;
}
.imgBox{
    width: 100%;
    height: 100%;
}
.imgContainer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.imgContainer>img{
    width: 100%;
    height: 100%;
}
.img_tit{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 40px;
    color: white;
    padding-left: 10px;
}
.mslidedots{
    position: absolute;
    bottom: 10px;
    right: 5px;
    list-style: none;
    padding: 0;
    width: 105px;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    margin: 0;
}
.mslidedots>li{
    padding: 0; 
    width: 25px;
    height: 18px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.active_li{
    background-color: rgba(180, 36, 36, 0.8) !important;
    /* background-color: rgba(#af2727, 0.4) !important; */
}
.last_news{
    margin-top: 20px;
    font-size: 18px;
    color: #334fa0;
    position: relative;
    height: 48px;
}

.hr_tit{
    width: 335px;
    height: 2px;
    background-color: #334fa0;
    display: inline-block;  
    position: absolute;
    right: 0;
    top: 20px;
}
.reddot{
    position: relative;
    top: 0;
    left: 0;
}
.news_text{
    position: relative;
    top: 10px;
}
.news_content>li{
    list-style: none;
    padding-bottom: 11px;
    border-bottom: dotted 1px #cccccc;  
    padding-top: 15px;
    height: 126px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news_img{
    width: 120px;
    height: 96px;
    background-color: #c9c9c9;
    margin-right: 16px;
    overflow: hidden;
}
.news_img>img{
    cursor: pointer;  
    transition: all 0.6s;  
    width: 100%;
}
.news_img>img:hover{
      transform: scale(1.4);
}
.news_part{
    width: 290px;
}
.news_name{
    color: #183284;
    margin-bottom: 17px;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 16px;
}
.news_txt{
    font-size: 14px;
    color: #808080;
}
.red_detail{
    color: #af2626;
}
.center_movement{
    width: 430px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 452px;
    /* background-color: lightpink;  */
}
.bxdt_tit{
    width: 100%;
    height: 40px;
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.bxdt_tit>div{
    width: 90px;
    height: 40px;
    border-right: 1px solid #cccccc;    
    background-color: white;
    border-top: 3px solid #bb040c;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 18px;
    color: #bb040c;
    padding-left: 8px;
}
.bxdt_content{
    padding-top: 10px;
    font-size: 0;
    border-bottom: 1px solid #ced2de;
    font-size: 0;
}
.bxdt_content a{
    display: block;
}
.bxdt_content>li{
    list-style: none;
    /* margin-top: 10px; */
    padding-bottom: 20px;
}
.bxdt_name{
    color: #183284;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.bxdt_text{
    color: #808080;
    font-size: 14px;
    width: 100%;
    height: 38px;
    overflow: hidden;
    letter-spacing: 1.5px;
}
.bxdt_list{
    width: 100%;
    font-size: 0;
    padding-top: 14px;
}
.bxdt_list>ul{
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}
/*.bxdt_list>ul>li{
    padding: 0;
    list-style: none;   
    font-size: 0;
}*/
/*.bxdt_list>ul>li>a{
    width: 100%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:   ellipsis; 
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
}*/
.li_dot{
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #ced2de;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.right_movement{
    width: 298px;
    height: 760px;
    /* background-color: lightpink; */
    position: absolute;
    top: 0;
    right: 0;
}
.jia_tit{
    width: 100%;
    font-size: 18px;
    color: #334fa0;
    height: 40px;
    position: relative;
}
.jia_name{
    position: relative;
    top: 5px;
    left: -3px;
}
.jia_hr{
    width: 180px;
    height: 2px;
    background-color: #334fa0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 16px;
}
.jia_content{
    padding:7px 10px 0px 10px;
}
.jia_img{
    width: 100%;
    height: 190px;
    background-color: #c9c9c9;
    overflow: hidden;  
   
}
.jia_img>img{
    width: 100%;
    height: 100%;
    cursor: pointer;  
    transition: all 0.8s; 
}
.jia_img>img:hover{
    transform: scale(1.4);  
}
.jia_text{
    margin-top: 20px;
    font-size: 0;
    padding: 0;
    height: 387px;
}
.jia_text>li{
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.jia_text>li>a{
    font-size: 14px;
    letter-spacing: 1.5px;
}
.jia_pic{
    width: 298px;
    height: 98px;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: -10px;
    top: 0px;
}
.jia_container{
    width: 140px;
    height: 100%;
    background-color: #c9c9c9;
    display: inline-block;
    overflow: hidden;
}
.jia_container>img{
    transition: all 0.8s;
}
.jia_container>img:hover{
    transform: scale(1.4);
}
.hot_news{
    margin-top: 30px;
    width: 100%;
}
.img_show{
    width: 100%;
    height: 169px;
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    font-size: 0;
}
.img_container{
    display: inline-block;
    width: 180px;
    height: 150px;
    background-color: #c9c9c9;
    position: relative;
    margin-right: 20px;
    font-size: 0;
}
.img_container>img{
    width: 100%;
    height: 100%;
}
.img_mask{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28px;
    background-color: rgba(65, 63, 63, 0.4);
    font-size: 12px;
    color: white;
    line-height: 28px;
    padding-left: 10px;
}
.xpzx{
    width: 432px;
    float: left;
    margin-right: 20px;
    height: 450px;
}
.xpzx_article{
    width: 100%;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 10px !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.xpzx_top{
    width: 100%;
    font-size: 0;
}
.xpzx_top>li{
    list-style: none;
    padding: 0;
    width: 100%;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    margin-bottom: 15px;
    font-size: 14px;
    color: #333333;
}
.xpzx_top>li>a{
    letter-spacing: 1.5px;
}
.zx_number{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #cccccc;
    color: white;
    float: left;
    text-align: center;
    line-height: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.zx_hd{
    width: 100%;
    height: 638px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hd{
    width: 748px;
    position: absolute;
    right: 0;
    font-size: 0;
}
.hd_content>li{
    list-style: none;
    padding: 0;
    font-size: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 17px;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hd_text{
    width: 570px;
}
.hd_name{
    margin-bottom: 20px;
    font-size: 16px;
}
.hd_name a{
       color: #183284;
       font-weight: 600;
       letter-spacing: 1.5px;
}
.hd_txt{
    font-size: 14px;

}
.hd_txt a{
    color: #808080;
    letter-spacing: 1.5px;
    text-indent: 2em;
}
.hd_img{
    display: flex;
    justify-content: space-between;
    width: 150px;
    background-color:#d2d2d2;
    
}
.hd_img>img{
    transition: all 0.8s;
}
.hd_img>img:hover{
    transform: scale(1.2);
}
.zx_hd_img{
    width: 100%;
    height: 70px;
    margin-top: 30px;
    position: absolute;
    top: 445px;
    left: 0;
}
.zx_hd_img2{
    width: 100%;
    height: 72px;
    position: absolute;
    top: 554px;
    left: 0;
    display: flex;
    justify-content: space-between;
}
/* .zx_hd_img>img{
    width: 100%;
    height: 100%;
} */
.xs_news{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 20px;
    min-height: 1300px;
}
.xs_zx{
    float: left;
    position: absolute;
    width: 882px;
    display: flex;
    height: 1300px;
}
.cs{
    width: 432px;
}
.cs_tit,ls_tit{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    line-height: 40px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.cs_tit>div{
    width: 90px;
    height: 100%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #cccccc;
}
.xs_active{
    height: 40px !important;
    background-color: white;
    border-top: 3px solid #bb040c;
    z-index: 1000;
    color: #bb040c;
    line-height: 33px;
}
.cs_ls_hs{
    margin-top: 20px;
    width: 100%;
    position: relative;
    height: 337px;
}
.cs_part{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    display: flex;
    justify-content: space-between;
    font-size: 0;
    z-index: 100;
}
.cs_img{
    width: 140px;
    height: 112px;
    background-color: #c9c9c9;
    position: relative;
    float: left;
    overflow: hidden;
}
.cs_img>img{
    transition: all 0.8s;
}
.cs_img>img:hover{
    transform: scale(1.2);
}
.cs_img_mask{
    width: 100%;
    height: 24px;
    background-color: rgba(5, 4, 4, 0.4);
    color: white;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 24px;
    text-align: center;
}
.cs_ul{
    width: 270px;
    font-size: 14px;
    color: #333333;
    position: absolute;
    top: 0;
    right: 0;
}
.cs_ul>li,.cs_list>li{
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    font-size: 0;
}
.cs_ul>li a,.cs_list>li a{
    width: 96%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:  ellipsis; 
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.cs_list{
    width: 100%;
    margin-top: 13px;
    position: absolute;
    top: 116px;
    left: 0;
}
.cs_list>li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cs_list>li>.li_dot{
    position: relative;;
    top: 2px;
}
.cs_list_text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cs_list_text>span:nth-of-type(2){
    color: #999;
    font-size: 14px;
}
.chs_part,.hs_part,.hus_part{
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}
.cc{
    height: 397px;
}
.ls{
    position: absolute;
    top: 0;
    right: 0;
}
.ms{
    position: absolute;
    top: 409px;
}
.ws{
    position: absolute;
    top: 409px;
    left: 455px;
}
.xls{
    position: absolute;
    top: 821px;
    left: 0;
}
.zss{
    position: absolute;
    top: 821px;
    left: 455px;
}
.xungen{
    width: 298px;
    position: absolute;
    top: 0;
    right: 0;
}
.xungen_img{
    width: 298px;
    height: 90px;
    background-color: #c9c9c9;
    margin-top: 20px;
}
.xungen_img>img{
    width: 100%;
    height: 100%;
}
.xungen_content{
    height: 320px;
    margin-top: 15px;
    margin-bottom: 23px;
}
.xungen_img{
    width: 100%;
    margin-top: 20px;
}
.xungen_container{
    width: 100%;
    height: 180px;
    position: relative;
    margin-bottom: 44px;
    overflow: hidden;
}
.xungen_container>img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.xungen_container>img:hover{
    transform: scale(1.2);
}
.xungen_mask{
    width: 100%;
    height: 39px;
    position: absolute;
    font-size: 16px;
    bottom: 0;
    left: 0;
    color: white;
    line-height: 50px;
    padding-left: 10px;
    background: -webkit-linear-gradient(bottom,rgba(255,0,0,0),rgb(15, 15, 15)); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom,rgba(255,0,0,0),rgb(14, 13, 13)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(bottom,rgba(255,0,0,0),rgb(15, 15, 15)); /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgb(12, 11, 11)); /* 标准的语法 */
}
.l_nav a:hover{
    color: #bb040c;
}
.news_name:hover{
    color: #bb040c;
}
.news_txt a{
    display: block;
    color: #808080;
    letter-spacing: 1.5px;
}
.news_txt a:hover{
    color: #010101;
}
.bxdt_text:hover{
    color: #bb040c;
}
.bxdt_name:hover,.jia_text a:hover,.xpzx_top a:hover,.hd_name a:hover,.hd_txt a:hover{
    color: #bb040c;
}
.bxdt_list a:hover{
    color: #bb040c;
}
.hd_txt a:hover{
    color: #9c060d;
}
.cs_list a:hover,.cs_ul a:hover{
    color: #bb040c;
}
.main a{
    letter-spacing: 1px;
}
.main_news_section{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.bxdt_list_li{
    margin-bottom: 10px; 
    float: left;
    margin-right: 10px;
}
.bxdt_list_li>a{
    color: #333333;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.logo1{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
}
.fuwu_text1{
    font-size: 24px;
    color: #1d9edf;
    margin-right: 40px;
}
