#about {
  background: #F6F9FB;
}
#about .sub_content .com_img_case {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 75.7293%;
  margin-left: 10.9375%;
  padding-right: 24.871%;
  position: relative;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0 0 60px rgba(30, 46, 63, 0.36);
  -moz-box-shadow: 0 0 60px rgba(30, 46, 63, 0.36);
  box-shadow: 0 0 60px rgba(30, 46, 63, 0.36);
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#about .sub_content .sha_imgBox {
  position: absolute;
  right: 0;
  top: 0;
  width: 24.871%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /*-webkit-filter: blur(10px); !* Chrome, Opera *!*/
  /*-moz-filter: blur(10px);*/
  /*-ms-filter: blur(10px);*/
  /*filter: blur(10px);*/
  z-index: 1;
}
#about .sub_content .com_img_case .swiper-container {
  overflow: initial;
}
#about .sub_content .com_img_case .swiper-slide > div img {
  display: block;
  width: 100%;
}
#about .sub_content .sha_imgBox > div {
  font-size: 0;
  line-height: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
#about .sub_content .com_img_case .swiper-button-prev,
#about .sub_content .com_img_case .swiper-button-next {
  background-image: none;
  left: 0;
  right: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  line-height: 44px;
}
#about .sub_content .com_img_case .swiper-button-prev {
  margin-right: 60px;
}
#about .sub_content .com_img_case .swiper-button-next {
  margin-left: 60px;
}
#about .sub_content .com_img_case .swiper-pagination {
  color: #959ba1;
  width: auto;
  left: 0;
  bottom: 0;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
