@import url("../font/iconfont/iconfont.css?v=1");
/*@import "//at.alicdn.com/t/c/font_2415363_mmpftb5e12.css";*/
@font-face {
  font-family: "MyFont";
  src: url("../font/HONORSansCN-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "MyFontBold";
  src: url("../font/HONORSansCN-Bold.ttf") format("truetype");
}
:root {
  --main-color: #857253;
  --light-color: #eae2d7;
  --gray-color: #7b7b7b;
  --font-bold: "MyFontBold", "Microsoft YaHei", sans-serif;
}

body {
  background: var(--light-color);
  color: var(--main-color);
  font-size: 14px;
  line-height: 1;
  font-family: "MyFont", "Microsoft YaHei", sans-serif;
}

input, textarea {
  font-family: "MyFont", "Microsoft YaHei", sans-serif;
}

.container {
  width: 1541px;
  margin: 0 auto;
}

.container2 {
  width: 1424px;
  margin: 0 auto;
}

.container3 {
  width: 1270px;
  margin: 0 auto;
}

.container4 {
  width: 1144px;
  margin: 0 auto;
}

.container5 {
  width: 1263px;
  margin: 0 auto;
}

a {
  color: var(--main-color);
}

.wow {
  visibility: hidden;
}

.font-bold {
  font-family: "MyFontBold", "Microsoft YaHei", sans-serif;
}
/**由鼠标移上去加底色，改为默认有底色，且统一有底色**/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 14;
  height: 89px;
  font-size: 16px;

  background: rgba(255, 255, 255, 0.25);
}

.header:hover {
  background: rgba(255, 255, 255, 0.25);
}

.logo_dark {
  display: none;
}

.logo_light {
  display: block;
}

.logo {
  margin: 0 65px;
}

.logo img {
  max-height: 45px;
}
.footLogo img{
  max-height: 68px;
}

.navBox > li {
  position: relative;
  margin-bottom: -10px;
}
.navBox > li > a {
  height: 89px;
  line-height: 89px;
  /*margin: 0 40px 0 0;*/
  margin: 0 20px;
  color: #fff;
  font-size: 20px;
}
.navBox > li > a:hover {
  color: var(--light-color);
}
.navBox .subNavBox {
  position: absolute;
  /*left: -16%;*/
  left: 50%;
  transform: translateX(-50%);
  top: 89px;
  text-align: left;
  line-height: 1.3;
  font-size: 15px;
  display: none;
}
.navBox .subNavBox > li > a {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0 0;
  white-space: nowrap;
}
.navBox .subNavBox > li > a .img img {
  max-height: 40px;
  margin-bottom: 5px;
}
.navBox .subNavBox > li > a .en {
  font-size: 13px;
}
.navBox .subNavBox > li > a:hover {
  color: var(--light-color);
}
.navBox > li:hover .subNavBox {
  display: block;
}

.topEm {
  border-right: 1px transparent solid;
  padding-right: 22px;
}

.topRbox {
  position: relative;
}

.sosoBtn {
  color: #fff;
  width: 75px;
  height: 89px;
  padding-right: 40px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

.sosoBtn i {
  font-size: 20px;
}

.topSo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  box-sizing: border-box;
  padding-left: 37px;
  display: none;
  background-color: #857253;
}

.topclose {
  padding: 15px 30px;
}

.topSoBox {
  border-bottom: 1px solid #ffffff;
}

.topSoBox input {
  background: transparent;
  border: none;
  height: 26px;
  line-height: 26px;
}

.topSoBox input::-webkit-input-placeholder,
.topSoBox input::-moz-placeholder,
.topSoBox input:-moz-placeholder,
.topSoBox input:-ms-input-placeholder {
  color: #3173bc;
}
.topSoBox input::placeholder{
  color: #ffffff;
}
.topSoBoxBtn {
  height: 25px;
  padding: 0 10px;
  border: none;
  background: transparent;
}

