.body-box {
  width: 100vw;
  min-height: 100vh;
  /* background: #f2f2f2 url("../images/foot-bg.png") no-repeat bottom center; */
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 28.4vw;
}

.body-box div {
  width: 100%;
}

.body-box .fzg-home {
  display: inline-block;
  width: fit-content;
  position: fixed;
  bottom: 4.3vw;
  right: 2.3vw;
  z-index: 10;
}

.body-box .fzg-home a img {
  width: 10vw;
}

.body-box .top-box {
  height: 72.93vw;
  position: relative;
  z-index: 2;
}

.body-box .top-box .search {
  width: 81.07vw;
  height: 8.93vw;
  border-radius: 4.47vw;
  background: rgba(1, 1, 1, 0.11);
  position: absolute;
  top: 4.93vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 6.13vw;
}

.body-box .top-box .search img {
  width: 2.8vw;
}

.body-box .top-box .search input {
  flex-grow: 1;
  box-sizing: border-box;
  padding-left: 2.4vw;
  background: transparent;
  font-size: 2.67vw;
  color: #ededed;
}

.body-box .top-box .search input::placeholder {
  color: #ededed;
}

.body-box .top-box .banner {
  height: 66.4vw;
  background-size: cover;
  background-position: center;
}

.body-box .top-box .banner .banner-swiper {
  height: 100%;
  position: relative;
}

.body-box .top-box .banner .banner-swiper .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.body-box .top-box .banner .banner-swiper .banner-pagination {
  bottom: 13.33vw;
  display: flex;
  height: 2.27vw;
  align-items: center;
  justify-content: center;
}

.body-box .top-box .banner .banner-swiper .banner-pagination .swiper-pagination-bullet {
  width: 1.33vw;
  height: 1.33vw;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
}

.body-box .top-box .banner .banner-swiper .banner-pagination .swiper-pagination-bullet-active {
  width: 2.27vw;
  height: 2.27vw;
}

.body-box .top-box .menu {
  height: 13.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
}

.body-box .top-box .menu .menu-list {
  height: 100%;
  overflow: hidden;
  overflow-x: scroll;
  display: flex;
  align-items: center;
}

.body-box .top-box .menu .menu-list li {
  white-space: nowrap;
  height: 100%;
}

.body-box .top-box .menu .menu-list li .link-item {
  height: 100%;
  font-size: 3.2vw;
  color: #575757;
  display: flex;
  align-items: center;
}

.body-box .top-box .menu .menu-list li .link-item.bold {
  color: #000;
}

.body-box .top-box .menu .menu-list.has-underline li .link-item.bold {
  position: relative;
}

