﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}



body {
	font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
	background:#EDF0F5 ;
/*	background:#000  url(../Images/bg.jpg)  no-repeat  center top ;*/
}

a {
	text-decoration:none; 
	color:#555555;
	font-size:12px;
}

img {
	border:0;
}

.clear { /*产品的下面那个线条*/
	clear:both;
	height:25px;
	margin-bottom:50px;
	overflow:hidden;
}
.clear2 { /*产品的下面那个线条*/
	clear:both;
	height:2px;
	border-bottom: #CCC 1px  dotted;

	overflow:hidden;
}


.clear3 {
	clear:both;
	height:2px;
}


.clear4 { /*首页的下面那个线条*/
	clear:both;
	height:2px;
	border-bottom: #000 2px   solid ;
	 width:980px;
	 margin:0 auto;
}

ul,li {
	list-style:none;
	margin:0px;
    padding:0px;
}

.mar_b {
	margin-right:27px;
}
.mar_b1 {
	margin-bottom:15px;
}

.pad_b {
	padding-bottom:15px;
}

.hidden {
	display:none;
}


/*头部CSS*/
#head {
    position:relative;
    width:980px;
	height:137px;
	background:url(../Images/logo.jpg) no-repeat;
	margin:0 auto;}
	
#head #bar{position:absolute; top:20px;right:20px;margin:0 auto; font-family:Arial;line-height:33px;}
#bar ul{float:right;width:200px;}
#bar li {float:right; background:url(../images/dian.png) no-repeat 0 10px; padding-left:15px; margin-left:10px;}
#bar li a { color:#FFFFFF;}
#bar li a:hover { color: #1D8DF3;}


#head #menu1 {
	position:absolute; 
	left:0;
	bottom:0;
	width:969px;
	height:56px;
	background:url(../Images/nav_bg.jpg) repeat-x;
	border-left:1px solid #909090;
	padding-left:10px;
}
#head #menu1 .form {
	position:absolute;
	right:7px;
    top:11px;
    width:240px;
    height:34px;
    background:url(../Images/nav_form.jpg) no-repeat;
}
#head #menu1 .form .input{
	position:absolute;
	top:1px;
    left:68px;
    width:136px;
	height:32px;
	border:none;
	line-height:32px;
	background:white;
}

#head #menu1 .form .ico {
	position:absolute;
    top:0;
	right:0;
	width:34px;
	height:34px;
	background:url(../images/search.jpg);
	border: none;
	
}

_#head #menu1 .form .ico a {
	width:34px;
	height:34px;
	display:block;
}
#head #nav {
	position:absolute;
	left:11px;
	bottom:0;
	height:56px;
   
}
/*menu*/
#nav .mainlevel {/*TOP 上面的字*/
    position:relative;
	float:left;
	height:56px;
	line-height:56px;
	background:url(../Images/line1.jpg) no-repeat right center;
	margin-right:8px;
	padding-right:10px;

}
#nav .mainlevel a {/*TOP 上面的字*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:3px 6px;
	color: #FFF;
}
#nav .mainlevel a:hover{/*TOP 上面的字*/
	padding:3px 6px;
	background: #FFF;
	border:1px solid #e7e7e7; 
	color: #2492FF;
	margin:0 auto;
	
}
#nav .mainlevel ul {
	display:none;
	position:absolute;
	top:54px;
	left:-40px;
	width:980px;
	}
#nav .mainlevel ul li {
    height:22px;
	line-height:18px;
	overflow:hidden;
	float:left;
	margin-top:5px;
	_margin-top:7px;
	margin-left:2px;
	
	
}
#nav .mainlevel ul li a {font-size:12px; color:#0569a3; }
#nav .mainlevel ul li a:hover{ 
    background:url(../Images/xl2.gif) no-repeat center bottom ;
	border:none;
	color: #F00;
	text-align:center;
	margin:0 auto;
	}

.xl {width:980px; height:30px;background:url(../Images/xl.jpg) repeat-x; margin:0 auto;}

