/*顶部轮播图*/
.g-banner{
    width: 100%;
}
.g-banner img{
    height: 503px;
    width: 100%;
    vertical-align: middle;
}

/*标题框*/
.g-type-box .title-box{
    cursor: default;
    background: url(../img/title_bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 203px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 21.27px;
    margin: 0 auto;
    margin-top: 67px;
}
.m-path .title-box{
    background: url(../img/title_bg2.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 37px;
}

/*能力商品*/
.m-product{
    height: 375px;
    overflow: hidden;
}
.m-product .m-panel{
    overflow: hidden;
    width: 1096px;
    margin: 0 auto;
    margin-top: 63px;
}
.m-product .product-item{
    width: 548px;
    height: 100px;
    padding-left: 109px;
    float: left;
    box-sizing: border-box;
    position: relative;

}
.m-product .product-item::after{
    content: " ";
    position: absolute;
    left: 109px;
    top: 3px;
    width: 2px;
    height: 55px;
    background: #eeeeee;

}
.m-product .product-item .item-name{
    font-size: 22px;
    margin-left: 34px;
    line-height: 1em;
}
.m-product .product-item .child-items{
    font-size: 16px;
    margin-left: 27px;
    margin-top: 25px;
    line-height: 1em;
    color: #666666;
}
.m-product .product-item .child-items li{
    padding-right: 40px;
}
.m-product a{
    color: #666666;
}
.m-product .product-item .child-items a:hover{
    color: #25b2fe;
}
.m-product .product-item.base{
    background: url(../img/base.png) no-repeat;
    background-position: left 69px top 0;
    padding-left: 165px;
    background-size: 69px 65px;
}
.m-product .product-item.base::after{
    content: " ";
    position: absolute;
    left: 165px;
    top: 3px;
    width: 2px;
    height: 55px;
    background: #eeeeee;

}
.m-product .product-item.base .child-items li {
    padding-right: 35px;
}
.m-product .product-item .child-items li:last-child{
    padding-right: 0;
}
.m-product .product-item.data{
    background: url(../img/data.png) no-repeat;
    background-position: left 22px top 0;
    background-size: 58px 58px;
}
.m-product .disabled a{
    color: #999999 !important;
}
.m-product .disabled .child-items a{
    color: #cccccc !important;
}
.m-product  .disabled .child-items  a:hover{
    color: #cccccc !important;
}

/*接入流程*/
.m-path{
    height: 400px;
    background: url(../img/bg1.png) no-repeat center;
    background-size: 100% 100%;
    color: white;
    overflow: hidden;
}
.m-path .title{
    height: 134px;
    color: white;
    overflow: hidden;
}

.m-path .memo-box{
    width: 1094px;
    height: 190px;
    margin: 0 auto;
    font-size: 0;
    /*overflow: hidden;*/
}
.m-memo-item{
    float: left;
    font-size: 18px;
    width: 218px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff',endColorstr='#33ffffff');
    color: white;
    cursor: pointer;
    position: relative;
    /*transition: width .5s ease;*/
}
.m-memo-item .desc{
    /*opacity: 0;*/
    display: none;
    /*width: 0;*/
}
.m-memo-item.active{
    /*width: 338px; */
    background: rgba(255, 255, 255, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cffffff',endColorstr='#4cffffff');
    border-right: 1px solid #76747e;

}
.m-memo-item.active::after{
    content: "";
    border: 7px solid #86858e;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.3);
    position: absolute;
    right: -15px;
    top: 89px;
}
.m-memo-item:last-child.active::after{
    border: none;
}
.m-memo-item.active .memo{
    display: none;
}

.m-memo-item.active .desc{
    /*width: 338px;*/
    overflow: hidden;
    height: 100%;
    position: relative;


}

.m-memo-item .img-box{
    height: 43px;
    width: 43px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    margin-top: 49px;

}
.m-memo-item .img-box img{
    vertical-align: middle;
    display: inline;
}
.m-memo-item .memo .name{
    font-size: 18px;
    text-align: center;
    margin-top: 26px;
}

.m-memo-item .desc .name{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
}
.m-memo-item .desc .content{
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 24px;
    width: 281px;
}
.m-memo-item .desc .btn-box{
    text-align: center;
    /*margin-top: 32px;*/
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.m-memo-item .desc .btn{
    /*color: #25b2fe;*/
    font-size: 12px;
    border: 1px solid #25b2fe;
    padding: 7px 9px 6px 12px;
    display: inline-block;
    background: #25b2fe;
    color: white;
}


.m-solution{
    height: 587px;
    width: 100%;
}
.m-solution .title{
    height: 173px;
    overflow: hidden;

}
.m-solution .m-panel{
    width: 1117px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.m-solution .m-sol-box{
    float: left;
    width: 354px;
    margin-right: 27px;
    cursor: pointer;
    /*overflow: hidden;*/
    box-shadow: none;
}
.m-solution .m-sol-box:hover{
    -moz-box-shadow:0px 0px 16px #DDDDDD;
    -webkit-box-shadow:0px 0px 16px #DDDDDD;
    box-shadow:0px 0px 16px #DDDDDD;
    /*transform:scale(1);*/
}
.m-solution .m-sol-box.clearMargin{
    margin-right: 0;
}

.m-solution .img-box{
    position: relative;
    width: 354px;
    overflow: hidden;
}

.m-solution .img-box img{
    width: 354px;
    height: 204px;
    vertical-align: middle;
    transition: all .8s ease;

}
.m-solution .img-box:hover img{
    transform:scale(1.15,1.15);
}
.m-solution .img-box:hover .shade img{
    transform:scale(1,1);
}
.m-solution .img-box .shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}
.m-solution .img-box .shade img{
    height: 42px;
    width: 42px;
    margin-top: 57px;
}
.m-solution .img-box .shade .shade-text{
    color: white;
    font-size: 22.92px;
    margin-top: 17px;
}

.m-solution .content{
    box-sizing: border-box;
    width: 354px;
    height: 108px;
    padding: 8px 26px 0 25px;
    border: 1px solid #dddddd;
    border-top: none;
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
}