@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A {
    color: #333333;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color: #333333
}

A:hover {
    COLOR: #906237 !important
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Arial, "微软雅黑";
    background: #fff;
    color: #333333;
}

body, html {
    width: 100%;
    height: 100%;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img, button {
    margin: 0px;
    padding: 0px;
}

button {
    border: 0;
    background: none;
}

input {
    border: 0px;
}

img, button, label, :before, :after {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /*max-width: 100%;*/
    height: auto;
}

li {
    list-style: none;
}

a, i, p, h1, h2, h3, h4, h5, h6, span, :before, :after {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

@media only screen and (max-width: 1300px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height: 1.5;
    }


}

@media only screen and (min-width: 1300px) {
    .main {
        width: 1300px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

}

.y50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.y30 {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.y10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.y5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.y3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.zt_3d {
    color: #333;
}

.zt_6d {
    color: #666;
}

.zt_9d {
    color: #999;
}

.imgk {
    width: 100%;
    overflow: hidden;
}

.txtk {
    width: 100%;
}

.imgk img {
    width: 100%;
}

@media only screen and (max-width: 1300px) {
    .md50 {
        margin-bottom: 20px;
    }

    .md80 {
        margin-bottom: 20px;
    }

    .md70 {
        margin-bottom: 20px;
    }

    .md60 {
        margin-bottom: 20px !important;
    }

    .md10 {
        margin-bottom: 10px;
    }

    .md15 {
        margin-bottom: 10px;
    }

    .md20 {
        margin-bottom: 15px;
    }

    .md25 {
        margin-bottom: 15px;
    }

    .md30 {
        margin-bottom: 20px;
    }

    .md35 {
        margin-bottom: 20px;
    }

    .md40 {
        margin-bottom: 20px;
    }
}

.md5 {
    margin-bottom: 5px;
}

@media only screen and (min-width: 1300px) {
    .md80 {
        margin-bottom: 80px;
    }

    .md70 {
        margin-bottom: 70px;
    }

    .md60 {
        margin-bottom: 60px;
    }

    .md50 {
        margin-bottom: 50px;
    }

    .md10 {
        margin-bottom: 10px;
    }

    .md15 {
        margin-bottom: 15px;
    }

    .md20 {
        margin-bottom: 20px !important;
    }

    .md25 {
        margin-bottom: 25px;
    }

    .md30 {
        margin-bottom: 30px;
    }

    .md35 {
        margin-bottom: 35px;
    }

    .md40 {
        margin-bottom: 40px;
    }

    .img_d {
        overflow: hidden;
    }

    .img_d img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .img_d:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
}

.bj_grey {
    background-color: #f5f5f5;
}

.ban, .ban img {
    width: 100%;
    display: block;
}

.ban {
    width: 100%;
    position: relative;
    height: 175px;
    background-image: url("../images/ban_bj.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
    padding: 20px 0;
}

.dqwz {
    color: #666;
}

@media only screen and (max-width: 1300px) {
    .ban {
        padding: 0px;
        height: auto;
    }

    .ban .dqwz {
        padding: 15px;
        height: auto;
        /*text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;*/
        margin-bottom: 0 !important;
    }

    .ban .bt {
        display: none;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #e9e9e9;
        background: #f9f9f9;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
    }
    
    .lm1 li > dl > dd dl > dd > .txtk{
        padding-left:15px;
    }
    .lm1 li > a {
        font-weight: bold;
    }

    .lm1 li dl {
        padding-left: 15px;
    }

    .lm2 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm2 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
        background: #f6f6f6;
    }

    .lm2 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;

    }

    .lm2 li a:hover {
        background: #1358b2;
        color: #ffffff;
    }

    .lm2 li .txtk {
        display: block;
        width: 100%;
        font-size: 0;

    }

    .lm2 li .txtk a {
        width: 50%;
        display: inline-block;
        font-size: 12px;
        padding: 5px 6%;
    }

    .lm1_bt {
        width: 100%;
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        /*background-color: rgba(255,255,255,.5);*/
        font-size: 15px;
        border-bottom: solid 1px #e9e9e9;
        margin-top: -10px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        font-weight: bold;
        color: #333 !important;
        /*background-color: #005bac;*/
    }

    .lm1_bt a:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: 5px;
        top: 0px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23f7931e'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }

    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }

    .lm1_bt.lm3_bt {
        background-color: #20878a;
        border: 0;
    }

    .lm1_bt.lm3_bt a {
        color: #fff !important;

    }

    .lm1_bt.lm3_bt a:before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
    }

    .h3_bt1 {
        display: none;
    }

}

@media only screen and (min-width: 1300px) {
    .lm1_bt {
        display: none;
    }

    .lm1 {
        width: 100%;
        float: left;
        text-align: center;
        box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
        margin-top: -95px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    .lm1 li {
        float: left;
        width: 100%;
        margin-bottom: 1px;
    }

    .lm1 li > a {
        display: block;
        width: 100%;
        padding: 16px 10px;
        position: relative;
        font-size: 17px;
    }

    .lm1 li > a:hover, .lm1 li > a.on {
        background-color: #906237;
        color: #fff !important;
    }
    .lm1 li > dl {
        width: 100%;
        text-align: center;
    }

    .lm1 li > dl > dd {
        border-bottom: solid 1px #e9e9e9;
    }

    .lm1 li > dl > dd > a {
        display: block;
        width: 100%;
        padding: 10px 10px;
        position: relative;
        background-color: #fcfcfc;
        font-size: 15px;
    }

    .lm1 li > dl > dd > a:hover, .lm1 li > dl > dd > a.on {
        background-color: #b5885e;
        color: #fff!important;
    }

    .lm1 li > dl > dd:last-child {
        border-bottom: 0;
    }

    .lm1 li > dl > dd > dl {
        width: 100%;
        background-color: #f4f4f4;
        border-bottom: 0;
        padding:5px 0;
    }
    .lm1 li > dl > dd dl > dd > a {
        display: block;
        width: 100%;
        line-height: 35px;
        position: relative;
        font-size: 15px;
    }
    .lm1 li > dl > dd dl > dd > .txtk{
        display: none;
    }
    .lm1 li > dl > dd dl > dd > a.on {
        color: #906237;
    }

    .lm2 {
        font-size: 0;
        text-align: center;
    }

    .lm2 li {
        display: inline-block;
        margin: 0 15px;
        font-size: 16px;
    }

    .lm2 a {
        display: block;
        line-height: 40px;
        height: 40px;
        position: relative;
    }

    .lm2 a.on:before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #1358b2;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .lm2 a.on:after {
        content: '';
        position: absolute;
        border-bottom: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-top: 6px solid #1358b2;
        border-left: 6px solid rgba(0, 0, 0, 0);
        top: 0px;
        left: 50%;
        margin-left: -6px;
        width: 0px;
        height: 0px;
    }

    .h3_bt1 {
        width: 100%;
        float: left;
        background-color: #1358b2;
        color: #fff;
        padding: 20px 10px;
        text-align: center;
        margin-top: -40px;
        position: relative;
        z-index: 1;
    }

    .lm2 li .txtk {
        display: none;
    }
}

.ban .bt {
    font-weight: bold;
}

@media only screen and (max-width: 1300px) {
    .ny {
        width: 100%;
        padding: 15px;
        min-height: 200px;
    }

    .ny .d1 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .ny .d2 {
        width: 100%;
        float: left;
    }

    .ny_bt {
        width: 100%;
        float: left;
        border-bottom: solid 1px #e9e9e9;
        padding-bottom: 10px;
    }

    .ny_bt .bt {
        line-height: 30px;
        position: relative;
        padding-left: 15px;
        font-size: 16px;
    }

    .ny_bt .bt:before {
        content: '';
        height: 70%;
        width: 3px;
        background-color: #ffad4e;
        position: absolute;
        left: 0px;
        top: 15%;
    }

    .ny_bt .cd_more1 {
        width: 90px;
    }
}

