@charset "gb2312";
/* CSS Document */
/*-------------通用部分----------------*/
body{
margin:0;
padding:0;
border:0;
font-size:12px;
background:#000;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
}
ul,li,img,ol{
border:0;
margin:0;
padding:0;
display:block;
list-style:none;
}
a{
color:#FFF;
text-decoration:none;
}
a:hover{
color:#FF0000;
text-decoration:none;
}
/*----------------首页样式部分-------------------*/
/*头部样式部分*/
.header{
	width:950px;
	height:150px;
	margin:auto;
	margin-top:5px;
}
.header_top{
	width:950px;
	height:94px;
}
.header_top ul{
	height:94px;
	float:left;
	margin-left:10px;
}
.header_top ul.left{
	width:455px;
	background:url(../images/logo.jpg) no-repeat center;
}
.header_top ul.right{
	width:220px;
	height:94px;
	float:right;
	margin-right:20px;
}
.header_top ul.right li{
	width:60px;
	float:left;
	line-height:20px;
	text-align:center;
	margin-top:30px;
}
.header_top ul.right li.logo{
	float:left;
	text-align:center;
	margin:0px;
}
.header_top ul.right li a{
	color:#FFF;
}
.nav{
	width:950px;
	height:50px;
	background:#FE6300;
	margin-top:5px;
}
.nav li{
	float:left;
	margin:0px 18px;
}
.nav li a{
	width:115px;
	height:50px;
	display:block;
	line-height:50px;
	text-align:center;
	font-size:16px;
	font-weight:bolder;
	color:#FFF;
}
.nav li a:hover{
	text-decoration:none;
	background:url(../images/nav_bg.jpg) no-repeat bottom;
}
.nav li.first a{
	background:url(../images/nav_bg.jpg) no-repeat bottom;
}
.nav li.right{
	width:285px;
	height:23px;
	float:right;
	margin-top:10px;
}
.nav li.right input{
	border:none;
	float:left;
}
.nav li.right input.text{
	width:217px;
	height:19px;
	border:1px solid #767676;
	margin-top:1px;
	line-height:19px;
	color:#000;
}
.nav li.right input.submit{
	width:64px;
	height:25px;
	background:url(../images/search_bg.jpg) no-repeat center;
}
/*幻灯片样式部分*/
.flash{
	width:950px;
	height:180px;
	margin:auto;
	margin-top:10px;
	text-align:center;
}
 .carouFredSel_ImgList
    {
	    width:710px;
    }
    .caroufredsel_wrapper
    {
	    float: left;
	    display: inline;
	    margin: 0px;
    }
    #foo1 a
    {
		border: 1px solid #FFF;
	    margin:0px 5px 7px 7px;
	    display: inline;
	    float: left;
    }
    #foo1 a:hover
    {
	    border: 1px solid #9e1f63;
    }
    #foo1 img
    {
	    border: 0;
    }
    a.prev
    {
	    background:url(../images/sjx_left.jpg) no-repeat center transparent;
	    width: 21px;
	    height: 41px;
	    display: block;
	    float: left;
	    display: inline;
	    margin-top: 40px;
    }
	a.next
    {
	    background:url(../images/sjx_right.jpg) no-repeat center transparent;
	    width: 21px;
	    height: 41px;
	    display: block;
	    float: left;
	    display: inline;
	    margin-top: 40px;
    }
    a.prev
    {
	    background-position: 0 0;
    }
    a.prev:hover
    {
	    background-position: 0px;
    }
    a.next
    {
	    background-position: 0px;
    }
    a.next:hover
    {
	    background-position: 0px;
    }
    a.prev span, a.next span
    {
	    display: none;
    }
    .clearfix
    {
	    float: none;
	    clear: both;
    }

    .pagination {
    height:15px;
    padding:0 0px 10px 0;
    text-align:center;
    }

    .pagination a {
	    background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	    width: 15px;
	    height: 15px;
	    margin: 0 5px 0 0;
	    display: inline-block;
    }
    .pagination a.selected {
	    background-position: -25px -300px;
	    cursor: default;
    }
    .pagination a span {
	    display: none;
    }
/*主体样式部分*/
.container{
	width:950px;
	height:auto;
	margin:auto;
	margin-top:10px;
}
.container_left{
	width:210px;
	height:auto;
	background:FE6300;
	float:left;
	padding-bottom:10px;
}
.container_left li{
	width:200px;
	height:32px;
	margin:auto;
	margin-top:5px;
	line-height:32px;
	background:url(../images/menu_06.jpg) no-repeat center;
}
.container_left li:hover{
	background:url(../images/menu_06.jpg) no-repeat center;
}
.container_left li.first{
	background:url(../images/menu_05.jpg) no-repeat center;
}
.container_left li.first:hover{
	background:url(../images/menu_05.jpg) no-repeat center;
}
.container_left li a{
	font-size:14px;
	color:#FFF;
	margin-left:20px;
}
.container_left li.first a{
	font-size:14px;
	color:#FFF;
	margin-left:0px;
	font-family:"Arial", Gadget, sans-serif;
}

