.layout-banner {
    height: 580px;
    background-color: #171f26;
}

.m-carousel {
    position: relative;
}

.m-carousel .carousel_list {
    position: relative;
}

.m-carousel .carousel_item {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: -1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.m-carousel .carousel_item.z-crt {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    z-index: auto;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}

.m-carousel .carousel_nav {
    font-size: 0;
    text-align: center;
}

.m-carousel-banner .carousel_list {
    height: 580px;
}

.m-carousel-banner .carousel_nav {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
}

.m-carousel-banner .carousel_nav li {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 3px;
    background-color: #50555c;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.m-carousel-banner .carousel_nav li:after, .m-carousel-banner .carousel_nav li:before {
    content: "";
    position: absolute;
    left: 0;
}

.m-carousel-banner .carousel_nav li:before {
    top: -6px;
    height: 15px;
    width: 100%;
}

.m-carousel-banner .carousel_nav li:after {
    top: 0;
    height: 3px;
    width: 0;
    background-color: #fff;
}

.m-carousel-banner .carousel_nav li.z-crt:after {
    content: ".";
    width: 100%;
    -webkit-animation: progressIn 5s linear both;
    -moz-animation: progressIn 5s linear both;
    -ms-animation: progressIn 5s linear both;
    -o-animation: progressIn 5s linear both;
    animation: progressIn 5s linear both;
}

.m-carousel-banner .carousel_nav li + li {
    margin-left: 16px;
}

.banner {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0b0f1a;
}

.banner--certification {
    background-image: url(../res/next/banner_certification@2x.png);
}

.banner--gov {
    background-image: url(../res/next/banner_gov@2x.png);
}

.banner--security {
    background-image: url(../res/next/banner_content_security@2x.png);
}

.banner__title, .banner__subtitle {
    color: #fff;
}

.banner__title {
    height: 67px;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: 1px;
}

.banner__subtitle {
    margin-top: 15px;
    margin-bottom: 42px;
    line-height: 32px;
    font-size: 18px;
    letter-spacing: 1px;
}

.banner__content {
    padding-top: 184px;
}

.banner__action {
    float: left;
    width: 160px;
    height: 46px;
    line-height: 46px;
    background-color: #2a62ff;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.banner__action:hover {
    background-color: #4475ff;
}

.banner__call {
    position: relative;
    float: left;
    margin-left: 42px;
    padding-left: 38px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
}

.section__title {
    padding-top: 100px;
    height: 62px;
    line-height: 62px;
    font-size: 44px;
    color: #222;
    text-align: center;
}

.section--service {
    height: 972px;
    min-width: 1200px;
    background-color: #fff;
}

.section--why {
    height: 452px;
    min-width: 1200px;
    background-color: #f4f8fc;
}

.section--customer {
    height: 752px;
    min-width: 1200px;
    background-color: #fff;
}

.section--vip {
    height: 512px;
    min-width: 1200px;
    background-color: #f4f8fc;
}

@-webkit-keyframes catgoryFadeIn {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes catgoryFadeIn {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes catgoryFadeIn {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes catgoryFadeIn {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    to {
        opacity: 1;
    }
}

@keyframes catgoryFadeIn {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    to {
        opacity: 1;
    }
}

.catgory-fade-in {
    animation: catgoryFadeIn 0.4s linear;
}

.catgory-container {
    margin-top: 148px;
    height: 508px;
    zoom: 1;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.catgory-container:before, .catgory-container:after {
    content: "";
    display: table;
}

.catgory-container:after {
    clear: both;
    overflow: hidden;
}

.catgory {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    padding: 48px 33px;
    background-color: #fff;
    top: 0px;
    -webkit-transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    -moz-transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    -ms-transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    -o-transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    opacity: 1;
}

.catgory--active {
    position: relative;
    padding: 0;
    top: -90px;
    height: 688px;
    width: 560px;
    border: 1px solid #005dff !important;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 1;
    -webkit-transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    -moz-transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    -ms-transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    -o-transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
    transition: top 0.6s cubic-bezier(0.28, -0.01, 0.41, 1);
}

.catgory--active .catgory__header {
    position: relative;
    height: 144px;
    box-sizing: border-box;
    padding: 32px 30px 32px 136px;
    background-color: #3b4eff;
}

.catgory--active .catgory__title {
    padding-top: 0;
    padding-bottom: 8px;
    text-align: left;
    color: #fff;
}

.catgory--active .catgory__circle {
    position: absolute;
    left: 48px;
    top: 48px;
    background-color: #fff;
}

.catgory--active .catgory__icon--a {
    background: url(../res/next/icon_product_a_hover@2x.png) no-repeat;
}

.catgory--active .catgory__icon--b {
    background: url(../res/next/icon_product_b_hover@2x.png) no-repeat;
}
.catgory--active .catgory__icon--c {
    background: url(../res/next/icon_product_c_hover@2x.png) no-repeat;
}

.catgory--active .catgory__icon--d {
    background: url(../res/next/icon_product_d_hover@2x.png?) no-repeat;
}

.catgory--active .catgory__footer, .catgory--active .catgory__split {
    display: none;
}

.catgory--active .catgory__content {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #fff;
}

.catgory--active .service {
    position: relative;
    box-sizing: border-box;
    height: 109px;
    padding: 22px 0 16px 32px;
    margin-left: 48px;
    margin-right: 32px;
    border-bottom: 1px solid #e1e3e6;
}

.catgory--active .service__icon, .catgory--active .service__content, .catgory--active .service__link {
    display: block;
}

.catgory--active .service__icon {
    position: absolute;
    top: 24px;
    left: 0;
    width: 20px;
    height: 20px;
}

.catgory--active .service__title {
    height: 22px;
    padding-top: 0;
    line-height: 22px;
    font-size: 16px;
    color: #222;
    text-align: left;
}

.catgory--active .service__content {
    width: 300px;
    font-size: 12px;
    line-height: 20px;
    color: #777;
    text-align: left;
}

.catgory--active .service__link {
    position: absolute;
    top: 40px;
    right: 0;
    width: 124px;
    height: 36px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    color: #777;
    text-align: center;
    line-height: 36px;
    font: 14px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.catgory--active .service:hover {
    background-color: #f7f9fc;
    margin-left: 0;
    margin-right: 0;
    padding-left: 80px;
    padding-right: 32px;
}

.catgory--active .service:hover .service__link {
    right: 32px;
    background-color: #2a62ff;
    border-color: #2a62ff;
    color: #fff;
}

.catgory--active .service:hover .service__icon {
    left: 48px;
}

.catgory--fade {
    opacity: 0.2;
}

.catgory + .catgory {
    border-left: 1px solid #e6e6e6;
}

.catgory__header {
    padding-bottom: 16px;
}

.catgory__split {
    width: 30px;
    height: 2px;
    background-color: #f8bb09;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.catgory__title {
    height: 28px;
    padding-top: 28px;
    padding-bottom: 16px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #222;
}

.catgory__circle {
    display: block;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    padding-top: 11px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2a62ff;
    border-radius: 50%;
}

.catgory__icon {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
}

.catgory__icon--a {
    background: url(../res/next/icon_product_a@2x.png) no-repeat;
}

.catgory__icon--b {
    background: url(../res/next/icon_product_b@2x.png) no-repeat;
}

.catgory__content {
    display: none;
}

.catgory-link {
    display: block;
    width: 144px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2a62ff;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
}

.catgory__footer {
    position: absolute;
    height: 40px;
    right: 0;
    bottom: 60px;
    left: 0;
}

.service__title {
    height: 20px;
    padding: 8px 0;
    line-height: 20px;
    font-size: 14px;
    color: #777;
    text-align: center;
}

.service__icon--a {
    background: url(../res/next/icon_service_a@2x.png) no-repeat;
}

.service__icon--b {
    background: url(../res/next/icon_service_b@2x.png) no-repeat;
}

.service__icon--c {
    background: url(../res/next/icon_service_c@2x.png) no-repeat;
}

.service__icon--d {
    background: url(../res/next/icon_service_d@2x.png) no-repeat;
}

.service__icon--e {
    background: url(../res/next/icon_service_e@2x.png) no-repeat;
}

.service__icon--f {
    background: url(../res/next/icon_service_f@2x.png) no-repeat;
}

.service__icon, .service__content, .service__link {
    display: none;
}

.reason {
    padding-top: 78px;
    zoom: 1;
}

.reason:before, .reason:after {
    content: "";
    display: table;
}

.reason:after {
    clear: both;
    overflow: hidden;
}

.reason__item {
    float: left;
    width: 33.333333%;
    height: 236px;
}

.reason__icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.reason__title {
    height: 28px;
    padding-top: 24px;
    padding-bottom: 8px;
    line-height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.reason__content {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 22px;
    color: #555;
    text-align: center;
}

.customer {
    padding-top: 38px;
    text-align: center;
}

.customer .tabs_hd {
    zoom: 1;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.customer .tabs_hd:before, .customer .tabs_hd:after {
    content: "";
    display: table;
}

.customer .tabs_hd:after {
    clear: both;
    overflow: hidden;
}

.customer .tabs_hd li {
    position: relative;
    float: left;
    height: 28px;
    padding: 0 20px 10px;
    line-height: 28px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.customer .tabs_hd li + li {
    margin-left: 32px;
}

.customer .tabs_hd li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    width: 0;
    height: 2px;
    background-color: #2a62ff;
    visibility: hidden;
}

.customer .tabs_hd li.z-crt:after {
    width: 100%;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery {
    overflow: hidden;
}

.gallery__container {
    margin-left: -10px;
    margin-right: -10px;
    zoom: 1;
}

.gallery__container:before, .gallery__container:after {
    content: "";
    display: table;
}

.gallery__container:after {
    clear: both;
    overflow: hidden;
}

.gallery__item {
    box-sizing: border-box;
    float: left;
    width: 20%;
    padding: 18px 10px;
}

.gallery__item img {
    display: block;
    width: 100%;
    height: 86px;
}

.m-carousel-customer {
    padding-top: 44px;
}

.m-carousel-customer .carousel_list {
    height: 366px;
}

.m-carousel-customer .carousel_nav {
    padding-top: 30px;
}

.m-carousel-customer .carousel_nav li {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #dee3eb;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer;
}

.m-carousel-customer .carousel_nav li.z-crt {
    background-color: #1f5dff;
}

.m-carousel-customer .carousel_nav li + li {
    margin-left: 20px;
}

.viper {
    padding-top: 58px;
}

.viper__container {
    zoom: 1;
}

.viper__container:before, .viper__container:after {
    content: "";
    display: table;
}

.viper__container:after {
    clear: both;
    overflow: hidden;
}

.viper__wrapper {
    box-sizing: border-box;
    float: left;
    width: 25%;
}

.viper__wrapper + .viper__wrapper {
    padding: 0 0 20px 20px;
}

.viper__wrapper--first {
    padding-left: 0;
}

.viper__item {
    box-sizing: border-box;
    height: 180px;
    padding-top: 22px;
    background-color: #1f5dff;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.viper__icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
    background-color: #fff;
}

.viper__title {
    height: 22px;
    padding-top: 19px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .banner--phonegame {
        background-image: url(../res/next/banner_phonegame@2x.png);
        background-size: cover;
    }

    .banner--ddos {
        background-image: url(../res/next/banner_ddos@2x.png);
        background-size: cover;
    }

    .banner--certification {
        background-image: url(../res/next/banner_certification@2x.png);
        background-size: cover;
    }

    .banner--gov {
        background-image: url(../res/next/banner_gov@2x.png);
        background-size: cover;
    }

    .banner--security {
        background-image: url(../res/next/banner_content_security@2x.png);
        background-size: cover;
    }

    .catgory--active .catgory__icon--a {
        background-image: url(../res/next/icon_product_a_hover@2x.png);
        background-size: cover;
    }

    .catgory--active .catgory__icon--b {
        background-image: url(../res/next/icon_product_b_hover@2x.png);
        background-size: cover;
    }

    .catgory--active .catgory__icon--c {
        background-image: url(../res/next/icon_product_c_hover@2x.png);
        background-size: cover;
    }

    .catgory--active .catgory__icon--d {
        background-image: url(../res/next/icon_product_d_hover@2x.png);
        background-size: cover;
    }

    .catgory__icon--a {
        background-image: url(../res/next/icon_product_a@2x.png);
        background-size: cover;
    }

    .catgory__icon--b {
        background-image: url(../res/next/icon_product_b@2x.png);
        background-size: cover;
    }

    .catgory__icon--c {
        background-image: url(../res/next/icon_product_c@2x.png);
        background-size: cover;
    }

    .catgory__icon--d {
        background-image: url(../res/next/icon_product_d@2x.png);
        background-size: cover;
    }

    .reason__icon--b {
        background-image: url(../res/next/icon_why_b@2x.png);
        background-size: cover;
    }

    .reason__icon--c {
        background-image: url(../res/next/icon_why_c@2x.png);
        background-size: cover;
    }

    .reason__icon--d {
        background-image: url(../res/next/icon_why_d@2x.png);
        background-size: cover;
    }

    .reason__icon--e {
        background-image: url(../res/next/icon_why_e@2x.png);
        background-size: cover;
    }

    .reason__icon--f {
        background-image: url(../res/next/icon_why_f@2x.png);
        background-size: cover;
    }

    .service__icon--a {
        background-image: url(../res/next/icon_service_a@2x.png);
        background-size: 16px 18px;
    }

    .service__icon--b {
        background-image: url(../res/next/icon_service_b@2x.png);
        background-size: 18px 16px;
    }

    .service__icon--c {
        background-image: url(../res/next/icon_service_c@2x.png);
        background-size: 18px 18px;
    }

    .service__icon--d {
        background-image: url(../res/next/icon_service_d@2x.png);
        background-size: 19px 18px;
    }

    .service__icon--e {
        background-image: url(../res/next/icon_service_e@2x.png);
        background-size: cover;
    }

    .service__icon--f {
        background-image: url(../res/next/icon_service_f@2x.png);
        background-size: cover;
    }

}