@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:"微软雅黑";
}
a {
	text-decoration:none;
	color:#000;
}
img { border:none }
ul { list-style:none; }
body { background:url(../images/bg.jpg) repeat-x #ffffff; }
.wrap {
	width:1004px;
	margin:0 auto;
}
.clear { clear:both; }
.top {
	background:url(../images/head-bg.jpg) no-repeat;
	height:84px;
}
.logo { float:left; }
.logo img { }
.rexian {
	background:url(../images/rexian.jpg) 0 0px no-repeat;
	height:84px;
	width:240px;
	float:right;
}
.nav {
	text-align:center;
	height:50px;
	padding-left:30px;
}
.nav li {
	background:url(../images/nav.jpg) left center no-repeat;
	width:100px;
	height:50px;
	float:left;
	text-align:center;
	position:relative;
}
.nav li a {
	line-height:50px;
	text-align:center;
	display:block;
	width:100px;
	font-weight:bold;
	font-size:15px;
}
.nav li a:hover {
	background:#f6c605;
	width:100px;
	height:50px;
}
.current {
	background:#f6c605;
	width:100px;
	height:50px;
}
/*二级菜单 start*/
.nav li ul {
	display:none;
}
.nav li:hover ul {
	display:block;
}
.nav li ul {
	width:100%;
	height:auto;
	position:absolute;
	top:50px;
	left:0px;
	z-index:999999;
	background:#f6c605;
	display:none;
}
.nav li ul li {
	font-size:14px;
	height:35px;
	text-align: center;
	float: left;
	display:block;
	width:100%;
	border:none;
	background:none;
}
.nav li ul li a {
	height:35px;
	line-height:35px;
	width: 100%;
	font-weight:normal;
	font-size:13px;

}
.nav li ul li a:hover {
	height:35px;
	line-height:35px;
}
/*二级菜单 end*/

#frist { background:none; }
.main { padding-top:20px; }
.left {
	width:240px;
	float:left;
}
.daohang {
	background:url(../images/title-bg.jpg) repeat-x;
	height:41px;
	border:1px solid #cfdcff;
}
.daohang h2 {
	background:url(../images/h2-bg.jpg) no-repeat;
	height:41px;
	width:130px;
	font-size:14px;
	color:#FFF;
	line-height:41px;
	float:left;
}
.daohang h2 a {
	color:#FFF;
	float:left;
	width:130px;
	font-size:16px;
	padding-left:15px;
}
.more {
	float:right;
	padding-right:10px;
	color:#004690;
	font-size:14px;
}
.more a {
	font-size:14px;
	color:#004690;
	line-height:41px;
}
.pro_fenlei li {
	line-height:35px;
	background:url(../images/pro-li-bg.jpg) no-repeat;
	height:35px;
	width:240px;
	margin-top:2px;
}
.pro_fenlei li a {
	display:block;
	color:#000;
	padding-left:35px;
}
.top-right {
	float:right;
	width:362px;
}
.contact {
	background:#e9efff;
	width:362px;
	margin-top:15px;
	background:url(../images/lianxi.jpg) no-repeat right bottom;
	border-left:1px solid #cfdcff;
	border-right:1px solid #cfdcff;
	border-bottom:1px solid #cfdcff;
}
.lianxi {
	padding:10px 20px 7px 20px;
	overflow:hidden;
}
.lianxi p {
	line-height:27px;
	height:27px;
}
.company {
	width:360px;
	float:left;
	margin-left:20px;
}
.jianjie {
	padding:10px 10px 10px 10px;
	border-left:1px solid #cfdcff;
	border-right:1px solid #cfdcff;
	border-bottom:1px solid #cfdcff;
	overflow:hidden;
}
.jianjie img { margin-bottom:10px }
.jianjie p {
	line-height:30px;
	text-indent:0em;
}
.jianjie p a {
	color:#023a69;
	font-weight:bold;
}
.news { width:362px; }
.news ul {
	width:360px;
	padding:10px 0px;
	border-left:1px solid #cfdcff;
	border-right:1px solid #cfdcff;
	border-bottom:1px solid #cfdcff;
}
.news ul li {
	line-height:26px;
	background:url(../images/sanjiao.jpg) 0px center no-repeat;
	border-bottom:1px dashed #d9d9d9;
	padding:5px 0 5px 20px;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0px 10px 0px 15px;
}
.news ul li a {
	font-size:13px;
	color:#000;
}
.news ul li span {
	float:right;
	padding-right:10px;
}
.cnews {
	width:362px;
	float:right;
}
.cnews ul {
	width:360px;
	padding:10px 0px;
	border-left:1px solid #cfdcff;
	border-right:1px solid #cfdcff;
	border-bottom:1px solid #cfdcff;
}
.cnews ul li {
	line-height:26px;
	background:url(../images/sanjiao.jpg) 0px center no-repeat;
	border-bottom:1px dashed #d9d9d9;
	padding:5px 0 5px 20px;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0px 10px 0px 15px;
}
.cnews ul li a {
	font-size:13px;
	color:#000;
}
.cnews ul li span {
	float:right;
	padding-right:10px;
}
.product { margin-top:10px; }
.daohang1 { }
.daohang1 h2 {
	background:url(../images/pro-title.jpg) no-repeat;
	height:50px;
	width:261px;
	font-size:14px;
	line-height:50px;
	float:left;
}
.daohang1 h2 a {
	float:left;
	width:260px;
	font-size:16px;
	padding-left:35px;
	padding-top:9px;
	display:block;
}
.more1 {
	background:url(../images/more.jpg) no-repeat;
	float:right;
	width:91px;
	height:44px;
	line-height:44px;
}
.more1 a {
	font-size:14px;
	height:44px;
	line-height:44px;
	display:block;
	width:91px;
	text-align:center;
	float:right;
}
.dian {
	background:url(../images/dian.jpg) repeat-x;
	height:15px;
}
.pro_zhanshi ul { padding-left:10px; }
.pro_zhanshi ul li {
	float:left;
	width:200px;
	height:180px;
	text-align:center;
	font-size:13px;
	margin:20px 5px 20px 5px;
}
.pro_zhanshi ul li span {
	line-height:250%;
	color:#0060b1;
	display:block;
}
.pro_zhanshi ul li a {
	color:#0060b1;
	height:30px;
	line-height:30px;
}
.pro_zhanshi ul li img { border:1px #cfdcff solid; }
.baogao {
	width:620px;
	float:left;
}
.baogaolist {
	border-left:1px solid #cfdcff;
	border-right:1px solid #cfdcff;
	border-bottom:1px solid #cfdcff;
}
.baogaolist ul li {
	float:left;
	width:196px;
	height:185px;
	text-align:center;
	font-size:13px;
	margin:10px 5px 10px 5px;
}
.baogaolist ul li span {
	line-height:250%;
	color:#0060b1;
	background:#cfdcff;
	display:block;
}
.baogaolist ul li a {
	color:#0060b1;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
}
.baogaolist ul li img { border:1px #cfdcff solid; }
.foot {
	background:url(../images/foot.jpg) repeat-x #004375;
	margin-top:20px;
}
.foot-nav { padding-left:180px; }
.foot-nav ul li {
	width:80px;
	height:55px;
	float:left;
}
.foot-nav ul li a {
	color:#fff;
	font-size:14px;
	line-height:55px;
	display:block;
	width:80px;
	font-weight:bold;
	text-align:center;
}
#first { background:none; }
.banquan p {
	text-align:center;
	color:#fff;
}
.banquan p a {
	color:#fff;
	padding:0px;
}
.friendlink p {
	font-family:"微软雅黑";
	font-size:14px;
	line-height:150%;
	text-align:center;
	color:#fff;
	padding-bottom:10px;
}
.friendlink p a {
	font-size:13px;
	padding:0 5px;
	color:#fff;
	line-height:150%;
}
.friendlink p span { font-size:13px; }
.banquan {
	padding:10px 0px;
	line-height:30px;
	background-color:#004375;
}
.nei-news {
	width:240px;
	float:right;
}
.nei-news ul {
	width:240px;
	padding:10px 0;
}
.nei-news ul li {
	line-height:26px;
	background:url(../images/sanjiao.jpg) 20px center no-repeat;
	border-bottom:1px dashed #d9d9d9;
	padding:5px 0 5px 40px;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.nei-news ul li a {
	font-size:13px;
	color:#000;
}
.nei-news ul li span {
	float:right;
	padding-right:10px;
}
.right {
	width:744px;
	float:right;
}
.ncontact {
	background:#e9efff;
	width:240px;
	margin-top:15px;
}
.nlianxi {
	padding:20px;
	border-right:1px solid #cfdcff;
	border-left:1px solid #cfdcff;
	border-bottom:1px solid #cfdcff;
}
.nlianxi p { line-height:25px; }
.nei-pro_zhanshi ul {
	border-right:1px solid #cfdcff;
	border-left:1px solid #cfdcff;
	border-bottom:1px solid #cfdcff;
}
.nei-pro_zhanshi ul li {
	float:left;
	width:222px;
	text-align:center;
	font-size:13px;
	margin:15px 8px 0px 15px;
}
.nei-pro_zhanshi ul li span {
	line-height:30px;
	height:30px;
}
.nei-pro_zhanshi ul li a { display: block; }
.nei-pro_zhanshi ul li img { border:1px #cfdcff solid; }
.nei-pro_zhanshi h3 {
	font-size:16px;
	padding:10px;
}
.product_pic { text-align:center; }
.product_pic img { border: 3px solid rgb(227, 227, 227); }
.nei-xinwen {
	width:742px;
	border-left:1px solid #cfdcff;
	border-right:1px solid #cfdcff;
	border-bottom:1px solid #cfdcff;
}
.nei-xinwen ul {
	width:742px;
	padding:10px 0px;
}
.nei-xinwen ul li {
	line-height:26px;
	background:url(../images/sanjiao.jpg) 0px center no-repeat;
	border-bottom:1px dashed #d9d9d9;
	padding:5px 0 5px 20px;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:0px 10px 0px 15px;
}
.nei-xinwen ul li a {
	font-size:13px;
	color:#000;
}
.nei-xinwen ul li span {
	float:right;
	padding-right:10px;
}
/*banner*/
#slider {
	width: 1004px; /* important to be same as image width */
	height: 445px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 1004px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.banner {
	width:992px;
	height:300px;
	padding:6px;
	margin-top:8px;
	background-color:#FFF;
}
/*--------滚动--------*/
#demo {
	overflow:hidden;
	width: 1004px;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 { float: left; }
#demo table td {
	text-align:center;
	overflow:hidden;
}
#demo2 { float: left; }
/*--------滚动--------*/
#demo22 {
	overflow:hidden;
	width: 620px;
}
#demo22 img { }
#indemo22 {
	float: left;
	width: 800%;
}
#demo122 { float: left; }
#demo22 table td {
	text-align:center;
	overflow:hidden;
}
#demo222 { float: left; }
/*分页样式*/
.paging {
	width: 100%;
	text-align: center;
	padding:10px 0px;
	font-size: 14px;
	margin:0 auto;
}
.paging a { font-size: 14px; }
.paging span { font-size: 14px; }
.pagingl {
	float:left;
	padding:10px;
}
.pagingr {
	float:right;
	padding:10px;
}
/*-----首页 banner-----*/
.slideBox {
	width:992px;
	height:300px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:15px;
	width:100%;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
flo/at:left;
	text-align:center;
	width:100%;
}
.slideBox .hd ul li {
fl/oat:left;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 6px;
	border-radius:6px;
	text-align:center;
	background:#222;
	cursor:pointer;
	font-size:0;
}
.slideBox .hd ul li.on {
	background:#3aa314;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
	height:300px;
}
.slideBox .bd li a {
	display:block;
	height:300px;
}
.slideBox .bd img {
	width:992px;
	height:300px;
	display:block;
}
.slideBox .prev, .slideBox .next {
	display:none;
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
}
.slideBox .next {
	left:auto;
	right:3%;
}
.slideBox .prev:hover, .slideBox .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}

