*{
    margin: 0;
    padding: 0;
}

body,html{
    font-size: 12px;
    font-family: "΢���ź�";
    color: black;
}

ul,dl,ol{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
}

img{
    border:none;
    outline: none;
}

i,em,h1,h2,h3,h4,h5,h6{
    font-style: normal;
}

.cf:after{
    display: block;
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.cf{
    zoom: 1;
}

/*ͷ��S*/
.bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 1920px;
    z-index: -10;
}

.header{
    margin: auto;
    width: 1200px;
    height: 328px;
    position: relative;
}

.header a{
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block;
    width: 60px;
    height: 20px;
    border-radius: 20px;
    color: white;
    line-height: 20px;
    text-align: center;
    background: rgba(0,0,0,0.2);
}
/*ͷ��E*/

/*������S*/
.nav{
    margin: auto;
    width: 100%;
    height: 30px;
    padding: 10px 0;
    background: #1959c4;
    text-align: center;
}

.nav a{
    display: inline-block;
    padding: 0 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-right: 3px solid white;
}

.nav a:last-child{
    border: none;
}

/*������E*/

/*�ֲ�ͼS*/
.banner_bg{
    margin: auto;
    width: 1200px;
    /*background: linear-gradient(red,white);*/
    /*padding: 6px 0 0 0;*/
    position: relative;
}

.banner{
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.banner ul li{
    float: left;
}

.banner ul li img{
    width: 1200px;
}

#b03 {
    width: 1200px;
}
#b03 .dots {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 1200px;
    height: 20px;
    background: rgba(0,0,0,0.6);
    z-index: 10;
}
#b03 .dots li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    /*border: 2px solid #fff;*/
    background: rgba(255,255,255,0.9);
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#b03 .dots li.active
{
    background: #ffca2a;
    opacity: 1;
}
/*�ֲ�ͼE*/

/*����S*/
.content{
    margin:30px auto 30px;
    width: 1200px;
}

.content_t{
    width: 1200px;
    margin: 0 0 30px 0;
}

.content_t img{
    display: block;
    margin: auto;
}

.content_c{
    width: 1200px;
}

.content_k{
    margin: auto;
    width: 1100px;
    border: 1px solid #1959c4;
    background: #f7f7f7;
}

.k_list{
    margin:30px auto 0;
    width: 950px;
}

.k_l{
    float: left;
    width: 450px;
    margin: 0 50px 0 0;
}

.k_l:last-child{
    margin: 0;
}

.k_l_t{
    width: 450px;
    height: 40px;
    border-bottom: 1px solid #1959c4;
    margin-bottom: 10px;
}

.k_l_t img{
    display: inline-block;
    float: left;
    margin: 6px 10px 5px 0;
}

.k_l_t h1{
    display: inline-block;
    float: left;
    color: #1959c4;
    font-size: 25px;
    line-height: 40px;
}

.k_l_t a{
    display: inline-block;
    float: right;
    color: #1959c4;
    font-size: 18px;
    line-height: 40px;
}

.k_l_c{
    width: 450px;
}

.k_l_c a{
    display: block;
    width: 400px;
    height: 40px;
    padding-left: 25px;
    background: url("../images/k_t_l.png") no-repeat 10px center;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.listBn{
    float: left;
    width: 580px;
    height: 240px;
}

#b04 {
    width: 520px;
    position: relative;
}

#b04 ul li{
    width: 520px;
    eight: 240px;
}

#b04 ul li a{
    display: block;
    width: 520px;
    eight: 240px;
    position: relative;
}

#b04 ul li a img{
    display: block;
    width: 520px;
    height: 240px;
}

.b_title{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 502px;
    padding: 0 9px;
    height: 30px;
    background: rgba(0,0,0,0.6);
    line-height: 30px;
    color: white;
    font-size: 16px;
    text-align: left;
}

#b04 .dots {
    display: none;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 80px;
    height: 20px;
    z-index: 10;
}
#b04 .dots li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px;
    text-indent: -999em;
    background: rgba(255,255,255,0.8);
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#b04 .dots li.active
{
    background: #ffca2a;
    opacity: 1;
}

#b04 .arrow { position: absolute; top: 100px; display: none;}
#b04:hover .arrow{
    display: block;
}
#b04 #al { left: 15px;}
#b04 #ar { right: 15px;}

