
.content-index .img {
    height: 200px;
    background: url(/images/index-imgs/img.png) no-repeat center center; 
    background-color: rgb(51,51,51);
}
.content-index .img-test{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}
.content-index .img.banner-index_02 {
    height: 200px;
    background: url(/images/index-imgs/img-02.png) no-repeat center center;
    background-color: rgb(51,51,51);
}
.content-index .img.banner-index_03 {
    height: 200px;
    background: url(/images/index-imgs/img-03.png) no-repeat center center;
    background-color: rgb(51,51,51);
}
.content-index .img.banner-index_04 {
    height: 200px;
    background: url(/images/index-imgs/img-04.png) no-repeat center center;
    background-color: rgb(51,51,51);
}
.content-index .statistics {
    margin: 0 auto;
    display: table;
}
.content-index .statistics .item {
    width: 299px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid rgb(106,106,106);
    padding-left: 30px;
}
.content-index .statistics .item:first-child {
    border-left: 1px solid rgb(106,106,106);
}
.content-index .statistics .item .num {
    font-size:22px;
    color:rgb(254,140,67);
    margin-bottom: 22px;
    text-align: center;
}
.content-index .statistics .item .desc {
    font-size:18px;
    color:rgb(255,255,255);
}



/* .content-index .index-content .img {
    height: 200px;
    background: url(./index-imgs/img.png) no-repeat;
    background-color: rgb(51,51,51);
    background-position: -6px 0;
}
.content-index .index-content .statistics {
    margin: 0 auto;
    display: table;
}
.content-index .index-content .statistics .item {
    width: 299px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid rgb(106,106,106);
    padding-left: 30px;
}
.content-index .index-content .statistics .item:first-child {
    border-left: 1px solid rgb(106,106,106);
}
.content-index .index-content .statistics .item .num {
    font-size:22px;
    color:rgba(254,140,67,1);
    margin-bottom: 22px;
}
.content-index .index-content .statistics .item .desc {
    font-size:18px;
    color:rgb(255,255,255);
} */

.content-index .index-content .prod-service {
    /* background:rgba(246,247,252,1); */
    background:rgb(246,247,252);
    padding-bottom: 54px;
}
.content-index .index-content .prod-service .service-container,
.content-index .index-content .industry-case .industry-case-container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.content-index .index-content .prod-service .service-container .title,
.content-index .index-content .industry-case .industry-case-container .title {
    padding-top: 49px;
    padding-bottom: 64px;
}
.content-index .index-content .prod-service .service-container .title .t1,
.content-index .index-content .industry-case .industry-case-container .title .t1 {
    font-size:30px;
    /* color:rgb(51,51,51); */
    color:rgb(51,51,51);
}
.content-index .index-content .prod-service .service-container .title .t2 ,
.content-index .index-content .industry-case .industry-case-container .title .t2 {
    font-size:16px;
    /* color:rgba(153,153,153,1); */
    color: rgb(153,153,153);
    margin-top: 7px;
    margin-bottom: 10px;
}
.content-index .index-content .prod-service .service-container .title .t3,
.content-index .index-content .industry-case .industry-case-container .title .t3 {
    font-size:26px;
    /* color:rgba(128,128,128,1); */
    color: rgb(128,128,128);
}

.content-index .index-content .prod-service .service-content .it-service,
.content-index .index-content .prod-service .service-content .others {
    float: left;

}

