@import "font/iconfont.css";

/*NEW HEAD*/

header {
	background-color: #FFF;
}

header .top {
	padding: 10px 5%;
	color: #e69544;
}

header .top .logo {
	width: 30%;
}

header .top .logo img {
	max-width: 100%;
}

header .top h1 {
	font-size: 1.75rem;
}

header .top .menu {
	width: 10%;
	text-align: center;
	cursor: pointer;
}

header .top .menu .showMenu {}

header .top .menu .showMenu span {
	font-size: 1.75rem;
}

header .top .menu .showMenu span:first-child {
	color: #f0a000;
}

.nav {
	width: 100%;
	padding: 5%;
	height: 100%;
	line-height: 2;
	z-index: 2;
	background-color: #FFF;
	border-top: #333 1px solid;
	display: none;
}

.nav li {
	text-align: left;
	border-bottom: #333 1px solid;

}

.nav li a {
	color: #000;
}

.banner-text {}

.banner-text .baner-img {
	z-index: 0;
}

.banner-text .baner-img img {
	max-width: 100%;
}

.banner-text .baner-text {
	z-index: 1;
	padding-top: 5%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-text .baner-text p {
	text-align: center;
	line-height: 2.5;
	font-size: 1.65rem;
	color: #FFF;
}

.banner-text .baner-text p a.hreftel {
	color: #FFF;
	padding: 2%;
	line-height: 3;
	background-color: #750000;
	border-radius: 10px;
	font-size: 1.85rem;
	letter-spacing: .5rem;
}

.kfdh-box {
	width: 96%;
	margin: 2rem auto;
}

.kfdh-box .bg-img {
	border-radius: 1rem;
	overflow: hidden;
}

.kfdh-box .bg-img img {
	max-width: 100%;
}

.kfdh-box .kfdh {
	top: 20%;
	left: 20%;
	text-align: center;
	width: 60%;
	height: 60%;
	background-color: rgba(0, 0, 0, .5);
	margin: 0 auto;
}

.kfdh-box .kfdh .kf-item {
	width: 100%;
	align-content: center;
}

.kfdh-box .kfdh .kf-item p {
	font-size: 1.65rem;
	margin: 0 auto;
}

.footer {
	padding-bottom: 6rem;
	background-color: #000;
}

.ditu {
	background-image: url('../images/dibei.jpg');
	background-size: contain;
	color: #FFF;
	text-align: center;
}

.ditu img {
	margin-top: 3rem;
	max-width: 35%;
}

.ditu p {
	font-size: 1.175rem;
	line-height: 80%;
	padding-bottom: 2%;
	margin: 0 auto;
}

.ditu p a {
	color: #FFF;
}

.rxdh {
	font-size: 1.5rem;
}

.hdbox {
	height: .5rem;
}

/* 底部悬浮 */
.navbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	display: flex;
	justify-content: space-around;
	background-color: #fff;
	padding: 2% 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index:6;
}

.nav-item {
	text-align: center;
	/* 使图片和文字居中对齐 */
	display: flex;
	flex-direction: column;
	/* 使图片和文字垂直排列 */
	align-items: center;
	/* 水平居中 */
}

.nav-item a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav-item span {
	font-size: 2rem;
}

.nav-item a p {
	margin: 0;
	padding: 0;
}

.nav-item img {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	/* 图片和文字之间的间距 */
	object-fit: contain;
}

.nav-item.active a {
	color: #e69544;
	/* 文字颜色 */
}

/*分页*/
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
}

.pagination li {
	display: block;
}

.pagination a {
	display: inline-block;
	padding: .5rem 1rem;
	border: 1px solid #e5e5e5;
	color: #000;
}

.pagination li.active a {
	background-color: #f77f00;
	color: #FFF;
}

.pagination a:hover,
.pagination a.page-num-current {
	background-color: #f77f00;
	color: #FFF;
}