body {
  position: static !important;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  transition: all ease .8s;
}

.scroll header {
  padding-top: 0;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #030303;
}

.scroll header .logo {
  max-width: 160px;
}

header .wrap {
  height: 100%;
  z-index: 2;
}

header .logo {
  max-width: 208px;
  transition: all ease .8s;
}

header .logo img {
  width: 100%;
}

header .nav-content {
  height: 100%;
}

header .nav-content .between {
  height: 100%;
}

header nav {
  height: 100%;
}

header nav .link {
  margin-right: 40px;
  height: 100%;
  transition: all linear 0.2s;
  cursor: pointer;
  position: relative;
}

header nav .link:nth-last-of-type(2) {
  margin-right: 0;
}

header nav .HrLink {
  height: 100%;
  margin-left: 60px;
}

header nav .HrLink .link {
  margin-right: 0;
}

header nav .HrLink .link:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 12px;
  border-left: 1px solid #FFFFFF;
  margin: 0 14px;
}

header nav .HrLink .link>a {
  font-weight: normal;
}

header nav .link>a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-family: Gotham-bold;
  transition: all ease 0.3s;
  /* font-weight: bold; */
  text-transform: uppercase;
}

header nav .link>a:hover {
  color: #0C9898;
}

header nav .link>a svg {
  fill: #fff;
  transition: all ease .3s;
}

header nav .link>a:hover svg {
  fill: #0C9898;
}

header nav .link.active>a {
  color: #0C9898;
}

header nav .link:hover>a {
  color: #0C9898;
}

header .link:hover .downLink {
  display: block;
}

header .downLink {
  width: max-content;
  max-width: 300px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 5;
  transform: translate(-50%, 0);
  display: none;
}

.scroll header .downLink {
  padding-top: 20px;
}

header .downLink a {
  width: max-content;
  min-width: 100%;
  max-width: 100%;
  display: block;
  padding: 20px 50px;
  font-size: 16px;
  color: #666666;
  background: #F7F7F8;
  transition: all ease .3s;
  text-align: center;
  border-bottom: 1px solid #DFDFDF;
  white-space: nowrap;
}

header .downLink a:hover {
  color: #fff;
  background: #a2a2a3;
}

header .downLink .linkd {
  position: relative;
}

header .downLink .down {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  display: none;
}

header .downLink .linkd:hover>.down {
  display: block;
}

footer {
  /* display: none; */
}

.C-slide {
  position: fixed;
  right: -100vw;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 50;
  transition: transform ease 1s;
}

.scroll .C-slide {
  right: 0;
  transform: translate(0%, -50%);
}




.C-gotop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  background: #0C9898;
  opacity: 0;
  transition: all ease 1s;
}

.C-gotop img {
  width: 50%;
}

.scroll .C-gotop {
  opacity: 1;
}

.subscription {
  background: #F5F5F5;
  padding: 30px 0;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 20%;
}

.subscription .wrap {
  align-items: center;
}

.subscription .fl {
  height: 100%;
}

.subscription .fl p {
  font-size: 14px;
  color: #0C9898;
}

.subscription .fl {
  width: 50%;
}

.subscription .fl h3 {
  font-size: 28px;
  color: #101010;
}

.subscription .fr {
  width: 50%;
}

.subscription .fr form {
  width: auto;
  height: 50px;
}

.subscription .fr form input {
  width: 50%;
  height: 100%;
  font-size: 18px;
  background: transparent;
  border: 1px solid #0C9898;
  padding: 10px;
}

.subscription .fr form button {
  display: block;
  width: 174px;
  font-size: 18px;
  background: #0C9898;
  outline: none;
  border: none;
  color: #FFFFFF;
}

.subscription .fr form button img {
  margin-right: 5px;
}

.footInfo {
  padding: 80px 0 73px;
  background: #1B1B1B;
  background-position: 90% 93%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-bottom: 1px solid #474747;
}

.footInfo .info {
  width: 23%;
}

.footInfo .info .logo {
  margin-bottom: 35px;
  max-width: 157px;
}

.footInfo .info .logo img {
  width: 100%;
}

.footInfo .info li {
  margin-bottom: 15px;
}

