header{
	background-color: #02C1B7;
}
.f-c-c {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg {
	background-color: rgba(244, 248, 251, .6);
}
.banner {
	width: 100%;
	/* height: 702px; */
	overflow: hidden;
	background: -webkit-linear-gradient(#02C1B7, #04CB95);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#02C1B7, #04CB95);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#02C1B7, #04CB95);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#02C1B7, #04CB95);
	/* 标准的语法（必须放在最后） */
}

.banner .case-left {
	width: 546px;
	color: #fff;
	float: left;
}

.banner .case-left h3 {
	padding-top: 256px;
	padding-bottom: 24px;
	font-size: 32px;
	font-weight: normal;
}

.banner .case-left p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 30px;
}

.banner .case-left .btn {
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #04cb94;
}
.banner .case-left .btn:hover{
	background: rgba(255,255,255,0.9);
}
.banner .case-left .btn a{
	color: #04cb94;
}
.banner .case-right {
	position: relative;
	margin-top: 131px;
	width: 621px;
	height: 571px;
	float: right;
	background: url(../images/hardware/hard-bg.png) no-repeat center center;
	/* background-size: 365px 497px; */
}

.banner .case-right img {
	position: absolute;
}

.banner .case-right img.img1 {
	left: 36px;
	top: 340px;
	-webkit-animation: banner_1 3s 0s forwards ease-in-out infinite;
	animation: banner_1 3s 0s forwards ease-in-out infinite
}

.banner .case-right img.img2 {
	left: 210px;
	top: 100px;
	-webkit-animation: banner_1 3s 0.5s forwards ease-in-out infinite;
	animation: banner_1 3s 0.5s forwards ease-in-out infinite
}

.banner .case-right img.img3 {
	left: 534px;
	top: 60px;
	-webkit-animation: banner_1 3s 1s forwards ease-in-out infinite;
	animation: banner_1 3s 1s forwards ease-in-out infinite
}

.banner .case-right img.img4 {
	left: 419px;
	top: 225px;
	-webkit-animation: banner_1 3s 1.5s forwards ease-in-out infinite;
	animation: banner_1 3s 1.5s forwards ease-in-out infinite
}

.banner .case-right img.img5 {
	left: 580px;
	top: 190px;
	-webkit-animation: banner_1 3s 2s forwards ease-in-out infinite;
	animation: banner_1 3s 2s forwards ease-in-out infinite
}

.banner .case-right img.img6 {
	left: 524px;
	top: 384px;
	-webkit-animation: banner_1 3s 2.5s forwards ease-in-out infinite;
	animation: banner_1 3s 2.5s forwards ease-in-out infinite
}
.dekaron {
	position: relative;
	padding: 90px 0;

}

main section .dekaron .cards {
	margin-top: 60px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

main section .dekaron .cards .round-icon-box {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 20px;
}

main section .dekaron .cards li {
	width: 30%;
	min-height: 271px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
}

main section .dekaron .cards li:nth-child(n+2) {
	border-left: solid 1px #e9e9e9;
	padding-left: 65px;
}

main section .dekaron .cards li p:nth-of-type(1) {
	margin-top: 5px;
	font-weight: 500;
	line-height: 1.04;
	color: #111111;
}

main section .dekaron .cards li p {
	text-align: justify;
}

main section .dekaron .cards li p:nth-of-type(2) {
	margin-top: 18px;
	line-height: 1.79;
	color: #888888;
}
.line-title{
	margin-bottom: 80px;
}
.swiper-container .swiper-wrapper .swiper-slide{
	/* width: 25%!important; */

}
.swiper-container .swiper-wrapper .swiper-slide>div{
	padding: 20px 30px 0;
	height: 266px;
	margin: 4px;
box-shadow: 0px 0px 8px 2px #F2F2F3;
-webkit-box-shadow: 0px 0px 8px 2px #F2F2F3;
-moz-box-shadow: 0px 0px 8px 2px #F2F2F3;
}
.swiper-container .swiper-wrapper .swiper-slide .title{
	font-size: 16px;
	color: #333333;
	margin: 30px 0 15px 0;
}
.swiper-container .swiper-wrapper .swiper-slide .desc{
	font-size: 12px;
	color: #333333;
}
.swiper-button-prev,.swiper-button-next{
	width: 50px;
	height: 50px;
	top: 60%;
	right: -60px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 8px 2px #F2F2F3;
	-webkit-box-shadow: 0px 0px 8px 2px #F2F2F3;
	-moz-box-shadow: 0px 0px 8px 2px #F2F2F3;
	outline: none
}
.swiper-button-prev{
	left: -60px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	    font-size: 18px;
		font-weight: 700;
		color: #0ACA95;

}
.hard-ware-box .hard-ware-img img{
display: block;
margin: auto;
}
.app-box .app{
	background: url(../images/hardware/app-bg.png) no-repeat center;
}
.app-box .app .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 80px auto 0;
	font-size: 20px;
}

.app-box .app .item .lt,.app-box .app .item .rt{
	display: flex;
	align-items: center;
}
.app-box .app .item .lt img{
	margin-left: 20px;
}
.app-box .app .item .rt img{
	margin-right: 20px;
}
.app-box .app .item1{
	max-width: 730px;
}
.app-box .app .item2{
	max-width: 920px;
}
.app-box .app .item3{
	max-width: 960px;
}
.app-box .app .item4{
	max-width: 710px;
}
.hardware-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
}
.hardware-box .item{
	/* display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
	text-align: center;
	width: 30%;
	background: #fff;
	box-shadow: 0px 0px 8px 2px #F2F2F3;
	-webkit-box-shadow: 0px 0px 8px 2px #F2F2F3;
	-moz-box-shadow: 0px 0px 8px 2px #F2F2F3;
	padding: 50px 0;
	margin-bottom: 45px;
}
.hardware-box .item img{
	max-height: 220px;
}
.hardware-box .item p:nth-child(2){
	font-size: 18px;
	margin: 40px auto 24px;
	height: 25px;
}
.hardware-box .item p:nth-child(3){
	font-size:18px;
	color: #666666;
}
@media screen and (max-width:768px){
	.container {
		padding: 40px 10px;
	}
	.line-title{
		margin-bottom: 40px;
	}
	.com-box{
		padding: 30px 0;
	}
	.com-box .line-info{
		margin: 20px auto 35px;
	}
	.banner .case-left{
		width: 100%;
		margin-top: 10rem;
	}
	.banner .case-left p{
		font-size: 1.4rem;
		text-align: center;
	}
	.banner .case-left .btn a{
		font-size: 1.6rem;
	}
	.banner .case-left .btn{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner .case-left h3{
		font-size: 24px;
		padding-top: 14rem;
		line-height: 40px;
	}
	.case-left-div{
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.banner .case-right{
		width: 100%;
		background-size: 100%;
		height: 377px;
	}
	.hard-ware-img img{
		width: 100%;
	}
	.app-box .app{
		background: none;
	}
	.app-box .app .item .lt{
		flex-direction: column-reverse;
		width: 50%;
		justify-content: center;
	}
	.app-box .app .item .rt{
		flex-direction: column;
		width: 50%;
		justify-content: center;
	}
	.app-box .app .item .lt img{
		margin-left: 0;
	}
	.app-box .app .item .rt img{
		margin-right: 0;
	}
	.app-box .app .item{
		margin: 24px auto 0;
	}
	.app-box .app .item p{
		margin-top: 10px;
	}
	.hardware-box .item{
		width: calc(50% - 5px);
	}
	.hardware-box .ware-img{
		width: 100%;
		height: 224px;
	}
	.hardware-box .item:nth-child(even){
		margin-left: 5px;
	}
	.hardware-box .item p:nth-child(2){
		font-size: 20px;
		    margin: 20px auto 10px;
	}
	.hardware-box .item p:nth-child(3){
		font-size: 14px;
	}
	.hardware-box .item img{
		width: 100%;
	}
	.free-foot-box div{
		padding: 0 1rem;
		font-size: 2rem;
		text-align: center;
	}
	.free-foot-box .btnDemo{
		font-size: 1.4rem;
	}
	.web .line-title{
		margin-bottom: 40px;
	}
	.app-box .app .item p{
		font-size: 1.4rem;
	}
	.hardware-box .item{
		margin-bottom: 10px;
		padding: 25px 0;
	}
	.swiper-container .swiper-wrapper .swiper-slide .title{
		font-size: 1.8rem;
	}
	.swiper-container .swiper-wrapper .swiper-slide .desc{
		font-size: 1.4rem;
	}
}
@media (max-width: 1300px) and (min-width: 770px){
	.banner .case-left {
		position: relative;
		left: 70px;
	}

	.banner .case-right {
		right: 0px;
	}
	.swiper-container,.hardware-box{
		padding: 0 28px;
	}
}