﻿@charset "utf-8";
/*head*/


* {
	margin: 0;
	padding: 0;
}
ul li, li {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #363c48;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #0083b3;
}
.red {
	color: #f00;
}
/* top */

.top_bg {
	background-color: #363c48;
	height: 30px;
	width: 100%;
	float: left;
}
.top_m {
	width: 1000px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #999;
}
.top_m h2 { float:left; font-size:14px;}
.top_m h2 a{ margin-right:15px; color:#999;}
.logo_bg {
	width: 100%;
	height: 100px;
	background-color: #fff;
	float: left;
}
.logo_m {
	width: 1000px;
	height: 95px;
	margin: 0 auto;
	background: url(/images/logo.jpg) no-repeat;
	text-indent:-999em;
}
.logo_m a {
	width: 400px;
	height: 95px;
	float: left;
	cursor: pointer;
	display: block;
}
.nav_bg {
	width: 100%;
	height: 50px;
	background-color: #0083b3;
	float: left;
}
.nav_m {
	width: 1000px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.nav_m ul li {
	float: left;
	width: 120px;
	text-align: center;
	background: url(/images/nav_line.jpg) no-repeat right;
}
.nav_m ul li a {
	font-size: 18px;
	color: #fff;
}
.nav_m ul li:hover {
	background: none;
	background-color: #363c48;
}
.hzrs{ width:1000px; margin:20px auto 0; height:30px; line-height:30px; border:1px solid #c6c6c6;}
.hzrs strong{ float:left; font-size:16px; color:#f00; padding-left:10px;}
.hzrs h2{ float:left; font-size:14px; font-weight:normal;}
.hzrs h2 a{ display:inline-block; color:#666; margin-right:15px; }
/* banner */

.banner_bg {
	width: 100%;
	height: 450px;
	float: left;
	position: relative;
}
.banner_m {
	width: 100%;
	height: 450px;
	position: relative;
	z-index: 1;
}
.band {
	width: 100%;
	height: 450px;
	cursor: pointer;
}
#glume .band li a {
	width: 100%;
	height: 450px;
	float: left;
	display: block;
}
.band li {
	cursor: pointer;
	height: 450px;
	position: absolute;
	width: 100%;
}

.ban03 {
	background: url(/images/banner.jpg) no-repeat center #000;
}
.ban04 {
	background:  #fff;
}
.nubbt {
	position: absolute;
	_position: absolute;
	width: 120px;
	left: 50%;
	bottom: 20px;
	z-index: 101;
	float: left;
}
.nubbt li {
	float: left;
	display: inline;
	border-radius: 100%;
	background-color: #fff;
	width: 17px;
	height: 17px;
	margin-left: 10px;
}
.nubbt li.on {
	background-color: #FFCC00;
}
/*footer*/


/* footer*/

.footer {
	float: left;
	width: 100%;
}
.footer_bg1 {
	background-color: #0083b3;
	height: 8px;
	width: 100%;
	float: left;
}
.footer_bg2 {
	background-color: #363c48;
	height: 358px;
	width: 100%;
	float: left;
}
.footer_m {
	width: 1000px;
	height: 358px;
	margin: 0 auto;
}
.footer_c {
	width: 1000px;
	float: left;
	background: url(/images/f_line2.jpg) repeat-x bottom;
	height: 272px;
}
.f_1 {
	background: url(/images/f_line1.jpg) repeat-y right;
	height: 216px;
	width: 269px;
	float: left;
	margin-top: 30px;
}
.f_1_1, .f_1_2 {
	width: 269px;
	float: left;
	margin-top: 50px;
}
.f_1_1 img {
	float: left;
}
.f_1_1 p {
	width: 130px;
	line-height: 30px;
	font-size: 15px;
	color: #999;
	float: left;
	margin-left: 15px;
	display: inline;
	margin-top: 3px;
}
.f_1_2 img {
	float: left;
	margin-top: 24px;
	margin-left: 30px;
	display: inline;
}
.f_1_2 p {
	width: 269px;
	text-align: center;
	color: #fff;
	float: left;
}
.f_2 {
	background: url(/images/f_line1.jpg) repeat-y right;
	height: 216px;
	width: 504px;
	float: left;
	margin-top: 30px;
}
.f_2 dl {
	width: 100px;
	float: left;
	display: block;
}
.f_2 dl dt {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	margin-bottom: 15px;
}
.f_2 dl dd {
	color: #999;
	text-align: center;
	margin-top: 10px;
}
.f_2 dl dt a {
	color: #fff;
}
.f_2 dl dd a {
	color: #999;
}
.f_2 dl dd a:hover {
	text-decoration: underline;
	color: #fff;
}
.f_3 {
	float: left;
	margin: 30px 0 0 20px;
	display: inline;
	width: 205px;
}
.f_3 p {
	color: #999;
	line-height: 20px;
	width: 205px;
}
.f_3 a {
	color: #0083b3;
	float: left;
	margin-top: 10px;
}
.f_search {
	float: left;
	width: 205px;
	margin-top: 10px;
}
input {
	border: none;
}
.search_input {
	width: 167px;
	height: 38px;
	line-height: 38px;
	color: #9c9c9c;
	float: left;
	border-radius: 3px 0 0 3px;
}
.serarch_tbn {
	
	width: 38px;
	height: 38px;
	float: left;
	cursor: pointer;
}
/*p1*/
.p1_m {
	width: 1000px;
	margin: 10px auto;
}

.p1_cc .lmpic {
	margin-top: 5px;
	text-align:center;
}
.p1_cc {
	width: 180px;
	float: left;
	margin-top: 15px;
}
.p1_c3 ul li {
	float: left;
	width: 85px;
	height: 34px;
	border: 1px solid #c6c6c6;
	display: inline;
	margin-top:5px;
	text-align: center;
}
.p1_c3 ul li:nth-child(2n+1){ float:right;}
.p1_c3 ul li a {
	color: #333;
	line-height: 34px;
	height: 34px;
	display: block;
}
/*p2*/
.p2_bg {
	background-color: #f5f5f8;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.p2_m {
	width: 1000px;
	margin: 0 auto;
}
.p2_l {
	width: 695px;
	float: left;
}
.p2_l_tab {
	width: 695px;
	float: left;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 20px;
}
.p2_l_tab ul li {
	width: 116px;
	text-align: center;
	float: left;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 5px;
}
.p2_l_tab ul li.p2tab {
	border-bottom: 2px solid #0083b3;
	float: left;
	font-size: 24px;
}
.p2_l_tab ul li a {
	color: #363c48;
}
.p2_l_c, .p2_l_lc {
	float: left;
	width: 695px;
}
.p2_l_c img {
	float: left;
	margin-top: 20px;
}
.yuedu {
	width: 3800px;
	height: 200px;
}
.p2_news {
	width: 432px;
	float: left;
	margin-left: 20px;
	display: inline;
}
.p2_news h3 {
	float: left;
	width: 432px;
	text-align: center;
	color: #ee872a;
	font-size: 24px;
	height: 30px;
	overflow: hidden;
	margin-top: 20px;
}
.p2_news h3 a {
	color: #ee872a;
}
.p2_news p {
	width: 432px;
	float: left;
	text-indent: 2em;
	line-height: 22px;
	color: #666;
	padding-top: 15px;
	font-size: 12px;
}
.p2_news p a {
	color: #0083b3;
}
.p2_l_lst {
	float: left;
	width: 432px;
}
.p2_l_lst ul li {
	float: left;
	width: 330px;
	background: url(/images/p2_img1.jpg) no-repeat left;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	padding-left: 10px;
	margin-top: 3px;
}
.p2_l_lst ul li a {
	color: #777;
}
.p2_l_lst ul li a:hover {
	color: #777;
}
.p2_r {
	float: right;
	width: 280px;
}
.p2_r span {
	float: left;
	width: 280px;
	font-size: 24px;
	color: #363c48;
	height: 30px;
	margin-top: 20px;
}
.p2_rimg {
	background: url(/images/p2_img2.jpg) no-repeat;
	width: 280px;
	height: 225px;
	float: left;
	margin-top: 5px;
}
.p2_rimg ul li {
	width: 93px;
	height: 80px;
	float: left;
}
.p2_rimg ul li a {
	width: 93px;
	height: 80px;
	float: left;
	cursor: pointer;
	display: block;
}
/* p3 */
.p3_m {
	width: 1000px;
	margin: 0 auto;
}
.js_top {
	width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	margin-top: 20px;
	font-weight: bold;
}
.list_js {
	display: none;
}
.list_js:nth-child(1) {
	display: block;
}
.lst_zj {
	width: 998px;
	height: 502px;
	float: left;
	border: 1px solid #e2e2e2;
	margin-top: 10px;
}
.lst_zj_l {
	float: left;
	width: 694px;
	height: 502px;
	border-right: 1px solid #e2e2e2;
}
.zj {
	width: 645px;
	height: 444px;
	position: relative;
	margin: 35px 0 0 25px;
	display: inline;
	float: left;
}
.person {
	height: 250px;
	width: 572px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.person img {
	float: left;
}
.person_r {
	width: 305px;
	float: right;
}
.person_r strong {
	font-size: 24px;
	float: left;
	margin-bottom: 15px;
}
.person_r span {
	width: 150px;
	float: left;
	font-size: 18px;
	padding-top: 7px;
	margin-bottom: 15px;
}
.person_r font {
	width: 305px;
	float: left;
	font-size: 18px;
	line-height: 22px;
}
.person_r p {
	width: 305px;
	float: left;
	margin-top: 15px;
	line-height: 24px;
}
.person_r strong a {
	color: #363c48;
}
.zj_btn {
	float: left;
}
.zj_btn a {
	width: 140px;
	height: 40px;
	cursor: pointer;
	float: left;
	margin-top: 20px;
}

.btn2 {
	
	margin-left: 15px;
	display: inline;
}
.person ul {
	height: 250px;
	position: absolute;
}
.person ul li {
	width: 572px;
	height: 250px;
	float: left;
	position: relative;
}
.thumb {
	height: 165px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	width: 655px;
}
.thumb ul {
	position: absolute;
}
.thumb img {
	float: left;
	margin: 20px 0 0 9px;
	display: inline;
}
.thumb ul li span {
	width: 116px;
	text-align: center;
	color: #363c48;
	float: left;
	line-height: 22px;
}
.thumb ul li.cur span {
	color: #fff;
}
.thumb li {
	width: 116px;
	height: 165px;
	margin-right: 15px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

span.prev {
	
	top: 125px;
	left: 0;
	position: absolute;
	width: 23px;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
}
span.next {
	
	top: 125px;
	right: 0;
	position: absolute;
	width: 23px;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
}

.p3_r {
	width: 256px;
	float: left;
	margin: 20px 0 0 25px;
	display: inline;
}
.p3_r_t {
	width: 256px;
	font-size: 24px;
}
.p3_r_t b {
	width: 107px;
}
.lstsaid {
	float: left;
	width: 256px;
	margin-top: 15px;
}
.lstsaid ul li {
	float: left;
	width: 256px;
	border-bottom: 1px dashed #e2e2e2;
	background: url(/images/p2_img1.jpg) no-repeat left;
	height: 43px;
	text-indent: 1em;
	line-height: 43px;
}
.saidbtn {
	float: left;
	width: 256px;
	margin-top: 15px;
}
.saidbtn a {
	width: 75px;
	height: 55px;
	cursor: pointer;
	float: left;
	line-height: 55px;
	color: #fff;
	background-color: #0083b3;
	text-align: center;
	margin-right: 10px;
	display: inline;
}
/* js */
.js_c {
	width: 998px;
	height: 502px;
	float: left;
	border: 1px solid #e2e2e2;
	margin-top: 10px;
}
.js_c_l {
	float: left;
	width: 670px;
	margin-top: 20px;
	margin-left: 25px;
	display: inline;
}
.js_c_r {
	float: left;
	width: 253px;
	margin-top: 20px;
	margin-left: 25px;
	display: inline;
	border-bottom: 1px dashed #e2e2e2;
	padding-bottom: 20px;
}
.js_bg, .list_js {
	float: left;
	width: 670px;
	height: 320px;
	background-color: #f5f5f8;
}
.js_s {
	width: 670px;
	float: left;
	margin-top: 10px;
}
.js_s ul li {
	float: left;
	width: 100px;
	height: 132px;
	background: url(/images/jsbg1.jpg) no-repeat;
	margin-left: 30px;
	display: inline;
}
.js_s ul li img {
	float: left;
	margin: 20px 0 0 10px;
}
.js_s ul li.jscur {
	background: url(/images/jsbg2.jpg) no-repeat;
}
.js_s ul li span {
	width: 100px;
	text-align: center;
	color: #6a6a6a;
	float: left;
	margin-top: 13px;
}
.js_name {
	width: 330px;
	text-align: center;
	float: left;
	font-size: 20px;
	margin-top: 25px;
	color: #0083b3;
}
.js_bg img {
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
}
.texts {
	width: 330px;
	float: left;
	padding: 15px;
	text-indent: 2em;
	text-align: justify;
}
.js_h {
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
	display: inline;
}
.js_h span {
	float: left;
	height: 20px;
	line-height: 24px;
	margin-top: 5px;
	padding-left: 10px;
	width: 250px;
	height: 50px;
}
.js_h img {
	float: left;
	margin: 25px 0 0 10px;
	display: inline;
}
.js_h ul li {
	width: 280px;
	background: url(/images/p2_img1.jpg) no-repeat left 15px;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	height: 35px;
}
.js_h ul li h3 {
	font-weight: normal;
}
.lst_stan {
	width: 250px;
	margin-top: 5px;
}
.lst_stan .jsimg{ text-align:center; margin:10px 0;}
.lst_stan .jstext{ text-align:justify;}

.js_c_r1 {
	background: url(/images/js_tel.jpg) no-repeat;
	width: 232px;
	height: 116px;
	float: left;
	margin: 25px 0 0 30px;
	display: inline;
}
.p4_bg {
	width: 100%;
	background-color: #0083b3;
	height: 150px;
	float: left;
	margin-top: 20px;
}
.p4_m {
	width: 1000px;
	margin: 0 auto;
	height: 150px;
}
.p4_img {
	
	width: 1000px;
	height: 121px;
	float: left;
	margin-top: 29px;
}
.p4_img a {
	width: 142px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	float: right;
	margin: 47px 102px 0 0px;
	display: inline;
}
.hj_c {
	width: 1000px;
	margin: 20px auto;
}
.hj_1 {
	background: url(/images/hj_img1.jpg) no-repeat;
	width: 250px;
	height: 283px;
	float: left;
}
.hj_2 {
	background: url(/images/hj_img2.jpg) no-repeat;
	width: 270px;
	height: 282px;
	float: left;
	margin-left: 4px;
	display: inline;
}
.hj_3 {
	background: url(/images/hj_img3.jpg) no-repeat;
	width: 300px;
	height: 283px;
	float: left;
	margin-left: 3px;
	display: inline;
}
.hj_4 {
	background: url(/images/hj_img4.jpg) no-repeat;
	width: 170px;
	height: 282px;
	float: right;
}
.hz {
	float: left;
	width: 1000px;
}
.hz_tab {
	float: left;
	width: 1000px;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 20px;
}
.hz_tab ul li {
	color: #363c48;
	font-size: 18px;
	float: left;
	width: 116px;
	line-height: 30px;
	padding-bottom: 5px;
	text-align: center;
}
.hz_tab ul li.hz_cur {
	font-size: 24px;
	border-bottom: 2px solid #0083b3;
}
.hz_c {
	float: left;
	width: 1000px;
	margin-bottom: 30px;
}
.hz_c1 {
	
	width: 979px;
	height: 94px;
	float: left;
	margin-top: 10px;
}
.hz_c2 {
	float: left;
	width: 1000px;
}
.hz_c2 img {
	float: left;
	margin: 10px 7px 0 0;
	display: inline;
}
.hz_c3 {
	float: left;
	width: 1000px;
}
.hz_c3 img {
	float: left;
	margin: 10px 10px 0 0;
	display: inline;
}
/*61ad*/
.liuyi {
	width: 1000px;
	height: 130px;
	margin: 20px auto 0;
}
.liuyi div {
	text-align: right;
	padding: 8px 36px 0 0;
	color: #444;
}
.liuyi div strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.liuyi a {
	display: inline-block;
	width: 180px;
	height: 34px;
	float: right;
	margin-top: 15px;
}
/*========page========*/
.page_m {
	width: 1000px;
	margin: 0 auto;
}
.page_m h4 {
	width: 1000px;
	float: left;
	margin-top: 20px;
}
.page_m h4 a, .list_zj_c span a {
	color: #363c48;
}
.page_c {
	width: 998px;
	border: 1px solid #e2e2e2;
	margin-top: 15px;
	float: left;
}
.flash {
	float: left;
	width: 220px;
	height: 270x;
	margin: 10px 0 0 15px;
	display: inline;
}
.inews_v2 {
	width: 220px;
	height: 270x;
	z-index: 1;
	font-size: 12px;
	float: left;
	overflow: hidden;
}
.nivo-controlNav {
	height: 16px;
	position: absolute;
	right: 3px;
	bottom: 4px;
	text-align: center;
	z-index: 30;
	overflow: hidden;
}
.nivo-control {
	width: 14px;
	height: 14px;
	margin: 2px;
	line-height: 14px;
	color: #A2A2A2;
	background: #EFEFEF;
	cursor: pointer;
	z-index: 6;
	float: left;
	overflow: hidden;
}
.active {
	margin: 2px;
	width: 14px;
	line-height: 14px;
	height: 14px;
	color: #FFFFFF;
	background: #C79946;
	float: left;
	overflow: hidden;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 2;
	height: 100%;
}
.inews_v2 a.nivo-imageLink {
	z-index: 10;
	position: absolute;
	width: 220px;
	height: 270x;
}
/**/

.page_r h1 {
	font-size: 24px;
	text-align: center;
	border-bottom: 1px dashed #e2e2e2;
	padding: 10px 0;
}
.arc_c {
	width: 670px;
	margin: 0 30px;
	display: block;
	text-align: center;
	border-bottom: 1px dashed #e2e2e2;
	padding: 10px 0;
}
.arc_c a {
	font-size: 12px;
	color: #333;
	margin: 0 10px;
}
.arc_content {
	float: left;
	width: 670px;
	line-height: 26px;
	color: #333333;
	margin: 20px 0 0 40px;
	display: inline;
}
.arc_btn {
	background-color: #f5f5f8;
	width: 670px;
	height: 82px;
	float: left;
	margin: 20px 0 0 40px;
	display: inline;
}
.arc_btn b {
	float: left;
	line-height: 82px;
	font-size: 16px;
	width: 475px;
	margin-left: 15px;
	display: inline;
}
.arc_btn a {
	background: url(/images/arc_btn1.jpg) no-repeat center;
	width: 140px;
	height: 40px;
	float: left;
	margin-top: 21px;
}
.arc_1 {
	float: left;
	width: 670px;
	margin-left: 40px;
	display: inline;
	margin-top: 25px;
}
.arc_1 b {
	font-size: 18px;
	width: 670px;
	float: left;
}
.arc_1_1 {
	width: 150px;
	height: 80px;
	float: left;
	background-color: #ee872a;
	margin-right: 20px;
	display: inline;
	margin-top: 20px;
	color: #fff;
}
.arc_1_1 b {
	width: 150px;
	float: left;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}
.arc_1_1 span {
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 3px;
}
.arc_page {
	width: 670px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	display: inline;
}
.arc_page li {
	float: left;
	width: 335px;
	height: 20px;
	overflow: hidden;
}
.arc_xg {
	width: 670px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 30px;
	display: inline;
	border-top: 1px solid #e2e2e2;
}
.arc_xg strong {
	float: left;
	width: 670px;
	font-size: 24px;
	margin-top: 30px;
}
.arc_xg_list {
	float: left;
	width: 670px;
	margin-top: 5px;
}
.arc_xg_list ul li {
	float: left;
	width: 325px;
	margin-top: 10px;
	background: url(/images/ch_img1.jpg) no-repeat left;
	height: 20px;
	padding-left: 10px;
}
.arc_xg_list ul li span {
	width: 254px;
	float: left;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px dashed #e2e2e2;
	padding-bottom: 7px;
}
.arc_xg_list ul li span a {
	color: #666;
}
.arc_xg_list ul li span a:hover {
	color: #0083b3;
}
.hj_1 {
	background: url(/images/hj_img1.jpg) no-repeat;
	width: 250px;
	height: 283px;
	float: left;
}
.hj_2 {
	background: url(/images/hj_img2.jpg) no-repeat;
	width: 270px;
	height: 282px;
	float: left;
	margin-left: 4px;
	display: inline;
}
.hj_3 {
	background: url(/images/hj_img3.jpg) no-repeat;
	width: 300px;
	height: 283px;
	float: left;
	margin-left: 3px;
	display: inline;
}
.hj_4 {
	background: url(/images/hj_img4.jpg) no-repeat;
	width: 170px;
	height: 282px;
	float: right;
}
/*======list======*/
.page_l {
	width: 229px;
	border-right: 1px solid #e2e2e2;
	height: 1200px;
	float: left;
	padding:0 10px;
}
.list_l_1 {
	margin-top: 10px;
	padding-bottom:15px;
}
.list_l_1 h3 {
	font-size: 24px;
	margin-top: 15px;
	padding-bottom:5px;
	border-bottom:1px solid #666;
}
.list_yy {
	background: url(/images/list_yy.jpg) no-repeat center;
	height: 63px;
	margin-top: 15px;
}
.list_yy a {
	width: 70px;
	height: 63px;
	float: left;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}
.list_tel {
	background: url(/images/list_tel.jpg) no-repeat center;
	height: 120px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.list_zj {
	margin-left: 15px;
	display: inline;
	margin-top: 5px;
	margin-bottom: 20px;
}
.list_zj ul li {
	text-align:center;
	border-bottom: 1px dashed #e2e2e2;
	margin-top: 17px;
	padding-bottom: 15px;
}
.list_zj ul li img {

	width:200px;
	height:235px;
}
.list_zj_c {
	margin-top:10px;
	width: 100%px;
	display: block;
}
.list_zj_c span {
	font-weight: bold;
	margin-right:10px;
}
.list_zj_c font {
	color: #0083b3;
	font-size: 16px;
	font-weight: bold;
}
.list_zj_c p {
	color: #666;
	line-height: 18px;
	padding-top: 10px;
	text-align:left;
}
.list_btn {
	text-align:center;
	margin:15px 0;
}
.list_btn a {
	background: url(/images/list_btn.jpg) no-repeat;
	width: 140px;
	height: 40px;
	cursor: pointer;
	display: inline-block;
}
.list_address p {
	width: 210px;
	float: left;
	color: #666;
	margin-left: 15px;
	display: inline;
	margin-top: 3px;
}
.page_r {
	width: 748px;
	float: right;
}
.list_c {
	width: 670px;
	float: left;
	margin: 10px 0 0 40px;
	display: inline;
}
.list_c ul li {
	float: left;
	width: 670px;
	border-bottom: 1px dashed #e2e2e2;
	margin-top: 12px;
	padding-bottom: 12px;
}
.list_c ul li h3 {
	float: left;
	width: 670px;
	height: 20px;
	overflow: hidden;
}
.list_c ul li h3 a {
	color: #363c48;
	font-size: 16px;
}
.list_c ul li p {
	width: 670px;
	float: left;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	margin-top: 10px;
}
.page_list {
	width: 630px;
	float: left;
	overflow: hidden;
	margin: 20px 0 0 60px;
	display: inline;
}
.page_list ul li {
	float: left;
	margin-right: 10px;
	display: inline;
}
.page_list ul li a {
	background-color: #e6eaed;
	float: left;
	padding: 4px 10px;
	color: #808791;
}
.page_list ul li a:hover {
	background-color: #0083b3;
	color: #fff;
}
.page_list ul li.thisclass a, .page_list ul li.thisclass {
	color: #fff;
	float: left;
	padding: 4px 10px;
	background-color: #0083b3;
}
.ch_b {
	width: 998px;
	height: 100px;
	float: left;
	border: 1px solid #e2e2e2;
	background: url(/images/ch_img3.jpg) no-repeat center;
	margin-top: 30px;
}
.ch_b a {
	width: 330px;
	height: 100px;
	display: block;
	float: left;
	cursor: pointer;
}
/*luxian*/
.luxianpic {
	text-align: center;
	margin: 10px 0;
}
.luxianinfo h3 {
	font-size: 20px;
	margin-top: 10px;
}
