﻿@charset "utf-8";
/* CSS Document */


/* 重写浏览器的所有默认样式
---------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {/* 去掉了P */
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,th,var {/* 去掉了strong */
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym {
border: 0;
}


/* 基本属性
---------------------------------------------------------------------------------------------------------------------- */
body{
background:#fff url(images/nw/body_bg.png) no-repeat center top;
color:#444;
font-size:12px;
text-align:left;
font-family:"宋体";
}

a{text-decoration: none; font-family:"宋体";}
a:link,a:visited{color:#444;font-size:12px;}
a:hover,a:active,a:focus{color:#f00;text-decoration: underline;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed, a.cRed:link, a.cRed:visited{ color:#f00;}a.cRed:hover{color:#c00;}
.cGray, a.cGray:link, a.cGray:visited{ color:#999;}a.cGray:hover{color:#999;}

.fB {font-weight: bold;}
.f14px{ font-size:14px;}

input, button, select, textarea{font-size:12px;color:#444;}

/* 文本域
---------------------------------------------------------- */
.topidea_text01{width:150px;border:1px #999 solid;padding:3px;height:15px;line-height:15px;}
.topidea_text01_active{width:150px;border:1px #666 solid;padding:3px;height:15px;line-height:15px;background:#f3f9e5;}

.topidea_text02{width:50px;border:1px #999 solid;padding:3px;height:15px;line-height:15px;}
.topidea_text02_active{width:50px;border:1px #666 solid;padding:3px;height:15px;line-height:15px;background:#f3f9e5;}

.topidea_text03{width:380px;border:1px #999 solid;padding:3px;height:15px;line-height:15px;}
.topidea_text03_active{width:380px;border:1px #666 solid;padding:3px;height:15px;line-height:15px;background:#f3f9e5;}



/* 文本区域
---------------------------------------------------------- */
.topidea_textarea01{border:1px #999 solid;width:380px;height:90px;line-height:180%;padding:3px;}
.topidea_textarea01_active{border:1px #666 solid;width:380px;height:90px;line-height:180%;background:#f3f9e5;padding:3px;}

.topidea_textarea02{border:1px #999 solid;width:150px;height:150px;line-height:180%;padding:3px;}
.topidea_textarea02_active{border:1px #666 solid;width:150px;height:150px;line-height:180%;background:#f3f9e5;padding:3px;}


/* 按钮
---------------------------------------------------------- */
.topidea_btn01, .topidea_btn01_hover{
width:100px;height:29px;line-height:29px;overflow:hidden;font-size:14px;font-weight:bold;border:0px;color:#fff;cursor:pointer;}
.topidea_btn01{
background: url(images/btn/btn01.gif) left top no-repeat;
}
.topidea_btn01_hover{
background: url(images/btn/btn01.gif) left -29px no-repeat;
}

.topidea_btn02, .topidea_btn02_hover{
width:200px;height:29px;line-height:29px;overflow:hidden;font-size:14px;font-weight:bold;border:0px;color:#fff;cursor:pointer;}
.topidea_btn02{
background: url(images/btn/btn02.gif) left top no-repeat;
}
.topidea_btn02_hover{
background: url(images/btn/btn02.gif) left -29px no-repeat;
}

.topidea_btn03, .topidea_btn03_hover{
width:45px;height:23px;line-height:23px;overflow:hidden;font-weight:bold;border:0px;color:#fff;cursor:pointer;}
.topidea_btn03{
background: url(images/btn/btn03.gif) left top no-repeat;
}
.topidea_btn03_hover{
background: url(images/btn/btn03.gif) left -23px no-repeat;
}

.topidea_btn04, .topidea_btn04_hover{
width:80px;height:23px;line-height:23px;overflow:hidden;font-weight:bold;border:0px;color:#fff;cursor:pointer;}
.topidea_btn04{
background: url(images/btn/btn04.gif) left -23px no-repeat;
}
.topidea_btn04_hover{
background: url(images/btn/btn04.gif) left top no-repeat;
}

.topidea_btn05, .topidea_btn05_hover{
width:138px;height:29px;line-height:29px;overflow:hidden;font-size:14px;font-weight:bold;border:0px;color:#fff;cursor:pointer;}
.topidea_btn05{
background: url(images/btn/btn05.gif) left top no-repeat;
}
.topidea_btn05_hover{
background: url(images/btn/btn05.gif) left -29px no-repeat;
}


/* 按钮式链接
---------------------------------------------------------- */
a.topidea_link01, a:visited.topidea_link01{
display:inline-block;width:45px;height:23px;line-height:23px;text-align:center;font-weight:bold;color:#fff;background: url(images/btn/btn03.gif) left top no-repeat;}
a:hover.topidea_link01{
color:#fff;background: url(images/btn/btn03.gif) left -23px no-repeat;text-decoration:none;}
a.topidea_link02, a:visited.topidea_link02{
display:inline-block;width:100px;height:29px;line-height:29px;text-align:center;font-size:14px;font-weight:bold;color:#fff;background: url(images/btn/btn01.gif) left top no-repeat;}
a:hover.topidea_link02{
color:#fff;background: url(images/btn/btn01.gif) left -29px no-repeat;text-decoration:none;}




/* 清除浮动，同时解决容器不扩展问题，调用<div class="clear_box">&nbsp;</div>
---------------------------------------------------------- */
.clear_box{
font:0px/0px sans-serif;
clear:both;
display:block;
overflow:hidden;
height:0;
line-height:0px;
border:0px;
padding:0px;
margin:0px;
}



/* 总布局
---------------------------------------------------------------------------------------------------------------------- */
.header_top{
width:1000px;
height:36px;
margin:0 auto;
background:#fff;
}

.header{
width:980px;
height:123px;
margin:0 auto;
background: url(images/nw/top_bg.png) no-repeat left top;
}
.banner{ width:980px; margin:0 auto; padding:8px 0 0px;}
.wrapper{
padding-top:10px;
width:980px;
margin:0 auto;
padding-bottom:10px;
background:#fff;
}
.wrapper .main{
float:right;
width:704px;
overflow:hidden;
background:url(images/nw/main_bg.png) no-repeat left top;
padding:0 10px 10px;
border-bottom:1px solid #dedede;
}
.wrapper .sidebar{
float:left;
width:240px;
overflow:hidden;
}
.wrapper .sidebar .side_tit{ padding-bottom:0px;}

.footer{
width:800px;
height:85px;
margin:0 auto;
background:#fff url(images/nw/footer_bg.png) no-repeat left 10px;
text-align:left;
padding:17px 0px 0px 180px;
line-height:25px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}
.footer a, .footer a:visited{
font-family:Arial, Helvetica, sans-serif,"宋体";
color:#666;
}
.footer a:hover{
font-family:Arial, Helvetica, sans-serif,"宋体";
color:#f00;
}


/* logo、顶导航菜单
---------------------------------------------------------------------------------------------------------------------- */
.logo{
float:left;
display:block;
padding-left:25px;
width:150px;
height:88px;
cursor:pointer;
}
.logo .seo{
display:block;
text-indent:-9999px;
width:150px;
height:88px;
}

.top_nav{
float:left;
width:795px;
height:48px;
padding-top:40px;
padding-right:10px;
text-align:right;
line-height:30px;
}
.top_nav .phone{ font-size:24px; font-family:Arial, Helvetica, sans-serif; color:#0095b3; font-style:italic;}
.top_nav .line{
color:#656565;
}
.top_nav .shopping a.goto, .top_nav .shopping a.goto:visited{
color:#f00;
font-weight:bold;
text-decoration:underline;
}
.top_nav .shopping a.goto:hover{
color:#06c;
}


.top_nav_search{/* 顶部搜索 */
float:left;
width:780px;
text-align:right;
height:35px;
margin-top:10px;
}
.top_nav_search_text, .top_nav_search_text_active{/* 搜索文本域 */
border:1px solid #679800;
height:15px;
line-height:15px;
padding:3px;
width:160px;
background:#fff;
}
.top_nav_search_text_active{
border:1px solid #999;
background:#f3f9e5;
}
.top_nav_search_btn, .top_nav_search_btn_hover{/* 搜索按钮 */
width:45px;
height:23px;
line-height:23px;
overflow:hidden;
font-weight:bold;
border:0px;
color:#fff;
cursor:pointer;
}
.top_nav_search_btn{
background: url(images/btn/top_search_btn_bg.gif) left top no-repeat;
}
.top_nav_search_btn_hover{
background: url(images/btn/top_search_btn_bg.gif) left -23px no-repeat;
}



/*DIY导航
----------------------------------------------------------------------------------------------------------------------*/
/* 主导航
----------------------------------------------- */
#main_nav{
height:35px;
padding:0px 0px 0px 10px;
}
#main_nav #webmenu {
}
#main_nav #webmenu a {
font-size:14px;
color:#FFF;
text-decoration:none;
}
#main_nav #webmenu li ul {
display:none;
}
#main_nav #webmenu li ul li {
float:none;
}
*html #main_nav #webmenu li ul li {
display:inline;
}
#main_nav #webmenu li ul a {/* 定义二、三级导航 */
float:none;
height:27px;
line-height:27px;
font-size:12px;
}
#main_nav .first-menu{
height:35px;
}
#main_nav .first-menu li {
float:left;
position:relative;
}
#main_nav .first-menu a { /* 不要使用外边距，避免兼容bug */
float:left;
display:block;
padding-left:17px;
height:35px;
line-height:35px;
}
#main_nav .first-menu a.end{ padding-left:40px;}
#main_nav .first-menu a span{
float:left;
display:block;
padding-right:17px;
height:35px;
line-height:35px;
cursor:hand;
font-family:"微软雅黑",Arial, Helvetica, sans-serif,"宋体";
font-size:15px;
}

#main_nav .first-menu a.active, #main_nav .first-menu a.slide:hover{
border:0px;
}
#main_nav .first-menu a.active span, #main_nav .first-menu a.slide:hover span{
color:#fff; font-weight:bold;
border:0px;
}

#main_nav .second-menu, #main_nav .third-menu {
position:absolute;
z-index:100;
}
#main_nav .second-menu {
border:1px solid #00a6c6;
background:#fff;
}
#main_nav #webmenu .second-menu a {
padding-left:20px;/* 重置.first-menu a 带来的影响 */
color:#444;
display:block; height:27px; line-height:27px; overflow:hidden;
}
#main_nav #webmenu .second-menu a:hover{
color:#0095b2;
}
#main_nav #webmenu .second-menu a.arrow {
}
#main_nav #webmenu .second-menu a.arrow:hover {
}
#main_nav .third-menu {
}
#main_nav #webmenu .third-menu a {
padding-left:20px;/* 重置.first-menu a 带来的影响 */
color:#999;
}
#main_nav #webmenu .third-menu a:hover{
color:#0095b2;
}

/* 左上导航
----------------------------------------------- */
#topLeft_nav{
height:36px;
padding:0px;
float:left;
}
#topLeft_nav #webmenu {
float:left;
}
#topLeft_nav #webmenu a {
font-size:14px;
color:#FFF;
text-decoration:none;
}
#topLeft_nav #webmenu li ul {
display:none;
}
#topLeft_nav #webmenu li ul li {
float:none;
}
*html #topLeft_nav #webmenu li ul li {
display:inline;
}
#topLeft_nav #webmenu li ul a {/* 定义二、三级导航 */
float:none;
height:27px;
line-height:27px;
font-size:12px;
}
#topLeft_nav .first-menu{
height:36px;
background:#c00;
}
#topLeft_nav .first-menu li {
float:left;
position:relative;
}
#topLeft_nav .first-menu a { /* 不要使用外边距，避免兼容bug */
float:left;
display:block;
padding-left:20px;
height:36px;
line-height:36px;
background:#666;
}
#topLeft_nav .first-menu a span{
float:left;
display:block;
padding-right:20px;
height:36px;
line-height:36px;
cursor:hand;
}

