﻿@charset "utf-8";
/* CSS Code */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th{font-size:1em;font-style:normal;font-weight:normal}
ul,ol{list-style:none}
fieldset,img{border:none}
input,select,textarea{font:12px Arial}
caption,th{text-align:left}

/* LAYOUT */
.clear{clear:both}

/* TYPE */
body{font:12px/22px "microsoft yahei",Arial,Verdana,sans-serif,"Lucida Grande","Lucida Sans Unicode","宋体"; background-color:#f5f5f5}
.Container{height:100%;margin:0 auto;position:relative;width:1200px}
.ContainerMain{height:100%;margin:0 auto;position:relative;width:1200px}
a{text-decoration:none}
a:hover{}

/* maintemplate */
#maintemplate{
	width:100%;
	background-color:#8A8C95;
	height:40px;
	position:fixed;
	z-index:999;
	_position:absolute;
	top:0;
}
#maintemplate #logo{
	 display:block;
	float:left
}
#maintemplate h1{
	background:url(/images/logo_fff.png) no-repeat;
	background-position:center center;
	cursor:poInter;
	float:left;
	height:40px;
	width:184px
}
#maintemplate h1 span{
	margin-left:-9999px;
}
#maintemplate a#mainweb{
	float:right;
	margin-top:20px;
	font:14px "microsoft yahei", Arial;
	color:#a2a2a2;
	font-weight:bold;
}
#maintemplate a#mainweb:hover{
	color:#ffffff
}
#maintemplate #mainnav{
	display:block;
	margin-right:30px;
	font:14px "microsoft yahei", Arial;
	color:#a2a2a2;
	font-weight:bold;
	float:right
}
#maintemplate #mainnav li{
	display:block;
	float:left;
}
#maintemplate #mainnav li.tel{
	padding-top:21px;
}
#maintemplate #mainnav li span{
	 position:relative;
	top:-4px
}
#maintemplate #mainnav li a{
	float:left;
	color:#ddd;
	margin:0 22px;
	margin-top:20px;
	display:block;
	width:100%;
	height:100%;
}
#maintemplate #mainnav li a:hover{
	color:#ffffff
}
#maintemplate #mainsearch{
	float:right;
	padding-top:19px
}
#maintemplate #mainsearch input.g-prettysearch{
	outline:none;
	background:url(/images/inputsearchbg.jpg) no-repeat;
	border:0;
	font-size:12px;
	height:19px;
	margin-top:-2px;
	width:112px;
	padding-bottom:4px;
	vertical-align:middle;
	padding-left:5px
}
#maintemplate #mainsearch input.searchButton{
	outline:none;
	position:relative;
	left:-25px;
	top:1px;
	_top:-3px
}

/* mainbody */
#mainbody{
	height:auto !important;
	width:100%
}

/* mainfooter */
#mainfooter{
	background-color:#ffffff;
	height:50px;
	width:100%;
	min-width:1200px;
	margin-top:50px;
}
#mainfooter span{

	color:#5c5c5c;
	float:left;
	display:block;

}
#mainfooter a{
    margin-left:10px;
	color:#5c5c5c;
	float:left;
	display:block;
    margin-right:10px;
}
#mainfooter p{
	float:left;
	margin-left:2em;
}
#mainfooter #pipedright{
	float:right;
	font:12px "微软雅黑",Arial,"宋体";
	color:#a9a9a9
}
#mainfooter #pipedright a{
	color:#a9a9a9
}
#mainfooter #pipedright a:hover{
	color:#a9a9a9
}
#mainfooter #pipedright p{

}
.page a{
	margin:2px;
	text-align:center
}

/* MainProductList */
#MainProductList{
	width:100%;
	background-color: rgba(255,255,255,.95);
	height:140px;
	position:fixed;
	top:40px;
	z-index:1000;
	_position:absolute;
	overflow:hidden;
}
#MainProductList h1{
	 position:relative;
	left:620px
}
#productDh tr td a{
	font:14px "microsoft yahei", Arial;
	color:#808080;
	display:block;
}
#productDh tr td a:hover{
	color:#131313;
} td a:hover{
	color:#131313;
}

.download {
    padding: 30px;
	padding-top: 15px;
    background-color: #F5F5F5;
    overflow: hidden;
}
.download .list:first-child {
    padding: 0px;
}
.download ul {
    display: block;
    float: left;
    width: 100%;
    height: 350px;
    border: 1px solid #F4F4F4;
    background-color: #FEFEFE;
    overflow-y: auto;
    overflow-x: hidden;
}
.download ul li:first-child {
    margin-top: 10px;
}
.download ul li {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 5px 0px;
    cursor: pointer;
}
.download ul li a{
	color: #4F4F4F;
	padding: 0px 30px 0px 15px;
	display: block;
	font-size: 14px;
}

