/*banner*/
.banner-box {
    position: relative;
    height: 510px;
    background: #22252a;
    padding: 88px 0 0 0;
}
.banner-box .swiper-slide-active .banner-left,
.banner-box .swiper-slide-active .banner-right {
    transform: translateY(0) !important;
    opacity: 1!important;
}
.sub-banner {
    text-align: center;
    color: #fff;
    height: 500px;
    margin-top: 88px;
}
.sub-banner > em {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 76px;
    padding: 182px 0 0 0;
}
.sub-banner > span {
    display: block;
    font-size: 20px;
    line-height: 56px;
}
.sub-banner > img {
    display: block;
    width: 100%;
}
.index-banner-slide {
    width: 1200px;
    margin: auto;
    background: #22252a;
    box-sizing: border-box;
}
.banner-left {
    float: left;
    width: 650px;
    color: #fff;
    transition: transform,opacity,1s;
    opacity: 0;
    transform: translateY(50px);
}
.banner-left > em {
    display: block;
    font-size: 36px;
    line-height: 96px;
    padding: 55px 0 0 0;
}
.banner-left > span {
    display: block;
    font-size: 18px;
    line-height: 42px;
}
.banner-left > div {
    padding: 15px 0 0 0;
}
.banner-left > div em {
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 20px 0 0;
    opacity: 0.8;
}
.banner-left > div em i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
}
.banner-left > a {
    display: block;
    width: 160px;
    line-height: 48px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 50px 0 0 0;
}
.banner-left > a:hover {
    background: #fff;
    color: #333;
}
.banner-l3 > div em {
    width: 265px!important;
}
.banner-right {
    float: right;
    width: 500px;
    height: 100%;
    position: relative;
    margin: -30px 10px 0 0;
    transition: transform,opacity,1s;
    opacity: 0;
    transform: translateY(50px);
}
.banner-r1 img {
    position: absolute;
    left: 50%;
}
.banner-r1 img:nth-of-type(1) {
    top: 288px;
    margin: 0 0 0 -209.5px;
}
.banner-r1 img:nth-of-type(2) {
    top: 73px;
    left: 0;
    margin: 0 0 0 33px;
}
.banner-r1 img:nth-of-type(3) {
    top: 125px;
    margin: 0 0 0 -110.5px;
}
.banner-r2 img {
    position: absolute;
    left: 0;
}
.banner-r2 img:nth-of-type(1) {
    top: 213px;
}
.banner-r2 img:nth-of-type(2) {
    top: 45px;
    left: 32px;
}
.banner-r2 img:nth-of-type(3) {
    top: 118px;
    left: 204px;
}
.banner-r3 img {
    position: absolute;
    left: 0;
}
.banner-r3 img:nth-of-type(1) {
    top: 267px;
}
.banner-r3 img:nth-of-type(2) {
    top: 147px;
    left: 68px;
}
.banner-r3 img:nth-of-type(3) {
    top: 59px;
    left: 27px;
}
.banner-page {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.banner-page span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: solid 2px #fff;
    background: none!important;
}
.banner-page span.swiper-pagination-bullet-active {
    background: #fff!important;
}
/**{*/
    /*margin: 0;*/

/*}*/