.body.dark .header {
  background: none;
}
.body.dark .header .logo_dark {
  display: block;
}
.body.dark .header .logo_light {
  display: none;
}
.body.dark .header .navBox > li > a {
  color: var(--main-color);
}
.body.dark .header .navBox .subNavBox > li > a {
  color: var(--main-color);
}
.body.dark .header .navBox .subNavBox > li > a:hover {
  color: var(--main-color);
}
.body.dark .header .sosoBtn {
  color: var(--main-color);
}

.body.dark.bg .header {
  background: rgba(255, 255, 255, 0.25);
}

.body.light .header {
  background: none;
}

.body .header.head_fx {
  background: rgba(255, 255, 255, 0.85);
}
.body .header.head_fx .logo_dark {
  display: block;
}
.body .header.head_fx .logo_light {
  display: none;
}
.body .header.head_fx .navBox > li > a {
  color: var(--main-color);
}

.body.dark .header {
  background: rgba(255, 255, 255, 0.85) !important;
}
.body.dark .header .logo_dark {
  display: block;
}
.body.dark .header .logo_light {
  display: none;
}
.body.dark .header .navBox > li > a {
  color: var(--main-color);
}


.body .header.head_fx .navBox .subNavBox {
  background: rgba(255,255,255,0.85); padding:0 20px 20px 20px;
  border-radius: 5px;
  /*> li > a{color:var(--main-color);}*/
}
/**
* 所有的二级菜单都需要加底色
*/
.body .header .navBox .subNavBox {
  background: rgba(255,255,255,0.85); padding:0 20px 20px 20px;
  border-radius: 5px;
  /*> li > a{color:var(--main-color);}*/
}
.body .header.head_fx .navBox .subNavBox > li > a{ color:var(--main-color); }
/**
* 所有的二级菜单都需要加底色
*/
.body .header .navBox .subNavBox > li > a{ color:var(--main-color); }
.body .header.head_fx .sosoBtn {
  color: var(--main-color);
}

.footer {
  background: #fff;
  font-size: 18px;
  line-height: 1.2;
  color: var(--gray-color);
}
.footer .container {
  width: 1639px;
  padding: 90px 0 70px;
}
.footer .footNav {
  padding-bottom: 100px;
}
.footer .footMenu > ul {
  width: 194px;
}
.footer .footMenu > ul:last-child {
  width: auto;
}
.footer .footMenu > ul > li {
  margin-bottom: 15px;
}
.footer .footMenu > ul > li > a {
  color: var(--gray-color);
}
.footer .footMenu > ul > li > a:hover {
  color: var(--main-color);
}
.footer .footMenu > ul > li.lead {
  margin-bottom: 20px;
  color: var(--main-color);
}
.footer .footMenu > ul > li.lead > a {
  color: var(--main-color);
}
.footer .footRwm {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}
.footer .footRwm .footRwmRight {
  height: 30px;
  line-height: 30px;
}
.footer .footRwm .footWm {
  position: relative;
  padding-right:10px;
}
.footer .footRwm .footTel {
  padding-left: 22px;
  font-size: 26px;
  color: var(--main-color);
}
.footer .footRwm .footTel i {
  font-size: 24px;
  padding-right: 5px;
}
.footer .footRwm .footWm .ewmMin > i{
  display:block; width:30px; height:30px; line-height:30px; text-align:center; background:#eaeaec; border-radius:50%; color:#757576; margin:0 10px; font-size:20px;
}
.footer .footRwm .footWm .ewmMin img{
  width:26px; height:26px;
  opacity:0.7;
}
.footer .footRwm .footWm .ewmMax {
  position: absolute;
  width: 102px;
  height: 102px;
  left:-7px;
  bottom: 42px;
  display: none;
}
.footer .footRwm .footWm .ewmMax img {
  max-width:100%; max-height:100%;
}
.footer .footRwm .footWm:hover .ewmMin > i {
  color:#fff; background:#20c300;
}
.footer .footRwm .footWm:hover .ewmMin > i.xiaohongshu {
  background:#ff2441;
}
.footer .footRwm .footWm:hover .ewmMax {
  display: block;
}
.footer .footCopy {
  padding-top: 17px;
}

