@media (max-width: 768px) {
  .headerBox {
    height: 80px;
  }
  .headerBox .navBox {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .headerBox .navBox .h5-menuIcon {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../image/m_more.png) no-repeat;
    background-size: 100% 100%;
  }
  .headerBox .navBox .h5-logo {
    display: block;
    width: 156px;
    height: 30px;
    margin-left: 5px;
  }
  .headerBox .navBox .h5-logo img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .headerBox .navBox .logo {
    width: 65px;
    height: 20px;
  }
  .headerBox .navBox .listBox {
    display: none;
  }
  .headerBox .statusBarBox {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
  }
  .headerBox .statusBarBox .welcome {
    font-size: 14px;
  }
  .headerBox .statusBarBox .wrapper {
    width: 100%;
  }
  .headerBox .statusBarBox .phone {
    display: none;
  }
  .footerBox {
    padding: 20px 15px 0;
    background-color: #fff;
    color: #333;
    border-top: 4px solid #047E41;
  }
  .footerBox .barBox {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #ccc;
  }
  .footerBox .barBox span {
    margin-top: 4px;
  }
  .footerBox .leftBox {
    padding-right: 0;
    border-right: none;
  }
  .footerBox .leftBox .h5-codeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .footerBox .leftBox .h5-codeBox img {
    width: 125px;
    height: 125px;
  }
  .footerBox .leftBox .h5-codeBox p {
    margin-top: 10px;
  }
  .footerBox .leftBox .title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0;
  }
  .footerBox .leftBox .email {
    font-size: 14px;
    padding-left: 24px;
    background: url(../image/m_email.png) no-repeat left center;
    background-size: 20px 20px;
  }
  .footerBox .leftBox .address {
    font-size: 14px;
    padding-left: 24px;
    background: url(../image/m_local.png) no-repeat left center;
    background-size: 20px 20px;
  }
  .footerBox .leftBox .phone {
    font-size: 14px;
    padding-left: 24px;
    background: url(../image/m_phone.png) no-repeat left center;
    background-size: 20px 20px;
  }
  .footerBox .leftBox .phone span {
    font-size: 20px;
  }
  .footerBox .rightBox {
    display: none;
  }
  .footerBox .wrapper {
    padding: 0;
    padding-bottom: 20px;
  }
  .public-box {
    width: 100%;
    margin: 0;
  }
  .public-btn {
    width: 120px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
  .h5-loadMore {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .h5-loadMore .text {
    font-size: 16px;
    color: #047E41;
    letter-spacing: 1px;
  }
  .h5-loadMore .la-ball-clip-rotate {
    margin-right: 5px;
  }
  .indexPage .connectBg {
    background: #fff;
  }
  .indexPage .connectBg .rongyuBox {
    display: block;
    height: 220px;
    background: url(../image/m_product2.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .indexPage .connectBg .rongyuBox .h5-rongyuBtn {
    display: block;
    color: #fff;
    margin: 20px auto 0;
    background-color: #047E41;
  }
  .indexPage .connectBg .rongyuBox .h5-rongyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 15px 20px;
  }
  .indexPage .connectBg .rongyuBox .h5-rongyu img {
    width: 30%;
    height: auto;
  }
  .indexPage .connectBg .rongyuBox .left, .indexPage .connectBg .rongyuBox .right {
    display: none;
  }
  .indexPage .connectBg .productCenterBox {
    background: url(../image/m_product1.jpg) no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .indexPage .connectBg .productCenterBox .listBox {
    margin-top: 20px;
  }
  .indexPage .connectBg .productCenterBox .listBox .item {
    height: 200px !important;
  }
  .indexPage .connectBg .productCenterBox .listBox .item .moreBtn {
    margin-top: 20px;
  }
  .indexPage .connectBg .productCenterBox .listBox .item .name {
    font-size: 16px !important;
  }
  .indexPage .connectBg .productCenterBox .titleBox {
    margin-top: 20px;
  }
  .indexPage .connectBg .productCenterBox .titleBox .title {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 17px;
  }
  .indexPage .connectBg .productCenterBox .titleBox .title::after, .indexPage .connectBg .productCenterBox .titleBox .title::before {
    top: 0;
  }
  .indexPage .connectBg .productCenterBox .watchDetail {
    margin-top: 30px;
  }
  .indexPage .connectBg .productCenterBox .listBox .item {
    height: 240px;
  }
  .indexPage .connectBg .productCenterBox .listBox .item img {
    width: 60px;
    height: 60px;
  }
  .indexPage .connectBg .productCenterBox .listBox .item .name {
    font-size: 18px;
    margin-top: 15px;
  }
  .indexPage .connectBg .productCenterBox .listBox .item .en {
    font-size: 12px;
  }
  .indexPage .connectBg .productCenterBox .listBox .item .moreBtn {
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
  .indexPage .clearbydyBox {
    margin-top: 20px;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 15px;
  }
  .indexPage .clearbydyBox .menuList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 20px;
  }
  .indexPage .clearbydyBox .menuList .item {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .indexPage .clearbydyBox .menuList .item img {
    width: 64px;
    height: 64px;
    margin-right: 10px;
  }
  .indexPage .clearbydyBox .menuList .item .title {
    font-size: 15px;
  }
  .indexPage .clearbydyBox .menuList .item span {
    font-size: 12px;
  }
  .indexPage .clearbydyBox .right {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .indexPage .clearbydyBox .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .indexPage .clearbydyBox .left .detailBtn {
    margin-top: 30px;
  }
  .indexPage .clearbydyBox .left .dataBox {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .indexPage .clearbydyBox .left .dataBox .value {
    font-size: 26px;
    font-weight: 400;
  }
  .indexPage .clearbydyBox .left .dataBox .label {
    font-size: 14px;
    margin-top: 6px;
  }
  .indexPage .clearbydyBox .left .description {
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .indexPage .clearbydyBox .left .title {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 17px;
  }
  .indexPage .clearbydyBox .left .title::after, .indexPage .clearbydyBox .left .title::before {
    top: 0;
  }
  .indexPage .clearbydyBox .wrapper {
    display: block;
  }
  .indexPage .bannerBox .swiper {
    height: 152px;
  }
  .indexPage .bannerBox .swiper .textImg {
    width: 260px;
    height: 32px;
  }
  .indexPage .bannerBox .swiper .swiper-button-next, .indexPage .bannerBox .swiper .swiper-button-prev {
    display: none;
  }
  .indexPage .bannerBox .swiper .swiper-pagination-bullet {
    height: 4px;
    border-radius: 0;
  }
  .indexPage .newsBox {
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
  .indexPage .newsBox .moreBtn {
    font-size: 18px;
    width: 120px;
  }
  .indexPage .newsBox .right {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .indexPage .newsBox .right .elems {
    margin-top: 10px;
    height: auto;
  }
  .indexPage .newsBox .right .elems .details .titls {
    font-size: 16px;
    font-weight: 500;
  }
  .indexPage .newsBox .right .elems .details .desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .indexPage .newsBox .right .elems .times .year {
    font-size: 18px;
  }
  .indexPage .newsBox .right .elems .times .month {
    font-size: 16px;
  }
  .indexPage .newsBox .left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: block;
    padding-bottom: 15px;
  }
  .indexPage .newsBox .left .names {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  }
  .indexPage .newsBox .left .desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
  }
  .indexPage .newsBox .left img {
    display: block;
    width: 100%;
    height: 210px;
    padding-bottom: 15px;
  }
  .indexPage .newsBox .wrapper {
    margin-top: 20px !important;
    display: block;
  }
  .indexPage .newsBox .title {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 17px;
  }
  .indexPage .newsBox .title::after, .indexPage .newsBox .title::before {
    top: 0;
  }
  .aboutPage .experienceBox {
    margin-top: 0;
    height: auto;
    padding: 20px 0;
  }
  .aboutPage .experienceBox .timeLineBox {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .aboutPage .experienceBox .timeLineBox::after {
    left: 21px;
  }
  .aboutPage .experienceBox .timeLineBox .time {
    font-size: 18px;
    margin-left: 24px;
    margin-bottom: 15px;
  }
  .aboutPage .experienceBox .timeLineBox .item {
    padding-left: 50px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .aboutPage .experienceBox .timeLineBox .item::after {
    width: 12px;
    height: 12px;
  }
  .aboutPage .experienceBox .title {
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .aboutPage .cultureBox {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .aboutPage .cultureBox .swiperBox2 {
    height: 120px;
    width: 100%;
    overflow: hidden;
  }
  .aboutPage .cultureBox .right {
    padding-left: 0;
    display: block;
  }
  .aboutPage .cultureBox .right .swiper2 {
    width: 100% !important;
    overflow: hidden !important;
    height: 100% !important;
  }
  .aboutPage .cultureBox .right .arrowBtns {
    margin-top: 0;
  }
  .aboutPage .cultureBox .right .arrowBtns img {
    margin-right: 40px;
    width: 32px;
    height: 32px;
  }
  .aboutPage .cultureBox .right .title {
    margin-top: 20px;
    font-size: 18px;
  }
  .aboutPage .cultureBox .right .artTtile {
    font-size: 32px;
    margin-top: 20px;
  }
  .aboutPage .cultureBox .right .content {
    margin-top: 10px;
    font-size: 20px;
  }
  .aboutPage .cultureBox .left {
    width: 100%;
    height: 200px;
  }
  .aboutPage .swiperBox {
    height: 160px;
  }
  .aboutPage .swiperBox .indicator {
    margin-top: 0;
  }
  .aboutPage .swiperBox .indicator .arrowRight, .aboutPage .swiperBox .indicator .arrowLeft {
    width: 32px;
    height: 32px;
  }
  .aboutPage .swiperBox .indicator .text {
    font-size: 15px;
    padding: 0 40px;
  }
  .aboutPage .swiperBox .swiper {
    height: 100%;
  }
  .aboutPage .swiperBox .swiper-slide img {
    width: 150px;
    height: 120px;
  }
  .aboutPage .honorBox {
    margin-top: 0;
    height: 280px;
  }
  .aboutPage .honorBox .desc {
    font-size: 15px;
    margin-top: 4px;
  }
  .aboutPage .honorBox .title {
    font-size: 18px;
    padding-top: 30px;
  }
  .aboutPage .bannerBox2 {
    margin-top: 0;
    height: 120px;
  }
  .aboutPage .aboutDyBox {
    display: block;
  }
  .aboutPage .aboutDyBox .left {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 15px;
  }
  .aboutPage .aboutDyBox .left .title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .aboutPage .aboutDyBox .left .desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .aboutPage .anchorNavBox {
    height: 40px;
  }
  .aboutPage .anchorNavBox .item {
    line-height: 40px;
    font-size: 14px;
  }
  .aboutPage .bannerBox {
    height: 140px;
  }
  .contactUsPage .formBox {
    display: block;
  }
  .contactUsPage .formBox .right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .contactUsPage .formBox .right .form-item {
    height: 40px;
    font-size: 16px;
  }
  .contactUsPage .formBox .left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .contactUsPage .formBox .left .value {
    font-size: 16px;
  }
  .contactUsPage .formBox .left .label {
    font-size: 16px;
    margin-top: 10px;
  }
  .contactUsPage .formBox .left .title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .contactUsPage .mapBox {
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .contactUsPage .mapBox .iconItem .label {
    font-size: 14px;
  }
  .contactUsPage .mapBox .iconItem .desc {
    font-size: 14px;
    word-break: break-all;
  }
  .contactUsPage .mapBox .right {
    padding: 0;
    margin-top: 20px;
  }
  .contactUsPage .mapBox .right .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .contactUsPage .mapBox .left {
    width: 100%;
  }
  .contactUsPage .bannerBox {
    height: 140px;
  }
  .contactUsPage .bannerBox .text {
    width: 148px;
    height: 30px;
  }
  .followUsPage .companyAddress {
    display: none;
  }
  .followUsPage .codeBox2 {
    display: block;
    padding: 20px 15px 30px;
  }
  .followUsPage .codeBox2 .btn {
    font-size: 16px;
    width: 200px;
  }
  .followUsPage .codeBox2 .item {
    margin: 0;
    width: 100%;
    height: auto;
    padding-top: 30px;
  }
  .followUsPage .bannerBox {
    height: 140px;
  }
  .followUsPage .bannerBox .text {
    width: 148px;
    height: 30px;
  }
  .hezuoPage .opreationBox {
    display: block;
  }
  .hezuoPage .opreationBox .coverImg {
    height: 140px;
    margin-top: 10px;
  }
  .hezuoPage .opreationBox .title {
    font-size: 20px;
    background-size: 24px 24px;
  }
  .hezuoPage .opreationBox .item {
    padding: 15px;
    background-color: #F8F8F8;
    margin: 0 !important;
    margin-top: 15px !important;
  }
  .hezuoPage .opreationBox .item .watchBtn {
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
  .hezuoPage .bannerBox {
    height: 140px;
  }
  .hezuoPage .bannerBox .text {
    width: 148px;
    height: 30px;
  }
  .joinUsPage .jobBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 15px 30px;
  }
  .joinUsPage .jobBox .item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  .joinUsPage .jobBox .item .infos {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .joinUsPage .jobBox .item .infos .title {
    font-size: 18px;
  }
  .joinUsPage .jobBox .item .infos .applyBtn {
    margin-top: 0;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
  }
  .joinUsPage .jobBox .item img {
    width: 110px;
    height: 100px;
  }
  .joinUsPage .tagBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 20px;
    margin-top: 30px;
  }
  .joinUsPage .tagBox .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
  }
  .joinUsPage .tagBox .item img {
    width: 40px;
    height: 40px;
  }
  .joinUsPage .tagBox .item .label {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
  }
  .joinUsPage .titleBox {
    margin-top: 20px;
  }
  .joinUsPage .titleBox .label {
    font-size: 18px;
  }
  .joinUsPage .titleBox .desc {
    font-size: 15px;
    margin-top: 8px;
  }
  .joinUsPage .bannerBox {
    height: 140px;
  }
  .joinUsPage .bannerBox .text {
    width: 148px;
    height: 30px;
  }
  .jobDetailPage {
    padding: 30px 0;
  }
  .jobDetailPage .jobTitle {
    font-size: 20px;
  }
  .jobDetailPage .createTime {
    font-size: 16px;
  }
  .newsListPage .pageBox {
    display: none;
  }
  .newsListPage .articleBox {
    width: 100%;
    margin-top: 0;
  }
  .newsListPage .articleBox .item {
    line-height: 24px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
    padding: 20px 15px 30px;
    border-bottom: 1px dashed #ccc;
  }
  .newsListPage .articleBox .item .time {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #999;
  }
  .newsListPage .anchorNavBox {
    height: 42px;
  }
  .newsListPage .anchorNavBox .item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .newsListPage .bannerBox {
    height: 140px;
  }
  .newsListPage .bannerBox .text {
    width: 148px;
    height: 30px;
  }
  .newsDetailPage .title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .newsDetailPage .time {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .newsDetailPage .content {
    padding-top: 30px;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .productPage .pageBox {
    display: none;
  }
  .productPage .productBox {
    padding-top: 0;
  }
  .productPage .listBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .productPage .listBox .item {
    width: 48%;
    margin-right: 4%;
    margin-top: 15px;
  }
  .productPage .listBox .item:nth-child(2n) {
    margin-right: 0;
  }
  .productPage .listBox .item .infos {
    padding: 15px;
  }
  .productPage .listBox .item .infos .title {
    font-size: 16px;
    text-align: center;
  }
  .productPage .listBox .item .infos .desc {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }
  .productPage .listBox .item .coverImg {
    width: 100%;
    height: 140px;
  }
  .productPage .anchorNavBox {
    height: 42px;
  }
  .productPage .anchorNavBox .item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .productPage .bannerBox {
    height: 140px;
  }
  .productPage .bannerBox .text {
    width: 148px;
    height: 30px;
  }
  .productDetailPage .goodsDescription {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .productDetailPage .goodsDescription .content li {
    font-size: 16px;
    line-height: 22px;
  }
  .productDetailPage .goodsDescription .content li::after {
    top: 8px;
  }
  .productDetailPage .goodsDescription .title {
    font-size: 20px;
  }
  .productDetailPage .goodsImage {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .productDetailPage .goodsImage .title {
    font-size: 20px;
  }
  .productDetailPage .goodsImage .desc {
    font-size: 16px;
    margin-top: 8px;
  }
  .productDetailPage .goodsImage img {
    width: 100%;
  }
}