#topLeft_nav .first-menu a.active, #topLeft_nav .first-menu a.slide:hover{
color:#000;
background:#666 url(/skin/default/images/nav_topleft_left.png) no-repeat left -36px;
_background:#666 url(/skin/default/images/nav_topleft_left_ie6.png) no-repeat left -36px;
border:0px;
}
#topLeft_nav .first-menu a.active span, #topLeft_nav .first-menu a.slide:hover span{
color:#000;
background:#666 url(/skin/default/images/nav_topleft_right.png) no-repeat right -36px;
_background:#666 url(/skin/default/images/nav_topleft_right_ie6.png) no-repeat right -36px;
border:0px;
}

#topLeft_nav .second-menu, #topLeft_nav .third-menu {
position:absolute;
z-index:100;
}
#topLeft_nav .second-menu {
}
#topLeft_nav .second-menu a {
padding-left:30px;/* 重置.first-menu a 带来的影响 */
background:#999;
}
#topLeft_nav .second-menu a:hover{
background:#555;
}
#topLeft_nav .second-menu a.arrow {
background:#999 url(/skin/default/images/arrow.gif) no-repeat right top;
}
#topLeft_nav .second-menu a.arrow:hover {
background:#555 url(/skin/default/images/arrow.gif) no-repeat right top;
}
#topLeft_nav .third-menu {
}
#topLeft_nav .third-menu a {
padding-left:30px;/* 重置.first-menu a 带来的影响 */
background:#555;
}
#topLeft_nav .third-menu a:hover{
background:#444;
}

/* 右上导航
----------------------------------------------- */
#topRight_nav{
height:36px;
padding:0px;
float:right;
}
#topRight_nav #webmenu {
float:right;
}
#topRight_nav #webmenu a {
font-size:14px;
color:#FFF;
text-decoration:none;
}
#topRight_nav #webmenu li ul {
display:none;
}
#topRight_nav #webmenu li ul li {
float:none;
}
*html #topRight_nav #webmenu li ul li {
display:inline;
}
#topRight_nav #webmenu li ul a {/* 定义二、三级导航 */
float:none;
height:27px;
line-height:27px;
font-size:12px;
}
#topRight_nav .first-menu{
height:36px;
background:#c00;
}
#topRight_nav .first-menu li {
float:left;
position:relative;
}
#topRight_nav .first-menu a { /* 不要使用外边距，避免兼容bug */
float:left;
display:block;
padding-left:20px;
height:36px;
line-height:36px;
background:#666;
}
#topRight_nav .first-menu a span{
float:left;
display:block;
padding-right:20px;
height:36px;
line-height:36px;
cursor:hand;
}

#topRight_nav .first-menu a.active, #topRight_nav .first-menu a.slide:hover{
color:#000;
background:#666 url(/skin/default/images/nav_topright_left.png) no-repeat left -36px;
_background:#666 url(/skin/default/images/nav_topright_left_ie6.png) no-repeat left -36px;
border:0px;
}
#topRight_nav .first-menu a.active span, #topRight_nav .first-menu a.slide:hover span{
color:#000;
background:#666 url(/skin/default/images/nav_topright_right.png) no-repeat right -36px;
_background:#666 url(/skin/default/images/nav_topright_right_ie6.png) no-repeat right -36px;
border:0px;
}

#topRight_nav .second-menu, #topRight_nav .third-menu {
position:absolute;
z-index:100;
}
#topRight_nav .second-menu {
}
#topRight_nav .second-menu a {
padding-left:30px;/* 重置.first-menu a 带来的影响 */
background:#999;
}
#topRight_nav .second-menu a:hover{
background:#555;
}
#topRight_nav .second-menu a.arrow {
background:#999 url(/skin/default/images/arrow.gif) no-repeat right top;
}
#topRight_nav .second-menu a.arrow:hover {
background:#555 url(/skin/default/images/arrow.gif) no-repeat right top;
}
#topRight_nav .third-menu {
}
#topRight_nav .third-menu a {
padding-left:30px;/* 重置.first-menu a 带来的影响 */
background:#555;
}
#topRight_nav .third-menu a:hover{
background:#444;
}


/* 底部导航
----------------------------------------------- */
#footer_nav{
width:1000px;
margin:0 auto;
background:#fff;
height:36px;
padding:0px;
}
#footer_nav #webmenu {
}
#footer_nav #webmenu a {
font-size:14px;
color:#FFF;
text-decoration:none;
}
#footer_nav #webmenu li ul {
display:none;
}
#footer_nav #webmenu li ul li {
float:none;
}
*html #footer_nav #webmenu li ul li {
display:inline;
}
#footer_nav #webmenu li ul a {/* 定义二、三级导航 */
float:none;
height:27px;
line-height:27px;
font-size:12px;
}
#footer_nav .first-menu{
height:36px;
background:#c00;
}
#footer_nav .first-menu li {
float:left;
display:block;
position:relative;
}
#footer_nav .first-menu a { /* 不要使用外边距，避免兼容bug */
float:left;
display:block;
padding-left:20px;
height:36px;
line-height:36px;
background:#999;
}
#footer_nav .first-menu a span{
float:left;
display:block;
padding-right:20px;
height:36px;
line-height:36px;
cursor:hand;
}