.fullscreen-video{
  width:100%;
  height:100vh;
  object-fit: fill;
}

.txt-header {
  margin-top: 115px;
}
.txt-header .title1 {
  font-size: 28px;
  text-transform: uppercase;
}
.txt-header .title2 {
  font-size: 28px;
  margin-top: 10px;
  text-transform: uppercase;
}
.txt-header .desc1 {
  font-size: 22px;
  margin-top: 15px;
}

.txt-box .title1 {
  font-size: 28px;
  text-transform: uppercase;
}
.txt-box .title2 {
  font-size: 28px;
  margin-top: 10px;
  text-transform: uppercase;
}
.txt-box .desc1 {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
.txt-box .more {
  font-size: 22px;
  margin-top: 60px;
}

.txtimg-box {
  position: relative;
  padding: 0 130px 135px 0;
}
.txtimg-box .img {
  width: 100%;
  height: 100%;
}
.txtimg-box .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  max-width: 672px;
  line-height: 2.2;
  font-size: 18px;
}
.txtimg-box .txt div {
  padding: 70px 80px;
}

.guide-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 79px;
  /*top: 50%;*/
}
.guide-banner .title1 {
  font-size: 18px;
}
.guide-banner .title2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.guide-banner .desc1 {
  font-size: 14px;
  margin-top: 10px;
}
.guide-banner .logo {
  margin-bottom: 25px;
}
.guide-banner .logo img {
  height: 50px;
}

.index-video {
  position: relative;
}
.index-video .video-btn {
  display: block;
  width: 95px;
  height: 95px;
  background: url("../img/index_video_btn.png") center/100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -47px;
  margin-top: -47px;
  cursor:pointer;
}
.index-video .video-share {
  width: 33px;
  height: 30px;
  position: absolute;
  right: 67px;
  bottom: 54px;
  cursor: pointer;
}
.index-video .video-share a{
  display: block; width:100%; height:100%;
  background: url("../img/index_video_share.png");
  opacity:0.4;
}
.index-video .video-share a:hover {
  opacity:1;
}
.index-video .guide-banner .title1 {
  /*font-size: 20px;*/
  font-size: 15px;
}
.index-video .guide-banner .title1 span,
.index-video .guide-banner .title1 a {
  border-bottom: 1px solid #fff;
  cursor:pointer;
  color:#fff;
}
.index-video .guide-banner .title2 {
  margin-top: 15px;
  /*font-size: 20px;*/
  font-size: 13px;
}

.shareOk{
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 60px;
  width: 182px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.shareOk.active{
  display: flex;
}

.shareOk div{
  display: inline-block;
  font-size: 15px;
  color: #000000;
  margin-top: 5px;
  margin-left: 5px;
}

.banner-header {
  position: relative;
}
.banner-header > .banner-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
  z-index: 100;
}

