@charset "utf-8";
/* CSS Document */

body{
	background-attachment:fixed;/*必要，防抖动*/
	margin:0 auto;
	behavior:url("Css/csshover3.htc");
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:none;
}

/*头部样式*/
#header, #main, #footer {
	margin:0 auto;
	width:100%;
	min-width:1100px;
}
#header {
	height:163px;
	background:url(../images/header_bg.gif) bottom center repeat-x;
}

.wrap{
	position:relative;
	/*width:1100px;*/
	width:100%;
	margin:0 auto;
}

.wrap_top{
	position:relative;
	width:1100px;
	margin:0 auto;
}

.wrap_bottom{
	position:relative;
	width:1100px;
	margin:0 auto;
}

#welcome{
	float:left;
	color:#999;
	font-size:12px;
	line-height:29px;
}
#logo{
	clear:both;
	float:left;
	margin:20px 50px 20px 0;
}
#topRight{
	height:50px;
	float:right;
	color:#999;
}
#topRight a{
	color:#999;
	line-height:30px;
	padding:0 8px;
}
#topRight a:hover{
	color:#000;
}
#language {
	float:right;
	margin:7px 5px 0 0;
}

#topTel {
	/*position:absolute;
	top:40px;
	right:0;*/
	float:right;
}


.guen_part1{position:fixed;width:100%;margin:0;left:0;top:22px; height:auto; background:white; z-index:9999;}
.guen_part2{position:fixed;width:100%;margin:0;left:0;top:0; height:auto; background:white; z-index:9999;}

#nav{
	clear:both;
	height:35px;
	padding:0;
	/*position:absolute;
	top:111px;*/
	width:1100px;
	margin:0 auto;
}
#nav ul{
	width:490px;
	height:35px;
	background:url(../images/guang_menu.jpg) left 0 no-repeat;
}
#nav li{
	float:left;
	font-size:14px;
	display:block;
	height:35px;
}
#nav li a {
	display:block;
	height:35px;
	text-indent:-9999em;
}
#nav li.active a,
#nav li:hover a{
	display:block;
	color:#000;
	background:url(../images/guang_menu.jpg) 0 -35px no-repeat;
}


/*滚动菜单样式*/
/*#geun_nav{
	clear:both;
	height:35px;
}
#geun_nav ul{
	margin-left:165px;
	width:490px;
	height:35px;
	background:url(../images/guang_menu.jpg) left 0 no-repeat;
	margin-top:1px;
}
#geun_nav li{
	float:left;
	font-size:14px;
	display:block;
	height:35px;
}
#geun_nav li a {
	display:block;
	height:35px;
	text-indent:-9999em;
}
#geun_nav li.active a,
#geun_nav li:hover a{
	display:block;
	color:#000;
	background:url(../images/guang_menu.jpg) 0 -35px no-repeat;
}


.guen_part{position:fixed;width:100%;margin:0;left:0;top:0; height:auto; background:white; z-index:9999; display:none;}*/
.guen_image{width:1100px; height:80px; margin:0 auto;}
.guen_menu{width:100%;float:left; height:37px;background:url(../images/guen_bg.jpg); padding-top:1px;}

/*滚动菜单样式*/

/* Off to header */ 

#subBanner {
	margin-top:15px;
	width:972px;
	height:230px;
	padding:4px;
	background:url(../Images/sub_flash_bg.gif) top left no-repeat;
}
#subBanner img {
	border:1px #CCC solid;
}

#content {
	margin:10px 0;
}

#leftSide {
	width:220px;
	float:left;
}
#leftMenu {
	width:220px;
	border:1px #CCC solid;
	margin-bottom:30px;
}
#leftMenu ul {
	margin:20px 0 30px;
	padding:0 20px;
}
#leftMenu li {
	padding-top:5px;
	line-height:30px;
	border-bottom:1px #CCC solid;
}
#leftMenu li h3 a {
	font-weight:normal;
	font-size:14px;
	padding-left:5px;
}
#leftMenu li.active a,
#leftMenu li a:hover {
	color:#016297;
	display:block;
	font-weight:bold;
	background:url(../images/icon_arrow01.gif) right 4px no-repeat;
}
#rightContent {
	margin-top:10px;
	width:705px;
	float:right;
}
#subTitle {
	color:#AAA;
	height:33px;
	text-align:right;
	border-bottom:1px #CCC solid;
}
#subTitle p {
	display:inline-block;
	margin:10px 5px 0 0;
}
#subTitle a {
	color:#AAA;
}
#subTitle a:hover {
	color:#666;
}
#subTitle h3 {
	float:left;
	height:30px;
	color:#565656;
	font-size:22px;
	line-height:30px;
	padding-left:32px;
	font-family:"微软雅黑";
	font-weight:normal;
	background:url(../images/title_icon01.png) top left no-repeat;
}



