﻿@charset "UTF-8";

@media (max-width: 640.99px) {
  html {
    font-size: 1.2rem;
  }
}


button,
html,
input,
select,
textarea {
  color: #666;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background: #f5f9f8;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
}

a,
img,
button,
input,
textarea,
div {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.screen-lock body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.screen-lock .alert-success {
  display: block;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #B5B5B5;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B5B5B5;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B5B5B5;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B5B5B5;
}

/*component*/
* {
  word-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
}

ul,
ol,
dl {
  list-style-type: none;
}

html,
body {
  *position: static;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

a,
area {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

a:hover {
  outline: none;
}

a.ie6:hover {
  zoom: 1;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

:focus {
  outline: none;
}

sub,
sup {
  vertical-align: baseline;
}

button,
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
}

/*IE下a:hover 背景闪烁*/
/**html {
  overflow: -moz-scrollbars-vertical;
  zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))
}*/
/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
  display: block;
  margin: 0;
  padding: 0;
}

time {
  display: inline;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border-width: 0;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[v-cloak] {
  display: none;
}

.viewport {
  min-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 72px;
}

.banner_pc {
  width: 100%;
  display: block;
}

.banner_pc img {
  width: 100%;
}

.banner_w {
  display: none;
}

@media only screen and (max-width: 992px) {
  .banner_w {
    width: 100%;
    height: auto;
    display: block;
  }

  .banner_pc {
    display: none;
  }

  .viewport {
    padding-top: 4.16667rem;
  }
}

.center-wrap {
  max-width: 1106px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0%;
}

.border-top::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background: #e0e0e0;
}

.border-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background: #e0e0e0;
}

.border-left::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  background: #e0e0e0;
}

.border-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  background: #e0e0e0;
}

.font-sktyblue {
  color: #15b0e8;
}

.font-red {
  color: #f00;
}

/****************************************************/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.header-pc {
  -moz-box-shadow: 0 0 5px rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 5px rgba(153, 153, 153, 0.5);
}

.header-pc .center-wrap {
  padding: 24px 0;
  max-width: 1200px;
}

.header-pc .center-wrap .fl {
  overflow: hidden;
}

.header-pc .center-wrap .fr {
  font-size: 0;
}

.header-pc .center-wrap .fr dl,
.header-pc .center-wrap .fr dt,
.header-pc .center-wrap .fr dd {
  display: inline-block;
  vertical-align: middle;
}

