
/*首页*/
.header{
	background-color: white;
	width: 100%;
	height: 84px;
}
.topcon{
	width: 1200px;
	margin: auto;
	height: 84px;
}
.logo{ 
	    display: block;
    float: left;
    width: 185px;
    /*height: 65px;*/
    margin-top: 10px;
    margin-left: 45px;
    }
.logo img{
	width: 100%;
}
.navbox{
	width: 916px;
	height: 84px;
	float: right;
	/*margin-right:100px;*/
}

.navlist li{
	float: left;
	width: 175px;
	position: relative;
}
.navlist li a{
	display: block;
	width: 175px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	color: #2b3033;
	font-size: 17px;
}

.navlist li a:hover{
	color: white;
}
.navlist .active{
	background: url(/assets/images/navbg.jpg) no-repeat;
	color: #990000;
	display: block;
	background-size: 100% 100%;
}
.navlist .active a{color:white;}
.navlist .active:hover{color:white;}







.footerbox{width:100%; background-color: #f5f5f5;padding: 15px 0;text-align: center;}
		.text_wrap{
			width: 67%;
			display: inline-block;
			overflow: hidden;
		}
        .footer{width:1200px;margin:auto;overflow: hidden; text-align: center;}
        .footer_logo{/*width:280px;height:111px;background:url(../images/logo.png?v=1) no-repeat;margin:25px 25px 0 0px;*/ margin-top: 7%;margin-right: 3%; width: 26%;}
        /*.footer_menu{width:680px;}*/
        .footer_menu a{color:#767676;font-size:12px;}
        .footer_menu a:hover{color:#454545;}
        .footer_menu span{margin-bottom:0;margin-left:8px;margin-right:8px;margin-top: 0;color:#767676;}
        .footer div{color:#767676;font-size:12px;line-height:20px;text-align: left;}
		        .wenhua img{height:21px;width:21px}

        

@media only screen and (max-width:1000px ) {
	.footerbox{width:1200px; background-color: #f5f5f5;padding: 15px 0;text-align: center;}
	.header{
	background-color: white;
	width: 1200px;
	height: 84px;
}
.tablistbox{width:1200px;height:550px;overflow:hidden;position:relative;}
}