@charset "utf-8";
body {
  padding-top: 90px;
}
.other_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other_banner img {
  width: 100%;
  height: auto;
}
.other_banner .o_b_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.other_banner .o_b_text .safe_width {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.other_banner .o_b_text h5 {
  font-size: 50px;
  color: #fff;
  line-height: 56px;
  margin-bottom: 12px;
  letter-spacing: 2px;
  font-weight: normal;
}
.other_banner .o_b_text span {
  font-size: 26px;
  color: #fff;
  letter-spacing: 8px;
  line-height: 28px;
  font-weight: lighter;
  text-transform: uppercase;
}
/*公司简介*/
.gy_modal {
  width: 100%;
  padding: 70px 0 90px 0;
}
.gy_modal .temp_head {
  padding-top: 0;
}
.gy_modal .temp_head p {
  margin-top: 5px;
}
.gy_modal .gy_text_con {
  width: 100%;
  margin-top: 34px;
}
.gy_modal .gy_text_con .text_01 {
  width: 100%;
}
.gy_modal .gy_text_con .text_01 p {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  font-weight: lighter;
  color: #454545;
  text-align: center;
}
.gy_modal .gy_text_con .gy_desc_data {
  width: 100%;
  margin-top: 50px;
  padding: 0 10%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.gy_modal .gy_text_con .gy_desc_data .gy_data_item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.gy_modal .gy_text_con .gy_desc_data .gy_data_item p {
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.gy_modal .gy_text_con .gy_desc_data .gy_data_item p span {
  font-size: 60px;
  color: #339933;
  line-height: 64px;
  font-weight: 500;
}
.gy_modal .gy_text_con .gy_desc_data .gy_data_item p text {
  font-size: 40px;
  line-height: 44px;
  color: #787878;
  font-weight: 500;
  margin-left: 12px;
}
.gy_modal .gy_text_con .gy_desc_data .gy_data_item p text.text_year {
  font-size: 20px;
}
.gy_modal .gy_text_con .gy_desc_data .gy_data_item div {
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  font-weight: lighter;
}
/*企业文化*/
.wh_modal {
  width: 100%;
  position: relative;
}
.wh_modal .wh_bj {
  width: 100%;
  height: auto;
}
.wh_modal .wh_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wh_modal .wh_box .safe_width {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wh_modal .wh_box .safe_width .wh_left {
  width: 45%;
}
.wh_modal .wh_box .safe_width .wh_left .temp_head {
  padding-top: 0;
  justify-content: left;
  align-items: flex-start;
}
.wh_modal .wh_box .safe_width .wh_left .wh_list {
  width: 100%;
  margin-top: 30px;
}
.wh_modal .wh_box .safe_width .wh_left .wh_list .wh_item {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  min-height: 132px;
}
.wh_modal .wh_box .safe_width .wh_left .wh_list .wh_item h5 {
  font-size: 24px;
  width: 100%;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
}
.wh_modal .wh_box .safe_width .wh_left .wh_list .wh_item p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 32px;
  margin-top: 10px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: lighter;
}
.wh_modal .wh_box .safe_width .wh_left .wh_list .wh_item:last-child {
  border-bottom: none;
}
.wh_modal .wh_box .safe_width .wh_right {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
  border-radius: 60px;
  overflow: hidden;
}
.wh_modal .wh_box .safe_width .wh_right img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
/*荣誉资质*/
.shopImg-swiper {
  width: 100%;
  padding-bottom: 100px;
  padding-top: 25px;
}
.shopImg-swiper .swiper-wrapper {
  width: 100%;
}
.shopImg-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image .image_div {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image .image_div img {
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  transition: 0.4s;
  transform: scale(1);
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image h5 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 18px;
  margin: 12px 0;
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image:hover .image_div img {
  transition: 0.4s;
  transform: scale(1.05);
}
.shopImg-swiper .swiper-wrapper .swiper-slide .slide_image:hover h5 {
  color: #339933;
}
/*产品中心*/
.switch_box {
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 1px solid #eeeeee;
}
.switch_box .safe_width {
  height: 100%;
}
.switch_box .s_nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch_box .s_nav li {
  height: 100%;
  padding: 28px 0;
  min-width: 240px;
  width: 20%;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch_box .s_nav li:last-child a {
  border-right: none;
}
.switch_box .s_nav li a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  border-right: 1px solid #eeeeee;
  line-height: 24px;
}
.switch_box .s_nav li.s_on {
  border-bottom: 2px solid #339933;
}
.switch_box .s_nav li.s_on a {
  color: #339933;
}
.switch_box .s_nav li:hover a {
  color: #339933;
}
.switch_box .s_nav.s_nav_long li {
  min-width: unset;
}
.switch_box .s_nav.s_nav_long li a {
  padding: 0 20%;
}
.switch_con {
  width: 100%;
}
.switch_con .s_tap {
  width: 100%;
  display: none;
  padding-bottom: 40px;
}
.switch_con .new_cur_h {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  margin: 60px 0 40px 0;
  font-weight: bold;
}
.switch_con .new_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.switch_con .new_list a {
  display: inline-block;
  width: 32%;
  margin: 0 2% 50px 0;
  background: #fff;
}
.switch_con .new_list a:nth-child(3n) {
  margin-right: 0;
}
.switch_con .new_list a .n_img {
  width: 100%;
  overflow: hidden;
}
.switch_con .new_list a .n_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.switch_con .new_list a p {
  padding: 30px 30px 10px 30px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.switch_con .new_list a h5 {
  padding: 0 30px 32px 32px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.switch_con .new_list a:hover h5 {
  color: #339933;
}
.switch_con .new_list a:hover p {
  color: #339933;
}
.switch_con .new_list a:hover .n_img img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.switch_con.switch_con_gray .page_con nav ul li a {
  background: #fff;
}
/*产品列表*/
.cp_list {
  width: 100%;
  padding-top: 80px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cp_list a {
  display: inline-block;
  width: 23.5%;
  margin: 0 2% 44px 0;
}
.cp_list a:nth-child(4n) {
  margin-right: 0;
}
.cp_list a .cp_img {
  width: 100%;
  background: #f7f7f7;
  position: relative;
}
.cp_list a .cp_img .cp_zc {
  width: 100%;
  height: auto;
  opacity: 0;
}
.cp_list a .cp_img .cp_i_b {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cp_list a .cp_img .cp_i_b img {
  display: inline-block;
  height: auto;
  max-height: 90%;
  max-width: 90%;
  width: auto;
}
.cp_list a p {
  text-align: center;
  width: 100%;
  padding: 18px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-size: 14px;
  color: #339933;
}
.cp_list a h5 {
  text-align: center;
  width: 100%;
  padding: 0px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.cp_list a:hover .cp_img {
  background: #fff;
}
.cp_list a:hover .cp_img .cp_i_b {
  border: 1px solid #339933;
}
/*详情页面*/
.details_con {
  width: 100%;
  padding: 60px 0 100px 0;
}
.details_con .details_box {
  width: 100%;
  background: #fff;
  padding: 50px 6% 16px 5%;
}
.details_con .details_box .d_head {
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid #ddd;
}
.details_con .details_box .d_head h5 {
  width: 100%;
  text-align: center;
  line-height: 38px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #333;
}
.details_con .details_box .d_head p {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.details_con .details_box .d_desc {
  width: 100%;
  padding: 40px 0;
}
.d_oper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DDD;
  padding: 16px 0;
}
.d_oper .d_left {
  width: 60%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.d_oper .d_left a {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.d_oper .d_left a:hover {
  color: #339933;
}
.d_oper .return_a {
  display: flex;
  width: 150px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #339933;
  border: 1px solid #339933;
  height: 40px;
}
.d_oper .return_a img {
  width: 17px;
  height: auto;
  margin-left: 15px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.d_oper .return_a:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  margin-left: 22px;
}
/*产品详情*/
.cp_details {
  width: 100%;
}
.cp_details .cp_d_top {
  width: 100%;
  background: url(../images/other/cpxq_bj.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 80px 0 90px 0;
}
.cp_details .cp_d_top .cp_name {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #222222;
  line-height: 48px;
  margin-bottom: 8px;
}
.cp_details .cp_d_top .cp_xinghao {
  font-size: 20px;
  line-height: 26px;
  color: #339933;
  text-align: center;
}
.cp_details .cp_d_top .cp_info {
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cp_details .cp_d_top .cp_info .cp_info_img {
  display: flex;
  width: 350px;
  height: 350px;
  border-radius: 30px;
  background: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(74, 74, 74, 0.1);
}
.cp_details .cp_d_top .cp_info .cp_info_img img {
  display: inline-block;
  width: auto;
  max-width: 86%;
  height: auto;
  max-height: 86%;
}
.cp_details .cp_d_top .cp_info .cp_info_desc {
  width: calc(100% - 410px);
}
.cp_details .cp_d_top .cp_info .cp_info_desc .cp_name_1 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  text-align: left;
}
.cp_details .cp_d_top .cp_info .cp_info_desc .cp_xinghao_1 {
  width: 100%;
  height: 40px;
  background: #e8f1e8;
  font-size: 16px;
  line-height: 40px;
  color: #339933;
  padding: 0 20px;
  margin: 12px 0 12px 0;
}
.cp_details .cp_d_top .cp_info .cp_info_desc .sketch_div {
  width: 100%;
  font-size: 14px;
  color: #4E4E4E;
  line-height: 24px;
  min-height: 120px;
  overflow: auto;
}
.cp_details .cp_d_top .cp_info .cp_info_desc .info_lx {
  display: flex;
  width: 310px;
  height: 70px;
  background: url(../images/other/tel_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.cp_details .cp_d_top .cp_info .cp_info_desc .info_lx img {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
}
.cp_details .cp_d_top .cp_info .cp_info_desc .info_lx span {
  font-size: 20px;
  color: #fff;
  font-weight: lighter;
}
.cp_details .cp_d_bottom {
  width: 100%;
  padding: 50px 0 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp_details .cp_d_bottom .cp_d_con {
  width: 100%;
}
.cp_details .cp_d_bottom .cp_d_con .cpxq_head {
  width: 100%;
  border-bottom: 1px solid #eee;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding-bottom: 22px;
  line-height: 28px;
}
.cp_details .cp_d_bottom .cp_d_con p img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
/*解决方案*/
.plan_list {
  width: 100%;
  padding: 40px 0 0 0;
}
.plan_list a {
  display: inline-block;
  width: 100%;
  background: #F5F5F5;
  height: 405px;
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_img {
  width: 550px;
  height: 405px;
  position: relative;
  overflow: hidden;
}
.plan_list a .fa_img .fa_zc {
  width: 100%;
  height: auto;
}
.plan_list a .fa_img .fa_i_b {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.plan_list a .fa_img .fa_i_b img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_img:hover .fa_i_b img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 550px);
  height: 405px;
  padding: 0 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.plan_list a .fa_text_con h5 {
  font-size: 24px;
  color: #333333;
  width: 100%;
  line-height: 32px;
  padding-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.plan_list a .fa_text_con h5:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #339933;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 16px;
}
.plan_list a .fa_text_con span {
  display: flex;
  justify-content: space-between;
  padding: 0 36px;
  align-items: center;
  width: 178px;
  height: 50px;
  border: 1px solid #339933;
  font-size: 14px;
  color: #339933;
  margin-top: 46px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con span img {
  width: 17px;
  height: auto;
}
.plan_list a .fa_text_con:hover h5::after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a .fa_text_con:hover span {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  padding: 0 46px 0 36px;
  transition: all 0.4s ease-in-out 0.1s;
}
.plan_list a:nth-child(2n) .fa_img {
  float: right;
}
.plan_list a:nth-child(2n) .fa_text_con {
  left: 0;
  right: unset;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.page_con nav ul {
  margin: 0;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #F5F5F5;
  text-align: center;
  color: #888;
  font-size: 14px;
  width: 40px;
  line-height: 30px;
  padding: 0 !important;
  border-radius: 2px !important;
  margin: 0 3px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 78px;
}
.page_con nav ul li:hover a {
  color: #339933;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #339933 !important;
}
/*加入我们*/
.join_box {
  width: 100%;
  padding: 60px 0 0px 0;
}
.join_item {
  width: 100%;
  margin-bottom: 30px;
}
.enter_top {
  width: 100%;
  height: 90px;
  background: #fff;
  color: #333;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.enter_top:hover,
.join_show .enter_top {
  color: #fff;
  background: #339933;
}
.enter_top:hover .zw_div,
.join_show .enter_top .zw_div {
  color: #fff;
}
.enter_top:hover .cz_div span,
.join_show .enter_top .cz_div span {
  background: #fff;
}
.enter_top .zw_div {
  width: 20.5%;
  padding-left: 4.5%;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter_top div:nth-child(3),
.enter_top div:nth-child(5) {
  width: 20.5%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter_top div:nth-child(2),
.enter_top div:nth-child(4) {
  width: 18.1%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cz_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 30px;
}
.cz_div span {
  transition: opacity 0.2s ease 0s, transform 0.4s ease 0s;
}
.line_01 {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -1px;
}
.line_02 {
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #333;
}
.join_show .line_01 {
  opacity: 0;
}
.join_show .line_02 {
  transform: rotate(90deg);
}
.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;
}
.join_show .join_desc {
  padding: 20px 80px 36px 80px;
  height: auto;
  overflow: visible;
}
.join_desc h5 {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin: 34px 0 0 0;
  padding: 0;
}
.desc_info {
  width: 100%;
  margin-top: 10px;
}
.desc_info p {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
.bottom_td {
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.bottom_td a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #339933;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}
.bottom_td a img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-left: 20px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.bottom_td a:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  margin-left: 28px;
}
.join_mp {
  width: 100%;
  height: 380px;
  background-size: cover cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 98px;
}
/*在线留言*/
.message_box {
  width: 100%;
  background: url(../images/other/mes_bj.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 88px 0 120px 0;
}
.contact_input {
  width: 100%;
}
.input_modal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.input_item {
  width: 32%;
  margin-top: 32px;
}
.input_item .input_code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input_item .input_code .input_sr {
  height: 50px;
  line-height: 50px;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  width: calc(100% - 110px);
}
.input_item .input_code .input_c {
  width: 100px;
  color: #339933;
  letter-spacing: 3px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  background: rgba(51, 153, 51, 0.1);
}
.input_item p {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin: 0 0 15px 0;
}
.input_item input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  letter-spacing: 1px;
}
.input_item input::-webkit-input-placeholder {
  color: #999999;
}
.input_item input:-moz-placeholder {
  color: #999999;
}
.input_item input:-ms-input-placeholder {
  color: #999999;
}
.input_item textarea {
  width: 100%;
  height: 124px;
  line-height: 50px;
  background: #fff;
  padding: 20px;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  resize: none;
}
.input_item.input_item_textarea {
  width: 100%;
}
.submit_btn {
  display: inline-block;
  width: 32%;
  letter-spacing: 1px;
  margin-top: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #339933;
  text-decoration: none;
}
.submit_btn:hover {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}
/*联系我们*/
.dw_mark {
  width: 100%;
  height: 90px;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.contact_tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}
.contact_tab .contact_tab_item {
  width: 280px;
  padding: 38px 0 40px;
  text-align: center;
  color: #111111;
  font-size: 18px;
  position: relative;
  margin: 0 30px;
}
.contact_tab .contact_tab_item:last-child {
  position: relative;
}
.contact_tab .contact_tab_item:last-child::before {
  content: '';
  width: 1px;
  height: 40px;
  background: #EEEEEE;
  position: absolute;
  left: -30px;
  top: calc(50% - 20px);
}
.contact_tab .contact_tab_item::after {
  content: '';
  width: 0;
  height: 2px;
  background: #339933;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
}
.contact_tab .contact_tab_item.active,
.contact_tab .contact_tab_item:hover {
  color: #339933;
}
.contact_tab .contact_tab_item.active::after,
.contact_tab .contact_tab_item:hover::after {
  width: 100%;
  margin-left: -50%;
}
.contact_con {
  width: 100%;
  padding-top: 75px;
  position: relative;
}
.contact_con .about_head {
  font-size: 40px;
  color: #111111;
  font-weight: bold;
}
.contact_con .map_box {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.contact_con .map_box .lx_map {
  width: calc(100%);
  padding-top: 220px;
}
.contact_con .map_box .lx_map .block_pc,
.contact_con .map_box .lx_map .block_sj {
  background: #fff;
}
.contact_con .map_box .map_text_box {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact_con .map_box .map_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 276px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 0 6% 0 4%;
}
.contact_con .map_box .map_text h5 {
  width: 100%;
  font-size: 26px;
  color: #000;
  line-height: 32px;
}
.contact_con .map_box .map_text .gs_info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact_con .map_box .map_text .gs_info_box .qrcode {
  width: 13%;
  text-align: center;
}
.contact_con .map_box .map_text .gs_info_box .qrcode img {
  max-width: 100%;
  height: auto;
}
.contact_con .map_box .map_text .gs_info_box .qrcode p {
  font-size: 16px;
  text-align: center;
  margin-top: 9px;
}
.contact_con .map_box .map_text .gs_info_box_left {
  width: 80%;
  padding-top: 5px;
}
.contact_con .map_box .map_text .gs_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 18px;
}
.contact_con .map_box .map_text .gs_info .info_item {
  width: 48%;
  margin-top: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.contact_con .map_box .map_text .gs_info .info_item img {
  width: 31px;
  height: auto;
  margin-right: 8px;
}
.contact_con .map_box .map_text .gs_info .info_item p {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.contact_con .map_box .map_text .gs_info .info_item p a {
  text-decoration: none;
  color: #000;
}
.contact_con .qy_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-bottom: 50px;
}
.contact_con .qy_list .qy_item {
  background: #F2F2F2;
  border: 1px solid #E3E3E3;
  width: 23.8%;
  margin-right: 1.598%;
  margin-bottom: 2.7%;
  padding: 3% 2.5%;
  box-sizing: border-box;
  border-bottom: 3px solid #3184DD;
}
.contact_con .qy_list .qy_item:nth-child(4n) {
  margin-right: 0;
}
.contact_con .qy_list .qy_item h2 {
  font-size: 28px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 25px;
}
.contact_con .qy_list .qy_item p {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 1800px) {
  /*企业文化*/
  .wh_modal {
    width: 100%;
    position: unset;
    height: 640px;
    background: url(../images/other/gy_bj.jpg) no-repeat center top;
    background-size: cover cover;
  }
  .wh_modal .wh_bj {
    display: none;
  }
  .wh_modal .wh_box {
    width: 100%;
    height: 100%;
    position: unset;
  }
}
@media screen and (max-width: 1280px) {
  /*企业文化*/
  .wh_modal .wh_box .safe_width .wh_right {
    justify-content: center;
    border-radius: 30px;
    height: 490px;
  }
  .wh_modal .wh_box .safe_width .wh_right img {
    display: inline-block;
    width: auto;
    max-width: unset;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 2.2rem;
  }
  .other_banner .safe_width {
    padding: 0 1.3rem;
  }
  .other_banner .o_b_text h5 {
    font-size: 1rem;
    line-height: 1.1rem;
    letter-spacing: 0.025rem;
    margin-bottom: 0.4rem;
  }
  .other_banner .o_b_text span {
    font-size: 0.55rem;
    line-height: 0.7rem;
    letter-spacing: 0.1rem;
  }
  /*公司简介*/
  .gy_modal {
    padding: 1.8rem 0 1.4rem 0;
  }
  .gy_modal .temp_head {
    padding-top: 0;
  }
  .gy_modal .temp_head p {
    margin-top: 0.35rem;
  }
  .gy_modal .gy_text_con {
    margin-top: 0.8rem;
  }
  .gy_modal .gy_text_con .text_01 p {
    font-size: 0.55rem;
    line-height: 1rem;
  }
  .gy_modal .gy_text_con .gy_desc_data {
    margin-top: 1.2rem;
    padding: 0 0%;
    justify-content: space-between;
  }
  .gy_modal .gy_text_con .gy_desc_data .gy_data_item p span {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .gy_modal .gy_text_con .gy_desc_data .gy_data_item p text {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-left: 0.3rem;
  }
  .gy_modal .gy_text_con .gy_desc_data .gy_data_item p text.text_year {
    font-size: 0.55rem;
  }
  .gy_modal .gy_text_con .gy_desc_data .gy_data_item div {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  /*企业文化*/
  .wh_modal {
    height: unset;
    position: unset;
    background: url(../images/other/gy_bj.jpg) no-repeat right top;
    background-size: auto 100%;
  }
  .wh_modal .wh_bj {
    display: none;
  }
  .wh_modal .wh_box {
    height: unset;
    position: unset;
  }
  .wh_modal .wh_box .safe_width {
    height: unset;
    flex-direction: column;
  }
  .wh_modal .wh_box .safe_width .wh_left {
    width: 100%;
    padding-top: 1.6rem;
  }
  .wh_modal .wh_box .safe_width .wh_left .temp_head {
    padding-top: 0;
  }
  .wh_modal .wh_box .safe_width .wh_left .wh_list {
    margin-top: 0.6rem;
  }
  .wh_modal .wh_box .safe_width .wh_left .wh_list .wh_item {
    border-bottom: none;
    border-top: 0.025rem solid #e6e6e6;
    padding: 0.6rem 0;
    min-height: unset;
  }
  .wh_modal .wh_box .safe_width .wh_left .wh_list .wh_item h5 {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
  .wh_modal .wh_box .safe_width .wh_left .wh_list .wh_item p {
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin-top: 0.4rem;
    font-weight: normal;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
  .wh_modal .wh_box .safe_width .wh_right {
    width: 100%;
    margin: 0.6rem 0 1rem 0;
    justify-content: center;
    border-radius: 0.4rem;
    height: unset;
  }
  .wh_modal .wh_box .safe_width .wh_right img {
    display: inline-block;
    width: 100%;
    max-width: unset;
    height: auto;
  }
  /*荣誉资质*/
  .shopImg-swiper {
    padding-bottom: 2rem;
    padding-top: 0.6rem;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide {
    font-size: 0.6rem;
  }
  .shopImg-swiper .swiper-wrapper .swiper-slide .slide_image h5 {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin: 0.6rem 0;
  }
  /*产品中心*/
  .switch_box {
    display: none;
  }
  .switch_con .s_tap {
    padding-bottom: 1.3rem;
  }
  .switch_con .new_cur_h {
    display: none;
  }
  .switch_con .new_list {
    flex-direction: column;
    margin-top: 1.3rem;
  }
  .switch_con .new_list a {
    display: inline-block;
    width: 100%;
    margin: 0 0 0.65rem 0;
  }
  .switch_con .new_list a p {
    padding: 0.8rem 0.65rem 0.5rem 0.65rem;
    font-size: 0.5rem;
    line-height: 0.55rem;
  }
  .switch_con .new_list a h5 {
    padding: 0 0.65rem 1rem 0.65rem;
    font-size: 0.7rem;
    line-height: 0.85rem;
    letter-spacing: 0.025rem;
  }
  /*产品列表*/
  .cp_list {
    padding-top: 1.3rem;
    justify-content: space-between;
  }
  .cp_list a {
    display: inline-block;
    width: 47.5%;
    margin: 0 0 0.95rem 0;
  }
  .cp_list a .cp_img .cp_i_b img {
    max-width: 80%;
    max-height: 80%;
  }
  .cp_list a p {
    padding: 0.35rem 0.2rem 0 0.2rem;
    line-height: 1rem;
    font-size: 0.5rem;
  }
  .cp_list a h5 {
    padding: 0px 0.2rem 0 0.2rem;
    line-height: 1.1rem;
    font-size: 0.65rem;
  }
  /*详情页面*/
  .details_con {
    padding: 1.4rem 0 2rem 0;
  }
  .details_con .details_box {
    padding: 1.8rem 0.8rem 0.8rem 0.8rem;
  }
  .details_con .details_box .d_head {
    padding-bottom: 0.8rem;
    border-bottom: 0.025rem solid #ddd;
  }
  .details_con .details_box .d_head h5 {
    line-height: 1.6rem;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  .details_con .details_box .d_head p {
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .details_con .details_box .d_desc {
    padding: 0.8rem 0;
  }
  .d_oper {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    border-top: 0.025rem solid #DDD;
    padding: 0.45rem 0;
  }
  .d_oper .d_left {
    width: 100%;
  }
  .d_oper .d_left a {
    font-size: 0.55rem;
    line-height: 0.9rem;
  }
  .d_oper .return_a {
    margin-top: 0.65rem;
    width: 5.6rem;
    height: 1.7rem;
    border: 0.025rem solid #339933;
    font-size: 0.55rem;
    color: #339933;
  }
  .d_oper .return_a img {
    width: 0.6rem;
    height: auto;
    margin-left: 0.4rem;
  }
  .d_oper .return_a:hover img {
    margin-left: 0.45rem;
  }
  /*产品详情*/
  .cp_details {
    width: 100%;
  }
  .cp_details .cp_d_top {
    width: 100%;
    background: url(../images/other/cpxq_bj_m.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 1.9rem 0 2.25rem 0;
  }
  .cp_details .cp_d_top .safe_width {
    padding: 0 0.7rem;
  }
  .cp_details .cp_d_top .cp_name {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .cp_details .cp_d_top .cp_xinghao {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .cp_details .cp_d_top .cp_info {
    width: 100%;
    max-width: 100%;
    margin-top: 1.25rem;
    flex-direction: column;
  }
  .cp_details .cp_d_top .cp_info .cp_info_img {
    width: 100%;
    height: 12rem;
    border-radius: 0.7rem;
  }
  .cp_details .cp_d_top .cp_info .cp_info_desc {
    margin-top: 1.1rem;
    width: 100%;
  }
  .cp_details .cp_d_top .cp_info .cp_info_desc .sketch_div {
    width: 100%;
    font-size: 0.6rem;
    line-height: 1.1rem;
    max-height: unset;
    overflow: visible;
  }
  .cp_details .cp_d_top .cp_info .cp_info_desc .info_lx {
    width: 100%;
    height: 3rem;
    margin-top: 0.8rem;
  }
  .cp_details .cp_d_top .cp_info .cp_info_desc .info_lx img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.45rem;
  }
  .cp_details .cp_d_top .cp_info .cp_info_desc .info_lx span {
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
  }
  .cp_details .cp_d_bottom {
    max-width: 100%;
    padding: 1rem 0 1.5rem 0;
  }
  .cp_details .cp_d_bottom .cp_d_con {
    width: 100%;
  }
  .cp_details .cp_d_bottom .cp_d_con .cpxq_head {
    width: 100%;
    font-size: 0.85rem;
    line-height: 1rem;
    padding-bottom: 0.45rem;
  }
  /*解决方案*/
  .plan_list {
    padding: 1.25rem 0 0 0;
  }
  .plan_list a {
    height: unset;
    position: unset;
    margin-bottom: 0.7rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .plan_list a .fa_img .fa_zc {
    width: 100%;
    height: auto;
  }
  .plan_list a .fa_img .fa_i_b {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .plan_list a .fa_img .fa_i_b img {
    width: 100%;
    height: auto;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_img:hover .fa_i_b img {
    -webkit-transition: unset;
    transform: scale(1);
    transition: unset;
  }
  .plan_list a .fa_text_con {
    position: unset;
    width: 100%;
    height: unset;
    padding: 0.9rem 0.6rem;
  }
  .plan_list a .fa_text_con h5 {
    font-size: 0.7rem;
    line-height: 0.75rem;
    padding-bottom: 0.55rem;
  }
  .plan_list a .fa_text_con h5:after {
    content: '';
    display: inline-block;
    width: 1.75rem;
    height: 0.125rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_text_con p {
    font-size: 0.55rem;
    line-height: 1rem;
    -webkit-line-clamp: 2;
    margin-top: 0.3rem;
  }
  .plan_list a .fa_text_con span {
    padding: 0 0.75rem;
    width: 5.6rem;
    height: 1.7rem;
    border: 0.025rem solid #339933;
    font-size: 0.55rem;
    color: #339933;
    margin-top: 0.65rem;
    border-radius: 0.85rem;
    cursor: pointer;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_text_con span img {
    width: 0.6rem;
    height: auto;
  }
  .plan_list a .fa_text_con:hover h5::after {
    width: 1.75rem;
    -webkit-transition: unset;
    transition: unset;
  }
  .plan_list a .fa_text_con:hover span {
    -webkit-transition: unset;
    padding: 0 0.75rem;
    transition: unset;
  }
  .plan_list a:nth-child(2n) .fa_img {
    float: unset;
  }
  .plan_list a:nth-child(2n) .fa_text_con {
    left: unset;
    right: unset;
  }
  /*页码*/
  .page_con {
    margin-bottom: 0.45rem;
    text-align: center;
  }
  .page_con nav ul {
    margin: 0.15rem 0 0 0;
  }
  .page_con nav ul li {
    border-radius: 0;
  }
  .page_con nav ul li a {
    border: none !important;
    font-size: 0.5rem;
    width: 1.1rem;
    line-height: 1.1rem;
    padding: 0 !important;
    border-radius: 0.05rem !important;
    margin: 0 0.1rem;
  }
  .page_con nav ul li:first-child a,
  .page_con nav ul li:last-child a {
    width: 2.35rem;
  }
  /*加入我们*/
  .join_box {
    padding: 1rem 0 0rem 0;
  }
  .join_item {
    margin-bottom: 1rem;
  }
  .enter_top {
    height: 5.5rem;
    font-size: 0.55rem;
    line-height: unset;
    justify-content: unset;
    align-items: unset;
    position: relative;
    flex-wrap: wrap;
  }
  .enter_top .zw_div {
    width: 80%;
    margin-top: 0.75rem;
    padding-left: 0.85rem;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .enter_top div:nth-child(2),
  .enter_top div:nth-child(4) {
    width: 51.8%;
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0.85rem;
  }
  .enter_top div:nth-child(3),
  .enter_top div:nth-child(5) {
    width: 48.1%;
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0rem;
  }
  .cz_div {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    top: 0.75rem;
    right: 0.85rem;
    margin-right: unset;
  }
  .line_01 {
    width: 0.55rem;
    height: 0.1rem;
    top: 50%;
    margin-top: -0.05rem;
    left: 0;
  }
  .line_02 {
    width: 0.1rem;
    height: 0.55rem;
  }
  .join_desc {
    padding: 0px 0.85rem 0px 0.85rem;
  }
  .join_show .join_desc {
    padding: 0.5rem 0.85rem 1.5rem 0.85em;
  }
  .join_desc h5 {
    font-size: 0.65rem;
    line-height: 0.8rem;
    margin: 0.9rem 0 0 0;
  }
  .desc_info {
    margin-top: 0.5rem;
  }
  .desc_info p {
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  .bottom_td {
    width: 100%;
    margin-top: 1.25rem;
    padding-top: 0;
    border-top: none;
  }
  .bottom_td a {
    display: inline-block;
    width: 4.7rem;
    height: 1.5rem;
    font-size: 0.6rem;
    line-height: 1.5rem;
  }
  .bottom_td a img {
    display: none;
  }
  /*在线留言*/
  .message_box {
    width: 100%;
    background: url(../images/other/mes_bj.jpg) no-repeat right top;
    background-size: auto 100%;
    padding: 1.2rem 0 1.6rem 0;
  }
  .contact_input h5 {
    font-size: 0.7rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .input_modal {
    flex-direction: column;
  }
  .input_item {
    width: 100%;
    margin-top: 0.6rem;
  }
  .input_item .input_code .input_sr {
    height: 2.1rem;
    line-height: 2.1rem;
    padding: 0 0.4rem;
    font-size: 0.55rem;
    width: calc(100% - 4rem);
  }
  .input_item .input_code .input_c {
    width: 3.6rem;
    font-size: 0.8rem;
  }
  .input_item p {
    font-size: 0.6rem;
    line-height: 1rem;
    margin: 0 0 0.3rem 0;
    padding-left: 0.2rem;
  }
  .input_item input {
    width: 100%;
    height: 2.1rem;
    line-height: 2.1rem;
    padding: 0 0.4rem;
    font-size: 0.55rem;
  }
  .input_item textarea {
    height: 4.5rem;
    padding: 0.4rem;
    font-size: 0.55rem;
    line-height: 1rem;
  }
  .submit_btn {
    width: 100%;
    margin-top: 0.6rem;
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: 0.6rem;
  }
  /*联系我们*/
  .dw_mark {
    height: 2.2rem;
    top: -2.2rem;
  }
  .contact_tab .contact_tab_item {
    width: 40%;
    margin: 0 5%;
    padding: 15px 0;
    font-size: 17px;
  }
  .contact_tab .contact_tab_item:last-child {
    margin-right: 0;
  }
  .contact_tab .contact_tab_item::after {
    height: 1px;
  }
  .contact_tab .contact_tab_item::before {
    display: none;
  }
  .contact_tab .contact_tab_item:hover {
    color: #111111;
  }
  .contact_tab .contact_tab_item:hover::after {
    background: #fff;
  }
  .contact_con {
    padding-top: 2rem;
  }
  .contact_con .about_head {
    font-size: 28px;
  }
  .contact_con .map_box {
    margin-top: 1.2rem;
  }
  .contact_con .map_box .lx_map {
    padding-top: 16.5rem;
  }
  .contact_con .map_box .map_text {
    height: unset;
    padding: 1.1rem 0.65rem;
  }
  .contact_con .map_box .map_text h5 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .contact_con .map_box .map_text .gs_info {
    flex-direction: column;
    margin-top: 0;
  }
  .contact_con .map_box .map_text .gs_info .info_item {
    width: 100%;
    margin-top: 0.8rem;
    align-items: flex-start;
    padding-right: 0;
  }
  .contact_con .map_box .map_text .gs_info .info_item img {
    width: 1.25rem;
    height: auto;
    margin-right: 0.4rem;
    margin-top: -0.1rem;
  }
  .contact_con .map_box .map_text .gs_info .info_item p {
    width: calc(100% - 1.65rem);
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .contact_con .map_box .map_text .gs_info_box {
    flex-direction: column;
  }
  .contact_con .map_box .map_text .gs_info_box .gs_info_box_left {
    width: 100%;
  }
  .contact_con .map_box .map_text .gs_info_box .qrcode {
    width: 100%;
    margin-top: 1rem;
  }
  .contact_con .qy_list {
    margin-top: 28px;
  }
  .contact_con .qy_list .qy_item {
    width: 100%;
    margin-right: 0;
    padding: 10% 10% 8% 8% ;
    margin-bottom: 22px;
    border-bottom: 1.5px solid #3184DD;
  }
  .contact_con .qy_list .qy_item h2 {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .contact_con .qy_list .qy_item p {
    font-size: 14px;
    line-height: 26px;
  }
}
