﻿/**************DesignByHancy*********************************************************/
* {
	margin: 0px;
	padding: 0px;
}
html {
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #E2E2E2;
	scrollbar-shadow-color: #E2E2E2;
	scrollbar-face-color: #E2E2E2;
	scrollbar-highlight-color: #E2E2E2;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-3d-light-color: #E2E2E2;
}
body {
	margin: 0px;
	font-size:12px;
	text-align: center;
	font-family: Tahoma,Verdana;
	background-color: #FFFFFF;
}
div {
	overflow: hidden;
	margin: 0px auto;
}
li {
	list-style: none;
}
ul li {
	list-style: none;
}
ul {
	list-style: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #E6112D;
	text-decoration: underline;
}
input {
	vertical-align: middle;
	font-size: 13px;
	line-height: 20px;
	margin:8px 3px;
}
select {
	vertical-align: middle;
	font-size: 13px;
	line-height: 20px;
}
table {
	border-collapse: collapse;
}

hr {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1px;
}
h1 {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-family: "幼圆";
	line-height: 40px;
	text-align: left;
	text-indent: 40px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	padding:15px 0px 5px 0px;
}
img {
	border-color:#CCCCCC;
}
strong {
	font-weight: bold;
	color: #CC0000;
}
.floatleft {
	float: left;
	clear: both;
	padding-right: 5px;
}
.floatright {
	float: right;
	clear: both;
	padding-left: 5px;
}
pre {
	white-space: pre-wrap; /* css-3 */;
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */;
	white-space: -pre-wrap; /* Opera 4-6 */;
	white-space: -o-pre-wrap; /* Opera 7 */;
	word-wrap: break-word;  /* Internet Explorer 5.5+ */
}
/***********************************************************************/
.webtop {
	width: 950px;
	padding: 30px 25px 0px 25px;
	height: 70px;
}
#topmenu {
	position: relative;
	width: 950px;
	height: 31px;
	padding: 0px 25px;
	line-height: 31px;
	overflow: visible;
	border-bottom: 1px #FFFFFF solid;
	background: url('images/topmenu.jpg') center top no-repeat;
	z-index: 2;
}
#topmenu ul {
	width: 944px;
	padding: 0px 3px;
	margin: 0px auto;
}
#topmenu ul li {
	float: left;
	width: 118px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url('images/topmenubar.gif') 0px 48% no-repeat;
}
#topmenu ul li a {
	display: block;
	width: 118px;
	height: 31px;
	color: #000000;
	font-size: 14px;
	font-family: "微软雅黑","幼圆","黑体";
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#topmenu ul li a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	color: #E6112D;
	text-decoration: none;
}
#topmenu ul li ul {
	display: none;
	position: relative;
	top: -1px;
	left: 1px;
	width: 118px;
	height: auto;
	padding: 5px 0px 0px 0px;
	background-color: #D5D5D5;
	background-image: none;
	filter: alpha(opacity=96);
}
#topmenu ul li ul li {
	width: 118px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: 1px #FFFFFF dotted;
	background-image: none;
}
#topmenu ul li ul li a {
	display: block;
	width: 118px;
	height: 24px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#topmenu ul li ul li a:hover {
	position: relative;
	left: 0px;
	top: 0px;
	color: #E6112D;
	text-decoration: none;
	background-color: #DEDEDE;
}
#topmenu ul li ul li ul {
	display: none;
}
.disover {
	position: absolute;
	left: 28px;
	top: 0px;
	width: 2px;
	height: 31px;
	background: #D7D7D7 url('images/topmenubg.jpg') left top repeat-x;
	z-index: 3;
}
.topflash {
	width: 950px;
	padding: 0px 25px;
	height: 280px;
	background: url('images/indextop1.jpg') center top no-repeat;
}
.piclist {
	width: 962px;
	padding: 6px 19px 15px 19px;
}
.piclist ul {
	width: 962px;
	margin: 0px auto;
}
.piclist ul li {
	float: left;
	width: 74px;
	height: 70px;
}
.piclist ul li a {
	display: block;
	width: 64px;
	height: 45px;
	padding: 25px 5px 5px 5px;
	text-align: center;
	font-size: 12px;
	color: #505050;
	line-height: 120%;
	background: url('images/promenubg.gif') center top no-repeat;
	text-decoration: none;
}
.piclist ul li a:hover {
	color: #E6112D;
	background: url('images/promenuoverbg.gif') center top no-repeat;
	text-decoration: none;
}
.indexcontent {
	position: relative;
	width: 950px;
	height:535px;
	padding: 0px 25px;
	clear:both;
}
.indexbox {
	float: left;
	position: relative;
	text-align: left;
	line-height: 150%;
	padding: 5px;
	border-top: 6px #E6112D solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #EFEFEF;
	margin-bottom: 12px;
}
.indexmore {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 70px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	font-size: 12px;
	border: 1px #CCCCCC solid;
	background-color: #EFEFEF;
}
.hotlink {
	float: left;
	width: 215px;
	height: 20px;
}
/******首页典型项目******/
#indexprod {
	position: absolute;
	top: 32px;
	left: 6px;
	width: 245px;
}
#indexprod ul li {
	float: left;
	width: 240px;
	margin: 5px auto;
}
#indexprod ul li .img {
	width: 240px;
}
#indexprod ul li .img img {
	width: 240px;
	height: auto;
	background-color:#FFFFFF;
}
#indexprod .name {
	width: 240px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#indexprod ul ul {
	display: none;
}
/******首页产品展示******/
#ProdPicList {
	position: absolute;
	top: 35px;
	left: 10px;
	width: 678px;
}
#ProdPicList li {
	float: left;
	width: 152px;
	height:152px;
	margin:0px 6px;
	_display:inline;
}
#ProdPicList ul li .img {
	width: 150px;
	height: 130px;
	overflow:hidden;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	border:1px #E0E0E0 solid;
	background-color:#FFFFFF;
       *display: block;
       *font-size: 90px;/*约为高度的0.873*/
       *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
