BODY {
    COLOR: #2e2e2e;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHEI", "Arial";
}

A {
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    TEXT-DECORATION: none;
    FONT-SIZE: 16px;
    COLOR: #2e2e2e;
}

A:hover {
    FONT-SIZE: 16px;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}

img {
    border: 0
}

ul,
li,
dd,
dt {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
p,
i,
img,
ul,
li,
ol,
table,
tr,
td,
th,
fieldset,
label,
legend,
button,
input {
    margin: 0;
    padding: 0;
}

/* 顶部样式 */
.container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.clear {
    clear: both;
}

#topbg {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
    float: left;
}

.top-lf {
    width: 320px;
    height: 40px;
    float: left;
    display: flex;
    justify-content: space-between;
}

.top-lf p {
    width: auto;
    height: 40px;
    font-size: 14px;
}

.top-lf p a {

    font-size: 14px;
}

.top-lf p span img {
    width: 24px;
    height: 24px;
    float: left;
    margin: 8px;
}

.top-lr {
    float: right !important;
    width: 200px;
}

#banner {
    width: 100%;
    height: 560px;
    float: left;
    overflow: hidden;
}

.nv {
    width: 100%;
    height: 80px;
    background: #0061b4;
}

.nv ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.nv li {
    list-style: none;
    line-height: 80px;
    height: 80px;
    text-align: center;
    width: auto;
    font-size: 18px;
}

.nv li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.nv li a:link {
    display: block
}

.nv li a:hover {
    color: #ff0;
}

/* 幻灯片css */
.slideBox {
    width: 550px;
    height: 410px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 20px 20px auto auto;
}
.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    position: relative
}
.slideBox .bd li span {
    width: 510px;
    height: 35px;
    line-height: 35px;
    text-indent: 5px;
    background: rgb(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: block
}
.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    width: 550px;
    height: 410px;
    display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}

.zt-tuijian{
     width: 630px;
     height: auto;
     float: right;
     margin-top: 10px;
}
.zt-title{
     width: 100%;
     height: 55px;
     line-height: 55px;
     display: flex;
     justify-content: space-between;
     flex-wrap: nowrap;
}
.zt-title h3{
    font-size: 24px;
    font-weight: bold;
    text-indent: 15px;
    color: #0061b4;
    position: relative;
}
.zt-title h3::before{
    width: 5px;
    height: 25px;
    background: #dedede;
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
}
.zt-title{
font-size: 14px;
color: #666;
}
.zt-title  a{
    font-size: 14px;
    color: #666;
    }
    .zt-title  a:hover{
        font-size: 14px;
        color: #f00;
        }

        .row2_newslist {
            width: 100%;
            height: auto;
            margin: auto;
        }
        .row2_newslist ul {
          width: 100%;
            height: auto;
            float: left;
            margin: 0;
            padding: 0 5px;
            box-sizing: border-box;
        }
        .row2_newslist li {
            height: 35px;
            line-height: 35px;
            position: relative;
            text-indent: 15px;
            border-bottom: 1px dotted #ddd;
            padding: 5px 0
        }
        
        .row2_newslist li::before {
            width: 5px;
            height: 5px;
            background: #dedede;
            border-radius: 50%;
            position: absolute;
            left: 0;
            bottom: 20px;
            display: block;
            content: "";
        }

        .zt-xh{
             width: 1200px;
             height: auto;
             display: flex;
             margin: 20px auto;
             justify-content:flex-start;
             flex-wrap:wrap ;
        }
        .xh-news{
             width: 575px !important;
             margin: auto 20px 20px auto;
        }
        .xh-news li{
            border: none;
       }

       #banquan {
        width: 100%; 
       height: 120px;
       background: #0061b4;
       float: left;
       padding-top: 30px;
       line-height: 30px;
       text-align: center;
       color: #fff;
   }
   
   .zt-piclist{
     width: 1200px;
     height: auto;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     margin: 20px auto;
   }
   .pic-list{
     width: 270px;
     height: 240px;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
   }
   .pic-list img{
    width: 270px;
    height: 210px;
    overflow: hidden;
  }

  .pic-list p{
    width: 270px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }