.section-1{
	display: flex;
	width: 101%;
	height:95%;
	position: absolute;
	top: 0;
	left: 0;
}
.slogin{
	color: #fff;
	margin-top: 5%;
	position: relative;
	width:42%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 13rem;
	margin-right:8rem;
}
.slogin h1{
	font-size:4.5rem;
	line-height: 1.3;
}
.slogin h2{
	margin-top: 2.8rem;
	font-size: 1.6rem;
}
.slogin .line{
	height: 6rem;
	border-left: 1px solid #39404d;
	margin: 2rem 1rem;
}
.slogin .text{
	color: rgba(255,255,255,0.4);
	margin-bottom: 2rem;
}
.slogin .slogin-down{
	width: 2.8125rem;
	height: 2.8125rem;
	background-color: rgba(255,255,255,0.1);
	border-radius: 50%;
	text-align: center;
	position: relative;
}	
.slogin .slogin-down img{
	animation: downico 1s ease-out infinite;
	position: absolute;
	left: 50%;
	right:0;
	top:0;
	margin-left: -6px;
}

@keyframes downico
{
	0%   { top:0px;opacity: 1;}
	50% { top:10px;opacity: 0.5;}
	100% { top:20px;opacity: 0;}
}
.home-project{
	display: flex;	
	justify-content: space-between;
	width: 52%;
	position: relative;
	/* flex:1 */
}
.home-project-item{
	position: relative; 
	z-index: 1;
	display: block;
	overflow: hidden;
	height:38.75rem;
	border: 1px solid hsla(0,0%,100%,.16);
	text-decoration: none;
	color: #fff;
	border-top-left-radius:3.4rem ;
	border-bottom-left-radius:3.4rem ;
	transition: all 0s ease;
	/* flex: 1; */
	
}
.home-project-item a img {
	width: 100%;
	height: 100%;
}
.home-project-info{
	position: absolute;
	left: 3rem;
	bottom:3rem;
	color:#fff
}
#project-1{
	width: 70%;
	position: absolute;
	left:0;
	height: 100%;
}
.home-link{
	display: flex;
	align-items: center;
	padding-top: 4rem;
}
.home-link .home-link-1{
	width: 5.5rem;
	height:5.5rem;
	transition: all 0.6s ease;
}
.home-link .home-link-2{
	transition: all 1s ease;
}

.home-project-info h1{
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.home-project-info p{
	font-size: 1.4rem;
	text-transform: Uppercase;
}
#project-2{
    width: 70%;
	position: absolute;
	right:0;
	z-index: 9;
	height: 100%;
	margin-right: -20%;
}


.section-2{
	margin-top: 4rem;
	position: absolute;
	top: 100%;
	left: 0;
	width: 101%;
}
.section-box1{
	margin-left: 15%;
	margin-bottom: 7rem;
	width: 80%;
	/* display: flex; */
	
}
.section-box1 .h1-title{
	color: #fff;
	line-height: 1.8;
	font-size: 3rem;
}
.team{
	padding: 4rem 15%;
	color: #fff;
	font-size: 1.2rem;
}
.team h1{
	font-size: 3rem;
	margin-bottom: 30px;
}
.team-logo{
	margin: 3rem 0;
}
.team-logo ul{
	display: flex;
	flex-wrap: wrap;
}

