﻿html {
  font-size: 100px;
}

.wrap {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 .25rem;
}

.header-m,
.index-banner-wrap,
.main-nav-m,
.content,
.footer {
  transition: all .5s;
  -webkit-transition: all .5s
}

/* Header */

.header {
  height: .95rem;
  background-color: #1F63B5;
}

.header>.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .logo-wrap {
  display: flex;
  align-items: center;
}

.header .logo-lk {
  display: block;
  width: 3.5rem;
  height: .5rem;
  padding-top: .5rem;
  overflow: hidden;
  background: url(../images/logo.png) no-repeat top left / 3.5rem .5rem;
}

.header .top-icons-wrap .icon-list {
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.header .top-icons-wrap .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 32px;
}

.header .top-icons-wrap .icon-item .title {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.header .slogan-wrap {
  width: 2rem;
  margin-right: 20px;
}

.header .slogan-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.header .search-wrap {
  flex-shrink: 0;
  width: 232px;
}

.header .search-input-wrap {
  position: relative;
  height: 34px;
  padding: 0 16% 0 1em;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 17px;
  overflow: hidden;
}

.header .search-input-wrap .search-input {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.header .search-input-wrap .search-lk {
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -10px;
}

.header .search-wrap .kw-wrap {
  display: flex;
  align-items: center;
  margin-top: 6px;
  overflow: hidden;
}

.header .search-wrap .kw-wrap * {
  flex-shrink: 0;
  margin-right: 1em;
}

.header .search-wrap .kw-wrap .lk {
  color: #fff;
  font-size: 12px;
}

.header .search-wrap .kw-wrap .lk:hover {
  text-decoration: underline;
}

.hd-nav-list-wrap {
  position: relative;
  background-color: #F5F5F5;
}

.hd-nav-list {
  display: flex;
}

.hd-nav-list .nav-item {
  flex-grow: 1;
}

.hd-nav-list .nav-item.cur {
  background: url(../images/nav-bg.png) no-repeat center bottom / .5rem .09rem;
}

.hd-nav-list .nav-lk {
  display: block;
  height: 56px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}

.hd-nav-list .nav-item.cur .nav-lk {
  color: #1F63B5;
}

.nav-sub-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  max-height: 512px;
  width: 100%;
  height: calc(60vh) !important;
  background-color: #fff;
  overflow: hidden;
}

.nav-sub-menu-wrap::before,
.nav-sub-menu-wrap::after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  z-index: -31;
  background-repeat: no-repeat !important;
  opacity: 0.6;
}

.nav-sub-menu-wrap::before {
  left: 0;
  background: url(../images/nav_bg_left1.png) left top;
  width: 526px;
  height: 471px;
  background-size: cover;
}

.nav-sub-menu-wrap::after {
  right: 146px;
  background: url(../images/nav_bg_right2.png);
  background-size: 100%;
  width: 602px;
  height: 465px;
}

.nav-sub-menu-wrap>.wrap {
  height: 100%;
}

.nav-sub-menu-wrap .inner-wrap {
  display: flex;
  padding: 30px 0;
  height: 100%;
}

.nav-sub-menu-wrap .tit-wrap {
  width: 210px;
  height: 100%;
  margin-right: 20px;
}

.nav-sub-menu-wrap .tit-wrap .tit {
  margin-top: 16px;
  font-size: 34px;
  color: #1f589c;
  line-height: 1em;
  text-align: center;
}

.nav-sub-menu-wrap .tit-wrap .sub-tit {
  margin-top: 10px;
  font-size: 15px;
  color: #999;
  line-height: 30px;
  text-align: center;
}

.nav-sub-menu-wrap .tit-wrap .lk-btn {
  display: block;
  width: 130px;
  height: 41px;
  line-height: 41px;
  margin: 30px auto;
  color: #1F63B5;
  font-size: 15px;
  border: 1px solid #cdcdcd;
  border-radius: 100px;
  text-align: center;
}

.nav-sub-menu-wrap .tit-wrap .lk-btn:hover {
  box-shadow: inset 140px 0 0 0 #1F63B5;
  border: 1px solid #1F63B5;
  color: #fff;
}

.nav-sub-menu-wrap .second {
  position: relative;
  width: calc(100% - 210px);
  height: 100%;
  padding-left: 25px;
  overflow: auto;
  overflow-x: hidden;
  border-left: 1px solid #ededed;
}

.nav-sub-menu-wrap .second .second-nav-lk {
  display: block;
  line-height: 40px;
  font-size: 17px;
  color: #414141;
}

.nav-sub-menu-wrap .second .sub-menu-second-item.on .second-nav-lk {
  color: #1b5caa;
}

.nav-sub-menu-wrap .second .second-nav-lk::after {
  content: '>';
  font-size: 17px;
  line-height: 20px;
  color: transparent;
  font-family: cursive;
  margin-left: 10px;
}

.nav-sub-menu-wrap .second .sub-menu-second-item.on .second-nav-lk::after {
  color: #1b5caa;
}

.nav-sub-menu-wrap .sub-menu-third-list {
  display: none;
  position: absolute;
  top: 0;
  left: 237px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-left: 1px solid #ededed;
  animation: fadeInRightSub .6s ease backwards .3s;
}

@keyframes fadeInRightSub {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.nav-sub-menu-wrap .sub-menu-second-item.on .sub-menu-third-list {
  display: block;
}

.nav-sub-menu-wrap .sub-menu-third-item {
  float: left;
  width: 100%;
  max-width: 250px;
  padding: 0 18px;
}

.nav-sub-menu-wrap .sub-menu-third-item .third-nav-lk {
  display: block;
  font-size: 17px;
  color: #414141;
  line-height: 40px;
}

.nav-sub-menu-wrap .sub-menu-third-item .third-nav-lk:hover {
  color: #1b5caa;
}

/* 顶部搜索 */

.fix-search {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
}

.fix-search .inner-wrap {
  max-width: 92%;
  height: 100%;
  margin: 0 auto;
}

.fix-search .inner-wrap .con {
  width: 100%;
}

.fix-search .hide {
  position: relative;
  width: 20px;
  min-height: 38px;
  height: .48rem;
  margin-right: 10px;
  cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000
}

.fix-search .hide::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
  opacity: .5
}

.fix-search .row {
  width: 100%;
}

.fix-search .txt,
.fix-search .btn {
  min-height: 38px;
  height: .48rem;
  line-height: .48rem
}

.fix-search .txt {
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 0 15px 0 5px;
  border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
  border-color: #666
}

.fix-search .btn {
  width: 30px;
  min-height: 38px;
  height: .48rem;
  line-height: .48rem;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

/* 移动端 Header */

.header-m {
  display: none;
  position: relative;
  left: 0;
  min-height: 46px;
  height: .57rem;
  z-index: 1;
  background: #1F63B5;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
}

.header-m .logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  min-height: 46px;
  height: .57rem;
  margin-top: 0;
  padding: 10px 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

.header-m .logo img {
  height: 100%;
}

.header-m .m-menu-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 46px;
  width: 60px;
  height: .57rem;
  cursor: pointer
}

