.nav-container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 72px;
  transition: all 0.2s linear;
}
.nav-container.nav-container-border {
  border-bottom: 1px solid #009c43;
}
.nav-container.nav-container-bg {
  background: #fff !important;
}
.nav-container.nav-container-bg .nav-box .stock {
  color: #888888;
}
.nav-container.nav-container-bg .nav-box .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container.nav-container-bg .nav-box .item a {
  color: #2B2E2E;
}
.nav-container.nav-container-mouseenter {
  background: #fff;
  height: 370px;
}
.nav-container.nav-container-mouseenter .active {
  position: relative;
  transition: all 0.2s;
}
.nav-container.nav-container-mouseenter .active:after {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
  transition: all 0.2s;
}
.nav-container.nav-container-mouseenter .sub-nav-show {
  height: 284px !important;
}
.nav-container:hover .nav-box .stock {
  color: #888888;
}
.nav-container:hover .nav-box .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container:hover .nav-box .item a {
  color: #2B2E2E;
}
.nav-container .nav-box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 72px;
  margin: auto;
}
.nav-container .nav-box .stock {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 72px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
} 
.nav-container .nav-box .stock div {
  margin-top: 20px;
  height: auto;
  font-size: 12px !important;
}
.nav-container .nav-box .logo {
  background: url('/yxt/imgs/header-logo.png') no-repeat;
  background-size: contain;
  width: 132px;
  height: 52px;
  margin-top: 20px;
  cursor: pointer;
}
.nav-container .nav-box .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.nav-container .nav-box .item a {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.nav-container .nav-box .item .sub-nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 160px;
  left: 50%;
  top: 60px;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear;
  padding-top: 25px;
}
.nav-container .nav-box .item .sub-nav .sub-item {
  cursor: pointer;
  height: auto;
  margin-bottom: 25px;
}
.nav-container .nav-box .item .sub-nav .sub-item a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.nav-container .nav-box .item .sub-nav .sub-item a:hover {
  color: #333;
}
.nav-fixed-height {
  height: 72px;
}
.imgScale img {
  cursor: pointer;
  transition: all 0.6s;
}
.imgScale img:hover {
  transform: scale(1.1);
}
/**
 * 省略 超出 文本
 *
 * @lineNumber 文字的行数
 */
