@charset "utf-8";
* {margin:0;padding:0;}
li{list-style:none;}
a{text-decoration:none;}

body{
  font-family: -apple-system-font,BlinkMacSystemFont,
  "Helvetica Neue","PingFang SC","Hiragino Sans GB",
  "Microsoft YaHei UI","Microsoft YaHei",
  Arial,sans-serif;background:#F1F2F5;}

.index-page{
  background:#fff;
}

/*头部*/
.header {
  width:100%;
  height:60px;
  background:#FFFFFF;
  position:fixed;
  left: 0;
  top:0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo{
  width:130px;
  height:50px;
  margin:0px 0 0 10px;}
.header .logo img{
  width:100%;
  height:100%;
}
.header .search{
  width:27px;
  width:27px;
  margin:0px 0 0 0;
}
.header .search img{
  width:27px;
  width:27px;}
.header .menu{
  width:30px;
  width:30px;
  margin:0px 0 0 0;
}
.header .menu img{
  width:30px;
  width:30px;
}
.heade a{
  height:50px;
  color:#fff;
}
.menu{
  position:absolute;
  right:7px;
  top:8px;
  width:50px;
  height:50px;
  border-radius:50%;
  text-align:center;
  line-height:50px;
}
.menu a{
  color: rgba(153, 153, 153, 0.6);
  font-size:22px;
  font-weight:600;
}
.menu img{}
.pull-left {
  float:left!important;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;}
.pull-right {
  float: right !important;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

/*弹出遮罩层*/
.reveal-modal-bg {
  position:fixed;
  width:100%;
  height:100%;
  z-index:100;
  display:none;
  top:0;left:0;
  background:rgba(00,00,00,0.5);
}
.reveal-modal {
  visibility:hidden;
  top:50px;right:0%;
  width:100px;
  margin-left:00px;
  position:absolute;
  z-index:101;
  padding:20px 0px 20px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
  -box-shadow:0 0 10px rgba(0,0,0,.4);
  background:#fff;
  z-index: 999;
}
.reveal-modal.small {
  width:200px;
  margin-left:-140px;}
.reveal-modal.medium {
  width:400px;
  margin-left:-240px;
}
.reveal-modal.large {
  width:600px;
  margin-left:-340px;
}
.reveal-modal.xlarge {
  width:800px;
  margin-left:-440px;}
.reveal-modal .close-reveal-modal {
  font-size:22px;
  line-height:0.5;
  position:absolute;
  top:8px;
  right:11px;
  color:#313131;
  text-shadow:0 -1px 1px rbga(0,0,0,.6);
  font-weight:bold;
  cursor:pointer;
}

.nav{margin:0px 12px 0 12px;}
.nav ul{}
.nav ul li{
  overflow:hidden;
  margin:0 0 10px 0;
  height:22px;
  line-height:22px;}
.nav ul li a{
  padding-left:0px;
  font-size:16px;
  color:#313131;}
.nav ul li img{
  float:right;
  width:44px;
  height: 44px;
}

/*焦点图*/
.slideBox{
  width:100%;
  position:relative; 
  overflow:hidden;  
  max-width:750px;
  z-index:-1; 
}
.slideBox .hd{ 
  position:absolute; 
  height:40px; 
  line-height:40px; 
  bottom:0; 
  right:50%; 
  z-index:1; 
  margin-right:-32px;
}
.slideBox .hd li{ 
  display:inline-block; 
  width:8px; 
  height:8px; 
  -webkit-border-radius:5px; 
  -moz-border-radius:5px; 
  border-radius:5px;
  background:#fff;
  text-indent:-9999px;
  overflow:hidden;
  margin:0 3px;
}
.slideBox .hd li.on{ 
  background:#0051FF;
  font-weight: 600;}
.slideBox .bd{ 
  position:relative; 
  z-index:0; 
}
.slideBox .bd li{ 
  position:relative; 
  text-align:center;  
}
.slideBox .bd li img{ 
  background:url(images/loading.gif) center center no-repeat;
  vertical-align:top;
  width:100%;
  height:190px;/* 图片宽度100%，达到自适应效果 */
}
.slideBox .bd li a{ 
  -webkit-tap-highlight-color:rgba(0,0,0,0);  
}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ 
  display:block; width:100%;  
  position:absolute; 
  bottom:0; 
  text-indent:10px; 
  height:40px; 
  line-height:40px;
	background:rgba(0,0,0,0.5);
  font-size:14px;
  color:#fff;
  text-align:left;
}

/*统计*/
.totalnum{
  overflow: hidden;
  padding:30px 30px 40px 30px;
  clear: both;
}
.totalnum .hd{
  margin:0 0 20px 0;
}
.totalnum .hd .tit{
  margin:0 0 0px 0;
  font-size: 21px;
  color: #111418;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.totalnum .hd .subtit{
  font-size: 14px;
  color: #7D7E80;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
}
.totalnum .bd{
  display: flex;
  justify-content: space-between;
  padding:0 0px;
}
.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{
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #3D3D3D;
}

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

.service .bd{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding:0 10px;
}
.service .bd .item{
  height:180px;
  margin:0 0px 0 0;
  border-radius:4px;
  position: relative;
}
.service .bd .item:nth-child(5n){
  margin-right:0;
}
.service .bd .item img{
  width: 100%;
  height: 100%;
  border-radius:8px;
}
.service .bd .item .topic{
  position: absolute;
  left: 0;
  right: 0;
  bottom:10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.service .fd{
  padding:0 10px;
  position: relative;
}
.service .fd img{
  width: 100%;
  height: 180px;
  margin:10px 0 0 0;
  border-radius:8px;
}
.service .fd .topic{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

/*文旅图*/

/*优势*/
.advance{
  width:100%;
  overflow: hidden;
  padding:30px 0;
  background:url('../image/advance-bg.png') no-repeat center;
  background-size:100% 100%;
}
.advance .hd{
  padding:0 30px;
}
.advance .hd .tit{
  margin:0 0 10px 0;
  font-size: 26px;
  color: #111418;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
.advance .hd .subtit{
  font-size: 13px;
  color: #7D7E80;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.advance .bd{
  margin:0 10px;
}
.advance .bd img{
  width: 100%;
  height:370px;
}

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


/*案例*/
.case{
  width:100%;
  height:340px;
  overflow: hidden;
  padding:30px 0 30px;
  background:url('../image/case-bg.png') no-repeat center;
  background-size:100% 100%;
}
.case .hd{
  margin:0 0 30px 0;
}
.case .hd .tit{
  margin:0 0 10px 0;
  font-size: 26px;
  color:#ffffff;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.case .hd .subtit{
  font-size: 13px;
  color: #b5b5b6;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}
.case .bd{
  display: flex;
  flex-direction: row;
  margin:0 10px;
  overflow-x: scroll;
}
.case .bd .item{
  width:200px;
  padding:6px;
  margin:0 10px 0 0;
  background:#fff;
  border-radius:10px; 
}
.case .bd .item:nth-last-child(1){
  margin-right:0;
}
.case .bd .item img{
  width:200px;
  height: 140px;
}
.case .bd .item span{
  display: block;
  text-align: center;
  font-size: 14px;
}
.case .fd{
  width: 130px;
  height: 36px;
  margin:30px auto;
  border-radius: 3px;
  background: linear-gradient(110deg, #43C0FF 0%, #0051FF 36%);
  text-align: center;
  line-height:36px;
  font-size:14px;
}
.case .fd a{
  display: block;
  color:#fff;
}


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

}
.cooperat .hd .tit{
  margin:0 0 10px 0;
  font-size: 26px;
  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:20px 0 0 0;
  padding:0 10px;
}
.cooperat .bd ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.cooperat .bd ul li{
  
  height: 66px;
  margin:00 0px 10px 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 .hd{

}
.flow .hd .tit{
  margin:0 0 10px 0;
  font-size:26px;
  color: #313131;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.flow .bd{
  margin:20px 0 0 0;
}
.flow .bd ul{ 
  display: flex;
  flex-direction: row;
  overflow-y: scroll;
  margin:0 10px;
}
.flow .bd ul li{
  width:272px;
  height:256px;
  margin:0 10px 0px 0;
  padding:0 30px;
  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:140px;
  overflow: hidden;
  padding:30px 0;
  background:url('../image/leave-bg.png') no-repeat center;
  background-size:100% 100%;
}
.leave .hd{

}
.leave .hd .tit{
  margin:0 0 10px 0;
  font-size: 26px;
  color: #111418;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.leave .hd .subtit{
  font-size:16px;
  color: #0051FF;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}
.leave .bd{
  
  margin:20px 0 0 0;
  display: flex;
  align-self:center;
  justify-content: center;
}
.leave .bd .form{
  height:36px;
}
.leave .bd .form .phone{
  width:250px;
  height:36px;
  padding:0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  border:none;
  text-align: center;
  font-size:18px;
}
.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{
  display: block;
  width:120px;
  height:35px;
  padding:0 20px;
  margin:0 auto;
  border-radius: 5px;
  background: linear-gradient(114deg, #43C0FF 0%, #0051FF 53%);
  box-sizing: border-box;
  border:none;
}
.leave .bd .form button a{
  color:#fff;
}


/*底部*/
.footer{
  width:100%;
  overflow: hidden;
  padding:30px 0 0 0;
  background: #0A1524;
}
.footer .a{

  margin:0 0 30px 0;
}
.footer .a .logo{
  width: 210px;
  height: 80px;
  margin:0 auto;
}
.footer .a .logo img{
  width:100%;
  height:100%;
}
.footer .a .base{
  padding:0 20px;
}
.footer .a .base .hd{
  margin:0 0 10px 0;
  font-size:18px;
  color: #fff;
  font-weight: 700;
}
.footer .a .base .bd{
  line-height:26px;
  font-size:14px;
  color: #A2A3A6;
}
.footer .a .qcode{
  margin:20px 0 0 0;
  text-align: center;
}
.footer .a .qcode .hd{
  margin:0 0 10px 0;
  font-size:16px;
  color: #fff;
}
.footer .a .qcode img{
  width: 110px;
  height: 110px;
}

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



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

.about-main .h-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 10px;
  margin:20px 0 0 0;
}
.about-main .h-nav .mod-name{

}

.about-main .h-nav .mod-name span{
  display: block;
  font-size:22px;
  color: #111418;
  font-weight: 600;
}
.about-main .h-nav .mod-name em{
  display: block;
  text-align: center;
  font-size:13px;
  color: #0051FF;
  font-style: normal;
  font-weight: 600;
}

.about-main .h-nav .cate-change{
  display: flex;
}
.about-main .h-nav .cate-change .item{
  margin:0 10px 0 0;
}
.about-main .h-nav .cate-change .item:nth-last-child(1){
  margin-right:0;
}
.about-main .h-nav .cate-change .item.cur{ 
  height:30px;   
  border-bottom:2px solid #0051FF; 
  color: #0051FF;
}


/*企业简介*/
.introd{
  margin:0 0 0px 0;
}
.introd .company{
  
}

.introd .cover{
  height:300px;
  padding:10px;
}
.introd .cover img{
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.introd .tex{
  flex:1;
  margin:0 0 0 0px;
  padding:10px;
  background: #F6F7FA;
  border-radius:6px;
}
.introd .tex .tit{
  margin:0 0 10px 0;
  line-height:30px;
  font-size:20px;
  color: #111418;
  font-weight: 600;
}
.introd .tex .sub{
  margin:0 0 10px 0;
  line-height:24px;
  font-size:14px;
  color: #414141;
}



.introd .advant{
  margin:0 10px 0;
}
.introd .advant .hd{
  padding:30px 0 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.introd .advant .bd{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.introd .advant .bd .item{
  flex:1;
  height: 210px;
  background: #f4f4f4;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.introd .advant .bd .item .icon{
  width: 50px;
  height: 50px;
  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:16px;
  color: #313131;
  font-weight: 600;
}
.introd .advant .bd .item .sub{
  padding:0 20px;
  font-size:13px;
  color: #3D3D3D;
}

/*企业文化*/
.culture{
  margin:0 0 20px 0;
  padding:20px 0 0 0;
}
.culture .tt{
  display: block;
  max-width: 95%;
  height:auto;
  margin:0 10px;
}
.culture .spirit{
  padding:30px 0px 0;
}
.culture .spirit .hl{
  margin:0 0 10px 0;
  text-align: center;
  line-height:30px;
  font-size:20px;
  font-weight: 600;
}
.culture .spirit .bl{
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  padding-left:10px;
}
.culture .spirit .bl .item{
  width:140px;
  height:224px;
  margin:0 10px 0 0;
  position: relative;
}
.culture .spirit .bl .item img{
  width:140px;
  height:224px;
  margin:0;
  border-radius:6px;
}
.culture .spirit .bl .item:nth-child(4n){
  margin-right:0;
}
.culture .spirit .bl .item .txt{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:40px;
  text-align: center;
  line-height:40px;
  font-size:16px;
  color:#fff;
}

/*发展历程*/
.develop{
  margin:30px 0 0 0;
}
.develop .process{
  overflow: hidden;
  margin:0 0 30px 0;
  padding:0 10px;
}
.develop .process .hd{
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  
  margin:0 0 20px 0;
}
.develop .process .hd .item{
  margin:0 20px 0 0;
  font-size:18px;
}
.develop .process .hd .item.actions{
  color: #0051FF;
  font-weight:600;
}
.develop .process .bd{
  margin:10px 0 0 0;
}
.develop .process .bd .item{
  text-align: center;
  display: flex;
  align-items:center;
  margin:0 0 10px 0;
}
.develop .process .bd .item span{
  display: inline-block;
  width:40px;
  text-align: right;
  font-size: 16px;
  color:#919191;
  font-weight: 600;
  padding:0 10px 0 0;
  margin:0 10px 0 0;
  border-right: #0051FF 1px solid;
}
.develop .process .bd .item em{
  flex:1;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  padding:0 10px 0 0;
}

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



/*团队*/
.team{
  padding:30px 0px 20px;
}
.team .td{
  width: 100%;
  height:120px;
}
.team .td img{
  width: 100%;
  height: 100%;
}
.team .hd{
  margin:10px 0 10px 0;
  padding:0 10px;
  text-align: center;
  font-size:26px;
  color:#111418;
  font-weight: 700;
}
.team .bd{
  padding:0 10px;
  line-height:26px;
  font-size:15px;
  color:#7D7E80;
  font-weight: normal;
}
.team .bd p{
  margin:0 0 10px 0;
}


/*业务页*/
.busine-page{
  background: #F6F7FA;
}
.busine-mod-img{
  width:100%;
  height:180px;
  margin:60px 0 0 0;
  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:26px;
  font-weight: 600;
}
.busine-mod-img .sub{
  font-size:14px;
  color: #575859;
}
.busine-mod-img .btn{
  width: 140px;
  height: 40px;
  background: linear-gradient(110deg, #43C0FF 0%, #0051FF 36%);
  border-radius:4px;
  margin:20px 0 0 0;
  text-align: center;
  line-height: 40px;
}
.busine-mod-img .btn a{
  font-size: 16px;
  color:#fff;
}
.busine-page .busine-contain{
  margin:0 auto;
  padding:0 10px;
}
.busine-page .busine-contain .bus-slogan{
  padding:40px 0 20px;
  text-align: center;
  font-size:22px;
  font-weight: 600;
}
.busine-page .busine-contain .busine-cate{
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  width: 100%;
}
.busine-page .busine-contain .busine-cate .item{
  display:inline-block;
  margin:0 20px 0 0;
  padding:0 0 10px 0;
  font-size:16px;
}
.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:20px 0;
}
.busine-page .busine-contain .busine-bd .item{
  background:#fff;
  padding:10px;
  border-radius:8px;
}
.busine-page .busine-contain .busine-bd .item .cover{
  width: 100%;
  height: 280px;
  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:20px 0 0 0;
}
.busine-page .busine-contain .busine-bd .item .info .tit{
  margin:0 0 10px 0;
  font-size:22px;
  font-weight: 600;
}
.busine-page .busine-contain .busine-bd .item .info .desc{
  margin:0 0 10px 0;
  font-size:15px;
  color: #7D7E80;
  font-weight: 500;
}
.busine-page .busine-contain .busine-bd .item .info .tags{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.busine-page .busine-contain .busine-bd .item .info .tags .tag{
  padding-left:20px;
  background:url('../image/icon12.png') no-repeat left;
  background-size:16px 16px;
  font-size:14px;
}



.case-mod-img{
  height:180px;
  margin:60px 0 30px 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-mod-img .name{
  font-size:26px;
  font-weight: 600;
}
.case-mod-img .sub{
  font-size:14px;
  color: #575859;
}
.case-mod-img .btn{
  width: 140px;
  height: 40px;
  background: linear-gradient(110deg, #43C0FF 0%, #0051FF 36%);
  border-radius:4px;
  margin:20px 0 0 0;
  text-align: center;
  line-height: 40px;
  
}
.case-mod-img .btn a{
  font-size: 16px;
  color:#fff;
}

.case-main{
  padding:0 10px;
}
.case-main .tit{
  margin:0 0 20px 0;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.case-main .cate-name{
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin:0 0 20px 0;
}
.case-main .cate-name .item{
  margin:0 20px 0 0;
  font-size:16px;
  font-weight: 500;
}
.case-main .cate-name .item a{
  color: #7D7E80;
  cursor: pointer;
}
.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{
  
}
.case-main .case-list .cond .cond-inner{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.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:122px;
}
.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: 16px;
  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;
}


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

}
.case-detail .lacation{
  padding:0 10px;
  line-height:50px;
  font-size:14px;
  
}
.case-detail .lacation a{
  color: #575859;
}
.content-box{
  background: #FFFFFF;
  margin:0px 0 30px;
  padding:0 10px;
}

.content-box  .tit{
  padding:20px 0 0 0;
  line-height:40px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.content-box .form{
text-align: center;
line-height:30px;
}
.content-box .form span{
  margin:0 10px;
  font-size: 14px;
  color:#616161;
}
.content-box .desc {
  margin:10px 0px;
  padding:10px;
  background: #f3f3f3;
  border-radius: 6px;
  font-size: 14px;
  color: #616161;
}
.content-box .bd{
  padding:0 0 30px 0;
}
.content-box .bd img{
  display: block;
  margin:0 auto;
  max-width:100%;
}


/*新闻资讯*/
.news-page{
  background: #F6F7FA;
}
.news-page .clumon-name{
  height: 100px;
  padding:80px 10px 0px;
  position: relative;
}
.news-page .clumon-name .tit{
  font-size: 22px;
  color:#111418;
  font-weight: 600;
}
.news-page .clumon-name .sub{
  font-size: 14px;
  color: #7D7E80;
}
.news-page .clumon-name .arrow{
  width:18px;
  height:18px;
  background: url('../image/arrow.png') no-repeat center;
  background-size:100% 100%;
  position: absolute;
  top:10px;
  left:10px;
}


.news-page .news-main{
  position: relative;
  z-index:9;
  margin:00px 0 0 0;
}
.news-main .top{
  width:100%;
  display:flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding:0 0 0 10px;
  margin:0 0 30px 0;
}
.news-main .top .item{
  width:170px;
  height:200px;
  margin:0 10px 0 0;
  background:#fff;
}
.news-main .top .item .img{
  width:100%;
  height:115px;
}
.news-main .top .item .img img{
  width:100%;
  height:100%;
  border-radius:8px 8px 0 0;
}
.news-main .top .item .txt{
  padding:8px 8px;
  font-size:15px;
  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{
  font-size:12px;
  color: #717171;
  padding:0px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  white-space: wrap;
}

.news-main .cate-list-box{
  margin:30px 0 0 0;
}
.news-main .cate-list-box .tit{
  margin:0 0 20px 0;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.news-main .cate-list-box .cate-name{
  display:flex;
  align-items: center;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding:0 10px;
  margin:0 0 20px 0;
}
.news-main .cate-list-box .cate-name .item{
  margin:0 20px 0 0;
  font-size:16px;
  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:4px 16px;
  background: #0051FF;
  border-radius:20px;
  color:#fff;
  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;
  padding:0 10px;
}
.news-main .cate-list-box .thunm-list .item{
  display:flex;
  flex-direction: row;
  align-items: center;
  margin:0 0 10px 0;
}
.news-main .cate-list-box .thunm-list .item .info{
  flex: 1;
  height: 120px;
  border-bottom:1px solid #E2E2E2;
  padding-bottom:0px;
  margin-right:10px;
  display:flex;
  flex-direction:column;
  justify-content: center;
}
.news-main .cate-list-box .thunm-list .item .info a{
  color:#313131;
}
.news-main .cate-list-box .thunm-list .item .info .name{
  margin:0 0 4px 0;
  font-size:15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}
.news-main .cate-list-box .thunm-list .item .info .desc{
  font-size:13px;
  color: #7D7E80;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}
.news-main .cate-list-box .thunm-list .item .info .date{
  margin:2px 0 0 0;
  text-align: left;
  font-size:12px;
  color: #7D7E80;
}
.news-main .cate-list-box .thunm-list .item .img{
  width: 150px;
  height: 100px;
}
.news-main .cate-list-box .thunm-list .item .img img{
  width: 100%;
  height: 100%;
  border-radius:10px;
}

/*--资讯详情页--*/
.news-detail-page{
  background: #F6F7FA;
}
.news-detail{
  padding:00 10px;
}
.news-detail .lacation{
  padding:0 10px;
  line-height:50px;
  font-size:14px;
  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:20px 0 0 0;
  line-height:34px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.news-detail .content-box .form{
  border-bottom:#f3f3f3 solid 1px;
text-align: center;
line-height:50px;
}
.news-detail .content-box .form span{
  margin:0 20px;
  color:#616161;
}
.news-detail .content-box .bd{
  padding:0 0px 20px 0px;
}
.news-detail .content-box .bd img{
  display: block;
  margin:0 auto;
  width:100%;
}
.news-detail .content-box .bd p{
  margin:10px 0;
  font-size:16px;
}

/*--招聘页--*/
.recruit-page{
  background: #F6F7FA;
}
.recruit-mod-img{
  width:100%;
  height:180px;
  margin:60px 0 0 0;
}
.recruit-mod-img img{
  width:100%;
  height:100%;
}
.recruit-contain{

}
.recruit-contain .position{
  display:flex;
  align-items: center;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0 10px;
}
.recruit-contain .position .item{
  
}
.recruit-contain .position .item{
  padding:10px;
  margin:0 0 10px 0;
}
.recruit-contain .position .item.cur{
  border-bottom:2px solid #0051FF;  
}
.recruit-contain .position .item .tit{
  margin:0 0 10px 0;
  font-size:20px;
  color:#313131;
}

.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:18px;
  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:16px;
}
.recruit-contain .describe .cond .list .item .value{
  font-size:14px;
  color:#424242;
  line-height:24px;
}


/*联系我们页*/
.contact-page{
  background: #F6F7FA;
}
.contact-mod-img{
  width:100%;
  height:180px;
  margin:60px 0 0 0;
  background:url('../image/contact.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-mod-img .name{
  font-size:26px;
  color: #fff;
  font-weight: 600;
}
.contact-mod-img .sub{
  padding:0 50px;
  text-align: center;
  font-size:14px;
  color: #fff;
}
.contact-mod-img .btn{
  width: 140px;
  height: 40px;
  background: linear-gradient(110deg, #43C0FF 0%, #0051FF 36%);
  border-radius:4px;
  margin:20px 0 0 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color:#fff;
}

.contact-page .contact-contain{
  margin:0 auto;
}
.contact-page .contact-contain .way{
  background:#fff;
  border-radius:6px;
  margin:20px 10px;
}
.contact-page .contact-contain .left{
  flex:1;
  padding:20px;
  border-radius:6px 6px 0 0;
} 
.contact-page .contact-contain .left h3{
  margin:0 0 20px 0;
  font-size:22px;
}
.contact-page .contact-contain .left div{
  overflow: hidden;
  margin:0 0 8px 0;
  font-size:14px;
  color:#414141;
}
.contact-page .contact-contain .right{
  padding:20px 20px;
  background: #0051FF;
  border-radius:0 0 6px 6px;
} 
.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:14px;
  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:20px;
  margin:0 0 40px 0;
}
.contact-page .contact-contain .address h3{
  margin:0 0 10px 0;
  font-size:20px;
}
.contact-page .contact-contain .address p{
  margin:0 0 10px 0;
  font-size:16px;
}
.contact-page .contact-contain .address img{
  width:100%;
  height:150px;
  border-radius:6px;
}


/*--通用分页--*/
.pagination{
  margin:20px 0 20px 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;
}