*{
    
    padding: 0;
    list-style: none;
    font-family: "Helvetica";
}
html
{
 margin:0;

}
#pcPage{
    display: none;
}
body
{
    width: 100%;
    margin:0; 
    background: #fff;
}
#pcPage{
    display: none;
}
.box{
    position: relative;
    width: 100%;
    min-height:1070px;
    overflow: hidden;
}

.nav{
    margin:0 auto;
    position: relative;
    width:100%;
    height: 120px;
    line-height: 120px;
}

.nav-icon{
    width: 184px;
    height: 60px;
    position: absolute;
    left: 9%;
    top: 30px;
    vertical-align: middle;
}
.nav-right{
    position: absolute;
    right: 0;
    top: 30px;
}
.nav-right ul{
    margin: 0;
    width:430px;
    height: 62px;
    overflow: hidden;
}
.nav-con p{
    height: 30px;
}
.nav-con span{
    display: inline-block;
    height: 30px;
}
.nav-right ul li{
    float: left;
    line-height: 56px;
    margin-right: 60px;
}
.nav-right ul li a{
    height: 28px;
    text-decoration: none;
    color:#000000;
    font-size: 20px;
}
li.select{ 
    border-bottom: 3px solid #000;  
} 
.tab-panel{ 
    position: relative; 
    width: 100%; 
    height: 100%;  
    -webkit-transition:all 0.01s linear;
   } 
   .tab-panel section{ 
    position: absolute; 
    display: inline-block; 
    width: 100%; 
    height: 80%; 

   } 
   #panel-1{ 
    left: 0; 
   } 
   #panel-1 h2{ 
      width: 100%;
      text-align: center;
       position: absolute;
       left: 0;
       top: 0;
       right: 0;
       bottom: 0;
       margin:auto;
    height:98px;
    font-size: 48px;
    line-height: 98px;
    color: #fff; 
    font-weight: 500
   } 
   #panel-1 .pane1{
       position: relative;
       width: 100%;
       height:659px;
       background: url("../img/01.png") no-repeat;
       background-size:116% 100%; 
   }
   .layer{
       position: absolute;
       width: 100%;
       height: 659px;
       background: rgba(30,30,30,0.5)
   }
   #panel-2{ 
    left: 100%; 
   } 
   #panel-2 .pane2{
       position: relative;
    width: 100%;
    height: 659px;
    background: url("../img/02.png") no-repeat;
    background-size:116% 100%; 
}
   #panel-2 h2{ 
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    height:98px;
    font-size: 48px;
    line-height: 98px;
    overflow: hidden;
    color: #fff; 
    font-weight: 500
} 
   #panel-3{ 
    left: 200%; 
   } 
   #panel-3 .pane3{
    position: relative;
    width: 100%;
    height: 659px;
    background: url("../img/03.png") no-repeat;
    background-size:116% 100%; 

 
}
   #panel-3 h2{ 
    width: 100%;
      text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height:98px;
    font-size: 48px;
    line-height: 98px;
    color: #fff; 
     font-weight: 500
} 
.about{
    height: 150px;
}
.about-con{
    width: 1100px;
    height: 150px;
    margin:60px auto;
    position: relative;
}
.about-left{
    position: absolute;
    left:30px;
}
.about-left h3{
    margin: 0;
    font-weight: 500;
    font-size: 35px;
    height: 52px;
}
.about-right{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
    width: 496px;
    margin: 0 auto;
    bottom: 0;
}

.about-right p{
    margin:0;
    margin-bottom: 20px;
    font-size: 20px;
}
.about-right p a{
    text-decoration: none;
    color: #000;
}
.about-right-one{
    width: 500px;
    padding-top: 1px;
    margin:0 auto; 
}
.about-right-one p{
    margin: 0;
    font-size: 20px;
}
.about-right-img{
    width: 100px;
    height: 100px;
}
.about-right-img img{
    width: 100%;
    height: 100%;
}
.about-right-container{
    overflow: hidden;
    width: 240px;
    position: absolute;
    right: 15px;
    top: -2px;
}
.about-right-img {
    float: left;
    border-right: 1px solid #bbb;
    padding-right: 20px;
}
.about-right-icon{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    float: right;
}
.about-right-icon p a{
    font-size: 16px;
    height: 30px;
    line-height: 30px
}
.about-right-icon img{
    vertical-align: middle;
}
.android-icon{
    width: 30px;
    height: 20px;
}
.ios-icon{
    width: 30px;
    height: 30px;
}
.footer{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  padding:20px 0px;
  line-height: 25px;

}
.footer p{
    text-align: center;
    margin-top: 2px;
    font-size: 18px;
    color: #bbb;
}
.about-container{
    position: relative;
    width: 1080px;
    height: 150px;
    margin:5px auto;
}
.about-text-left{
    width: 160px;
    position: absolute;
    left: 17px;
    top: 0;
}
.about-text-left h3{
    font-weight: 500;
    font-size: 27px;
    line-height: 21px;
}
.about-text-right{
    width: 388px;
    height: 170px;
    position: absolute;
    left: 180px;
    top: 0px;
}
.about-text-right p{
    font-size: 18px;
}
.about-img-left{
    position: absolute;
    left: 50px;
    width: 215px;
    height:130px;
    padding-right: 30px;
    border-right: 1px solid #eee;
}
.about-img-left img{
    margin-right:10px;
    vertical-align: middle
}
.about-img-left p{
    line-height: 30px;
}
.about-img-left span{
    display: inline-block;
    margin-right:20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.about-img-left a{
   text-decoration: none;
   color: #000;
   background: #fff;
   border:1px solid #000;
   padding: 3px 8px;
}
.about-img-right{
    width: 100px;
    height: 100px;
    position: absolute;
    right: 17px;
    top: 10px;
}
.about-img-right img{
    width: 100px;
    height: 100px;
}
