


select {
    outline: none;
}

body {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    position: relative;
    opacity: 0;
}

.w1180 {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.w1280 {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.w1380 {
    width: 1380px;
    margin: 0 auto;
    position: relative;
}

.welcome-page {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background: #000;

}

.welcome-page .page {
    background: #000;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

.si-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.welcome-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#s2 {
    background: url(../img/wel02.jpg) no-repeat top center;
    background-size: cover;
}

#s3 {
    background: url(../img/wel03.jpg) no-repeat left center;
    background-attachment: fixed;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 0;
    background-size: cover;
}

#s3.hovers {
    width: 100%;
}

#s4 {
    z-index: 6;
}

/****头部和底部的样式*****/
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#header #logo {
    position: relative;
    z-index: 1;
    padding: 21px 30px;
    display: block;
    float: left;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

#header #logo img {
    width: 90px;
    display: block;
    position: relative;
    z-index: 2;
}

#header #logo:before,
#header .header-links:before,
.mobile-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

#header #logo:before,
#header .header-links:before,
#header .mobile-btn:before {
    background-color: #1f2534;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
}

#header.folded .mobile-btn:before,
#header.folded #logo:before,
#header.folded .header-links:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header-links {
    position: relative;
    z-index: 1;
    padding: 0 25px 0 0;
    float: right;
}

.header-links .links {
    width: 560px;
    height: 76px;
    float: right;
    position: relative;
    z-index: 2;
}

.header-links .links li {
    float: left;
    /* //width:14.285%; */
    width: 16.667%;
    text-align: center;
    line-height: 76px;
    position: relative;
    padding-bottom: 18px;
}

.header-links .links li .font-tit {
    color: #fff;
    display: inline-block;
    position: relative;
}

.header-links .links li .font-tit:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cf5c47;
    -webkit-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.header-links .links li.hover .font-tit:before {
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header-links .btns {
    float: right;
    width: 66px;
    position: relative;
    z-index: 2;
    line-height: 26px;
    display: none;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .3);
    font-size: 12px;
    color: #fff;
    margin: 23px 0 24px 15px;
    border-radius: 20px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

#header.active #logo:before,
#header.active .header-links:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header-links .links li.hover .font-tit:before {
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header-links .links .cont {
    width: 180px;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #fff;
    z-index: 2;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 20px 22px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .1);
}

.header-links .links .cont.active {
    pointer-events: all;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}

.header-links .links .cont:before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 25px;
    left: 50%;
    margin-left: -8px;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    /*透明 透明  灰*/
}

.header-links .links .cont a {
    display: block;
    position: relative;
    font-size: 12px;
    padding: 15px 0;
    color: #999;
    line-height: 20px;
    border-top: 1px solid #eee;
    -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: color .3s cubic-bezier(.645, .045, .355, 1);
    transition: color .3s cubic-bezier(.645, .045, .355, 1);
}

.header-links .links .cont a:first-child,
.header-links .links .cont a.first {
    border-top: none;
}

.header-links .links .cont a:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: -20px;
    width: 4px;
    background: #e8340c;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.162, .85, .45, 1);
    transition: transform .3s cubic-bezier(.162, .85, .45, 1);
}

