* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background-color: #000;
}

body {
  font-family: Microsoft YaHei,PingFang SC,Arial,Segoe UI,Lucida Grande,Helvetica,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;
}
.w1000 {
  max-width: 30%;
  margin: 0 auto;
  position: relative;
  z-index: 90
}

.w1200 {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 90
}

.w1300 {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 90
}

.w1400 {
  max-width: 80%;
  margin: 0px auto;
  position: relative;
  z-index: 90
}

.w1500 {
  max-width: 100%;
  margin: 54px auto;
  position: relative;
  z-index: 90
}

.xiao9-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.xiao9-content {
  width: 100%;
  height: 100%;
  /* min-width: 1280px; */
  position: absolute;
}

.xiao9-content {
  padding-left: 2%;
  padding-right: 2%;
}

.xiao9-content {
  background: url(../images/bg-1.jpg) no-repeat center top;
  background-size: 100% auto;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 200px;
  position: absolute;
}

.pc-img-change{
  height: auto;
  width: 70%;
}


@-webkit-keyframes start {

  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
}

@-moz-keyframes start {

  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }

  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
}

@keyframes start {

  0%,
  30% {
    opacity: 0;
    transform: translate(0, 10px);
  }

  60% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}


.w0001 {
  width: 100%;
  flex-direction: column;
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
}

.Home {
  width: 100%;
  display: flex;
  justify-content: center;
}


.mobile-img {
  display: none !important;
}

.xiao9-content .Home1 {
  height: 60%;
  align-items: stretch;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.xiao9-content .Home1 {
  margin-top: 100px;
  margin-bottom: 180px;
}

.xiao9-content .pc-title{
  width: 608px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  letter-spacing: 23px;
}

.xiao9-content .mobile-title{
  width: 80%;
  display: flex !important;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 50px;
  letter-spacing: 10px;
}

.xiao9-content .mobile-title p{
	color: #ff9c00;
    font-size: 18px;
}

.xiao9-content .mobile-slogan{
  width: 100%;
  margin: -20px 0;
  width: 100%;
}

.mobile-container{
  padding-bottom: 4.5rem;
}

.xiao9-content .pc-title p {
  color: #ff9c00;
  font-size: 35px;
}

.xiao9-content .pc-introduce{
  font-size: 29px;
  color: #fff;
  font-family: 'AdobeHeitiStd-Regular';
}

.xiao9-content .mobile-introduce{
  font-size: 15px;
  color: #fff;
  font-family: 'AdobeHeitiStd-Regular';
  margin: 2px 0;
}

.xiao9-content .pc-introduce-1{
  margin: 50px 0 5px 0;
}

.xiao9-content .pc-introduce-2{
  margin-bottom: 19px;
}

.xiao9-content .pc-button{
  display: inline-block;
  width: 750px;
  margin: 28px auto;
  margin-bottom: 48px;
}

.xiao9-content .mobile-button{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 28px auto;
  margin-bottom: 48px!important;
}

.xiao9-content .pc-button a{
  display: inline-block;
  background: url('../images/PC-btnbg.png') no-repeat;
  background-size: 100% 100%;
  width: 240px;
  height: 80px;
  font-size: 27px;
  letter-spacing: 3px;
  color: #fff;
  line-height: 80px;
  text-decoration: none;
  margin: 0 60px;
}

.xiao9-content .mobile-button a{
  background: url('../images/PC-btnbg.png') no-repeat;
  width: 120px;
  height: 40px;
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  line-height:40px;
  background-size: 100% 100%;
  text-decoration: none;
}

@media screen and (min-width: 2200px) and (max-width: 4000px) {
  .xiao9-content{
    padding-top: 500px;
  }
}

@media screen and (max-width: 1400px) {
  .Home{
    margin: 0;
  }
  .xiao9-content .pc-button a{
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 1280px) and (max-height: 600px){
  .pc-button{
    width: 350px !important;  
    margin-bottom: 28px!important;
  }
  
  .pc-button div{
    width: 120px !important;
    height: 40px !important;
    background-size: 100% 100%;
    line-height: 40px !important;
    font-size: 18px !important;
  }
  .pc-introduce{
    font-size: 20px !important;
  }
  .pc-title{
    width: 550px !important;
  }
  .pc-title p{
    font-size: 24px !important;
    font-weight: 500;
  }
  .pc-introduce-1{
    margin: 30px 0 5px 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .Home{
    margin: 0;
  }

  .xiao9-content {
    min-width: auto;
  }

  .xiao9-container .footer {
    display: none;
  }

  .xiao9-content {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xiao9-content {
    background: url(../images/bg-m-1.jpg) no-repeat center top;
    background-size: 100% auto;
  }

  .text-cont .pc-img {
    display: none !important;
  }
  .connect-info {
    display: none !important;
  }

  .text-cont .mobile-img {
    display: block !important;
  }

  .w1200 {
    max-width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 90;
  }

  .slide-logo {
    width: 3.6rem;
    height: 4.25rem;
  }

  .slide-logo img {
    max-width: 90%;
  }

}

@media screen and (min-width: 801px) and (max-width: 1100px) {
  .xiao9-content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  
  .pc-img-change{
    width: 70%;
    height: auto;
  }
  
  .pc-button{
    width: 100% !important;  
    margin-bottom: 28px!important;
  }
  .pc-button div{
    width: 150px !important;
    height: 50px !important;
    background-size: 100% 100%;
    line-height: 50px !important;
    font-size: 18px !important;
  }
  .pc-introduce{
    font-size: 18px !important;
  }
  .pc-title{
    width: 50% !important;
  }
  .pc-title p{
    font-size: 20px !important;
    font-weight: 500;
  }
  .pc-introduce-1{
    margin: 30px 0 5px 0 !important;
  }

  .xiao9-content {
    padding-top: 50px;
  }
  .xiao9-content .pc-button a{
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0 15px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1279px){
  .pc-img-change{
    width: 75%;
    height: auto;
  }
  .pc-button{
    width: 80% !important;  
    margin-bottom: 28px!important;
  }
  .pc-button div{
    width: 150px !important;
    height: 50px !important;
    background-size: 100% 100%;
    line-height: 50px !important;
    font-size: 18px !important;
  }
  .pc-introduce{
    font-size: 20px !important;
  }
  .pc-title{
    width: 50% !important;
  }
  .pc-title p{
    font-size: 24px !important;
    font-weight: 500;
  }
  .pc-introduce-1{
    margin: 30px 0 5px 0 !important;
  }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-container{
    margin-bottom: -6.5rem;
  }
  .xiao9-content{
    padding-bottom: 0;
  }
  .mobile-high{
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 376px) and (max-width: 499px){
  .mobile-container{
    padding-bottom: 0;
  }
}

@media screen and (max-width: 414px) and (min-height: 733px){
  .mobile-container{
    padding-bottom: 1rem;
  }
}


