@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #505050;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color: #333333
}

A:hover {
    COLOR: #0266b5
}

BODY {
    margin: 0px;
    padding: 0;
    font-family:Arial, "微软雅黑";
    background: #ffffff;
    color: #333333;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p ,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: Arial,"微软雅黑";
    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;
    }

    #my-video2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 1200px) {
    .mob {
        display: none;
    }

    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
        min-width: 1300px;
    }

}

@media only screen and (max-width: 1200px) {
    #nav_top {
        width: 100%;

    }
    .top {
        width: 100%;
        background-color: #0266b5;
        color: #fff;
        position: fixed;
        z-index: 20;
        left: 0px;
        top: 0px;
        height: 55px;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    .logo {
        background: url(../images/logo_new.png) left center no-repeat;
        background-size: auto 85%;
        width: 220px;
        height: 30px;
        position: absolute;
        left: 10px;
        top: 12px;
    }

    .logo a {
        position: absolute;
        height: 30px;
        width: 60px;
        left: 0;
        top: 0px;
    }


    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px rgba(255, 255, 255, .2);
    }

    .menu a.dbt {
        font-size: 14px;
        font-weight: bold;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 8px 0px;
        text-align: left;
        padding-left: 3%;
        color: #fff;
    }

    .menu a {
        font-size: 13px;
    }

    .menu .txtk {
        width: 100%;
        float: left;
    }

    .menu .txtk .imgk {
        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%;
    }

    .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='%23ffffff'/></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='%23ffffff'/><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='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, .5);
        display: none;
        background: #0266b5;
        position: fixed;
        left: 100%;
        top: 55px;
        height: calc(100vh - 55px);
        height: -moz-calc(100vh - 55px);
        height: -webkit-calc(100vh - 55px);
        overflow-y: auto;
        z-index: 20;
    }

   .top_nav{
       width:100%;
       float:left;
       text-align: center;
       padding:10px 0;
       color: #fff;
   }
    .top_nav a {
        color: #fff;
        margin: 0 18px;
        font-size: 14px;
        vertical-align:middle;
        display: inline-block;
    }
    .top_nav a.cd_u{
        display: inline-block;
        background-image: url("../images/t_user.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        width:14px;
        height:16px;
        vertical-align:middle;
    }
    .top_nav a.cd_out{
        display: inline-block;
        background-image: url("../images/t_out.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        width:16px;
        height:16px;
        vertical-align:middle;
    }
    .ss {
        float: left;
        height: 35px;
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 5px;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 35px;
        right: 0px;
        top: 0px;
        width: 100%;
    }

    .ss .form-control {
        width: 100%;
        height: 35px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, .2);
        color: #ffffff;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 35px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) center center no-repeat;
        background-size: auto 50%;
    }

    .top_r {
        width: 100%;
        float: left;
        /*margin-top: 55px;*/
    }

    .top_yy {
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        line-height: 30px;
        margin: 10px 0;
    }

    .top_yy a {
        color: #fff;
        margin: 0 15px;
    }

    .cd_user{
        font-size: 13px!important;
    }
    .cd_user .imgk{
        height:30px;
        width:30px;
        display: inline-block;
        vertical-align: middle;
        margin-right:8px;
        overflow: hidden;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
        position:relative;
        /*top:-2px;*/
    }

}

