*{
	margin:0;
	padding:0;
}
img{
	border: none;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
} 
table{
	border-collapse:collapse;border-spacing:0;
}
body {font-family:'微软雅黑', Arial, sans-serif;/* background: #1AB7E4 */ }
a img{border:none;}
a:link{text-decoration:none;color:#676767;}
a:visited{text-decoration:none;color:#676767;}
a:active,a:hover{text-decoration:none;color:#07519A;

}

.left{
	width: 315px;
	/*height:300px;*/
	float: left;
	display: none;
    opacity:0;
    position: absolute;
}
.left .tit{
	height: 30px;
	width: 600px;
	background: url(../image/tit_9.png);
}
.left .search{
	width: 315px;
	height: 155px;
	position: relative;
	overflow: hidden;
	background: url(../image/search1.png) no-repeat;
}
.left .search .search_pos{
	position: absolute;
	top:51px;
	left: 37px;
	height:25px;
	/*height:32px;*/
	line-height: 25px;
	width: 250px;
	width: 190px;
	border:1px solid #dedede;
	background: #fff;
}
.left .search .hidden_submit{
	position: absolute;
	bottom:5px;
	right: 5px;
	height:70px;
	width: 130px;
	cursor:pointer;
}
.left .search .search_pos input.t{
	position:absolute;
	top:-1px;
	left: -1px;
	width: 190px;
	/*width: 135px;*/
	height: 25px;
	line-height: 25px;
	color:#666;
	text-indent: 10px;
	border:none;
}


/*顶部样式*/
#top{
	width: 100%;
	/*overflow: hidden;*/
}
#top_1{
	width: 100%;
	height: 20px;
	background:#1a3f6c;
}
#top_1 .top_box{
	width:1002px;
	margin:0 auto;
}
#top_2{
	width: 100%;
	height: 117px;
	height:120px;
}
#top_2 .top_box{
	width:1002px;
	height:118px;
	height:120px;
	position: relative;
	margin:0 auto;
}
/*联系电话*/
#top_2 .contact{
	position: absolute;
	top:0px;
	right:0;
}
#top_2 .pic{
	position: absolute;
	top:0px;
	right: 250px;
}



/*----导航开始---*/
#nav{
	width:100%;
	height:33px;
	background: #4f7596 url(../image/nav_bg.png) top center;
}
#nav_box{
	width: 1002px;
	height:43px;
	position: relative;
	margin:0 auto;
	z-index: 999;
	top:-7px;
	background:url(../image/nav.png) top center; 
}

#nav_box ul li{
	width: 143px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float:left;
	cursor:pointer;
	/*修改代码段*/
	position: relative;
}
#nav_box ul li a{
	font-size: 14px;
	font-family: Arial,'宋体','正体';
	font-weight: 600;
	color:#f4f7fb;
}
#nav_box .check a{
	color:#fff;
}
#nav_box .left1{
	width: 20px;
	height: 43px;
	position: absolute;
	top:0;
	left:-20px;
	z-index: 2;
	background: url(../image/nav_left.png);
}
#nav_box .right{
	width: 21px;
	height: 43px;
	position: absolute;
	top:0;
	right:-20px;
	z-index: 2;
	background: url(../image/nav_right.png);
}

/*导航中的下拉菜单*/
.side_nav{
	width: 150px;
	width: 140px;
	height:210px;
	z-index: 50;
	position: absolute;
	top:28px;
	left: -18px;
	left:-12px;
	display: none;
}
.side_nav .side_bg{
	width: 150px;
	width: 140px;
	height:200px;
	background: #fff;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index:55;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*/
	border-radius: 6px;
}
.side_nav .side_cont{
	width: 120px;
	padding:10px;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index:60;
}
#nav_box ul li .side_nav .side_cont ol li{
	height: 25px;
	width: 100%;
	text-align: center;
}
#nav_box ul li .side_nav .side_cont ol li a{
	color:#222;
}
#nav_box ul li .side_nav .side_cont ol li a:hover{
	color: #326DB4;
}
#nav_box ul li .side_nav .side_cont ol .fw_check a:hover .left{
color:red !important;
display: black !important;
}
/*中间内容*/
#content{
	width: 1002px;
	margin: 0 auto;
	height:260px;
	margin-top: 30px;
}
#content .cont_left{
	width: 430px;
	height: 295px;
	float: left;
}
#content .cont_left .tit{
	height: 35px;
	background:url(../image/tit_1.png) no-repeat;
}
#content .cont_left .conts{
	margin-top: 24px;
	font-size: 12px;
}
#content .cont_left .conts div.one{
	width: 230px;
	float: left;
}
#content .cont_left .conts div.two{
	width: 190px;
	height: 189px;
	padding-top: 20px;
	color: #444444;
	font-size: 14px;
	line-height: 28px;
	float: right;
	position: relative;
}
#content .cont_left .conts div.two .btn_1{
	display: block;
	width: 130px;
	height: 35px;
	background: url(../image/btn_2.jpg);
	position: absolute;
	bottom: 0;
	right: 10px;
}

