@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: #b6001f
}

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-image: url("../images/top_bj.jpg");*/
        /*background-position: right center;*/
        /*background-repeat: no-repeat;*/
        background-color: #ae0000;
        /*background-size: 60% 100%;*/
        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/hylogo.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: #b2141a;
        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;
    }


    .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;
    }

}

@media only screen and (min-width: 1200px) {
    #navk {
        height: 60px;
        width: 100%;
        z-index: 30;
        background-color: #760209;
    }


    #navk .main {
        height: 60px;
        position: relative;
    }

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        background-image: url("../images/top_bj.jpg");
        background-position: right center;
        background-repeat: no-repeat;
        background-color: #ae0000;
        color: #fff;
    }

    .top .main {
        height: 114px;
        position: relative;
    }

    .top_jg {
        display: none;
    }

    .logo {
        background: url(../images/hylogo.png) left center no-repeat;
        background-size: auto 100%;
        width: 384px;
        height: 60px;
        position: absolute;
        left: 0px;
        top: 25px;
    }

    .menu {
        position: relative;
        height: 60px;
        width: 100%;
    }

    .menu li {
        height: 60px;
        float: left;
        width: 11.1111%;
        position: relative;
        border-right: solid 1px #760209;
    }

    .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 {
        background-color: #ffffff;
        color: #ae0000;
    }

    .menu dl{
        width:100%;
        background-color:rgba(255,255,255,1);
        position: absolute;
        left: 0%;
        top:60px;
        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;
    }

    .menu li:hover dl {
        display: block;
    }

    .menu dd {
        width:100%;
    }

    .menu dd a {
        display: block;
        width: 100%;
        line-height:24px;
        padding:8px 5px;
        color:#333;
    }
    .menu dd a:hover{
        background-color: rgba(118,2,9,.8);
        color:#fff;
    }

    .top_r {
        position: absolute;
        height: 40px;
        line-height: 40px;
        display: block;
        top: -76px;
        right: 0px;
    }

    .ss {
        position: relative;
        float: left;
        height: 40px;
        width: 40px;
        background: url("../images/t_ss.png") center center no-repeat;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 40px;
        right: 0px;
        top: 0px;
        width: 0%;
        -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, 0);
    }

    .ss:hover {
        background: none;
    }

    .ss:hover .txtk {
        width: 280px;
        border-color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;

    }

    .ss .form-control {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, 0);
        color: #ffffff;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 40px;
        border: 0;
        right: -1px;
        top: -1px;
        background: url(../images/t_ss.png) center center no-repeat;
    }

    .top_nav {
        float: left;
        color: #fff;
    }

    .top_nav a {
        color: #fff;
        margin: 0 15px;
    }

}


.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: 50px 0px;
}

.foot .f0 {
    width: 240px;
    float: left;
    margin-right:45px;
}

.foot .f0 a {
    display: block;
    width: 100%;
    line-height: 48px;
    font-size: 18px;
    text-align: left;
    padding-left:20px;
    margin-bottom: 10px;
    background-color: #d3352f;
    text-decoration: none;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.foot .f0 a.a2{
    background-color: #e88e1a;
}
.foot .f0 a:last-child{
    margin-bottom: 0;
}
.foot .f0 a:hover{
    box-shadow:0 2px 15px rgba(0,0,0,.4);
}
.foot .f0 a:before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width:42px;
    height:42px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    position:relative;
    top:-1px;
}
.foot .f0 a.a1:before{
    background-image: url("../images/new_foot_tb1.png");
}
.foot .f0 a.a2:before{
    background-image: url("../images/c2.png");
}
.foot .f0 a.a3{
    background-color: #f07a3a;
}
.foot .f0 a.a3:before{
    background-image: url("../images/lg/t_lg.png");
}
.foot .f0 a:last-child {
    margin-bottom: 0;
}

.foot .f1 {
    width: 300px;
    float: left;
    font-size:16px;
    line-height: 30px;
}