#ProdPicList ul li .img img {
	border:0px;
	max-width: 150px;
	max-height: 130px;
	overflow: hidden;
	*width: expression(this.width >150 && this.width > this.height ? 130 : true);
	*height: expression(this.height > 130 ? 130 : true);
	*vertical-align:middle;
}
#ProdPicList .name {
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ProdPicList ul ul {
	display: none;
}
.footbar {
	position: relative;
	width: 950px;
	height:90px;
	margin:auto;
	background: #F0F0F0 url('images/footlogo.gif') right center no-repeat;
}
.copyright {
	position:absolute;
	right:100px;
	top:15px;
	width:850px;
	line-height: 150%;
	color: #838383;
	font-size:12px;
	text-align:right;
}
.footbar a {
	color: #838383;
	text-decoration:underline;
}
/**网站模板页面样式**/
.top {
	width: 950px;
	padding: 0px 25px;
	height: 180px;
	background: url('images/topbg.jpg') center top no-repeat;
}
.entop {
	width: 950px;
	padding: 0px 25px;
	height: 180px;
	background: url('images/entopbg.jpg') center top no-repeat;
}
.content {
	width: 950px;
	padding: 0px 25px;
	background: url('images/contentbg.jpg') 775px 0px repeat-y;
	margin-bottom:2px;
	clear:both;
}
.mybody {
	float:left;
	width:740px;
	height:auto;
	padding:15px 0px;
}
.mytitle {
	width:730px;
	height:30px;
	padding: 5px;
	font-size:16px;
	font-weight:bold;
	color:#7F7F7F;
	line-height:150%;
	text-align:left;
	background-color:#EFEFEF;
	border-top: 3px #E6112D solid;
}
#coolkeda {
	float:left;
	width: 720px;
	padding:15px 5px;
	text-align:left;
	font-size:12px;
	color:#666666;
	word-spacing:1px;
	line-height:200%;
}
/*******公司业绩列表*************/
.Namelist ul {
	width:717px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 1px silver solid;
}
.Namelist ul li {
	float: left;
	width: 237px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	text-indent: 5px;
	font-size: 12px;
	white-space: nowrap;
	border: 1px silver solid;
}
.sidebar {
	float:left;
	width:200px;
	padding:55px 0px 0px 10px;
	background:url('images/sidebg.jpg') right 15px no-repeat;
}
.sidebar li {
	width:200px;
	height:28px;
}
.sidebar li a {
	display:block;
	width:200px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:12px;
	color:#333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:url('images/sidemenubg.jpg') no-repeat;
}
.sidebar li a:hover {
	color: #E6112D;
	text-decoration:none;
	background:url('images/sidemenuover.jpg') no-repeat;
}
.ensidebar {
	float:left;
	width:200px;
	padding:55px 0px 0px 10px;
	background:url('images/ensidebg.jpg') right 15px no-repeat;
}
.ensidebar li {
	width:200px;
	height:28px;
}
.ensidebar li a {
	display:block;
	width:200px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:12px;
	color:#333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:url('images/sidemenubg.jpg') no-repeat;
}
.ensidebar li a:hover {
	color: #E6112D;
	text-decoration:none;
	background:url('images/sidemenuover.jpg') no-repeat;
}
/***************内容部分-图标列表干栏目***********/
.ColumnsListName {
	float: left;
	width: 600px;
	height: 21px;
	line-height: 21px;
	background-color:#ADD5F5;
	font-weight: bold;
	font-size: 12px;
	color:#000099;
	text-indent: 20px;
	margin-top:15px;
}
.ColumnsListMore {
	float: left;
	width: 120px;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	background-color: #79BAEE;
	text-align: center;
	margin-top:15px;
}
/*******************模板栏目图标样式******************/
.ColumnsList_Ico .name {
	height:40px;
	line-height:40px;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px #DDDDDD solid;
}
/********************************产品列表页面***********************************/
.ProdRecordTotal {
	margin: 20px 0px;
	height: 20px;
	color: gray;
	text-align:center;
	line-height: 20px;
	clear:both;
}
.ProdList ul li {
	height:30px;
	width:600px;
}
.ProdList ul li .pronamer {
	height:30px;
	font-size:14px;
	line-height:30px;
	text-align:left;
	font-weight: bold;
	border-bottom:2px silver dotted;
	clear:both;
}
/********页面跳转按钮样式*****************************************************/
.ProdPagination {
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background-color: #F7F7F7;
	text-align: center;
	clear: both;
}
.ProdPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
/**********************产品列表***************************/
.RecordTotal{
	clear: both;
	text-align: right;
	padding-bottom:20px;
	color:gray;
}
.ProdList{
	list-style:none;
	margin: 0;
	padding:0;
	text-align: center;
}
.ProdList li{
	float: left;
	width: 222px;
	height:170px;
	margin:10px 9px;
	_display:inline;
}
.ProdList .Image{
	width: 220px;
	height: 148px;
	overflow:hidden;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	border:1px #E0E0E0 solid;
       *display: block;
       *font-size: 130px;/*约为高度的0.873*/
       *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.ProdList .Image:hover{
	background-color: #E2EDF5;
}
.ProdList .Image img{
	border:0px;
	max-width: 220px;
	max-height: 148px;
	overflow: hidden;
	*width: expression(this.width >220 && this.width > this.height ? 220 : true);
	*height: expression(this.height > 148 ? 148 : true);
	*vertical-align:middle;
}
.ProdList .Name{
	width: 222px;
	height: 20px;
	line-height: 20px;
	color:black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ProdList .Desc{
	display:none;
}
.ProdList .Details{
	display:none;
}
.ProdListPagination{
	text-align:center;
	padding:20px 0px;
	clear:both;
}
.ProdListPagination a{
	padding:3px 10px;
	border:1px gray solid;
	background-color:#F9F9F9;
	margin-right:10px;
	color:black;
}
.ProdListPagination a:hover{
	background-color: #808080;
	color:white;
}
/**********************产品内容***************************/
.ProdTitle{
	display:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#003399;
	padding-bottom:10px;
}
.ProdBack{
	text-align:center;
	padding:20px 0px;
}
.ProdBack a{
	padding:3px 10px;
	border:1px gray solid;
	background-color:#F9F9F9;
	margin-right:10px;
	color:black;
}
.ProdBack a:hover{
	background-color: #808080;
	color:white;
}
.ProdPagination{
	display:none;
}
.ProdCount{
	display:none;
}
/********************************新闻列表页面***********************************/
.NewsRecordTotal {
	margin: 20px 0px;
	height: 20px;
	line-height: 21px;
	background-color: #F7F7F7;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}
.NewsList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.NewsList li {
	border-bottom: 1px #CCCCCC dotted;
	height: 30px;
	line-height: 30px;
}
.NewsList li:hover {
	background-color: #F7F7F7;
}
.NewsList .Name {
	float: left;
	width: 70%;
	background-image: url('images/icon-3.gif');
	background-position: 15px 48%;
	background-repeat: no-repeat;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.NewsList .Name a {
	display: block;
	font-size: 12px;
	color: black;
}
.NewsList .Name a:hover {
	color: #0000CC;
	background-color: transparent;
}
.NewsList .Time {
	float: left;
	width: 28%;
	text-align: right;
	color: #808080;
}
.NewsPagination {
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	background-color: #F7F7F7;
	text-align: center;
}
.NewsPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.NewsPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
/********************************新闻内容页面***********************************/
.NewsTitle {
	display:none;
	font-size: 14px;
	color: #650511;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px;
}
.NewsFrom {
	font-size: 12px;
	color: #666666;
	font-family: Verdana;
	text-align: center;
	margin: 10px 0px;
}
.NewsContent {
	margin: 20px 0px;
}
.NewsBack {
	text-align: center;
}
.NewsBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.NewsBack a:hover {
	background-color: #FFFFFF;
	color: black;
}
.ProdRecordTotal {
	height: 20px;
	line-height: 20px;
	padding-top:10px;
	margin-top:20px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color:gray;
	border-top:1px gray dashed;
	clear:both;
}
.ProdRecordTotal a {
	padding:2px 5px 1px 5px;
	border:1px silver solid;
	background-color: #F7F7F7;
	margin:0px 3px;
	height: 18px;
	line-height: 20px;
	text-decoration:none;
}
.ProdRecordTotal a:hover {
	background-color: #FFFFFF;
	border:1px #0065CA solid;
	color:#0065CA;
}
/**************************在线订单*********************************/
/*表格内文字样式*/
#order_online{
	margin-left:50px;
}
#order_online table{
	font: 9pt Verdana;
	color: #707070;
}
 /*提示*/
#order_online div{
color:#F00
}
 /*行颜色1*/
#order_online .order_tr1{
	background-color: #E7E7E7;
}
 /*行颜色1*/
