@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: #f4f4f4;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.icon img {
    transition: all 0.5s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.toTop {
    position: fixed;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
}

.toTop>img {
    width: 100%;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.cont {
    padding-left: 100px;
    padding-right: 100px;
}
.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1530 {
    max-width: 1530px;
    margin: 0 auto;
}

.px1760 {
    max-width: 1760px;
    margin: 0 auto;
}


/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0d14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.hd-search-box {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-color: #c0913f;
    border-radius: 5px;
    right: 150px;
}

.hd-search-box a {
    display: block;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}

.banner-nav-btn {
    float: left;
    font-size: 0;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.banner-nav-btn img {
    vertical-align: middle;
    display: none;
}

.banner-nav-btn img:first-child {
    display: inline-block;
}


/* 标签切换统一效果样式 */
.switch-cont {
    position: relative;
}

.switch-cont>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.switch-cont>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

/* 定位搜索框 */

.b-top-r {
    overflow: hidden;
}

.b-top-r>ul {
    overflow: hidden;
    text-align: right;
    font-size: 0;
    display: none;
}

.b-top-r>ul>li {
    display: inline-block;
}

.b-top-r>ul>li a {
    font-size: 14px;
    display: block;
    padding: 0 0 0px 15px;
    color: #87adca;
    position: relative;
}

.b-top-r>ul>li a:hover {
    text-decoration: underline;
}

.b-top-r>ul>li a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, .5);
}

.b-top-r>ul>li a img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.b-top-r>ul>li:first-child a::after {
    content: none;
}

.b-top-r>ul>li:last-child a::after {
    content: none;
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    transition: all 0.5s;
}

.head1 {
    position: static;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    transition: all 0.5s;
}


.head_up {
    overflow: hidden;
    padding: 0 5%;
    background-color: #1C90D9;
    line-height: 42px;
    color: #fff;
}

.head_upl {
    float: left;
}

.head_upr {
    float: right;
    font-size: 0;
}

.head_upr a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}

.head_upr em {
    width: 2px;
    height: 16px;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.71) 30%, #FFFFFF 50%, rgba(255, 255, 255, 0.71) 70%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.head_upr .inp {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.head_upr .inp input {
    display: block;
    padding-left: 30px;
    height: 30px;
    width: 200px;
    border: none;
    box-shadow: inset 2px 2px 8px 1px rgb(0 0 0 / 20%);
}

.head.xg {
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
    top: 0;
}

.head.xg .head-top {
    /* line-height: 96px; */
}

.head.xg .logo a img {
    display: inline-block;
}

.head.xg .logo a img:nth-child(1) {
    display: none;
}


.head.xg .nav::before {
    background: #fff;
}

.head.xg .nav::after {
    border-color: #fff;
}

.head.xg .nav>ul>li>a {
    color: #333;
}

.head.xg .nav>ul>li.active>a {
    color: #107BBF;
}

.head.xg .banner-nav-btn img {
    display: inline-block;
}

.head.xg .banner-nav-btn img:first-child {
    display: none;
}

.head-top {
    position: relative;
    transition: all 0.5s;
    margin: 0 auto;
    padding: 0 5%;
    /* line-height: 88px; */
    height: 80px;
}

.logo {
    float: left;
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.5s;
    height: 72px;
    display: none;
}

.logo a img:nth-child(1) {
    display: inline-block;
}


.nav {
    float: right;
    position: relative;
}

.nav::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1920px;
    background: #c82126;
    z-index: 1;
}

.nav::after {
    position: absolute;
    right: 100%;
    top: 0;
    border-width: 0 20px 60px 0;
    border-style: solid;
    z-index: 1;
}

.nav>ul {
    font-size: 0;
    float: left;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 9;
    line-height: 88px;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0 1.5em;
    /* min-height: 98px; */
}

.nav>ul>li.active>a {
    font-weight: 600;
}

.nav>ul>li.active>a::after {}

.nav>ul>li:first-child {}

.nav>ul>li>a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    vertical-align: middle;
    margin: 0 1.5em;
    line-height: 20px;
}

.nav>ul>li.on>div {
    border-top: 3px solid #27aeb6;
}

.nav>ul>li>a::before {
    content: "";
    border-left: 2px solid #1C90D9;
    height: 29px;
    transition: all 0.2s ease-out 0s;
    margin-top: 5px;
    transform: scaleY(0);
    position: absolute;
    left: 50%;
    top: 100%;
    transform-origin: center top;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    border-bottom: 2px solid #1C90D9;
    margin-top: 5px;
    display: block;
    width: 100%;
    transition: all 0.2s ease-out 0s;
    transform: scaleX(0);
}

.nav>ul>li:hover>a::after {
    transform: scale(1);
}

.nav>ul>li:hover>a::before {
    transform: scale(1);
}

