:root {
  --theme-color: #222;
  --theme-color-transparency_5: #fff;
  --theme-color-transparency_7: #fff
}
body {
  font-family: "PingFang SC",'Microsoft YaHei',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/* @font-face {
  font-display: swap;
  font-family: SourceHanSansCN-Medium;
  src: url(../fonts/SourceHanSansCN-Medium.otf)
}

@font-face {
  font-display: swap;
  font-family: SourceHanSansCN-Bold;
  src: url(../fonts/SourceHanSansCN-Bold.otf)
}

@font-face {
  font-display: swap;
  font-family: SourceHanSansCN-Regular;
  src: url(../fonts/SourceHanSansCN-Regular.otf)
} */

@font-face {
  font-family: Outfit-Medium;
  src: url(../fonts/Outfit-Medium.ttf)
}

@font-face {
  font-family: Outfit-Regular;
  src: url(../fonts/Outfit-Regular.ttf)
}

@font-face {
  font-family: Outfit-ExtraLight;
  src: url(../fonts/Outfit-ExtraLight.ttf)
}

@font-face {
  font-family: Outfit-Bold;
  src: url(../fonts/Outfit-Bold.ttf)
}

body {
  overflow-x: hidden
}

body .pickerBox {
  position: absolute;
  left: 50px;
  top: 100px;
  max-width: 1200px
}

body .pickerBox .picker {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  left: 0;
  opacity: .4
}

body .pickerBox .picker:hover {
  opacity: 1;
  transition: all .2s ease
}

body a {
  text-decoration: none !important
}

header .header {
  background-color: #000;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0
}

header .header.active .pc-head-nav {
  height: 0;
  opacity: 0;
  padding-top: 0
}

header .header .pc-head-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  transition: all ease .5s;
  -webkit-transition: all ease .5s
}

header .header .pc-head-nav .head-logo {
  width: 15%
}

header .header .pc-head-nav .head-logo img {
  max-width: 100%;
  height: auto
}

header .header .pc-head-nav .head-logo a svg {
  fill: #fff
}

header .header .pc-head-nav .nav-list {
  width: 70%
}

header .header .pc-head-nav .nav-list>ul {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

header .header .pc-head-nav .nav-list>ul>li {
  line-height: 55px;
  position: relative;
  cursor: pointer
}

header .header .pc-head-nav .nav-list>ul>li>a {
  font-size: 16px;
  display: inline-block;
  line-height: 55px;
  padding: 0 25px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #fff
}

header .header .pc-head-nav .nav-list>ul>li.cooperation {
  padding-left: 30px
}

header .header .pc-head-nav .nav-list>ul>li.cooperation a {
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  line-height: 40px;
  color: #000;
  border-radius: 20px
}

header .header .pc-head-nav .nav-list>ul>li:hover>ul {
  opacity: 1;
  height: auto;
  width: auto;
  overflow: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1)
}

header .header .pc-head-nav .nav-list>ul>li>ul {
  position: absolute;
  top: 0;
  padding-top: 60px;
  left: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  filter: Alpha(opacity=70);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1)
}

header .header .pc-head-nav .nav-list>ul>li>ul>li {
  background-color: #fff;
  padding: 0 25px;
  white-space: nowrap;
  line-height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

header .header .pc-head-nav .nav-list>ul>li>ul>li:first-child {
  border-radius: 10px 10px 0 0
}

header .header .pc-head-nav .nav-list>ul>li>ul>li:last-child {
  border-radius: 0 0 10px 10px
}

header .header .pc-head-nav .nav-list>ul>li>ul>li a {
  color: #000
}

header .header .mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #000;
  top: 0;
  left: 0
}

header .header .mobile-nav .m-head {
  display: flex;
  justify-content: space-between;
  height: 76px;
  opacity: 1;
  visibility: visible;
  align-items: center;
  transition: all ease .5s;
  -webkit-transition: all ease .5s
}

header .header .mobile-nav .m-head.active {
  height: 0;
  opacity: 0;
  visibility: hidden
}

header .header .mobile-nav .m-head .m-logo {
  position: relative;
  z-index: 8;
  padding-left: 15px
}

header .header .mobile-nav .m-head .m-logo img {
  max-width: 60%
}

header .header .mobile-nav .m-head .m-logo a svg {
  fill: #fff;
  height: 25px
}

header .header .mobile-nav .m-head .m-button {
  position: absolute;
  z-index: 8;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 10px;
  line-height: 30px;
  text-align: center
}

header .header .mobile-nav .m-head .m-button.active {
  padding: 15px 10px;
  background-color: initial
}

header .header .mobile-nav .m-head .m-button.active>span {
  position: absolute;
  right: 15px;
  margin: 0
}

header .header .mobile-nav .m-head .m-button.active>span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

header .header .mobile-nav .m-head .m-button.active>span:nth-child(2) {
  display: none
}

header .header .mobile-nav .m-head .m-button.active>span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

header .header .mobile-nav .m-head .m-button span {
  display: block;
  background: #fff;
  border-radius: 3px;
  width: 30px;
  height: 2px;
  margin: 8px 0;
  transition: all ease .3s;
  -webkit-transition: all ease .3s
}
header .header .mobile-nav .m-head .m-button span:nth-child(2) {
  width: 70%;
  margin-left: 30%;
}

header .header .mobile-nav .m-nav-list {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 0%;
  height: 100vh;
  right: 0;
  background-color: #000;
  padding: 20px 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0
}

header .header .mobile-nav .m-nav-list p {
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  padding: 0 25px
}
header .header .mobile-nav .m-nav-list p:last-child { margin-top: 70px; }
header .header .mobile-nav .m-nav-list p:last-child a {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 100px;
  font-family: Outfit-Medium;
}

header .header .mobile-nav .m-nav-list p a {
  color: #fff;
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

header .header .mobile-nav .m-nav-list.active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible
}

@media (min-width: 2000px) {
  header .header {
    padding-top: 15px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s
  }

  header .header.active {
    padding-top: 0
  }
}

@media (max-width: 1200px) {
  header .header .pc-head-nav .nav-list {
    width: 75%
  }

  header .header .pc-head-nav .nav-list>ul>li>a {
    padding: 0 20px
  }
}

@media (max-width: 1200px) {
  header .header .pc-head-nav {
    padding-top: 50px
  }

  header .header .pc-head-nav .nav-list {
    width: 80%
  }

  header .header .pc-head-nav .nav-list>ul>li>a {
    padding: 0 8px
  }

  header .header .pc-head-nav .nav-list>ul>li.cooperation {
    padding-left: 15px
  }
}

@media (max-width: 768px) {
  /* header .header .mobile-nav .m-head .m-logo { margin-left: 15px; } */
  header .header .mobile-nav .m-head .m-logo img {
    max-width: inherit;
    height: 25px
  }
}

header .switch {
  background-color: #fff
}

header .switch .pc-head-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px
}

header .switch .pc-head-nav .head-logo {
  width: 15%
}

header .switch .pc-head-nav .head-logo img {
  max-width: 100%;
  height: auto
}

header .switch .pc-head-nav .head-logo a svg {
  background-color: #fff
}

header .switch .pc-head-nav .head-logo a svg {
  fill: #000
}

header .switch .pc-head-nav .nav-list {
  width: 70%
}

header .switch .pc-head-nav .nav-list>ul {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

header .switch .pc-head-nav .nav-list>ul>li {
  line-height: 55px;
  position: relative;
  cursor: pointer
}

header .switch .pc-head-nav .nav-list>ul>li.active::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

header .switch .pc-head-nav .nav-list>ul>li.active>a {
  font-weight: bold
}

header .switch .pc-head-nav .nav-list>ul>li>a {
  font-size: 16px;
  padding: 0 25px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000
}

header .switch .pc-head-nav .nav-list>ul>li.cooperation {
  padding-left: 30px
}

header .switch .pc-head-nav .nav-list>ul>li.cooperation a {
  display: inline-block;
  font-weight: bold;
  background-color: var(--theme-color);
  line-height: 40px;
  color: #000;
  border-radius: 20px
}

header .switch .pc-head-nav .nav-list>ul>li:hover>ul {
  opacity: 1;
  height: auto;
  width: auto;
  overflow: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1)
}

header .switch .pc-head-nav .nav-list>ul>li>ul {
  position: absolute;
  top: 0;
  padding-top: 60px;
  left: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  filter: Alpha(opacity=70);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1)
}

header .switch .pc-head-nav .nav-list>ul>li>ul>li {
  background-color: #fff;
  padding: 0 25px;
  white-space: nowrap;
  line-height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

header .switch .pc-head-nav .nav-list>ul>li>ul>li:first-child {
  border-radius: 10px 10px 0 0
}

header .switch .pc-head-nav .nav-list>ul>li>ul>li:last-child {
  border-radius: 0 0 10px 10px
}

header .switch .pc-head-nav .nav-list>ul>li>ul>li a {
  color: #000
}

header .switch .mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0
}

header .switch .mobile-nav .m-head {
  display: flex;
  justify-content: space-between
}

header .switch .mobile-nav .m-head .m-logo {
  position: relative;
  z-index: 8;
  padding-left: 15px
}

header .switch .mobile-nav .m-head .m-logo img {
  max-width: inherit;
  height: 25px
}

header .switch .mobile-nav .m-head .m-logo a svg {
  fill: #000
}

header .switch .mobile-nav .m-head .m-button {
  position: absolute;
  z-index: 8;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 10px;
  line-height: 30px;
  text-align: center
}

header .switch .mobile-nav .m-head .m-button.active {
  padding: 15px 10px;
  background-color: initial
}

header .switch .mobile-nav .m-head .m-button.active>span {
  position: absolute;
  right: 15px;
  background-color: #fff;
  margin: 0
}

header .switch .mobile-nav .m-head .m-button.active>span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

header .switch .mobile-nav .m-head .m-button.active>span:nth-child(2) {
  display: none
}

header .switch .mobile-nav .m-head .m-button.active>span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

header .switch .mobile-nav .m-head .m-button span {
  display: block;
  background: #000;
  border-radius: 3px;
  width: 30px;
  height: 2px;
  margin: 8px 0;
  transition: all ease .3s;
  -webkit-transition: all ease .3s
}

header .switch .mobile-nav .m-nav-list {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 0%;
  height: 100vh;
  right: 0;
  background-color: #000;
  padding: 20px 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0
}

header .switch .mobile-nav .m-nav-list p {
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  padding: 0 25px
}

header .switch .mobile-nav .m-nav-list p:last-child a {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  color: #000
}

header .switch .mobile-nav .m-nav-list p a {
  color: #fff;
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

header .switch .mobile-nav .m-nav-list.active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible
}

@media (max-width: 1200px) {
  header .switch .pc-head-nav .nav-list {
    width: 75%
  }

  header .switch .pc-head-nav .nav-list>ul>li>a {
    padding: 0 20px
  }
}

@media (max-width: 1200px) {
  header .switch .pc-head-nav {
    padding-top: 50px
  }

  header .switch .pc-head-nav .nav-list {
    width: 80%
  }

  header .switch .pc-head-nav .nav-list>ul>li>a {
    padding: 0 8px
  }

  header .switch .pc-head-nav .nav-list>ul>li.cooperation {
    padding-left: 15px
  }
}
video{
    object-fit:fill;
    padding:0; 
    margin: 0;
}
#introduction {
  background-color: #000;
  padding-top: 216px;
  padding-bottom: 100px
}

