*{
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
body{
    font-family:"PingFang SC", "Microsoft YaHei" !important;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    overscroll-behavior-y: none;
}
ul{
    margin-bottom: 0;
}
ul li{
    /*list-style-type: none;*/
}
p{
    margin: 0;
}
.menubar-center-search-inp::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
/*清除浮动*/
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/*banner页*/
.banner{
    width: 100%;
    position: relative;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide-img{
    width: 100%;
    height: 100%;
    /* background-size: 100% auto !important; */
    background-size: cover;
}
.menubar{
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 9999;
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0) ); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* 标准的语法 */
    transition:all 0.5s;
}
.menubarafter{
    background-color: #121415;
}
.menubarafter .menubar-center-nav li a{
    margin: 10px 20px 0 20px;
}
.menubarafter .menubar-center-logo{
    width: 216px;
    height: 48px;
    margin-top: 16px;
}
.menubar-center{
    height: 80px;
    margin: 0 auto;
    padding: 0 15px;
}
.menubar-center-logo{
    display: block;
    width: 234px;
    height: 52px;
    float: left;
    margin-top: 14px;
    transition:all 0.5s;
}
.menubar-center-logo img{
    width: 100%;
    height: 100%;
}
.menubar-center-nav{
    float: right;
}
.menubar-center-nav li{
    list-style: none;
    float: left;
    position: relative;
}
.menubar-center-nav li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin: 10px 24px 0 24px;
    padding: 0 2px;
    transition: margin 0.5s;
    cursor: pointer;
}
.menubar-center-nav li i{
    font-size: 14px;
    margin-left: 5px;
}
.menubar-center-nav li a:hover{
    color: #00b3f6;
    text-decoration: none;
}
.menubar-center-nav .on::before{
    content: "";
    display: block;
    position: absolute;
    width: 24%;
    top: 66px;
    height: 4px;
    left: 38%;
    background-color: #00b3f6;
    border-radius: 10px;
    z-index: 999;
}
.second-menu{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}
.second-menu li{
    text-align: center;
    float: none;
    border-bottom: 1px solid #424a69;
    width: 80%;
    margin:0 10%;
}
.second-menu li a{
    display: inline-block !important;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap !important;
}
.second-menu .last-li{
    border-bottom: none;
}
.menubarafter .second-menu{
    background-color: rgba(18, 20, 21, 0.8);
}
.menubarafter .second-menu li{
    border-bottom: 1px solid #727586;
}
.menubarafter .second-menu li a{
    margin: 0;
}
.menubarafter .second-menu .last-li{
    border-bottom: none;
}
.swiper-slide-a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide-active .swiper-slide-img, .swiper-slide-duplicate-active .swiper-slide-img{
    -webkit-animation: bigsmall 6s linear;
    -moz-animation: bigsmall 6s linear;
    -o-animation: bigsmall 6s linear;
    animation: bigsmall 6s linear;
    animation-iteration-count:1;/*动画只执行一次*/
    -moz-animation-iteration-count:1;
    -webkit-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-fill-mode: forwards; /*让动画停留在最后一帧 */
    -moz-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards; 
    -o-animation-fill-mode: forwards;
}
.container{}
.container img{ max-width: 1000px!important; height: auto !important;}
@keyframes bigsmall{
    from{
        transform:scale(1);   /* 放大1倍 */
        -webkit-transform: scale(1);
        -moz-transform: scale(1); 
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
    to{
        transform:scale(1.15);   /* 放大1.15倍 */
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15); 
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
    }
}
.swiper-slide-word{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.swiper-pagination{
    padding-bottom: 20px;
}
.my-bullet{
    display:inline-block;
    width: 40px;
    height: 4px;
    background-color: #fff;
    opacity: 0.2;
    margin: 0 5px;
}
.my-bullet-on{
    opacity: 1;
    height: 6px;
}
.swiper-slide-word-big{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    background-size: 90px auto;
    padding-left: 30px;
    padding-top: 16px;
}
.swiper-slide-word-small{
    font-size: 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.75);
    width: 900px;
    padding-left: 30px;
    text-align: justify;
    margin-top: 20px;
}
.banner-more{
    display: block;
    width: 200px;
    height: 50px;
    font-size: 18px;
    background-color: #00b3f6;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 200px;
    margin-top: 40px;
    margin-left: 30px;
}
.banner-more:hover{
    color: #fff;
    text-decoration: underline;
}
.swiper-button-prev{
    color: #fff;
    opacity: 0.3;
}
.swiper-button-prev:hover{
    opacity: 1;
}
.swiper-button-next{
    color: #fff;
    opacity: 0.4;
}
.swiper-button-next:hover{
    opacity: 1;
}
/*产品页*/

