html,body,h1,h2,h3,h4,h6,h5,ul,li,figcaption,figure,article,p,input,form,img,dd,dt,dl,a{margin:0;padding:0;}
html,body{height:100%}
li{list-style: none;}
a{text-decoration: none;}
html,body{width:100%;height:100%}

   
  


.bgNum {
  width: 100%;
  height: 100%;
  position: relative;
}

.bgNum .flogo{
  position: absolute;
  bottom: -23px;
  width: 94px;
  height: 94px;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
}
.bgNum .flogo img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bgNum .flogo2 {
  position: absolute;
  top: 12px;
  width: 30px;
  height: 30px;
  right: 71px;
  z-index: 99;
}

.bgNum .flogo2 img {
  display: block;
  width: 100%;
  height: 100%;
}


.bgNum p{
  position: absolute;
  font-size: 14px;
  color: #bbb;
  bottom: 90px;
  left: 30px;
}
.bgNum img{
  display: block;
  width: 100%;
  height: 100%;
}

.bgNum .load2{
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translate(-50%); 
  width: 220px;
  height: 64px;
/* border: 1px solid red; */
}
.bgNum .loads2 {
  position: absolute;
  bottom: 116px;
  left: 50%;
  transform: translate(-50%);
  width: 220px;
  height: 64px;
  /* border: 1px solid red; */
}
.kongBg{
  width: 100%;
  height: 70px;
}

