body, div, ul, ol, li, p,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", Serif;
    color: #000;
    max-width: 1920px;
    min-width: 1200px; /*background: #fff;*/
}
img {border:0;}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.head {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto; /*height: 177px;*/
}
.head_top {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
}
.head_top a {
	text-decoration: none;
  	color:#000;
}
.head_top a:hover{
	color:#000;
  	text-decoration: none;
}

.head_top div {
    float: left;
}

.head_top ul {
    float: right;
    margin-right: 90px;
}

.head_top li {
    float: left;
    margin-right: 30px;
}

.head_mid {
    width: 1200px;
    height: 79px;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

.head_mida {
    width: 500px;
    height: 79px;
    line-height: 79px;
    background: #fff;
    float: left;
}

.head_mida img {
    vertical-align: middle;
    margin-left: 45px;
}

.head_midb {
    width: 700px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    background: #e2e2e2;
    float: right;
}

.nav {
    max-width: 1920px;
    min-width: 1200px;
    height: 60px;
    background: #58595b;
    position: relative;
}

.lavalamp {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    padding-left: 30px; /*overflow: hidden;*/
    position: relative;
}

#default {
    background: #cd4120;
}

.lavalamp-item {
    height: 60px;
    line-height: 60px; /*margin: 0 7px;*/
    float: left;
    cursor: pointer;
    position: relative;
}

/*.lavalamp-item:hover {	background: #e22701;}*//*.moren {	background: #e22701;}*/
.lavalamp-item > a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    height: 60px;
    padding: 0 20px;
    z-index: 4;
    position: relative;
}

.lavalamp-item:hover {
    background: #cd4120;
}

.lavalamp-object {
    background-color: #e22701;
    height: 60px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-nav {
    z-index: 999;
    position: absolute;
    top: 60px;
    display: none;
}

.nav-nav li {
    z-index: 999;
    background: #58595b;
    text-align: center;
}

.nav-nav li:hover {
    background: #cd4120;
}

/*.nav-nav li:nth-child(1)>a {*/
    /*border-top: 0;*/
/*}*/

.nav-nav li > a {
    z-index: 999;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top: 1px solid #333;
}

/*尾部*/
.footer {
    max-width: 1920px;
    min-width: 1200px;
    height: 335px;
    background: #454545;
}

.foot-cont {
    width: 1200px;
    height: 335px;
    margin: 0 auto;
    text-align: center;
}

.foot-cont div {
    margin-bottom: 25px;
    padding-top: 35px;
    color: #fff;
}

.foot-cont a {
    color: #fff;
}

.foot-cont p {
    margin-bottom: 11px;
    color: #a3a3a3;
}

.beian {
    margin: 20px 0 15px 0;
    height: 25px;
    line-height: 25px;
}

.beian img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.page li{
    float: left;
    padding: 8px 12px;
    border: 1px solid #ddd;
    margin: 0 5px;
}
.page li a{display:block;}
.page-current{background:#ececec;}