html,body{
   height: 100%;
   font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
    color: #1843a1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:hover{
   color: #1843a1;
}
div{
   box-sizing: border-box;
}
.common-con{
    width: 1200px;
    margin:0 auto;
}
.ellipsis {
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   display: block;
}
.line2{
   text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fl{
   float: left;
}
.fr{
   float: right;
}
.index-head{
   background-color: hsla(0,0%,100%,0);
   padding: 0;
   position: fixed;
   top: 90px;
   left: 0;
   right: 0;
   z-index:200;
   width: 100%;
   height: 90px;
   background:transparent;
   line-height: 90px;
}
.index-head .logo{
   height: 100%;
   line-height: 90px;
}
.index-head .logo img{
   width:150px;
   margin-top: 15px;
}
.clearfix::after{
   content:'';
   display: block;
   clear: both;
   visibility: hidden;
   height: 0;
   font-size: 0;
}
.swiper-container-v{
    width:100%;
    height: 100vh;
}
.swiper-slide{
   overflow: hidden;
}
.tab-container{
   width: 1200px;
   margin: 0 auto;
   padding: 20px 0;
   /*min-height: 550px;*/
   height: calc(100vh - 200px); 
   overflow: hidden;
}

/* .swiper-container-h .swiper-slide,.tab-container .swiper-slide{
   width: 100%;
   height:600px;
   border: 1px solid red;
} */
.tab-header{
   width: 800px;
   margin:0 auto;

}
/* .swiper-container-v .swiper-slide img{
  width: 100%;
  height: 100%;
} */

.title{
  height: 48px;
  text-align: center;
  margin: 75px 0;
  line-height: 48px;
  font-size: 60px;
  color: #143fdd;
  font-weight: 300;
}
.typed-cursor{
   color: #345678;
}

.page1{
   background: url('/template/2023/image/bg001.png') center;
   background-size: 100% 100%;
   position:relative;
}
.page2{
   /*background: url('https://cdn.jqrc88.com/012.gif') center;*/
   background: url('https://cdn.jqrc88.com/page2.gif') center;
   background-size: 100% 100%;
   position:relative;
   z-index: 11;
}
 .swiper-container-v.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
   background: #fff;
   opacity: .3;
   margin: 5px auto;
} 
.swiper-container-v.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
   width: 13px;
   height: 13px;
   opacity: 1;
   background: url('/template/2023/image/icon01.png')center no-repeat;
   background-size: 100% 100%;
   
}
.page1 .slideBtn{
   position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    width:75px;
    height: 75px;
    background: url(/template/2023/image/down.png) no-repeat center;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.page1 .slideBtn.o{
  -webkit-animation: arrowlx 1.5s linear infinite;
  -moz-animation: arrowlx 1.5s linear infinite;
  -o-animation: arrowlx 1.5s linear infinite;
  -ms-animation:arrowlx 1.5s linear infinite;
  animation: arrowlx 1.5s linear infinite;
}
.page1-inner{
   text-align: center;
   height: 100%;
   position: relative;
}
.page1-inner .page1-header{
   /* position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -100px;
   margin-left: -400px; */
   width: 890px;
   margin: 0 auto;
   text-align: center;
   height: 80%;
   transform: translateY(45%);
}
.page1-inner .page1-header img{
   object-fit: scale-down;
}
.page1-inner .page1-header .title-subtitle{
   margin-top:30px;
}
/* 菜单导航begin */

  .menuWarp{
   width: 100%;
   background: #345678;
   position:fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   overflow-y: hidden;
   z-index:240;
   min-height: 6rem;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    transition: all .5s;
    
  }
  .menuWarp .menu-inner{
   width: 100%;
   background: #345678;
   display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left-menu{
   width:15%;
   min-width:15%;
   height: 100vh;
   padding:15px;
   background: url(/template/2023/image/index/tab_bg.png) no-repeat bottom,linear-gradient(135deg,#00258e,#0b5bcd 56%, #4abdc8);
   background-size: 100% 100%;
}
.left-menu .menu-logo{
   width: 100%;
   margin-top: 10px;
   text-align: center;
   margin-bottom:30px;
}
.left-menu .menu-logo img{
   width:70%;
}
.serach-con .search-inner{
      height:55px;
      line-height:28px;
      position: relative;
      width: 100%;
      
  }
  .serach-con .ivu-input{
      background: #05338b;
      height:55px;
      padding:10px;
      color: #fff;
      width:80%;
      border: none;
      font-size:14px;
      display: inline-block;
      border-radius: 3px 0 0 3px;
  }
  .search-inner .submit-btn{
      flex: 1;
      height:55px;
      line-height: 55px;
      background-color: #05338b;
      color: #fff;
      border: none;
      font-size: 12px;
      border-radius: 0px 3px 3px 0px;
      background:url(/template/2023/image/index/ss.png) center no-repeat #05338b;
      background-size:42%;
      
  }
  .mainMenu{
   width: 100%;
   text-align: center;
   margin-top:20px;
  }
  .nav-list .nav-item{
   width: 100%;
   height:50px;
   line-height:50px;
   color: #fff;
   position: relative;
   font-size: 18px;
   font-weight: 600;
  font-family: "AlimamaFangYuanTiVF-Thin";  
  }
  .nav-list .nav-item.active{
     font-weight: 600;
  }
  .nav-list .nav-item.active::after{
   content:"";
   display: block;
   position: absolute;
   right:20px;
   bottom:25px;
   width:20%;
   height:1px;
   background-color: #fff;
   
  }
  .nav-list .nav-item.active::before{
   content:"";
   display: block;
   position: absolute;
   left:20px;
   bottom:25px;
   width:20%;
   height:1px;
   background-color: #fff;
   
  }
  .nav-list .nav-item a:hover{
   color: #fff;
  }
  .center-menu{
    width: 60%;
    height: 100%;
    padding:80px 30px 0 30px;
    height: 100vh;
    background: #000;
  }
 
  .business-title{
   display: block;
   width: 100%;
   border-bottom: 0.01rem solid hsla(0,0%,93.3%,.2);
   font-weight: 700;
   font-size:16px;
   color: #fff;
   margin-bottom:20px;
   height: 50px;
   line-height: 50px;
   margin-top: 20px;
  }
  .business-list{
   -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .business-list li{
   font-size: 12px;
   margin-right: 2%;
   height:38px;
   line-height:38px;
   text-align: center;
   background: hsla(0,0%,100%,.1);
   color: #fff;
   margin-bottom:8px;
   cursor: pointer;
   -webkit-transition: all .6s;
   transition: all .6s;
   padding: 0 20px;
}
.business-list li:hover{
   background: hsla(0,0%,100%,.25);
}
.center-inner .menu-item:not(:first-child){
    display: none;
}
.right-menu{
   flex: 1;
   height: 100vh;
   background: #000;
   color: hsla(0,0%,100%,.6);
   padding: 70px 20px 0 20px;
   position: relative;
  }
  .right-menu .close-btn{
     position: absolute;
     right: 20px;
     top:20px;
     cursor: pointer;
     z-index:999;
     color: #fff;
     -webkit-transition: all 1s;
     transition: all 1s;
     width:22px;
     height:22px;
     background: url(/template/2023/image/index/close.png) center no-repeat;
     background-size:90% 90%;
  }
  .right-menu .close-btn:hover{
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
  }
 .contact-title{
   display: block;
    border-bottom: 1px solid hsla(0,0%,93.3%,.2);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom:10px;
    line-height:45px;
    text-align: center;
  }
  .contact-con .company-name{
   font-size: 15px;
   margin-bottom:5px;
   padding: 0;
   height:40px;
   line-height:40px;
   margin-top:8px;
  }
  .contact-list li{
   font-size: 12px;
   line-height:32px;
   /* padding-left: 0.4rem; */
  }
  .contact-list li span{
   line-height: 32px;
  }
  .contact-list li .tel,.contact-list li .email,.contact-list li .address{
   width: 32px;
   height: 32px;
   text-align: center;
   margin-right: 10px;
  }
  .contact-list li span img {
   width:16px;
   height: 16px;
   object-fit: cover;
  }
  .contact-list li span.email img {
   width:18px;
   height: 15px;
  }
  .contact-list li span.address img{
   width:16px;
   height:20px;
  }
  .companyCode ul{
   margin:10px 0;
   font-size: 12px;
   line-height: 24px;
   
  }
  .companyCode ul li{
    text-align: center;
    font-size: 12px;
    width:45%;
  }
  .companyCode ul li:first-child{
   margin-right: 10px;
  }
  .companyCode ul li img{
   width:90px;
   height: 90px;
   object-fit: cover;
  }
  .leaveMessage input{
    width: 100%;
    background: hsla(0,0%,100%,.21);
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 10px;
    display: block;
    margin-bottom: 15px;
  }
  .leaveMessage select{
   display: block;
   width:100%;
   height: 50px;
   line-height: 35px;
   padding: 16px;
   color: #fff;
   background: hsla(0,0%,100%,.21) !important;
   resize: none;
   border:none;
   font-size: 12px;
   margin-bottom: 15px;
  }
  .leaveMessage textarea{
   display: block;
   width:100%;
   height: 100px;
   line-height: 28px;
   padding: 16px;
   background: hsla(0,0%,100%,.21) !important;
   resize: none;
   border:none;
   font-size: 12px;
  }
  .leaveMessage .submit_btns{

   display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background:url(/template/2023/image/index/Botton02.png) center no-repeat;
    background-size:contain;
    /* border-radius:5px; */
    border: none;
    cursor: pointer;
    margin-top: 10px;
  }
  .checkExistRong{
     display:block;
     line-height:28px;
     margin-bottom: 10px;
     font-size: 12px;
     color: #ad0303;
  }
  
/* 菜单导航end */

/* 第二屏begin */
.page2{
   overflow: hidden;
   position: relative;
}
.page2 .fw-contain{
   position: relative;
   /* z-index:10;    */
   height:calc(100vh - 100px);
  
}
.title-con{
   margin-top:5%;
   text-align: center;
}
.title-con .page2_title2{
   margin:5px 0;
}
.u_p3d {
   -webkit-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   transform-style: preserve-3d;
}

  .page2 .fw-inner{
     /*width: 620px;*/
     /*height:450px;*/
     /*margin:0 auto;*/
     /*background: url(/template/2023/image/index/szpp.png)center no-repeat;*/
     /*background-size: 100% 100%;*/
     margin-top:50px;
     position: relative;
     
  }
  .fe-item{
   /*transform: translate(-42%, -76%);*/
   animation: yuan1 2s linear 0s infinite;
   display: inline-block;
  }
  /*.fe-item.cpch{*/
   /*animation: yuan2 1.5s linear 0s infinite;*/
  /*}*/
  /*.fe-item.ppsj{*/
  /* animation: yuan3 2.5s linear 0s infinite;*/
  /*}*/
  /*.fe-item.ppyx{*/
  /* animation: yuan4 2s linear 0s infinite;*/
  /*}*/
  /*.fe-item.cpyx{*/
  /* animation: yuan03 3s linear 0s infinite;*/
  /*}*/
  /* .fe-item.cpyx{
   animation: yuan6 3s linear 0s infinite;
  } */
  /*.fe-item.szmt{*/
  /* animation: yuan5 2s linear 0s infinite;*/
  /*}*/
  .fe-item img{
   width: 90px;
   height:85px;
   object-fit: contain;
  }
  .fw-list {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* top: -8%; */
}
.fw-list .list-top {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}
.fw-list .list-bottom {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
  .page2 .szpp_list{
     position: absolute;
    bottom: 65px;
    left: 30%;
    width: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .page2 .szpp-item{
   display: inline-block;
  }
  .page2 .szpp-item img{
       width: 90px;
    height: 100px;
  }
  .page2 .szpp-item.zscq{
   animation: yuan6 2s linear 0s infinite;
  }
  .page2 .szpp-item.yexyrz{
   animation: yuan7 2s linear 0s infinite;
  }
/* 第二屏end */
@keyframes arrowlx{
   0%{
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      opacity:0;
   }
   50% {
      opacity: 1;
      -webkit-transform: translate(0);
      transform: translate(0);
  }
   100%{
      opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
}

@keyframes yuan1 {
   0% {
       transform: translate(0%, 0%)
   }

   50% {
       transform: translate(0%, -10%)
   }

   100% {
       transform: translate(0%, 0%)
   }
}

@keyframes yuan2 {
   0% {
       transform: translate(120%, -50%)
   }

   50% {
       transform: translate(120%, -40%)
   }

   100% {
       transform: translate(120%,-50%)
   }
}

@keyframes yuan3 {
   0% {
       transform: translate(0%, 70%)
   }

   50% {
       transform: translate(0%, 60%)
   }

   100% {
       transform: translate(0%, 70%)
   }
}
@keyframes yuan03 {
   0% {
       transform: translate(20%, 70%)
   }

   50% {
       transform: translate(20%, 60%)
   }

   100% {
       transform: translate(20%, 70%)
   }
}
@keyframes yuan4 {
   0% {
       transform: translate(100%, -50%)
   }

   50% {
       transform: translate(100%, -40%)
   }

   100% {
       transform: translate(100%,-50%)
   }
}
@keyframes yuan5 {
   0% {
      transform: translate(80%, 0%)
  }

  50% {
      transform: translate(80%, -10%)
  }

  100% {
      transform: translate(80%, 0%)
  }
}
@keyframes yuan6{
   0% {
      transform: translate(0%, 10%)
  }

  50% {
      transform: translate(20%, 10%)
  }

  100% {
      transform: translate(0%, 10%)
  }
}
@keyframes yuan7{
   0% {
      transform: translate(140%, 0%)
  }

  50% {
      transform: translate(120%, 0%)
  }

  100% {
      transform: translate(140%, 0%)
  }
}

 @media screen and (max-width: 1199px) {
    .common-con {
        width:1000px;
        margin: 0 auto;
     }
}