.header-links .links .cont a.hover:before {
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.loading-screen {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    pointer-events: none;
    z-index: 15;
    -webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .7s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    opacity: .01;
}

.loading-screen.visible {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.loading-screen.hidden {
    display: none;
}

.loading-screen img {
    width: 100%;
}

/****头部和底部的样式*****/
.welcome-Hero {
    position: absolute;
    top: 16.66vh;
    color: #fff;
    left: 8%;
}

.welcome-Hero h3 {
    font-size: 56px;
    color: #fff;
    line-height: 72px;
    font-weight: bold;
    -webkit-transition: all .5s .4s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s .4s cubic-bezier(.645, .045, .355, 1);
}

.welcome-Hero h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 77px;
    letter-spacing: 8px;
    -webkit-transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
}

.welcome-Hero h2 .red {
    color: #e8340c;
}

.welcome-Hero .scrollBtn {
    position: relative;
    margin-left: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin-top: 5vh;
    color: #fff;
    padding: 2px;
    cursor: pointer;
    opacity: .01;
}

.item.slick-current .welcome-Hero .scrollBtn {
    -webkit-animation: softFromBottom .5s cubic-bezier(.645, .045, .355, 1) both;
    animation: softFromBottom .5s cubic-bezier(.645, .045, .355, 1) both;
}

.welcome-Hero .scrollBtn p {
    white-space: nowrap;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.welcome-Hero .scrollBtn i {
    position: absolute;
    left: -1px;
    top: 65px;
    height: 12vh;
    width: 3px;
    overflow: hidden;
}

.welcome-Hero .scrollBtn i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8340c;
    -webkit-animation: scroll 2s cubic-bezier(.162, .85, .45, 1) infinite;
    animation: scroll 2s cubic-bezier(.162, .85, .45, 1) infinite;
}

.welcome-Hero h2,
.welcome-Hero h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.item.slick-current .welcome-Hero h2,
.item.slick-current .welcome-Hero h3 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.item.slick-current .welcome-Hero>div:first-child h3 {
    letter-spacing: 5px;
}

.bullets {
    position: fixed;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 7;
}

.bullets li {
    position: relative;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-animation: softFromBottom .5s cubic-bezier(.645, .045, .355, 1) both;
    animation: softFromBottom .5s cubic-bezier(.645, .045, .355, 1) both;
}

.bullets li:first-of-type {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.bullets li:before {
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 8px;
    height: 8px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    box-shadow: 0 0 0 0 #fff;
}

.bullets li.active:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff;
}

.bullets.other li:before {
    background-color: #000;
}

.bullets.other li.active:before {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000;
}

.bullets li svg {
    position: absolute;
    -ms-transform-origin: 11px 11px;
    -webkit-transform-origin: 11px 11px;
    transform-origin: 11px 11px;
    -webkit-transform: translate(-50%, -50%) rotate(260deg);
    -ms-transform: translate(-50%, -50%) rotate(260deg);
    transform: translate(-50%, -50%) rotate(260deg);
    top: 50%;
    left: 50%;
    stroke-dasharray: 70;
    opacity: 0;
    -webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .7s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s cubic-bezier(.645, .045, .355, 1);
}

.bullets li.active svg {
    opacity: 1;
}

.welcome-case {
    position: absolute;
    left: -50%;
    width: calc(100% * 1.5);
}

.case-box {
    width: calc(100% / 3);
    float: left;
    height: 100%;
    position: relative;
}

.case-box ul {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.case-box li {
    width: 100%;
    position: relative;
    height: 100%;
}

.case-box li .show-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 160px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all .5s .6s;
    -ms-transition: all .5s .6s;
    transition: all .5s .6s;
}

.case-box li.first .show-box {
    -webkit-transition: all .5s 1.1s;
    -ms-transition: all .5s 1.1s;
    transition: all .5s 1.1s;
}

.case-box li.active .show-box {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.case-box li .show-box .box {
    width: 99px;
    height: 99px;
    text-align: center;
    line-height: 99px;
    position: relative;
    float: left;
    margin-left: 21px;
}

.case-box li .show-box .box:after {
    content: "";
    width: 100%;
    padding: 0;
    height: 100%;
    background: url(../img/wel28.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}

.case-box li .show-box .box.ml0 {
    margin-left: 0;
}

.case-box li .show-box .box.mt62 {
    margin-top: -38px;
}

.case-box li .show-box .box.ml122 {
    margin-left: 122px;
}

.case-box li .show-box .box:first-child,
.case-box li .show-box .box:nth-child(6) {
    margin-left: 61px;
}

.case-box li .show-box .box img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.case-box li .show-box .box.hovers img {
    opacity: .2;
}

.case-box li .show-box .box h2 {
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s 1.5s;
    -ms-transition: all .5s 1.5s;
    transition: all .5s 1.5s;
}

.case-box li .show-box .box.ico1 h2 {
    top: -68px;
    left: 0;
}

.case-box li .show-box .box .line {
    position: absolute;
    display: block;
    -webkit-transition: all .8s 1s;
    -ms-transition: all .8s 1s;
    transition: all .8s 1s;
}

.case-box li.first .show-box .box .line {
    -webkit-transition: all .8s 1.5s;
    -ms-transition: all .8s 1.5s;
    transition: all .8s 1.5s;
}

.case-box li.first .show-box .box h2 {
    -webkit-transition: all .5s 2s;
    -ms-transition: all .5s 2s;
    transition: all .5s 2s;
}

.case-box li .show-box .box.ico1 .line {
    width: 18px;
    height: 0px;
    background: url(../img/wel22.png) no-repeat left bottom;
    top: -52px;
    left: 56px;
}

.case-box li .show-box .box.ico2 h2 {
    right: -60px;
    top: 4px;
}

.case-box li .show-box .box.ico2 .line {
    width: 0px;
    height: 15px;
    top: 0;
    right: -60px;
    background: url(../img/wel23.png) no-repeat left top;
}

.case-box li .show-box .box.ico3 h2 {
    left: 11px;
    bottom: -40px;
}

.case-box li .show-box .box.ico3 .line {
    width: 18px;
    height: 0px;
    left: 0;
    top: 86px;
    background: url(../img/wel24.png) no-repeat left top;
}

.case-box li .show-box .box.ico5 h2 {
    left: 25px;
    bottom: -40px;
}

.case-box li .show-box .box.ico5 .line {
    width: 18px;
    height: 0px;
    right: 13px;
    top: 86px;
    background: url(../img/wel25.png) no-repeat left top;
}

.case-box li .show-box.enterprise {
    height: 220px;
}

.case-box li .show-box .box.ico6 .line {
    background: url(../img/wel24.png) no-repeat left top;
    width: 18px;
    height: 0px;
    top: 80px;
    left: -4px;
}

.case-box li .show-box .box.ico6 h2 {
    left: -24px;
    bottom: -58px;
}

.case-box li .show-box .box.ico7 h2 {
    top: -22px;
    right: -4px;
}

.case-box li .show-box .box.ico7 .line {
    background: url(../img/wel24.png) no-repeat left top;
    width: 18px;
    height: 0px;
    top: -37px;
    left: 76px;
}

.case-box li .show-box .box.ico7 h2 {
    top: -51px;
    right: -62px;
}

.case-box li .show-box .box.ico8 .line {
    background: url(../img/wel24.png) no-repeat left top;
    width: 18px;
    height: 0px;
    top: -38px;
    left: 14px;
}

.case-box li .show-box .box.ico8 h2 {
    top: -50px;
    left: 41px;
}

.case-box li .show-box .box.ico9 .line {
    background: url(../img/wel25.png) no-repeat left top;
    width: 18px;
    height: 0px;
    top: -38px;
    left: 14px;
}

.case-box li .show-box .box.ico9 h2 {
    top: -53px;
    left: -68px;
}

.case-box li .show-box .box.ico11 .line {
    background: url(../img/wel24.png) no-repeat left top;
    width: 18px;
    height: 0px;
    top: 80px;
    left: -6px;
}

.case-box li .show-box .box.ico11 h2 {
    top: 103px;
    left: 4px;
}

.case-box li .show-box .box.ico12 .line {
    background: url(../img/wel25.png) no-repeat left top;
    width: 18px;
    height: 0px;
    top: 81px;
    left: 83px;
}

.case-box li .show-box .box.ico12 h2 {
    top: 101px;
    left: 40px;
}

.case-box li .show-box .box.ico10 .line {
    background: url(../img/wel27.png) no-repeat left top;
    width: 0px;
    height: 15px;
    top: 78px;
    left: 84px;
}

.case-box li .show-box .box.ico10 h2 {
    top: 60px;
    right: -54px;
}

.case-box li.active .show-box .box.ico1 .line {
    height: 61px;
}

.case-box li.active .show-box .box.ico2 .line {
    width: 76px;
}

.case-box li.active .show-box .box.ico10 .line {
    width: 77px;
}

.case-box li.active .show-box .box.ico3 .line,
.case-box li.active .show-box .box.ico5 .line,
.case-box li.active .show-box .box.ico6 .line,
.case-box li.active .show-box .box.ico7 .line,
.case-box li.active .show-box .box.ico8 .line,
.case-box li.active .show-box .box.ico9 .line,
.case-box li.active .show-box .box.ico11 .line,
.case-box li.active .show-box .box.ico12 .line {
    height: 50px;
}

.case-box li.active .show-box .box h2 {
    opacity: 1;
}

.welcome-case-bbox {
    width: 600px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -144.5px;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.welcome-case-bbox.left {
    right: auto;
    left: 0;
}

.welcome-case-bbox .welcome-case-title {
    height: 95px;
    overflow: hidden;
    position: relative;
}

.welcome-case-bbox .welcome-case-titletop {
    position: absolute;
    top: 95px;
    left: 0;
}

.welcome-case-bbox .welcome-case-title h2 {
    font-size: 50px;
    line-height: 95px;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.welcome-case-bbox.first .welcome-case-title h2 {
    -webkit-transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
}

.welcome-case-font {
    width: 100%;
    height: 143px;
    position: relative;
    overflow: hidden;
}

.welcome-case-font .welcome-case-fonttop {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
}

.welcome-case-font .welcome-case-fonttop .fonts {
    min-height: 143px;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.language_en .welcome-case-font .welcome-case-fonttop .fonts {
    height: 143px;
}

.welcome-case-bbox.first .welcome-case-font .welcome-case-fonttop .fonts {
    -webkit-transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
}

.welcome-case-font .welcome-case-fonttop p {
    font-size: 16px;
    line-height: 24px;
}

.welcome-case-more {
    height: 60px;
    width: 100%;
    position: relative;
}

.welcome-case-more .see-more,
.product-intro .see-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 60px;
    /*border: 2px solid #fff;*/
    border-radius: 30px;
    background: url(../img/ne01.png) no-repeat center;
    background-size: 100% 100% !important;
    padding-right: 40px;
    line-height: 60px;
    display: none;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.welcome-case-bbox.first .welcome-case-more .see-more {
    -webkit-transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s .5s cubic-bezier(.645, .045, .355, 1);
}

.welcome-case-more .see-more.active,
.product-intro .see-more {
    display: block;
}

.welcome-case-more .see-more span,
.product-intro .see-more span {
    font-size: 16px;
    color: #fff;
    z-index: 1;
    padding-left: 27px;
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    line-height: 56px;
}

.welcome-case-more .see-more span::after,
.product-intro .see-more span::after {
    content: "";
    width: 0px;
    height: 100%;
    background: #e8340c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.welcome-case-bbox .welcome-case-title h2.active,
.welcome-case-font .welcome-case-fonttop .fonts.active {
    opacity: 1;
}

.welcome-case-bbox .welcome-case-title a,
.welcome-case-bbox .welcome-case-font a {
    color: #fff;
}

.welcome-service {
    width: 1090px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.welcome-service .title {
    padding-bottom: 1.25vw;
    text-align: center;
}

.welcome-service .title h2 {
    font-size: 50px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 13px;
    position: relative;
    top: 80px;
    opacity: 0;
    -webkit-transition: all .5s .6s;
    -ms-transition: all .5s .6s;
    transition: all .5s .6s;
}

.welcome-service .title p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    width: 78%;
    margin: 0 auto;
    position: relative;
    top: 80px;
    opacity: 0;
    -webkit-transition: all .5s .9s;
    -ms-transition: all .5s .9s;
    transition: all .5s .9s;
}

.welcome-service-list {
    width: 100%;
    display: block;
    padding-top: 21px;
}

.welcome-service-list li,
.service-list li {
    width: calc((100% - 21%) / 4);
    float: left;
    margin: 3.697vw 0 0 7%;
    position: relative;
}

.language_en .welcome-service-list li,
.language_en .service-list li {
    width: calc((100% - 9%) / 4);
    margin: 3.697vw 0 0 3%;
}

.service-list li {
    left: 0;
    opacity: 1;
}

.welcome-service-list li:after,
.service-list li:after {
    content: "";
    width: 1px;
    height: 36px;
    background: #e8340c;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
}

.welcome-service-list li a,
.service-list li a {
    display: block;
    width: 100%;
}

.welcome-service-list li .pic,
.service-list li .pic {
    float: left;
    margin-right: 13px;
    max-width: 73px;
}

.welcome-service-list li h2,
.service-list li h2 {
    font-size: 22px;
    color: #000;
    line-height: 33px;
}

.service-list li h2 {
    color: #000;
}

.welcome-service-list li p,
.service-list li p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.welcome-service-list li:nth-child(4n+1),
.welcome-service-list li:first-child,
.service-list li:first-child,
.service-list li:nth-child(4n+1) {
    margin-left: 0;
}

.welcome-service-list li:nth-child(4n):after,
.service-list li:nth-child(4n):after {
    display: none;
}

#s3.active .welcome-service-list li:nth-child(1) {
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s 1.1s;
    -ms-transition: all .5s 1.1s;
    transition: all .5s 1.1s;
}

#s3.active .welcome-service-list li:nth-child(2) {
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s 1.3s;
    -ms-transition: all .5s 1.3s;
    transition: all .5s 1.3s;
}

#s3.active .welcome-service-list li:nth-child(3) {
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s 1.5s;
    -ms-transition: all .5s 1.5s;
    transition: all .5s 1.5s;
}

#s3.active .welcome-service-list li:nth-child(4) {
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s 1.7s;
    -ms-transition: all .5s 1.7s;
    transition: all .5s 1.7s;
}

#s3.active .welcome-service-list li:nth-child(5) {
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s 1.9s;
    -ms-transition: all .5s 1.9s;
    transition: all .5s 1.9s;
}

#s3.active .welcome-service .title h2,
#s3.active .welcome-service .title p {
    top: 0;
    opacity: 1;
}

.footer-top {
    width: 100%;
    background: #1a1a1a;
    padding: 100px 0 110px;
}

.footer-top .footer-picture-box {
    margin: 0 auto;
    position: relative;
    width: 980px;
    height: 220px;
}

.footer-top .footer-picture {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-transition: all .5s .6s;
    -ms-transition: all .5s .6s;
    transition: all .5s .6s;
}

.footer-top-links {
    width: 980px;
    margin: 0 auto;
    padding: 35px 0 36px;
    border-bottom: 2px solid #222;
}

.footer-top-links a {
    display: block;
    width: 41.8%;
    background: url(../img/wel31.png) no-repeat bottom right;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.footer-top-links a h2 {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.footer-top-links a p {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.footer-bottom {
    width: 100%;
    background: #000;
    padding-top: 33px;
}

.footer-bottom-t {
    padding-bottom: 42px;
    border-bottom: 1px solid #333;
}

.footer-bottom-t .list {
    float: left;
    width: 64%;
}

.footer-bottom-t .list li {
    float: left;
    width: 20.5%;
    /* //width: 15.3%; */
    margin-right: 5.7%;
}

.footer-bottom-t .list li:last-child {
    margin-right: 0;
}

.footer-bottom-t .list h2 {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    padding-bottom: 2px;
    position: relative;
    margin-bottom: 13px;
}

.footer-bottom-t .list .line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4d1104;
    display: block;
}

.footer-bottom-t .list p {
    display: block;
    font-size: 12px;
    line-height: 24px;
}

.footer-bottom-t .list p a {
    color: #808080;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.footer-bottom-t .erweima {
    float: right;
    width: 33%;
    text-align: right;
}

.footer-bottom-t .erweima p {
    font-size: 14px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 1px;
}

.footer-bottom-t .erweima .hotLine img {
    height: 24px;
    margin-right: 10px;
}

.footer-bottom-t .erweima h2 {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
}

.footer-bottom-t .erweima h1 {
    font-size: 34px;
    color: #fff;
    line-height: 46px;
}

.footer-bottom-t .erweima p.fff,
.footer-bottom-t .erweima p .fff {
    color: #fff;
}

.footer-bottom-t .erweima .footer_see_more {
    padding-top: 10px;

}

.footer-bottom-t .erweima .footer_see_more img {
    max-height: 40px;
}

.footer_see_more {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}
.footer_see_more.en{
    padding-bottom: 80px;
}
.consulting{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #8C8C8C;
    gap: 10px;
    float: right;
}
.consulting img{
    width: 24px;
    height: 24px;
}
.consulting span{
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.footer-bottom-b {
    font-size: 12px;
    color: #8C8C8C;
    line-height: 20px;
    padding: 15px 0;
}

.footer-bottom-b a {
    font-size: 12px;
    color: #8C8C8C;
    margin: 0 5px;
}

.footer-bottom-b.en {
    display: none !important;
}

.picture-box img.pic {}

.welcome-page #s4.page.active {
    overflow: visible;
}

.footer-top .footer-picture.active {
    height: 280px;
}

.mobile-btn {
    width: 77px;
    height: 77px;
    float: right;
    background: #e8340c;
    position: relative;
    color: #fff;
    display: none;
    cursor: pointer;
}

.mobile-btn-box {
    width: 36px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -13px 0 0 -18px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.mobile-btn-box span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #fFf;
    left: 0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.mobile-btn-box span.line1 {
    top: 0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.mobile-btn-box span.line2 {
    top: 12px;
}

.mobile-btn-box span.line3 {
    bottom: 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.mobile-btn.hover .mobile-btn-box {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mobile-btn.hover .mobile-btn-box span.line2 {
    opacity: 0;
}

.mobile-btn.hover .mobile-btn-box span.line1 {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
}

.mobile-btn.hover .mobile-btn-box span.line3 {
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg);
}

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    background: #1a1a1a;
}

#mobile-menu ul {
    width: 92%;
    margin: 0 auto;
    padding-top: 115px;
}

#mobile-menu li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #111;
}

#mobile-menu li .font-tit {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 99px;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

#mobile-menu li .cont {
    border-top: 1px solid #111;
    width: 100%;
    display: none;
}

#mobile-menu li .cont a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #666;
    line-height: 100px;
}

#mobile-menu li.more .font-tit {
    background: url(../img/wel33.png) no-repeat right center;
}

