@charset "UTF-8";
/*! sanitize.css v10.1.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
* ========================================================================== */
/**
* Add border box sizing in all browsers (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
* 1. Add text decoration inheritance in all browsers (opinionated).
* 2. Add vertical alignment inheritance in all browsers (opinionated).
*/
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
* 1. Use the default cursor in all browsers (opinionated).
* 2. Change the line height in all browsers (opinionated).
* 3. Use a 4-space tab width in all browsers (opinionated).
* 4. Remove the grey highlight on links in iOS (opinionated).
* 5. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
* 6. Breaks words to prevent overflow in all browsers (opinionated).
*/
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
* ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Edge, Firefox, and Safari.
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Grouping content
* ========================================================================== */
/**
* Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
*/
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
* Remove the margin on nested lists in Edge 18- and IE.
*/
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
* 1. Add the correct sizing in Firefox.
* 2. Show the overflow in Edge 18- and IE.
*/
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* Add the correct display in IE.
*/
main {
  display: block;
}

/**
* Remove the list style on navigation lists in all browsers (opinionated).
*/
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
* ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/**
* Add the correct text decoration in Edge 18-, IE, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/* Embedded content
* ========================================================================== */
/*
* Change the alignment on media elements in all browsers (opinionated).
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on iframes in all browsers (opinionated).
*/
iframe {
  border-style: none;
}

/**
* Remove the border on images within links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Change the fill color to match the text color in all browsers (opinionated).
*/
svg:not([fill]) {
  fill: currentColor;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
* ========================================================================== */
/**
* Collapse border spacing in all browsers (opinionated).
*/
table {
  border-collapse: collapse;
}

/* Forms
* ========================================================================== */
/**
* Remove the margin on controls in Safari.
*/
button,
input,
select {
  margin: 0;
}

/**
* 1. Show the overflow in IE.
* 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
*/
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
* Correct the inability to style buttons in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* 1. Change the inconsistent appearance in all browsers (opinionated).
* 2. Correct the padding in Firefox.
*/
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
* Show the overflow in Edge 18- and IE.
*/
input {
  outline: none;
  overflow: visible;
}

/**
* 1. Correct the text wrapping in Edge 18- and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
*/
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in Edge 18- and IE.
* 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
*/
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Remove the inheritance of text transform in Firefox.
*/
select {
  text-transform: none;
}

/**
* 1. Remove the margin in Firefox and Safari.
* 2. Remove the default vertical scrollbar in IE.
* 3. Change the resize direction in all browsers (opinionated).
*/
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
* Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
* 1. Correct the odd appearance in Chrome, Edge, and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
* Remove the inner padding in Chrome, Edge, and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style upload buttons in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
* Remove the inner border and padding of focus outlines in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus outline styles unset by the previous rule in Firefox.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove the additional :invalid styles in Firefox.
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
* ========================================================================== */
/*
* Add the correct display in Edge 18- and IE.
*/
details {
  display: block;
}

/*
* Add the correct styles in Edge 18-, IE, and Safari.
*/
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
* ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* User interaction
* ========================================================================== */
/*
* 1. Remove the tapping delay in IE 10.
* 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
*/
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

/* Accessibility
* ========================================================================== */
/**
* Change the cursor on busy elements in all browsers (opinionated).
*/
[aria-busy=true] {
  cursor: progress;
}

/*
* Change the cursor on control elements in all browsers (opinionated).
*/
[aria-controls] {
  cursor: pointer;
}

/*
* Change the cursor on disabled, not-editable, or otherwise
* inoperable elements in all browsers (opinionated).
*/
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
* Change the display on visually hidden accessible elements
* in all browsers (opinionated).
*/
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-size: 16px;
  font-weight: 400;
}

font {
  font-family: DIN;
}

.blue {
  color: #0e357f;
}

.orange {
  color: #ff8400;
}

.red {
  color: #C1000F;
}

.blue-bg {
  background: #0e357f;
  color: #ffffff;
  transition: all 0.3s;
}
.blue-bg:hover {
  transform: translate(0, -3px);
  background: #3e5d99;
  color: #ffffff;
}

.orange-bg {
  background: #ff8400;
  color: #ffffff;
  transition: all 0.3s;
}
.orange-bg:hover {
  transform: translate(0, -3px);
  background: #ff9d33;
  color: #ffffff;
}

