@charset "utf-8";
/* CSS Document */
A {
    TEXT-DECORATION: none;
}

A {
    color: #222;
    outline: none;
}


A:hover {
    color: #ee2d70;
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Arial, "微软雅黑";
    background: #fff;
    color: #333333;
}

#mediaplayer_logo {
    display: none !important;
}

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: 1230px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    .main2 {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 1230px) {
    .main {
        width: 1230px;
        margin: 0px auto;
    }

    .main2 {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

}

@media only screen and (min-width: 1890px) {
    /*.main {*/
    /*width: 1600px;*/
    /*}*/

}

.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;
}

.ab_nr table td {
    padding: 10px;
    border: solid 1px #ddd;
}

.zt_3d {
    color: #333;
}

.zt_6d {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.zt_9d, a.cd_9d {
    color: #999 !important;
    font-size: 14px;
    font-weight: normal;
}

a.cd_9d:hover {
    color: #cb3737 !important;
}

.imgk {
    width: 100%;
}

.txtk {
    width: 100%;
}

.imgk img {
    width: 100%;
}

@media only screen and (max-width: 1230px) {
    .md50 {
        margin-bottom: 20px;
    }

    .md70 {
        margin-bottom: 20px;
    }

    .md60 {
        margin-bottom: 20px;
    }

    .md80 {
        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;
    }
}

.md5 {
    margin-bottom: 5px;
}

@media only screen and (min-width: 1230px) {
    .md50 {
        margin-bottom: 50px;
    }

    .md70 {
        margin-bottom: 70px;
    }

    .md60 {
        margin-bottom: 60px;
    }

    .md80 {
        margin-bottom: 80px;
    }

    .md10 {
        margin-bottom: 10px;
    }

    .md15 {
        margin-bottom: 15px;
    }

    .md20 {
        margin-bottom: 6px;
        text-align: left;
        font-size: 46px;
        color: #1e98d4;
        font-weight: bold;
    }

    .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 {
    position: relative;
}

.ban_pic {
    position: relative;
    height: 380px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #222;
}

.ban_nr {
    /*position: absolute; */
    width: 1000px;
    padding-top: 100px;
    /* top: 80px; */
    /* left: 50%; */
    /*height: 150px;*/
    /* margin-left: -500px; */
    text-align: center;
    font-size: 16px;
    margin: auto;
    /*line-height: 150px;*/
}

.ban_wz .ban_nr {
    width: 100%;
    height: 100%;
    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;
    margin: 0;
    left: 0;
    top: 0;
}

.ban_wz .ban_nr .bt {
    display: block;
}

.ban_nr p {
    color: #ee2d70;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    text-align: left;
    font-size: 20px;
}

.lm1_k {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(155, 155, 155, .3);
}

@media only screen and (max-width: 1230px) {
    .lm1_k {
        position: inherit;
        left: auto;
        bottom: auto;
        float: left;
    }

    .ban_pic {
        padding: 0px;
        height: 120px;
        width: 100%;
        background-position: center top;
        background-size: cover;
        float: left;
    }

    .ban .bt, .ban p {
        display: none;
    }

    .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 3%;
        background: #f2f2f2;
    }

    .lm1 li a:hover {
        background: #cb3737;
        color: #ffffff;
    }

    .lm3 {
        width: 100%;
        float: left;
        display: none;
        margin: 0px 0 0 0 !important;
    }

    .lm3 li {
    }

    .lm3 a.on {
        color: #333 !important;
    }

    .lm3 a {
        display: block;
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
        font-size: 13px !important;
        padding: 8px 3% !important;
        height: auto !important;
        line-height: 150% !important;
        background: #f6f6f6 !important;
    }

    .lm3 a:hover {
        background: #cb3737 !important;
        color: #ffffff !important;
    }

    .lm2 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm2 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .lm2 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #f6f6f6;
    }

    .lm2 li a:hover {
        background: #7bedec;
        color: #222;
    }

    .lm2 li .txtk {
        display: block;
        width: 100%;
        font-size: 0;
        background-color: #fff;
    }

    .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: 14px;
        /*border-bottom: solid 1px #ddd;*/
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        font-weight: bold;
        color: #ee2d70 !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='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }

    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }

    .lm1_bt a#cd_lm2 {
        background-color: #cb3737;
    }

    .lm1_bt.lm3_bt {
        background-color: #cb3737;
        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: 1230px) {
    .lm1_bt {
        display: none;
    }

    .lm1 {
        width: 100%;
        float: left;
        text-align: center;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
        background-color: #edf4f5;
    }

    .lm1 li > a {
        display: block;
        width: 100%;
        padding: 10px 0;
        position: relative;
    }

    .lm1 li > a:before {
        content: '';
        width: 12px;
        height: 12px;
        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='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23000000'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        filter: alpha(opacity=25);
        -moz-opacity: 0.25;
        opacity: 0.25;
    }

    .lm1 li > a:hover, .lm1 li > a.on {
        background-color: #cfe4e6;
        color: #cb3737;
    }

    .lm1 li > a.on:after {
        content: '';
        /*background: url("../images/lm_jt.png") no-repeat;*/
        /*background-size: 100% 100%;*/
        width: 14px;
        height: 100%;
        position: absolute;
        right: -14px;
        top: 0px;
    }

    .lm2 {
        /*font-size: 0;*/
        /*text-align: center;*/
    }

    .lm2 li {
        font-size: 16px;
        line-height: 60px;
        margin-right: 20px;
        float: left;
    }

    .lm2 a {
        display: block;
        height: 60px;
        padding: 0 10px;
        color: #222;
    }

    .lm2 li .txtk {
        display: none;
    }

    .lm2 a.on, .lm2 a:hover {
        background-color: #21c9bc;
        color: #fff;
    }

    .lm2 li:last-child {
        margin-right: 0;
    }

}

