ul,
li,
h1,
h2,
h3,
p,
img {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
}

a {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: unset;
}

a:link {
	color: rgba(0, 0, 0, 0.8);
}

a:hover {
	color: rgba(146, 51, 54, 1);
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 导航条样式 */

.head {
	width: 100%;
	height: 170px;
	background-color: #fff;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.fud {
	position: fixed;
	z-index: 9999;
}

/* 头部区域 */

.head .top {
	width: 1320px;
	height: 100px;
	margin: auto;
}

.head .top .logo {
	width: 440px;
	height: 100px;
	float: left;
}

.head .top .rig {
	width: 300px;
	height: 100px;
	float: right;
}

.head .top .rig .tab {
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	color: rgba(0, 0, 0, 0.3);
}

.head .top .rig .tab a {
	margin: 0 10px;
}

.head .top .rig .tab a:nth-child(3) {
	margin-right: 0;
}

.head .top .rig .soso {
	width: 300px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 1);
}

.head .top .rig .soso input {
	width: 220px;
	height: 38px;
	float: left;
	border: none;
	outline-style: none;
	text-indent: 10px;
}

input {
	outline-style: none;
}

.head .top .rig .soso .an {
	width: 50px;
	height: 40px;
	float: right;
	cursor: pointer;
}

/* 红色条区域 */

.head .nva {
	width: 100%;
	height: 70px;
	background-color: rgba(22, 37, 127, 1);
}

.head .nva ul {
	width: 1320px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 10px 0;
	box-sizing: border-box;
	padding-top: 15px;
}

.head .nva ul li {
	width: 120px;
	height: 40px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.head .nva ul li:nth-child(11) {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.head .nva ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
}

.head .nva ul li p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

.head .nva .head-a {
	color: sandybrown;
}

/* 首页页数样式 */

.swiper-slide {
	position: relative;
}

.yeshu {
	width: 500px;
	overflow: hidden;
	padding: 15px 0;
	box-sizing: border-box;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
	display: flex;
	justify-content: space-between;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.yeshu .x {
	width: 100px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	margin-top: 15px;
}

.yeshu .z {
	width: 300px;
	height: 30px;
	line-height: 30px;
	font-family: Verdana;
	color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: space-between;
	padding: 0px 25px;
	box-sizing: border-box;
}

.yeshu .z .se {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
}

/* 首页分屏标题 */

.indbt {
	width: 100%;
	height: 100%;
	zoom: 0.7;
}
@media (min-width: 1200px) {
	.indbt {
		zoom: 0.75;
	}
}
@media (min-width: 1500px) {
	.indbt {
		zoom: 1;
	}
}

.indbt .title {
	width: 100%;
	height: 100px;
	text-align: center;
	margin-top: 50px;
}

.indbt .title h1 {
	font-size: 44px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 10px;
}

.indbt .title h2 {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

/* 首页分屏查看更多 */

.ck {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	padding-top: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.ck a {
	display: block;
	width: 180px;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.ck a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* 二级页面站内位置导航 */

.znnva {
	width: 1320px;
	margin: auto;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
}

.news-more-page .page {
	clear: both;
	color: #692729;
	text-align: center;
	margin: 40px 0;
}
.news-more-page .page a {
	background: #fff;
	border: 1px solid #692729;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color: #692729;
	font-family: "微软雅黑";
	margin-right: 3px;
}
.news-more-page .page a.selected {
	background: #692729;
	border: 1px solid #692729;
	color: #fff;
	text-decoration: none;
}
.news-more-page .page .pageinfo {
	display: none;
}
