

*{margin:0;padding:0;}
a{text-decoration: none;}
li{list-style: none;}

body{
  font-family: "Chinese Quote","-apple-system","BlinkMacSystemFont","Segoe UI,Roboto","PingFang SC",
  "Hiragino Sans GB","Microsoft YaHei","Helvetica Neue","Helvetica,Arial",sans-serif;
  font-size:14px;
}

.header{
  width:100%;
  height:80px;
  background: #0A1524;
  
}
.header .inner{
  width:1400px;
  height:80px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo{
  width: 194px;
  height: 70px;
  margin:0 30px 0 0;
}
.header .logo img{
  width: 100%;
  height: 100%;
}

.header .nav{

}
.header .nav ul{
  display: flex;
}
.header .nav ul li{
  margin:0 30px 0 0;
}
.header .nav ul li a{
  font-size:18px;
  color:#fff;
}

.header .contact{
  width:300px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.header .contact img{
  width:20px;
  height:20px;
  margin:0 10px 0 0;
}
.header .contact span{
  color:#fff;
}


/*轮播图*/
#full-screen-slider { 
  width:100%; 
  height:620px; 
  float:left; 
  position:relative;
  z-index:9;}
#slides{display:block; 
  width:100%; 
  height:620px; 
  list-style:none;
  padding:0; 
  margin:0; 
  position:relative;
}
#slides li{display:block; 
  width:100%;height:620px; 
  list-style:none; padding:0; 
  margin:0;
  position:absolute;
}
#slides li a{ display:block; 
  width:100%;text-indent:-9999px}
#pagination{display:block; 
  list-style:none; position:absolute;
  left:33%; bottom:30px;
  z-index:9900; 
  padding:5px 15px 5px 0;
}
#pagination li{float:left;
  display:block; list-style:none; 
  width:40px; height:6px;border-radius:4px; 
  margin-left:15px; 
  background:#FFF }
#pagination li a{
  display:block;
  width:100%; 
  height:100%;
  padding:0; 
  margin:0;  
  text-indent:-9999px;
}
#pagination li.current{
  border-radius:4px;
  background:#0051FF;
}


