*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;}html{-webkit-text-size-adjust:none;}body{color:#030303;overflow-x:hidden;-webkit-overflow-scrolling:touch;font-family:"Microsoft Yahei",Arial,sans-serif;margin:0;padding:0;font-size:1.8rem;}dl,ul,ol{list-style:none}body,dd,dl,dt,h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0;font-weight:normal;}a{background:0 0;text-decoration:none;-webkit-tap-highlight-color:transparent;color:#24aec5;}a:active{outline:0;-webkit-tap-highlight-color:transparent;}em,i{font-style:normal;color:#030303;}img{border:0;vertical-align:middle}[v-cloak]{display:none;}
::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaa;
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ccc;
  -webkit-box-shadow: none;
}
.container{
  width: 100%;
  letter-spacing: .1rem;
}

.banner{
  width: 100%;
  height: 100%;
}

.top{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 13.8rem;
  z-index: 10;
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.logo{
  width: 4rem;
  float: left;
  padding-left: 15rem;
  padding-top: 3.8rem;
}
.logo img{
  width: 24.2rem;
  height: 6.2rem;
}
.nav{
  float: right;
  width: 120rem;
  height: 13.8rem;
  padding-right: 10.8rem;
}
.nav a{
  color: #fff;
}
.nav li{
  float: right;
  line-height: 13.8rem;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 0 3.2rem;
  position: relative;
}

.nav li.select, .nav li:hover{
  font-size: 2.5rem;
  position: relative;
}
.nav li.select::before, .nav li:hover::before{
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  display: block;
  content: '';
  background: #EE9700;
  width: 5.8rem;
  height: .2rem;
}
.nav li div{
  position: fixed;
  width: 100%;
  height: 4.4rem;
  line-height: 4.4rem;
  left: 0;
  top: 10.5rem;
  display: none;
  background: rgba(0, 0, 0, .5);
  z-index: 11;
  padding-right: 5rem;
}
.nav li:hover div{
  display: block;
}
.nav li li{
  padding: 0 1.4rem;
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.nav li li:hover{
  font-size: 2rem;
}
.nav li li a:hover, .nav li li.selected a{
  color: #EE9700;
  font-size: 2rem;
}
.nav li li:hover::before{
  display: none;
}

.language{
  position: absolute;
  right: 5.6rem;
  top: 5.3rem;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/ln.png) no-repeat;
  background-size: 3.5rem 3.5rem;
  cursor: pointer;
}

.cookies{
  width: 100%;
  height: 11.8rem;
  background: #F0F0F0;
  padding: 0 8rem;
  padding-top: 2.4rem;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, .3);
}

.cookies p{
  line-height: 3.4rem;
  font-size: 1.6rem;
}
.cookies p b{
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 1rem;
  text-decoration: underline;
}
.cookies span{
  display: block;
  width: 32.2rem;
  height: 5.8rem;
  float: right;
  margin-top: 0.6rem;
  font-size: 1.6rem;
  border: 1px solid #606060;
  text-align: center;
  line-height: 5.6rem;
  cursor: pointer;
}
.cookies span:nth-child(1){
  background: #282828;
  color: #fff;
}
.cookies span:nth-child(2){
  margin-right: 2.8rem;
}
.cookies span:last-child{
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 8.8rem;
  line-height: 3rem;
  text-align: center;
  border: none;
}

.footer{
  width: 100%;
  height: 37rem;
  background: #0A1632;
  position: relative;
}
.bottom{
  width: 122.2rem;
  margin: 0 auto;
  padding-top: 4rem;
}
.code{
  width: 27rem;
  text-align: center;
  padding-top: 0.8rem;
  float: right;
}
.code img{
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
}
.code h5{
  width: 100%;
  line-height: 3.6rem;
  font-size: 1.5rem;
  color: #9399A5;
  text-align: left;
  padding-left: 1.2rem;
}
.bottominfo{
  float: left;
  height: 30rem;
}
.w1{
  width: 23rem;
}
.w2{
  width: 28.8rem;
}
.w3{
  width: 20.5rem;
}
.w4{
  width: 17rem;
}
.bottominfo h3{
  height: 5rem;
  line-height: 5rem;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.bottominfo h3::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.8rem;
  height: 2px;
  background: #936B00;
}
.bottominfo p{
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #9399A5;
  cursor: pointer;
}
.bottominfo p a{
  color: #9399A5;
}
.gotop{
  position: fixed;
  bottom: 11.8rem;
  right: 11.8rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(204, 204, 204, .6) url(../images/totop.png) no-repeat center;
  background-size: 2.5rem 2.5rem;
  z-index: 99;
  display: none;
}
.icp{
  width: 100%;
  height: 3.4rem;
  line-height: 3.3rem;
  border-top: 1px solid #3D3F42;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  color: #60656F;
  text-align: center;
}

.mask{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  z-index: 3;
  display: none;
}
.titleh2{
  width: 100%;
  font-size: 3.5rem;
  text-align: center;
}

@keyframes moveUp {
  0% { transform: translateY(5rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes moveDown {
  0% { transform: translateY(-5rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes moveLeft {
  0% { transform: translateX(5rem); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes moveRight {
  0% { transform: translateX(-5rem); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
.code_phone{
  color: white;
  font-size: 3.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.code_phone span{
  margin-left: 1rem;
}
.footer-social-platform {
  display: flex;
  margin-top: 25px;
  position: relative;
  padding-left: 2rem;
}
.footer-social-platform .footer-social-platform-item>img{
  width: 3.6rem;
  height: 3.6rem;
}
.footer-social-platform .footer-social-platform-item:not(:first-child){
  margin-left: 2rem;
}
.footer-social-platform .footer-social-platform-item:hover  .footer-social-platform-code-item{
  display: flex;
}
.footer-social-platform .footer-social-platform-code-item {
  position: relative;
  display: none;
}
.footer-social-platform .footer-social-platform-code-item div {
  text-align: center;
  color: black;
  width: 10rem;
}
.footer-social-platform .footer-social-platform-code-item div img{
  width: 10rem;
  height: 10rem;
}
.footer-social-platform .ThreeCode {
  width: 38rem;
  height: 16.8rem;
  position: absolute;
  top: -16.5rem;
  left: -14.6rem;
  background-image: url(../images/FooterCodeBackground2.png);
  background-repeat: no-repeat;
  background-size: 38rem;
  font-size: 1.5rem;
  z-index: 999;
}
.footer-social-platform .ThreeCode div{
  margin-top: 1.5rem;
  margin-left: 2.0rem;
}
.footer-social-platform .oneCode {
  width: 15.0rem;
  height: 18.6rem;
  position: absolute;
  top: -18.0rem;
  left: var(--i);
  background-image: url(../images/FooterCodeBackground.png);
  background-repeat: no-repeat;
  background-size: 15.0rem;
  font-size: 1.5rem;
  z-index: 999;
}
.footer-social-platform .oneCode div{
  margin-top: 2.0rem;
  margin-left: 2.5rem;
}