
.section-title {
    line-height: 44px;
    font-size: 32px;
    color: #333;
    margin: 0;
    font-weight: 400;
}
.section-subtitle {
    margin-top: 10px;
    line-height: 36px;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.wrap-main-swiper .swiper-slide {
    height: 700px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(31, 37, 49);
}
.wrap-main-swiper .content-slide {
    height: 700px;
    padding: 200px 50px 0;
    font-size: 18px;
    color: #EEE;
    text-align: center;
}
.wrap-main-swiper .content-slide .slogan {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 120%;
    margin-bottom: 20px;
}
.wrap-main-swiper .content-slide .sub-slogan {
    margin-bottom: 15px;
}
.wrap-main-swiper .content-slide .event-title {
    font-size: 18px;
    color: #007aff;
    letter-spacing: -1px;
    font-weight: 300;
    margin-bottom: 0;
}
.wrap-main-swiper .content-slide .btn {
    border-radius: 3px;
}
.wrap-main-swiper .content-slide .btn-outline-success {
    color: #4cae4c !important;
    border-color: #4cae4c !important;
}
.swiper-pagination-bullet {
	background-color: #FFF !important;
}

#index-page .partner {
    background-color: #f5f7fb;
    padding: 40px 0px;
}
#index-page .partner ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#index-page .partner .partner-logo {
    flex: 1;
    width: 400px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}
#index-page .partner .partner-logo img {
    height: 40px;
    max-width: 100%;
}
#index-page .products {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
    text-align: center;
    justify-content: center;
}
#index-page .products .products-tag {
    color: #006aff;
    font-weight: 600;
    background-color: #eff6ff;
    padding: 2px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-flex;
}
#index-page .products .products-title {
    color: #222222;
    font-size: 32px;
    margin-top: 15px;
    font-family: 'Hammersmith One', sans-serif;
    margin-bottom: 40px;
}
#index-page .products .product-list {
    margin-top: 130px;
}
#index-page .products .product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 5px rgba(182, 182, 182, 0.1);
    border-radius: 8px;
    flex: 1;
    border: 1px solid #f9f9f9;
    transition: all .3s;
    cursor: pointer;
}
#index-page .products .product-box:hover {
    z-index: 2;
    transform: translate3d(0,-8px,0);
    transition: transform .3s ease;
    box-shadow: 0px 0px 10px 10px rgba(182, 182, 182, 0.2);
}
#index-page .products .product-box:hover img {
    margin-top: -110px;
}
#index-page .products .product-box img {
    height: 200px;
    margin-bottom: 30px;
    margin-top: -100px;
    transition: all .3s;
}
#index-page .products .product-box .product-title {
    font-size: 20px;
    color: #222222;
    margin-bottom: 20px;
}
#index-page .products .product-box .product-desc {
    font-size: 14px;
    color: #5f7c9a;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 230px;
}
#index-page .products .product-box .learn-more {
    color: #2f63f6;
    font-size: 16px;
    border: 1px solid #2f63f6;
}
#index-page .products .product-box .learn-more:hover {
    background: #2f63f6;
    color: #fff;
}
#index-page .datacenter {
    background: url(../img/map.svg) no-repeat 0 0;
    background-attachment: fixed;
    background-size: cover;
}
#index-page .datacenter .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    padding: 50px 0px;
}
#index-page .datacenter .dc-tag {
    color: #ffffff;
    font-weight: 400;
    background-color: #006aff;
    padding: 2px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-flex;
}
#index-page .datacenter .dc-title {
    color: #333;
    font-size: 32px;
    margin-bottom: 10px;
}
#index-page .datacenter .dc-desc {
    color: #333;
    opacity:0.7;
    text-align: left;
}
#index-page .datacenter .dc-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-right: -10px;
    margin-left: -10px;
}
#index-page .datacenter .dc-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #f9f9f9;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 5px rgba(182, 182, 182, 0.1);
    padding: 40px;
    margin: 10px;
    flex: 1;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}
