@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
    line-height: 14px;
  }

  .m_hide {
    display: none;
  }

  .m_hide_im {
    display: none !important;
  }

  .m_text_align {
    text-align: center;
  }

  .m_text_align_2 {
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
  }

  .m_flex {
    display: flex;
  }

  .m_flex_col {
    display: flex;
    flex-direction: column;
  }

  .m_flex_row {
    display: flex;
    flex-direction: row;
  }

  .m_flex_col_reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .m_flex_row_between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .m_flex_clo_between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .m_flex_wrap {
    flex-wrap: wrap;
  }

  .m_flex_jc_s {
    justify-content: flex-start;
  }

  .m_flex_jc_c {
    justify-content: center;
  }

  .m_flex_jc_b {
    justify-content: space-between;
  }

  .m_flex_ai_s {
    align-items: flex-start;
  }

  .m_flex_ai_c {
    align-items: center;
  }

  .m_flex_ai_b {
    align-items: baseline;
  }

  .m_flex_ai_e {
    align-items: flex-end;
  }

  .m_flex_1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m_flex_2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m_flex_3 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }

  .m_flex_3_1 {
    -ms-flex: 0 0 34.3%;
    flex: 0 0 34.3%;
    max-width: 34.3%;
  }

  .m_flex_3_2 {
    -ms-flex: 0 0 59.7%;
    flex: 0 0 59.7%;
    max-width: 59.7%;
  }

  .m_flex_3_3 {
    -ms-flex: 0 0 77.7%;
    flex: 0 0 77.7%;
    max-width: 77.7%;
  }

  .m_flex_2_pd {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
	}
	
	.m_flex_2_pd_2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .m_flex_basis_50 {
    flex-basis: 50%;
    box-sizing: border-box;
  }

  .m_flex_basis_48 {
    flex-basis: 48%;
    box-sizing: border-box;
  }

  .bottom_line {
    position: relative;
  }

  .bottom_line:first-child:after {
    width: 250%;
    left: -20%;
  }

  .t40 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }

  .t40_2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
  }

  .t40_3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #3f3f3f;
    text-decoration: none;
  }

  .t38 {
    font-size: 19px;
    line-height: 22px;
  }

  .t30_2 {
    font-size: 15px;
    line-height: 21px;
  }

  .t28 {
    font-size: 16px;
    line-height: 16px;
  }

  .t24 {
    font-size: 14px;
    line-height: 20px;
  }

  .t22 {
    font-size: 13px;
    line-height: 18px;
	}
	
	.t22_33 {
    font-size: 13px;
    line-height: 18px;
  }

  .t24_r {
    font-size: 12px;
    line-height: 14px;
  }

  .t20 {
    font-size: 14px;
    line-height: 20px;
  }

  .t20_2 {
    font-size: 14px;
    line-height: 20px;
  }

  .t20_3 {
    font-size: 12px;
    line-height: 24px;
  }

  .t20_4 {
    font-size: 12px;
    line-height: 16px;
  }

  .t20_r {
    font-size: 13px;
    line-height: 18px;
  }

  .t20_5 {
    font-size: 12px;
    line-height: 16px;
  }

  .t20_b {
    font-size: 12px;
    line-height: 16px;
  }
  .t20_b500 {
    font-size: 12px;
    line-height: 13px;
	}
	.t20_d9 {
    font-size: 11px;
    line-height: 11px;
	}
	
	.t18_3f {
		font-size: 12px;
		line-height: 14px;
	}
	
	.t18_33, .t18_b2 {
		font-size: 12px;
		line-height: 18px;
	}

  .t16 {
    font-size: 12px;
    line-height: 19px;
    color: #343434;
  }

  .t16_2 {
    font-size: 12px;
    line-height: 16px;
  }

  .t16_3 {
    font-size: 10px;
    line-height: 16px;
  }

  .t16_4 {
    font-size: 12px;
    line-height: 16px;
	}
	
	.t16_b2 {
    font-size: 12px;
    line-height: 18px;
  }

  .t14 {
    font-size: 12px;
    line-height: 19px;
  }

  .t14_2 {
    font-size: 12px;
    font-weight: bold;
  }

  .t14_3 {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
  }

  .m_t16 {
    font-size: 16px;
    line-height: 30px;
  }

  .m_t11 {
    font-size: 11px;
    line-height: 13px;
  }

  .m_color_34 {
    color: #343434;
  }

  .mgt5 {
    margin-top: 2px;
  }

  .mgt8 {
    margin-top: 4px;
  }

  .mgt10 {
    margin-top: 5px;
  }

  .mgt15 {
    margin-top: 7px;
	}
	
	.mgt16 {
    margin-top: 8px;
  }

  .mgt20 {
    margin-top: 10px;
  }

  .mgt25 {
    margin-top: 12px;
	}
	
	.mgt28 {
    margin-top: 14px;
  }

  .mgt30 {
    margin-top: 15px;
  }

  .mgt34 {
    margin-top: 17px;
  }

  .mgt40 {
    margin-top: 20px;
  }

  .mgt45 {
    margin-top: 22px;
  }

  .mgt50 {
    margin-top: 25px;
  }

  .mgt60 {
    margin-top: 30px;
  }

  .mgt70 {
    margin-top: 35px;
	}
	
	.mgt90 {
    margin-top: 45px;
	}
	
  .mgt100 {
    margin-top: 50px;
  }

  .mgb8 {
    margin-bottom: 4px;
  }

  .mgb10 {
    margin-bottom: 5px;
  }

  .mgb12 {
    margin-bottom: 7px;
  }

  .mgb14 {
    margin-bottom: 7px;
  }

  .mgb15 {
    margin-bottom: 8px;
  }

  .mgb20 {
    margin-bottom: 8px;
  }

  .mgb25 {
    margin-bottom: 12px;
  }
  .mgb26 {
    margin-bottom: 13px;
  }

  .mgb27 {
    margin-bottom: 12px;
  }

  .mgb30 {
    margin-bottom: 15px;
  }

  .mgb36 {
    margin-bottom: 18px;
  }

  .mgb40 {
    margin-bottom: 18px;
  }

  .mgb45 {
    margin-bottom: 22px;
  }

  .mgb50 {
    margin-bottom: 20px;
  }

  .mgb55 {
    margin-bottom: 28px;
  }

  .mgb60 {
    margin-bottom: 25px;
  }

  .mgb65 {
    margin-bottom: 32px;
  }

  .mgb70 {
    margin-bottom: 34px;
  }

  .mgb100 {
    margin-bottom: 45px;
  }

  .mgb120 {
    margin-bottom: 60px;
  }

  .mgb170 {
    margin-bottom: 80px;
  }

  .mgl5 {
    margin-left: 2px;
  }

  .mgl40 {
    margin-left: 20px;
  }

  .mgl50 {
    margin-left: 25px;
  }

  .mgl85 {
    margin-left: 40px;
  }

  .mgl100 {
    margin-left: 50px;
  }

  .mglp5 {
    margin-left: 2%;
  }

  .mgr8 {
    margin-right: 4px;
  }

  .mgr10 {
    margin-right: 5px;
  }

  .mgr15 {
    margin-right: 7px;
  }

  .mgr20 {
    margin-right: 10px;
  }

  .mgr30 {
    margin-right: 15px;
  }

  .mgr50 {
    margin-right: 25px;
  }

  .mgr400 {
    margin-right: 200px;
  }

  .mglr5 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .mglr25 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .mgtb20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .m_mgb_5 {
    margin-bottom: 5px;
  }

  .m_mgb_10 {
    margin-bottom: 10px;
  }

  .m_mgb_15 {
    margin-bottom: 15px;
  }

  .m_mgb_30 {
    margin-bottom: 30px;
	}
	
	.m_mgb_35 {
    margin-bottom: 35px;
  }

  .m_mgb_40 {
    margin-bottom: 40px;
  }

  .m_mgt_0 {
    margin-top: 0;
  }

  .m_mgt_8 {
    margin-top: 8px;
  }

  .m_mgt_20 {
    margin-top: 20px;
  }

  .m_mgt_25 {
    margin-top: 25px;
  }

  .m_mgt_50 {
    margin-top: 50px;
  }

  .m_mgtf_3 {
    margin-top: -3px;
  }

  .m_mgr_0 {
    margin-right: 0;
  }

  .m_mgl_0 {
    margin-left: 0;
  }

  .m_mgl_15 {
    margin-left: 15px;
  }

  .m_mgl_20 {
    margin-left: 20px;
  }

  .m_mgb_20 {
    margin-bottom: 20px;
  }

  .m_mgtb_15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .pdt50 {
    padding-top: 20px;
  }

  .m_pdt_15 {
    padding-top: 15px;
  }

  .img1 {
    width: 160px;
    margin-right: 10px;
  }

  .img2 {
    width: 100%;
    margin-right: 0px;
  }

  .img8 {
    width: 10px;
  }

  .img9 {
    width: 16px;
  }

  .img10 {
    width: 12px;
  }

  .p_img_1 {
    height: 8px;
  }

  .widthp85 {
    width: 100%;
  }

  .height17 {
    height: 11px;
  }

  .h154 {
    height: 104px;
  }
  .h210 {
    height: 105px;
  }

  .m_width_p100 {
    width: 100%;
  }

  .m_over_two_lines {
    -webkit-line-clamp: 2;
  }
  .m_over_two_lines_2{
    display: -webkit-box;
    word-break: break-all;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
  }
  .m_over_three_lines {
    -webkit-line-clamp: 3;
  }
  .m_over_three_lines_2{
    display: -webkit-box;
    word-break: break-all;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
  }
  .m_over_four_lines {
    -webkit-line-clamp: 4;
  }

  .m_over_six_lines {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  

  .m_line_height_12 {
    line-height: 12px;
  }

  /* -----------------------------业务---------------------- */
  .strategicWrap, .informationWrap, .cooperationWrap, .contactWrap {
    padding: 40px 0;
  }

  .mainWrap {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
  }

  .m_list_img_1 {
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
  }

  .m_list_img_1:nth-last-child() {
    border-bottom: none;
  }

  .m_list_img_1:last-child {
    border-bottom: none;
  }

  .circle_gray, .circle_red {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
  }

  .m_img_1 {
    height: 10px;
  }

  .businessWrap {
    padding: 40px 0 25px;
  }

  .businessWrap .mainWrap {
    padding: 0 5px;
  }

  .layout_type_1 {
    padding: 15px;
    border-right: 1px solid #EBEBEB;
  }

  .layout_type_1:nth-child(2n) {
    border-right: none;
  }

  .layout_type_1:nth-child(3n) {
    border-right: 1px solid #EBEBEB;
  }

  .input1 {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .textarea1 {
    height: 120px;
  }

  .btn1 {
    height: 34px;
    width: 100%;
    margin-top: 10px;
  }

  .bottomWrap {
    padding: 14px;
    height: auto;
    text-align: center;
  }

  .bottomWrap2 {
    padding: 14px;
    height: auto;
    text-align: center;
  }

  .padding1 {
    padding: 40px 0;
  }

  .padding2 {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .padding3 {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .padding4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding5 {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .padding6 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .padding7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .padding8 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .padding9 {
    padding-top: 45px;
  }
  .padding10 {
    padding-top: 40px;
  }

  /* -----------公司背景---------------- */
  .mgl005 {
    margin-left: 0;
  }

  .company_1 {
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
    color: #343434;
    line-height: 18px;
  }

  .img3 {
    margin: 25px 0;
  }

  .card1 {
    width: 100%;
    padding: 15px 10px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*IE*/
  }

  .card1 .t28 {
    margin-top: 2px;
  }

  .card1 .mgb45 {
    margin-bottom: 0;
  }

  .card1:nth-child(2n) {
    margin-left: 0;
  }

  .red_sign::after {
    width: 9px;
    height: 9px;
    border-radius: 3px;
  }

  /* ----------------------重点业务---------------- */
  .card2 {
    box-sizing: border-box;
    padding: 15px 10px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    text-align: justify;
  }

  .card3 {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 0;
  }

  .card3:last-child {
    border: none;
  }

  .card3 .over_two_lines {
    margin-top: 0;
  }

  /* 和js保持一致 */
  .maxHeight126 {
    max-height: 114px;
  }

  /* -----------------分页 -----------------------------*/
  #pages .layui-laypage a, #pages .layui-laypage span, #pages .layui-laypage-spr {
    font-size: 12px;
    padding: 0 10px;
  }

  #pages .layui-laypage .layui-laypage-next, #pages .layui-laypage .layui-laypage-prev {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }

  #pages .layui-laypage-next em, #pages .layui-laypage-prev em {
    font-size: 12px;
  }

  /*-------------------------------- 战略合作--------------------- */
  .card5 {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #EBEBEB;
  }

  .card5:last-child {
    border: none;
  }

  .card5:hover {
    box-shadow: none;
    cursor: pointer;
  }

  .card5 .mgt45 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .card5 .mgt40 {
    margin-top: 10px;
  }

  .card5 .t14 {
    line-height: 16px;
  }

  .card5 .arrowWrap {
    line-height: 14px;
    margin-top: 5px;
  }

  /* -------------------------人才加盟------------------------ */
  .card4 {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
  }

  .card4:hover {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border: 1px solid #fff;
  }

  .line4 {
    background-color: #EBEBEB;
  }

  /* --------------------在线留言---------------------- */
  .t20_border {
    font-size: 16px;
    line-height: 40px;
    padding: 0 12px;
  }

  .card6 {
    width: 100%;
    padding: 30px 20px;
  }

  .input2 {
    height: 40px;
    line-height: 40px;
  }

  .input3 {
    height: 120px;
  }

  .btn3 {
    height: 34px;
  }

  /* ----------------联系方式---------------------- */
  .pdl100 {
    padding: 0;
  }

  /* 导航 */
  .indexNav {
    flex-direction: column;
    width: 46%;
  }

  .navWrap {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 56px;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    justify-content: flex-start;
  }

  .nav {
    width: 47%;
    background-color: #fff;
    line-height: 44px;
    box-sizing: border-box;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
    color: #777;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    display: none;
  }

  .nav::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #EBEBEB;
  }

  .m_show_nav::after {
    display: none;
  }

  .nav .c_red {
    color: #000;
  }

  .nav:nth-child(0) {
    padding-top: 20px;
  }

  .nav div:hover {
    color: #000;
  }

  .m_menu {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
  }

  .indexNav .m_menu {
    background: none;
    border: none;

  }

  .m_menu_icon {
    height: 100%;
    padding: 0 20px;
  }

  .m_show_nav {
    height: 100%;
  }

  .img7 {
    width: auto;
    height: 26px;
  }

  .card7 {
    position: static;
    text-align: left;
    line-height: 30px;
    font-size: 12px;
    background-color: #fff;
  }

  .card7 li:hover {
    background-color: #fff;
    color: #DF1E18;
    cursor: pointer;
  }

  .m_img_2 {
    width: 12px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 17px;
  }

  .m_block {
    display: block;
  }

  .m_rgba_0 {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
  }

  .m_img_3 {
    width: 16px;
    height: 16px;
  }

  .indexNav .m_rgba_1 {
    background: rgba(255, 255, 255);
    border-bottom: 1px solid #ebebeb;
  }

  .indexNav .m_rgba_2 {
    background: rgba(255, 255, 255);
  }

  .m_position_1 {
    position: relative;
  }

  .bannerWrap {
    position: relative;
    margin-top: 56px;
  }

  #pop {
    /* height: 100%; */
  }

  .app-pop {
    position: fixed;
    z-index: 3;
    display: flex;
    overflow: hidden;
    color: #ffffff;
    width: 100%;
    height: 0;
    top: 0;
    left: 0px;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: -2rem;
  }

  .popMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 23px;
    font-size: 14px;
    text-align: center;
    width: auto;
    padding: 0 20px;
  }

  .popMessage img {
    width: 14px;
    margin-right: 0.3rem;
  }

  .popMessageIcon1 {
    display: none;
  }

  .app-pop-inner {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
  }

  /* todo */
  .accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .accordion li:last-child .link {
    border-bottom: 0;
  }

  .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
  }

  .accordion li.open .link {
    color: #b63b4d;
  }

  .accordion li.open i {
    color: #b63b4d;
  }

  .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /**
  * Submenu
  -----------------------------*/
  .submenu {
    display: none;
    background: #444359;
    font-size: 14px;
  }

  .submenu li {
    border-bottom: 1px solid #4b4a5e;
  }

  .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .submenu a:hover {
    background: #b63b4d;
    color: #FFF;
  }

  .page_title {
    position: absolute;
    bottom: 30px;
    left: 20px;
  }

  .detailWrap img {
    max-width: 100%;
    height: auto !important;
  }

  .keyProjectsWrap .card10{
    padding:13px 10px 0;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05); 
  }
  .keyProjectsWrap .card10 .img1{
		width: 128px;
		max-height: 104px;
	}

	.keyProjects .keyImg1{
		width: 200px;
	}

	.keyProjects .keyImg2{
		width: 260px;
	}

	.keyProjects .keyImg3{
		width: 82px;
	}

	.keyProjects .keyImg4{
		width: 377px;
	}

	.keyProjects .keyImg5{
		width: 221px;
	}

	.keyProjects .keyStyle4{
		padding:0 10px;
	}

	.keyProjects .keyStyle2{
		height: 87px;
	}

	.keyProjects .keystyle5{
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
}