#banner {
	width:980px;
    height:276px;
	background:url(../Images/banner_bg2.jpg) no-repeat left bottom;
	margin:0 auto;
	padding-left:8px;
	
	
}


/*主体css*/
#main {
	width:980px;
	margin:0 auto;
	border-top:4px solid #dedddd;


}

#product .product_r_b  dt {/*产品底的大小*/
    position:relative;
	width:160px;/*FF*/
	height:160px;/*FF*/
	*width:170px;/*IE7*/
	*height:170px;/*IE7*/
	_width:160px;   /*IE6*/
	_height:160px; /*IE6*/
    text-align:center;
	border: solid #EEE 1px; 
}

#product .product_r_b dt img {/*产品图片大小*/
position: absolute;
top:1px;
left:1px;
width:158px;   /* FF IE7 */
height:158px; /* FF IE7 */
*width:168px;   /* FF IE7 */
*height:168px; /* FF IE7 */
_width:158px; /* IE6 */
_height:158px; /* IE6 */   
}
    


#product .product_r_b dd {/*产品目录上的标题*/
    width:180px;/*FF*/
    height:30px;/*FF*/
	*width:200px;/*IE7*/
	*height:26px;/*IE7*/
	 _width:180px;   /*IE6*/
	 _height:30px; /*IE6*/
	line-height:15px;
	*line-height:13px;
	_line-height:15px;
	text-align:center;
	padding:2px 0PX 2px 0px;
	*padding:2px 0PX 7px 0px;
	_padding:2px 0PX 2px 0px;
}

#main .sum_dl dd a{/*首页目录上的标题a*/
	font-weight:bold;
	font-size:14px;
	color:#000;
	
}
#product .product_r_b dd a {/*产品目录上的标题a*/
	font-weight:bold;
	font-size:12.5px;
	color:#000;
	
}
#main .sum_dl dd a:hover{/*首页目录上的标题a鼠标经过*/
	font-weight:bold;
	font-size:14px;
    color:#666;
}
#product .product_r_b dd a:hover{/*产品目录上的标题a鼠标经过*/
	font-weight:bold;
	font-size:12.5px;
	color:#0668A5;
}
#main .sum_dl dd.dd2{/*首页目录的介绍*/
	width:230px;
    height:45px;
    text-align:center;
	color:#000;
	margin:0 auto;
	line-height:13px;
	padding-bottom:1px;
}
#product .product_r_b dd.dd2 {/*产品目录的介绍*/
	width:160px;
    height:65px;
	*width:170px;
    *height:45px;
	_width:160px;   /*IE6*/
	_height:65px; /*IE6*/
   text-align:center;
	color:#000;
	margin:0 auto;
	line-height:15px;
	*line-height:13px;
	 _line-height:15px;
	padding:5px 0PX 9px 0px;
}
#main .sum_dl dd.dd2 a {
	 font-size:13px;

}
#product .product_r_b dd.dd2 a {
	font-size:9px;
	
}
/*底部*/
.foot {width:980px;margin:0 auto;}
.foot2{width:980px;
height:74px;
background:url(../Images/foot.jpg)  no-repeat;
margin-left:-5px;}
.foot3{margin:0 auto; text-align:center; margin-top:9px; line-height:17px;}

.foot4{width:980px;
height:74px;
background:url(../Images/foot.jpg)  no-repeat;
}



