.banner-wrap .swiper-slide {
  position: relative;
}
.banner-wrap .swiper-slide > img {
  display: block;
  width: 100%;
}
.banner-wrap .swiper-slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.banner-wrap .swiper-slide .hover .container {
  padding-top: 17.7083vw;
  color: #fff;
}
.banner-wrap .swiper-slide .hover .container h2 {
  font-size: 60px;
  font-family: "AlimamaShuHeiTi";
  margin: 35px 0 220px;
}
.banner-wrap .swiper-slide .hover .container small {
  font-size: 30px;
}
.banner-wrap .swiper-slide .hover .container a {
  display: block;
  width: 72px;
  height: 72px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.banner-wrap .swiper-slide .hover .container a:hover {
  background: var(--hover-color);
}
.banner-wrap .swiper-slide .hover .container a img {
  display: block;
}
.banner-wrap .swiper-pagination {
  bottom: 42px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.banner-wrap .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  opacity: 0.5;
}
.banner-wrap .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.banner-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .banner-wrap .swiper-slide .hover .container {
    padding-top: 17vw;
  }
  .banner-wrap .swiper-slide .hover .container small {
    font-size: 12px;
  }
  .banner-wrap .swiper-slide .hover .container h2 {
    font-size: 24px;
    margin: 5px 0 20px;
  }
  .banner-wrap .swiper-slide .hover .container a {
    width: 30px;
    height: 30px;
  }
  .banner-wrap .swiper-slide .hover .container a img {
    transform: scale(0.6);
  }
  .banner-wrap .swiper-pagination {
    bottom: 15px;
  }
  .banner-wrap .swiper-pagination-bullet {
    width: 30px;
  }
}


