@charset "utf-8";
body {
  font-family: "微软雅黑";
  background-color: #ffffff;
  position: relative;
min-width: 1300px;
}

.inner {
  max-width: 1300px;
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
}

/* header */
.header {
  background: url(../img/header_bj.png) center no-repeat;
  padding: 35px 0;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
}

.header.active {
  display: none;
}

.header .logo {
  width: 445px;
  float: left;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header .header-r {
  float: right;
  width: 400px;
}

.header .header-r .header-r-s {
  float: right;
  margin-bottom: 35px;
}

.header .header-r .header-r-s ul li {
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 14px;
  color: #ffffff;
}

.header .header-r .header-r-s ul li a {
  color: #ffffff;
}

.header .header-r .sousuo {
  float: right;
  width: 214px;
  height: 28px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 20px;
  background: url(../img/ssk.png) center no-repeat;
  position: relative;
}

.header .header-r .sousuo .sousuo-srk {
  width: 160px;
  height: 28px;
  line-height: 28px;
  background-color: transparent;
  font-size: 13px;
  color: #ffffff;
}

.header .header-r .sousuo .sousuo-srk::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.302);
}

.header .header-r .sousuo .sousuo-srk:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.302);
}

.header .header-r .sousuo .sousuo-srk::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.302);
}

.header .header-r .sousuo .sousuo-srk:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.302);
}

.header .header-r .sousuo .sousuo-img {
  float: right;
  margin-top: 5px;
}

/* nav */
.nav {
  width: 100%;
  height: 57px;
  line-height: 57px;
  position: absolute;
  z-index: 5;
  top: 154px;
}

.nav.active {
  position: fixed;
  top: 0;
  z-index: 999;
  height: 65px;
  line-height: 65px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 0 100px 3px #bbbbbb;
}

.nav.active .nav-logo {
  display: block;
}

.nav.active .menu {
  line-height: 65px;
}

.nav.active .menu .menu-li {
  width: 9%;
}

.nav.active .menu .menu-li .menu-box {
  top: 65px;
}

.nav .menu {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  line-height: 57px;
}

