.navbar-bar-search {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: -25px;
}

.navbar-bar-search .form-control {
  background-color: transparent;
  border-radius: 8px !important;
  /* border: unset; */
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}

.navbar-default .input-group {
  position: relative;
  font-family: "iconfont-more";
}

.navbar-default .input-group .form-control {
  padding-right: 46px;
}

.navbar-default .input-group .btn-search {
  display: block;
  border: none;
  outline: none;
  width: 46px;
  height: 34px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  cursor: pointer;
}

.navbar-default .input-group::after {
  content: "\e60d";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  pointer-events: none;
  z-index: 3;
}

.navbar-bar-search .languageChange {
  color: #fff;
  margin-left: 20px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width:992px) and (min-height:620px) {
  .navbar-bar-search {
    margin-right: unset;
  }
}

@media screen and (max-width:992px) {
  .navbar-bar-search .languageChange {
    margin-left: 10px;
  }
}

@media screen and (max-width:375px) and (min-height:620px) {
  .navbar-bar-search>.input-group {
    width: 60%;
  }
}

@media screen and (max-width:320px) and (min-height:620px) {
  .navbar-bar-search>.input-group {
    width: 60%;
  }
}

.navbar>.container .navbar-brand {
  display: flex;
  float: left;
  height: auto;
  padding: 22px 0 14px;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0;
  align-items: center;
}

.navbar-brand a {
  display: block;
  margin-right: 20px;
}

.navbar-brand a:first-of-type svg {
  display: block;
  height: 70px;
}

.navbar-brand a:last-of-type .logo-text {
  /* font-family: FanWunMing-TW-H; */
  display: block;
  max-width: 400px;
  /* margin-left: 8px; */
  /* padding-left: 8px; */
  /* border-left: 0.6px solid #fff; */
  color: #fff;
}

.navbar-brand a:last-of-type .logo-text p.cn {
  line-height: 24px;
  font-size: 22px;
  margin-bottom: 4px;
  text-align-last: justify;
}

.navbar-brand a:last-of-type .logo-text p.en {
  font-size: 16px;
}

.header-top-right {
  text-align: right;
  padding-top: 24px;
  padding-right: 10px;
}

.header-top-right ul li {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

.header-top-right ul li:first-of-type {
  margin-left: 0;
}

.header-top-right ul li a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #3B3838;
  vertical-align: middle;
}

.header-top-right ul li a.map-btn {
  letter-spacing: -0.28704px;
  color: #fff;
  padding: 8px 16px;
  background: linear-gradient(90deg, #027AB7 0%, #19816E 100%);
}

.navbar-default {
  /* background-color: #004484; */
  background: url(../image/nav-bg.png) no-repeat center center;
  background-size: cover;
  border: none;
}

.navbar-collapse {
  float: right;
  background: transparent;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar .nav .user {
  padding: 0;
  line-height: 70px;
}

.navbar .nav .user .headicon {
  margin: 0 5px;
  height: 30px;
}

.navbar .nav .user .caret {
  vertical-align: middle;
  margin: 0 5px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 18px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-nav>li>a::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background-color: #00FFDE;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: width .5s;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #00FFDE;
  background: transparent;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #00FFDE;
  background: transparent;
}

.navbar-default a.btn-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/btn-search.png) no-repeat center center;
  cursor: pointer;
}

.navbar-default a.to-search {
  display: block;
  width: 20px;
  height: 75px;
  background: url(../image/btn-search.png) no-repeat center center;
  cursor: pointer;
}

.navbar-default a.to-search {
  display: none;
}

.dropdown-menu {
  top: 100%;
  left: 0;
  min-width: auto;
  padding: 8px 0;
  text-align: left;
  background: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 0px !important;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
}

.dropdown-menu>li {
  padding: 0 16px;
}

.dropdown-menu>li:not(:last-of-type) a {
  border-bottom: 1px solid #E0E0E0;
}

.dropdown-menu>li>a {
  display: block;
  min-width: 194px;
  padding: 10px 0;
  margin: 0;
  clear: both;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  position: relative;
  white-space: normal;
}