@media only screen and (min-width: 1890px) {
    /*.lm2 li{*/
    /*margin-right: 40px;*/
    /*}*/
}

@media only screen and (min-width: 1890px) {
    .ban_pic {
        /*background-size: 100% 100%;*/
        /*height:420px;*/
    }

    /*.ban_nr{*/
    /*top:90px;*/
    /*}*/
}

@media only screen and (max-width: 1230px) {
    .ny {
        width: 100%;
        padding: 15px;
        min-height: 200px;
    }

    .ny .d1 {
        width: 100%;
        float: left;
    }

    .ny .d2 {
        width: 100%;
        float: left;
    }

    .ny_bt {
        display: none;
    }
}

@media only screen and (min-width: 1230px) {
    .ny {
        width: 100%;
        padding: 40px 0 70px 0px;
        min-height: 500px;
    }

    .ny.xw {
        padding-top: 30px;
    }

    .ny .d1 {
        /*width: 200px;*/
        /*float: left;*/
        margin: auto;
    }

    .ny .d2 {
        width: 940px;
        float: right;
    }

    .ny_bt {
        width: 100%;
        float: left;
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        line-height: 30px;
    }

    .ny_bt .bt {
        line-height: 30px;
    }
}

.ab_nr {
    width: 100%;
    /*float:left;*/
    overflow-x: auto;
    /*color:#666;*/
}

@media only screen and (max-width: 1230px) {
    .ab_nr {
        /*font-size: 16px;*/
        /*line-height: 30px;*/
    }

    .ab_nr img {
        height: auto !important;
    }

}

@media only screen and (min-width: 1230px) {
    .ab_nr {
        font-size: 16px;
        line-height: 30px;
    }

}

@media only screen and (max-width: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 450px) {
    .pic_lb li {
        width: 97%;
    }
}

@media only screen and (min-width: 1230px) {
    .pic_lb {
        width: 103%;
        float: left;
        margin: -10px 0 40px -1.5%;
    }

    .pic_lb li {
        width: 22%;
        float: left;
        margin: 1% 1.5%;
        text-align: center;
    }

    .pic_lb li:nth-child(4n+1) {
        clear: both;
    }

    .pic_lb .imgk {
        margin-bottom: 15px;
        height: 175px;
        overflow: hidden;
    }

    .pic_lb .imgk img {
        min-height: 175px;
    }
}

.pic_lb a, .pic_lb .imgk, .pic_lb .imgk img {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 1890px) {
    /*.pic_lb .imgk{*/
    /*height:215px;*/
    /*}*/
    /*.pic_lb .imgk img{*/
    /*min-height: 215px;*/
    /*}*/
}

