@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "微软雅黑";
}

image,
input,
button {
    outline: none;
    border: none;
    background: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    border: none;
}

ul {
    list-style: none;
}

.px1400 {
    max-width: 1400px;
    margin: auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.fl,
.float_list>* {
    float: left;
}

.fr {
    float: right;
}

.float_list::after,
.px1400::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
}

.wap {
    display: none;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all .5s;
}

.hd1 {
    padding-top: 26px;
}

.hd1.on {
    top: -100%;
}

.hd2 {
    top: -100%;
    background: #fff;
}

.hd2.on {
    top: 0;
}

.hd2 .h-list01>li>a {
    color: #333;
    line-height: 100px;
}

.hd2 .h-list02>li {
    margin-top: 30px;
}

.hd2 .logo {
    margin-top: 18px;
}

.logo {
    width: 394px;
}

.logo a {
    display: block;
    overflow: hidden;
}

.logo img {
    display: block;
}

.h-list01>li {
    padding: 0 21px;
    position: relative;
}

.h-list01>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}

.h-list01>li>ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 125%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .5);
    display: none;
    border-radius: 5px;
    overflow: hidden;
}

.h-list01>li>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    transition: all .3s;
}

.h-list01>li>ul>li:hover>a {
    background: #e7ab42;
}

.h-list01>li.on>a {
    color: #a20a47;
    font-weight: 600;
}

.h-list02>li {
    width: 36px;
    height: 36px;
    margin-left: 15px;
}

.h-list02>li:first-child {
    margin-left: 13px;
}

.h-list02>li>a {
    display: block;
    overflow: hidden;
}

.h-list02>li>a>img {
    display: block;
    width: 100%;
}

.foot {
    padding-top: 51px;
    padding-bottom: 15px;
    background: url(../images/foot.jpg) no-repeat center center;
    background-size: cover;
}

.f-item1 {
    width: 30.85%;
}

.foot h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.f-list01>li {
    width: 146px;
}

.f-list01>li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.f-list01>li:hover a {
    text-decoration: underline;
}

.f-list01,
.f-list02 {
    margin-top: 20px;
}
ul.f-list02 li span{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.f-itme2 {
    width: 39.28%;
}

.f-list02>li>a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}


.f-list03>li {
    width: 117px;
    margin-left: 14px;
}

.f-list03>li:first-child {
    margin-left: 0;
}

.f-list03>li a {
    display: block;
    overflow: hidden;
}

.f-list03>li img {
    display: block;
    width: 100%;
}

.f-list03>li p {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.f-list03 {
    margin-top: 30px;
}

.bq {
    margin-top: 35px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255.5);
}

.bq a {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.en {
    position: absolute;
    top: 50%;
    right: 60px;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
}

.en a {
    display: block;
    overflow: hidden;
}

.en img {
    display: block;
    width: 100%;
}

.menuBtn {
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

body.open {
    overflow: hidden;
}

.wap {
    display: none;
}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .h-list01>li>a {
        font-size: 16px;
    }
    .h-list01>li {
        padding: 0 10px;
    }
    .f-list03>li {
        width: 87px;
    }
}

@media screen and (max-width:1024px) {
    .pc {
        display: none;
    }
    .wap,
    .menuBtn {
        display: block;
    }
    .m-head {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        background: #fff;
        z-index: 999;
    }
    .m-nav {
        position: fixed;
        left: 110%;
        right: 0;
        bottom: 0;
        top: 70px;
        background: #930a41;
        padding-top: 10px;
        overflow-y: scroll;
        z-index: 999;
    }
    .m-search {
        position: relative;
        width: 80%;
        height: 36px;
        overflow: hidden;
        margin: 15px auto;
        font-size: 0;
    }
    .m-search input[type='text'] {
        display: inline-block;
        width: 100%;
        line-height: 36px;
        padding: 0 35px 0 15px;
        color: #333;
        vertical-align: middle;
        background: #fff;
        border-radius: 5px;
    }
    .m-search input[type='image'] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px;
    }
    .m-nav>ul>li {
        position: relative;
        line-height: 36px;
        padding-left: 20px;
    }
    .m-nav>ul>li>a {
        font-size: 14px;
        color: #fff;
    }
    .m-nav>ul>li>span {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        background: url("../images/icon2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 10px;
        transition: all .3s;
    }
    .m-nav>ul>li.on>span {
        transform: rotate(90deg);
    }
    .m-nav>ul ul {
        display: none;
        overflow: hidden;
        padding-left: 20px;
    }
    .m-nav>ul ul>li {
        float: left;
        width: 33%;
    }
    .m-nav>ul ul>li>a {
        font-size: 12px;
        color: #fff;
    }
    .m-logo {
        float: left;
        max-width: 394px;
    }
    .m-logo a {
        display: block;
        overflow: hidden;
        padding: 0 10px;
        margin-top: 5px;
    }
    .m-logo img {
        display: block;
        width: 100%;
        height: 64px;
    }
    .f-list01>li a,
    .f-list02>li>a,
    .bq a {
        font-size: 12px;
    }
    .foot h4 {
        font-size: 16px;
    }
    .f-list01,
    .f-list02 {
        margin-top: 10px;
    }
    .f-item3 {
        clear: both;
        float: none;
        width: auto;
    }
    .f-item1,
    .f-itme2 {
        width: 50%;
    }
    .f-list03>li p {
        font-size: 12px;
        margin-top: 10px;
    }
    .f-list03>li {
        width: 97px;
    }
    .bq {
        margin-top: 15px;
        padding-top: 15px;
    }
    .foot {
        padding-top: 20px;
    }
}

@media screen and (max-width:768px) {
    .m-nav>ul ul>li {
        float: none;
        width: auto;
    }
    .m-logo img {
        height: 37px;
        width: 71%;
    }
    .m-head {
        height: 50px;
    }
    .m-nav {
        top: 50px;
    }
}

@media screen and (max-width:640px) {
    .f-item1,
    .f-itme2 {
        float: none;
        width: auto;
    }
    .f-list03,
    .f-itme2 {
        margin-top: 10px;
    }
    .f-list01>li a,
    .f-list02>li>a {
        line-height: 24px;
    }
    .f-list03>li {
        margin-left: 0;
    }
    .f-list03>li img {
        width: 67px;
        height: 67px;
        margin: 0 auto;
    }
}

.searchBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 80%;
    width: 700px;
    height: 60px;
    z-index: 999;
    margin: auto;
}

.searchBox-zzc {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
}

.searchBox input[type='text'] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 12px;
    color: #333333;
    background: #fff;
}

.searchBox input[type='image'] {
    width: 20px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}