#footer_nav .first-menu a.active, #footer_nav .first-menu a.slide:hover{
color:#000;
background:#999 url(/skin/default/images/nav_footer_left.png) no-repeat left -36px;
_background:#999 url(/skin/default/images/nav_footer_left_ie6.png) no-repeat left -36px;
border:0px;
}
#footer_nav .first-menu a.active span, #footer_nav .first-menu a.slide:hover span{
color:#000;
background:#999 url(/skin/default/images/nav_footer_right.png) no-repeat right -36px;
_background:#999 url(/skin/default/images/nav_footer_right_ie6.png) no-repeat right -36px;
border:0px;
}

#footer_nav .second-menu, #footer_nav .third-menu {
position:absolute;
z-index:100;
}
#footer_nav .second-menu {
}
#footer_nav .second-menu a {
padding-left:30px;/* 重置.first-menu a 带来的影响 */
background:#999;
}
#footer_nav .second-menu a:hover{
background:#555;
}
#footer_nav .second-menu a.arrow {
background:#999 url(/skin/default/images/arrow.gif) no-repeat right top;
}
#footer_nav .second-menu a.arrow:hover {
background:#555 url(/skin/default/images/arrow.gif) no-repeat right top;
}
#footer_nav .third-menu {
}
#footer_nav .third-menu a {
padding-left:30px;/* 重置.first-menu a 带来的影响 */
background:#555;
}
#footer_nav .third-menu a:hover{
background:#444;
}


/* 侧栏
---------------------------------------------------------------------------------------------------------------------- */
/* 侧栏导航
----------------------------------------------- */
.sidebar_nav_title{
display:none;
height:28px;
line-height:28px;
background: url(images/nw/side_title_bg.png) no-repeat left top;
padding-left:15px;
color:#fff;
font-size:14px;
font-weight:bold;
}
.sidebar_nav{
background: #fff;
padding:0px;
border-left:1px solid #cecece;
border-top:0px solid #cecece;
}
.sidebar_nav_bottom{
height:10px;
}

.sidebar_nav li{
display:block;
background:url(images/nw/side_li_bg.png) no-repeat right bottom;
height:30px;
line-height:30px;
}
.sidebar_nav li a, .sidebar_nav li a:visited{/* 链接文字 */
color:#333;
}
.sidebar_nav a:hover{
color:#f00;
}

.sidebar_nav li.level1{/* 一级 */
padding-left:27px;
}
.sidebar_nav li.level1-active{/* 激活状态 */
height:26px;
line-height:26px;
padding-left:27px;
background: url(images/nw/side_li_on.png) no-repeat right bottom;
font-weight:bold;
}

.sidebar_nav li.level2{/* 二级 */
padding-left:47px;
}
.sidebar_nav li.level2-active{/* 激活状态 */
height:26px;
line-height:26px;
padding-left:47px;
background: url(images/nw/side_li_on.png) no-repeat right bottom;
font-weight:bold;
}

.sidebar_nav li.level3{/* 三级 */
padding-left:67px;
}
.sidebar_nav li.level3-active{/* 激活状态 */
height:26px;
line-height:26px;
padding-left:67px;
background: url(images/nw/side_li_on.png) no-repeat right bottom;
font-weight:bold;
}

.sidebar_nav li.level4{/* 四级 */
padding-left:87px;
}
.sidebar_nav li.level4-active{/* 激活状态 */
height:26px;
line-height:26px;
padding-left:87px;
background: url(images/nw/side_li_on.png) no-repeat right bottom;
font-weight:bold;
}

.sidebar_nav li.level5{/* 五级 */
padding-left:87px;
}
.sidebar_nav li.level5-active{/* 激活状态 */
height:26px;
line-height:26px;
padding-left:87px;
background: url(images/nw/side_li_on.png) no-repeat right bottom;
font-weight:bold;
}


/* 其他
----------------------------------------------- */
.sidebar_title{/* 公共标题 */
height:27px;
line-height:27px;
background:#ccc;
padding-left:15px;
font-weight:bold;
margin-top:10px;
}

.sidebar_new{/* 新品 */
padding:10px;
background: #f1f1f1;
}
.sidebar_new li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 8px no-repeat;
padding-left:15px;
}

.sidebar_recommend{/* 推荐 */
padding:10px;
background: #f1f1f1;
}
.sidebar_recommend li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 8px no-repeat;
padding-left:15px;
}

.sidebar_hot{/* 热门 */
padding:10px;
background: #f1f1f1;
}
.sidebar_hot li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 8px no-repeat;
padding-left:15px;
}


/* 当前位置
---------------------------------------------------------------------------------------------------------------------- */
.location{
float:right;
color:#999;
height:31px;
line-height:31px;
padding-left:35px;
padding-right:20px;
background: url(images/nw/main_tit_biao.png) no-repeat left top;
}

.description_box{
height:31px;
line-height:31px;
margin-bottom:20px;
}

.description_box span.cn{
/*display:block;需要上下排列时，把这段代码注释*/
font-size:14px;
color:#333;
font-weight:bold;
}
.description_box span.en{
/*display:block;需要上下排列时，把这段代码注释*/
margin-left:10px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#999;
}


