/* BASIC CSS */

*{margin:0; padding:0;}
img{border:0;}
h1,h2,h4,h5,h6{font-weight: normal;}
ul,ol,dl{list-style:none;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:link {
	text-decoration: none;
	color: #3e3e3e;
}
a:visited {
	text-decoration: none;
	color: #3e3e3e;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#indexMain {
	width:1000px;
	height:526px;
	margin: auto;
	background-color: #FFF;
 }

#logo {
	float: left;
	display: inline;
}
#lag {
	display: inline;
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}
#indexMain #baner {
	float: left;
	height: 320px;
	width: 1000px;
	display: inline;
	clear: both;
}
/*轮播图*/
.banner_bg
{
    background: #fff;
    padding-bottom: 3px;
    position: relative;
    
}

.banner
{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.bannerFocus
{
    overflow: hidden;
}

.bannerFocus .hd
{
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 48%;
    bottom: 5px;
    z-index: 100;
}

.bannerFocus .hd ul
{
    overflow: hidden;
    float: left;
}

.bannerFocus .hd ul li
{
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #670000;
    cursor: pointer;
    color: #fff;
}

.bannerFocus .hd ul li.on
{
    background: #f00;
    color: #fff;
}

.bannerFocus .bd
{
    position: relative;
    height: 100%;
    z-index: 0;
}

.bannerFocus .bd li
{
    vertical-align: middle;
}
.bannerFocus .bd img
{
    display: block;
    width: 100%;
}
/*导航*/
.nav-list{
	width: 100%;
	position: absolute;
	bottom: 3px;
}
.nav-list ul{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.nav-list ul li{	
	background: #393b7b;
	background: rgba(71,90,130,.7);
	height: 30px;
	width: 24%;
	float: left;
	bottom: 0px;
	margin-right: 1%;
}
.nav-list ul li:last-child{	
	width: 25%;
}
.nav-list-div{
	height: 30px;
	float: left;
	width: 191.2px;
	z-index: 999;
	background: #000;
}
.nav-list ul li:last-child{
	margin-right: 0px;
}
.nav-list ul li p{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color:#fff ;
	margin-left: 10px;
	padding-left: 20px;
	background: url(../img/nav_list_ic.jpg) no-repeat left;
}
.nav-mouseenter{
	padding-top: 320px;
	margin-top: -320px;
	background: #393b7b;
}
.nav-mouseenter p{
	background: url(../img/nav_list_ic_1.jpg) no-repeat left;
}
.home-products{	
	float: left;
	width: 746px;
}
.home-products ul{
	padding:4px ;
}
.home-products ul li{
	width:226px;
	margin-right:8px;
	float:left ;
	background:#29b1c9;
	height: 132px;
}
.home-products ul li:hover{
	background:#148295;
	box-shadow: 2px 2px 10px #888888;
}
.home-products ul li img{
	width:226px;
}
.home-products ul li p{
	width:226px;
	text-align: center;
	color: #fff;
	line-height: 23px;
}



#index #copyright {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
	margin-top: 6px;
	clear: both;
	text-align: right;
	font-size: 10px;
	line-height: 20px;
}
.blue {
	color: #2BA8C4;
}
#index #content {
	margin: auto;
	display: inline;
	width: 1000px;
	clear: both;
	background-image: url(../img/lineBak.gif);
	background-repeat: repeat-y;
	background-position: 525px;
}
#Qsearch {
	display: inline;
	float: right;
	width: 200px;
}
#insidQsearchQsearch {
	display: inline;
	float: right;
	width: 250px;
}

#insidsearch dt {
	float: left;
	width: 68px;
	line-height: 20px;
	margin-bottom: 3px;
	letter-spacing: 0px;
	margin-right: 10px;
	text-align: right;
}
#insidsearch dd {
	float: right;
	width: 160px;
	height: 20px;
	margin-bottom: 3px;
	padding-right: 10px;
}
/*#insidsearch input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 188px;
	height: 18px;
	float: left;
	border: 1px solid #D8D6DA;
	background-color: #EFEEF0;
}*/
#insidsearch select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 158px;
	height: 18px;
	float: left;
	border: 1px solid #D8D6DA;
	background-color: #EFEEF0;
}
#insidsearch a {
	background-image: url(../img/searchBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	width: 56px;
	float: right;
}
#insidsearch a:hover {
	background-image: url(../img/searchBut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#insidsearch a span {
	display: none;
}

