@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #505050;
    outline: none;
}

A:visited {
    color: #505050
}

A:active {
    color: #505050
}

A:hover {
    COLOR: #c30d23
}

BODY {
    margin: 0px;
    font-family: Arial, "微软雅黑";
    background: #ffffff;
    color: #505050;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}

img {
    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 {
    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: 155%;
    }
}

@media only screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .top {
        width: 100%;
        background: #033d80;
        position: fixed;
        z-index: 20;
        left: 0px;
        top: 0px;
        height: 55px;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    a.logo {
        background: url(../images/logo_mob.png) no-repeat;
        background-size: auto 100%;
        width: 257px;
        height: 35px;
        position: absolute;
        left: 15px;
        top: 10px;
    }

    .top_r {
        display: none;
    }

    .menu {
        margin: 55px 0px 0px 0%;
        float: left;
        font-size: 1em;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px #c6c6c6;
    }

    .menu a.dbt {
        font-size: 14px;
        font-weight: bold;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }

    .menu a {
        font-size: 13px;
    }

    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 50%;
        float: left;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
    }

    .menu li a:hover {
        color: #033d80;
    }

    .menu2 {
        width: 32px;
        height: 20px;
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
    }

    .menu2 a {
        background: url(../images/d2_1_03.png) no-repeat;
        outline: none;
        display: block;
        background-size: 100% 100%;
        width: 32px;
        height: 20px;
        line-height: 20px;
    }

    .menu2 a.on {
        background: url(../images/d2_2_03.png) no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, .5);
        display: none;
        background: #ffffff;
        position: fixed;
        left: 100%;
        top: 0px;
        z-index: 19;
        height: 100%;
        overflow-y: auto;
    }

    .ss {
        position: relative;
        z-index: 11;
        height: 30px;
        width: 100%;
        display: block;
        background: url(../images/t_ss.png) center center no-repeat;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 30px;
        width: 0px;
        right: 0px;
        top: 0px;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }

    .ss .form-control {
        width: 100%;
        height: 30px;
        padding: 0 0 0 12px;
        background: #033d80;
        color: #ffffff;
        border: solid 1px #fff;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 35px;
        height: 30px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) center center no-repeat;
    }

    .ss:hover .txtk {
        width: 200px;
    }

    .top_r2 {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        width: 100%;
        float: left;
        margin-top: 65px;
        margin-bottom: 10px;
    }

    .top_r2 a {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 1200px) {
    #navk {
        width: 100%;
        height: 60px;
        background: #01215a;
    }

    #navk .main {
        height: 60px;
        position: relative;
    }

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        background: #ffffff;
    }

    .top .main {
        position: relative;
        height: 130px;
    }

    .top_jg {
        display: none;
    }

    a.logo {
        width: 244px;
        height: 78px;
        position: absolute;
        left: 0px;
        top: 25px;
        background: url("../images/logo.jpg") left no-repeat;
    }

    a.logo img {
        height: 78px;
    }

    .top_r {
        position: absolute;
        right: 0px;
        top: 20px;
        width: 340px;
    }

    .top_r .s1 {
        float: left;
        background: url("../images/tel1.jpg") left no-repeat;
        padding-left: 55px;
        font-size: 16px;
        margin-top: 20px;
    }

    .top_r .s1 p {
        font-size: 24px;
        color: #e0001b;
        font-weight: bold;
        line-height: 30px;
    }

    .top_r .s2 {
        float: right;
        width: 110px;
        padding-left: 20px;
        border-left: solid 1px #ddd;
    }

    .top_r .s2 img {
        width: 100%;
    }

    .menu {
        position: relative;
        z-index: 10;
        height: 60px;
        line-height: 60px;
        width: 1200px;
        margin: 0px auto;
    }

    .menu li {
        height: 60px;
        float: left;
        width: 136px;
        margin-right: 1px;
        position: relative;
    }

    .menu li:first-child {
        width: 100px;
    }

    .menu a {
        color: #ffffff;
    }

    .menu a.dbt {
        font-size: 18px;
        width: 100%;
        display: block;
        height: 60px;
        text-align: center;
    }

    .menu a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        background: #c30d23;
    }

    .menu dl {
        width: 100%;
        font-size: 16px;
        display: none;
        text-align: center;
        padding: 0px 0px 0px 0px;
        background: #c30d23;
        position: absolute;
        left: 0px;
        top: 65px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
    }

    .menu li:hover dl {
        display: block;
    }

    .menu dd {
        width: 100%;
        float: left;
        height: 38px;
        line-height: 38px;
    }

    .menu dd a {
        display: block;
        height: 38px;
        width: 100%;
    }

    .menu dd a:hover {
        background: #a60418;
    }

    .top_x {
        width: 100%;
        height: 6px;
        background-color: #064097;
    }

    .top_x:after {
        content: '';
        height: 6px;
        width: 40%;
        background-color: #c30d23;
        float: left;
    }

    .ss {
        position: relative;
        z-index: 11;
        height: 30px;
        width: 100%;
        display: block;
        background: url(../images/t_ss.png) center center no-repeat;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 30px;
        width: 0px;
        right: 0px;
        top: 0px;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }

    .ss .form-control {
        width: 100%;
        height: 30px;
        padding: 0 0 0 12px;
        background: #033d80;
        color: #ffffff;
        border: solid 1px #fff;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 30px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) center center no-repeat;
    }

    .ss:hover .txtk {
        width: 250px;
    }

    .top_r2 {
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 130PX;
        top: -76px;
        font-size: 16px;
        color: #fff;
    }

    .top_r2 a {
        color: #fff;
        margin: 0 10px;
    }

}

