﻿/*reset部分*/
body, h1, h2, h3, h4, p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	line-height:1.5;
	color:#333;
	min-width:1095px;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#333;
}
img {
	border:none;
	display:block;/*IE6图片空隙*/
}

	
/*header*/
#header{
	width:100%;
	height:75px;
	background:url(../images/navbg.jpg) repeat-x;
	box-shadow:3px 3px 3px #b7b8b8;
    -moz-box-shadow:3px 3px 3px #b7b8b8;
    -webkit-box-shadow:3px 3px 3px #b7b8b8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b7b8b8')";	/* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b7b8b8');/* For IE 5.5 - 7 */
	    position:relative;
	}
/*渐变颜色图片*/
.top img{
	height:3px;
	width:100%;
	background:url(../images/top.jpg);
	background-size:cover;
	}
/*导航*/
.nav{
	width:100%
	height:72px;
	
	}
.nav_1{
	width:1095px;
	height:72px;
	margin:0 auto;
	}
/*导航图片*/
.icon1{
	width:129px;
	height:72px;
	float:left;
	margin-left:140px;
	display:inline;/*IE6*/
	}
.icon1 img{
	margin-top:15px;
	}
/*导航条*/
.ul{
	width:720px;
	height:72px;
	margin-left:295px;
	}

.ul ul li{
	float:left;
	display:block;
	margin-top:33px;
	margin-left:8px;
	}
.ul ul{
	width:710px;
	height:72px;
	}
.ul ul li a{
	color:#343131;
	font-family:Arial;
	font-weight:bold;
	display:inline-block;
	padding-left:27px;
	padding-right:27px;
	height:24px;
	line-height:24px;
	}
.ul ul li a:hover{
	background:url(../images/hoverbg.jpg) repeat-x;
	color:#fff;
	}
.fg{
	width:2px;
	height:12px;
	padding-top:5px;
	}
/*中间内容*/

#content{
	width:100%;
	height:100%;
	
		}
/*鼠标经过products*/
.hide{
	width:100%;
	height:25px;
	background:#9da2a5;
	position:absolute;
	top:75px;
	display:none;
	display:inline;
	}
.hide ul{
	width:1096px;
	height:25px;
	margin:0 auto;
	background:#98a0a3;
	
	}
.hide ul li{
	float:left;
	display:block;
	margin-left:15px;
	line-height:25px;
	
	}
.one{
	margin-left:480px;
	}
.hide ul li a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	-webkit-text-size-adjust:none;
	}
.hide ul li a:hover{
	color:#F33;
	}
	
	
.neirong{
	width:1096px;
	height:auto;
	background:url(../images/contentbg1.jpg) repeat-y;
	margin:0 auto;
	}
.img{
	width:1096px;
	height:auto;
	margin:0 auto;
	
	}
/*水平线*/
.hr{
	width:1095px;
	height:67px;
	position:relative;
	}
hr{
	width:730px;
	position:absolute;
	top:60px;
	left:179px;
	}
.text{
	width:1095px;
	height:auto;
	margin:0 auto;
	}
/*左边图片*/
.left{
	width:305px;
	height:auto;
	float:left;
	}
.left img{
	margin-left:180px;
	margin-top:18px;
	}
/*右边文字*/
.pro_index{
	width:1095px;
	height:auto;
	padding-top:50px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#737271;
	margin:0 auto;
	overflow:hidden;
	}
.pro_index img{
	margin:0 auto;
	}
.pro_index ul{
	margin-left:90px;
	position:relative;
	}	
.pro_index ul li{
	float:left;
	overflow:hidden;
	position:relative;
	cursor:pointer;	}
.dask{
	width:308px;
	height:221px;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	position:absolute;
	left:0;
	top:0px;
	display:none;

	
}
.dask p{
	 color:#fff;
	 text-align:center;
	 font-family:Print Clearly;
	 font-size:18px;
	 opacity:0.6;
	 filter:alpha(opacity=60);
	 line-height:7pt;
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
	
.dask h1{
	color:#fff;
	font-family:Serpentine LT Bold Oblique;
	font-size:42px;
	text-align:center;
	line-height:30pt;
	margin-top:50px;
	-webkit-text-stroke: 1px transparent;
	}
	
.right{
	width:485px;
	height:auto;
	float:left;
	margin-top:50px;
	margin-left:60px;
	font-family:Timeless;
	color:#737271;
	}
.three{
	clear:both;
	}

/*底部内容*/
#footer{
	width:100%;
	height:73px;
	clear:both;
	}
/*渐变颜色图片*/
.a img{
	width:100%;
	height:2px;
	background:url(../images/bottom.jpg);
	background-size:cover;
	}
.b{
	width:100%;
	height:71px;
	background:url(../images/footerbg.jpg) repeat-x;
	position:relative;
	}
.b_1{
	width:1093px;
	height:73px;
	margin:0 auto;
	}
/*尾部图标*/
.icon2{
	width:91px;
	height:73px;
	float:left;
	margin-left:30%;
	display:inline;/*IE6*/
	}
.icon2 img{
	margin-top:20px;
	}
/*尾部文字*/
.fo{
	width:400px;
	height:73px;
	margin-left:40px;
	float:left;
	}
.fo p{
	font-family:Arial, Helvetica, sans-serif;
	color:#adadad;
	margin-top:20px;

	}
