/* Normalizes margin,padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6{font-size:100%;}
/* Removes list-style from lists */
ol,ul{list-style:none;}
/* Normalizes font-style and font-weight to normal */
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
/* Removes list-style from lists */
table{border-collapse:collapse,border-spacing:0;}
/* Removes border from fieldset and img */
fieldset{border:0;}
/* Left-aligns text in caption and th */
caption,th{text-align:left;}
/* Removes quotation marks from q */
q:before,q:after{contet:'';}


/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */


/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
font-size: 12px;
background:#545342 url(../images/bg_main.gif) repeat-x;
font-family:Arial, "宋体"，Helvetica, sans-serif;
line-height:200%;
height:100%;
}
html{
	height:100%;
}
.clear{
	clear:both;
}
.float{
	float:left;
}
.margin_left{
	margin-left:10px;
}
.margin_top{
	margin-top:10px;
}
.crumbs{
	height:20px;
	padding:5px 5px 0 20px;
	color:#999;
}
.crumbs a,.crumbs a:visited{
    color:#999;
}
.links{
	width:150px;
	margin:2px 0 0 3px;
}
/*导航设置_____________________________*/
.nav{
    width:930px;
	height:40px;
	margin:40px auto 0 auto;
}
.nav a,.nav a:visited{
    font-size:14px;
}
.nav ul{
    margin:0 0 0 310px;
}
.nav li{
    float:left;
	margin:0 7px;
}

/*首页设置_____________________________*/
.logo{
    height:120px;
	width:930px;
	background:url(../images/logo.gif) no-repeat 55px 15px;
	margin:0 auto 20px auto;
}
.logo_page{
    height:120px;
	width:930px;
	background:url(../images/logo_ten.jpg) no-repeat 12px 50px;
	margin:0 auto 20px auto;
}
.index_container{
    width:930px;
	height:400px;
	margin:0 auto;
	position:relative;
}
.index_news{
    width:241px;
	height:209px;
	padding:35px 0 0 40px;
	background:url(../images/bg_left.gif) no-repeat;
	position:absolute;
	z-index:-2;
	top:-0px;
	color:#fff;
	line-height:184%;
}
.index_news h1,.case h1{
    width:150px;
    font-size:16px;
	font-weight:normal;
	padding:0 0 8px 0;
	font-family:"宋体";
}
.index_news a,.index_news a:visited{
    color:#fff;
}
.index_news a:hover{
    color:#ffff00;
}
.flash{
    width:658px;
	height:380px;
	padding:13px;
	background:url(../images/bg_right.gif) no-repeat;
	position:absolute;
	left:276px;
	top:-151px;
	z-index:-1;
}
.case{
    width:237px;
	height:202px;
	color:#fff;
	padding:35px 0 0 40px;
	margin:110px 0 0 200px;
	background-image:url(../images/bg_fea.png);
	background-repeat:no-repeat;
	*background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bg_fea.png",sizingMethod=scale);
}
.case a,.case a:visited{
	color:#545342;
	text-decoration:none;
	position:relative;
}
.case img{
    padding:2px;
}
.case ul li{
    margin:0 0 5px 0;
}
.index_txt{
    width:400px;
	height:160px;
	position:absolute;
	left:520px;
	top:198px;
}
.index_txt h1{
    font-size:18px;
	font-weight:normal;
	color:#D3D1A5;
}
.index_txt_1{
    padding:5px 0 8px 60px;
}
.index_txt p{
    width:400px;
	color:#B8B7AF;
}



.page_container{
    width:940px;
	margin:0 auto 10px auto;
	position:relative;
}
.sidebar_left{
    width:221px;
	padding:40px 0 0 0;
	background:url(../images/bg_topsub.gif) no-repeat;
	float:left;
}
.sidebar_left h1{
    padding:0 0 5px 35px;
	font-size:16px;
	color:#fff;
}
.class_bg{
    width:186px;
	padding:0 0 20px 35px;
	background:url(../images/bg_sub.gif) repeat-y;
	color:#FFCC00;
}
.class_bg a,.class_bg a:visited{
    color:#fff;
}
.class_bottom{
    width:221px;
	height:20px;
	background:url(../images/bg_botsub.gif) no-repeat;
}
.sidebar_right{
    width:716px;
	padding:10px 0 0 0;
	margin:-152px 0 0 -3px;
	background:url(../images/bg_content_top.gif) no-repeat;
    float:left;
	position:relative;
}
.content{
    background:#fff;
	width:678px;
	min-height:400px;
	max-height:100%;
	*+height:auto;
	_height:450px;
	padding:2px 14px 14px 14px;
	margin:0 0 0 3px;
	color:#545342;
}
.content p,.content span{line-height:200%;}
.content li{
    float:left;
	margin:0 5px 0 5px;
}

.content_bottom{
    width:716px;
	height:18px;
	background:url(../images/bg_content_bot.gif) no-repeat;
}
.page{
    clear:both;
	margin:15px 0 0 0;
	color:#999;
	text-align:right;
}
.news_time{
    color:#999;
}
.content_news{
    padding:20px 8px 0 8px;
	min-height:400px;
	max-height:100%;
	_height:400px;
	color:#545342;
	background:url(../upload/news.jpg) no-repeat;
}
.content_news h1{
    font-size:18px;
	margin:0 0 10px 0;
}
.content_contact{
    padding:20px 8px 0 8px;
	min-height:320px;
	max-height:100%;
	color:#545342;
	background:url(../upload/contact.jpg) no-repeat;
}
.content_work{
    padding:20px 8px 0 8px;
	min-height:400px;
	max-height:100%;
	_height:400px;
	color:#545342;
	background:url(../upload/work.jpg) no-repeat;
}
.content_case{
    padding:20px 8px 0 8px;
	min-height:500px;
	max-height:100%;
	color:#545342;
	background:url(../upload/case.jpg) no-repeat;
}
.content_service{
    padding:20px 8px 0 8px;
	min-height:400px;
	max-height:100%;
	color:#545342;
	background:url(../upload/service.jpg) no-repeat;
}
.content_about{
    padding:20px 8px 0 8px;
	min-height:400px;
	max-height:100%;
	color:#545342;
	background:url(../upload/about.jpg) no-repeat;
}


.footer{
    width:930px;
	height:60px;
	background:url(../images/line.gif) no-repeat;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align:center;
	color:#7E7D70;
	clear:both;
}
.footer a,.footer a:visited{
    color:#7E7D70;
}
