.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 文字的行数
 */
.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;
}
body {
  background: #fff !important;
}
.go-home-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.go-home-container .banner {
  width: 100%;
  height: 806px;
  margin-top: -72px;
}
.go-home-container .cate {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.go-home-container .cate .item {
  position: relative;
  width: 224px;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
}
.go-home-container .cate .item:nth-child(even) .mask-bg {
  background: #009c43;
}
.go-home-container .cate .item:nth-child(odd) .mask-bg {
  background: #e60947;
}
.go-home-container .cate .item:hover .mask-bg {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
}
.go-home-container .cate .item .title {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
}
.go-home-container .cate .item .mask-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
  transform: translate(0, 200px);
  transform-origin: bottom;
  transition: all 0.7s cubic-bezier(0.2, 0, 0.2, 1.8);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.2, 1.8);
}
.go-home-container .cate .item .mask-bg .name {
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
}
.go-home-container .cate .item .mask-bg .tag {
  width: 60px;
  height: 1px;
  background: #FFFFFF;
  margin: 15px auto 17px auto;
}
.go-home-container .cate .item .mask-bg .desc {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}
.go-home-container .content {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.go-home-container .content .item {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.go-home-container .content .item .box-con {
  width: 100%;
  height: 380px;
}
.go-home-container .content .item .box-con.c-1 {
  background: #F7FBF6;
}
.go-home-container .content .item .box-con.c-2 {
  background: #F9F9F9;
}
.go-home-container .content .item .box-con.c-3 {
  background: #FFF9F8;
}
.go-home-container .content .item .box-con.c-4 {
  background: #FBF9F9;
}
.go-home-container .content .item .box-con.c-5 {
  background: #F2F7FA;
}
.go-home-container .content .item .box-con .box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 380px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 51px;
}
.go-home-container .content .item .box-con .box .img {
  flex-shrink: 0;
  width: 626px;
  height: 380px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 40px;
}
.go-home-container .content .item .box-con .box .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.go-home-container .content .item .box-con .box .img img:hover {
  transform: scale(1.1);
}
.go-home-container .content .item .box-con .box .desc {
  width: 390px;
  box-sizing: border-box;
  padding: 80px 0;
}
.go-home-container .content .item .box-con .box .desc .title {
  font-size: 30px;
  font-weight: 500;
  color: #202022;
  box-sizing: border-box;
  padding-bottom: 29px;
  border-bottom: 1px solid #dfdfdf;
}
.go-home-container .content .item .box-con .box .desc .text {
  font-size: 18px;
  font-weight: 400;
  color: #202022;
  line-height: 25px;
  margin-top: 21px;
}
.go-home-container .content .item .box-con .box .desc .text p {
  margin-bottom: 8px;
}
.go-home-container .content .item .box-con .box .desc .text p:last-child {
  margin-bottom: 0;
}
.go-home-container .footer-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.go-home-container .footer-banner .img {
  width: 100%;
  height: 500px;
}
.go-home-container .footer-banner .con {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1200px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 60px 0;
  text-align: center;
}
.go-home-container .footer-banner .con .title {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.go-home-container .footer-banner .con .desc {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 28px;
}
.go-home-container .footer-banner .con .desc p {
  margin-bottom: 8px;
}
.go-home-container .footer-banner .con .desc p:last-child {
  margin-bottom: 0;
}
.go-home-container .footer-banner .con .qr {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 43px auto auto;
}
.go-home-container .footer-banner .con .qr-desc {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 15px;
}
<!--0.00019502639770508-->