@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: "微软雅黑";
}

td,th{ border:1px solid #DDD; }
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
}
.clearFloat {
	clear: both;
}
/*-------------------------------------------------网站头部----------------------------------------------*/
.top {
	width: auto;
	height: 140px;
	background:url(/skin/skin001/images/top_link_bg.png) repeat-x;
}
.top_content{
	width:1200px;
	height:140px;
	margin-left: auto;
	margin-right: auto;
	background: url(/skin/skin001/images/top_bg_img_2.png) 100% 30px no-repeat;
}
.top_logo{
	display: block;
	width: 278px;
	height: 107px;
	float: left;
	margin-top: 30px;
	background: url(/skin/skin001/images/top_logo.png) no-repeat;
}
.top_link{
	float: right;
	width:305px;
	height: 30px;
}
.top_link li{
	float: left;
	margin-left: 20px;
}
.top_link li a{
	display: block;
	font-size: 12px;
	line-height: 30px;
	text-indent: 29px;
}
.top_link li a:link{
	color: #fff;
}
.top_link li a:visited{
	color: #fff;
}
.top_link li a:hover{
	color: #FFED01;
}
.top_link_1{
	background: url(/skin/skin001/images/top_ico_1.png) 0px 5px no-repeat;
}
.top_link_2{
	background: url(/skin/skin001/images/top_ico_2.png) 0px 5px no-repeat;
}
.top_link_3{
	background: url(/skin/skin001/images/top_ico_3.png) 0px 5px no-repeat;
}
.qr_img{
	display:none;
	position:absolute;
	z-index:99;
	width:112px;
	height:112px;
	background:url(/skin/skin001/images/QR_img.jpg) no-repeat;
}
/*-------------------------------------------------网站菜单----------------------------------------------*/
.top_menuCont{
	width:1200px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	background: url(/skin/skin001/images/top_menu_bg.png) repeat-x;
}
.top_menu {
	width:1088px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;	
}
.top_menu li {
	float: left;
	position: relative;
	z-index: 999;
}
.classA{
	margin-left: 12px;
	color:#000;
	}
.top_menu li a:link {
	display: block;
	width:105px;
	height:47px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 47px;
	text-align: center;
}
.top_menu li a:hover {
	color: #ff6c00;
	height: 47px;
}
.top_menu li ul {
	position: absolute;
	top:42px;
	left: 12px;
	background: url(/skin/skin001/images/menu_two_bg.png);
	width: 105px;
	display: none;
	border-top:5px solid #ff6c00;
}
.top_menu li ul a {
	color: #fff;
}
.one li a {
	width: 105px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border-bottom:1px solid #fff;
}
.one li a:hover {
	color: #ff6c00;
}