.sleep-banner {
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.sleep-banner .guide-banner {
  z-index: 11;
}
.sleep-banner > .banner-logo {
  background: none;
  z-index: 12;
  top: 0;
  bottom: 0;
}
.sleep-banner video {
  object-fit: fill;
}

.index-about {
  padding-top: 106px;
}
.index-about .container {
  position: relative;
}
.index-about .bg {
  position: relative;
}
.index-about .bg .design {
  position: absolute;
  top: 328px;
  left: 182px;
}
.index-about .bg .design_name {
  margin-top: 20px;
}
.index-about .txt-box {
  width: 800px;
  float: right;
  padding-right: 18px;
  margin-top: 70px;
}

.index-product .item {
  margin-top: 173px;
}
.index-product .item > .txt-box {
  padding: 0 100px;
}
.index-product .item > .img img {
  max-width: 956px;
}
.index-product .item-tab {
  margin-top: 86px;
}
.index-product .item-tab > .txt-box .desc1 {
  margin-top: 74px;
  line-height: 2.2;
  height: 238px;
  overflow-y: auto;
}
.index-product .item2 > .txt-box {
  padding: 0 87px 0 0;
}
.index-product .item2 > .txt-box .desc1 {
  line-height: 2.4;
  margin-top: 30px;
}
.index-product .item3 {
  margin-top: 173px;
}
.index-product .item3 > .img {
  margin-bottom: 55px;
}
.index-product .item3 > .txt-box {
  max-width: 1015px;
  margin: 0 auto;
}
.index-product .item3 > .txt-box .desc1 {
  line-height: 2;
}
.index-product .item4 .video-btn {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.index-product .item4 .guide-banner {
  bottom: 40px;
}
.index-product .item4 .guide-banner .title1 {
  font-size: 16px;
}
.index-product .item4 > .txt-box .title1 {
  font-size: 28px;
}
.index-product .item4 > .txt-box .desc1 {
  font-size: 28px;
}
.index-product .item5 > .txt-box {
  position: relative;
}
.index-product .item5 > .txt-box .img1 {
  margin-bottom: 30px;
}
.index-product .item5 > .txt-box .desc1 {
  font-size: 20px;
  line-height: 2.4;
}
.index-product .item5 > .txt-box .more {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.index-product .item-map > .txt-box .desc1 {
  width: 62px;
  height: 1px;
  overflow: hidden;
  background: var(--main-color);
  margin: 63px 0;
}
.index-product .item-map > .txt-box .desc2 table {
  width: 100%;
}
.index-product .item-map > .txt-box .desc2 table td {
  width: 20%;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 20px;
  padding-right: 25px;
  white-space: nowrap;
}

.index-product-mini {
  margin-top: 70px;
}
.index-product-mini ul {
  border-bottom: 5px solid #fff;
}
.index-product-mini ul li {
  padding-bottom: 30px;
  font-size: 18px;
  margin-bottom: -5px;
  margin-top:0 !important;
}
.index-product-mini ul li:last-child {
  margin-right: 0;
}
.index-product-mini ul li .img {
  margin-bottom: 28px;
  width: 102px;
  height: 94px;
  text-align: center;
}
.index-product-mini ul li .txt {
  white-space: nowrap;
}
.index-product-mini ul li.active {
  font-weight:bold;
  border-bottom: 5px solid var(--main-color);
}

.txtimg-list {
  margin: -51px 0 0;
}
.txtimg-list > .item {
  display: block;
  width: 448px;
  overflow: hidden;
  margin: 116px 0 0;
}
.txtimg-list > .item .img {
  width: 448px;
  height: 312px;
  overflow: hidden;
}
.txtimg-list > .item .txt {
  padding: 46px 48px 40px;
  line-height: 1.4;
  background: #fff;
}
.txtimg-list > .item .txt .title1 {
  font-size: 22px;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
}
.txtimg-list > .item .txt .title2 {
  font-size: 18px;
  margin-top: 18px;
  height: 128px;
  overflow-y: auto;
}
.txtimg-list > .item .txt .title3 {
  font-size: 14px;
  margin-top: 12px;
}
.txtimg-list > .item .txt .txtlogo {
  margin-top: 30px;
  text-align: right;
}
.txtimg-list > .item .txt .txtlogo img {
  height: 28px;
}

.txtimg-more {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 624px;
  background: url("../img/now_product_more_bg.png") repeat-x center bottom;
}
.txtimg-more .guide-banner {
  bottom: 20px;
}
.txtimg-more .guide-banner .title1 {
  font-weight: bold;
}

.txtimg-list2 {
  margin: -10px 0 0;
}
.txtimg-list2 > .item {
  width: 478px;
  position: relative;
  height: 745px;
  margin: 106px 0 0;
}
.txtimg-list2 > .item .img {
  width: 422px;
  height: 508px;
  overflow: hidden;
  z-index: 0;
}
.txtimg-list2 > .item .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 29px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  padding-bottom: 50px;
}
.txtimg-list2 > .item .txt .title1 {
  font-size: 30px;
  height: 32px;
}
.txtimg-list2 > .item .txt .title2 {
  line-height: 2;
  margin-top: 28px;
  height: 128px;
}
.txtimg-list2 > .item .txt .txtlogo {
  margin-top: 25px;
  text-align: right;
}

.guid-box {
  margin-top: 90px;
  font-size: 16px;
}
.guid-box > .item {
  display: block;
  width: 20%;
  aspect-ratio: 1/1;
  position: relative;
  float: left;
  line-height: 1.4;
  overflow:visible;
}
.guid-box > .item > div {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 37px;
  bottom: 37px;
  cursor: pointer;
  transition: all 0.3s;
}
.guid-box > .item > div:hover {
  transform: scale(1.1);
  font-size:16px;
}
.guid-box > .item .img {
  margin-bottom: 28px;
}
.guid-box > .item:nth-child(even) {
  color: #fff;
}
.guid-box > .item:nth-child(even) > div {
  background: #857253;
}

.join-contact-box .img {
  margin-right: 106px;
}
.join-contact-box .ewm {
  margin-right: 55px;
  padding-top: 72px;
}
.join-contact-box .txt {
  padding-top: 80px;
  font-size: 30px;
  line-height: 1.4;
}
.join-contact-box .txt .title1 {
  margin-bottom: 30px;
}
.join-contact-box .txt .desc2 {
  font-size: 36px;
}

.join-form {
  padding-bottom: 176px;
  background: url("../img/join-form-bg.jpg") no-repeat center bottom;
}
.join-form form {
  margin: 0 auto;
  max-width: 1020px;
}
.join-form form .item {
  width: 50%;
}
.join-form form .item .input-group {
  margin: 0 5px 10px;
  position: relative;
  height: 48px;
  background: #fff;
}
.join-form form .item .input-group .input-icon {
  position: absolute;
  left: 10px;
  top: 0;
  width: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.join-form form .item .input-group input, .join-form form .item .input-group textarea {
  border: none;
  background: #fff;
  height: 48px;
  width: calc(100% - 46px);
  margin-left: 46px;
  color: var(--main-color);
  font-size: 18px;
}
.join-form form .item-textarea {
  width: 100%;
}
.join-form form .item-textarea .input-group {
  margin: 0 5px 0;
  height: auto;
}
.join-form form .item-textarea .input-group textarea {
  height: 250px;
  line-height: 1.2;
  padding: 12px 12px 12px 0;
  width: calc(100% - 70px);
  outline:none;
}
.join-form form .item-button {
  width: 100%;
  padding-top: 59px;
  text-align: center;
}
.join-form form .item-button a,
.join-form form .item-button button{
  display: inline-block;
  width: 232px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  color: #fff;
  background: var(--main-color);
  font-size: 22px;
  border:0;
}

.swiper-container .swiper-pagination-txt .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  border-top: 5px solid var(--main-color);
  margin: 0;
  padding: 12px 10px;
  font-size: 16px;
  opacity: 0.5;
  color: var(--light-color);
}
.swiper-container .swiper-pagination-txt .swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
}

.swiper_skin_03 .swiper-container .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.swiper_skin_03 .swiper-container .swiper-slide-active:after {
  display: none;
}
.swiper_skin_03 .swiper-container .swiper-button-next, .swiper_skin_03 .swiper-container .swiper-button-prev {
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--main-color);
  border-radius: 50%;
  bottom: 0;
  left: 28%;
  top: auto;
}
.swiper_skin_03 .swiper-container .swiper-button-next {
  left: calc(28% + 60px);
}
.swiper_skin_03 .swiper-container .swiper-button-next:after, .swiper_skin_03 .swiper-container .swiper-button-prev:after {
  font-size: 28px;
  font-weight: bold;
  padding-left: 3px;
}
.swiper_skin_03 .swiper-container .swiper-button-prev:after {
  padding-left: 0;
  padding-right: 3px;
}

