@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_920px4ow5wr.eot');
  src: url('//at.alicdn.com/t/font_995532_920px4ow5wr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_920px4ow5wr.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_920px4ow5wr.woff') format('woff'), url('//at.alicdn.com/t/font_995532_920px4ow5wr.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_920px4ow5wr.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-transform: none;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
header {
  position: relative;
  width: 100%;
  height: 457px;
  /*banner*/
}
header .menu {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  background: rgba(24, 52, 87, 0.18);
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
header .menu .cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
header .menu .cont .logo {
  float: left;
  margin-top: 19px;
}
header .menu .cont .nav {
  font-size: 0px;
  text-align: right;
  float: right;
  height: 100%;
}
header .menu .cont .nav .nLi {
  display: inline-block;
  vertical-align: top;
  height: 100px;
  position: relative;
}
header .menu .cont .nav .nLi h3 a {
  position: relative;
  z-index: 100;
  color: #ffffff;
  font-size: 17px;
  padding: 0 20px;
  line-height: 99px;
  display: block;
}
header .menu .cont .nav .nLi .mask {
  width: 0;
  height: 0;
  background: #da251c;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .menu .cont .nav .nLi .line {
  width: 0;
  height: 4px;
  background: #da251c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .menu .cont .nav .nLi .sub {
  display: none;
  background: rgba(14, 44, 83, 0.8);
  position: absolute;
  top: 104px;
  width: 200px;
  left: -46px;
  margin: 0 auto;
  padding: 23px 20px 13px;
}
header .menu .cont .nav .nLi .sub .triangle {
  width: 0;
  height: 0;
  border-width: 11px 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: #da251c transparent transparent transparent;
}
header .menu .cont .nav .nLi .sub li {
  width: 160px;
  height: 48px;
  text-align: center;
  border-bottom: 1px solid rgba(139, 158, 198, 0.4);
}
header .menu .cont .nav .nLi .sub li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 47px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .menu .cont .nav .nLi .sub li a:hover {
  color: #fe443b;
}
header .menu .cont .nav .nLi .sub li:last-child {
  border: none;
}
header .menu .cont .nav .nLi:hover .mask {
  width: 100%;
  height: 100%;
}
header .menu .cont .nav .nLi.active .line {
  width: 70px;
}
header .banner {
  position: relative;
  width: 100%;
  height: 457px;
}
header .banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
header .banner .bd ul {
  width: 100% !important;
  height: 457px !important;
}
header .banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
header .banner .bd ul li a {
  display: block;
  height: 457px;
  background-position: center;
  background-repeat: no-repeat;
}
header .banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}
header .banner .hd ul li {
  margin: 0 4px;
  width: 20px;
  height: 6px;
  background: #ff8a00;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
header .banner .hd ul .on {
  width: 50px;
}
header .info {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 500;
  padding-top: 208px;
  left: 0;
  right: 0;
  bottom: 0;
}
header .info .right {
  float: right;
  line-height: 18px;
  padding-top: 210px;
}
header .info .right .crumb {
  color: #ffffff;
  font-size: 13px;
}
header .info .right .crumb .iconfont {
  color: #ffffff;
  font-size: 18px;
  margin-right: 11px;
}
header .info .right .crumb a {
  color: #ffffff;
  font-size: 13px;
}
footer {
  width: 100%;
  margin-top: 60px;
}
footer .top {
  width: 100%;
  height: 175px;
  background: #222b39;
}
footer .top .cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-size: 0px;
}
footer .top .cont .foot-logo {
  display: inline-block;
  vertical-align: top;
  padding-top: 42px;
  margin-right: 150px;
}
footer .top .cont .contact-tit {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding-top: 45px;
}
footer .top .cont .contact-tit .p1 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: lighter;
}
footer .top .cont .contact-tit .p2 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 23px;
}
footer .top .cont .contact-tit .line {
  width: 22px;
  height: 2px;
  background: #da251c;
  margin-top: 20px;
}
footer .top .cont .border {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 86px;
  background: #ffffff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 45px 58px 0;
}
footer .top .cont .info {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  padding-top: 39px;
}
footer .top .cont .info p {
  color: #ffffff;
  text-transform: lowercase;
  font-size: 14px;
}
footer .top .cont .info p span {
  color: #fe443b;
  font-weight: bold;
  font-size: 20px;
}
footer .top .cont .wechat {
  float: right;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 27px;
}
footer .top .cont .wechat img {
  display: block;
  margin: 8px;
  width: 104px;
  height: 104px;
}
footer .bot {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #38404d;
}
footer .bot p {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.page {
  margin: 66px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev a {
  line-height: 26px;
}
.page ul li.next a {
  line-height: 26px;
}
.page ul .num.on,
.page ul .num:hover {
  background: #da251c;
  border-color: #da251c;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #ffffff;
}
#content .news-list > ul li .date img{
      width: 100%;
}