/** 表单 **/
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 99999s;
  transition: color 99999s ease-out, background-color 99999s ease-out;
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  -webkit-text-fill-color: #666666;
}

/** 去掉input type=number时的默认样式 **/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.form-item {
  margin-bottom: 30px;
  font-size: 14px;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item__content {
  position: relative;
}
.form-item__content label.error {
  position: absolute;
  left: 0;
  top: 42px;
  font-size: 12px;
  color: #e60012;
}
.form-item__content input,
.form-item__content select {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  outline: none;
}
.form-item__content input:focus,
.form-item__content select:focus {
  border: 1px solid #3e5d99;
}
.form-item__content select {
  cursor: pointer;
  color: #333;
}
.form-item__content button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
}

.login-register-popup-box .form-item--required {
  margin-bottom: 36px;
}
.login-register-popup-box .form-item__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.login-register-popup-box .form-item__content input {
  height: 50px;
  line-height: 48px;
  padding: 0 14px;
  color: #666666;
  border: 1px solid #ececec;
  border-radius: 2px;
}
.login-register-popup-box .form-item__content input:focus {
  border: 1px solid #0e357f;
}
.login-register-popup-box .form-item__content label.error {
  top: 52px;
}
.login-register-popup-box .form-item__content button {
  height: 54px;
  line-height: 54px;
  background: #0e357f;
  color: #ffffff;
}
.login-register-popup-box .form-item__content.code {
  display: flex;
  align-items: center;
}
.login-register-popup-box .form-item__content.code input {
  width: 200px;
}
.login-register-popup-box .form-item__content.code button {
  width: 170px;
  height: 50px;
  margin-left: 12px;
}
.login-register-popup-box .form-item__content.code button[disabled],
.login-register-popup-box .form-item__content.code button:disabled {
  cursor: not-allowed;
  background: #f4f4f5;
  color: #999999;
}

/***** 登录注册页面 *****/
.login-or-register {
  background: url(/assets/images/login_bg.png) no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.login-or-register .display-box {
  display: none;
}
.login-or-register .scan-login, .login-or-register .display-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(171, 178, 192, 0.3);
}
.login-or-register .goback a {
  color: #333333;
}

.innerWidth {
  width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .header-right__qrcode-dropdown {
    transform: translateX(-63%);
  }
}
/** 轮播图 **/
.layui-carousel-ind ul {
  display: none;
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
  left: -66px;
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: -66px;
}

/** 公用跳转按钮 **/
.link-btn {
  display: block;
  width: 254px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  background: #ff8400;
  color: #ffffff;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.3s;
}
.link-btn:hover {
  transform: translate(0, -3px);
  background: #ff9d33;
  color: #ffffff;
}

/** 公用标题 **/
.title {
  font-size: 36px;
  font-weight: bold;
}
.title-text {
  text-align: center;
}
.title-text > p {
  margin: 15px 0 30px;
  line-height: 28px;
}

/** 图片继承父元素的宽高 **/
.pic img {
  display: block;
  width: 100%;
  height: 100%;
}

/****** 黄色小圆点 ******/
.badge-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 132, 0, 0.3);
  border-radius: 50%;
  margin-right: 6px;
}
.badge-dot span {
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ff8400;
  border-radius: 50%;
}

