﻿/* 页面默认通用样式 */
/* 文字内容样式 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
	font-family: Microsoft YaHei; 
	color: #333;
}
h1, h1 a, .h1 { font-size:21px; color:#0c88dc; font-weight:normal; margin:21px 0px 15px 0px;}
h1 a:link, h1 a:visited { text-decoration:none; color:#0c88dc; }
h1 a:hover	{ text-decoration:underline; color:#e6621a;}

h2, h2 a, .h2 { font-size:18px; color:#0c88dc; font-weight:normal; margin:18px 0px 12px 0px;}
h2 a:link, h2 a:visited { text-decoration:none; color:#0c88dc; }
h2 a:hover	{ text-decoration:underline; color:#e6621a;}

h3, h3 a, .h3 { font-size:14px; color:#0c88dc; font-weight:normal; margin:15px 0px 10px 0px;}
h3 a:link, h3 a:visited { text-decoration:none; color:#0c88dc; }
h3 a:hover	{ text-decoration:underline; color:#e6621a;}

h4, h4 a, .h4 { font-size:13px; color:#333; font-weight:normal; margin:6px 0px 4px 0px;}
h4 a:link, h4 a:visited { text-decoration:underline; color:#333; }
h4 a:hover	{ text-decoration:underline; color:#0c88dc;}

h5, h5 a, .h5, p { font-size:12px; line-height: 18px; color:#5e5e5e; font-weight:normal; margin:8px 0px 6px 0px;}
h5 a:link, h5 a:visited { text-decoration:underline; color:#5e5e5e; }
h5 a:hover	{ text-decoration:underline; color:#0c88dc;}

h6, h6 a, .h6 { font-size:10px; color:#999; font-weight:normal; margin:6px 0px 5px 0px;}
h6 a:link, h6 a:visited { text-decoration:none; color:#999; }
h6 a:hover	{ text-decoration:underline; color:#0c88dc;}

.text_readmore {
	display:none;
}
.text_readmore_tag {
	float:right;
}

td.specification {
	padding-top:8px;
	padding-bottom:6px;
	color:#5e5e5e;
	border-bottom: 1px solid #dedede;
}
.page_out_div {
	margin:0; padding:0;
	height:25px;
}
.text_span_page {
	margin:3px; padding:0;
	height:20px;width:20px;
	line-height:20px;
	border:1px solid #cccccc;
	text-align: center;
	float:left;
	background-color:#ffffff;
}
.text_span_page_active {
	margin:3px; padding:0;
	height:20px;width:20px;
	line-height:20px;
	border:1px solid #cccccc;
	text-align: center;
	float:left;
	background-color:#ededed;
}
.text_span_page  a:link, .text_span_page  a:visited {
	text-decoration:none;
	color:#666;
}
.text_span_page a:hover {
	text-decoration:none;
	color:#e6621a;
}
/*
.module_text ul li ul li, .module_text ul ul li {
	margin-left:10px;
	padding:0px 0px 0px 8px;
	list-style-image: none;
	background:url(images/page/arrow_right_normal.gif) no-repeat left 5px; 
}
ul li ul li a:link    { color:#999;text-decoration:none; }
ul li ul li a:visited { color:#999;text-decoration:none; }
ul li ul li a:hover   { color:#e6621a;text-decoration:underline; }


ol, ol ol, ul ol {
	margin: 0;
	padding: 1px 0 2px 0;
}
ol li {
	margin:0;
	padding:2px 0 0 8px;
	font:12px Calibri, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}
ol li a:link    { color:#e6621a;text-decoration:none; }
ol li a:visited { color:#e6621a;text-decoration:none; }
ol li a:hover   { color:#e6621a;text-decoration:underline; }
ol li ol li {
	margin:0;
	padding:0px 0 0px 8px;
}
ol li ol li a:link    { color:#999;text-decoration:none; }
ol li ol li a:visited { color:#999;text-decoration:none; }
ol li ol li a:hover   { color:#e6621a;text-decoration:underline; }
*/


