body{
    overflow-x: hidden;
}

/*css sprite*/

.icon-2 {
    background: url(../../images/website/icons_a34e3ca.png) no-repeat
}

.section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section h2 {
    font-size: .6rem;
    font-weight: normal;
    line-height: .8rem;
    padding: 0 .7rem;
    text-align: center;
    color: #555
}

.landing-main.main {
    position: relative;
    overflow: hidden;
    min-height: 22rem;
    height: 100%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main {
    position: relative;
    overflow: hidden;
    min-height: 22rem;
    height: 100%;
    color: #fff;
    background: #0a98ef;
    background: -webkit-gradient(linear, right bottom, left top, from(#0a98ef), to(#005bc1));
    background: linear-gradient(-74deg, #0a98ef, #0c70e8 43%, #005bc1);
}

.main .content {
    position: absolute;
    z-index: 999;
    top: 4rem;
    width: 100%;
    text-align: center;
    color: #fff
}

.main .content h2 {
    font-size: .8rem;
    font-weight: normal;
    line-height: .8rem;
}

.main .content h4 {
    font-size: .5rem;
    font-weight: normal;
    line-height: 1rem;
    margin-top: 32px;
    padding: 0 1rem;
    color: #cae6ff;
    text-align: center;
}

.content .animat-example {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    text-align: left
}

.i18n-en .content .animat-example{
    height: 330px;
}

.animat-icon {
    position: relative;
    overflow: hidden;
    width: 222px;
    height: 222px;
    margin-left: -13px;
    margin-top: -10px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.animat-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 222px;
    height: 222px;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
    background: url(../../images/website/circle_01f0c2f.png) no-repeat;
    background-position: 0px 0px
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.animat-icon ul {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.animat-icon li {
    position: absolute;
    display: none;
    width: 222px;
    height: 222px
}

.animat-icon li img {
    width: 112px;
    margin-top: 80px
}

.animat-icon li img.zd{
    margin-top: 50px
}

.animat-icon li img.ofo {
    width: 80px;
    margin-top: 70px
}

.animat-icon li p{
    font-size: .5rem;
    height: 25px;
    width: 170px;
    margin: 0 auto;
    line-height: 25px;
    color: #79d4ff;
}

.animat-text {
    font-size: .4rem;
    position: absolute;
    top: 222px;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2rem;
    color: #79d4ff;
    text-align: center;
}

.animat-text i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url(../../images/website/flag_780dbfd.png) no-repeat;
}

.animat-text .last{
    position: relative;
    left: 10px;
    top: 5px;
    background-position: 0 -50px;
}

.animat-text i:first-child{
    position: absolute;
    top: -.3rem;
    left: 1.3rem;
    background-position: 0 0;
}

.animat-text i:last-child{
    position: relative;
    left: .3rem;
    top: .2rem;
    background-position: 0 -50px;
}

/*首屏体验按钮*/
.use-btn-box{
    text-align: center;
}

.use-btn-box a {
    font-size: .5rem;
    line-height: 1.2rem;
    display: inline-block;
    width: 4rem;
    height: 1.2rem;
    margin: 1rem .5rem 0;
    cursor: pointer;
    text-align: center;
    border: 1px solid #fff;
    border-radius: .1rem;
    color: #fff
}


.advantages {
    font-size: 0;
    padding: 1.5rem 0
}

.advantages .advantage {
    position: relative;
    width: 100%;
}

.advantages .advantage p.title {
    font-size: .6rem;
    line-height: .6rem;
    height: .6rem;
    text-align: center;
    color: #555;
    margin-top: 1rem
}

.advantages .advantage li {
    font-size: .45rem;
    display: inline-block;
    width: 33%;
    margin: 1rem 0 0;
    text-align: center
}

.advantages .advantage li .icon-2 {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background-size: 400px;
    border:1px solid #808080;
}

.advantages .advantage.n1 li.n1 .icon-2 {
    background-position: -2px -2px
}

.advantages .advantage.n1 li.n2 .icon-2 {
    background-position: -2px -410px
}

.advantages .advantage.n1 li.n3 .icon-2 {
    background-position: -2px -206px
}

.advantages .advantage.n1 li.n4 .icon-2 {
    background-position: -2px -53px
}

.advantages .advantage.n1 li.n5 .icon-2 {
    background-position: -2px -462px
}

.advantages .advantage.n1 li.n6 .icon-2 {
    background-position: -2px -257px
}

.advantages .advantage.n2 li.n1 .icon-2 {
    background-position: -2px -104px
}

.advantages .advantage.n2 li.n2 .icon-2 {
    background-position: -2px -308px
}

.advantages .advantage.n2 li.n3 .icon-2 {
    background-position: -2px -359px
}

.advantages .advantage.n2 li.n4 .icon-2 {
    background-position: -2px -410px
}

.advantages .advantage.n2 li.n5 .icon-2 {
    background-position: -2px -155px
}

.advantages .advantage.n2 li.n6 .icon-2 {
    background-position: -2px -564px
}

.advantages .advantage li .text {
    font-size: .45rem;
    line-height: .5rem;
    height: .5rem;
    margin: 0 0 10px 0;
    color: #5c5c5c
}

.advantages .advantage .show-more {
    font-size: .4rem;
    position: absolute;
    right: 0;
    bottom: -60px
}

.advantages .advantage .show-more a {
    color: #a2a2a2
}

.advantages .advantage .show-more a:hover {
    color: #2a85f3
}

.examples {
    min-height: 22rem;
    height: 100%;
    padding-top: 2rem;
    background: url(../../images/website/3rd-bg_5b14e60.jpg) no-repeat center;
    background-size: auto 100%;
    position: relative;
}

.i18n-en .examples {
    min-height: 24rem;
}

.examples .container {
    height: 100%
}

.examples h2 {
    margin-bottom: 1.5rem;
    color: #fff
}

.example ul {
    position: relative
}

.example ul,
.example ul li {
    width: 100%;
    text-align: center
}

.example ul li {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.example ul li > div {
    font-size: 0;
    display: inline-block;
}

.example ul li .desc {
    position: relative;
    vertical-align: top
}

.example ul li .desc .content {
    font-size: .4rem;
    line-height: .6rem;
    position: relative;
    width: 80%;
    margin: 1rem auto;
    text-align: left;
    color: #fff;
    border-left: 5px solid #3a99f0;
    padding-left: .3rem;
}

.example ul li .desc .item {
    font-size: .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin: 1rem auto;
    text-align: left;
    color: #fff
}

.example ul li .desc .item .title {
    font-size: .5rem;
    font-weight: bold;
    line-height: .8rem;
    text-align: center;
}

.example ul li .desc .item .text {
    line-height: .6rem;
    text-indent: 1em;
    color: #d0d0d0
}

.example ul li .pic {
    width: 10rem;
    height: 6rem;
    margin: 0 auto;
}

.example ul li .pic img{
    width: 100%;
    height: 100%;
}

.example ol {
    position: absolute;
    left: 10%;
    bottom: 2rem;
    width: 80%;
    height: 1.8rem;
    line-height: 1.8rem;
    display: flex;
    justify-content: space-around;
}

.example ol li {
    font-size: .4rem;
    display: inline-block;
    width: 54px;
}

.example ol li p {
    width: 56px;
    text-align: center
}

.example ol li div {
    line-height: 54px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 54px;
    cursor: pointer;
    color: #fff;
    border-radius: 27px;
    border: 1px solid #f2f2f2;
}

.example ol li i {
    display: inline-block;
    width: 54px;
    height: 54px;
    vertical-align: top
}

.example ol li div span {
    opacity: 0
}

.example ol li.n1 i {
    background-position: -68px -49px
}

.example ol li.n2 i {
    background-position: -66px -103px
}

.example ol li.n3 i {
    background-position: -66px -158px
}

.example ol li.n4 i {
    background-position: -66px -211px
}

.example ol li.n1.active i {
    background-position: -66px -286px
}

.example ol li.n2.active i {
    background-position: -66px -336px
}

.example ol li.n3.active i {
    background-position: -66px -391px
}

.example ol li.n4.active i {
    background-position: -66px -443px
}

.example ol li p {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    color: #e8e8e8
}

.example ol li.active div {
    border-color: #2a84f2;
    background: #2a84f2
}

.example ol li.active div span {
    opacity: 1
}

.safe {
    font-size: 0;
    min-height: 23rem;
    min-height: 100%;
    padding: 1.5rem .5rem 1rem;
    position: relative;
}

.safe h2 {
    margin-bottom: 1rem
}

.safe .safe-item {
    font-size: .4rem;
    position: relative;
    width: 80%;
    margin: 0 auto;
    vertical-align: top
}

.safe .safe-item.n1,
.safe .safe-item.n3{
    display: inline-block;
    width: 5.5rem;
}

.safe .pic {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 5rem;
    margin: .5rem auto;
    text-align: center;
}

.safe .pic img{
    width: 50%;
}

.safe .safe-item .item {
    padding-top: 1px;
    margin-bottom: .5rem;
    min-height: 160px;
    height: 5rem
}

.i18n-en .safe .safe-item .item {
    height: 7rem;
}

.safe .safe-item .icon-2 {
    width: 48px;
    height: 48px;
    margin: 0 auto .3rem;
    border-radius: 50%;
    border: 1px solid #3a99f0;
    background-size: 250px;
}

.safe .safe-item.n1 .item.n1 .icon-2 {
    background-position: -63px -149px;
}

.safe .safe-item.n1 .item.n2 .icon-2 {
    background-position: -63px -245px
}

.safe .safe-item.n3 .item.n1 .icon-2 {
    background-position: -63px -197px
}

.safe .safe-item.n3 .item.n2 .icon-2 {
    background-position: -63px -293px
}
.safe .safe-item .title,
.safe .safe-item .text{
    text-align: center;
}
.safe .safe-item .title {
    font-size: .4rem;
    font-weight: bold;
    color: #454545;
    margin-bottom: .1rem
}

.safe .safe-item .text {
    font-size: .3rem;
    color: #898989
}

.safe .show-more{
    position: absolute;
    bottom: 1rem;
    font-size: .4rem;
    width: 11rem;
    text-align: center;
}


.specific {
    min-height: 20rem;
    height: 100%;
    overflow: hidden;
}

.specific h2{
    color: #fff;
    margin: 1rem 0 2.5rem;
    padding: 0;
}

.specific ul {
    background: #555;
    width: 500%;
    height: 100%;
    position: relative;
    font-size: 0;
    left: 0;
}

.specific ul li {
    font-size: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
}

.specific li > div {
    font-size: .4rem;
    display: inline-block;
    height: 100%;
    vertical-align: top
}

.specific li .left {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .7rem 1.6rem;
    color: #fff
}

.specific li .left .left-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.specific li .left .left-box .item-2{
    margin-top: .4rem
}

.specific li .item-1 .icon-2 {
    width: 48px;
    height: 42px;
    margin: 0 0 .5rem 0;
    background-size: 300px;
}

.specific li .item-1 p {
    overflow: hidden;
    color: #fff
}

.specific li .item-1 .title {
    font-size: .6rem;
    line-height: .6rem;
    height: .6rem;
    margin-bottom: .7rem
}

.specific li .item-1 .text{
    font-size: .45rem;
}

.specific li .item-2 .icon-2 {
    margin: 4rem 0 .5rem;
    background-size: 250px;
}

.specific li .item-2 p {
    overflow: hidden;
    color: #fff;
}

.specific li.item-1 .left {
    background: #26a8ec
}

.specific li.item-1 .item-1 .icon-2 {
    background-position: -72px 0
}

.specific li.item-1 .item-2 .icon-2 {
    width: 90px;
    height: 25px;
    background-position: -140px -66px
}

.specific li.item-2 .left {
    background: #19cdcb
}

.specific li.item-2 .item-1 .icon-2 {
    background-position: -72px -126px
}

.specific li.item-2 .item-2 .icon-2 {
    width: 100px;
    height: 25px;
    background-position: -140px -210px
}

.specific li.item-3 .left {
    background: #eb7e7e
}

.specific li.item-3 .item-1 .icon-2 {
    background-position: -72px -42px
}

.specific li.item-3 .item-2 .icon-2 {
    width: 80px;
    height: 25px;
    background-position: -140px -100px
}

.specific li.item-4 .left {
    background: #077ce8
}

.specific li.item-4 .item-1 .icon-2 {
    background-position: -72px -84px
}

.specific li.item-4 .item-2 .icon-2 {
    width: 90px;
    height: 20px;
    background-position: -140px -250px
}

.industries {
    min-height: 22rem;
    height: 100%;
    padding-top: 1.5rem
}

.industries .container{
    width: 10rem;
    margin: 0 auto;
}

.industries h2 {
    margin-bottom: 1rem;
    color: #555
}

.industries .content {
    font-size: 0;
    position: relative;
    width: 100%;
    height: 15.6rem;
}

.industries .content .industry a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color:#fff;
}

.industries .content .show-more{
    position: absolute;
    bottom: -1rem;
    font-size: .4rem;
    width: 100%;
    text-align: center;
}

.industries .content .show-more a {
    color: #a2a2a2
}

.industries .content .show-more a:hover {
    color: #2a85f3
}

.industry {
    font-size: .4rem;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    position: absolute;
}

.industry .mask {
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.industry .mask .cell {
    display: table-cell;
    vertical-align: middle
}

.industry .mask .cell .title {
    font-size: .6rem;
    line-height: .6rem;
    height: .6rem;
    text-align: center
}

.industry .mask .cell .text {
    display: none
}

.industry img{
    width: 100%;
    height: 100%;
}

.industry.edu {
    width: 5.3rem;
    height: 8rem;
    left: 0;
    top: 0;
}

.industry.sell {
    width: 4.4rem;
    height: 4.5rem;
    right: 0;
    top: 0;
}

.industry.manuf {
    width: 5.3rem;
    height: 3rem;
    left: 0;
    top: 8.3rem;
}

.industry.web {
    width: 4.4rem;
    height: 6.5rem;
    right: 0;
    top: 4.8rem
}

.industry.building {
    width: 3.8rem;
    height: 4rem;
    left: 0;
    top: 11.6rem;
}
.industry.building .cell{
    padding: 0 10px;
}

.industry.energy {
    width: 5.9rem;
    height: 4rem;
    right: 0;
    top: 11.6rem
}

/*立即使用*/

.use {
    height: 6rem;
    padding-top: 1.5rem;
    background: #0b84ea;
    background: -webkit-gradient(linear, right bottom, left top, from(#0a98ef), to(#0c70e8));
    background: linear-gradient(to top left, #0a98ef, #0c70e8)
}

.use h2 {
    margin-bottom: 1rem;
    color: #fff
}

.use .try-now {
    font-size: .5rem;
    line-height: 1rem;
    display: block;
    width: 3rem;
    height: 1rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: .1rem;
}

.footer{
    padding: 1rem;
    margin-bottom: 80px;
}

.footer p.title{
    font-size: .65rem
}

.footer p.text{
    font-size: .45rem;
    line-height: .7rem
}
.footer p.text span{
    margin-right: .2rem;
}

.footer p.split{
    height: .5rem
}
.hot-recommend{
    display: none;
}


/*banner*/

.activity-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.activity-banner img {
    width: 100%;
}


/*行业页面*/
.industry-main{
    width: 100%;
    height: 230px;
    background: #555;
    padding-top: 1px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.industry-main.advertisement{
    background-image: url(../../images/website/media-banner_081faef.jpg);
}

.industry-main.architecture{
    background-image: url(../../images/website/architecture-banner_804aa89.jpg);
}

.industry-main.consulting{
    background-image: url(../../images/website/consulting-banner_cc74449.jpg);
}

.industry-main.edu{
    background-image: url(../../images/website/edu-banner_5edd11c.jpg);
}

.industry-main.energy{
    background-image: url(../../images/website/energy-banner_4bef256.jpg);
}

.industry-main.finance{
    background-image: url(../../images/website/finance-banner_8b115dc.jpg);
}

.industry-main.freight{
    background-image: url(../../images/website/freight-banner_3588984.jpg);
}

.industry-main.internet{
    background-image: url(../../images/website/internet-banner_54bdc81.jpg);
}

.industry-main.manufacturing{
    background-image: url(../../images/website/manufacturing-banner_0fb5d70.jpg);
}

.industry-main.medicine{
    background-image: url(../../images/website/medicine-banner_e0dde93.jpg);
}

.industry-main.sell{
    background-image: url(../../images/website/sell-banner_d2de681.jpg);
}

.industry-main.tourism{
    background-image: url(../../images/website/tourism-banner_21dfc0a.jpg);
}

.industry-main.trade{
    background-image: url(../../images/website/trade-banner_f00cad4.jpg);
}

.industry-main h1{
    font-size: .7rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    margin-top: 3rem;
}
.customers{
    display: none
}

.industry-examples{
    box-sizing: border-box;
    font-size: 0;
    padding: 1rem;
}
.industry-examples .left{
    display: inline-block;
    font-size: .4rem;
    vertical-align: top;
}

.industry-examples .left h2{
    font-size: .55rem;
}

.industry-examples .left p{
    line-height: .7rem;
    margin-top: 1rem;
    text-indent: 1em;
}
.industry-examples .right{
    display: none;
    /*display: inline-block;*/
    width: 37%;
    height: 300px;
    background: #55f;
}
.industry-advantages .advantage{
    padding: 1rem;
}
.industry-advantages .advantage .right{
    font-size: .4rem;
    overflow:hidden;
}

.industry-advantages .advantage .right h2{
    font-size: .5rem;
    margin-bottom: .6rem
}

.industry-advantages .advantage .right p{
    line-height: .7rem;
    text-indent: 1em;
}

/*下载页*/

.download-page .logo{
    margin: 0;
    width: 100%;
    height: 6rem;
    text-align: center;
}

.download-page .logo img{
    width: 5rem;
    margin: 2rem auto;
}

.download-page ul {
    padding: 0 1.5rem;
    list-style-type: disc;
}

.download-page ul li{
    font-size: .45rem;
    line-height: .8rem;
    margin-bottom: 1rem;
}

.download-page ul li .button{
    display: block;
    width: 6rem;
    margin: .5rem auto;
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    font-size: .7rem;
}

.i18n-en .en-hide {
    display: none
}

#uc_recommend_ad {
    display: none !important;
}