@charset "UTF-8";
/* .app_child_liftup{
  opacity: 0;
  animation: fadeliftup 1.5s cubic-bezier(.23,1,.32,1) both;
}
@keyframes fadeliftup{
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */
 .container{
  padding-left: 0 !important;
  padding-right: 0 !important;
 }
.bg-content {
  width: 100%;
  height: 100%;
  background: url(../images/company/bg-content.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.title-bg {
  font-family: "Alibaba_PuHuiTi_Black_115";
  font-size: 48px;
  color: #e7e7e7;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: uppercase;
}
.middle {
  /* width: 1200px; */
  margin: 0 auto;
}
/* 页头 */
.head-show {
  position: fixed;
  width: 1920px;
  height: 0px;
  opacity: 0;
  z-index: 2;
}

.wrap .wrap-head {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  z-index: 2;
}

.wrap-head .logo > a {
  width: 200px;
  height: 56px;
  background: url(../images/company/zy-logo.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  /* top: 25px;
  left: 0; */
  top: 50%;
  transform: translate(0, -50%);
  z-index: 333;
}

/* .wrap-head .logo > a.logo_show {
  background: url(../images/menu_logo_hover.png) no-repeat center;
  background-size: 100% 100%;
} */

.wrap-head .lang {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 16px;
  color: #fff;
}

.wrap-head .lang .current {
  opacity: 1;
}

.wrap-head .lang > a {
  color: #fff;
  font-size: 16px;
  font-family: "PingFangSC-Regular";
  opacity: 0.7;
}

.wrap-head .lang > a:hover {
  text-decoration: none;
  opacity: 1;
}

.wrap-head .lang > a.a_show {
  color: #fff;
}

.wrap-head .lang > i {
  font-style: italic;
  font-size: 12px;
  margin: 0 3px;
  opacity: 0.7;
  position: relative;
  top: -2px;
}

.wrap-head .lang.lang_show {
  color: #fff;
}

.head-nav {
  width: 100%;
  height: 75px;
  cursor: pointer;
  position: absolute;
  top: 0;
  /* left: 708px; */
  z-index: 3;
  float: right;
}

.head-nav .nav-item {
  margin-right: 75px;
  position: relative;
}
.head-nav .nav-item>a{
  text-decoration: none;
}
.head-nav ul li:last-child {
  margin-right: 0;
}

.head-con button{
  /* background-color: #fff; */
  z-index: 9999;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
}
.head-nav ul{
  position: absolute;
  top: 0;
  right: 0;
}
.head-nav .nav-item > .title {
  display: block;
  text-decoration: none;
  height: 75px;
  line-height: 75px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  opacity: 0.95;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: relative;
  z-index: 2;
}

.head-nav .nav-item > .title:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 19px;
  left: 0;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.head-nav .nav-item:hover .title::after {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.head-nav .nav-item .title_hover {
  text-decoration: none;
  color: #fff;
}

.head-nav .nav-item .nav-hook {
  display: none;
  height: 445px;
  position: absolute;
  left: -36px;
  top: 0px;
  z-index: 1;
}

.head-nav .nav-list {
  display: none;
  width: 160px;
  position: absolute;
  left: 50%;
  text-align: center;
  margin-top: 13px;
  margin-left: -80px;
  z-index: 2;
}

.head-nav .nav-list.list_hover {
  -webkit-animation: list_hover_show 0.2s ease-out;
  animation: list_hover_show 0.2s ease-out;
}

.head-nav .nav-list > li {
  width: 160px;
  height: 50px;
}

.head-nav .nav-list a {
  display: block;
  font-size: 16px;
  /* color: #2b2e2e; */
  color: #333;
  /* color: #fff; */
  opacity: 0.7;
}

.head-nav .nav-list a:hover {
  opacity: 1;
}

@-webkit-keyframes list_hover_show {
  0% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes list_hover_show {
  0% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

/* 页脚 */
.wrap-footer {
  width: 100%;
  height: 220px;
  /* background: linear-gradient(90deg, #fffbfb 0%, #fffcfc 100%); */
  background: url(../images/company/Group\ 1852.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.wrap-footer > .footer-con {
  /* width: 1200px; */
  height: 220px;
  margin: 0px auto;
  position: relative;
}

.footer-bottom {
  width: 100%;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.footer-bottom .foot-top {
  /* display: flex;
  align-items: center; */
  flex: 0.4;
}
.footer-bottom .foot-top img {
  width: 168px;
}
.footer-bottom .foot-top .hao {
  color: #000;
  /* margin-left: 69px; */
}

.footer-bottom .copyright {
  /* margin-top: 30px; */
  /* width: 100%; */
  text-align: right;
  flex: 0.6;
  height: 23px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}

.footer-bottom .copyright .cr_br {
  display: none;
}
.footer-nav {
  /* position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%); */
}
.footer-nav ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: auto;
  gap: 20px; */
}
.footer-nav ul::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #DCDCDC;
}
.footer-nav ul li > a {
  text-decoration: none;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
.footer-nav ul li > a:hover {
  color: #EA524E;
}
/*# sourceMappingURL=base.css.map */