#introduction .title {
  font-size: 70px;
  margin-bottom: 60px
}

#introduction .title .p1 {
  color: #fff;
  line-height: 100px
}

#introduction .title .p2 {
  display: flex;
  align-items: flex-start
}

#introduction .title .p2 .bt {
  color: var(--theme-color)
}

#introduction .title .p2 .en {
  color: var(--theme-color);
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  font-weight: normal;
  font-family: Outfit-ExtraLight
}

#introduction .desc p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 32px
}

@media (min-width: 2000px) {
  #introduction .title {
    font-size: 100px
  }

  #introduction .title .p1 {
    line-height: 130px
  }

  #introduction .desc p {
    font-size: 28px;
    line-height: 45px
  }
}

@media (max-width: 1200px) {
  #introduction .title {
    margin-bottom: 60px
  }

  #introduction .title .p1 {
    font-size: 60px;
    line-height: 60px
  }

  #introduction .desc p {
    font-size: 16px;
    line-height: 25px
  }
}

@media (max-width: 1000px) {
  #introduction .title {
    margin-bottom: 24px
  }

  #introduction .title .p1 {
    font-size: 34px;
    line-height: 54px
  }

  #introduction .title .p1 .en {
    line-height: 45px
  }

  #introduction .desc p {
    font-size: 16px;
    line-height: 25px
  }
}

@media (max-width: 768px) {
  #introduction .title .p1 {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 15px
  }

  #introduction .title .p2 .bt {
    white-space: nowrap
  }

  #introduction .title .p2 .en {
    font-size: 16px;
    line-height: 22px
  }

  #introduction .desc p {
    font-size: 16px;
    line-height: 25px
  }
}
.pcs { display: block; }
.sjs { display: none; }
@media (max-width: 488px) {
  /* .container {padding-right: 30px;    padding-left: 30px;} */
  .pcs { display: none; }
  .sjs { display: block; }
  #video {max-width: 100%; margin-bottom: 125px;  overflow:hidden;}
  video{margin: 0; width: 100% !important;}
  #introduction {
    padding: 125px 0 30px
  }

  #introduction .title .p1 {
    letter-spacing: 0;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 0
  }

  #introduction .title .p2 {
    display: block
  }

  #introduction .title .p2 .en {
    position: relative;
    top: -15px
  }

  #introduction .desc {
    margin-top: 20px
  }

  #introduction .desc p {
    font-size: 14px;
    line-height: 22px;
    opacity: .8;
    letter-spacing: 0;
  }
}

#works {
  padding-top: 100px;
  padding-bottom: 100px
}

#works img {
  width: 100%;
  height: auto
}

#works .desc p {
  font-size: 50px;
  line-height: 80px;
  color: #000;
  font-family: "PingFang SC",'Microsoft YaHei';
}

#works .works-list {
  padding-top: 100px
}

#works .works-list .list {
  margin-bottom: 100px
}

#works .works-list .list:hover a .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

#works .works-list .list:hover a .description .l {
  /* color: var(--theme-color) */
}

#works .works-list .list a .img {
  text-align: center;
  overflow: hidden
}

#works .works-list .list a .img img {
  transition: all ease .3s;
  -webkit-transition: all ease .3s
}

#works .works-list .list a .description {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#works .works-list .list a .description .l {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 40px
}

#works .works-list .list a .description .r {
  font-size: 20px;
  font-weight: normal;
  color: grey;
  line-height: 40px
}

#works .more {
  text-align: center
}

#works .more a {
  display: inline-block;
  width: 250px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  font-weight: bold;
  background-color: var(--theme-color);
  font-size: 30px;
  color: #000
}

@media (min-width: 2000px) {
  #works .desc p {
    font-size: 60px;
    line-height: 85px
  }

  #works .works-list .list a .description .l {
    font-size: 40px
  }

  #works .works-list .list a .description .r {
    font-size: 28px
  }

  #works .more a {
    font-size: 40px;
    width: 270px;
    height: 85px;
    line-height: 85px
  }
}

@media (max-width: 1200px) {
  #works .desc p {
    font-size: 40px
  }
}

@media (max-width: 768px) {
  #works .desc p {
    font-size: 30px;
    line-height: 50px
  }
}

@media (max-width: 488px) {
  #works {
    padding: 42px 15px;
  }

  #works .desc p {
    font-size: 21px;
    line-height: 32px
  }

  #works .works-list {
    padding-top: 42px
  }

  #works .works-list .list {
    margin-bottom: 0
  }

  #works .works-list .list a .description {
    padding-top: 14px;
    justify-content: center;
    font-weight: normal;
    padding-bottom: 27px;
  }

  #works .works-list .list a .description .l {
    font-size: 16px;
    color: #838584;
    font-weight: normal;
  }
  #works .more { padding:12px 0 27px; }
  #works .more a {
    font-size: 18px;
    width: auto;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: none;
  }
  #works .more a::after {
    width: 100%;
    height: 4px;
    background-color: #29f90b;
    content: '';
    display: block;
    position: absolute;
    bottom: 8px;
    z-index: -1;
  }
}

#dynamic {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 150px
}

#dynamic img {
  width: 100%
}

#dynamic .dynamic-lunbo {
  position: relative
}

#dynamic .dynamic-lunbo .t-title {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#dynamic .dynamic-lunbo .t-title .l {
  color: #fff;
  font-size: 50px
}

#dynamic .dynamic-lunbo .t-title .r {
  position: relative
}

#dynamic .dynamic-lunbo .t-title .r .swiper-button-next,
#dynamic .dynamic-lunbo .t-title .r .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--theme-color);
  text-align: center;
  line-height: 50px;
  z-index: 2
}

#dynamic .dynamic-lunbo .t-title .r .swiper-button-next:hover,
#dynamic .dynamic-lunbo .t-title .r .swiper-button-prev:hover {
  background-color: #fff
}

#dynamic .dynamic-lunbo .t-title .r .swiper-button-next {
  right: 0
}

#dynamic .dynamic-lunbo .t-title .r .swiper-button-prev {
  right: 70px;
  left: auto
}

#dynamic .dynamic-lunbo .t-title .r .swiper-button-next::after,
#dynamic .dynamic-lunbo .t-title .r .swiper-button-prev::after {
  font-size: 28px;
  color: #000
}

#dynamic .dynamic-lunbo .swiper-container {
  width: 132%;
  margin-top: 100px
}

#dynamic .dynamic-lunbo .swiper-container .swiper-slide:hover a {
  /* color: var(--theme-color) */
}

#dynamic .dynamic-lunbo .swiper-container .swiper-slide a {
  color: #fff
}

#dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .date {
  font-size: 13px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: grey;
  margin: 30px 0
}

#dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .title {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 30px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 2px
}

#dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .title span {
  font-weight: normal
}

#dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .cont {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 30px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px
}

#dynamic .dynamic-lunbo .swiper-container .swiper-slide a .more {
  font-size: 20px;
  font-weight: normal;
  margin-top: 40px
}

@media (min-width: 2000px) {
  #dynamic .dynamic-lunbo .t-title .l {
    font-size: 60px;
    line-height: 85px
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .date {
    font-size: 16px
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .title {
    font-size: 40px
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .cont {
    font-size: 40px
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .more {
    font-size: 28px
  }
}

@media (max-width: 1200px) {
  #dynamic {
    padding: 50px 0
  }

  #dynamic .dynamic-lunbo .t-title .l {
    font-size: 40px
  }

  #dynamic .dynamic-lunbo .t-title .r {
    width: 40%;
    height: 20px
  }

  #dynamic .dynamic-lunbo .t-title .r .swiper-button-next,
  #dynamic .dynamic-lunbo .t-title .r .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 22px
  }

  #dynamic .dynamic-lunbo .t-title .r .swiper-button-prev {
    right: 50px
  }

  #dynamic .dynamic-lunbo .t-title .r .swiper-button-next::after,
  #dynamic .dynamic-lunbo .t-title .r .swiper-button-prev::after {
    font-size: 20px
  }

  #dynamic .dynamic-lunbo .swiper-container {
    width: 100%;
    margin-top: 20px
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .date {
    margin: 15px 0
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .title {
    font-size: 22px
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .cont {
    font-size: 22px
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .more {
    font-size: 20px;
    margin-top: 20px
  }
}

@media (max-width: 768px) {
  #dynamic {
    padding: 38px 0 0;
  }

  #dynamic .dynamic-lunbo .t-title .l {
    font-size: 20px;
    font-weight: normal
  }

  #dynamic .dynamic-lunbo .t-title .r {
    width: 40%;
    height: 20px
  }

  #dynamic .dynamic-lunbo .t-title .r .swiper-button-next,
  #dynamic .dynamic-lunbo .t-title .r .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 22px
  }

  #dynamic .dynamic-lunbo .t-title .r .swiper-button-prev {
    right: 40px
  }

  #dynamic .dynamic-lunbo .t-title .r .swiper-button-next::after,
  #dynamic .dynamic-lunbo .t-title .r .swiper-button-prev::after {
    font-size: 20px
  }

  #dynamic .dynamic-lunbo .swiper-container {
    width: 100%;
    margin-top: 62px;
    overflow: hidden;
    height: 740px;
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide {
    text-align: center;
    overflow: hidden;

  }
  #dynamic .dynamic-lunbo .swiper-container .swiper-slide{
    height: 365px;
    width: 100%;
  }
  #dynamic .dynamic-lunbo .swiper-container .swiper-slide img {
    height: 213px;
    width: 100%;
    overflow: hidden;

  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .date {
    margin: 15px 0
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .title {
    font-size: 16px;
    margin-top: 9px;
    line-height: 40px;
    text-align: left;
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .text .cont {
    font-size: 18px;
    text-align: left;
    margin-top: 0;
  }

  #dynamic .dynamic-lunbo .swiper-container .swiper-slide a .more {
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
  }
}

#brand {
  padding-top: 100px;
  padding-bottom: 150px
}

#brand img {
  width: 100%;
  height: auto
}

#brand .title p {
  font-size: 50px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-weight: normal;
  color: #000;
  line-height: 80px
}

#brand .img-list {
  padding-top: 100px
}

#brand .img-list .list {
  margin-bottom: 34px
}

#brand .img-list .list a {
  display: inline-block;
  border-bottom: 3px solid var(--theme-color)
}

@media (min-width: 2000px) {
  #brand .title p {
    font-size: 60px;
    line-height: 85px
  }
}

@media (max-width: 1200px) {
  #brand .title p {
    font-size: 40px
  }
}

@media (max-width: 768px) {
  #brand .title p {
    font-size: 30px;
    line-height: 50px
  }
}

@media (max-width: 488px) {
  #brand {
    padding: 45px 15px 15px;
  }
  #brand .img-list .list a {
    border-bottom: 2px solid var(--theme-color)
  }
  #brand .title p {
    font-size: 21px;
    font-weight: normal;
    line-height: 32px
  }

  #brand .img-list {
    padding-top: 38px;
    padding-left: 11px;
    padding-right: 11px;

  }

  #brand .img-list .list {
    margin-bottom: 7px
  }
  #brand .img-list .list:last-child { display: none; }

  #brand .img-list .list:nth-child(2n) {
    padding-left: 4px;
    padding-right: 4px
  }

  #brand .img-list .list:nth-child(2n-1) {
    padding-right: 4px;
    padding-left: 4px;
  }
}

