#banner {
  background-color: $purple;
  position: relative;
  z-index: 2;
}
#banner .swiper-pagination {
  z-index: 9;
  bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #banner .swiper-pagination {
    bottom: 0.2rem;
  }
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.6;
  margin: 0 8px;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    -webkit-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    border-radius: 0.05rem;
    margin: 0 0.1rem;
  }
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  background-color: #005bac;
}
@media screen and (max-width: 750px) {
  #banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.2rem;
  }
}
#banner .swiper-prev,
#banner .swiper-next {
  color: #005bac;
  font-size: 24px;
  position: absolute;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1920px) {
  #banner .swiper-prev,
  #banner .swiper-next {
    width: calc(100 / 1920 * 100vw);
    height: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper-prev,
  #banner .swiper-next {
    font-size: 0.4rem;
    width: 1rem;
    height: 1rem;
    display: none;
  }
}
#banner:hover .swiper-prev,
#banner:hover .swiper-next {
  opacity: 1;
  visibility: visible;
}
#banner .swiper-prev {
  left: 0;
}
#banner .swiper-next {
  right: 0;
}
#banner .swiper-slide {
  height: calc(720 / 1920 * 100vw);
  max-height: 720px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #banner .swiper-slide {
    height: calc(600 / 750 * 100vw);
  }
}
#banner .swiper-slide.swiper-slide-active .bg {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#banner .swiper-slide.swiper-slide-active .text .title,
#banner .swiper-slide.swiper-slide-active .text .title_en,
#banner .swiper-slide.swiper-slide-active .text .gbtn1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#banner .swiper-slide.swiper-slide-prev .bg {
  -webkit-transform: translate3d(80%, 0%, 0px);
  -ms-transform: translate3d(80%, 0%, 0px);
  transform: translate3d(80%, 0%, 0px);
}
#banner .swiper-slide.swiper-slide-next .bg {
  -webkit-transform: translate3d(-80%, 0%, 0px);
  -ms-transform: translate3d(-80%, 0%, 0px);
  transform: translate3d(-80%, 0%, 0px);
}
#banner .bg,
#banner .bg_m {
  height: 100%;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
