@charset "UTF-8";



@font-face {
    font-family: "Bebas";
    src: url(../fonts/Bebas.ttf);
}


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: 10rem;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: .2rem 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 .7rem 0 .35rem;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
    font-size: .2rem;
}

.t-search>div input[type="text"]::placeholder {
    color: #9E9E9E;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .7rem;
    cursor: pointer;
}

.search-btn input {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ssearch-icon.png) no-repeat;
    background-position: center center;
    background-size: .35rem;
    cursor: pointer;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
}

.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: flex-start;
    justify-content: space-between;
    /* max-width: 1600px; */
    margin: 0 auto;
}

.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;
    padding: .3rem 0;
    border-bottom: 1px solid #FFFFFF;
    padding-left: .6rem;
    margin-right: .13rem;
    position: relative;
}

.logo::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 1px;
    height: 1.5rem;
    background: #fff;
    transform: rotate(30deg);
    transform-origin: left bottom;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
   float:left;
}

.logo a img {
    vertical-align: middle;
    height: .72rem;
}

.h-right {
    /* 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:hover {
    background: url(../images/icon-lingx3.png) no-repeat;
    background-size: 100% 100%;
}

.h-link a {
    font-size: .16rem;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: .62rem;
    height: .72rem;
    justify-content: center;
    background: url(../images/icon-lingx1.png) no-repeat;
    background-size: 100% 100%;
    margin-left: .3rem;
    transition: all 0.5s;
}

.h-link span {
    background: rgba(255, 255, 255, 0.3);
    margin: 0 .1rem;
    height: .15rem;
    width: 2px;
}

.h-link a img {}

.h-link a:nth-child(1) img {
    height: 0.18rem;
}

.h-link a:nth-child(2) img {
    height: 0.27rem;
}

.h-link a:hover {
    opacity: 1;
}

.nav {
    text-align: right;
    flex: 1;
    min-width: 0;
}

.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: .5rem;
}



.nav>ul>li>a {
    display: block;
    line-height: .96rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-family: Cambria;
    font-size: .2rem;
    color: #fff;
    position: relative;
    /* font-weight: 600; */
}

.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.1rem;
}

.nav>ul>li.active {}


.nav>ul>li.active:hover::before {
    opacity: 0;
}

.nav>ul>li.active:hover::after {
    opacity: 0;
}

.ejnav {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    background-position: center top;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    width: 180px;
    opacity: 0;
    display: none;
    align-items: center;
border-radius: 0 0 10px 10px;
}

.ejnav>.pics {
    width: 3rem;
}

.ejnav>.pics img {
    display: block;
    width: 100%;
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.ejnav>ul>li {}

.ejnav>ul>li a {
    display: block;
    transition: .3s;
    white-space: nowrap;
    text-align: left;
    font-size: .18rem;
    font-weight: normal;
    line-height: .4rem;
    color: #383838;
    text-align: center;
}

.ejnav>ul>li a:hover {
    background: #693329;
    background-position: left center;
    color: #fff;
}


.head2 {
    position: relative;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-1.4rem);
    transition: all 0.8s;
}

.head2 .logo {
    background: #743B30;
    border-color: transparent;
    z-index: 9;
}

.head2 .logo::before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    border-width: 1.32rem .75rem 0 0;
    border-style: solid;
    border-color: #743B30 transparent transparent transparent;
}

.head2 .logo::after {
    background-color: transparent;
}

.head2 .h-right {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
}

.head2 .h-right .nav>ul>li>a {
    color: #3C3C3C;
}

.head2 .h-right .h-link a {
    background: url(../images/icon-lingx2.png) no-repeat;
    background-size: 100% 100%;
}

.head2 .h-right .h-link a:hover {
    background: url(../images/icon-lingx4.png) no-repeat;
    background-size: 100% 100%;
}


.head2.show {
    transform: translateY(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;
}

.bnav {
    border-top: 1px solid #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .64rem;
    z-index: 99;
}

.bnav>div {
    position: relative;
}

.bnav ul {
    display: flex;
    position: absolute;
    left: 0;
    right: 15%;
}

.bnav ul>li {
    position: relative;
    width: 20%;
    transition: all 0.5s;
}

.bnav ul>li>a {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.64rem;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
}

.bnav ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0.75rem;
    background: #fff;
    transform-origin: left bottom;
    transform: rotate(30deg);
    transition: all 0.5s;
}

.bnav ul li ol {
    position: absolute;
    bottom: 100%;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    left: 0;
    right: 0;
    transition: all .5s;
    /* transform:translateY(-.25rem) translateX(.52rem) scaleY(0); */
    transform: translateX(.35rem) skewX(-30deg) scaleY(0);
    transform-origin: center bottom;
    padding: .2rem 0;
}

.bnav ul li ol li {
    transition: all .5s;
}

.bnav ul li:hover ol {
    transform-origin: left bottom;
    transition-delay: .5s;
    transform: translateY(-.25rem) scale(1);
    transform: translateX(.35rem) skewX(-30deg) scale(1);
}

.bnav ul>li:hover>a {
    transform: translateY(-.1rem);
    padding-left: 10%;
    font-weight: 600;
}

