.px-200 {
  padding: 0 10.4166666667vw !important;
}

.floor_0_main {
  padding: 80px 0;
}
.floor_0_main .floor_0_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.0416666667vw;
}
.floor_0_main .floor_0_list .floor_0_list_item {
  background: linear-gradient(to bottom, #2382e9, #164a98);
  border-radius: 15px;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-size: 1.25vw;
}
.floor_0_main .floor_0_list .floor_0_list_item p {
  margin-top: 2.0833333333vw;
  line-height: 1.8;
}

.floor_1_main {
  padding: 0 0 4.1666666667vw 0;
}
.floor_1_main .title1 {
  margin-bottom: 2.6041666667vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor_1_main .title1 h5 {
  color: #5c5c5c;
  opacity: 0.75;
  font-size: 1.25vw;
  text-transform: uppercase;
  font-weight: 400;
}
.floor_1_main .title1 h3 {
  margin-top: 0.5208333333vw;
  color: #000;
  font-size: 2.2916666667vw;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.floor_1_main .title1 p {
  color: #2e64c2;
  font-size: 1.0416666667vw;
  text-transform: uppercase;
  line-height: normal;
  margin-right: auto;
  margin-left: 1.0416666667vw;
}
.floor_1_main .title1 a {
  border-bottom: 1px solid var(--thm-base-color);
  display: block;
  width: 31.7708333333vw;
  text-align: right;
  padding-bottom: 0.5208333333vw;
}
.floor_1_main .iproduct {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.0520833333vw;
}
.floor_1_main .iproduct li {
  background: #e8f2ff;
  width: 100%;
  border-right: 1px #fff solid;
  overflow: hidden;
}
.floor_1_main .iproduct li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #1d1d1d;
  font-size: 1.25vw;
  line-height: 3;
}
.floor_1_main .iproduct li:last-child {
  border: 0;
}
.floor_1_main .iproduct li:hover, .floor_1_main .iproduct li.active {
  background: #015cb5;
}
.floor_1_main .iproduct li:hover a, .floor_1_main .iproduct li.active a {
  color: #fff;
}
.floor_1_main .iproduct-body {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.floor_1_main .iproduct-body .iproduct-panel {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.0416666667vw;
}
.floor_1_main .iproduct-body .iproduct-panel img {
  display: block;
  width: 100%;
  height: 322px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.floor_1_main .iproduct-body .iproduct-panel.active {
  display: grid;
}
.floor_1_main .iproduct-body .iproduct-panel .item {
  background: #f4f4f4;
}
.floor_1_main .iproduct-body .iproduct-panel .item h2 {
  line-height: 60px;
}
.floor_1_main .iproduct-body .iproduct-panel .item:hover {
  background: #015cb5;
}
.floor_1_main .iproduct-body .iproduct-panel .item:hover a {
  color: #fff;
}

.small_banner {
  padding: 2.6041666667vw 10.4166666667vw !important;
  display: flex;
  position: relative;
}
.small_banner::after {
  background: #273882;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15.1041666667vw;
}
.small_banner .stitle {
  position: relative;
  z-index: 1000;
  width: 23.4375vw;
}
.small_banner .stitle span {
  font-size: 1.2760416667vw;
  color: #fff;
  text-transform: uppercase;
}
.small_banner .stitle h2 {
  font-size: 2.6041666667vw;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1.8229166667vw;
  margin-bottom: 1.8229166667vw;
}
.small_banner .stitle p {
  font-size: 1.0416666667vw;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.5208333333vw;
}
.small_banner .small_banner_content {
  position: relative;
  z-index: 10;
}
.small_banner .small_banner_content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.small_banner .small_banner_content ul li {
  flex: 0 0 13.5416666667vw;
  background: linear-gradient(to bottom, #0160ea, #00c0fa);
  width: 13.5416666667vw;
  height: 18.75vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 2.0833333333vw;
}
.small_banner .small_banner_content ul li h3 {
  margin-top: 2.6041666667vw;
  color: #fff;
  font-size: 1.875vw;
}
.small_banner .small_banner_content ul li p {
  color: #fff;
  font-size: 0.7291666667vw;
  text-transform: uppercase;
}

.index_two {
  background: url(../images/ysbg.jpg) top center no-repeat;
  background-size: cover;
  padding: 2.6041666667vw 0;
}
.index_two .title1 {
  margin-bottom: 2.6041666667vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index_two .title1 h5 {
  color: var(--thm-base-color);
  opacity: 0.75;
  font-size: 1.3020833333vw;
  text-transform: uppercase;
  font-weight: 700;
}
.index_two .title1 h3 {
  margin-top: 0.5208333333vw;
  color: var(--thm-base-color);
  font-size: 2.4479166667vw;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.index_two .title1 p {
  color: #2e64c2;
  font-size: 1.0416666667vw;
  text-transform: uppercase;
  line-height: normal;
  margin-right: auto;
  margin-left: 1.0416666667vw;
}
.index_two .title1 a {
  border-bottom: 1px solid var(--thm-base-color);
  display: block;
  width: 8.3333333333vw;
  text-align: right;
  padding-bottom: 0.5208333333vw;
}
.index_two .index_two_content .index_two_content_single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_two .index_two_content .index_two_content_single .index_two_content_right {
  flex: 0 0 35.78125vw;
  width: 35.78125vw;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left {
  flex: 0 0 23.4375vw;
  width: 23.4375vw;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left .titles {
  position: relative;
  z-index: 1000;
  background: #015cb5;
  padding: 1.0416666667vw 2.0833333333vw;
  margin-left: -150px;
  margin-bottom: 40px;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left .titles span {
  display: block;
  font-size: 1.7708333333vw;
  color: #fff;
  line-height: normal;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left .titles p {
  font-size: 1.1458333333vw;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  line-height: normal;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left .text {
  font-size: 1.3541666667vw;
  line-height: 2.0833333333vw;
  color: #201e1e;
}
.index_two .index_two_content .index_two_content_single:nth-of-type(2n) {
  margin: 40px 0;
}
.index_two .index_two_content .index_two_content_single:nth-of-type(2n) .index_two_content_left .titles {
  margin-left: 0;
  margin-right: -150px;
}

.floor_5_main {
  background: url(../pic/hybg.jpg) top center no-repeat;
  background-size: cover;
  padding: 4.1666666667vw 0;
}
.floor_5_main .title {
  margin-bottom: 2.6041666667vw;
}
.floor_5_main .title h5 {
  color: #fff;
  opacity: 1;
}
.floor_5_main .title h3 {
  margin-top: 0.5208333333vw;
  margin-bottom: 0.78125vw;
  color: #fff;
}
.floor_5_main .title h3::after {
  background: #fff;
}
.floor_5_main .hy-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor_5_main .hy-list .hy-list__item {
  flex: 0 0 14.2857%;
  width: 14.2857%;
  text-align: center;
  position: relative;
}
.floor_5_main .hy-list .hy-list__item h2 {
  font-size: 1.5625vw;
  color: #fff;
  font-weight: normal;
  margin-bottom: 1.5625vw;
  line-height: normal;
}
.floor_5_main .hy-list .hy-list__item span {
  display: block;
  text-align: center;
  height: 5.2083333333vw;
  margin-bottom: 2.6041666667vw;
}
.floor_5_main .hy-list .hy-list__item span img {
  display: block;
  margin: 0 auto;
  max-height: 5.2083333333vw;
}
.floor_5_main .hy-list .hy-list__item i {
  display: block;
  width: 1px;
  height: 5.2083333333vw;
  margin: 0 auto 2.6041666667vw;
  background: #fff;
}
.floor_5_main .hy-list .hy-list__item p {
  font-size: 1.5625vw;
  color: #fff;
}
.floor_5_main .hy-list .hy-list__item .hy-list__item__hover {
  opacity: 0;
  position: absolute;
  top: -5%;
  left: 0;
  width: calc(100% - 2.0833333333vw);
  height: 110%;
  background: #efd553;
  padding: 2.0833333333vw 1.0416666667vw;
  transition: all 0.3s ease-in-out;
}
.floor_5_main .hy-list .hy-list__item .hy-list__item__hover h2 {
  color: #333;
}
.floor_5_main .hy-list .hy-list__item .hy-list__item__hover img {
  width: 100%;
}
.floor_5_main .hy-list .hy-list__item:hover .hy-list__item__hover {
  opacity: 1;
}

.index_video {
  padding-top: 80px;
}

.other_product {
  position: relative;
  width: 100%;
  padding: 4.1666666667vw 0;
}
.other_product .title h3 b {
  color: #0f4eb9;
}
.other_product .title h3::after {
  background: #0f4eb9;
}
.other_product .title h5 {
  margin-top: 0.5208333333vw;
  color: #0f4eb9;
}
.other_product .productSwiper .swiper-wrapper {
  padding-bottom: 2.0833333333vw;
}
.other_product .swiper-button-prev,
.other_product .swiper-button-next {
  top: 63%;
}
.other_product .swiper-button-next:after,
.other_product .swiper-button-prev:after {
  color: #000;
}
.other_product .swiper-button-prev {
  margin-left: 5.2083333333vw;
}
.other_product .swiper-button-next {
  margin-right: 5.2083333333vw;
}

.client_case {
  background: url(../pic/casebg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 4.1666666667vw 0;
}
.client_case .title h3 b {
  color: #0f4eb9;
}
.client_case .title h3::after {
  background: #0f4eb9;
}
.client_case .title h5 {
  margin-top: 0.5208333333vw;
  color: #0f4eb9;
}
.client_case .client_case_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.079002079vw;
  grid-row-gap: 2.0833333333vw;
}
.client_case .client_case_box .client_case_single {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  padding: 1.0416666667vw;
  position: relative;
}
.client_case .client_case_box .client_case_single a {
  height: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floor_7_main {
  padding: 4.1666666667vw 0;
}
.floor_7_main .title h3::after {
  background: #0f4eb9;
}/*# sourceMappingURL=index.css.map */