.w {
    width: 1171px;
    margin: auto;
  }
  html,
  body {
    overflow-x: auto;
  }
  .hide {
    display: none;
  }
  div {
    box-sizing: border-box;
  }
  .header-box {
    position: relative;
  }
  /* 导航栏start */
  .header-c {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 111;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-c .header{
      display: flex;
      align-items: center;
      padding:15px 0;
  }
  .header .hua1 {
    position: absolute;
    top: 168px;
    left: 867px;
    transition: 3s;
    animation: myfirst 60s linear ;
    z-index:1
  }
  @keyframes myfirst {
    from {
      top: 168px;
      left: 867px;
    }
    to {
      top: 500px;
      left: 0;
    }
  }
  .header .hua2 {
    position: absolute;
    top: 123px;
    left: 1179px;
    animation: mytwo 30s linear ;
    z-index:1
  }
  @keyframes mytwo {
    from {
      top: 123px;
      left: 1179px;
    }
    to {
      top: 644px;
      left: 800px;
    }
  }
  .header .hua3 {
    position: absolute;
    top: 278px;
    left: 1137px;
    animation: mytwo 70s linear ;
  }
  @keyframes mythere {
    from {
      top: 278px;
      left: 1137px;
    }
    to {
      top: 700px;
      left: 1100px;
    }
  }
  .header .hua4 {
    position: absolute;
    top: 0px;
    left: 1444px;
    animation: myfour 90s linear ;
  }
  @keyframes myfour {
    from {
      top: 0px;
      left: 1444px;
    }
    to {
      top: 1000px;
      left: 700px;
    }
  }
  .header .hua5 {
    position: absolute;
    top: 320px;
    left: 279px;
    animation: myfive 40s linear ;
  }
  @keyframes myfive {
    from {
      top: 320px;
      left: 279px;
    }
    to {
      top: 500px;
      left: 0px;
    }
  }
  .header .hua6 {
    position: absolute;
    top: 473px;
    left: -105px;
    animation: mysix 40s linear ;
  }
  @keyframes mysix {
    from {
      top: 473px;
      left: -105px;
    }
    to {
      top: 800px;
      left: -120px;
    }
  }
  .header h1 {
    float: left;
    /*padding-top: 20px;*/
    box-sizing: border-box;
  }
  .header h1 img {
    display: block;
    height: 75px;
  }
  .header ul {
    float: left;
    box-sizing: border-box;
    /*padding-top: 33px;*/
  }
  .header ul li {
    float: left;
    margin-left: 70px;
    position: relative;
  }
  .header ul li .lan {
    line-height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    color: #222;
    display: inline-block;
    height: 50px;
    font-weight: bold;
  }
  .header ul li .son-list {
      position: absolute;
      top: 50px;
      height: 50px;
      transform: translateX(-50%);
      line-height: 58px;
      z-index: 1111;
      left: 50%;
      white-space: nowrap;
      background: url(../images/border.png) no-repeat top center;
      background-size: 100% 100%;
  }
  .header ul li .son-list .last {
    margin-right: 30px !important;
  }
  .header ul li .son-list div {
    display: inline;
    margin-left: 30px;
    margin-right: 8px;
  }
  .header ul li .son-list div a:hover {
    color: #e2a35a;
  }
  .search-box {
    /*margin-top: 25px;*/
    /*margin-bottom: 25px;*/
    display: flex;
  }
  .search-box .sou {
    display: flex;
    width: 312px;
    margin-left: 435px;
  }
  .search-box .sou input {
    width: 257px;
    height: 35px;
    border: none;
    background-color: #fff;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    box-shadow: 0px 0px 8px #921c58;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .search-box .sou span {
    flex: 1;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    background: #921c58 url(../images/ic-sou.png) no-repeat center center;
    background-size: 23px 23px;
    cursor: pointer;
  }
  .search-box a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
    margin-left: 33px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* 导航end */
  .year {
    height: 680px;
  }
  .year .img {
    position: absolute;
    top: 250px;
    display: block;
    width: 613px;
    height: 155px;
    left: 50%;
    margin-left: -306px;
    transition: 1s;
    animation: myimg 1s  ;
  }
  @keyframes myimg {
    0% {
      left: 55%;
    }
    50% {
      left: 45%;
    }
    100% {
      left: 50%;
    }
  }
  .year img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .left-column {
    position: fixed;
    left: 0;
    top: 350px;
    z-index: 11111;
    display: none;
  }
  .more {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #3a352c;
    width: 218px;
    font-size: 18px;
    margin: auto;
    border-radius: 24px;
    border: 1px solid #f1f1f1;
    transition: 0.7s;
  }
  .banner {
    height: 604px;
    margin-top: 65px;
    margin-bottom: 60px;
  }
  .banner .box {
    height: 604px;
    padding-top: 407px;
    background: url(../images/index-banner.png) no-repeat;
    background-size: 100% 100%;
  }
  .banner .box .text img {
    display: block;
    margin: auto;
  }
  .more {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #3a352c;
    width: 218px;
    font-size: 18px;
    margin: auto;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    transition: 0.7s;
  }
  .more:hover {
    color: #921c58 !important;
    border-color: #921c58 !important;
  }
  .notice {
    text-align: center;
  }
  .notice h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .notice .cs {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .notice .tet {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 25px;
    width: 865px;
    margin: auto;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
  }
  .notice .time {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-bottom: 10px;
  }
  .img-list .list {
    display: block;
    position: relative;
    margin-bottom: 60px;
  }
  .img-list .list .img {
    display: block;
    width: 770px;
    height: 441px;
  }
  .img-list .list .explore {
    position: absolute;
    background-color: #ffffff;
    padding-top: 54px;
    top: 89px;
    width: 475px;
    right: 0;
    z-index: 11;
  }
  .img-list .list .explore h1 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .img-list .list .explore .text {
    margin-bottom: 23px;
    padding: 0 60px;
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
  }
  .img-list .list .explore .btn {
    margin-left: 180px;
    display: inline-block;
    padding: 0 25px;
    padding-bottom: 11px;
    border-bottom: 2px solid #921c58;
    margin-bottom: 38px;
    transition: 1s;
  }
  .img-list .list .explore .btn:hover {
    color: #921c58;
    border-color: #ccc;
  }
  .plants {
    background: url(../images/bg1.png) no-repeat top center;
    background-size: 100% ;
  }
  .plants .continent {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .plants .continent h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
  }
  .plants .continent .pic-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .plants .continent .pic-box .box {
    transition: 0.7s;
    width: 370px;
    box-shadow: 0 0 8px #ccc;
  }
  .plants .continent .pic-box .box img {
    display: block;
    height: 208px;
    width: 100%;
    object-fit: cover;
  }
  .plants .continent .pic-box .box .name {
    background: #fff;
    padding: 0 20px;
  }
  .plants .continent .pic-box .box .name .hua {
    font-size: 22px;
    line-height: 22px;
    padding: 20px 0 ;
  }
  .plants .continent .pic-box .box .name .trait {
    font-size: 16px;
    color: #999;
    line-height: 16px;
    margin-bottom: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1;
    /** 显示的行数 **/
    overflow: hidden;
  }
  .plants .continent .pic-box .box .name .xq_a {
    margin-left: 215px;
    display: inline-block;
    padding: 0 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #921c58;
    margin-bottom: 18px;
  }
  .plants .continent .pic-box .box .name .xq_a:hover {
    color: #921c58;
    border-color: #000;
  }
  .plants .continent .pic-box .box:hover {
    transform: scale(1.05);
  }
  .popularity {
    background: url(../images/popularity.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
  }
  .popularity h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 90px;
  }
  .popularity .banner-box {
    margin-bottom: 75px;
  }
  .popularity .swiper-slide .box {
      width: 509px;
      transition: 0.6s;
      margin-right: 30px;
      padding: 25px;
      padding-top: 30px;
      background-color: rgba(145, 130, 109, 0.3);
  }
  .popularity .swiper-slide .box h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .popularity .swiper-slide .box .text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popularity .swiper-slide .box .img-box {
    height: 288px;
    width: 100%;
    overflow: hidden;
  }
  .popularity .swiper-slide .box .img-box img {
    transition: 0.6s;
    display: block;
    height: 288px;
  }
  .popularity .swiper-slide .box .img-box img:hover {
    transform: scale(1.2);
  }
  .popularity .swiper-slide .box:hover {
    transform: scale(1.03);
    transform: translateY(10px);
  }
  .about {
    background: url(../images/about.png) no-repeat top center;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 315px;
  }
  .about .continent {
    padding-top: 62px;
    padding-bottom: 36px;
    text-align: center;
  }
  .about .continent h1 {
    font-size: 31px;
    color: #fff;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .about .continent .tit {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 40px;
  }
  .video-box {
    background: url(../images/video.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
  }
  .video-box .continent {
    overflow: hidden;
    padding: 100px 37px;
    padding-left: 15px;
  }
  .video-box .continent .box-l {
    float: left;
    width: 500px;
  }
  .video-box .continent .box-r {
    float: right;
    width: 468px;
  }
  .video-box .continent .box-r .top {
    padding-left: 10px;
  }
  .video-box .continent .box-r .h-box {
    padding-left: 0;
  }
  .video-box .continent .box-r .text {
    margin-bottom: 23px;
  }
  .video-box .continent .box-r .text a {
    font-size: 14px;
    line-height: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1;
    /** 显示的行数 **/
    overflow: hidden;
  }
  .video-box .continent .box-r .text a:hover {
    color: #921c58;
  }
  .video-box .continent .box-r .kp {
    margin-top: 40px;
  }
  .video-box .continent .box-r .kp .kp-box {
    display: inline-block;
    height: 70px;
    width: 132px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    margin-right: 25px;
    text-align: center;
  }
  .video-box .continent .box-r .kp .kp-box a {
    display: block;
    padding-top: 11px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .video-box .continent .box-r .kp .kp-box a div:first-child {
    font-size: 25px;
  }
  .video-box .continent .box-r .kp .kp-box a div:last-child {
    font-size: 14px;
    margin-top: 5px;
  }
  .video-box .continent .box-r .kp .kp-box a:hover {
    background-color: #ccc;
    color: #921c58 !important;
  }
  .video-box .continent .box-r .kp .kp-box:last-child {
    margin-right: 0;
  }
  .more-min {
    display: block;
    width: 150px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #333;
    border-radius: 10px;
  }
  .more-min:hover {
    color: #921c58;
    border-color: #921c58;
  }
  .h-box {
    padding: 0 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .h-box span {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
  }
  .h-box a {
    float: right;
    font-size: 14px;
    margin-top: 10px;
  }
  .h-box a:hover {
    color: #921c58;
  }
  #video {
    width: 491px;
    height: 308px;
    position: relative;
  }
  #video #video-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
  }
  /* .jsmodern-video-panel {
      display: none;
  } */
  #video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 1111;
  }
  .guide .continent {
    padding-top: 92px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
  }
  .guide .continent .box {
    overflow: hidden;
    width: 369px;
    height: 258px;
    background-color: #f4f3f1;
    padding: 31px 20px 20px 30px;
  }
  .guide .continent .box h1 {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-bottom: 35px;
  }
  .guide .continent .box .btn-y {
    display: inline-block;
    width: 100px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #921c58;
    color: #921c58;
    margin-left: 216px;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
  }
  .guide .continent .box .btn-y:hover {
    background-color: #921c58;
    color: #fff;
    border-color: #921c58;
  }
  .guide .continent .zn .list {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 24px;
    /*cursor: pointer;*/
  }
  .guide .continent .zn .list:hover {
    color: #921c58;
  }
  .guide .continent .hd .list-box {
    float: left;
    margin-right: 65px;
  }
  .guide .continent .hd .list-box .list {
    margin-bottom: 24px;
  }
  .guide .continent .hd .list-box .list a {
    font-size: 16px;
    line-height: 14px;
  }
  .guide .continent .hd .list-box .list a:hover {
    color: #921c58;
  }
  .guide .continent .yc .list {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 24px;
    /*cursor: pointer;*/
  }
  .footer {
    background-color: #000;
  }
  .footer .continent {
    width: 1226px;
    margin: auto;
    padding-bottom: 18px;
    padding-top: 30px;
  }
  .footer .continent .select {
    margin-bottom: 21px;
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px solid #313131;
    padding-right: 24px;
    padding-left: 5px;
  }
  .footer .continent .select span {
    font-size: 16px;
    color: #f0fbd9;
  }
  .footer .continent .select select {
    margin-right: 32px;
    color: #f0fbd9;
    width: 158px;
    height: 24px;
    padding-left: 13px;
    padding-right: 20px;
    border-color: #867a53;
    background: #000 url(../images/_.png) no-repeat 142px center;
    appearance: none;
    -webkit-appearance: none;
  }
  .footer .continent .select select -moz-appearance:none option {
    background-color: #000 !important;
  }
  .footer .continent .select .box-l {
    float: left;
  }
  .footer .continent .select .box-r {
    float: left;
    color: #f0fbd9;
    margin-left: 100px;
  }
  .footer .continent .select .box-r span {
    margin-right: 28px;
    font-size: 16px;
  }
  .footer .continent .select .box-r span i {
    color: #f0fbd9;
    margin-right: 7px;
  }
  .footer .continent .select .box-r span a {
    color: #f0fbd9;
  }
  .footer .continent .select .box-r span a:hover {
    color: #921c58;
  }
  .footer .continent .select .box-r .last {
    margin-right: 0 !important;
  }
  .footer .continent .duan {
    overflow: hidden;
  }
  .footer .continent .duan .fl {
    float: left;
    width: 56px;
    height: 68px;
    margin-left: 72px;
    margin-right: 212px;
  }
  .footer .continent .duan .fr {
    float: left;
    width: 595px;
    font-size: 14px;
    line-height: 30px;
    color: #f0fbd9;
  }
  .footer .continent .duan .fr .contact a {
    margin-right: 30px;
    color: #f0fbd9;
  }
  .footer .continent .duan .fr .l {
    text-align: center;
  }
  .crumbs {
    margin-top: 25px;
    background-color: #fff7fb;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #222;
    margin-bottom: 30px;
  }
  .crumbs a {
    color: #000;
    margin-right: 10px;
  }
  .crumbs a:hover {
    color: #921c58;
  }
  .zl-list {
    background: url(../images/zl-list-bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .popularity .swiper-slide .l {
    background-color: rgba(153, 145, 137, 0.5);
  }
  .popularity .swiper-slide .r {
    background-color: rgba(153, 145, 137, 0.5);
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: #b0a899 !important;
  }
  .list_lh {
    height: 148px;
    overflow: hidden;
    margin-bottom: 38px;
  }