*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.clear{
	clear: both;
}
.nav {
    height: 40px;
    line-height: 40px;
    background: #ff4e00;
}
.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999999px;
}
.nav_info li {
    float: left;
    width: 133px;
    position: relative;
}
.nav_info li:hover a, .nav_info li a.on {
    background: #dd0808;
    color: #fff;
    text-decoration: none;
}
.container{
	width: 1200px;
	 margin: 0 auto;
	 overflow: hidden;
}
.nav_info li a {
    display: block;
    background: #ff4e00;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
s
.i_navbox {
    
    margin: 0 auto;
    position: relative;
}
.i_navbox {
    margin-top: 15px;

}
.sidebar {
    background: #2a5db0;
    width: 200px;
    float: left;
    z-index: 9;
    overflow: hidden;
}
.sidebar {
    background: #f60;
}
.sidebar_top {
    position: relative;
    padding: 0 20px;
    height: 40px;
    border-bottom: 4px #bdc9dd solid;
    background-position: 0 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #FFF;
    cursor: pointer;
}
.sidebar_top_tc {
    text-align: center;
}
.sidebar_top {
    border-color: #f0d4c2;
}
.sidebar_con {
    width: 200px;
    padding: 0 2px;
    background: url(../images/sidebar_bg.gif) repeat-y;
}
.sidebar_bottom {
    height: 10px;
    background-position: 0 -60px;
    position: relative;
    bottom: 0;
    z-index: -1;
}
.sidebar_top, .sidebar_bottom, .sidebar_item_icon01, .sidebar_item_icon02, .sidebar_item_icon03, .sidebar_item dd s {
    background: url(../images/sidebar.png) no-repeat;
}
.sidebar_item {
    padding-bottom: 11px;
}

.sidebar_item dt {
    height: 34px;
    background: #4874ba;
    margin-bottom: 11px;
}
.sidebar_item dt {
    background: #f99522;
}
.sidebar_item dt i {
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    margin: 8px 4px 0 53px;
}
.sidebar_item dt span {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    font-family: "微软雅黑";
    color: #FFF;
    font-weight: bold;
}
.sidebar_item a:link, .sidebar_item a:visited {
    color: #fff;
    text-decoration: none;
}
.sidebar_item dd {
    height: 30px;
    position: relative;
}
.sidebar_item dd h3 a:hover{
	text-decoration: underline;
}
.sidebar_item dd h3 {
    position: absolute;
    z-index: 11;
    width: 185px;
    height: 28px;
    border-top: 1px #2a5db0 solid;
    border-bottom: 1px #2a5db0 solid;
    line-height: 28px;
    padding: 0 0 0 15px;
    font-size: 13px;
    font-weight: normal;
    font-family: "微软雅黑";
}
.sidebar_item dd h3 {
    border-color: #f60;
}
.sidebar_item dd s {
    display: block;
    width: 4px;
    height: 8px;
    background-position: -120px -80px;
    position: absolute;
    top: 11px;
    right: 16px;
    z-index: 9;
}
.sidebar_item dd h3 a:link {
    color: #fff;
   
}
.new_company {
    clear: both;
    border-top: 15px solid #fff;
    background: #fff;
}
.new_company dl dt {
    background: #2a5db0;
    color: #fff;
    text-indent: 20px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid #2a5db0;
    border-right: 1px solid #2a5db0;
}
.new_company dl dt {
    background: #f60;
    border-color: #f60;
}

.new_company dl dd {
    border-left: 1px solid #2a5db0;
    border-right: 1px solid #2a5db0;
    border-bottom: dashed 1px #e1e1e1;
    padding: 8px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new_company dl dd {
    border-color: #f60;
    border-bottom-color: #ddd;
}
.new_company dl dd a {
    color: #333;
    text-decoration: none;
}
.new_company dl dd a:hover{
	text-decoration: underline;
}



.containerLeft {
    width: 1200px;
    font-size: 14px;
    margin: 0px auto;
    background: #fff;
}
.containerLeft {
    width: 1000px;
    font-size: 14px;
    float: left;
}
.containerLeft dl {
    width: 580px;
    float: left;
    line-height: 26px;
    padding: 7px 7px 7px 17px;
    display: inline;
}
.containerLeft dl {
    width: 957px;
    line-height: 26px;
    clear: both;
}
.containerLeft dt {
    width: 580px;
}
.containerLeft dt a {
    color: #FF6600;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}
.containerLeft dd {
    width: 100%;
}
.containerLeft dd a {
    padding: 0 5px;
    border-right: solid 1px #ccc;
    color: #444;
}
.containerLeft dd a:link {
    text-decoration: none;
    color: #444;
}
.containerLeft dd a:hover {
    color: red;
    text-decoration: underline;
}