@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A {
    color: #505050;
    outline: none;
}

A:visited {
    color: #505050;
}

A:active {
    color: #505050
}

A:hover {
    COLOR: #0e6eb8
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Arial, "微软雅黑";
    background: #fff;
    color: #505050;
}

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: 0px;
        left: 0;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    .top .logo {
        width: 200px;
    }

    .logo {
        width: 210px;
        height: 30px;
        /* position: absolute; */
        left: 3%;
        top: 12.5px;
        z-index: 31;
    }
    .logo img{
        height:30px;
    }

    .menu {
        margin: 55px 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: #0e6eb8
    }

    .menu .d_menu {
        width: 100%;
        float: left;
    }

    .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;
    }

    .menu h3, .menu .d_menu_r {
        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='%230527af'/></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='%230527af'/><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='%230527af'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }


    #navk {
        width: 100%;
        /*height: 100%;*/
        display: none;
        background: #ffffff;
        position: fixed;
        padding: 0px 0px 10px 0px;
        overflow-y: auto;
        left: 0px;
        top: 0px;
        z-index: 29;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    }


}

@media only screen and (min-width: 1200px) {
    .top_jg {
        display: none;
    }


    .menu2 {
        display: none;
    }


    .top {
        width: 100%;
        background: #fff;
        border-top: solid 5px #0e6eb8;
        border-bottom: solid 5px #0e6eb8;
    }

    .top .main{
        height:100px;
        position:relative;
    }
    .top_jg {
        display: none;
    }

    .logo {
        width: 310px;
        height: 70px;
        /* position: absolute; */
        left:0px;
        top:50%;
        margin-top:-35px;
        background: url("../images/logo_b.png") left center no-repeat;
        background-size: auto 100%;
    }
    .logo img{
        height:50px;
    }

    #navk {
        height: 40px;
        float:left;
        margin-top: 30px;
    }


    .menu {
        height: 40px;
        position: relative;
        float: left;
        z-index: 20;
    }

    .menu li {
        height:40px;
        float: left;
        margin-left: 40px;
        position: relative;
    }
    .menu li dl{
        width:280px;
        position:absolute;
        background-color: rgba(255,255,255,.95);
        padding:0px 20px;
        display: none;
    }
    .menu li:hover dl{
        display: block;
    }

    .menu li dd{
        width:100%;
        padding:12px 0;
        border-bottom: solid 1px #ddd;
        font-size: 15px;
        position:relative;
        padding-left:15px;
        line-height: 20px;
    }
    .menu li dd:before{
        content: '';
        width:20px;
        height:20px;
        position:absolute;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" fill="%230527af"/></svg>');
        background-repeat: no-repeat;
        background-size: 100% 65%;
        background-position: center center;
        left:-5px;
        top:12px;
    }

    .menu li:first-child {
        margin: 0;
    }

    .menu a.dbt {
        font-size: 16px;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .menu li a.dbt.on, .menu li a.dbt:hover ,.menu li:hover a.dbt{
        color: #0e6eb8;
    }
    .menu li a.dbt.on {
        font-weight: bold;

    }


}



@media only screen and (max-width: 1200px) {
    .ny {
        width: 100%;
    }

    .ny .d1 {
        width: 100%;
        float: left;
    }

    .ny .d2 {
        width: 100%;
        float: left;
        /*border: solid 1px #e5e5e5;*/
        min-height: 200px;
        padding: 15px;
    }

    .left_nav {
        width: 100%;
        float: left;
        display: none;
    }

    .left_nav li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .left_nav li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #f2f2f2;
    }

    .left_nav li a:hover {
        background: #0e6eb8;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
        border-bottom: solid 1px #ddd;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        font-weight: bold;
        color: #0e6eb8 !important;
    }

    .lm1_bt a:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: 5px;
        top: 0px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%230527af'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }

    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }


    .ny .d1 h2 {
        display: none;
    }


}

