/**
 * 页面初始化样式
 **/

body, div, ul, li, p, img, span{margin: 0;  padding: 0;  font: 14px "微软雅黑";  }

body{background: #FFF !important;}

ul{list-style: none;}

li{float: left;}

a{text-decoration: none;}

body{overflow-x: auto}

img{border:0;}

.list_nav_title, .list_nav_item_info, .list_nav_item_info li{  float: left;}

.list_nav_bg{    height: 190px;
    width: 100%;}

.index_nav_bg{
    height: 115px;
    width: 100%;
    background: url(../images/index_nav_bg.jpg) no-repeat center top;
    padding-top: 303px;
}
.list_nav_items{  height: 100px;  border-bottom: 1px solid #F1F1F1;}
.list_nav_item{width: 1000px;  margin: 0 auto;  height: 100%;}
.list_nav_item p{color: #FFF;  text-align: center;}
.list_nav_title{     height: 61px;
    width: 26%;
    background: #FC3202;
    padding: 39px 0 0;}

.mainTitle{font-size: 21px;}
.halfTitle{font-size: 10px;  margin-top: 5px; }

.list_nav_item_info{height: 100px; width:1000px;}
.list_nav_item_info a{    color: #000;
    height: 56px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    padding: 0px 5px;
    margin-top: 43px;
}
.list_nav_item_info111 a{
	padding: 0px 20px !important;
}

.list_nav_item_info a span{display: none;}
.list_nav_item_info a:hover{color: #FE6A50;}
.list_nav_item_info a:hover span{display: block;top: 25px;}
.list_nav_item_bg{background: url("../images/list_nav_selected.jpg") no-repeat center top;
width: 100%;
height: 8px;
display: inline-block;
position: relative;
top: 14px;}
.index_nav_bg ul{
    height: 50px;
    line-height: 50px;
    width: 1000px;
    margin: 0 auto;
}
.index_nav_bg a{
    height: 60px;
    line-height: 60px;
    width: 492px;
    text-align: center;
    margin: 0;
        background-color: #FC3202;
    display: inline-block;
    font-size: 25px;
    color: #FFF !important;
    font-weight: bold;
}
.index_nav_bg a{
    color: #FFF;
}


.index_nav_padding{
    margin: 0px 8px !important;
}

.position a{
	margin-top: 0px;
}