.footer {
  max-width: 1920px;
  margin: 0 auto;
  height: 230px;
  /*min-width: 1900px;*/
  background: #F5F5F7;
}

.footer .medicTec {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  height: 149px;
  border-bottom: 1px #D2D2D2 solid;
}

.footer .medicTec ul {
  width: 100%;
}

.footer .medicTec ul li {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  margin-bottom: 11px;
}

.footer .medicTec ul li a {
  color: #777777;
}

.footer .medicTec ul li:first-child {
  cursor: default;
  margin: 33px 0 17px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.footer .medicTec .qRCode {
  padding-top: 21px;
}

.footer .medicTec .qRCode .img {
  width: 88px;
}

.footer .medicTec .qRCode h3 {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 18px;
}

.footer .records {
  display: flex;
  margin: 33px 0 0 364px;
}

.footer .records li {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  margin-right: 55px;
}

.footer .records li a {
  color: #777777;
}

.footer .records li img {
  margin: -3px 0 0 5px;
  width: 18px;
}

.journalism {
  /*min-width: 1900px;*/
  margin: 100px auto;
}

.journalism ul,
.journalism li {
  list-style: none;
}

.journalism .block {
  max-width: 1644px;
  height: 676px;
  margin: 100px auto;
  position: relative;
  overflow: hidden;
}

.journalism .block h1 {
  font-size: 56px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  padding-bottom: 48px;
}

.journalism .block .imgDetailArea {
  max-width: 1560px;
  overflow: hidden;
  margin: 0 25px;
}

.journalism .block .imgDetailArea .list {
  position: relative;
  display: flex;
}

.journalism .block .imgDetailArea .list .totalshow {
  margin: 0 20px;
}

.journalism .block .imgDetailArea .list .totalshow img {
  max-width: 480px;
  height: 280px;
}

.journalism .block .imgDetailArea .list .totalshow .contentArea {
  background-color: #F5F5F7FF;
}

.journalism .block .imgDetailArea .list .totalshow .contentArea .content {
  height: 37px;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  padding: 20px 21px 22px 18px;
  line-height: 25px;
}

.journalism .block .imgDetailArea .list .totalshow .contentArea .time {
  font-size: 18px;
  color: #A2A2A2FF;
  padding-left: 18px;
  padding-bottom: 22px;
}

.journalism .block .iconlist {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.journalism .block .iconlist li {
  width: 8px;
  height: 8px;
  background: #AAAAAA;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.journalism .block .iconlist .current {
  background: #478CFF;
}

.journalism .block span {
  position: absolute;
  width: 40px;
  height: 60px;
  text-align: center;
  background: rgba(110, 110, 110, 0);
  top: 50%;
  transform: translateY(-50%);
  /* 点击鼠标变小手 */
  cursor: pointer;
  /* 播放动画完成时间 */
  transition: 1s;
}

.journalism .block .prev {
  left: 0;
}

.journalism .block .next {
  right: 0;
}

.home-hero {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  min-height: 800px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.home-hero .content {
  color: #ffffff;
  z-index: 2;
}

.home-hero .content .h1 {
  font-size: 64px;
  font-weight: bold;
  line-height: 80px;
  color: #F34141;
}

.home-hero .content .h2 {
  font-size: 48px;
  font-weight: normal;
  line-height: 60px;
  margin-top: 10px;
}

.home-hero .content .h3 {
  font-size: 24px;
  color: #bbbbbb;
  margin-top: 20px;
  margin-bottom: 40px;
}

.home-hero .content a {
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 10px 40px;
  border-radius: 30px;
  transition: all 0.3s;
}

.home-hero .content a:hover {
  background: #fff;
  color: #000;
}

.home-hero .content a img {
  width: 8px;
  margin-left: 10px;
  filter: brightness(0) invert(1);
}

.home-hero .content a:hover img {
  filter: none;
}

.home-hero .hero-image {
  margin-top: 50px;
  width: 100%;
  max-width: 800px;
  z-index: 1;
}

.home-hero .hero-image img {
  width: 100%;
  display: block;
}

.dual-flagships {
  max-width: 1920px;
  margin: 14px auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
  padding: 100px 15px;
}

.dual-flagships .flagship-card {
  flex: 1;
  max-width: 700px;
  margin: 0 15px;
  background: #0a0a0a;
  border-radius: 20px;
  padding: 80px 40px;
  text-align: center;
  transition: transform 0.3s;
}

.dual-flagships .flagship-card:hover {
  transform: translateY(-10px);
}

.dual-flagships .flagship-card .text .h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.dual-flagships .flagship-card .text .h2 {
  font-size: 24px;
  color: #bbbbbb;
  margin-bottom: 40px;
}

.dual-flagships .flagship-card .text a {
  font-size: 22px;
  color: #2166e2;
  text-decoration: none;
}

.dual-flagships .flagship-card .text a img {
  margin-left: 10px;
  width: 10px;
}

.dual-flagships .flagship-card .img {
  margin-top: 80px;
}

.dual-flagships .flagship-card .img img {
  width: 100%;
  max-width: 400px;
  object-fit: contain;
  margin: 0 auto;
}

.company-profile {
  max-width: 1920px;
  margin: 0 auto;
  padding: 120px 0;
  background: #111111;
  text-align: center;
}

.company-profile .block h1 {
  font-size: 56px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 50px;
}

.company-profile .block .desc {
  font-size: 24px;
  color: #bbbbbb;
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-honors {
  max-width: 1920px;
  margin: 0 auto;
  padding: 120px 0;
  background: #000000;
  text-align: center;
}

.company-honors .block h1 {
  font-size: 56px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 80px;
}

.company-honors .honor-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.company-honors .honor-list .item {
  width: 400px;
}

.company-honors .honor-list .item img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
}

.company-honors .honor-list .item:hover img {
  transform: scale(1.05);
}

.company-honors .honor-list .item p {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #bbbbbb;
}

.home1 {
  max-width: 1840px;
  margin: 94px auto 0;
  height: 840px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  align-items: center;
}

.home1 .block {
  display: flex;
  align-items: center;
}

.home1_1 {
  margin-right: 150px;
  color: #ffffff;
}

.home1_1 .h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 27px;
}

.home1_1 .h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 28px;
  letter-spacing: 2px;
}

.home1_1 .smallBlock {
  margin-top: 58px;
}

.home1_1 .smallBlock a {
  font-size: 22px;
  font-weight: 300;
  color: #2166e2;
  line-height: 59px;
  display: inline-block;
  cursor: pointer;
  margin-right: 65px;
}

.home1_1 .smallBlock a img {
  width: 8px;
  margin-left: 10px;
}

.home1_2 img {
  max-height: 600px;
  object-fit: contain;
}

.scroll-animate {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease-out;
}

.scroll-animate.animate-in {
  opacity: 1;
  transform: translateX(0);
}


.home2 {
  max-width: 1840px;
  margin: 14px auto;
  height: 840px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}

.home2 .block {
  max-width: 1272px;
  display: flex;
  align-items: center;
}

.home2 .block .home2_1 {
  margin-right: 241px;
  color: #ffffff;
}

.home2 .block .home2_1 .h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 27px;
}

