.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 .nav-box:hover .stock {
  color: #888888;
}
.nav-container .nav-box:hover .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container .nav-box:hover .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 文字的行数
 */
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .header {
  position: relative;
  width: 100%;
  z-index: 1;
}
 
.container .header .banner-video-btn {
  width: 1200px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 420px;
  left: 50%;
  transform: translateX(-50%);
}
.container .header .banner-video-btn .btn {
  width: 130px;
}
.container .header .banner-video {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 702px;
}
.container .header .banner-video .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .header .pj-Carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 702px;
}
.container .header .pj-Carousel .pj-Carousel-box {
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
.container .header .pj-Carousel .pj-Carousel-box .pj-Carousel-item {
  position: relative;
  width: 100%;
  float: left;
  height: 100%;
  background-color: silver;
}
.container .header .pj-Carousel .pj-Carousel-box .pj-Carousel-item .text-container {
  position: absolute;
  left: 50%;
  top: 210px;
  transform: translateX(-50%);
  width: 1200px;
  height: auto;
  overflow: hidden;
}
.container .header .pj-Carousel .pj-Carousel-box .pj-Carousel-item .text-container .text-con {
  width: 800px;
  height: auto;
  overflow: hidden;
}
.container .header .pj-Carousel .pj-Carousel-box .pj-Carousel-item .text-container .text-con .title {
  font-size: 48px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 67px;
  text-shadow: 0px 2px 22px rgba(0, 0, 0, 0.5);
}
.container .header .pj-Carousel .pj-Carousel-box .pj-Carousel-item .text-container .text-con .text {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}
.container .header .pj-Carousel .pj-Carousel-active {
  position: absolute;
  bottom: 129px;
  margin: auto auto;
  z-index: 5;
}
.container .header .pj-Carousel .pj-Carousel-active .pj-Carousel-color {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  float: left;
  margin-right: 12px;
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
}
.container .header .pj-Carousel .pj-Carousel-active .active {
  width: 30px;
  background: #E30316;
}
.container .main {
  width: 1200px;
  height: auto;
  margin: auto;
}
.container .main .tab-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  position: relative;
  width: 1200px;
  height: 143px;
  margin-top: -63px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D8D8D8;
  z-index: 2;
}
.container .main .tab-nav .item {
  width: 285px;
  height: 143px;
  border-radius: 10px;
}
.container .main .tab-nav .item img {
  cursor: pointer;
  transition: all 0.6s;
}
.container .main .tab-nav .item img:hover {
  transform: scale(1.1);
}
.container .main .new-moving {
  margin-top: 50px;
}
.container .main .new-moving .title {
  font-size: 36px;
  color: #2C2E2E;
  font-weight: 500;
  margin-bottom: 30px;
}
.container .main .new-moving .top-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 602px;
  height: auto;
}
.container .main .new-moving .top-con .left {
  width: 790px;
  height: 100%;
  overflow: hidden;
  transition: all .5s;
}
.container .main .new-moving .top-con .left:hover {
  margin-top: -10px;
}
.container .main .new-moving .top-con .left .img {
  width: 790px;
  height: 343px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.container .main .new-moving .top-con .left .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.container .main .new-moving .top-con .left .img img:hover {
  transform: scale(1.1);
}
.container .main .new-moving .top-con .left .desc {
  width: 790px;
  height: 257px;
  background: #e60947;
  border-radius: 0px 0px 10px 10px;
  margin-top: 2px;
  overflow: hidden;
}
.container .main .new-moving .top-con .left .desc .date {
  width: 136px;
  height: 30px;
  line-height: 30px;
  background: rgba(247, 241, 238, 0.37);
  border-radius: 0px 2px 2px 0px;
  margin-top: 23px;
}
.container .main .new-moving .top-con .left .desc .date .date-text {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.container .main .new-moving .top-con .left .desc .title {
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0;
}
.container .main .new-moving .top-con .left .desc .text {
  box-sizing: border-box;
  padding: 0px 30px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.container .main .new-moving .top-con .right {
  width: 380px;
  height: 100%;
  transition: all 0.6s;
}
.container .main .new-moving .top-con .right:hover {
  margin-top: -10px;
}
.container .main .new-moving .top-con .right .img {
  width: 380px;
  height: 254px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.container .main .new-moving .top-con .right .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.container .main .new-moving .top-con .right .img img:hover {
  transform: scale(1.1);
}
.container .main .new-moving .top-con .right .desc {
  width: 380px;
  height: 346px;
  background: #d69c7f;
  border-radius: 0px 0px 10px 10px;
  margin-top: 2px;
  overflow: hidden;
}
.container .main .new-moving .top-con .right .desc .date {
  width: 136px;
  height: 30px;
  line-height: 30px;
  background: rgba(247, 241, 238, 0.37);
  border-radius: 0px 2px 2px 0px;
  margin-top: 23px;
}
.container .main .new-moving .top-con .right .desc .date .date-text {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.container .main .new-moving .top-con .right .desc .title {
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0;
}
.container .main .new-moving .top-con .right .desc .text {
  box-sizing: border-box;
  padding: 0px 30px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.container .main .new-moving .bottom-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 600px;
  height: auto;
  margin-top: 30px;
}
.container .main .new-moving .bottom-con .item {
  width: 380px;
  min-height: 600px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  transition: all .5s;
}
.container .main .new-moving .bottom-con .item:hover {
  margin-top: -10px;
}
.container .main .new-moving .bottom-con .item.bgc1 {
  background: #F3EBE6 !important;
}
.container .main .new-moving .bottom-con .item.bgc1 .date {
  background: rgba(255, 255, 255, 0.52);
}
.container .main .new-moving .bottom-con .item .img {
  width: 100%;
  height: 238px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.container .main .new-moving .bottom-con .item .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.container .main .new-moving .bottom-con .item .img img:hover {
  transform: scale(1.1);
}
.container .main .new-moving .bottom-con .item .date {
  width: 136px;
  height: 30px;
  line-height: 30px;
  background: #F7F1EE;
  border-radius: 0px 2px 2px 0px;
  margin-top: 25px;
}
.container .main .new-moving .bottom-con .item .date .date-text {
  color: #E30316;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.container .main .new-moving .bottom-con .item .title {
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  margin-bottom: 0;
}
.container .main .new-moving .bottom-con .item .text {
  box-sizing: border-box;
  padding: 0px 30px;
  font-size: 16px;
  color: #202022;
  line-height: 22px;
}
.container .big-img {
  width: 100%;
  height: auto;
  margin-top: 80px;
  position: relative;
}

.container .big-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}

.container .big-img .item {
  width: 1200px;
  margin: auto;
  height: 420;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
.container .big-img .item img{
  transition: all .2s linear;
  border-radius: 10px;
}
.container .big-img .item img:hover {
  z-index: 2;
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
  transform: translate3d(0,-2px,0);
}
.container .big-img .item:last-child {
  margin-bottom: 0;
  padding-bottom: 80px;
}
.container .big-img .item:first-child {
  padding-top: 80px;
}
.container .small-con {
  box-sizing: border-box;
  padding: 80px 0 100px 0;
  background: #fff;
}
.container .small-con .small-img {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: auto;
}
.container .small-con .small-img .two-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  height: 248px;
}
.container .small-con .small-img .two-img .item {
  position: relative;
  width: 585px;
  height: 100%;
  background: seagreen;
  border-radius: 10px;
  overflow: hidden;
}
.container .small-con .small-img .two-img .item img {
  cursor: pointer;
  transition: all 0.6s;
}
.container .small-con .small-img .two-img .item img:hover {
  transform: scale(1.1);
}
.container .small-con .small-img .two-img .item .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}
.container .small-con .small-img .three-img {
  margin-top: 30px;
}
.container .small-con .small-img .three-img .item {
  width: 380px;
  background: slategray;
}
 
.container .video-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
}
.container .video-popup .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  background: #ffffff;
}
.container .video-popup .content .video-box {
  position: relative;
  width: 1200px;
  height: 700px;
  margin: auto;
}
.container .video-popup .content .video-box .close-btn {
  position: absolute;
  top: -40px;
  width: 36px;
  height: 36px;
}
.container .video-popup .content .video-box .video .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<!--0.00020313262939453-->