@font-face {
  font-family: 'arial';
  src: url(../fonts/arial.ttf);
  src: url(../fonts/arial.eot) format('embedded-opentype'), url(../fonts/arial.woff2) format('woff2'), url(../fonts/arial.ttf) format('truetype'), url(../fonts/arial.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ariblk';
  src: url(../fonts/ariblk.ttf);
  src: url(../fonts/ariblk.eot) format('embedded-opentype'), url(../fonts/ariblk.woff2) format('woff2'), url(../fonts/ariblk.ttf) format('truetype'), url(../fonts/ariblk.woff) format('woff');
}
.bc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bwc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bhc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nt {
  text-align: left;
  letter-spacing: -3em;
  overflow: hidden;
}
.nt:first-letter {
  margin-left: -20em;
}
.tc {
  text-align: center;
}
.elp1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.elp2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
html,
body {
  font: 16px 'arial';
}
.shadow_box {
  background-color: #ffffff;
  box-shadow: 3px 4px 8px 0px rgba(96, 96, 96, 0.05);
  border: solid 1px #ececec;
  padding-left: 35px;
  padding-right: 35px;
}
.w {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
}
.header_box {
  padding-top: 43px;
  height: 141px;
  background: url(../image/header_bg.png) no-repeat center;
  background-size: auto 100%;
  background-color: #1a56a6;
}
.header_box .logo {
  display: inline-block;
  line-height: 56px;
}
.header_box .logo > img {
  height: 0.56rem;
}
.header_box .search_box {
  margin: 0;
  width: auto;
  line-height: 56px;
}
.header_box .search_box input {
  width: 288px;
  height: 40px;
  background-color: #ffffff3d;
  border-radius: 19px;
  border: solid 1px #e3e7eb;
  padding: 0;
  padding-left: 1em;
  font-size: 14px;
  color: #fff !important;
}
.header_box .search_box button {
  width: 50px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.header_box .search_box button i {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background: url(../image/icon_search.png) no-repeat center center;
}
.nav_ver_box {
  background-color: #1a56a6;
  color: #fff;
  position: relative;
}
.nav_ver_box .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav_ver_box .nav_list_title {
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.nav_ver_box .nav_list_item:hover .nav_list_title,
.nav_ver_box .nav_list_title_cur {
  font-weight: bold;
}
.nav_ver_box .nav_list_sec {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  background-color: #4a81cabd;
  z-index: 99;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_ver_box .nav_list_sec li:not(:last-child) .nav_list_title_sec::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.nav_ver_box .nav_list_title_sec {
  position: relative;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  html,
  body {
    overflow-x: hidden;
  }
  .w {
    width: 100%;
  }
  .header_box {
    height: auto;
    padding: 20px 0;
    background: url(../image/header_bg.png) no-repeat center;
    background-size: auto 100%;
  }
  .header_box .logo_box,
  .header_box .search_box,
  .header_box .tc {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .header_box .logo_box a {
    text-align: center;
    width: 70%;
  }
  .header_box .logo_box a img {
    width: 100%;
  }
  .header_box .search_box {
    width: 80%;
    height: 39px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .header_box .search_box input {
    width: 100%;
  }
  .header_box .tc {
    padding-bottom: 20px;
  }
  .header_box .tc img {
    max-width: 377px;
    width: 80%;
  }
  .nav_ver_box {
    display: none;
  }
}
/* 移动菜单 开始 */
.menu-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 599;
  width: 50px;
  height: 50px;
}
.menu-btn > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  border-radius: 2px;
  transition: 0.25s;
}
.menu-btn > span:nth-child(1) {
  top: 18px;
}
.menu-btn > span:nth-child(2) {
  top: 24px;
}
.menu-btn > span:nth-child(3) {
  top: 30px;
}
.menu {
  position: fixed;
  z-index: 598;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  background-color: #a2b3c2;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.menu img {
  display: block;
  width: 70%;
  margin: 60px 10px;
}
.menu i {
  display: none;
}
.menu > ul > li a {
  position: relative;
  display: block;
  margin: 0 15px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  color: #1a56a6;
}
.menu > ul > li a::after {
  content: ' ';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
}
.menu > ul > li:nth-child(1) {
  animation-delay: 0.1s;
}
.menu > ul > li:nth-child(2) {
  animation-delay: 0.2s;
}
.menu > ul > li:nth-child(3) {
  animation-delay: 0.3s;
}
.menu > ul > li:nth-child(4) {
  animation-delay: 0.4s;
}
.menu > ul > li:nth-child(5) {
  animation-delay: 0.5s;
}
.menu > ul > li:nth-child(6) {
  animation-delay: 0.6s;
}
.mask {
  display: none;
  position: fixed;
  z-index: 597;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.2s;
}
.menu-btn.on {
  position: fixed;
}
.menu-btn.on > span {
  background: #1a56a6;
}
.menu-btn.on > span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
.menu-btn.on > span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg);
}
.menu-btn.on > span:nth-child(3) {
  top: 21px;
  transform: rotate(135deg);
}
.menu.on {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mask.on {
  display: block;
  opacity: 1;
}
@media (max-width: 1440px) {
  .menu-btn {
    display: block;
  }
}
/* 移动菜单 结束 */
.footer_box {
  padding: 26px 0;
  background-color: #1a56a6;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}
.title_box {
  position: relative;
  height: 44px;
  line-height: 44px;
}
.title_box span {
  padding: 0 14px;
  border-bottom: 2px solid #1a56a6;
  font-size: 28px;
  font-weight: bold;
  color: #1a56a6;
}
.title_box a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.more {
  font-size: 16px;
  color: #1a56a6;
}
.lh1 {
  line-height: 1;
  height: auto;
}
.news_list li {
  position: relative;
  padding: 23px 0;
  line-height: 1;
  font-size: 16px;
  color: #444444;
}
.news_list li:not(:last-child) {
  border-bottom: 1px dashed #c3c3c3;
}
.news_list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  font-size: inherit;
  color: inherit;
}
.news_list li a:hover {
  color: #1a56a6;
}
.news_list li .date {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: inherit;
  color: inherit;
}
.news_list2 li {
  box-sizing: content-box;
  height: 72px;
  line-height: 72px;
  padding: 20px 0 10px 100px;
}
.news_list2 li span {
  display: inline-block;
  left: 0;
  width: 83px;
  height: 72px;
  line-height: 84px;
  background: url(../image/icon_calendar.png) no-repeat center;
  text-align: center;
  font-size: 14px !important;
}
.news_list2 li a {
  max-width: 95%;
}
.news_list4 {
  padding: 15px 0;
}
.news_list4:not(:last-of-type) {
  border-bottom: 1px dashed #c3c3c3;
}
.news_list4 li {
  position: relative;
  padding: 23px 0;
  padding-left: 23px;
  line-height: 1;
  font-size: 16px;
  color: #444444;
  background: url(../image/blue_arrow.png) no-repeat left center;
}
.news_list4 li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  font-size: inherit;
  color: inherit;
}
.news_list4 li a:hover {
  color: #1a56a6;
}
.news_list4 li .date {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: inherit;
  color: inherit;
}
.h2 {
  font-family: 'ariblk';
  margin: 0 !important;
  line-height: 93px;
  text-align: center;
  height: 93px;
  background-color: #f2f3f4;
  font-size: 36px;
  font-weight: bold;
  color: #1a56a6;
}
.tab a {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #888888;
}
.tab a:nth-child(1) {
  padding-left: 20px;
}
.tab a:not(:last-child)::after {
  margin: 0 1em;
  content: '|';
  font-size: 18px;
  color: #cecece;
}
.tab .current {
  font-weight: bold;
  color: #333;
}
.where {
  height: 55px;
  line-height: 55px;
  color: #555555;
  padding-left: 20px;
  background: url(../image/zt3/zt3_where.png) no-repeat left;
  border-bottom: 1px solid #f0efef;
  margin-bottom: 25px;
}
.side_menu h2 {
  font-family: 'ariblk';
  position: relative;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.side_menu h2 a {
  font-weight: bold;
  color: #1a56a6;
}
.side_menu .fir_li {
  padding: 0 12px;
}
.side_menu .fir_li:not(:last-child) > a {
  border-bottom: 1px solid #e9e9e9;
}
.side_menu .fir_li > a {
  display: block;
  line-height: 65px;
  height: 65px;
  text-align: center;
  font-size: 24px;
  color: #666666;
}
.side_menu .fir_li > a:hover {
  font-weight: bold;
  color: #1a56a6;
}
.side_menu .fir_li.current > a {
  font-weight: bold;
  color: #1a56a6;
}
.side_menu .sec_li a {
  background: #fff;
  display: block;
  line-height: 45px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  color: #252525;
  padding-left: 15px;
  position: relative;
}
.side_menu .sec_li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50%;
}
.side_menu .sec_li a:hover {
  font-weight: bold;
  color: #6d0303;
  background: #f4dbd8;
}
.side_menu .sec_li.current > a {
  font-weight: bold;
  color: #6d0303;
  background: #f4dbd8;
}
.pagination_box {
  width: 100%;
  text-align: center;
}
.pagination_box a ,.pagination_box span {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  margin-right: 20px;
  margin-top: 10px;
}
.pagination_box  a:hover {
  color: #1a56a6;
  text-decoration: underline;
}
.pagination_box span {
  color: #1a56a6;
  text-decoration: underline;
  cursor: default;
}
/* .pagination_box ul {
  display: inline-block;
}
.pagination_box ul li {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  margin-right: 20px;
  margin-top: 10px;
}
.pagination_box ul li a {
  display: inline-block;
  color: #333333;
}
.pagination_box ul li a:hover {
  color: #1a56a6;
  text-decoration: underline;
}
.pagination_box ul li .disabled {
  cursor: not-allowed;
}
.pagination_box ul li .current {
  color: #1a56a6;
  text-decoration: underline;
  cursor: default;
} */
.index-col-l,
.index-col-r {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.index-col-l {
  width: 56%;
}
.index-col-r {
  width: 41%;
}
#indexP1LeftSwiper {
  width: 100%;
  height: 437px;
}
#indexP1LeftSwiper .swiper-button-prev,
#indexP1LeftSwiper .swiper-button-next {
  position: absolute;
  width: 57px;
  height: 57px;
}
#indexP1LeftSwiper .swiper-button-prev {
  background: url(../image/icon_left.png) no-repeat center center;
}
#indexP1LeftSwiper .swiper-button-next {
  background: url(../image/icon_right.png) no-repeat center center;
}
#indexP1LeftSwiper .swiper-pagination {
  bottom: 35px;
}
#indexP1LeftSwiper .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  background-color: #0000003d;
  border-radius: 50%;
  vertical-align: middle;
}
#indexP1LeftSwiper .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #0000007d;
}
.img_mask_box {
  position: relative;
}
.img_mask_box a {
  width: 100%;
}
.img_mask_box img {
  width: 100%;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.5);
}
.img_mask_box .mask_title p {
  margin-top: 8px;
  font-size: 20px;
  color: #ffffff;
  padding-left: 1em;
  width: 60%;
}
.p1_r {
  padding: 34px 23px;
  height: 436px;
  background-color: #f2f3f4;
}
.img_news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.img_news_box li {
  margin-top: 30px;
  width: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.img_news_box li img {
  width: 100%;
  height: 211px;
  margin-bottom: 16px;
}
.img_news_box li h6 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #00558b;
  margin-bottom: 5px;
}
.img_news_box li p {
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_list3 li {
  width: 47%;
  position: relative;
  margin-bottom: 85px;
  border-top: 1px solid #e9e9e9;
}
.news_list3 li:nth-child(1),.news_list3 li:nth-child(2){
  border-top:none
}
.news_list3 li h4 {
  font-family: 'ariblk';
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news_list3 li .h5 {
  font-family: 'ariblk';
  margin-bottom: 22px;
}
.news_list3 li .h5 h5 {
  font-size: 24px;
  font-weight: bold;
  color: #00558b;
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news_list3 li .h5 p {
  font-size: 16px;
  color: #666666;
}
.news_list3 li .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news_list3 li .details img {
  width: 45%;
  margin-right: 9px;
}
.news_list3 li .details p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list3 li button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 181px;
  height: 46px;
  background-color: #1a56a6;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
}
.news_list3 li a{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 181px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #1a56a6;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
}
.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.col-flex-3 {
  background-color: #f2f3f4;
  width: 380px;
  margin-right: 65px;
}
.col-flex-9 {
  flex: 1;
}
.cur_col a {
  font-family: 'ariblk';
  font-size: 24px;
  font-weight: bold;
  color: #1a56a6;
  padding-bottom: 10px;
  border-bottom: 2px solid #1a56a6;
}
.xl-tie {
  margin-top: 64px;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e9e9e9;
}
.xl-tie h2 {
  font-family: 'ariblk';
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #1a56a6;
}
.xl-tie p {
  font-size: 16px;
  color: #666;
}
.con-box {
  /* padding: 10px 0 20px 160px; */
  /* background: url(../images/border.png) 0 100% no-repeat; */
  position: relative;
}
.neir img,
.neir video {
  display: block;
  margin: 0 auto;
}
.neir video {
  width: 80%;
}
.article-code {
  text-align: center;
  margin-top: 27px;
}
.article-code p {
  margin: 1em 0;
}
.article-code canvas {
  margin: 0 auto;
}
.fjxzls {
  margin-top: 54px;
  padding: 16px 0 16px 16px;
  background: #f8f8f8;
}
.fjxzls .fjxzls a {
  color: #1a56a6;
}
/* 2022-12-29 modify */
.side_menu .fir_li  a {
  font-size: 22px;
}
.ht {
  height: 32px;
  line-height: 32px;
  background-color: #666;
  color: #fff;
  overflow: hidden;
}
.inner{
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ht a {
  margin: 0 10px;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .ht .fr,  .inner {
    width: 100%;
  }
  .ht .fr {
    text-align: center;
    font-size: 12px;
  }
  .ht .fl{
    display: none;
  }
}
@media (max-width: 992px) {
  .content {
    padding: 0 10px;
  }
  #indexP1LeftSwiper {
    height: auto;
  }
  .index-col-l,
  .index-col-r {
    width: 100%;
  }
  [class*='col-']:nth-child(2) {
    margin-top: 30px;
  }
  .mb70-md {
    margin-bottom: 70px;
  }
  .col-flex {
    flex-wrap: wrap;
  }
  .col-flex-3,
  .col-flex-9 {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .img_news_box li {
    width: 48%;
    margin-top: 60px;
  }
  .img_news_box li img {
    height: auto;
  }
  .news_list3 li {
    width: 100%;
  }
  .neir img,
  .neir video {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .footer_box span {
    display: block;
    margin-right: 0;
  }
  .news_list li a {
    max-width: 100%;
  }
  .news_list li .date {
    display: none;
  }
  .news_list4 li a {
    max-width: 100%;
  }
  .news_list4 li .date {
    display: none;
  }
  .news_list2 li {
    padding-left: 0;
  }
  .title_box span {
    font-size: 20px;
  }
  .img_news_box li {
    width: 100%;
    margin-top: 60px;
  }
  .img_news_box li img {
    height: auto;
  }
  .neir .TRS_UEDITOR p,.neir .TRS_UEDITOR span{
    text-align: unset !important;
  }
  .side_menu .fir_li  a {
    font-size: 18px;
  }
}
@media (max-width :320px) {
  .side_menu .fir_li  a {
    font-size: 14px;
  }
}
@media (max-width :992px) {
  .h2 {
    font-size: 25px;
  }
}
.neir .TRS_UEDITOR em{
  font-style: italic;
}