body{
    padding-top:88px;
    min-width: 1200px;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
/*顶部导航开始*/
.nav-box{
    position: fixed;
    top:0;
    left: 0;
    background: #fff;
    border-bottom: solid 1px #999;
    width: 100%;
    z-index: 5000;
    line-height: 88px;
}

.nav-con{
    width: 1200px;
    height: 88px;
    margin:0 auto;
}
.nav-con > a {
    float: left;
    height: 88px;
    padding: 24px 30px 14px;
    box-sizing: border-box;
}

.nav-alert-box .nav-con > a {
    padding-top: 42px;
}


.nav-con > a img {
    width: 127px;
    height: 50px;
}

.nav-list{
    float: right;
    list-style: none;
}

.nav-list > li {
    float: left;
    padding: 0 17px;
    cursor:pointer;
}



.nav-list > li a {
    position: relative;
    display: block;
    text-align: center;
    min-width: 54px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
}
.nav-list > li {
    transition: background 0.5s;
}
/*顶部导航结束*/


/* banner开始 */

     .swiper-slide{
         line-height: 510px;
         text-align: center;
         font-size: 50px;
         color:#fff;
         width: 100%;
     }
    .blue-slide{
        background: rgb(34,37,42);

    }

    .red-slide{
        background: #CA4040;
}
    .orange-slide{
        background: #FF8604;
    }
/* banner结束 */

/* 团队优势开始 */
.team-advantage{
    padding: 82px 0;
}

.index-tit{
    width: 1200px;
    margin: auto;
    text-align: center;
}

.index-tit h2 {
    font-size: 28px;
    line-height: 44px;
}

.index-tit > span {
    display: block;
    font-size: 16px;
    line-height: 32px;
}
.index-tit h2  em {
    color: #2f8ae7;
}

.team-advantage > em {
    display: block;
    padding: 26px 0 56px 0;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.bdtg_hyys {
    padding: 20px 0;
    background: #fff;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}



.bdtg_wdys ul {
    margin: 8px 0 0 25px;
}

.bdtg_wdys ul li {
    width: 182px;
    margin: 0 66px 0 0;
    text-align: center;
    float: left;
}
.bdtg_wdys ul li.last {
    margin-right: 0;
}

.bdtg_wdys ul li span {
    display: block;
    font-weight: bold;
    margin: 12px 0;
    font-size: 20px;
    color: #3e3e3e;
}

.bdtg_wdys ul li p {
    line-height: 2em;
    font-size: 14px;
    color: #3f3f3f;
}


/* 团队优势结束 */


/* 服务类目开始 */
.service-kind{
    background: rgb(11,162,233);
    /*background: #f3f4f5;*/
    width: 100%;
    height: 1080px;
}

.service-kind-con{
    width: 1200px;
    margin: 0 auto;
}

.service-kind-con .title{
    text-align: center;
    padding: 90px 0 20px 0;
    color: #fff;
    font-size: 36px;
}
.service-kind-con .line{
    border:1px solid #fff;
    width:46px;
    margin:20px auto;
    display: block;
}

.service-kind-con .content{
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.service-kind-con ul{
    margin: 175px auto 0;
    font-size: 0;
}

.service-kind-con ul li{
    width: 392px;
    height: 220px;
    background: #fff;
    display: inline-block;
    margin: 0px 7px 7px 0px;
    vertical-align: top;
}
.service-kind-con ul li img{
    float: left;
    /*display: inline-block;*/
    margin: 55px 0px 0px 58px;
}
.service-content{
    display: inline-block;
    font-size: 24px;
    float: left;
    margin: 55px 0px 0px 30px;
    width: 155px;
    transition: all 1s;

}

.action{
    transform: translateY(-20px);
}

.service-content-title{
    font-size: 24px;
    color: #3c3c3c;
    padding-bottom: 10px;
    margin-top: 25px;
    transition: all 0.6s;
}

.service-content-line{
    width: 30px;
    border: 1px solid #00d8ff;
    margin-bottom: 10px;
}

.service-content-text{
    width: 155px;
    height: 42px;
    font-size: 16px;
    color: #787878;
    left: 70px;
    transition: all 1s;
    display: none;
}


/* 服务类目结束 */

/* 解决方案开始 */
.index-program-box{
    padding: 89px 0 0 0;
    height: 725px;
    overflow: hidden;
    background: #f3f4f5;
}

.index-program-con{
    width: 1200px;
    margin: auto;
}
.index-program-list {
    padding: 80px 0 0 0;
}

.index-program-list li {
    float: left;
    position: relative;
    z-index: 100;
    width: 264px;
    height: 468px;
    background: #fff;
    overflow: hidden;
    border: solid 1px #dbdbdd;
    border-right: 0;
    transition: transform,background,0.5s;
    background-size: 100%;
}
.index-program-list li a > i {
    display: block;
    width: 109px;
    height: 109px;
    line-height: 109px;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 3px #f8f8f6;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    font-size: 54.5px;
    color: #adaeae;
}
.index-program-list-on a em {
    color: #fff!important;
    width: 383px!important;
}

.index-program-list-on a span {
    color: #fff!important;
    width: 270px!important;
}

.index-program-list-on a img {
    opacity: 1!important;
}

.index-program-list li a > em {
    display: block;
    width: 246px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    padding: 50px 0 0 0;
    border-top: solid 1px #dbdbdd;
    margin-top: 40px;
}

.index-program-list li a > span {
    display: block;
    width: 176px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #949a9e;
}

.index-program-list li a > img {
    display: block;
    width: 56px;
    height: 24px;
    padding: 5px 15px;
    border: solid 1px #fff;
    border-radius: 2px;
    margin: 40px auto;
    transition: opacity 0.5s;
    opacity: 0;
}
.index-program-list-on {
    width: 401px!important;
    height: 475px!important;
    z-index: 1000!important;
    transform: scale(1.1);
    background: #318ae7!important;
    box-shadow: 0 0 20px 0 #4096ed;
    border: 0!important;
}
.ebus-app-box .ebus-tit {
    padding: 144px 0 0 0;
}



.ebus-app-box {
    height: 1060px;
    background: #f2f2f2;
}



/* 解决方案结束 */

/* 案例展示开始 */
.index-demo-box {
    padding: 86px 0 78px 0;
}

.index-demo-con {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 40px 0 0 0;
}

.index-demo-list {
    width: 1224px;
}

.index-demo-list li {
    position: relative;
    float: left;
    width: 388px;
    height: 254px;
    margin: 12px 20px 0 0;
    overflow: hidden;
}

.index-demo-list li > img {
    display: block;
    width: 100%;
    height: 100%;
}

.index-demo-list li > a {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(47, 130, 214, 0.9);
    text-align: center;
    padding: 0 44px;
    box-sizing: border-box;
    color: #fff;
    transition: top,left 0.5s;
}
/* 案例展示结束 */

/* 服务支持开始 */
.sevice {
    /*background: url(../images/g_bg.jpg) repeat 0 0;*/
    width: 100%;
    padding-bottom: 80px;
}
.sevice>div {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
.sevice>div>h2 {
    text-align: center;
    color: #efa900;
    font-size: 25px;
    margin: 60px 0 0 0;
    line-height: 200%;
}

.sevice>div>p {
    text-align: center;
    color: #858585;
    font-size: 20px;
}

.sevice>div>div.flex1>p {
    font-size: 16px;
    color: #858585;
    line-height: 200%;
    margin-top: 100px;
    width: 300px;
    text-align: left;
    padding-left: 80px;
    display: inline-block;
}

.sevice>div>div>p.on {
    bottom: 0px;
    opacity: 1;
}

.sevice>div>div.flex1>p>b {
    color: #efa900;
}

.sevice>div>div>p>b {
    color: #202020;
    font-size: 20px;
    display: block;
}
/* 服务支持结束 */


/* 估价开始 */
.valuation-box{
    line-height: 300px;
    text-align: center;
    font-size: 30px;
    color: rgb(11,162,283);
    background: #f3f4f5;

}
/* 估价结束 */
/* 底部开始 */

.footer-top{
    background: #2e3033;
    padding: 30px 0;
    font-size:0;
}
.footer-top-con{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-top-con ul{
    display: inline-block;
}

.footer-top-con li{
    float: left;
    color: #fff;
    font-size: 14px;
    padding:0 20px ;
    border-right: 1px solid #fff;
    cursor:pointer;
}
.footer-top-con li a{
    color: #fff;
}
.footer-top-con li a:hover{
    color:rgb(11,162,283);
}
.footer-top-con li:last-child{
    border-right: none;
}

.footer-center{
    /*margin-top: 81px;*/
    height: 181px;
    border-top: solid 1px #232527;
    background: #2e3033;
}

.footer-center-con{
    width: 764px;
    margin: auto;
    font-size: 14px;
    line-height: 28px;
    color: #868f9c;
    padding: 54px 0 0 0;
}

.bottom-b-l{
    float: left;
    background: url(../png/bg3.png) no-repeat 0 center;
    padding: 12px 0 0 50px;
    height: 80px;
}

.bottom-b-c{
    float: left;
    width: 467px;
    box-sizing: border-box;
    border: solid 1px #6f7680;
    border-top: 0;
    border-bottom: 0;
    padding: 0 0 0 50px;
    height: 80px;
    margin: 0 0 0 50px;
}

.bottom-b-r {
    float: right;
}

.footer-bottom {
     font-size: 14px;
     line-height: 84px;
     background: #28292b;
     text-align: center;
     color: #4c5158;
 }
.footer-bottom a{
    color: #4c5158;
    margin:0 6px;
}
/* 底部结束 */

/* 服务类目开始 */
.service-nav {
    width: 1200px;
    margin: auto;
}

.service-nav > p {
    font-size: 28px;
    color: #333;
    line-height: 40px;
    padding: 68px 0 49px 0;
}

.service-nav > img {
    display: block;
}

.service-nav-list {
    margin-top: 96px;
    padding-bottom: 121px;
}

.service-nav-list li {
    float: left;
    width: 25%;
    height: 300px;
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
    transition: background 0.5s;
    cursor: pointer;
}

.service-nav-list li > div {
    width: 80px;
    margin: auto;
    overflow: hidden;
    margin-top: 77px;
    transition: transform 0.5s;
}

.service-nav-list li > em {
    display: block;
    font-size: 20px;
    line-height: 44px;
    margin-top: 22px;
    text-align: center;
    transition: margin,transform,color,0.5s;
}

.service-nav-list li > span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    transition: transform 0.5s;
    transform: translateY(100px);
}

.service-nav-list li > div > img {
    max-width: none;
    transition: transform 0.5s;
}

.service-advante-box {
    height: 1334px;
    background: url(../jpg/bg4.jpg) no-repeat center;
}
.service-advante-con {
    width: 1200px;
    margin: auto;
    padding-top: 10px;
    box-sizing: border-box;
}

.service-advante-con > em {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 108px;
    padding: 70px 0 0 0;
}

.service-advante-con > em span {
    color: #2f8ae7;
}

.service-advante-con > img {
    display: block;
    margin: auto;
}

.service-advante-list {
    padding: 76px 0 0 0;
}

.service-advante-list li {
    float: left;
    width: 255px;
    height: 320px;
    margin-right: 59px;
    background: #fff;
}
.service-advante-list li:nth-last-of-type(1) {
    margin-right: 0;
}
.service-advante-list li > img {
    display: block;
    width: 48px;
    margin: auto;
    margin-top: 40px;
}

.service-advante-list li > em {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 86px;
}

.service-advante-list li > i {
    display: block;
    width: 48px;
    height: 2px;
    margin: auto;
    background: #ff9934;
}

.service-advante-list li > span {
    display: block;
    width: 195px;
    margin: auto;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 27px;
    text-align: center;
}

.service-solve-list {
    padding: 76px 0 0 0;
}

.service-solve-list li {
    float: left;
    width: 255px;
    height: 366px;
    margin-right: 59px;
    background: #fff;
}

.service-solve-list li:nth-last-of-type(1) {
    margin-right: 0;
}



.service-solve-list li > i {
    display: block;
    width: 48px;
    height: 2px;
    margin: auto;
    background: #ff9934;
}
.service-solve-list li > i {
    margin-top: 40px;
}

.service-solve-list li > span {
    display: block;
    width: 195px;
    margin: auto;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 27px;
    text-align: center;
}


.service-solve-list li > span {
    margin-top: 32px;
    text-align: left;
    color: #333;
}

.service-solve-list li > img {
    display: block;
    width: 48px;
    margin: auto;
    margin-top: 40px;
}
.service-solve-list li > img {
    width: 104px;
    margin-top: 32px;
}
.service-talk-box {
    background: url(../jpg/bg5.jpg) no-repeat center;
    height: 658px;
}

.service-talk-con {
    width: 1200px;
    margin: auto;
    padding: 0 486px 0 0;
    box-sizing: border-box;
}

.service-talk-con > em {
    display: block;
    font-size: 28px;
    line-height: 50px;
    padding: 86px 0 43px 0;
}
.service-talk-con > img {
    display: block;
}

.service-talk-con > span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding: 30px 30px 0 0;
}

.service-talk-list {
    padding: 59px 0 0 0;
}

.service-talk-list li {
    float: left;
    padding-right: 79px;
    margin-left: 70px;
    background: url(../jpg/bg6.jpg) no-repeat 100% center;
}

.service-talk-list li:nth-of-type(1) {
    margin-left: 0;
}


.service-talk-list li > em {
    display: block;
    text-align: center;
    font-size: 34px;
    color: #0682b6;
    line-height: 60px;
}

.service-talk-list li > span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #0682b6;
    line-height: 40px;
}
.service-process-box {
    height: 1083px;
    background: url(../jpg/bg7.jpg) no-repeat center;
}


.service-process-con {
    width: 1200px;
    margin: auto;
}

.service-process-con > em {
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 50px;
    padding: 83px 0 32px 0;
}
.service-process-con > img {
    display: block;
}
.service-process-con > span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding: 33px 0 0 0;
}

.service-publicity {
    height: 248px;
}

.service-publicity > em {
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 140px;
    padding-top: 22px;
}

.service-publicity > img {
    display: block;
    width: 536px;
    margin: auto;
}

/* 服务类目结束 */

/* 解决方案开始 */
.ebus-tit {
    width: 1200px;
    margin: auto;
    text-align: center;
    padding: 71px 0 0 0;
}
.ebus-top-con {
    width: 1200px;
    margin: auto;
    min-height: 506px;
    margin-top: 63px;
}

.ebus-tit > em {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 58px;
}


.ebus-tit > span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.ebus-top-con > img {
    display: block;
    margin: auto;
}

.ebus-ecolo-box {
    height: 1260px;
    background: url(../jpg/bg13.jpg) no-repeat center 0;
}
.ebus-ecolo-box .ebus-tit {
    color: #fff;
}

.ebus-ecolo-box .ebus-tit > span {
    color: #fff;
    padding: 10px 0 0 0;
}
.ebus-ecolo-con {
    width: 1200px;
    margin: auto;
    padding: 33px 0 0 0;
}
.ebus-ecolo-con > img {
    display: block;
}

.ebus-ecolo-con > em {
    display: block;
    width: 400px;
    margin: auto;
    margin-top: -24px;
    border: solid 1px #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    line-height: 47px;
    color: #fff;
}

.ebus-ecolo-con > em img {
    vertical-align: middle;
}
.ebus-mod-list {
    padding: 41px 0 0 0;
}

.ebus-mod-list li {
    float: left;
    width: 165px;
    height: 100px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 10px 2px #999;
    margin: 0 17.5px;
    text-align: center;
}

.ebus-mod-list li > img {
    display: block;
    margin: auto;
    margin-top: 16px;
}

.ebus-mod-list li > em {
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    padding-top: 2px;
}

.ebus-app-box .ebus-tit > em {
    padding: 0 0 16px 0;
}
.ebus-app-con {
    width: 1200px;
    margin: auto;
    margin-top: 62px;
    height: 600px;
    background: #fff;
    box-sizing: border-box;
    padding: 69px 0 0 0;
}

.ebus-app-prev {
    float: left;
    margin: 184px 0 0 90px;
}

.ebus-app-list {
    float: left;
    margin-left: 152px;
    width: 640px;
    overflow: hidden;
    padding: 40px 0;
}

.ebus-app-next {
    float: right;
    margin: 184px 90px 0 0;
}

.ebus-mode-list {
    width: 1200px;
    margin: auto;
    padding: 65px 0 0 0;
}


.ebus-mode-list li {
    float: left;
    width: 16.66666667%;
    text-align: center;
}

.ebus-mode-list-active {
    color: #2f8ae7!important;
}

.ebus-mode-list li > em {
    display: block;
    font-size: 14px;
    line-height: 48px;
}
.ebus-mode-list-active > div img {
    transform: translateY(-64px) !important;
}
.ebus-mode-list li > div {
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
    overflow: hidden;
}
.ebus-mode-list li > div > img {
    float: left;
    background: #fff;
    height: 64px;
    transition: transform 0.5s;
}
.ebus-mode-list li > div > img:nth-of-type(2) {
    transform: translate(0, 20px);
}
.ebus-mode-body-box {
    background: #fbfbfb;
}
.ebus-mode-body {
    display: none;
    width: 1200px;
    margin: auto;
    padding: 11px 0 0 0;
}

.ebus-mode-body h3 {
    font-size: 24px;
    line-height: 84px;
    color: #ff7300;
    text-align: center;
}
.ebus-mode-body > span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.ebus-mode-des {
    padding: 90px 0 30px 0;
    text-align: center;
}
.ebus-app-list .swiper-slide > div {
    width: 165px;
    height: 349px;
    box-sizing: border-box;
    background: url(../png/bg14.png) no-repeat center;
    background-size: 100%;
    padding: 42px 8px 47px 7px;
}
.ebus-app-list .swiper-slide > div > img {
    display: block;
}

.ebus-app-list .swiper-slide-next {
    transform: scale(1.2);
}

.ebus-app-list .swiper-slide {
    text-align: center;
    transition: transform 0.5s;
}
.ebus-solut-box {
    height: 399px;
    background: url(../jpg/bg15.jpg) no-repeat center;
}
.ebus-solut-list {
    width: 1200px;
    margin: auto;
    height: 100%;
}

.ebus-solut-list li {
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
    color: #fff;
    transition: background 0.5s;
}

.ebus-solut-list li h3 {
    font-size: 24px;
    line-height: 112px;
    padding: 54px 0 0 0;
    transition: transform 0.5s;
}


.ebus-solut-list li > img {
    display: block;
    margin: auto;
    transition: transform 0.5s;
}

.ebus-solut-list li > span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 31px 0 0 0;
    transition: transform 0.5s;
}

.ebus-solut-list li > div {
    width: 120px;
    margin: auto;
    height: 40px;
    box-sizing: border-box;
    border: solid 1px #fff;
    padding: 8px 0;
    margin-top: 40px;
    opacity: 0;
    transition: transform,opacity,0.5s;
}

.ebus-demo-list {
    padding: 51px 0 80px 0;
}
.ebus-demo-con {
    width: 1200px;
    margin: auto;
}
.ebus-app-list .swiper-slide > em {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 58px;
}
.ebus-demo-list li {
    float: left;
    width: 33.33333333%;
    height: 338px;
    box-sizing: border-box;
    border: solid 1px #eee;
    overflow: hidden;
    border-right: 0;
    margin-bottom: 40px;
}

.ebus-demo-list li > img {
    display: block;
    margin: auto;
}

.ebus-demo-list li .ebus-demo-body {
    height: 206px;
    background: #fff;
    transition: transform 0.5s;
    overflow: hidden;
}

.ebus-demo-list li .ebus-demo-body > img {
    display: block;
    margin: 12px auto;
}

.ebus-demo-list li .ebus-demo-body > div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding: 0 30px;
}

