html,body{
    height: 100%;
    min-width: 1060px;

}

body{
    font: 12px/normal "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB",sans-serif;
    /*background-color: #ccc;*/
    /*background:url('../img/1.jpg') no-repeat center;*/
    overflow-y: hidden;

}
a{
    text-decoration: none;
    color: #5c3f98;
}

.head,.footer{
    min-width: 1060px;
}
.dn{
    display: none!important;
}
/*Í·²¿*/
.lilang{
    color: #5c3f98;text-align: center;
}
.lang{
    display:inline-block!important;
}
.head{
    /*padding-top: 20px;*/
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    padding: 40px 0;
    /*background-color: #fff;*/
    /*box-shadow: 5px 0 5px #666;*/
}
.head>a{
    display: block;
}
.head>a>img{
    display: block;
    width: 238px;
    height: 62px;
    transform: scale(.7);
}
.head-nav{
    min-width: 1060px;
    width: 80%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.head-nav>a{
    width: 35%;
}
.logo.fl img{
    height: 80px;
}
.head-nav>ul{
    width: 60%;
}
.head-nav>ul{
    width: 40%;
    float: right;
    /*margin: 0 auto;*/
}
.head-nav>ul,.footer>ul{
    list-style: none;
}

.head-nav li{
    width: 25%;
    font-size: 18px;
    /*line-height: 50px;*/
    height: 60px;
}
    .head-nav li:hover a {
        color: #fff;
        text-shadow: 1px 1px #5c3f98;
    }
.head-nav li:hover a{
    /*background-color: #5c3f98;*/
    /*color: #fff;*/
    /*border-bottom: 5px solid #5c3f98;*/
}
.head-nav>ul>li,.footer li{
    float: left;
}
.head-nav>ul>li:nth-last-child(2),.footer li:nth-last-child(2){
    /*border-left: 1px solid #fff;*/
    /*border-right: 1px solid #fff;*/
}
    .head-nav > ul > li > a {
        display: block;
        /*padding: 0 26px;*/
        line-height: 60px;
        text-align: center;
        text-shadow: 1px 1px #fff;
    }

/*ÄÚÈÝ*/
.content{
    min-width: 1000px;
    /*position: relative;*/
}
.con-title{
    margin: 136px auto;
    text-align: center;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.download-box{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 300px;
}
.download{
    text-align: center;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    /*background-color: #666;*/
}
.download li{
    display: inline-block;
    margin: 0 30px;
}
.download li a,.download span{
    display: block;
    width: 252px;
    line-height: 76px;
    height: 76px;
    background-image: url('../img/sprite_img.png');
    background-repeat: no-repeat;
    outline: 0;
    text-indent: -9999px;
    opacity: .7;
}
.download li a:hover,.download span:hover{
    opacity: 1;
}
.download li:nth-of-type(1) a {
    background-position: 0 0;
}
.download li:nth-of-type(2) a {
    background-position: -253px 0;
}
.download li:nth-of-type(3){
    position: relative;
}
.download li:nth-of-type(3) span {
    background-position: -506px 0;

}
.download .erwei{
    display: none;
    position: absolute;
    top: 50%;
    right: -230px;
    left: auto;
    margin-top: -98px;
    margin-left: 0;
    width: 186px;
    height: 186px;
    background: url(../img/download_code.png) 0 0/100% no-repeat #fff;
    border: 5px solid rgba(255,255,255,.4);
    border-radius: 10px;
    background-clip: padding-box;
}
.download li:nth-of-type(3):hover .erwei{
    display: block;
}


/*µ×²¿*/
.footer{
    text-align: center;
}
.footer>ul{
    display: inline-block;
    margin: 20px auto;
}
.footer>p{
    padding-bottom:20px
}
.footer{
    width: 100%;
}
.bottom-fixed{
    position: fixed;
    bottom:0;
    left: 0;
}
.footer.bottom-fixed ul{
    padding: 10px 0;
}
    .footer.bottom-fixed ul li a {
        color: #5c3f98;
        padding: 0 34px;
        text-align: center;
    }
.footer.bottom-fixed ul li:nth-last-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*.footer.bottom-fixed ul li{*/
    /*margin: 0 10px;*/
/*}*/
.content video{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -50;
    min-width: 1060px;
}
.footer.bottom-fixed p {
    color: #5c3f98;
}