#img {
  margin: 50px auto;
  text-align: center
}

#img img {
  display: block;
  width: 100%;
  margin-bottom: 50px
}

#friend_link_1 {
  color: #000;
  margin-top: 2.222rem;
  font-weight: normal
}

#friend_link_1 .friends,
#friend_link_1 .region {
  margin-bottom: .833rem
}

#friend_link_1 .friends .name,
#friend_link_1 .region .name {
  display: inline-block
}

#friend_link_1 .friends .name li,
#friend_link_1 .region .name li {
  display: inline-block;
  margin-right: 1.111rem
}

#friend_link_1 .friends .name li a,
#friend_link_1 .region .name li a {
  font-weight: normal;
  font-size: .889rem;
  transition: all .2s ease;
  color: #222
}

#friend_link_1 .friends .name li:hover a,
#friend_link_1 .region .name li:hover a {
  color: var(--theme-color);
  transition: all .2s ease
}

#friend_link_1 .region {
  margin-top: .833rem
}

#footer_1 {
  padding: 0 0 50px
}

#footer_1 .content {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 100px 0 50px;
  text-align: center
}

#footer_1 .content .title {
  font-size: 70px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  line-height: 100px
}

#footer_1 .content .more {
  margin-top: 50px
}

#footer_1 .content .more a {
  width: 200px;
  line-height: 48px;
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000;
  display: inline-block;
  background-color: var(--theme-color);
  border-radius: 60px
}

#footer_1 .content .contact {
  margin-top: 100px
}

#footer_1 .content .contact .left img {
  width: 100%;
  height: auto
}

#footer_1 .content .contact .left .img {
  width: 70%
}

#footer_1 .content .contact .left .img2 {
  margin-top: 70px;
  width: 70%;
  display: flex;
  justify-content: space-between
}

#footer_1 .content .contact .left .img2 a {
  padding-right: 15px
}

#footer_1 .content .contact .left .img2 a.code {
  position: relative
}

#footer_1 .content .contact .left .img2 a.code .img {
  position: absolute;
  width: 200px;
  height: 0;
  background-color: #eee;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 45px;
  transition: all ease .6s;
  -webkit-transition: all ease .6s
}

#footer_1 .content .contact .left .img2 a.code .img::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: 6;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  transition: all ease .6s;
  -webkit-transition: all ease .6s
}

#footer_1 .content .contact .left .img2 a.code .img img {
  padding: 10px;
  width: 100%;
  height: 100%;
  transition: all ease .6s;
  -webkit-transition: all ease .6s
}

#footer_1 .content .contact .left .img2 a.code:hover .img {
  height: 200px
}

#footer_1 .content .contact .left .img2 a.code:hover .img::after {
  border-top-color: #eee
}

#footer_1 .content .contact .img3 {
  display: none
}

#footer_1 .content .contact .right {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-left: 60px
}

#footer_1 .content .contact .right .list {
  padding-left: 10px
}

#footer_1 .content .contact .right .list .l1 {
  text-align: left
}

#footer_1 .content .contact .right .list .l1 a {
  text-align: left
}

#footer_1 .content .contact .right .list .l1 a .name {
  font-size: 30px;
  line-height: 20px;
  font-family: Outfit-Medium;
  font-weight: normal;
  color: #000;
  padding-bottom: 13px
}

#footer_1 .content .contact .right .list .l1 a .address {
  font-size: 13px;
  line-height: 13px;
  color: grey;
  font-family: Outfit-Regular
}

#footer_1 .content .contact .right .list .l2 {
  margin-top: 75px;
  text-align: left
}

#footer_1 .content .contact .right .list .l2 a {
  text-align: left;
  font-family: Outfit-Regular
}

#footer_1 .content .contact .right .list .l2 a .name {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  padding-bottom: 5px
}

#footer_1 .content .contact .right .list .l2 a .address {
  font-size: 20px;
  line-height: 20px;
  color: #000
}

#footer_1 .service-s {
  border-top: none
}

#footer_1 .team-t {
  border-top: none
}

#footer_1 .bot {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  color: grey;
  
}
#footer_1 .bot .left { font-family:Outfit-Regular; }
#footer_1 .bot .left a {
  color: grey;
  padding: 0 10px;
  font-size: 14px;
  
}

#footer_1 .bot .left a:first-child {
  padding-left: 0
}

#footer_1 .bot .right a {
  color: grey;
  font-size: 14px
}

@media (min-width: 2000px) {
  #footer_1 .content .title {
    font-size: 100px;
    line-height: 130px
  }

  #footer_1 .content .more a {
    font-size: 28px;
    width: 240px;
    height: 56px;
    line-height: 56px
  }

  #footer_1 .content .contact .left {
    text-align: left
  }

  #footer_1 .content .contact .left .img a img {
    width: 85%
  }

  #footer_1 .content .contact .left .img2 {
    margin-top: 85px;
    width: 60%
  }

  #footer_1 .content .contact .left .img2 a {
    padding-right: 15px
  }

  #footer_1 .content .contact .left .img2 a img {
    width: 100%
  }

  #footer_1 .content .contact .right {
    padding-left: 0
  }

  #footer_1 .content .contact .right .list .l1 a .name {
    font-size: 40px;
    line-height: 30px
  }

  #footer_1 .content .contact .right .list .l1 a .address {
    font-size: 16px;
    line-height: 16px
  }

  #footer_1 .content .contact .right .list .l2 a .name {
    font-size: 28px;
    line-height: 35px
  }

  #footer_1 .content .contact .right .list .l2 a .address {
    font-size: 28px
  }

  #footer_1 .bot .left {
    display: flex;
    align-items: center
  }

  #footer_1 .bot .left a {
    font-size: 20px
  }

  #footer_1 .bot .right a {
    font-size: 20px
  }
}

@media (max-width: 1600px) {
  #footer_1 .content .contact .left .img {
    width: 80%
  }

  #footer_1 .content .contact .left .img2 {
    margin-top: 78px
  }

  #footer_1 .content .contact .left .img2 a {
    padding-right: 12px
  }

  #footer_1 .content .contact .right {
    padding-left: 20px
  }
}

@media (max-width: 1400px) {
  #footer_1 .content .contact .left .img {
    width: 80%
  }

  #footer_1 .content .contact .left .img2 {
    margin-top: 80px
  }

  #footer_1 .content .contact .left .img2 a {
    padding-right: 12px
  }

  #footer_1 .content .contact .left .img2 a.code .img {
    left: -3px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  #footer_1 .content .contact .left .img2 a.code .img::after {
    left: 21px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media (max-width: 1200px) {
  #footer_1 {
    padding: 25px 0
  }

  #footer_1 .content .contact .left {
    display: none
  }

  #footer_1 .content .contact .right {
    padding-left: 15px
  }

  #footer_1 .content .title {
    font-size: 40px;
    line-height: 60px
  }

  #footer_1 .content .more {
    margin-top: 15px
  }

  #footer_1 .content .more a {
    width: 220px;
    line-height: 44px;
    font-size: 20px
  }
}

@media (max-width: 768px) {
  #footer_1 {
    padding: 25px 0
  }

  #footer_1 .content {
    border-bottom: none
  }

  #footer_1 .content .contact {
    margin-top: 0
  }

  #footer_1 .content .contact .right {
    margin-top: 47px;
    display: block;
    
  }

  #footer_1 .content .contact .right .list .l1 a .name { position: relative; line-height: 53px; padding-bottom: 8px; }
  #footer_1 .content .contact .right .list .l1 a .name::after { position: absolute; left: 50%; bottom: 6px; width: 58px; height: 1px; transform: translateX(-50%); background-color: #000; content: ''; }
  #footer_1 .content .contact .right .list .l1 a .address { line-height: 28px; }
  #footer_1 .content .contact .right .list .l2 a .address,
  #footer_1 .content .contact .right .list .l2 a .name { line-height: 28px; padding-bottom: 0; }


  #footer_1 .content .contact .right .list .l1,
  #footer_1 .content .contact .right .list .l1 a,
  #footer_1 .content .contact .right .list .l2 a {text-align: center;}

  #footer_1 .content .contact .right .list {
    margin-bottom: 47px;
    padding-left: 0
  }

  #footer_1 .content .contact .right .list .l2 {
    margin-top: 20px
  }

  #footer_1 .content .contact .img3 {
    display: flex;
    justify-content: space-between;
    width: 55%;
    padding: 8px  0 14px;
    margin: 0 auto;
  }

  #footer_1 .content .contact .img3 a {
    padding-left: 10px
  }

  #footer_1 .content .contact .img3 a img {
    width: 65%
  }

  #footer_1 .content .contact .img3 a.m-code {
    position: relative
  }

  #footer_1 .content .contact .img3 a.m-code .img {
    position: absolute;
    width: 150px;
    height: 0;
    left: 10px;
    bottom: 45px;
    background-color: #eee;
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
    -webkit-transition: all ease .5s
  }

  #footer_1 .content .contact .img3 a.m-code .img::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    z-index: 6;
    bottom: -20px;
    left: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s
  }

  #footer_1 .content .contact .img3 a.m-code .img img {
    width: 100%;
    height: 100%;
    padding: 10px
  }

  #footer_1 .content .contact .img3 a.m-code:hover .img {
    height: 150px;
    opacity: 1;
    visibility: visible
  }

  #footer_1 .content .contact .img3 a.m-code:hover .img::after {
    border-top-color: #eee
  }

  #footer_1 .content .title {
    font-size: 34px;
    line-height: 45px
  }

  #footer_1 .content .more {
    margin-top: 15px
  }

  #footer_1 .content .more a {
    width: 220px;
    line-height: 44px;
    font-size: 20px
  }
}

@media (max-width: 488px) {
  #footer_1 {
    padding: 0 0 23px;
    /* border-top: 1px solid #000 */
  }



  #footer_1 .content {
   
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sj_footer_1 { margin-top: 30px; border-radius:15px; border:1px solid #000;  padding: 32px 0; }

  #footer_1 .content .title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
  }
  #footer_1 .content .contact .right .list .l1 a .name { font-size: 22px; }
  #footer_1 .content .more {
    margin-top: 22px
  }

  #footer_1 .content .more a {
    font-size: 18px;
    width: auto;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: none;
  }
  #footer_1 .content .more a::after {
    width: 100%;
    height: 4px;
    background-color: #29f90b;
    content: '';
    display: block;
    position: absolute;
    bottom: 8px;
    z-index: -1;
  }



}
@media (max-width: 375px) {
  
  #footer_1 .content .title {
    font-size: 32px;
  }
}
#footer-bottom {
  line-height: 56px;
  text-align: center
}

#footer-bottom a {
  font-size: 16px;
  font-family: Outfit-Regular;
  font-weight: normal;
  color: #000;
  padding: 0 10px
}

