﻿@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:url(images/jnn/body_bg.gif);
color:#333;
font-size:12px;
text-align:left;
font-family:"宋体";
}

a{text-decoration: none;}
a:link,a:visited{color:#333;font-size:12px;}
a:hover,a:active,a:focus{color:#f00;text-decoration: none;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed, a.cRed:link, a.cRed:visited{ color:#f00;}a.cRed:hover{color:#c00;}

.fB {font-weight: bold;}
.f14px{ font-size:14px;}
.height{padding:5px;}/* 高度10px */

input, button, select{font-size:12px;color:#444;}
input.width0{ width:30px; border:1px #999 solid; padding:3px;}
input.width1{ width:50px; border:1px #999 solid; padding:3px;}
input.width2{ width:150px; border:1px #999 solid; padding:3px;}
input.width3{ width:380px; border:1px #999 solid; padding:3px;}

textarea{font-size:12px;color:#444;}
textarea.width0{ width:150px; height:150px;border:1px #999 solid; padding:3px; line-height:180%;}
textarea.width1{ width:380px; height:90px;border:1px #999 solid; padding:3px; line-height:180%;}
textarea.width2{ width:380px; height:160px;border:1px #999 solid; padding:3px; line-height:180%;}

/* 解决容器不扩展问题，调用<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;
}



/* 总布局
---------------------------------------------------------------------------------------------------------------------- */
.index_header{
width:980px;
height:484px;
margin:0 auto;
background:url(images/jnn/header_bg.gif) #FFF no-repeat;
}
.channel_header{
width:980px;
height:386px;
margin:0 auto;
background:url(images/jnn/header_bg.gif) #FFF no-repeat;
}

.wrapper{
width:980px;
margin:0 auto;
background:#fff;
}
.wrapper .sidebar{
float:left;
margin-left:16px;
_margin-left:8px;
width:202px;
padding-bottom:25px;
overflow:hidden;
}
.wrapper .main{
float:left;
width:732px;
overflow:hidden;
margin-left:14px;
padding-bottom:25px;
background:url(images/jnn/description_box_bg.gif) no-repeat;
}

.footer{
width:960px;
margin:0 auto;
background:#fff;
text-align:center;
padding:15px 10px;
line-height:180%;
color:#666;
}
.footer a, .footer a:visited{
color:#666;
}
.footer a:hover{
color:#f00;
}


/* logo、顶导航菜单
---------------------------------------------------------------------------------------------------------------------- */
.logo{
float:left;
display:block;
width:230px;
height:112px;
cursor:pointer;
}
.logo h1{
text-indent:-9999px;
width:230px;
height:112px;
}


.top_nav{
float:left;
width:705px;
padding-top:9px;
height:44px;
text-align:right;
padding-right:45px;
color:#999;
}
.top_nav a, .top_nav a:visited{
color:#999;
}
.top_nav a:hover{
color:#063c3d;
text-decoration:none;
}


/* 频道导航菜单
---------------------------------------------------------------------------------------------------------------------- */
#main_nav{
float:left;
width:735px;
padding-top:12px;
height:24px;
padding-left:15px;
}
#main_nav li{
display:inline;
}
#main_nav a{
float:left;
font-weight:bold;
padding-left:2px;
color:#fff;
margin-left:3px;
}
#main_nav a span{
float:left;
display:block;
padding-left:7px;
padding-right:9px;
}

/* 针对IE5和Mac的hack调整 \*/
#main_nav a span{float:none;}
/* End IE5-Mac hack */

#main_nav a:hover{
background-position:0% -29px;
color:#ff0;
text-decoration:none;
}
#main_nav a:hover span{
background-position:100% -29px;
}
/* 当前频道的样式定义[开始] */
#main_nav a.ok_top{
background-position:0% -29px;
}
#main_nav a.ok_top span{
background-position:100% -29px;
}
#main_nav a:hover.ok_top span{
color:#ff0;
text-decoration:none;
}



/* 二级导航
---------------------------------------------------------- */
#sub_nav_box{
float:left;
position:relative;
margin-left:1px;
color:#666;
}
#sub_nav_box a, #sub_nav_box a:visited{
color:#666;
}
#sub_nav_box a:hover{
text-decoration:none;
color: #f00;
}

.sub_nav0, .sub_nav1, .sub_nav2, .sub_nav3, .sub_nav4, .sub_nav5, .sub_nav6, .sub_nav7, .sub_nav8{
position:absolute;
height:13px;
padding-top:10px;
top:0px;
left:0px;
}

.sub_nav0{
left:14px;
padding-left:73px;
display:none;
background:url(images/jnn/gonggao_bg.gif) left 6px no-repeat;
}
.sub_nav0_icon0{
position:absolute;
left:20px;
top:-5px;
background:url(images/jnn/icon03.gif) no-repeat;
width:10px;
height:8px;
}

.sub_nav1{
left:10px;
width:300px;
display:none;
}
.sub_nav0_icon1{
position:absolute;
left:83px;
top:-5px;
background:url(images/jnn/icon03.gif) no-repeat;
width:10px;
height:8px;
}