#about .sub_content .com_img_case .swiper-pagination .on {
  color: #000;
  font-size: 30px;
}
#about .sub_content .desc {
  margin-top: 2vw;
  line-height: 35px;
  text-indent: 2em;
}
#about .sub_content .desc p {
  margin-bottom: 1.5vw;
}
#about #r3 {
  position: relative;
  padding: 60px 0 100px;
}
#about #r3 .sub_c_tit h3,
#about #r3 .sub_c_tit p {
  color: #fff;
}
#about #r3 .sub_c_tit::after {
  background: #fff;
}
#about .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#about .m-bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about .roll_list {
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about .roll_list.on {
  opacity: 1;
}
#about .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#about .ani-4.active {
  animation: fadeInUpSmall 1s ease-in-out;
  animation-fill-mode: both;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#about #r3 .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about #r3 .wrap .topic {
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  text-align: center;
}
#about #r3 .wrap .topic h2 {
  color: #000;
}
#about #r3 .wrap .con {
  width: 70%;
  margin: auto;
  height: 82%;
}
#about #r3 .wrap .con .timer-parent {
  height: 100%;
  width: 100%;
}
#about #r3 .wrap .con .timer-parent .mid {
  height: calc(100% - 85px);
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about #r3 .wrap .con .timer-parent .mid .left {
  width: 46%;
  position: relative;
  max-width: 450px;
  padding-bottom: 27.775%;
  overflow: hidden;
}
#about #r3 .wrap .con .timer-parent .mid .left .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about #r3 .wrap .con .timer-parent .mid .left .photo .pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: contain;
}
#about #r3 .wrap .con .timer-parent .mid .left .photo.navOutNext {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#about #r3 .wrap .con .timer-parent .mid .left .photo.navInNext {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes scaleUp {
  to {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scaleUp {
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes scaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleDownUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#about #r3 .wrap .con .timer-parent .mid .right {
  width: 54%;
  min-width: calc(100% - 540px);
}
#about #r3 .wrap .con .timer-parent .mid .right .time-con {
  height: 0;
  position: relative;
  width: 100%;
  top: 7vh;
}
#about #r3 .wrap .con .timer-parent .mid .right .time-con .time-msg {
  position: absolute;
  width: 100%;
  color: rgba(255, 255, 255, 0.28);
  left: 0;
  bottom: -0.8rem;
  white-space: nowrap;
  font-size: 180px;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  line-height: 1.6rem;
  font-weight: bold;
}
#about #r3 .wrap .con .timer-parent .mid .right .time-con .time-msg.on {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}
#about #r3 .wrap .con .timer-parent .mid .right .time-con .time-msg.navOutNext {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#about #r3 .wrap .con .timer-parent .mid .right .time-con .time-msg.navInNext {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#about #r3 .wrap .con .timer-parent .mid .right .msg-box {
  padding: 0 4% 0 16%;
  position: relative;
  z-index: 20;
}
#about #r3 .wrap .con .timer-parent .mid .right .msg-box .note {
  position: relative;
  display: none;
  animation-duration: 1.5s;
  opacity: 1;
  visibility: visible;
}
#about #r3 .wrap .con .timer-parent .mid .right .msg-box .note.on {
  display: block;
}
#about #r3 .wrap .con .timer-parent .mid .right .msg-box .note .box {
  position: relative;
  color: #fff;
}
#about #r3 .wrap .con .timer-parent .mid .right .msg-box .note .box .text {
  line-height: 24px;
  padding-right: 10px;
  overflow: auto;
  height: 96px;
}
#about #r3 .wrap .con .timer-parent .mid .right .msg-box .note .box .text.on {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#about #r3 .wrap .con .timer-parent .mid .right .msg-box .note .box .more {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
}
#about #r3 .wrap .con .timer-parent .mid .his_list {
  cursor: pointer;
}
#about #r3 .wrap .con .timer-parent .btm {
  width: 100vw;
  position: relative;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box {
  width: 80%;
  overflow: hidden;
  margin: 0 10%;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .line {
  position: absolute;
  height: 1px;
  left: 0;
  width: 100%;
  top: 3px;
  background-color: rgba(255, 255, 255, 0.29);
}
#about .btn-1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  color: #909090;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: inline-block;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .t-prev {
  position: absolute;
  left: 4%;
  top: -20px;
  border-radius: 50%;
  cursor: pointer;
  color: #C2C2C2;
  background-color: #fff;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .t-next {
  position: absolute;
  right: 4%;
  top: -20px;
  border-radius: 50%;
  cursor: pointer;
  color: #C2C2C2;
  background-color: #fff;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .t-prev:hover,
#about #r3 .wrap .con .timer-parent .btm .timer-box .t-next:hover {
  color: #6EB92B;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
  width: 80vw;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  flex-wrap: wrap;
  position: relative;
  width: calc(80vw/6);
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  line-height: 7px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list .pre-line {
  position: absolute;
  top: 3px;
  width: 100%;
  height: 1px;
  left: 50%;
  opacity: 0;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list .pre-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  animation-fill-mode: both;
  animation-duration: 2.8s;
  animation-timing-function: linear;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list:last-of-type .pre-line {
  display: none;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list > small {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: block;
  margin-top: 10px;
  line-height: 24px;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list.on .dot {
  background-color: #fff;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list.on .pre-line {
  opacity: 1;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list.on .pre-line:after {
  animation-name: line_1;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list.on > small {
  color: #fff;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list.go .pre-line {
  opacity: 1;
}
#about #r3 .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list.go .pre-line:after {
  right: 0;
  left: auto;
  animation-duration: 0.8s;
  animation-name: line_2;
}
@keyframes line_1 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes line_2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
#job .main {
  position: relative;
}
#job .main > img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
#job .join_box {
  width: 100%;
  padding: 66px 0 100px 0;
}
#job .join_item {
  width: 100%;
  margin-bottom: 34px;
}
#job .enter_top {
  width: 100%;
  height: 78px;
  background: #fff;
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
#job .enter_top:hover,
#job .join_show .enter_top {
  color: #fff;
  background: #6EB92B;
}
#job .enter_top:hover .zw_div,
#job .join_show .enter_top .zw_div {
  color: #fff;
}
#job .enter_top:hover .cz_div span,
#job .join_show .enter_top .cz_div span {
  background: #fff;
}
#job .enter_top .zw_div {
  width: 20%;
  padding-left: 3.5%;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#job .enter_top div:nth-child(3) {
  width: 18%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#job .enter_top div:nth-child(2),