@media (max-width: 768px) {
  #footer-bottom {
    padding: 20px 0 80px;
    line-height: 30px
  }

  #footer-bottom a {
    font-size: 16px;
    display: block
  }
}

#footer_mobile {
  display: none
}

#footer_mobile .top {
  padding-bottom: 3.2rem
}

#footer_mobile .top .qr_code {
  display: flex;
  justify-content: center
}

#footer_mobile .top .qr_code .ewm {
  text-align: center;
  display: inline-block;
  width: 8.333rem;
  margin-right: 1.111rem;
  color: #000
}

#footer_mobile .top .qr_code .ewm img {
  width: 8.333rem;
  height: 8.333rem
}

#footer_mobile .fixed-foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99
}

#footer_mobile .fixed-foot ul {
  display: flex;
  height: 4.6rem;
  background-color: var(--theme-color)
}

#footer_mobile .fixed-foot ul li {
  text-align: center;
  flex: 1 1 auto;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
  padding: 14px 0
}

#footer_mobile .fixed-foot ul li .bi {
  font-size: 1.8rem;
  color: #fff
}

#footer_mobile .fixed-foot ul li p {
  font-size: .889rem;
  line-height: 2rem;
  text-decoration: none;
  color: #fff
}

#work-introduction {
  background-color: #fff;
  padding-top: 216px
}

#work-introduction .title {
  font-size: 70px;
  line-height: 100px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000
}

#work-introduction .desc {
  font-family: "PingFang SC",'Microsoft YaHei';
  margin-top: 60px;
  font-size: 20px;
  line-height: 32px;
  color: #9FA0A0;
}

@media (min-width: 2000px) {
  #work-introduction .title {
    font-size: 100px;
    line-height: 130px
  }

  #work-introduction .desc {
    font-size: 28px;
    line-height: 45px
  }
}

@media (max-width: 1200px) {
  #work-introduction .title {
    font-size: 50px;
    line-height: 70px
  }
}

@media (max-width: 768px) {
  #work-introduction {
    padding-top: 100px
  }

  #work-introduction .title {
    font-size: 32px;
    line-height: 48px
  }
}

@media (max-width: 488px) {
  #work-introduction .title {
    font-size: 32px;
    line-height: 44px;
    font-weight: normal;
  }

  #work-introduction .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  #answering,
  #refuse { display: none; }
}

#works-page {
  padding-top: 120px;
  padding-bottom: 100px;
}

#works-page img {
  width: 100%;
  height: auto
}

#works-page .desc p {
  font-size: 50px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-weight: normal;
  color: #000
}

#works-page .works-list { display: flex; flex-wrap: wrap; margin: 0 -10px; }

#works-page .works-list .list {
  margin-bottom: 90px;
  flex:0 0 50%;
  padding: 0 10px;
  overflow: hidden;
  background-color: #fff;
}

#works-page .works-list .list:hover a .description .l {
  /* color: var(--theme-color) */
}

#works-page .works-list .list:hover a .img img {
  /* -webkit-transform: scale(1.05);
  transform: scale(1.05) */
  opacity: .75;
}

#works-page .works-list .list a .img {
  text-align: center;
  background-color: #fff;
  overflow: hidden
}

#works-page .works-list .list a .img img {
  /* transition: all ease .3s; */
}

#works-page .works-list .list a .description {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#works-page .works-list .list a .description .l {
  font-size: 20px;
  line-height: 40px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-weight: normal;
  color: #000
}

#works-page .works-list .list a .description .r {
  font-size: 16px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: grey
}

#works-page .more {
  text-align: center
}

#works-page .more .progress- {
  font-size: 25px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: grey;
  letter-spacing: 2px
}

#works-page .more .progress-.active {
  display: none
}

#works-page .more .progress- p {
  margin-bottom: 5px;
  /*font-size: 24px;*/
}

#works-page .more .progress- img {
  width: 12%
}

#works-page .more .end- {
  font-size: 25px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: grey;
  letter-spacing: 0
}

#works-page .more .end-.active {
  display: none
}

@media (min-width: 2000px) {
  #works-page .works-list .list a .description .l {
    font-size: 30px
  }

  #works-page .works-list .list a .description .r {
    font-size: 28px
  }

  #works-page .more .progress- {
    font-size: 30px
  }

  #works-page .more .end- {
    font-size: 30px
  }
}

@media (max-width: 1200px) {
  #works-page .desc p {
    font-size: 40px
  }
}

@media (max-width: 768px) {
  #works-page .desc p {
    font-size: 30px
  }
}

@media (max-width: 488px) {
  #works-page {
    padding: 30px 15px 0
  }

  .content-sjc { padding-top: 25px; }

  #works-page .desc p {
    font-size: 20px;
    font-weight: normal
  }

  #works-page .works-list {
    padding-top: 20px
  }

  #works-page .works-list .list {
    margin-bottom: 20px;
    flex:0 0 100%;
  }

  #works-page .works-list .list a .description {
    padding-top: 15px;
    justify-content: center
  }

  #works-page .works-list .list a .description .l {
    font-size: 14px
  }

  #works-page .more .progress- {
    font-size: 20px
  }

  #works-page .more .progress- img {
    width: 30%
  }

  #works-page .more .end- {
    font-size: 20px
  }
}

#work-detail-page {
  padding-top: 216px;
  padding-bottom: 160px
}

#work-detail-page .t-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

#work-detail-page .t-title .l {
  font-size: 70px;
  line-height: 100px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  white-space: nowrap;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease .3s;
  -webkit-transition: all ease .3s
}

#work-detail-page .t-title .l:hover {
  white-space: normal;
  overflow: visible
}

#work-detail-page .t-title .r {
  width: 20%;
  border-bottom: 1px solid #000;
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 30px
}

#work-detail-page .t-title .r img {
  width: 15%
}

#work-detail-page .t-title .r a {
  color: #b2b2b2;
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  display: inline;
  padding-left: 10px
}

#work-detail-page .content {
  padding-top: 70px
}

#work-detail-page .content .describetion {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

#work-detail-page .content .describetion .left {
  width: 70%
}

#work-detail-page .content .describetion .left .cont {
  margin-bottom: 50px
}

#work-detail-page .content .describetion .left .cont .title {
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: #b2b2b2;
  margin-bottom: 30px
}

#work-detail-page .content .describetion .left .cont .title span:first-child {
  font-weight: normal;
  padding-right: 10px
}

#work-detail-page .content .describetion .left .cont .title span:last-child {
  font-family: Outfit-ExtraLight;
  font-weight: normal;
}

#work-detail-page .content .describetion .left .cont .text {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000;
  font-size: 20px
}

#work-detail-page .content .describetion .right {
  width: 20%
}

#work-detail-page .content .describetion .right .list {
  margin-bottom: 100px
}

#work-detail-page .content .describetion .right .list .date {
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';
  /* font-weight: bold; */
  color: #b2b2b2;
  margin-bottom: 30px
}

#work-detail-page .content .describetion .right .list .date span:first-child {
  font-weight: normal;
  padding-right: 10px
}

#work-detail-page .content .describetion .right .list .date span:last-child {
  font-family: Outfit-ExtraLight
}

#work-detail-page .content .describetion .right .list .year {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000;
  font-size: 20px
}

#work-detail-page .content .img-list img {
  width: 100%
}

#work-detail-page .content .img-list .img {
  margin-bottom: 20px
}

#work-detail-page .content .img-list .img2 {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between
}

#work-detail-page .content .img-list .img2 div {
  width: 50%
}

#work-detail-page .content .img-list .img2 div:first-child {
  padding-right: 10px
}

#work-detail-page .content .img-list .img2 div:last-child {
  padding-left: 10px
}

#dynamic-page .content .btn,
#service-page .content .btn,
#works-page .content .btn,
#work-detail-page .content .btn {
  margin-top: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0
}
#service-page .content .btn {  margin-top: 0; margin-bottom: 160px; }

#dynamic-page .content .btn .btn-prev:first-child a span,
#service-page .content .btn .btn-prev:first-child a span,
#works-page .content .btn .btn-prev:first-child a span,
#work-detail-page .content .btn .btn-prev:first-child a span {
  padding-left: 10px
}
#dynamic-page .content .btn .btn-prev:last-child a span,
#service-page .content .btn .btn-prev:last-child a span,
#works-page .content .btn .btn-prev:last-child a span,
#work-detail-page .content .btn .btn-prev:last-child a span {
  padding-right: 10px
}

#dynamic-page .content .btn .btn-prev a,
#service-page .content .btn .btn-prev a,
#works-page .content .btn .btn-prev a,
#work-detail-page .content .btn .btn-prev a {
  display: flex;
  align-items: center;
  position: relative
}
#dynamic-page .content .btn .btn-prev a .iconfont,
#service-page .content .btn .btn-prev a .iconfont,
#works-page .content .btn .btn-prev a .iconfont,
#work-detail-page .content .btn .btn-prev a .iconfont {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  background-color: var(--theme-color);
  font-size: 25px;
  color: #000
}

#dynamic-page .content .btn .btn-prev a span,
#service-page .content .btn .btn-prev a span,
#works-page .content .btn .btn-prev a span,
#work-detail-page .content .btn .btn-prev a span {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: #000;
  font-size: 50px
}

@media (min-width: 2000px) {
  #work-detail-page .t-title .l {
    font-size: 100px;
    line-height: 130px;
    cursor: pointer
  }

  #work-detail-page .t-title .r a {
    font-size: 28px
  }

  #work-detail-page .content .describetion .left .cont .title {
    font-size: 28px
  }

  #work-detail-page .content .describetion .left .cont .text {
    font-size: 28px
  }

  #work-detail-page .content .describetion .right .list .date {
    font-size: 28px
  }

  #work-detail-page .content .describetion .right .list .year {
    font-size: 28px
  }
  #dynamic-page .content .btn .btn-prev a span,
  #service-page .content .btn .btn-prev a span,
  #works-page .content .btn .btn-prev a span,
  #work-detail-page .content .btn .btn-prev a span {
    font-size: 60px
  }
}

@media (max-width: 1200px) {
  #work-detail-page .t-title .l {
    font-size: 40px;
    line-height: 40px
  }
}

@media (max-width: 1000px) {
  #work-detail-page .t-title .l {
    font-size: 30px;
    line-height: 30px
  }
  #dynamic-page .content .btn .btn-prev a .iconfont,
  #service-page .content .btn .btn-prev a .iconfont,
  #works-page .content .btn .btn-prev a .iconfont,
  #work-detail-page .content .btn .btn-prev a .iconfont {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }
  #dynamic-page .content .btn .btn-prev a span,
  #service-page .content .btn .btn-prev a span,
  #works-page .content .btn .btn-prev a span,
  #work-detail-page .content .btn .btn-prev a span {
    font-size: 30px
  }
}