.d_logo {
    width: 100%;
    background-image: url("../images/logo_foot.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 41px;
    margin-top: 20px;
}

.cd_f {
    width: 100%;
    margin: 0 0 10px -10px;
}

.cd_f a {
    padding: 0 10px;
}

.foot .fx {
    width:100%;
    height:24px;
}

.fx a {
    float: left;
    width:24px;
    height: 24px;
    margin: 0 7px;
    background-position: center center;
    background-repeat: no-repeat;
}

.fx a:hover {
    margin-top: -3px;
}

.foot .f2 {
    float: right;
    width:120px;
}

.ewm {
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;
}

.ewm img {
    width:95px;
    margin-bottom: 10px;
}

.foot2 {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #333333;
    padding: 10px;
}

.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");
}
.link{
    /*width:460px;*/
    width: 745px;
    min-height: 160px;
    float:left;
    background-color: #4a4a4a;
    border:dashed 1px #838282;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    padding:10px 20px;
}
.link a{
    font-size: 16px;
    line-height: 35px;
    /*width:48%;*/
    width:31.33%;
    margin: 0 1%;
    float:left;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
.link a:hover{
    color:#d3352f;
    text-decoration: none;
}
.link a:before{
    content: '';
    width:0;
    height:1px;
    display: inline-block;
    background-color: #d3352f;
    vertical-align: middle;
    position:relative;
    top:-2px;
}
.link a:hover:before{
    width:15px;
    margin-right: 5px;
}
@media only screen and (max-width: 1200px) {
    .link{
        width:100%;
        min-height:auto;
        padding:10px 15px;
        margin-bottom: 15px;
    }
    .link a{
        font-size: 13px;
        line-height: 25px;
        /*width:48%;*/
        width:31.33%;
        margin: 0 1%;
    }

    .link a:before{
       display: none;
    }
    .foot {
        padding: 15px;
        text-align: center;
    }

    .foot .f1 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 22px;
    }

    .d_logo {
        display: none;
    }

    .cd_f {
        font-size: 13px;
        width: 100%;
        margin-bottom: 10px;
    }

    .cd_f a {
        padding: 0 5px;
    }

    .foot .fx {
        width: 100%;
        margin-top: 0;
    }

    .fx a {
        margin: 0 5px;
        float: none;
        display: inline-block;
    }

    .ewm {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .ewm img {
        max-width: 80px;
    }
    .foot .f2{
        width:100%;
        margin-top: 5px;
    }
    .foot .f0 {
        width:100%;
        margin-bottom: 15px;
    }
    .foot .f0 a{
        margin: 0 auto 10px auto;
        max-width: 240px;
        line-height: 45px;
        font-size: 14px;
    }
    .foot .f0 a:before{
        width:25px;
        height:25px;
        background-size: auto 80%;
        margin-right: 10px;
    }
    .foot .f0 a.a2:before{
        background-size: auto 100%;
    }
}


.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: 18px;
        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 .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: 42px;
        font-size: 24px;
        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: 47px;
        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: 50px;
        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: 1890px) {
    .sy_ban .swiper-slide img {
        /*width:100%;*/
        /*max-width: 100%;*/
        /*left:0%;*/
        /*margin-left:0px;*/
    }
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) {

    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@media only screen and (max-width: 1200px) {
    .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: #b2141a;
        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: #b2141a;
    }

    .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='%23b2141a'/></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:50px;
    }

    .lm1 li a {
        display: block;
        height: 50px;
        font-size: 16px;
        position: relative;
    }

    .lm1 li a.on, .lm1 li a:hover {
        color: #ae0000;
        border-bottom: solid 3px #ae0000;
    }
}
.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;
    }
    .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;
    }
    .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: #b6001f;
    color: #ffffff;
    border: solid 1px #b6001f;
}
.ny_ban{
    width: 100%;
    height:240px;
    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 td{
    padding:10px;
    border: solid 1px #ccc;
}
.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;
}
@media only screen and (max-width: 1200px){
    .ab_nr li:before{
        width:6px;
        height:6px;
        margin-top: -3px;
    }
}