﻿@charset "utf-8";
/* ==全局样式定义==
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } */
body {
	font: normal normal normal 12px/180% Arial, "宋体" ,Helvetica,sans-serif;
	margin:0px;
	padding:0px;
	background: #fff;
	color: #777;
}
input[type=text], input[type=Keyword]
{
	font: normal normal normal 12px/180% Arial, "宋体" ,Helvetica,sans-serif;
    height: 15px;
    margin: 1px;
}
select{
	font: normal normal normal 12px/180% Arial, "宋体" ,Helvetica,sans-serif;
	color:#616161;
}
ul, li, dl, dt, dd {
	list-style:none;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
*, #*, .* {
	margin:0;
	padding:0;
}
/* ==网站连接配色== */
a
{
    text-decoration: none;
	color:#666;
}
#main_bg a:hover
{
	color: #ff4c0d;
	text-decoration: underline;
}


/* ==整体布局定义开始== */
/* --head(网页头部)、menu(网页头部导航菜单)、main_bg(网页中部主要内容)、foot(网页底部)-- */
#head, #menu, #foot, #main_bg, .c_padding, .main_standalone
{
    padding: 0px;
    margin: 0px auto;
    width: 778px;
}
#main_bg
{
    width: 778px;
}
/* --top_all(顶部)、center_all(中部)、bottom_all(底部)-- */
#top_all, #center_all, #bottom_all
{
    padding-bottom: 1px;
}
#top_all
{
    background: url(images/head_bg.gif) repeat-x top;
}

/* ==top_all(顶部)定义开始== */
/* --网页头部-- */
#head
{
	min-height: 79px;
	height:79px;
}
#logo
{
    float: left;
}
.site_search
{
	float: right;
	width: 216px;
	padding-top: 20px;
	white-space:nowrap;
	text-align: righrt;
}
.site_search img, .site_search input
{
	vertical-align:middle;
}
.site_search input
{
	width: 100px;
}
/* --网页头部导航菜单-- */
#menu
{

}
/* 网站节点导航 */
.main_menu
{
	background: url(images/menu_bg.gif) repeat-x;
	height: 33px;
	padding: 0 13px;
	overflow: hidden;
}
.main_menu li
{
	float: left;
	height: 33px;
	line-height: 32px;
}
.main_menu li a
{
	color: #fff;
	padding: 0 15px;
	white-space:nowrap;
}
.main_menu .Classon
{
	background: url(images/menu_bt_r.gif) no-repeat right;
}
.main_menu .Classon a
{
	float: left;
	height: 33px;
	line-height: 33px;
	background: url(images/menu_bt_l.gif) no-repeat left;
	color: #000;
}
.sub_menu
{
	background: url(images/subMenu_bg.gif) repeat-x;
	height: 33px;
	padding-left: 73px;
	overflow: hidden;
}
.sub_menu a
{
	float: left;
	padding: 0 13px;
	border-right: #999 1px solid;
	margin-top: 10px;
	height: 12px;
	line-height: 14px;
}
/* ==top_all(顶部)定义结束== */

/* ==center_all(中部)定义开始== */
/* --主要定义-- */
#main_bg
{
	position:relative;
}
#sidebar /* 网页中部左侧整体定义 */
{
	float: left;
	width: 195px;
}
#main_Content, #main_right /* 网页中部右侧整体定义1 */
{
	float: right;
	width: 577px;
	overflow:hidden;
}
#main_right table
{
	width:100%;
}
/* ==center_all(中部)定义结束== */

/* ==(左侧)定义开始== */
#sidebar dt
{
	background: url(images/title_bg_r.gif) no-repeat right top;
	height: 27px;
	line-height: 27px;
}
#sidebar dt span
{
	display: block;
	padding-left: 39px;
	background: url(images/title_bg_l.gif) no-repeat left top;
	font-weight: bold;
	font-size:14px;
	color: #0054a7;
}
#sidebar dt .more
{
	float: right;
	line-height: 27px;
	padding-right: 10px;
}
#sidebar dd
{
	border-left: #d7d7d7 1px solid;
	border-right: #d7d7d7 1px solid;
	border-bottom: #d7d7d7 1px solid;
}
.mail_login
{
	padding: 8px 10px;
}
.mail_login p
{
	margin: 5px 0;
}
.mail_login input, .mail_login img
{
	vertical-align:middle;
}
.mail_login .Userid_txt
{
	width: 120px;
}
.mail_login .Password_txt
{
	width: 65px;
}
.Package_box
{
	height: 170px;
	overflow: hidden;
	padding: 0 10px;
}
.Package_box a
{
	display: block;
	text-align: center;
	padding: 2px 0;
}
.Package_box a .pe_u_thumb_title
{
	display: none;
}
.newTry_list{
	padding: 5px 20px;
	min-height:55px;
	_height:55px;
}
.newTry_listgjh{
	padding: 5px 5px;
	min-height:55px;
	_height:55px;
}
.newTry_list li
{
	
	float: left;
	width: 65px;
	overflow: hidden;
	padding-left: 9px;
	background: url(images/lite_icon.gif) no-repeat 0px;
	line-height: 25px;
	height:25px;
	font-weight: bold;
}
#site_link
{
	width: 194px;
}
/* ==(左侧)定义结束== */

