
img:{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}



.clearfix:before,.clearfix:after{
    content:"";
    clear: both;
    display: block;
    height: 0;
}


/*轮播模块样式开始*/
.swiper{

    height:710px;padding-top:1px;background-clip: content-box}
.swiper .swiper-bg{
    width: 100%;height:600px;position:absolute;
    top: 0;
    left: 0;
}
.swiper .swiper-bg>div{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.swiper .swiper-bg .bg-1{background-color:#5a84fd;background:linear-gradient(to right, #5a84fd, #26d9b3);display: block;}
.swiper .swiper-bg .bg-2{background-color: #34a8f6;background:linear-gradient(to right, #8d54fb, #cb6f9d);}
.swiper .swiper-bg .bg-3{background-color: #2c78d2;background:linear-gradient(to right, #616ed4, #8cbedf);}
.swiper .swiper-bg .bg-4{background-color: #69a8f2;background:linear-gradient(to right, #564ef5, #98e2f7);}

.swiper .swiper-nav{margin: 80px 0 0;display: flex;flex-direction: row;justify-content: space-between;width: 1200px}
/*.swiper .swiper-nav .nav-item{flex: 0 0 25%;}*/
.swiper .swiper-nav .nav-item .item{
    transition: all 0.4s;
    width: 285px;
    margin: 10px;
    background: #fff;
    border-radius:5px;
    height:90px;
    position: relative;z-index: 12;
}
.swiper .swiper-nav .nav-item .item img{max-width: 50px;}
.swiper .swiper-nav .nav-item .item:hover{transform: translateY(-2px)}
.swiper .swiper-nav .nav-item .item:hover .sub{opacity:1;    box-shadow: 0 0 6px #ccc;}
.swiper .swiper-nav .nav-item .sub{background: #fff;opacity:0;
    transition:all 0.5s;border-radius: 5px;position: relative;padding:10px;}
.swiper .swiper-nav .nav-item .sub:before,
.swiper .swiper-nav .nav-item .sub:after{
    content:"";
    display: block;
    height: 0;
    width:0;
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
    border-style: solid solid solid solid ;
    position:absolute;
    top:-16px;
    left:50%;
    transform:translateX(-50%);
}
.swiper .swiper-nav .nav-item .sub .sub-item{
    font-size: 12px;color: #666;text-indent: 20px;
    width: 100%;
    min-height:60px;
}
.swiper .swiper-nav .item .icon{
    line-height: 80px;
    width:80px;height:80px;
    display: block;
    position: absolute;
    top: 18px;
    left:0;
}
.swiper .swiper-nav .item .icon img{

    margin-left: 20px;
}
.swiper .swiper-nav .item .info{margin-left: 90px;padding-top: 15px;height: 90px;}
.swiper .swiper-nav .item .info .title{font-size: 18px;font-weight: 600;margin-bottom: 0;color: #333}
.swiper .swiper-nav .desc{color: #666;font-size: 14px;margin-top: 3px}


.swiper .swiper-box{ width: 100%;}
.swiper  .swiper-box .banner img{width: 100%;display: block;}


.swiper .banner-dot{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    text-align: center;
    padding-bottom:10px;
    z-index: 10;
}
.swiper .banner-dot i{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #ccc;
    border-radius:50%;
}
.swiper .banner-dot i.active{background: #1a6dd5;}
.swiper-dot { overflow: hidden;height:100px;margin: 0 -10px;}
.swiper-dot .dot-item{float: left;width:25%;height:80px;padding:10px;box-sizing: border-box;}
.swiper-dot .dot-item .item{background-color: #2d9aea;padding: 12px 0 0 20px;border-radius:5px;position:relative;box-shadow: 0 0 10px #666;
background: linear-gradient(to right,#2d9aea, #1360ea)}
.swiper-dot .dot-item .item.active{background-color: #4761ea;background: linear-gradient(to right,#4761ea, #7799ea)}
.swiper-dot .dot-item .item img{display: inline-block;margin-right: 20px;vertical-align: baseline;}
.swiper-dot .dot-item .item .info{
    display: inline-block;color:#fff;}
.swiper-dot .dot-item .item .title{font-size: 20px;font-weight:600;margin-bottom: 0;}

.swiper-dot .dot-item .item .mask{position:absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10;}
@media screen and (max-width:991px){
    .swiper{
        padding-top:80px;
        height:auto;
    }
    .swiper .swiper-bg{
        height:auto;
        padding-bottom:40%;
    }
    .swiper .banner-btn{

        margin-top: -30px;;

    }
    .swiper .banner-btn div{
        width: 30px;
        height: 40px;
    }

    .swiper .banner-btn div a i{
        font-size: 30px;
    }


}
/*轮播模块样式结束*/


/*域名样式开始*/
.domain {
    padding: 60px 0;
    max-width:1200px;
    margin: 0 auto;
}
.domain .search-box{
    max-width:80%;
    border:1px solid #ccc;
    position: relative;
    border-radius:5px;
    overflow: hidden;
    margin:20px auto 40px;
}
.domain .search-box .text{
    padding-left: 20px;
    height:50px;
    font-size: 16px;
}
.domain .search-box .select{
    position: absolute;
    top: 0;right: 120px;
    border-left:1px solid #ccc;
    height:50px;
    width:120px;

}
.domain .search-box .select select{
    width: 100%;
    height: 100%;
    border:none;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 800;

}
.domain .search-box .select select option{font-weight: 400}

.domain .search-box .layui-btn{
    position: absolute;top: 0;right: 0;
    height:50px;
    width:120px;
    font-size: 16px;
}

.domain-swiper{max-width:1200px;}
.domain-swiper .adv-item{width:100%;padding:10px;}
.domain-swiper .adv-item .item{width:100%;border:1px solid #ccc;text-align: center;padding:10px 10px 20px 10px;transition:all 0.4s;cursor: pointer;}
.domain-swiper .adv-item .item:hover{box-shadow: 5px 5px 10px #ccc;transform:translateY(-5px)}
.domain-swiper .adv-item .item .img{width:80px;height:80px;margin:0 auto; background-position:center;background-repeat: no-repeat;background-size: 100%; }
.domain-swiper .adv-item .item .desc{padding-bottom: 20px;border-bottom:1px solid #eee;}
.domain-swiper .adv-item .item .price{margin-bottom: 40px;}
.domain-swiper .adv-item .item .price span{font-size: 20px;color: #ea1f25;}
/*域名样式结束*/



.service , .desc-list , .vps ,.host{width: 100%;padding: 40px 0;  }
.service .service-con,
.desc-list .site-box,
.vps .vps-box,
.host .host-box{overflow: hidden;max-width: 1200px;margin: 0 auto;padding: 0 20px;}


.service{
    background: linear-gradient(to right,#f85054,#f8878a);color:#fff;
}
.service .service-con .item{float: left;width: 50%;}
.service-con .item a{text-decoration: none;color:#fff;}
.service-con .item .img{width: 400px;margin: 0 auto;}
.service-con .item .img img{width: 100%;}
.service-con .item p{text-align: center;}
.service-con .item .text-title{font-size: 20px;margin-top: 20px;}
.service-con .item .text-title2{font-size: 14px;}



.desc-list{background: #f1f1f1;}
.desc-list .site-box .item-box{float: left;width: 33.33%;padding: 20px;}
.desc-list .item{display:block; width: 100%;background: #fff;box-shadow: 0 0 15px #ccc;border-radius:5px;overflow: hidden;transition:transform 0.5s;}
.desc-list .item:hover{transform:translateY(-10px);box-shadow: 5px 5px 5px #ccc;}
.desc-list .item .img,.site .item img{width: 100%;}
.desc-list .item .text{padding: 20px;}
.desc-list .item .desc{color:#999;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.desc-list .item .text-title{font-size: 18px;margin-top: 20px;}
.desc-list .item .btn{margin-top: 20px;  width: 100%;border-top:1px solid #eee;padding-top: 20px;}
.desc-list .item .btn > a {margin: 0 auto;}


.banner_icon{background: #f95231;padding:20px 0;}
.banner_icon .banner-row{max-width:1200px;margin: 0 auto;overflow: hidden;}
.banner_icon .banner-row .item{float: left;width:20%;text-align: center;color:#fff;padding:20px 10px;cursor: pointer}
.banner_icon .banner-row .item .item-box{border:3px solid #fff;border-radius:5px;padding:10px 0;}
.banner_icon .banner-row .item .item-box:hover{background-color: #fdc72a;border-color:#fdc72a;  color: #d55538;}
.banner_icon .banner-row .item .moxiicon{font-size: 50px;}


.list-title{
    text-align: center;font-size: 28px;margin-bottom: 20px;padding: 0 20px;;
}
.list-title2{text-align: center;margin-bottom: 20px;}
.moxi-title .list-title span{font-size: 18px;font-weight: 400;color:#888;}
.moxi-title .line{margin: 0 auto 20px;position:relative;}
.moxi-title .line:after{content:"";display: block;width:300px;height: 1px;background: #ccc;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.moxi-title .line span{display:block;margin: 0 auto;width:30px;height:30px;background: #94d25b;border-radius:50px;border:5px solid #fff;position:relative; z-index: 10;}


.sc{background-color: #5FB878;background: linear-gradient(to right,#5FB878, #49dca7);color: #fff}
.wc{background-color: #5c8cfe;background: linear-gradient(to right, #5c8cfe, #84b2bf);color: #fff }
.dc{background-color:#FF5722;background: linear-gradient(to right, #ff3219, #ff586d);color: #fff }
.duibi th{background-color: #6199f5;color: #fff;font-weight: 600}
.duibi tr td:nth-child(1){background-color: #0ba972;color: #fff;font-weight: 600}
.duibi tr td:nth-child(2){border: #72a5d4 2px solid;}

.app_desc{background: #f1f1f1;}
.list-title2 img{width: 40px; }
.list-title2 span{box-shadow: 0 0 15px #ccc;margin-right:20px;display: inline-block;border-radius: 100px;transition: all 0.6s}
.list-title2 span:hover{cursor: pointer;box-shadow: 0 0 18px #ee6161;transform:translateY(-5px);}
.app_desc .app_desc_row{max-width:1200px;margin: 0 auto;overflow: hidden;}
.app_desc .app_desc_row >div{width:33.33%;float: left;}
.app_desc .app_desc_row .desc .item{position: relative;margin-bottom: 30px;padding: 20px;border:1px solid transparent;}
.app_desc .app_desc_row .desc .item:hover{border:1px solid #f93719;color:#f93719;}
.app_desc .app_desc_row .desc .item h4{font-weight: 600;margin-bottom: 20px;}
.app_desc .app_desc_row .desc .moxiicon{font-size: 25px;position:absolute;left: 20px;top:25px;color: #f93719;}
.app_desc .app_desc_row .info{margin-left: 35px;max-width:300px;}
.app_desc .app_desc_row .phone-box img{width:250px;display: block;margin: 0 auto;}
.app_desc .info img{
    position: absolute;
    left: 20px;
    top: 15px;
   width: 22px;}


.template-list .tpl-row{max-width:1200px;margin: 0 auto;padding:50px 0;}
.template-list .tpl-row .tpl-list{overflow: hidden;border:1px solid #ccc;border-top:none;margin-top: 40px;}
.template-list .tpl-row .tpl-list .item{float:left;width:20%;text-align: center;padding:20px 10px;border-left:1px solid #ccc;border-top:1px solid #ccc;}
.template-list .tpl-row .tpl-list .item:nth-of-type(5n+1){border-left:none;}
.template-list .tpl-row .tpl-list .item img{width:150px;opacity:0.6;transition:all 1s;}
.template-list .tpl-row .tpl-list .item:hover img{transform:rotateY(360deg);opacity: 1;}



.news-list{background: #f1f1f1;padding:50px 0;}
.news-list .line:after{background: #ccc;}
.news-list .line span{border-color:#f1f1f1;}
.news-list .news-row{max-width:1200px;margin: 0 auto;}
.news-list .news-row .news-box{overflow: hidden;}
.news-list .news-row .news-box .news-item{float: left;width:50%;}
.news-list .news-row .news-box .news-item:nth-of-type(1){padding-right:30px;}
.news-list .news-row .news-box .news-item:nth-of-type(2){padding-left:30px;}
.news-list .news-item .news-header{text-align: center;padding: 20px 0;position:relative;}
.news-list .news-item .news-header:after{content:"";display:block;height:1px;background:#ccc;position:absolute;top:42px;width:100%;}
.news-list .news-item .news-header .icon{border:1px solid #666;margin: 0 auto;padding:2px 30px; display: inline-block;border-radius:25px;position:relative;z-index: 1;background: #f1f1f1;}
.news-list .news-item .news-header .icon .moxiicon{font-size: 30px;}
.news-list .news-item .news-header p{font-size: 16px;margin-top: 10px;}
.news-list .news-row .news-box .item{display:block;overflow: hidden;margin-bottom: 20px;background: #fff;padding:20px;border:1px solid #fff;}
.news-list .news-item .date{float: left;margin-right: 20px;background:#ccc; padding:3px;}
.news-list .news-item .date-b{width:85px;height:85px;border:2px solid #f1f1f1;color:#fff;text-align: center;padding:5px;}
.news-list .news-item .date-b h2{font-size: 36px; margin-top: 5px;margin-bottom:5px;font-weight: 600;border-bottom:1px solid #eee;padding-bottom: 5px;}
.news-list .news-item .info h4{font-weight: 600;color:#666;}
.news-list .news-item .info .desc{color:#999;overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.news-list .news-row .news-box .item:hover{border:1px solid #d31f23;}
.news-list .news-row .news-box .item:hover .date{background:#d31f23;}
.news-list .news-row .news-box .item:hover .date-b{border-color:#df5a5d;}




.vps {
    color:#fff;
    background: linear-gradient(to right,#1eb7fa,#247cfa)
}
.vps .vps-box .img{
    width: 500px;float: right;
}
.vps .vps-box .img img{
    width: 100%;
}


.host{
    background: #fff;
}
.host .item-box{float: left;  width: 33.33%;padding: 20px;}
.host .item-box .item{background: #a37ff8;text-align: center;padding: 20px;color:#fff;box-shadow: 0 0 5px #ccc;transition:transform 0.5s;}
.host .item-box .item:hover{transform:translateY(-10px);box-shadow: 5px 5px 5px #ccc;}
.host .item h3{margin-bottom: 30px;}
.host .item .btn-box{margin-top: 30px;}



@media screen and (max-width:992px){
    .desc-list .site-box .item-box{float: left;width: 33.33%;padding: 5px;}
    .host .item-box{float: left;width:33.33%;padding:5px;}
    .service .service-con .item{float: left;width: 100%;}
}
@media screen and (max-width:768px){
    .desc-list .site-box .item-box{float: left;width: 100%;padding:10px 5px;}
    .host .item-box{float: left;  width: 100%;padding:10px 5px;}

}