.project{
	color: #fff;
	padding: 4rem 3rem;
	background: url(../image/li-2.png) no-repeat left center;
	height: 23.125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.project a{
	color: #fff;
}
.project a:hover h3{
	color: #3482FC;
}
.project i{
	color: #3482FC;
	font-size: 1.4rem;
	font-weight: normal;
	padding-bottom: 1rem;
}
.project h3{
	padding: 0 1.8rem 2rem;
	font-size: 1.2rem;
}
.project p{
	padding: 0 2rem;
	line-height: 2.5;
	font-size: 0.875rem;
	
}
.section-box2{
	background: url(../image/about-bg.png) no-repeat right;
	min-height: 54.6875rem;
}
.home-about{
	margin-left: 13rem;
	display: flex;
	justify-content: space-between;

}
.home-about-left{
	width: 40%;
	padding-top: 4rem;
}
.home-about-left p{
	color: #fff;
	line-height: 2.3;
	text-indent: 2em;
}
.home-about-right{
	
}
.home-about-right img{
	width: 100%;
}
.about-link{
	display: flex;
	align-items: center;
	padding-top: 4rem;
	justify-content: flex-end;
}
.about-link .home-link-1{
	width: 4rem;
	height:4rem;
	transition: all 0.6s ease;
}
.about-linkk .home-link-2{
	transition: all 1s ease-in-out;
}
.about-link a{
	color: #fff;
	margin-left: 1rem;
}
.attr{
	width: 100%;
	margin: 5rem auto;
	text-align: center;
}
.attr dl{
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: space-around;
}
.attr dl dd h3{
	font-size: 1rem;
	font-weight: normal;
}
.attr dl dd h3 span{
	font-size: 3rem;
}
.attr dl dd h4{
	font-size: 0.75rem;
	font-weight: normal;
	margin-top: 0.75rem;
}
.section-box3{
	width: 70%;
	margin: 5rem auto;
}
.home-contant{
	display: flex;
	justify-content: space-between;
	padding-bottom: 3rem;
}
.contant-info h1{
	font-size: 4rem;
	color: #fff;
}
.contant-info h3{
	margin: 3rem 0;
	font-size: 2rem;
	color: #fff;
	line-height: 1.5;
	font-weight: normal;
}
.contant-info  .line{
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255,255,255,0.5) ,  rgba(255,255,255,0) );
	margin-top: 8rem;
}
.line-main{
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255,255,255,0.5) ,  rgba(255,255,255,0) );
	margin-top: 2rem;
}
.con-main{
	margin-top: 3rem;	
}
.con-main ul{
	display: flex;
}
.con-main ul li{
	margin-right: 6rem;
	color: #fff;
}
.con-main ul li p{
	margin-bottom: 1rem;
}
.con-main ul li p i{
	margin-right: 1rem;
	font-size: 1.2rem;
	font-weight: normal;
}
.con-main ul li  h4{
	font-size: 1.3rem;
	font-weight: normal;
}
.message .mui-input-group{
	margin-top: 3rem;
}
.message .mui-input-row{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	height: 4rem;
	line-height: 4em;
	color: #fff;
	margin-bottom: 2rem;
}
.message .mui-input-clear{
	background: none;
	border: 0;
	width: 84%;
	margin-left: 1rem;
	height: 3rem;
	
}
.message h3{
	/* margin: 4.2rem 0; */
	font-size: 2rem;
	color: #fff;
	line-height: 1.5;
	font-weight: normal;
}
.section-box4{
	width: 100%;
	background-color: #0e1520;
	padding: 2rem 0;
}
.footer{
	width: 76%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.foot-info{
	text-align: center;
}
.foot-info h3{
	font-size: 1.2rem;
	margin-bottom: 0.625rem;
}


/* 关于我们页面 */
.about{
	width: 90%;
	position: absolute;
	right: 0;
	height: 100%;
	border: 1px solid hsla(0,0%,100%,.16);
	border-top-left-radius:3.4rem ;
	border-bottom-left-radius:3.4rem ;
	overflow: hidden;
}
.about img{
	width: 100%;
	height: 100%;
}
.about-banner{
	position: absolute;
	padding: 4rem;
	color: #fff;
	top: 10%;
	left: 10%;
	width: 100%;
}	
.about-banner h1{
	font-size: 3.2rem;
	font-weight: 550;
}
.about-banner p{
	margin-top: 2rem;
	font-size: 1.8rem;
}
.about-banner-info{
	margin-top: 8rem;
	display: flex;
	width: 100%;
}
.about-banner li{
	
	width: 30%;
}
.about-banner li h2{
	font-size: 3.2rem;
}
.about-banner li h3{
	font-size: 1.6rem;
	font-weight: normal;
	margin: 2rem 0 1rem 2rem;
}
.about-banner li p{
	font-size: 1rem;
	margin-top:0.625rem;
	margin-left: 2rem;
}

.about-box{
	margin-top: 21rem;
	position: relative;
	
}
.about-box-img{
	position: absolute;
	width: 40%;
	top: -400px;
	left: 0;
	animation: revolve 8s ease-out infinite;
	z-index: -1;
}
 @keyframes revolve {
   from {
     transform: rotate(0deg);
   }
   to {
     transform: rotate(360deg);
     transition: all 5s;
   }
 }
 .about-content{
	 padding: 0 10%;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
 }
 .introduction{
	 color: #fff;
	 /* width: 100%; */
	 padding-top: 10%;
 }
.introduction h1{
	  font-size: 2.6rem;
	  font-weight: normal;
	  margin-bottom: 40px;
  }
 .introduction h2{
	  font-size: 2.6rem;
	  font-weight: normal;
	   margin-bottom: 30px;
  }
  .introduction h3{
  	  font-size: 1.2rem;
  	  font-weight: normal;
  }
.introduction p{
	line-height: 2;
	text-indent: 2em;
}
.about-sever{
	margin-left: 30px;
	 padding-top: 10%;
	 width:60%
}
.about-sever h1{
	  font-size: 2.6rem;
	  font-weight: normal;
	  margin-bottom: 60px;
	  color: #fff;
}
.about-sever .sever-list{
	display: flex;
	flex-wrap: wrap;
}
.about-sever .sever-list li{
	width: 46%;
	margin: 0 0 50px 20px;
}
.about-sever .sever-list li span{
	width: 8px;
	height: 8px;
	background-color: #0256c7;
	display: inline-block;
	margin-right: 30px;
	border-radius: 50%;
}
.about-sever .sever-list li a{
	font-size: 1.125rem;
	color: #fff;
}
.about-box2{
	padding:0 10%;
	color: #fff;
	margin-top: 8%;
}
.about-box2 h1{
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 30px;
}
.about-box2 h4{
	font-size: 1.2rem;
	font-weight: normal;
}
.anout-box2-main{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.develop{
	margin-left: 8%;
	margin-top: 100px;
}
.develop .info{
	line-height: 3;
	font-size: 1rem;
	text-indent: 2em;
}
.develop ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 4rem;
}
.develop ul li{
	width: 42%;
	margin: 20px;
	background: url(../image/icon3.png) no-repeat left center;
	background-size: contain;
	padding-left: 40px;
}
.develop ul li a{
	color: #fff;
	font-size: 1rem;
}
.about-box2-bg{
	position: absolute;
	right: 0;
	margin-top: -400px;
	z-index: -1;
	}
.about-banner h2{
	font-weight: normal;
	font-size: 4rem;
	line-height: 1.2;
}
.about-banner h5{
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 2rem;
}
.about-banner h6{
	font-size: 1.4rem;
	font-weight: normal;
	margin: 20% 0 2rem 0;
}

.about-banner .slogin-down{
	width: 2.8125rem;
	height: 2.8125rem;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}	
.about-banner .slogin-down img{
	animation: downico 1s ease-out infinite;
	position: absolute;
	left: 50%;
	right:0;
	top:0;
	margin-left: -6px;
	width: 12px;
	height: auto;
}
#project-3{
    width: 7%;
	position: absolute;
	right:0;
	z-index: 9;
	height: 100%;
}
#project-3 h2{
	 width: 20px;  
	 margin: 0 auto;  
	 line-height: 1.2; 
	 font-size: 1.6rem;
	 font-weight: normal;
}
#project-3 .home-project-info{
	left: 1rem;
}
#project-3 img{
	width: auto;
}
.division{
	width: 70%;
}
.list-box{
	margin-top: 3rem;
}
.list-box li{
	margin: 30px;
	background: url(../image/icon3.png) no-repeat left center;
	
	padding-left: 40px;
	font-size: 1.2rem;
}
.solution-img{
	width: 100%;
	height: 400px;
	margin: 0 auto;
}