#rightContent {
	float:right;
	width:725px;
}

.title {
	height:37px;
	line-height:35px;
	border-bottom:1px #999 solid;
}
.title strong {
	font-family:"微软雅黑";
	color:#444;
	font-size:24px;
	display:inline-block;
	font-weight:normal;
	padding-left:25px;
	background:url(../images/icon_title01.gif) left 9px no-repeat;
}
.title p {
	display:inline;
	float:right;
	color:#999;
	padding:3px 3px 0;
}
.title p a {
	color:#999;
}
.title p a.active,
.title p a:hover {
	color:#444;
}


/*底部样式*/
#footer{
	color:#444;
	height:120px;
	padding-top:30px;
	border-top:1px #999 solid;
	background:white;
}

#footer p {
	line-height:18px;
}





/* 列表页面分页样式 */
#pageFlip{ border-top:1px #CCC solid; margin:10px 0 20px; clear:both; height:29px; padding:25px 10px 5px; text-align:right; font-size:12px; color:#333;}
#pageFlip a{ border:solid 1px #D3D9DC; display:inline-block; height:20px; width:20px; line-height:20px; text-align:center; color:#000; font-size:12px; margin:0px 4px; background:#FFF;}
#pageFlip a img{ width:4px; vertical-align:5px; _vertical-align:8px; margin-top:2px; _margin-top:2px; position:relative; top:5px;}
#pageFlip .active{color:#fff; background:#F3776E;}
#pageFlip form{ display:inline;}
#pageFlip input{ border:solid 1px #ccc; padding:1px 4px; text-align:center;}




/* 小图片左右翻转效果的样式 */
.rollBox{ width:940px; overflow:hidden; padding: 5px 0; margin-left:5px; _margin-left:15px;}
.rollBox .LeftBotton{height:160px;width:32px;background:url(../Images/index_pro_perv.png) no-repeat -3px 0;overflow:hidden;float:left;display:inline;margin-top:5px; cursor:pointer; position:absolute; top:48px; *top:45px; right:100px;}
.rollBox .RightBotton{height:21px;width:40px;background:url(../Images/index_pro_next.png) no-repeat 3px 0;overflow:hidden;float:left;display:inline;margin-top:5px; cursor:pointer; position:absolute; top:48px; *top:45px; right:63px;}
.rollBox .Cont{ width:910px; overflow:hidden;float:left; z-index:1;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:206px; float:left; text-align:center; margin-right:25px;}
.rollBox .Cont .pic img{padding:0px; background:url(../images/cxph_pic_bg.jpg) no-repeat; display:block; margin:0 auto;}
.rollBox .Cont .pic p{ margin-top:10px; padding:5px 3px; line-height:20px; line-height:16px;color:#505050; display:inline-block; background-color:#967a67;}
.rollBox .Cont .pic p a {color:#FFF;text-decoration:none; display:block; width:200px;}
.rollBox #List1,.rollBox #List2{float:left;}

/*图片左右*/
#wrap_slide{width:230px;height:200px;position:relative;}

#slide{width:170px;height:200px;overflow:hidden;position:absolute; left:30px; top:20px;}
#slide p{margin:10px 0 0 0;font-size:14px;line-height:20px;color:#545454;text-align:center;}
#slide div{text-decoration:none;display:block;width:170px;height:155px;position:absolute;left:480px;}
#slide div img{border:1px solid #ccc;}

#previous{width:16px;height:136px;line-height:99em;overflow:hidden;background:url(../images/left_button.jpg);position:absolute;cursor:pointer; top:35px;}
*html #previous{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left.gif', sizingMethod='crop');}
#next{width:16px;height:136px;line-height:99em;overflow:hidden;background:url(../images/right_button.jpg);position:absolute;left:210px;cursor:pointer; top:35px;}
*html #next{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/right.gif', sizingMethod='crop');}


.fenye{width:790px; height:31px; float:left; margin-top:15px;}
.fenye ul{display:block; width:auto; height:29px; float:right;}
.fenye ul li{float:left; margin-right:10px;}
.fenye ul li a{display:inline-block; height:23px; border:1px solid #dcdcdc; text-align:center; color:#5d5d5d; padding:0 12px; padding-top:6px;}
.fenye ul li a:hover{color:#FFFFFF; background:#888888;}


