  ﻿#superContainer {
 height: 100%;
 position: relative;
 /* Touch detection for Windows 8 */
 -ms-touch-action: none;
 /* IE 11 on Windows Phone 8.1*/
 touch-action: none;
}

.main_wrapper{

  width: 100%;
}
.section_page{
  width: 1840px;
  margin: 0 auto;
}
.main_fullpage .section{
  overflow: hidden;
}
.side_menu{
  display: none;
}
.linkmap{
  display: none;
}
.header{
  display: none;
}
.header_wrapper .header{
  display: block;
}

/*page1*/
.section_page1{
  background: url(/Sites/Uploaded/UserUpLoad/20211108/20211108163626.jpg)no-repeat;
  background-size: cover;
  height: 100%;
}
.section_page1{
  position: relative;
}
.page1_img{
  position: absolute;
  top: 194px;
  left: 50%;
  margin-left: -598px;
  margin-top: -100px;
  animation: fadeInDownFirst 0.5s forwards 1s;
}
.page1_p{
  width: 1000px;
  margin: 20px auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  text-shadow: 0px 0px 45px #000000;
  text-align: center;
  position: absolute;
  top: 462px;
  left: 50%;
  margin-left: -472px;
  margin-top: 100px;
  animation: fadeInUpFirst 0.5s forwards 1s;
}
.page1_p,.page1_img{
 opacity: 0;
 transition: all 1s;
 -webkit-transition: all 1s;
}
.active .page1_p,.active .page1_img{
  margin-top: 0;
 transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
/*page1*/
/*page2*/
.section_page2{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109170204.jpg)no-repeat;
  background-size: cover;
  padding: 0 140px 0 160px;
  box-sizing: border-box;
}
.page_info{
  width: 515px;
  margin-top: 220px;
}
.page_infoH2{
  font-size: 30px;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 20px;
}

.page_infoH2::after{
  content: "";
  display: block;
  width: 86px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
}
.page_infoP{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 50px;
}
.page_infoA{
  display: block;
}
.page_infoA .infoA_con{
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 50px;
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109102501.png)no-repeat;
  background-size: cover;
}
.page_infoA:hover .infoA_con{
  color: #F6D555;
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109163930.png)no-repeat;
}
.page2_right{
  width: 920px;
}
.modul_ul{
  width: 455px;
  padding-top: 160px;
}
.modul_li .modul_liWra{
  width: 100%;
  height: 260px;
  padding: 10px 28px 0 115px;
  box-sizing: border-box;
  position: relative;
}
.modul_liH2{
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
}
.modul_liSpan{
	font-size: 40px;
 position: absolute;
 opacity: 0.2;
 left: 80px;
 top: -16px;
}
.modul_liP{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 36px;
  margin-top: 25px;
}
.modul_li1 .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109112505.png) no-repeat left top;
}
.modul_li2 .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109112927.png) no-repeat left top;
}
.modul_li3 .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113014.png) no-repeat left top;
}
.modul_li4 .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113037.png) no-repeat left top;
}
.modul_li5 .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113107.png) no-repeat left top;
}
.modul_li6 .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113118.png) no-repeat left top;
}

.modul_li1:hover .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113457.png) no-repeat left top;
}
.modul_li2:hover .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113532.png) no-repeat left top;
}
.modul_li3:hover .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113734.png) no-repeat left top;
}
.modul_li4:hover .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113800.png) no-repeat left top;
}
.modul_li5:hover .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113812.png) no-repeat left top;
}
.modul_li6:hover .modul_liWra{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109113823.png) no-repeat left top;
}
.modul_li:hover .modul_liH2{
  color: #F6D555;
  border-bottom: 1px solid rgba(246, 213, 85, 0.4);
  width: 100%;
  padding-bottom: 25px;
}
.modul_li:hover .modul_liH2::after{
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: -2px;
  background: #F6D555;
}
.modul_li:hover .modul_liP{
  color: rgba(246, 213, 85, 0.6);
}

.modul_li::before{
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  position: absolute;
  left: 42px;
  top: -160px;
  background:  rgba(255, 255, 255, 0.2);
}

.modul_li3::after,.modul_li6::after{
  content: "";
  display: block;
  width: 1px;
  height: 210px;
  position: absolute;
  left: 42px;
  bottom: -45px;
  background:  rgba(255, 255, 255, 0.2);
}