.zqh  {width:720px; margin:0 auto;float:left;}
.zqh  a{width:160px; height:160px;border:#999 1px solid;padding:4px;margin-top:5px; margin-left:5px;float:left;}
.zqh  img{width:150px; /* FF IE7 */height:150px; /* FF IE7 */}
.zqh  a:hover{ border: #F00 1px solid;}

/*#foot dl {
	float:left;
	height:245px;
	background:url(../Images/line.jpg) no-repeat right center;
}
#foot dl.width1{
	width:262px;
	
}
#foot dl.width2{
	width:350px;
     _width:300px;
	
}
#foot dl.width3{
	width:280px;
	_width:190px;
	background:none;
}
#foot dl.width4{
	width:180px;
}
#foot dt {
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#fff;
	text-indent:1.5em;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}
#foot dt a {
	font-size:16px;
	color:#bababa;
}
#foot dd {
	height:20px;
	line-height:20px;
	background:url(../Images/ico1.jpg) no-repeat 21px center;
	text-indent:3.5em;
	overflow:hidden;
	color:#909090;
	font-size:11px;
}

#foot dd a {
	font-size:11px;
	color:#ccc;
}
#foot dd.dd3 {
	width:520px;
    text-indent:18em;
	font-size:12px;
	background:none;
}
#foot dd.dd3 a {
	font-size:12px;
	text-decoration:none;
}

#foot dd a:hover{
	color: #BDF711;
}
#foot dd.dd4 {
	width:290px;
	height:12px;
	font-size:12px;
	color:#ccc;
	line-height:12px;
	background:none;
}
#foot dd.dd5 {
	width:290px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#fff;
	position:relative;
	text-indent:4em;
	background:none;
}
#foot dd.dd5 .dd5_ico {
	position:absolute;
	top:4px;
	left:21px;
	text-indent:0;
}
.foot_text {
	width:980px;
	margin:0px auto;
	line-height:18px;
	background-color:#121212;
	text-indent:3em;
	color:#636363;
	font-size:11px;
	position:relative;
}
.foot_text span {
	position:absolute;
	top:0;
	right:50px;
}
.foot_text a:hover {color: #FF0000;}

#footer {
	width:980px;
	height:50px;
	background:url(../Images/foot_bg.jpg) no-repeat;
	margin:0 auto;
}*/
/******************************产品栏目页*********************************/
#place {
	width:979px;
	height:41px;
	line-height:41px;
	background:url(../Images/place_bg.gif) repeat-x;
    margin:0 auto;
	font-size:14px;
	text-indent:4em;
	position:relative;
	color:#8a8a8a;

}
#place a {
	font-size:14px;
	color:#8a8a8a;
}
#place span {
	position:absolute;
	top:9px;
	left:20px;
	width:24px;
	height:23px;
	background:url(../Images/ico7.jpg) no-repeat;
}
#product {
	width:966px;
	padding:14px 0 20px 13px;
	background: #f5f5f5;
    margin-bottom:4px;
}
#product .product_l {/*框和右边产品栏的距离*/
	width:140px;
	float:left;
	margin-right:4px;
}
#product .product_l h1 {/*左边列表框的上面*/
	width:130px;
	height:33px;
	line-height:33px;
	border-bottom:1px  solid    #CCC;
    text-indent:0.3em;
	font-size:16px;
}
#product .product_l_b {/*左边列表框的框*/
	width:140px;
	padding-bottom:2px;
	border-top:none;
	text-indent:0.4em;
}
#product .product_l_b li {/*左边列表框的下面*/
	height:28px;
	line-height:28px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	color:#636363;
}
#product .product_l_b li  b {
	background:url(../Images/ico10.jpg) no-repeat center;
	float:left;
	width:11px;
	height:28px;

	

}
#product .product_l_b li a {
	font-size:12px;
	color:#333;
}

#product .product_l_b li a:hover {
      color:#0668A5;
}
#product .product_r {/*新闻框的大小*/
	width:820px;
	float:left;
}

#product .product_r h2 {
	height:33px;
	line-height:33px;
	font-size:20px;

}
#product .product_r S {
	height:50px;
	line-height:50px;
}
#product .product_r_b {  /*调栏目框大小的*/
	width:720px;
	*width:770px;
	_width:710px;
	padding:10px 30px 17px 30px;
	*padding:10px 17px 17px 10px;
	_padding:10px 30px 17px 30px;
    border:1px solid #cecece;
	background:#FFF;
}
#product .product_r_b dl {  /*产品间距之间的大小*/
    width:180px;   
    height:196px;
	*width:195px;   /*IE7*/
    *height:196px;
	_height:196px; /*IE6*/
	_width:180px;   /*IE6*/
	float:left;
	text-align:center;
}
.fenye {                  /*产品下面的一条线*/
	width:620px;
	padding-top:5px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-top:1px solid #a1a1a1;
	font-weight:bold;
	margin:0 auto;
}
#product .lmsum {/*新闻页的边框大小*/
	width:800px;
    background:#FFF;
	border:1px solid #cecece;
	padding-top:12px;
}
#product .lmsum  table {
	width:790px;
    margin:0 auto;
	border-collapse:collapse;
	margin-bottom:10px;}