.swiper_skin_04 .swiper-container .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.swiper_skin_04 .swiper-container .swiper-slide-active:after {
  display: none;
}
.swiper_skin_04 .swiper-container .swiper-slide {
  width: 929px;
  height: 530px;
}
.swiper_skin_04 .swiper-container .swiper-button-next,
.swiper_skin_04 .swiper-container .swiper-button-prev{
  color: #eee;
}
.swiper_skin_04 .swiper-container .swiper-button-prev{
  left:70px;
}
.swiper_skin_04 .swiper-container .swiper-button-next{
  right:70px;
}

.swiper_skin_05 .swiper-container .swiper-button-next, .swiper_skin_05 .swiper-container .swiper-button-prev {
  color: var(--main-color);
}

.swiper_skin_06 {
  position: relative;
}
.swiper_skin_06 .swiper_txt {
  width: 35%;
  position: absolute;
  left: 0;
  top: 100px;
}
.swiper_skin_06 .swiper_txt .txt-box {
  padding: 0 100px;
}
.swiper_skin_06 .swiper_txt .txt-box .desc1 {
  margin-top: 35px;
}
.swiper_skin_06 .swiper_txt .txt-box .more {
  margin-top: 100px;
}
.swiper_skin_06 .swiper-container {
  margin-left: 35%;
}
.swiper_skin_06 .swiper-container .swiper-slide {
  width: auto;
}
.swiper_skin_06 .swiper-container .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.swiper_skin_06 .swiper-container .swiper-slide-active:after {
  display: none;
}
.swiper_skin_06 .swiper-container .swiper-button-next, .swiper_skin_06 .swiper-container .swiper-button-prev {
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--main-color);
  border-radius: 50%;
  bottom: 0;
  left: 0;
  top: auto;
}
.swiper_skin_06 .swiper-container .swiper-button-next {
  left: 60px;
}
.swiper_skin_06 .swiper-container .swiper-button-next:after, .swiper_skin_06 .swiper-container .swiper-button-prev:after {
  font-size: 28px;
  font-weight: bold;
  padding-left: 3px;
}
.swiper_skin_06 .swiper-container .swiper-button-prev:after {
  padding-left: 0;
  padding-right: 3px;
}