@media only screen and (min-width: 1200px) {
    #navk {
        height: 60px;
        width: 100%;
        z-index: 30;
        border-bottom: solid 1px rgba(255,255,255,.6);
        border-top: solid 1px rgba(255,255,255,.6);
    }


    #navk .main {
        height: 60px;
        position: relative;
    }

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        color: #fff;
    }

    .top .main {
        height: 130px;
        position: relative;
    }

    .top_jg {
        display: none;
    }

    .logo {
        background: url(../images/logo_new.png) left center no-repeat;
        background-size: auto 100%;
        width: 483px;
        height: 57px;
        position: absolute;
        left:0px;
        top:50%;
        margin-top: -28.5px;
    }

    .menu {
        position: relative;
        height: 60px;
        width: 100%;
    }

    .menu li {
        height: 60px;
        float: left;
        width: 14.2587%;
    }

    .menu a.dbt {
        font-size: 18px;
        width: 100%;
        display: block;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        -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 a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        border-bottom: solid 3px #2c5ba2;
    }

    .menu dl{
        width:100%;
        background-color:rgba(255,255,255,.9);
        position: absolute;
        left: 0%;
        top:57px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
        z-index: 30;
        box-shadow:0 6px 8px rgba(0,0,0,.2);
        text-align: center;
        font-size: 16px;
        border-bottom: solid 5px #0266b5;
        border-top: solid 3px #0266b5;
        padding:20px 0 20px 90px;
    }

    .menu li:hover dl {
        display: block;
    }

    .menu dd {
        width:25%;
        float:left;
        margin: 15px 0;
    }

    .menu dd a {
        display: block;
        width: 100%;
        line-height:24px;
        color:#0266b5;
        text-align: left;
    }
    .menu dd a:hover{
        text-decoration: underline;
    }

    .top_r {
        position: absolute;
        height: 40px;
        line-height: 40px;
        display: block;
        top: -85px;
        right: 0px;
    }

    .ss {
        position: relative;
        float: left;
        height: 40px;
        width: 200px;
    }

    .ss .txtk {
        position: relative;
        overflow: hidden;
        height: 40px;
        right: 0px;
        top: 0px;
        width:100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        border: solid 1px rgba(255, 255, 255, 1);
        -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
    }

    .ss .form-control {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: 0;
        padding: 0 0 0 20px;
        background: rgba(255, 255, 255, 0);
        color: #ffffff;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 40px;
        border: 0;
        right: 15px;
        top: -1px;
        background: url(../images/t_ss.png) center center no-repeat;
        -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;
    }
    .ss .an_ss:hover{
        right:12px;
    }
    .top_nav {
        float: left;
        color: #fff;
        line-height: 40px;
        font-size: 18px;
        margin-left: 5px;
    }

    .top_nav a {
        color: #fff;
        margin: 0 18px;
        font-size: 22px;
        vertical-align:middle;
    }
    .top_nav a.cd_u{
        display: inline-block;
        background-image: url("../images/t_user.png");
        background-repeat: no-repeat;
        width:21px;
        height:23px;
        vertical-align:middle;
    }
    .top_nav a.cd_out{
        display: inline-block;
        background-image: url("../images/t_out.png");
        background-repeat: no-repeat;
        width:21px;
        height:23px;
        vertical-align:middle;
    }
    .top_nav a.cd_u:hover,.top_nav a.cd_out:hover{
        margin-top: -3px;
    }
    .top_nav a:hover{
        color:#94e3f4;
    }
    .cd_user{
        font-size: 16px!important;
    }
    .cd_user .imgk{
         height:36px;
        width:36px;
        display: inline-block;
        vertical-align: middle;
        margin-right:8px;
        overflow: hidden;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
        position:relative;
        top:-2px;
    }
}


.ss .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.ss .form-control:-ms-input-placeholder {
    color: #fff
}

.ss .form-control::-webkit-input-placeholder {
    color: #fff
}