#content .cont_right{
	width: 540px;
	height: 295px;
	float: right;
}
#content .cont_right .tit{
	height: 35px;
	background:url(../image/tit_2.png) no-repeat;
}
#content .cont_right .conts{
	margin-top: 15px;
	font-size: 14px;
	color: #444444;
	line-height: 24px;
}
#content .cont_right .conts img{
	float: left;
}

#content .cont_right .conts div.one{
	width: 230px;
	float: left;
}
#content .cont_right .conts div.two{
	width: 240px;
	height: 189px;
	padding-top: 20px;
	color: #444444;
	font-size: 14px;
	line-height: 28px;
	float: right;
	position: relative;
}
#content .cont_right .conts div.two  .btn_2{
	display: block;
	width: 130px;
	height: 35px;
	background: url(../image/btn_2.jpg);
	position: absolute;
	bottom: 0;
	right: 10px;
}


/*热门防伪技术和产品列表*/
#jishu{
	width: 1002px;
	height: 475px;
	margin: 0 auto;
	margin-top:35px;
	/*background: red;*/
}
#jishu .left{
	width: 330px;
	height: 475px;
	float: left;
}
#jishu .left .tit_3{
	height: 30px;
	background: url(../image/tit_3.jpg) no-repeat;
}
#jishu .left .box{
	height: 412px;
	margin-top: 15px;
	border:1px solid #dedede;
	background: #f0f0f0;
}

/*tab切换*/
#tabs{
	width: 328px;
	height: 370px;
	/*background: red;*/
	/*position: relative;*/
}
#tabs .tab_box{
	/*position: absolute;
	top:0;
	left: 0;
	padding:10px 20px;*/
}
/*#tabs .tab_box div*/
/* .hold_list a{
	display:block;
} */
.w_box{
	width: 273px;
	height: 91px;
	padding:29px;
	background: url(../image/bg_11.png) no-repeat;
	/*margin-left: 30px;*/
	float: left;
	/*border: 1px solid red;*/
	margin-bottom: 20px;
	overflow: hidden;
}
.l{
	width: 125px;
	height: 90px;
	float: left;
	overflow: hidden;
}
 .r{
	width: 130px;
	height: 95px;
	margin-left:10px;
	float: right;
	overflow: hidden;
	
}
.r h5{
	color:#444;
}

#tab_on{
	height: 42px;
	text-align: center;
}
#tab_on a{
	display: inline-block;
	width: 36px;
	height: 5px;
	margin-right: 3px;
	background: #666666;
	cursor: pointer;
}
#tab_on a.current{
	background: #0c6dff;
}
#jishu .right{
	width: 630px;
	float: right;
	overflow: hidden;
}
#jishu .right .tit_4{
	height: 30px;

	background: url(../image/tit_4.png) no-repeat;
}

#jishu .right .wrapgoods{
	width: 630px;
	height: 425px;
	background: red;
	margin-top: 4px;
	overflow: hidden;
	clear: both;
}

/*产品列表*/
#goods{
	width: 630px;
	/*margin-top: 4px;*/
	overflow: hidden;
}

#goods .img_box{
	width: 146px;
	height:130px;
	/*position: relative;*/
	float: left;
	margin-right: 11px;
	margin-top: 11px;
}
#goods .img_box a.mg
{
	display: block;
	width: 144px;
	height: 106px;
	border:1px solid #cdcdcd;
	border-bottom: none;
}
#goods .img_box p{
	height: 22px;
	width: 144px;
	line-height: 22px;
	text-align: center;
	background: #2e302f;
	color: #fff;
	border:1px solid #797a79;
	border-top: none;
}
#goods .img_box p a{
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
}
#goods .img_box .ze{
	width: 200px;
	height: 157px;
	background: black;
	opacity: 0.2;
	position: absolute;
	top:0;
	left: 0;
}




