@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
font-family: 'Microsoft YaHei';


}
img,input{
    outline: none;
    border: none;
}

a{
    text-decoration: none;
    color: inherit;
}
ul{
    list-style: none;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}

.px1200{
    max-width: 1200px;
    margin: auto;
}



.header {
    padding-top: 29px;
    padding-bottom: 34px;

    background: url("../images/header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.logo {
    float: left;
    width: 619px;
}
.logo a{
    display: block;
}
.logo img{
    display: block;
    width: 100%;
}
.search-box {
    float: right;
}
.h-link {
    font-size: 0;
    text-align: right;
}
.h-link a{
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color:rgba(255,255,255,.5);
    border-left: 1px solid rgba(255,255,255,.5);
    margin-left: 18px;
    padding-left: 17px;
    vertical-align: middle;
}
.h-link a:first-child{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.search {
    margin-top: 17px;
}
.search .ssk{
    width: 178px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 30px;
    color: #ff0000;
    padding-left: 15px;
    padding-right: 15px;
}
 input::-webkit-input-placeholder{
     color: #ff0000;
 }
input::-moz-placeholder{
    color: #ff0000;
}
input::-ms-input-placeholder{
    color: #ff0000;
}
.search .ssan{
    width: 48px;
    height: 32px;
    background: #640ea6;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}


.nav-bar {
    background: #472562;
}
.home {
    float: left;
    width: 23px;
    height: 55px;
}
.home a{
    display: block;
    position: relative;
    height: 55px;
}
.home a img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin:-13px auto auto;
    width: 23px;
    height: 22px;
}
.nav {
    margin-left: 23px;
    padding-left: 27px;
}
.nav>ul{
    font-size: 0;
}
.nav>ul>li{
    display: inline-block;
    width: 7.5%;
    position: relative;
    margin-left: 2.7%;
    background: url("../images/icon2.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.nav>ul>li:first-child{
    margin-left: 0;
}
.nav>ul>li>a{
    font-size: 18px;
    line-height: 55px;
    color: #fff;
}
.nav>ul ul{
    position: absolute;
    width: 190%;
    left: -46px;
    padding: 10px 0;
    background: #472562;
    z-index: 999;
    display: none;
}
.nav>ul ul>li{
    font-size: 15px;
    text-align: center;
    line-height: 22px; padding:10px 0px;
    color: #fff;
    transition: all 300ms;
}
.nav>ul ul>li:hover {
    background: rgba(255,255,255,.5);
}

.wap{
    display: none;
}
.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: #fff;
    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;
}


/*底部*/
.footer {
    margin-top: 30px;
    padding: 35px 0;
    overflow: hidden;
    background: #411f5f;
}
.bq {
    padding-top: 14px;
    float: left;
    width: 415px;
    font-size: 14px;
    line-height: 31px;
    color: rgba(255,255,255,.53);
}
.ft-logo {
    padding-top: 20px;
    float: left;
    width: 492px;
    margin-left: 30px;
}
.ft-logo img{
    display: block;
    width: 100%;

}
.qr{
    float: right;
    font-size: 0;
}
.qr>div{
    display: inline-block;
    margin-left: 12px;
    background: #fff;
    width: 80px;
}
.qr>div img{
    display: block;
    width: 70px;
    height: 70px;
    margin:5px auto 0;
}
.qr>div p {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    text-align: center;
}


@media screen and (max-width: 1360px){
    .px1200 {
        padding: 0 10px;
    }
    .nav>ul>li>a{
        font-size: 14px;
    }
    .nav>ul ul>li{
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px){
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .menuBtn {
        display: block;
    }
    .m-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        height: 80px;
        background: #640ea6;
        z-index: 9999;

    }
    .m-logo>a{
        display: block;
        padding-left: 15px;
    }
    .m-logo img{
        display: block;
        transform: scale(.8) ;
        transform-origin:left center ;
    }
    .m-nav {
        position: fixed;
        left:110%;
        right: 0;
        bottom: 0;
        top: 70px;
        background: #640ea6;
    overflow-y: scroll;

    }
    .m-searchBox {
        text-align: center;
        font-size: 0;
        padding-bottom: 2px;
    }
    .m-link a {
        display: inline-block;
        font-size: 14px;
        line-height: 15px;
        color: rgba(255,255,255,.5);
        border-left: 1px solid rgba(255,255,255,.5);
        margin-left: 18px;
        padding-left: 17px;
        vertical-align: middle;
    }
    .m-link a:first-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    .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: 80%;
        line-height: 36px;
        padding:0 25px;
        color: #ff0000;
        margin-right: 1%;
        vertical-align: middle;
    }
    .m-search input[type='submit']{
        display: inline-block;
        top: 0;
        right: 0;
        width: 8%;
        min-width: 45px;
        height: 36px;
        background: #640ea6;
        color: #fff;
        border: 1px solid #fff;
       vertical-align: middle;
    }
    .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;
    }
    .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;
    }


    .footer{
        padding: 10px 0;
    }
    .bq {
        float: none;
        font-size: 12px;
        margin: auto;
        padding: 0;
        text-align: center;
    }
    .ft-logo{
        float: none;
        margin: 10px auto;
        padding: 0;
    }
    .qr {
        float: none;
        text-align: center;
    }
    .qr>div p {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px){
    .m-logo img {
        transform: scale(0.5);
        transform-origin:left center ;
    }
    .m-link a{
        font-size: 12px;
    }
    .m-search,.m-search input[type='text'],
    .m-search input[type='submit']{
        height: 35px;
        line-height: 30px;
        font-size: 12px;
    }
    .m-nav>ul ul>li{
        float: none;
        width: auto;
    }
    .footer{
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px){
    .m-header{
        height: 70px;
    }

    .m-logo img {
        transform: scale(0.4) ;
        transform-origin:left center ;
    }

    .ft-logo{
        width: auto;
    }
    .bq{
        width: auto;
    }
    .ft-logo img{
        width: 70%;
        margin: auto;
    }
    .qr>div{
        width: 60px;
    }
    .qr>div img{
        width: 50px;
        height: 50px;
    }
}