@charset "utf-8";

@font-face {
    font-family: "sysong";
    src: url(/style/font/sySong.woff);
}

body.overhide {
    height: 100%;
    overflow: hidden;
}

/* ¶¨Î»ËÑË÷¿ò */

.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: #9F1818;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
    padding-right: 1.5rem;
}

.head.hide {
    transform: translateY(-100%);
}

/* head-nav */
.head .head-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: linear-gradient(to bottom, #004CB0 4%, #0091D3 95%);
}

.head.on .head-top::after {
    height: 100%;
}


.head.on::before {
    bottom: 0;
}


.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}


.head-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.1rem;
    padding-top: 0.25rem;
}

.head.on .nav-r a {
    color: #333333;
    border-color: #333;
}

.head.on .nav-r a img {
    display: inline-block;
}

.head.on .nav-r a img:first-child {
    display: none;
}



.logo2 {
    display: none;
}

.head.on .logo2 {
    display: block;
}

.head.on .logo1 {
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
    margin-left: 2.8%;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    height: .8rem;
}

.h-right {
    margin-right: .3rem;
    /* float: right; */
    flex: 1;
    min-width: 0;
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h-link a:first-child {
    border: none;
}

.h-link a {
    font-size: .16rem;
    line-height: .3rem;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    opacity: .7;
}

.h-link span {
    background: rgba(255, 255, 255, 0.2);
    margin: 0 .15rem;
    height: .2rem;
    width: 2px;
}

.h-link a img {
    margin-right: .1rem;
    height: .16rem;
}



.h-link a:hover {
    opacity: 1;
}

.nav {
    text-align: right;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 3%;
}



.nav>ul>li>a {
    display: block;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-family: Cambria;
    font-size: .2rem;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: .33rem;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-top: 1px solid #D0B27E;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    transform: translateX(-50%);
    background: #D0B27E;
    transition: all 0.5s;
    width: 1px;
}

.nav>ul>li.on>a::before {
    width: 100%;
}

.nav>ul>li.on>a::after {
    height: 0.33rem;
}

.nav>ul>li.active {
    padding: 0 .2rem;
}

.nav>ul>li.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/nav-actbef.png) no-repeat;
    background-position: left top;
    transition: all 0.5s;
}

.nav>ul>li.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/nav-actaft.png) no-repeat;
    background-position: right bottom;
    transition: all 0.5s;
}

.nav>ul>li.active:hover::before {
    opacity: 0;
}

.nav>ul>li.active:hover::after {
    opacity: 0;
}

.ejnav {
    position: absolute;
    top: 150%;
    /* left: 50%; */
    margin-top: .33rem;
    /* transform: translateX(-50%); */
    background: #fff url(../images/nav-bj.png) no-repeat;
    background-position: right bottom;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    width: 720px;
    opacity: 0;
    display: none;
    padding: .2rem .3rem;
    align-items: center;
}

.ejnav>.pics {
    width: 3rem;
}

.ejnav>.pics img {
    display: block;
    width: 100%;
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: 0 .2rem 0 .5rem;
    display: flex;
    flex-wrap: wrap;
}

.ejnav>ul>li {
    width: 50%;
}

.ejnav>ul>li a {
    display: block;
    transition: .3s;
    white-space: nowrap;
    text-align: left;
    padding-left: .3rem;
    font-size: .16rem;
    font-weight: normal;
    line-height: .5rem;
    background: url(/images/nav-libef.png) no-repeat;
    background-position: left center;
    color: #333333;
}

.ejnav>ul>li a:hover {
    background: url(/images/nav-libef2.png) no-repeat;
    background-position: left center;
    color: #9F1818;
}


.head2 {
    position: relative;
    z-index: 999;
    padding: 0 1.52rem;
    background: #9F1818;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-1.4rem);
    transition: all 0.8s;
}

.head2.show {
    transform: translateY(0);
}

.nav2 {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
}


.nav2>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav2>ul>li {
    /* margin: 0 .2rem; */
    position: relative;
}

