@charset "utf-8";

/* CSS Document */
html {
  background: #FFF;
  font-size: 62.5%;
  /* 10÷16=62.5% */
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  /* 14÷10=1.4 */
  color: #1f1f1f;
  font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

img,
object {
  /* width:100%; */
  max-width: 100%;
  /*height:auto;*/
  width: auto\9;
  /* for ie8 */
  -ms-interpolation-mode: bicubic;
}

a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #1f1f1f;
}

a:hover {
  color: #003c7c;
  text-decoration: none;
}

input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ul,
ol,
li {
  list-style: none outside none;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea,
select {
  font-weight: inherit;
}

input,
select,
textarea,
button {
  vertical-align: middle
}

.lf {
  float: left;
}

.md {
  float: left;
}

.rt {
  float: right;
}

.clearFix {
  *zoom: 1;
  clear: both;
}

.clearFix:after {
  content: '';
  display: block;
  clear: both;
}

.clear {
  width: 100%;
  overflow: hidden;
}

.imgResponsive {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  display: block;
}

.imgResponsive img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.imgResponsive img:hover {
  transform: scale(1.03);
  opacity: 0.85;
}

.fpx18 {
  font-size: 18px;
}

.fpx16 {
  font-size: 16px;
}

.fpx15 {
  font-size: 15px;
}

.ul-inline {
  font-size: 0;
}

.ul-inline>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  vertical-align: top;
}


.black_bg01 {
  position: fixed;
  background-color: #124;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: none;
  filter: alpha(opacity=70)
}

/*头部样式*/
.header {
  width: 100%;
  z-index: 9991;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out
}

.container {
  width: 1320px;
  margin: 0 auto;
}

.top {
  height: 134px;
  line-height: 134px;
  overflow: hidden;
  background-color: #000;
  background: url(../images/top_bg.png) no-repeat center center;
  background-size: auto;
  /* 保持图片原大小 */
}

.top a {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.3s ease-in-out;
  vertical-align: top;
}

.top a:hover {
  opacity: 1;
  filter: alpha(opacity=60);
}

.top_lf {
  float: left;
  padding-left: 36px;
}

.top_rt {
  float: right;
  padding-right: 6px;
}

.top_lf a {
  margin-right: 14px;
}

.top_rt a {
  margin-left: 14px;
}

.nav-wrapper {
  width: 100%;
  padding-top: 0px;
  background-color: #2055a9;
}

.logo {
  width: 183px;
  height: 0;
  position: relative;
  z-index: 99992;
  top: -42px;
  margin: 0 auto;
  transition: all 0.3s ease;
  text-align: center;
}

.logo span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 10
}

.logo .logo_bg {
  display: none;
  position: absolute;
  width: 213px;
  height: 91px;
  left: 50%;
  top: 38px;
  z-index: 0;
  margin-left: -106.5px;
}

.logo_01 {
  width: 116px;
}

.nav {
  margin: 0 auto;
  z-index: 9992;
}

.nav_lf {
  width: 98%;
  float: left;
}

.nav_rt {
  width: 42%;
  float: right;
}

.nav ul li {
  float: left;
  height: 40px;
  transition: all 0.3s ease;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0);
}

.nav ul>li {
  width: 160px;
  height: 50px;
  position: relative;
}

.nav ul>li:before {
  content: '';
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  transition: all 0.35s ease-in-out;
}

.nav ul>li.on:before {
  width: 100%;
  height: 2px;
  left: 0
}

.nav ul li>a {
  padding: 0;
  text-align: center;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  font-weight: bold;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}

.nav ul li.on>a,
.nav ul li:hover>a {}