/** 头部 **/
.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  background: #ffffff;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left__logo {
  display: flex;
  align-items: center;
}
.header-left__logo a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 30px;
  margin: 0 8px;
  background: rgba(51, 51, 51, 0.1);
}
.header-left__logo .text {
  font-size: 14px;
}
.header-left__advert {
  margin-left: 20px;
}
.header-left .notice-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 350px;
  height: 48px;
  padding: 0 10px;
  margin-left: 30px;
  background: #FCF5DE;
  border-radius: 4px;
}
.header-left .notice-container:hover .notice-content__text {
  animation-play-state: paused;
}
.header-left .notice-container:hover .dropdown-content {
  display: block;
}
.header-left .notice-container .notice-content {
  white-space: nowrap;
  overflow: hidden;
}
.header-left .notice-container .notice-content__text {
  height: 45px;
  line-height: 45px;
  animation: marquee 4s linear infinite;
}
.header-left .notice-container .dropdown-content {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
}
.header-left .notice-container .dropdown-content__text {
  position: relative;
  width: 350px;
  line-height: 25px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 20px 20px 20px;
}
.header-left .notice-container .dropdown-content__text::before {
  position: absolute;
  top: -20px;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FFFFFF;
}
.header-left .notice-container .dropdown-content:hover a {
  color: #0E357F;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right .line {
  border: 1px dashed #e9e9e9;
  margin: 15px 0;
}
.header-right__recommend {
  display: none;
}
.header-right__recommend a {
  display: inline-block;
  width: 84px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  border-radius: 2px;
  border: 1px solid #ff8400;
  color: #ff8400;
}
.header-right__recommend a:hover {
  border: 1px solid #ff9d33;
  color: #ff9d33;
}
.header-right__recommend::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background: #eee;
}
.header-right__buttonGroup span {
  cursor: pointer;
}
.header-right__buttonGroup .register-button:hover {
  color: #ff8400;
}
.header-right__buttonGroup .login-button {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-left: 10px;
  background: #0e357f;
  color: #ffffff;
  border-radius: 2px;
}
.header-right__buttonGroup .login-button:hover {
  background: #3e5d99;
  color: #ffffff;
}
.header-right__tel {
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  margin: 0 20px;
  cursor: pointer;
}
.header-right__tel::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background: #eee;
}
.header-right__tel a .icon-xiangxia1 {
  display: inline-block;
  transition: transform 0.3s linear;
  margin: 0 15px 0 5px;
  font-size: 12px;
  color: #ccc;
}
.header-right__tel a:hover {
  color: #0E357F;
}
.header-right__tel a:hover .icon-xiangxia1 {
  transform: rotate(180deg);
  color: #0E357F;
}
.header-right__tel-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  line-height: 30px;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.header-right__tel-dropdown .btn {
  display: inline-block;
  padding: 5px 25px;
  margin: 10px 0;
  background: #0e357f;
  color: #ffffff;
  border-radius: 5px;
}
.header-right__tel-dropdown .btn:hover {
  background: #3e5d99;
  color: #ffffff;
}
.header-right__qrcode {
  position: relative;
  margin: 0 15px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
.header-right__qrcode .iconfont {
  font-size: 24px;
}
.header-right__qrcode-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 356px;
  text-align: center;
  line-height: 30px;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.header-right__qrcode-dropdown h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.header-right__qrcode-dropdown p {
  font-size: 16px;
  color: #666666;
}
.header-right__ucenter {
  display: none;
  position: relative;
  height: 80px;
  cursor: pointer;
}
.header-right__ucenter .pic {
  width: 28px;
  height: 28px;
  margin-top: 26px;
}
.header-right__ucenter-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.header-right__ucenter-dropdown > li > a {
  color: #333333;
}
.header-right__ucenter-dropdown > li > a:hover {
  color: #0E357F;
}
.header-right__language {
  position: relative;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
.header-right__language .iconfont {
  font-size: 24px;
}
.header-right__language-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
.header-right__language-dropdown > li > a {
  color: #333333;
}
.header-right__language-dropdown > li > a:hover {
  color: #0e357f;
}
@keyframes marquee {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}

/****** 导航栏 ******/
.nav {
  position: fixed;
  top: 80px;
  z-index: 98;
  width: 100%;
  height: 57px;
  background: #0E357F;
}
.nav-inner {
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 98;
}
.nav-menu {
  flex: 1;
  display: flex;
  align-items: center;
  height: 57px;
}
.nav-item {
  position: relative;
  height: 57px;
  font-size: 16px;
  margin-right: 42px;
}
.nav-item:hover .layui-menu {
  display: block;
}
.nav-item:hover .serve-container {
  display: flex !important;
}
.nav-item:hover a::before {
  height: 2px;
}
.nav-item > a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 36px;
  color: #ffffff;
}
.nav-item > a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 0;
  background: #ffffff;
  border-radius: 1px;
}
.nav-item > a:visited {
  color: #ffffff;
}
.nav-item > a:hover {
  color: #FF8400;
}
.nav-item > a:hover .zd_icon {
  transform: rotate(180deg);
  color: #FFFFFF;
}
.nav-item > a .zd_icon {
  display: inline-block;
  transition: transform 0.3s linear;
  color: #9EAECC;
}
.nav-item > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 52px;
  width: 240px;
  line-height: 50px;
  background: #ffffff;
  box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.2);
}
.nav-item .serve-container {
  width: auto;
  padding: 10px;
}
.nav-item .serve-container .layui-menu-body-title {
  display: flex;
  align-items: center;
}
.nav-item .serve-container .layui-menu-body-title a {
  margin: 0;
  padding-top: 0;
  font-size: 18px;
  color: #333333;
}
.nav-item .serve-container .layui-menu-body-title a p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.nav-item .serve-container .nav-hr {
  width: 1px;
  height: auto;
  margin: 0 10px;
  background: #ececec;
}
.nav-item .layui-menu li {
  line-height: 34px;
  font-size: 16px;
}
.nav-item .layui-menu li a .iconfont {
  font-size: 20px;
  color: #e60012;
  margin-left: 10px;
}
.nav-item .layui-menu li a .layui-badge-dot {
  background-color: #e60012;
  margin-left: 5px;
}
.nav-item .layui-menu-body-panel {
  margin-left: -1px;
}
.nav-btn {
  display: block;
  width: 110px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background: #ff8400;
  color: #ffffff;
  font-size: 18px;
}
.nav-btn:hover {
  background: #ff9d33;
  color: #ffffff;
}

