﻿*
{
	padding: 0;
	margin: 0;
	}
a
{
	color:#818f00;
	}
a:hover
{
	color:#ba4b1c;
	}
body
{
	margin: 0 auto;
	background-color: #DFE1D1;
}
li
{
		list-style-type: none;
	}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}
.clear
{
	clear:both;
	}
#all
{
	background-image: url(../img/body_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
}

#content
{
	margin: 0 auto;
	width: 1000px;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
}

/*头部*/
#head
{
	margin:0 auto;
	width:992px;
	height:241px;
	font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
	}

#head_banner
{
	height:200px;
	width:992px;
	background-image: url(../img/Header.jpg);
	background-repeat: no-repeat;
	}
#head_nav
{
	height:41px;
	width:992px;
	background-image: url(../img/nav_bg.png);
	background-repeat: repeat-x;
	}
#head_nav a
{
	color:#000;
	}
#head_nav a:hover
{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
#head_nav ul
{
	height:29px;
	margin:0 auto;
	padding-top:6px;
	padding-left:10px;
	}
#head_nav li
{
	display:block;
	float:left;
	height:29px;
	}
.head_nav_item
{
	width:90px;
	text-align:center;
	line-height:29px;
	}
.head_nav_item:hover
{
	background-image: url(../img/nav_mouse_over.png);
	background-repeat: repeat-x;
	cursor:pointer;
}
.nav_active
{
	background-image: url(../img/nav_active.png);
	background-repeat: repeat-x;
	}
.head_nav_split
{
	width: 7px;
	background-image: url(../img/nav_split.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*中间*/
#middle
{
	width:992px;
	margin:0 auto;
	}
#middle_left
{
	width: 200px;
	height: 100%;
	float: left;
	margin: 0 auto;
}
.middle_split
{
	width:4px;
	height:auto;
		float:left;
	}
#middle_right
{
	width:780px;
	height:auto;
	float:left; 
	}
/*底部*/
#foot_up
{
	width: 992px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../img/Footer_up_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#foot_up p
{
	padding-top:5px;
	text-align:center;
	line-height:20px;
	font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
	}
#foot_down
{
	width:1000px;
	height:20px;
	background-color: #DFE1D1;
	}
#foot_down_content
{
	width:992px;
	height:20px;
	margin: 0 auto;
	background-image: url(../img/Footer_down_bg.png);
	background-repeat: no-repeat;
	}


/*左模块*/
.block
{
	width:200px;
			font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
	}
.block_split
{
	height:4px;
	}
.block_title
{
	width:200px;
	height:30px;
	}
.block_title_left
{
	width: 10px;
	height: 30px;
	float: left;
	background-image: url(../img/Block-ts.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.block_title_title
{
	width: 180px;
	height: 30px;
	float: left;
	line-height:30px;
	background-image: url(../img/Block-title.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.block_title_word
{
	width:100px;
	text-indent:5px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	}
.block_title_right
{
	width: 10px;
	height: 30px;
	float: right;
	background-image: url(../img/Block-ts.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.block_content_left
{
	width:10px;
	height:100%;
	float:left;
	background-image: url(../img/Block-v.png);
	background-repeat: repeat-y;
	background-position: left center;
	}
.block_content_center
{
	width:180px;
	height:100%;
	background-color:#EEEFE6;
	float:left;
	overflow-y:auto;
	}
.block_content_right
{
	width:10px;
	height:100%;
	float:right;
	background-image: url(../img/Block-v.png);
	background-repeat: repeat-y;
	background-position: right center;
	}
.block_foot
{
	width:200px;
	height:10px;
	}
.block_foot_left
{
	width: 10px;
	height: 10px;
	float: left;
	background-image: url(../img/Block-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.block_foot_center
{
	width:180px;
	height:10px;
	float:left;
	background-image: url(../img/Block-h.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
.block_foot_right
{
		width: 10px;
	height: 10px;
	float:right;
	background-image: url(../img/Block-s.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#block_bottom
{
	background-image: url(../img/baby.png);
	width: 180px;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100px;
	margin:0 auto;
}
/*主模块*/
.mblock_tl
{
	width: 7px;
	height: 7px;
	background-image: url(../img/Post-s.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.mblock_tr
{
	width: 7px;
	height: 7px;
	background-image: url(../img/Post-s.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.mblock_dl
{
	width: 7px;
	height: 7px;
	background-image: url(../img/Post-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.mblock_dr
{
	width: 7px;
	height: 7px;
	background-image: url(../img/Post-s.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mblock_tm
{
	width: auto;
	height: 7px;
	background-image: url(../img/Post-h.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.mblock_dm
{
	width: auto;
	height: 7px;
	background-image: url(../img/Post-h.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.mblock_l
{
	width: 7px;
	height: 100%;
	background-image: url(../img/Post-v.png);
	background-repeat: repeat-y;
	background-position: left center;
}
.mblock_r
{
	width: 7px;
	height: 100%;
	background-image: url(../img/Post-v.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.mblock_m
{
	background-color:#E3EAC7;
	}

.mblock_m_d
{
	height:450px;
	width:100%;
	}
.mblock_content
{
	height:100%;
	width:100%;
	}
.mblock_title
{
	width: 390px;
	height:33px;
				font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
	background-image: url(../img/Button.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.mblock_more
{
	width: 390px;
	height:33px;
	text-align:right;
	padding-right:15px;
	background-image: url(../img/Button.png);
	background-repeat: no-repeat;
	background-position: right center;
				font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
}
.mblock_content_title
{
	height:33px;
	text-indent:10px;
	vertical-align:middle;
	}
/*公司简介*/
#mblock_company
{
	width:476px;
	height:200px;
	float:left;
			font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
	}	
/*动画广告*/
#mblock_flashshow
{
	width:300px;
	height:200px;
	float:right;
	}
/*首页产品展示*/
#mblock_hotproducts
{
	margin-top:5px;
	margin-bottom:5px;
	width:780px;
	height:500px;
	float:left;

	}
#mblock_content_hotproducts
{
	width:770px;
	height:450px;
				font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
	}
/*Banner*/
#mblock_banner
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 780px;
	height: 124px;
	float: left;
	background-image: url(../img/banner_cn.png);
	background-repeat: no-repeat;
}
/*主题*/
#mblock_subject
{
	margin-top:5px;
	margin-bottom:5px;
	width:780px;
	height:500px;
	float:left;
	}
#ProductList
{
	width:96%;
	margin:0 auto;
	text-align:center;
	height:600px;
				font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
	}
#ProductList_top
{
	margin-top:4px;
	text-align:right;
	}
#ProductList_bottom
{
			font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
}
.page_split
{
	clear:both;
	height:10px;
	}
.ProductList_body_product_Title
{
	margin-top:2px;
	width:175px;
	text-align:left;
	text-indent:4px;
	}
.ProductList_body_product
{
	margin-top:4px;
	}
#mblock_content_subject
{
	height:500px;
	width:99%;
	margin:0 auto;
	overflow:auto;
	float:left;
	}
#block_subject
{
	height:180px;
	}
#block_subject li
{
	display:block;
	height:25px;
	width:90%;
	margin:0 auto;
	}
/*产品详情页*/
#mblock_product
{
	margin-top:5px;
	margin-bottom:5px;
	width:780px;
	height:700px;
	float:left;
	}
#mblock_content_product
{
	height:700px;
	width:99%;
	margin:0 auto;
	overflow:auto;
	background-color:#FFF;
				font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
	}
#mblock_news
{	margin-top:5px;
	margin-bottom:5px;
	width:780px;
	height:600px;
	float:left;
	}
#mblock_content_news
{
		height:600px;
	width:99%;
	margin:0 auto;
	overflow:auto;
	}
.Product_About
{
	width: 700px;
	margin: 10px auto;
}
.Product_Br
{
	clear: both;
	width: 100%;
	height:20px;
}
.Product_About #Product_About_Pic
{
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 10px;
}
.Product_About #Product_About_Data
{
	float: right;
	width: 400px;
	line-height: 20px;
}
/* 产品详细页切换 */
.tit
{
	background: url(../Images/h2linebot.gif) repeat-x bottom;
	clear: both;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
}
.tit li
{
	float: left;
	width: 117px;
	background: url(../Images/tabs_common.gif) no-repeat;
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin-top: 6px;
	cursor: pointer;
}
.tit li.select
{
	background: url(../Images/tabs_on.gif) no-repeat;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	margin: 0;
}
/*网站公告*/
#block_notice
{
	width:200px;
	height:120px;
	}
/*新闻列表*/
#block_newsclass
{
	width:200px;
	height:70px;
	}
/*产品分类*/
#block_productlist
{
	width:200px;
	height:265px;
	}
/*产品搜索*/
#block_search
{
	width:200px;
	height:50px;
	}
/*联系方式*/
#block_contact
{
	width:200px;
	height:70px;
	}

/* ---------- 缩略图 ----------------------- */
.gallery {
	list-style: none;
	margin:0 auto;
	padding: 0;
				font-size: 12px;
	font-family: 微软雅黑,宋体,Arial;
	color: Black;
}
.gallery li {
	margin: 15px 8px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 150px;
	height: 115px;
	background: url(../img/drop-shadow.png) no-repeat center bottom;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery a:hover img {
	border-color: #000;
}

.gallery span {
	width: 142px;
	height: 69px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
}
.gallery a {
	text-decoration: none;
}
.gallery p
{
	line-height:14px;
	margin-top:4px;
	}
.left_block li
{
	display: block;
	height: 25px;
	width: 85%;
	text-align: center;
	line-height: 25px;
	border: #669999 1px dashed;
	margin: 5px auto;
	background-color: #ffffff;
}
.left_block li:hover
{
	cursor:pointer;
	background-color: #99cc99;
}

/*导航条*/
DIV.scott {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.scott A
{
	border-right: #ddd 1px solid;
	padding-right: 5px;
	border-top: #ddd 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #ddd 1px solid;
	color: #88af3f;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	background-color: #ffffff;
}
DIV.scott A:hover {
	BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6
}
DIV.scott A:active {
	BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6
}
DIV.scott SPAN.current {
	BORDER-RIGHT: #b2e05d 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #b2e05d 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #b2e05d 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #b2e05d 1px solid; BACKGROUND-COLOR: #b2e05d
}
DIV.scott SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

/*新闻列表*/
.newslist_repeater
{
	padding-top:10px;

	}
.newslist_repeater li
{
	height:30px;
	width:90%;
	text-indent:20px;
	text-align:left;
}

