﻿* {
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  
  a {
    color: #333;
    text-decoration: none;
    font-size: 1.125rem;
  }
  
  @keyframes bounce {
    0%, 100% {
      transform: scale(0.8);
      transform: translateY(0);
    }
    50% {
      transform: scale(1);
      transform: translateY(-10px);
    }
  }
  @keyframes Text_scroll {
    0%, 100% {
      transform: translateY(0%);
    }
    50% {
      transform: translateY(-100%);
    }
  }
  #fp-nav.fp-right {
    right: 3%;
  }
  
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    height: 42px;
    width: 98px;
    margin: 20px 0%;
    position: relative;
  }
  
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    height: 42px;
    width: 88px;
    border: 0;
    background-color: #e9b46c;
    left: 20%;
    top: 50%;
    margin: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bc1e21;
    font-size: 1rem;
    box-shadow: 0px 2px 9px 0px rgba(41, 41, 41, 0.6);
    font-weight: bolder;
  }
  
  #fp-nav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li a.active span,
  .fp-slidesNav ul li:hover a.active span {
    height: 42px;
    width: 98px;
    margin: inherit;
    border-radius: 6px;
  }
  
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span {
    height: 42px;
    width: 78px;
    margin: initial;
    background-color: #bc1e21;
    color: #e9b46c;
  }
  
  #fp-nav ul li a.active span {
    background-color: #bc1e21;
    color: #eee727;
  }
  
  #fullpage .fp-tableCell {
    vertical-align: initial;
  }
  #fullpage .contain {
    width: 1376px;
    margin: 0 auto;
  }
  #fullpage .btn {
    position: absolute;
    bottom: 3%;
    left: 48%;
    height: 34px;
    width: 67px;
    cursor: pointer;
    transform: scale(0.8);
    animation: bounce 0.8s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #fullpage .Title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4% auto;
    margin-bottom: 2%;
    opacity: 0;
  }
  #fullpage .Title p {
    background: #d60b0c;
    border-radius: 0 10px 10px 0;
    padding: 0% 1%;
    margin-left: 1%;
  }
  #fullpage .Title p img {
    animation-delay: 100ms;
  }
  #fullpage .section_First {
    background: url("../images/bg01.jpg") top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  #fullpage .section_First .Sy_Logo {
    height: 30%;
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-duration: 1s;
    opacity: 0;
  }
  #fullpage .section_First .Sy_Logo img {
    width: auto;
    height: 100%;
  }
  #fullpage .section_First .Theme {
    height: auto;
    position: relative;
    top: 6%;
    display: flex;
    justify-content: space-evenly;
    animation-duration: 1.5s;
    animation-delay: 0.6s;
    opacity: 0;
  }
  #fullpage .section_Second {
    background: url("../images/bg02.jpg") top center no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  #fullpage .section_Second .Trends_Swiper {
    height: 35%;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 1.5%;
  }
  #fullpage .section_Second .Trends_Swiper .swiper-container {
    width: 100%;
    height: 90%;
  }
  #fullpage .section_Second .Trends_Swiper .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  #fullpage .section_Second .Trends_Swiper .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 31.5%;
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  #fullpage .section_Second .Trends_Swiper .swiper-container .swiper-wrapper .swiper-slide .Frame {
    border: 1px solid #bc1e21;
    background-color: #fefaf1;
    height: 75%;
    padding: 3%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #fullpage .section_Second .Trends_Swiper .swiper-container .swiper-wrapper .swiper-slide .Frame img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #fullpage .section_Second .Trends_Swiper .swiper-container .swiper-wrapper .swiper-slide .Trends_Img {
    height: 25%;
    background: url("../images/listico.png") no-repeat top left;
    background-size: 100% 100%;
    padding-left: 18%;
    padding-right: 2%;
    display: flex;
    align-items: center;
  }
  #fullpage .section_Second .Trends_Swiper .swiper-container .swiper-wrapper .swiper-slide:hover .Frame img {
    transform: scale(1.2);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #fullpage .section_Second .Trends_List {
    height: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    opacity: 0;
  }
  #fullpage .section_Second .Trends_List a {
    width: 50%;
    display: flex;
    height: 25%;
    box-sizing: border-box;
    position: relative;
  }
  #fullpage .section_Second .Trends_List a p:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #bc1e21;
    color: #fff;
    width: 13%;
    margin-right: 2%;
	border-radius:0 35px 35px 0;
  }
  #fullpage .section_Second .Trends_List a p:nth-of-type(1) span {
    font-size: 0.875rem;
  }
  #fullpage .section_Second .Trends_List a p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 1.625rem;
  }
  #fullpage .section_Second .Trends_List a p:nth-of-type(2) {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 1.667;
    font-size: 1.125rem;
  }
  #fullpage .section_Second .Trends_List a::after {
    content: " ";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 0%;
    height: 3px;
    background-color: #bc1e21;
    transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #fullpage .section_Second .Trends_List a:hover::after {
    width: 95%;
    transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #fullpage .section_Thirdly {
    background: url("../images/bg03.jpg") #fefaf1 top center no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  #fullpage .section_Thirdly .Title {
    margin: 2% auto;
  }
  #fullpage .section_Thirdly .Public_page {
    justify-content: space-between;
    opacity: 0;
    display: none;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left,
  #fullpage .section_Thirdly .Public_page .Thirdly_right {
    width: 48%;
    height: 50%;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .Year_Time {
    font-size: 3.6rem;
    font-weight: bolder;
    color: #ad7100;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .Prompt_Icon {
    position: relative;
    width: 100%;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .Prompt_Icon::after {
    content: "";
    position: absolute;
    top: 48%;
    left: 6%;
    background-color: #d60b0c;
    width: 90%;
    height: 1px;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .Prompt_Icon span {
    display: block;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 5%;
    height: 50%;
    cursor: pointer;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .Prompt_Icon span:nth-of-type(2) {
    top: 48%;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .vofloat {
    overflow: hidden;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .vofloat .Thirdly_List {
    height: auto;
    position: relative;
    transition: all 1s linear;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .vofloat .Thirdly_List a p {
    font-size: 1rem;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .vofloat .Thirdly_List a p:nth-of-type(1) {
    color: #ad7100;
    margin-top: 3%;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_Left .vofloat .Thirdly_List a p:nth-of-type(2) {
    text-indent: 5%;
    color: #3d2f28;
    line-height: 2.625;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right {
    position: relative;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) {
    width: 70%;
    height: 55%;
    background: #d60b0c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) p {
    box-sizing: border-box;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) p:nth-of-type(1) {
    width: 100%;
    height: 60%;
    padding: 3%;
    padding-bottom: 0%;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) p:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) p:nth-of-type(2) {
    padding: 2%;
    height: 40%;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) p:nth-of-type(2) img:nth-of-type(1) {
    float: right;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) p:nth-of-type(2) img:nth-of-type(2) {
    float: right;
    margin-top: 1%;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(2) {
    position: absolute;
    right: 0%;
    bottom: -60%;
    background: #d60b0c;
    z-index: 0;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(2) p {
    box-sizing: border-box;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(2) p:nth-of-type(1) {
    width: 100%;
    height: 60%;
    padding-bottom: 0%;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(2) p:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(2) p:nth-of-type(2) {
    padding: 2%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(1) {
    display: flex;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(2) {
    align-items: flex-end;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_Left {
    width: 55%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right {
    width: 40%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right div {
    width: 100%;
    align-items: flex-end;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right div p:nth-of-type(1) {
    position: relative;
    top: -80px;
    left: -5%;
    padding: 0%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right div p:nth-of-type(2) {
    position: relative;
    top: -70px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    padding: 0%;
    right: 5%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right div p:nth-of-type(2) img:nth-of-type(2) {
    margin-top: 5%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(3) {
    align-items: flex-end;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(3) .Thirdly_right div {
    align-items: flex-end;
    width: 90%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(3) .Thirdly_right div p:nth-of-type(1) {
    position: relative;
    top: -60px;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(3) .Thirdly_right div p:nth-of-type(2) {
    position: relative;
    top: -50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(3) .Thirdly_right div p:nth-of-type(2) img {
    position: relative;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(3) .Thirdly_right div p:nth-of-type(2) img:nth-of-type(1) {
    right: 65%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(3) .Thirdly_right div p:nth-of-type(2) img:nth-of-type(2) {
    margin-top: 10%;
    right: 5%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) {
    align-items: center;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_Left {
    width: 40%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_Left .vofloat {
    height: auto;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_Left .vofloat .Thirdly_List {
    height: auto;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_Left .vofloat .Thirdly_List a p span {
    display: block;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right {
    width: 54%;
    margin-top: 10%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right div {
    width: 100%;
    flex-direction: row;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right div p:nth-of-type(1) {
    position: relative;
    left: -5%;
    padding: 3% 0%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right div p:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 15%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right div p:nth-of-type(2) img:nth-of-type(1) {
    float: initial;
    position: relative;
    left: -10%;
  }
  #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right div p:nth-of-type(2) img:nth-of-type(2) {
    float: initial;
    margin-left: 2%;
  }
  #fullpage .section_Thirdly .Logout {
    width: 1376px;
    margin: 0 auto;
    height: 2.7%;
    margin-top: 5%;
    position: relative;
    background: url("../images/whline.png") top center no-repeat;
    background-size: 72% 100%;
    opacity: 0;
  }
  #fullpage .section_Thirdly .Logout a {
    font-size: 1rem;
    position: absolute;
    top: -100%;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s linear;
  }
  #fullpage .section_Thirdly .Logout a:nth-of-type(1) {
    left: 10.5%;
    color: #f3dfa4;
    font-weight: bold;
  }
  #fullpage .section_Thirdly .Logout a:nth-of-type(2) {
    left: 28.5%;
  }
  #fullpage .section_Thirdly .Logout a:nth-of-type(3) {
    left: 46.5%;
  }
  #fullpage .section_Thirdly .Logout a:nth-of-type(4) {
    left: 65%;
  }
  #fullpage .section_Thirdly .Logout .Icon {
    content: "";
    position: absolute;
    bottom: 0%;
    width: 166px;
    height: 81px;
    background: url("../images/whlogo.png") center center no-repeat;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-size: 100% 100%;
    z-index: 0;
  }
  #fullpage .section_Thirdly .Logout .origin span {
    position: absolute;
    left: 13.5%;
    top: 70%;
    width: 12px;
    height: 12px;
    background-color: #d60b0c;
    border-radius: 50%;
    transition: all 0.3s linear;
  }
  #fullpage .section_Thirdly .Logout .origin span:nth-of-type(1) {
    opacity: 0;
  }
  #fullpage .section_Thirdly .Logout .origin span:nth-of-type(2) {
    left: 31.5%;
    width: 14px;
    height: 14px;
  }
  #fullpage .section_Thirdly .Logout .origin span:nth-of-type(3) {
    left: 49.5%;
    width: 16px;
    height: 16px;
  }
  #fullpage .section_Thirdly .Logout .origin span:nth-of-type(4) {
    left: 67.5%;
    width: 18px;
    height: 18px;
  }
  #fullpage .section_Thirdly .Logout .back_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12%;
    top: 30%;
    background: url("../images/move.png") center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  #fullpage .section_Fourthly {
    background: url("../images/bg04.jpg") top center no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  #fullpage .section_Fourthly .Title p {
    background-color: #fee38f;
  }
  #fullpage .section_Fourthly .viode_Swiper {
    opacity: 0;
    overflow: hidden;
    margin-top: 8%;
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-button-prev,
  #fullpage .section_Fourthly .viode_Swiper .swiper-container-rtl .swiper-button-next,
  #fullpage .section_Fourthly .viode_Swiper .swiper-button-next,
  #fullpage .section_Fourthly .viode_Swiper .swiper-container-rtl .swiper-button-prev {
    left: 9%;
    right: auto;
    background: url("../images/yq/prev_icon.png") top center no-repeat;
    background-size: 100% 100%;
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-button-prev:after,
  #fullpage .section_Fourthly .viode_Swiper .swiper-container-rtl .swiper-button-next:after,
  #fullpage .section_Fourthly .viode_Swiper .swiper-button-next:after,
  #fullpage .section_Fourthly .viode_Swiper .swiper-container-rtl .swiper-button-prev:after {
    content: "";
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-button-next,
  #fullpage .section_Fourthly .viode_Swiper .swiper-container-rtl .swiper-button-prev {
    right: 9%;
    left: auto;
    transform: rotateZ(180deg);
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-button-next,
  #fullpage .section_Fourthly .viode_Swiper .swiper-button-prev {
    width: 1.72%;
    height: 7.2%;
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-wrapper {
    width: 100%;
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    position: relative;
    z-index: 9;
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-wrapper .swiper-slide .Viode_img {
    width: 100%;
    height: 70%;
    overflow: hidden;
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-wrapper .swiper-slide .Viode_img img {
    /* object-fit: cover; */
    height:450px;
    width: 100%;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-wrapper .swiper-slide .play_icon {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 20%;
    height: 30%;
    cursor: pointer;
    background: url("../images/play.png") center center no-repeat;
    background-size: 100%;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-wrapper .swiper-slide:hover .Viode_img img {
    transform: scale(1.1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-wrapper .swiper-slide:hover .play_icon {
    transform: scale(1.1) rotatez(360deg);
    background: url("../images/play02.png") center center no-repeat;
    background-size: 100%;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #fullpage .section_Fourthly .viode_Swiper .swiper-wrapper .swiper-slide .Viode_Text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    line-height: 1.657;
    padding: 0% 2%;
  }
  #fullpage .section_Fourthly .video_List .video_div {
    width: 80%;
    height: 90%;
    position: absolute;
    left: 10%;
    bottom: 5%;
    z-index: 99999;
    display: none;
  }
  #fullpage .section_Fourthly .video_List .video_div span {
    position: absolute;
    right: 2%;
    top: 2%;
    font-size: 1.125rem;
    z-index: 999999;
    color: #fff;
    cursor: pointer;
  }
  #fullpage .section_Fourthly .video_List .video_div .video {
    width: 100%;
    height: 100%;
    padding: 2% 0%;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    animation-duration: 0.8s;
    transform-origin: 50% 100%;
  }
  #fullpage .section_Fourthly .Footer {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 12%;
    font-size: 1rem;
    color: #ffea00;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  
  #fullpage_header {
    display: none;
  }
  #fullpage_header .Header_page {
    display: flex;
    margin: 5% auto;
  }
  #fullpage_header .Header_page p {
    background: #d60b0c;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0% 1%;
    margin-left: 1%;
  }
  #fullpage_header .Header_Frist {
    width: 100%;
    background: url("../images/bg01.jpg") top center no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #fullpage_header .Header_Frist .Sy_HeaderLogo {
    width: 60%;
    height: auto;
    margin: 10% auto;
    margin-top: -20%;
  }
  #fullpage_header .Header_Frist .Sy_HeaderLogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #fullpage_header .Header_Frist .Header_Theme {
    width: 90%;
    height: auto;
  }
  #fullpage_header .Header_Frist .Header_Theme img {
    width: 100%;
    height: 100%;
  }
  #fullpage_header .Header_Frist .Timer_HeaderShaft {
    font-size: 1.625rem;
    color: #f7db9f;
    margin-top: 10%;
  }
  #fullpage_header .Header_Second {
    background: url("../images/bg02.jpg") top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2% 4%;
  }
  #fullpage_header .Header_Second .HeaderTrends_Swiper {
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 1.5%;
  }
  #fullpage_header .Header_Second .HeaderTrends_Swiper .swiper-slide {
    height: 100%;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  #fullpage_header .Header_Second .HeaderTrends_Swiper .swiper-slide .Frame {
    border: 1px solid #bc1e21;
    background-color: #fefaf1;
    height: 75%;
    padding: 3%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #fullpage_header .Header_Second .HeaderTrends_Swiper .swiper-slide .Frame img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #fullpage_header .Header_Second .HeaderTrends_Swiper .swiper-slide .Trends_Img {
    height: 5rem;
    background: url("../images/listico.png") no-repeat top left;
    background-size: 100% 100%;
    padding-left: 18%;
    padding-right: 2%;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
  }
  #fullpage_header .Header_Second .Header_List {
    margin: 2% auto;
    display: flex;
    flex-direction: column;
  }
  #fullpage_header .Header_Second .Header_List a {
    width: 100%;
    display: flex;
    height: 5rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5%;
  }
  #fullpage_header .Header_Second .Header_List a p:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #bc1e21;
    color: #fff;
    width: 16%;
    margin-right: 2%;
  }
  #fullpage_header .Header_Second .Header_List a p:nth-of-type(1) span {
    font-size: 0.875rem;
  }
  #fullpage_header .Header_Second .Header_List a p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 1.625rem;
  }
  #fullpage_header .Header_Second .Header_List a p:nth-of-type(2) {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 2.1;
    font-size: 1.125rem;
  }
  #fullpage_header .Header_Second .Header_List a::after {
    content: " ";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 0%;
    height: 3px;
    background-color: #bc1e21;
    transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #fullpage_header .Header_Second .Header_List a:hover::after {
    width: 95%;
    transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #fullpage_header .Header_Thirdly {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/yq/Wh_Thirdlybackground.png") #fefaf1 top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 2% 4%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page {
    width: 100%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right {
    width: 100%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div {
    padding-bottom: 8%;
    margin-bottom: 5%;
    width: 100%;
    height: auto;
    background: #d60b0c;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div p {
    width: 100%;
    margin: 0 auto;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div .Temp_Text {
    width: 90%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div .Temp_Text img:nth-of-type(2) {
    width: auto;
    float: right;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div .Temp_Texd {
    width: 28%;
    margin-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div:nth-of-type(2) {
    margin-bottom: 0%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div:nth-of-type(2) p {
    margin-top: 3%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div:nth-of-type(2) p:nth-of-type(2) img {
    width: 45%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_right div:nth-of-type(2) p:nth-of-type(2) img:nth-of-type(2) {
    margin-top: 10%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_Left .Year_Time {
    font-size: 2.5rem;
    font-weight: bolder;
    color: #ad7100;
    margin: 3% 0%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_Left .Header_vofloat .HeaderThirdly_List a {
    font-size: 1.25rem;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_Left .Header_vofloat .HeaderThirdly_List a p:nth-of-type(1) {
    color: #ad7100;
    margin-top: 3%;
  }
  #fullpage_header .Header_Thirdly .HeaderPublic_page .HeaderThirdly_Left .Header_vofloat .HeaderThirdly_List a p:nth-of-type(2) {
    text-indent: 5%;
    color: #3d2f28;
    line-height: 2.1;
  }
  #fullpage_header .Header_Fourthly {
    background: url("../images/bg04.jpg") top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2% 4%;
  }
  #fullpage_header .Header_Fourthly .Header_page3 p {
    background: #fee38f;
  }
  #fullpage_header .Header_Fourthly .Header_Swiper {
    overflow: hidden;
    margin-top: 6%;
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-button-prev,
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-container-rtl .swiper-button-next,
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-button-next,
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-container-rtl .swiper-button-prev {
    top: 45%;
    left: 9%;
    right: auto;
    background: url("../images/yq/prev_icon.png") top center no-repeat;
    background-size: 100% 100%;
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-button-prev:after,
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-container-rtl .swiper-button-next:after,
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-button-next:after,
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-container-rtl .swiper-button-prev:after {
    content: "";
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-button-next,
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-container-rtl .swiper-button-prev {
    right: 9%;
    left: auto;
    transform: rotateZ(180deg);
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-button-next,
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-button-prev {
    width: 7.72%;
    height: 8.2%;
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-wrapper {
    width: 100%;
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    position: relative;
    z-index: 9;
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-wrapper .swiper-slide .Viode_img {
    width: 100%;
    height: 70%;
    overflow: hidden;
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-wrapper .swiper-slide .Viode_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-wrapper .swiper-slide .play_icon {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 20%;
    height: 30%;
    cursor: pointer;
    background: url("../images/play.png") center center no-repeat;
    background-size: 100%;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-wrapper .swiper-slide:hover .Viode_img img {
    transform: scale(1.1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-wrapper .swiper-slide:hover .play_icon {
    transform: scale(1.1) rotatez(360deg);
    background: url("../images/play02.png") center center no-repeat;
    background-size: 100%;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #fullpage_header .Header_Fourthly .Header_Swiper .swiper-wrapper .swiper-slide .Viode_Text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    line-height: 1.657;
    padding: 0% 2%;
  }
  #fullpage_header .Header_Fourthly .video_List .video_div {
    width: 90%;
    height: 100%;
    position: absolute;
    left: 5%;
    bottom: -20%;
    z-index: 99999;
    display: none;
  }
  #fullpage_header .Header_Fourthly .video_List .video_div span {
    position: absolute;
    right: 2%;
    top: 2%;
    font-size: 1.125rem;
    z-index: 999999;
    color: #fff;
    cursor: pointer;
  }
  #fullpage_header .Header_Fourthly .video_List .video_div .video {
    width: 100%;
    height: 40%;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    animation-duration: 0.8s;
    transform-origin: 50% 100%;
  }
  #fullpage_header .Header_Fourthly .Footer {
    width: 100%;
    margin: 10%;
    font-size: 1rem;
    color: #ffea00;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #fullpage_header .Header_Fourthly .Footer p {
    text-align: center;
    line-height: 1.815;
  }
  
  @media (min-width: 1920px) {
    #fullpage .section_Fourthly .viode_Swiper {
      opacity: 0;
      overflow: hidden;
      margin-top: 9%;
    }
  }
  @media (max-width: 1700px) {
    #fullpage .section_Fourthly .viode_Swiper {
      width: 72%;
    }
  
    #fullpage .section_Thirdly .Logout {
      margin-top: 5%;
    }
  
    #fullpage .btn {
      bottom: 2%;
    }
  }
  @media (max-width: 1600px) {
    * {
      font-size: 14px;
    }
  
    #fullpage .contain {
      width: 72%;
      margin: 0 auto;
    }
  
    #fullpage .btn {
      height: 40px;
      width: 45px;
    }
    #fullpage .btn img {
      width: 100%;
      height: 100%;
    }
  
    #fullpage .section_Thirdly .Logout {
      margin-top: 6%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right div p:nth-of-type(2) {
      top: -30px;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right {
      width: 40%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_Left {
      width: 55%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right div p:nth-of-type(1) {
      top: -50px;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(3) .Thirdly_right div p:nth-of-type(2) {
      top: -40px;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(3) .Thirdly_right div p:nth-of-type(1) {
      top: -45px;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) p:nth-of-type(2) img:nth-of-type(1) {
      width: 90%;
      height: auto;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(2) p:nth-of-type(2) img:nth-of-type(1) {
      width: 35%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(1) .Thirdly_right div:nth-of-type(1) {
      width: 60%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(1) .Thirdly_right div:nth-of-type(2) {
      width: 55%;
      right: 15%;
      bottom: -60%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right div:nth-of-type(1) p:nth-of-type(2) img:nth-of-type(1) {
      width: auto;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_Left .Prompt_Icon::after {
      left: 8%;
    }
  }
  @media (max-width: 1600px) and (m-height: 1024px) {
    #fullpage .section_Thirdly .Public_page {
      margin-top: 5%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right {
      width: 54%;
      margin-top: 0%;
    }
  
    #fullpage .section_Fourthly .viode_Swiper {
      margin-top: 9%;
    }
  }
  @media (max-width: 1400px) {
    * {
      font-size: 12px;
    }
  
    #fp-nav.fp-right {
      right: 4%;
    }
  
    #fp-nav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li a.active span,
  .fp-slidesNav ul li:hover a.active span {
      height: 35px;
      width: 70px;
    }
  
    #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
      height: 35px;
      width: 70px;
    }
  
    #fp-nav ul li,
  .fp-slidesNav ul li {
      margin: 5px 0%;
    }
  
    #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span {
      height: 35px;
      width: 70px;
    }
  
    #fullpage .section_First .Sy_Logo {
      margin-top: 3%;
    }
    #fullpage .section_First .Sy_Logo img {
      width: auto;
      height: 100%;
    }
  
    #fullpage .Title {
      height: 8%;
      margin: 2% auto;
    }
    #fullpage .Title img {
      height: 100%;
      width: auto;
    }
  
    #fullpage .Title p {
      height: 100%;
    }
    #fullpage .Title p img {
      width: auto;
      height: 100;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_Left .Year_Time {
      font-size: 3.5rem;
    }
  
    #fullpage .section_Thirdly .Logout {
      margin-top: 8%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right {
      width: 30%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_Left {
      width: 60%;
    }
  
    #fullpage .section_Thirdly .Logout .Icon {
      width: 140px;
      height: 70px;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_right div:nth-of-type(1) p:nth-of-type(2) img:nth-of-type(1) {
      width: 75%;
    }
  
    #fullpage .section_Thirdly .Logout {
      margin-top: 4%;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_right {
      width: 40%;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_Left {
      width: 55%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right div:nth-of-type(1) p:nth-of-type(2) img:nth-of-type(1) {
      width: 40%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_right {
      margin-top: 0%;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_Left .Prompt_Icon::after {
      left: 7%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(4) .Thirdly_Left .Prompt_Icon::after {
      left: 10%;
    }
  }
  @media screen and (max-width: 1300px) and (max-height: 1024px) {
    #fullpage .section_First .Theme {
      height: 20%;
    }
  
    #fullpage .section_First .Sy_Logo {
      margin-top: 8%;
      height: 24%;
    }
  
    #fullpage .section_Second .Trends_Swiper {
      height: 30%;
      margin: 3% auto;
    }
  
    #fullpage .Title {
      height: 6%;
      margin: 3% auto;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_right {
      width: 60%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(1) {
      align-items: center;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_Left {
      width: 35%;
    }
  
    #fullpage .section_Thirdly .Logout {
      margin-top: 8%;
    }
  
    #fullpage .section_Thirdly .Logout {
      margin-top: 8%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right {
      width: 50%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_Left {
      width: 40%;
    }
  
    #fullpage .section_Fourthly .viode_Swiper {
      opacity: 0;
      overflow: hidden;
      margin-top: 14%;
    }
  }
  @media screen and (max-width: 1300px) and (max-height: 960px) {
    #fullpage .section_Thirdly .Logout {
      margin-top: 12%;
    }
  }
  @media screen and (max-width: 1300px) and (max-height: 800px) {
    #fullpage .section_First .Sy_Logo {
      margin-top: 4%;
      height: 30%;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_right {
      width: 45%;
    }
  
    #fullpage .section_Thirdly .Public_page .Thirdly_Left {
      width: 50%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_right {
      width: 35%;
    }
  
    #fullpage .section_Thirdly .Public_page:nth-of-type(2) .Thirdly_Left {
      width: 58%;
    }
  
    #fullpage .section_Fourthly .viode_Swiper {
      margin-top: 7%;
    }
  
    #fullpage .section_Thirdly .Logout .back_icon {
      top: 0%;
    }
  }
  @media screen and (max-width: 1300px) and (max-height: 768px) {
    #fullpage .contain {
      margin-top: 4%;
    }
  
    #fullpage .section_Thirdly .Logout {
      margin-top: 10%;
    }
  }
  @media screen and (max-width: 1300px) and (max-height: 720px) {
    #fullpage .section_First .Sy_Logo {
      margin-top: 3%;
    }
  
    #fullpage .section_First .Theme {
      margin-top: 1%;
    }
  
    #fullpage .contain {
      margin-top: -2%;
    }
  }
  @media screen and (max-width: 1200px) and (max-height: 1024px) {
    #fullpage .section_First .Theme {
      margin-top: 5%;
    }
  
    #fullpage .section_Thirdly .Logout {
      margin-top: 10%;
    }
  
    #fullpage .contain {
      margin-top: 8%;
    }
  
    #fullpage .section_Fourthly .viode_Swiper {
      margin-top: 12%;
    }
  }
  @media screen and (max-width: 1024px) and (max-height: 768px) {
    #fullpage .contain {
      margin-top: -2%;
    }
  }
  @media screen and (max-width: 1000px) {
    * {
      font-size: 14px;
    }
  
    #fullpage {
      display: none;
    }
  
    #fp-nav {
      display: none;
    }
  
    #fullpage_header {
      display: block;
    }
  }
  @media screen and (max-width: 320px) {
    * {
      font-size: 12px;
    }
  }