* { 
    touch-action: pan-y; 
} 
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a {
    text-decoration: none;
}
input{
    outline: none;
    box-shadow: none;
    border: none;
}
img{
    vertical-align: middle;
    display: block;
    border: none;
}
html,body{
    width: 100%;
    height: 100%;
    box-shadow: none;
    padding-bottom: 0;
}
@font-face {
    font-family: 'webfontCn';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_q10l6eukkm.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_q10l6eukkm.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_q10l6eukkm.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_q10l6eukkm.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_q10l6eukkm.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_q10l6eukkm.svg#思源黑体-粗') format('svg'); /* iOS 4.1- */
}
@font-face {
    font-family: 'webfontEn';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_13m0dgdusl5g.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_13m0dgdusl5g.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_13m0dgdusl5g.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_13m0dgdusl5g.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_13m0dgdusl5g.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_13m0dgdusl5g.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}
.digital-center-box{
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
/* nav start */
.digital-center-menu{
    display: none;
}
.digital-center-nav-box{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 66;
    box-shadow:0px 10px 12px 0px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}
.digital-center-nav{
    display: flex;
    align-items: center;
    padding: 26px 0 20px;
    box-sizing: border-box;
    width: 70%;
    margin: 0 auto;
}
.digital-center-logo img{
    width: 170px;
    height: auto;
}
.digital-center-list{
    margin-left: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.digital-center-list li{
    position: relative;
    margin-right: 25px;
}
.digital-center-list li a{
    color: #333333;
    font-size: 20px;
}
.digital-center-list li span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1ABC9C;
    position: absolute;
    bottom: -6px;
    left: 0;
}
/* nav end */
.Font::before{
    font-size: 100px;
}
/* banner start */
.digital-center-banner{
    position: relative;
}
.digital-center-banner img,.about-center-banner img{
    width: 100%;
    height: auto;
}
.digital-center-banner-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.digital-center-banner-title i{
    text-align: center;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.digital-center-banner-title .webfontCn{
    font-family:"webfontCn" !important;
    font-weight: bold;
    font-size:110px;
}
.digital-center-banner-title .webfontEn{
    font-family:"webfontEn" !important;
    font-size: 64px;
    margin-top: 30px;
}
/* banner end */
/* content start */
.digital-center-content{
    flex: 1;
    background-color: #ffffff;
    margin-top: 123px;
    text-align: justify;
}
.digital-center-text{
    padding: 46px 0 88px;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 38px;
    color: #333333;
}
.digital-center-text h1{
    font-size: 46px;
    color: #1ABC9C;
    text-align: center;
    margin: 57px 0 88px;
}
.digital-center-text h4{
    font-size: 20px;
    color: #1ABC9C;
}
.digital-center-text h5{
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}
.digital-center-text .apply-member-title{
    font-size: 28px;
    margin-top: 54px;
    margin-bottom: 40px;
}
.digital-center-text .contact-us-title{
    font-size: 36px;
    text-align: center;
    margin: 60px 0 37px;
}
.contact-us-line{
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin-bottom: 68px;
}
.contact-us-add p{
    margin-bottom: 20px;
}
.about-center-content{
    text-indent: 2em;
    margin-top: 64px;
}
.about-center-content,.about-center-list,.digital-center-apply-content li:first-child{
    margin-bottom: 40px;
}
.apply-member-button{
    display: block;
    width: 350px;
    line-height: 66px;
    margin: 186px auto 110px;
    background-color: #00B896;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.news-events-contBox{
    margin-top: 60px;
    margin-bottom: 66px;
    display: flex;
    background-color: #ffffff;
}
.news-events-contBox img{
    width: 400px;
    height: 250px;
    margin-right: 40px;
}
.news-events-contBox div{
    flex: 1;
    width: 50%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-events-contBox div h5{
    font-size: 28px;
    color: #404040;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
}
.news-events-contBox div div{
    flex: 1;
    width: 100%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-bottom: 20px;
    color: #666666;
}
.news-events-contBox div p{
    color: #666666;
    line-height: 34px;
    margin: 0;
}
.industry-service-content{
    background-color: #f8f8f8;
}
.industry-service-text{
    width: 1200px;
}
.industry-service-list li{
    height: 500px;
    background-color: #ffffff;
    font-size: 0;
}
.industry-service-list li:nth-child(2n)>div:first-child{
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
}
.industry-service-list li:nth-child(2n)>div:last-child{
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
}
.industry-service-pic,.industry-service-font{
    display: inline-block;
    width: 600px;
}
.industry-service-pic img{
    width: 600px;
    height: 500px;
}
.industry-service-font{
    height: 100%;
    position: relative;
   text-align: center;
}
.industry-service-font-inner{
    position: absolute;
    left: 60px;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.industry-service-font-inner img{
    height: 128px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.industry-service-font-inner h3{
    font-size: 50px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 28px;
    margin-top: 55px;
}
.industry-service-font-inner p{
    font-size: 23px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .9px;
    text-align: center;
    color: #909090;
}
/* content end */

/* footer start */
.digital-center-contact{
    width: 100%;
    padding: 87px 0;
    background-color: #46B39E;
    display: flex;
    justify-content: center;
}
.digital-center-contact ul{
    display: flex;
    justify-content: space-between;
    margin-right: 127px;
}
.digital-center-contact ul li{
    margin-right: 46px;
}
.digital-center-contact ul a{
    color: #ffffff;
    font-size: 24px;
    opacity: .7;
}
.digital-center-follow{
    display: flex;
}
.digital-center-follow div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}
.digital-center-follow div:first-child{
    margin-right: 83px;
}
.digital-center-follow div img{
    width: 112px;
    height: auto;
    margin-bottom: 33px;
}
.digital-center-copyright{
    width: 100%;
    height: 72px;
    background-color: #25292C;
    text-align: center;
}
.digital-center-copyright p{
    color: #EBEBEB;
    font-size: 18px;
    line-height: 72px;
}
 @media screen and (max-width: 1920px) {
    html,body{
        zoom: 1;
    }
 }
 @media screen and (max-width: 1500px) {
    html,body{
        zoom: .85;
    }
 }
/* footer end */
@media screen and (max-width: 750px) {
    html,body{
        zoom: 1;
    }
    .digital-center-box{
        min-width: 0;
    }
    /* nav-wap start */
    .digital-center-menu{
        display: block;
    }
    .digital-center-menu::before{
        font-size: 22px;
        color: #46B39E;
    }
    .digital-center-nav-box{
        padding: 13px 0px 10px;
    }
    .digital-center-nav{
        padding: 0;
        width: 85%;
        justify-content: space-between;
    }
    .digital-center-logo{
        margin-left: 2%;
    }
    .digital-center-logo img{
        width: 60px;
    }
    .digital-center-list{
        display: none;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #46B39E;
        z-index: 999;
        margin: 0;
        padding: 20px 0;
    }
    .digital-center-list li{
        margin-right: 0px;
        text-align: center;
    }
    .digital-center-list li a{
        font-size: 14px;
        line-height: 50px;
        color: #ffffff;
    }
    .digital-center-list li span{
        display: none;
    }
    /* nav-wap end */

    .digital-center-content{
        margin-top: 50px;
    }
    .digital-center-banner-title .webfontCn{
        font-size:28px;
    }
    .digital-center-banner-title .webfontEn{
        font-size: 16px;
        margin-top: 5px;
    }
    .digital-center-text{
        padding: 23px 0 44px;
        width: 90%;
        font-size: 12px;
        line-height: 20px;
    }
    .digital-center-text h1{
        font-size: 16px;
        margin: 10px 0 20px;
    }
    .digital-center-text h4{
        font-size: 12px;
    }
    .digital-center-text p,.digital-center-text ul{
        margin-bottom: 20px;
    }
    
    .about-center-banner{
        display: none;
    }
    .about-center-content{
        margin-top: 0px;
    }
    .digital-center-text .contact-us-title{
        font-size: 16px;
        margin: 34px 0 15px;
    }
    .contact-us-line{
        width: 20%;
        background-color: #46B39E;
        margin: 0 auto 15px;
    }
    .contact-us-add h5{
        font-size: 12px;
        text-align: center;
    }
    .contact-us-add p{
        margin-bottom: 10px;
        text-align: center;
    }
    .apply-member-line{
        display: block;
        width: 100%;
        height: 1px;
        background: #cccccc;
        margin-bottom: 16px;
    }
    .digital-center-apply-content li p{
        margin: 0;
    }
    .digital-center-text .apply-member-title{
        font-size: 16px;
        margin-top: 34px;
        margin-bottom: 16px;
    }
    .apply-member-button{
        width: 119px;
        line-height: 33px;
        margin: 56px auto 20px;
        font-size: 14px;
    }

    .news-events-contBox{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .news-events-contBox:last-child{
        margin-bottom: 18px;
    }
    .news-events-contBox img{
        width: 100px;
        height: 82px;
        margin-right: 14px;
    }
    .news-events-contBox div h5{
        font-size: 14px;
        margin-bottom: 4px;
        line-height: 20px;
    }
    .news-events-contBox div{
        width: 66%;
        height: 82px;
    }
    .news-events-contBox div div{
        -webkit-line-clamp: 2;
    }
    .news-events-contBox div p{
        line-height: 18px;
        text-align: end;
    }

    .industry-service-content{
        background-color: #ffffff;
    }
    .industry-service-text{
        width: 90%;
    }
    .industry-service-list li{
        height: 83px;
        display: flex;
        margin-bottom: 30px;
    }
    .industry-service-list li:last-child{
        margin-bottom: 12px;
    }
    .industry-service-list li:nth-child(2n)>div:first-child{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .industry-service-list li:nth-child(2n)>div:last-child{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .industry-service-pic{
        width: 100px;
        margin-right: 14px;
    }
    .industry-service-font{
        flex: 1;
    }
    .industry-service-pic img{
        width: 100px;
        height: 82px;
    }
    .industry-service-font{
        width: 66%;
        height: 100%;
        position: relative;
        text-align: start;
    }
    .industry-service-font-inner{
        position: static;
        left: 0;
        right: 0;
        top: 0;
        transform: translateY(0);
    }
    .industry-service-font-inner .Font{
        display: none;
    }
    .industry-service-font-inner h3{
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .industry-service-font-inner p{
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .9px;
        text-align: start;
        color: #666666;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
    }

    /* footer-wap start */
    .digital-center-contact{
        padding: 42px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .digital-center-contact ul{
        width: 90%;
        margin-right: 0px;
        justify-content: space-around;
    }
    .digital-center-contact ul li{
        margin-right: 0px;
    }
    .digital-center-contact ul a{
        font-size: 12px;
    }
    .digital-center-follow{
        margin-top: 22px;
    }
    .digital-center-follow div{
        font-size: 12px;
    }
    .digital-center-follow div:first-child{
        margin-right: 20px;
    }
    .digital-center-follow div img{
        width: 56px;
        margin-bottom: 16px;
    }
    .digital-center-copyright{
        height: 36px;
    }
    .digital-center-copyright p{
        font-size: 12px;
        line-height: 36px;
        white-space: nowrap;
        transform: scale(.8);
    }
    /* footer-wap end */
}