.header-m .m-menu-b::before,
.header-m .m-menu-b::after {
  position: absolute;
  content: '';
  top: 50%;
  left: calc(35px / 2);
  width: 25px;
  height: 1px;
  z-index: 999;
  transition: all .3s ease-out .3s;
  -webkit-transition: all .3s ease-out .3s;
  background-color: #fff;
}

.header-m .m-menu-b::before {
  transform: translateY(-4px) rotate(0);
  -webkit-transform: translateY(-4px) rotate(0)
}

.header-m .m-menu-b::after {
  transform: translateY(4px) rotate(0);
  -webkit-transform: translateY(4px) rotate(0)
}

.header-m .m-menu {
  display: none;
  z-index: 888;
  position: fixed;
  width: 260px;
  height: 100%;
  top: 0;
  left: -260px;
  opacity: 1;
  background: #fafafa;
  text-align: left;
  padding-top: .57rem
}

.header-m .m-menu::after {
  position: absolute;
  top: .57rem;
  content: '';
  width: 100%;
  height: 1px;
  background: #ebebeb
}

.header-m .nav {
  height: calc(100% - 82px);
  overflow-x: hidden;
  overflow-y: auto
}

.header-m .nav>li {
  border-bottom: 1px solid #ebebeb;
  animation: resize .5s both;
  -webkit-animation: resize .5s both
}

.header-m .nav>li>a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 0 40px;
  color: #666;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  height: 50px;
  line-height: 50px
}

.header-m .nav>li>a::after {
  position: absolute;
  content: '';
  left: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border: 1px solid #999;
  border-radius: 50%;
  background: transparent;
  transition: all .3s;
  -webkit-transition: all .3s
}

.header-m .nav>li .sub-nav {
  display: none
}

.header-m .nav>li .sub-nav a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 12px 40px;
  background: #f2f2f2;
  color: #4E4E4E
}

.header-m .nav>li .sub-nav a::before,
.header-m .nav>li .sub-nav a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 20px;
  top: 20px;
  border: 5px solid transparent;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s
}

.header-m .nav>li .sub-nav a::before {
  left: 21px;
  border-left: 5px solid #555
}

.header-m .nav>li .sub-nav a::after {
  border-left: 5px #ebebeb solid
}

.header-m .nav>li.cur {
  position: relative
}

.header-m .nav>li.cur::after,
.header-m .nav>li.cur::before {
  position: absolute;
  content: '';
  background: #999;
  transition: all .5s;
  -webkit-transition: all .5s
}

.header-m .nav>li.cur::before {
  top: 19px;
  right: 25px;
  width: 2px;
  height: 12px
}

.header-m .nav>li.cur::after {
  top: 24px;
  right: 20px;
  width: 12px;
  height: 2px
}

.header-m .nav>li.active::after {
  background: #fff
}

.header-m .nav>li.active::before {
  height: 0
}

.header-m .nav>li.active>a {
  color: #fff;
  background-color: #134587;
}

.header-m .nav>li.active>a::after {
  border-color: #fff;
  background-color: #fff;
}

.header-m .nav>li.active .sub-nav li {
  animation: ReturnToNormal .5s both;
  -webkit-animation: ReturnToNormal .5s both
}

.header-m .m-search-b {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 46px;
  width: 40px;
  height: .57rem;
  cursor: pointer;
  background: url(../images/icon-search.png) no-repeat left center;
  background-size: 23px;
}