.page_left {
	padding-top: 120px;
}
.page_leftImg{
	width: 200px;
}

.page_leftImg,.page_infoH2,.page_infoP,.page_infoA,.modul_li{
  transform: translateY(-100px);
  transition: all 1s;
 -webkit-transition: all 1s;
  opacity: 0;
}

.active .page_leftImg{
  opacity: 1;
  transform: translateY(0px);
 transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.active .page_infoH2{
  opacity: 1;
  transform: translateY(0px);
 transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.active .page_infoP{
  opacity: 1;
  transform: translateY(0px);
 transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
.active .page_infoA{
  opacity: 1;
  transform: translateY(0px);
 transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}
.active .modul_li{
  opacity: 1;
  transform: translateY(0px);
 transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.active .modul_li.modul_li2,.active .modul_li.modul_li5{
 transition-delay: 0.8s;
  -webkit-transition-delay:  0.8s;
}
.active .modul_li.modul_li3,.active .modul_li.modul_li6{
 transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
/*page2*/
/*page3*/
.section_page3{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109170133.jpg)no-repeat;
  background-size: cover;
  padding: 0 0 0 160px;
  box-sizing: border-box;
}
.page3_right{
  width: 1040px;
  height: 100%;
}
.page3_ul{
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.page3_li{
  width: 33.3%;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.page3_li a.page3_liA{
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 210px 42px 40px 50px;
}
.page3_liH2{
  font-size: 48px;
  color: #FFFFFF;
  padding-bottom: 25px;
}
.page3_liBtm{
  position: relative;
  transition: all 0.3s;
}
.page3_liBtmWra{
  padding-top: 40px;
  position: relative;
  transition: all 0.3s;
}
.page3_liBtm::before{
  width: 40px;
  height: 3px;
  background: #FFFFFF;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.3s;
}
.page3_liBtm::after{
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 1px;
  left: 0;
  transition: all 0.3s;
}

.page3_liH3{
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.page3_liP{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 36px;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.page3_liDiv{
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 30px;
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109102501.png)no-repeat;
  background-size: cover;
}
.page3_liDiv:hover{
  color: #F6D555;
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109163930.png)no-repeat;
  transition: all 0.3s;
}
.page3_li:hover .page3_liH2{
  color: #F6D555;
}
.page3_li:hover .page3_liH3{
  transition: all 0.3s;
  color:rgba(246, 213, 85, 0.8);
}
.page3_li:hover .page3_liP{
  transition: all 0.3s;
  color:rgba(246, 213, 85, 0.6);
}
.page3_li:hover a.page3_liA{
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.03);
}
.page3_li:hover .page3_liBtmWra{
  padding-top: 0;
  padding-left: 40px;
  transition: all 0.3s;
}
/*.page3_li:hover .page3_liBtm::before{
  height: 40px;
  width: 3px;
  background: rgba(246, 213, 85, 0.8);
  left: 0;
  transition: all 0.3s;
}
.page3_li:hover .page3_liBtm::after{
  width: 1px;
  height: 100%;
  background: rgba(246, 213, 85, 0.2);
  left: 1px;
  transition: all 0.3s;
}*/
.page3_liBtmWra::before{
  content: "";
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: 40px;
  width: 3px;
  background: rgba(246, 213, 85, 0.8);
  transition: all 0.3s;
}
.page3_liBtmWra::after{
  content: "";
  display: none;
  position: absolute;
  top: 1px;
  width: 1px;
  height: 100%;
  background: rgba(246, 213, 85, 0.2);
  left: 1px;
  transition: all 0.3s;
}
.page3_li:hover .page3_liBtmWra::before,
.page3_li:hover .page3_liBtmWra::after{
 transition: all 0.3s;
 display: block;
}
.page3_li:hover .page3_liBtm::before,
.page3_li:hover .page3_liBtm::after{
 display: none;
 transition: all 0.3s;
}



.page3_li{
  transform: translateX(100px);
  transition: all 1s;
 -webkit-transition: all 1s;
  opacity: 0;
}
.active .page3_li{
  opacity: 1;
  transform: translateX(0px);
 transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.active .page3_li.page3_li2{
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.active .page3_li.page3_li3{
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

/*page3*/
/*page4*/
.section_page4{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109170122.jpg)no-repeat;
  background-size: cover;
  padding: 0 0 0 160px;
  box-sizing: border-box;
}
.page4_right{
  height: 100%;
}

.page4_party{
  width: 1000px;
  height: 100%;
background: rgba(255,255,255,0.03);
}
.party_top{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.party_com{
  height: 50%;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 190px 80px 205px;
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109181415.png)no-repeat 155px 60px;
}
.party_comH2{
  font-size: 24px;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.party_comP{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 36px;
  padding-top: 30px;
  position: relative;
}
.party_comP::before{
  width: 40px;
  height: 3px;
  background: #FFFFFF;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
.party_comP::after{
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 1px;
  left: 0;
}
.party_comUl{
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.party_comLi{
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109102501.png)no-repeat;
  background-size: cover;
}
.party_btm:hover{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109182507.png)repeat-y left center;
}
.party_btm:hover .party_comH2{
  color:rgba(246, 213, 85, 0.8);
}
.party_btm:hover .party_comP{
  color:rgba(246, 213, 85, 0.6);
}
.party_btm:hover .party_comLi{
  color: #F6D555;
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109163930.png)no-repeat;
}
.party_btm:hover .party_comP::before{
  background: rgba(246, 213, 85, 0.8);
}
.party_btm:hover .party_comP::after{
  background: rgba(246, 213, 85, 0.2);
}

.party_btm{
  height: 50%;
  transform: translateY(-100px);
  transition: all 1s;
 -webkit-transition: all 1s;
  opacity: 0;
}
.active .party_btm.party_top{
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.active .party_btm{
  opacity: 1;
  transform: translateY(0px);
 transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
/*page4*/

/*page5*/
.section_page5{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109170055.jpg)no-repeat;
  background-size: cover;
  padding: 0 0 0 160px;
  box-sizing: border-box;
}
.page5_right{
  width: 1040px;
  height: 100%;
}
.page5_Ul{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.page5_Li{
  width: 50%;
  height: 100%;
}
.page5_LiDiv{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 128px 48px 40px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.page5_LiH2{
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
}
.page5_LiH2::before{
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background: #FFFFFF;
  position: absolute;
  left: -42px;
  top: 0;
}
.page5_LiP{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 36px;
  margin-top: 25px;
}

.page5_Li1 .page5_LiDiv{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109184358.png)no-repeat 40px 84%; 
}
.page5_Li2 .page5_LiDiv{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109184457.png)no-repeat 40px 78%; 
}
.page5_Li1:hover .page5_LiDiv{
  background: url(/Sites/Uploaded/UserUpLoad/20211110/20211110104619.png)no-repeat 40px 84%;
}
.page5_Li2:hover .page5_LiDiv{
  background: url(/Sites/Uploaded/UserUpLoad/20211110/20211110104635.png)no-repeat 40px 78%;
}
.page5_Li{
  transform: translateX(100px);
  transition: all 1s;
 -webkit-transition: all 1s;
  opacity: 0;
}

.active .page5_Li{
  opacity: 1;
  transform: translateX(0px);
 transition-delay: 0.6s;
  -webkit-transition-delay:  0.6s;
}
.active .page5_Li.page5_Li2{
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
/*page5*/

.right_menu{
 width: 122px;
  height: 304px;
  background: url(/Sites/Uploaded/UserUpLoad/20211110/20211110183037.png)no-repeat;
  background-size: cover;
  position: fixed;
  right: 10px;
  top: 33%;
  z-index: 1111;
  padding-top: 60px;
  box-sizing: border-box;
  transform: translateX(100px);
  transition: all 1s;
 -webkit-transition: all 1s;
  opacity: 0;
}
.active.right_menu{
  opacity: 1;
  transform: translateX(0px);
}
.menu_li{
  width: 100%;
  line-height: 46px;
  text-align: center;
}
.menu_liA{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.menu_li:hover .menu_liA{
  color: #FFFFFF;
}
.menu_liTop{
  position: absolute;
  bottom: 0;
  height: 46px;
  cursor: pointer;
}
.menu_liTop .menu_liA{
  display: block;
  width: 100%;
  height: 100%;
}
.fp-height-auto{
  height: auto !important;
}





@-webkit-keyframes fadeInUpFirst {
  0% {
 opacity: 0;
 -webkit-transform: translate3d(0,100%,0);
 transform: translate3d(0,100%,0)
  }

  100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
  }
}

@keyframes fadeInUpFirst {
  0% {
 opacity: 0;
 -webkit-transform: translate3d(0,100%,0);
 transform: translate3d(0,100%,0)
  }

  100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
  }
}

.fadeInUpFirst {
  -webkit-animation-name: fadeInUpFirst;
  animation-name: fadeInUpFirst
}

@-webkit-keyframes fadeInDownFirst {
  0% {
 opacity: 0;
 -webkit-transform: translate3d(0,-100%,0);
 transform: translate3d(0,-100%,0)
  }

  100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
  }
}

@keyframes fadeInDownFirst {
  0% {
 opacity: 0;
 -webkit-transform: translate3d(0,-100%,0);
 transform: translate3d(0,-100%,0)
  }

  100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
  }
}

.fadeInDownFirst {
  -webkit-animation-name: fadeInDownFirst;
  animation-name: fadeInDownFirst
}


@media screen and (max-width:1400px){
  .section_page{
 width: 100%;
  }
  .page1_img{
 top: 50px;
  }
  .page1_p{
 top: 320px;
  }
  .section_page2{
  padding: 0 60px;
}
.page_left {
	padding-top: 50px;
}
.page_leftImg{
 width: 140px;
}
.page_info{
  width: 400px;
  margin-top: 100px;
}
.page_infoH2{
  font-size: 26px;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 20px;
}

.page_infoH2::after{
  content: "";
  display: block;
  width: 86px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
}
.page_infoP{
   font-size: 16px;
   line-height: 30px;
   margin-top: 20px;
}

.page_infoA .infoA_con{
  margin-top: 20px;
}

.page2_right{
  width: 800px;
}
.modul_ul{
  width: 400px;
  padding-top: 40px;
}
.modul_li .modul_liWra{
  height: 210px;
  padding: 10px 28px 0 115px;
}
.modul_liH2{
  font-size: 22px;
}
.modul_liP{
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.modul_li:hover .modul_liH2{
  color: #F6D555;
  border-bottom: 1px solid rgba(246, 213, 85, 0.4);
  width: 100%;
  padding-bottom: 25px;
}


.modul_li::before{
  height: 120px;
  top: -122px;
}

.modul_li3::after,.modul_li6::after{
  height: 124px;
  bottom: 0px;
}
.section_page3{
  padding: 0 40px 0 60px;
}
.page3_right{
  width: 800px;
}

.page3_li a.page3_liA{
  padding: 60px 20px 40px 30px;
}
.page3_liH2{
  font-size: 40px;
  padding-bottom: 20px;
}
.page3_liBtm{
  padding-top: 40px;
}

.page3_liH3{
  font-size: 24px;
  margin-bottom: 30px;
}
.page3_liP{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.section_page4{
  padding: 0px 40px  0 60px;
}
.page4_party{
  width: 820px;
  height: 100%;
}
.party_com{
  padding: 60px 100px 50px 139px;
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109181415.png)no-repeat 106px 30px;
}
.party_comH2{
  font-size: 24px;
  padding-bottom: 30px;
}
.party_comP{
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}


.party_comUl{
  margin-top: 20px;
}


.section_page5{
  padding: 0 40px 0 60px;
}
.page5_right{
  width: 800px;
  height: 100%;
}
.page5_LiDiv{
  padding: 50px 48px 40px 40px;
}
.page5_LiP{
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.page5_Li1 .page5_LiDiv{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109184358.png)no-repeat 40px 84%;
  background-size: 58%;
}
.page5_Li2 .page5_LiDiv{
  background: url(/Sites/Uploaded/UserUpLoad/20211109/20211109184457.png)no-repeat 40px 78%; 
  background-size: 30%;
}
.page5_Li1:hover .page5_LiDiv{
  background: url(/Sites/Uploaded/UserUpLoad/20211110/20211110104619.png)no-repeat 40px 84%;
  background-size: 58%;
}
.page5_Li2:hover .page5_LiDiv{
  background: url(/Sites/Uploaded/UserUpLoad/20211110/20211110104635.png)no-repeat 40px 78%;
  background-size: 30%;
}




} 