@charset "utf-8";
.aboutbox {
    margin-top: 58px;
    padding: 70px 0 110px;
    background-color: #f4f4f4;
}

.aboutbox_js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboutbox_jsl {
    width: 32%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutbox_jsr {
    width: 68%;
    padding: 52px 55px;
    background-color: #fff;
}

.aboutbox_jsrh {
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.aboutbox_jsrp {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.aboutbox_jsrp p {
    margin-top: 0px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.aboutbox_jsrp h2 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 34px;
}

.aboutbox_shu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboutbox_shul {
    position: relative;
    background-color: #0360b0;
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #0360b0;
}

.aboutbox_shul_lan {
    background-color: #0360b0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.aboutbox_shulbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboutbox_shulboxi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboutbox_shulboxi i {
    font-size: 54px;
    color: rgba(255, 255, 255, .4);
}

.aboutbox_shulboxr {
    margin-left: 20px;
}

.aboutbox_shulboxrt {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.aboutbox_shulboxrb {
    margin-top: -5px;
    font-size: 20px;
    color: rgba(255, 255, 255, .4);
}

.aboutbox_shur {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 35px 0;
    background-color: #f9f9f9;
}

.aboutbox_shur>div {
    width: 33.33%;
    border-right: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboutbox_shur>div:last-child {
    border-right: 0;
}

.aboutbox_shur_itemtxth span {
    font-size: 38px;
    font-weight: 700;
    color: #222222;
}

.aboutbox_shur_itemtxth b {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    line-height: 24px;
    background-color: #ff7800;
    font-size: 14px;
    color: #fff;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

.aboutbox_shur_itemtxtp {
    font-size: 14px;
    color: #777;
}

.aboutbox_shu:hover .aboutbox_shulboxi i{
    /* color: #fff; */
}

.aboutbox_img {
    margin-top: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboutbox_img_item {
    width: 24%;
    padding: 65px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
    transition:all .5s;
    position: relative;
    top: 0;
}

.aboutbox_img_itemh {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.aboutbox_img_itemp {
    margin-top: 15px;
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
}
.aboutbox_img_item:hover{
    
    top: -10px;
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

@media screen and (max-width: 1200px) {
    .aboutbox_jsr {
        padding: 40px 30px;
    }
    .aboutbox_jsrp {
        margin-top: 25px;
    }
    .aboutbox_jsrp p {
        margin-top: 20px;
        line-height: 24px;
    }
    .aboutbox_shur {
        padding: 20px 0;
    }
    .aboutbox_img {
        margin-top: 45px;
    }
}

@media screen and (max-width: 992px) {
    .aboutbox {
        margin-top: 30px;
        padding: 40px 0;
    }
    .aboutbox_js {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutbox_js>div {
        width: 100%;
    }
    .aboutbox_jsl {
        height: 220px;
    }
    .aboutbox_jsr {
        padding: 25px 20px 30px;
    }
    .aboutbox_jsrp {
        margin-top: 15px;
    }
    .aboutbox_jsrp p {
        margin-top: 10px;
        line-height: 22px;
    }
    .aboutbox_shur {
        padding: 30px 0 10px;
    }
    .aboutbox_shul {
        display: none;
    }
    .aboutbox_shur {
        width: 100%;
    }
    .aboutbox_img {
        margin-top: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutbox_img_item {
        width: 49%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .aboutbox .row {
        padding: 0 15px;
    }
    .aboutbox_jsrh {
        font-size: 18px;
        font-weight: 600;
    }
    .aboutbox_jsr {
        padding: 25px 15px;
    }
    .aboutbox_jsrp p {
        font-size: 13px;
        line-height: 28px;
    }
    .aboutbox_shur_itemtxth span {
        font-size: 20px;
    }
    .aboutbox_shur_itemtxtp {
        font-size: 12px;
    }
    .aboutbox_shur_itemtxth b {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 13px;
    }
    .aboutbox_img_item {
        padding: 40px 10px;
    }
    .aboutbox_img_itemh {
        font-size: 18px;
    }
    .aboutbox_img_itemp {
        margin-top: 10px;
    }
}


/* 效率精度 */

.xljd {
    padding: 90px 0 80px;
}

.xljd_title {
    text-align: center;
}

.xljd_titleh {
    font-size: 32px;
    font-weight: 600;
    color: #222222;
}

.xljd_titlep {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}

.xljd_titleh span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #ff7800;
    margin: 0 8px;
}

.xljd_ct {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xljd_ctitem {
    text-align: center;
    width: 32%;
    padding: 40px 35px;
    box-shadow: 0px 2px 10px 0px rgba(61, 43, 43, 0.18);
    margin-right: 2%;
}

.xljd_ctitem:last-child {
    margin-right: 0;
}

.xljd_ctitem_img img {
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xljd_ctitem_h {
    margin-top: 25px;
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xljd_ctitem_p {
    margin-top: 15px;
    line-height: 28px;
    color: #777777;
}

.xljd_ctitem:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xljd_ctitem:hover .xljd_ctitem_h {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

@media screen and (max-width: 1200px) {
    .xljd {
        padding: 70px 0 60px;
    }
    .xljd_ctitem {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 992px) {
    .xljd_ctitem {
        width: 49%;
        margin-bottom: 10px;
    }
    .xljd_ctitem:nth-child(2n) {
        margin-right: 0;
    }
    .xljd {
        padding: 50px 0 40px;
    }
    .xljd_ct {
        margin-top: 40px;
    }
    .xljd_ctitem {
        padding: 30px 10px;
    }
    .xljd_ctitem_h {
        margin-top: 15px;
    }
    .xljd_ctitem_p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .xljd_ctitem {
        width: 100%;
        margin-right: 0;
    }
    .xljd .row {
        padding: 0 15px;
    }
    .xljd_titleh {
        font-size: 22px;
    }
    .xljd_ctitem_h {
        font-size: 18px;
        margin-top: 10px;
    }
    .xljd_ctitem_p {
        margin-top:10px;
        font-size: 13px;
        line-height: 20px;
    }
    .xljd_ctitem {
        padding: 20px 10px;
    }
}


/* 案例 */
.cases {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.cases_t {
  border-top: 1px solid #d8d8d8;
  position: relative;
}
.cases_tbox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -24px);
  -webkit-transform: translate(-50%, -24px);
  -moz-transform: translate(-50%, -24px);
  -ms-transform: translate(-50%, -24px);
  -o-transform: translate(-50%, -24px);
  padding: 0 58px;
  background-color: #f3f3f3;
}
.cases_tboxbig {
  /* position: relative; */
  text-align: center;
}
.cases_tboxh {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
}
.cases_tboxp {
  font-size: 14px;
  color: #999999;
}
.cases_yl, .cases_yr {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #d8d8d8;
}
.cases_yl {
  left: 0;
  top: 20px;
}
.cases_yr {
  right: 0;
  top: 20px;
}
.cases_b {
  margin-top: 90px;
  padding: 0 40px;
  position: relative;
}
.cases_container {
  /* padding-right: -1px; */
  /* border: 1px solid #d3d3d3;

    border-left: none;

    border-right: none;

    border-bottom: none; */
  border-right: 1px solid rgba(0, 0, 0, .15);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  position: unset;
}
.cases_wrapper {
  background-color: #fff;
  /* border-bottom: 1px solid #d3d3d3; */
}
.cases_slide {
  overflow: hidden;
  /* border-left: 1px solid rgba(0, 0, 0, .15);

    border-top: 1px solid rgba(0, 0, 0, .15); */
}
.cases_slide img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  padding: 15px;
}
.cases_slide:nth-child(-n +7) {
  /* border-top: 0; */
}
.cases_slide:nth-child(7n) {
  /* border-right: 1px solid rgba(0, 0, 0, .15); */
}
.cases_slide_item {
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, .15);
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.cases_slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cases_pagination {
  display: none;
}
.cases_container .cases_pagination {
  bottom: -33px;
}
.cases_container .cases_pagination span.swiper-pagination-bullet-active {
  background-color: #ff7800;
}
.cases_more {
  margin-top: 45px;
  text-align: center;
}
.cases_more a {
  display: inline-block;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: linear-gradient(to left, #0b92df 0%, #0050a2 10);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .cases_container {
    padding-bottom: 50px;
  }
  .cases_pagination {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .cases {
    padding: 50px 0;
  }
  .cases_more {
    margin-top: 30px;
  }
  .cases_tbox {
    width: 70%;
  }
  .cases_b {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .cases_container {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .cases_tboxh {
    font-size: 24px;
  }
  .cases_tboxp {
    font-size: 12px;
  }
  .cases_tbox {
    width: 100%;
    padding: 0;
    position: relative;
    top: 20px;
  }
  .cases_yl, .cases_yr {
    display: none;
  }
  .cases_more {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .cases_b {
    margin-top: 30px;
    padding: 0 20px;
  }
}