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 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/* 去掉各 Table  cell 的边距并让其边重合 */
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
q:before,
q:after {
  content: '';
}
/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:focus {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
em {
  font-style: normal;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input,
textarea {
  background: none;
  border: 1px #000 solid;
}
body {
  font-family: 'Microsoft YaHei';
  background-color: #fff;
  min-width: 1500px;
  max-width: 2560px;
}
.head {
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: block;
  background-image: url(../images/navbg.png);
  background-repeat: no-repeat;
  background-position: top right;
  /* background-color: rgba(0, 0, 0, 0.6); */
  position: absolute;
  z-index: 9;
}
.head_logo {
  width: 180px;
  height: 80px;
  padding-left: 10px;
  float: left;
}
.head_logo img {
  height: 80px;
  overflow: hidden;
  display: block;
}
.head_nav {
  width: 1500px;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
  overflow: hidden;
  display: block;
}
.head_nav_page {
  width: auto;
  margin-right: 50px;
  font-size: 16px;
  float: right;
  height: 80px;
  overflow: hidden;
  display: block;
}
.head_nav_page a {
  float: left;
  color: #f0e2b8;
  overflow: hidden;
  display: block;
  padding: 0 15px;
}
.head_nav_page a:hover {
  color: #ffba00;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
/* 头部导航 */
.footer {
  background: rgb(51,51,51);
  padding: 20px 0;
  font-size: 14px;
  overflow: hidden;
}
.footer .footer_box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .footer_box .copyright {

}
.footer .footer_box .copyright p {
  width: 100%;
  text-align: center;
  color: #ccc;
  margin: 0;
  padding: 0 0 10px;
}

.dstyle_banner {
  width: 100%;
  height: 437px;
  background-image: url(../images/news_bg_top.jpg);
  background-repeat: no-repeat;
}
@-webkit-keyframes jup {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -6px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes downSprite {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -16320px;
  }
}
@-moz-keyframes downSprite {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -16320px;
  }
}
@-ms-keyframes downSprite {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -16320px;
  }
}
@-o-keyframes downSprite {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -16320px;
  }
}
@keyframes downSprite {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -16320px;
  }
}
/* 响应样式 */
@media screen and (max-width: 1520px) {
  body {
    min-width: 1200px;
  }
  .head_box .wrapper {
    width: 1200px;
  }
  .main .main_right_box {
    width: 945px;
    padding-left: 9px;
  }
  .main .main_right_box .module_1 .index_banner {
    width: 520px;
  }
  .main .main_right_box .module_1 .index_news {
    width: 366px;
  }
  .main .main_right_box .module_1 .index_news .news_title dl dt {
    width: 53px;
  }
  .main .main_right_box .module_1 .index_news .news_title dl dt a i {
    width: 53px;
  }
  .main .main_right_box .module_1 .index_news .nlistbox ul li a {
    width: 255px;
  }
  .main .main_right_box .sect_box {
    width: 945px;
  }
  .main .main_right_box .sect_box .sect_people {
    right: -190px;
  }
  .module_3 {
    width: 945px;
    height: 380px;
  }
  .w_main,
  .teac_main {
    width: 950px;
  }
  .headd,
  .paged {
    width: 1200px;
  }
}
/* 响应样式结束 */