#index-page .datacenter .dc-box .comingsoon {
    color: #ffffff;
    font-weight: 600;
    background-color: #007bfc;
    padding: 2px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    left: 20px;
}
#index-page .datacenter .dc-box:hover {
    z-index: 2;
    transform: translate3d(0,-8px,0);
    transition: transform .3s ease;
    box-shadow: 0px 0px 10px 10px rgba(182, 182, 182, 0.2);
}
#index-page .datacenter .dc-box img {
    height: 140px;
    margin-bottom: 30px;
}
#index-page .datacenter .dc-box .dc-name {
    font-weight: 600;
    color: #0f1f5a;
    font-size: 22px;
    margin-bottom: 10px;
}
#index-page .datacenter .dc-box .dc-country {
    font-size: 15px;
    color: #7b95af;
}
.deploy {
    display: flex;
    padding: 50px 0px;
    position: relative;
    background-color: #ffffff;
}
.deploy .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.deploy .deploy-shape {
    position: absolute;
    left: -18%;
    width: 30%;
    top: 45px;
}
.deploy .deploy-tag {
    color: #006aff;
    font-weight: 600;
    background-color: #eff6ff;
    padding: 2px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-flex;
}
.deploy .deploy-title {
    color: #222222;
    font-size: 32px;
    margin-top: 15px;
    font-family: 'Hammersmith One', sans-serif;
    margin-bottom: 100px;
}
.deploy-step-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.deploy-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 400px;
}
.deploy-step img.deploy-img {
    height: 130px;
}
.deploy-step img.to-right {
    position: absolute;
    right: -23%;
    top: 40px;
}
.deploy-step .deploy-step-title {
    font-size: 28px;
    font-family: 'Hammersmith One', sans-serif;
    color: #222222;
    margin-bottom: 10px;
}
.deploy-step .deploy-step-text {
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    max-width: 360px;
}
#index-page .features {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
    background-image: url(../img/home.jpg);
    background-size: cover;
    background-color: #0f1f5a;
}
#index-page .features .container {
    display: flex;
    flex-direction: column;
}
#index-page .features .features-title-box {
    padding: 20px;
    display: flex;
    flex-direction: row;
}
#index-page .features .features-title-box .features-title-box-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#index-page .features .features-title-box img {
    height: 280px;
}
#index-page .features .features-title {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 40px;
}
#index-page .features .features-title-text {
    color: #fff;
    max-width: 500px;
    margin-bottom: 20px;
}
#index-page .features .features-title div {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}
#index-page .features .features-gruop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}
#index-page .features .features-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}
#index-page .features .features-box .features-icon {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #0089ff;
    display: inline-block;
    border-radius: 4px;
}
#index-page .features .features-box .features-icon img {
    height: 40px;
    width: 40px;
}
#index-page .features .features-box .features-smalltitle {
    font-size: 20px;
    margin-bottom: 20px;
    color: #bed0e2;
    font-weight: 600;
}
#index-page .features .features-box .features-text {
    color: #7b95af;
}
.top-notice-bar {
    height: 60px;
    background-color: #06134c;
}
.top-notice-bar a:hover,.top-notice-bar a:focus {
    text-decoration: none;
    color: #ffffff;
}
.top-notice-bar .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}
.notice-text {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.notice-bar .homepage-header {
    top: 80px;
}
.notice-bar .homepage-header.down {
    top: 0;
}
@media (max-width: 1415px) {
    #index-page .banner {
        background-size: cover;
    }
}
@media (min-width: 1282px) {
    #index-page .our-dc .city-info .city-service .city-products .product-type .product-box-area:hover {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1281px) {
    #index-page .banner-text {
        margin-right: 20px;
    }
    #index-page .our-dc .city-info .city-service .city-products .product-type {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    #index-page .our-dc .city-info .city-service .city-products .product-type .product-box-area {
        text-align: center;
        margin: 0 0px 60px;
        flex: unset;
        padding: 5px;
    }
    #index-page .our-dc .city-info .city-service .city-products .product-type .product-box-area:last-child {
        margin-bottom: 10px !important;
    }
    #index-page .our-dc .city-info .city-service .city-products .product-type .product-box-area .product-box {
        min-width: 380px;
    }
}
@media (max-width: 992px) {
    #index-page .banner {
        height: 1100px;
    }
    #index-page .banner-bg {
        height: 1100px;
    }
    #index-page .banner-bg .container {
        flex-direction: column;
        text-align: center;
        margin-top: 100px;
    }
    #index-page .banner-text {
        text-align: center;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0px;
        flex: unset;
    }
    #index-page .our-dc .city-info {
        flex-direction: column;
        margin-top: 0px;
        padding: 0px 20px;
    }
    #index-page .our-dc .city-info .city-service .city-products {
        align-items: center;
    }
    
   
    #index-page .our-dc .city-info .city-desc {
        align-items: center;
        flex: unset;
    }
    #index-page .features .features-title-box {
        flex: unset;
    }
    #index-page .datacenter .dc-list {
        flex-direction: column;
        margin-right: unset;
        margin-left: unset;
    }
    #index-page .datacenter .dc-box {
        width: 400px;
        flex: unset;
    }
    .deploy-step-group {
        flex-direction: column;
    }
    .deploy-step {
        height: 320px;
    }
    .deploy-step img.to-right {
        display: none;
    }
}
@media (max-width: 767px) {
    #index-page .our-dc .city-info .city-service {
        width: auto;
        min-width: unset;
        height: auto;
    }
    #index-page .our-dc .city-info .city-service .city-products .product-type {
        flex-direction: column;
    }
    #index-page .features .features-title-box {
        flex-direction: column;
        flex: unset;
    }
    #index-page .features .features-title-box img {
        margin-top: 30px;
    }
    #index-page .features .features-gruop {
        flex-direction: column;
    }
    #index-page .our-dc .city-info .city-desc {
        align-items: center;
        flex: unset;
    }
    #index-page .our-dc .city-info .city-service .city-products .product-type .product-box-area {
        text-align: center;
        margin-bottom: 60px;
        width: 100%;
    }
    #index-page .features .features-box {
        flex: unset;
    }
    #index-page .features .features-title-box .features-title-box-text {
        flex: unset;
    }
    #index-page .products .product-box {
        margin-bottom: 100px;
    }
}
@media (max-width: 660px) {
    #index-page .banner-text .banner-title {
        font-size: 40px;
    }
    #index-page .banner-text .banner-smalltitle {
        font-size: 18px;
        width: 90%;
    }
    #index-page .banner-signup {
        width: auto;
    }
   
    .container {
        padding: 0 20px;
    }
    #index-page .datacenter .container {
        align-items: center;
    }
    #index-page .datacenter .dc-title {
        padding: 0 30px;
    }
    #index-page .datacenter .dc-desc {
        text-align: center;
    }
    .deploy .deploy-title {
        text-align: center;
        padding: 0 30px;
    }
    #index-page .datacenter .dc-box {
        width: 90%;
    }
    #index-page .datacenter .dc-desc {
        width: 90%;
    }
    #index-page .features .features-title div {
        font-size: 48px;
    }
    .top-notice-bar {
        height: 70px;
    }
    .notice-bar .homepage-header {
        top: 60px;
    }
    .notice-bar .homepage-header.down {
        top: 0;
    }
}
@media (max-width: 575px) {
    #index-page .banner-signup input.half-width {
        margin-bottom: 15px;
    }
    #index-page .our-dc .city-info .city-service .city-products .product-type .product-box-area .product-box {
        max-width: 400px;
        min-width: unset;
        width: 100%;
    }
    #index-page .banner-signup {
        width: 100% !important;
    }
    .deploy-step {
        width: 90%;
    }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../img/arrow-left.png)!important;
    height: 35px!important;