.header-pc .center-wrap .fr .header-pc-lang {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-left: 27px;
  background-image: url(../images/icon-global.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
}

.header-pc .center-wrap .fr dd {
  margin-left: 8px;
  cursor: default;
}

.header-pc .center-wrap .fr dd img {
  width: 12px;
}

input.startdate {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: none;
  color: black;
}

.dateDiv {
  line-height: 48px;
  padding: 0 12px;
  font-size: 14px;
  color: #282828;
  border: 1px solid #282828;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.header-pc-user {
  position: relative;
  cursor: pointer;
}

.header-pc-user dt {
  font-size: 16px;
  color: #666;
  /* width: 180px; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.header-pc-user.active dt {
  position: relative;
}

.header-pc-user.active dt:after {
  /*content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
        height: 5px;
        background: #f00;
        border-radius: 50%;*/
}

.header-pc-user.show-menu .header-pc-user-menu {
  display: block !important;
}

.header-pc-user.show-menu .header-pc-user-arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-pc-user-menu {
  display: none !important;
  background: #fff;
  position: absolute;
  left: -24px;
  /*top: 120%;*/
  top: 48px;
  width: 222px;
  z-index: 11;
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.header-pc-user-menu ul li {
  padding: 14px 0 14px 40px;
  border-bottom: #e0e0e0 solid 1px;
}

.header-pc-user-menu ul li p {
  line-height: 32px;
}

.header-pc-user-menu ul li p i,
.header-pc-user-menu ul li p img,
.header-pc-user-menu ul li p a {
  display: inline-block;
  vertical-align: middle;
}

.header-pc-user-menu ul li p i {
  line-height: 1.1;
  margin-right: 10px;
}

.header-pc-user-menu ul li p.active i {
  position: relative;
}

.header-pc-user-menu ul li p.active i:after {
  content: '';
  position: absolute;
  right: -3.5px;
  top: -3.5px;
  width: 7px;
  height: 7px;
  background: #f00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.header-pc-user-menu ul li p img {
  width: 20px !important;
}

.header-pc-user-menu ul li p a {
  font-size: 14px;
  color: #15b0e8;
}

.header-pc-user-menu ul li p .font-gray {
  font-size: 14px;
  color: #808080;
}

.header-pc-user-menu ul li .pc-switch-identity {
  width: 122px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #282828;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}

.header-pc-user-menu ul li:last-child {
  border-bottom: 0;
}

.header-pc-lan {
  padding: 0 5px 0 14px;
  cursor: pointer;
}

.header-pc-lan.active .header-pc-lan-arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-pc-lan-choice {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 9;
  background: #fff;
  font-size: 1.049rem;
}

.header-pc-lan-choice.active {
  display: block;
}

.header-pc-lan-choice .center-wrap {
  /*padding: 20px 0 34px;*/
}

.header-pc-lan-choice .center-wrap ul li {
  padding: 20px 8px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}

.header-pc-lan-choice .center-wrap ul li:last-child {
  border: none;
}

.header-pc-lan-choice .center-wrap ul li .lan-icon {
  width: 22px;
  margin-right: 8px;
}

.header-pc-lan-choice .center-wrap ul li span {
  vertical-align: middle;
}

.header-pc-lan-choice .center-wrap ul li .font-28 {
  color: #282828;
}

.header-pc-lan-choice .center-wrap ul li .font-sktyblue {
  color: #c7000b;
}

.header-pc-lan-choice .center-wrap ul li .font-gray {
  font-size: 14px;
  color: #808080;
}

.header-pc-serve {
  padding-left: 6px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-server-33.png) no-repeat left center;
  padding-left: 27px;
  background-size: 20px;
  margin-left: 5px;
  /*img {
    width: 22px;
  }*/
}

.header-pc-line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 22px;
  background-color: #282828;
  margin: 0 8px;
}

.header-pc-logo {
  font-size: 0;
}

.header-pc-logo img {
  height: 24px;
  vertical-align: middle;
}

.header-pc-logo span {
  font-size: 16px;
  vertical-align: middle;
  font-weight: 600;
}

.header-pc-menu {
  float: left;
  padding-left: 34px;
}

.header-pc-menu-item {
  font-size: 16px;
  color: #282828;
  margin: 0 14px;
  vertical-align: middle;
}

.header-pc-menu-item.active {
  color: #f66f6a;
}

.header-m,
.header-m-default,
.header-m-menu {
  display: none;
}

@media only screen and (max-width: 992px) {

  .header-pc,
  .header-pc-lan-choice.active {
    display: none;
  }

  .header-m {
    display: block;
  }

  .header-m-logo {
    font-size: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-m-logo img {
    height: 1.25rem;
    vertical-align: middle;
  }

  .header-m-logo i {
    display: inline-block;
    vertical-align: middle;
    width: 0.08333rem;
    height: 1rem;
    background-color: #bcbcbc;
    margin: 0 0.33333rem;
  }

  .header-m-logo span {
    font-size: 1rem;
    vertical-align: middle;
    font-weight: 600;
  }

  .header-m-default {
    display: none;
    height: 4.16667rem;
    padding: 0 1.66667rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }

  .header-m-default.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .header-m-default-r {
    -webkit-align-items: center;
    align-items: center;
  }

  .header-m-default-r .lan,
  .header-m-default-r .serve {
    margin-right: 0.66667rem;
  }

  .header-m-default-r .lan img,
  .header-m-default-r .serve img {
    width: 1.375rem;
  }

  .header-m-default-r .header-m-menu-btn img {
    width: 1.5rem;
  }

  .header-m-menu {
    display: none;
    /* padding: 4.16667rem 0; */
    padding: 0;
    /* height: 100vh; */
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: scroll;
  }

  .header-m-menu-center {
    /* display: none; */
  }

  .header-m-menu.active {
    display: block;
    background: #edeeee;
  }

  .header-m-menu .header-m-menu-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 4.16667rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 1.66667rem;
    background-color: #fff;
    z-index: 11;
  }

  .header-m-close-btn {
    width: 1.33333rem;
    display: none;
  }

  .header-m-close-btn img {
    width: 100%;
  }

  .header-m-avatar {
    height: 1.45833rem;
    line-height: 1.45833rem;
    position: relative;
    font-size: 1rem;
    color: #15b0e8;
    margin-right: 1.25rem;
  }

  .header-m-avatar img {
    height: 100%;
  }

  .header-m-avatar.dot:after {
    content: '';
    position: absolute;
    right: -0.16667rem;
    top: -0.08333rem;
    width: 0.41667rem;
    height: 0.41667rem;
    background: #f00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .header-m-menu-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.08333rem;
    background-color: #fff;
    z-index: 11;
  }

  .header-m-menu-bottom .item {
    line-height: 4.08333rem;
    text-align: left;
    font-size: 0;
    position: relative;
    padding-left: 1.66667rem;
  }

  .header-m-menu-bottom .item.lang-m {
    text-align: right;
    padding-left: 0;
    padding-right: 1.66667rem;
  }

  .header-m-menu-bottom .item .item-icon {
    width: 1.375rem;
  }

  .header-m-menu-bottom .item span {
    font-size: 1rem;
    vertical-align: middle;
    margin: 0 0.41667rem;
  }

  .header-m-menu-bottom .item .item-arrow {
    width: 0.83333rem;
    vertical-align: middle;
  }

  .header-m-menu-center .header-m-navigation {
    display: none;
    line-height: 4.16667rem;
  }

  .header-m-menu-center .header-m-navigation.active {
    display: none;
  }

  .header-m-menu-center .header-m-navigation a {
    display: block;
    padding: 0 1.66667rem;
    position: relative;
    font-size: 1.16667rem;
    background: #fff;
    margin: 0.41667rem 0;
  }

  .header-m-menu-center .header-m-lan {
    display: none;
  }

  .header-m-menu-center .header-m-lan.active {
    display: block;
    position: fixed;
    left: 0;
    padding: 120px 0 0;
    bottom: 60px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
  }

  .header-m-menu-center .header-m-lan a {
    display: block;
    padding: 1rem 1.66667rem;
    position: relative;
    font-size: 0;
    margin: 0.41667rem 0;
    background: #fff;
  }

  .header-m-menu-center .header-m-lan a p {
    line-height: 2.16667rem;
  }

  .header-m-menu-center .header-m-lan a p span {
    vertical-align: middle;
  }

  .header-m-menu-center .header-m-lan a p .lan-icon {
    width: 1.75rem;
    margin-right: 0.75rem;
  }

  .header-m-menu-center .header-m-lan a p .font-28 {
    font-size: 1.16667rem;
  }

  .header-m-menu-center .header-m-lan a p .font-sktyblue {
    font-size: 1.16667rem;
    color: #c7000b;
  }

  .header-m-menu-center .header-m-lan a p .font-gray {
    font-size: 1rem;
    color: #808080;
  }

  .header-m-menu-center .header-m-user-menu {
    display: none;
  }

  .header-m-menu-center .header-m-user-menu.active {
    display: block;
  }

  .header-m-menu-center .header-m-user-menu ul li {
    padding: 0.75rem 1.66667rem;
    position: relative;
  }

  .header-m-menu-center .header-m-user-menu ul li p {
    line-height: 3.08333rem;
  }

  .header-m-menu-center .header-m-user-menu ul li p i,
  .header-m-menu-center .header-m-user-menu ul li p img,
  .header-m-menu-center .header-m-user-menu ul li p a {
    display: inline-block;
    vertical-align: middle;
  }

  .header-m-menu-center .header-m-user-menu ul li p i {
    line-height: 1.1;
    margin-right: 0.58333rem;
  }

  .header-m-menu-center .header-m-user-menu ul li p.active i {
    position: relative;
  }

  .header-m-menu-center .header-m-user-menu ul li p.active i:after {
    content: '';
    position: absolute;
    right: -0.29167rem;
    top: -0.29167rem;
    width: 0.58333rem;
    height: 0.58333rem;
    background: #f00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .header-m-menu-center .header-m-user-menu ul li p img {
    max-width: 1.75rem;
    max-height: 1.83333rem;
  }

  .header-m-menu-center .header-m-user-menu ul li p a {
    font-size: 1rem;
  }

  .header-m-menu-center .header-m-user-menu ul li p .font-gray {
    font-size: 1rem;
    color: #808080;
  }

  .header-m-menu-center .header-m-user-menu ul li .pc-switch-identity {
    width: 10.83333rem;
    line-height: 2.75rem;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #282828;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0.66667rem;
  }
}

/*header end**************************************************/
.footer {
  background: #f2f2f2;
}

.footer.en_US .footer-main .footer-content .footer-menu {
  width: 90%;
}

.footer-main {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  padding: 60px 0;
  overflow: hidden;
  border-bottom: 1px #d8d8d8 solid;
}

.footer-menu {
  float: left;
  overflow: hidden;
  width: 72.33%;
}

.footer-menu-item {
  float: left;
  width: 24.75%;
}

.footer-menu-item.last {
  display: none;
}

.footer-menu-title {
  font-size: 17px;
  color: #282828;
  font-weight: 600;
}

.footer-menu-link {
  margin-top: 18px;
  display: block;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.footer-menu-link:hover {
  color: #f66f6a;
}

.footer-about {
  float: right;
  width: 106px;
  text-align: center;
}

.footer-about-title {
  font-size: 17px;
  font-weight: 600;
}

.footer-about-share {
  margin-top: 18px;
}

.footer-about-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.footer-about-share a.link-sina {
  background: url(../images/icon-share.png) no-repeat right center;
}

.footer-about-share a.link-in {
  margin-left: 13px;
  background: url(../images/icon-share.png) no-repeat left center;
}

.footer-about-qrcode {
  margin-top: 18px;
}

.footer-about-qrcode img {
  width: 100%;
  display: block;
}

.footer-about-qrcode span {
  display: block;
  font-size: 14px;
  color: #282828;
  padding-top: 10px;
}

.footer-bottom {
  padding: 26px 0 66px;
  overflow: hidden;
  font-size: 12px;
  color: #808080;
}

.footer-copyright {
  float: left;
  overflow: hidden;
}

.footer-copyright p {
  float: left;
}

.footer-bottom-menu {
  float: right;
}

.footer-bottom-menu a {
  font-size: 12px;
  color: #808080;
}

@media only screen and (max-width: 992px) {
  .footer-main {
    padding: 0 1.66667rem;
  }

  .footer-content {
    padding: 1.91667rem 0 1.66667rem;
    overflow: hidden;
    border-bottom: 1px #d8d8d8 solid;
  }

  .footer-menu {
    float: none;
    overflow: hidden;
    width: auto;
  }

  .footer-menu-item {
    float: none;
    width: auto;
    padding: 1rem 0;
    position: relative;
  }

  .footer-menu-item.last {
    display: block;
  }

  .lxwm {
    display: none;
  }

  .footer-menu-item.active .footer-menu-title {
    margin-bottom: 1rem;
  }

  .footer-menu-item.active .footer-menu-title::after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer-menu-item.active .footer-menu-link {
    display: block;
  }

  .footer-menu-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e0e0e0;
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }

  .footer-menu-title {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
  }

  .footer-menu-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.75rem;
    height: 0.45833rem;
    background-image: url("../images/icon-arrow.png");
    background-size: 100% 100%;
    margin-top: -0.20833rem;
  }

  .footer-menu-link {
    margin-top: 0;
    /* display: none; */
    font-size: 1rem;
    line-height: 2.75rem;
    text-indent: 1.25rem;
  }

  .footerMore {
    padding: 12px 0 0;
  }

  .footer-menu-link:hover {
    color: #f66f6a;
  }

  .footer-about {
    float: none;
    width: auto;
    text-align: left;
  }

  .footer-about-title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
  }

  .footer-about-share {
    margin-top: 1rem;
  }

  .footer-about-share img {
    height: 1.66667rem;
  }

  .footer-about-qrcode {
    margin-top: 1.66667rem;
  }

  .footer-about-qrcode img {
    width: 8.5rem;
    display: block;
  }

  .footer-about-qrcode span {
    display: block;
    font-size: 1rem;
    color: #282828;
    padding-top: 0.83333rem;
  }

  .footer-bottom {
    padding: 1.66667rem 0 4.16667rem;
    overflow: hidden;
    font-size: 1rem;
    color: #808080;
  }

  .footer-copyright {
    float: none;
    line-height: 1.41667rem;
  }

  .footer-copyright p {
    float: none;
  }

  .footer-bottom-menu {
    float: none;
    margin-top: 1.25rem;
  }

  .footer-bottom-menu a {
    font-size: 1rem;
    color: #808080;
  }
}

