* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 14px;
	font-family: "Microsoft Yahei" "宋体";
	width: 100%;
	color: #555;
	margin: 0px auto;
	/*background-color: #e6e6e6;*/
}

img {
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-TOP-WIDTH: 0px
}

ul {
	LIST-STYLE-TYPE: none
}

li {
	LIST-STYLE-TYPE: none
}

a {
	TEXT-DECORATION: none
}

a:link,a:visited,a:active {
	color: #666;
	text-decoration: none;
}

.clear {
	OVERFLOW: hidden;
	HEIGHT: 0px;
	CLEAR: both;
	LINE-HEIGHT: 0px
}

.header {
	height: 200px;
}

.logo {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat;
}

.home ul {
	padding-top: 10px;
}

.home li {
	float: left;
	margin-right: 20px;
	color: #fff;
}

.home a {
	color: #fff;
}

.home a:hover {
	text-decoration: underline;
}

.header_home {
	background: url(../images/topbg.png) repeat-x;
	width: 100%;
	height: 150px;
}

.menu_box {
	height: 50px;
	width: 100%;
	background: url(../images/menubg.png)	repeat-x;
}

.menu {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

menu li a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 125px;
	color: #fff;
	white-space: nowrap;
	line-height: 50px;
}

menu li a:hover {
	background: url(../images/menunow.png);
	color: #505050;
}

#nav {
	line-height: 24px;
}

#nav a {
	display: block;
	width: 111px;
	text-align: center;
	color: #fff;
}

#nav a:hover {
	color: #FFF;
	background: url(../images/menunow.png);
}

#nav li {
	float: left;
	width: 111px;
	line-height: 50px;
	background: url(../images/menu.png);
}

#nav li a:hover {
	color: #930f11;
	background: url(../images/menunow.png);
}

#nav li ul {
	line-height: 27px;
	text-align: left;
	left: -999em;
	width: 111px;
	position: absolute;
}

#nav li ul li {
	float: left;
	width: 111px;
	background: #F6F6F6;
}

#nav li ul a {
	display: block;
	width: 111px;
	text-align: center;
	color: #666;
}

#nav li ul a:hover {
	color: #F3F3F3;
	font-weight: normal;
	background: #b01515;
}

#nav li:hover ul {
	left: auto;
}

#nav li.sfhover ul {
	left: auto;
}

.main {
	overflow: hidden;
}

.main1 {
	height: 410px;
	width: 100%;
	/*background-color: #fff;*/
	background: url(../images/bg_2.png) repeat-x;
}

.main1_box {
	width: 1000px;
	height: 410px;
	background-color:#fff;
	margin: 0 auto;
	padding-top: 10px;
}

.main1_lf {
	float: left;
	width: 610px;
	padding: 20px;
}

.main1_rt {
	float: right;
	width: 270px;
	padding: 20px 20px 0 30px;
}

.notice {
	padding-top: 20px;
	font-size: 14px;
	line-height: 34px;
	height: 240px;
}

.notice li {
	float: left;
	width: 130px;
	padding-left: 5px;
	overflow: hidden;
	background: url(../images/li_ico.png) 0 13px no-repeat;
}

.notice li a {
	border-bottom: 1px #ddd solid;
	width: 100px;
	color:#ad1516;
	display: block;
	text-indent: 10px;
}

.notice li a:hover {
	border-bottom: 1px #ad1516 solid;
	width: 100px;
}

.notice span {
	width: 50px;
	height: 50px;
	background: #fff;
	display: block;
	text-align: center;
	color: #666;
	line-height: 30px;
	float: left;
}

.notice span p {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #f54d3b;
	color: #fff;
}

.notice li a:hover {
	color: #8c1515;
}

.title {
	border-bottom: 1px solid #e0aaaa;
	height: 40px;
}

.title h2 {
	color: #ad1516;
	font-size: 16px;
	line-height: 40px;
}

.title span {
	float: right;
	font-weight: normal;
	line-height: 40px;
	font-size: 14px;
	color: #8c1515;
}

.title span a {
	color: #8c1515;
}

.title span a:hover {
	text-decoration: underline;
}