.foot {
    width: 100%;
    background-image: url("../images/foot_bj.jpg");
    color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.foot a, .foot2 a {
    color: #fff;
}

.foot a:hover, .foot2 a:hover {
    text-decoration: underline;
}

.foot {
    padding: 10px 0px;
}

/*.fx a.cd_qq {*/
    /*background-image: url("../images/fx3.png");*/
/*}*/

/*.fx a.cd_wx {*/
    /*background-image: url("../images/fx1.png");*/
/*}*/

/*.fx a.cd_wb {*/
    /*background-image: url("../images/fx2.png");*/
/*}*/
@media only screen and (max-width: 1200px) {
    .foot {
        padding: 15px;
        text-align: center;
    }
    .fx a {
        margin: 0 5px;
        float: none;
        display: inline-block;
    }

}


.ban {
    width: 100%;
}

.ban img {
    width: 100%;
    display: block;
}

@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-slide .bt {
        position: absolute;
        left: 0%;
        bottom: 0px;
        padding: 10px 15px;
        width: 100%;
        text-align: center;
        height: 100%;
        font-size:24px;
        line-height: 150%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        color: #fff;
        text-shadow: 5px 6px 5px rgba(0, 0, 0, .8);
    }

    .sy_ban .swiper-slide .bt a {
        color: #fff;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, .5);
        width: 10px;
        height: 10px;
        opacity: 1;
        font-size: 0;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: rgba(255, 255, 255, 1);
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}

@media only screen and (max-width: 550px) {
    .sy_ban .swiper-slide .bt {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .sy_ban .swiper-slide {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        /*max-width: 1920px;*/
        /*position:relative;*/
        /*left:50%;*/
        /*margin-left: -960px;*/
        display: block;
    }
    .sy_ban .imgk{
        width:100%;
        position:relative;
    }
    .sy_ban .imgk:before{
        content: '';
        width:100%;
        height:100%;
        background-image: url("../images/img_yy.png");
        background-size:100% 100%;
        background-repeat: no-repeat;
        position:absolute;
        left:0;
        top:0;
        z-index:6;
    }
    .sy_ban .swiper-slide .bt {
        display: block;
        line-height: 140%;
        /*text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;*/
        width: 820px;
        color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        bottom: 48px;
        font-size: 30px;
        text-shadow: 5px 6px 5px rgba(0, 0, 0, .8);
        z-index: 10;
        padding-left: 30px;
    }

    .sy_ban .swiper-slide .bt a {
        color: #fff;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0);
        width: auto;
        height: 22px;
        line-height: 22px;
        opacity: 1;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        font-size: 18px;
        color: #fff;
        font-family: Arial;
    }

    .sy_ban .swiper-pagination-bullet-active {
        font-size: 24px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 48px;
        height: 22px;
        width: auto;
        font-size: 0;
        position: absolute;
        right: 50%;
        left: auto;
        margin-right: -600px;
        text-align: right;
        padding-right: 20px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets:after {
        content: '';
        width: 80px;
        height: 1px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: -6px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
}

@media only screen and (min-width: 1200px) {

    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@media only screen and (max-width: 1200px) {
    .pc {
        display: none;
    }

    .lm1k {
        width: 100%;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-top: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #fff;
    }

    .lm1 li a:hover {
        background: #0266b5;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        color: #0266b5;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        padding:0px 35px;
    }

    .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='%230266b5'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }

    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }

}

@media only screen and (min-width: 1200px) {
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
        background-color: #ffffff;
        position: relative;
    }

    .lm1 {
        width:100%;
        position: relative;
        line-height: 50px;
        margin: 0px auto;

    }

    .lm1 li {
        float: left;
        height: 50px;
        margin-right:1px;
    }
    .lm1 li:last-child{
        margin-right: 0;
    }
    .lm1 li a {
        display: block;
        height: 50px;
        font-size: 16px;
        padding:0 25px;
        position: relative;
    }

    .lm1 li a.on, .lm1 li a:hover {
        color: #fff;
        background-color: #0266b5;
    }
}
.y50{
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
}
.y10{
    -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}
.y5{
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.y3{
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
}
.zt_3d{
    color:#333;
}
.zt_6d{
    color:#666;
}
.zt_9d{
    color:#999;
}

@media only screen and (max-width: 1200px) {
    .md50{
        margin-bottom: 20px;
    }
    .md70{
        margin-bottom: 20px;
    }
    .md60{
        margin-bottom: 20px;
    }
    .md10{
        margin-bottom: 10px;
    }
    .md15{
        margin-bottom:10px;
    }
    .md20{
        margin-bottom: 15px;
    }
    .md25{
        margin-bottom: 15px;
    }
    .md30{
        margin-bottom: 20px;
    }
    .md35{
        margin-bottom: 20px;
    }
    .md40{
        margin-bottom: 20px;
    }
}
.md5{
    margin-bottom:5px;
}
@media only screen and (min-width: 1200px) {
    .md50{
        margin-bottom: 50px;
    }
    .md60{
        margin-bottom: 60px;
    }
    .md70{
        margin-bottom: 70px;
    }
    .md10{
        margin-bottom: 10px;
    }
    .md15{
        margin-bottom:15px;
    }
    .md20{
        margin-bottom: 20px;
    }
    .md25{
        margin-bottom: 25px;
    }
    .md30{
        margin-bottom: 30px;
    }
    .md35{
        margin-bottom: 35px;
    }
    .md40{
        margin-bottom: 40px;
    }
    .img_d {
        overflow: hidden;
    }

    .img_d img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .img_d:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    .xd{
        position:relative;
    }
    .xd:after{
        content: '';
        width:0%;
        height:2px;
        background-color: #08256b;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        position:absolute;
        left:0px;
        bottom: 0px;
    }
    .xd:hover:after{
        width:100%;
    }
}
.zt_lan,a.cd_6d:hover{
    color:#133170;
}
a.cd_6d{
    color:#666;
}

.mh{
    width:100%;
    float:left;
}
.imgk{
    width:100%;
}
.imgk img{
    width:100%;
}
.txtk{
    width:100%;
}
.em1{
    padding:0 0.5em;
}
.fy1 a{
    background-color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 102%;
        float: left;
        margin-left: -1%;
    }

    .fy1 a {
        float: left;
        display: none;
        border: solid 1px #dddddd;
        padding: 0px 10px;
        margin-left: 3px;
        font-size: 14px;
    }

    .fy1 a.cd_sx {
        display: block;
        width: 48%;
        margin: 0px 1%;
        text-align: center;
        padding: 8px 0px;
    }
    .fy1 .form-control{
        display: none;
    }
}

.fy1{
    font-size: 0;
}
.fy1 .form-control{
    display: inline-block;
    width:auto;
    margin: 0px 4px;
}
@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 38px;
        text-align: center;
    }

    .fy1 a {
        display: inline-block;
        border: solid 1px #dddddd;
        padding: 0px 15px;
        margin: 0px 4px;

    }


}