.pic_lb p {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 1230px) {
    .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;
        float: left;
    }

    .pic_news_lb1 .l_img h5 {
        margin-top: 5px;
    }

    .pic_news_lb1 p {
        display: block;
        width: 100%;
        float: left;
        max-height: 40px;
        line-height: 20px;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .pic_news_lb1 .sj {
        float: left;
    }

    .pic_news_lb1 .sj b {
        float: right;
    }

    .pic_news_lb1 .sj b:before {
        content: '-';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
}

@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: 1230px) {
    .pic_news_lb1 {
        float: left;
        width: 100%;
        margin-top: -30px;
    }

    .pic_news_lb1.md20 {
        margin-bottom: 50px;
    }

    .pic_news_lb1 li {
        float: left;
        width: 100%;
        border-bottom: dashed 1px #ddd;
        padding: 30px 0px;
        position: relative;
        padding-right: 235px;
    }

    .pic_news_lb1 .l_img {
        padding-left: 208px;
        min-height: 168px;
    }

    .pic_news_lb1 .imgk {
        position: absolute;
        width: 180px;
        height: 108px;
        overflow: hidden;
        left: 0px;
        top: 30px;
    }

    .pic_news_lb1 .imgk img {
        width: 100%;
        min-height: 108px;
    }

    .pic_news_lb1 h5 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px 0 6px 0;
    }

    .pic_news_lb1 .sj {
        position: absolute;
        right: 0px;
        top: 50%;
        text-align: right;
        margin-top: -40px;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;
    }

    .pic_news_lb1 li:hover {
        background-color: #fff;
        box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
        width: 102%;
        margin-left: -1%;
        padding-left: 12px;
        padding-right: 247px;
    }

    .pic_news_lb1 li:hover .sj {
        right: 12px;
    }

    .pic_news_lb1 li.l_img:hover {
        padding-left: 220px;
    }

    .pic_news_lb1 li.l_img:hover .imgk {
        left: 12px;
    }

    .pic_news_lb1 .sj b {
        display: block;
        font-size: 24px;
        line-height: 30px;
    }

    .pic_news_lb1 p {
        display: block;
        width: 100%;
        max-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 (min-width: 1890px) {
    /*.pic_news_lb1 h5{*/
    /*font-size: 18px;*/
    /*}*/
}

@media only screen and (max-width: 1230px) {
    .fy1 {
        width: 101%;
        float: left;
        text-align: center;
        margin: 0px 0px 0px -0.5%;
        font-size: 12px;
        justify-content: center;
        display: flex;
    }

    .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;
    }

    .sbt {
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        font-size: 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1230px) {
    .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
    }

    .sbt {
        border-bottom: solid 1px #ddd;
        padding-bottom: 12px;
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.fy1 a:hover, .fy1 a.fdq {
    background: #1e99d2;
    color: #ffffff;
}

.ssj {
    width: 100%;
    float: left;
}

.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: #cb3737;
    background-color: #cb3737;
    color: #fff;
}

.ta1 tbody tr:nth-child(even) td {
    background-color: #f9f9f9;
}

@media only screen and (max-width: 1230px) {
    .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;
}

.ta1 td .s_zj:last-child {
    margin-right: 0;
}

.ta1 td .s_sj {
    line-height: 20px;
    font-family: Arial;
}

@media only screen and (min-width: 1230px) {
    .ta1 td .s_zj {
        margin-right: 20px;
    }

    .snr {
        padding: 0 0px;
    }

    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding: 20px 0 10px 0;
        color: #666;
    }

    .sgd .s1 {
        margin-bottom: 10px;
    }

    .sgd .s1, .sgd .s2 {
        width: 100%;
        display: block;
        float: left;
    }

    .dt {
        width: 100%;
        float: left;
        height: 600px;
        border: solid 1px #ddd;
    }
}

.dt img, .dt label {
    max-width: inherit;
}