/*案例展示*/
#anli{
	width: 1002px;
	height:160px;
	margin: 0 auto;
	border:2px solid #3772B9;
	margin-top:10px;
	/*border-bottom: 1px solid red;*/
}
#anli .an_left{
	/*height: 230px;*/
	padding-top: 30px;
	float: left;
	border: 2px solid red;
}
	.an_left .title4{
		height:30px;
		width: 1002px;
		/*background: url(../image/tit_5.png);*/
	}
	.an_bg{
		width:956px;
		/*width: 686px;*/
		height: 110px;
		padding:10px;
		margin-top: 20px;
		/*margin-left: 20px;*/
		/*background: url(../image/an_bg.png) repeat-x;*/
		overflow: hidden;
	}

	#demo{
		width:940px;
		/*width: 666px;*/
		height: 110px;
		padding:5px;
		overflow: hidden;
	}
	#indemo {
		margin-left: 10px;
		float: left;
		height: 100px;
		width: 1200%;
	}
	#demo1 {
		/*width: 800%;*/
		padding-top: 4px;
		height: 100px;
		float: left;
		background: #fff;
	}
	#demo1 a,#demo2 a{
		margin-right: 10px;
		width: 150px;
		display: inline-block;
		
	}
	#demo1 img,#demo2 img{	
		border:1px solid #d0d0d0;
	}
	#demo2 {
		padding-top: 4px;
		height: 100px;
		float: left;
		background: #fff;
	}


/*公司简介*/
#jianjie{
	width: 1002px;
	height: 310px;
	margin:0 auto;
	overflow: hidden;
}

#chax{
	width: 40px;
	height:26px;
	line-height: 26px;
	position: absolute;
	top:0px;
	right: -50px;
	cursor:pointer;
}
.left .search a{
	display: inline-block;
	width: 315px;
	height: 155px;
}
.box{
	width: 315px;
	height: 135px;
	padding-top:70px;
	font-size: 14px;
	background: url(../image/login.jpg) no-repeat;
	float: right;
	display: none;
}
#jianjie .left .box img{
	/*width:150px;*/
}



#jianjie .right{
	width: 625px;
	height:300px;
	float: right;
	border:1px solid #346FB6;
	overflow: hidden;
	border-radius: 5px;
	background: #ebf4ff;
}

#jianjie .right li{
	float: left;
	line-height:43px;
	text-align:center;
	
}

#jianjie .right li a{
	display:block;
	width: 104px;
	height:43px;
	color:#fff;
	background:url(../image/02.png) no-repeat;
}

#jianjie .right li .qit{
	background:url(../image/01.png) no-repeat;
}

#jianjie .right li .hob{
	background:url(../image/03.png) no-repeat;
}

#jianjie .right li a:hover{
	color:#fff;
	background:url(../image/2_03.jpg) no-repeat;
}
#jianjie .right li a.current{
	color:black;
	background:url(../image/2_03.jpg) no-repeat;
}

#jianjie .right .rula{
	width:618px;
	height:220px;
	margin:auto;
	clear:both;
	display:none;
	font-size:14px;
	padding-top: 15px;
	line-height: 22px;
}
#jianjie .right #rula3{
	display:block;
}



/*资讯*/
#contains{
	width:962px;
	height:374px;
	padding:20px;
	border:1px solid #cccccc;
	margin:0 auto;
	margin-top:38px;
	margin-bottom: 38px;
	background: #f9f9f9;
	padding-top:0;
}

#contains .tit{
	width:962px;
	height: 40px;
	border-bottom:1px solid #cccccc;
}
#contains .tit div{
	width: 360px;
	height:40px;
	float: left;
}
#contains .tit div.one{
	background: url(../image/tit_7.png) no-repeat;
}
#contains .tit div.two{
	background: url(../image/tit_8.png) no-repeat;
}
#contains .an_left{
	width: 360px;
	height: 374px;
	float: left;
}
#contains .an_left .mg_box{
	margin-top: 10px;
	margin-bottom: 20px;
}

