@charset "utf-8";
.swiper-banner .swiper-slide.slide3 {
    background: url(../image/bg3.jpg) no-repeat center top;
}

.fz14 {
    font-size: 14px;
    line-height: 30px;
}

/*t1000p start*/
.swiper-banner .swiper-slide.slide1 {
    background: url(../image/block-noe-bg.jpg) no-repeat center top;
}

.t1000p-bg1 {
    background: #232425;
}

.t1000p-bg1 i {
    width: 74px;
    height: 74px;
}


.t1000p-jc {
    -moz-column-count: 4; /* Firefox */
    -webkit-column-count: 4; /* Safari 和 Chrome */
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1.5em;
    width: 100%;
    margin: 1em auto;
}

@media screen and (max-width: 800px) {
    .t1000p-jc {
        column-count: 2;
    }
}

@media screen and (max-width: 500px) {
    .t1000p-jc {
        column-count: 1;
    }
}

.t1000p-jc div.t1000p-jc1 {
    border: solid 1px #ddd;
    background: #fff;
    box-shadow: 1px 1px 2px #eee;
    padding: 1.5em;
    margin-bottom: 1em;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.t1000p-jc div.t1000p-jc1:hover {
    box-shadow: 2px 2px 2px #ccc;
    border: solid 1px #ccc;
}

.t1000p-jc div i {
    font-size: 36px;
    margin: 0px 0 15px 0;
}

.t1000p-jc1 span {
    padding-bottom: 10px;
    line-height: 25px;
    color: #aaa;
}

.t1000p-jc1a {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
    color: #666 !important;

}

/*t1000p end*/
/*t1000s start*/
.swiper-banner .swiper-slide.slide2 {
    background: url(../image/bg12.png) no-repeat center top;
}

.spare_ul li i {
    font-size: 35px;
    margin: 20px auto;
}

.spare_ul li i.fa-window-minimize {
    font-size: 12px;
    margin: 0px auto;
}

span {
    display: block;
}

.spare_ul li {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .35);
    padding: 25px 0;
    width: 24%;
    margin-right: 1%;
    float: left;
}

.spare_ul li h5 {
    color: #f5f5f5;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.spare_ul li span {
    padding: 0 15px 15px 15px;
}

.he_3DFlipY {
    display: block;
    overflow: hidden;
    border: 0;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.he_3DFlipY_inner {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.he_3DFlipY_inner > div.he_3DFlipY_img {
    backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.he_3DFlipY_inner:hover > div.he_3DFlipY_img {
    transform: rotateY(180deg);
}

.he_3DFlipY_caption {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.he_3DFlipY_inner:hover .he_3DFlipY_caption {
    opacity: 1;
    line-height: 20px;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
}

@media screen and (max-width: 800px) {
    .spare_ul li {
        width: 48%;
        float: left;
    }
}

@media screen and (max-width: 500px) {
    .spare_ul li {
        width: 98%;
    }
}

/*t1000s end*/


#tabs4 li ul.fact_list li span,
ul.fact_list li span {
    line-height: 30px !important;
    font-size: 12px !important;
    text-align: left !important;
}

#tabs4 li ul.fact_list li,
ul.fact_list li {
    width: 100%;
    text-align: left !important;
    list-style-image: url("../image/fact_11.png") !important;
    padding-left: 10px !important;
}

.fact_top {
    width: 100%;
    height: auto;
    padding: 160px 0 50px 0;
    background: url("../image/fact_01.png") no-repeat;
    background-size: 100% 100%;
    background-position-x: left;
    background-position-y: top;
}

.sfact_top {
    padding-top: 180px;
    padding-bottom: 100px;
    background: url("../image/s-fact1_01.png") no-repeat;
    background-size: 100% 100%;
    background-position-x: left;
    background-position-y: top;
}

.fact_top img:first-child {
    margin-top: 70px;
    /*margin-left:80px;*/
}

.fact_top img:last-child {
    float: right;
    /*margin-top:80px;*/
    /*margin-right:80px;*/
    /*box-shadow: 5px 5px 10px #ddd;*/
}

.sfact_top img:first-child {
    /*margin-left:25px;*/
}

.product_a {
    /*position: relative;*/
    /*top: 0;*/
    /*z-index: 99;*/
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;

    /*background: red;*/
}

.product_a a {
    font-size: 16px;
    margin-left: 10px;
    float: right;
    width: auto;
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;

}

.product_b {
    width: 100%;
    float: left;
}

#tabs-1 tr th, #tabs-1 tr td, #tabs-2 tr th, #tabs-2 tr td, #tabs-3 tr th, #tabs-3 tr td {
    border: 0;
    line-height: 50px;
    padding: 8px;
    font-size: 16px;
    text-align: left;
}

#tabs-1 tr th, #tabs-2 tr th, #tabs-3 tr th {
    padding-left: 15px;
}

#tabs-1 tr td, #tabs-2 tr td, #tabs-3 tr td {
    border-right: solid 1px #ddd;
    text-align: right;
    padding-right: 15px;
}

#tabs-1 table:last-child tr td, #tabs-2 table:last-child tr td, #tabs-3 table:last-child tr td {
    border: 0;
}