.bnav ul>li:hover::before {
    transition-delay: .3s;
    background: transparent;
}

.bnav ul>li:hover+li::before {
    transition-delay: .3s;
    background: transparent;
}

.bnav ul li ol li {}

.bnav ul li ol li:hover {
    background: #D9B765;
}

.bnav ul li ol li:hover a {
    color: #fff;
}

.bnav ul li ol li a {
    display: block;
    text-align: center;
    font-size: .18rem;
    line-height: .4rem;
    transform: skewX(30deg);
}

.bnav-item-bg {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: 0;
    height: 0.89rem;
    background: #D9B765;
    transform: skewX(-30deg);
    transform-origin: left bottom;
    transition: all 0.5s;
    opacity: 0;
}

.bnav ul:hover .bnav-item-bg {
    opacity: 1;
}



/* 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;
    display: flex;
    flex-direction: row-reverse;
    padding-top: .1rem;
    border-bottom: 1px solid #FFFFFF;
    padding-right: .6rem;
    z-index: 1;
}

/* foot */
.footer {
    background: #693329;
    position: relative;
    z-index: 9;
}

.foot-c {}

.foot-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem .5rem .15rem .5rem;
}

.foot-l a {
    display: block;
    float:left;
    margin-right:30px;
}

.foot-l a img {
    display: block;
    max-width: 100%;
    max-height: .72rem;
}

.foot-m img {
    display: block;
    max-height: .94rem;
}

.foot-r {
    display: flex;
    align-items: center;
}

.link-group>div {
    position: relative;
    width: 3.3rem;
    border: 1px solid rgba(225, 225, 225, .2);
    margin-top: .3rem;
}

.link-group>div:nth-child(1) {
    margin-top: 0;
}

.link-group p {
    line-height: .45rem;
    padding: 0px .15rem 0 .2rem;
    color: #fff;
    text-align: left;
    font-size: .16rem;
    background: url("../images/link-icon-down.png") 95% center no-repeat;
    overflow: hidden;
    opacity: .6;
}

.link-group>div:hover {
    border-color: #fff;
}

.link-group>div:hover p {
    opacity: 1;
}

.link-group>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.link-group>div div {
    position: absolute;
    bottom: 100%;
    background: rgb(255, 255, 255);
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
}

.link-group>div div a {
    display: block;
    color: rgb(51, 51, 51);
    line-height: .3rem;
    font-size: .14rem;
    padding: 0px .1rem;
}

.link-group>div div a:hover {
    background: #9c0c15;
    color: rgb(255, 255, 255);
}



.fmeida {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: .6rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .8;

}

.fmeida li a>div {
    width: .78rem;
    height: .79rem;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.fmeida li a>div>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.fmeida li a>img {}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div>img {
    display: block;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    width: 1.5rem;
    height: 1.5rem;
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100%;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}

.foot-b ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem;
    border-top: 1px solid rgba(216, 216, 216, .1);
}

.foot-b ul li {
    display: flex;
    align-items: center;
}

.foot-b ul li .icons {
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .2);
}

.foot-b ul li .icons img {
    display: block;
    width: 0.25rem;
    max-width: 100%;
    max-height: 100%;
}

.foot-b ul li p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: .15rem;
}

.bq {
    background: #532219;
    padding: 0.25rem .1rem;
}

.bq p {
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width:1850px) {}

@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 {}



    .head2 {}

    .nav2>ul>li.midlogo a {
        padding: 0 .35rem;
    }

    .nav2>ul>li.midlogo a img {
        max-height: .65rem;
    }
}

@media screen and (max-width:1520px) {

    .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;
    }

    .logo {
        padding-left: .2rem;
    }

    .logo a img {
        height: .5rem;
    }

    .h-right {
        padding-right: .2rem;
    }

    .h-link a {
        margin-left: .2rem;
        width: 0.5rem;
        height: 0.6rem;
    }

    .banner .slick-dots {
        left: auto;
        right: 0;
    }

    .fmeida li a>div {
        width: 0.6rem;
        height: 0.6rem;
    }

    .fmeida li {
        margin-left: .2rem;
    }

    .fmeida {
        margin-left: .3rem;
    }
}

@media screen and (max-width:1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1199px) {
.foot-l a{float:none;}
}

@media screen and (max-width:1024px) {
    .bnav {
        display: none;
    }

    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: #743B30;
    }

    .m-logo {
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 80%;
        height: 40px;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
        margin-right: 10px;
    }

    .m-logo img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 40px;
    }

    .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: #743B30;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .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-c {
        display: block;
    }

    .foot-t {
        display: block;
        padding: .3rem .2rem;
    }

    .foot-l a img {
        margin: 0 auto;
    }

    .foot-m img {
        margin: 0 auto;
    }

    .foot-r {
        display: block;
    }

    .link-group>div {
        width: auto;
    }

    .fmeida {
        margin-left: 0;
        justify-content: center;
        margin-top: .2rem;
    }

    .foot-b ul {
        padding: .2rem;
        display: block;
    }

    .foot-b ul li {
        margin: .1rem 0;
    }

    .foot-b ul li p {
        flex: 1;
        min-width: 0;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}