.bg {
    width: 100%;
    background: url("../img/bg.jpg") repeat-y;
	overflow-x: hidden;
	position: relative
}

.header {
    width: 1200px;
    height: 168px;
    margin: 0 auto;
    overflow: hidden;
}

.header > div {
    float: left;
}
.header .top-bar-text{
	margin-top: 13px;
}

.header .topBarImg{
	display: none;
}

.header .topBarImg.active{
	display: block;
}

.logo a {
    display: block;
    width: 412px;
    height: 76px;
    background: url("../img/logo.png") no-repeat center center;
    margin-top: 36px;
}

.top-bar-bg {
    padding: 0 55px 0 68px;
    position: relative;
}

.top-bar-bg{
    margin-top: 40px;
}

.top-bar-text img {
    width: 339px;
/*    height: 118px;*/
    margin-top: 5px;
}

.nav-bg {
    width: 1276px;
    height: 70px;
    background: url("../img/nav-bg.png") no-repeat center center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -22px;
    z-index: 10
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    height: 38px;
    padding: 16px;
    line-height: 38px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    width: 120px;
    text-align: center;
    background: url("../img/nav-border.png") no-repeat left center;
}
.nav .nLi:first-child{
    background: none;
}
.nav .nLi h3 {
    float: left;
    width: 100%;
}

.nav .nLi h3 a {
    display: block;
    width: 85px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 2px;
    border-bottom: 2px solid transparent;
}

.nav .sub {
    display: none;
    width: 120px;
    left: 0;
    top: 38px;
    position: absolute;
    background: #ad2829;
    line-height: 38px;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
/*    padding: 0 10px;*/
}

.nav .sub a:hover {
    background: #ca2e2f;
    color: #fff;
}

.nav .on h3 a {
    border-bottom: 2px solid #fff600;
}


.footer-wrapper{
    width: 100%;
    min-width: 1200px;
    height: 290px;
    margin-top: -52px;
    background: url("../img/footer-bg.png") repeat center bottom;
    background-size: cover;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.footer>div{
    float: left;
}
.footer .footer-left{
    width: 120px;
}
.footer .footer-left img{
    float: left;
    margin-top: 47px;
    margin-left: 25px;
}
.footer .footer-right{
    width: 390px;
    text-align: right;
}
.footer .footer-right p{
    color: #fff;
    line-height: 2;
    margin-bottom: 15px;
    text-align: center;
}
.footer .footer-right>div{
    float: right;
    margin: 0 5px;
}
.footer .footer-right>div img{
    margin: 0 auto;
    max-width: 120px;
}
.footer .footer-center{
    width: 690px;
}
.footer .footer-center p{
    text-align: center;
    color: #fff;
    line-height: 2;
}

.footer .footer-center p span{
    color: #fff600;
}

.position{
    width: 1200px;
    height: 60px;
    background: url("../img/position.png") no-repeat left center;
    margin: 20px 0;
    box-shadow: 0 0 10px #666;
}
.position p{
    line-height: 60px;
    margin: 0 20px;
    padding-left: 20px;
    background: url("../img/icon_01.png") no-repeat left center;
    color: #8f6f3a;
}
.position p a{
    color: #8f6f3a;
}


.dede_pages{
	margin: 30px 0;
}
.dede_pages li{
	display:inline-block; 
	*zoom:1;
	*display: inline;
	margin: 0 5px
}
.dede_pages  ul{
	text-align: center;
	
}
.dede_pages li a{
	display: block;
	padding: 5px 10px;
	border: 1px solid #ad2829;
	background-color: #fff;
	color: #ad2829;
}
.dede_pages .thisclass a{
	background-color: #ad2829;
	color: #fff
}




.slideBoxtop {
    width: 326px;
    height: 129px;
    overflow: hidden;
    position: relative;
}
.slideBoxtop .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBoxtop .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBoxtop .bd img {
    width: 326px;
    height: 129px;
    display: block;
}