﻿.swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    opacity: .3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 100px;
    left: 0;
    width: 100%;
}

.swiper-small-nav-ul {
    display: block;
    position: relative;
    color: #fff;
    width: 100%;
    float: left;
}
@media screen and (max-width: 800px){
    .swiper-small-nav-ul{
        display: none;
    }
}
.swiper-small-nav-ul a{
    color: #fff;
}
.swiper-small-nav-ul li{
    display: block;
    width: 25%;
    height: 80px;
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 14px;
    padding-top: 12px;
    box-sizing: border-box;
    cursor: pointer;
}
.swiper-small-nav-ul li p{
    color: #f7f7f7;
    opacity: 0.7;
    margin-top: 5px;
}
.swiper-small-nav-ul li +li{

    border-left: 1px dashed rgba(255,255,255 ,0.3);
}
.swiper-small-nav-ul li:hover{
    background: rgba(255,255,255 ,0.1);
}

.swiper-small-nav-ul li .iconfont{
    font-size: 26px;
}
.swiper-small-nav-ul li h4{
    font-size: 20px;
}
.swiper-small-nav-bg {
    display: block;
    position: absolute;
    background: red;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    background: rgba(0,0,0,0.2);
}

.our-server-ul {
    display: block;
    width: 100%;
    margin-top: 0px;
    position: relative;
    text-align: center;
}
.our-server-ul .iconfont{
    color: #4966ff;
}
.our-server-ul:before,.our-server-ul:after{
    display: table;
    content: " ";
    clear: both;
}
.our-server-ul li{
    display: block;
    width: 25%;
    float: left;
    height: 250px;
    overflow: hidden;
    box-sizing: border-box;

}
.our-server-ul li a{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 30px;
    height: 250px;
    overflow: hidden;
    float: left;
}

@media screen and (max-width: 800px){
    .our-server-ul li a{
        height: 150px;
    }
}
@media screen and (max-width: 760px){
    .our-server-ul li a{
        padding-top: 0px;
        height: 90px;
    }
}
.our-server-ul li p{
    box-sizing: border-box;
    padding: 10px 40px;
    color: #666;
    line-height: 22px;
    font-size: 14px;
}
@media screen and (max-width: 800px){
    .our-server-ul li{
        height: 150px;
    }
    .our-server-ul li p{
        display: none;
    }
}

@media screen and (max-width: 760px){
    .our-server-ul li{
        height: 90px;
    }
}
.our-server-ul li:hover{
    opacity: 0.8;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.06);
    box-shadow: 0 0 8px 2px rgba(0,0,0,.06);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.our-server-ul-icon {
    display: block;
    margin: 10px;
}
.our-server-ul-icon .iconfont{
    font-size: 38px;
}
.our-server-ul li + li{
    border-left: 1px solid #EEEEEE;
}
.our-server-ul + ul{
    border-top: 1px solid #EEEEEE;
}
.our-server-title {
    font-size: 22px;
    color: #000;
}

