@charset "UTF-8";
body{
    overflow-x: hidden;
}
header{
    width: 100%;
    padding: 0.15rem 0.3rem 2rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../img/headBg.png) no-repeat top left; background-size: 100% 100%;
}
.header_m{
    display: none;
}
.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo1 a img,.logo2  a img{
    display: block;
    width: auto;
    height: 0.66rem;
}
header .logo2{
    display: none;
}
.nav ul>li{
    float: left;
    position: relative;
}
.nav ul>li>a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 0.08rem;
    line-height: 0.4rem;
}
.nav ul>li>a:hover{
    color: #d4a752;
}
.nav .linkTop a.en:hover{
    color: #d4a752 !important;!i;!;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 99;
    top: 100%;
    padding-top: 10px;
}

.nav ul>li:first-of-type ol {
    width: 150%;
    left: -25%;
}
.nav ul>li ol::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #823286;
    border-top: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 8px 0;
    background: #823286;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav ul>li ol li a:hover{
    color: #d4a752;
}
.nav .linkTop a,.nav .linkTop p{
    float: left;
    margin-right: 0.15rem;
}

.nav .linkTop p.search {
    margin-right: 0;
}
.nav .linkTop a.yyBtn{
    display: block;
    width: 80px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 13px;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.2);
    text-align: center;
}
.nav .linkTop a.yyBtn:hover{
    background: #d4a752;
    color: #fff;
}
.nav .linkTop a.en{
    display: block;
    /* width: 26px; */
    /* height: 26px; */
    /* background: url(../img/yyBtn.png) no-repeat center; */
    position: relative;
    font-size: 0.18rem;
    font-weight: 800;
    color: #fff;
}
header.fixedHead .nav .linkTop a.en:hover{
    color: #823286 !important;!i;!;
}
.nav .linkTop a.en::before{
    display: block;
    content: "";
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    right: -0.07rem;
    top: 50%;
    transform: translateY(-50%);
}
.nav .linkTop p.search{
    width: 26px;
    height: 26px;
    background: url(../img/search.png) no-repeat center;
    cursor: pointer;
}
header.fixedHead{
    height: auto;
    background: #fff;
    padding-bottom: 0.15rem;
}
header.fixedHead .logo1{
    display: none;
}
header.fixedHead .logo2{
    display: block;
}
header.fixedHead .nav .linkTop a.yyBtn{
    background: #823286;
}
header.fixedHead  .nav .linkTop a.en::before{
    background: rgba(162, 162, 162, 0.4);
}
header.fixedHead .nav ul>li>a{
    color: #333333;
}
header.fixedHead .nav ul>li>a:hover{
    color: #823286;
}
header.fixedHead .nav .linkTop a.en{
    color: #333333;
}
/* 底部 */
footer{
    background: #823286 url(../img/footerBg.png) no-repeat top 71px center;
}
footer .footerNav{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 0.2rem;
    position: relative;
}
footer .footerNav::before{
    display: block;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background: #823286 url(../img/icon.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    z-index: 99;
    background-size: 90% auto;
}
footer .footerNav div h2{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-bottom: 0.15rem;
    margin-bottom: 0.2rem;
    position: relative;
}
footer .footerNav div h2::before{
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #D3AF46;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .footerNav ul li a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: rgba(255,255,255,0.8);
}
footer .footerNav ul li a:hover{
    color: #D3AF46;
}
footer .aboutUs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
footer .aboutUs .aboutUsTxt h2{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    padding-bottom: 0.15rem;
    position: relative;
    margin-bottom: 0.15rem;
}
footer .aboutUs .aboutUsTxt h2::before{
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #D3AF46;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .aboutUs .aboutUsTxt p{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    padding: 0.07rem 0;
    letter-spacing: 0em;
    color: rgba(255,255,255,0.8);
    padding-left: 30px;
}
footer .aboutUs .aboutUsTxt p:nth-of-type(1){
    background: url(../img/footerIcon1.png) no-repeat left center;
}
footer .aboutUs .aboutUsTxt p:nth-of-type(2){
    background: url(../img/footerIcon2.png) no-repeat left center;
}
footer .aboutUs .aboutUsTxt p:nth-of-type(3){
    background: url(../img/footerIcon3.png) no-repeat left center;
}
footer .aboutUs .code img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
footer .aboutUs .code p{
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: rgba(255,255,255,0.7);
    text-align: center;
}
footer .bq p,footer .bq a{
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: rgba(255,255,255,0.7);
    padding: 0.2rem 0;
    text-align: center;
}
footer .bq a:hover{
    color: rgba(255,255,255,1);
}
.footLink{
    min-width: 30%;
}
footer .footerNav .footLink ul>li{
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    width: 100%;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    letter-spacing: 0em;
    color: #333333;
    background: #fff;
    padding: 0 0.15rem;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

footer .footerNav .footLink ul>li>p {
    width: calc(100% - 25px);
}
footer .footerNav .footLink ul>li:hover{
    border-radius: 0.2rem 0.2rem 0 0;
}
footer .footerNav .footLink ul>li::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 10px solid #823286;
    position: absolute;
    top: 50%;
    right: 0.15rem;
    margin-top: -5px;
}
footer .footerNav .footLink ul>li ol{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 99;
}
footer .footerNav .footLink ul>li ol li a{
    display: block;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #333333;
    padding: 0.1rem 0.15rem;
    background: #FFFFFF;
    border-top: 1px solid rgba(0,0,0,0.05);
}
footer .footerNav .footLink ul>li ol li a:hover{
    color: #D3AF46;
}
/* 搜索 */
.layer {width: 100%;height: 100%;background: rgba(6,28,26,0.75);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 99999;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;}
.layer.showdiv { opacity: 1; visibility: visible; }
.layer .close {position: absolute;right: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 24px;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 55px;line-height: 55px;max-width: 50%;transform: translateY(-50px);opacity: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.layer.showdiv .search_box { transform: none; transition: all 0.5s ease-out 0s; opacity: 1; font-size: 0; }
.layer .search_box .kw {width: 85%;height: 100%;background: #fff;padding: 0 15px;font-size: 16px;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: #823286;color: #fff;width: 15%;height: 100%;text-align: center;font-size: 18px;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}

/* 媒体查询 */
@media only screen and (max-width: 1800px){
    .nav ul>li>a{
        padding: 0 0.03rem;
    }
}
@media only screen and (max-width: 1680px){
    .w1600{
        width: 100%;
        padding: 0 0.3rem;
    }
    .footLink{   
        min-width: 35%;
    }
    footer .footerNav ul li a{
        font-size: 0.15rem;
    }
    /* 移动端顶部 */
    header{
        display: none;
    }
    .header_m{
        display: block;
    }
    .m_Top{
        display: flex;
        padding: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a img{
        display: block;
        width: auto;
        height: 58px;
    }
    .m_Top .linkTop a,.m_Top .linkTop p{
        float: left;
        margin-right: 0.25rem;
    }
    .m_Top .linkTop a.yyBtn{
        display: block;
        width: 80px;
        line-height: 26px;
        font-size: 12px;
        border-radius: 13px;
        color: rgba(255,255,255,0.7);
        background: #823286;
        text-align: center;
    }
    .m_Top .linkTop a.yyBtn:hover{
        background: #d4a752;
        color: #fff;
    }
    .m_Top .linkTop a.en{
        display: block;
        width: 26px;
        height: 26px;
        background: url(../img/yyBtn.png) no-repeat center;
        position: relative;
    }
    .layer{
        display: none!important;
    }
    /* 移动端导航按钮 */
    .menu1 {
        width: 36px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #823286;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 0;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(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: #fff;
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 98px);
        position: fixed;
        top: 98px;
        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: 16px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #1f296b;
    }
    .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: #444444;
        display: block;
    }

    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #1f296b;
    }
    /* 移动端搜索 */
    .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/search.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
}
@media only screen and (max-width: 1560px){
    .w1460{
        width: 100%;
        padding: 0 0.3rem;
    }
    .logo1 a img,.logo2  a img{
        height: 42px;
    }
    header{
        padding: 0.3rem 0.15rem!important;
    }
}
@media only screen and (max-width: 1400px){

}
@media only screen and (max-width: 1240px){
    
    .w1460,.w1600{
        padding: 0 0.2rem;
    }
}
@media only screen and (max-width: 1040px){
    footer .footerNav::before{
        width:88px;
        height:88px;
    }
    footer .footerNav{
        padding-top: 66px;
        flex-wrap: wrap;
    }

.footLink {
    width: 100%;
    margin-top: 20px;
}
}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 15px;
    }
    .m_Top .logo a img{
        height: 29px;
    }
    .m_nav{
        height: calc(100% - 64px);
        top: 55px;
    }
    .menu1{
        width: 30px;
    }
    .m_Top .linkTop a, .m_Top .linkTop p{
        margin-right: 10px;
    }
    .menu1 span{
        margin-top: 8px;
    }
    .w1460,.w1600{
        padding: 0 0.15rem;
    }
    footer .bq p, footer .bq a{
        line-height: 0.24rem;
        padding: 0.1rem 0;
    }
    footer .footerNav::before{
        width:66px;
        height:66px;
    }
    footer .footerNav{
        padding-top: 25px;
    }
    footer .footerNav>div{
        display:none;
    }

.footLink {
    display: block!important;
    margin-top: 0;
}

footer .footerNav .footLink ul>li {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}
}
@media only screen and (max-width: 560px){
    .m_nav ul,.m_nav .search3{
        width: 100%;
    }
    .m_Top .linkTop a, .m_Top .linkTop p{
        display: none!important;
    }
    footer .aboutUs{
        flex-direction: column;
        padding: 15px 0 10px;
    }
    .aboutUsTxt{
        width: 100%;
    }
    .code{
        width: 100%;
        margin-top: 10px;
    }
    footer .aboutUs .code p{
        line-height: 1;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 420px){

}