@charset "utf-8";
/*body, tfoot, thead, tr, th, td,article, aside, audio, canvas, details, figcaption,figure, footer, header, hgroup, mark, menu, meter, nav,output, progress, section, summary, time, video {margin: 0;padding: 0;border: 0;}
html body{ font:14px '微软雅黑',Helvetica,Arial,sans-serif; color:#666; background:#fff;}
ul,ol,li{ list-style:none;}
ul{ margin:0;padding:0;}
a{ text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;}
input{ vertical-align:middle;outline:none;border:none;}
table{border-collapse:collapse;border-spacing:0;}
img{ border:none;}
html{ width:1024px; height:768px;}
*/


* {
	padding: 0;
	margin: 0
}
html {
	min-height: 768px;
	width: 1024px;
}
body {
	font-family: '微软雅黑', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
div {
	margin: 0 auto
}
ul, ol, li {
	list-style: none
}
a {
	text-decoration: none;
	word-wrap: break-word;
	color: #666
}
a:hover {
	text-decoration: none;
	color: #a40000
}
img {
	border: 0
}
.right {
	float: right
}
/*首页 start*/

.head {
	width: 100%;
	background: #fff;
	height: 96px;
	overflow: hidden;
}
.head .logo {
	font-size: 20px;
	color: #272727;
	line-height: 36px;
	margin-left: 50px;
	margin-top: 34px;
}
.head .logo img {
	margin-right: 10px;
	float: left;
}
.head .logo span {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #d2d2d2;
	font-size: 16px;
	color: #666;
}
.sy-body {
	background: url(../images/bg_dl.png);
	width: 100%;
	height: 672px;
	float: left;
}
.sy-body ul {
	width: 384px;
	margin: 180px auto 0 auto;
	text-align: center;
}
.sy-body ul li a {
	background: url(../images/btn_dl.png) no-repeat;
	margin-bottom: 30px;
	height: 86px;
	display: block;
	line-height: 86px;
}
a.black:link {
	color: #333;
	font-size: 18px;
	text-decoration: none;
}
a.black:hover {
	color: #a40000;
	font-size: 18px;
	text-decoration: none;
}
a.black01:link {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
a.black01:hover {
	color: #a40000;
	font-size: 14px;
	text-decoration: none;
}

.erm{ position:absolute; left:0; top:120px; width:152px;}
.erm2{ position:absolute; left:843px; top:320px; width:181px;}
.erm img{}
/*首页 end*/

/*二级菜单 start*/
.bg-alal {
	background: #ebebeb;
	width: 100%;
	height: 672px;
	float: left;
}
.bg-alal .back {
	margin-top: 20px;
	margin-left: 20px;
}
.list-pic {
	float: left;
	margin-bottom: 0px;
	clear: both
}
.list-pic dd {
	width: 133px;
	height: 133px;
	margin: 100px 0px 0px 150px;
	float: left;
	display: inline;
	background: url(../images/btn01.png) no-repeat;
	text-align: center;
}
.list-pic dd a {
	color: #000;
	height: 165px;
	line-height: 30px;
	display: block;
	overflow: hidden;
}
.list-pic dd a:hover {
	color: #a40000;
	text-decoration: none
}
.list-pic dd img {
	width: 133px;
	height: 133px;
}
.list-pic1 {
	float: left;
	margin-bottom: 0px;
	clear: both
}
.list-pic1 dd {
	width: 133px;
	height: 133px;
	margin: 160px 0px 0px 95px;
	float: left;
	display: inline;
	background: url(../images/btn01.png) no-repeat;
	text-align: center;
}
.list-pic1 dd a {
	color: #333;
	height: 165px;
	line-height: 30px;
	display: block;
	overflow: hidden;
}
.list-pic1 dd a:hover {
	color: #a40000;
	text-decoration: none
}
.list-pic1 dd img {
	width: 133px;
	height: 133px;
}
/*二级菜单 end*/

/*三级菜单 start*/
.place {
	height: 20px;
	background: #ebebeb;
	color: #333;
	margin: 0px;
	padding: 15px 0px 15px 45px;
}
.place a {
	color: #666
}
.place a:hover {
	color: #666
}
.bg-alal01 {
	background: #fff;
	width: 100%;
	height: 672px;
	float: left;
}
.bg_title {
}
.line_bottom {
	border-bottom: 1px #b7b7b7 solid;
	height: 45px;
	line-height: 45px;
}
.txt {
	background: url(../images/pic.png) no-repeat;
	width: 680px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
}
.input01 {
	background: #fff;
	height: 30px;
	line-height: 30px;
	border: 1px #ccc solid
}
a.red:link {
	color: #a40000;
	font-size: 14px;
	text-decoration: underline;
}
a.red:hover {
	color: #a40000;
	font-size: 14px;
	text-decoration: underline;
}
.bt-gray {
	font-size: 14px;
	line-height: 31px;
	background: #ccc;
	font-weight: bold;
	color: #FFF;
	padding: 8px 35px 8px;
	margin-right: 12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bt-gray:hover {
	background: #b7b7b7;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bt-red {
	font-size: 14px;
	line-height: 31px;
	background: #a40000;
	font-weight: bold;
	color: #FFF;
	padding: 8px 35px 8px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bt-red:hover {
	background: #c01012;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.dede_pages {
	line-height: 25px;
	clear: both;
	margin-top: 25px;
}
.dede_pages ul {
	float: none;
	display: table;
}
.dede_pages ul li {
	float: left;
	margin-right: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dede_pages ul li a {
	float: left;
	padding: 0 8px;
	color: #a40000;
	font-size: 14px;
	border: 1px solid #b7b7b7;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dede_pages ul li a:hover {
	color: #FFF;
	padding: 0 8px;
	text-decoration: none;
	border: 1px solid #b7b7b7;
	background: #b7b7b7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dede_pages ul li.nohref {
	color: #000;
	padding: 0 8px;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dede_pages ul li.thisclass {
	color: #FFF;
	padding: 0 8px;
	border: 1px solid #b7b7b7;
	background: #b7b7b7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sidemenu2 {
	float: left;
	width: 210px;
}
ul.sub-menu {
	display: none;
}
.conteent {
	float: right;
	width: 700px;
	min-height: 600px;
}
.conteent2 {
	width: 700px;
	min-height: 600px;
	margin: 20px auto;
	padding: 30px;
	background: #fff;
}
.conteent .separ {
}
.conteent .separ img {
	width: 700px;
}
.conteent .separ p {
	margin-bottom: 15px;
}
.conteent .separ p img {
	text-indent: 0;
*margin-bottom:5px;/*IE7*/
}
.videolist {
	padding: 0px 10px;
	overflow: hidden;
	min-height: 400px;
}
.videolist li {
	float: left;
	padding: 10px 10px 10px 20px;
	width: 100%;
	border-bottom: 1px dotted #eee;
	background-image: url(../images/bullet_blue_small.png);
	background-repeat: no-repeat;
	background-position: 8px 16px;
}
.download li {
	float: left;
	padding: 10px 10px 10px 20px;
	width: 100%;
	background-image: url(../images/list-dot.png);
	background-repeat: no-repeat;
	background-position: 8px 15px;
}
.videolist .date {
	float: right;
	color: #999;
	margin-right: 20px
}
.download .darkbg {
	background-color: #e9e9e9;
}
.videolist li a {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	max-width: 500px;
	text-overflow: ellipsis;
}
.shiftbtn {
	font-size: 12px;
	margin: 0 auto;
	width: 400px;
	overflow: hidden;
}
.shiftbtn li {
	float: left;
	margin-left: 10px;
}
.shiftbtn .btnp {
	border: 1px solid #ccc;
	border-radius: 3px;
}
.shiftbtn .btnp a {
	color: #666;
	float: left;
	padding: 5px 10px;
}
.shiftbtn .btnp a:hover {
	background: #eee;
	color: #c01111;
}
.shiftbtn .btnd {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: rgb(153,153,153);
	float: left;
	padding: 5px 10px;
}
/*wangdianchaxun start*/
.wangdian {
	width: 650px;
	text-align: left;
}
.wangdian .hd {
	height: 54px;
	line-height: 54px;
	padding: 0 10px 0 0px;
	border-bottom: 5px solid #f9f9f9;
	position: relative;
}
.wangdian .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 54px;
}
/*
.wangdian .hd ul li{
	float: left;
	cursor: pointer;
	background: url(../images/wangdian.png) no-repeat;
	width: 349px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0,0,0,.5);
}
.wangdian .hd ul .tiquwd{ min-width:349px;position:absolute; z-index:1; }
.wangdian .hd ul .daikuanwd{ left:300px;position:absolute; }
.wangdian .hd ul li.on{ height:54px; width:350px; background:url(../images/wangdian-on.png) no-repeat; z-index:2; color:#a40000;}
*/
.wangdian .hd ul li {
	float: left;
	cursor: pointer;
	background: url(../images/wangdian.png) no-repeat;
	width: 150px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0,0,0,.5);
}
.wangdian .hd ul .fzxwd {
	min-width: 150px;
	position: absolute;
	z-index: 2;
}
.wangdian .hd ul .tiquwd {
	min-width: 150px;
	left: 150px;
	position: absolute;
	z-index: 1;
}
.wangdian .hd ul .daikuanwd {
	left: 300px;
	position: absolute;
}
.wangdian .hd ul li.on {
	height: 54px;
	width: 150px;
	background: url(../images/wangdian-on.png) no-repeat;
	z-index: 2;
	color: #a40000;
}
.wangdian .bd ul {
	padding: 15px;
	zoom: 1;
}
.wangdian .bd .search-a {
	width: 100%;
	float: left;
}
.wangdian .bd .search-a span {
	float: left;
	margin-top: 10px;
}
.wangdian .bd .search-a .search-b {
	width: 350px;
	height: 30px;
	line-height: 30px;
	float: left;
	border: 1px solid #ddd;
	padding-left: 10px;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
.wangdian .bd .search-a .search-b input {
	width: 340px;
}
.wangdian .bd .search-a .search-a-btn {
	width: 126px;
	height: 36px;
	border-radius: 20px;
	background: #c01111;
	color: #fff;
	float: left;
	cursor: pointer;
}
.wangdian .bd .search-a .search-a-btn:hover {
	background: #880707;
}
.wangdian .bd table {
	width: 100%;
	margin-top: 20px;
	float: left;
	text-align: center;
}
.wangdian .bd table th {
	background: #f3f3f3;
	height: 30px;
}
.wangdian .bd table td {
	height: 30px;
	border-bottom: 1px solid #e8e8e8;
}
/*wangdianchaxun end*/

/*三级菜单 end*/

/*返回按钮 start*/
.fh-line{ padding:20px 30px 0 30px; overflow:hidden;}
.fh-syb{ float: left; background:url(../images/back.png) no-repeat 0px 2px ; padding-left:30px; cursor:pointer; color:#a40000; font-size:18px;}
.fh-sy{ float: right; background:url(../images/home-2.png) no-repeat 0px 2px; padding-left:30px; cursor:pointer; color:#a40000;font-size:18px;}
/*返回按钮 end*/

