@charset "utf-8";
/* CSS Document */
*{
	margin:0; 
	padding:0;
}
html
{
	background:#fff;
}
body
{
	font-family:"宋体",arial;
	font-size:14px;
	color:#333;
}
img,a img
{
	border:0;
}
ul,li
{
	list-style:none;
} 
a
{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
a:hover
{
	text-decoration:none;
}
p
{
	font-family:"宋体";
	font-size:14px;
	color:#333;
	line-height:26px;
}
.clear
{
	clear:both;
	height:0px;
	line-height:0px;
} 
.container
{
	width:960px;
	margin:0 auto;
}
/*头部*/
.header{
	width: 100%;
	height: 180px;
	background: #4499ee url(../images/mainpic.png) center top no-repeat;
}
.header .mainpic{
	width: 960px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
.header .mainpic .icon{
	position: absolute;
	width: 152px;
	height: 70px;
	background: url(../images/icon.png) 0 0 no-repeat;
	left: 0;
	top: 142px;
}
.top
{
	width:100%;
	height:600px;
	background: url(../images/bg1.gif) left bottom repeat-x;
}
.top .container{
	width: 960px;
	height: 600px;
	background: url(../images/bg2.png) 6px 4px no-repeat;
}
.top .container h3{
	height: 66px;
	line-height: 66px;
	font-family: "Microsoft Yahei";
	color: #49e;
	font-weight: bold;
	padding-left: 165px;
}
.top .container dl{
	width: 865px;
	padding-left: 95px;
	clear: both;
}
.top .container dl dt{
	float: left;
	width: 230px;
	text-align: right;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #49e;
	margin: 3px 0 2px 0;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #49e;
	font-weight: bold;
}
.top .container dl dd{
	float: right;
	width: 595px;
	padding-right: 20px;
	margin-bottom: 8px;
}
.top .container dl dd p{
	line-height: 30px;
}
.top .container .marqueeleft{
	width: 840px;
	margin-left: 120px;
}
.marqueeleft{
	height:150px;
	width:840px;
	overflow:hidden;
}
.marqueeleft ul{
	float:left;
}
.marqueeleft li{
	float:left;
	margin:0 10px;
	display:inline;
	width:190px;
	height:150px;
	overflow:hidden;
}
.marqueeleft ul li a img {
	display:block;
	margin:0 auto;
	width:190px;
	height:114px;
}
.marqueeleft p {
	cursor:pointer;
	text-align:center;
	height: 36px;
	line-height: 36px;
	color: #5e5e5e;
	font-size: 12px;
}
#tooltip {
	position:absolute;
	border:1px solid #c8c8c8;
	background:#fff;
	padding:5px;
	display:none;
}
#tooltip img{
	max-width: 380px;
	max-height: 228px;
}
/*主体部分*/
.dow_reg{
	height: 84px;
	line-height: 84px;
	margin-top: 12px;
	padding-left: 22px;
}
.dow_reg a:hover{
	color: #00479d;
	text-decoration: underline;
}
.maintit{
	width: 764px;
	height: 70px;
	margin: 0 auto;
}
.wenhao{
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-top: 42px;
	font-family: "微软雅黑";
	font-size: 18px;
	border-bottom: 3px solid #f00;
	font-weight: bold;
}
.tbody{
	padding: 0 96px;
}
.tbody h3{
	font-size: 30px;
	line-height: 50px;
	font-family: "微软雅黑";
	text-align: center;
	margin: 42px 0 0 0;
}
.tbody h4{
	font-size: 16px;
	line-height: 16px;
	font-family: "微软雅黑";
	margin: 36px 0 10px 0;
}
.tbody p{
	line-height: 30px;
	font-size: 14px;
	text-indent: 2em;
}
.tbody .member{
	margin-bottom: 30px;
}
.tbody .member p span{
	float: right;
	padding-right: 360px;
}
.tbody p em{
	width: 1em;
	display: inline-block;
}
.tbody p i{
	width: 152px;
	height: 40px;
	background: #4499ee;
	border-radius: 5px;
	display: inline-block;
	margin: 0 16px;
	text-align: center;
	line-height: 40px;
	font-style: normal;
	text-indent: 0;
}
.tbody p i a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.tbody p i a:hover{
	color: #ff0;
}
.tbody table{
	width: 462px;
	margin: 6px auto 24px;
}
.tbody table tr th{
	background: #c7e0fa;
}
.tbody table tr td,.tbody table tr th{
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.tbody table tr td.md{
	text-align: left;
	padding-left: 24px;
}
.one{
	background: #f5f5f5;
}
.two{
	background: #eee;
}
#details{
	display: none;
}
#details h5{
	text-align: center;
	padding: 20px 0 12px;
	border-bottom: 1px dotted #ccc;
}
#details h5 b{
	margin: 0 18px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: normal;
}
#details h2{
	font-family: "微软雅黑";
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 12px;
}
#details p{
	line-height: 26px;
	margin-bottom: 8px;
}
#slide{
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 48px;
}
#slide a{
	width: 96px;
	height: 36px;
	background: #a40000;
	text-align: center;
	line-height: 36px;
	display: block;
	font-size: 16px;
	color: #fff;
	margin: 20px auto 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: "微软雅黑";
}
.List{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.List ul{
	width: 981px;
	margin: 0 -11px 0 -10px;
}
.List ul li{
	width: 306px;
	height: 144px;
	margin: 0 11px 0 10px;
	float: left;
}
.bottom {
    background: #f5f5f5;
    border-top: 1px solid #dedede;
    height: auto;
    margin-top: 36px;
    padding-top: 16px;
    width: 100%;
}
.bottom p {
    color: #666;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}
.bottom p span {
    padding: 0 8px;
}