.header-m .m-lks {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.header-m .m-lks a {
  color: #666;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #ebebeb;
  animation: slideInUp 1.5s both;
  -webkit-animation: slideInUp 1.5s both;
}

html.active {
  overflow: hidden
}

html.active body {
  overflow: hidden
}

html.active .header-m {
  left: 260px
}

html.active .header-m::after {
  display: block
}

html.active .header-m .m-menu-b::before {
  transform: translateY(0) rotate(225deg);
  -webkit-transform: translateY(0) rotate(225deg)
}

html.active .header-m .m-menu-b::after {
  transform: translateY(0) rotate(-225deg);
  -webkit-transform: translateY(0) rotate(-225deg)
}

html.active .header-m .m-menu {
  display: block;
  left: 0
}

html.active .index-banner-wrap,
html.active .main-nav-m,
html.active .content,
html.active .footer {
  transform: translateX(260px);
  -webkit-transform: translateX(260px);
}

/* Nav-M */

.main-nav-m {
  display: none;
  position: relative;
  z-index: 1;
  cursor: pointer
}

.main-nav-m .title {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  background-color: #034698;
  box-sizing: border-box;
  text-align: left;
  border-bottom: none
}

.main-nav-m .title strong {
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

.main-nav-m .title i {
  position: absolute;
  content: '';
  width: 45px;
  height: 100%;
  right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 12px;
  height: 1px;
  background: #fff;
  transition: all .3s;
  -webkit-transition: all .3s
}

.main-nav-m .title i::before {
  left: 46%;
  transform: rotate(40deg) scaleY(1.5);
  -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
  right: 46%;
  transform: rotate(-40deg) scaleY(1.5);
  -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
  transform: rotate(-40deg) scaleY(1.5);
  -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
  transform: rotate(40deg) scaleY(1.5);
  -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m>ul {
  display: none;
  position: absolute;
  top: 45px;
  width: 100%;
  padding: 0 10px;
  background-color: rgba(3, 70, 152, .8);
  color: #fff;
  box-sizing: border-box;
}

.main-nav-m ul>li {
  animation: ReturnToNormal .5s both;
  -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul>li>a {
  display: block;
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
  color: #fff;
}

.m_sub_nav01 {
  width: 97%;
  display: none
}

.m_sub_nav01 a {
  padding-left: 20px;
  display: block;
  line-height: 45px
}

.thr3 {
  display: none;
  padding-left: 40px
}

.thr3 a {
  line-height: 30px;
}

/* Banner */

.bannerPc {
  text-align: center;
}

.bannerPc ul,
.bannerPc li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bannerPc a {
  display: block;
}

.bannerPc img {
  max-width: 100%;
  vertical-align: middle;
}

.banner-img-list {
  position: relative;
  height: 100%;
}

.banner-img-list li:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-osSlider {
  margin: 0 auto;
  z-index: 1;
}

.banner-osSlider .slider-btn-prev,
.banner-osSlider .slider-btn-next {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  background: url(../images/slide_bPc.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  visibility: hidden;
}

.banner-osSlider:hover .slider-btn-prev,
.banner-osSlider:hover .slider-btn-next {
  visibility: visible;
}

.banner-osSlider .slider-btn-prev {
  left: 50px;
  background-position: 0 0;
}

.banner-osSlider .slider-btn-next {
  right: 50px;
  background-position: -40px 0;
}

.banner-osSlider .slider-nav {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 12%;
  text-align: center;
}

.banner-osSlider .slider-nav li {
  display: inline-block;
  width: 1em;
  height: 2px;
  cursor: pointer;
  background: #fff;
  opacity: 0.5;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 5px;
}

.banner-osSlider .slider-nav li.active {
  width: 1em;
  height: 1em;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.banner-osSlider .cvNode img {
  max-width: none;
}

.index .info-access {
  padding-bottom: .6rem;
  background-color: #F0F4FC;
}

.index .info-query-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 1.24rem;
  padding: 0 .36rem;
  margin-top: -.62rem;
  background-color: #fff;
  box-shadow: 0 5px 6px 0 rgba(1, 1, 1, 0.13);
  border-radius: .15rem;
}

.index .info-query-wrap .tit-wrap .tit {
  font-size: 22px;
  color: #000;
  line-height: 24px;
  font-weight: bold;
}

.index .info-query-wrap .tit-wrap .sub-tit {
  padding-top: 8px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.index .info-query-wrap .query-input-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.index .info-query-wrap .query-input-wrap .input-wrap {
  width: 100%;
  height: .55rem;
  /*margin-right: .22rem;*/
  padding: 0 2em;
  border: 1px solid #ddd;
  border-radius: .28rem;
  overflow: hidden;
}

.index .info-query-wrap .query-input-wrap .input-wrap .input {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.index .info-query-wrap .query-input-wrap .query-btn {
  display: block;
  width: 1.74rem;
  height: .55rem;
  background-color: #1968C7;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: .55rem;
  border-radius: .28rem;
}

.index .info-query-wrap .query-input-wrap .query-btn:hover {
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .14);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
}

.index .work-list-wrap {
  margin-top: .63rem;
}

.index .work-list-wrap .work-list {
  display: flex;
}

.index .work-list-wrap .work-item {
  position: relative;
  width: 24.25%;
  height: 2.08rem;
  margin-right: 1%;
  overflow: hidden;
  border-radius: 6px;
}

.index .work-list-wrap .work-item:last-child {
  margin-right: 0;
}

.index .work-list-wrap .work-item .img-wrap {
  height: 100%;
}

.index .work-list-wrap .work-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .work-list-wrap .work-item .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 .32rem;
}

.index .work-list-wrap .work-item .text-wrap .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
}

.index .work-list-wrap .work-item .text-wrap .sub-tit {
  padding-top: 10px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.index .work-list-wrap .work-item .text-wrap .lk-btn {
  height: .4rem;
  width: 1.14rem;
  margin-top: .3rem;
  border: 1px solid #1f63b5;
  font-size: 14px;
  line-height: .4rem;
  text-align: center;
  color: #1F63B5;
  font-weight: bold;
  border-radius: .2rem;
}

.index .work-list-wrap .work-item .text-wrap .lk-btn:hover {
  background-color: #1F63B5;
  color: #fff;
}

.department {
  margin-bottom: .6rem;
}

.department-nav {
  /* height: 7.8rem; */
  padding: .75rem 0;
  /* background: url(../images/department-nav-bg.jpg) no-repeat center / cover; */
}

.department-nav .wrap>.tit {
  color: #000;
  font-weight: bold;
  font-size: .32rem;
  text-align: center;
}

.department-nav .wrap>.sub-tit {
  padding-top: .08rem;
  color: #9EA3AD;
  font-size: .32rem;
  font-family: Bahnschrift;
  text-transform: uppercase;
  text-align: center;
}

.department-nav .wrap>.desc {
  padding: .38rem 0 .55rem 0;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

/* .department-nav  .wrap > .con {
  display: flex;
  justify-content: space-between;
  height: 5.11rem;
} */

.department-nav .wrap>.con .left {
  position: relative;
  width: 33.7%;
  height: 100%;
}

.department-nav .wrap>.con .img-content .img-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

/* .department-nav  .wrap > .con .img-content .img-item .img-wrap {
  height: 100%;
}

.department-nav  .wrap > .con .img-content .img-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.department-nav .wrap>.con .img-content .more-btn {
  position: absolute;
  left: 50%;
  bottom: 16px;
  height: 30px;
  width: 1.74rem;
  background-color: rgba(25, 104, 199, 0.9);
  border-radius: .28rem;
  box-shadow: 0 .05rem .06rem 0 rgba(1, 1, 1, 0.06);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  transform: translateX(-50%);
}

.department-nav .wrap>.con .img-content .more-btn:hover {
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .14);
  box-shadow: 0 4px 9px 0 rgba(255, 255, 255, .2);
}

.department-nav .wrap>.con .nav-wrap {
  display: flex;
  justify-content: space-between;
  height: 3.27rem;
  margin-top: .36rem;
}

.department-nav .wrap>.con .nav-wrap .img-content {
  position: relative;
  width: 34.5%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.department-nav .wrap>.con .nav-wrap .img-content .img-group {
  display: none;
  height: 100%;
}

.department-nav .wrap>.con .nav-wrap .img-content .img-group.on {
  display: block;
}

.department-nav .wrap>.con .nav-wrap .img-content .img-group .img-wrap {
  display: none;
  height: 100%;
}

.department-nav .wrap>.con .nav-wrap .img-content .img-group .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.department-nav .wrap>.con .nav-wrap .img-content .img-group.on .img-wrap.show {
  display: block;
}

.department-nav .wrap>.con .top .tabs {
  display: flex;
  justify-content: center;
}

.department-nav .wrap>.con {
  margin-top: 20px;
}

.department-nav .wrap>.con .top .tabs .tab-item {
  display: block;
  position: relative;
  width: 20%;
  height: .55rem;
  margin-right: 16px;
  background-color: #DDEBF8;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.07);
  border-radius: .28rem;
  text-align: center;
  line-height: .55rem;
  font-size: 18px;
  font-weight: bold;
  color: #1968C7;
}

.department-nav .wrap>.con .top .tabs .tab-item.cur {
  background-color: #1968C7;
  color: #fff;
}

.department-nav .wrap>.con .top .tabs .tab-item:hover {
  font-size: 19px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .14);
  box-shadow: 0 4px 9px 0 rgba(255, 255, 255, .2);
}

/* .department-nav .wrap > .con .top .tabs .tab-item::after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  border: 9px solid;
  border-color: transparent;
  border-top-color: #fff;
  transform: translateX(-50%);
}

.department-nav .wrap > .con .top .tabs .tab-item.cur::after {
  display: block;
} */

.department-nav .wrap>.con .top .tabs .tab-item:last-child {
  margin-right: 0;
}

.department-nav .wrap>.con .nav-wrap .tabs-content {
  /* margin-top: .45rem; */
  width: 64.5%;
  height: 100%;
}

.department-nav .wrap>.con .nav-wrap .tabs-content .item {
  display: none;
  height: 100%;
  padding: .23rem .13rem 0 .15rem;
  background-color: #DDEBF8;
  border-radius: .2rem;
}

.department-nav .wrap>.con .nav-wrap .tabs-content .item.on {
  display: block
}

.department-nav .wrap>.con .nav-wrap .tabs-content .tab-list {
  display: flex;
  flex-wrap: wrap;
}

.department-nav .wrap>.con .nav-wrap .tabs-content .tab-list li {
  width: 25%;
}

.department-nav .wrap>.con .nav-wrap .tabs-content .tab-list li a {
  display: block;
  margin: 0 auto .12rem;
  padding-right: 35px;
  padding-left: 12px;
  background: #fff url(../images/tab-arrow.jpg) no-repeat 96% center;
  width: 80%;
  height: 37px;
  border-radius: 19px;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
}

.department-nav .wrap>.con .nav-wrap .tabs-content .tab-list li.active a {
  background-color: #1968C7;
  color: #fff;
}

.index .notice {
  padding-bottom: .75rem;
  background-color: #F0F4FC;
}

.index .notice>.wrap {
  display: flex;
  justify-content: space-between;
}

.index .notice .notice-box {
  width: 49.5%;
  height: 500px;
  margin-top: -0.04rem;
  padding: .4rem .42rem 0 .43rem;
  background: url(../images/notice-bg.jpg) no-repeat left top / cover;
}

.index .notice .notice-box:first-child {
  margin-left: -0.1rem;
}

.index .notice .notice-box:last-child {
  margin-right: -0.12rem;
}

.index .notice .notice-box .tabs {
  display: flex;
  position: relative;
  padding-right: .5rem;
}

.index .notice .notice-box .tabs .tab-item {
  display: flex;
  align-items: center;
  margin-right: 1em;
  font-size: .26rem;
  color: #000;
  line-height: .55rem;
}

.index .notice .notice-box .tabs .tab-item.cur {
  font-size: .32rem;
  font-weight: bold;
}

.index .notice .notice-box .tabs .tab-item .icon-party {
  margin-right: 6px;
}

.index .notice .notice-box .tabs .notice-more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.14rem;
}

.index .notice .notice-box .line {
  display: block;
  height: 4px;
  width: 21px;
  margin: 13px 0 20px 0;
  background-color: #e70808;
}

.index .notice .notice-box .con .item {
  display: none;
}

.index .notice .notice-box .con .item.on {
  display: block;
}

.index .notice .notice-box .notice-item .lk {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: .48rem;
}

.index .notice .notice-box .notice-item .lk:hover {
  text-decoration: underline;
}

.index .notice .notice-box .notice-item .lk .tit {
  width: calc(100% - 150px);
  padding-left: 31px;
  background: url(../images/list.png) no-repeat left center;
  color: #333;
}

.index .notice .notice-box .notice-item .lk .date {
  width: 100px;
  color: #999;
}

.section-tit {
  position: relative;
  height: .72rem;
  margin-top: .33rem;
  text-align: center;
}

.section-tit .text {
  padding: 0 .4rem;
  background-color: #fff;
  font-size: .32rem;
  font-weight: bold;
  line-height: .72rem;
}

.section-tit::before {
  position: absolute;
  content: "";
  left: 0;
  top: 44%;
  height: 1px;
  width: 100%;
  background-color: #d0e9ff;
  z-index: -1;
}

.section-tit::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 3px;
  width: 100%;
  background-color: #1f63b5;
  z-index: -1;
}

.famous-swiper-wrap {
  position: relative;
  margin-top: .54rem;
  overflow: hidden;
}

.famous-swiper .swiper-notification {
  display: none;
}

.famous-swiper .lk {
  display: block;
}

.famous-swiper .img-wrap {
  height: 3.14rem;
  padding: .12rem .15rem;
  border: 1px solid #ddd;
  border-radius: .15rem;
  transition: border-color .3s;
}

.famous-swiper .lk:hover .img-wrap {
  border-color: #1F63B5;
}

.famous-swiper .img-wrap img {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.08);
  object-fit: contain;
}

.famous-swiper .tit {
  /* height: .56rem; */
  width: 1.66rem;
  margin: 0 auto;
  background: url(../images/title.jpg) no-repeat left top / 100% 100%;
  margin-top: .27rem;
  text-align: center;
}

.famous-swiper .tit .name {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  transition: color .3s;
}

.famous-swiper .lk:hover .tit .name {
  color: #1F63B5;
}

.famous-swiper .tit .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.famous-swiper-pagination {
  padding: .57rem 0 .5rem 0;
  text-align: center;
}

.famous-swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: #c7c8d8;
}

.famous-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f63b5;
}

.famous .more-btn {
  display: block;
  width: 1.74rem;
  height: .55rem;
  margin: 0 auto;
  border: 2px solid #1f63b5;
  color: #1f63b5;
  line-height: .55rem;
  border-radius: .28rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.famous .more-btn:hover {
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .14);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
}

.group-swiper-wrap {
  position: relative;
  padding: .3rem 0;
  overflow: hidden;
}

.group-swiper .swiper-notification {
  display: none;
}

.group-swiper .lk {
  display: block;
}

.group-swiper .img-wrap {
  height: 1.83rem;
  border-radius: .15rem;
  overflow: hidden;
}

.group-swiper .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group-swiper .name {
  padding: .15rem 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  transition: color .3s;
}

.group-swiper .lk:hover .name {
  color: #1f63b5;
}

.group-swiper-pagination {
  padding: .3rem 0;
  text-align: center;
}

.group-swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: #c7c8d8;
}

