﻿/*
Name:plan2
Author: dqw
Note:plan2 ccs file
*/

/*全局设置*/
html, body, table, td, th, p, ul, ol, li, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, span, label, a, input, textarea, blockquote, cite
{
	margin: 0;
	padding: 0;
	font-family: Helvetica,Tahoma,Verdana,Lucida Grande,Arial,宋体,Arial Unicode,sans-serief;
	line-height:1.5em;
}
body, div, td, th, p, li, dt, dd, a, input, textarea, blockquote, cite
{
	font-size: 12px;
}
body,form
{
	background-color:#FFFFFF;
}
strong
{
	line-height:30px;
}
a:link
{
	color: #6F6F6F;
	text-decoration: none;
	text-align:center;
}
a:visited
{
	color: #6F6F6F;
	text-decoration: none;
}
a:hover
{
	color: #F99E1A;
	text-decoration: none;
}
a:active
{
	color: #F99E1A;
}
/*首页*/
.banner{
	width:781px;
	height:224px;
	margin-left:auto;
	margin-right:auto;
}
.news{
	margin-top:5px;
	width:781px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.news ul li
{
	list-style-type:none;
	color:#6F6F6F;
	line-height:20px;
}
.newsl{
	width:185px;
	height:140px;
	float:left;
	background-color:#FFFFFF;
	margin:5px;
	border-right:1px solid #CDCDCD;
}
.newsl ul li
{
	list-style-type:none;
	color:#000000;
	border-style:none;
}
.newsm{
	margin-left:25px;
	width:260px;
	float:left;
}
.newsr{
	width:260px;
	float:right;
}
.more{
	width:250px;
	text-align:right;
	padding-top:10px;
}
/*TOP*/
.mail{
	width:781px;
	margin-left:auto;
	margin-right:auto;
}
.top{
	background-image:url(../image/TopBack.gif);
	background-repeat:repeat-x;
	width:781px;
	height:106px;
	margin-left:auto;
	margin-right:auto;
}
.menu
{
	position:relative;
	top:45px;
	left:170px;
}
.menu ul li
{
	position:relative;
	top:10px;
	left:50px;
	list-style-type:none;
	float:left;
	margin-right:20px;
}
a.menulink:link
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
}
a.menulink:visited
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
}
a.menulink:hover
{
	color: #0054A5;
	text-decoration: none;
	font-size:13px;
}
a.menulink:active
{
	color: #0054A5;
	font-size:13px;
}

/*MAIN*/
.title{
	width:250px;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
}
.main{
	width:781px;
	margin-left:auto;
	margin-right:auto;
}
/*LEFT*/
.left{
	width:150px;
	float:left;
	background-image:url('../image/MenuLeftBack.gif');
	background-repeat:repeat-x;
}
.leftmenuimage
{
	position:relative;
	top:0px;
	border-bottom:1px solid #CDCDCD;
	width:100%;
}
.leftmenu
{

}
.left ul li
{
	padding-left:20px;
	list-style-type:none;
	color:#333;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
	border-bottom:1px solid #CDCDCD;
}
/*--左侧菜单链接*/
a.lefta:link
{
	color:#2263A2;

	font-weight:bold;
}
a.lefta:visited
{
	color:#2263A2;
	font-weight:bold;
}
a.lefta:hover
{
	color: #F99E1A;
	text-decoration: none;

}
a.lefta:active
{
	color: #F99E1A;

}
/*--左侧TOP5列表*/
.top5
{
	margin-top:20px;
	padding:5px;
}
a.top5link:link
{
	color:#0054A5;
}
a.top5link:visited
{
	color:#0054A5;
}
a.top5link:hover
{
	color: #F99E1A;
	text-decoration: none;
}
a.top5link:active
{
	color: #F99E1A;
}
/*RIGHT*/
.right{
	width:625px;
	float:right;
}
/*--新闻显示*/
.newstitle
{
	margin-top:5px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
.newsimage
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
.newsdate
{
	text-align:center;
	line-height:25px;
}
/*--新闻正文*/
.right p
{
	text-indent:2em;
	line-height:20px;
	color:#6F6F6F;
}
/*--项目显示*/
.ProjectImage
{
	margin-top:5px;
	margin-left:5px;	
	padding:5px;
	background-color:White;
	border:1px solid #EFEFEF;
}
/*--企业简介*/
.introductiontitle
{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding-top:10px;	
}
/*BOTTOM*/
.bottom{
	width:781px;
	height:76px;
	background-image:url(../image/BottomBack.gif);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
}
.contact
{
	height:52px;
}
.contact ul li
{
	position:relative;
	top:30px;
	float:right;
	list-style-type:none;
	margin-left:8px;
	margin-right:8px;
}
.copyright
{
}
.clr{
	clear:both;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
/*专用*/
.maincolor
{
	color:#0054A5;
	font-weight:bold;
	font-size:13px;
}
.center
{
	text-align:center;
}
.red
{
	color:Red;
}
