@charset "utf-8";

.dede_pages {

	text-align: center;

	display: block;

	width: 100%;

	max-width: 800px;

	margin: 0px auto 20px;

	overflow: hidden;

}

.dede_pages ul {

	padding: 9px 0px 9px 16px;

	text-align: center;

}

.dede_pages ul li {

	float: left;

	font-family: Tahoma;

	line-height: 28px;

	margin-right: 6px;

	padding: 0px 8px;

	list-style: none;

	border: 1px solid #ccc;

}

.dede_pages ul li select {

	height: 28px;

	width: 50px;

	line-height: 28px;

	text-align: center;

}

.dede_pages ul li a {

	float: left;

	color: #555;

	display: block;

	padding: 0px 8px;

	line-height: 28px;

}

.dede_pages ul li a:hover {

	color: #690;

	text-decoration: none;

	line-height: 28px;

	padding: 0px 8px;

}

.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {

	background-color: #F8F8F8;

	padding: 0px 8px 0px;

	font-weight: bold;

}

.dede_pages .pageinfo {

	line-height: 28px;

	padding: 12px 10px 12px 16px;

	color: #999;

}

.dede_pages .pageinfo strong {

	color: #555;

	font-weight: normal;

	margin: 0px 2px;

}

/* 中英文切换 */

.language {

	position: absolute;

	right: 10%;

	top: 25px;

	font-size: 12px;

	z-index: 100;

}

.language a {

	margin-left: 15px;

}

.language .language-ico {

	padding: 0 0 0 20px;

	background-repeat: no-repeat;

	background-position: left center;

}
.bg-home-all {
	background-size: cover;
}

.btn {
	border-radius: 18px;
}

.carousel-item-2 {
	padding-left: 35px;
}

.carousel-control-prev {
	left: 30px;
}
.padding35 {
	padding-left: 35px;
}

.padding-r-20 {
	padding-right: 20px;
}

.carousel-item:nth-child(1) .vh-100 {
	background-position: unset !important;
}
.carousel-item:nth-child(2) .vh-100 {
	background-position: center center !important;
}
.carousel-item:nth-child(3) .vh-100 {
	background-position: center center !important;
}
.carousel-item:nth-child(4) .vh-100 {
	background-position: center center !important;
}

.para-desc {
	line-height: 2;
}

.content-logo {
	max-width: 100%;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.carousel-control-prev {
		left: -5px;
	}
}

@media (max-width: 767px) {
	.carousel-item-2 {
		padding-left: 35px;
	}
	.para-desc {
		line-height: 1.6;
	}
	.carousel-control-prev {
		/*left: 0;*/
	}
	.title-heading {
		text-align: center !important;
	}
}