#footer {
	margin: auto;
	clear: both;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../img/footerLoge.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 64px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
}
#header {
	background-color: #FFFFFF;
	clear: both;
	width: 1000px;
	margin: auto;
	padding-bottom: 6px;
}
#footer #copyright {
	float: right;
	font-size: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#banerFla {
	float: left;
	width: 524px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: inline;
}
/*-------------------*/
h3 {
	font-size: 12px;
	color: #FFF;
	line-height: 34px;
	background-image: url(../img/quickLinkBak.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-left: 40px;
	clear: both;
}
#search dt {
	float: left;
	width: 48px;
	line-height: 20px;
	margin-bottom: 3px;
	letter-spacing: 10px;
	text-align: right;
}
#search dd {
	float: right;
	width: 150px;
	height: 20px;
	margin-bottom: 3px;
}
#search input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 148px;
	height: 18px;
	float: left;
	border: 1px solid #D8D6DA;
	background-color: #EFEEF0;
}
#search #but {
	float: left;
	width: 200px;
}
#search a {
	background-image: url(../img/searchBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	width: 56px;
	float: right;
}
#search a:hover {
	background-image: url(../img/searchBut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#search a span {
	display: none;
}
#homeproducts {
	float: left;
	width: 510px;
	display: inline;
}
#about #baner,#product #baner, #productforalllistbody #baner, #contact #baner,#feedback #baner{
	margin: auto;
	width: 1000px;
	height: 200px;
	clear: both;
}
#about,#product,#productforalllistbody,#contact,#feedback{
	margin-top: 15px;
}
#menu {
	float: left;
	display: inline;
	width: 250px;
	height: 200px;
}
 #menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	padding-left: 10px;
}
#about #baner{
	background-color: #5D6800;
}
#product #baner,#productforalllistbody #baner {
	background-color: #2BA8C4;
}
#contact  #baner {
	background-color: #2B33A2;
}
#feedback #baner{
	background-color: #62AC57;
}
#about #menu {
	background-color: #4F5C01;
}
#product #menu ,#productforalllistbody #menu{
	background-color: #29B1C9;
}
#contact #menu {
	background-color: #0c3040;
}
#feedback #menu {
	background-color: #508E46;
}
#about #menu h1 {
	color: #5D6800;
}
#product #menu h1,#productforalllistbody #menu h1 {
	color: #94DCE9;
}
#contact #menu h1 {
	color: #3742CA;
}
#feedback #menu h1 {
	color: #98CA45;
}
#about #mainNav a {
	background-color: #374101;
}
#about #mainNav a:hover {
	background-color: #839301;
}
#product #mainNav a ,#productforalllistbody #mainNav a {
	background-color: #02A0C6;
}
#product #mainNav a:hover,#productforalllistbody #mainNav a:hover {
	background-color: #6FD0E1;
}
#contact #mainNav a {
	background-color: #065c81;
}
#contact #mainNav a:hover {
	background-color: #065c81;
}
#feedback #mainNav a {
	background-color: #6AB060;
}
#feedback #mainNav a:hover {
	background-color: #98CA45;
}
#about #mainNav #menulist a {
	background-color: #839301;
	background-image: url(../img/mainNavBut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#product #mainNav #menulist a ,#productforalllistbody #mainNav #menulist a{
	background-color: #6FD0E1;
	background-image: url(../img/mainNavBut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contact #mainNav #menulist a {
	background-color: #4a95ab;
	background-image: url(../img/mainNavBut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#feedback #mainNav #menulist a {
	background-color: #98CA45;
	background-image: url(../img/mainNavBut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*----------------------*/
#mainNav li {
	display: inline;
	padding-bottom: 1px;
	float: left;
	height: 30px;
	width: 250px;
}
#mainNav a {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 220px;
	padding-left: 30px;
	background-image: url(../img/mainNavBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#mainNav a:hover {
	background-image: url(../img/mainNavBut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#subnav a {
	background-image: url(../img/subnavBut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEEF0;
	display: block;
	height: 24px;
	width: 226px;
	line-height: 24px;
	padding-left: 24px;
	margin-bottom: 1px;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover{
	background-image: url(../img/subnavBut.gif);
	background-position: left bottom;	
}#subnav #menulist a{
	background-image: url(../img/subnavBut.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #EFEEF0;
	display: block;
	height: 24px;
	width: 226px;
	line-height: 24px;
	padding-left: 24px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}
#insideRight {
	float: right;
	width: 250px;
	display: inline;
}
#insidecontent {
	clear: both;
	margin: auto;
	width: 1000px;
	background-image: url(../img/lineBak.gif);
	background-repeat: repeat-y;
	background-position: 748px;
	padding-top: 6px;
}

#insideLeft {
	display: inline;
	float: left;
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#insideLeft p {
	line-height: 1.8;
	text-indent: 2em;
	margin-bottom: 1.5em;
}
#insideLeft p img{
float: left;
}
#insideLeft p span{
float: left;
width:390px ;
padding-left: 10px;
}
#banerContent {
	float: left;
	width: 1000px;
}
#contactInfo li {
	line-height: 22px;
	background-image: url(../img/list01bak.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
}
.productsFplist dl {
	float: right;
	width: 548px;
}
.productslist dl {
	float: right;
	width: 588px;
}
.productsFplist {
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
	background-image: url(../img/lineBak.gif);
	background-repeat: repeat-y;
	background-position: 135px;
}
.productslist {
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
	background-image: url(../img/lineBak.gif);
	background-repeat: repeat-y;
	background-position: 105px;
}
.productsFplist img,.productslist img {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}
.productsFplist dt,.productslist dt{
	font-weight: bold;
	color: #2BA8C4;
	line-height: 22px;
	background-image: url(../img/list02bak.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 10px;
	margin-bottom: 2px;
}
.productsFplist .productnote,.productslist .productnote  {
	line-height: 1.5;
	background-image: url(../img/list02bak.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
h4 a {
	display: inline;
	float: right;
	margin-right: 10px;
	background-image: url(../img/morebut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4 a:hover {
	background-image: url(../img/morebut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h4 span {
	display: none;
}
#pageNum {
	float: left;
	clear: both;
	width: 670px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	display: inline;
	height: 22px;
	line-height: 22px;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: right;
}
#insideLeft h1 {
	color: #4969EC;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
}
#insideLeft #productsInfo dt {
	font-weight: bold;
	color: #2BA8C4;
	line-height: 24px;
	background-image: url(../img/list02bak.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 3px;
	clear: both;
	float: left;
	width: 700px;
	display: inline;
}

#productsInfo dd {
	padding: 6px;
	float: left;
	clear: both;
	width: 688px;
	display: inline;
}
#productsInfo ol {
	list-style-type: square;
	padding-left: 20px;
}
#productsInfo {
	float: left;
	line-height: 1.5;
}
#productsInfo table {
	width: 100%;
	text-align: center;
	line-height: 22px;
}
#productsInfo .tdtil{
	background-color: #59C5DB;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #228499;
	line-height: 22px;
}
#productsInfo td {
	background-image: url(../img/list02bak.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#pic {
	float: left;
	width: 150px;
	padding-top: 30px;
	background-image: url(../img/lineBak.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#pic img {
	margin-bottom: 15px;
}

#pageNum h6 span {
	display: none;
}