/** 尾部 **/
.footer-bg {
  padding: 60px 0 50px;
  background: #051433;
  color: #ffffff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-inner .leftside__text1 {
  margin: 10px 0 40px 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.98);
}
.footer-inner .leftside__text2 {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .leftside .propose {
  display: flex;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .leftside .propose .right a {
  display: block;
  line-height: 21px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .leftside .propose .right a:hover {
  color: #FF8400;
}
.footer-inner .leftside__icon {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.footer-inner .leftside__icon .item .iconfont {
  padding: 0 15px;
  font-size: 30px;
  color: #ffffff;
}
.footer-inner .leftside__icon .item:hover .iconfont {
  color: #ff8400;
}
.footer-inner .leftside__icon .item-img {
  position: relative;
}
.footer-inner .leftside__icon .item-img img {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.footer-inner .leftside__icon .item-img:hover img {
  opacity: 1;
}
.footer-inner .rightside {
  display: flex;
}
.footer-inner .rightside .item {
  margin-right: 60px;
}
.footer-inner .rightside .item:last-child {
  margin-right: 0;
}
.footer-inner .rightside .item p {
  margin-bottom: 40px;
  font-size: 18px;
}
.footer-inner .rightside .item a {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .rightside .item a:hover {
  color: #ff8400;
}
.footer-inner .rightside .card .deposit,
.footer-inner .rightside .card .friends {
  position: relative;
  display: block;
}
.footer-inner .rightside .card .deposit img,
.footer-inner .rightside .card .friends img {
  width: 270px;
  height: 101px;
}
.footer-inner .rightside .card .deposit .box,
.footer-inner .rightside .card .friends .box {
  position: absolute;
  top: 20px;
  left: 10px;
  line-height: 30px;
}
.footer-inner .rightside .card .deposit .box h6,
.footer-inner .rightside .card .friends .box h6 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.footer-inner .rightside .card .deposit .box p,
.footer-inner .rightside .card .friends .box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-inner .rightside .card .deposit .box p span,
.footer-inner .rightside .card .friends .box p span {
  font-size: 16px;
  color: #ffe140;
}
.footer-inner .rightside .card .friends {
  margin-top: 20px;
}
.footer-statement {
  width: 100%;
  line-height: 24px;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.footer-copyright {
  width: 100%;
  height: 126px;
  padding-top: 30px;
  text-align: center;
  background: #020E21;
  color: rgba(255, 255, 255, 0.6);
}
.footer-copyright .line-1 .icp {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-copyright .line-1 i {
  margin: 0 10px;
}
.footer-copyright .line-1 .security {
  color: rgba(255, 255, 255, 0.8);
}
.footer-copyright .line-1 .security img {
  margin-right: 5px;
}
.footer-copyright .line-1 .security a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.footer-copyright .line-1 a:hover {
  color: #FF8400;
}
.footer-copyright .line-2 {
  margin-top: 20px;
}

/****** 最右侧 ******/
.sidebar {
  position: fixed;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
  box-shadow: 0 6px 12px 0 rgba(41, 110, 230, 0.1);
}
.sidebar .iconfont {
  font-size: 26px;
}
.sidebar p {
  margin-top: 5px;
  font-size: 14px;
}
.sidebar .consult {
  width: 70px;
  padding-top: 20px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}
.sidebar .consult-weChat {
  position: relative;
  height: 70px;
}
.sidebar .consult-weChat:hover {
  color: #ff8400;
}
.sidebar .consult-weChat:hover img {
  display: block;
}
.sidebar .consult-weChat img {
  width: 200px;
  height: auto;
  position: absolute;
  right: 75px;
  top: 0;
  transform: translateY(-50%);
  display: none;
}
.sidebar .consult-online {
  height: 70px;
}
.sidebar .consult-online a {
  color: #333333;
}
.sidebar .consult-online a:hover {
  color: #ff8400;
}
.sidebar .consult-online__box {
  width: 320px;
  padding: 20px;
  text-align: left;
  position: absolute;
  right: 75px;
  top: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 6px 12px 0 rgba(41, 110, 230, 0.3);
  opacity: 0;
  display: none;
}
.sidebar .consult-online__box h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333333;
}
.sidebar .consult-online__box p {
  line-height: 30px;
  vertical-align: middle;
  font-size: 16px;
}
.sidebar .consult-online:hover .consult-online__box {
  opacity: 1;
  display: block;
}
.sidebar .consult-service a:hover {
  color: #ff8400;
}
.sidebar .consult-service .imgWrapper___1nVUi {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  position: relative;
}
.sidebar .consult-service .imgWrapper___1nVUi .waveWrapper___2od5F {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .consult-service .imgWrapper___1nVUi .waveWrapper___2od5F .wave___2ybp1 {
  width: 48px;
  height: 48px;
  background-color: #ff8400;
  border-radius: 50%;
}
.sidebar .consult-service .imgWrapper___1nVUi .waveWrapper___2od5F .wave___2ybp1.waving_1___2dQCz {
  animation: waving_1 2s ease-in infinite;
}
.sidebar .consult-service .imgWrapper___1nVUi .waveWrapper___2od5F .wave___2ybp1.waving_2___1b_eQ {
  animation: waving_2 2s ease-in infinite;
}
.sidebar .consult-service .imgWrapper___1nVUi .waveWrapper___2od5F img {
  width: 48px;
  border: 1px solid #ff8400;
  border-radius: 50%;
}
.sidebar .backtop {
  display: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.sidebar .backtop:hover {
  color: #ff8400;
}

/** 水波纹效果 **/
@keyframes waving_1 {
  0% {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    visibility: visible;
  }
  50% {
    width: 64px;
    height: 64px;
    opacity: 0;
    visibility: hidden;
  }
  51% {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    visibility: hidden;
  }
  to {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    visibility: hidden;
  }
}
@keyframes waving_2 {
  0% {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    visibility: hidden;
  }
  35% {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    visibility: visible;
  }
  85% {
    width: 64px;
    height: 64px;
    opacity: 0;
    visibility: hidden;
  }
  86% {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    visibility: hidden;
  }
  to {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    visibility: hidden;
  }
}
/**** 弹出框 ******/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ffffff;
}
.popup-box .close {
  position: absolute;
  top: -19px;
  right: -19px;
  cursor: pointer;
}
.popup-box > h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

/** 专家编辑团队 **/
.team {
  width: 100%;
  padding: 50px 0;
  background: #f5f7fa;
}
.team-tags {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-tags span {
  display: inline-block;
  width: 417px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background: rgba(14, 53, 127, 0.04);
  color: #0e357f;
  font-size: 20px;
  font-weight: 500;
  margin-right: 42px;
}
.team-tags span:last-child {
  margin-right: 0;
}
.team-list {
  display: flex;
  justify-content: center;
}
.team-item {
  flex: 1;
  margin-right: 20px;
  padding: 36px;
  position: relative;
  background: #ffffff;
}
.team-item:nth-of-type(2n) {
  margin-right: 0;
}
.team-item__cont {
  display: flex;
  align-items: center;
}
.team-item__cont .pic {
  width: 100px;
  height: 100px;
  margin-right: 32px;
}
.team-item__cont .text {
  flex: 1;
}
.team-item__cont .text h4 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}
.team-item__cont .text h4 img {
  display: inline-block;
  width: 32px;
  height: 22px;
  margin-left: 10px;
}
.team-item__cont .text__tags span {
  display: inline-block;
  margin-top: 12px;
  padding: 3px 15px;
  font-size: 14px;
  color: #0e357f;
  background: rgba(14, 53, 127, 0.04);
  border-radius: 2px;
}
.team-item > h5 {
  margin: 32px 0 15px;
  font-size: 18px;
}
.team-item > h5 span {
  font-family: DIN;
}
.team-item > p {
  line-height: 34px;
  font-size: 16px;
}
.team-item__text {
  margin: 22px 0 28px;
}
.team-item__text li {
  line-height: 24px;
  margin-bottom: 10px;
}
.team-item__text li span {
  color: #0e357f;
}
.team-item__list {
  display: flex;
}
.team-item__list li {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 22px;
  height: 150px;
  padding: 14px;
  background: rgba(14, 53, 127, 0.04);
  border-radius: 2px;
}
.team-item__list li .pic {
  width: 102px;
  height: 122px;
  margin-right: 22px;
}
.team-item__list li .text {
  flex: 1;
}
.team-item__list li .text h6 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.team-item__list li .text p {
  font-size: 12px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.team-btn {
  margin-top: 20px;
}

/** 客户发表案例 **/
.publish-case .case-box {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
.publish-case .case-desc {
  margin-bottom: 15px;
  font-size: 18px;
}
.publish-case .case-cont {
  display: flex;
}
.publish-case .case-cont .pic {
  width: 387px;
  padding: 30px 15px 20px;
  text-align: center;
  margin: 0 auto;
  background: rgba(14, 53, 127, 0.04);
  border-radius: 2px;
  border: 1px solid #e9e9e9;
}
.publish-case .case-cont .pic img {
  width: 210px;
  height: 280px;
  margin: 0 auto;
}
.publish-case .case-cont .pic h5 {
  margin: 20px 0 15px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publish-case .case-cont .pic p {
  font-size: 18px;
}
.publish-case .case-cont .pic p span {
  font-family: DIN;
  color: #0e357f;
}
.publish-case .case-cont .text {
  margin-left: 35px;
}
.publish-case .case-cont .text > p {
  font-size: 22px;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.publish-case .case-cont .text-tags {
  margin: 20px 0 60px;
}
.publish-case .case-cont .text-tags span {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 15px;
  background: rgba(14, 53, 127, 0.04);
  color: #0e357f;
}
.publish-case .case-cont .text-link {
  margin-bottom: 60px;
}
.publish-case .case-cont .text-link a {
  font-size: 20px;
  color: #0e357f;
  text-decoration: underline;
}
.publish-case .case-cont .text-link a:hover {
  color: #ff8400;
}
.publish-case .case-cont .text-desc li {
  display: flex;
  margin-bottom: 12px;
}
.publish-case .case-cont .text-desc li .item {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publish-case .case-cont .text-desc li .item span:first-child {
  color: #666666;
}
.publish-case .case-btn {
  margin-top: 30px;
}

/** 客户评价 **/
.reviews {
  padding: 50px 0;
  background: #ffffff;
}
.reviews .layui-carousel > [carousel-item] > * {
  background: #ffffff;
}
.reviews-list {
  display: flex;
  padding: 5px 0;
}
.reviews-item {
  flex: 1;
  display: flex;
  height: 243px;
  margin-right: 30px;
  padding: 23px 18px 30px 10px;
  border: 1px solid #e9e9e9;
  background: linear-gradient(180deg, #ffffff 0%, rgba(242, 247, 255, 0.44) 100%);
  border-radius: 2px;
  transition: all 0.5s;
}
.reviews-item:nth-of-type(3n) {
  margin-right: 0;
}
.reviews-item:hover {
  transform: translate(0, -5px);
}
.reviews-item__icon {
  width: 48px;
  height: 118px;
  background: url(/assets/images/sign.png) no-repeat;
}
.reviews-item__text {
  flex: 1;
  margin: 36px 0 0 -24px;
  line-height: 25px;
}
.reviews-item__text > p {
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.reviews-item__text .desc {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}
.reviews-item__text .desc-line {
  text-align: right;
}
.reviews-item__text .desc-line--2 {
  margin-top: 7px;
  font-size: 12px;
  color: #999999;
}
.reviews-item__text .desc-pic {
  width: 70px;
  height: 70px;
  margin-left: 10px;
}
.reviews-btn {
  margin-top: 30px;
}

/** 上传稿件、获取报价 **/
.upload {
  width: 100%;
  height: 260px;
  padding-top: 50px;
  background: url(/assets/images/price_bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.upload h4 {
  font-size: 28px;
  font-weight: 500;
}
.upload p {
  margin: 16px 0 26px;
  color: #666666;
}

/** 艾德思贴心服务 **/
.service {
  width: 100%;
  padding: 50px 0;
  background: #0e357f;
}
.service .title-text, .service .title-text > p {
  color: #ffffff;
}
.service-list {
  display: flex;
  margin-top: 20px;
}
.service-item {
  flex: 1;
  height: 330px;
  padding: 50px 24px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
.service-item:hover {
  background: rgba(245, 245, 245, 0.9);
}
.service-item:hover h5 {
  color: #333333;
}
.service-item:hover h6 {
  color: #0e357f;
}
.service-item:hover .line {
  border: 1px solid #ff8400;
}
.service-item:hover p {
  color: #666666;
}
.service-item .img {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.service-item h5 {
  margin: 18px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
}
.service-item h6 {
  margin: 8px 0 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.service-item .line {
  width: 126px;
  height: 0px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 30px auto 20px;
}
.service-item p {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.service-item--1 .img {
  background: url(/assets/images/service/pic1.png) no-repeat;
}
.service-item--1:hover .img {
  background: url(/assets/images/service/pic1_hover.png) no-repeat;
}
.service-item--2 .img {
  background: url(/assets/images/service/pic2.png) no-repeat;
}
.service-item--2:hover .img {
  background: url(/assets/images/service/pic2_hover.png) no-repeat;
}
.service-item--3 .img {
  background: url(/assets/images/service/pic3.png) no-repeat;
}
.service-item--3:hover .img {
  background: url(/assets/images/service/pic3_hover.png) no-repeat;
}
.service-item--4 .img {
  background: url(/assets/images/service/pic4.png) no-repeat;
}
.service-item--4:hover .img {
  background: url(/assets/images/service/pic4_hover.png) no-repeat;
}
.service-item--5 .img {
  background: url(/assets/images/service/pic5.png) no-repeat;
}
.service-item--5:hover .img {
  background: url(/assets/images/service/pic5_hover.png) no-repeat;
}
.service-item--6 .img {
  background: url(/assets/images/service/pic6.png) no-repeat;
}
.service-item--6:hover .img {
  background: url(/assets/images/service/pic6_hover.png) no-repeat;
}

/** 顶级期刊+科研高校 **/
.college {
  padding: 50px 0 30px;
  background: #ffffff;
}
.college-list {
  display: flex;
}
.college-item {
  flex: 1;
  margin: 0 22px 20px 0;
  cursor: pointer;
}
.college-item:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.college-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.college-item:nth-of-type(6n) {
  margin-right: 0;
}

/** 基金标书中的公用部分 **/
.fund-flow {
  padding: 50px 0;
}
.fund-flow-list {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.fund-flow-item {
  flex: 1;
  height: 206px;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  position: relative;
}
.fund-flow-item .pic {
  width: 48px;
  height: 46px;
  margin: 25px 0 30px;
}
.fund-flow-item .number {
  position: absolute;
  top: 0;
  right: 10px;
  font-family: DIN;
  font-size: 150px;
  color: rgba(14, 53, 127, 0.04);
}
.fund-flow-item .iconfont {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #e9e9e9;
  background: #ffffff;
}
.fund-flow-line {
  padding: 0 10px 0 15px;
}
.fund-flow-line .iconfont {
  font-size: 14px;
  color: #cccccc;
}
.fund-flow-line span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  border: 1px dashed #cccccc;
  margin-left: 5px;
}

.fund-have {
  padding-bottom: 50px;
}
.fund-have-list {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.fund-have-item {
  flex: 1;
  margin-right: 72px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  display: flex;
}
.fund-have-item:nth-of-type(2n) {
  margin-right: 0;
}
.fund-have-item .number {
  width: 52px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0e357f;
  border-radius: 0px 0px 25px 0px;
  font-family: DIN;
  font-size: 30px;
  color: #ffffff;
}
.fund-have-item .right {
  flex: 1;
  margin: 15px 30px;
}
.fund-have-item .right h5 {
  font-size: 24px;
  font-weight: bold;
  color: #0e357f;
}
.fund-have-item .right p {
  margin-top: 10px;
}