﻿@media only screen and (max-width: 760px) {
  body:after {
    content: 'Mobile';
  }
  body,
  input,
  textarea,
  button,
  select {
    font-size: 16px;
  }
  .UnmobilePush {
    display: none;
  }
  .MobilePush {
    display: block;
  }
  img[data-src] {
    opacity: 1;
  }
  .wrap,
  .mwrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
  }
  .mwrap .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  /*移动端防恶意复制信息*/
  * {
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -khtml-user-select: none; /*早期浏览器*/
    -moz-user-select: none; /*火狐*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
  }
  input {
    -webkit-user-select: auto; /*webkit浏览器*/
  }
  textarea {
    -webkit-user-select: auto; /*webkit浏览器*/
  }
  /*mobileMode 760 网站样式*/

  /*公共样式*/
  .header_top {
    display: none;
  }
  .header_bott {
    padding: 15px 0 10px;
  }
  .header_bott .logo {
    float: left;
    margin-right: 14%;
    font-size: 0;

    width: 130px;
    height: auto;
    margin-right: 0;
  }
  .header_bott .inav_wrapper {
    width: 0;
  }
  .header.fixed .header_bott {
    box-shadow: none;
    position: relative;
  }
  .search-alert {
    display: none;
  }
  .xc_banner {
    height: 224px;
  }
  .xc_banner > img {
    width: 1000px;
    margin-left: -500px;
  }
  .xc_banner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
  }
  .xc_banner .infor {
    bottom: 30px;
    display: none;
  }
  .xc_banner .infor .tit {
    font-size: 16px;
  }
  .xc_banner .infor .con {
    font-size: 18px;
  }
  .channel_content {
    padding: 15px 0;
  }
  .footer {
    display: none;
  }
  .xc_banner .xc_crumbs {
    display: block;
  }

  /*------------------手机端底部---------------------*/
  .ibanner {
    display: none;
  }
  .ipart {
    display: none;
  }
  /*.m_footer{padding:34px 5%; display:none; background:#ebedef;}
    .m_footer{display:block; border-top:1px solid #d7d7d7; background:#fff; position:relative;}
    .m_footer .m_fLogo{margin-bottom:20px; width:40%;}
    .m_footer .m_company{font-size:16px; color:#535353; line-height:30px;}
    .m_footer .m_company .beian{display:block;}
    .m_footer .m_fBott{font-size:14px; color:#535353; margin-top:15px;}
    .m_footer .m_fBott a{display:inline-block;}
    .m_footer .m_fBott em{display:inline-block; margin:0 5px;}
    .m_footer .m_share{margin-top:15px;}
    .m_footer .m_share .share_box{display:inline-block; vertical-align:middle;}
    .m_footer .m_share .share_box a{display:inline-block; padding:0; margin:0 5px; font-size:18px; width:35px; height:35px; line-height:35px; background:#e0e4eb; color:#01a2ea; border-radius:50%; text-align:center;}
    .m_footer .m_share .share_box a:first-child{margin-left:0;}
    .m_footer .m_share .share_box a i{margin:0; vertical-align:middle;}
    .m_footer .m_share .share_box a:hover{background:#43b6ea; color:#fff;}*/

  .m_footer {
    display: block;
    background: #e7e8ea;
    text-align: center;
  }
  .m_footer .m_link {
    text-align: center;
    border-bottom: 1px solid #dbdcde;
    padding-top: 14px;
  }
  .m_footer .m_link.active {
    background: #d5d9df;
  }
  .m_footer .m_link .tab {
    color: #666666;
    font-size: 18px;
    line-height: 1;
    padding: 18px 48px 18px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
  }
  .m_footer .m_link .tab:after,
  .m_footer .m_link .tab:before {
    content: '';
    background: #b3b3b3;
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
  .m_footer .m_link .tab:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.6s ease-out;
  }
  .m_footer .m_link .tab:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.6s ease-out;
  }
  .m_footer .m_link .tab.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #b3b3b3;
  }
  .m_footer .m_link .tab.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    background: #b3b3b3;
  }
  .m_footer .m_link .tab_con {
    display: none;
    line-height: 40px;
    border-top: 1px solid #ced0d4;
    padding: 10px 0;
    font-size: 14px;
  }
  .m_footer .m_link .tab_con ul {
    overflow: hidden;
    padding: 0 40px;
  }
  .m_footer .m_link .tab_con ul li {
    float: left;
    width: 50%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 25px;
  }
  .m_footer .m_friend {
    padding: 20px 8%;
    font-size: 13px;
  }
  .m_footer .m_copyright {
    padding-bottom: 20px;
    color: #9f9f9f;
    font-size: 12px;
  }

  /*公共样式 end*/

  /*PC首页*/
  .ibanner {
    padding-bottom: 50%;
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .ibanner .owl-carousel.owl-loaded .item {
    padding-bottom: 50%;
    height: 0;
  }
  .ibanner .owl-carousel .owl-item img {
    width: 100%;
    left: 0;
    position: static;
    margin-left: 0;
  }
  :root .ibanner .video_item img {
    display: block;
  }
  .ibanner .dots_btn {
    display: none;
  }
  .ipart {
    margin-top: 0;
  }

  /*手机端首页*/
  .ipart_link a {
    line-height: 70px;
    font-size: 18px;
  }
  .ipart_link a .icon {
    width: 41px;
    height: 26px;
    background-size: cover;
    margin-right: 20px;
    top: 7px;
  }
  .go_top {
    display: block;
  }

  .m_index_banner {
    display: block;
    text-align: center;
  }
  .m_index_banner .text_box {
    background: url(../img/jll/mi_bantext.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 15px 0 40px;
  }
  .m_index_banner li {
    display: none;
  }
  .m_index_banner .owl-item li {
    display: block;
  }
  .m_index_banner .text_box .t1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .m_index_banner .text_box .desc {
    font-size: 14px;
    opacity: 0.6;
    width: 80%;
    margin: 0 auto;
  }
  .m_index_banner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    text-align: center;
  }
  .m_index_banner .owl-dots .owl-dot {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 2px;
    background: #a4b3d1;
    margin: 0 2px;
  }
  .m_index_banner .owl-dots .owl-dot.active {
    background: #fff;
  }
  .m_ipart {
    display: block;
  }
  .m_ipt01 {
    margin: 15px 0;
  }
  .m_ipt01 a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .m_ipt01 .t1 {
    color: #666;
    font-weight: bold;
  }
  .m_ipt01 .left {
    width: 49%;
    float: left;
    text-align: center;
  }
  .m_ipt01 .left .rect-44 {
    padding-bottom: 46%;
    position: relative;
  }
  .m_ipt01 .left .text,
  .m_ipt01 .right .text {
    padding: 10px;
    text-align: left;
    font-size: 19px;
  }
  .m_ipt01 .left .text .t2,
  .m_ipt01 .right .text .t2 {
    width: 46px;
    height: 14px;
    background: url(../img/m_jiantou.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 12px;
    bottom: 10px;
    transition: all 0.5s ease;
  }
  .m_ipt01 .left .top {
    margin-bottom: 8px;
  }

  .m_ipt01 .right {
    width: 49%;
    float: right;
  }

  .m_ipt01 .right .rect-44 {
    padding-bottom: 46%;
    font-size: 19px;
  }
  .m_ipt01 .right .top {
    margin-bottom: 8px;
  }

  .m_ipt02 .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #13659f;
    text-align: center;
  }
  .m_ipt02 .t2 {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
  }

  .m_ipt02 .tab_con .rect-667 {
    padding-bottom: 66.7%;
  }
  .m_ipt02 .tab_con .item {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .m_ipt02 .tab_con .item a {
    display: block;
  }
  .m_ipt02 .tab_con .item .left {
    width: 60%;
  }
  .m_ipt02 .tab_con .item .left .t {
    font-size: 16px;
    margin-top: 5px;
    line-height: 26px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 15px;
    color: #666;
  }
  .m_ipt02 .tab_con .item .left .tag {
    font-size: 12px;
    color: #b3b3b3;
  }
  .m_ipt02 .tab_con .item .right {
    width: 37%;
  }
  .m_ipt02 .tab_con .more {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
  }
  .m_ipt03 {
    text-align: center;
    position: relative;
  }
  .m_ipt03 .box_wrap {
    padding: 40px 28px 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 6px solid #fff;
    display: block;
    position: relative;
  }
  .m_ipt03 .box_wrap:after {
    content: '';
    position: absolute;
    bottom: 34px;
    right: 40px;
    width: 40px;
    height: 9px;
    background: url(../img/jll/m_ipart05_1.png) no-repeat center;
  }
  .m_ipt03 .box1 {
    color: #fff;
  }
  .m_ipt03 .box1 .t {
    font-size: 15px;
    font-weight: bold;
  }
  .m_ipt03 .box1 .tit-desc {
    font-size: 12px;
    line-height: 26px;
  }
  .m_ipt03 .box1 .con {
    line-height: 24px;
    padding: 15px 0 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
  }

  .m_ipt03 .box1 .con .desc {
    background: rgba(5, 66, 146, 0.9);
    padding: 0 20px 0 20px;
    height: 160px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
  }

  .m_ipt04 {
    text-align: center;
  }
  .m_ipt04 .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
  }
  .m_ipt04 .t2 {
    font-size: 14px;
    color: #888888;
    margin-bottom: 15px;
  }
  .m_ipt05 {
    text-align: center;
    border-top: 1px solid #dee1e6;
  }
  .m_ipt05 .con_box {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .m_ipt05 .con_box .item {
    width: 50%;
  }
  .m_ipt05 .con_box .info {
    padding: 15px 0 20px 10px;
    text-align: left;
  }
  .m_ipt05 .con_box .info .d {
    font-size: 12px;
  }
  .m_ipt05 .con_box .info .d2 {
    color: #13659f;
  }
  .m_ipt05 .con_box .info .d2 .big {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .m_ipt05 .con_box .info .d2 .smal {
    font-size: 14px;
  }
  .m_ipt05 .con_box .item1 .info,
  .m_ipt05 .con_box .item3 .info {
    border-right: 1px solid #e6e6e6;
  }
  .m_ipt05 .con_box .item1 .info,
  .m_ipt05 .con_box .item2 .info {
    border-bottom: 1px solid #e6e6e6;
    height: 80px;
  }

  .m_ipt05 .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #13659f;
    text-align: center;
  }
  .m_ipt05 .t2 {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
  }

  .m_ipt06 {
    margin-top: 10px;
  }
  .m_ipt06 .box_wrap {
    padding: 60px 28px 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 6px solid #fff;
    display: block;
    position: relative;
  }
  .m_ipt06 .box_wrap:after {
    content: '';
    position: absolute;
    bottom: 34px;
    right: 40px;
    width: 40px;
    height: 9px;
    background: url(../img/mi_05flag.png) no-repeat center;
  }
  .m_ipt06 .box2 .box_wrap {
    padding: 26px 28px 30px;
    color: #fff;
  }
  .m_ipt06 .box2 .d {
    font-size: 24px;
    font-weight: bold;
  }
  .m_ipt06 .box1 a:hover {
    color: #4f4f4f;
  }
  .m_ipt06 .box2 a:hover {
    color: #fff;
  }

  .m_propt02 {
    text-align: center;
  }
  .m_propt02 ul li {
    float: left;
    width: 33.333%;
  }
  .m_propt02 ul li .rect-6578 {
    padding-bottom: 65.78%;
  }
  .m_propt02 ul li .info {
    padding: 20px 0;
    border-top: 1px solid #e7e8ea;
    border-right: 1px solid #e7e8ea;
    display: block;
  }
  .m_propt02 ul li .info .info_img {
    padding: 0 20px;
  }
  .m_propt02 ul li .info .t {
    line-height: 1;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
  }
  .m_propt02 ul li:nth-child(3n -2) .info {
    border-left: 1px solid #e7e8ea;
  }
  .m_propt02 ul li .info .more {
    color: #666;
    font-size: 14px;
  }
  .m_propt02 ul li .info .more p {
    margin-top: 15px;
    line-height: 1;
  }

  /*解决方案*/
  .solution.channel_content {
    padding: 0;
  }
  .solution01 {
    padding: 15px 0;
    height: auto;
  }
  .solution01 .infor {
    text-align: center;
    padding-top: 30px;
  }
  .solution01 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .solution01 .infor .tit .img_ {
    width: 35px;
    height: auto;
    left: -40px;
    bottom: 0;
  }
  .solution01 .infor .tit .text {
    margin-bottom: 10px;
  }
  .solution01 .infor .con {
    font-size: 14px;
    line-height: 25px;
  }
  .solution01 .content .form_box {
    padding: 15px 0 0;
  }
  .solution01 .content .form_box .select_wrap {
    margin-right: 1%;
  }
  .solution01 .content .form_box .select_wrap .sele {
    height: 35px;
    line-height: 35px;
  }
  .solution01 .content .form_box button {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 28%;
  }
  .solution01 .content .item .right .intro .box .t {
    font-size: 18px;
    line-height: 23px;
  }
  .solution01 .content .item .right .intro .box .solu_line {
    margin: 6px auto;
  }
  .solution01 .content .item .right .intro .box .c {
    font-size: 14px;
    line-height: 25px;
    -webkit-line-clamp: inherit;
  }
  .solution02 {
    height: 50px;
    line-height: 50px;
  }
  .solution02 .con .owl-nav {
    margin-top: -25px;
  }

  /*20191114*/
  .solution03 .content1 .left {
    width: 49%;
    margin-right: 2%;
  }
  .solution03 .content1 {
    margin-bottom: 10px;
  }
  .solution03 .content1 .right {
    width: 49%;
  }
  .solution03 .content1 .left .cover {
    position: relative;
    padding: 10px;
    background: #f6f6f6;
  }
  .solution03 .content1 .left .t {
    font-size: 16px;
    font-weight: normal;
    color: #666;
  }
  .solution03 .content1 .left .c {
    display: none;
  }
  .solution03 .content2 .item {
    width: 49%;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .solution03 .content2 .item.three_item {
    margin-right: 2%;
  }
  .solution03 .content2 .item.imgZoom:nth-child(2n) {
    margin-right: 0%;
  }
  .solution03 .rect-116 {
    padding-bottom: 0;
    height: auto;
  }
  .solution03 .content .item .box {
    padding: 10px;
  }
  .solution03 .content .item .box .t {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
  }
  .solution03 .content .item .box .c {
    display: none;
  }
  /*20191114 end*/

  /*解决方案详细*/
  .solu_detail01 {
    padding: 0 0 15px;
    margin-top: 0;
  }
  .solu_detail01 .infor {
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .solu_detail01 .infor .tit {
    font-size: 20px;
    line-height: 20px;
  }
  .solu_detail01 .content {
    padding: 0;
    margin-top: 15px;
  }
  .solu_detail01 .content .back_box {
    display: none;
    width: 100%;
    position: static;
    overflow: hidden;
    text-align: center;
  }
  .solu_detail01 .content .back_box > div {
    display: inline-block;
    width: 56px;
    height: 63px;
  }
  .solu_detail01 .content .back_box .back_list a {
    padding: 0;
    line-height: 50px;
    text-align: center;
  }
  .solu_detail01 .content .box {
    padding: 20px;
  }
  .solu_detail01 .content .box .top_ {
    margin-left: 0;
  }
  .solu_detail01 .content .box .con {
    font-size: 13px;
    margin-top: 15px;
  }
  .solu_detail01 .content .box .top_l .t {
    font-size: 18px;
    line-height: 25px;
  }
  .solu_detail01 .content .box .top_l .c {
    font-size: 14px;
    margin: 20px 0;
    line-height: 26px;
  }
  .solu_detail01 .content .box .top_l .text {
    font-size: 14px;
    line-height: 26px;
  }
  .solu_detail01 .content .box .bott_ {
    margin-top: 30px;
  }
  .solu_detail01 .content .box .bott_ .item {
    margin-bottom: 15px;
  }
  .solu_detail01 .content .box .bott_ .item:last-child {
    margin-bottom: 0;
  }
  .solu_detail01 .content .box .bott_ .intro_box {
    padding: 15px 20px;
  }
  .solu_detail01 .content .box .bott_ .intro_box .t {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .solu_detail01 .content .box .bott_ .intro_box .c {
    font-size: 13px;
    display: none;
  }
  .solu_detail01 .page_bott {
    margin-top: 15px;
  }
  .solu_detail01 .page_bott .page_center .icon .iconfont {
    margin-left: -11px;
  }
  .solu_detail01 .content .box .bott_ .intro_box .more {
    width: 90px;
    line-height: 27px;
    height: 27px;
    margin-top: 15px;
    font-size: 13px;
  }
  .solu_detail02 {
    height: auto;
    background-size: cover;
    padding: 15px 0;
  }
  .solu_detail02 .infor {
    padding-top: 30px;
  }
  .solu_detail02 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .solu_detail02 .infor .tit .img_ {
    width: 35px;
    height: auto;
    left: -40px;
  }
  .solu_detail02 .infor .tit .text {
    margin-bottom: 10px;
  }
  .solu_detail02 .infor .con {
    font-size: 14px;
    line-height: 25px;
  }
  .solu_detail02 .content .form_box {
    padding: 15px 0 0;
  }
  .solu_detail02 .content .form_box .select_wrap {
    margin-right: 1%;
  }
  .solu_detail02 .content .form_box .select_wrap .sele {
    height: 35px;
    line-height: 35px;
  }
  .solu_detail02 .content .form_box button {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 28%;
  }
  .solu_detail03 {
    height: 50px;
    line-height: 50px;
  }
  .solu_detail03 .con .owl-nav {
    margin-top: -25px;
  }

  /*人才综合*/
  .job_center_ban .infor {
    bottom: 40px;
  }
  .job_center_ban .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }
  .job_center_ban .infor .con {
    font-size: 14px;
  }
  .job_center_ban .infor .form_box {
    margin-top: 25px;
  }
  .job_center_ban .infor .form_box .inp_box {
    width: 49%;
    margin-right: 2%;
  }
  .job_center_ban .infor .form_box .inp_box.city_inp_box {
    margin-right: 0;
  }
  .job_center_ban .infor .form_box .inp_box.search_inp {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .job_center_ban .infor .form_box .btn_box {
    width: 100%;
    margin-top: 20px;
  }
  .job_center_ban .infor .form_box .btn_box button {
    width: 100%;
  }
  .job_center01 {
    margin-top: 30px;
  }
  .job_center01 .content li {
    width: 100%;
    margin-bottom: 25px;
  }
  .job_center01 .content li:last-child {
    margin-bottom: 0;
  }
  .job_center02 {
    padding: 30px 0;
  }
  .job_center02 .job02_top {
    display: none;
  }
  .job_center02 .job02_bott {
    margin-top: 0;
  }
  .job_center02 .job02_bott li.on {
    width: 100%;
  }
  .job_center02 .job02_bott li {
    width: 100%;
    margin-bottom: 20px;
  }
  .job_center02 .job02_bott li:last-child {
    margin-bottom: 0;
  }
  .job_center02 .job02_bott li {
    height: auto;
  }
  .job_center02 .job02_bott li.on {
    height: auto;
  }
  .job_center02 .job02_bott li:before {
    bottom: 30px;
  }
  .job_center02 .job02_bott li a.li_box {
    padding-bottom: 50px;
    border: 1px solid #e2e4f5;
  }
  .job_center02 .job02_bott li a.li_box > .icon {
    padding-top: 30px;
    margin-bottom: 10px;
  }

  /*学习发展*/
  .learn_develop.channel_content {
    padding: 0;
  }
  .learn_develop01 {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .learn_develop01 .left {
    width: 100%;
  }
  .learn_develop01 .left .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }
  .learn_develop01 .left .infor .con {
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
  }
  .learn_develop01 .right {
    width: 100%;
  }
  .learn_develop02 {
    margin-bottom: 15px;
  }
  .learn_develop02 .left .infor {
    padding: 20px;
  }
  .learn_develop02 .left .infor .tit {
    font-size: 20px;
    margin-bottom: 0;
  }
  .learn_develop02 .right .cover ul {
    padding: 20px;
  }
  .learn_develop02 .right .cover li {
    width: 46%;
    height: auto;
    background: none;
    margin: 0 1%;
    margin-top: 10px;
  }
  .learn_develop02 .right .cover li.li02 {
    background: none;
  }
  .learn_develop02 .right .cover li.li03 {
    background: none;
  }
  .learn_develop02 .right .cover li.li04 {
    background: none;
  }
  .learn_develop02 .right .cover li .txt {
    padding: 0px;
    font-size: 13px;
    height: auto;
    color: #fff;
  }
  .learn_develop03 {
    margin-bottom: 30px;
  }
  .learn_develop03 .left .infor {
    padding: 15px;
  }
  .learn_develop03 .left .infor .tit {
    font-size: 20px;
    margin-bottom: 0;
  }
  .learn_develop03 .left .infor .con {
    font-size: 13px;
    line-height: 24px;
    margin-top: 5px;
  }
  .learn_develop03 .right .cover ul {
    padding: 30px 10px;
  }
  .learn_develop03 .right .cover li {
    width: 46%;
    height: auto;
    background: none;
    margin: 0 1%;
    margin-top: 10px;
  }
  .learn_develop03 .right .cover li.li02 {
    background: none;
  }
  .learn_develop03 .right .cover li .txt {
    padding: 0px;
    font-size: 13px;
    height: auto;
    color: #fff;
  }
  .learn_develop04 {
    padding: 15px 0;
  }
  .learn_develop04 .left {
    width: 100%;
  }
  .learn_develop04 .left .tit {
    font-size: 20px;
    line-height: 25px;
  }
  .learn_develop04 .left .tit a {
    font-size: 20px;
    line-height: 25px;
  }
  .learn_develop04 .left .con {
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
  }
  .learn_develop04 .right {
    width: 100%;
    margin-top: 20px;
  }
  .learn_develop04 .right .item .num {
    font-size: 30px;
  }
  .learn_develop05 {
    margin-top: 0;
  }
  .learn_develop05 a {
    font-size: 14px;
    line-height: 50px;
  }

  /*晋升机会*/
  .luru {
    padding-top: 0;
  }

  /*招聘列表*/
  .jobList_ban.xc_banner {
    height: 314px;
  }
  .jobList_ban.xc_banner > img {
    width: 1400px;
    margin-left: -700px;
  }
  .jobList_ban.xc_banner .infor .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .job_list .form_box {
    padding: 15px;
  }
  .job_list .form_box .inp_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .job_list .form_box .inp_wrap:last-child {
    margin-bottom: 0;
  }
  .job_list .form_box .inp_wrap .inp {
    height: 40px;
    line-height: 40px;
  }
  .job_list .form_box .inp_wrap.search_wrap {
    width: 100%;
  }
  .job_list .form_box button {
    height: 46px;
    line-height: 46px;
  }
  .job_list01 {
    margin-bottom: 15px;
  }
  .job_list01 ._jcon {
    padding: 15px;
  }
  .job_list01 .info {
    font-size: 13px;
  }
  .job_list01 ._ut {
    font-size: 13px;
  }
  .job_list01 ._t3 {
    display: none;
  }
  .job_list01 ._t4 {
    display: none;
  }
  .job_list01 ._t6 {
    display: none;
  }
  .job_list01 ._t1 {
    width: 32%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .job_list01 ._t2 {
    width: 42%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .job_list01 ._t5 {
    width: 26%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /*关于我们综合*/
  .about_center_ban {
    height: 224px;
  }
  .about_center_ban > img {
    width: 1000px;
    margin-left: -500px;
  }
  .about_center_logo {
    height: 90px;
  }
  .about_center_logo img {
    width: 900px;
    margin-left: -450px;
  }
  .about_center01 {
    padding: 0 0 25px;
  }
  .about_center01 .infor {
    padding: 0;
  }
  .about_center01 .infor .tit {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
  }
  .about_center01 .infor .con {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 30px;
  }
  .about_center01 .infor .list li .number {
    font-size: 25px;
  }
  .about_center01 .infor .list li .number span {
    font-size: 15px;
  }
  .about_center01 .infor .list li .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .about_center02 {
    padding: 25px 0;
  }
  .about_center02 .ab_left .box .img {
    display: none;
  }
  .about_center .nr {
    width: 92%;
    padding: 2% 4%;
  }
  .about_center .title {
    font-size: 18px;
  }
  .about_center02 .ab_right .cover .title {
    font-size: 20px;
  }
  .about_center03 {
    padding: 20px 0;
  }
  .about_center04 .nr .cover .title {
    margin-top: 30px;
  }

  /*品牌故事*/
  .brand_story01 {
    padding: 15px 0;
  }
  .brand_story01 .infor .tit {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 25px;
  }
  .brand_story01 .infor .con {
    font-size: 14px;
  }
  .brand_story02 li {
    margin-bottom: 15px;
    height: auto;
  }
  .brand_story02 li .cover {
    width: 100%;
    position: static;
    height: 360px;
  }
  .brand_story02 li .cover .box {
    padding: 20px;
  }
  .brand_story02 li .img img {
    position: static;
  }

  /*全球徐工*/
  .global01 {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .global01 .left {
    width: 100%;
  }
  .global01 .left li {
    padding: 10px 0;
  }
  .global01 .left li .text {
    line-height: 30px;
    font-size: 15px;
  }
  .global01 .right {
    width: 100%;
  }
  .global01 .right .item_l {
    width: 100%;
  }
  .global01 .right .item_l .intro {
    padding: 15px;
  }
  .global01 .right .item_l .intro .tit {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .global01 .right .item_l .intro .con {
    font-size: 13px;
    margin-top: 10px;
    height: auto;
  }
  .global01 .right .item_l .intro .more {
    margin-top: 20px;
    font-size: 13px;
    width: 120px;
    line-height: 35px;
    height: 35px;
  }
  .global01 .right .item_r {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    display: none;
  }
  .global02 {
    padding: 30px 0;
  }
  .global02 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .global02 li:nth-child(2n) {
    margin-right: 0;
  }
  /*.global02 li:last-child{margin-bottom:0;}*/
  .global02 li .intro .cover .box .c {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .global02 li .intro .cover .box {
    padding: 15px;
  }
  .global02 li .intro .cover .box .more {
    margin-top: 10px;
  }
  .global02 li .img_ .cover .t {
    padding: 30px 4% 0;
    font-size: 16px;
  }
  .global03 {
    padding: 30px 0;
  }
  .global03 .infor {
    padding: 0;
  }
  .global03 .infor .tit {
    font-size: 20px;
  }
  .global03 .infor .con {
    margin-top: 0px;
    font-size: 13px;
  }
  .global03 .content {
    padding: 0;
  }
  .global03 .content .cover .box {
    padding: 30px 15px;
  }
  .global03 .content .cover .box dt {
    font-size: 20px;
  }
  .global03 .content .cover .box dd {
    font-size: 13px;
  }
  .global03 .content .cover .box dd span {
    font-size: 22px;
  }
  .global03 .content .cover .box .text {
    font-size: 14px;
  }
  .global03 .content .cover .box dd.odd {
    width: 44%;
    margin-right: 1%;
  }
  .global03 .content .cover .box dd.even {
    width: 55%;
  }

  /*社会责任*/
  .social_respon01 {
    padding: 15px 0;
  }
  .social_respon01 .hd {
    margin-bottom: 15px;
  }
  .social_respon01 .hd .right .box .tit {
    font-size: 22px;
  }
  .social_respon01 .hd .right .box .con {
    font-size: 15px;
  }
  .social_respon01 .hd .right .box .txt {
    font-size: 13px;
  }
  .social_respon01 .bd .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .social_respon01 .bd .item:last-child {
    margin-bottom: 0;
  }
  .social_respon01 .bd .box .t {
    font-size: 18px;
  }
  .social_respon01 .bd .box .c {
    height: auto;
  }
  .social_respon02 {
    padding-bottom: 0px;
  }
  .social_respon02 .rect-1112 {
    padding-bottom: 100%;
  }
  .social_respon02 li.li_ {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .social_respon02 li.li_:nth-child(2n) {
    margin-right: 0;
  }
  .social_respon02 li .cover .box .t {
    font-size: 16px;
    line-height: 25px;
  }
  .social_respon02 li .cover .box .t {
    display: block;
  }
  .social_respon02 li .cover .box {
    position: relative;
    padding: 11px 12px;
  }
  .social_respon02 li .cover .box:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/s_jt.png) no-repeat center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
  }
  .social_respon01 .hd .left .rect-4975 {
    display: none;
  }

  /*品牌文化 20191102改*/
  .culture01 {
    padding: 15px 0;
  }
  .culture01 .infor {
    margin-bottom: 20px;
  }
  .culture01 .infor .tit {
    font-size: 20px;
    line-height: 30px;
  }
  .culture01 .infor .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
  }
  .culture01 .bd {
    padding: 0px;
  }
  .culture01 .bd .content > .wrap {
    padding-bottom: 0;
  }
  .culture01 .bd .content .item .box .t {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    padding-bottom: 5px;
  }
  .culture01 .bd .content .item1 .box .t {
    margin-top: 0;
  }
  .culture01 .bd .content .item .box .t1 {
    margin-top: 15px;
  }
  .culture01 .bd .content .item .box .c {
    font-size: 13px;
  }
  .culture02 {
    padding: 0;
  }
  .culture02 .item {
    margin-bottom: 15px;
  }
  .culture02 .item .box {
    height: auto;
  }
  .culture02 .item .box .intro {
    padding: 15px 20px;
  }
  .culture02 .item .box .intro .tit {
    font-size: 18px;
    margin-bottom: 0;
  }
  .culture02 .item .box .intro .con {
    font-size: 13px;
  }
  .culture02 .item .box .intro .icon {
    right: 10px;
  }

  /* 弹窗 */
  .common_tc .content .box .tc_con .tit .t {
    font-size: 18px;
  }
  .common_tc .content .box .tc_con .tit .c {
    font-size: 16px;
    margin: 40px 0 20px;
  }
  .common_tc .content .box {
    height: 460px;
  }

  /*了解徐工*/
  .know01 {
    padding: 15px 0 0;
  }
  .know01 .content .left .play {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-top: -25px;
    margin-left: -25px;
  }
  .know01 .content .cover_r .box {
    padding: 20px;
  }
  .know01 .content .cover_r .box .tit i {
    display: block;
  }
  .know01 .content .cover_r .box .tit {
    padding-left: 40px;
    font-size: 20px;
    line-height: 25px;
  }
  .know01 .content .cover_r .box .tit i {
    width: 25px;
    height: 34px;
    background-size: contain;
  }
  .know01 .content .cover_r .box .con {
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;

    word-break: break-all;
    max-height: 180px;
    overflow-y: auto;
  }
  .know02 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .know02 .list {
    display: flex;
  }
  .know02 .list li {
    width: 100%;
    text-align: left;
  }
  .know02 .list li {
    padding: 14px 0 0;
    text-align: center;
  }
  .know02 .list li .li_box .number {
    font-size: 10px;
    line-height: 14px;
    margin: 8px 0 10px;
  }
  .know02 .list li .li_box .icon {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
  }
  .know03 {
    padding-bottom: 15px;
  }
  .know03 .content .bd .item .left {
    width: 100%;
  }
  .know03 .content .bd .item .left .box {
    padding: 15px;
  }
  .know03 .content .bd .item .left .box .tit {
    font-size: 20px;
    line-height: 25px;
  }
  .know03 .content .bd .item .left .box .con {
    margin-top: 15px;
    font-size: 13px;
  }
  .know03 .content .bd .item .right {
    display: none;
  }
  .know03 .content .hd {
    height: auto;
    overflow: hidden;
  }
  .know03 .content .hd .item {
    padding: 25px 0;
    height: auto;
  }
  .know03 .content .hd .item .icon {
    display: none;
  }
  .know03 .content .hd .item .txt {
    font-size: 14px;
  }
  .know04 {
    padding: 15px 0;
  }
  .know04 .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }
  .know04 .content {
    margin-top: 20px;
  }
  .know04 .content .cover .t {
    font-size: 13px;
  }
  .know04 .content .left .left_top {
    margin-bottom: 8px;
  }
  .know04 .content .left .left_bott_l .cover .ico,
  .know04 .content .left .left_bott_r .cover .ico {
    display: none;
  }
  .know04 .content .left .left_more {
    margin-top: 8px;
  }
  .know04 .content .left .left_more .box .intro {
    font-size: 20px;
  }
  .know04 .content .left .left_more .box .intro .icon {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .know04 .content .right {
    display: none;
  }
  .know04 .content .right .right_bott .intro .box .t {
    font-size: 18px;
  }
  .know04 .content .right .right_top .right_top_ .intro .t {
    font-size: 14px;
  }

  /*****************老网站页面********************/

  /*抗震救灾*/
  .kzjz01 {
    padding: 15px 0 0;
  }
  .kzjz01 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .kzjz01 .infor .con {
    font-size: 13px;
  }
  .kzjz01 .infor .con span {
    font-size: 16px;
  }
  .kzjz01 .content {
    margin-top: 15px;
    background-size: cover;
  }
  .kzjz01 .content ul {
    height: auto;
    padding: 40px 20px 20px;
  }
  .kzjz01 .content ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .kzjz01 .content ul li .number {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .kzjz01 .content ul li .number span {
    font-size: 20px;
  }
  .kzjz01 .content ul li .txt {
    height: 40px;
    font-size: 14px;
  }
  .kzjz02 .jiuzai_hd .wrap {
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    min-width: inherit;
  }
  .kzjz02 .jiuzai_hd .tab_t {
    padding: 10px;
    font-size: 17px;
  }
  .kzjz02 .jiuzai_imgs {
    width: 280px;
    height: 154px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .kzjz02 .jiuzai_intro ._t {
    font-size: 20px;
    margin-bottom: 0;
  }

  /*教育助学*/
  .edu_zx01 {
    padding: 15px 0;
  }
  .edu_zx01 .infor .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .edu_zx01 .infor .con {
    font-size: 13px;
  }
  .edu_zx01 .content {
    margin-top: 15px;
  }
  .edu_zx01 .content .aixinMain .tab_t {
    width: 49%;
    margin-right: 2%;
    height: 50px;
    line-height: 50px;
  }
  .edu_zx01 .content .aixinMain .tab_t:nth-child(2n) {
    margin-right: 0;
  }
  .edu_zx01 .content .aixinMain .tab_t i {
    display: none;
  }
  .edu_zx01 .content .aixinMain .axIntro .box {
    height: 150px;
  }
  .edu_zx01 .content .aixinMain .axIntro .box .text {
    height: 150px;
  }

  /*成长环境--图片列表*/
  .pic_list01 {
    padding: 30px 0 0;
  }

  /*成长故事*/
  .growth_story01 {
    padding: 15px 0 0;
  }
  .growth_story01 li {
    margin-bottom: 15px;
  }
  .growth_story01 li:last-child {
    margin-bottom: 0;
  }
  .growth_story01 li .intro .box {
    padding: 15px;
  }
  .growth_story01 li .intro .box .tit a {
    font-size: 20px;
  }
  .growth_story01 li .intro .box .con {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .growth_story01 li .intro .box .txt {
    height: auto;
    font-size: 13px;
  }

  /*视频列表*/
  .video_list01 {
    padding: 0;
  }
  .video_list01 .infor {
    font-size: 0;
  }
  .video_list01 .infor a {
    padding: 0 5px;
    font-size: 13px;
    margin: 0 5px;
    height: 36px;
    line-height: 36px;
  }
  .video_list01 .content li {
    margin-bottom: 15px;
  }
  .video_list01 .content li:last-child {
    margin-bottom: 0;
  }
  .video_list01 .content li .intro {
    background: #fff;
  }
  .video_list01 .content li .intro .box {
    padding: 20px;
  }
  .video_list01 .content li .intro .box .tit {
    font-size: 13px;
    white-space: normal;
    height: 48px;
    line-height: 24px;
  }

  /*多彩徐工*/
  .colorful_xg01 {
    padding: 0;
  }
  .colorful_xg01 .content li {
    margin-bottom: 10px;
  }
  .colorful_xg01 .content li:last-child {
    margin-bottom: 0;
  }

  /***************** 老网站页面 end *****************/

  /****************祥瑞******************/
  .time_order {
    padding: 15px 10px;
    margin-bottom: 0;
  }
  .time_order .time_con {
    margin-top: 5px;
  }
  .time_order .time_con a {
    margin: 0 3px;
    font-size: 14px;
  }
  /* 新闻详细 */
  .news_detail02 .news_det_top {
    display: none;
  }
  .news_detail02 .news_det_bott .content .share {
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  .news_detail02 .news_det_bott .content .box {
    padding: 35px 20px 20px;
  }
  .news_detail02 .news_det_bott .content ._t {
    font-size: 18px;
  }
  .news_detail02 .news_det_bott .content ._date {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news_detail02 .news_det_bott .content .con {
    font-size: 14px;
  }
  .news_detail02 .news_det_bott .keywords {
    margin-top: 30px;
    font-size: 16px;
  }
  .news_detail02 .news_det_bott .keywords a {
    font-size: 14px;
  }
  .news_detail02 .news_det_top .logo {
    width: 27%;
  }
  .news_detail02 .news_det_top .tit {
    font-size: 14px;
  }
  .news_detail02 .news_det_top .tit span {
    font-size: 15px;
  }
  .news_detail02 .news_det_top .right {
    display: none;
  }
  .news_detail02 .news_det_bott .page_bott {
    margin-top: 15px;
  }
  .news_detail02 .news_det_bott .page_bott .page_btn {
    font-size: 14px;
  }
  .news_detail02 .news_det_bott .page_bott .t {
    font-size: 14px;
    line-height: 22px;
  }
  .news_detail02 .news_det_bott .page_bott .box {
    padding: 10px 20px;
  }
  .news_detail02 .news_det_bott .page_bott .page_prev {
    border: none;
  }
  .news_detail02 .news_det_bott .page_bott .page_next {
    border: none;
  }
  .news_detail02 .news_det_bott {
    padding: 20px 0 15px;
  }
  .news_detail02 .news_det_bott ._tools {
    margin-top: 5px;
  }
  .news_detail02 .news_det_bott ._tools ._tool {
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
  }
  .news_detail02 .news_det_bott ._tools ._tool:last-child {
    margin-right: 0;
  }
  .news_detail02 .news_det_bott ._tools #switcher {
    height: 25px;
    line-height: 25px;
  }

  /* 新闻综合 */
  .newsBanner {
    height: 118px;
  }
  .newsBanner img {
    width: 1000px;
    margin-left: -500px;
  }
  .news_center01 {
    padding: 30px 0;
  }
  .news_center01 .infor .tit {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .news_center01 .content .left {
    margin-bottom: 25px;
  }
  .news_center01 .content .left .intro .box {
    padding: 30px;
  }
  .news_center01 .content .left .intro .box .t {
    font-size: 16px;
    line-height: 28px;
  }
  .news_center01 .content .right .r_top {
    margin-bottom: 25px;
  }
  .news_center01 .content .right .r_top .top_r .introduce .box .t {
    font-size: 14px;
  }
  .news_center01 .content .right .r_bott .bott_l .box {
    padding: 15px;
  }
  .news_center01 .content .right .r_bott .bott_l .box .t {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
  }
  .news_center01 .content .right .r_bott .bott_r .box {
    padding: 15px;
  }
  .news_center01 .content .right .r_bott .bott_r .box .t {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
  }
  .news_center02 {
    padding: 30px 0;
  }
  .news_center02 .infor .tit {
    font-size: 21px;
    line-height: 30px;
  }
  .news_center02 .infor .con {
    font-size: 14px;
    line-height: 30px;
  }
  .news_center02 .list .item .item_box .intro .t {
    font-size: 18px;
  }
  .news_center03 {
    padding: 30px 0;
  }
  .news_center03 .intro {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .news_center03 .content .item .box .tit {
    font-size: 16px;
    height: auto;
  }
  .news_center03 .content .item:after {
    display: none;
  }
  .news_center03 .owl-nav .owl-prev {
    left: 85%;
  }
  .news_center03 .content .item .box .con {
    font-size: 14px;
  }
  .news_center04 {
    padding: 30px 0;
  }
  .news_center04 .infor .tit {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .news_center04 .content .item .intro .box {
    padding: 24px;
  }
  .news_center04 .content .item .intro .box .t {
    font-size: 17px;
    line-height: 28px;
    margin: 5px 0 10px;
  }
  .news_center04 .content .item .intro .box .c {
    font-size: 14px;
  }
  .news_center05 {
    padding: 30px 0;
  }
  .news_center05 .content .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .news_center05 .content .left .cover .box {
    padding: 40px;
  }
  .news_center05 .content .left .cover .box .t {
    font-size: 18px;
  }
  .news_center05 .content .left .cover .box .icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    right: 20px;
    bottom: 20px;
  }
  .news_center05 .content .center {
    width: 100%;
    margin-bottom: 25px;
  }
  .news_center05 .content .center .cover .box {
    padding: 40px;
  }
  .news_center05 .content .center .cover .box .t {
    font-size: 18px;
  }
  .news_center05 .content .center .cover .box .icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    right: 20px;
    bottom: 20px;
  }
  .news_center05 .content .right {
    width: 100%;
  }
  .news_center05 .content .right .r_top {
    margin-bottom: 25px;
  }

  /* 新闻列表 */
  .widgets_common_pages_6 {
    margin-top: 30px;
  }
  .widgets_common_pages_6 a,
  .widgets_common_pages_6 span {
    line-height: 30px;
    padding: 0 6px;
  }
  .news_list01 {
    padding: 0;
  }
  .news_list01 .news_list_l {
    width: 100%;
    margin-top: 8px;
  }
  .news_list01 .news_list_l .news-list {
    margin-bottom: 10px;
  }
  .news_list01 .news_list_r {
    width: 100%;
  }
  .news_list01 .news_list_r .search_box .search_title {
    font-size: 20px;
  }
  .news_list01 .news_list_r .search_inp {
    font-size: 14px;
  }
  .news_list01 .news_list_r .search_btn {
    font-size: 16px;
  }
  .news_list01 .news_list_r .search_inp .select_box01 {
    font-size: 14px;
  }
  .news_list01 .news_list_r .search_inp input {
    font-size: 14px;
  }
  .news_list01 .news_list_r .news_gjc {
    padding-left: 15px;
    display: none;
  }
  .news_list01 .news_list_l ul li {
    margin-bottom: 15px;
  }
  .news_list01 .news_list_l ul li:last-child {
    margin-bottom: 0;
  }
  .news_list01 .news_list_l ul li .box {
    padding: 15px;
  }
  .news_list01 .news_list_l ul li .box .img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .news_list01 .news_list_l ul li .box .txt .t {
    font-size: 16px;
  }
  .news_list01 .news_list_l ul li .box .txt .c {
    font-size: 13px;
    height: auto;
  }
  .news_list01 .news_list_l ul li .box .txt .d {
    font-size: 13px;
  }
  .news_list01 .news_list_l ul li .box .txt ._tool {
    font-size: 13px;
  }
  .news_list01 .news_list_l .recommend_news {
    display: none;
  }
  .news_list01 .news_list_l .recommend_news .box {
    padding: 25px;
  }
  .news_list01 .news_list_l .recommend_news .box .box_left {
    width: 100%;
  }
  .news_list01 .news_list_l .recommend_news .box .box_right {
    width: 100%;
  }
  .news_list01 .news_list_l .recommend_news .box .box_right .intro {
    padding: 15px 15px 0;
  }
  .news_list01 .news_list_l .recommend_news .box .box_right .intro .t {
    font-size: 20px;
    height: auto;
  }
  .news_list01 .news_list_l .recommend_news .box .box_right .intro .c {
    height: auto;
  }

  /****************祥瑞 end***************/

  /*20190912---9月补充*/
  /*品牌活动*/
  .brand_activity01 {
    padding: 0;
  }
  .brand_activity01 .content .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .brand_activity01 .content .item.three_item {
    margin-right: 2%;
  }
  .brand_activity01 .content .item.imgZoom:nth-child(2n) {
    margin-right: 0;
  }
  .brand_activity01 .content .item .intro .box .d {
    font-size: 13px;
  }
  .brand_activity01 .content .item .intro .box .d span {
    display: none;
  }
  .brand_activity01 .content .item:last-child {
    margin-bottom: 0;
  }
  .brand_activity01 .content .item .intro .box {
    padding: 15px;
  }
  .brand_activity01 .content .item .intro .box .t {
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0;
    height: 48px;
    overflow: hidden;
  }
  .brand_activity01 .content .item .intro .box .c {
    font-size: 13px;
    height: 48px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /*联系我们*/
  .contact_us01 {
    padding: 15px 0;
  }
  .contact_us01 .infor .tit {
    font-size: 20px;
  }
  .contact_us01 .infor .con {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .contact_us01 .content .top_ {
    margin-bottom: 15px;
  }
  .contact_us01 .content .top_ .cover .box {
    padding: 50px;
  }
  .contact_us01 .content .top_ .cover .box .t {
    font-size: 20px;
  }
  .contact_us01 .content .top_ .owl-nav div {
    font-size: 40px;
  }
  .contact_us01 .content .bott_ li {
    margin-bottom: 15px;
  }
  .contact_us01 .content .bott_ .li_box .tit {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .contact_us01 .content .bott_ .li_box .con {
    font-size: 15px;
    line-height: 28px;
  }

  /*20190916*/
  .global_detail01 .infor .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .global_detail01 {
    padding: 15px 0;
  }
  .global_detail01 .infor .con {
    margin-bottom: 0;
  }
  .global_detail01 .infor .madana {
    width: 120px;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
  }

  /*公益奖项*/
  .awards01 {
    padding: 15px 0 0;
  }
  .awards01 .list {
    margin-bottom: 15px;
  }
  .awards01 .list:last-child {
    margin-bottom: 0;
  }
  .awards01 .list .imgs {
    width: 100%;
  }
  .awards01 .list .intro {
    width: 100%;
  }
  .awards01 .list .intro a {
    padding: 20px;
  }
  .awards01 .list .intro a .con {
    height: auto;
    text-align: justify;
  }
  .awards01 .list .intro a .con .text {
    padding-right: 0;
  }

  /*20190924*/
  /*品牌理念*/
  .brand_concept01 {
    padding: 0 0 15px;
  }
  .brand_concept01 .hd {
    margin-bottom: 0;
  }
  .brand_concept01 .hd.fixed {
    height: 50px;
    top: 0;
  }
  .brand_concept01 .hd ul {
    height: 50px;
    line-height: 50px;
  }
  .brand_concept01 .hd li {
    font-size: 12px;
    width: 19%;
  }
  .brand_concept01 .hd li.li3 {
    width: 24%;
  }
  .brand_concept01 .bd .section1 {
    margin-bottom: 0;
  }
  .brand_concept01 .bd .section1 .infor {
    margin-bottom: 0;
    padding-top: 15px;
  }
  .brand_concept01 .bd .section1 .infor .tit {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }
  .brand_concept01 .bd .section1 .infor .con .t {
    font-size: 16px;
    font-weight: normal;
  }
  .brand_concept01 .bd .section1 .infor .con .c {
    padding: 15px;
  }
  .brand_concept01 .bd .section1 .content {
    padding: 15px 0;
  }
  .brand_concept01 .bd .section1 .content .cell {
    height: auto;
    margin-bottom: 15px;
  }
  .brand_concept01 .bd .section1 .content .left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
  }
  .brand_concept01 .bd .section1 .content .right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }
  .brand_concept01 .bd .section1 .content .center {
    float: none;
    width: 100%;
  }
  .brand_concept01 .bd .section1 .content .center .box {
    padding: 0;
  }
  .brand_concept01 .bd .section1 .content .center .box .cen_top .cell {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 10px 2%;
  }
  .brand_concept01 .bd .section1 .content .cell .line {
    display: none;
  }
  .brand_concept01 .bd .section1 .content .left .cell2 span {
    margin-top: 0;
  }
  .brand_concept01 .bd .section1 .content .right .cell span {
    margin-top: 0;
  }
  .brand_concept01 .bd .section1 .brand_logo {
    border: none;
    margin: 15px 0;
  }
  .brand_concept01 .bd .section1 .brand_logo .brand_logo_tit span {
    font-size: 14px;
  }
  .brand_concept01 .bd .section1 .brand_logo .box {
    padding: 25px 20px 0px;
  }
  .brand_concept01 .bd .section1 .brand_logo .box .smidd-6 {
    margin-bottom: 10px;
  }
  .brand_concept01 .bd .section2 {
    margin-bottom: 0;
  }
  .brand_concept01 .bd .section2 .content {
    height: 250px;
  }
  .brand_concept01 .bd .section2 .content > img {
    width: 600px;
    margin-left: -300px;
  }
  .brand_concept01 .bd .section2 .content .cover {
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
  }
  .brand_concept01 .bd .section2 .content .cover .box {
    width: 100%;
  }
  .brand_concept01 .bd .section2 .content .cover .box .tit {
    font-size: 20px;
  }
  .brand_concept01 .bd .section2 .content .cover .box .con {
    font-size: 16px;
  }
  .brand_concept01 .bd .section3 {
    margin-bottom: 15px;
  }
  .brand_concept01 .bd .section3 .infor .tit {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
  }
  .brand_concept01 .bd .section3 .content li {
    /*width:45%;*/
    height: 50px;
    line-height: 50px;
  }
  .brand_concept01 .bd .section3 .content li a .tit {
    font-size: 20px;
    margin-top: 0;
  }
  .brand_concept01 .bd .section4 {
    margin-bottom: 15px;
  }
  .brand_concept01 .bd .section4 .content {
    height: 248px;
  }
  .brand_concept01 .bd .section4 .content > img {
    width: 600px;
    margin-left: -300px;
  }
  .brand_concept01 .bd .section4 .content .cover {
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
    margin: 0;
    padding: 50px;
    box-sizing: border-box;
    background-color: rgba(6, 163, 233, 0.7);
  }
  .brand_concept01 .bd .section4 .content .cover .box .tit {
    font-size: 20px;
  }
  .brand_concept01 .bd .section5 .content {
    height: 190px;
  }
  .brand_concept01 .bd .section5 .content > img {
    width: 1050px;
    margin-left: -525px;
  }
  .brand_concept01 .bd .section5 .content .cover {
    width: 78%;
    padding: 10px 26px 11px 17px;
    box-sizing: border-box;
    margin: 0;
    top: 29px;
    bottom: 24px;
    height: auto;
    overflow-y: auto;
  }
  .brand_concept01 .bd .section5 .content .cover .box .tit {
    font-size: 20px;
  }
  .brand_concept01 .bd .section5 .content .cover .box .con {
    font-size: 15px;
    line-height: 18px;
  }
  .brand_concept01 .bd .section5 .content .cover .box .txt {
    font-size: 8px;
    margin-bottom: 18px;
  }
  .social_respon02 li .cover .box .t {
    font-size: 15px;
  }
  .social_respon02 li .cover .box .c {
    font-size: 8px;
    line-height: 14px;
    word-break: break-all;
  }
  /*20190925全站搜索*/
  .total_search.channel_content {
    padding: 0 0 30px;
  }
  .searchArea {
    padding: 30px 0 20px;
  }
  .searchArea .infor .tit {
    font-size: 20px;
    line-height: 25px;
  }
  .searchArea .content {
    margin-top: 25px;
    padding: 0 2%;
  }
  .searchArea .content .form_box .search .btn_wrap .btns {
    font-size: 15px;
  }
  .resultArea .infor .tit {
    font-size: 20px;
  }
  .resultArea .content {
    margin-top: 25px;
    padding: 0;
  }
  .resultArea .content .area {
    padding: 25px 0;
  }
  .resultArea .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .resultArea .content .piclist_area .srchList li {
    margin-bottom: 25px;
  }
  .resultArea .content .piclist_area .srchList li .intro .t {
    font-size: 16px;
  }
  .resultArea .content .piclist_area .srchList li .intro .t span {
    font-size: 14px;
  }
  .resultArea .content .content_area li .t {
    font-size: 16px;
    line-height: 25px;
  }
  .resultArea #botBtn .btnMore {
    height: 46px;
    line-height: 46px;
    padding: 0 35px;
  }

  /*20190927*/
  /*简历投递*/
  #xcmg-jltd .Form-J1 .Form-J1-li {
    padding: 0 5%;
  }
  #xcmg-jltd .Form-J1 .Form-J1-li:last-child {
    margin-bottom: 0;
  }
  #xcmg-jltd .Form-J1 .Form-J1-li input {
    width: 90%;
    margin-bottom: 20px;
  }
  #xcmg-jltd .Form-J1 .Form-J1-li label {
    width: auto;
    display: block;
    text-align: left;
    margin-bottom: 4px;
  }
  #xcmg-jltd .Form-J1 .Form-J1-li select {
    width: 90% !important;
    margin-bottom: 20px;
  }

  /*20191102改*/
  /*实力徐工*/
  .channel_content.slxg {
    padding-bottom: 15px;
  }
  .slxg01 {
    padding-top: 15px;
  }
  .slxg01 .infor {
    margin-bottom: 20px;
  }
  .slxg01 .infor .tit {
    font-size: 20px;
    line-height: 28px;
  }
  .slxg01 .infor .con {
    font-size: 16px;
    margin-top: 10px;
  }
  .slxg02 .content .box {
    padding: 15px 0;
  }
  .slxg02 .content .box .tit {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .slxg02 .content .box .con {
    font-size: 14px;
  }
  .slxg02 .content .box ul {
    margin-top: 10px;
    padding: 0;
    text-align: center;
  }
  .slxg02 .content .box ul li {
    width: 100%;
    font-size: 14px;
  }
  .slxg03 .content .infor .t {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .slxg03 .content .infor .t:after {
    bottom: -5px;
  }
  .slxg03 .content .infor .c {
    font-size: 14px;
    height: auto;
    margin-bottom: 0px;
  }
  .slxg03 .content .infor .box,
  .slxg03 .content.odd .infor .box {
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
  }

  /*404页面*/
  .false01 .content {
    width: 100%;
    position: static;
    margin-left: 0;
    margin-top: 0;
  }
  .false01 .text .txt1 {
    font-size: 20px;
  }
  .false01 .content .box {
    width: 100%;
  }
  .false01 .text {
    padding: 20px;
  }
  /*20191015*/
  .brand_story02 li.odd .cover .box .img_box {
    right: 5%;
  }
  .brand_story02 li.even .cover .box .img_box {
    left: 5%;
  }
  .brandBox_detail {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .brandBox_detail .box {
    padding: 0 10%;
  }
  .brandBox_detail .box .tit {
    font-size: 18px;
  }

  /*20191108*/
  .xctx01 {
    padding: 15px 0;
  }
  .xctx01 .left .infor .tit {
    font-size: 20px;
  }
  .xctx01 .left .infor .con {
    margin-top: 5px;
    font-size: 13px;
    line-height: 24px;
  }
  .xctx01 .right .box {
    padding-left: 0;
    width: 60%;
    margin: 0 auto;
  }
  .xctx02 {
    padding: 15px 0 5px;
  }
  .xctx02 .infor {
    margin-bottom: 20px;
  }
  .xctx02 .infor .tit {
    font-size: 20px;
    line-height: 26px;
  }
  .xctx02 .content .item .cover .box {
    margin: 15px;
    padding: 0;
  }
  .xctx02 .content .item {
    width: 49%;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .xctx02 .content .item:nth-child(2n) {
    margin-right: 0;
  }
  .xctx02 .content .item:last-child {
    margin-bottom: 0;
  }
  .xctx02 .content .item .intro .box .text {
    font-size: 14px;
  }
  .xctx03 {
    padding: 15px 0;
  }
  .xctx03 .left .box {
    padding: 15px;
  }
  .xctx03 .left .box .tit {
    font-size: 20px;
    line-height: 26px;
  }
  .xctx03 .left .box .con {
    margin-top: 5px;
  }

  /* 社交媒体 */
  .sj_media02 {
    padding: 15px 0;
  }
  .sj_media01 {
    padding: 15px 0 0;
  }
  .sj_media02 {
    padding-bottom: 0;
  }
  .sj_media02 .infor .tit {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sj_media02 .infor {
    margin-bottom: 15px;
  }
  .sj_media02 .infor .con {
    font-size: 13px;
    line-height: 20px;
  }
  .sj_media02 .content li {
    width: 47%;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .sj_media02 .content li .box .intro .t {
    font-size: 13px;
  }
  .sj_media02 .content li .box .intro .c {
    font-size: 13px;
  }
  .sj_media02 .content li .box {
    padding: 15px 10px;
    height: 150px;
  }
  .sj_media03 {
    padding: 0 0 15px;
  }
  .sj_media03 .infor .tit {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .sj_media03 li {
    margin-bottom: 15px;
  }
  .sj_media03 li .icon {
    margin: 0 4px;
    width: 45px;
    height: 45px;
  }
  .sj_media02 .content li .li_hover .t {
    font-size: 13px;
  }
  .sj_media03 .infor {
    margin-bottom: 0;
  }

  /*发展历程*/
  .history_xc01 {
    padding: 15px 0;
  }
  .history_xc01 .stage_box li {
    border-bottom: 0;
    width: 50%;
  }
  .history_xc01 .stage_box li.cur {
    border-color: #fff;
    color: #fff;
  }
  .history_xc01 .stage_box li .year {
    display: inline-block;
    margin-right: 10px;
  }
  .history_xc01 .stage_box li .desc {
    display: inline-block;
    line-height: 25px;
  }
  .history_xc01 .stage_box li .year span {
    font-size: 14px;
  }
  .history_xc01 .stage_box li .year i {
    display: none;
  }
  .history_xc01 .stage_box li:hover .year span,
  .history_xc01 .stage_box li:hover .desc {
    color: #fff;
  }
  .history_xc01 .stage_box li .pd {
    padding: 5px 10px;
  }
  .history_xc01 .stage_box .desc {
    font-size: 14px;
  }
  .history_xc01 .container {
    background: none;
  }
  .history_xc01 .container .l_box {
    width: 100%;
    text-align: left;
    background: #f6f6f6;
  }
  .history_xc01 .container .r_box {
    width: 100%;
  }
  .history_xc01 .container .l_box .pd {
    padding: 20px;
  }
  .history_xc01 .container .l_box .tit {
    font-size: 18px;
  }
  .history_xc01 .container .r_box ul {
    padding: 20px;
  }
  .history_xc01 .container .r_box ul li {
    margin-bottom: 30px;
  }
  .history_xc01 .container .r_box .year:after {
    display: none;
  }
  .history_xc01 .container .r_box .year {
    font-size: 20px;
    margin-bottom: 0;
  }
  :root .history01 .bg img {
    display: block;
  }
  .history01 .bg video {
    display: none;
  }

  /* 表单 */
  .jltd .tit {
    margin-bottom: 15px;
  }
  .jltd .tit .c {
    font-size: 13px;
  }
  .jltd .tit .t {
    font-size: 20px;
  }
  .jltd .text_content {
    margin: 0;
    padding: 0;
  }
  .jltd .text_content .inp_box {
    width: 100%;
    margin: 10px 0;
  }
  .jltd .text_content .yzm .input_area {
    margin: 0 1% 0 0;
  }
  .jltd .text_content .send {
    float: none;
    font-size: 16px;
  }
  .jltd .tit .t {
    font-size: 20px;
  }
  .jltd {
    padding: 0 0 15px 0;
  }
  .jltd .text_content .send {
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    width: 120px;
    margin-top: 15px;
  }
  .jltd .text_content .inp_box select.select_wrap {
    font-size: 13px;
  }
  .jltd .text_content .con {
    margin-top: 15px;
    padding-top: 15px;
  }
  .jltd .text_content .t {
    line-height: 24px;
  }

  /* 分页 */
  .page_bott {
    margin-top: 15px;
  }
  .page_bott .page_btn {
    font-size: 14px;
  }
  .page_bott .t {
    font-size: 14px;
    line-height: 22px;
  }
  .page_bott .box {
    padding: 10px 20px;
  }
  .page_bott .page_prev {
    border: none;
  }
  .page_bott .page_next {
    border: none;
  }

  /*20191114*/
  .news_list01 .news_list_l ul li .box .img {
    width: 35%;
    margin-top: 10px;
  }
  .news_list01 .news_list_l ul li .box .txt {
    width: 60%;
    float: left;
  }
  .news_list01 .news_list_l ul li .box .txt .tool ._tool {
    display: none;
  }
  .news_list01 .news_list_l ul li .box .txt .tool ._tool.d {
    display: block;
  }
  .news_list01 .news_list_l ul li .box .txt .tool ._tool.d i {
    vertical-align: 0;
  }
  .news_list01 .news_list_l ul li .box .txt .t {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .news_list01 .news_list_l ul li .box .txt .c {
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .contact_us01 .content .bott_ .li_box {
    padding: 30px;
  }

  /*20191128 --760模式*/
  .solution03 .content .item:hover {
    box-shadow: none;
  }
  .solution03 .content .item:hover .li_line {
    display: none;
  }
  .solution03 .content1 .left:hover {
    box-shadow: none;
  }
  .edu_zx01 .content .aixinMain .axSlider {
    width: 100%;
  }
  .edu_zx01 .content .aixinMain .axIntro {
    width: 100%;
  }
  .edu_zx01 .content .aixinMain .axIntro .box {
    height: auto;
  }
  .edu_zx01 .content .aixinMain .axIntro .box .text {
    height: auto;
  }
  .brand_concept01 .bd .section1 .content .cell span {
    height: auto;
  }
  .m_nav {
    top: 55px;
  }
  .learn_develop02 .right .cover li:last-child:after {
    display: block;
  }
  .learn_develop03 .right .cover li:after {
    display: none;
  }
  .news_download01 {
    padding-top: 0;
  }
  .news_download01 .item {
    margin-bottom: 0;
  }
  .news_download01 .item .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .news_download01 .item .con .li_ {
    width: 49%;
    margin-right: 2%;
  }
  .news_download01 .item .con .li_:nth-child(2n) {
    margin-right: 0;
  }
  .news_download01 .item .con .li_ .li_box .tit {
    font-size: 14px;
  }

  /*20191205*/
  .yjpt .addPart {
    padding: 15px 0;
  }
  .yjpt .addPart .n {
    font-size: 18px;
  }
  .yjpt .addPart .hd {
    margin-bottom: 0;
  }
  .yjpt .addPart li ._n {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    max-width: 70%;
  }
  .yjpt .addPart li ._time {
    line-height: 22px;
    vertical-align: 5px;
  }
  /*预警平台列表*/
  .yjpt_list01 {
    padding-top: 0;
  }
  .yjpt_list01 .left {
    width: 100%;
  }
  .yjpt_list01 .right {
    width: 100%;
  }
  .yjpt_list01 .left li {
    margin-bottom: 15px;
  }
  .yjpt_list01 .left li .date {
    display: none;
  }
  .yjpt_list01 .left li .time {
    display: block;
  }
  .yjpt_list01 .left li .time i {
    margin: 0;
  }
  .yjpt_list01 .left li .n {
    font-size: 18px;
  }
  .yjpt_list01 .left li .text {
    font-size: 14px;
  }

  /*2020-1-7 调查问卷*/
  .questionnaire02 form .tit .t {
    font-size: 17px;
  }
  .questionnaire02 form .tit .d {
    font-size: 14px;
    line-height: 1.8;
  }
  .questionnaire02 form .con .desc strong {
    font-size: 15px;
  }
  .questionnaire02 form .con {
    padding: 20px 0;
  }
  .questionnaire02 form .key {
    font-size: 14px;
  }
  .questionnaire02 form .con {
    font-size: 14px;
  }
  .questionnaire02 .form1 input {
    margin: 8px 0;
  }
  .questionnaire02 .form1 img {
    margin-top: 0;
  }
  .questionnaire02 .form1 .tip {
    bottom: 20px;
  }
  .questionnaire02 form .con.con3 {
    padding-bottom: 10px;
  }
  .questionnaire02 form .con.con2 {
    padding-bottom: 30px;
  }
  .questionnaire02 button {
    font-size: 16px;
    margin-top: 20px;
  }
  .questionnaire02 .form2 {
    line-height: 1.8;
  }
  .questionnaire02 .form2 textarea,
  .questionnaire02 .form1 input {
    width: 100%;
    box-sizing: border-box;
  }

  /* 徐工专题 抗击疫情 */
  .zt_wrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
  }
  .zt_header .top_list {
    display: none;
  }
  .zt_header .m_tool {
    display: block;
    float: right;
    color: #00a1e9;
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
  }
  .zt_header .m_tool img {
    width: 20%;
    position: relative;
    top: 4px;
  }
  .zt_header .logo {
    padding: 15px 0 0;
  }
  .zt_nav .nav_wrap {
    background: #00a1e9;
    height: 55px;
    margin-top: 0;
  }
  .zt_nav dl dt {
    display: none;
  }
  .zt_nav dl dd {
    line-height: 55px;
    font-size: 16px;
  }
  .zt_nav dl dd {
    margin: 0 5px;
  }
  .zt_main {
    background: url(../img/zt/m_main_bg.jpg) no-repeat center 770px;
  }
  .zt_pt1 {
    padding-top: 25px;
    background: #fff;
  }
  .zt_pt1 .zt_wrap {
    display: none;
  }
  .zt_pt1 .m_news {
    display: block;
  }
  .zt_pt1 .m_news .rect-46 {
    padding-bottom: 62%;
  }
  .zt_pt1 .m_news .hd {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0efef;
  }
  .zt_pt1 .m_news .hd .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/zt/zt_pt3_2.png) no-repeat center;
    background-size: cover;
  }
  .zt_pt1 .m_news .infor {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  .zt_pt1 .m_news .hd .tit {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .zt_pt1 .m_news .bd .item {
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #f0efef;
  }
  .zt_pt1 .m_news .bd .item .left {
    width: 58%;
    float: left;
  }
  .zt_pt1 .m_news .bd .item .left .t {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
  }
  .zt_pt1 .m_news .bd .item .left .d {
    font-size: 14px;
    color: #666666;
  }
  .zt_pt1 .m_news .bd .item .right {
    width: 40%;
    float: right;
  }
  .zt_pt1 .m_news .load_more {
    padding-bottom: 20px;
  }
  .zt_pt2 {
    background: #daecfa;
    padding-top: 20px;
  }
  .zt_pt2 .infor {
    font-size: 20px;
  }
  .zt_pt2 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .zt_pt2 .right {
    width: 100%;
  }
  .zt_pt2 .rect-927 {
    padding-bottom: 46.1%;
  }
  .zt_pt2 .right ul li .tit .t {
    width: 82%;
    font-size: 14px;
  }
  .zt_pt2 .right ul li .tit {
    line-height: 45px;
  }
  .zt_pt2 .right ul li .tit .t_btn,
  .zt_pt2 .right ul li.cur .tit .t_btn {
    height: 45px;
    width: 44px;
    background-size: contain;
  }
  .zt_pt2 .right ul li .con {
    overflow: hidden;
  }
  .zt_pt2 .right ul li .con .t {
    font-size: 13px;
    height: 60px;
    line-height: 20px;
  }
  .zt_pt2 .right ul li {
    margin-bottom: 20px;
  }
  .zt_pt2 .right {
    height: auto;
  }
  .zt_pt2 .narrs {
    display: none;
  }
  .zt_pt3 {
    padding: 20px 0 20px;
  }
  .zt_pt3 .infor {
    font-size: 20px;
  }
  .zt_pt3 .content_wrap {
    display: none;
  }
  .zt_pt3 .ie8 {
    display: block;
  }
  .zt_pt3 .ie8 .item .tit {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
  }
  .zt_pt3 .ie8 .item .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../img/zt/zt_pt3_2.png) no-repeat center;
  }
  .zt_pt3 .ie8 .owl-nav > div {
    margin-top: -22px;
  }
  .zt_pt3 .ie8 .owl-nav .owl-prev,
  .zt_pt3 .ie8 .owl-nav .owl-next {
    height: 45px;
    width: 44px;
    background-size: contain;
  }
  .zt_pt4 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .zt_pt4 .infor {
    font-size: 20px;
  }
  .zt_pt4 .content .item .box {
    padding: 20px;
  }
  .zt_pt4 .content .item .box img {
    height: 50px;
    width: auto;
  }
  .zt_pt4 .content .item .box .t {
    font-size: 14px;
    margin: 10px 0;
  }
  .zt_pt4 .content {
    width: 94%;
    margin-left: 3%;
  }
  .zt_pt4 .content .owl-nav .owl-prev {
    left: -20px;
  }
  .zt_pt4 .content .owl-nav .owl-next {
    right: -20px;
  }
  .zt_pt4 .content .item .box .c {
    font-size: 13px;
  }
  .zt_pt4 .content .item .box {
    height: 160px;
  }
  .zt_pt5 {
    padding-bottom: 0;
  }
  .zt_pt5 .infor {
    font-size: 20px;
  }
  .zt_pt5 .content .item .cover span {
    font-size: 13px;
    padding: 0 5px;
    line-height: 20px;
  }
  .zt_pt5 .content .item .cover .icon {
    width: 35px;
    height: 35px;
    background-size: cover;
    margin-left: -17px;
    margin-top: -17px;
  }
  .zt_pt5 .content .item .cover2 .box {
    padding: 10px 10px 25px 10px;
  }
  .zt_pt5 .content .item .cover2 .box .t {
    font-size: 14px;
  }
  .zt_pt5 .content .item .cover2 .box .c {
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
  }
  .zt_pt6 {
    display: none;
  }
  .zt_foot .gotop {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  .zt_foot .gotop {
    top: -7px;
  }
  body #boxBlank {
    background: rgba(0, 0, 0, 0.8);
  }
  .zt_pt1 .m_news .load_more .loading {
    width: 100%;
    margin-left: 0;
    background-position: center center;
    margin-top: 10px;
  }
  .zt_nav dl dd.cur {
    color: #ffc700;
  }

  /* 2022-0510 */
  .news_detail02 .news_det_bott .keywords {
    display: inline-block;
  }
  .news_detail02 .news_det_bott .content .share {
    position: static;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -7px;
  }
}
@media only screen and (max-width: 760px) {
  /*-------------- Footer Sections --------------------------- */
  .sigma_footer {
    clear: both;
    background-color: #626262;
    position: relative;
    z-index: 1;

    background-image: url('/assets/img/m_index_news_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sigma_footer .sigma_footer-middle {
    margin: 0px 21px 12px;
  }
  .sigma_footer .sigma_footer-middle .foot-logo {
    padding: 6px 0 6px;
  }
  .sigma_footer .sigma_footer-middle .foot-logo img {
    height: 21.6px;
  }
  .sigma_footer .sigma_footer-middle .container {
    display: flex;
    padding-top: 10px;
  }

  .sigma_footer .sigma_footer-mod {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sigma_footer .sigma_footer-mod .sigma_footer-slide {
    /* flex: 1; */
    width: 50%;
    line-height: 23px;
  }
  .sigma_footer .sigma_footer-contact {
    color: #fff;
  }
  .sigma_footer .sigma_footer-contact p {
    color: #fff;
    margin: 0;
    line-height: 9px;
    font-size: 10.2px;
  }
  .sigma_footer .sigma_footer-contact p:last-child {
    font-size: 7.2px;
    margin-top: 6px;
  }
  .sigma_footer .sigma_footer-copyright {
    height: 22.8px;
    line-height: 22.8px;
    background-color: #424242;
    color: #919191;
    font-size: 7.2px;
    text-align: center;
  }

  .sigma_footer .sigma_footer-copyright p a {
    color: #fff;
  }

  .sigma_footer .sigma_footer-bottom {
    padding: 12px 0 6px;
    border-top: 1px solid rgb(225, 225, 225, 0.32);
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    margin: 0 21px;
  }
  .sigma_footer .sigma_footer-bottom img {
    width: 53.4px;
    height: 53.4px;
  }
  .sigma_footer .sigma_footer-mod a {
    color: #fff !important;
    font-size: 10.8px;
  }
  .sigma_footer .sigma_footer-mod {
    height: 100%;
  }

  /*-------------- Banner (Hero Sections) --------------------------- */
  .sigma_banner {
    position: relative;
    z-index: 1;
  }

  .sigma_banner .banner-slider-inner {
    /* padding: 200px 0; */
    height: 192.8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .sigma_banner .title {
    text-align: right;
    margin-right: 36px;
  }
  .sigma_banner-text {
    justify-content: end;
    align-items: center;
    width: 100%;
  }

  .sigma_banner h5 {
    font-weight: 500;
    position: relative;
  }
  .sigma_banner .slick-list .title .name {
    color: #f98032;
    font-size: 21.6px;
    font-weight: bold;
  }
  .sigma_banner .slick-list .title .desc {
    color: #fff;
    font-size: 12px;
    position: relative;
    margin-bottom: 0;
  }
  .sigma_banner .slick-list .title .desc::before {
    position: absolute;
    right: 0;
    top: -2px;
    background-color: #fff;
    width: 80px;
    height: 0.4px;
    display: block;
    content: '';
  }
  .sigma_banner-slider .slick-prev,
  .sigma_banner-slider .slick-next {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--thm-base);
    color: #fff;
    border-radius: 6px;
  }

  .sigma_banner-slider .slick-prev:hover,
  .sigma_banner-slider .slick-next:hover {
    background-color: var(--thm-base-hover);
  }

  .sigma_banner-slider .slick-next {
    right: 10px;
    left: auto;
  }

  .sigma_banner-slider:hover .slick-prev {
    left: 20px;
    opacity: 1;
    visibility: visible;
  }

  .sigma_banner-slider:hover .slick-next {
    right: 20px;
    opacity: 1;
    visibility: visible;
  }

  .sigma_banner-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }

  .sigma_banner-slider .slick-dots li button {
    background-color: var(--thm-border);
  }

  .sigma_banner-slider .slick-dots .slick-active button {
    background-color: var(--thm-base);
  }

  .sigma_banner-info {
    position: relative;
    margin-top: -100px;
    z-index: 1;
  }

  .sigma_banner-info.style-2 {
    margin-top: -85px;
  }

  .sigma_banner.style-8 .banner-slider-inner {
    padding: 150px 0 250px;
  }

  /* Slick */
  .slick-slide {
    position: relative;
    outline: none;
  }

  .slick-prev,
  .slick-next {
    position: relative;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--thm-secondary);
    border: 0;
    padding: 0;
    outline: none;
    transition: 0.3s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: var(--thm-base);
    color: #fff;
  }

  .slick-prev:before,
  .slick-next:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  [class*='btn-style-'] .slick-prev::after,
  [class*='btn-style-'] .slick-next::after {
    display: none;
  }

  [class*='btn-style-'] .slick-prev::before,
  [class*='btn-style-'] .slick-next::before {
    content: '\f053';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }

  [class*='btn-style-'] .slick-next::before,
  .slick-next:before {
    content: '\f054';
  }

  .slick-dots li:focus,
  .slick-dots li:hover,
  .slick-dots li button:focus,
  .slick-dots li button:hover {
    outline: none;
  }

  .slick-dots li + li {
    margin-left: 10px;
  }

  .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s;
    border: 0;
    padding: 0;
  }

  [class*='btn-style-'] .slick-dots li button::after,
  [class*='btn-style-'] .slick-dots li button::before {
    display: none;
  }

  .slick-dots .slick-active button {
    background-color: var(--thm-base);
  }

  /* 详情页面banner */

  .sub-banner {
    width: 100%;
    height: 261px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    position: relative;
  }

  .sub-banner.aboutus {
    height: 258.5px;
  }

  .sub-banner .banner_txt {
    position: absolute;
    top: 77.5px;
    left: 20px;
    text-align: left;
  }

  .sub-banner .banner_title {
    color: #fff;
    font-size: 23px;
    border-bottom: 1px solid #fff;
    padding-bottom: 7.5px;
    display: inline-block;
  }
  .sub-banner .banner_subtitle {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
  }

  .sub-banner.text_right .banner_txt {
    position: absolute;
    top: 77.5px;
    right: 20px;
    text-align: right;
  }

  /* 关于我们 */
  .know01 {
    padding: 15px 0 0;
  }
  /* 企业风貌 */
  .enterprise-style_channel {
    margin: 15px 0;
  }

  /*=====page box=====*/
  .page-box {
    margin: 0 auto 10px;
    text-align: center;
    padding: 0;
  }

  .page-box li {
    display: inline-block;
  }
  .page-box li > a {
    display: block;
    padding: 5px;
    font-size: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: #ececec;
    border: 0.5px solid #ccc;
    margin: 3px;
    text-align: center;
    line-height: 13px;
  }
  .page-box li > a:hover,
  .page-box li > a.active {
    background: #002f95;
    border-color: #002f95;
    color: #fff;
  }
  .page-box li.disabled > a {
    color: #999;
    cursor: default;
  }
  .page-box li.disabled > a:hover {
    color: #999;
    background: #ececec;
    border: 1px solid #ccc;
  }
  /*=====page box end=====*/
  .qs_mod1 {
    margin: 10px 0 20px 0;
  }
  .qs_mod1 .full_path {
    background-color: #f8f8f8;
  }
  .qs_mod1 .container {
    display: flex;
  }
  .qs_mod1 .left_mod {
    width: 346px;
  }

  .qs_mod1 .right_mod {
    flex: 1;
  }
  .qs_mod1 img {
    text-align: center;
  }
  .qs_mod1 .t_name {
    color: #00479a;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 2px;
  }
  .qs_mod1 .content {
    margin-bottom: 10px;
    text-align: center;
    color: #666;
    font-size: 8px;
  }
  .qs_mod1 .content p {
    text-indent: 0;
    text-align: left;
  }
  .content_wrapper_txt {
    text-align: center;
  }
  /* 人力资源 */
  .ipartzp {
    padding: 0 12px;
  }
  .ipartzp .wrap {
    background: url(../img/m_recruitment_mod1.png) no-repeat center;
    height: 165px;
    position: relative;
  }
  .ipartzp .infor {
    text-align: center;
    color: #666;
    margin: 30px 0;
  }
  .ipartzp .infor .tit a {
    display: block;
    cursor: default;
  }
  .ipartzp .infor .tit a:hover {
    color: #999;
  }
  .ipartzp .infor .tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .ipartzp .infor .con {
    font-size: 16px;
    color: #999;
    line-height: 26px;
  }

  .ipartzp .wrap .cover {
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 0;
    padding: 0px 10px 0px;
    overflow: hidden;
    margin: 0px 0 0 10px;
    width: 70%;
    display: flex;
    align-items: center;
  }
  .ipartzp .wrap .cover p {
    font-size: 8px;
    color: #fff;
    margin-bottom: 10px;
  }

  .recruitment_mod3 {
    margin: 20px 0 0px 0;
    padding: 10px 0;
    background-color: #f8f8f8;
  }
  .recruitment_mod3 .container {
    padding-bottom: 10px;
  }

  .recruitment_mod3 .title {
    padding-left: 10px;
    color: #414f5a;
    font-size: 13px;
  }
  .recruitment_mod3 .t_name {
    line-height: 20px;
    color: #666;
    font-size: 8px;
    font-weight: bold;
    padding-left: 20px;
    margin: 5px 0 2px;
  }
  .recruitment_mod3 .wrap_cont {
    margin: 0 0 0px 0;
  }
  .recruitment_mod3 .content {
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    text-indent: 2em;
  }
  .recruitment_mod3 .content p {
    list-style: decimal;
    margin: 0;
    text-indent: 0;
    color: #666;
    font-size: 13px;
    line-height: 25px;
  }
  /* 联系方式 */
  .contact-wrapper1 {
    margin: 0 20px 12px 22px;
  }
  .contact-wrapper1 .h1_title {
    text-align: left;
    margin: 0 0 16px;

    font-size: 8px;
    font-weight: 300;
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
  }

  .dituMap {
    margin-top: 0;
    background: #f8f8f8;
    padding: 12px 20px 12px 22px;
  }

  .contact-wrapper1 .container .mod h2 {
    font-size: 14.4px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .contact-wrapper1 .contact_ul {
    margin: 20px 0 14px;
  }
  .contact-wrapper1 .contact_ul li {
    font-size: 10px;
    line-height: 17px;
    color: #000000;
  }
  .contact_ul li.name {
    font-weight: bold;
  }
  .contact-wrapper1 .ct2 {
    text-align: center;
    font-size: 12.4px;
    border-top: 0.4px solid #d6d6d6;
    border-bottom: 0.4px solid #d6d6d6;
    padding: 12px 0 19.2px;
  }
  .contact-wrapper1 .ct2 p {
    text-indent: 0;
    text-align: left;
    margin-bottom: 7.2px;
    font-size: 12.8px;
  }
  .contact-wrapper1 .ct2 p:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper1 .ct2 span {
    color: #16b3b3;
    font-weight: bold;
    display: block;
  }

  .org_mod {
    height: 150px;
    position: relative;
    background: url('/resources/web/img/m_org_bg.png') center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    margin: 110px auto 0;
  }

  .org_mod .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
  .org_mod .content-article-style {
    margin: 0 auto 0;
    text-align: center;
  }
  /* 产品中心 */
  .pro_center02 {
    height: 248px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    background-image: url('/assets/img/m_pro1.jpg');
  }

  .pro_center04 {
    height: 248px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    background-image: url('/assets/img/m_pro2.jpg');
  }

  .pro_center02 .infor {
    text-align: center;
  }
  .pro_center02 .infor .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-top: 60px;
  }
  .pro_center02 .infor .desc {
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0;
  }
  .pro_center02 .infor .form_box {
    width: 90%;
    margin: 20px auto 0;
    border-radius: 50px;
    border: 1px solid #d5d5d5;
    height: 32px;
    line-height: 32px;
    padding: 0 1%;
    position: relative;
    background-color: #fff;
  }
  .pro_center02 .infor .form_box form {
    display: flex;
    align-items: center;
  }
  .pro_center02 .infor .form_box input {
    width: 90%;
    line-height: 32px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    float: left;
    text-indent: 10px;
    height: 32px;
  }
  .pro_center02 .infor .form_box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #ccc;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 50%;
    line-height: 1;
  }
  .pro_center02 .infor .form_box button i {
    margin: 0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .pro_center02 .infor .form_box:hover button {
    background: #fcc100;
  }
  .pro_center02 .infor .infor_link {
    text-align: center;
    padding: 40px 11.5%;
  }
  .pro_center02 .infor .infor_link a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 23px;
  }
  .pro_center02 .infor .infor_link a:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #ffc700;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
  }
  .pro_center02 .infor .infor_link a:first-child:after {
    display: none;
  }
  .pro_center02 .infor .infor_link a:hover {
    color: #929292;
  }

  .cpzx .table {
    width: 100%;
    margin: 15px auto 10px;
    /* border-right: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc; */
  }
  .cpzx .table .thead {
    display: table-row;
  }
  .cpzx .table .tr {
    display: table-row;
  }
  .cpzx .table .th {
    text-align: center;
    border-right: 0.5px solid #ccc;
    border-left: 0.5px solid #ccc;
    width: 24%;
  }
  .cpzx .table .th {
    background: #0d52a2;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    word-break: keep-all;
    display: table-cell;
  }

  .cpzx .table .td {
    text-align: center;
    border: 0.5px solid #ccc;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
  }
  .cpzx .table .tr td:first-child {
    background: #f7f7f7;
  }
  .cpzx .table .tr td:nth-of-type(2) {
    text-align: left;
    padding-left: 15px;
  }
  .pro-title {
    text-align: center;
    margin: 15px auto 0px;
    font-weight: bold;
  }
  .horTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  /* 企业文化 */
  .m_brand_concept01 {
    margin: 20px 0;
  }
  .m_brand_concept01 .bd .section4 .content {
    position: relative;
  }
  .m_brand_concept01 .bd .section4 .coverbg {
    position: relative;
  }
  .m_brand_concept01 .bd .section4 .content .cover {
    padding: 5px;
    left: 10%;
    top: 25%;
    width: 40%;
    bottom: 25%;
    position: absolute;
    background-color: rgba(6, 163, 233, 0.7);
  }
  .m_brand_concept01.en .bd .section4 .content .cover {
    width: 80%;
  }
  .m_brand_concept01 .bd .section4 .content .cover .box {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 10px;
  }
  .m_brand_concept01 .bd .section4 .content .cover .box .con p {
    font-size: 12px;
    color: #fff;
  }
}
