/* ============================== */
/* ========== 原始css =========== */
/* ============================== */

/* 说明 */
body
{
	background-color: #F5F5F5;
	font-family: "宋体";
	font-size: 12px;
	margin: 0px auto 0px auto;
	text-align: center;
}

/* 字体 */
/* 深灰字体 */
.darkgray
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 35px;
	color: #333333;
	text-decoration: none;
}
/* 红色警告文本 */
.redtext
{
	color: #ff0000;
	font-family: "宋体";
	font-size: 12px;
}
/* 文本logo风格 */
.brandname
{
	font-family: "华文彩云";
	font-size: 36px;
}
/* 页面标题 */
.pagetitle
{
	font-size: 14px;
	font-family: "宋体";
	font-weight: bold;
	text-decoration: none;
	color: #124A9D;
}
/* 章节标题 */
.sectiontitle
{
	font-family: "宋体";
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	font-weight: bold;
}
/* whois查询表单普通后缀 */
.commontld
{
	font-size: 12px;
	font-family: "Tahoma";
}
/* whois查询表单点亮后缀 */
.highlighttld
{
	font-size: 12px;
	color: #cc0000;
	font-family: "Tahoma";
}

/* 链接 */
/* 一般链接 */
a
{
	color: #000000;
	text-decoration: none;
}
/* 一般链接鼠标覆盖 */
a:hover
{
	/*color: #124B9F;*/
	color: #333;
	
	text-decoration: underline;
}
/* 导航栏链接文字 */
.navtitle
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}
.navtitle:hover
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}
.navtitle:visited
{
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}
/* 导航栏链接文字（选中） */
.navtitle_on
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}
.navtitle_on:hover
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}
.navtitle_on:visited
{
	font-size: 12px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}
/* 静态链接，如“关于我们”等 */
a.staticlink:link
{
	font-family: "宋体";
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}
a.staticlink:visited
{
	font-family: "宋体";
	font-size: 12px;
	color: #633B3B;
	text-decoration: none;
}
a.staticlink:hover
{
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
/* 白色链接，用于暗色背景 */
a.whiteface:link
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteface:visited
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteface:hover
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
/* 深棕色链接，用于列表标题 */
a.brownface:link
{
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
a.brownface:visited
{
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
a.brownface:hover
{
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}

/* 表格 */
/* 一般表格单元格 */
td
{
	color: #333333;
	font-size: 12px;
}
/* 实线表格 */
.solidtable
{
	border-collapse:collapse;
	border-style:solid;
}
/* 桢状表格 */
.frametable
{
	border-collapse:collapse;
	border-color: #96CD81;
	border-style:outset;
	border-width: 1px;
}
/* 桢状表格单元格 */
.frametd
{
	border-collapse:collapse;
	border-color: #96CD81;
	border-style:solid;
	border-width: 1px;
	padding: 4px;
}
/* 桢状表格的标题表格（点亮） */
.frametitletable
{
	background-color: #96CD81;
	color: #FFFFFF;
}
/* 桢状表格的标题表格（普通） */
.framenormaltable
{
	background-color: #B6DBA4;
	color: #FFFFFF;
}
/* 公告板表格：管理中心/会员中心欢迎页 */
.bulletintable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
}
/* 消息框表格 */
.messageboxtable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 4px;
}
/* 摘要表格 */
.digesttable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 2px;
}
/* TOP5表格 */
.top5table
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 2px;
}
/* List表格 */
.listtable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
}
/* 详情表格 */
.detailtable
{
	border-collapse:collapse;
	border-color: #D1D1D1;
	border-style:solid;
	border-width: 1px;
	line-height: 25px;
	padding: 2px;
}
/* 普通表格行：结算后购物车列表中参数完整的项目，由程序打印出来的，模版中没有 */
tr.CommonTR
{
	background-color: #FFFFFF;
}
/* 点亮表格行：结算后购物车列表中参数不完整的项目，由程序打印出来的，模版中没有 */
tr.HighlightTR
{
	background-color: #99CCFF;
}
/* 表头单元格 */
td.TitleTD
{
    font-family: "宋体";
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	border-collapse:collapse;
	border: 1px solid #D1D1D1;
	padding:4px;
	background-color: #F1F1F1;
	font-weight: bold;
}
/* 表格内容单元格 */
td.ContentTD
{
    font-family: "宋体";
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	border-collapse:collapse;
	border: 1px solid #D1D1D1;
	padding:4px;
	background-color: #FFFFFF;
}