#job .enter_top div:nth-child(4) {
  width: 16%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#job .enter_top div:nth-child(5) {
  width: 18%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#job .cz_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 30px;
}
#job .cz_div span {
  transition: opacity 0.2s ease 0s, transform 0.4s ease 0s;
}
#job .line_01 {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -1px;
}
#job .line_02 {
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #333;
}
#job .join_show .line_01 {
  opacity: 0;
}
#job .join_show .line_02 {
  transform: rotate(90deg);
}
#job .join_desc {
  width: 100%;
  background: #fff;
  padding: 0px 80px 0px 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease 0s, transform 0.4s ease 0s;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.16);
}
#job .join_show .join_desc {
  width: calc(100% - 100px);
  padding: 50px 50px 100px 50px;
  height: auto;
  overflow: visible;
}
#job .join_desc h5 {
  font-size: 16px;
  color: #343437;
  line-height: 32px;
  font-weight: bold;
  padding: 0;
}
#job .desc_info {
  width: 100%;
  margin: 10px 0;
}
#job .desc_info p {
  font-size: 16px;
  line-height: 36px;
  color: #343437;
}
#contact .block_pc {
  display: inline-block;
}
#contact .block_sj {
  display: none;
}
#contact .lx_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .lx_head p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#contact .lx_head h5 {
  font-size: 44px;
  color: #000000;
  line-height: 50px;
  letter-spacing: 2px;
}
#contact .lx_head span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #6EB92B;
  margin-top: 16px;
}
#contact .lx_con {
  width: 100%;
  padding-top: 110px;
}
#contact .lx_con .lx_info {
  width: 100%;
  margin-top: 80px;
}
#contact .lx_con .lx_info .mes_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
#contact .lx_con .lx_info .mes_box .mes_input {
  width: 18.4%;
  height: 60px;
  border: 1px solid #D6D6D6;
  color: #333;
  background: #f8f8f8;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-right: 2%;
  font-size: 16px;
  outline: none;
  border-radius: 0px;
}
#contact .lx_con .lx_info .mes_box .mes_input:nth-child(4) {
  margin-right: 0;
}
#contact .lx_con .lx_info .mes_box .mes_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text {
  width: 100%;
  margin-bottom: 38px;
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
  color: #333;
  padding: 20px;
  border-radius: 0px;
  height: 270px;
  font-family: "微软雅黑";
  font-size: 16px;
  outline: none;
  resize: none;
}
#contact .lx_con .lx_info .mes_box .mes_text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
#contact .lx_con .lx_info .mes_box a {
  display: inline-block;
  width: 268px;
  height: 60px;
  background: #035FA2;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  border-radius: 0px;
  margin: 0 auto;
}
#contact .lx_con .lx_info .mes_box a:hover {
  opacity: 0.8;
}
#contact .lx_con .map_box {
  width: 100%;
  position: relative;
  margin-top: 68px;
}
#contact .lx_con .map_box .lx_map {
  width: calc(100%);
  padding-top: 208px;
}
#contact .lx_con .map_box .lx_map .block_pc {
  display: block;
}
#contact .lx_con .map_box .map_text_box {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#contact .lx_con .map_box .map_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  height: 320px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 0 3.5%;
}
#contact .lx_con .map_box .map_text .text_left {
  display: inline-block;
  width: calc(94% - 380px);
}
#contact .lx_con .map_box .map_text .text_left h5 {
  width: 100%;
  font-size: 26px;
  color: #000;
  line-height: 32px;
}
#contact .lx_con .map_box .map_text .text_left .gs_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#contact .lx_con .map_box .map_text .text_left .gs_info .info_item {
  width: 45%;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#contact .lx_con .map_box .map_text .text_left .gs_info .info_item img {
  width: 34px;
  height: auto;
  margin-right: 4px;
}
#contact .lx_con .map_box .map_text .text_left .gs_info .info_item p {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding-top: 5px;
  padding-left: 2px;
}
#contact .lx_con .map_box .map_text .text_left .gs_info .info_item p a {
  text-decoration: none;
  color: #000;
}
#contact .lx_con .map_box .map_text .text_right {
  width: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .lx_con .map_box .map_text .text_right .ewm_item {
  width: calc(50% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .lx_con .map_box .map_text .text_right .ewm_item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
#contact .lx_con .map_box .map_text .text_right .ewm_item p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
}
#message .lx_con {
  position: relative;
  padding-bottom: 170px;
}
#message .lx_con .bgimg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#message .lx_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#message .lx_head p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#message .lx_head h5 {
  font-size: 44px;
  color: #000000;
  line-height: 50px;
  letter-spacing: 2px;
}
#message .lx_head span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #6EB92B;
  margin-top: 16px;
}
#message .lx_info {
  width: 100%;
  margin-top: 80px;
}
#message .lx_info .mes_box {
  width: 100%;
  margin-top: 70px;
  text-align: center;
}
#message .lx_info .mes_box .inputs {
  display: flex;
  justify-content: space-between;
}
#message .lx_info .mes_box .inputs .mes_input {
  flex: none;
  width: 16%;
  height: 60px;
  border: 1px solid #D6D6D6;
  color: #333;
  background: #f8f8f8;
  padding: 0 1%;
  margin-bottom: 20px;
  font-size: 16px;
  outline: none;
  border-radius: 0px;
}
#message .lx_info .mes_box .inputs .mes_input.select {
  display: inline-flex;
  align-items: center;
}
#message .lx_info .mes_box .inputs .mes_input.select select {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
}
#message .lx_info .mes_box .inputs .mes_input.select select option {
  line-height: 30px;
}
#message .lx_info .mes_box .mes_text {
  width: calc(100% - 40px);
  margin-bottom: 38px;
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
  color: #333;
  padding: 20px;
  border-radius: 0px;
  height: 270px;
  font-family: "微软雅黑";
  font-size: 16px;
  outline: none;
  resize: none;
}
#message .lx_info .mes_box a {
  display: inline-block;
  width: 268px;
  height: 60px;
  background: #6EB92B;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  border-radius: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #about .sub_content .com_img_case {
    max-width: 976px;
    width: 92%;
    margin-left: 4%;
    padding-right: 4%;
  }
  #about .sub_content .sha_imgBox {
    width: 4%;
  }
  #about .sub_content .sha_imgBox > div {
    display: none;
  }
  #about #r3 .rowMain {
    padding: 30px 0;
  }
  #about #r3 .rowMain .wrap {
    align-items: flex-start;
  }
  #about #r3 .rowMain .wrap .con {
    width: 74%;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .mid {
    flex-wrap: wrap;
    height: calc(100% - 70px);
    padding-bottom: 40px;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .mid .left {
    width: 100%;
    padding-bottom: 56%;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .mid .right {
    width: 100%;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .mid .right .msg-box {
    padding: 0;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .mid .right .msg-box .note .box .text {
    -webkit-line-clamp: 3;
    font-size: 14px;
    height: 72px;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .mid .right .time-con {
    height: 30px;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .mid .right .time-con .time-msg {
    font-size: 110px;
    text-align: center;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .btm .timer-box {
    margin: 0 10%;
    width: 80%;
    padding: 0;
    overflow: hidden;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .btm .timer-box .timer-dot {
    width: 800vw;
    justify-content: flex-start;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list {
    width: calc(80vw/3);
  }
  #about #r3 .rowMain .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list > small {
    font-size: 12px;
    color: #fff;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list.on .dot {
    background: #FD6C0D;
  }
  #about #r3 .rowMain .wrap .con .timer-parent .btm .timer-box .timer-dot .timer-list.on .pre-line::after {
    background: #FD6C0D;
  }
  #job {
    /*招聘*/
  }
  #job .join_box {
    padding: 35px 0;
  }
  #job .join_show .join_desc {
    width: calc(100% - 1.5rem);
  }
  #job .join_item {
    margin-bottom: 15px;
  }
  #job .enter_top {
    height: 5.5rem;
    font-size: 0.55rem;
    line-height: unset;
    justify-content: unset;
    align-items: unset;
    position: relative;
    flex-wrap: wrap;
  }
  #job .enter_top .zw_div {
    width: calc(80% - 0.85rem);
    margin-top: 0.75rem;
    padding-left: 0.85rem;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  #job .enter_top div:nth-child(2),
  #job .enter_top div:nth-child(4) {
    width: calc(51.8% - 1.25rem);
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0.85rem;
  }
  #job .enter_top div:nth-child(3) {
    width: calc(48.1% - 0.4rem);
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0rem;
  }
  #job .enter_top div:nth-child(5) {
    display: none;
  }
  #job .cz_div {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    top: 0.75rem;
    right: 0.85rem;
    margin-right: unset;
  }
  #job .line_01 {
    width: 0.55rem;
    height: 0.1rem;
    top: 50%;
    margin-top: -0.05rem;
    left: 0;
  }
  #job .line_02 {
    width: 0.1rem;
    height: 0.55rem;
  }
  #job .join_desc {
    padding: 0px 0.75rem;
  }
  #job .join_show .join_desc {
    padding: 1.1rem 0.75rem;
  }
  #job .join_desc h5 {
    font-size: 0.65rem;
    line-height: 0.8rem;
  }
  #job .desc_info {
    margin: 0.5rem 0;
  }
  #job .desc_info p {
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  #contact .lx_head p {
    letter-spacing: 0.025rem;
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin-top: 0.7rem;
  }
  #contact .lx_head h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  #contact .lx_head span {
    width: 1.1rem;
    height: 0.1rem;
    margin-top: 0.4rem;
  }
  #contact .lx_con {
    width: 100%;
    padding: 1.6rem 0 3.4rem 0;
  }
  #contact .lx_con .lx_info {
    padding: 1.75rem 0 0 0;
  }
  #contact .lx_con .lx_info .mes_box {
    flex-direction: column;
    margin-top: 1.2rem;
  }
  #contact .lx_con .lx_info .mes_box .mes_input {
    width: 100%;
    height: 1.7rem;
    border-width: 0.025rem;
    padding: 0 0.4rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
    font-size: 0.6rem;
  }
  #contact .lx_con .lx_info .mes_box .mes_text {
    border-width: 0.025rem;
    padding: 0.4rem;
    height: 9.2rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-bottom: 0.5rem;
  }
  #contact .lx_con .lx_info .mes_box a {
    width: 100%;
    height: 1.95rem;
    font-size: 0.65rem;
    line-height: 1.95rem;
  }
  #contact .lx_con .map_box {
    margin-top: 1.25rem;
  }
  #contact .lx_con .map_box .lx_map {
    width: calc(100%);
    padding-top: 15.7rem;
  }
  #contact .lx_con .map_box .lx_map .block_pc {
    display: none;
  }
  #contact .lx_con .map_box .lx_map .block_sj {
    display: block;
  }
  #contact .lx_con .map_box .map_text {
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 1.5rem);
    height: 21rem;
    padding: 0 0.75rem;
  }
  #contact .lx_con .map_box .map_text .text_left {
    width: calc(100%);
  }
  #contact .lx_con .map_box .map_text .text_left h5 {
    font-size: 0.75rem;
    line-height: 0.8rem;
  }
  #contact .lx_con .map_box .map_text .text_left .gs_info {
    flex-direction: column;
    margin-top: 0.5rem;
  }
  #contact .lx_con .map_box .map_text .text_left .gs_info .info_item {
    width: 100%;
    margin-top: 0.4rem;
    align-items: flex-start;
  }
  #contact .lx_con .map_box .map_text .text_left .gs_info .info_item img {
    width: 1.05rem;
    margin-right: 0.3rem;
  }
  #contact .lx_con .map_box .map_text .text_left .gs_info .info_item p {
    width: calc(100% - 1.4rem);
    font-size: 0.6rem;
    line-height: 1rem;
    color: #000;
  }
  #contact .lx_con .map_box .map_text .text_right {
    width: 100%;
    margin-top: 0.8rem;
  }
  #contact .lx_con .map_box .map_text .text_right .ewm_item {
    width: calc(50% - 0.6rem);
  }
  #contact .lx_con .map_box .map_text .text_right .ewm_item p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.3rem;
  }
  #message .lx_head p {
    letter-spacing: 0.025rem;
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin-top: 0.7rem;
  }
  #message .lx_head h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  #message .lx_head span {
    width: 1.1rem;
    height: 0.1rem;
    margin-top: 0.4rem;
  }
  #message .lx_info .mes_box {
    margin-top: 30px;
  }
  #message .lx_info .mes_box .inputs {
    flex-direction: column;
    margin-top: 1.2rem;
  }
  #message .lx_info .mes_box .inputs .mes_input {
    width: calc(100% - 0.8rem);
    height: 1.7rem;
    border-width: 0.025rem;
    padding: 0 0.4rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
    font-size: 0.6rem;
  }
  #message .lx_info .mes_box .inputs .mes_input.select select {
    font-size: 0.6rem;
  }
  #message .lx_info .mes_box .mes_text {
    width: calc(100% - 0.8rem);
    border-width: 0.025rem;
    padding: 0.4rem;
    height: 9.2rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-bottom: 8px;
  }
  #message .lx_info .mes_box a {
    width: 100%;
    height: 1.95rem;
    font-size: 0.65rem;
    line-height: 1.95rem;
  }
}
