@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

@font-face {
	font-family: SHSCN;
	src: url('../font/SourceHanSansCN-Normal.otf');
	font-weight: normal;
}

html,
body {
	min-width: 1210px;
	background: #FFFFFF;
	font-family: "微软雅黑";
}

ul {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

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

.clearfix {
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}


/*head*/

.public-head {}

.public-head .head-l,
.public-head .head-c,
.public-head .head-r {
	float: left;
}

.public-head .head-l {
	margin: 18px 0;
}

.public-head .head-c {
	width: 800px;
	margin: 0 20px;
	font-family: SHSCN;
	float: left;
}

.head-c ul{
	display: flex;
	justify-content: space-between;
}

.head-c ul .nLi {
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
}

.head-c ul .nLi .on,
.head-c ul .nLi:hover{
	background: url(../img/nav-li-bg.png) no-repeat center;
}

.head-c ul .nLi .on a,
.head-c ul .nLi:hover a{
	color: #FFFFFF;
}

.head-c ul .nLi h3 a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 25px 10px;
	color: #004098;
	font-weight: normal;	
}

.head-c ul .nLi h3 p:last-child{
	font-size: 12px;
}

.head-c ul .nLi .sub{
	display: none;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -70px;
	z-index: 5;
	width: 140px;
	background: #0395DE;
	flex-direction: column;
	padding: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.head-c ul .nLi .sub a{
	color: #FFFFFF;
	line-height: 30px;
	border-bottom: 1px solid #028DCE;
	padding: 5px 0;
	display: block;
	width: 90%;
	margin: 0 auto;
}

.head-c ul .nLi .sub a:hover{
	color: #004098;
}

.head-r {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 29px 0;
}

.head-r p {
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-r p:last-child {
	color: #f37c14;
	font-size: 20px;
}


/*footer*/

.public-foot {
	background: #f1f1f1;
	padding: 40px 0;
}

.public-foot .foot-t {
	border-bottom: 1px solid #666666;
	padding: 20px 0 40px 0;
}

.public-foot .foot-t ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.public-foot .foot-t ul li {
	text-align: center;
	font-size: 14px;
}

.public-foot .foot-t ul li a {
	color: #666666;
}

.public-foot .foot-t ul li img {
	margin-bottom: 23px;
}

.public-foot .foot-t ul li:hover img {
	transform: scale(0.95);
}

.public-foot .foot-t ul li:hover a {
	color: #004098;
}

.public-foot .foot-c {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.public-foot .foot-c .foot-c-c {
	width: 725px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	color: #666666;
	line-height: 30px;
	padding-top: 20px;
}

.public-foot .foot-c .foot-c-c a {
	color: #666666;
	display: inline-block;
	padding-right: 20px;
	box-sizing: border-box;
}

.public-foot .foot-c .foot-c-c span {
	width: 180px;
}

.public-foot .foot-c .foot-c-c a:hover {
	color: #004098;
}

.foot-c-r {
	padding-top: 20px;
	color: #666666;
}

.foot-c-r p:last-child {
	font-size: 26px;
	color: #e77614;
}

.foot-b {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #666666;
}

.foot-b a {
	color: #666666;
}

.foot-b a:hover {
	color: #004098;
}


/*二级页面公共部分*/

.cnt-l {
	width: 240px;
	float: left;
}

.cnt-l-t {
	text-align: center;
	font-size: 14px;
	background: #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.cnt-l-t p {
	color: #FFFFFF;
	background: #3e8fe8;
	font-size: 24px;
	line-height: 50px;
}

.cnt-l-t ul li {
	height: 35px;
	line-height: 35px;
	margin: 10px auto;
	width: 200px;
	border-radius: 5px;
	background: url(../img/about-l-li-bg-normal.png);
}

.cnt-l-t li a {
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
}

.cnt-l-t ul li:hover,
.cnt-l-t ul li.on {
	background: url(../img/about-l-li-bg.png);
}

.cnt-l-t ul li:hover a,
.cnt-l-t ul li.on a {
	color: #FFFFFF;
}

.cnt-l-c {
	text-align: center;
	font-size: 14px;
	font-family: SHSCN;
	background: #f0f0f0;
	color: #3e8fe8;
	position: relative;
	padding-top: 55px;
	margin-bottom: 20px;
}

.cnt-l-c .lead-img {
	position: absolute;
	top: -13px;
}

.cnt-l-c form p {
	margin: 10px 0;
}

.cnt-l-c form input {
	width: 165px;
	height: 30px;
	margin-left: 10px;
}

.cnt-l-c form .checkbox {
	text-align: left;
	display: flex;
	align-items: center;
}

.cnt-l-c form .checkbox input {
	width: auto;
	height: auto;
	margin-right: 5px;
}

.cnt-l-c .submit {
	width: 200px;
	height: 40px;
	background: #3D8FE8;
	color: #FFFFFF;
	border: 1px solid #3D8FE8;
	outline: none;
	border-radius: 5px;
	font-size: 16px;
	margin: 12px 0 22px 0;
}

.cnt-l-c .submit:hover {
	color: #3D8FE8;
	border: 1px solid #3D8FE8;
}

.cnt-l-b {
	font-size: 14px;
	background: #f0f0f0;
	color: #3e8fe8;
	padding: 0 20px 10px 20px;
	box-sizing: border-box;
}

.cnt-l-b p {
	height: 40px;
	line-height: 40px;
}

.cnt-l-b span {
	border-left: 3px solid #3E8FE8;
	padding-left: 5px;
}

.cnt-l-b ul li {
	border-bottom: 1px dashed #999999;
	height: 40px;
	line-height: 40px;
}

.cnt-l-b ul li:last-child {
	border-bottom: none;
}

.cnt-l-b ul a {
	color: #666666;
	font-size: 12px;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cnt-l-b ul li:hover a {
	color: #004098;
}


/*右边*/

.cnt-r {
	width: 920px;
	float: right;
}

.cnt-r .map-lead {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px solid #999999;
	line-height: 39px;
}

.cnt-r .map-lead a {
	color: #999999;
}

.cnt-r .map-lead a:hover {
	color: #004098;
}

.cnt-r .map-lead p:first-child {
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #237AD8;
}


/* kkPages 开始*/

.Pagination {
	/*float: right;*/
	height: 55px;
	line-height: 20px;
	color: #C3A17E;
	clear: both;
	/*margin: 50px 0;*/
	margin-top: 80px;
	display: flex;
	justify-content: center;
}

.Pagination span {
	margin-right: 5px;
	display: block;
	float: left;
	margin-left: 5px;
}

.Pagination span b {
	padding: 0 2px;
}

.Pagination div {
	float: left
}

.Pagination a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	float: left;
	color: #565656;
	border: 1px solid #cacaca;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0 5px;
	min-width: 35px;
	box-sizing: border-box;
	text-align: center;
}

.Pagination .Ellipsis {
	line-height: 32px;
	overflow: hidden;
	display: none;
}

cite.FormNum {
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
	font-style: normal;
	padding-left: 10px;
}

#PageNum {
	color: #777;
	width: 30px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #cacaca;
	margin: 0 5px;
	text-align: center;
}

.Pagination a:hover,
.Pagination a.PageCur {
	background-color: #3D8FE8;
	border: 1px solid #3D8FE8;
	color: #ffffff;
}


/* kkPages */