/* 便于使用的快速样式 */
.right {text-align:right;}
.center {text-align:center;}
.bold {font-weight:bold;}
.big {font-size:120%;}
.gray { color: #999;}
.notice { color:#bf381c;/* font-weight:bold;*/}
code, .code, pre { font-family:Microsoft YaHei; padding:0; margin:0;
border:1px solid #cccccc;
white-space: pre-wrap;
word-wrap: break-word;
width:560px;
}
img.v_center{vertical-align:middle;}
.must_fill {color:#E64F06;font-weight:bold;}
.ajax_loading {
	display:inline-block;
	width:16px;
	height:16px;
	background: url(images/ajax_loading_01.gif) no-repeat left top;
	margin:auto;
}

/* 正文内的引用 */
div.quotation {
	padding:15px 0 0 20px;
	background:url(images/comment_bg.png) no-repeat left top;
}
div.quotation > p { font:italic 13px "Times New Roman"; }
div.quotation > p.quoted_from {
	padding-right:10px;
	text-align:right;
}


/* 页面内部的文章相关 */
/* 栏目标题 */
div.box_tag_by_catalog {
	background-color:#0c88dc;
	border:1px solid #0c88dc;
	padding:0px 5px 0 5px;
	margin:15px 0 10px 0;
	width:70%;
}

div.box_tag {
	background-color:#0c88dc;
	border:1px solid #0c88dc;
	padding:0px 5px 0 5px;
	margin:15px 0 10px 0;
}

p.box_tag, a.box_tag:link, a.box_tag:visited {
	color: #ffffff;
	font-weight:bold;
	padding:5px 0 5px 0;
	text-decoration: none;
}
a.box_tag:hover {
	text-decoration: underline;
	color: #e6621a;
}

.MoudlePostion{
	/*background-color:#FFFFFF;*/
}

table.product_specification {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	width:100%;
}
th.product_specification {
	font: bold 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align:center;
	padding: 5px;
	color: #4f6b72;
	background: #CAE8EA ;
}
td.product_specification {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	font-size:12px;
	padding: 4px;
	color: #4f6b72;
}
td.product_specification_alt {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	font-size:12px;
	padding: 4px;
	color: #797268;
	background:#ecf6fc;
}

#help_tip_msg {
	padding: 5px; 
	text-align: left; 
	color: #9C7600;
}
td.tb_help_tip_left{
	background: url(/themes/default/css/images/page/help_tip_left_arrow.png) no-repeat top right;
	overflow:hidden;
	width:6px;
}
td.tb_help_tip_right{
	border-right:1px solid #FFC30E;
	border-top:1px solid #FFC30E;
	border-bottom:1px solid #FFC30E;
	background-color:#FFFBB8;
	padding:2px;
}

td.tb_help_tip_top{
	background: url(/themes/default/css/images/page/help_tip_top_arrow.png) no-repeat top left;
	overflow:hidden;
	height:5px;
	line-height:5px;
}
td.tb_help_tip_bottom{
	border-right:1px solid #FFC30E;
	border-left:1px solid #FFC30E;
	border-bottom:1px solid #FFC30E;
	background-color:#FFFBB8;
	padding:2px;
}
#catalog ul{width:70%;margin:0 auto;}
#catalog ul li{float:left;width:14%;padding:0px;text-align:center;height:150px;margin:20px 0 15px 0;}
#catalog ul li  div.about_catalog{font-size:15px;}
#catalog ul li  div.about_text{font-size:11px;color:#0A0A0D;text-align:center;padding:5px;}
#catalog ul li.catalog_li{border-right:1px solid #D6D6D6;}
input.shop_sub{
	width:122px;
	height:44px;
	background: url(/themes/default/css/images/module/shopping_cart/submit_1.png) no-repeat;
}
input.user_login{
	width:122px;
	height:44px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/login_1.png) no-repeat;
}
input.user_login:hover{
	width:122px;
	height:44px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/login_2.png) no-repeat;
}
input.search_submit{
	width:122px;
	height:44px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/search_1.png) no-repeat;
}
input.search_submit:hover{
	width:122px;
	height:44px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/search_2.png) no-repeat;
}
div.info_box{
	border:1px solid #EBEBEB;
	margin-left:20px;
	-moz-box-shadow:    3px 3px 5px 0px #CECECE;
	-webkit-box-shadow: 3px 3px 5px 0px #CECECE;
	box-shadow:         3px 3px 5px 0px #CECECE;
/*	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;*/

}
select#Select{

	-webkit-appearance: none;  /*for chrome*/
	border:0px;

