/* banner */
.banner {
  margin-top: 68px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bg {
  width: 100%;
  height: 750px;
  background: linear-gradient(180deg, #ee431a 0%, #fea58e 100%);
}

.banner-con {
  position: absolute;

  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 750px;
  background: url(../images/gyl/banner-yangtao-2.webp) no-repeat center;
  background-size: 100%;
}

.banner-con a {
  display: block;
  position: relative;
  top: 380px;
  width: 124px;
  height: 40px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
}

/* 中间板块 */
.main {
  margin: 64px auto 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  background-color: #ffffff;
}

.main .xinxi {
  display: flex;
  width: 1120px;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
  position: relative;
  flex: 0 0 auto;
}

.main .xinxi-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.main .xinxi-text img {
  width: 200px;
  height: 200px;
}

.main h1 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #050038;
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 56px;
  white-space: nowrap;
}

.main .frame {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.main .zhushi {
  position: relative;
  width: 420 px;
  font-family: "Alibaba PuHuiTi 3.0-55Regular L3", Helvetica;
  font-weight: 400;
  color: #050038b8;
  font-size: 24px;

  line-height: 24px;
}

.main .input-text {
  width: 436px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 25px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 32px;
  border: 1px solid #9b99af;
}

.main .text-wrapper-2 {
  width: fit-content;
  font-family: "Inter-Regular", Helvetica;
  color: #5f5c80;
  font-size: 18px;
  line-height: normal;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

input::placeholder {
  width: fit-content;
  font-family: "Inter-Regular", Helvetica;
  color: #5f5c80;
  font-size: 18px;
}

.submit {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input-submit {
  padding: 12px 182px;
  background-color: var(--primary);
  border-radius: 32px;
  display: inline-flex;
  position: relative;
  border: 1px solid var(--primary);
  text-align: center;
  font-family: "Inter-Regular", Helvetica;
  color: #fff;
  font-size: 18px;
}

.main .a {
  padding: 12px 182px;
  background-color: var(--primary);
  border-radius: 32px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;

  border-color: var(--primary);
}

.main .text-wrapper-3 {
  width: fit-content;
  font-family: "Alibaba PuHuiTi 3.0-55Regular L3", Helvetica;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.main .xinxi-pic {
  position: relative;
  width: 600px;
  height: 360px;
  border-radius: 12px;
  background-image: url(../images/gyl/jiameng.webp);
  background-size: 100% 100%;
}

.main .advantage {
  margin-top: 50px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.advantage a {
  color: #fff;
  text-decoration: none;
}

.main .icon-pic {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.main .active {
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 24px;
  border-color: #f2f2f2;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
  border: 1px solid;
}

.main .text-wrapper-4 {
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  color: #050038;
  white-space: nowrap;
}

.main .tab_list ul,
.main .tab_list_2 ul,
.main .tab_list_3 ul {
  display: flex;
  gap: 16px;
}

.tab_list ul li,
.tab_list_2 ul li,
.tab_list_3 ul li {
  padding: 15px 25px;
  border-radius: 25px;
  position: relative;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  color: #050038;
  font-family: "Alibaba PuHuiTi 3.0-55Regular L3", Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.tab_con .item,
.tab_con_2 .item,
.tab_con_3 .item {
  width: 1060px;
  height: 444px;
  align-items: center;
  overflow: hidden;
  display: none;
  justify-content: space-between;
  position: relative;
}

.main .carousel {
  display: flex;
  width: 1060px;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.main .view-2 {
  flex-direction: column;
  width: 500px;
  align-items: flex-start;
  gap: 32px;
  display: flex;
  position: relative;
}

.tab_con .item > img,
.tab_con_2 .item > img {
  width: 480px;
  height: 360px;
  border-radius: 12px;
}

.main h2 {
  position: relative;
  width: 500px;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #050038;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 56px;
}

.main .xinxi-text h2 {
  font-size: 24px;
}

.main .frame-2 {
  display: flex;
  flex-direction: column;
  width: 500px;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.main .rectangle {
  width: 80px;
  position: relative;
  height: 100px;
}

.main .text-wrapper-6 {
  width: 535px;
  font-family: "Alibaba PuHuiTi 3.0-55Regular L3", Helvetica;
  color: #050038b2;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 2em;
}

video {
  width: 480px;
  height: 360px;
}

.main .more {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  position: relative;
  font-family: "Inter-Regular", Helvetica;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  background-color: #ef4921;
  border-radius: 24px;
}

.main .div-4 {
  position: relative;
  width: 480px;
  height: 360px;
  background-image: url(../images/gyl/lunbo-1.webp);
  background-size: 100% 100%;
}

.main .img {
  width: 1px;
  position: relative;
  height: 100px;
}

.main .rectangle-2 {
  width: 80px;
  margin-top: -1043px;
  margin-left: -4565px;
  position: relative;
  height: 100px;
}

.main .rectangle-3 {
  width: 80px;
  margin-top: -1043px;
  margin-left: -4475px;
  position: relative;
  height: 100px;
}

.main .div-5 {
  position: relative;
  width: 480px;
  height: 360px;
  margin-top: -931px;
  margin-left: -9810px;
  background-image: url(./img/brainstormwithoutshadow-jpg-5.webp);
  background-size: 100% 100%;
}

.main .rectangle-4 {
  margin-top: -1043px;
  margin-left: -5715px;
  position: relative;
  width: 80px;
  height: 100px;
}

/* 中间板块 */

/* footer */

.footer {
  background: var(--primary);
}

.footer-top {
  display: flex;
  justify-content: space-around;
  margin: 0px auto;
  padding: 60px 0 20px 0;
}

.footer-top ul:nth-child(4) li {
  color: #fff;
  font-size: 12px;
}

.footer-top ul:nth-child(5) li {
  color: #fff;
  font-size: 12px;
}

.footer ul {
  float: left;
  padding: 0;
}

.footer ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
}

.footer ul li {
  position: relative;
  color: #d1d2d8;
  margin-bottom: 8px;
}

.footer ul li strong {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer ul li strong a {
  font-size: 16px;
  color: #fff;
  opacity: 1;
}

.footer ul li p {
  margin-left: 20px;
  margin-top: 10px;
}

.footer ul li .footer-qrcode {
  margin-top: 20px;
  display: none;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  font-size: 12px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.footer-copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background-size: contain;
  margin-top: 5px;
}

.footer-location {
  float: right;
}

.footer-location p {
  text-align: right;
}

.footer-location span {
  margin-left: 20px;
}

.footer-copyright img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer-copyright p,
.footer-copyright a {
  line-height: 2em;
  color: #fff;
}

.icon-footer {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.pt0 {
  padding-top: 0px;
}

@-webkit-keyframes slide-text-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-text-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-fade {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(-4%) rotateZ(1deg);
    transform: scale(1.1) translateY(-4%) rotateZ(1deg);
  }
}

@keyframes slide-fade {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(-4%) rotateZ(1deg);
    transform: scale(1.1) translateY(-4%) rotateZ(1deg);
  }
}