.new {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

.news {
	padding-top: 20px;
}

.news li {
	line-height: 35px;
	border-bottom: 1px #ddd dashed;
	background: url(../images/li_ico.png) 5px 13px no-repeat;
}

.news li h2 {
	font-size: 16px;
	color: #555;
}

.news li span {
	float: right;
	color: #aaa;
}

.news li a {
	color: #000;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-size: 16px;
}

.news li a:hover {
	color: #8c1515;
}

.art {
	margin-bottom: 10px;
	/*border: 3px solid #bebebe;*/
}

.main2 {
	height: 420px;
	width: 100%;
	background-color: #fff;
}

.main2_box {
	width: 1000px;
	margin: 0 auto;
}

.box {
	width: 320px;
	height: 300px;
	float: left;
	margin-right: 17px;
	position: relative;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	/*box-shadow: 0 1px 3px #989898;*/
	border-radius: 5px 5px 5px 5px;
}

.rbox {
	width: 320px;
	height: 300px;
	float: right;
	position: relative;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	/*box-shadow: 0 1px 3px #989898;*/
	border-radius: 5px 5px 5px 5px;
}

.box h5,.rbox h5 {
	margin: 0 10px;
	padding-left: 5px;
	color: #ad1516;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px #ad1516 solid;
}

.more {
	position: absolute;
	top: 3px;
	right: 10px;
	display: block;
	padding: 10px 0px 7px 10px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

.more a {
	color: #8c1515;
}

.more a:hover {
	font-weight: bold;
}

.boxlist {
	padding: 5px 10px;
}

.boxlist ul {
	padding-top: 10px;
}

.boxlist li {
	background: url("../images/icon01.png") 5px no-repeat;
	padding-left: 20px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}

.boxlist li span {
	float: right;
}

.boxlist li a:hover {
	color: #8c1515;
}

.main3 {
	height: 200px;
	width: 100%;
	background-color: #fff;
}

.main3_box {
	width: 1100px;
	margin: 0 auto;
}

.banner {
	margin: 0 auto;
	height: 400px;
	position: relative;
	z-index: 1;
}

.ser {
	display: block;
	height: 40px;
	margin-top: 10px;
	background: url(../images/ser.png) no-repeat;
}

.h_s_input {
	float: left;
	width: 201px;
	height: 40px;
	padding-left: 10px;
	border: none;
	background: none;
	line-height: 40px;
	color: #6e6e6e;
}

input {
	outline: none;
	resize: none;
}

.h_s_ok {
	float: left;
	width: 50px;
	height: 40px;
	border: none;
	background: none;
	cursor: pointer;
}
/* 焦点图 */
#show {
	position: relative;
	height: 400px;
	width: 1000px;
	margin: 0 auto;
}

#show a {
	float: left;
	display: inline;
}

#show .img {
	position: absolute;
	width: 1000px;
	height: 400px;
	overflow: hidden
}

#show .img SPAN {
	position: absolute;
	width: 19999px;
	display: block
}

#show .btns {
	z-index: 10;
	position: absolute;
	width: 1000px
}

#show .btns B {
	position: absolute;
	width: 100px;
	display: block;
	height: 14px;
	overflow: hidden;
	top: 360px;
	left: 50%
}

#show .btns B I {
	width: 10px;
	background: #fff;
	float: left;
	height: 10px;
	font-size: 0px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 6px;
	border: #f5f5f5 2px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

#show .btns B I:hover {
	background: #a7a7a6;
}

#show .btns B I.on {
	background: #ad1516;
	cursor: default
}

#show .btns B I.on:hover {
	background: #ad1516;
	cursor: default
}

#show .btns S {
	position: absolute;
	width: 60px;
	display: none;
	height: 80px;
	overflow: hidden;
	top: 160px;
	cursor: pointer
}

#show .btns S I {
	position: absolute;
	width: 60px;
	background: url(../images/btn_show.png);
	height: 160px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/btn_show.png");
	_background: none;
}

#show .btns S.prev {
	left: 0px
}

#show .btns S.prev I {
	top: -80px
}

#show .btns S.next {
	right: 0px
}

.show-hover#show .btns S {
	display: block
}

.masks {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	height: 400px;
	position: absolute;
	background: #000;
	overflow: hidden
}

/* 图片滚动 */
.pic {
	width: 272px;
	height: 154px;
	float: left;
	margin-top: 20px;
}

.pic_list {
	width: 1100px;
	height: 200px;
	float: left;
}

#photo_move {
	height: 200px;
	margin: 0 auto;
}

.blk_18 {
	overflow: hidden;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}

.blk_18 #List1_1 {
	float: left;
}

.blk_18 #List2_1 {
	float: left;
	height: 1px;
	margin: 0 0 0 10px;
}

.blk_18 .LeftBotton {
	float: left;
	width: 40px;
	height: 80px;
	background: url(../images/left.png) no-repeat;
	margin: 80px 10px 0 0px;
}

.blk_18 .RightBotton {
	float: left;
	width: 40px;
	height: 80px;
	background: url(../images/right.png) no-repeat;
	margin: 80px 0 0 10px;
}

.blk_18 .pl img {
	display: block;
	cursor: pointer;
}

.blk_18 .pl {
	float: left;
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
	color: #666;
}

.blk_18 a.pl:hover {
	border: #ccc 1px solid;
}

#demo {
	display: inline;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	width: 1000px;
}

#indemo {
	float: left;
	width: 800%;
}

#demo1, #demo2 {
	float: left;
}

.con02 {
	width: 1001px;
	height: 135px;
	margin: 20px auto 0;
}

.link {
	margin-bottom: 10px;
}

.link select {
	color: #949cb1;
	background: #eaeaea;
	border: 1px #eaeaea solid;
}