.nav .menu .menu-li {
  float: left;
  width: 9%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.nav .menu .menu-li span a {
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  color: #333333;
}

.nav .menu .menu-li:hover span a {
  color: #ffffff;
  font-weight: bold;
  background-color: #0c499e;
}

.nav .menu .menu-li .menu-box {
  width: 100px;
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: -15px;
  top: 57px;
  background: url(../img/nav_ej_bj.png) center;
}

.nav .menu .menu-li .menu-box li {
  min-height: 40px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 5px;
  line-height: 20px;
}

.nav .menu .menu-li .menu-box li:hover {
  background: url(../img/nav_ej_li_now.png) center;
}

.nav .menu .menu-li .menu-box li a {
  color: #ffffff;
}

.nav .nav-logo {
  display: none;
  width: 110px;
  float: left;
  margin-top: 8px;
  margin-right: 15px;
}

.nav .nav-logo img {
  display: block;
  width: 100%;
}

/* banner */
.banner {
  height: 400px;
  max-width: 1920px;
  margin: 0 auto 45px;
  padding-top: 211px;
}

.banner .slideox {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.banner .slideox img {
  width: 100%;
  height: 400px;
  display: block;
}

.banner .slideox .hd {
  bottom: 15px;
  width: 1300px;
  position: absolute;
  z-index: 9999;
  margin-right: -650px;
  right: 52%;
  text-align: right;
}

.banner .slideox .prev {
  position: absolute;
  left: 0;
  top: 45%;
  display: block;
  z-index: 99;
  width: 39px;
  height: 46px;
  background: url(../img/banner_prev.png) no-repeat center;
}

.banner .slideox .next {
  position: absolute;
  top: 45%;
  display: block;
  left: auto;
  z-index: 99;
  right: 0;
  width: 39px;
  height: 46px;
  background: url(../img/banner_next.png) no-repeat center;
}

.banner .mask {
  margin: 0px auto;
  position: relative;
  z-index: 3;
}

.banner .mask .mask-left,
.banner .mask .mask-right {
  background: url(../img/z.png) no-repeat center;
  overflow: hidden;
  z-index: 4;
  height: 400px;
  position: absolute;
  width: 310px;
  top: 0px;
}

.banner .mask .mask-left {
  margin-left: -960px;
  left: 50%;
}

.banner .mask .mask-right {
  margin-left: 650px;
  left: 50%;
}

.banner .slideSelectors {
  position: absolute;
  width: 100%;
  top: 0;
}

.banner .slideox .bd {
  width: 1300px;
  position: absolute;
  left: 50%;
  margin-left: -650px;
}

.banner .slideox .tempWrap ul {
  margin-left: -1300px !important;
}

.banner .slideox .tempWrap {
  overflow: visible !important;
}

/*xyxw*/
.xyxw {
  box-sizing: border-box;
  padding-bottom: 50px;
}

.xyxw .xyxw-tit {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.xyxw .xyxw-tit .xyxw-tit-box {
  display: inline-block;
}

.xyxw .xyxw-tit .xyxw-tit-box .wz {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  margin-left: 5px;
}

.xyxw .xyxw-tit .xyxw-tit-box .wz .zw {
  color: #7d7d7d;
  font-size: 24px;
  font-family: "PingFang";
  font-weight: bold;
  margin-bottom: 5px;
}

.xyxw .xyxw-tit .xyxw-tit-box .wz .zw .wz1 {
  color: #0d4ca8;
}

.xyxw .xyxw-tit .xyxw-tit-box .wz .zw .wz2 {
  color: #333333;
}

.xyxw .xyxw-tit .xyxw-tit-box .wz .yw {
  font-size: 20px;
  font-family: "PingFang";
  color: #808080;
  text-transform: uppercase;
  font-style: italic;
}

.xyxw .xyxw-tit .xianl {
  background: url(../img/xyxw_tit_xianL.png) center no-repeat;
  width: 312px;
  height: 13px;
  position: absolute;
  top: 20px;
  left: 15%;
}

.xyxw .xyxw-tit .xianr {
  background: url(../img/xyxw_tit_xianR.png) center no-repeat;
  width: 313px;
  height: 13px;
  position: absolute;
  top: 20px;
  right: 15%;
}

.xyxw .xyxw-tit .genduo {
  position: absolute;
  top: 10px;
  right: 0;
}

.xyxw .xyxw-tit .genduo a {
  font-size: 13px;
  color: #0e5fb0;
}

.xyxw .xyxw-con .xyxw-lb {
  float: left;
  width: 700px;
  height: 394px;
  box-shadow: 0px 1px 28.42px 0.58px rgba(69, 69, 69, 0.55);
  position: relative;
}

.xyxw .xyxw-con .xyxw-lb .lb-bd ul .lb-bd-li {
  width: 700px;
  height: 394px;
  position: relative;
  overflow: hidden;
}

.xyxw .xyxw-con .xyxw-lb .lb-bd ul .lb-bd-li img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}

.xyxw .xyxw-con .xyxw-lb .lb-bd ul .lb-bd-li .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/xyxw_lb_titbj.png) center;
  width: 100%;
  height: 62px;
  line-height: 62px;
  box-sizing: border-box;
  padding-left: 18px;
}

.xyxw .xyxw-con .xyxw-lb .lb-bd ul .lb-bd-li .tit p {
  color: #ffffff;
  font-size: 15px;
}

.xyxw .xyxw-con .xyxw-lb .lb-bd ul .lb-bd-li:hover img {
  transform: scale(1.1);
}

.xyxw .xyxw-con .xyxw-lb .lb-hd {
  position: absolute;
  right: 13px;
  bottom: 14px;
  width: 80px;
}