/* 表单 */
/* 表单文本框 */
input:text
{
	border-style: solid;
	border-width: 1;
}
/* 表单选择 */
select
{
	padding: 0px;
	font-size: 9pt;
	margin: 0px;
	background-color: #ffffff;
}
/* 表单单选框 */
checkbox
{
	font-size: 9pt;
	font-weight: normal;
}
/* 下划线形式的文本框输入 */
.lineinput
{
	border-bottom: #666666 1px outset;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: "宋体";
	font-size: 12px;
}

/* 实心线边框的文本框输入 */
.solidinput
{
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	padding: 1px;
	border: 1px solid #999999;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #EFEFEF;
}
/* 类似solidinput, 浅色边框：小登录表单用户名密码输入框 */
.lightsolidinput
{
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #858484;
}
/* 嵌入效果文本输入框：域名查询输入框 */
.embossinput
{
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #404040;
}
/* 图标（鼠标移走） */
.imgonmouseout
{
	border: 1px solid #FFFFFF;
}
/* 图标（鼠标指向） */
.imgonmouseover
{
	border: 1px solid #D1D1D1;
}


/* ============================== */
/* ========== 新增css =========== */
/* ============================== */
/* ==== 页面通用 ==== */
body
{
	background-color: #FFF;
	font: 12px Tahoma, Verdana;
	margin: 0px;
	text-align: center;
}
ul,li,p,form,fieldset  {
	margin: 0px;
	padding: 0px;
	}
.inputbox {
	height: 20px;
	line-height: 20px;
	border:1px solid #CFDEF1;
	border-top-color: #CFDEF1;

	}
