@charset "utf-8";
/* CSS Document */

/*css重置*/
body {
	margin:0px;
	padding:0px;
	line-height:20px;
	font-size:14px;
	color:#333;
	background:#fff;
	font-family:"微软雅黑";
	}

ul,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	list-style:none;
	}

a {
	color:#333;
	text-decoration:none;
	}

a:hover {
	color:#02549a;
	text-decoration:none;
	}
img{
	border-style:none;
	}


#cistern ,#container {
	width:1200px;
	margin:0 auto;
}

#header {
	float:left;
	width:100%;
	height:110px;
}

#header .logo {
	float:left;
	width:220px;
	height:110px;
	line-height:110px;
	text-align:center;
}

#header .logo img{
	margin-top:10px;
}

#header .switch{
	height:40px;
	line-height:40px;
	float:right;
	color:#fff;
	padding-right:40px;
}

#header .switch a{
	color:#000000;
}

#header .switch a:hover {
	color:#02549a;
	text-decoration:none;
}

/*导航样式开始*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.navBar{
	width:840px;
	float:right;
	position:relative;
	z-index:1;
	height:70px;
	line-height:70px;
	color:#fff;
	}
.nav{
	position:relative;
	margin:0 auto;
	}
.nav a{
	color:#000000;
	}
.nav h3{
	font-size:100%;
	font-weight:normal;
	}
.nav .m{
	float:left;
	position:relative;
	z-index:1;
	}
.nav h3 a{
	display:block;
	width:140px;
	text-align:center;
	font-size:16px;
	}
.nav .sub{
	display:none; /*默认隐藏*/ 
	position:absolute;
	top:70px;
	z-index:1;
	width:140px;
	border-top:0;
	}
.nav .on a{
	background:#02549a;
	color:#ffffff;
	}
.nav .sub li{
	text-align:center;
	margin-bottom:-1px;
	}
.nav .sub li a{
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#fff;
	}
.nav .sub li a:hover{
	text-decoration:underline;
	}
/*导航样式结束*/

/*内页banner样式开始*/

#nybanner{
	width:100%;
	float:left;
	}

#nybanner img{
	width:100%;
	text-align:center;
	}

/*内页banner样式结束*/

/*关于我们样式*/
#main{
	width:100%;
	float:left;
	}
#inside {
	width:100%;
	float:left;
	margin:30px auto;
}
#container {
	width:1200px;
	margin:auto;
	}

#inside .left {
    float:left;
	width:220px;
}

#inside .left .title {
    float:left;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#0182d3;
}

#inside .left .left_menu {
    float:left;
	width:100%;
	padding-bottom:15px;
	background:#f6f6f6;
}

#inside .left .left_menu ul {
    list-style:none;
}

#inside .left .left_menu ul li {
    float:left;
	width:100%;
	height:35px;
	line-height:35px;
	background:#f6f6f6;
	border-bottom:1px solid #dddddd;
}

#inside .left .left_menu ul li a {
    float:left;
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
}
#inside .left .left_menu ul li.current a {
	color:#0182d3;
}
#inside .left .lxwm {
    float:left;
	width:100%;
	background:#f6f6f6;
	border-bottom:6px solid #0182d3;
}

#inside .left .lxwm .content {
    float:left;
	width:200px;
	margin:10px;
	text-align:left;
	line-height:25px;
}


#inside .right {
    float:right;
	width:920px;
}

#inside .right .title {
    float:left;
	width:100%;
	line-height:40px;
	background:url(navbg.jpg) left center no-repeat;
	border-bottom:1px dashed #c2c2c2;
}

#inside .right .title span {
    float:left;
	height:39px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color:#0182d3;
	overflow:hidden;
}

#inside .right .title em {
    font-style:normal;
    float:right;
	height:39px;
	line-height:45px;
	margin-right:10px;
	font-size:12px;
	color:#333;
	overflow:hidden;
}

#inside .right .content {
    float:left;
	width:100%;
	margin-top:15px;
	text-align:left;
	line-height:25px;
	color:#333;
}
/*关于我们样式结束

/*新闻样式开始*/
#news{
	width:100%;
	float:left;
	}
#news .news_main{
	width:920px;
	margin:auto;
	}
#news .news_main .main{
	border-bottom:1px #ededed solid;
	padding:20px 0px;
	height:150px;
}
#news .news_main .new_left{
	width:210px;
	float:left;
	padding-right:20px;
	}
#news .news_main .new_left img{
	width:210px;
	height:150px;
}
#news .news_main .new_right{
	width:690px;
	height:150px;
	overflow:hidden;
	float:right;
	color:#999;
	font-size:14px;
	line-height:30px;
	}
#news .news_main .new_right a{
	color:#333;
}
#news .news_main .new_right .date{
	color:#999;
	}
#news .news_main .new_right .new_title a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}

