@charset "utf-8";
/* CSS Document */
/*全局框架*/
#box{width:927px;height:100%;margin:auto auto;padding-top:17px;}
/*头部框架*/
.header{height:78px;width:100%;}
/*LOGO*/
h1{margin-left:10px;float:left;}


/*顶部主导航*/
.menu_nav{float:right;margin-top:7px;height:27px;width:400px;background:url(../images/nav/back.gif) no-repeat;margin-right:2px;padding-left:15px;padding-right:15px;}
.menu_nav li{float:left;width:90px;}
.nav_hover{background:url(../images/nav/back_hover.png) no-repeat;}


/*轮换广告*/
/*
.banner{background:url(../images/banner_back.png) no-repeat left bottom;width:100%;height:375px;margin-bottom:38px;overflow:hidden;}
*/
.banner{width:100%;height:375px;padding-top:20px;padding-bottom:38px;overflow:hidden;}

/*内容框架*/
.contant{float:left;width:100%;height:100%;}
/*左栏 招聘广告*/
.left_ad{margin-left:5px;margin-right:38px;float:left;}
/*新闻动态*/
.news{float:left;width:375px;}
/*新闻动态 标题*/
h2{float:left;background:url(../images/news_title.gif) no-repeat;width:100%;height:30px;font-size:10px;font-weight:normal;text-align:right;color:#de1a00;}
/*新闻动态 列表*/
.news ul{width:100%;float:left;}
.news ul li {background:url(../images/news-icon(1).png) no-repeat;background-position:4px 10px;border-bottom:1px dashed #dedede;line-height:29px;color:#333333;padding-left:16px;}
.news li span{float:right;color:#8c8c8c;font-size:11px;}

/*右栏 轮换产品图*/
.right_pro{width:296px;float:right;}
/*标题*/
h3{background:url(../images/pro_title.jpg) no-repeat;color:#FFF;width:100%;height:28px;}
h3 a{float:right;margin:6px 10px 0 0;}

/*右栏 产品图*/
#container {width:297px;padding:0px;margin:0 auto;position:relative;z-index:0;float:right;}
#slides {position:absolute;top:0;left:0;z-index:100;}
#slides .next,#slides .prev {position:absolute;top:57px;left:12px;display:block;z-index:101;}
.slides_container {width:927px;	height:375px;overflow:hidden;position:relative;}
#slides .next {left:275px;}
.pagination {display:none;}

/*尾部*/
.footer{
	float:left;
	height:41px;
	width:925px;
	margin-top:25px;
	border:1px solid #e8e8e8;
	color:#8c8c8c;
	text-align:center;
	line-height:41px;
	background-color: #f5f9fc;
}
.footer a{margin-left:10px;font-size:11px;}

/*新闻动态 文字样式*/
h2 a:link {color: #de1a00;text-decoration: none;}
h2 a:visited {color: #de1a00;text-decoration: none;}
h2 a:hover {color: #de1a00;text-decoration: underline;}