.fy1 a:hover,
.fy1 a.on {
    background: #0266b5;
    color: #ffffff;
    border: solid 1px #0266b5;
}
.ny_ban{
    width: 100%;
    height:440px;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 1200px){
   .ny_ban{
       height:120px;
   }
}
.ab_nr a{
    color:#0266b5;
    text-decoration: underline;
}
.ab_nr a:hover{
    text-decoration: none;
}
.ab_nr td{
    padding:10px;
    border: solid 1px #dddddd;
}
.ab_nr li{
     position:relative;
     padding-left:18px;
}
.ab_nr li:before{
    content: '';
    width:7px;
    height:7px;
    background-color: #333;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    position:absolute;
    left:0;
    top:50%;
    margin-top: -3.5px;
}
.ab_nr p{
    margin-bottom: 30px;
}
.ab_nr{
    font-size: 16px;
    line-height: 30px;
}
@media only screen and (max-width: 1200px){
    .ab_nr li:before{
        width:6px;
        height:6px;
        margin-top: -3px;
    }
    .ab_nr{
        overflow-x: auto;
        font-size: 13px;
        line-height: 1.55;
    }
    .ab_nr p{
        margin-bottom:15px;
    }
}
.dt img,.dt label{
    max-width: inherit;
}
.bj_b{
    background-color:#f5f5f5;
}
.ta_k{
    overflow-x: auto;
}
.ta1{
    width:100%;
    min-width: 1100px;
}
.ta1 td{
    padding:15px 10px;
    text-align: center;
}
.ta1 tbody tr:nth-child(even) td{
    background-color: #f5f5f5;
}
.ta1 thead td{
    background-color: #0266b5;
    color:#fff;
    font-size: 20px;
}
@media only screen and (max-width: 1200px){
    .ta1 td{
        padding:12px 8px;
    }
    .ta1 thead td{
        font-size: 14px;
    }
}