.top_r1 a:hover, .top_r2 a:hover {
    text-decoration: underline;
}

.top_r1 li:last-child:after {
    display: none
}

@media only screen and (max-width: 1200px) {
    .foot {
        width: 100%;
        background: #333333;
        color: #bfbfbf;
    }

    .foot1 {
        width: 100%;
        padding: 50px 0 40px 0;
        border-bottom: solid 1px #5c5c5c;
        display: none;
    }

    .foot2 {
        width: 100%;
        padding: 15px 15px 60px 15px;
        text-align: center;

    }

    .pf {
        width: 100%;
        background: rgba(0, 0, 0, .8);
        text-align: center;
        height: 50px;
        padding: 10px 1%;
        z-index: 30;
        position: fixed;
        left: 0px;
        bottom: 0px;
    }

    .pf a {
        width: 31.3333%;
        margin: 0px 1%;
        float: left;
        height: 30px;
        line-height: 30px;
        font-size: 13 px；
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        color: #ffffff;
        position: relative;
    }

    .pf a .txtk {
        position: absolute;
        left: 50%;
        margin-left: -55px;
        top: -120px;
        display: none;
        width: 110px;
    }

    .pf a:hover .txtk {
        display: block;
    }

    .pf a.a1 {
        background: #c30d23 url(../images/m_a1.png) left no-repeat;
        background-size: auto 80%;
    }

    .pf a.a2 {
        background: #064097 url(../images/m_a2.png) left no-repeat;
        background-size: auto 80%;
    }

    .pf a.a3 {
        background: #829e28 url(../images/m_a3.png) left no-repeat;
        background-size: auto 80%;
    }
}

@media only screen and (max-width: 450px) {
    .pf a {
        text-align: left;
        padding-left: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .pf {
        display: none;
    }

    .foot {
        width: 100%;
        background: #333333;
        color: #bfbfbf;
        font-size: 14px;
        line-height: 30px;
    }

    .foot1 {
        width: 100%;
        padding: 50px 0 40px 0;
        border-bottom: solid 1px #5c5c5c;
    }

    .cd_f {
        width: 680px;
        float: left;
    }

    .cd_f li {
        float: left;
        margin-right: 70px;
    }

    .cd_f li:last-child {

    }

    .cd_f a.dbt {
        font-size: 16px;
        color: #fff;
    }

    .cd_f dl {
        padding-top: 5px;
    }

    .cd_f dd {
        line-height: 30px;
    }

    .foot1_r {
        width: 450px;
        float: right;
    }

    .foot1_r .imgk {
        float: left;
        width: 133px;
    }

    .foot1_r img {
        width: 100%;
        margin-top: 5px;
    }

    .foot1_r .txtk {
        width: 270px;
        float: right;

    }

    .foot1_r p {
        line-height: 30px;
        color: #fff;
        background: url("../images/tel2.png") left no-repeat;
        padding-left: 35px;
    }

    .foot1_r h2 {
        font-size: 32px;
        color: #e0001b;
        line-height: 45px;
        font-family: Verdana;
        margin-bottom: 20px;
    }

    a.cd_a_r {
        display: inline-block;
        line-height: 45px;
        padding: 0 35px;
        color: #fff !important;
        background-color: #e0001b;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        overflow: hidden;
    }

    .foot2 {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
}

.foot a {
    color: #bfbfbf;
}

.foot a:hover {
    color: #fff;
}

.ban {
    width: 100%;
}

.ban img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) {

    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@media only screen and (max-width: 1200px) {
    .lm1k {
        width: 100%;
    }

    .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: 6px 3%;
        background: #f2f2f2;
    }

    .lm1 li a:hover {
        background: #186ed0;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #dfedff;
        font-size: 14px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        background: url(../images/jt_xx.png) no-repeat 97% 15px;
    }

    .lm1_bt a.on {
        background: url(../images/jt_xx_.png) no-repeat 97% 15px;
    }

}

@media only screen and (min-width: 1200px) {
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        background-color: #dfedff;
        height: 70px;
        padding-top: 10px;
        position: relative;
    }

    .lm1 {
        width: 1200px;
        height: 60px;
        line-height: 60px;
        margin: 0px auto;
    }

    .lm1 li {
        float: left;
        height: 60px;
        margin-right: 60px;
    }

    .lm1 li a {
        display: block;
        height: 60px;
        font-size: 16px;
    }

    .lm1 li a.on {
        color: #033d7d;
        border-bottom: solid 3px #033d7d;
    }
}

