/*公共样式文件*/
@charset "utf-8";
/* CSS Document */
/* 重置开始 */
/* General Demo Style */
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*{ padding:0; margin:0;}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
body, button, input, select, textarea {
    font-family: "微软雅黑";
    color: #000;
}

address, cite, dfn, em, i, var {
    font-style: normal
}
code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}
small {
    font-size: 12px
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color:#000000;
}
a:hover {
    text-decoration: none;
    color: red;
    /* background: rgba(230,230,230,.4) */
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
legend {
    color: #000
}
fieldset{
    border: 0;
    display:block;
}
button, input, select, textarea {
    font-size: 100%
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
article, aside, audio, details, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
    display: block;
    margin: 0;
    padding: 0
}
mark {
    background: #ff0
}
a:active, a:focus {
    outline: 0;
    /* zoom:expression(this.style.zoom=1, this.hideFocus=true) */
}
/*重置结束*/
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}
/* 浮动 */
.fl {
    float: left;
}
.fr {
    float: right;
}
/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;  /*ie6*/
    /* vertical-align: middle; */
}
button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
    border: 0;
}
/* 公共部分 */
body {
  min-width: 1280px;
}
.bodyBox {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: url(../../images/history_study/bg.jpg) no-repeat;
  background-size: 100% auto;
}
.header {
  height: 350px;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.zt_fd_banner {
  width: 100%;
}
.zt_fd_banner_img {
  width: 100%;
  display: block;
}
.jdbn-nav {
  background: #a42616;
  height: 50px;
  line-height: 50px;
}
.jdbn-nav .w {
  height: 100%;
}
.jdbn-nav .w ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.jdbn-nav .w ul li {
  position: relative;
  height: 100%;
  width: 10%;
  text-align: center;
  line-height: 50px;
}
.jdbn-nav .w ul li a {
  color: #fff;
  font-size: 20px;
}
.jdbn-nav .w ul li a.active {
  color: #FFE2A2;
  padding-bottom: 10px;
  border-bottom: 3px solid #FFE2A2;
}
.jdbn-nav .w ul li a:hover {
  color: #FFE2A2;
}
.main {
  background-color: #fff;
  min-height: 400px;
  padding-top: 20px;
}
.margin35 {
  margin-bottom: 35px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  height: 200px;
  width: 100%;
  background-color: #C11402;
  position:relative;
}
.footerCenter {
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer p {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
}