@media (max-width: 768px) {
  #work-detail-page {
    padding-top: 100px;
    padding-bottom: 0
  }

  #work-detail-page .t-title .l {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px
  }

  #work-detail-page .content {
    padding: 25px 0
  }

  #work-detail-page .content .describetion .left {
    width: 100%
  }

  #work-detail-page .content .describetion .left .cont {
    margin-bottom: 25px
  }

  #work-detail-page .content .describetion .left .cont .title {
    margin-bottom: 15px;
    font-size: 18px
  }

  #work-detail-page .content .describetion .left .cont .text {
    font-size: 16px
  }
  #dynamic-page .content .btn,
  #service-page .content .btn,
  #works-page .content .btn,
  #work-detail-page .content .btn {
    margin-top: 25px
  }
  #service-page .content .btn {  margin-top: 0; margin-bottom: 25px; }

  #dynamic-page .content .btn .btn-prev a .iconfont,
  #service-page .content .btn .btn-prev a .iconfont,
  #works-page .content .btn .btn-prev a .iconfont,
  #work-detail-page .content .btn .btn-prev a .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px
  }
  #dynamic-page .content .btn .btn-prev a span,
  #service-page .content .btn .btn-prev a span,
  #works-page .content .btn .btn-prev a span,
  #work-detail-page .content .btn .btn-prev a span {
    font-size: 20px
  }
}

#service-introduction {
  background-color: #fff;
  padding-top: 216px
}

#service-introduction .title {
  font-size: 70px;
  line-height: 100px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000
}

#service-introduction .desc {
  font-family: "PingFang SC",'Microsoft YaHei';
  margin-top: 60px;
  font-size: 20px;
  line-height: 32px;
  color: #9FA0A0
}

@media (min-width: 2000px) {
  #service-introduction .title {
    font-size: 100px;
    line-height: 130px
  }

  #service-introduction .desc {
    font-size: 28px;
    line-height: 45px
  }
}

@media (max-width: 1200px) {
  #service-introduction .title {
    font-size: 50px;
    line-height: 70px
  }
}

@media (max-width: 768px) {
  #service-introduction {
    padding-top: 100px
  }

  #service-introduction .title {
    font-size: 32px;
    line-height: 48px
  }
}

@media (max-width: 488px) {
  #service-introduction .title {
    font-size: 32px;
    line-height: 44px;
    font-weight: normal
  }

  #service-introduction .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

#service-page {
  padding-top: 100px
}

#service-page img {
  width: 100%;
  height: auto
}

#service-page .works-list {
  padding-top: 35px
}

#service-page .works-list .list {
  margin-bottom: 100px;
  cursor: pointer
}

#service-page .works-list .list .img {
  text-align: center
}

#service-page .works-list .list .description {
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000
}

#service-page .works-list .list .description .l {
  font-size: 50px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-weight: normal;
  color: #000
}

#service-page .works-list .list .description .r {
  font-size: 30px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: grey
}

#service-page .works-list .list .introduction {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px
}

#service-page .works-list .list .introduction .left p {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-size: 20px;
  color: #000
}

#service-page .works-list .list .introduction .right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 20%
}

#service-page .works-list .list .introduction .right .list1 p {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-size: 20px;
  color: #000
}

#service-page .more {
  text-align: center
}

#service-page .more a {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 40px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  background-color: var(--theme-color);
  font-size: 25px;
  color: #000
}

@media (min-width: 2000px) {
  #service-page .works-list .list .description .l {
    font-size: 60px
  }

  #service-page .works-list .list .description .r {
    font-size: 40px
  }

  #service-page .works-list .list .introduction .left p {
    font-size: 28px
  }

  #service-page .works-list .list .introduction .right .list1 p {
    font-size: 28px
  }
}

@media (max-width: 1200px) {
  #service-page .desc p {
    font-size: 40px
  }

  #service-page .works-list .list .description .l {
    font-size: 40px
  }

  #service-page .works-list .list .introduction {
    display: block
  }

  #service-page .works-list .list .introduction .right {
    justify-content: flex-start;
    margin-top: 20px;
    width: 100%
  }

  #service-page .works-list .list .introduction .right .list1 {
    margin-right: 20px
  }
}

@media (max-width: 768px) {
  #service-page .desc p {
    font-size: 30px
  }

  #service-page .works-list .list .description .l {
    font-size: 30px
  }

  #service-page .works-list .list .introduction {
    display: block
  }

  #service-page .works-list .list .introduction .right {
    justify-content: flex-start;
    margin-top: 20px;
    width: 100%
  }

  #service-page .works-list .list .introduction .right .list1 {
    margin-right: 20px
  }
}

@media (max-width: 488px) {
  #service-page {
    padding: 30px 15px
  }

  #service-page .desc p {
    font-size: 20px;
    font-weight: normal
  }

  #service-page .works-list {
    padding-top: 20px
  }

  #service-page .works-list .list {
    margin-bottom: 30px
  }

  #service-page .works-list .list .description {
    padding-top: 5px;
    justify-content: center;
    padding-bottom: 10px;
    overflow: hidden;
  }

  #service-page .works-list .list .description .l {
    font-size: 0;
    color: #fff;
  }

  #service-page .works-list .list .introduction {
    margin-top: 24px
  }

  #service-page .works-list .list .introduction .left p {
    font-size: 16px;
    color: #9FA0A0;
  }

  #service-page .works-list .list .introduction .right {
    margin-top: 10px
  }

  #service-page .works-list .list .introduction .right .list1 p {
    font-size: 16px
  }

  #service-page .more a {
    font-size: 18px;
    width: 130px;
    height: 40px;
    line-height: 40px
  }
}

#answering {
  padding: 125px 15px 230px;
  background-color: #000
}

#answering .title {
  font-size: 50px;
  line-height: 80px;
  color: #fff;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

#answering .ans-list {
  margin-top: 50px
}

#answering .ans-list .list {
  cursor: pointer
}

#answering .ans-list .list:hover .question .l {
  color: var(--theme-color)
}

#answering .ans-list .list:hover .question .switch span {
  background-color: var(--theme-color)
}

#answering .ans-list .list.active .question .l {
  color: var(--theme-color)
}

#answering .ans-list .list.active .question .switch span {
  background-color: var(--theme-color)
}

#answering .ans-list .list.active .question .switch span:last-child {
  display: none
}

#answering .ans-list .list .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 38px 0 30px
}

#answering .ans-list .list .question .l {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 30px;
  color: #fff
}

#answering .ans-list .list .question .switch {
  position: relative
}

#answering .ans-list .list .question .switch span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 0
}

#answering .ans-list .list .question .switch span:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all ease .3s;
  -webkit-transition: all ease .3s
}

#answering .ans-list .list .answer {
  display: none;
  margin-top: 20px;
  color: #fff;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-size: 18px
}

@media (min-width: 2000px) {
  #answering .title {
    font-size: 60px
  }

  #answering .ans-list .list .question .l {
    font-size: 40px
  }

  #answering .ans-list .list .question .switch span {
    width: 30px
  }

  #answering .ans-list .list .answer {
    font-size: 28px
  }
}

@media (max-width: 768px) {
  #answering {
    padding: 25px 0
  }

  #answering .title {
    font-size: 30px;
    line-height: 50px
  }

  #answering .ans-list {
    margin-top: 0
  }

  #answering .ans-list .list .question {
    padding: 25px 0 10px
  }

  #answering .ans-list .list .question .l {
    font-size: 20px
  }
}

@media (max-width: 488px) {
  #answering .title {
    font-size: 25px
  }

  #answering .ans-list .list .question .l {
    font-size: 18px
  }
}

#advantage {
  padding: 103px 15px 100px
}

#advantage .title {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
}

#advantage .row {
  margin-top: 105px
}

#advantage .list {
  border: 1px solid #000;
  padding: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  min-height: 316px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

#advantage .list .text {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-size: 20px;
  line-height: 32px;
  color: #000;
  text-align: justify
}

#advantage .list .title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px
}

#advantage .list .title .l p:first-child {
  font-family: Outfit-Light;
  font-size: 20px;
  color: #9a9b9b
}

#advantage .list .title .l p:last-child {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  padding-top: 3px;
  color: #000
}

#advantage .list .title .num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: var(--theme-color)
}

@media (min-width: 2000px) {
  #advantage .title {
    font-size: 60px
  }

  #advantage .list .text {
    font-size: 28px;
    line-height: 45px
  }

  #advantage .list .title .l p:first-child {
    font-size: 28px
  }

  #advantage .list .title .num {
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px
  }
}

@media (max-width: 1200px) {
  #advantage .list {
    min-height: 356px;
    padding: 28px
  }
}

@media (max-width: 1000px) {
  #advantage .list {
    padding: 28px
  }
}

@media (max-width: 768px) {
  #advantage {
    display: none;
    padding: 25px 15px
  }

  #advantage .title {
    font-size: 30px
  }

  #advantage .row {
    margin-top: 40px
  }

  #advantage .list {
    padding: 45px;
    min-height: 280px
  }

  #advantage .list .text {
    font-size: 18px;
    line-height: 28px
  }

  #advantage .list .title .l p:first-child {
    font-size: 16px
  }

  #advantage .list .title .l p:last-child {
    font-size: 20px
  }

  #advantage .list .title .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px
  }
}

@media (max-width: 488px) {
  #advantage .title {
    font-size: 25px;
    line-height: 25px
  }

  #advantage .row {
    margin-top: 40px
  }
}

#refuse {
  padding: 103px 0;
  background-color: #000
}

#refuse .title {
  font-size: 50px;
  color: #fff;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

#refuse .content {
  margin-top: 80px
}

#refuse .content .list {
  border: 1px solid #fff;
  padding: 41px;
  margin-bottom: 20px;
  cursor: pointer
}

#refuse .content .list .title {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 25px
}

#refuse .content .list .text {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-family: "PingFang SC",'Microsoft YaHei';
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 35px;
  min-height: 192px
}

#refuse .content .list .plus-fork {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-family: "PingFang SC",'Microsoft YaHei';
}

#refuse .content .list .plus-fork .iconfont {
  font-size: 30px
}

@media (min-width: 2000px) {
  #refuse .title {
    font-size: 60px
  }

  #refuse .content .list .title {
    font-size: 40px
  }

  #refuse .content .list .text {
    font-size: 28px;
    line-height: 45px;
    min-height: 260px
  }

  #refuse .content .list .plus-fork .iconfont {
    font-size: 40px
  }
}

@media (max-width: 768px) {
  #refuse {
    padding: 25px 0
  }

  #refuse .title {
    font-size: 30px;
  }
}

@media (max-width: 488px) {
  #refuse .title {
    font-size: 25px
  }

  #refuse .content {
    margin-top: 40px
  }

  #refuse .content .list {
    padding: 30px
  }

  #refuse .content .list .title {
    font-size: 20px;
    margin-bottom: 30px
  }

  #refuse .content .list .text {
    font-size: 16px
  }
}

#team-introduction {
  background-color: #fff;
  padding-top: 216px
}

#team-introduction .title {
  font-size: 70px;
  line-height: 100px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000
}

#team-introduction .title span {
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -1px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  font-family: Outfit-ExtraLight;
}

#team-introduction .desc {
  font-family: "PingFang SC",'Microsoft YaHei';
  margin-top: 60px;
  font-size: 18px;
  color: #000
}

@media (min-width: 2000px) {
  #team-introduction .title {
    font-size: 100px;
    line-height: 130px
  }
}

@media (max-width: 1200px) {
  #team-introduction .title {
    font-size: 50px;
    line-height: 70px
  }

  #team-introduction .title span {
    font-size: 58px;
    line-height: 70px;
    font-weight: normal;
  }
}