@media only screen and (min-width: 1200px) {
    .lm1_bt {
        display: none;
    }

    .ny {
        width: 100%;
        padding: 50px 0 80px 0;
    }

    .ny .d1 {
        width: 280px;
        float: left;
    }

    .ny .d2 {
        width: 860px;
        min-height: 500px;
        float: right;
    }

    .ny .d1 h2 {
        display: block;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .left_nav {
        width: 100%;
        border:solid 2.5px #0e6eb8;
        padding:20px 0px;
        -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    }

    .left_nav li {
        width: 100%;
        padding:0px 0;
        margin-bottom: 1px;
    }

    .left_nav li a {
        width: 100%;
        padding:8px 50px;
        display: block;
        line-height: 24px;
        position: relative;
        font-size: 16px;
    }

    .left_nav li a:hover, .left_nav li a.on {
        color: #fff;
        background-color: #0e6eb8;

    }

    .left_nav li a.on {
        font-weight: bold;
    }

}

@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 102%;
        float: left;
        margin-left: -1%;
        text-transform: uppercase;
    }

    .fy1 a {
        float: left;
        display: none;
        border: solid 1px #dddddd;
        padding: 0px 10px;
        margin-left: 3px;
    }

    .fy1 a.cd_sx {
        display: block;
        width: 48%;
        margin: 0px 1%;
        text-align: center;
        padding: 8px 0px;
        background-color: #f2f2f2;
        -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    }
}

.fy1 a {
    background-color: #fff;
}

@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 38px;
        text-align: left;
        text-transform: uppercase;
    }

    .fy1 a {
        display: inline-block;
        background-color: #f2f2f2;
        padding: 0px 15px;
        margin: 0px 2px;
        -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    }

}

.fy1 a:hover,
.fy1 a.on {
    background: #0e6eb8;
    color: #ffffff;
    /*border: solid 1px #0e6eb8;*/
}

@media only screen and (max-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;
    }

    .pa_ban .swiper-pagination-bullet {
        width: 8px;
        border: solid 1px #fff;
        height: 8px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0);
    }

    .pa_ban .swiper-pagination-bullet-active {
        background-color: #fff;
        position: relative;
    }

    .pa_ban {
        bottom: 20px;
        width: 100%;
        height: 12px;
        position: absolute;
        left: 0%;
        text-align: center;
    }

    .pa_ban span {
        margin: 0 3px;
    }

    .an_dx {
        overflow: hidden;
        position: relative;
    }

}

@media only screen and (max-width: 650px) {
    .sy_ban .bgImg {
        position: inherit;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-slide .txtk {
        position: inherit;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding: 15px;
        z-index: 1;
        display: block;
        color: #666;
        /*text-align: left;*/
    }

    .sy_ban .swiper-slide .txtk h2 {
        display: block;
        font-size: 15px;
        color: #333;
        width: 100%;
        margin: 0 auto 10px auto;
        line-height: 120%;
    }

    .sy_ban .swiper-slide .txtk p {
        display: block;
        font-size: 13px;
        width: 100%;
        margin: 0 auto 15px auto;
        line-height: 20px;
    }

    .sy_ban a.cd_an_more1 {
        background-color: #f4f4f4;
    }

    .pa_ban {
        bottom: auto !important;
        width: 100%;
        height: 12px;
        position: inherit;
        left: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .pa_ban .swiper-pagination-bullet {
        border: solid 1px #0e6eb8;
        background-color: rgba(255, 255, 255, 0);
    }

    .pa_ban .swiper-pagination-bullet-active {
        background-color: #0e6eb8;
    }

    .pa_ban .swiper-pagination-bullet-active:before {
        border: solid 1px #0e6eb8;
    }

    .sy_ban i.i_logo{
        background: url("../images/ban_logo_lan.png") center no-repeat;
        background-size: auto 100%;
        height:40px;
        margin: 0 auto 20px auto;
    }

    .sy_ban .ban2_k{
        background:none;
        background-size: auto 100%;
        width:100%;
        height:auto;
        text-align: center;
        position:relative;
        margin: 0 auto;
    }
    .sy_ban .ban2_k h3{
        position:inherit;
        left:auto;
        top:auto;
        line-height:24px;
        font-size:15px;
        text-transform: uppercase;
    }
    .sy_ban .ban2_k h3:nth-of-type(1){
        top: auto;
        left: auto;
    }
    .sy_ban .ban2_k h3:nth-of-type(2){
        top:auto;
        right:auto;
        left:auto;
    }
    .sy_ban .ban2_k h3:nth-of-type(3){
        top:auto;
        right:auto;
        left:auto;
    }
}

@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;
    }

    .pa_ban .swiper-pagination-bullet {
        width: 12px;
        border: solid 1px #0e6eb8;
        height: 12px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0);
    }

    .pa_ban .swiper-pagination-bullet-active {
        background-color: #0e6eb8;
        position: relative;
    }

    .pa_ban .swiper-pagination-bullet-active:before {
        content: '';
        width: 18px;
        height: 18px;
        display: block;
        max-width: 18px;
        border: solid 1px #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -9px 0 0 -9px;
        /*right:-3px;*/
        /*bottom:-3px;*/
    }

    .pa_ban {
        bottom: 30px !important;
        width: 100%;
        height: 12px;
        position: absolute;
        left: 0%;
        text-align: center;
    }

    .pa_ban span {
        margin: 0 6px;
    }



    .an_dx {
        overflow: hidden;
        position: relative;
    }

    .an_dx b {
        display: block;
        position: relative;
        z-index: 1;
    }

    .an_dx:before {
        content: '';
        width: 0%;
        height: 100%;
        background-color: #0e6eb8;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .an_dx:hover:before {
        width: 100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }

    .an_dx:hover b {
        color: #fff;
    }

}