.footer {
	clear: both;
	height: 150px;
	margin-top: 10px;
	background: #8c1515;
	/*background:url(../images/footbg.png) repeat-x;*/
}

.footer_box {
	width: 1002px;
	margin: 0 auto;
	color: #fff;
}

.footer_lf {
	width: 370px;
	padding-top: 20px;
	float: left;
}

.footer_min {
	float: left;
	padding-top: 50px;
}

.footer_rt {
	float: right;
	padding-top: 50px;
}



/*列表页*/
.list {
	width: 1002px;
	margin: 5px auto;
}

.toppic {
	height: 200px;
	width: 100%;
	background-color: #808080;
}

.subpic {
	width: 1002px;
	height: 200px;
	margin: 0px auto;
	background: #fff;
}

.subnav {
	float: left;
	width: 245px;
	padding-bottom: 20px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}

.subnav h4 {
	text-align: center;
	border: 1px solid #d3d3d3;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	background-color: #910f11;
}

.subnav ul {
}

.subnav li {
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
	line-height: 40px;
	height: 40px;
}

.subnav li a {
	color: #910f11;
	display: block;
}

.subnav li a:hover {
	color: #fff;
	background-color: #910f11
}

.sublist {
	float: right;
	width: 750px;
	background: #fff;
	border: 1px solid #d3d3d3;
}

.snav {
	padding: 20px;
	color: #333;
}

.snav a {
	color: #333;
}

.snav a:hover {
	color: #660707;
	text-decoration: underline;
}

.schan {
	color: #900;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	padding: 0px 0px 10px 30px;
	border-bottom: 1px solid #ddd;
	font-size: 30px;
}

.schan span {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}

.listbox {
	margin: 30px;
	height: auto !important;
	min-height: 200px;
	overflow: hidden;
}

.listbox li {
	border-bottom: 1px #ccc dotted;
	line-height: 36px;
	background: url('../images/li_ico.png') no-repeat 0 15px;
	padding-left: 13px;
}

.listbox li a {
	color: #333;
}

.listbox li a:hover {
	color: #660707;
}

.listbox li span {
	float: right;
}

.sort {
	text-align: center;
	padding-bottom: 40px;
	color: #333;
	letter-spacing: 0.2em;
}

.sort a {
	color: #888;
}

.sort a:hover {
	color: #660707;
}

.search {
	float: right;
	padding-top: 50px;
}

.TXT {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	border: 0px;
	color: #333;
	background-color: #e8e8e8;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	overflow: hidden;
}

.BTN {
	float: left;
	color: #999;
	background: #910f11;
	border: 0;
	color: #fff;
	height: 30px;
	padding: 0 10px;
	cursor: pointer;
	font-size: 12px;
}


/*article页*/
.article {
	width: 1002px;
	margin: 5px auto;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	padding: 30px 0px;
}

.article h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #430301;
	padding: 10px 20px;
}

.author {
	_border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
	padding: 8px 20px;
	margin: 20px 0;
	color: #666;
	height: 18px;
	text-align: center;
	font: 12px/1.5 "宋体";
}

.word {
	padding: 10px 30px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-family: "宋体";
}

.fj {
	padding: 20px 0px 10px 30px;
}

.fj h4 {
	color: #430301;
}

.fj ul {
	padding: 20px 10px 10px 30px;
}

.fj li {
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	background: url(../images/li.jpg) 0px 10px no-repeat;
}

.fj li a {
	color: #333;
}

.fj li a:hover {
	color: #430301;
	text-decoration: underline;
}

.pn{
	padding: 10px 20px;
	border-top: 1px solid #d3d3d3;
}

.preva,.nexta{
	font-weight: bold;
}

.nexta{
	float: right;
}

.preva a,.nexta a{
	color: #8c1515;
}

.preva a:hover,.nexta a:hover{
	text-decoration: underline;
}


/* 视野 */
.picBox {
	overflow: hidden;
	zoom: 1;
	margin: 40px auto;
	width: 1002px;
}

.picL {
	overflow: hidden;
	zoom: 1;
	margin-left: -1px;
}

.picL li {
	overflow: hidden;
	position: relative;
	float: left;
	display: inline;
	width: 195px;
	height: 149px;
	margin: 5px 0 0 5px;
	zoom: 1
}

.picL li .text {
	background: #930f11;
	position: absolute;
	width: 199px;
	height: 149px;
	top: 149px;
	left: 0;
	font-family: '微软雅黑','黑体';
}

.picL li .text b {
	background: #ca2c2a;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-weight: 100;
}

.picL li .text p {
	font-size: 14px;
	line-height: 24px;
}

.picL li .text a {
	color: #fff;
	display: block;
	height: 80px;
	padding: 20px;
}

/*师资队伍*/
.szdw{
	padding: 30px 10px 10px 60px;
}

.szdw li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.szdw li a:hover{
	text-decoration: underline;
}