#mobile-menu li.more.hover .font-tit {
    background: url(../img/wel33_h.png) no-repeat right center;
}

.welcome-case-mobile {
    display: none;
    position: relative;
    z-index: 1;
    width: 92%;
    top: 100px;
    opacity: 0;
    -webkit-transition: all .6s .8s;
    -ms-transition: all .6s .8s;
    transition: all .6s .8s;
}

.welcome-case-mobile .fonts-box {
    text-align: center;
    padding-top: 75px;
    position: relative;
}

.welcome-case-mobile .fonts-box h2 {
    font-size: 58px;
    color: #fff;
    line-height: 77px;
    margin-bottom: 14px;
}

.welcome-case-mobile .fonts-box p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.welcome-case-mobile .fonts-box .more {
    width: 200px;
    display: block;
    height: 60px;
    line-height: 60px;
    background: #e8340c;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    margin: 45px auto 0;
}

.page.active .welcome-case-mobile {
    top: 0;
    opacity: 1;
}

#s4 {
    background: url(../img/wel34.jpg) no-repeat center;
    background-size: cover;
}

#s5 {
    z-index: 7;
    overflow: visible;
    position: relative;
}

.welcome-partner {
    width: 910px;
    height: 410px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -205px 0 0 -455px;
}

.welcome-partner h2 {
    font-size: 50px;
    color: #fff;
    line-height: 69px;
    margin-bottom: 13px;
}

.welcome-partner .fonts {
    padding: 0 0 4.8958vw;
}

.welcome-partner .fonts p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.welcome-partner img {
    max-width: 100%;
    height: auto !important;
}

