*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-family: Microsoft YaHei,SimSun,Arial,Helvetica, sans-serif;
}
body{
    background: url(bg_Xu190830.jpg) center top no-repeat;
}
a,p{
    text-decoration: none;
    color: #fff;
}
img{
    border: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.w523{
    width: 523px;
    margin: 0 auto;
    overflow: hidden;
}
#wrap{
    width: 100%;
    height: 100%;
}
/*header*/
header{

}
.top{
    height: 30px;
    overflow: hidden;
    background-color: rgba(1,99,154,.7);
}
.top_text span,.top_text a{
    line-height: 30px;
    color: #fff;
}
nav{
    margin-top: 465px;
    height: 48px;
    line-height: 48px;
    background-color: #094c84;
}
.nav_ul li{
    float: left;
    color: #fff;
    width: 240px;
    text-align: center;
    background: url(nav_bg_Xu190830.png)no-repeat right center;
}
.nav_ul li:last-child{
    background: none;
}
.nav_ul li a{
    font-size: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav_ul li a:hover{
    color: #f3aa1e;
}
/*section*/
.section{
    overflow: hidden;
    padding-bottom: 35px;
    background-color: #f8f8f8;
}
.contents{
    margin-top: 18px;
    background-color: #fff;
}
/*左侧*/
.slider_bg{
    width: 604px;
    height: 340px;
    background-color: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}
.slider_ul{
    margin: 7px 0 0 7px;
}
.slider_bg .slider_ul_li{
    position: relative;
}
.slider_bg .li_img{
    width: 604px;
    height: 340px;
}
.slider_more{
    width: 48px;
    height: 20px;
    position: absolute;
    bottom: 11px;
    right: 15px;
}
.img_cover{
    position: absolute;
    bottom: 11px;
    width: 604px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,.8);
}
.img_cover_text{
    display: block;
    width: 400px;
}
.blue_list{
    position: absolute;
    bottom: 16px;
    right: 75px;
}
.blue_list li{
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin-right: 9px;
    float: left;
    font-size: 0;
}
.blue_list .on{
    background-color: #034e8b;
}
/*右侧*/
.contents_list{
    width: 539px;
    /*height: 290px;*/
    margin: 16px 18px 0 33px;
}
.list_top{
    height: 29px;
    border-bottom: 1px solid #eee;
}
.list_top a{
    color: #797979;
}
.list_top img{
    color: #094c84;
}
.list_text{
    margin-top: 10px;
    margin-left: 24px;
}
.list_text ul li{
    list-style: disc;
    margin-bottom: 8px;
}
.list_text ul{
    color: #8cbadf;
}
.list_text .time {
    color: #b5b5b5;
}
.list_text ul li a{
    color: #333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.list_text ul li a:hover{
    color: #0673e6;
}
.contents_list2{
    height: 200px;
    width: 558px;
}
.contents_r2{
    width: 583px;
    margin-left: 8px;
    margin-right: 0;
    /*height: 200px;*/
}
.xmjs{
    height: 146px;
    background-color: #fff;
}
.xmjs_title{
    width: 98%;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.xmjs-line{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #cecece;
}
.xmjs_title img{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.xmjs_list li{
    width: 118px;
    height: 40px;
    border: 1px solid #f7f7f7;
    background-color: #fbfbfb;
    margin-left: 10px;
    margin-right: 20px;
    float: left;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.xmjs_list li:hover{
    border: 1px solid #034e8b;
}
.xmjs_list li img{
    position: absolute;
    left: 0;
    top: 13px;

}
.xmjs_list li a{
    color: #034e8b;
}
.xmjs_text li{
    width: 535px;
}
.xmjs_text ul{
    float: left;
}
.xmjs .ul_2{
    margin-left: 58px;
}
/*列表*/
.section_list{
    background-color: #f8f8f8;
    overflow: hidden;
    padding-bottom: 28px;
}
.contents2{
    padding: 30px;
}
.list_top2 a{
    color: #094c84;
    font-size: 20px;
}

.contents_title {
    height: auto;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding: 0 20px 0 55px;
    border-bottom: 1px solid #ccc;
}
.contents_title h1{
    font-size: 20px;
}
.contents_message {
    margin-top: 10px;
    text-align: center;
}
.contents_message ul {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: 30px;
}
.contents_message ul a{
    color: #000;
}
.contents_message li {
    float: left;
    margin: 0 60px;
}
.contents_text {
    line-height: 32px;
    padding: 0 30px 0 40px;
}
.bgfff{
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}

.top{
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2094c84,endColorstr=#B2094c84);
}
.top_text .fl:hover {
    color: #ffde00;
}
.top_text span, .top_text a {font-size: 14px;}
.prev img ,.next img{
    width: 40px;
    height: 40px;
    margin-top: 14px;
}
.list_top .fr{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.list_top .fr:hover{
    color: #0673e6;
}

/*Footer*/
footer{
    color: #fff;
}
.zly_mzt_20170310footdb{ text-align: center;margin: 0 auto;width: 100%;background: #0f181e;}
.zly_mzt_20170310footdblu{ font-size: 14px; overflow: hidden;overflow: hidden;display: inline-block;margin: 0 auto;/* float: left; */ /* padding-left: 175px; */height: 63px;}
.zly_mzt_20170310footdblu li{ font-size: 14px;float: left; width: auto;}
.zly_mzt_20170310footdblu li a{ color: #fff; font-size: 14px;!important; line-height: 63px;}
.zly_mzt_20170310footdblo1 img{ margin-left: 32px ; padding-top: 5px; line-height: normal;}
.zly_mzt_20170310footdblo2 img{ margin-left: 12px ; padding-top: 15px;line-height: normal;}
.zly_mzt_20170310footdblo3 img{ margin-left: 12px ; padding-top: 15px;line-height: normal;}
.zly_mzt_20170310footdblu li{ color:#fff;margin-top:5px;}
.zly_mzt_20170310footdblu li a{font-size:14px; line-height:23px;}
.zly_mzt_20170310footdblo1 img{ width:90px; padding:0; margin-right: 32px;margin-left: 0;}
.zly_mzt_20170310footdblo2 img{ padding:0;margin-left:32px;}
.zly_mzt_20170310footdblu100{ margin-top:10px;}