width: 20px!important;
opacity: 0.5;
left:50px!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../img/arrow-right.png)!important;
    height: 35px!important;
width: 20px!important;
opacity: 0.5;
right:50px!important;
}


span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px!important;
    background: #0E62F1!important;
}

span.swiper-pagination-bullet {
    width:5px;
    height: 5px;
    border-radius: 10px;
    background: rgba(226,235,241,.5);
    margin: 0 5.001px;
    cursor: pointer;
}



.news .news-top {
	height: 100px;
	margin-bottom: 30px;
	position: relative;
}
.news .news-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.news .news-img1 {
	background-image: url('../img/bg/news_bg_01.jpg');
}
.news .news-img2 {
	background-image: url('../img/bg/news_bg_02.jpg');
}
.news .news-img3 {
	background-image: url('../img/bg/news_bg_03.jpg');
}
.news .news-title {
	color: #FFF;
	font-size: 25px;
	line-height: 27px;
	padding: 34px;
	font-weight: 600;
	left: 0;
	top: -10px;
	height: 120px;
	width: 120px;
	position: absolute;
	background-color: #006affcf;
}
.news .news-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	max-height: 120px;
}
.news-list li {
	line-height: 30px;
}
.news-list li a {
	color: #555;
	text-decoration: none;
}
.news-list li a span {
	font-weight: 400;
	font-size: 14px;
}
.news-list li a:hover span {
	color: #168efc;
}
.news-list li a i {
	color: #AAA;
	font-size: 12px;
	font-style: normal;
	float: right;
}

