.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* .part1 {
  height: 1045px;
  background-image: url(../images/part1.jpg);
} */
.part2 {
  height: 1468px;
  background-image: url(../images/part2.png);
  margin-top: -190px;
  background-color: transparent;
}
.part3 {
  height: 838px;
  background-image: url(../images/part3.jpg);
}



.open {
  width: 50px;
  height: 95px;
  background-image: url(../images/open.png);
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 998;
}

.part1 .center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.part1 .download_box {
  width: 700px;
  height: 162px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
/* .part1 .download_box{width: 476px;height: 162px;display: flex;justify-content: space-between;align-items: flex-end;position: absolute;bottom: 140px;left: 50%;transform: translateX(-50%);z-index: 5;} */
.part1 .download_box .box_1,
.part1 .download_box .box_2,
.part1 .download_box .box_3 {
  display: flex;
  flex-flow: column;
  position: relative;
}
.part1 .download_box .box_1 a {
  width: 150px;
  height: 54px;
}
.part1 .download_box .box_1 .order_code_box {
  width: 150px;
  height: 54px;
  margin-bottom: 3px;
}
.part1 .download_box .box_1 .kv_order_code {
  width: 204px;
  height: 188px;
  position: absolute;
  top: -70px;
  left: -210px;
  display: none;
}
.part1 .download_box .box_1 .order_code_box:hover .kv_order_code {
  display: block;
}

.part1 .download_box .box_2 a {
  width: 171px;
  height: 53px;
  margin-top: 3px;
}
.part1 .download_box .box_2 .btn_android {
  background: url(../images/kv_btn_android.png) no-repeat center/100%;
}
.part1 .download_box .box_2 .btn_ios {
  background: url(../images/kv_btn_ios.png) no-repeat center/100%;
}

.part1 .download_box .box_3 .kv_download_tit {
  width: 139px;
  height: 24px;
}
.part1 .download_box .box_3 .kv_download_code {
  width: 139px;
  height: 139px;
}

.part1 .download_box .box_4 .btn_pay {
  display: block;
  width: 200px;
  height: 75px;
  margin: 76px auto 0;
}

.part2 .center {
  width: 1358px;
  padding-top: 30px;
}
.part2 .center .Information_box {
  width: 1265px;
  height: 411px;
  background-image: url(../images/Information_bg.png);
  background-size: 1034px 411px;
  background-position: right;
  margin: 0 auto;
  top: 175px;
  right: 0;
  z-index: 2;
}

.part2 .center .Information_box .left {
  width: 612px;
  height: 383px;
  top: 12px;
  left: 0;
}
.part2 .center .Information_box .right {
  width: 535px;
  height: 334px;
  top: 40px;
  right: 78px;
}
.part2 .center .icon_nail {
  width: 96px;
  height: 102px;
  background: url(../images/icon_nail.png) no-repeat center/100%;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 3;
}
.part2 .center #swiper1 {
  width: 100%;
  height: 100%;
}
.part2 .center #swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
  background: url(../images/banner_base.png) no-repeat center/100%;
}
.part2 .center #swiper1 .swiper-slide a {
  display: block;
  width: 530px;
  height: 298px;
  margin-left: 35px;
  margin-top: 34px;
}
.part2 .center #swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.part2 .center #swiper1 .swiper-pagination-bullets {
  width: 46%;
  bottom: 55px;
  right: 0;
  left: auto;
}