.content-index .index-content .prod-service .service-content {
    width: 407px;
    overflow: hidden;
    height: 505px;
    margin: 0 auto;
}
.content-index .index-content .prod-service .service-content .others .others-line:first-child {
    /* border-bottom: 5px solid rgba(246,247,252,1); */
    border-bottom: 5px solid rgb(246,247,252);
}
.table {
    display: table;
    background: white;
}
.table.table-503 {
    height: 505px;
    width: 402px;
    background: url(/images/index-imgs/it-service.png) no-repeat 210px 311px;
    background-color: white;
}
.table.table-503:hover {
    background: url(/images/index-imgs/it-bg.jpg) no-repeat;
    background-color: transparent;
}
.table .table-cell {
    display: table-cell;
    vertical-align: middle;
    
}
.table .table-cell .tt {
    font-size:20px;
    /* color:rgb(217,110,41); */
    color: rgb(217,110,41);
}
.table .table-cell .desc {
    font-size:18px;
    /* color: rgb(102,102,102); */
    color: rgb(102,102,102);
}
.table .table-cell .btn {
    font-size:14px;
    color:rgb(217,110,41);
    /* color: rgba(217,110,41); */
    display: inline-block;
    width: 87px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    /* border: 1px solid rgb(217,110,41); */
    border: 1px solid rgb(217,110,41);
    border-radius: 5px;
    
}
.table.table-503 {
    margin-right: 5px;
}
.table.table-503 .table-cell .tt {
    margin-bottom: 30px;
}
.table.table-503 .table-cell .desc {
    margin-bottom: 74px;
}
.table.table-others {
    width: 789px;
    height: 250px;
}
.table.table-others .table-cell {
    width: 400px;
    box-sizing: border-box;
    /* border-right: 5px solid rgba(246,247,252,1); */
    border-right: 5px solid rgb(246,247,252);
}
.table.table-others .table-cell .tt {
    margin-bottom: 24px;
}
.table.table-others .table-cell .desc {
    margin-bottom: 74px;
}
.table.table-others .text-layout {
    text-align: left;
    padding-left: 50px;
}
.table.table-others .btn-layout {
    text-align: right;
    margin-right: 24px;
}
.table .table-cell.wifi {
    background: url(/images/index-imgs/wifi.png) no-repeat;
    background-color: white;
    background-position: 237px 75px;
}
.table .table-cell.wifi:hover {
    background: url(/images/index-imgs/wifi-bg.png) no-repeat center center;
    background-color: transparent;
    background-position: -10px 0;
}
.table .table-cell.sdwan {
    background: url(/images/index-imgs/sdwan.png) no-repeat;
    background-color: white;
    background-position: 237px 96px;
}
.table .table-cell.sdwan:hover {
    background: url(/images/index-imgs/sdwan-bg.png) no-repeat center center;
    background-color: transparent;
    background-position: -10px 0;
}
.table .table-cell.ott {
    background: url(/images/index-imgs/ott.png) no-repeat;
    background-color: white;
    background-position: 257px 99px;
}
.table .table-cell.ott:hover {
    background: url(/images/index-imgs/ott-bg.png) no-repeat center center;
    background-color: transparent;
    background-position: -10px 0;
}
.table .table-cell.chain {
    background: url(/images/index-imgs/chain.png) no-repeat;
    background-color: white;
    background-position: 243px 112px;
}
.table .table-cell.chain:hover {
    background: url(/images/index-imgs/chain-bg.png) no-repeat center center;
    background-color: transparent;
    background-position: -10px 0;
}
.content-index .index-content .industry-case .industry-case-container .ic-content {
    position: relative;
}
.content-index .index-content .industry-case .industry-case-container .ic-content .ic-logo {
    position: absolute;
    width: 368px;
    height: 404px;
    background: url(/images/index-imgs/ic-content-logo.png);
    right: 0;
}
.content-index .index-content .industry-case .industry-case-container .ic-content .ic-logo img {
    width: 273px;
    height: 305px;
    position: relative;
    top: 47px;
}

.content-index .index-content .industry-case .industry-case-container .hotel-group,
.content-index .index-content .industry-case .industry-case-container .brand {
    text-align: left;
}