.container_left li.first{
	width:190px;
	font-size:14px;
	font-weight:bolder;
	color:#FFF;
	padding-left:10px;
}
.container_left li.first a:hover{
	color:#FFF;
}
.container_left li a:hover{
	color:#F8640A;
}
.container_right{
	width:710px;
	height:auto;
	float:right;
}
.container_right_top{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bolder;
	color:#FE6300;
	margin-top:20px;
}
.container_right_content{
	width:90%;
	height:auto;
	margin:auto;
	color:#FFF;
	line-height:25px;
}
.container_pic{
	width:710px;
	height:auto;
	margin:auto;
	margin-top:10px;
}
/*版权样式部分*/
.footer{
	width:950px;
	height:30px;
	clear:both;
	margin:auto;
	margin-top:20px;
	color:#FFF;
}
.footer li{
	float:left;
}
.footer li.right{
	float:right;
}
/*----------------反馈页面样式部分-------------------*/
.container_feedback_right{
	width:710px;
	height:auto;
	float:right;
}
.feedback_content{
	width:100%;
	height:auto;
	line-height:20px;
	color:#A4A9AB;
}
.feedback_form{
	width:90%;
	height:auto;
	margin:auto;
	margin-top:10px;
}
.feedback_form ul{
	width:100%;
	height:30px;
	display:block;
	color:#FFF;
	margin-top:10px;
	clear:both;
}
.feedback_form ul li{
	float:left;
	height:30px;
	line-height:30px;
}
.feedback_form ul li span{
	color:#F00;
	margin-left:10px;
}
.feedback_form ul li input{
	height:20px;
	border:none;
	background:#666;
	border:1px solid #7C7C7C;
	line-height:20px;
	color:#FFF;
}
.feedback_form ul li textarea{
	background:#666;
	border:none;
	color:#FFF;
	border:1px solid #7C7C7C;
	SCROLLBAR-FACE-COLOR:#BED8EB; 
	SCROLLBAR-SHADOW-COLOR: #000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000; 
	SCROLLBAR-3DLIGHT-COLOR: #000; 
	SCROLLBAR-DARKSHADOW-COLOR: #000; 
	SCROLLBAR-TRACK-COLOR:#000; 
	SCROLLBAR-ARROW-COLOR:#000;
}
.feedback_form ul li.left{
	width:140px;
	text-align:right;
}
.feedback_form ul li.right{
	width:480px;
	margin-left:10px;
}
.feedback_form ul.content{
	height:120px;
}
.feedback_form ul.content li.right{
	height:120px;
}
.feedback_form ul li.right input.sub{
	width:60px;
	height:25px;
	display:block;
	background:#FE6300;
	border:none;
	color:#FFF;
	float:right;
	margin:0 auto;
}
/*----------------新闻列表样式部分-------------------*/
.container_list{
	width:100%;
	height:auto;
}
.container_list li{
	line-height:20px;
	padding-left:20px;
	background:url(../images/new_05.jpg) no-repeat 10px center;
	border-bottom:1px dashed #FFF;
	margin-top:10px;
}
.container_list li span{
	float:right;
	margin-right:10px;
}

/*---------------产品页面样式部分-------------------*/
.container_plist{
	margin:auto;
	margin-top:10px;
}
.container_plist ul{
	width:148px;
	height:180px;
	_width:135px;
	_height:180px;
	float:left;
	margin:10px 5px 0px 21px;
}
.container_plist ul li{
	line-height:20px;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.container_plist ul li.img{
	width:148px;
_width:135px;
	border:1px solid #999;
	height:150px;
_height:145px;
}
.container_plist ul li.img img{
	min-height:150px;
	max-width:148px;
	max-height:150px;
}
/*---------------产品展示样式部分--------------------------*/
.container_pwlist{
	height:auto;
	margin:auto;
	margin-top:10px;
	line-height:20px;
}
.container_pwlist_left{
	width:300px;
	height:300px;
	float:left;
}
.container_pwlist_left img{
	max-width:300px;
	max-height:300px;
	margin:auto;
	border:1px solid #FFF;
}
.container_pwlist_right{
	width:400px;
	height:auto;
	float:right;
	padding-top:10px;
}
.container_pwlist_right li{
	display:block;
	height:20px;
	line-height:20px;
	margin-top:10px;
}
.container_pwlist_content{
	height:auto;
	min-height:100px;
	line-height:20px;
	clear:both;
	margin-top:20px;
}
.container_pwlist_content_top{
	height:20px;
	line-height:15px;
	background:url(../images/product_05.jpg) no-repeat 10px center;
	margin-bottom:20px;
}
.container_pwlist_content_top ul{
	height:15px;
	background:#373737;
	margin-left:20px;
	margin-top:5px;
}
.container_pwlist_content_top ul li{
	height:15px;
	width:150px;
	background:#000;
	text-align:center;
}
.page{
	line-height:35px;
	text-align:center;
}
.container_pwlist_title{
	width:90%;
	height:30px;
	margin:auto;
	line-height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bolder;
}
.container_pwlist_ftitle{
	width:90%;
	height:20px;
	margin:auto;
	line-height:20px;
	text-align:center;
	font-size:12px;
}