.nav ul li.on .subNav {
  display: block;
  background: rgba(13, 67, 138, 0.8);
  background: -webkit-gradient(left top, left bottom, color-stop(100%, rgba(13, 67, 38, 0)), color-stop(100%, rgba(13, 67, 138, 0)));
  background: -webkit-linear-gradient(top, rgba(13, 67, 138, 1) 0%, rgba(13, 67, 138, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(13, 67, 138, 1) 0%, rgba(13, 67, 138, 0) 100%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);*/
}

.nav-wrapper>div {
  position: relative;
}

.headerFix-menu {
  position: absolute;
  right: -30px;
  /* top: 3px; */
  cursor: pointer;
  display: none;
  line-height: 50px;
}

.headerFix-menu i {
  color: #fff;
  font-size: 30px;
}

.headerFix-close {
  float: right;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.headerFix-close i {
  color: #ccd2de;
  font-size: 24px;
}

.subNav {
  width: 100%;
  padding: 10px 0 80px;
}

.subNav {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  text-align: center;
}

.subNav dd {
  position: relative;
}

.subNav a {
  color: #fff;
  padding: 8px 7px;
  display: block;
}

.subNav a:hover {
  background-color: #0b54b6;
}

.nav ul>li.on dd.on .third_nav1 {
  display: block;
}

.third_nav1 {
  position: absolute;
  width: 110px;
  right: -110px;
  top: 0;
  min-height: 100%;
  display: none;
  background: rgba(13, 67, 138, 0.8);
  background: -webkit-gradient(left top, left bottom, color-stop(100%, rgba(13, 67, 38, 0)), color-stop(100%, rgba(13, 67, 138, 0)));
  background: -webkit-linear-gradient(top, rgba(13, 67, 138, 1) 0%, rgba(13, 67, 138, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(13, 67, 138, 1) 0%, rgba(13, 67, 138, 0) 100%);
}

.third_nav1>li {
  width: 100% !important;
  float: none !important;
  height: auto !important;
}

.third_nav1>li::before {
  display: none !important;
}

.third_nav1>li>a {
  display: block;
  padding: 10px 10px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  transition: all 0.35s ease-in-out;
  height: auto !important;
  line-height: 1.5 !important;
}

.header.current .nav-wrapper {
  background: url(../images/nav_bg.svg) no-repeat center -3px;
  /* height: 94px; */
  background-color: #2055a9;
}

.header.current .top {
  background-color: #ffffff;
}

.header.current .top a {
  opacity: 1;
  filter: alpha(opacity=100)
}

.header.current .logo {
  top: 5px;
}

.header.current .logo_01 {
  width: 90px;
}

.header.current .logo_02 {
  display: none;
}

.header.current .nav ul li {
  height: 100%;
}

.header.current .nav ul li.on>a,
.header.currents .nav ul li:hover>a {
  height: 50px;
  line-height: 50px;
}

.header.current .subNav {
  top: 50px;
}

.header.current .headerFix-menu {
  display: block;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
  display: block;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
  display: block;
}

.serBtn {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  color: #002257;
  margin-left: 10px;
  text-align: center;
  position: relative;
  z-index: 99992
}

.serBtn i {
  font-size: 22px;
  *display: inline;
  *zoom: 1;
  *width: 30px;
  *background: url(../images/search.png) no-repeat center;
  *height: 40px;
}

.serBtn i:before {
  display: inline-block;
  vertical-align: middle;
}

.ser {
  width: 224px;
  height: 36px;
  line-height: 36px;
  float: left;
  margin: 10px 0px 0 0;
  position: relative;
  overflow: hidden;
}

.search input {
  position: absolute;
  height: 30px;
  line-height: 36px;
  color: #262626;
  border: none;
  background: none;
  top: 0px;
  padding-left: 0px;
}

.search input.notxt {
  height: 36px;
  width: 214px;
  color: #002257; /* 修改文本颜色 */
  padding: 0 0 0 10px;
  right: 0;
  border: 0px solid #999;
  border-radius: 25px; /* 设置椭圆边框 */
  background-color: #bccce5; /* 设置背景颜色 */
}input.notxt {
  outline: none; /* 移除默认的聚焦边框 */
}

.search input.notxt1 {
  position: absolute;
  width: 15%;
  height: 28px;
  /* left: 0; */
  right: 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  margin: 4px auto;
  color: #bbbdc3;
  border: none;
  background: url(../css/search.svg) no-repeat center;
}




.goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999999;
  color: #fff;
  text-align: center;
  transition: none;
  background-color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
}

.goTop:hover {
  color: #fff;
  background-color: #4b9ef7;
}

.goTop i {
  font-size: 32px;
}

/*手机端导航*/
.mobile {
  width: 100%;
  position: absolute;
  height: 42px;
  display: none;
  top: 5px;
  left: 0;
  z-index: 99991;
}

.mobile-search-btn {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}

.mobile-search-btn i {
  color: #fff;
  font-size: 20px;
}

.mobile-inner-header {
  width: 100%;
  height: 31px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50
}

.mobile-inner-header-icon {
  color: #ffffff;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon {
  color: #fff;
  height: 31px;
  text-align: left;
  float: left;
  width: 50px;
  position: relative;
  cursor: pointer;
  text-align: right;
  margin-left: 25px;
  text-align: center;
  line-height: 31px;
  font-size: 30px;
}

.mobile-inner-header-icon-out i {
  font-size: 28px;
  position: absolute;
  left: 12px;
  top: 0
}

.mobile-inner-header-icon-click i {
  display: none;
}

.mobile-inner-header-icon-out span {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: none;
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);

  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav {
  width: 320px;
  left: -320px;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  width: 0;
  transition: left 0.3s ease-in-out;
  height: 0;
  background-color: rgba(27, 27, 27, 0.7);
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  font-size: 1.6rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #fff;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-inner-nav li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
  position: relative;
}

.mobile-inner-nav li.on {
  background-color: #051c4d
}

.mobile-inner-nav li strong {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 3rem;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 50px;
}

.mobile-inner-nav a {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.mobile_subNav {
  display: none;
}

.mobile_subNav dd {
  position: relative;
}

.mobile-inner-nav dd a {
  height: 35px;
  line-height: 35px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 1.4rem;
}

.mobile-inner-nav dd a:hover {
  background-color: #448aca
}

.mobile_search {
  clear: both;
  position: absolute;
  height: 48px;
  overflow: hidden;
  background-color: #F8F5EC;
  left: 0;
  top: 35px;
  width: 100%;
  z-index: 99993;
  display: none;
}

.mobile_search .search {
  border: 1px solid #ccc;
  margin: 0.5rem;
  overflow: hidden;
  height: 37px;
  position: relative;
}

.mobile_search input.notxt {
  width: 100%;
  color: #333;
  border: none;
  padding-right: 38px;
  height: 38px;
  box-sizing: border-box;
}

.mobile_search input.notxt1 {
  width: 40px;
  right: 0;
  background: url(../css/search.svg) no-repeat center #448aca;
  border: none;
  height: 37px;
  left: auto;
}

.mobile-links {
  width: auto;
  margin: 0 20px 10px;
  overflow: hidden;
  padding: 10px 0 0;
  opacity: 0.6;
  font-size: 14px;
}

.mobile-links span {
  float: left;
  padding: 0 15px;
}

.mobile-links span a {
  border: none;
  line-height: 25px;
  padding: 4px 0;
  font-size: 14px;
}

.nav-open .mobile-inner-nav {
  width: 320px;
  display: block;
  position: fixed;
  left: 0px;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: scale(1);
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 320px;
  z-index: 10;
  padding: 50px 0 20px;
}

.third_nav {
  display: none;
}

.mobile_subNav dd.on .third_nav {
  display: block;
}

/*footer*/

.wrap_footer {
  background-color: #0a45a1;
  background-size: cover;
  font-size: 1.6rem;
}
.footer {
  overflow: hidden;
  padding-bottom: 70px;
  position: relative;
  border-bottom: 2px solid #3163b0;
}
.bit-link01 {
  width: 56.29%;
  padding: 98px 0 0;
}
.bit-link01 li {
  width: 25%;
}
.bit-link01 li>a {
  display: block;
  margin-right: 22px;
  transition: all 0.35s ease-in-out
}
.bit-link01 li h3 {
  display: inline-block;
  display: inline;
  zoom: 1;
  height: 34px;
  line-height: 32px;
  color: #fff;
  min-width: 83px;
  background-color: #a61c31;
  padding: 0 15px;
  font-weight: normal;
  position: relative;
  z-index: 5;
  text-align: center;
}

.item-img09 {
  display: block;
  position: relative;
  z-index: 1;
  top: -17px;
}

.bit-link02 {
  width: 22%;
  padding-top: 65px;
  z-index: 99;
  position: relative;
}
.bit-link03 {
  width: 18%;
  margin-right: 3rem;
}

.bit-link02 li {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 1.6rem;
}
.bit-link02 li a {
  color: #fff;
  transition: all 0.35s ease-in-out
}
.bit-link02 li a:hover {
  opacity: 0.8;
}
.footer_logo img {
  /* width: 110px; */
}
.footer_logo {
  width: 22%;
  padding-top: 65px;
  z-index: 99;
  position: relative;
  padding-left: 35px;
}
.footer_gzh {
  width: 33%;
  padding-top: 100px;
  z-index: 99;
  position: relative;
}
.footer_gzh a:first-child {
  padding-right: 10%;
}
.line_top03 {
  width: 1174px;
  height: 1px;
  background: #a7a6b9;
  position: absolute;
  left: -1174px;
  top: 27px;
  display: block;
}

.line_lf03 {
  width: 1px;
  height: 46px;
  background-color: #a7a6b9;
  position: absolute;
  left: 0;
  top: 27px;
}

.line_bottom03 {
  width: 195px;
  height: 160px;
  border-right: 1px solid #a7a6b9;
  border-bottom: 1px solid #a7a6b9;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.dwIcon {
  width: 56px;
  position: absolute;
  left: -56px;
  bottom: -35px;
}

.Gpower {
  text-align: right;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.Gpower:hover {
  color: #fff;
  opacity: 0.8;
}

.copyRight {
  background-color: #0a45a1;
  padding: 16px 0;
  text-align: center;
}

.copyRight span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  letter-spacing: 0.2;
  margin: 0 15px;
  line-height: 1.5;
}

/** 二级 */
.jgjj_mode1 {
  background-image: url(../images/erji_left_bj.png);
  background-position: left bottom; /* 设置背景图片位置为左下角 */
  background-repeat: no-repeat; /* 设置背景图片不重复 */
}
.er_lujin{
  height: 66px;
  background-color: #f8f8ff;
  margin: 0 auto;
}
.er_lujin_text{
  width: 1320px;
    margin: 0 auto;
    line-height: 66px;
}
.erji_left{
  float: left;
  width: 293px;
}
.erji_left_top {
  background-color: #0b45a1;
  background-image: url(../images/erji_left_nav1.jpg);
  background-position: left bottom; /* 设置背景图片位置为左下角 */
  background-repeat: no-repeat; /* 设置背景图片不重复 */
  width: 100%;
  height: 70px;
  float: left;
}
.erji_left_top a{
  padding-right: 40px;
  float: right;
  color:#fff ;
  font-size: 30px;
  font-weight: bold;
  line-height: 70px;
}
.erji_left_nav{
  width: 100%;
  min-height: 400px;
  padding-bottom: 200px;
  background-image: url(../images/erji_left_bj2.jpg);
  background-position: left bottom; /* 设置背景图片位置为左下角 */
  background-repeat: no-repeat; /* 设置背景图片不重复 */
  background-color: #f8f8f8;
}
.erji_left_nav li{
  width: 100%;
  height: 65px;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box; /* 确保宽度计算包括边框 */
}
.erji_left_nav li:hover{
  background-color: #eeeeee;
  border-left: #e80000 10px solid;
}
.erji_left_nav li a{
  display: block;
    height: 100%;
    line-height: 65px;
    color: #000;
    font-size: 20px;
    padding-left: 20px;
}
.erji_left_nav li a:hover{
  color: #e80000;
}
.erji_left_nav .active{
  background-color: #eeeeee;
  border-left: #e80000 10px solid;
}
.erji_left_nav .active a{
  color: #e80000;
}
.erji_right {
  width:calc(100% - 363px);
  margin-left: 68px;
  float: left;
  display: flex;
  flex-direction: column;
}
.erji_right_top {
  border-width:60px;
  float: left;
  color:#000 ;
  font-size: 25px;
  font-weight: bold;
  line-height: 70px;
  position: relative;
}
.erji_right_top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px; /* 设置边框的长度 */
  height: 4px; /* 设置边框的宽度 */
  border-bottom: 4px solid #0b45a1; /* 设置边框的颜色 */
}.erji_right_content{
  margin-bottom: 40px;
}
.erji_right_content_text{
  margin-top: 45px;
}
.erji_right_content_text p{
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 19px;
  text-indent: 2em;
}
.erji_right_content li{
  border-bottom: 1px #ccc solid;
  float: left;
  display: flex;
  flex-direction:row;
  padding: 30px 0px;
}
.erji_item-date{
  text-align: center;
    width: 16rem;
    background-color: #0b45a1;
    color: #fff;
    padding: 5px;
}
.erji_item-date h3{
  font-size: 30px;
}
.erji_item-date span{
  font-size: 14px;
}
.erji_item-txt{
  padding-left: 30px;
}
.erji_item-txt h3{
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
}


/**文章**/
.wz_top{
  text-align: center;
    border-bottom: 2px #ccc solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.wz_top h1{
  font-size: 32px;
  line-height: 100px;
  color: #0b45a1;
}
.wz_top span{
  font-size: 21px;
  line-height: 30px;
  color: #b4b4b4;
}
.wz_content{
  font-size: 18px;
  text-indent: 2em;
  margin-bottom: 10rem;
}
.lingdao{
  margin-bottom: 4rem;
  padding-bottom: 3rem;
}
.lingdao_top{
  display: block;
  float: left;
    /* width: 30%; */
    height: 26px;
    color: #0b45a1;
    font-size: 21px;
    font-weight: bold;
    border-left: 3px #0b45a1 solid;
    padding-left: 20px;
}
.lingdao_top_right{
  float: left;
  /* width: 60%; */
  height: 26px;
  font-size: 21px;
  font-weight: bold;
  padding-left: 20px;
}

.lingdao_content {
  display: flex;
  flex-direction: row;
  justify-content: center; /* 水平居中对齐 */
  align-items: center; /* 垂直居中对齐 */
  border-bottom: 2px #ccc dotted;
  gap: 0rem 12rem;
  flex-wrap: wrap; /* 允许子元素换行 */
}
.lingdao_content li{
    display: flex;
    flex-direction: column;
    padding: 30px 0px;
    border: none;
    justify-content: center; /* 水平居中对齐 */
    align-items: center; /* 垂直居中对齐 */
}
.lingdao_content li a{
    font-size: 21px;
    color: #0a45a1;
    line-height: 40px;
}
.xiaoyuan img {
  width: 400px;
}
.xiaoyuan .lingdao_content{
  border: none;
}
.daoshi img {
  width: 216px;
  /* height: 295px; */
}
.daoshi .lingdao_content{
  border: none;
  gap: 0rem 3rem;
}
.zhaosheng_content{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.zhaosheng{
  width: 32%;
  border: 2px #e9eaeb solid;
}
.zhaosheng li{
  position: relative; /* 确保伪元素相对于 li 定位 */
  padding: 10px 0px 10px 20px; /* 增加左边距以容纳三角形 */
  margin: 0px 10px;
  border-bottom: 1px #ccc dotted;
  list-style: none; /* 移除默认的列表样式 */
}
.zhaosheng li::before {
  content: ''; /* 必须有内容才能显示伪元素 */
  position: absolute;
  left: 5px; /* 三角形在左边 */
  top: 50%;
  transform: translateY(-50%); /* 垂直居中 */
  width: 0;
  height: 0;
  border-top: 5px solid transparent; /* 上边框透明 */
  border-bottom: 5px solid transparent; /* 下边框透明 */
  border-left: 5px solid #0a45a1; /* 左边框为三角形 */
}
.zhaosheng .zs_more a{
  float: right;
    text-align: center;
    line-height: 50px;
}
.zhaosheng img{  width: 100%;}
.erji_item-txt-date{display: none;}

@media screen and (max-width: 1200px) {
  .lingdao_content li {
    width: 150px; /* 在较小的屏幕上调整宽度 */
  }
}

@media screen and (max-width: 800px) {
  .lingdao_content li {
    width: 100px; /* 在更小的屏幕上调整宽度 */
  }
}

@media screen and (min-width:1020px) {
  .bit-link01 li>a:hover {
    margin-top: -10px;
  }

  .bit-link01 li>a:hover .item-img09 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  /*数据北理鼠标经过的效果*/
  .bit-data {
    -webkit-transition: -webkit-transform ease-out .1s, background .2s;
    -moz-transition: -moz-transform ease-out .1s, background .2s;
    transition: transform ease-out .1s, background .2s
  }

  .bit-data:after {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }

  .bit-data:hover {
    background: rgba(255, 255, 255, .05);
    -webkit-transform: scale(.93);
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93);
  }

  .bit-data:hover:after {
    content: '';
    display: block;
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms
  }

  @-webkit-keyframes sonarEffect {
    0% {
      opacity: .3
    }

    40% {
      opacity: .5;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
      -webkit-transform: scale(1.25);
      opacity: 0
    }
  }

  @-moz-keyframes sonarEffect {
    0% {
      opacity: .3
    }

    40% {
      opacity: .5;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
      -moz-transform: scale(1.25);
      opacity: 0
    }
  }

  @keyframes sonarEffect {
    0% {
      opacity: .3
    }

    40% {
      opacity: .5;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }

    100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
      transform: scale(1.25);
      opacity: 0
    }
  }

}

.erji_section{margin-top: 184px;}
@media screen and (max-width:1386px) {
  .container {
    width: 1200px;
  }

  .nav ul li>a {
    font-size: 1.7rem;
  }


}

@media screen and (max-width:1300px) {
  .logo {
    width: 150px;
  }

  .logo_01 {
    width: 94px;
  }

  .container {
    width: 1000px;
  }

  .nav ul li>a,
  .fpx18,
  .bit-link02 li {
    font-size: 1.6rem;
  }

  .fpx15 {
    font-size: 1.5rem;
  }

  .fpx16 {
    font-size: 1.4rem;
  }
  .footer_logo {
    width: 18%;}
}

@media screen and (max-width:1020px) {
  .bit-link02 li {
    font-size: 1.4rem;
  }

  .container {
    width: 760px;
  }

  .header .container {
    width: auto;
  }

  .footer_logo img {
    width: 80px;
  }

  .bit-link01 {
    padding-top: 60px;
    width: 88%;
    float: none;
  }

  .bit-link02 {
    float: none;
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
    margin: 0;
  }

  .bit-link02 li {
    float: left;
    margin-right: 40px;
    height: 30px;
    line-height: 30px;
  }

  .footer_logo {
    position: absolute;
    right: 0;
    top: 0
  }
  .bit-link01 li h3 {
    min-width: 65px;
    padding: 0 10px;
  }

  .line_bottom03 {
    height: 120px;
    z-index: 0;
  }
  
  .bit-link02 li {
    margin-right: 18px;
    width: 100%;
  }
  .footer_logo img {
    width: 180px;
  }
.footer_gzh {
  width: 100%;padding-top: 10px;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  display: flex;
  align-items: center; /* 垂直居中 */
  gap: 10px; /* 图片之间的间距，可按需调整 */
}
.footer {
  padding-bottom: 2rem;
}
.wz_top h1 {
  font-size: 3rem;
  line-height: 4rem;
  color: #0b45a1;
  padding-bottom: 1rem;
}

}

@media screen and (max-width:998px) {
  .nav {
    display: none;
  }

  .top {
    display: none;
  }

  .logo {
    width: 160px;
  }

  .logo_01 {
    width: 32px;
  }

  .mobile {
    display: block;
  }

  .top_rt {
    padding-right: 25px;
  }

  .header {
    background: #1e2153;
    height: 40px;
    background: -webkit-linear-gradient(left, #1e2153, #2d4882, #192b4d);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1e2153, #2d4882, #192b4d);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1e2153, #2d4882, #192b4d);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1e2153, #2d4882, #192b4d);
    /* 标准的语法 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }

  .logo {
    top: -5px;
  }

  .line_lf03 {
    height: 29px;
  }
  .wz_top h1 {
    font-size: 3rem;
    line-height: 4rem;
    color: #0b45a1;
    padding-bottom: 1rem;
  }
  .jgjj_mode1 {background: none; margin-top: 40px;}
  .erji_left {
    display: none;
  }.erji_right {
    width: 100%;
    margin-left: 0;
  }.erji_right_content_text p {
    line-height: 3rem;
    font-size: 2rem;
  }.erji_section{margin-top: 0px;}
  .erji_item-txt-date{display: block;}
  .erji_item-date{display: none;}
  .erji_item-txt {  padding-left: 0;}
  .zhaosheng_content {
    flex-direction: column;
  }.zhaosheng {
    width: 100%;
  }.lingdao_content li {
    width: 100%;
  }

}

@media screen and (max-width: 790px) {
  .container {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .wz_top h1 {
    font-size: 3rem;
    line-height: 4rem;
    color: #0b45a1;
    padding-bottom: 1rem;
  }
  .jgjj_mode1 {background: none; margin-top: 40px;}
  .erji_left {
    display: none;
  }.erji_right {
    width: 100%;
    margin-left: 0;
  }.erji_right_content_text p {
    line-height: 3rem;
    font-size: 2rem;
  }.erji_section{margin-top: 0px;}
  .erji_item-txt-date{display: block;}
  .erji_item-date{display: none;}
  .erji_item-txt {  padding-left: 0;}
  .zhaosheng_content {
    flex-direction: column;
  }.zhaosheng {
    width: 100%;
  }.lingdao_content li {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .header .container {
    width: auto;
  }
  .mobile-inner-header-icon {
    margin-left: 0;
  }
  .bit-link01 {
    width: 100%;
    padding-top: 100px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .bit-link01 li>a {
    margin: 0 8px;
  }
  .bit-link01 {
    margin: 0 -8px;
    width: auto;
  }
  .line_lf03 {
    height: 22px;
  }
  .copyRight {
    font-size: 12px;
  }
  .wz_top h1 {
    font-size: 3rem;
    line-height: 4rem;
    color: #0b45a1;
    padding-bottom: 1rem;
  }
  .jgjj_mode1 {background: none; margin-top: 40px;}
  .erji_left {
    display: none;
  }.erji_right {
    width: 100%;
    margin-left: 0;
  }.erji_right_content_text p {
    line-height: 3rem;
    font-size: 2rem;
  }.erji_section{margin-top: 0px;}
  .erji_item-txt-date{display: block;}
  .erji_item-date{display: none;}
  .erji_item-txt {  padding-left: 0;}
  .zhaosheng_content {
    flex-direction: column;
  }.zhaosheng {
    width: 100%;
  }.lingdao_content li {
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  .footer {
    padding-bottom: 95px;
  }
  .wz_top h1 {
    font-size: 3rem;
    line-height: 4rem;
    color: #0b45a1;
    padding-bottom: 1rem;
  }
  .jgjj_mode1 {background: none; margin-top: 40px;}
  .erji_left {
    display: none;
  }.erji_right {
    width: 100%;
    margin-left: 0;
  }.erji_right_content_text p {
    line-height: 3rem;
    font-size: 2rem;
  }.erji_section{margin-top: 0px;}
  .erji_item-txt-date{display: block;}
  .erji_item-date{display: none;}
  .erji_item-txt {  padding-left: 0;}
  .zhaosheng_content {
    flex-direction: column;
  }.zhaosheng {
    width: 100%;
  }.lingdao_content li {
    width: 100%;
  }
}

@media screen and (max-width:600px) {
  .jgjj_mode1 {background: none; margin-top: 40px;}
}
@media screen and (max-width:480px) {
  .footer strong {
    display: none;
  }
  .bit-link02 li {
    margin-right: 18px;
    width: 100%;
  }
  .footer_logo img {
    width: 180px;
  }
.footer_gzh {
  width: 100%;padding-top: 10px;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  display: flex;
  align-items: center; /* 垂直居中 */
  gap: 10px; /* 图片之间的间距，可按需调整 */
}
.footer {
  padding-bottom: 2rem;
}
.wz_top h1 {
  font-size: 3rem;
  line-height: 4rem;
  color: #0b45a1;
  padding-bottom: 1rem;
}
.jgjj_mode1 {background: none; margin-top: 40px;}
.erji_left {
  display: none;
}.erji_right {
  width: 100%;
  margin-left: 0;
}.erji_right_content_text p {
  line-height: 3rem;
  font-size: 2rem;
}.erji_section{margin-top: 0px;}
.erji_item-txt-date{display: block;}
.erji_item-date{display: none;}
.erji_item-txt {  padding-left: 0;}
.zhaosheng_content {
  flex-direction: column;
}.zhaosheng {
  width: 100%;
}.lingdao_content li {
  width: 100%;
}
}
@media screen and (max-width:400px) {
  .bit-link01 li {width: 50%;  }
.wz_top h1 {
  font-size: 3rem;
  line-height: 4rem;
  color: #0b45a1;
  padding-bottom: 1rem;
}
.jgjj_mode1 {background: none; margin-top: 40px;}
.erji_left {
  display: none;
}.erji_right {
  width: 100%;
  margin-left: 0;
}.erji_right_content_text p {
  line-height: 3rem;
  font-size: 2rem;
}.erji_section{margin-top: 0px;}
.erji_item-txt-date{display: block;}
.erji_item-date{display: none;}
.erji_item-txt {  padding-left: 0;}
.zhaosheng_content {
  flex-direction: column;
}.zhaosheng {
  width: 100%;
}.lingdao_content li {
  width: 100%;
}
}