#pageNum h6 a {
	background-image: url(../img/gobackbut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 11px;
	width: 18px;
	display: inline;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#pageNum h6 a:hover{
	background-image: url(../img/gobackbut.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
}
#banerAdd {
	display: inline;
	float: left;
	width: 220px;
}
#baozhuang {
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#baozhuangINfo {
	float: right;
	display: inline;
	padding-left: 10px;
	width: 510px;
}
#infoList {
	float: left;
	width: 100%;
	clear: both;
}
#infoList td {
	line-height: 22px;
	margin: 1px;
}
.infoListTil {
	background-color: #2BA8C4;
	text-align: center;
	height: 26px;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #238CA3;
	color: #FFFFFF;
}
/*------------*/

/*----------------*/
.infoListClass01 {
	background-color: #E4F7FA;
	max-width: 300px;
}
.infoListClass02 {	
	background-color: #F0F7F9;
	max-width: 300px;
}
.infoListClass03 {
	background-image: url(../img/ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.infoListClass04 {
	background-image: url(../img/ok2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*--------------------------*/
#insideLeftforAlllist{
	display: inline;
	float: left;
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.pageNumforAlllist {
	float: left;
	clear: both;
	width: 960px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	display: inline;
	height: 22px;
	line-height: 22px;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: right;
}#productforalllistbody {
	background-image: none;
}
#productforalllistbody #insidecontent {
	background-image: none;
}
.pageNumforAlllist h6 span {
	display: none;
}

.pageNumforAlllist h6 a {
	background-image: url(../img/gobackbut2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 20px;
	width: 80px;
	display: inline;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	font-size: 12px;
	width: 80px;
	display: block;
	line-height: 20px;
}
.pageNumforAlllist h6 a:hover{
	background-image: url(../img/gobackbut2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#productlist {
	float: left;
	margin-top: 8px;
	font-size: 12px;
	color: #2BA8C4;
	width: 700px;
	font-weight: bold;
}
#productlist p {
	color: #FFFFFF;
	background-color: #2BA8C4;
	width: 150px;
	height: 24px;
	display: block;
	margin-top: 3px;
	font-weight: bold;
	text-indent: 6px;
	line-height: 24px;
	margin-bottom: 20px;
}
#productlist li {
	width: 150px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
#productlist tt {
	margin: 0px;
	padding: 0px;
}
#subnav li {
	display: inline;
	float: left;
	height: 24px;
}
#feedback #insideLeft table {
	width: 100%;
}
.all01 {
	width: 117px;
}
.all02 {
	width: 57px;
}
.all03 {
	width: 71px;
}
.all04 {
	width: 44px;
}
.all05 {
	width: 401px;
}
#homesearch {
	float: right;
	width: 250px;
}
#pagenext {
	margin: 0px;
	padding: 0px;
	float: right;
}
#pro0001 {
	width: 680px;
}