.tab-nav {
  width: 100%;
  height: 56px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.tab-nav.tab-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.tab-nav .tab-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.tab-nav .tab-con .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #202022;
  margin-right: 60px;
}
.tab-nav .tab-con .item.active:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
}
.tab-nav .tab-con .item:last-child {
  margin-right: 0;
}
.tab-nav .tab-con .item:hover:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
}
.footer {
  width: 100%;
  min-height: 501px;
  height: auto;
  background: #FBFBFB;
}
.footer .main {
  width: 1200px;
  height: 100%;
  margin: auto;
}
.footer .main .title-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #009c43;
}
.footer .main .title-con .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .main .title-con .left .title {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.footer .main .title-con .left .btn-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 44px;
}
.footer .main .title-con .left .btn-icon .item {
  position: relative;
  margin-right: 36px;
}
.footer .main .title-con .left .btn-icon .item.show .popup-img {
  transition: opacity 0.2s linear;
  opacity: 1;
}
.footer .main .title-con .left .btn-icon .item img {
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.footer .main .title-con .left .btn-icon .item img:last-child {
  margin-right: 0;
}
.footer .main .title-con .left .btn-icon .item .popup-img {
  position: absolute;
  left: 0;
  top: -186px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
  width: 176px;
  height: 176px;
}
.footer .main .title-con .left .btn-icon .item .popup-img img {
  width: 176px;
  height: 176px;
}
.footer .main .title-con .right {
  width: 143px;
  height: 40px;
}
.footer .main .menu-con {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 35px;
}
.footer .main .menu-con .item {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.footer .main .menu-con .item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .main .menu-con .item .title a {
  color: #666666;
}
.footer .main .menu-con .item .title a:hover {
  color: #202022;
}
.footer .main .menu-con .item .btn {
  margin-bottom: 18px;
  cursor: pointer;
}
.footer .main .menu-con .item .btn:last-child {
  margin-bottom: 0;
}
.footer .main .menu-con .item .btn a {
  color: #666666;
}
.footer .main .menu-con .item .btn a:hover {
  color: #202022;
}
.footer .main .beian {
  width: 880px;
  margin: 80px auto auto;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.page-con {
  display: flex;
  justify-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.page-con .con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
}
.page-con .con .page-num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-con .con .page-num .item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.page-con .con .page-num .item.active {
  background: #E60947;
}
.page-con .con .page-num .item.active a {
  color: #fff;
}
.page-con .con .page-num .item.previous,
.page-con .con .page-num .item.next {
  display: flex;
  align-items: center;
}
.page-con .con .page-num .item.previous a,
.page-con .con .page-num .item.next a {
  width: 20px;
  height: 20px;
  margin: auto;
}
.page-con .con .page-num .item.previous {
  opacity: 1;
}
.page-con .con .page-num .item.previous-show {
  opacity: 1;
}
.page-con .con .count {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 0 30px;
}
.page-con .con .jump {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-con .con .jump .label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.page-con .con .jump .num {
  width: 60px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  margin: 0 10px;
}
.page-con .con .jump .num input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
}
.group-dynamics-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.group-dynamics-container .banner {
  width: 100%;
  height: 554px;
  margin-top: -72px;
}
.group-dynamics-container .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.group-dynamics-container .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.group-dynamics-container .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.group-dynamics-container .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.group-dynamics-container .content .new-con {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.group-dynamics-container .content .new-con .item {
  width: 380px;
  min-height: 600px;
  height: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: ease all 0.3s;
}
.group-dynamics-container .content .new-con .item:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.group-dynamics-container .content .new-con .item.con-color-1 {
  background: #e60947;
}
.group-dynamics-container .content .new-con .item.con-color-1 .title {
  color: #fff !important;
}
.group-dynamics-container .content .new-con .item.con-color-1 .desc {
  color: #fff !important;
}
.group-dynamics-container .content .new-con .item.con-color-1 .tag {
  background: rgba(255, 255, 255, 0.6) !important;
}
.group-dynamics-container .content .new-con .item.con-color-1 .date-more .date {
  color: #fff !important;
}
.group-dynamics-container .content .new-con .item.con-color-2 {
  background: #dfb39d;
}
.group-dynamics-container .content .new-con .item.con-color-2 .title {
  color: #fff !important;
}
.group-dynamics-container .content .new-con .item.con-color-2 .desc {
  color: #fff !important;
}
.group-dynamics-container .content .new-con .item.con-color-2 .tag {
  background: rgba(255, 255, 255, 0.6) !important;
}
.group-dynamics-container .content .new-con .item.con-color-2 .date-more .date {
  color: #fff !important;
}
.group-dynamics-container .content .new-con .item .img {
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.group-dynamics-container .content .new-con .item .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.group-dynamics-container .content .new-con .item .img img:hover {
  transform: scale(1.1);
}
.group-dynamics-container .content .new-con .item .con {
  box-sizing: border-box;
  padding: 0 30px;
  overflow: hidden;
}
.group-dynamics-container .content .new-con .item .con .title {
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  margin-top: 25px;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.group-dynamics-container .content .new-con .item .con .desc {
  height: 180px;
  font-size: 16px;
  font-weight: 400;
  color: #202022;
  margin-top: 25px;
  line-height: 22px;
}
.group-dynamics-container .content .new-con .item .con .tag {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin-bottom: 25px;
}
.group-dynamics-container .content .new-con .item .con .date-more {
  display: flex;
  justify-content: space-between;
}
.group-dynamics-container .content .new-con .item .con .date-more .date {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.group-dynamics-container .content .new-con .item .con .date-more .more {
  width: 22px;
  height: 22px;
}
.group-dynamics-container .content .new-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.group-dynamics-container .content .new-list .item {
  display: flex;
  justify-content: space-between;
  width: 585px;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  transition: ease all 0.3s;
}
.group-dynamics-container .content .new-list .item:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.group-dynamics-container .content .new-list .item .img {
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.group-dynamics-container .content .new-list .item .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.group-dynamics-container .content .new-list .item .img img:hover {
  transform: scale(1.1);
}
.group-dynamics-container .content .new-list .item .text-con {
  flex: 1;
  margin-left: 30px;
}
.group-dynamics-container .content .new-list .item .text-con .title {
  width: 100%;
  height: 117px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  line-height: 33px;
}
.group-dynamics-container .content .new-list .item .text-con .tag {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin-bottom: 20px;
}
.group-dynamics-container .content .new-list .item .text-con .date-more {
  display: flex;
  justify-content: space-between;
}
.group-dynamics-container .content .new-list .item .text-con .date-more .date {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.group-dynamics-container .content .new-list .item .text-con .date-more .more {
  width: 22px;
  height: 22px;
}
<!--0.00016403198242188-->