/*-------------------------------------------------------内页banner--------------------------------------------------------*/
.page_banner{
	width:auto;
	height:149px;
	background: url(/skin/skin001/images/page_banner_bg.jpg) 50% 0px no-repeat;
}
.page_banner img{
	display: block;
	width:1200px;
	height: 149px;
	margin-left: auto;
	margin-right:auto;
}
/*-------------------------------------------------------内页分块区域--------------------------------------------------------*/
.page_content{
	width:1200px;
	height:auto;
	margin-left: auto;
	margin-right:auto;
	margin-top: 40px;
}
.page_c_left{
	float:left;
	width:246px;
	height:auto;
}
.page_c_right{
	float: right;
	width:914px;
	height:auto;
}
/*-------------------------------------------------------内页右侧内容区域--------------------------------------------------------*/
.page_menu_tit{
	display: block;
	width:221px;
	height: 45px;
	background-color: #3287cf;
	font-size:20px;
	font-weight: bold;
	color: #fff;
	padding-left: 25px;
	padding-top: 25px;
}
.accordion{
	margin:0px;
	padding:0px;
	width: 216px;	
	height:auto;
	background: url(/skin/skin001/images/page_menu_bg.jpg) repeat-y;
	margin-bottom:18px;
}
.accordion li {
	list-style: none;
	margin-left:5px;
}
.accordion li > a {
	display: block;
	color: #6f6c6c;
	font-size: 18px;
	line-height: 39px;
	font-weight:lighter;
	text-decoration: none;
	width: 164px;
	height: 39px;
	border:none;
	padding-left:72px;
	text-align:left;
	border-bottom:1px solid #c5c5c5;
	margin-left: 5px;
}
.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
	display: block;
	color: #3287cf;
	width: 164px;
	height: 39px;
	font-weight: normal;
	background: url(/skin/skin001/images/page_menu_active.jpg) no-repeat;
}
.more_link{
	display: block;
	font-size: 16px;
	color: #929191;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.more_link_list{
	width:216px;
	height:auto;
	margin-left: 20px;
	padding-left: 10px;
	list-style: url(/skin/skin001/images/page_listStyle.png);
}
.more_link_list li{
	margin-top: 10px;
}
.more_link_list a:link{
	color:#5a5a5a;
}
.more_link_list a:hover{
	color:#3287cf;
}
/*-------------------------------------------------------页面位置--------------------------------------------------------*/
.page_nav{
	width:914px;
	height:40px;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
	color:#929292;
	border-bottom:1px solid #c2c2c2;
}
.page_nav li{
	float:left;
	margin-right:10px;
}
.page_nav li a:link{
	color:#929292;
}
.page_nav li a:visited{
	color:#929292;
}
.page_nav li a:hover{
	color:#3287cf;
}
/*-------------------------------------------------------页面右侧列表--------------------------------------------------------*/
.page_new_pic{
	display: block;
	width:160px;
	height: 103px;
	background: #fff url(../images/list_logo.png) no-repeat 5px -30px;
	background-size: 160px 168px;
	margin-right:35px;	
}
.page_new_tit:link{
	display:block;
	width:914px;
	height:147px;
	border-bottom:1px dotted #909090;
	margin-bottom:24px;
	color:#4B4B4B;
}
.page_new_tit:visited{
	color:#253862;
}
.page_new_tit:hover{
	color:#3287cf;
}
.page_new_tit img{
	width:160px;
	height:103px;
}
.page_new_tit ul li{
	float:left;
}
.page_new_tit_text{
	display:block;
	width:700px;
	height:70px;
	font-size:22px;
	margin-bottom:17px;
}
.page_new_tit_time{
	font-size:14px;
	color:#7d7a7a;
}
/*-------------------------------------------------------内页内容打开区域--------------------------------------------------------*/
.page_content_open{
	width:1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
}
.page_new_cont_tit{
	display:block;
	width:1200px;
	height:auto;
	margin-left: auto;
	margin-right: auto;	
	font-size:30px;
	color:#4b4b4b;
	text-align:center;
}
.page_new_info{
	width:420px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	margin-top:35px;	
	font-size:14px;
	color:#7d7a7a;
}
.page_new_info li{
	float:left;
	margin-right:15px;
	text-align:center;
}
.page_new_detial{
	width:1200px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	border-top:1px dotted #909090;	
}
.page_new_detial p{
	font-size:16px;
	color:#555555;
	text-indent:32px;
	line-height:30px;
}
.page_new_img{
	width:587px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:30px;
}
.page_new_img_text{
	text-align:center;
	font-size:14px;
	color:#555555;
}
.page_new_img img{
	width:587px;
	height:356px;
}
/*-------------------------------------------------------底部logo--------------------------------------------------------*/
.bottom_logo{
	width:auto;
	height:106px;
	background:#fff url(../images/bottom_logo.png) 50% 0% no-repeat;
}
/*-------------------------------------------------------底部信息--------------------------------------------------------*/
.bottom{
	width:auto;
	height:160px;
	background:#3287cf;
}
.bottom_cont{
	width:1200px;
	height:160px;
	margin-left: auto;
	margin-right: auto;
	background:url(/skin/skin001/images/qr_img.jpg) 0 50% no-repeat;
}
.bottom_cont ul{
	float:right;
	font-size:14px;
	color:#fff;
	text-align:right;
	font-weight:bold;
	line-height:30px;
	margin-top:50px;
}
.bottom_cont ul li span{
	margin-left:24px;
}

A.a1:link {
	text-decoration: none;
	color:#FF0000;
}
A.a1:visited {
	text-decoration: none;
	color:#FF0000;
}

A.a1:hover {
	text-decoration: none;
	color:#FF0000;
}
A.page {
	BORDER-RIGHT: #b2bfcf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #b2bfcf 1px solid; DISPLAY: block; PADDING-LEFT: 5px; BACKGROUND: #fff; FLOAT:left; PADDING-BOTTOM: 0px; BORDER-LEFT: #b2bfcf 1px solid; LINE-HEIGHT: 18px; MARGIN-RIGHT: 4px; PADDING-TOP: 0px; BORDER-BOTTOM: #b2bfcf 1px solid; HEIGHT: 18px
}

.page {
	BORDER-RIGHT: #b2bfcf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #b2bfcf 1px solid; DISPLAY: block; PADDING-LEFT: 5px; BACKGROUND: #fff; FLOAT:left; PADDING-BOTTOM: 0px; BORDER-LEFT: #b2bfcf 1px solid; LINE-HEIGHT: 18px; MARGIN-RIGHT: 4px; PADDING-TOP: 0px; BORDER-BOTTOM: #b2bfcf 1px solid; HEIGHT: 18px
}
A.page:hover {
	BORDER-RIGHT: #577da8 1px solid; BORDER-TOP: #577da8 1px solid; BACKGROUND: #ffffe9; BORDER-LEFT: #577da8 1px solid; BORDER-BOTTOM: #577da8 1px solid; TEXT-DECORATION: none
}
#on {
	BORDER-RIGHT: #1d619c 1px solid; BORDER-TOP: #1d619c 1px solid; BACKGROUND: #1972bd; BORDER-LEFT: #1d619c 1px solid; COLOR: #fff; BORDER-BOTTOM: #1d619c 1px solid
}
