.section {
    box-sizing: border-box;
    height: 100vh !important;
}
.section-title {
    height: 22.6%;
    color: #252b3a;
    text-align: center;
}
.section-title:before {
    content: '';
    display: block;
    height: calc((100% - 80px) * 6 / 11);
}
.section-title h1 {
    position: relative;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 4px;
    font-weight: normal;
}
.section-title h2 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: normal;
}
.section-content-middle {
    height: 46.7%;
}
.mall-app {
    height: 100%;
}
.mall-app > ul {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}
.mall-app > ul:before, .mall-app > ul:after {
    content: " ";
    display: table;
}
.mall-app > ul > li {
    float: left;
    width: 465px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.mall-app > ul > li:first-child {
    margin-right: 188px;
}
.mall-app-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.mall-app-card-top {
    position: relative;
    height: 60%;
    color: #fff;
    background-size: cover;
}
.mall-app-card-top:before {
    content: "";
    display: block;
    height: 71%;
}
.mall-app-card-bottom {
    position: relative;
    height: 40%;
    font-size: 14px;
    line-height: 39px;
    color: #000;
}
.mall-app-card-bottom h4 {
    font-weight: normal;
    font-size: 20px;
}
.mall-app-card-bottom:before {
    content: "";
    display: block;
    height: 22%;
}
.section-bottom {
    height: 16.6%;
}
.section-bottom:before {
    content: "";
    display: block;
    height: 57.5%;
}
.section-more-wrap {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
}
.free-app {
    height: 100%;
}
.free-app > ul {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}
.free-app > ul:before, .mall-app > ul:after {
    content: " ";
    display: table;
}
.free-app > ul > li {
    float: left;
    width: 366px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 95px;
}
.free-app > ul > li:last-child {
    margin-right: 0;
}
.free-app-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.free-app-card-top {
    position: relative;
    height: 100%;
    color: #fff;
    background-repeat: no-repeat;
}
.free-app-card-top:before {
    content: "";
    display: block;
    height: 10%;
}
.free-app-card-top h4 {
    font-weight: normal;
    font-size: 23px;
    line-height: 50px;
    margin-bottom: 20px;
}
.free-app-card-top p {
    line-height: 30px;
    font-size: 14px;
}
.section-content-free-bottom {
    float: left;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 366px;
    margin-right: 95px;
    font-size: 14px;
    padding-left: 30px;
    margin-top: 25px;
}
.section-content-free-bottom a{
    color: #333;
}
.section-content-middle .section-content-free-bottom:last-child {
    margin-right: 0;
}
.section-title-yellow {
    height: 22.6%;
    text-align: center;
}
.section-title-yellow h1 {
    position: relative;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 4px;
    font-weight: normal;
    color: yellow;
}
.section-title-yellow h2 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #fff;
}
.section-title-yellow:before {
    content: '';
    display: block;
    height: calc((100% - 80px) * 6 / 11);
}
.info-nav {
    position: relative;
}
.info-nav.vhost {
    padding-top: 60px;
    padding-bottom: 140px;
    padding-left: 40%;
}
.info-nav.vps {
    padding-top: 140px;
    padding-bottom: 100px;
}
.product-info-title {
    margin-bottom: 19px;
    height: 46px;
    line-height: 46px;
    font-size: 46px;
    color: #fff;
    font-weight: normal;
}
.product-info-int {
    margin-bottom: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}
.product-info-detail {
    margin-bottom: 36px;
    width: 628px;
    font-size: 14px;
    color: #c8cbcf;
    line-height: 25px;
}
.product-info-btn {
    margin-top: 20px;
}
.product-info-btn a.btn {
    display: inline-block;
    margin-right: 20px;
    width: 118px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}
.info-btn1 {
    background: #00aaff;
    border: 1px solid #00a1f2;
}
.info-btn1:hover {
    background: #0099e5;
    border: 1px solid #0090d9;
}
.help-content {
    float: left;
    width: 100%;
    font-size: 14px;
}
.help-content li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 33.3%;
}
.help-content li span {
    display: inline-block;
    color: #888897;
    margin-right: 24px;
}
.help-content li a {
    color: #555555;
}
.trans-box {
    background: rgba(255,255,255,0.1);
    padding: 10px 20px;
}
.home-login {
    width: 550px;
    margin: 50px auto 0;
}

