@charset "UTF-8";

body, div {
	margin: 0px;
	padding: 0px;
}

/*portal主容器*/
.contain {
	width: 1000px;
	margin: 0 auto;
}

.containF {
	width:1440px;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
}

/*主菜单*/
.menuHome ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.menuHome li {
	float: left;
	width: 110px;
	height: 40px;
}

.menuHome li a {
	width: 110px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #333333;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.drop_menu {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #333333;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.menuHome li a:hover, .menuHome li a.active {
	color: #067dcc;
	font-weight: bold;
	font-family: Arial;
}

/*下拉菜单*/
.dropdown {
	display: inline-block;
	float: left;
	font-size: 16px;
}

.dropdown:hover .drop_content {
	display: block;
}

.dropdown:hover, .drop_down:hover a#drop_menu, .drop_menu:hover {
	color: #067dcc;
}

.drop_content {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #333;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	top:100px;
}

.drop_content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.drop_content a:hover {
	color: #067dcc;
}

.menuHome2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.menuHome2 li {
	float: left;
	width: 110px;
	height: 40px;
}

.menuHome2 li a {
	width: 110px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #333333;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.drop_menu2 {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #333333;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.menuHome2 li a:hover, .menuHome2 li a.active {
	color: #067dcc;
	font-weight: bold;
	font-family: Arial;
}

/*下拉菜单*/
.dropdown2 {
	display: inline-block;
	float: left;
	font-size: 16px;
}

.dropdown2:hover .drop_content2 {
	display: block;
}

.dropdown2:hover, .drop_down2:hover a#drop_menu2, .drop_menu2:hover {
	color: #067dcc;
}

.drop_content2 {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #EDEDED;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.drop_content2 a {
	color: #999999;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.drop_content2 a:hover {
	color: #067dcc;
}

#titleLine {
	width: 100%;
	height: 0px;
	border: 1px solid rgba(237, 237, 237, 1);
	opacity: 1;
	color: #EDEDED;
}

/*主标题  div*/
.contentTitle {
	display: block;
	white-space: nowrap;
	text-align: center;
	height: 45px;
	font-size: 32px;
	font-family: Arial Black;
	font-weight: 400;
	line-height: 45px;
	color: rgba(51, 51, 51, 1);
	opacity: 1;
}

.contentTitle img {
	height: 45px;
	float: left;
	margin-left: 0px;
}

.contentTitle span {
	margin-left: 10px;
	height: 45px;
	font-size: 32px;
	font-family: Arial Black;
	font-weight: 400;
	line-height: 45px;
	color: rgba(51, 51, 51, 1);
	opacity: 1;
	float: left;
	height: 45px;
}

.smallBackBtn {
	display: block;
	white-space: nowrap;
	text-align: center;
	height: 20px;
}

.smallBackBtn img {
	height: 20px;
	float: left;
	margin-left: 0px;
}

.smallBackBtn span {
	margin-left: 10px;
	float: left;
	height: 20px;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	line-height: 21px;
	color: rgba(102, 102, 102, 1);
	opacity: 1;
}

.smallBackBtn span:hover {
	font-weight: bold;
}

/*正文  div*/
.contentMain {
	display: block;
	margin: 20px auto;
	overflow: hidden;
}

/*正文文本  div*/
.contentMain p {
	height: 25px;
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	line-height: 26px;
	color: rgba(51, 51, 51, 1);
	opacity: 1;
	text-align: center;
}

.contentMain Strong {
	font-family: "Arial";
	font-size: 18px;
	text-align: left;
	color: #fff;
}

.contentMain table {
	font-size: 18px;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 2px solid #dfeaf0;
	border-top: 2px solid #dfeaf0;
	background: #f6fafc;
	table-layout: fixed;
	color: #333333;
}

.contentMain th, .contentMain td {
	border-right: 2px solid #dfeaf0;
	border-bottom: 2px solid #dfeaf0;
	padding: 5px 15px;
}

.contentMain th {
	font-weight: bold;
	background: #e4f1f9;
	color: #333333;
}

.contentSubTitle {
	width: 500px;
	height: 67px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 12px rgba(0, 53, 88, 0.12);
	opacity: 1;
	margin: 20px 0px 20px 4px;
}

.little-circle {
	width: 15px;
	height: 15px;
	border: 1px solid rgba(12, 122, 204, 1);
	border-radius: 50%;
	opacity: 1;
	float: left;
	margin: 26px 20px 26px 20px;
}

.contentSubTitle a:link, .contentSubTitle a:visited{
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	height: 65px;
	line-height: 67px;
	color: rgba(51, 51, 51, 1);
	opacity: 1;
}

.contentSubTitle a:hover {
	font-weight: bold;
}

.contentSubTitle span{
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	height: 65px;
	line-height: 67px;
	color: rgba(51, 51, 51, 1);
	opacity: 1;
}

.contentDetail {
	width: 1000px;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	line-height: 22px;
	color: rgba(51, 51, 51, 1);
	opacity: 1;
}

/*底部按钮框  div*/
.bottom_menu {
	display: block;
	float: left;
	width: 333px;
	height: 100px;
	margin: 0 auto;
}

/*Tail链接  */
.bottom_menu a:link, .bottom_menu a:visited {
	display: block;
	height: 100px;
	font-size: 20px;
	font-family: Arial Black;
	font-weight: 400;
	line-height: 100px;
	color: #333333;
	opacity: 1;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.bottom_menu a:hover {
	color: #666666;
	font-weight: bold;
	cursor: pointer;
}

/*底部版权*/
.copyright {
	text-align: center;
	height: 16px;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	line-height: 16px;
	color: rgba(153, 153, 153, 1);
	opacity: 1;
	margin: 0 auto;
}

/*图片滚动*/
#slides {
	display: none
}

#slides .slidesjs-navigation {
	margin-top: 5px;
}

.slidesjs-pagination {
	list-style: none;
	z-index: 9999;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
	top:-70px;
}

.slidesjs-pagination li {
	list-style: none;
	width: 15px;
	text-align: center;
	display: inline-block;
}

.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(/image/pagination.png);
	background-position: 0 0;
	text-align: center;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	margin: 0px 10px 0px 10px;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active
	{
	background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}