@media screen and (max-width: 760px){
    .our-server-ul-icon .iconfont{
        font-size: 28px;
    }
    .our-server-title{
        font-size: 14px;
    }
}
.our-server-ul li:hover .our-server-title{
    color: #2f6aff;
}
.page-h1 {
    color: #333;
    font-weight: 300;
    font-family: "HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

.our-server-content {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 20px;
}

@media screen and (max-width: 800px){
    .page-h1{
        font-size: 25px;
    }
    .page-h1-p{
        font-size: 13px;
    }
    .our-server-content{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 800px){
    .page-h1{
        font-size: 16px;
    }
    .page-h1-p{
        font-size: 12px;
    }
}
.section-data {
    display: block;
    height: 360px;
    background-size: cover!important;
}

.section-data-span {
    display: block;
    margin-top: 150px;
    padding: 0 30px;
    width: 20%;
    float: left;
    box-sizing: border-box;
}
.section-data-span-right {
    box-sizing: border-box;
    display: block;
    margin-top: 90px;
    padding: 0 20px;
    text-align: center;
    width: 40%;
    float: left;
}

.section-data-span-title {
    font-size: 38px;
    color: #2f6aff;
}

@media screen and (max-width: 800px){
    .section-data{
        height: 180px;
    }
    .section-data-span{
        padding: 0 10px;
        margin-top: 60px;
        width: 33.33%;
        text-align: center;
    }
    .section-data-span-right{
        display:none;
    }
    .section-data-span p{
        font-size: 14px;
    }
    .section-data-span-title{
        font-size: 28px!important;
    }
}
@media screen and (max-width: 760px){
    .section-data{
        height: 130px;
    }
    .section-data-span{
        padding: 0 10px;
        margin-top: 40px;
        text-align: center;
    }
    .section-data-span-title{
        font-size: 18px!important;
    }
}
.valid-section-ul {
    display: block;
    position: relative;
}
.valid-section-ul:before,.valid-section-ul:after{
    display: table;
    content: " ";
    clear: both;
}
.valid-section-ul li{
    display: block;
    float: left;
    position: relative;
    width: 33.333%;
    height: 250px;
    text-align: center;
}

.index-quick-ul {
    margin-bottom: 10px;
}
.index-quick-ul:before,.index-quick-ul:after{
    display: table;
    content: " ";
    clear: both;
}
.index-quick-ul li .iconfont{
    font-size: 50px;
    color: #444444;
}

@media screen and (max-width: 760px){
    .index-quick-ul li .iconfont{
        font-size: 30px;
    }
    .index-quick-ul{
        font-size: 14px;
        margin-bottom: 0;
    }
}
.index-quick-ul li span{
    display: block;
    text-align: center;
    padding: 5px 0;
}
.index-quick-ul li{
    width: 20%;
    float: left;
    display: block;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 760px){
    .index-quick-ul li{
        padding: 20px 0;
    }
}
.index-quick-ul li:hover{
    color: #3e75ff;
}
.index-quick-ul li.right-icon:after{
    display: block;
    content: " ";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 70px;
    right: -30px;
    background: url("../image/right-arrow.png") ;
    background-size: cover;
}
@media screen and (max-width: 760px){
    .index-quick-ul li.right-icon:after{
        width: 30px;
        height: 30px;
        top: 30px;
        right: -15px;
    }
}
.section-data-h3 {
    font-family: "HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    color: #333;
    outline: 0;
    speak: none;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 800px){
    .section-data-h3{
        font-size: 25px;
    }
}
.call-us-section {
    background: #fafafa;
}


.swiper-slide-content {
    position: relative;
    display: block;
    height: 600px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 800px){
    .swiper-slide-content{
        height: 500px;
    }
}

@media screen and (max-width: 760px){
    .swiper-slide-content {
        height: 320px;
        overflow: hidden;
    }
}

.swiper-slide-content-title {
    position: relative;
    display: block;
    color: #Fff;
    margin-top: 220px;
    margin-bottom: 20px;
    font: 800 38px/1.5 "Open Sans", "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-serif;
}



@media screen and (max-width: 760px){
    .swiper-slide-content-title{
        margin-top: 130px;
        font: 800 20px/1.5 "Open Sans", "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-serif;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 20px;
    }
}
.goods-plan-box {
    display: block;
    width: 100%;
    background: #222;
    padding: 20px auto;
    color: #FFF;
    margin-top: 40px;
}
@media screen and (max-width: 760px){
    .goods-plan-box{
        margin-top: 20px;
    }
}
.goods-plan-box-ul {}
.goods-plan-box-ul:before,.goods-plan-box-ul:after {
    display: table;
    content: " ";
    clear: both;
}
.goods-plan-box-ul li h4{
    display: block;
    text-align: center;
    font-size: 20px;
}
.goods-plan-box-ul li p{
    font-size: 14px;
}
.goods-plan-box-ul li{
    position: relative;
    padding: 25px 0;
    display: block;
    width: 25%;
    float: left;
    min-height: 360px;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width: 760px){
    .goods-plan-box-li-content-p{
        display: none;
    }
    .goods-plan-box-ul li h4 {
        font-size: 14px;
    }
    .goods-plan-box-ul li{
        min-height: 180px;
    }
}
.mask {
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
}
.goods-plan-box-ul li:hover .mask{
    opacity: .92;
    background: linear-gradient(334deg,#772fff -21%,#2f6aff 60%,#4bf5ff 180%);
}
.goods-plan-box-li-content {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.goods-plan-box-li-content-p {
   opacity: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    -ms-transition: all .4s cubic-bezier(.4,0,.2,1);
    -o-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.goods-plan-box-ul li:hover .goods-plan-box-li-content-p{
    opacity: 1;
}
.goods-plan-box-li-icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 30%;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    -ms-transition: all .4s cubic-bezier(.4,0,.2,1);
    -o-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

@media screen and (max-width: 760px){
    .goods-plan-box-li-icon{
        width: 50px;
        height: 50px;
    }
}
.goods-plan-box-ul li:hover .goods-plan-box-li-icon{
    margin-top: 20%;
}
.goods-plan-box-li-icon.icon1{
    background: url("../image/plan-icon-1.png");
    background-size: cover!important;
}
.goods-plan-box-li-icon.icon2{
    background: url("../image/plan-icon-2.png");
    background-size: cover!important;
}
.goods-plan-box-li-icon.icon3{
    background: url("../image/plan-icon-3.png");
    background-size: cover!important;
}
.goods-plan-box-li-icon.icon4{
    background: url("../image/plan-icon-4.png");
    background-size: cover!important;
}
.goods-plan-box-ul li:hover .goods-plan-box-li-icon.icon1{
    background: url("../image/plan-icon-1-select.png");
}
.goods-plan-box-ul li:hover .goods-plan-box-li-icon.icon2{
    background: url("../image/plan-icon-2-select.png");
}
.goods-plan-box-ul li:hover .goods-plan-box-li-icon.icon3{
    background: url("../image/plan-icon-3-select.png");
}
.goods-plan-box-ul li:hover .goods-plan-box-li-icon.icon4{
    background: url("../image/plan-icon-4-select.png");
}
.home-footer-article{
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
}
.home-footer-article li{
    list-style: none;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    overflow: hidden;
    /*height: 100px;*/
}
@media screen and (max-width: 760px){
    .home-footer-article{
        margin-bottom: 20px;
    }
    .home-footer-article li{
        width: 100%;
    }
}
.home-footer-article li a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    background: #fff;
    color: #333333;
}
.home-footer-article li a:hover{
    opacity: 0.9;
}
.home-footer-article li a h4{
    font-weight: 600;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-footer-article li a p{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.home-footer-article li .imagebox{
    width: 100px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.home-footer-article li .imagebox img{
  width: 100%;
    height: 70px;
}
    .friend-title{
      font-size: 14px;
        font-weight: 800;
        color: #666666;
        padding-left: 10px;
        margin-top: 0;
    }
    .friend-link-ul{
        margin: 10px 10px 20px 10px;
        padding: 0;
          display: inline-block;
    }
    .friend-link-ul li{
        display: inline-block;
    }
    
    .friend-link-ul li a{
        color: #999999;
        font-size: 14px;
    }