#pages {
	text-align:center;
	padding:20px 0px;
	font-size:14px;
	color:#333;
}
#pages  a{
	color:#333;
}
#pages  a:hover{
	color:#0182d3;
}
#news_detail h1{
	text-align:center;
	line-height:40px;
	font-size:18px;
	color:#333;
}
#news_detail .info{
	float:left;
	width:100%;
	color:#333;
}
#news_detail .info .tt{
	margin:0 auto;
	width:200px;
	padding-left:48px;
}
#news_detail .fanye{
	float:left;
	color:#333;
	width:100%;
	margin:30px 0px;
}
#news_detail .fanye a{
	color:#333;
}
#news_detail .info span{
	float:left;
}
#news_detail .info .mr20{
	margin-right:20px;
}
#news_detail .dcontent{
	float:left;
	line-height:30px;
	color:#333;
	font-size:14px;
	padding:10px 0px;
}


/*新闻样式结束*/

.strength_list{
	width:100%;
	float:left;
}
.strength_list ul li {
	float:left;
	text-align:center;
	font-size:14px;
	margin:12px;
}
.strength_list ul li img{
	width:280px;
	height:270px;
}

/*产品样式开始*/
.product_list{
	width:100%;
	float:left;
}
.product_list ul li {
	float:left;
	text-align:center;
	font-size:14px;
	margin:10px 8px;
}
.product_list ul li a{
	color:#333;
}
.product_list ul li a:hover{
	color:#0182d3;
}
.product_list ul li img{
	width:210px;
	height:180px;
}

.producut-content{
	width:100%;
	float:left;
}
.producut_detail{
	width:100%;
	float:left;
	margin:20px 0px;
}
.producut_detail .tupian{
	width:530px;
	float:left;
}
.producut_detail .jqzoom img{
	border:1px #666 solid;
}
.producut_detail .list{
	float:left;
	width:390px;
}
.producut_detail .p_detail{
	float:left;
	width:100%;
	margin:20px 0px;
}
.producut_detail .p_detail .title h3{
	color:#333;
	font-size:16px;
	line-height:40px;
	border-bottom:1px #fff solid;
}
.producut_detail .tag{
	width:100%;
	float:left;
}
.producut_detail  .page{
	width:100%;
	float:left;
	color:#333;
}
.producut_detail .list_p .download{
	font-size:14px;
	padding-left:30px;
	margin-top:20px;
	background:url(../images/download.png) left center no-repeat;
}
.producut_detail .list_p .title{
	line-height:30px;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
#preview{ float:none;text-align:center; width:530px;}
.jqzoom{ width:500px; height:360px; position:relative;}
.list-h li{ float:left;}
.jqzoom img{width:500px; height:360px;}
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:570px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:100px;height:70px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:472px; padding-right:6px;}
	.multiple_tabs{ width:748px; font-family:"Arial"; border:1px solid #C8D1D5; }
	.multiple_tabs .hd{ line-height:40px; height:40px; border-bottom:1px solid #C8D1D5;  background:#999; position:relative; padding-right:10px;  }
	.multiple_tabs .hd ul{ z-index:5; position:absolute; height:40px;  overflow:hidden; zoom:1; }
	.multiple_tabs .hd li{ float:left;width:180px;text-align:center; cursor:pointer;font-weight:bold;font-size:14px;color:#fff; }
	.multiple_tabs .hd li.on{ font-weight:bold; height:40px; line-height:40px; background:#17aaed; border-top:0; font-weight:bold; color:#fff;width:180px;  }
	.multiple_tabs .bd{  padding:10px; clear:both; position:relative;  }
	.multiple_tabs .bd h2{ font-size:14px; }
	.multiple_tabs .bd p{ color:#999;  }
	.multiple_tabs .bd p a{ color:#c00;  }
	.multiple_tabs .bd ul a{ color:#333;  }
	.multiple_tabs .bd ul a:hover{ color:#17aaed;  }
	.multiple_tabs .bd li span{float:right;}
/*产品样式结束*/


/*下载样式*/
#download_list ul li{
	border-bottom:1px #333 dashed;
}
#download_list .text{
	font-size:14px;
	line-height:40px;
}
#download_list .text em{
	float:right;
	font-style:normal;
	font-style:none;
}


/*下载样式结束*/


#footer {
	float:left;
	width:100%;
	background:#2b76c9;
}

#footer .foot1 {
	float:left;
	width:100%;
	padding:20px 0px;
	border-bottom:1px solid #02549a;
}

#footer .foot1 .qrcode {
	float:left;
	width:350px;
	color:#fff;
	height:175px;
	font-size:16px;
	background:url(../images/line.png) right top no-repeat;
	text-align:center;
	line-height:30px;
}

#footer .foot1 .bot_menu {
	float:left;
	width:780px;
}

#footer .foot1 .bot_menu dl {
	float:left;
	margin-left:150px;
}

#footer .foot1 .bot_menu dl dt {
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#fff;
}

#footer .foot1 .bot_menu dl dd {
	height:30px;
	font-size:14px;
	line-height:30px;
	text-align:left;
	margin:0px;
}
#footer .foot1 .bot_menu dl dd a{
	color:#fff;
}
#footer .foot2 {
	float:left;
	width:100%;
	height:50px;
	color:#fff;
	line-height:50px;
	text-align:center;
}
#footer .foot2 a{color:#fff;}