*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration: none;
}
.m1200{
    width:1200px;
    margin:0 auto;
}
.box1{
    overflow: hidden;
    position: relative;
}
.box1 .swiper-slide img {
    width: 100%;
}
/* .nav{
    position: absolute;
    display: table;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 8px 16px 0px rgba(8, 35, 48, 0.03);
    z-index:99999;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    padding:20px;
    width:1160px;
}
.nav .logo{
    float: left;
    margin-right:60px;
    margin-top: 7px;
}
.nav .nav_list li{
    float: left;
    margin-right:48px;
    line-height: 48px;
}
.nav .nav_list li:nth-child(5){
    margin-right:0;
}
.nav .nav_list li a{
    color: #333;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.nav_list li:hover a{
    color: #056394;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.nav_list li:hover{
    border-bottom: 1px solid var(--logo-, #056394);
    line-height: 47px;
}
.search{
    margin-left:30px;
    float: left;
    margin-top: 5px;
    position: relative;
} 
.search .syssinput {
    height: 36px;
    width:120px;
    color: #056394;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
    border-radius: 24px;
    border: 1px solid #056394;
    padding:0 20px;
}
.syssbtn{
    position: absolute;
    right: 20px;
    top: 12px;
    line-height: 2rem;
    height: 16px;
    width: 16px;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-size: 100%;  
}
.zyw{
    width:130px;
    height:16px;
    float: left;
    margin-top: 15px;
}
.zyw ul li{
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    line-height: 16px;
}
.zyw ul li a{
    color: #101E75;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.zyw ul li:nth-child(3) a{
    color:#A3A9CC;
}
.zyw ul i{
    float: left;
    border:1px solid #A3A9CC;
    height:16px;
    font-style: none;
} */


.left {
    left: -100%;
    animation: slideRight 1s forwards;
  }
  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
   
  @keyframes slideUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
   
  @keyframes slideLeft {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
   
  @keyframes slideRight {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
/* 头部结束 */


/* 新闻动态 */
.dqwz{
    margin-top:30px;
}
.dqwz a{
    color: #999;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
}
.rdfbdj .lanmu{
    width:480px;
    height:48px;
    margin:0 auto;
    padding:24px 0;
}
.rdfbdj .lanmu span{
    width:152px;
    height:48px;
    text-align:center;
    display: block;
    float: left;
    line-height: 48px;
}
.rdfbdj .lanmu span a{
    color: #999;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.rdfbdj .lanmu .on{
    position: relative;
}
.rdfbdj .lanmu .on svg{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.rdfbdj .lanmu .on a{
    color:  #056394;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.rdfbdj ul li{
    padding: 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.64) 100%);
    box-shadow: 0px 4px 16px 0px rgba(194, 202, 255, 0.48);
    margin-bottom:20px;
}
.rdfbdj ul li:hover{
    opacity:0.8;
}
.rdfbdj ul li a span{
    color: #056394;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom:12px;
}
.rdfbdj ul li a p{
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1 0 0;
    display: block;
    height: 36px;
}
.rdfbdj ul li a b{
    color: #999;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top:12px;
    display: block;
}
/* 加入我们 */
.jrwm .rdfbdj .lanmu{
    width:152px;
}



/* 公司简介 */
.jainjie .rdfbdj .lanmu{
    width:152px;
}
.jianjie_nei{
    margin-top: 40px;
    margin-bottom:40px;
}
.jianjie_nei img{
    margin: 0 auto;
    display: block;
    margin-bottom:20px;
}
.jianjie_nei p{
    color: #666;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}
.lxwm1 span{
    color: #666;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom:16px;
}
.lxwm1 span svg{
    display: inline;
    margin-top:10px;
}
.lxwm1{
    margin-bottom:80px;
}
.lxwm1 img{
    width:100%;
}




/* 底部js */
.bottom_js{
    background: linear-gradient(180deg, #056394 0%, rgba(5, 99, 148, 0.80) 100%);
    width:100%;
    height:610px;
}
.bottom_js .dbbj{
    width:100%;
}
.bottom_js .name{
    margin-bottom:20px;
}
.bottom_js .name span{
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.bottom_js .name p{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.bottom_js .m1200{
    padding-top: 30px;
}
.bottom_js .lxwm{
    height: 65px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
}
.bottom_js .lxwm span{
    color: #FFF;
    text-align: left;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom:20px;
}
.bottom_js .lxwm ul li{
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    float: left;
    line-height: 14px;
    display: flex;
    width: 33%;

}
.bottom_js .lxwm ul li svg{
    margin-right:10px;
}
.bottom_js .lxwm ul li:nth-child(3){
    float: right;
    width: 10%;
}
.bottom_js .gylj div{
    float: left;
    margin-top: 36px;
}
.bottom_js .gylj div span{
    color: #FFF;
    text-align: left;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
}
.bottom_js .gylj div ul li a{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
}
.bottom_js .gylj .gywm{
    margin-right:150px;
}
.bottom_js .gylj .ewm{
    float: right;
}
.bottom_js .gylj .ewm span{
    text-align: center;
}
.bottom_js .gylj{
    width:100%;
    display: table;
    border-bottom: 1px solid #FFF;
    padding-bottom:36px;
}
.bottom_js .beian, .bottom_js .beian a{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
    line-height:40px;
}