#banner {
  background-color: #333;
  position: relative;
  z-index: 2;
}
#banner .swiper-pagination {
  z-index: 9;
  bottom: 35px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  #banner .swiper-pagination {
    bottom: calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper-pagination {
    bottom: 0.4rem;
  }
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
  margin: 0 5px;
  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.16rem;
    height: 0.16rem;
    margin: 0 0.05rem;
  }
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
#banner .swiper-prev,
#banner .swiper-next {
  color: #2f3189;
  font-size: 24px;
  position: absolute;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  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) {
  #banner .swiper-prev,
  #banner .swiper-next {
    width: calc(56 / 1920 * 100vw);
    height: calc(56 / 1920 * 100vw);
    min-width: 40px;
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper-prev,
  #banner .swiper-next {
    font-size: 0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    display: none;
  }
}
#banner .swiper-prev.swiper-button-disabled,
#banner .swiper-next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
#banner .swiper-prev:hover,
#banner .swiper-next:hover {
  color: #fff;
  background-color: #2f3189;
}
#banner .swiper-prev {
  left: 16px;
}
#banner .swiper-next {
  right: 16px;
}
#banner .swiper-slide {
  height: calc(860 / 1920 * 100vw);
  max-height: 860px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #banner .swiper-slide {
    height: calc(860 / 750 * 100vw);
  }
}
#banner .swiper-slide.swiper-slide-active .bg,
#banner .swiper-slide.swiper-slide-active .bg_m {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#banner .swiper-slide.swiper-slide-prev .bg,
#banner .swiper-slide.swiper-slide-prev .bg_m {
  -webkit-transform: translate3d(80%, 0%, 0px);
  -ms-transform: translate3d(80%, 0%, 0px);
  transform: translate3d(80%, 0%, 0px);
}
#banner .swiper-slide.swiper-slide-next .bg,
#banner .swiper-slide.swiper-slide-next .bg_m {
  -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: #333;
  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: 750px) {
  #banner .bg {
    display: none;
  }
}
#banner .bg_m {
  display: none;
}
@media screen and (max-width: 750px) {
  #banner .bg_m {
    display: block;
  }
}
#banner .text {
  color: #fff;
  font-size: 20px;
  line-height: 1.16;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (max-width: 1440px) {
  #banner .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  #banner .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  #banner .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #banner .text {
    font-size: 0.32rem;
  }
}
#banner .text .slogan {
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  #banner .text .slogan {
    font-size: calc(60 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #banner .text .slogan {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #banner .text .slogan {
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
  }
}
#banner .text .desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  #banner .text .desc {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #banner .text .desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #banner .text .desc {
    margin-bottom: 0.4rem;
  }
}
.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;
  }
}
.index_row {
  padding: 80px 0;
}
@media screen and (max-width: 1920px) {
  .index_row {
    padding: calc(80 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .index_row {
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .index_row {
    padding: 1rem 0;
  }
}
.index_service_row .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  .index_service_row .box {
    display: block;
  }
}
.index_service_row .box .left {
  padding: 40px 30px;
  width: 305px;
  background-image: linear-gradient(#4992d6, #2f3189);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
}
@media screen and (max-width: 1920px) {
  .index_service_row .box .left {
    padding: calc(40 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    width: calc(305 / 1920 * 100vw);
    min-width: 260px;
  }
}
@media screen and (max-width: 990px) {
  .index_service_row .box .left {
    width: auto;
    padding: 40px 30px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .index_service_row .box .left {
    padding: 0.4rem;
  }
}
.index_service_row .box .right {
  flex: 1;
}
.index_service_row .index_service_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .index_service_row .index_service_title {
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_service_row .index_service_title {
    margin-bottom: 0.4rem;
  }
}
.index_service_row .tab_tit li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .index_service_row .tab_tit li {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_service_row .tab_tit li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .index_service_row .tab_tit li {
    margin-bottom: 0.2rem;
  }
}
.index_service_row .tab_tit li:last-child {
  margin-bottom: 0;
}
.index_service_row .tab_tit a {
  color: #333;
  padding: 0 30px;
  height: 56px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .index_service_row .tab_tit a {
    height: calc(56 / 1920 * 100vw);
    min-height: 35px;
    padding: 0 calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_service_row .tab_tit a {
    height: 45px;
    padding: 0 15px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 750px) {
  .index_service_row .tab_tit a {
    padding: 0 0.3rem;
    min-height: 0.7rem;
  }
}
.index_service_row .tab_tit a:hover {
  color: #2f3189;
}
.g_list1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.g_list1 .item {
  width: calc((100% - 60px) / 4);
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 16px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 2px 16px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 16px rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .g_list1 .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .g_list1 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.g_list1 .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .g_list1 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.g_list1 .item_con {
  padding: 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .g_list1 .item_con {
    padding: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_list1 .item_con {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .g_list1 .item_con {
    padding: 0.3rem;
  }
}
.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 .title {
  color: #2f3189;
}
.g_list1 .picture {
  height: 0;
  padding-top: calc(225 / 265 * 100%);
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .g_list1 .picture {
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_list1 .picture {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .g_list1 .picture {
    margin-bottom: 0.2rem;
  }
}
.g_list1 .picture img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.g_list1 .title {
  color: #333;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index_company_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 990px) {
  .index_company_item {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .index_company_item {
    margin-bottom: 0.4rem;
  }
}
.index_company_item.even .text {
  order: 1;
  margin-right: 0;
  margin-left: 60px;
}
@media screen and (max-width: 1920px) {
  .index_company_item.even .text {
    margin-right: 0;
    margin-left: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_company_item.even .text {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .index_company_item.even .text {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
.index_company_item.even .picture {
  order: 2;
}
.index_company_item:last-child {
  margin-bottom: 0;
}
.index_company_item .picture {
  order: 1;
  width: 50%;
  background-color: #e9e9e9;
}
@media screen and (max-width: 990px) {
  .index_company_item .picture {
    width: auto;
  }
}
.index_company_item .picture img {
  display: block;
  width: 100%;
}
.index_company_item .text {
  order: 2;
  flex: 1;
  padding: 20px 100px;
  margin-right: 60px;
/* @media screen and (max-width: 990px) {
			width: auto
			margin 0
		} */
}
@media screen and (max-width: 1920px) {
  .index_company_item .text {
    padding: 20px calc(100 / 1920 * 100vw);
    margin-right: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_company_item .text {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .index_company_item .text {
    width: auto;
    padding: 0.4rem;
    margin: 0.4rem 0 0;
  }
}
.index_company_item .text .title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .index_company_item .text .title {
    font-size: calc(30 / 1920 * 100vw);
    padding-bottom: calc(20 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1200px) {
  .index_company_item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .index_company_item .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .index_company_item .text .title {
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.index_company_item .text .title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100px;
  bottom: 0;
  height: 2px;
  background-color: #999;
  opacity: 0.3;
}
@media screen and (max-width: 1920px) {
  .index_company_item .text .title::after {
    width: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_company_item .text .title::after {
    width: 1rem;
  }
}
.index_company_item .text .title .slogan {
  font-size: 40px;
}
@media screen and (max-width: 1920px) {
  .index_company_item .text .title .slogan {
    font-size: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_company_item .text .title .slogan {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .index_company_item .text .title .slogan {
    font-size: 0.4rem;
  }
}
.index_company_item .text .title .en {
  color: #999;
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .index_company_item .text .title .en {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .index_company_item .text .title .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .index_company_item .text .title .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .index_company_item .text .title .en {
    font-size: 0.28rem;
  }
}
.index_company_item .text .desc {
  color: #666;
  line-height: 2;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 1920px) {
  .index_company_item .text .desc {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .index_company_item .text .desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 990px) {
  .index_company_item .text .desc {
    max-height: 999px;
  }
}
@media screen and (max-width: 750px) {
  .index_company_item .text .desc {
    line-height: 1.75;
    margin-bottom: 0.4rem;
  }
}
.index_company_item .text .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
@media screen and (max-width: 750px) {
  .index_company_item .text .list {
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.index_company_item .text .list li {
  color: #666;
  line-height: 1.1;
  min-width: 30%;
  padding-right: 100px;
  margin-right: 100px;
  margin-bottom: 20px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1920px) {
  .index_company_item .text .list li {
    padding-right: calc(100 / 1920 * 100vw);
    margin-right: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_company_item .text .list li {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.index_company_item .text .list li:nth-child(2n) {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}
@media screen and (max-width: 750px) {
  .index_company_item .text .list li:last-child {
    margin-bottom: 0;
  }
}
.index_company_item .text .list .major {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .index_company_item .text .list .major {
    font-size: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .index_company_item .text .list .major {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .index_company_item .text .list .major {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .index_company_item .text .list .major {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.index_about_row {
  background-color: rgba(47,49,137,0.1);
  position: relative;
}
.index_about_row .bg {
  width: 50%;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .index_about_row .bg {
    display: none;
  }
}
.index_about_row .index_about_text {
  width: 45%;
  max-width: 550px;
  margin-bottom: 65px;
}
@media screen and (max-width: 1920px) {
  .index_about_row .index_about_text {
    margin-bottom: calc(65 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_about_row .index_about_text {
    width: auto;
    max-width: 100%;
    margin-bottom: 0.6rem;
  }
}
.index_about_row .index_about_text .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .index_about_row .index_about_text .title {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_about_row .index_about_text .title {
    margin-bottom: 0.4rem;
  }
}
.index_about_row .index_about_text .desc {
  font-size: 14px;
  line-height: calc(26 / 14);
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .index_about_row .index_about_text .desc {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_about_row .index_about_text .desc {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
}
.index_about_row .index_about_text .desc p {
  margin-bottom: 0.8em;
}
.index_about_row .index_about_list {
  color: #fff;
  padding: 50px 100px;
  background-color: #2f3189;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  .index_about_row .index_about_list {
    padding: calc(50 / 1920 * 100vw) calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_about_row .index_about_list {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 750px) {
  .index_about_row .index_about_list {
    padding: 0.4rem 0.8rem;
  }
}
.index_about_row .index_about_list li {
  line-height: 1.1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .index_about_row .index_about_list li {
    width: 40%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .index_about_row .index_about_list li {
    width: 100%;
    text-align: center;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.2rem 0;
  }
}
.index_about_row .index_about_list li:nth-child(2n) {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}
.index_about_row .index_about_list li:last-child {
  flex: none;
}
.index_about_row .index_about_list .icon {
  height: 40px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .index_about_row .index_about_list .icon {
    height: 0.8rem;
  }
}
.index_about_row .index_about_list .icon img {
  max-height: 100%;
  display: block;
}
.index_about_row .index_about_list .major {
  font-size: 60px;
  font-family: 'AnoBold';
  text-align: right;
  width: 2em;
}
@media screen and (max-width: 1920px) {
  .index_about_row .index_about_list .major {
    font-size: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_about_row .index_about_list .major {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .index_about_row .index_about_list .major {
    font-size: 0.6rem;
    width: auto;
    margin-bottom: 0.2rem;
  }
}
.index_about_row .index_about_list .major sup {
  font-size: 0.4em;
  position: relative;
  top: -0.5em;
}
.index_news_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  .index_news_box {
    display: block;
  }
}
.index_news_box .left {
  width: 620px;
  background-color: #f7f7f7;
  flex: none;
}
@media screen and (max-width: 1920px) {
  .index_news_box .left {
    width: calc(620 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_news_box .left {
    width: auto;
    background-color: none;
  }
}
.index_news_box .left .item_con {
  color: #333;
  background-color: #f7f7f7;
  display: block;
}
.index_news_box .left .item_con:hover .picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_news_box .left .picture {
  height: 0;
  padding-top: calc(300 / 620 * 100%);
  background-color: $imgdBg;
  position: relative;
  overflow: hidden;
}
.index_news_box .left .picture img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.index_news_box .left .text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 25px 40px;
}
@media screen and (max-width: 1920px) {
  .index_news_box .left .text {
    padding: 25px calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_news_box .left .text {
    padding: 0.3rem 0.4rem;
  }
}
.index_news_box .left .text .date {
  flex: none;
  text-align: center;
  margin-right: 30px;
}
@media screen and (max-width: 1920px) {
  .index_news_box .left .text .date {
    margin-right: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_news_box .left .text .date {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .index_news_box .left .text .date {
    margin-right: 0.3rem;
  }
}
.index_news_box .left .text .date .day {
  font-size: 22px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .index_news_box .left .text .date .day {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .index_news_box .left .text .date .day {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .index_news_box .left .text .date .day {
    font-size: 0.36rem;
  }
}
.index_news_box .left .text .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  height: calc(2 * 1.3em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .index_news_box .left .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .index_news_box .left .text .title {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .index_news_box .left .text .title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
}
.index_news_box .left .text .desc {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .index_news_box .left .text .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) {
  .index_news_box .left .text .desc {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .index_news_box .left .text .desc {
    font-size: 0.24rem;
  }
}
.index_news_box .right {
  flex: 1;
  margin-left: 70px;
}
@media screen and (max-width: 1920px) {
  .index_news_box .right {
    margin-left: calc(70 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .index_news_box .right {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .index_news_box .right {
    margin-top: 0.4rem;
  }
}
.index_news_box .right .g_list2 {
  height: 100%;
}
.index_news_box .right .g_list2 .item {
  height: calc(100% / 3);
}
.index_news_box .right .g_list2 .item_con {
  height: 100%;
}
.g_list2 .item_con {
  color: #333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.g_list2 .item_con:hover .info .date {
  font-weight: bold;
}
.g_list2 .item_con:hover .text .title {
  font-weight: bold;
}
.g_list2 .item_con .info {
  padding: 25px 0;
  padding-right: 45px;
  margin-right: 45px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1920px) {
  .g_list2 .item_con .info {
    padding: calc(25 / 1920 * 100vw) 0;
    padding-right: calc(45 / 1920 * 100vw);
    margin-right: calc(45 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_list2 .item_con .info {
    padding: 15px 0;
    padding-right: calc(45 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .item_con .info {
    padding: 0.3rem 0;
    padding-right: 0.3rem;
    margin-right: 0.4rem;
  }
}
.g_list2 .item_con .info .date {
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .g_list2 .item_con .info .date {
    width: 1.2rem;
  }
}
.g_list2 .item_con .info .date .day {
  font-size: 22px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .g_list2 .item_con .info .date .day {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .g_list2 .item_con .info .date .day {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .g_list2 .item_con .info .date .day {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .item_con .info .date .day {
    font-size: 0.32rem;
  }
}
.g_list2 .item_con .text {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 25px 0;
}
@media screen and (max-width: 1920px) {
  .g_list2 .item_con .text {
    padding: calc(25 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .g_list2 .item_con .text {
    padding: 15px 0;
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .item_con .text {
    padding: 0.3rem 0;
  }
}
.g_list2 .item_con .text .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .g_list2 .item_con .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .item_con .text .title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
}
.g_list2 .item_con .text .desc {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  height: calc(2 * 1.5em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .g_list2 .item_con .text .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) {
  .g_list2 .item_con .text .desc {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .g_list2 .item_con .text .desc {
    font-size: 0.24rem;
  }
}
.index_partner_row {
  background-color: #f7f7f7;
}
.g_list4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.g_list4 .item {
  width: calc((100% - 120px) / 5);
  background-color: #fff;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .g_list4 .item {
    width: calc((100% - calc(120 / 1920 * 100vw)) / 5);
    margin-right: calc(30 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list4 .item {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.g_list4 .item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .g_list4 .item:nth-child(5n) {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .g_list4 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.g_list4 .item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.g_list3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.g_list3 .item {
  max-width: calc(100% / 4);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .g_list3 .item {
    width: 50%;
    max-width: 100%;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .g_list3 .item:last-child {
    margin-bottom: 0;
  }
}
.g_list3 .item_con {
  color: #999;
}
.g_list3 .item_con:hover .icon {
  color: #fff;
  background-color: #333;
}
.g_list3 .item_con:hover .icon img {
  filter: brightness(100);
}
.g_list3 .icon {
  color: #333;
  font-size: 60px;
  width: 150px;
  height: 150px;
  background-color: transparent;
  border: 1px solid #bbb;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .g_list3 .icon {
    font-size: calc(60 / 1920 * 100vw);
    width: calc(150 / 1920 * 100vw);
    -webkit-border-radius: calc(60 / 1920 * 100vw);
    -ms-border-radius: calc(60 / 1920 * 100vw);
    border-radius: calc(60 / 1920 * 100vw);
    height: calc(150 / 1920 * 100vw);
    min-width: 60px;
    min-height: 60px;
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list3 .icon {
    font-size: 0.6rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    border-radius: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.g_list3 .icon img {
  max-width: 70px;
  max-height: 70px;
  filter: none;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .g_list3 .icon img {
    max-width: calc(70 / 1920 * 100vw);
    max-height: calc(70 / 1920 * 100vw);
    min-width: 40px;
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .g_list3 .icon img {
    max-width: 1rem;
    max-height: 1rem;
  }
}
.g_list3 .title {
  color: #333;
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .g_list3 .title {
    font-size: calc(32 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_list3 .title {
    font-size: 0.36rem;
  }
}
#ban {
  position: relative;
  background-color: #333;
}
#ban .bg,
#ban .bg_m {
  height: 600px;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  #ban .bg,
  #ban .bg_m {
    height: calc(600 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #ban .bg,
  #ban .bg_m {
    height: calc(480 / 750 * 100vw);
  }
}
#ban .bg {
  display: block;
}
@media screen and (max-width: 750px) {
  #ban .bg {
    display: none;
  }
}
#ban .bg_m {
  display: none;
}
@media screen and (max-width: 750px) {
  #ban .bg_m {
    display: block;
  }
}
#ban .text {
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ban .text .en_title {
  font-size: 48px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  #ban .text .en_title {
    font-size: calc(48 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #ban .text .en_title {
    font-size: 0.48rem;
    margin-bottom: 0.1rem;
  }
}
#ban .text .title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  #ban .text .title {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #ban .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #ban .text .title {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }
}
.m_breadcrumb_nav {
  color: #666;
  font-size: 14px;
  margin: 30px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .m_breadcrumb_nav {
    margin: calc(30 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .m_breadcrumb_nav {
    margin: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .m_breadcrumb_nav {
    font-size: 0.24rem;
    margin: 0.4rem 0;
  }
}
.m_breadcrumb_nav a {
  color: #666;
  margin: 0 5px;
}
.m_breadcrumb_nav a:hover {
  text-decoration: underline;
}
.m_breadcrumb_nav a:first-child {
  margin-left: 0;
}
.m_breadcrumb_nav span {
  color: #333;
  margin: 0 5px;
}
.m_breadcrumb_nav .cur {
  flex: none;
}
.snav_box {
  height: 40px;
  padding: 25px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .snav_box {
    padding: calc(25 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .snav_box {
    height: 0.8rem;
    padding: 0.1rem 0;
  }
}
.snav_box #snav {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  top: 0;
}
.snav_box #snav.fixed {
  position: fixed;
  top: 60px;
  border-color: #ddd;
}
@media screen and (max-width: 750px) {
  .snav_box #snav.fixed {
    top: 1rem;
  }
}
.tab_con_item {
  display: none;
}
.tab_con_item.active {
  display: block;
}
#snav {
  font-size: 18px;
  background-color: #f6f6f6;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1280px) {
  #snav {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  #snav {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #snav {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 750px) {
  #snav .wrap {
    padding: 0;
  }
}
#snav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #snav ul {
    justify-content: space-between;
  }
}
#snav ul li {
  flex: 1;
}
#snav ul li .sv1::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  border-right: 1px solid #bababa;
}
#snav ul li:last-child .sv1::before {
  border: 0;
}
#snav .swiper {
  overflow: visible;
}
@media screen and (max-width: 750px) {
  #snav .swiper.center .swiper-wrapper {
    justify-content: center;
  }
}
#snav .swiper .swiper-prev,
#snav .swiper .swiper-next {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  color: $green;
  cursor: pointer;
  padding: 0 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#snav .swiper .swiper-prev.swiper-button-disabled,
#snav .swiper .swiper-next.swiper-button-disabled {
  display: none;
}
#snav .swiper .swiper-prev {
  left: 0;
}
#snav .swiper .swiper-next {
  right: 0;
}
#snav .swiper .swiper-slide {
  flex: 1;
  width: auto !important;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #snav .swiper .swiper-slide {
    flex: none;
  }
}
#snav .swiper .swiper-slide::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  border-right: 1px solid #bababa;
}
#snav .swiper .swiper-slide:last-child::before {
  border: 0;
}
@media screen and (max-width: 750px) {
  #snav .swiper .swiper-slide .sv1 {
    margin: 0 0.4rem;
  }
}
#snav .sv1 {
  color: #333;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #snav .sv1 {
    padding: calc(25 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #snav .sv1 {
    height: 0.8rem;
    padding: 0.1rem 0;
  }
}
#snav .sv1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background-color: #2f3189;
  width: 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#snav .sv1:hover {
  color: #2f3189;
}
#snav .active .sv1::after {
  width: 8em;
  max-width: 100%;
}
.g_tit1 {
  color: #333;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 1920px) {
  .g_tit1 {
    margin-bottom: calc(65 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_tit1 {
    margin-bottom: 0.4rem;
  }
}
.g_tit1 h3 {
  font-weight: normal;
  margin-bottom: 5px;
}
.g_tit1 .en {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .g_tit1 .en {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_tit1 .en {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .g_tit1 .en {
    font-size: 0.32rem;
  }
}
.m_about_profile {
  padding-top: 100px;
}
@media screen and (max-width: 1920px) {
  .m_about_profile {
    padding-top: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_about_profile {
    padding-top: 1rem;
  }
}
.m_about_profile .index_company_item .text {
  padding-top: 0;
  padding-bottom: 0;
}
.m_about_profile .index_company_item .text .desc {
  margin-bottom: 0;
}
.index_company_listbox {
  padding: 60px 0;
  background-color: #f6f6f6;
  margin-top: 70px;
}
@media screen and (max-width: 1920px) {
  .index_company_listbox {
    padding: calc(60 / 1920 * 100vw) 0;
    margin-top: calc(70 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .index_company_listbox {
    padding: 0.8rem 0;
    margin-top: 0.6rem;
  }
}
.m_list1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .m_list1 {
    margin-bottom: -0.4rem;
  }
}
.m_list1 li {
  flex: 1;
  color: #666;
  line-height: 1.2;
  padding: 0 100px;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .m_list1 li {
    padding: 0 calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list1 li {
    flex: none;
    width: 50%;
    padding: 0 0.2rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
}
.m_list1 li:last-child {
  border: 0;
}
@media screen and (max-width: 750px) {
  .m_list1 li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .m_list1 li:nth-child(2n) {
    border: 0;
  }
}
.m_list1 .major {
  color: #333;
  font-size: 36px;
  font-family: 'AnoBold';
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .m_list1 .major {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list1 .major {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list1 .major {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.wrap_big {
  padding: 0 160px;
}
@media screen and (max-width: 1920px) {
  .wrap_big {
    padding: 0 calc(160 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrap_big {
    padding: 0 0.4rem;
  }
}
.m_list2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.m_list2 .item {
  color: #666;
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
}
@media screen and (max-width: 1920px) {
  .m_list2 .item {
    width: calc((100% - calc(120 / 1920 * 100vw)) / 3);
    margin-right: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list2 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.m_list2 .item:nth-child(3n) {
  margin-right: 0;
}
.m_list2 .item:hover .picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.m_list2 .item:hover .title {
  color: $blue;
}
.m_list2 .picture {
  height: 0;
  padding-top: calc(290 / 490 * 100%);
  background-color: $imgdBg;
  position: relative;
  overflow: hidden;
}
.m_list2 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_list2 .text {
  padding: 30px 25px;
  background-color: #fff;
  -webkit-box-shadow: 3px 5.196px 9px 0px rgba(0,0,0,0.08);
  -ms-box-shadow: 3px 5.196px 9px 0px rgba(0,0,0,0.08);
  box-shadow: 3px 5.196px 9px 0px rgba(0,0,0,0.08);
  margin-right: 45px;
  margin-top: -60px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .m_list2 .text {
    padding: calc(30 / 1920 * 100vw) 25px;
    margin-right: calc(45 / 1920 * 100vw);
    margin-top: calc(-60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list2 .text {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .text {
    padding: 0.4rem 0.5rem;
    margin-right: 0.5rem;
    margin-top: -0.6rem;
  }
}
.m_list2 .text .icon {
  color: #333;
  font-size: 48px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1920px) {
  .m_list2 .text .icon {
    font-size: calc(48 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    min-height: 40px;
  }
}
@media screen and (max-width: 990px) {
  .m_list2 .text .icon {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .text .icon {
    font-size: 0.7rem;
    height: 0.8rem;
  }
}
.m_list2 .text .icon img {
  max-height: 100%;
  display: block;
}
.m_list2 .text .title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  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) {
  .m_list2 .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .m_list2 .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .m_list2 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_list2 .text .title {
    font-size: 0.32rem;
  }
}
.m_list2 .text .desc {
  height: 2em;
}
@media screen and (max-width: 750px) {
  .m_list2 .text .desc {
    height: auto;
  }
}
.m_list3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.m_list3 .item {
  width: calc((100% - 50px) / 3);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.06);
  -ms-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.06);
  margin-right: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_list3 .item {
    width: calc((100% - calc(50 / 1920 * 100vw)) / 3);
    margin-right: calc(25 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list3 .item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .m_list3 .item {
    margin-bottom: 0.4rem;
  }
}
.m_list3 .item:nth-child(3n) {
  margin-right: 0;
}
.m_list3 .picture {
  height: 230px;
  padding: 12px 50px;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .m_list3 .picture {
    height: calc(230 / 1920 * 100vw);
    padding: 12px calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list3 .picture {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .m_list3 .picture {
    padding: 0.2rem 0.5rem;
  }
}
.m_list3 .picture img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media screen and (max-width: 990px) {
  .m_list3 .picture img {
    width: 100%;
  }
}
.m_list3 .title {
  text-align: center;
  padding: 15px 50px;
  height: 3em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_list3 .title {
    padding: 15px calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list3 .title {
    padding: 0.2rem 0.5rem;
  }
}
.gbtn_more_box {
  text-align: center;
  overflow: hidden;
}
.gbtn_more {
  color: #666;
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.gbtn_more::before,
.gbtn_more::after {
  content: '';
  position: absolute;
  top: 23px;
  width: 50vw;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 750px) {
  .gbtn_more::before,
  .gbtn_more::after {
    top: 0.4rem;
  }
}
.gbtn_more::before {
  right: 100%;
}
.gbtn_more::after {
  left: 100%;
}
.gbtn_more .btn {
  color: #fff;
  width: 48px;
  height: 48px;
  background-color: #333;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  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: 750px) {
  .gbtn_more .btn {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
  }
}
.gbtn_more:hover .btn {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.about_image_swiper {
  position: relative;
}
.about_image_swiper .swiper {
  overflow: visible;
}
.about_image_swiper .swiper .swiper-slide-active .title {
  border-color: #333;
}
.about_image_swiper .swiper .swiper-pagination {
  position: static;
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 990px) {
  .about_image_swiper .swiper .swiper-pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .about_image_swiper .swiper .swiper-pagination {
    margin-top: 0.4rem;
  }
}
.about_image_swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #333;
  opacity: 1;
  margin: 0 5px;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  .about_image_swiper .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.05rem;
  }
}
.about_image_swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #333;
}
.about_image_swiper .swiper-prev,
.about_image_swiper .swiper-next {
  color: #333;
  font-size: 24px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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: 990px) {
  .about_image_swiper .swiper-prev,
  .about_image_swiper .swiper-next {
    display: none;
  }
}
.about_image_swiper .swiper-prev.swiper-button-disabled,
.about_image_swiper .swiper-next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.about_image_swiper .swiper-prev:hover,
.about_image_swiper .swiper-next:hover {
  color: #fff;
  background-color: #333;
}
.about_image_swiper .swiper-prev {
  left: 250px;
}
@media screen and (max-width: 1920px) {
  .about_image_swiper .swiper-prev {
    left: calc(250 / 1920 * 100vw);
  }
}
.about_image_swiper .swiper-next {
  right: 250px;
}
@media screen and (max-width: 1920px) {
  .about_image_swiper .swiper-next {
    right: calc(250 / 1920 * 100vw);
  }
}
.m_list4 .item_con {
  margin: 0 17px;
}
@media screen and (max-width: 1920px) {
  .m_list4 .item_con {
    margin: 0 calc(17 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list4 .item_con {
    margin: 0 0.1rem;
  }
}
.m_list4 .picture {
  height: 0;
  padding-top: calc(360 / 690 * 100%);
  background-color: $imgdBg;
  position: relative;
  overflow: hidden;
}
.m_list4 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_list4 .title {
  color: #333;
  text-align: center;
  padding: 20px 0;
  height: 40px;
  border-bottom: 2px solid #ddd;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_list4 .title {
    padding: calc(20 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .m_list4 .title {
    padding: 0.2rem 0;
    height: 2em;
  }
}
.m_service_article .title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_service_article .title {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_service_article .title {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.m_service_article .desc {
  color: #666;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_service_article .desc {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_service_article .desc {
    line-height: 1.75;
    margin-bottom: 0.4rem;
  }
}
.m_service_article .picture img {
  display: block;
  width: 100%;
}
.m_service_article .picture .swiper .swiper-pagination {
  position: static;
  margin-top: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_service_article .picture .swiper .swiper-pagination {
    margin-top: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_service_article .picture .swiper .swiper-pagination {
    margin-top: 0.3rem;
  }
}
.m_service_article .picture .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 56px;
  height: 4px;
  background-color: #ddd;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  margin: 0 15px;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_service_article .picture .swiper .swiper-pagination .swiper-pagination-bullet {
    width: calc(56 / 1920 * 100vw);
    margin: 0 calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_service_article .picture .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    margin: 0 0.1rem;
  }
}
.m_service_article .picture .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #2f3189;
}
.m_product_box {
  background-color: #fff;
  padding: 0 50px 50px;
}
@media screen and (max-width: 1920px) {
  .m_product_box {
    padding: 0 calc(50 / 1920 * 100vw) calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_product_box {
    padding: 0 0.4rem 0.4rem;
  }
}
.m_product_box .tab_tit {
  font-size: 18px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_product_box .tab_tit {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_product_box .tab_tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_product_box .tab_tit {
    font-size: 0.32rem;
    border-width: 1px;
    margin-bottom: 0.3rem;
  }
}
.m_product_box .tab_tit ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: -2px;
}
@media screen and (max-width: 750px) {
  .m_product_box .tab_tit ul {
    margin-bottom: -1px;
  }
}
.m_product_box .tab_tit ul li {
  padding: 25px 0;
  height: 40px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-right: 100px;
}
@media screen and (max-width: 1920px) {
  .m_product_box .tab_tit ul li {
    padding: calc(25 / 1920 * 100vw) 0;
    margin-right: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_product_box .tab_tit ul li {
    padding: 0.2rem 0;
    height: 0.6rem;
    margin-right: 0.5rem;
  }
}
.m_product_box .tab_tit ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #333;
  border-width: 2px;
  display: none;
}
.m_product_box .tab_tit ul li:last-child {
  margin-right: 0;
}
.m_product_box .tab_tit ul li.active {
  font-weight: bold;
}
.m_product_box .tab_tit ul li.active::after {
  display: block;
}
.m_product_info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
}
@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 .picture {
  flex: none;
  width: 50%;
  min-height: calc(525 / 1920 * 100vw);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_product_info .picture {
    min-height: calc(525 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .picture {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .picture {
    margin-bottom: 0.3rem;
  }
}
.m_product_info .picture img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .m_product_info .picture img {
    width: 100%;
  }
}
.m_product_info .text {
  flex: 1;
  padding: 20px 0;
  margin-left: 55px;
}
@media screen and (max-width: 1920px) {
  .m_product_info .text {
    padding: calc(20 / 1920 * 100vw) 0;
    margin-left: calc(55 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .text {
    padding: 0;
  }
}
.m_product_info .text .title {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .m_product_info .text .title {
    font-size: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .text .title {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
}
.m_product_info .text .desc {
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_product_info .text .desc {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .text .desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .text .desc {
    margin-bottom: 0.4rem;
  }
}
.m_product_info .text .desc dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1920px) {
  .m_product_info .text .desc dl {
    padding: calc(30 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .m_product_info .text .desc dl {
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .m_product_info .text .desc dl {
    padding: 0.3rem 0;
  }
}
.m_product_info .text .desc dl:last-child {
  border: 0;
}
.m_product_info .text .desc dl dt {
  color: #999;
  flex: none;
}
.m_product_info .text .desc dl dd {
  flex: 1;
}
.m_product_info .text .btntel i {
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .m_product_info .text .btntel i {
    font-size: 0.4rem;
  }
}
.m_product_info .text .btntel:hover i {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.m_product_article {
  font-size: 18px;
  line-height: 2.7;
}
@media screen and (max-width: 1440px) {
  .m_product_article {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .m_product_article {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .m_product_article {
    font-size: 0.28rem;
    line-height: 1.75;
  }
}
.m_product_foot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 0 50px;
}
@media screen and (max-width: 1920px) {
  .m_product_foot {
    margin-top: calc(30 / 1920 * 100vw);
    padding: 0 calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_product_foot {
    display: block;
    margin-top: 0.3rem;
    padding: 0;
  }
}
.m_product_foot .left {
  flex: 1;
  font-size: 18px;
  line-height: 2.25;
}
@media screen and (max-width: 1440px) {
  .m_product_foot .left {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .m_product_foot .left {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_product_foot .left {
    font-size: 0.28rem;
  }
}
.m_product_foot .left a {
  color: #333;
}
.m_product_foot .left a:hover {
  text-decoration: underline;
}
.m_product_foot .left .prev,
.m_product_foot .left .next {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m_product_foot .back {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .m_product_foot .back {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.m_solution_box {
  background-color: #f7f7f7;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  .m_solution_box {
    display: block;
  }
}
.m_solution_box .picture {
  width: calc(910 / 1600 * 100%);
  background-color: #e9e9e9;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .m_solution_box .picture {
    width: auto;
  }
}
.m_solution_box .picture img {
  display: block;
  width: 100%;
}
.m_solution_box .text {
  flex: 1;
  padding: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .m_solution_box .text {
    padding: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_solution_box .text {
    padding: 0.4rem;
  }
}
.m_solution_box .text .text_con {
  width: 100%;
}
.m_solution_box .text .caption {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_solution_box .text .caption {
    padding-bottom: calc(30 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_solution_box .text .caption {
    padding-bottom: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.m_solution_box .text .caption::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100px;
  bottom: 0;
  height: 2px;
  background-color: #999;
  opacity: 0.3;
}
@media screen and (max-width: 1920px) {
  .m_solution_box .text .caption::after {
    width: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_solution_box .text .caption::after {
    width: 1rem;
  }
}
.m_solution_box .text .caption h3 {
  color: #999;
}
.m_solution_box .text .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .m_solution_box .text .title {
    font-size: calc(36 / 1920 * 100vw);
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1200px) {
  .m_solution_box .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .m_solution_box .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .m_solution_box .text .title {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
}
.m_solution_box .text .title .slogan {
  font-size: 40px;
}
@media screen and (max-width: 1920px) {
  .m_solution_box .text .title .slogan {
    font-size: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_solution_box .text .title .slogan {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_solution_box .text .title .slogan {
    font-size: 0.4rem;
  }
}
.m_solution_box .text .desc {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  .m_solution_box .text .desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  .m_solution_box .text .desc {
    line-height: 1.75;
  }
}
.m_list6 .item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .m_list6 .item {
    margin-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list6 .item {
    margin-bottom: 0.4rem;
  }
}
.m_list6 .item:last-child {
  margin-bottom: 0;
}
.m_list6 .item_con {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background-color: #f6f6f6;
}
@media screen and (max-width: 990px) {
  .m_list6 .item_con {
    display: block;
  }
}
.m_list6 .item_con.even .text {
  order: 1;
}
.m_list6 .item_con.even .picture {
  order: 2;
}
.m_list6 .item_con .text {
  color: #666;
  flex: none;
  width: 50%;
  padding: 50px 60px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  .m_list6 .item_con .text {
    padding: calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list6 .item_con .text {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .m_list6 .item_con .text {
    padding: 0.4rem;
  }
}
.m_list6 .item_con .text .title {
  color: #333;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_list6 .item_con .text .title {
    font-size: calc(40 / 1920 * 100vw);
    padding-bottom: calc(20 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list6 .item_con .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list6 .item_con .text .title {
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.m_list6 .item_con .text .title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 2.5em;
  bottom: 0;
  height: 2px;
  background-color: #ddd;
}
@media screen and (max-width: 990px) {
  .m_list6 .item_con .text .title::after {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .m_list6 .item_con .text .title::after {
    height: 0.03rem;
  }
}
.m_list6 .item_con .text .desc {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_list6 .item_con .text .desc {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list6 .item_con .text .desc {
    line-height: 1.75;
    margin-bottom: 0.3rem;
  }
}
.m_list6 .item_con .text .more {
  color: #999;
  font-size: 12px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
.m_list6 .item_con .text .more i {
  margin-left: 10px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_list6 .item_con .text .more:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.m_list6 .item_con .picture {
  width: 50%;
  min-height: 450px;
  background-color: #eee;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_list6 .item_con .picture {
    min-height: calc(450 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list6 .item_con .picture {
    width: auto;
  }
}
.m_list6 .item_con .picture img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .m_list6 .item_con .picture img {
    width: 100%;
  }
}
.m_list7 ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.m_list7 ul li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_list7 ul li {
    width: calc((100% - calc(80 / 1920 * 100vw)) / 3);
    margin-right: calc(40 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list7 ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .m_list7 ul li {
    margin-bottom: 0.4rem;
  }
}
.m_list7 ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .m_list7 ul li:last-child {
    margin-bottom: 0;
  }
}
.m_list7 ul .con {
  color: #999;
  padding: 30px 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.06);
  -ms-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.06);
  display: block;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_list7 ul .con {
    padding: calc(30 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .m_list7 ul .con {
    padding: 0.4rem 0.4rem 0;
  }
}
.m_list7 ul .con:hover {
  background-color: #f7f7f7;
}
.m_list7 ul .con:hover .picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.m_list7 ul .con:hover .title {
  font-weight: bold;
}
.m_list7 ul .picture {
  height: 0;
  padding-top: calc(225 / 395 * 100%);
  background-color: #e9e9e9;
  position: relative;
  overflow: hidden;
}
.m_list7 ul .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_list7 ul .text {
  padding: 20px;
}
@media screen and (max-width: 1920px) {
  .m_list7 ul .text {
    padding: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list7 ul .text {
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  .m_list7 ul .text {
    padding: 0.3rem 0;
  }
}
.m_list7 ul .text .title {
  color: #333;
  font-size: 18px;
  line-height: 2;
  height: 4em;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .m_list7 ul .text .title {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .m_list7 ul .text .title {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
}
.m_list7 ul .text .info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_article {
  color: #333;
  padding: 70px 100px;
  background-color: #fff;
}
@media screen and (max-width: 1920px) {
  .m_article {
    padding: calc(70 / 1920 * 100vw) calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_article {
    padding: 0.4rem;
  }
}
.m_article .hd {
  line-height: 1.5;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1920px) {
  .m_article .hd {
    padding-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_article .hd {
    padding-bottom: 0.2rem;
  }
}
.m_article .hd h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_article .hd h1 {
    font-size: calc(36 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_article .hd h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .m_article .hd h1 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
}
.m_article .hd .info span {
  margin: 0 35px;
}
@media screen and (max-width: 1920px) {
  .m_article .hd .info span {
    margin: 0 calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_article .hd .info span {
    margin: 0 0.2rem;
  }
}
.m_article .hd .info span:first-child {
  margin-left: 0;
}
.m_article .hd .info span:first-child {
  margin-right: 0;
}
.m_article .bd {
  line-height: 1.875;
  padding: 40px 0;
}
@media screen and (max-width: 1920px) {
  .m_article .bd {
    padding: calc(40 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .m_article .bd {
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .m_article .bd {
    padding: 0.4rem 0;
  }
}
.m_article .bd img {
  max-width: 100%;
}
.m_article .fd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
@media screen and (max-width: 1920px) {
  .m_article .fd {
    padding-top: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_article .fd {
    display: block;
    padding-top: 0.3rem;
  }
}
.m_article .fd .left {
  flex: 1;
  line-height: 2;
}
.m_article .fd .left a {
  color: #333;
}
.m_article .fd .left a:hover {
  color: $blue;
}
.m_article .fd .left .prev,
.m_article .fd .left .next {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m_article .fd .back {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .m_article .fd .back {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.m_data_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  .m_data_box {
    display: block;
  }
}
.m_data_box .left {
  flex: none;
  width: 280px;
  padding: 55px 75px;
  min-height: 700px;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 120px;
}
@media screen and (max-width: 1920px) {
  .m_data_box .left {
    padding: calc(55 / 1920 * 100vw) calc(75 / 1920 * 100vw);
    margin-right: calc(120 / 1920 * 100vw);
    min-height: calc(700 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_data_box .left {
    width: auto;
    margin-right: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_data_box .left {
    padding: 0.2rem;
    margin-bottom: 0.6rem;
  }
}
.m_data_box .right {
  flex: 1;
}
.m_data_box .side_list {
  font-size: 22px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .m_data_box .side_list {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .m_data_box .side_list {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .m_data_box .side_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .m_data_box .side_list {
    font-size: 0.36rem;
  }
}
.m_data_box .side_list::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 990px) {
  .m_data_box .side_list::before {
    display: none;
  }
}
.m_data_box .side_list a {
  color: #333;
}
.m_data_box .side_list li {
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .m_data_box .side_list li {
    padding-left: 0;
    margin-bottom: 0;
    flex: 1;
    text-align: center;
    line-height: 2;
  }
}
.m_data_box .side_list li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #9c9c9c;
  border: 5px solid #d7d7d7;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 990px) {
  .m_data_box .side_list li::after {
    display: none;
  }
}
.m_data_box .side_list li:last-child {
  margin-bottom: 0;
}
.m_data_box .side_list li.active {
  font-weight: bold;
}
.m_data_box .side_list li.active::after {
  background-color: #333;
}
.m_data_box .tab_tit {
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_data_box .tab_tit {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_data_box .tab_tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_data_box .tab_tit {
    font-size: 0.32rem;
    border-width: 1px;
    margin-bottom: 0.4rem;
  }
}
.m_data_box .tab_tit ul {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  margin-bottom: -2px;
}
@media screen and (max-width: 750px) {
  .m_data_box .tab_tit ul {
    margin-bottom: -1px;
  }
}
.m_data_box .tab_tit ul li {
  padding-bottom: 25px;
  cursor: pointer;
  position: relative;
  margin: 0 50px;
}
@media screen and (max-width: 1920px) {
  .m_data_box .tab_tit ul li {
    padding-bottom: calc(25 / 1920 * 100vw);
    margin: 0 calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_data_box .tab_tit ul li {
    padding-bottom: 0.3rem;
    margin: 0 0.2rem;
  }
}
.m_data_box .tab_tit ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #333;
  display: none;
}
@media screen and (max-width: 750px) {
  .m_data_box .tab_tit ul li::after {
    border-width: 2px;
  }
}
.m_data_box .tab_tit ul li:first-child {
  margin-left: 0;
}
.m_data_box .tab_tit ul li:last-child {
  margin-right: 0;
}
.m_data_box .tab_tit ul li.active {
  font-weight: bold;
}
.m_data_box .tab_tit ul li.active::after {
  display: block;
}
.m_list8 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m_list8 .item {
  width: calc((100% - 70px) / 2);
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_list8 .item {
    width: calc((100% - calc(70 / 1920 * 100vw)) / 2);
    padding-bottom: calc(30 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_list8 .item {
    width: 100%;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.m_list8 .item:hover {
  border-color: #333;
}
.m_list8 .item .tag {
  flex: none;
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .m_list8 .item .tag {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .m_list8 .item .tag {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list8 .item .tag {
    font-size: 0.4rem;
    margin-right: 0.2rem;
  }
}
.m_list8 .item .tag .red {
  color: #d93838;
}
.m_list8 .item .tag .blue {
  color: #3a80fc;
}
.m_list8 .item .tag .green {
  color: #039e55;
}
.m_list8 .item .tag .orange {
  color: #f34e19;
}
.m_list8 .item .tag .lightblue {
  color: #1aa5dd;
}
.m_list8 .item .con {
  flex: 1;
  color: #333;
}
.m_list8 .item .top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.m_list8 .item .top i {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .m_list8 .item .top i {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .m_list8 .item .top i {
    font-size: 0.48rem;
  }
}
.m_list8 .item .title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .m_list8 .item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_list8 .item .title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
}
.m_list8 .item .bot {
  color: #999;
  font-size: 14px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .m_list8 .item .bot {
    font-size: 0.24rem;
  }
}
.m_list8 .item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g_page {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .g_page {
    display: block;
  }
}
.g_page li,
.g_page .inp,
.g_page .btn {
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  margin: 0 4px;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .g_page li,
  .g_page .inp,
  .g_page .btn {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.05rem;
  }
}
.g_page ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.g_page ul li.ellipsis {
  background: none;
  cursor: default;
}
.g_page ul li.current {
  color: #fff;
  background-color: #333;
}
.g_page ul li.current:hover {
  color: #fff;
}
.g_page ul li i {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .g_page ul li i {
    font-size: 0.2rem;
  }
}
.g_page .form {
  background-color: #f4f4f4;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .g_page .form {
    width: 1.5rem;
    margin: 0.4rem auto;
  }
}
.g_page .form .inp,
.g_page .form .btn {
  background: none;
}
.g_page .form .inp {
  cursor: text;
  text-align: center;
}
.g_page .form .inp:hover {
  color: #333;
}
.g_page .form .line {
  height: 20px;
  border-right: 1px solid #bbb;
}
@media screen and (max-width: 750px) {
  .g_page .form .line {
    height: 0.4rem;
  }
}
.m_contact_map .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .m_contact_map .list {
    display: block;
  }
}
.m_contact_map .list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 33%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1920px) {
  .m_contact_map .list .item {
    margin-bottom: calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_contact_map .list .item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_contact_map .list .item {
    margin-bottom: 0.4rem;
  }
}
.m_contact_map .list .icon {
  color: #333;
  font-size: 50px;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 1920px) {
  .m_contact_map .list .icon {
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_contact_map .list .icon {
    font-size: 30px;
    width: 1em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .m_contact_map .list .icon {
    font-size: 0.6rem;
    margin-right: 0.2rem;
  }
}
.m_contact_map .list dl dt {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (max-width: 1440px) {
  .m_contact_map .list dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .m_contact_map .list dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_contact_map .list dl dt {
    font-size: 0.36rem;
    padding-bottom: 0.1rem;
  }
}
.m_contact_map .list dl dd {
  color: #666;
}
.m_contact_map .map {
  height: 440px;
  background: #e9e9e9;
}
@media screen and (max-width: 750px) {
  .m_contact_map .map {
    height: 4.4rem;
  }
}
.m_contact_map .map img {
  width: 100%;
  display: block;
}
#map .BMap_Marker .BMapLabel {
  background: none !important;
  border: 0 !important;
}
#map .BMap_Marker .BMapLabel .map-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.16);
  -ms-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.16);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #map .BMap_Marker .BMapLabel .map-txt {
    font-size: 0.28rem;
    height: 0.8rem;
    padding: 0 0.3rem;
    -webkit-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    border-radius: 0.4rem;
    display: none;
  }
}
#map .anchorBL,
#map .BMap_cpyCtrl {
  display: none !important;
}
.m_contact_form .caption {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .m_contact_form .caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .m_contact_form .caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_contact_form .caption {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
}
.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 {
  line-height: 2;
  width: calc((100% - 40px) / 2);
  margin-bottom: 20px;
  -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);
  }
}
@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%;
}
.m_contact_form .form .form_item i {
  color: #f00;
  font-style: normal;
  margin-right: 6px;
}
.m_contact_form .form .form_item .inp {
  width: 100%;
  padding: 0 10px;
  display: block;
  height: 50px;
  background: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .m_contact_form .form .form_item .inp {
    height: 1rem;
  }
}
.m_contact_form .form .form_item .inp_area {
  padding: 10px;
  height: 120px;
  resize: none;
}
@media screen and (max-width: 750px) {
  .m_contact_form .form .form_item .inp_area {
    height: 2rem;
  }
}
.m_contact_form .form .form_item .inp_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.m_contact_form .form .form_item .inp_box .inp {
  margin: 0;
}
.m_contact_form .form .form_item .inp_box .yzm {
  flex: none;
  width: 80px;
  padding: 0 10px;
}
.m_contact_form .form .form_item .inp_box .yzm img {
  display: block;
  width: 100%;
}
.m_contact_form .foot {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1920px) {
  .m_contact_form .foot {
    margin-top: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_contact_form .foot {
    margin-top: 0.4rem;
  }
}
.m_contact_form .foot .gbtn1 {
  font-size: 18px;
  width: 200px;
  height: 60px;
  cursor: pointer;
  margin: 0 13px;
}
@media screen and (max-width: 1440px) {
  .m_contact_form .foot .gbtn1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .m_contact_form .foot .gbtn1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_contact_form .foot .gbtn1 {
    font-size: 0.32rem;
    width: 2.6rem;
    height: 0.9rem;
    margin: 0 0.1rem;
  }
}
.m_query_form,
.m_query_result {
  max-width: 1048px;
  margin: 0 auto;
}
.m_query_form {
  height: 70px;
  position: relative;
  background-color: #fff;
  border: 3px solid rgba(47,49,137,0.1);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .m_query_form {
    height: calc(70 / 1920 * 100vw);
    min-height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .m_query_form {
    height: 0.8rem;
  }
}
.m_query_form ::-webkit-input-placeholder {
  color: #d7d7d7;
}
.m_query_form ::-moz-placeholder {
  color: #d7d7d7;
}
.m_query_form :-moz-placeholder {
  color: #d7d7d7;
}
.m_query_form :-ms-input-placeholder {
  color: #d7d7d7;
}
.m_query_form .icon {
  color: #2f3189;
  font-size: 20px;
  margin: 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .m_query_form .icon {
    margin: 0 0.2rem;
    font-size: 0.32rem;
  }
}
.m_query_form .inp,
.m_query_form .btn {
  height: 70px;
  background: none;
}
@media screen and (max-width: 1920px) {
  .m_query_form .inp,
  .m_query_form .btn {
    height: calc(70 / 1920 * 100vw);
    min-height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .m_query_form .inp,
  .m_query_form .btn {
    height: 0.8rem;
  }
}
.m_query_form .inp {
  flex: 1;
  font-size: 18px;
  padding-right: 20px;
}
@media screen and (max-width: 1920px) {
  .m_query_form .inp {
    padding-right: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_query_form .inp {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_query_form .inp {
    font-size: 0.28rem;
    padding-right: 0.2rem;
  }
}
.m_query_form .btn {
  flex: none;
  color: #fff;
  font-size: 20px;
  padding: 0 20px;
  background-color: #2f3189;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  -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;
}
@media screen and (max-width: 1920px) {
  .m_query_form .btn {
    min-width: calc(200 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_query_form .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .m_query_form .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .m_query_form .btn {
    font-size: 0.32rem;
    padding: 0 0.4rem;
  }
}
.m_query_form .btn i {
  margin-right: 10px;
}
.m_query_result {
  background-color: #fff;
  border: 3px solid rgba(47,49,137,0.1);
}
.m_query_result .legend {
  color: #2f3189;
  font-size: 20px;
  height: 56px;
  padding: 0 20px;
  background-color: rgba(47,49,137,0.2);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .m_query_result .legend {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .m_query_result .legend {
    font-size: 0.32rem;
    padding: 0 0.2rem;
    height: 0.8rem;
  }
}
.m_query_result .list {
  padding: 20px;
  min-height: 40px;
}
@media screen and (max-width: 750px) {
  .m_query_result .list {
    padding: 0.2rem;
  }
}
.m_query_result .list dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 10px;
}
.m_query_result .list dl dt {
  color: #666;
  flex: none;
}
.m_query_result .list dl dd {
  flex: 1;
}
.m_query_result .list .btn {
  color: #0087c1;
}
.m_custom_intro {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .m_custom_intro {
    display: block;
  }
}
.m_custom_intro .picture {
  width: 50%;
  background-color: #e9e9e9;
  margin-right: 60px;
}
@media screen and (max-width: 1920px) {
  .m_custom_intro .picture {
    margin-right: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_custom_intro .picture {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_custom_intro .picture {
    margin-bottom: 0.4rem;
  }
}
.m_custom_intro .picture img {
  display: block;
  width: 100%;
}
.m_custom_intro .text {
  flex: 1;
}
@media screen and (max-width: 990px) {
  .m_custom_intro .text {
    width: auto;
  }
}
.m_custom_intro .text .title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_custom_intro .text .title {
    padding-bottom: calc(30 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_custom_intro .text .title {
    padding-bottom: 0.2rem;
    margin-bottom: 0.3rem;
  }
}
.m_custom_intro .text .title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100px;
  bottom: 0;
  height: 2px;
  background-color: #999;
  opacity: 0.3;
}
@media screen and (max-width: 1920px) {
  .m_custom_intro .text .title::after {
    width: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_custom_intro .text .title::after {
    width: 1rem;
  }
}
.m_custom_intro .text .desc {
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .m_custom_intro .text .desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 990px) {
  .m_custom_intro .text .desc {
    max-height: 999px;
  }
}
@media screen and (max-width: 750px) {
  .m_custom_intro .text .desc {
    line-height: 1.75;
  }
}
.m_custom_culture {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.m_custom_culture .head {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 1920px) {
  .m_custom_culture .head {
    margin-bottom: calc(65 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_custom_culture .head {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .m_custom_culture .head {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .m_custom_culture .head {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .m_custom_culture .head {
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
  }
}
.m_custom_culture .head .title {
  font-size: 36px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .m_custom_culture .head .title {
    font-size: calc(36 / 1920 * 100vw);
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_custom_culture .head .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .m_custom_culture .head .title {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
}
.m_list5 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m_list5 .item {
  color: #fff;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #2f3189;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 80px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1920px) {
  .m_list5 .item {
    margin: 0 calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_list5 .item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_list5 .item {
    width: 2rem;
    height: 2rem;
    margin: 0.3rem 0.4rem;
  }
}
.m_list5 .item::before {
  content: '';
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border: 1px solid #2f3189;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.m_list5 .item .icon,
.m_list5 .item .title {
  position: relative;
}
.m_list5 .icon {
  height: 40px;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .m_list5 .icon {
    height: 0.8rem;
    margin-bottom: 0.1rem;
  }
}
.m_list5 .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.m_list5 .title {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .m_list5 .title {
    font-size: 0.24rem;
  }
}
.m_flow_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 1920px) {
  .m_flow_list {
    margin-top: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_flow_list {
    margin-top: 0.8rem;
    margin-bottom: -0.6rem;
  }
}
.m_flow_list .item {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .m_flow_list .item {
    margin-bottom: 0.6rem;
  }
}
.m_flow_list .split {
  flex: none;
  width: 40px;
  height: 130px;
  background-image: url("../images/arr.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 1920px) {
  .m_flow_list .split {
    width: calc(40 / 1920 * 100vw);
    height: calc(130 / 1920 * 100vw);
    min-height: 80px;
    min-width: 20px;
  }
}
@media screen and (max-width: 750px) {
  .m_flow_list .split {
    width: 0.3rem;
    height: 1.6rem;
  }
}
.m_flow_list .icon {
  width: 130px;
  height: 130px;
  padding: 30px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_flow_list .icon {
    padding: calc(30 / 1920 * 100vw);
    width: calc(130 / 1920 * 100vw);
    height: calc(130 / 1920 * 100vw);
    min-width: 80px;
    min-height: 80px;
  }
}
@media screen and (max-width: 990px) {
  .m_flow_list .icon {
    padding: 20px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .m_flow_list .icon {
    padding: 0.4rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.2rem;
  }
}
.m_flow_list .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.m_flow_list .title_en {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .m_flow_list .title_en {
    font-size: 0.24rem;
  }
}
