@charset "UTF-8";
h1, h2, h3, h4, h5 {
    font-family: 'SourceHanSansCN', sans-serif
}
ul, li, p, h1, h2, h3, h4, h5,h6, span, dl, dt, dd, img, table, tr, td, input, a,strong,ol,li,select,option,button {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: none;
    font-weight: normal;
}
p {
    font-family: 'SourceHanSansCN', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    letter-spacing: .5px
}

a{
    text-decoration: none
}
a:hover {
    text-decoration: none
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}
/*loading*/
.over-all {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background: #000;
    mix-blend-mode: color;
    pointer-events: none;
    opacity: 0
}
.preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1
}

.spinning {
    width: 100px;
    height: 100px;
    /*background: url("../img/wait.svg") no-repeat center center;*/
    border: 0;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -50px;
    margin-top: -50px;
    mix-blend-mode: normal
}

.block-1 {
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
    background: #000;
    position: fixed;
    z-index: 998
}

.block-2 {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000;
    position: fixed;
    z-index: 999
}

.logo-load {
    position: fixed;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    mix-blend-mode: difference;
    z-index: 9999;
    color: #fff;
}
/*loading*/
body {
    background: #ffffff;
    width:100%;
    overflow-x: hidden;
}
.bodyWrap{
    width: 100%;
    margin:0 auto;
}
.navWrap{
    width:100%;
    height: 120px;
    position: fixed;
    left:0;
    top:0;
    z-index: 111;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select:none;
}
.navWrap.opacity{
    opacity: 0!important;
}
.navWrap.white .navMenu .menuList li{
    color: #ffffff;
}
.navCon{
    width: 80%;
    margin:0 auto;
    height: 120px;
    display: flex;
    justify-content: space-between;
}
.navLogo{
    width:200px;
    flex-shrink: 0;
    height: 120px;
}
.navLogo img{
    height:120px;
    padding:40px 0;
}
.navLogo img.black{
    display: block;
}
.navLogo img.white{
    display: none;
}
.navWrap.white .navLogo img.black{
    display: none;
}
.navWrap.white .navLogo img.white{
    display: block;
}
.menuIcon{
    width:100px;
    flex-shrink: 0;
    text-align: right;
    display: none;
}
.menuIcon img{
    height: 30px;
    padding:20px 0;
    box-sizing: content-box;
}
.menuIcon img.black{
    display: inline;
}
.menuIcon img.white{
    display: none;
}
.navWrap.white .menuIcon img.black{
    display: none;
}
.navWrap.white .menuIcon img.white{
    display: inline;
}
.navMenu{
    display: flex;
    justify-content: flex-end;
}
.navMenu .menuList{
    width:100%;
    display: flex;
    justify-content: flex-end;
}
.navMenu .menuList li{
    display: inline-block;
    height: 50px;
    padding: 35px 30px;
    line-height: 50px;
    font-size: 15px;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 1s;
}
.navMenu .menuList li:hover{
    font-weight: bold;
    transform: scale(1.2);
    position: relative;
    top:-5px;
}
.navMenu .menuList li.active{
    font-weight: bold;
    transform: scale(1.2);
    position: relative;
    top:-5px;
}
.mobileMenu{
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    display: none;
}
.mobileMenuList{
    width:85%;
    margin:0 auto;
}
.mobileMenuList li{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    /*border-bottom: 1px solid #cdd0d2;*/
    background: url(./../images/icona38@2x.png) no-repeat center right;
    background-size: 8px 14px;
}
.mobileMenuList li:nth-last-of-type(1){
    border-bottom: none;
}
.mobileMenuTop{
    height: 80px;
    width: 85%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.mobileMenuTop .mobileNavLogo{
    width:100px;
    flex-shrink: 0;
    text-align: right;
}
.mobileMenuTop  .mobileNavLogo img{
    height: 30px;
    padding:20px 0;
    box-sizing: content-box;
}
.mobileMenuTop .mobileMenuIcon{
    width:100px;
    flex-shrink: 0;
    text-align: right;
}
.mobileMenuTop  .mobileMenuIcon img{
    height: 30px;
    padding:20px 0;
    box-sizing: content-box;
}
.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2222;
}
.footer.opacity{
    opacity: 0;
}
.footer p{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.footer p a{
    color: #000;
}
.footer p a img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
.footer.white p{
    color: #fff!important;
}
.footer.white p a{
    color: #fff!important;
}
