.proAllWrap {
    font-family: "msyhl","Microsoft Yahei","微软雅黑";
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #231815;
}
.one {
    overflow: hidden;
    height: 697px;
    /*padding-top: 50px;*/
}
.oneBg {
    background: #17171d url(../images/banner2.jpg) no-repeat bottom center;
}
.twoBg {
    background: #17171d url(../images/banner3.jpg) no-repeat bottom center;
}
.threeBg {
    background: #17171d url(../images/banner4.jpg) no-repeat bottom center;
}
.one h1 {
    font-size: 20px;
    line-height: 52px;
    width: 168px;
    height: 54px;
    position: absolute;
    right: 60px;
    top: 0;
    text-align: center;
    overflow: hidden;
    font-family: 'aliLight';
    font-weight: bold;
    color: #0094ff;
    background: url(../images/nameimgbg.png) no-repeat left center;
}
.one p {
    font-size: 34px;
    color: #959595;
    text-align: center;
    font-family: 'aliLight';
    padding-top: 6px;
}
.pro_wrap {
    margin: auto;
    overflow: hidden;
}
.oneL {
    width: 600px;
    margin: auto;
    margin-top: 10px;
    position: relative;
}
threeAnimate {
    font-size: 96px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    padding-top: 60px;
}
.threeAnimate {
    font-family: 'Roboto';
    font-weight: bold;
}

.animate span {
    display: inline-block;
}


.animate span:nth-of-type(2) {
    animation-delay: .05s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}
.animate span:nth-of-type(15) {
    animation-delay: .7s;
}
.animate span:nth-of-type(16) {
    animation-delay: .75s;
}
.animate span:nth-of-type(17) {
    animation-delay: .8s;
}
.animate span:nth-of-type(18) {
    animation-delay: .85s;
}
.animate span:nth-of-type(19) {
    animation-delay: .9s;
}
.animate span:nth-of-type(20) {
    animation-delay: .95s;
}

.threeAnimate{
    font-size: 30px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    padding-top: 40px;
    display: inline-block;
}
.threeAnimate span {
    color: #fff;
    opacity: 0;
    transform: translate(0px, 0) scale(1);
    animation: sideSlide 1.5s forwards;
}

@keyframes sideSlide {
    60% {
        transform: translate(5px, 0) scale(1);
        color: #fff;
    }
    80% {
        transform: translate(5px, 0) scale(1);
        color: #fff;
    }
    99% {
        transform: translate(0) scale(1.05);
        color: #666;
    }
    100% {
        transform: translate(0) scale(1);
        opacity: 1;
        color: #fff;
    }
}
.languageContent{
    line-height: 50px;
}
.languageContent li{
    float: left;
    padding-left: 10px;
}
.languageContent li{
    float: left;
    padding-left: 10px;
    cursor: pointer;
}
.languageContent li a{
    font-weight: 700;
    font-size: 14px;
}