.sy{
    width:100%;
    padding:20px 0;
}
.sy_nav{
    width:100.4%;
    float:left;
    margin: 10px -0.2%;
}
.sy_nav a{
    width:24.6%;
    margin: 0.2%;
    background-color: #dfdddd;
    float:left;
    height:110px;
    padding:15px 20px;
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
}
.sy_nav p{
    font-size: 12px;
    filter:alpha(opacity=45); -moz-opacity:0.45; opacity:0.45;
}
.sy_nav a:hover{
    color:#fff;
    background-color: #0e6eb8;
}
.sy_nav a:hover p{
    filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}
.sy2{
    width:100%;
    padding:50px 0;
    background-color: #f8f8f8;
}
.sy_news .item{
    width:362px;
    float:left;
    margin-right:55px;
}
.sy_news .item:last-child{
    /*margin-right:0px;*/
}
.sy_bt1{
    width:100%;
    float:left;
    color:#0e6eb8;
    margin-bottom: 15px;
}
.sy_bt1 h3{
    line-height: 22px;
    height:22px;
}
.sy_bt1 .s1{
    /* padding-left:50px; */
    position:relative;
}
/* .sy_bt1 .s1:before{
    content: '';
    width:45px;
    height:45px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position:absolute;
    left:0px;
    top:-5px;
    display: n;
} */
.sy_bt1 .s1_1{
    text-transform: uppercase;
    font-size: 11px;
}
/* .i_hyzx:before{
    background-image: url("../images/tt_a1.jpg");
}
.i_lmfw:before{
    background-image: url("../images/tt_a3.jpg");
} */
/* .i_lmhy:before{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.995-.944v-.002.002zM7.022 13h7.956a.274.274 0 0 0 .014-.002l.008-.002c-.002-.264-.167-1.03-.76-1.72C13.688 10.629 12.718 10 11 10c-1.717 0-2.687.63-3.24 1.276-.593.69-.759 1.457-.76 1.72a1.05 1.05 0 0 0 .022.004zm7.973.056v-.002.002zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10c-1.668.02-2.615.64-3.16 1.276C1.163 11.97 1 12.739 1 13h3c0-1.045.323-2.086.92-3zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" fill="%230527af"/></svg>');
} */
/* .i_jrft:before,.sy_bt1 .i_jrft:before{ */
    /*top:-2px;*/
    /*height:40px;    */
    background-image: url("../images/tt_a2.jpg");
    /*background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z" fill="%230527af"/><path fill-rule="evenodd" d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z" fill="%230527af"/></svg>');*/