.indexSwiper .swiper-button-next, .indexSwiper .swiper-button-prev {
  color: #fff;
  bottom: 40px;
  right: 134px;
  top: auto;
  left: auto;
  background: none;
}
.indexSwiper .swiper-button-prev {
  right: 200px;
}
.indexSwiper .swiper-button-next:after, .indexSwiper .swiper-button-prev:after {
  font-size: 32px;
  font-weight: bold;
}
.indexSwiper .swiper-button-next:hover, .indexSwiper .swiper-button-prev:hover {
  background: none;
}
.indexSwiper .swiper-button-disabled {
  color: #b8a292;
}

.swiperAes04 .swiper-button-next, .swiperAes04 .swiper-button-prev {
  color: #fff;
  bottom: 40px;
  right: 134px;
  top: auto;
  left: auto;
  background: none;
}
.swiperAes04 .swiper-button-prev {
  right: 200px;
}
.swiperAes04 .swiper-button-next:after, .swiperAes04 .swiper-button-prev:after {
  font-size: 32px;
  font-weight: bold;
}
.swiperAes04 .swiper-button-next:hover, .swiperAes04 .swiper-button-prev:hover {
  background: none;
}
.swiperAes04 .swiper-button-disabled {
  color: #b8a292;
}
.swiperChange.swiper-container{
  width: 936px;
  height: 631px;
}

.swiperChange .swiper-button-next, .swiperChange .swiper-button-prev {
  color: #fff;
  bottom: 40px;
  right: 134px;
  top: auto;
  left: auto;
  background: none;
}
.swiperChange .swiper-button-prev {
  right: 200px;
}
.swiperChange .swiper-button-next:after, .swiperChange .swiper-button-prev:after {
  font-size: 32px;
  font-weight: bold;
}
.swiperChange .swiper-button-next:hover, .swiperChange .swiper-button-prev:hover {
  background: none;
}
.swiperChange .swiper-button-disabled {
  color: #b8a292;
}