#contains .an_left .zx_box dl {
	width: 300px;
	height: 180px;
}
#contains .an_left .zx_box dl dd{
	height: 28px;
	line-height:28px;
	width: 300px;
	position: relative;
	border-bottom: 1px dotted #dcdcdc;
}
#contains .an_left .zx_box dd a{
	padding-left: 20px;
	color:#666;
	font-size: 12px;
	background: url(../image/zixun_bg.png) no-repeat;
}
#contains .an_left .zx_box dd a:hover{
	color:#3374C4;
}
#contains .an_left .zx_box dd span{
	font-size: 12px;
	color:#666;
	position: absolute;
	top:0;
	right:0;
}
#erweima{
	width: 235px;
	height: 290px;
	float: right;
	padding-top: 30px;
}
#erweima .er{
	width:175px;
	height:175px;
	background: #fff;
	padding:10px;
	/*margin:0 auto;*/
}
#erweima .one{
	padding:10px;
	font-size: 12px;
	color: #444;
}
#erweima .two{
	color: red;
	padding-left: 10px;
}
/*-----首页样式完毕-------*/


/*-----代码-------*/
#footer{
	height: 240px;
	background:#fff url(../image/ft.jpg) repeat-x;
}

.ft_list {
	width: 1002px;
	margin:0 auto;
	height:210px;
	padding-top: 30px;
}
.ft_list dl{
	width: 200px;
	float: left;
}
.ft_list dl dt{
	font-family: '微软雅黑',Arial, sans-serif;
	font-size: 14px;
	line-height: 50px;
	padding-left:10px;
	font-weight: bold;
}
.ft_list dl dd{
	font-size: 12px;
	color: #676767;
	line-height: 25px;
}


#footer_2{
	height:180px;
	padding-top:10px;
	background: #316BB1;
}
#footer_2 p{
	width: 1002px;
	height:30px;
	color:#fff;
	font-size: 12px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}
#footer_2 p a{
	color: #fff;
}



/*内页中 中间部分的样式*/
#main{
	width:1002px;
	margin:0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
#pos{
	width:1002px;
	height:50px;
	font-size: 12px;
	line-height: 50px;
}
#main_left{
	width: 230px;
	float: left;
}
	#goodscate{
		width: 230px;
		margin-bottom: 10px;
	}

	/*产品*/
	#goodscate .title{
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		width: 230px;
		height: 61px;
		background: url(../image/cate.jpg);
	}
	/*关于我们*/
	#goodscate .about{
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		width: 230px;
		height: 61px;
		background: url(../image/about.jpg);
	}
	/*联系我们*/
	#goodscate .contact1{
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		width: 230px;
		height: 61px;
		background: url(../image/contact1.jpg);
	}


	/*留言我们*/
	#goodscate .massage{
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		width: 230px;
		height: 61px;
		background: url(../image/message.jpg);
	}

	#goodscate .cate_box{
		width: 208px;
		padding:10px;
		background: #ededed;
		border-left: 1px solid #d8d8d8;
		border-right:1px solid #d8d8d8;
	}
	#goodscate .cate_box dd{
		width: 140px;
		height: 44px;
		line-height: 44px;
		padding-left: 65px;
		background: url(../image/catebg.jpg);
	}
	#goodscate .cate_box dd a{
		font-size: 14px;
		font-weight: bold;
	}

	#goodscate .cate_box dd.current{
		background: url(../image/catebg1.jpg);
	}
	#goodscate .cate_box dd.current a{
		color: #fff;
	}


/*防伪查询*/
#search{
	width: 230px;
}

#qqkefu{
	width:230px;
	font-size: 12px;
	margin-bottom: 10px;
}
#qqkefu .tit{
	/*color:#666;*/
	border: 1px solid #d8d8d8;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size: 16px;
	/*font-weight: bold;*/
	height:40px;
	line-height: 40px;
	text-align: center;
	background: #EDEDED;
}
#qqkefu ul{
	width: 228px;
	/*height:100px;*/
	padding:10px 0px;
	border: 1px solid #d8d8d8;
	border-top: none;
}
#qqkefu ul li{
	height:35px;
	line-height: 35px;
	text-indent: 30px;
}
#qqkefu ul li img{
	vertical-align: middle;
}
/*联系我们*/
#contact{
	width: 230px;
	height: 404px;
	background: url(../image/contact.jpg);
}
	#contact .boxc{
		font-family: '微软雅黑';
		font-size: 14px;
		color: #444;
		padding-left: 20px;
		padding-top: 10px;
	}
	#contact .box p{
		height: 25px;
		line-height: 25px;
	}


/*右边商品列表图*/
#main_right{
	width:750px;
	overflow: hidden;
	float: right;
}
#main_right .catename{
	font-size: 22px;
	padding-top: 20px;
	height: 37px;
	border-bottom: 1px solid #0084ff;
}


