﻿body { background-image:url(../images/bg.jpg); background-repeat: repeat-x; background-size: auto 100%; margin:0; padding:0; font-family:"Microsoft YaHei";
}
.bg { }
.bg_1 { background:url(../images/bg2.jpg) no-repeat center top;}
.bg_2 { }

a.nv_1 { display:block; width:128px; height:62px; background:url(../images/nav_1.png) no-repeat;}
a.nv_1:hover { display:block; width:128px; height:62px; background:url(../images/nav_1_hover.png) no-repeat;}

a.nv_2 { display:block; width:128px; height:62px; background:url(../images/nav_2.png) no-repeat;}
a.nv_2:hover { display:block; width:128px; height:62px; background:url(../images/nav_2_hover.png) no-repeat;}

a.nv_3 { display:block; width:128px; height:62px; background:url(../images/nav_3.png) no-repeat;}
a.nv_3:hover { display:block; width:128px; height:62px; background:url(../images/nav_3_hover.png) no-repeat;}

a.nv_4 { display:block; width:128px; height:62px; background:url(../images/nav_4.png) no-repeat;}
a.nv_4:hover { display:block; width:128px; height:62px; background:url(../images/nav_4_hover.png) no-repeat;}

a.nv_5 { display:block; width:128px; height:62px; background:url(../images/nav_5.png) no-repeat;}
a.nv_5:hover { display:block; width:128px; height:62px; background:url(../images/nav_5_hover.png) no-repeat;}

/*文章*/
.wen { padding:20px;}
.wen .jj { font-size:16px; color:#372200; line-height:28px;}
.wen h3 { font-size:20px; color:#372200;}
.wen p { line-height:24px; color:#333333; font-size:16px;}
.wen_title { line-height:30px; font-size:16px; font-weight:bold; color:#333333; border-bottom:1px solid #CCCCCC; padding-top:10px;}

.wen_pic ul { padding:0; margin:0;}
.wen_pic ul li {list-style-type:none;}
.wen_pic ul li { float:left;  margin-top:20px; margin-left:10px; background:#FFFFFF;}
.wen_pic ul li p { text-align:center; line-height:14px; height:28px;font-size:14px;padding-top: 6px;}

.clear{ clear:both; height:0; overflow:hidden;}