/* } */
/* .i_jqhd:before,.sy_bt1 .i_jqhd:before{ */
    /* top:0px;
    height:40px;
    background-image: url("../images/tt_a4.jpg"); */

    /*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="M7 13l5 3V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12l5-3zm-4 1.234l4-2.4 4 2.4V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10.234z" fill="%230527af"/><path d="M14 14l-1-.6V2a1 1 0 0 0-1-1H4.268A2 2 0 0 1 6 0h6a2 2 0 0 1 2 2v12z" fill="%230527af"/></svg>');*/
/* } */
.sy_n1{
    width:100%;
    float:left;
    margin-bottom:20px;
}
.sy_n1 li{
    width:100%;
    float:left;
    margin-bottom: 10px;
}
.sy_n1 .sj{
    display: block;
    color:#777;
    font-size:13px;
}
.sy_n1 a{
    display: block;
    width:100%;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.anq1{
    width:100%;
    float:left;
    text-align: center;
}
a.more{
    font-weight: bold;
}
a.more:hover:after{
    margin-left: 3px;
    margin-right: -3px;
}
a.more:after{
    content: '';
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width:14px;
    height:14px;
    vertical-align: middle;
    position:relative;
    top:-2px;
}
@media only screen and (max-width: 1200px) {

    .sy{
        padding:15px;
    }
    .sy_nav a{
        width:49.6%;
        height:90px;
        padding:10px 15px;
    }
    .sy_nav p{
        line-height: 15px;
        font-size: 11px;
    }
    .sy_nav h5{
        margin-bottom: 5px;
    }
    .sy_nav {
        margin-top: 0px;
    }
    .sy2{
        padding:15px;
    }
    .sy_news .item{
        width:100%;
        margin-right:0px;
        margin-bottom:20px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 20px;
    }

    .sy_bt1 h3{
        line-height: 20px;
        height:20px;
    }
    .sy_bt1 .s1{
        /* padding-left:38px; */
    }
    /* .sy_bt1 .s1:before{
        width:35px;
        height:35px;
        top:0px;
    } */
    .sy_n1 .sj {
        font-size: 12px;
    }
    .sy_n1 {
        margin-bottom: 10px;
    }
}
.sy3{
    width:100%;
    padding:50px 0;
}
.md50{

}
.sy_p1{
    width:100%;
    float:left;
    margin:-10px 0 60px 0%;
}
.sy_p1 li{
    width:25%;
    float:left;
    padding:1%;
    text-align: center;
}
.sy_p1 img{
    max-width: 80%;
}
.swiper-pic {
    width:100%;
    position:relative;
    float:left;
    padding-bottom:40px;
}
.swiper-pic .swiper-pic-container{
    width: 100%;
    float:left;
    overflow: hidden;
}
.swiper-pic .swiper-slide {
    width: 100%;
    position: relative;
    padding:0 1%;
}
.swiper-pic .imgk{
    max-width:100%;
    max-height:50px;
}

.pa_gd2 .swiper-pagination-bullet {
    width: 12px;
    border: solid 1px #0e6eb8;
    height: 12px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
}

.pa_gd2 .swiper-pagination-bullet-active {
    background-color: #0e6eb8;
    position: relative;
}

.pa_gd2 .swiper-pagination-bullet-active:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    max-width: 18px;
    border: solid 1px #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    /*right:-3px;*/
    /*bottom:-3px;*/
}

.pa_gd2 {
    bottom: 0px;
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0%;
    text-align: center;
}