.nav2>ul>li>a {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #FFFFFF
}

.nav2>ul>li.midlogo {
    position: relative;
    margin: 0;
    height: 1.16rem;
}


.nav2>ul>li.midlogo a {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.3rem;
    background: url(/images/midlogo-bj.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0 .55rem;
}

.nav2>ul>li.midlogo a img {
    display: block;
    max-height: 0.76rem;
    max-width: 100%;
}

.nav2>ul>li.midlogo a::before {
    content: none;
}

.nav2>ul>li.midlogo a::after {
    content: none;
}

.nav2>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: .3rem;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-top: 1px solid #D0B27E;
}

.nav2>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    transform: translateX(-50%);
    background: #D0B27E;
    transition: all 0.5s;
    width: 1px;
}

.nav2>ul>li.on>a::before {
    width: 100%;
}

.nav2>ul>li.on>a::after {
    height: 0.3rem;
}

.nav2>ul>li.active {
    padding: 0 .2rem;
}

.nav2>ul>li.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/nav-actbef.png) no-repeat;
    background-position: left top;
    transition: all 0.5s;
}

.nav2>ul>li.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/nav-actaft.png) no-repeat;
    background-position: right bottom;
    transition: all 0.5s;
}

.nav2>ul>li.active:hover::before {
    opacity: 0;
}

.nav2>ul>li.active:hover::after {
    opacity: 0;
}

.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;
}

.head2 .g-nav {
    background: #D0B27E;
}

.head2 .g-nav::before {
    border-color: #D0B27E transparent transparent transparent;
}

.head.btncol .g-nav {
    background: #D0B27E;
}

.head.btncol .g-nav::before {
    border-color: #D0B27E transparent transparent transparent;
}

.g-navk {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.5rem;
    overflow: hidden;
    z-index: 9;
}

.g-nav {
    width: 1.2rem;
    background: #9F1818;
    position: relative;
    height: 100%;
    margin-left: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
}

.g-nav::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-width: 1.16rem 0 0 .3rem;
    border-style: solid;
    border-color: #9F1818 transparent transparent transparent;
    transition: all 0.5s;
}

.g-nav span {
    width: 32px;
    height: 2px;
    background: #fff;
    margin-top: 8px;
    transition: all 0.3s;
}

.g-nav span:nth-child(1) {
    margin-top: 0;
}

.g-nav span:nth-child(3) {
    width: 0.22rem;
    margin-right: .1rem;
}

.g-nav.on span:nth-child(1) {
    transform-origin: 2px top;
    transform: rotateZ(47deg);
}

.g-nav.on span:nth-child(2) {
    width: 0;
}

.g-nav.on span:nth-child(3) {
    margin-right: 0;
    width: 32px;
    transform-origin: 2px bottom;
    transform: rotateZ(-47deg);
}

.top-yc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/top-yc-bj.jpg) no-repeat;
    background-size: cover;
    z-index: 998;
    height: 100%;
    display: none;
}

.top-yc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/banner-zz1.png) repeat-x;
    background-position: center top;
    z-index: 1;
}

.top-yc-main {
    width: 15rem;
    max-width: 90%;
    height: 85%;
    /* padding: 1rem 0 0 0; */
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15%;
    position: relative;
    z-index: 2;
}

.taddress {
    border-left: 1px solid rgba(208, 178, 126, 0.2);
    position: relative;
    padding-top: 19%;
    height: 100%;
    animation-delay: 1s;
}

.taddress::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateX(-50%) rotateZ(45deg);
}

.taddress::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateX(-50%) rotateZ(45deg);
    top: 6px;
}

.taddress-box {
    border-left: 2px solid #D0B27E;
    padding-left: .3rem;
}

.taddress-box h3 {
    display: flex;
    align-items: center;
}

.taddress-box h3 img {
    display: block;
    height: 0.33rem;
}

.taddress-box h3 p {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #D0B27E;
    margin-left: .1rem;
    font-family: "sysong";
}