/*统计*/
.totalnum{
  overflow: hidden;
  padding:80px 0 60px 0;
  clear: both;
}
.totalnum .inner{ 
  width:1400px;
  margin: 0 auto;
}
.totalnum .hd{
  margin:0 0 40px 0;
}
.totalnum .hd .tit{
  margin:0 0 10px 0;
  font-size: 36px;
  color: #111418;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.totalnum .hd .subtit{
  font-size: 16px;
  color: #7D7E80;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}
.totalnum .bd{
  display: flex;
  justify-content: space-between;
  padding:0 100px;
}
.totalnum .bd .item .main{
  font-size: 24px;
  color: #0051FF;
  font-weight: 600;
}
.totalnum .bd .item .main span{
  margin:0 0 0 4px;
  font-size: 14px;
  font-weight: 500;
  color: #3D3D3D;
}
.totalnum .bd .item .sub{
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
}


/*服务*/
.service{
  padding:0px 0 80px;
}
.service .inner{ 
  width:1400px;
  margin: 0 auto;
}
.service .hd{
  margin:0 0 30px 0;
}
.service .hd .tit{
  margin:0 0 10px 0;
  font-size: 36px;
  color: #111418;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.service .hd .subtit{
  font-size: 16px;
  color: #7D7E80;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}

.service .bd{
  display: flex;
}
.service .bd .item{
  width: 248px;
  height: 500px;
  margin:0 20px 0 0;
  border-radius:4px;
  position: relative;
}
.service .bd .item:nth-child(5n){
  margin-right:0;
}
.service .bd .item img{
  width: 100%;
  height: 100%;
}
.service .bd .item .topic{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}



/*优势*/
.advance{
  width:100%;
  height:500px;
  overflow: hidden;
  padding:80px 0 80px;
  background:url('../image/advance-bg.png') no-repeat center;
  background-size:100% 100%;
}
.advance .inner{ 
  width:1400px;
  margin: 0 auto;
}
.advance .hd{

}
.advance .hd .tit{
  margin:0 0 10px 0;
  font-size: 36px;
  color: #111418;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.advance .hd .subtit{
  font-size: 16px;
  color: #7D7E80;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}

.advance .bd{
  margin:30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.advance .bd .left ul li{
  display: flex;
  margin:0 0 20px 0;
}
.advance .bd .left ul li .icon{
  width:30px;
  height:30px;
  margin:00 10px 0 0;
}
.advance .bd .left ul li .icon img{
  width:100%;
  height:100%;
}
.advance .bd .left ul li .con{
  flex:1;
}
.advance .bd .left ul li .con span{
  display:block;
  margin:0 0 6px 0;
  font-size: 20px;
  color: #3D3D3D;
  font-weight: 600;
}
.advance .bd .left ul li .con em{
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #7D7E80;
}

.advance .bd .right{
  width: 450px;
  height: 450px;
}
.advance .bd .right img{
  width:100%;
  height:100%;
}


/*案例*/
.case{
  width:100%;
  height:620px;
  overflow: hidden;
  padding:80px 0 60px;
  background:url('../image/case-bg.png') no-repeat center;
  background-size:100% 100%;
}
.case .inner{ 
  width:1400px;
  margin: 0 auto;
}
.case .hd{

}
.case .hd .tit{
  margin:0 0 10px 0;
  font-size: 36px;
  color:#ffffff;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.case .hd .subtit{
  font-size: 16px;
  color: #7D7E80;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}

.case .fd{
  width: 140px;
  height: 40px;
  margin:30px auto;
  border-radius: 3px;
  background: linear-gradient(110deg, #43C0FF 0%, #0051FF 36%);
  text-align: center;
  line-height:40px;
  
}
.case .fd a{
display: block;
color:#fff;
}

/*-旋转效果-*/
.rotation {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.roundabout-holder { 
  margin:0px auto; 
  width: 1000px; 
  height: 450px; 
  position: relative;
  overflow: visible;
}
.roundabout-moveable-item { 
  border-radius: 12px; 
  border: 2px solid rgba(255, 255, 255, 0.3); 
  width: 450px; 
  height: 320px; 
  cursor: pointer;
  -moz-border-radius: 12px; 
  -webkit-border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  overflow: hidden;
}
.roundabout-moveable-item:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-8px) !important;
}
.roundabout-moveable-item img { 
  display: block;
  width: 90%; 
  height: 90%; 
  margin: 0 auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.roundabout-moveable-item span{
  display: block;
  margin:4px 0 0 0;
  text-align: center;
  font-size:16px;
  color:#313131;
  font-weight: 600;
}
.roundabout-in-focus { 
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255,255,255,0.2);
}

/* 导航箭头按钮 */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 36px;
  color: #1e3c72;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  line-height: 1;
  padding: 0;
}
.nav-btn:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-50%) scale(1.1);
}
.nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}
.prev-btn {
  left: -200px;
}
.next-btn {
  right: -200px;
}
/*-end 旋转效果-*/


/*合作伙伴*/
.cooperat{
  width:100%;
  overflow: hidden;
  padding:80px 0 60px;
  background:url('../image/cooperat-index-bg.png') no-repeat top;
  background-size:100% auto;
}
.cooperat .inner{
  width:1400px;
  margin: 0 auto;
}
.cooperat .hd{

}
.cooperat .hd .tit{
  margin:0 0 10px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.cooperat .hd .subtit{
  font-size: 16px;
  color: #7D7E80;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}
.cooperat .bd{
  margin:40px 0 0 0;
}
.cooperat .bd ul li{
  float: left;
  width: 264px;
  height: 88px;
  margin:00 20px 20px 0;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(2, 45, 135, 0.1);
  background:#fff;
}
.cooperat .bd ul li:nth-child(5n){
  margin-right:0;
}
.cooperat .bd ul li img{
  width: 100%;
  height: 100%;
}


/*合作流程*/
.flow{
  width:100%;
  overflow: hidden;
  padding:0px 0 60px;
}
.flow .inner{
  width:1400px;
  margin: 0 auto;
}
.flow .hd{

}
.flow .hd .tit{
  margin:0 0 10px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.flow .bd{
  margin:40px 0 0 0;
}
.flow .bd ul{ 
  display: flex;
}
.flow .bd ul li{
  width:272px;
  height:256px;
  margin:0 10px 0px 0;
  background: #F6F9FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;

}
.flow .bd ul li:nth-last-child(1){
  margin-right: 0;
}
.flow .bd ul li img{
  width: 90px;
  height: 90px;
}
.flow .bd ul li span{
  margin:20px 0 0 0;
  font-size: 18px;
  color: #111418;
  font-weight: 700;
}
.flow .bd ul li .arrow{
  position: absolute;
  top:50%;
  right:-25px;
  z-index: 2;
  margin-top:-25px;
  width:50px;
  height:50px;
}
.flow .bd ul li .arrow img{
  width:100%;
  height:100%;
}

/*留言*/
.leave{
  width:100%;
  height:220px;
  overflow: hidden;
  padding:80px 0 60px;
  background:url('../image/leave-bg.png') no-repeat center;
  background-size:100% 100%;
}
.leave .inner{ 
  width:1400px;
  margin: 0 auto;
}
.leave .hd{

}
.leave .hd .tit{
  margin:0 0 26px 0;
  font-size: 36px;
  color: #111418;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.leave .hd .subtit{
  font-size:26px;
  color: #0051FF;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}
.leave .bd{
  height:200px;
  margin:36px 0 0 0;
  display: flex;
  align-self:center;
  justify-content: center;
}
.leave .bd .form{
  height:36px;
}
.leave .bd .form input{
  width:250px;
  height:36px;
  padding:0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  border:none;
}
.leave .bd .form input:focus{
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: #0051FF 1px solid;
  box-sizing: border-box;
}
.leave .bd .form button{
  width:90px;
  height:35px;
  border-radius: 5px;
  background: linear-gradient(114deg, #43C0FF 0%, #0051FF 53%);
  color:#fff;
  box-sizing: border-box;
  border:none;
}


/*底部*/
.footer{
  width:100%;
  height:300px;
  padding:50px 0 0 0;
  background: #0A1524;
}

.footer .inner{
  width:1400px;
  overflow: hidden;
  margin:0 auto;

}
.footer .a{
  height:200px;
  margin:0 0 30px 0;
  display: flex;
  justify-content: space-between;
}
.footer .a .logo{
  width: 210px;
  height: 80px;
}
.footer .a .logo img{
  width:100%;
  height:100%;
}
.footer .a .base .hd{
  margin:0 0 10px 0;
  font-size:20px;
  color: #fff;
  font-weight: 700;
}
.footer .a .base .bd{
  line-height:26px;
  color: #A2A3A6;
}
.footer .a .link{

}
.footer .a .link .hd{
  margin:0 0 10px 0;
  font-size:20px;
  color: #fff;
}
.footer .a .link .bd{
  display: flex;
}
.footer .a .link .bd ul{
  margin:0 20px 0 0;
}
.footer .a .link .bd ul li a{
  line-height:24px;
  color: #A2A3A6;
}

.footer .a .qcode{

}
.footer .a .qcode .hd{
  margin:0 0 10px 0;
  font-size:20px;
  color: #fff;
}
.footer .a .qcode img{
  width: 120px;
  height: 120px;
}

.footer .copyright{ 
  width:100%;
  height:60px;
  border-top: 1px solid #3f3f3f;
  line-height:60px;
  text-align: center;
  font-size:12px;
  color:#fff;
}
.footer .copyright a{
  color:#fff;
 }


/*回到顶部*/
#back-to-top{position:fixed;bottom:5%;left:90%;}
#back-to-top a{
  text-align:center;
  text-decoration:none;
  font-size:12px;
  color:#d1d1d1;
  display:block;
  width:50px;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition:color 1s; 
  -webkit-transition:color 1s;
  -o-transition:color 1s;
}
#back-to-top a:hover{
  color:#979797;
}
#back-to-top a span{
  display:block;
  height:50px;
  width:50px;
  background:url(../image/top.png) no-repeat center center;
  margin-bottom:5px;
  -moz-transition:background 1s;
  -webkit-transition:background 1s;
  -o-transition:background 1s;
}
#back-to-top a:hover span{
  background:url(../image/top.png) no-repeat center center;}




/*--关于我们页--*/
.about-page{
  background: #F6F7FA;
}
.about-mod-img{
  width:100%;
  height: 450px;
}
.about-mod-img img{
  width:100%;
  height:100%;
}


.about-main{
  width:1200px;
  overflow: hidden;
  margin:40px auto 0;
  position: relative;
}
.about-main .mod-name{
  position: absolute;
  left:0;
  top: 0;
}

.about-main .mod-name span{
  font-size: 40px;
  color: #111418;
  font-weight: 600;
}
.about-main .mod-name em{
  font-size: 24px;
  color: #0051FF;
  font-style: normal;
  font-weight: 600;
}
 

.about-main .us .rigt{
  display: flex;
  justify-content: space-between;
  margin:0 0 0 40px;
}

.about-main .us {}

/* 切换 */
.slideTxtBox{ 
  display: block;
  width:1200px;
  margin:0 0 0 0px;
  text-align:left;
  position: relative;
}
.slideTxtBox .hd{ 
  height:30px; 
  line-height:30px;  
  text-align: right;
  padding:0px 10px 0 20px;
  margin:30px 0 40px 0;  
  font-size:22px;  
  
}
.slideTxtBox .hd ul{ 
  float:right;  
  position:absolute; 
  right:20px; 
  top:0px; 
  height:32px;   }
.slideTxtBox .hd ul li{ 
  float:left; 
  margin:0 0 0 50px;
  padding:0 0 6px 0;
  cursor:pointer;
  font-weight: 600;
}
.slideTxtBox .hd ul li.on{ 
  height:30px;   
  margin:0 0 0 50px;
  border-bottom:2px solid #0051FF; 
  color: #0051FF;
}
.slideTxtBox .bd{ 
  
}
.slideTxtBox .bd .con{
  overflow: hidden;
  padding:20px 0;
  border-radius: 3px;
  
}
.slideTxtBox .bd .con .item{
  margin:0 0 20px 0;
  }
.slideTxtBox .bd .con .item .tit{ 
  margin:0 0 10px 0;
  font-size:20px;
  font-weight: 600;
}
.slideTxtBox .bd .con .item .sub{ 
  line-height: 24px;
  font-size:14px;
  color: #666;
}

/*企业简介*/
.introd{
  margin:0 0 60px 0;
}
.introd .company{
  display: flex;justify-content: space-between;
}

.introd .cover{
  width: 500px;
  height: 400px;
  border-radius: 3px;
}
.introd .cover img{
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.introd .tex{
  flex:1;
  margin:0 0 0 40px;
  padding:20px;
  background: #F6F7FA;
  border-radius:6px;
}
.introd .advant{
  margin:0 0 0px 0;
}
.introd .advant .hd{
  padding:30px 0 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.introd .advant .bd{
  display: flex;
}
.introd .advant .bd .item{
  flex:1;
  height: 310px;
  background: #f4f4f4;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin:0 20px 0 0;
}
.introd .advant .bd .item:nth-child(4n){
  margin-right:0;
}
.introd .advant .bd .item .icon{
  width: 80px;
  height: 80px;
  margin:0 0 20px 0;
}
.introd .advant .bd .item .icon img{
  width: 100%;
  height: 100%;
}
.introd .advant .bd .item .tit{
  margin:0 0px 10px 0;
  font-size:20px;
  color: #313131;
  font-weight: 600;
}
.introd .advant .bd .item .sub{
  padding:0 20px;
  font-size:14px;
  color: #3D3D3D;
}

.culture{
  margin:0 0 60px 0;
}
.culture img{
  display: block;width:1200px;height:auto;margin:0 auto;
}
.culture .spirit{
  padding:60px 0px 0;
}
.culture .spirit .hl{
  margin:0 0 30px 0;
  text-align: center;
  line-height:30px;
  font-size:24px;
  font-weight: 600;
}
.culture .spirit .bl{
  display: flex;
  justify-content: space-between;
}
.culture .spirit .bl .item{
  flex:1;
  margin:0 30px 0 0;
  position: relative;
}
.culture .spirit .bl .item img{
  width:100%;
  border-radius:10px;
}
.culture .spirit .bl .item:nth-child(4n){
  margin-right:0;
}
.culture .spirit .bl .item .txt{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size:24px;
  color:#fff;
}


/*发展历程*/
.develop{

}
.develop .process{
  overflow: hidden;
  margin:0 0 40px 0;
}
.develop .process .hd{
  display: flex;
  justify-content:space-around;
}
.develop .process .hd .item{
  margin:0 20px 0 0;
}
.develop .process .hd .item.actions{
  color: #0051FF;
  font-weight:600;
}
.develop .process .bd{}
.develop .process .bd .item{
  text-align: center;
  display: flex;
}
.develop .process .bd .item span{
  display: inline-block;
  width:41%;
  text-align: right;
  font-size: 18px;
  color:#616161;
  font-weight: 600;
  padding:0 20px 0 0;
  margin:0 20px 0 0;
  border-right: #0051FF 1px solid;
}
.develop .process .bd .item em{
  flex:1;
  text-align: left;
  font-size: 16px;
  font-style: normal;
}

.develop .aptitude{
  
}
.develop .aptitude .hl{
  margin:0 0 30px 0;
  text-align: center;
  line-height:30px;
  font-size:24px;
  font-weight: 600;
}
.develop .aptitude .bl{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.develop .aptitude .bl .item{
  padding:20px;
  background:#fff;
}
.develop .aptitude .bl .item img{
  width:100%;
  height:200px;
}

/*团队*/
.team{
  width:100%;
  height:480px;
  padding-top:100px;
  background: url('../image/team-bg.jpg') no-repeat center;
  background-size:100% 100%;
}
.team .inner{
  width:1400px;
  margin:0 auto;
}
.team .hd{
  margin:0px 0 30px 0;
  font-size:30px;
  color:#fff;
  font-weight: 700;
}
.team .bd{
  width:426px;
  line-height:26px;
  font-size:14px;
  color:#fff;
  font-weight: normal;
}
.team .bd p{
  margin:0 0 20px 0;
}


/*业务页*/
.busine-page{
  background: #F6F7FA;
}
.busine-mod-img{
  width:100%;
  height:440px;
  background:url('../image/busine.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.busine-mod-img .name{
  font-size:40px;
  font-weight: 600;
}
.busine-mod-img .sub{
  font-size:18px;
  color: #575859;
}
.busine-mod-img .btn{
  width: 140px;
  height: 40px;
  background: linear-gradient(110deg, #43C0FF 0%, #0051FF 36%);
  border-radius:4px;
  margin:40px 0 0 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  
}
.busine-mod-img .btn a{
  color:#fff;
}

.busine-page .busine-contain{
  width:1200px;
  margin:0 auto;
}
.busine-page .busine-contain .bus-slogan{
  padding:40px 0;
  text-align: center;
  font-size:24px;
  font-weight: 600;
}
.busine-page .busine-contain .busine-cate{
  display: flex;
  justify-content: space-around;
  padding:0 16%;
}
.busine-page .busine-contain .busine-cate .item{
  padding:0 0 10px 0;
  font-size:18px;
}
.busine-page .busine-contain .busine-cate .item.cur{
  border-bottom: #0051FF solid 2px;
  color:#0051FF;
  font-weight: 600;
}
.busine-page .busine-contain .busine-bd{
  margin:40px 0;
}
.busine-page .busine-contain .busine-bd .item{
  background:#fff;
  padding:30px;
  border-radius:8px;
  display: flex;

}
.busine-page .busine-contain .busine-bd .item .cover{
  width: 450px;
  height: 350px;
  margin:0 40px 0 0;
}
.busine-page .busine-contain .busine-bd .item .cover img{
  width:100%;
  height:100%;
}
.busine-page .busine-contain .busine-bd .item .info{
  flex: 1;
  padding:60px 0 0 0;
}
.busine-page .busine-contain .busine-bd .item .info .tit{
  margin:0 0 24px 0;
  font-size:24px;
  font-weight: 600;
}
.busine-page .busine-contain .busine-bd .item .info .desc{
  margin:0 0 34px 0;
  font-size:16px;
  color: #7D7E80;
  font-weight: 500;
}
.busine-page .busine-contain .busine-bd .item .info .tags{
  display: flex;
  justify-content: flex-start;
}
.busine-page .busine-contain .busine-bd .item .info .tags .tag{
  margin:0 30px 0 0;
  padding-left:20px;
  background:url('../image/icon12.png') no-repeat left;
  background-size:16px 16px;
}


/*--案例页面--*/
.case-page .clumon-name{
  height:450px;
  margin:0 0 60px 0;
  background:url('../image/case.png') no-repeat center;
  background-size:100% 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.case-page .clumon-name .name{
  font-size:40px;
  font-weight: 600;
}
.case-page .clumon-name .sub{
  font-size:18px;
  color: #575859;
}
.case-page .clumon-name .btn{
  width: 140px;
  height: 40px;
  background: linear-gradient(110deg, #43C0FF 0%, #0051FF 36%);
  border-radius:4px;
  margin:40px 0 0 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color:#fff;
}
.case-page .clumon-name .btn a{
  display: block;
  color:#fff;
}


.case-main{

}
.case-main .inner{
  width:1200px;
  margin:0 auto;
}
.case-main .tit{
  margin:0 0 40px 0;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.case-main .cate-name{
  display: flex;
  justify-content:space-around;
  align-items: center;
  padding:0 20%;
  margin:0 0 40px 0;
}
.case-main .cate-name .item{
  margin:0 20px 0 0;
  font-size: 20px;
  font-weight: 500;
  
  cursor: pointer;
}
.case-main .cate-name .item a{
  color: #7D7E80;
}
.case-main .cate-name .item.act{
  padding:6px 20px;
  background: #0051FF;
  border-radius:20px;
  
  font-weight: 600;
}
.case-main .cate-name .item.act a{
  color:#fff;
}

.case-main .case-list{

}
.case-main .case-list .cond{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding:0 0 40px 0;
}
.case-main .case-list .cond .case-box{
  padding:6px;
  background: #FFFFFF;
  border-radius:6px;
}
.case-main .case-list .cond .case-box .img{
  width:100%;
  height:158px;
}
.case-main .case-list .cond .case-box .img img{
  width:100%;
  height:100%;
}
.case-main .case-list .cond .case-box .info{

}
.case-main .case-list .cond .case-box .info .title{
  padding:10px 0;
  font-size:17px;
  font-weight: 600;
}
.case-main .case-list .cond .case-box .info .desc{
  margin:0 0 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  font-size:13px;
  color: #7D7E80;
}
.case-main .case-list .cond .case-box .info .vist{
  font-size:12px;
  color: #A2A3A6;
}




/*--通用分页--*/
.pageation{
  margin:0 0 40px 0;
}
.pagination{
  display: flex;
  text-align: center;
  justify-content: center;
}
.pagination  li{
  margin:0 6px 0;
  padding:0 14px;
  height: 30px;
  line-height:30px;
  background:#eaebec;
  border-radius:4px;
}
.pagination  li.active{
  background: #0051FF;
  color:#fff;
}
.pagination  li.active span{
  color:#fff;
}
.pagination  li span{
  color: #414141;
}
.pagination  li a{
  color: #414141;
}

/*案例详情*/
.case-detail-page{
  background: #F6F7FA;
}
.case-detail{

}
.case-detail .inner{
  width:1400px;
  margin:0 auto;
}
.case-detail .lacation{
  line-height:80px;
  font-size:16px;
  color: #575859;
}
.case-detail .lacation a{
  color: #575859;
}
.content-box{
  background: #FFFFFF;
  margin:0px 0 30px;
}

.content-box  .tit{
  padding:40px 0 0 0;
  line-height:40px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.content-box .form{
  border-bottom :#e2e2e2 solid 1px; 
  text-align: center;
  line-height:60px;
}
.content-box .desc{
  margin:30px 18%;
  padding:20px;
  background:#f3f3f3;
  font-size: 16px;
  color: #616161;
}
.content-box .form span{
  margin:0 20px;
  color:#616161;
}
.content-box .bd{
  padding:0 0 30px 0;
}
.content-box .bd img{
  display: block;
  margin:0 auto;
  max-width:70%;
}

/*新闻资讯*/
.news-page{
  background: #F6F7FA;
}
.news-page .clumon-name{
  width:100%;
  height: 300px;
  background: linear-gradient(180deg, #0A1524 0%, #3C4755 100%);
  padding:40px 0 0 0px;
}
.news-page .clumon-name .inner{
  width:1200px;
  margin:0 auto;
  position: relative;
}
.news-page .clumon-name .tit{
  font-size: 26px;
  color:#fff;
}
.news-page .clumon-name .sub{
  font-size: 16px;
  color: #F5F6F7;
}
.news-page .clumon-name .arrow{
  width:26px;
  height:26px;
  background: url('../image/arrow.png') no-repeat center;
  background-size:100% 100%;
  position: absolute;
  top:-20px;
  left:-10px;
}

.news-page .news-main{
  position: relative;
  z-index:9;
  margin:-200px 0 0 0;
}
.news-main .inner{
  width:1200px;
  margin:0 auto;
}
.news-main .top{
  width:100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.news-main .top .item{
  background:#fff;
  border-radius:8px;
}
.news-main .top .item .img{
  width:100%;
  height:160px;
}
.news-main .top .item .img img{
  width:100%;
  height:100%;
  border-radius:8px 8px 0 0;
}
.news-main .top .item .txt{
  margin:10px 0 8px;
  padding:0px 12px;
  font-size:18px;
  color: #3D3D3D;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}
.news-main .top .item .desc{
  padding:0px 12px;
  margin:0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}

.news-main .cate-list-box{
  margin:40px 0 0 0;
}
.news-main .cate-list-box .tit{
  margin:0 0 40px 0;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.news-main .cate-list-box .cate-name{
  display: flex;
  justify-content:space-around;
  align-items: center;
  padding:0 20%;
  margin:0 0 40px 0;
}
.news-main .cate-list-box .cate-name .item{
  margin:0 20px 0 0;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.news-main .cate-list-box .cate-name .item a{
  color: #7D7E80;
}
.news-main .cate-list-box .cate-name .item.act{
  padding:6px 20px;
  background: #0051FF;
  border-radius:20px;
  
  font-weight: 600;
}
.news-main .cate-list-box .cate-name .item.act a{
  color:#fff;
} 

.news-main .cate-list-box .thunm-list{
  margin:0 0 30px 0;
}
.news-main .cate-list-box .thunm-list .item{
  display:flex;
  flex-direction: row;
  align-items: center;
  margin:0 0 20px 0;
}
.news-main .cate-list-box .thunm-list .item .date{
  width:160px;
  text-align: center;
}
.news-main .cate-list-box .thunm-list .item .date span{
  display: block;
  font-size: 24px;
}
.news-main .cate-list-box .thunm-list .item .date em{
  display: block;
  font-size:16px;
  color: #7D7E80;
  font-style: normal;
}

.news-main .cate-list-box .thunm-list .item .info{
  flex: 1;
  height: 120px;
  border-bottom:1px solid #E2E2E2;
  padding-bottom:0px;
  margin-right:50px;
  display:flex;
  flex-direction:column;
  justify-content: center;
}

.news-main .cate-list-box .thunm-list .item .info .name{
  margin:0 0 20px 0;
  font-size:18px;
  color:#313131;
  font-weight: 600;
}
.desc{
  font-size:14px;
  color: #7D7E80;
}

.news-main .cate-list-box .thunm-list .item .img{
  width: 250px;
  height: 140px;
}
.news-main .cate-list-box .thunm-list .item .img img{
  width: 100%;
  height: 100%;
  border-radius:10px;
}

/*--资讯详情页--*/
.news-detail-page{
  background: #F6F7FA;
}
.news-detail{
  width:1200px;
  margin:0 auto;
}
.news-detail .lacation{
  line-height:80px;
  font-size:16px;
  color: #575859;
}
.news-detail .lacation a{color: #575859;}

.news-detail .content-box{
  background: #FFFFFF;
  border-radius:6px;
  margin:0px 0 30px;
}

.news-detail .content-box  .tit{
  padding:40px 0 0 0;
  line-height:40px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.news-detail .content-box .form{
text-align: center;
line-height:60px;
}
.news-detail .content-box .form span{
  margin:0 20px;
  color:#616161;
}
.news-detail .content-box .bd{
  padding:0 30px 30px 30px;
}
.news-detail .content-box .bd img{
  display: block;
  margin:0 auto;
  max-width:70%;
}
.news-detail .content-box .bd p{
  margin:10px 0;
  font-size:16px;
}


/*--联系我们页--*/
.contact-page{
  background: #F6F7FA;
}
.contact-page .clumon-name{
  height:450px;
  margin:0 0 60px 0;
  background:url('../image/contact.jpg') no-repeat center;
  background-size:100% 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-page .clumon-name .name{
  font-size:40px;
  font-weight: 600;
  color:#fff;
}
.contact-page .clumon-name .sub{
  font-size:18px;
  color:#fff;
}

.contact-page .contact-contain{
  width:1200px;
  margin:0 auto;
}
.contact-page .contact-contain .way{
  display: flex;
  background:#fff;
  border-radius:6px;
  margin:60px 0;
}
.contact-page .contact-contain .left{
  flex:1;
  height: 240px;
  padding:80px;
} 
.contact-page .contact-contain .left h3{
  margin:0 0 20px 0;
  font-size:22px;
}
.contact-page .contact-contain .left div{
  margin:0 0 8px 0;
  font-size:16px;
  color:#414141;
}
.contact-page .contact-contain .right{
  width: 300px;
  height:320px;
  padding:80px 60px 0;
  background: #0051FF;
  border-radius:0 6px 6px 0;
} 
.contact-page .contact-contain .right .item{
  margin:0 0 30px 0;
}
.contact-page .contact-contain .right .item .label{
  margin:0 0 10px 0;
  font-size:13px;
  color: #F5F6F7;
}
.contact-page .contact-contain .right .item .value{
  font-size:16px;
  color: #fff;
}
.contact-page .contact-contain .right .item .value p{
  margin:6px 0 0 0;
}
.contact-page .contact-contain .address{
  background:#fff;
  border-radius:6px;
  padding:40px;
  margin:0 0 40px 0;
}
.contact-page .contact-contain .address h3{
  margin:0 0 20px 0;
  font-size:22px;
}
.contact-page .contact-contain .address p{
  margin:0 0 20px 0;
  font-size:16px;
}
.contact-page .contact-contain .address img{
  width:100%;
}

/*--招聘页--*/
.recruit-page{
  background: #F6F7FA;
}
.recruit-mod-img{
  width:100%;
  height:450px;
}
.recruit-mod-img img{
  width:100%;
  height:100%;
}
.recruit-contain{
  width:1200px;
  margin:40px auto;
  display: flex;
}
.recruit-contain .position{
  width:360px;
  margin:0 30px 0 0;
}
.recruit-contain .position .item{
  padding:20px;
  margin:0 0 20px 0;
  background:#fff;
  border-radius:8px;
}
.recruit-contain .position .item.cur{
  border: 1px solid #0051FF;  
  box-shadow: 0px 0px 10px 0px #BFCDE1;
}
.recruit-contain .position .item .tit{
  margin:0 0 10px 0;
  font-size:20px;
  color:#313131;
  
}
.recruit-contain .position .item.cur .tit{
  color: #0051FF;
}
.recruit-contain .position .item .require{
  margin:0 0 6px 0;
  font-size:14px;
  color: #575859;
}
.recruit-contain .position .item .region{
  font-size:14px;
  color: #575859;
}

.recruit-contain .describe{
  flex:1;
  background:#fff;
  padding:20px;
  border-radius:8px;
}

.recruit-contain .describe .cond{}
.recruit-contain .describe .cond .summar{
  margin:0 0 20px 0;
}
.recruit-contain .describe .cond .summar .ti{
  font-size: 20px;
  color:#313131;
  font-weight: 600;
}
.recruit-contain .describe .cond .summar .de{
  color:#616161;
}
.recruit-contain .describe .cond .list{

}
.recruit-contain .describe .cond .list .item{
  margin:0 0 20px 0;
}
.recruit-contain .describe .cond .list .item .label{
  font-size: 20px;
}
.recruit-contain .describe .cond .list .item .value{
  font-size:14px;
  color:#424242;
}