.dropdown-menu>li:last-of-type>a {
  border-bottom: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus .dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #2E75B6;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #F2F2F2;
}

@media (min-width:992px) {
  .navbar-nav-box {
    float: right;
  }

  .navbar-nav {
    display: flex;
    /* max-width: 1056px; */
    margin: 0 auto;
    /* justify-content: space-around; */
    align-items: stretch;
    flex-wrap: wrap;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    line-height: 22px;
    padding: 16px;
  }

  .navbar-default .navbar-nav>.open>a:hover::before,
  .navbar-default .navbar-nav>.open>a:focus::before,
  .navbar-default .navbar-nav>li>a:hover::before,
  .navbar-default .navbar-nav>li>a:focus::before {
    width: 70%;
  }
}


@media (max-width: 1490px) {
  .navbar-nav>li>a {
    padding: 16px 10px;
  }
}

@media screen and (max-width: 1200px) {

  .navbar-brand a:first-of-type img,
  .navbar-brand a:first-of-type svg {
    display: block;
    height: 60px;
  }

  .navbar-brand a.ias-logo img {
    height: 30px;
  }

  .navbar-brand a.ias-logo span {
    margin-left: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 965px) {
  .navbar-default .navbar-nav>li>a {
    padding: 10px;
    font-size: 16px;
  }
}

/* 手机导航样式 */
@media (max-width: 992px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
  }

  .logo-wrap .text {
    display: none;
  }

  .navbar {
    min-height: 65px;
    padding-top: 60px;
    margin-bottom: 0;
  }

  .navbar>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand a {
    margin-right: 8px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    display: block;
    width: 100%;
    margin-left: 0;
    height: auto;
    padding: 28px 0;
    padding-left: 0;
    text-align: center;
  }

  .navbar-brand a:first-of-type svg {
    display: block;
    width: auto;
    height: 48px;
    margin: 0 auto;
  }

  .navbar-brand a:last-of-type {
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-top: 12px;
  }

  .navbar-brand a:last-of-type img.logo {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto;
  }

  /* .navbar-brand a:last-of-type img.logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 305px;
    max-height: 26px;
    margin: 0 auto;
    padding-left: 0;
    border-left: none;
    object-fit: contain;
    margin-top: 12px;
  } */

  .navbar-brand>img {
    display: block;
    height: 37px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateX(0);
  }

  .navbar-toggle-bg {
    background: #004484;
  }

  .navbar-toggle {
    margin-right: 15px;
    padding: 4px 5px;
    margin-top: 34px;
    margin-bottom: 10px;
    border-color: transparent !important;
    position: absolute;
    top: 140px;
    right: 0;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle:focus .icon-bar,
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 1px;
  }

  .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
  }

  .navbar-collapse {
    background: #fff;
    border: none;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 0;
    background-color: #004484;
  }

  .navbar-toggle .icon-bar:nth-child(2) {
    width: 19px;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    width: 19px;
  }

  .navbar-toggle .icon-bar:nth-child(4) {
    width: 19px;
  }

  .navbar-default .navbar-nav>li>a {
    margin: 0 20px;
    padding: 0 35px;
    border-bottom: 1px solid #606266;
  }

  .navbar-default .navbar-nav>li:last-of-type a {
    border-bottom: none;
  }

  .navbar-default .navbar-nav>li>a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    min-width: 0;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    color: #f2f2f2;
    border-top: none;
    background-color: transparent !important;
  }

  .navbar-default .navbar-nav>li>a .caret {
    float: right;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-top: 26px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: relative;
  }

  .navbar-default .navbar-nav>li>a .caret::after {
    content: '';
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 6px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: -8px;
    left: -6px;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .dropdown-menu>li {
    padding: 0;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: 300;
    line-height: 60px;
    color: #f2f2f2;
    white-space: nowrap;
    margin-left: 40px;
    margin-right: 20px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #606266;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f2f2f2;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #00FFDE;
    font-weight: 500;
    background-color: transparent;
  }

  nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #00FFDE;
    background-color: transparent;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    border-color: #606266;
  }

  .dropdown-custom-level-2 .caret {
    display: none;
  }

  .dropdown-menu>.active>a::after {
    content: '';
    width: 0;
  }

  .dropdown .dropdown-toggle::after {
    content: '';
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    border-color: #fff;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 23px;
  }

  .dropdown.active .dropdown-toggle::after {
    border-color: #00FFDE;
  }

  .dropdown.open .dropdown-toggle::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .navbar-default a.btn-search {
    display: none;
  }

  .navbar-default a.to-search {
    display: block;
  }

  .header-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    /* width: 50%; */
    padding-top: 25px;
  }

  .header-top-right ul li:first-of-type {
    position: absolute;
    right: 10px;
    bottom: 25px;
  }

  .navbar-nav .input-group {
    height: 40px;
    width: auto;
    min-width: 0;
    margin: 20px;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
  }

  .navbar-nav .input-group .input-search {
    width: 100%;
    border-right-color: transparent;
  }

}