.group-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f63b5;
}

.map .map-wrap {
  position: relative;
  border-radius: .2rem;
  overflow: hidden;
}

.map #map {
  min-height: 400px;
  height: 6.77rem;
}

.map .map-text-wrap {
  position: absolute;
  left: 6%;
  top: 167px;
  width: 6.22rem;
  height: 3.3rem;
  z-index: 5;
  background-color: rgba(25, 104, 199, 0.8);
  border-radius: .15rem;
  padding: .42rem .47rem .17rem .59rem;
}

.map .map-text-wrap .tit {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.map .map-text-wrap p {
  padding-top: .3rem;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}

.links {
  margin-top: .6rem;
  padding: .6rem 0;
  background-color: rgb(240, 244, 253);
}

.links .links-wrap {
  display: flex;
  align-items: center;
}

.links .links-wrap .text {
  margin-right: .44rem;
  white-space: nowrap;
}

.links .links-wrap .select {
  width: 3.02rem;
  height: .47rem;
  padding-left: .15rem;
  margin-right: .43rem;
  background: #dee6f1 url(../images/link-arrow.jpg) no-repeat 97% center;
}

.links .links-wrap .select:last-child {
  margin-right: 0;
}

.normal-banner-wrap {
  position: relative;
  height: 2.5rem;
}

.normal-banner-wrap .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.normal-banner-wrap .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.normal-banner-wrap>.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.normal-banner-wrap .title {
  font-size: .36rem;
  color: #fff;
  font-weight: bold;
}

.con-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .25rem 0;
}

