@charset "utf-8";
@font-face {
    font-family: SourceHanSerifCN-Bold;src: url("../font/SourceHanSerifCN-Bold.otf");
}
@font-face {
    font-family: TimesNewRoman;src: url("../font/TimesNewRoman.ttf");
}
@font-face {
    font-family: MongolianBaiti;src: url("../font/monbaiti.ttf");
}
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 9999;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    position: fixed;
    top: 0;
    left: 0;
}
header .w1600>.flex{
    width: 100%;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
/* 导航logo--1 */
.logo {
    transition: all 0.5s ease;
}
.logo a,.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.66rem;
}
/* 导航 */
.nav {
    width: auto;
    height: auto;
    padding-right: 0.46rem;
    position:relative;
}
.nav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav ul>li{
    position: relative;
    padding: 0 0.3rem;
}
.nav ul>li::before{
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav ul>li:last-of-type::before{
    display: none;
}
.nav ul>li>a{
    display: block;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: center;
    letter-spacing: 0em;
    color: #ffcc99;
    position: relative;
    font-weight: normal;
}
.nav ul>li:hover>a{
    font-weight: bold;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 99;
    left: 0;
    top: calc(100% + 0.1rem);
    box-shadow: 0 0.05rem 0.1rem 0 rgba(123, 7, 10, 0.75);
    -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(123, 7, 10, 0.75);
    -moz-box-shadow: 0 0.05rem 0.1rem 0 rgba(123, 7, 10, 0.75);
    background: #a12e32;
    box-sizing: border-box;
    border-radius: 0.2rem;
    padding: 0.1rem 0;
}
.nav ul>li ol .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 0.4rem;
    overflow: hidden;
}
.nav ul>li ol .tri::after {
    display: none;
    content: "";
    box-sizing: border-box;
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 auto;
    background: rgba(255,255,255,0.85);
    -webkit-transform: translate(0px, 0.36rem) rotate(45deg);
    -moz-transform: translate(0px, 0.36rem) rotate(45deg);
    -ms-transform: translate(0px, 0.36rem) rotate(45deg);
    -o-transform: translate(0px, 0.36rem) rotate(45deg);
    transform: translate(0px, 0.36rem) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.nav ul>li:hover ol {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #f9c493;
    text-align: center;
    line-height: 0.32rem;
    padding: 0.05rem;
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    font-weight:bold;
}
.menuBtn {
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}
.menuBtn p{
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menuBtn p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.26rem;
}
/* 搜索 */
.serSub{
    width: 0.46rem;
    height: 0.46rem;
    position: relative;
    border-radius: 0.23rem;
    overflow: hidden;
    background: #fff;
}
.serSub.active {
    width: 2.66rem;
}
.serSub .text{
    display: block;
    float: left;
    width: calc(100% - 0.46rem);
    height: 0.46rem;
    border: none;
    font-size: 0.16rem;
    line-height: 0.46rem;
    color: #333;
    padding: 0 0.15rem;
    box-sizing: border-box;
    background: transparent;
}
.serSub .submit{
    display: block;
    float: left;
    width: 0.46rem;
    height: 0.46rem;
    background: transparent url(../img/search.png) no-repeat center;
    background-size: 0.24rem auto;
    border: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
}

.header_m{
    display: none;
}
/* 底部 */
footer{
    background: url(../img/footerBg.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 9;
}
footer .link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5rem 0 0.3rem;
}
footer .link h2{
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #ffffff;
    margin-right: 0.3rem;
    font-weight: normal;
}
footer .link li{
    float: left;
    margin-right: 0.6rem;
    position: relative;
}
footer .link li::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.3rem;
    background: rgba(194, 194, 194, 0.4);
    position: absolute;
    right: -0.3rem;
    top: 50%;
    transform: translateY(-47%) rotate(20deg);
}
footer .link li:last-of-type{
    margin-right: 0;
}
footer .link li:last-of-type:before{
    display: none;
}
footer .link li a{
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #fff;
}
footer .link li a:hover{
    color: #ffcc99;
}
footer .w1600>.flex{
    padding: 0.1rem 0;
    border-top: 1px solid #90282c;
    border-bottom: 1px solid #90282c;
}
footer .lxfs p{
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #fff;
}
footer .bq{
    padding: 0.15rem 0;
}
footer .bq p{
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #cc9999;
    text-align: right;
}
.code li{
    float: left;
    position: relative;
    cursor: pointer;
    margin-left: 0.2rem;
}
.code li a{
    display: block;
}
.code li p.icon{
    width: 38px;
    height: 38px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
.code li p.icon img{
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 38px;
    max-height: 38px;
    opacity: 0.52;
}
.code li p.codeImg{
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    padding-bottom: 0.2rem;
    animation: 0.5s ease .3s 1 normal backwards running codeDown;
}
.code li p.codeImg::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-top: 0.1rem solid rgba(255,255,255,1);
}
.code li p.codeImg img{
    display: block;
    width: 0.9rem;
    height: auto;
    object-fit: cover;
    max-width: none;
    padding: 0.1rem;
    background: #fff;
}
.code li:hover p.codeImg{
    display: block;
}
.code li:hover p.icon img{
    opacity:0.8;
}
.code li:first-of-type{
    margin-left: 0;
}
/* 媒体查询 */
@media only screen and (min-width: 1921px){
    .logo a,.logo a img{
        max-height: none;
        height: 0.66rem;
    }
}
@media only screen and (max-width: 1700px){
    .w1600,.w1500{
        padding: 0 0.3rem;
        width: 100%;
        max-width: none;
    }
    .nav ul>li{
        padding: 0 0.2rem;
    }
}
@media only screen and (max-width: 1040px){
    header{
        display: none;
    }
    body{
        padding-top: 0;
    }
    .header_m{
        display: block;
    }
    .m_Top{
        display: flex;
        padding: 15px 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a ,.m_Top .logo a img{
        display: block;
        width: auto;
        height: 66px;
        max-height: none;
    }
    .menu1 {
        width: 32px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #ffffff;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }
    .menu1 span:nth-of-type(2){
        width:75%;
    }
    .menu1 span:first-of-type {
        margin-top: 0;
    }

    .menu1.open span:nth-of-type(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-of-type(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
        width:100%;
    }

    .menu1.open span:nth-of-type(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: #952428;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
    }
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 96px);
        position: fixed;
        top: 96px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #952428;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }
    .m_nav ul li ol>li a {
        color: #333333;
        display: block;
    }
    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #952428;
    }
    footer .bq p,footer .lxfs p{
        font-size: 14px;
        line-height: 24px;
    }
    footer .bq{
        padding: 8px 0;
    }
    footer .link{
        padding: 20px 0;
    }
    footer .link h2{
        margin-right: 10px;
        font-size: 18px;
    }
    footer .link li{
        margin-right: 30px;
    }
    footer .link li::before{
        right: -15px;
        height: 20px;
    }
}
@media only screen and (max-width: 768px){
    .w1600,.w1500{
        padding: 0 20px;
    }
    .m_Top{
        padding: 10px 20px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 52px;
    }
    .m_nav {
        height: calc(100% - 72px);
        top: 72px;
    }
    footer .link h2{
        margin-bottom: 10px;
    }
    footer .lxfs{
        width: 100%;
    }
    footer .lxfs p,footer .bq p{
        text-align:center;
    }
    footer .w1600>.flex{
        justify-content:center;
        padding: 15px 0;
    }
    footer .code{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 560px){
    .m_Top{
        padding: 10px 12px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 40px;
    }
    .m_nav{
        height: calc(100% - 60px);
        top: 60px;
    }
    .w1600,.w1500{
        padding: 0 12px;
    }
    .menu1{
        width: 34px;
    }
    .menu1 span{
        margin-top: 10px;
    }
    .m_nav ul{
        width:100%;
    }
    .m_nav ul>li>a {
        font-size: 16px;
        text-indent: 12px;
        line-height: 44px;
    }
    .m_nav ul li i {
        width: 15%;
        height: 44px;
    }
    .m_nav ul li ol>li{
        text-indent: 24px;
        line-height: 36px;
        font-size: 14px;
    }
    .m_nav .search3{
        width: 100%;
    }
    footer .bq p, footer .lxfs p{
        font-size: 12px;
    }
    footer .link li a{
        font-size: 14px;
        line-height: 22px;
    }
    footer .link h2{
        font-size: 16px;
        margin-bottom: 5px;
    }
    footer .link{
        padding: 10px 0;
    }
}