.question{
	padding: 0 10%;
	margin: 3rem 0;
}
.question ul{
	display: flex;
	justify-content: space-around;
}
.question ul li{
	text-align: center;
	color:#fff;
	font-size: 1.1rem;
}
.question ul li h1{
	margin: 2rem 0;
	font-size: 2rem;
}
.duchangjing{
	margin-top: 8rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 10%;
}
.du-left{
	color: #fff;
}
.dj-left{
	margin: 50px;
	color: #fff;
}
.dj-right img{
	width: 100%;
}
.dj-left h1{
	font-size: 3.5rem;
}
.dj-left h2{
	margin: 30px 0 20px 0;
	font-weight: normal;
	font-size: 1.8rem;
	letter-spacing: 8px;
}
.dj-left  p{
	text-align: right;
	width: 73%;
	font-size: 1rem;
	line-height: 2;
}
.du-left h1{
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 80px;
}
.about-box3-bg{
	position: absolute;
	left: 0;
	margin-top:600px;
	z-index: -12;
	}
.solution-img{
	position: relative;
}	
.jishu{
	padding: 0 11%;
	margin-top: 8rem;
	color: #fff;
	position: absolute;
}
.jishu h1{
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 80px;	
		
}
.jishu ul{
	display: flex;
	justify-content: space-around;
}
.jishu ul li{
	padding: 0 20px;
	margin: 0 3rem;
	display: flex;
}
.jishu ul li .img{
	margin-right: 20px;
}
.jishu ul li .content h3{
	font-size: 1.4rem;
	margin-bottom: 2rem;
	margin-top:10px
}
.jishu ul li .content p{
	line-height: 2;
	color: #c0c0c0;
}
.fenge{
	margin-top: 60px;
}

