/* @font-face {
        font-family: 'pingfangSC';
        src: url('../fonts/pingfang_regular-webfont.eot');
        src: url('../fonts/pingfang_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pingfang_regular-webfont.woff2') format('woff2'), url('../fonts/pingfang_regular-webfont.woff') format('woff'), url('../fonts/pingfang_regular-webfont.ttf') format('truetype'), url('../fonts/pingfang_regular-webfont.svg#pingfangSC') format('svg');
        font-weight: normal;
        font-style: normal;
    } */
@charset "utf-8";

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

body {
  font-family: 阿里巴巴普惠体, PingFang SC, Source Sans Pro, Helvetica Neue,
    Microsoft Yahei, Helvetica, Arial, Hiragino Sans GB, Heiti SC,
    WenQuanYi Micro Hei, sans-serif, serif;
  overflow-x: hidden;
}

body {
  overflow-y: auto !important;
}

.wrapper {
  min-width: 1100px;
}

label {
  margin: 0px;
  font-weight: 400;
}

p {
  margin: 0px;
}

img {
  display: block;
  max-width: 100%;
}

h2,
h3 {
  margin: 0 auto;
  line-height: inherit;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.float-left {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.float-left:after {
  content: "";
  display: block;
  clear: both;
}

ul.float-left > li {
  float: left;
}

.form-control {
  border-radius: 25px;
  font-size: 18px;
  padding: 8px 30px;
  height: 52px;
  border-color: #c7c7c7;
}

.form-control:focus {
  box-shadow: none;
  border-color: #989898;
}

.form-control.error {
  border-color: #ff8d8d;
}

.container {
  position: relative;
  z-index: 1;
}

.container-sm {
  width: 986px;
}

.full-screen {
  width: 100%;
}

/* BTN */

.btn-lg {
  padding: 10px 40px;
  min-width: 180px;
  font-size: 18px;
  height: 46px;
  line-height: 26px;
}

.btn-sm {
  padding: 5px 10px;
  min-width: 92px;
  font-size: 16px;
}

.btn-md {
  padding: 7px 10px;
  min-width: 150px;
  font-size: 16px;
}

.btn-border-white,
.btn-border-white:focus {
  border: solid 1px #fff;
  color: #fff;
  border-radius: 100px;
  background: none;
}

.btn-border-white:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.btn-border-blue,
.btn-border-blue:focus {
  border: solid 1px var(--primary);
  color: var(--primary);
  border-radius: 30px;
  background: none;
}

.btn-border-blue:hover {
  background: rgba(102, 142, 255, 0.2);
  color: var(--primary);
}

.btn-blue {
  width: 100px;
  margin-top: 20px;
  background: var(--secondary);
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
}

.btn-blue:focus,
.btn-blue:hover {
  color: #fff;
  box-shadow: 4px 4px 30px rgba(112, 112, 247, 0.3);
}

.btn-blue:active {
  box-shadow: 4px 4px 30px rgba(112, 112, 247, 0.4),
    inset 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.bg-white {
  background: #fff;
}

.bg-light-gray {
  /*background: #f7fafe;*/
  background: #eff3fe;
}

.bg-white .title,
.bg-light-gray .title {
  color: #383838;
}

.bg-white .title-desc,
.bg-light-gray .title-desc {
  color: #808080;
}

.num {
  font-size: 176px;
  line-height: 176px;
  font-weight: bold;
  color: #f7fafe;
}

/* banner */
.banner {
  margin-top: 68px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 60vh;
  min-height: 600px;
}

.bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ee431a 0%, #fea58e 100%);
}

.banner-con {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 100%;
  background: url(../images/gyl/banner-yangtao-1.webp) no-repeat center;
  background-size: 100%;
}

@media screen and (max-width: 920px) {
  .banner {
    height: 600px;
  }
  .banner-con {
    width: 100%;
    margin-left: 0;
    left: 0;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .banner {
    height: 60vh;
    min-height: 600px;
  }
  .banner-con {
    width: 100%;
    margin-left: 0;
    left: 0;
    background-size: cover;
  }
}

.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;
}

/* 央淘介绍 */

.brif {
  display: flex;
  justify-content: flex-start;
  gap: 48px;
  flex-direction: column;
  margin-top: 100px;
  width: 1160px;
  height: 800 px;
}

.brif video {
  width: 1160px;
  height: 655px;
  border-radius: 12px;
}

.brif p {
  color: #333333;
  font-size: 18px;
  font-family: Work Sans;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  word-wrap: break-word;
  text-indent: 2em;
}

.brif .more {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 24px;

  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.brif .more a {
  text-decoration: none;
  text-align: center;
  color: #ef4921;
  font-size: 18px;
  font-family: Work Sans;
  font-weight: 600;
  word-wrap: break-word;
  cursor: pointer;
}

/* 央淘介绍 */

/* brand */
.services {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 1120px;
  gap: 24px;
  height: 700px;
}

.services .title {
  display: flex;
  justify-content: space-between;
}

.services .title .left {
  font-size: 40px;
  font-weight: 900;
  color: #333333;
}

.services .title .right {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
}

.services .special {
  margin-top: 4px;
  width: 50px;
  height: 4px;
  background-color: #333333;
}

.text-wrapper-2 {
  font-family: var(--heading-4-font-family);
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  text-align: center;
  line-height: var(--heading-4-line-height);
  white-space: nowrap;
}

.services img {
  /* margin-top: -30px; */
  width: 1120px;
  height: 100%;
}

/* brand */
.culture {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 1120px;
  gap: 24px;
  height: 1100px;
}

.culture .title,
.brif .title {
  display: flex;
  justify-content: space-between;
}

.culture .title .left,
.brif .title .left {
  font-size: 40px;
  font-weight: 900;
  color: #333333;
}

.culture .title .right,
.brif .title .right {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
}

.culture > div:nth-child(2),
.brif > div:nth-child(2) {
  margin-top: 4px;
  width: 50px;
  height: 4px;
  background-color: #333333;
}

.culture > div > img {
  border-radius: 12px;
}

.value {
  display: flex;

  justify-content: space-between;
}

.value div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  width: 321px;
  height: 217px;
  padding: 30px 20px;
  border-radius: 10px;
  border: 1.4px #e0e3eb solid;
}

.value img {
  width: 40px;
  height: 40px;
}

.value h4 {
  font-size: 24px;
  font-weight: 700;
}

.value p {
  color: #858ead;
  font-size: 16px;
  font-family: Work Sans;
  font-weight: 400;
  word-wrap: break-word;
}

/* 媒体 */
.media {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 1120px;
  gap: 24px;
  height: 480px;
}

.media .title {
  display: flex;
  justify-content: space-between;
}

.media .title .left {
  font-size: 40px;
  font-weight: 900;
  color: #333333;
}

.media .title .right {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
}

.media > div:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 32px;
  width: 50px;
  height: 4px;
  background-color: #333333;
}

.value {
  display: flex;

  justify-content: space-between;
}

.value .saoma {
  width: 250px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.value .saoma img {
  width: 200px;
  height: 200px;
}

/* 中间板块 */
.main {
  margin: 64px auto 0;
  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: 32px;
  position: relative;
  flex: 0 0 auto;
}

.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: 428.09px;
  margin-top: -1px;
  font-family: "Alibaba PuHuiTi 3.0-55Regular L3", Helvetica;
  font-weight: 400;
  color: #050038b8;
  font-size: 18px;
  letter-spacing: 0;
  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;
  background-image: url(../images/gyl/xinxi-pic.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: #f1f3fd;
  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;
}

.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 .frame-2 {
  display: flex;
  flex-direction: column;
  width: 500px;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.main .rectangle {
  width: 80px;
  position: relative;
  height: 100px;
}

.main .text-wrapper-6 {
  width: 500px;
  font-family: "Alibaba PuHuiTi 3.0-55Regular L3", Helvetica;
  color: #050038b2;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.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: var(--primary);
  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: #ef4921;
  width: 100%;
}

.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);
  }
}