.sub_nav2{
left:116px;
width:150px;
display:none;
}
.sub_nav0_icon2{
position:absolute;
left:52px;
top:-5px;
background:url(images/jnn/icon03.gif) no-repeat;
width:10px;
height:8px;
}

.sub_nav3{
left:150px;
width:260px;
display:none;
}
.sub_nav0_icon3{
position:absolute;
left:90px;
top:-5px;
background:url(images/jnn/icon03.gif) no-repeat;
width:10px;
height:8px;
}


.sub_nav5{
left:335px;
width:150px;
display:none;
}
.sub_nav0_icon5{
position:absolute;
left:52px;
top:-5px;
background:url(images/jnn/icon03.gif) no-repeat;
width:10px;
height:8px;
}

.sub_nav6{
left:406px;
width:150px;
display:none;
}
.sub_nav0_icon6{
position:absolute;
left:52px;
top:-5px;
background:url(images/jnn/icon03.gif) no-repeat;
width:10px;
height:8px;
}

.sub_nav7{
left:444px;
width:220px;
display:none;
}
.sub_nav0_icon7{
position:absolute;
left:86px;
top:-5px;
background:url(images/jnn/icon03.gif) no-repeat;
width:10px;
height:8px;
}

.sub_nav8{
left:556px;
width:140px;
display:none;
}
.sub_nav0_icon8{
position:absolute;
left:52px;
top:-5px;
background:url(images/jnn/icon03.gif) no-repeat;
width:10px;
height:8px;
}




/* 侧栏
---------------------------------------------------------------------------------------------------------------------- */
/* 侧栏导航
----------------------------------------------- */
.sidebar_nav_title{
padding-top:27px;
height:23px;
background:url(images/jnn/sidebar_nav_title.gif) no-repeat;
padding-left:49px;
font-size:14px;
font-weight:bold;
color:#333;
}
.sidebar_nav{
background: #fff;
padding:10px 15px;
}
.sidebar_nav li{
padding-top:8px;
height:19px;
}
.sidebar_nav a, .sidebar_nav a:visited{/* 链接文字 */
color:#333;
}
.sidebar_nav a:hover{
color:#f00;
}
.sidebar_nav li.hover a, .sidebar_nav li.hover a:visited{/* 当前链接文字 */
color:#007876;
font-weight:bold;
}
.sidebar_nav li.hover a:hover{
color:#f00;
font-weight:bold;
}
.sidebar_nav_bottom{
display:none;
height:10px;
background:#09f;
}



.sidebar_title{/* 公共标题 */
padding-top:27px;
height:23px;
background:url(images/jnn/sidebar_nav_title.gif) left bottom no-repeat;
padding-left:49px;
font-size:14px;
font-weight:bold;
color:#333;
margin-top:10px;
}

.sidebar_search{/* 搜索 */
padding:10px 10px;
background: #fff;
}
.sidebar_search input#txtKeyWords{ width:120px; border:1px #999 solid; padding:3px;}


.sidebar_new{/* 新品 */
padding:10px 15px;
background: #fff;
}
.sidebar_new li{
height:25px;
line-height:25px;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}

.sidebar_recommend{/* 推荐 */
padding:10px 15px;
background: #fff;
}
.sidebar_recommend li{
height:25px;
line-height:25px;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}

.sidebar_hot{/* 热门 */
padding:10px 15px;
background: #fff;
}
.sidebar_hot li{
height:25px;
line-height:25px;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}


/* 模型样式
---------------------------------------------------------------------------------------------------------------------- */
/* 公共
----------------------------------------------- */
.page_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.multipage_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.singleclass_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.multiclass_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}





/* 当前位置
----------------------------------------------- */
.description_box{
position:relative;
height:60px;
}

.location{
padding-top:12px;
color:#8c8c8d;
text-align:right;
padding-right:40px;
}
.location a, .location a:visited{
color:#8c8c8d;
}
.location a:hover{
color:#186567;
}

.description_txt{
position: absolute;
left:31px;
padding-top:25px;
}
.description_txt span.cn{
display:block;/*需要上下排列时，把这段代码释放*/
font-size:16px;
font-weight:bold;
color:#007876;
}
.description_txt span.en{
margin-left:10px;
display:none;/*需要上下排列时，把这段代码释放*/
font-size:24px;
font-family:Arial, Helvetica, sans-serif;
color:#999;
}



/* 桥页
----------------------------------------------- */
.bridgepage_content{
padding:10px;
font-size:14px;
line-height:200%;
}



/* 单页面
----------------------------------------------- */
.page_content{
padding:10px 50px;
font-size:14px;
line-height:200%;
}
.page_content a, .page_content a:visited{
font-size:14px;
}

.page_content table{
line-height:200%;
border:0px;
}
.page_content table .td_border{
border-bottom:#ccc 1px dashed;
}
.page_content table a, .page_content table a:visited{
color:#007876;
text-decoration:underline;
}
.page_content table a:hover{
color:#f00;
}

