/* 人工智能开发 */
.a1-tit {
	text-align: center;
	padding: 30px;
	font-size: 28px;
	font-weight: 600;
	background: #fff;
}

.a1-on {
	width: 33%;
	background: #fff;
	border: 1px solid #dcdcdc;
}

.a1-top {
	height: 80px;
	/* width: 100%; */
	padding: 0 30px;
	border-bottom: 1px solid #f4f5f7;
	display: flex;
	align-items: center;
}

.a1-top div:last-child {
	margin-left: 20px;
	font-size: 18px;
	color: rgb(51, 51, 51);
}

.a1-text {
	/* width: 100%; */
	height: 104px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	padding: 20px;
}

.a1-box {
	display: flex;
	flex-wrap: wrap;
}

.a1-on:hover .a1-top div:first-child img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transition: all .8s;
}

.a1-on .a1-top div:first-child img {
	transition: all .8s;
}

/* ---- */
/* 开发范围 */
.a2-box {
	display: flex;
	flex-wrap: wrap;
}

.a2-on {
	width: 49%;
	height: 233px;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}

.a2-on:nth-child(2n+2) {
	margin-right: 0;

}

.a2-tit {
	height: 98px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	justify-content: space-between;
}

.a2-tit div:first-child {
	font-size: 18px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	position: relative;
	padding-bottom: 11px;
}

.a2-tit div:first-child::after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: rgb(66, 175, 231);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s;
}

.a2-on:hover .a2-tit div:first-child::after {
	content: "";
	width: 100%;
	transition: all .4s;
}

.a2-on:hover .a2-tit div:last-child img {
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transition: all .4s;
}

.a2-text {
	padding: 20px;
	font-size: 14px;
	color: rgb(102, 102, 102);
}

/* ----= */
/* 0元试用专区 */
.a3-box {
	display: flex;
	flex-wrap: wrap;
}

.a3-on {
	text-align: center;
	padding: 36px 24px 36px 24px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 15%;
	background: #fff;
}

.a3-on div:nth-child(2) {
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 11px;
	height: 30px;
}

.a3-on div:nth-child(4) {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #ff6a00;
}

.a3-on div:first-child {
	font-size: 17px;
}

.a3-on:nth-child(5n+5) {
	margin-right: 0;
}

.btn {
	cursor: pointer;
	font-size: 12px;
	color: #ff6a00;
	border: 1px solid;
	width: 35%;
	margin: auto;
	padding: 8px;
}

/* 新品推荐 */
.a4-box {
	display: flex;
	flex-wrap: wrap;
}

.a4-on {
	text-align: center;
	padding: 36px 24px 36px 24px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 15%;
	background: #fff;
}

.a4-on div:nth-child(2) {
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 11px;
	height: 30px;
}

.a4-on div:nth-child(4) {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #ff6a00;
}

.a4-on div:first-child {
	font-size: 17px;
	height: 32px;
}

.a4-on:nth-child(5n+5) {
	margin-right: 0;
}

.btn {
	cursor: pointer;
	font-size: 12px;
	color: #ff6a00;
	border: 1px solid;
	width: 35%;
	margin: auto;
	padding: 8px;
}

/* -- */
/*  */
/* API推荐 */
.a5-box {
	display: flex;
	flex-wrap: wrap;
}

.a5-on {
	text-align: center;
	padding: 36px 24px 36px 24px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 15%;
	background: #fff;
}

.a5-on div:nth-child(2) {
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 11px;
	height: 30px;
}

.a5-on div:nth-child(4) {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #ff6a00;
}

.a5-on div:first-child {
	font-size: 18px;
}

.a5-on:nth-child(5n+5) {
	margin-right: 0;
}

.btn {
	cursor: pointer;
	font-size: 12px;
	color: #ff6a00;
	border: 1px solid;
	width: 35%;
	margin: auto;
	padding: 8px;
}

/* 热门类目 */
.a6s-box {
	display: flex;
	/* flex-wrap: wrap; */
}

.a6-on {
	text-align: center;
	padding: 36px 0 36px 0;
	margin-right: 15px;
	margin-bottom: 15px;
	/* width: 25%; */
	width: 228px;
	background: #fff;
}

.a6-on div:nth-child(2) {
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 11px;
	height: 30px;
}

.a6-on div:nth-child(4) {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #ff6a00;
}

.a6-on div:first-child {
	font-size: 17px;
	width: 87%;
	height: 45px;
	margin: auto;
}

.a6-on:nth-child(4n+4) {
	margin-right: 0;
}

.a6-classify {
	display: flex;
}

.a6s-on {
	width: 15%;
	padding: 36px 24px 36px 24px;

	margin-right: 15px;
	margin-bottom: 15px;
}

.a6-box>.a6s-box:first-child .a6s-on {
	background: url(../image/bg.png);
}

.a6-box>.a6s-box:nth-child(2) .a6s-on {
	background: url(../image/bg2.png);
}