@media only screen and (max-width: 1200px) {
    .sy1 {
        width: 100%;
        padding: 20px 15px;
    }

    .sy_bt1 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        text-align: center;
        padding: 0 0px;
        color: #666;
    }

    .sy_bt1 h2 {
        float: left;
        border-bottom: solid 1px #ddd;
        height: 20px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        width: 100%;
        margin-bottom: 15px;
    }

    .sy_bt1 span {
        background-color: #fff;
        padding: 0 25px;
    }

    .al_nav {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        overflow-x: auto;
    }

    .al_nav ul {
        width: 1000px;
        float: left;
    }

    .al_nav li {
        float: left;
        width: 10%;
        padding: 0 2.5px;
        text-align: center;
        font-size: 13px;
    }

    .al_nav a {
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        display: block;
        border: solid 1px #ddd;
    }

    .al_lb, .al_lb ul {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .al_lb ul {
        width: 100%;
    }

    .al_lb li {
        float: left;
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .al_lb li .imgk img {
    }

    .al_lb .imgk {
        width: 100%;
        position: relative;

    }

    .al_lb .imgk p {
        width: 100%;
        color: #fff;
        height: 40px;
        line-height: 40px;
        color: #fff;
        padding-left: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: rgba(6, 64, 151, .5);
    }

    .al_lb .txtk {
        display: none;
    }

    a.cd_a_b {
        display: inline-block;
        line-height: 30px;
        padding: 0 20px;
        background-color: #fff;
        color: #333;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    a.cd_a_d {
        display: inline-block;
        line-height: 35px;
        padding: 0 30px;
        color: #333;
        border: solid 1px #ddd;
        overflow: hidden;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        font-size: 13px;
    }

    .md50 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .sy1 {
        width: 100%;
        padding: 60px 0;
    }

    .sy_bt1 {
        width: 100%;
        float: left;
        margin-bottom: 50px;
        text-align: center;
        padding: 0 360px;
        color: #666;
        font-size: 15px;
    }

    .sy_bt1 h2 {
        float: left;
        border-bottom: solid 1px #ddd;
        height: 20px;
        line-height: 40px;
        font-size: 30px;
        color: #333;
        width: 100%;
        margin-bottom: 30px;
    }

    .sy_bt1 span {
        background-color: #fff;
        padding: 0 35px;
    }

    .al_nav {
        width: 1205px;
        float: left;
        margin-left: -2.5px;
        margin-bottom: 20px;
    }

    .al_nav li {
        float: left;
        width: 10%;
        padding: 0 2.5px;
        text-align: center;
        font-size: 15px;
    }

    .al_nav a {
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        display: block;
        border: solid 1px #ddd;
    }

    .al_lb, .al_lb ul {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .al_lb ul {
        width: 1208px;
        margin-left: -4px;
    }

    .al_lb li {
        padding: 4px;
        float: left;
        position: relative;
        width: 25%;
        height: 206px;
        overflow: hidden;
    }

    .al_lb li .imgk img {
        min-height: 199px;
    }

    .al_lb li:first-child {
        width: 50%;
        height: 412px;
    }

    .al_lb li:first-child .imgk img {
        min-height: 405px;
        max-width: initial;
    }

    .al_lb .imgk {
        width: 100%;
        position: relative;

        background-color: #000;
    }

    .al_lb .imgk p {
        width: 100%;
        color: #fff;
        height: 40px;
        line-height: 40px;
        color: #fff;
        padding-left: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: rgba(6, 64, 151, .5);
    }

    .al_lb .txtk {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 4px;
        left: 0px;
        top: 0px;
        display: none;
    }

    .al_lb li:hover .txtk {
        display: block;
    }

    .al_lb li:hover .imgk p {
        display: none;
    }

    .al_lb li:hover .imgk img {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

    .al_lb .txtk p {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .al_lb .txtk a {
        line-height: 30px;
        padding: 0 20px;
        font-size: 13px;
        margin: 0 10px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .al_lb li:first-child .txtk a {
        line-height: 40px;
        padding: 0 30px;
        font-size: 14px;
        margin: 0 10px;
    }

    a.cd_a_b {
        display: inline-block;
        line-height: 30px;
        padding: 0 20px;
        background-color: #fff;
        color: #333;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    a.cd_a_d {
        display: inline-block;
        line-height: 40px;
        padding: 0 50px;
        color: #333;
        border: solid 1px #ddd;
        overflow: hidden;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        font-size: 15px;
    }

    .md50 {
        margin-bottom: 50px;
    }
}

.al_lb .imgk img {
    width: 100%;
}

.al_nav_nr {
    width: 100%;
    float: left;
    display: none;
}

.al_nav a:hover, .al_nav a.on {
    background-color: #c30d23;
    border-color: #c30d23;
    color: #fff;
}

.sy_anq2 {
    width: 100%;
    float: left;
    text-align: center;
}

.bj_d, .bj_d .sy_bt1 span {
    background-color: #f4f4f4;
}

@media only screen and (max-width: 1200px) {
    .kh_lb {
        width: 100%;
        float: left;
        margin-top: -7px;
    }

    .kh_lb li {
        width: 25%;
        padding: 7px;
        height: 84px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kh_lb img {
        max-width: 100%;
        max-height: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .kh_lb li {
        width: 33.3333%;
        height: 74px;
    }

    .kh_lb img {
        max-height: 60px;
    }
}

@media only screen and (max-width: 450px) {
    .kh_lb li {
        width: 50%;
        height: 64px;
    }

    .kh_lb img {
        max-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .kh_lb {
        width: 1220px;
        float: left;
        margin-left: -10px;
        margin-top: -10px;
    }

    .kh_lb li {
        width: 20%;
        padding: 10px;
        height: 100px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kh_lb img {
        max-width: 100%;
        max-height: 80px;
    }

    .kh_lb img:hover {
        box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
    }
}

@media only screen and (max-width: 1200px) {
    .sy_bt2 {
        width: 100%;
        float: left;
        height: 35px;
        line-height: 35px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 15px;
    }

    .sy_bt2 .s1 {
        float: left;
        font-size: 15px;
        color: #333;
        position: relative;
        padding-left: 10px;
        height: 35px;
    }

    .sy_bt2 .s1:after {
        content: '';
        width: 4px;
        height: 18px;
        top: 50%;
        margin-top: -9px;
        left: 0px;
        position: absolute;
        background-color: #d40f13;
    }

    .sy_bt2 .s2 {
        float: right;
    }

    .xl_lb {
        width: 100%;
        float: left;
    }

    .xl_lb li {
        width: 100%;
        overflow: hidden;
        min-height: 120px;
        float: left;
        position: relative;
        margin-bottom: 15px;
    }

    .xl_lb .imgk {
        position: absolute;
        width: 150px;
        left: 0px;
        top: 0px;
        height: 120px;
        overflow: hidden;
    }

    .xl_lb .txtk {
        width: 100%;
        padding-left: 165px;
    }

    .xl_lb a.dbt {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
    }

    .xl_lb p {
        margin: 5px 0 10px 0;
        line-height: 22px;
        color: #666;
    }
}

@media only screen and (max-width: 450px) {
    .xl_lb .imgk {
        position: inherit;
        width: 100%;
        left: auto;
        top: auto;
        height: auto;
        overflow: hidden;
        float: left;
        margin-bottom: 15px;
    }

    .xl_lb .txtk {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .sy_bt2 {
        width: 100%;
        float: left;
        height: 55px;
        line-height: 55px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 20px;
    }

    .sy_bt2 .s1 {
        float: left;
        font-size: 22px;
        color: #333;
        position: relative;
        padding-left: 15px;
        height: 55px;
    }

    .sy_bt2 .s1:after {
        content: '';
        width: 4px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
        left: 0px;
        position: absolute;
        background-color: #d40f13;
    }

    .sy_bt2 .s2 {
        float: right;
    }

    .xl_lb {
        width: 1244px;
        float: left;
        margin: 0 0 0 -22px;
    }

    .xl_lb li {
        width: 50%;
        padding: 22px;
        height: 194px;
        overflow: hidden;
        float: left;
        position: relative;
    }

    .xl_lb .imgk {
        position: absolute;
        width: 216px;
        left: 22px;
        top: 22px;
        height: 150px;
        overflow: hidden;
    }

    .xl_lb .txtk {
        width: 100%;
        padding-left: 235px;
    }

    .xl_lb a.dbt {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .xl_lb p {
        margin: 5px 0 10px 0;
        line-height: 22px;
        color: #666;
        height: 66px;
        overflow: hidden;
    }
}

.xl_lb .sj {
    color: #666;
}

.xl_lb .imgk img {
    width: 100%;
}

.sy_bt2.bt2_wx {
    border: 0;
}

@media only screen and (max-width: 1200px) {
    .lc_lb {
        width: 101%;
        float: left;
        margin: 0px 0 20px -0.5%;
    }

    .lc_lb li {
        width: 24%;
        float: left;
        position: relative;
        margin: 0.5%;
    }

    .lc_lb .imgk, .lc_lb .imgk img, .lc_lb .txtk {
        width: 100%;
    }

    .lc_lb .txtk {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        color: #fff;
        padding: 15px;
        background-color: rgba(0, 0, 0, .4);
        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;
    }

    .lc_lb .txtk h2 {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .lc_lb .txtk h2 i {
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .lc_lb li {
        width: 49%;
    }
}

@media only screen and (min-width: 1200px) {
    .lc_lb {
        width: 1250px;
        float: left;
        margin: -10px 0 40px -25px;
    }

    .lc_lb li {
        width: 264px;
        float: left;
        position: relative;
        margin: 0 24px;
    }

    .lc_lb .imgk, .lc_lb .imgk img, .lc_lb .txtk {
        width: 100%;
    }

    .lc_lb .txtk {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        color: #fff;
        padding: 20px;
        background-color: rgba(0, 0, 0, .4);
        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;
    }

    .lc_lb .txtk h2 {
        line-height: 35px;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .lc_lb .txtk h2 i {
        font-size: 30px;
    }

}

.lc_lb .imgk img {
    width: 100%;
}

.zt_r {
    color: #d40f13;
}

@media only screen and (max-width: 1200px) {
    .sy_xz {
        width: 100%;
        float: left;
        padding: 15px;
        background-color: #f9f9f9;
        margin-bottom: 40px;
    }

    .sy_xz h1 {
        width: 100%;
        float: left;
        color: #333;
        font-size: 16px;
        line-height: 25px;
        font-style: italic;
        margin-bottom: 5px;
    }

    .xz_lb1 {
        width: 100%;
        float: left;
        border-bottom: solid 1px #ddd;
        line-height: 24px;
        font-size: 14px;
        color: #666;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .xz_lb1 li {
        float: left;
        margin-right: 20px;
    }

    .xz_lb1 li b {
        font-size: 16px;
        color: #333;
        margin-right: 10px;
    }

    .xz_lb2 {
        width: 104%;
        float: left;
        margin-left: -2%;
    }

    .xz_lb2 li {
        width: 25%;
        padding: 10px 2%;
        float: left;
    }

    .xz_lb2 h2 {
        display: block;
        line-height: 24px;
        font-size: 14px;
        color: #333;
        margin-bottom: 10px;
    }

    .xz_lb2 img {
        vertical-align: text-bottom;
        margin-right: 5px;
        max-height: 20px;
    }

    .xz_lb2 b {
        font-size: 16px;
        padding: 0 10px;
    }

    .xz_lb2 p {
        text-align: justify;
    }

}

@media only screen and (max-width: 800px) {
    .xz_lb2 li {
        width: 50%;
    }

    .xz_lb2 li:nth-child(3) {
        clear: both;
    }
}

@media only screen and (max-width: 600px) {
    .xz_lb2 li {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .sy_xz {
        width: 100%;
        float: left;
        padding: 40px;
        background-color: #f9f9f9;
        margin-bottom: 40px;
    }

    .sy_xz h1 {
        width: 100%;
        float: left;
        color: #333;
        font-size: 26px;
        line-height: 35px;
        font-style: italic;
        margin-bottom: 10px;
    }

    .xz_lb1 {
        width: 100%;
        float: left;
        border-bottom: solid 1px #ddd;
        line-height: 30px;
        font-size: 18px;
        color: #666;
        padding: 20px 0;
        margin-bottom: 10px;
    }

    .xz_lb1 li {
        float: left;
        margin-right: 70px;
    }

    .xz_lb1 li b {
        font-size: 24px;
        color: #333;
        margin-right: 10px;
    }

    .xz_lb2 {
        width: 1180px;
        float: left;
        margin-left: -30px;
    }

    .xz_lb2 li {
        width: 25%;
        padding: 20px 30px;
        float: left;
    }

    .xz_lb2 h2 {
        display: block;
        line-height: 30px;
        font-size: 18px;
        color: #333;
        margin-bottom: 15px;
    }

    .xz_lb2 img {
        vertical-align: text-bottom;
        margin-right: 5px;
    }

    .xz_lb2 b {
        font-size: 22px;
        padding: 0 10px;
    }

    .xz_lb2 p {
        text-align: justify;
    }

}

@media only screen and (max-width: 1200px) {
    .ny {
        width: 100%;
        padding:15px;
    }
    .ny .xl_lb li{
        width:100%;
        border-bottom:solid 1px #ddd;
        padding:10px 0;
    }
    .ny .xl_lb{
        width:100%;
        margin:-10px 0 20px 0;
    }
    .ny .xl_lb li.l_wt{
        height: auto;
    }
    .ny .xl_lb li.l_wt .txtk{
        padding-left:0px;
    }
    .ny .xl_lb .imgk{
        left: 0;
        top:10px;
    }
    .ny .xl_lb .txtk{
        padding-left:165px;
    }
    .ny .xl_lb .txtk p{
        height:auto;
        margin-bottom: 10px;
    }
    .ny_lm1{
        width:102%;
        float:left;
        text-align: center;
        margin-bottom: 15px;
        margin-left:-1%;
    }
    .ny_lm1 a{
        width:23%;
        line-height: 30px;
        border:solid 1px #ddd;
        font-size:13px;
        margin:1%;
        float:left;
        -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
    }
    .ny_lm1 a.on,.ny_lm1 a:hover{
        border-color: #d40f13;
        background-color: #d40f13;
        color:#fff;
    }
    .dqwz{
        width:100%;
        float:left;
        border-bottom:solid 1px #ddd;
        padding-bottom: 8px;
    }

    .sbt {
        width: 100%;
        float: left;
        font-size:16px;
        font-weight: bold;
        line-height: 25px;
        text-align: center;
        margin:20px 0 10px 0%;
    }

    .ssj {
        width: 100%;
        float: left;
        color: #999999;
        text-align: center;
        margin:0 0% 20px 0%;
    }

    .snr {
        width: 100%;
        padding:0 0%;
        float: left;
        text-align: justify;
        min-height: 200px;
        margin-bottom: 20px;

    }


    .ab_nr {
        width: 100%;
        padding:0 0%;
        float: left;
        text-align: justify;
        min-height: 200px;

    }
    .sgd {
        width: 100%;
        float: left;
        color: #666666;
        border-top: solid 1px #ddd;
        padding-top:15px;
    }

    .sgd .s1 {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    .sgd .s2 {
        float: left;
    }
    .ny .kh_lb{
        margin-bottom:20px;
    }
}
@media only screen and (max-width:450px) {
    .ny .xl_lb .imgk{
        left: auto;
        top:auto;

    }
    .ny .xl_lb .txtk{
        padding-left:0px;
    }
}
@media only screen and (min-width: 1200px) {
    .ny {
        width: 100%;
        padding: 60px 0;
    }
    .ny .xl_lb li{
        width:100%;
        border-bottom:solid 1px #ddd;
        padding:20px 0;
    }
    .ny .xl_lb{
        width:100%;
        margin:-20px 0 50px 0;
    }
    .ny .xl_lb li.l_wt{
        height: auto;
    }
    .ny .xl_lb li.l_wt .txtk{
        padding-left:0px;
    }
    .ny .xl_lb .imgk{
        left: 0;
        top:20px;
    }
    .ny .xl_lb .txtk{
        padding-left:240px;
    }
    .ny .xl_lb .txtk p{
        height:auto;
        margin-bottom: 15px;
    }
    .ny_lm1{
        width:100%;
        float:left;
        text-align: center;
        margin-bottom: 50px;
    }
    .ny_lm1 a{
        width:150px;
        line-height: 40px;
        border:solid 1px #ddd;
        font-size:16px;
        margin:0 10px 20px 0;
        display: inline-block;
        -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
    }
    .ny_lm1 a.on,.ny_lm1 a:hover{
        border-color: #d40f13;
        background-color: #d40f13;
        color:#fff;
    }

    .dqwz{
        width:100%;
        float:left;
        border-bottom:solid 1px #ddd;
        padding-bottom: 10px;
        margin-top: -20px;
    }

    .sbt {
        width: 80%;
        float: left;
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        margin:50px 0 10px 10%;
    }

    .ssj {
        width: 80%;
        float: left;
        color: #999999;
        line-height:40px;
        text-align: center;
        margin:0 10% 40px 10%;
    }

    .snr {
        width: 100%;
        padding:0 10%;
        float: left;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
        min-height: 200px;
        margin-bottom: 50px;

    }

    .ab_nr {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 35px;
        text-align: justify;
        min-height: 200px;

    }

    .sgd {
        width: 100%;
        float: left;
        color: #666666;
        border-top: solid 1px #ddd;
        padding-top:15px;
    }

    .sgd .s1 {
        float: left;
        width: 48%;
    }

    .sgd .s2 {
        float: right;
        text-align: right;
        width: 48%;
    }
    .ny .kh_lb{
        margin-bottom:50px;
    }
}
/*分页*/
@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 102%;
        float: left;
        text-align: center;
        margin: 0px 0px 0px -1%;
        font-size: 14px;
    }

    .fy1 a {
        padding: 0px 12px;
        text-align: center;
        width: 48%;
        float: left;
        height: 40px;
        line-height: 40px;
        float: left;
        border:solid 1px #dddddd;
        margin: 0px 1%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .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 11px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        margin: 0px 2px;
        border:solid 1px #dddddd;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

}

.fy1 a:hover, .fy1 a.on {
    background: #d40f13;
    color: #ffffff;
    border:solid 1px #d40f13;
}

@media only screen and (max-width:1200px) {
    .al_lb2, .al_lb2 ul {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .al_lb2 ul {
        width:102%;
        margin-left: -1%;
        margin-bottom:15px;
    }

    .al_lb2 li {
        padding:1%;
        float: left;
        position: relative;
        width:50%;
        overflow: hidden;
    }

    .al_lb2 li .imgk img {
        min-height:auto;
    }


    .al_lb2 .imgk {
        width: 100%;
        position: relative;
        -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
        overflow: hidden;
        background-color: #000;
    }

    .al_lb2 .imgk p {
        width: 100%;
        color: #fff;
        height:30px;
        line-height: 30px;
        color: #fff;
        padding-left: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: rgba(6, 64, 151, .5);
    }

    .al_lb2 .txtk {
        display: none;
    }

    .ca_nav{
        width:100%;
        float:left;
        border:solid 1px #ddd;
        position:relative;
        margin-bottom:15px;
        padding:10px 10px 10px 100px;
    }
    .ca_nav .s1{
        position:absolute;
        left:0px;
        top:0px;
        height:100%;
        border-right:solid 1px #ddd;
        background-color: #f9f9f9;
        width:90px;
        color:#333;
        font-size:14px;
        text-align:center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ca_nav ul{
        width:100%;
        float:left;
    }
    .ca_nav li{
        float:left;
        width:20%;
        line-height:22px;
        margin:4px 0;
    }
    .ca_nav a{
        padding:4px 10px;
    }
    .ca_nav a.on,.ca_nav a:hover{
        background-color: #c30d23;
        color:#fff;
    }

    .ny .d1{
        width:100%;
        float:left;
        margin-bottom: 10px;
    }
    .ny .d2{
        width:100%;
        float:left;
    }
    .ca_pic{
        width:100%;
        float:left;
        margin-bottom:5px;
    }
    .ca_pic li{
        width:100%;
        float:left;
        position:relative;
        margin-bottom: 10px;
    }
    .ca_pic img{
        width:100%;
        display:block;
    }
    .ca_pic .txtk{
        position:absolute;
        width:100%;
        height:100%;
        top: 0px;
        left:0px;
        justify-content: center;
        align-items: center;
        background-color:rgba(0,0,0,.4);
        display:none;
    }
    .ny .d2 .snr{
        min-height: auto;
    }
}
@media only screen and (max-width:600px) {
    .ca_nav li{
        width:25%;
    }
    .al_lb2 li{
        width:100%;
    }

}
@media only screen and (max-width:450px) {
    .ca_nav li{
        width:33.3333%;
    }

}
@media only screen and (min-width:1200px) {

    .al_lb2, .al_lb2 ul {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .al_lb2 ul {
        width: 1224px;
        margin-left: -12px;
        margin-top: -12px;
        margin-bottom: 45px;
    }

    .al_lb2 li {
        padding: 12px;
        float: left;
        position: relative;
        width:33.3333%;
        overflow: hidden;
    }

    .al_lb2 li .imgk img {
        min-height:260px;
    }


    .al_lb2 .imgk {
        width: 100%;
        position: relative;
        -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
        overflow: hidden;
        height:260px;
        background-color: #000;
    }

    .al_lb2 .imgk p {
        width: 100%;
        color: #fff;
        height: 40px;
        line-height: 40px;
        color: #fff;
        padding-left: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: rgba(6, 64, 151, .5);
    }

    .al_lb2 .txtk {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 4px;
        left: 0px;
        top: 0px;
        display: none;
    }

    .al_lb2 li:hover .txtk {
        display: block;
    }

    .al_lb2 li:hover .imgk p {
        display: none;
    }

    .al_lb2 li:hover .imgk img {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

    .al_lb2 .txtk p {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .al_lb2 .txtk a {
        line-height: 30px;
        padding: 0 20px;
        font-size: 13px;
        margin: 0 10px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
    .ca_nav{
        width:100%;
        float:left;
        border:solid 1px #ddd;
        position:relative;
        margin-bottom:40px;
        padding:10px 15px 10px 130px;
    }
    .ca_nav .s1{
        position:absolute;
        left:0px;
        top:0px;
        height:100%;
        border-right:solid 1px #ddd;
        background-color: #f9f9f9;
        width:110px;
        color:#333;
        font-size:16px;
        text-align:center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ca_nav ul{
        width:100%;
        float:left;
    }
    .ca_nav li{
        float:left;
        width:10%;
        line-height:24px;
        margin:7px 0;
    }
    .ca_nav a{
        padding:5px 10px;
    }
    .ca_nav a.on,.ca_nav a:hover{
        background-color: #c30d23;
        color:#fff;
    }

    .ny .d1{
        width:200px;
        float:left;
    }
    .ny .d1 .ca_nav{
        padding:55px 15px 20px 15px;
    }
    .ny .d1 .ca_nav .s1{
        height:40px;
        border-bottom:solid 1px #ddd;
        border-right-width: 0;
        width:100%;
    }
    .ny .d1 .ca_nav ul{
        width:100%;

    }
    .ny .d1 .ca_nav li{
        width:100%;
        border-bottom:1px dotted #ddd;
        margin: 0;

    }
    .ny .d1 .ca_nav a{
        width:100%;
        display: block;
        text-align: center;
        padding:8px 0;

    }
    .ny .d2{
        width:940px;
        float:right;
    }
    .ca_pic{
        width:100%;
        float:left;
        margin-bottom: 15px;
    }
    .ca_pic li{
        width:100%;
        float:left;
        position:relative;
        margin-bottom: 15px;
    }
    .ca_pic img{
        width:100%;
        display:block;
    }
    .ca_pic .txtk{
        position:absolute;
        width:100%;
        height:100%;
        top: 0px;
        left:0px;
        justify-content: center;
        align-items: center;
        background-color:rgba(0,0,0,.4);
        display:none;
    }
    .ca_pic li:hover .txtk{
        display:flex;

    }


}
.ny .d2 .sbt,.ny .d2 .snr{
    margin-top: 0px;
    padding-left: 0;
    padding-right:0;
}

@media only screen and (max-width:1200px) {
    .ch_lb{
        width:100%;
        float:left;
    }
    .ch_lb li{
        width:100%;
        float:left;
        margin-bottom:15px;
        border-bottom:solid 1px #ddd;
        padding-bottom:15px;
    }
    .ch_lb .imgk{
        width:30%;
        float:left;
    }
    .ch_lb .imgk img{
        width:100%;
    }
    .ch_lb .txtk{
        width:67%;
        float:right;
        text-align: justify;
    }
    .ch_lb .txtk h2{
        display:block;
        font-size:15px;
        color:#333;
        line-height: 24px;
        font-weight:bold;
        margin-bottom:6px;
    }
}

@media only screen and (max-width:600px) {
    .ch_lb .imgk{
        width:100%;
        margin-bottom:15px;
    }
    .ch_lb .txtk{
        width:100%;
    }
}
@media only screen and (min-width:1200px) {
    .ch_lb{
        width:100%;
        float:left;
    }
    .ch_lb li{
        width:100%;
        float:left;
        margin-bottom:30px;
        border-bottom:solid 1px #ddd;
        padding-bottom:30px;
    }
    .ch_lb .imgk{
        width:369px;
        float:left;
    }
    .ch_lb .imgk img{
        width:100%;
    }
    .ch_lb .txtk{
        width:790px;
        float:right;
        text-align: justify;
        font-size:16px;
        line-height:30px;
    }
    .ch_lb .txtk h2{
        display:block;
        font-size:22px;
        color:#333;
        line-height: 30px;
        margin-bottom:10px;
    }
    .ch_lb li:nth-child(even) .imgk{
        float:right;
    }
    .ch_lb li:nth-child(even) .txtk{
        float:left;
    }
    /*.ch_lb li:nth-child(even) .txtk h2{*/
        /*text-align: right;*/
    /*}*/
}


@media only screen and (max-width:1200px) {

    .zp_bt{
        width:100%;
        float:left;
        background-color: #c30d23;
        color:#fff;
        line-height: 35px;
        font-size:14px;
        padding-right:15px;
    }
    .zp_bt span,.zp_lb .tx_bt span{
        float:left;
        height:35px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .zp_bt .s2,.zp_lb .tx_bt .s2{
        width:19%;
        text-align: center;
    }
    .zp_bt .s1,.zp_lb .tx_bt .s1{
        width:24%;
        padding-left:15px;
    }
    .zp_lb{
        width:100%;
        float:left;
        font-size:13px;
        line-height: 30px;
    }
    .zp_lb li{
        width:100%;
        float:left;
        margin-top:2px;
    }
    .zp_lb .tx_bt i{height:35px; width:20px; position:absolute; right:10px; top:0px; background:url(../images/zp_jt.png) center center no-repeat; background-size:auto 8px; transform: rotate(-90deg);}
    .zp_lb li.on .tx_bt i{transform: rotate(0deg);}
    .zp_lb .tx_bt{
        background-color: #f4f4f4;
        height:35px; line-height: 35px;
        cursor: pointer;
        padding-right:15px;
        position:relative;

    }
    .zp_lb .txtk{
        width:100%;
        float:left;
        display:none;
        padding:15px;
        background-color: #fbfbfb;
        line-height:24px;
    }

    .lx_bt{
        width:100%;
        float:left;
        font-size:16px;
        line-height: 155%;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .lx_nr{
        width:100%;
        float:left;
        border:solid 1px #ddd;
        padding:10px;
        margin-bottom: 15px;
    }
    .lx_nr .imgk{
        float:left;
        width:100%;
        height:250px;
        background-color: #f2f2f2;
        margin-bottom: 15px;
    }
    .lx_nr .txtk{
        width:100%;
        float:left;

    }
    .lx_nr .txtk h2{
        font-size:14px;
        display: block;
        margin-bottom: 8px;
        line-height: 155%;
        font-weight: bold;
    }
    .if1{
        width:100%;
        height:250px;
        border: 0;
        padding:0;
        margin:0;
    }
}

@media only screen and (max-width:550px) {
    .zp_bt .s2:nth-child(3),.zp_bt .s2:nth-child(4),.zp_lb li .s2:nth-child(3),.zp_lb li .s2:nth-child(4){
        display:none;
    }
    .zp_bt .s2,.zp_lb li .tx_bt .s2{
        width:30%;
    }
    .zp_bt .s1,.zp_lb li .tx_bt .s1{
        width:40%;
    }
}
@media only screen and (min-width:1200px) {
    .zp_bt{
        width:100%;
        float:left;
        background-color: #c30d23;
        color:#fff;
        line-height: 45px;
        font-size:16px;
        padding-right:20px;
    }
    .zp_bt span,.zp_lb .tx_bt span{
        float:left;
        height:45px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .zp_bt .s2,.zp_lb .tx_bt .s2{
        width:19%;
        text-align: center;
    }
    .zp_bt .s1,.zp_lb .tx_bt .s1{
        width:24%;
        padding-left:30px;
    }
    .zp_lb{
        width:100%;
        float:left;
        font-size:16px;
        line-height: 30px;
    }
    .zp_lb li{
        width:100%;
        float:left;
        margin-top:2px;
    }
    .zp_lb .tx_bt i{height:60px; width:40px; position:absolute; right:10px; top:0px; background:url(../images/zp_jt.png) center center no-repeat; transform: rotate(-90deg);}
    .zp_lb li.on .tx_bt i{transform: rotate(0deg);}
    .zp_lb .tx_bt{
        background-color: #f4f4f4;
        height:60px; line-height: 60px;
        cursor: pointer;
        position:relative;
        padding-right:20px;

    }
    .zp_lb .txtk{
        width:100%;
        float:left;
        display:none;
        padding:20px 30px 30px 30px;
        background-color: #fbfbfb;
    }

    .lx_bt{
        width:100%;
        float:left;
        font-size:24px;
        line-height: 155%;
    }
    .lx_nr{
        width:100%;
        float:left;
        border:solid 1px #ddd;
        padding:20px;
        margin:20px 0px 45px 0;
    }
    .lx_nr .imgk{
        float:left;
        width:570px;
        height:330px;
        background-color: #f2f2f2;
    }
    .lx_nr .txtk{
        width:550px;
        float:right;
        font-size:16px;
        line-height: 30px;
    }
    .lx_nr .txtk h2{
        font-size:22px;
        display: block;
        padding:20px 0;
        line-height: 155%;
    }
    .if1{
        width:570px;
        height:330px;
        border: 0;
        padding:0;
        margin:0;
    }
}
.ny_ban,.ny_ban img{
    width:100%;
}