@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	font-size: 14px;
	color: #666666;
}

/*常用标签样式清除*/
div,ul,li,span,p,a,img{
	margin:0px;
	padding:0px;
	list-style:none;
	border-style: none;
	line-height: 24px;
	font-size: 14px;
}


/*通用链接样式*/
a,a:active,a:visited,a:link{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-family: "";
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
}

/*清除浮动*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#wrapper {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/style/images/header_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*头部通用*/
#header {
	height: 140px;
	width: 951px;
	overflow: hidden;
}
#header .flash {
	height: 116px;
}
#header .link_m {
	color: #14a0fd;
	text-align: right;
	height: 24px;
	padding-right: 25px;
}

/*头部链接样式*/
#header a,#header a:active,#header a:visited,#header a:link{
	color: #14a0fd;
	text-decoration: none;
}
#header a:hover {
	color: #FF0000;
}

/*头部链接样式IE6*/
#header div a,#header div a:active,#header div a:visited,#header div a:link{
	color: #14a0fd;
	text-decoration: none;
}
#header div a:hover {
	color: #FF0000;
}

/*导航*/
#nav {
	background-image: url(/style/images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	overflow: hidden;
	width: 951px;
	margin-right: auto;
	margin-left: auto;

}

#nav ul {
	background-image: url(/style/images/nav_tb.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 36px;
	padding-left: 30px;
}

#nav li {
	float: left;
	width: 80px;
	text-align: center;
	height: 36px;
	background-image: url(/style/images/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav .no_line {
	background-image: none;
}


/*导航链接样式*/
#nav a,#nav a:active,#nav a:visited,#nav a:link{
	color: #FFFFFF;
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
}
#nav a:hover {
	color: #FF0000;
}

/*导航链接样IE6*/
#nav li a,#nav li a:active,#nav li a:visited,#nav li a:link{
	color: #FFFFFF;
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
}
#nav li a:hover {
	color: #FF0000;
}
#main {
	clear: both;
	margin-top: 10px;
}
#main .left {
	float: left;
	width: 180px;
}

.title1 li a {
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
	font-family: "黑体";
	font-size: 16px;
	color: #163784;
	font-weight: bold;
	background-image: url(/style/images/tb_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.title2 li a {
	background-image: url(/style/images/tb_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-left: 30px;
	padding-left: 15px;
	color: #163784;
	line-height: 24px;
	height: 24px;
}


.top .center {
	width: 440px;
	float: left;
}

.top .right {
	float: left;
	width: 320px;
}
.qq {
	background-image: url(/style/images/tb_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 70px;
}
.qq .info{
	line-height: 32px;
	height: 32px;
	color: #F00;
	margin-bottom: 10px;
	font-weight: bold;
	}
.qq span{
	display: block;
	float: left;
	}
.lm {
	margin-left: 10px;
	margin-bottom: 10px;
}
.lm .more {
	float: right;
}
.lm h2 span {
	color: #163784;
	background-image: url(/style/images/tb_bg_3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	line-height: 30px;
	height: 30px;
}
.lm .list li {
	background-image: url(/style/images/tb_bg_4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 20px;
}
.pic {
	height: 230px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px dashed #2871A4;
}
.bottom {
	clear: both;
}
.bottom .lm {
	float: left;
	width: 300px;
	height:auto!important; /*IE7+FF*/
	min-height:100px;
	*height:100px; /*IE6*/
}
.tu {
	clear: both;
	border: 2px solid #99CDFF;
}

#demo {
	background: #FFF;
	overflow:hidden;
	width: 940px;
	clear: both;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#demo img {
border: 3px solid #F2F2F2;
}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}





/*版权*/
#footer {
	text-align: center;
	color: #000000;
	background-image: url(/style/images/copyright_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