.ebus-demo-list li:nth-of-type(3n) {
    border-right: solid 1px #eee;
}

/* 解决方案结束 */

/* 关于我们开始 */
.sub-banner {
    text-align: center;
    color: #fff;
    height: 500px;
    margin-top: 88px;
}
.sub-banner > em {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 76px;
    padding: 182px 0 0 0;
}

.sub-banner > span {
    display: block;
    font-size: 20px;
    line-height: 56px;
}

.about-box {
    width: 1200px;
    margin: auto;
}

.about-box > em {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    padding: 70px 0 0 0;
}

.about-box > span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 0 10px 0;
    text-align: center;
}

.about-box > img {
    display: block;
    margin: auto;
}


.about-con {
    padding: 70px 0 120px 0;
    font-size: 15px;
    line-height: 30px;
}

.about-con p {
    font-size: 15px!important;
    line-height: 30px!important;
}


.about-advant-box {
    height: 600px;
    background: #f2f2f2;
}

.about-advant-con {
    width: 1200px;
    margin: auto;
}

.about-advant-con > em {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    padding: 70px 0 0 0;
}
.about-advant-con > span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 0 10px 0;
    text-align: center;
}

.about-advant-con > img {
    display: block;
    margin: auto;
}

.about-advant-list {
    padding: 50px 0 0 0;
}

