﻿/*通用*/
*
{
	background-repeat: no-repeat;
	text-align: left;
}


BODY
{
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border-width: 0;
	background-image: url(./images/bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	/*word-break: break-all;*/
}


TABLE
{
	border-collapse: collapse;
}

TD
{
	vertical-align: top;
}

A
{
	text-decoration: none;
	color: #333333;
}
A:hover
{
	color: #2067B5;
}

A.disabled
{
	color: #888888;
	cursor: default;
}
A.disabled:hover
{
	color: #888888;
	cursor: default;
}

A.white
{
	text-decoration: none;
	color: #F8F8F8;
}
A:hover
{
	color: Red;
}


TEXTAREA
{
	border: 1px #AAAAAA solid;
}

TH
{
	font-weight: normal;
}

TT
{
	background-color: #FF8833;
	width: 97%;
	display: block;
	vertical-align: middle;
	padding: 5px 0 5px 0;
	text-align: center;
	margin: 0;
}
UL
{
	width: 97%;
	margin: 0;
	padding: 0;
	text-align: left;
}
LI
{
	margin: 3px 0 3px 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.text
{
	border: 1px #AAAAAA solid;
}
.code
{
	width: 40px;
}

.submit, .button
{
	border-width: 0;
}

.text
{
	border-width: 0;
	border: 1px solid #AAAAAA;
}

.number
{
	border-width: 0;
	border: 1px solid #AAAAAA;
	width: 40px;
}

FORM
{
	margin: 0;
	padding: 0;
}

FORM LABEL
{
	display: block;
}

CAPTION
{
	margin: 0;
	padding: 0;
}

IMG
{
	border: 0;
}


/*主体宽度*/
#header, #menu, #newProducts, #mainFlash, #banner, #content, #footer
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


#header TD
{
	vertical-align: middle;
	position: relative;
	display: block;
	top: 26px;
	padding-right: 10px;
}
#header TD UL
{
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
#header TD LI
{
	text-align: right;
	margin: 0;
	padding: 0;
}
#header TD LI .add
{
	padding-left: 20px;
	line-height: 18px;
	height: 18px;
	background-image: url(./images/ico_add.gif);
	background-position-y: center;
}


#newProducts
{
	border-top: 1px solid #EBEBEB;
	background-image: url(./images/bg_newProducts.jpg);
	height: 257px;
}
#newProducts TBODY TH
{
	height: 195px;
	width: 550px;
}
#newProducts TBODY TH SPAN
{
	padding: 4px;
	display: block;
	border: 1px #EEEEEE solid;
}
#newProducts TBODY TD
{
	vertical-align: middle;
	padding-right: 20px;
}
#newProducts TFOOT TH
{
	height: 61px;
	width: 550px;
	vertical-align: top;
	padding-top: 11px;
	padding-left: 120px;
}
#newProducts TFOOT TD
{
	vertical-align: top;
	padding-right: 20px;
	padding-top: 5px;
}

.NewProducts
{
	position: absolute;
	margin-left: 30px;
	top: 185px;
}
.NewProducts TD
{
	padding: 0 20px 0 20px;
}


.productSearch
{
	
}
.productSearch.text
{
	background-color: #F2F2F2;
	width: 120px;
	height: 13px;
}
.productSearch.submit
{
	background-image: url(./images/btn_go.jpg);
	height: 17px;
	width: 27px;
	border-width: 0;
	position: relative;
	top: -1px;
}


#banner
{
	height: 164px;
}


#footer
{
	background-image: url(./images/bg_foot.jpg);
	height: 110px;
	position: relative;
	top: -1px;
}
#footer DIV
{
	margin-left: 130px;
	margin-top: 5px;
}






#content #sider
{
	width: 202px;
}
#content #sider
{
	
}
#content #sider .siderClass
{
	background-image: url(./images/bg_sider.jpg);
	background-repeat: repeat-x;
	background-position-y: top;
	border-left: 1px solid #E7E7E7;
	text-align: center;
	padding: 20px 0 20px 0;
	margin-left: 2px;
}
#content #sider UL
{
	width: 100%;
}
#content #sider UL .thead
{
	background-image: url(./images/txt_siderClass.jpg);
	background-position-x: 4px;
}
#content #sider UL LI
{

}





#nav
{
	width: 100%;
}
#nav TD
{
	padding-right: 15px;
	position: relative;
	top: -2px;
}
#nav TD A
{
	background-image: url(./images/ico_dot1.jpg);
	background-position: 5px center;
	padding-left: 15px;
}


/*页控制*/




#default #banner,
#default #content
{
	display: none;
}
#mainFlash
{
	text-align: right;
	background-image: url(./images/bg_mainFlash.jpg);
	background-repeat: repeat-x;
}

#main
{
	text-align: center;
	background-image: url(./images/bg_products.jpg);
	background-position: 30px 0;
	padding-bottom: 5px;
}
#products .PaginalTable
{
	margin-left: auto;
	margin-right: auto;
}
#products .PaginalTable TD DIV
{
	text-align: center;
	padding: 10px 0 10px 0;
}
#products .PaginalTable TR TD
{
	border-top: 2px #DADADA solid;
	padding: 12px 0 12px 0;
}
#products .PaginalTable TR.first TD
{
	border-width: 0;
}
#products .PaginalTable
{
	width: 93%;
}











#aboutus #banner,
#organizationChart #banner
{
	background-image: url(./images/bg_banner_1.jpg);
}
#news #banner
{
	background-image: url(./images/bg_banner_2.jpg);
}
#products #banner,
#productitem #banner
{
	background-image: url(./images/bg_banner_3.jpg);
}
 #certification #banner
{
	background-image: url(./images/bg_banner_4.jpg);
}
#contactus #banner
{
	background-image: url(./images/bg_banner_5.jpg);
}






#newsTable
{
	width: 96%;
	background-color: #F9F9F9;
	margin-left: 15px;
}
#newsTable TD
{
	padding: 4px;
}
#newsTable A
{
	background-image: url(./images/ico_dot1.jpg);
	background-position: 5px center;
	padding-left: 15px;
}


.pages, .pages *
{
	text-align: center;
}
.pages SPAN
{
	color: #666666;
}








/*模块productItemTab*/
.productItemTab
{
	width: 95%;
}
.productImage
{
	background-color: #E8ECED;
	text-align: center;
	border-right: 1px dotted #DDDDDD;
}
.productImage IMG
{
	margin: 0 8px 0 8px;
}

.nextProductTr
{
	background-color: #E8ECED;
	border: 1px dotted #DDDDDD;
}
.nextProduct
{
	text-align: right;
	margin: 10px;
}
.lnk_back
{
	background-image: url(./images/ico_back.gif);
	padding-left: 20px;
	background-position: left center;
}
.nextProduct SPAN
{
	font-size: 15px;
}

.productInfo TABLE
{
	margin: 0 20px 0 0;
	width: 100%;
	background-color: #E8ECED;
}
.productInfo TABLE TH
{
	white-space: nowrap;
}
.productInfo TABLE TH, .productInfo TABLE TD
{
	border-top: 1px dotted #DDDDDD;
	padding: 5px 0 5px 0;
	background-color: #E8ECED;
}
.productInfo TABLE TR.first TH, .productInfo TABLE TR.first TD
{
	border-width: 0;
}
.productItemTab .productBigImage
{
	text-align: center;
	padding: 8px 0 15px 0;
	border-top: 1px dotted #AAAAAA;
}


























/*放大*/
.zoom
{
	cursor: pointer;
}

.around
{
	
}
.around TD
{
	text-align: right;
}


.PaginalTable
{
	width: 100%;
}
.PaginalTable TD
{
	text-align: center;
}
.PaginalTable TD *
{
	text-align: center;
}





.classBox
{
	width: 100%;
	position: relative;
}
.classBox TBODY TD
{
	background-color: #F5F5F5;
}
.classBox TBODY TD SPAN
{
	display: block;
	padding: 4px 0 4px 16px;
	cursor: pointer;
	background-image: url(images/ico_dot2.gif);
	background-position: 6px 8px;
	font-weight: bold;
}
.classBox TBODY TD LI SPAN
{
	background-image: url(images/ico_dot3.gif);
	display: block;
	width: 170px;
	background-position: 5px 8px;
}
.classBox TBODY TD SPAN.hover
{
	background-color: #E7E7E7;
}
.classBox TBODY TD SPAN STRONG
{

}
.classBox UL
{
	display: none;
	margin: 6px 0 10px 0;
}
.classBox .current UL
{
	display: block;
}
.classBox UL LI
{
	padding: 1px 0 1px 10px;
}
.classBox UL LI A
{
	display: block;
	padding: 0px 0 3px 16px;
	text-decoration: underline;
}
.classBox UL LI I
{
	display: block;
	padding-left: 25px;
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
}


.productQuick
{
	background-image: url(images/bg_productQuick.jpg);
	height: 20px;
	margin-top: 10px;
	display: block;
	background-position: 5px center;
}
.aboutUsQuick
{
	background-image: url(images/txt_aboutUS.jpg);
	height: 20px;
	margin-top: 10px;
	display: block;
	background-position: 5px center;
}

BODY.en .ZH
{
	display: none;
}
BODY.zh .EN
{
	display: none;
}

#content #main TABLE
{
	margin-left: auto;
	margin-right: auto;
}


@import url(./jquery.lightbox-0.5.css);