.footInfo .info li h3 {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.footInfo .info li p {
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}

.footInfo .info .tolink a {
  display: inline-block;
  margin-right: 20px;
  width: 34px;
}

.footInfo .info .tolink a img {
  width: 100%;
}

.footInfo .foot-link dl {
  margin-left: 40px;
}

.footInfo .foot-link dl:first-child {
  margin-left: 0;
}

.footInfo .foot-link dt {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.footInfo .foot-link dd {
  font-size: 14px;
  color: #C8C8C8;
  opacity: 0.42;
  transition: all .2s;
  margin-bottom: 12px;
}

.footInfo .foot-link dd:hover {
  opacity: 1;
}

.footCopy {
  padding: 24px 0;
  font-size: 14px;
  color: #C8C8C8;
  background: #1B1B1B;
}

.Cit h2 {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #030303;
  position: relative;
  width: max-content;
  max-width: 90%;
  margin: 0 auto;
}

.Cit.size48 h2 {
  font-size: 48px;
}

.Cit h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url('/static/img/ch.svg') no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -30%);
  z-index: 1;
}

.Cit.tl h2 {
  text-align: left;
  margin: 0;
}

.Cit h2 span {
  position: relative;
  z-index: 2;
  font-family: Poppins-bold;
}

.C-banner {
  width: 100%;
  background: #000;
}

@media (min-width:768px) {
  .C-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.C-banner img {
  max-width: 100%;
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
}

.Cmore {
  font-size: 16px;
  color: #FFFFFF;
  background: #0C9898;
  padding: 0 30px;
  width: max-content;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 56px;
  cursor: pointer;
  transition: all ease .3s;
}

.Cmore span {
  white-space: nowrap
}

.Cmore:hover {
  opacity: 0.8;
}

.Cmore img {
  margin-right: 5px;
}


.paging {
  margin-top: 73px;
}

.paging a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DCDCDC;
  border-right: none;
  transition: all ease .3s;
}

.paging a.on {
  background: #0C9898;
  color: #fff;
}

.paging a:hover {
  background: #ddd;
}

.paging a.prev,
.paging a.next {
  border: 1px solid #DCDCDC;
}

.paging a.prev {
  transform: rotateY(180deg);
  border-left: none;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1719px) {
  header nav .link {
    margin-right: 40px;
  }

  header nav .HrLink {
    margin-left: 50px;
  }
}

@media screen and (max-width:1519px) {

  .footInfo .foot-link dd {
    font-size: 16px;
  }

  .C-slide a {
    width: 50px;
    height: 50px;
  }

  .footInfo .foot-link dl {
    margin-left: 50px;
  }


  header nav .link>a {
    font-size: 14px;
  }

  header nav .link {
    margin-right: 30px;
  }

  header .logo {
    max-width: 168px;
  }
}

@media screen and (max-width:1366px) {
  header .logo {
    max-width: 170px;
    transition: all ease .8s;
  }

  header nav .link {
    margin-right: 20px;
  }

  header nav .link a {
    font-size: 14px;
  }

  .Cit h2 {
    font-size: 50px;
  }

  .subscription .fl h3 {
    font-size: 20px;
  }

  header .downLink a {
    padding: 20px 30px;
  }
}

