/*公共标题*/
.block-title {
    font-size: 24px;
    line-height: 24px;
    color: #262626;
    padding-top: 27px;
    padding-bottom: 21px;
    text-align: left;
}

.block-title span {
    color: #989DA6;
    font-size: 14px;
    margin-left: 10px;
}

/*Banner*/
.wkui-index-banner{
    height: 311px;
    z-index: 998;
}

/*重新轮播图指示器*/
.wkui-index-banner .layui-carousel-ind{
    z-index: 999;
    top: -39px;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.wkui-index-banner .layui-carousel-ind ul{
    background-color: rgba(255,255,255,0);
    padding: 0px;
}
.wkui-index-banner .layui-carousel-ind ul li{
    height: 3px;
    width: 34px;
    background: rgba(37, 43, 58, 0.15);
}
.wkui-index-banner .layui-carousel-ind ul li.layui-this{
    background: #252B3A;
}

.banner-item{
    height: 311px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    image-rendering: -webkit-optimize-contrast;
}
.banner-item .layui-container{
    z-index: 999;
}
.banner-item h2{
    width: 359px;
    height: 38px;
    margin-top: 59px;
}
.banner-item:nth-child(3) h2{
    background: url("../img/index-banner-title.png");
    background-repeat: no-repeat;
}

.banner-item:nth-child(2) h2,.banner-item:nth-child(1) h2{
    color: #262626;
    font-size: 34px;
}

.banner-item p {
    width: 362px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
    color: #777F8C;
    font-family: Microsoft YaHei;
}

.banner-item a {
    color: #262626;
    text-align: center;
    font-size: 12px;
    border: 1px solid #262626;
    display: block;
    width: 106px;
    height: 32px;
    line-height: 32px;
    margin-top: 41px;
}

.wkui-banner-box {
    height: 311px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.banner-Y {
    height: 311px;
    float: right;
}

.banner-Y {
    width: 286px;
    background: rgba(255, 255, 255, 0.6);
    flex-direction: column;
    justify-content: space-between;
    padding-top: 14px;
    box-sizing: border-box;
}

.banner-Y-item {
    position: relative;
    font-size: 12px;
    color: #989DA6;
    padding-left: 27px;
    height: 76px;
}

.banner-Y-item h3 {
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    color: #262626;
    padding-top: 10px;
    text-indent: 34px;
}

.banner-Y-item p{
    text-indent: 34px;
}

.banner-Y-item:after {
    content: "";
    width: 198px;
    height: 1px;
    background: #D3DCE6;
    position: absolute;
    bottom: 0px;
    left: 62px;
}

.banner-Y-item:last-child:after {
    height: 0px;
}


/*热销产品*/
.hot-item {
    background: #4F5561;
    width: 213px;
    height: 168px;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: flex-grow ease-in 0.3s;
    transition: flex-grow ease-in 0.3s;
    padding: 33px 0px 0px 33px;
    box-sizing: border-box;
    position: relative;
}

.hot-item.active img{
    display: block;
    -webkit-animation-name: fadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-direction: alternate;
}

.hot-item img{
    position: absolute;
    right: 20px;
    bottom: 0px;
    display: none;
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity:0;
    }
    25% {
        opacity:0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity:0.75;
    }
    100% {
        opacity:1;
    }
}

.hot-item:last-child {
    border-right: none;
}

.hot-item.active {
    flex-grow: 0.99;
    background: linear-gradient(-90deg, #36DCBE, #1CB1BE);
}

.hot-item h3 {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 17px;
}

.hot-item h4 {
    color: #9EA4B0;
    font-size: 13px;
    line-height: 24px;
    margin-top: 8px;
}

.hot-item p {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    margin-top: 40px;
}

.hot-item p span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin-left: 4px;
}

.hot-item.active h3 {
    font-weight: bold;
}

.hot-item.active h4 {
    color: rgba(255, 255, 255, 0.7);
}

.hot-item.active p span {
    color: rgba(255, 255, 255, 0.7);
}

/*数据中心*/
.wkui-data-box {
    padding-top: 19px;
}

.data-menu {
    position: absolute;
    right: 15px;
    top: 27px;
}

.data-menu a {
    margin: 0 28px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.data-menu a:last-child {
    margin-right: 0;
}

.data-menu a.active {
    color: #28B99F;
}

.data-menu a.active:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #28B99F;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.data-carousel-box {
    display: none;
}

.data-carousel-box.active {
    display: block;
    margin-bottom: 61px;
}

.data-item-box .data-item {
    float: left;
    width: 280px;
    height: 304px;
    border: 1px solid #E6E9EC;
    box-shadow: 0px 2px 7px 0px #F2F5F7;
    margin-left: 24px;
    position: relative;
}

.data-item-box .data-item:hover{
    box-shadow: 0px 3px 14px 0px rgba(38, 42, 63, 0.1);
}

.data-item-box .data-item:first-child {
    margin-left: 0px;
}

.data-item-box .data-item .data-item-image {
    width: 280px;
    height: 126px;
    overflow: hidden;
}

.data-item-box .data-item .data-item-image img {
    width: 100%;
}

.data-item-box .data-item .data-item-location {
    position: absolute;
    top: 0px;
    left: 0px;
}

.data-item-box .data-item h3 {
    font-size: 15px;
    line-height: 15px;
    color: #262626;
    padding-left: 26px;
    margin-top: 19px;
    margin-bottom: 8px;
    font-weight: bold;
}

.data-item-box .data-item h3 span{
    color: #28B99F;
    font-size: 12px;
    line-height: 12px;
    padding: 1px 4px;
    display: inline-block;
    border: 1px solid rgba(40, 185, 159, 0.7);
    vertical-align: top;
}
.data-item-box .data-item h3 span.yidong{

    border: 1px solid rgba(239, 109, 22, 0.7);
    color: #EF6D16;
}

.data-item-box .data-item ul {
    font-size: 12px;
    color: #46484D;
    line-height: 24px;
    padding-left: 25px;
}

.data-item-box .data-item ul li{
    position: relative;
    text-indent: 10px;
}

.data-item-box .data-item ul li:before{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 14px;
    top: 10px;
    left: 0px;
    background: linear-gradient(-90deg, #28BB85, #28ABBB);
}

.data-item-box .data-item ul span {
    color: #989DA6;
}

.data-item-box .data-item .data-item-money {
    font-size: 22px;
    color: #46484C;
    padding-left: 26px;
    font-family: Akrobat;
    margin-top: 16px;
}

.data-item-box .data-item .data-item-money span {
    font-size: 12px;
    color: #989DA6;
    margin-right: 4px;
    font-family: Microsoft YaHei;
}

.data-item-box .data-item .data-item-money i {
    font-size: 12px;
    color: #262626;
    font-style: normal;
    margin-left: 4px;
}

/*重写Layui轮播样式*/
.layui-carousel > [carousel-item] > * {
    background: #ffffff;
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind{
    top: 10px;
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
    background: #ffffff;
    padding: 0px;
}

.layui-carousel-ind li {
    width: 32px;
    height: 5px;
    border-radius: 0;
    background: #DDDDDD;
}

.layui-carousel-ind li:hover {
    background: #DDDDDD;
}

.layui-carousel-ind li.layui-this {
    background: linear-gradient(-90deg, #28BB9A, #28ABBB);
}

.layui-carousel-arrow[lay-type='add'] {
    background-image: url("../img/common/common-icon.png");
    background-position: -50px -100px;
    background-color: #FFFFFF;
}
.layui-carousel-arrow[lay-type='add']:hover {
    background-image: url("../img/common/common-icon.png");
    background-position: -50px -150px;
    background-color: #FFFFFF;
}

.layui-carousel-arrow[lay-type='sub'] {
    background-image: url("../img/common/common-icon.png");
    background-position: 0px -100px;
    background-color: #FFFFFF;
}
.layui-carousel-arrow[lay-type='sub']:hover {
    background-image: url("../img/common/common-icon.png");
    background-position: 0px -150px;
    background-color: #FFFFFF;
}

.layui-carousel > [carousel-item]:before {
    content: "";
}

.layui-carousel-arrow[lay-type=add] {
    right: -62px !important;
    width: 42px;
    height: 42px;
}

.layui-carousel-arrow[lay-type=sub] {
    left: -62px !important;
    width: 42px;
    height: 42px;
}

@media only screen and (max-width: 1230px) {
    .layui-carousel-arrow[lay-type=add] {
        right: 20px !important;
    }

    .layui-carousel-arrow[lay-type=sub] {
        left: 20px !important;
    }
}

/*服务器租用*/
.wkui-rental-box {
    background: url("../img/wkui-rental-box.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 472px;
    padding-top: 20px;
    box-sizing: border-box;
}

.rental-item {
    float: left;
    width: 280px;
    height: 324px;
    margin-right: 27px;
    box-shadow: 0px 1px 4px 0px rgba(38, 42, 63, 0.05);
    background: #ffffff;
    position: relative;
}

.rental-item:hover{
    box-shadow: 0px 3px 14px 0px rgba(38, 42, 63, 0.1);
}

.rental-item:nth-child(3) {
    width: 586px;
    margin-right: 0px;
    background: url("../img/rental-item.png");
}

.rental-item h3 {
    height: 84px;
    background: url("../img/rental-item-h3.png");
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    padding-top: 22px;
    padding-left: 26px;
    box-sizing: border-box;
}

.rental-item:nth-child(3) h3 {
    background: none;
}

.rental-item:nth-child(3) .rental-item-bottom {
    border-top: none;
}

.rental-item h3 p {
    font-size: 12px;
    color: #989DA6;
    margin-top: 6px;
    font-weight: normal;
}

.rental-item ul {
    margin-top: 14px;
    padding-left: 41px;
}

.rental-item ul li {
    font-size: 13px;
    position: relative;
    line-height: 30px;
    height: 30px;
    color: #262626;
    opacity: 0.9;
}

.rental-item ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 14px;
    left: -12px;
    background: linear-gradient(-90deg, #28BB85, #28ABBB);
}

.rental-item ul li span {
    color: #989DA6;
}

.rental-item-bottom {
    font-size: 12px;
    color: #989DA6;
    height: 62px;
    line-height: 62px;
    border-top: 1px solid #E6E9EC;
    padding-left: 25px;
    margin-top: 14px;
}

.rental-item-bottom i {
    font-family: Akrobat;
    font-style: normal;
    font-size: 30px;
    color: #EC4357;
}

.rental-item-bottom a {
    color: #28B8A1;
    margin-left: 20px;
    display: inline-block;
    height: 62px;
}

.rental-item-bottom a:hover{
    color: #038890;
}

.rental-item-venice {
    position: absolute;
    left: 276px;
    bottom: 18px;
    height: 30px;
    width: 100px;
    background: linear-gradient(-90deg, #28BB9A, #1AADBE);
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.rental-item-venice:hover {
    color: #FFFFFF;
}

/*网络安全*/
.wkui-security-box {
    background: #ffffff;
    height: 592px;
}

.wkui-security-box .block-title{
    padding-top: 46px;
}

.security-item {
    width: 588px;
    height: 220px;
    float: left;
    margin-bottom: 40px;
    margin-right: 24px;
}

.security-item:nth-child(2n) {
    margin-right: 0px;
}

.security-body {
    width: 588px;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid #E6E9EC;
    box-shadow: 0px 2px 7px 0px #F2F5F7;
    padding: 28px 118px 0px 26px;
    box-sizing: border-box;
    position: relative;
}

.security-body h3 {
    font-size: 18px;
    color: #262626;
    margin-bottom: 6px;
}

.security-body p {
    font-size: 14px;
    color: #6A6D73;
    line-height: 24px;
    height: 58px;
}

.security-body a {
    display: block;
    width: 80px;
    height: 28px;
    border: 1px solid #28B99F;
    text-align: center;
    color: #28B99F;
    font-size: 12px;
    line-height: 28px;
}
.security-body a:hover{
    color: #ffffff;
    background-color: #28B99F;
}

.security-body img {
    position: absolute;
    right: 43px;
    top: 28px;
}

/*友情链接*/
.wkui-link-box {
    padding-top: 24px;
    background: #F7F9FA;
    padding-bottom: 50px;
}