/********public-banner***********/
.public-banner {
  height: auto;
}

.public-banner .swiper-pagination-bullet-active {
  background: #fff;
}

.public-banner-item {
  display: block;
  height: 540px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.public-banner-item .item-content {
  position: absolute;
  left: 50%;
  top: 45%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  behavior: url(/css/ie-css3.htc);
  color: #fff;
  width: 80%;
  text-align: center;
}

.public-banner-item .item-content h4 {
  font-size: 60px;
}

.public-banner-item .item-content p {
  font-size: 18px;
  padding-top: 10px;
}

.public-banner-item .item-content .btn {
  padding-top: 16px;
}

.public-banner-item .item-content .btn span {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-image: url(../images/index/campus--banner-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}

.public-banner-item .item-content .btn-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  border: 1px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 12px;
}

.public-banner-item .item-content .btn-item img {
  width: 22px;
  margin-left: 4px;
}

.public-banner-item .item-content .btn-item.active {
  background: #f66f6a;
  border-color: #f66f6a;
}

@media only screen and (max-width: 992px) {
  .public-banner {
    height: auto;
  }

  .public-banner .swiper-pagination-bullet-active {
    background: #fff;
  }

  .public-banner-item {
    display: block;
    height: 22.5rem;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .public-banner-item .item-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 100%;
    padding: 0 1.66667rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .public-banner-item .item-content h4 {
    font-size: 2.66667rem;
  }

  .public-banner-item .item-content p {
    font-size: 1rem;
    padding-top: 0.25rem;
  }

  .public-banner-item .item-content .btn {
    padding-top: 16px;
  }

  .public-banner-item .item-content .btn-item {
    display: block;
    margin: 0 auto 0.83333rem;
    width: 9.75rem;
    text-align: center;
    line-height: 2.83333rem;
    color: #fff;
    padding: 0;
    border: 1px solid #fff;
    -moz-border-radius: 0.16667rem;
    -webkit-border-radius: 0.16667rem;
    border-radius: 0.16667rem;
    font-size: 1rem;
  }

  .public-banner-item .item-content .btn-item img {
    width: 1.66667rem;
    margin-left: 0.41667rem;
  }

  .public-banner-item .item-content .btn-item.active {
    background: #f66f6a;
    border-color: #f66f6a;
  }
}

/*职位搜索模块*/
.select-warp {
  position: relative;
}

.select-warp .title {
  line-height: 48px;
  padding: 0 12px;
  font-size: 14px;
  color: #666;
  border: 1px solid #666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.select-warp .title:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 45%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #808080;
  border-bottom: 2px solid #808080;
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.select-warp .title span {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-warp:hover .title {
  border-color: #c7000b;
}

.select-warp.active:hover .title {
  border-color: #c7000b;
}

.select-warp.active .title {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.select-warp.active .title:after {
  border-color: #c7000b;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.select-warp.active .title span {
  color: #c7000b;
}

.select-warp.active ul {
  display: block;
}

.select-warp ul {
  display: none;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 50px;
  max-height: 326px;
  background: #fff;
  -moz-box-shadow: 0 1px 1px 2px #f1f1f1;
  -webkit-box-shadow: 0 1px 1px 2px #f1f1f1;
  box-shadow: 0 1px 1px 2px #f1f1f1;
  overflow-y: auto;
  z-index: 9;
}

.select-warp ul li {
  line-height: 1.4;
  font-size: 14px;
  color: #282828;
  padding: 10px 0;
  padding-left: 14px;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
}

.select-warp ul li:hover {
  color: #c7000b;
  background: #f8f8f8;
}

.select-warp ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-checked_.png");
  background-size: 100% 100%;
}

.select-warp ul li.checked i {
  background-image: url("../images/icon-checked.png");
}

.public-job-search {
  padding: 40px 0;
}

.public-job-search .module-title {
  font-size: 46px;
  color: #282828;
  text-align: center;
  line-height: 86px;
  text-shadow: 2px 5px 5px #d6d6d6;
  animation: change 20s linear 0s infinite;
}

@keyframes change {
  0% {
    color: #fca484;
  }

  10% {
    color: #ef8e7f;
  }

  20% {
    color: #d27c7d;
  }

  30% {
    color: #a47388;
  }

  40% {
    color: #6796b6;
  }

  50% {
    color: #60a5d3;
  }

  60% {
    color: #a9cee6;
  }

  70% {
    color: #60a5d3;
  }

  80% {
    color: #6796b6;
  }

  90% {
    color: #d27c7d;
  }

  100% {
    color: #fca484;
  }
}

.public-job-search .module-select {
  padding: 16px 0 44px;
}

.public-job-search .module-select dl {
  float: left;
  width: 18.17%;
  margin-right: 3%;
}

.public-job-search .module-select dt {
  font-size: 14px;
  color: #808080;
  line-height: 34px;
  text-indent: 14px;
}

.public-job-search .module-select .search {
  width: 32.67%;
}

.public-job-search .module-select .search .input-box {
  width: 64.4%;
  line-height: 48px;
  padding: 0 12px;
  font-size: 14px;
  color: #666;
  border: 1px solid #666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.public-job-search .module-select .search .input-box input {
  border: none;
  max-width: 100%;
}

.public-job-search .module-select .search .input-box input[type=text] {
  /*line-height: 44px;*/
}

.public-job-search .module-select .search .search-btn {
  width: 31.86%;
  line-height: 50px;
  text-align: center;
  background: #c7000b;
  font-size: 14px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.public-job-search .module-select.module-select-social dl {
  width: 24.3%;
}

.public-job-search .module-select.module-select-social dl.search {
  margin-right: 0;
}

.public-job-search .module-corner-pages {
  font-size: 14px;
  color: #666;
}

.public-job-search .module-corner-pages span {
  color: #c7000b;
}

.public-job-search .module-page-number {
  font-size: 14px;
  color: #666;
}

.public-job-search .module-page-number select {
  border: none;
}

.public-job-search .module-flag {
  padding: 16px 0 30px;
}

.public-job-search .module-flag span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #282828;
  line-height: 34px;
  text-indent: 12px;
  background: #f4f4f4;
  margin-bottom: 16px;
}

.public-job-search .module-flag span i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-close.png");
  background-size: 100% 100%;
  cursor: pointer;
  margin: 0 12px;
}

.public-job-search .module-bottom {
  padding-top: 40px;
  border-top: 1px solid #e3e4e4;
}

.public-job-search .module-page-switch a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  min-width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid #666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 14px;
}

.public-job-search .module-page-switch a:hover {
  border-color: #c7000b;
  color: #c7000b;
}

@media only screen and (max-width: 992px) {
  .select-warp {
    position: relative;
  }

  .select-warp .title {
    line-height: 2.75rem;
    padding: 0 1.16667rem;
    font-size: 1rem;
    color: #282828;
    border: 1px solid #282828;
    -moz-border-radius: 0.16667rem;
    -webkit-border-radius: 0.16667rem;
    border-radius: 0.16667rem;
    cursor: pointer;
    position: relative;
  }

  .select-warp .title:after {
    content: '';
    position: absolute;
    right: 1.16667rem;
    top: 45%;
    width: 0.83333rem;
    height: 0.83333rem;
    border-left: 0.08333rem solid #808080;
    border-bottom: 0.08333rem solid #808080;
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
  }

  .select-warp .title span {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .select-warp:hover .title {
    border-color: #c7000b;
  }

  .select-warp.active:hover .title {
    border-color: #f1f1f1;
  }

  .select-warp.active .title {
    border-color: #f1f1f1;
    background-color: #f1f1f1;
  }

  .select-warp.active .title:after {
    border-color: #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .select-warp.active .title span {
    color: #fff;
  }

  .select-warp.active ul {
    display: block;
  }

  .select-warp ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 2.75rem;
    max-height: 26rem;
    background: #fff;
    -moz-box-shadow: 0 1px 1px 2px #f1f1f1;
    -webkit-box-shadow: 0 1px 1px 2px #f1f1f1;
    box-shadow: 0 1px 1px 2px #f1f1f1;
    overflow-y: scroll;
  }

  .select-warp ul li {
    line-height: 3.08333rem;
    font-size: 1rem;
    color: #282828;
    text-indent: 1.16667rem;
    cursor: pointer;
    padding: 0;
  }

  .select-warp ul li:first-child {
    border-bottom: 1px solid #eaeaea;
  }

  .select-warp ul li:hover {
    color: #15b0e8;
    background: #f8f8f8;
  }

  .select-warp ul li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.83333rem;
    width: 0.91667rem;
    height: 0.91667rem;
    background-image: url("../images/icon-checked_.png");
    background-size: 100% 100%;
  }

  .select-warp ul li.checked i {
    background-image: url("../images/icon-checked.png");
  }

  .public-job-search {
    padding: 1.29167rem 1.66667rem 2.33333rem;
  }

  .public-job-search .module-title {
    font-size: 1.91667rem;
    color: #282828;
    font-weight: 600;
    text-align: center;
    line-height: 4.58333rem;
  }

  .public-job-search .module-select {
    padding: 0;
  }

  .public-job-search .module-select dl {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .public-job-search .module-select dt {
    font-size: 1rem;
    color: #808080;
    line-height: 2.41667rem;
    text-indent: 0;
  }

  .public-job-search .module-select .search {
    width: auto;
  }

  .public-job-search .module-select .search .input-box {
    width: 76.78%;
    line-height: 2.75rem;
    padding: 0 1.16667rem;
    font-size: 1rem;
    color: #282828;
    border: 1px solid #282828;
    -moz-border-radius: 0.16667rem;
    -webkit-border-radius: 0.16667rem;
    border-radius: 0.16667rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .public-job-search .module-select .search .input-box input {
    border: none;
    max-width: 100%;
  }

  .public-job-search .module-select .search .search-btn {
    width: 20.71%;
    line-height: 2.75rem;
    text-align: center;
    background: #c7000b;
    font-size: 1rem;
    color: #fff;
    -moz-border-radius: 0.16667rem;
    -webkit-border-radius: 0.16667rem;
    border-radius: 0.16667rem;
    cursor: pointer;
    border: 1px solid #c7000b;
  }

  .public-job-search .module-corner-pages {
    float: none;
    font-size: 1rem;
    color: #666;
    padding-top: 2.66667rem;
  }

  .public-job-search .module-corner-pages span {
    color: #c7000b;
  }

  .public-job-search .module-page-number {
    display: none;
    font-size: 1rem;
    color: #666;
    padding-top: 2.66667rem;
  }

  .public-job-search .module-page-number select {
    border: none;
  }

  .public-job-search .module-flag {
    padding: 1.58333rem 0 2.08333rem;
  }

  .public-job-search .module-flag span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #282828;
    line-height: 2.91667rem;
    text-indent: 0.75rem;
    background: #f4f4f4;
    margin-bottom: 0.83333rem;
  }

  .public-job-search .module-flag span i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    width: 0.83333rem;
    height: 0.83333rem;
    background-image: url("../images/icon-close.png");
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 0.83333rem;
  }

  .public-job-search .module-bottom {
    padding-top: 40px;
  }

  .public-job-search .module-page-switch {
    float: none;
    padding-top: 1.91667rem;
  }

  .public-job-search .module-page-switch a {
    display: inline-block;
    vertical-align: middle;
    line-height: 2.75rem;
    width: 7.08333rem;
    text-align: center;
    border: 1px solid #282828;
    -moz-border-radius: 0.16667rem;
    -webkit-border-radius: 0.16667rem;
    border-radius: 0.16667rem;
    margin-left: 0;
    margin-right: 0.5rem;
  }

  .public-job-search .module-page-switch a:hover {
    border-color: #c7000b;
    color: #c7000b;
  }
}

/**/
.public-table ul li {
  position: relative;
  font-size: 0;
}

.public-table ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 14px 0;
  /*height: 47px;*/
}