/* 多页面
----------------------------------------------- */
.multipage_list_content{/* 父页面 */
padding:10px;
font-size:14px;
line-height:200%;
}

.multipage_list_link{
padding:10px;
text-align:center;
}
.multipage_list_link li{
margin-bottom:5px;
}
.multipage_list_link a, .multipage_list_link a:visited{
display:block;
height:32px;
line-height:32px;
font-size:14px;
width:280px;
background:#ddd;
}
.multipage_list_link a:hover{
color: #f00;
background:#ccc;
}


.multipage_content{/* 子页面 */
padding:10px;
font-size:14px;
line-height:200%;
}
.multipage_content a, .multipage_content a:visited{
font-size:14px;
}




/* 单级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.singleclass_list_box{
padding:0px 24px;
padding-top:21px;
}
.singleclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/jnn/icon04.gif) 5px 13px no-repeat;
color:#999;
}
.singleclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.singleclass_list_box span.n1{
padding-left:25px;
width:519px;
}
.singleclass_list_box span.n1 a, .singleclass_list_box span.n1 a:visited{
font-size:14px;
}
.singleclass_list_box span.n1 a:hover{
color: #186567;
}
.singleclass_list_box span.n2, .singleclass_list_box span.n3{
width:70px;
}


/* 图文列表
------------------------- */
.singleclass_pt_list_box{
margin-top:18px;
padding:10px 24px;
padding-bottom:0px;
}
.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{
padding-left:3px;
width:170px;
}
.singleclass_pt_list_box span.n2{
margin-top:12px;
width:510px;
line-height:200%;
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 #186567 solid;
}
.singleclass_pt_list_box a, .singleclass_pt_list_box a:visited{
font-size:14px;
color:#343434;
}
.singleclass_pt_list_box a:hover{
color: #186567;
}

.singleclass_list_pagination{/* 分页 */
padding:15px 27px;
}


.singleclass_title{/* 内容面 */
margin:0px 50px;
margin-top:18px;
padding:10px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.singleclass_info{
margin:0px 50px;
height:36px;
line-height:36px;
text-align:center;
border-bottom:1px #ccc dashed;
}
.singleclass_content{
margin:0px 50px;
padding:10px;
font-size:14px;
line-height:200%;
}
.singleclass_PrevNext{/*上一篇下一篇*/
border-top:1px #ccc dashed;
padding:10px 0px;
margin:0px 50px;
}
.singleclass_PrevNext li{
height:27px;
line-height:27px;
}



/* 多级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.multiclass_list_box{
padding:0px 24px;
padding-top:21px;
}
.multiclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/jnn/icon04.gif) 5px 13px no-repeat;
color:#999;
}
.multiclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.multiclass_list_box span.n1{
padding-left:25px;
width:519px;
}
.multiclass_list_box span.n1 a, .multiclass_list_box span.n1 a:visited{
font-size:14px;
}
.multiclass_list_box span.n1 a:hover{
color: #186567;
}
.multiclass_list_box span.n2, .multiclass_list_box span.n3{
width:70px;
}
.multiclass_list_pagination{/* 分页 */
padding:15px 27px;
}


/* 图文列表
------------------------- */
.multiclass_pt_list_box{
margin-top:18px;
padding:10px 24px;
padding-bottom:0px;
}
.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:170px;
}
.multiclass_pt_list_box span.n2{
margin-top:12px;
width:514px;
line-height:200%;
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 #186567 solid;
}
.multiclass_pt_list_box a, .multiclass_pt_list_box a:visited{
font-size:14px;
color:#343434;
}
.multiclass_pt_list_box a:hover{
color: #186567;
}


