* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
}

body > main {
	width: 100%;
	min-width: 1190px;
	min-height: calc(100vh - 375px);
}

/* 顶部导航栏 */
.header {
	display: flex;
	min-width: 1190px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.header-head {
	width: 1190px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* logo */
.header-logo {
	display: flex;
	align-items: center;
}

/* 搜索 */
.header-search label {
	width: 260px;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	border-radius: 5px;
	align-items: center;
	position: relative;
	background-color: #0091E7;
}

.header-search input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #999999;
	height: calc(100% - 2px);
	text-indent: 16px;
	line-height: 38px;
	font-size: 15px;
}

.search-icon {
	right: 0;
	border: 0;
	width: 40px;
	height: 40px;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	background-color: #0091E7;
}

.search-icon i {
	color: #fff;
}

/* 二级菜单 */
.header-menu {
	width: 100%;
	height: 55px;
	display: flex;
	min-width: 1190px;
	justify-content: center;
	background-color: #0091E7;
}

.menu-list {
	width: 1190px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.menu-list li {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-list li a {
	color: #fff;
}

.menu-second {
	width: 105px;
	background-color: #fff;
	position: absolute;
	top: 55px;
	opacity: 0;
	display: none;
	transition: all .3s linear;

}

.menu-list li:hover .menu-second {
	display: block;
	opacity: 1;
	z-index: 3;
}

.menu-second li {
	padding: 10px 0;
}

.menu-second li:not(:last-child) {
	border-bottom: 1px solid #BFBFBF;
}

.menu-second li a {
	color: #808080;
	font-size: 14px;
}

/* 顶部导航栏结束 */

/* banner */
.banner {
	width: 100%;
	height: 445px;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* banner结束 */

/* 尾部 */
.footer {
	width: 100%;
	height: 200px;
	display: flex;
	min-width: 1190px;
	align-items: center;
	justify-content: center;
	background-color: #0091E7;
}

.footer-foot {
	width: 1177px;
	display: flex;
	justify-content: space-between;
}

.footer-list {
	display: flex;
	align-items: center;
}

.footer-list li {
	display: flex;
	align-items: center;
}

.footer-list li:not(:last-child) {
	border-right: 1px solid #FFF;
	padding-right: 10px;
	margin-right: 10px;
}

.footer-list li a, .footer-left p {
	color: #fff;
	font-size: 12px;
}

.footer-left p {
	margin-top: 25px;
}

.footer-right {
	width: 14%;
	display: flex;
	flex-direction: column;
	color: #fff;
}

.right-tel {
	display: flex;
	align-items: center;
}

.right-address {
	display: flex;
	margin-top: 15px;
}

.right-tel i, .right-address i {
	font-size: 15px;
}

.right-tel span {
	font-size: 20px;
	display: block;
	margin-left: 10px;
}

.right-address span {
	font-size: 12px;
	display: block;
	margin-left: 10px;
}

/* 尾部结束 */


/* 中间内容 */
.center-box {
	width: 1183px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.center-top {
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #C7C7C7;
}

.site-line {
	width: 3px;
	height: 20px;
	background-color: #0091E7;
	margin-right: 10px;
}

.site-text span {
	display: inline-flex;
	color: #333;
	font-size: 15px;
	align-items: center;
	cursor: default;
}

.site-text span a {
	color: #333;
}

.site {
	font-weight: 600;
}

.site-text i {
	font-size: 12px;
	margin: 0 5px;
}

.centerBox {
	display: flex;
	justify-content: space-between;
}

.centerBox-left {
	width: 225px;
	height: 100%;
	margin-top: 20px;
}

.centerBox-left ul {
	color: #0091E7;
	margin-top: 10px;
	border: 1px solid #0091E7;
	background-color: #fff;
	cursor: default;
}

.centerBox-left ul li {
	padding: 12px 0;
	text-align: center;
}

.centerBox-left ul li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #0091E7;
}

.centerBox-left ul li:not(:last-child) {
	border-bottom: 1px solid #0091E7;
}

.centerBox-left li.active {
	color: #fff;
	background-color: #0091E7;
}

.left-topbox {
	color: #fff;
	font-size: 23px;
	text-align: center;
	padding: 15px 0;
	background-color: #0091E7;
	cursor: default;
}

.centerBox-right {
	width: 915px;
	height: 100%;
	margin-top: 25px;
}

.right-top {
	padding: 10px 0;
	border-bottom: 1px solid #C7C7C7;
}

.right-text {
	font-size: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #0091E7;
}

.no_more {
	color: #666666;
}


.box {
	width: 100%;
	height: 34px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagination li {
	height: 26px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	border-radius: 5px;
	border: 1px solid #00A8FF;
	margin: 0 5px;
	background: #FFFFFF;
}

.pagination li:nth-child(2),
.pagination li:nth-child(3),
.pagination li:nth-last-child(1),
.pagination li:nth-last-child(2) {
	background: #00A8FF;
}

.pagination li:nth-child(2) a,
.pagination li:nth-child(3) a,
.pagination li:nth-last-child(1) a,
.pagination li:nth-last-child(2) a {
	color: #FFFFFF;
}

.pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #00A8FF;
	padding: 0 10px;
}

.pagination li span {
	padding: 0 10px;
}

.pagination li.disabled {
	color: #666666 !important;
	background: #f1f1f1 !important;
	border: 1px solid #f1f1f1 !important;

}

.pagination li.disabled a {

}

.pagination li.active {
	color: #FFFFFF;
	background: #00A8FF;
}

.pagination li.total {
	border-color: #FFFFFF;
	background: #FFFFFF;
}