.a6-box>.a6s-box:nth-child(3) .a6s-on {
	background: url(../image/bg3.png);
}

.a6-box>.a6s-box:nth-child(4) .a6s-on {
	background: url(../image/bg4.png);
}

.a6-box>.a6s-box:nth-child(5) .a6s-on {
	background: url(../image/bg5.png);
}

.a6-box>.a6s-box:nth-child(6) .a6s-on {
	background: url(../image/bg6.png);
}

.a6-box>.a6s-box:nth-child(7) .a6s-on {
	background: url(../image/bg7.png);
}

.a6-box>.a6s-box:nth-child(8) .a6s-on {
	background: url(../image/bg8.png);
}

.a6s-on>div:first-child {
	font-size: 20px;
	color: #fff;
}

.a6s-on>div:nth-child(2) {
	font-size: 12px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 11px;
}

.a6s-on>div:nth-child(3) {
	font-size: 12px;
	color: #fff;
}

.btns a {
	font-size: 12px;
	color: #fff;
}

/*开发流程  */
.a7-img {
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	animation: bouncing linear 4s infinite;
	-webkit-animation: bouncing linear 4s infinite;
	-moz-animation: bouncing linear 4s infinite;
	-o-animation: bouncing linear 4s infinite;
}

.a7-tit {
	text-align: center;
	padding-top: 36px;
	padding-bottom: 40px;
	font-size: 18px;
	color: #333333;
}

.a7-on {
	width: 24%;

}

.a7-img img {
	max-width: 100%;
	max-height: 100%;
}

.a7-box {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	/* padding-bottom: 50px; */
}

.a7-bg {
	background: url(../image/lxbg.jpg) no-repeat;
}

.a7-box .a7-on:nth-child(n+5) {
	width: 32%;
}