.multiclass_title{/* 内容面 */
margin:0px 50px;
margin-top:18px;
padding:10px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.multiclass_info{
margin:0px 50px;
height:36px;
line-height:36px;
text-align:center;
border-bottom:1px #ccc dashed;
}
.multiclass_content{
margin:0px 50px;
padding:10px;
font-size:14px;
line-height:200%;
}
.multiclass_PrevNext{/*上一篇下一篇*/
border-top:1px #ccc dashed;
padding:10px 0px;
margin:0px 50px;
}
.multiclass_PrevNext li{
height:27px;
line-height:27px;
}



/* 产品
----------------------------------------------- */
.product_list_box{
margin:0px 50px;
margin-top:20px;
background:#fff;
}
.product_list_box li{/* 列表 */
float:left;
width:312px;
overflow:hidden;
padding-bottom:10px;
margin-bottom:20px;
border-bottom:1px #ccc dashed;
}
.product_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.product_list_box span.n1{
padding-left:3px;
width:120px;
}
.product_list_box span.n1 img{
border:1px solid #ccc;
padding:2px;
background:#fff;
}
.product_list_box span.n1 a:hover img{
border:1px solid #186567;
}

.product_list_box span.n2{
line-height:180%;
}
.product_list_box span.n2 a, .product_list_box span.n2 a:visited{
font-size:14px;
color:#007876;
text-decoration:underline;
}
.product_list_box span.n2 a:hover{
color:#f00;
}

.product_list_box span.n2 .leibie{
font-size:12px;
color:#999;
}
.product_list_box span.n2 .leibie a, .product_list_box span.n2 .leibie a:visited{
font-size:12px;
color:#999;
text-decoration:none;
}
.product_list_box span.n2 .leibie a:hover{
color:#f00;
}

.product_list_pagination{/* 分页 */
margin:0px 50px;
padding:0px 0px;
padding-left:3px;
}



.product_title{/* 内容面 */
margin:0px 50px;
margin-top:19px;
padding:10px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.product_info{
margin:0px 50px;
height:36px;
line-height:36px;
text-align: center;
border-bottom:1px #ccc dashed;
}
.product_expr li{/* 扩展 */
float:left;
height:36px;
line-height:36px;
width:50%;
text-indent:10px;
}
.product_content{
margin:0px 50px;
background:#fff;
padding:10px;
font-size:14px;
line-height:200%;
}


.product_inquiry_title{/* 发布留言 */
margin:0px 50px;
padding:10px;
font-size:14px;
font-weight:bold;
color:#007876;
border-bottom:1px #007876 solid;
}

.product_inquiry_add{
margin:0px 50px;
background:#fff;
padding:10px;
}

.product_inquiry_add .prompt{
padding-top:10px;
line-height:24px;
color:#007876;
}

.inquiry_table{
width:100%;
line-height:200%;
}
.inquiry_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
background:#f1f1f1;
}
.inquiry_table td{
border:1px #dadada solid;
padding:8px;
}

.product_PrevNext{/*上一篇下一篇*/
margin:0px 50px;
background:#fff;
padding:10px 0px;
border-top:1px #ccc dashed;
}
.product_PrevNext li{
height:25px;
line-height:25px;
}


/* 招聘
----------------------------------------------- */
.job_list_box{
margin:10px 50px;
margin-top:29px;
}

.job_list_box .kuang{
border:1px solid #afc9d7;
margin-bottom:15px;
padding:0 10px;
}

.job_list_box li{/* 列表 */
background:#fff;
}

.job_list_title{/* 标题 */
margin-top:10px;
border-bottom:1px #ccc dashed;
height:36px;
line-height:36px;
padding-left:10px;
color:#007876;
font-size:14px;
font-weight:bold;
}
.job_list_title div.n1{
float:left;
}
.job_list_title div.n2{
float:right;
padding-right:10px;
}
.job_list_title div.n2 a, .job_list_title div.n2 a:visited{
color:#007876;
}
.job_list_title div.n2 a:hover{
color:#f00;
}


.job_info{
border-bottom:1px #ccc dashed;
}
.job_info li{
float:left;
height:32px;
line-height:32px;
width:50%;
text-indent:10px;
}
.job_list_description{
border-bottom:1px #ccc dashed;
padding:10px;
line-height:200%;
}
.job_list_requirements{
padding:10px;
line-height:200%;
}

.job_list_pagination{/* 分页 */
margin:0px 50px;
padding:10px 0px;
}



.job_title{/* 应聘页 */
margin:0px 50px;
margin-top:19px;
padding:10px;
font-size:14px;
color:#007876;
font-weight:bold;
background:#fff;
border-bottom:1px #ccc dashed;
}

.job_content{
margin:0px 50px;
background:#fff;
padding:10px;
}

.job_content .title{
height:30px;
line-height:30px;
color:#007876;
}

.job_table{
width:100%;
line-height:180%;
}
.job_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
background:#f1f1f1;
}
.job_table td{
border:1px #dadada solid;
padding:8px;
}


/* 留言
----------------------------------------------- */
.guest_list_box{
margin-top:29px;
}

.guest_list_box li{/* 列表 */
margin:0 50px;
margin-top:15px;
border:1px solid #afc9d7;
zoom:1;
padding:0 10px;
}
.guest_list_info{/* 信息 */
margin-top:10px;
padding:6px 10px;
border-bottom:1px #ccc dashed;
}
.guest_list_info div.n1{
float:left;
font-size:14px;
color:#007876;
font-weight:bold;
}
.guest_list_info div.n2{
float:right;
color:#999;
}


.guest_list_content{
padding:10px;
line-height:200%;
}
.guest_list_admincontent{
border-top:1px #ccc dashed;
padding:10px;
color:#007876;
line-height:200%;
}

.guest_list_pagination{/* 分页 */
margin:20px 50px;
}



.guest_title{/* 发布留言 */
margin:0px 50px;
padding:10px;
padding-top:20px;
font-size:14px;
color:#007876;
font-weight:bold;
border-bottom:1px #007876 solid;
}

.guest_add{
margin:0px 50px;
background:#fff;
padding:10px;
}

.guest_add .prompt{
padding-top:10px;
line-height:24px;
color:#007876;
}

.guest_table{
width:100%;
line-height:200%;
}
.guest_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
background:#f1f1f1;
}
.guest_table td{
border:1px #dadada solid;
padding:8px;
}



