@charset "utf-8";
/* BASIC STYLE */
/*--基本样式----------------------*/
*{
	margin: 0px;
	padding: 0px;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body,td,th {
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #FFF;
	margin: 0px;
}
a{
	color: #333333;
	text-decoration: none;
/*	font-size: 12px;*/
}
a:hover {
	color: #CC3300;
}
html {
	padding-left: 15px;
}
/*--头部---------------------*/
#header {
	clear: both;
	float: left;
	width: 100%;
}
#logo {
	float: left;
}
/*--语言选择按钮-----------------------*/
#language {
	float: right;
	height: 11px;
	width: 68px;
	margin-top: 38px;
}
#language span {
	display: none;
}
#language a {
	background-image: url(../images/LanguageBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 11px;
	width: 68px;
}
#language a:hover{
	background-image: url(../images/LanguageBut.gif);
	background-position: left bottom;
	display: block;
}
#mainMenu {
	width: 99%;
	clear: both;
	float: left;
	height: 40px;
	background-image: url(../images/mainMenuBak.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D9D8DC;
	text-transform: uppercase;
	padding-left: 1%;
}
#footer{
	width: 100%;
	clear: both;
	float: left;
	height: 40px;
	background-image: url(../images/mainMenuBak.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D9D8DC;
}
.red {
	text-transform: uppercase;
	color: #CC0000;
}
#copyright {
	float: right;
	padding-right: 20px;
	margin-top: 14px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright span {
	color: #FF0000;
}

#homemain {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#insidemain {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#baner {
	clear: both;
	float: left;
	height: 160px;
	width: 982px;
}
#banerAdd {
	float: left;
	height: 160px;
	width: 200px;
	display: inline;
	background-color: #FFF;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#banerFla {
	float: left;
	display: inline;
}
#banerContactInfo {
	float: left;
	display: inline;
}
#banerWrapper {
	background-color: #D5CDBD;
	clear: both;
	float: left;
	width: 100%;
}
#wrapper {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 6px;
	background-image: url(../images/mainBak.gif);
	background-repeat: repeat-x;
}
#sidebar {
	background-color: #FFF;
	float: left;
	width: 200px;
	display: inline;
}/*--侧栏导航----------------------------------------*/
#sidebar #nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	clear: both;
	float: left;
	width: 190px;
	display: inline;
}
#nav a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	display: block;
	background-image: url(../images/navButBak.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	width: 170px;
	padding-left: 20px;
}
#nav a:hover {
	background-image: url(../images/navButBak.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}/*--搜索---------------------------------------*/
#search {
	background-color: #F2F0EC;
	clear: both;
	float: left;
	height: 80px;
	width: 180px;
	margin-top: 6px;
	display: inline;
	padding: 5px;
}
#search dt {
	text-transform: uppercase;
	line-height: 26px;
	text-align: right;
	width: 50px;
	height: 26px;
	float: left;
	display: block;
}
#search dd {
	float: left;
	width: 128px;
	height: 26px;
}
#search select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	width: 130px;
}
#search input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 125px;
	margin-top: 3px;
}
#searchBut {
	clear: both;
	float: left;
	width: 180px;
	height: 18px;
}
#searchBut a {
	background-image: url(../images/searchbut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	width: 71px;
	float: right;
}
#searchBut a:hover {
	background-image: url(../images/searchbut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#searchBut span {
	display: none;
}
#mainWrapper {
	float: left;
	width: 778px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#position {
	float: left;
	height: 26px;
	clear: both;
	line-height: 26px;
	background-image: url(../images/linebak.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	text-transform: uppercase;
}
/*--页面主题内容区域-----------------------------------*/
#content {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 7px;
	display: inline;
	background-image: url(../images/contentBak.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
/*--产品展示-------------------------------------------------*/
#productListWrapper {
	float: left;
	width: 200px;
}
#productListTil {
	background-image: url(../images/productListWrapperTil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	height: 30px;
	width: 170px;
	float: left;
	line-height: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#productList {
	clear: both;
	float: left;
	width: 180px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-size: 11px;
}
#productList li {
	float: left;
	width: 88px;
	line-height: 24px;
}
#productList a {
	display: block;
	width: 80px;
	height: 24px;
	padding-left: 9px;
	background-image: url(../images/productlistBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	white-space:nowrap;
}
#productList a:hover {
	background-image: url(../images/productlistBut.gif);
	background-repeat: no-repeat;
	background-position: left -24px;
}
#productList a:visited {
	background-image: url(../images/productlistBut.gif);
	background-repeat: no-repeat;
	background-position: left -48px;
}
#productList .now a{
	display: block;
	width: 50px;
	height: 24px;
	padding-left: 9px;
	background-image: url(../images/productlistBut.gif);
	background-repeat: no-repeat;
	background-position: left -24px;
}
#productInfoWrapper {
	display: inline;
	float: left;
	width: 571px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#productInfoTil {
	background-image: url(../images/productInfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 541px;
	float: left;
	line-height: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}
