body{
	background: url(../img/bg.jpg);
}
.header{
	width: 100%;
	height: 150px;
}
.top{
	background-color: #4a5b57;
	height: 40px;
	line-height: 40px;
	min-width: 1200px;
}
.top_w{
	width: 1165px;
	margin: 0 auto;
	padding: 0 15px 0 20px;
}
.top_ch{
	width: 180px;
	font-size: 14px;
	color: #fff;
}
.top_ch a{
	color: #fff;
	padding: 0 10px;
	cursor: pointer;
}
.navs{
	background: #f2ecbb;
    width: 100%;
    height: 110px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: "微软雅黑";
    font-size: 16px;
    position: relative;
    z-index: 100;
    min-width: 1200px;
}
/*nav list*/
#navs_list{
	padding: 6px 0px 10px;
    left: 0px;
    top: 85px;
    width: 130px;
    /*display: none;*/
    position: absolute;
    z-index: 9999;
}
#navs_list li{
	background: #4a5b57;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 14px;
}
#navs_list li a{
	width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: none;
}
#navs_list li a:hover{
	color: #ffce6f;
}
.logo{
	width: 220px;
    height: 90px;
    padding-top: 10px;
    padding-left: 30px;
}
.navBar{
	width: 880px;
    height: 70px;
    padding-top: 25px;
    padding-right: 15px;
    z-index: 9999;
}
.navBar>ul{
	width: 880px;
    height: 70px;
}
.navBar li{
	width: 105px;
    height: 70px;
    line-height: 70px;
    float: left;
    position: relative;
}
.navBar li a{
	background: url(../img/down2.png) no-repeat 85px;
    width: 97px;
    height: 70px;
    text-align: center;
    color: black;
    line-height: 70px;
    float: left;
    display: block;
    font-size: 16px;
}
.navBar li a:hover{
	background: url(../img/up.png) no-repeat 85px;
	color: rgb(239,122,8);
}
.navBar ul.sub{
	padding: 6px 0px 10px;
    left: 0px;
    top: 85px;
    width: 130px;
    display: none;
    position: absolute;
    z-index: 9999;
}
.navBar ul.sub li{
	background: #4a5b57;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 14px;
}
.navBar ul.sub li a{
	width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: none;
}
.navBar ul.sub li a:hover{
	 color: #FFEA95;
}
.banner{
	width: 100%;
    height: 300px;
    overflow: hidden; background: url(../img/xxgkt.jpg) no-repeat center top;

}
.index_article{
	width: 1100px;
	margin: 0 auto;
}
.index_article_title{
	line-height: 56px;
	font-size: 14px;
}
.index_article_title a{
	color: #666;
	font-size: 11pt;
}
.index_article_l{
	width: 215px;
}
.index_article_ltitle{
	width: 215px;
    height: 68px;
}
.index_article_ltitle img{
	width: 215px;
	height: 68px;
}
.index_article_llist{
	background: rgb(255, 255, 255);
    padding-bottom: 8px;
}
.index_article_llist ul li{
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	border-bottom: 1px dotted rgb(242, 242, 242);
}
.index_article_r{
	background-color: rgb(255, 255, 255);
    padding: 20px 30px;
    border: 1px solid rgb(230, 230, 230);
    border-image: none;
    width: 800px;
    min-height: 350px;
}
.index_article_rtitle{
	padding: 0px 8px;
    width: 774px;
    color: rgb(255, 153, 0);
    line-height: 46px;
    font-size: 24pt;
    border-bottom-color: rgb(242, 242, 242);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.index_article_rcon{
	padding: 30px 8px;
    width: 784px;
}
.index_article_rcon_title{
	border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-bottom: 20px;
}
.index_article_rcon_title h4{
	margin-top: 5px;
	color: rgb(153, 153, 153);
	font-size: 14px;
}
.footer{
	width: 1200px;
    color: #ffea95;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0px;
    margin: 0px auto;
    padding-right: 0px;
    background-color: #4a5b57;
    font-size: 12px;
}
.footer_main{
	margin: 0px auto;
    width: 1100px;
}
.footer_l{
	margin-left: 45px;
	color: rgb(95, 151, 206);
	width: 520px;
	font-family: "宋体";
}
.footer_l img{
	float: left;
	padding-top: 15px;
}
.footer_l p{
	float: left;
	margin-left: 5px;
	color: #FFEA95;
	line-height: 24px;
}
.footer_c{
	line-height: 10px;
    color: #FFEA95;
    text-align: center;
    width: 86px;
    font-family: "宋体";
}
.footer_c img{
	border: solid 3px #fff;
	margin-bottom: 10px;
}
.footer_r{
	line-height: 20px;
    font-family: "宋体";
    margin-left: 120px;
}
.footer_r h3{
	padding-top: 5px;
	color: rgb(95, 151, 206);
	font-size: 12px;
}
.footer_r ul{
	padding-top: 5px;
}
.footer_r a{
	color: #ffea95;
}
.footer_r ul li{
	float: left;
	padding-right: 25px;
}

.list_article{
	background: rgb(255, 255, 255);
    padding: 20px 30px;
    border: 1px solid rgb(230, 230, 230);
    border-image: none;
    width: 800px;
    min-height: 350px;
}
.list_article_title{
	padding: 0px 8px;
    width: 774px;
    color: rgb(255, 153, 0);
    line-height: 46px;
    font-size: 24pt;
    border-bottom-color: rgb(242, 242, 242);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.list_article_con{
	padding: 30px 8px;
    width: 784px;
}
.list_article_con_title{
	background: url(../img/point_2.jpg) repeat-x left;
    width: 762px;
    height: 30px;
    line-height: 30px;
    padding-right: 12px;
    margin-bottom: 20px;
}
.list_article_con_title span{
	background: rgb(255, 255, 255);
    padding: 0px 16px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.list_article_con ul{
	padding: 0px 20px;
    width: 744px;
}
.list_article_con ul li{
	width: 730px;
    height: 30px;
    overflow: hidden;
    margin-right: 0px;
    padding-left: 14px;
    line-height: 30px;
    background: url(../img/pic_9.jpg) no-repeat left 12px;
}
.list_article_con ul li span{
	width: 100px;
    text-align: right;
    color: rgb(153, 153, 153);
    font-size: 12px;
    float: right;
    display: block;
}

.index_article_llist ul li a:hover{
	color: rgb(255, 153, 0);
}
.selected{
	background: url(../img/jt.jpg) no-repeat 180px 22px rgb(238, 238, 238);
    height: 50px;
    color: rgb(239, 122, 8);
    line-height: 50px;
    padding-left: 20px;
}
.selected a{
	color: rgb(255, 153, 0);
}







