body{
    min-height: 100vh;
}
img{
    width: 100%;
    height: auto;
}
.enter{
    position: relative;
    width: 100%;
    height: 100%;
}
.main{
    position: relative;
    width: 100%;
}
.banner{
    position: relative;
    width: 100%;
}
.navLayer{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  z-index: 210;
}
.navBox{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #fff;
}
.navBox .close{
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  width: 1rem;
}
.navTitle{
  color: #333333;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center
}
.navSub{
  margin: 2rem auto;
  display: -webkit-flex; /* Safari */
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navSub .item{
  margin-bottom: 1.2rem;
  width: 30%;
  color: #666666;
  font-size: 1.1rem;
  line-height: 2.6rem;
  text-align: center;
  border-radius: 3rem;
  background: #f3f4f6;
}
.navSub .item.on{
  color: #fff;
  background: url("../images/buttonTips.png") no-repeat;
  background-size: 100% 100%;
}
.navBlock{
  margin-bottom: -1rem;
}
.navBlock .scroll{
  float: left;
  width: 90%;
  overflow: hidden;
}
.navList{ 
  width: 120rem; 
}
.navList .item{
  position: relative;
  float: left;
  display: block;
  margin-right: 1rem;
  padding-bottom: 0.6rem;
  color: #999999;
  font-size: 1.1rem;
}
.navList .item.on{
  color: #333;
  font-weight: bold;
}
.navList .item.on::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.8rem;
  width: 1.6rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background-color: #333333;
}
.buttonMenu{
  float: right;
  margin-top: 0.1rem;
  width: 1.5rem;
}
.content{
    position: relative;
    margin-top: -1rem;
    padding: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
}
.content .title{
    position: relative;
    margin: 2rem auto;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.8rem;
    text-align: center;
    background: url("../images/title.png") no-repeat;
    background-size: 100% 100%;
}
.content h1{
    margin: 0.8rem auto;
    color: #333333;
    font-size: 1.1rem;
    line-height: 1.6rem;
    text-align: center;
}
.content h2{
    margin: 0 auto 0.5rem;
    color: #2a4cdc;
    font-size: 1.2rem;
    line-height: 2rem;
}
.content h3{
  margin-left: -2.8rem;
  padding-top: 0.2rem;
  padding-left: 2.8rem;
  color: #333333;
  font-size: 1.1rem;
  line-height: 2.2rem;
  background: url("../images/tab_2.png") left top no-repeat;
  background-size: auto 100%;
}
.content .tab{
  margin: 0 auto;
  width: 30%;
  color: #333333;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  border-radius: 0.3rem;
  background: #eaecf5;
}
.content p{
    color: #333333;
    font-size: 1rem;
    line-height: 1.6rem;
}
.content p.blue{
  color: #3c5795;
  font-size: 1.1rem;
}
.content p.noIndent{
  text-indent: 0;
}
.content p.line{
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: #7d9ebc 1px dashed;
}
.content .image{
    position: relative;
    margin: 1rem 0;
}
.logoList{
  margin: 1rem 0;
  display: -webkit-flex; /* Safari */
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logoList .item{
  margin-bottom: 1rem;
  width: 30%;
}
.historyList{
  margin: 1rem auto;
}
.historyList .item{
  margin-bottom: 1rem;
  display: -webkit-flex; /* Safari */
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
.historyList .historyImage{
  width: 50%;
}
.historyList .historyTitle{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 48%;
  color: #666666;
  font-size: 1rem;
  line-height: 1.4rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tipsBox{
  position: relative;
  margin: 0.5rem 0;
  padding: 0.7rem 0 0.7rem 4rem;
  border-bottom: #7d9ebc 1px dashed
}
.tipsBox .icon{
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 3.2rem;
}
.tipsBox .text{
  color: #000000;
  font-size: 1rem;
  line-height: 3.2rem;
}
.tipsBox .text b{
  margin-right: 0.8rem;
  font-size: 1.1rem;
}
.expectItem{
  position: relative;
  margin: 1rem;
}
.expectItem .expectTitle{
  position: absolute;
  left: 10%;
  top: 12%;
  width: 80%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.newsItem{
  display: block;
  margin-bottom: 1rem;
  padding: 0.8rem 1.5rem;
  background: url("../images/bgNews.png") no-repeat;
  background-size: 100% 100%;
}
.newsItem .border{
  padding-left: 0.5rem;
  border-left: #3b7bff 2px solid;
}
.newsText{
  margin-bottom: 0.6rem;
  color: #3b7bff;
  font-size: 1rem;
  line-height: 1rem;
}
.newsTitle{
  color: #3b7bff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
}
.eTitle{
  margin-top: 2rem;
  width: 100%;
  height: 0.45rem;
}
.eTitle img{
  width: auto;
  height: 100%;
}
.aboutTab{
  margin: 1rem auto 0.5rem;
  padding-left: 1.2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  background: url("../images/tab.png") no-repeat;
  background-size: auto 100%;
}
.companyList {
  margin: 1rem 0;
}
.companyList li{
  color: #333333;
  font-size: 1rem;
  line-height: 2.2rem;
}
.companyList li:nth-child(odd){
  color: #2a4cdc;
  background: url("../images/bgItem.png") no-repeat;
  background-size: 100% 100%;
}
.tips{
  padding: 0 1.3rem;
  margin: 1.5rem 0 0.5rem;
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2rem;
  border-radius: 2rem;
}
.tips_1{
  margin-top: 0;
  background-color: #329eff;
}
.tips_2{
  background-color: #9bd45d;
}
.tips_3{
  background-color: #ffb932;
}
.tips_4{
  background-color: #ff5555;
}
.tips_5{
  background-color: #b089ff;
}
.joinBox{
  margin: 0 2rem;
  padding-left: 1.5rem;
  border-left: #3985ff 1px dashed;
}
.buttonDownload{
  display: inline-block;
  padding: 0 1.3rem;
  margin: 1rem 0 1.5rem;
  display: inline-block;
  color: #156bc3;
  font-size: 1.1rem;
  line-height: 2rem;
  border-radius: 2rem;
  background-color: #cfe8fe;
}
.clear{
    clear: both;
}
.footerBox{
  padding: 1.5rem 1rem 0.5rem;
  background-color: #f8f8f8;
}
.footerBox h1{
  margin: 1.5rem auto 0.8rem;
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
}
.footerBox h2{
  margin-bottom: 0.8rem;
  color: #999999;
  font-size: 1.1rem;
  text-align: center;
}
.footerBox p{
  color: #999999;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
}
.codeBox{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: 1rem auto 3rem;
  justify-content: center;
}
.codeBox .item{
  width: 47%;
}
.codeBox .code{
  margin: 0 auto 1rem;
  width: 70%;
}
.codeBox .name{
  color: #999999;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
}
.backTop{
  display: none;
  position: fixed;
  right: 1.2rem;
  bottom: 6rem;
  width: 16%;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari 和 Chrome */
  -o-transition: all 0.5s; /* Opera */
  z-index: 10;
}
.easeIn{
  opacity: 1;
}
.buttonBack{
  display: block;
  margin: 1rem auto;
  width: 35%;
}
.buttonApply{
  display: block;
  margin: 1rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 3.2rem;
  background-color: #2427c5;
}
.footer{
    position: relative;
    padding: 0.6rem 2rem;
    width: 100%;
    color: #999999;
    font-size: 0.5rem;
    text-align: center;
    line-height: 1.3rem;
}
.footer a{
    color: #999999;
}