.nav>ul>li:hover>a::after {
    width: 100%;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.nav>ul>li>div {
    transform: translateX(-50px);
    position: absolute;
    width: 100%;
    left: 50%;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    /* transform: translateX(-50%) scale(0); */
    /* opacity: 0; */
    display: none;
    transform-origin: center top;
    padding-bottom: 10px;
}

.nav>ul>li:hover>div {
    position: absolute;
    /* transform: translateX(-32%) scale(1); */
    transition: all 0.5s;
    /* opacity: 1; */
    display: block;
}

/*menu_page*/

.menu_page {
    align-items: center;
    padding: 2% 2%;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    border-top: 2px solid #1c90d9;
    box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 16%);
    z-index: 10;
    overflow: hidden;
  /*  min-height: 280px;  */
    position: relative;
}

.menu_page {
    top: 100%;
}

.menu_page.s {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-out 0s;
}

.menu_page .menu_page_left,
.menu_page .menu_page_right {
    width: 100%;
    vertical-align: middle;
    font-size: 0;
}
.menu_page .menu_page_right p{
    float:left;
    width: 50%;
    text-align: center;
}
.menu_page .menu_page_right img{
    display: block;
    margin: 0 auto;
}
.menu_page .menu_page_right span{
    display: block;
}
.menu_page .menu_page_left {
    display: inline-block;
}

.menu_page .menu_page_right {
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10%;
}

.menu_page .menu_page_left img {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}