.con-nav-wrap-end {
  justify-content: flex-end;
  margin-top: 0.32rem;
}

.con-nav-wrap.only-right {
  justify-content: flex-end;
}

.con-nav-wrap .tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}

.con-nav-wrap .tab-item {
  position: relative;
  width: 18.5%;
  height: .55rem;
  margin-right: calc(7.5% / 4);
  margin-bottom: .1rem;
  padding: 0 10px;
  border: 2px solid #ddd;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: .55rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: .28rem;
  box-shadow: 0 5px 6px 0 rgba(1, 1, 1, 0.06);
}

.con-nav-wrap .tab-item:nth-child(5n) {
  margin-right: 0;
}

.con-nav-wrap .tab-item:hover {
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.2);
}

.con-nav-wrap .tab-item::before {
  content: '';
  display: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1F63B5;
  transform: translateX(-50%);
}

.con-nav-wrap .tab-item::after {
  content: '';
  display: none;
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: translateX(-50%);
}

.con-nav-wrap .tab-item.cur {
  border-color: #1F63B5;
  color: #1F63B5;
}

.con-nav-wrap .tab-item.cur::before,
.con-nav-wrap .tab-item.cur::after {
  display: block;
}

.con-nav-wrap .tab-item:last-child {
  margin-right: 0;
}

.con-nav-wrap .location {
  display: flex;
  align-items: center;
}

.con-nav-wrap .location .icon-lk {
  margin-right: 10px;
}

.con-nav-wrap .location .lk,
.con-nav-wrap .location .text {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
}

.con-nav-wrap .location .lk:hover {
  text-decoration: underline;
}

.con-nav-wrap .location .div {
  margin: 0 4px;
  font-size: 16px;
  color: #ddd;
}

.route-wrap {
  display: flex;
  height: 4.96rem;
  margin-bottom: .7rem;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  overflow: hidden;
}

.route-wrap .info-wrap {
  width: 50%;
  height: 100%;
  padding: .35rem .45rem;
}

.route-wrap .info-wrap .text {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.route-wrap .info-wrap .qrcode-wrap {
  width: 111px;
}

.route-wrap .info-wrap .qrcode-wrap .txt {
  line-height: 36px;
  text-align: center;
}

.route-wrap .map-wrap {
  width: 50%;
  height: 100%;
}

.route-wrap .map-wrap #map {
  width: 100%;
  height: 100%;
}

.department-swiper-wrap {
  position: relative;
  padding: 0 1.24rem .44rem;
  border-bottom: 1px solid #D0E9FF;
  overflow: hidden;
}

.department-swiper a {
  display: block;
}

.department-swiper .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.department-swiper a .img {
  border: 2px solid transparent;
  transition: border .3s;
}

.department-swiper a.on .img,
.department-swiper a:hover .img {
  border: 2px solid #1F63B5;
}

.department-swiper .txt {
  text-align: center;
  font-size: 16px;
  padding-top: .21rem;
  transition: color .3s;
}

.department-swiper a:hover .txt {
  color: #1F63B5;
}

.department-swiper-button-next.swiper-button-next::after,
.department-swiper-button-prev.swiper-button-prev::after {
  font-size: .4rem;
  color: #1F63B5;
}

.department h2.tit {
  padding: .68rem 0;
  font-size: .32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.department .famous-swiper-wrap {
  margin-top: 0;
  margin-bottom: .6rem;
}

.history-wrap {
  position: relative;
  padding: .85rem 0 .7rem;
}

.history-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.28rem;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #EDEDED;
}

.history-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1.28rem;
  width: .45rem;
  height: .45rem;
  background: url(../images/icon-history.jpg) no-repeat 0 0 / .45rem .45rem;
  transform: translateX(-50%);
}

.history-wrap .history-item {
  display: flex;
  margin-bottom: .24rem;
}

.history-wrap .history-item:last-child {
  margin-bottom: 0;
}

.history-wrap .history-item .time {
  flex-shrink: 0;
  width: 1.25rem;
  font-size: 16px;
  color: #1F63B5;
  line-height: 30px;
  /* white-space: nowrap; */
}

.history-wrap .history-item .icon {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  width: .5rem;
  height: 30px;
}

.history-wrap .history-item .icon::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #1F63B5;
  border-radius: 50%;
}

.history-wrap .history-item .desc {
  flex-grow: 1;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.department-main {
  height: 7.87rem;
  background: url(../images/department-main-bg.jpg) no-repeat center / cover;
}

.department-main>.wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.department-main-list {
  display: flex;
  width: 100%;
}

.department-main-list .main-item {
  position: relative;
  top: .53rem;
  width: 24.25%;
  margin-right: 1%;
  padding: 10px 10px 0;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  transition: top .5s;
}

.department-main-list .main-item:hover {
  top: 0;
}

.department-main-list .main-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 17px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  background: url(../images/department-main-bl.png) no-repeat top left / 16px 17px,
    url(../images/department-main-br.png) no-repeat top right / 16px 17px;
  border-radius: 0 0 2px 2px;
  background-color: rgba(232, 232, 237, .4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.department-main-list .main-item:last-child {
  margin-right: 0;
}

.department-main-list .main-item .main-lk {
  display: block;
}

.department-main-list .main-item .main-lk .img-wrap {
  height: 2.87rem;
}

.department-main-list .main-item .main-lk .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.department-main-list .main-item .main-lk .name {
  font-size: .2rem;
  color: #000;
  font-weight: bold;
  line-height: .84rem;
  text-align: center;
}

.famous-main-list-wrap .famous-main-list {
  display: flex;
  flex-wrap: wrap;
}

.famous-main-list-wrap .main-item {
  width: 19.5%;
  margin-right: calc(2.5% / 4);
  margin-bottom: .6rem;
}

.famous-main-list-wrap .main-item:nth-child(5n) {
  margin-right: 0;
}

.famous-main-list-wrap .main-item .lk {
  display: block;
}

.famous-main-list-wrap .main-item .img-wrap {
  height: 3.14rem;
  padding: 0.12rem 0.15rem;
  border: 1px solid #ddd;
  border-radius: 0.15rem;
  transition: border-color .3s;
}

.famous-main-list-wrap .main-item:hover .img-wrap {
  border-color: #1F63B5;
}

.famous-main-list-wrap .main-item .img-wrap img {
  display: block;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.08);
  object-fit: cover;
}

.famous-main-list-wrap .main-item .tit {
  width: 1.66rem;
  height: auto;
  margin: 0 auto;
  background: url(../images/title.jpg) no-repeat left top / 100% 100%;
  margin-top: 0.27rem;
  text-align: center;
}

.famous-main-list-wrap .main-item .tit .name {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  transition: color .3s;
}

.famous-main-list-wrap .main-item:hover .tit .name {
  color: #1F63B5;
}

.famous-main-list-wrap .main-item .tit .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.famous-detail-wrap {
  display: flex;
  justify-content: space-between;
}

.famous-detail-wrap .left {
  width: 30%;
}

.famous-detail-wrap .left .img-wrap {
  padding: .18rem .15rem;
  border: 1px solid #ddd;
  border-radius: .1rem;
}

.famous-detail-wrap .left .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.famous-detail-wrap .left .tit {
  font-size: 16px;
  color: #636363;
  line-height: 36px;
  text-align: center;
}

.famous-detail-wrap .right {
  width: 65%;
}

.famous-detail-wrap .right .name {
  font-size: 30px;
  color: #1F63B5;
  line-height: 70px;
  font-weight: bold;
}

.famous-detail-wrap .right .rich-text {
  padding: 12px 0;
  border-top: 1px solid #F4F4F4;
}

.famous-detail-wrap .right .person-info-tit {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #323232;
  font-weight: bold;
  line-height: 50px;
}

.famous-detail-wrap .right .person-info-tit::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 17px;
  background: url(../images/icon-person-info-tit.png) no-repeat 0 0 / 18px 17px;
  transform: translateY(-50%);
}

