.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;
}
.contact-us-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact-us-container .banner {
  width: 100%;
  height: 554px;
  margin-top: -72px;
}
.contact-us-container .service-hotline {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.contact-us-container .service-hotline .content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.contact-us-container .service-hotline .content .hotline-con .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-us-container .service-hotline .content .hotline-con .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.contact-us-container .service-hotline .content .hotline-con .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.contact-us-container .service-hotline .content .hotline-con .tel {
  width: 277px;
  height: 70px;
  line-height: 70px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
  text-align: center;
}
.contact-us-container .service-hotline .content .hotline-con .other-tel {
  margin-top: 40px;
}
.contact-us-container .service-hotline .content .hotline-con .other-tel .title {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
}
.contact-us-container .service-hotline .content .hotline-con .other-tel .item-con {
  margin-top: 20px;
}
.contact-us-container .service-hotline .content .hotline-con .other-tel .item-con .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
}
.contact-us-container .service-hotline .content .hotline-con .other-tel .item-con .item:last-child {
  margin-bottom: 0;
}
.contact-us-container .service-hotline .content .hotline-con .other-tel .item-con .item .label {
  width: 100px;
  margin-right: 10px;
}
.contact-us-container .service-hotline .content .hotline-con .other-tel .item-con .item .num {
  font-size: 16px;
  color: #2C2E2E;
}
.contact-us-container .service-hotline .content .address-con {
  width: 730px;
  height: auto;
  overflow: hidden;
}
.contact-us-container .service-hotline .content .address-con .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-us-container .service-hotline .content .address-con .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.contact-us-container .service-hotline .content .address-con .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.contact-us-container .service-hotline .content .address-con .address {
  width: 390px;
  height: 70px;
  line-height: 70px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #2C2E2E;
  box-sizing: border-box;
  padding: 0px 30px;
  margin-top: 60px;
}
.contact-us-container .service-hotline .content .address-con .map-con {
  width: 724px;
  height: 426px;
  border-radius: 11px;
  border: 3px solid #FFFFFF;
  margin-top: 40px;
}
.contact-us-container .service-hotline .content .address-con .map-con #map {
  width: 724px;
  height: 426px;
}
.contact-us-container .store-address {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.contact-us-container .store-address .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.contact-us-container .store-address .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-us-container .store-address .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.contact-us-container .store-address .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.contact-us-container .store-address .content .address-con {
  width: 100%;
  height: 957px;
  background: #f5f5f5;
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.contact-us-container .store-address .content .address-con #china-chart {
  width: 100%;
  height: 700px;
  margin: auto;
}
.contact-us-container .store-address .content .address-con #china-chart img {
  width: 100%;
  height: 700px;
}
.contact-us-container .follow-us {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.contact-us-container .follow-us .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.contact-us-container .follow-us .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-us-container .follow-us .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.contact-us-container .follow-us .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.contact-us-container .follow-us .content .qr-con {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.contact-us-container .follow-us .content .qr-con .item {
  width: 278px;
  min-height: 428px;
  background: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 45px;
  transition: ease all 0.3s;
}
.contact-us-container .follow-us .content .qr-con .item:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.contact-us-container .follow-us .content .qr-con .item .qr-code {
  width: 189px;
  height: 189px;
  overflow: hidden;
  margin: auto;
}
.contact-us-container .follow-us .content .qr-con .item .title {
  font-size: 24px;
  font-weight: 400;
  color: #2C2E2E;
  margin-top: 38px;
  text-align: center;
}
.contact-us-container .follow-us .content .qr-con .item .tag {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-top: 29px;
}
.contact-us-container .line-message {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.contact-us-container .line-message .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.contact-us-container .line-message .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-us-container .line-message .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.contact-us-container .line-message .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.contact-us-container .line-message .content .join-form {
  width: 100%;
  min-height: 500px;
  height: auto;
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 60px;
  overflow: hidden;
}
.contact-us-container .line-message .content .join-form .title {
  font-size: 30px;
  font-weight: 500;
  color: #202022;
  text-align: center;
  margin-top: 40px;
}
.contact-us-container .line-message .content .join-form .desc {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  text-align: center;
}
.contact-us-container .line-message .content .join-form .sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  text-align: center;
  margin-top: 10px;
}
.contact-us-container .line-message .content .join-form .form {
  width: 650px;
  height: auto;
  overflow: hidden;
  margin: 40px auto 60px auto;
}
.contact-us-container .line-message .content .join-form .form .form-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.contact-us-container .line-message .content .join-form .form .form-item:last-child {
  margin-bottom: 0;
}
.contact-us-container .line-message .content .join-form .form .form-item .label-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-us-container .line-message .content .join-form .form .form-item .label-tag .tag {
  font-size: 16px;
  font-weight: 400;
  color: #e60947;
  margin-right: 4px;
}
.contact-us-container .line-message .content .join-form .form .form-item .label-tag .label {
  font-size: 16px;
  font-weight: 400;
  color: #2c2e2e;
}
.contact-us-container .line-message .content .join-form .form .form-item .input-con {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.contact-us-container .line-message .content .join-form .form .form-item .input-con input,
.contact-us-container .line-message .content .join-form .form .form-item .input-con select,
.contact-us-container .line-message .content .join-form .form .form-item .input-con textarea {
  width: 99%;
  height: 38px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 0 20px;
  color: #202022;
  font-size: 14px;
}
.contact-us-container .line-message .content .join-form .form .form-item .input-con input::placeholder,
.contact-us-container .line-message .content .join-form .form .form-item .input-con select::placeholder,
.contact-us-container .line-message .content .join-form .form .form-item .input-con textarea::placeholder {
  color: #999999;
}
.contact-us-container .line-message .content .join-form .form .form-item .input-con textarea {
  box-sizing: border-box;
  padding: 10px 20px;
  height: 150px;
}
.contact-us-container .line-message .content .join-form .form .form-item .radio-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  background: #F5F5F5;
  border-radius: 3px;
  height: 38px;
  box-sizing: border-box;
  padding: 0 23px;
}
.contact-us-container .line-message .content .join-form .form .form-item .radio-con .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.contact-us-container .line-message .content .join-form .form .form-item .radio-con input {
  width: auto;
  height: auto;
  margin-right: 5px;
  vertical-align: auto;
}
.contact-us-container .line-message .content .join-form .form .form-item .btn-item {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.contact-us-container .line-message .content .join-form .form .form-item .btn-item input {
  width: 100px;
  height: 38px;
  background: #E60947;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.contact-us-container .line-message .content .join-form .form .form-item .btn-item .reset {
  margin-left: 20px;
}
.contact-us-container .line-message .content .join-form .form .form-item .btn-item .reset input {
  font-weight: 400;
  color: #999;
  background: #eee;
}
<!--0.00018095970153809-->