.xyxw .xyxw-con .xyxw-lb .lb-hd .lb-prev {
  width: 33px;
  height: 33px;
  background: url(../img/xyxw_lb_prev.png) center no-repeat;
  float: left;
}

.xyxw .xyxw-con .xyxw-lb .lb-hd .lb-prev:hover {
  background: url(../img/xyxw_lb_prev_now.png) center no-repeat;
}

.xyxw .xyxw-con .xyxw-lb .lb-hd .lb-next {
  width: 33px;
  height: 33px;
  background: url(../img/xyxw_lb_next.png) center no-repeat;
  float: right;
}

.xyxw .xyxw-con .xyxw-lb .lb-hd .lb-next:hover {
  background: url(../img/xyxw_lb_next_now.png) center no-repeat;
}

.xyxw .xyxw-con .xyxw-list {
  float: right;
  width: 562px;
}

.xyxw .xyxw-con .xyxw-list .first-li {
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}

.xyxw .xyxw-con .xyxw-list .first-li .time {
  overflow: hidden;
  margin-bottom: 10px;
}

.xyxw .xyxw-con .xyxw-list .first-li .time span {
  font-size: 15px;
  font-family: "PingFang";
  color: #0d4ca8;
}

.xyxw .xyxw-con .xyxw-list .first-li .time .xian {
  width: 443px;
  height: 1px;
  background-color: #cccccc;
  float: right;
  margin-top: 8px;
}

