@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: #01bb7a
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Arial, "微软雅黑" ,Verdana;
    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, i {
    font-weight: normal;
    font-style: normal;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

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

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

    body {
        font-size: 12px;
        line-height:1.5;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1260px) {
    .main {
        width: 14rem;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 1.25;
    }
}
@media only screen and (min-width: 1260px) and (max-width: 1480px)and (max-width: 1480px) {
    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 1.25;
    }

}
@media only screen and (min-width: 1480px) {
    .main {
        width: 1400px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 1.25;
    }

}

@media only screen and (min-width: 1570px) {
    .main {
        /* width: 1366px; */
    }
}
@media only screen and (max-width: 800px) {
    #nav_top{
        width: 100%;
        background: #f9fafc;
        position: fixed;
        z-index: 20;
        left: 0px;
        top: 0px;
        height: 60px;
    }
    .top{
        width:100%;
    }
    .top .main {
        height: 60px;
        position: relative;
    }

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

    a.logo {
        background: url("../images/logo3.png") no-repeat;
        background-size: auto 90%;
        width: 150px;
        height: 50px;
        position: absolute;
        left: 10px;
        top: 7px;
    }

    .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: 15px;
        font-weight: bold;
    }

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

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

    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 50%;
        float: left;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
    }

    .menu li a:hover {
    }

    .menu2 {
        width: 32px;
        height: 20px;
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 22;
    }

    .menu2 a {
        background: url(../images/d2_1_04.png) no-repeat;
        outline: none;
        display: block;
        background-size: 100% 100%;
        width: 32px;
        height: 20px;
        line-height: 20px;
    }

    .menu2 a.on {
        width: 20px;
        height: 20px;
        background: url(../images/d2_2_04.png) no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, .5);
        display: none;
        /* background: #01bb7a; */
        background: #f5f5f5;
        position: fixed;
        left: 100%;
        top: 0px;
        height: 100%;
        overflow-y: auto;
    }


    .ss {
        float:left;
        height: 35px;
        width: 100%;
        display: block;
        position:relative;
    }

    .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(0, 0, 0, .3);
        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/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;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* text-align: center; */
        color:#fff;
        line-height: 30px;
        margin: 10px 0;
    }
    .top_r .login {
        display: none;
    }
    .top_yy a{
        /* color:#fff; */
        margin: 0 15px;
    }
    .top_yy a i {
        display: inline-block;
        margin-right: 5px;
    }
    .top_yy .login2 a{
        font-size: 15px;
        font-weight: 600;
    }

}
@media only screen and (min-width: 800px) and (max-width: 1260px) {
    #nav_top{
    }
    #nav_top.on{
        height:.8rem;
    }

    #navk {
        height:0px;
        width:100%;
        background-color: #fff;
        z-index: 30;
    }
    #navk a.logo{
        display: none;
    }
    #navk.on{
        background-color: #1b4783;

    }
    #nav_top.on .top_main{
        display: none;
    }

    #navk .main{
        height:80px;
        position:relative;
    }
    #navk.on .main{
        padding-left:.95rem;
    }
    #navk.on .menu li{
        margin-right: .29rem;
    }
    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        /* background-color: #192f59; */

    }

    .top_main {
        position: relative;
        height: 1.4rem;
    }

    .top_jg {
        display: none;
    }

    a.logo {
        background: url("../images/new/logo.png") left center no-repeat;
        background-size: auto auto;
        width: 2.95rem;
        height: .76rem;
        position: absolute;
        margin-top: .64rem;
        left: 0px;
        top: 0px;
    }

    #navk.on a.logo{
        height:.8rem;
        width:.55rem;
        background-size: auto 60%;
        display: block;
    }
    .menu {
        /* position: relative; */
        height: .8rem;
        width:100%;
    }

    .menu li {
        height: .8rem;
        float: left;
        margin-right: .94rem;
        position: relative;
    }
    .menu li:nth-child(1) {
        position: initial;
    }

    .menu li:last-child{
        margin-right: 0px!important;
        float: right;
    }

    #navk.on a.dbt{
        color:#fff;
    }
    .menu a.dbt {
        font-size: .2rem;
        width: 100%;
        display: block;
        height: .8rem;
        line-height: .8rem;
        text-align: center;
        color: #333;
    }

    .menu a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        color:#be1d21;
        /* border-bottom: solid 4px #cc0000; */
    }

    .menu dl {
        width:2rem;
        font-size: .14rem;
        display: none;
        border-top: .02rem solid #01bb7a;
        padding: .1rem 0;
        padding-top: 0;
        text-align: center;
        background: #ffffff;
        position: absolute;
        left: 50%;
        margin-left: -1rem;
        top: .85rem;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
        z-index: 30;
        box-shadow:0 6px 8px rgba(0,0,0,.2);
        /* display: none; */
        padding-bottom: 0;

    }

    /* .menu li:nth-child(9) dl{
        width:250px;
        margin-left: -125px;
    }
    .menu li:nth-child(12) dl{
        width:200px;
        margin-left: -100px;
    } */

    .menu li:first-child dl{
        /*left: -145px;*/
        display: none !important;
    }
    .menu li:last-child dl{
        /*left: -145px;*/
    }
    /* end */


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

    .menu dd a {
        display: block;
        width: 100%;
        padding:.05rem;
        /*padding: 5px 0px 5px 10px;*/
        line-height: .22rem;
    }
    .menu dd:last-child{
        /* margin-bottom: 10px; */
    }

    .menu dd a:hover {
        background: #e3e3e3;
    }

    .top_r{
        /* position:absolute; */
        height: .8rem;
        line-height: 1rem;
        display: block;
        float: right;
        margin-top: .38rem;
        margin-left: .50rem;
        /* top: -75px; */
        /* right:0px; */
    }
    .ss {
        position:relative;
        float:left;
        height: .42rem;
        width: 2.16rem;
        /* background: url("../images/new/ss.png") 95% center  no-repeat; */
        border-bottom: 1px solid #e5aeb1;
    }

    .ss .txtk {
        /* position: absolute; */
        /* overflow: hidden; */
        height: .42rem;
        right: 0px;
        top: 0px;
        width: 2.16rem;
        /* -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; */
        /* transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; */
    }
    .ss:hover .txtk{
        /* width:240px; */

    }
    .ss .form-control {
        width: 100%;
        height: .42rem;
        border: 0;
        padding: 0 0 0 .12rem;
        background: rgba(0, 0, 0, 0);
        color: #333;
        /* box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); */
        font-size: .15rem;
    }

    .ss .an_ss {
        position: absolute;
        width: .24rem;
        height: .24rem;
        border: 0;
        right: .1rem;
        top: .09rem;
        background: url("../images/new/ss.png") center center  no-repeat;
    }
    .top_yy{
        float:left;
        color:#fff;
    }
    .top_yy .login2 {
        display: none;
    }
    .top_yy a{
        color:#fff;
        /*margin: 0 15px;*/
        margin: 0 .1rem;
    }
    .top2 {
        float: right;
    }
    .top_r .ja {
        margin: 0;
        margin-left: .19rem;
        display: inline-block;
        font-size: .16rem;
        width: 1.5rem;
        height: .42rem;
        text-align: center;
        line-height: .42rem;
        border-radius: .21rem;
        border: 1px solid #bf2124;
        color: #bf2124;
        box-sizing: border-box;
        /* background-color: #bf2124; */
    }
    .top_r .ja:hover {
        margin: 0;
        margin-left: .19rem;
        display: inline-block;
        font-size: .16rem;
        width: 1.5rem;
        height: .42rem;
        text-align: center;
        line-height: .42rem;
        border-radius: .21rem;
        border: 1px solid #bf2124;
        background-color: #bf2124 !important;
        color: #fff;
    }
    .top_r .en1 {
        box-sizing: border-box;
        margin: 0;
        margin-left: .3rem;
        display: inline-block;
        line-height: .4rem;
        font-size: .16rem;
        text-align: center;
        border-radius: 50%;
        color: #bf2124;
        font-weight: 400;
    }
    .top_r .en1:hover {
        color: #fff;
        background-color: #bf2124;
    }
}
@media only screen and (min-width: 1260px) and (max-width: 1480px)and (max-width: 1480px) {
    #nav_top{
    }
    #nav_top.on{
        height:80px;
    }

    #navk {
        height:0px;
        width:100%;
        background-color: #fff;
        z-index: 30;
    }
    #navk a.logo{
        display: none;
    }
    #navk.on{
        background-color: #1b4783;

    }
    #nav_top.on .top_main{
        display: none;
    }

    #navk .main{
        height:80px;
        position:relative;
    }
    #navk.on .main{
        padding-left:95px;
    }
    #navk.on .menu li{
        margin-right: 29px;
    }
    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        /* background-color: #192f59; */

    }

    .top_main {
        position: relative;
        height: 140px;
    }

    .top_jg {
        display: none;
    }

    a.logo {
        background: url("../images/new/logo.png") left center no-repeat;
        background-size: auto auto;
        width: 295px;
        height: 76px;
        position: absolute;
        margin-top: 64px;
        left: 0px;
        top: 0px;
    }

    #navk.on a.logo{
        height:80px;
        width:55px;
        background-size: auto 60%;
        display: block;
    }
    .menu {
        /* position: relative; */
        height: 80px;
        width:100%;
    }

    .menu li {
        height: 80px;
        float: left;
        margin-right:94px;
        position: relative;
    }
    .menu li:nth-child(1) {
        position: initial;
    }

    .menu li:last-child{
        margin-right: 0px!important;
        float: right;
    }

    #navk.on a.dbt{
        color:#fff;
    }
    .menu a.dbt {
        font-size: 20px;
        width: 100%;
        display: block;
        height:80px;
        line-height: 80px;
        text-align: center;
        color: #333;
    }

    .menu a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        color:#be1d21;
        /* border-bottom: solid 4px #cc0000; */
    }

    .menu dl {
        width:200px;
        font-size: 14px;
        display: none;
        border-top: 2px solid #01bb7a;
        padding:10px 0;
        padding-top: 0;
        text-align: center;
        background: #ffffff;
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 85px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
        z-index: 30;
        box-shadow:0 6px 8px rgba(0,0,0,.2);
        /* display: none; */
        padding-bottom: 0;

    }

    /* .menu li:nth-child(9) dl{
        width:250px;
        margin-left: -125px;
    }
    .menu li:nth-child(12) dl{
        width:200px;
        margin-left: -100px;
    } */

    .menu li:first-child dl{
        /*left: -145px;*/
        display: none !important;
    }
    .menu li:last-child dl{
        /*left: -145px;*/
    }
    /* end */


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

    .menu dd a {
        display: block;
        width: 100%;
        padding:5px;
        /*padding: 5px 0px 5px 10px;*/
        line-height: 22px;
    }
    .menu dd:last-child{
        /* margin-bottom: 10px; */
    }

    .menu dd a:hover {
        background: #e3e3e3;
    }

    .top_r{
        /* position:absolute; */
        height: 80px;
        line-height: 100px;
        display: block;
        float: right;
        margin-top: 38px;
        margin-left: 50px;
        /* top: -75px; */
        /* right:0px; */
    }
    .ss {
        position:relative;
        float:left;
        height: 42px;
        width: 216px;
        /* background: url("../images/new/ss.png") 95% center  no-repeat; */
        border-bottom: 1px solid #e5aeb1;
    }

    .ss .txtk {
        /* position: absolute; */
        /* overflow: hidden; */
        height: 42px;
        right: 0px;
        top: 0px;
        width: 216px;
        /* -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; */
        /* transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; */
    }
    .ss:hover .txtk{
        /* width:240px; */

    }
    .ss .form-control {
        width: 100%;
        height: 42px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(0, 0, 0, 0);
        color: #333;
        /* box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); */
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 24px;
        height: 24px;
        border: 0;
        right: 10px;
        top: 9px;
        background: url("../images/new/ss.png") center center  no-repeat;
    }
    .top_yy{
        float:left;
        color:#fff;
    }
    .top_yy .login2 {
        display: none;
    }
    .top_yy a{
        color:#fff;
        /*margin: 0 15px;*/
        margin: 0 10px;
    }
    .top2 {
        float: right;
    }
    .top_r .ja {
        margin: 0;
        margin-left: 19px;
        display: inline-block;
        font-size: 16px;
        width: 150px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        border-radius: 21px;
        border: 1px solid #bf2124;
        color: #bf2124;
        box-sizing: border-box;
        /* background-color: #bf2124; */
    }
    .top_r .ja:hover {
        margin: 0;
        margin-left: 19px;
        display: inline-block;
        font-size: 16px;
        width: 150px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        border-radius: 21px;
        border: 1px solid #bf2124;
        background-color: #bf2124 !important;
        color: #fff;
    }
    .top_r .en1 {
        box-sizing: border-box;
        margin: 0;
        margin-left: 30px;
        display: inline-block;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        color: #bf2124;
        font-weight: 400;
    }
    .top_r .en1:hover {
        color: #fff;
        background-color: #bf2124;
    }
}
@media only screen and (min-width: 1480px) {
    #nav_top{
    }
    #nav_top.on{
        height:80px;
    }

    #navk {
        height:0px;
        width:100%;
        background-color: #fff;
        z-index: 30;
    }
    #navk a.logo{
        display: none;
    }
    #navk.on{
        background-color: #1b4783;

    }
    #nav_top.on .top_main{
        display: none;
    }

    #navk .main{
        height:80px;
        position:relative;
    }
    #navk.on .main{
        padding-left:95px;
    }
    #navk.on .menu li{
        margin-right: 29px;
    }
    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        /* background-color: #192f59; */

    }

    .top_main {
        position: relative;
        height: 140px;
    }

    .top_jg {
        display: none;
    }

    a.logo {
        background: url("../images/new/logo.png") left center no-repeat;
        background-size: auto auto;
        width: 295px;
        height: 76px;
        position: absolute;
        margin-top: 64px;
        left: 0px;
        top: 0px;
    }

    #navk.on a.logo{
        height:80px;
        width:55px;
        background-size: auto 60%;
        display: block;
    }
    .menu {
        /* position: relative; */
        height: 80px;
        width:100%;
    }

    .menu li {
        height: 80px;
        float: left;
        margin-right:94px;
        position: relative;
    }
    .menu li:nth-child(1) {
        position: initial;
    }

    .menu li:last-child{
        margin-right: 0px!important;
        float: right;
    }

    #navk.on a.dbt{
        color:#fff;
    }
    .menu a.dbt {
        font-size: 20px;
        width: 100%;
        display: block;
        height:80px;
        line-height: 80px;
        text-align: center;
        color: #333;
    }

    .menu a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        color:#be1d21;
        /* border-bottom: solid 4px #cc0000; */
    }

    .menu dl {
        width:200px;
        font-size: 14px;
        display: none;
        border-top: 2px solid #01bb7a;
        padding:10px 0;
        padding-top: 0;
        text-align: center;
        background: #ffffff;
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 85px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
        z-index: 30;
        box-shadow:0 6px 8px rgba(0,0,0,.2);
        /* display: none; */
        padding-bottom: 0;

    }

    /* .menu li:nth-child(9) dl{
        width:250px;
        margin-left: -125px;
    }
    .menu li:nth-child(12) dl{
        width:200px;
        margin-left: -100px;
    } */

    .menu li:first-child dl{
        /*left: -145px;*/
        display: none !important;
    }
    .menu li:last-child dl{
        /*left: -145px;*/
    }
    /* end */


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

    .menu dd a {
        display: block;
        width: 100%;
        padding:5px;
        /*padding: 5px 0px 5px 10px;*/
        line-height: 22px;
    }
    .menu dd:last-child{
        /* margin-bottom: 10px; */
    }

    .menu dd a:hover {
        background: #e3e3e3;
    }

    .top_r{
        /* position:absolute; */
        height: 80px;
        line-height: 100px;
        display: block;
        float: right;
        margin-top: 38px;
        margin-left: 50px;
        /* top: -75px; */
        /* right:0px; */
    }
    .ss {
        position:relative;
        float:left;
        height: 42px;
        width: 216px;
        /* background: url("../images/new/ss.png") 95% center  no-repeat; */
        border-bottom: 1px solid #e5aeb1;
    }

    .ss .txtk {
        /* position: absolute; */
        /* overflow: hidden; */
        height: 42px;
        right: 0px;
        top: 0px;
        width: 216px;
        /* -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; */
        /* transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; */
    }
    .ss:hover .txtk{
        /* width:240px; */

    }
    .ss .form-control {
        width: 100%;
        height: 42px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(0, 0, 0, 0);
        color: #333;
        /* box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); */
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 24px;
        height: 24px;
        border: 0;
        right: 10px;
        top: 9px;
        background: url("../images/new/ss.png") center center  no-repeat;
    }
    .top_yy{
        float:left;
        color:#fff;
    }
    .top_yy .login2 {
        display: none;
    }
    .top_yy a{
        color:#fff;
        /*margin: 0 15px;*/
        margin: 0 10px;
    }
    .top2 {
        float: right;
    }
    .top_r .ja {
        margin: 0;
        margin-left: 19px;
        display: inline-block;
        font-size: 16px;
        width: 150px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        border-radius: 21px;
        border: 1px solid #bf2124;
        color: #bf2124;
        box-sizing: border-box;
        /* background-color: #bf2124; */
    }
    .top_r .ja:hover {
        margin: 0;
        margin-left: 19px;
        display: inline-block;
        font-size: 16px;
        width: 150px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        border-radius: 21px;
        border: 1px solid #bf2124;
        background-color: #bf2124 !important;
        color: #fff;
    }
    .top_r .en1 {
        box-sizing: border-box;
        margin: 0;
        margin-left: 30px;
        display: inline-block;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        color: #bf2124;
        font-weight: 400;
    }
    .top_r .en1:hover {
        color: #fff;
        background-color: #bf2124;
    }
}
@media only screen and (min-width: 1570px) {
    .menu a.dbt{
        font-size:18px;
    }

    .menu li {
        margin-right: 48px;
    }
    #navk.on .menu li{
        margin-right: 40px;
    }

}
a.cd_jl:hover{
    background: #6c0217;
}
.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 a {
    color: #ffffff;
}

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