#banner .bg {
  display: block;
}
@media screen and (max-width: 990px) {
  #banner .bg {
    display: none;
  }
}
#banner .bg_m {
  display: none;
}
@media screen and (max-width: 990px) {
  #banner .bg_m {
    display: block;
  }
}
#banner .text {
  color: #005bac;
  font-size: 24px;
  line-height: 1.3;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  #banner .text {
    font-size: clamp(14px, calc(24 / 1920 * 100vw), 24px);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #banner .text {
    font-size: 0.28rem;
  }
}
#banner .text .text_con {
  max-width: 530px;
}
@media screen and (max-width: 1920px) {
  #banner .text .text_con {
    max-width: clamp(320px, calc(530 / 1920 * 100vw), 530px);
  }
}
@media screen and (max-width: 750px) {
  #banner .text .text_con {
    max-width: 85%;
  }
}
#banner .text .title {
  font-size: 2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  #banner .text .title {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #banner .text .title {
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
  }
}
#banner .text .title_en {
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  #banner .text .title_en {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #banner .text .title_en {
    margin-bottom: 0.3rem;
  }
}
#banner .text .title,
#banner .text .title_en,
#banner .text .gbtn1 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  transition-delay: 1s;
  transition-duration: 0.35s;
}
.g_row {
  padding: 100px 0;
}
@media screen and (max-width: 1920px) {
  .g_row {
    padding: calc(100 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .g_row {
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .g_row {
    padding: 1rem 0;
  }
}
.g_list1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.g_list1 .item {
  width: calc((100% - 132px) / 3);
  margin-right: 66px;
  margin-bottom: 66px;
}
@media screen and (max-width: 1920px) {
  .g_list1 .item {
    width: calc((100% - calc(132 / 1920 * 100vw)) / 3);
    margin-right: calc(66 / 1920 * 100vw);
    margin-bottom: calc(66 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list1 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.g_list1 .item:nth-child(3n) {
  margin-right: 0;
}
.g_list1 .item_con {
  color: #333;
  display: block;
}
.g_list1 .item_con:hover .picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.g_list1 .item_con:hover .gbtn1 {
  color: #fff;
  background-color: #005bac;
  border-color: #005bac;
}
.g_list1 .picture {
  height: 0;
  padding-top: calc(300 / 456 * 100%);
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list1 .picture {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list1 .picture {
    margin-bottom: 0.2rem;
  }
}
.g_list1 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.g_list1 .text .title {
  font-size: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list1 .text .title {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .g_list1 .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .g_list1 .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .g_list1 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .g_list1 .text .title {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
}
.g_list1 .text .desc {
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list1 .text .desc {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list1 .text .desc {
    height: auto;
    margin-bottom: 0.2rem;
  }
}
.g_brand {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding: 30px 25px;
  background-color: #fafafa;
}
@media screen and (max-width: 750px) {
  .g_brand {
    display: block;
  }
}
.g_brand .title {
  flex: none;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .g_brand .title {
    margin-bottom: 0.2rem;
  }
}
.g_brand .list {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.g_brand .list .item {
  width: calc((100% - 50px) / 6);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .g_brand .list .item {
    width: calc((100% - calc(50 / 1920 * 100vw)) / 6);
    margin-right: calc(10 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_brand .list .item {
    width: calc((100% - 0.2rem) / 3);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
.g_brand .list .item:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .g_brand .list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.g_brand .list .item .picture {
  height: 80px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .g_brand .list .item .picture {
    height: clamp(60px, calc(80 / 1920 * 100vw), 80px);
  }
}
@media screen and (max-width: 750px) {
  .g_brand .list .item .picture {
    height: 1rem;
  }
}
.g_brand .list .item .picture:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  -ms-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
}
.g_brand .list .item .picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.index_solution {
  background-color: #f5f5f7;
}
.g_list2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.g_list2 .item {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1920px) {
  .g_list2 .item {
    width: calc((100% - calc(48 / 1920 * 100vw)) / 3);
    margin-right: calc(24 / 1920 * 100vw);
    margin-bottom: calc(24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .g_list2 .item {
    width: calc((100% - calc(24 / 1920 * 100vw)) / 2);
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.g_list2 .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .g_list2 .item:nth-child(3n) {
    margin-right: calc(24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .g_list2 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.g_list2 .item_con {
  color: #333;
  display: block;
}
.g_list2 .item_con:hover .text {
  opacity: 1;
  visibility: visible;
}
.g_list2 .item_con:hover .ptitle {
  color: #005bac;
}
.g_list2 .picture {
  height: 0;
  padding-top: calc(300 / 456 * 100%);
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list2 .picture {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .picture {
    margin-bottom: 0.2rem;
  }
}
.g_list2 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.g_list2 .title {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .g_list2 .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .g_list2 .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .g_list2 .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .title {
    font-size: 0.32rem;
  }
}
.g_list2 .title.ptitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.g_list2 .text {
  color: #fff;
  background-color: rgba(0,91,172,0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .g_list2 .text {
    padding: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .text {
    padding: 0.4rem;
  }
}
.g_list2 .text .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .g_list2 .text .title {
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .text .title {
    margin-bottom: 0.1rem;
  }
}
.g_list2 .text .desc {
  line-height: 2;
  height: 8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list2 .text .desc {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .text .desc {
    line-height: 1.5;
    height: 6em;
    margin-bottom: 0.2rem;
  }
}
.g_list2 .text .more {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
.g_list2 .text .more i {
  font-size: calc(20 / 16 * 1em);
  margin-left: 15px;
}
.index_strength {
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}
.index_strength .g_strength {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .index_strength .g_strength {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_strength .g_strength {
    display: block;
    margin-bottom: 0.4rem;
  }
}
.index_strength .g_strength .left {
  flex: 1;
  margin-right: 150px;
}
@media screen and (max-width: 1920px) {
  .index_strength .g_strength .left {
    margin-right: calc(150 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_strength .g_strength .left {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.index_strength .g_strength .right {
  width: 1000px;
  margin-right: -210px;
}
@media screen and (max-width: 1920px) {
  .index_strength .g_strength .right {
    width: calc(1000 / 1920 * 100vw);
    margin-right: calc(-210 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_strength .g_strength .right {
    width: auto;
    margin-right: 0;
  }
}
.index_strength .g_strength .text .title {
  color: #005bac;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .index_strength .g_strength .text .title {
    margin-bottom: 0.1rem;
  }
}
.index_strength .g_strength .text .desc {
  line-height: 2;
  height: 6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .index_strength .g_strength .text .desc {
    line-height: 1.75;
    height: auto;
    margin-bottom: 0.2rem;
  }
}
.index_strength .g_strength .picture img {
  display: block;
  width: 100%;
}
.index_strength .box {
  padding: 30px 10px;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .index_strength .box {
    padding: calc(30 / 1920 * 100vw) 10px;
  }
}
@media screen and (max-width: 750px) {
  .index_strength .box {
    padding: 0.3rem 0.1rem;
  }
}
.g_list3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
@media screen and (max-width: 750px) {
  .g_list3 {
    margin-bottom: -0.1rem;
  }
}
.g_list3 .item {
  width: calc((100% - 50px) / 6);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .g_list3 .item {
    width: calc((100% - 0.2rem) / 3);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
.g_list3 .item:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .g_list3 .item:nth-child(6n) {
    margin-right: 0.1rem;
  }
}
@media screen and (max-width: 750px) {
  .g_list3 .item:nth-child(3n) {
    margin-right: 0;
  }
}
.g_list3 .item .picture {
  height: 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .g_list3 .item .picture {
    height: clamp(60px, calc(100 / 1920 * 100vw), 100px);
  }
}
.g_list3 .item .picture:hover img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.g_list3 .item .picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.g_list4 .swiper {
  overflow: visible;
}
.g_list4 .swiper .swiper-scrollbar {
  position: static;
  width: 900px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 1920px) {
  .g_list4 .swiper .swiper-scrollbar {
    width: calc(900 / 1920 * 100vw);
    margin-top: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list4 .swiper .swiper-scrollbar {
    width: 60%;
    margin-top: 0.4rem;
  }
}
.g_list4 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #005bac;
}
.g_list4 .swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.g_list4 .swiper .swiper-slide-prev,
.g_list4 .swiper .swiper-slide-next,
.g_list4 .swiper .swiper-slide-active {
  opacity: 1;
}
.g_list4 .item.active .item_con,
.g_list4 .item.swiper-slide-active .item_con {
  z-index: 2;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.g_list4 .item.active .text,
.g_list4 .item.swiper-slide-active .text {
  padding: 30px;
}
@media screen and (max-width: 1920px) {
  .g_list4 .item.active .text,
  .g_list4 .item.swiper-slide-active .text {
    padding: 30px calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list4 .item.active .text,
  .g_list4 .item.swiper-slide-active .text {
    padding: 0.3rem;
  }
}
.g_list4 .item.swiper-slide-next .item_con {
  -webkit-transform: translateX(-16%);
  -ms-transform: translateX(-16%);
  transform: translateX(-16%);
}
@media screen and (max-width: 750px) {
  .g_list4 .item.swiper-slide-next .item_con {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.g_list4 .item_con {
  color: #333;
  width: 600px;
  background-color: #fff;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  -ms-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  display: block;
  position: relative;
  z-index: 1;
  margin: 10px 0;
  left: 0%;
  -webkit-transform: transform translateX(0%);
  -ms-transform: transform translateX(0%);
  transform: transform translateX(0%);
}
@media screen and (max-width: 1920px) {
  .g_list4 .item_con {
    width: calc(600 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list4 .item_con {
    width: 100%;
    margin: 0.1rem 0;
  }
}
.g_list4 .item_con:hover .picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.g_list4 .item_con:hover .title {
  color: #005bac;
}
.g_list4 .picture {
  height: 0;
  padding-top: calc(250 / 600 * 100%);
  background-color: #fafafa;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.g_list4 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.g_list4 .text {
  padding: 20px 30px;
}
@media screen and (max-width: 1920px) {
  .g_list4 .text {
    padding: 20px calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list4 .text {
    padding: 0.2rem 0.3rem;
  }
}
.g_list4 .text .title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
  .g_list4 .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .g_list4 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .g_list4 .text .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .g_list4 .text .title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
}
.g_list4 .text .date {
  color: #999;
}
.index_contact {
  background-color: #fafafa;
  padding-bottom: 0;
}
.index_contact .map_info {
  background-color: #333;
  margin-bottom: -150px;
}
@media screen and (max-width: 1920px) {
  .index_contact .map_info {
    margin-bottom: calc(-150 / 1920 * 100vw);
  }
}
.index_contact .map_info .g_list5 {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 990px) {
  .index_contact .map_info .g_list5 {
    -webkit-transform: translateY(calc(-200 / 1920 * 100vw));
    -ms-transform: translateY(calc(-200 / 1920 * 100vw));
    transform: translateY(calc(-200 / 1920 * 100vw));
  }
}
.index_contact .index_contact_map {
  position: relative;
}
.index_contact_map .mapbox {
  height: 480px;
  background-color: #005bac;
}
@media screen and (max-width: 1920px) {
  .index_contact_map .mapbox {
    height: clamp(300px, calc(480 / 1920 * 100vw), 480px);
  }
}
@media screen and (max-width: 750px) {
  .index_contact_map .mapbox {
    height: 4.8rem;
  }
}
.g_list5 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .g_list5 {
    padding: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_list5 {
    padding: 30px 40px;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .g_list5 {
    padding: 0.4rem;
  }
}
.g_list5 .item {
  flex: 1;
  padding: 0 20px 0 80px;
  border-right: 1px dotted #ebebeb;
}
@media screen and (max-width: 1920px) {
  .g_list5 .item {
    padding: 0 calc(20 / 1920 * 100vw) 0 calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_list5 .item {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .g_list5 .item {
    margin-bottom: 0.4rem;
  }
}
.g_list5 .item:last-child {
  border: 0;
  margin-bottom: 0;
}
.g_list5 .item .city {
  color: #005bac;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .g_list5 .item .city {
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .g_list5 .item .city {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .g_list5 .item .city {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .g_list5 .item .city {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
}
.g_list5 .item .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .g_list5 .item .title {
    margin-bottom: 0.1rem;
  }
}
.g_list5 .item dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list5 .item dl {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list5 .item dl {
    margin-bottom: 0.2rem;
  }
}
.g_list5 .item dl:last-child {
  margin-bottom: 0;
}
.g_list5 .item dl dd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.g_list5 .item dl dd .iconfont {
  color: #005bac;
  font-size: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 1440px) {
  .g_list5 .item dl dd .iconfont {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .g_list5 .item dl dd .iconfont {
    font-size: 0.4rem;
  }
}
.m_about_intro .slogan {
  color: #005bac;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_about_intro .slogan {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_about_intro .slogan {
    margin-bottom: 0.2rem;
  }
}
.m_about_intro .title {
  font-size: 24px;
  line-height: calc(40 / 24);
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_about_intro .title {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_about_intro .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .m_about_intro .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .m_about_intro .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .m_about_intro .title {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.m_about_intro .desc {
text-indent: 2em;
  line-height: calc(40 / 16);
}
@media screen and (max-width: 1440px) {
  .m_about_intro .desc {
    line-height: 2;
  }
}
@media screen and (max-width: 1280px) {
  .m_about_intro .desc {
    line-height: 1.75;
  }
}
.m_about_cultrue {
  font-size: 20px;
}
@media screen and (max-width: 1920px) {
  .m_about_cultrue {
    font-size: clamp(14px, calc(20 / 1920 * 100vw), 20px);
  }
}
@media screen and (max-width: 750px) {
  .m_about_cultrue {
    font-size: 0.28rem;
  }
}
.m_about_cultrue .tabt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.m_about_cultrue .tabt .item {
  flex: 1;
  color: #005bac;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,91,172,0.1);
  cursor: pointer;
  margin-right: 6px;
}
@media screen and (max-width: 750px) {
  .m_about_cultrue .tabt .item {
    height: 1rem;
    margin-right: 0.06rem;
  }
}
.m_about_cultrue .tabt .item:last-child {
  margin-right: 0;
}
.m_about_cultrue .tabt .item.active {
  color: #fff;
  background-color: #005bac;
}
.m_about_cultrue .tabc {
  color: #fff;
  line-height: 2;
  background-color: #005bac;
  position: relative;
}
@media screen and (max-width: 750px) {
  .m_about_cultrue .tabc {
    line-height: 1.75;
  }
}
.m_about_cultrue .tabc .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.m_about_cultrue .tabc .bg .swiper,
.m_about_cultrue .tabc .bg .swiper-wrapper {
  height: 100%;
}
.m_about_cultrue .tabc .bg .item {
  height: 100%;
  background-color: #005bac;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.m_about_cultrue .tabc .list {
  position: relative;
  z-index: 2;
}
.m_about_cultrue .tabc .list .item_con {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0 20px 0 120px;
  margin: 150px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .m_about_cultrue .tabc .list .item_con {
    padding: 0 calc(20 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw);
    margin: calc(150 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_about_cultrue .tabc .list .item_con {
    margin: 1rem 0.4rem;
    padding: 0;
  }
}
.m_about_cultrue .tabc .list .item_con::before,
.m_about_cultrue .tabc .list .item_con::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 1920px) {
  .m_about_cultrue .tabc .list .item_con::before,
  .m_about_cultrue .tabc .list .item_con::after {
    width: calc(72 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_about_cultrue .tabc .list .item_con::before,
  .m_about_cultrue .tabc .list .item_con::after {
    width: 0.35rem;
    height: 0.3rem;
  }
}
.m_about_cultrue .tabc .list .item_con::before {
  top: 0;
  left: 100px;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  background-image: url("../images/quot1.png");
}
@media screen and (max-width: 1920px) {
  .m_about_cultrue .tabc .list .item_con::before {
    left: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_about_cultrue .tabc .list .item_con::before {
    left: 0;
  }
}
.m_about_cultrue .tabc .list .item_con::after {
  left: 100%;
  top: 52px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/quot2.png");
}
@media screen and (max-width: 1920px) {
  .m_about_cultrue .tabc .list .item_con::after {
    top: calc(52 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_about_cultrue .tabc .list .item_con::after {
    top: 0.4rem;
  }
}
.m_about_cultrue .tabc .list .item .icon {
  flex: none;
  width: 104px;
  height: 104px;
  background-color: rgba(255,255,255,0.2);
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
@media screen and (max-width: 1920px) {
  .m_about_cultrue .tabc .list .item .icon {
    width: calc(104 / 1920 * 100vw);
    height: calc(104 / 1920 * 100vw);
    margin-right: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_about_cultrue .tabc .list .item .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
  }
}
.m_about_cultrue .tabc .list .item .icon img {
  width: 50%;
}
.m_about_cultrue .tabc .list .item .title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .m_about_cultrue .tabc .list .item .title {
    font-size: calc(24 / 20 * 1em);
  }
}
@media screen and (max-width: 750px) {
  .m_about_cultrue .tabc .list .item .title {
    font-size: 0.32rem;
  }
}
.g_list6 .swiper .swiper-scrollbar {
  position: static;
  width: 900px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 1920px) {
  .g_list6 .swiper .swiper-scrollbar {
    width: calc(900 / 1920 * 100vw);
    margin-top: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list6 .swiper .swiper-scrollbar {
    width: 60%;
    margin-top: 0.4rem;
  }
}
.g_list6 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #005bac;
}
.g_list6 .item .picture {
  height: 240px;
  background-color: #fafafa;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list6 .item .picture {
    height: clamp(120px, calc(240 / 1920 * 100vw), 240px);
  }
}
@media screen and (max-width: 750px) {
  .g_list6 .item .picture {
    height: 2.4rem;
  }
}
.g_list6 .item .picture:hover img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.g_list6 .item .picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.g_list6 .item .title {
  text-align: center;
}
.g_list7 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -44px;
}
@media screen and (max-width: 1920px) {
  .g_list7 {
    margin-bottom: calc(-44 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list7 {
    margin-bottom: -0.4rem;
  }
}
.g_list7 .item {
  width: calc((100% - 3 * 44px) / 4);
  margin-right: 44px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1920px) {
  .g_list7 .item {
    width: calc((100% - calc(3 * 44 / 1920 * 100vw)) / 4);
    margin-right: calc(44 / 1920 * 100vw);
    margin-bottom: calc(44 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list7 .item {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.g_list7 .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .g_list7 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.g_list7 .item .picture {
  height: 240px;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list7 .item .picture {
    height: clamp(120px, calc(240 / 1920 * 100vw), 240px);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list7 .item .picture {
    height: 2.4rem;
    margin-bottom: 0.2rem;
  }
}
.g_list7 .item .picture:hover img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.g_list7 .item .picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.g_list7 .item .title {
  text-align: center;
}
.m_text1 {
  line-height: 2;
  margin: 40px 0;
}
@media screen and (max-width: 1920px) {
  .m_text1 {
    margin: calc(40 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .m_text1 {
    line-height: 1.75;
  }
}
@media screen and (max-width: 750px) {
  .m_text1 {
    margin: 0.4rem 0;
  }
}
.m_text2 {
  line-height: 2;
  max-width: 1200px;
  margin: 40px auto;
}
@media screen and (max-width: 1920px) {
  .m_text2 {
    max-width: calc(1200 / 1920 * 100vw);
    margin: calc(40 / 1920 * 100vw) auto;
  }
}
@media screen and (max-width: 990px) {
  .m_text2 {
    line-height: 1.75;
  }
}
@media screen and (max-width: 750px) {
  .m_text2 {
    max-width: 100%;
    margin: 0.4rem auto;
  }
}
.m_text2 .slogan {
  color: #005bac;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_text2 .slogan {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_text2 .slogan {
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .m_text2 .slogan i {
    height: 0;
    display: block;
    overflow: hidden;
  }
}
.g_list8 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.g_list8 .item {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .g_list8 .item {
    width: calc((100% - calc(120 / 1920 * 100vw)) / 4);
    margin-right: calc(40 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_list8 .item {
    width: calc((100% - calc(40 / 1920 * 100vw)) / 2);
  }
}
@media screen and (max-width: 750px) {
  .g_list8 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.g_list8 .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .g_list8 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.g_list8 .item_con {
  color: #333;
  display: block;
}
.g_list8 .item_con:hover .picture {
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  -ms-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
}
.g_list8 .item_con:hover .gbtn1 {
  color: #fff;
  background-color: #005bac;
  border-color: #005bac;
}
.g_list8 .picture {
  height: 0;
  padding-top: calc(345 / 345 * 100%);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .g_list8 .picture {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list8 .picture {
    margin-bottom: 0.2rem;
  }
}
.g_list8 .picture .mark {
  width: 60px;
  height: 24px;
  background: url("../images/marklogo.png") no-repeat center;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
display: none;
}
.g_list8 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.g_list8 .text {
  text-align: center;
}
.g_list8 .text .title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .g_list8 .text .title {
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .g_list8 .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .g_list8 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .g_list8 .text .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .g_list8 .text .title {
    font-size: 0.32rem;
    font-weight: bold;
  }
}
.g_list8 .text .desc {
  color: #999;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list8 .text .desc {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list8 .text .desc {
    margin-bottom: 0.2rem;
  }
}
.m_product_info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 60px 0;
}
@media screen and (max-width: 1920px) {
  .m_product_info {
    margin-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_product_info {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info {
    margin-bottom: 0.6rem;
  }
}
.m_product_info .swiper-btns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: none;
}
.m_product_info .swiper-btns .swiper-prev,
.m_product_info .swiper-btns .swiper-next {
  color: #005bac;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 2px solid #005bac;
  -webkit-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_product_info .swiper-btns .swiper-prev,
  .m_product_info .swiper-btns .swiper-next {
    font-size: clamp(18px, calc(24 / 1920 * 100vw), 24px);
    width: clamp(32px, calc(50 / 1920 * 100vw), 50px);
    height: clamp(32px, calc(50 / 1920 * 100vw), 50px);
    margin-left: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .swiper-btns .swiper-prev,
  .m_product_info .swiper-btns .swiper-next {
    font-size: 0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.1rem;
  }
}
.m_product_info .swiper-btns .swiper-prev:hover,
.m_product_info .swiper-btns .swiper-next:hover {
  color: #fff;
  background-color: #005bac;
}
.m_product_info .picture {
  flex: none;
  width: 510px;
  margin-right: 90px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .m_product_info .picture {
    width: clamp(360px, calc(510 / 1920 * 100vw), 510px);
    margin-right: calc(90 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .picture {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.m_product_info .picture .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.m_product_info .picture .item {
  height: 0;
  padding-top: 100%;
  background-color: #fff;
  position: relative;
}
.m_product_info .picture img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.m_product_info .picture .swiper {
  z-index: 1;
}
.m_product_info .picture .mark {
  width: 100px;
  height: 40px;
  background: url("../images/marklogo.png") no-repeat center;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
}
@media screen and (max-width: 1920px) {
  .m_product_info .picture .mark {
    width: clamp(60px, calc(100 / 1920 * 100vw), 100px);
    height: clamp(20px, calc(40 / 1920 * 100vw), 40px);
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .picture .mark {
    width: 1rem;
    height: 0.3rem;
  }
}
.m_product_info .text {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.m_product_info .text .bot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .m_product_info .text .bot {
    display: block;
  }
}
.m_product_info .text .bot a {
  margin-top: 5px;
}
.m_product_info .text .title {
  font-size: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 1920px) {
  .m_product_info .text .title {
    font-size: clamp(18px, calc(30 / 1920 * 100vw), 30px);
    padding-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .text .title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .text .title {
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
  }
}
.m_product_info .text .info {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 1920px) {
  .m_product_info .text .info {
    padding: calc(20 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .text .info {
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .text .info {
    padding: 0.2rem 0;
  }
}
.m_product_info .text .desc {
  padding: 20px 0;
}
@media screen and (max-width: 1920px) {
  .m_product_info .text .desc {
    padding: calc(20 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .text .desc {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .text .desc {
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
  }
}
.m_product_info .text .desc dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .m_product_info .text .desc dt {
    margin-bottom: 0.1rem;
  }
}
.m_product_tabtit {
  font-size: 20px;
  line-height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_product_tabtit {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_product_tabtit {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .m_product_tabtit {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .m_product_tabtit {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_product_tabtit {
    font-size: 0.32rem;
    line-height: 2;
    margin-bottom: 0.4rem;
  }
}
.m_product_tabtit .item {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin: 0 13px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  .m_product_tabtit .item {
    margin: 0 0.2rem;
  }
}
.m_product_tabtit .item.active {
  color: #005bac;
  border-color: #005bac;
}
.m_product_detail {
  text-align: center;
}
.m_product_detail img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.m_labset {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .m_labset {
    display: block;
  }
}
.m_labset .left {
  flex: 1;
  margin-right: 105px;
}
@media screen and (max-width: 1920px) {
  .m_labset .left {
    margin-right: calc(105 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_labset .left {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.m_labset .right {
  width: 1080px;
  margin-right: -210px;
}
@media screen and (max-width: 1920px) {
  .m_labset .right {
    width: calc(1080 / 1920 * 100vw);
    margin-right: calc(-210 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_labset .right {
    width: auto;
    margin-right: 0;
  }
}
.m_labset .title {
  position: absolute;
  left: 0;
  top: 0;
}
.m_labset .text {
  padding: 50px 0;
  max-height: 285px;
  background-color: #fafafa;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .m_labset .text {
    padding: calc(50 / 1920 * 100vw) 0;
    max-height: calc(285 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_labset .text {
    max-height: 100%;
    padding: 0.4rem 0;
  }
}
.m_labset .text::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -500px;
  right: -500px;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
}
.m_labset .text .desc {
  line-height: 2;
  text-align: justify;
  max-height: 10em;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .m_labset .text .desc {
    line-height: 1.75;
    max-height: 100%;
  }
}
.m_labset .picture img {
  display: block;
  width: 100%;
}
.g_list9 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.g_list9 .item {
  width: calc((100% - 132px) / 3);
  margin-right: 66px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list9 .item {
    width: calc((100% - calc(132 / 1920 * 100vw)) / 3);
    margin-right: calc(66 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list9 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.g_list9 .item:nth-child(3n) {
  margin-right: 0;
}
.g_list9 .item_con {
  color: #333;
  display: block;
}
.g_list9 .item_con:hover .picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.g_list9 .picture {
  height: 0;
  padding-top: calc(300 / 456 * 100%);
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_list9 .picture {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list9 .picture {
    margin-bottom: 0.2rem;
  }
}
.g_list9 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.g_list9 .title {
  text-align: center;
}
.m_article {
  color: #333;
}
.m_article h1 {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_article h1 {
    font-size: calc(36 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_article h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .m_article h1 {
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
  }
}
.m_article .bd {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .m_article .bd {
    line-height: 1.75;
  }
}
.m_article .bd img {
  max-width: 100%;
}
.g_list10 {
  border-top: 1px solid #ebebeb;
}
.g_list10 .item {
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 1920px) {
  .g_list10 .item {
    padding: calc(40 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .g_list10 .item {
    padding: 0.4rem 0;
  }
}
.g_list10 .item_con {
  color: #333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con {
    display: block;
  }
}
.g_list10 .item_con:hover .text .more {
  color: #fff;
  border-color: #005bac;
  background-color: #005bac;
}
.g_list10 .item_con .left {
  flex: none;
  width: 430px;
  margin-right: 60px;
}
@media screen and (max-width: 1920px) {
  .g_list10 .item_con .left {
    width: calc(430 / 1920 * 100vw);
    min-width: 240px;
    margin-right: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.g_list10 .item_con .picture {
  height: 0;
  padding-top: calc(295 / 430 * 100%);
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.g_list10 .item_con .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.g_list10 .item_con .date {
  flex: none;
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .g_list10 .item_con .date {
    width: clamp(80px, calc(150 / 1920 * 100vw), 150px);
  }
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .date {
    width: 100%;
    margin-bottom: 0.2rem;
    display: none;
  }
}
.g_list10 .item_con .date .day {
  font-size: 48px;
}
@media screen and (max-width: 1920px) {
  .g_list10 .item_con .date .day {
    font-size: calc(48 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .date .day {
    font-size: 0.48rem;
  }
}
.g_list10 .item_con .text {
  flex: 1;
  color: #333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .text {
    display: block;
  }
}
.g_list10 .item_con .text .text_con {
  padding-right: 40px;
}
@media screen and (max-width: 1920px) {
  .g_list10 .item_con .text .text_con {
    padding-right: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .text .text_con {
    padding-right: 0;
  }
}
.g_list10 .item_con .text .title {
  font-size: 24px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .g_list10 .item_con .text .title {
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .g_list10 .item_con .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .g_list10 .item_con .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .g_list10 .item_con .text .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .text .title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
}
.g_list10 .item_con .text .desc {
  color: #666;
  font-size: 14px;
  line-height: calc(26 / 14);
  height: calc(26 / 14 * 2em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 35px;
}
@media screen and (max-width: 1920px) {
  .g_list10 .item_con .text .desc {
    margin-bottom: calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_list10 .item_con .text .desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .text .desc {
    height: auto;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
}
.g_list10 .item_con .text .bot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.g_list10 .item_con .text .more {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 0 25px;
  height: 50px;
  border: 2px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  margin-right: 80px;
}
@media screen and (max-width: 1920px) {
  .g_list10 .item_con .text .more {
    margin-right: calc(80 / 1920 * 100vw);
    height: clamp(40px, calc(50 / 1920 * 100vw), 50px);
  }
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .text .more {
    height: 0.8rem;
    padding: 0 0.4rem;
    -webkit-border-radius: 0.1rem 0 0.1rem 0;
    -ms-border-radius: 0.1rem 0 0.1rem 0;
    border-radius: 0.1rem 0 0.1rem 0;
    margin-right: 0.8rem;
  }
}
.g_list10 .item_con .text .more:hover {
  color: #fff;
  border-color: #005bac;
  background-color: #005bac;
}
.g_list10 .item_con .text .visit {
  color: #999;
  font-size: calc(14 / 16 * 1em);
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
.g_list10 .item_con .text .visit i {
  font-size: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .g_list10 .item_con .text .visit i {
    font-size: 0.32rem;
    margin-right: 0.1rem;
  }
}
.m_article_detail {
  color: #333;
}
.m_article_detail .hd {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 1920px) {
  .m_article_detail .hd {
    padding-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_article_detail .hd {
    padding-bottom: 0.2rem;
  }
}
.m_article_detail .hd h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_article_detail .hd h1 {
    font-size: clamp(18px, calc(36 / 1920 * 100vw), 36px);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_article_detail .hd h1 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
}
.m_article_detail .hd .info {
  color: $lighter;
}
.m_article_detail .hd .info span {
  margin-left: 30px;
}
@media screen and (max-width: 1920px) {
  .m_article_detail .hd .info span {
    margin-left: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_article_detail .hd .info span {
    margin-left: 0.3rem;
  }
}
.m_article_detail .hd .info span:first-child {
  margin-left: 0;
}
.m_article_detail .bd {
  font-size: 14px;
  line-height: calc(30 / 14);
  padding: 60px 0;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .m_article_detail .bd {
    padding: calc(60 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .m_article_detail .bd {
    font-size: 0.28rem;
    line-height: 1.75;
    padding: 0.4rem 0;
    width: auto;
  }
}
.m_article_detail .bd img {
  max-width: 100%;
}
.m_article_detail .fd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}
@media screen and (max-width: 1920px) {
  .m_article_detail .fd {
    padding-top: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_article_detail .fd {
    display: block;
    padding-top: 0.3rem;
  }
}
.m_article_detail .fd .left {
  flex: 1;
  line-height: 2.25;
}
.m_article_detail .fd .left a {
  color: #333;
}
.m_article_detail .fd .left a:hover {
  color: #005bac;
}
.m_article_detail .fd .left .prev,
.m_article_detail .fd .left .next {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m_article_detail .fd .back {
  color: #fff;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 0 25px;
  height: 50px;
  background-color: #005bac;
  -webkit-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_article_detail .fd .back {
    height: clamp(40px, calc(50 / 1920 * 100vw), 50px);
  }
}
@media screen and (max-width: 750px) {
  .m_article_detail .fd .back {
    height: 0.8rem;
    padding: 0 0.4rem;
    -webkit-border-radius: 0.1rem 0 0.1rem 0;
    -ms-border-radius: 0.1rem 0 0.1rem 0;
    border-radius: 0.1rem 0 0.1rem 0;
    margin-top: 0.4rem;
  }
}
.m_article_detail .fd .back:hover {
  color: #fff;
  background-color: #005bac;
}
.g_list11 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.g_list11 .item {
  width: calc((100% - 60px) / 3);
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .g_list11 .item {
    width: calc((100% - calc(60 / 1920 * 100vw)) / 3);
    margin-right: calc(30 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list11 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.g_list11 .item:nth-child(3n) {
  margin-right: 0;
}
.g_list11 .item:hover .picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.g_list11 .picture {
  height: 0;
  padding-top: calc(320 / 480 * 100%);
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.g_list11 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.g_list11 .title {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
@media screen and (max-width: 1920px) {
  .g_list11 .title {
    padding: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .g_list11 .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .g_list11 .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .g_list11 .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .g_list11 .title {
    font-size: 0.32rem;
    padding: 0.3rem;
  }
}
.g_list11 .title.ptitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.m_text_detail {
  color: #999;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_text_detail {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_text_detail {
    margin-bottom: 0.4rem;
  }
}
.g_list12 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.g_list12 .item {
  width: calc((100% - 50px) / 6);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .g_list12 .item {
    width: calc((100% - calc(50 / 1920 * 100vw)) / 6);
    margin-right: calc(10 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list12 .item {
    width: calc((100% - 0.2rem) / 3);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
.g_list12 .item:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .g_list12 .item:nth-child(3n) {
    margin-right: 0;
  }
}
.g_list12 .item .picture {
  height: 90px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .g_list12 .item .picture {
    height: clamp(60px, calc(90 / 1920 * 100vw), 90px);
  }
}
@media screen and (max-width: 750px) {
  .g_list12 .item .picture {
    height: 1rem;
  }
}
.g_list12 .item .picture:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  -ms-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
}
.g_list12 .item .picture img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.m_contact_map .map_info {
  padding: 0 50px;
}
@media screen and (max-width: 1920px) {
  .m_contact_map .map_info {
    padding: 0 calc(50 / 1920 * 100vw);
  }
}
.m_contact_map .map_info .g_list5 {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  -ms-box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.14);
}
@media screen and (max-width: 990px) {
  .m_contact_map .map_info .g_list5 {
    -webkit-transform: translateY(calc(-50 / 1920 * 100vw));
    -ms-transform: translateY(calc(-50 / 1920 * 100vw));
    transform: translateY(calc(-50 / 1920 * 100vw));
  }
}
.m_contact_form {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.m_contact_form .form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_contact_form .form .form_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: calc((100% - 40px) / 2);
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_contact_form .form .form_item {
    width: calc((100% - calc(40 / 1920 * 100vw)) / 2);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_contact_form .form .form_item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.m_contact_form .form .form_item.form_item_full {
  width: 100%;
  display: block;
}
.m_contact_form .form .form_item:hover {
  border-color: #005bac;
}
.m_contact_form .form .form_item .inp {
  flex: 1;
  width: 100%;
  padding: 0 10px;
  display: block;
  height: 60px;
  background: none;
}
@media screen and (max-width: 990px) {
  .m_contact_form .form .form_item .inp {
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .m_contact_form .form .form_item .inp {
    height: 1rem;
  }
}
.m_contact_form .form .form_item .inp_area {
  padding: 0;
  height: 80px;
  resize: none;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .m_contact_form .form .form_item .inp_area {
    height: 1.2rem;
  }
}
.m_contact_form .foot {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .m_contact_form .foot {
    margin-top: 0.4rem;
  }
}
.tab_con .tab_con_item {
  display: none;
}
.tab_con .tab_con_item.active {
  display: block;
}







.g_page .fy span {color: #fff !important;
    background-color: #005bac;
    width: 40px;
  height: 40px;
  border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin: 0 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.g_page .fy a { width: 40px;
  height: 40px;
  color:#404040;
  border: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
  margin: 0 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  background-color: #f1f1f1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
.g_page .fy a:hover { color: #fff;
    background-color: #005bac;}