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

.floor_1_main {
  padding: 4.1666666667vw 0;
}
.floor_1_main .title1 {
  margin-bottom: 2.6041666667vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.floor_1_main .title1 h5 {
  color: var(--thm-base-color);
  opacity: 0.75;
  font-size: 1.3020833333vw;
  text-transform: uppercase;
  font-weight: 700;
}
.floor_1_main .title1 h3 {
  margin-top: 0.5208333333vw;
  color: var(--thm-base-color);
  font-size: 2.4479166667vw;
  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: 1.0416666667vw;
}
.floor_1_main .iproduct li {
  width: 100%;
  overflow: hidden;
}
.floor_1_main .iproduct li img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.floor_1_main .iproduct li p {
  position: relative;
  margin-top: -0.5729166667vw;
  background: var(--thm-base-color);
  padding: 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  z-index: 1000;
}
.floor_1_main .iproduct li p span {
  color: #fff;
  font-size: 1.3541666667vw;
}
.floor_1_main .iproduct li p span:nth-of-type(2) {
  background: #fff;
  color: #333;
  font-size: 1.1458333333vw;
  padding: 0 0.5208333333vw;
}
.floor_1_main .iproduct li:last-child {
  background: var(--thm-base-color);
}
.floor_1_main .iproduct li:last-child a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: calc(100% - 2.6041666667vw);
  text-align: left;
  flex-direction: column;
  color: #fff;
  font-size: 1.9791666667vw;
  padding-left: 2.6041666667vw;
}
.floor_1_main .iproduct li:last-child a span {
  display: block;
  width: 100%;
  margin-top: 1.0416666667vw;
}
.floor_1_main .iproduct li:last-child a::after {
  content: "";
  width: 2.0833333333vw;
  height: 0.2083333333vw;
  background: #fff;
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
}
.floor_1_main .iproduct li:hover img {
  transform: scale(1.08);
}

.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 {
  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;
  justify-content: space-between;
}
.index_two .index_two_content .index_two_content_single .index_two_content_right {
  flex: 0 0 41.9270833333vw;
  width: 41.9270833333vw;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left {
  flex: 0 0 34.375vw;
  width: 34.375vw;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left .titles span {
  font-size: 1.5625vw;
  color: #303030;
  border: 1px #303030 solid;
  border-radius: 2.0833333333vw;
  padding: 0.5208333333vw 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  display: inline-block;
  position: relative;
  z-index: 1000;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left p {
  color: #3f3f3f;
  font-size: 1.25vw;
  line-height: 2.6041666667vw;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.78125vw;
  text-align: center;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-right: 2.0833333333vw;
  border-right: 1px #333 solid;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd:last-child {
  border-right: 0;
  padding-right: 0;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8541666667vw;
  height: 3.8541666667vw;
  border: 1px #333 solid;
  border-radius: 50%;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd span img {
  display: block;
  width: 2.34375vw;
  height: 2.1354166667vw;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd p {
  color: #303030;
  font-size: 1.0416666667vw;
  line-height: 1;
  margin-top: 1.0416666667vw;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd:hover {
  cursor: pointer;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd:hover span {
  background: #0f4eb9;
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd:hover span img {
  filter: grayscale(500%) brightness(1000%);
}
.index_two .index_two_content .index_two_content_single .index_two_content_left dl dd:hover p {
  color: #0f4eb9;
}

.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;
}

.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 */