.product-info-box {
  margin: 166px 0 166px;
}
.product-info-box .img .item {
  margin-bottom: 46px;
}
.product-info-box .img .item:last-child {
  margin-bottom: 0;
}
.product-info-box .img img {
  max-width: 286px;
}
.product-info-box .txt {
  padding: 0 100px 0 0;
}
.product-info-box .txt .title1 {
  font-size: 34px;
  margin-top: 70px;
}
.product-info-box .txt .title2 {
  font-size: 34px;
  margin-top: 10px;
}
.product-info-box .txt .desc1 {
  font-size: 18px;
  line-height: 2;
  margin-top: 25px;
}

.product-info-box.info2 {
  margin: 220px 0 166px;
}
.product-info-box.info2 .img .item {
  margin-bottom: 20px;
}
.product-info-box.info2 .img .title {
  font-size: 18px;
}
.product-info-box.info2 .img img {
  max-width: 820px;
}
.product-info-box.info2 .txt {
  padding: 0 0 0 92px;
}

.product-info-box.info3 {
  margin: 180px 0 200px;
}
.product-info-box.info3 .txt-header .desc1 {
  margin-top: 30px;
}

.body-right {
  position: fixed;
  z-index: 100;
  right: 64px;
  bottom: 20px;
}
.body-right > div{
  width:42px; height:42px; line-height:42px; text-align:center; margin-top:10px;
  border-radius:50%; background:#ffffffbf; box-shadow: 0 4px 20px #00000014; transition: bottom .3s; color:#454545; cursor:pointer;
}
.body-right > div > i{ font-size:20px; }

