.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 #333;
  color: #333;
  font-size: 18px;
}

.navbar-bar-search .languageChange {
  color: #fff;
  margin-left: 20px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
}

.navbar-default .input-group {
  position: relative;
  font-family: "iconfont-more";
  width: 150px;
}

.navbar-default .input-group .form-control {
  padding-right: 36px;
}

.navbar-default .input-group .btn-search {
  display: block;
  border: none;
  outline: none;
  width: 36px;
  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: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
  z-index: 3;
}

@media screen and (max-width:768px) and (min-height:620px) {
  .navbar-bar-search {
    margin-right: unset;
  }
}

@media screen and (max-width:767px) {
  .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: 14px 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.ic-logo svg {
  display: block;
  height: 50px;
}

.navbar-brand a.ic-logo:last-of-type svg {
  width: auto;
  height: 38px;
}

.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: #333;
}

.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 {
  float: right;
  padding-top: 25px;
  padding-left: 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: #009482;
}

.navbar-default {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .5);
  border-bottom: none;
  /* border-bottom: 1px solid hsla(0, 0%, 100%, .1); */
  transition: all .2s ease-in-out;
}

.navbar-default:hover {
  -webkit-backdrop-filter: blur(0);
  background-color: hsla(0, 0%, 100%, .9);
  color: #4d4d4d;
  border-bottom: none;
  backdrop-filter: blur(0);
}

.navbar-collapse {
  float: right;
  background: transparent;
  padding: 17px 0;
}

.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: #333;
  font-size: 16px;
  font-weight: bold;
  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: #006664;
  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: #006664;
  background: transparent;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #006664;
  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: #006664;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #F2F2F2;
}

@media (min-width:769px) {
  .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: 14px;
  }

  .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 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.ic-logo svg {
    height: 50px;
  }

  .navbar-brand a.ias-logo span {
    margin-left: 8px;
    padding-left: 8px;
    font-size: 14px;
  }

  .navbar-collapse {
    width: 100%;
    padding: 0;
  }

  .navbar-nav-box {
    width: 100%;
  }

  .navbar-nav {
    width: 100%;
    justify-content: space-between;
    margin: 7.5px 0;
  }
}

@media screen and (max-width: 965px) {
  .navbar-default .navbar-nav>li>a {
    padding: 10px;
    font-size: 16px;
  }
}

/* 手机导航样式 */
@media (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
  }

  .logo-wrap .text {
    display: none;
  }

  .navbar {
    min-height: 65px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .navbar>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand a {
    margin-right: 0;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    width: 100%;
    margin-left: 0;
    height: auto;
    padding: 14px;
    text-align: left;
  }

  /* .navbar-brand a:first-of-type {
    display: none;
  } */

  /* .navbar-brand a:first-of-type svg {
    display: none;
    width: auto;
    height: 48px;
    margin: 0 auto;
  } */

  .navbar-brand a.ic-logo svg {
    height: 38px;
  }

  .navbar-brand a.ic-logo:last-of-type svg {
    width: auto;
    height: 32px;
    margin-left: 8px;
  }

  .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: #009482;
  }

  .navbar-toggle {
    margin-right: 15px;
    padding: 4px 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: transparent !important;
    position: absolute;
    top: 0;
    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: #006664;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #006664;
    height: 1px;
  }

  .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #006664;
  }

  .navbar-collapse {
    background: #006664;
    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: #009482;
  }

  .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 #fff;
  }

  .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 #fff;
  }

  .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: #006664;
    font-weight: 500;
    background-color: transparent;
  }

  nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #006664;
    background-color: transparent;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    border-color: #fff;
  }

  .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: #006664;
  }

  .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: none;
    position: absolute;
    right: 0;
    top: 0;
    /* width: 50%; */
    padding-top: 15px;
  }

  .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-slider .sy-slide a .text {
  width: 100%;
  max-width: 840px;
  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;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.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%;
  min-height: 230px;
  color: #fff;
  position: absolute;
  bottom: 0;
  background-image: url(../image/uic_footer.png);
  background-color: #009482;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  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 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  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;
  color: #009482;
}

.title-wrap .more {
  margin-top: 12px;
}



.menu-list-box {
  display: flex;
  position: relative;
  margin-top: -60px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  z-index: 3;
  margin-right: -5px;
  margin-left: -5px;
  overflow-x: auto;
}

.menu-list-box .menu-item {
  width: 280px;
  padding: 0 5px;
  flex-grow: 1;
  flex-shrink: 0;
}

.menu-list-box .menu-item .wrap {
  display: block;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  height: 200px;
  padding: 20px 24px;
  box-sizing: border-box;
  transition: all .3s linear;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08)
}

.menu-list-box .menu-item .wrap:hover {
  transition-timing-function: ease-in-out;
  box-shadow: 0 10px 8px 0 rgba(214, 202, 202, .25);
  transform: translateY(-8px);
}

.menu-list-box .menu-item .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}