#goodsbox{
	padding:10px 0;
	overflow: hidden;
}

#goodsbox .glist{
/*	width: 180px;
	height: 165px;*/
	width: 230px;
	height: 165px;
	/*height:184px;*/
	/*background: red;*/
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#goodsbox .glist .img_w{
	width: 230px;
	height: 138px;
	/*height: 127px;*/
	/*padding-top:5px;*/
	/*border:1px solid #999;*/
	text-align: center;
	/*background: #ededed;*/
}

#goodsbox .glist .img_w img{
	border:1px solid #ccc;
}

#goodsbox .glist p{
	height: 33px;
	width: 230px;
	color: #333;
	line-height: 33px;
	text-align: center;
/*	background: #3375c4;*/
}

#goodsbox .glist p a{
	color: red;
}



/*公司简介右边框*/
#comy{
	padding:10px 0;
}
#comy p{
	font-size: 12px;
	color: ;
	line-height: 25px;
}

/*---联系我们---*/
#conta{
	padding-left: 20px;
	font-size: 12px;
	padding-top: 20px;
}
#conta p{
	margin-bottom: 40px;
}
#conta p span{
	display: inline-block;
	width: 20px;
	height: 24px;
	background: url(../image/ding.jpg);
	vertical-align: bottom;
}
#conta .show_cont{
	width: 720px;
	height: 430px;
	border:5px solid #7aa5d9;
	border-radius: 10px;
	background: url(../image/bg_0.jpg);
}

#conta .show_cont table {
	margin-top:50px;
}
#conta .show_cont table tr td{
	font-size: 14px;
	color:#3375c4;
	font-weight: bold;
	padding:8px;
}

/*---留言我们---*/
#message{
	padding-left: 20px;
	font-size: 12px;
	padding-top: 20px;
}
#message p{
	margin-bottom: 40px;
}
#message p span{
	display: inline-block;
	width: 20px;
	height: 24px;
	background: url(../image/ding.jpg);
	vertical-align: bottom;
}
#message .show_cont{
	width: 600px;
	height: 400px;
	padding-left: 120px;
	border:5px solid #7aa5d9;
	border-radius: 10px;
}
#message .show_cont table {
	margin-top:30px;
}
#message .show_cont table tr td{
	font-size: 14px;
	color:#3375c4;
	padding:8px;
}
#message .show_cont input{
	width: 200px;
	height: 30px;
	border: 1px solid #7aa5d9;
}
.textarea{
	width: 300px;
	height: 100px;
	border: 1px solid #7aa5d9;
}
#message .show_cont input.sub{
	width: 104px;
	height: 32px;
	cursor: pointer;
	background: url(../image/sub.jpg) no-repeat;
}
#message .show_cont input.reset{
	width: 104px;
	height: 32px;
	cursor: pointer;
	background: url(../image/reset.jpg) no-repeat;
}

/*文章列表框样式*/
#new_box{
	padding:10px;
}


/*文章标题*/
.new_title{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

/*文章内容盒子*/
#new_box .content_box{
	font-size: 19px;
	min-height: 400px;
	padding:20px;
	line-height: 20px;
}


/*展示产品--------------------------------------------------------------------*/
.show_box{
	/*text-align: center;*/
	/*padding-top: 10px;*/
	/*height: 350px;*/
}
.show_box img{
	border:none;
}
.show_des{
	padding:10px;
	/*padding-top: 50px;*/
	padding-bottom: 40px;
}
/* 产品展示放大镜效果样式*/



/*----------------------------------------------------------------*/
/* 产品展示放大镜效果样式*/
.zoom{
	margin: 30px 10px;
	margin-left: 170px;
	position: relative;
}

