@charset "utf-8";
html,
body {
    position: relative;
}

body {
    background: white;
    font-family: 'Source Han Sans CN Regular';
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

p,
ul,
li,
label,
span,
a,
img,
div,
h1,
h2 {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-decoration: none;
    font-family: 'Source Han Sans CN Regular';
}
body {
    font-family: "Noto Sans SC";
    background-color: white;
}

.header {
    width: 100%;
    height: 70px;
    background-color: white;
    position: fixed;
    top: 0px;
    line-height: 70px;
    z-index: 999;
    display: flex;
    background-color: #292929;
}

.header .left {
    width: 50%;
    text-align: left;
}
.header .left a{
    max-width: 240px;
    height: 70px;
    text-align: center;
    display: inline-block;
    background-color: #4d4948;
    line-height: 70px;
    width: 26%;
}
.header .left img {
    width: 55%;
    vertical-align: middle;
    max-width: 130px;
}


.header .right {
    width: 50%;
    text-align: right;
}
.header .right a{
    max-width: 240px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: white;
    background-color: #ff6600;
    width: 26%;
}
.header .right a:hover{
    background-color: #fca870;
}

.content {
    margin-top: 70px;
}
.section{
    position: relative;
}
.section img{
    width: 100%;
    background-color: black;
}
.section .itemList{
   width: 100%; 
   position: absolute;
   bottom: 5px;
   left: 0px; 
   background: rgba(0,0,0,0.2);
}
.section .list{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section .list .item{
    padding: 20px;
    border-right: 1px solid #5e5f63;
}
.section .list .item:last-child{
    border: 0px;
}
.section .list .item h3{
    font-size: 18px;
    color: white;
    padding-bottom: 10px;
    margin: 0px;
}
.section .list .item p{
    font-size: 16px;
    color: white;
    padding-bottom: 10px;
    color: #b3b3b6;
}
.section2{
    padding-bottom: 50px;
    background-color: white;
    position: relative;
}
.section2 .bg{
    width: 50%;
    object-fit: contain;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.section2 .info{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.section2 .info .circle{
    width: auto;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.section2 .text p:nth-child(1){
    font-size: 24px;
    color: black;
    font-weight: bold;
    padding-bottom: 30px;
}
.section2 .text p:nth-child(2){
    font-size: 14px;
    color: #5a5a5a;
    line-height: 30px;
    padding-bottom: 50px;
}
.section2 .data{
    text-align: center;
}
.section2 .data .item{
    display: inline-block;
    vertical-align: middle;
    margin: 15px 60px;
}
.section2 .data .item label{
    font-size: 40px;
    color: #ff6400;
    font-weight: bold;
    display: inline-block;
}
.section2 .data .item span{
    font-size: 18px;
    color: #ff6400;
    display: inline-block;
}
.section2 .data .item p{
    font-size: 16px;
    color: #575757;
    padding-top: 15px;
}
.section2 .p1{
    width: 60%;
    margin-top: 20px;
}
.section3{
    background-color: #f7f7f7;
}
.section4{
    background-color: white;
}
.pc .dataList{
    width: 100%;
    position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
}
.pc .dataList .list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
    width: 84%;
    margin: 0 auto;
}
.pc .dataList .list .item{
    text-align: center;
}
.pc .dataList .list .item img{
    width: 35px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 15px;
    color: #c3c3c3;
}
.pc .dataList .list .item p{
    font-size: 13px;
    color: #c3c3c3;
}
.pc .dataList2{
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
}
.pc .dataList2 .list{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    width: 84%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.pc .dataList2 .list .item{
    text-align: center;
    cursor: pointer;
}
.pc .dataList2 .list .item span{
   display: inline-block;
   vertical-align: top;
   color: #acacac;
   font-size: 40px;
   font-weight: bold;
   position: relative;
}

.pc .dataList2 .list .item .right{
    display: inline-block;
    vertical-align: top;
    padding-left: 7px;
 }
 .pc .dataList2 .list .item .right p{
    font-size: 14px;
    color: #afafaf;
    padding-bottom: 5px;
    text-align: left;
 }
 .actived{
    position: relative;
 }
 .actived span{
    color: #ff6600 !important;
 }
 .actived p{
    color: #ff6600 !important;
 }
 .actived::after{
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-top: 12px transparent dashed;
    border-right: 12px transparent dashed;
    border-bottom: 12px transparent dashed;
    border-left: 20px #f1f1f1 solid;
    overflow: hidden;
    content: '';
    top: -87px;
    right: 0px;
    transform: rotate(-91deg);
    left: 0px;
    margin: auto;
 }
 .section5{
    padding-bottom: 70px;
 }
 .section5 .itemList{
    width: 100%; 
 }
 .section5 .list{
     width: 100%;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 .section5 .list .item{
     padding: 0px;
     border-right: 1px solid #ff6600;
     flex: 1;
 }
 .section5 .list .item .text2{
    height: 115px;
 }

 .section5 .list .item h3{
     font-size: 18px;
     color: #ff6600;
     padding-bottom: 15px;
     margin: 0px;
 }
 .section5 .list .item p{
     font-size: 14px;
     color: black;
     line-height: 25px;
 }
 .section5 .list .item img{
    width: 50px;
    margin-top: 10px;
 }
.footerBottom{
    background-color: #242424;
    text-align: center;
    padding: 30px;
    padding-bottom: 50px;
}
.footerBottom .title{
    padding-top: 20px;
    padding-bottom: 50px;
}
.footerBottom .title p:nth-child(1){
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.footerBottom .title p:nth-child(2){
    color: #ababab;
    font-size: 16px;
}
.footerBottom .info{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.footerBottom .info .left .item{
  padding-bottom: 15px;
  text-align: left;
}
.footerBottom .info .left .item img{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.footerBottom .info .left .item p{
    display: inline-block;
    vertical-align: middle;
    color: #ababab;
    padding-left: 15px;
}
.footerBottom .info .right p{
   font-size: 40px;
   color: white;
}
.footerBottom .info .right{
    padding-left: 100px;
}
.footerBottom .info .right a{
    width: 165px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: white;
    background-color: #ff6600;
    display: block;
    margin-top: 20px;

 }
 .bah{
    background-color: black;
    padding: 15px;
 }
 .bah p{
    color: #ababab;
    line-height: 24px;
    text-align: center;
 }
 .titleText{
    height: 280px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
 }
 .titleText p:nth-child(1){
    text-align: center;
    font-size: 60px;
    color: #ff6600;
    padding-bottom: 15px;
 }
 .titleText p:nth-child(2){
    text-align: center;
    font-size: 40px;
    color: white;
 }
 .bah {
    text-align: center;
    padding-top: 30px;
    color: #878787;
    padding-bottom: 30px;

}

.bah a {
    color: #dddcdc;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.bah a::after{
    width: 1px;
    height: 14px;
    background-color: #dddcdc;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    display: block;
    bottom: 0px;
    margin: auto;
}
.bah a:last-child::after{
    display: none;
}
@media ( min-width: 768px){
   .mobile{
    display: none;
   }
}
@media ( max-width: 768px) {
    .header{
        height: 55px;
        line-height: 55px;
    }
    .header .left{
        height: 55px;
        line-height: 55px;
        width: 70%;
    }
    .header .left a{
        height: 55px;
        line-height: 55px;
        width: 50%;
    }
    .header .left img{
        max-width: 130px;
        width: 80%;
    }
    .header .right a{
        padding: 0px 10px;
        width: auto;
        font-size: 16px;
        height: 55px;
        line-height: 55px;
    }
    .content{
        margin-top: 55px;
    }
    .titleText {
        height: 280px;
        position: absolute;
        top: 40px;
        bottom: auto;
        left: 0px;
        right: 0px;
        margin: auto;
    }
    .titleText p:nth-child(1) {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .titleText p:nth-child(2) {
        font-size: 20px;
        color: white;
    }
    .section .itemList{
        width: 100%;
        position: relative;
        background: #0e1420;
    }
    .section2 .text p:nth-child(2){
        padding-left: 10px;
        padding-right: 10px;
    }
    .section .list{
        width: 94%;
        display: block;
    }
    .section img{
        width: 100%;
        height: 170px;
    }
    .section .list .item{
        padding: 5px 15px;
        border-right: 0px;
    }
    .section .list{
        padding-top: 10px;
    }
    .section .list .item h3{
        font-size: 16px;
    }
    .section .list .item p{
        font-size: 14px;
    }
    .section2 .info{
        width: 100%;
    }
    .section2 .p1{
        width: 100%;
    }
    .section5 .list .item{
        border-right:0px;
    }
    .section5 .list{
        display: block;
    }
    .actived::after{
        top: -40px;
    }
    .section5 .list .item img{
        width: 35px;
    }
    .section5 .list .item h3{
        font-size: 16px;
        margin: 5px;
        padding-bottom: 10px;
    }
    .section5 .list .item .text2{
        height: auto;
    }
    .section5 .list .item{
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .footerBottom .info{
        width: 100%;
        display: block;
        padding-left: 10px;
    }
    .footerBottom{
        padding: 10px;
        padding-bottom: 30px;
    }
    .footerBottom .info .left .item img{
        width: 20px;
    }
    .footerBottom .info .left .item{
        padding-bottom: 10px;
    }
    .footerBottom .title{
        padding-bottom: 30px;
    }
    .footerBottom .info .right{
        padding-left: 0px;
    }
    .footerBottom .info .right p{
        font-size: 26px;
    }
    .footerBottom .info .right a{
        margin: 0 auto;
        margin-top: 20px;
    }
    .bah a{
        padding-bottom: 10px;
    }
    .bah a::after{
        display: none;
    }
    .pc{
        display: none;
    }
    .mobile .dataList{
        width: 100%;
        position: relative;
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .mobile .dataList .list{
        margin-bottom: 30px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .mobile .dataList .list .item{
        text-align: center;
        margin-bottom: 30px;
    }
    .mobile .dataList .list .item img{
        width: 35px;
        display: inline-block;
        padding-bottom: 10px;
        font-size: 15px;
        color: #c3c3c3;
    }
    .mobile .dataList .list .item p{
        font-size: 18px;
    }
    .mobile .dataList .items{
        margin-top: 20px;
    }
    .mobile .dataList .items span{
        display: inline-block;
        vertical-align: middle;
        color: #acacac;
        font-size: 30px;
        font-weight: bold;
        position: relative;
     }
     
     .mobile .dataList .items .right{
         display: inline-block;
         vertical-align: middle;
         padding-left: 7px;
      }
      .mobile .dataList .items .right p{
         font-size: 14px;
         color: #afafaf;
         padding-bottom: 5px;
         text-align: left;
      }
      .footerBottom .info .left .item p{
        padding-left: 5px;
      }
    
}
.popular{
    padding: 10px;
    position: fixed;
    height: 335px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.popular a{
  padding: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.popular a>img{
    width: 30px;
}
.popular a>p{
    font-size: 15px;
    color: black;
    padding-top: 5px;
}

.phoneInfo{
    display: none;
}
.downLoadInfo {
    position: absolute;
    right: 120px;
    top: 5px;
    text-align: right;
    background-color: white;
    width: 220px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: none;
    top: -5px;
    text-align: center;
}

.phoneInfo {
    position: absolute;
    right: 120px;
    top: 5px;
    text-align: right;
    background-color: white;
    width: 305px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: none;
    padding: 10px;
}
.appInfo{
    position: absolute;
    right: 95px;
    top: 5px;
    text-align: right;
    background-color: white;
    width: 270px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: none;
    text-align: center;

}
.appInfo img{
    width: 100%;
    padding: 0px !important;
}
.phoneInfo p {
    padding: 10px;
}
.phoneInfo p:nth-child(1) {
    color: #ea5419;
    font-size: 25px;
    text-align: left;
    padding-bottom: 0px;
}
.phoneInfo p:nth-child(2) {
    color: black;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
}
.isShow{
    display: none;
}
.isShow img{
    width: 90%;
    object-fit: contain;
    padding: 10px;
}
.app img{
    padding-bottom: 0px !important;
}
.app p{
    padding-bottom: 10px;
}