.content-index .index-content .industry-case .industry-case-container .hotel-group .hg-title ,
.content-index .index-content .industry-case .industry-case-container .brand .brand-title {
    font-size:26px;
    /* color:rgb(217,110,41); */
    color: rgb(217,110,41);
 
}
.content-index .index-content .industry-case .industry-case-container .brand .brand-title {
    margin-bottom: 17px;
}
.content-index .index-content .industry-case .industry-case-container .hotel-group .sub-title {
    font-size:16px;
    /* color: rgb(102,102,102); */
    color: rgb(102,102,102);
}
.content-index .index-content .industry-case .industry-case-container .hotel-group .hg-desc {
    font-size:20px;
    /* color:rgb(51,51,51); */
    color: rgb(51,51,51);
    margin-top: 39px;
    margin-bottom: 42px;
}
.content-index .index-content .industry-case .industry-case-container .hotel-group .hg-desc .hg-item {
    list-style-type: disc;
}
.content-index .index-content .industry-case .industry-case-bottom {
    height:295px;
    /* background:rgba(52,53,54,1); */
    background:rgb(52,53,54);
    margin-top: 44px;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs {
    margin: 0 auto;
    padding-top: 13px;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img {
    float: left;
    width: 396px;
    height: 269px;
    margin-right: 4px;
    text-align: center;
    position: relative;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img .btn {
    display: block;
    width: 82px;
    height: 24px;
    background: url(/images/index-imgs/bank-btn-bg.png);
    margin: 0 auto;
    font-size:14px;
    /* color:rgb(217,110,41); */
    color: rgb(217,110,41);
    margin-top: 45px;
}
.content-index .index-content .industry-case .industry-case-bottom .img .ic-img-container{
    position: absolute;
    top: 39px;
    text-align: center;
    width: 100%;
    z-index: 3;
    display: none;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img.active .ic-img-container,
.content-index .index-content .industry-case .industry-case-bottom .imgs .img:hover .ic-img-container {
    display: block;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img.hotel-01 .ic-img-container {
    top: 12px;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img.hotel-02 .ic-img-container {
    top: 21px;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img .logo-big {
    position: absolute;
    top: 51px;
    width: 100%;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img.hotel-01 .logo-big {
    top: 33px;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img.hotel-02 .logo-big {
    top: 43px;
}
.content-index .index-content .industry-case .industry-case-bottom .imgs .img.active .logo-big,
.content-index .index-content .industry-case .industry-case-bottom .imgs .img:hover .logo-big {
    display: none;
}

.ic-img-container .mask {
    position: absolute;
    width: 396px;
    height: 269px;
    top: -39px;
    /* background-color: rgb(217,110,41); */
    background-color: rgb(217,110,41);
    opacity: 0.8;
    z-index: -1;
}
.hotel-01 .ic-img-container .mask {
   top: -12px;
}
.hotel-02 .ic-img-container .mask {
    top: -21px;
 }

.content-index .index-content .service-advantages .sa-container {
    margin: 0 auto;
    position: relative;
}
.content-index .index-content .service-advantages .sa-title {
    margin-top: 83px;
    text-align: center;
    margin-bottom: 35px;
}
.content-index .index-content .service-advantages .sa-img {
    text-align: center;
}
.content-index .index-content .service-advantages .sa-img-box {
    height: 688px;
    position: relative;
}
.content-index .index-content .service-advantages .sa-title .t1 {
    font-size:30px;
    color:rgb(51,51,51);
}
.content-index .index-content .service-advantages .sa-title .t2 {
    font-size:14px;
    /* color:rgba(128,128,128,1); */
    color:rgb(128,128,128);
    margin-top: 11px;
    margin-bottom: 24px;
}
.content-index .index-content .service-advantages .sa-title .t3 {
    font-size:26px;
    /* color:rgba(128,128,128,1); */
    color:rgb(128,128,128)
}

.spot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background:#d96e29;
}
.vertical-line {
    width: 2px;
    height: 373px;
    background: #d96e29;
}
.data-line {
    margin-top: 91px;
    margin-bottom: 115px;
}
.data-line .vertical-line {
    position: absolute;
    left: 7px;
    top: 27px;
}
.data-line .left, .data-line .right {
    float: left;
}
.data-line .right {
    font-size:30px;
    /* color: rgb(102,102,102); */
    color: rgb(102,102,102);
}
.data-line {
    padding-left: 30px;
    position: relative;
}
.data-spot {
    position: relative;
}
.data-spot .desc {
    font-size:30px;
    /* color: rgb(102,102,102); */
    color: rgb(102,102,102);
}
.data-spot .spot {
    position: absolute;
    left: -30px;
    top: 15px;
}
.data-spot.first {
    margin-bottom: 62px;
}
.data-spot.second {
    margin-bottom: 70px;
}
.data-spot.third {
    margin-bottom: 106px;
}
.content-index .index-content .service-advantages .map {
    width: 802px;
    height: 644px;
    /* background: url(./index-imgs/map.png) no-repeat; */
    position: absolute;
    top: 0;
    right: 0;
}

.content-index .index-content .news-info {
    /* background:rgba(246,247,252,1); */
    background:rgb(246,247,252);
    height: 710px;
}
.content-index .index-content .news-info .news-container {
    margin: 0 auto;
}
.content-index .index-content .news-info .news-container .news-title {
    padding-top: 50px;
}
.content-index .index-content .news-info .news-container .news-title .news-left {
    float: left;
}
.content-index .index-content .news-info .news-container .news-title .news-right {
    float: right;
}
.content-index .index-content .news-info .news-container .news-title .big-text .news-t1 {
    font-size: 30px;
    /* color: rgb(51,51,51); */
    color: rgb(51,51,51,1); 
}
.content-index .index-content .news-info .news-container .news-title .big-text .news-t2 {
    font-size: 20px;
    /* color: rgba(102,102,102,1); */
    color: rgb(102,102,102);
}
.content-index .index-content .news-info .news-container .news-title .small-text {
    font-size: 12px;
    color: rgb(153,153,153);
}
.content-index .index-content .news-info .news-container .news-title .title {
    text-align: center;
}
.content-index .index-content .news-info .news-container .news-title .title .t1 {
    font-size: 30px;
    color: rgb(51,51,51);
}
.content-index .index-content .news-info .news-container .news-title .title .t2 {
    font-size: 14px;
    color: rgb(128,128,128);
    margin-top: 11px;
    margin-bottom: 24px;
}
.content-index .index-content .news-info .news-container .news-title .title .t3 {
    font-size: 26px;
    color: rgb(128,128,128);
}
.more {
    font-size:20px;
    color: rgb(102,102,102);
    display: block;
    position: relative;
    top: -14px;
    text-align: right;
}
.more:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: rgb(102,102,102);
    position: relative;
    left: 6px;
}
.more:visited {
    color: rgb(102,102,102);
}
.content-index .index-content .news-info .news-container .news-content {
    margin-top: 23px;
}
.content-index .index-content .news-info .news-container .news-content .nc-left {
    float: left;
    cursor: pointer;
    display: none;
}
.content-index .index-content .news-info .news-container .news-content .nc-left.active {
    /* float: left;
    cursor: pointer; */
    display: block;
}
.content-index .index-content .news-info .news-container .news-content .nc-right {
    float: right;
    width: 546px;
}
.content-index .index-content .news-info .news-container .news-content .title-block {
    margin-top: 8px;
}
.content-index .index-content .news-info .news-container .news-content .img-title {
    font-size: 16px;
    color: rgb(51,51,51);
}
.content-index .index-content .news-info .news-container .news-content .img-block {
    width: 599px;
    height: 299px;
}
.content-index .index-content .news-info .news-container .news-content .img-block.news-imgs-01 {
    background: url(/images/index-imgs/news-imgs-01.png);
}
.content-index .index-content .news-info .news-container .news-content .img-block.news-imgs-02 {
    background: url(/images/index-imgs/news-imgs-02.jpg);
}
.content-index .index-content .news-info .news-container .news-content .img-block.news-imgs-03 {
    background: url(/images/index-imgs/news-imgs-03.png);
}
.content-index .index-content .news-info .news-container .news-content .img-block.news-imgs-04 {
    background: url(/images/index-imgs/news-imgs-04.png);
}
.content-index .index-content .news-info .news-container .news-content .desc {
    width: 595px;
    word-wrap: break-word;
    font-size: 14px;
    color: rgb(102,102,102);
    margin-top: 8px;
}
.content-index .index-content .news-info .news-container .news-content .infos .info-item {
    padding: 15px 0 13px 86px;
    position: relative;
    cursor: pointer;
}
.content-index .index-content .news-info .news-container .news-content .infos .info-item:not(:first-child) {
    margin-top: 30px;
}
.content-index .index-content .news-info .news-container .news-content .infos .info-item .index {
    position: absolute;
    font-size: 50px;
    color: rgb(51,51,51);
    left: 16px;
    top: 0;
}
.content-index .index-content .news-info .news-container .news-content .item-tt {
    font-size:18px;
    color:rgb(51,51,51);
}
.content-index .index-content .news-info .news-container .news-content .item-tt .tt {
    width: 320px;
    display: inline-block;
    line-height: 27px;
}
.content-index .index-content .news-info .news-container .news-content .time {
    font-size:14px;
    color: rgb(102,102,102);
    float: right;
    margin-right: 6px;
    line-height: 27px;
}
.content-index .index-content .news-info .news-container .news-content .item-cc {
    font-size:14px;
    color: rgb(102,102,102);
}
.content-index .index-content .news-info .news-container .news-content .infos .info-item.active {
    background:rgb(217,110,41);
    color:rgb(255,255,255);
}
.content-index .index-content .news-info .news-container .news-content .infos .info-item.active .item-tt,
.content-index .index-content .news-info .news-container .news-content .infos .info-item.active .time,
.content-index .index-content .news-info .news-container .news-content .infos .info-item.active .item-cc,
.content-index .index-content .news-info .news-container .news-content .infos .info-item.active .index {
    color:rgb(255,255,255);
}

.map .wave {
    width: 400px;
    height: 400px;
}
.sa-img-box .wave {
    width: 400px;
    height: 400px;
}
.addr.hangzhou {
    position: absolute;
    top: 240px;
    right: 129px;
}
.addr.hangzhou .addr-name {
    position: absolute;
    top: 208px;
    left: 173px;
    font-size: 15px;
    color: #FE8C43;
}
 .addr.zhoushan {
    position: absolute;
    top: 242px;
    right: 106px;
}
.addr.zhoushan .addr-name {
    position: absolute;
    top: 189px;
    left: 210px;
    font-size: 15px;
    color: #FE8C43;
}
.addr.shanghai {
    position: absolute;
    top: 213px;
    right: 107px;
}
.addr.shanghai .addr-name {
    position: absolute;
    top: 189px;
    left: 210px;
    font-size: 15px;
    color: #FE8C43;
}  
.content-index .index-content .service-advantages .map .addr.hangzhou {
    position: absolute;
    left: 367px;
    top: 238px;
}
.content-index .index-content .service-advantages .map .addr.zhoushan {
    position: absolute;
    left: 404px;
    top: 246px;
}
.content-index .index-content .service-advantages .map .addr.shanghai {
    position: absolute;
    left: 404px;
    top: 198px;
}
.content-index .index-content .service-advantages .map .addr .addr-name {
    position: absolute;
    font-size: 15px;
    color: #FE8C43;
}
.content-index .index-content .service-advantages .map .addr.hangzhou .addr-name {
    bottom: 163px;
    left: 163px;
}
.content-index .index-content .service-advantages .map .addr.zhoushan .addr-name {
    top: 196px;
    left: 215px;
}
.content-index .index-content .service-advantages .map .addr.shanghai .addr-name {
    top: 193px;
    right: 114px;
}