/*新闻页*/
.news{
    width: 100%;
    background: url(../image/newsbg.jpg) bottom center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
    background-color: #1b3041;
}
.product-tab-title{
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    /* font-weight: bold; */
}
.product-tab-title2{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 6px;
    color: #999;
}
.news-toutiao{
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.news-toutiao img{
    transition:all 0.6s;
}
.news-toutiao:hover img{
    transition:all 0.6s;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.news-toutiao a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-toutiao a img{
    width: 100%;
    height: 100%;
}
.news-toutiao span{
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1) ); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 1)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* 标准的语法 */
}
.news-toutiao span{
    padding-left: 20px;
}
.news-toutiao-p1{
    font-size: 20px;
    color: #fff;
    margin-top: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-toutiao-p2{
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
}
.product-tab-more{
    width: 100%;
    height: 44px;
    text-align: center;
}
.product-tab-more a{
    display: block;
    width: 180px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border-radius: 100px;
    background-color: #00b3f6;
    margin: 40px auto 0 auto;
}
.product-tab-more a:hover{
    text-decoration: none;
}
.news-body{
    height: 420px;
    overflow: hidden;
    margin-top: 70px;
}
.news-list{
    width: 100%;
}
.news-list ul{
    background: url(../image/line.png) left 13px center no-repeat;
    background-size: 2px 342px;
}
.news-list ul li{
    height: 70px;
    background: url(../image/news-list.png) left 10px center no-repeat;
    background-size: 8px auto;
    padding-left: 40px;
    margin-bottom: 46px;
    
}
.news-list ul li a{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:all 0.5s;

}
.news-list ul li a:hover{
    -webkit-transform: translateX(-8px); 
    transform: translateX(-8px); 
    text-decoration: none;
    /* transition:all 0.5s; */
}
.news-list ul li span{
    display: block;
    font-size: 16px;
    margin-top: 12px;
    color: #fff;
}
/*业务能力*/
.lv-yewu{
    width: 100%;
    padding-bottom: 40px;
}
.yewulist{
    width: 100%;
}
.yewulist .sp1{
    display: block;
    text-align: center;
    margin-top: 50px;
    width: 110px;
    height: 110px;
    margin-left:auto;
    margin-right: auto;
    background-size: auto 100% !important;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}
.yewulist .sp2{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yewulist .sp3{
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    color: #999;
    text-align: center;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.yewulist .sp4{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.yewulist .sp4 a{
    display: inline-block;
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    /* border-radius: 50%; */
}
.yewulist .sp4 a i{
    font-size: 14px;
    color: #aaa;
}
.yewulist .sp4 a:hover{
    background-color: #00b3f6;
    text-decoration: none;
}
.yewulist .sp4 a:hover i{
    color: #fff;
}
/*新闻页*/
.lv-newslist{
    width: 100%;
}
.lv-newslist .sp1{
    display: block;
    margin-top: 40px;
    height: 164px;
    overflow: hidden;
}
.lv-newslist .sp1 img{
    width: 100%;
    height: 100%;
    transition:all 0.6s;
}
.lv-newslist .sp1 img:hover{
    transition:all 0.6s;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.lv-newslist .sp2{
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    height: 52px;
}
.lv-newslist .sp2 a{
    color: #fff;
    display: block;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lv-newslist .sp2 a:hover{
    text-decoration: underline;
}
.lv-newslist .sp3{
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
}
/*核心优势*/
.lv-youshi{
    width: 100%;
    background-color: #f1f2f3;
    padding-bottom: 40px;
}
.youshi-list{
    width: 100%;
    background-color: #fff;
    padding: 0 8px;
    height: 300px;
    margin-top: 10px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}
.youshi-list span{
    display: block;
    text-align: center;
}
.youshi-list .sp1{
    height: 50px;
    margin-top: 40px;
    background-size: auto 50px !important;
}
.youshi-list .sp2{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.youshi-list .sp3{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
}
.youshi-list .sp4{
    font-size: 14px;
    color: #999;
    margin-top: 6px;
}
/*合作伙伴页&联系页*/
.workpartner{
    width: 100%;
    padding-bottom: 30px;
}
.workpartner-list{
    margin-top: 50px;
}
.workpartner-logo{
    width: 100%;
    /*height: 60px;*/
    margin-bottom:30px;
    border: 1px solid #d8d8d8;
}
.workpartner-logo img{
    width: 100%;
    height: 100%;
}
.partner-cont{
    width: 100%;
    height: 180px;
    background: url(/images/partner-bg.png) center no-repeat;
    background-size: auto 100%;
    background-color: #0c5df5;
    margin-top: 20px;
}
.partner-cont-body{
    width: 100%;
    padding-top: 15px;
}
.partner-cont p{
    width: 100%;
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.partner-cont p a{
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}
.partner-cont p a:hover{
    text-decoration: none;
}
/*底部1开始*/
.common_footer_pc_1 {
    width: 100%;
  }
  .common_footer_pc_1 .first-line {
    width: 100%;
    background-color: #121415;
  }
  .common_footer_pc_1 .first-line .ul1 {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #2e2d32;
    padding: 8px 0 18px 0;
    font-size: 14px;
  }
  .common_footer_pc_1 .first-line .ul1 span {
    display: inline-block;
    margin-top: 10px;
    color: #7a7a7a;
  }
  .common_footer_pc_1 .first-line .ul1 li {
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
  }
  .common_footer_pc_1 .first-line .ul1 li a {
    color: #fff;
  }
  .common_footer_pc_1 .first-line .ul2 {
    width: 100%;
    padding: 10px 0;
  }
  .common_footer_pc_1 .first-line .ul2 .ftit{
      font-size: 18px;
      font-weight: bold;
      color: #7a7a7a;
      margin-top: 25px;
      margin-bottom: 15px;
  }
  .common_footer_pc_1 .first-line .ul2 li {
    width: 100%;
    margin-top: 10px;
    color: #7a7a7a;
  }
  .common_footer_pc_1 .first-line .ul2 li a {
    color: #7a7a7a;
  }
  .common_footer_pc_1 .first-line .sp1 {
    display: block;
    width: 110px;
    float: right;
    padding: 18px 0 12px 0;
  }
  .common_footer_pc_1 .footer-logo{
      display: block;
      width: 100%;
      height: 160px;
      opacity: 0.2;
      background-size: auto 90px !important;
  }
  .common_footer_pc_1 .first-line .sp1 img {
    width: 100%;
    height: 110px;
  }
  .common_footer_pc_1 .first-line .sp1 span {
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 6px;
    font-size: 12px;
  }
  .common_footer_pc_1 .second-line {
    width: 100%;
    background-color: #070808;
    padding: 10px 0;
    text-align: center;
    color: #7a7a7a;
  }
  .common_footer_pc_1 .second-line .sp1 {
    display: inline-block;
  }
  .common_footer_pc_1 .second-line .sp1 span a {
    color: #fff;
  }
  .footerframe{
    height: 260px;
    width: 100%;
    vertical-align:bottom;
}

.fastbtn{
    width: 100%;
    margin-top: 30px;
}
.fastbtn li{
    display: inline-block;
    width: 49%;
    margin-top: 10px;
}
.fastbtn li a{
    font-size: 14px;
    color: #7a7a7a;
}
.fastbtn li a:hover{
    color: #fff;
}
  @media screen and (max-width: 767px) {
    .common_footer_pc_1 .first-line .sp1 {
      float: none;
      margin: 0 auto;
    }
  }
  /*底部1结束*/


/*二级页面*/
.secondpage{
    width: 100%;
    height: 480px;
    background-color: #171f2e !important;
}
.secondpage-box{
    width: 100%;
    min-height: 500px;
}
.secondpage-news{
    background: url(../image/news-bg.jpg) center no-repeat;
}
.secondpage-case{
    background: url(../image/case-bg.jpg) center no-repeat;
}
.secondpage-aboutus{
    background: url(../image/aboutus-bg.jpg) center no-repeat;
}
.secondpage-partner{
    background: url(../image/partner-bg.jpg) center no-repeat;
}
.secondpage-product{
    background: url(../image/product-bg.jpg) center no-repeat;
}
.secondpage-recruit{
    background: url(../image/recruit-bg.jpg) center no-repeat;
}
.secondpage-title{
    width: 100%;
    font-size: 46px;
    text-align: center;
    padding-top: 140px;
    color: #fff;
}
.secondpage-title2{
    width: 100%;
    font-size: 24px;
    text-align: center;
    padding-top: 2px;
    color: #fff;
    opacity: 0.8;
}
.second-body{
    width: 100%;
    padding-bottom: 100px;
    background-color: #fff;
    margin: -170px auto 0 auto;
}
.second-location{
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    background: url(../image/add-icon.png) left center no-repeat;
    background-size: auto 22px;
    padding-left: 26px;
    margin-top: 30px;
}
.second-location ul li{
    display: inline-block;
    margin: 0 4px;
}
.second-location ul li a{
    color: #000;
}
.second-location ul li a:hover{
    text-decoration: underline;
}
/*二级菜单*/
.second-tab{
    width: 100%;
    margin-top: 24px;
}
.second-tab ul{
    text-align: center;
    height: 100%;
}
.second-tab ul li{
    display: inline-block;
    height: 100%;
    margin: 0 30px;
    position: relative;
    cursor: pointer;
    color: #000;
}
.second-tab ul li a{
    display: inline-block;
    height: 100%;
    margin: 0 30px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    color: #000;
}
.second-tab ul li a:hover{
    text-decoration: none;
    color: #00b3f6;
}
.second-tab ul .on a{
    color: #00b3f6;
    font-weight: bold;
}
.second-tab ul .on::before{
    content: "";
    display: block;
    position: absolute;
    width: 14%;
    bottom: -8px;
    height: 3px;
    left: 41%;
    background-color: #00b3f6;
    border-radius: 10px;
    z-index: 999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.second-tab-body ul li{
    width: 100%;
    height: 150px;
    margin-top: 24px;
    display: flex;
}
.second-tab-body-img{
    display: block;
    width: 240px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.second-tab-body-img img{
    width: 100%;
    height: 100%;
    transition:all 0.6s;
}
.second-tab-body-img img:hover{
    transition:all 0.6s;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.second-tab-body-text{
    display: block;
    flex: 1;
    height: 100%;
    margin-left: 24px;
    float: left;
}
.second-tab-body-text1{
    font-size: 20px;
    height: 60px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.second-tab-body-text1 a{
    color: #000;
}
.second-tab-body-text1 a:hover{
    color: #00b3f6;
    text-decoration: none;
}
.second-tab-body-text2{
    font-size: 14px;
    color: #999;
    margin-top: 16px;
    line-height: 24px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.second-tab-body-text3{
    font-size: 14px;
    margin-top: 0px;
    color: #999;
}
.list-page{
    width: 100%;
    text-align: center;
    margin-top: 80px;
}
.list-page span{
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
}
.list-page span a{
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
.list-page span a:hover{
    text-decoration: underline;
}
.list-page li{
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    height: 30px !important;
    line-height: 30px;
    width: auto !important;
    margin-top: 0 !important;
}
.list-page li a{
    color: #000;
    padding: 0 4px;
}
.list-page .pageon a{
    font-weight: bold;
    color: #c31725;
}
.news-details{
    width: 100%;
}
.details-title{
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
     color: #000;
}
.news-details p{
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    margin-top: 10px;
    color: #222;
}
.news-details p img{
    max-width: 100%;
}
.detail-info{
    width: 100%;
    line-height: 40px;
    /* background-color: #f1f2f3; */
    text-align: right;
    margin-bottom: 40px;
}
.detail-info span{
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    color: #666;
}
.details-img img{
    max-width: 100%;
}
.details-img{
    text-indent: 0 !important;
}
.second-module-title{
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
}
.second-module .workpartner-list{
    margin-top: 24px;
}
.second-module .workpartner-logo{
    /* margin-bottom: 50px; */
    border: 1px solid #d8d8d8;
}
.aboutus-info-left{
    text-align: justify;
    font-size: 16px;
    text-indent: 32px;
    line-height: 32px;
}
.aboutus-info-left p{
    margin-top: 8px;
}
.aboutus-info-left .p-zh{
    color: #000;
}
.aboutus-info-left .p-en{
    color: #666;
    line-height: 28px;
}
.aboutus-info-right{
    width: 100%;
    margin-top: 10px;
}
.aboutus-info-right img{
    width: 100%;
}
.aboutus-info, .aboutus-cont, .aboutus-timeline, .aboutus-join{
    margin-top: 40px;
}
.aboutus-info-part p{
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.aboutus-zz{
    display: block;
    margin-top: 32px;
    text-align: center;
}
.aboutus-zz img{
    max-width: 100%;
}
.aboutus-map{
    display: block;
    margin-top: 0px;
}
.aboutus-map img{
    width: 100%;
}
.aboutus-tit{
    display: block;
    margin-top: 24px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.lianxiren{
    font-size: 16px;
    margin-top: 30px;
    color: #333;
}
.lianxiren span{
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
    color: #000;
}
.lianxiren a{
    color: #333;
}
.lianxiren a:hover{
    text-decoration: underline;
}
.lxr-phone{
    background: url(../image/phone-icon1.png) top left no-repeat;
    background-size: 50px 50px;
    padding-left: 58px;
}
.lxr-email{
    background: url(../image/email-icon1.png) top left no-repeat;
    background-size: 50px 50px;
    padding-left: 58px;
}
.lxr-add{
    background: url(../image/add-icon1.png) top left no-repeat;
    background-size: 50px 50px;
    padding-left: 58px;
}
.linian-p1{
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #00b3f6;
    margin-top: 20px;
}
.linian-p2{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 4px;
}
.aboutus-info-part span{
    width: 100%;
    display: block;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    color: #fff;
}
.aboutus-info-part{
    padding: 24px;
    height: 250px;
    margin-top: 50px;
}
.part-color1{
    background: -webkit-linear-gradient( left, #485f80, #5f7da6); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#485f80, #5f7da6); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( right, #485f80, #5f7da6); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right,#485f80, #5f7da6); /* 标准的语法 */
}
.part-color2{
    margin-top: 80px;
    background: -webkit-linear-gradient( left, #0d70f7, #2999f9); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#0d70f7, #2999f9); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( right, #0d70f7, #2999f9); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right,#0d70f7, #2999f9); /* 标准的语法 */
}
.part-color3{
    margin-top: 80px;
    background: -webkit-linear-gradient( left, #df2332, #ed5460); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right,#df2332, #ed5460); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( right, #df2332, #ed5460); /* Firefox 3.6 - 15*/
    background: linear-gradient(to right,#df2332, #ed5460); /* 标准的语法 */
}
.aboutus-cont-left{
    width: 100%;
}
.aboutus-cont-left p span{
    display: block;
}
.aboutus-cont-left p{
    width: 100%;
    display: block;
    float: left;
    margin-top: 8px;
    margin-bottom: 22px;
}
.aboutus-cont-title{
    font-size: 24px;
    font-weight: bold;
}
.aboutus-cont-body{
    font-size: 18px;
    margin-top: 8px;
}
.aboutus-cont-img img{
    width: 160px;
    height: 160px;
}
.aboutus-cont-right{
    width: 100%;
    height: 470px;
    border: 1px solid #cdd1d8;
}
.page-coding{
    width: 100%;
    height: 400px;
    background: url(../image/coding.png) center no-repeat;
    background-size: 160px auto;
}
.aboutus-timeline-img{
    width: 100%;
}
.aboutus-timeline-img img{
    width: 100%;
}
.timeline{
    width: 100%;
    background: url(../image/timeline-bg.png) 5px top no-repeat;
    background-size: 8px auto;
    padding-top: 10px;
}
.timeline li{
    width: 100%;
    background: url(../image/tl-icon.png) top 12px left no-repeat;
    padding-left: 30px;
    background-size: 18px 18px;
    margin-bottom: 24px;
}
.timeline .tl-sp1{
    display: block;
    font-size: 28px;
    font-weight: bold;
}
.timeline .tl-p1{
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.timeline .tl-p2{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
/*招聘开始*/
.joinus-part{
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 15px;
    margin-top: 24px;
    transition:all 0.2s;
}
.joinus-xz{
    font-weight: bold;
    color: #f64;
}
.joinus-part:hover{
    transition:all 0.2s;
    -moz-box-shadow:0px 8px 15px #d8d8d8; 
    -webkit-box-shadow:0px 8px 15px #d8d8d8; 
    box-shadow:0px 8px 15px #d8d8d8;
}
.joinus-part .jp-sp1{
    display: block;
}
.joinus-part .jp-sp1 .p1{
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.joinus-part .jp-sp1 .p1 span{
    display: inline-block;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.joinus-part .jp-sp1 .p1 .more{
    display: inline-block;
    width: 100px;
    color: #00b3f6;
    font-size: 14px;
    text-align: right;
}
.joinus-part .jp-sp1 .p1 .more:hover{
    text-decoration: underline;
}
.joinus-part .jp-sp1 .p2{
    color: #777;
    font-size: 14px;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}
.joinus-part .jp-sp1 .p2 span{
    display: inline-block;
}
.joinusbg{
    width: 100%;
    margin-top: 30px;
}
/*案例*/
.case-stitle ul{
    margin-top: 20px;
}
.case-stitle ul li{
    display: block;
    float: left;
    width: 18%;
    margin: 10px 1%;
    height: 36px;
    line-height: 34px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    text-align: center;
    background-color: #f1f2f3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aboutus-zs-title{
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
}
.aboutus-zs{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.aboutus-zs img{
    width: 100%;
    height: 250px;
    border: 1px solid #e8e8e8;
}
.aboutus-zs span{
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*新案例开始*/
.newcase-part{
    width: 100%;
    margin-top: 24px;
    transition:all 0.2s;
}
.newcase-part:hover{
    transition:all 0.2s;
    -moz-box-shadow:0px 8px 15px #d8d8d8; -webkit-box-shadow:0px 8px 15px #d8d8d8; box-shadow:0px 8px 15px #d8d8d8;
}
.newcase-part-pic{
    display: block;
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.newcase-part-pic img{
    width: 100%;
    height: 100%;
    transition:all 0.6s;
}
.newcase-part-pic:hover img{
    transition:all 0.6s;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.newcae-part-body{
    width: 100%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-top: none;
}
.newcae-part-txt{
    display: block;
    float: left;
    width: 100%;
}
.newcae-part-txt .p1{
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newcae-part-txt .p1 a{
    color: #333;
}
.newcae-part-txt .p2{
    font-size: 14px;
    color: #999;
    margin-top: 2px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*新案例结束*/


/*人事招聘开始*/
.ab-joinus-banner{
    width: 100%;
}
.ab-joinus-banner img{
    width: 100%;
}
.ab-joinus-duanluo{
    margin-top: 28px;
}
.ab-joinus-duanluo2{
    margin-top: 10px;
}
.ab-joinus-duanluo2 span{
    display: block;
}
.ab-joinus-listbody{
    width: 100%;
    margin-top: 10px;
}
.ab-joinus-list{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    margin-top: 10px;
}
/*人事招聘结束*/

/*业务能力开始*/
.product-zhwen{
    width: 100%;
    margin-top: 40px;
}
.pz-intro{
    width: 100%;
    background-color: #f1f2f3;
}
.pz-intro .sp1{
    width: 0%;
    height: 100%;
    display: block;
    float: left;
}
.pz-intro .sp2{
    width: 100%;
    display: block;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-left: 2px solid #00b3f6;
}
.pz-intro .sp1 img{
    width: 100%;
    height: 100%;
}
.pz-intro .sp2 p{
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
    background: url(../image/tl-icon.png) top 10px left no-repeat;
    padding-left: 15px;
    background-size: 9px 9px;
    color: #000;
}
.pz-intro .sp2-t{
    font-size: 18px !important;
    font-weight: bold;
    background: none !important;
    padding-left: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.pz-intro .sp2 p i{
    font-style: normal;
    color: #666;
    font-size: 14px;
}
.product-zhwen .pz-tit{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.product-zhwen .pz-tit i{
    color: #999;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: block;
}
.product-zhwen .pz-img{
    display: block;
    /*text-align: center;*/
    margin-top: 20px;
}
.product-zhwen .pz-img img{
    max-width: 100%;
}
.pz-text1{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    padding:0 10px;
}
/*业务能力结束*/



/*超大PC屏幕下的专用样式*/
@media screen and (min-width:1600px){
    .menubar-center{
        width: 1600px;
    }
    .second-body{
        width: 1370px;
        margin-left: auto;
        margin-right: auto;
    }
}
/*大PC屏幕下的专用样式*/
@media screen and (min-width:1200px) and (max-width: 1599px) {
    /* .menubar-center{
        width: 1200px;
    } */
    .swiper-slide-word-big{
        font-size: 60px;
        padding-top: 6px;
        background-size: 75px auto;
    }
    .swiper-slide-word-small{
        width: 820px;
        font-size: 20px;
    }
    .second-body{
        width: 92%;
        min-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
/*中等PC屏幕下的专用样式*/
@media screen and (min-width:992px) and (max-width: 1199px) {
    .workpartner-logo{
        height: 55px;
    }
    .news-list ul li{
        margin-bottom: 36px;
    }
    .news-list ul{
        background-size: 2px 326px;
    }
    .news-toutiao{
        height: 360px;
        margin-top: 10px;
    }
    .news-body{
        height: 400px;
    }
    .partner-cont{
        height: 160px;
    }
    .partner-cont p{
        margin-top: 12px;
    }
    .product-tab-page-txt-p2{
        font-size: 15px;
    }
    .product-tab-page-icon{
        width: 75px;
    }
    .product-big-img1{
        top: 100px;
    }
    .menubar-center-nav li a{
        margin: 10px 16px 0 16px;
    }
    .menubarafter .menubar-center-nav li a{
        margin: 10px 14px 0 14px;
    }
    /* .menubar-center-logo{
        width: 250px;
        height: 36px;
        margin-top: 22px;
    } */
    .swiper-slide-word-big{
        font-size: 66px;
    }
    .swiper-slide-word-small{
        font-size: 22px;
    }
    .swiper-slide-word-jindu{
        margin-bottom: 36px;
    }
    .second-menu li a{
        margin: 0;
    }
    .menubarafter .second-menu li a{
        margin: 0;
    }
    .menubar-center-search-inp{
        width: 80px;
    }
    .menubar-center-search{
        margin-left: 10px;
    }
    /* .menubar-center-logo{
        width: 220px;
        height: 32px;
        margin-top: 24px;
    } */
    /* .menubarafter .menubar-center-logo{
        width: 220px;
        height: 32px;
        margin-top: 24px;
    } */
    .swiper-slide-word-big{
        font-size: 60px;
        padding-top: 6px;
        background-size: 70px auto;
    }
    .swiper-slide-word-small{
        width: 800px;
        font-size: 22px;
    }
    .secondpage{
        height: 380px;
    }
    .secondpage{
        background-size: auto 100%;
    }
    .second-body{
        margin-top: 0;
    }
    .aboutus-info-part p{
        font-size: 22px;
    }
    .aboutus-info-part{
        height: 270px;
    }
    .newcase-part-pic{
        height: 184px;
    }
}

/*PAD屏幕下的专用样式768 991*/
@media screen and (min-width: 768px) and (max-width:991px ){
    .news-body{
        height: auto;
    }
    .news-list{
        margin-top: 60px;
    }
    .news-toutiao {
        height: 480px;
    }
    .product-tab-more a{
        margin-top: 30px;
    }
    .menubar-center-search{
        margin-right: 60px;
    }
    .menubar-center-nav{
        float: none;
    }
    .menubar-center-nav .on a{
        border: none;
    }
    .menubar-center-nav li a{
        margin: 0;
    }
    .swiper-slide-word-big{
        font-size: 56px;
        padding-top: 6px;
        background-size: 70px auto;
    }
    .swiper-slide-word-small{
        width: 700px;
        font-size: 20px;
    }
    /* .menubar-center-logo{
        width: 250px;
        height: 36px;
        margin-top: 22px;
    } */
    .product-tab-page-icon{
        width: 75px;
    }
    .product-tab-page-txt-p1{
        font-size: 24px;
    }
    .product-tab-page-txt-p2{
        font-size: 14px;
        width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-tab-page{
        height: 136px;
    }
    .secondpage{
        height: 420px;
    }
    .secondpage{
        background-size: auto 100%;
    }
    .second-body{
        margin-top: 0;
    }
    .second-tab ul li{
        /* width: 180px; */
        margin: 0px 10px 0 10px;
        /* line-height: 54px; */
        /* font-size: 22px; */
    }
    .secondpage-title {
        font-size: 54px;
        padding-top: 190px;
    }
    .menubar-center-nav .on::before{
        display: none;
    }
    .second-module-title{
        font-size: 30px;
    }
    .part-color2{
        margin-top: 50px;
    }
    .part-color3{
        margin-top: 50px;
    }
    .aboutus-info-left{
        width: 100%;
        margin-top: 20px;
    }
    .aboutus-info{
        margin-top: 10px;
    }
    .aboutus-info-right{
        height: 360px;
        margin-top: 20px;
    }
    .aboutus-cont-left{
        margin-top: 20px;
    }
    .aboutus-cont-right{
        height: 320px;
    }
    .pro-icon{
        margin-left: 0;
    }
    .newcase-part-pic{
        height: 216px;
    }
    /* .swiper-slide-img{
        background-size: auto 100% !important;
    } */
    .news{
        background-size: auto 100%;
    }
    /*---------------手机站导航开始----------*/
    .sp_nav{width:32px;position: absolute;cursor:pointer; right: 20px; top: 28px; height: 24px;}
    .sp_nav span{display:block;background:#ffffff;width:100%;height:3px; border-radius: 5px; position:absolute;transition:all ease 0.35s}
    .sp_nav span:nth-of-type(1){top:0px}
    .sp_nav span:nth-of-type(2){top:10px}
    .sp_nav span:nth-of-type(3){top:20px}
    .sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
    .sp_nav_se span:nth-of-type(2){width:0}
    .sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
    .sjj_nav{display: block; position:fixed;z-index:99999;background:rgba(19, 21, 37, 0.9);width:40%;top:-100%;right:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
    .nav_show{top:80px}
    .sjj_nav ul li{  float: left; text-align: center; width: 90%; margin: 0 5%;  position:relative;}
    .sjj_nav ul li a{color:#fff; display: block; height: 68px; line-height: 68px; font-size: 16px; text-decoration: none;}
    .sjj_nav ul li a:hover{color: #d8d8d8;}
    .sjj_nav ul li a:active{color: #fff;}
    .sjj_nav .on a{background-color: transparent;color: #c41725;}
    .sjj_nav a{padding: 0;}
    .sjj_nav .on a:hover{background-color: transparent;color: #c41725;}
    /*-----------手机站导航结束----------*/
}

/*PHONE屏幕下的专用样式767*/
@media screen and (max-width:767px) {
    ul li{
        list-style-type: none;
    }
    .container img{ max-width: 100% !important; height: auto !important;}
    .menubar{
        height: 5rem;
    }
    .menubar-center-logo img{
        width: auto;
    }
    .menubar-center{
        height: 5rem;
    }
    .footer-qr{
        text-align: center;
    }
    .footer-qr span{
        width: 100%;
    }
    .workpartner-logo{
        height: 4.6rem;
        margin-bottom: 3rem;
    }
    .news-body{
        height: auto;
        margin-top: 5rem;
    }
    .news-list{
        margin-top: 60px;
    }
    .product-tab-more a{
        margin-top: 30px;
    }
    .news-toutiao{
        height: 26rem;
    }
    .swiper-slide-word-small{
        width: 86%;
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    .swiper-slide-word-big{
        font-size: 4rem;
        background-size: 5rem auto;
        padding-top: 10px;
        width: 70%;
    }
    .swiper-slide-word-jindu{
        height: 2px;
        width: 56%;
    }
    .menubar-center-search{
        margin-right: 4.5rem;
        height: 2.6rem;
        margin-top: 1.2rem;
    }
    .swiper-slide-word-jindu{
        margin-bottom: 30px;
    }
    .menubar-center-logo{
        height: 3.5rem;
        margin-top: 1rem;
        width: auto;
    }
    .menubarafter .menubar-center-logo{
        height: 3.5rem;
        margin-top: 1rem;
        width: auto;
    }
    .my-bullet{
        width: 46px;
        font-size: 20px;
        height: 4px;
    }
    .my-bullet-on{
        font-size: 26px;
    }
    .menubar-center-nav{
        float: none;
    }
    .menubar-center-nav .on a{
        border: none;
    }
    .menubar-center-nav li a{
        margin: 0;
    }
    .menubar-center-search-btn{
        width: 2.6rem;
        height: 2.6rem;
        background-size: 1.6rem auto;
        margin-top: -1px;
        margin-right: -1px;
    }
    .menubar-center-search-inp{
        height: 2.6rem;
        line-height: 2.6rem;
    }
    .menubar-center-search-inp{
        width: 7rem;
    }
    .banner-more{
        width: 15rem;
        height: 4.5rem;
        line-height: 4.5rem;
    }
    .product-body-left ul li{
        height: auto;
        margin-top: 4rem;
        text-align: center;
    }
    .pro-icon{
        display: inline-block;
        float: none;
        width: 7.8rem;
        height: 7.8rem;
        margin-left: 0;
    }
    .pro-txt{
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .product-tab-right{
        height: 36rem;
    }
    .product-tab-page{
        height: 10rem;
        margin-top: 4rem;
    }
    .product-tab-title{
        font-size: 3rem;
        margin-top: 4rem;
    }
    .product-tab-page-icon{
        width: 100%;
        background-size: auto 45% !important;
    }
    .tabon:before{
        width: 30%;
        left: 35%;
        bottom: 8px;
    }
    .product-tab-title-xs{
        margin-top: 20px;
        width: 100%;
        margin-bottom: 10px;
    }
    .product-tab-title-xs1{
        font-size: 2.8rem;
        color: #000;
    }
    .product-tab-title-xs2{
        margin-top: 2px;
        font-size: 1.8rem;
        color: #666;
    }
    .pro-txt-p1{
        font-size: 2.4rem;
    }
    .pro-txt-p2{
        font-size: 1.6rem;
    }
    .news-toutiao-p1, .news-list ul li a{
        font-size: 1.8rem;
    }
    .news-toutiao-p2, .news-list ul li span{
        font-size: 1.4rem;
    }
    .news-toutiao span{
        height: 9rem;
    }
    .news-list ul li{
        margin-bottom: 40px;
    }
    .news-list ul{
        background-size: 2px 324px;
    }
    .workpartner-list{
        margin-top: 5rem;
    }
    .partner-cont p{
        font-size: 2.8rem;
        margin: 15px 0;
    }
    .partner-cont{
        height: auto;
        padding: 1rem;
    }
    .secondpage{
        height: 20rem;
    }
    .secondpage{
        background-size: auto 100%;
    }
    .second-body{
        margin-top: 0;
        padding-bottom: 6rem;
    }
    .second-tab-body-img{
        width: 14rem;
    }
    .second-tab-body-text1{
        font-size: 1.5rem;
        line-height: 2.4rem;
        height: 5rem;
    }
    .second-tab-body-text2{
        font-size: 16px;
    }
    .second-tab ul li{
        /* width: 9rem; */
        font-size: 1.4rem;
        margin-left:0.6rem;
        margin-right: 0.6rem;
        /* line-height: 4.2rem; */
        /* margin-top: 1rem; */
        /* font-weight: 400; */
    }
    .second-tab-body-text{
        margin-left: 20px;
    }
    .second-tab ul .on{
        font-size: 1.6rem;
    }
    .secondpage-title {
        font-size: 2.4rem;
        padding-top: 8rem;
    }
    .secondpage-title2{
        font-size: 2rem;
    }
    .second-tab ul li a{
        font-size: 16px;
        margin: 0 2px;
    }
    .second-tab-body-text2{
        display: none;
    }
    .second-tab-body ul li{
        height: 9rem;
        margin-top: 2.6rem;
    }
    .second-tab-body-text3{
        margin-top: 2.2rem;
        font-size: 1.4rem;
    }
    .second-location{
        font-size: 1.6rem;
        margin-top: 2rem;
    }
    .second-tab-body{
        margin-top: 0rem;
    }
    .list-page{
        margin-top: 5rem;
    }
    .list-page li{
        display: none;
    }
    .list-page span{
        font-size: 1.6rem;
        margin: 0 10px;
    }
    .list-page span a{
        font-size: 1.6rem;
    }
    .details-title{
        font-size: 2.4rem;
        line-height: 3.8rem;
        margin-top: 2.6rem;
        margin-bottom: 3rem;
    }
    .news-details{
        width: 96%;
        margin-left: 2%;
    }
    .detail-info span{
        font-size: 1.4rem;
        margin: 0 5px;
        display: block;
    }
    .details-img{
        text-indent: 0 !important;
    }
    .detail-info{
        line-height: 3.2rem;
        margin-bottom: 2rem;
        text-align: left;
    }
    .news-details p{
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-top: 1rem;
        text-indent: 3.2rem;
        text-indent: 0;
    }
    .second-tab{
        margin-bottom: 2rem;
        margin-top: 1.2rem;
    }
    .second-tab ul .on::before{
        height: 3px;
        bottom: -10px;
    }
    .second-location ul{
        font-size: 1.5rem;
    }
    .second-location ul li a{
        font-size: 1.5rem;
    }
    .second-location ul li{
        font-size: 1.5rem;
    }
    .second-location{
        background-size: auto 1.8rem;
    }
    .menubar-center-nav .on::before{
        display: none;
    }
    .second-module-title{
        font-size: 2rem;
        margin-top: 1.4rem;
    }
    .second-module .workpartner-list{
        margin-top: 2.4rem;
    }
    .aboutus-info-left{
        width: 100%;
        font-size: 1.5rem;
        line-height: 2.8rem;
        margin-top: 20px;
    }
    .linian-p1{
        font-size: 18px;
    }
    .linian-p2{
        font-size: 14px;
    }
    .aboutus-info-left .p-en{
        line-height: 24px;
    }
    .aboutus-info, .aboutus-cont, .aboutus-timeline, .aboutus-join{
        width: 96%;
        margin-left: 2%;
        margin-top: 2.6rem;
    }
    .aboutus-info-right{
        height: 24rem;
    }
    .part-color2{
        margin-top: 3rem;
    }
    .aboutus-cont-left p{
        margin-top: 0;
        margin-bottom: 3rem;
    }
    .part-color3{
        margin-top: 3rem;
    }
    .aboutus-info-part{
        margin-top: 3rem;
        height: 22rem;
    }
    .aboutus-cont-title{
        font-size: 1.8rem;
    }
    .aboutus-cont-body{
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    .aboutus-cont-right{
        height: 20rem;
    }
    .aboutus-cont-left{
        margin-top: 3rem;
    }
    .newcase-part-pic{
        height: 96px;
    }
    .common_footer_pc_1 .first-line .ul2 .ftit{
        margin-top: 0;
    }
    .footerframe{
        height: 370px;
    }
    .newcae-part-txt .p1{
        font-size: 14px;
    }
    .common_footer_pc_1 .first-line .ul1 li{
        margin-left: 8px;
    }
    .youshi-list .sp2{
        margin-top: 10px;
    }
    .youshi-list .sp3{
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }
    .youshi-list .sp2{
        font-size: 18px;
    }
    .lv-newslist .sp1{
        height: 114px;
    }
    .workpartner-logo img{
        height: auto;
    }
    .lv-newslist .sp2{
        font-size: 14px;
        line-height: 24px;
    }
    .yewulist .sp1{
        width: 60px;
        height: 60px;
    }
    .yewulist .sp2{
        font-size: 16px;
    }
    .yewulist .sp3{
        height: 140px;
    }
    .news{
        background-size: auto 100%;
    }
    /*---------------手机站导航开始----------*/
    .sp_nav{width:2.6rem;position: absolute;cursor:pointer; right: 1.5rem; top: 1.5rem; height: 2.0rem;}
    .sp_nav span{display:block;background:#ffffff;width:100%;height:3px; border-radius: 5px; position:absolute;transition:all ease 0.35s}
    .sp_nav span:nth-of-type(1){top:0px}
    .sp_nav span:nth-of-type(2){top:0.80rem}
    .sp_nav span:nth-of-type(3){top:1.6rem}
    .sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
    .sp_nav_se span:nth-of-type(2){width:0}
    .sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
    .sjj_nav{display: block; position:fixed;z-index:99999;background:rgba(19, 21, 37, 0.9);width:100%;top:-100%;right:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
    .nav_show{top:5rem}
    .sjj_nav ul li{  float: left; text-align: center; width: 90%; margin: 0 5%;  position:relative;}
    .sjj_nav ul li a{color:#fff; display: block; height: 5rem; line-height: 5rem; font-size: 16px; text-decoration: none;}
    .sjj_nav ul li a:hover{color: #d8d8d8;}
    .sjj_nav ul li a:active{color: #fff;}
    .sjj_nav .on a{background-color: transparent;color: #00b3f6;}
    .sjj_nav a{padding: 0;}
    .sjj_nav .on a:hover{background-color: transparent;color: #00b3f6;}
    /*-----------手机站导航结束----------*/
}