/*网站通用_CSS*/
*
{
font-size:12px;
padding:0px;
margin:0px auto;
}
body{font-size:12px;color:#585546;}
ul{list-style:none;}
img{border:0;}
a{text-decoration:none;color:#585546;}
a:hover{text-decoration:underline;color:#B3B146;}
.clr{font-size:0;height:0;overflow:hidden;visibility:hidden;clear:both; width:0px; margin:0px; padding:0px;}
.line{border:1px solid #B9D0C6;}

/*head*/
.head
{
width:1000px;
margin:0px auto;
}
.head .head_1
{
overflow:hidden;
height:299px;
}
.head .head_2
{
background-image:url(../index_img/n_index2.gif);
background-repeat:no-repeat;
width:1000px;
height:26px;
text-align:center;
overflow:hidden;
padding-top:18px;
}
.head .head_2 a
{
color:#fff;
font-size:14px;
padding:0px 20px;
}
.head .head_2 a:hover
{
color:#B3B146;
text-decoration:none;
}
.head .head_3
{
background-color:#d6e4ab;
height:30px;
line-height:30px;
text-align:center;
color:#566b15;
font-size:13px;
}
.head .head_3 a
{
color:#566b15;
font-size:13px;
padding:0px 2px;
}


/*bottom_css*/
#bottom{width:1000px;padding-top:50px;background-color:#F8F6EA;}
#bottom_1{height:34px; background:url(http://www.xjtsyy.com/img1/index_49.gif) no-repeat center bottom; text-align:center;padding-top:5px;color:#817E69;}
#bottom_1 a{color:#817E69;}
#bottom_1 a:hover{color:#B3B146;}
#bottom_2{height:125px; background:#156E5D url('http://www.xjtsyy.com/img1/index_50.gif') no-repeat center bottom;color:#FFFFFF; text-align:center; line-height:25px; padding-top:5px; background-color:#156E5D}


/*主要内容_CSS*/
#main{width:984px;margin:0 auto;clear:both; background-color:#F8F6EA;padding-left:8px;padding-right:8px;}
.ml{float:right;width:278px;overflow:Hidden;}
.mr{float:left;width:688px;overflow:Hidden;}