.wh1200{
    width: 1200px;
    margin: 0 auto;
}

.wh1450{
    width: 1450px;
    margin: 0 auto;
}
.comment-title{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.comment-subtitle{
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
/* 中部菜单开始 */
.content-menu{
    width: 1200px;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
    margin: 0 auto;
    top: -75px;
    position: relative;
    z-index: 5;
    background: #fff;
}
.content-menu > ul{
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}
.content-menu > ul > li {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s linear;
}

.content-menu > ul > li:hover .img-box .icon{
    margin-top: 20px;
    margin-bottom: 5px;
	transform: translateY(-15px);
}
.content-menu > ul > li:hover .txt-box .title{
    color: #1a63e5;
}
.content-menu .img-box{
    width: 71px;
    margin-right: 20px;
    text-align: center;
    transition: all .3s;
}

.content-menu .img-box .icon{
    width: 71px;
    height: 82px;
    vertical-align: middle;
    transition: all .5s;
    margin-top: 25px;
    transition: all .3s linear;
}

.content-menu .txt-box .title{
    font-size: 20px;
    font-weight: 100;
    color: #333;
}
.content-menu .txt-box .descr{
    font-size: 14px;
    color: #949494;
    margin-top: 3px;
}
/* 中部菜单结束 */

/* 做分销 就起搏 开始 */
.index-product{
    padding: 15px 0 80px;
    background: #fff;
}
.index-product-content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-product-content .item{
    width: 370px;
    height: 280px;
    border-radius: 4px;
    overflow: hidden;
    margin-top:  40px;
    cursor: pointer;
    box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
    transition: all .2s linear;
}
.index-product-content .item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px 0px #d5d5d5;
}
.index-product-content .item .img-box{
    width: 100%;
    height: 180px;
    position: relative;
}
.index-product-content .item .img-box > img{
	width: 370px;
    height: 180px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

.index-product-content .item .txt-box{
    width: 100%;
    height: 111px;
    box-sizing: border-box;
    padding: 15px 22px
}
.index-product-content .item .txt-box .tag{
    width: 77px;
}
.index-product-content .item .txt-box .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 5px 0;
}
.index-product-content .item .txt-box .descr{
    font-size: 14px;
    color: #666;
}
.index-product-content .item .txt-box .descr > span{
    color: #999;
    float: right;
}
.index-product-content .pyramid{
    margin-top: 45px;
    width: 650px;
    height: 520px;
    background: url(../images/mode1_pyramid.png) top center no-repeat;
}
.index-product-content .pyramid > div{
    height: 115px;
    text-align: center;
    line-height: 102px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 13px;
    text-shadow: 0px 2px rgba(0,0,0,.42);
}

.index-product-content .pyramid > div:first-child{
    line-height: 100px;
    font-size: 30px;
}
.index-product-content .pyramid > div:nth-child(2){
    
    font-size: 30px;
}
/* 做分销 就起搏 结束 */

/* 方案开始 */
.programme{
    padding: 125px 0;
    background: url('../images/mode22_bg.png') center/cover;
	background-color:#f9f9f9;
}
.programme .comment-title .spot{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #333;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.programme-content{
    margin-top: 85px;
}
.programme-content > ul{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.programme-content > ul > li{
    width: 345px;
    height: 208px;
    background: #fff;
    position: relative;
    margin-bottom: 25px;
    transition: all .5s linear;
	box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
}
.programme-content > ul > li:hover{
    background: url('../images/mode2_active.png') right/cover;
    box-shadow: 0px 5px 8px 2px rgba(0,0,0,.3);
    transform: translateY(-5px);
}
.programme-content > ul > li>a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 35px 25px 55px;
    position: relative;
}
.programme-content > ul > li:first-child{
    width: 715px;
}
.programme-content > ul > li .title{
    font-size: 30px;
    font-weight: 300;
    color: #333;
}
.programme-content > ul > li .descr{
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
.programme-content > ul > li .more{
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: #949494;
    font-size: 14px;
}
.programme-content > ul > li .more .icon{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images/more.png') center/cover;
    margin-right: 5px;
    vertical-align: middle;
    padding: 0;
}
.programme-content > ul > li:hover .title, 
.programme-content > ul > li:hover .descr,
.programme-content > ul > li:hover .more{
    color: #fff;
}
.programme-content > ul > li:hover .moren .icon{
    background: url('../images/more_active.png') center/cover;
}
/* 方案结束 */

/* 付费客户开始 */
.index-customer{
    padding: 50px 0 100px;
    background: #f9f9f9;
}
.index-customer-content{
    margin-top: 30px;
}
.index-customer-content > ul::after{
    content: '';
    display: block;
    clear: both;
}
.index-customer-content > ul > li{
    width: 210px;
    height: 95px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-top: 20px;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    float: left;
    overflow: hidden;
    box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
	background-color: #fff;
}

.index-customer-content > ul > li .img-box{
    width: 100%;
    height: 100%;
    padding: 15px;
}

.index-customer-content > ul > li .img-box > img{
    vertical-align: middle;
}
.index-customer-content .btn{
    display: block;
    width: 179px;
    height: 42px;
    border: solid 1px #1968f3;
    color: #1968f3;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
    margin-top: 75px;
}

.index-customer-content .btn:hover{
	color: #fff;
	background-color:#1269f3;
}
/* 付费客户结束 */

/* 数字引擎开始 */
.index-engine{
    padding: 120px 0 90px;
    background: url('../images/mode44_bg.jpg') center/cover;
}
.index-engine .comment-title,
.index-engine .comment-subtitle{
    color: #fff;
}
.index-engine-content{
    margin-top: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.index-engine-content .item-box{
    width: 390px;
}
.index-engine-content .item-box::after{
    content: '';
    display: block;
    clear: both;
}
.index-engine-content .item-box .item{
    width: 180px;
    height: 180px;
    box-sizing: border-box;
    padding: 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
.index-engine-content .item-box .item:nth-child(2n){
    margin-right: 0;
}
.index-engine-content .item-box .item .item-bg{
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s linear;
	box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
}
.index-engine-content .item-box .item .title{
    font-size: 14px;
    color: #949494;
    position: relative;
    z-index: 1;
}
.index-engine-content .item-box .item .num-box{
    font-size: 36px;
    color: #333;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-family: HelveticaNeueLTPro;
}
.index-engine-content .item-box .item .company{
    font-size: 14px;
    color: #666666;
    position: relative;
    z-index: 1;
}

.index-engine-content .item-box .item:hover .item-bg{
    opacity: 1;
    background: url('../images/mode4_active.png') center/cover;
}
.index-engine-content .item-box .item:hover .title,
.index-engine-content .item-box .item:hover .num-box,
.index-engine-content .item-box .item:hover .company{
    color: #fff;
}
.index-engine-content .img-box{
    width: 610px;
    /*height: 390px;*/
	background-color:#fff;
}
.index-engine-content .img-box video{
    width: 610px;
    /*height: 390px;*/
    vertical-align: middle;
}

.index-engine .btn {
    display: block;
    width: 179px;
    height: 42px;
    border: solid 1px #1968f3;
    color: #1968f3;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
    margin-top: 90px;
	background-color:#fff;
}

.index-engine .btn:hover{
	color: #fff;
	background-color:#1269f3;
}

/* 数字引擎结束 */

/* 新闻动态开始 */
.index-news{
    background: #fff;
    padding: 85px 0 0;
}
.index-news .comment-title .spot{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #333;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}
.index-news-content{
    padding: 60px 0 70px;
    border-bottom: solid 1px #e5e5e5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.index-news-content .column{
    width: 340px;
}
.index-news-content .column .introduce{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 340px;
    height: 130px;
    border-radius: 3px;
    margin-bottom: 35px;
    transition: all 1s linear;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}

.index-news-content .column .introduce:hover .introduce-bg{
    width: 110%;
    height: 110%;
}

.index-news-content .column .introduce .introduce-bg{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    text-align: center;
    line-height: 100%;
}
.index-news-content .column .introduce .introduce-bg>img{
    width: 100%;
}
.index-news-content .column .introduce .title{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.index-news-content .column .introduce .descr{
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}
.index-news-content .column .article-list > a{
    display: block;
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-content .column .article-list > a:hover,
.index-news-content .column .article-list > a:hover .time{
    color: #1969f3;
}
.index-news-content .column .article-list > a .time{
    color: #949494;
    margin-right: 10px;
}
/* 新闻动态结束 */

/* 企业荣誉开始 */
.index-honor{
    padding: 70px 0;
}
.index-honor-content{
    padding: 10px 0px 0;
    box-sizing: border-box;
}
.index-honor-content > ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.index-honor-content > ul > li{
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 40px;
    cursor: pointer;
    padding: 0px 10px;
	margin-right: 25px;
}
.index-honor-content > ul > li:hover{
	
	box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
	
}

.index-honor-content > ul > li .img-box > img{
    vertical-align: middle;
}
.index-honor-content > ul > li .txt-box{
    margin-left: 25px;
}
.index-honor-content > ul > li .txt-box .honor-name{
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    font-weight: 300;
}
.index-honor-content > ul > li:hover .txt-box .honor-name{
    color: #1969f3;
}
.index-honor-content > ul > li .txt-box .mechanism{
    font-size: 16px;
    color: #949494;
}


.index-honor .btn {
    display: block;
    width: 179px;
    height: 42px;
    border: solid 1px #1968f3;
    color: #1968f3;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
    margin-top: 75px;
}

.index-honor .btn:hover{
	color: #fff;
	background-color:#1269f3;
}

/* 企业荣结束 */

/* 资源提交开始 */
.index-form-content{
    padding: 65px 0;
    border: solid 1px #e5e5e5;
}
.index-form-content::after{
    content: '';
    display: block;
    clear: both;
}
.index-form-content .left{
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    border-right: solid 1px #e5e5e5;
}
.index-form-content .left .title{
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}
.index-form-content .left .subtitle{
    font-size: 18px;
    color: #666666;
}
.index-form-content .left .img-box{
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    margin: 35px auto;
}
.index-form-content .left .img-box img{
    width: 100%;
    vertical-align: middle;
}
.index-form-content .left .phtol{
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
}
.index-form-content .left .time{
    font-size: 18px;
    color: #666666;
}
.index-form-content .right{
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.index-form-content .right .title{
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}
.index-form-content .right .input-box{
    width: 333px;
    height: 38px;
    margin: 15px auto 0;
    position: relative;
}
.index-form-content .right .submit-box{
    width: 330px;
    height: 50px;
    margin: 30px auto 0;
}
.index-form-content .right .input-box label{
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 42px;
    font-size: 14px;
    color: #666;
}
.index-form-content .right .subtitle{
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}
.index-form-content .right input{
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    padding-left: 15px;
    outline: none;
}
.index-form-content .right input[type=submit]{
    width: 350px;
    height: 50px;
    border: none;
    color: #fff;
    background: #1968f3;
    cursor: pointer;
    outline: none;
}
/* 资源提交结束 */

.new-links{
    background: #fff;
    margin-top: 0;
}