@media (min-width: 1024px) {
    .section-padding {
        padding-top: 60px;
		padding-bottom:50px;
    }
}

.section-wrapper {
    max-width: 1280px;
    padding-left: 90px;
    padding-right: 90px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1380px) {
    .section-wrapper {
        padding-right: 80px;
    }
}

@media (max-width: 1023px) {
    .section-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1366px) {
    .section-nav {
        top: 44%;
    }
    .mall-app-card-bottom {
        display: none;
    }
    .mall-app-card-top {
        height: 100%;
    }
    .free-app-card-bottom {
        display: none;
    }
    .info-nav.vhost {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .info-nav.vps {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
/*第二屏*/
.section-product {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #DBEEF6;
}
.section-product > div {
    position: relative;
    z-index: 1;
}
.section-product-bg {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-product-bg-inner {
    position: absolute;
    top: 0;
    left: 0;
}
.section-product-bg {
    background-image: url(../image/homepage-product-bg1.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 0 !important;
}
.section-product-bg-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-product-bg-inner:before,
.section-product-bg-inner:after {
    content: " ";
    display: table;
}
.section-product-bg-inner:after {
    clear: both;
}
.section-product-bg-inner img {
    display: block;
    height: 100%;
}
.section-product-bg-inner img + img {
    position: absolute;
    top: 0;
    left: 100%;
}
.section-product-bg-top {
    height: 100%;
    animation: product-bg-animation-top 50s linear infinite;
}
.section-product-bg-middle {
    height: 100%;
    animation: product-bg-animation-middle 60s linear infinite;
}
.section-product-bg-bottom {
    height: 100%;
    animation: product-bg-animation-bottom 70s linear infinite;
}
@keyframes product-bg-animation-top {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes product-bg-animation-middle {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes product-bg-animation-bottom {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
/*第三屏*/
.section-news {
    height: 100%;
    background: url(../image/homepage-news-bg.jpg);
    background-position: center top;
    background-size: cover;
}
/*第三屏*/
.section-vhost {
    height: 100%;
    background: url(../image/homepage-vhost-bg.jpg);
    background-position: center top;
    background-size: cover;
}
/*第三屏*/
.section-vps {
    height: 100%;
    background: url(../image/homepage-vps-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.section-free {
    height: 100%;
    background: url(../image/homepage-free-bg.jpg);
    background-position: center top;
    background-size: cover;
}

.panel-content {
    padding-bottom: 70px;
}
.ba-info {
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    text-align: left;
}
.ba-title {
    font-size: 18px;
    color: #252B3A;
    line-height: 22px;
}
.aui-tile {
    position: relative;
}
.map-content ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F0F2F5;
}
.map-content ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bfc3c6;
}
.map-content ::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #F0F2F5;
}
/*备案流程*/
.process-block .record-content ul{
    width: 100%;
}
.process-block .record-content ul li{
    text-align: center;
    position: relative;
    width: 20%;
    float: left;
}
.process-block .record-content ul li .proce-time{
    position: absolute;
    right: -11%;
    top: 12%;
    font-size: 12px;
    color: #666A75;
    line-height: 18px;
}
.process-block .record-content ul li .proce-img{
    width: 60px;
    height: 60px;
    display: inline-block;
}
/*.process-block .record-content ul li:hover p{
    color: #5182F6;
}*/
.proce-btn{
    text-align: center;
    margin-top: 40px;
}
.ba-btn{
    display: inline-block;
    background: #00aaff;
    border-radius: 2px;
    line-height: 22px;
    font-size: 17px;
    color: #ffffff;
    padding: 13px 43px;
    -webkit-transition: .2s;
    transition: .2s;
}
.ba-btn:hover{
    box-shadow: 0px 8px 16px rgba(246,111,106, 0.3);
}
.proce-more{
    text-align: center;
    margin: 10px 0 40px;
}
.proce-info p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    color: #000;
}
.proce-info p i{
    font-style: normal;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.proce-info p span{
    vertical-align: middle;
}
.process-block .ba-caption{
    margin-bottom: 0;
}
.col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12,
.col-pd-1, .col-pd-2, .col-pd-3, .col-pd-4, .col-pd-5, .col-pd-6, .col-pd-7, .col-pd-8, .col-pd-9, .col-pd-10, .col-pd-11, .col-pd-12{
    position: relative;
}

.col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12 {
    float: left;
}

.col-mb-1 {
    width: 8.33333333%;
}

.col-mb-2 {
    width: 16.66666667%;
}

.col-mb-3 {
    width: 25%;
}

.col-mb-4 {
    width: 33.33333333%;
}

.col-mb-5 {
    width: 41.66666667%;
}

.col-mb-6 {
    width: 50%;
}

.col-mb-7 {
    width: 58.33333333%;
}

.col-mb-8 {
    width: 66.66666667%;
}

.col-mb-9 {
    width: 75%;
}

.col-mb-10 {
    width: 83.33333333%;
}

.col-mb-11 {
    width: 91.66666667%;
}

.col-mb-12 {
    width: 100%;
}
@media (min-width: 768px) {
    .col-pd-1, .col-pd-2, .col-pd-3, .col-pd-4, .col-pd-5, .col-pd-6, .col-pd-7, .col-pd-8, .col-pd-9, .col-pd-10, .col-pd-11, .col-pd-12 {
        float: left;
    }

    .col-pd-1 {
        width: 8.33333333%;
    }

    .col-pd-2 {
        width: 16.66666667%;
    }

    .col-pd-3 {
        width: 25%;
    }

    .col-pd-4 {
        width: 33.33333333%;
    }

    .col-pd-5 {
        width: 41.66666667%;
    }

    .col-pd-6 {
        width: 50%;
    }

    .col-pd-7 {
        width: 58.33333333%;
    }

    .col-pd-8 {
        width: 66.66666667%;
    }

    .col-pd-9 {
        width: 75%;
    }

    .col-pd-10 {
        width: 83.33333333%;
    }

    .col-pd-11 {
        width: 91.66666667%;
    }

    .col-pd-12 {
        width: 100%;
    }
}
/*优势*/
.superio-block{
    background: #F7F7F7;
}
.supe-body.aui-tile{
    height: 303px;
    padding: 40px 40px;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10);
    background:url(../image/supe-pc.jpg) center;
    border-radius: 2px;
    margin: 0 10px;
}
.supe-body.aui-tile:before{
    border-bottom: 3px solid #5182F6;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.supe-body.aui-tile i{
    width: 48px;
    height: 48px;
}
.supe-body.aui-tile .ba-title{
    margin: 29px 0 52px;
    position: relative;
}
.supe-body.aui-tile .ba-title:before{
    position: absolute;
    top:42px;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    content: "";
    width: 24px;
    height: 2px;
    background: #5182F6;
}
.super-t-mb{
    position: relative;
    text-align: center;
    padding: 13px 0;
    font-size: 14px;
    color: #252B3A;
    line-height: 18px;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    background-image: url(../image/supe-mb.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.super-t-mb:after{
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #5182F6;
    content: '';
    opacity: 0;
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all .5s ease;
}
.fold-btn{
    position: absolute;
    transition: transform 0.5s ease-out;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}
.fold-btn:before{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #666A75;
    border-right: 2px solid #666A75;
    border-top-color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}
.unfold .fold-btn {
    transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
}
.unfold .super-t-mb:after{
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@media (min-width: 1024px){
    .supe-body.aui-tile:hover:before {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (max-width: 767px){
    .col-pd-4.col-mb-12:nth-child(1) .supe-body.aui-tile{
        display: block;
    }
    .supe-body.aui-tile{
        padding: 24px 30px;
        display: none;
        box-shadow: none;
        border: 1px solid #DDDDDD;
        margin: 0;
        border-bottom: none;
        background: #ffffff;
    }
    .superio-block .AGrid-row{
        border-bottom: 1px solid #DDDDDD;
    }
    .super-t-mb{
        display: block;
    }
    .supe-body.aui-tile .ba-title{
        margin: 15px 0 10px;
        font-size: 0;
        line-height: 0;
    }
    .supe-body.aui-tile .ba-title:before{
        top:0;
    }
}

.aoyou {
    width: 252px;
    height: 250px;
    background: url(../image/aoyou.png) no-repeat 0 0;
    float: left;
}
.hezuo-title {
    font-size: 36px;
    line-height: 140px;
    color: #000;
    text-align: center;
}
.hezuo-top {
    background-color: #dedede;
}
.hezuo-list {
    height: 100%;
}
.hezuo-list > ul {
    height: 100%;
}
.hezuo-list > ul > li {
    float: left;
    width: 25%;
    height: 25%;
    padding: 13px 15px;
}
.hezuo-card-01 {
    background: url(../image/card-01.gif) no-repeat center;
}
.hezuo-card-02 {
    background: url(../image/card-02.gif) no-repeat center;
}
.hezuo-card-03 {
    background: url(../image/card-03.gif) no-repeat center;
}
.hezuo-card-04 {
    background: url(../image/card-04.gif) no-repeat center;
}
.hezuo-card-05 {
    background: url(../image/card-05.gif) no-repeat center;
}
.hezuo-card-06 {
    background: url(../image/card-06.gif) no-repeat center;
}
.hezuo-card-07 {
    background: url(../image/card-07.gif) no-repeat center;
}
.hezuo-card-08 {
    background: url(../image/card-08.jpg) no-repeat center;
}
.hezuo-card {
    display: block;
    padding: 10px 18px 20px;
    width: 204px;
    height: 85px;
    background-color: #fff;
    border: 1px solid #ccc;
}
@media (max-height: 709px) {
    .section-title h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .free-app-card {
        height: 83%;
    }
    .free-app > ul > li {
        width: 358px;
    }
    .supe-body.aui-tile {
        padding: 10px 40px;
        height: auto;
    }
    .supe-body.aui-tile .ba-title {
        margin: 10px 0 32px;
    }
    .panel-content {
        padding-bottom: 30px;
    }
    .hezuo-title {
        line-height: 50px;
    }
    .hezuo-top {
        display: none;
    }
    .hezuo-title {
        line-height: 72px;
    }
}

@media (min-width: 1024px) {
    #content {
        margin-top: -100px;
    }
}
@media (max-height: 899px) and (min-width: 1024px), (max-width: 1599px) and (min-width: 1024px){
    .carousel-indicator-wrapper {
        bottom: 168px;
    }
}
.events {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 74px;
}
.events-wrapper {
    margin-left: 40px;
    margin-right: 40px;
}
.events-wrapper > ul {
    padding-left: 30px;
    padding-right: 30px;
}
.events li {
    border-color: rgba(255, 255, 255, 0.25);
}
.events-wrapper > ul > li {
    float: left;
    position: relative;
    width: 25%;
}
.events-wrapper a {
    display: block;
    padding: 30px 10px;
    text-align: center;
}
.events a h2, .events a p {
    color: #fff;
    font-weight: normal;
}
.events-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 3px;
    transition: .2s;
}
.events-wrapper h2:hover {
    color: #f66f6a;
}
.events-wrapper p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 3px;
    transition: .2s;
}
.events-wrapper > ul > li + li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    border: solid 1px;
    margin-top: -30px;
    opacity: 0.4;
}
@media (max-height: 649px), (max-width: 1279px){
    .events {
        padding-bottom: 44px;
    }
    .events-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
    .events-wrapper a {
        padding: 15px 10px;
    }
    .events-wrapper h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .events-wrapper p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-height: 899px), (max-width: 1599px){
    .events {
        padding-bottom: 54px;
    }
    .events-wrapper {
        margin-left: 30px;
        margin-right: 30px;
    }
    .events-wrapper a {
        padding: 22px 10px;
    }
    .events-wrapper h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .events-wrapper p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 24px;
    }
}