.welcome-partner h2,
.welcome-partner .fonts,
.welcome-partner img {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.page.active .welcome-partner h2 {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: all .6s .6s;
    -ms-transition: all .6s .6s;
    transition: all .6s .6s;
}

.page.active .welcome-partner .fonts {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: all .6s .8s;
    -ms-transition: all .6s .8s;
    transition: all .6s .8s;
}

.page.active .welcome-partner img {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: all .6s 1s;
    -ms-transition: all .6s 1s;
    transition: all .6s 1s;
}

.inliner-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inliner-banner .img {
    width: 100%;
    position: relative;
}

.inliner-banner .con {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.inliner-banner .con h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 78px;
    margin-bottom: 25px;
}

.inliner-banner .con p {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    /* letter-spacing:20px; */
}

.inliner-banner .con p.more {
    letter-spacing: 1px;
}

.inliner-banner .mobile-img {
    display: none;
}

.inliner-now {
    padding: 35px 0 14px;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 23px;
}

.inliner-now a {
    color: #4c4c4c;
}

.inliner-now a.links {
    float: right;
    line-height: 23px;
}

.inliner-now a.ff {
    float: none;
}

.news-list {
    padding-bottom: 210px;
}

.news-list-ul {
    width: 100%;
    display: block;
    padding-bottom: 90px;
}

.news-list-ul li {
    float: left;
    margin-bottom: 60px;
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
}

.news-list-ul li:nth-child(3n) {
    margin-right: 0;
}

.news-list-ul li a {
    display: block;
    width: 100%;
}

.news-list-ul li .time {
    padding-top: 13px;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 26px;
}

.news-list-ul li .title {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.news-list-ul li .fonts {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 40px;
    margin: 4px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list-ul li .more {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 18px;
    padding-bottom: 9px;
    position: relative;
}

.news-list-ul li .more:after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0%;
    background: #e8340c;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.pages {
    width: 100%;
    text-align: center;
    font-size: 0;
    height: 40px;
}

.pages a {
    display: inline-block;
    padding: 10px 9px;
    font-size: 18px;
    color: #999;
    line-height: 18px;
    margin: 0 18px;
    border: 1px solid #999;
}

.pages a.btn {
    padding: 10px 15px;
    font-weight: bold;
}

.pages a.active {
    color: #e8340c;
    border-color: #e8340c;
}

.news-info {
    padding: 0 80px 144px;
}

.info-content {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 54px 0 219px;
}

.info-content h2 {
    font-size: 26px;
    color: #4d4d4d;
    line-height: 36px;
    text-align: center;
    margin-bottom: 7px;
}

.info-content h3 {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 22px;
    text-align: center;
    padding-bottom: 37px;
}

.info-content p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
}

.info-content img {
    max-width: 100%;
    height: auto !important;
}

.info-page {
    padding-top: 14px;
}

.info-page .ff {
    float: left;
    width: 80%;
    overflow: hidden;
}

.info-page p,
.info-page a {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.info-page .back {
    float: right;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 26px;
}

.service-list {
    padding: 120px 0;
    min-height: 600px;
}

.service-list li {
    float: left;
}

.product-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 52px;
    background: url(../img/pro01.png) no-repeat center;
    background-size: auto 100%;
}
.product-nav ul{
    display: flex;
    justify-content: space-around;
}

.product-nav li {
    /* float: left; */
    /* width: 90px; */
    position: relative;
    /* margin-right: calc((100% - 360px) / 3); */
}

.product-nav li:last-child {
    margin-right: 0;
}

.product-nav li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #Fff;
    line-height: 98px;
}

.product-nav li a:after {
    content: "";
    width: 0;
    height: 6px;
    background: #e8340c;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-nav li.hover a:after {
    width: 100%;
}

.product-intro {
    width: 100%;
    padding: 80px 0;
    background: #1a1a1a;
}

.product-intro .fonts-box {
    width: 50.8%;
    float: left;
}

.product-intro .fonts-box p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.product-intro .see-more {
    position: relative;
    float: right;
    margin-top: 22px;
}

.free-request-scheme {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 15;
    display: none;
}