.visit-time-tb {
  width: 100%;
  border-collapse: collapse;
}

.visit-time-tb td {
  height: 56px;
  border: 1px solid #F4F4F4;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.visit-time-tb td.weekday {
  background-color: #F0F4FC;
  border-color: #fff;
}

.famous-detail-wrap {
  margin-bottom: .7rem;
}

.famous-detail-wrap .right .tel-wrap {
  display: flex;
  align-items: center;
  margin-top: .52rem;
}

.famous-detail-wrap .right .tel-wrap .icon-tel {
  margin-right: .09rem;
}

.famous-detail-wrap .right .tel-wrap .text-wrap .text {
  font-size: 16px;
  color: #1968C7;
  line-height: 1em;
}

.famous-detail-wrap .right .tel-wrap .text-wrap .number {
  font-size: .3rem;
  color: #1968C7;
  font-weight: bold;
  line-height: 1em;
}

.news-normal-list-wrap .news-normal-item .lk {
  display: flex;
  align-items: center;
  padding: .4rem 0;
  border-bottom: 1px solid #F0F0F0;
}

.news-normal-list-wrap .news-normal-item:first-child .lk {
  padding-top: 0;
}

.news-normal-list-wrap .news-normal-item .date {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  margin-right: .3rem;
  background-color: #F0F4FC;
  color: #1F63B5;
  border-radius: 10px;
  transition: all .3s;
}

.news-normal-list-wrap .news-normal-item:hover .date {
  background-color: #1F63B5;
  color: #fff;
}

.news-normal-list-wrap .news-normal-item .date .day {
  font-size: 30px;
  font-weight: bold;
}

.news-normal-list-wrap .news-normal-item .date .year-mon {
  font-size: 16px;
}

.news-normal-list-wrap .news-normal-item .text-wrap {
  width: calc(84% - 134px - 93px - .3rem);
  margin-right: 16%;
}

.news-normal-list-wrap .news-normal-item .text-wrap .tit {
  font-size: 20px;
  color: #3D3D3D;
  font-weight: bold;
  transition: color .3s;
}

.news-normal-list-wrap .news-normal-item:hover .text-wrap .tit {
  color: #1F63B5;
}

.news-normal-list-wrap .news-normal-item .text-wrap .desc {
  margin-top: 14px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.news-normal-list-wrap .news-normal-item .check-more {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 41px;
  background-color: #F0F4FC;
  border-radius: 21px;
  font-size: 14px;
  color: #1F63B5;
  transition: all .3s;
}

.news-normal-list-wrap .news-normal-item:hover .check-more {
  background-color: #1F63B5;
  color: #fff;
}

.news-normal-list-wrap .news-normal-item .check-more .icon-more-arrow {
  margin-left: 15px;
}

.news-normal-list-wrap .news-normal-item:hover .check-more .icon-more-arrow {
  background-image: url(../images/icon-more-arrow-active.png);
}

.news-list-wrap .news-item {
  padding: .3rem 0;
  border-bottom: 1px solid #F0F0F0;
}

.news-list-wrap .news-item:first-child {
  padding-top: 0;
}

.news-list-wrap .news-item .lk {
  display: block;
  position: relative;
  height: 2.64rem;
  padding-right: 36%;
}

.news-list-wrap .news-item .tit {
  margin-top: .38rem;
  font-size: 20px;
  color: #3D3D3D;
  font-weight: bold;
  transition: color .3s;
}

.news-list-wrap .news-item:hover .tit {
  color: #1F63B5;
}

.news-list-wrap .news-item .date {
  position: relative;
  margin-top: .1rem;
  padding-left: 30px;
  font-size: 14px;
  color: #636363;
}

.news-list-wrap .news-item .date::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #0672BB;
  transform: translateY(-50%);
}

.news-list-wrap .news-item .desc {
  margin-top: .28rem;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.news-list-wrap .news-item .check-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 41px;
  margin-top: .32rem;
  background-color: #F0F4FC;
  border-radius: 21px;
  font-size: 14px;
  color: #1F63B5;
  transition: all .3s;
}

.news-list-wrap .news-item:hover .check-more {
  background-color: #1F63B5;
  color: #fff;
}

.news-list-wrap .news-item .check-more .icon-more-arrow {
  margin-left: 15px;
}

.news-list-wrap .news-item:hover .check-more .icon-more-arrow {
  background-image: url(../images/icon-more-arrow-active.png);
}

.news-list-wrap .news-item .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.news-list-wrap .news-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: .7rem;
}

.news-detail-wrap .news-detail-con {
  width: 76%;
  padding: 0 4% .64rem;
  border-top: 2px solid #1262AE;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
}

.news-detail-wrap .news-detail-con .news-hd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .45rem 0;
  border-bottom: 1px solid #E5E5E5;
}

.news-detail-wrap .news-detail-con .news-hd .tit {
  font-size: 24px;
  color: #393939;
  font-weight: bold;
}

.news-detail-wrap .news-detail-con .news-hd .info-wrap {
  display: flex;
  align-items: center;
  margin-top: .25rem;
}