.inputbox2 {
	height: 18px;
	border:1px solid #E9F6E5;
	width: 120px;
	color: #365A23;
	background-image: url(../../images/zh-CN/l.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	}
.inputbox3 {
	height: 18px;
	border:1px solid #E9F6E5;
	width: 120px;
	color: #365A23;
	background-image: url(../../images/zh-CN/p.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	}
.inp {
	height:14px;
	border: none;
	}
.clear {
	clear: both
	}
.fleft {
	float: left;
	}
.fright {
	float: right;
	}
.button {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px 0px 4px 14px;
	color: #00447F;
	background: url(../../images/zh-CN/bg_button_1.gif) repeat-x;

	/*for Mozilla*/
 	outline: 1px solid #B2D0F4 ;
	padding: 3px 0px 6px 20px !important;
	border: 1px solid #FFFFFF !important;
	height: 24px !important;
	line-height: 22px !important;

	/*for IE7*/
	>border: 1px solid #B2D0F4 !important;
	>padding: 2px 0px 4px 14px !important;
	>height: 26px !important;
	>line-height: 24px !important;


	/*for IE*/
	border: 1px solid #B2D0F4 ;
	height: 26px;
	line-height: 24px;
}

.button2 {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px 0px 4px 14px;
	color: #00447F;
	background: url(../../images/zh-CN/bg_button_2.gif) repeat-x;

	/*for Mozilla*/
 	outline: 1px solid #B2D0F4 ;
	padding: 3px 0px 6px 20px !important;
	border: 1px solid #FFFFFF !important;
	height: 24px !important;
	line-height: 22px !important;

	/*for IE7*/
	>border: 1px solid #B2D0F4 !important;
	>padding: 2px 0px 4px 14px !important;
	>height: 26px !important;
	>line-height: 24px !important;


	/*for IE*/
	border: 1px solid #B2D0F4 ;
	height: 26px;
	line-height: 24px;
}

.button1 {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 2px;
	color: #000;
	background: url(../../images/zh-CN/bg_button.gif) repeat-x;

	/*for Mozilla*/
 	outline: 1px solid #999 ;
	border: 1px solid #FFFFFF !important;
	height: 18px !important;
	line-height: 16px !important;

	/*for IE7*/
	>border: 1px solid #999 !important;
	>height: 20px !important;
	>line-height: 18px !important;

	/*for IE*/
	border: 1px solid #999;
	height: 20px;
	line-height: 18px;
}

/* ==== header.inc ==== */
.logo {
	padding-top: 6px;
	width: 315px;
	height: 50px;
	float: left;
	}
.xmids {
	padding: 0Px 30px;
	float: left;
	}
.header {
	padding-top: 8px;
	}
.header_inc {
	width: 778px;
	margin: 6px auto;
	height: 50px;
	line-height: 20px;
	}	
.header_nav {
	float: right;
	padding-right: 10px;
	padding-top: 18px;
	list-style: none;
	margin-bottom: 4px;
	}
.header_nav li {
	float: left;
	width: 80px;
	line-height: 24px;
	}
.scar {
	font-size: 14px;
	height: 24px;
	background: url(../../images/zh-CN/Nshopping_cart.gif) left no-repeat;
	padding-left: 20px;
	}
.suser {
	font-size: 14px;
	height: 24px;
	background: url(../../images/zh-CN/Nuser.gif) left no-repeat;
	padding-left: 20px;
	}
	
/* ==== 导航(nav.inc) ==== */
.nav_bg {
	height: 40px;
	background: url(../../images/zh-CN/nav_bg.jpg) repeat-x;
	padding-top: 5px;
	color: #FFF;
	margin-bottom: 5px;
/*	font-weight: bold; */
}
.nav {
	height: 30px;
	width: 600px;
	margin: 0px auto;
	}
.nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style:none;
	}
.nav ul li {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: url(../../images/zh-CN/nav_line.jpg) no-repeat left;
	}
.nav ul li a {
	color: #FFF;
	}
.nav ul li a:hover {
	color: #FFF;
	}

/* ==== 主表格 ==== */
.maintable {
	width: 780px !important;
	width: 810px;
	margin: 0 auto;
	text-align: left;
	}
.lefttable {
	float:left;
	width: 235px;
	}
.righttable {
	float:right;
	width: 530px;
	}
.righttitle {
	height: 2.4em;
	line-height: 2.4em;
	margin-bottom: 10px;
	font-weight: bold;
	background: #E5F1FF;
	padding-left: 1.2em;
	border: 1px solid #9FDDF4;
	}
/*--------------hao32-----------------*/
.rightshow {
	font-size:14px;
/*---	line-height: 2.4em;---*/
	margin-bottom: 10px;
/*---	font-weight: bold;---*/
	background: #FCFCFC;
	padding-left: 0.8em;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	border: 1px solid #CCCCCC;
	}
/*--------------/hao32-----------------*/

.in_title {
	border-left: 0px solid #CCC;
	text-indent: 8px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color:#666;
	margin: 10px 0px 10px 0px;
	}





/* ===== hao32 help_center =====*/

.help_center_main {
	margin:0pt auto;
	text-align:left;
	width:780px !important;
	}

.help_center_t {
	border:1px solid #A0DDF2;
	padding-bottom:10px;
	margin: 1px;
	float:left;
	width: 235px;
	height: 176px;
}

.helplink {
}
.helplink li {
	float: left; width: 50%; list-style: none;
	margin-bottom:10px;
} 


.help_center_show_main {
	width: 780px !important;
	width: 810px;
	margin: 0 auto;
	text-align: left;
	}









/* ==== footer.inc.php ==== */
.footer {
	width: 960px;
	clear: both;
	border-top: 8px #E0E0E0 solid;
	height: 50px;
	text-align: center;
	margin-top: 8px;
	margin-right:auto;
	margin-left:auto;

	}
.footer a{
	color: #333333;
	text-decoration: none;
		margin-right:auto;
	margin-left:auto;
	}
.footer a:visited{
	color: #333333;
	}
.footer a:hover{
	color: #333333;
	text-decoration: underline;
	}
.footer .link1{
	margin-left: 120px;
	}
.footer ul{
	width: 960px;
	text-align: center;
	padding-top: 8px;
	overflow: hidden;
	margin-right:auto;
	margin-left:auto;
	}
.footer li {
	list-style: none;
	width: 960px;
	float: left;
	margin-left: 10px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	}
/* ==== 通用table外框 ==== */
.t_table {
	padding-bottom: 10px;
	}
.t_header {
	height: 30px;
	line-height: 30px;
	background: #E6F2FF;
	font-size: 14px;
	font-weight: bold;
	color: #114AA1;
	}
.t_header_hao32 {
	height: 30px;
	line-height: 30px;
	background: red;
	font-size: 14px;
	font-weight: bold;
	color: red;
	}
.t_header_hao33 {
	height: 30px;
	line-height: 30px;
	background: green;
	font-size: 14px;
	font-weight: bold;
	color: green;
	}
.t_header_info {
	float: left;
	background: url(../../images/zh-CN/box_tl.gif) left no-repeat;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	}
.t_header_right {
	float: right;
	width: 5px;
	height: 30px;
	background: url(../../images/zh-CN/box_tr.gif) right no-repeat;
	}
.t_maininfo {
	border: 1px solid #A0DDF2;
	padding-bottom: 10px;
	}
.t_maininfo_hao32 {
	border: 1px solid red;
	padding-bottom: 10px;
	}
.t_maininfo_hao33 {
	border: 1px solid green;
	padding-bottom: 10px;
	}

.t_maininfo2 {
	border: 1px solid #DEE4CA;
	padding: 1px;
	background: #EBF1D7;
	}

.t_maininfo3 {
	border: 1px solid #DEE4CA;
	padding: 1px;
	background: #E7EECD;
	}

.t_maininfo form {
	padding: 0px;
	margin: 0px;
	}
.t_footer {
	height:5px;
	background: url(../../images/zh-CN/box_b.gif);
	}
.t_footer_info {
	float: left;
	background: url(../../images/zh-CN/box_bl.gif) left no-repeat;
	}
.t_header_right {
	float: right;
	width: 5px;
	height: 30px;
	background: url(../../images/zh-CN/box_tr.gif) right no-repeat;
	}
.t_footer_r {
	float: right;
	width: 5px;
	}
.left_header a {
	color: #124CA0;
	font-size: 14px;
	font-weight: bold;
	}
.left_header a:hover {
	color: #EEE;
	}
.more {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	}
/* ==== 新手导航内容 ==== */
.t_textlist {
	list-style-type: none;
	width: 100%;
	text-align: left;
	 }
.t_textlist li {
	height: 28px;
	line-height: 26px;
	border-bottom: 1px solid #52BAF4;
	padding-left: 8px;
	}
/* ==== 帮助 ==== */
.t_help {
	list-style: none;
	width: 100%;
	text-align: left;
	}
.t_help li {
	line-height: 26px;
	font-weight: bold;
	}
.t_help li ul {
	border-top: 1px solid #52BAF4;
	}
.t_help li ul li {
	line-height: 18px;
	font-weight: normal;
	list-style: none;
	margin-left: 15px;
	}
/* ==== 合作伙伴内容 ==== */
.t_associate {
	list-style-type: none;
	width: 100%;
	text-align: center;
	 }
.t_associate li {
	float: left;
	padding: 4px;
	}
/* ==== fieldset ==== */	
fieldset {
	border: none;
	text-align: left;
	}
fieldset label {
	font-size: 14px;
	float:left;
	width:50px;
	text-align:right;
	padding:4px;
	margin:1px;
}
fieldset div {
	height: 30px;
	clear: both;
	}
.setbutton {
	text-align: center;
	}
/* ==== 域名注册 ==== */
.search_dns {
	width: 559px;
	height: 200px;
	text-align: right;
	padding-bottom: 10px;
	}
.select_dns {
	list-style: none;
	width: 100%;
	}
.select_dns li {
	float: left;
	font-size: 14px;
	height: 22px;
	line-height: 26px;
	padding-top: 6px;
	padding-right: 6px;
	width: 60px;
	background: red;
}
.dns_list {
	border-top: 1px solid #52BAF4;
	border-left: 1px solid #52BAF4;
	}
.dns_1st td{
	background-color: #E6E6E6;
	font-weight: bold;
	}
.dns_list td {
	border-bottom:1px solid #52BAF4;
	line-height: 30px;
	height: 30px;
	text-align: center;
	border-right: 1px solid #52BAF4;
	}
/* ==== 虚拟主机 ==== */
.vmserver {
	width: 559px;
	}
.hosthelp {

	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
	}
	
.mydns_h {
	width: 800px;
	height: 15px;
/* 	text-align: center; */

	}	
.mydns {
/*	width: 800px; */
	height: 300px;
/* 	text-align: center; */

	}
	
	
.product {
	width: 236px;
	height: 261px;
	background: url(../../images/zh-CN/product_bg.jpg) no-repeat;
	margin: 1px;
	margin-bottom: 6px;
	padding: 15px;
	}
.product1 {
	width: 236px;
	height: 261px;
	background: url(../../images/zh-CN/1uproduct_bg.jpg) no-repeat;
	margin: 1px;
	margin-bottom: 6px;
	padding: 15px;
	}
.product_name {
	height: 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 0.8em;
	}
.product_name1 {
	height: 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 0.8em;
	}
.product_price {
	line-height: 26px;
	font-weight: bold;
	}
.product_info {
	line-height: 18px;
	height: 176px;
	}
.fcenter {
	text-align: center;
	}
.product2 {
	width: 246px;
	height: 261px;
	background: url(../../images/zh-CN/1uproduct_bg.jpg) no-repeat;
	margin: 1px;
	margin-bottom: 6px;
	padding: 15px;
	}
/* ==== 密码fieldset ==== */	
.nopwd {
	border: none;
	text-align: left;
	}
.nopwd label {
	font-size: 12px;
	float:left;
	width:150px;
	text-align:right;
	padding:4px;
	margin:1px;
}
.nopwd div {
	height: 30px;
	clear: both;
	}
	
/*------qqfloat------*/
.qqfloat {
	background: url(../../images/zh-CN/qq_bg.gif) no-repeat;
	height: 170px;
	width: 100px;
	font-size: 14px;
	text-decoration: none;
	float: right;
/*	border: 1px solid blue; */
	padding: 43px 0px 0px 1px;

}
* {list-style-type:none; font-size:12px; text-decoration:none; margin:0; padding:0;}
a {behavior:url(stylesheet/zh-CN/xmids.htc)}
.woaicss {width:559px; height:400px; overflow:hidden; margin:10px auto;}
.woaicss_title {width:530px; height:30px; background:#1878B4 no-repeat; overflow:hidden;}
.woaicss_title li {display:block; float:left; margin:0 2px 0 0; display:inline; text-align:center;}
.woaicss_title li a {display:block; width:90px; heigth:30px; line-height:34px; color:#fff;}
.woaicss_title li a:hover {color:#f0f0f0; text-decoration:underline;}
.woaicss_title_bg1 {background-position:0 0;}
.woaicss_title_bg2 {background-position:0 -30px;}
.woaicss_title_bg3 {background-position:0 -60px;}
.woaicss_title_bg4 {background-position:0 -90px;}
.woaicss_con {display:block; width:559px; height:317px; no-repeat 0 0; overflow:hidden;}
.woaicss_con ul {width:559px; height:250px; margin:12px auto;}
.woaicss_con li {width:559px; line-height:30px; margin:0 auto; white-space:nowrap; text-overflow:ellipsis; overflow: hidden;}
.woaicss_con li a {color:#03c;}
.woaicss_con li a:hover {color:#069; text-decoration:underline;}
.woaicss_copy {width:559px; margin:10px auto; text-align:center;}
.woaicss_copy a {color:#f00;}
/*Cooperationus*/
.cooperate_img {
	width:245px;
	border: 1px solid #E4EAF8;
	margin-left:10px;
	_margin-left:5px;
	margin-top:10px;
	overflow: hidden;
	float: left;
	text-align:center;
	margin-bottom:20px;
	padding-bottom: 5px;	
}
.cooperate_gif {
	margin-top:8px;
	margin-bottom:15px;
}

.contact_box {
    width:550px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d5def4;
	border-bottom-color: #d5def4;
	border-left-color: #d5def4;
	overflow: hidden;
	text-align: left;
}
#btn {
	display: block;
	padding: 0;
	margin: 0;
	liststyleType: none;
	height: 26px;
	background-image: url(../../images/zh-CN/pdc_btit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.btnItem {
	display: block;
	width: 78px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	float: left;
	cursor: pointer;
	margin-right: 3px;
	font-weight: bold;
	color: #0E619E;
}
#iList .listn {
	display: block;
	width: 548px;
	height: 300px;
	float: left;
	background-color: #F6FBFF;
}
#iList {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	display: block;
	liststyleType: none;
	width: 2750px;
	height: 300px;
}
#warp {
	position: relative;
	overflow: hidden;
	width: 528px;
	height: 300px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #46BBCF;
	border-bottom-color: #46BBCF;
	border-left-color: #46BBCF;
}
.pd_content {
	margin-top: 10px;
}
.p_synopsis {
	height: 140px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #46BBCF;
}
.p_synopsis #num1 {
	display: block;
	padding-left: 130px;
	padding-top: 25px;
	color: #000066;
	list-style-type: none;
	background-image: url(../../images/zh-CN/fuwq.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.p_synopsis #num4 {
	display: block;
	padding-left: 140px;
	padding-top: 25px;
	color: #000066;
	list-style-type: none;
	background-image: url(../../images/zh-CN/man_zhzh.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
.p_synopsis #num5 {
	display: block;
	padding-left: 140px;
	padding-top: 25px;
	color: #000066;
	list-style-type: none;
	background-image: url(../../images/zh-CN/man_zhzh.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
.p_synopsis #num2 {
	display: block;
	padding-left: 140px;
	padding-top: 25px;
	color: #000066;
	list-style-type: none;
	background-image: url(../../images/zh-CN/fuwq.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
.p_synopsis #num3 {
	display: block;
	padding-left: 140px;
	padding-top: 25px;
	color: #000066;
	list-style-type: none;
	background-image: url(../../images/zh-CN/fuwq.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
.p_synopsis li {
	display: block;
	line-height: 20px;
}
.p_synopsis .more {
	width: 90px;
	padding-left: 390px;
	margin-top: 5px;
	background-image: url(../../images/zh-CN/n_title1.jpg);
	background-repeat: no-repeat;
	background-position: 370px center;
}
.p_synopsis .more a {
	color: #0098B4;
	text-decoration: none;
}
.p_show {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.p_show .product3 {
	width: 243px;
	height: 130px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #48BBCE;
	float: left;
	padding-left: 10px;
}
.p_show .product4 {
	width: 243px;
	height: 130px;
	float: left;
	padding-left: 10px;
}
.p_show .product3 .title {
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../../images/zh-CN/n_title2.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	color: #005EB3;
}
.p_show .product4 .title {
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../../images/zh-CN/n_title2.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	color: #005EB3;
}
.s_content ul {
	display: block;
	list-style-type: none;
	padding-top: 10px;
	line-height: 24px;
	width: 150px;
	float: left;
	padding-left: 10px;
}
.s_content .more {
	float: left;
	padding-top: 20px;
	padding-left: 5px;
}
.s_content .more a {
	display: block;
	background-image: url(../../images/zh-CN/btn_bg.jpg);
	background-position: left top;
	height: 19px;
	width: 68px;
	margin-top: 10px;
	line-height: 19px;
	text-align: center;
	color: #16577F;
	text-decoration: none;
}
.s_content .price {
	clear: both;
	font-size: 20px;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF3300;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}
.s_content .price1 {
	clear: both;
	font-size: 12px;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF3300;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}
.s_content li {
	display: block;
}