.part2 .center #swiper1 .swiper-pagination1 .swiper-pagination-bullet {
  margin-left: 6px;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  transition: all 0.3s;
}
.part2
  .center
  #swiper1
  .swiper-pagination1
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 55px;
  border-radius: 10px;
  opacity: 1;
  background-color: rgb(101, 54, 29);
}
.part2 .center #swiper1 .swiper-slide:nth-child(1) {
  transform: rotate(-10deg);
}
.swiper-3d .swiper-slide-shadow {
  background: transparent !important;
}
.part2 .center .Information_box .right .news_title {
  width: 100%;
}
.part2 .center .Information_box .right .news_title span {
  display: block;
  float: left;
  width: 110px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
  color: #383b39;
  font-size: 22px;
  position: relative;
  transition: all 0.3s;
}
.part2 .center .Information_box .right .news_title span:nth-of-type(1):before,
.part2 .center .Information_box .right .news_title span:nth-of-type(2):before,
.part2 .center .Information_box .right .news_title span:nth-of-type(3):before,
.part2 .center .Information_box .right .news_title span:nth-of-type(4):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(100, 52, 28);
}
.part2 .center .Information_box .right .news_title span:nth-of-type(3):before {
  display: none;
}
.part2 .center .Information_box .right .news_title span.on {
  background-image: url(../images/news_title_on.png);
  color: #ffddb2;
  transition: all 0.3s;
  font-weight: bold;
}
.part2 .center .Information_box .right .news_title span:hover {
  background-image: url(../images/news_title_on.png);
  color: #ffddb2;
  transition: all 0.3s;
  font-weight: bold;
}
.part2 .center .Information_box .right .news_more {
  display: block;
  width: 60px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 14px;
  right: 0;
  top: 10px;
  background-image: url(../images/more_bg.png);
}
.part2 .center .Information_box .right .news_more:hover {
  color: #fff;
  background-image: url(../images/more_on.png);
}
.part2 .center .Information_box .right .news_con {
  width: 100%;
  height: 272px;
  margin-top: 55px;
}
.part2 .center .Information_box .right .news_con ul li {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #c3bc98;
}
.part2 .center .Information_box .right .news_con ul li:last-child {
  border-bottom: none;
}
.part2 .center .Information_box .right .news_con ul li:hover {
  color: #64341c;
}
.part2 .center .Information_box .right .news_con ul li a {
  display: inline-block;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #383b39;
}
.part2 .center .Information_box .right .news_con ul li a:hover {
  color: #64341c;
}
.part2 .center .Information_box .right .news_con ul li span {
  float: right;
}

.part2 .line {
  width: 100%;
  height: 29px;
  background-image: url(../images/part2_line.png);
  bottom: -3px;
  left: 0;
  z-index: 9;
}

