﻿/**************DesignByHancy 请不要重置样式 以免样式出错*********************************************************/
body {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-family: Tahoma,Verdana;
	background-color: #43696E;
	background-image:url('images/webbg.jpg');
	background-repeat:no-repeat;
}
div {
	overflow: hidden;
	margin: auto;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #003571;
	text-decoration:underline;
}
table {
	border-collapse: collapse;
}
table tr:hover {
	background-color:#D7EBFF;
}
table td {
	padding:2px 10px;
}
hr {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1px;
	color: #F2F2F2;
}
img {
	border: 0px;
}
strong {
	font-weight: bold;
	color: black;
}
.floatright {
	float: right;
	clear: both;
	padding: 5px;
}
#prodshow {
	float:left;
	width:100%;
	border-collapse:collapse;
	border:1px gray solid;
	text-align:center;
	vertical-align:middle;
	margin-bottom:15px;
	clear:both;
}
#prodshow td {
	padding:5px;
	border:1px gray solid;
}
#prodshow tr:hover {
	background-color:#FFFFFF;
}
/**************DesignByHancy 请不要重置样式 以免样式出错*********************************************************/
.webtop {
	width: 984px;
	height: 45px;
	text-align: right;
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	background-image: url('images/logo.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #003571;
	border-bottom:1px white dotted;
	clear: both;
}
.webtop a {
	color: #FFFFFF;
	text-decoration: none;
}
.webtop a:hover {
	text-decoration:underline;
}
.topflash {
	width: 994px;
	height: 224px;
	border: 5px #FFFFFF solid;
}
#menu {
	width: 1004px;
	height: 30px;
	background-color: #FFFFFF;
	background-image: url('images/menubg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
}
#menu ul {
	width: 1000px;
}
#menu ul li {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #003571;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('images/menuline.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
#menu ul li a {
	display: block;
	width: 100px;
	height: 30px;
	color: #003571;
	text-decoration: none;
}
#menu ul li a:hover {
	color: blue;
	text-decoration: underline;
}
#menu ul ul {
	display: none;
}
.topline {
	width: 1004px;
	height: 2px;
	font-size: 0px;
	padding: 3px 0px;
	background-color: #FFFFFF;
	background-image: url('images/topline.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
/*********************************************************************/
#content {
	width: 994px;
	padding: 10px 5px;
	background-color: #FFFFFF;
}
.indexleft {
	float: left;
	width: 655px;
	border-right: 1px #D6D6D6 solid;
}
.video {
	float: left;
	width: 280px;
	height: 210px;
	line-height: 210px;
	color: #FFFFFF;
	margin-right: 10px;
	background-color:silver;
}
.indexabout {
	float: left;
	width: 365px;
	height: 210px;
}
.indexaboutbox {
	width: 365px;
	height: 189px;
	line-height: 170%;
	text-align: left;
	padding-top: 10px;
}
.indextitle {
	width: 655px;
	height: 21px;
	text-align: left;
	background-image: url('images/bgtitle.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}
.indextitle span {
	display: block;
	float:left;
	height: 18px;
	width: 180px;
	line-height: 18px;
	color: #003471;
	font-size: 12px;
	font-weight: bold;
	text-indent: 24px;
	background-image: url('images/icon1.gif');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-bottom: 3px #67AADA solid;
}
.indexpro {
	float:left;
	width: 655px;
	margin: 10px 0px;
	clear: both;
}
.indexright {
	float: right;
	width: 308px;
}
.sidetitle {
	position:relative;
	float:left;
	height: 20px;
	width: 308px;
	line-height: 20px;
	text-align: left;
	color: #333333;
	text-indent: 15px;
	background-color: #E0E1E5;
}
.more {
	position:absolute;
	right:10px;
	top:0px;
	width:60px;
	height:20px;
	line-height:20px;
}
.indexquick {
	float:left;
	margin: 10px auto;
}
.indexquick a {
	float: left;
	display: block;
	width: 143px;
	height: 50px;
	margin: 5px 5px 5px 0px;
}
.indexcont {
	text-align: left;
	padding: 10px 0px;
	line-height: 150%;
}
.hotlink {
	text-align: left;
	font-size:12px;
	padding: 10px 0px;
	line-height: 150%;
	clear:both;
}
.hotlink a {
	color:#666666;
	text-decoration:underline;
}
.bottom{
	width:1004px;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	background-color:#003571;
	border-top:1px white dotted;
	border-bottom:1px white dotted;
	clear:both;
}
.bottom a {
	color:#FFFFFF;
	text-decoration:none;
}
.bottom a:hover {
	text-decoration:underline;
}
.foot {
	width:1004px;
	line-height:150%;
	color:#666666;
	padding:15px 0px;
	background-color:#FFFFFF;
}
/********************************首页新闻列表***********************************/
.indexnews {
	width:300px;
	margin:10px auto;
}
.indexnews ul {
	width:300px;
}
.indexnews li {
	width:300px;
	height:24px;
	line-height:24px;
	text-align:left;
	text-indent:15px;
	font-size:12px;
	border-bottom:1px silver dotted;
	background-image:url('images/icon3.gif');
	background-position:0px 7px;
	background-repeat:no-repeat;
}
.indexnews li a{
	display:block;
	float:left;
	width:200px;
	height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.indexnews li span {
	display:block;
	float:left;
	color:gray;
	width:100px;
}
/***********内页样式*******************/
#Nycontent {
	width: 994px;
	padding: 0px 5px;
	background-color: #FFFFFF;
	background-image:url('images/contentbg.gif');
	background-position:5px 0px;
	background-repeat:repeat-y;
}
.sidebar{
	width:215px;
	float:left;
	margin-right:19px;
	background-color:#CCE2F2;
}
.sidebar ul {
	width:215px;
	margin:15px auto;
}
.sidebar ul li {
	width:215px;
	height:22px;
	line-height:22px;
	text-align:left;
	text-indent:22px;
	background-image:url('images/andot.gif');
	background-position:10px 7px;
	background-repeat:no-repeat;
	border-bottom:1px #8CBEE3 dashed;
}
.sidebartit {
	width:215px;
	height:25px;
	line-height:25px;
	text-align:left;
	text-indent:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-color:#67AADA;
	border-bottom:1px #2E7EBA solid;
}
.sidebartype {
	width:200px;
	line-height:150%;
	text-align:left;
	padding:15px 0px;
}
.main {
	width:740px;
	padding:5px 0px; 
	float:left;
}
.mytitle {
	width:740px;
	height:24px;
	line-height:24px;
	text-align:left;
	text-indent:20px;
	font-size:12px;
	background-color:#CCE2F2;
	border-bottom:1px #67AADA dashed;
}
.mybody {
	width:700px;
	font-size:14px;
	line-height:200%;
	text-align:left;
	margin:20px auto;
}
/**********首页产品列表****************/
.indexprod {
	width:520px;
	margin:19px auto;
	clear:both;
}
.indexprod ul li {
	float:left;
	width:118px;
	height:140px;
	margin:5px;
	border:1px silver solid;
	_display:inline;
}
.indexprod .img {
	width: 118px;
	height: 118px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 103px;
	*font-family: Arial;
}
.indexprod .img a {
	display: block;
	width: 118px;
	height: 118px;
	vertical-align: middle;
}
.indexprod .img img {
	max-width: 118px;
	max-height: 118px; 
	vertical-align:middle;
	border:0px;
	*width: expression(this.width > 118 && this.width > this.height ? 118 : true);
	*height: expression(this.height > 118 ? 118 : true);
}
.indexprod .name {
	width: 118px;
	height: 20px;
	line-height:20px;
	font-size: 12px;
	background-color:#F2F2F2;
}
/***************内容部分-图标列表干栏目***********/
.ColumnsListName {
	display:none;
	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 {
	display:none;
	float: left;
	width: 80px;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	background-color: #79BAEE;
	text-align: center;
	margin-top:15px;
}
/*******************模板栏目图标样式******************/
.ColumnsList_Ico {
	width: 720px;
	text-align:center;
}
.ColumnsList_Ico ul li {
	float: left;
	width: 200px;
	height: 170px;
	text-align:center;
	margin:15px;
	overflow:hidden;
	_display:inline;
}
.ColumnsList_Ico .img {
	width: 198px;
	height: 150px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border:1px gray dotted;
}
.ColumnsList_Ico .img a {
	display: block;
	width: 198px;
	height: 150px;
	vertical-align: middle;
}
.ColumnsList_Ico .img img {
	border: 0px;
	width: 198px;
	height: 150px; 
	vertical-align:middle;
}
.ColumnsList_Ico .name {
	width: 198px;
	height: 18px;
	line-height: 18px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px #DDDDDD solid;
	background-color:#EEEEEE;
}
.ColumnsList_Ico .details {
	display:none;
	width:200px;
	height:30px;
	font-size: 12px;
	line-height:20px;
	text-align:right;
}
/*******************模板栏目文本样式******************/
.ColumnsList_text {
	clear: both;
	font-size: 14px;
	padding: 20px 0px;
}
.ColumnsList_text ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.ColumnsList_text ul li {
	background-color:#F2F2F2;
	text-align:left;
	height:20px;
}
.ColumnsList_text ul li a {
	float: left;
	display:block;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	border-bottom:1px maroon dashed;
}
.rini {
	font-size:14px;
	color:#0066FF;
	text-align:left;
	display:block;
	height:20px;
	line-height:20px;
	margin:4px;
	width:100%;
	border-bottom:1px gray dashed;
}
/********************************产品列表页面***********************************/
.ProdRecordTotal {
	margin: 20px 0px;
	height: 20px;
	color: gray;
	text-align:center;
	line-height: 20px;
	background-color: #F7F7F7;
	clear:both;
}
.ProdList {
	clear: both;
	width: 700px;
	text-align:center;
}
.ProdList ul {
	margin:0px auto;
}
.ProdList ul li {
	float: left;
	width: 302px;
	height: 247px;
	margin:20px;
	text-align:center;
	_display:inline;
}
.ProdList .img {
	width: 300px;
	height: 225px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	border:1px gray dotted;
	text-align: center;
	*display: block;
	*font-size: 196px;
	*font-family: Arial;
}
.ProdList .img a {
	display: block;
	width: 300px;
	height: 225px;
	vertical-align: middle;
}
.ProdList .img img {
	border: 0px;
	max-width: 300px;
	max-height: 225px; 
	*width: expression(this.width > 300 && this.width > this.height ? 225 : true);
	*height: expression(this.height > 225 ? 225 : true);
	vertical-align:middle;
}
.ProdList .name {
	width: 300px;
	height: 20px;
	line-height:20px;
	text-align:center;
}
.ProdList .desc{
	display:none;
}
.ProdList .details{
	display:none;
}
/********页面跳转按钮样式*****************************************************/
.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;
}
/********************************产品内容页面***********************************/
.ProdTitle {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color:#0066CC;
	clear:both;
}
.ProdContent {
	text-align: left;
	margin-bottom: 20px;
}
.ProdBack {
	text-align: center;
	margin:20px auto;
	clear:both;
}
.ProdBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdBack a:hover {
	background-color: #FFFFFF;
	color: black;
}
/********************************新闻列表页面***********************************/
.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/NewsPoint.gif');
	background-position: 10px 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 {
	font-size: 14px;
	color:#0066CC;
	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;
}
/***********************************************客户留言样式***********************************************/
.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;
}