.yygh {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1230px) {
    .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: 1230px) {

    .lcxx_title {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .lc_ta {
        width: 100%;
        /*font-size:14px!important;*/
    }

    .lc_ta td {
        padding: 10px;
        background-color: #f5f5f5;
        border: solid 1px #fff;
    }

    .lc_ta tbody tr td:last-child {
        /*font-size:15px;*/
    }
}

.lc_ta thead td {
    background-color: #cb3737;
    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: #faf2f2;*/
    /*color:#cb3737;*/
    /*font-weight: bold;*/
}

@media only screen and (max-width: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .pic_news_lb2 {
        width: 103%;
        float: left;
        margin: -10px 0 30px -1.5%;
    }

    .pic_news_lb2 li {
        width: 33.3333%;
        float: left;
        padding: 1.5%;
    }

    .pic_news_lb2 .imgk {
        width: 100%;
        height: 175px;
        overflow: hidden;
        margin-bottom: 10px;

    }

    .pic_news_lb2 .imgk a {
        height: 175px;
        overflow: hidden;
    }

    .pic_news_lb2 .imgk img {
        width: 100%;
        min-height: 175px;

    }

    .pic_news_lb2 .sj {
        display: block;
        margin-bottom: 5px;
    }

    .pic_news_lb2 h6 {
        height: 48px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.sp_lb .imgk a {
    position: relative;
    display: block;
    width: 100%;

}

.sp_lb .imgk a:before, .zy_sp .imgk a:before {
    background: url("../images/pay.png") rgba(0, 0, 0, .35) center center no-repeat;
    background-size: auto 46px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.sp_lb .imgk a:hover:before {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;

}

@media only screen and (max-width: 1230px) {
    .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: #cb3737;
        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: 1230px) {
    .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: #cb3737;
        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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .dj1 {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (min-width: 1230px) {
    .dj1 {
        width: 100%;
        padding: 40px 0 70px 0;
    }
}

@media only screen and (max-width: 1230px) {
    .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: #cb3737;
    }

    .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: 1230px) {
    .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: #cb3737;
    }

    .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: 1230px) {
    .sy_xw_lb_r {
        width: 100%;
        margin-top: 15px;
    }

    .xw_t1 {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .xw_t1 h4 {
        margin-bottom: 10px;
        line-height: 20px;
        max-height: 40px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical

    }

    .xw_t1 .sj {
        padding: 5px 0;
    }

    .xw_t1 a {
        display: block;
        width: 100%;
        float: left;
    }

    .xw_t1 a img {
        width: 137px;
        height: 92px;
        float: left;
        margin-right: 18px;
    }

    .xw_n1 {
        width: 100%;
        float: left;
    }

    .xw_n1 li {
        width: 100%;
        float: left;
        height: 35px;
        line-height: 35px;
        position: relative;
        padding-right: 70px;
        border-bottom: dashed 1px #ddd;
    }

    .xw_n1 a {
        width: 100%;
        display: block;
        height: 35px;
        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: 1230px) {
    .sy_xw_lb_r {
        width: 720px;
    }

    .xw_t1 {
        width: 100%;
        float: left;
        margin-bottom: 7px;
    }

    .xw_t1 a {
        display: block;
        width: 100%;
        float: left;
    }

    .xw_t1 a img {
        width: 137px;
        height: 92px;
        float: left;
        margin-right: 18px;
    }

    .xw_t1 h4 {
        width: 100%;
        line-height: 24px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 48px;

    }

    .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: 50px;
        line-height: 50px;
        position: relative;
        padding-right: 85px;
        border-bottom: dashed 1px #ddd;
    }

    .xw_n1 a {
        width: 100%;
        display: block;
        height: 50px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .xw_n1 a:before {
        content: '';
        width: 4px;
        height: 4px;
        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: #cb3737;
}

.body_r .xw_n1 a:hover:before {
    background-color: #cc0018;
}

.body_r a:hover {
    color: #cc0018 !important;
}

@media only screen and (max-width: 1230px) {
    .top a.btn {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -19px;
        display: none;
    }

    .s_title {
        width: 130px;
        height: 40px;
        border-left: solid 1px #ddd;
        padding-left: 5px;
        position: absolute;
        left: 163px;
        top: -5px;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        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;
    }

    .top.ks .s_title {
        border: 0;
        padding: 0;
        left: 35px;
        width: 140px;
    }

    #navk.ks .menu {
        margin-top: 55px;
    }

}

@media only screen and (min-width: 1230px) {
    .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: 140px;
    }

    .body_r #navk {
    }

    .top a.btn {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -19px;
    }

    .s_title {
        width: 520px;
        height: 36px;
        border-left: solid 1px #5a5a5a;
        padding-left: 15px;
        position: absolute;
        left: 423px;
        top: 50%;
        margin-top: -18px;
        font-size: 34px;
        line-height: 36px;
        color: #000000;
    }

    .top.ks a.btn {
        right: 140px;
    }

    .top.ks .s_title {
        border: 0;
        padding: 0;
        left: 103px;
        width: 550px;
    }
}

.body_r .btn-outline-dark:hover {
    color: #fff !important;
}

.sy_bt1 {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1230px) {
    .sy_bt1 .left {
        font-size: 16px;
        line-height: 30px;
    }

    .sy_bt1 .left.s1 {
        font-size: 13px;
    }

    .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: 1230px) {
    .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: #cb3737;
    }

    .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;
}

@media only screen and (max-width: 1230px) {
    .ny_ks {
        padding: 15px;
        width: 100%;
    }

    .ks1 .txtk_nr {
        line-height: 20px;
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .ks1 .txtk_nr.md15 {
        margin-bottom: 20px;
    }

    .ks1 {
        width: 100%;
        float: left;
    }

    .ks1 .imgk {
        width: 100%;
        float: left;
    }

    .ks1 .txtk {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .ks1 .btn {
        font-size: 13px;
    }
}

.ks1 .txtk_nr {
    width: 100%;
    float: left;
}

@media only screen and (min-width: 1230px) {
    .ks1 .btn {
        font-size: 14px;
    }

    .ks1 .txtk_nr {
        line-height: 26px;
        max-height: 156px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        /*text-indent: 2em;*/

    }

    .yx .ks1 .txtk_nr {
        max-height: inherit;
        height: 208px;
        -webkit-line-clamp: 8;
    }

    .ks1 .txtk_nr2 {
        border-top: solid 1px #ddd;
        padding-top: 15px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .ny_ks {
        padding: 40px 0 60px 0;
    }

    .ks1 {
        width: 100%;
        float: left;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    }

    .ks1 .imgk {
        width: 600px;
        float: right;
        height: 370px;
        overflow: hidden;
    }
}

.ks1 .imgk img {
    width: 100%;
    min-height: 370px;
}

.ks1 .txtk {
    width: 600px;
    float: left;
    padding: 30px 35px;
}

}
.ks1 .imgk img {
    width: 100%;
}

@media only screen and (max-width: 1230px) {
    .zj_lb {
        width: 102%;
        float: left;
        margin: 0px 0 0 -1%;
    }

    .zj_lb.md30 {
        margin-bottom: 15px;
    }

    .zj_lb li {
        width: 33.3333%;
        float: left;
        padding: 1%;
    }

    .zj_lb li:nth-child(3n+1) {
        clear: both;
    }

    .zj_lb a {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .zj_lb .imgk {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
        background-color: #f4f4f4;
    }

    .zj_lb img {
        width: 100%;
    }

    .zj_lb .txtk {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .zj_lb li {
        width: 50%;
        margin-bottom: 10px;
    }

    .zj_lb li:nth-child(3n+1) {
        clear: inherit;
    }

    .zj_lb li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 400px) {
    .zj_lb li {
        width: 100%;
    }
}

@media only screen and (min-width: 1230px) {
    .zj_lb {
        width: 102.4%;
        float: left;
        margin: -10px 0 0 -1.2%;
    }

    .zj_lb.md30 {
        margin-bottom: 30px;
    }

    .zj_lb li {
        width: 20%;
        float: left;
        padding: 1.2%;
    }

    .zj_lb li:nth-child(5n+1) {
        clear: both;
    }

    .zj_lb a {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .zj_lb .imgk {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
        height: 293px;
        background-color: #f4f4f4;
    }

    .zj_lb img {
        width: 100%;
        min-height: 293px;
    }

    .zj_lb .txtk {
        width: 100%;
        text-align: center;
    }


}

.zj_lb p {
    color: #666;
}

@media only screen and (max-width: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 18%;
        -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: 1230px) {
    .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: #cb3737;
    color: #fff;
}

@media only screen and (max-width: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {
    .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: 1230px) {

}

@media only screen and (min-width: 1230px) {
    /*.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 .ks1 .txtk p {

    text-indent: 2em;
}

.nyy1 {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1230px) {
    .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: 1230px) {
    .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: #cb3737;
    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;
}

@media only screen and (max-width: 1230px) {
    .news_d1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .news_d2 {
        width: 100%;
    }

    .news_k1 {
        border: solid 1px #ddd;
        padding: 10px;
    }

    .szb {
        line-height: 28px;
    }

    .szb .s1 {
        float: right;
    }

    .szb .bdsharebuttonbox {
        float: right;
        margin-left: 15px;
    }
}

@media only screen and (min-width: 1230px) {
    .news_d1 {
        width: 790px;
    }

    .news_d2 {
        width: 360px;
        margin-top: 20px;
    }

    .news_k1 {
        border: solid 1px #ddd;
        padding: 10px 20px 15px 20px;
    }

    .szb {
        line-height: 28px;
    }

    .szb .s1 {
        float: right;
    }

    .szb .bdsharebuttonbox {
        float: right;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1230px) {
    .pic_lb_zt {
        width: 103%;
        float: left;
        margin: 0 0 15px -1.5%;
    }

    .pic_lb_zt li {
        width: 47%;
        float: left;
        margin: 1% 1.5%;
        text-align: center;
    }

    .pic_lb_zt li:nth-child(2n+1) {
        clear: both;
    }

    .pic_lb_zt .imgk {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .pic_lb_zt li {
        width: 97%;
    }
}

@media only screen and (min-width: 1230px) {
    .pic_lb_zt {
        width: 103%;
        float: left;
        margin: -10px 0 40px -1.5%;
    }

    .pic_lb_zt li {
        width: 30.33333%;
        float: left;
        margin: 1% 1.5%;
        text-align: center;
    }

    .pic_lb_zt li:nth-child(3n+1) {
        clear: both;
    }

    .pic_lb_zt .imgk {
        margin-bottom: 15px;
        height: 220px;
        overflow: hidden;
    }

    .pic_lb_zt .imgk img {
        min-height: 220px;
    }
}

.pic_lb_zt a, .pic_lb_zt .imgk, .pic_lb_zt .imgk img {
    display: block;
    width: 100%;
}

.pic_lb_zt p {
    /*text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;*/
}


.r_zt_lb {
    width: 100%;
    float: left;
}

.r_zt_lb li {
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.r_zt_lb a {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 145px;
    min-height: 80px;
    font-size: 17px;
    line-height: 26px;
}

.r_zt_lb .imgk {
    width: 135px;
    height: 80px;
}

.r_zt_lb .imgk img {
    min-height: 80px;
}

@media only screen and (max-width: 1230px) {
    .r_zt_lb a {
        font-size: 13px;
        line-height: 22px;
    }
}

.r_zt_lb {
    width: 100%;
    float: left;
}

.r_zt_lb li {
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.r_zt_lb li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.r_zt_lb a {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 145px;
    min-height: 80px;
    font-size: 17px;
    line-height: 26px;
}

.r_zt_lb .imgk {
    width: 135px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.r_zt_lb .imgk img {
    min-height: 80px;
}

@media only screen and (max-width: 1230px) {
    .r_zt_lb a {
        font-size: 13px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 1200px) {

    .lsyg {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }

    .lsyg li {
        width: 100%;
        list-style: none;
    }

    .lsyg-left {
        width: 20%;
        float: left;
        padding-right: 4%;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        color: #cb3737;
        text-align: right;
    }

    .lsyg-right {
        width: 70%;
        border-left: 1px solid #000000;
        float: left;
        padding-left: 5%;
        position: relative;
        padding-bottom: 35px;
    }

    .lsyg-dw {
        width: 51px;
        height: 37px;
        position: absolute;
        left: -19px;
        top: -20px;
        background: #fff;
    }

    .lsyg-dw1 {
        width: 18px;
        height: 18px;
        position: absolute;
        left: -10px;
        top: 0px;
        background: #fff;
    }

    .lsyg-dw1 img {
        border: 0;
        max-width: 100%;
        display: block;
    }

    .lsyg-right .bit {
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        color: #333;
        padding-bottom: 10px;
    }

    .fl {
        float: left;
    }

}

@media only screen and (max-width: 1200px) {

    .lsyg {
        width: 100%;
        margin: 60px auto 0;
    }

    .lsyg li {
        width: 100%;
        list-style: none;
    }

    .lsyg-left {
        width: 24%;
        float: left;
        padding-right: 10%;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #cb3737;
        text-align: right;
    }

    .lsyg-right {
        width: 70%;
        border-left: 1px solid #000000;
        float: left;
        padding-left: 10%;
        position: relative;
        padding-bottom: 35px;
    }

    .lsyg-dw {
        width: 51px;
        height: 37px;
        position: absolute;
        left: -19px;
        top: -20px;
        background: #fff;
    }

    .lsyg-dw1 {
        width: 18px;
        height: 18px;
        position: absolute;
        left: -10px;
        top: 0px;
        background: #fff;
    }

    .lsyg-dw1 img {
        border: 0;
        max-width: 100%;
        display: block;
    }

    .lsyg-right .bit {
        font-weight: 700;
        font-style: normal;
        font-size: 1.2em;
        color: #333;
        padding-bottom: 10px;
    }

    .fl {
        float: left;
    }
}
.pb_nav{
    height:50px;
    border-bottom: solid 3px #bf9e6c;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 50px;
}
.pb_nav ul{
    width:100.6%;
    margin-left: -0.3%;
}
.pb_nav li{
    width:16.0666%;
    float:left;
    height:50px;
    line-height: 50px;
    margin: 0 0.3%;
}
.pb_nav a{
    display: block;
    height:60px;
    background-color: #cb3738;
    color:#fff;
}
.pb_nav a:hover,.pb_nav a.on{
    background-color: #e8e8e8;
    color:#333;
}
.pb_nav_ks{
    text-align: center;
    font-size: 0;
    margin-bottom: 55px;
}
.pb_nav_ks a{
    display: inline-block;
    font-size: 18px;
    height:45px;
    line-height: 43px;
    width:180px;
    margin:0 15px;
    border: solid 1px #e9e9e9;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.pb_nav_ks a.on,.pb_nav_ks a:hover{
    border-color: #bf9e6c;
    background-color: #bf9e6c;
    color:#fff;
}
.ta2 {
    width:1230px;
    text-align: center;
}

.ta2 td {
    border: solid 1px #e9e9e9;
    padding: 10px 5px;
}
.pb_ta1{

}
.pb_ta1 td{
    background-color: #007185!important;
    color:#fff;
    border-color: #4f9ba9;
    font-size: 16px;
}
.pb_ta2 .td_bt{
    color:#bf9e6c;
}
.pb_ta2 .td_dbt{
    font-size: 16px;
}
.pb_lb2{
    width:100%;
}
.pb_lb2 li{
    width:100%;
    margin-bottom: 1px;
}
.pb_lb2 .bt{
    display: block;
    font-size: 19px;
    line-height: 60px;
    height:60px;
    padding-left:30px;
    background-color: #f1f1f1;
    color:#cb3738;
    position:relative;
    cursor: pointer;
    width:1230px;
}
.pb_lb2 .bt:after{
    content: '';
    width:30px;
    height:30px;
    position:absolute;
    right:30px;
    top:50%;
    margin-top: -15px;
    background-image: url('../images/open.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.pb_lb2 .bt.on:after{
    background-image: url('../images/close.png');
}
.pb_lb2 li .txtk{
    display: none;
}
.pb_ss{
    border: solid 1px #e9e9e9;
    padding:25px 25px 25px 170px;
    position:relative;
    margin-bottom:45px;
}
.pb_ss .bt{
    line-height: 40px;
    width:170px;
    text-align: center;
    position:absolute;
    left:0px;
    top:25px;
}
.pb_ss ul{
    width:100%;
    float:left;
}
.pb_ss li{
    width:280px;
    margin-right: 20px;
    float:left;
}
.pb_ss li:last-child{
    float:right;
    width:auto;
    margin-right:5px;
}
.pb_ss .btn-danger {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.ss_ss{
    border: solid 1px #e9e9e9;
    padding:15px 15px 15px 130px;
    position:relative;
    margin-bottom:45px;
}
.ss_ss .bt{
    line-height: 35px;
    width:130px;
    text-align: center;
    position:absolute;
    left:0px;
    top:15px;
}
.ss_ss ul{
    width:100%;
    float:left;
}
.ss_ss li{
    width:280px;
    margin-right: 20px;
    float:left;
}
.ss_ss li:nth-of-type(1){
    width:150px;
}
.ss_ss .form-control{
    font-size: 14px;
}
.ss_ss li.l_sjd{
    width:440px;
    position:relative;
    line-height: 35px;
    padding-left:75px;
}
.ss_ss li.l_sjd .form-control{
    width:46%;
    float:left;
    text-align: center;
}
.ss_ss li.l_sjd .s_x{
    width:8%;
    text-align: center;
    float:left;
    color:#999;
}
.ss_ss li.l_sjd .s_name{
    position:absolute;
    left:0px;
    font-size: 16px;
    top:0px;
}
.ss_ss li:last-child{
    float:right;
    width:auto;
    margin-right:5px;
}
.ss_ss .btn-danger {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.zt_r{
    color:#ee1925;
}
.ss_list li{
    border-bottom: solid 1px #e9e9e9;
    padding-bottom:20px;
    margin-bottom: 20px;
    width:100%;
    float:left;
}
.ss_list .bt{
    font-weight: bold;
    margin-bottom: 15px;
    width:100%;
    float:left;
}
.ss_list .bt .s_channel{
    display: inline-block;
    background-color: #caa169;
    color:#fff;
    padding:0 10px;
    font-size: 16px;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    font-weight: 400;
    margin-left: 10px;
}
.ss_list p{
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    width:100%;
    float:left;
    margin-bottom: 15px;
}
.ss_list .s1{
    float:left;
    margin-right: 2em;
}
@media only screen and (max-width: 1230px) {
  .ss_list .bt .s_channel{    
    font-size: 13px;
}
.ss_ss{
        padding:45px 15px 15px 15px;
        margin-bottom:15px;
    }
    .ss_ss .bt{
        line-height: 35px;
        width:130px;
        text-align: left;
        left:15px;
        top:5px;
    }
    .ss_ss li{
        width:48%;
        margin-right:2%;
        margin-bottom: 10px;
    }
    .ss_ss li:nth-of-type(1){
        width:48%;
    }
    .ss_ss .form-control{
        font-size: 13px;
    }
    .ss_ss li.l_sjd{
        width:98%;
        position:relative;
        line-height: 35px;
        padding-left:75px;
    }

    .ss_ss li.l_sjd .s_name{
        font-size: 13px;
    }
    .ss_ss li:last-child{
        float:left;
        width:98%;
        margin-right:0px;
    }
    .ss_ss .btn-danger {
        width:100%;
        font-size: 14px;
    }
    .ss_list{
        margin-bottom: 5px!important;
    }
    .ss_list li{
        padding-bottom:15px;
        margin-bottom: 15px;
    }
    .ss_list .bt{
        margin-bottom: 10px;
    }
    .ss_list p{
        margin-bottom: 10px;
        line-height: 20px;
        max-height: 40px;
    }
    .pb_nav{
        height:auto;
        border-bottom: solid 2px #bf9e6c;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .pb_nav ul{
        width:100.6%;
        margin-left: -0.3%;
    }
    .pb_nav li{
        width:16.0666%;
        float:left;
        height:45px;
        line-height: 18px;
        margin: 0 0.3%;
    }
    .pb_nav a{
        height:45px;
        display: flex;
        width:100%;
        justify-content: center;
        align-items: center;
        padding:0 5px;
    }

    .pb_nav_ks{
        margin-bottom: 15px;
        width:102%;
        margin-left: -1%;
    }
    .pb_nav_ks a{
        font-size: 13px;
        height:40px;
        line-height: 18px;
        display: flex;
        width:31.3333%;
        justify-content: center;
        align-items: center;
        margin:0 1%;
        float:left;
    }

    .pb_ta1 td{
        font-size: 13px;
    }

    .pb_ta2 .td_dbt{
        font-size: 14px;
    }

    .pb_lb2 .bt{
        font-size: 14px;
        line-height: 40px;
        height:40px;
        padding-left:15px;
    }
    .pb_lb2 .bt:after{
        width:20px;
        height:20px;
        right:20px;
        margin-top: -10px;
    }

    .pb_ss{
        padding:50px 15px 15px 15px;
        margin-bottom:15px;
    }
    .pb_ss .bt{
        line-height: 30px;
        width:100%;
        text-align: left;
        top:10px;
        padding-left:15px;
    }

    .pb_ss li{
        width:100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .pb_ss li:last-child{
        float:right;
        width:100%;
        margin-right:0px;
    }
    .pb_ss .btn-danger {
        width:100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .pb_ss .form-control{
        font-size: 13px;
    }
}
@media only screen and (max-width:760px) {
    .pb_nav{
        border-bottom: 0;
        margin-bottom: 12px;
    }
    .pb_nav li{
        width:32.7333%;
        margin: 0 0.3% 3px 0.3%;
    }
}
.ss_nots{
    text-align: center;
    font-size:16px;
    color:#999;
    padding:50px;
}
.ss_nots:before{
    content: '';
    background-image: url("../images/wjl.png");
    background-repeat: no-repeat;
    background-size:auto 100%;
    background-position: center center;
   width:400px;
    height:186px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 1230px) {
    .ss_nots{
        font-size:13px;
        padding:40px 20px;
    }
    .ss_nots:before{
        width:100%;
        height:100px;
    }
}
.ss_tst{
    background-color: #f5f5f5;
    padding:15px;
}
@media only screen and (min-width: 1230px) {

}








@media only screen and (max-width: 1230px) {
    .pic_news_lb1wwp {
        float: left;
        width: 100%;
    }

    .pic_news_lb1wwp li {
        float: left;
        width: 100%;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
    }

    .pic_news_lb1wwp li:last-child {
        margin-bottom: 5px;
    }

    .pic_news_lb1wwp .l_img {
        padding-left: 160px;
        min-height: 115px;
    }

    .pic_news_lb1wwp .imgk {
        position: absolute;
        width: 145px;
        height: 100px;
        overflow: hidden;
        left: 0px;
        top: 0px;
    }

    .pic_news_lb1wwp .imgk img {
        width: 100%;
        min-height: 100px;
    }

    .pic_news_lb1wwp h5 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px 0 6px 0;
        float: left;
    }

    .pic_news_lb1wwp .l_img h5 {
        margin-top: 5px;
    }

    .pic_news_lb1wwp p {
        display: block;
        width: 100%;
        float: left;
        max-height: 40px;
        line-height: 20px;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .pic_news_lb1wwp .sj {
        float: left;
    }

    .pic_news_lb1wwp .sj b {
        float: right;
    }

    .pic_news_lb1wwp .sj b:before {
        content: '-';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
}

@media only screen and (max-width: 500px) {
    .pic_news_lb1wwp .l_img {
        padding-left: 0px;
        min-height: auto;
    }

    .pic_news_lb1wwp .imgk {
        position: inherit;
        width: 100%;
        height: auto;
        overflow: hidden;
        left: auto;
        top: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1230px) {
    .pic_news_lb1wwp {
        float: left;
        width: 100%;
        margin-top: -30px;
    }

    .pic_news_lb1wwp.md20 {
        margin-bottom: 50px;
    }

    .pic_news_lb1wwp li {
            float: left;
            width: 100%;
            border-bottom: dashed 1px #ddd;
            padding: 17px 0px;
            position: relative;
            padding-right: 0px;
    }

    .pic_news_lb1wwp .l_img {
        padding-left: 0px;
        min-height: 0px;
    }

    .pic_news_lb1wwp .imgk {
        position: absolute;
        width: 180px;
        height: 108px;
        overflow: hidden;
        left: 0px;
        top: 30px;
    }

    .pic_news_lb1wwp .imgk img {
        width: 100%;
        min-height: 108px;
    }

    .pic_news_lb1wwp h5 {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px;
    }

    .pic_news_lb1wwp .sj {
        /*position: absolute;*/
        /*right: 0px;
        top: 50%;*/
        text-align: right;
        float: left;
        margin-top: -40px;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;
    }

    .pic_news_lb1wwp li:hover {
        background-color: #fff;
        box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .pic_news_lb1wwp li:hover .sj {
        right: 12px;
    }

    .pic_news_lb1wwp li.l_img:hover {
        padding-left: 0px;
    }

    .pic_news_lb1wwp li.l_img:hover .imgk {
        left: 12px;
    }

    .pic_news_lb1wwp .sj b {
        display: block;
        font-size: 24px;
        line-height: 30px;
    }

    .pic_news_lb1wwp p {
        display: block;
        width: 100%;
        max-height: 48px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.yzxx_btn{
    margin: auto;
    border: 1px solid #5db1a2;
    color: #5db1a2;
    line-height: 24px;
    display: block;
    text-align: center;
    width: 108px;
    border-radius: 6px;
    padding: 4px 16px;
}

.message { padding: 0 10px; text-align: left; }
.msgcontent { padding: 10px 0; }
.msgcontent .txt { border: 1px solid #ccc; background: #fff; font-size: 16px; padding: 0 10px; line-height: 3em; margin-bottom: 5px; width: 100%; box-sizing: border-box; }
.msgcontent textarea { border: 1px solid #ccc; background: #fff; padding: 5px 10px; font-size: 16px; margin-bottom: 5px; width: 100%; box-sizing: border-box; height: 200px; }
.msgcontent .btn { box-sizing: border-box; border: none; text-align: center; width: 100%; background: #6196f5; font-size: 24px; line-height: 2em; color: #fff; }