.about-advant-list li {
    float: left;
    width: 33.33333333%;
    padding: 69px 41px 0 41px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.5s;
}

.about-advant-list li > img {
    display: block;
    height: 64px;
    margin: auto;
}

.about-advant-list li > em {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    padding: 26px 0 0 0;
}

.about-advant-list li > span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.about-join-box {
    background: url(../jpg/bg8.jpg) no-repeat center;
    height: 720px;
}


.about-join-con {
    width: 1200px;
    margin: auto;
    color: #fff;
}

.about-join-con > em {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    padding: 70px 0 0 0;
}

.about-join-con > span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 0 10px 0;
    text-align: center;
}

.about-join-con > img {
    display: block;
    margin: auto;
}

.about-join-body {
    min-height: 380px;
    margin-top: 103px;
    background: #ecd722;
}

.join-left {
    float: left;
    width: 500px;
    margin: 50px 0 0 55px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.join-right {
    position: relative;
    float: right;
    width: 480px;
    height: 400px;
    overflow: hidden;
    margin: -62px 62px 0 0;
}

.join-right > img {
    position: absolute;
    top: 156px;
    width: 40px;
    height: 40px;
    z-index: 500;
    cursor: pointer;
}

.join-prev {
    left: 16px;
}

.join-next {
    right: 16px;
}

.join-right .swiper-slide > div {
    width: 480px;
    height: 352px;
    overflow: hidden;
}

.join-right .swiper-slide > em {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    color: #333;
}


.about-contact {
    width: 1200px;
    margin: auto;
    padding-bottom: 92px;
}

.about-contact > em {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    padding: 70px 0 0 0;
}

.about-contact > span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 0 10px 0;
    text-align: center;
}