.menu_page .menu_page_left ul {
    margin: 0 auto;
    width: 100%;
    /* padding-left: 40px; */
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.menu_page .menu_page_left ul.v {
    width: 50%;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu_page .menu_page_left ul>li {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.menu_page .menu_page_left ul>li a {
    color: #107BBF;
    font-size: 15px;
    line-height: 40px;
}

.menu_page .menu_page_left ul>li a:hover {
    font-weight: 600;
}

.menu_page em {
    width: 0px;
    height: 100%;
    max-height: 200px;
    opacity: 1;
    /* border: 1px solid #eee; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.menu_page_right.v {
    display: flex;
    justify-content: space-around;
}

.menu_page_right.v p {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nav>ul>li.no_hover:hover>a::before, .nav>ul>li.no_hover:hover>a::after {
    content: none;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.nav-r a span {
    display: block;
    font-size: 18px;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic-a:hover .pic img {
    width: 105%;
    height: 105%;
}

.pic img:hover {
    width: 105%;
    height: 105%;
}


.gotop {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    cursor: pointer;
}

.gotop img {
    display: block;
}

/********footer***********/

.footer {
    width: auto;
    /* height: 250px; */
    background-color: #1C90D9;
    color: #fff;
    font-size: 14px;
}

.footer .foot_h {
    /* height: 170px; */
    margin: 0px 12.25%;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

.footer .foot_h>div {
    /* float: left; */
    /* width: 30%; */
    height: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    /*border-right: 1px solid #269DE8;*/
    padding: 22px 0px 10px 0px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
}

.footer .foot_h .hr ul {
    border: none;
    align-items: center;
}

.footer .foot_h .hr ul {
    flex-direction: column;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

.footer .foot_h .hl ul:nth-of-type(1),
.footer .foot_h .hc ul:nth-of-type(1) {
    /* margin-right: 3em; */
    /* display: inline-block; */
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    /* margin-left: 31%; */
    width: 88%;
    position: relative;
    left: 24%;
}

.footer .foot_h .hl ul:nth-of-type(2) {
    margin-top: 20px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

.footer .foot_h .hc ul:nth-of-type(2) {
    margin-top: 30px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.footer .foot_h .hl ul li a,
.footer .foot_h .hc ul li,
.footer .foot_h .hc ul li a,
.footer .foot_h .hr ul li a {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 2em;
    cursor: pointer;
}

.footer .foot_h .hc ul li {
    cursor: auto;
}

.footer .foot_h .hl ul li a:hover,
.footer .foot_h .hc ul li a:hover {
    text-decoration: underline;
}

.footer .foot_h .hl ul li b,
.footer .foot_h .hc ul li b,
.footer .foot_h .hr ul li b {
    font-weight: 700;
    cursor: auto;
    color: #fff;
}

.footer .foot_h .hl ul li.b:hover,
.footer .foot_h .hc ul li.b:hover,
.footer .foot_h .hr ul li.b:hover {
    text-decoration: none;
}

.footer .foot_h>div:nth-child(2) {position: absolute;right: 0;top: 0;/* left: 20px; */width: auto;}

.footer .foot_h>div:nth-child(3) {
    width: 30%;
}

.footer .foot_h ul .icon_ewm {
    position: relative;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
}

.footer .foot_h ul .icon_ewm .ewm {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -70px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px;
    width: 140px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
    font-size: 14px;
}

.footer .foot_h ul .icon_ewm:hover {
    opacity: 0.85;
}

.footer .foot_h ul .icon_ewm:hover .ewm {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.footer .foot_h ul .icon_ewm .ewm img {
    display: block;
    width: 100%;
}

.footer .foot_h ul .icon_ewm .ewm::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    font-size: 0;
    border-top-color: #fff;
}
.footer .foot_h ul .icon_ewm .fa{vertical-align:middle;}
.footer .foot_h ul .icon_ewm .fa:before{font-size:26px;}

.footer .foot_f {
    border-top: 1px solid #269DE8;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 10px;
    margin-top: 10px;
}

.footer .foot_f p {
    line-height: 2em;
}

.footer .foot_f p>a {
    color: #fff;
    margin-right: 20px;
    position: relative;
}

.footer .foot_f .gh img {
    position: absolute;
    top: 1px;
    left: -10px;
}










@media screen and (max-width:1800px) {
    .head-top {
        padding-left: 2%;
        padding-right: 2%;
    }

    .nav>ul>li>a {
        margin: 0 15px;
    }
}

@media screen and (max-width:1780px) {
    .px1760 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1630px) {
    .px1600 {
        padding-left: 10px;
        padding-right: 10px;
    }



    .head-top, .head_up {
        padding-right: 10px;
        padding-left: 10px;
    }

    .banner-nav-btn {
        right: 20px;
    }

    .hd-search-box {
        right: 90px;
    }

    .hd-search-box {}

    .hd-search-box::before {
        border-width: 0 35px 93px 0;
    }




}

@media screen and (max-width:1540px) {
    .px1520 {
        padding-left: 10px;
        padding-right: 10px;
    }


    .b-top-r>ul>li a {
        font-size: 12px;
    }

    .nav>ul>li>a {
        font-size: 18px;
    }

}

@media screen and (max-width: 1400px) {
    .logo {}

    .head-top {
        line-height: 85px;
    }

    .hd-search-box {
        width: 40px;
        height: 40px;
        right: 60px;
    }

    .hd-search-box a {
        font-size: 16px;
        line-height: 40px;
    }

    .banner-nav-btn {
        background-size: 18px;
        right: 10px;
    }

    .logo a img {
        height: 55px;
    }

    .nav>ul>li>a {
        font-size: 16px;
        margin: 0 10px;
    }


    .nav>ul>li>div>ul>li a {
        display: block;
        font-size: 12px;
    }

    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .b-top-r>ul>li a {
        font-size: 10px;
        line-height: 25px;
        font-size: 14px;
    }

    .hd-search-box::before {
        border-width: 0 35px 87px 0;
    }

    .hd-search-box {}

    .nav {}

    .b-top-r>ul>li a {
        line-height: 23px;
        font-size: 11px;
    }

    .nav>ul>li {}

    .banner-nav-btn {
        margin-left: 25px;
    }

    .b-top-r>ul>li a {
        line-height: 20px;
        font-size: 12px;
    }

    .nav>ul {
        font-size: 0;
    }

    .hd-search-box {}

    .hd-search-box::before {
        border-width: 0 25px 79px 0;
    }

    .footer h3 {
        font-size: 20px;
    }

    .foot-l {
        margin-right: 35px;
    }
}

@media screen and (max-width:1240px) {
    .logo {}

    .logo img {
        height: 50px;
    }

    .head-top {
        line-height: 70px;
    }

    .nav>ul>li>a {
        margin: 0 5px;
    }

    .footer .foot_h {
        margin: 0 10px;
    }
    .footer .foot_h>div:nth-child(2) {
    position: static;
    padding-top: 0;
    padding-bottom: 10px;
}
    .footer .foot_h ul .icon_ewm {
    height: 35px;
    width: 35px;
    line-height: 35px;
}
    .footer .foot_h ul .icon_ewm .fa:before {
    font-size: 18px;
}

}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #107BBF;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.5s;
    }


    .toTop {
        position: fixed;
        right: 3%;
        bottom: 10%;
        cursor: pointer;
        z-index: 99;
    }
    .footer .foot_h .hl ul:nth-of-type(1), .footer .foot_h .hc ul:nth-of-type(1){
        text-align: left;
        /* margin-left:15%; */
    }

    .list_box0 {
        width: 90%;
        margin: 20px auto 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .list_box0 .li {
        text-align: center;
        color: #A11211;
        margin: 0px 0px 15px;
        font-size: 14px;
    }

    .list_box0 .li a {
        background: none;
        padding: 0 20px 0 0;
        color: #fff;
    }

    .old_rukou {
        margin: .24rem 0px 0px;
        width: 100%;
    }

}

@media screen and (max-width:900px) {

    .footer .foot_h ul .icon_ewm{
    }
    .footer .foot_h>div {
        float: none;
        text-align: left;
        width: auto;
        border: none;
    }
    .footer .foot_h .hl ul:nth-of-type(1), .footer .foot_h .hc ul:nth-of-type(1){
        text-align: left;
        margin-left:1%;
        width: 100%;
        left: 0;
    }

    .footer .foot_h>div:nth-child(2) {
        width: auto;
        text-align: left;
    }

    .footer .foot_h>div:nth-child(3) {
        width: auto;
        text-align: left;
    }
}

@media screen and (max-width:480px) {}