.pa_gd2 span {
    margin: 0 6px;
}
@media only screen and (max-width: 1200px) {
    .sy3{
        padding:15px;
    }
    .md50{
        margin-bottom: 20px;
    }
    .sy_p1{
        margin:-5px 0 20px 0%;
    }
    .sy_p1 li{
        width:50%;
        padding:1.5%;
    }
    .sy_p1 img{
        max-width: 80%;
    }
    .swiper-pic {
        padding-bottom:20px;
    }
    .swiper-pic .swiper-slide {
        padding:0 1.5%;
    }

    .pa_gd2 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }




    .pa_gd2 {
        height: 8px;
    }

    .pa_gd2 span {
        margin: 0 4px;
    }
}
.foot{
    background-color: #f2f2f2;
    padding:30px 0;
    width:100%;
}
.foot .d1{
    float:left;
    background-size:auto 100%;
    width:320px;
    height:110px;
}
.foot .d2{
    float:left;
    
    font-size: 15px;
    line-height: 28px;
}
.foot .d4{
    float:left;
    width:330px;
    margin-left: 30px;
}
.foot .dropdown .btn{
  width:100%;
  max-width: 160px;
  background-color: #0e6eb8;
  border: 0;

}
.foot .dropdown .dropdown-menu{
  padding:10px;
  width:100%;
}
.foot .dropdown .dropdown-menu a{
    display: block;
    padding:5px;

}

