@charset "utf-8";
body {
  padding-top: 78px;
  background: #f8f8f8;
}
.temp_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.temp_head h5 {
  font-weight: bold;
  color: #000A3D;
  text-transform: uppercase;
}
.temp_head span {
  width: 66px;
  height: 5px;
  background: #023E84;
  display: inline-block;
  margin-top: 20px;
  border-radius: 3px;
}
.other_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Chrome, Safari, Opera */
}
.other_banner img {
  width: 100%;
  height: auto;
  animation: magicada 8s ease-in-out 0s 1 alternate forwards;
  animation-iteraction-count: 1;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
  }
}
.img_bg {
  width: 100%;
  background: url(../images/other/lx/us_bg.jpg) no-repeat center top #fff;
  background-size: 100% auto;
}
/*honor*/
.honor_con {
  width: 100%;
  padding: 100px 0 90px 0;
}
.honor_con .honor_box {
  width: 100%;
  margin-top: 60px;
}
.honor_con .honor_box .honor_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.honor_con .honor_box .honor_list .honor_item {
  border: 1px solid #D0D0D0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 10.5%) / 4);
  margin: 0 3.5% 40px 0;
  padding-bottom: 20px;
}
.honor_con .honor_box .honor_list .honor_item:nth-child(4n) {
  margin-right: 0;
}
.honor_con .honor_box .honor_list .honor_item.equ_item {
  width: calc((100% - 90px) / 4);
  margin: 0 30px 30px 0;
}
.honor_con .honor_box .honor_list .honor_item.equ_item:nth-child(4n) {
  margin-right: 0;
}
.honor_con .honor_box .honor_list .honor_item.equ_item:hover .honor_img .icon-img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1);
}
.honor_con .honor_box .honor_list .honor_item.equ_item .honor_img {
  height: unset;
  padding: 20px;
  width: 100%;
  position: relative;
}
.honor_con .honor_box .honor_list .honor_item.equ_item .honor_img .small-img {
  width: 100%;
  height: auto;
}
.honor_con .honor_box .honor_list .honor_item.equ_item .honor_img .icon-img {
  display: inline-block;
  width: 16%;
  height: 16%;
  position: absolute;
  top: 50%;
  margin-top: -8%;
  left: 50%;
  margin-left: -8%;
  z-index: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(0);
}
.honor_con .honor_box .honor_list .honor_item .honor_img {
  width: 100%;
  padding: 20px;
  height: 404px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.honor_con .honor_box .honor_list .honor_item .honor_img .small-img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.honor_con .honor_box .honor_list .honor_item p {
  width: 100%;
  padding: 0 20px;
  color: #343434;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
/*contact*/
.contact_con {
  width: 100%;
}
.contact_con .con_info {
  width: 100%;
  padding: 100px 0 90px 0;
}
.contact_con .con_info .info_box {
  width: 100%;
  height: 410px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.14);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2% 0 3%;
  margin-top: 30px;
}
.contact_con .con_info .info_box .info_name {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 30%;
}
.contact_con .con_info .info_box .info_name h5 {
  color: #343537;
  font-weight: bold;
}
.contact_con .con_info .info_box .info_name a {
  display: inline-block;
  margin-top: 16px;
}
.contact_con .con_info .info_box .info_name a img {
  display: inline-block;
  width: 45px;
  height: auto;
}
.contact_con .con_info .info_box .info_desc {
  border-left: 1px solid #CCC7C7;
  width: 68%;
  padding-left: 3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact_con .con_info .info_box .info_desc .desc_item {
  width: 49%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_con .con_info .info_box .info_desc .desc_item img {
  display: inline-block;
  width: 103px;
}
.contact_con .con_info .info_box .info_desc .desc_item div {
  width: calc(100% - 103px - 15px);
  color: #666666;
}
.contact_con .con_info .info_box .info_desc .desc_item div span {
  font-weight: bold;
}
.contact_con .con_mes {
  width: 100%;
  background: url(../images/other/lx/ly_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 76px 0 100px 0;
}
.contact_con .con_mes .mes_box {
  width: 100%;
  margin-top: 46px;
}
.contact_con .con_mes .mes_box .mes_set {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.contact_con .con_mes .mes_box .mes_set .set_item {
  width: 100%;
  margin-bottom: 20px;
}
.contact_con .con_mes .mes_box .mes_set .set_item:nth-child(1),
.contact_con .con_mes .mes_box .mes_set .set_item:nth-child(2) {
  width: calc(50% - 1.5%);
}
.contact_con .con_mes .mes_box .mes_set .set_item.set_item_tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_con .con_mes .mes_box .mes_set .set_item.set_item_tel span {
  text-align: center;
  width: 124px;
  height: 72px;
  background: rgba(255, 255, 255, 0.79);
  line-height: 72px;
  color: #343537;
  display: inline-block;
}
.contact_con .con_mes .mes_box .mes_set .set_item.set_item_tel .input_s {
  width: calc(100% - 124px - 14px);
}
.contact_con .con_mes .mes_box .mes_set .set_item .input_s {
  width: 100%;
  height: 72px;
  background: rgba(255, 255, 255, 0.79);
  line-height: 72px;
  color: #343537;
  padding: 0 25px;
  outline: none;
  border: none;
}
.contact_con .con_mes .mes_box .mes_set .set_item .input_s::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item .input_s:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item .input_s::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item .input_s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item .input_s::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item textarea {
  width: 100%;
  height: 290px;
  background: rgba(255, 255, 255, 0.79);
  color: #343537;
  padding: 25px;
  outline: none;
  border: none;
  resize: none;
}
.contact_con .con_mes .mes_box .mes_set .set_item textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_set .set_item textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #343537;
}
.contact_con .con_mes .mes_box .mes_btn {
  width: 220px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #023E84;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
}
.contact_con .con_mes .mes_box .mes_btn:hover {
  opacity: 0.9;
}
/*about*/
.about_box {
  width: 100%;
}
.about_box .about_one {
  padding: 65px 0 80px 0;
}
.about_box .about_one .about_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.about_box .about_one .about_head p {
  display: inline-block;
  margin-bottom: 10px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: Arial;
}
.about_box .about_one .about_head h5 {
  color: #000000;
  letter-spacing: 2px;
  font-family: Arial;
}
.about_box .about_one .about_desc {
  width: 100%;
  margin-top: 30px;
  color: #000000;
  line-height: 36px;
}
.about_box .about_two {
  background: url(../images/other/honor/gy_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.about_box .about_two .about_right {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.24);
}
.about_box .about_two .about_left {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.24);
}
.about_box .about_two .cul_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 680px;
}
.about_box .about_two .cul_box .cul_item {
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 40px 40px 70px 40px;
  position: relative;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.about_box .about_two .cul_box .cul_item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.about_box .about_two .cul_box .cul_item.hover_on {
  justify-content: center;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_box .about_two .cul_box .cul_item.hover_on::before {
  height: 0;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_box .about_two .cul_box .cul_item.hover_on p {
  position: unset;
  padding: 0;
  margin-top: 30px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_box .about_two .cul_box .cul_item::before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_box .about_two .cul_box .cul_item img {
  width: 80px;
  height: auto;
}
.about_box .about_two .cul_box .cul_item h5 {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 46px 0 0px 0;
  text-align: center;
}
.about_box .about_two .cul_box .cul_item p {
  display: inline-block;
  width: 100%;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: -200px;
  left: 0;
  padding: 0 40px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*case*/
.case_con {
  width: 100%;
  /*caseDetails*/
}
.case_con .case_total {
  width: 100%;
  padding: 90px 0;
}
.case_con .case_total .total_con {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.09);
  padding: 30px 20px;
}
.case_con .case_total .total_con .total_logo {
  width: 336px;
  height: 300px;
  background: #F1F1F1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_con .case_total .total_con .total_logo img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.case_con .case_total .total_con .total_desc {
  width: calc(100% - 336px - 2.9%);
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.case_con .case_total .total_con .total_desc h5 {
  width: 100%;
  font-weight: bold;
  color: #000A3D;
}
.case_con .case_total .total_con .total_desc div {
  margin-top: 18px;
}
.case_con .case_total .total_con .total_desc div p {
  color: #000;
}
.case_con .case_order {
  width: 100%;
  padding: 80px 0;
}
.case_con .case_order.case_order_d {
  padding: 65px 0;
}
.case_con .case_order .order_box {
  width: 100%;
  margin-top: 60px;
}
.case_con .case_order .order_box .order_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_con .case_order .order_box .swiper_case {
  width: 100%;
}
.case_con .case_order .order_box .swiper_case .order_item {
  width: 100%;
}
.case_con .case_order .order_box .order_item {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  background: #fff;
  width: calc((100% - 4.8%) / 4);
  margin: 0 1.6% 2.3vw 0;
}
.case_con .case_order .order_box .order_item:nth-child(4n) {
  margin-right: 0;
}
.case_con .case_order .order_box .order_item:hover .order_text h5 {
  color: #023e84;
}
.case_con .case_order .order_box .order_item:hover .order_text div span {
  margin-left: 6px;
}
.case_con .case_order .order_box .order_item:hover .order_text div img {
  margin-right: 6px;
}
.case_con .case_order .order_box .order_item .order_img {
  width: 100%;
  height: 306px;
  background: linear-gradient(180deg, #F8F8F8 0%, #D9D9D9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}
.case_con .case_order .order_box .order_item .order_img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.case_con .case_order .order_box .order_item .order_text {
  width: 100%;
}
.case_con .case_order .order_box .order_item .order_text h5 {
  margin: 24px 0;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  color: #343434;
  font-weight: bold;
  height: 48px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_con .case_order .order_box .order_item .order_text div {
  border-top: 1px solid #CCCCCC;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.case_con .case_order .order_box .order_item .order_text div span {
  color: #343434;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_con .case_order .order_box .order_item .order_text div img {
  width: 18px;
  height: auto;
  display: inline-block;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_con .details_box {
  width: 100%;
  padding: 80px 0;
}
.case_con .details_box .details_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.case_con .details_box .details_img .leftSwiper {
  width: 508px;
  height: 452px;
  margin: 0;
}
.case_con .details_box .details_img .leftSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.case_con .details_box .details_img .leftSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F8F8F8 0%, #D9D9D9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}
.case_con .details_box .details_img .leftSwiper .swiper-wrapper .swiper-slide img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.case_con .details_box .details_img .right_info {
  width: calc(100% - 508px - 6%);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.case_con .details_box .details_img .right_info .info_title {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #DCDCDC;
}
.case_con .details_box .details_img .right_info .info_title h5 {
  font-weight: bold;
  color: #232323;
  text-transform: uppercase;
}
.case_con .details_box .details_img .right_info .info_title p {
  color: #7e7e7e;
  margin-top: 15px;
  text-transform: uppercase;
}
.case_con .details_box .details_img .right_info .mySwiper {
  width: 100%;
  margin: 30px 0 15px 0;
}
.case_con .details_box .details_img .right_info .mySwiper .swiper-wrapper {
  width: 100%;
}
.case_con .details_box .details_img .right_info .mySwiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 138px;
  height: 122px;
  padding: 10px;
  background: linear-gradient(180deg, #F8F8F8 0%, #D9D9D9 100%);
}
.case_con .details_box .details_img .right_info .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #023e84;
}
.case_con .details_box .details_img .right_info .mySwiper .swiper-wrapper .swiper-slide img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.case_con .details_box .details_img .right_info .info_text {
  color: #666;
}
.case_con .details_box .details_img .right_info .details_btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 46px;
  padding: 0 30px;
  margin-top: 30px;
  background: #023E84;
  text-transform: uppercase;
}
.case_con .details_box .details_img .right_info .details_btn:hover {
  opacity: 0.9;
}
.case_con .details_box .details_desc {
  width: 100%;
}
.case_con .details_box .details_desc .details_t {
  font-weight: bold;
  padding: 18px 0;
  color: #232323;
  margin-top: 40px;
  border-bottom: 1px solid #DCDCDC;
  text-transform: uppercase;
}
.case_con .details_box .details_desc .details_con {
  width: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 1440px) {
  /*about*/
  .about_box {
    width: 100%;
  }
  .about_box .about_two {
    background-size: auto 105%;
  }
  .about_box .about_two .cul_box {
    height: 510px;
  }
  .about_box .about_two .cul_box .cul_item {
    width: calc(100% / 3);
    padding: 40px 40px 70px 40px;
    border: none;
  }
  .about_box .about_two .cul_box .cul_item:last-child {
    border: none;
  }
  .about_box .about_two .cul_box .cul_item:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .about_box .about_two .cul_box .cul_item img {
    width: 70px;
  }
  .about_box .about_two .cul_box .cul_item h5 {
    padding: 40px 0 0px 0;
  }
  .about_box .about_two .cul_box .cul_item p {
    bottom: -200px;
    padding: 0 40px;
  }
  /*case*/
  .case_con {
    /*caseDetails*/
  }
  .case_con .case_order .order_box .order_item .order_img {
    height: 268px;
  }
  .case_con .details_box .details_img .leftSwiper {
    width: 466px;
    height: 412px;
  }
  .case_con .details_box .details_img .right_info {
    width: calc(100% - 466px - 4%);
  }
  .case_con .details_box .details_img .right_info .info_title {
    padding-bottom: 20px;
  }
  .case_con .details_box .details_img .right_info .mySwiper {
    margin: 25px 0 12px 0;
  }
  .case_con .details_box .details_img .right_info .mySwiper .swiper-wrapper .swiper-slide {
    width: 128px;
    height: 112px;
  }
  .case_con .details_box .details_img .right_info .details_btn {
    line-height: 44px;
    padding: 0 25px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1366px) {
  /*case*/
  .case_con .case_order .order_box .order_item .order_img {
    height: 252px;
  }
}
@media screen and (max-width: 1280px) {
  /*关于我们*/
  .about_con .about_one .one_desc .one_desc_left {
    width: 42%;
  }
  .about_con .about_one .one_desc .one_desc_right {
    width: 50%;
  }
  .about_con .about_speech .speech_desc .desc_left {
    width: 31.3%;
  }
  .about_con .about_speech .speech_desc .desc_right {
    width: 65%;
    padding-top: 0px;
  }
  .about_con .about_speech .speech_desc .desc_right .desc_text {
    margin-top: 25px;
  }
  .about_con .about_branch {
    padding: 40px 0 80px 0;
  }
  .about_con .about_branch .branch_item {
    padding: 40px 0;
  }
  .about_con .about_branch .branch_item .branch_img {
    width: 34%;
    overflow: hidden;
  }
  .about_con .about_branch .branch_item .branch_img img {
    display: inline-block;
    width: 100%;
  }
  .about_con .about_branch .branch_item .branch_text {
    width: 61%;
  }
  .about_con .about_branch .branch_item .branch_text h5 {
    font-size: 26px;
    line-height: 36px;
  }
  /*honor*/
  .honor_con .honor_box .honor_list .honor_item .honor_img {
    height: 340px;
  }
  /*about*/
  .about_box .about_two {
    background-size: auto 105%;
  }
  .about_box .about_two .cul_box {
    height: 450px;
  }
  .about_box .about_two .cul_box .cul_item {
    width: calc(100% / 3);
    padding: 20px 20px 60px 20px;
    border: none;
  }
  .about_box .about_two .cul_box .cul_item:hover p {
    margin-top: 20px;
  }
  .about_box .about_two .cul_box .cul_item img {
    width: 60px;
  }
  .about_box .about_two .cul_box .cul_item h5 {
    padding: 30px 0 0px 0;
  }
  .about_box .about_two .cul_box .cul_item p {
    bottom: -200px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  /*关于我们*/
  .about_con .about_one {
    padding: 70px 0;
  }
  .about_con .about_one .one_desc {
    flex-direction: column;
  }
  .about_con .about_one .one_desc .one_desc_right {
    width: 100%;
    margin-top: 40px;
  }
  .about_con .about_one .one_desc .one_desc_left {
    width: 100%;
  }
  .about_con .about_one .one_desc .one_desc_left .jianjie_data {
    margin-top: 20px;
  }
  .about_con .about_three {
    padding: 60px 0 90px 0;
  }
  .about_con .about_three .culture_con {
    margin-top: 50px;
  }
  .about_con .about_three .culture_con .culture_item {
    width: calc((100% - 40px) / 5);
  }
  .about_con .about_three .culture_con .culture_item .text_div {
    padding: 20px 15px;
  }
  .about_con .about_three .culture_con .culture_item .text_div p {
    line-height: 20px;
    height: 60px;
  }
  /*honor*/
  .honor_con .honor_box {
    margin-top: 40px;
  }
  .honor_con .honor_box .honor_list .honor_item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
  }
  .honor_con .honor_box .honor_list .honor_item:nth-child(4n) {
    margin-right: 20px;
  }
  .honor_con .honor_box .honor_list .honor_item:nth-child(3n) {
    margin-right: 0px;
  }
  .honor_con .honor_box .honor_list .honor_item.equ_item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
  }
  .honor_con .honor_box .honor_list .honor_item.equ_item:nth-child(4n) {
    margin-right: 20px;
  }
  .honor_con .honor_box .honor_list .honor_item.equ_item:nth-child(3n) {
    margin-right: 0px;
  }
  .honor_con .honor_box .honor_list .honor_item .honor_img {
    height: 280px;
  }
  /*contact*/
  .contact_con .con_info {
    width: 100%;
  }
  .contact_con .con_info .info_box {
    height: unset;
    padding: 40px 3%;
    margin-top: 30px;
    flex-direction: column;
  }
  .contact_con .con_info .info_box .info_name {
    width: 100%;
  }
  .contact_con .con_info .info_box .info_name h5 {
    font-size: 20px;
  }
  .contact_con .con_info .info_box .info_desc {
    border-left: none;
    border-top: 1px solid #CCC7C7;
    width: 100%;
    padding-left: 0%;
    padding-top: 20px;
    margin-top: 40px;
  }
  .contact_con .con_info .info_box .info_desc .desc_item div {
    font-size: 16px;
  }
  /*case*/
  .case_con {
    /*caseDetails*/
  }
  .case_con .case_order .order_box .order_item .order_img {
    height: 195px;
  }
  .case_con .case_order .order_box .order_item .order_text h5 {
    margin: 20px 0;
    line-height: 20px;
    height: 40px;
  }
  .case_con .details_box .details_img .leftSwiper {
    width: 330px;
    height: 290px;
  }
  .case_con .details_box .details_img .right_info {
    width: calc(100% - 330px - 3%);
  }
  .case_con .details_box .details_img .right_info .info_title {
    padding-bottom: 15px;
  }
  .case_con .details_box .details_img .right_info .mySwiper {
    margin: 20px 0 10px 0;
  }
  .case_con .details_box .details_img .right_info .mySwiper .swiper-wrapper .swiper-slide {
    width: 92px;
    height: 76px;
  }
  .case_con .details_box .details_img .right_info .details_btn {
    line-height: 42px;
    padding: 0 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .temp_head span {
    width: 1.75rem;
    height: 0.1rem;
    margin-top: 0.6rem;
    border-radius: 0.05rem;
  }
  body {
    padding-top: 2.7rem;
  }
  .img_bg {
    width: 100%;
    background: url(../images/other/lx/us_bg_m.jpg) no-repeat center top #fff;
    background-size: 100% auto;
  }
  /*case*/
  .case_con {
    /*caseDetails*/
  }
  .case_con .case_total {
    padding: 2rem 0 1.75rem 0;
  }
  .case_con .case_total .total_con {
    flex-direction: column;
    padding: 0.7rem;
  }
  .case_con .case_total .total_con .total_logo {
    width: 100%;
    height: 12rem;
    padding: 0.8rem;
  }
  .case_con .case_total .total_con .total_desc {
    width: 100%;
    min-height: unset;
    padding-top: 0.8rem;
  }
  .case_con .case_total .total_con .total_desc h5 {
    text-transform: uppercase;
  }
  .case_con .case_total .total_con .total_desc div {
    margin-top: 0.7rem;
  }
  .case_con .case_order {
    padding: 1.6rem 0 2.5rem 0;
  }
  .case_con .case_order.case_order_d {
    padding: 1.65rem 0 2.5rem 0;
  }
  .case_con .case_order .order_box {
    margin-top: 1.2rem;
  }
  .case_con .case_order .order_box .order_list {
    flex-direction: column;
  }
  .case_con .case_order .order_box .order_item {
    padding: 0.65rem;
    width: 100%;
    margin: 0 0 0.65rem 0;
  }
  .case_con .case_order .order_box .order_item:nth-child(4n) {
    margin-right: 0;
  }
  .case_con .case_order .order_box .order_item:hover .order_text div span {
    margin-left: 0;
  }
  .case_con .case_order .order_box .order_item:hover .order_text div img {
    margin-right: 0;
  }
  .case_con .case_order .order_box .order_item .order_img {
    height: 12rem;
    padding: 0.8rem;
  }
  .case_con .case_order .order_box .order_item .order_text h5 {
    margin: 0.8rem 0;
    font-size: 0.75rem;
    line-height: 1rem;
    height: unset;
  }
  .case_con .case_order .order_box .order_item .order_text div {
    border-top: 0.0125rem solid #CCCCCC;
    height: 1.9rem;
  }
  .case_con .case_order .order_box .order_item .order_text div img {
    width: 0.6rem;
  }
  .case_con .case_order .order_box .more_btn {
    display: inline-block;
    width: 100%;
    border: 0.0125rem solid #C4C4C4;
    font-size: 0.8rem;
    color: #6A6A6A;
    font-weight: bold;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    text-align: center;
    margin-top: 0.6rem;
  }
  .case_con .details_box {
    padding: 1.75rem 0 1.6rem 0;
  }
  .case_con .details_box .details_img {
    flex-direction: column;
  }
  .case_con .details_box .details_img .leftSwiper {
    width: 100%;
    height: 13rem;
    margin: 0;
  }
  .case_con .details_box .details_img .leftSwiper .swiper-wrapper .swiper-slide {
    padding: 1rem;
  }
  .case_con .details_box .details_img .right_info {
    width: calc(100%);
  }
  .case_con .details_box .details_img .right_info .info_title {
    padding-bottom: 1.1rem;
    border-bottom: none;
  }
  .case_con .details_box .details_img .right_info .info_title h5 {
    line-height: 1.1rem;
  }
  .case_con .details_box .details_img .right_info .info_title p {
    margin-top: 0.3rem;
  }
  .case_con .details_box .details_img .right_info .mySwiper {
    width: 100%;
    margin: 0.4rem 0 1.25rem 0;
  }
  .case_con .details_box .details_img .right_info .mySwiper .swiper-wrapper {
    width: 100%;
  }
  .case_con .details_box .details_img .right_info .mySwiper .swiper-wrapper .swiper-slide {
    width: unset;
    height: 3rem;
    padding: 0.25rem;
  }
  .case_con .details_box .details_img .right_info .details_btn {
    display: none;
  }
  .case_con .details_box .details_desc .details_t {
    width: calc(100vw);
    padding: 0.55rem 0.65rem;
    margin-left: -0.65rem;
    margin-top: 1rem;
    border-bottom: 0.0125rem solid #DCDCDC;
  }
  .case_con .details_box .details_desc .details_con {
    padding-top: 0.7rem;
  }
  /*about*/
  .about_box {
    width: 100%;
  }
  .about_box .about_one {
    padding: 2rem 0 2.5rem 0;
  }
  .about_box .about_one .about_head p {
    margin-bottom: 0.65rem;
    letter-spacing: 0.15rem;
  }
  .about_box .about_one .about_head h5 {
    letter-spacing: 0.05rem;
    line-height: 1.4rem;
    font-size: 1.1rem;
  }
  .about_box .about_one .about_desc {
    margin-top: 0.7rem;
    line-height: 1rem;
  }
  .about_box .about_two {
    background: url(../images/other/honor/gy_bj_m.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
  .about_box .about_two .about_right {
    display: none;
  }
  .about_box .about_two .about_left {
    display: none;
  }
  .about_box .about_two .safe_width {
    padding: 0;
  }
  .about_box .about_two .cul_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset;
    flex-direction: column;
  }
  .about_box .about_two .cul_box .cul_item {
    width: calc(100%);
    height: 13.35rem;
    padding: 0.6rem;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .about_box .about_two .cul_box .cul_item:last-child {
    border-right: none;
  }
  .about_box .about_two .cul_box .cul_item:hover p {
    margin-top: 0.6rem;
  }
  .about_box .about_two .cul_box .cul_item img {
    width: 2.75rem;
    height: auto;
  }
  .about_box .about_two .cul_box .cul_item h5 {
    padding: 0.6rem 0 0px 0;
  }
  .about_box .about_two .cul_box .cul_item p {
    line-height: 1rem;
    bottom: -13rem;
    padding: 0 0.6rem;
  }
  /*honor*/
  .honor_con {
    padding: 2rem 0 1.75rem 0;
  }
  .honor_con .honor_box {
    margin-top: 1.5rem;
  }
  .honor_con .honor_box .honor_list {
    justify-content: space-between;
  }
  .honor_con .honor_box .honor_list .honor_item {
    border: 0.0125rem solid #D0D0D0;
    width: calc(50% - 0.25rem);
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.65rem;
  }
  .honor_con .honor_box .honor_list .honor_item:nth-child(4n) {
    margin-right: 0;
  }
  .honor_con .honor_box .honor_list .honor_item:nth-child(3n) {
    margin-right: 0;
  }
  .honor_con .honor_box .honor_list .honor_item.equ_item {
    width: calc(100%);
    margin: 0 0 0.7rem 0;
  }
  .honor_con .honor_box .honor_list .honor_item.equ_item:nth-child(4n) {
    margin-right: 0px;
  }
  .honor_con .honor_box .honor_list .honor_item.equ_item:nth-child(3n) {
    margin-right: 0px;
  }
  .honor_con .honor_box .honor_list .honor_item.equ_item .honor_img {
    width: 100%;
    padding: 0.9rem;
    height: unset;
  }
  .honor_con .honor_box .honor_list .honor_item .honor_img {
    width: 100%;
    padding: 0.65rem 0.7rem;
    height: 8.25rem;
  }
  .honor_con .honor_box .honor_list .honor_item p {
    padding: 0 0.6rem;
  }
  /*contact*/
  .contact_con .con_info {
    width: 100%;
    padding: 2.2rem 0 2.5rem 0;
  }
  .contact_con .con_info .info_box {
    height: unset;
    padding: 1.3rem 0.8rem 1rem 0.8rem;
    margin-top: 1rem;
    flex-direction: column;
  }
  .contact_con .con_info .info_box .info_name {
    width: 100%;
  }
  .contact_con .con_info .info_box .info_name h5 {
    line-height: 1.2rem;
  }
  .contact_con .con_info .info_box .info_name a {
    width: 1.5rem;
    margin-top: 0.8rem;
  }
  .contact_con .con_info .info_box .info_desc {
    padding-top: 1.35rem;
    margin-top: 1.35rem;
  }
  .contact_con .con_info .info_box .info_desc .desc_item {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .contact_con .con_info .info_box .info_desc .desc_item img {
    width: 2.5rem;
  }
  .contact_con .con_info .info_box .info_desc .desc_item div {
    width: calc(100% - 2.5rem - 0.65rem);
    line-height: 0.8rem;
    font-size: 0.6rem;
  }
  .contact_con .con_mes {
    width: 100%;
    background: url(../images/other/lx/ly_bj_m.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 0;
  }
  .contact_con .con_mes .mes_box {
    margin-top: 1rem;
  }
  .contact_con .con_mes .mes_box .mes_set .set_item {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .contact_con .con_mes .mes_box .mes_set .set_item:nth-child(1),
  .contact_con .con_mes .mes_box .mes_set .set_item:nth-child(2) {
    width: 100%;
  }
  .contact_con .con_mes .mes_box .mes_set .set_item.set_item_tel span {
    width: 3.1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .contact_con .con_mes .mes_box .mes_set .set_item.set_item_tel .input_s {
    width: calc(100% - 3.6rem);
  }
  .contact_con .con_mes .mes_box .mes_set .set_item .input_s {
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 0.6rem;
  }
  .contact_con .con_mes .mes_box .mes_set .set_item textarea {
    height: 10.25rem;
    padding: 0.6rem;
  }
  .contact_con .con_mes .mes_box .mes_btn {
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    margin-top: 0;
  }
}