@media screen and (max-width:1250px) {
  header nav .link a {
    font-size: 14px;
  }

  header .nav-content {
    width: auto;
  }

  header {
    height: auto;
    padding: 15px 0;
  }

  header nav .link {
    margin-right: 17px;
  }


  header .nav-content .between {
    height: auto;
    width: 100%;
  }

  header nav.flex-xb {
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 500;
    opacity: 0;
    transition: opacity 1s ease-out;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  header nav .link {
    /* width: 100%; */
    height: auto;
    margin-right: 0;
    padding: 7px 18px;
    margin-bottom: 20px;
  }

  header nav.open {
    right: 0;
    opacity: 1;
  }

  header .downLink {
    left: 10px;
    transform: none;
  }

  .navbar-toggle {
    display: inline-block;
    padding: 0 0;
    margin: 0;
    background-color: transparent;
    border: none !important;
    position: relative;
    z-index: 501;
  }

  .navbar-toggle .line-top,
  .navbar-toggle .line-middle,
  .navbar-toggle .line-bottom {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #0C9898;
    margin: 3px 0;
    transition: 0.4s;
  }

  .open .line-top {
    -webkit-transform: rotate(45deg) translate(2px, 7px);
    transform: rotate(45deg) translate(2px, 7px);
  }

  .open .line-middle {
    opacity: 0;
  }

  .open .line-bottom {
    -webkit-transform: rotate(-45deg) translate(1px, -7px);
    transform: rotate(-45deg) translate(1px, -7px);
  }


  header .nav-content {
    height: auto;
  }

  .foot-link {
    display: none;
  }

  .footInfo .info {
    width: 100%;
  }

  .subscription .fl {
    width: 100%;
    margin-bottom: 40px;
  }

  .subscription .fr form {
    width: auto;
    height: 52px;
  }

  .subscription .fr {
    width: 100%;
  }

  .subscription {
    height: auto;
  }

  header nav .HrLink {
    height: auto;
  }

  header nav .HrLink .link {
    margin-right: 0;
    width: auto;
    padding: 0;
  }

  header .downLink .down,
  header .downLink .linkd:hover>.down {
    display: none;
  }

  header .downLink .down {
    left: 100%;
    top: 0%;
  }

  header .downLink .linkd.yesItem:hover>.down {
    display: block;
  }

  /* header .downLink .down {
    position: absolute;
    left: 85%;
    top: 0;
    background: #fff;
} */

  header nav .HrLink {
    margin-left: 18px;
  }
}

@media screen and (max-width:991px) {

  .paging a {
    width: 40px;
    height: 40px;
  }

  .paging {
    margin-top: 43px;
  }


  .C-banner {
    width: 100%;
    /* height: auto; */
    height: 35vh;
  }

  .C-banner img {
    height: 100%;
    object-fit: cover;
  }

  header .downLink a {
    padding: 20px 20px;
    white-space: normal;
  }
}

@media screen and (max-width:768px) {
  header .logo {
    max-width: 160px;
  }

  .scroll header .logo {
    max-width: 140px;
  }

  .scroll header {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .Cit h2::after {
    width: 40px;
    height: 40px;
  }

  .Cit h2,
  .Cit.size48 h2 {
    font-size: 30px;
  }

  header {
    padding: 20px 0;
  }

  .Cmore {
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
  }

  .C-slide a {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }

  .C-gotop {
    width: 34px;
    height: 34px;
  }

  .subscription .fr form input {
    width: 70%;
  }

  .subscription .fr form button {
    width: 30%;
  }

  .subscription {
    background-position: center;
    background-size: 50%;
  }

  .footInfo {
    background-size: 55%;
  }
}

@media screen and (max-width:480px) {}

.tolink a img:nth-of-type(2) {
  display: none;
}

.tolink a:hover img:nth-of-type(1) {
  display: none;
}

.tolink a:hover img:nth-of-type(2) {
  display: block;
}

.tolink a img {
  width: 100%;
}

.tolink {
  display: flex;
}

/* .zhezhao{
position: fixed;
left: 0px;
top: 0px;
background: #000;
width: 100%;
height: 100%;
opacity: 0.5;
} */
.tankuang {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 20%;
  height: 10%;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: none;
  transition: all 0.4s;
}

#header {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-right {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #0C9898;
  color: #fff;
  right: 5px;
  top: 5px;
  text-align: center;
}




















.C-slide a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 66px;
  height: 61px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 22px;
  position: relative;
}

.C-slide a .box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
  display: none;
  width: 220px;
  height: 220px;
  background-size: cover;
  transform: translateY(-50%);
  position: absolute;
  right: 80px;
  top: 50%;
  transition: all .2s ease-in-out;
  z-index: 999;
  padding: 10px;
}

.C-slide a .pho {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
  display: none;
  width: 150px;
  height: 40px;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
  right: 80px;
  top: 50%;
  transition: all .2s ease-in-out;
  z-index: 999;
  padding: 10px 0;
}

.C-slide a:hover .box {
  display: block;
}

.C-slide a:hover .pho {
  display: block;
}

.C-slide a:hover .box img {
  display: block !important;
}

.C-slide a .box img {
  max-width: 100% !important;
  width: 100% !important;
}

.C-slide a img {
  width: 50%;
}

.C-slide a img:nth-child(2) {
  display: none;
}

.C-slide a:hover img:nth-child(1) {
  display: none;
}

.C-slide a:hover img:nth-child(2) {
  display: block;
}

.C-slide a:hover img:nth-child(3) {
  display: block;
}


.tolink a {
  position: relative;
}

.tolink a .box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
  display: none;
  width: 180px;
  height: 180px;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150%;
  transition: all .2s ease-in-out;
  z-index: 999;
  padding: 5px;
}

.tolink a .pho {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
  display: none;
  width: 150px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150%;
  transition: all .2s ease-in-out;
  z-index: 999;
  padding: 10px 0;
  text-align: center;
}

.tolink a:hover .box {
  display: block;
}

.tolink a:hover .pho {
  display: block;
}

.tolink a:hover .box img {
  display: block !important;
}

.tolink a .box img {
  max-width: 100% !important;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .C-slide a .box {
    width: 120px;
    height: 120px;
    right: 80px;
  }

  .C-slide a .pho {
    width: 130px;
    height: 30px;
    right: 40px;
    padding: 5px 0;
  }

  .tolink a .box {
    width: 60px;
    height: 60px;
    top: -70px;
  }

  .tolink a .pho {
    width: 130px;
    height: 30px;
    top: -40px;
    padding: 5px 0;
  }
}