@media only screen and (min-width: 1300px) {
    .ny {
        width: 100%;
        padding: 40px 0 50px 0px;
        min-height: 500px;
    }

    .ny .d1 {
        width: 200px;
        float: left;
    }

    .ny .d2 {
        width: 1040px;
        float: right;
    }

    .ny .d3 {
        width: 100%;
    }

    .ny_bt {
        width: 100%;
        float: left;
        border-bottom: solid 1px #e9e9e9;
        padding-bottom: 20px;
        line-height: 30px;
    }

    .ny_bt .bt {
        line-height: 30px;
        position: relative;
        padding-left: 20px;
    }

    .ny_bt .bt:before {
        content: '';
        height: 80%;
        width: 4px;
        background-color: #906237;
        position: absolute;
        left: 0px;
        top: 10%;
    }

    .ny_bt .cd_more1 {
        width: 120px;
    }
}

.ab_nr {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1300px) {
    .ab_nr {
        font-size: 13px;
    }

    .ab_nr img {
        height: auto !important;
    }

    .ld_lb1 {
        width: 102%;
        float: left;
        margin: 0px 0 0 -1%;
    }

    .ld_lb1 li {
        float: left;
        margin: 1%;
        width: 18%;
    }

    .ld_lb1 li:nth-child(5n+1) {
        clear: both;
    }

    .ld_lb1 .imgk {
        width: 100%;
        margin-bottom: 10px;
    }

    .ld_lb1 .imgk img {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .ld_lb1 li {
        width: 31.3333%;
    }

    .ld_lb1 li:nth-child(4n+1) {
        clear: none;
    }

    .ld_lb1 li:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 500px) {
    .ld_lb1 li {
        width: 48%;
    }

    .ld_lb1 li:nth-child(3n+1) {
        clear: none;
    }

    .ld_lb1 li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 1300px) {
    .ab_nr {
        font-size: 17px;
        line-height: 30px;
    }

    .ld_lb1 {
        width: 102.8%;
        float: left;
        margin: -10px 0 0 -1.4%;
    }

    .ld_lb1 li {
        float: left;
        margin: 1.4%;
        width: 13.866%;
    }

    .ld_lb1 .imgk {
        width: 100%;
        height: 190px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .ld_lb1 .imgk img {
        width: 100%;
        min-height: 190px;
    }
}

.ld_lb1 .txtk {
    width: 100%;
}

.ld_lb1 .txtk p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
    .ls_lb {
        float: left;
        width: 100%;
        padding-top: 20px;
        border-left: solid 1px #ddd;
        position: relative;
        margin-top: 20px;
    }

    .ls_lb:before {
        content: '';
        background-color: #fff;
        border: solid 1px #ddd;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 16px;
        width: 16px;
        position: absolute;
        left: -8px;
        top: -18px;
    }

    .ls_lb li {
        width: 100%;
        position: relative;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 20px;
        float: left;
    }

    .ls_lb li:before {
        content: '';
        background-color: rgba(2, 112, 119, .9);
        border: solid 3px rgba(255, 255, 255, .7);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        position: absolute;
        left: -8px;
        top: 12px;
    }

    .ls_lb .sj {
        line-height: 24px;
        width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .ls_lb .txtk {
        width: 100%;
        float: left;
    }

    .ls_lb .imgk {
        width: 100%;
        float: left;
    }

    .ls_lb .imgk img {
        float: left;
        height: 100px;
        margin: 15px 15px 0 0;
    }
}

@media only screen and (max-width: 500px) {
    .ls_lb .imgk img {
        height: auto;
        width: 100%;
        margin: 15px 0px 0 0;
    }
}

@media only screen and (min-width: 1300px) {
    .ls_lb {
        float: right;
        width: 750px;
        padding-top: 30px;
        border-left: solid 1px #ddd;
        position: relative;
        margin-top: 30px;
    }

    .ls_lb:before {
        content: '';
        background-color: #fff;
        border: solid 1px #ddd;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        position: absolute;
        left: -9px;
        top: -18px;
    }

    .ls_lb li {
        width: 100%;
        position: relative;
        padding-top: 10px;
        padding-left: 25px;
        padding-bottom: 40px;
        float: left;
    }

    .ls_lb li:before {
        content: '';
        background-color: rgba(2, 112, 119, .9);
        border: solid 4px rgba(255, 255, 255, .7);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        position: absolute;
        left: -9px;
        top: 12px;
    }

    .ls_lb .sj {
        line-height: 40px;
        width: 200px;
        padding-left: 45px;
        position: absolute;
        left: -200px;
        top: 0px;
    }

    .ls_lb .sj:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 15A7 7 0 108 1a7 7 0 000 14zm8-7A8 8 0 110 8a8 8 0 0116 0z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 3a.5.5 0 01.5.5v5.21l3.248 1.856a.5.5 0 01-.496.868l-3.5-2A.5.5 0 017 9V3.5a.5.5 0 01.5-.5z' clip-rule='evenodd'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70% 70%;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        opacity: 0.3;

    }

    .ls_lb .txtk {
        width: 100%;
        float: left;
    }

    .ls_lb .imgk {
        width: 100%;
        float: left;
    }

    .ls_lb .imgk img {
        float: left;
        height: 152px;
        margin: 20px 20px 0 0;
    }
}

@media only screen and (max-width: 1300px) {
    .pic_lb {
        width: 103%;
        float: left;
        margin: 0 0 15px -1.5%;
    }

    .pic_lb li {
        width: 30.3333%;
        float: left;
        margin: 1% 1.5%;
        text-align: center;
    }

    .pic_lb li:nth-child(3n+1) {
        clear: both;
    }

    .pic_lb .imgk {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .pic_lb li {
        width: 47%;
    }

    .pic_lb li:nth-child(3n+1) {
        clear: inherit;
    }

    .pic_lb li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 500px) {
    .pic_lb li {
        width: 97%;
    }
}

@media only screen and (min-width: 1300px) {
    .pic_lb {
        width: 103%;
        float: left;
        margin: 0 0 40px -1.5%;
    }

    .pic_lb li {
        width: 30.3333%;
        float: left;
        margin: 1% 1.5%;
        text-align: center;
    }

    .pic_lb li:nth-child(3n+1) {
        clear: both;
    }

    .pic_lb .imgk {
        margin-bottom: 15px;
        height: 179px;
        overflow: hidden;
    }

    .pic_lb .imgk img {
        min-height: 179px;
    }
}

.pic_lb a, .pic_lb .imgk, .pic_lb .imgk img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1300px) {
    .pic_news_lb1 {
        float: left;
        width: 100%;
    }

    .pic_news_lb1 li {
        float: left;
        width: 100%;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
    }

    .pic_news_lb1 li:last-child {
        margin-bottom: 5px;
    }

    .pic_news_lb1 .l_img {
        padding-left: 160px;
        min-height: 115px;
    }

    .pic_news_lb1 .imgk {
        position: absolute;
        width: 145px;
        height: 100px;
        overflow: hidden;
        left: 0px;
        top: 0px;
    }

    .pic_news_lb1 .imgk img {
        width: 100%;
        min-height: 100px;
    }

    .pic_news_lb1 h4 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px 0 6px 0;
    }

    .pic_news_lb1 .l_img h5 {
        margin-top: 5px;
    }

    .pic_news_lb1 p {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 20px;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media only screen and (max-width: 500px) {
    .pic_news_lb1 .l_img {
        padding-left: 0px;
        min-height: auto;
    }

    .pic_news_lb1 .imgk {
        position: inherit;
        width: 100%;
        height: auto;
        overflow: hidden;
        left: auto;
        top: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1300px) {
    .pic_news_lb1 {
        float: left;
        width: 100%;
    }

    .pic_news_lb1 li {
        float: left;
        width: 100%;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
        position: relative;
    }

    .pic_news_lb1 .l_img {
        padding-left: 218px;
        min-height: 160px;
    }

    .pic_news_lb1 .imgk {
        position: absolute;
        width: 195px;
        height: 130px;
        overflow: hidden;
        left: 0px;
        top: 0px;
    }

    .pic_news_lb1 .imgk img {
        width: 100%;
        min-height: 130px;
    }

    .pic_news_lb1 h4 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px 0 6px 0;
    }

    .pic_news_lb1 p {
        display: block;
        width: 100%;
        height: 48px;
        font-size: 16px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.pic_news_lb1 h4 {
    font-weight: bold;
}

@media only screen and (max-width: 1300px) {
    .fy1 {
        width: 101%;
        float: left;
        text-align: center;
        margin: 0px 0px 0px -0.5%;
        font-size: 12px;
    }

    .fy1 a {
        padding: 0px 12px;
        text-align: center;
        width: 24%;
        float: left;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        margin: 0px 0.5%;
        background: #f1eff0
    }

    .fy1 .s1, .fy1 .s2, .fy1 .sel_fy {
        display: none;
    }
}

@media only screen and (min-width: 1300px) {
    .fy1 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0px 0px 0px 0px;
        line-height: 35px;
        font-size: 0;
    }

    .fy1 a {
        padding: 0px 12px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0px 4px;
        background: #f1eff0;
        font-size: 14px;
    }

    .fy1 .s2 {
        margin: 0 5px;
        display: inline-block;
        font-size: 14px;
    }
}

.fy1 a:hover, .fy1 a.fdq {
    background: #1358b2;
    color: #ffffff;
}

.ssj {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.ssj span {
    display: inline-block !important;
}

.sbt {
    width: 100%;
    float: left;
    line-height: 150%;
}

.em1 {
    padding: 0 0.5em;
}

.em2 {
    padding: 0 1em;
}

.ta_k {
    width: 100%;
    FLOAT: left;
    overflow-x: auto;
}

.ta1 {
    width: 100%;
    text-align: center;
    min-width: 900px;
}

.ta1 td {
    border: solid 1px #ddd;
    padding: 12px 15px;
    /*width:16.6666%;*/
}

.ta1.ta_pb td {
    width: 11.5%;
}

.ta1.ta_pb tr td:first-child {
    width: auto;
}

.ta1 thead td {
    border-color: #1358b2;
    background-color: #1358b2;
    color: #fff;
}

.ta1 tbody tr:nth-child(even) td {
    background-color: #f9f9f9;
}

@media only screen and (max-width: 1300px) {
    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding: 15px 0;
    }

    .sgd .s1, .sgd .s2 {
        width: 100%;
        margin-bottom: 5px;
        display: block;
    }

    .dt_ny {
        width: 100%;
        float: left;
        height: 300px;
        border: solid 1px #ddd;
    }
}

.sbt {
    font-weight: bold;
}

@media only screen and (min-width: 1300px) {
    .dt_ny {
        width: 100%;
        float: left;
        height: 500px;
        border: solid 1px #ddd;
    }

    .snr {
        /*padding:0 100px;*/
    }

    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding: 30px 0 10px 0;
    }

    .sgd .s1, .sgd .s2 {
        width: 48%;
        display: block;
        float: left;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sgd .s2 {
        float: right;
        text-align: right;
    }

}

.dt_ny img, .dt_ny label {
    max-width: inherit;
}

.yygh {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1300px) {
    .lcxx_title {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 15px;
    }

    .lc_ta {
        width: 100%;
        min-width: 650px;
    }

    .lc_ta td, .lc_ta th {
        padding: 12px;
        background-color: #f5f5f5;
        border: solid 2px #fff;
    }

}

@media only screen and (min-width: 1300px) {

    .lcxx_title {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .lc_ta {
        width: 100%;
        /*font-size:15px;*/
    }

    .lc_ta td, .lc_ta th {
        padding: 12px;
        background-color: #fff;
        border: solid 2px #fff;
    }

    .lc_ta tbody tr td:last-child {
        /*font-size:15px;*/
    }
}

.lc_ta thead td, .lc_ta thead th {
    background-color: #1358b2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-color: #1358b2;
}

.lc_ta tbody tr td:first-child {
    text-align: center;
    background-color: #f9f9f9;
    color: #1358b2;
}

.lc_ta tr td:first-child {
    width: 160px;
}

@media only screen and (max-width: 1300px) {
    .lc_ta tr td:first-child {
        width: 120px;
    }

    .ny_wlm {
        padding: 15px;
    }

    .ks_lb1 {
        width: 102%;
        float: left;
        margin-left: -1%;

    }

    .ks_lb1 li {
        float: left;
        width: 20%;
        padding: 1%;
    }

    .ks_lb1 a {
        display: block;
        width: 100%;
        border: solid 1px #e9e9e9;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding: 10px 5px;
    }

    .ks_lb1 .pic {
        width: 100%;
        height: 55px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ks_lb1 .pic img {
        max-width: 100%;
        max-height: 55px;
    }

    .ks_lb1 .bt {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 600px) {

    .ks_lb1 li {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 420px) {

    .ks_lb1 li {
        width: 50%;
    }
}

@media only screen and (min-width: 1300px) {

    .ks_lb1 {
        width: 103%;
        float: left;
        margin-left: -1.5%;

    }

    .ks_lb1 li {
        float: left;
        width: 14.2857%;
        padding: 1.5%;
    }

    .ks_lb1 a {
        display: block;
        width: 100%;
        border: solid 1px #e9e9e9;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding: 15px 5px;
    }

    .ks_lb1 .pic {
        width: 100%;
        height: 75px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ks_lb1 .pic img {
        max-width: 100%;
        max-height: 75px;
    }

    .ks_lb1 .bt {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .ks_lb1 a:hover {
        border-color: #f6931e;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    }
}

@media only screen and (max-width: 1300px) {
    .ks_lb2 {
        width: 100%;
        float: left;
    }

    .ks_lb2 li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .ks_lb2 a {
        width: 100%;
        display: block;
        position: relative;
        /*height:180px;*/
        overflow: hidden;
        background-color: #000;

    }

    .ks_lb2 img {
        width: 100%;
        /*min-height: 180px;*/
        filter: alpha(opacity=80);
        -moz-opacity: 0.80;
        opacity: 0.80;
    }

    .ks_lb2 h3 {
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        left: 0px;
        top: 50%;
        margin-top: -20px;

    }
}

@media only screen and (min-width: 1300px) {
    .ks_lb2 {
        width: 1235px;
        float: left;
        margin-left: -17.5px;
    }

    .ks_lb2 li {
        width: 50%;
        float: left;
        padding: 20px 17.5px;
    }

    .ks_lb2 a {
        width: 100%;
        display: block;
        position: relative;
        height: 180px;
        overflow: hidden;
        background-color: #000;

    }

    .ks_lb2 img {
        width: 100%;
        min-height: 180px;
        filter: alpha(opacity=80);
        -moz-opacity: 0.80;
        opacity: 0.80;
    }

    .ks_lb2 h3 {
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        left: 0px;
        top: 50%;
        margin-top: -20px;

    }
}

@media only screen and (max-width: 1300px) {
    .pic_news_lb2 {
        width: 102%;
        float: left;
        margin: 0px 0 10px -1%;
    }

    .pic_news_lb2 li {
        width: 33.3333%;
        float: left;
        padding: 1%;
        text-align: center;
    }

    .pic_news_lb2 .imgk {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;

    }

    .pic_news_lb2 .imgk img {
        width: 100%;

    }

    .pic_news_lb2 .imgk {
        height: calc((100vw / 3 - 30px) / 4 * 3);
        height: -moz-calc((100vw / 3 - 30px) / 4 * 3);
        height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
    }

    .pic_news_lb2 .imgk img {
        min-height: calc((100vw / 3 - 30px) / 4 * 3);
        min-height: -moz-calc((100vw / 3 - 30px) / 4 * 3);
        min-height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
    }

    .pic_news_lb2 .sj {
        display: block;
    }

    .pic_news_lb2 p {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .pic_news_lb2 li:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 600px) {
    .pic_news_lb2 li {
        width: 50%;
    }

    .pic_news_lb2 li:nth-child(3n+1) {
        clear: inherit;
    }

    .pic_news_lb2 li:nth-child(2n+1) {
        clear: both;
    }

    .pic_news_lb2 .imgk {
        height: calc((100vw / 2 - 30px) / 4 * 3);
        height: -moz-calc((100vw / 2 - 30px) / 4 * 3);
        height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
    }

    .pic_news_lb2 .imgk img {
        min-height: calc((100vw / 2 - 30px) / 4 * 3);
        min-height: -moz-calc((100vw / 2 - 30px) / 4 * 3);
        min-height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
    }
}

@media only screen and (max-width: 500px) {
    .pic_news_lb2 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .pic_news_lb2 .imgk {
        height: calc((100vw / 1 - 30px) / 4 * 3);
        height: -moz-calc((100vw / 1 - 30px) / 4 * 3);
        height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
    }

    .pic_news_lb2 .imgk img {
        min-height: calc((100vw / 1 - 30px) / 4 * 3);
        min-height: -moz-calc((100vw / 1 - 30px) / 4 * 3);
        min-height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
    }
}

@media only screen and (min-width: 1300px) {
    .pic_news_lb2 {
        width: 104%;
        float: left;
        margin: 0px 0 40px -2%;
    }

    .pic_news_lb2 li {
        width: 33.3333%;
        float: left;
        padding: 0 2% 30px 2%;
        text-align: center;
    }

    .pic_news_lb2 li:nth-child(3n+1) {
        clear: both;
    }

    .pic_news_lb2 .imgk {
        width: 100%;
        height: 238px;
        overflow: hidden;
        margin-bottom: 10px;

    }

    .pic_news_lb2 .imgk img {
        width: 100%;
        min-height: 238px;

    }

    .pic_news_lb2 .sj {
        display: block;
    }

    .pic_news_lb2 p {
        font-size: 16px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 40px;
    }

    .pic_news_lb2 a {
        display: block;
    }

    .pic_news_lb2 a:hover {

    }

    .video_list {
        width: 100%;
        margin-left: 0;
    }

    .video_list li {
        padding: 0;
        border: solid 1px #e9e9e9;
        margin: 0 -1px -1px 0;
    }

    .video_list a {
        width: 100%;
        padding: 15px;
    }

    .video_list a .imgk {
        background-color: #000;
        position: relative;
    }

    .video_list a:hover {
        box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
    }

    .video_list a:hover .imgk img {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    }

    .video_list a .imgk:before {
        width: 100%;
        height: 0%;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url("../images/pay.png");
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
        z-index: 1;
        overflow: hidden;
    }

    .video_list a:hover .imgk:before {
        height: 100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
}

@media only screen and (max-width: 1300px) {
    .down_lb {
        margin-top: -10px;
    }

    .down_lb li {
        width: 100%;
        float: left;
        border-bottom: dotted 1px #ddd;
        padding: 10px 0;
        line-height: 24px;
        min-height: 44px;
        position: relative;
        padding-right: 90px;
    }

    .down_lb a.dbt {
        display: block;
        width: 100%;
        height: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .down_lb a.cd_down {
        padding: 0 6px;
        color: #fff;
        background-color: #1358b2;
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .down_lb a.cd_down:before {
        content: '';
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23ffffff" fill-rule="evenodd" d="M4.646 8.146a.5.5 0 01.708 0L8 10.793l2.646-2.647a.5.5 0 01.708.708l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708z" clip-rule="evenodd"/><path fill="%23ffffff" fill-rule="evenodd" d="M8 1a.5.5 0 01.5.5v9a.5.5 0 01-1 0v-9A.5.5 0 018 1z" clip-rule="evenodd"/><path fill="%23ffffff" fill-rule="evenodd" d="M1.5 13.5A1.5 1.5 0 003 15h10a1.5 1.5 0 001.5-1.5v-8A1.5 1.5 0 0013 4h-1.5a.5.5 0 000 1H13a.5.5 0 01.5.5v8a.5.5 0 01-.5.5H3a.5.5 0 01-.5-.5v-8A.5.5 0 013 5h1.5a.5.5 0 000-1H3a1.5 1.5 0 00-1.5 1.5v8z" clip-rule="evenodd"/></svg>');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 14px;
        position: relative;
        top: -2px;
    }
}

@media only screen and (min-width: 1300px) {
    .down_lb {
        margin-top: -20px;
    }

    .down_lb li {
        width: 100%;
        float: left;
        border-bottom: dotted 1px #ddd;
        padding: 20px 0;
        line-height: 30px;
        min-height: 70px;
        position: relative;
        padding-right: 130px;
    }

    .down_lb a.dbt {
        display: block;
        width: 100%;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .down_lb a.cd_down {
        padding: 0 10px;
        color: #fff;
        background-color: #1358b2;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .down_lb a.cd_down:before {
        content: '';
        width: 15px;
        height: 20px;
        vertical-align: middle;
        margin-right: 6px;
        display: inline-block;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23ffffff" fill-rule="evenodd" d="M4.646 8.146a.5.5 0 01.708 0L8 10.793l2.646-2.647a.5.5 0 01.708.708l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708z" clip-rule="evenodd"/><path fill="%23ffffff" fill-rule="evenodd" d="M8 1a.5.5 0 01.5.5v9a.5.5 0 01-1 0v-9A.5.5 0 018 1z" clip-rule="evenodd"/><path fill="%23ffffff" fill-rule="evenodd" d="M1.5 13.5A1.5 1.5 0 003 15h10a1.5 1.5 0 001.5-1.5v-8A1.5 1.5 0 0013 4h-1.5a.5.5 0 000 1H13a.5.5 0 01.5.5v8a.5.5 0 01-.5.5H3a.5.5 0 01-.5-.5v-8A.5.5 0 013 5h1.5a.5.5 0 000-1H3a1.5 1.5 0 00-1.5 1.5v8z" clip-rule="evenodd"/></svg>');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 17px;
        position: relative;
        top: -2px;
    }

    .down_lb a.cd_down:hover:before {
        transform: rotate(-90deg);
    }
}

@media only screen and (max-width: 1300px) {
    .news_lb1 {
        margin-top: -10px;
    }

    .news_lb1 li {
        width: 100%;
        float: left;
        border-bottom: dotted 1px #ddd;
        padding: 10px 0;
        line-height: 24px;
        min-height: 44px;
        position: relative;
        padding-right: 80px;
    }

    .news_lb1 a.dbt {
        display: block;
        width: 100%;
        height: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .news_lb1 .sj {
        position: absolute;
        right: 0px;
        top: 10px;
    }
}

@media only screen and (min-width: 1300px) {
    .news_lb1 {
        margin-top: -15px;
    }

    .news_lb1 li {
        width: 100%;
        float: left;
        border-bottom: dotted 1px #ddd;
        line-height: 30px;
    }

    .news_lb1 a {
        width: 100%;
        display: block;
        position: relative;
        padding: 15px 120px 15px 15px;
    }

    .news_lb1 a:before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #999999;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -2.5px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .news_lb1 a:hover {
        box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
        padding-left: 30px;
    }

    .news_lb1 a:hover:before {
        background-color: #906237;
        left: 15px;
    }

    .news_lb1 a:hover .sj {
        right: 15px;
    }

    .news_lb1 .bt {
        display: block;
        width: 100%;
        line-height: 30px;
        font-size: 17px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .news_lb1 .sj {
        position: absolute;
        right: 0px;
        top: 15px;
    }

}

.news_lb1 a.dbt {
    font-weight: bold;
}

.news_lb1 {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1300px) {
    .dj1 {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (min-width: 1300px) {
    .dj1 {
        width: 100%;
        padding: 40px 0 70px 0;
    }
}

@media only screen and (max-width: 1300px) {
    .swiper-container.gd_xw {
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.gd_xw .swiper-wrapper {
        width: 100%;
    }

    .swiper-container.gd_xw .swiper-wrapper .swiper-slide {
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.gd_xw .swiper-wrapper .swiper-slide h6 {
        width: 100%;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .swiper-container.gd_xw .swiper-wrapper .swiper-slide .imgk {
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.gd_xw .swiper-wrapper .swiper-slide .imgk img {
        width: 100%;
    }


    .swiper-container.gd_xw .swiper-wrapper .swiper-slide h6 {
        line-height: 40px;
        height: 40px;
        width: 100%;
        background-color: rgba(0, 0, 0, .4);
        color: #fff;
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding: 0 70px 0 10px;
    }

    .gd_xw .swiper-pagination-bullet {
        background-color: #fff;
        width: 10px;
        height: 10px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .gd_xw .swiper-pagination-bullet-active {
        background-color: #1358b2;
    }

    .gd_xw.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
        position: absolute;
        right: 10px;
        left: auto;
        width: auto;
        text-align: right;
    }

    .gd_xw.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
}

@media only screen and (min-width: 1300px) {
    .swiper-container.gd_xw {
        width: 450px;
        overflow: hidden;
    }

    .swiper-container.gd_xw .swiper-wrapper {
        width: 100%;
    }

    .swiper-container.gd_xw .swiper-wrapper .swiper-slide {
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.gd_xw .swiper-wrapper .swiper-slide h6 {
        width: 100%;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .swiper-container.gd_xw .swiper-wrapper .swiper-slide .imgk {
        width: 100%;
        height: 270px;
        overflow: hidden;

    }

    .swiper-container.gd_xw.xw_gd2 .swiper-wrapper .swiper-slide a:hover .imgk:before {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;

    }

    .swiper-container.gd_xw .swiper-wrapper .swiper-slide .imgk img {
        width: 100%;
        min-height: 270px;
    }


    .swiper-container.gd_xw .swiper-wrapper .swiper-slide h6 {
        line-height: 40px;
        height: 40px;
        width: 100%;
        background-color: rgba(0, 0, 0, .4);
        color: #fff;
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding: 0 75px 0 10px;
    }

    .gd_xw .swiper-pagination-bullet {
        background-color: #fff;
        width: 10px;
        height: 10px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .gd_xw .swiper-pagination-bullet-active {
        background-color: #1358b2;
    }

    .gd_xw.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
        position: absolute;
        right: 10px;
        left: auto;
        width: auto;
        text-align: right;
    }

    .gd_xw.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

}

.body_r .gd_xw .swiper-pagination-bullet {
    border-color: #cc0018;
}

.body_r .gd_xw .swiper-pagination-bullet-active {
    background-color: #cc0018;
}

@media only screen and (max-width: 1300px) {
    .sy_xw_lb_r {
        width: 100%;
        margin-top: 15px;
    }

    .xw_t1 {
        width: 100%;
        float: left;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .xw_t1 h4 {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;

    }

    .xw_t1 .sj {
        padding: 5px 0;
    }

    .xw_t1 p {
        height: 40px;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .xw_n1 {
        width: 100%;
        float: left;
    }

    .xw_n1 li {
        width: 100%;
        float: left;
        height: 25px;
        line-height: 25px;
        position: relative;
        padding-right: 70px;
    }

    .xw_n1 a {
        width: 100%;
        display: block;
        height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .xw_n1 a:before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #cccccc;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    .xw_n1 .sj {
        position: absolute;
        right: 0px;
        top: 0px;
    }

}

.sy_xw_lb {
    width: 100%;
    float: left;
}

@media only screen and (min-width: 1300px) {
    .sy_xw_lb_r {
        width: 720px;
    }

    .xw_t1 {
        width: 100%;
        float: left;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .xw_t1 h4 {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;

    }

    .xw_t1 .sj {
        padding: 5px 0;
    }

    .xw_t1 p {
        height: 48px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .xw_n1 {
        width: 100%;
        float: left;
    }

    .xw_n1 li {
        width: 100%;
        float: left;
        height: 30px;
        line-height: 30px;
        position: relative;
        padding-right: 85px;
    }

    .xw_n1 a {
        width: 100%;
        display: block;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .xw_n1 a:before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #cccccc;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    .xw_n1 .sj {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}

.xw_n1 a:hover:before {
    background-color: #1358b2;
}

.body_r .xw_n1 a:hover:before {
    background-color: #cc0018;
}

.body_r a:hover {
    color: #cc0018 !important;
}

@media only screen and (max-width: 1300px) {
    .top a.btn {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -19px;
        display: none;
    }

    .s_title {
        width: 85px;
        height: 40px;
        border-left: solid 1px #e5e5e5;
        padding-left: 5px;
        position: absolute;
        left: 170px;
        top: -5px;
        font-size: 13px;
        line-height: 20px;
        color: #333;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        overflow: hidden;
        /*align-items: center;*/
    }

    /*.body_r .menu{*/
    /*margin-top: 55px;*/
    /*}*/
}

@media only screen and (min-width: 1300px) {
    .body_r .menu li.on a.dbt, .body_r .menu li a.dbt {
    }

    .body_r .menu li.on a.dbt {
        color: #c30005;
    }

    .body_r .menu li.on a.dbt:after {
        background-color: #c30005;
    }

    /*.menu.menu_ks li{*/
    /*width:160px;*/
    /*}*/
    /*.menu.menu_ks li a.dbt{*/
    /*display: block;*/
    /*padding:0;*/
    /*}*/
    .body_r #navk {
    }

    .top a.btn {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -19px;
    }

    .s_title {
        width: 420px;
        height: 80px;
        border-left: solid 1px #e5e5e5;
        padding-left: 25px;
        position: absolute;
        left: 400px;
        top: 0px;
        font-size: 35px;
        line-height: 80px;
        color: #333;
    }
}

.body_r .btn-outline-dark:hover {
    color: #fff !important;
}

@media only screen and (max-width: 1300px) {

    .dj_lb2 {
        width: 102%;
        float: left;
        margin-left: -1%;
        margin-top: -5px;
        text-align: center;
    }

    .dj_lb2 li {
        width: 33.3333%;
        float: left;
        padding: 1%;
    }

    .dj_lb2 .imgk {
        width: 100%;
        margin-bottom: 8px;
        overflow: hidden;
    }

    .dj_lb2 li:nth-child(3n+1) {
        clear: both;
    }

    .dj2 .d1 {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 650px) {
    .dj_lb2 li {
        width: 50%;
    }

    .dj_lb2 li:nth-child(3n+1) {
        clear: inherit;
    }

    .dj_lb2 li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 500px) {
    .dj_lb2 li {
        width: 100%;
        padding-bottom: 15px;
    }

    .dj_lb2 p {

    }
}

@media only screen and (min-width: 1300px) {
    .dj_lb2 {
        width: 102%;
        float: left;
        margin-left: -1%;
        margin-top: -10px;
        text-align: center;
    }

    .dj_lb2 li {
        width: 20%;
        float: left;
        padding: 1%;
    }

    .dj_lb2 .imgk {
        width: 100%;
        margin-bottom: 10px;
        height: 133px;
        overflow: hidden;
    }

    .dj_lb2 .imgk img {
        min-height: 133px;
    }

    .dj2 .d1 {
        width: 47%;
    }

    .navk_ks {
        border: 0;
        background-color: #1358b2;
    }

    .navk_ks .menu a.dbt {
        color: #fff;
    }

    .navk_ks .menu .on a.dbt {
        color: #fff;
    }

    .navk_ks .menu .on a.dbt:after {
        display: none;
    }

    .navk_ks .menu .on a.dbt {
        background-color: rgba(255, 255, 255, .2);
    }
}

.dj2 {
    width: 100%;
    float: left;
}

.dj_lb2 a, .dj_lb2 p, .dj_lb2 img {
    display: block;
    width: 100%;
}

.body_r .fy1 a:hover, .body_r .fy1 a.fdq {
    color: #fff !important;
    background-color: #a40007;
}

@media only screen and (max-width: 1300px) {
    .zj_lb {
        width: 102%;
        float: left;
        margin: -10px 0 0 -1%;
    }

    .zj_lb.md30 {
        margin-bottom: 10px;
    }

    .zj_lb li {
        width: 25%;
        float: left;
        padding: 1%;
    }

    .zj_lb a {
        overflow: hidden;
        display: block;
        width: 100%;
        background-color: #f9f9f9;
    }

    .zj_lb a:hover {
        background-color: #906237;
        color: #fff;
        box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
    }

    .zj_lb .imgk {
        overflow: hidden;
    }

    .zj_lb img {
        width: 100%;
    }

    .zj_lb .txtk {
        width: 100%;
        padding: 15px 20px;
    }

    .zj_lb .bt {
        margin-bottom: 5px;

    }

    .zj_lb li:nth-child(4n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 760px) {
    .zj_lb li {
        width: 33.33333%;
    }

    .zj_lb li:nth-child(4n+1) {
        clear: inherit;
    }

    .zj_lb li:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 600px) {
    .zj_lb li {
        width: 50%;
    }

    .zj_lb li:nth-child(3n+1) {
        clear: inherit;
    }

    .zj_lb li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 1300px) {
    .zj_lb {
        width: 104%;
        float: left;
        margin: -20px 0 0 -2%;
    }

    .zj_lb.md30 {
        margin-bottom: 30px;
    }

    .zj_lb li {
        width: 25%;
        float: left;
        padding: 2%;
    }

    .zj_lb a {
        overflow: hidden;
        display: block;
        width: 100%;
        background-color: #f9f9f9;
    }

    .zj_lb a:hover {
        background-color: #906237;
        color: #fff;
        box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
    }

    .zj_lb .imgk {
        overflow: hidden;
        height: 329px;
    }

    .zj_lb img {
        width: 100%;
        min-height: 329px;
    }

    .zj_lb .txtk {
        width: 100%;
        padding: 15px 20px;
    }

    .zj_lb .bt {
        margin-bottom: 5px;

    }

    .zj_lb .bt, .zj_lb p {
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;

    }

}

@media only screen and (max-width: 1300px) {
    .zj_t {
        width: 100%;
        float: left;
    }

    .zj_t .imgk {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 15px;
    }

    .zj_t .imgk img {
        width: 60%;
        max-width: 155px;
    }

    .zj_t .txtk {
        width: 100%;
        float: left;
    }

    .zj_t p:first-child {
        margin-bottom: 10px;
    }

    .zj_t b {
        font-size: 16px;
        margin-right: 10px;
    }

}

@media only screen and (min-width: 1300px) {
    .zj_t {
        width: 100%;
        float: left;
    }

    .zj_t .imgk {
        width: 155px;
        float: left;
    }

    .zj_t .imgk img {
        width: 100%;
    }

    .zj_t .txtk {
        width: 1010px;
        float: right;
        margin-top: 20px;
    }

    .zj_t .txtk h3 {
        font-weight: bold;
        line-height: 150%;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .zj_t b {
        font-size: 24px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1300px) {
    .ks_bt1 {
        width: 100%;
        float: left;
        height: 35px;
        line-height: 35px;
        border-bottom: solid 1px #ddd;
    }

    .ks_bt1 .s3 {
        display: none;
    }

    .ks_bt1 .s1 {
        height: 35px;
        border-bottom: solid 2px #026f76;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1300px) {
    .ks_bt1 {
        width: 100%;
        float: left;
        height: 45px;
        line-height: 45px;
        border-bottom: solid 1px #ddd;
    }

    .ks_bt1 .s1 {
        height: 45px;
        border-bottom: solid 2px #028188;
        font-size: 18px;
    }

    .ks_anq .btn {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.ks_anq {
    width: 100%;
    float: left;
    text-align: center;
}

.zj_t .zt_lv {
    font-weight: bold;
}

.zt_lv {
    color: #028188;
}

@media only screen and (max-width: 1300px) {
    .pc {
        display: none;
    }

    .zj_nav1.mob {
        margin: 15px 0;
    }

    .zj_nav1 {
        width: 100%;
        float: left;
        font-size: 0;
        text-align: center;
    }

    .zj_nav1 a {
        display: inline-block;
        background-color: #f2f2f2;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 15px;
        margin: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .zj_nav2 a {
        float: left;
        line-height: 26px;
        padding: 0 5px;
        margin: 0 5px 2px 0;
        font-size: 12px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 1300px) {
    .mob {
        display: none;
    }

    .zj_nav1 {
        width: 100%;
        float: left;
        font-size: 0;
        text-align: center;
    }

    .zj_nav1 a {
        display: inline-block;
        background-color: #f2f2f2;
        line-height: 50px;
        width: 160px;
        font-size: 16px;
        margin: 0px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .zj_nav2 a {
        float: left;
        line-height: 32px;
        padding: 0 15px;
        margin: 0 1% 5px 1%;
        width: 31.3333%;
        font-size: 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}

.zj_lb_t {
    width: 100%;
    float: left;
}

.zj_lb_t ul {
    display: none;
}

.zj_nav2 h4 {
    width: 100%;
    float: left;
}

.h4_bt3 {
    width: 100%;
    float: left;
}

.zj_nav2 {
    width: 102%;
    float: left;
    margin-left: -1%;
}

@media only screen and (max-width: 1300px) {
    .zj_nav2 {
        width: 100%;
        /*float:left;*/
        margin-left: 0%;
    }
}

.md10 {
    margin-bottom: 10px;
}

.zj_nav1 a:hover, .zj_nav1 a.on, .zj_nav2 a.on {
    background-color: #1358b2;
    color: #fff;
}

@media only screen and (max-width: 1300px) {
    .tg_lb {
        width: 100%;
        float: left;
        margin: -10px 0 20px 0;
    }

    .tg_lb li {
        width: 100%;
        float: left;
        border-bottom: dashed 1px #ddd;
        line-height: 24px;
        padding: 10px 80px 10px 0;
        position: relative;

    }

    .tg_lb a {
        width: 100%;
        display: block;
        height: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 13px;
    }

    .tg_lb .sj {
        position: absolute;
        right: 0px;
        top: 10px;
        color: #999;
    }

    .tg_lb a .s1 {
        font-weight: bold;
        margin-right: 5px;
    }

    .tg_lb a .s2 {
        font-size: 12px;
        margin-right: 5px;
        display: none;
    }

    .tg_lb a .s3 {
        font-size: 12px;
        margin-left: 5px;
    }
}

@media only screen and (min-width: 1300px) {
    .tg_lb {
        width: 100%;
        float: left;
        margin: -20px 0 40px 0;
    }

    .tg_lb li {
        width: 100%;
        float: left;
        border-bottom: dashed 1px #ddd;
        line-height: 30px;
        padding: 20px 110px 20px 0;
        position: relative;

    }

    .tg_lb a {
        width: 100%;
        display: block;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 16px;
    }

    .tg_lb .sj {
        position: absolute;
        right: 0px;
        top: 20px;
        color: #999;
    }

    .tg_lb a .s1 {
        font-size: 18px;
        font-weight: bold;
        margin-right: 30px;
    }

    .tg_lb a .s2 {
        font-size: 14px;
    }

    .tg_lb a .s2 b {
        color: #ccc;
        padding: 0 15px;
    }

    .tg_lb a .s3 {
        font-size: 14px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1300px) {
    .kjrk {
        width: 103%;
        float: left;
        margin-left: -1.5%;
    }

    .kjrk a {
        width: 47%;
        float: left;
        margin: 1% 1.5%;
        background-color: #60a1a4;
        color: #ffffff !important;
        height: 120px;
        padding-top: 20px;
        text-align: center;
        font-size: 14px;
    }

    .kjrk a p {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1300px) {
    .kjrk {
        width: 103%;
        float: left;
        margin-left: -1.5%;
    }

    .kjrk a {
        width: 47%;
        float: left;
        margin: 1% 1.5%;
        background-color: #60a1a4;
        color: #ffffff !important;
        height: 150px;
        padding-top: 30px;
        text-align: center;
        font-size: 16px;
    }

    .kjrk a p {
        padding-top: 15px;
    }

    .kjrk a:hover img {
        margin: -5px 0 5px 0;
    }
}

.kjrk a:nth-of-type(2) {
    background-color: #debd92;
}

@media only screen and (max-width: 1300px) {

}

@media only screen and (min-width: 1300px) {
    /*.nyy1 .d1{*/
    /*width:770px;*/
    /*}*/
    /*.nyy1 .d2{*/
    /*width:390px;*/
    /*}*/
    /*.nyy1 .ks1 .imgk{*/
    /*width:275px;*/
    /*}*/
    .nyy1 .ks1 .txtk {
        /*width:460px;*/
        margin: 0;
    }

    .dj2.nyy2 .d1 {
        width: 365px;
    }

    .dj2.nyy2 .d1:nth-of-type(2) {
        margin-left: 50px;
    }

}

.nyy1 {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1300px) {
    .lb_map {
        float: left;
        width: 94%;
        margin: 0px 0px 0px 3%;
    }

    .lb_map .map_bt1 {
        width: 100%;
        float: left;
        padding-bottom: 12px;
        font-weight: bold;
        border-bottom: solid 1px #dddddd;
        font-size: 1.1em;
    }

    .lb_map .txtk {
        width: 100%;
        float: left;
        margin: 10px 0px 20px -5px;
        font-size: 1em;
        line-height: 155%;
        color: #999999;
    }

    .lb_map .txtk a {
        margin: 0px 5px;
    }
}

@media only screen and (min-width: 1300px) {
    .lb_map {
        float: left;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .lb_map .map_bt1 {
        width: 100%;
        float: left;
        padding-bottom: 12px;
        font-weight: bold;
        border-bottom: solid 1px #dddddd;
        font-size: 17px;
    }

    .lb_map .txtk {
        width: 100%;
        float: left;
        margin: 20px 0px 30px -10px;
        font-size: 14px;
        line-height: 30px;
        color: #999999;
    }

    .lb_map .txtk a {
        margin: 0px 10px;
    }
}

.mh {
    width: 100%;
    float: left;
}

.ks_ban {
    width: 100%;
    position: relative;
}

.ks_ban img {
    width: 100%;
    display: block;
}

.ks_ban:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0px;
    top: 0px;
}

.ks_ban .main {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    color: #fff;
    height: 120px;
    margin-top: -60px;
    top: 50%;
}

.ks_ban .bt {
    background-color: #1358b2;
    color: #fff;
    /*font-weight: bold;*/
    padding: 20px 25px 30px 25px;
    display: inline-block;
    min-width: 400px;
}

.ks_ban .bt:after {
    content: '';
    width: 1.5em;
    height: 4px;
    background-color: #fff;
    display: block;
    margin-top: 15px;
}

.ta_pb {
    width: 100%;
    min-width: 760px;
}

.ta_pb thead td {
    border-color: #e9e9e9;
    width: 10%;
    background-color: #906237;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}


.ta_pb td {
    border: solid 1px #e9e9e9;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    width: 10%;
}


.ta_pb tbody td:first-child {
    width: auto;
}

.ta_pb tr:nth-child(even) td {
    background: #f9f9f9;
}

.ta_pb thead td {

}


@media only screen and (max-width: 1300px) {
    .ta_pb td {
        font-size: 12px;
    }

    .ta_k {
        margin-bottom: 0px;
    }

}

.ab_nr table td {
    padding: 10px;
    border: solid 1px #ddd;
}

.yy_nav {
    width: 102%;
    float: left;
    margin-left: -1%;
    margin-bottom: 38px;
}

.yy_nav a {
    width: 18%;
    float: left;
    margin: 0 1%;
    text-align: center;
    height: 150px;
    padding: 25px 0;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
}

.yy_nav a:hover, .yy_nav a.on {
    background-color: #1358b2;
    color: #fff;
}

.yy_nav a:before {
    content: '';
    display: block;
    height: 68px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 15px;
}

.yy_nav p {
}

.yy_nav a.yy1:before {
    background-image: url("../images/yy1.png");
}

.yy_nav a.yy1.on:before, .yy_nav a.yy1:hover:before {
    background-image: url("../images/yy1_on.png");
}

.yy_nav a.yy2:before {
    background-image: url("../images/yy2.png");
}

.yy_nav a.yy2.on:before, .yy_nav a.yy2:hover:before {
    background-image: url("../images/yy2_on.png");
}

.yy_nav a.yy3:before {
    background-image: url("../images/yy3.png");
}

.yy_nav a.yy3.on:before, .yy_nav a.yy3:hover:before {
    background-image: url("../images/yy3_on.png");
}

.yy_nav a.yy4:before {
    background-image: url("../images/yy4.png");
}

.yy_nav a.yy4.on:before, .yy_nav a.yy4:hover:before {
    background-image: url("../images/yy4_on.png");
}

.yy_nav a.yy5:before {
    background-image: url("../images/yy5.png");
}

.yy_nav a.yy5.on:before, .yy_nav a.yy5:hover:before {
    background-image: url("../images/yy5_on.png");
}

.yy_nr .ab_nr {
    border: solid 1px #e5e5e5;
    padding: 40px;
    position: relative;
    min-height: 200px;
}

.yy_nr .ab_nr:before {
    content: '';
    border: solid 1px #ddd;
    background-color: #fff;
    border-right: 0;
    border-bottom: 0;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
    left: 112.5px;
}

.yy_nr .ab_nr.yy2:before {
    left: 372px;
}

.yy_nr .ab_nr.yy3:before {
    left: 640px;
}

.yy_nr .ab_nr.yy4:before {
    left: 902px;
}

.yy_nr .ab_nr.yy5:before {
    left: 1168px;
}

.ks_lb3 {
    width: 101%;
    float: left;
    margin: 0 0 30px -0.5%;
}

.ks_lb3 li {
    float: left;
    width: 19%;
    margin: 0.5%;
}

.ks_lb3 a {
    display: block;
    border: solid 1px #1358b2;
    height: 40px;
    line-height: 38px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
}

.ks_lb3 a:after {
    content: '';
    display: inline-block;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #1358b2;
    border-right: 5px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
}

.ks_lb3 a:hover {
    background-color: #1358b2;
    color: #fff;
    border-color: #1358b2;
}

.ks_lb3 a:hover:after {
    border-left-color: rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 1300px) {
    .yy_nav {
        width: 102%;
        margin-bottom: 10px;
    }

    .yy_nav a {
        width: 18%;
        margin: 1%;
        height: 90px;
        padding: 15px 10px;
        font-size: 13px;
        display: block;
    }

    .yy_nav a:before {
        height: 30px;
        margin-bottom: 10px;
    }

    .yy_nr .ab_nr {
        border: solid 1px #ddd;
        padding: 40px;
        position: relative;
        min-height: 200px;
    }

    .yy_nr .ab_nr:before {
        content: '';
        border: solid 1px #ddd;
        background-color: #fff;
        border-right: 0;
        border-bottom: 0;
        width: 20px;
        height: 20px;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        top: -10px;
        left: 112.5px;
    }

    .ks_lb3 {
        width: 102%;
        margin: -5px 0 10px -1%;
    }


    .ks_lb3 li {
        width: 31.3333%;
        margin: 1%;
    }

    .ks_lb3 a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 600px) {
    .yy_nav a {
        width: 31.3333%;
        height: 90px;
    }

    .yy_nav a:before {
        height: 25px;
    }

    .yy_nr .ab_nr {
        padding: 15px;
    }

    .yy_nr .ab_nr:before {
        display: none;
    }

    .ks_lb3 li {
        width: 48%;
    }
}

.zj_zlb {
    width: 101.6%;
    float: left;
    margin: 0 0 20px -0.8%;
}

.zj_zlb .item {
    width: 18.4%;
    float: left;
    height: 130px;
    padding: 8px 15px 15px 15px;
    border: solid 1px #e9e9e9;
    margin: 0 0.8% 20px 0.8%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.zj_zlb .zlb_bt {
    height: 38px;
    line-height: 35px;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 10px;
}

.zj_zlb .zlb_bt .s1 {
    font-size: 16px;
}

.zj_zlb .zlb_bt a {
    color: #666;
    font-size: 13px;
}

.zj_zlb ul {
    width: 100%;
    float: left;
}

.zj_zlb ul li {
    width: 33.3333%;
    float: left;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 3px 0;
}

.zj_zlb .item:hover {
    background-color: #1258b2;
    color: #fff !important;
    border-color: #1258b2;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
}

.zj_zlb .item:hover a, .zj_zlb .item:hover .zlb_bt .s1 {
    color: #fff;
}

.zj_zlb .item:hover .zlb_bt {
    border-color: #fff;
}

.zj_zlb .item:hover a:hover {
    color: #a4fcff;
}

.ta1 .btn {
    height: 30px;
    line-height: 29px;
    padding: 0 18px;
    font-size: 14px;
}

a.cd_more2 {
    height: 35px;
    line-height: 33px;
    padding: 0 25px;
    border: solid 1px #ddd;
}

.ks2 .item {
    width: 48%;
}

@media only screen and (max-width: 1300px) {
    .ta1 .btn {
        height: 24px;
        line-height: 23px;
        padding: 0 15px;
        font-size: 12px;
    }

    .zj_zlb {
        width: 102%;
        margin: 0 0 10px -1%;
    }

    .zj_zlb .item {
        width: 48%;
        height: auto;
        padding: 5px 15px 12px 15px;
        margin: 0 1% 15px 1%;
    }

    .zj_zlb .zlb_bt {
        height: 31px;
        line-height: 30px;
    }

    .zj_zlb .zlb_bt .s1 {
        font-size: 14px;
    }

    .zj_zlb .zlb_bt a {
        font-size: 12px;
    }

    a.cd_more2 {
        height: 28px;
        line-height: 27px;
        padding: 0 15px;
    }

    .ks2 .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .ks2 .item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 650px) {
    .zj_zlb .item {
        width: 98%;
    }

}

.sel_fy {
    display: inline-block !important;
}

.news_d1 {
    width: 900px;
}

.news_d2 {
    width: 350px;
}

.news_k1 {
    width: 100%;
    border: solid 1px #e9e9e9;
    padding: 20px;
}

.news_bt {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 10px;
}

.news_bt a.right {
    margin-top: 10px;
    color: #666;
}

.news_bt a.right:hover {
    COLOR: #906237
}

.news_listn {
    width: 100%;
    float: left;
}

.news_listn li {
    border-bottom: solid 1px #e9e9e9;
    padding: 10px 0;
}

.news_listn li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.news_listn a {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_listn .sj {

}

@media only screen and (max-width: 1300px) {
    .sel_fy {
        display: none !important;
    }

    .news_k1 {
        padding: 15px;
    }

    .news_d1 {
        width: 100%;
    }

    .news_d2 {
        width: 100%;
    }

    .news_bt a.right {
        margin-top: 3px;
    }

    .news_listn a {
        font-size: 13px;
        margin-bottom: 0;
    }

    .news_listn li {
        line-height: 35px;
        position: relative;
        padding: 0;
        padding-right: 70px;
    }

    .news_listn .sj {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}


@media only screen and (min-width: 1300px) {
    .an_cx {
        position: relative;
        overflow: hidden;
    }

    .an_cx {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 100%;
        background-image: url("../images/sousuo.png");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .an_cx:hover {
        top: -100%;
    }

    .an_cx:hover {
        background-image: url("../images/sousuo1.png");
        top: 0%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }

    .an_dh {
        position: relative;
        overflow: hidden;
    }

    .an_dh:before {
        content: '';
        width: 0;
        height: 100%;
        background-color: #906237;
        left: 50%;
        top: 0;
        position: absolute;
    }

    .an_dh:hover:before {
        left: 0%;
        width: 100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }

    .an_dh:hover b {
        position: relative;
        z-index: 1;
        color: #ffffff;
    }


}

.bj_d {
    background-color: #f9f9f9;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@media only screen and (min-width: 1300px) {

}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.dt_ss {
    width: 100%;
    background: #eeeeee;
    line-height: 30px;
    padding: 10px 0px;
    float: left;
}

.dt_ss .s1 {
    float: left;
    font-size: 18px;
    margin: 0px 20px;
}
.dt_ss .s_dx input{
    margin-right: 10px;
}
.dt_ss .s2 {
    float: left;
    margin-right: 6px;
    font-size: 14px
}

.dt_ss .tx_dt {
    float: left;
    background: #ffffff;
    height: 30px;
    line-height: 30px;
    width: 230px;
    margin-right: 15px;
    padding-left: 10px;
}

.dt_ss .an_lan {
    height: 30px;
    line-height: 100%;
    font-size: 15px;
    width: 70px;
    text-align: center;
    float: left;
    background-color: #906237;
    color: #fff !important;
}

.dt_ss .s_dx {
    float: left;
    margin-right: 15px;
    font-size: 14px;
}

@media only screen and (max-width: 760px) {
    .dt_ss {
        padding:15px;
    }

    .dt_ss .s1 {
        float: left;
        font-size: 15px;
        margin: 0px 0px 10px 0;
        width:100%
    }
    .dt_ss .s2 {
        margin-right: 6px;
        font-size: 14px
    }

    .dt_ss .tx_dt {
        height: 30px;
        line-height: 30px;
        width: 230px;
        margin-right: 15px;
        padding-left: 10px;
    }

    .dt_ss .an_lan {
        height: 30px;
        font-size: 14px;
        clear: both;
        margin-top: 10px;
    }
    .dt_ss .s_dx.s_dx1{
        clear: both;
    }
    .dt_ss .s_dx {
        font-size: 13px;
        margin-top: 10px;

    }

}