.taddress-box div {
    margin-top: .15rem;
}

.taddress-box div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: rgba(255, 255, 255, 0.8);
}

.tejnav {
    width: 4.1rem;
    animation-delay: .8s;
}

.tejnav .pics {
    padding-top: .1rem;
    padding-right: .1rem;
    position: relative;
}

.tejnav .pics::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-width: 1.2rem 0 0 1.2rem;
    border-color: #D0B27E transparent transparent transparent;
    border-style: solid;
    z-index: 1;
}

.tejnav .pics img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.tejnav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
}

.tejnav ul li {
    width: 33.33%;
}

.tejnav ul li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.7rem;
    color: #FFFFFF;
    padding-left: .3rem;
    background: url(/images/nav-libef3.png) no-repeat;
    background-position: left center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tejnav ul li:hover a {
    background: url(/images/nav-libef4.png) no-repeat;
    background-position: left center;
    color: #D0B27E;
}

.tnav {
    height: 100%;
    padding-bottom: 3%;
    animation-delay: .5s;
}

.tnav>ul {
    height: 100%;
    overflow-y: auto;
}

.tnav>ul>li {
    padding: .1rem 0;
    position: relative;
    font-family: "sysong";
}

.tnav>ul>li>a {
    display: block;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: .46rem;
}

.tnav>ul>li:hover>a {
    color: #D0B27E;
}

.tnav>ul>li>span {}

.tnav>ul>li>ul {
    padding-left: .2rem;
    display: none;
}

.tnav>ul>li>ul li {}

.tnav>ul>li>ul li a {
    display: block;
    font-size: .18rem;
    line-height: .4rem;
    color: rgba(255, 255, 255, 0.9);

    background: url(/images/nav-libef3.png) no-repeat;
    background-position: left center;
    padding-left: .3rem;
}

.tnav>ul>li>ul li a:hover {
    color: #D0B27E;
    background: url(/images/nav-libef4.png) no-repeat;
    background-position: left center;
}

.tnav>ul>li.active>a {
    font-size: 0.4rem;
    color: #D0B27E;
    line-height: .8rem;
    padding-left: .9rem;
    background: url(/images/tnav-act.png) no-repeat;
    background-position: left center;
    background-size: .6rem auto;
    padding-right: 1.16rem;
    position: relative;
}

.tnav>ul>li.active>a::before {
    content: "";
    position: absolute;
    background: url(/images/tnav-act-aft.png) no-repeat;
    background-position: right center;
    background-size: auto .36rem;
    width: .94rem;
    right: 0;
    top: 0;
    bottom: 0;
}



.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;
}

/* iconÒ¡»Î */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.h-right {
    position: relative;
}

/* foot */
.footer {
    position: relative;
}
.foot-b{
    padding: .7rem 0;
    background: url(/images/foot-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.foot-t {
    position: absolute;
    bottom: 100%;
    display: flex;
    align-items: flex-end;
    left: 0;
    right: 0;
    z-index:8;
}

.foot-t span {
    display: block;
    flex: 1;
    min-width: 0;
    height: .1rem;
}

.foot-t div {
    max-width: 70%;
}

.foot-t div a {
    display: block;
}

.foot-t div a:nth-child(2) {
    margin-top: .25rem;
}

.foot-t div a img {
    display: block;
    margin: 0 auto;
}

.foot-t div a:nth-child(1) img {
    max-height: .96rem;
    max-width: 75%;
}

.foot-t div a:nth-child(2) img {
    max-height: 1.39rem;
    max-width:100%;
}


.foot-c {
    display: flex;
    justify-content: space-between;
}

.foot-l ul {
    display: flex;
    align-items: center;
}

.foot-l ul li {
    margin-left: .2rem;
}

.foot-l ul li:nth-child(1) {
    margin-left: 0;
}

.foot-l ul li a {
    display: flex;
    align-items: center;
}

.foot-l ul li a .icons {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/foot-icon-border.png) no-repeat;
    background-size: 100% 100%;
}

.foot-l ul li a .icons img {
    display: block;
    max-width: 50%;
}

.foot-l ul li a p {
    margin-left: .12rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #FFFFFF;
}

.foot-l ul li a:hover p {
    text-decoration: underline;
}

.foot-l ol {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
}

.foot-l ol li {
    width: 50%;
    display: flex;
    align-items: center;
}

.foot-l ol li .icons {
    width: 0.2rem;
    margin-right: .1rem;
    display: flex;
    justify-content: center;
}

.foot-l ol li .icons img {
    display: block;
}

.foot-l ol li p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.7);
}

