/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  vertical-align: middle;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: top;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  color: #333;
  min-width: 1200px;
  font: 18px/1.5 Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
body.page-index::before {
  content: '';
  background-image: url(/static/img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.08;
}
body.showMobileNavi {
  overflow: hidden;
}
body.showMobileNavi .site-navi-box {
  display: block;
}
body.showMobileUser {
  overflow: hidden;
}
body.showMobileUser .site-user-box {
  display: block;
}
body.showVideoPopup {
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 16px;
    min-width: auto;
  }
}
body a {
  color: #000;
  text-decoration: none;
}
body a:hover {
  color: #3070CF;
}
img {
  vertical-align: top;
}
ol,
ul,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.van-button--plain.van-button--primary {
  color: #3070CF !important;
  background-color: transparent !important;
}
.van-button--primary {
  background-color: #3070CF !important;
  border-color: #3070CF !important;
}
.nopadding {
  padding: 0 !important;
}
.page-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .page-inner {
    width: auto;
    padding: 0;
  }
}
/* 公共头部
*************************************************************************************************
************************************************************************************************/
.page-header .header-topbar {
  background-color: #3070CF;
}
.page-header .header-top {
  position: relative;
  z-index: 20;
  height: 94px;
  background-color: #f0f6ff;
}
.page-header .header-top::before,
.page-header .header-top::after {
  content: "";
  position: absolute;
  height: 94px;
  top: 0;
}
.page-header .header-top::before {
  left: 0;
  width: 120px;
  background: url(/index/img/img_header_l.png) no-repeat;
}
.page-header .header-top::after {
  right: 0;
  width: 170px;
  background: url(/index/img/img_header_r.png) no-repeat;
}
.page-header .header-top .page-inner {
  display: flex;
  align-items: center;
  padding-top: 20px;
  position: relative;
  z-index: 20;
}
.page-header .header-navi {
  color: #fff;
  text-align: center;
}
.page-header .header-navi .navix {
  display: flex;
  margin: 0;
}
.page-header .header-navi .navix .m-item {
  flex: 1;
  position: relative;
  z-index: 20;
}
.page-header .header-navi .navix .m-item:hover {
  z-index: 9;
}
.page-header .header-navi .navix .m-item:hover .sub-navi {
  display: block;
  animation: ani-subnavi 0.5s forwards;
}
.page-header .header-navi .navix .link {
  display: block;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.page-header .header-navi .navix .link:hover {
  color: #FC7B1F;
}
.page-header .header-navi .navix .sub-navi {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 10px 0;
  opacity: 0;
  line-height: 2.5;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.page-header .header-navi .navix .sub-navi::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 5px;
  background-color: #FC7B1F;
}
.page-header .header-navi .navix .sub-navi a {
  display: block;
}
.page-header .site-logo .logo {
  display: block;
  overflow: hidden;
  width: 185px;
  height: 57px;
  background: url(/index/img/logo@2x.png) no-repeat;
  background-size: cover;
  text-indent: -10em;
}
.page-header .site-slogan {
  flex: 1;
}
.page-header .site-slogan strong {
  font-size: 22px;
  color: #3070CF;
  border-left: 2px solid #3070CF;
  margin-left: 20px;
  padding-left: 25px;
}
.page-header .site-tel {
  margin-right: 30px;
  line-height: 1;
}
.page-header .site-tel .label {
  font-size: 14px;
  margin-bottom: 8px;
}
.page-header .site-signup-btn a {
  display: block;
  color: #fff;
  background: #FC7B1F;
  border-radius: 5px;
  position: relative;
  padding: 8px 15px 8px 50px;
}
.page-header .site-signup-btn a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(/index/img/icon_signup@2x.png) no-repeat;
  background-size: contain;
}
.page-header .site-signup-btn a:hover {
  background-color: #e56103;
}
@keyframes ani-subnavi {
  to {
    top: 60px;
    opacity: 1;
  }
}
.popup-course {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.popup-course::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-course .popup-content {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  text-align: center;
  border-radius: 10px;
}
.popup-course .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #3070CF;
  color: #fff;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.popup-course .popup-close:hover {
  background-color: rgba(48, 112, 207, 0.8);
}
/* 公共底部
*************************************************************************************************
************************************************************************************************/
.page-footer {
  background-color: #3070CF;
  color: rgba(255, 255, 255, 0.6);
  padding: 30px 0 30px;
  font-size: 16px;
  line-height: 2;
}
.page-footer a {
  color: rgba(255, 255, 255, 0.6);
}
.page-footer a:hover {
  color: #fff;
}
.page-footer .page-inner {
  display: flex;
}
.page-footer .footer-info {
  width: 400px;
}
.page-footer .footer-info .logo {
  height: 90px;
}
.page-footer .footer-info .logo a {
  width: 246px;
  height: 74px;
  float: left;
  overflow: hidden;
  text-indent: -9em;
  background: url(/index/img/logo_white@2x.png) no-repeat;
  background-size: cover;
}
.page-footer .footer-info p {
  padding-left: 26px;
  position: relative;
  display: flex;
  align-items: center;
}
.page-footer .footer-info p .iconfont {
  margin-right: 10px;
  font-size: 22px;
  line-height: 1;
}
.page-footer .footer-navi {
  flex: 1;
  display: flex;
  position: relative;
}
.page-footer .footer-navi::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 70px;
  left: 0;
  right: 0;
}
.page-footer .footer-navi dl {
  flex: 1;
}
.page-footer .footer-navi dt {
  height: 90px;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
}
.page-footer .qrcode_img {
  width: 130px;
}
.page-footer .slogan {
  flex: 1;
  text-align: center;
  font-size: 22px;
  opacity: 0.5;
  padding-top: 30px;
}
.page-footer .slogan span {
  letter-spacing: 5px;
}
@media screen and (max-width: 800px) {
  .page-footer .page-inner {
    display: block;
    padding: 0 15px;
  }
  .page-footer .footer-info {
    width: auto;
  }
  .page-footer .footer-navi {
    display: none;
  }
}
/* 页面通用模块样式
*************************************************************************************************
************************************************************************************************/
.page-index-block {
  padding: 50px 0;
  background: #fff;
}
.page-index-block .block-header {
  text-align: center;
}
.page-index-block .block-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #3070CF;
}
.page-index-block .block-title .title {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
.page-index-block .block-title .title::before,
.page-index-block .block-title .title::after {
  content: "";
}
.page-index-block .block-title .title::before {
  height: 1px;
  width: 120%;
  background-color: #3070CF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-index-block .block-title .title::after {
  width: 20px;
  height: 20px;
  background-color: #3070CF;
  position: absolute;
  bottom: -10px;
  left: 45%;
  transform: rotate(45deg);
}
.page-index-block .block-content {
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .page-index-block {
    padding: 40px 0;
  }
  .page-index-block .block-header {
    background-size: contain;
  }
  .page-index-block .block-header span {
    display: block;
  }
  .page-index-block .block-title {
    font-size: 32px;
  }
  .page-index-block .block-content {
    padding-top: 30px;
  }
}
.index-more {
  text-align: center;
}
.index-more .btn {
  margin: 0 auto;
  display: inline-block;
  background-color: #FC7B1F;
  border-radius: 5px;
  transition: all 0.3s;
}
.index-more .btn span {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
}
.index-more .btn span .iconfont {
  font-size: 24px;
  line-height: 1;
  margin-left: 5px;
  transition: all 0.3s;
}
.index-more .btn:hover {
  background-color: #e56103;
}
.index-more .btn:hover span .iconfont {
  margin-left: 10px;
}
/* 首页样式
*************************************************************************************************
************************************************************************************************/
.index-banner-container {
  height: 470px;
  background: url(/index/img/banner/index.jpg) no-repeat 50%;
  background-size: cover;
}
.index-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  transition: all 0.3s;
}
.index-popup::before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-popup .popup-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 800px) {
  .index-popup .popup-content {
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    border-radius: 0;
  }
}
.index-block-news .news-container {
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 40px;
}
.index-block-news .news-tabs {
  text-align: center;
}
.index-block-news .news-tabs .tab {
  height: 70px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
.index-block-news .news-tabs .tab span {
  padding: 10px 50px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.index-block-news .news-tabs .tab.actived span {
  background-color: #3070CF;
  color: #fff;
}
.index-block-news .news-tabs .tab.actived::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  position: absolute;
  left: 38%;
  bottom: -10px;
  transform: rotate(45deg);
}
.index-block-news .news-items {
  display: flex;
  margin-bottom: 30px;
}
.index-block-news .news-items-thumb {
  flex: 1;
  margin-right: 25px;
}
.index-block-news .news-items-thumb a {
  display: block;
  transition: all 0.3s;
}
.index-block-news .news-items-thumb .pic {
  position: relative;
}
.index-block-news .news-items-thumb .pic img {
  transition: all 0.3s;
  height: 350px;
  object-fit: cover;
}
.index-block-news .news-items-thumb .pic .date {
  position: absolute;
  left: -10px;
  bottom: 0;
  background-color: #3070CF;
  color: #fff;
  padding: 8px 20px;
  border-top-right-radius: 10px;
  font-size: 14px;
}
.index-block-news .news-items-thumb .info {
  padding: 20px 0 0;
}
.index-block-news .news-items-thumb .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.index-block-news .news-items-thumb .desc {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.index-block-news .news-items-lists {
  flex: 1;
  margin-left: 25px;
}
.index-block-news .news-items-lists .item {
  margin-bottom: 10px;
}
.index-block-news .news-items-lists .item a {
  display: flex;
  align-items: center;
}
.index-block-news .news-items-lists .date {
  text-align: center;
  margin-right: 10px;
  width: 100px;
  color: #aaa;
}
.index-block-news .news-items-lists .date .day {
  font-size: 50px;
  line-height: 1;
  border: 1px solid #DDD;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 10px 0 5px;
}
.index-block-news .news-items-lists .date .ym {
  border: 1px solid #DDD;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 5px 0 10px;
}
.index-block-news .news-items-lists .info {
  flex: 1;
}
.index-block-news .news-items-lists .info .title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.index-block-news .news-items-lists .info .desc {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.index-block-news .news-items a:hover .desc {
  opacity: 0.6;
}
.index-block-news .news-content {
  display: none;
}
.index-block-news .news-content.actived {
  display: block;
}
.index-block-about {
  padding-bottom: 80px;
  background: url(/index/img/img_wybottom.jpg) no-repeat center top;
  background-size: 100% auto;
}
.index-block-about .about-items {
  display: flex;
  margin-bottom: 30px;
}
.index-block-about .about-items-content {
  flex: 1;
}
.index-block-about .about-items-content .title {
  color: #3070CF;
  font-size: 22px;
  margin-bottom: 1em;
}
.index-block-about .about-items-content .text {
  margin-right: 75px;
  text-indent: 2em;
  line-height: 2.2;
  text-align: justify;
}
.index-block-about .about-items-media {
  width: 540px;
}
.index-block-about .about-brand {
  background-color: rgba(48, 112, 207, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.index-block-about .about-brand h3 {
  font-size: 22px;
  color: #3070CF;
  margin: 0 0 20px 1em;
  font-weight: bold;
}
.index-block-about .about-brand .about-brand-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 4% 0 10%;
}
.index-block-about .about-brand .about-brand-items li {
  width: 50%;
  line-height: 2;
}
.index-block-about .about-brand .about-brand-items li .label {
  color: #3070CF;
  font-weight: bold;
  width: 60px;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  margin-right: 30px;
  position: relative;
}
.index-block-about .about-brand .about-brand-items li .label::after {
  content: "";
  position: absolute;
  border-top: 3px solid #3070CF;
  border-bottom: 3px solid #3070CF;
  width: 3px;
  height: 10px;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .index-block-about .about-items {
    display: block;
    margin-bottom: 15px;
  }
  .index-block-about .about-items-content {
    flex: 1;
    padding: 15px;
  }
  .index-block-about .about-items-content .text {
    margin-right: 0px;
  }
  .index-block-about .about-items-picture {
    text-align: center;
  }
  .index-block-about .about-items-picture img {
    width: 100%;
  }
  .index-block-about .about-items .items {
    width: 100%;
    float: none;
  }
  .index-block-about .about-items .items li {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .index-block-about .about-items .items .alt {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .index-block-about .about-items .items .content p:first-child {
    font-size: 14px;
  }
  .index-block-about .about-brand {
    display: block;
  }
  .index-block-about .about-brand .item {
    padding: 10px 15px !important;
  }
}
.index-block-wuyu {
  background: url(/index/img/img_wybanner.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 30px;
}
.index-block-wuyu .block-header {
  background: url(/index/img/img_wyline.png) no-repeat center top;
  background-size: auto 20px;
  margin-top: -50px;
  padding-top: 60px;
}
.index-block-wuyu .block-title {
  color: #fff;
  padding-top: 15px;
  background-image: linear-gradient(-90deg, rgba(16, 88, 195, 0) 25%, #1058c3 50%, rgba(16, 88, 195, 0) 75%);
}
.index-block-wuyu .block-title .title::before,
.index-block-wuyu .block-title .title::after {
  background-color: #fff;
}
.index-block-wuyu .wuyu-intro {
  color: #fff;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
  margin: 20px 20px 0;
}
.index-block-wuyu .wuyu-tabs {
  margin: 0 10%;
  display: flex;
  color: #fff;
  text-align: center;
}
.index-block-wuyu .wuyu-tabs .line {
  flex: 1;
  opacity: 0.5;
}
.index-block-wuyu .wuyu-tabs .tab {
  height: 70px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.index-block-wuyu .wuyu-tabs .tab span {
  padding: 5px 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index-block-wuyu .wuyu-tabs .tab.actived span {
  background-color: #FC7B1F;
}
.index-block-wuyu .wuyu-tabs .tab.actived::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 38%;
  bottom: -10px;
  transform: rotate(45deg);
}
.index-block-wuyu .wuyu-container {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 20px;
}
.index-block-wuyu .wuyu-container .wuyu-content {
  display: none;
}
.index-block-wuyu .wuyu-container .wuyu-content.actived {
  display: block;
}
.index-block-wuyu .wuyu-container .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #DDD;
}
.index-block-wuyu .wuyu-container .item a {
  overflow: hidden;
  display: flex;
}
.index-block-wuyu .wuyu-container .item a:hover .cover {
  opacity: 0.9;
}
.index-block-wuyu .wuyu-container .item a:hover .desc {
  color: #999;
}
.index-block-wuyu .wuyu-container .item a:hover .btn span {
  background-color: #e56103;
}
.index-block-wuyu .wuyu-container .cover {
  width: 400px;
  background-color: #ddd;
  border-radius: 10px;
}
.index-block-wuyu .wuyu-container .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.index-block-wuyu .wuyu-container .info .title {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}
.index-block-wuyu .wuyu-container .info .iconfont {
  font-size: 20px;
  color: #FC7B1F;
  margin-right: 5px;
}
.index-block-wuyu .wuyu-container .info .desc {
  flex: 1;
  font-size: 15px;
  color: #494949;
}
.index-block-wuyu .wuyu-container .info .btm {
  display: flex;
  align-items: center;
}
.index-block-wuyu .wuyu-container .info .time {
  color: #FC7B1F;
  flex: 1;
}
.index-block-wuyu .wuyu-container .info .btn span {
  background-color: #FC7B1F;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.index-block-wuyu .wuyu-container .info .btn span .iconfont {
  line-height: 1;
  color: #fff;
}
.index-block-wuyu .index-more .btn {
  background-color: #3070CF;
}
.index-block-wuyu .index-more .btn:hover {
  background-color: #265aa6;
}
.index-block-leadership .leadership-lists {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.index-block-leadership .leadership-lists .item {
  width: 21%;
  margin: 0 2% 20px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.index-block-leadership .leadership-lists .item img {
  width: 100%;
}
.index-block-leadership .leadership-lists .item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #3070CF;
}
.index-block-leadership .leadership-lists .item p {
  font-size: 14px;
  padding: 0 10px 15px;
}
.index-block-support {
  background-color: #f0f6ff;
}
.index-block-support .support-lists {
  display: flex;
  margin-left: 5%;
}
.index-block-support .lists-col {
  flex: 1;
}
.index-block-support .lists-col .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.index-block-support .lists-col dl {
  margin-bottom: 20px;
}
.index-block-support .lists-col dl:last-child {
  margin-bottom: 0;
}
.index-block-support .lists-col dt {
  background-color: #3070CF;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.index-block-support .lists-col dd {
  line-height: 2;
}
/* 频道页头标题样式
*************************************************************************************************
************************************************************************************************/
.page-channel-banner {
  height: 470px;
  background: url(/index/img/banner/index.jpg) no-repeat 50%;
  background-size: cover;
}
.channel-caption {
  min-width: 1200px;
  position: relative;
  z-index: 1;
}
.channel-caption::before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  opacity: 0.8;
  background-image: linear-gradient(to bottom, #002d18 0%, rgba(0, 45, 24, 0) 100%);
}
.channel-caption .caption-inner {
  overflow: hidden;
}
.channel-caption .caption-inner::after {
  content: "";
  background-color: #005300;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.channel-caption .text {
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.channel-caption .text .t1,
.channel-caption .text .t2 {
  transition: all 1s ease 3s;
}
.channel-caption .text .t1 {
  font-size: 30px;
}
.channel-caption .text .t2 {
  font-size: 50px;
}
.channel-caption .text .line {
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin: 10px auto;
}
.channel-caption .imgToBig {
  transition: 10s linear;
  transform: scale(1.2);
}
@media screen and (max-width: 800px) {
  .channel-caption {
    min-width: auto;
    height: 200px;
  }
  .channel-caption::before {
    display: none;
  }
  .channel-caption .caption-inner {
    height: 100%;
  }
  .channel-caption .caption-inner .img {
    height: 100%;
  }
  .channel-caption .caption-inner img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .channel-caption .caption-inner .text {
    transform: translateY(-40%) scale(0.8);
  }
  .channel-caption .caption-inner .text .t1 {
    font-size: 26px;
  }
  .channel-caption .caption-inner .text .t2 {
    font-size: 36px;
  }
}
.channel-content {
  padding: 80px 0;
  text-align: justify;
}
.channel-content p {
  margin-bottom: 1em;
}
.channel-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .channel-content {
    padding: 40px 0;
  }
}
.channel-main-container {
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  margin: -80px auto 80px;
  position: relative;
  z-index: 2;
  width: 1000px;
  box-sizing: border-box;
}
/* 关于我们
*************************************************************************************************
************************************************************************************************/
.page-channel-about .about-items {
  margin: 0 40px 50px;
}
.page-channel-about .about-items-content {
  margin-bottom: 20px;
}
.page-channel-about .about-items-content .title {
  text-align: center;
  color: #3070CF;
  font-size: 24px;
  margin-bottom: 1em;
}
.page-channel-about .about-items-content .text {
  text-indent: 2em;
  line-height: 2.2;
  text-align: justify;
}
.page-channel-about .about-brand {
  text-align: center;
}
.page-channel-about .about-brand .title {
  text-align: center;
  color: #3070CF;
  font-size: 24px;
  margin-bottom: 1em;
}
.page-channel-about .about-brand .item {
  margin-bottom: 2em;
  line-height: 2;
}
.page-channel-about .about-brand .label {
  display: block;
  font-weight: bold;
}
.about-intro .intro-slogan {
  float: left;
  font-size: 32px;
  color: #3070CF;
  font-weight: bold;
  position: relative;
}
.about-intro .intro-slogan span {
  display: block;
}
.about-intro .intro-slogan::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 5px;
  width: 4em;
  background-color: #3070CF;
}
.about-intro .intro-text {
  float: right;
  width: 700px;
}
.about-intro .intro-pic {
  clear: both;
  text-align: right;
  padding: 50px 0 80px;
}
.about-intro .intro-pic img {
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .about-intro {
    padding: 0 15px;
  }
  .about-intro .intro-slogan {
    float: none;
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
  }
  .about-intro .intro-slogan span {
    display: inline;
  }
  .about-intro .intro-slogan::after {
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-intro .intro-text {
    float: none;
    width: auto;
  }
  .about-intro .intro-pic {
    padding: 20px 0 0;
    margin: 0 -15px;
  }
  .about-intro .intro-pic img {
    width: 100%;
    border-radius: 0;
  }
}
.about-intro-content {
  text-align: justify;
}
.about-intro-content a {
  color: #3070CF;
}
.about-intro-content a:hover {
  color: #f60;
}
.about-intro-content .item {
  margin-left: 200px;
  padding: 30px 0;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.about-intro-content .item:last-child {
  border: none;
}
.about-intro-content .item .label {
  position: absolute;
  width: 140px;
  left: -200px;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-right: 60px;
  color: #3070CF;
}
.about-intro-content .item .label::after {
  content: "";
  height: 50px;
  width: 1px;
  background-color: #3070CF;
  position: absolute;
  top: -10px;
  right: -30px;
  transform: rotate(30deg);
  opacity: 0.3;
}
.about-intro-content .item p {
  margin: 0 0 1em;
}
.about-intro-content .item p:last-child {
  margin-bottom: 0;
}
.about-intro-content .item p .small {
  display: block;
  font-size: 0.815em;
  color: #666;
  margin-top: 5px;
}
.about-intro-content .item p.z {
  display: flex;
}
.about-intro-content .item p.z strong {
  font-weight: normal;
}
.about-intro-content .item p.z span {
  flex: 1;
}
.about-intro-content .item table.flow {
  width: 100%;
}
.about-intro-content .item table.flow th,
.about-intro-content .item table.flow td {
  border: 1px solid rgba(48, 112, 207, 0.1);
  font-size: 16px;
  padding: 10px 8px;
}
.about-intro-content .item table.flow th:nth-child(1),
.about-intro-content .item table.flow td:nth-child(1),
.about-intro-content .item table.flow th:nth-child(2),
.about-intro-content .item table.flow td:nth-child(2) {
  width: 50px;
  text-align: center;
}
.about-intro-content .item table.flow th:nth-child(3),
.about-intro-content .item table.flow td:nth-child(3) {
  width: 320px;
}
.about-intro-content .item table.flow th {
  background-color: rgba(48, 112, 207, 0.1);
}
.about-intro-content .item table.award {
  width: 100%;
}
.about-intro-content .item table.award th {
  border: 1px solid rgba(48, 112, 207, 0.1);
  background-color: rgba(48, 112, 207, 0.1);
  font-size: 16px;
  padding: 10px 8px;
  text-align: center;
}
.about-intro-content .item table.award th:nth-child(1) {
  width: 50px;
}
.about-intro-content .item table.award th:nth-child(2) {
  width: 80px;
}
.about-intro-content .item table.award td {
  text-align: center;
  border: 1px solid rgba(48, 112, 207, 0.1);
  padding: 10px 8px;
}
@media screen and (max-width: 800px) {
  .about-intro-content {
    padding: 15px;
    font-size: 16px;
  }
  .about-intro-content .item {
    position: static;
    margin-left: 0;
    padding: 15px 0;
  }
  .about-intro-content .item .label {
    display: block;
    position: static;
    width: auto;
    text-align: left;
    margin-bottom: 15px;
  }
  .about-intro-content .item .label::after {
    display: none;
  }
}
.about-subcompany {
  background: url(/static/img/about/bg.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 60px 0;
}
.about-subcompany .page-inner {
  display: flex;
}
.about-subcompany .sub {
  flex: 1;
  text-align: center;
}
.about-subcompany .sub .icon {
  background: url(/static/img/about/icon.png) no-repeat;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #3070CF;
  margin: 0 auto 10px;
}
.about-subcompany .sub strong {
  font-size: 1.5em;
  display: block;
  margin-bottom: 10px;
}
.about-subcompany .sub:nth-child(2) {
  margin: 0 50px;
}
.about-subcompany .sub:nth-child(3) {
  margin: 0 50px 0 0;
}
.about-subcompany .sub.s1 .icon {
  background-position: 0 0;
}
.about-subcompany .sub.s2 .icon {
  background-position: 0 -150px;
}
.about-subcompany .sub.s3 .icon {
  background-position: 0 -300px;
}
.about-subcompany .sub.s4 .icon {
  background-position: 0 -450px;
}
@media screen and (max-width: 800px) {
  .about-subcompany {
    padding: 40px 0;
  }
  .about-subcompany .page-inner {
    display: block;
  }
  .about-subcompany .sub {
    margin: 0 15px 30px !important;
    display: block;
  }
  .about-subcompany .sub .icon {
    margin-bottom: 15px;
  }
  .about-subcompany .sub strong {
    margin-bottom: 0 !important;
  }
  .about-subcompany .sub:last-child {
    margin-bottom: 0;
  }
}
.about-info {
  padding-top: 80px;
}
.about-info .page-inner {
  display: flex;
}
.about-info .info-text {
  margin-right: 60px;
}
.about-info .info-pic img {
  width: 400px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .about-info {
    padding: 40px 15px 0;
  }
  .about-info .page-inner {
    display: block;
  }
  .about-info .info-text {
    margin-right: 0;
  }
  .about-info .info-pic {
    margin-top: 30px;
  }
  .about-info .info-pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
.about-info-box {
  text-align: justify;
}
.about-info-box a {
  color: #3070CF;
}
.about-info-box a:hover {
  color: #f60;
}
.about-info-box .item {
  padding: 30px 0;
  position: relative;
  border-bottom: 1px solid #efefef;
  display: flex;
}
.about-info-box .item:last-child {
  border: none;
}
.about-info-box .item .label {
  font-size: 28px;
  color: #3070CF;
  font-weight: bold;
  width: 8em;
  padding-right: 2em;
  box-sizing: border-box;
  margin-top: -5px;
}
.about-info-box .item .label span {
  position: relative;
}
.about-info-box .item .label span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 4px;
  background-color: #3070CF;
}
.about-info-box .item .content {
  flex: 1;
}
.about-info-box .item p {
  margin: 0 0 1em;
}
.about-info-box .item p:last-child {
  margin-bottom: 0;
}
.about-info-box .item p .small {
  display: block;
  font-size: 0.815em;
  color: #666;
  margin-top: 5px;
}
.about-info-box .item p.z {
  display: flex;
}
.about-info-box .item p.z strong {
  font-weight: normal;
}
.about-info-box .item p.z span {
  flex: 1;
}
.about-info-box .item table.flow {
  width: 100%;
}
.about-info-box .item table.flow th,
.about-info-box .item table.flow td {
  border: 1px solid rgba(48, 112, 207, 0.1);
  font-size: 16px;
  padding: 10px 8px;
}
.about-info-box .item table.flow th:nth-child(1),
.about-info-box .item table.flow td:nth-child(1),
.about-info-box .item table.flow th:nth-child(2),
.about-info-box .item table.flow td:nth-child(2) {
  width: 50px;
  text-align: center;
}
.about-info-box .item table.flow th:nth-child(3),
.about-info-box .item table.flow td:nth-child(3) {
  width: 320px;
}
.about-info-box .item table.flow th {
  background-color: rgba(48, 112, 207, 0.1);
}
.about-info-box .item table.award {
  width: 100%;
}
.about-info-box .item table.award th {
  border: 1px solid rgba(48, 112, 207, 0.1);
  background-color: rgba(48, 112, 207, 0.1);
  font-size: 16px;
  padding: 10px 8px;
  text-align: center;
}
.about-info-box .item table.award th:nth-child(1) {
  width: 50px;
}
.about-info-box .item table.award th:nth-child(2) {
  width: 80px;
}
.about-info-box .item table.award td {
  text-align: center;
  border: 1px solid rgba(48, 112, 207, 0.1);
  padding: 10px 8px;
}
@media screen and (max-width: 800px) {
  .about-info-box {
    padding: 15px;
    font-size: 16px;
  }
  .about-info-box .item {
    display: block;
    position: static;
    margin-left: 0;
    padding: 15px 0;
  }
  .about-info-box .item .label {
    display: block;
    width: auto;
    margin: 0 auto 20px;
    padding-right: 0;
    font-size: 22px;
    text-align: center;
  }
  .about-info-box .item .label::after {
    display: none;
  }
}
.about-block-content h3 {
  font-weight: bold;
  color: #3070CF;
  padding-left: 1em;
  margin: 30px 0 15px;
  position: relative;
}
.about-block-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 5px;
  background-color: #3070CF;
}
/* 联系我们
*************************************************************************************************
************************************************************************************************/
.page-contact {
  padding: 0;
  position: relative;
}
.contact-card {
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  padding: 40px 70px;
  display: flex;
  align-items: end;
  width: 1100px;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -100px);
}
.contact-card .info {
  flex: 1;
  margin-right: 50px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}
.contact-card .item {
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
.contact-card .item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 5px;
  background: url(/static/img/contact/icon.png);
  background-size: 40px auto;
}
.contact-card .item strong {
  display: block;
  color: #3070CF;
  font-size: 24px;
  line-height: 1.2;
}
.contact-card .item-location,
.contact-card .item-line {
  width: 100%;
}
.contact-card .item-line {
  height: 1px;
  margin: 15px 0;
  background-color: #eee;
}
.contact-card .item-line::before {
  display: none;
}
.contact-card .item-tel::before {
  background-position: 0 0;
}
.contact-card .item-time::before {
  background-position: 0 -40px;
}
.contact-card .item-location::before {
  background-position: 0 -80px;
}
.contact-card .item-mail::before {
  background-position: 0 -120px;
}
.contact-card .item-weixin::before {
  background-position: 0 -160px;
}
.contact-card .qrcode img {
  width: 240px;
}
@media screen and (max-width: 800px) {
  .contact-card {
    position: static;
    transform: translate(0, 0);
    display: block;
    padding: 30px 15px;
    width: auto;
  }
  .contact-card .info {
    display: block;
    margin-right: 0;
    padding-bottom: 0;
  }
  .contact-card .item {
    width: auto;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact-card .item:last-child {
    margin-bottom: 0px;
  }
  .contact-card .item strong {
    font-size: 16px;
  }
  .contact-card .item-line {
    display: none;
  }
  .contact-card .item::before {
    top: 0;
  }
  .contact-card .qrcode {
    padding-left: 38px;
  }
  .contact-card .qrcode img {
    width: 180px;
  }
}
.contact-map {
  height: 500px;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .contact-map {
    display: none;
  }
}
/* 五育成果展
*************************************************************************************************
************************************************************************************************/
.page-channel-wuyu {
  padding-top: 0;
}
.page-channel-wuyu .channel-banner {
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.page-channel-wuyu .wuyu-header {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #3070CF;
  margin: -50px 0 50px;
}
.page-channel-wuyu .wuyu-header .title {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
.page-channel-wuyu .wuyu-header .title::before,
.page-channel-wuyu .wuyu-header .title::after {
  content: "";
}
.page-channel-wuyu .wuyu-header .title::before {
  height: 1px;
  width: 120%;
  background-color: #3070CF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-channel-wuyu .wuyu-header .title::after {
  width: 20px;
  height: 20px;
  background-color: #3070CF;
  position: absolute;
  bottom: -10px;
  left: 45%;
  transform: rotate(45deg);
}
.page-channel-wuyu .wuyu-lists .item {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 10px;
}
.page-channel-wuyu .wuyu-lists .item a {
  overflow: hidden;
  display: flex;
}
.page-channel-wuyu .wuyu-lists .item a:hover .cover {
  opacity: 0.9;
}
.page-channel-wuyu .wuyu-lists .item a:hover .desc {
  color: #999;
}
.page-channel-wuyu .wuyu-lists .item a:hover .btn span {
  background-color: #e56103;
}
.page-channel-wuyu .wuyu-lists .cover {
  width: 400px;
  background-color: #ddd;
  border-radius: 10px;
}
.page-channel-wuyu .wuyu-lists .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.page-channel-wuyu .wuyu-lists .info .title {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}
.page-channel-wuyu .wuyu-lists .info .iconfont {
  font-size: 20px;
  color: #FC7B1F;
  margin-right: 5px;
}
.page-channel-wuyu .wuyu-lists .info .desc {
  flex: 1;
  font-size: 15px;
  color: #494949;
}
.page-channel-wuyu .wuyu-lists .info .btm {
  display: flex;
  align-items: center;
}
.page-channel-wuyu .wuyu-lists .info .time {
  color: #FC7B1F;
  flex: 1;
}
.page-channel-wuyu .wuyu-lists .info .btn span {
  background-color: #FC7B1F;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.page-channel-wuyu .wuyu-lists .info .btn span .iconfont {
  line-height: 1;
  color: #fff;
}
/* 新闻动态
*************************************************************************************************
************************************************************************************************/
.page-news .news-list {
  min-height: 300px;
}
.page-news .news-list .item {
  margin-bottom: 20px;
}
.page-news .news-list .link {
  border: 1px solid #ededed;
  padding: 20px;
  display: flex;
  transition: all 0.3s;
}
.page-news .news-list .link:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.page-news .news-list .link:hover .pic img {
  transform: scale(1.05);
  opacity: 0.9;
}
.page-news .news-list .link:hover .desc {
  color: #777;
}
.page-news .news-list .link:hover .detail span {
  margin-left: 10px;
  background-color: #3070CF;
  color: #fff;
}
.page-news .news-list .pic {
  width: 300px;
  height: 200px;
  margin-right: 30px;
  overflow: hidden;
}
.page-news .news-list .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.page-news .news-list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-news .news-list .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.page-news .news-list .date {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.page-news .news-list .desc {
  font-size: 16px;
  color: #999;
  flex: 1;
}
.page-news .news-list .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.page-news .news-list .detail span {
  border: 1px solid rgba(48, 112, 207, 0.3);
  color: #3070CF;
  font-size: 13px;
  display: inline-block;
  padding: 4px 11px;
  transition: all 0.3s;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .page-news .news-list {
    display: block;
    margin: 0 15px;
  }
  .page-news .news-list .item {
    margin-bottom: 15px;
  }
  .page-news .news-list .link {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .page-news .news-list .pic {
    width: 120px;
    height: 100px;
    margin-right: 0;
  }
  .page-news .news-list .info {
    flex: 1;
    padding: 0 0 0 15px;
  }
  .page-news .news-list .title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .page-news .news-list .desc {
    display: none;
  }
  .page-news .news-list .detail span {
    font-size: 12px;
    margin: 12px 0 0 0;
  }
}
.list-pager {
  text-align: center;
  padding-top: 30px;
}
.list-pager a {
  border: 1px solid #3070CF;
  color: #3070CF;
  display: inline-block;
  padding: 3px 1em;
  transition: all 0.3s;
}
.list-pager a:hover {
  background-color: #3070CF;
  color: #fff;
}
.page-newsdetail .page-inner {
  padding: 0 100px;
}
.page-newsdetail .newsdetail-head {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(/static/img/block-line.png) no-repeat 50% 100%;
}
.page-newsdetail .newsdetail-title {
  font-size: 30px;
  font-weight: bold;
}
.page-newsdetail .newsdetail-date {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.page-newsdetail .newsdetail-body {
  min-height: 200px;
  margin-bottom: 18px;
}
.page-newsdetail .newsdetail-body img {
  max-width: 100%;
  height: auto;
}
.page-newsdetail .newsdetail-body p.tip {
  text-align: center;
  font-size: 81.5%;
  color: #999;
  margin-top: -0.5em;
}
.page-newsdetail .newsdetail-body.anthologydetail-body {
  text-indent: 2em;
  padding: 0 100px;
}
@media screen and (max-width: 800px) {
  .page-newsdetail .page-inner {
    padding: 0 15px;
  }
  .page-newsdetail .newsdetail-title {
    font-size: 20px;
  }
  .page-newsdetail .newsdetail-body.anthologydetail-body {
    padding: 0;
  }
}
.page-anthology {
  padding-bottom: 0;
}
.page-anthology .anthology-lists .lists {
  zoom: 1;
  text-align: center;
}
.page-anthology .anthology-lists .lists:before {
  content: '';
  display: block;
}
.page-anthology .anthology-lists .lists:after {
  content: '';
  display: table;
  clear: both;
}
.page-anthology .anthology-lists li {
  display: inline-block;
  margin: 0 20px 70px;
}
.page-anthology .anthology-lists .link {
  display: block;
  position: relative;
  width: 150px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-reflect: below 0 linear-gradient(transparent 80%, rgba(0, 0, 0, 0.3));
  border: 2px solid #fff;
  transition: all 0.3s;
}
.page-anthology .anthology-lists .link:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.page-anthology .anthology-lists .link span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  line-height: 40px;
  font-size: 16px;
}
.page-anthology .anthology-lists .link.a1 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology01.jpg');
}
.page-anthology .anthology-lists .link.a2 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology02.jpg');
}
.page-anthology .anthology-lists .link.a3 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology03.jpg');
}
.page-anthology .anthology-lists .link.a4 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology04.jpg');
}
.page-anthology .anthology-lists .link.a5 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology05.jpg');
}
.page-anthology .anthology-lists .link.a6 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology06.jpg');
}
.page-anthology .anthology-lists .link.a7 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology07.jpg');
}
.page-anthology .anthology-lists .link.a8 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology08.jpg');
}
.page-anthology .anthology-lists .link.a9 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology09.jpg');
}
.page-anthology .anthology-lists .link.a10 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology10.jpg');
}
.page-anthology .anthology-lists .link.a11 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology11.jpg');
}
.page-anthology .anthology-lists .link.a12 {
  background-image: url('https://pic-longbei.oss-cn-beijing.aliyuncs.com/yst11/static/anthology12.jpg');
}
@media screen and (max-width: 800px) {
  .page-anthology .anthology-lists li {
    margin: 0 10px 70px;
  }
}
.page-newsdetail .anthology-slists .slists {
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 14%;
}
.page-newsdetail .anthology-slists .slists:before {
  content: '';
  display: block;
}
.page-newsdetail .anthology-slists .slists:after {
  content: '';
  display: table;
  clear: both;
}
.page-newsdetail .anthology-slists li {
  margin: 0 0px 30px;
  width: 33%;
}
.page-result {
  padding: 50px 0 200px;
}
.page-result .result-form {
  width: 50%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
}
.page-result .button-submit {
  margin-top: 1em;
}
.page-result .cert-empty {
  text-align: center;
}
.page-result .result-list {
  width: 60%;
  margin: 0 auto;
}
.page-result .cert-result {
  position: relative;
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-result .cert-result .title {
  flex: none;
  width: 5.5em;
  color: #777;
}
.page-result .cert-result .van-cell__value {
  font-size: 16px;
  text-align: left;
  color: #323233;
}
.page-result .van-cell-group__title {
  font-size: 20px;
  color: #000;
  position: relative;
  color: #3070CF;
  font-weight: bold;
  padding: 8px 16px;
  margin-bottom: 3px;
  line-height: 1.2;
}
.page-result .van-cell-group__title::after {
  content: '';
  width: 5px;
  left: 0;
  top: 8px;
  bottom: 8px;
  position: absolute;
  background-color: #3070CF;
}
@media screen and (max-width: 800px) {
  .page-result {
    padding: 50px 15px 100px;
  }
  .page-result .result-form {
    width: auto;
    border: 0;
    padding: 0 15px;
  }
  .page-result .result-list {
    width: auto;
  }
  .page-result .van-cell-group__title {
    font-size: 18px;
  }
}
/********** 报名中中心 **********/
.login-form {
  padding: 40px 100px;
}
.login-form :deep(.van-cell) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.login-form .link-password {
  text-align: center;
  margin-bottom: 20px;
}
.login-form .button-attch {
  display: flex;
}
.login-form .button-attch > div {
  flex: 1;
  margin: 0 10px;
}
.login-form .tip-txt {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.login-form .tip-txt a {
  color: #3070CF;
}
@media screen and (max-width: 800px) {
  .login-form {
    padding: 40px 0;
  }
  .login-form .button-submit {
    padding: 0 1em;
  }
}
.channel-block-wuyu .wuyu-intro {
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 30px;
}
.channel-block-wuyu .wuyu-tabs {
  color: #3070CF;
  margin: 0 5%;
  display: flex;
  text-align: center;
}
.channel-block-wuyu .wuyu-tabs .line {
  flex: 1;
  opacity: 0.5;
}
.channel-block-wuyu .wuyu-tabs .tab {
  height: 70px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.channel-block-wuyu .wuyu-tabs .tab span {
  padding: 10px 40px;
  border-radius: 5px;
  background-color: rgba(48, 112, 207, 0.1);
}
.channel-block-wuyu .wuyu-tabs .tab.actived {
  color: #fff;
}
.channel-block-wuyu .wuyu-tabs .tab.actived span {
  background-color: #FC7B1F;
}
.channel-block-wuyu .wuyu-tabs .tab.actived::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 38%;
  bottom: -10px;
  transform: rotate(45deg);
}
.channel-block-wuyu .wuyu-container {
  padding: 20px 0;
}
.channel-block-wuyu .wuyu-container .wuyu-content {
  display: none;
}
.channel-block-wuyu .wuyu-container .wuyu-content.actived {
  display: block;
}
.channel-block-wuyu .wuyu-container .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #DDD;
}
.channel-block-wuyu .wuyu-container .item a {
  overflow: hidden;
  display: flex;
}
.channel-block-wuyu .wuyu-container .item a:hover .cover {
  opacity: 0.9;
}
.channel-block-wuyu .wuyu-container .item a:hover .desc {
  color: #999;
}
.channel-block-wuyu .wuyu-container .item a:hover .btn span {
  background-color: #e56103;
}
.channel-block-wuyu .wuyu-container .cover {
  width: 400px;
  background-color: #ddd;
  border-radius: 10px;
}
.channel-block-wuyu .wuyu-container .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.channel-block-wuyu .wuyu-container .info .title {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}
.channel-block-wuyu .wuyu-container .info .iconfont {
  font-size: 20px;
  color: #FC7B1F;
  margin-right: 5px;
}
.channel-block-wuyu .wuyu-container .info .desc {
  flex: 1;
  font-size: 15px;
  color: #494949;
}
.channel-block-wuyu .wuyu-container .info .btm {
  display: flex;
  align-items: center;
}
.channel-block-wuyu .wuyu-container .info .time {
  color: #FC7B1F;
  flex: 1;
}
.channel-block-wuyu .wuyu-container .info .btn span {
  background-color: #FC7B1F;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.channel-block-wuyu .wuyu-container .info .btn span .iconfont {
  line-height: 1;
  color: #fff;
}
.channel-block-wuyu .index-more .btn {
  background-color: #3070CF;
}
.channel-block-wuyu .index-more .btn:hover {
  background-color: #265aa6;
}
.result-form-box {
  width: 500px;
  margin: 0 auto;
}
.result-form-box .input-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.result-form-box .input-row label {
  display: flex;
  align-items: center;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
}
.result-form-box .input-row .alt {
  padding-left: 10px;
}
.result-form-box .input-row .input {
  flex: 1;
  border: none;
}
