/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #666666;} /* 已访问的链接 */
a:hover{COLOR: #0066cc;} /* 鼠标在链接上 */ 
a:active {color: #0066cc;} /* 点击激活链接 */

/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #333333;}
a.Class:visited {color: #333333;}
a.Class:hover{COLOR: #F76400;}
a.Class:active {color: #333333;}

body,td,th {
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menber_input {
	font-size: 12px;
	color: #2d53a8;
	height: 14px;
	width: 100px;
	border: 1px solid #7696de;
	background-color: #E7EEFE;
	line-height: 130%;
	padding-left:5px;
}
.font_en_path {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
/*品质保证栏目字体样式*/
.Font_bz_red {color: #cc0000; font-size:14px; line-height:250%;}
.Font_bz_blue {color: #385db0; font-size:14px; line-height:150%;}

/********产品展示显示更多的MORE样式**********/
.pro_more{color:#CC0000; font-family:Tahoma, sans-serif; font-size:11px}

.input_text {
	font-size: 12px;
	color: #385cb0;
	background-color: #f0f0f0;
	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: #869fd9;
	border-right-color: #385cb0;
	border-bottom-color: #385CB0;
	border-left-color: #869fd9;
	height:20px;
	line-height: 130%;
}
.font-lh-150 {line-height: 150%;}
.en_title {font-size:16px; font-weight:bold; color:#385db0;font-family:Tahoma, sans-serif;}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#F5F5F5;line-height: 120%;
}
.tdbgmouseover{
background:#e7eefe;line-height: 120%;
}
.tdbg2
{
background:#e7eefe;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5{width:80px; background:url(/user/images/titlebg2.gif);line-height: 120%;padding-top:2px;cursor:hand;}
.title6{width:80px; background:url(/user/images/titlebg1.gif);color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;}
.button1 {
	font-size: 12px;
	color: #385cb0;
	background-color: #e7eefe;
	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: #869fd9;
	border-right-color: #385cb0;
	border-bottom-color: #385CB0;
	border-left-color: #869fd9;
	line-height: 150%;
	height: 22px;
	width: 110px;
}
.main_news /* 中栏最新新闻列表背景、文字颜色定义 */
{
/*background:url(/Skin/accel/bg_line.gif);*/
height: 24px;
line-height:22px;
background-image: url(/Skin/accel/bg_line.gif);
background-repeat: repeat-x;
background-position: bottom;
}
.list_news /* 新闻列表背景、文字颜色定义 */
{
float:left;
width:318px;
text-align:left;
height: 24px;
background-image: url(/Skin/accel/bg_line.gif);
background-repeat: repeat-x;
background-position: bottom;
}
.main_pic,.pic_art/* 首页滚动图片样式 */
{ padding:5px; width:85px;float:left;text-align:center;
}
/* 注册版面文本输入 */
.regist_input {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 16px;
	width: 179px;
}
/* 高级下拉选项标签 */
select {
	font-size: 12px;
	color: #666666;
	background-color: #f0f0f0;
	height: 22px;
	border: 1px solid #CCCCCC;
}

/*div定义开始*/
/*top和channel的css定义：对应css中“top”和“channel”，定义顶部样式*/
#accel_top,#accel_channel,#accel_user,#EN_channel,#EN_user{width:1000px; margin-left:auto; margin-right:auto;background-color:#ffffff}

#accel_top{background:url(/Skin/accel/index_BG.jpg) no-repeat bottom; height:282px;}

#accel_channel{background:url(/Skin/accel/AD2.jpg) no-repeat bottom; height:242px;}

#accel_user{background:url(/Skin/accel/user_bg.jpg) no-repeat bottom; height:200px;}

#EN_channel{background:url(/Skin/accel/en/AD2.jpg) no-repeat bottom; height:242px;}

#EN_user{background:url(/Skin/accel/en/user_bg.jpg) no-repeat bottom; height:200px;}

/*content的css定义：对应css中“content”，定义中部样式*/
#accel_index{padding-left:30px; padding-right:90px; width:880px; margin-left:auto; margin-right:auto; background-color:#FFFFFF;}
#accel_content{padding-left:30px; padding-right:90px; width:880px; margin-left:auto; margin-right:auto; background:url(/Skin/accel/bg_left_class.gif) repeat-y left;background-color:#FFFFFF;}

/*浮动层*/
#fudong {
	position:absolute;
	width:2px;
	height:2px;
	z-index:1;
	left: 50%;
	top: 0px;
}

/*新首页布局主要内容*/
#main{width:650px; float:right; margin-top:10px;}
#main_border1,#main_border2{border: 1px solid #e0e0e0; padding:1px;}
#main_border1{width:316px; float:right;}
#main_news{width:320px; float:left;}
#main_border2{width:650px; float:right; margin-top:5px;}
#main_news_t{width:320px; background:#ebebeb; line-height:22px; margin-top:12px;}

/*content_left的css定义：定义中部左栏样式*/
#accel_content_left{width:213px; float:left;}
#accel_content_left li{list-style:none;}
/*content_left_member的css定义：定义中部左栏会员登陆样式*/
#accel_content_left_member{background-color:#cddeff; background:url(/Skin/accel/bg_member.gif) no-repeat top; width:213px; float:left; height:128px;}
#accel_content_left_member_right {width:88px; float:right; text-align:left;}
#accel_content_left_member_rightcheck {padding-top:2px; width:88px; float:right; text-align:left;}
#accel_content_left_member_en{background-color:#cddeff; background:url(/Skin/accel/en/bg_member.gif) no-repeat top; width:213px; float:left;}
#accel_content_left_member_right {width:88px; float:right; text-align:left;}
#accel_content_left_member_rightcheck {padding-top:2px; width:88px; float:right; text-align:left;}

#accel_content_left_member_left {width:110px; float:left; padding-left:12px;}
/*content_left_about的css定义：定义中部左栏关于我们动画样式*/
#accel_content_left_about{width:213px; float:left; height:170px; padding-top:12px;}
#accel_content_left_about_en{width:213px; float:left; height:181px; padding-top:12px;}
/*content_left_vote的css定义：定义中部左栏统计信息样式*/
#accel_content_left_vote{background:url(/Skin/accel/bg_tong.gif) no-repeat bottom; width:213px; float:left; height:100px;}
#accel_content_left_vote_en{background:url(/Skin/accel/en/bg_tong.gif) no-repeat bottom; width:213px; float:left; height:60px;}
/*content_left_vote_content的css定义：定义中部左栏统计信息内容显示样式*/
#accel_content_left_vote_content{padding-top:12px; padding-left:12px; float:left; width:216px;}

/*注册页左栏顶部背景图*/
#left_top{height:26px; background:url(/Skin/accel/left_topb.gif) no-repeat right top;}
/*content_right的css定义：定义中部右栏样式*/
#accel_content_right{width:197px; float:right;}

/*content_class_class_right的css定义：定义频道右栏样式*/
#accel_content_class_right{width:730px; float:right; background:#FFFFFF;}
#accel_content_class_right li { list-style:none}
/*content_class_class_left的css定义：定义频道左栏样式*/
#accel_content_class_left{width:150px; float:left;}
#accel_Alone_left{width:150px; float:left; background:url(/Skin/accel/accel_left.gif) no-repeat top;}
#accel_regist_left{width:150px; float:left; background:url(/Skin/accel/regist_top_bg.gif) no-repeat top;}
/*content_class_class_path的css定义：定义频道页面你现在的位置背景样式*/
#accel_content_class_path1,#accel_content_class_path2{width:730px; float:left; background:url(/Skin/accel/bg_class_path.gif) repeat-x top; height:24px; }
#accel_content_class_path1{ text-align:right; line-height:24px;}
#accel_content_class_path2{ text-align:left; }
/*content_content_class_title的css定义：定义频道页面所在栏目标题样式*/
#accel_content_class_title{ text-align:left; background:#FFFFFF; margin-left:30px; width:80px; text-align:center; font-size:16px; font-weight:bold; color:#385db0;}

/*content_content_class的css定义：定义频道页面内容主体显示样式*/
#accel_content_class{width:670px; margin-left:auto; margin-right:auto; text-align:center}
#accel_content_class li{ list-style:none;}
#accel_down{background:url(/Skin/accel/down_bg.gif) repeat-y; padding:10px 30px; text-align:left}
.font_downT{color:#6699cc; line-height:150%;}

/*content_content_class_news的css定义：定义频道页面新闻显示样式*/
#accel_content_class_news{width:720px; margin-left:auto; margin-right:auto; background:url(/Skin/accel/news_show_bg.gif) no-repeat top;}
/*content_content_class_times的css定义：定义频道页面新闻显示录入时间样式*/
#accel_content_class_times{width:670px; margin-left:auto; margin-right:auto; text-align:right; padding-top:42px; height:50px;}/*content_content_class_show的css定义：定义频道页面内容文章显示样式*/
#accel_content_class_show{width:670px; line-height:24px; margin-left:auto; margin-right:auto;}

/*content_main的css定义：定义中部中栏样式*/
#accel_content_main{ margin-left:15px; width:440px; float:left; height:200px;}
#accel_content_main li{list-style:none;}
/*content_main_title的css定义：定义中部中栏栏目样式*/
#accel_content_main_title{width:440px; background:url(/Skin/accel/bg_t.gif); float:left; height:15px;}
/*content_main_promise的css定义：定义中部中栏品质保证样式*/
#accel_content_main_promise{width:135px; float:left; height:46px; vertical-align:top;  color:#666666}
/*content_main_promise_li的css定义：定义中部中栏品质保证分隔线样式*/
#accel_content_main_promise_li{width:15px; float:left; text-align:center;}

/*产品展示页面样式*/
#accel_pro_title_bg{float:left; background:url(/Skin/accel/pro_bg.gif) no-repeat top;width:710px; height:28px; padding-top:8px; padding-left:20px;}
#accel_pro_title_right{float:right; padding-right:20px;}
#accel_pro_title_left{float:left; font-weight:bold;}
#accel_pro_search{width:720px; height:28px; line-height:30px; float:left; text-align:right;}
#accel_pro_list{width:700px;  margin-left:auto; margin-right:auto; line-height:30px; float:left; }
#accel_pro_par {float:right; width:280px;}
#accel_pro_pic {float:flash; width:400px; padding:5px; background:#f0f0f0; text-align:center;}
.bg_line{background:url(/Skin/accel/bg_line.gif) repeat-x ; height:1px;}

/*新闻首页页面样式*/
#accel_news_class {width:320px; float:left; margin-left:auto; margin-right:auto; }
#accel_news_title_bg{background:url(/Skin/accel/news_bg.gif) no-repeat top;width:320px; height:28px; line-height:33px; float:left;list-style:none;}
#accel_news_list{padding-left:5px; width:310px; line-height:24px; text-align:left;background:url(/Skin/accel/bg_line.gif) repeat-x bottom;}
.bg_line{background:url(/Skin/accel/bg_line.gif) repeat-x ; height:1px;}

/*内容显示模板显示内容区域样式*/
#show_center{ margin-left:auto; margin-right:auto; width:720px;}
#accel_pro_par{width:300px!important; overflow:hidden;}
#accel_pro_par div{float:left;}
#accel_pro_pic img{width:400px!important;}
.bg_blue{ background-color: #E8FAFF; border:1px solid #8ED3FD; padding:1px;}
.font_13{ font-size:13px; line-height:150%;}
.font_red{ font-family:Tahoma, sans-serif; color:#cc0000;}
.bg_honor{ background-color: #E8FAFF; border:1px solid #8ED3FD; padding:3px; width:120px; margin:auto;}

/*留言模块样式*/
#accel_message_c { margin-left:auto; margin-right:auto; width:705px;background-color: #FAFAFA; border:1px solid #F0F0F0; padding:1px;}
#accel_message_r { float:right; width:550px;}
#accel_message_l { float:left; width:150px; text-align:center;}
#Guest_pic img{ width:85px; height:16px;}

/*foot的css定义：对应css中“foot”，定义底部样式*/
#accel_foot,#accel_class_foot{ padding-left:30px; padding-right:90px; width:880px; height:80px; margin-left:auto; margin-right:auto;background-color:#ffffff}
#accel_foot{ padding-top:10px;}
#accel_foot,#accel_class_foot li{list-style:none;}
/*foot_line的css定义：定义底部横线样式*/
#accel_foot_line3{width:880px; background:#385db0; line-height:3px;}
#accel_foot_line1{width:880px; background:#385db0; line-height:1px; margin-top:22px;}
/*foot_select的css定义：定义底部跳转菜单链接样式*/
#accel_foot_select{float:right; padding-right:20px;}

#left{float:left;}
#right{float:right;}
.clearbox {border-top:1px solid transparent !important; margin-top:-1px !important; border-top:0; margin-top:0; clear: both;visibility:hidden;}
/*div定义结束*/