.foot .d3{
    width:200px;
    float:right;
    text-align: center;
}
.foot .d3 img{
    max-width: 110px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
    .foot .d1{
        display:none;
    }
    .foot .d2{
        width:100%;
        font-size: 13px;
        line-height:22px;
        margin-bottom: 15px;
        text-align: center;
    }
    .foot .d3{
        width:100%;
    }
    .foot .d4{
        width:100%;
        margin-left:0px;
        margin-bottom: 15px;
        padding:0 15px;
    }
    .foot .dropdown .btn{
      max-width: 100%;
    
    }
    .foot .dropdown .dropdown-menu{
      font-size: 13px;
    }
  
}
.ny .sy_bt1{
    margin-bottom: 25px;
}
.ny .sy_bt1 .s1{
    padding-left:0px;
}
.ny .sy_bt1 .s1 h3{
    /*font-weight: bold;*/
}
.ny_n1{
    width:100%;
    float:left;
    margin-bottom: 35px;
}
.ny_n1 li{
    width:100%;
    float:left;
    margin-bottom:5px;
    line-height: 50px;
    height:50px;
    position:relative;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    padding-right:140px;
    padding-left:20px;
}
.ny_n1 a{
    display: block;
    width:100%;
    font-size: 16px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.ny_n1 .sj{
    position:absolute;
    right:20px;
    top:0px;
}
.ny_n1 li:nth-child(odd){
    background-color: #f2f2f2;
}
@media only screen and (max-width: 1200px) {
    .ny .sy_bt1{
        display: none;
    }
}
.ab_nr table{
    width:100%;
    min-width: 760px;
}
.ab_nr table + table{
    margin-top: 20px;
}
.ab_nr table td{
    border: solid 1px #ddd;
    padding: 0px 10px;
}
.ab_nr table tr:nth-child(even) td{
    background-color: #ecf5fc;
}
@media only screen and (max-width:1200px) {
    .ab_nr{
        width:100%;
        float:left;
        font-size:13px;
        line-height: 22px;
        overflow-x:auto;
    }
    .p1{
        width:102%;
        float:left;
        margin: 0 0 10px -1%;
    }
    .p1 li{
        width:31.3333%;
        float:left;
        margin: 1%;
    }
    .p1 a{
        width: 100%;
        display: block;
    }
    .p1 .imgk{
        width:100%;
    }

    .p1 p{
        width:100%;
        line-height: 40px;
        height:40px;
        text-align: center;
        font-size:13px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        background-color: #f4f4f4;
    }
    .p1 .imgk img{
        width:100%;
    }
    .p1 li:nth-child(3n+1){
        clear: both;
    }

    .dqwz{
        width:100%;
        float:left;
        border-bottom:solid 1px #ddd;
        padding-bottom: 8px;
        color:#999;
    }

    .sbt {
        width: 100%;
        float: left;
        font-size:16px;
        font-weight: bold;
        line-height: 25px;
        /*text-align: center;*/
        margin:20px 0 0px 0%;
        color: #0e6eb8;
    }

    .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;

    }
    .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;
    }
}
@media only screen and (max-width:768px) {
    .p1 li{
        width:48%;
    }
    .p1 li:nth-child(3n+1){
        clear:inherit;
    }
    .p1 li:nth-child(2n+1){
        clear: both;
    }
}
@media only screen and (max-width:550px) {
    .p1 li{
        width:98%;
    }

}
@media only screen and (min-width:1200px) {
    .ab_nr{
        width:100%;
        float:left;
        font-size:16px;
        line-height: 30px;
    }
    .p1{
        width:102%;
        float:left;
        margin: 0 0 40px -1%;
    }
    .p1 li{
        width:23%;
        float:left;
        margin: 1%;
    }
    .p1 a{
        width: 100%;
        display: block;
    }
    .p1 .imgk{
        width:100%;
        height:224px;
    }

    .p1 p{
        width:100%;
        line-height: 60px;
        height:60px;
        text-align: center;
        font-size:16px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        background-color: #f4f4f4;
    }
    .p1 .imgk img{
        width:100%;
        min-height: 224px;
    }

    .dqwz{
        width:100%;
        float:left;
        border-bottom:solid 1px #ddd;
        padding-bottom: 10px;
        color: #999999;
        /*margin-top: -20px;*/
    }

    .sbt {
        width: 100%;
        float: left;
        font-size: 24px;
        line-height: 35px;
        text-align: left;
        margin:40px 0 0px 0%;
        color: #0e6eb8;
    }

    .ssj {
        width: 100%;
        float: left;
        color: #999999;
        line-height:40px;
        text-align: left;
        margin:0 0% 10px 0%;
    }

    .ssj .s1 {
        padding-right: 15px;
    }

    .snr {
        width: 100%;
        padding:0 0%;
        float: left;
        font-size: 14px;
        line-height: 30px;
        /*text-align: justify;*/
        min-height: 200px;
        margin-bottom: 50px;

    }

    .sgd {
        width: 100%;
        float: left;
        color: #666666;
        border-top: solid 1px #ddd;
        padding-top:20px;
    }

    .sgd .s1 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .sgd .s2 {
        float: left;
        width: 100%;
    }

}
.hzqy_lb{
    width:102%;
    float:left;
    margin: -10px 0 0 -1%;
}
.hzqy_lb li{
    width:33.3333%;
    float:left;
    text-align: center;
    padding:1%;
}
.hzqy_lb a{
    display: block;
    width:100%;
    height:80px;
    border: solid 1px #ddd;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    overflow: hidden;

}
.hzqy_lb a img{
    max-width:94%;
    max-height:65px;
}
.hzqy_lb a:hover{
    border-color: #0e6eb8;
}
.md30{
    margin-bottom: 30px;
}
.md40{
    margin-bottom: 40px;
}
.dt{
    width:100%;
    float:left;
    height:400px;
}
@media only screen and (max-width: 1200px) {
    .hzqy_lb a{
        height:60px;
    }
    .hzqy_lb a img{
        max-width:90%;
        max-height:45px;
    }
    .md30{
        margin-bottom: 20px;
    }
    .md40{
        margin-bottom: 20px;
    }
    .dt{
        height:240px;
    }
}
.p-3 button{
    width:100%!important;
    background-color: #0e6eb8!important;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1200px) {

}

.main .snr p {    
    margin: 0px;
    padding: 0px;
    color: rgb(51, 51, 51);
    font-family: "Microsoft YaHei";
    white-space: normal;
    text-align: justify;
    line-height: 2em;
    text-indent: 2rem;
}

.sy_gg1.g_a.pc {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.sy_gg1 .d1 {
    float: left;
    width: 725px;
    height: 112px;
}

.sy_gg1 .d2 {
    float: right;
    width: 435px;
    min-height: 112px;
}

.sy_gg1 .d1 img {    
    width: 100%;
}

.sy_gg1 .d2 img {
    width: 100%;
    height: 90px;
}

.lb1 li {
    width: 150px;
    float: left;
    height: 250px;
    text-align: center;
    line-height: 20px;
    margin: 0px 10px 0px 10px;
}

.lb1 li b {
    display: block;
    font-size: 18px;
    line-height: normal;
    padding-top: 10px;
}

.lb1 li p {    
    padding-top: 5px;
    color: #898989;
    font-size:10px;
}

.biaodan.sy_bt1 {
    padding-top: 50px;
}