/* 表单
----------------------------------------------- */
.form_content{
padding:10px;
font-size:14px;
line-height:200%;
}






/* 专题模型
----------------------------------------------- */
/* 专题列表页
------------------------- */
.special_list_box{/* 文字列表 */
padding:10px;
}
.special_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.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:550px;
}
.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:140px;
}
.special_pt_list_box span.n2{
width:570px;
line-height:180%;
color:#666;
}
.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;
color:#c00;
}
.special_pt_list_box a:hover{
color: #f00;
}


.special_list_pagination{/* 分页 */
padding:10px;
}


/* 专题内容面
------------------------- */
.special_title{
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.special_info{
height:36px;
line-height:36px;
text-align:center;
border-bottom:1px #ccc dashed;
}


.special_content{
padding:10px;
border-bottom:1px #ccc dashed;
}

.special_content .pt_box{/* 图文简介信息 */
margin-bottom:10px;
font-size:14px;
line-height:200%;
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;
background:#ddd;
font-size:14px;
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:#333;
}
.special_content dt div.more a:hover{
color: #f00;
}

.special_content_list_box dd{/* 文字列表 */
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.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:540px;
}
.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:140px;
}
.special_content_pt_list_box span.n2{
width:570px;
line-height:180%;
color:#666;
}
.special_content_pt_list_box span.n1 img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.special_content_pt_list_box span.n1 a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.special_content_pt_list_box a, .special_content_pt_list_box a:visited{
font-size:14px;
color:#c00;
}
.special_content_pt_list_box a:hover{
color: #f00;
}


.special_PrevNext{/*上一篇下一篇*/
padding-left:10px;
}
.special_PrevNext li{
height:27px;
line-height:27px;
}



/* 话题列表页
------------------------- */
.topics_list_box{/* 文字列表 */
padding:10px;
}
.topics_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.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:550px;
}
.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:140px;
}
.topics_pt_list_box span.n2{
width:570px;
line-height:180%;
color:#666;
}
.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;
color:#c00;
}
.topics_pt_list_box a:hover{
color: #f00;
}


.topics_list_pagination{/* 分页 */
padding:10px;
}



/* 话题内容面
------------------------- */
.topics_title{
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.topics_info{
height:36px;
line-height:36px;
text-align:center;
border-bottom:1px #ccc dashed;
}
.topics_content{
padding:10px;
font-size:14px;
line-height:200%;
border-bottom:1px #ccc dashed;
}

.topics_PrevNext{/*上一篇下一篇*/
padding-left:10px;
}
.topics_PrevNext li{
height:27px;
line-height:27px;
}







/* 公告
----------------------------------------------- */
.announcement_title{
margin:0px 50px;
margin-top:18px;
padding:10px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.announcement_content{
margin:0px 50px;
padding:10px;
font-size:14px;
line-height:200%;
border-bottom:1px #ccc dashed;
}
.announcement_info{
margin:0px 50px;
height:36px;
line-height:36px;
text-align:right;
}

.announcement_list_title{/* 以往公告标题 */
margin:0px 50px;
margin-top:10px;
padding:10px;
font-size:14px;
font-weight:bold;
color:#007876;
border-bottom:1px #007876 solid;
}

.announcement_list_box{/* 以往公告列表 */
margin:0px 50px;
padding:10px;
}
.announcement_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/jnn/icon04.gif) left 13px no-repeat;
color:#999;
}
.announcement_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.announcement_list_box span.n1{
padding-left:20px;
width:522px;
}
.announcement_list_box span.n1 a, .announcement_list_box span.n1 a:visited{
font-size:14px;
}
.announcement_list_box span.n1 a:hover{
color: #f00;
}
.announcement_list_box span.n2{
width:70px;
}







/* 购买
---------------------------------------------------------------------------------------------------------------------- */
/* 公共
----------------------------------------------- */
.shopping_box{/* 总外框 */
padding:30px 60px;
background:#fff;
}
.shopping_box a, .shopping_box a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.shopping_box a:hover{
color: #f00;
}

.shopping_box .n1{/* 左右两部分 */
float:left;
width:650px;
}
.shopping_box .n2{
float:right;
width:220px;
}


.shopping_explain{/* 步骤说明 */
padding:10px;
font-size:14px;
border-top:1px #ccc solid;
}

.shopping_prompt{/* 小提示 */
padding:10px;
border:1px #ccc dashed;
color:#666;
line-height:180%;
margin-top:10px;
}



/* 购物车
----------------------------------------------- */
.shopping_list_btn{/* 操作 */
position:relative;
text-align:right;
width:880px;
margin:10px 0;
}
.shopping_list_btn .txt{
position:absolute;
text-align: left;
left:0px;
}
.shopping_list_btn .txt span{
font-size:14px;
font-weight:bold;
}


.shopping_list_box{/* 列表box */
background:#f1f1f1;
border:1px solid #b3b6b0;
overflow:hidden;
overflow:visible;
}


.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/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;
}


