html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, em {
    margin: 0;
    padding: 0;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	font-family: "PingFang SC", "Microsoft YaHei", "SimSun" !important;
}
a,a:hover, a:focus{
	text-decoration: none;44
	
	list-style: none;
	outline:none;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*头部背景*/
.header-bg{
    background: #433939;
    min-width: 1200px;
    margin: 0 auto;
    height: 80px;
}
/*面包屑导航*/
.news-nav{
	width: 1200px;
	height: 45px;
	line-height: 45px;
	margin: 35px auto;
	padding: 0 5px;
	box-sizing: border-box;
}
.news-nav .crumbs li{
	float: left;
}
.news-nav .crumbs li a{
	color: #333;
}
.news-nav .crumbs li a:hover{
	color:#D7272B;
}
/*右侧切换*/
.news-tab li{
	float: left;
	margin: 0 15px;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
}
.news-tab li{
	color: #666666;
}
.news-tab li.active{
	font-size: 22px;
	color: #09bf72;
	font-weight: bold;
}
.news-tab li:hover{
	color: #09bf72;
}
/*头部样式*/
.container {
    width: 1200px;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.header-wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
    background: none;
    height: auto;
    overflow: hidden;
}
.pull-lef{
	float: left !important;
}
.pull-right{
	float: right !important;
}
.header-logo a{
    display: block;
    background-image: url(../images/logo-bak.png) !important;
    color: #fff;
    background-repeat: no-repeat;
    /*width: 80px;
    height: 75px;*/
    width: 167px;
    height: 75px;
    text-align: center;
    background-position: center 12px;
}
.header-logo a h4{
	font-family: "微软雅黑";
    line-height: 132px;
} 
.header-wrap .heade-nav{
	padding-top: 30px;
}
.heade-nav .nav-ul {
    margin-right: 133px;
}
.heade-nav .nav-ul li {
    float: left;
    margin-right: 47.5px;
}
.heade-nav .nav-ul li a.active {
    border-bottom: 2px solid #e3282a;
}
.heade-nav .nav-ul li a {
    color: #FFFFFF;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 0;
    padding-bottom: 8px;
    font-weight: bold;
}
.heade-nav .nav-ul li a:hover {
    color: #e3282a;
}
.heade-nav .nav-login {
    color: #fff;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 25px;
}
.heade-nav .nav-login img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 13px;
    position: relative;
    top: -1px;
}
.heade-nav .nav-login span {
    display: inline-block;
    padding: 0 14px;
}
.heade-nav .nav-login a {
    color: #FFFFFF;
}
.heade-nav .nav-login a:hover {
    color: #e3282a;
}

/*底部样式*/
.footer {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
    background: #282521;
    padding: 36px 0px 90px 0px;
    -webkit-font-smoothing: antialiased;
}
.footer .footer-inner {
    padding: 0 40px;
}
.footer .footer-dl {
    float: left;
}
.footer .footer-dl dt {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.09px;
}
.footer .footer-dl dd {
    margin-top: 15px;
}
.footer .footer-dl dd span, .footer .footer-dl dd a {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.07px;
    text-align: left;
    line-height: 20px;
}
.footer .footer-dl.box-1 {
    width: 450px;
}
.footer .footer-dl.box-3 {
    float: right;
}