
@font-face {
    font-family: 'ali-en';
    src: url('alph/en/AlibabaSans-Light.otf') format('truetype')
}
@font-face {
    font-family: 'ali-en-bold';
    src: url('alph/en/AlibabaSans-Regular.otf') format('truetype')
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 2px solid #fff;
    background-color: rgba(0,0,0,.3)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.8)
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(0,0,0,.2)
}


* {
    outline: none;
}
button:focus {
    outline: 0!important;
}
body {
    min-width: 1400px;
    font-family: PingFangSC-Regular, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
body[client='mobile']{
    width:100%;
    min-width: 100%;
}
body[lang='en']{
    font-family:ali-en!important;
}
body[lang='en'] .bold {
    font-family: ali-en-bold!important;
}
:focus {
    outline: none;
}
.nicescroll-rails {
    z-index: 101 !important;
}

.flex-1{
    flex:1;
}
.clear{
    clear: both;
}

.page-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.page-inner-2 {
    max-width: 1000px;
    margin: 0 auto;
}

body[client='mobile'] .page-inner {
    max-width: 96%;
    width: 96%;
}
body[client='mobile'] .page-inner-2 {
    max-width: 88%;
    width: 88%;
}

#nav {
    width: 100%;
    height: 70px;
    background-color: rgba(0,0,0,.6);
    z-index: 100;
    /*position: fixed;*/
    transition: all 1s;
}

#nav .logo {
    margin-left: 50px;
    height: 70px;
    padding: 15px;
}

#nav .menu {
    margin-right: 50px;
    height: 70px;
}
#nav .menu ul{
    margin:0;
    padding:0;
}
#nav .menu li {
    list-style: none;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    position: relative;
}
#nav .menu li>a {
    font-size: 16px;
    color: #ccc;
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
}
#nav .menu li>a:hover {
    text-decoration: none;
    color: #fff;
    transition: color 0.5s;
}
#nav .menu li>a.active {
    color: #fff;
}

#nav .menu li .child{
    position: absolute;
    z-index: 10;
    background-color: rgba(0,0,0,.6);
    left:27px;
    width:203px;
    display: none;
    top:70px;
    padding-bottom: 5px;
    padding-top:5px;
}
body[lang='cn'] #nav .menu li .child {
    width: 130px;
    left: 10px;
}
#nav .menu li .child .item {
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
#nav .menu li .child .item a{
    color:#ccc;
    font-size: 14px;
    transition: all .5s;
    display:block
}
#nav .menu li .child .item a:hover{
    color:#fff;
    text-decoration: none;
}
#nav .menu li .child .item a.active{
    color:#fff;
}
#nav .lang {
    height: 25px;
    margin-right: 50px;
    position: relative;
}
#nav .lang .dropdown{
    color:#ccc;
    cursor: pointer;
    padding:8px;
}
#nav .lang .lang-list{
    position: absolute;
    z-index: 2;
    padding-top:5px;
    display:none;
    padding-left:15px;
    padding-right:15px;
    left:-6px;
    padding-top:5px;
    padding-bottom: 5px;
    background-color: rgba(0,0,0,.6);
    top:48px;
    
}
#nav .lang .lang-item{
    width:70px;
    text-align:center;
}
#nav .lang .lang-item a{
    color:#828282;
    transition: color .5s;
    font-size: 12px;
    display: block;
    padding-top:5px;
    padding-bottom:5px;
}
#nav .lang .lang-item a:hover{
    color:#fff;
    text-decoration: none;
}

#nav.fixed {
    position: fixed;
    top: 0;
}
#nav.black{
    background:#333!important;
}
#nav.black .child {
    background: #333 !important;
}
#nav.black .lang-list{
    background: #333 !important;
}



.page{
    position:relative;
}

#page-1 .text {
    position: absolute;
    top: 41%;
    left:33%;
}
body[lang='cn'] #page-1 .text {
    letter-spacing: 20px;
    left: 36.5%;
}
#page-1 .text-1 {
    color: #fff;
    font-size: 76px;
    font-weight:700;
}

#page-1 .text-2 {
    color: #fff;
    font-size: 76px;
    font-weight: 100;
}

#page-2 .text {
    position: absolute;
    top: calc(50% - 140px);
    left: calc(50% - 200px);
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

#page-3 .text {
    position: absolute;
    top: calc(50% - 180px);
    left: calc(50% - 200px);
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

#page-4 .text {
    position: absolute;
    top: calc(50% - 117px);
    left: calc(50% - 200px);
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

#page-5 .text {
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 200px);
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

#page-5 .company-info{
    display:flex;
    position:absolute;
    bottom:6%;
    font-size:16px;
    width:100%;
    justify-content:space-between;
}
#page-5 .company-info>div{
    flex:1;
}

#page-menu {
    position: fixed;
    top: 40%;
    right: 0;
    width: 400px;
    color: rgba(255,255,255,.5);
    font-size:22px;
    font-weight:100;
    display:none;
}
#page-menu .item {
    border-top: solid 1px rgba(255,255,255,.5);
    padding: 15px;
    display:flex;
    justify-content:space-between;
    transition:all .5s;
    align-items: center;
    user-select:none;
}
 
