/*banner背景图片动画*/

@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.clear{
    clear: both;
}
/*banner */

.index_main {
    background: #f7f7f7;
}

.index_main .section1 {
    position: relative;
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 44%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.index_main .section1 .left {
    left: 0;
}

.index_main .section1 .right {
    right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
    background-image: url(../images/ban_prev.png);
    left: 60px;
}

.index_main .section1 .slick_txt .next {
    background-image: url(../images/ban_next.png);
    right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
    background-image: url(../images/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
    background-image: url(../images/ban_next_hover.png);
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
    margin-right: 0;
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.index_main .section2 {
    width: 100%;
    height: auto;
    background: url(../images/about.jpg) no-repeat center;
}

.index_main .section3 {
    width: 100%;
    height: auto;
    background: url(../images/business.jpg) no-repeat center;
    z-index: -9;

}

.index_main .section4 {
    width: 100%;
    height: auto;
    background: url(../images/case.jpg) no-repeat center;
}

.index_main .section5 {
    width: 100%;
    height: auto;
    background: url(../images/contact.jpg) no-repeat center;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: 100px !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: 100px !important;
}

/* 关于我们样式 */
.about-top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.about-title {
    width: 240px;
    height: 90px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.about-title h2 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 36px;
    color: #fff;

}

.about-title span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;

}

.about-nav {
    width: 250px;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.about-nv {
    width: 75px;
    height: 30px;
    line-height: 30px;
    background: #263551;
    color: #fff;
    text-align: center;
}

.about-nv a {
    color: #fff;
}

.about-nv a:hover {
    background: #334871;
    color: #fff;
    display: block;
}

.about-info {
    width: 100%;
    height: auto;
    display: flex;
    justify-content:flex-start;
    flex-direction:column;
    flex-wrap: wrap;
    margin-top: 40px;
}

.about-info img {
    width: 1100px;
    height: auto;
    margin:1rem auto;
    overflow: hidden;
    display:block;
}

.about-text {
    width: 100%;
    height: auto;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-indent: 2em;
}
.about-info2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 40px;
}

.about-info2 img {
    width: 620px;
    height: auto;
    overflow: hidden;
}

.about-text2 {
    width: 540px;
    height: auto;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-indent: 2em;
}


/* 核心业务样式 */
.business {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex: 1;
    margin: 0 auto;

}

.business-info {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;

}



.business-tb {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.business-tb img {
    width: 68px;
    height: 62px;
    float: left;
    margin: 19px 16px;
}

.business-tb img:hover {
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

.business-info h3 {
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.business-info span {
    width: 100%;
    line-height: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.business-info p {
    width: 100%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.business-bg {
    width: 300px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 360px;
    bottom: 0;
}

.business-bg:hover {
    animation: bgdh 2s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.business-bg2 {
    width: 300px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 660px;
    bottom: 0;
}

.business-bg2:hover {
    animation: bgdh2 2s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.business-bg3 {
    width: 300px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 960px;
    bottom: 0;

}

.business-bg3:hover {
    animation: bgdh3 2s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.business-bg4 {
    width: 300px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 1260px;
    bottom: 0;
}

.business-bg4:hover {
    animation: bgdh4 2s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}


@keyframes bgdh {
    from {
        height: 100%;


    }

    to {
        height: 100%;
        background-color: #ba292e;

    }
}

@keyframes bgdh2 {
    from {
        height: 100%;


    }

    to {
        height: 100%;
        background-color: #00c2f3
    }
}

@keyframes bgdh3 {
    from {
        height: 100%;


    }

    to {
        height: 100%;
        background-color: #f7a300;

    }
}

@keyframes bgdh4 {
    from {
        height: 100%;


    }

    to {
        height: 100%;
        background-color: #be8bc6;

    }
}
/* 合作客户案例样式 */
.case_list{
     width: 1200px;
     height: auto;
     display: flex;
     justify-content: flex-start;
     margin: 20px auto;
     flex-wrap: wrap;
}
.case-item{
     width: 210px;
     height: 85px;
     margin: 0 35px 35px 0;
    overflow: hidden;
}
.case-item:nth-child(5n){
    margin-right: 0 !important;
}
.case-item img{
    width: 210px;
    height: 85px;
    cursor: pointer;
    transition: all 0.6s;
}
.case-item img:hover{
    transform: scale(1.4);
}
/* 合作客户案例样式 */
.case_list2{
     width: 1200px;
     height: auto;
     display: flex;
     justify-content: flex-start;
     margin: 20px auto;
     flex-wrap: wrap;
}
.case-item2{
     width: 210px;
     height: 85px;
     margin: 0 35px 35px 0;
    overflow: hidden;
}
.case-item2:nth-child(5n){
    margin-right: 0 !important;
}
.case-item2 img{
    width: 210px;
    height: 85px;
    cursor: pointer;
    transition: all 0.6s;
}
.case-item2 img:hover{
    transform: scale(1.4);
}


/* 案例展示样式 */
.index-case {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 20px auto;
}

.case-more {
    justify-content: flex-end !important;
}

.box {
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 285px;
    height: auto;
    margin-right:15px;
    margin-bottom:15px;
}

.box:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.box:hover:before {
    width: 100%;
    left: 0;
    opacity: 0.5;
}

.box img {
    width: 100%;
    height:285px;
}
.box p {
    width: 100%;
    height:45px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    text-align:center;
}


.box .box-content {
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 38%;
    left: 0;
}

.box .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 auto;
    padding-right:25px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box .post {
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box:hover .title,
.box:hover .post {
    opacity: 1;
    transition-delay: 0.7s;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f74e55;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}

.box:hover .icon li a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}

.box:hover .icon li:last-child a {
    transition-delay: 0.8s;
}

.box:hover .icon li i img {
    width: 30px;
    height: 30px;
    margin: 5px auto;
}

/* 联系我们样式 */
.index-contact {
    width: 45%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 20px 0;
    float: left;
}

.contact-info {
    width: 100%;
    line-height: 45px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact-info img {
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-right: 10px;
}

.contact-info span {
    font-size: 18px;
    color: #fff;
    width: 80%;
}
.contact-info span a {
    font-size: 18px;
    color: #fff;
}


#dituContent {
    width: 45%;
    height: 450px;
    border-radius: 20px;
    float: right;
}

#banquan {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#banquan a {

    font-size: 14px;
    color: #fff;
    display: flex;
}

#banquan a:hover {
    font-size: 14px;
    color: #ff0;

}
/* 关于我们页面样式 */
.about-banner{
     width: 100%;
     height: 13vh;
     float: left;
     overflow: hidden;
     margin-bottom:0.5rem;
}
.about-title{
     width: 100%;
     line-height: 55px;
     font-size: 30px;
     text-align: center;
     margin: 20px auto 50px auto;
     position: relative;
}
.about-title::after{
    width: 65px;
    height: 5px;
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
    content: '';
    position: absolute;
    left: 47%;
    bottom:-10px;
}
.about-black2{
     color:#2e2e2e !important;
}
.about-black2 a{
     color:#2e2e2e !important;
}
.about-black{
     color:#2e2e2e !important;
     height: auto;
}

.about-num{
     width: 100%;
     height: auto;
     display: flex;
     justify-content: space-between;
     margin: 20px auto;
}
.num-info{
     width: 250px;
     height: 90px;
     display: flex;
     justify-content: space-around;
     flex-direction: column;
     position: relative;
}
.num-info h2{
    font-size: 60px;
    line-height: 55px;
    font-weight: bold;
    color: #4481eb;
}
.num-info span{
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    position: absolute;
    left: 80%;
    bottom:35%;
}
.num-info p{
    width: 100%;
    line-height:35px;
    font-size: 14px;
}

/* 企业环境展示滚动  */
.picScroll {
    margin: 10px auto;
    position: relative;
    width: 1180px;
    overflow: hidden;
  }
  
  .picScroll .prev,
  .picScroll .next {
    display: block;
    position: absolute;
    top: 86px;
    left: 15px;
    width: 32px;
    height: 40px;
    background: url(../images/icons.png) no-repeat;
    z-index: 999999;
  }
  
  .picScroll .next {
    left: auto;
    right: 5px;
    background-position: -115px 0;
  }
  
  .picScroll .prev {
    background-position: -35px 0;
  }
  
  .picScroll .prev:hover {
    background-position: 5px 0px;
  }
  
  .picScroll .next:hover {
    left: auto;
    right: 5px;
    background-position: -75px 0px;
  }
  
  .picScroll ul {
    overflow: hidden;
    zoom: 1;
  }
  
  .picScroll ul li {
    width: 290px;
    height: 280px;
    border: 1px solid #ddd;
    float: left;
    overflow: hidden;
    margin-right: 10px;
  }
  
  .picScroll ul li span {
    width: 290px;
    line-height: 35px;
    height: 35px;
    display: block;
    text-align: center;
  }
  
  .picScroll ul li img {
    width: 260px;
    height: 215px;
    display: block;
    margin: 15px;
  
  }

  /* 公共底部样式 */
.pbulic-ys{
     width: 100%;
     height: auto;
     background: #333;
     float: left;
}
.public-info{
     width: 1200px;
     height: auto;
     display: flex;
     margin: 20px auto;
     justify-content: space-between;
     flex-wrap: nowrap;
}
.public-title{
    width: 100%;
    line-height: 55px;
    font-size: 30px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}
.public-title::after{
   width: 65px;
   height: 5px;
   background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
   content: '';
   position: absolute;
   left: 3%;
   bottom: 0;
}


/* 表单样式 */
.public-form{
 width: 450px;
 height: auto;
}
.basic-grey {
    width: 100%;
    padding: 25px 15px 25px 10px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    float: left;
    }
    .basic-grey label {
        display: block;
        margin: 0px;
        }
 
    .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea{
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    }
    .basic-grey textarea{
    padding: 5px 3px 3px 5px;
    }

    .basic-grey textarea{
    height:60px;
    }
    .basic-grey .button {
    background: #007aff;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #007aff;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #007aff;
    cursor: pointer;
    }
    .basic-grey .button:hover {
    background: #007aff
    }

/* 联系方式信息 */
.public-contact{
     width: 450px;
     height: auto;
     display: flex;
     justify-content: flex-start;
     flex-direction: column;
}
.contact-item a{
     color: #fff;
     font-size: 14px;
}
.contact-item{
     width: 100%;
     line-height: 55px;
     color: #fff;
     font-size: 14px;
}
.contact-item img{
     width: 25px;
     height: 26px;
     float: left;
     margin: 14px 5px 5px auto;
}
.public-code{
    width: 250px;
    height: auto;
}
.public-code img{
    width: 150px;
    height: 150px;
    margin: 10px auto;
}

/* 底部版权信息 */
.fot{
     width: 100%;
     height: auto;
     background: #1b1b1b;
    float: left;
    padding: 20px 0;
}
/* 内页子导航样式 */
.second-nav{
     width: 100%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
}
.nav-item{
     width: auto;
     padding: 0 1rem;
     height: 40px;
     line-height: 40px;
     color: #fff;
     text-align: center;
     background: #999;
     margin-right: 1rem;
     margin-bottom: 1rem;
}
.nav-item a{
    color: #fff;
    display: block;
}

.nav-on{
    color: #fff;
    background: #007aff;
    display: block;
}

.pglist {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0;
    text-align: center;
    font-size: 12px
}
.pglist ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 12px;
    margin: 0 1px;
    line-height: 24px;
    background: #fff;
    color: #999
}
.pglist ul li:hover {
    background: #0067d0;
    color: #fff;
    border: 1px solid #0067d0
}
.pglist ul li:hover a {
    color: #fff
}
.pglist ul li.thisclass {
    display: inline-block;
    border: 1px solid #0067d0;
    padding: 4px 12px;
    margin: 0 1px;
    background: #0067d0;
    color: #fff
}
.pglist ul li.thisclass a {
    color: #fff
}
.pglist ul li a {
    display: block;
    color: #999
}
.pglist ul li a:hover {
    color: #fff
}

/* 新闻资讯列表样式 */
.inside_newslist{
    width: 1200px;
   height: auto;
   margin: 20px auto;
   padding: 0
}
.inside_newslist ul{
    width: 1200px;
   height: auto;
   margin: 0;
   padding: 0
}
.inside_newslist li{
   width:588px;
   height:108px;
   border: 1px solid #ddd;
   float: left;
   background: #f5f5f5;
   margin:  auto 20px 20px auto;
}



.inside_newslist li code{
   width:70px;
   height:70px;
   float: left;
   margin: 19px;
   background: #80878F;
   text-align: center
}
.inside_newslist li code strong{
   width:70px;
   height:40px;
   line-height: 40px;
   font-size:36px;
   color: #fff;
   float: left;

}
.inside_newslist li code em{
   width:70px;
   height:30px;
   line-height: 30px;
   font-size: 14px;
   color: #fff;
   float: left;
   font-style: normal

}
.inside_newslist li span{
   width:455px;
   height:35px;
   line-height: 35px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   float: left;
   font-weight: bold;
   font-size: 18px;
   transition: All 0.4s linear;
   -webkit-transition: All 0.4s linear;
   -moz-transition: All 0.4s linear;
   -o-transition: All 0.4s linear;
}
.inside_newslist li a span{
    color:#2e2e2e;
    font-weight: bold;
    font-size: 18px;
 }
 .inside_newslist li a:hover span{
    color:#f00;
    transform: translate(5px,0);
    -webkit-transform: translate(5px,0);
    -moz-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
 }
.inside_newslist li p{
   width:455px;
   height: 60px;
   overflow: hidden;
   line-height: 30px;
   float: left;
   color: #999999;
   font-size:14px
}

.inside_newslist li:nth-child(2n){
   margin-right: 0!important
}
 /* 内容详情页样式 */
 #mbx{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: url('../images/home.jpg') no-repeat 0 8px ;
    text-indent: 25px;
    font-size: 14px;
    float: left;
    margin: 20px auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
#mbx a{
   font-size: 14px;
}
.content-info{
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 20px auto;
}

.content-info h1{
   width: 100%;
   line-height: 45px;
   color: #0067d0;
   text-align: center;
   font-size: 30px;
}
.content-click {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
}
.content-click span {
   width: auto;
   height: 35px;
   display: flex;
   justify-content: space-around;
   flex-wrap: nowrap;
   padding: 0 10px;
}
.content-click a{
   font-size: 14px;
}

.content-click img {
   width: 21px;
   height: 21px;
   margin: 7px;
   float: left;
}
.content-wz{
   text-indent: 2em;
    width: 100%;
    height: auto;
    line-height: 35px;
    font-size: 1rem;

}
.content-wz img{
   max-width: 100%;
   height: auto;
   display: block;
   margin: 10px auto;
   padding: 0 10px;
   box-sizing: border-box;
}

.content-share{
    width: 100%;
    height: auto;
    line-height: 35px;
    margin: 20px auto 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    float: left;
}
.share-info{
    width:230px;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.print-info{
   width:300px;
   height: auto;
   float: right;
   display: flex;
   justify-content: space-between;
}
.next-page {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    line-height: 30px;
    font-size: 14px;
}
.next-page a {
   font-size: 14px;
}
.top0{
    margin-top: 0 !important;
}
/* 业务优势*/
.ai_card {
	width: 100%;
	height: auto;
	overflow: hidden;
    margin-top: 20px;
    float: left;
}

.ai_card h2.t {
	padding-top: 80px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

.ai_card p.sub_t {
	padding-top: 15px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 60px;
}

.ai_card ul {
	padding-bottom: 70px;
}

.ai_card ul li {
	float: left;
	position: relative;
	width: 24%;
	height: 428px;
	border: 1px solid #e7e7e7;
	margin-left: -1px;
	z-index: 10;
    background: #fff;
}

.ai_card ul li:before {
	content: "";
	width: 0px;
	height: 2px;
	background: #00b8ff;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 1s;
}

.ai_card ul li .info {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0;
	transition: 0.5s;
}

.ai_card ul li .info .img {
	width: 100%;
	height: 90px;
	text-align: center;
}

.ai_card ul li .info h3 {
	font-weight: normal;
	color: #333;
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 24px;
	text-align: center;
}

.ai_card ul li .info p {
	width: 80%;
	height: 85px;
	line-height: 24px;
	margin: 0 auto;
	color: #73747b;
	font-size: 14px;
}

.ai_card ul li a.btn {
	position: absolute;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	left: 50%;
	margin-left: -60px;
	bottom: 50px;
	color: #fff;
	background: #00b8ff;
	opacity: 0;
	border-radius: 2px;
	transition: 0.5s;
	font-size: 16px;
	text-align: center;
}

.ai_card ul li.active {
	box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}

.ai_card ul li.active:before {
	width: 100%;
	height: 2px;
}

.ai_card ul li.active .info {
	top: 50px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.ai_card ul li.active a.btn {
	opacity: 1;
}
/* 业务应用 */
.yw-application{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 20px;
    float: left;
}
.application-item{
     width: 23%;
     height: auto;
     padding: 20px;
     box-sizing: border-box;
     border: 1px solid #ddd;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
     margin-bottom: 20px;
     background: #fff;
}
.application-item img{
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: block;
}
.application-item a:hover img {
    width: 100px;
    height: 100px;
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);

}
.application-item h4{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #2e2e2e;
    text-align: center;
}
.application-item p{
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-indent: 2rem;
}


@media only screen and (min-width: 991px) and (max-width: 1366px) {
    .container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 26px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 16px;
    }

    .index_main .section1 .index_banner .slick-arrow {
        background-size: auto 30px;
    }

}

@media only screen and (max-width: 992px) {
    .container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 18px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 22px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 14px;
    }

    .index_main .section1 .index_banner .item {
        height: 100vh;
    }

    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 20px;
        top: 42%;
    }

    .index_main .section1 .index_banner .slick-arrow {
        display: none !important;
    }

    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 12px;
    }

    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .index_main .section1 .index_banner .slick-dots li button {
        display: none;
    }

    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff;
    }

    .index_main .section1 .number {
        bottom: 12%;
        display: none;
    }

    .index_main .section1 .number span {
        margin-right: 22px;
    }

    .index_main .section1 .number span:after {
        bottom: -14px;
    }

    /* 关于我们样式 */

    .about-title {
        width: 50%;
        height: auto;
        line-height: 6vh;
        margin:4vh auto !important;
        font-size: 1.4rem
    }

    .about-title h2 {
        width: 100%;
        height: 4vh;
        line-height: 4vh;
        font-size: 1.6rem;
        color: #fff;

    }

    .about-title span {
        width: 100%;
        height: 3vh;
        line-height: 3vh;
        font-size: 0.6rem;
        color: #fff;
        margin-top: 0;
    }

    .about-nav {
        width: 50%;
        flex-wrap: wrap;
        margin-top: 2vh;
    }

    .about-nv {
        width: 3rem;
        height: 8vh;
        line-height: 4vh;
        font-size: 0.8rem;
        letter-spacing: 0.5rem;
        padding-left: 0.3rem;
        box-sizing: border-box;
    }


    .about-info {
        justify-content: space-around;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 3vh;
    }

    .about-info img {
        width: 100%;
        height: auto;
        margin: 1rem auto;
    }

    .about-info a img {

        display: flex;
    }


    .about-text {
        width: 100%;
        height: auto;
        line-height: 1.4rem;
        font-size: 0.8rem;
    }

        .about-info2 {
        justify-content: space-around;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 3vh;
    }

    .about-info2 img {
        width: 100%;
        height: auto;
        margin: 0.5rem auto;
    }

    .about-info2 a img {

        display: flex;
    }


    .about-text2 {
        width: 100%;
        height: auto;
        line-height: 1.4rem;
        font-size: 0.8rem;
    }

    /* 核心业务样式 */
    .business {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 0 1rem;
        box-sizing: border-box;
        flex: auto;
    }

    .business a {
        width: 48%;
        display: block;
        margin-bottom: 5vh;
    }

    .business-info {
        width: 100%;
        padding: 0;

    }


    .business-tb {
        width: 4rem;
        height: 4rem;
    }

    .business-tb img {
        width: 44px;
        height: 40px;
        float: left;
        margin: 0.6rem;
    }


    .business-info h3 {
        line-height: 1rem;
        height: 1rem;
        font-size: 0.9rem;
        margin-top:0.5rem;
    }

    .business-info span {
        line-height: 3vh;
        height: 3vh;
        font-size: 0.8rem;
    }

    .business-info p {
        line-height: 1.2rem;
        font-size: 0.7rem;
    }

    .business-bg .business-bg2 .business-bg3 .business-bg4 {
        display: none;
    }
    /* 案例展示样式 */
.index-case {
    width: 100%;
    height: auto;
    margin: 0;
    justify-content: space-between;
}
.index-case a {
	  width:48%;
    display:flex;
}
.box {
    width:100%%;
    margin: auto auto 0.8rem auto;
}
.box:nth-child(7),.box:nth-child(8){ 
    display: none; 
}
.box .title {
    font-size:1rem;
    line-height:1.2rem;
    padding-right: 3rem;
    margin-top:-1.5rem;
}
.box .icon{
    margin-right: 1rem;
}

.box img {
    width: 100%;
    height:22.5vh;
}

/* 联系我们样式 */
.index-contact {
    width: 100%;
    margin: 0.5rem 0;
    float: left;
    padding: 0 1rem;
    box-sizing: border-box;
}

.contact-info {
    width: 100%;
    line-height:3.5vh;
    margin-bottom: 1vh;
}

.contact-info img {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    margin-right: 10px;
}

.contact-info span {
    font-size: 1rem;
    color: #fff;
    width: 80%;
}


#dituContent {
    width: 100%;
    height:38vh;
    border-radius: 20px;
    float: right;
}
#banquan {
    line-height: 1.8rem;
    font-size:0.8rem;
    justify-content:flex-start;
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
}
/* 企业环境展示滚动  */
.picScroll {
    margin: 1rem auto;
    width:100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  /* 公共底部样式 */
  .public-info{
    width: 100%;
    margin: 1rem auto;
    justify-content:flex-start;
    flex-direction: column;
    padding: 0 1rem;
    box-sizing: border-box;
}
.public-form{
    width: 100%;
    height: auto;
   }
   .public-contact{
    width: 100%;
    margin-top: 1rem;
}
.basic-grey{
    padding: 0;
}
.public-code{
    width: 100%;
    height: auto;
}
.public-code img{
    width: 10rem;
    height: 10rem;
    margin: 1rem auto;
}
.about-num{
    width: 100%;
    margin: 1rem auto;
    flex-wrap: wrap;
}
.num-info{
    width: 45%;
    height: 20vh;
}
.num-info h2{
   font-size: 3rem;
   line-height:12vh;
}
.num-info span{
   font-size: 12px;
   font-weight: normal;
   margin-left: 10px;
   position: absolute;
   left: 60%;
   bottom:45%;
}
.num-info p{
   width: 100%;
   line-height:35px;
   font-size: 14px;
}
.about-title::after{
    left: 30%;
    bottom: -1vh
}
/* 新闻资讯列表样式 */
.inside_newslist{
    width: 100%;
   margin: 1rem auto;
   padding: 0 1rem;
   box-sizing: border-box;
}
.inside_newslist ul{
    width: 100%;
}
.inside_newslist li{
   width:100%;
   margin:  auto 1rem 1rem auto;
}


.inside_newslist li code{
   width:70px;
   height:70px;
   float: left;
   margin: 19px;
   background: #80878F;
   text-align: center
}
.inside_newslist li code strong{
   width:70px;
   height:40px;
   line-height: 40px;
   font-size:36px;
   color: #fff;
   float: left;

}
.inside_newslist li code em{
   width:70px;
   height:30px;
   line-height: 30px;
   font-size: 14px;
   color: #fff;
   float: left;
   font-style: normal

}
.inside_newslist li span{
   width:60%;
   height:35px;
   line-height: 35px;
   float: left;
   font-weight: bold;
   font-size: 18px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   transition: All 0.4s linear;
   -webkit-transition: All 0.4s linear;
   -moz-transition: All 0.4s linear;
   -o-transition: All 0.4s linear;
}
.inside_newslist li a span{
    color:#2e2e2e;
    font-weight: bold;
    font-size: 18px;
 }
 .inside_newslist li a:hover span{
    color:#f00;
    transform: translate(5px,0);
    -webkit-transform: translate(5px,0);
    -moz-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
 }
.inside_newslist li p{
   width:60%;
   height: 60px;
   overflow: hidden;
   line-height: 30px;
   float: left;
   color: #999999;
   font-size:14px
}

.inside_newslist li:nth-child(2n){
   margin-right: 0!important
}
/* 合作客户案例样式 */
.case_list{
    width: 100%;
    justify-content:space-between;
    margin: 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}
.case-item{
    width: 48%;
    height: 12vh;
    margin: 0 0 0.8rem 0;
   overflow: hidden;
}
.case-item img{
    width: 100%;
    height: 12vh;
}
.case-item:nth-child(n+11){
    display: none;
}
/* 合作客户案例样式 */
.case_list2{
    width: 100%;
    justify-content:space-between;
    margin: 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}
.case-item2{
    width: 48%;
    height: 12vh;
    margin: 0 0 0.8rem 0;
   overflow: hidden;
}
.case-item2 img{
    width: 100%;
    height: 12vh;
}
/* 业务优势移移动端 */
.ai_card {

	padding-bottom:1rem;

}

.ai_card ul li {
	width: 100%;
	margin-bottom: 1rem;
	
}

/* 业务应用移动端 */
.yw-application{
    justify-content:flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 1rem;
}
.application-item{
     width: 100%;
     padding: 1rem;
     margin-bottom: 1rem;
}


}