body{
    background-color: #ffffff;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.enter{
    position: absolute;
    width: 100%;
}
.enter img{
    width: 100%;
}
.navBox{
    margin: 0 auto;
    width: 100%;
    height: 70px;
    background: #ffffff;
}
.nav{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.logo{
    position: absolute;
    left: 3px;
    top: 12px;
}
.navList{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0;
}
.navList .tab{
    position: relative;
    margin: 0 30px;
    padding: 0 20px;
    display: inline-block;
    color: #312c28;
    font-size: 24px;
    line-height: 70px;
    font-weight: bolder;
    text-align: center;
}
.navList .tab.on{
    color: #fff;
    background-color: #6f6494;
}
.navList .tab:hover{
    color: #fff;
    background-color: #6f6494;
}
.content{
    position: relative;
    margin: 60px auto 80px;
    width: 1200px;
    color: #312c28;
}
.content .title{
    margin: 0 auto 40px;
    text-align: center
}
.content p{
    color: #000;
    font-size: 18px;
    text-indent: 2em;
    line-height: 30px;
}
.content p.noIndent{
    text-indent: 0;
}
.content h1{
    font-size: 18px;
    line-height: 30px;
}
.content .image{
    padding-left: 2em;
    margin: 0 auto 25px;
    line-height: 0;
}
.download{
    color: #4b48d5;
    text-decoration: underline;
}
.download:hover{
    color: #4b48d5;
    text-decoration: underline;
}
.listBox{
    margin: 30px auto;
    width: 1200px;
}
.listTab{
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 4px;
    border-bottom: #374072 3px solid;
}
.listTab span{
    min-width: 200px;
    display: inline-block;
    padding: 0 50px 0 30px;
    background: url(../images/tab.png) right no-repeat;
    background-size: auto 100%;
    background-color: #374072;
}
.listItem{
    position: relative;
    padding: 0 30px;
    border-bottom: #374072 1px dashed;
}
.listItem .name{
    display: inline-block;
    width: 90%;
    color: #312c28;
    font-size: 20px;
    line-height: 46px;
}
.listItem .link{
    display: inline-block;
    color: #312c28;
    font-size: 20px;
    line-height: 46px;
}
.slogan{
    position: absolute;
    top: 100px;
    left: 50px;
    width: 55%;
    z-index: 10;
}
.slogan img{
    width: 100%;
    height: auto;
}

.clear{
    clear: both;
}
.footer{
    width: 100%;
    height: 70px;
    color: #312c28;
    font-size: 14px;
    text-align: center;
    line-height: 70px;
    background: #eeeeee;
}
.footer a{
    color: #fff;
}

.slick .item img{
    width: 100%;
    height: auto;
}