.product-wrap {
  background: url(/images/home/texture.png) no-repeat center;
  background-size: cover;
}
.product-wrap .top-wrap {
  display: none;
  justify-content: space-between;
  padding: 110px 0;
}
.product-wrap .top-wrap .left {
  min-width: 540px;
  max-width: 540px;
}
.product-wrap .top-wrap .right {
  max-width: 960px;
  flex: 1;
}
.product-wrap .top-wrap .title-wrap {
  position: relative;
}
.product-wrap .top-wrap .title-wrap .bgc {
  font-size: 100px;
  font-weight: 700;
  color: #333;
  opacity: 0.06;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.product-wrap .top-wrap .title-wrap h2 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  padding-top: 45px;
  margin: 0 0 20px;
}
.product-wrap .top-wrap .title-wrap small {
  font-size: 16px;
  color: #333;
  padding-left: 18px;
  position: relative;
}
.product-wrap .top-wrap .title-wrap small::before {
  content: "";
  width: 3px;
  height: 16px;
  background: #fd643b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-wrap .top-wrap .rich-text {
  margin-top: 100px;
  max-width: 506px;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.product-wrap .top-wrap .rich-text p {
  margin: unset;
}
.product-wrap .top-wrap .rich-text p + p {
  margin-top: 10px;
}
.product-wrap .top-wrap a {
  display: block;
  width: 72px;
  height: 72px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  margin-top: 180px;
}
.product-wrap .top-wrap a:hover {
  background: var(--hover-color);
}
.product-wrap .top-wrap .icon-list {
  display: flex;
}
.product-wrap .top-wrap .icon-list li {
  flex: 1;
  text-align: center;
  cursor: default;
}
.product-wrap .top-wrap .icon-list li:hover img {
  transform: scale(1.1);
}
.product-wrap .top-wrap .icon-list img {
  display: inline-block;
  height: 66px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.product-wrap .top-wrap .icon-list li:hover p {
  color: var(--main-color);
}
.product-wrap .top-wrap .icon-list p {
  margin: 30px 0 20px;
  font-size: 18px;
  color: #333;
  transition: color 0.3s ease;
}
.product-wrap .top-wrap .icon-list li:hover small {
  transform: translateY(-5px);
}
.product-wrap .top-wrap .icon-list small {
  display: inline-block;
  font-size: 16px;
  color: #737a8d;
  transition: transform 0.3s ease;
}
.product-wrap .top-wrap .text-list {
  display: flex;
  flex-wrap: wrap;
}
.product-wrap .top-wrap .text-list li {
  width: 20%;
  padding: 40px 0;
  border-bottom: 1px solid #d2d2d2;
}
.product-wrap .top-wrap .text-list li:nth-last-child(2),
.product-wrap .top-wrap .text-list li:nth-last-child(3),
.product-wrap .top-wrap .text-list li:nth-last-child(4) {
  border-bottom: unset;
}
.product-wrap .top-wrap .text-list li:last-child {
  width: 40%;
  border-bottom: unset;
  text-align: center;
}
.product-wrap .top-wrap .text-list p {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}
.product-wrap .top-wrap .text-list li:hover p {
  color: var(--main-color);
}
.product-wrap .top-wrap .text-list small {
  display: inline-block;
  color: #999;
  transition: transform 0.3s ease;
}
.product-wrap .top-wrap .text-list li:hover small {
  transform: translateY(-5px);
}
.product-wrap .top-wrap .title {
  height: 57px;
  line-height: 57px;
  text-align: center;
  background: #f7f8fc;
  margin-top: 50px;
}
.product-wrap .bottom-wrap {
  padding-top: 110px;
  padding-bottom: 100px;
}
.product-wrap .bottom-wrap .title-wrap {
  display: flex;
  align-items: center;
}
.product-wrap .bottom-wrap .title-wrap .line {
  display: none;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: var(--main-color);
  margin: 0 20px;
}
.product-wrap .bottom-wrap .title-wrap h2 {
  display: none;
  font-size: 72px;
  font-weight: 700;
  color: var(--main-color);
  margin: unset;
  line-height: 1;
}
.product-wrap .bottom-wrap .title-wrap h3 {
  margin: unset;
  font-size: 36px;
  color: var(--main-color);
}
.product-wrap .bottom-wrap .title-wrap small {
  display: block;
  font-size: 16px;
  color: var(--main-color);
  margin: 10px 0 0;
}
.product-wrap .bottom-wrap .swiper {
  margin-top: 40px;
}
.product-wrap .bottom-wrap .swiper-slide {
  background: #f7f8fc;
  border-radius: 6px;
  height: 685px;
  position: relative;
  overflow: hidden;
}
.product-wrap .bottom-wrap .swiper-slide .wrap {
  position: relative;
  z-index: 1;
  color: #333;
  max-width: 286px;
  width: 90%;
  margin: 160px auto 0;
  text-align: center;
  transition: color 0.3s ease, margin 0.3s ease;
}
.product-wrap .bottom-wrap .swiper-slide:hover .wrap {
  margin: 70px auto 0;
}
.product-wrap .bottom-wrap .swiper-slide:hover .wrap {
  color: #fff;
}
.product-wrap .bottom-wrap .swiper-slide .cover img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.product-wrap .bottom-wrap .swiper-slide .wrap h3 {
  font-size: 24px;
}
.product-wrap .bottom-wrap .swiper-slide .wrap p {
  font-size: 18px;
  line-height: 1.4;
  margin: unset;
}
.product-wrap .bottom-wrap .swiper-slide:hover::after {
  opacity: 1;
  transform: scale(1);
}
.product-wrap .bottom-wrap .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    #133686,
    rgba(19, 53, 134, 0.2),
    transparent
  );
  transform: scale(2);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.product-wrap .bottom-wrap .swiper-slide a {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  transform: scale(0);
  opacity: 0;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.product-wrap .bottom-wrap .swiper-slide:hover a {
  transform: scale(1);
  opacity: 1;
}
.product-wrap .bottom-wrap .swiper-slide a img {
  display: block;
}
.product-wrap .bottom-wrap .swiper-slide a:hover {
  background: rgb(230, 237, 255);
}

.product-wrap .profile-wrap {
  padding-bottom: 110px;
}
.product-wrap .profile-wrap .title-wrap {
  display: flex;
  align-items: center;
}
.product-wrap .profile-wrap .title-wrap .line {
  display: none;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: var(--main-color);
  margin: 0 20px;
}
.product-wrap .profile-wrap .title-wrap h2 {
  display: none;
  font-size: 72px;
  font-weight: 700;
  color: var(--main-color);
  margin: unset;
  line-height: 1;
}
.product-wrap .profile-wrap .title-wrap h3 {
  margin: unset;
  font-size: 36px;
  color: var(--main-color);
}
.product-wrap .profile-wrap .title-wrap small {
  display: block;
  font-size: 16px;
  color: var(--main-color);
  margin: 10px 0 0;
}
.product-wrap .profile-wrap .row {
  margin-top: 40px;
}
.product-wrap .profile-wrap .row .col:first-child .wrap h3 {
  color: #fff;
}
.product-wrap .profile-wrap .row .col:first-child .wrap small {
  color: #fff;
}
.product-wrap .profile-wrap .wrap {
  position: relative;
}
.product-wrap .profile-wrap .wrap > img {
  max-width: 100%;
  object-fit: contain;
}
.product-wrap .profile-wrap .wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 2.6042vw;
  padding-left: 2.1875vw;
  padding-right: 3.2292vw;
}
.product-wrap .profile-wrap .wrap .hover h3 {
  font-size: 1.5625vw;
  margin: unset;
  color: var(--main-color);
}
.product-wrap .profile-wrap .wrap .hover small {
  display: block;
  font-size: 18px;
  color: var(--main-color);
  margin: 0.7813vw 0 1.3021vw;
}
.product-wrap .profile-wrap .wrap .hover .bto {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.product-wrap .profile-wrap .wrap .hover .more {
  display: block;
  width: 8.3333vw;
  height: 2.5vw;
  line-height: 2.5vw;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  color: var(--main-color);
  transition: background .3s ease;
}
.product-wrap .profile-wrap .wrap .hover .more:hover {
  background: #EFEFEF;
}
.product-wrap .profile-wrap .wrap .hover .download {
  display: flex;
  width: 3.5417vw;
  height: 3.5417vw;
  background: var(--main-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: background .3s ease;
}
.product-wrap .profile-wrap .wrap .hover .download:hover {
  background: var(--hover-color);
}
.product-wrap .profile-wrap .wrap .hover .download img {
  display: block;
  max-width: 60%;
}
.product-wrap .profile-wrap .wrap .hover:hover .icon img {
  transform: scale(1.1);
}
.product-wrap .profile-wrap .wrap .hover .icon img {
  height: 6.25vw;
  object-fit: contain;
  transition: transform .3s ease;
}
@media screen and (min-width: 1920px) {
  .product-wrap .profile-wrap .wrap {
    position: relative;
  }
  .product-wrap .profile-wrap .wrap > img {
    max-width: 100%;
    object-fit: contain;
  }
  .product-wrap .profile-wrap .wrap .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 50px;
    padding-left: 42px;
    padding-right: 62px;
  }
  .product-wrap .profile-wrap .wrap .hover h3 {
    font-size: 30px;
    margin: unset;
    color: var(--main-color);
  }
  .product-wrap .profile-wrap .wrap .hover small {
    display: block;
    font-size: 18px;
    color: var(--main-color);
    margin: 15px 0 25px;
  }
  .product-wrap .profile-wrap .wrap .hover .bto {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .product-wrap .profile-wrap .wrap .hover .more {
    display: block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    color: var(--main-color);
    transition: background .3s ease;
  }
  .product-wrap .profile-wrap .wrap .hover .more:hover {
    background: #EFEFEF;
  }
  .product-wrap .profile-wrap .wrap .hover .download {
    display: flex;
    width: 68px;
    height: 68px;
    background: var(--main-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: background .3s ease;
  }
  .product-wrap .profile-wrap .wrap .hover .download:hover {
    background: var(--hover-color);
  }
  .product-wrap .profile-wrap .wrap .hover .download img {
    display: block;
  }
  .product-wrap .profile-wrap .wrap .hover:hover .icon img {
    transform: scale(1.1);
  }
  .product-wrap .profile-wrap .wrap .hover .icon img {
    height: 120px;
    object-fit: contain;
    transition: transform .3s ease;
  }
}
@media screen and (max-width: 1400px){
  .product-wrap .top-wrap .icon-list {
    flex-wrap: wrap;
  }
  .product-wrap .top-wrap .icon-list li {
    width: 50%;
    flex: unset;
    margin-bottom: 40px;
  }
  .product-wrap .top-wrap .text-list li {
    width: 33.33%;
  }
  .product-wrap .top-wrap .text-list li:nth-last-child(2),
  .product-wrap .top-wrap .text-list li:nth-last-child(3),
  .product-wrap .top-wrap .text-list li:nth-last-child(4),
  .product-wrap .top-wrap .text-list li:nth-last-child(5) {
    border-bottom: 1px solid #d2d2d2;
  }
  .product-wrap .top-wrap .text-list li:nth-last-child(2),
  .product-wrap .top-wrap .text-list li:nth-last-child(3) {
    width: 50%;
    text-align: center;
  }
  .product-wrap .top-wrap .text-list li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .product-wrap .top-wrap {
    padding: 0;
    /*display: block;*/
  }
  .product-wrap .top-wrap .left {
    min-width: unset;
  }
  .product-wrap .top-wrap .title-wrap .bgc {
    font-size: 60px;
    padding-top: 25px;
  }
  .product-wrap .top-wrap .title-wrap h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .product-wrap .top-wrap .title-wrap small {
    font-size: 14px;
  }
  .product-wrap .top-wrap .rich-text {
    margin-top: 15px;
  }
  .product-wrap .top-wrap .rich-text p {
    font-size: 14px;
  }
  .product-wrap .top-wrap a {
    margin: 30px auto 50px;
    width: 50px;
    height: 50px;
  }

  .product-wrap .top-wrap .icon-list p {
    font-size: 14px;
    margin: 15px 0 5px;
  }
  .product-wrap .top-wrap .icon-list small {
    font-size: 12px;
  }
  .product-wrap .top-wrap .title {
    margin-top: unset;
  }
  .product-wrap .top-wrap .text-list li {
    width: 50%;
    padding: 30px 10px;
    text-align: center;
  }
  .product-wrap .top-wrap .text-list p {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .product-wrap .bottom-wrap {
    /*margin-top: 30px;*/
    padding: 30px 0;
  }
  .product-wrap .bottom-wrap .title-wrap {
    display: block;
    position: relative;
  }
  .product-wrap .bottom-wrap .title-wrap h2 {
    font-size: 60px;
    opacity: 0.06;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .product-wrap .bottom-wrap .title-wrap h3 {
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .product-wrap .bottom-wrap .title-wrap small {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 18px;
  }
  .product-wrap .bottom-wrap .title-wrap small::before {
    content: "";
    width: 3px;
    height: 16px;
    background: #fd643b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .product-wrap .bottom-wrap .title-wrap .line {
    display: none;
  }
  .product-wrap .bottom-wrap .swiper {
    margin-top: 30px;
  }
  .product-wrap .bottom-wrap .swiper-slide {
    height: 450px;
  }
  .product-wrap .bottom-wrap .swiper-slide .wrap {
    margin-top: 80px;
  }
  .product-wrap .bottom-wrap .swiper-slide a {
    width: 50px;
    height: 50px;
  }
  .product-wrap .bottom-wrap .swiper-slide .wrap h3 {
    font-size: 18px;
  }
  .product-wrap .bottom-wrap .swiper-slide .wrap p {
    font-size: 14px;
  }


  .product-wrap .profile-wrap {
    padding-bottom: 30px;
  }
  .product-wrap .profile-wrap .title-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .product-wrap .profile-wrap .title-wrap h2 {
    font-size: 60px;
    opacity: 0.06;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .product-wrap .profile-wrap .title-wrap h3 {
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .product-wrap .profile-wrap .title-wrap small {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 18px;
  }
  .product-wrap .profile-wrap .title-wrap small::before {
    content: "";
    width: 3px;
    height: 16px;
    background: #fd643b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .product-wrap .profile-wrap .title-wrap .line {
    display: none;
  }
  .product-wrap .profile-wrap .row {
    margin: 0 -5px;
  }
  .product-wrap .profile-wrap .col {
    padding: 5px;
  }
  .product-wrap .profile-wrap .col:first-child .hover {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-wrap .profile-wrap .col:first-child .hover h3 {
    font-size: 18px;
  }
  .product-wrap .profile-wrap .col:first-child .hover small {
    font-size: 14px;
    margin: 10px 0 30px;
  }
  .product-wrap .profile-wrap .col:first-child .hover .icon img {
    height: 80px;
  }
  .product-wrap .profile-wrap .col:first-child .hover .more {
    width: 160px;
    height: 48px;
    line-height: 48px;
  }
  .product-wrap .profile-wrap .wrap .hover h3 {
    font-size: 16px;
  }
  .product-wrap .profile-wrap .wrap .hover small {
    font-size: 12px;
    margin: 5px 0 10px;
  }
  .product-wrap .profile-wrap .wrap .hover .download {
    width: 30px;
    height: 30px;
  }
  .product-wrap .profile-wrap .wrap .hover .icon img {
    height: 30px;
  }
  .product-wrap .profile-wrap .wrap .hover {
    padding: 10px 15px 0;
  }
}

.business-wrap {
  position: relative;
  padding: 86px 0 162px;
}
.business-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  filter: brightness(50%);
  height: 100%;
  width: 100%;
}
.business-wrap > .container {
  position: relative;
}
.business-wrap .title-wrap {
  display: flex;
  align-items: center;
  filter: brightness(200%);
}
.business-wrap .title-wrap .line {
  display: none;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  margin: 0 20px;
}
.business-wrap .title-wrap h2 {
  display: none;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  margin: unset;
  line-height: 1;
}
.business-wrap .title-wrap h3 {
  margin: unset;
  font-size: 36px;
  color: #fff;
}
.business-wrap .title-wrap small {
  display: block;
  font-size: 16px;
  color: #fff;
  margin: 10px 0 0;
}
.business-wrap .ask-list {
  display: flex;
  justify-content: space-between;
  margin: 150px 0 130px;
}
.business-wrap .ask-list li {
  width: 140px;
  height: 140px;
  border-radius: 16px;
  background: transparent;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.business-wrap .ask-list li.active,
.business-wrap .ask-list li:hover {
  background: #fff;
}
.business-wrap .ask-list li .icon {
  position: relative;
}
.business-wrap .ask-list li .icon img {
  display: block;
  transition: opacity 0.3s ease;
}
.business-wrap .ask-list li .icon img:first-child {
  opacity: 1;
}
.business-wrap .ask-list li .icon img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.business-wrap .ask-list li p {
  margin: 20px 0 0;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease;
}
.business-wrap .ask-list li.active p,
.business-wrap .ask-list li:hover p {
  color: var(--main-color);
}
.business-wrap .ask-list li.active .icon img:first-child,
.business-wrap .ask-list li:hover .icon img:first-child {
  opacity: 0;
}
.business-wrap .ask-list li.active .icon img:last-child,
.business-wrap .ask-list li:hover .icon img:last-child {
  opacity: 1;
}
.business-wrap .faq-list {
  position: relative;
}
.business-wrap .faq-list li {
  display: none;
  color: #fff;
}
.business-wrap .faq-list li.active {
  display: block;
  animation: hideIndex 0.6s;
  -moz-animation: hideIndex 0.6s; /* Firefox */
  -webkit-animation: hideIndex 0.6s; /* Safari and Chrome */
  -o-animation: hideIndex 0.6s; /* Opera */
}
.business-wrap .faq-list li h3 {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}

@keyframes hideIndex {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 640px) {
  .business-wrap {
    padding: 66px 0;
  }
  .business-wrap .title-wrap {
    display: block;
    position: relative;
  }
  .business-wrap .title-wrap h2 {
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.3);
  }
  .business-wrap .title-wrap h3 {
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .business-wrap .title-wrap small {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 18px;
  }
  .business-wrap .title-wrap small::before {
    content: "";
    width: 3px;
    height: 16px;
    background: #fd643b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .business-wrap .title-wrap .line {
    display: none;
  }

  .business-wrap .ask-list {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .business-wrap .ask-list li {
    width: 33.33%;
    height: 90px;
  }
  .business-wrap .ask-list li img {
    height: 30px;
  }
  .business-wrap .ask-list li p {
    font-size: 14px;
    margin-top: 10px;
  }
  .business-wrap .faq-list li h3 {
    font-size: 20px;
  }
  .business-wrap .faq-list li p {
    font-size: 14px;
  }
}



.news-wrap {
  padding: 105px 0 200px;
  position: relative;
}
.news-wrap > img {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: -1;
  max-width: 100%;
  display: none;
}
.news-wrap .title-wrap {
  display: flex;
  align-items: center;
}
.news-wrap .title-wrap .line {
  display: none;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: var(--main-color);
  margin: 0 20px;
}
.news-wrap .title-wrap h2 {
  display: none;
  font-size: 72px;
  font-weight: 700;
  color: var(--main-color);
  margin: unset;
  line-height: 1;
}
.news-wrap .title-wrap h3 {
  margin: unset;
  font-size: 36px;
  color: var(--main-color);
}
.news-wrap .title-wrap small {
  display: block;
  font-size: 16px;
  color: var(--main-color);
  margin: 10px 0 0;
}
.news-wrap .row {
  margin-top: 105px;
}
.news-wrap .col small {
  font-size: 30px;
  color: #333333;
}
.news-wrap .col h3 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin: 30px 0 0;
  transition: color .3s ease;
}
.news-wrap .col:hover h3 {
  color: var(--main-color);
}
.news-wrap .col p {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  margin: 55px 0;
}
.news-wrap .link {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  transition: color .3s ease;
}
.news-wrap .col .link p {
  margin: unset;
}
.news-wrap .col .link:hover {
  color: var(--main-color);
}
.news-wrap .icon {
  width: 40px;
  height: 40px;
  background: #E1E1E1;
  border-radius: 20px 20px 20px 20px;
  margin-right: 40px;
  position: relative;
  transition: background .3s ease, margin .3s ease;
}
.news-wrap .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity .3s ease;
}
.news-wrap .icon img:last-child {
  opacity: 0;
}
.news-wrap .col:hover .icon {
  background: var(--main-color);
  margin-right: 20px;
}
.news-wrap .col:hover .icon img:first-child {
  opacity: 0;
}
.news-wrap .col:hover .icon img:last-child {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .news-wrap {
    padding: 50px 0;
  }
  .news-wrap > img {
    bottom: 0;
  }
  .news-wrap .title-wrap {
    display: block;
    position: relative;
  }
  .news-wrap .title-wrap h2 {
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: rgba(19, 54, 134, 0.06);
  }
  .news-wrap .title-wrap h3 {
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .news-wrap .title-wrap small {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 18px;
  }
  .news-wrap .title-wrap small::before {
    content: "";
    width: 3px;
    height: 16px;
    background: #fd643b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-wrap .title-wrap .line {
    display: none;
  }
  .news-wrap .row {
    margin-top: 30px;
  }
  .news-wrap .col .wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
  }
  .news-wrap .col small {
    font-size: 14px;
  }
  .news-wrap .col h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .news-wrap .col p {
    margin: 10px 0;
    font-size: 14px;
  }
  .news-wrap .icon {
    margin-right: 10px;
  }
}