#product .lmsum  tr  {height:25px;}
#product .lmsum td {
	text-align:center;
    font-size:16px;
	color: #000;
	border:1px solid #c7c7c7;
	height:35px;}

#product .lmsum dl {
	width:760px;
	height:22px;
	padding:6px;
    border-bottom:1px #999 dashed;
	margin:0 auto;
	margin-bottom:10px;
	position:relative;
}


#product .lmsum dd {
	width:750px;
	position:relative;
	line-height:18px;
	}


#product .lmsum dd.dd2 {
	width:444px;
	height:90px;
	line-height:18px;
	float:left;
	margin-left:8px;
	padding-left:10px;
	overflow:hidden;
	margin-bottom:5px;
	margin-top:4px;
}
#product .lmsum dd h5 {
	height:20px;
    position:absolute;
	line-height:30px;
    text-indent:0.5em;
	left:15px;
	font-size:5px;
	}
#product .lmsum dd h5 img {
	position:absolute;
	bottom:2px;
	_bottom:10px;
	left:-15px;
	
}
#product .lmsum dd h5 a {
	height:20px;
	position:absolute;
	line-height:30px;
    text-indent:0.5em;
	left:650px;
	bottom:2px;
}
#product .lmsum dd h5 a:hover {
	height:20px;
	position:absolute;
	color:#2492FF;
	line-height:30px;
    text-indent:0.5em;
	left:650px;
	bottom:2px;
}


/*内容页*/
#product .product_sum {
	width:780px;
	padding-top:10px;
	background:#fff;
	border:1px solid #cecece;
}
#product .product_sum .left_pic {
	width:400px;
	float:left;
	margin-right:50px;
	padding-left:14px;
}
#product .product_sum .ul_text {
	width:300px;
	float:left;
	margin-top:12px;
}
#product .product_sum .ul_text li {
	height:20px;
	line-height:12px;
	padding:6px 0;
	font-size:14px;
}
#product .product_sum h3 {
	width:300px;
	height:30px;
	line-height:30px;
	border-bottom:2px solid #e60012;
	position:relative;
	margin-top:25px;
}
#product .product_sum h3 span {
	position:absolute;
	top:0px;
	left:0;
	width:180px;
	height:30px;
	background:#e60012;
	color:#fff;
	font-size:14px;
	padding-left:8px;
	display:block;
}
#product .product_sum .table {
	width:300px;
	border-collapse:collapse;
	margin-top:3px;
}
#product .product_sum .table td {
	height:90px;
	line-height:18px;
	padding:3px 9px;
	border:1px solid #c7c7c7;
}
#product .product_sum .table .t_c {
	text-align:center;
	font-weight:bold;
	width:65px;
}
#product .product_sum .product_sum_b {
	width:770px;
	margin:20px auto 0 auto;
	border-top:1px dotted #d5d5d5;
	padding-top:10px;
}
.scrollUl {         /*单个产品页的下面红线*/   
	width:750px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #e72f3d;
	margin-bottom:10px;
}
.scrollUl li {  /*单个产品框的距离*/
	float:left;
	margin-right:70px;
}
.cont {
	width:640px;
	line-height:18px;
	overflow:hidden;
}
.cont p {
	padding-bottom:15px;
}
.sd01 {
	font-family:MyCustomFont, Arial, sans-serif;
	cursor:pointer;
	height:24px;
	line-height:24px;
	padding:0 3px;
	color: #FFF;
	background:#e60012;
	font-size:17px;
/*	font-weight:bold;*/
}
.sd02 {             /*产品说明红色上的字和间距*/   
	font-family:MyCustomFont, Arial, sans-serif;
	cursor:pointer;
	height:24px;
	line-height:24px;
	padding:0 3px;
	color: #000;
	background:#e6e6e6;
	font-size:17px;
/*	font-weight:bold;*/
}

