@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A {
    color: #333333;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color: i #333333
}

A:hover {
    COLOR: #277cc6
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Arial, "微软雅黑";
    background: #fff;
    color: #333333;
}

body, html {
    width: 100%;
    height: 100%;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

button {
    border: 0;
    background: none;
}

input {
    border: 0px;
}

img, button, label, :before, :after {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p, h1, h2, h3, h4, h5, h6, span, :before, :after {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height: 1.5;
    }


}

@media only screen and (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: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        height: 55px;
        position: fixed;
        z-index: 30;
        top: 30px;
        left: 0;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 85px;
        width: 100%;
    }

    .logo {
        width: 236px;
        height: 30px;
        position: absolute;
        left: 3%;
        top: 12.5px;
        z-index: 31;
        /*background: url("../images/logo.png") no-repeat;*/
        /*background-size: auto 100%;*/
    }

    .logo img {
        height: 30px;
    }


    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px #ddd;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }

    .menu a {
        font-size: 14px;
    }

    .menu a:hover {
        COLOR: #277cc6
    }

    .menu .d_menu {
        width: 100%;
        float: left;
    }

    .menu .d_menu_r {
        display: none;
    }

    .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%;
        font-size: 12px;
    }

    a.cd_zz {
        display: none;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 12.5px;
        z-index: 31;
    }

    .menu2 a {
        outline: none;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        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='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23277cc6'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .menu2 a.on {
        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='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23277cc6'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23277cc6'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .logo span.s1 {
        left: 155px;
        width: 200px;
        display: none;
        top: 50%;
        margin-top: -15px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding-left: 10px;
        border-left: solid 1px #ddd;
        position: absolute;
    }

    .ks_xz {
        position: absolute;
        z-index: 30;
        width: 85px;
        color: #666;
        height: 35px;
        right: 46px;
        top: 10px;
        cursor: pointer;
        line-height: 35px;
        font-size: 13px;
        /*padding-left:5px;*/
        border: solid 1px #d8d8d8;
        background: url(../images/ks_jt3.png) no-repeat 90% 15px;
        text-align: left;
        padding-left: 10px;
    }

    .ks_xz .txtk {
        width: 100%;
        display: none;
        position: fixed;
        right: 0px;
        top: 75px;
        padding-top: 10px;
        font-size: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    }

    .ks_xz .txtkn {
        width: 100%;
        border: solid 1px #ddd;
        background: #fff;
        padding: 0px 5px 20px 5px;
        position: relative;
    }

    .ks_xz .txtkn i {
        position: absolute;
        background: url(../images/ks_jt2.png) no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 10px;
        top: -10px;
        right: 78px;
    }

    .ks_xz .ks_lm1 {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #ddd;
        font-weight: bold;
        text-align: center;
    }

    .ks_xz .ks_lm1 a {
        float: left;
        height: 40px;
        margin-right: 15px;
    }

    .ks_xz .ks_lm1 a.on {
        border-bottom: solid 2px #277cc6;
    }

    .ks_xz .ks_lm1_lb {
        float: left;
        line-height: 24px;
        width: 100%;
        text-align: left;
    }

    .ks_xz .ks_lm1_lb a,.ks_xz .ks_lm1_lb .s1 {
        /*float: left;*/
        margin: 2px 6px;
    }
    .ks_xz .ks_lm1_lb .s1 a{
        margin: 0 6px;
    }
    #navk {
        width: 100%;
        height: calc(100vh - 85px);
        height: -moz-calc(100% - 85px);
        height: -webkit-calc(100% - 85px);
        display: none;
        background: #ffffff;
        position: fixed;
        padding: 0px 0px 10px 0px;
        overflow-y: auto;
        left: 0px;
        top: 85px;
        z-index: 29;
    }

    .ss {
        float: left;
        width: 94%;
        margin: 15px 0px 15px 3%;
        height: 35px;
        background: #ffffff;
        border: solid 1px #277cc6;
        position: relative;
    }

    .ss_txt {
        float: left;
        height: 33px;
        line-height: 33px;
        background: none;
        color: #696969;
        font-size: 12px;
        width: 100%;
        padding-left: 10px;
        border: 0;
    }

    .ss_an {
        position: absolute;
        right: -1px;
        top: -1px;
        background: url(../images/t_ss.png) #277cc6 center center no-repeat;
        width: 38px;
        height: 35px;
        text-align: center;
        cursor: pointer;
    }

    .top0 {
        width: 100%;
        line-height: 30px;
        height: 30px;
        padding: 0 15px;
        background-color: #277cc6;
        color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        position: fixed;
        z-index: 30;
        top: 0px;
        left: 0;
    }

    .nav_top {
        height: 30px;
    }

    .nav_top a {
        padding: 0 10px;
        float: left;
        height: 30px;
        line-height: 30px;
        color: #fff;
    }

    .nav_top a:hover, .nav_top a.on {
        background-color: #fff;
        color: #333;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

}

.body_r .top0 {
    background-color: #c30005;
}