.tabbox{
	padding: 0 10%;
	margin:100px auto;
	}
.tabbox .tab{
	overflow:hidden;
	display: flex;
	justify-content: space-around;
}
.tabbox .tab a{
	padding:10px 20px;
	text-decoration:none;
	color:#fff;
	text-align: center;
	margin: 0 10px;
	display:flex;
	flex-direction: column;
	align-items: center;
	}

.tabbox .tab a	.icon{
	width:6rem;
	height:6rem;
	background:rgba(14,21,32,0.5);
	border-radius: 50%;
	border:1px solid rgba(255,255,255,0.3);
	line-height: 6rem;
}
.tabbox .tab a	.icon i{
	font-size: 2.5rem;	
}
.tabbox .tab a h3{
	margin:2rem 0;
	font-size: 1.4rem;
}
.tabbox .tab a h4{
	font-size: 1.2rem;
}
.tabbox .tab a p{
	font-size: 1rem;
	line-height: 2;
}
.tabbox .tab a:hover{
	/* background:#E64E3F; */
	color:#fff;
	text-decoration:none;
	}
.tabbox .tab a.on{
	/* background:#E64E3F; */
	color:#E64E3F;
	text-decoration:none;
	border-bottom: 2px solid #E64E3F;
	}
.tabbox .content{
	overflow:hidden;
	width:1100px;
	height:400px;
	position:relative;
	margin: 60px auto;
	}
.tabbox .content ul{
	position:absolute;
	left:0;
	top:0;
	height:400px;
	}
.tabbox .content li{
	width:1100px;
	height:400px;
	float:left;
	}
