*{
    padding: 0;
    margin: 0;
}
html{
    font-size: 8px;
}
:root{
    --bg-color:#00296F;
    --bg-color2:#00296F;
    --font-color:#EC8D34;
}
.navs>li,.page1>.left>p:nth-child(3)>button{
    cursor: pointer;
}
body{
    background-color: var(--bg-color);
    overflow-x: hidden;
}
.page3bg,.page2bg,.page1bg,.page4bg,.page6bg,.page7bg,.page8bg{
    width: 100%;
    min-height: 1080px;
}
.page1,.header,.page2,.page3,.page4{
    width: 63.1%;
    margin: 0 auto;

}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
}
.drawer{
    display: none;

    background-color: var(--bg-color2);
    position: fixed;
    width: 94%;
    height: 90%;
    z-index: 999;
    left: 3%;
    bottom: 2%;
    border-radius: 15px;
    overflow: auto;
}
.drawer_logo{
    text-align: center;
    margin: 40px 0;
}
.drawer_navs{
}
.drawer_navs>li{
    padding-left: 5%;
    line-height: 70px;
    font-size: 18px;
    color: white;
    list-style: none;
    cursor: pointer;
}
.drawer_navs>li:hover{
    color: var(--font-color);
}
.drawer_navs>p{
    padding-right: 5%;
    box-sizing: border-box;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
.drawer_navs>p img{
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.top{
    background-color: var(--bg-color2);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    z-index: 997;
}
.header{
    height: 132px;
    
}
.logo{
    display: inline-block;
    float: left;
}
.icos{
    display: inline-flex;
    width: 288px;
    height: 132px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo .icos.ico1{
    width: 236px;
    height: 81px;
}
.logo .icos img.ico2{
    width: 288px;
    height: 132px;
    position: absolute;
    animation: change 1.5s ease 0s infinite alternate;
    opacity: 0;
    
}
@keyframes change{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.navs{
    display: inline-flex;
    height: 100%;
    width: 60%;
    float: right;
    align-items: center;
    justify-content: space-between;
}
.navs>li{
    list-style: none;
    font-size: 18px;
    color: #fff;
}
.navs>li:hover{
    color: #EC8D34;
    position: relative;
}
.navs>li:hover::after{
    content :"";
    width: 94%;
    
    height: 4px;
    width: 100%;
    background-color: #EC8D34;
    position: absolute;
    bottom: -4px;
    left: 3%;
}
.page1{
    margin-top: 171px;
    position: relative;
    padding: 0 1%;
    box-sizing: border-box;
}
.page1>.left{
    box-sizing: border-box;
    float: left;
}
.page1>.left>p:nth-child(1){
    margin-top: 54px;
    width: 100%;
}
.page1>.left>p:nth-child(1) img{
    
    width: 100%;
    max-width: 596px;
}
.page1>.left>p:nth-child(2){
    margin-top: 47px;
}
.page1>.left>p:nth-child(3){
    margin-top: 62px;
    width: 100%;
    height: 96px;
}
.page1>.left>p:nth-child(3)>button{
    
    display: inline-block;
    width: 257px;
    height: 100%;
    font-size: 36px;
    color: #fff;
    background-image: url(../asset/img/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    background-color: var(--bg-color);


}
.page1>.right{
    float: right;
    box-sizing: border-box;
}
.anim{
}
.bottom{
    width: 900px;
    height: 421px;
    float: right;
    margin-top: 20px;
}
.bottom>p:nth-child(1){
    height: 100%;
    text-align: right;
}
.bottom>p:nth-child(1) img{
    width: 753px;
    height: 530px;
    margin-right: 14px;
    margin-top: -107px;

}
.bottom>p:nth-child(2){
    margin: 0 auto;
    text-align: center;
    margin-top: -237px;
}
.bottom>p:nth-child(3){
    margin-top: -173px;
    box-sizing: border-box;
    text-align: center;
}
.stars{
    position: relative;
    width: 100%;
}
.star{
    position: absolute;
}
.star:nth-child(1){
    top: -160px;    
    left: 15%;
    width: 245px;
    height: 306px;
    background-image: url(../asset/img/star1.png);
    background-repeat: no-repeat;
    background-size: 100%;

}
.star:nth-child(2){
    top: -300px;    
    right: 0;
    width: 384px;
    height: 482px;
    background-image: url(../asset/img/star2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.star:nth-child(3){
    top: 260px;    
    left: 0;
    width: 447px;
    height: 561px;
    background-image: url(../asset/img/star2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.pagetwo_img{position:relative;}
.pagetwo_img .pagetwo_img_dh1{position:absolute;top:280px;left:938px;width:80px;height:80px;}
.pagetwo_img_dh2{width:584px;height:713px;float:right;background:url(../asset/img/pagetwo_dh2.png)0 0 no-repeat;position:absolute;top: -50px;right: -250px;}
.pagetwo_img_dh2 lottie-player{width:240px;height:240px;margin: 150px 0 0 95px;}

.page2{
    padding-top: 110px;
    box-sizing: border-box;
}

.tit{
    box-sizing: border-box;
    text-align: center;

}
.tit span{
    font-size: 96px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    height: 134px;
}
.tit span img{
}
.tit span:nth-child(1){
    float: left;
}
.tit span:nth-child(3){
    float: right;
}
.tit.second span:nth-child(1){
    float: none;
    margin-right: 3%;
    position: relative;
    top: -15px;
}
.tit.second span:nth-child(3){
    float: none;
    margin-left: 3%;
    position: relative;

    top: -15px;

}
.subtit{
   font-size: 36px;
   color: #fff;
   margin-top: 20px;
   text-align: center;

}
.cards{
}
.cards>li{
    display: inline-block;
    width: 33%;
}
.cards>li>div{
    width: 352px;
    text-align: center;
    margin: 0 auto;
}
.cards>li>div img:nth-child(1){
    position: relative;
    top: 80px;
}
.cards>li>div img:nth-child(3){
    position: relative;
    top: -330px;
}
.cards>li:nth-child(1)>div img:nth-child(3){
    position: relative;
    left: -20px;
    
}
.cards>li>div img:nth-child(4){
    position: relative;
    top: -390px;

}
.cards>li:nth-child(3)>div img:nth-child(4){
    position: relative;
    top: -400px;
    
}
.cards>li:nth-child(3)>div{
    position: relative;
    top: 20px;
}
.page1bg{
    
padding-top: 115px;
box-sizing: border-box;


}
.page2bg{
    
    background-image: url(../asset/img/bgbg5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.page3bg{
    
    background-image: url(../asset/img/bg3.png);
    padding-top: 153px;
    box-sizing: border-box;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.hj{
    width: 268px;
    height: 206px;
    position: absolute  ;
    left: 14px;top: 85px;
    background-image: url(../asset/img/hj.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.page3>ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 150px;
}
.page3>ul>li{
    width: 24.7%;
    display: inline-flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.page3>ul>li>div{
    width: 324px;
    height: 417px;
    text-align: center;
    color: white;
    padding: 0 40px;
    box-sizing: border-box;
    background-size: 100% ;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.page3>ul>li>div{
    
    background-image: url(../asset/img/Calendar1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page3>ul>li>div>p:nth-child(1){
    margin-top: 65px;
    margin-bottom: 54px;
    font-size: 26px;
}
.page3>ul>li>div>p:nth-child(2){
    margin-bottom: 101px;
    font-size: 20px;
    line-height: 30px;
}
.page4bg{
    background-color: #00296F;
    padding-top: 84px;
    box-sizing: border-box;
    position: relative;
}
.page4{
    position: relative;
}
.bgimg{
    width: 310px;
    height: 505px;
    position: absolute;
    right: 0;
    top:60px;
    background-image: url(../asset/img/bgimg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.bgimg2{
    width: 100%;
    height: 271px;
    margin-top: 114px;
    background-image: url(../asset/img/design.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position:   36px 0;
}
.bgimg3,.bgimg4{
    width: 100px;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    background-image: url(../asset/img/circle1.png);
    color: white;
    font-size: 16px;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.bgimg3{
    transform: rotate(348.69deg);
}

.bgimg3.st{
    margin-top: -50px;
}
.bgimg4.st{
    left: 26%;
    margin-top: -100px;

}
.bgimg4.ed{
    left:43.5%;
    margin-top: -200px;

}
.bgimg3.ed{
    left: 63%;
    margin-top: -100px;
    transform: rotate(354deg);
}
.bgimg3.rd{
    right: 0;
    transform: rotate(354deg);

}
.bgimg4.rd{
    left: 19%;
    bottom: 200px;
    transform: rotate(1.24deg);

}
.bgimg4.th{
    left: 49%;
    bottom: 200px;
}
.bgimg3.th{
    left: 73%;
    bottom: 150px;
}
.bgimg5{
    width: 100%;
    height: 260px;
    margin-top: 147px;
    background-image: url(../asset/img/fk.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page5bg{
    
    background-color: var(--bg-color2);
    width: 100%;
    position: relative;

}
.page5{
    width: 72%;
    max-width: 1367px;
    min-height: 1736px;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
}
.page5hj{
    width: 268px;
    height: 205px;
    background-image: url(../asset/img/hj2.png);
    position: absolute;
    background-repeat: no-repeat;
    right: 44px;
    top: 97px;
}
.box{
    width: 100%;
    height: 314px;
    background-repeat: no-repeat;
background-size: 100%;
}
.boxs{
    background-image: url(../asset/img/v1.png),url(../asset/img/v2.png),url(../asset/img/v3.png),url(../asset/img/v4.png);
    background-position: 0 0,0 314px,0 628px,0 942px;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    min-height: 1256px;
    margin-top: 70px;
}
.lists{
    width: 90%;
    margin: 0 auto;
}
.lists>li{
    list-style: none;
    display: inline-block;
    width: 33%;
    text-align: center;
    margin-top: 60px;
}

.box1{
    background-image: url(../asset/img/v1.png);
    margin-top: 70px;

}
.box2{
    background-image: url(../asset/img/v2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.box3{
    background-image: url(../asset/img/v3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.box4{
    background-image: url(../asset/img/v4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.page_five_dh1{position:absolute;top: 15%;right: 20%;width: 20%;height: 20%;}

.page6bg{
    background-image: url(../asset/img/bg6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding-top: 135px;
    box-sizing: border-box;
}
.page6{
    width: 72%;
    max-width: 1359px;
    margin: 0 auto;
}
.page6img{
    text-align: center;
    margin-top: 90px;
}
.page6img img{
    width: 100%;
}
.page7bg{
    background-color: var(--bg-color2);
}
.page7{
    width: 67%;
    margin: 0 auto;
    max-width: 1267px;
    padding-top: 166px;
    box-sizing: border-box;
}
.page7img{
    height: 614px;
    width: 100%;
}
.page7img img{
    width: 100%;
}
.page8bg{
   
    padding-top: 172px;
    box-sizing: border-box;
    background-image: url(../asset/img/contact.png);
    background-size: 100% 110%;
    background-repeat: no-repeat;
}
.page8{
    width: 65%;
    margin: 0 auto;
    max-width: 1200px;

}
.page8>ul.back{
    width: 100%;
    list-style: none;
}
.info{
    width: 400px;
    margin: 0 auto;
}
.page8>ul.back>li{
    height: 474px;
    display: inline-block;
    width: 49.5%;
    overflow: hidden;
    color: white;
    margin-top: 69px;

}
.page8>ul.back>li:nth-child(2){
    text-align: right;
}

.page8>ul.back>li:nth-child(2) img{
    width: 97%;
    max-width: 813px;
}
.page8>ul.back>li:nth-child(2)>span{
    display: inline-block;
    position: relative;
    z-index: 0;
}
.page8>ul.back>li>.info>p:nth-child(1){
    font-size: 48px;
}
.page8>ul.back>li>.info>p:nth-child(2){
    font-size: 36px;
    margin-top: 60px;
}
.page8>ul.back>li>.info>p img{
    width: 28.4px;
}
.icon{
    height: 25.5px;
    margin-top: 26px;

}
.icon>span:nth-child(2){

position: relative;
top: -7px; 
left: 20px;
font-size: 18px;
}
.page8>ul.back>li>.info>p:nth-child(5){
    font-size: 36px;
    margin-top: 46px;
}
.footer{
    width: 100%;
    height: 70px;
    background-color: #00296F;
    padding-top: 14px;
    box-sizing: border-box;
}
.footer>p{
    text-align: center;
    font-size: 16px;
    color: #ccc;
}
.footer>p:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    
}
.footer>p img{
    margin-right: 10px;
}
.footer>p:nth-child(2) img.beian2{
    height: 24px;
    margin-left: 10px;
}
.footer>p>span a{
    color: #aaaaab;
    text-decoration: none;
}
.meau{
    height: 76px;
    text-align: right;
    
}
.meau img{
    width: 50px;
    height: 50px;
    top: 13px;
    position: relative;
    cursor: pointer;
}
.new_tit{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 100px;
}
.new_tit>li{
    flex: 1;
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}
.new_tit>li img{
    width: 100%;
}
.new_tit>li:nth-child(2){
    flex: 0 0 56%;
    font-size: 96px;
    color: white;
}
.swiper_bg{
    width: 100%;
    height: 595px;
    background-image: url(../asset/img/yxj.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 100px;
}

.swiper-slide span{
    display: inline-block;
}
.swiper-slide>span{
    position: relative;
}
.masktxt{
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 0 5%;
    width: 100%;
    position: absolute;
    z-index: 996;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    
}
.masktxt>span:nth-child(1){
    font-size: 24px;
    margin: 15px 0;
}
.masktxt>span:nth-child(2){
    font-size: 18px;
    margin-bottom: 15px;
}
.device {
    width: 66%;
    max-height: 300px;
    height: auto;
    position: relative;
    top: 7%;
    margin: 0 auto;
    

  }

  .device .arrow-left {
    background: url(../asset/img/arrow1.png) no-repeat left top;
    position: absolute;
    left: 24px;
    top: 80%;
    margin-top: -15px;
    width: 42px;
    height: 42px;
    z-index: 99;
  }

  .device .arrow-right {
    background: url(../asset/img/arrow2.png) no-repeat left bottom;
    position: absolute;
    right: 24px;
    top: 80%;
    margin-top: -15px;
    width: 42px;
    height: 42px;
    z-index: 99;

  }

  .swiper-container {
    width: 100%;
  }

  .content-slide {
    color: #fff;
  }

  .title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
  }

  .swiper-pagination-switch {
    display: inline-block;
    
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
  }

  .swiper-active-switch {
    background: #fff;
  }
  .swiper-slide{
      width: 100%;
      height: 100%;
      max-height: 300px;
  }
  .swiper-slide img{
      width: 100%;
  }

