﻿/**************************  全局元素综合配置 *******************************/
html {background-color:#eaf7ff;}

body,form{font-family: 宋体, serif;  margin: auto; padding:0px;width:1003px;}

body,td{font-family:宋体;font-size:12px;line-height:22px;white-space:normal;word-break:break-all}

ul,li{margin:0px;padding:0px;list-style:none;white-space:normal;word-break:break-all}

table{margin:0 auto;border-collapse:collapse;}

div{ overflow:hidden;zoom:1;}

a{color: #000;text-decoration: none;}

/**********************  公共类配置  *******************************/

/* 布局 */
.floatLeft{float:left;}
.floatRight{float:right;}
.floatCenter{margin-left:auto;margin-right:auto;}
.floatClear{clear:both;}


/* 文本颜色 */
.colorGray,a.colorGray:link,a.colorGray:visited {color:#D8D8D8;}
.colorRed,a.colorRed:link,a.colorRed:visited{color:Red;}

/* 文本其它 */
.txtBold{font-weight:bold;}
.txtCenter{text-align:center;}
.txtLeft{text-align:left;}
.txtRight{text-align:right;}

/* 补白 */
.padding3{padding:3px;}
.padding5{padding:5px;}
.padding10{padding:10px;}
.marginTop{margin-top:10px;}
.marginLeft{margin-left:10px;}

.partA .left{width:250px;background-color:#b6e2fd; float:left;height:100%;}
.partA .right{width:735px;float:right;padding:10px 10px 10px 8px;}

.imageBrowse{padding-top:10px;padding-bottom:10px;}
.imageBrowse .item{float:left;width:132px;margin:10px 8px 0px 7px;text-align:center;}
.imageBrowse .item .title{width:120px;margin:auto;height:45px;overflow:hidden;}
.imageBrowse .item .img{border:1px solid #c8c8c8;padding:5px;width:120px;height:120px; vertical-align:middle;line-height:120px;display:table-cell;position:relative;}
.imageBrowse .item .img img{width:120px;*height:120px;border-width:0px; max-height:120px; max-width:120px;}

.navLevel2{margin:auto;text-align:center;padding:10px;}
.navLevel2 li{padding:10px;}

.productNavLevel2{margin-left:30px;}
.productNavLevel2 li{text-indent:15px;background:url(../Images/icon.gif) 0px 15px no-repeat;padding:10px;}

.aspNetPager{clear:both;}

.inputTable{width:100%;}
.inputTable td{border-width:0px;}
.inputTable .title{text-align:right;width:150px;font-weight:normal;}

.quote{width:600px;margin:auto;padding:20px;}
.quote .itemTitle{font-weight:bold;height:28px;font-size:14px;line-height:30px;padding-top:10px;}

/* ------------------ MasterPage.Master ---------------------- */
#top
{
	height:80px;
	background:url(../Images/Logo.gif) no-repeat;
}
#top .loginEmail
{
	margin-top:50px;
	margin-right:40px;
	float:right;
}
#top .loginEmail input
{
	border:1px solid #a8b7be;
}
#top .language
{
	margin-top:50px;
	margin-right:40px;
	float:right;
}
#top .language input
{
	border-width:0px;
	background-color:Transparent;
	cursor:pointer;
}

#bannerHr
{
	height:10px;
	background:url(../Images/bannerhr.jpg) repeat-x;
}

#banner
{
	height:183px;
}

.navMain
{
	display:block;
	height:53px;
	background:url(../Images/navBg.gif) repeat-x;
}
.navMain li
{
	float:left;
	height:53px;
	line-height:55px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.navMain li a
{
	color:#ddfbff;
	font-weight:bold;
	font-size:18px;
}
.navMain li a:hover
{
	color:red;
}

.navMain .split
{
	padding:0px;
	width:12px;
	background:url(../Images/navSplit.gif) no-repeat;
}
.navMain .broadcast
{
	background:url(../Images/broadcast.gif) 35px 10px no-repeat;
	width:90px;
	padding:0px;
}

.footer
{
	text-align:center;
}
.footer .hr
{
	height:15px;
	background-color:#005ba6;
	margin-bottom:10px;
}

.newsGlobalsList,.newsGlobalsShow
{
	width:90%;
	margin:auto;
}

.newsGlobalsShow .title
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.newsGlobalsShow .description,.newsGlobalsShow .footer
{
	text-align:right;
}