#page-menu .item:last-child {
    border-bottom: solid 1px rgba(255,255,255,.5);
}
#page-menu .item .arrow{
    opacity:0;
    width:20px;
}
#page-menu .item:hover{
    color:#fff;
    cursor:pointer;
}
#page-menu .item.active{
    color:#fff;
    cursor:pointer;
}
#page-menu .item.active .arrow{
    opacity:1;
}

#page-aboutus .text {
    position: absolute;
    top: 44%;
    left: 40%;
}
body[lang='cn'] #page-aboutus .text {
    letter-spacing: 20px;
}

#page-aboutus .text-1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

#page-aboutus .text-2 {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}


#page-aboutus-content .text-1 {
    position: absolute;
    left: 52%;
    top: 23%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
}
body[lang='cn'] #page-aboutus-content .text-1 {
    top: 28%;
    line-height: 38px;
}

#page-aboutus-content .text-2 {
    position: absolute;
    top: 28%;
    right: 58%;
    width: 35%;
    color: #476AAA;
    font-size: 30px;
    text-align: justify;
    line-height: 28px;
    text-align:right;
}

body[lang='cn'] #page-aboutus-content .text-2 {
    top: 30%;
}



#page-product .text {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% + 100px);
}
body[lang='cn'] #page-product .text {
    top: calc(50% + 50px);
}

#page-product .text-1 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}

#page-product .text-2 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}
#page-product .text-3 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}

#page-product-content .text-1 {
    position: absolute;
    top: 43%;
    right: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 25px;
    text-align: justify;
    line-height: 28px;
    text-align: right;
}
body[lang='cn'] #page-product-content .text-1 {
    font-size: 30px;
}
#page-product-content .text-2 {
    position: absolute;
    top: 41%;
    left: 52%;
    width: 35%;
    color: #476AAA;
    font-size: 20px;
    text-align: justify;
    line-height: 28px;
}

#page-product-content .text-3 {
    position: absolute;
    top: 73%;
    right: 60%;
    width: 35%;
    color: #476AAA;
    font-size: 22px;
    text-align: justify;
    line-height: 28px;
    text-align: right;
    font-weight:700;
}

#page-product-content .text-4 {
    position: absolute;
    top: 72.5%;
    left: 56%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
body[lang='cn'] #page-product-content .text-4 {
    top: 74%;
}

#page-product-content2 .text-1 {
    position: absolute;
    top: 26%;
    right: 61%;
    width: 35%;
    color: #476AAA;
    font-size: 22px;
    font-weight: 700;
    text-align: justify;
    line-height: 28px;
    text-align: right;
}

#page-product-content2 .text-2 {
    position: absolute;
    top: 20%;
    left: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
#page-product-content2 .text-2 .title{
    font-size:16px;
    font-weight:700;
    margin-bottom:5px;
}

#page-product-content2 .text-3 {
    position: absolute;
    top: 35%;
    right: 61%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
    text-align: right;
}

#page-product-content2 .text-4 {
    position: absolute;
    top: 70%;
    left: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}

#page-product-content2 .text-4 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#page-product-content3 .text-1 {
    position: absolute;
    top: 25%;
    left: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
#page-product-content3 .text-1 .title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#page-product-content3 .text-2 {
    position: absolute;
    top: 70%;
    left: 58%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}

#page-product-content3 .text-3 {
    position: absolute;
    top: 70%;
    right: 61%;
    width: 35%;
    color: #476AAA;
    font-size: 22px;
    font-weight: 700;
    text-align: justify;
    line-height: 28px;
    text-align: right;
}


#page-product-content4 .text-1 {
    position: absolute;
    top: 10%;
    left: 51%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
#page-product-content4 .text-1 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#page-product-content4 .text-2 {
    position: absolute;
    top: 57%;
    left: 51%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
#page-product-content4 .text-2 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#page-product-content5 .text-1 {
    position: absolute;
    top: 6%;
    left: 51%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
#page-product-content5 .text-1 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#page-product-content5 .text-2 {
    position: absolute;
    top: 57%;
    left: 51%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
#page-product-content5 .text-2 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}



#page-product2 .text {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% + 100px);
}

#page-product2 .text-1 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}

#page-product2 .text-2 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}

#page-product2 .text-3 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}

#page-product2-content .text-1 {
    position: absolute;
    top: 61%;
    right: 57%;
    width: 35%;
    color: #476AAA;
    font-size: 25px;
    text-align: justify;
    line-height: 28px;
    text-align: right;
    font-weight:700;
}
body[lang='cn'] #page-product2-content .text-1 {
    font-size: 30px;
    font-weight: 500;
}
#page-product2-content .text-2 {
    position: absolute;
    top: 50%;
    left: 51%;
    width: 30%;
    color: #476AAA;
    font-size: 20px;
    text-align: justify;
    line-height: 50px;
    font-weight: 700;
}
body[lang='cn'] #page-product2-content .text-2 {
    font-weight: 500;
    line-height: 40px;
}