#productInfoTilProduct {
	background-image: url(../images/productInfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	float: left;
	line-height: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	width: 741px;
	background-color: #EEEDEF;
}
#productInfoWrapper2 {
	display: inline;
	float: left;
	width: 571px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #fff;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #fff;
}#productImage {
	display: inline;
	float: left;
	width: 350px;
}
#productInfoContent {
	float: left;
	width: 214px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	list-style-type: none;
	display: inline;
}
#productInfoContent li {
	line-height: 24px;
	background-image: url(../images/line02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-indent: 0px;
}
/*--正文内容区域--------------------------------------*/
#contentTil {
	background-image: url(../images/productInfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 748px;
	float: left;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	background-color: #EEEDEF;
	padding-left: 30px;
}
#contentWrapper2 {
	display: inline;
	float: left;
	width: 640px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #fff;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #fff;
}
#contentWrapper3 {
	display: inline;
	float: left;
	width: 740px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #fff;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #fff;
}
#contentWrapper2 p {
	line-height: 180%;
	margin-bottom: 20px;
}
.pic01 {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	clear: left;
}
.contactClass01 {
	float: left;
	width: 400px;
}
#contentTil span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #CC3300;
	margin-right: 10px;
}
.list01 li {
	background-image: url(../images/line02.gif);
	background-repeat: repeat-x;
	line-height: 24px;
	background-position: left bottom;
	list-style-type: none;
}
h3 {
	font-size: 13px;
}
#newslist .contactClass01 {
	width: 520px;
}
#newslist .list01 p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#contact .contactClass01 {
	width: 520px;
}
#homeBaner {
	float: left;
	width: 306px;
}
#homeBanerFla {
	height: 306px;
	width: 306px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
#homeContactInfo {
	background-image: url(../images/homeContactInfoBak.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 106px;
	width: 276px;
	clear: both;
	float: left;
	padding: 15px;
	list-style-type: none;
}
#homeMainWrapper {
	float: left;
	width: 665px;
	display: inline;
	background-image: url(../images/homeTopBak.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 17px;
	background-color: #FFFFFF;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#homeProduct {
	clear: both;
	float: left;
	width: 665px;
	display: inline;
	margin-bottom: 7px;
		
}
#homeProductFla {
	clear: both;
	float: left;
	width: 665px;
	display: inline;
	margin-bottom: 7px;
	overflow: hidden;
	height: 100px;
	
}
.homeTil {
	background-image: url(../images/homeTilBak.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
	clear: both;
}
.homeTil h3 {
	line-height: 26px;
	padding-left: 10px;
	float: left;
}
#homeMainWrapper02 {
	width: 665px;
	clear: both;
	float: left;
}
#homeNews {
	background-color: #FFFFFF;
	display: inline;
	width: 435px;
	float: left;
}
#mainproduct {
	background-color: #FFFFFF;
	display: inline;
	width: 215px;
	float: left;
}
#homeGALLERY {
	display: inline;
	float: right;
	width: 225px;
}
#homeNewsList li {
	background-image: url(../images/line02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}
#homeNewsList strong {
	clear: both;
	width: 100%;
	float: left;
}
#homeGALLERY img {
	float: left;
	display: inline;
	margin-right: 5px;
}
#homegallerylist li {
	background-color: #E9E9E9;
	display: inline;
	float: left;
	width: 225px;
	background-image: url(../images/homeGALLERYBak.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#homegallerylist {
	margin-top: 7px;
	float: left;
}
#homeSearchBar {
	display: inline;
	float: right;
	height: 26px;
	padding-right: 5px;
	padding-top: 5px;
	width: 400px;
	text-transform: uppercase;
}
#homeSearchBar #searchBut {
	width: 75px;
	float: left;
	clear: none;
}
#homeSearchBar dt {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}
#homeSearchBar dd {
	float: left;
	margin: 0px;
}
#homeSearchBar select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#homeSearchBar input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#moreBut {
	display: inline;
	float: right;
	height: 11px;
	width: 47px;
	margin-right: 10px;
}
#moreBut span {
	display: none;
}
#moreBut a {
	background-image: url(../images/moreBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 11px;
	width: 47px;
}
#moreBut a:hover {
	background-image: url(../images/moreBut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.homeTil #moreBut {
	margin-top: 8px;
}
/*-------------------------------------------------*/
#feddback dd {
	float: left;
	width: 320px;
	line-height: 22px;
	height: 22px;
	padding: 1px;
}
#feddback dt {
	float: left;
	height: 22px;
	width: 70px;
	line-height: 22px;
	text-align: right;
	padding: 1px;
	font-weight: bold;
}
#feddback {
	width: 400px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E2E9ED;
	float: left;
	clear: both;
	padding-bottom: 15px;
	display: inline;
	margin-right: 0px;
	padding-right: 0px;
}
#feddback input {
	line-height: 18px;
	height: 18px;
	width: 200px;
	float: left;
	border: 1px solid #CDDDE2;
	font-size: 12px;
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
}
#feddback textarea {
	line-height: 18px;
	height: 100px;
	width: 300px;
	float: left;
	border: 1px solid #CDDDE2;
	font-size: 12px;
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
}