.ban {
    width: 100%;
}

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


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

    .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 (min-width: 800px) and (max-width: 1480px){

    .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: 800px) {
    .lm1k {
        width: 100%;
    }

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

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #f2f2f2;
    }

    .lm1 li a:hover {
        background: #cc0000;
        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;
    }
    .lm1_bt a:before{
        content: '';
        position:absolute;
        width:40px;
        height:40px;
        right:5px;
        top:0px;
        background: url(../images/lm_jtx.png) center no-repeat;
        background-size: auto 22px;
    }
    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }

}
@media only screen and (min-width: 800px) and (max-width: 1260px){
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        background-color: #ffffff;
        position: relative;
    }

    .lm1 {
        width: 14rem;
        position: relative;
        line-height: .6rem;
        margin: 0px auto;
        display: flex;
        justify-content: center;

    }
    .lm1_gd{
        padding-right:.2rem;
        height: .6rem;
        overflow: hidden;

    }
    .lm1_gd .s_zk{
        position:absolute;
        right:0px;
        height:.6rem;
        background: url("../images/jt_r.png") center no-repeat;
        background-size:auto 35% ;
        width:.2rem;
        top: 0px;
        cursor: pointer;

        -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;
    }
    .lm1_gd .s_zk.on{
        transform: rotate(90deg);
    }

    @keyframes fun {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(15%);
        }
        50% {
            transform: translateX(25%);
        }
        75% {
            transform: translateX(10%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .lm1_gd .s_zk.off {
        animation: fun 1s infinite linear;
    }


    .lm1 li {
        float: left;
        height: .6rem;
        /* margin: 0 50px; */
    }

    .lm1 li a {
        display: block;
        height: .6rem;
        font-size: .16rem;
        padding:0 0px;
        width: 2.2rem;
        text-align: center;
    }

    .lm1 li a.on,.lm1 li a:hover {
        font-weight: 600;
        color: #fff;
        background-color: #be1e21;
    }

    .lm1_gd{
        padding-right:.2rem;
        height: .6rem;
        overflow: hidden;

    }
    .lm1_gd .s_zk{
        position:absolute;
        right:0px;
        height: .6rem;
        background: url("../images/lm_jt.png") center no-repeat;
        background-size:auto 35% ;
        width:.2rem;
        top: 0px;
        cursor: pointer;

        -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;
    }
    .lm1_gd .s_zk.on{
        transform: rotate(90deg);
    }

    @keyframes fun {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(15%);
        }
        50% {
            transform: translateX(25%);
        }
        75% {
            transform: translateX(10%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .lm1_gd .s_zk.off {
        animation: fun 1s infinite linear;
    }
}
@media only screen and (min-width: 1260px) and (max-width: 1480px){
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        background-color: #ffffff;
        position: relative;
    }

    .lm1 {
        width: 1400px;
        position: relative;
        line-height: 60px;
        margin: 0px auto;
        display: flex;
        justify-content: center;

    }
    .lm1_gd{
        padding-right:20px;
        height:60px;
        overflow: hidden;

    }
    .lm1_gd .s_zk{
        position:absolute;
        right:0px;
        height:60px;
        background: url("../images/jt_r.png") center no-repeat;
        background-size:auto 35% ;
        width:20px;
        top: 0px;
        cursor: pointer;

        -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;
    }
    .lm1_gd .s_zk.on{
        transform: rotate(90deg);
    }

    @keyframes fun {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(15%);
        }
        50% {
            transform: translateX(25%);
        }
        75% {
            transform: translateX(10%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .lm1_gd .s_zk.off {
        animation: fun 1s infinite linear;
    }


    .lm1 li {
        float: left;
        height: 60px;
        /* margin: 0 50px; */
    }

    .lm1 li a {
        display: block;
        height: 60px;
        font-size: 16px;
        padding:0 0px;
        width: 220px;
        text-align: center;
    }

    .lm1 li a.on,.lm1 li a:hover {
        font-weight: 600;
        color: #fff;
        background-color: #be1e21;
    }

    .lm1_gd{
        padding-right:20px;
        height:60px;
        overflow: hidden;

    }
    .lm1_gd .s_zk{
        position:absolute;
        right:0px;
        height:60px;
        background: url("../images/lm_jt.png") center no-repeat;
        background-size:auto 35% ;
        width:20px;
        top: 0px;
        cursor: pointer;

        -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;
    }
    .lm1_gd .s_zk.on{
        transform: rotate(90deg);
    }

    @keyframes fun {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(15%);
        }
        50% {
            transform: translateX(25%);
        }
        75% {
            transform: translateX(10%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .lm1_gd .s_zk.off {
        animation: fun 1s infinite linear;
    }
}
@media only screen and (min-width: 1480px) {
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        background-color: #ffffff;
        position: relative;
    }

    .lm1 {
        width: 1400px;
        position: relative;
        line-height: 60px;
        margin: 0px auto;
        display: flex;
        justify-content: center;

    }
    .lm1_gd{
        padding-right:20px;
        height:60px;
        overflow: hidden;

    }
    .lm1_gd .s_zk{
        position:absolute;
        right:0px;
        height:60px;
        background: url("../images/jt_r.png") center no-repeat;
        background-size:auto 35% ;
        width:20px;
        top: 0px;
        cursor: pointer;

        -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;
    }
    .lm1_gd .s_zk.on{
        transform: rotate(90deg);
    }

    @keyframes fun {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(15%);
        }
        50% {
            transform: translateX(25%);
        }
        75% {
            transform: translateX(10%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .lm1_gd .s_zk.off {
        animation: fun 1s infinite linear;
    }


    .lm1 li {
        float: left;
        height: 60px;
        /* margin: 0 50px; */
    }

    .lm1 li a {
        display: block;
        height: 60px;
        font-size: 16px;
        padding:0 0px;
        width: 220px;
        text-align: center;
    }

    .lm1 li a.on,.lm1 li a:hover {
        font-weight: 600;
        color: #fff;
        background-color: #be1e21;
    }

    .lm1_gd{
        padding-right:20px;
        height:60px;
        overflow: hidden;

    }
    .lm1_gd .s_zk{
        position:absolute;
        right:0px;
        height:60px;
        background: url("../images/lm_jt.png") center no-repeat;
        background-size:auto 35% ;
        width:20px;
        top: 0px;
        cursor: pointer;

        -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;
    }
    .lm1_gd .s_zk.on{
        transform: rotate(90deg);
    }

    @keyframes fun {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(15%);
        }
        50% {
            transform: translateX(25%);
        }
        75% {
            transform: translateX(10%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .lm1_gd .s_zk.off {
        animation: fun 1s infinite linear;
    }
}
@media only screen and (min-width: 1570px) {
    .lm1 {
        width:1366px;
    }
}
@media only screen and (min-width: 1480px) {
    .ny_ban, .ny_ban img {
        width: 100%;
        display: block;
    }
}


@media only screen and (max-width: 800px) {
    .fy1 {
        width: 102%;
        float: left;
        margin-left: -1%;
    }

    .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;
    }
}
.fy1 a{
    background-color: #fff;
}
@media only screen and (min-width: 800px) and (max-width: 1260px){
    .fy1 {
        width: 100%;
        float: left;
        line-height: .48rem;
        text-align: center;
        font-size: .18rem;
    }

    .fy1 a {
        width: .5rem;
        display: inline-block;
        border: solid 1px #ededed;
        padding: 0px .1rem;
        margin: 0px 1px;
        border-radius: .08rem ;
    }

}
@media only screen and (min-width: 1260px) and (max-width: 1480px){
    .fy1 {
        width: 100%;
        float: left;
        line-height: 48px;
        text-align: center;
        font-size: 18px;
    }

    .fy1 a {
        width: 50px;
        display: inline-block;
        border: solid 1px #ededed;
        padding: 0px 10px;
        margin: 0px 1px;
        border-radius: 8px;
    }

}
@media only screen and (min-width: 1480px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 48px;
        text-align: center;
        font-size: 18px;
    }

    .fy1 a {
        width: 50px;
        display: inline-block;
        border: solid 1px #ededed;
        padding: 0px 10px;
        margin: 0px 1px;
        border-radius: 8px;
    }

}

.fy1 a:hover,
.fy1 a.on {
    background: #fff;
    color: #01bb7a;
}

