.w1450 {
  max-width: 1450px;
  margin: 0 auto;
  width: 76%;
  display: flex;
}
.w1450_1 {
  max-width: 1450px;
  margin: 0 auto;
  width: 76%;
}
.w1450_2 {
  max-width: 1687px;
  margin: 0 0 0 12%;
  width: 88%;
}
html {
  scroll-behavior: smooth;
}
.head_pc {
  position: static;
  z-index: 999;
  transition: 1s ease-out, top 0s;
  background-color: #292929;
}
.head_pc.scroll_head {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.head_pc.scroll_head .w1450 {
  line-height: 90px;
}
.head_pc .w1450 {
  display: flex;
  line-height: 108px;
  justify-content: space-between;
  transition: 1s ease-out, top 0s;
  position: fixed;
  position: relative;
  z-index: 9999;
  background-color: #292929;
  padding: 10px 0;
}
.head_pc .w1450 .logo img {
  vertical-align: middle;
}
.head_pc .w1450 .nav .ul2 {
  flex-direction: column;
  line-height: 50px;
  display: none;
}
.head_pc .w1450 .nav .ul2 a.hover::before,
.head_pc .w1450 .nav .ul2 a:hover::before {
  display: none;
  height: 13px;
}
.head_pc .w1450 .nav ul {
  display: flex;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.head_pc .w1450 .nav ul .li1 {
  padding: 0px 40px 0px 40px;
  position: relative;
}
.head_pc .w1450 .nav ul .li1 a.hover,
.head_pc .w1450 .nav ul .li1 a:hover {
  color: #d2ab66;
}
.pub_more {
  width: 200px;
  line-height: 64px;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.pub_more:hover {
  background: #db251c;
  border-color: #db251c;
}
.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: 0;
}
.ze_ul .en_a a img {
  margin: 40px 5px 0 5px;
}
.nn {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width:1140px) and (max-width: 1330px) {
  .head_pc .w1450 .nav ul .li1{
      padding: 0 15px 0 15px !important;
  }
  /*.foot-connect-li-d{*/
  /*    width: 100% !important;*/
  /*}*/
   .ze_ul{
      margin-left: 20px !important;
  }
}
@media screen and (min-width: 950px) and (max-width: 1140px) {
  .head_pc .w1450 .nav ul .li1{
      padding: 0 15px 0 15px !important;
  }
  .head_pc .w1450 .nav ul{
      font-size: 18px !important;
  }
  /*.foot-connect-li-d{*/
  /*    width: 100% !important;*/
  /*}*/
  .ze_ul{
      margin-left: 15px !important;
  }
  .head_pc .w1450 .logo{
      width: 20% !important;
  }
}