@media (max-width: 768px) {
  #team-introduction {
    padding-top: 100px
  }

  #team-introduction .title {
    font-size: 32px;
    line-height: 48px
  }

  #team-introduction .title span {
    font-size: 38px;
    line-height: 70px;
    font-weight: normal;
  }
}

@media (max-width: 488px) {
  #team-introduction .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
  }

  #team-introduction .title span {
    font-size: 38px;
    line-height: 70px;
    font-weight: normal;
  }

  #team-introduction .desc {
    margin-top: 20px
  }
}

#team-rotation {
  padding: 90px 0 75px;
  position: relative
}

#team-rotation img {
  width: 100%;
  height: auto
}

#team-rotation .swiper-button-prev {
  left: 280px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--theme-color);
  z-index: 2
}

#team-rotation .swiper-button-prev:hover {
  background-color: #f0f0f0
}

#team-rotation .swiper-button-next {
  right: 280px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--theme-color)
}

#team-rotation .swiper-button-next:hover {
  background-color: #f0f0f0
}

#team-rotation .swiper-button-next::after,
#team-rotation .swiper-button-prev::after {
  font-size: 20px;
  color: #000
}

@media (max-width: 1700px) {
  #team-rotation .swiper-button-prev {
    left: 150px
  }

  #team-rotation .swiper-button-next {
    right: 150px
  }
}

@media (max-width: 1600px) {
  #team-rotation .swiper-button-prev {
    left: 100px
  }

  #team-rotation .swiper-button-next {
    right: 100px
  }
}

@media (max-width: 1500px) {
  #team-rotation .swiper-button-prev {
    left: 60px
  }

  #team-rotation .swiper-button-next {
    right: 60px
  }
}

@media (max-width: 1400px) {
  #team-rotation .swiper-button-prev {
    left: 10px
  }

  #team-rotation .swiper-button-next {
    right: 10px
  }
}

@media (max-width: 768px) {
  #team-rotation {
    padding: 25px 0
  }

  #team-rotation .swiper-button-prev {
    left: 20px;
    display: none
  }

  #team-rotation .swiper-button-next {
    right: 20px;
    display: none
  }
}

#team-introduce .desc {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 70px;
  color: #000
}

@media (min-width: 2000px) {
  #team-introduce .desc {
    font-size: 40px;
    line-height: 60px
  }
}

@media (max-width: 768px) {
  #team-introduce .desc {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px
  }
}

@media (max-width: 488px) {
  #team-introduce .desc {
    font-size: 20px
  }
}

#team-table {
  margin-top: 90px
}

#team-table table {
  width: 100%;
  text-align: center
}

#team-table table.title {
  line-height: 80px;
  border-bottom: none;
  font-family: Outfit-Medium;
  font-size: 30px;
  letter-spacing: 4px
}

#team-table table.cont {
  border-bottom: none
}

#team-table table.cont .line1 td {
  padding: 30px 0;
  width: 25%
}

#team-table table.cont .line1 td p:first-child {
  font-family: Outfit-Medium;
  font-size: 30px;
  letter-spacing: 1px
}

#team-table table.cont .line1 td P:last-child {
  color: grey;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-size: 20px
}

#team-table table.cont .line2 {
  line-height: 80px;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

#team-table table.cont .line2 td {
  padding: 0 5%
}

@media (min-width: 2000px) {
  #team-table table.title {
    font-size: 40px;
    line-height: 100px
  }

  #team-table table.cont .line1 td p:first-child {
    font-size: 40px
  }

  #team-table table.cont .line1 td p:last-child {
    font-size: 28px
  }

  #team-table table.cont .line2 {
    font-size: 28px
  }
}

@media (max-width: 768px) {
  #team-table {
    margin-top: 30px
  }

  #team-table table.title {
    font-size: 30px;
    line-height: 60px
  }

  #team-table table.cont .line1 td {
    padding: 20px 0
  }

  #team-table table.cont .line1 td p:first-child {
    font-size: 25px
  }

  #team-table table.cont .line1 td p:last-child {
    font-size: 18px
  }

  #team-table table.cont .line2 {
    font-size: 20px;
    line-height: 60px
  }
}

@media (max-width: 488px) {
  #team-table table.title {
    font-size: 25px;
    line-height: 60px
  }

  #team-table table.cont .line1 td {
    padding: 20px 0
  }

  #team-table table.cont .line1 td p:first-child {
    font-size: 20px
  }

  #team-table table.cont .line1 td p:last-child {
    font-size: 16px
  }

  #team-table table.cont .line2 {
    font-size: 18px;
    line-height: 60px
  }
}

@media (max-width: 420px) {
  #team-table table.cont .line2 {
    font-size: 18px;
    line-height: 30px
  }

  #team-table table.cont .line2 td {
    padding: 20px 4%
  }

  #team-table table.cont .line2 td:first-child {
    padding: 0 5%
  }
}

@media (max-width: 390px) {
  #team-table table.cont .line2 {
    font-size: 18px
  }

  #team-table table.cont .line2 td {
    padding: 15px 3%
  }

  #team-table table.cont .line2 td:first-child {
    padding: 0 5%
  }
}

@media (max-width: 365px) {
  #team-table table.cont .line2 {
    font-size: 18px
  }

  #team-table table.cont .line2 td {
    padding: 15px 1%
  }

  #team-table table.cont .line2 td:first-child {
    padding: 0 5%
  }
}

#core-members {
  margin-top: 90px
}

#core-members .title {
  font-size: 50px;
  line-height: 100px;
  color: #000;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

#core-members .content {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

#core-members .content .list {
  cursor: pointer;
  padding: 0 80px 0 45px;
  border-left: 1px solid #000
}

#core-members .content .list:last-child {
  padding-right: 0
}

#core-members .content .list:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

#core-members .content .list .img {
  overflow: hidden
}

#core-members .content .list .img img {
  transition: all ease .3s;
  -webkit-transition: all ease .3s
}

#core-members .content .list img {
  max-width: 100%;
  height: auto;
  max-height: 402px
}

#core-members .content .list .member-desc .name {
  font-family: Outfit-Bold;
  font-size: 50px;
  padding: 40px 0 0
}

#core-members .content .list .member-desc .en-position {
  font-family: Outfit-Regular;
  font-size: 20px
}

#core-members .content .list .member-desc .ch-position {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 20px;
  padding-top: 25px
}

#core-members .content .list .advan {
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';
  margin-top: 40px;
  text-align: justify
}

#core-members .content .list .address {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 50px
}

#core-members .content .list .address img {
  width: 12%
}

#core-members .content .list .address p {
  padding-left: 8px;
  font-size: 30px;
  line-height: 30px;
  font-family: Outfit-Regular
}

@media (min-width: 2000px) {
  #core-members .title {
    font-size: 60px
  }

  #core-members .content .list .member-desc .name {
    font-size: 60px
  }

  #core-members .content .list .member-desc .en-position {
    font-size: 28px
  }

  #core-members .content .list .member-desc .ch-position {
    font-size: 28px
  }

  #core-members .content .list .advan {
    font-size: 28px;
    line-height: 45px
  }

  #core-members .content .list .address p {
    font-size: 40px
  }
}

@media (max-width: 768px) {
  #core-members {
    margin-top: 0;
    padding: 25px 15px
  }

  #core-members .title {
    font-size: 30px;
    line-height: 48px
  }

  #core-members .content {
    margin-top: 30px;
    display: block
  }

  #core-members .content .list {
    padding: 0 0 0 30px;
    margin-bottom: 20px
  }

  #core-members .content .list .member-desc .name {
    padding: 20px 0 5px;
    font-size: 25px;
    line-height: 32px
  }

  #core-members .content .list .member-desc .en-position {
    line-height: 25px
  }

  #core-members .content .list .member-desc .ch-position {
    padding-top: 15px
  }

  #core-members .content .list .advan {
    margin-top: 20px;
    font-size: 18px
  }

  #core-members .content .list .address {
    margin-top: 20px
  }

  #core-members .content .list .address img {
    width: 10%
  }

  #core-members .content .list .address p {
    font-size: 20px
  }
}

@media (max-width: 488px) {
  #core-members .title {
    font-size: 25px
  }
}

#join-team {
  padding: 100px;
  background-color: #000;
  margin-top: 100px
}

#join-team .title {
  font-size: 50px;
  line-height: 100px;
  color: #fff;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

#join-team .content {
  margin-top: 80px
}

#join-team .content .list {
  width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  cursor: pointer
}

#join-team .content .list .ch-position {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 30px;
  color: #000
}

#join-team .content .list .en-position {
  font-family: Outfit-ExtraLight;
  color: grey;
  font-size: 20px;
  color: #000
}

#join-team .content .list .addr {
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #000
}

#join-team .content .list .addr p {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-size: 20px
}

#join-team .content .list .addr .iconfont {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  font-size: 20px
}

@media (min-width: 2000px) {
  #join-team .title {
    font-size: 60px
  }

  #join-team .content .list .ch-position {
    font-size: 40px
  }

  #join-team .content .list .en-position {
    font-size: 28px
  }

  #join-team .content .list .addr p {
    font-size: 28px
  }
}

@media (max-width: 768px) {
  #join-team {
    margin-top: 0;
    padding: 25px 15px
  }

  #join-team .title {
    font-size: 30px
  }

  #join-team .content .list .ch-position {
    font-size: 25px
  }

  #join-team .content .list .en-position {
    font-size: 18px
  }

  #join-team .content .list .addr p {
    font-size: 20px
  }
}

@media (max-width: 488px) {
  #join-team .title {
    font-size: 25px
  }

  #join-team .content {
    margin-top: 20px
  }

  #join-team .content .list .ch-position {
    font-size: 20px
  }

  #join-team .content .list .en-position {
    font-size: 16px
  }

  #join-team .content .list .addr p {
    font-size: 18px
  }
}

#dynamic-introduction {
  background-color: #fff;
  padding-top: 216px
}

#dynamic-introduction .title {
  font-size: 70px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000;
  line-height: 100px
}

#dynamic-introduction .desc {
  font-family: "PingFang SC",'Microsoft YaHei';
  margin-top: 60px;
  font-size: 20px;
  line-height: 32px;
  color: #9FA0A0
}

@media (min-width: 2000px) {
  #dynamic-introduction .title {
    font-size: 100px;
    line-height: 130px
  }

  #dynamic-introduction .desc {
    font-size: 28px;
    line-height: 45px
  }
}

@media (max-width: 1200px) {
  #dynamic-introduction .title {
    font-size: 50px;
    line-height: 70px
  }
}

@media (max-width: 768px) {
  #dynamic-introduction {
    padding-top: 100px
  }

  #dynamic-introduction .title {
    font-size: 32px;
    line-height: 48px
  }
}

@media (max-width: 488px) {
  #dynamic-introduction .title {
    font-size: 32px;
    line-height: 44px;
    font-weight: normal
  }

  #dynamic-introduction .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  #dynamic-introduction .progress- {
    font-size: 20px
  }

  #dynamic-introduction .progress- img {
    width: 30%
  }

  #dynamic-introduction .end- {
    font-size: 20px
  }
}

#dynamic-page {
  margin-top: 120px;
  padding-bottom: 100px
}

#dynamic-page .content .list:hover a .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