/* 模型样式
---------------------------------------------------------------------------------------------------------------------- */
/* 页面内图片，需要的附加该样式
----------------------------------------------- */
.add_style img{
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.add_style a:hover img{
background:#fff;
padding:3px;
border:1px #c00 solid;
}


/* 页面内链接，需要的附加该样式
----------------------------------------------- */
.add_style a, .add_style a:visited{
font-size:14px;
color:#00f;
}
.add_style a:hover{
color:#f00;
}


/* 所有内容页 收藏、打印、字体大小、TOP
----------------------------------------------- */
/*shezhi*/
.shezhi{ height:30px; border-top:1px solid #ced8e1; margin:20px 0;}

.addthis{
float:left;
padding-top:5px;
width:300px;
padding-left:10px;
}

.font_top{
float:right;
padding-top:5px;
height:15px;
line-height:15px;
padding-right:10px;
}
.font_top a{ text-decoration: none; cursor:pointer;}
.font_top .dayin{ display: inline-block; background:url(images/dayin.gif) no-repeat; padding-left:20px; height:15px; line-height:15px; text-decoration:underline;}
.font_top .line{ color:#999;}
.font_top .big{ display: inline-block; background:url(images/font_big.gif) no-repeat; width:16px; height:15px; line-height:15px;}
.font_top .small{ display: inline-block; background:url(images/font_small.gif) no-repeat; width:16px; height:15px; line-height:15px;}
.font_top .top{ display: inline-block; background:url(images/top.gif) no-repeat; padding-left:20px; height:15px; line-height:15px; text-decoration:underline;}



/* 桥页
----------------------------------------------- */
.bridgepage_content{
padding:10px;
}


/* 单页面
----------------------------------------------- */
.page_content{
padding:0px 10px;
font-size:14px;
line-height:200%;
}
.page_content_pagination{/* 分页 */
text-align:center;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


/* 多页面
----------------------------------------------- */
.multipage_list_content{/* 父页面 */
padding:0px 10px;
font-size:14px;
line-height:200%;
}

.multipage_list_link{
width:382px;
margin:15px auto;
text-align:center;
}
.multipage_list_link li{
margin-bottom:5px;
}
.multipage_list_link a, .multipage_list_link a:visited{
display:block;
height:29px;
line-height:29px;
font-size:14px;
width:380px;
background:#f9f9f9;
border:1px #eee solid;
}
.multipage_list_link a:hover{
color: #f00;
background:#eee;
border:1px #ccc solid;
}

.multipage_content{/* 子页面 */
padding:0px 10px;
font-size:14px;
line-height:200%;
}
.multipage_content_pagination{/* 分页 */
text-align:center;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}

/*tab切换*/
.multipage_tab{ height:30px; background:#ccc;}
.multipage_tab ul.tab{ display:block; height:30px;}
.multipage_tab ul.tab li{ display:block; float:left; height:30px; line-height:30px; padding:0 5px;}
.multipage_tab ul.tab li a{ display:block; float:left; height:30px;}
.multipage_tab ul.tab li.active{ display:block; float:left; height:29px; line-height:29px; border:1px solid #999; border-bottom:0px; background:#fff;}
.multipage_tab ul.tab li.active a{ height:29px;}



/* 层级页面
----------------------------------------------- */
.classpage_content{
padding:0px 20px;
font-size:14px;
line-height:200%;
}
.classpage_content_pagination{/* 分页 */
text-align:center;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


/* 单级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.singleclass_list_box{
padding:10px;
}
.singleclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 13px no-repeat;
color:#999;
}
.singleclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.singleclass_list_box span.n1{
padding-left:20px;
width:520px;
}
.singleclass_list_box span.n1 a, .singleclass_list_box span.n1 a:visited{
font-size:14px;
}
.singleclass_list_box span.n1 a:hover{
color: #f00;
}
.singleclass_list_box span.n2, .singleclass_list_box span.n3{
width:70px;
}


/* 图文列表
------------------------- */
.singleclass_pt_list_box{
padding:10px;
}
.singleclass_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.singleclass_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}

.singleclass_pt_list_box span.n1{
width:165px;
}
.singleclass_pt_list_box span.n2{
width:515px;
line-height:180%;
color:#999;
}

.singleclass_pt_list_box span.n1 img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.singleclass_pt_list_box span.n1 a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.singleclass_pt_list_box a, .singleclass_pt_list_box a:visited{
font-size:14px;
}
.singleclass_pt_list_box a:hover{
color: #f00;
}

.singleclass_list_pagination{/* 分页 */
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


.singleclass_title{/* 内容面 */
padding:10px 10px 0px 10px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.singleclass_info{
margin:6px 0px 10px 0px;
height:25px;
text-align:center;
color:#999;
border-bottom:1px #ddd solid;
}
.singleclass_content{
padding:0px 10px;
font-size:14px;
line-height:200%;
}
.singleclass_content_pagination{/* 分页 */
text-align:center;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


.singleclass_PrevNext{/*上一篇下一篇*/
padding:5px 10px;
border-top:#ddd 1px solid;
}
.singleclass_PrevNext li{
height:21px;
line-height:21px;
}



/* 多级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.multiclass_list_box{
padding:10px;
}
.multiclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 13px no-repeat;
color:#999;
}
.multiclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.multiclass_list_box span.n1{
padding-left:20px;
width:590px;
}
.multiclass_list_box span.n1 a, .multiclass_list_box span.n1 a:visited{
font-size:14px;
}
.multiclass_list_box span.n1 a:hover{
color: #f00;
}
.multiclass_list_box span.n3{
width:70px;
}
.multiclass_list_pagination{/* 分页 */
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


/* 图文列表
------------------------- */
.multiclass_pt_list_box{
padding:10px;
}
.multiclass_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.multiclass_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.multiclass_pt_list_box span.n1{
width:165px;
}
.multiclass_pt_list_box span.n2{
width:515px;
line-height:180%;
color:#999;
}
.multiclass_pt_list_box span.n1 img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.multiclass_pt_list_box span.n1 a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.multiclass_pt_list_box a, .multiclass_pt_list_box a:visited{
font-size:14px;
}
.multiclass_pt_list_box a:hover{
color: #f00;
}


/* 图片列表
------------------------- */
.multiclass_p_list_box{
padding:10px;
}
.multiclass_p_list_box li{
display:block;
float:left;
width:170px;
text-align:center;
margin-bottom:10px;
}
.multiclass_p_list_box .pic img{
padding:2px;
border:1px #ccc solid;
}
.multiclass_p_list_box .pic a:hover img{
padding:2px;
border:1px #f60 solid;
}
.multiclass_p_list_box .title{
height:27px;
line-height:27px;
overflow:hidden;
}
.multiclass_p_list_box .title a, .multiclass_p_list_box .title a:visited{
font-size:12px;
}
.multiclass_p_list_box .title a:hover{
color: #f00;
}


/* 导读列表
------------------------- */
.multiclass_t_list_box{
padding:10px;
}
.multiclass_t_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.multiclass_t_list_box .title a, .multiclass_t_list_box .title a:visited{
font-size:14px;
}
.multiclass_t_list_box .title a:hover{
color: #f00;
}

.multiclass_t_list_box .txt{
margin-top:5px;
line-height:180%;
color:#999;
}




.multiclass_title{/* 内容面 */
padding:10px 10px 0px 10px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.multiclass_info{
margin:6px 0px 10px 0px;
height:25px;
text-align:center;
color:#999;
border-bottom:1px #ddd solid;
}
.multiclass_content{
padding:0px 10px;
font-size:14px;
line-height:200%;
}
.multiclass_content_pagination{/* 分页 */
text-align:center;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}

.multiclass_PrevNext{/*上一篇下一篇*/
padding:5px 10px;
border-top:#ddd 1px solid;
}
.multiclass_PrevNext li{
height:21px;
line-height:21px;
}



/* 产品
----------------------------------------------- */
.product_list_box{
padding:10px;
}
.product_list_box li{/* 列表 */
float:left;
width:340px;
overflow:hidden;
border-bottom:1px #ccc dashed;
padding-bottom:15px;
margin-bottom:15px;
}
.product_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.product_list_box span.n1{
width:110px;
}


.product_list_box span.n1 img{
border:1px solid #ccc;
padding:2px;
}
.product_list_box span.n1 a:hover img{
border:1px solid #f00;
text-align: center;
}

.product_list_box span.n2{
margin-top:6px;
width:230px;
color:#666;
}
.product_list_box span.n2 a.title, .product_list_box span.n2 a:visited.title{
font-size:14px;
font-weight:bold;
}

.product_list_box .product_overflow, .product_list_box .product_other{
width:230px;
height:17px;
line-height:17px;
overflow:hidden;
}
.product_list_box .product_overflow{
margin-top:6px;
}
.product_list_box .product_link{
position:relative;
width:230px;
margin-top:6px;
}
.product_list_box .product_link .shopping{
position:absolute;
top:0px;
left:102px;
}


.product_list_pagination{/* 分页 */
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


.product_title{/* 内容面 */
padding:10px 10px 0px 10px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.product_info{
margin:6px 0px 10px 0px;
height:25px;
text-align:center;
color:#999;
border-bottom:1px #ddd solid;
}
.product_expr li{/* 扩展 */
float:left;
height:36px;
line-height:36px;
width:50%;
text-indent:10px;
}
.product_content{
padding:0px 10px;
font-size:14px;
line-height:180%;
}
.product_content_pagination{/* 分页 */
text-align:center;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}

.product_inquiry_title{/* 发布留言 */
height:27px;
line-height:27px;
padding-left:10px;
font-size:14px;
font-weight:bold;
color:#06a;
border-bottom:#06a 1px solid;
margin-top:20px;
}

.product_inquiry_add{
padding:10px;
}

.product_inquiry_add .prompt{
padding-top:10px;
line-height:24px;
color:#3399CC;
}

.inquiry_table{
width:100%;
line-height:180%;
}
.inquiry_table th{
border:1px #eee solid;
padding:8px;
width:100px;
text-align:right;
font-weight:bold;
}
.inquiry_table td{
border:1px #eee solid;
padding:8px;
}

.product_PrevNext{/*上一篇下一篇*/
padding:5px 10px;
border-top:#ddd 1px solid;
}
.product_PrevNext li{
height:21px;
line-height:21px;
}


/* 招聘
----------------------------------------------- */
.job_list_box{
padding:0px 10px;
}

.job_list_box li.kuang{/* 列表 */
border:1px #ddd solid;
margin-bottom:15px;
zoom:1;
padding:5px;
}

.job_list_title{/* 标题 */
font-size:14px;
font-weight:bold;
height:27px;
line-height:27px;
padding-left:10px;
color:#444;
background:#f6f6f6;
border-bottom:1px #eee solid;
}
.job_list_title div.n1{
float:left;
}
.job_list_title div.n2{
float:right;
padding-right:10px;
font-weight:normal;
}
.job_list_title div.n2 a, .job_list_title div.n2 a:visited {
color:#444;
}
.job_list_title div.n2 a:hover{
color:#f00;
}


.job_info{
border-bottom:1px #ccc dashed;
padding:6px 0px;
}
.job_info li{
float:left;
height:23px;
line-height:23px;
width:50%;
text-indent:10px;
}
.job_list_description{
padding:10px;
line-height:180%;
border-bottom:1px #ccc dashed;
}
.job_list_requirements{
padding:10px;
line-height:180%;
}

.job_list_pagination{/* 分页 */
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}

.job_title{/* 应聘页 */
margin-top:30px;
padding-left:10px;
font-size:14px;
color:#444;
font-weight:bold;
}

.job_content{
padding:0px 10px;
}

.job_content .title{
height:35px;
line-height:35px;
color:#666;
}

.job_table{
width:100%;
line-height:180%;
}
.job_table th{
border:1px #eee solid;
padding:8px;
width:100px;
text-align:right;
}
.job_table td{
border:1px #eee solid;
padding:8px;
}



/* 留言
----------------------------------------------- */
/*tab切换*/
.guest_tab{ height:25px; background:#e0e0e0;}
.guest_tab ul.tab{ display:block; height:25px;}
.guest_tab ul.tab li{ display:block; float:left; height:25px; line-height:25px; padding:0 15px;}
.guest_tab ul.tab li a{ display:block; float:left; height:25px;}
.guest_tab ul.tab li.active{ display:block; float:left; height:24px; line-height:24px; border:1px solid #999; border-bottom:0px; background:#fff;}
.guest_tab ul.tab li.active a{ height:24px;}

.guest_list_box li{/* 列表 */
border:1px #ddd solid;
padding:5px;
margin:20px 10px 0px 10px;
}
.guest_list_info{/* 信息 */
height:29px;
line-height:29px;
padding-left:10px;
padding-right:10px;
border-bottom:1px #eee solid;
background-color:#f6f6f6;
}
.guest_list_info div.n1{
float:left;
font-weight:bold;
}
.guest_list_info div.n2{
float:right;
color:#999;
}


.guest_list_content{
padding:10px;
line-height:180%;
}
.guest_list_admincontent{
border-top:1px #ccc dashed;
color: #217d16;
padding:10px;
line-height:180%;
}

.guest_list_pagination{/* 分页 */
margin:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}



.guest_title{/* 发布留言 */
height:27px;
line-height:27px;
padding-left:10px;
font-size:14px;
font-weight:bold;
color:#06a;
border-bottom:1px #06a solid;
margin-top:20px;
}


.guest_add_kuang{
background:#fff;
margin:10px 10px 0px 10px;
}


.guest_add_kuang .prompt{
padding-top:10px;
line-height:24px;
color:#999;
}


.guest_table{
width:100%;
line-height:180%;
}
.guest_table th{
border:1px #eee solid;
padding:5px;
width:100px;
text-align:right;
font-weight:bold;
}
.guest_table td{
border:1px #eee solid;
padding:5px;
}



/* 表单
----------------------------------------------- */
.form_content{
padding:10px;
}
.form_class_box {/* 默认样式 */
background:#fff;
}
.form_class_box_FormText {
line-height:20px;
}
.form_class_t1{
padding:10px;
background:#666;
color:#fff;
font-weight:bold;
}
.form_class_t2{
font-weight:normal;
padding-left:10px;
}
.form_qa_box{
border:1px #ccc solid;
background:#f9f9f9;
padding:10px;
margin-bottom:10px;
}
.form_t{
height:31px;
line-height:31px;
border-bottom:1px #009 solid;
}
.form_qa_box dd{
padding:6px 0px;	
border-bottom:1px #ccc dotted;
}
.form_o{
padding-left:10px;	
}


/* 专题模型
----------------------------------------------- */
/* 专题列表页
------------------------- */
.special_list_box{/* 文字列表 */
padding:10px;
}
.special_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 13px no-repeat;
color:#999;
}
.special_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.special_list_box span.n1{
padding-left:20px;
width:520px;
}
.special_list_box span.n1 a, .special_list_box span.n1 a:visited{
font-size:14px;
}
.special_list_box span.n1 a:hover{
color: #f00;
}
.special_list_box span.n2, .special_list_box span.n3{
width:70px;
}


.special_pt_list_box{/* 图文列表 */
padding:10px;
}
.special_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.special_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.special_pt_list_box span.n1{
width:165px;
}
.special_pt_list_box span.n2{
width:515px;
line-height:180%;
color:#999;
}
.special_pt_list_box span.n1 img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.special_pt_list_box span.n1 a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.special_pt_list_box a, .special_pt_list_box a:visited{
font-size:14px;
}
.special_pt_list_box a:hover{
color: #f00;
}


.special_list_pagination{/* 分页 */
margin:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


/* 专题内容面
------------------------- */
.special_title{
padding:10px 10px 0px 10px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.special_info{
margin:6px 0px 10px 0px;
height:25px;
text-align:center;
color:#999;
border-bottom:1px #ddd solid;
}

.special_content{
padding:10px;
}


.special_content .pt_box{/* 图文简介信息 */
margin-bottom:10px;
font-size:14px;
line-height:180%;
color:#666;
}
.special_content .pt_box img{
float:left;
margin-right:10px;
margin-bottom:10px;
padding:4px;
border:1px #ccc solid;
}
.special_content a.more, .special_content a.more:visited{
font-size:14px;
color:#c00;
}
.special_content a.more:hover{
color: #f00;
}


.special_content dt{/* 话题title */
position:relative;
height:30px;
line-height:30px;
padding-left:20px;
border-bottom:#999 1px solid;
background:#eee;
font-size:14px;
font-weight:bold;
margin:10px 0px;
}
.special_content dt div.more{
position:absolute;
right:20px;
top:2px;
}
.special_content dt div.more a, .special_content dt div.more a:visited{
font-size:12px;
color:#666;
font-weight:normal;
}
.special_content dt div.more a:hover{
font-size:12px;
color: #f00;
}

.special_content_list_box dd{/* 文字列表 */
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) 10px 13px no-repeat;
color:#999;
}
.special_content_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.special_content_list_box span.n1{
padding-left:30px;
width:510px;
}
.special_content_list_box span.n1 a, .special_content_list_box span.n1 a:visited{
font-size:14px;
}
.special_content_list_box span.n1 a:hover{
color: #f00;
}
.special_content_list_box span.n2, .special_content_list_box span.n3{
width:70px;
}

.special_content_pt_list_box dd{/* 图文列表 */
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}
.special_content_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.special_content_pt_list_box span.n1{
width:165px;
}
.special_content_pt_list_box span.n2{
width:515px;
line-height:180%;
color:#666;
}
.special_content_pt_list_box span.n1 img{
padding:2px;
border:1px #ccc solid;
}
.special_content_pt_list_box span.n1 a:hover img{
padding:2px;
border:1px #f60 solid;
}
.special_content_pt_list_box a, .special_content_pt_list_box a:visited{
font-size:14px;
}
.special_content_pt_list_box a:hover{
color: #f00;
}


.special_content_p_list_box dd{/* 图片列表 */
display:block;
float:left;
padding:0px 5px;
width:160px;
text-align:center;
}
.special_content_p_list_box .title{
height:27px;
line-height:27px;
overflow:hidden;
}
.special_content_p_list_box img{
padding:2px;
border:1px #ccc solid;
}
.special_content_p_list_box a:hover img{
padding:2px;
border:1px #f60 solid;
}
.special_content_p_list_box a, .special_content_p_list_box a:visited{
font-size:12px;
}
.special_content_p_list_box a:hover{
color: #f00;
}


.special_PrevNext{/*上一篇下一篇*/
padding:5px 10px;
border-top:#ddd 1px solid;
}
.special_PrevNext li{
height:21px;
line-height:21px;
}



/* 话题列表页
------------------------- */
.topics_list_box{/* 文字列表 */
padding:10px;
}
.topics_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 13px no-repeat;
color:#999;
}
.topics_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.topics_list_box span.n1{
padding-left:20px;
width:520px;
}
.topics_list_box span.n1 a, .topics_list_box span.n1 a:visited{
font-size:14px;
}
.topics_list_box span.n1 a:hover{
color: #f00;
}
.topics_list_box span.n2, .topics_list_box span.n3{
width:70px;
}


.topics_pt_list_box{/* 图文列表 */
padding:10px;
}
.topics_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.topics_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.topics_pt_list_box span.n1{
width:165px;
}
.topics_pt_list_box span.n2{
width:515px;
line-height:180%;
color:#999;
}
.topics_pt_list_box span.n1 img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.topics_pt_list_box span.n1 a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.topics_pt_list_box a, .topics_pt_list_box a:visited{
font-size:14px;
}
.topics_pt_list_box a:hover{
color: #f00;
}


.topics_list_pagination{/* 分页 */
margin:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}



/* 话题内容面
------------------------- */
.topics_title{
padding:10px 10px 0px 10px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.topics_info{
margin:6px 0px 10px 0px;
height:25px;
text-align:center;
color:#999;
border-bottom:1px #ddd solid;
}
.topics_content{
padding:0px 10px;
font-size:14px;
line-height:200%;
}
.topics_content_pagination{/* 分页 */
text-align:center;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


.topics_PrevNext{/*上一篇下一篇*/
padding:5px 10px;
border-top:#ddd 1px solid;
}
.topics_PrevNext li{
height:21px;
line-height:21px;
}



/* 相册模型
----------------------------------------------- */
/* 文字列表
------------------------- */
.photoclass_list_box{
padding:10px;
}
.photoclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 13px no-repeat;
color:#999;
}
.photoclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.photoclass_list_box span.n1{
padding-left:20px;
width:520px;
}
.photoclass_list_box span.n1 a, .photoclass_list_box span.n1 a:visited{
font-size:14px;
}
.photoclass_list_box span.n1 a:hover{
color: #f00;
}
.photoclass_list_box span.n2, .photoclass_list_box span.n3{
width:70px;
}


/* 图文列表
------------------------- */
.photoclass_pt_list_box{
padding:10px;
}
.photoclass_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.photoclass_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}

.photoclass_pt_list_box span.n1{
width:165px;
}
.photoclass_pt_list_box span.n2{
width:515px;
line-height:180%;
color:#999;
}

.photoclass_pt_list_box span.n1 img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.photoclass_pt_list_box span.n1 a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.photoclass_pt_list_box a, .photoclass_pt_list_box a:visited{
font-size:14px;
}
.photoclass_pt_list_box a:hover{
color: #f00;
}

.photoclass_list_pagination{/* 分页 */
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


.photoclass_title{/* 内容面 */
padding:10px 10px 0px 10px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.photoclass_info{
margin:6px 0px 10px 0px;
height:25px;
text-align:center;
color:#999;
border-bottom:1px #ddd solid;
}
.photoclass_content{
padding:10px;
font-size:14px;
line-height:200%;
}
.photoclass_content_pagination{/* 分页 */
text-align:center;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}


.photoclass_PrevNext{/*上一篇下一篇*/
padding:5px 10px;
border-top:#ddd 1px solid;
}
.photoclass_PrevNext li{
height:21px;
line-height:21px;
}




/* 页面内权限不足小提示，留言、表单模型页用到
---------------------------------------------------------------------------------------------------------------------- */
.permissions_prompt{
border:#b3b6b0 1px solid;
line-height:180%;
padding:10px;
padding-left:40px;
color: #666;
background: url(images/icon_prompt.gif) #ffc 10px 10px no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.permissions_prompt span{
font-size:14px;
font-weight:bold;
}

.permissions_prompt a, .permissions_prompt a:visited{
text-decoration:underline;
color:#c00;
}
.permissions_prompt a:hover{
color: #06c;
}




/* 提示页面 ErrorMessage.aspx、找回密码 RecoverPwd.aspx、重置密码 ResetPwd.aspx
---------------------------------------------------------------------------------------------------------------------- */
.message_box{/* 总外框 */
padding:30px 60px;
}
.message_box .title{
background: url(images/lrg_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #ccc solid;
font-weight:bold;
}
.message_box .info{
border:1px #ccc solid;
border-top:0px;
padding:15px;
background:#fff;
}
.message_box .info .table{/* 表格 */
width:100%;
line-height:180%;
}
.message_box .info .table th{
width:180px;
text-align:center;
}
.message_box .info .table span{
font-size:14px;
font-weight:bold;
}





/* 登录页、注册页
---------------------------------------------------------------------------------------------------------------------- */
.lrg_box{/* 总外框 */
padding:30px 60px;
}


.lrg_box .n1{/* 登录页左右两部分 */
float:left;
width:430px;
}
.lrg_box .n2{
float:right;
width:430px;
}


.lrg_box .title{
background: url(images/lrg_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #ccc solid;
font-weight:bold;
}
.lrg_box .info{
border:1px #ccc solid;
border-top:0px;
padding:15px;
background:#f1f1f1;
}
.lrg_box .info .table{/* 列表表格 */
width:100%;
}
.lrg_box .info .table th{
text-align: right;
padding:5px 0px;
width:130px;
}
.lrg_box .info .table td{
padding:5px 0px;
}

.lrg_box .info .agreement{/* 注册协议 */
overflow: auto;
height:120px;
line-height:150%;
border:1px #ccc solid;
padding:5px 10px;
background:#fff;
}




/* 用户中心
---------------------------------------------------------------------------------------------------------------------- */
/* 布局
----------------------------------------------- */
.sidebar_user{
float:left;
width:200px;
padding-left:20px;
}
.main_user{
float:right;
width:750px;
padding-right:20px;
}
.main_user a, .main_user a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.main_user a:hover{
color: #f00;
}

.user_location{/* 当前位置 */
color:#999;
height:31px;
line-height:31px;
padding-left:20px;
}

/* 侧栏
----------------------------------------------- */
.sidebar_user .info{/* 会员信息 */
padding:10px;
background: #f1f1f1;
border:1px #ddd solid;
line-height:180%;
}
.sidebar_user .info span{
color:#c00;
font-family:Arial, Helvetica, sans-serif;
}

.sidebar_user .title{
height:27px;
line-height:27px;
background:#eee;
border:1px #ddd solid;
border-bottom:0px;
padding-left:15px;
font-weight:bold;
margin-top:10px;
}
.sidebar_user .contentbox{
padding:10px;
border:1px #ddd solid;
border-top:0px;
}
.sidebar_user .contentbox li{
height:27px;
line-height:27px;
background: url(images/icon_list.gif) left center no-repeat;
padding-left:15px;
}

/* 主体-列表表格
----------------------------------------------- */
.user_menu{/* 分页 */
padding:10px;
background:#eee;
border:1px solid #b3b6b0;
border-bottom:0px;
}
.user_box{
border:1px solid #b3b6b0;
overflow:hidden;
overflow:visible;
}
.user_list_table{
width:100%;
}
.user_list_table th{
border:1px #fff solid;
border-bottom:1px #dadada solid;
text-align: center;
font-weight:bold;
background: url(images/User_title_bg.gif) #fff;
height:30px;
line-height:30px;
}
.user_list_table td{
border:1px #fff solid;
padding:8px;
}

.user_pagination{/* 分页 */
padding:10px;
border:1px solid #b3b6b0;
border-top:0px;
height:25px;
line-height:25px;
margin-bottom:10px;
}

/* 主体
----------------------------------------------- */
.user_content_box{
margin-bottom:10px;
}

.user_order_info{/* 订单概述 */
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#fff;
font-size:14px;
line-height:180%;
}

.user_content_box .title{
background: url(images/User_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #b3b6b0 solid;
border-bottom:1px #dadada solid;
font-weight:bold;
}
.user_content_box .info{
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#fff;
}

.user_content_box .info .table{/* 表格 */
width:100%;
}
.user_content_box .info .table th{
text-align: right;
padding:5px;
width:130px;
}
.user_content_box .info .table td{
padding:5px;
line-height:180%;
}

.user_content_box .info dt{/* 订单信息 */
font-size:14px;
font-weight:bold;
padding:5px;
}
.user_content_box .info dd{
padding:5px;
border-bottom:1px #ccc dashed;
margin-bottom:10px;
line-height:180%;
}


.user_content_box .info .list_table{/* 商品清单列表表格 */
width:100%;
}
.user_content_box .info .list_table th{
padding:5px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc solid;
}
.user_content_box .info .list_table td{
padding:8px;
border-bottom:1px #ccc dashed;
}

.user_confirm_info{/* 商品清单统计信息 */
margin-top:10px;
padding:10px;
text-align:right;
line-height:180%;
}
.user_confirm_info span{
font-size:14px;
color:#f00;
}

.user_prompt{/* 小提示 */
border:1px #fe7e01 dashed;
line-height:180%;
padding:10px;
padding-left:40px;
background: url(images/icon_prompt.gif) #fdfddf 10px 10px no-repeat;
font-family:Arial, Helvetica, sans-serif;
zoom:1;
}
.user_prompt a, .user_prompt a:visited{
text-decoration:underline;
color:#c00;
}
.user_prompt a:hover{
color: #06c;
}



/* SiteMap样式
---------------------------------------------------------------------------------------------------------------------- */
.sitemap_box{
padding:0px 20px;
}

.sitemap_info{
color:#06a;
}
.sitemap_content{
padding:10px;
font-size:14px;
line-height:200%;
font-family:Arial, Helvetica, sans-serif;
padding-bottom:20px;
}



/* 公告
---------------------------------------------------------------------------------------------------------------------- */
.inform_title{
padding:10px 10px 0px 10px;
font-size:18px;
font-weight:bold;
text-align:center;
}

.inform_info{
margin:6px 0px 10px 0px;
height:25px;
text-align:center;
color:#999;
border-bottom:1px #ddd solid;
}
.inform_content{
padding:0px 10px;
font-size:14px;
line-height:200%;
}
.inform_content a, .inform_content a:visited{ /* 内容中的链接 */
font-size:14px;
color:#00f;
text-decoration:underline;
}
.inform_content a:hover{ /* 内容中的链接 */
color:#f00;
}


.inform_list_title{/* 以往公告标题 */
height:35px;
line-height:35px;
padding-left:15px;
font-size:14px;
font-weight:bold;
border-bottom:1px #06a solid;
}

.inform_list_box{/* 以往公告列表 */
padding:10px 0px;
}
.inform_list_box li{
padding:6px;
padding-left:18px;
line-height:180%;
border-bottom:1px #ccc dashed;
background:url(images/icon_list.gif) left 13px no-repeat;
color:#999;
}



/* 购买_shopping文件夹样式
---------------------------------------------------------------------------------------------------------------------- */
/* 公共
----------------------------------------------- */
.shopping_box{/* 总外框 */
padding:20px 20px;
}

.shopping_box .n1{/* 左右两部分 */
float:left;
width:730px;
}
.shopping_box .n2{
float:right;
width:200px;
}


.shopping_explain{/* 步骤说明 */
padding:10px 30px;
}

.shopping_prompt{/* 小提示 */
border:1px #fe7e01 dashed;
line-height:180%;
padding:10px;
padding-left:40px;
background: url(images/icon_prompt.gif) #fdfddf 10px 10px no-repeat;
font-family:Arial, Helvetica, sans-serif;
zoom:1;
}



/* 购物车
----------------------------------------------- */
.shopping_list_btn{/* 操作 */
width:940px;
margin:10px 0;
}
.shopping_list_btn .txt{
float:left;
text-align: left;
}
.shopping_list_btn .txt span{
font-size:16px;
font-weight:bold;
}
.shopping_list_btn .btn{
float:right;
text-align: right;
}

.shopping_list_box{/* 列表box */
background:#fbfbfb;
border:1px solid #b3b6b0;
overflow:hidden;
overflow:visible;
}
.shopping_list_box a, .shopping_list_box a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.shopping_list_box a:hover{
color: #f00;
}


.shopping_list_table{/* 列表表格 */
width:100%;
}
.shopping_list_table th{
border:1px #fff solid;
border-bottom:1px #dadada solid;
text-align: center;
font-weight:bold;
background: url(images/Shopping_List_bg.gif) #fff;
height:30px;
line-height:30px;
}
.shopping_list_table td{
border:1px #fff solid;
padding:8px;
}
.shopping_list_table img{
padding:3px;
border:1px #ccc solid;
}
.shopping_list_table a:hover img{
padding:3px;
border:1px #f60 solid;
background:#fff;
}


.shopping_list_info{/* 购物车统计信息 */
background:#eee;
border:1px solid #b3b6b0;
border-top:0px;
padding:10px;
text-align:right;
font-size:14px;
}



/* 其他
----------------------------------------------- */
.shopping_content_box{
margin-bottom:10px;
}

.shopping_content_box .title{
background: url(images/Shopping_List_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #b3b6b0 solid;
border-bottom:1px #dadada solid;
font-weight:bold;
}
.shopping_content_box .info{
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#fbfbfb;
}
.shopping_content_box a, .shopping_content_box a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.shopping_content_box a:hover{
color: #f00;
}

.shopping_content_box .info .table{/* 表格 */
width:100%;
}
.shopping_content_box .info .table th{
text-align: right;
padding:5px;
width:130px;
}
.shopping_content_box .info .table td{
padding:5px;
line-height:180%;
}

.shopping_content_box .info dt{/* 订单信息 */
font-size:14px;
font-weight:bold;
padding:5px;
}
.shopping_content_box .info dd{
padding:5px;
border-bottom:1px #ccc dashed;
margin-bottom:10px;
line-height:180%;
}


.shopping_content_box .info .list_table{/* 商品清单列表表格 */
width:100%;
}
.shopping_content_box .info .list_table th{
padding:5px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc solid;
}
.shopping_content_box .info .list_table td{
padding:8px;
border-bottom:1px #ccc dashed;
}

.shopping_confirm_info{/* 商品清单统计信息 */
margin-top:10px;
padding:10px;
text-align:right;
line-height:180%;
}
.shopping_confirm_info span{
font-size:14px;
color:#f00;
}

.shopping_confirm_btn{/* 提交订单 */
padding-top:10px;
text-align:right;
}

/* 右侧
----------------------------------------------- */
.shopping_content_box .info li{/* 订单信息 */
padding:3px;
}


/* 订单提交完成后提示
----------------------------------------------- */
.shopping_complete_box{
line-height:230%;
padding:30px 0px;
}
.shopping_complete_box .ok{
font-size:14px;
font-weight:bold;
text-align:center;
color: #c00;
}
.shopping_complete_box .ok span{
font-size:24px;
}
.shopping_complete_box .info{
font-size:14px;
}
.shopping_complete_box .prompt{
margin:20px 0px;
}
.shopping_complete_box .prompt a, .shopping_complete_box .prompt a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.shopping_complete_box .prompt a:hover{
color: #f00;
}

.shopping_complete_box .shopping_btn{
padding:10px;
text-align:center;
}



/* 公共搜索页布局
---------------------------------------------------------------------------------------------------------------------- */
.search_box{
padding:0px 20px;
}

.search_info{/* 信息 */
padding:10px;
border-bottom:1px #eee solid;
}

.site_search_textinput{/* 搜索文本域 */
border:1px solid #999;
font-size:14px;
height:15px;
line-height:15px;
padding:8px;
width:480px;
}
.site_search_textinput_hover{
border:1px solid #666;
font-size:14px;
height:15px;
line-height:15px;
padding:8px;
width:480px;
background:#f3f9e5;
}

.site_search_btn, .site_search_btn_hover{/* 搜索按钮 */
width:80px;
height:33px;
line-height:33px;
overflow:hidden;
font-size:14px;
font-weight:bold;
border:0px;
color:#fff;
cursor:pointer;
}
.site_search_btn{
background: url(images/btn/search_btn_bg.gif) left top no-repeat;
}
.site_search_btn_hover{
background: url(images/btn/search_btn_bg.gif) left -33px no-repeat;
}

.search_info .txt{
padding-top:10px;
}

.search_title{/* 标题 */
padding-top:20px;
}
.search_title a, .search_title a:visited{
font-weight:bold;
font-size:14px;
color:#333;
text-decoration:underline;
}
.search_title a:hover{
color:#06c;
}

a.search_more, a.search_more:visited{
font-weight: normal;
font-size:12px;
color:#069;
text-decoration: none;
cursor:hand;
}
a.search_more:hover{
color:#06c;
}

.search_list_box{
padding:0px 10px;
}

.search_reading{/* 导读 */
padding:5px 0px;
line-height:180%;
color:#999;
overflow:hidden;
}

.search_list_pagination{/* 分页 */
margin-top:20px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f9f9f9;
border-top:#ddd 1px solid;
}




/* 浮动式IM
---------------------------------------------------------------------------------------------------------------------- */
.float_im{
width:109px;
position:fixed;
left:6px;
top:120px;
z-index: 1001;
}

.float_im_title{
position:relative;
height:44px;
width:109px;
background:url(images/IM/IM_bg2.gif);
}
.float_im_title h2{
position:absolute;
top:0px;
left:0px;
height:44px;
width:109px;
cursor: pointer;
font-size:14px;
color:#999;
}

.float_im_content{
padding:5px 10px;
padding-bottom:12px;
background: url(images/IM/IM_bg2.gif) #fff left bottom no-repeat;
}
.float_im_content li{
border-bottom:1px #eee solid;
padding:3px 0px;
}




/* 嵌入式IM
---------------------------------------------------------------------------------------------------------------------- */
.im_box{
width:240px;
margin-top:10px;
}

.im_box_title{
height:82px;
padding-left:72px;
background: url(images/IM/IM_bg3.gif) left top no-repeat;
}
.im_box_title h3{
height:15px;
padding-top:22px;
}
.im_box_title .tel{
font-family:Arial, Helvetica, sans-serif;
font-size:21px;
color:#06a;
}

.im_box_content{
padding:0px 15px 15px 15px;
background: url(images/IM/IM_bg3.gif) left bottom no-repeat;
zoom:1;
}
.im_box_content li{
float:left;
padding:5px 0px;
width:105px;
border-bottom:1px #eee solid;
}



/* 广告系统
---------------------------------------------------------------------------------------------------------------------- */
/* 右下角弹窗广告
---------------------------------------------------------- */
.pop_up{
BORDER-RIGHT:#455690 1px solid;
BORDER-TOP:#a6b4cf 1px solid;
BORDER-LEFT:#a6b4cf 1px solid;
BORDER-BOTTOM:#455690 1px solid;
background:url(images/AD_Show/msg_TopBg.gif) #e5ecfc repeat-x;
}
.pop_up_title{
position:relative;
height:22px;
WIDTH: 100%;
}
.pop_up_title .logo{
position: absolute;
top:2px;
left:10px;
background:url(images/AD_Show/msg_Logo.gif) no-repeat;
cursor:default;
}
.pop_up_title .close{
position: absolute;
top:5px;
right:10px;
}

.pop_up_content{
BORDER-TOP: #728eb8 1px solid; 
BORDER-LEFT: #728eb8 1px solid;
BORDER-RIGHT: #b9c9ef 1px solid;
BORDER-BOTTOM: #b9c9ef 1px solid;
padding:3px;
margin:2px;
margin-top:0px;
background:#fff;
}


/* 全屏自动关闭广告
---------------------------------------------------------- */
.auto_close{
width:1000px;
margin:0 auto;
background:#fff;
}


/* 随屏滚动广告
---------------------------------------------------------- */
.float_AD{
position:relative;
}
.float_AD .close{
position:absolute;
top:3px;
right:3px;
z-index:9999;
}



/* AspNetPager分页控件样式
---------------------------------------------------------------------------------------------------------------------- */
/* 列表页
---------------------------------------------------------- */
.anpager{ text-align:center;}
.anpager .cpb{
background:#0095b2;
border:1px solid #0095b2;
font-weight:bold;
color:#fff;
padding:5px;
}

.anpager a, .anpager a:visited{
background:#fff;
border:1px solid #ddd;
color:#0095b2;
padding:5px;
text-decoration:none;
}

.anpager a:hover{
border:1px solid #999;
}


/* 内容页面
---------------------------------------------------------- */
.anpager_content{ text-align:center;}
.anpager_content .cpb{
background:#0095b2;
border:1px solid #0095b2;
font-weight:bold;
color:#fff;
padding:5px;
}

.anpager_content a, .anpager_content a:visited{
background:#fff;
border:1px solid #ddd;
color:#0095b2;
padding:5px;
text-decoration:none;
}

.anpager_content a:hover{
border:1px solid #999;
}





/*l_strive________________________________________________________________________________________________________________________*/

.ad{ font-size:0px; line-height:0px;}
.bk,.bk8,.bk10,.bk16{height:0;font:0px/0px sans-serif;clear:both;display:block;overflow:hidden;line-height:0px;border:0px;padding:0px;margin:0px;}
.bk8{ height:8px;}
.bk10{ height:10px;}
.bk16{ height:16px;}

.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.cl{zoom:1;}

.box{ border:1px solid #d7d7d7; background:#fff;}
	.box .tit{ height:29px; background:url(images/nw/tit1_bg_680.png) no-repeat left top; padding-left:14px; line-height:29px;}
		.box .tit .cn{ font-size:14px; font-weight:bold; color:#343434;}
		.box .tit .en{ font-size:14px; font-weight:bold; color:#b0b0b0; font-family:Arial, Helvetica, sans-serif,"宋体"; padding-left:9px;}
		.box .tit .more{ float:right; font-size:12px; color:#9a9a9a; padding-right:16px;}
	.box .tit2{ height:29px; background:url(images/nw/tit1_bg_680.png) no-repeat left top; padding-left:14px; line-height:29px;}
		.box .tit2 .cn{ font-size:14px; font-weight:bold; color:#343434;}
		.box .tit2 .en{ font-size:14px; font-weight:bold; color:#b0b0b0; font-family:Arial, Helvetica, sans-serif,"宋体"; padding-left:9px;}
		.box .tit2 .more{ float:right; font-size:12px; color:#9a9a9a; padding-right:10px;}
	.box .tit3{ height:29px; padding-left:14px; line-height:29px;}
		.box .tit3 .cn{ font-size:14px; font-weight:bold; color:#343434;}
		.box .tit3 .en{ font-size:14px; font-weight:bold; color:#b0b0b0; font-family:Arial, Helvetica, sans-serif,"宋体"; padding-left:9px;}
		.box .tit3 .more{ float:right; font-size:12px; color:#9a9a9a; padding-right:10px;}
	
	.box .cont{ padding:17px 10px 0;}
		.box .cont ul{ display:block;}
		.box .cont li{ display:block; height:25px; line-height:25px; padding-left:18px; background:url(images/nw/in_li3_bg.gif) no-repeat 4px 10px; overflow:hidden;}
		
		.box .cont .tw{ height:75px; padding:0 0px 10px 0;}
		.box .cont .tw img{ float:left; margin-right:10px;}
		.box .cont .tw .title{ display:block; float:left; width:160px; line-height:23px; color:#444; font-weight:bold;}
		.box .cont .tw .more{ display:block; float:left; padding-top:10px;}


/*首页样式*/
.in_banner{ width:980px; margin:0 auto; padding-top:8px;}
.in_wrap{ width:980px; margin:0 auto;}
	.in_wrap a,.in_wrap a:visited{ color:#666; text-decoration:none;}
	.in_wrap a:hover{ color:#f00; text-decoration:underline;}

.in_box1_1{ width:678px; height:262px; float:left; background:url(images/nw/in_box_cont1_bg.png) no-repeat left 29px;}
	.in_box1_1 .pic_box{ width:238px; height:176px; float:left; padding:18px 40px 0 16px;}
	.in_box1_1 .pic{ width:238px; height:176px; padding:4px; border:1px solid #e8e8e8;}
	.in_box1_1_2{ width:360px; float:left; padding-top:25px;}
		.in_box1_1_2 li{ display:block; height:25px; line-height:25px; background:url(images/nw/in_li1_bg.gif) no-repeat 6px 11px; padding-left:20px;}
		.in_box1_1_2 li span{ float:right; padding:0 10px 0 5px;}
		
.in_box1_2{ width:288px; height:300px; float:right;}
	.in_box1_2 .cont_gg{ padding:20px 10px 0;}
	.in_box1_2 li{ display:block; height:25px; line-height:25px; padding-left:14px; background:url(images/nw/dian_666.gif) no-repeat 6px 11px;}

.in_box1_3{ width:678px; height:300px; float:left; overflow:hidden;}
	.in_box1_3 .cont4{ padding:16px 9px 0 6px;}
	.in_box1_3 .tit_tab{ border-bottom:1px solid #dfdfdf; height:27px; line-height:27px; padding-left:10px;}
	.in_box1_3 .tit_tab li{ display:block; float:left; text-align:center; width:69px; color:#fff; margin-right:2px; cursor:pointer; font-size:14px; font-weight:bold;}
	.in_box1_3 .tit_tab li.active{ background:url(images/nw/tit_tab_bg1.png) no-repeat left top;}
	.in_box1_3 .tit_tab li.normal{ background:url(images/nw/tit_tab_bg2.png) no-repeat left top;}
	
	.in_box1_3 .cont_tab{ width:668px; height:205px; padding:17px 5px 0 5px; position:relative;}
		.in_box1_3 .cont_tab a.more{ position:absolute; top:-20px; right:25px; color:#9a9a9a; text-decoration:none;}
	.in_box1_3 .cont_tab ul{ display:block; width:1000px; float:left;}
	.in_box1_3 .cont_tab li{ display:block; width:130px; float:left; text-align:center;}
		.cont_tab .pic{ display:block; width:122px; padding:0 4px; text-align:center;}
		.cont_tab .wz{ display:block; height:35px; overflow:hidden; line-height:35px;}
		
		table.table_list td { width:122px; padding:0 4px; text-align:center; line-height:35px;}
		table.table_list td .pic{ display:block;}
		
	
	
	
	
.in_box1_4{ width:288px; height:300px; float:right;}
	.in_box1_4 .btn_box{ padding-top:20px; text-align:center;}
		.in_box1_4 .btn_box a,.in_box1_4 .btn_box a:visited{ display:block; width:155px; height:45px; background:url(images/nw/in_btn_zjdy.png) no-repeat left top; margin:0 auto;}

	

.in_box2_1{ width:333px; height:299px; float:left; margin-right:10px;}
.in_box2_2{ width:333px; height:299px; float:left;}
.in_box2_3{ width:288px; height:263px; float:right; background:#f5f5f5;}
	.in_box2_3 .tit_phone{ height:76px; background:url(images/nw/in_titphone_bg.png) no-repeat left bottom;}
	.in_box2_3 .cont_phone{ padding:5px 0 0 5px;}
		
		
		.in_box2_3 .cont_phone li.qq { display:block; width:135px; height:28px; padding-top:10px; float:left;}
		.in_box2_3 .cont_phone li.qq a{ padding-right:10px;}
		
		

.in_box3_1{ width:678px; height:280px; float:left; background:url(images/nw/in_box_cont2_bg.png) no-repeat left top;}
	.in_box3_1_1{ width:300px; float:left; padding-top:7px; margin-right:50px;}
	.in_box3_1_2{ width:300px; float:left; padding-top:7px;}
	.in_box3_1 .cont{ padding:8px 10px 0;}
	
.in_box3_2{ width:288px; height:280px; float:right;}
	.in_box3_2 .cont_fast{ padding-top:19px; text-align:center;}


.flk{ width:965px; height:33px; margin:0 auto; overflow:hidden; line-height:32px; background:url(images/nw/flk_bg.png) no-repeat left top; padding-left:15px; color:#fff;}
	.flk span{ float:left;}
	.flk a,.flk a:visited{ display:inline-block; float:left; padding-right:8px; color:#fff;}
	.flk a:hover{ text-decoration:underline;}
	/*二维码样式*/
	#codefans_net{
bottom:0px; _margin-bottom:0px; position:fixed; right:0px; 
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
z-index:10000;
}

