.sm-container {
  width: 900px;
  margin: 0 auto;
}
.container {
  width: 1180px;
  margin: 0 auto;
}
.bm-container {
  width: 980px;
  margin: 0 auto;
}
.page-article-detail {
  margin-top: 100px;
  margin-bottom: 58px;
}
.page-article-detail .article-title-wraper {
  margin-top: 58px;
  border-bottom: 1px solid #e5e5e5;
}
.page-article-detail .article-title-wraper .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #333;
  text-align: center;
}
.page-article-detail .article-title-wraper .b-group {
  margin-bottom: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-article-detail .article-title-wraper .b-group .date {
  font-size: 18px;
  color: #999;
}
.grid-l-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid-l-r > .l {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.grid-l-r > .r {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.grid-9-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid-9-2 .col-9 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  margin-left: 40px;
  background-color: #ffffff;
}
.grid-9-2 .col-9.ml0 {
  margin-left: 0;
}
.grid-9-2 .col-2 {
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 220px;
  background-color: #ffffff;
}
.base-v-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.base-v-list > .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(19, 1, 1, 0.26);
          box-shadow: 0px 2px 12px 0px rgba(19, 1, 1, 0.26);
}
.base-v-list > .item > .img,
.base-v-list > .item > .img-box {
  width: 100%;
  display: block;
}
.base-v-list > .item .content {
  width: 100%;
  font-size: 18px;
  color: #1a1a1a;
  padding: 21px 20px;
  text-align: left;
}
.hover-green-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-green-bg:hover {
  background-color: #004b41 !important;
}
.hover-green-bg:hover .title,
.hover-green-bg:hover .date,
.hover-green-bg:hover .desc {
  color: #fff !important;
}
.hover-triangle:hover .triangle {
  -webkit-animation-name: toDown;
          animation-name: toDown;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hover-show-mask .mask-wrap,
.hover-show-mask .mask {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-show-mask .mask-wrap:hover,
.hover-show-mask .mask:hover {
  opacity: 1;
}
.hover-hide-cover-title:hover .cover-title {
  display: none;
}
.hover-img > .img-box {
  overflow: hidden;
}
.hover-img > .img-box .img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-img:hover > .img-box {
  overflow: hidden;
}
.hover-img:hover > .img-box > .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hover-title-brown:hover > .content .title {
  color: #b48246 !important;
}
.hover-bg-green .mask {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}
.hover-bg-green:hover .mask {
  background-color: rgba(0, 170, 128, 0.9);
}
.pagination-box {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagination-box .prev {
  color: #333;
  margin-right: 10px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pagination-box .next {
  color: #333;
  margin-left: 24px;
  margin-right: 30px;
}
.pagination-box .n {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-box .n.active {
  pointer-events: none;
  cursor: default;
}
.pagination-box .n.active,
.pagination-box .n:hover {
  background-color: #b48246;
  color: #fff;
}
.base-table .table-r {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.base-table .table-r > .item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.base-table .table-r.line {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.base-grid {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(9, 9, 9, 0.24);
          box-shadow: 0px 2px 20px 0px rgba(9, 9, 9, 0.24);
  width: 100%;
  padding: 40px;
}
.base-grid.form-grid {
  padding: 36px 70px;
  padding-bottom: 60px;
}
.no-more-data {
  width: 100%;
  color: #999;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
/* ==================
          按钮
 ==================== */
.cu-btn {
  position: relative;
  border: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
  height: 30px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  margin-left: initial;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  margin-right: initial;
}
.cu-btn::after {
  display: none;
}
.cu-btn:not([class*="bg-"]) {
  background-color: #f0f0f0;
}
.cu-btn[class*="line"],
.cu-btn[class*="pure"] {
  background-color: transparent;
}
.cu-btn[class*="line"]::after {
  content: " ";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}
.cu-btn[class*="pure"]::after {
  content: " ";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid #e6e6e6;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
}
.cu-btn.round[class*="line"]::after {
  border-radius: 1000px;
}
.cu-btn[class*="lines"]::after {
  border: 6px solid #e6e6e6;
}
.cu-btn[class*="bg-"]::after {
  display: none;
}
.cu-btn.lg {
  padding: 0 40px;
  font-size: 32px;
  height: 80px;
}
.cu-btn.round {
  border-radius: 50px;
}
.cu-btn.s-round {
  border-radius: 3px;
}
.cu-btn.sm {
  width: 48px;
  height: 48px;
}
.cu-btn.w-148 {
  width: 148px;
  height: 48px;
  font-size: 14px;
  padding: 0 22px;
}
.cu-btn.w-174 {
  width: 174px;
  height: 48px;
  font-size: 18px;
}
.cu-btn.cuIcon {
  width: 64px;
  height: 64px;
  border-radius: 500px;
  padding: 0;
}
button.cuIcon.lg {
  width: 80px;
  height: 80px;
}
.cu-btn.shadow-blur::before {
  top: 4px;
  left: 4px;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0.6;
}
.cu-btn.button-hover {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.cu-btn.block {
  width: 100%;
}
.cu-btn[disabled] {
  opacity: 0.6;
  color: #ffffff;
}
.module-title {
  text-align: center;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 40px;
}
.module-title > h3 {
  color: #004b41;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  margin-bottom: 6px;
}
.module-title .en-title {
  font-size: 24px;
  color: #999;
}
.module-title.pb32 {
  padding-bottom: 32px;
}
.module-title.has-radius-bg {
  position: relative;
  z-index: 2;
}
.mt70 {
  margin-top: 70px;
}
.mt4 {
  margin-top: 4px;
}
.mt25 {
  margin-top: 25px;
}
.mr50 {
  margin-right: 50px;
}
.no-data {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  color: #999;
}
.qs-popup-wrapper {
  padding: 50px 40px;
  width: 520px;
  background-color: #ffffff;
}
.qs-popup-wrapper .icon-close.m {
  z-index: 9;
  position: absolute;
  top: -40px;
  right: 0;
}
.qs-popup-wrapper .popup-header {
  padding: 0;
  text-align: center;
  margin-bottom: 28px;
}
.qs-popup-wrapper .popup-header > .en-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #1a1a1a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.qs-popup-wrapper .popup-header > .en-title > span {
  margin-left: 10px;
  font-size: 14px;
  color: #999;
}
.qs-popup-wrapper .popup-content {
  margin: 0;
  padding: 0;
}
.qs-popup-wrapper .btn-group .icon-close {
  position: static;
}
.qs-popup-wrapper.w-550 {
  width: 550px;
}
.qs-popup-wrapper.w-860 {
  width: 860px;
  max-width: unset;
}
.banner-top {
  width: 100%;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.banner-top .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.banner-top .center-wrap {
  z-index: 2;
  position: absolute;
  color: #fff;
  font-size: 42px;
  width: 980px;
  height: 340px;
  right: 0;
  bottom: 120px;
  background-color: rgba(0, 75, 65, 0.88);
  border-radius: 300px 0px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-top .center-wrap .title {
  font-size: 42px;
  position: relative;
  margin-top: 50px;
}
.banner-top .center-wrap .title:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  right: 0;
  bottom: -20px;
}
.icon-arrow-right.left {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mt-140 {
  margin-top: 140px;
}
.mt-80 {
  margin-top: 80px;
}
.is-scale {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hover-show-detail-wrap {
  position: relative;
}
.hover-show-detail-wrap .content {
  position: relative;
  z-index: 1;
}
.hover-show-detail-wrap .detail-content {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-show-detail-wrap:hover .detail-content {
  opacity: 1;
}
.base-swiper .swiper-button-next,
.base-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #b48246;
  border: solid 1px #dbdbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-image: url();
  border-radius: 50%;
}
.base-swiper .swiper-button-next > .iconfont,
.base-swiper .swiper-button-prev > .iconfont {
  font-size: 30px;
}
.base-swiper .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -80px;
}
.base-swiper .swiper-button-next {
  right: -80px;
}
.green-module-title h3 {
  font-size: 36px;
  color: #004b41;
  font-weight: bold;
  margin-bottom: 6px;
}
.green-module-title .en-title {
  font-size: 24px;
  color: #999;
}
.icon-radius-left {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABPUlEQVQokXXSv0uVcRTH8de9BBG4CCYU5JbkYltGOrcXKOGo4GJL4SCkDbcUBNFFcmrtB0KTf4FUOlaL4XWTaKhFaEpQOXEe+fZw75kezjnv5zmfz/NpbLfuK6oPT3ETZ2jkqI01/K5WLxXQQ0yihW/+r2Fs4i0+xKRZQGMY7wAN4BATGMWD6otX80vjeV5VPZjHdUxlbw5b+BjgY7wsoND1CCvoxa3iZbHzAk/i1CF8ycEdfMYb3MASftRO/4rBSuM1vMYu7mbvO9Z1rtNmTVejeD7GSRfwbzOXf2Ia97CXwxHMdAEvB7iP29nYSzhcDm3L6K9BsdsOcAOLxZlxevzocPNVOl5KeRbaA/yVLq7WNP7BQtp/JWex8y6YytWI0Se8z3iVdZTZDSB2/kWuzGo0djLkz2vwAWYvQo5z5mVBInBCUmoAAAAASUVORK5CYII=) no-repeat center;
  width: 14px;
  height: 14px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-college-0 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAADhklEQVRYhdWYy29NQRzHP616Vol3USUigqQIiViSWEjEAkUTQdSzWIh0wcY/wMJCSvWRdtNIECKVYNekkQYL0UQQoh5NvOL9KNr+ZOJ3YnLNOfece0db32Ry5v7m9Tm/mfnNnIuI+EybRKRTU5nPvn1ClotIj/xRt4hsHmigNmStiDRo3husb8gaEckRkUEiUm/BbulvUBuyWiGDslwRqbNgt/YXqIHsDYH0DusD8qQFuVpEmjStVluOLomsYDOBnCsiP3XgKgvyoLXjAx1wwP4Qkdl9AbpTB7xuQQ4Xkc+Wh09p/qOIDLNg29RennTcXJIrT1u8BUTzhUA+8APYC+wHuoECYJLWMXXfaH5o0lHzYtSJo+cKMR44C+Ro36+ATh8DZOJRl34CFUAPsA5Yq97do57NWr48anQOWAqU6jQ3Ae2+OvcJanSL38m7wkCnAYuBwY6yRfqcDKxPCDTZ6sPV1iyhm8517QgF20TkuyMm9pW6XHeDVI+WA7W6a+8C3xxvPQEoBj4ADxN6dBYwGngKvHaUmxA3B6hXhkaXR+1jsSrk7DapQus0Z3BYNGvbipByM+Zp13EbeNT2ZDWwzwrmSTVK237KoK1pt1s5dgB1am80cbTMgqzReJgJpAn2zcA7XRaXgHEZwu5SyEH63Gjc+tK6mYdNd5ypv+rYbJcTTn3qMqjV+s/IYifboBOtdVUiIgt0vZs0xgGaWL4CfnDx+GydRh91hxfocshKNuh8vVykk9l4x7Ict1JDUDoVAXdIAf0Q882/Zusd7SPOWAVBxjX1ZzQwp+oE0OABMiO5QOcBJQ57YX9BEgJqYthIhz3pcelVLtC2LAYwB8hMK+9NLtAjwFSH/QJwJc3AZvE/SgC3BljpsJvZO2obXKClIWv0cQRoT8Qu7o0AXaJLLVWtcUCP61UuVS0RA5or4diI8jCZF3/vKPsrnrtA4wRiX2pJ44BI0NIQ79wAbkf0NUS/Pqfrb+OV80BXRBsz9Qsd9hd6+4oEPRKyRg+nAb0MrEixmTvl8og2ZjMdcthb44BeA+457C5boJkKaT7OLqptFbAMmAF0hLRr1z8s0o7lAq2MAApTvtrNGb5B80/026ogol2TprTyGpT/pf4bUHvqi2P+czJenyOs47JIn/YRmmeVfbHaBH0E9aI0JSgz3yX3gdmJX7Fv9cB4wISQsF05ENQBbP8FE65w71LVi2MAAAAASUVORK5CYII=) no-repeat center;
  width: 42px;
  height: 42px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-college-1 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAsCAYAAAAjFjtnAAAEU0lEQVRogc2Za4hVVRTHf44zDmIZDmNm2ZcekDO9lIFAjSjBAiP7FiVCZpJBxvQtKOhrUFB9bQJFwrImk4wo1OhhUWBI+cE06eWMUSb2Ukeb8R9L1h1Wx3NHz9535vqHw91n3/XYa++91l57nUmSaABmAvcDdwJXAXMAEzwIHADeBzYBvzdC2f9gBmQ80yQ9J+mYzg2jedZ5cvWOPjkrcDXwDtAV+vYAHwMDQAtwOXA70B1ovgXuBfY1cwWuk3QkzHm/pK4x6LslvR3oD0u6phErkMLUIek7H8gpSWsq8K5yHsM+SZc0w4B1YSYfTOBfHfj7JtoA2zojrnx9huLaJAznbqWWii6z3J1zCHg6w/WeAk4Bk4HVGXIqG7DMf7d7pEnFIeA95106UQa0hXC4LUepY6f/zgWmpgqpYsCsQH8wVWHAT2EMs1KFVDHgotAeSlUYMBzaralCqhgQ85grUhUGXBbaR1KFVDVg0NsLUxUGLPCmyTyaKqRqFHrXf+/OcTznNRl4REtGVQPe9N9OoDdD71pghrfX5RiQcvp97qeopcc9Cfy3hPT7o2bkQjdKOuEDGJA0rwLv9ZJ+CRPQ3QwD7Fku6bQP5B9JvZKmjEHfJukxSX87z4jLyBq8Mi80K4A+oN3f7XDbCHzhqcK/frW0iPUAcKXT2RnyEPBa1t7P8IH4zJe06zyukzV8KemmBsx8j2e0S7OXUJKt4jJJW8IWifhL0mZT5rSN0Lff5R9tVFWihlbPa2zrnPat9GshbcjF4nB2fJ2cg9TBsJ+sg0nc54dVgeqVRq/AeKPTJ2cKcMJysrFOYjspHwW2eIQZ8mLVeDwnfWBbgce9UFaGFT54Q/+ZHKrESVolPVnHIScKdsg9U3K27A36by07Bzp8FhaEvuMe2we8UHUuLAyJnt17P/UVGwvtPuvX+j25ht3APa57kcvCi2Nzz7SCddMlfRMstMLV2oRS4OtBxvMVead77Wh/kGE1qJmSNoS+J2o8kfmNQGCH0+zEOL0nyNmaKGOqpJeDHEv6jnv7pKTOogFLAvHejIpZW6i8Gb7PPLT6SnxuY6SpNbb5n5agLcpQ2FVQNpJZjW6X9ENB5uJIY2F0NnCHO8cnodyRgu4CT8uos6XBwuuLgdO+NXxYVHBXuJltylBGiQEUyu8puCHw9Bcjmg18SXj/IFPZsZK+PzLkXQzcF97Pngy/VRkOZDocnim+FPypN1PeI4X9P1CkaQ31md8yZmp0Pvyyf9DLMOsz5T1ceO8oEtiMHXJHHgi3pgsB84GvCuM4DFwaO1o88uA5/M0XkAHF2TfsKnaYARvC+wuFXKRZmObfIop49awed4btwVHekjSjAQ6d86wsOYF3SppclFnLRi0T/MyzQcOfwGb/bFoWGscba4B5QcePwG3Az/VWAM/4dpRY3mzY7phTbzWL94FJXnRdCfR4iLUvMxMJu1dbRLQP5rbnd9S9TwD/AS+XmQaPi6eWAAAAAElFTkSuQmCC) no-repeat center;
  width: 48px;
  height: 44px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-college-2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAuCAYAAABap1twAAAE5ElEQVRYhb2Za6hVRRTHf9o1H1AQiFpqXaOSiquGmeajIrDM0siMCPSaZaWgEIX1rcen6EN9KgXJDAoqKuWKCVqQmiEaZVppRNBDKtPS6OX7/mPJ2rba7HPOnn2OLhjOnpn1+M/MmjVr5vSQRIvoPGAJ0A0sBA62RK0BbLLYIOdI2qf/aK+kTu9rSn+z4CZK2hKAHZD0W6hb34QzDdBmZYqk9wOQE5KWSxogqb+kFyUdC/3rJd1UZUZTmM+RtEDS7mC4W9JqSVcV8I+S9K7+T7skPeS6WgKwXdI8Se9I+ieYOi5ppaTRJYyMkbTKZzkj0/WW626vJ29Tfpfvlz7A+cBQ4DJgBDAot6f2AyuApcB3iftxGLAAmAv0z/XtBXYCXwN7gJ+Bw9ZhABvFmR+BNcDbwAfAiURgeWoDbgBmArcBg+sxR4AHHLnNzG5gB7AJ+KGk4b7BmA3qUEm5C4HrgJHA5UA7cIHH1ZM+mFFHhR3dJmmupA3ul9FHN3hfW8XwdZKaAThE0lY1pm2NNkI9gG0llyFPFwMbgSHe/jHwCvC5122DzQHGePkImAh8m2ypwgye5bNidFTSgzUCsLXNDwF7q8ue9iXuDDKLSvAvCvyzzwTAjc7/Scmjy3g+dZmNqQB7JnqE+ex4/37VPKSMFwGv+fe1rqMRnYq1qQAHBQNfJMhlm6cXMLAE/1/ZRyrAXon8GfWoqiMVoJ0Qx/x7VILcCP895jpKUyrAo8Bm/55VUt54Ov17cxhgKUoFaPSS/9rZ+XAJ/keADv9elmytQpjpKenDcOY+6m1FfIvDGb2pBl9R6chAxWxmRNhtjWgAsA24yPl2etj50utXArOD71mGdI3nk2Wow3U2lc0MDEG7EVnqPz3hqDs1g1V8EPfdOzx3K0NTgS7gG+C+FN+vks1c6ss5NrR9BawDtgA/eaA91xPY0cB04BIf0HLgXo8CjZPhcBkqc3+1M/LXsJzm+DeWOJOtf3LuDv2LpEE1+Cdk2ZJVvvfKnQ2MXC/pb+c95Dey1HtuD89ujviVdaT75fgc30y3s8cqa7zyTB3FQ8PTxu8+kynA8mW4pHEO7k0HPCPwPOu2Vlvlca98VkfhOuc54kvaDLisZODkbhb17vT2xVYZ5tNtdHWBomnBbx5rIbg3wqBvDX1jvN0u+u1Z43veuLJAWebYuyve0Mx3X5fUuwDccfe3yL/K+2zVTj19TPLG7px/XRFmb34FcINDlFgrqW8A1+3PdpF/UljNicq9zXR5x64w2hne9kfKg0+u3B+M7gvgFuT4eoeHqa6sPb9T/3SGJWE55vvImvG5CFKeYOR5lobJGFoEEL91ZdTZog2RlXkO8qmCvnhTnBX7ihQtC7trcotBji1om+q2jF7I9xcp6RX80Rz85haDjGVK2ERdRdlOLcF+fs4aHZZ092kAd4/rlqdt/Yr46ino52/L2a57IiEjrldMx5Nh06yvBa4RQCtnS1oRHHidx7aq4AaHQRu97C5VU6as4oVhOQ542EiZTeN9wGUzt1lYRjZl9PaSvz2M3pILe6DsU0emjz9i7ghy2/0fgFJ2U5eozYPswWBwv6TnJN3iadRwDx3Pe19GB1026Tyv6kv2Z83TOQC1yHiM12SSbTX7Z2JvvxDdDozzvzCM7K6x1S9Ka4EjlbQD/wLwMQok4vnMNgAAAABJRU5ErkJggg==) no-repeat center;
  width: 40px;
  height: 46px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-point-right-white {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAAp0lEQVQokaXSLQ+BURiH8R97Nkm0aapOFUSNKkkm6L6M+QI2VRNkuiwJmiTYsWNsj9fteVzbCed/3/e1nRchhCxrFEKof+ovykYNazRfp7KKIhWs0P5XFCljid4jSNB4a/tONVUpYY4hZoUQb+o/4vwk79FeKSSfXuAHYwxS5QtGmEbR9vvcG4dUckYfi7iJojyc0L1/gxt5REd0sEmHWUV7tLB7SnEF5hxN3gCPUQIAAAAASUVORK5CYII=) no-repeat center;
  width: 18px;
  height: 12px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-point-right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAArUlEQVQokaXTL4sCURSG8Z9/wGQSwbYfQqth4zatJpMY9gsNDH4BwWqTZfNuN5sMNpNBkCsjDDOOMjNPu+fc94HLObcRRZESLPGDfTbSLGPBB34xqisK9LHDZ11RoIstpo9CG8PctWIGqU4HayywCqK/wth7WojRq/q0LI32swm84BvzVPuarEQcRP/FuRzHVOWCGTbhEERVOGOSrMGdKqITvrJDKis6YJz7IrgBeyYXXyzv/NUAAAAASUVORK5CYII=) no-repeat center;
  width: 18px;
  height: 12px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACq0lEQVRIibWXTWtTQRSGn6YxbqS0UOtamxYRXDbiB4KCumhdWbV/Qd3oL0j/gQolrqz7ijstfoCoqGBEFyIKxdadpalQra4q5ZVJzzU3uXNvJkZfOJDM+Xhnzp05M6dHEgHYBpwCTgBjwB6g39y+AUvAa+AR8AD41S5kO2IX/DJwEfgI3ANeAJ+ANbMZAIrAYWAc2AvcAK7ZpPxwxCkyJemLpFlJIyk2PhmVdMt8pzz6uiQGJPVKqkhakFTy6EOlZDEqFrPJrzXVvcAcsAOYBH540xSOPuA28BM4B2xGnrmWENeBQeD0PyB1WLdYgxa7gdjyz0takrSzi/SmiYv52TiavnG/pOUuv2k7OWAcjutPqt2RmQeqiWTB7sRIe/h8XgH3jau+4oKkFUlFz4xzkqqSpj26NCmbT49HXzSugvszIemJxyiSIUnvA8nLZpu1T55JGs9bKZxPJKaBGnAceGwj0wmLLZSBs8AxYDWhbeBunVPSS0lHPDPrZOUhK43kqKTn7kdN0i6PgU985J2QYly1vF0Ea4mE+NGadgWmNw53cfS5nbdhJXIjYZKOIeCdafd3QOqwHfiesxkMJNTZuAB8NbmUaZmEy/B63u7WEWAlYeJHfPf2BOz2VowCC27Fb4BDCbUfrUcm+uaTHRAfBN6GFJCQ3evb7Wny1BWQqGSuppTMTo5MCHlTycSMb3oMnQxb7c0ijZNXzcenn40mFg20uxZ9BT9Ncinjpfi1GFe4h9nif3wILMUff60GM7bRCh7nv5WCbaiZuH/WY++MPdK6gYtzJ+Sxt2kGi3a+x7ogLdXP61asJtI6MtI3ZZuh0wf9iPksZz3oQ1qYK9bCfLBL3LUwbhXxFmbYWpgJYB9QAa5mtTChTVsBOGkSNW3RxeImEDVtD4OaNuA3HBflgpnB8soAAAAASUVORK5CYII=) no-repeat center;
  width: 30px;
  height: 30px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-people {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAADg0lEQVRYhe2YeYhNYRjGf2bGvmULWRLK2JOaEJEIKZSlRGQb4g/hH0sNhUgI2bKVJVLKWlOYUIQiRdnXkt2MdQZj6zXPaa7znTn3unMv9w9PnW73fb9zzvO93/s+7/edCtnZ2cOALUADUgcvgakZEcS+Ae9SgF4t8dmQEUGsDXDPGfr30RK4DTRO06s/pAgxw33xIc1xpRD+k4sXGVHuawo0dKyx4yNwMxnkGqlIKjmeP0N/4GSiyRUA+62kHU/sKARuxXtzGLnPwDjH+heRqgXx3a6wyP1L5ADVopHrpcIImlke8MbxJAbriZJzzYEzQAXHU4LVwBzH6qIZ0AmoATwDLnvtKRrCyD1WeJs5npKNwk7H+js6A6uAvr4JFgGbgMXRIh9GzpZuiWONDaOAXUBl4DVwWtLUCugJzAYGAwOAR2U9MYxcvOgB7AYqKjrLFC0PRnA70Bs4CmQBn4LelQwpWaeukqOryOe3rjNIudcRmOE8IQZydYHnwI+Ay5Z8pnNHSeJ3BR4Ayx1vKYoi7p/oeIWwZf0CPNHy+PEVyHes0E2/xzQmDOc0+XZAbeDtn5Czcu/iWMNRV96noaNK8UK7njpB5MKWNR540hAkP36YvDSRrcDxJoFcnvLTjptVHO/v6K9IXwqKWjLI3VFXsW3WUsdbCsuxNfq31fEmiRyqwkIJ7Y6Aw7rp2lmgLXBeYwKRDHJXgeHAe2CC2qBV5hHgOnAR6CCdGxpW1WHVGi+6A5OBqrq/krqGH80V3TWSFAeJJFdH3WGMKtGkKBe4ADzUYae+viz01STmAtOABcDGZJHLVJ9sDbzShmGbCAUhR2PnA+Ptu4jITpL4/0Iics4a+Qm9LE/5tDaEmIe7al39JMZjgT1AeqLI2ZbokM63B4CBZeWPD+2B0TKd0jbKCmcksDBR5BYpUpc08zIrLwJZqt69QAuZTR+HaEnnafNQLnKNpGnFOkJ+9vkXB2yHjNhxifAmFYqHK8BK1cGK8pKbJrmwPLnh89lOZpYOKt4yRRLbHEAcdZV8VXNmeciN0G+Qwhcrf75o6bf4iE1XD/bDOss+2YZ75Gqo6mJFPSV1vlpREHK1ATCCU2Ig5uGwfvuk6eNwur5p5Jdx5fgeYH3RcC3KZDyCJsimZdGIRT4z05JvqsJu6m0q74c9rLrPaLpkpA/GEGkjWDOGcR7sbHseKPwJ82jG/xFz7AEAAAAASUVORK5CYII=) no-repeat center;
  width: 39px;
  height: 39px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-search {
  background: url("../../../../img/pc/icon/icon-search.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-map {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAdCAYAAABfeMd1AAACMUlEQVRIia3WS4hOYRzH8c9M4xLjkthQ7CXDgsJCWbhOU2KhkCxYYIGyoGzY2FBEVi65lnsSG0RizRgLURYWxiWZhNS49DTPqXPe5z3nfZn51tn8/v/z/M5zOf//03Jr32IVjMdqLEUHJmMUPuINHuMGHuFP2TBtiTLAGOzFFoxOokyKz1zswDPsxp0kE62Jwnz0YFeJQT3CLG/jdJxppUkn7mNqnYGaYQPuYlyZyQJcwYj/NMiYh2v5rchMxuLCEBhkLMKeWpM9g1iiMsJBmJaZhGO6tSRxMIzEzsxkFdobDBb+gbPoinsXjvarJCtlXdibsDlLklCR31iDyzn1Cc7gZlz/MiZgTpjJrJKEjHM1BhnfsBY/k0iRjtZYKqq4VBHrjSWliinBZFhFQuBDohT5nChFWoLJ20QuMjNRikxPlCK9weR5IhcJx3B4og6wDDMStUh3aywBVYQvvYqJNTnLcbHivcD7cBLbYr06GEt3GZ2xfzzAp1h1Z5fk5jmM/mDyA/txJEkp0h7NmiV8zFG52nUcT/9hgGbYjq95k36sj7MaCq7jfDZOvp/0DFGhfImNeaG2M57CgeS15umL+9ZXZSL2lpOJ2pjvWIHXtan1TEJZ35xf0yYNuuIVKaGeSeBXvBScSCIpX+KPeS+JVMwkb7SpwR69w0I8TCJNmohLF3r1tnjM87yIXbK7wRgNTTKOxatqVtZDRwxXn1BqGlJ2Ta1HWPNwLV2JQ7EtNwZ/AeWuYT5gbr8rAAAAAElFTkSuQmCC) no-repeat center;
  width: 17px;
  height: 20px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-email {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAYAAABYHP4bAAABlklEQVRIib3UXYtNYRTA8d85nZDkLTORowh5KXIlueACkxilxIUv4MoHcDNlauLShyBfwDTlZULylsi9m/kA8j4ihlatk91+ZI6xj//N0157rfXfz7PX3q0b4yMqtLBSM7zFj16nTq6rMIGzWNGQ6D2u4wLedLLxQ2wvUv+N5TiHg9jXxtgAJFWi91iIztRufMS3Ir1/5vClln06ROsrgXfYgL14vQBJ1O9HN4ehR7edk9ZjMdbgBUaysF/i5R/FEyzDokpdq11rsgTT2IjnfyH7hON4nLu5jaXVhLpIHt10rk9xDB+KrF/MYhQPsC5rN9eTficKNmVBN0d/NBvW+YyTuIth3MHWIusPomBLHsFa3MeJmuwrTuEWhjJ3R9GlD1GwLZ9yKHcYH98kbuIIprA6r3cV1RU6RaRkZz5tTNSzPMYewyneU1QtQBTsxktcwb2MHcD5HIB56Vckj2+iiPbJfO+oMdr5bxo0cyGa+Q+imRBdK8LNczVEl/BogJL4s1wOUXzth3ARr/C9gebRI3qN4zBmfwLbOks3SZaU0AAAAABJRU5ErkJggg==) no-repeat center;
  width: 18px;
  height: 14px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-phone {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAbCAYAAABm409WAAAB1ElEQVRIia3WzYtPURzH8deMp0izoTyUGiGlbGYhRRaKDRsWlKfZacrCSsjKlKTERh4WFkTKwmpiYaORRKFYKAviT0DJ5Knjd27M/f7u/f3u5VN3cT+fc877nu8995w7MDG+VUkrsQfX8L4cNtVgqf0WPMNJPMmw/wbYjAkM5ftFuIN5oVcLwGLcxuxSvhbjoVcLwGksCGlHh7E8uA0AqRT7QvJHM7E3uA0Am/IgdVpWk9VqsM+V8iA4DQBDwZ2uM7gV3D6VSvOloul3HMH5kDScQdXXeu5fBy8Ak8Ht6HVwWgLe4XlI2BacloCkyyFhJzYEtyXgBj6UsgFcxfzQqwUgraTjIWU1LgS3BUBe649CC0ZxNLjTtRCrglsC/MQBfA6tOIVdwe3oUC7vG1wvf7jlA+ctxsIQzMjvafdf3hxcyiWcm739eIzhKkDSTZwNLrNyGdMhdCKXs9vDrMmQ33tc1S56DEu6bNNpZe3IV53SAXYPI91mIO9Do/mUa6s0g4NVgAKS/i6uhKQ/TeFpHaCAjOWVMhXSan3EdjzsBSh0EevzL00vpb1tI+6nm34BSS+wLi/Vu/hUyr/mco7gVWH2OovL+pFffLrSw63AUnzDywDFL3NNSo0LnG6fAAAAAElFTkSuQmCC) no-repeat center;
  width: 16px;
  height: 18px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
.icon-kefu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAEa0lEQVRYhc2Ze4hVVRSHv7k5PUQtNYfEMtORJLSypigcsgiyMrMHlCUoUpNYmQxlKEGkUJmS9qC0FIv0j9KKKLOCIItK8UUUlUXvt6Y2VogMZrG4v2vHvffZ95y5J7ofHGZmP39n7bX3WWtPw5q5F1EjIwEb5GxgGNAf6A0cAHYDPwEfAxuAN4DPapmum1eSjaOBqUAb0Oz0MJFfACWgO3CqnutUvxVYAqwA9uWduOSVxLEXbAe+Ah4ABgNvATNk6SOAvsBQYIisbaLPBWYDG4EzgCdl6eujswXI4xInAc9q6fcDy4F5wNdeyzhm7XuAK2x+4BVgCrAr2ktktfD5wBaJfQ8YIZfIK9b4ELgKGAVsA8YBm4FTvJYBsggeA7yujTRP4rd5rco0yh3O1HNiZI71wFnASmAQsC6wHzyqbTrzyxeBw+Wnj3gt4Bhgkqx2jvw4yZ/AO8BqudQ+p876/gZM1ykyGvjBm0Wkvb3RS2Jt08wKiDVhdwPfAQ9rIles0QO4FHgK+Ba4Sb5b4W8ZY4k28UqnPrPgBVqq54D5Tt0gLekcoKfXM50m4AlgrVzMFb1JLz4tbYQ0wbaTbwQ6gFudumaJHen1ys7FOg77JXp0ApP1836nrqrgu1R3L7AzUd5bfnac1yM/pyX2R4VPdUb3ksU9QoKHaAMRsOKj8rOiaNX+SHK6fm9z3CZo4bE6E0Onh53BE73S2pmVsmLm7x+4RksKHg68oGMqRHugrAiOimyygcDLSX9OCp6bciwZRwLjvdLiuCYy0vHAHa7gRp2VabTIEv8Vw+QCaVzmCu4Zsa5xsldSPEMjI/Z3BXdUiU3T/LpIYnP86Aq27OA1r9m/7PVKiidmsFddwShG7fSalvneKymetDl+BRaFBFuceq0iKJctXkmxWLT2ZWDEn3UYbA8JNl5ScL4Y+EaZRaXjZm+44rBg6C+N1qn06T7FNIfMG/qimdCbvdJylNXilRbD0sQoF8ZGDMUSaTwDfJ5SVwsWTL2dtX8ewbZUNyTcpAj2RD7LQfKm+e8Ct3mlXcMMMCFvIptXMNqQU2u0tJ1EVyq5zUVXBKMge3Qke46xXhn12kibVLIIblCg7SaG7ytraFPcGuOAMufKfYS7eS3ruCDS/yChYy1Ji7IMS99XSdzviXrzw2V6BuvFmhV5mcgdwCcS+4s3epkBSv9b1W6a+gSJXVXN1OGdfClL029JfttroKQrqgVOKrRXczwdGjrkEofp3mx+YAXsJmeNzs1LAm6ShUZdAm7Vyrh5W3fdYSwMje8KatBXZ0qVic/TYxZ/HnhT978dXssyTfJdu/a6GjjWa+HTLn2HHKOuS9ypa9SuskPXTH9opXooL+tTw5h2L/JY5Y+khVt0D1ELTVVSna7woDbjRzg+/FDAReoBS90er/hzRfB4+Vi90qo7k4OCp9ex2Aq3I8EnZP3K/M9YKDDQBF+ech7XG+bDY0t17rsuo0pZ/xlSJwwvpV0c1yn9TLB3B1u3QJ9/ALFsyXfEn77yAAAAAElFTkSuQmCC) no-repeat center;
  width: 30px;
  height: 30px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#m_map img {
  max-width: unset;
  max-height: unset;
}
/* 普通文章样式 */
.article-content {
  overflow: hidden;
}
.article-content strong,
.article-content b {
  font-weight: bold;
}
.article-content i,
.article-content em {
  font-style: italic;
}
.article-content ol,
.article-content ul,
.article-content li {
  list-style: inherit;
}
.article-content table {
  border-collapse: collapse;
  width: auto;
  word-break: break-all;
}
.article-content table {
  border-collapse: collapse;
  width: auto;
  word-break: break-all;
  max-width: 100%;
  table-layout: fixed;
}
.article-content table td,
.article-content table th {
  word-break: break-all;
  border: 1px solid #f2f2f2;
  width: auto;
  padding: 5px 10px;
  vertical-align: middle;
}
.article-content iframe {
  max-width: 100%;
}
.article-content video,
.article-content audio {
  max-width: 100%;
  height: auto;
}
.article-content p,
.article-content span,
.article-content div {
  word-break: break-word;
  text-align: justify;
}
.article-content p,
.article-content pre {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-content h1 {
  font-size: 20px;
}
.article-content h2 {
  font-size: 18px;
}
.article-content h3 {
  font-size: 16px;
}
.article-content h4,
.article-content h5,
.article-content h6 {
  font-size: 14px;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  padding: 15px 0;
  font-weight: bold;
}
.article-content a {
  color: #0b76ac;
  text-decoration: underline;
}
.article-content ol,
.article-content ul {
  padding: 10px 20px;
}
.article-content blockquote {
  padding-left: 10px;
  border-left: 3px solid #dbdbdb;
  font-size: 14px;
}
.article-content blockquote p {
  font-size: 14px;
}
* {
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
html {
  min-height: 100%;
  height: 100%;
}
html body {
  line-height: 1.2;
  min-height: 100%;
  font: 16px/1.4286 arial, "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
html body .page,
html body main {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html body ol,
html body ul,
html body li {
  margin-bottom: 0;
  list-style: none;
}
html body a {
  text-decoration: none;
  cursor: pointer;
}
html body blockquote,
html body q {
  quotes: none;
}
html body blockquote:before,
html body blockquote:after,
html body q:before,
html body q:after {
  content: none;
}
html body table {
  border-collapse: collapse;
  border-spacing: 0;
}
html body p {
  line-height: 1.5;
}
html body img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
input,
button,
textarea,
select {
  outline: none;
  border: 0;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}
a {
  color: transparent;
}
button {
  border: 0;
}
#allmap img,
.allmap img {
  max-width: unset;
  max-height: unset;
  width: unset;
}
.as-a {
  cursor: pointer;
}
.big-en {
  text-transform: uppercase;
}
.text-pre-wrap {
  white-space: pre-wrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-cut {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-cut-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-cut-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-cut-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-shrink {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.basis-xs {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}
.basis-sm {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}
.basis-df {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.basis-lg {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}
.basis-xl {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}
.flex-sub {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flex-twice {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.flex-treble {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.self-center {
  -webkit-align-self: flex-center;
      -ms-flex-item-align: flex-center;
          align-self: flex-center;
}
.self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-img-r-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-img-r-content > .img,
.l-img-r-content > .img-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.hidden {
  display: none !important;
}
.radius-bg {
  background-color: #f5f6f7;
}
.bg-green {
  color: #fff;
  background-color: #004b41;
}
.bg-light-green {
  color: #fff;
  background-color: #00af82;
}
.bg-brown {
  color: #fff;
  background-color: #b48246;
}
.bg-gray {
  color: #4d4d4d;
  background-color: #ededed;
}
.bg-disable {
  color: #fff;
  background-color: #cccccc;
}
.bg-white {
  background-color: #ffffff;
}
.en {
  word-break: break-word;
}
.text-green {
  color: #004b41;
}
.text-white {
  color: #ffffff;
}
.text-gray {
  color: #999;
}
.text-light-black {
  color: #666;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.popup-wrapper .msgBoxContent p,
.msgBox .msgBoxContent p,
.popup-wrapper .article-content p,
.msgBox .article-content p,
.popup-wrapper .msgBoxContent div,
.msgBox .msgBoxContent div,
.popup-wrapper .article-content div,
.msgBox .article-content div,
.popup-wrapper .msgBoxContent span,
.msgBox .msgBoxContent span,
.popup-wrapper .article-content span,
.msgBox .article-content span {
  word-break: break-word;
  text-align: justify;
  width: 100%;
}
.banner-bg.error::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f7f7f7;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.banner-bg.error::after {
  opacity: 0;
}
.hover-boxShadow-green:hover {
  -webkit-box-shadow: 0 0 10px 0 #004b41;
          box-shadow: 0 0 10px 0 #004b41;
}
.hover-boxShadow-light-green:hover {
  -webkit-box-shadow: 0 0 10px 0 #00af82;
          box-shadow: 0 0 10px 0 #00af82;
}
.hover-boxShadow-brown:hover {
  -webkit-box-shadow: 0 0 10px 0 #b48246;
          box-shadow: 0 0 10px 0 #b48246;
}
.disabled {
  pointer-events: none;
}
.text-cut-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* Animation css */
[class*=animation-] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.animation-move-right {
  -webkit-animation-name: moveRight;
          animation-name: moveRight;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.animation-banner-scale {
  -webkit-animation-name: bannerScale;
          animation-name: bannerScale;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.animation-icon-down {
  -webkit-animation-name: toDown;
          animation-name: toDown;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animation-icon-top {
  -webkit-animation-name: toTop;
          animation-name: toTop;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animation-loading {
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}
@-webkit-keyframes toDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@keyframes toDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@keyframes toTop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bannerScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes bannerScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.smallest-container {
  width: 980px;
  margin: 0 auto;
}
.header .nav li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.header .nav li .line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 8px;
  width: 16px;
  height: 3px;
  background-color: transparent;
}
.header .nav li.active .line,
.header .nav li:hover .line {
  background-color: #b48246;
}
.header .search-wrap form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .search-wrap form .form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .search-wrap form .form-wrap input {
  color: #999999;
  line-height: 42px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  padding-left: 12px;
}
.header .search-wrap form .form-wrap .btn {
  background-color: transparent;
  padding: 0px 0px 0px 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  margin-right: 0px;
}
.header .search-wrap form .form-wrap .btn .iconfont {
  font-size: 16px;
  color: #b48246;
}
#footer .content {
  min-width: 238px;
  color: #b48246;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#footer .content > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 14px;
  border-bottom: 1px solid #b48246;
}
#footer .content > ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}
#footer .content > ul li > a {
  color: #b48246;
  font-size: 16px;
}
#footer .content > ul li:nth-child(1) {
  margin-left: 0px;
}
#footer .content .footer-contact {
  padding-top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#footer .content .footer-contact .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 110px;
}
#footer .content .footer-contact .ico p {
  margin-left: 20px;
  font-size: 16px;
}
#footer .content .footer-contact .code {
  width: 407px;
  position: relative;
  padding-left: 106px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .content .footer-contact .code .item > img {
  position: absolute;
  left: 0px;
  display: none;
  width: 106px;
  height: 106px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #fff;
}
#footer .content .footer-contact .code .wechat-ico {
  width: 27px;
  height: 22px;
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#footer .content .footer-contact .code .wechat-ico a {
  width: 100%;
  height: 100%;
  margin-left: 36px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .content .footer-contact .code .wechat-ico > a:nth-child(1) {
  margin-left: 0px;
}
#footer .content .footer-bottom {
  padding-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #b48246;
}
#footer .content .footer-bottom > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 79px;
}
#footer .content .footer-bottom > div p {
  margin-right: 25px;
}
#footer .content .footer-bottom a {
  color: #b48246;
}
.search-page form {
  margin-top: 92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-page form .form-wrap {
  width: 600px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.search-page form .form-wrap input {
  color: #999999;
  line-height: 42px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 21px;
  padding-left: 20px;
}
.search-page form .form-wrap .cu-btn {
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.search-page form .form-wrap .cu-btn .iconfont {
  font-size: 22px;
  color: #b48246;
}
.search-page .search-result {
  text-align: center;
  padding: 33px 0;
  font-size: 20px;
  color: #999;
}
.search-page .search-list-wrap li {
  border-bottom: 1px solid #ededed;
}
.search-page .search-list-wrap li > a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 35px 75px 30px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-page .search-list-wrap li > a .article {
  padding-right: 74px;
  width: 784px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search-page .search-list-wrap li > a .article .title {
  font-size: 20px;
  width: 100%;
}
.search-page .search-list-wrap li > a .article .summary {
  overflow: hidden;
  width: 100%;
  margin: 16px 0px;
  font-size: 14px;
  line-height: 1.9;
}
.search-page .search-list-wrap li > a .article .date {
  color: #999999;
}
.search-page .search-list-wrap li:hover {
  border-bottom-color: transparent;
}
.search-page .search-list-wrap li:hover a {
  background-color: #f5f6f7;
  opacity: 0.98;
}
.search-page .search-list-wrap li:hover a .title {
  color: #b48246;
}
.text-purple {
  color: #b48246;
}
.introduction-bg {
  position: relative;
  min-width: 1200px;
  overflow: hidden;
  margin-bottom: 80px;
  max-height: 320px;
}
.introduction-bg.mb0 {
  margin-bottom: 0px;
}
.introduction-bg .img-box img {
  width: 100%;
  height: auto;
}
.introduction-bg .bg-green {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #004b41;
  width: 51%;
  height: 106%;
  border-radius: 300px 0px 0px 0px;
  opacity: 0.88;
}
.introduction-bg .text {
  position: absolute;
  top: 63%;
  width: 1180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.introduction-bg .text span {
  font-size: 42px;
  color: #fff;
}
.introduction-bg .text .line {
  margin-top: 5px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
}
.introduce-nav {
  width: 100%;
  background-color: #f5f6f7;
  margin-bottom: 80px;
}
.introduce-nav .container ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.introduce-nav .container ul li {
  width: calc(100% / 4);
}
.introduce-nav .container ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 94px;
  font-size: 18px;
  line-height: 94px;
  text-align: center;
  color: #333;
}
.introduce-nav .container ul li.active a,
.introduce-nav .container ul li:hover a {
  background-color: #b48246;
  color: #fff;
}
/*
 *      学院介绍板块
 */
.catalogue {
  margin-top: 80px;
  margin-bottom: 41px;
  width: 980px;
  height: 280px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogue:hover .bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.catalogue .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1;
}
.catalogue .bg-img > img {
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.catalogue .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.24);
}
.catalogue .course-list-a {
  width: 260px;
  height: 64px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  z-index: 3;
}
.teacher ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -57px;
  margin-top: -59px;
  margin-bottom: 40px;
}
.teacher ul li {
  margin-left: 56px;
  margin-top: 59px;
  background-color: #f5f6f7;
}
.teacher ul li > div {
  position: relative;
  cursor: pointer;
  width: 356px;
  height: 444px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacher ul li > div img {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  margin-top: 40px;
}
.teacher ul li > div .people {
  padding-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacher ul li > div .people .name {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #333;
  margin-right: 10px;
}
.teacher ul li > div .people span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #b48246;
}
.teacher ul li > div p {
  margin-top: 21px;
  width: 295px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999;
}
.teacher ul li > div i {
  position: absolute;
  bottom: 26px;
}
.teacher ul li:hover {
  background-color: #b48246;
}
.teacher ul li:hover .name,
.teacher ul li:hover span,
.teacher ul li:hover p {
  color: #fff !important;
}
.popup-wrapper {
  max-width: 860px;
  width: 860px;
}
.popup-wrapper .l-img-r-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-wrapper .l-img-r-content .img-box {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  overflow: hidden;
}
.popup-wrapper .l-img-r-content .img-box > img {
  width: 100%;
  height: 100%;
}
.popup-wrapper .l-img-r-content .content {
  width: 500px;
}
.popup-wrapper .l-img-r-content .content .name-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}
.popup-wrapper .l-img-r-content .content .name-wrap .name {
  font-size: 20px;
  color: #333;
  margin-right: 10px;
}
.popup-wrapper .l-img-r-content .content .name-wrap .degree {
  line-height: 26px;
  font-size: 16px;
  color: #b48246;
}
.popup-wrapper .l-img-r-content .content .insead {
  padding-top: 11px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  color: #999;
  line-height: 26px;
}
.popup-wrapper .l-img-r-content .content .event > pre {
  white-space: pre-wrap;
  word-break: hyphenate;
  color: #666;
  font-size: 14px;
  line-height: 26px;
  padding-top: 20px;
}
.enrollmentInfo-list .top-list {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 120px;
  margin-top: -140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(3, 0, 0, 0.09);
          box-shadow: 0px 4px 4px 0px rgba(3, 0, 0, 0.09);
  margin-bottom: 61px;
}
.enrollmentInfo-list .top-list > li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  background-color: #eeeeee;
}
.enrollmentInfo-list .top-list > li a {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 22px;
}
.enrollmentInfo-list .top-list > li.active,
.enrollmentInfo-list .top-list > li:hover {
  position: relative;
  background-color: #004b41;
}
.enrollmentInfo-list .top-list > li.active a,
.enrollmentInfo-list .top-list > li:hover a {
  color: #fff;
}
.enrollmentInfo-list .top-list > li.active::after,
.enrollmentInfo-list .top-list > li:hover::after {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: '';
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: 126px 100%;
  width: 126px;
  height: 100%;
}
.enrollmentInfo-list .content li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.enrollmentInfo-list .content li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f5f6f7;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 33px;
  margin-bottom: 40px;
}
.enrollmentInfo-list .content li a .left {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enrollmentInfo-list .content li a .left .ico {
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enrollmentInfo-list .content li a .left .text {
  width: 565px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enrollmentInfo-list .content li a .left .text h3 {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enrollmentInfo-list .content li a .left .text h3 .line {
  height: 22px;
  width: 2px;
  margin: 0px 7px;
}
.enrollmentInfo-list .content li a .left .text h3 .conclusion {
  width: 320px;
}
.enrollmentInfo-list .content li a .left .text .date {
  font-size: 16px;
  color: #999;
}
.enrollmentInfo-list .content li a .right {
  width: 120px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-enrollmentInfo-index .top-list {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 120px;
  margin-top: -140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(3, 0, 0, 0.09);
          box-shadow: 0px 4px 4px 0px rgba(3, 0, 0, 0.09);
  margin-bottom: 61px;
}
.add-enrollmentInfo-index .top-list > li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  background-color: #eeeeee;
}
.add-enrollmentInfo-index .top-list > li a {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 22px;
}
.add-enrollmentInfo-index .top-list > li.active,
.add-enrollmentInfo-index .top-list > li:hover {
  z-index: 2;
  position: relative;
  background-color: #004b41;
}
.add-enrollmentInfo-index .top-list > li.active a,
.add-enrollmentInfo-index .top-list > li:hover a {
  color: #fff;
}
.add-enrollmentInfo-index .top-list > li.active::after,
.add-enrollmentInfo-index .top-list > li:hover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: '';
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: 126px 100%;
  width: 126px;
  height: 100%;
}
.add-enrollmentInfo-index .content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.add-enrollmentInfo-index .content .left-list {
  width: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(3, 0, 0, 0.06);
          box-shadow: 0px 4px 4px 0px rgba(3, 0, 0, 0.06);
  border: solid 1px #eeeeee;
}
.add-enrollmentInfo-index .content .left-list > li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 15px;
  height: 70px;
}
.add-enrollmentInfo-index .content .left-list > li a {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
.add-enrollmentInfo-index .content .left-list > li:last-child a {
  border-bottom: none;
}
.add-enrollmentInfo-index .content .left-list > li.active,
.add-enrollmentInfo-index .content .left-list > li:hover {
  background-color: #b48246;
  font-weight: bold;
}
.add-enrollmentInfo-index .content .left-list > li.active a,
.add-enrollmentInfo-index .content .left-list > li:hover a {
  text-align: center;
  color: #fff;
  border-bottom-color: transparent;
}
.add-enrollmentInfo-index .content .right-content {
  margin-left: 34px;
  width: 646px;
}
.choose .left h3 {
  color: #b48246;
}
.choose .left h3 .line {
  background-color: #b48246;
}
.choose .right {
  background-color: #b48246;
}
.no-choose .left h3 {
  color: #333;
}
.no-choose .left h3 .line {
  background-color: #333;
}
.no-choose .right {
  background-color: #ebeced;
}
.enrollmentInfo-list-detail {
  margin-top: 100px;
}
.enrollmentInfo-list-detail .article-title-wraper .title {
  margin-bottom: 44px;
}
.enrollmentInfo-list-detail .article-title-wraper .b-group .cu-btn {
  margin-left: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 96px;
  height: 36px;
  border: solid 1px #b48246;
  color: #b48246;
  font-size: 16px;
}
.enrollmentInfo-list-detail .article-title-wraper .b-group .cu-btn:hover {
  background-color: #b48246;
  color: #ffffff;
  border-color: #ffffff;
}
.enrollmentInfo-list-detail .content {
  margin-top: 58px;
}
.enrollmentInfo-list-detail .bm-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.enrollmentInfo-list-detail .bm-container .bottom-btn {
  border-radius: 10px;
  margin-top: 80px;
  text-align: center;
  display: block;
  background-color: #fff;
  width: 192px;
  height: 72px;
  border: solid 1px #b48246;
  color: #b48246;
  font-size: 20px;
  line-height: 72px;
}
.enrollmentInfo-list-detail .bm-container .bottom-btn:hover {
  background-color: #b48246;
  color: #ffffff;
  border-color: #ffffff;
}
.enrollmentInfo-list-detail .bm-container .url-btn {
  border-top: 1px solid #cccccc;
  padding-top: 61px;
}
.enrollmentInfo-list-detail .bm-container .url-btn a {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 46px;
  color: #004b41;
  background-color: #ffffff;
  border: solid 1px #004b41;
}
.course-list .big-title {
  margin-top: -23px;
  width: 100%;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 42px;
}
.course-list ul {
  margin-left: -30px;
  margin-bottom: -50px;
}
.course-list ul li {
  width: 272px;
  margin-left: 30px;
  margin-bottom: 50px;
}
.course-list ul li:hover .img-box > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.course-list ul li .img-box {
  width: 272px;
  height: 186px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.course-list ul li .img-box > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.course-list ul li .content .title {
  font-size: 18px;
  color: #323333;
}
.course-list ul li .content .ico {
  margin-top: 12px;
  text-align: center;
  width: 76px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #b48246;
  background-color: #fff2e2;
}
.course-list + .course-list {
  margin-top: 100px;
}
.course-detail .cu-btn {
  width: 76px;
  height: 28px;
  background-color: #fff2e2;
  border-radius: 3px;
  color: #b48246;
  font-size: 14px;
  text-align: center;
  padding: 0px;
}
.dynamic-list-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
  background-color: #fff;
}
.dynamic-list-item .img-box {
  margin-right: 60px;
  width: 356px;
  height: 244px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.dynamic-list-item .img-box > img {
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.dynamic-list-item .content {
  padding-right: 41px;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
}
.dynamic-list-item .content .title {
  margin-top: 32px;
  font-size: 20px;
  color: #333;
}
.dynamic-list-item .content .date {
  color: #999;
  margin-top: 16px;
  margin-bottom: 18px;
}
.dynamic-list-item .content .desc {
  height: 96px;
  line-height: 2;
  color: #666;
}
.dynamic-list-item:hover {
  background-color: #f5f6f7;
}
.dynamic-list-item:hover .title {
  color: #b48246;
}
.dynamic-list-item:hover .content {
  border-bottom-color: transparent;
}
.dynamic-detail .date {
  margin-right: 0px;
}
.kefu-popup {
  width: auto;
}
.kefu-popup .popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kefu-popup p {
  margin-bottom: 12px;
  text-align: center;
}
.kefu-popup img {
  max-width: 300px;
  max-height: 300px;
  height: auto;
}
.text-cut-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.char-upper {
  text-transform: uppercas;
}
.index-banner .swiper-wrapper .swiper-slide {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100%;
}
.index-banner .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-banner .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
}
.index-banner .swiper-pagination-custom {
  width: 20px;
  height: 20px;
  right: 48px;
  left: auto;
  top: 50%;
  bottom: auto;
  background: #fff;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
          transform: translateY(-50%) translate3d(0, 0, 0);
}
.index-banner .swiper-pagination-custom .swiper-pagination-customs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.64;
  cursor: pointer;
}
.index-banner .swiper-pagination-custom .swiper-pagination-customs .circle {
  -webkit-transition: stroke-dasharray 0.25s;
  transition: stroke-dasharray 0.25s;
}
.index-banner .swiper-pagination-custom .swiper-pagination-customs:hover {
  opacity: 1;
}
.my-swiper-wrap .swiper-pagination-bullets {
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-right: 40px;
}
.my-swiper-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  background-color: transparent;
  border-radius: 0px;
  margin: 0;
}
.my-swiper-wrap .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.my-swiper-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.my-swiper-wrap .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 25px;
}
.hide-half-radius-bg {
  position: relative;
  height: 250px;
  width: 1180px;
  overflow: hidden;
  background-color: transparent;
}
.hide-half-radius-bg::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 380px;
  background-color: #f5f6f7;
  border-radius: 0px 0px 0px 300px;
  bottom: 0;
  left: 0;
}
.select-reason-wrap {
  position: relative;
  margin-bottom: 80px ;
}
.select-reason-wrap .hide-half-radius-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.select-reason-wrap .infomation {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select-reason-wrap .infomation .item {
  height: 380px;
  position: relative;
}
.select-reason-wrap .infomation .item .img-box {
  width: 590px;
  height: 380px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.select-reason-wrap .infomation .item .img-box > img {
  min-width: 100%;
  min-height: 100%;
}
.select-reason-wrap .infomation .item:nth-child(2) {
  margin-top: 60px;
}
.select-reason-wrap .infomation .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 48px 42px;
  color: #fff;
}
.select-reason-wrap .infomation .item-content .line {
  background-color: #fff;
  width: 50px;
  height: 3px;
}
.select-reason-wrap .infomation .item-content .title {
  margin: 20px 0;
  font-size: 30px;
}
.select-reason-wrap .infomation .item-content > p {
  font-size: 18px;
}
.about-arete-college {
  margin-top: 80px;
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.about-arete-college > .radius-bg {
  width: 61.4%;
  height: calc(100vw * 0.4166);
  border-radius: 0px 0px 300px 0px;
  position: absolute;
  left: 0;
  top: 0;
}
.about-arete-college .img-box {
  position: relative;
  left: 0px;
  width: 45.3%;
  height: calc(100vw * 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  border-radius: 0px 240px 240px 0px;
}
.about-arete-college .img-box > img {
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.about-arete-college .img-box::before {
  content: '';
  position: absolute;
  right: -126px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 156px;
  height: 1px;
  background-color: #dbdbdb;
}
.about-arete-college .r-content {
  padding-right: 55px;
  width: 41.66%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-arete-college .r-content .bg-en-title {
  color: #f0f1f2;
  font-size: 120px;
  position: absolute;
  left: 0;
  bottom: -68px;
  white-space: nowrap;
}
.about-arete-college .r-content .title-wrap h4 {
  font-weight: bold;
  font-size: 36px;
  color: #004b41;
  margin-bottom: 10px;
}
.about-arete-college .r-content .title-wrap .en-title {
  font-size: 24px;
  color: #999;
}
.about-arete-college .r-content .desc {
  max-width: 455px;
  font-size: 18px;
  line-height: 1.77;
  color: #666;
  margin-top: 30px;
  margin-bottom: 30px;
}
.join-clay .l-title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join-clay .l-title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #004b41;
}
.join-clay .l-title .en-title {
  margin-top: 4px;
  font-size: 16px;
  color: #999;
}
.join-clay .clay-swiper-wrap {
  width: 100%;
  position: relative;
}
.join-clay .clay-swiper-wrap .clay-swiper {
  width: 780px;
  height: 100%;
  min-height: 363px;
  margin: 0 0;
  left: 400px;
  padding: 28px 35px 28px 65px;
  background-color: #f5f6f7;
}
.join-clay .clay-swiper-wrap .clay-swiper .swiper-slide {
  position: relative;
}
.join-clay .clay-swiper-wrap .clay-swiper .swiper-slide .content .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.join-clay .clay-swiper-wrap .clay-swiper .swiper-slide .content .img > a .img-box {
  width: auto;
  height: 204px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.join-clay .clay-swiper-wrap .clay-swiper .swiper-slide .content .img > a .img-box > img {
  width: auto;
  height: 100%;
}
.join-clay .clay-swiper-wrap .clay-swiper .swiper-slide .content .img > a + a {
  margin-left: 22px;
}
.join-clay .clay-swiper-wrap .clay-swiper .swiper-slide .content pre {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.join-clay .clay-swiper-wrap .clay-swiper-sidebar {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.join-clay .clay-swiper-wrap .clay-swiper-sidebar > .item {
  background-color: #004b41;
  min-height: 121px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 400px;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.join-clay .clay-swiper-wrap .clay-swiper-sidebar > .item .item-title {
  font-size: 24px;
  margin-bottom: 4px;
}
.join-clay .clay-swiper-wrap .clay-swiper-sidebar > .item .item-entitle {
  font-size: 16px;
}
.join-clay .clay-swiper-wrap .clay-swiper-sidebar > .item:nth-child(2n) {
  background-color: #01352e;
}
.join-clay .clay-swiper-wrap .clay-swiper-sidebar > .item.active,
.join-clay .clay-swiper-wrap .clay-swiper-sidebar > .item:hover {
  background-color: #b48246;
  position: relative;
  width: 426px;
}
.join-clay .clay-swiper-wrap .clay-swiper-sidebar > .item.active::after,
.join-clay .clay-swiper-wrap .clay-swiper-sidebar > .item:hover::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: '';
  width: 128px;
  height: 121px;
  display: block;
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: 128px 121px;
}
.join-clay .popup-wrapper {
  background-color: transparent;
}
.join-clay .popup-wrapper .icon {
  top: -40px;
  right: 0;
}
.join-clay .popup-wrapper .popup-content {
  position: relative;
  max-height: 600px;
}
.join-clay .popup-wrapper .popup-content .swiper-container {
  width: 720px;
}
.join-clay .popup-wrapper .popup-content .swiper-container .swiper-wrapper .swiper-slide .img-box {
  width: auto;
  height: 509px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.join-clay .popup-wrapper .popup-content .swiper-container .swiper-wrapper .swiper-slide .img-box > img {
  width: auto;
  height: 100%;
  min-height: auto;
  min-width: auto;
}
.join-clay .popup-wrapper .popup-content .swiper-button-prev,
.join-clay .popup-wrapper .popup-content .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 41px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAABSCAYAAAAvrDawAAACFUlEQVRoQ9XbwU3EMBAF0O8LlACIAhBlwA1oAzhxpwXuXIAigAaALkCLxBUJmhjkVXaVzYbEsWc8f3NLFEXPI89YtuOADbtC2ysiOwAkhPDL2o4luMG+RTCA4xDCDyN6DhaRXQCvAA4b5DsregG+BXDViSglegHeAvAM4IQd3e7DG4HuVgl69Aq4SUBq9BqYHd0LZkb/C2ZFD4Jb6CcApwwlbxTMhk4CM6GTwSzoSWAG9GSwNzoL7InOBnuhi8Ae6GJwbbQKuCZaDVwLrQqugVYHj6A/AByVLCGYgC3RZmArtCnYAm0O1kZXAWuiq4G10FXBGujq4FK0C7iFfgRw1pmNDw4ubuBctCs4B+0OnoqmAE9B04BT0VTgJHSnpFDcisg2gC8A+x3QC2OEo+kOwGUH+z3fiqMIaYMQkWFsCDMacAo2tosCnIqlADfYewAXvX02hFn7uWuEp2JdI5yDdQPnYl3AJdjq4FJsVbAGthpYC1sFrIk1B2tjTcEWWDOwFdYEbIlVB1tjVcE1sGrgWlgVcE1sMbg2tgjsgc0Ge2GzwJ7YyWBv7CRwg30AcJ4yu7VaoEmaNbNgkyLMhB0Fs2EHwYzYf8Ej2Pi/w6dVUo19dy3pmLFrEWbHroA3AbsEbwq2Db4BcN0zgrkmWF8CzpNORA4AxINTe81LcQOEDtvtwwt0PO1Fie2rEhEdz9O51dmxOvwHSArhU3atnoMAAAAASUVORK5CYII=) no-repeat center;
  background-size: 20px 41px;
  right: 0px;
  left: auto;
}
.join-clay .popup-wrapper .popup-content .swiper-button-prev {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  left: 0px;
  right: auto;
}
.college-style {
  margin-top: 90px;
  position: relative;
}
.college-style .module-title {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 58px;
}
.college-style .radius-bg {
  width: 100%;
  left: 0;
  top: 0;
  height: 680px;
  border-radius: 0px 300px 0px 0px;
  position: absolute;
  z-index: 1;
}
.college-style .college-style-bg {
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: url('../../../../img/pc/college-style-bg.png');
  width: 1165px;
  height: 204px;
  background-size: 100% 100%;
  position: absolute;
}
.college-style .college-style-list {
  position: relative;
  z-index: 3;
  width: 1180px;
  margin: 0 auto;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap {
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .content {
  width: 356px;
  height: 244px;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .content .img-box {
  width: 356px;
  height: 244px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .content .img-box > img {
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .content .title {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-bottom: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .content .title::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .detail-content {
  width: 356px;
  height: 244px;
  padding: 0 26px;
  background-color: #b48246;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .detail-content .iconfont {
  font-size: 40px;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .detail-content .title {
  margin-top: 16px;
  margin-bottom: 12px;
}
.college-style .college-style-list .college-style-swiper .swiper-slide .hover-show-detail-wrap .detail-content .desc {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .college-style .college-style-list .swiper-button-prev {
    left: 0px;
  }
  .college-style .college-style-list .swiper-button-next {
    right: 0px;
  }
}
.college-style .clear {
  padding-bottom: 154px;
}
.plan-module {
  margin-top: 90px;
  position: relative;
  padding-top: 103px;
  padding-bottom: 72px;
}
.plan-module .radius-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 300px 0px 0px 0px;
  left: 0;
  top: 0;
  z-index: 1;
}
.plan-module .green-bg {
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(../../../../img/pc/index-green-bg.png);
  width: 61%;
  height: 204px;
  background-size: 100% 100%;
  position: absolute;
}
.plan-module .content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.plan-module .content .left .title > h3 {
  color: #004b41;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  margin-bottom: 6px;
}
.plan-module .content .left .title .en-title {
  font-size: 16px;
  color: #999;
}
.plan-module .content .left .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-top: 68px;
  margin-bottom: 47px;
  width: 505px;
}
.plan-module .content .right {
  margin-left: 67px;
  background-color: #fff;
  width: 718px;
  height: 505px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.plan-module .content .right > img {
  min-height: 100%;
  min-width: 100%;
}
.cooperative-university {
  margin-bottom: 140px;
}
.cooperative-university-swiper-wrap {
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.cooperative-university-swiper-wrap .cooperative-university-content-swiper .swiper-slide .l-img-r-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cooperative-university-swiper-wrap .cooperative-university-content-swiper .swiper-slide .l-img-r-content .img-box {
  width: 680px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cooperative-university-swiper-wrap .cooperative-university-content-swiper .swiper-slide .l-img-r-content .img-box > img {
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.cooperative-university-swiper-wrap .cooperative-university-content-swiper .swiper-slide .l-img-r-content .content {
  padding: 54px;
}
.cooperative-university-swiper-wrap .cooperative-university-content-swiper .swiper-slide .l-img-r-content .content .en-title {
  font-size: 30px;
  color: #333;
}
.cooperative-university-swiper-wrap .cooperative-university-content-swiper .swiper-slide .l-img-r-content .content .title {
  margin-top: 6px;
  font-size: 16px;
  color: #999;
}
.cooperative-university-swiper-wrap .cooperative-university-content-swiper .swiper-slide .l-img-r-content .content .desc {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 24px;
}
.bottom-swiper-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-swiper-wrap .cooperative-university-logo-swiper {
  height: 100px;
  width: 960px;
  margin: 0;
}
.bottom-swiper-wrap .swiper-slide {
  padding: 10px;
  width: 240px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-swiper-wrap .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #004b41;
  width: 0%;
  height: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom-swiper-wrap .swiper-slide.active::after,
.bottom-swiper-wrap .swiper-slide:hover::after {
  width: 100%;
}
.bottom-swiper-wrap .r-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-swiper-wrap .r-button .swiper-button-prev,
.bottom-swiper-wrap .r-button .swiper-button-next {
  color: #999;
  border-radius: unset;
  border: none;
  position: static;
  margin-top: 0;
}
.bottom-swiper-wrap .r-button .swiper-button-next {
  margin-left: 40px;
}
.news-wrap {
  margin-bottom: -100px;
  position: relative;
  padding-bottom: 137px;
}
.news-wrap .radius-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 300px 0px 0px 0px;
  left: 0;
  top: 0;
  z-index: 1;
}
.news-wrap .news-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 137px;
  width: 1180px;
  margin: 0 auto;
  margin-top: -57px;
}
.news-wrap .news-list-item {
  margin-top: 57px;
  width: 356px;
}
.news-wrap .news-list-item .img-box {
  width: 100%;
  height: 244px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
.news-wrap .news-list-item .img-box > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.news-wrap .news-list-item .content {
  padding: 24px 20px;
}
.news-wrap .news-list-item .content .title {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
}
.news-wrap .news-list-item .content .date {
  font-size: 14px;
  color: #999;
  position: relative;
  display: inline-block;
}
.news-wrap .news-list-item .content .date::after {
  content: '';
  position: absolute;
  right: -77px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 1px;
  background-color: #e5e5e5;
}
.news-wrap .news-list-item:not(:nth-child(3n)) {
  margin-right: 56px;
}
.news-wrap .news-list-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-wrap .news-list-item:hover .content .title {
  color: #b48246;
}
.cooperate-partner {
  padding-top: 136px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cooperate-partner .green-module-title {
  position: relative;
  margin-right: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 50px;
}
.cooperate-partner .green-module-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #004b41;
}
.cooperate-partner .partner-list-wrap {
  width: 850px;
}
.cooperate-partner .partner-list-wrap .swiper-container {
  margin-top: -47px;
  padding: 20px;
  padding-bottom: 58px;
}
.cooperate-partner .partner-list-wrap .swiper-slide {
  margin-top: 30px;
  width: 248px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(19, 1, 1, 0.16);
          box-shadow: 0px 2px 20px 0px rgba(19, 1, 1, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.cooperate-partner .partner-list-wrap .swiper-pagination {
  bottom: 0px;
}
.cooperate-partner .partner-list-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: solid 1px #004b41;
  border-radius: 0px;
  margin: 0 14px;
  background-color: transparent;
}
.cooperate-partner .partner-list-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004b41;
}
.to-link-nav {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
  margin: 0 auto;
}
.to-link-nav .scroll-btn {
  text-align: center;
  width: 40px;
  cursor: pointer;
}
.to-link-nav .to-link-nav-content {
  max-width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}
.to-link-nav .to-link-nav-content .item {
  position: relative;
  border: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
  height: 30px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  margin-left: initial;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  margin-right: initial;
  background-color: #f5f6f7;
  color: #666666;
  padding: 0 60px 0 60px;
  height: 58px;
  font-size: 18px;
  white-space: nowrap;
}
.to-link-nav .to-link-nav-content .item:hover,
.to-link-nav .to-link-nav-content .item.active {
  background-color: #b48246;
  color: #fff;
}
.to-link-nav .to-link-nav-content .item + .item {
  margin-left: 170px;
}
.summary {
  margin-top: -20px;
  margin-bottom: 40px;
  word-break: break-all;
}
.school-list-item {
  position: relative;
  margin-bottom: 104px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 155px 0;
}
.school-list-item .l-img-r-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.school-list-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 1180px;
  height: 100%;
  background-color: #f5f6f7;
  border-radius: 0px 0px 300px 0px;
}
.school-list-item .img-box {
  width: 681px;
  height: 410px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.school-list-item .img-box > img {
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.school-list-item .content {
  width: 410px;
}
.school-list-item .content .school-logo {
  height: 60px;
}
.school-list-item .content .school-name {
  margin-top: 26px;
  margin-bottom: 22px;
}
.school-list-item .content .school-name .en-name {
  font-size: 30px;
  margin-bottom: 6px;
}
.school-list-item .content .school-name .name {
  font-size: 16px;
  color: #999;
}
.school-list-item .content .desc {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 28px;
}
.school-list-item:nth-child(even)::before {
  right: 0;
  border-radius: 300px 0px 0px 0px;
}
.school-list-item:nth-child(even) > .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.school-list-item:nth-child(even) > .item .img-box {
  margin-left: 104px;
}
.school-list-item:nth-child(odd) {
  left: 0px;
}
.school-list-item:nth-child(odd) > .item .img-box {
  margin-right: 104px;
}
.university-top-cover {
  position: relative;
  margin-top: 50px;
}
.university-top-cover .cover-bg {
  width: 1180px;
  height: 400px;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.university-top-cover .right-introduction {
  padding-top: 50px;
  padding-bottom: 56px;
  position: absolute;
  width: 430px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 71px;
  padding-right: 50px;
  border-radius: 130px 0px 0px 130px;
  background-color: rgba(0, 75, 65, 0.88);
}
.university-top-cover .right-introduction .logo-box {
  height: 60px;
}
.university-top-cover .right-introduction .school-name {
  color: #fff;
  margin-top: 16px;
}
.university-top-cover .right-introduction .school-name .en-name {
  font-size: 30px;
}
.university-top-cover .right-introduction .school-name .name {
  margin-top: 8px;
  font-size: 16px;
}
.university-desc {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.university-module-title {
  font-weight: bold;
  margin-top: 84px;
  margin-bottom: 52px;
  font-size: 28px;
  color: #004b41;
  position: relative;
  padding-bottom: 14px;
  text-align: center;
}
.university-module-title::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #004b41;
  bottom: 0;
}
.virtue-wrap .img-box {
  height: 403px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.virtue-wrap .content {
  width: 525px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.virtue-wrap .content .virtue-list {
  margin-bottom: 30px;
}
.virtue-wrap .content .virtue-list-item {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.virtue-wrap .content .virtue-list-item:last-child {
  margin-bottom: 0;
}
.virtue-wrap .content .virtue-list-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #b48246;
}
.cost-wrap {
  padding: 60px 100px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cost-wrap .l-cost {
  font-size: 18px;
  position: relative;
  width: 548px;
}
.cost-wrap .l-cost::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 236px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cost-wrap .l-cost .line {
  width: 100%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cost-wrap .l-cost .line .filed {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 300px;
}
.cost-wrap .l-cost .line .money {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cost-wrap .l-cost .line:last-child {
  margin-bottom: 0;
}
.cost-wrap .r-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cost-wrap .r-cost .line {
  font-size: 24px;
  margin-bottom: 20px;
}
.cost-wrap .r-cost .line:last-child {
  margin-bottom: 0;
}
.to-top-wrap {
  cursor: pointer;
  width: 50px;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.to-top-wrap .to-top {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #b48246;
}
.to-top-wrap .to-top .iconfont {
  font-size: 30px;
}
.to-top-wrap .to-top,
.to-top-wrap .concat {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.to-top-wrap .concat {
  background: #d9dadb;
}
.to-top-wrap .concat .iconfont {
  font-size: 38px;
  color: #979899;
}
.to-top-wrap .icon {
  font-size: 20px;
}
.to-top-wrap .text {
  font-size: 16px;
  margin-top: -6px;
}
div.mfp-close:after {
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACq0lEQVRIibWXTWtTQRSGn6YxbqS0UOtamxYRXDbiB4KCumhdWbV/Qd3oL0j/gQolrqz7ijstfoCoqGBEFyIKxdadpalQra4q5ZVJzzU3uXNvJkZfOJDM+Xhnzp05M6dHEgHYBpwCTgBjwB6g39y+AUvAa+AR8AD41S5kO2IX/DJwEfgI3ANeAJ+ANbMZAIrAYWAc2AvcAK7ZpPxwxCkyJemLpFlJIyk2PhmVdMt8pzz6uiQGJPVKqkhakFTy6EOlZDEqFrPJrzXVvcAcsAOYBH540xSOPuA28BM4B2xGnrmWENeBQeD0PyB1WLdYgxa7gdjyz0takrSzi/SmiYv52TiavnG/pOUuv2k7OWAcjutPqt2RmQeqiWTB7sRIe/h8XgH3jau+4oKkFUlFz4xzkqqSpj26NCmbT49HXzSugvszIemJxyiSIUnvA8nLZpu1T55JGs9bKZxPJKaBGnAceGwj0wmLLZSBs8AxYDWhbeBunVPSS0lHPDPrZOUhK43kqKTn7kdN0i6PgU985J2QYly1vF0Ea4mE+NGadgWmNw53cfS5nbdhJXIjYZKOIeCdafd3QOqwHfiesxkMJNTZuAB8NbmUaZmEy/B63u7WEWAlYeJHfPf2BOz2VowCC27Fb4BDCbUfrUcm+uaTHRAfBN6GFJCQ3evb7Wny1BWQqGSuppTMTo5MCHlTycSMb3oMnQxb7c0ijZNXzcenn40mFg20uxZ9BT9Ncinjpfi1GFe4h9nif3wILMUff60GM7bRCh7nv5WCbaiZuH/WY++MPdK6gYtzJ+Sxt2kGi3a+x7ogLdXP61asJtI6MtI3ZZuh0wf9iPksZz3oQ1qYK9bCfLBL3LUwbhXxFmbYWpgJYB9QAa5mtTChTVsBOGkSNW3RxeImEDVtD4OaNuA3HBflgpnB8soAAAAASUVORK5CYII=) no-repeat center;
  width: 30px;
  height: 30px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}
button.mfp-close {
  display: none !important;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
.my_reset ol,
.my_reset ul,
.my_reset dl {
  margin-top: 0;
  margin-bottom: 0;
}
body,
html {
  font-size: 0;
  height: 100%;
  min-height: 100%;
}
body {
  padding-top: 85px;
}
.header {
  z-index: 5;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(9, 9, 9, 0.12);
          box-shadow: 0px 2px 12px 0px rgba(9, 9, 9, 0.12);
  background-color: #ffffff;
  min-width: 1200px;
  position: fixed;
  left: 0;
  top: 0;
  height: 85px;
  width: 100%;
}
.header .header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header-container .header-right {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-container .header-right a {
  color: #b48246;
}
.header .header-container .header-right .en {
  margin-right: 38px;
}
.header .header-container .header-right .nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-container .header-right .nav-box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-container .header-right .nav-box .nav .menu-list-item {
  margin-left: 58px;
}
.header .header-container .header-right .nav-box .nav .menu-list-item:nth-child(1) {
  margin-left: 0px;
}
.header .header-container .header-right .nav-box .search-wrap {
  margin: 0 40px;
}
.header .header-container .header-right .nav-box .search-wrap .form-wrap {
  position: relative;
  width: 136px;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #dbdbdb;
}
.header .header-container .header-right .nav-box .search-wrap .form-wrap > input {
  padding-left: 12px;
  color: #999999;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 100%;
}
.header .header-container .header-right .nav-box .search-wrap .form-wrap .to-search-page {
  color: #b48246;
  cursor: pointer;
  right: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .header-container .header-right .cu-btn {
  width: 78px;
  height: 30px;
  background-color: #b48246;
  border-radius: 15px;
  padding: 0px;
  color: #fff;
}
@media screen and (max-width: 1660px) {
  .header .header-container {
    width: 1280px;
  }
  .header .header-container .header-right .nav-box .nav .menu-list-item {
    margin-left: 38px;
  }
  .header .header-container .header-right .nav-box .search-wrap {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1540px) {
  .header .header-container {
    width: 1200px;
  }
  .header .header-container .logo {
    max-width: 90px;
  }
  .header .header-container .header-right .nav-box .nav .menu-list-item {
    margin-left: 28px;
  }
  .header .header-container .header-right .nav-box .search-wrap {
    margin: 0 20px;
  }
}
#footer {
  margin-top: 100px;
  background-size: cover;
  position: relative;
}
#footer .inner-footer {
  background-color: #004b41;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}
#footer .footer-bg {
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom left;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
#footer a {
  color: #fff;
}
#footer .wrapper {
  color: #ffffff;
  padding: 62px 0;
  font-size: 14px;
}
#footer .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ffffff;
  padding-right: 70px;
  margin-right: 70px;
}
#footer .footer-menu-list > .item {
  margin-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .footer-menu-list > .item > .title {
  font-size: 16px;
  padding-bottom: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #ffffff;
}
#footer .footer-menu-list > .item > .sub-item {
  font-size: 14px;
  margin-top: 18px;
}
#footer .footer-menu-list > .item:last-child {
  margin-right: 0;
}
#footer .footer-contact > .title-wrap {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}
#footer .footer-contact > .title-wrap .title {
  font-weight: bold;
}
#footer .footer-contact > .title-wrap .title-en {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 16px;
  margin-left: 10px;
}
#footer .footer-contact .contact-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  line-height: 1.8;
}
#footer .footer-contact .contact-item > .iconfont {
  margin-right: 10px;
}
#footer .footer-contact .contact-item:last-child {
  padding-bottom: 0;
}
#footer .footer-qrcode-list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-qrcode-list .item {
  width: 126px;
  height: 126px;
  background-color: #ffffff;
  padding: 10px;
}
#footer .footer-qrcode-list .item > img {
  width: 100%;
  height: 100%;
}
#footer .footer-info {
  height: 62px;
  color: #ffffff;
  mix-blend-mode: multiply;
  background-color: #004b41;
}
#footer .footer-bottom-c {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#footer .footer-bottom-c.container {
  height: 62px;
  line-height: 62px;
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-bottom-c.container div {
  margin: 0 20px;
}

/*# sourceMappingURL=style-aca08e397e.css.map */