#feddback #neirong {
	height: 100px;
}
#but .submittj {
	width: 80px;
	margin-right: 5px;
	margin-top: 3px;
}
/*---------------------------------------------------------*/
#productImageList {
	float: left;
	width: 190px;
}
.blackProduct #productList {
	width: 350px;
}
.blackProduct #productList li {
	float: left;
	width: 138px;
	line-height: 24px;
}
.blackProduct #productList a {
	display: block;
	width: 130px;
	height: 24px;
	padding-left: 9px;
	background-image: url(../images/productlistBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.blackProduct #productList #now {
	display: block;
	width: 130px;
	height: 24px;
	padding-left: 9px;
	background-image: url(../images/productlistBut.gif);
	background-repeat: no-repeat;
	background-position: left -24px;
}
.blackProduct #productList a:hover {
	background-image: url(../images/productlistBut.gif);
	background-repeat: no-repeat;
	background-position: left -24px;
}
.blackProduct #productList a:visited {
	background-image: url(../images/productlistBut.gif);
	background-repeat: no-repeat;
	background-position: left -48px;
}
.galleryListPhoto {
	list-style-type: none;
}
.sizeGalleryList {
	float: left;
	width: 124px;
	margin-top: 5px;
}
.galleryListPhoto li {
	float: left;
	width: 124px;
	margin-right: 8px;
	margin-bottom: 20px;
}
#copyrightContents {
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
}
#photoMedium {
	text-align: center;
	display: block;
}
.list01 .jobzhiwei {
	background-color: #EFEEF0;
	text-align: right;
	padding-right: 10px;
}
#productlistMenu li a {
	background-image: url(../images/productlistMenu.gif);
	background-repeat: no-repeat;
	background-position: 19px center;
	text-indent: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F0;
}
#productlistMenu li a:hover {
	background-image: url(../images/productlistMenu_a.gif);
	background-repeat: no-repeat;
	background-position: 19px center;
	text-indent: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F0;
}
#productlistMenu li ul li a {
	background-image: url(../images/productlistBut1.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	text-indent: 22px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F0;
}

#productlistMenu li ul li a:hover {
	background-image: url(../images/productlistBut1.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	text-indent: 22px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F0;
}
#pagebelow {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-left: 210px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-right: 15px;
}
#Page {
	float: left;
}
.sam {
	float: left;
	height: 250px;
	width: 0px;
}
.newsinfo {
	width: 600px;
}
#backid {
	float: right;
}
#nowptype {
	color: #CC3300;
	background-image: url(../images/productlistMenu_a.gif);
}
/*-----------------------------------*/
.attestationPhoto img {
	float: left;
	padding: 3px;
	border: 6px solid #F5F4F1;
}
.attestationPhoto .zhenshu {
	float: left;
	width: 100px;
	margin-top: 3px;
}
.attestationPhoto {
	list-style-type: none;
}
.attestationPhoto li {
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-top: 20px;
}
.contactClass02 {
	float: left;
	width: 480px;
}
.headii {
	cursor: hand;
}
#copyrightContentsdd {
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/linebak.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 650px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#copyrightContentsdd li {
	margin-left: 20px;
	width: 650px;
	margin-top: 5px;
}
#profile .contactClass01 p {
}
#history li {
	line-height: 180%;
}
#selectName {
	float: left;
	width: 600px;
}
#leaverworddataF .select {
	width: 300px;
}
#leaverworddataF label {
	float: left;
	height: 18px;
	line-height: 18px;
}
#leaverworddataF ul {
	float: left;
	list-style-type: none;
}
#leaverworddataF li {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	line-height: 18px;
	border: 1px solid #FFFFFF;
	background-image: none;
}
#leaverworddataF .textbox {
	width: 300px;
}
#leaverworddataF span {
	float: left;
	width: 70px;
	text-align: right;
	height: 14px;
	line-height: 14px;
	margin-top: 4px;
}
#leaverworddataF .textarea {
	float: left;
	display: block;
	width: 380px;
}
#leaverworddataF #labelTextarea {
	width: 590px;
	clear: both;
}
#leaverworddataF dt {
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	font-weight: bold;
	padding-left: 6px;
}
#leaverworddataF dd {
	line-height: 16px;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F1;
}
#leaverworddataF dl {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-bottom: 20px;
	width: 600px;
}
/*导航*/
#mainMenu ul {
	list-style-type: none;
	display: inline;
}
#mainMenu ul li {
	float: left;
	width: 100px;
	display: inline;
	margin-right: 5px;
}
#mainMenu ul li a {
	display: block;
	width: 100px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	line-height: 20px;
}
#mainMenu ul li a:hover {
	color: #FF3300;
}
#mainMenu ul li a:active {
	color: #FFFFFF;
}
#mainMenu ul #redBack a {
	display: block;
	width: 100px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	line-height: 20px;
	background-image: url(../images/menuBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
