@-webkit-keyframes bounce-down {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 70px;
  }
  100% {
    bottom: 50px;
  }
}
@keyframes bounce-down {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 70px;
  }
  100% {
    bottom: 50px;
  }
}
.gpt-container {
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
}
.gpt-container .gpt-mouse {
  position: absolute;
  width: 14px;
  height: 26px;
  border-radius: 7px;
  width: 46px;
  height: 62px;
  background: url(../../images/gpt/gpt-mouse.png) no-repeat center;
  background-size: 100%;
  bottom: 50px;
  left: calc(100vw / 2);
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
  -webkit-animation: bounce-down 1000ms ease-out infinite;
  animation: bounce-down 1000ms ease-out infinite;
}
.gpt-img-box {
  width: 100%;
  height: 100vh;
  /* display: flex;
    justify-content: start;
    align-items: center; */
  background-size: cover !important;
  position: relative;
}
.gpt-img-box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.gpt-img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-box {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.gpt-first-title .title {
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 50px;
  opacity: 1;
  -webkit-animation: fadeInUp 0.2s both 0.5s;
  animation: fadeInUp 0.2s both 0.5s;
  transition: all 0.3s;
}
.gpt-first-title .title::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.gpt-first-title .desc {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  /* max-width: 800px; */
  opacity: 1;
  transition: all 0.3s;
  -webkit-animation: fadeInUp 0.4s both 0.9s;
  animation: fadeInUp 0.4s both 0.9s;
}
.gpt-first-title .num {
  font-weight: 600;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.gpt-box {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../../images/gpt/gpt-img5.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
.gpt-title {
  text-align: center;
  color: #FFFFFF;
}
.gpt-title h1 {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 60px;
  position: relative;
}
.gpt-title h1::after {
  content: "";
  width: 125px;
  height: 8px;
  background: linear-gradient(90deg, #F76C5C 0%, #F76D5B 31%, #FF8538 100%);
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
}
.gpt-title p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
/*企业GPT应用场景*/
.tm-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.tm-list li {
  width: calc(50% - 70px);
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 35px;
}
.tm-box {
  display: flex;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 100%;
  height: 220px;
  background: rgba(255, 255, 255, 0.26);
  padding: 50px 40px;
  box-sizing: border-box;
  padding-right: 125px;
  transition: all 0.3s;
}
.tm-box:hover {
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.6);
}
.tm-box .icon-box {
  margin-right: 30px;
}
.tm-title {
  color: #FFFFFF;
}
.tm-title h1 {
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.tm-title p {
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
/*AI内容营销*/
.gpt-box2 {
  padding-top: 40px;
  padding-bottom: 20px;
  background: url(../../images/gpt/gpt-boxbg.jpg) no-repeat center;
  box-sizing: border-box;
  background-size: cover;
}
.gpt-box2-2 {
  background: rgba(0, 0, 0, 0.2);
}
.gpt-aibox {
  display: flex;
}
.gpt-ai-a {
  width: 50%;
  height: 100vh;
  display: block;
  position: relative;
}
.gpt-ai-a .img-box {
  width: 100%;
  height: 100%;
}
.gpt-ai-a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gpt-ai-a .ai-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.9) 60%, #000000);
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 50%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 10% 8%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.gpt-ai-a .ai-text h1 {
  width: 100%;
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
}
.gpt-ai-a .ai-text .ai-text-p1,
.gpt-ai-a .ai-text .ai-text-p2 {
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  transition: all 0.3s;
}
.gpt-ai-a .ai-text .ai-text-p2 {
  display: none;
}
.gpt-ai-a:hover .ai-text {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  /* align-content: center; */
}
.gpt-ai-a:hover .ai-text .ai-text-p2 {
  display: block;
}
.gpt-ai-a:hover .ai-text .ai-text-p1 {
  display: none;
}
.gpt-box2-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.gpt-box3-top {
  display: none;
}
.gpt-other-img {
  width: 800px;
  height: 625px;
}
.gpt-other-img img {
  border-radius: 10px;
}
.gpt-other-title {
  position: relative;
  z-index: 99;
}
.gpt-other-title .title {
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
  opacity: 1;
  -webkit-animation: fadeInUp 0.2s both 0.5s;
  animation: fadeInUp 0.2s both 0.5s;
  transition: all 0.3s;
}
.gpt-other-title .desc {
  margin-bottom: 50px;
  /* max-width: 800px; */
  opacity: 1;
  transition: all 0.3s;
  -webkit-animation: fadeInUp 0.4s both 0.9s;
  animation: fadeInUp 0.4s both 0.9s;
}
.gpt-other-title .desc li {
  margin-bottom: 10px;
}
.gpt-other-title .desc li a {
  display: block;
  font-weight: 100;
  font-size: 16px;
  color: #D9D9D9;
  line-height: 26px;
  padding-left: 20px;
  transition: all 0.3s;
  position: relative;
}
.gpt-other-title .desc li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #FB6B1D;
  left: 0;
  top: 13px;
  transition: all 0.3s;
}
.gpt-other-title .desc li a:hover {
  padding-left: 30px;
}
.gpt-other-title .desc li a:hover::after {
  width: 20px;
}
.gpt-other-title .num {
  font-weight: 500;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 50px;
  display: block;
}
.gpt-other-title .gpt-more {
  font-weight: 300;
  font-size: 20px;
  color: #FE8439;
  line-height: 26px;
  position: relative;
}
.gpt-other-title .gpt-more::after,
.gpt-other-title .gpt-more::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 1px solid #FE8439;
  border-bottom: 1px solid #FE8439;
  right: -20px;
  top: 5px;
}
.gpt-other-title .gpt-more::after {
  right: -25px;
}
.gpt-other-img {
  width: 800px;
  height: 625px;
  position: relative;
  z-index: 999;
  display: flex;
}
.gpt-other-img img {
  border-radius: 12px;
}
.gpt-other-img2 img {
  width: 50%;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gpt-other-img2 img:nth-child(2) {
  left: auto;
  bottom: auto;
  right: 0;
  top: 0;
}
.gpt-case-a {
  position: relative;
  height: 400px;
  display: block;
  overflow: hidden;
}
.gpt-case-a .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.gpt-case-a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gpt-case-a:hover .img {
  transform: scale(1.03);
}
.gpt-case-a:hover .gpt-icon-right {
  border-color: #FE955C;
}
.gpt-case-a:hover .gpt-icon-right::before {
  background: linear-gradient(180deg, #FE955C 0%, #F95D4B 100%);
}
.gpt-case-a:hover .gpt-icon-right::after {
  background: linear-gradient(180deg, #FE955C 0%, #F95D4B 100%);
}
.gpt-case-cont {
  position: relative;
  z-index: 1;
  max-width: 600px;
}
.gpt-case-cont img {
  margin-bottom: 30px;
}
.gpt-case-cont p {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
}
.gpt-icon-right {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  position: relative;
}
.gpt-icon-right::before,
.gpt-icon-right::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
  left: 20px;
  top: 20px;
}
.gpt-icon-right::before {
  transform: rotate(-45deg);
  margin-top: 7px;
}
.gpt-icon-right::after {
  transform: rotate(45deg);
}
.icon-cuo {
  width: 28px;
  height: 19px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.icon-cuo::before,
.icon-cuo::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
  left: 0;
  top: 6px;
  transform-origin: center;
}
.icon-cuo::before {
  transform: rotate(-45deg);
}
.icon-cuo::after {
  transform: rotate(45deg);
}
.icon-dui {
  width: 28px;
  height: 19px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.icon-dui::before,
.icon-dui::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
  left: 0;
  top: 6px;
  transform-origin: center;
}
.icon-dui::before {
  transform: rotate(-45deg);
  left: 6px;
}
.icon-dui::after {
  transform: rotate(45deg);
  width: 16px;
  left: -3px;
  top: 9px;
}
.gpt-case-more {
  display: block;
  width: 150px;
  height: 50px;
  background: linear-gradient(90deg, #F76C5C 0%, #FE8439 100%);
  border-radius: 10px;
  margin: 0 auto 100px;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.gpt-case-more:hover {
  color: #fff;
  top: -10px;
}
.gpt-box-table {
  background: url(../../images/gpt/gpt-tablebg.jpg) no-repeat center top;
  background-size: cover;
}
.gpt-table table {
  width: 100%;
  table-layout: fixed;
  background: rgba(255, 255, 255, 0.24);
}
.gpt-table table td,
.gpt-table table th {
  border-right: 1px solid #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 30px;
  border-bottom: 1px solid #FFFFFF;
}
.gpt-table table td:last-child,
.gpt-table table th:last-child {
  border-right: 0;
}
.gpt-table table td.left,
.gpt-table table th.left {
  text-align: left;
}
.gpt-table thead tr {
  background: linear-gradient(90deg, #F76C5C 0%, #FE8439 100%);
}
.gpt-table2 table td {
  min-height: 90px;
}
/*社媒*/
.gpt-first-title-sm {
  text-align: center;
}
.gpt-first-title-sm .title {
  position: static;
  font-size: 70px;
  line-height: 90px;
  font-weight: 500;
  margin-bottom: 0;
}
.gpt-first-title-sm .title::after {
  display: none;
}
.gpt-first-title-sm .desc {
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
  color: #FC7E41;
}
.gpt-yunying {
  padding: 150px 0;
  background: url(../../images/gpt/gpt-img13.jpg) center top;
  background-size: cover;
}
.sm-list {
  padding-left: 52px;
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.sm-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 9px;
  background: linear-gradient(90deg, #F76C5C 0%, #F76D5B 31%, #FF8538 100%);
  border-radius: 4px;
}
.sm-list li {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.sm-list li::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: #FD823A;
  border: 4px solid #FFFFFF;
  left: -60px;
  border-radius: 50%;
  z-index: 1;
  top: 50%;
  margin-top: -8px;
}
.sm-list li:nth-child(2)::before {
  background: #2178D6;
}
.sm-list li:nth-child(3)::before {
  background: #7B6DDC;
}
.sm-list li:nth-child(4)::before {
  background: #1EC6A5;
}
.sm-list li:nth-child(5)::before {
  background: #2178D6;
}
.sm-list li:nth-child(6)::before {
  background: #FD823A;
}
.sm-list li:last-child {
  margin-bottom: 0;
}
.sm-list-a {
  display: flex;
  border-radius: 16px;
  justify-content: space-between;
  padding: 30px 30px 30px 80px;
}
.sm-list-a .sm-list-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sm-list-a .sm-list-cont p {
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 44px;
}
.sm-list-a .sm-list-cont span {
  display: block;
  width: 80px;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  position: relative;
}
.sm-list-a .sm-list-cont span::after,
.sm-list-a .sm-list-cont span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: -20px;
  top: 7px;
}
.sm-list-a .sm-list-cont span::after {
  right: -25px;
}
.sm-list-a .img-box {
  width: 380px;
  text-align: center;
}
.sm-list-a .img-box img {
  display: inline;
}
.xh-box {
  background: url(../../images/gpt/xh-bg.jpg) no-repeat center top;
  padding-bottom: 30px;
  background-size: cover;
}
.xh-box2 {
  background: url(../../images/gpt/seo-yybg.jpg) no-repeat center top;
  background-size: 100% 101% ;
  padding-bottom: 100px;
}
.xh-img-box {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.xh-img-box:last-child {
  margin-bottom: 0;
}
.xh-img-box img {
  max-width: 100%;
}
.xh-tit-box {
  padding-top: 40px;
}
.xh-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
}
.xh-logo p {
  font-weight: 300;
  font-size: 60px;
  color: #FFFFFF;
  margin-right: 40px;
}
.xh-desc {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  margin-bottom: 60px;
}
.xh-num {
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  justify-content: space-evenly;
  margin-bottom: 70px;
}
.xh-num > div {
  text-align: center;
}
.xh-num h1 {
  font-weight: 300;
  font-size: 40px;
}
.xh-num p {
  font-weight: 300;
  font-size: 22px;
}
.gpt-seo-box {
  background: url(../../images/gpt/gpt-seobg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0;
  box-sizing: border-box;
}
.gpt-seo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gpt-seo li {
  width: calc(50% - 50px);
  margin-bottom: 50px;
}
.gpt-seo li .seo-a {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 50px 40px;
  box-sizing: border-box;
}
.gpt-seo li .seo-a .icon-box {
  margin-right: 22px;
}
.gpt-seo li .seo-a .icon-cont h1 {
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 15px;
}
.gpt-seo li .seo-a .icon-cont p {
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.gpt-seo li .seo-a:hover {
  background: rgba(255, 255, 255, 0.35);
}
.xh-desc-box {
  display: flex;
  justify-content: space-between;
}
.xh-desc-box .img-box {
  width: 675px;
  position: relative;
  display: block;
  overflow: hidden;
}
.xh-desc-box .img-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 44px);
  height: 240px;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 30%;
}
.xh-desc-box .img-box img {
  position: relative;
  z-index: 1;
}
.xh-desc-box .img-box img:last-child {
  float: right;
}
.xh-desc-box .img-cont {
  width: calc(100% - 675px - 80px);
}
.xh-desc-box .img-cont li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
.xh-desc-box .img-cont li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: linear-gradient(180deg, #D81E06 0%, #6C0F03 100%);
  border: 6px solid #FC7E41;
  border-radius: 50%;
}
.xh-desc-box .img-cont li h1 {
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.xh-desc-box .img-cont li > div {
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
}
.gpt-swiper-box {
  position: relative;
  height: auto;
  padding: 60px 0;
  padding-top: 0;
  background: url(../../images/gpt/gpt-img7.jpg) no-repeat center;
  background-size: cover;
}
.gpt-swiper-box .gpt-box2 {
  background: none;
}
.gpt-swiper-box .gpt-other-text {
  background: rgba(255, 255, 255, 0.24);
  width: 800px;
  border-radius: 10px;
  display: block;
  padding: 30px 80px;
  box-sizing: border-box;
}
.gpt-swiper-box .gpt-other-text li {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow: hidden;
}
.gpt-swiper-box .gpt-other-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #F76D5C;
  border-radius: 50%;
}
.gpt-swiper-box .gpt-other-text li:last-child {
  margin-bottom: 0;
}
.gpt-swiper-box .gpt-other-text span {
  width: 180px;
  float: left;
}
.gpt-swiper-box .gpt-other-text p {
  width: calc(100% - 180px);
  float: left;
}
.gpt-swiper-box .swiper-pagination {
  position: static;
  text-align: left;
  font-size: 34px;
}
.gpt-swiper-box .swiper-pagination .swiper-pagination-current {
  font-size: 40px;
  color: #fff;
}
.gpt-swiper-box .swiper-button-next,
.gpt-swiper-box .swiper-button-prev {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.gpt-swiper-box .swiper-button-prev {
  background: url(../../images/gpt/seo-left.png) no-repeat center rgba(255, 255, 255, 0.3);
  left: 5%;
}
.gpt-swiper-box .swiper-button-next {
  background: url(../../images/gpt/seo-right.png) no-repeat center rgba(255, 255, 255, 0.3);
  right: 5%;
}
@media screen and (max-width: 1400px) {
  .gpt-first-title .title {
    font-size: 50px;
  }
  .gpt-first-title .num {
    font-size: 80px;
  }
  .gpt-other-img {
    width: 600px;
    height: 468px;
  }
  .gpt-other-img img {
    width: 100%;
  }
  .gpt-other-img2 img {
    width: 50%;
    height: auto;
  }
  .gpt-swiper-box .m-width-1404 {
    max-width: 1200px;
  }
  .gpt-swiper-box .swiper-button-next {
    right: 10px;
  }
  .gpt-swiper-box .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .tm-box {
    padding: 30px;
    height: 175px;
  }
  .tm-title h1 {
    font-size: 24px;
  }
  .tm-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .gpt-ai-a .ai-text .ai-text-p1,
  .gpt-ai-a .ai-text .ai-text-p2 {
    font-size: 14px;
    line-height: 22px;
  }
  .gpt-ai-a .ai-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gpt-other-img {
    width: 400px;
    height: 312px;
  }
  .gpt-other-img img {
    width: 100%;
  }
  .gpt-other-img2 img {
    width: 50%;
    height: auto;
  }
  .gpt-case-a {
    height: 300px;
  }
  .gpt-other-title .title {
    font-size: 50px;
  }
  .gpt-seo li .seo-a {
    padding: 30px;
    min-height: 252px;
  }
  .gpt-seo li .seo-a .icon-box {
    margin-right: 10px;
  }
  .gpt-seo li .seo-a .icon-cont h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .gpt-seo li .seo-a .icon-cont p {
    font-size: 14px;
    line-height: 24px;
  }
  .gpt-seo li .seo-a .icon-cont p br {
    display: none;
  }
  .xh-desc-box .img-box {
    width: 500px;
  }
  .xh-desc-box .img-box {
    width: 500px;
  }
  .xh-desc-box .img-box::after {
    left: 14px;
    top: 20%;
  }
  .xh-desc-box .img-box img {
    width: 450px;
  }
  .xh-desc-box .img-cont {
    width: calc(100% - 550px);
  }
  .xh-desc-box .img-cont li::after {
    width: 12px;
    height: 12px;
  }
  .xh-desc-box .img-cont li h1 {
    font-size: 18px;
  }
  .xh-desc-box .img-cont li > div {
    font-size: 14px;
    line-height: 24px;
  }
  .gpt-swiper-box .m-width-1404 {
    width: 900px;
  }
  .gpt-swiper-box .gpt-other-text {
    width: 550px;
    padding: 30px;
  }
  .gpt-swiper-box .gpt-other-text li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .gpt-first-title .title {
    font-size: 36px;
  }
  .gpt-other-title .title {
    font-size: 36px;
  }
  .gpt-container .gpt-mouse {
    width: 30px;
  }
  .gpt-title h1 {
    font-size: 36px;
  }
  .gpt-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gpt-case-more {
    margin-bottom: 50px;
  }
  .sm-list-a .sm-list-cont p {
    font-size: 18px;
    line-height: 26px;
  }
  .sm-list-a .sm-list-cont p br {
    display: none;
  }
  .gpt-first-title-sm .desc {
    font-size: 50px;
  }
  .gpt-swiper-box .swiper-button-next,
  .gpt-swiper-box .swiper-button-prev {
    display: none;
  }
  .gpt-seo-box {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .m-width-1404 {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .tm-list li {
    width: calc(50% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .tm-title h1 {
    font-size: 18px;
  }
  .tm-title p {
    font-size: 13px;
    line-height: 20px;
  }
  .gpt-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gpt-other-title {
    max-width: 300px;
  }
  .gpt-other-img {
    width: 300px;
    height: 240px;
  }
  .gpt-table table td,
  .gpt-table table th {
    font-size: 14px;
    padding: 15px;
  }
  .sm-list-a .img-box {
    width: 200px;
  }
  .sm-list-a .img-box img {
    width: 100%;
  }
  .sm-list-a .sm-list-cont {
    width: calc(100% - 200px);
  }
  .gpt-first-title-sm .desc {
    font-size: 36px;
  }
  .gpt-seo-box {
    padding: 40px 0;
  }
  .gpt-seo {
    display: block;
  }
  .gpt-seo li {
    width: 100%;
    margin-bottom: 30px;
  }
  .gpt-seo li .seo-a {
    padding: 15px;
    min-height: 0;
  }
  .xh-desc-box {
    display: block;
  }
  .xh-desc-box .img-box {
    margin: 0 auto 30px;
  }
  .xh-desc-box .img-cont {
    width: 100%;
  }
  .gpt-swiper-box .m-width-1404 {
    width: 100%;
    box-sizing: border-box;
  }
  .gpt-swiper-box .gpt-other-text li {
    font-size: 14px;
  }
  .gpt-swiper-box .gpt-other-text span {
    width: 120px;
  }
  .gpt-swiper-box .gpt-other-text {
    width: 462px;
  }
}
@media screen and (max-width: 767px) {
  .m-width-1404 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gpt-first-title .title {
    font-size: 28px;
  }
  .gpt-title h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .gpt-title h1::after {
    width: 60px;
    height: 4px;
    bottom: -10px;
  }
  .gpt-title p {
    font-size: 14px;
    line-height: 24px;
  }
  .gpt-title p br {
    display: none;
  }
  .tm-list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tm-box {
    height: auto;
  }
  .gpt-aibox {
    display: block;
  }
  .gpt-ai-a {
    width: 100%;
    height: 400px;
  }
  .gpt-ai-a .ai-text h1 {
    font-size: 24px;
  }
  #smooth-wrapper .gpt-container {
    width: 100%;
  }
  .gpt-container {
    height: auto;
    display: block;
  }
  .gpt-first-title .num {
    position: relative;
  }
  .gpt-img-box {
    display: flex;
    height: auto;
    min-height: 500px;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flex-box {
    display: block;
  }
  .gpt-other-title {
    margin-bottom: 30px;
  }
  .gpt-other-title .num {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .gpt-other-title .desc {
    margin-bottom: 10px;
  }
  .gpt-box2-top {
    display: none;
  }
  .gpt-box3-top {
    display: block;
  }
  .gpt-other-title .gpt-more {
    font-size: 16px;
  }
  .gpt-other-title .gpt-more::after,
  .gpt-other-title .gpt-more::before {
    width: 6px;
    height: 6px;
  }
  .gpt-case-a {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gpt-case-cont {
    margin-bottom: 30px;
  }
  .gpt-case-cont img {
    max-width: 100%;
  }
  .icon-cuo {
    width: 18px;
  }
  .icon-cuo::before,
  .icon-cuo::after {
    width: 18px;
    height: 2px;
  }
  .icon-dui {
    width: 18px;
  }
  .icon-dui::before,
  .icon-dui::after {
    width: 18px;
    height: 2px;
  }
  .icon-dui::after {
    width: 10px;
    left: 1px;
  }
  .gpt-table table td,
  .gpt-table table th {
    word-wrap: break-word;
    padding: 10px;
  }
  .gpt-first-title-sm .desc {
    font-size: 28px;
    line-height: 36px;
  }
  .gpt-first-title .title {
    line-height: 36px;
  }
  .sm-list {
    padding-left: 40px;
  }
  .sm-list::after {
    width: 4px;
  }
  .sm-list li::before {
    width: 10px;
    height: 10px;
    border-width: 3px;
    left: -47px;
  }
  .sm-list-a {
    padding: 30px;
    display: block;
  }
  .sm-list-a .sm-list-cont {
    width: 100%;
    margin-bottom: 30px;
  }
  .sm-list-a .sm-list-cont p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .sm-list-a .sm-list-cont span {
    font-size: 14px;
  }
  .sm-list-a .sm-list-cont span::before,
  .sm-list-a .sm-list-cont span::after {
    width: 6px;
    height: 6px;
    right: 5px;
    top: 10px;
  }
  .sm-list-a .sm-list-cont span::after {
    right: 0;
  }
  .sm-list-a .img-box {
    width: 100%;
  }
  .xh-logo p {
    font-size: 36px;
  }
  .xh-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .xh-desc br {
    display: none;
  }
  .xh-num h1 {
    font-size: 20px;
  }
  .xh-num p {
    font-size: 14px;
  }
  .xh-desc-box .img-box {
    width: 100%;
  }
  .xh-desc-box .img-box img {
    width: 100%;
    margin-bottom: 30px;
  }
  .xh-box2 {
    padding-bottom: 40px;
  }
  .gpt-swiper-box {
    display: block;
  }
  .gpt-swiper-box .gpt-other-text {
    width: 100%;
  }
  .gpt-swiper-box .gpt-other-text span {
    display: block;
  }
}