#dynamic-page .content .list a {
  display: inline-block;
  width: 100%
}

#dynamic-page .content .list a .img {
  overflow: hidden
}

#dynamic-page .content .list a .img img {
  width: 100%;
  height: auto;
  transition: all ease .3s;
  -webkit-transition: all ease .3s
}

#dynamic-page .content .list a .date {
  font-family: "PingFang SC",'Microsoft YaHei';
  color: grey;
  font-size: 13px;
  margin: 55px 0 20px
}

#dynamic-page .content .list a .cont {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: #000;
  font-size: 30px;
  line-height: 48px
}

#dynamic-page .content .list a .cont .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#dynamic-page .content .list a .cont .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#dynamic-page .content .list a .more {
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';
  color: #000;
  margin: 40px 0
}

#dynamic-page .more-dynamic {
  text-align: center
}

#dynamic-page .more-dynamic .progress- {
  font-size: 25px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: grey;
  letter-spacing: 0
}

#dynamic-page .more-dynamic .progress-.active {
  display: none
}

#dynamic-page .more-dynamic .progress- p {
  margin-bottom: 5px
}

#dynamic-page .more-dynamic .progress- img {
  width: 12%
}

#dynamic-page .more-dynamic .end- {
  font-size: 25px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: grey;
  letter-spacing: 0
}

#dynamic-page .more-dynamic .end-.active {
  display: none
}

@media (min-width: 2000px) {
  #dynamic-page .content .list a .date {
    font-size: 16px
  }

  #dynamic-page .content .list a .cont {
    font-size: 40px;
    line-height: 60px
  }

  #dynamic-page .content .list a .more {
    font-size: 28px
  }

  #dynamic-page .more-dynamic .end- {
    font-size: 30px
  }

  #dynamic-page .more-dynamic .progress- {
    font-size: 30px
  }
}

@media (max-width: 768px) {
  #dynamic-page {
    margin-top: 40px;
    padding-bottom: 10px
  }

  #dynamic-page .content .list a .date {
    margin: 20px 0 15px
  }

  #dynamic-page .content .list a .cont {
    font-size: 20px;
    line-height: 30px
  }

  #dynamic-page .content .list a .more {
    margin: 15px 0 20px;
    font-size: 18px
  }

  #dynamic-page .more-dynamic .progress- {
    font-size: 18px
  }

  #dynamic-page .more-dynamic .end- {
    font-size: 18px
  }
}

#dynamic-detail-page {
  padding: 216px 15px 100px
}

#dynamic-detail-page img {
  width: 100%;
  height: auto
}

#dynamic-detail-page .title {
  font-size: 70px;
  line-height: 100px;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

#dynamic-detail-page .wr-addr {
  margin-top: 50px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  color: #b2b2b2
}

#dynamic-detail-page .wr-addr p {
  padding-right: 40px
}

#dynamic-detail-page .content {
  margin-top: 142px
}

#dynamic-detail-page .content .text {
  font-size: 30px;
  color: #000;
  line-height: 48px;
  font-family: "PingFang SC",'Microsoft YaHei';font-weight: bold;
}

#dynamic-detail-page .content .text p {
  margin-top: 70px
}

#dynamic-detail-page .content .img {
  text-align: center
}

#dynamic-detail-page .content .img2 {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px
}

#dynamic-detail-page .content .img2 div {
  width: 49%
}

@media (min-width: 2000px) {
  #dynamic-detail-page .title {
    font-size: 100px;
    line-height: 130px
  }

  #dynamic-detail-page .wr-addr {
    font-size: 28px
  }

  #dynamic-detail-page .content .text {
    font-size: 40px;
    line-height: 60px
  }
}

@media (max-width: 1200px) {
  #dynamic-detail-page .title {
    font-size: 50px;
    line-height: 70px
  }
}

@media (max-width: 1000px) {
  #dynamic-detail-page .title {
    font-size: 30px;
    line-height: 30px
  }
}

@media (max-width: 768px) {
  #dynamic-detail-page {
    padding-top: 100px
  }

  #dynamic-detail-page .title {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px
  }

  #dynamic-detail-page .wr-addr {
    display: block;
    line-height: 25px;
    margin-top: 5px;
    font-size: 18px
  }

  #dynamic-detail-page .content .text {
    font-size: 20px;
    line-height: 30px
  }

  #dynamic-detail-page .content .text p {
    margin-top: 30px
  }

  #dynamic-detail-page .content .img2 {
    margin-top: 30px
  }
}

@media (max-width: 488px) {
  #dynamic-detail-page {
    padding-bottom: 30px
  }

  #dynamic-detail-page .title {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px
  }

  #dynamic-detail-page .content {
    margin-top: 20px
  }

  #dynamic-detail-page .content .text {
    font-size: 18px
  }

  #dynamic-detail-page .content .text p {
    margin-top: 15px
  }
}

#join-introduction {
  background-color: #fff;
  padding-top: 216px
}

#join-introduction .title {
  font-size: 70px;
  line-height: 100px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000
}

#join-introduction .desc {
  font-family: "PingFang SC",'Microsoft YaHei';
  margin-top: 60px;
  font-size: 20px;
  line-height: 32px;
  color: #9FA0A0
}

@media (min-width: 2000px) {
  #join-introduction .title {
    font-size: 100px;
    line-height: 130px
  }

  #join-introduction .desc {
    font-size: 28px;
    line-height: 40px
  }
}

@media (max-width: 1200px) {
  #join-introduction .title {
    font-size: 50px;
    line-height: 70px
  }
}

@media (max-width: 768px) {
  #join-introduction {
    padding-top: 100px
  }

  #join-introduction .title {
    font-size: 32px;
    line-height: 48px
  }
}

@media (max-width: 488px) {
  #join-introduction .title {
    font-size: 32px;
    line-height: 44px;
    font-weight: normal;
  }

  #join-introduction .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px
  }
}

#join-page {
  padding: 120px 15px
}

#join-page .list {
  margin-bottom: 20px;
  background-color: #000;
  padding: 30px 45px
}

#join-page .list .position {
  color: #fff
}

#join-page .list .position .ch {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 50px
}

#join-page .list .position .en {
  font-family: Outfit-ExtraLight;
  font-size: 30px;
  font-weight: normal
}

#join-page .list .addr {
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff
}

#join-page .list .addr p {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-size: 20px
}

#join-page .list .addr .iconfont {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--theme-color);
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: normal
}

#join-page .list:last-child .addr p {
  font-family: Outfit-ExtraLight;
  color: var(--theme-color);
  font-weight: normal
}

@media (min-width: 2000px) {
  #join-page .list .position .ch {
    font-size: 60px
  }

  #join-page .list .position .en {
    font-size: 40px;
    line-height: 40px
  }

  #join-page .list .addr {
    margin-top: 80px
  }

  #join-page .list .addr p {
    font-size: 28px
  }
}

@media (max-width: 768px) {
  #join-page .list .position .ch {
    font-size: 30px
  }

  #join-page .list .position .en {
    font-size: 20px
  }
}

@media (max-width: 768px) {
  #join-page {
    padding: 25px 15px 0;
  }

  #join-page .list {
    padding: 20px
  }

  #join-page .list .position .ch {
    font-size: 22px
  }

  #join-page .list .position .en {
    font-size: 18px
  }

  #join-page .list .addr {
    margin-top: 30px
  }

  #join-page .list .addr p {
    font-size: 16px
  }

  #join-page .list .addr .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px
  }
}

#join-detail-page {
  padding-top: 216px
}

#join-detail-page .t-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

#join-detail-page .t-title .l {
  font-size: 70px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  width: 70%;
  border-bottom: 1px solid #000;
  line-height: 100px;
  padding-bottom: 30px
}

#join-detail-page .t-title .l span:last-child {
  font-family: Outfit-ExtraLight;
  font-size: 30px;
  color: grey
}

#join-detail-page .t-title .r {
  width: 20%;
  font-size: 20px;
  border-bottom: 1px solid #000;
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 30px
}

#join-detail-page .t-title .r img {
  width: 15%
}

#join-detail-page .t-title .r a {
  color: #b2b2b2;
  font-size: 20px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  display: inline;
  padding-left: 10px
}

#join-detail-page .content {
  padding-top: 50px;
  padding-bottom: 100px
}

#join-detail-page .content .describetion {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

#join-detail-page .content .describetion .left {
  width: 70%
}

#join-detail-page .content .describetion .left .cont {
  margin-bottom: 50px
}

#join-detail-page .content .describetion .left .cont .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: #000;
  margin-bottom: 30px
}

#join-detail-page .content .describetion .left .cont .title span:first-child {
  font-weight: normal;
  padding-right: 10px
}

#join-detail-page .content .describetion .left .cont .title span:last-child {
  font-family: Outfit-ExtraLight
}

#join-detail-page .content .describetion .left .cont .text {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: grey;
  font-size: 20px;
  line-height: 32px
}

#join-detail-page .content .describetion .left .cont .text a {
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 30px;
  display: inline-block
}

#join-detail-page .content .describetion .right {
  width: 20%
}

#join-detail-page .content .describetion .right .list {
  margin-bottom: 50px
}

#join-detail-page .content .describetion .right .list .date {
  font-size: 20px;
  line-height: 40px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: #000;
  margin-bottom: 30px
}

#join-detail-page .content .describetion .right .list .date span:first-child {
  font-weight: normal;
  padding-right: 10px
}

#join-detail-page .content .describetion .right .list .date span:last-child {
  font-family: Outfit-ExtraLight
}

#join-detail-page .content .describetion .right .list .addr {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: grey;
  font-size: 20px;
  line-height: 40px
}

#join-detail-page .content .describetion .right .list .addr p:first-child {
  margin-top: 30px
}

#join-detail-page .content .img-list img {
  width: 100%
}

#join-detail-page .content .img-list .img {
  margin-bottom: 20px
}

#join-detail-page .content .img-list .img2 {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between
}

#join-detail-page .content .img-list .img2 div {
  width: 50%
}

#join-detail-page .content .img-list .img2 div:first-child {
  padding-right: 10px
}

#join-detail-page .content .img-list .img2 div:last-child {
  padding-left: 10px
}

#join-detail-page .content .btn {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#join-detail-page .content .btn .btn-prev a {
  display: flex;
  align-items: center;
  position: relative
}

#join-detail-page .content .btn .btn-prev a .iconfont {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color);
  font-size: 25px;
  color: #000
}

#join-detail-page .content .btn .btn-prev a span {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  color: #000;
  font-size: 40px
}

@media (max-width: 1200px) {
  #join-detail-page .t-title .l {
    font-size: 40px;
    line-height: 40px
  }
}

@media (max-width: 1000px) {
  #join-detail-page .t-title .l {
    font-size: 30px;
    line-height: 30px
  }

  #join-detail-page .t-title .l span:last-child {
    font-size: 20px
  }

  #join-detail-page .content .btn .btn-prev a .iconfont {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }

  #join-detail-page .content .btn .btn-prev a span {
    font-size: 30px
  }
}