.free-request-scheme .content-free {
    background: #1a1a1a;
    width: 600px;
    padding: 50px 60px 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.free-request-scheme .content-free.hover {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.free-request-scheme .content-free .close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: -80px;
    cursor: pointer;
    background: #1a1a1a url(../img/close.png) no-repeat center;
    background-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.free-request-scheme .content-free h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.free-request-scheme .content-free p {
    font-size: 20px;
    color: #999;
    line-height: 40px;
    text-align: center;
}

.free-request-scheme .content-free .red {
    color: #e8340c;
}

.free-request-scheme .content-free form {
    display: block;
    width: 100%;
    padding-top: 36px;
}

.free-request-scheme .content-free label {
    width: 100%;
    border-bottom: 1px solid rgba(232, 52, 12, .3);
    display: block;
    margin-bottom: 31px;
}

.free-request-scheme .content-free input[type="text"] {
    width: 100%;
    background: none;
    border: none;
    line-height: 54px;
    height: 54px;
    font-size: 16px;
    color: #fff;
}

.free-request-scheme .content-free textarea {
    width: 100%;
    background: none;
    border: 1px solid rgba(232, 52, 12, .3);
    padding: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    min-height: 150px;
    resize: none;
    /*禁止拉伸*/
}

.free-request-scheme .content-free input[type="submit"] {
    width: 72%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #e8340c;
    border-radius: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    display: block;
    margin: 80px auto 0;
}

.product-bg {
    width: 100%;
    /*background:url(../img/pro02.jpg) repeat top center;*/
    background: #f2f4f7;
}

.z2 {
    z-index: 2;
}

.product-bond-box {
    width: 1340px;
    margin-left: -80px !important;
    padding: 150px 80px !important;
    text-align: center;
    position: relative;
}

.product-bond {
    width: 100%;
}

.product-bond li {
    background: url(../img/pro07.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    transition: all 0.5s;
}

.product-bond li a {
    display: block;
    width: 100%;
    padding: 80px 3% 25px;
}

.product-bond li .pic {
    display: block;
    height: 80px;
    margin: 0 auto 59px;
}

.product-bond li h2 {
    font-size: 30px;
    color: #4d4d4d;
    line-height: 50px;
}

.product-bond li .line {
    display: block;
    width: 30px;
    height: 2px;
    background: #4d4d4d;
    margin: 9px auto 74px;
}

.product-bond li p {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 19px;
    text-transform: uppercase;
}

.product-bond-box .swiper-button-prev,
.product-bond-box .swiper-button-next,
.about-team-box .swiper-button-prev,
.about-team-box .swiper-button-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border-radius: 50%;
    background: #fff;
    color: #e8340c;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.product-bond-box .swiper-button-prev,
.about-team-box .swiper-button-prev {
    left: -80px;
}

.product-bond-box .swiper-button-next,
.about-team-box .swiper-button-next {
    right: -80px;
}

.product-gateway {
    width: 100%;
}

.product-gateway .left {
    float: left;
    width: 57.6%;
    padding-top: 143px;
}

.product-gateway .left h2,
.product-enterprise-top .right h2 {
    font-size: 40px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 59px;
    margin-bottom: 10px;
}

.product-gateway .left p,
.product-enterprise-top .right p {
    font-size: 18px;
    color: #808080;
    line-height: 32px;
}

.product-gateway .left h3,
.product-enterprise-top .right h3 {
    margin-top: 250px;
    padding-top: 35px;
    position: relative;
    text-align: right;
    font-size: 58px;
    line-height: 64px;
    color: #2d60b2;
    text-transform: uppercase;
    font-weight: bold;
}

.product-gateway .left h3::after,
.product-enterprise-top .right h3::after {
    content: "";
    width: 45px;
    height: 8px;
    display: block;
    background: #2d60b2;
    position: absolute;
    right: 0;
    top: 0;
}

.product-gateway .right {
    width: 32%;
    float: right;
    position: relative;
}

.product-gateway .right .bg {
    width: 100%;
}

.product-gateway .right .pic {
    width: 132%;
    position: absolute;
    top: 0;
    right: 0;
}

.product-gateway .right .ico {
    width: 80px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -40px;
}

.product-terminal {
    width: 100%;
    background: #fff;
    padding: 56px 0 144px;
    margin-top: -260px;
}

.product-terminal .picture {
    width: 50%;
    padding-bottom: 140px;
    margin-left: -2%;
}

.product-terminal .fonts,
.product-enterprise-bot .fonts {
    float: left;
    padding-top: 19px;
    width: 40.6%;
}

.product-enterprise-bot .fonts {
    float: right;
}

.product-terminal .fonts h2,
.product-enterprise-bot .fonts h2,
.product-case .title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 59px;
    margin-bottom: 10px;
}

.product-terminal .fonts p,
.product-enterprise-bot .fonts p,
.product-case .title p {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 32px;
}

.product-terminal .title,
.product-enterprise-bot .title {
    width: 51%;
    float: right;
    padding: 30px 1.6% 25px;
    background: url(../img/pro12.png) no-repeat center;
    background-size: 100% 100%;
}

.product-enterprise-bot .title {
    float: left;
}

.product-terminal .title h3,
.product-enterprise-bot .title h3 {
    font-size: 80px;
    color: #fff;
    line-height: 82px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
}

.product-terminal .title .ico,
.product-enterprise-bot .title .ico {
    float: right;
    width: 80px;
}

.product-classification {
    padding: 100px 0 164px;
    display: block;
    width: 100%;
}

.product-classification li {
    float: left;
    width: 42.3%;
    margin-bottom: 10px;
}

.product-classification li:nth-child(2n) {
    float: right;
}

.product-classification li .fonts {
    padding: 29px 3% 0;
    text-align: center;
}

.product-classification li h2 {
    font-size: 40px;
    color: #4d4d4d;
    line-height: 59px;
    margin-bottom: 10px;
}

.product-classification li p {
    font-size: 18px;
    color: #808080;
    line-height: 32px;
}

.product-gateway.two .right .pic {
    width: 115%;
}

.product-gateway.two .left h3 {
    margin-top: 150px;
}

.product-bond.two li {
    background: url(../img/pro22.png) no-repeat center;
    background-size: 100% 100%;
}

.product-gateway.the .right .pic {
    width: 131%;
    top: 10%;
    left: -21%;
}

.product-gateway .left .lists {
    padding-top: 32px;
    width: 72%;
}

.product-gateway .left ul {
    width: 100%;
    padding-top: 30px;
    margin-left: -8%;
}

.product-gateway .left li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 19px;
}

.product-gateway .left .ff {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 32px
}

.product-terminal .lists {
    float: right;
    width: 35%;
    margin-top: 69px;
}

.product-terminal .lists li {
    float: right;
    text-align: center;
    width: 25%;
    margin-bottom: 18px;
}

.product-terminal .lists p {
    font-size: 12px;
    color: #4c4c4c;
    line-break: 24px;
}

.product-terminal .fonts.the {
    width: 59%;
}

.product-enterprise {
    width: 100%;
    background: #fff;
    padding: 145px 0 180px;
}

.product-enterprise-top {
    width: 100%;
    padding-bottom: 140px;
}

.product-enterprise-top .left {
    width: 32%;
    float: left;
    position: relative;
}

.product-enterprise-top .left .bg {
    width: 100%;
}

.product-enterprise-top .left .pic {
    width: 136%;
    position: absolute;
    top: 28px;
    left: -16%;
}

.product-enterprise-top .left .ico {
    width: 80px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -40px;
}

.product-enterprise-top .right {
    width: 58%;
    float: right;
    padding-top: 12%;
}

.product-enterprise-top .right h2,
.product-enterprise-top .right p {
    padding-left: 14%;
}

.product-enterprise-top .right h3 {
    margin: 29% 29% 0 0;
}

.product-enterprise-top .right .pic {
    float: right;
    margin-top: 19%;
    width: 85%;
}

.register {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.register-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
}

.register-box .right-bg {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.register-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.register-con .title {
    width: 100%;
    text-align: right;
    padding-right: 11%;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.register-con .title img {
    padding-right: 20px;
    border-right: 4px solid #e8340c;
}

.register-form {
    width: 480px;
    float: right;
    margin-top: 60px;
}

.register-form .label {
    width: 100%;
    height: 64px;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .3);
}

.register-form .label.pb40 {
    margin-bottom: 40px;
}

.register-form .box {
    margin-bottom: 21px;
}

.register-form .box .label {
    width: 58%;
    padding: 0 30px;
}

.register-form .label select {
    width: 18%;
    height: 100%;
    background: none;
    border: none;
    font-size: 14px;
    color: #959697;
    font-size: 14px;
    padding-left: 30px;
    float: left;
}

.register-form .label input:-moz-placeholder {
    color: #959697;
}

.register-form .label input::-moz-placeholder {
    color: #959697;
}

.register-form .label input:-ms-input-placeholder {
    color: #959697;
}

.register-form .label input::-webkit-input-placeholder {
    color: #959697;
}

.register-form .label input {
    float: left;
    width: 68%;
    height: 62px;
    line-height: 62px;
    margin-left: 3%;
    border: none;
    background: url(../img/lo03.png) no-repeat left center;
    padding: 0 3%;
    font-size: 14px;
    color: #fff;
}

.register-form .box .label input {
    margin-left: 0;
    width: 100%;
    padding: 0 6%;
}

.register-form .box .button {
    width: 33%;
    float: right;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 32px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.register-form .box .button::after {
    content: "";
    width: 62.5%;
    height: 2px;
    background: #e8340c;
    position: absolute;
    right: -31.25%;
    top: 50%;
    margin-top: -1px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.register-form .box .code {
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 16px;
    color: #fff;
    background: none;
    border-radius: 32px;
    border: none;
    padding-left: 25%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.register-form .choice {
    font-size: 12px;
    color: #959697;
    line-height: 32px;
    cursor: pointer;
    padding-left: 22px;
    background: url(../img/lo04.png) no-repeat left center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.register-form .choice.hover {
    background: url(../img/lo04_h.png) no-repeat left center;
}

.register-form .choice a {
    color: #e8340c;
}

.register-form .submit {
    width: 100%;
    height: 64px;
    background: #e8340c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 47px;
}

.register-form .links {
    font-size: 12px;
    color: #959697;
    line-height: 32px;
}

.product-case {
    padding: 90px 0 139px;
    text-align: center;
}

.product-case .title {
    padding-bottom: 32px;
}

.product-case .swiper-container {
    overflow: visible;
}
.link_counter .swiper-container .picture-box {
    box-shadow: none;
    margin-bottom: 10px;
}
.swiper-container .picture-box {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}

.product-case .swiper-container li p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 35px;
}



.inliner-banner.join .con p {
    letter-spacing: 3px;
}

.product-intro.join {
    background: #2d60b2;
}

.product-intro.join .fonts-box {
    width: 58.8%;
}

.join-title {
    width: 100%;
    text-align: center;
    padding-top: 69px;
}

.join-title h2 {
    font-size: 30px;
    color: #4d4d4d;
    line-height: 48px;
}

.join-title p {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 19px;
}

.product-bond-box.join {
    padding: 55px 10% 51px !important;
}

.jion-index-process {
    padding: 57px 0 250px;
    width: 100%;
    position: relative;
}

.jion-index-process ul {
    width: 100%;
    background: url(../img/a18.png) no-repeat center;
    background-size: 100% auto;
}

.jion-index-process .list li {
    width: 25%;
    text-align: center;
    float: left;
}

.jion-index-process .list li .box {
    display: table;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.jion-index-process .list li.green .box {
    background: #2eb6aa;
    margin-left: 28%;
}

.jion-index-process .list li.blur .box {
    background: #4653a2;
    margin-left: 21%;
}

.jion-index-process .list li.yellow .box {
    background: #fabe00;
    margin-left: 12%;
}

.jion-index-process .list li.red .box {
    background: #e7380d;
    margin-left: 4%;
}

.jion-index-process .list .text {
    display: table-cell;
    vertical-align: middle;
}

.jion-index-process .list h2 {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
}

.jion-index-process .list p {
    font-size: 12px;
    color: #fff;
    line-height: 21px;
    text-transform: uppercase;
}

.jion-index-process .bg li {
    text-align: center;
    float: left;
    width: 20%;
}

.jion-index-process .bg li:first-child .box {
    margin: 0;
}

.jion-index-process .bg li:last-child .box {
    float: right;
}

.jion-index-process .bg li .box {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background: #e6e6e6;
    margin: 0 auto;
}

.jion-index-process .bg {
    position: absolute;
    top: 82px;
    left: 0;
    z-index: -1;
}

.join-list {
    padding: 0 0 209px;
}

.join-search {
    padding: 100px 16.94% 47px;
    border-top: 1px solid #e6e6e6;
}

.join-search .form {
    width: 100%;
    border: 1px solid #e8340c;
    padding: 7px 9px;
    overflow: hidden;
    border-radius: 25px;
}

.join-search .form input[type="text"] {
    float: left;
    font-size: 14px;
    padding: 0 20px;
    width: 80%;
    line-height: 35px;
    height: 35px;
    border: none;
}

.join-search .form .submit {
    float: right;
    width: 35px;
    height: 35px;
    background: #e8340c url(../img/join06.png) no-repeat center;
    background-size: 19px;
    border-radius: 50%;
    border: none;
}

.join-search-list {
    padding-top: 49px;
    text-align: center;
    font-size: 0;
}

.join-search-list a {
    font-size: 20px;
    color: #999;
    line-height: 41px;
    position: relative;
    display: inline-block;
    padding: 0 5%;
}

.join-search-list a:after {
    content: "";
    width: 1px;
    height: 18px;
    background: #e8340c;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.join-search-list a:first-child:after {
    display: none;
}

.join-lists {
    width: 100%;
    padding-bottom: 150px;
}

.join-lists li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.join-lists li a {
    display: block;
    padding: 30px 0 36px;
    position: relative;
    z-index: 2;
    transition: padding 0.3s;
}

.join-lists li:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e8340c;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.5s;
}

.join-lists li h2 {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 40px;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.join-lists li .left,
.join-info-box .left {
    float: left;
    width: 60%;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    transition: color 0.3s;
}

.join-lists li .left span,
.join-info-box .left span {
    padding: 0 15px;
}

.join-lists li .left span:first-child,
.join-info-box .left span:first-child {
    padding-left: 0;
}

.join-lists li .right,
.join-info-box .right {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    transition: color 0.3s;
}

.join-search-list a.hover,
.join-info-fonts a {
    color: #e8340c;
}

.join-info-box {
    padding: 89px 0 240px;
    border-top: 1px solid #e6e6e6;
}


.join-info-box h2 {
    font-size: 26px;
    color: #4d4d4d;
    line-height: 45px;
}

.join-info-fonts {
    padding-top: 28px;
}

.join-info-fonts h3 {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 40px;
    padding-top: 32px;
}

.join-info-fonts p {
    font-size: 14px;
    color: #999;
    line-height: 34px;
}

#about-page #about1 {
    background: #1a1a1a;
}

#about-page #about2 {
    background: url(../img/a19.jpg) no-repeat center;
    background-size: cover;
}

#about-page #about3 {
    background: url(../img/a03.jpg) no-repeat center;
    background-size: cover;
}

#about-page #about4 {
    background: url(../img/a01.jpg) no-repeat center;
    background-size: cover;
}

#about-page #about6 {
    background: url(../img/img18.jpg) no-repeat center;
    background-size: cover;
}

#about-page #about1 .about-intro {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

#about-page #about1 .right {
    width: 30%;
    float: right;
    margin-right: -100px;
    padding-top: 4.79125vw;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

#about-page #about1.active .right {
    -webkit-transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
    margin-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#about-page #about1 .picture {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

#about-page #about1 .mobile {
    display: none;
}

