.w1624 {
  max-width: 1624px;
  margin: 0 auto;
  width: 85%;
  display: flex;
}
.w1764 {
  max-width: 1764px;
  margin: 0 auto;
  width: 92.7%;
}
.w1410 {
  max-width: 1410px;
  margin: 0 auto;
  width: 73.6%;
}
.w14101 {
  max-width: 1410px;
  margin: 0 auto;
  width: 73.6%;
}
.w1410_1 {
  max-width: 1410px;
  margin: 0 auto;
  width: 100%;
}
.w1410_2 {
  max-width: 1663px;
  width: 86.8%;
  margin-left: 13.2%;
}
.w1472 {
  max-width: 1472px;
  margin: 0 auto;
  width: 77.4%;
}
.w1650 {
  max-width: 1650px;
  width: 87%;
  margin-left: 13.5vw;
}
.w1680 {
  max-width: 1680px;
  width: 88%;
  margin-left: 12%;
}
.w1194 {
  max-width: 1194px;
  margin: 0 auto;
  width: 63%;
  display: flex;
}
html {
  scroll-behavior: smooth;
}
.head_pc {
  position: fixed;
  z-index: 999;
  transition: 1s ease-out, top 0s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  background-color: #fff;
}
.head_pc.scroll_head .header-top {
  height: 0;
  transition: 0.5s;
}
.head_pc .w1410 {
  display: flex;
  justify-content: space-between;
  text-align: right;
  transition: 1s ease-out, top 0s;
  z-index: 99;
  line-height: 80px;
}
.head_pc .w1410 .logo {
  width: 15%;
  text-align: left;
}
.head_pc .w1410 .logo img {
  width: 75%;
  vertical-align: middle;
}
.head_pc .w1410 .nav {
  width: 59%;
  text-align: right;
  margin: auto 0;
}
.head_pc .w1410 .nav .ul2 {
  flex-direction: column;
  line-height: 50px;
  display: none;
}
.head_pc .w1410 .nav .ul2 a.hover::before,
.head_pc .w1410 .nav .ul2 a:hover::before {
  display: none;
  height: 13px;
}
.head_pc .w1410 .nav ul {
  display: flex;
  justify-content: space-between;
  font-family: GOTHICB;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
}
.head_pc .w1410 .nav ul .li1 {
  position: relative;
}
.head_pc .w1410 .nav ul .li1 a {
  position: relative;
}
.head_pc .w1410 .nav ul .li1 a::before {
  position: absolute;
  bottom: 42%;
  left: -25px;
  content: '';
  width: 0;
  height: 2px;
  background-color: #00c4ad;
  transition: 0.5s;
}
.head_pc .w1410 .nav ul .li1 a.hover,
.head_pc .w1410 .nav ul .li1 a:hover {
  color: #00c4ad;
}
.head_pc .w1410 .nav ul .li1 a.hover::before,
.head_pc .w1410 .nav ul .li1 a:hover::before {
  position: absolute;
  bottom: 42%;
  left: -25px;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #00c4ad;
}
.head_pc .w1410 .lanuage {
  padding-left: 35px;
}
.head_pc .w1410 .lanuage a {
  width: 66px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
}
.head_pc .w1410 .lanuage a:nth-child(1) {
  margin-right: 10px;
  background: #00c4ad;
  border-color: #00c4ad;
}
.head_pc .w1410 .lanuage a:hover {
  background: #00c4ad;
  border-color: #00c4ad;
}
.pub_more {
  width: 200px;
  line-height: 64px;
  text-align: center;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.pub_more:hover {
  background: #00c4ad;
  border-color: #00c4ad;
}
.pub_title {
  text-align: center;
  color: #fff;
}
.pub_title .cn {
  font-size: 40px;
  font-weight: lighter;
  line-height: 28px;
}
.pub_title .en {
  font-size: 26px;
  line-height: 3.07em;
  margin-bottom: 53px;
}
.pub_padding {
  padding: 8.8% 0;
}
.cc_botton {
  margin: 2.5vw 0 0 0;
}
.cc_top {
  text-align: center;
}
@font-face {
  font-family: GOTHIC;
  src: url(../css/fonts/GOTHIC.TTF);
}
@font-face {
  font-family: GOTHICB;
  src: url(../css/fonts/GOTHICB.TTF);
}
@font-face {
  font-family: GOTHICBI;
  src: url(../css/fonts/GOTHICBI.TTF);
}
@font-face {
  font-family: GOTHICI;
  src: url(../css/fonts/GOTHICI.TTF);
}
@font-face {
  font-family: PINGFANG-BOLD;
  src: url(../css/fonts/PINGFANG-BOLD.TTF);
}
* {
  font-family: GOTHIC;
  box-sizing: border-box;
}
.phone1 {
  display: flex;
  align-items: center;
}
.phone1 .p1 {
  font-family: GOTHIC;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 10px;
}
.header-top {
  height: 45px;
  line-height: 45;
  background-color: #000;
  transition: 0.5s;
  z-index: 11;
}
.header-top_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}
.header-top_flex_left {
  display: flex;
  align-items: center;
}
.header-top_flex_left p {
  font-size: 20px;
  line-height: 20px;
  color: #ffffffd0;
  margin-left: 10px;
}
.header-top_flex_right {
  display: flex;
  justify-content: right;
  width: 80px;
  align-items: center;
}
.header-top_flex_right p {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  margin-left: 10px;
}
.header-top_flex_right img {
  width: 32%;
}
.head_pc .w1410 .nav ul .li1:first-child a.hover::before{
    width: 0;
}

@media screen and (min-width: 1000px) and (max-width: 1550px) {
  .w1410 {
    max-width: 1410px;
    margin: 0 auto;
    width: 85%;
  }
}
