@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "Î¢ÈíÑÅºÚ";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wal {
    max-width: 15.8rem;
    margin: 0 auto;
}
.wal2{
    max-width: 14rem;
    margin: 0 auto;
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}
.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-bottom: 1.3rem;
    transition: all .3s;
    background: url("/images/head.png") repeat-x top center;
    background-size: contain;
}
.head{
    opacity:0;transform:translateY(-100%);
}
.head.showdiv{
    opacity:1;transform:none;
}
.body_home.showdiv .head{
    transform:none;opacity:1;
}
.head2{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.head2 .d2{
    padding: 0.1rem;
    background: #fff;
}
.head .d1,.head2 .d1 {
    background: #901588;
    line-height: 0.42rem;
    height: 0.42rem;
    font-size: 0.14rem;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
}
.d1 .ll{
    float: left;
    font-size: 0;
}
.d1 .rr{
    float: right;
    font-size: 0;
}
.d1 a{
    display: inline-block;
    font-size: 0.14rem;
    color: #fff;
    padding: 0 0.1rem;
    vertical-align: middle;
}
.d1 .search{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 0.14rem;
    height: 0.42rem;
    margin: 0 0.1rem;
}
.d1 .search .input{
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.12rem;
    top: 0.01rem;
    bottom: auto;
    height: 0.4rem;
    width: 0.2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.d1 .search .input input{
    width: 88%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    padding: 0 0.14rem;
}

.d1 .search .p-ico input{
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: 0.42rem;
    transform: translateY(-50%);
}
.d1 .search .p-ico input.search2{
    display: none;
}
.search.on .input {
    width: 3rem;
    opacity: 1;
    visibility: visible;
}
.search.on .p-ico {
    color: #6510AD;
}
.d1 .search.on .p-ico input.search1{
    display: none;
}
.d1 .search.on .p-ico input.search2{
    display: block;
}

.d2{
    padding-top: 0.29rem;
}
.d2 .wal{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo{
    width: 5.8rem;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo a img{
    display: block;
    width: 100%;
}
.wal>.nav{
    margin-top: 0.25rem;
}
.nav>ul>li{
    float: left;
    margin-left: 0.28rem;
    line-height: 0.64rem;
    position: relative;
}
.nav>ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #fff;
}
.nav>ul>li>div{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1.75rem;
    transform: translateX(-50%);
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: none;
}
.nav>ul>li:last-child>div{
    left: auto;
    right: 0;
    transform: translateX(0);
}
.nav>ul>li>div>ul {
    overflow: hidden;
}


.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 0.14rem;
    border-top: 1px solid #eeeeee;
    line-height: 0.53rem;
    transition: .3s;
    color: #222;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #6510ad;
    background: #f5e9ff;
}
.body_b .head2 {
    opacity: 0;
    transform: translateY(-100%);
}
.body_b.showdiv .head2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}

.head2 .wal{
    align-items: center;
}
.head2 .nav{
    margin-top: 0;
}
.head2 .nav>ul>li>a{
    color: #333333;
}
.foot{
    padding-top: 0.57rem;
    padding-bottom: 0.57rem;
    background: url("/images/foot.png") no-repeat center center;
}
.f-logo {
    float: left;
    width: 5.58rem;
    font-size: 0;
    margin-top: 0.14rem;
}
.f-logo img{
    display: inline-block;
    height: 0.7rem;
}
.bq {
    float: left;
    width: 4.2rem;
    margin-left: 0.63rem;
}
.bq p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.32rem;
}
.bq p a{
    color:#fff;
}
.f-link{
    float: right;
    font-size: 0;
    margin-top: 0.32rem;
}
.f-link a{
    display: inline-block;
    width: 0.47rem;
    height: 0.4rem;
    margin-left: 0.43rem;
    position: relative;
}
.f-link a:first-child{
    margin-left: 0;
}
.f-link a>img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.f-link a>span{
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.57rem;
    margin-bottom: 10px;
    margin-top: 0.16rem;
    padding: 0.1rem;
    width: 1.14rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-0.1rem);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}
.f-link .code > img {
    display: block;
    width: 100%;
}
.f-link .code:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    font-size: 0;
    border-top-color: #fff;
    transform:translateX(-50%);
}
.footer .f-link a:hover {
    opacity: 0.8;
}
a:hover  .code {
    visibility: visible;
    opacity: 1;
    transform:translateY(0);
}

.wap{
    display: none;
}
.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.15625rem;
    top: 0.28125rem;
    width: 0.39rem;
    height: 0.39rem;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 0.39rem;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1400px){
    .logo {
        width: 5.4rem;
    }
}

@media screen and (max-width: 1024px){
    body{overflow-x:hidden;}
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #6e1b68;
        padding: 0.15625rem;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 0.4rem;
    }
    .m-logo img {
        max-height: 0.625rem;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 0.15625rem 0.15625rem 0;
    }

    .m-tlink a {
        font-size: 0.2185rem;
        margin: 5px 0;
        display: inline-block;
        background: #fff;
        color: #6510ad;
        line-height: 0.46875rem;
        padding: 0 0.23437rem;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 0.15rem;
        padding-right: 0.5rem;
        padding-left: 0.1rem;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        position: relative;
        line-height: 0.35rem;
        /* background: #fff; */
        margin-top: 0.15rem;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 0.39062rem;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 0.15625rem;
        top: 50%;
        height: 0.25rem;
        transform: translateY(-50%);
    }
    .m-nav {
        position: fixed;
        top: 0.9375rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #6e1b68;
        overflow-y: scroll;
        width: 100%;
        max-width: 5.8593rem;
    }
    .m-nav ul {
        padding: 0 0.23437rem;
        /* 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: 0.21875rem;
        line-height: 0.3125rem;
        padding: 0.23437rem 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 0.15625rem 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 0.3125rem;
        height: 0.3125rem;
        background: url('/images/nav-icon.png') no-repeat center center;
        background-size: 0.15625rem 0.1875rem;
        right: 0;
        top: 0.23437rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .h-right,.logo{
        float: none;
    }
    .m-left{
        float: none;
        width: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 850px){
    .wal2{
        max-width: none;
        padding: 0 0.15rem;
    }
    .f-logo{
        float: none;
        width: auto;
    }
    .bq{
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 0.45rem;
    }
    .f-link{
        float: none;
        width: auto;
        margin-top: 0.45rem;
    }
    .bq p{
        font-size: 0.28rem;
        line-height: 1.75;
    }
    .foot{
        padding: 0.35rem 0 ;
        background-size: cover;
    }
    .f-logo img{
        height: auto;
    }
}
@media screen and (max-width: 550px){
    .f-logo img{
        max-height: 36px;
    }
    .m-nav{
        max-width: 550px;
    }
}