/* 动画 */
@keyframes bouncing {
	0% {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

	25% {
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}

	50% {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

	75% {
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}

@-webkit-keyframes bouncing {
	0% {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

	25% {
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}

	50% {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

	75% {
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}

/* AI人工智能案例 */
.a8-box {
	display: flex;
	flex-wrap: wrap;
}

.a8-on {
	margin-right: 20px;
}

.a8-on:nth-child(4n+4) {
	margin-right: 0;
}

.a8-tit {
	background: #fff;
	padding: 0px 20px;
}

.a8-tit>p:first-child {
	height: 64px;
	font-size: 16px;
	color: #666666;
	display: flex;
	align-items: center;
}

.a8-tit>p:nth-child(2) {
	height: 40px;
	border-top: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}

.a8-img {
	overflow: hidden;
}

.a8-on:hover .a8-img img {
	transform: scale(1.4);
	transition: all 1s;
}

.a8-on:hover .a8-tit>p:nth-child(2) {
	color: #0078d7;
}
.a2-tit div:last-child{
	max-width: 42px;
	max-height: 38px;
}
.a2-tit div:last-child img{
	width: 100%;
	height: 100%;
}
.a3-on>div:nth-child(3){margin: auto;width: 100px;height: 76px;}
.a3-on>div:nth-child(3) img{
	width: 100%;
	height: 100%;
}
.a4-on>div:nth-child(3){margin: auto;width: 100px;height: 76px;}
.a4-on>div:nth-child(3) img{
	width: 100%;
	height: 100%;
}
.a5-on>div:nth-child(3){margin: auto;width: 100px;height: 76px;}
.a5-on>div:nth-child(3) img{
	width: 100%;
	height: 100%;
}
.a6-on>div:nth-child(3){margin: auto;width: 100px;height: 76px;}
.a6-on>div:nth-child(3) img{
	width: 100%;
	height: 100%;
}

@media(max-width:768px) {
	.a1-top{
			padding: .2rem;
			display: block;
			height: auto;
			flex-direction: column;
		}
		.a1-top>div:last-child{
			/* margin-left: 0; */
			font-size: .18rem;
			display: block;
			text-align: center;
		}
		.a1-top>div:first-child{
			width: .34rem;
		
		margin: .2rem auto;
		}
	.a1-text{
		height: auto;
		padding: .2rem;
		font-size: .14rem;
	}
	.a1-tit{
		padding: .4rem;
		font-size: .3rem;
	}
	.public{
		margin: .3rem auto;
	}
	.publics{
		  margin: .3rem 0 0 0;
	}
	.a2-on{
		width: 100%;
		height: 100%;
		margin-right: 0px;
	}
	.a2-tit{
	height: 100%;
	padding: .3rem;
	}
	.a2-tit div:first-child{
		 font-size: .18rem;
	}
	.a2-tit div:last-child{
		max-width: .42rem;
		max-height: .38rem;
	}
	.a2-text{
		font-size: .14rem;
		padding: .2rem;
	}
	
	/* =---- */
	.a3-on:nth-child(3n+3){
		margin-right: 0;
	}
	.a3-on{
		width: 24.4%;
		padding: .3rem;
		margin-right: .1rem;
		margin-bottom: .1rem;
	}
	.a3-on div:nth-child(2){
		height: unset;
	}
	.a3-on div:first-child{
		height: .4rem;
		font-size: .18rem;
	}
	.a3-on div:nth-child(2){
		font-size: .12rem;
		margin-top: .2rem;
		height: 0.4rem;
	}
	.a3-on > div:nth-child(3){
	width: 1rem;
	height: .76rem;
	}
	.a3-on div:nth-child(4){
		margin-top: .1rem;
		margin-bottom: .1rem;
		font-size: .18rem;
	}
	.btn{
		width: 52%;
		font-size: .12rem;
	}
	.a3-on:nth-child(5n+5){
		/* margin-right: unset; */
		margin-right: auto;
	}
	/* --=-- */
	.publice {
	  margin: .3rem 0 .2rem 0;
	}
	
	/* -a4---- */
	.a4-on:nth-child(3n+3){
		margin-right: 0;
	}
	.a4-on{
		width: 24.4%;
		padding: .3rem;
		margin-right: .1rem;
		margin-bottom: .1rem;
	}
	.a4-on div:nth-child(2){
		height: unset;
	}
	.a4-on div:first-child{
		height: .4rem;
		font-size: .18rem;
	}
	.a4-on div:nth-child(2){
		font-size: .12rem;
		margin-top: .2rem;
		height: 0.4rem;
	}
	.a4-on > div:nth-child(3){
	width: 1rem;
	height: .76rem;
	}
	.a4-on div:nth-child(4){
		margin-top: .1rem;
		margin-bottom: .1rem;
		font-size: .18rem;
	}
	.btn{
		width: 52%;
		font-size: .12rem;
	}
	.a4-on:nth-child(5n+5){
		/* margin-right: unset; */
		margin-right: auto;
	}
	/* -a5-- */
	.a5-on:nth-child(3n+3){
		margin-right: 0;
	}
	.a5-on{
		width: 24.4%;
		padding: .3rem;
		margin-right: .1rem;
		margin-bottom: .1rem;
	}
	.a5-on div:nth-child(2){
		height: unset;
	}
	.a5-on div:first-child{
		height: .4rem;
		font-size: .18rem;
	}
	.a5-on div:nth-child(2){
		font-size: .12rem;
		margin-top: .2rem;
		height: 0.4rem;
	}
	.a5-on > div:nth-child(3){
	width: 1rem;
	height: .76rem;
	}
	.a5-on div:nth-child(4){
		margin-top: .1rem;
		margin-bottom: .1rem;
		font-size: .18rem;
	}
	.btn{
		width: 52%;
		font-size: .12rem;
	}
	.a5-on:nth-child(5n+5){
		/* margin-right: unset; */
		margin-right: auto;
	}
	/* -- */
	/* a6 */
	.a6-classify{
		flex-wrap: wrap;
	}
	.a5-on:nth-child(3n+3){
		margin-right: 0;
	}
	.a6-on{
		width: 35%;
	
		padding: .3rem;
		margin-right: .1rem;
		margin-bottom: .1rem;
	}
	.a6-on div:nth-child(2){
		height: unset;
	}
	.a6-on div:first-child{
		height: .4rem;
		font-size: .18rem;
	}
	.a6-on div:nth-child(2){
		font-size: .12rem;
		margin-top: .2rem;
		height: 0.4rem;
	}
	.a6-on > div:nth-child(3){
	width: 1rem;
	height: .76rem;
	}
	.a6-on div:nth-child(4){
		margin-top: .1rem;
		margin-bottom: .1rem;
		font-size: .18rem;
	}
	.btn{
		width: 52%;
		font-size: .12rem;
	}
	.a6-on:nth-child(5n+5){
		/* margin-right: unset; */
		margin-right: auto;
	}
	.a6s-box{
		flex-wrap: unset;
	}
	.a6s-on{
		width: 48%;
		margin-right: .1rem;
		margin-bottom: .1rem;
		padding: .3rem;
	}
	.a6-on:nth-child(2n+2){
		margin-right: 0;
	}
	.a6s-on > div:first-child{
		font-size: .4rem;
	}
	.a6s-on > div:nth-child(2){
		font-size: .19rem;
	}
	/* --a7-- */
	.a7-img{
		width: 1.2rem;
		height: 1.2rem;
	/* 	line-height: normal;
		margin: 0 auto .2rem; */
		padding: .2rem;
		box-sizing: border-box;
	}
	.a7-tit{
		font-size: .18rem;
		padding-top: .2rem;
		padding-bottom: .4rem;
	}
	.a8-img img{
		width: 100%}
	.a8-on{
		width: 95%;
		margin: auto;
		margin-bottom: .2rem;
	}
	.a8-tit{
		padding: 0 .2rem;
	}
	.a8-on:nth-child(4n+4){
		margin-right: auto;
	}
	.a8-tit > p:first-child{
		height: .64rem;
		font-size: .16rem;
	}
}
