﻿@charset "utf-8";
/* CSS Document */

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, 
form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}

ol, ul {
    list-style: none;
}
fieldset, img {
    border: 0;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}

body {
    color: #333;
    background: url(../../images/body_bg.jpg) repeat-x #deebf3;
    text-align: center;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
}

/*-------------【Header】----------------*/
.header {
    margin: 0 10px 5px;
	height:135px;
	*height:110px;/*兼容IE6,7.8*/
	_height:100px;
	width:910px;
	background-image: url(../../images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;

}
.brand {
    float: left;
    margin-right: 7px;
    
}
.brand h1.site-name {
    display: none;
}
.ad-text {
    float: right;
    width: 258px;
    height: 58px;
    line-height: 1.6;
    border: 1px solid #b0d7ff;
    background: #f2f6fb; 
}
.ad-text li {
    width: 49.9%;
    float: left;
    text-indent: 3px;
    white-space: nowrap;
}
.container {
    width: 930px;
    min-height: 100%;
    margin: auto;
    text-align: left;
    background: #fff;
	height: auto;
}
.topnav {
	height: 30px;
	line-height: 2;
	background: #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	position: relative;
}


/*-----------【NAV】-------------*/
#topdaohang{
position: relative; top:-20px;top:-20px\9;*top:-10px; _top:-10px;margin-bottom:-20px;*margin-bottom:-5px; _margin-bottom:-10px;
}
.nav {
    position: relative;
    margin: 0 10px 10px;
    background: url(../../images/nav_bg.png) no-repeat 0 -36px;
	height:36px;
	width:910px;
	margin-top:-4px;
	z-index:1;
	*margin-top:0px;
	_margin-top:-28px;
}
.navinner {
    background: url(../../images/nav_bg.png) no-repeat 100% -72px;

}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(../../images/nav_bg.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(../../images/nav_bg.png) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 102px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
	text-decoration: none;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(../../images/nav_bg.png) no-repeat 50% -144px;
}


/*---------------【Body】-------------------*/
.clearfix {
	display: inline-block;
	width: 910px;
	/*height:1000px;*/
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 10px !important;
	height: auto;
	
	
}
.left {
	float: left;
	padding: 8px;
	border: 1px solid #99bbdd;
	width:180px;
	_width:160px;
	background-color:#EBEBEB;
}
.right {
	float:right;
	border: 1px solid #99bbdd;
	padding: 8px;
	width:693px;   /*firefox*/
	width:690px\9;/*IE8*/
	*width:690px;/*IE7*/
	_width:670px;/*IE6*/
	height: auto;
}

/*------------【右内容】------------------*/
.ProductList {
	width:670px;
	margin: 5px;
	height: auto;
	/*height: 230px;*/
}
.ProductList #Product {
	width: 170px;
	height: 240px;
	margin: 22px;
	overflow: hidden;
	float:left;
}
.imgs {
	float:left;
	width: 160px;
	height: 160px;
	text-align:center;
	cursor:pointer;
}
.imgs img {
	padding-top: 10px;
}
.imgsOn {
	float:left;
	width: 160px;
	height: 160px;
	text-align:center;
	cursor:pointer;
	background-image:url(../../images/pro.gif)
}
.imgsOn img {
	padding-top: 10px;
}
imgsOn img {
	padding-top: 10px;
}
.imgtxt {
	height: 160px;
	width: 160px;
	text-align:center;
	vertical-align:text-top;
	overflow: auto;
}
.info {
	height:100px;
	overflow:hidden;
	table-layout:fixed;
	word-wrap:break-word;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}