/* ==(内容)定义开始== */
#Navigation
{
	border: #cdcdcd 1px solid;
	background: url(images/nav_bg.gif) repeat-x;
	height: 29px;
	line-height: 29px;
}
#Navigation span
{
	float: left;
	background: url(images/nav_icon.gif) no-repeat 11px 7px;
	color: #0054a7;
	font-weight: bold;
	font-size: 14px;
	padding-left: 34px;
}
.sys_list
{
	float: right;
	width: 460px;
}
.sys_list a
{
	padding-right: 20px;
}
.main_flash
{
	height: 184px;
}
.news_box .hd
{
	background: url(images/news_btbg.gif) no-repeat;
	height: 24px;
	border-bottom: #f94f0b 1px solid;
	color: #828282;
	overflow: hidden;
}

.news_box .hd a, .news_box .hd a:hover
{
	color: #777 !important;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-decoration:none !important;
}
.news_box .hd li
{
	float: left;
	width: 127px;
	text-align: center;
	padding: 5px 0;
}
.news_box .hd .Classon
{
	width: 131px;
	background: url(images/news_bton.gif) no-repeat;
	text-align: center;
}
.news_box .hd .Classon a, .news_box .hd .Classon a:hover
{
	color: #fff !important;
}
.news_box .bd
{
	padding-bottom: 5px;
	border-left: #cdcdcd 1px solid;
	border-right: #cdcdcd 1px solid;
	border-bottom: #cdcdcd 1px solid;
	min-height:110px;
	_height:110px;
}
.news_pic
{
	float: left;
	padding: 8px 0 0 5px;
	display: inline;
}
.news_pic img
{
	width: 150px;
	height: 112px;
}
.news_list
{
	min-height: 125px;
	_height: 125px;
}
.news_list dd
{
	float: right;
	width: 385px;
	padding-top: 10px;
}
.news_list li
{
	padding-left: 12px;
	line-height: 22px;
	height: 22px;
	background: url(images/lite_icon2.gif) no-repeat 0 9px;
	color: #ff965d;
}
.news_pic li .pe_u_thumb_title
{
	display: none;
}
.news_pic li 
{
	background: none;
	height: auto;
}
.brand_box
{
	margin: 8px 0;
	min-height:110px;
}
.brand_box dd
{
	float: left;
	width: 176px;
	margin-right: 6px;
	background: url(images/brand_bgpic.gif) no-repeat center;
	display: inline;
	padding: 5px;
	height: 100px;
	padding-top: 5px;
}
.brand_box span
{
	float: left;
	margin: 10px 0 0 20px;
}
.brand_box ul
{
	padding-left: 20px;
	width:156px;
}
.brand_box li
{
	float: left;
	width: 60px;
	padding-right: 15px;
	line-height: 19px;
}


.brand_box114 ul
{
	padding-left: 40px;
	width:565px;
}


.mail_login 
{
	
height:70px;
padding-top:15px;
}


/*终端滚动图片*/
.show_box
{
	padding: 8px 0;
}
.show_box .productList .LeftBotton
{
	float:left;
	background: url(images/oem_leftarr.gif) no-repeat;
	cursor:pointer;
	height:64px;
	left:0;
	position:absolute;
	top:0;
	width:8px;
}
.show_box .productList .RightBotton
{
	float:right;
	background: url(images/oem_rightarr.gif) no-repeat;
	cursor:pointer;
	height:64px;
	position:absolute;
	right:0;
	top:0;
	width:8px;
}
.show_box .productList 
{
	margin-left:15px;
	position:relative;
	width:558px;
}
.show_box .productList li
{
	float:left;
	width:76px;
}
.show_box .productList li img
{
	border:1px solid #dddddd;
	height:67px;
	width:67px;
}
.show_box .pe_u_thumb_title
{
	display: none;
}
.show_box #ISL_Cont_1
{
	margin-left: 20px;
}
/* ==(内容)定义结束== */

/*版权信息*/
#foot
{
	clear: both;
	padding: 10px 0;
	border-top: #ff4c0e 2px solid;
	line-height: 18px;
	color: #777;
	text-align: center;
	background: url(images/customer_pic.gif) no-repeat bottom right;
}
.copyright {
	float:right;
	margin-top:16px;
	color:#4a4a49;
	text-align: right;
}