.news {
    padding: 50px 0px;
}


.os-card {
	border-radius: 15px 15px 15px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd00;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	padding: 40px 0 30px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(229, 232, 237);
	border-radius: 5px;
	box-shadow: rgba(3, 27, 78, 0.06) 0px 2px 4px !important;
	margin-bottom: 20px;
}

.os-card:hover {
	border-style: solid;
	border-color: #2c7be5
}

.os-card:hover .os-card-image-box-description {
	color: #2c7be5
}

.os-card-image-box-wrapper {
	text-align: center
}


.osrow {
    width: 100%;
}

.features .items {
    background-color: #f7f9ff;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}

.features .items img {
    max-width: 100%;
    width: 140px;
    height: 140px!important;
}


.btn-banner {
    font-size: 22px;
    font-weight: 600;
    border: 1px #fff solid;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    transition: 0.6s;
}

.btn-banner:hover {
    background-color: #fff;
    color: #000;
}


@media (max-width: 767px) {
.wrap-main-swiper .content-slide {
    padding-top: 160px;
    padding-left: 20px;
    padding-right: 20px;
}

.wrap-main-swiper .content-slide .slogan {
    font-size: 28px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
}
}

.vs .box {/* position:absolute; */bottom:0;left:0;right:0;font-size:0;box-sizing:border-box;}
       .vs .box:after {display:block; clear:both; content:'';}
       .vs .box article {position:relative; display:inline-block; width:50%; vertical-align:top; padding:20px 40px 40px;}
       .vs .box article > div {position:relative; display:inline-block; max-width:560px; width:100%; height:135px; text-align:left;}
       .vs .box article h2 {font-size:26px; font-weight:700; padding:0 0 8px;}
       .vs .box article ul li {font-size:16px; font-weight:300; line-height:1.375; letter-spacing:-0.5px;;}
       .vs .box article ul li span {font-weight:500; line-height:1.375; letter-spacing:-0.5px;}
       .vs .box article a {position:absolute; width:153px; height:47px; bottom:0; right:0; font-size:16px; font-weight:400; line-height:47px; text-align:center;}
       .vs .box article p {position:absolute; bottom:-40px; left:0; font-size:42px; font-weight:700; line-height:1;}
       .vs .box .left {text-align:right; background:#fff;}
       .vs .box .left h2 {color:#121212;}
       .vs .box .left ul li {color:#121212;}
       .vs .box .left a {color:#fff; background:#ff1a09;}
       .vs .box .left p {color:rgba(99,96,96,0.15);}
       .vs .box .right {text-align:left; background:#da1d10;}
       .vs .box .right h2 {color:#fff;}
       .vs .box .right ul li {color:#fff;}
       .vs .box .right a {color:#121212; background:#fff;}
       .vs .box .right p {color:rgba(255,255,255,0.15);}

       @media all and (max-width:1200px){
           .vs .txt h2 {font-size:42px; margin:0 auto 12px;}
           .vs .txt p {font-size:20px;}
           .vs .box article {padding:15px 30px 30px;}
           .vs .box article > div {height:110px;}
           .vs .box article h2 {font-size:22px; padding:0 0 6px;}
           .vs .box article ul li {font-size:14.5px;}
           .vs .box article a {width:120px; height:36px; font-size:14px; line-height:36px;}
           .vs .box article p {bottom:-30px; font-size:38px;}
       }

       @media all and (max-width:1024px){
           .vs .txt h2 {font-size:40px; margin:0 auto 10px;}
           .vs .txt p {font-size:18px;}
           .vs .box article {padding:12px 26px 26px;}
           .vs .box article > div {height:auto;}
           .vs .box article h2 {font-size:20px; padding:0 0 5px;}
           .vs .box article ul {padding:0 0 10px;}
           .vs .box article ul li {font-size:14px;}
           .vs .box article a {position:relative; display:inline-block; bottom:inherit; right:inherit; width:110px; height:32px; font-size:13px; line-height:32px;}
           .vs .box article p {bottom:-26px; font-size:34px;}
       }

       @media all and (max-width:768px){
           .vs .txt {text-align:center;}
           .vs .txt h2 {font-size:32px; margin:0 auto 8px;}
           .vs .txt p {font-size:16px;}
           .vs .box article {padding:8px 20px 20px;}
           .vs .box article h2 {font-size:17.5px; padding:0 0 4px;}
           .vs .box article ul {padding:0 0 7px;}
           .vs .box article ul li {font-size:13px;}
           .vs .box article a {width:100px; height:28px; font-size:12.5px; line-height:28px;}
           .vs .box article p {bottom:-20px; font-size:28px;}
       }

       @media all and (max-width:500px){
           .vs .txt h2 {font-size:8vw; margin:0 auto 2vw;}
           .vs .txt p {font-size:4vw;}
           .vs .box article {padding:4vw 0;}
           .vs .box article > div {text-align:center;}
           .vs .box article h2 {font-size:5vw; padding:0 0 2vw;}
           .vs .box article ul {display:none}
           .vs .box article a {width:23vw; height:7vw; font-size:3.5vw; line-height:7vw;}
           .vs .box article p {bottom:-4vw; font-size:6vw;}
       }




.index-service {
    border-bottom: 1px solid #e7e9ee;
}
.index-service .c-grid {
    display: table;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
}
.index-service .c-grid [class*=c-g-] {
    position: relative;
    display: table-cell;
    padding: 0;
    border-right: 1px solid #e7e9ee;
    transition: all .2s;
}
.index-service [class*=c-g-]:first-child {
    border-left: 1px solid #e7e9ee;
}
.index-service .c-g-4 {
    width: 25%;
}
.index-service .c-g-5 {
    width: 20%;
}
.index-service .item {
    color: #EEE;
    height: 100px;
    padding: 0 20px;
	display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.index-service .item:hover {
	box-shadow: 0 4px 20px 0 rgba(0,22,100,.2);
}
.index-service .item .item-image {
	margin-right: 15px;
}
.index-service .item .item-title {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin: 0 0 5px;
    color: #242D4E;
}
.index-service .item .item-text {
    line-height: 1.6;
    color: #8B9DB6;
}
.service-tab {
    display: flex;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0,22,100,.2);
}
.tab-item {
    flex: 1;
    color: #41526A;
    font-size: 18px;
    height: 64px;
    position: relative;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    transition: all .25s;
}
.tab-item.active > a {
	color: #006aff;
}
.tab-item.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 116px;
    left: 50%;
    z-index: 1;
    margin-left: -58px;
    background: #006aff;
}
.tab-item a {
	color: #333;
	text-decoration: none;
}
.service-panel .price-table {
	border-radius: 4px;
	overflow: hidden;
}
.service-panel {
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0,22,100,.2);
    margin-top: 40px;
}
.section-title {
    font-size: 32px;
    color: #242D4E;
    line-height: 64px;
    font-weight: 400;
    margin: 0;
}
.section-subtitle {
    font-size: 16px;
    color: #8B9DB6;
    line-height: 32px;
    margin-bottom: 30px;
}
.service-panel [class*=col-] {
	border-right: 1px solid #EEE;
}
.service-panel [class*=col-]:last-child {
	border-right: 0 none;
}
.service-panel [class*=col-]:first-child .panel-item {
	padding-left: 15px;
}



.product-main {
	border-radius: 3px;
	background-color: #FFF;
	    padding-right: 15px;
    padding-left: 15px;
}

.product-main .product-left {
    min-height: 470px;
    border-radius: 3px 0 0 3px;
    padding: 30px 30px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #07b5fb 3%, #02a0fa 55%, #006aff 91%);
}
.product-main .product-left h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 20px;
	font-family: Montserrat,sans-serif;
}
.product-main .product-left h2 p {
	font-size: 14px;
	opacity: 0.5;
	margin: 0;
}
.product-main .product-left p {
	color: #fff;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
}
.product-main .product-left img {
    position: absolute;
    bottom: -30px;
    width: 200px;
    height: 160px;
    right: 0;
    transition: all .5s;
}
.product-main .product-left .btn-white {
	margin-top: 20px;
	background-color:#fff;
	display: block;
	border-radius: 2px;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background: transparent;
}
.product-main .product-right {
    min-height: 431px;
	border-right: 1px #f8f8f8 solid;
}
.product-main .product-right:last-child {
	border-right: 0 none;
}
.product-main .product-right .plan {
	text-align: center;
	padding:0 20px;
	min-height: 470px;
}
.product-main .product-right .plan-title {
	padding: 30px 0 0;
    margin: 0 20px;
	font-family: Montserrat,sans-serif;
}
.product-main .product-right .plan-title h3 {
	font-family: Montserrat,sans-serif;
	margin: 0;
	color: #333;
	font-size: 22px;
}
.product-main .product-right .plan-title strong {
	font-size: 32px;
	color: #006aff;
	font-weight: 500;
}
.product-main .product-right .plan-title strong small {
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
}
.product-main .product-right .plan-text {
	color: #888;
	line-height: 24px;
}
.product-main .product-right .item-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.product-main .product-right .plan ul li {
	line-height: 24px;
	border-top: 1px #eee dotted;
	padding: 8px 0;
	font-size: 13px;
}
.product-main .product-right .btn-primary {
	border-radius: 3px;
}
.product-main .product-right .btn-primary:active,
.product-main .product-right .btn-primary:focus,
.product-main .product-right .btn-primary:hover {
}
.hot-products {
    background-color: #f5f7fa;
}

img.left-img {
    width: 64px!important;
    height: 100px!important;
    position: absolute;
    left: 0;
    bottom: -30!important;
    transition: all .2s linear;
    overflow: hidden;
}


section.wrap-main-swiper {position: relative;}

.index-entrance{padding: 0;position: absolute;background: hsla(0,0%,100%,.1);left: 0;right: 0;bottom: 0px;z-index: 9;}
/*.index-entrance .container{max-width: 80%;width: 80%;min-width: 1220px;}*/
.index-entrance .item1,
.index-entrance .item2,
.index-entrance .item3,
.index-entrance .item4 {padding: 0 30px;padding-left: 95px;}
.index-entrance ul{display: table;table-layout: fixed;list-style: none;margin-bottom: 0px!important;}
.index-entrance li{display: table-cell;margin: 0;border-right: 1px solid rgba(255,255,255,0.2);float: none;}
.index-entrance li:first-child {border-left: 1px solid rgba(255,255,255,0.2);}
.index-entrance li h3{margin: 0 0 20px;position: relative;}
.index-entrance li h3:after{content: "";display: inline-block;width: 40px;height: 3px;background-color: #fff;bottom: -8px;left: 0;position: absolute;}
.index-entrance li p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 0px;}
.index-entrance li{padding: 15px 0;}
.index-entrance li:hover{background: rgba(0, 0, 0, 0.18);}
.index-entrance li h3{color: #fff;font-size: 17px;}
.index-entrance li:hover h3{color: #fff;}
.index-entrance li p{color: #fff;font-size: 14px;}
.index-entrance li a.item1 {background: url(../img/index_icon_1.png) no-repeat 10px center;}
.index-entrance li a.item2 {background: url(../img/index_icon_2.png) no-repeat 10px center;}
.index-entrance li a.item3 {background: url(../img/index_icon_3.png) no-repeat 10px center;}
.index-entrance li a.item4 {background: url(../img/index_icon_4.png) no-repeat 10px center;}

.index-entrance li a {
    display: block;
    text-decoration: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 100px!important;
}



@media (max-width: 768px) {
.index-entrance li p {
    display: none;
}

.index-entrance li h3 {
    font-size: 12px;
}

.index-entrance {
    overflow: hidden;
}

.index-entrance ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5px;
}

.index-entrance .item1, .index-entrance .item2, .index-entrance .item3, .index-entrance .item4 {
    padding: 0 10px;
    padding-left: 95px;
    height: 60px;
    display: flex;
    align-items: center;
}

.index-entrance li a {background-size: cover;}

li {
    border-right: 1px solid rgba(255,255,255,0.2);
}

.index-entrance li {
    border: none;
}

.index-entrance li:first-child {
    border: none;
}

.wrap-main-swiper .content-slide {
    height: 700px!important;
}

.wrap-main-swiper .swiper-slide {
    height: 700px!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 180px!important;
}

.index-entrance li {
    padding: 10px 0;
}
}