.public-table ul li .td,
.public-table ul li h6,
.public-table ul li .th,
.public-table ul li i {
  display: inline-block;
  vertical-align: middle;
}

.public-table ul li .td {
  width: 51.53%;
}

.public-table ul li h6 {
  font-size: 20px;
  line-height: 1.3;
  color: #666;
}

.public-table ul li .th {
  width: 22.6%;
  font-size: 14px;
  line-height: 1.3;
  color: #808080;
}

.public-table ul li .th p {
  padding-left: 8%;
}

.public-table ul li i {
  width: 3.27%;
  height: 12px;
  background-size: auto 100%;
  background-image: url("../images/icon-arrow2.png");
  background-repeat: no-repeat;
  background-position: right;
}

.public-table ul li:hover {
  background: #f8f8f8;
}

.public-table ul li:hover h6 {
  /* position: relative; */
  color: #c7000b;
}

.public-table ul li:hover h6:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #c7000b;
}

.public-table ul li:hover i {
  background-image: url("../images/icon-arrow2_.png");
}

@media only screen and (max-width: 992px) {
  .public-table ul li {
    position: relative;
    font-size: 0;
  }

  .public-table ul li a {
    display: block;
    padding: 2.08333rem 0;
    height: auto;
  }

  .public-table ul li .td,
  .public-table ul li .th,
  .public-table ul li i {
    display: block;
  }

  .public-table ul li .td {
    width: 20.83333rem;
  }

  .public-table ul li h6 {
    font-size: 1.33333rem;
    color: #231815;
  }

  .public-table ul li .th {
    width: auto;
    font-size: 1rem;
    color: #808080;
    line-height: 1.66667rem;
  }

  .public-table ul li i {
    position: absolute;
    right: 0;
    top: 2.25rem;
    width: 1.25rem;
    height: 1rem;
    background-size: auto 100%;
    background-image: url("../images/icon-arrow2.png");
    background-repeat: no-repeat;
    background-position: right;
  }

  .public-table ul li:hover {
    background-color: transparent;
  }

  .public-table ul li:hover h6 {
    position: relative;
    color: #c7000b;
  }

  .public-table ul li:hover h6:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c7000b;
  }
}

.public-backAndShare {
  padding: 24px 0;
  overflow: hidden;
  position: relative;
}

.public-back {
  font-size: 14px;
  color: #c7000b;
  position: relative;
}

.public-back:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-left: 1px solid #c7000b;
  border-bottom: 1px solid #c7000b;
  -moz-transform: translateX(5px) rotate(45deg);
  -ms-transform: translateX(5px) rotate(45deg);
  -o-transform: translateX(5px) rotate(45deg);
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg);
  margin-right: 10px;
}

.examine .schedule {
  font-size: 14px;
  color: #231815;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #231815;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.examine .schedule:hover {
  border: 1px solid #c7000b;
  color: #c7000b;
}

.public-share {
  float: right;
  overflow: hidden;
}

.public-share .bdsharebuttonbox {
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

@media only screen and (max-width: 992px) {
  .public-backAndShare {
    padding: 1.66667rem 0 1.16667rem 0;
  }

  .public-backAndShare .public-back {
    /* display: none;  */
  }

  .public-backAndShare .examine {
    /* float: none; */
    text-align: center;
  }

  .public-backAndShare .examine .schedule {
    font-size: 1rem;
    color: #231815;
    line-height: 2.91667rem;
    padding: 0;
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
  }
}

.swiper-item>img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}