.menu-list-box .menu-item .wrap .top i:first-of-type {
  font-size: 28px;
  color: #e29c64;
}

.menu-list-box .menu-item:nth-of-type(2) .wrap .top i:first-of-type {
  color: #50b75e;
}

.menu-list-box .menu-item:nth-of-type(3) .wrap .top i:first-of-type {
  color: #fa6147;
}

.menu-list-box .menu-item:nth-of-type(4) .wrap .top i:first-of-type {
  color: #3881eb;
}

.menu-list-box .menu-item:nth-of-type(5) .wrap .top i:first-of-type {
  color: #7d72d3;
}

.menu-list-box .menu-item .wrap .top i:last-of-type {
  font-size: 24px;
}

.menu-list-box .menu-item .wrap .name {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.menu-list-box .menu-item .wrap .desc {
  height: 52px;
  line-height: 26px;
  font-size: 18px;
  color: #999;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.big-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 52px;
}

.big-title .line {
  background: #0048ff;
  display: inline-block;
  width: 2px;
  height: 24px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.big-title .cn-text {
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

.big-title .more {
  color: #4d4d4d;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.news-slider .sy-box {
  position: relative;
}

.news-slider .sy-pager {
  clear: both;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 100;
  overflow: hidden;
}

.news-slider .sy-pager li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 24px 0 0;
  border-radius: 50%;
  transition: ease-in-out .2s;
}

.news-slider .sy-pager li a {
  text-indent: 9999px;
  border-radius: 50%;
  overflow: hidden;
}

.news-slider .sy-pager li.sy-active {
  width: 24px;
  border-radius: 8px;
}

.news-slider .sy-pager li a:focus {
  opacity: 1;
}

.news-slider .sy-pager li.sy-active a {
  background-color: #fff;
  border-radius: 8px;
}

.news-slider .sy-slide .img {
  width: 100%;
  height: 0;
  padding-bottom: 56.30%;
  position: relative;
}

.news-slider .sy-slide .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-slider .sy-slide p {
  position: absolute;
  bottom: 0;
  color: #fefefe;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 15px 16px 30px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
}

.list-container .list-item {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  box-sizing: border-box;
}

.list-container .list-item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.list-container .list-item .title {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-container .list-item .date {
  flex-shrink: 0;
  color: #999;
  font-size: 14px;
  margin-left: 20px;
}

.list-container .list-item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  min-height: 44px;
  font-size: 14px;
  color: #999;
}

.index-banner-box {
  margin-top: 60px;
}

.index-department-data {
  margin-top: 60px;
  background-color: #f6f6f6;
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-department-data .wrap {
  width: 32%;
  border-bottom: 2px solid #177fa3;
  position: relative;
  margin: 15px 0;
}

.index-department-data .wrap::before {
  content: '';
  width: 2px;
  background-color: #177fa3;
  position: absolute;
  top: 24px;
  left: 0;
  bottom: 0;
}

.index-department-data .wrap::after {
  content: '';
  width: 2px;
  background-color: #177fa3;
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 0;
}

.index-department-data .wrap .data {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  color: #042060;
  display: flex;
  align-items: center;
}

.index-department-data .wrap .data span {
  flex-shrink: 0;
  margin: 0 4px;
}

.index-department-data .wrap .data .line {
  width: 100%;
  height: 2px;
  background-color: #177fa3;
}

.index-department-data .wrap .data .line:first-of-type {
  width: 20px;
}

.index-department-data .wrap .content {
  font-size: 16px;
  font-weight: bold;
  color: #177fa3;
  padding: 0 24px 22px;
}

.index-cultural-box {
  margin-top: 60px;
  margin-bottom: 60px;
}

.index-cultural-box .wrap {
  display: block;
  margin-top: 12px;
  transition: all .1s;
}

.index-cultural-box .wrap:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08)
}

.index-cultural-box .wrap .img {
  width: 100%;
  height: 0;
  padding-bottom: 84.72%;
  position: relative;
}

.index-cultural-box .wrap .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-cultural-box .wrap .title {
  font-size: 24px;
  font-weight: bold;
  margin: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-cultural-box .wrap .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  min-height: 44px;
  font-size: 14px;
  color: #555;
  margin: 0 12px;
}

.index-cultural-box .wrap .price {
  padding: 12px;
}

.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
}

.download-btn {
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.download-btn {
  background-image: url(../image/download-btn.png);
}

.main-box {
  padding-top: 40px;
  padding-bottom: 40px;
}


.left-nav-bg {
  background: #009482;
  padding-top: 2px;
}

.left-nav-box {
  list-style: none;
  padding: 2px 0;
  background: #009482;
}

.current-nav {
  background: #fff;
  padding: 8px 6.5px;
  font-size: 20px;
  color: #008071;
  text-align: center;
}

.left-nav-box li a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #3B3838;
  background: #F6F9FB;
  padding: 12px 16px;
}

.left-nav-box li a:focus,
.left-nav-box li a:hover {
  color: #008071;
}