#page-product2-content2 .text-1 {
    position: absolute;
    top: 25%;
    right: 58%;
    width: 25%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
    line-height: 50px;
    font-weight: 500;
}

#page-product2-content3 .text-1 {
    position: absolute;
    top: 22%;
    left: 55%;
    width: 25%;
    color: #476AAA;
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    line-height:40px;
}

#page-product2-content4 .text-1 {
    position: absolute;
    top: 23%;
    left: 65%;
    width: 25%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
    line-height: 40px;
}


#page-product3 .text {
    position: absolute;
    top: calc(50% + 16px);
    left: calc(50% + 100px);
}
body[lang='cn'] #page-product3 .text {
    top: calc(50% - 25px);
}

#page-product3 .text-1 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}

#page-product3 .text-2 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}

#page-product3-content .text-1 {
    position: absolute;
    top: 36%;
    right: 57%;
    width: 35%;
    color: #476AAA;
    font-size: 25px;
    text-align: justify;
    line-height: 28px;
    text-align: right;
    font-weight: 700;
}
body[lang='cn'] #page-product3-content .text-1{
    font-size:30px;
    font-weight:500;
}

#page-product3-content .text-2 {
    position: absolute;
    top: 29%;
    left: 51%;
    width: 30%;
    color: #476AAA;
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
    font-weight: 700;
}
body[lang='cn'] #page-product3-content .text-2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
}

#page-product3-content2 .text-1 {
    position: absolute;
    top: 19%;
    right: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    text-align: right;
}

#page-product3-content2 .text-2 {
    position: absolute;
    top: 17%;
    left: 51%;
    width: 30%;
    color: #476AAA;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}
#page-product3-content2 .text-3 {
    position: absolute;
    top: 42%;
    left: 67%;
    width: 25%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
#page-product3-content2 .text-3 .item{
    border-bottom:solid 1px #476AAA;
    padding-top:5px;
    padding-bottom:5px;
    align-items:center;
}
#page-product3-content3 .text-1 {
    position: absolute;
    top: 13%;
    left: 63%;
    width: 30%;
    color: #476AAA;
    font-size: 16px;
    text-align: justify;
    line-height: 50px;
}


#page-product4 .text {
    position: absolute;
    top: calc(50% + 16px);
    left: calc(50% + 100px);
}

body[lang='cn'] #page-product4 .text {
    top: calc(50% - 25px);
}

#page-product4 .text-1 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}

#page-product4 .text-2 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}
#page-product4-content .text-1 {
    position: absolute;
    top: 65%;
    right: 57%;
    width: 35%;
    color: #476AAA;
    font-size: 25px;
    text-align: justify;
    line-height: 28px;
    text-align: right;
    font-weight: 700;
}
body[lang='cn'] #page-product4-content .text-1 {
    font-size: 30px;
    font-weight: 500;
}

#page-product4-content .text-2 {
    position: absolute;
    top: 60%;
    left: 51%;
    width: 30%;
    color: #476AAA;
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
    font-weight: 700;
}
body[lang='cn'] #page-product4-content .text-2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
}

#page-product4-content2 .text-1 {
    position: absolute;
    top: 14%;
    left: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 16px;
    text-align: justify;
    font-weight: 700;
}


#page-product4-content2 .text-2 {
    position: absolute;
    top: 61%;
    left: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}

#page-product4-content2 .text-2 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}


#page-product4-content3 .text-1 {
    position: absolute;
    top: 20%;
    left: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}

#page-product4-content3 .text-1 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
#page-product4-content3 .text-2 {
    position: absolute;
    top: 65%;
    left: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 16px;
    text-align: justify;
    font-weight: 700;
}

#page-product4-content3 .text-3 {
    position: absolute;
    top: 3%;
    right: 57%;
    width: 35%;
    color: #476AAA;
    font-size: 25px;
    text-align: justify;
    line-height: 28px;
    text-align: right;
    font-weight: 700;
}

body[lang='cn'] #page-product4-content3 .text-3 {
    font-size: 30px;
    font-weight: 500;
}

#page-product4-content4 .text-1 {
    position: absolute;
    top: 3%;
    right: 57%;
    width: 35%;
    color: #476AAA;
    font-size: 25px;
    text-align: right;
    font-weight: 700;
}
body[lang='cn'] #page-product4-content4 .text-1 {
    font-size: 30px;
    font-weight: 500;
}
#page-product4-content4 .text-2 {
    position: absolute;
    top: 1%;
    left: 55%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align:justify;
}
#page-product4-content4 .text-3{
    position: absolute;
    top: 21%;
    left: 64%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
}
#page-product4-content4 .text-4 {
    position: absolute;
    top: 71%;
    left: 27%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
    line-height:28px;
}
#page-product4-content4 .text-5 {
    position: absolute;
    top: 92%;
    left: 34%;
    width: 35%;
    color: #476AAA;
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
}



#page-contactus .text-1 {
    color: #476AAA;
    font-size: 20px;
    font-weight: 700;
}
#page-contactus .text-2 {
    color: #476AAA;
    font-size: 16px;
}

#footer {
    color: #476AAA;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer a {
    color: #476AAA;
}