.news-detail-wrap .news-detail-con .news-hd .info-wrap .info {
  font-size: 16px;
  color: #717171;
}

.news-detail-wrap .news-detail-con .news-hd .info-wrap .info .time {
  margin-right: 10px;
}

.news-detail-wrap .news-detail-con .news-hd .info-wrap .share {
  display: flex;
  align-items: center;
}

.news-detail-wrap .news-detail-con .news-hd .info-wrap .share a {
  margin-left: .36rem;
}

.news-detail-wrap .news-detail-con .rich-text {
  padding: .4rem 0 1rem;
}

.news-detail-wrap .news-detail-con .rich-text table {
  width:100%
}
.news-detail-wrap .news-detail-con .rich-text table td{
  
}

.news-detail-wrap .news-detail-con .news-ft {
  position: relative;
  padding: .3rem 240px .3rem .34rem;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.news-detail-wrap .news-detail-con .news-ft .lk {
  display: block;
  font-size: 14px;
  color: #7D7D7D;
  line-height: 30px;
}

.news-detail-wrap .news-detail-con .news-ft .back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: .34rem;
  width: 166px;
  height: 48px;
  background-color: #034698;
  overflow: hidden;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  transform: translateY(-50%);
}

.news-detail-wrap .news-detail-con .news-ft .back-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0) scale(0, 0);
  border-radius: 50%;
  background-color: #1F63B5;
  transform-origin: center;
  transition: ease-in-out .5s;
}

.news-detail-wrap .news-detail-con .news-ft .back-btn:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(15, 15);
}

.news-detail-wrap .news-detail-con .news-ft .back-btn .icon-back {
  margin-right: 11px;
}

.news-detail-wrap .recom-news {
  width: 21.5%;
  padding: 0 .28rem;
  background-color: #F6F8FA;
}

.news-detail-wrap .recom-news .hd {
  display: flex;
  align-items: center;
  height: 78px;
}

.news-detail-wrap .recom-news .hd {
  font-size: 18px;
  color: #1262AE;
}

.news-detail-wrap .recom-news .hd .icon-recom-news {
  margin-right: 12px;
}

.news-detail-wrap .recom-news-item .lk {
  display: block;
  padding: 10px 0;
  border-bottom: 2px dotted #E8E8E8;
}

.news-detail-wrap .recom-news-item:first-child .lk {
  padding-top: 0;
}

.news-detail-wrap .recom-news-item:last-child .lk {
  border-bottom: none;
}

.news-detail-wrap .recom-news-item .date {
  font-size: 14px;
  color: #9D9D9D;
  line-height: 24px;
}

.news-detail-wrap .recom-news-item .tit {
  font-size: 14px;
  color: #2F2F2F;
  line-height: 24px;
}

.img-text-wrap {
  margin-bottom: 1.2rem;
}

.brief-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: .62rem;
}

.brief-item:nth-child(even) {
  flex-direction: row-reverse;
}

.brief-item:last-child {
  margin-bottom: 0;
}

.brief-item .img-wrap {
  width: 47.5%;
  height: 4.08rem;
  border-radius: 10px;
  overflow: hidden;
}

.brief-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brief-item .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 49%;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  text-align: justify;
}

.brief-item .text-wrap p {
  margin-bottom: 1em;
  text-indent: 2em;
}

.brief-item .text-wrap p:last-child {
  margin-bottom: 0;
}

.album {
  background-color: #F0F4FC;
}

.album h2.tit {
  padding: 0.68rem 0;
  font-size: .32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.album-swiper-wrap {
  position: relative;
  padding: 0 .62rem;
}

.album-swiper a {
  display: block;
}

.album-swiper .img-wrap {
  position: relative;
  height: 2.38rem;
  border-radius: 10px;
  overflow: hidden;
}

.album-swiper .img-wrap::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5) url(../images/icon-magnify.png) no-repeat center;
  transform: scale(1, 0);
  transition: all .3s;
}

.album-swiper a:hover .img-wrap::after {
  transform: scale(1);
}

.album-swiper .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-swiper .desc {
  font-size: 16px;
  color: #000;
  line-height: .7rem;
  text-align: center;
}

.album-swiper-button-next.swiper-button-next::after,
.album-swiper-button-prev.swiper-button-prev::after {
  font-size: .4rem;
  color: #1F63B5;
}

.honor-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.honor-wrap .year-wrap {
  width: 13.2%;
  background-color: #DDEBF8;
  border-radius: 10px;
  overflow: hidden;
}

.honor-wrap .year-wrap .year .lk {
  display: block;
  font-size: .24rem;
  color: #1F63B5;
  line-height: .72rem;
  text-align: center;
}

.honor-wrap .year-wrap .year .lk:hover {
  font-weight: bold;
}

.honor-wrap .year-wrap .year.cur .lk {
  background-color: #1F63B5;
  color: #fff;
}

.honor-wrap .content-wrap {
  width: 82.5%;
}

.honor-wrap .content-wrap .img-group {
  display: flex;
  flex-wrap: wrap;
}

.honor-wrap .content-wrap .img-group img {
  display: block;
  width: 32%;
  height: 2.16rem;
  margin-right: 2%;
  margin-bottom: .2rem;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.honor-wrap .content-wrap .img-group img:last-child {
  margin-right: 0;
}

.honor-wrap .content-wrap .desc {
  margin-top: .24rem;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.purpose {
  background: url(../images/purpose-bg.jpg) no-repeat center bottom / cover;
}

.purpose-wrap {
  padding: 1.15rem 0 1.5rem;
}

.purpose-list {
  display: flex;
  justify-content: space-between;
}

.purpose-list .purpose-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: .53rem;
  width: 23.4%;
  height: 2.58rem;
  padding: .8rem .4rem 0;
  background-color: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  transition: top .5s;
}

.purpose-list .purpose-item:hover {
  top: 0;
}

.purpose-list .purpose-item .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: .88rem;
  height: .88rem;
  margin: -0.44rem 0 0 -0.44rem;
  background-color: #1F63B5;
  border-radius: 50%;
}

.purpose-list .purpose-item .tit {
  font-size: 24px;
  color: #1F63B5;
  font-weight: bold;
}

.purpose-list .purpose-item .desc {
  margin-top: .16rem;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  text-align: center;
}

.advice-wrap {
  margin-bottom: 1.6rem;
}

.advice-wrap .tips {
  margin-bottom: .3rem;
  font-size: .24rem;
  color: #363636;
}

.advice-wrap .form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advice-wrap .form-wrap .input-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: .28rem;
  border: 1px solid #EFEFEF;
}

.advice-wrap .form-wrap .input-wrap:last-child {
  margin-bottom: 0;
}

.advice-wrap .form-wrap .input-wrap.short {
  width: 31%;
}

.advice-wrap .form-wrap .input-wrap.textarea {
  align-items: flex-start;
  height: 2.22rem;
  padding: .26rem 0;
}

