* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "PINGFANG MEDIUM", "Microsoft Yahei", "simsun", "arial", "tahoma";
}

a {
  color: #333;
  text-decoration: none;
}

.nav_wrap {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  margin: auto;
  z-index: 9999;
  line-height: 120px;
  background-color: #fff;
}
.nav_wrap .container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.nav_wrap .container .nucarf_active {
  position: absolute;
  display: block;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 4px;
  z-index: 9999;
  line-height: 0;
  transition: 0.3s all linear;
}
.nav_wrap .container .logo {
  width: 430px;
  font-size: 0;
}
.nav_wrap .container .logo a {
  display: inline-block;
}
.nav_wrap .container .logo a img {
  height: 80px;
  vertical-align: middle;
}
.nav_wrap .container ul.right_ul {
  display: flex;
}
.nav_wrap .container ul.right_ul li {
  position: relative;
}
.nav_wrap .container ul.right_ul li a {
  position: relative;
  display: inline-block;
  width: 130px;
  text-align: center;
  font-weight: 700;
}
.nav_wrap .container ul.right_ul li a:hover .nucarf_active {
  background-color: #bf0000;
}
.nav_wrap .container ul.right_ul li .more {
  position: absolute;
  display: none;
  top: 100px;
  line-height: 60px;
  background-color: #fff;
  transition: 0.3s all ease-in;
}
.nav_wrap .container ul.right_ul li .more li:hover {
  background-color: #f5ecec;
}
.nav_wrap .container ul.right_ul li:hover .more {
  display: block;
}
.nav_wrap .container .platform_enter {
  display: flex;
  align-items: center;
}
.nav_wrap .container .platform_enter i {
  display: block;
  background-color: #999;
  width: 1px;
  height: 16px;
}
.nav_wrap .container .platform_enter span {
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  margin: 0 35px;
  background-color: black;
  text-align: center;
}
.nav_wrap .container .platform_enter span a {
  color: #fff;
}
.nav_wrap .container .platform_enter .en {
  color: #444;
  padding-left: 35px;
}

.content_wrap {
  position: relative;
  margin-top: 120px;
  width: 100%;
  height: calc(100vh - 120px);
}
.content_wrap .content {
  width: 100%;
  height: 100%;
  background-image: url("../images/bgimg.jpg");
  background-position: center;
  background-size: cover;
}
.content_wrap p {
  position: absolute;
  top: 30%;
  left: 20%;
  color: #fff;
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 5px;
} /*# sourceMappingURL=index.css.map */