@media only screen and (max-width: 580px) {
    .top0 .d1 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .top_jg {
        display: none;
    }


    .menu2 {
        display: none;
    }


    .top {
        width: 100%;
        background: #ffffff;
    }

    .top .main {
        position: relative;
        height: 120px;
    }

    .top_jg {
        display: none;
    }

    .logo {
        width: 503px;
        height: 80px;
        font-size: 34px;
        position: absolute;
        left: 0px;
        top: 20px;
        /*background: url("../images/logo.png") center no-repeat;*/
    }

    .logo img {
        height: 80px;
    }

    .logo span.s1 {
        left: 405px;
        width: 400px;
        top: 50%;
        margin-top: -32.5px;
        height: 75px;
        line-height: 75px;
        padding-left: 22px;
        border-left: solid 1px #ddd;
        position: absolute;
        color: #333;
    }

    a.cd_zz {
        position: absolute;
        z-index: 30;
        height: 45px;
        line-height: 45px;
        background-color: #277cc6;
        color: #fff;
        padding: 0 30px;
        top: 36px;
        right: 170px;
        font-size: 16px;
    }

    .ks_xz {
        position: absolute;
        z-index: 30;
        width: 150px;
        color: #666;
        height: 45px;
        right: 0px;
        top: 36px;
        cursor: pointer;
        line-height: 45px;
        font-size: 16px;
        /*padding-left:5px;*/
        border: solid 1px #d8d8d8;
        background: url(../images/ks_jt3.png) no-repeat 90% 20px;
        text-align: center;
    }

    .ks_xz .txtk {
        width: 500px;
        display: none;
        position: absolute;
        right: 0px;
        top: 45px;
        padding-top: 14px;
        font-size: 14px;
    }

    .ks_xz .txtkn {
        width: 100%;
        border: solid 1px #ddd;
        background: #fff;
        padding: 0px 5px 20px 5px;
        position: relative;
    }

    .ks_xz .txtkn i {
        position: absolute;
        background: url(../images/ks_jt2.png) no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 10px;
        top: -10px;
        right: 65px;
    }

    .ks_xz .ks_lm1 {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #ddd;
        font-weight: bold;
        text-align: center;
    }

    .ks_xz .ks_lm1 a {
        float: left;
        height: 40px;
        padding: 0px 8px;
    }

    .ks_xz .ks_lm1 a.on {
        border-bottom: solid 2px #277cc6;
    }

    .ks_xz .ks_lm1_lb {
        float: left;
        line-height: 24px;
        width: 100%;
        text-align: left;
    }

    .ks_xz .ks_lm1_lb a {
        /*float: left;*/
        margin: 2px 6px;
    }
    .ks_xz .ks_lm1_lb .s1{
        margin: 2px 6px;
    }
    .ks_xz .ks_lm1_lb .s1 a{
        margin: 0px 6px;
    }
    #navk {
        width: 100%;
        border-bottom: solid 1px #ddd;
        border-top: solid 1px #ddd;
    }

    #navk .main {
        position: relative;
        height: 50px;
    }

    .menu {
        width: 100%;
        height: 50px;
        position: relative;
        z-index: 15;
    }

    .menu li {
        height: 50px;
        float: left;
        width:9.0909%;
        text-align: center;
        font-size: 0;
    }

    .menu li:after {
        content: '';
        width: 1px;
        height: 12px;
        background-color: #ededed;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0px;

    }

    .menu li:last-child:after {
        display: none;
    }

    .ma_ywgk .menu li {
        margin-right: 49px;
    }

    .menu li:first-child {
        /*width: 80px;*/
    }

    .menu li:last-child {
        margin: 0;
    }

    .menu a.dbt {
        font-size: 16px;
        /*width: 100%;*/
        display: inline-block;
        height: 50px;
        line-height: 50px;
        position: relative;
        /*-webkit-transition: all 0s linear;*/
        /*-moz-transition: all 0s linear;*/
        /*-o-transition: all 0s linear;*/
        /*-ms-transition: all 0s linear;*/
        /*transition: all 0s linear;*/
    }

    .menu li.on a.dbt {
        color: #277cc6;
    }

    .menu li.on a.dbt:after {
        content: '';
        background-color: #277cc6;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0px;
        top: -1px;
    }

    .menu li:hover a.dbt, .menu li a.dbt:hover {
        color: #277cc6;
    }


    .menu .d_menu {
        width: 100%;
        font-size: 14px;
        display: none;
        padding: 25px 20px;
        background: rgba(255, 255, 255, .9);
        position: absolute;
        left: 0px;
        top: 50px;
    }

    .menu li:hover .d_menu {
        display: block;
    }

    .menu .d_menu dl {
        float: left;
        width: 180px;
        border-right: solid 1px rgba(0, 0, 0, .1);
        text-align: center;
        min-height: 180px;
    }

    .menu .d_menu_r {
        float: right;
        width: 920px;
        margin-right: 10px;
    }

    .menu .d_menu_r .imgk {
        float: right;
        width: 220px;
    }

    .menu .d_menu_r .imgk img {
        width: 100%;
    }

    .menu .d_menu_r .txtk {
        float: left;
        width: 670px;
        text-align: left;
    }

    .menu .d_menu_r .txtk p {
        margin-bottom: 15px;
        text-indent: 2em;
    }

    .menu .d_menu_r a.btn {
        font-size: 14px;
    }

    .menu dd {
        width: 100%;
        float: left;
        line-height: 24px;
    }

    .menu dd a {
        display: block;
        padding: 4px 0;
    }

    .menu dd a:hover {
        background-color: rgba(255, 255, 255, .15);
    }


    .ss {
        position: absolute;
        width: 380px;
        height: 45px;
        top: -80px;
        right: 0px;
        border: solid 1px #277cc6;
        overflow: hidden;
        z-index: 15;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .ss .form-control {
        width: 100%;
        height: 45px;
        padding: 0 0 0 15px;
        background: #fff;
        color: #999;
        border: 0;
        font-size: 14px;
    }

    .ss .ss_an {
        position: absolute;
        width: 90px;
        height: 45px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) #277cc6 center center no-repeat;
    }

    .top0 {
        width: 100%;
        line-height: 40px;
        height: 40px;
        background-color: #277cc6;
        color: #fff;
    }

    .nav_top {
        height: 40px;
    }

    .nav_top a {
        padding: 0 10px;
        float: left;
        height: 40px;
        line-height: 40px;
        color: #fff;
        margin-left: 1px;
    }

    .nav_top a:hover, .nav_top a.on {
        background-color: rgba(0, 0, 0, .2);
        color: #fff !important;
    }

    .nav_top a.on {
        border-bottom: 0
    }

}

.links {
    width: 100%;
    background-color: #277cc6;
    color: #fff;
    PADDING: 20px 0;
}

.body_r .links {
    background-color: #c30005;
}

.body_r .ny_bt .bt {
    background: none;
    padding-left: 0px;
    color: #c30005;

}

.body_r .ny_bt .s2 a:last-child {
    color: #c30005;
}

.links a {
    color: #fff;
    margin-right: 20px;
}

