.banner-wrapper {
    position: relative;
    min-width: 1200px
}

.banner-item {
    min-width: 1200px !important;
    height: 640px
}

.banner-item01 {
    background: url(../images/banner01.png) no-repeat center center;
    background-size: 100% 100%
}

.banner-item02 {
    background: url(../images/banner02.png) no-repeat center center;
    background-size: 100% 100%
}

.banner-item03 {
    background: url(../images/banner03.png) no-repeat center center;
    background-size: 100% 100%
}

.banner-item04 {
    background: url(../images/banner04.png) no-repeat center center;
    background-size: 100% 100%
}

.banner-item05 {
    background: url(../images/banner05.png) no-repeat center center;
    background-size: 100% 100%
}

.banner-item06 {
    background: url(../images/banner06.jpg) no-repeat center center;
    background-size: 100% 100%
}

.banner-item .banner-desc {
    padding-top: 185px
}

.banner-item01 .banner-desc {
    padding-top: 234px;
    text-align: center
}

.banner-item .banner-title {
    margin-bottom: 20px;
    font-size: 48px;
    color: #fff
}

.banner-item .banner-text {
    font-size: 20px;
    color: #fff
}

.banner-item .banner-btn {
    display: block;
    width: 180px;
    height: 40px;
    margin-top: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff
}

.banner-item .banner-btn:hover {
    color: #fff;
    background-color: #0092ee;
    border: 0
}

.feature-nav {
    position: relative;
    overflow: hidden;
    height: 110px;
    margin-top: -110px;
    z-index: 1000
}

.feature-nav .nav-list {
    margin: 0 -2px;
    overflow: hidden
}

.feature-nav .nav-list li {
    float: left;
    width: 297px;
    margin: 0 2px;
    position: relative
}

.feature-nav .nav-list b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.feature-nav .nav-list .list-con {
    position: relative
}

.feature-nav .nav-list .list-ico {
    float: left;
    margin: 0 20px 0 10px;
    height: 110px;
    width: 110px
}

.feature-nav .nav-list .list-ico i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 25px auto;
    background: url(../img/index/feature.png) 0 0 no-repeat
}

.feature-nav .nav-list .list-ico .ico01 {
    background-position: 0 3px
}

.feature-nav .nav-list .list-ico .ico02 {
    background-position: -67px 3px
}

.feature-nav .nav-list .list-ico .ico03 {
    background-position: -132px 3px
}

.feature-nav .nav-list .list-ico .ico04 {
    background-position: -190px 3px
}

.feature-nav .nav-list .list-text {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    padding: 32px 0 0
}

.feature-nav .nav-list .list-text h5 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 14px;
    font-weight: normal
}

.product-head {
    height: 156px;
    padding: 50px 0 24px;
    text-align: center;
    background-color: #fff
}

.product-head .product-title {
    font-size: 30px
}

.product-head .product-desc {
    font-size: 18px;
    color: #666;
    margin-top: 12px
}

.product-wrapper {
    padding: 30px 0 42px;
    background-color: #f5f5f5
}

.product-container {
    margin-bottom: 60px
}

.options-wrapper {
    padding-left: 220px;
    margin-bottom: 28px
}

.options-wrapper .product-type {
    position: relative;
    float: left;
    width: 180px;
    height: 48px;
    margin-right: 10px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer
}

.options-wrapper .type-selected {
    color: #fff;
    background-color: #0092ee
}

.options-wrapper .type-selected::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0092ee
}

.product-pic {
    position: relative;
    float: left;
    width: 190px;
    height: 520px;
    padding: 30px 20px;
    margin-right: 20px
}

.product-pic01 {
    background: url(../images/product01.png) no-repeat center center
}

.product-pic02 {
    background: url(../images/product02.png) no-repeat center center
}

.product-pic03 {
    background: url(../images/product03.png) no-repeat center center
}

.product-pic::after {
    position: absolute;
    top: 100px;
    right: -10px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.product-pic01::after {
    border-left: 10px solid #3f51b5
}

.product-pic02::after {
    border-left: 10px solid #03a9f4
}

.product-pic03::after {
    border-left: 10px solid #00b0c6
}

.product-pic .product-pic-title {
    position: relative;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 600;
    color: #fff
}

.product-pic .product-pic-title::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #fff
}

.product-pic .product-pic-desc {
    font-size: 18px;
    color: #fff;
    line-height: 28px
}

.product-pic .more-product-btn {
    position: absolute;
    left: 50%;
    bottom: 97px;
    margin-left: -75px;
    display: block;
    width: 150px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff
}

.recommend-config-item {
    width: 320px;
    float: left;
    margin-left: 10px;
    background-color: #fff
}

.recommend-config-item .config-head {
    position: relative;
    color: #333;
    background-color: #fff
}

.recommend-config-item .config-head::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/index/hot-sale.png) no-repeat center center;
    background-size: contain
}

.recommend-config-item .config-content {
    padding-top: 0
}

.recommend-config-item .price-unit, .recommend-config-item .price-num {
    color: #0092ee
}

.button-group {
    margin-top: 20px
}

.button-group .btn {
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #666;
    padding: 0;
    border-radius: 0;
    cursor: pointer
}

.button-group .asking {
    border: 1px solid #999
}

.button-group .purchase {
    margin-left: 24px;
    border: 1px solid #999
}

.button-group .asking:hover, .button-group .purchase:hover {
    color: #fff;
    background-color: #0092ee;
    border: 0
}

.product-pic .more-product-btn:hover {
    background-color: #666
}