/*-----------【左菜单】-------------*/
.mune {
	height: auto;
	width: auto;
	
}
.mune_title {
	color: #333333;
	text-indent: 12px;
	height:25px;
	background-image: url(../../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.mune_mouseover {
	color:  #000000;
	text-indent: 12px;
	font-size:12px;
	height:25px;
	background-image: url(../../images/menu_bg_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.mune_list {
	display:;
}
.mune_listOn {
	display:none;
}
.mune_list li {
	line-height: 25px;
	height: 25px;
	padding-left: 25px;
	cursor: pointer;
	margin-left: 10px;
	background-image: url(../../images/list_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
}




/*-----------【SiteMap  Footer】---------*/
.sitemap {
	height: 30px;
	line-height: 2.5;
	color: #275c91;
	text-align: center;
	background: #eaf3fb;
	border: 1px solid #bed0e0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;	
}
.sitemap a:link{ 
    color: #275c91;
	text-decoration: none;
}
.sitemap a:visited {
	color:#275c91;
	text-decoration: none;
}
.sitemap a:hover {
	color:#275c91;
	text-decoration:underline;
}

.footer {
    margin: 0 10px 10px;
    padding-bottom: 10px;
    text-align: center;
}
.copyright, .copyright a:link, .copyright a:visited {
    color: #000000;
	line-height:26px;
}

a:link{
	color:#313131;
	text-decoration:none;
}
a:visited{
	color:#313131;
	text-decoration:none;
}
a:hover{
	color:#BF001F;
	text-decoration:none;
}

/*-----------【Product】----------------*/
.act {
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.Product {
	margin: 5px;
	width: 670px;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.text {
	height: 200px;
	width: 490px;
	text-align:left;
	overflow: auto;
	float: left;
}
.protxt {
	float: left;
	height: 40px;
	width: 160px;
}


/*---------【查看产品详细】----------------*/
.viewtable {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	
}
.imgalt {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;

}
.vwimgs {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;

}
.pdf {
	height: 30px;
	text-align: right;
	line-height: 30px;
}
.vwinfo {
	background-color: #F5F5F5;
	overflow: auto;
	text-align: left;
	line-height: 20px;
	border: 1px solid #E8EFF7;
	padding: 5px;
	width: 890px;
	height:auto;
}

/*
	分页列表的样式表
*/
#PageDiv {
	height: 25px;
	float:right;
}
.Page {
	float: left;
	width:auto!important;
	width:12px;
	height:19px;
	margin:2px;
	padding:0 4px!important;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-weight:bold;
	text-align:center;
	line-height:19px;
	border:1px solid #80AFE0;
	background-color:#EAF3FF;
	cursor:pointer;
}
.PageNO {
	float: left;
	width:auto!important;
	height:19px;
	margin:2px;
	padding:0 4px!important;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-weight:bold;
	text-align:center;
	line-height:19px;
	border:1px solid #80AFE0;
	background-color:#EAF3FF;
	/*cursor:pointer;*/
}
.PageON {
	float: left;
	width:auto!important;
	width:12px;
	height:19px;
	margin:2px;
	padding:0 4px!important;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
	text-decoration:none;
	display:block; 
	font-weight:bold; 
	text-align:center;
	line-height:19px;
	color:#D12907;
	border:1px solid #FF785E;
	background-color:#FFF4FC;
	cursor:pointer;
}
.PageOFF{
	float: left;
	width:auto!important;
	width:12px;
	height:19px;
	margin:2px;
	padding:0 4px!important;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
	text-decoration:none;
	display:block; 
	font-weight:bold; 
	text-align:center;
	line-height:19px;
	color:#D12907;
	border:1px solid #FF785E;
	background-color:#FFF4FC;
	cursor:default;
}


/*-------------【Gbook】--------------*/

.gbook #gbook_left {
	float: left;
	width: 350px;
	height: 300px;
}
.gbook #gbook_right {
	float: right;
	height: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	width: 610px;
}
.gbook {

	height: 500px;
        height: 550px\9;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.gbook  #gbook_left  #gbool_left_ti  strong {
	line-height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.gbook #gbook_left_div {
	height: 35px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
}
.gbook_left_le {
	float: left;
	width: 350px;
}

.txtbox {
	height:25px;
	width:300px;
	padding-top:3px;
	line-height:25px;
	font-size:16px;
}

.proclick {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px dashed #CCCCCC;
	width:100px;
	margin-left:15px;
	text-align:center;
	cursor:pointer;
}



#munew { width:170px;_width:160px; line-height: 30px; line-height: 35px\9;list-style-type: none; text-align:left; /*定义整个ul菜单的行高和背景色*/
}
/*==================一级目录===================*/
#munew a { width: 170px;_width:160px; display: block; padding-left:20px; /*Width(一定要)，否则下面的Li会变形*/
}
#munew li {
        float:left; 	
        background-image: url(../../images/menu_bg.jpg);
	background-repeat: no-repeat;
        color:#000000; }
#munew li a:hover { 	
        background-image: url(../../images/menu_bg_on.jpg);
	background-repeat: no-repeat;
    /*一级目录onMouseOver显示的背景色*/ 
	}
#munew a:link { color:#000000; text-decoration:none; }
#munew a:visited { color:#000000; text-decoration:none; }
#munew a:hover { color:#666666; text-decoration:none; }
/*==================二级目录===================*/
#munew li ul { list-style:none; text-align:left; }
#munew li ul li { 
        line-height: 11px;
        line-height: 14px\9;
        *line-height: 14px9;
        _line-height: 11px;
	height: 25px;
        height: 25px\9;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
	background-image: url(../../images/list_title.gif);
	background-repeat: no-repeat;
	
	}
#munew li ul a { padding-left:20px; width:164px;_width:150px;/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#munew li ul a:link { color:#666; text-decoration:none; }
#munew li ul a:visited { color:#666; text-decoration:none; }
#munew li ul a:hover { color:#990000; text-decoration:none; font-weight:normal; background:none;/* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#munew li:hover ul { left: auto; }
#munew li.sfhover ul { left: auto; }
#content { clear: left; }
#munew ul.collapsed { display: none; }

#PARENT { height: auto; width: auto;}













#containera {margin:0 auto; width:895px;}
#menua { height:30px; background:#fff; margin-bottom:5px; text-align:center; font-size:16px; border-bottom:dashed 1px #CCCCCC; font-weight:bold;}
#mainContenta { height:500px; margin-bottom:5px;}
#sidebara { float:left; width:300px; height:40px; background:#fff;border-bottom:dashed 1px #CCCCCC; padding-top:5px;}
#contenta { margin-left:205px !important; margin-left:202px; height:40px; background:#fff;border-bottom:dashed 1px #CCCCCC;padding-top:5px;}