.links a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
    .links .main {
        position: relative;
        line-height: 24px;
        padding-left: 95px;
    }

    .links .bt {
        position: absolute;
        left: 0px;
        top: 0px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .links {
        padding: 15px;
    }

    .links .main {
        padding: 0px;
    }

    .links .bt {
        margin-bottom: 5px;
    }

    .links a {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {

    .swiper-container.sy_ban {
        width: 100%;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        position: relative;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, .8);
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #277cc6;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
        position: absolute;
        right: 0%;
        text-align: right;
        padding-right: 2%;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        width: 100%;
        position: relative;
    }


    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, .9);
        width: 12px;
        height: 12px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #277cc6;
        width: 22px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .zy_sy_ban.sy_ban.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .foot .d3 {
        width: 100%;

        padding: 15px;
        border-top: solid 1px rgba(255, 255, 255, .15);
        text-align: center;
    }

    .foot .d1 {

        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .foot .d2 {
        width: 185px;
        margin: 0px auto;
        height: 90px;
    }

    .foot .d2 img {
        width: 74px;
        height: 74px;
        float: left;
        margin-right: 8px;
    }

    .foot .d2 h2 {
        padding-top: 10px;
    }

}

@media only screen and (min-width: 1200px) {


    .foot .d3 {
        width: 100%;
        float: left;
        padding: 20px 0;
        border-top: solid 1px rgba(255, 255, 255, .15);
        text-align: center;
    }

    .foot .d1 {

        width: 900px;
        float: left;
        margin: 35px 0px;
        line-height: 30px;
    }

    .foot .d2 {
        width: 185px;
        float: right;
        margin: 30px 0px;
    }

    .foot .d2 img {
        width: 74px;
        height: 74px;
        float: left;
        margin-right: 8px;
    }


}

.foot {
    width: 100%;
    color: #fff;
    background: #156dba;
}

.foot a {
    color: #fff;
}

.foot a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
    .sy1 {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .sy1 {
        width: 100%;
        padding: 30px 0 50px 0;
    }
}

a.cd_more1:hover {
    text-decoration: underline;
}

.sy_nav1 {
    width: 101%;
    float: left;
    margin: 0 0 40px -0.5%;
}

.sy_nav1 a, .hy_ewm {
    float: left;
    width: 19%;
    margin: 0.5%;
    height: 165px;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.sy_nav1 a:before {
    content: '';
    display: inline-block;
    width: 66px;
    height: 53px;
    background-position: center center;
    background-repeat: no-repeat;
}

.sy_nav1 a:hover:before {
    margin: -5px 0 5px 0;
}

.sy_nav1 a p {
    padding-top: 20px;
}

.sy_nav1 a.a1 {
    color: #fff;
    background: #277cc6;
}

.sy_nav1 a.a1:before {
    background-image: url("../images/sy_b2.png");
    /*background-size: auto 100%;*/
}

.sy_nav1 a.a2 {
    background-color: #fff;
}

.sy_nav1 a.a2:before {
    background-image: url("../images/sy_b3.png");
    /*background-size: auto 100%;*/
}

.sy_nav1 a.a3 {
    color: #fff;
    background: #ebc990;
}

.sy_nav1 a.a3:before {
    background-image: url("../images/sy_b4.png");
    /*background-size: 100% 100%;*/
}

.sy_nav1 a.a4 {
    color: #fff;
    background-color: #68a5da;
}

.sy_nav1 a.a4:before {
    background-image: url("../images/sy_b5.png");
    /*background-size: 100% 100%;*/
}

/*.sy_nav1 a.a5 {*/
/*color: #fff;*/
/*background: url("../images/a2.jpg") no-repeat;*/
/*background-size: 100% 100%;*/
/*}*/

/*.sy_nav1 a.a5:before {*/
/*background: url("../images/rk5.png") no-repeat;*/
/*background-size: 100% 100%;*/
/*}*/
.hy_ewm {
    background-color: #fff;
    padding: 10px 5px;
    font-size: 0;

}

.hy_ewm .imgk {
    display: inline-block;
    width: 44%;
    margin: 3px 3%;

}

.hy_ewm .imgk:first-child {
    margin-left: 0;
}

.hy_ewm .imgk:last-child {
    margin-right: 0;
}

.hy_ewm p {
    padding-top: 0px;
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
    .sy_nav1 {
        margin: 0 0 15px -0.5%;
    }

    .sy_nav1 a, .hy_ewm {
        width: 32.3333%;
        height: 150px;
        padding: 35px 0;
        font-size: 13px;
    }

    .hy_ewm {
        width: 64.6666%;
        padding: 15px 10px;
    }

    .hy_ewm .imgk img {
        width: auto;
        max-width: 100%;
        height: 85px;
    }

    .hy_ewm p {
        font-size: 12px;
    }

    .sy_nav1 a:before {
        width: 50px;
        height: 40px;
        background-size: auto 100%;
    }

}

.sy1_1 .d1 {
    width: 800px;
}

.sy1_1 .d2 {
    width: 370px;
}

.sy_xw_lb_r {
    width: 375px;
}

.sy1_2 .d1 {
    width: 800px;
}

.sy1_2 .d2 {
    width: 360px;
}

.kstd a {
    display: block;
    width: 100%;
    text-align: center;
}

.kstd a img {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.xw_n1_t {
    position: relative;
    height: 120px;
    padding: 25px 0px 25px 110px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.xw_n1_t .sj {
    width: 88px;
    position: absolute;
    top: 25px;
    left: 0px;
    text-align: center;
    color: #666666;
    border-right: solid 1px #ddd;
    height: 70px;
    padding-top: 4px;
}

.xw_n1_t .sj b {
    display: block;
    font-size: 36px;
    color: #277cc6;
    line-height: 40px;
}

.xw_n1_t .dbt {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
    height: 24px;
    margin-bottom: 2px;

}

.xw_n1_t p {
    width: 100%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1200px) {
    .xw_n1_t {
        height: 120px;
        padding: 15px 0px 15px 80px;
    }

    .xw_n1_t .sj {
        width: 68px;
        top: 15px;
        height: 70px;
    }

    .xw_n1_t .sj b {
        display: block;
        font-size: 30px;
        color: #277cc6;
        line-height: 40px;
    }

    .xw_n1_t p {
        line-height: 20px;
        height: 40px;
    }

    .sy1_1 .d1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sy1_1 .d2 {
        width: 100%;
    }

    .sy_xw_lb_r {
        width: 100%;
    }

    .sy1_2 .d1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sy1_2 .d2 {
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .sy1_2 .xw_n1 li {
        height: 35px;
        line-height: 35px;
    }

    .kstd img {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .gd_zj {
        width: 102%;
        float: left;
        margin-left: -1%;
        margin-top: -5px;
        position: relative;
    }

    .gd_zj .swiper-container {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .gd_zj .swiper-wrapper {
        width: 100%;
        float: left;
    }

    .gd_zj .swiper-slide {
        width: 100%;
        padding: 1%;
        padding-bottom: 10px;
    }

    .gd_zj .swiper-slide .d_item {
        width: 100%;
        padding: 12px;
        background-color: #fff;
        border: solid 1px #ddd;
        /*float:left;*/
        /*box-shadow:0 2px 10px rgba(0,0,0,.15);*/
        position: relative;
    }

    .gd_zj a {
        width: 100%;
        display: block;
    }

    .gd_zj .swiper-slide .imgk {
        width: 100%;
        overflow: hidden;
        /*height:128px;*/
        /*float:left;*/
    }

    .gd_zj .swiper-slide img {
        width: 100%;

    }

    .gd_zj .swiper-slide .txtk {
        width: 100%;
        /*float: right;*/
        margin-top: 10px;
    }

    .gd_zj .swiper-slide .txtk_ms {
        width: 100%;
        /*float:left;*/
        border-top: solid 1px #ddd;
        padding-top: 10px;
        margin-top: 10px;
        line-height: 20px;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .gd_zj h4 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 26px;
        height: 26px;
    }

    .gd_zj .swiper-button-prev {
        position: absolute;
        top: -22px;
        right: 40px;
        left: auto;
    }

    .gd_zj .swiper-button-next {
        position: absolute;
        top: -22px;
        right: 5px;
        left: auto;
    }

    .gd_zj .swiper-button-prev, .gd_zj .swiper-button-next {
        outline: none;
        --swiper-navigation-size: 14px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #277cc6;
        border: solid 1px #277cc6;
    }

    .md25 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .gd_zj {
        width: 1220px;
        margin-left: -10px;
        float: left;
        position: relative;
    }

    .gd_zj .swiper-container {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .gd_zj .swiper-wrapper {
        width: 100%;
        float: left;
    }

    .gd_zj .swiper-slide {
        width: 100%;
        padding: 0 10px;
    }

    .gd_zj .swiper-slide .d_item {
        width: 100%;
        padding: 15px;
        background-color: #fff;
        /*float:left;*/
        border: solid 1px #ddd;
    }

    .gd_zj .swiper-slide .d_item:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
        border-color: #5596cf;
    }

    .gd_zj a {
        width: 100%;
        display: block;
    }

    .gd_zj .swiper-slide .imgk {
        width: 100%;
        overflow: hidden;
        height: 237px;
        /*float:left;*/
    }

    .gd_zj .swiper-slide img {
        width: 100%;

    }

    .gd_zj .swiper-slide .txtk {
        /*width:118px;*/
        /*float: right;*/
        margin-top: 15px;
    }

    .gd_zj .swiper-slide .txtk_ms {
        width: 100%;
        /*float:left;*/
        border-top: solid 1px #ddd;
        padding-top: 10px;
        color: #666666;
        margin-top: 10px;
        line-height: 24px;
        height: 58px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .gd_zj h4 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 30px;
        height: 30px;
    }

    .gd_zj .swiper-button-prev {
        position: absolute;
        top: -50px;
        right: 60px;
        left: auto;
    }

    .gd_zj .swiper-button-next {
        position: absolute;
        top: -50px;
        right: 10px;
        left: auto;
    }

    .gd_zj .swiper-button-prev, .gd_zj .swiper-button-next {
        outline: none;
        --swiper-navigation-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #277cc6;
        border: solid 1px #277cc6;
    }

    .md25 {
        margin-bottom: 25px;
    }
}

.gd_zj .swiper-button-next:hover, .gd_zj .swiper-button-prev:hover {
    background-color: #277cc6;
    color: #fff;
}

.sy_ks_nav {
    height: 50px;
    background-color: #277cc6;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
}

.sy_ks_nav a {
    float: left;
    height: 50px;
    text-align: center;
    color: #fff;
    width: 25%;
}

.sy_ks_nav a.on {
    background-color: #2d599a;
}

.sy_ks_lb {
    background-color: #f7f7f7;
    padding: 20px;
}

.sy_ks_lb dl {
    width: 100%;
    float: left;
    display: none;
}

.sy_ks_lb dd {
    float: left;
    width: 835px;
    margin: -4px 0 -4px -4px;
}
.sy_ks_lb dd ul{
    width:100%;
    float:left;
}
.sy_ks_lb dd li{
    width: 19%;
    float: left;
    margin: 0.5%;
    position:relative;

}
.sy_ks_lb dd a{
    width:100%;
    float:left;
    border: solid 1px #ddd;
    text-align: center;
    line-height: 30px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sy_ks_lb dd a:hover {
    background-color: #277cc6;
    border-color: #277cc6;
    color: #fff;
}
.sy_ks_lb dd li .txtk{
    width:500px;
    position:absolute;
    top:30px;
    left:50%;
    margin-left: -250px;
    z-index: 2;
    display: none;
    padding-top:15px;
}
.sy_ks_lb dd li .txtkn{
    width:100%;
    padding:15px;
    border: solid 1px #ddd;
    background-color: #fff;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    position:relative;
    float:left;
}
.sy_ks_lb dd li .txtkn i {
    position: absolute;
    background: url(../images/ks_jt2.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.sy_ks_lb dd li:hover .txtk{
    display: block;
}
.sy_ks_lb dd li:hover > a{
    background-color: #277cc6;
    border-color: #277cc6;
    color: #fff;
}
.sy_ks_lb dd li .txtk a{
    float:left;
    width:31.3333%;
    margin: 1%;
}
.sy_ks_lb dt {
    float: right;
    width: 320px;
    height: 202px;
    background: url("../images/sy_ks_bj.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 25px;
}

.sy_ks_lb dt p {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sy_ks_lb dt .bt {
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sy_ks_lb dt .bt:before {
    content: '';
    background-color: #277cc6;
    width: 2em;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media only screen and (max-width: 1200px) {
    .sy_ks_lb dd li{
        position:inherit;
    }
    .sy_ks_lb dd li .txtk{
        width:100%;
        position:absolute;
        top:auto;
        left:0%;
        margin-left:0px;
        padding:0;
    }
    .sy_ks_lb dd li .txtk i{
        display: none;
    }
    .sy_ks_nav {
        height: auto;
        line-height: 16px;
        font-size: 12px;
    }

    .sy_ks_nav a {
        height: 60px;
        width: 33.3333%;
        padding: 0 5px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;

    }

    .sy_ks_lb {
        padding: 10px;
    }

    .sy_ks_lb dd {
        width: 100%;
        margin: 0;
    }

    .sy_ks_lb dd li {
        width: 32.3333%;
    }

    .sy_ks_lb dt {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .sy_ks_lb dd li {
        width: 49%;
    }
    .sy_ks_lb dd li .txtk a{
        width:48%;
    }
}

.left_an {
    width: 100%;
    float: left;
    border-top: dashed 1px #ddd;
    padding: 10px;
}

.left_an li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 5px 0;
}

.left_an img {
    margin-bottom: 5px;
    height: 42px;
}

@media only screen and (max-width: 1200px) {
    .left_an {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .hj_lb {
        width: 103%;
        float: left;
        margin: 0 0 15px -1.5%;
    }

    .hj_lb li {
        width: 30.3333%;
        float: left;
        margin: 1% 1.5%;
        text-align: center;
    }

    .hj_lb li:nth-child(3n+1) {
        clear: both;
    }

    .hj_lb .imgk {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .hj_lb li {
        width: 47%;
    }

    .hj_lb li:nth-child(3n+1) {
        clear: inherit;
    }

    .hj_lb li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 500px) {
    .hj_lb li {
        width: 97%;
    }
}

@media only screen and (min-width: 1200px) {
    .hj_lb {
        width: 103%;
        float: left;
        margin: -10px 0 30px -1.5%;
    }

    .hj_lb li {
        width: 30.3333%;
        float: left;
        margin: 1% 1.5%;
        text-align: center;
    }

    .hj_lb li:nth-child(3n+1) {
        clear: both;
    }

    .hj_lb .imgk {
        margin-bottom: 15px;
        height: 179px;
        overflow: hidden;
    }

    .hj_lb .imgk img {
        min-height: 179px;
    }
}

.hj_lb a, .hj_lb .imgk, .hj_lb .imgk img {
    display: block;
    width: 100%;
}

.ny_bt2 {
    margin-bottom: 10px;
}

.ks_lb3 {
    width: 102%;
    float: left;
    margin: 0 0 30px -1%;
}

.ks_lb3 li {
    width: 15.0666%;
    text-align: center;
    margin: 0.7% 0.8%;
    float: left;
    position:relative;

}

.ks_lb3 a{
    width:100%;
    display: block;
    border: solid 1px #ddd;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 35px;
    height: 35px;
}
.ks_lb3 a:hover {
    background-color: #277cc6;
    border-color: #277cc6;
    color: #fff;
}
.ks_lb3 li .txtk{
    width:500px;
    position:absolute;
    top:34px;
    left:50%;
    margin-left: -250px;
    z-index: 2;
    display: none;
    padding-top:15px;
}
.ks_lb3 li .txtkn{
    width:100%;
    padding:15px;
    border: solid 1px #ddd;
    background-color: #fff;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    position:relative;
    float:left;
}
.ks_lb3 li .txtkn i {
    position: absolute;
    background: url(../images/ks_jt2.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.ks_lb3 li:hover .txtk{
    display: block;
}
.ks_lb3 li:hover > a{
    background-color: #277cc6;
    border-color: #277cc6;
    color: #fff;
}
.ks_lb3 li .txtk a{
    float:left;
    width:31.3333%;
    margin: 1%;
}
@media only screen and (max-width: 1200px) {
    .ks_lb3 {
        margin: 0 0 15px -1%;
    }

    .ks_lb3 li {
        width: 32.3333%;
        margin: 0.5%;
    }

    .ks_lb3 li{
        position:inherit;
    }
    .ks_lb3 li .txtk{
        width:100%;
        position:absolute;
        top:auto;
        left:0%;
        margin-left:0px;
        padding:0;
    }
    .ks_lb3 li .txtk i{
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .ks_lb3 li {
        width: 49%;
    }
    .ks_lb3 li .txtk a{
        width:48%;
    }
}

.sp_lb .imgk {
    position: relative;

}

.sp_lb .imgk:before, .zy_sp .imgk: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 a:hover .imgk:before, .zy_sp .imgk:hover:before {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;

}

@media only screen and (min-width: 1200px) {
    .hj_lb .imgk {
        height: 180px;
        overflow: hidden;
    }

    .hj_lb .imgk img {
        min-height: 180px;
    }
}

.fo_xx {
    width: 100%;
    float: left;
}

.fo_xx .form-control {
    background-color: #f1f1f1;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .fo_xx .form-control {
        margin-right: 10px;
    }

    .fo_xx .tx1 {
        width: 90%;
    }

    .fo_xx .tx2 {
        width: 90%;
    }

    .fo_xx .tx3 {
        width: 90%;
        height: 120px;
    }

    .fo_xx li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        line-height: 34px;
        position: relative;
        padding-left: 80px;
    }

    .fo_xx .s_name {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .fo_xx .btn {
        width: 100px;
        margin-top: 5px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .fo_xx .form-control {
        margin-right: 10px;
    }

    .fo_xx .tx1 {
        width: 330px;
        height: 40px;
    }

    .fo_xx .tx2 {
        width: 720px;
        height: 40px;
    }

    .fo_xx .tx3 {
        width: 720px;
        height: 190px;
    }

    .fo_xx li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        line-height: 40px;
        position: relative;
        padding-left: 100px;
    }

    .fo_xx .s_name {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .fo_xx .btn {
        width: 130px;
        margin-top: 10px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        text-align: center;
        font-size: 16px;
    }
}

.jt_nav {
    text-align: center;
    font-size: 0;
}

.jt_nav a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border: solid 1px #ddd;
    font-size: 16px;
    width: 305px;
    margin-right: -1px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}

.jt_nav a.on {
    background-color: #277cc6;
    border-color: #277cc6;
    color: #fff;
    position: relative;
}

.jt_nav a.on:after {
    content: '';
    position: absolute;
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-top: 16px solid #277cc6;
    border-left: 16px solid rgba(0, 0, 0, 0);
    bottom: -27px;
    left: 50%;
    margin-left: -16px;
}

.jtdt {
    width: 100%;
    height: 500px;
}

.iw_poi_title {
    /*color:#277cc6;*/
    font-weight: bold;
    font-size: 15px;
}

.jtdt img, .jtdt label {
    max-width: inherit;
}

.szks_k {
    background-color: #f2f2f2;
    border: solid 1px #ddd;
    padding: 20px;
}

@media only screen and (max-width: 1200px) {
    .szks_k {
        padding: 15px;
    }
}

/*专业版*/
.sy_nav2 {
    width: 100.4%;
    float: left;
    margin: -60px 0 40px -0.2%;
    position: relative;
    z-index: 10;
}

.sy_nav2 a {
    float: left;
    width: 24.6%;
    margin: 0 0.2%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #277cc6;
    color: #fff;
    font-size: 18px;
}

.sy_nav2 a:hover {
    background-color: #0659a2;
}

@media only screen and (min-width: 1200px) {
    .zy_sy_xw .sy_xw_lb_r {
        width: 615px;
    }

    .zy_n1 li {
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .sy_nav2 {
        margin: 0px 0 15px -0.2%;
    }

    .sy_nav2 a {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .swiper-container.gd_xw_zy {
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper {
        width: 100%;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide {
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide h5 {
        width: 100%;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide .sj {
        display: none;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide .imgk {
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide .imgk img {
        width: 100%;
    }


    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide h5 {
        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_zy .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_zy .swiper-pagination-bullet-active {
        background-color: #277cc6;
    }

    .gd_xw_zy.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
        position: absolute;
        right: 10px;
        left: auto;
        width: auto;
        text-align: right;
    }

    .gd_xw_zy.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
}

@media only screen and (min-width: 1200px) {
    .swiper-container.gd_xw_zy {
        width: 550px;
        overflow: hidden;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper {
        width: 100%;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide {
        width: 100%;
        overflow: hidden;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide h4 {
        width: 100%;
        display: block;
        height: 48px;
        line-height: 24px;
        overflow: hidden;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide .imgk {
        width: 100%;
        height: 330px;
        overflow: hidden;

    }

    .swiper-container.gd_xw_zy.xw_gd2 .swiper-wrapper .swiper-slide a:hover .imgk:before {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;

    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide .imgk img {
        width: 100%;
        min-height: 330px;
    }


    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide .txtk {
        height: 80px;
        width: 100%;
        background-color: rgba(0, 0, 0, .4);
        color: #fff;
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding: 17px 10px 10px 90px;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide .txtk .sj {
        width: 70px;
        height: 60px;
        text-align: center;
        background-color: #ffffff;
        color: #333;
        padding: 10px;
        position: absolute;
        left: 10px;
        top: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .swiper-container.gd_xw_zy .swiper-wrapper .swiper-slide .txtk .sj b {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }

    .gd_xw_zy .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0);
        border: solid 1px #fff;
        width: 10px;
        height: 10px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .gd_xw_zy .swiper-pagination-bullet-active {
        background-color: #277cc6;
        border-color: #277cc6;
        width: 20px;
    }

    .gd_xw_zy.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
        position: absolute;
        right: 10px;
        left: auto;
        width: auto;
        text-align: right;
    }

    .gd_xw_zy.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

}

.body_r .gd_xw_zy .swiper-pagination-bullet {

}

.body_r .gd_xw_zy .swiper-pagination-bullet-active {
    background-color: #cc0018;
    border-color: #cc0018;
}

.swiper-container.gd_dj {
    width: 100%;
    overflow: hidden;
}

.swiper-container.gd_dj .swiper-wrapper {
    width: 100%;
}

.swiper-container.gd_dj .swiper-wrapper .swiper-slide {
    width: 100%;
    overflow: hidden;
}


.swiper-container.gd_dj .swiper-wrapper .swiper-slide .imgk img {
    width: 100%;
}


.gd_dj .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.gd_dj .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    width: 20px;
}

.gd_dj.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 12px;
    position: absolute;
    right: 0px;
    left: 0px;
    width: 100%;
    font-size: 0;
    height: 10px;
}

.gd_dj.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.zy_n2 {
    width: 100%;
    float: left;
}

.zy_n2 li {
    width: 50%;
    float: left;
}

.zy_n2 li .imgk {
    width: 50%;
    float: left;
    height: 180px;
    overflow: hidden;
}

.zy_n2 li .imgk img {
    width: 100%;
    display: block;
    min-height: 180px;
}

.zy_n2 li .txtk {
    width: 50%;
    float: right;
    padding: 20px;
    position: relative;
}

.zy_n2 li .txtk:before {
    content: '';
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid #fff;
    border-left: 12px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -6px;
}

@media only screen and (min-width: 1200px) {
    .zy_n2 li:nth-of-type(3) .imgk, .zy_n2 li:nth-of-type(4) .imgk {
        float: right;
    }

    .zy_n2 li:nth-of-type(3) .txtk, .zy_n2 li:nth-of-type(4) .txtk {
        float: left;
    }

    .zy_n2 li:nth-of-type(3) .txtk:before, .zy_n2 li:nth-of-type(4) .txtk:before {
        left: auto;
        right: -24px;
        border-left: 12px solid #fff;
        border-right: 12px solid rgba(0, 0, 0, 0);
    }
}

.zy_n2 .sj {
    display: block;
    margin-bottom: 10px;
}

.zy_n2 .sj b {
    font-size: 22px;
}

.zy_n2 .bt {
    width: 100%;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

a.cd_more2 {
    display: inline-block;
}

a.cd_more2:after {
    content: '';
    background-image: url("../images/more.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 58px;
    height: 28px;
    display: inline-block;
    margin-left: 30px;
}

a.cd_more2:hover:after {
    background-image: url("../images/more_on.png");
}

@media only screen and (max-width: 1200px) {
    .zy_n2 li {
        width: 100%;
    }

    .zy_n2 li .imgk, .zy_n2 li .txtk {
        width: 100%;
        height: auto;
    }

    .zy_n2 li .imgk img {
        min-height: auto;
    }

    .zy_n2 li .txtk {
        padding: 15px 0;
    }

    .zy_n2 li .txtk .bt {
        height: auto;
        max-height: 48px;
    }
}

.zy_gk .d1 {
    width: 384px;
    float: left;
}

.zy_gk .d2 {
    width: 384px;
    float: left;
    margin-left: 24px;
}

.gk1 {
    width: 100%;
    float: left;
    background: url("../images/zy_bj1.jpg") #287cc6 bottom no-repeat;
    background-size: 100% auto;
    height: 432px;
    color: #fff;
    padding: 200px 40px 0px 40px;
    position: relative;
}

.gk1:before {
    content: '';
    background-image: url("../images/tb1.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 100%;
    height: 68px;
    position: absolute;
    left: 0px;
    top: 75px;
}

.gk1 a {
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    font-size: 15px;
    width: 46%;
    margin: 2%;
    line-height: 35px;
    float: left;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.gk1 a:hover {
    color: #287cc6;
    background-color: #fff;
}

.gk2 {
    width: 100%;
    float: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background-color: #fff;
    height: 432px;
}

.gk2 .imgk {
    width: 100%;
    height: 231px;
    overflow: hidden;
    position: relative;
}

.gk2 .imgk img {
    width: 100%;
    min-height: 231px;
}

.gk2 .txtk {
    padding: 15px 20px;
    width: 100%;
    float: left;
}

.sy_bt1 a.cd_more3 {
    margin-top: 2.5px;
}

a.cd_more3 {
    display: inline-block;
    line-height: 25px;
    color: #999;
    border: solid 1px #ddd;
    padding: 0 30px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

a.cd_more3:hover {
    color: #fff;
    border-color: #287cc6;
    background-color: #287cc6;
}

.sy_nr1 {
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.zy_n3 {
    width: 100%;
    float: left;
}

.zy_n3 li {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ddd;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .zy_gk .d1 {
        width: 100%;
    }

    .zy_gk .d2 {
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
    }

    .gk2 {
        height: auto;
    }

    .sy_bt1 a.cd_more3 {
        margin-top: 0px;
    }

    a.cd_more3 {
        line-height: 23px;
        height: 24px;
    }

    .sy_nr1 {
        line-height: 20px;
        max-height: 100px;
    }

    .gk2 .imgk {
        height: auto;
    }

    .gk2 .imgk img {
        min-height: auto;
    }

    .gk1 a {
        font-size: 14px;
    }
}

.dj_nav2 {
    width: 104%;
    float: left;
    margin: 0 0 -2% -2%;
}

.dj_nav2 a {
    float: left;
    width: 30.3333%;
    margin: 0 1.5%;
    color: #b30009;
    border: solid 1px #b30009;
    text-align: center;
    height: 150px;
    font-size: 16px;
    padding-top: 35px;
}

.dj_nav2 a.a1 {
    /*height:245px;*/
    /*padding-top:80px;*/
}

.dj_nav2 a i {
    display: block;
    width: 100%;
    height: 47px;
}

.dj_nav2 a p {
    margin-top: 15px;
}

.dj_nav2 a:hover {
    background-color: #b30009;
    color: #fff !important;
}

.dj_nav2 a:hover p {
}

.dj_nav2 a.a1 i {
    background: url(../images/dj_a1.png) center no-repeat;
    background-size: auto 100%;
}

.dj_nav2 a.a1:hover i {
    background: url(../images/dj_a1_on.png) center no-repeat;
    background-size: auto 100%;
}

.dj_nav2 a.a2 i {
    background: url(../images/dj_a2.png) center no-repeat;
    background-size: auto 100%;
}

.dj_nav2 a.a2:hover i {
    background: url(../images/dj_a2_on.png) center no-repeat;
    background-size: auto 100%;
}

.dj_nav2 a.a3 i {
    background: url(../images/dj_a3.png) center no-repeat;
    background-size: auto 100%;
}

.dj_nav2 a.a3:hover i {
    background: url(../images/dj_a3_on.png) center no-repeat;
    background-size: auto 100%;
}

@media only screen and (max-width: 1200px) {
    .dj_nav2 a {
        font-size: 14px;
        height: 120px;
        padding-top: 25px;
    }

    .dj_nav2 a i {
        height: 35px;
    }
}

/*引导页*/
@media only screen and (max-width: 1200px) {
    .ydy {
        width: 100%;
        /*position: absolute;*/
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: #8cb6ff;
        background-image: url("../images/bj.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .ydy_foot{
        width: 100%;
        background-color: rgba(198,233,249,.95);
        left:0px;
        bottom: 0px;
        padding:10px 0;
        text-align: center;
    }
    .ydy_db{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .ydy_nav{
        width: 100%;
        height:60px;
        background-color: rgba(39,123,198,.9);
        text-align: center;
    }
    .ydy_nav .main{
        height:60px;
        padding:10px 0;
    }
    .ul_ydy_nav{
        margin: 0 auto;
        overflow:hidden ;
    }
    .ul_ydy_nav li{

    }

    .ul_ydy_nav a{
        line-height: 40px;
        height:40px;
        padding:0 30px;
        color:#fff;
        font-size:16px;
        display: block;
        -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
    }
    .ul_ydy_nav a:hover{
        color:#277cc6;
        background-color: #fff;
    }
    .ydy .main{
        position:relative;
    }
    .ul_ydy_nav a:before{
        content: '';
        display: inline-block;
        width:30px;
        height:30px;
        vertical-align: middle;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        position:relative;
        top:-1px;
    }
    .ydy_ewm{
        width:120px;
        background-color: rgba(39,123,198,.9);
        color:#fff;
        position:absolute;
        right:0px;
        bottom:0px;
        padding:10px;
        box-shadow:0 0px 12px rgba(0,0,0,.3);
    }
    .ydy_ewm img{
        width:100%;
        display: block;
        margin-bottom:8px;
    }
    .ydy_logo{
        position:absolute;
        width:100%;
        height:70px;
        top:40px;
        left:3%;
    }
    .ydy_logo img{
        height:70px
    }
    .ban_mob{
        display:none;
    }
}
@media only screen and (min-width:768px) {
    .ydy .main .m1{ display: none;}
    
}
@media only screen and (max-width:767px) {
    .ydy .main .m2{ display: none;}
    .ydy .main .m1{ text-align:left; width:60%; margin:0 auto; line-height:24px;}
    .ydy .main .m1 .p2{ padding-left:52px;}
    .ydy .main .m3{ margin-top:30px;}
}
@media only screen and (max-width:700px) {
    .ydy{
        background-color: rgba(198,233,249,.95);
    }
    .ydy_logo{
        height:auto;
        top:auto;
        position:inherit;
        left:auto;
        display: block;
        width:100%;
        padding:15px;
        background-color: #fff;
    }
    .ydy_logo img{
        height:45px
    }
    .ban_mob{
        width:100%;
        display: block;
    }
    .ban_mob img{
        width:100%;
    }
    .ydy_db{
        position:inherit;
        left:auto;
        bottom: auto;
    }
    .ydy{
        /*background-size:980px auto;*/
        background-image: inherit;
    }
    .ydy_nav{
        height:auto;
        background-color: rgba(39,123,198,0);
    }
    .ydy_nav .main{
        height:auto;
        padding:0px 0;
    }
    .ul_ydy_nav{
        width:100%;
        background-color: rgba(39,123,198,.9);
        padding:10px 0;
    }
    .ul_ydy_nav li{
        width:33.3333%;
        margin: 0 auto;
    }
    .ul_ydy_nav a{
        padding:0;
        font-size: 14px;
    }
    .ul_ydy_nav a:before{
        width:20px;
        height:20px;
        background-size: auto 16px;
        margin-right: 5px;
    }
    .ydy_ewm{
        position:inherit;
        right:auto;
        bottom: auto;
        width:100%;
        text-align: center;
        float:left;
        background-color: rgba(198,233,249,.95);
        box-shadow:0 0px 12px rgba(0,0,0,0);
        padding-bottom: 0;
        color:#333;
    }
    .ydy_ewm img{
        width:50%;
        display: inline-block;
    }
    .ydy_foot{
        padding:15px;
    }
}
@media only screen and (min-width: 1200px) {
    .ydy {
        width: 100%;
        position: absolute;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: #8cb6ff;
        background-image: url("../images/bj.jpg");
        background-repeat: no-repeat;
        background-position: top center;
    }
    .ydy_foot{
        width: 100%;
        position: absolute;
        height:90px;
        background-color: rgba(198,233,249,.95);
        left:0px;
        bottom: 0px;
        padding:10px 0;
        text-align: center;
    }
    .ydy_nav{
        width: 100%;
        position: absolute;
        height:70px;
        background-color: rgba(39,123,198,.9);
        left:0px;
        bottom: 90px;
        text-align: center;
    }
    .ydy_nav .main{
        height:70px;
        padding:10px 0;
    }
    .ul_ydy_nav{
        width: 200px;
        margin: 0 auto;
    }
    .ul_ydy_nav li{
        float:left;
        margin-right:80px;
    }
    .ul_ydy_nav li:last-child{
        margin: 0;
    }
    .ul_ydy_nav a{
        line-height: 50px;
        height:50px;
        padding:0 40px;
        color:#fff;
        font-size:20px;
        display: block;
        -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
    }
    .ul_ydy_nav a:hover{
        color:#277cc6;
        background-color: #fff;
    }
    .ydy .main{
        width:1100px;
        position:relative;
    }
    .ul_ydy_nav a:before{
        content: '';
        display: inline-block;
        width:30px;
        height:30px;
        vertical-align: middle;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        position:relative;
        top:-1px;
    }
    .ydy_ewm{
        width:140px;
        background-color: rgba(39,123,198,.9);
        color:#fff;
        position:absolute;
        right:0px;
        bottom:0px;
        padding:10px;
        box-shadow:0 0px 12px rgba(0,0,0,.3);
    }
    .ydy_ewm img{
        width:100%;
        display: block;
        margin-bottom:8px;
    }
    .ydy_logo{
        position:absolute;
        /*background: url("../images/logo.png") no-repeat;*/
        width:503px;
        height:80px;
        top:45px;
        left:50%;
        margin-left: -600px;
    }
    .ydy_logo img{
        height:80px;
    }
    .ban_mob{
        display: none;
    }
}
.ul_ydy_nav a.a1:before{
    background-image: url("../images/a1.png");
}
.ul_ydy_nav a.a1:hover:before{
    background-image: url("../images/a1_on.png");
}
.ul_ydy_nav a.a2:before{
    background-image: url("../images/a2.png");
}
.ul_ydy_nav a.a2:hover:before{
    background-image: url("../images/a2_on.png");
}
.ul_ydy_nav a.a3:before{
    background-image: url("../images/a3.png");
}
.ul_ydy_nav a.a3:hover:before{
    background-image: url("../images/a3_on.png");
}
@media only screen and (min-width:1890px) {
    .ydy{
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (min-width: 1200px) {

}