.gongneng{
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: space-between;
}
.gn-info{
	width: 40%;
}
.gn-info h1{
	line-height: 1.6;
}
.gn-info h3{
	margin: 1.2rem 0;
}
.gn-info .line{
	height: 3px;
	width:50px;
	background-color: #f00;
	margin-bottom: 1.2rem;
}
.gn-info  p{
	line-height: 2;
}
.gn-img{
	margin-left: 30px;
	width: 60%;
}
.gn-img img{
	width: 100%;
}
.show{
	background: url(../image/bg-1.jpg) no-repeat ;
	background-size: cover;
	padding:6rem 10%;
	text-align: center;
	color: #fff;
}
.show h1{
	font-size: 3.4rem;
	margin-bottom: 2rem;
}
.show p{
	font-size: 1.4rem;
}
.show-main{
	margin-top: 5rem;
	display: flex;
}
.show-main li{
	width: 30%;
	background-color: #fff;
	border-radius: 8px;
	margin: 0 10px;
	color: #333;
	display: flex;
	align-items: center;
	padding: 10px;
	
}
.show-img{
	height: 100px;
	padding: 0 20px;
}
.show-img img{
	
	height: 100%;
}
.youshi{
	padding: 20px 10%;
	color: #fff;
	margin: 6rem 0;
}
.youshi ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.youshi ul li{
	text-align: center;
	margin: 0 20px;
}
.youshi ul li h3{
	margin: 1.4rem 0;
	font-size: 1.4rem;
}
.youshi ul li h4{
	margin: 1.4rem 0;
	font-size: 1.2rem;
}
.health{
	background: url(../image/h-1.png) no-repeat top center;
	height: 380px;
	color: #fff;
	padding: 0 10%;
}
.health-main{
	margin: 0 18% 0 20%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.health-item h2{
	margin: 1.3rem 0;
}
.health-item p{
	line-height: 1.8;
}
.health-left .health-item{
	width: 290px;
	margin-top: 4rem;
}

.health-right{
	text-align: right;
	margin-top: 2rem;
}
.health-right .health-item{
	width: 260px;
	margin-top: 4rem;
}
.health-img{
	width: 100%;
	text-align: center;
}
.xiaowei{
	padding:0 10%;
	
}
.xiaowei ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.xiaowei ul li{
	width:49%;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 3rem 20px;
	display: flex;
	color: #fff;
}
.xiaowei ul li:nth-child(2){
	border-right: 1px solid rgba(255,255,255,0.2);
}
.xiaowei ul li:nth-child(3){
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.xiaowei ul li:nth-child(4){
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}
.xiaowei ul li:nth-child(5){
	/* border-right: 1px solid rgba(255,255,255,0.2); */
	border-top: 0;
}
.xiaowei ul li:nth-child(6){
	border-right: 1px solid rgba(255,255,255,0.2);
	border-top: 0;
}
.xiaowei ul li:nth-child(7){
	border-bottom: 1px solid rgba(255,255,255,0.2);
	/* border-right: 1px solid rgba(255,255,255,0.2); */
}
.xiaowei ul li:nth-child(8){
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}
.xw-img{
	width: 56px;
	margin-right: 20px;
}
.xw-img img{
	width:56px
}
.xw-info h3{
	margin: 15px 0;
}
.xw-info p{
	line-height: 2;
}
.yewu{
	margin: 5rem 0;
	padding: 0 10%;
	color: #fff;
}
.yewu h1{
	margin-bottom: 4rem;
	
}
.yewu-main{
	display: flex;
	justify-content: space-around;
}
.yewu-main .yewu-item{
	background-color: rgba(0,0,0,0.2);
	padding: 20px 30px;
	text-align: center;
	border-top: 1px solid #0256C7;
	width: 15.5%;
}
.yewu-main .yewu-item h2{
	font-size: 1rem;
	margin-bottom: 20px;
}
.yewu-main .yewu-item ul li{
	line-height: 2.5;
	color: rgba(255,255,255,0.6);
}
.goujia{
	width: 80%;
	margin: 4rem auto;
	background: url(../image/yewu-1.png) no-repeat;
	padding: 4rem  ;
	color: #fff;
	background-size: cover;
}
.goujia h1{
	margin: 0rem 0 20px 0;
}
.goujia p{
	width: 50%;
	line-height: 2;
	margin-bottom: 30px;
}
.goujia ul li{
	background: url(../image/icon3.png) no-repeat;
	padding-left: 40px;
	margin-top: 30px;
	background-size: contain;
}
.eip-list{
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.eip-list li{
	text-align: center;
}
.eip-list li img{
	width: 60px;
}
.eip-list li h1{
	font-size: 1rem;
	margin-top: 10px;
}
.hx-gongneng{
	padding: 80px 10%;
	color: #fff;
}
.hx-gongneng h1{
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 20px;
}
.hxgn{
	margin-top: 7rem;
}
.hxgn ul{
	display: flex;
}
.hxgn ul li{
	padding: 0 15px;
	border-left: 1px solid rgba(255,255,255,0.4);
	width: 25%;
	text-align: center;
}
.hxgn ul li:nth-child(1){
	border-left: 0;
}
.hxgn ul li strong{
	display: block;
	font-size: 120px;
	color: #fff;
	opacity: 0.26;
}
.hxgn ul li span{
	display: block;
	font-size: 20px;
	color: #fff;
	margin-top: 60px;
	font-weight: bold;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hxgn ul li p{
	margin-top: 20px;
	color: #fff;
	opacity: 0.7;
	line-height: 2;
}
.eip-box{
	margin: 6rem auto;
}
.eip-box ul{
	display: flex;
}
.eip-box ul li{
	width: 32%;
	border: 1px solid rgba(255,255,255,0.2);
	margin: 0 10px;
}
.eip-box ul li img{
	width: 100%;
}
.eip-box ul li h3{
	padding: 15px;
	text-align: center;
}
.eip-box ul li p{
	padding: 0 15px 15px;
	color: #fff;
	opacity: 0.5;
	line-height: 1.8;
}
#dxj{
	font-weight: bold;
	font-size: 3rem;
}
.introduction h4{
	font-size: 1.6rem;
	margin: 2rem 0 ;
	font-weight: normal;
}
.introduction .line{
	height: 2px;
	width:3.125rem;
	background-color: #fff;
	opacity: 0.4;
}
.lianxi{
	background-color: #ffa80d;
	display: inline-block;
	border-radius: 1px 15px;
	box-sizing: border-box;
	width: 150px;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	margin-top: 30px;
	font-size: 1rem;
}
.dxj-box{
	padding: 4rem 10%;
	display: flex;
	justify-content: space-around;
}
.dxj-item{
	text-align: center;
	color: #fff;
	margin: 0 25px;
}
.dxj-item img{
	width: 100px;
}
.dxj-item h2{
	margin: 1rem 0;
}
.dxj-item p{
	font-size: 16px;
	line-height: 1.75;
	color: rgba(255,255,255,.5);
	text-align: center;
	font-family: SourceHanSansCN-Regular,Microsoft YaHei;
}
.scrm{
	background: url(../image/crm.png) no-repeat fixed;
	height: 400px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-top: 5rem;
	
}
.scrm h1{
	margin-bottom: 2rem;
	font-size: 3.4rem;
}
.djbh{
	padding: 0 6%;
	margin-bottom: 5rem;
	text-align: center;
	color: #fff;
	width: 100%;
}
.djbh h4{
	margin-top: 20px;
}
.djbh p{
	opacity: 0.6;
}
.liaojie{
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}
.djbh-left{
	width: 50%;
	position: relative;
	z-index: 2;
	padding: 20px;
	/* border: 2px solid #fff; */
}
.p2{
	padding-left: 20px;
	position: relative;
	margin-top: 16px;
	font-family: PingFang SC;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: rgba(255,255,255,0.6);
	text-align: left;
}
.p2 img{
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
}
.djbh-right{
	position: absolute;
	width: 40%;
	bottom: -270px;
	right: 0;
}
.ksh-right{
	position: absolute;
	width: 70%;
	bottom: -230px;
	right: 0;
}
.djbh-box{
	padding: 0 10%;
	margin: 6rem 0;
	color: #fff;
	text-align: center;
}
.djbh-box h1{
	margin-bottom: 4rem;
}
.djbh-box ul{
	display: flex;
	justify-content: space-around;
}
.djbh-box ul li{
	width: 32%;
	border: 1px solid rgba(255,255,255,0.2);
}
.djbh-box ul li img{
	width: 100%;
}
.djbh-box ul li h2{
	margin: 20px 0;
}
.djbh-box ul li  p{
	padding:0 15px 15px 15px;
	text-align: left;
	line-height: 1.8;
	opacity: 0.5;
}
#dbcp{
	width: 18%;
}
#dbcp h2{
	text-align: left;
}
#dbcp ul li{
	text-align: left;
	background: url(../image/laiojie3.png) no-repeat left center;
	padding-left: 20px;
}
.xiaowei h1{
	margin-bottom: 3rem;
	color: #fff;
}
.djbh-box2{
	background: url(../image/solution_video_bg.png) no-repeat fixed;
	height: 480px;
	margin-top: 4rem;
	text-align: center;
	color: #fff;
	padding:5rem 0
}
.djbh-liucheng{
	display: flex;
	margin-top: 4rem;
	padding: 0 10%;
}
.djbh-liucheng li{
	text-align: center;
	padding: 0 20px;
	position: relative;
	width: 20%;
}
.djbh-liucheng li i{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: #007AFF;
	display: block;
	font-size: 2.6rem;
	line-height: 80px;
	margin: 0 auto 30px;
}
.djbh-liucheng li h1{
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 15px;
}
.djbh-liucheng li  p{
	text-align: left;
	opacity: 0.6;
}
.djbh-liucheng li::before {
	content: "";
	position: absolute;
	top: 44px;
	left: 240px;
	width: 99px;
	height: 2px;
	background: url(../image/arrow_small.png) no-repeat;
}
.djbh-liucheng li:nth-child(5)::before{
	position: static;
}
.sjks-box{
	padding: 0 10%;
	margin: 6rem 0;
	color: #fff;
	text-align: center;
}
.sjks-box ul{
	margin: 5rem 0;
	display: flex;
	justify-content: space-around;
}
.sjks-box ul li{
	width: 24%;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 15px;
}
.sjks-box ul li h2{
	margin: 20px 0;
	font-weight: normal;
}
.sjks-box ul li  p{
	text-align: left;
	line-height: 1.8;
	opacity: 0.6;
}
.title{
	color: #fff;
	margin-bottom: 4rem;
}
.project-main{
	padding: 5% 0;
	text-align: left;
}
.project-main ul{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
}
.project-main ul li{
	background: url(../image/icon3.png) no-repeat;
	padding-left: 40px;
	background-size: contain;
	font-size: 1rem;
	margin: 20px;
	width: 28%;
}
.project-main ul li a{
	color: #fff;
}