#about-page #about1 .left {
    width: 50%;
    float: left;
    margin-left: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.language_en #about-page #about1 .left {
    width: 64%;
}

#about-page #about1.active .left {
    -webkit-transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
    margin-left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#about-page #about1 .title {
    width: 126%;
    font-size: 2.6vw;
    color: #fff;
    line-height: 3.28125vw;
    padding-bottom: 1.51vw;
    text-transform: uppercase;
    border-bottom: 1px solid #e8340c;
}

#about-page #about1 .title img {
    margin-left: 1.1vw;
    max-width: 42px;
    width: 2.1875vw;
}

#about-page #about1 h2 {
    font-size: 1.25vw;
    color: #fff;
    line-height: 2.03125vw;
    padding: 1.666vw 0 0.7291vw;
}

#about-page #about1 p {
    font-size: 13px;
    color: #fff;
    color: rgba(255, 255, 255, .6);
    line-height: 22px;
    padding-bottom: 0.85vw;
}

#about-page #about1 .left li {
    margin-left: 6%;
    width: 20.5%;
    float: left;
    text-align: center;
}

#about-page #about1 .left li:first-child {
    margin-left: 0;
}

#about-page #about1 .left li img {
    width: 3.6458vw;
    max-width: 70px;
}

#about-page #about1 .left li h3 {
    font-size: 12px;
    line-height: 1.0416vw;
    padding-top: 14px;
    color: #fff;
    text-transform: uppercase;
}

#about-page .about-culture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#about-page .about-culture .left {
    width: 50%;
    float: left;
    height: 100%;
    background-size: cover;
    position: relative;
}

#about-page .about-culture .right {
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
    padding: 4.166vw 3.2%;
}

#about-page .about-culture .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

#about-page .about-culture .ico {
    max-width: 42px;
    width: 2.1875vw;
}

#about-page .about-culture h2 {
    color: #fff;
    font-size: 3.125vw;
    line-height: 3.75vw;
    padding: 7px 0 0;
}

#about-page .about-culture h4 {
    font-size: 1.25vw;
    color: #fff;
    font-weight: normal;
    line-height: 1.5625vw;
    padding-bottom: 2.5vw;
}

#about-page .about-culture .fonts-list {
    width: 100%;
    padding-bottom: 1.5vw;
}

#about-page .about-culture .fonts-list li {
    width: 100%;
    padding-bottom: 2vw;
}

#about-page .about-culture .fonts-list h2 {
    font-size: 1.25vw;
    color: #fff;
    font-weight: bold;
    line-height: 2.2395vw;
}

#about-page .about-culture h5 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 19px;
    padding-bottom: 0.5208vw;
}

#about-page .about-culture p {
    font-size: 16px;
    color: #fff;
    line-height: 1.35vw;
}

.about-culture .picture-list {
    width: 100%;
}

.about-culture .picture-list li {
    width: 18%;
    margin-left: 5%;
    float: left;
}

.about-culture .picture-list li:first-child {
    margin-left: 0;
}

.about-culture .picture-list img {
    max-width: 57px;
    margin-bottom: 10px;
}

#about-page .about-culture .year {
    font-size: 12px;
    line-height: 18px;
    transform: rotate(90deg);
    position: absolute;
    color: #fff;
    bottom: 3.125vw;
    right: 2%;
    z-index: 1;
    display: none;
}

.about-intro-list {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 50px;
}

#about-page #about1.active .about-intro-list {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    webkit-transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s 0.5s cubic-bezier(.645, .045, .355, 1);
}

.about-intro-list {
    padding-top: 2% !important;
}

.about-intro-list li {
    text-align: center;
}

.about-intro-list li img {
    width: 40px;
    margin-bottom: 9px;
}

.about-intro-list li .number {
    font-size: 36px;
    font-weight: bolder;
    line-height: 39px;
    color: #fff;
}

.about-intro-list li .h2 {
    font-size: 12px;
    color: #fff;
    color: rgba(255, 255, 255, .5);
    line-height: 22px;
}

.about-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-contact .title,
.about-histroy .title {
    text-align: center;
    padding-bottom: 4.6875vw;
}

.about-contact .title h2,
.about-histroy .title h2 {
    font-size: 3.125vw;
    line-height: 3.325vw;
    text-transform: uppercase;
    color: #fff;
    margin: 0 30px;
}

.about-contact .title h2 img,
.about-histroy .title h2 img {
    max-width: 42px;
    width: 2.1875vw;
}

.about-contact .title h3,
.about-histroy .title h3 {
    font-size: 1.25vw;
    color: #fff;
    line-height: 40px;
}

.about-contact .content {
    width: 100%;
    background: #1a1a1a;
    position: relative;
}

.about-contact .content img {
    width: 58%;
    float: left;
}

.about-contact .content .fonts {
    width: 42%;
    height: 100%;
    padding: 6vw 5% 0;
    float: right;
}

.about-contact .content .box {
    display: table-cell;
    vertical-align: middle;
}

.about-contact .content h2 {
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 12px;
}

.about-contact .content h3 {
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    margin-bottom: 6px;
}

.about-contact .content span.en {
    padding-left: 3%;
    margin-left: 3%;
    border-left: 2px solid #e7380d;
}