.left-nav-box li.active a {
  color: #008071;
  background: #d9f2e8;
}

.news-list-box .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}

.news-list-box .item .img-wrap {
  width: 240px;
  height: 150px;
  flex-shrink: 0;
  overflow: hidden;
}

.mentor-list-box .item .img-wrap {
  width: 140px;
  height: 210px
}

.news-list-box .item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.news-list-box .item:hover .img-wrap img {
  transform: scale(1.2);
}

.news-list-box .item .content {
  width: 100%;
}

.news-list-box .item h3.title {
  display: block;
  background-color: #f7fdf9;
  color: #3B3838;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 16px;
}

.news-list-box a.item:hover h3.title {
  background-color: #effbf3;
  color: #007050;
}

.news-list-box .item .intro {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #3B3838;
  padding: 0 16px;
  margin-top: 16px;
}

.news-list-box .item .intro p {
  height: 36px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mentor-list-box .item .intro p {
  height: auto;
  max-height: 80px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.news-list-box .item .date {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #3B3838;
}

.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: #F6F9FB;
  padding: 16px;
  transition: all .1s;
}

.activities-list-box a.item:hover .title {
  color: #008071;
  background: #d9f2e8;
}

.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;
}

.activities-list-box .item .intro {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #3B3838;
  padding: 0 16px;
  margin-top: 16px;
}

.activities-list-box .item .intro p {
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.activities-list-box .item .date {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #3B3838;
}

.page-box {
  max-width: 1200px;
  margin: 40px auto;
}

.page-box .page-title {
  font-size: 28px;
  color: #009482;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: bold;
}

.staff-wrap {
  max-width: 1200px;
  margin: 0 auto 30px;
}

.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: 48%;
  padding: 16px 10px;
  border: 1px #eaeaea solid;
  border-radius: 10px;
  margin-top: 24px;
}

.people-box .item img {
  width: 120px;
  height: 120px;
  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: #009482;
  font-weight: bold;
}

.people-box .item .info .position {
  font-size: 16px;
  color: #009482;
}

.people-box .item .info .email {
  margin-top: 15px;
}

.people-box .item .info .email {
  margin-top: 15px;
}

.activity-box {
  margin-top: 0;
}

.activity-box .wrap .img {
  padding-bottom: 55.85%;
}

.activity-box .wrap .title {
  margin: 8px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-box .wrap .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  min-height: 44px;
  font-size: 14px;
  color: #555;
  margin: 0 12px;
}

.activity-box .wrap .date {
  padding: 8px 12px;
}















.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: #009482;
}

.paging-box .p_no_d {
  padding: 0;
  background: #009482;
  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;
}

.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: 40px;
}

.search-news-box .search-result span {
  color: #dd4b39;
}

.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: #dd4b39;
}

.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;
}


@media (max-width:768px) {
  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;
  }

  .menu-list-box {
    margin-top: -30px;
    margin-bottom: 10px;
    margin-right: -5px;
    margin-left: -5px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .menu-list-box .menu-item {
    width: 180px;
    flex-shrink: 0;
  }

  .menu-list-box .menu-item .wrap {
    height: 120px;
    padding: 10px 12px;
  }

  .menu-list-box .menu-item .wrap .top {
    margin-bottom: 15px;
  }

  .menu-list-box .menu-item .wrap .top i:first-of-type {
    font-size: 20px;
  }

  .menu-list-box .menu-item .wrap .top i:last-of-type {
    font-size: 16px;
  }

  .menu-list-box .menu-item .wrap .name {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .menu-list-box .menu-item .wrap .desc {
    font-size: 14px;
    height: 36px;
    line-height: 18px;
  }

  .download-box .wrap {
    padding: 12px;
    font-size: 14px;
  }

  .download-box {
    padding: 0 12px;
  }

  .left-nav-bg {
    display: none;
  }

  .banner-slider .sy-slide a .text {
    font-size: 36px;
    line-height: 48px;
    bottom: 45px;
    padding: 0 15px;
  }
}

@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;
  }

  .index-department-data {
    padding: 12px 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .index-department-data .wrap {
    width: 100%;
    border-bottom: 2px solid #177fa3;
    position: relative;
  }

  .people-box .item {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }

  .people-box .item img {
    width: 80px;
    height: 80px;
  }

  .news-list-box .item {
    flex-wrap: wrap;
    border: 1px solid #E0E0E0;
    margin-bottom: 40px;
  }

  .news-list-box .item .intro {
    margin-top: 0;
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .news-list-box .item .img-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    position: relative;
  }

  .mentor-list-box .item .img-wrap {
    width: 140px;
    height: 210px;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
  }

  .news-list-box .item .img-wrap img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .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;
  }

  .banner-slider .sy-slide a .text {
    font-size: 18px;
    line-height: 28px;
    bottom: 20px;
  }
}

@media (max-width: 992px) {
  .left-nav-box {
    display: none;
  }
}

@media (max-width: 767px) {
  .breadcrumb-box {
    display: none;
  }
}