/* 媒体查询 */
@media (max-width:992px){ 
    .service-pro{margin-top: 20px;}
    .step-cont{height:auto;overflow: hidden;}
    .step-pro{margin-top: 20px;background-color: #fff;}
    .step-pro .step-num{right: 100px;}
    .news-cont{height: auto;}
    .news-cont .news-main{margin-bottom: 10px;padding:0;}
    .news-cont .news-secd{margin-bottom: 10px;padding:0;}
    .news-three{padding: 0;}
    .aboutus .container{padding: 0;}
    .aboutus-cont{height:auto;margin: 20px 0 0 0;}
    .aboutus-cont .aboutus-left{margin-bottom: 20px;}
}
@media (min-width:992px){
    .step-cont{height: 300px;background-color: #fff;}
    .service-pro{width: 20%;}
    .service-on{width: 40%;}
    .news-cont{height: 500px;}
    .news-three{padding: 0 0 0 10px;}
    .aboutus-cont{height: 460px;}
}

/* 业务范围 */
.service{background-color:#fff;}
.service-cont{padding: 0;}
.service-pro{flex:1;display: flex;flex-direction: row;height: 300px;overflow: hidden;-webkit-transition: 1s ease;-o-transition: 1s ease;transition: 1s ease;}
.service-pro:not(:first-child){padding-left:2px;border-left: 1px solid #fff;}
.service-menu{display: flex;width: 100%;height: 300px;flex-direction: column;text-align: center;color: #000;border: 1px solid #e8e8e8;background-color: #fff;-webkit-transition: 1s ease;-o-transition: 1s ease;transition: 1s ease;}
.service-on.server-one .service-menu{color: #fff;border: none;background-color: #4f9cdb;}
.service-on.server-two .service-menu{color: #fff;border: none;background-color: #7b99ee;}
.service-on.server-thr .service-menu{color: #fff;border: none;background-color: #50d2b7;}
.service-on.server-for .service-menu{color: #fff;border: none;background-color: #fdad73;}
.service-menu-content{height:220px;} 
.service-menu-content .smc-title{display: block;font-size: 18px;font-weight: bold;}
.service-menu-content .smc-desc{display: block;margin-top: 11px;white-space: nowrap;}
.service-menu-content .smc-icon{margin-top: 40px;}
.service-menu-content .smc-icon span{font-size: 50px;color:#000;}
.service-on .service-menu .service-menu-content .smc-icon span{color:#fff;}
.service-menu-info{height: 80px;line-height: 30px;}
.service-desc::before{content:"";background-image:url(../images/service_bg1.jpg);background-size: cover;width:100%;height:300px;position:absolute;top:0px;left:0px;}
.service-mask {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: #000;opacity: 0.6;filter: alpha(opacity=80);z-index: 2;}
.service-desc{position:relative;width: 0%;display: flex;flex-flow:row;height: 300px;-webkit-transition: 1s ease;-o-transition: 1s ease;transition: 1s ease;}
.service-desc .service-desc-left{padding: 0;width: 30px;display: flex;justify-content:center;align-items:center;z-index: 5;}
.service-desc .service-desc-left .glyphicon{display: none; margin: 0;padding: 0;font-size: 30px;left: -8px;border: none;}
.service-on.server-one .service-desc .service-desc-left .glyphicon{display: inline-block;color:#4f9cdb;}
.service-on.server-two .service-desc .service-desc-left .glyphicon{display: inline-block;color: #7b99ee;}
.service-on.server-thr .service-desc .service-desc-left .glyphicon{display: inline-block;color: #50d2b7;}
.service-on.server-for .service-desc .service-desc-left .glyphicon{display: inline-block;color: #fdad73;}
.service-desc .service-desc-ul{flex: 1;display: flex;flex-direction: column;justify-content:center;align-items:center;margin: 0;padding: 0;overflow:hidden;position: relative;z-index: 5;}
.service-desc .service-desc-li{position: relative;margin: 5px 8px 5px 0;width: 60%;height: 40px;line-height: 40px;text-align: center;overflow:hidden;color: #fff;border: 1px solid #898b8c;}
.server-one .service-desc .service-desc-li:hover{color:#fff;border: none;background-color: #4f9cdb;}
.server-two .service-desc .service-desc-li:hover{color:#fff;border: none;background-color: #7b99ee;}
.server-thr .service-desc .service-desc-li:hover{color:#fff;border: none;background-color: #50d2b7;}
.server-for .service-desc .service-desc-li:hover{color:#fff;border: none;background-color: #fdad73;}
.service-on .service-menu{width: 50%;}
.service-on .service-desc{width: 50%;}
.service-pro:hover .service-menu{width: 50%;}
.service-pro:hover .service-desc{width: 50%;}

/* 服务流程 */
.step{background-color:#f7f7f7;}
.step-cont{padding:0;}
.step-pro{position:relative;padding:10px;height: 100%;display: flex;flex-direction: column;text-align: center;-webkit-transition: all .2s linear;transition: all .2s linear;}
.step-pro:not(:first-child){border-left: 1px solid #f7f7f7;}
.step-pro .step-icon{width: 100%;height: 130px;}
.step-pro .step-icon span{line-height: 130px;font-size: 60px;color: #000;}
.step-pro .step-title{width: 100%;height: 60px;}
.step-pro .step-title h3{font-size: 18px;font-weight: bold;}
.step-pro .step-desc{width: 100%;height: 60px;padding: 0 10px;}
.step-pro .step-num{position: absolute;width: 100%;height: 300px;padding-top: 230px;right: 0;bottom: 0;opacity: 0.1;text-align: right;-webkit-transition: all .2s linear;transition: all .2s linear;}
.step-pro .step-num span{font-size: 60px;font-style: italic;line-height: 60px;margin-right:10px;}
.step-pro:hover{box-shadow:0 0 6px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.1);transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);background-color: #fff;z-index: 5;}
.step-pro:hover .step-title{color:#337ab7;animation:icon-bounce 1s ease-in-out;display: block;}   
.step-pro:hover .step-num{opacity: 0.6;} 


/* 行业资讯 */
.news{background: #f7f7f7;}
.news-cont{padding:0;display: flex;flex-direction: row;justify-content: flex-start;}
.news-main{height: 500px;padding:0 10px 0 0;}
.news-main a{width:100%;height:500px;background-color: #fff;border-right:1px solid #f7f7f7;display: flex;flex-direction: column;overflow: hidden;-webkit-transition: all .2s linear;transition: all .2s linear;}
.news-main .news-main-img{width: 100%;height: 250px;}
.news-main .news-main-img img{width: 100%;height:250px;}
.news-main .news-main-date{width: 100%;height: 100px;padding: 0 10px;display: flex;flex-direction: row;border-bottom: 1px solid #f7f7f7;}
.news-main .news-main-date .news-date-left{flex: 1;display: flex;flex-direction: column;text-align: left;}
.news-main .news-main-date .news-date-left .news-date-date{width: 100%;height: 60px;padding-top:20px;font-size: 36px;color:#999;}
.news-main .news-main-date .news-date-left .news-date-month{width: 100%;height: 39px;padding-top:10px;font-size: 16px;color:#999;}
.news-main .news-main-date .news-date-right{flex: 1;text-align: right;}
.news-main .news-main-date .news-date-right span{font-size: 36px;line-height:99px;color:#999;}
.news-main .news-main-cont{width: 100%;height: 150px;padding: 20px 10px;display: flex;flex-direction: column;}
.news-main .news-main-cont .news-cont-title{width: 100%;height: 50px;}
.news-main .news-main-cont .news-cont-title h3{font-size: 20px;line-height: 50px;margin:0;padding:0;} 
.news-main .news-main-cont .news-cont-desc{width: 100%;height: 150px;}
.news-main .news-main-cont .news-cont-desc{width: 100%;height: 50px;line-height: 25px;color: #333;font-size: 14px;display:-webkit-box;overflow: hidden;text-overflow: ellipsis;white-space: inherit;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-main:hover a{box-shadow:0 0 6px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.1);}
.news-main:hover .news-main-cont .news-cont-title h3{color:#337ab7;font-weight: 600;}
.news-secd{height: 500px;padding:0 5px;display: flex;flex-direction: column;}
.news-sec-div{flex: 1;display: flex;overflow: hidden;}
.news-sec-one{padding-bottom: 10px;}
.news-sec-two{padding-top: 10px;}
.news-sec-div a{width:100%;height:250px;padding:10px;background-color: #fff;border-right:1px solid #f7f7f7;display: flex;flex-direction: column;overflow: hidden;-webkit-transition: all .2s linear;transition: all .2s linear;}
.news-sec-div .news-secd-date{width: 100%;height: 100px;padding: 0 10px;display: flex;flex-direction: row;border-bottom: 1px solid #f7f7f7;}
.news-sec-div .news-secd-date .news-secd-date-left{flex: 1;display: flex;flex-direction: column;text-align: left;}
.news-sec-div .news-secd-date .news-secd-date-left .news-secd-date-date{width: 100%;height: 60px;padding-top:20px;font-size: 36px;color:#999;}
.news-sec-div .news-secd-date .news-secd-date-left .news-secd-date-month{width: 100%;height: 39px;padding-top:10px;font-size: 16px;color:#999;}
.news-sec-div .news-secd-date .news-secd-date-right{flex: 1;text-align: right;}
.news-sec-div .news-secd-date .news-secd-date-right span{font-size: 36px;line-height:99px;color:#999;}
.news-sec-div .news-secd-cont{width: 100%;height: 150px;padding: 20px 10px;display: flex;flex-direction: column;}
.news-sec-div .news-secd-cont .news-secd-title{width: 100%;height: 50px;}
.news-sec-div .news-secd-cont .news-secd-title h3{font-size: 20px;line-height: 50px;margin:0;padding:0;} 
.news-sec-div .news-secd-cont .news-secd-desc{width: 100%;height: 150px;}
.news-sec-div .news-secd-cont .news-secd-desc{width: 100%;height: 50px;line-height: 25px;color: #333;font-size: 14px;display:-webkit-box;overflow: hidden;text-overflow: ellipsis;white-space: inherit;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-sec-one>a:hover,.news-sec-two>a:hover{box-shadow:0 0 6px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.1);}
.news-sec-one>a:hover .news-secd-cont .news-secd-title h3,.news-sec-two>a:hover .news-secd-cont .news-secd-title h3{color:#337ab7;font-weight: 600;}
.news-three{height: 500px;display: flex;flex-direction: column;justify-content:space-between;}
.news-three-item a{width:100%;height:90px;padding:10px;background-color: #fff;border-right:1px solid #f7f7f7;display: flex;flex-direction: row;overflow: hidden;-webkit-transition: all .2s linear;transition: all .2s linear;}
.news-three-item-left{flex:2;text-align: left;color: #999;}
.news-three-item-left .news-three-date{width:100%;height:40px;line-height: 40px;font-size: 24px;}
.news-three-item-left .news-three-month{width:100%;height:30px;line-height: 30px;font-size: 14px;}
.news-three-item-mid{flex:6;}
.news-three-item-mid h3{margin:0;padding:0;line-height:70px;font-size:14px;display:-webkit-box;overflow: hidden;text-overflow: ellipsis;white-space: inherit;-webkit-box-orient: vertical;-webkit-line-clamp:1;} 
.news-three-item-right{flex:1;text-align: right;}
.news-three-item-right span{font-size: 20px;line-height:70px;color:#999;}
.news-three-item>a:hover{box-shadow:0 0 6px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.1);}
.news-three-item>a:hover .news-three-item-mid h3{color:#337ab7;font-weight: 600;}


/* 合作伙伴 */
.partner{padding:40px 0;height:180px;background: #000;opacity: 0.6;}
.partner-cont{margin:0;padding:0;width:100%;height:100px;overflow: hidden;position: relative;text-align: center;}
.partner-cont ul{padding:0;margin:0;height:100px;width:1000px;overflow: hidden;}
.partner-cont ul li{height:100px;float:left;box-sizing:border-box;text-align:center;display: inline-block;width: 200px;list-style:none;}
.partner-cont ul li img{height: 100px;border-radius:10px;opacity:0.6; -moz-transition: all 0.5s linear;-o-transition:  all 0.5s linear;transition: all 0.5s linear;}
.partner-cont ul li:hover img{opacity:1;transform: scale3d(1.1, 1.1, 1);}

/* 关于我们 */
.aboutus{background: #fff;}
.aboutus-cont{padding:0;margin-top: 20px;width:100%;}
.aboutus-left{padding:10px 30px;height: 420px;background-color: #337ab7;opacity: 0.8;}
.aboutus-left .aboutus-left-title{color:#fff;font-size: 30px;}
.aboutus-left .aboutus-left-desc{line-height:30px;color:#fff;font-size: 16px;}
.aboutus-left .input-group {
    width: 100%;
    height: 60px;
    position: relative;
    display: block !important;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.aboutus-left .input-group .form-control {
    border: 0;
    outline:none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 25px 0 5px;
    display: block !important;
    width: 100%;
    height: 50px;
    line-height: 20px;
    position: relative;
    z-index: 2;
    color: #ffffff;  
}
.aboutus-left .input-group input::placeholder {color: #fff;opacity: 0.75;}
.aboutus-left .input-group .yam-div{
    position: absolute;
    width: 120px;
    height: 40px;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: #000;
    margin: 20px 0 10px 0;
    float: left;
}
.aboutus-left .input-group .yam-div img{margin: 0;padding:0;vertical-align:baseline;position: relative;}
.aboutus-left .input-group .yam-div span{
    margin: 0;
    padding:0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background-color: #000000;
    color: #337ab7;
    position: relative;
    top:-6px;
}
.aboutus-left .input-submit{width: 100%;padding: 30px 0;text-align: center;}
.aboutus-left .input-submit .link-sub{
    font-size: 18px;
    min-width: 130px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    color: #FFF;
    background-color: transparent;
    margin-top: 20px;
    -webkit-transition: background-color .5s, color .5s;
    -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
}
.aboutus-left .input-submit .link-sub:hover{background-color: #fff;color: #337ab7;}
.aboutus-right{position: relative;height: 420px;background-color: #f7f7f7;}
.aboutus-right .aboutus-right-cont{position: relative;padding: 10px 50px 30px 50px;color:#000;text-align: center;}
.aboutus-right .aboutus-right-cont .aboutus-right-title{line-height: 30px;font-size: 24px;color: #337ab7;}
.aboutus-right .aboutus-right-cont .aboutus-right-desc{line-height: 30px;font-size: 16px;padding-bottom:10px;}
.aboutus-right-link{padding: 30px 50px;width: 100%;display: flex;}
.aboutus-right-link .aboutus-link-item{flex: 1;text-align: center;}
.aboutus-right-link .aboutus-link-item span{font-size: 36px;font-weight: 600;line-height: 36px;color: #337ab7;-moz-transition: all 0.5s linear;-o-transition:  all 0.5s linear;transition: all 0.5s linear;}
.aboutus-right-link .aboutus-link-item p{margin-top: 10px;color: #666;font-size: 14px;line-height: 30px;}
.aboutus-right-link .aboutus-link-item span:hover{animation:icon-bounce 1s ease-in-out;display: block;}
.aboutus-right .aboutus-right-line{margin: 40px auto 0;width: 100%;border-bottom: 1px solid #ddd;height: 2px;position: relative;}
.aboutus-right .aboutus-right-line span{position:absolute;display: inline-block;font-size: 40px;line-height: 40px;left: 50%;top: 50%;margin-top: -20px;margin-left: -20px;color:#ddd;background-color: #f7f7f7;}