.content_c .list_l:first-child{
    margin-right: 40px;
}

.list_l{
    float: left;
    width: 580px;
    height: 240px;
}

.list_l li{
    width: 545px;
    padding-left:25px;
    height: 40px;
    background: url("../images/zdsj_li.png") no-repeat 10px center;
}

.list_l li a{
    float: left;
    display: inline-block;
    font-size: 16px;
    width: 470px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333333;
}

.list_l li span{
    float: right;
    display: inline-block;
    font-size: 18px;
    color: #999999;
    width: 50px;
    height: 40px;
    line-height: 40px;
}

.more{
    margin: 10px 0 0 0;
    display: block;
    width: 1200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #1959c4;
}

.b_l{
    float: left;
    width: 578px;
    margin: 0 34px 0 0;
}

.b_l:last-child{
    margin: 0;
}

.b_l_t{
    width: 578px;
    height: 41px;
    position: relative;
}

.b_l_t img{
    display: block;
    width: 578px;
    height: 41px;
}

.b_l_t a{
    position: absolute;
    right: 10px;
    top:-6px ;
    display: inline-block;
    color: #1959c4;
    font-size: 14px;
    line-height: 40px;
}

.b_l_c{
    width: 578px;
}

.b_l_c li{
    display: block;
    width: 578px;
    height: 40px;
}

.b_l_c li a{
    float: left;
    display: inline-block;
    width: 465px;
    height: 40px;
    padding-left: 25px;
    background: url("../images/zdsj_li.png") no-repeat 10px center;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.b_l_c li span{
    float: right;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.list_l li a:hover,.k_l_c a:hover,.b_l_c a:hover,.list_a a:hover{
    color: #1959c4;
}

/*����E*/

/*��ĿҳS*/
.content_list{
    margin: auto;
    width: 1200px;
    /*padding-top: 200px;*/
    min-height: 340px;
}

.wz{
    width: 1160px;
    padding-left: 40px;
    height: 40px;
    background: url("../images/zdsj_wz.png") no-repeat 10px center;
    border-bottom: 1px solid #bebebe;
}

.wz a{
    float: left;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.list_a{
    width: 1140px;
    padding: 20px 30px;
    border-bottom: 1px solid #dadada;
}

.list_a a{
    display: block;
    width: 1140px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #3b3b3b;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.list_a p{
    margin: 10px 0;
    display: block;
    width: 1140px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.list_a i{
    display: block;
    width: 1140px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
}
/*��ĿҳE*/

/*��ҳ S*/

.pagenum {
    height: 30px;
    margin: 30px 0;
    text-align: center;
}

.pagenum a {
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #707070;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.pagenum a:not(.prev):not(.next).act {
    background: #1959c4;
    color: white;
}
/*��ҳ E*/

/*����ҳS*/
.content_title{
    margin: 40px 0 20px 0;
    width: 1200px;
    font-size: 25px;
    color: #1959c4;
    text-align: center;
}

.content_span{
    display: block;
    width: 1200px;
    height: 30px;
    background: #f7f7f7;
    text-align: center;
    line-height: 30px;
    color: #999;
}

.content_p{
    width: 1200px;
    margin: 40px 0;
}

/*��ӡ S*/
.subsce_Print {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.subsce_Print ul {
    float: right;
}

.subsce_Print ul li {
    float: left;
    margin: 0 10px;
}

.subsce_Print ul li a {
    font-size: 14px;
    font-family: "����";
    color: #8a8a8a;
}

.subsce_Print ul li a:hover {
    color: #990000;
}

.subsce_Print ul li img {
    margin-bottom: -10px !important;
}
/*��ӡ E*/

.fj{
    margin: 20px 0;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    color: #868686;
    border-top:1px dashed #d2d2d2;
    border-bottom:1px dashed #d2d2d2;
}

.nexts {
    width: 1200px;
    overflow: hidden;
}

.nexts p {
    margin: 10px 0 20px 0;
    font-size: 14px;
    color: #666666;
    font-family: "����";
}

.nexts p a {
    font-size: 14px;
    color: #666666;
    font-family: "����";
}

.nexts p a:hover {
    color: #be2e09;
}

/*����ҳE*/

/*�ײ�S*/
.footer{
    margin: auto;
    width: 1200px;
    padding: 30px 0;
    border-top: 4px solid #1959c4;
}

.footer p{
    width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*�ײ�E*/