-khtml-appearance:none;
background: url(/themes/default/css/images/module/shopping_cart/channel_parnter.png) no-repeat;
}
input.form_ticket_email{
	width:150px;
	height:30px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/form_ticket_email.png) no-repeat;
}
input#back_step2{
	width:122px;
	height:44px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/back_1.png) no-repeat;
}
textarea.form_ticket_text{
	width:150px;
	height:80px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/form_ticket_text.png) no-repeat;
}
textarea.enquiry_text{
	width:400px;
	height:80px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/enquiry_text.png) no-repeat;
}
div.cartstep{
	margin-top:50px;
	margin-left:125px;
}
div.title_inner{
	width:98%;
	height:29px;
	border:1px solid #999999;
	margin:10px 0px 10px 0px;
	-moz-box-shadow:    3px 3px 5px 0px #CECECE;
	-webkit-box-shadow: 3px 3px 5px 0px #CECECE;
	box-shadow:         3px 3px 5px 0px #CECECE;
	background:url(images/page/title_background.png) repeat-x;
}
div.partner_info{
	width:98%;
	height:130px;
	border:1px solid #999999;
	margin:10px;
	-moz-box-shadow:    3px 3px 5px 0px #CECECE;
	-webkit-box-shadow: 3px 3px 5px 0px #CECECE;
	box-shadow:         3px 3px 5px 0px #CECECE;
}
div.partner_info_title{
	width:98%;
	height:30px;
	padding-left:30px;
}
div.partner_info_content{
	width:98%;
	height:30px;
	padding-left:45px;
}

/**FAQ******************************************************************/
 .faq_show{
 background: url(images/elbow-minus.gif) no-repeat left 1px;
 padding-left: 20px;
 line-height: 20px;
}

.faq_display{
	background: url(images/elbow-plus.gif) no-repeat left 1px;
	padding-left: 20px;
	line-height: 20px;
}
#faq_content{margin-left:20px;}
#faq_content a{cursor:pointer;font-weight:bold;}
.faq_content_style{
	padding:5px 3px 0px 20px;
	border:1px dotted #ccc;
	background-color: #F9F9F9;
	margin:5px 0px 20px 10px;
}
.faq_content_style ul, .faq_content_style ol{
	padding:0;
	margin:0;
}
.faq_content_style ul li, .faq_content_style ol li{
	padding:0 0 5px 0;
}
.faq_content_style,
.faq_content_style ul, .faq_content_style ol,
.faq_content_style ul li, .faq_content_style ol li,
.faq_content_style p
{
	color:#363;
}
table.singleborder {
	margin:0;
	width:100%;
	border-collapse: collapse;
	border:1px solid #CEDCED;
}

table.singleborder td {
	font-weight:bold;
	border:1px solid #CEDCED;
	line-height:20px;
	padding:5px;
}

table.singleborder td.noborder {
	border:0;
}

table.singleborder tr.header {
	background-color: #aae;
}
table.singleborder tr.line0 {
	background-color: #eef;
}
table.singleborder tr.line1 {
	background-color: #fff;
}
  div.index_portal_box {
	padding:10px; margin:10px;
	height:200px;
	border: 1px solid #cccccc; 
}


/***********投资者关系样式***************/
.w770 {position: relative;width: 740px;margin:0 auto;padding:0;}
.irm {clear: both;margin-bottom: 10px;overflow: hidden;}
.irmplay {display: block;float: left;height:auto;margin-bottom:10px;margin-left:5;overflow: hidden;padding: 0;width: 365px;}
.irmplay ul{display:black;width: 350px;height:auto;margin:0 auto;}
.irm ul h1 {clear: both;display: block;height: 65px;margin:0;padding: 0;}
.irm ul h2 {clear: both;display: block;height: 17px;margin-top:10px;margin-left:5px;padding: 0;}
.irm_bottom{display: block;list-style-image: none;height: 30px;line-height: 30px;list-style-type: none;overflow: hidden;padding-top: 2px;white-space: nowrap;margin:0px;}
.irm ul li {background-image: url("images/icon_left.jpg");background-position: 0 center;background-repeat: no-repeat;display: block;list-style-image: none;height: 30px;line-height: 30px;list-style-type: none;overflow: hidden;padding-left: 12px;padding-top: 0px;white-space: nowrap;margin:0px;}
.irm_bottom{display: block;list-style-image: none;height: 30px;line-height: 30px;list-style-type: none;overflow: hidden;padding-top: 2px;white-space: nowrap;margin:0px;}
	
.page{margin:10px 0 10px 15px;padding:0;}
.page a{text-decoration:none;display:inline-block;line-height:14px;padding:2px 5px;color:#333;border:1px solid #ccc;margin:0 2px;}
.page a:hover,.page a.on{background:#999;color:#fff;border:1px solid #333;}
.page a.unclick,.page a.unclick:hover{background:none;border:1px solid #eee;color:#999;cursor:default;}

.product_specification_alts {border-bottom: 1px solid #c1dad7;font-size: 12px;padding:4px;text-indent:10px;} 
.trNone{display:none;}