.about-contact .content p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.about-contact .content h4 {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
}

.about-histroy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
}

/* .about-histroy .title h2 {
    font-size: 3.123vw;
    color: #000;
    line-height: 3.323vw;
    text-transform: uppercase;
} */
#about2 .botText {
    width: 100%;
    text-align: center;
    font-size: 0.6vw;
    margin: 30px 0;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0)
}

#about2 .botText span {
    margin: 0 10px;
}

#about2 .botText .red {
    color: #E7380E;
}

.about-histroy .title span.en {
    margin-left: 3%;
    max-width: 42px;
    width: 2.1875vw;
}

.about-histroy .title p {
    font-size: 1.25vw;
    color: #000;
    line-height: 2.2395vw;
}

.about-histroy-list {
    width: 100%;
    margin: 2vw 0 7vw;
    background: url(../img/a16.png) no-repeat top center;
    background-size: 100% auto;
}

.about-histroy-list li {
    float: left;
    width: 22%;
    padding-left: 3%;
}

.about-histroy-list li h2 {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #e7380d;
    line-height: 26px;
    margin-bottom: 13px;
    padding-bottom: 5px;
}

.about-histroy-list li p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 25px;
}

.about-histroy-list li.ico1 {
    padding-top: 22.7368vw;
}

.about-histroy-list li.ico2 {
    padding-top: 2.552vw;
    margin-left: -9%;
}

.about-histroy-list li.ico3 {
    padding-top: 19.895vw;
    margin-left: 4%;
}

.about-histroy-list li.ico4 {
    padding-top: 0;
    margin-left: -9.5%;
}

.about-histroy-list li.ico5 {
    padding-top: 12.2395vw;
    width: 27%;
    margin-left: -1%;
}

.about-histroy .rouk {
    text-align: right;
    font-size: 12px;
    color: #1a1a1a;
    line-height: 22px;
}

.about-histroy .rouk .en {
    padding-left: 1%;
    margin-left: 1%;
    border-left: 2px solid #e7380d;
}

.about-culture .left img {
    display: none;
    width: 100%;
}

#about6 .about-contact .title h2,
#about6 .about-contact .title h3 {
    color: #000;
}

#about2 .about-histroy .title,
#about2 .about-histroy-list,
#about2 .about-histroy .rouk,
.about-contact .title,
.about-contact .content,
.about-histroy .content {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 80px;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

#about2.active .about-histroy .title,
#about4.active .about-contact .title,
#about6.active .about-contact .title {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0px;
    -webkit-transition: all .5s 0.3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s 0.3s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s 0.3s cubic-bezier(.645, .045, .355, 1);
}

#about6.active .about-team-box {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0px;
    -webkit-transition: all .5s 0.6s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s 0.6s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s 0.6s cubic-bezier(.645, .045, .355, 1);
}

#about4.active .about-contact .content,
#about2.active .about-histroy .content {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0px;
    -webkit-transition: all .5s 0.6s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s 0.6s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s 0.6s cubic-bezier(.645, .045, .355, 1);
}

#about2.active .about-histroy .rouk {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0px;
    -webkit-transition: all .5s 1s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s 1s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s 1s cubic-bezier(.645, .045, .355, 1);
}

#about-page #about3.active .about-culture .bg {
    width: 0px;
    -webkit-transition: all .5s 0.3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s 0.3s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s 0.3s cubic-bezier(.645, .045, .355, 1);
}

.language_en .header-links .links {
    width: 620px;
}

.language_en .header-links .links li {
    width: auto;
    margin: 0 3.8%;
}

.language_en .free-request-scheme .content-free h2 {
    font-size: 35px;
    line-height: 45px;
}

.language_en #about-page #about1 p {
    font-size: 12px;
    line-height: 20px;
}

.language_en .case-box li .show-box .box.ico1 h2 {
    left: -38px;
}

.language_en .case-box li .show-box .box.ico2 h2 {
    right: -134px;
}

.language_en .case-box li .show-box .box.ico2 h2.ot {
    right: -78px;
}

.language_en .case-box li .show-box .box.ico5 h2 {
    left: -13px;
    bottom: -31px;
}

.language_en .case-box li .show-box .box.ico6 h2 {
    left: -32px;
    bottom: -59px;
}

.language_en .case-box li .show-box .box.ico10 h2 {
    right: -65px;
}

.language_en .case-box li .show-box .box.ico12 h2 {
    top: 104px;
    left: -40px;
}

.language_en .product-bond li h2 {
    line-height: 36px;
    min-height: 72px;
    font-size: 22px;
    margin-bottom: 38px;
}

.language_en .product-bond li .line {
    margin: 9px auto 54px;
}

.lang-change {
    float: right;
    margin: 23.5px 0 0 10px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.lang-change .title {
    padding-right: 17px;
    background: url(../img/img24.png) no-repeat right center;
    background-size: 11px;
}

.lang-change .title.hover {
    background: url(../img/img24_h.png) no-repeat right center;
    background-size: 11px;
}

.lang-change .con {
    text-align: left;
    display: none;
}

.lang-change a {
    /*color:rgba(255,255,255,.5);*/
    /*display: inline-block;*/
    /*margin: 0 4px;*/
    display: block;
    width: 100%;
    color: #fff;
}

.lang-change a.on {
    color: #fff;
}

.service-news-box {
    padding: 30px 0 80px;
    position: relative;
    min-height: 400px;
    border-top: 1px solid #e6e6e6;
}

.service-news-title {
    width: 13.6%;
    padding: 10px 0 30px;
    position: relative;
    float: left;
}

.service-news-title.on {
    position: absolute;
    left: 0;
}

.service-news-title li {
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 54px;
    border-bottom: 1px solid #e6e6e6;
}

.service-news-title li a {
    display: block;
    width: 100%;
    color: #000;
}

.service-news-title li.hover a {
    color: #e8340c;
}

.service-news-list,
.service-news-problem,
.software-info {
    width: 76.6%;
    float: right;
}

.service-news-list.on li .pic-box img {
    max-width: 40px;
}

.service-news-list li {
    float: left;
    width: 42.8%;
}

.service-news-list li:nth-child(2n) {
    float: right;
}

.service-news-list li a {
    display: block;
    padding: 30px 0;
    float: left;
}

.service-news-list li .pic-box {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    float: left;
    background: url(../img/img01.png) no-repeat center;
    background-size: 100% 100%;
}

.service-news-list.other li .pic-box {
    background: url(../img/img09.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    border-radius: 8px;
}

.service-news-list.other li img {
    width: 104%;
    height: 104%;
    margin: -2% 0 0 -2%;
}

.service-news-list li .con {
    float: left;
    padding-left: 20px;
}

.service-news-list li h2 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 2px;
    color: #000;
}

.service-news-list li p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}

.service-news-list li .red {
    color: #e8340c;
    padding-right: 17px;
    background: url(../img/img05.png) no-repeat right center;
    background-size: 11px;
}

.service-news-list.other li .red {
    background: none;
    padding-right: 0;
}

.h30 {
    height: 30px;
    display: none;
}

.service-news-problem li {
    width: 100%;
    padding-bottom: 39px;
}

.service-news-problem li h2 {
    font-size: 16px;
    color: #000;
    line-height: 34px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    padding-right: 30px;
    background: url(../img/img12.png) no-repeat right center;
}

.service-news-problem li.hover h2 {
    background: url(../img/img12_h.png) no-repeat right center;
}

.service-news-problem li .font {
    padding-left: 20px;
    padding-top: 18px;
    display: none;
}

.service-news-problem li p {
    font-size: 12px;
    color: #000;
    line-height: 16px;
}

.welcome-service-list li:last-child:after,
.service-list li:last-child:after {
    display: none;
}

.language_en .welcome-service-list li h2,
.language_en .service-list li h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 4px;
}

.language_en .welcome-service-list li .pic,
.language_en .service-list li .pic {
    height: 66px;
}

.language_en .welcome-service-list li p,
.language_en .service-list li p {
    line-height: 14px;
    min-height: 28px;
    margin-bottom: 2px;
}

.language_en .welcome-case-more .see-more {
    top: 15px;
}

.language_en .footer-top-links a h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.language_en .product-gateway .left h2,
.language_en .product-enterprise-top .right h2 {
    font-size: 34px;
    line-height: 52px;
}