.home2 .block .home2_1 .h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 28px;
  letter-spacing: 2px;
}

.home2 .block .home2_1 .h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 58px;
}

.home2 .block .home2_1 .smallBlock {
  width: 600px;
}

.home2 .block .home2_1 .smallBlock a {
  font-size: 22px;
  font-weight: 300;
  color: #2166e2;
  line-height: 59px;
  margin-right: 65px;
}

.home2 .block .home2_1 .smallBlock a img {
  width: 8px;
  margin-left: 10px;
}

.home2 .block .home2_2 {
  max-width: 520px;
}

.home3 {
  max-width: 1840px;
  margin: 14px auto;
  height: 840px;
  background: #FEEAE3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}

.home3 .home3_1 {
  width: 720px;
}

.home3 .home3_2 {
  margin-left: 82px;
  color: #000000;
}

.home3 .home3_2 .h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 27px;
}

.home3 .home3_2 .h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 58px;
  color: #777777;
}

.home3 .home3_2 a {
  font-size: 22px;
  font-weight: 300;
  color: #2166e2;
  line-height: 59px;
  margin-right: 65px;
}

.home3 .home3_2 a img {
  width: 8px;
  margin-left: 10px;
}

.home4 {
  max-width: 1840px;
  margin: 14px auto;
  padding: 100px 40px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

.home4 .h1 {
  font-size: 56px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}

.home4 .h2 {
  font-size: 24px;
  font-weight: normal;
  color: #666666;
  max-width: 1000px;
  line-height: 1.8;
  margin: 0 auto;
}

.articleGrey {
  height: 40px;
  background: #444444;
  /*min-width: 1900px;*/
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.container {
  height: 54px;
  background: #000000;
  /*min-width: 1900px;*/
  width: 100%;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 99999;
}

.container .menu_apparel {
  height: 152px;
  /*min-width: 1900px;*/
  background: #101010;
  opacity: 0.9;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 99999;
  position: relative;
}

.container .menu_apparel ul {
  display: flex;
  justify-content: center;
}

.container .menu_apparel ul li {
  width: 120px;
}

.container .menu_apparel ul li .img {
  margin: 0 auto;
  width: 60px;
}

.container .menu_apparel ul li h3 {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}

.container .menu_apparel ul li:hover h3 {
  color: #2166E2 !important;
}

.container .menu_exercise {
  height: 152px;
  /*min-width: 1900px;*/
  background: #101010;
  opacity: 0.9;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 99999;
  position: relative;
}

.container .menu_exercise ul {
  margin: 0 auto;
  width: 180px;
  display: flex;
  justify-content: space-between;
}

.container .menu_exercise ul li:hover h3 {
  color: #2166E2 !important;
}

.container .menu_exercise ul li {
  cursor: pointer;
}

.container .menu_exercise ul li .img {
  margin: 0 auto;
  width: 60px;
}

.container .menu_exercise ul li h3 {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}

.container .menu_health {
  height: 152px;
  /*min-width: 1900px;*/
  background: #101010;
  opacity: 0.9;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 99999;
  position: relative;
}

.container .menu_health ul {
  margin: 0 auto;
  width: 240px;
  display: flex;
  justify-content: space-between;
}

.container .menu_health ul a li:hover h3 {
  color: #2166E2 !important;
}

.container .menu_health ul a li {
  cursor: pointer;
}

.container .menu_health ul a li .img {
  margin: 0 auto;
  width: 60px;
}

.container .menu_health ul a li h3 {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}

.container .menu_disappear {
  padding: 0;
  height: 0;
  overflow: hidden;
}

.container .nav_list {
  display: flex;
  height: 54px;
  margin: 0 auto;
  width: 1200px;
}

.container .nav_list>a {
  flex: 1;
  display: flex;
  text-decoration: none;
}

.container .nav_list>a li {
  width: 100%;
}

.container .nav_list li {
  cursor: pointer;
  height: 54px;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
  line-height: 54px;
  color: #CCCCCC;
  text-align: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

.container .nav_list li a {
  color: inherit;
  text-decoration: none;
}

.container .nav_list li .logo {
  width: 128px;
}

.container .nav_list li .login img {
  width: 28px;
}

.container .nav_list .active {
  color: #FFFFFF;
}

.container .nav_list>li:first-child {
  flex: 3;
  margin-left: 25px;
}

.container .nav_list>li:last-child {
  flex: 1.5;
  margin-right: 25px;
  text-align: right;
}

.container .nav_list li:hover {
  color: #2166E2;
  transform: scale(1.05);
}