.body-box .top-box .menu .menu-list.has-underline li .link-item.bold::after {
  content: "";
  width: 5.07vw;
  height: 0.67vw;
  border-radius: 0.335vw;
  background: #de292a;
  display: block;
  position: absolute;
  bottom: -0.27vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.body-box .top-box .menu.menu1 {
  position: absolute;
  width: 93.33vw;
  border-radius: 2.67vw;
  padding: 0 5.6vw 0 2.8vw;
  bottom: 0;
}

.body-box .top-box .menu.menu1 .mask--left {
  border-radius: 2.67vw 0 0 2.67vw;
}

.body-box .top-box .menu.menu1 .mask--right {
  border-radius: 0 2.67vw 2.67vw 0;
}

.body-box .top-box .menu.menu1 .menu-list li {
  margin: 0 2.8vw;
}

.body-box .top-box .menu.menu1.hide {
  bottom: -13.2vw;
  opacity: 0;
}

.body-box .top-box .menu.menu2 {
  width: 100vw;
  padding: 0 6.4vw 0 3.2vw;
  position: fixed;
  top: -13.2vw;
  opacity: 0;
}

.body-box .top-box .menu.menu2 .menu-list li {
  margin: 0 3.2vw;
}

.body-box .top-box .menu.menu2.show {
  top: 0;
  opacity: 1;
}

.body-box .top-box .mask {
  width: 22.53vw;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 5;
}

.body-box .top-box .mask img {
  width: 3.73vw;
}

.body-box .top-box .mask--left {
  left: 0;
  background: linear-gradient(to right, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  justify-content: flex-start;
}

.body-box .top-box .mask--left img {
  margin-left: 4.27vw;
}

.body-box .top-box .mask--right {
  right: 0;
  background: linear-gradient(to left, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  justify-content: flex-end;
}

.body-box .top-box .mask--right img {
  margin-right: 4.27vw;
}

.body-box .top-box .menu-start .mask--left {
  display: none;
}

.body-box .top-box .menu-end .mask--right {
  display: none;
}

.body-box .foot-box {
  width: 100vw;
  font-size: 2.67vw;
  color: #727272;
  text-align: center;
  /* line-height: 4vw; */
  padding: 9.2vw 0 11.2vw;
  /* position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; */
}

.body-box .foot-box span {
  color: #000;
}

.body-box .button-more {
  width: 93.33vw;
  height: 8.93vw;
  background: linear-gradient(0deg, #f2f2f2 0%, #f8f8f8 100%);
  border-radius: 2.67vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  color: #252525;
  margin: 0 auto;
}

.body-box .button-more img {
  width: 4.07vw;
  margin-left: 1.07vw;
}

.body-box .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-box .no-data img {
  width: 50vw;
}

.body-box .tag {
  height: 3.87vw;
  display: block;
  font-size: 2.67vw;
  padding: 0 0.8vw 0 0.93vw;
  color: #fff;
  /* background: url("../images/index/tag-bg.png") no-repeat; */
  background-size: cover;
}

.body-box .index .box-head {
  height: 13.07vw;
  background: #f8f8f8;
  box-sizing: border-box;
  padding-left: 6.4vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.body-box .index .box-head h1 {
  height: 100%;
  line-height: 13.07vw;
  /* background: url("../../images/title-line.png") no-repeat bottom left; */
  background-size: 11.6vw auto;
  font-size: 4vw;
  margin-top: 1px;
}

.body-box .index .box-head .news-menu {
  display: flex;
  align-items: center;
  margin: 3.06vw -1.07vw 0 auto;
}

.body-box .index .box-head .news-menu li {
  padding: 0 3.87vw;
  font-size: 2.93vw;
  border-right: 1px solid #c4c4c4;
  height: 1.87vw;
  line-height: 1.87vw;
  color: #333333;
}

.body-box .index .box-head .news-menu li:last-child {
  border: none;
}

.body-box .index .box-head .news-menu .active {
  color:#005B8C;
}

.body-box .index .box-more {
  font-size: 2.67vw;
  color: #fff;
  display: flex;
  align-items: center;
  height: 3.07vw;
  float: right;
  margin: 4vw 3.87vw 0 0;
}

.body-box .index .box-more span:last-child {
  display: flex;
  width: 3.07vw;
  height: 3.07vw;
  border-radius: 50%;
  background: #005B8C;
  align-items: center;
  justify-content: center;
  margin-left: 1.07vw;
}

.body-box .index .box-more span:last-child img {
  width: 1.07vw;
}

.body-box .index .hot-news {
  width: 93.33vw;
  height: 11.33vw;
  border-radius: 2.67vw;
  background: #fff;
  margin: 2.67vw auto 3.33vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 3.07vw;
}

.body-box .index .hot-news img {
  width: 18.13vw;
}

.body-box .index .hot-news .line {
  display: inline-block;
  width: 1px;
  height: 1.87vw;
  background: #c4c4c4;
  margin: 0 2.27vw 0 0.93vw;
}

.body-box .index .hot-news .hot-swiper {
  width: 64vw;
  height: 3.73vw;
}

.body-box .index .hot-news .hot-swiper .hot-item {
  line-height: 3.73vw;
  font-size: 3.2vw;
  color: #2c2c2c;
  display: block;
}

.body-box .index .news-center {
  border-radius: 4vw;
  overflow: hidden;
  background: #fff;
  padding-bottom: 4.67vw;
  margin-bottom: 3.2vw;
}

.body-box .index .news-center .news-swiper {
  height: 49.33vw;
  box-sizing: border-box;
  padding: 0 3.33vw;
  margin: 3.47vw 0 3.87vw;
}

.body-box .index .news-center .news-swiper .swiper-slide {
  width: 85.07vw;
  border-radius: 2.67vw;
  background-size: cover;
  background-position: center;
}

.body-box .index .news-center .news-swiper .swiper-slide .swiper-news {
  margin-top: 36.4vw;
}

.body-box .index .news-center .news-swiper .swiper-slide .swiper-news h3 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 3.87vw;
}

.body-box .index .news-center .news-swiper .swiper-slide .swiper-news h3 p {
  width: 66.93vw;
  color: #fff;
  margin-left: 0.93vw;
  font-size: 4vw;
  line-height: 6vw;
}

.body-box .index .news-center .news-swiper .swiper-slide .swiper-news .date {
  padding-left: 11.6vw;
  font-size: 2.67vw;
  color: #fff;
}

.body-box .index .news-center .news-swiper .swiper-slide .swiper-news .date span:first-child {
  font-size: 3.47vw;
  margin-right: 1vw;
}

.body-box .index .news-center .news-list {
  width: 93.33vw;
  padding-top: 4vw;
  border-top: 1px solid #efefef;
  margin: 0 auto 3.73vw;
}

.body-box .index .news-center .news-list li {
  height: 24vw;
  margin-bottom: 1.47vw;
  border-radius: 2.67vw;
  background: #f8f8f8;
}

.body-box .index .news-center .news-list li a {
  padding: 4.26vw 0 0 3.07vw;
}

.body-box .index .news-center .news-list li a .news-title {
  width: 76.13vw;
  font-size: 3.47vw;
  line-height: 4.8vw;
  height: 9.6vw;
  margin-bottom: 3.34vw;
}

.body-box .index .news-center .news-list li a .from {
  font-size: 2.67vw;
  line-height: 4vw;
  color: #999;
}

.body-box .index .news-center .news-list li a .from span {
  margin-right: 3.2vw;
}

.body-box .index .catch-sd {
  border-radius: 4vw;
  overflow: hidden;
  background: #fff;
  padding-bottom: 4vw;
  margin-bottom: 2.53vw;
}

.body-box .index .catch-sd .box-head h1 span {
  margin-left: -2.13vw;
}

.body-box .index .catch-sd .catch-box {
  width: 93.47vw;
  height: 49.33vw;
  border-radius: 2.67vw;
  margin: 4.13vw auto 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.body-box .index .catch-sd .catch-box .play {
  width: 7.73vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.body-box .index .catch-sd .catch-box h3 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 3.87vw;
  margin-top: 36.4vw;
}

.body-box .index .catch-sd .catch-box h3 p {
  width: 66.93vw;
  color: #fff;
  margin-left: 0.93vw;
  font-size: 4vw;
  line-height: 6vw;
}

.body-box .index .catch-sd .catch-box .date {
  padding-left: 11.6vw;
  font-size: 2.67vw;
  color: #fff;
}

.body-box .index .catch-sd .catch-box .date span:first-child {
  font-size: 3.47vw;
  margin-right: 1vw;
}

.body-box .index .business-plate {
  border-radius: 4vw;
  overflow: hidden;
  background: #fff;
  padding-bottom: 4.67vw;
  margin-bottom: 2.93vw;
}

.body-box .index .business-plate .plate-list {
  width: 93.47vw;
  height: 27.47vw;
  display: flex;
  justify-content: space-between;
  margin: 4.4vw auto 0;
}

.body-box .index .business-plate .plate-list li {
  width: 21.87vw;
  height: 100%;
  background: linear-gradient(0deg, #fef3f3 0%, #ffffff 100%);
  border-radius: 1.07vw;
}

.body-box .index .business-plate .plate-list li a {
  text-align: center;
  padding-top: 4.93vw;
  font-size: 2.93vw;
}

.body-box .index .business-plate .plate-list li a p {
  line-height: 4.53vw;
}

.body-box .index .business-plate .plate-list li a img {
  width: 7.47vw;
  margin-bottom: 2.13vw;
}

.body-box .index .elegant-demeanour {
  border-radius: 4vw;
  overflow: hidden;
  background: #fff;
  padding-bottom: 6vw;
}

.body-box .index .elegant-demeanour .item-first {
  width: 93.47vw;
  height: 49.33vw;
  border-radius: 2.67vw;
  margin: 4.27vw auto 4vw;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.body-box .index .elegant-demeanour .item-first .item-info {
  margin-top: 36.4vw;
}

.body-box .index .elegant-demeanour .item-first .item-info h3 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 3.87vw;
}

.body-box .index .elegant-demeanour .item-first .item-info h3 p {
  width: 66.93vw;
  color: #fff;
  margin-left: 0.93vw;
  font-size: 4vw;
  line-height: 6vw;
  width: 50vw;
}

.body-box .index .elegant-demeanour .item-first .item-info .date {
  padding-left: 11.6vw;
  font-size: 2.67vw;
  color: #fff;
}

.body-box .index .elegant-demeanour .item-first .item-info .date span:first-child {
  font-size: 3.47vw;
  margin-right: 1vw;
}

.body-box .index .elegant-demeanour .elegant-demeanour-list {
  width: 93.33vw;
  padding-top: 4vw;
  border-top: 1px solid #efefef;
  margin: 0 auto 4.93vw;
}

.body-box .index .elegant-demeanour .elegant-demeanour-list li {
  height: 24vw;
  margin-bottom: 2.13vw;
  background: #f8f8f8;
  border-radius: 2.67vw;
}

.body-box .index .elegant-demeanour .elegant-demeanour-list li a {
  display: flex;
  align-items: center;
  padding: 2.4vw 2vw;
}

.body-box .index .elegant-demeanour .elegant-demeanour-list li a .thumb-box {
  width: 30.27vw;
  height: 19.07vw;
  border-radius: 2vw;
  margin-right: 3.07vw;
  overflow: hidden;
}

.body-box .index .elegant-demeanour .elegant-demeanour-list li a .thumb-box img {
  width: 100%;
}

.body-box .index .elegant-demeanour .elegant-demeanour-list li a .item-info {
  width: 54.93vw;
}

.body-box .index .elegant-demeanour .elegant-demeanour-list li a .item-info h3 {
  font-size: 3.47vw;
  color: #131313;
  line-height: 4.8vw;
  height: 9.6vw;
  margin-bottom: 2.94vw;
}

.body-box .index .elegant-demeanour .elegant-demeanour-list li a .item-info p {
  font-size: 2.67vw;
  line-height: 4.8vw;
  color: #999;
}

.body-box .search-result {
  overflow: hidden;
}

.body-box .search-result .search {
  width: 81.07vw;
  height: 8.93vw;
  border-radius: 4.47vw;
  background: rgba(1, 1, 1, 0.3);
  margin: 5.07vw auto 4vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 6.13vw;
}

.body-box .search-result .search img {
  width: 2.8vw;
}

.body-box .search-result .search input {
  flex-grow: 1;
  box-sizing: border-box;
  padding-left: 2.4vw;
  background: transparent;
  font-size: 2.67vw;
  color: #ededed;
}

.body-box .search-result .search input::placeholder {
  color: #ededed;
}

.body-box .search-result .result-box {
  border-radius: 4vw;
  background: #fff;
  padding-bottom: 4.67vw;
}

.body-box .search-result .result-box .result-list {
  height: calc(100vh - 62.36vw);
  margin-bottom: 2.53vw;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-top: 4vw;
}

.body-box .search-result .result-box .result-list li {
  width: 93.33vw;
  height: 26.67vw;
  margin: 0 auto 2.53vw;
  background: #f8f8f8;
  border-radius: 2.67vw;
}

.body-box .search-result .result-box .result-list li a {
  padding: 4.54vw 3.07vw 0;
}

.body-box .search-result .result-box .result-list li a h3 {
  font-size: 3.73vw;
  line-height: 4.8vw;
  color: #131313;
  margin-bottom: 1.62vw;
  width: 82vw;
}

.body-box .search-result .result-box .result-list li a p {
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #666;
  width: 82vw;
}

.body-box .search-result .result-box .result-list li a .date {
  height: 4.8vw;
  font-size: 2.67vw;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 3.6vw;
}

.body-box .search-result .result-box .result-list li a .date img {
  width: 2.13vw;
  margin-right: 0.93vw;
}

.body-box .search-result .result-box .no-data {
  height: calc(100vh - 51.36vw);
}

.body-box .detail-container {
  /* height: calc(100vh - 33.33vw); */
  border-radius: 4vw;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 4.93vw;
  box-sizing: border-box;
  padding: 9.2vw 5.2vw 0;
}

.body-box .detail-container h1 {
  font-size: 3.73vw;
  line-height: 4.8vw;
  color: #131313;
}

.body-box .detail-container .date {
  height: 4.8vw;
  font-size: 2.67vw;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 1.73vw;
  margin-bottom: 3.34vw;
}

.body-box .detail-container .date img {
  width: 2.13vw;
  margin-right: 0.93vw;
}

.body-box .detail-container .detail-info {
  font-size: 3.2vw;
}

.body-box .detail-container .detail-info p,
.body-box .detail-container .detail-info img,
.body-box .detail-container .detail-info table {
  width: 100% !important;
}

.body-box .detail-container .detail-info p {
  line-height: 4.8vw;
  color: #666;
  text-indent: 2em;
  margin-bottom: 3.6vw;
}

.body-box .detail-container .detail-info img {
  width: 100%;
}

.body-box .group-overview .synopsis {
  /* background: transparent url("../images/group_overview/bg-synopsis.png") bottom center; */
  background-size: cover;
  margin-top: 21.6vw;
  padding: 28.61vw 0 14vw;
  box-sizing: border-box;
  position: relative;
  border-radius: 4vw;
}

.body-box .group-overview .synopsis .introduce {
  width: 93.33vw;
  height: 45.87vw;
  position: absolute;
  top: -17.33vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* background: url("../images/group_overview/synopsis-introduce.png") no-repeat; */
  background-size: cover;
  border-radius: 4vw;
  overflow: hidden;
}

.body-box .group-overview .synopsis .introduce .introduce-top {
  height: 25.47vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 8.67vw 0 0 6.67vw;
}

.body-box .group-overview .synopsis .introduce .introduce-top img {
  width: 32.4vw;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom {
  display: flex;
  width: 100%;
  height: 20.4vw;
  overflow: hidden;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li {
  width: 33.33%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: relative;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li .bottom-item {
  height: 100%;
  width: auto;
  box-sizing: border-box;
  padding: 4.53vw 0 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 1;
  transition: all 0.8s;
  transform: translateX(-50%);
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li .bottom-item p {
  font-size: 2.67vw;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li .bottom-item p span {
  font-size: 2.4vw;
  color: #fff;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li .bottom-item p span.bold {
  font-size: 5.11vw;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li .bottom-item p span.line {
  display: inline-block;
  width: 1.47vw;
  height: 0.67vw;
  background: #fff;
  margin-bottom: 1.2vw;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li .bottom-item .num {
  position: relative;
  padding-bottom: 1.07vw;
  white-space: nowrap;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li .bottom-item .num::after {
  content: "";
  position: absolute;
  width: 4.4vw;
  height: 0.67vw;
  background: rgba(255, 141, 142, 0.3);
  position: absolute;
  bottom: 0;
  left: 0.3vw;
}

.body-box .group-overview .synopsis .introduce .introduce-bottom li .bottom-item.hide {
  opacity: 0;
  bottom: -20.4vw;
}

.body-box .group-overview .synopsis .data-date {
  text-align: center;
  font-size: 2.67vw;
  color: #999;
  padding: 0 3.07vw 1.47vw 0;
  margin: 2vw 0;
}

.body-box .group-overview .synopsis .synopsis-info {
  font-size: 3.2vw;
  color: #666666;
  width: 90.8vw;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

.body-box .group-overview .synopsis .synopsis-info p {
  line-height: 4.8vw;
}

.body-box .group-overview .leader {
  /* background: #fff url("../images/group_overview/bg-leader.png") right top; */
  background-size: cover;
  border-radius: 4vw;
  margin-top: 4.27vw;
  box-sizing: border-box;
  padding: 10.4vw;
}

.body-box .group-overview .leader .leader-info {
  width: 78vw;
  margin: 0 auto;
}

.body-box .group-overview .leader .leader-info .leader-item {
  margin-bottom: 0.67vw;
}

.body-box .group-overview .leader .leader-info .leader-item p {
  font-size: 3.2vw;
  color: #6f6f6f;
  line-height: 5.8vw;
}

.body-box .group-overview .leader .leader-info .leader-item .leader-name {
  font-size: 3.47vw;
  color: #000;
}

.body-box .group-overview .plate {
  border-radius: 4vw;
  background: #fff;
  box-sizing: border-box;
  padding: 1.46vw 3.33vw 4vw;
  margin-top: 4.67vw;
}

.body-box .group-overview .plate li {
  width: 100%;
  height: 72.67vw;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding-top: 4.27vw;
}

.body-box .group-overview .plate li .plate-img {
  height: 49.33vw;
  border-radius: 1.33vw;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.body-box .group-overview .plate li .plate-img img {
  width: 100%;
}

.body-box .group-overview .plate li h3 {
  display: flex;
  align-items: center;
  height: 4vw;
  margin-top: 3.94vw;
  box-sizing: border-box;
  padding-left: 2.53vw;
}

.body-box .group-overview .plate li h3 p {
  font-size: 4vw;
  color: #2a2a2a;
  width: 70vw;
}

.body-box .group-overview .plate li h3 a {
  display: flex;
  align-items: center;
  height: 3.07vw;
  font-size: 2.67vw;
  margin-left: auto;
  margin-right: 6vw;
}

.body-box .group-overview .plate li h3 a .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.07vw;
  height: 3.07vw;
  border-radius: 50%;
  background: #e22d33;
  margin-left: 0.93vw;
}

.body-box .group-overview .plate li h3 a .arrow img {
  width: 1.07vw;
}

.body-box .group-overview .plate li .plate-desc {
  font-size: 2.93vw;
  color: #6f6f6f;
  line-height: 4vw;
  padding-left: 2.4vw;
  margin-top: 2.4vw;
  width: 70vw;
}

.body-box .group-overview .plate li:last-child {
  border-bottom: none;
}

.body-box .group-overview .catch {
  border-radius: 4vw;
  background: #fff;
  box-sizing: border-box;
  padding: 3.47vw 3.33vw 8.27vw;
  margin-top: 4.67vw;
}

.body-box .group-overview .catch .video-lsit li {
  width: 100%;
  height: 65.47vw;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5.6vw;
}

.body-box .group-overview .catch .video-lsit li .video-poster {
  height: 49.33vw;
  overflow: hidden;
  border-radius: 1.33vw;
  position: relative;
}

.body-box .group-overview .catch .video-lsit li .video-poster img {
  width: 100%;
}

.body-box .group-overview .catch .video-lsit li .video-poster .play {
  position: absolute;
  width: 7.73vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.body-box .group-overview .catch .video-lsit li h3 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 3.87vw;
  margin-top: 4vw;
  height: 3.87vw;
}

.body-box .group-overview .catch .video-lsit li h3 p {
  width: 66.93vw;
  color: #2a2a2a;
  margin-left: 0.93vw;
  font-size: 4vw;
  line-height: 6vw;
}

.body-box .group-overview .catch .video-lsit li .date {
  height: 2.53vw;
  font-size: 2.67vw;
  color: #999999;
  display: flex;
  align-items: center;
  padding-left: 11.73vw;
  margin-top: 1.87vw;
}

.body-box .group-overview .catch .video-lsit li .date img {
  width: 2.13vw;
  margin-right: 0.93vw;
}

.body-box .public-list .public-box {
  padding: 4vw 3.33vw;
  border-radius: 4vw;
  background: #fff;
  margin-top: 4.4vw;
}

.body-box .public-list .public-box li {
  background: #f8f8f8;
  border-radius: 2.67vw;
  box-sizing: border-box;
  margin-bottom: 2.53vw;
}

.body-box .public-list .public-box li a {
  display: flex;
}

.body-box .public-list .public-box li a .item-img {
  width: 30.27vw;
  height: 19.07vw;
  border-radius: 2vw;
  overflow: hidden;
  margin-right: 2.93vw;
}

.body-box .public-list .public-box li a .item-img img {
  width: 100%;
}

.body-box .public-list .public-box li a .item-info {
  width: 54vw;
}

.body-box .public-list .public-box li a .item-info p.blod {
  font-size: 3.47vw;
  color: #131313;
  line-height: 4.8vw;
}

.body-box .public-list .public-box li a .item-info p.medium {
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #666;
}

.body-box .public-list .public-box li a .item-info p.date {
  font-size: 2.67vw;
  color: #999;
  height: 2.67vw;
  display: flex;
  align-items: center;
}

.body-box .public-list .public-box li a .item-info p.date img {
  width: 2.13vw;
  margin-right: 0.93vw;
}

.body-box .public-list .public-box .button-more {
  margin-top: 4.8vw;
}

.body-box .public-list .public-box .has-img li {
  height: 24vw;
  padding: 2.46vw 2vw;
}

.body-box .public-list .public-box .has-img li a .item-info {
  width: 54vw;
  margin-top: 0.8vw;
}

.body-box .public-list .public-box .has-img li a .item-info .bold {
  margin-bottom: 0.93vw;
}

.body-box .public-list .public-box .has-img li a .item-info .date {
  margin-top: 3.86vw;
}

.body-box .public-list .public-box .default-list li {
  height: 26.67vw;
  padding: 4.4vw 3.07vw 3.87vw;
}

.body-box .public-list .public-box .default-list li a .item-info {
  width: 80vw;
}

.body-box .public-list .public-box .default-list li a .item-info .bold {
  margin-bottom: 1.47vw;
}

.body-box .public-list .public-box .default-list li a .item-info .date {
  margin-top: 4.67vw;
}

.body-box .public-list .public-box .has-tag li {
  height: 27.73vw;
  padding: 4.86vw 3.07vw 4vw;
}

.body-box .public-list .public-box .has-tag li a .item-info {
  width: 100%;
}

.body-box .public-list .public-box .has-tag li a .item-info .item-title {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  height: 7.6vw;
  padding-bottom: 2.8vw;
  box-sizing: border-box;
  margin-bottom: 2.27vw;
  padding-right: 8vw;
}

.body-box .public-list .public-box .has-tag li a .item-info .item-title span {
  display: block;
  height: 4.4vw;
  line-height: 4.4vw;
  font-size: 2.4vw;
  color: #fff;
  margin-right: 2.27vw;
  flex-shrink: 0;
  padding: 0 1.47vw 0 1.6vw;
  border-radius: 1.33vw 1.33vw 0 1.33vw;
}

.body-box .public-list .public-box .has-tag li a .item-info .item-title span.defalut-tag {
  height: 4.8vw;
  line-height: 4.8vw;
  padding: 0 1.2vw;
  border-radius: 1.07vw;
  background: #e22d33;
  font-size: 2.67vw;
}

.body-box .public-list .public-box .has-tag li a .item-info .item-title span.red-tag {
  background: #d52f2f;
}

.body-box .public-list .public-box .has-tag li a .item-info .item-title span.blue-tag {
  background: #2677d3;
}

.body-box .public-list .public-box .has-tag li a .item-info .item-title .bold {
  line-height: 4.8vw;
}

.body-box .public-list .public-box .has-tag li a .item-info p.medium {
  width: 82vw;
}

.body-box .public-list .public-box .has-tag li a .item-info .date {
  margin-top: 1.73vw;
}

.body-box .supervision-reporting {
  /* background: url("../images/lists/bg-honest.png") no-repeat top center; */
  background-size: cover;
  border-radius: 0 0 4vw 4vw;
  margin-top: 21.73vw;
  padding: 28.54vw 0 4.8vw;
  position: relative;
}

.body-box .supervision-reporting .reporting-way {
  width: 93.33vw;
  height: 45.87vw;
  /* background: url("../images/lists/reporting-bg.png") no-repeat; */
  background-size: cover;
  position: absolute;
  top: -17.33vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  box-sizing: border-box;
  padding: 17.8vw 0 0 7.6vw;
}

.body-box .supervision-reporting .reporting-way p {
  font-size: 3.2vw;
  line-height: 4vw;
}

.body-box .supervision-reporting .reporting-way .reporting-link {
  font-size: 2.67vw;
  color: #fff;
  line-height: 4vw;
  margin-top: 2.8vw;
  display: block;
}

.body-box .supervision-reporting .reporting-way .reporting-telephone {
  font-size: 2.67vw;
}

.body-box .supervision-reporting .reporting-known h1 {
  font-size: 4vw;
  line-height: 4.8vw;
  color: #1b1b1b;
  margin: 7vw 0 3.73vw 4vw;
}

.body-box .supervision-reporting .reporting-known .known-item {
  width: 90.93vw;
  margin-left: 4.53vw;
  margin-bottom: 4.8vw;
  font-size: 3.2vw;
}

.body-box .supervision-reporting .reporting-known .known-item h2 {
  color: #1d1d1d;
  margin-bottom: 4.8vw;
}

.body-box .supervision-reporting .reporting-known .known-item p {
  margin-bottom: 4.8vw;
  color: #666;
}

.body-box .information {
  margin-top: 3.6vw;
  border-radius: 4vw;
  overflow: hidden;
  background: #fff;
}

.body-box .information .menu-third {
  box-sizing: border-box;
  padding: 0 10.26vw 0 2.93vw;
  overflow: hidden;
  background: #f8f8f8;
  border-bottom: 1px solid #efefef;
  height: 13.07vw;
  border-radius: 4vw 4vw 0 0;
  position: relative;
}

.body-box .information .menu-third .menu-swiper {
  height: 100%;
}

.body-box .information .menu-third .menu-swiper .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 3.74vw;
  position: relative;
}

.body-box .information .menu-third .menu-swiper .swiper-slide .link-item {
  color: #505050;
  height: 100%;
  line-height: 13.07vw;
  font-size: 3.2vw;
}

.body-box .information .menu-third .menu-swiper .swiper-slide .link-item.bold {
  /* background: url("../images/information/menu-active.png") no-repeat bottom left; */
  background-size: 11.87vw auto;
}

.body-box .information .menu-third .menu-swiper .swiper-slide::after {
  content: "";
  width: 1px;
  height: 2.4vw;
  background: #c9c9c9;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.body-box .information .menu-third .menu-swiper .swiper-slide:last-child::after {
  background: transparent;
}

.body-box .information .menu-third .swiper-button-group {
  width: 4.54vw;
  height: 1.87vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.67vw;
  margin: auto 0;
}

.body-box .information .menu-third .swiper-button-group .menu-prev,
.body-box .information .menu-third .swiper-button-group .menu-next {
  width: 1.07vw;
  height: 1.87vw;
  top: 0;
  margin: 0;
}

.body-box .information .menu-third .swiper-button-group .menu-prev::after,
.body-box .information .menu-third .swiper-button-group .menu-next::after {
  content: "";
  border: 1.07vw solid transparent;
}

.body-box .information .menu-third .swiper-button-group .menu-prev {
  left: 0;
}

.body-box .information .menu-third .swiper-button-group .menu-prev::after {
  border-right-color: #575757;
}

.body-box .information .menu-third .swiper-button-group .menu-next {
  right: 0;
}

.body-box .information .menu-third .swiper-button-group .menu-next::after {
  border-left-color: #575757;
}

.body-box .information .base-info .introduction {
  width: 93.33vw;
  margin: 4.53vw auto 0;
  padding-bottom: 10vw;
  color: #666666;
}

.body-box .information .base-info .introduction img {
  width: 100%;
  border-radius: 2.67vw;
}

.body-box .information .base-info .introduction .medium {
  margin-top: 4.27vw;
  width: 92vw;
  margin-left: 1.2vw;
}

.body-box .information .base-info .introduction .medium p {
  font-size: 3.22vw;
  line-height: 5.33vw;
  margin-bottom: 3.74vw;
}

.body-box .information .base-info .leader-members {
  box-sizing: border-box;
  padding: 4.67vw 0;
}

.body-box .information .base-info .leader-members .members-list li {
  width: 93.33vw;
  border-radius: 2.67vw;
  background: #f8f8f8;
  margin: 0 auto 2.4vw;
  box-sizing: border-box;
  padding: 4.54vw 3.2vw 3.87vw;
}

.body-box .information .base-info .leader-members .members-list li .name {
  font-size: 3.73vw;
  line-height: 4.8vw;
  color: #131313;
}

.body-box .information .base-info .leader-members .members-list li .job {
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #666;
  margin-top: 1.6vw;
}

.body-box .information .base-info .industry-structure {
  padding: 9.07vw 3.33vw 10vw;
}

.body-box .information .base-info .industry-structure h1 {
  font-size: 3.73vw;
  line-height: 3.73vw;
  text-align: center;
  margin-bottom: 7.07vw;
  color: #000000;
}

.body-box .information .base-info .industry-structure img {
  width: 100%;
  border-radius: 2.67vw;
  margin-bottom: 4.27vw;
}

.body-box .information .base-info .industry-structure .info-item {
  font-size: 3.2vw;
  margin-bottom: 2.14vw;
}

.body-box .information .base-info .industry-structure .info-item h2 {
  line-height: 5.33vw;
  color: #0f0f0f;
  width: 91.73vw;
  margin-left: 0.67vw;
}

.body-box .information .base-info .industry-structure .info-item p {
  color: #666;
  width: 91.73vw;
  margin-left: 0.67vw;
  line-height: 5.33vw;
}

.body-box .information .public-box {
  border-radius: 0;
  margin: 0;
}

.body-box .information .operating-results .default-list li {
  height: 19.2vw;
}

.body-box .information .operating-results .default-list li a .item-info .date {
  margin-top: 2.8vw;
}

.body-box .information .operating-results-detail {
  min-height: calc(100vh - 32vw);
  box-sizing: border-box;
  padding-top: 8.27vw;
}

.body-box .information .operating-results-detail h1 {
  font-size: 3.73vw;
  text-align: center;
  color: #131313;
  line-height: 3.73vw;
  margin-bottom: 5.2vw;
}

.body-box .information .operating-results-detail table {
  width: 90vw;
  margin: 0 auto;
  text-align: left;
}

.body-box .information .operating-results-detail table th {
  height: 12vw;
  background: #f2f2f2;
  box-sizing: border-box;
  padding-left: 4vw;
  color: #2d2d2d;
  font-size: 3.2vw;
  font-family: "PingFang-SC-Medium";
}

.body-box .information .operating-results-detail table th:first-child {
  border-radius: 1.33vw 0 0 1.33vw;
}

.body-box .information .operating-results-detail table th:last-child {
  border-radius: 0 1.33vw 1.33vw 0;
}

.body-box .information .operating-results-detail table td {
  box-sizing: border-box;
  padding-left: 4.13vw;
  font-size: 2.93vw;
  color: #707070;
  font-family: "PingFang-SC-Medium";
  line-height: 5.33vw;
}

.body-box .information .operating-results-detail table td.first-tr {
  padding-top: 2.53vw;
}

.body-box .information .personnel-detail {
  min-height: calc(100vh - 32vw);
  box-sizing: border-box;
  padding: 9.73vw 5.2vw 8vw;
}

.body-box .information .personnel-detail h1 {
  font-size: 3.73vw;
  color: #131313;
  margin-left: -2.1vw;
}

.body-box .information .personnel-detail h1.has-tag {
  margin-left: -2.1vw;
}

.body-box .information .personnel-detail p.date {
  font-size: 2.67vw;
  color: #999;
  height: 2.67vw;
  display: flex;
  align-items: center;
  margin: 3vw 0 3.87vw;
}

.body-box .information .personnel-detail p.date img {
  width: 2.13vw;
  margin-right: 0.93vw;
}

.body-box .information .personnel-detail .paragraph-item {
  margin-bottom: 4.07vw;
}

.body-box .information .personnel-detail .paragraph-item h2 {
  font-size: 3.47vw;
  line-height: 4.8vw;
  color: #101010;
  margin-bottom: 0.53vw;
}

.body-box .information .personnel-detail .paragraph-item .medium {
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #666;
}

.body-box .information .personnel-detail .paragraph-item .enclosure {
  display: flex;
  align-items: center;
  height: 3.87vw;
  font-size: 3.2vw;
  text-decoration: underline;
  color: #347fc5;
}

.body-box .information .personnel-detail .paragraph-item .enclosure img {
  width: 3.47vw;
  margin-right: 2.27vw;
}

.body-box .information .public-list .public-box .has-tag li {
  height: 26.67vw;
  padding: 3.07vw 3.2vw 3.87vw;
}

.body-box .information .public-list .public-box .has-tag li a .item-info .item-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.4vw;
}

.body-box .information .public-list .public-box .has-tag li a .item-info .date {
  margin-top: 4.4vw;
}

.body-box .information .enterprise-list {
  padding: 4.67vw 0;
}

.body-box .information .enterprise-list ul {
  width: 91.6vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.body-box .information .enterprise-list ul li {
  width: 44.53vw;
  height: 38.4vw;
  border-radius: 2.67vw;
  overflow: hidden;
  margin-bottom: 2.67vw;
}

.body-box .information .enterprise-list ul li a {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 1.2vw 1.34vw;
}

.body-box .information .enterprise-list ul li a .enterprise-img {
  width: 100%;
  height: 26.67vw;
  overflow: hidden;
  border-radius: 1.33vw;
}

.body-box .information .enterprise-list ul li a .enterprise-img img {
  width: 100%;
}

.body-box .information .enterprise-list ul li a p {
  font-size: 3.47vw;
  line-height: 4.8vw;
  margin-top: 2.4vw;
  text-align: center;
}

.video-play-box {
  width: 100vw;
  overflow: hidden;
  background: #000;
}

.video-play-box video {
  width: 100vw;
  height: 100vh;
}
@media only screen and (max-width: 800px) {

  .menuUl {
      width: 1200px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
  }

  .menuUl li {
      /* float: left;
width: 120px; */
      height: 100px;
      text-align: center;
  }

  .menuUl li a {
      position: relative;
      display: inline-block;
      /* line-height: 80px; */
      font-size: 20px;
      color: #474747;
      letter-spacing: 1px;
      padding: 0 10px;
  }

  .menuUl li.on a:after,
  .menuUl li:hover a:after {
      content: "";
      position: absolute;
      left: -2px;
      bottom: 0;
      width: 100%;
      height: 4px;
      background-color: #005B8C;
  }

  .cd-nav-trigger {
      display: block;
      position: fixed;
      z-index: 101;
      right: 0;
      top: 45px;
      height: 54px;
      width: 54px;
      background-color: rgba(0, 0, 0, .45) !important;
      border-radius: 50%;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      -webkit-transition: -webkit-transform 0.5s;
      -moz-transition: -moz-transform 0.5s;
      transition: transform 0.5s;
  }

  .cd-nav-trigger .cd-nav-icon {
      /* icon created in CSS */
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 22px;
      height: 2px;
      background-color: #ffffff;
  }

  .cd-nav-trigger .cd-nav-icon::before,
  .cd-nav-trigger .cd-nav-icon:after {
      /* upper and lower lines of the menu icon */
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: inherit;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
      -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
      transition: transform 0.5s, width 0.5s, top 0.3s;
  }

  .cd-nav-trigger .cd-nav-icon::before {
      -webkit-transform-origin: right top;
      -moz-transform-origin: right top;
      -ms-transform-origin: right top;
      -o-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      transform: translateY(-6px);
  }

  .cd-nav-trigger .cd-nav-icon::after {
      -webkit-transform-origin: right bottom;
      -moz-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      -o-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translateY(6px);
      -moz-transform: translateY(6px);
      -ms-transform: translateY(6px);
      -o-transform: translateY(6px);
      transform: translateY(6px);
  }

  .no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
      top: 2px;
  }

  .no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
      top: -2px;
  }

  .cd-nav-trigger svg {
      position: absolute;
      top: 0;
      left: 0;
  }

  .cd-nav-trigger circle {
      /* circle border animation */
      -webkit-transition: stroke-dashoffset 0.4s 0s;
      -moz-transition: stroke-dashoffset 0.4s 0s;
      transition: stroke-dashoffset 0.4s 0s;
  }

  .navigation-is-open .cd-nav-trigger {
      /* rotate trigger when navigation becomes visible */
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  .navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
  .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
      /* animate arrow --> from hamburger to arrow */
      width: 50%;
      -webkit-transition: -webkit-transform 0.5s, width 0.5s;
      -moz-transition: -moz-transform 0.5s, width 0.5s;
      transition: transform 0.5s, width 0.5s;
  }

  .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after,
  .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
      top: 0;
  }

  .navigation-is-open .cd-nav-trigger circle {
      stroke-dashoffset: 0;
      -webkit-transition: stroke-dashoffset 0.4s 0.3s;
      -moz-transition: stroke-dashoffset 0.4s 0.3s;
      transition: stroke-dashoffset 0.4s 0.3s;
  }

  .cd-nav {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, .35);
      visibility: hidden;
      -webkit-transition: visibility 0s 0.7s;
      -moz-transition: visibility 0s 0.7s;
      transition: visibility 0s 0.7s;
      z-index: 100;
  }

  .cd-nav .cd-navigation-wrapper {
      width: 50%;
      height: 100%;
      background-color: #0067b4;
      opacity: .85;
      filter: alpha(opacity=85);
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      padding: 40px 10% 40px 10%;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.7s;
      -moz-transition: -moz-transform 0.7s;
      transition: transform 0.7s;
      -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
      -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
      transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  }

  .navigation-is-open .cd-nav {
      visibility: visible;
      -webkit-transition: visibility 0s 0s;
      -moz-transition: visibility 0s 0s;
      transition: visibility 0s 0s;
  }

  .navigation-is-open .cd-nav .cd-navigation-wrapper {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.5s;
      -moz-transition: -moz-transform 0.5s;
      transition: transform 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
      -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
      transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  }

  .cd-nav .cd-primary-nav {
      margin-top: 60px;
  }

  .cd-nav .cd-primary-nav li {
      margin-bottom: 2em;
  }

  /*201801-31新增*/
  .cd-nav .cd-primary-nav li a {
      font-family: "Microsoft YaHei", serif;
      font-size: 18px;
      color: #fff;
      display: inline-block;
  }

  .cd-nav .cd-primary-nav li a.selected {
      color: #fff;
  }

  .no-touch .cd-nav .cd-primary-nav li a:hover {
      color: #fff;
  }

  .cd-nav .cd-primary-nav li ul.second-menu {
      display: block;
      margin: 0;
      overflow: hidden;
  }

  .cd-nav .cd-primary-nav li ul.second-menu li {
      margin-top: 2em;
      margin-bottom: 0
  }

  .cd-nav .cd-primary-nav li ul.second-menu li a {
      display: block;
      text-indent: 1em;
      font-size: 16px;
      color: rgba(255, 255, 255, .85)
  }

  .cd-nav .cd-contact-info {
      margin-top: 80px;
  }

  .cd-nav .cd-contact-info li {
      font-family: "Merriweather", serif;
      margin-bottom: 1.5em;
      line-height: 1.2;
      color: rgba(255, 255, 255, 0.3);
  }

  .cd-nav .cd-contact-info a {
      color: #ffffff;
  }

  .cd-nav .cd-contact-info span {
      display: block;
  }

  .cd-nav .cd-contact-info li,
  .cd-nav .cd-contact-info a,
  .cd-nav .cd-contact-info span {
      font-size: 1.6rem;
  }

  .no-js main {
      height: auto;
      overflow: visible;
  }

  .no-js .cd-nav {
      position: static;
      visibility: visible;
  }

  .no-js .cd-nav .cd-navigation-wrapper {
      height: auto;
      overflow: visible;
      padding: 100px 5%;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
  }

  .body-box {
      padding-bottom: 0 !important;
  }

  .footerListCntent>p:nth-child(1) {
      font-size: 3vw;
  }

  .body-box .foot-box {
      padding-bottom: 0 !important;
  }
}