a {
  text-decoration: none;
}
p {
  margin-bottom: 0;
}
.banner_box {
  width: 100%;
  height: 52.08vw;
}
.banner_box .swiper-pagination {
  width: 100%;
  bottom: 2.56vw;
}
.banner_box .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background: #fff;
  width: 1.5vw;
  height: 0.486vw;
  border-radius: 0.278vw;
  opacity: 1;
}
.banner_box .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #005dcc;
  width: 3.5vw;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
  /* animation: scaleDraw 5s ease-in-out infinite;
  -webkit-animation: scaleDraw 5s ease-in-out infinite; */
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.banner_title {
  position: absolute;
  top: 15.48vw;
  left: 8.47vw;
  z-index: 10;
  color: #292f37;
  font-size: 1.88vw;
  font-weight: 300;
  line-height: 2.78vw;
}
.banner_content {
  position: absolute;
  top: 18.75vw;
  left: 8.47vw;
  z-index: 10;
  color: #292f37;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3.47vw;
  letter-spacing: 1px;
}
.banner_btn {
  position: absolute;
  top: 26.94vw;
  left: 8.47vw;
  z-index: 10;
  width: 12.5vw;
  height: 3.125vw;
  border-radius: 1.8vw;
  border: 1px solid #005dcc;
  background: transparent;
  backdrop-filter: blur(30px);
  font-size: 1.16vw;
  font-weight: normal;
  color: #005dcc;
  line-height: 1.66vw;
  cursor: pointer;
  letter-spacing: 1px;
}
.title_img {
  width: 8.26vw;
  display: block;
  margin: 3.19vw auto 3.75vw;
}
.trends_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2vw;
  margin: 0 8.33vw;
}
.trends_company {
  width: 26.15vw;
  height: 20.83vw;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
  border-radius: 0.7291vw;
  display: flex;
  align-items: end;
  overflow: hidden;
  &:hover {
    background: #005dcc;
    color: #fff;
    box-shadow: 0 0 10px 4px rgba(0, 93, 204, 0.06);
    transform: scale(1.1);
  }
}
.trends_company_block {
  width: 27.15vw;
  height: 9.7vw;
  background: #fff;
  position: relative;
}
.trends_company_title {
  color: #1d1d1f;
  font-size: 1.38vw;
  line-height: 1.8vw;
  padding: 0.69vw 1.04vw 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
    -webkit-box-orient: vertical;
}
.trends_company_time {
  color: rgba(29, 29, 31, 0.5);
  font-size: 0.9375vw;
  line-height: 1.302vw;
  position: absolute;
  left: 1.041vw;
  bottom: 1.718vw;
}
.trends_company_detail {
  background: #fff;
  border-radius: 18229vw;
  backdrop-filter: blur(30px);
  color: #005dcc;
  font-size: 1.0416vw;
  line-height: 1.4583vw;
  padding: 0.3125vw 1.6145vw;
  position: absolute;
  right: 1.041vw;
  bottom: 1.18vw;
  cursor: pointer;
  border: 1px solid #005dcc;
  &:hover {
    background: #005dcc;
    color: #fff;
    /* box-shadow: 0 0 10px 4px rgba(0, 93, 204, 0.04); */
  }
}
.more_btn {
  text-transform: uppercase;
  /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease 0s;
  outline: none;
  width: 12.5vw;
  height: 3.125vw;
  border-radius: 1.8vw;
  border: 1px solid #005dcc;
  /* border: none; */
  backdrop-filter: blur(30px);
  background: #fff;
  padding: 0;
  color: #005dcc;
  font-size: 1.25vw;
  display: block;
  margin: 4vw auto 6.94vw;
  cursor: pointer;
  &:hover {
    background: #005dcc;
    color: #fff;
    box-shadow: 0 10px 10px rgba(0, 93, 204, 0.1);
    transform: translateY(-7px);
  }
}
.business_block {
  display: flex;
  align-items: start;
  cursor: pointer;
  &:hover {
    padding: 1vw;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 0.52vw;
    transform: scale(1.06);
  }
}
.business_block img {
  width: 6.25vw;
  margin-right: 0.76vw;
}
.business_title {
  font-weight: 400;
  font-size: 1.59vw;
  color: #005dcc;
  line-height: 2.08vw;
  padding: 0.69vw 0 0.48vw;
}
.business_label {
  font-weight: 400;
  font-size: 1.04vw;
  color: rgba(0, 93, 204, 0.7);
  line-height: 1.38vw;
  height: 4.138vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.business_btn {
  width: 4.7vw;
  height: 2.5vw;
  background: rgba(255, 255, 255, 0);
  border-radius: 2.2vw;
  border: 1px solid #005dcc;
  backdrop-filter: blur(30px);
  padding: 0;
  overflow: hidden;
  margin-top: 1.11vw;
  cursor: pointer;
  position: relative;
}
.business_btn:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: -4.2vw;
  top: 0;
  border-right: 1.68vw solid transparent;
  border-bottom: 6.72vw solid #005dcc;
  transform: translateX(-100%);
  transition: transform 0.5s linear;
}
.business_btn:hover {
  color: white;
  filter: drop-shadow(0px 0px 10px 4px rgba(0, 93, 204, 0.2));
}
.business_btn:hover:before {
  transform: translateX(0);
}
.business_btn::after {
  width: 0.92vw;
  height: 0.92vw;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #005dcc;
  content: "";
  position: absolute;
  right: 1.86vw;
  top: 0.7vw;
  transform: rotate(45deg);
}
.business_btn:hover:after {
  width: 0.92vw;
  height: 0.92vw;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  content: "";
  position: absolute;
  right: 1.86vw;
  top: 0.7vw;
  transform: rotate(45deg);
}
.business_btn_first {
  width: 4.7vw;
  height: 2.5vw;
  background: #005dcc;
  border-radius: 2.2vw;
  backdrop-filter: blur(30px);
  border: none;
  padding: 0;
  overflow: hidden;
  margin-top: 1.11vw;
  cursor: pointer;
}
.business_btn_first::after {
  width: 0.92vw;
  height: 0.92vw;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #fff;
  content: "";
  position: absolute;
  right: 1.86vw;
  top: 0.7vw;
  transform: rotate(45deg);
}
.advantage_box {
  display: flex;
  align-items: center;
  width: 83.26vw;
  height: 33.33vw;
  border-radius: 0.8vw;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.advantage_left {
  width: 26vw;
  height: 33.33vw;
  background: url('../img/index/advantage_left.png') no-repeat;
  background-size: 100%;
  position: relative;
}
.advantage_left_title {
  margin: 0 4.5vw 5vw 2.7vw;
  padding-bottom: 1.11vw;
  font-weight: 400;
  font-size: 2.08vw;
  color: #FFFFFF;
  line-height: 2.77vw;
  cursor: pointer;
}
.active {
  border-bottom: 2px solid #005DCC;
  color: #005DCC;
  font-weight: bold
}
.img-swiper {
  position: absolute;
  width: 57.22vw;
  height: 33.33vw;
  top: 0;
  right: 0;
  z-index: 1;
}
.advantage_right_label {
  font-size: 1.59vw;
  color: rgba(29, 29, 31, 0.7);
  line-height: 2.08vw;
}
.advantage_right_title {
  font-size: 3.125vw;
  color: #005DCC;
  line-height: 3.09vw;
  fill: #005DCC
  /* position: absolute;
  top: 6vw;
  z-index: 100; */
}
.advantage_right_spec {
  font-size: 2.08vw;
  color: #005DCC;
  line-height: 4.09vw;
}