/*==书签菜单定义开始==*/
#AdminTabs {
    height: 24px;
    clear: both;
}
#AdminTabs, #AdminTabs ul, #AdminTabs li {
      margin: 0px;
      padding: 0px;
}
/*书签右侧间隔*/
#AdminTabs li {
    cursor: pointer;
    margin-right: 2px;
    font-weight: bold;
}
#AdminTabs li, #AdminTabs a {
      float: left;
}
/*-左背景，等同图片宽度-*/
#AdminTabs a {
      background:url("Images/tableft.gif") no-repeat left top;
      margin: 0px;
      padding-left: 3px;
      text-decoration: none;
      font: normal normal normal 12px/24px Arial, "宋体" ,Helvetica,sans-serif;
      display: block;
      text-align: center;
      /*_width:70px;*/
      min-width:70px;
}
/*-右背景，左缩进需减去左背景缩进-*/
#AdminTabs a span {
      float: none;
      display: block;
      background: url("Images/tabright.gif") no-repeat right top;
      padding: 0px 8px 0px 5px;
      color: #000;
}
/*-背景定位-*/
#AdminTabs a:hover, #AdminTabs #current a {
      background-position: 0% -24px;
}
#AdminTabs a:hover span, #AdminTabs #current a span {
      background-position: 100% -24px;
      color: #fff;
}
/*==书签菜单定义结束==*/

/*通用定义*/
.Gen_title
{
	background: url(images/Gen_title_r.gif) no-repeat right top;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
}
.Gen_title .title
{
	display: block;
	background: url(images/Gen_title_l.gif) no-repeat left top;
	padding-left: 10px;
	height: 25px;
}
.Gen_title .more
{
	float: right;
	padding-right: 10px;
}
.Gen_title .title span
{
	float: left;
	background: url(images/Gen_title_r2.gif) no-repeat right top;
	height: 25px;
}
.Gen_title .title a
{
	float: left;
	height: 20px;
	background: url(images/Gen_title_l2.gif) no-repeat left top;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #ff4c0e;
	padding-top: 5px;
	line-height: 20px;
}
.Sub_title .title a
{
	font-size: 14px;
}
.navigation, .r_navigation
{
	padding-left: 20px;
	background: url(images/nav_icon.gif) no-repeat 0 2px;
}
.class_title
{
	background-color: #E6EFF8;
}
.pagecss /*通用分页*/
{
	float: right;
	margin: 10px;
}
.c_spacing /*通用分隔*/
{
	line-height: 4px;
}
.clearbox /*清除盒*/
{
    border-top: 1px solid transparent !important;
    margin-top: -1px !important;
    border-top: 0px;
    margin-top: 0px;
    height: 0px;
    clear: both;
    background: none;
    font-size: 0px;
    visibility: hidden;
	line-height: 0px;
}
.noBorder
{
	border: 0px !important;
}

/* ================== 内页通用部份 ================= */
.sub_Nav, .sub_Nav font, .sub_Nav a
{
	font-size: 12px !important;
}
.sub_Nav a
{
	color: #0054a7;
}
.sub_Nav font a
{
	color: #ff5d07;
}
/* 左侧节点导航 */
.node_Nav li
{
	background: url(images/nodebg.gif) repeat-x top;
}
.node_Nav a
{
	display: block;
	background: url(images/lite_icon3.gif) no-repeat 25px 9px;
	padding-left: 45px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
}
.side_topList
{
	padding: 5px 0;
}
.side_topList li
{
	background: url(images/lite_icon4.gif) no-repeat 10px;
	padding-left: 20px;
	line-height: 22px;
	color: #333;
}

/* ================== 会员通用部份 ================= */
.login_box
{
	padding: 10px;
	line-height: 21px;
}
.login_box tr
{
	line-height: 26px;
}
.bt_login_list
{
	text-align: center;
	padding: 5px 0 0;
}
.bt_login_list a
{
	color: #ff4b0c;
	padding-right: 10px;
}
.loginbutton
{
	background: url(images/login_bt.gif) no-repeat;
	width: 50px;
	height: 20px;
	border: 0;
}
.inputbutton
{
	background: url(images/Gen_bt.gif) repeat-x;
	border: #9acaf7 1px solid;
	color: #2a67b2;
	height: 24px;
	line-height: 25px;
	margin: 0 0 3px;
	font-weight: bold;
}
/* ================== 会员后台 ================= */
#contentright
{
	width: 540px;
}
.P_width
{
	width: 778px;
}
.p_center
{
	text-align:center;
	padding:5px 0;
}
#main_right_box
{
	margin-left:auto;
}