ul.clearfix {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    height: 1%
}

.cloud-product-ul {
    width: 100%;
    padding: 0;
}

.cloud-product-ul li {
    position: relative;
    margin-right: 1%;
    width: 23%;
    margin-bottom: 10px;
    height: 522px;
    float: left;
    background: #fff
}

.cloud-product-ul li:first-child {
    margin-left: 0
}

.cloud-product-single-bottom {
    width: 100%;
    height: 340px
}

.empty-space {
    width: 100%;
    height: 99px;
    padding: 26px 0 0 0;
}

.bg-product-pic {
    height: 85px
}

.server-header-01 {
    background: url(../image/product_header_icon_01.png) center no-repeat
}

.server-header-02 {
    background: url(../image/product_header_icon_02.png) center no-repeat
}

.server-header-03 {
    background: url(../image/product_header_icon_03.png) center no-repeat
}

.server-header-04 {
    background: url(../image/product_header_icon_04.png) center no-repeat
}

.server-header-05 {
    background: url(../image/product_header_icon_05.png) center no-repeat
}

.server-header-active-01 {
    background: url(../image/product_header_active_icon_01.png) center no-repeat
}

.server-header-active-02 {
    background: url(../image/product_header_active_icon_02.png) center no-repeat
}

.server-header-active-03 {
    background: url(../image/product_header_active_icon_03.png) center no-repeat
}

.server-header-active-04 {
    background: url(../image/product_header_active_icon_04.png) center no-repeat
}

.server-header-active-05 {
    background: url(../image/product_header_active_icon_05.png) center no-repeat
}

.product-introduce-title {
    margin-bottom: 14px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    text-align: center
}

.product-introduce-content {
    margin: 0 auto 26px;
    width: 180px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    color: #999
}

.product-introduce-list {
    margin: 0 auto;
    padding-top: 28px;
    height: auto;
    width: 84%;
    border-top: 1px solid #f1f1f1;
}

.introduce-list-small {
    margin-bottom: 18px;
    line-height: 14px;
    font-size: 14px;
    color: #999;
    text-align: center
}

.product-introduce-price {
    margin: 48px auto 0;
    font-size: 14px;
    text-align: center;
    color: #333
}

.price-blue {
    color: #0af;
    font-size: 38px
}

.normal-inner {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.active-inner {
    position: relative;
    display: none;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.introduce-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px
}

.active-inner-01 {
    background: url(../image/producet_bg_01.jpg) center no-repeat
}

.active-inner-02 {
    background: url(../image/producet_bg_02.jpg) center no-repeat
}

.active-inner-03 {
    background: url(../image/producet_bg_03.jpg) center no-repeat
}

.active-inner-04 {
    background: url(../image/producet_bg_04.jpg) center no-repeat
}

.active-inner-05 {
    background: url(../image/producet_bg_05.jpg) center no-repeat
}

.cloud-product-ul li.active .active-inner {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.cloud-product-ul li.active .normal-inner {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.cloud-product-ul li {
    /*-webkit-box-shadow:1px 1px 12px rgba(0,0,0,.08);*/
    /*-moz-box-shadow:1px 1px 12px rgba(0,0,0,.08);*/
    /*box-shadow:1px 1px 12px rgba(0,0,0,.08);*/
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear
}

.cloud-product-ul li.active {
    z-index: 9;
    width: 304px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2)
}

.active .product-introduce-content {
    color: #eff6ff
}

.active-product-introduce-title {
    color: #fff
}

.active .product-introduce-list {
    padding-top: 22px;
    border-color: #3f9ff9
}

.introduce-list-large {
    margin: 0 auto;
    width: 228px;
    line-height: 30px;
    color: #ddebff;
    font-size: 14px;
    text-align: left;
}

.active .product-introduce-price {
    margin-top: 32px;
    color: #fefeff
}

.product-introduce-price .price-white {
    display: inline-block;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff
}

.buy-link-btn {
    display: block;
    margin: 30px auto 0;
    width: 90%;
    height: 40px;
    line-height: 40px;
    background-color: #ff9600;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.buy-link-btn:hover {
    background-color: #f80
}

#tabs4 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 40px 0 0 0;
    float: left;
}

#tabs4 ul {
    height: auto;
    width: 100%;
    float: left;
    padding: 30px 0 15px 10px;
    text-align: center;
    border-bottom: solid 1px #ddd;
    display: inline-block;
    overflow: auto;
}

