
/* CSS Document */
/* Auther: RICHCMS*/
/* WebSite: http://www.thuni-h.com */
A {
    TEXT-DECORATION: none;
}

A {
    color: #333333;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color: #333333
}

A:hover {
    COLOR: #cda14c
}

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 {
    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: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height: 1.5;
    }


}

@media only screen and (max-width: 1200px) {

    .main_ks {
        width: 100%;
        margin: 0px auto;
    }


}

@media only screen and (min-width: 1200px) {
    .main_ks {
        width: 1200px;
        margin: 0px auto;
    }
    body {
        min-width: 1366px;
    }
}

@media only screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        margin: 0px auto;
    }


    body {
        font-size: 14px;
        line-height: 24px;
    }

}

.y50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.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%;
}

.txtk {
    width: 100%;
}

.imgk img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .md50 {
        margin-bottom: 20px;
    }

    .md80 {
        margin-bottom: 20px;
    }

    .md70 {
        margin-bottom: 20px;
    }

    .md60 {
        margin-bottom: 20px;
    }

    .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;
    }
}

@media only screen and (min-width: 1200px) {
    .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;
    }

    .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:300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
    overflow: hidden;
}
.ban .main{
    height:300px;
    position:relative;
}
.ban .dqwz{
    position:absolute;
    right:0px;
    bottom:15px;
    color:#fff;
}
.ban .dqwz a{
    color:#fff;
}
@media only screen and (max-width: 1200px) {
    .ban {
        padding: 0px;
        height: 70px;
    }

    .ban.ban2 {
        height: 102px;
    }


    .ban .bt {
        display: none;
    }

    .ban_gl h1 {
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 0%;
        top: 50%;
        text-align: center;
        width: 100%;
        margin-top: -20px;
        font-weight: bold;
        font-size: 16px;

    }

    .ban_gl h1:before {
        content: '';
        background-color: #cda14c;
        HEIGHT: 4px;
        width: 1.5em;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 15px;
    }

    .lm1 li > a {
        font-weight: bold;
    }

    .lm1 li dl {
        padding-left: 15px;
    }

    .lm1 li a:hover {
        background: #cda14c;
        color: #ffffff;
    }

    .lm2 {
        width: 100%;
        float: left;
        display: none;
        margin-bottom: 15px;
    }

    .lm2 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
        background: #fff;
    }

    .lm2 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;

    }

    .lm2 li a:hover {
        background: #cda14c;
        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 #ddd;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        font-weight: bold;
        color: #cda14c !important;
    }

    .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='%23cda14c'/></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: 1200px) {
    .lm1k{
        width:100%;
        background-color:#f7f7f7;
    }
     .lm_bt{
         background: #cda14c;
         line-height: 70px;
         text-align: center;
         font-size: 24px;
         color: #fff;
         width:180px;
     }
    .lm1_bt {
        display: none;
    }

    .lm1 {
        float: left;
        margin: 15px 0;
    }

    .lm1 li {
        float: left;
        margin-left: 20px;
    }

    .lm1 li > a {
        display:inline-block;
        line-height: 40px;
        height: 40px;
        padding:0 20px;
        float: left;
        font-size: 15px;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;
        border: solid 1px #f4f4f4;
    }
    .lm1 li > a:hover,.lm1 li > a.on{
        border: 1px solid #cda14c;
        color: #cda14c;
        border-radius: 20px;
        background: #fff;
    }


    .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: #f9f9f9;
        font-size: 15px;
    }

    .lm1 li > dl > dd > a:hover, .lm1 li > dl > dd > a.on {
        background-color: #aadbd8;
        color: #fff;
    }

    .lm1 li > dl > dd:last-child {
        border-bottom: 0;
    }

    .lm1 li > dl > dd > dl {
        width: 100%;
        border: solid 1px #e9e9e9;
        background-color: #fff;
        border-bottom: 0;
    }
    .lm1 li > dl > dd > dl dd:first-child{
        margin-top: 10px;
    }
    .lm1 li > dl > dd > dl dd:last-child{
        margin-bottom: 10px;
    }
    .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 > a.on {
        color: #cda14c;
    }

    .lm1 li > dl > dd > dl > dd > a:before {
        /*content: '';*/
        /*width:10px;*/
        /*height:1px;*/
        /*left:0px;*/
        /*top:50%;*/
        /*margin-top: -0.5px;*/
        /*background-color: #bbb;*/
        /*position:absolute;*/
    }

    .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: #cda14c;
        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 #cda14c;
        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: #cda14c;
        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: 1200px) {
    .ny {
        width: 100%;
        min-height: 200px;
        padding:15px;
    }

    .ny .d1 {
        width: 100%;
        float: left;
    }

    .ny .d2 {
        width: 100%;
        float: left;
        padding: 15px;
    }

    .ny_bt {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .ny {
        width: 100%;
        padding:50px 0;
    }

    /*.ny .main {*/
        /*position: relative;*/
        /*min-height: 500px;*/
    /*}*/

    /*.ny .main:before {*/
        /*content: '';*/
        /*width: 240px;*/
        /*height: 100%;*/
        /*background-color: #f4f4f4;*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 0;*/
    /*}*/

    /*.ny_wlm .main:before {*/
        /*display: none;*/
    /*}*/

    .ny_wlm .main {
        padding: 30px 0 50px 0;
    }

    .ny .d1, .ny .d2 {
        position: relative;
        z-index: 1;
    }

    .ny .d1 {
        width: 240px;
        float: left;
        margin-top: -25px;
    }

    .ny .d2 {
        width: 1000px;
        float: right;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .ny_bt {
        width: 100%;
        float: left;
        border-bottom: solid 1px #ddd;
        line-height: 50px;
        height: 50px;
    }

    .ny_bt .bt {
        line-height: 45px;
        border-bottom: solid 3px #cda14c;
        float: left;
        height: 50px;
    }
}

.ab_nr {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .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: 1200px) {
    .ab_nr {
        font-size: 16px;
        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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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 h5 {
        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: 1200px) {
    .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 h5 {
        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;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media only screen and (max-width: 1200px) {
    .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 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .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 2px;
        background: #f1eff0
    }

}

.fy1 a:hover, .fy1 a.fdq {
    background: #cda14c;
    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: #cda14c;
    background-color: #cda14c;
    color: #fff;
}

.ta1 tbody tr:nth-child(even) td {
    background-color: #f5fafa;
}

@media only screen and (max-width: 1200px) {
    .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 {
        width: 100%;
        float: left;
        height: 300px;
        border: solid 1px #ddd;
    }
}

.sbt {
    font-weight: bold;
}

@media only screen and (min-width: 1200px) {
    .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 {
        width: 100%;
        float: left;
        height: 400px;
        border: solid 1px #ddd;
    }
}

.dt img, .dt label {
    max-width: inherit;
}

.yygh {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .lcxx_title {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 15px;
    }

    .lc_ta {
        width: 100%;
        min-width: 650px;
    }

    .lc_ta td {
        padding: 12px;
        background-color: #f5f5f5;
        border: solid 2px #fff;
    }
}

@media only screen and (min-width: 1200px) {

    .lcxx_title {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .lc_ta {
        width: 100%;
        /*font-size:15px;*/
    }

    .lc_ta td {
        padding: 12px;
        background-color: #f5f5f5;
        border: solid 2px #fff;
    }

    .lc_ta tbody tr td:last-child {
        /*font-size:15px;*/
    }
}

.lc_ta thead td {
    background-color: #cda14c;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.lc_ta tr td:first-child {
    width: 150px;
}

.lc_ta tbody tr td:first-child {
    text-align: center;
    background-color: #e6f1f2;
    color: #cda14c;
}

@media only screen and (max-width: 1200px) {
    .ny_wlm {
        padding: 15px;
    }

    .ks_lb1 h4 {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .ks_lb1 ul {
        width: 101%;
        float: left;
        margin-left: -0.5%;
    }

    .ks_lb1 li {
        float: left;
        width: 25%;
        padding: 0.5%;
    }

    .ks_lb1 a {
        display: block;
        width: 100%;
        background-color: #fff;
        border: solid 1px #ddd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 38px;
        line-height: 36px;
        padding-left: 10px;
    }

    .ks_lb1 a:before {
        background-color: #3186f2;
        width: 4px;
        height: 4px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        content: '';
        position: relative;
        top: -2px;
    }
}

@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: 1200px) {
    .ks_lb1 h4 {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .ks_lb1 ul {
        width: 101.6%;
        float: left;
        margin-left: -0.8%;

    }

    .ks_lb1 li {
        float: left;
        width: 14.2857%;
        padding: 0.5%;
    }

    .ks_lb1 a {
        display: block;
        width: 100%;
        border: solid 1px #ddd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 40px;
        line-height: 38px;
        padding-left: 10px;
    }

    .ks_lb1 a:before {
        background-color: #3186f2;
        width: 4px;
        height: 4px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        content: '';
        position: relative;
        top: -2px;
    }
}

.ks_lb1 {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .pic_news_lb2 {
        width: 102%;
        float: left;
        margin: 0px 0 10px -1%;
    }

    .pic_news_lb2 li {
        width: 33.3333%;
        float: left;
        padding: 1%;
    }

    .pic_news_lb2 .imgk {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;

    }

    .pic_news_lb2 .imgk img {
        width: 100%;

    }

    .pic_news_lb2 .sj {
        display: block;
        margin-bottom: 5px;
    }

    .pic_news_lb2 h6 {
        height: 44px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .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;
    }
}

@media only screen and (max-width: 500px) {
    .pic_news_lb2 li {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .pic_news_lb2 {
        width: 103%;
        float: left;
        margin: -10px 0 30px -1.5%;
    }

    .pic_news_lb2 li {
        width: 25%;
        float: left;
        padding: 1.5%;
    }

    .pic_news_lb2 a{
        display: block;
        width:100%;
        padding:20px;
        border: solid 1px #e9e9e9;
        text-align: center;
    }
    .pic_news_lb2 a:hover{
        border-color: #cda14c;
    }
    .pic_news_lb2 .imgk {
        width: 100%;
        overflow: hidden;
        height: 230px;
        text-align: center;
        margin-bottom: 15px;
    }

    .pic_news_lb2 img {
        width:auto;
        max-height: 230px;
    }
    .pic_news_lb2 .bt{
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }

}

@media only screen and (max-width: 1200px) {
    .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: #cda14c;
        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: 1200px) {
    .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: #cda14c;
        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: 1200px) {
    .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: 1200px) {
    .news_lb1 {
        margin-top: -15px;
    }

    .news_lb1 li {
        width: 100%;
        float: left;
        border-bottom: dotted 1px #ddd;
        padding: 15px 0;
        line-height: 30px;
        min-height: 60px;
        position: relative;
        padding-right: 120px;
    }

    .news_lb1 a.dbt {
        display: block;
        width: 100%;
        height: 30px;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .news_lb1 .sj {
        position: absolute;
        right: 0px;
        top: 20px;
    }

}

.news_lb1 {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .dj1 {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .dj1 {
        width: 100%;
        padding: 40px 0 70px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .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: #cda14c;
    }

    .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: 1200px) {
    .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: #cda14c;
    }

    .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: 1200px) {
    .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: 1200px) {
    .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: #cda14c;
}

.body_r .xw_n1 a:hover:before {
    background-color: #cc0018;
}

.body_r a:hover {
    color: #cc0018 !important;
}

@media only screen and (max-width: 1200px) {
    .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: 1200px) {
    .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: 1200px) {


    .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: 1200px) {
    .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: #cda14c;
    }

    .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: #025359;
    }
}

.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;
}

a.cd_more3 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #cda14c;
    color: #fff;
    padding: 0 15px 0 5px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

a.cd_more3:before {
    content: '';
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z" fill="%23ffffff"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 1200px) {
    a.cd_more3 {
        height: 30px;
        line-height: 30px;
        padding-left: 4px;
    }

    a.cd_more3:before {
        width: 22px;
        height: 22px;
        margin-right: 6px;
    }

    .ks1 {
        width: 100%;
        float: left;
    }

    .ks1 .imgk {
        width: 100%;
        float: left;
    }

    .ks1 .txtk {
        width: 100%;
        float: left;
        margin-top: 15px;
    }
}

.ks1 .txtk_nr {
    width: 100%;
    float: left;
    /*text-indent: 2em;*/
}

@media only screen and (min-width: 1200px) {
    .ks1 {
        width: 100%;
        float: left;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
        height: 370px;
    }

    .ks1 .imgk {
        width: 600px;
        float: right;
        height: 370px;
        overflow: hidden;
    }

    .ks1 .imgk img {
        min-height: 370px;
    }

    .ks1 .txtk {
        width: 600px;
        float: left;
        padding: 30px;
    }

    .ks1 .txtk_nr {
        line-height: 26px;
        height: 208px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }
}

.ks1 .imgk img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .zj_lb {
        width: 102%;
        float: left;
        margin: 0px 0 0 -1%;
    }

    .zj_lb.md30 {
        margin-bottom: 10px;
    }

    .zj_lb li {
        width: 33.3333%;
        float: left;
        padding: 1%;
    }

    .zj_lb a {
        height: 172px;
        overflow: hidden;
        padding-left: 130px;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        display: block;
        width: 100%;
        position: relative;
        box-shadow: 0 0px 10px rgba(0, 0, 0, .15);
    }

    .zj_lb .imgk {
        width: 130px;
        overflow: hidden;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .zj_lb img {
        width: 100%;
        min-height: 172px;
    }

    .zj_lb .txtk {
        width: 100%;
        padding: 20px 15px;
    }

    .zj_lb .txtk h4 {
        /*font-size: 16px;*/
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .zj_lb .txtk .p1 {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #666;
    }

    .zj_lb .txtk .p3 {
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .zj_lb .txtk .p2 {
        color: #666;
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


}

@media only screen and (max-width: 950px) {
    .zj_lb li {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .zj_lb li {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .zj_lb {
        width: 102%;
        float: left;
        margin: -10px 0 0 -1%;
    }

    .zj_lb.md30 {
        margin-bottom: 30px;
    }

    .zj_lb li {
        width: 25%;
        float: left;
        padding: 1%;
    }
    .ny_ks .zj_lb li{
        width:33.3333%;
    }
    .zj_lb a {
        height: 179px;
        overflow: hidden;
        padding-left: 135px;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        display: block;
        width: 100%;
        position: relative;
        box-shadow: 0 0px 10px rgba(0, 0, 0, .15);
    }

    .zj_lb .imgk {
        width: 135px;
        overflow: hidden;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .zj_lb img {
        width: 100%;
        min-height: 179px;
    }

    .zj_lb .txtk {
        width: 100%;
        padding: 15px 15px;
    }

    .zj_lb .txtk h4 {
        /*font-size: 16px;*/
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .zj_lb .txtk .p1 {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #666;
    }

    .zj_lb .txtk .p3 {
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .zj_lb .txtk .p2 {
        color: #666;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


}

@media only screen and (max-width: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: #cda14c;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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: 1200px) {

}

@media only screen and (min-width: 1200px) {
    /*.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: 1200px) {
    .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: 1200px) {
    .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: #cda14c;
    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;
}

.ny_ks {
    width: 100%;
    padding: 35px 0 50px 0px;
    min-height: 500px;
}

@media only screen and (max-width: 1200px) {
    .ny_ks {
        width: 100%;
        padding:15px;
        min-height: 500px;
    }
    .zj_sy2 {
        width: 100%;
        float: left;
        /*margin-left: -50px;*/
        position: relative;
        padding: 0 25px;
    }

    .zj_sy2 .swiper-slide {
        width: 100%;
        padding: 10px;

    }

    .zj_sy2 a {
        height: 172px;
        overflow: hidden;
        padding-left: 130px;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    .zj_sy2 .swiper-slide .imgk {
        width: 130px;
        overflow: hidden;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .zj_sy2 .swiper-slide img {
        width: 100%;
        min-height: 172px;
    }

    .zj_sy2 .txtk {
        width: 100%;
        padding: 20px 15px;
    }

    .zj_sy2 .txtk h4 {
        /*font-size: 16px;*/
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .zj_sy2 .txtk .p1 {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #666;
    }

    .zj_sy2 .txtk .p3 {
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .zj_sy2 .txtk .p2 {
        color: #666;
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .zj_sy2 .swiper-button-prev, .zj_sy2 .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 20px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #7f7f7f;
    }

    /*.sy_bt1 .bt{*/
    /*font-size: 24px;*/
    /*}*/
    .zj_sy2 .swiper-button-prev {
        left: 0px;
    }

    .zj_sy2 .swiper-button-next {
        right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .zj_sy2 {
        width: 1220px;
        float: left;
        margin-left: -10px;
        position: relative;
        /*padding: 0 25px;*/
    }

    .zj_sy2 .swiper-slide {
        width: 100%;
        padding: 10px;

    }

    .zj_sy2 a {
        height: 192px;
        overflow: hidden;
        padding-left: 145px;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    .zj_sy2 .swiper-slide .imgk {
        width: 145px;
        overflow: hidden;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .zj_sy2 .swiper-slide img {
        width: 100%;
        min-height: 192px;
    }

    .zj_sy2 .txtk {
        width: 100%;
        padding: 20px 15px;
    }

    .zj_sy2 .txtk h4 {
        /*font-size: 16px;*/
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .zj_sy2 .txtk .p1 {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #666;
    }

    .zj_sy2 .txtk .p3 {
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .zj_sy2 .txtk .p2 {
        color: #666;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .zj_sy2 .swiper-button-prev, .zj_sy2 .swiper-button-next {
        color:#cda14c;
        outline: none;
        --swiper-navigation-size: 22px;
        width:40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: -20px;
        border: solid 1px #cda14c;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0);
    }


    .zj_sy2 .swiper-button-prev {
        left: -50px;
    }

    .zj_sy2 .swiper-button-next {
        right: -50px;
    }
}

.zj_sy2 a {
    display: block;
    width: 100%;
    position: relative;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .15);
}


.zj_sy2 .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.zj_sy2 .swiper-wrapper {
    width: 100%;
    float: left;
}


.zj_sy2 .swiper-button-next:hover, .zj_sy2 .swiper-button-prev:hover {
    background-color: #cda14c;
    color:#fff;
}
.sy_n2{
    width:100%;
    float:left;
}
.sy_n2 li{
    line-height: 45px;
    width:100%;
    float:left;
    padding-right:110px;
    position:relative;
    border-bottom: dashed 1px #ddd;
}
.sy_n2 .bt{
    display:block;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.sy_n2 .bt:before{
    content: '';
    width:4px;
    height:4px;
    background-color: #bcbcbc;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    top:-1px;
    margin-right: 8px;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
}
.sy_n2 .sj{
    position:absolute;
    right:0;
    top:0;
}

@media only screen and (max-width: 1200px) {
    .sy_n2 li{
        line-height: 35px;
        padding-right:75px;
    }
    .sy_n2 .bt:before{
        margin-right: 5px;
    }
}
@media only screen and (min-width:1200px) {
    .sy_n2_ks{
        width:104%;
        margin-left: -2%;
    }
    .sy_n2_ks li{
        width:46%;
        margin: 0 2%;
    }
}


.zj_top {
    width: 100%;
    background-image: url("/images/zj_bj.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 377px;
    padding-top: 110px;
}

.zj_top .imgk {
    width: 330px;
    height:451px;
    overflow: hidden;
}

.zj_top .imgk img {
    width: 100%;
    min-height: 451px;
    box-shadow:0 2px 12px rgba(0,0,0,.2);
}

.zj_top .txtk {
    width:810px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-left:60px;
}

.zj_top .bt {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.zj_top .bt b {
    font-size: 45px;
    margin-right: 40px;
}

.zj_top .p_1 {
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.zj_top .zj_ewm{
    width:140px;
    float:right;
    text-align: center;
    color:#fff;
    font-size: 16px;
    margin-top: 25px;
}
.zj_top .zj_ewm img{
    width:100%;
    margin-bottom: 15px;
    border: solid 6px #fff;
}
.ny_zj {
    padding-top: 30px;
    padding-bottom:60px;
}
.ny_zj .ab_nr{

}
.zj_k .zj_d1 {
    width: 330px;
    margin-top: 50px;
}

.zj_k .zj_d2 {
    width: 910px;
    margin-top: -150px;
}

.zj_yjfx {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    padding: 25px 30px;
}

.zj_kk1 {
    border: solid 1px #009b91;
    float: left;
    width: 100%;
}

.zj_kk1 h3 {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    background-color: #009b91;
    color: #fff;
}

.zj_kk1 .txtk {
    padding: 40px;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .zj_top {
        height: auto;
        padding: 20px;
        text-align: center;
    }

    .zj_top .imgk {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px;
    }

    .zj_top .imgk img {
        width: 50%;
        max-width: 300px;
        min-height: inherit;
    }

    .zj_top .txtk {
        width: 100%;
        font-size: 13px;
        line-height: 22px;
        margin-top: 0px;
        margin-left: 0;
    }

    .zj_top .bt {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .zj_top .bt b {
        font-size: 18px;
        margin-right: 20px;
    }

    .zj_top .p_1 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .zj_k .zj_d1 {
        margin-top: 0px;
        width: 100%;
    }

    .zj_k .zj_d2 {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .zj_yjfx {
        padding: 20px;
    }

    .ny_zj {
        padding-top: 20px;
    }

    .zj_kk1 h3 {
        line-height: 40px;
    }

    .zj_kk1 .txtk {
        padding: 20px;
    }
    .zj_top .zj_ewm{
        display: none;
    }
}
.zj_czsj{
    width:102%;
    float:left;
    margin-left: -1%;
}
.zj_czsj li{
    width:31.3333%;
    float:left;
    margin: 0 1%;
    height:130px;
    border: solid 1px #ddd;
    padding:20px 20px 20px 130px;
    position:relative;
}
.zj_czsj .txtk1{
    /*background-image: url("../images/zj_cz.png");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:83px;
    height:83px;
    position:absolute;
    left:30px;
    top:50%;
    margin-top: -41.5px;
    color:#fff;
    text-align: center;
    padding-top:18px;
    font-size: 16px;

}
.zj_czsj .txtk2{
    width:100%;
    height:90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.zj_anq{
    width:104%;
    float:left;
    text-align: center;
    margin-left: -2%;
}
.zj_anq a{
    width:21%;
    height:175px;
    border: solid 1px #ddd;
    -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
    font-size: 16px;
    float:left;
    margin: 0 2%;
    padding-top:35px;
}
.zj_anq a:hover{
    box-shadow:0 2px 12px rgba(0,0,0,.15);
}
.zj_anq a:before{
    content: '';
    display: block;
    width:100%;
    height:60px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    margin-bottom: 18px;
}
.zj_anq a.a1:before{
    background-image: url("/images/zj_tb1.png");
}
.zj_anq a.a2:before{
    background-image: url("/images/zj_tb2.png");
}
.zj_anq a.a3:before{
    background-image: url("/images/zj_tb3.png");
}
.zj_anq a.a4:before{
    background-image: url("/images/zj_tb4.png");
}
@media only screen and (max-width: 1200px) {
    .ny_zj{
        padding:15px;
    }
    .zj_czsj li{
        height:90px;
        padding:15px 15px 15px 80px;
    }
    .zj_czsj .txtk1{
        width:60px;
        height:60px;
        left:10px;
        margin-top: -30px;
        padding-top:13px;
        font-size: 12px;

    }
    .zj_czsj .txtk2{
        height:60px;
    }
    .zj_anq{
        width:102%;
        margin-left: -1%;
    }
    .zj_anq a{
        width:23%;
        height:100px;
        font-size: 13px;
        margin: 1%;
        padding-top:20px;
    }
    .zj_anq a:before{
        height:30px;
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 600px) {
    .zj_czsj li{
        width:98%;
        margin-bottom: 10px;
    }
    .zj_czsj li:last-child{
        margin-bottom: 0;
    }
}
.ta_pb {
    width:100%;
    min-width: 1100px;
}
.ta_pb thead td{
    border-color: #cda14c;
    width:10%;
    background-color: #cda14c;
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
}
.ta_pb thead td:first-child{
    width:auto;
}
.ta_pb thead td:nth-of-type(2){
    width:8%;
}
.ta_pb td{
    border: solid 1px #ddd;
    padding:10px;
    font-size: 14px;
    text-align: center;
}
.ta_pb tbody td{
    text-align: left;
}
.ta_pb tbody td.td1{
    text-align: center;
}
.ta_pb tbody td:first-child{
    width:auto;
}
.ta_pb tr:nth-child(even) td{
    background: #f9f9f9;
}
.ta_pb thead td{

}
.ab_nr table{
    width:100%;
}
.ab_nr table td{
    font-size: 14px;
    border: solid 1px #ddd;
}
@media only screen and (max-width: 1200px) {
    .ta_pb td{
        font-size: 12px;
    }
    .ta_k{
        margin-bottom: 0px;
    }
    .ab_nr table td{
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .ab_nr{
        overflow-x: auto;
    }
    .ab_nr table{
        min-width:800px;
    }
}

@media only screen and (min-width: 1200px) {

}




.ta_pb tbody td{
    text-align: left;
}
.ta_pb tbody td.td1{
    text-align: center;
}
.ta_pb tbody td:first-child{
    width:auto;
}
.ta_pb tr:nth-child(even) td{
    background: #f9f9f9;
}
.ta_pb thead td{

}
.ab_nr table{
    width:100%;
}
.ab_nr table td{
    font-size: 14px;
    border: solid 1px #ddd;
}
@media only screen and (max-width: 1200px) {
    .ta_pb td{
        font-size: 12px;
    }
    .ta_k{
        margin-bottom: 0px;
    }
    .ab_nr table td{
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .ab_nr{
        overflow-x: auto;
    }
    .ab_nr table{
        min-width:800px;
    }
}

@media only screen and (min-width: 1200px) {

}