.shopping_list_info{/* 购物车统计信息 */
background:#ddd;
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/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:#f1f1f1;
}

.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:10px;
text-align:right;
}

/* 右侧
----------------------------------------------- */
.shopping_content_box .info li{/* 订单信息 */
padding:3px;
}


/* 订单提交完成后提示
----------------------------------------------- */
.shopping_complete_box{
line-height:230%;
}
.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;
color: #c00;
}
.shopping_complete_box .prompt{
margin-bottom:20px;
}
.shopping_complete_box .btn{
padding:10px;
text-align:center;
}






/* 登录页、注册页
---------------------------------------------------------------------------------------------------------------------- */
.lrg_box{/* 总外框 */
padding:30px 60px;
}


.lrg_box .n1{/* 登录页左右两部分 */
float:left;
width:420px;
}
.lrg_box .n2{
float:right;
width:420px;
}


.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;
height:30px;
width:130px;
}
.lrg_box .info .table td{
height:30px;
}




/* 用户中心
---------------------------------------------------------------------------------------------------------------------- */
/* 布局
----------------------------------------------- */
.sidebar_user{
float:left;
width:230px;
padding:10px;
}
.main_user{
float:left;
width:730px;
padding:10px;
background:#f1f1f1;
}
.main_user a, .main_user a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.main_user a:hover{
color: #f00;
}


.user_location{/* 当前位置 */
background:#fff;
height:30px;
line-height:30px;
padding-left:10px;
margin-bottom:10px;
}



/* 侧栏
----------------------------------------------- */
.sidebar_user .info{/* 会员信息 */
padding:10px;
background: #f1f1f1;
border:1px #ccc solid;
line-height:180%;
}
.sidebar_user .info span{
color:#c00;
}


