.main > .container {
    min-height: 200px;
    margin-top: -106px;
    background: #fff;
}
.headline-box {
    width:100%;
    height:106px;
    overflow:hidden;
    position:relative;
}
.headline {
    width:100%;
    height: 106px;
    position:absolute;
    top:106px;
    left: 0;
}
.headline.dis {
    top:0;
}
.headline > a {
    display: block;
    width: 80%;
    margin: 0 auto 6px;
    padding-top: 14px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #2f5594;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headline > p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bner-warp {
    width: 100%;
    height: 389px;
    position: relative;
    margin-bottom: 30px;
}
.bner-warp .bner {
    width: 700px;
    height: 100%;
    float: left;
}
.bner-warp > ul {
    float: right;
    width: 478px;
    height: 100%;
    background: #2f5594;
    padding: 35px 20px;
}
.bner {
    position: relative;
    overflow: hidden;
}
.bner .imgs {
    width: 3500px;
    height:100%;
    overflow: hidden;
}
.bner .imgs li {
    float: left;
    width: 700px;
    height: 100%;
    position: relative;
}
.bner .imgs li img {
    width: 100%;
    height: 100%;
}
.bner .imgs li span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 35px;
    line-height: 35px;
    background: #2f5594;
    width: 100%;
    padding: 0 20% 0 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .bner .icon-left {
    position: absolute;
    width: 40px;
    height: 60px;
    background: url(../images/index/left.png) no-repeat;
    left: 0;
    top: 50%;
    margin-top: -30px;
    background-size: 100% 100%;
}
.bner .icon-right {
    position: absolute;
    width: 40px;
    height: 60px;
    background: url(../images/index/right.png) no-repeat;
    right: 0;
    top: 50%;
    margin-top: -30px;
    background-size: 100% 100%;
}
.bner-warp .inds {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.bner-warp .inds span {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #7d7d7d;
    margin-left: 10px;
}
.bner-warp .inds .dis {
    width: 20px;
    background: #fff;
}
.bner-warp > ul a {
    padding: 0 30px;
    font-size: 24px;
    color: #fff;
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.bner-warp > ul p {
    font-size: 16px;
    color: #fff;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 20px;
}
.bner-warp > ul li {
    display: none;
}
.bner-warp > ul li.dis {
    display: block;
}
.news-list ul {
    display: none;
}
.news-list ul.dis {
    display: block;
}
.news-ldxx {
    overflow: hidden;
}
.news-warp {
    float: left;
    width: 760px;
}
.news-warp .news-nav {
    float: left;
}
.news-warp .news-nav li {
    width: 167px;
    height: 88px;
    line-height: 88px;
    font-size: 20px;
}
.news-warp .news-nav li a {
    display: block;
    width: 154px;
    height: 100%;
    text-align: center;
    background: #f3f3f3;
    color: #666666;
}
.news-warp .news-nav li.dis {
    background: url(../images/index/titlebg.png) no-repeat;
}
.news-warp .news-nav li.dis a {
    color: #fff;
    background: #2f5594;
}
.news-warp .news-list {
    float: right;
    width: 570px;
}
.news-list ul li {
    position: relative;
    margin: 12px 0 0;
}
.news-list ul li p {
    padding-left: 20px;
    background: url(../images/icon/dian.png) no-repeat 2px 10px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.news-list ul li span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #7a7a7a;
}
.news-list ul .h-news {
    margin-top: 0;
}
.news-list ul .h-news > a {
    font-size: 20px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list ul .h-news > div {
    text-indent: 2em;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}
.news-list ul .h-news > div a {
    color: #ff9201;
    margin-left: 20px;
}
.news-ldxx .ldxx-warp {
    width: 420px;
    float: right;
}
.ldxx {
    width: 100%;
    height: 254px;
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 18px;
}
.ldxx .title {
    font-size: 20px;
    color: #2f5594;
    position: relative;
    margin-bottom: 35px;
}
.ldxx .title a {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 16px;
    color: #999999;
}
.ldxx .title a:hover {
    color: #8c0307;
}
.ldxx > a {
    float: left;
    width: 112px;
    height: 152px;
    margin-right: 20px;
}
.ldxx > a img {
    width: 100%;
    height: 100%;
}
.ldxq {
    float: left;
    width: 258px;
}
.ldxq > a {
    font-size: 20px;
    display: block;
    margin: 8px 0 16px;;
}
.ldxq > span {
    font-size: 16px;
    display: block;
    width: 94px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 16px 0 8px;
    background: url(../images/index/zggz.png) no-repeat;
}
.ldxq > p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jzxx a {
    display: block;
    width: 100%;
    height: 80px;
    background: #f3f3f3 url(../images/index/jzxx.png) no-repeat left top;
    font-size: 24px;
    color: #2f5594;
    padding-left: 140px;
    line-height: 80px;
}
.jzxx a span {
    margin-left: 100px;
}
.zw-list {
    overflow: hidden;
    margin-top: 20px;
}
.zw-list > li {
    float: left;
    width: 18.6666%;
    height: 78px;
    border: 1px solid #0b5492;
    margin-left: 1.6666%;
    position: relative;
}
.zw-list > li:first-child {
    margin-left: 0;
}
.zw-list li a {
    padding-left: 40%;
    display: block;
    width: 88%;
    height: 30px;
    line-height: 30px;
    background: #2f5594;
    color: #fff;
    font-size: 20px;
    margin: 24px auto;
    
}
.zw-list li a span {
    position: absolute;
    left: 38px;
    top: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2f5594;
    line-height: 42px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .yd_none {
        display: none;
    }
    .main > .container {
        margin-top: 0;
    }
    .headline {
        height: auto;
        margin-bottom: 15px;
    }
    .headline > a {
        font-size: 24px;
    }
    .bner-warp {
        height: auto;
        margin-bottom: 15px;
    }
    .bner-warp .bner {
        width: 100%;
        float: none;
        height: 180px;
        margin-bottom: 15px;
    }
    .bner .icon-right,
    .bner .icon-left {
        margin-top: 0;
        top: 60px;
    }
    .news-warp {
        float: none;
        width: 100%;
    }
    .bner-warp > ul {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .bner-warp > ul a {
        padding: 0 0 12px;
        font-size: 18px;
    }
    .bner-warp > ul p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 12px;
        padding-bottom:30px;
    }
    .news-warp .news-nav {
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .news-warp .news-nav li {
        float: left;
        width: 30%;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        border-radius: 6px;
        margin-left: 5%;
    }
    .news-warp .news-nav li:first-child {
        margin-left: 0;
    }
    .news-warp .news-nav li a {
        width: 100%;
        border-radius: 6px;
    }
    .news-warp .news-nav li.dis {
        background: none;
    }
    .news-warp .news-list {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .news-list ul li p {
        width: 70%;
    }
    .news-ldxx .ldxx-warp {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .ldxx {
        height: auto;
        padding: 0;
    }
    .ldxx .title {
        margin-bottom: 15px;
    }
    .ldxx > a {
        float: none;
        display: block;
        width: 112px;
        height: 152px;
        margin: 0 auto;
    }
    .ldxq {
        float: none;
        width: 100%;
        text-align: center;
    }
    .ldxq > span {
        margin: 10px auto;
    }
    .zw-list > li {
        width: 48%;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 4%;
        height: 60px;
    }
    .zw-list li a {
        padding-left: 0;
        font-size: 18px;
        margin: 15px auto;
        text-align: center;
    }
    .zw-list li a span {
        display: none;
    }
    .zw-list > li:nth-child(2n) {
        margin-right: 0;
    }
}
/*body{
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); 
    filter: gray; 
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  }*/