#order_online .order_tr2{
	background-color: #F2F2F2;
}
 /*输入框样式*/
#order_online .order_testinput{
	font-family: Verdana;
	font-size: 9pt; 
	border: 1px solid #CCCCCC; 
	background-color: #F9F9F9;
}
/***********************************************客户留言样式***********************************************/
.MsgForm{
	text-align:center;
}
.MsgFormTitle{
	font-size:12px;
	font-weight:bold;
	width:600px;
	text-align:left;
	background-color:#D9F8FF;
	text-indent:20px;
	height:30px;
	line-height:30px;
	border:1px  solid #A6D3EE;
}
.MsgForm table{
	width:600px;
	font-size:12px;
	border-collapse:collapse;
	text-align:left;
}
.MsgForm td{
	padding:3px;
	/*border:1px black solid;*/
}
.MsgForm td.td1{
	width:70px;
	text-align: center;
}
.MsgForm input.text1{
	width:200px;
}
.MsgForm textarea.text1{
	width:98%;
}
.MsgForm .submit{
	text-align: center;
}

.MsgTable {
	text-align:center;
}
.MsgTableTitle{
	font-size:12px;
	font-weight:bold;
	width:600px;
	text-align:left;
	background-color:#D9F8FF;
	text-indent:20px;
	height:30px;
	line-height:30px;
}
.MsgTable table{
	width:600px;
	font-size:12px;
	line-height:18px;
	border-collapse:collapse;
	margin:3px 0px;
}
.MsgTable td{
	padding:5px;
	border:1px  solid  #999999;
}
.MsgTable .td1 div{
	text-align: center;
}
.MsgTable td.td1{
	width:100px;
	background-color:#D9F8FF;
}
.MsgTable td.td2{
	text-align:right;
	background-color:#D9F8FF;
}
.MsgTable td.td3{
	text-align:left;
	background-color:#D9F8FF;
}
.MsgTable td.td4{
	width:100px;
	font-weight:bold;
	text-align: center;
	background-color:#F2F2F2;
}
.MsgTable td.td5{
	font-weight:bold;
	text-align:right;
	background-color:#F2F2F2;
}
.MsgTable td.td6{
	font-weight:bold;
	text-align:left;
	background-color:#F2F2F2;
}
.MsgTable .Pagination td{
	border:0px;
}