/*内容页js*/
.photoshow { width:400px; float:left;}
.bigpic { width:400px; height:400px; margin-bottom:2px;}
.thumb { width:400px; height:73px; overflow:hidden; position:relative;}
#leftbtn { width:11px; height:69px; background:url(../Images/leftbtn.gif) no-repeat; cursor:pointer; position:absolute; left:0; top:1px;}
#rightbtn { width:11px; height:69px; background:url(../Images/rightbtn.gif) no-repeat; cursor:pointer; position:absolute; right:0; top:1px;}
.thumblist { width:380px; height:404px; overflow:hidden; margin:0 auto;}
.democon { width:800%; height:30px;}
.democon div { float:left;}
.thumblist li { float:left; width:73px; text-align:center; height:69px; overflow:hidden;}



/*产品第一页滑动 有字出现*/
.galleryContainer 
{width:969px;
_width:969px;
height:580px;
_height:570px;
background:#f5f5f5;
border-top:5px solid #cecdcd;
padding:20px 0 0 10px;
margin:0 auto;}



.galleryImage 
{background:url(../Images/nav_bg2.gif);
width:300px; 
height:230px;
overflow:hidden; 
margin:8px;
_margin:8px ;
float:left;
}

.galleryImage td {
width:180px; 
height:160px;
border:#999999 1px solid;
text-align:center;
}

.galleryImage td img{
max-width:180px; /* FF IE7 */
max-height:160px; /* FF IE7 */
_width:expression(this.width > 180 && this.width > this.height ?180: auto); /* IE6 */
_height:expression(this.height > 160 ? 160 : auto); /* IE6 */ "

}

.info    
{margin-left:1px; 
font-family:arial;
margin:8px;}

.info  a h3
{color:#000;}

.info  a p
{color: #666;
font-size:10PX;}

.trans_msg
{filter:alpha(opacity=100,enabled=1) 
revealTrans(duration=.2,transition=1) 
blendtrans(duration=.2);}

/*页面底部产品左右滑动js*/
.area {
	width:979px;
	height:293px;
/*	padding-left:8px;*/
	background:#FFF url(../Images/banner_bg1.jpg) no-repeat  center top;
	border-top:1px solid #f1f0f0;
/*	border-bottom:1px solid #cccccc;/*定位边框*/
	position:relative;/*定位的相对定位*/
	}
	
.fmx {
	overflow:hidden;/*是不是有下拉条，还是隐藏内容*/
}
.fmx .LeftBotton {
	position:absolute;/*定位的绝对定位*/
	top:60px;
    left:6px;
	width:13px;
	height:150px;
	background:url(../Images/left_ico.gif) no-repeat;
	cursor:pointer;/*鼠标的指针方式，这个为手的指标*/
	
}
.fmx .RightBotton {
	position:absolute;
	top:60px;
	right:6px;
	width:13px;
	height:150px;
	padding-right:12px;
	background:url(../Images/right_ico.gif) no-repeat;
	cursor:pointer;
}
.fmx .Cont {
	position:absolute;
	top:60px;
	left:23px;
	width:900px;
	height:150px;
	padding-left:16px;
	float:left;
	overflow:hidden;
}
.fmx .ScrCont {
	position:absolute;/*定位的绝对定位*/
	top:43px;
	left:-1px;
/*	width:10000px;*/
}
.fmx li {
	width:200px;
	height:150px;
	float:left;
	list-style:none;
}
.fmx li img {
	width:180px;
	height:130px;
	overflow:hidden;
}
.fmx li span {
	width:180px;
	line-height:19px;
	line-height:19px;
	text-align:center;
	display:block;
	
}
.fmx #List1_1, .fmx #List2_1 {
	float:left;
}

.Title {
	font-size:15px;
	text-align:center;
	margin:10px;
}
.Info {
	text-align:center;
	line-height:20px;
	border-bottom:1px #CCC inset;
}
.Contents {
	margin:10px;
	line-height:150%;

}