.fullVideo{ position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,1); display:none; z-index:50; }
.fullVideo video{ object-fit:contain; }
.fullVideo .close{ position:absolute; right:35px; top:20px; font-size:20px; color:#fff; z-index:51; display:block; background:rgba(255,255,255,0.2); padding:10px; border-radius:50%; cursor:pointer; }

.section1{
  background-size: cover;
}
.section1 .content{
  height:100vh;
}
.section1 .mxw-box .text1{
  text-align:center;
}
.section1 .mxw-box .info{
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size:36px;
  color: #fff;
  line-height:1.6;
}

.history-box{ margin:150px 0 180px; height:785px; position:relative; }
.history-box .number-bg{ position:absolute; z-index:1; left:25%; top:0; line-height:1; font-size:460px; color:#d6ccbd; font-weight:lighter }
.history-box .content{ position:absolute; z-index:2; left:0; top:0; }
.history-box .content .title{ background:var(--light-color); padding:15px 0 10px; font-size:24px; margin-top:65px; padding-left:25%; }
.history-box .content .title .cn{ margin-bottom:5px; }
.history-box .content .title .en{ font-size:20px; }
.history-box .content .medialist{ margin-top:253px; }
.history-box .content .medialist .item{ position:relative;}
.history-box .content .medialist .item .txt{
  height:80px; font-size:16px; line-height:1.2;
}
.history-box .content .medialist .item:nth-child(even) .txtimg{
  position:absolute; bottom:100%
}

.media01{ font-size:18px; color:var(--main-color); text-align:center; }
.media01 li img{ margin-bottom:15px; line-height:1.2;}

/* ==================== gsap 通用 End ==================== */
/* ==================== 板块八 Start ==================== */
.ny16-1-section8 {
  position: relative;
  overflow: hidden;
  z-index: 13;
}
.ny16-1-section8 .ny16-1-section8-pin {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny16-1-section8 .ny16-1-section8-box {
  width: 100%;
}
.ny16-1-section8 .info-group {
  position: relative;
}
.ny16-1-section8 .info-group .info-item {
  position: relative;
}
.ny16-1-section8 .info-group .info-item:first-child {
  z-index: 2;
}
.ny16-1-section8 .info-group .info-item:first-child ~ .info-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ny16-1-section8 .image-group {
  position: relative;
}
.ny16-1-section8 .image-group .image-item {
  width:936px;
  height:631px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  clip-path: inset(0 0 0);
}
.ny16-1-section8 .image-group .image-item img {
  width: 100%;
}
.ny16-1-section8 .image-group .image-item video {
  display: block;
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center;
}
.ny16-1-section8 .image-group .image-item ~ .image-item {
  position: absolute;
  top: 0;
  left: 0;
}
.ny16-1-section8 .image-group .image-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.ny16-1-section8 .image-group .image-item .bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
}
.ny16-1-section8 .right-body {
  min-width: 0;
  flex-grow: 1;
}
.ny16-1-section8 .body {
  margin-left: auto;
  margin-right: auto;
}
.ny16-1-section8 .body .max-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny16-1-section8 .line {
  display: block;
  width: 7rem;
  background-color: #ECECEC;
  position: relative;
  height: 2px;
  margin-bottom: 0.2499rem;
  font-size: 0.3334rem;
}
.ny16-1-section8 .line span {
  width: 4em;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.ny16-1-section8 .desc-group {
  width: 7rem;
  position: relative;
}
.ny16-1-section8 .desc-group .desc {
  font-size: 0.3334rem;
  color: #666666;
  line-height: 1.6;
  text-align: justify;
  opacity: 0.8;
}
.ny16-1-section8 .desc-group .desc:first-child ~ .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* ==================== 板块八 End ==================== */

/* ==================== 板块九 Start ==================== */
.ny15-section9 {
  overflow: hidden;
}
.ny15-section9 .ny15-section9-box {
  height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.ny15-section9 .ny15-section9-swiper {
  overflow: visible;
  margin-left: 4.5002rem;
  margin-right: auto;
}
.ny15-section9 .ny15-section9-swiper .swiper-slide {
  margin-right: 2%;
  overflow: hidden;
  position: relative;
}
.ny15-section9 .ny15-section9-swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 8.5002rem;
  object-fit: cover;
  object-position: center;
}
.ny15-section9 .ny15-section9-swiper .swiper-slide{

}
.ny15-section9 .ny15-section9-swiper .swiper-slide img {
  display: block;
  width: 613px;
  height: 356px;
}
.ny15-section9 .ny15-section9-swiper .swiper-slide .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 613px;
  height: 356px;
  background-color: #000;
  opacity: 0.5;
}
.ny15-section9 .body2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.ny15-section9 .line {
  background-color: #1D1D1F;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0.1334rem;
}
.ny15-section9 .line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  background-color: #fff;
}
.ny15-section9 .itembox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny15-section9 .item {
  padding-top: 0.2333rem;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
}
.ny15-section9 .item:first-child {
  text-align: left;
}
.ny15-section9 .item:last-child {
  text-align: right;
}
/* ==================== 板块九 End ==================== */

@media screen and (max-width: 1639px) {
  .container,
  .container2,
  .container3,
  .container4,
  .container5 { width:auto;padding-left: 35px;padding-right: 35px; }
  .footer .container{ width:auto; padding-left:35px; padding-right:35px; }
  .index-product .item.item-tab > .txt-box{ padding:0 50px 0 50px; }
  .index-product .item2 > .txt-box{ padding-left:50px; }
  .index-product  .item-map .img{ padding-left:50px; }
  .container3 .guid-box{
    padding-left: 37px;
  }
  .container2 .ny16-1-section8-box .max-body .right-body{
    padding:0 50px;
  }
}


@media screen and (max-width: 1449px) {
  .txtimg-list2 > .item{
    width: 400px;
    height: 623px;
  }
  .txtimg-list2 > .item .img{
    width: 353px;
  }
  .txtimg-list2 > .item .txt{
    padding-bottom: 38px;
    padding: 35px 26px 38px;
  }
  .txtimg-list2 > .item .txt .title2{
    height: 145px;
  }
  .txt-box .title2{
    font-size: 26px;

  }
  .txt-box .title1{
    font-size: 26px;
  }
}
