@charset "utf-8";

.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;color:#363f45;font-weight:normal}
.index-tit p{font-size:20px;color:#abb0b4;padding-top:15px}
.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}
}

.ztit1 {
    overflow: hidden;
    clear: both;
    background: url(../images/ztbg1.jpg) repeat-x center;
    text-align: center;
    color: #3c9aeb;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    padding: 15px 0px;
}
.ztit1_p1 {
    background: url(../images/ztbg2.jpg) no-repeat left center #FFF;
    padding-left: 25px;
}
.ztit1_p2 {
    background: url(../images/ztbg3.jpg) no-repeat right center #FFF;
    padding-right: 25px;
}
.znr5 {
    overflow: hidden;
    clear: both;
    margin: 0 -30px;
    padding-top: 30px;
}
.znr5 li {
    float: left;
    width: 568px;
    padding: 5px 30px;
    line-height: 62px;
}
.znr5_p1 {
    display: block;
    float: left;
    width: 425px;
    padding-left: 10px;
    border: 1px dashed #666;
    font-size: 24px;
}
.znr5_p2 {
    float: right;
    width: 130px;
    border: 1px dashed #666;
    color: #d11010;
    font-size: 18px;
    border-left: none;
    vertical-align: middle;
    text-align: center;
}
a{text-decoration: none;color: inherit;transition: all .3s ease;}
.items{padding: 60px 0;overflow: hidden;}
.center{width: 1200px;margin: 0 auto;position: relative;min-width: 1200px;}
.main-title{font-size: 30px;text-align: center;margin-bottom: 50px;}
.items-solution .flex-row{justify-content: space-between;display: flex;flex-direction: row;align-items: center;}
.items-solution .item{position: relative;width: 276px;height: 396px;box-shadow: 0 0 3px 2px rgba(135, 135, 135, 0.15);}
.items-solution .item-title{text-align: center;height: 83px;line-height: 83px;background-color: #293949;font-size: 18px;color: #fff;margin-bottom: 40px;}
.transition{-moz-transition: all .3s ease;-webkit-transition: all .3s ease;transition: all .3s ease;}
.items-solution .item-p{text-align: center;width: 62%;margin: 0 auto;height: 40px; font-size:16px;line-height: 40px;box-sizing: border-box;border-bottom: 2px dotted #E6E6E6;}
.items-solution .item-p:last-child{border: none;}
.items-solution .item-btn{position: absolute;width: 140px;height: 40px;line-height: 40px;text-align: center;left: 50%;bottom: 50px;transform: translateX(-50%);}
.items-solution .item-btn-a{background-color: #C5C5C5;color: #fff;display: block;}
.items-solution .item:hover .item-title{background-color: #3CA7FC;}
.items-solution .item:hover .item-btn-a{background-color: #3CA7FC;}


/* 必要布局样式css */
.step-content {
    padding: 10px 0 80px 0;
    box-sizing: border-box;
    background: #fff;
}

.step-header h2 {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 38px;
    color: #353535;
    z-index: 50;
}

.step-header h3 {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    color: #888;
    z-index: 50;
}

.step-layout {
    width: 1200px;
    position: relative;
    margin: 0 auto
}

.step-layout-list {
    text-align: center;
    padding: 60px 0 0;
}

.step-layout-item {
    float: left;
    vertical-align: top;
    width: 25%;
    position: relative;
}

.step-layout-item img {
    vertical-align: top;
    display: inline-block;
    background-color: transparent;
}

.step-layout-item h4 {
    font-size: 21px;
    margin: 20px 0 5px;
    font-weight: normal;
}

.step-layout-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #888;
}

.step-layout .step-layout-list .step-layout-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 60px;
    right: -10px;
    display: block;
    width: 20px;
    height: 28px;
    background: url(../images/sapp-store-arror.png) no-repeat;
}


/* 必要布局样式css */
.software-box {
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.software-header {
    max-width: 1210px;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.software-header h2 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #3B516A;
}

.software-header p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #999;
}

.software-content {
    background: #fff;
    border-radius: 2px;
}

.software-content-item {
    position: relative;
    float: left;
    height: 340px;
    width: 25%;
    padding-top: 81px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.item001 {
    background: url(../images/main.png) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-top: 0;
}

.software-content-item>a {
    display: block;
    width: 126px;
    margin-left: auto;
    margin-right: auto;
}

.software-content-item:first-child a {
    display: block;
    width: 100%;
    height: 100%;
}

.software-content-item:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}

.software-content-item:first-child:hover {
    box-shadow: 0 30px 40px 0 rgba(233, 188, 113, 0.35);
}

.software-content-item i {
    display: block;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
}

.software-content-item h2 {
    margin-top: 25px;
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #34475F;
}

.software-content-item ul {
    font-size: 0;
    text-align: center;
}

.software-content-item ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    color: #8A8D93;
}

.software-content-item ul li a {
    color: #8A8D93;
}

.software-content-item ul li a:hover {
    color: #fa6f66;
}

.service-icon-cloud {
    background-image: url(../images/cloud.png);
}

.service-icon-video {
    background-image: url(../images/video.png);
}

.service-icon-site {
    background-image: url(../images/site.png);
}

.solution-more-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: block;
}

.s-btn {
    display: inline-block;
    color: #36383C;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    cursor: pointer;
    border: 1px solid #d4d5d7;
    position: relative;
    letter-spacing: normal;
}

.solution-more {
    border: 1px solid #FAFBFE;
    border-radius: 4px;
    height: 40px;
    width: 140px;
    margin: 20px 0 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #FAFBFE;
    padding-left: 30px;
}

.solution-more-wrap .solution-more {
    width: auto;
    margin-top: 0;
    color: #999;
    border: none;
}

.solution-more em {
    width: 13px;
    height: 8px;
    margin-left: 10px;
    display: inline-block;
    background: url(../images/news-btn-more.png) no-repeat;
    background-size: cover;
    transition: 0.3s ease-out;
}

.solution-more:hover {
    color: #fa6f66;
}

.solution-more:hover em {
    margin-left: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAI1JREFUGBljYCADMBLS87sgfQPDf4Z/LIKSYYwNDX9A6pkIaWIRkAz7z8ig//vDs+v/GxrYQOoJ2gRSBFL8+8Pz60DWP1YBKW2wpl/56beAAqogBYQAIyPDBuJsmpnG+uc6wxqggf9YNBnCCGr6j64hfdZvFkLO+XuDKZiFhaGagUfiGmN6wz9C6nHKAwAcay6AxWqjRQAAAABJRU5ErkJggg==") no-repeat;
}

.software-content-item li .button {
    width: 94px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    margin: 0 auto;
    cursor: pointer;
    color: #ffffff;
    background-color: #ff5b57;
}