.links {}

.links>div {
    position: relative;
    border: 1px solid rgba(225, 225, 225, .5);
}


.links p {
    line-height: .5rem;
    padding: 0px .15rem;
    color: #fff;
    text-align: left;
    font-size: .15rem;
    background: url("/images/link-icon-down.png") 95% center no-repeat;
    overflow: hidden;
}

.links>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.links>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
}

.links>div div a {
    display: block;
    color: #333333;
    line-height: .34rem;
    font-size: .14rem;
    padding: 0px .1rem;
}

.links>div div a:hover {
    background: #B92626;
    color: #ffffff;
}

.foot-bq {
    display: flex;
    align-items: center;
    margin-top: .45rem;
}

.foot-bq div {
    display: flex;
    align-items: center;
}

.foot-bq div a {
    margin-right: .1rem;
    display: block;
}

.foot-bq div a img {
    display: block;
}
.foot-bq ul{
    padding-left: .1rem;
}
.foot-bq ul li p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.6);
}
.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


@media screen and (max-width:1850px) {
    .logo {
        margin-left: .2rem;
    }

    .h-right {
        margin-right: 20px;
    }
}

@media screen and (max-width:1720px) {
    .nav>ul>li {
    margin-left: 2.5%;
    }

}

@media screen and (max-width:1620px) {
    .nav>ul>li {
    margin-left: 2%;
    }
    .head{
        padding-right:1.15rem;
    }
    .g-navk{
        width:1.15rem;
    }
    .g-nav{
        width:.85rem;
    }
    .head2{
        padding-left:.2rem;
        padding-right: 1.15rem;
    }
    .nav2>ul>li.midlogo a{
        padding:0 .35rem;
    }
    .nav2>ul>li.midlogo a img{
        max-height:.65rem;
    }
}

@media screen and (max-width:1520px) {
    .logo a img {
    }

    .nav>ul>li>a {
        font-size: .18rem;
    }
}

@media screen and (max-width:1480px) {
    .px1400 {
        max-width: 1400px;
        margin: 0 10px;
    }

    .px1480 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media screen and (max-width:1200px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background: #9F1818;
        background: linear-gradient(to bottom, #9F1818 4%, #9F1818 95%);
    }

    .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: #9F1818;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: linear-gradient(to bottom, #9F1818 4%, #9F1818 95%);
    }

    .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.3s;
    }
    .foot-l ul li{
        margin-left: .25rem;
    }
}

@media screen and (max-width:1024px) {
    .foot-b{
        padding: .35rem 0;
    }
    .foot-c{
        display: block;
    }
    .foot-l ul{
        justify-content: space-between;
    }
    .foot-l ul li{
        margin-left: 0;
    }
    .foot-l ul li a{
        display: block;
    }
    .foot-l ul li a .icons{
        margin: 0 auto;
    }
    .foot-l ul li a p{
        text-align: center;
        margin-left: 0;
        margin-top: .15rem;
        font-size: .16rem;
    }
    .foot-l ul li a .icons{
        width: 0.5rem;
        height: 0.5rem;
    }
    .foot-l ul li a .icons img{
        max-width: 40%;
    }
    .foot-bq{
        margin-top: .2rem;
    }
}

@media screen and (max-width:768px) {
    .foot-l ol{
        display: block;
        margin-top: .2rem;
    }
    .foot-l ol li{
        width: auto;
    }
    .foot-r{
       margin-top: .2rem;
    }
}