.language_en .product-gateway .left h3,
.language_en .product-enterprise-top .right h3 {
    font-size: 46px;
    line-height: 48px;
}

.language_en .product-classification li h2 {
    font-size: 32px;
    line-height: 44px;
}

.language_en .service-news-title li {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
}

.language_en .service-news-title {
    width: 18.6%;
}

.language_en .about-histroy-list li p {
    font-size: 13px;
    line-height: 18px;
}

.language_en .about-histroy-list li.ico1 {
    padding-top: 24.7368vw;
}

.language_en .about-histroy-list li.ico3 {
    padding-top: 20.895vw;
}

/* .language_en  .service-list li{
	width: 30.6%;
	margin: 3.697vw 0 0 4%;
} */
/* .language_en .service-list li:nth-child(3n-2){
	margin-left: 0;
} */
.software-info .top {
    width: 100%;
    padding-top: 40px;
}

.software-info .top img {
    width: 100px;
    border-radius: 8px;
    margin-right: 19px;
}

.software-info .top h2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 42px;
}

.software-info .top p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

.software-info .top .btns {
    padding-top: 10px;
}

.software-info .top a {
    float: left;
    width: 83px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #448ef6;
    color: #fff;
    margin-right: 20px;
    display: block;
    border-radius: 15px;
}

.software-info .top a span {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px auto;
}

.software-info .top .ios {
    background-image: url(../img/img10.png);
}

.software-info .top .android {
    background-image: url(../img/img11.png);
}

.software-info .top .h5 {
    background-image: url(../img/img25.png);
}

.software-info .top .win {
    background-image: url(../img/img26.png);
}

.software-info .top .mac {
    background-image: url(../img/img27.png);
}

.software-info .info {
    padding-top: 41px;
}

.software-info .info img {
    max-width: 100%;
    height: auto !important;
}

.software-info .info h2 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 18px;
}

.software-info .info p {
    font-size: 12px;
    color: #000;
    line-height: 16px;
}

.login-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: -11
}

.login-box.hover {
    opacity: 1;
    z-index: 11
}

.login-box.hover .cont {
    top: 50%;
}

.login-box .cont {
    max-width: 450px;
    width: 80%;
    background: #1a1a1a;
    padding: 40px 3% 35px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.login-box .cont .close,
.big_images .close {
    width: 60px;
    height: 60px;
    background: #1a1a1a url(../img/close.png) no-repeat center;
    background-size: 16px;
    position: absolute;
    top: 0;
    right: -80px;
    cursor: pointer;
}

.big_images .close {
    background: #666 url(../img/close.png) no-repeat center;
    right: 0;
    z-index: 5;
}

.login-box .cont h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 64px;
    color: #fff;
}

.login-box .cont .welcome {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding: 6px 0 25px;
}

.login-box .cont .label {
    display: block;
    position: relative;
}

.login-box .cont .label.after:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    left: 0;
    top: 30%;
    background: #e7380d;
}

.login-box .cont input {
    background: none;
    border: none;
    width: 100%;
    /* border-bottom:1px solid #e7380d; */
    font-size: 14px;
    color: #fff;
    line-height: 1;
    /* padding:0 11px; */
}

.login-box .cont input[type="button"] {
    padding: 0;
    margin: 0;
    width: 102px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    border-radius: 12px;
    background: #e7380d;
    color: #fff;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

.login-box .cont .select {
    border-bottom: 1px solid #e7380d;
    width: 200px;
}

.oppo {
    width: auto;
    background: #000;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    z-index: 999999;
    transform: translate(-50%, -50%);
}

.login-box .cont select {
    border: none;
    width: auto;
    text-align: center;
    background: none;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    display: block;
    height: 35px;
}

.login-box .cont select option {
    background: #000;
    font-size: 12px;
    line-height: 20px;
}

.login-box .cont .mb20 {
    margin: 20px 0;
}

.login-box .cont input:-moz-placeholder {
    color: #fff;
}

.login-box .cont input::-moz-placeholder {
    color: #fff;
}

.login-box .cont input:-ms-input-placeholder {
    color: #fff;
}

.login-box .cont input::-webkit-input-placeholder {
    color: #fff;
}

.login-box .cont .choice {
    font-size: 12px;
    color: #959697;
    line-height: 32px;
    cursor: pointer;
    padding-left: 22px;
    background: url(../img/lo04.png) no-repeat left 10px;
    margin: -10px 0 40px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.login-box .cont .choice.hover {
    background: url(../img/lo04_h.png) no-repeat left 10px;
}

.login-box .cont .choice a {
    color: #e8340c;
}

.login-box .cont .submit {
    width: 100%;
    height: 50px;
    background: #e8340c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.login-box .cont .ts {
    font-size: 14px;
    color: #e7380d;
    line-height: 34px;
    margin-top: 73px;
    text-align: center;
}

.language_en .join-search-list a {
    font-size: 14px;
    padding: 0 2%;
}

.language_en .login-box .cont input[type="text"] {
    font-size: 14px;
}

.language_en .software-info .top a {
    width: 108px;
}

.footer-news-text {
    padding: 40px 0 39px;
    border-bottom: 1px solid #333;
}

.footer-news-text.en {
    border-bottom: none;
}

.footer-news-text .left {
    width: 78%;
    float: left;
}

.footer-news-text .left h2 {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 30px;
}

.footer-news-text h3 {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-bottom: 21px;
}

.footer-news-text .font {
    padding-bottom: 14px;
    color: #8C8C8C;
}

.footer-news-text p {
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.footer-news-text .right {
    width: 22%;
    text-align: right;
}

.footer-news-text .right .erw {
    width: 110px;
    text-align: center;
    margin-left: calc(100% - 110px);
    margin-bottom: 30px;
}

.footer-news-text .right .erw img {
    width: 100%;
    margin-bottom: 3px;
}

.footer-news-text .right p {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.footer-news-text .right h2 {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 12px;
}

.footer-news-text .right .footer_see_more {
    display: none;
}


.language_en .footer-news-text .left {
    width: 100%;
    border-bottom: none;
    padding: 0 0 0;
}

.about-team-box {
    width: 100%;
    position: relative;
    top: 80px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.about-team-list {
    position: relative;
    overflow: hidden;

}

.about-team-list li a {
    display: block;
    width: 100%;
}

.about-team-list li h2 {
    padding-top: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #1a1a1a;
}

.about-team-list li p {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 21px;
    text-align: center;
    margin-bottom: 16px;
}

.about-team-list li .line {
    width: 20px;
    height: 2px;
    background: #e8340c;
    display: block;
    margin: 0 auto;
}

#image_lists {
    width: 100%;
    margin-top: 40px;
}

#image_lists li {
    float: left;
    height: 330px;
    margin-left: 20px;
    cursor: pointer;
}

#image_lists li img {
    height: 100%;
    width: auto;
}

#image_lists li:first-child {
    margin-left: 0;
}

.big_images {
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999999999 !important;
    background: rgba(0, 0, 0, .9);
    display: none;
}

.big_images .swiper-slide {
    text-align: center;
    position: relative;
    padding: 4%;
}

.big_images .swiper-slide img {
    max-width: 92%;
    max-height: 92%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.big_images .swiper-pagination {
    /*background: #fff;*/
    color: #fff;
}

.welcome-mobile {
    display: none;
}

.height_49 {
    width: 100%;
    height: 35px;
    background: none;
}

.height_80 {
    width: 100%;
    height: 80px;
    background: none;
}

.language_en .welcome-title h3 {
    letter-spacing: 3px;
}

/* 60:3.125vw */
/* 24:1.25vw */
/* 30:1.5625vw */

#newBridge .nb-icon-base,
#newBridge .nb-icon-wrap-0 {
    width: 123px !important;
    height: 40px !important;
}

#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;

    width: 100% !important;
    height: 100% !important;
}

#newBridge .nb-icon-right-bottom {
    bottom: 30px !important;
}
.newsComLinks {
    display: block;
    position: fixed;
    width: 128px;
    bottom: 50px;
    right: 2px;
    z-index: 2147483647;
}
.newsComLinks img{
    width: 100%;
}