.sy-controls li {
  width: 2.8em;
}

.sy-controls li a:after {
  content: "";
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: transparent;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  border-radius: 50%;
}

.sy-controls li.sy-prev a:after {
  background-image: url(../image/banner-prev.png);
  background-position: center center;
}

.sy-controls li.sy-next a:after {
  background-image: url(../image/banner-next.png);
  background-position: center center;
}

.index-banner {
  display: none;
}

.banner-slider .sy-box {
  position: relative;
}

.sy-slides-wrap {
  height: auto;
}

.banner-slider .sy-pager {
  display: none;
}

.banner-slider .pager-bg {
  width: 1000px;
  height: 133px;
  position: absolute;
  right: 0;
  bottom: 246px;
}

.banner-slider .sy-pager li {
  width: 12px;
  height: 12px;
  margin: 0 0 0 32px;
}

.banner-slider .sy-pager li a {
  background: #fff;
  opacity: .6;
  color: transparent;
}

.banner-slider .sy-pager li a:link,
.banner-slider .sy-pager li a:visited {
  opacity: .6;
}

.banner-slider .sy-pager li a:hover,
.banner-slider .sy-pager li a:focus {
  opacity: .8;
}

.banner-slider .sy-pager li.sy-active a {
  background: #fff;
  opacity: 1;
}

.banner-slider .sy-slide a img.bg {
  display: block;
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}

.banner-slider .sy-slide video {
  display: block;
  width: 100%;
  object-fit: contain;
  background-color: #fff;
}

.banner {
  width: 100%;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}

.banner .nav-title {
  width: 100%;
  font-weight: bold;
  font-size: 56px;
  line-height: 68px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
  margin-bottom: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.second-nav-box {
  margin-top: 0;
}

.second-nav-box .wrap {
  background: #e4e4e4;
}

.second-nav-box .wrap ul {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
}

.second-nav-box .wrap li a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #444;
  transition: all .1s;
  padding: 15px 20px;
}

.second-nav-box .wrap li.active a,
.second-nav-box .wrap li a:hover {
  font-weight: bold;
  color: #009999;
}


.footer-box {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #004484;
}

.footer-box .footer {
  display: flex;
  padding: 40px 0 10px;
  justify-content: space-between;
  align-items: center;
}

.footer-box .footer .wechat-wrap {
  flex-shrink: 0;
  padding: 0 20px;
}

.footer-box .footer .qrcode-wrap {
  flex-shrink: 0;
  margin-left: 20px;
}

.footer-box .footer .qrcode-wrap img {
  width: 96px;
  height: 96px;
}

.footer-box .footer .wechat {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-left: 40px;
  vertical-align: top;
}

.footer-box .footer .wechat .icon-box .iconfont {
  display: inline-block;
  font-size: 20px;
  line-height: 39px;
  vertical-align: middle;
  font-weight: 100;
  color: #fff;
}

.footer-box .footer .wechat img {
  display: inline-block;
  width: 51px;
  height: 51px;
  object-fit: contain;
}

.footer-box .footer .wechat p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
  color: #fff;
}

.footer-box .qrcode {
  display: none;
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
}

.footer-box .footer .wechat .qrcode img {
  display: block;
  width: 120px;
  height: 120px;
}

