* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f5f5f5
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

@media (min-width: 1500px) {
	.container {
		max-width: 1480px;
	}
}

@media (min-width: 1800px) {
	.container {
		max-width: 1640px;
	}
}

.text-truncate-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.breadcrumb-box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	padding-top: 16px;
}

.header-box {
	width: 100%;
	background-image: url('../img/headbg.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo {
	height: 120px;
}


.navbar .navbar-nav>li:hover .dropdown-menu {
	display: block;
}

.navbar .navbar-brand img {
	/* width: 130px; */
	height: 44px;
}

header .navbar .nav-item {
    margin-right: 20px;
    flex-shrink: 0;
}

header .navbar .offcanvas-end {
	width: 300px;
}

header .navbar .nav-item .nav-link {
	color: #000;
font-family: '黑体';
flex-shrink: 0;
}

header .navbar .nav-item .nav-link:hover {
	color: #000;
}

header .navbar .nav-item .nav-link img {
	margin-right: 6px;
}



footer .form-control {
	background-color: transparent;
	color: #fff;
	border: 1px solid #ced4da;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

footer .form-control:focus {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	border: 1px solid #ced4da;
	border-top: none;
	border-left: none;
	border-right: none;
}

footer .form-floating>label {
	color: #ced4da;
}

footer .y-link a {
	position: relative;
	padding-left: 14px;
	margin-right: 6px;
	transition: 0.3s;
}

footer .y-link a::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: calc(50% - 1.5px);
}

footer .y-link a:hover {
	color: #fff;
}

.footer-box p {
	margin-bottom: 0;
}

footer .qrcode-img {
	width: 84px;
	height: 84px;
	margin-bottom: 10px;
}

.page-banner {
	height: 230px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.page-content {
	min-height: 50vh;
	padding: 10px;
	padding-top: 30px;
}

.contain {
	background: #f8f8f8;
	position: relative;
	z-index: 996;
}

.contain .aa {
	color: #2a333c;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.footer-box {
	background-image: url("../img/index/footer_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff !important;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer-box p {
	font-size: 13px;
}

footer .logo-img {
	/* width: 80%; */
	width: 373px;
	/* height: 68px; */
	/* margin-bottom: 20px; */
}

.address-box {
	margin-bottom: 20px;
}

.pagination {
	margin-top: 16px;
}

.pagination,
.pagination td,
.pagination div {
	font-size: 14px;
}

.pagination .PrevDisabled {
	height: auto;
}

.pagination a:link {
	font-size: 14px;
	height: auto;
}

.search-box {
	position: relative;
	width: 276px;
	display: flex;
	align-items: center;
	margin-left: auto;
}

.search {
	width: 276px;
	height: 56px;
	background: #0B288E;
	border-radius: 7px;
	box-shadow: none;
	padding: 0 10px;
	color: #ffffff;
}

.search-btn {
	position: absolute;
	right: 10px;
	color: #ffffff;
	background-color: transparent;
	border: none;
	padding: 4px 8px;
	transition: 0.3s;
	border-radius: 4px;
}

.search-btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.breadcrumb-box {
		padding-top: 0;
	}

	header .header-box {
		height: 180px;
		padding: 30px 0;
	}

	header .navbar {
		background-image: url("../img/headbg.png");
		background-repeat: no-repeat;
		background-position: center;
		height: 70px;
	}

	header .header-box a {
		display: block;
	}

	header .header-box a .logo {
		height: 120px;
	}

	header .navbar {
		background-image: url("../img/navbarbg.png");
		background-repeat: no-repeat;
		background-position: center;
	}

	header .navbar .nav-item .nav-link {
		position: relative;
	}

	header .navbar .nav-item .nav-link:hover {
		color: #FFFFFF;
		background-color: rgba(0,0,0,0.2);
		border-radius: 8px;
	}
header .navbar .nav-item .nav-link.active{
		background-color: rgba(0,0,0,0.2);
		border-radius: 8px;
}

	header .navbar .nav-item .nav-link span {
		position: relative;
		display: inline-block;
		font-size: 18px;
		transition: 0.3s;
		color: #FFFFFF;
		font-weight: 400;
	}

	header .navbar .nav-item .nav-link span::after {
		transition: 0.3s;
		width: 26px;
		height: 4px;
		background: #FFFFFF;
		content: '';
		opacity: 0;
		position: absolute;
		bottom: -6px;
		left: calc(50% - 12px);
		border-radius: 3px;
	}

	header .navbar .nav-item:hover .nav-link span::after {
		opacity: 1;
	}

	header .navbar .nav-item .nav-link.active span::after {
		opacity: 1;
	}



	.navbar-search {
		position: relative;
	}

	.navbar-search .form-control {
		background: #EBF5FF;
		border-radius: 7px;
	}

	.navbar-search .search-btn {
		position: absolute;
		right: 14px;
		top: 8px;
	}


	.address-box {
		margin-bottom: 0px;
	}

	.footer-box {
		background-image: url("../img/index/footer_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.footer-box p {
		font-size: 16px;
		line-height: 1.8;
		color: rgba(255, 255, 255, 0.9);
	}

	.footer-box p {
		margin-bottom: 0;
	}
}

.container-border {
	border-left: 1px solid rgba(0, 0, 0, 0.07);
	padding-bottom: 30px;
}

@media (min-width: 1400px) {
	header .navbar .nav-item .nav-link span{
		font-size: 20px;
	}
	.link-bottom-list .link-bottom-item{
		font-size: 16px;
	}
}

footer .icp-link{
	color: #FFFFFF;
	margin: 0 5px;
}

footer .icp-link:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


 
	.select {
		display: inline-block;
		width: 300px;
		position: relative;
		vertical-align: middle;
font-size: 17px;
		padding: 0;
		overflow: hidden;
		background-color: #fff;
		color: #555;
		border: 1px solid #aaa;
		text-shadow: none;
		border-radius: 4px;	
		transition: box-shadow 0.25s ease;
		z-index: 2;
	}
 
	.select:hover {
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	}
 
	.select:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top-color: #ccc;
		top: 14px;
		right: 10px;
		cursor: pointer;
		z-index: -2;
	}
	.select select {
		cursor: pointer;
		padding: 5px;
		width: 100%;
		border: none;
		background: transparent;
		background-image: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
 
	.select select:focus {
		outline: none;
	}
 
	
	