.sidebar_user .title{
height:27px;
line-height:27px;
background:#ccc;
padding-left:15px;
font-weight:bold;
margin-top:10px;
}
.sidebar_user .contentbox{
padding:10px;
background: #f1f1f1;
}
.sidebar_user .contentbox li{
height:27px;
line-height:27px;
background: url(images/icon01.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;
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:#b3b6b0 1px solid;
line-height:200%;
padding:10px;
padding-left:40px;
color: #666;
background: url(images/icon_help_in.gif) #fff 10px 10px no-repeat;
font-family:Arial, Helvetica, sans-serif;
}
.user_prompt a, .user_prompt a:visited{
text-decoration:underline;
color:#c00;
}
.user_prompt a:hover{
color: #06c;
}



/* 公共搜索页布局
---------------------------------------------------------------------------------------------------------------------- */
.search_box{/* 总外框 */
margin:0px 16px;
background:url(images/jnn/search_box_bg.gif) no-repeat;
}

.search_info{/* 信息 */
margin:0px 16px;
margin-top:19px;
padding:10px;
padding-bottom:0px;
}
.search_info div.n1{
float:left;
}
.search_info div.n2{
float:right;
}

.search_list_box{/* 列表box */
margin:0px 16px;
background:#fff;
padding:10px;
}
.search_list_box li{
border-bottom:1px #ccc solid;
}

.search_title{/* 标题 */
height:31px;
line-height:31px;
padding-left:15px;
background:url(images/icon01.gif) left 13px no-repeat;
}
.search_title a, .search_title a:visited{
font-weight:bold;
color:#333;
}
.search_title a:hover{
color: #06c;
}

.search_reading{/* 导读 */
padding:10px;
line-height:180%;
color:#999;
}


.search_list_pagination{/* 分页 */
margin:0px 16px;
padding:10px ;
padding-bottom:20px;
}





/* 页面内权限不足小提示，留言、表单模型页用到
---------------------------------------------------------------------------------------------------------------------- */
.permissions_prompt{
border:#b3b6b0 1px solid;
line-height:200%;
padding:10px;
padding-left:40px;
color: #666;
background: url(images/icon_help_in.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:200%;
}
.message_box .info .table th{
width:180px;
text-align:center;
}
.message_box .info .table span{
font-size:14px;
font-weight:bold;
}






/* 与js相配合的css
---------------------------------------------------------------------------------------------------------------------- */
/* 滑动门 /js/tab.js demo在首页index.html
---------------------------------------------------------- */
.nTab{
width:500px;
margin:0 auto;
background:#fff;
margin-bottom:10px;
}
.nTab .TabTitle{
clear:both;
overflow:hidden;
}
.nTab .TabTitle li{
float:left;
width:100px;
cursor:pointer;
height:30px;
line-height:30px;
text-align:center;
}
.nTab .TabTitle .active{background:#fff;border:1px #ace solid;border-bottom:1px #fff solid;}
.nTab .TabTitle .normal{background:#EBF3FB;border:1px #ace solid;}
.nTab .TabContent{
background:#fff;
padding:10px;
border:1px #AACCEE solid;
border-top:0px;
}
.none {display:none;}




/* 无缝滚动 /js/Scroller.js demo在首页index.html
---------------------------------------------------------- */
.Scroller {
margin:0 auto;
width:500px;
height:50px;
line-height:25px;
background:#fff;
overflow:hidden;
}
#idScrollMid ul{width:500px;}/* 上滚动*/
#idScrollMid li{float:left;width:250px;overflow:hidden;}

#idScrollMid1 {float:left;}/* 右滚动*/
#idScrollMid1 ul{float:left;width:250px;overflow:hidden;}

#idScrollMid2 {float:left;}/* 左滚动*/
#idScrollMid2 ul{float:left;width:250px;overflow:hidden;}











/* 浮动式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
---------------------------------------------------------------------------------------------------------------------- */
a.side_bar_zhaopin{
margin-top:10px;
display:block;
width:202px;
height:63px;
text-indent:-9999px;
background:url(images/jnn/side_bar_zhaopin.gif) no-repeat;
}

a.side_bar_liuyan{
margin-top:14px;
display:block;
width:202px;
height:63px;
text-indent:-9999px;
background:url(images/jnn/side_bar_liuyan.gif) no-repeat;
}


.im_box{
width:212px;
}

.im_box_title{
height:82px;
background: url(images/IM/IM_bg3.gif) #fff left top no-repeat;
}
.im_box_title h2{
display:none;
}

.im_box_content{
padding:0px 16px;
padding-bottom:16px;
background: url(images/IM/IM_bg3.gif) #fff left bottom no-repeat;
zoom:1;
}
.im_box_content li{
float:left;
padding:3px 0px;
width:90px;
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;
}




/* 首页
---------------------------------------------------------------------------------------------------------------------- */

/* vi
---------------------------------------------------------- */
.index_vi{
position:relative;
height:372px;
background:#fff;
}
.channel_vi{
position:relative;
height:277px;
overflow:hidden;
background:url(images/jnn/channel_vi_bg.jpg) no-repeat;
}

.index_flash{
position:absolute;
left:0px;
top:0px;
z-index:0;
}

a.index_vi_title{
position:absolute;
right:96px;
bottom:149px;
}

a.index_vi_title, a:visited.index_vi_title{
font-size:16px;
color:#5c4611;
font-weight:bold;
}
a:hover.index_vi_title{
color:#f00;
text-decoration:none;
}

.index_vi_desc{
position:absolute;
right:12px;
bottom:97px;
display:block;
width:150px;
color:#5c4611;
}

.index_vi_more{
position:absolute;
right:130px;
bottom:77px;
display:block;
width:35px;
height:9px;
text-indent:-9999px;
background:url(images/jnn/index_flash_more_bg.gif) no-repeat;
}


a.channel_vi_title{
position:absolute;
right:59px;
bottom:117px;
}
a.channel_vi_title, a:visited.channel_vi_title{
font-size:16px;
color:#5c4611;
font-weight:bold;
}
a:hover.channel_vi_title{
color:#f00;
text-decoration:none;
}

.channel_vi_desc{
position:absolute;
right:10px;
bottom:68px;
display:block;
width:117px;
color:#5c4611;
}

.channel_vi_more{
position:absolute;
right:86px;
bottom:48px;
display:block;
width:35px;
height:9px;
text-indent:-9999px;
}


/* 主体
---------------------------------------------------------- */
.index_main_left{
float:left;
margin-left:16px;
_margin-left:8px;
width:680px;
height:936px;
overflow:hidden;
}

.index_main_right{
float:left;
width:252px;
overflow:hidden;
margin-left:16px;
}

/* 公司新闻
---------------------------------- */
.main_left01{
float:left;
width:332px;
height:322px;
overflow:hidden;
}

.index_title01{
position:relative;
padding-left:10px;
height:25px;
line-height:25px;
color:#fff;
font-size:14px;
font-weight:bold;
background:url(images/jnn/title01.gif) no-repeat;
}

.index_content01{
padding-top:16px;
}

.content_top{
height:98px;
overflow:hidden;
}
.content_pic{
float:left;
margin-left:6px;
_margin-left:3px;
width:139px;
}

.content_pic a img, .content_pic a:visited img{
padding:4px;
border:#cfcfd0 1px solid;
background:#fff;
}
.content_pic a:hover img {
border:#186567 1px solid;
}

.content_title{
float:left;
margin-top:15px;
width:187px;
overflow:hidden;
color:#666;
}
.content_title a, .content_title a:visited{
color:#2c816e;
font-size:14px;
font-weight:bold;
}
.content_title a:hover{
color:#f00;
text-decoration:none;
}

.more{
position:absolute;
right:10px;
bottom:-1px;
padding-left:8px;
background:url(images/jnn/icon01.gif) left 11px no-repeat;
}
.more a, .more a:visited{
color:#8a8a8a;
font-weight:normal;
}
.more a:hover{
color:#f00;
}

.content_desc{
float:left;
margin-top:7px;
width:187px;
overflow:hidden;
color:#666;
line-height:19px;
}
.content_desc a:hover{/* 详情点击 */
text-decoration:none;
}

.content_list{/* 列表 */
margin-left:3px;
margin-top:11px;
}
.content_list li{
color:#888;
height:26px;
line-height:26px;
padding-left:12px;
border-bottom:#ccc 1px dashed;
background:url(images/jnn/icon02.gif) 4px 12px no-repeat;
}
.content_list li a, .content_list li a:visited{
color:#333;
}
.content_list li a:hover{
color:#f00;
text-decoration:none;
}

.content_list span.left{
display:block;
float:left;
width:240px;
overflow:hidden;
}

.content_list  span.date{
display:block;
float:right;
width:70px;
overflow:hidden;
}


/* 公司新闻
---------------------------------- */
.main_left02{
float:left;
margin-left:16px;
width:332px;
height:322px;
overflow:hidden;
}

.index_title02{
position:relative;
padding-left:10px;
height:25px;
line-height:25px;
color:#fff;
font-size:14px;
font-weight:bold;
background:url(images/jnn/title02.gif) no-repeat;
}


/* 跟着南农看世博
---------------------------------- */
.index_ad01{
margin-top:14px;
margin-bottom:16px;
}


/* 产品系列
---------------------------------- */
.index_title03{
padding-top:8px;
padding-left:16px;
height:25px;
background:url(images/jnn/title03.gif) no-repeat;
}

.index_title03 a, .index_title03 a:visited{
color:#fff;
font-size:14px;
font-weight:bold;
}
.index_title03 a:hover{
color:#ff0;
text-decoration:none;
}



/* 产品系列
---------------------------------- */
.index_content02{
padding-top:11px;
padding-left:1px;
background:url(images/jnn/index_content02_bg.gif) left bottom no-repeat;
}

.content_list_jingpin{/* 精品 */
height:139px;
overflow:hidden;
background:url(images/jnn/chanpin_content_bg.gif) left top no-repeat;
}

.jingpin_left{
position:relative;
float:left;
width:62px;
height:139px;
}
a.jingpin_left_txt{
position:absolute;
display:block;
width:20px;
top:13px;
left:13px;
}

a.jingpin_left_txt, a:visited.jingpin_left_txt{
font-size:16px;
color:#187675;
}
a:hover.jingpin_left_txt{
color:#f00;
}


.jingpin_list li{
float:left;
margin-right:6px;
line-height:36px;
text-align:center;
}
.jingpin_list li a img, .jingpin_list li a:visited img{
padding:4px;
border:#e0e0e0 1px solid;
background:#fff;
}
.jingpin_list li a:hover img {
border:#186567 1px solid;
}

.index_ad02{/* 精品 */
margin-top:16px;
}



/* 右侧 走进南农
---------------------------------- */
.into_nannong{/* 标题 */
margin-bottom:16px;
position:relative;
height:206px;
overflow:hidden;
background:url(images/jnn/inde_into_nannong_bg.gif) no-repeat;
}
.into_nannong_title{
padding-top:26px;
padding-left:13px;
height:34px;
}
.into_nannong_title a, .into_nannong_title a:visited{
font-size:16px;
font-weight:bold;
color:#186567;
}
.into_nannong_title a:hover{
color:#f00;
}

.into_nannong_content{
padding:0px 13px;
}

.into_nannong_pic{/* 图片 */
float:left;
width:130px;
overflow:hidden;
}
.into_nannong_pic a img , .into_nannong_pic a:visited img{
padding:3px;
border:#8ec2c1 1px solid;
}
.into_nannong_pic a:hover img{
border:#186567 1px solid;
}

.into_nannong_desc{/* 简介 */
line-height:23px;
}
.into_nannong_desc a, .into_nannong_desc a:visited{
color:#186567;
}
.into_nannong_desc a:hover{
color:#f00;
}


.content_list_02{/* 列表 */
margin-left:3px;
margin-top:11px;
}
.content_list_02 li{
color:#888;
height:29px;
line-height:29px;
padding-left:12px;
border-bottom:#ccc 1px dashed;
background:url(images/jnn/icon02.gif) 4px 12px no-repeat;
}
.content_list_02 li a, .content_list_02 li a:visited{
color:#333;
}
.content_list_02 li a:hover{
color:#f00;
text-decoration:none;
}


/* 人才招聘
---------------------------------- */
a.index_zhaopin{
display:block;
width:252px;
height:106px;
margin-top:16px;
text-indent:-9999px;
background:url(images/jnn/index_zhaopin.gif) no-repeat;
}

a.index_zhaopin, a:visited.index_zhaopin{
background:url(images/jnn/index_zhaopin.gif) no-repeat;
}
a:hover.index_zhaopin{
cursor:pointer;
background:url(images/jnn/index_zhaopin_hover.gif) no-repeat;
}


/* 友情链接
---------------------------------- */
.friend_link{
margin-left:20px;
padding-left:90px;
height:32px;
line-height:32px;
color:#fff;
background:url(images/jnn/index_friendlink_bg.gif) no-repeat;
}

.friend_link a, .friend_link a:visited{
color:#fff;
}
.friend_link a:hover{
color:#187675;
}






