@charset "utf-8";
/* CSS Document */
* {
	margin: 0px 0px;
	padding: 0px 0px;
}

a{text-decoration:none;}
ul,li{list-style:none;}
.clear{clear:both;}
.container {
	width: 1000px;
	margin: 0 auto;
	font-family: "微软雅黑","Arial Black", Gadget, sans-serif;
	color: #333;
	background:#fefefe;
}
.header {
	width: 1000px;
	background: url(../images/logo_bg.png) repeat-x;
}
.logo {
	width: 332px;
	height: 77px;
	background: url(../images/logo.png) no-repeat;
}
.menu1{	background: url(../images/menu_bg1.png) repeat-x; height:70px;}

.menu {
	height: 40px;
}
.menu ul {
	list-style: none;
	font-size: 14px;
	font-family:"微软雅黑","Arial Black", Gadget, sans-serif;
	font-weight: bold;
	padding-left: 70px;
}
.menu ul li {
	float: left;
	line-height: 40px;
}
.menu ul li a {
	display: block;  /*将链接设为块级元素 */
	padding: 0px 20px; /* 设置内边距 */
	color: #fff; /* 设置文字颜色 */
	text-decoration: none; /* 去掉下划线 *//*border-right:1px solid #000;  在左侧加上分隔线 */
	cursor: pointer;
	letter-spacing: 1px;
}
/*.menu ul li a:hover {
	background: url(../images/menu_hover.png) no-repeat;
	color: #e0000c;  变换文字颜色
	margin-top: 5px;
	padding: 0px 20px;
	letter-spacing: 1px;
}*/

/*二级导航*/
.menu-child ul{display:none;position:absolute;width:500px; font-size:12px; font-family:"微软雅黑",Arial, Helvetica, sans-serif; padding-top:7px;}
.menu-child ul li{float:left;margin-right:30px;}
.menu-child ul li a{color:#333;}
.menu-child ul li a:hover{color:#C00;}
.child-1{padding-left:155px;}
.child-2{padding-left:255px;}
.child-3{padding-left:355px;}
.child-4{padding-left:453px;}
.child-5{padding-left:553px;}
.banner {
	width: 1000px;
	height: 320px;
	background: url(../images/banner2.png) no-repeat;
	margin-top: 10px;
}
.main {
	width: 1000px;
	height: 668px;
}
.main .left {
	width: 765px;
	float: left;
}
/*共用标题*/
.public_top {
	background: url(../images/dot1.png) no-repeat;
	padding: 0px 20px;
	line-height: 30px;
}
.public_top span {
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #e0000d;
}
.public_top p {
	float: right;
	margin-right: 5px;
	font-size: 13px;
	color: #333;
}
.public_top p a{
	color: #333;
	}
.public_top p a:hover{ color:#e80c0c;}
/*关于我们*/
.main .left .about, .area {
	height: 230px;
	border: 1px #d6d6d6 solid;
	margin-top: 10px;
	background: url(../images/main_bg.png) repeat-x;
}
.main .left .about_left {
	float: left;
	width: 440px;
	padding: 10px 20px 10px;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 2px;
	text-indent: 2em;
	color: #333;
}
.main .left .about_right {
	float: left;
	width: 240px;
	padding: 20px;
}
/*news*/
.main .left .news {
	width: 765px;
	margin-top: 10px;
}
.main .left .news_left {
	float: left;
	width: 370px;
	height: 187px;
	border: 1px #d6d6d6 solid;
	background: url(../images/main_bg.png) repeat-x;
}
.main .left .news_right {
	float: left;
	width: 370px;
	height: 187px;
	border: 1px #d6d6d6 solid;
	background: url(../images/main_bg.png) repeat-x;
	margin-left: 21px;
}
/*news内容*/
.newscnt {
	width: 370px;
	height: 154px;
	font-size: 12px;
	letter-spacing: 1px;
}
.newscnt ul {
	list-style: inside;
}
.newscnt ul li {
	padding: 11px 0px 0px 20px;
}
.newscnt ul li a {
	color: #333;
	text-decoration: none;
}
.newscnt ul li a:hover{ color:#e80c0c;}
.newscnt ul li a span {
	float: right;
	margin-right: 20px;
}
/*area*/
.main .left .area {
	float: left;
	width: 100%;
}
.main .left .area .areacnt {
	padding: 21px;
}
.areacnt #demo {
	overflow: hidden;
}
.areacnt #indemo {
	float: left;
	width: 300%;
}
.areacnt #demo1 {
	float: left;
}
.areacnt #demo1 img {
	width: 200px;
	height: 160px;
	border: none;
}
.areacnt #demo2 {
	float: left;
	margin-left: 8px;
}
.areacnt #demo2 img {
	width: 200px;
	height: 160px;
	border: none;
}
/*右边*/
.main .right {
	width: 212px;
	height: 671px;
	float: right;
	margin-top: 10px;
	border: 1px solid #dedbdc;
}
.main .right .link {
	width: 212px;
	height: 350px;
	background: url(../images/main_bg.png) repeat-x;
}
/*共用linkcnt*/
.linkcnt p {
	width: 100%;
	font-size: 12px;
	padding: 20px 0px 0px 26px;
}
.link .linkcnt p span {
	font-weight: bold;
	color: #000;
}
/*底部*/
.footer {
	width: 1000px;
	margin-top: 50px;
	font-size: 12px;
	height:111px;
}
.footer .footertop {
	width: 998px;
	height: 38px;
	border: 1px solid #dedbdc;
}
.footer .footerbtm {
	background: url(../images/ftbg.png) repeat-x;
	height: 74px;
	width: 100%;
	margin-top: 1px;
}
.footerbtm a{color:#333}
.footer .footertop p {
	line-height: 40px;
	padding-left: 20px;
}
.footer .footertop p span {
	float: right;
	margin-right: 20px;
}
.footer .footerbtm p {
	padding: 20px;
	float: right;
}