.xyxw .xyxw-con .xyxw-list .first-li .wz-box .tit {
  font-size: 17px;
  color: #0d4ca8;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}

.xyxw .xyxw-con .xyxw-list .first-li .wz-box .abstract {
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}

.xyxw .xyxw-con .xyxw-list .xyxw-list-li .tit {
  font-size: 15px;
  color: #333333;
  line-height: 44px;
}

.xyxw .xyxw-con .xyxw-list .xyxw-list-li .tit .time {
  font-size: 13px;
  font-family: "PingFang";
  color: #666666;
  float: right;
}

.xyxw .xyxw-con .xyxw-list .xyxw-list-li:hover .tit {
  color: #0d4ca8;
}

/* tz-xs */
.tz-xs {
  background: url(../img/tzxs_bj.png) center no-repeat;
  height: 571px;
  box-sizing: border-box;
  padding: 55px 0 0;
}

.tz-xs .tzgg {
  width: 625px;
  float: left;
}

.tz-xs .tzgg .tzgg-tit {
  margin-bottom: 25px;
}

.tz-xs .tzgg .tzgg-tit .tit-l {
  float: left;
}

.tz-xs .tzgg .tzgg-tit .tit-l .wz {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  margin-left: 5px;
}

.tz-xs .tzgg .tzgg-tit .tit-l .wz .zw {
  color: #7d7d7d;
  font-size: 24px;
  font-family: "PingFang";
  font-weight: bold;
  margin-bottom: 5px;
}

.tz-xs .tzgg .tzgg-tit .tit-l .wz .zw .wz1 {
  color: #0d4ca8;
}

.tz-xs .tzgg .tzgg-tit .tit-l .wz .zw .wz2 {
  color: #333333;
}

.tz-xs .tzgg .tzgg-tit .tit-l .wz .yw {
  font-size: 20px;
  font-family: "PingFang";
  color: #808080;
  text-transform: uppercase;
  font-style: italic;
}

.tz-xs .tzgg .tzgg-tit .tit-r {
  float: right;
  margin-top: 8px;
}

.tz-xs .tzgg .tzgg-tit .tit-r a {
  font-size: 13px;
  color: #0e5fb0;
}

.tz-xs .tzgg .tzgg-con .con-li {
  background: url(../img/tzgg_con_bj.png) center no-repeat;
  height: 85px;
  box-sizing: border-box;
  padding: 15px 0 0 30px;
  box-shadow: 0px 1px 6.3px 0.7px rgba(104, 104, 104, 0.17);
  margin-bottom: 15px;
}

.tz-xs .tzgg .tzgg-con .con-li .time {
  font-size: 20px;
  font-family: "PingFang";
  color: #0d4ca8;
  line-height: 24px;
  margin-bottom: 5px;
}

.tz-xs .tzgg .tzgg-con .con-li .time .nian {
  font-size: 16px;
  font-family: "PingFang";
  color: #0d4ca8;
  margin-left: 10px;
}

.tz-xs .tzgg .tzgg-con .con-li .tit {
  font-size: 15px;

  line-height: 26px;
}

.tz-xs .tzgg .tzgg-con .con-li.last-li {
  margin-bottom: 0;
}

.tz-xs .tzgg .tzgg-con .con-li:hover .tit {
  color: #0d4ca8;
}

.tz-xs .xsdt {
  width: 625px;
  float: right;
}

.tz-xs .xsdt .xsdt-tit {
  margin-bottom: 25px;
}

.tz-xs .xsdt .xsdt-tit .tit-l {
  float: left;
}

.tz-xs .xsdt .xsdt-tit .tit-l .wz {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  margin-left: 5px;
}

.tz-xs .xsdt .xsdt-tit .tit-l .wz .zw {
  color: #7d7d7d;
  font-size: 24px;
  font-family: "PingFang";
  font-weight: bold;
  margin-bottom: 5px;
}

.tz-xs .xsdt .xsdt-tit .tit-l .wz .zw .wz1 {
  color: #0d4ca8;
}

.tz-xs .xsdt .xsdt-tit .tit-l .wz .zw .wz2 {
  color: #333333;
}

.tz-xs .xsdt .xsdt-tit .tit-l .wz .yw {
  font-size: 20px;
  font-family: "PingFang";
  color: #808080;
  text-transform: uppercase;
  font-style: italic;
}

.tz-xs .xsdt .xsdt-tit .tit-r {
  float: right;
  margin-top: 8px;
}

.tz-xs .xsdt .xsdt-tit .tit-r a {
  font-size: 13px;
  color: #0e5fb0;
}

.tz-xs .xsdt .xsdt-con .con-li {
  box-sizing: border-box;
  padding-left: 24px;
  margin-bottom: 15px;
  position: relative;
}

.tz-xs .xsdt .xsdt-con .con-li a {
  display: block;
  width: 601px;
  background: url(../img/xsdt_con_bj.png) center no-repeat;
  height: 84px;
  box-shadow: 0px 1px 6.3px 0.7px rgba(104, 104, 104, 0.17);
  box-sizing: border-box;
  padding: 15px 0 0 52px;
}

.tz-xs .xsdt .xsdt-con .con-li .time {
  width: 62px;
  height: 62px;
  background-color: #d9d9d9;
  box-sizing: border-box;
  padding: 10px 0 0 5px;
  color: #333333;
  position: absolute;
  top: 11px;
  left: 0;
}

.tz-xs .xsdt .xsdt-con .con-li .time .yueri {
  font-size: 18px;
  font-family: "PingFang";
  line-height: 24px;
}

.tz-xs .xsdt .xsdt-con .con-li .time .nian {
  font-size: 14px;
  font-family: "PingFang";
}

.tz-xs .xsdt .xsdt-con .con-li .wz-con .tit {
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 7px;
}

.tz-xs .xsdt .xsdt-con .con-li .wz-con .abstract {
  font-size: 13px;
  color: #808080;
  line-height: 18px;
}

.tz-xs .xsdt .xsdt-con .con-li.last-li {
  margin-bottom: 0;
}

.tz-xs .xsdt .xsdt-con .con-li:hover .time {
  background-color: #0d4ca8;
  color: #ffffff;
}

/* ksdh */
.ksdh {
  box-sizing: border-box;
  padding-top: 63px;
  padding-bottom: 35px;
}

.ksdh .ksdh-tit {
  margin-bottom: 4px;
}

.ksdh .ksdh-tit .tit-l {
  float: left;
}

.ksdh .ksdh-tit .tit-l .wz {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  margin-left: 5px;
}

.ksdh .ksdh-tit .tit-l .wz .zw {
  color: #7d7d7d;
  font-size: 24px;
  font-family: "PingFang";
  font-weight: bold;
  margin-bottom: 5px;
}

.ksdh .ksdh-tit .tit-l .wz .zw .wz1 {
  color: #0d4ca8;
}

.ksdh .ksdh-tit .tit-l .wz .zw .wz2 {
  color: #333333;
}

.ksdh .ksdh-tit .tit-l .wz .yw {
  font-size: 20px;
  font-family: "PingFang";
  color: #808080;
  text-transform: uppercase;
  font-style: italic;
}

.ksdh .ksdh-con ul {
  // margin: 0 -18px;
}

.ksdh .ksdh-con ul .ksdh-li {
  width: 25%;
  height: 194px;
  float: left;
  box-sizing: border-box;
  padding: 26px 13px 28px;
}

.ksdh .ksdh-con ul .ksdh-li a {
  display: block;
  width: 100%;
  height: 140px;
  line-height: 140px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.ksdh .ksdh-con ul .ksdh-li a:hover {
  font-size: 22px;
}

.ksdh .ksdh-con ul .ksdh-li1 {
  background: url(../img/ksdh_zsxx_bj.png) center no-repeat;
}

.ksdh .ksdh-con ul .ksdh-li2 {
  background: url(../img/ksdh_jycy_bj.png) center no-repeat;
}

.ksdh .ksdh-con ul .ksdh-li3 {
  background: url(../img/ksdh_cyxt_bj.png) center no-repeat;
}

.ksdh .ksdh-con ul .ksdh-li4 {
  background: url(../img/ksdh_tszy_bj.png) center no-repeat;
}

/* footer */
.footer .foot-s {
  background: url(../img/foot_s_bj.png) center no-repeat;
  box-sizing: border-box;
  padding: 40px 0 35px;
  position: relative;
}

.footer .foot-s .foot-s-l {
  float: left;
}

.footer .foot-s .foot-s-l .foot-logo {
  width: 466px;
  margin-bottom: 13px;
}

.footer .foot-s .foot-s-l .foot-logo img {
  display: block;
  width: 100%;
}

.footer .foot-s .foot-s-l .foot-dz p {
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
}

.footer .foot-s .foot-s-z {
  position: absolute;
  top: 40px;
  left: 490px;
}

.footer .foot-s .foot-s-z ul li {
  float: left;
  text-align: center;
  width: 90px;
}


.footer .foot-s .foot-s-z ul li p {
  font-size: 14px;
  margin-top: 8px;
  color: #ffffff;
}

.footer .foot-s .foot-s-r {
  float: right;
  margin-top: 23px;
}

.footer .foot-s .foot-s-r .fx {
  float: left;
  margin-top: 19px;
}

.footer .foot-s .foot-s-r .fx ul li {
  float: left;
  margin: 0 13px;
}

.footer .foot-s .foot-s-r .ewm {
  float: right;
  margin-left: 25px;
}

.footer .foot-bq {
  height: 48px;
  background-color: #0d3e84;
  line-height: 48px;
  text-align: center;
}

.footer .foot-bq p {
  font-size: 14px;
  color: #ffffff;
}

.footer .foot-bq a {
  font-size: 14px;
  color: #ffffff;
}

.footer .foot-bq img {
  vertical-align: middle;
  margin-top: -2px;
}

@media screen and (max-width: 1300px) {
  .nav.active {
    min-width: 1300px;
  }
  .nav.active .menu .menu-li {
    width: 7.5%;
  }
}