.header{
  width: 100%;
  height: 87px;
  position: fixed;
  top: 0;
  z-index: 999;
  /* background: -webkit-linear-gradient(left,#FDFAF4,#FFF3D8);   */
  /* background: #232323;   */

  background: url('../img/headerbg.png') no-repeat;
  background-size: 100% 100%;
}
.headerbox{
  width: 1400px;
  margin: 0px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerbox .right{
  font-family: 'zihun143hao-ZKCJH-Heavy';
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  /* color: #1B1B1B; */
  color: #fff;
font-style: italic;
  height: 100%;
  align-items: center;
  /* background: -webkit-linear-gradient(left,#FFF3DB,#FFF3D8);   */
  /* background: -webkit-linear-gradient(left,#2F343D,#32373E);     */

  width: 560px;
  cursor: pointer;
  position: relative;
}
.headerbox .right div:nth-of-type(1){
  color: #fff;
}
.headerbox .img1{
  width: 66px;
}
.headerbox .img2 {
  width: 246px;
  margin-top: 10px;
}

.headerbox .dian{
  width: 52px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  bottom: -8px;
  left: 0px;
}
.main{
  width: 100%;
  height: 1000px;
  overflow: hidden;
  /* background-color: turquoise; */
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main .pic2{
  position: absolute;
  bottom: 0;
  width: 200px;
  right: 70px;
}

.main .mainLeft img{
  display: block;
  width: 520px;
  height: 584px;
  /* margin-top: 200px; */
  margin-right: 30px;
}
.main .mainRight {
  margin-left: 30px;
}
.main .mainRight .logo2{
  width: 650px;
  height: 140px;
  position: relative;
  top: -50px;
  /* margin-top: 200px; */
}
.main .mainRight .divs{
  display:flex;
  justify-content: space-between;
  width: 640px;
}
.main .mainRight .divs .left,.main .mainRight .divs .right{
  width: 295px;
  height: 88px;
  background-color: #000;
  color: #fff;
  border-radius: 9px 9px 9px 9px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.main .mainRight .divs .left img,
.main .mainRight .divs .right img{
  width: 48px;
  height: 56px;
}
.main .mainRight .divs .left p,
.main .mainRight .divs .right p {
  font-size: 20px;
}
.main .mainRight .divs .left h3,
.main .mainRight .divs .right h3 {
  font-size: 32px;
  font-weight: bold;
}
.main h1 span{
  font-size: 33px;
}
.mainbox{
  width: 100%;
  height: 100%;
  float: left;
  /* position: relative; */
  /* background: url('../img/yuan.png') no-repeat; */

}
.tabBox{
  position: fixed;
  left: -250px;
  top: 58px;
  background-color: #4700B7;
  padding: 20px;
  height: 100vh;
  z-index: 99;
  padding-right: 80px;
}
.tabBox div{
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

.aboutUs{
  width: 1200px;
  height: 690px;
  background: #F6884B;
  margin: 50px auto 0;
  border-radius: 40px 40px 40px 40px;
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  overflow:scroll;
  padding-bottom:44px ;
  padding-top: 30px;
  margin-top: 14px !important;
  /* overflow-x: hidden; */
}
.aboutUs::-webkit-scrollbar {
  /* width: 10px;
  height: 10px; */

  display: none;
  /* 隐藏滚动条 */
}

.aboutUs .title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
font-style: italic;
margin-top: 22px;
}
.aboutUs p{
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.aboutUs .pic1{
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 22px;
}
.aboutUs .pic2 {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  right: -150px;
  bottom: -150px;
  z-index: 99;
}


.tbox{
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px 30px 30px 30px;
  color: #000;
}
.tbox h3{
  font-size: 16px;
  font-weight: bold;
}
.tbox p{
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  text-align: left;
  font-weight: normal;
}

.mainbox .logos{
  display: block;
  width: 164px;
  margin: 70px auto 46px;
}
.mainbox .logoss {
  display: block;
  width: 404px;
  margin: 0px auto;
}
 .mainbox .divs {
  width: 1080px;
  height: 750px;
  margin: 0 auto;
  overflow: hidden;
  /* background: url('../img/meng.png') no-repeat; */
  background-size: 100% 100%;
  position: relative;
}
 .mainbox .divs .ts{
  width: 60px;  
  position: absolute;
  right: 64px;
  bottom: 260px;
  display: block;
}
.load1{
  position: absolute;
  left: 36%;
  top: 840px;
  cursor: pointer;
  z-index: 999;
  /* float: left;
  margin: 0 auto; */
}

.kong{
  width: 100%;
  height: 450px;
  background-color: #FFB00C;
  overflow: hidden;
}
.kong .loadbg{
  width: 576px;
  height: 92px;
  background: url('../img/btndown.png') no-repeat;
  margin: 310px auto 0;
  display: flex;
  justify-content: space-between;
}
.containerBox {
  font-size: 0.26rem;
  padding: 0.2rem;
  box-sizing: border-box;
  width: 100%;
}
.title {
  text-align: center;
  margin: 0.4rem 0 0.2rem 0;
  font-size: 0.34rem;
  font-weight: bold;
}

h1 {
  font-size: 0.3rem;
  margin-top: 0.1rem;
}

p {
  font-size: 0.3rem;
  color: #111;
  padding: 0.08rem 0 0.08rem 0.04rem;
}
a{
  color: red;
  margin-top: 8px;
  padding-top: 9px;
  margin-right: 8px;
  text-decoration: underline;
}
.kong .loadbg div{
  width: 46%;
  height: 100%;
  cursor: pointer;
}
.load2 {
  position: absolute;
  right: 36%;
  top: 840px;
  z-index: 999;
  cursor: pointer;
  
  /* float: left;
  margin: 0 auto; */
}
.down{
  float: right;
  width: 44%;
  margin-top: 330px;
  height: 300px;
}
.down .divone{
  width: 40%;
  float: left;
}
.down .divone img{
 display: block;
}
.down .divone img:nth-of-type(2){
  padding-left: 16%;
  position: relative;
  top: -20px;
}
.down .divone span{
  cursor: pointer;
}
.down .divtwo{
  width: 40%;
  float: left;
}
.divtwo img{
  display: block;
  width: 120px;
  height: 120px;
  margin-top: 68px;
}
.aboutCard{
  width: 100%;
  background-color:#FFB00C;
}

.about{
  width: 100%;
  height: 464px;
  background: url('../img/bg.png')no-repeat;
}

.aboutbox{
  max-width: 1390px;  
  height: 120%;
  margin: 0 auto; 
  position: relative;
  top: 30px;
  background:url('../img/swiperbanner.png') no-repeat;
  /* background: #022044; */
}
.phone{
  width: 100%;
  height: 625px;
  background: #fff ;
  padding-bottom: 30px;
}

.phonebox{
  width: 1100px;  
  height: 100%;
  margin: 0 auto; 
  overflow: hidden;
}

.phonebox img{
  width: 88px;
  height: 100px;
  display: block;
  margin: 160px auto 40px;
}
.phonebox h1{
  font-size: 26px;
  color: #333;
  padding-bottom: 12px;
  text-align: center;
}
.phonebox h6 {
  font-size: 16px;
  color: #999999;
  padding-bottom: 20px;
  font-weight: normal;
  text-align: center;
}
.phonebox .heng {
  width: 68px;
  height: 1px;
  background-color: #333;
  margin: 0 auto 40px;
}
.phonebox p{
  font-size: 16px;
  color: #666;
  text-align: center;
}

.footer{
  width: 100%;
  height: 160px;
  position: relative;
  text-align: center;
  background: url('../img/di2.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding-top: 20px;
}

.footer h5,.footer h6{
  font-weight: normal;
  padding-top: 10px;
}
.footer h6{
  font-size: 14px;
}

.tips{
  position: absolute;
  bottom: 250px;
  left: 50%;
  transform: translate(-50%);
  width: 400px;
  height: 50px;
  color: #eee;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  z-index: 9;
  display: none;
}


.imgbox{
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgb(41,28,26);
}
.imgbox img{
  display: block;
  width: 200px;
  padding-left: 40px;
}

.containerBox{
  width: 1300px;
  margin: 0 auto;
}


.aboutBg {
  margin-top: 60px;
}

.aboutBg img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.aboutMsg {
  width: 80%;
  margin: 60px auto;
}

.aboutMsg h1 {
  text-align: center;
  margin-bottom: 30px;
}

.aboutMsg p {
  margin-bottom: 20px;
}

@media screen and (max-width:450px) {

  .header{
    height: 60px;
  }
  .headerbox {
    width: 100%;
    overflow: hidden;
  }
  .kongBg{
    height: 60px;
  }
  /* .headerbox img{
    width: 130px !important;
    margin-right: 10px !important;
    margin-left: 10px;
  } */
   .headerbox  .img1{
    width: 130px !important;
    margin-right: 10px !important;
    margin-left: 14px;
    margin-top: 14px;
   }
  
   .headerbox #img3{
    display: none ;
     
   }
   .headerbox .img3{
    display: block !important;
    width: 22px !important;
 
   }
  .headerbox .right{
    font-size: 16px;
    width: 14px;
    height: 14px;
    margin-right: 16px;
  }
  .headerbox .right img{
    display: block;
    width: 100%;
  }
  .headerbox .dian{
    width: 32px;
    left: 1px;
    height: 6px;
    bottom: 2px;
  }
  .main2{
    background: url('../img/bg2.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
  img{
    display: block !important;
    width: 100%;
  }
  .main2 .div1{
    width: 70% !important;
    margin: 40px auto;
  }
  .main2 .div2{
    width: 60% !important;
    margin: 30px auto;
  }
    .main2 .div3 {
      width: 80% !important;
      margin: 30px auto;
    }
  .footers{
    width: 100%;
    background: url('../img/di2.png') no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
  }
  .footers h6{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 4px;
  }
        .footers h5 {
    padding-bottom: 6px;
          text-align: center;
          font-size: 14px;
          font-weight: normal;
        }

  .aboutUs2{
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: auto;
  }
  .aboutUs2 .title{
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
  }
  .aboutUs2 p{
    font-size: 14px;
  }
  .aboutUs2 .pic1{
    margin-top: 22px;
  }
  .aboutUs2 .pic2{
    width: 180px;
    position: absolute;
    z-index: 99;
    bottom: -50px;
    right: 0;
  }
  .aboutUs{
    width: 100% !important;
    background: none;
    margin-top: 0;
    padding:16px;
    height: auto;
    margin-bottom: 80px;
  }
  .aboutUs .title{
    margin-top: 0 !important;
    font-size: 20px;
    margin-right: 100px !important;
    position: relative;
    left: 20px;
  }
  .aboutUs .tbox{
    padding: 16px;
    margin-bottom: 40px;
  }
        .footers .pic2 {
          width: 220px;
          position: absolute;
          z-index: 99;
          top: -170px;
          right: 0;
        }







  .main {
    min-width: 0;
    height: 400px;
  }
  .main .load1{
    top: 280px;
    width: 170px;
    left: 50%;
    transform: translate(-50%);
  }
    .main .load2 {
      top:350px;
      width: 170px;
      left: 50%;
      transform: translate(-50%);
    }
  .main .load1 img,.main .load2 img{
    display: block;
    width: 100%;
  }

  /* .mainbox img{
    width: 130px;
    margin: 100px auto 0;
  } */
    .mainbox .logos {
      display: block;
      width: 130px;
      margin: 80px auto;
    }
  
    .main .mainbox .divs {
      width: 100%;
      height: 400px;
      margin: 0 auto;
      overflow: hidden;
      background: url('../img/meng.png') no-repeat;
      background-size: 100% 100%;
      position: relative;
    }
  
    .main .mainbox .divs .ts {
      width: 38px;
      position: absolute;
      right: 0px;
      bottom: 90px;
      display: block;
    }
  .about{
    height: 360px;
  }
  .aboutbox{
    width: 100%;
  }
  .aboutbox h1{
    font-size: 24px;
    padding: 18px 0 10px 10px;
    
  }
  .aboutbox p{
    font-size: 14px;
    padding: 0 8px;
    line-height: 24px;
  }
  .phone{
    height: 270px;
    width: 100%;
  }
  .phonebox{
    width: 100%;
  }
  .phone h1{
    font-size: 24px;
    padding: 18px 0 10px 10px;
  }
  .phonebox .div1{
    width: 70%;
  }
  .phonebox p{
    font-size: 14px;
    padding: 0 8px;
    line-height: 24px;
  }
  .phonebox .div2{
    width: 20%;
  }
  .phonebox .div2 img{
    width: 110px;
    top: 20px;
  }
}
