.row-a1 {
	padding-top: 80px;
}

.a1-on {
	display: flex;
	justify-content: space-between;
}

.a1-left {
	width: 56%;
	line-height: 30px;
	padding-top: 25px;
}

.a1-left div:first-child {
	color: #333;
	font-size: 24px;
	padding-bottom: 30px;
}

.a1-left div ul li {
	color: #666666;
	padding-bottom: 14px;
	position: relative;
	padding-left: 15px;
}

.a1-left div ul li::before {
	content: ".";
	color: #82c032;
	position: absolute;
	left: 0;
	top: -9px;
	font-weight: 600;
	font-size: 20px;
}

.row-a1 .yab {
	padding: 0 0 0px 0 !important;
}

.a1-on {
	padding-bottom: 80px;
	padding-top: 62px;
}

.a1-box .a1-bg:nth-child(2) {
	background: #f8f8f8;
}

.a2-on {
	text-align: center;
}

.row-a2 {
	background: #f8f8f8;
	padding-top: 80px;
	padding-bottom: 80px;
}

.row-a3 {
	padding-top: 80px;
}

.yb {
	text-align: center;
	padding-bottom: 30px;
}

.yb div:first-child {
	color: #333333;
	font-size: 24px;
}

.yb div:last-child {
	color: #666666;
	font-size: 12px;
}

table {
	width: 1200px;
}

thead tr th {
	background-color: rgb(130, 192, 50);
	height: 40px;
	color: #fff;
	padding-left: 30px;
	font-size: 18px;
}

tbody tr:nth-child(odd) {
	background: #fbfbfb;
}

tbody tr {
	height: 40px;
}

tbody tr:nth-child(even) {
	background: #f1f1f1;
}

tbody tr td {
	color: #545454;
	padding-left: 30px;
}

tbody tr td:last-child {
	color: #265386;
}

table {
	border-collapse: collapse;
}

/*.a3-bottom{
    padding-top: 60px;
    
}*/
.tables {
	display: flex;
}

.tab-left table {
	width: 800px;
}

.tab-left tbody tr td:last-child {
	color: #545454;
}

.tab-left {
	margin-right: 40px;
}

.tab-right div {
	margin-bottom: 20px;
}
.a1-ul {
    width: 89%;
}
.a2_tit {
	font-size: 24px;
	color: #333333;
	padding-bottom: 40px;
}

.a2_imgs {
	position: relative;
}

.a2_box span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #333333;
	width: 8%;
}

.a2_box i {

	background: url(/uploads/image/cpimg/a1imgs.png) no-repeat;
	width: 200px;
	height: 200px;
	animation: ww 9s linear infinite;
	position: absolute;
	background-size: cover;
	left: 41.5%;
	top: 35%;
	transform: translate(-50%, -50%);

}

/* .a2_imgs>div:nth-child(2)::before {
	content: "";
	background: url(/uploads/image/cpimg/a1imgs.png) no-repeat;
	width: 200px;
	height: 200px;
	animation: ww 9s linear infinite;
	position: absolute;
	background-size: cover;
	  
	transform: translate(-50%, -50%);
	z-index: -1;
} */

@keyframes ww {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 769px) {
	.a2_box i {
		width: 85px;
		height: 85px;
		left: 41%;
		top: 39%;
	}
.a2_box span {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #333333;
    width: 14%;
}
	.banners {
		padding-top: 3.8rem;
	}

	.footer-top {
		display: none !important;
	}

	.footer-lj ul {
		flex-wrap: wrap;
		justify-content: center !important;
		margin-top: 0 !important;
	}

	.footer-box {
		background: unset !important;
		padding-top: 0 !important;
	}

	.row-a1 {
		padding-bottom: 1rem;
		padding-top: 1rem !important;
	}

	.row-a1 .yab {
		padding-bottom: 1rem !important;
	}

	.a1-on {
		flex-direction: column;
		padding-top: 0rem;
		padding-bottom: 1rem;
	}

	.a1-left {
		width: 95%;
		margin: auto;
		padding-top: 0rem;
	}

	.a1-right {
		width: 95%;
		margin: auto;
		margin-top: 1rem;
	}

	.row-a2 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.a2-on img {
		width: 90% !important;
	}

	table {
		width: 100%;
	}

	thead tr th {
		font-size: .6rem;
	}

	thead tr th:nth-child(2) {
		width: 30%;
		text-align: center;
	}

	thead tr th:nth-child(3) {
		width: 30%;
		text-align: center;
	}

	tbody tr td {
		font-size: .6rem;
	}

	.yb div:first-child {
		font-size: 1rem;
	}

	.yab div:nth-child(2) ul li:first-child {
		font-size: 1rem !important;
		text-align: center;
	}

	.tables {
		flex-direction: column;
	}

	.tab-left table {
		width: 100%;
	}

	.tab-left {
		margin-right: 0;
	}

	.tab-right {
		margin: auto;
	}

	.a1-left div:first-child {
		padding-bottom: 1rem;
		padding-top: 1rem;
		font-size: 1rem;
	}
	.a1-left div ul li{
		font-size: .7rem;
	}
	.a2_tit{
		font-size: 1rem;
	}
}