#tabs4 li {

    margin-right: 15px;
    list-style: none;
    display: inline-block;
    overflow: auto;
}


.auto-box {
    width: 100%;
    height: auto;
    padding: 30px 0 40px;
    background: #fff
}

.main-box {
    max-width: 1200px;
    height: auto;
    margin: 0 auto
}

.index-tit {
    padding: 40px 0;
    text-align: center
}

.index-tit h1 {
    font-size: 30px;
}

.index-tit p {
    font-size: 16px;
    padding-top: 15px
}

.index-tit a {
    color: orange;
}

.index-tserver {
    width: 100%;
    background: url('../images/360server-line.png') no-repeat center 125px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 2.6%
}

.index-tserver li {
    width: 24.8%;
    min-width: 162px;
    height: 162px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 106px;
    font-size: 14px;
    color: #656d73;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: -0.1%
}

.index-tserver li.tserver-list1 {
    background: url('../images/360server-icon1.png') no-repeat center top
}

.index-tserver li.tserver-list2 {
    background: url('../images/360server-icon2.png') no-repeat center top
}

.index-tserver li.tserver-list3 {
    background: url('../images/360server-icon3.png') no-repeat center top
}

.index-tserver li.tserver-list4 {
    background: url('../images/360server-icon4.png') no-repeat center top
}

.index-tserver li.tserver-list5 {
    background: url('../images/360server-icon5.png') no-repeat center top
}

.index-tserver li.tserver-list6 {
    background: url('../images/360server-icon6.png') no-repeat center top
}

.index-tserver li.tserver-list7 {
    background: url('../images/360server-icon7.png') no-repeat center top
}

.index-tserver li p {
    width: 162px;
    height: 162px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -81px;
    border-radius: 81px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    background: linear-gradient(111deg, #04bde4, #1067fe);
    display: none
}

.index-tserver li p a {
    color: #fff
}

.index-tserver li p.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

.index-tserver li:hover p {
    display: block
}

.index-tserver-ad {
    width: 100%;
    margin-top: 60px;
    background: #f3f3f3;
    text-align: center;
    padding: 40px 0
}

.index-tserver-ad li {
    display: inline-block;
    color: #abb0b4;
    font-size: 16px;
    padding: 0 3%
}

.index-tserver-ad li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.index-tserver-ad li + li {
    border-left: 1px solid #e2e3e4
}

.zoomin {
    animation-name: zoomin
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

.fact_user1 {
    position: relative;
}

.fact_user2 {
    width: 100%;
}

.fact_user1_a {
    position: absolute;
    left: 50%;
}

.fact_usera {
    max-width: 800px;
    top: 94px;
    margin-left: -364px;
}

.fact_userb {
    max-width: 800px;
    top: 313px;
    margin-left: -433px;
}

.fact_userc {
    top: 917px;
    margin-left: -152px;
}

.fact_userd {
    top: 1022px;
    margin-left: -210px;
}

.fact_usere {
    top: 1553px;
    left: 57%;
}

.fact_userf {
    max-width: 900px;
    top: 1623px;
    margin-left: -391px;
}

.fact_userg {
    top: 2188px;
    margin-left: -394px;
}

.fact_userh {
    max-width: 900px;
    top: 2303px;
    margin-left: -382px;
}

.fact_useri {
    max-width: 900px;
    top: 2938px;
    margin-left: 175px
}

.fact_userj {
    max-width: 900px;
    top: 3058px;
    margin-left: -437px;
}

.fact_usera img, .fact_userb img, .fact_userf img, .fact_userh img, .fact_useri img, .fact_userj img {
    width: 100%;
}