.zoomMiddle{
	border: 1px solid #ccc;
	/*width: 520px;
	height: 384px;*/
	width: 400px;
	height: 296px;
	/*width:450px;
	height: 333px;*/
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.zoomMiddle img{
	/*width: 520px;
	height: 384px;*/
	/*width:400px;
	height: 296px;*/
	max-width: 400px;
	max-height: 296px;
}
/*产品的名称和其他信息*/
.ginfo{
	width: 300px;
	height: 300px;
	position: absolute;
	right: 0;
	top:0;
}
.ginfo p{
	line-height: 50px;
	font-size: 16px;
}

/*跟随鼠标的小遮罩层*/
.mask{
	width: 100px;
	height: 100px;
	background: #abcdef;
	opacity:0.4;
	filter:Alpha(opacity=40);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
/*底部的tab小图片*/
.zoomSmall{
	-overflow: hidden;
	width: 410px;
	height: 61px;
}
/*左右按钮*/
.zoomSmall span{
	float: left;
	height: 59px;
	line-height: 59px;
	width: 15px;
	text-align: center;
	border: 1px solid #ccc;
	cursor: pointer;
}
.zoomSmall span.disable{
	cursor: default;
	background: #ccc;
}
.wrapSmallImg{
	float: left;
	height: 54px;
	height:61px;
	/*width: 232px;*/
	width:360px;
	position: relative;
	overflow: hidden;
}
.wrapSmallImg ul{
	width: 950px;
	position: absolute;
	left: 0;
	top: 0;
}
.wrapSmallImg ul li{
	float: left;
	width:80px;
	height:57px;
	border: 2px solid #ccc;
	margin: 0 3px;
	_display: inline;
	cursor: pointer;
}
.wrapSmallImg ul li.current{
	border: 2px solid orange;
}
.wrapSmallImg ul li img{
	width: 80px;
	height: 57px;
}
/*右侧显示放大图片*/
.zoomLarge{
	/*width:350px;
	height:200px;*/
	width: 330px;
	height: 320px;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 400px;
	overflow: hidden;
	display:none;
}

.zoomLarge img{
	width:520px;
	height:384px;
	/*width: 600px;
	height:600px;*/
	position: absolute;
	left: 0;
	top: 0;
}
/*----------------------------------------------------------*/


/*案例样式*/
#main_right .anli{
	padding:20px 10px 10px 10px;
	border-top: 1px solid #0084FF;
}
#main_right .anli .anli_box {
	width:235px;
	height: 170px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
#main_right .anli .none{
	margin-right: 0;
}
#main_right .anli .anli_box div{
	width: 235px;
	height: 120px;
	text-align: center;
	overflow: hidden;
} 
#main_right .anli .anli_box div img{
	width: 180px;
	height: 100px;
	border:none;
}
#main_right .anli .anli_box p{
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

/*文章列表页显示*/
#newslist{
	padding:20px;
}
#newslist .news dd{
	height: 30px;
	line-height:25px;
	border-bottom: 1px dotted #dcdcdc;
}
#newslist .news dd a{
	padding-left: 15px;
	color:#666;
	background: url(../image/news_bg.png) no-repeat;
}
#newslist .news dd a:hover{
	color:black;
}
#newslist .news dd span{
	font-size: 12px;
	color:#666;
	float: right;
}
#newslist .news .tit{
	font-size: 14px;
	text-align: center;
	color: black;
	font-weight: bold;
	padding:10px 0;
}
#newslist .news .cont{
	padding:10px;
	color:#555;
	line-height: 24px;
}
#page{
	padding:20px;
	text-align: center;
	font-size: 14px;
}

#newslist ul li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
#newslist ul li a{
	color:#666;
}
#newslist ul li a:hover{
	color: #333;
}
#newslist ul li span{
	color: #555;
	float: right;
}
#newslist .page{
	padding:10px;
	height: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #777;
}
#newslist h3{
	text-align: center;
}
#newslist .cont{
	line-height: 30px;
	padding:15px;
}

/*姜维样式*/
#slide-index {
    height: 368px;
    min-width: 1000px;
    overflow: hidden;
    position: relative;
    width: auto;
}
#slide-index .slides {
    height: 368px;
    min-width: 1000px;
    width: auto;
}
#slide-index .slide {
    float: left;
    height: 368px;
    min-width: 1000px;
    position: relative;
}
#slide-index .bimg {
    background-position: center top;
    height: 368px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#slide-index .links {
    display: block;
    height: 368px;
    width: 100%;
}
#slide-index .btxt {
    display: block;
    margin: 0 auto;
    width: 980px;
}
#slide-index .control {
    bottom: 10px;
    cursor: pointer;
    height: 18px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 40;
}
#slide-index .control a {
    background: url("../image/icon.png") no-repeat scroll 0 -26px transparent;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-right: 3px;
    width: 18px;
}
#slide-index .control a:hover, #slide-index .control a.active {
    background: url("../image/icon.png") no-repeat scroll 0 0 transparent;
}
.autoMaxWidth {
    height: 368px;
    overflow: hidden;
    position: relative;
}
#banner{ position:relative; text-align:left; height:368px;}