.l_title{ color:#fb7901; font-weight:bold; font-family:'微软雅黑';}
.l_title a{ color:#fb7901; font-weight:bold; font-family:'微软雅黑';}
.l_btitle{color:#598bb9; font-weight:bold; font-family:'微软雅黑';font-size:large;}

.l_content{color:#666;}

.l_content ul{ list-style-type:none; margin:0; padding:0 24px;}
.l_content ul li{list-style-type:disc; }
.l_content ul li a{list-style-type:disc;color:#598bb9; }

.l_content dl dt{ color:#598bb9;font-weight:bold; font-family:'微软雅黑';}
.l_content dl dt dd{ color:#666;}

.linkto{float:right;}
.linkto a{color:#6d9bc5;}
.linkto ul li{background:url(images/down.gif) left center no-repeat;display:inline;padding-left:13px}

.linktotop{float:right;}
.linktotop a{color:#6d9bc5;}
.linktotop ul li{background:url(images/up.gif) left center no-repeat;display:inline;padding-left:13px}

/*大列表*/
.howtobuy dt
{
    color:#fb7901; font-size:14px; font-weight:bold;

    }
.howtobuy dd
{
    color:#666;
    }
.howtobuy dd a
{
    color:#6d9bc5;
    text-decoration:underline;
    }

.line{ width：100%;border-top: medium solid #666666; } 

/*确认按钮*/
.divcheck
{
    margin:2px 10px;
    float:left;
    width:60px;
    height:30px;
    background:#7aaed5;
    padding:8px 0 0 15px;
    color:#ffffff;
    }
 .divcheck:hover
{
    width:58px;
    height:28px;
    padding:8px 0 0 15px;
    border:1px solid #95a1ad;
    }
/******************************
 导航栏下拉菜单样式 CSS
******************************/


ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;

}
/* 第一层列表样式 */
ul.nice-menu li {

  float: left; 
  height:20px;

}
ul.nice-menu a {
  padding: 0px;
}

ul.nice-menu ul {
  top: 2.9em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #fff;
  margin-right: 0; /* LTR */
}
ul.nice-menu ul li {
  width: 12.5em;
  border: 1px solid #fff;
  border-top: 0;
  height:25px;
  background:#cee7f3 no-repeat 0 0px;
}
/* 导航栏滑动样式表
*/
ul.nice-menu ul li a:hover{
  background:#9f9f9f;
  color:#fff;
}


/* personal additions */

ul.nice-menu a 
{
    font-size:13px;
    color: #0762a3;
}
ul.nice-menu ul li a
{
    padding-left:8px;
    padding-top:3px;
}

/******************************
  第二层下来菜单的样式
******************************/

ul.nice-menu-down {
}

ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

ul.nice-menu-down .menuparent a {

}

ul.nice-menu-down li.menuparent {
 background: #cee7f3 url(images/arrow-down.png) right center no-repeat;   /* LTR */
  background: #cee7f3 url(images/arrow-down.png) right center no-repeat; /*  LTR */
}

ul.nice-menu-down li.menuparent:hover {
  background: #cee7f3 url(images/arrow-down.png) right center no-repeat; /*  LTR */
  background: #cee7f3 url(images/arrow-down.png) right center no-repeat;/*   LTR */
}

ul.nice-menu-down li li.menuparent {
   background: #cee7f3 url(images/arrow-right.png) right center no-repeat;/* LTR */
  background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /* LTR */ /* sub-sub-menus */
}

ul.nice-menu-down li li.menuparent:hover {
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */ /* sub-sub-menus */
}



ul.nice-menu li {
  position: relative;
}

ul.nice-menu a {
  display: block;
}

ul.nice-menu ul,
/* For Garland header. */

#header-region ul.nice-menu ul {
  position: absolute;
  visibility: hidden;
}

ul.nice-menu li.over ul {
  visibility: visible;
}

ul.nice-menu ul li {
  display: block;
}

ul.nice-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Show submenus when over their parents. */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul,
#header-region ul.nice-menu li.menuparent li:hover ul,
#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,
#header-region ul.nice-menu li.over ul,
#header-region ul.nice-menu li.menuparent li.over ul,
#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
  visibility: visible;
}

/* Hide sub-menus initially. */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
/* Repeat all this stuff just for Garland headers. */

#header-region ul.nice-menu li.over li.over li.over ul ul ul {
  visibility: hidden;
}

/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.nice-menu li.menuparent ul,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul {
	overflow: visible !important;
	/* overflow: hidden; */
}

ul.nice-menu li.menuparent ul iframe,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 20px;
	height: 20px;
}
/* 下拉菜单变形 */

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li.menuparent {
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */ /* sub-sub-menus */
}

ul.nice-menu-down li.menuparent:hover {
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */ /* sub-sub-menus */
}

ul.nice-menu-down li li.menuparent {
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */ /* sub-sub-menus */
}

ul.nice-menu-down li li.menuparent:hover {
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */
 background: #cee7f3 url(images/arrow-right.png) right center no-repeat; /*  LTR */ /* sub-sub-menus */
}

/***************
 下拉菜单样式结束
***************/


/***************
 图片 aero 效果
***************/


/*::::: PIROBOX RULES::::::::*/
.piro_overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:url(images/overlay.png); display: none; z-index:99997; }

.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008; background:none }
.loading span span{position:absolute; display:block; width:30px;height:30px; z-index:100009;background: url(images/ajax-loader.gif) center center no-repeat!important;background: url(images/ajax-loader.gif) center center no-repeat;}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block; padding:0px; cursor:text; background:#4A4A4A;}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block; padding:0; background:none;}
.caption p{ display:block; margin:0;padding:4px 28px 4px 38px; text-align:center; font-weight:normal; background:#4A4A4A; color:white; font-size:12px;}

a.piro_close{position:absolute;top:20px;right:20px;height:35px;width:35px;background:url(images/close_btn.png) no-repeat;cursor:pointer;z-index:100006;}
a:hover.piro_close{background:url(images/close_btn_h.png) no-repeat;}

a.piro_next{position:absolute;top:50%;width:35px; height:35px;right:20px;text-indent:-999em;outline:none; display:block; margin:-18px 0 0 0;background:url(images/next.png) center right no-repeat; border:none; cursor:pointer;z-index:1000000001}
a:hover.piro_next{background:url(images/next_h.png) center right no-repeat;}

a.piro_prev{position:absolute;top:50%;width:35px; height:35px;left:20px; text-indent:-999em; outline:none;display:block;margin:-18px 0 0 0;background: url(images/prev.png) center left no-repeat;border:none; cursor:pointer; z-index:1000000000}
a:hover.piro_prev{background:url(images/prev_h.png) center left no-repeat;}

.pirobox_content {position:absolute; top:50%; left: 50%; padding:0; width: 800px; height: 600px; margin:-300px 0 0 -400px; display:block; z-index:99998;font-family:Trebuchet MS,Arial;}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;}
.pirobox_content img{ margin:0; padding:0; border:none;}

.t_l{background:url(images/t_l.png) no-repeat; width:20px; height:20px;}
.t_r{background: url(images/t_r.png) no-repeat; width:20px; height:20px;}
.t_c{height:20px; background:url(images/t_c.png) repeat-x;}

.c_l{width:20px; background: url(images/c_l.png) repeat-y;}
.c_c{background:white; margin:0; padding:0;}
.c_c div{width:760px; height:560px; margin:0; padding:0 0 0px 0;}
.c_r{width:20px; background: url(images/c_r.png) repeat-y;}

.b_c{height:20px; background:url(images/b_c.png) repeat-x;}
.b_l{background:url(images/b_l.png) no-repeat; width:20px; height:20px;}
.b_r{background:url(images/b_r.png) no-repeat; width:20px; height:20px;}

/*.t_l{background:#000; width:10px; height:10px;}
.t_r{background:#000; width:10px; height:10px;}
.t_c{height:10px; background:#000;}

.c_l{width:10px; background:#000;}
.c_c{background:#000; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: #000;}

.b_c{height:10px; background:#000;}
.b_l{background:#000; width:10px; height:10px;}
.b_r{background:#000; width:10px; height:10px;}
*/
.box_img{ position:absolute; z-index:99995; background: url(images/img_bg.png);width: 100%; top:30px; left:30px; height: 100%; padding:0;}
.err_mess{ position:absolute;bottom:20px; color:white; padding:0; margin:0 0 0 20px; display:block;}
.err_mess a{color:red; font-weight:700;}
#number{position:absolute;margin-left:3px;height:18px;width:30px; padding:3px;left:0;color:#fff;bottom:1px; font-size:11px;}
a.link_to {position:absolute;margin-right:6px;height:20px;width:20px;right:0;color:#999;bottom:3px; background:url(images/link_out.png) no-repeat; text-indent:-999em;}
a:hover.link_to { background:url(images/link_out_h.png) no-repeat;}
a.play{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;width:40px; height:40px; margin:0; outline:none; display:block;background:url(images/play.png) no-repeat; text-indent:-999em; border:none;cursor:pointer;}
a:hover.play{background:url(images/play_h.png) no-repeat;}
a.stop{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;;width:40px; height:40px; margin:0; outline:none; display:block;background:url(images/pause.png) no-repeat;text-indent:-999em; border:none;cursor:pointer;}
a:hover.stop{background:url(images/pause_h.png) no-repeat;}

