@charset "utf-8";

html,
body {
  position: relative;
}

/* * {
  transition: 1s;
} */

/* section {
padding-top: 120px;
  padding-bottom: 80px;
}

section .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 75px;
}

section .title .left {
  display: flex;
  align-items: flex-end;
}

section .title .left img {
  transition: 1s;
  mix-blend-mode: luminosity;
  opacity: .25;
}

section .title .left:hover img {
  mix-blend-mode: normal;
  opacity: 1;
}

section .title .left h1 {
  margin: 0;
  margin-left: -60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
} */

/* banner */
.bannerSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bannerSlide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.bannerSlide>img {
  width: 100%;
}

.bannerText {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 9;
  top: 30%;
}

.bannerText h1 {
  font-family: 'AliHYAiHei';
  font-size: 48px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
}

.bannerText p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin: 0;
}

.bannerText a {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  width: 145px;
  height: 32px;
  background: linear-gradient(84.53deg, #F48136 39.84%, rgba(255, 169, 114, 0.5) 100%);
  border-radius: 20px;
}

/* end-banner */
/* box2 */
.box2 {
  padding: 120px 0;
}

.box2 .container {
  display: flex;
  justify-content: space-between;
}

.box2 .title {
  font-size: 40px;
  line-height: 1;
  color: #111111;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.box2 .title span {
  color: #12337C;
  margin: 0;
  font-weight: bold;
}

.iconBox {
  margin: 0 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iconBox .img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #F5F5F5;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.iconBox .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 50px;
  border: 4px solid rgba(243, 131, 58, 0.7);
  transition: 2s;
}
.iconBox .img:hover::after{
  transform: rotate3d(1, 1, 1, 360deg);
}

.iconBox .img img {
  width: 40px;
}


.iconBox .textBox h1 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0;
}

.iconBox .textBox span {
  display: block;
  background: #CACACA;
  width: 36px;
  height: 1px;
  margin: 20px auto;
}

.iconBox .textBox p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #8D8D8D;
  max-width: 210px;
}

/* end-box2 */
/* box3 */
.box3 {
  display: flex;
}

.box3>div {
  width: 50%;
}

.box3 .lf {
  position: relative;
}

.box3 .lf .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding-left: 160px;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box3 .lf .text .top {
  display: flex;
  align-items: baseline;
}

.box3 .lf .text .top h1 {
  font-weight: 700;
  font-size: 58px;
  line-height: 1;
  background: linear-gradient(98.83deg, #F48136 9.91%, rgba(238, 238, 238, 0.93) 98.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.box3 .lf .text .top h1 {
  margin-right: 10px;
  margin-bottom: 0;
}

.box3 .lf .text .top p {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 0;

}

.box3 .lf .text .top span {
  display: block;
  height: 18px;
  width: 1px;
  background: #fff;
  margin: 0 30px;
}

.box3 .lf .text .bottom p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  max-width: 600px;
  margin-bottom: 0;
}

.box3 .lf img {
  position: relative;
  width: 100%;
  height: 100%;
}

.box3 .rt {
  position: relative;
}

.box3 .rt>img {
  position: relative;
  width: 100%;
  height: 100%;
}

.box3 .rt a {
  position: absolute;
  z-index: 9;
  left: 60px;
  bottom: 60px;
}

.more {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 133px;
  height: 36px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;

}

.more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: 1s;
}

.more:hover {
  color: #000;
}

.more:hover::before {
  width: 100%;
}

.more img {
  filter: invert(1);
  z-index: 2;
}

.more:hover img {
  filter: invert(0);
}

/* end-box3 */
/* box4 */
.box4Title {
  padding-top: 120px;
  padding-bottom: 100px;
}

.box4Title .container {
  display: flex;
  justify-content: space-between;
}

.box4Title .title {
  font-size: 40px;
  line-height: 1;
  color: #111111;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.box4Title .title span {
  color: #12337C;
  margin: 0;
  font-weight: bold;
}

.box4Title .more {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}

.box4Title .more::before {
  background: #000;
}

.box4Title .more:hover {
  color: #fff;
}


.box4Title .more img {
  filter: invert(0);
}

.box4Title .more:hover img {
  filter: invert(1);
}

.box4 {
  display: flex;
}

.box4>div {
  width: 50%;
}

.box4 .left {
  background-image: url(/assets/images/image14.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 160px;
}

.box4 .left h1 {
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.box4 .left h2 {
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.05em;

  color: #000000;
}

.box4 .left span {
  width: 106px;
  height: 4px;
  background: linear-gradient(84.53deg, #F48136 39.84%, #FFA972 100%);
  margin-top: 30px;
  margin-bottom: 30px;
}

.box4 .left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #494949;
  max-width: 650px;
}




/* end-box4 */
/*  box5  */

/*  end-box5  */
/*  box6  */

/*  end-box6  */
/*  box7  */

/*  end-box7  */
