.cpxq-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cpxq-card {
	width: 100%;
	background-color: #eeeeee;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cpxq-card-left {
	width: 43%;
}

.cpxq-card-right {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 3% 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #3B3B3B;
}

.cpxq-card-right>a {
	font-size: 22px;
	font-weight: bold;
	color: #263455;
	margin-bottom: 1%;
}

.cpxq-card-right-phone {
	font-size: 26px;
	color: #FF4525;
	margin-bottom: 1%;
}

.cpxq-card-right-table {
	width: 80%;
	line-height: 30px;
}

/* 产品菜单栏 */
.cpxq-caidan {
	width: 100%;
	display: flex;
	height: 50px;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 44px;
	font-size: 18px;
	background: #FAFAFA;
	justify-content: center;
	align-items: center;
	border: 1px solid #E7E7E7;
}

.cpxq-caidan>a {
	margin: 0 4%;
	cursor: pointer;
	padding: 0 1%;
}

.cpxq-caidan>a:hover {
	color: #0E48EA;
	border-bottom: 6px solid #0E48EA;
}

.cpxq-caidan-diva {
	color: #0E48EA;
	border-bottom: 6px solid #0E48EA;
}

.cpxq-caidan-div {
	display: none;
	padding: 30px;
	overflow: hidden;
}

.cpxq-caidan-div img{
	width: 100%;
}

.table-box .title-box{
	width: 100%;
	text-align: center;
}

.table-box table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
}

.table-box table tr{
	display: block;
	border-bottom: 1px solid #777777;
	padding: 10px;
}

.table-box table th{
	width: 100%;
	line-height: 40px;
	text-align: center;
}

.table-box table tr td{
	width: 300px;
	height: 40px;
	line-height: 40px;
}

.curr_div {
	display: block !important;
}

@media all and (max-width:867px) {
	.cpxq-card-left {
		width: 100%;
	}

	.cpxq-card-right {
		width: 100%;
		margin: 0 3%;
	}

	.cpxq-card-right-table {
		width: 100%;
	}

	.cpxq-caidan {
		font-size: 14px;
		justify-content: space-around;
	}

	.cpxq-caidan>a {
		margin: 0 3%;
		padding: 0;
	}
}

/* 纯CSS轮播图 */
.carousel {
	color: #fff;
	overflow: hidden;
	position: relative;
}

.carousel-item {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity 0.6s ease-in-out;
	width: 100%;
}

.carousel-active:checked+.carousel-item {
	opacity: 1;
	pointer-events: auto;
	position: static;
}

.carousel-item img {
	display: block;
	width: 100%;
	height: auto;
}

.carousel-controls {
	height: 100%;
	width: 100%;
}

.carousel-control {
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	transition: background 0.1s ease-in-out;
	width: 50%;
	z-index: 2;
}

.carousel-control:hover {
	background: rgba(0, 0, 0, 0.8);
}

.carousel-control.prev {
	float: left;
}

.carousel-control.next {
	float: right;
}

.carousel-caption {
	bottom: 15%;
	font-size: 120%;
	left: 20%;
	opacity: 0;
	right: 20%;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	transition: opacity 0.1s ease-out;
	z-index: 2;
}

.carousel-active:checked+.carousel-item .carousel-caption {
	transition: opacity 0.6s ease-in;
	opacity: 1;
}

.carousel-indicators {
	bottom: 5%;
	left: 5%;
	list-style: none;
	margin: 0;
	padding: 0;
	right: 5%;
	text-align: center;
	z-index: 2;
}

.carousel-indicators li {
	display: inline-block;
}

.carousel-indicator {
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-size: 28px;
	line-height: 1;
	padding: 5px 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	transition: background 0.1s ease-in-out;
}

.carousel-indicator:hover {
	background: rgba(0, 0, 0, 0.8);
}

/* If you`re needing more than 3 banners, maybe you might be using another way to represent your info... ;-) */
#carousel-1:checked~.carousel-indicators .carousel-indicator[for="carousel-1"],
#carousel-2:checked~.carousel-indicators .carousel-indicator[for="carousel-2"],
#carousel-3:checked~.carousel-indicators .carousel-indicator[for="carousel-3"],
#carousel-4:checked~.carousel-indicators .carousel-indicator[for="carousel-4"],
#carousel-5:checked~.carousel-indicators .carousel-indicator[for="carousel-5"],
#carousel-6:checked~.carousel-indicators .carousel-indicator[for="carousel-6"],
#carousel-7:checked~.carousel-indicators .carousel-indicator[for="carousel-7"],
#carousel-8:checked~.carousel-indicators .carousel-indicator[for="carousel-8"],
#carousel-9:checked~.carousel-indicators .carousel-indicator[for="carousel-9"],
#carousel-10:checked~.carousel-indicators .carousel-indicator[for="carousel-10"],
#carousel-11:checked~.carousel-indicators .carousel-indicator[for="carousel-11"]{
	color: #007f7f;
}

@media (min-width: 768px) {

	.carousel-indicators {
		background: transparent;
	}

	.carousel-control {
		width: 5%;
		margin-top: 30%;
	}

	.carousel-controls,
	.carousel-caption,
	.carousel-indicators {
		position: absolute;
	}
}