.about-contact > img{
    display: block;
    margin: auto;
}
.contact-list {
    width: 900px;
    margin: auto;
    padding: 80px;
}


.contact-list li {
    float: left;
    width: 200px;
    height: 200px;
    padding: 0 22px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    border: solid 1px #c8c8c8;
    margin-right: 150px;
}

.contact-list li > div {
    width: 160px;
    margin: auto;
    border-bottom: solid 1px #bfbfbf;
    padding: 32px 0 21px 0;
    text-align: center;
    height: 98px;
    box-sizing: border-box;
}

.contact-list li > em {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding: 11px 0 0 0;
}

.contact-list li > span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

.contact-list li:nth-last-of-type(1) {
    margin-right: 0;
}


/* 关于我们结束 */
/*客户案例开始*/
.agric-tit {
    width: 1200px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.agric-tit > em {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 108px;
    padding: 40px 0 0 0;
}
.agric-tit > img {
    display: block;
    margin: auto;
}

.case-list {
    padding: 15px 0 0 0;
    width: 1200px;
    margin: auto;
    min-height: 1000px;
}


.case-list li {
    position: relative;
    height: 300px;
    border-radius: 13px;
    padding: 23px 0 39px 0;
    margin-top: 42px;
    border-bottom: solid 1px #e5e5e5;
}

.case-list li > a {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.9);
    transition: opacity 0.5s;
}

.case-list li > img {
    float: left;
    width: 405px;
    height: 265px;
    margin: 0 0 0 30px;
}

.case-list li h3 {
    float: right;
    width: 660px;
    font-size: 24px;
    line-height: 44px;
    padding: 0 0 18px 0;
    background: url(../png/bg21.png) no-repeat 0 100%;
}


.case-list li .case-des {
    font-size: 14px;
    color: #666;
    height: 133px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 30px;
}



.case-list li > div {
    float: right;
    width: 660px;
    padding: 0 75px 0 0;
    box-sizing: border-box;
}

.case-list li > a > em {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
}


.case-list li > a span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 34px 260px 0 260px;
}

.case-tag i:nth-of-type(1), .case-tag i:nth-of-type(2) {
    color: #fff;
    background: #000;
}

.case-tag i {
    float: left;
    padding: 2px 10px;
    line-height: 32px;
    font-weight: bold;
    font-synthesis: 20px;
    color: #333;
    box-sizing: border-box;
    border: solid 1px #000;
    text-align: center;
    margin: 0 20px 0 0;
}
address, cite, dfn, em, var, i {
    font-style: normal;
}

/*客户案例结束*/
