@charset "utf-8";
/*鍏叡鏍囬*/
.gy_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.gy_head h5 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 18px;
  color: #000;
}
.gy_head span {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: #004b9e;
}
.about_box {
  width: 100%;
  letter-spacing: 1.5px;
}
.about_box .about_00 {
  width: 100%;
}
.about_box .about_00 .gy_00 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_box .about_00 .gy00_left {
  width: 40.6%;
  height: 602px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.about_box .about_00 .gy00_left img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.about_box .about_00 .gy00_right {
  background: url(../images/other/about/gy_r_bj.png) no-repeat center center;
  background-size: auto auto;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: calc(100% - 40.6%);
  padding-left: 5.5%;
  flex-direction: column;
}
.about_box .about_00 .gy00_right .gy00_desc {
  width: 100%;
}
.about_box .about_00 .gy00_right .gy00_desc p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-top: 30px;
  text-align: left;
}
.about_box .about_00 .gy00_right .about_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
}
.about_box .about_00 .gy00_right .about_data .data_item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.about_box .about_00 .gy00_right .about_data div {
  display: flex;
  justify-content: left;
  align-items: flex-end;
  font-size: 16px;
}
.about_box .about_00 .gy00_right .about_data div span {
  margin-right: 4px;
  font-size: 80px;
  letter-spacing: -3px;
  color: #004b9e;
  line-height: 86px;
  font-weight: bold;
  font-family: Bl;
}
.about_box .about_00 .gy00_right .about_data p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin-top: 16px;
}
.about_box .about_01 {
  width: 100%;
  background: url(../images/other/about/gy_bj_02.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 70px 0;
}
.about_box .about_01 .gy_01 {
  width: 100%;
}
.about_box .about_01 .gy_01 .honor_list {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 40px;
  margin-left: -20px;
}
.about_box .about_01 .gy_01 .honor_list .swiper-horizontal > .swiper-pagination-bullets,
.about_box .about_01 .gy_01 .honor_list .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 6px;
}
.about_box .about_01 .gy_01 .honor_list .swiper-pagination-bullet {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  opacity: 1;
}
.about_box .about_01 .gy_01 .honor_list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004b9e;
}
.about_box .about_01 .gy_01 .honor_list .swiper-button-prev {
  width: 24px;
  height: 24px;
  top: unset;
  bottom: 0px;
  margin-top: 0;
  left: 50%;
  z-index: 11;
  margin-left: -100px;
  background: url(../images/other/about/l_arrow.png) center center no-repeat;
  background-size: 100% auto;
}
.about_box .about_01 .gy_01 .honor_list .swiper-button-prev::after {
  content: none;
}
.about_box .about_01 .gy_01 .honor_list .swiper-button-next {
  width: 24px;
  height: 24px;
  top: unset;
  bottom: 0px;
  margin-top: 0;
  right: 50%;
  margin-right: -100px;
  background: url(../images/other/about/r_arrow.png) center center no-repeat;
  background-size: 100% auto;
  z-index: 11;
}
.about_box .about_01 .gy_01 .honor_list .swiper-button-next::after {
  content: none;
}
.about_box .about_01 .gy_01 .honor_list .swiper-wrapper {
  flex-direction: unset;
}
.about_box .about_01 .gy_01 .honor_list .swiper-slide {
  padding: 20px;
}
.about_box .about_01 .gy_01 .honor_list .swiper-slide .honer_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.about_box .about_01 .gy_01 .honor_list .swiper-slide .honer_img img {
  display: inline-block;
  width: 100%;
  /*height: auto;*/
  aspect-ratio: 600/847;
  object-fit: contain;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_box .about_01 .gy_01 .honor_list .swiper-slide:hover .honer_img img {
  margin-top: -6px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_box .about_01 .gy_01 .honor_list .swiper-slide p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 20px;
}
.about_box .about_02 {
  width: 100%;
  padding: 70px 0;
}
.about_box .about_02 .buddy_list {
  margin-top: 50px;
  padding-bottom: 40px;
}
.about_box .about_02 .buddy_list .swiper-horizontal > .swiper-pagination-bullets,
.about_box .about_02 .buddy_list .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.about_box .about_02 .buddy_list .swiper-pagination-bullet {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  opacity: 1;
}
.about_box .about_02 .buddy_list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004b9e;
}
.about_box .about_02 .buddy_list .swiper-wrapper {
  flex-direction: unset;
}
.about_box .about_02 .buddy_list .swiper-slide {
  width: auto;
  padding: 18px 6px 0 6px;
}
.about_box .about_02 .buddy_list .swiper-slide .logo_icon {
  width: 100%;
  height: auto;
  border: 1px solid #ebedf0;
}
.about_box .about_02 .buddy_list .swiper-slide .logo_icon:hover {
  box-shadow: 0 4px 12px rgba(0, 75, 158, 0.2);
  border: 1px solid #428dfc;
}
.about_box .about_02 .buddy_list .swiper-slide img {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  /*height: auto;*/
}
/*map*/
.map_box {
  width: 100%;
  background: #f3f6fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}
.map_box .lx_map {
  width: calc(98% - 530px);
  max-width: 780px;
}
.map_box .map_left {
  width: 530px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  padding-left: 3%;
}
.map_box .map_left h5 {
  width: 100%;
  font-size: 24px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.map_box .map_left .gs_info {
  margin-top: 10px;
  width: 100%;
}
.map_box .map_left .gs_info .info_item {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.map_box .map_left .gs_info .info_item div {
  display: flex;
  justify-content: left;
  align-items: center;
}
.map_box .map_left .gs_info .info_item div img {
  width: 32px;
  height: auto;
  margin-right: 10px;
}

.map_box .map_left .gs_info .info_item #addressClick img {
  width: 24px;
  height: auto;
  margin-left: 5px;
}
.map_box .map_left .gs_info .info_item #shopCenterClick img {
  width: 24px;
  height: auto;
  margin-left: 5px;
}

.map_box .map_left .gs_info .info_item div span {
  color: #333;
  font-size: 16px;
}
.map_box .map_left .gs_info .info_item p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  display: inline-block;
  text-align: left;
}
.map_box .map_left .gs_info .info_item p a {
  text-decoration: none;
  color: #333;
}
.map_box .map_left .gs_info .info_item:nth-child(5),
.map_box .map_left .gs_info .info_item:nth-child(6) {
  font-size: 18px;
  color: #004b9e;
  font-weight: bold;
}
.map_box .map_left .gs_info .info_item:nth-child(5) p,
.map_box .map_left .gs_info .info_item:nth-child(6) p {
  color: #004b9e;
}
.map_box .map_left .gs_info .info_item:nth-child(5) p a,
.map_box .map_left .gs_info .info_item:nth-child(6) p a {
  color: #004b9e;
}
.map_box .map_left .gs_info .info_item:nth-child(5) span,
.map_box .map_left .gs_info .info_item:nth-child(6) span {
  color: #004b9e;
}
@media screen and (max-width: 1280px) {
  .about_box .about_00 .gy00_right {
    padding-left: 4.5%;
  }
  .about_box .about_00 .gy00_right .gy00_desc p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
  }
  .about_box .about_00 .gy00_right .about_data {
    margin-top: 40px;
  }
  .about_box .about_00 .gy00_right .about_data div {
    font-size: 14px;
  }
  .about_box .about_00 .gy00_right .about_data div span {
    font-size: 70px;
    letter-spacing: -2;
    line-height: 76px;
  }
  .about_box .about_00 .gy00_right .about_data p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
  }
  .about_box .about_01 {
    padding: 50px 0;
  }
  .about_box .about_01 .gy_01 .honor_list {
    width: 100%;
    margin-top: 26px;
    padding-bottom: 36px;
    margin-left: -15px;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-horizontal > .swiper-pagination-bullets,
  .about_box .about_01 .gy_01 .honor_list .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-button-prev {
    display: none;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-button-next {
    display: none;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-wrapper {
    flex-direction: unset;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-slide {
    padding: 15px;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-slide p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 18px;
  }
  .about_box .about_02 {
    padding: 50px 0;
  }
  .about_box .about_02 .buddy_list {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  .about_box .about_02 .buddy_list .swiper-horizontal > .swiper-pagination-bullets,
  .about_box .about_02 .buddy_list .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
  .about_box .about_02 .buddy_list .swiper-slide {
    width: auto;
    padding: 14px 4px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  /*鍏叡鏍囬*/
  .gy_head h5 {
    font-size: 0.85rem;
    line-height: 1.2rem;
    padding-bottom: 0.45rem;
    font-weight: bold;
  }
  .gy_head span {
    width: 1.2rem;
    height: 0.1rem;
  }
  .about_box {
    letter-spacing: 0.02rem;
  }
  .about_box .about_00 .gy_00 {
    flex-direction: column;
    padding: 0 0.65rem;
  }
  .about_box .about_00 .gy00_left {
    width: 100%;
    height: auto;
  }
  .about_box .about_00 .gy00_left img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .about_box .about_00 .gy00_right {
    background: url(../images/other/about/gy_r_bj.png) no-repeat center center;
    background-size: auto auto;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: calc(100%);
    padding-left: 0;
    flex-direction: column;
    padding: 1rem 0;
  }
  .about_box .about_00 .gy00_right .gy00_desc p {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.6rem;
  }
  .about_box .about_00 .gy00_right .about_data {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    justify-content: space-between;
  }
  .about_box .about_00 .gy00_right .about_data .data_item {
    width: 50%;
    margin-bottom: 0.6rem;
  }
  .about_box .about_00 .gy00_right .about_data .data_item:nth-child(2n) {
    padding-left: 0.6rem;
  }
  .about_box .about_00 .gy00_right .about_data div {
    font-size: 0.55rem;
  }
  .about_box .about_00 .gy00_right .about_data div span {
    margin-right: 0.1rem;
    font-size: 2.2rem;
    line-height: 2.3rem;
    letter-spacing: -0.05rem;
  }
  .about_box .about_00 .gy00_right .about_data p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.4rem;
  }
  .about_box .about_01 {
    width: 100%;
    background: url(../images/other/about/gy_bjm_02.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.4rem 0;
  }
  .about_box .about_01 .gy_01 .gy_head {
    align-items: center;
    justify-content: center;
  }
  .about_box .about_01 .gy_01 .honor_list {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 0;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-pagination-bullet {
    background: #e3e3e3;
    width: 0.4rem !important;
    height: 0.4rem !important;
    margin: 0 0.15rem;
    opacity: 1;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-button-prev {
    display: none;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-button-next {
    display: none;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-wrapper {
    flex-direction: unset;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-slide {
    padding: 0 0.3rem 0.4rem 0.3rem;
  }
  .about_box .about_01 .gy_01 .honor_list .swiper-slide p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.4rem;
  }
  .about_box .about_02 {
    width: 100%;
    padding: 1.4rem 0;
  }
  .about_box .about_02 .buddy_list {
    margin-top: 0.8rem;
    padding-bottom: 0;
  }
  .about_box .about_02 .buddy_list .swiper-horizontal > .swiper-pagination-bullets,
  .about_box .about_02 .buddy_list .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
  .about_box .about_02 .buddy_list .swiper-slide {
    width: auto;
    padding: 0.35rem 0.2rem 0 0.2rem;
  }
  .about_box .about_02 .buddy_list .swiper-slide .logo_icon {
    border: 0.025rem solid #ebedf0;
  }
  .about_box .about_02 .buddy_list .swiper-slide .logo_icon:hover {
    border: 0.025rem solid #428dfc;
  }
  /*map*/
  .map_box {
    flex-direction: column;
    margin-top: 0.8rem;
  }
  .map_box .lx_map {
    width: calc(100%);
    max-width: 100%;
  }
  .map_box .map_left {
    width: 100%;
    padding: 1rem 0.65rem;
  }
  .map_box .map_left h5 {
    font-size: 0.8rem;
    line-height: 1rem;
    padding-bottom: 0.55rem;
    border-bottom: 0.025rem solid #e5e5e5;
  }
  .map_box .map_left .gs_info {
    margin-top: 0.25rem;
  }
  .map_box .map_left .gs_info .info_item {
    margin-top: 0.6rem;
    flex-direction: column;
  }
  .map_box .map_left .gs_info .info_item div {
    width: 100%;
  }
  .map_box .map_left .gs_info .info_item div img {
    width: 0.9rem;
    height: auto;
    margin-right: 0.4rem;
  }
  .map_box .map_left .gs_info .info_item div span {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .map_box .map_left .gs_info .info_item p {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.2rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
  }
  .map_box .map_left .gs_info .info_item p a {
    text-decoration: none;
    color: #333;
  }
  .map_box .map_left .gs_info .info_item:nth-child(5),
  .map_box .map_left .gs_info .info_item:nth-child(6) {
    font-size: 0.8rem;
    font-weight: bold;
    flex-direction: unset;
    justify-content: left;
  }
  .map_box .map_left .gs_info .info_item:nth-child(5) div,
  .map_box .map_left .gs_info .info_item:nth-child(6) div {
    width: auto;
  }
  .map_box .map_left .gs_info .info_item:nth-child(5) p,
  .map_box .map_left .gs_info .info_item:nth-child(6) p {
    width: auto;
    margin-top: 0;
  }
}