.part2 .swiper_hero_box {
  width: 1358px;
  height: 910px;
  background: url(../images/part2_hero_box.png) no-repeat center/100%;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.part2 .hero_base_img_box {
  width: 570px;
  height: 721px;
  position: absolute;
  top: 130px;
  left: 118px;
}
.part2 .hero_base_img_box img {
  max-width: 100%;
  max-height: 100%;
}
.part2 .tab_box {
  width: 510px;
  height: 570px;
  margin-top: 220px;
  margin-left: 155px;
}
.part2 .name_box {
  height: 155px;
  margin-left: -12px;
}
.part2 .name_box img {
  height: 100%;
}
.part2 .attribute_box {
  width: 320px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 28px;
  margin-top: -15px;
}
.part2 .attribute_box .com {
  width: 50%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 10px;
}
.part2 .attribute_box .nature {
  background: #7c5431;
  font-weight: bold;
  color: #fff3dd;
}
.part2 .attribute_box .name {
  border: 1px solid #7c5431;
  box-sizing: border-box;
  color: #815631;
}
.part2 .hero_list {
  width: 510px;
  height: 370px;
  position: relative;
  margin-top: 25px;
  margin-left: -4px;
}
.part2 .hero_list::before {
  content: "";
  width: 366px;
  height: 65px;
  background: url(../images/part2_icon-line1.png) no-repeat center/100%;
  position: absolute;
  top: -15px;
  right: 10px;
  z-index: 1;
}
.part2 .hero_list::after {
  content: "";
  width: 364px;
  height: 50px;
  background: url(../images/part2_icon-line2.png) no-repeat center/100%;
  position: absolute;
  top: 170px;
  right: 0;
  z-index: 1;
}
.part2 .hero_list li {
  position: absolute;
  cursor: pointer;
}
.part2 .hero_list li:nth-child(1) {
  width: 166px;
  height: 168px;
  background-image: url(../images/hero_icon_1.png);
  background-size: 166px 168px;
  top: 14px;
  left: 0;
}
.part2 .hero_list li:nth-child(2) {
  width: 164px;
  height: 164px;
  background-image: url(../images/hero_icon_2.png);
  background-size: 164px 164px;
  top: 27px;
  left: 162px;
}
.part2 .hero_list li:nth-child(3) {
  width: 162px;
  height: 163px;
  background-image: url(../images/hero_icon_3.png);
  background-size: 162px 163px;
  top: 10px;
  left: 325px;
}
.part2 .hero_list li:nth-child(4) {
  width: 167px;
  height: 167px;
  background-image: url(../images/hero_icon_4.png);
  background-size: 167px 167px;
  top: 190px;
  left: 0;
}
.part2 .hero_list li:nth-child(5) {
  width: 159px;
  height: 159px;
  background-image: url(../images/hero_icon_5.png);
  background-size: 159px 159px;
  top: 200px;
  left: 170px;
}
.part2 .hero_list li:nth-child(6) {
  width: 163px;
  height: 164px;
  background-image: url(../images/hero_icon_6.png);
  background-size: 163px 164px;
  top: 188px;
  left: 327px;
}
.part2 .hero_list li.on:nth-child(1),
.part2 .hero_list li:nth-child(1):hover {
  background-image: url(../images/hero_icon_1_on.png);
}
.part2 .hero_list li.on:nth-child(2),
.part2 .hero_list li:nth-child(2):hover {
  background-image: url(../images/hero_icon_2_on.png);
}
.part2 .hero_list li.on:nth-child(3),
.part2 .hero_list li:nth-child(3):hover {
  background-image: url(../images/hero_icon_3_on.png);
}
.part2 .hero_list li.on:nth-child(4),
.part2 .hero_list li:nth-child(4):hover {
  background-image: url(../images/hero_icon_4_on.png);
}
.part2 .hero_list li.on:nth-child(5),
.part2 .hero_list li:nth-child(5):hover {
  background-image: url(../images/hero_icon_5_on.png);
}
.part2 .hero_list li.on:nth-child(6),
.part2 .hero_list li:nth-child(6):hover {
  background-image: url(../images/hero_icon_6_on.png);
}
.part2 .figure_box {
  width: 450px;
  height: 586px;
  margin-right: 135px;
  margin-top: 210px;
  position: relative;
}
.part2 .figure_box img {
  width: 450px;
  height: 586px;
}
.part2 .figure_box .swiper-slide-active {
  z-index: 2;
}
.part2 .icon_ribbon {
  width: 251px;
  height: 96px;
  background: url(../images/icon_ribbon.png) no-repeat center/100%;
  position: absolute;
  bottom: 120px;
  right: -184px;
}
.part2 .part2_hero_tips {
  width: 225px;
  height: 18px;
  position: absolute;
  right: 15px;
  bottom: 30px;
}

.part3 .center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.part3 .center .media_title {
  width: 100%;
  top: 215px;
  left: 0;
}
.part3 .center .media_more {
  display: block;
  width: 60px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #dfd3b6;
  font-size: 16px;
  right: 0;
  top: 221px;
}
.part3 .center .media_more:hover {
  color: #fff;
  background-image: url(../images/more_on.png);
}
.part3 .center .media_title span {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #45937d;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.part3 .center .media_title span.on {
  background-image: url(../images/media_title_on.png);
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.part3 .center .media_title span:hover {
  background-image: url(../images/media_title_on.png);
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.part3 .center .media_title a {
  float: right;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #45937d;
  font-size: 14px;
}
.part3 .center .media_con {
  width: 100%;
  top: 255px;
  left: 0;
}
.part3 .center .media_con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part3 .center .media_con ul li {
  width: 391px;
  height: 236px;
  background-image: url(../images/media_bg.png);
  margin: 10px 0 5px 0;
}
.part3 .center .media_con ul li .li_center {
  width: 356px;
  height: 201px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.part3 .center .media_con ul li .li_center img {
  display: block;
  width: 100%;
  height: 100%;
}
/* .part3 .center .media_con ul li .video_play {
  display: block;
  width: 84px;
  height: 87px;
  background-image: url(../images/video_play.png);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */
.part3 .center .media_con ul li .img_play {
  display: block;
  width: 356px;
  height: 201px;
}
.toast {
  width: 481px;
  height: 66px;
  display: none;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.pop_toast {
  left: 50%;
}


@keyframes x2{0%,100%{transform:scale3d(1,1,1); -moz-transform:scale3d(1,1,1); -ms-transform:scale3d(1,1,1); -webkit-transform:scale3d(1,1,1); -o-transform:scale3d(1,1,1);}
50%{transform:scale3d(0.9,0.9,1); -moz-transform:scale3d(0.9,0.9,1); -ms-transform:scale3d(0.9,0.9,1); -webkit-transform:scale3d(0.9,0.9,1); -o-transform:scale3d(0.9,0.9,1);}
75%{transform:scale3d(1.1,1.1,1); -moz-transform:scale3d(1.1,1.1,1); -ms-transform:scale3d(1.1,1.1,1); -webkit-transform:scale3d(1.1,1.1,1); -o-transform:scale3d(1.1,1.1,1);}}
@-webkit-keyframes x2{0%,100%{transform:scale3d(1,1,1); -moz-transform:scale3d(1,1,1); -ms-transform:scale3d(1,1,1); -webkit-transform:scale3d(1,1,1); -o-transform:scale3d(1,1,1);}
50%{transform:scale3d(0.9,0.9,1); -moz-transform:scale3d(0.9,0.9,1); -ms-transform:scale3d(0.9,0.9,1); -webkit-transform:scale3d(0.9,0.9,1); -o-transform:scale3d(0.9,0.9,1);}
75%{transform:scale3d(1.1,1.1,1); -moz-transform:scale3d(1.1,1.1,1); -ms-transform:scale3d(1.1,1.1,1); -webkit-transform:scale3d(1.1,1.1,1); -o-transform:scale3d(1.1,1.1,1);}}
@-moz-keyframes x2{0%,100%{transform:scale3d(1,1,1); -moz-transform:scale3d(1,1,1); -ms-transform:scale3d(1,1,1); -webkit-transform:scale3d(1,1,1); -o-transform:scale3d(1,1,1);}
50%{transform:scale3d(0.9,0.9,1); -moz-transform:scale3d(0.9,0.9,1); -ms-transform:scale3d(0.9,0.9,1); -webkit-transform:scale3d(0.9,0.9,1); -o-transform:scale3d(0.9,0.9,1);}
75%{transform:scale3d(1.1,1.1,1); -moz-transform:scale3d(1.1,1.1,1); -ms-transform:scale3d(1.1,1.1,1); -webkit-transform:scale3d(1.1,1.1,1); -o-transform:scale3d(1.1,1.1,1);}}
@-ms-keyframes x2{0%,100%{transform:scale3d(1,1,1); -moz-transform:scale3d(1,1,1); -ms-transform:scale3d(1,1,1); -webkit-transform:scale3d(1,1,1); -o-transform:scale3d(1,1,1);}
50%{transform:scale3d(0.9,0.9,1); -moz-transform:scale3d(0.9,0.9,1); -ms-transform:scale3d(0.9,0.9,1); -webkit-transform:scale3d(0.9,0.9,1); -o-transform:scale3d(0.9,0.9,1);}
75%{transform:scale3d(1.1,1.1,1); -moz-transform:scale3d(1.1,1.1,1); -ms-transform:scale3d(1.1,1.1,1); -webkit-transform:scale3d(1.1,1.1,1); -o-transform:scale3d(1.1,1.1,1);}}
@-o-keyframes x2{0%,100%{transform:scale3d(1,1,1); -moz-transform:scale3d(1,1,1); -ms-transform:scale3d(1,1,1); -webkit-transform:scale3d(1,1,1); -o-transform:scale3d(1,1,1);}
50%{transform:scale3d(0.9,0.9,1); -moz-transform:scale3d(0.9,0.9,1); -ms-transform:scale3d(0.9,0.9,1); -webkit-transform:scale3d(0.9,0.9,1); -o-transform:scale3d(0.9,0.9,1);}
75%{transform:scale3d(1.1,1.1,1); -moz-transform:scale3d(1.1,1.1,1); -ms-transform:scale3d(1.1,1.1,1); -webkit-transform:scale3d(1.1,1.1,1); -o-transform:scale3d(1.1,1.1,1);}}

/* 视频弹窗 */
.video_start{
    width:5rem;height:5rem;
    animation: x2 1s infinite;
    -ms-animation: x2 1s infinite;
    -webkit-animation: x2 1s infinite;
    -moz-animation: x2 1s infinite;
    -o-animation: x2 1s infinite;
    z-index: 100;
}

/* 弹窗 */
.pop_v{display:none}
.pop_v .mask{
    width: 100%;
    height: 100%;background: rgba(0,0,0,0.5);position: fixed;
    top: 0;
    z-index: 10000;
}
.pop_v .i_video{
    width: 750px;height: 453px;
    position: fixed;top: 50%;left: 50%;margin-left: -380px;margin-top:-226px;z-index: 1000;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;/*这里是关键*/
}
.pop_v .i_closes{
    position: fixed;top: 29%;
    /* right: 29.5%; */
    display: block;width: 40px;height: 40px;
    border-radius: 50%;line-height: 40px;
    text-align: center;
    font-size:35px;
    /* margin-left: -5rem;margin-top:-25px; */
    margin-left: 81rem;margin-top:-60px;
    z-index: 10001;background: rgba(0,0,0,0.5);
}
.pop_v .i_video .video_play{
    width: 750px;height: 453px;
}