html,
body {
	margin: 0;
	font-size: 14px;
	font-family: 'Microsoft Yahei','微软雅黑','宋体', sans-serif;
	line-height: 20px;
	color: #333;
}

p {
	margin-bottom: 0px;
}

*, ::after, ::before {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active, a:visited, a:focus {
	text-decoration: none;
}

.a-white a {
	color: #fff;
}

.a-white a:hover {
	color: #ccc;
}

.a-blue a {
	color: #1c519d;
}

.a-blue a:hover {
	color: #022456;
}

.a-orange a {
	color: #f55e1e;
}

.a-orange a:hover {
	color: #9f3103;
}

.a-green a {
    color: #198754;
}

.a-green a:hover {
    color: #0b6c3f;
}

.al-blue a {
	border: 1px solid #e2e2e2;
	transition: 0.5s;
	color: #666;
}

.al-blue a:hover {
	border: 1px solid #1c519d;
	color: #1c519d;
}

.container {
	max-width: 1440px;
	min-width: 1190px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	transition: 0.5s;
}

.container-banner {
	max-width: 1440px;
	min-width: 1190px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	transition: 0.5s;
}

.top {
	width: 100%;
	height: 60px;
	background: #333;
	position: fixed;
	top: 0px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	z-index: 9999;
}

.top-left {
	float: left;
	width: 150px;
	height: 60px;
	display: flex;
	align-items: center;
}

.top-left img {
	height: 40px;
}

.top-left span {
	margin-left: 10px;
	color: #fef6c2;
}

.top-left a {
	transition: 0.2s;
	display: inline-flex;
	align-items: center;
}

.top-left a:hover {
	opacity: 0.8;
}

.top-right {
	float: right;
	width: calc(100% - 150px);
}

.top-right-item {
	float: left;
	padding: 0px 20px;
	height: 60px;
	display: inline-flex;
	align-items: center;
}

.top-right-item:hover {
	background: #000;
}

.top-right-menu {
	position: absolute;
	top: 60px;
	/*left: 0px;*/
	z-index: 9999;
	height: 0px;
	margin-left: -20px;
	transition: 0.2s;
	overflow: hidden;
}

.top-right-menu-list {
	border: 1px solid #ccc;
	padding: 20px 10px 10px 10px;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 400px;
}

.top-right-menu-240 {
	width: 240px;
}

.top-right-menu-title {
	padding: 0px 10px;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.top-right-menu-title a {
	display: inline-flex;
	/*align-items: center;*/
}

.top-right-menu-title-p100 {
	width: 100%;
}

.top-right-search {
	float: right;
	font-size: 24px;
	margin-top: 18px;
}

.top-right-search-div {
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 9999;
	height: 0px;
	transition: 0.2s;
	overflow: hidden;
	width: 100%;
	max-width: 1400px;
	transform: translate(-50%, 0%);
}

.top-right-search-div-content {
	border: 1px solid #ccc;
	padding: 20px;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.top-right-search-input {
	border-radius: 8px;
	padding: 0px 20px;
	width: calc(100% - 100px);
	font-size: 14px;
	height: 40px;
	border: 1px solid #ccc;
	color: #333;
}

.top-right-title-ico {
	font-size: 10px;
}

.banner {
	border-radius: 8px;
	/*height: 300px;*/
	aspect-ratio: 4 / 1;
	overflow: hidden;
	transform: rotate(0deg);
}

.list {
	margin-top: 20px;
}

.list-item {

}

.list-item-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.list-item-title img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 8px;
	object-fit: cover;
}

.list-item-ico {
	margin-right: 10px;
}

.list-item-content {
	float: left;
	width: 33.33%;
}

.list-item-layout {
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #e2e2e2;
	transition: 0.5s;
}

.list-item-layout:hover {
	border: 1px solid #2D64B3;
}

.list-item-layout-left {
	float: left;
	height: 60px;
	overflow: hidden;
}

.list-item-layout-left img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 8px;
	object-fit: cover;
}

.list-item-layout-right {
	float: left;
	width: calc(100% - 80px);
}

.list-item-layout-title {
	font-size: 14px;
}

.list-item-layout-content {
	margin-top: 3px;
	font-size: 12px;
	height: 40px;
	overflow: hidden;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list-item-layout-bnt {
	margin-top: 10px;
}

.list-item-layout-bnt a {
	margin: 0 auto;
	height: 34px;
	border-radius: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50%;
}

.page-nav {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.page-nav-left {
	float: left;
}

.page-nav-right {
	float: right;
}

.more {
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
}

.more-left {
	max-width: calc(100% - 100px);
	width: calc(100% - 100px);
	height: 22px;
	overflow: hidden;
	transition: 0.2s;
}

.more-left-item {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
	width: 20%;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
}

.more-left-item a {
	display: inline-flex;
	/*align-items: center;*/
}

.more-left-item a .top-right-title-ico {
	margin-top: 5px;
}

.title {
	font-size: 22px;
	line-height: normal;
}

.describe {
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 24px;
}

.content {
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 24px;
}

.content-1 {
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 20px 20px 0px 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

.content-2 {
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

.content-3 {
	border-radius: 8px;
	border: 1px solid #ddd;
	line-height: 24px;
	overflow: hidden;
	transform: rotate(0deg);
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.f-16 {
	font-size: 16px;
}

.f-18 {
	font-size: 18px;
}

.c-blue {
	color: #2D64B3;
}

.c-orange {
	color: #f55e1e;
}

.ma--10 {
	margin: -10px;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mlr-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.mlr-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pa-10 {
	padding: 10px;
}

.lh-24 {
	line-height: 24px;
}

.lh-28 {
	line-height: 28px;
}

.footer {
	margin-top: 20px;
	padding: 20px 0px;
	background: #333;
	color: #fff;
}

.loding_bar ul li {
	margin-right: 10px;
}
.loding_bar ul li:last-child {
	margin-right: 0;
}
.loding_bar ul li a {
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #FFFFFF;
	display: inline-block;
	border: 1px solid #C4C4C4;
	color: #9F9F9F;
	font-size: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.loding_bar ul li a:hover {
	color: #AB6E35;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.bnt {
	background: #1c519d;
	transition: 0.5s;
	border-radius: 5px;
	padding: 6px 20px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.bnt:hover {
	background: #022456;
}

.bnt-mr-10 {
	background: #1c519d;
	transition: 0.5s;
	border-radius: 5px;
	padding: 6px 20px;
	color: #fff;
	border: none;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.bnt-mr-10:hover {
	background: #022456;
}

.bnt-orange {
	background: #f55e1e;
	transition: 0.5s;
	border-radius: 5px;
	padding: 6px 20px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.bnt-orange:hover {
	background: #9f3103;
}

.bnt-orange-mr-10 {
	background: #f55e1e;
	transition: 0.5s;
	border-radius: 5px;
	padding: 6px 20px;
	color: #fff;
	border: none;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.bnt-orange-mr-10:hover {
	background: #9f3103;
}

.bnt-green {
    background: #198754;
    transition: 0.5s;
    border-radius: 5px;
    padding: 6px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.bnt-green:hover {
    background: #0b6c3f;
}

.bnt-green-mr-10 {
    background: #198754;
    transition: 0.5s;
    border-radius: 5px;
    padding: 6px 20px;
    color: #fff;
    border: none;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.bnt-green-mr-10:hover {
    background: #0b6c3f;
}

.bnt-white {
	background: #fff;
	transition: 0.5s;
	border-radius: 5px;
	padding: 5px 20px;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.bnt-white:hover {
	background: #eee;
}

.bnt-white-mr-10 {
	background: #fff;
	transition: 0.5s;
	border-radius: 5px;
	padding: 5px 20px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.bnt-white-mr-10:hover {
	background: #eee;
}

.input-mr-0 {
	background: #fff;
	transition: 0.5s;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input-mr-0:hover {
	background: #eee;
}

.input-mr-5 {
	background: #fff;
	transition: 0.5s;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input-mr-5:hover {
	background: #eee;
}

.input-mr-10 {
	background: #fff;
	transition: 0.5s;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input-mr-10:hover {
	background: #eee;
}

.page-nav-right-ml {
	margin-left: 10px;
}

.list-item-content-pa {
	padding: 10px;
}

.container-mt {
	margin-top: 80px;
}

.rotation-speed {
	transition: all 0.3s ease 0s;
}

.rotation-180 {
	transform: rotate(180deg);
}

.mobile-menu {
	display: none;
}

.slider_swiper .swiper-button-prev {
	bottom: 24px;
	top: auto;
	border: 1px solid #ABABAB;
	width: 35px;
	height: 35px;
	color: #000000;
	opacity: 1;
	left: auto;
	right: 54px;
}
.slider_swiper .swiper-button-prev::after {
	font-size: 15px;
}

.slider_swiper .swiper-button-next {
	left: auto;
	right: 20px;
	bottom: 24px;
	top: auto;
	border: 1px solid #ABABAB;
	width: 35px;
	height: 35px;
	color: #000000;
	opacity: 1;
}
.slider_swiper .swiper-button-next::after {
	font-size: 15px;
}

.home-banner {
	width: 100%;
	/*height: 300px;*/
	aspect-ratio: 4 / 1;
}

.home-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-left-1 {
	float: left;
	width: 16.66%;
	padding: 10px 0px;
	text-align: center;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.ad iframe {
	border: 1px solid #ddd !important;
	border-radius: 8px;
	overflow: hidden;
}

.pc-ad {
	height: 100%;
}

.mobile-ad {
	display: none;
	height: 100%;
}

.no-border-table {

}

.no-border-table tr:first-child td, .no-border-table tr:first-child th {
	border-top-style: hidden !important;
}

.no-border-table tr:first-child, .no-border-table td:first-child, .no-border-table th:first-child {
	border-left-style: hidden !important;
}

.no-border-table tr:last-child td, .no-border-table tr:last-child th, .no-border-table .table-bordered {
	border-bottom-style: hidden !important;
}

.no-border-table tr:last-child, .no-border-table td:last-child, .no-border-table th:last-child {
	border-right-style: hidden !important;
}

/*no-border-table-1只去除最外框*/
.no-border-table-1 {

}

.no-border-table-1 thead:first-of-type tr:first-child {
	border-top-style: hidden !important;
}

.no-border-table-1 tr:first-child, .no-border-table-1 td:first-child, .no-border-table-1 th:first-child {
	border-left-style: hidden !important;
}

.no-border-table-1 tbody:last-of-type tr:last-child {
	border-bottom-style: hidden !important;
}

.no-border-table-1 tr:last-child td, .no-border-table-1 tr:last-child th, .no-border-table-1 .table-bordered {
	border-bottom: 1px solid #ddd !important;
}

.no-border-table-1 tr:last-child, .no-border-table-1 td:last-child, .no-border-table-1 th:last-child {
	border-right-style: hidden !important;
}

.tbtime input {
	text-align: center;
}

.html-code {
	line-height: 24px;
}

/*bootstrap 样式调整*/
.panel {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border-radius: 8px;
}

.panel-success {
	border-radius: 8px;
	/*解决safari border-radius失效*/
	transform: rotate(0deg);
	overflow: hidden;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
	margin-left: unset;
}

.checkbox-inline {
	margin-right: 10px;
}

.table-bordered > :not(caption) > * {
	border-width: 0px 0;
}

input {
	line-height: normal;
}

pre {
	margin-bottom: 0px;
	border-radius: 8px;
}

.table {
	margin-bottom: 0px;
}

.form-control {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

textarea.form-control {
	border-radius: 8px;
}

.hljs {
	border-radius: 8px !important;
	padding: 20px !important;
}

.alert {
	border-radius: 8px;
}
/*bootstrap 样式调整结束*/

/*Scroll Up*/
#scrollUp {
	background: #000 none repeat scroll 0 0;
	bottom: 85px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 20px;
	height: 45px;
	line-height: 39px;
	position: fixed;
	right: 12px;
	text-align: center;
	width: 45px;
	z-index: 9999;
	border-radius: 50%;
	border: 2px solid #000;
	transition: 0.3s;
}
#scrollUp:hover i {
	animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
/*Scroll Up结束*/

@media(max-width:667px) {
	.pc-menu,
	.page-nav-right-title {
		display: none;
	}

	.list-item-content {
		width: 100%;
	}

	.page-nav-right-ml {
		margin-left: 5px;
	}

	.content,
	.list-item-layout,
	.describe {
		padding: 10px;
	}

	.more-left {
		max-width: calc(100% - 60px);
		width: calc(100% - 60px);
	}

	.list-item-content-pa {
		padding: 10px 0px;
	}

	.ma--10 {
		margin: 0px;
	}

	.title {
		font-size: 18px;
	}

	.list-item-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.list {
		margin-top: 10px;
	}

	.banner {
		border-radius: unset;
		height: 200px;
		aspect-ratio: unset;
		margin: -20px 0px 20px 0px;
	}

	.home-banner {
		aspect-ratio: 2 / 1;
	}

	.list-item-layout-left img {
		margin-right: 10px;
	}

	.list-item-layout-right {
		width: calc(100% - 70px);
	}

	.container {
		min-width: unset;
	}

	.container-banner {
		padding: 0px;
		min-width: unset;
	}

	.ad2 {
		margin-bottom: 20px;
	}

	.more-left-item {
		width: 100%;
	}

	.top-right-search {
		font-size: 20px;
		margin-top: 20px;
	}

	.top-right-search-div-content {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.top-right-search-input {
		padding: 0px 10px;
		width: calc(100% - 70px);
	}

	.mobile-menu {
		display: block;
		float: right;
		margin-top: 20px;
		margin-left: 10px;
	}

	.mobile-menu-ico {
		font-size: 20px;
	}

	.mobile-menu-list {
		position: absolute;
		background: #fff;
		top: 0px;
		left: -2000px;
		width: 80%;
		height: 100vh;
		padding: 20px;
		overflow-y: auto;
		transition: 0.5s;
		z-index: 10001;
	}

	.mobile-menu-bg {
		position: absolute;
		background: #000;
		opacity: 0;
		top: 0px;
		left: -2000px;
		width: 100vw;
		height: 100vh;
		cursor: progress;
		/*transition: 0.1s;*/
		z-index: 10000;
	}

	.mobile-menu-list-class {
		padding: 12px 0;
		border-bottom: 1px solid #eee;
	}

	.mobile-menu-list-class a {
		display: flex;
		align-items: center;
	}

	.mobile-menu-list-title {
		padding: 12px 0;
		border-bottom: 1px solid #eee;
	}

	.mobile-menu-list-title a {
		display: flex;
		align-items: center;
	}

	.mobile-menu-list-info-data {
		padding-left: 10px;
		height: 0px;
		transition: 0.2s;
		overflow: hidden;
	}

	.mobile-menu-list-close {
		font-size: 24px;
		text-align: right;
	}

	.slider_swiper .swiper-button-prev {
		width: 25px;
		height: 25px;
		left: 20px;
		bottom: 90px;
	}

	.slider_swiper .swiper-button-next {
		width: 25px;
		height: 25px;
		right: 20px;
		bottom: 90px;
	}

	.content-1 {
		border-radius: unset;
		border: unset;
		padding: unset;
		line-height: unset;
		margin-bottom: unset;
	}

	.content-2 {
		border-radius: unset;
		border: unset;
		padding: unset;
		line-height: unset;
		margin-bottom: unset;
	}

	.item-left-1 {
		width: 50%;
	}

	.footer-right {
		display: none;
	}

	.pc-ad {
		display: none;
	}

	.mobile-ad {
		display: unset;
	}

	.table-responsive {
		border:unset;
		margin-bottom: 0px;
	}

	.more-left-item a {
		display: flex;
	}
}