@media (max-width: 768px) {
  #join-detail-page {
    padding-top: 100px
  }

  #join-detail-page .t-title .l {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px
  }

  #join-detail-page .t-title .l span:last-child {
    display: block;
    line-height: 20px;
    font-size: 16px
  }

  #join-detail-page .content {
    padding: 25px 0 0
  }

  #join-detail-page .content .describetion .left {
    width: 100%
  }

  #join-detail-page .content .describetion .left .cont {
    margin-bottom: 25px
  }

  #join-detail-page .content .describetion .left .cont .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px
  }

  #join-detail-page .content .describetion .left .cont .text {
    font-size: 16px;
    line-height: 24px
  }

  #join-detail-page .content .btn {
    margin-top: 25px
  }

  #join-detail-page .content .btn .btn-prev a .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px
  }

  #join-detail-page .content .btn .btn-prev a span {
    font-size: 20px
  }
}

#contact-introduction {
  background-color: #fff;
  padding-top: 216px
}

#contact-introduction .title {
  font-size: 70px;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: normal;
  color: #000;
  line-height: 100px
}

#contact-introduction .desc {
  font-family: "PingFang SC",'Microsoft YaHei';
  margin-top: 60px;
  font-size: 20px;
  color: #9FA0A0;
  line-height: 32px
}

@media (min-width: 2000px) {
  #contact-introduction .title {
    font-size: 100px;
    line-height: 130px
  }

  #contact-introduction .desc {
    font-size: 28px;
    line-height: 45px
  }
}

@media (max-width: 1200px) {
  #contact-introduction .title {
    font-size: 50px;
    line-height: 70px
  }
}

@media (max-width: 768px) {
  #contact-introduction .title {
    font-size: 32px;
    line-height: 48px
  }
}

@media (max-width: 488px) {
  #contact-introduction {
    padding-top: 100px
  }

  #contact-introduction .title {
    font-size: 32px;
    line-height: 44px;
    font-weight: normal
  }

  #contact-introduction .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

#contact-page {
  padding: 100px 15px 150px
}

#contact-page img {
  max-width: 100%;
  height: auto
}

#contact-page .list {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer
}

#contact-page .list:hover .img .img1 {
  display: none
}

#contact-page .list:hover .img .img2 {
  display: block
}

#contact-page .list:hover .text .addr .en-addr {
  display: none
}

#contact-page .list:hover .text .addr.sec-ad {
  display: block
}

#contact-page .list .img .img2 {
  display: none
}

#contact-page .list .text .addr {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

#contact-page .list .text .addr .address {
  font-family: "PingFang SC",'Microsoft YaHei';
  font-size: 50px;
  color: #fff
}

#contact-page .list .text .addr img {
  margin: 40px 0
}

#contact-page .list .text .addr .tel {
  font-family: Outfit-Regular;
  font-size: 30px
}

#contact-page .list .text .addr .tel a {
  color: #fff;
  padding: 0 20px
}

#contact-page .list .text .addr .en-addr {
  font-family: Outfit-Bold;
  font-size: 100px;
  letter-spacing: 2px;
  color: #fff
}

#contact-page .list .text .addr.sec-ad {
  display: none
}

#contact-page .follow {
  text-align: center;
  margin-top: 80px
}

#contact-page .follow .p1 {
  color: #9a9b9b;
  font-size: 30px;
  font-family: "PingFang SC",'Microsoft YaHei';
}

#contact-page .follow .account {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 30px;
}

#contact-page .follow .account a>img {
  width: 38%;
  margin: 0;
}

#contact-page .follow .account a.code {
  position: relative
}

#contact-page .follow .account a.code .img {
  position: absolute;
  width: 180px;
  height: 0;
  background-color: #eee;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
  transition: all ease .6s;
  -webkit-transition: all ease .6s;
  z-index: 5
}

#contact-page .follow .account a.code .img::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: 6;
  top: -20px;
  left: 50%;
  margin-left: -10px
}

#contact-page .follow .account a.code .img img {
  padding: 10px;
  width: 100%;
  height: 100%
}

#contact-page .follow .account a.code:hover .img {
  height: 180px;
  top: 50px
}

#contact-page .follow .account a.code:hover .img::after {
  border-bottom-color: #eee
}

@media (min-width: 2000px) {
  #contact-page .follow .p1 {
    font-size: 40px
  }
}

@media (max-width: 1000px) {
  #contact-page .list .text .addr .address {
    font-size: 30px
  }

  #contact-page .list .text .addr img {
    margin: 25px 0
  }

  #contact-page .list .text .addr .en-addr {
    font-size: 60px
  }

  #contact-page .follow .account img {
    width: 4%
  }
}

@media (max-width: 768px) {
  #contact-page .follow .account a.code .img {
    left: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  #contact-page .follow .account a.code .img::after {left: 30%;}
  #contact-page .list .text .addr .address {
    font-size: 25px
  }

  #contact-page .list .text .addr .tel {
    font-size: 16px
  }

  #contact-page .list .text .addr .tel a {
    padding: 0 5px
  }

  #contact-page .list .text .addr img {
    margin: 25px 0
  }

  #contact-page .list .text .addr .en-addr {
    font-size: 40px
  }

  #contact-page .follow .p1 {
    font-size: 22px
  }

 #contact-page .follow .account {
    margin-top: 15px;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  
  #contact-page .follow .account a {
      width: 33px;
  }

  #contact-page .follow .account img {
      width: 5%
  }
  #contact-page .follow .account a>img {
      width: 100%;
  }
}

@media (max-width: 488px) {
  #contact-page {
    padding: 25px 15px
  }

  #contact-page .list .text .addr .address {
    font-size: 18px
  }

  #contact-page .list .text .addr .tel {
    font-size: 16px
  }

  #contact-page .list .text .addr .tel a {
    padding: 0 5px
  }

  #contact-page .list .text .addr img {
    margin: 15px 0
  }

  #contact-page .list .text .addr .en-addr {
    font-size: 40px
  }

  #contact-page .follow {
    margin-top: 30px
  }

  #contact-page .follow .p1 {
    font-size: 18px
  }

  #contact-page .follow .account {
    margin-top: 30px;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  
  #contact-page .follow .account a {
      width: 33px;
  }

  #contact-page .follow .account img {
      width: 5%
  }
  #contact-page .follow .account a>img {
      width: 100%;
  }
}

#cooperation-introduction {
  background-color: #fff;
  padding-top: 216px
}

#cooperation-introduction .title {
  font-size: 70px;
  font-family: "PingFang SC",'Microsoft YaHei';
  /* font-weight: bold; */
  color: #000;
  line-height: 100px
}

#cooperation-introduction .desc {
  font-family: "PingFang SC",'Microsoft YaHei';
  margin-top: 60px;
  font-size: 20px;
  line-height: 32px;
  color: #9FA0A0
}

@media (min-width: 2000px) {
  #cooperation-introduction .title {
    font-size: 100px;
    line-height: 130px
  }

  #cooperation-introduction .desc {
    font-size: 28px;
    line-height: 45px
  }
}

@media (max-width: 1200px) {
  #cooperation-introduction .title {
    font-size: 50px;
    line-height: 70px
  }
}

@media (max-width: 768px) {
  #cooperation-introduction {
    padding-top: 100px
  }

  #cooperation-introduction .title {
    font-size: 32px;
    line-height: 48px
  }
}

@media (max-width: 488px) {
  #cooperation-introduction .title {
    font-size: 32px;
    line-height: 44px;
    font-weight: normal
  }

  #cooperation-introduction .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

#cooperation-page {
  padding: 135px 15px 100px
}

#cooperation-page .content .left {
  padding-right: 50px
}

#cooperation-page .content .right p,
#cooperation-page .content .left p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  border: 1px solid #000
}

#cooperation-page .content .right p input,
#cooperation-page .content .right p select,
#cooperation-page .content .left p input {
  width: 80%;
  height: 60px;
  line-height: 60px;
  text-indent: 15px;
  border: none;
  font-size: 20px;
  background-color: #fff;
  color: #000;
}
#cooperation-page .content .right p select { -webkit-appearance:none; -moz-appearance:none; width: 100%; background-color: #fff; background-repeat: no-repeat; background-position: 98% center; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg t='1700723339032' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4593' width='15' height='15'%3E%3Cpath d='M966.4 323.2c-9.6-9.6-25.6-9.6-35.2 0l-416 416-425.6-416c-9.6-9.6-25.6-9.6-35.2 0-9.6 9.6-9.6 25.6 0 35.2l441.6 432c9.6 9.6 25.6 9.6 35.2 0l435.2-432C976 345.6 976 332.8 966.4 323.2z' p-id='4594' fill='%23515151'%3E%3C/path%3E%3C/svg%3E"); }

#cooperation-page .content .right p input:focus,
#cooperation-page .content .left p input:focus {
  border: none;
  outline: 0
}

#cooperation-page .content .right p span,
#cooperation-page .content .left p span {
  color: grey;
  padding-right: 15px;
  font-size: 20px
}

#cooperation-page .content .right {
  padding-left: 50px;
}

#cooperation-page .content .right div {
  border: 1px solid #000;
  height: 52%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 41px;
  justify-content: space-between
}

#cooperation-page .content .right div textarea {
  height: 100%;
  width: 80%;
  text-indent: 15px;
  line-height: 50px;
  border: none;
  font-size: 20px
}

#cooperation-page .content .right div textarea:focus {
  border: none;
  outline: 0
}

#cooperation-page .content .right div span {
  line-height: 50px;
  padding-right: 15px;
  color: grey;
  font-size: 20px
}

#cooperation-page .button {
  text-align: center;
  margin-top: 55px
}

#cooperation-page .button button {
  width: 250px;
  height: 80px;
  background: var(--theme-color);
  border-radius: 80px;
  border: none;
  font-family: "PingFang SC",'Microsoft YaHei';
  font-weight: bold;
  font-size: 30px;
  cursor: pointer
}

#cooperation-page .button button:focus {
  border: none;
  outline: 0
}

@media (min-width: 2000px) {
  #cooperation-page .content .right p input,
  #cooperation-page .content .left p input {
    font-size: 28px;
    line-height: 70px
  }
  #cooperation-page .content .right p span,
  #cooperation-page .content .left p span {
    font-size: 28px
  }

  #cooperation-page .content .right div textarea {
    font-size: 28px;
    line-height: 70px
  }

  #cooperation-page .content .right div span {
    font-size: 28px;
    line-height: 70px
  }

  #cooperation-page .button button {
    color: #000;
    font-size: 40px;
    width: 270px;
    height: 85px
  }
}

@media (max-width: 768px) {
  #cooperation-page {
    padding: 30px 15px
  }
  #cooperation-page .content .right,
  #cooperation-page .content .left {
    padding-right: 15px
  }
  #cooperation-page .content .right p,
  #cooperation-page .content .left p {
    margin-bottom: 15px
  }

  #cooperation-page .content .right {
    padding-left: 15px;
  }
  #cooperation-page .content .right div { height: auto;  margin-bottom: 15px}

  #cooperation-page .button {
    margin-top: 20px
  }

  #cooperation-page .button button {
    font-size: 18px;
    width: 120px;
    height: 45px;
    color: #000;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important
  }

  .show-xs {
    display: block !important
  }

  header .header {
    background-color: #000
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1580px
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1730px
  }
}

@media (min-width: 3900px) {
  .container {
    max-width: 3000px
  }
}

@-webkit-keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}