﻿dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
body {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

.head {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.nav1 {
	width: 100%;
	height: 45px;
	background-color: #0A62A9;
	border-bottom: 3px solid #97CEFE;
}

.navCont {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}

.navCont a {
	text-align: center;
	color: #fff;
	line-height: 45px;
	flex-grow: 1;
	font-size: 20px;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.gzyw {
	margin: 20px 0;
	width: 100%;
	height: 360px;
	display: flex;
	justify-content: space-between;
}

.lb-box {
	width: 45%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.lb-content {
	width: 100%;
	height: 100%;
}

.lb-item {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}

.lb-item>a {
	width: 100%;
	height: 100%;
	display: block;
}

.lb-item>a>img {
	width: 100%;
	height: 100%;
}

.lb-item>a>p {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 15px 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.lb-item>a>p>span {
	width: 73%;
	display: block;
	overflow: hidden;
}

.lb-item.active {
	display: block;
	left: 0%;
}

.lb-item.active.left {
	left: -100%;
}

.lb-item.active.right {
	left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
	display: block;
	position: absolute;
	top: 0px;
}

.lb-item.next {
	left: 100%;
}

.lb-item.prev {
	left: -100%;
}

.lb-item.next.left,
.lb-item.prev.right {
	left: 0%;
}

.lb-sign {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px 3px;
	border-radius: 6px;
	list-style: none;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.lb-sign li {
	width: 22px;
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	float: left;
	color: #aaa;
	margin: auto 4px;
	border-radius: 3px;
	cursor: pointer;
}

.lb-sign li:hover {
	color: #fff;
}

.lb-sign li.active {
	color: #000;
	background-color: #fff;
}

.lb-ctrl {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	font-weight: 900;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.1s linear;
}

.lb-ctrl.left {
	left: -50px;
}

.lb-ctrl.right {
	right: -50px;
}

.lb-box:hover .lb-ctrl.left {
	left: 10px;
}

.lb-box:hover .lb-ctrl.right {
	right: 10px;
}

.lb-ctrl:hover {
	background-color: #000;
}

.gzywCont {
	width: 620px;
	height: 100%;
	overflow: hidden;
}

.title {
	display: flex;
	border-bottom: 1px solid #EBEBEB;
}

.title h3 {
	font-size: 18px;
	color: #0A4695;
	line-height: 45px;
	padding: 0 5px;
	cursor: pointer;
}

.on {
	border-bottom: 2px solid #97CEFE;
}

.gzywText li,
.tzggText li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #EBEBEB;
	line-height: 50px;
}

.gzywText .left span,
.tzggText .left span {
	color: #60B1F3;
	font-weight: bold;
	font-size: 18px;
	margin-right: 10px;
}

.gzywText .left,
.tzggText .left {
	letter-spacing: 2px;
	font-size: 18px;
}

.gzywText .right,
.tzggText .right {
	font-size: 18px;
	color: #888;
}

.list {
	width: 100%;
	display: flex;
	margin: 20px 0;
}

.list>div {
	width: 25%;
	margin-right: 30px;
	height: 305px;
	overflow: hidden;
}

.list>div:last-child {
	margin-right: 0;
}

.list .listTit a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.list .listTit h3 {
	color: #2E5B94;
	font-size: 18px;
}

.list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 45px;
	border-bottom: 2px solid #EBEBEB;
}

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

}

.list li .listTxt span {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #000;
	border-radius: 50%;
	margin-right: 10px;
}

.list li .sj {
	color: #888;
}

.list>div li:last-child {
	border-bottom: 0;
}

.ggtpTit {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.ggtpTit h3 {
	color: #2E5B94;
	font-size: 18px;
	padding: 10px 20px;
	cursor: pointer;
}

.ggtpCont,
.ynjdCont {
	width: 100%;
	min-height: 135px;
}

.ggtpCont img,
.ynjdCont img {
	flex-grow: 1;
	margin-right: 20px;
}

.ggtpCont img:first-child,
.ynjdCont img:first-child {
	margin-left: 20px;
}

.xgyq {
	display: flex;
	justify-content: space-between;
	margin: 25px 0;
}

.xgdw,
.yqlj {
	position: relative;
	width: 49%;
	height: 180px;
	background: url(bg_btn.jpg)no-repeat center/100% 100%;
}

.xgdwTit,
.yqljTit {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 60px;
	background: url(bt.png)no-repeat center/cover;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.xgdwTxt,
.yqljTxt {
	padding: 3px 20px;
}

.xgdwTxt p,
.yqljTxt p {
	display: inline-block;
	margin: 5px;
	font-size: 14px;
}

.bottom {
	width: 100%;
	height: 80px;
	background-color: #0A62A9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

#nav {
	height: 190px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.nav #nav-all {
	width: auto;
	height: 190px;
	position: absolute;
}

.nav .nav-i {
	width: 245px;
	background: #fff;
	float: left;
}

.nav .nav-img {
	text-align: center;
	margin-top: 5px;
}

.nav .nav-name {
	width: 192px;
	height: 30px;
	background: #f2f2f2;
	margin-top: 33px;
	line-height: 30px;
}

.nav .nav-name a {
	font-size: 16px;
	font-family: '微软雅黑';
	padding-left: 10px;
	cursor: pointer;
}

.nav .nav-name a:hover {
	color: #4a7abe;
}

#last {
	position: absolute;
	left: -10px;
	top: 77px;
}

#next {
	position: absolute;
	right: -10px;
	top: 77px;
}

.last-next {
	/*display: none;*/

	cursor: pointer;
}

.lb-sign li {
	width: 15px;
	height: 15px;
	background-color: #888;
	border-radius: 50%;
}