* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.wave {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.wave.on {
    display: block;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #3d125c;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}

#main {
    /*position: relative;*/
   overflow:hidden;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #59108f;
    padding: 20px 0;
    z-index: 9;
}


.banner {
overflow:hidden;
width:100%;
height:100%;
}


.banner a {
    position: relative;
    display: block;
}



.banner a img {
    display: block;
   width:100%;
}

.banner a p {
    position: absolute;
    bottom: 50px;
    left: 260px;
    font-size: 34px;
    color: #fff;
    z-index: 6;
}

.banner .slick-dots {
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 12px;
}

.banner .slick-dots li.slick-active {
    background-color: #d1ab7a;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    width: 100%;
}

.head-r {
    float: right;
}

.nav {
    float: left;
}

.sousuo {
    float: right;
    margin-top: 28px;
}

.nav>ul>li {
    position: relative;
    float: left;
    padding-top: 30px;
    margin-right: 15px;
    padding-bottom: 25px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 80px;
    background-color: #fff;
    box-shadow: 0 0 5px #e1a5a5;
    z-index: 999;
    display: none;
}

.nav>ul>li ul li {
    line-height: 35px;
}

.nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li ul li:hover {
    background-color: #59108f;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.footer {
    background: url(../images/footer.png) no-repeat center center;
    background-size: cover;
}

.foot-top {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.link {
    font-size: 0;
}

.link>a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 45px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}

.link>a:first-child {
    border-left: none;
    padding-left: 0;
}

.link>a:last-child {
    padding-right: 0;
}

.foot-m {
    overflow: hidden;
    padding: 35px 0;
}

.fm-l {
    float: left;
    width: 540px;
    margin-top: 25px;
}
.fm-l img {
   width:92%;
   
}
.fm-l a {
    display: block;
}

.fm-l a img {
    display: block;
}

.fm-r {
    overflow: hidden;
}

.fm-r ul li.child1 {
    float: left;
    width: 55%;
    border-left: 1px solid #8e59b1;
    border-right: 1px solid #8e59b1;
    box-sizing: border-box;
    padding-left: 45px;
    color: #fff;
}

.fm-r ul li.child2 {
    float: right;
    width: 45%;
    padding-left: 36px;
    box-sizing: border-box;
    color: #fff;
}

.fm-r h2 {
    font-size: 16px;
    color: #fff;
}

.fm-r p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.foot-down {
    padding: 20px 0;
    line-height: 24px;
    background: rgb(75, 11, 123, .6);
}

.fd {
    position: relative;
}

.fd p {
    text-align: center;
    font-size: 14px;
    color: #cfc5e7;
}

.foot-down .ewm {
    position: absolute;
    right: 0;
    top: -5px;
}

.foot-down .ewm>ul>li {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.foot-down .ewm>ul>li .icon-ewm {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.foot-down .ewm>ul>li:hover .icon-ewm {
    display: block;
}


/* ç§»åŠ¨ç«¯å¤´éƒ¨ */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

@media screen and (max-width: 1400px) {

 body {
        margin-top: 62px;
    }
    .header {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 11px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #57068c;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        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;
        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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #6e18a6;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .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;
    }

    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .link>a {
        padding: 0 20px;
    }
    .fm-r ul li.child1 {
        padding-left: 10px;
    }
    .fm-r ul li.child2 {
        padding-left: 10px;
    }
    .fm-l {
        width: 320px;
    }
    .foot-down .ewm {
        right: 30px;
    }
}

@media screen and (max-width: 1260px) {
    .nav>ul>li {
        margin-right: 15px;
    }
    .nav>ul>li>a {
        font-size: 16px;
    }
    .head-l a img {
        
    }
}

@media screen and (max-width: 1024px) {
    body {
        margin-top: 62px;
    }
    .header {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 11px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #57068c;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        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;
        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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #6e18a6;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .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;
    }
}

@media screen and (max-width: 1000px) {
    .link>a {
        padding: 0 10px;
        font-size: 14px;
    }
    .fm-l {
        float: none;
        width: auto;
    }
    .fm-l a img {
        margin: 0 auto;
    }
    .foot-down .ewm {
        position: static;
        text-align: center;
    }
    .fm-r {
        overflow: visible;
        margin-top: 10px;
    }
    .fm-r ul li.child1 {
        border: none;
    }
    .banner a p {
        left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .fm-r ul li.child1 {
        float: none;
        width: auto;
        padding-left: 0;
        margin-top: 20px;
    }
    .fm-r ul li.child2 {
        float: none;
        width: auto;
        padding-left: 0;
        margin-top: 20px;
    }
    .banner a p {
        font-size: 22px;
    }
    .banner .slick-dots {
        bottom: 10px;
    }
    .banner .slick-dots li {
        margin: 0 5px;
    }
    .link>a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}