.solution-wrapper {
    width: 100%;
    height: 400px;
    background-color: #333
}

.solution-wrapper-center {
    position: relative
}

.solution-wrapper ul {
    height: 400px
}

.solution-container .solution-item {
    position: relative;
    float: left;
    width: 240px;
    height: 400px;
    color: #fff;
    text-align: center
}

.solution-container .solution-item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0092ee;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.solution-container .solution-item img {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 123px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.solution-container .solution-item .solution-title {
    position: relative;
    margin-top: 26px;
    font-size: 20px;
    font-weight: 600;
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.solution-container .solution-item .line {
    position: relative;
    width: 40px;
    height: 4px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: alpha(opacity=(1));
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.solution-container .solution-item .solution-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.solution-container .solution-item .solution-text {
    position: relative;
    height: 130px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    padding: 0 15px;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: justify
}

.solution-container .solution-item .solution-detail {
    position: relative;
    display: block;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px
}

.solution-container .solution-item .solution-detail:hover {
    color: #0092ee;
    background-color: #fff
}

.solution-container .solution-item:hover .bg {
    opacity: .7
}

.solution-container .solution-item:hover img {
    margin-top: 40px
}

.solution-container .solution-item:hover .solution-title {
    margin-top: 20px
}

.solution-container .solution-item:hover .line {
    opacity: 0;
    display: none
}

.solution-container .solution-item:hover .solution-content {
    opacity: 1
}

.solution-container .solution-item01 {
    background: url(../images/solutionBg01.png) center center no-repeat
}

.solution-container .solution-item02 {
    background: url(../images/solutionBg02.png) center center no-repeat
}

.solution-container .solution-item03 {
    background: url(../images/solutionBg03.png) center center no-repeat
}

.solution-container .solution-item04 {
    background: url(../images/solutionBg04.png) center center no-repeat
}

.solution-container .solution-item05 {
    background: url(../images/solutionBg05.png) center center no-repeat
}

.solution-container .solution-item06 {
    background: url(../images/solutionBg06.png) center center no-repeat
}

.solution-container .solution-item07 {
    background: url(../images/solutionBg07.png) center center no-repeat
}

.solution-container .solution-item08 {
    background: url(../images/solutionBg08.png) center center no-repeat
}

.solution-prev, .solution-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 43px;
    height: 62px;
    padding: 10px;
    outline: 0
}

.solution-prev {
    left: -63px;
    background: url(../images/prev.png) center center no-repeat
}

.solution-next {
    right: -63px;
    background: url(../images/next.png) center center no-repeat
}

.defense-field {
    margin: 80px 0;
    height: 160px;
    padding: 52px 0;
    background: url(../img/index/defenseBg.png) no-repeat center center
}

.defense-field .data {
    margin-top: -6px;
    margin-left: 220px;
    font-size: 22px;
    color: #fff
}

.defense-field .data var {
    font-style: normal;
    font-size: 60px;
    margin: 0 10px;
    display: inline
}

.field-head {
    padding: 60px 0;
    text-align: center;
    line-height: 1
}

.field-head h3 {
    font-size: 28px;
    font-weight: normal
}

.field-head p {
    font-size: 18px;
    color: #666;
    margin-top: 25px
}

.news-container {
    background-color: #f7f7f7;
    padding-bottom: 60px
}

.news-dynamic .news-item {
    float: left;
    width: 384px;
    margin-right: 24px;
    box-sizing: border-box
}

.news-dynamic .news-item-last {
    margin-right: 0
}

.news-dynamic .news-item .news-head {
    width: 100%;
    height: 80px;
    padding: 18px 20px 0;
    background: url(../img/index/newsHeadBg.png) no-repeat center center;
    box-sizing: border-box
}

.news-dynamic .news-head .news-title {
    height: 20px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    border-left: 4px solid #f08300
}

.news-dynamic .news-head .news-title-info {
    padding-left: 14px;
    margin-top: 10px;
    line-height: 16px
}

.news-dynamic .news-title-info .news-subtitle {
    float: left;
    font-size: 14px;
    color: #fff
}

.news-dynamic .news-title-info .more {
    float: right;
    font-size: 14px;
    color: #fff
}

.news-dynamic .news-title-info .more:hover {
    color: #bae4ff
}

.news-dynamic .news-list {
    padding: 0 20px;
    min-height: 96px;
    background-color: #fff;
    overflow: hidden
}

.news-dynamic .news-list li {
    height: 44px;
    border-bottom: 1px dashed #e6e6e6;
    text-align: left;
    line-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.news-dynamic .news-list li > a {
    display: block;
    height: 44px
}

.news-dynamic .news-list li > a:hover {
    color: #0092ee
}

.partner-container {
    padding-bottom: 108px
}

.partner-list li {
    float: left;
    margin: 0 5px;
    width: 190px;
    height: 50px;
    background: url(../img/index/partner.png) 0 0 no-repeat
}

.partner-list .list-item01 {
    background-position: 0 0
}

.partner-list .list-item02 {
    background-position: -190px 0
}

.partner-list .list-item03 {
    background-position: -380px 0
}

.partner-list .list-item04 {
    background-position: -570px 0
}

.partner-list .list-item05 {
    background-position: -760px 0
}

.partner-list .list-item06 {
    background-position: -950px 0
}

.hosting-body .config-list li, .bandwidth-body .config-list li {
    padding: 13px 26px
}

.product-index-wrapper {
    display: none
}

.show {
    display: block
}

.activity-banner {
    cursor: pointer;
}