.advice-wrap .form-wrap .input-wrap label {
  padding: 0 .24rem;
  font-size: 16px;
  color: #7C7C7C;
  white-space: nowrap;
}

.advice-wrap .form-wrap .input-wrap input,
.advice-wrap .form-wrap .input-wrap textarea {
  width: 100%;
  height: 100%;
  padding-right: 0.5em;
  background-color: transparent;
  font-size: 16px;
}

.advice-wrap .submit-btn {
  display: block;
  position: relative;
  margin: 37px auto 0;
  width: 2.16rem;
  height: .6rem;
  z-index: 1;
  background-color: #1F63B5;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  line-height: .6rem;
  text-align: center;
  border-radius: .3rem;
}

.advice-wrap .submit-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0) scale(0, 0);
  border-radius: 50%;
  background-color: #034698;
  transform-origin: center;
  transition: ease-in-out .5s;
}

.advice-wrap .submit-btn:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(15, 15);
}

.newspaper-list {
  display: flex;
  flex-wrap: wrap;
}

.newspaper-item {
  width: 22.7%;
  margin-right: calc(9.2% / 3);
  margin-bottom: .33rem;
}

.newspaper-item:nth-child(4n) {
  margin-right: 0;
}

.newspaper-item .lk {
  display: block;
}

.newspaper-item .img-wrap {
  position: relative;
  height: 4.24rem;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  overflow: hidden;
  box-shadow: 0 0 .13rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.newspaper-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newspaper-item .img-wrap .mask {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 98, 182, .75);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.newspaper-item:hover .img-wrap .mask {
  opacity: 1;
  visibility: visible;
}

.newspaper-item .img-wrap .mask .detail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 40px;
  background-color: #F0F4FC;
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
  color: #1F63B5;
}

.newspaper-item .img-wrap .mask .detail-btn .icon-newspaper-detail-arrow {
  margin-left: .15rem;
}

.newspaper-item .name {
  font-size: 16px;
  color: #3D3D3D;
  line-height: .7rem;
  text-align: center;
  transition: color .3s;
}

.newspaper-item:hover .name {
  color: #1F63B5;
}

/* Pagelmc */

.pagelmc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 62px;
  margin-bottom: 48px;
}

.pagelmc a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin: 0 10px;
}

.pagelmc .pagelmc-num {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagelmc .pagelmc-num a {
  font-size: 16px;
  color: #2C2C2C;
}

.pagelmc .pagelmc-num a:hover {
  color: #1F63B5;
}

.pagelmc .pagelmc-num a.cur {
  background-color: #1F63B5;
  color: #fff;
  border-radius: 50%;
}

/* Footer */

.footer {
  height: 284px;
  background-color: #1f63b5;
}

.footer>.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.footer .left .text {
  padding-top: .3rem;
  line-height: 24px;
  color: #fff;
}

.footer .right {
  display: flex;
  margin-left: 20px;
}

.footer .right .qrcode-wrap {
  width: 120px;
  margin-right: .49rem;
}

.footer .right .qrcode-wrap .txt {
  text-align: center;
  line-height: 36px;
  color: #fff;
}

.fix-side {
  position: fixed;
  right: .2rem;
  bottom: .3rem;
  width: .7rem;
  z-index: 9;
}

.fix-side .item {
  position: relative;
  height: .7rem;
  margin-bottom: .1rem;
  background-color: #fff;
  border-radius: .06rem;
  box-shadow: 0 0 .04rem rgba(0, 0, 0, .4);
  transition: background-color .3s;
}

.fix-side .item:hover {
  background-color: #034698;
}

.fix-side .item .fix-lk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.fix-side .item:hover .fix-lk .icon-fix-guide {
  background-image: url(../images/icon-fix-guide-active.png);
}

.fix-side .item:hover .fix-lk .icon-fix-edit {
  background-image: url(../images/icon-fix-edit-active.png);
}

.fix-side .item:hover .fix-lk .icon-fix-wx {
  background-image: url(../images/icon-fix-wx-active.png);
}

.fix-side .item:hover .fix-lk .icon-fix-phone {
  background-image: url(../images/icon-fix-phone-active.png);
}

.fix-side .item:hover .fix-lk .icon-fix-totop {
  background-image: url(../images/icon-fix-totop-active.png);
}

.fix-side .item .qrcode-wrap {
  position: absolute;
  top: 0;
  left: calc(100% + .1rem);
  width: 1.2rem;
  opacity: 0;
  overflow: hidden;
  transform: translateX(0);
  transition: all .3s;
}

.fix-side .item .number {
  position: absolute;
  top: 0;
  left: calc(100% + .1rem);
  height: 100%;
  padding: 0 .2rem;
  opacity: 0;
  overflow: hidden;
  transform: translateX(0);
  transition: all .3s;
  background-color: #034698;
  font-size: .24rem;
  color: #fff;
  line-height: .7rem;
  white-space: nowrap;
}

.fix-side .item:hover .qrcode-wrap,
.fix-side .item:hover .number {
  left: -0.1rem;
  opacity: 1;
  overflow: visible;
  transform: translateX(-100%);
}

.dangjian {
  width: 274px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  padding: 0px;
  display: none;
}

.dangjian-img {
  width: 100%;
}

.dangjian-img2 img {
  width: 100%;
}

.dangjian-close {
  background: rgba(0,0,0,.4) url(../images/icon-close-white.svg) no-repeat center center;
  background-size: 10px 10px;
  opacity: .4;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  z-index: 10;
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and (max-width: 1366px) {
  .dangjian {
      width: 230px
  }
}

@media screen and (max-width: 1024px) {
  .dangjian {
      width: 180px
  }
}

/* 20230831 */
.index .info-query-wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  height: auto;
  padding: .2rem .36rem;
}

.index .info-query-wrap .kw-wrap {
  display: flex;
  align-items: center;
  margin-top: 6px;
  overflow: hidden;
  width: 100%;
  margin-left: 1%;
}

.index .info-query-wrap .kw-wrap * {
  flex-shrink: 0;
  margin-right: 1em;
}

/* 20230907 */

.header-top-warp {
  height: 40px;
  background-color: #246DC5;
}

.header-top-warp > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-top-warp .text {
  margin-left: 2px;
  font-size: 12px;
  color: #fff;
}

.header-top-warp .con {
  
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.header-top-warp .right {
  display: flex;
  align-items: center;
}

.header-top-warp .contact-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
} 

.header-top-warp .contact-item:last-child {
  margin-right: 0;
}

.icon-hd-24 {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-hd-24.png) no-repeat 0 0 / 16px 16px;
}

.icon-hd-phone {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-hd-phone.png) no-repeat 0 0 / 16px 16px;
}

.rich-text {
    font-size:16px;
line-height: 2em;
}