.footer-box .wechat:hover .qrcode,
.footer-box .wechat:active .qrcode,
.footer-box .wechat:focus .qrcode {
  display: block;
}

.footer-box .link-wrap {
  width: 100%;
}

.footer-box .link-wrap .title {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.footer-box .item {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-right: 24px;
}

.footer-box .copyright {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.0474px;
  color: #fff;
  padding: 20px 0 20px;
}

.footer-box .copyright a {
  display: inline-block;
  margin: 0 16px;
}

@media (max-width: 992px) {
  .banner .nav-title {
    font-size: 32px;
    line-height: 36px;
  }
}

.breadcrumb-box {
  background: #F1F1F1;
}

.breadcrumb-box .wrap {
  background: #F1F1F1;
  padding: 20px 0;
}

.breadcrumb-box .wrap a {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  padding: 0 24px;
  position: relative;
  color: #333333;
}

.breadcrumb-box .wrap a.active,
.breadcrumb-box .wrap a:hover {
  color: #0065CB;
}

.breadcrumb-box .wrap a::before {
  content: '/';
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  transform: translate(-50%, -50%);
  color: #333333;
}

.breadcrumb-box .wrap a:first-of-type:before {
  display: none;
}

.breadcrumb-box .wrap a:first-of-type i {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../image/icon-home.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  color: #545454;
}

.breadcrumb-box .hoverBorder::before {
  background-color: #0065CB;
}

.title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.title-wrap h3.title {
  display: inline-block;
  text-align: center;
  font-size: 32px;
  background: linear-gradient(to right, rgb(0, 52, 90) 23%, rgb(32, 117, 132) 66%, rgb(63, 182, 173) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-wrap .more {
  margin-top: 12px;
}

.index-news-box {
  background: #f4fafa;
  padding: 40px 0 60px;
}

.index-news-box .wrap {
  display: block;
  position: relative;
  background-color: #fff;
}

.index-news-box .wrap .img-bg {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50.50%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-news-box .wrap .content {
  padding: 20px 16px;
  color: #3B3838;
}

.index-news-box .wrap .title,
.index-annoucements-box .wrap .title {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #3B3838;
  transition: all .1s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news-box .wrap .date,
.index-annoucements-box .wrap .date {
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  color: #999;
  font-style: italic;
  margin-top: 8px;
  text-align: right;
}

.index-annoucements-box {
  background: #fff;
  padding: 40px 0 30px;
}

.index-annoucements-box .wrap {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px rgba(0, 113, 188, 0.3) solid;
  border-radius: 20px;
  padding: 36px 20px;
  margin-bottom: 30px;
}

.quick-link-box {
  padding: 40px 0 0;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.quick-link-box::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../image/benefit.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.quick-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.quick-box .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.quick-box .bottom .hi-icon-wrap {
  margin-right: 50px;
  margin-bottom: 50px;
}

.quick-box .bottom .hi-icon-wrap:last-of-type {
  margin-right: 0;
}

.quick-box .bottom .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  display: block;
  cursor: pointer;
  width: 140px;
  height: 140px;
  text-align: center;
  z-index: 1;
  color: #444444;
  position: relative;
  margin: 0 auto;
}

.quick-box .bottom .hi-icon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-family: 'ecoicon';
}

.quick-box .bottom .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 5px #2c8ac7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  position: absolute;
  width: 140px;
  height: 140px;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.quick-box .bottom a:hover,
.quick-box .bottom a:focus {
  box-shadow: 0 0 0 10px #2c8ac7;
  color: #444444;
  outline: 5px auto #fff;
  outline-offset: -2px;
  text-decoration: none !important;
}

.quick-box .bottom .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
}

.quick-box .bottom img {
  width: 65px;
  height: 75px;
  margin: 14px auto;
  object-fit: contain;
}

.quick-box .bottom span.h-s-text {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
  height: 37px;
  background: rgba(140, 186, 216, 0.5);
}

.main-box {
  margin-top: 65px;
}

.page-box {
  max-width: 1200px;
  margin: 40px auto;
}

.page-box .page-title {
  font-size: 28px;
  color: #004a87;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: bold;
}

.staff-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.staff-wrap .title-wrap {
  margin-bottom: 0;
}

.staff-wrap .title-wrap h3.title {
  font-size: 24px;
}

.people-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.people-box .item {
  display: flex;
  width: 580px;
  padding: 16px 10px;
  border: 1px #eaeaea solid;
  border-radius: 10px;
  margin-top: 35px;
}

.people-box .item img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
}

.people-box .item .info {
  font-size: 14px;
  color: #444;
}

.people-box .item .info .name {
  font-size: 16px;
  color: #004484;
  font-weight: bold;
}

.people-box .item .info .position {
  font-size: 16px;
  color: #004484;
}

.people-box .item .info .email {
  margin-top: 15px;
}

.people-box .item .info .email {
  margin-top: 15px;
}

.activities-list-box .item {
  display: block;
  margin-bottom: 24px;
}

.activities-list-box .item .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.385882px;
  color: #3B3838;
  background: #F7FAFD;
  padding: 16px;
  transition: all .1s;
}

.activities-list-box a.item:hover .title {
  color: #2E75B6;
  background: #EFF5FB;
}

.activities-list-box .item .info {
  padding: 16px;
}

.activities-list-box .item .info p {
  font-size: 16px;
  line-height: 20px;
  color: #919191;
  padding-left: 24px;
}

.activities-list-box .item .info p.time {
  background: url(../image/icon-time-green.png) no-repeat left 2px;
  background-size: 16px 16px;
}

.activities-list-box .item .info p.name {
  background: url(../image/icon-people-green.png) no-repeat left 2px;
  background-size: 16px 16px;
}

.activities-list-box .item .info p.address {
  background: url(../image/icon-address-green.png) no-repeat left 2px;
  background-size: 16px 16px;
}

.policies-list-box {
  padding: 40px 40px 56px;
  background-color: #f9fcfc;
  font-size: 16px;
}

.policies-list-box a {
  display: flex;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 2px solid #f2f2f2;
}

.policies-list-box a:hover .title {
  color: #009999;
}

.policies-list-box .time {
  flex-shrink: 0;
  margin-left: 30px;
}

.download-box {
  background-color: #f7f8f9;
  padding: 0 24px;
}

.download-box .wrap {
  padding: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.download-box .item {
  display: block;
}

.download-box .wrap {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-box .wrap a:hover {
  color: #009999;
}

.download-box .item .line {
  width: 100%;
  height: 4px;
  background-color: #FFFFFF
}

.btn-groups {
  display: flex;
  position: relative;
}

.info-btn,
.download-btn {
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.info-btn {
  background-image: url(../image/info-btn.png);
  margin-right: 40px;
  cursor: pointer;
}

.download-btn {
  background-image: url(../image/download-btn.png);
}

.download-box .info-box {
  width: 240px;
  padding: 8px;
  position: absolute;
  background-color: #FFFFFF;
  left: -8px;
  transform: translateX(-100%);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;

}

.download-box .info-box .top {
  display: flex;
  justify-content: space-between;
}

.download-box .info-box .top .title {
  flex: 1;
}

.download-box .info-box .close-btn {
  display: inline-block;
  margin: 4px;
  width: 12px;
  height: 12px;
  background: url('../image/close-btn.png') no-repeat;
  cursor: pointer;
}

.job-link-box {
  margin-top: 30px;
}

.job-link-box .item {
  margin-bottom: 10px;
  font-size: 18px;
}

.job-link-box .item a {
  color: #1e5f93;
}

.job-link-box a:hover {
  text-decoration: underline;
}

.paging-box {
  margin-top: 40px;
}

.paging-box .pb_sys_common {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

.paging-box span {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 5px;
}

.paging-box a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  color: #666;
}

.paging-box .p_no a:hover {
  color: #FFFFFF;
  background: linear-gradient(90deg, #027AB7 0%, #19816E 100%);
}

.paging-box .p_no_d {
  padding: 0;
  background: linear-gradient(90deg, #027AB7 0%, #19816E 100%);
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
}

.paging-box .p_prev,
.paging-box .p_prev_d,
.paging-box .p_next,
.paging-box .p_next_d {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.paging-box .p_prev,
.paging-box .p_prev_d {
  background: url(../image/icon-prev.png) no-repeat center center;
  background-size: 30px 30px;
}

.paging-box .p_next,
.paging-box .p_next_d {
  background: url(../image/icon-next.png) no-repeat center center;
  background-size: 30px 30px;
}

.icon-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/icon-prev.png) no-repeat center center;
  background-size: 30px 30px;
  vertical-align: middle;
}

.icon-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/icon-next.png) no-repeat center center;
  background-size: 30px 30px;
  vertical-align: middle;
}

@font-face {
  font-family: 'iconfont-more';
  src: url('data:font/ttf;charset=utf-8;base64,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') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.paging-box .p_prev,
.paging-box .p_prev_d,
.paging-box .p_next,
.paging-box .p_next_d {
  text-align: center;
}

.paging-box .p_prev a::after,
.paging-box .p_prev_d::after {
  content: "\e685";
  font-size: 16px;
  line-height: 30px;
  line-height: auto;
}

.paging-box .p_next a::after,
.paging-box .p_next_d::after {
  content: "\e665";
  font-size: 16px;
  line-height: 30px;
  line-height: auto;
}

.link-group .left-btn .item-icon::after {
  content: "\e61a";
  font-size: 20px;
  line-height: 22px;
}

.link-group .top-btn .item-icon::after {
  content: "\e616";
  font-size: 20px;
}

.navbar-default .input-group {
  position: relative;
  font-family: "iconfont-more";
}

.link-group .left-btn .item-icon,
.link-group .top-btn .item-icon,
.paging-box .p_next,
.paging-box .p_next_d,
.paging-box .p_prev,
.paging-box .p_prev_d {
  font-family: "iconfont-more";
  font-style: normal;
  background: none !important;
  background-image: none !important;
}

.navbar-default .btn-search,
.navbar-default a.to-search {
  background-image: none !important;
}

.paging-box a .icon-prev,
.paging-box a .icon-next {
  display: none
}

.search-news-box .search-result {
  font-size: 18px;
  line-height: 25px;
  color: #3B3838;
  margin-bottom: 20px;
}

.search-news-box .search-result span {
  color: #2E75B6;
}

.result-list-box .item {
  display: block;
  width: 100%;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 16px;
}

.result-list-box .item .type {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #3B3838;
  margin-bottom: 8px;
}

.result-list-box .item .title {
  font-size: 18px;
  line-height: 25px;
  color: #3F3F3F;
}

.result-list-box .item .title span {
  color: #5B9BD5;
}

.result-list-box .item .content {
  max-height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #3F3F3F;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.activities-box {
  word-break: break-word;
}

.activities-box .imgwrodlist>.item {
  border: 0px solid #fff;
  padding: 0;
  display: block;
  margin-bottom: 12px;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.activities-box .imgwrodlist>.item>.drawer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004484;
  font-weight: 600;
  padding: 17px 2.5%;
  line-height: 20px;
  font-size: 16px;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  cursor: pointer;
  color: #fff;
}

#people-downlist .idnum,
.imgwrodlist .drawer-wrap .idnum {
  width: auto;
  text-align: left;
  padding-right: 2.5%;
}

.activities-box .drawer-wrap .icon,
.downlist .drawer-wrap .icon {
  font-size: 22px;
  transform: rotateZ(-90deg);
  transition: all 0.3s;
}

.activities-box .drawer-wrap.active .icon {
  transform: rotateZ(90deg);
}

.downlist .content {
  display: none;
  overflow: hidden;
  color: #6E6C6C;
  padding: 40px 12px;
  padding-left: 3%;
  padding-right: 3%;
  /* border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0; */
}

@media (max-width:1200px) {
  .quick-box {
    display: block;
  }

  .quick-box .bottom {
    justify-content: center;
  }

  .index-news-box .wrap {
    margin-bottom: 20px;
  }
}

@media (max-width:1057px) {
  .second-nav-box .wrap ul {
    display: flex;
    justify-content: center;
  }

  .second-nav-box .wrap li a {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 16px;
  }
}

@media (max-width:992px) {
  body {
    padding-top: 0 !important;
  }

  .navbar-default .input-group::after {
    right: 4px
  }

  .footer-box .footer {
    display: block;
    text-align: center;
  }

  .footer-box .footer .qrcode-wrap {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-box .item:last-of-type {
    margin-right: 0;
  }

  .footer-box .footer .wechat-wrap {
    margin-top: 20px;
  }

  .footer-box .footer .wechat:first-of-type {
    margin-left: 0;
  }

  .title-wrap h3.title {
    font-size: 28px;
  }

  .index-news-box .wrap .content {
    padding: 16px 12px;
  }

  .index-news-box .wrap .title,
  .index-annoucements-box .wrap .title {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .index-news-box .wrap .date,
  .index-annoucements-box .wrap .date {
    font-size: 14px;
    margin-top: 4px;
  }

  .index-annoucements-box .wrap {
    border-radius: 10px;
    padding: 18px 10px;
    margin-bottom: 20px;
  }

  .quick-box .bottom .hi-icon-wrap {
    margin: 0 auto 30px !important;
  }

  .second-nav-box .wrap {
    display: none;
  }

  .people-box .item {
    margin-right: 0;
  }

  .people-box .item img {
    width: 80px;
    height: 80px;
  }

  .info-btn,
  .download-btn {
    width: 20px;
    height: 20px;
  }

  .info-btn {
    margin-right: 10px;
  }

  .download-box .wrap {
    padding: 12px;
    font-size: 14px;
  }

  .download-box {
    padding: 0 12px;
  }

  .page-box .page-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width:600px) {

  .paging-box span {
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    margin: 0 2px;
  }

  .paging-box a {
    height: 20px;
  }

  .paging-box .p_no_d {
    padding: 0;
  }

  .paging-box .p_prev,
  .paging-box .p_prev_d {
    background: url(../image/icon-prev.png) no-repeat center center;
    background-size: 20px 20px;
  }

  .paging-box .p_next,
  .paging-box .p_next_d {
    background: url(../image/icon-next.png) no-repeat center center;
    background-size: 20px 20px;
  }

  .icon-prev {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .icon-next {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .paging-box .p_next a::after,
  .paging-box .p_next_d::after,
  .paging-box .p_prev a::after,
  .paging-box .p_prev_d::after {
    line-height: 20px;
  }

  .activities-list-box .item {
    border: 1px solid #E0E0E0;
  }

  .activities-list-box .item .title {
    font-size: 14px;
  }

  .activities-list-box .item .info p {
    margin: 4px 0;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .news-list-box .item .content {
    padding: 10px 20px 10px 24px;
  }

  h3.title {
    font-size: 16px;
    line-height: 24px;
    padding-left: 36px;
  }

  h3.title::before {
    content: '';
    width: 12px;
    height: 12px;
  }

  h3.title::after {
    content: '';
    width: 12px;
    height: 12px;
    top: 12px;
    left: 12px;
  }

}

@media (max-width: 992px) {
  .breadcrumb-box {
    display: none;
  }
}

@media (max-width: 992px) and (min-width: 769px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }
}

@media (max-width: 768px) {
  .index-news-box .row .col-md-4:nth-of-type(3) {
    display: none;
  }

  .index-annoucements-box .row .col-md-6:nth-of-type(3),
  .index-annoucements-box .row .col-md-6:nth-of-type(4) {
    display: none;
  }
}

@media (max-width: 660px) {
  .quick-box .bottom .hi-icon {
    width: 120px;
    height: 120px;
  }

  .quick-box .bottom .hi-icon:after {
    box-shadow: 0 0 0 4px #2c8ac7;
    width: 120px;
    height: 120px;
  }

  .quick-box .bottom img {
    width: 57px;
    height: 66px;
    margin: 13px auto;
  }

  .quick-box .bottom span.h-s-text {
    font-size: 12px;
    height: 28px;
    background: rgba(140, 186, 216, 0.5);
  }
}

@media (max-width: 480px) {
  .quick-box .bottom .hi-icon-wrap {
    width: 50%;
  }
}