.home-seiver{
	color: #fff;
	padding: 8rem 15%;
}
.home-seiver h2{
	font-size: 3rem;
	margin-bottom: 80px;
	/* font-weight: normal; */
}
.home-seiver ul{
	display: flex;
	flex-wrap: wrap;
}
.home-seiver ul li{
	text-align: center;
	width: 25%;	
	margin: 20px 0;
}
.home-seiver ul li p{
	margin-top: 20px;
}
.home-seiver ul li a{
	color: #fff;
	font-size: 1rem;
}
.software{
	display: flex;
	margin-top: 4rem;
	justify-content: space-between;
	align-items: center;
}
.software-left{
	color: #fff;
}
.software-left h1{
	text-align: left;
	margin-bottom: 30px;
	font-size: 2.4rem;
}
.software-left h4{
	text-align: left;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: normal;
	opacity: 0.7;
	line-height: 1.8;
}
.software-left .line{
	width: 70px;
	height: 3px;
	background-color: #007AFF;
	margin-bottom: 60px;
}
.software-left ul{
	display: flex;
	
}
.software-left ul li{
	margin-right: 40px;
	margin-bottom: 20px;
}
.software-right{
	/* width: 50%; */
	margin-left: 50px;
}
.software-right img{
	width: 100%;
}
.web{
	color: #fff;
	margin:4rem 0;
}
.web ul {
	display: flex;
}
.web ul li{
	margin: 0 15px;
	position: relative;
}
.web ul li p{
	margin: 10px 0;
	font-size: 0.875rem;
	opacity: 0.5;
	line-height: 1.8;
}
.web ul li h3{
	margin: 10px 0;
}
.web-info{
	height: 210px;
}
.zhongjian{
	width: 100%;
	height: 30px;
	background-color: #ff6a00;
	position: absolute;
	top: 41%;
	z-index: -1;
}
.web-img1{
	position: absolute;
	left: 0;
	right: 0;
	bottom:36px
}
.mobF{width:100%;margin-top: 80px;}
.mobF .c_tit span,.mobF .c_tit p{color:#f0f0f0;}
.mobF ul{width:100%;display: flex;flex-wrap: wrap;}
.mobF ul li{width:23.6%;margin:50px 1% 0px 0px;    border-radius: 10px;
    overflow: hidden;}
.mobF ul li:nth-child(4n){margin-right:0px;}
.mobF ul li a{display:flex;height:145px;background:#fff;padding:0px 10%;position:relative;align-items: center;}
.mobF ul li a>p .mobF_H{display:none}
.mobF ul li a>p{width:70px;height:70px;border-radius:20px;border:1px solid #c6c6c6;position:absolute;right:10%;top:37.5px;line-height:70px;text-align:center;}
.mobF ul li a>p img{vertical-align:middle;}
.mobF ul li a>div{width:100%;float:left;   text-align: left;}
.mobF ul li a>div i{display:block;height:34px;font-size:46px;color:#000;opacity:0.1;font-weight:bold;overflow:hidden;font-style:normal;font-family:"Arial"}
.mobF ul li a>div span{display:block;font-size:16px;color:#222222;line-height:0;margin-top:6px;}
.mobF ul li a>div p{font-size:12px;color:#999999;margin-top:16px;}
.mobF ul li a:hover{background:#e2040f;}
.mobF ul li a:hover>div i,.mobF ul li a:hover>div span,.mobF ul li a:hover>div p{color:#fff;}
.mobF ul li a:hover>div i{opacity:0.5;}
.mobF ul li a:hover>p{border-color:#f18287;}
.mobF ul li a:hover>p .mobF_H{display:inline-block;}
.mobF ul li a:hover>p .mobF_S{display:none;}

.ys-title2{text-align: center;margin: 30px;color: #333}
.ys-title2 p{color: #999;padding: 8px 0;}
.ys-title2 h1{
	font-size: 30px;
	margin-bottom: 10px;
}

.gzh-box{
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.gzh-box-item{
	background-color: #fff;
	width: 30%;
	margin: 30px 0;
	padding: 20px;
}
.gzh-box-item p{margin-top:20px}

.linkhd-yd{
	margin: 60px auto;
	color: #fff;
}
.yd-title h1{
	font-size: 32px;
	margin-bottom: 20px;
}
.linkhd-yd ul{
	display: flex;
	margin-top: 60px;
}
.linkhd-yd ul li{
	margin: 0 10px;
}
.linkhd-yd ul li h2{
	font-size: 20px;
	margin-bottom: 20px;
}
.linkhd-yd ul li p{
	padding: 0 20px;
	line-height: 1.8;
	opacity: 0.6;
}

.app{
	display: flex;
	justify-content: space-around;
}
.app li{
	width: 30%;
	background-color: #fff;
	color: #333;
	padding: 20px;
}
.app li h2{
	margin-top: 30px;
}
.app li a{
	background: #45a2f7;
	margin: 40px auto;
	display: block;
	width: 200px;
	height: 50px;
	color: #fff;
	line-height: 50px;
}
.app-info{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px dashed #ccc;
	
}
.app-info p{
	width: 50%;
	padding: 10px !important;
	font-size: 16px;
}
.h5{
	display: flex;
	justify-content: space-around;
}
.h5 h2{
	margin-top: 30px;
	font-weight: normal;
}
.back{
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 99;
}
.back a{
	color: #fff;
	/* border: 1px solid #eee; */
	border-radius: 6px;
	padding:15px 60px;
	font-size: 1rem;
	background-color: #ff6a00;
	/* opacity: 0.4; */
}
.foot-info{
	display: flex;
	align-items: center;
}
.tel{
	margin-right: 40px;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;

}
.tel p{
	font-size: 0.875rem;
	margin-top: 6px;
	font-weight: normal;
}
.case-web{
	color: #fff;
}
.case-web h1{
	font-size: 2.4rem;
	text-align: left;
}
.case-web h4{
	font-size:1rem;
	text-align: left;
	margin-top: 30px;
	font-weight: normal;
}
.case-web-box{
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
	flex-wrap: wrap;
}
.case-web-item{
	width: 31.5%;
	margin: 20px 0;
}
.case-img img{
	width: 100%;
}
.case-info{
	
	margin-top: 20px;
	align-items: center;
}
.info-left{
	display: flex;
	
}
.info-left h2{
	font-weight: normal;
	font-size: 1.2rem;
	margin-bottom: 10px;
	text-align: left;
}
.info-left p{
	margin-left: 20px;
	text-align: left;
}
.btn-yd{
	text-align: center;
    width: 174px;
    height: 46px;
    background: #0854f0;
    display: block;
    line-height: 44px;
    color: #fff;
    font-size: 1rem;
	margin-top: 30px;
	border-radius: 8px;
}