    * {
        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: fixed;
        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: #601d42;
        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;
    }
    
    .m-top {
        position: relative;
    }
    
    .header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        background: url(/images/banner-bg.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .banner a {
        display: block;
        position: relative;
    }
    
    .banner a img {
        display: block;
        width: 100%;
    }
    
    .head {
        padding-top: 10px;
    }
    
    .head-l {
        float: left;
    }
    
    .head-r {
        float: right;
    }
    
    .head-top {
        line-height: 20px;
        color: #fff;
        font-size: 14px;
        color: #fff;
        margin-bottom: 20px;
        text-align: right;
    }
    
    .head-top>a {
        font-size: 14px;
        color: #fff;
    }
    
    .head-top>span {
        padding: 10px;
    }
    
    .head-top>span em {
        font-size: 18px;
        color: #fff;
    }
    
    .head-top>img {
        vertical-align: middle;
    }
    
    .nav>ul>li {
        position: relative;
        float: left;
        margin-left:50px;
    }
    
    .nav>ul>li>a {
        display: block;
        position: relative;
        font-size: 18px;
font-weight:bold;
        padding-bottom: 20px;
        color: #fff;
    }
    
    .nav>ul>li>ul {
        position: absolute;
        width: 200px;
        top: 41px;
        left: 50%;
        margin-left: -100px;
        background: rgba(255, 255, 255, .3);
        z-index: 999;
        display: none;
    }
    
    .nav>ul>li>ul>li {
        text-align: center;
        line-height: 40px;
    }
    
    .nav>ul>li>ul>li>a {
        font-size: 14px;
        color: #333;
    }
    
    .nav>ul>li>a:before {
        content: "";
        left: 50%;
        right: 50%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 15px;
        transition: all 0.3s;
    }
    
    .nav>ul>li>a:after {
        content: "";
        width: 1px;
        height: 0;
        background: #fff;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transition: all 0.3s;
    }
    
    .nav>ul>li.on>a.active:before {
        left: 0;
        right: 0;
    }
    
    .nav>ul>li.on>a.active:after {
        height: 15px;
        bottom: 0;
    }
    
    .nav>ul>li>ul>li:hover {
        background-color: rgba(109, 33, 75, .9);
    }
    
    .nav>ul>li>ul>li:hover>a {
        color: #fff;
    }
    
    .banner .slick-dots {
        bottom: 64px;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .banner .slick-dots li {
        width: 40px;
        height: 40px;
        margin: 0 1px;
        border-bottom: 4px solid rgba(255, 255, 255, .24);
    }
    
    .banner .slick-dots li button {
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        display: block;
        color: #fff;
    }
    
    .banner .slick-dots li.slick-active {
        bottom: -5px;
        border-bottom: 4px solid #fff;
    }
    
    .banner .slick-dots li.slick-active button {
        font-size: 16px;
    }
    
    .footer {
        background: url(/images/foot-bg.png) no-repeat center center;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .foot {
        overflow: hidden;
    }
    
    .foot-l {
        float: left;
        width: 32%;
    }
    
    .foot-l>p {
        line-height: 35px;
        font-size: 14px;
        color:rgba(255,255,255,.6);
        display: inline-block;
    }
    
    .fl-top img {
        display: block;
    }
    
    .foot-m {
        float: left;
        width: 53%;
    }
    
    .foot-m>ul>li {
        float: left;
        width: 50%;
        border-left: 1px solid #824769;
        border-right: 1px solid #824769;
        box-sizing: border-box;
        min-height: 214px;
    }
    
    .foot-m>ul>li:first-child {
        border-right: none;
    }
    
    .foot-m>ul>li>h3 {
        margin-left: 55px;
        border-left: 2px solid #fff;
        padding-left: 8px;
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 15px;
    }
    
    .foot-m>ul>li>ul {
        padding-left: 55px;
        padding-right: 60px;
    }
    
    .foot-m>ul>li>ul>li {
        float: left;
        min-width: 50%;
        margin-top: 15px;
    }
    
    .foot-m>ul>li>ul>li>a {
        font-size: 14px;
        color:rgba(255,255,255,.6);
    }
    
    .foot-r {
        float: right;
    }
    
    .down {
        background-color: #601d42;
        line-height: 48px;
        text-align: center;
    }
    
    .down>p {
        font-size: 14px;
        color: rgba(255, 255, 255, .6);
    }
    .down>p a{
        color: rgba(255, 255, 255, .6);
    }
    
    .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:32px;
        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) {
        .head {
            padding-left: 10px;
            padding-right: 10px;
        }
        .footer {
            padding-left: 10px;
            padding-right: 10px;
        }
        .fl-top img {
            width: 80%;
        }
        .foot-m>ul>li>ul {
            padding-left: 10px;
            padding-right: 10px;
        }
    }
      @media screen and (max-width: 1200px){.nav>ul>li{margin-left: 28px;}}
    @media screen and (max-width: 1024px) {
        body {
            padding-top: 60px;
        }
        .header {
            display: none;
        }
  .code {
            display: block;
            text-align: center;
            border-bottom: 1px solid rgba(255, 255, 255, .24);
        }
        .code>p {
            line-height: 30px;
            display: inline-block;
            margin: 0 10px;
        }
        .code>p>span {
            font-size: 14px;
            color: #fff;
        }
        .code>p>span i {
            font-size: 14px;
            color: #fff;
        }
        .wap {
            display: block;
        }
        .m-logo {
            font-size: 0;
        }
        .m-head {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: #fff;
            padding: 10px;
            z-index: 999;
            box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
            background: #601d42;
        }
        .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: 90px;
            left: 100%;
            right: 0;
            bottom: 0;
            z-index: 999;
            background: #6c204a;
            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: 1020px) {
        .foot-l {
            float: none;
            width: auto;
            margin-bottom: 30px;
        }
        .foot-m {
            width: 75%;
        }
    }
    
    @media screen and (max-width:700px) {
        .foot-l {
            text-align: center;
        }
        .foot-m {
            float: none;
            width: auto;
            text-align: center;
        }
        .foot-m>ul>li>h3 {
            margin-left: 0;
            border-left: none;
            margin-bottom: 0;
        }
        .foot-m>ul>li {
            float: none;
            width: auto;
            border: none;
            min-height: auto;
            margin-top: 15px;
        }
        .foot-r {
            float: none;
            text-align: center;
            margin-top: 15px;
        }
        .footer {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .down {
            line-height: 28px;
        }
        .banner .slick-dots {
            bottom: 20px;
            width: 100%;
        }
    }