*{
    margin: 0;
    padding: 0;
}
.layout{
    width: 1236px;
    margin: 0 auto;
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
body{
    font-size: 14px;
    font-family: "webfont"!important;
}

@media screen and (max-width: 1080px){
    body {
        width: 1236px;
        margin: 0 auto;
    }
}


/*字体*/
.f1{
    font-size: 12px;
}
.f2{
    font-size: 14px;
}
.f3{
    font-size: 16px;
}
.f4{
    font-size: 18px;
}
.f5{
    font-size: 20px;
}
.f6{
    font-size: 22px;
}
.f7{
    font-size: 24px;
}
.f8{
    font-size: 26px;
}

@font-face {
    font-family: "webfont";
    font-display: swap;
    src: url('../font/webfont.eot'); /* IE9 */
    src: url('../font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/webfont.woff2') format('woff2'),
    url('../font/webfont.woff') format('woff'), /* chrome、firefox */
    url('../font/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

.web-font {
    font-family: "webfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: SL; /*酷黑*/
    src: url('../font/CC Ultimatum Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: IND;
    src: url('../font/INDUSTRY-MEDIUM.TTF');
    font-weight: normal;
    font-style: normal;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pointer{
    cursor:pointer;
}
.clear{
    clear: both;
}
.part{
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
/*高度*/
.h37{
    height: 37px;
}
.h62{
    height: 62px;
}
.h85{
    height: 85px;
}
.h88{
    height: 88px;
}
.h139{
    height: 139px;
}
.h165{
    height: 165px;
}
.h167{
    height: 167px;
}
.h481{
    height: 481px;
}
.h500{
    height: 500px;
}
.h704{
    height: 704px;
}
.h750{
    height: 822px;
}







/*不可点击*/
.disabled a{
    cursor: not-allowed;
}

/*nav start*/
.nav{
    height: 72px;
    background: #10151b;
    box-shadow: 0px 6px 21px -7px #000;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    z-index: 4;
}
.navbar{
    height: 100%;
}
.nav-logo{
    width: 121px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 146px;
}
.nav-switch{
    height: 72px;
    line-height: 72px;
}
.nav-switch ul li{
    float: left;
    width: 166px;
    text-align: center;
}
.nav-switch ul li a{
    display: block;
    color: #FFF;
    font-size: 20px;
}
.nav-switch ul li.cur a,
.nav-switch ul li:hover > a{
    color: #ffc40a;
}
.nav-live{
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-live a{
    width: 139px;
    height: 50px;
    line-height: 50px;
    color: #10151b;
    font-size: 20px;
    text-align: center;
    background: #ffc40a;
    border-radius: 2px;
}
.nav-live:hover a{
    background: #fbd55e;
}
.nav-toogle{
    display: none;
    padding-bottom: 10px;
    background: #10151b;
}
.nav-toogle div{
    width: 100%;
}
.nav-toogle a{
    display: block;
    width: 70%;
    height: 38px;
    margin: 0 auto;
    line-height: 38px;
    border: 1px solid #10151b;
}
.nav-toogle a:hover{
    color: #fbd55e!important;
    border: 1px solid #fbd55e;
}
.zone-chose:hover .nav-toogle{
    display: block;
}
.nav-switch ul li.cur div a{
    color: #FFF;
}
/*nav over*/


.partner-con{
    height: 447px;
    background: url("../img/partner.png") no-repeat center;
}