@charset "utf-8";

@font-face {
  font-family: 'font-en1';
  src: url('../font/en1.ttf');
}
/*** Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body,
input,
button,
select,
textarea,
table,
pre {
  margin: 0;
  padding: 0;
  font-family: 'font-en', 'Arial','PingFang SC','Microsoft YaHei', '微软雅黑',  'Helvetica', 'SimSun';
  color: #000;
  text-align: justify;
  line-height: 1.5;
}

input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

em,
b,
s,
i,
u {
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  vertical-align: top !important;
}

a {
  cursor: pointer;
  text-decoration: none;
}
/*** Base ***/
html,
body {
  min-width: 320px;
  /**height: 100% !important;
  background-color:#FF0000;**/
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
a{color:#000;}
a:hover{color:#000;}
html {
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }

  html img {
    max-width: 100%;
  }
}

.clear:before,
.clear:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
  font-size: 0;
}

* html .clear {
  zoom: 1;
}

*:first-child + html .clear {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.dn {
  display: none;
}

.bg-gray {
  background: #f5f5f5;
}

.bg-dark {
  background: #17171c;
}

.bg-black {
  background: #141419;
}

.bg-fff {
  background: #fff;
}

.fm1 {
  font-family: Verdana, san-serif, "Microsoft YaHei", "微软雅黑";
}

.fm2 {
  font-family: "宋体";
}

.fm3 {
  font-family: Arial, Helvetica, sans-serif;
}

.hdot {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.fw {
  font-weight: bold;
}

.cf00 {
  color: #f00;
}

.cf30 {
  color: #f30;
}

.cc00 {
  color: #c00;
}

.c000 {
  color: #000;
}

.c333 {
  color: #333;
}

.c666 {
  color: #666;
}

.c999 {
  color: #999;
}

.caaa {
  color: #aaa;
}

.cbbb {
  color: #bbb;
}

.cccc {
  color: #ccc;
}

.cfff {
  color: #fff;
}

.ctxt {
  color: #ae181f;
}

.ctips {
  color: #fe3333;
}

.cgray {
  color: #666;
}

.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

.txt-m {
  text-align: center !important;
}

.txt-u {
  text-decoration: underline;
}

.txt-d {
  text-decoration: line-through;
}

.txt-s {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.t-in_2 {
  text-indent: 2em;
}

.d-bk {
  display: block;
}

.d-inbk {
  display: inline-block;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

.pos-f {
  position: fixed;
}

.no-sct {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}
/*** Modals ***/
/*Box*/
.web-control {
  width: 100%;
  margin: 0 auto;
}

.web-control .web-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.web-control .web-wrap.w-1048 {
  max-width: 1048px;
}

.web-control .web-wrap.w-1200 {
  max-width: 1200px;
}

.web-control .web-wrap.w-1360 {
  max-width: 1360px;
}

.web-control .web-wrap.w-1440 {
  max-width: 1440px;
}

.web-control .web-wrap:before,
.web-control .web-wrap:after {
  display: table;
  clear: both;
  content: "";
}
/*Flex*/
.web-fixed {
  position: fixed;
  z-index: 8;
  left: 0;
  width: 100%;
}

.web-fixed.top {
  top: 0;
}

.web-fixed.bottom {
  bottom: 0;
}

.web-fixed.right {
  left: auto;
  right: 0;
}

.web-fixed.head {
  top: 130px;
}
/*Go top*/
/*Scroll Bar*/
.scrollbar::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.scrollbar::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

.scrollbar::-webkit-scrollbar-thumb {
  min-height: 20px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.scrollbar::-webkit-scrollbar-corner {
  background: transparent;
}
/*Tips*/
.web-tips {
  position: absolute;
  z-index: 99;
  width: 28vw;
  background: rgba(255, 255, 255, 0.85);
  padding: 1.5rem 2rem;
  line-height: 2;
  opacity: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-tips.active {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-tips .mark {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.5rem;
  bottom: -2rem;
  border-style: solid;
  border-width: 1rem .6rem;
  border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-news-item .web-link-more {
  position: relative;
  display: block;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  background: url(http://www.cqadi.com.cn/image/icon/moreicon.png)no-repeat;
  width: 30px;
  height: 30px;
}
.case-item .web-link-more, .web-job-school .web-link-more {
  position: relative;
  display: inline-block;
  width: 200px;
  line-height: 3.75rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  color: #fff;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  text-align: center;
  overflow: hidden;
}
.web-link-more.primary {
  border-color: #ae181f;
  color: #ae181f;
}

.web-link-more.primary:after {
  background-color: rgba(174, 24, 31, 0.2);
}

.web-link-more:after {
  content: '';
  position: absolute;
  left: 12%;
  top: -150%;
  width: 0;
  height: 300%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  -webkit-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.web-link-more:hover,
.web-link-more:active {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
}

.web-link-more:hover:after,
.web-link-more:active:after {
  width: 110%;
}
/***移动端***/
@media screen and (max-width: 992px) {
  /*Box*/
  .web-control {
    width: 100%;
  }

  .web-control .web-wrap {
    width: 100%;
    padding: 0 15px;
  }
  /*Tips*/
  .web-tips {
    width: 90vw;
    padding: 1.25rem 1.5rem;
  }

  .web-link-more {
    /*width: 50%;*/
    /*font-size: 120%;*/
    transform: scale(0.8);
  }
}
/*animated*/
.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*Loading*/
.loading {
  background-position: 0 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms;
  -webkit-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes imgZoomOut {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
}

@-o-keyframes imgZoomOut {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.05, 1.05, 1);
  }
}

@keyframes imgZoomOut {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-20%) scale(0.7);
    transform: translateX(-20%) scale(0.7);
    opacity: 0.7;
  }

  70% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-20%) scale(0.7);
    -o-transform: translateX(-20%) scale(0.7);
    transform: translateX(-20%) scale(0.7);
    opacity: 0.7;
  }

  70% {
    -webkit-transform: translateX(0px) scale(0.7);
    -o-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-20%) scale(0.7);
    -o-transform: translateX(-20%) scale(0.7);
    transform: translateX(-20%) scale(0.7);
    opacity: 0.7;
  }

  70% {
    -webkit-transform: translateX(0px) scale(0.7);
    -o-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/***Icon*/
.icon-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url('../image/icon/searchRed.png') no-repeat;
  overflow: hidden;
  vertical-align: top;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
  background-position: center;
}
.body-home .icon-search{
	background: url(../image/icon/search.png) no-repeat;
	background-size: 100% auto;
}
.icon-wx {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url('../image/icon/wx.png') no-repeat;
  overflow: hidden;
  vertical-align: top;
  -webkit-background-size: contain;
  background-size: contain;
}

.icon-wb {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url('../image/icon/wb.png') no-repeat;
  overflow: hidden;
  vertical-align: top;
  -webkit-background-size: contain;
  background-size: contain;
}

.icon-close {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: url('../image/icon/close.png') no-repeat;
  overflow: hidden;
  vertical-align: top;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .icon-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url('../image/icon/close.png') no-repeat;
    overflow: hidden;
    vertical-align: top;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
  }
}
/***Dialog*/
.web-dialog {
  position: fixed;
  z-index: 8;
  left: 0;
  width: 100%;
  display: none;
  top: 0;
  z-index: 99;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.web-dialog.top {
  top: 0;
}

.web-dialog.bottom {
  bottom: 0;
}

.web-dialog.right {
  left: auto;
  right: 0;
}

.web-dialog.head {
  top: 130px;
}

.web-dialog.on {
  display: block;
}

.web-dialog.active .web-dialog-wrap {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.web-dialog .web-dialog-wrap {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  background: #fff;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transform: translate3d(0, 100%, 0) scale(0);
  transform: translate3d(0, 100%, 0) scale(0);
  opacity: 0;
}

.web-dialog .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -100px;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-dialog .icon-close:Hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.web-dialog .web-dialog-content {
  min-height: 200px;
}
/*弹出简短提示*/
.web-dialog-toast {
  display: block;
  background-color: transparent;
}

.web-dialog-toast .web-dialog-wrap {
  top: 30%;
  left: 25%;
  width: 50%;
  padding: 0 30px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 60px;
  text-align: center !important;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  font-size: 18px;
}
/*弹出Loading*/
.web-dialog-loading {
  display: block;
  background: #f5f5f5;
}

.web-dialog-loading .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

.joinUs-detail {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
      background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.joinUs-detail.active {
  width: 100%;
}
.hide{display:none;}
.modal{
width: 100%;
/*min-height: 800px;*/
height:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-header .close {
    font-size: 24px;
    transform: scale(3);
    font-weight: lighter;
	    font-family: inherit;
    text-transform: none;
    font: inherit;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.modal-dialog{
width: 70%;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-content{
position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
}
.modal-header {
    margin: 5% 6% 2%;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    font-weight: bold;
	font-size:1.75rem;
	color:#ae181f;
}
.modal-cont{
    position: relative;
margin-left: 6%;
padding-right: 6%;
    padding-bottom: 5%;
	font-size:1.15rem;
}
.overH{overflow:hidden;}
.modal-cont p{line-height: 2rem;}
.modal-cont .redtxt{color:#ae181f;line-height: 2.5rem;padding-top: 4%;}
.joinUs-detail .detail__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 1rem 0;
  background: #fff;
}

.joinUs-detail .detail__close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15%;
  font-size: 1.5rem;
}

.joinUs-detail .btn-close {
  display: inline-block;
  width: 4.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  vertical-align: top;
}

.joinUs-detail .btn-close:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.joinUs-detail .btn-close:hover span {
  opacity: 0;
}

.joinUs-detail .btn-close i {
  display: block;
  width: 4rem;
  height: 4rem;
  border: 2px solid #fff;
  margin: 0 auto;
  background: url("../image/icon/close.png") no-repeat center;
  -webkit-background-size: 40% auto;
  background-size: 40% auto;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.joinUs-detail .btn-close span {
  display: block;
  padding-top: 0.6em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.joinUs-detail .detail__aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 2rem 5rem;
}

.joinUs-detail .detail__section {
  height: 100%;
  padding-right: 5rem;
  overflow: hidden;
  overflow-y: auto;
}

.joinUs-detail .detail__section::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.joinUs-detail .detail__section::-webkit-scrollbar-track,
.joinUs-detail .detail__section::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.joinUs-detail .detail__section::-webkit-scrollbar-track {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

.joinUs-detail .detail__section::-webkit-scrollbar-thumb {
  min-height: 20px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.joinUs-detail .detail__section::-webkit-scrollbar-corner {
  background: transparent;
}

.joinUs-detail .detail__time {
  float: left;
  width: 9rem;
  padding: 2rem 1rem;
  border: 1px solid #d2d2d2;
  white-space: nowrap;
  text-align: center;
}

.joinUs-detail .detail__time .day {
  font-size: 5rem;
  line-height: 1;
  color: #ae181f;
  font-weight: bold;
}

.joinUs-detail .detail__time .year {
  color: #999;
  font-size: 1.25rem;
  line-height: 1;
}

.joinUs-detail .detail__time .sign {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e6e6e6;
  line-height: 1;
  font-size: 1.25rem;
  color: #999;
}

.joinUs-detail .detail__title h5 {
  padding-top: 2rem;
  margin-bottom: 1em;
  font-size: 1.5rem;
  color: #999;
}

.joinUs-detail .detail__title h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.2;
  color: #ae181f;
}

.joinUs-detail .detail__title p {
  border-bottom: 2px solid #000;
  color: #999;
}

.joinUs-detail .detail__title p span {
  display: inline-block;
  margin-right: 2em;
}

.joinUs-detail .detail__title p span.time {
  display: none;
}

.joinUs-detail .detail__content {
  padding: 2rem 0;
  font-size: 1.125rem;
}

.joinUs-detail .detail__content p {
  margin-bottom: .5em;
  line-height: 1.8;
}


.web-dialog-detail {
  width: 100%;
  padding: 50px 150px;
  margin: 0 auto;
  background: #fff;
}
.web-dialog-detail.active {
  width: 100%;
}

.web-dialog-detail .detail__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 1rem 0;
  background: #fff;
}

.web-dialog-detail .detail__close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15%;
  font-size: 1.5rem;
}

.web-dialog-detail .btn-close {
  display: inline-block;
  width: 4.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  vertical-align: top;
}

.web-dialog-detail .btn-close:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.web-dialog-detail .btn-close:hover span {
  opacity: 0;
}

.web-dialog-detail .btn-close i {
  display: block;
  width: 4rem;
  height: 4rem;
  border: 2px solid #fff;
  margin: 0 auto;
  background: url("../image/icon/close.png") no-repeat center;
  -webkit-background-size: 40% auto;
  background-size: 40% auto;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.web-dialog-detail .btn-close span {
  display: block;
  padding-top: 0.6em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-dialog-detail .detail__aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 2rem 5rem;
}

.web-dialog-detail .detail__section {
  height: 100%;
  padding-right: 5rem;
  overflow: hidden;
  overflow-y: auto;
}

.web-dialog-detail .detail__section::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.web-dialog-detail .detail__section::-webkit-scrollbar-track,
.web-dialog-detail .detail__section::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.web-dialog-detail .detail__section::-webkit-scrollbar-track {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

.web-dialog-detail .detail__section::-webkit-scrollbar-thumb {
  min-height: 20px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.web-dialog-detail .detail__section::-webkit-scrollbar-corner {
  background: transparent;
}

.web-dialog-detail .detail__time {
  float: left;
  width: 9rem;
  padding: 2rem 1rem;
  border: 1px solid #d2d2d2;
  white-space: nowrap;
  text-align: center;
}

.web-dialog-detail .detail__time .day {
  font-size: 4rem;
  line-height: 1;
  color: #ae181f;
  font-weight: bold;
}

.web-dialog-detail .detail__time .year {
  color: #999;
  font-size: 1.25rem;
  line-height: 1;
}

.web-dialog-detail .detail__time .sign {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e6e6e6;
  line-height: 1;
  font-size: 1rem;
  color: #999;
}

.web-dialog-detail .detail__title h5 {
  padding-top: 1.5rem;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  color: #999;
}

.web-dialog-detail .detail__title h1 {
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #ae181f;
  font-weight: bold;
}

.web-dialog-detail .detail__title p {
  border-bottom: 1px solid #b3b3b3;
  color: #999;
}

.web-dialog-detail .detail__title p span {
  display: inline-block;
  margin-right: 2em;
}

.web-dialog-detail .detail__title p span.time {
  display: none;
}

.web-dialog-detail .detail__content {
  padding: 2rem 0;
  font-size: 1.125rem;
}

.web-dialog-detail .detail__content p {
  margin-bottom: .5em;
  line-height: 1.8;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-dialog .icon-close {
    margin-right: -40px;
  }
  /*弹出简短提示*/
  .web-dialog-toast .web-dialog-wrap {
    left: 10%;
    width: 80%;
    padding: 0 21px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  /*职位弹出详情*/
  .joinUs-detail .detail__wrap {
    min-width: 272px;
  }

  .joinUs-detail .detail__close {
    width: 3.4rem;
    font-size: 1.1rem;
  }

  .joinUs-detail .detail__close i {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #fff;
  }

  .joinUs-detail .detail__aside {
    display: none;
  }

  .joinUs-detail .detail__section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .joinUs-detail .detail__title h5 {
    padding-top: 1rem;
    margin-bottom: 1em;
    line-height: 1;
  }

  .joinUs-detail .detail__title h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .joinUs-detail .detail__title p {
    padding-bottom: 1rem;
  }

  .joinUs-detail .detail__title p span {
    margin-right: 1em;
    font-size: 120%;
  }

  .joinUs-detail .detail__title p span.time {
    display: inline-block;
  }

  .joinUs-detail .detail__content p {
    font-size: 16px;
  }

  .web-dialog-detail {
    padding: 0 4%;
    line-height: 42px;
    font-size: 16px;
  }

  .web-dialog-detail .detail__wrap {
    min-width: 272px;
  }

  .web-dialog-detail .detail__close {
    width: 3.4rem;
    font-size: 1.1rem;
  }

  .web-dialog-detail .detail__close i {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #fff;
  }

  .web-dialog-detail .detail__aside {
    display: none;
  }

  .web-dialog-detail .detail__section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .web-dialog-detail .detail__title h5 {
    padding-top: 0.5rem;
    margin-bottom: 0.5em;
    line-height: 1;
    font-size: 1.35rem;
  }

  .web-dialog-detail .detail__title h1 {
    margin-bottom: 0rem;
    font-size: 1.5rem;
  }

  .web-dialog-detail .detail__title p {
    padding-bottom: 0rem;
    font-size: 0.9rem;
    line-height: 2rem;
  }

  .web-dialog-detail .detail__title p span {
    margin-right: 1em;
    font-size: 120%;
  }
  .detail__content{
    padding: 1rem 0 2rem;
  }
  .web-dialog-detail .detail__title p span.time {
    display: inline-block;
  }

  .web-dialog-detail .detail__content p {
    font-size: 16px;
  }
}
/***Navigation*/
.web-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  color: #000;
  background:#fff;
  -webkit-transition: background 0.6s ease-out;
  -o-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}
.body-home .web-header{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background:none;
}
.web-header.shadow {
  /*background: rgba(174, 24, 31, 0.9);*/
  background:#fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.web-header.shadow .wrap {
 /* padding: 15px 5%;*/
}

.web-header.shadow .header-left .logo {
 /* padding: 5px 0;*/
}
.web-header .header-left .logo-phone {
  display:none;
}
.web-header.shadow .header-nav li > a > em {
  /*opacity: 0.5;*/
}

.web-header .wrap {
  position: relative;
  margin: 0 auto;
  padding: 2vh 5%;
  -webkit-transition: padding 0.6s ease-out;
  -o-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
}

.web-header .wrap:before,
.web-header .wrap:after {
  content: '';
  display: table;
}

.web-header .wrap:after {
  clear: both;
}

.web-header .header-left {
  float: left;
  padding-right: 5%;
  z-index:999;
  position:relative;
}

.web-header .header-left a {
  display: inline-block;
}

.web-header .header-left .logo {
  height: 60px;
  -webkit-transition: padding 0.6s ease-out;
  -o-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.web-search-header .title .logo {
  height: 90px;
}
.web-header .header-left .logo-phone {
  display:none;
}
.web-header .header-right {
  position: relative;
}

.web-header .header-nav {
  padding-right: 5vw;
  white-space: nowrap;
  text-align: right;
}

.web-header .header-nav li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.web-header .header-nav li > a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  line-height: 25px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #000;
  text-align: center;
  font-size:1.12rem;
}

.web-header .header-nav li > a > span {
  display: block;
}

.web-header .header-nav li > a > em {
  display: block;
/*  opacity: .35;*/
  font-size: 0.875rem;
  color: #b2b2b2;
}
.web-header .header-nav li > a.active em {
 color: #ae181f;
}
.web-header .header-nav li a:hover em {
 color: #ae181f;
}
.web-header .header-nav li > a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-bottom: 3px solid #ae181f;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-header .header-nav li > a.active,
.web-header .header-nav li > a:hover {
/*  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
 color: #ae181f;
}

.web-header .header-nav li > a.active:after,
.web-header .header-nav li > a:hover:after {
  width: 1.5em;
  opacity: 1;
}

.web-header .header-nav li > a.active {
  text-shadow: none;
  color: #ae181f;
}

.web-header .header-nav li > a.active:hover {
  text-shadow: none;
}

.web-header .header-nav li:hover .header-nav-sub {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-header .header-nav-sub {
  position: absolute;
  z-index:9;
  left: 50%;
  width: 9rem;
  margin: 1.1rem 0 0 -4.5rem;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.web-header .header-nav-sub > a {
  display: block;
  padding: 0 40px;
  color: #000;
  line-height: 60px;
  white-space: nowrap;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  text-align: center;
}

.web-header .header-nav-sub > a:hover {
  background: #ae181f;
  color: #fff;
}

.web-header .header-btn {
  position: absolute;
  right: 0;
  top: 18px;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
  z-index:999;
}

.web-header .header-btn > a {
  display: inline-block;
  margin-left: 3vw;
  vertical-align: top;
}

.web-header .header-btn > a i {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-header .header-btn > a:first-of-type {
  margin-left: 0;
}

.web-header .header-btn .qr-code {
  position: relative;
  top: 1.5rem;
  right: -1rem;
  padding: .6rem .6rem .8rem;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.web-header .header-btn .qr-code:before {
  content: '';
  position: absolute;
  top: -1.4rem;
  right: 1rem;
  display: block;
  border-style: solid;
  border-color: transparent transparent #fff;
  border-width: .7rem;
}

.web-header .header-btn .qr-code p {
  margin-top: .5rem;
  color: #666;
}

.web-header .header-btn .qr-code img {
  width: 10rem;
}

.web-header .header-btn .icon:hover i,
.web-header .header-btn .icon:active i {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.web-header .header-btn .icon:hover .qr-code,
.web-header .header-btn .icon:active .qr-code {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.web-header .navbar-toggle {
  display: none;
}
/***移动端***/
@media screen and (max-width: 1440px) {
	.web-header .wrap{
		padding: 2vh 3%;
	}
	.web-header .header-nav li {
		margin: 0 10px;
	}
}
@media only screen and (max-width:1279px){
	.web-header .header-left .logo {
    height: 50px;
	}
	.web-header .wrap {
		padding: 2vh 0;
	}
	.web-header .header-nav li {
		margin: 0 6px;
	}	
	.web-header .header-left{
		padding-right: 1%;
	}
	.web-header .header-nav {
		padding-right: 5%;
	}
	.web-about-one .total li h5 {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 992px) {
  body {
    width: 100%;
    padding-top: 50px !important;
  }

  .web-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    background: #ae181f !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    z-index: 101;
  }

  .web-header .wrap {
    max-width: 100%;
    padding: 0 !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  .web-header .header-left {
    position: relative;
    float: none;
    height: 50px;
    padding: 9px 0;
  }

	.web-header .header-left .logo {
	  display:none;
	}
	.web-header .header-left .logo-phone {
	    display:block;
		height: 32px;
		margin-left: 0;
		padding: 0 !important;
	}
  .web-header .header-right {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 100%;
  }
  .icon-search {
    background: url(../image/icon/search.png) no-repeat;
	-webkit-background-size: 80% auto;
    background-size: 80% auto;
    background-position: center;
	}
  .web-header .navbar-toggle {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 999;
    display: inline-block;
    width: 50px;
    height: 40px;
    border: none;
    background: transparent;
  }

  .web-header .navbar-toggle i {
    position: absolute;
    right: 15px;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }

  .web-header .navbar-toggle i:nth-of-type(1) {
    top: 13px;
  }

  .web-header .navbar-toggle i:nth-of-type(2) {
    top: 50%;
  }

  .web-header .navbar-toggle i:nth-of-type(3) {
    bottom: 12px;
  }

  .web-header .navbar-toggle.active i:nth-of-type(2) {
    opacity: 0;
  }

  .web-header .navbar-toggle.active i:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .web-header .navbar-toggle.active i:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .web-header .header-nav {
    display: block !important;
    float: none;
    height: 0;
    padding: 0 15px;
    background-color: rgba(174, 24, 31, 0.95);
    overflow: hidden;
    overflow-y: auto;
    font-size: 125%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  .web-header .header-nav.active {
    padding-top: 10px;
    padding-bottom: 10px;
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }

  .web-header .header-nav > li {
    display: block;
    margin: 0;
  }

  .web-header .header-nav > li:last-of-type a {
    border-bottom: none;
  }

  .web-header .header-nav > li > a {
    display: block;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 50px;
    text-align: left;
	color:#fff;
  }

  .web-header .header-nav > li > a > span {
    display: inline-block;
  }

  .web-header .header-nav > li > a > em {
    display: inline-block;
    margin-left: 0.5em;
    opacity: 0.6;
	color:#fff;
  }
	.web-header .header-nav li > a.active em {
		color: #fff;
	}
  .web-header .header-nav > li > a:after {
    content: none;
  }

  .web-header .header-nav > li > a.active,
  .web-header .header-nav > li > a:hover,
  .web-header .header-nav > li > a:active {
    background-color: rgba(23, 23, 28, 0.1);
	color:#fff;
  }

  .web-header .header-nav-sub {
    position: static;
    left: auto;
    margin: 0;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(174, 24, 31, 0.6);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .web-header .header-nav-sub > a {
    padding: 0 30px;
    line-height: 45px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
  }

  .web-header .header-btn {
    right: 55px;
    top: -50px;
    padding-top: 13px;
  }

  .web-header .header-btn .qr-code {
    top: 2rem;
    right: -0.8rem;
  }
}
/***Footer*/
.web-footer {
  min-height: 60px;
  padding: 15px 5%;
  background: #0a0a0a;
  font-size: 87.5%;
  color: #999;
  line-height: 30px;
  text-align: left;
}
.web-footer a{color: #999;}
.web-footer a:hover{color: #999;}
.web-footer span {
  white-space: nowrap;
  margin-right: 1em;
}

.web-footer .left {
  float: left;
  width: 70%;
}

.web-footer .right {
  float: right;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-footer {
    padding: 30px 15px;
    text-align: left;
    line-height: 2.4;
    font-size: 12px;
  }

  .web-footer .left {
    float: none;
    width: 100%;
  }

  .web-footer .left span {
    display: block;
  }

  .web-footer .right {
    float: none;
  }
}
/***Paging*/
/*Paging*/
.web-paging {
  text-align: center;
}

.web-paging a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 .2rem;
  border: 1px solid #e6e6e6;
  color: #999;
  line-height: 2.5rem;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.web-paging a:first-of-type,
.web-paging a:last-of-type {
  font-family: "宋体";
  font-weight: bold;
}

.web-paging a:hover {
  color: #000;
  border-color: #000;
  font-size: 18px;
}

.web-paging a.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
/***移动端***/
/***Page Home*/
.body-inner {
  background: #f5f5f5;
  padding-top: 97px;
}

.body-inner .web-header .header-btn .icon {
  display: none;
}

.body-inner .web-header .header-btn .search {
  display: inline-block;
}
/***Banner*/
.web-inner-banner {
  position: relative;
  overflow: hidden;
  height: 50vh;
  min-height: 400px;
  background: #fff;
  text-align: center;
  color: #fff;
}

.web-inner-banner.active .bg {
  -webkit-animation: imgZoomOut 3s linear infinite alternate;
  -o-animation: imgZoomOut 3s linear infinite alternate;
  animation: imgZoomOut 3s linear infinite alternate;
}

.web-inner-banner.active h1 {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.web-inner-banner.active h2 {
  opacity: 1;
  letter-spacing: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-inner-banner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.web-inner-banner .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.web-inner-banner h1 {
  position: relative;
  font-size: 6rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 1;
  letter-spacing: 0.5rem;
  -webkit-transition: 1.5s ease-out;
  -o-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  -webkit-transform: translateY(-30vh) scale3d(1.5, 1.5, 1.5);
  transform: translateY(-30vh) scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.web-inner-banner h2 {
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.9;
  -webkit-transition: 1.5s ease-in;
  -o-transition: 1.5s ease-in;
  transition: 1.5s ease-in;
  -webkit-transform: scale3d(1.5, 1, 1);
  transform: scale3d(1.5, 1, 1);
  letter-spacing: 5rem;
  opacity: 0;
}
/*二级导航*/
.web-inner-nav {
  padding: 0 15px;
  background: #fff;
}
.web-inner-nav .list {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid #e6e6e6;
}
.web-business .web-inner-nav .list {
    width: 78%;
    margin: 0 auto;
    text-align: center;
	white-space: normal;
  overflow: hidden;
  border-top: none;
}
.web-inner-nav .list::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.web-inner-nav .list::-webkit-scrollbar-track,
.web-inner-nav .list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.web-inner-nav .list::-webkit-scrollbar-track {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

.web-inner-nav .list::-webkit-scrollbar-thumb {
  min-height: 20px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.web-inner-nav .list::-webkit-scrollbar-corner {
  background: transparent;
}

.web-inner-nav .list li {
  display: inline-block;
  padding: 0 1.5rem;
}

.web-inner-nav .list a {
  position: relative;
  display: inline-block;
  padding: 1.8rem 0;
  vertical-align: top;
  font-size: 1.125rem;
}

.web-inner-nav .list a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  display: block;
  width: 4em;
  height: 2px;
  margin: 0 auto;
  background-color: #ae181f;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.web-inner-nav .list a span,
.web-inner-nav .list a em {
  display: block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  white-space: nowrap;
}

.web-inner-nav .list a span {
  color: #666;
  line-height: 1.5rem;
}

.web-inner-nav .list a em {
  margin-top: .2rem;
  color: #b2b2b2;
  font-size: 0.875rem;
  line-height: 1;
}

.web-inner-nav .list li.active:after,
.web-inner-nav .list a.active:after,
.web-inner-nav .list li:hover:after,
.web-inner-nav .list a:hover:after {
  width: 1.5em;
  opacity: 1;
}

.web-inner-nav .list li.active span,
.web-inner-nav .list a.active span,
.web-inner-nav .list li:hover span,
.web-inner-nav .list a:hover span,
.web-inner-nav .list li.active em,
.web-inner-nav .list a.active em,
.web-inner-nav .list li:hover em,
.web-inner-nav .list a:hover em {
  color: #ae181f !important;
}

.web-inner-nav .list li.active span,
.web-inner-nav .list a.active span {
  font-size: 1.25rem;
}

.web-inner-nav .list li.active a:after,
.web-inner-nav .list a.active a:after {
  width: 1.5em;
  opacity: 1;
}
.web-inner-nav .businessSub {
  background: #c0d2e1;
  position: absolute;
  top: 105px;
  z-index: 9;
}
/***移动端***/
@media screen and (max-width: 992px) {
  /***Banner*/
  .web-inner-banner {
    /*height: 40vh;*/
    height: 30vh;
    min-height: auto;
  }

  .web-inner-banner h1 {
    font-size: 3.5rem;
    font-weight: normal;
  }

  .web-inner-banner h2 {
    font-size: 3.75rem;
    letter-spacing: 3rem;
  }
  /*二级导航*/
  .web-inner-nav .list li {
    padding: 0 0.6rem;
  }

  .web-inner-nav .list a {
    padding: 1.5rem 0;
  }

  .web-inner-nav .list a:after {
    bottom: 15%;
  }

  .web-inner-nav .list a.active,
  .web-inner-nav .list a:hover {
    font-size: 1.25rem;
  }
}
/***Page Home*/
.body-home {
  background-color: #fff;
}

.body-home .web-header .header-nav {
  display: none;
}

.body-home .web-header .header-btn .search {
  display: none;
}

.body-home .web-header .wrap {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.body-home .web-header.first .wrap {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#homeContainer {
  width: 100vw;
  height: 100vh;
}

#homeContainer section.swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#homeContainer section.swiper-slide > .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#homeContainer .active .web-swiper-nav {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#homeContainer .swiper-scrollbar-drag {
  background: rgba(174, 24, 31, 0.75);
}

.web-home-title {
  text-align: center;
  font-size: 4.5rem;
  line-height: 1;
}

.web-swiper-nav {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 8vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  margin: 0 auto;
  height: 11vh;
  min-height: 80px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  -o-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.home-business-nav{
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    opacity: 1;
    -webkit-transform: translateY(32%);
    -ms-transform: translateY(32%);
    -o-transform: translateY(32%);
    transform: translateY(32%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.home-business-nav .list{
    -webkit-justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.home-business-nav .list li {
    border: 1px solid #e6e6e6;
    padding: 0.75rem;
    margin: 0.5rem 0.5rem 1rem;
	display: -webkit-inline-flex;
    justify-content: center;
    min-width: 11%;
}
.home-business-nav .list li:hover {
    border: 1px solid #ae191f;
	background:#ae191f;
}
.home-business-nav span {
    color: #fff;
}

.web-home-banner .particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.web-home-banner .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.web-home-banner .slide-inner {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.web-home-banner .slide-content {
  width: 72%;
  height: 100%;
  margin: 0 auto;
  padding-top: 41vh;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

.web-home-banner .slide-content h4 {
  margin-bottom: 3vh;
  font-size: 1.875rem;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  -o-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.web-home-banner .slide-content h3 {
  width:100%;
  font-family: 'Microsoft YaHei', '微软雅黑', 'Helvetica', 'SimSun';
  /*margin-bottom: 5vh;*/
  font-size: 2.8rem;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  -o-transform: translateY(10vh);
  transform: translateY(10vh);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
  font-weight: bold;
  line-height: 4rem;
}

.web-home-banner .slide-content h5 {
  margin-bottom: 5vh;
  font-size: 1.5rem;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  -o-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.web-home-banner .slide-content p {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.web-home-banner .slide-content .more {
  display: inline-block;
  width: 10vw;
  min-width: 12rem;
  background-color: #ae181f;
  line-height: 3.5rem;
  text-shadow: none;
  color: #fff;
  text-align: center;
  outline: 0 solid transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.web-home-banner .slide-content .more:hover,
.web-home-banner .slide-content .more:active {
  outline: 8px solid rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}

.web-home-banner .swiper-banner-next,
.web-home-banner .swiper-banner-prev {
  display: none;
  left: 5%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  background: url("../image/page/home/banner-arrow.png") no-repeat left center;
  -webkit-background-size: auto 3.625rem;
  background-size: auto 3.625rem;
  border: 0.25rem solid #fff;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.web-home-banner .swiper-banner-next:hover,
.web-home-banner .swiper-banner-prev:hover,
.web-home-banner .swiper-banner-next:active,
.web-home-banner .swiper-banner-prev:active {
  background-position: 6% center;
  background-color: rgba(174, 24, 31, 0.8);
  border-color: transparent;
}

.web-home-banner .swiper-banner-next {
  left: auto;
  right: 5%;
  background-position: right center;
  opacity:0;
}
.web-home-banner .swiper-banner-prev {
  opacity: 0;
}
.web-home-banner .swiper-banner-next:hover,
.web-home-banner .swiper-banner-next:active {
  background-position: 94% center;
}

.web-home-banner .banner-nav .search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 11vh;
  min-width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ae181f;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.web-home-banner .banner-nav .search:hover i,
.web-home-banner .banner-nav .search:active i {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.web-home-banner .banner-nav .search i {
  width: 30px;
  height: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.web-home-banner .banner-nav .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: center;
}

.web-home-banner .banner-nav .list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.web-home-banner .banner-nav .list a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #000;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.web-home-banner .banner-nav .list a.active {
  color: #ae181f;
}

.web-home-banner .banner-nav .list a:after {
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
  content: '';
  width: 0;
  margin: 0 auto;
  border-bottom: 2px solid #ae181f;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-home-banner .banner-nav .list a.active,
.web-home-banner .banner-nav .list a:hover {
  color: #ae181f;
}

.web-home-banner .banner-nav .list a.active span,
.web-home-banner .banner-nav .list a:hover span {
  letter-spacing: 2px;
}

.web-home-banner .banner-nav .list a.active em,
.web-home-banner .banner-nav .list a:hover em {
  color: #ae181f;
}

.web-home-banner .banner-nav .list a.active:after,
.web-home-banner .banner-nav .list a:hover:after {
  width: 1.8em;
  opacity: 1;
}

.web-home-banner .banner-nav .list a span {
  display: block;
  margin-bottom: 1vh;
  font-size: 1.125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
#homeBanner .swiper-pagination-bullet {
	width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
	height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
	display:inline-block;
	border-radius:50%;
	background:var(--swiper-pagination-bullet-inactive-color, #fff);
	opacity:0.7;
}
#homeBanner .swiper-pagination-bullet-active {
	width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
	height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
	display:inline-block;
	background:var(--swiper-pagination-bullet-inactive-color, #fff);
	border-radius:50%;
	opacity:1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.web-home-banner .banner-nav .list a em {
  display: block;
  color: #b2b2b2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-home-banner .swiper-slide-active .slide-content h4 {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 0.5;
}

.web-home-banner .swiper-slide-active .slide-content h3,
.web-home-banner .swiper-slide-active .slide-content h5,
.web-home-banner .swiper-slide-active .slide-content p {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.web-home-lib {
  background: #f5f5f5;
}

.web-home-lib .swiper-slide {
  height: 100%;
  overflow: hidden;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  /*-webkit-filter: contrast(5) blur(5px);*/
  /*filter: contrast(5) blur(5px);*/
}

.web-home-lib .swiper-pagination-bullets {
  bottom: 1.5rem;
}

.web-home-lib .swiper-pagination-bullet {
  display:none;
  width: 1rem;
  height: 1rem;
  margin: 0 1rem !important;
  opacity: 0.5;
  background: #fff;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-home-lib .swiper-pagination-bullet-active {
  width: 3rem;
  opacity: 1;
}
.web-home-lib .slide-mask{
  background:rgba(0,0,0,0.2);
    width:100%;
	height: 100%;
}
.web-home-lib .slide-content {
  width: 82%;
  height: 100%;
  margin: 0 auto;
  padding-top: 15vh;
  color: #fff;
  line-height: 1;

}

.web-home-lib .slide-content .tag span {
  display: inline-block;
  padding: 0 1.5rem;
  background-color: #ae181f;
  line-height: 3.7rem;
  font-size: 1.75rem;
  font-weight: bold;
  vertical-align: top;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.web-home-lib .slide-content h1 {
  margin: 1.5rem 0;
  font-size: 3.5rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(5vw) scaleX(1.5);
  -ms-transform: translateX(5vw) scaleX(1.5);
  -o-transform: translateX(5vw) scaleX(1.5);
  transform: translateX(5vw) scaleX(1.5);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.web-home-lib .slide-content .addr {
  width: 55%;
  line-height: 2rem;
  font-size: 1.25rem;
  margin-top: 1rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translateY(30vh);
  -ms-transform: translateY(30vh);
  -o-transform: translateY(30vh);
  transform: translateY(30vh);
}

.web-home-lib .lib-nav {
  width: 82%;
}

.web-home-lib .lib-nav .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.web-home-lib .lib-nav .list li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.web-home-lib .lib-nav .item {
  position: relative;
  font-size: 1.125rem;
}

.web-home-lib .lib-nav .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background: transparent;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.web-home-lib .lib-nav .item.active,
.web-home-lib .lib-nav .item:hover {
  color: #ae181f;font-size:1.5rem;
}

.web-home-lib .lib-nav .item.active:before,
.web-home-lib .lib-nav .item:hover:before {
  width: 1.25em;
  background: #ae181f;
}

.web-home-lib .lib-nav .item span {
  display: inline-block;
  padding: 0 1.5rem;
  line-height: 11vh;
  white-space: nowrap;
}

.web-home-lib.active .swiper-slide-active {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.web-home-lib.active .swiper-slide-active .slide-content .tag span,
.web-home-lib.active .swiper-slide-active .slide-content h1,
.web-home-lib.active .swiper-slide-active .slide-content .addr {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-home-lib.completely .swiper-slide-active .slide-content .tag span,
.web-home-lib.completely .swiper-slide-active .slide-content h1,
.web-home-lib.completely .swiper-slide-active .slide-content .addr {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.web-home-team {
  height: 100%;
  /*padding: 0 9%;
    background: url("../image/page/home/team1.jpg") no-repeat center top;
    -webkit-background-size: 110% auto;
    background-size: 110% auto;*/
  color: #fff;
  line-height: 1;
}

.web-home-team .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vh;
}

.web-home-team .title .t {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-top: .06em;
  padding-right: .1em;
  font-size: 8.5rem;
  line-height: 1;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: translateX(-10vw);
  -ms-transform: translateX(-10vw);
  -o-transform: translateX(-10vw);
  transform: translateX(-10vw);
}

.web-home-team .title .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.web-home-team .title .text h3 {
  margin-bottom: .5em;
  font-size: 3rem;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateX(10vw) scaleX(1.2);
  -ms-transform: translateX(10vw) scaleX(1.2);
  -o-transform: translateX(10vw) scaleX(1.2);
  transform: translateX(10vw) scaleX(1.2);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.web-home-team .title .text h1 {
  font-size: 3.5rem;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(10vw) scaleX(1.2);
  -ms-transform: translateX(10vw) scaleX(1.2);
  -o-transform: translateX(10vw) scaleX(1.2);
  transform: translateX(10vw) scaleX(1.2);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.web-home-team .team-text {
  width: 50%;
  float: left;
  padding: 25vh 12vh 5vh 12vh;
  background-color: #fff;
  color: #222;
}
.web-home-team .team-text h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.web-home-team .team-text h3 {
	margin-bottom: 3rem;
	font-size: 24px;
	border-bottom: 5px solid #ae181f;
	padding-bottom: 1.5rem
}
.web-home-team .team-text p {
  font-size: 16px;line-height:30px;
  margin-bottom:2rem;
}
.web-home-team .team-text div{margin-top:6rem;}
.web-home-team .team-text .more {
  font-size: 18px;
  padding: 1rem 3.5rem;
  background: #ae181f;
  color: #fff;
  font-weight: bold;
}
.web-home-team .content {
  width: 50%;
  height: 100%;
  float: left;
  background: url(../image/page/home/home-teambg.jpg) no-repeat;
/*  background-size:100%;*/
}

.web-home-team .team-total {
  /* display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 12vh;*/
  padding: 30vh 10vh 0 15vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-weight:bold;
}
.web-home-team .team-total  li{
  width:50%;float:left;text-align:left;margin-bottom:8rem;
}
.web-home-team .team-total > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.web-home-team .team-total .number {
  display: inline-block;
  /*font-size: 10rem;*/
  font-size: 5.75rem;
  height: 8.75rem;
}

.web-home-team .team-total .number + span {
  font-size: 2.875rem;
  vertical-align: 0.25rem;
}

.web-home-team .team-total p {
  margin-bottom: 0.5rem;
  /* font-size: 2.5rem; */
  font-size: 1.5rem;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  -o-transform: scaleX(1.5);
  transform: scaleX(1.5);
  transform-origin:left;
  opacity: 0;
  text-indent: 0.5em;
}

.web-home-team.active .title .t,
.web-home-team.active .title .text h1 {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.web-home-team.active .title .text h3 {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 0.4;
}

.web-home-team.active .team-total p {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  text-indent: 0;
}
/***移动端***/
@media screen and (max-width: 992px) {
  #homeContainer {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .web-home-team {
    background: url(../image/page/home/team3.jpg) no-repeat center top;
  }
  .web-home-title {
    font-size: 4rem;
  }

  .web-swiper-nav {
    height: 8vh;
    min-height: 60px;
  }

  .web-home-banner .slide-content {
    width: 80%;
    padding-top: 20vh;
    line-height: 1.2;
  }

  .web-home-banner .slide-content h4 {
    font-size: 1.5rem;
  }

  .web-home-banner .slide-content h3 {
    width:100%;
    margin-top: 0vh;
    font-size: 1.75rem;
    line-height: 2.75rem;
	color:#fff;
  }
.web-home-banner .slide-content h3 br{display:none;}
  .web-home-banner .slide-content h5 {
    font-size: 1.25rem;
  }

  .web-home-banner .swiper-banner-next,
  .web-home-banner .swiper-banner-prev {
    display: none;
  }

  .web-home-banner .banner-nav {
    display: none;
  }

  .web-home-lib .slide-content {
    padding-top: 8vh;
  }

  .web-home-lib .slide-content .tag span {
    padding: 0 1.25rem;
    font-size: 1.5rem;
    line-height: 2.75rem;
  }

  .web-home-lib .slide-content h1 {
    font-size: 2rem;
  }

  .web-home-lib .slide-content .addr {
    font-size: 1rem;
    width: 100%;
  }

  .web-home-lib .lib-nav {
    width: 90%;
  }

  .web-home-lib .lib-nav .list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .web-home-lib .lib-nav .item:before {
    top: 8px;
  }

  .web-home-lib .lib-nav .item:hover:before {
    width: 2rem;
  }

  .web-home-lib .lib-nav .item span {
    line-height: -webkit-calc(8vh - 10px);
    line-height: calc(8vh - 10px);
    padding-top: 10px;
  }

  .web-home-team {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .web-home-team .title {
    padding-top: 6vh;
  }

  .web-home-team .title .t {
    font-size: 4.8rem;
  }

  .web-home-team .team-text h3 {
    font-size: 1.35rem;
    margin-bottom: 1vh;
  }

  .web-home-team .team-text h1 {
    font-size: 1.5rem;
    margin-bottom: 1vh;
    font-weight: bold;
    line-height: 2rem;
  }
  .web-home-team .team-text .txt02 {
    display: none;
  }
  .web-home-team .team-text p {
    font-size: 1rem;
    line-height: 4vh;
    margin-bottom: 1vh;
  }
  .web-home-team .team-text div {
    margin-top: 2vh;
  }
  .web-home-team .team-text .more {
    font-size: 1rem;
    padding:0.5rem 2.5rem;
    line-height: 1.35rem;
    margin-bottom: 0.5rem;
  }
  .web-home-team .team-text {
    width: 100%;
    height:50vh;
    padding: 3vh 3vh 2vh 2vh;
  }
  .web-home-team .content {
    width: 100%;
  }

  .web-home-team .team-total {
    padding: 7vh 0vh 0vh 8vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .web-home-team .team-total > li {
    width: 50%;
    margin-bottom: 2rem;
  }

  .web-home-team .team-total .number {
    font-size: 2.75rem;
    height: 5.5rem;
  }

  .web-home-team .team-total .number + span {
    font-size: 1.25rem;
    font-weight: normal;
  }

  .web-home-team .team-total p {
    font-size: 1rem;
    font-weight:normal;
  }
}

.web-news-wrap {
  display: none;
}

.web-news-wrap.active {
  display: block;
}
.web-top-news{
  width: 73%;margin: 0 auto;padding: 4rem 0 3rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.web-top-news .toutu{
  flex: 0 0 55%;
  width: 55%;
}
.web-top-news a{display: block;}
.web-top-news .toutu .txt {
  padding: 1rem;
}
.web-top-news .toutu .pic {
  width: 100%;
  overflow: hidden;
}
.web-top-news .toutu .pic img {
  width: 100%;
  height: 27.875rem;
  object-fit: cover;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.web-top-news .toutu a:hover{
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.web-top-news .toutu:hover img  {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.web-top-news h3 {
  font-size: 1.25rem;
  color: #1a1a1a;
  height: 3.7rem;
  font-weight: bold;
  line-height: 1.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .5rem;
}
.web-top-news p {
  font-size: 1rem;
  color: #999;
  height: 3rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .8rem;
}
.web-top-news .toutiao{
  flex: 0 0 45%;
  width: 45%;
  padding-left: 3rem;
}
.web-top-news .toutiao a {
  padding: 1.75rem 1.5rem;
  margin-bottom: 2rem;
  border-left: 3px solid transparent;
  background: #fff;

}
.web-top-news .toutiao a:hover{
  border-left: 3px solid #ae181f;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.web-top-news .toutiao p {
  font-size: 1rem;
  color: #999;
  height: 1.5rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: .8rem;
}
.web-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #1a1a1a;
  background-color: #f2f2f2;
}

.web-news-list > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  background-color: #fff;
}

.web-news-list > li:nth-of-type(2n) {
  background-color: #f2f2f2;
}

/*.web-news-list > li:nth-of-type(3n) {*/
/*background-color: #3d30b3;*/
/*}*/

/*.web-news-list > li:nth-of-type(4n) {*/
/*background-color: #1a70a5;*/
/*}*/

.web-news-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5% 0 3%;
  text-align: left;
  background: no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  width: 73%;
  margin: 0 auto;
}
.web-news-item a{
  color:#1a1a1a;
  display: block;  
}
.web-news-item a:hover{
  cursor: pointer;
}
.web-news-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../image/page/inner/bg-logo1.png') center top;
  -webkit-background-size: 33.333333% auto;
  background-size: 33.333333% auto;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.web-news-item:hover:before {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-news-item:hover h3,
.web-news-item:hover p {
  /*text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);*/
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-news-item:hover h5 {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.web-news-item:hover .web-link-more {
  opacity: 0.5;
}

.web-news-item h3 {
  overflow: hidden;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
}

.web-news-item p {
  height: 3em;
  color:#999;
  /*margin: 5% 0;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.8rem;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(16%);
}

.web-news-item h5 {
  display: block;
  float: left;
  width: 10rem;
  /*height: 6rem;*/
  /*margin-bottom: 4%;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0.75;
  background: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: all 1s .3s;
  -o-transition: all 1s .3s;
  transition: all 1s .3s;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}

.web-news-item h5 span {
  font-size: 1.85rem;
}
.web-news-item .news-right{
  float: left;width: 80%;

}
.web-news-item .web-link-more {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

.web-news .web-paging {
  padding: 4rem 0;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-news .web-wrap {
    padding: 0;
  }
  .web-top-news, .web-news-list {
    display: block;
    width: 100%;
    padding: 2rem 0 1rem;
  }
  .web-top-news .toutu, .web-top-news .toutiao {flex: 0 0 100%;padding-left:0;width:100%}
  .web-top-news .toutu .pic img{height: auto;min-height: 15rem;}
  .web-news-list > li {
    width: 100%;
  }
  .web-top-news .toutiao a{
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);margin-bottom: 0rem;
  }
  .web-news-item {
    width: 100%;
    padding: 3.5rem 1.5rem;
  }
  .web-news-item .news-right{width: 100%;}
  .web-news-item h5 span{font-size: 1.5rem;}
  .web-news-item h3 {
    font-size: 1.25rem;
    margin-top: .8rem;
    transform: none;
    transition: none;
  }

  .web-news-item p {
    margin-bottom: 1rem;
    transition: none;
    transform: none;
  }

  .web-news-item .web-link-more {
    opacity: 1;
  }

  .web-news .web-paging {
    padding: 2rem 0;
  }
}

.web-business {
  background: #fff;
}

.web-business .web-wrap {
  display: none;
}

.web-business .web-wrap.active {
  display: block;
}

.web-business .web-inner-nav {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    position: relative;
    padding: 1.5rem 0;
    overflow: hidden;
}
.web-business .web-inner-nav .list li {
    display: inline-block;
    padding: 0 1.5rem;
    border: 1px solid #e6e6e6;
    margin: 0.5rem 0.3rem;
}
.web-business .web-inner-nav .list li.active {
    border: 1px solid #ae181f;
}
.web-business .web-inner-nav .list a {
    position: relative;
    display: inline-block;
    padding: 0.82rem 0;
    vertical-align: top;
    font-size: 1rem;
}
.web-business .web-inner-nav .list a span {
  font-size: 1rem!important;
}
.web-business-about {
  position: relative;
  padding: 2rem 15% 1rem;
  background-color: #fff;
}

.web-business-about:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8%;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#c0d2e1), to(#fff));
        background: -webkit-linear-gradient(#c0d2e1, #fff);
        background: -o-linear-gradient(#c0d2e1, #fff);
        background: linear-gradient(#c0d2e1, #fff);*/
}

.web-business-about .title {
  font-family: 'font-en', 'Arial', 'Microsoft YaHei', '微软雅黑', 'PingFang SC', 'Helvetica', 'SimSun';
  position: relative;
/*  padding-top: 1em;*/  
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

/*.web-business-about .title:before {
  content: attr(en);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 5rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 #d9e7f0, -1px -1px 0 #d9e7f0;
}*/

.web-business-about .title span {
  position: relative;
}

.web-business-about .text {
  margin-top:1.5rem;
  margin-bottom: 1rem;
  line-height: 2;
}
.web-business-about .text p {

}
.web-business-about .honor .name {
  float: left;
  width: 4rem;
  margin-right: 1rem;
  padding-top: 1rem;
}

.web-business-about .honor .name img {
  width: 100%;
}

.web-business-about .honor .photos {
  position: relative;
  margin-left: 5rem;
}

.web-business-about .swiper-container {
  margin: 0 4rem 0;
  padding: 1rem 0;
}

.web-business-about .swiper-slide {
  border: 1px solid #e6e6e6;
  padding: .5rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-business-about .swiper-slide:hover {
  border-color: #d2d2d2;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.web-business-about .swiper-slide img {
  width: 100%;
  min-height: 140px;
  max-height: 150px;
  height: 120px;
}

.web-business-about .swiper-button-next,
.web-business-about .swiper-button-prev {
  left: 0;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.375rem;
  background: url("../image/page/inner/business/swiper-arrow-l.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: .35;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-business-about .swiper-button-next:hover,
.web-business-about .swiper-button-prev:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.web-business-about .swiper-button-next.swiper-button-disabled,
.web-business-about .swiper-button-prev.swiper-button-disabled {
  opacity: .1;
}

.web-business-about .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../image/page/inner/business/swiper-arrow-r.png");
}

.web-business-case .title {
  position: relative;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  color: #999;
}

.web-business-case .title:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 1rem auto;
  border-width: 0.8rem;
  border-style: solid;
  border-color: #999 transparent transparent;
}

.web-business-case ul {
  padding: 0 0.5%;
}

.web-business-case .case-list > li {
  float: left;
  width: 24%;
/*  height:25vh;*/
  margin: 0.5%;
}

.web-business-case .case-item {
  position: relative;
  overflow: hidden;
}

.web-business-case .case-item .img img {
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.web-business-case .case-item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.25rem;
  padding: 0 1rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.web-business-case .case-item .text h3 {
  padding: 1em 0;
  font-size: 1.25rem;
  line-height: 1.15;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  white-space: pre-wrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.web-business-case .case-item .text a {
  display: none;
}

.web-business-case .case-item:hover .img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.web-business-case .case-item:hover .text {
  height: 100%;
}

.web-business-case .case-item:hover .text a {
  display: inline-block;
}

.web-business .web-paging {
  padding: 4rem 0;
}

.web-special {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4eaef), color-stop(30vh, #fff));
  background: -webkit-linear-gradient(#e4eaef, #fff 30vh);
  background: -o-linear-gradient(#e4eaef, #fff 30vh);
  background: linear-gradient(#e4eaef, #fff 30vh);
}

.web-special .web-wrap {
  padding: 3rem 0;
}

.web-special-list {
  position: relative;
  padding: 3rem 0;
  overflow-x: hidden;
}
.web-special-list a{color: #000;}
.web-special-list dt {
  position: absolute;
  z-index: 2;
  left: 46%;
  top: 0;
  padding: 1.5rem;
  background: #ae181f;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateX(10vw);
  -ms-transform: translateX(10vw);
  -o-transform: translateX(10vw);
  transform: translateX(10vw);
}

.web-special-list dt span {
  display: inline-block;
  font-size: 2rem;
  vertical-align: top;
}

.web-special-list dt i {
  display: inline-block;
  padding: 0 .5rem;
  font-size: 3rem;
  vertical-align: middle;
}

.web-special-list dt em {
  display: inline-block;
  vertical-align: -1rem;
}

.web-special-list dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.web-special-list dd .photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.web-special-list dd .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.web-special-list dd .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding: 5rem 5% 3rem;
  line-height: 1.8;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}

.web-special-list dd .content p {
  margin-bottom: 1rem;
  font-size: 1.35rem;
  margin-top: 5rem;
}

.web-special-list dd .content h5 {
  font-size: 1rem;
  color: #999;
  font-weight: normal;
}

.web-special-list.active dt {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.web-special-list.active dd .photo,
.web-special-list.active dd .content {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.web-special-list:nth-of-type(2n) dt {
  left: auto;
  right: 46%;
  -webkit-transform: translateX(-10vw);
  -ms-transform: translateX(-10vw);
  -o-transform: translateX(-10vw);
  transform: translateX(-10vw);
}

.web-special-list:nth-of-type(2n) dd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.web-businessDetail{
width:1200px;
}
.web-businessDetail .swiper-button-next,
.web-businessDetail .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 83px;
  margin-top: -1.375rem;
  background: url("../image/page/inner/business/arrowL.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
/*  opacity: .35;*/
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-businessDetail .swiper-button-next:hover,
.web-businessDetail .swiper-button-prev:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.web-businessDetail .swiper-button-next.swiper-button-disabled,
.web-businessDetail .swiper-button-prev.swiper-button-disabled {
  opacity: .1;
}

.web-businessDetail .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../image/page/inner/business/arrowR.png");
}
.web-businessDetail-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
/*  padding-left: 5%;*/
}
.web-businessDetail-head h5 span{margin: 10px}
.web-businessDetail-head h5 a{color:#676767;}
.web-businessDetail-head h5 a:hover{color:#ae181f;}
.web-businessDetail-head .title {
  margin: 4rem 0;
  padding: 0 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #e6e6e6;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  line-height: 1;
}

.web-businessDetail-head .title span {
  font-size: 3rem;
}

.web-businessDetail-head .title em {
  font-size: 1.5rem;
  color: #ccc;
}

.web-businessDetail-head .title i {
  padding: 1rem 0;
}

.web-businessDetail-head .content {
  margin: 1rem 0;
/*  padding: 0 4rem;*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.web-businessDetail-head .content h5 {
	margin-bottom: 1rem;
    font-size: 1rem;
    color: #676767;
}
.web-businessDetail-head .content h3 {
  font-size: 1.35rem;
  font-weight: bold;
  color: #ae181f;
  line-height: 1;
  margin-bottom: .5em;
}

.web-businessDetail-head .content p {
/*  margin-bottom: .5rem;*/
  line-height: 1.5;
  font-family: 'font-en', 'Arial','PingFang SC','Microsoft YaHei', '微软雅黑', 'Helvetica', 'SimSun'!important;
}
.web-businessDetail-head .content span {
    font-family: 'font-en', 'Arial','PingFang SC','Microsoft YaHei', '微软雅黑', 'Helvetica', 'SimSun'!important;
}
.web-businessDetail-head .content p:last-of-type {
  margin-bottom: 0;
}

.web-businessDetail-head .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 22%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ae181f;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

.web-businessDetail-head .handle span {
  display: block;
  font-size: 3rem;
}

.web-businessDetail-head .handle em {
  display: block;
  margin: 2rem 0 3rem;
  font-size: 2rem;
  opacity: .4;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-businessDetail-head .handle img {
  opacity: .2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-businessDetail-head .handle:Hover em {
  opacity: 0;
}

.web-businessDetail-head .handle:Hover img {
  opacity: 1;
  -webkit-transform: scaleX(1.4);
  -ms-transform: scaleX(1.4);
  -o-transform: scaleX(1.4);
  transform: scaleX(1.4);
}

.web-businessDetail .swiper-container .swiper-slide {
  width: auto;
/*  background:#505050;*/
  text-align:center;
  overflow: hidden;
}

.web-businessDetail .swiper-container img {
  width: auto;
  height: 78vh;
}
.phone-title{display:none;}
.topbanner-phone{display:none;}
.topbanner{
	width: 100%;
	height: 10rem;
	object-fit: cover;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .topbanner{
    display:none;
  }
  .topbanner-phone{
    width: 100%;
    display:block;
   }
  .web-business .web-wrap {
    padding: 0;
  }

  .web-business-about {
    padding: 2rem 15px 1rem;
  }

  .web-business-about:after {
    content: none;
  }

  .web-business-about .title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .web-business-about .title:before {
    font-size: 3rem;
  }

  .web-business-about .text {
    font-size: 1.15rem;
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
  .web-business-about .honor .photos{
    margin-top: 1rem;
  }

  .web-business-case .title {
    margin-top: 1rem;
    font-size: 1.75rem;
  }

  .web-business-case .title:after {
    margin: 1rem auto 0.5rem;
  }

  .web-business-case .case-list > li {
    float: none;
    width: 100%;
	margin:1% 0;
  }

  .web-business-case .case-item .text {
    height: 4rem;
    padding: 0;
  }

  .web-business-case .case-item .text h3 {
    /*padding: 1em;*/
    padding: 0 1em;
    font-size: 1.25rem;
  }

  .web-business-case .case-item .text a {
    width: 40%;
  }

  .web-business .web-paging {
    padding: 2rem 0;
  }
  .web-business .web-inner-nav{padding:0;background: #f2f2f2;padding: 10px 0;display:none;}
  .web-business .web-inner-nav .list li{
    border: none;
    width: 100%;
    text-align: left;
	margin: 0;
    padding: 0;
  }
  .web-business .web-inner-nav .list li.active {
   border: none;
  }
  .web-business .web-inner-nav .list a span {
    font-size: 1.15rem!important;
}
  .phone-title{
    display:block;
    background: #ae181f;
    color: #fff;
    font-size: 1.22rem;
    padding: 12px 15px;
    width: 100%;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
  } 
  .arrow-up, .arrow-down{
    content: "";
    position: absolute;
    top: 1.3em;
    left: 63%;
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid #fff;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: opacity 0.2s;
}
  .arrow-down {
    border-left: none;
    border-top: none;
    top: 1.05em;
}
  .arrow-up {
    border-right: none;
    border-bottom: none;
}
  .web-special {
    background: -webkit-gradient(linear, left top, left bottom, from(#e4eaef), color-stop(30vh, #fff));
    background: -webkit-linear-gradient(#e4eaef, #fff 30vh);
    background: -o-linear-gradient(#e4eaef, #fff 30vh);
    background: linear-gradient(#e4eaef, #fff 30vh);
  }

  .web-special .web-wrap {
    padding: 0;
  }

  .web-special-list {
    padding: 0;
  }

  .web-special-list dt {
    position: static;
    padding: 1.2rem;
    text-align: center;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  .web-special-list dt span {
    font-size: 1.35rem;
  }

  .web-special-list dt i {
    font-size: 2rem;
  }

  .web-special-list dt em {
    vertical-align: -0.5rem;
  }

  .web-special-list dd {
    display: block;
  }

  .web-special-list dd .photo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .web-special-list dd .content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 1.5rem 15px;
  }
  .web-businessDetail {
    width: 100%;
	}
  
  .web-businessDetail-head {
    display: block;
    padding: 0;
  }

  .web-businessDetail-head .title {
    margin: 0 15px;
    padding: 1.5rem 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .web-businessDetail-head .title span {
    font-size: 2rem;
    vertical-align: -2px;
  }

  .web-businessDetail-head .title em {
    font-size: 1.25rem;
  }

  .web-businessDetail-head .title i {
    padding: 0 1rem;
  }

  .web-businessDetail-head .content {
    margin: 0;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .web-businessDetail-head .content h3 {
    font-size: 2rem;
    font-weight: normal;
  }

  .web-businessDetail-head .content p {
    margin-bottom: .3rem;
	font-family: 'font-en', 'Arial','PingFang SC','Microsoft YaHei', '微软雅黑', 'Helvetica', 'SimSun'!important;
  }
	.web-businessDetail-head .content span{
		font-family: 'font-en', 'Arial','PingFang SC','Microsoft YaHei', '微软雅黑', 'Helvetica', 'SimSun'!important;
	}
  .web-businessDetail-head .handle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.3rem 0;
  }

  .web-businessDetail-head .handle span {
    font-size: 1.5rem;
  }

  .web-businessDetail-head .handle em {
    margin: 0 3rem;
    font-size: 1.25rem;
  }

  .web-businessDetail-head .handle img {
    height: 1.5rem;
  }

  .web-businessDetail .swiper-container img {
  max-width: none;
/*    height: 90vh;*/
  }
}

.body-search {
  background: fixed -webkit-gradient(linear, left top, left bottom, from(#efd1d2), color-stop(20%, #fff));
  background: fixed -webkit-linear-gradient(#efd1d2 0%, #fff 20%);
  background: fixed -o-linear-gradient(#efd1d2 0%, #fff 20%);
  background: fixed linear-gradient(#efd1d2 0%, #fff 20%);
  padding-top: 0 !important;
}

.web-search-header {
  position: relative;
}

.web-search-header .title {
  padding: 20vh 0 15vh;
  text-align: center;
}

.web-search-header .title .logo {
  height: 90px;
}

.web-search-header .searchBar {
  position: relative;
  padding-right: 25%;
}

.web-search-header .searchBar input {
  width: 100%;
  height: 5rem;
  padding: 1rem 2rem;
  border: none;
  font-size: 1.125rem;
  vertical-align: top;
  background-color: #f2f2f2;
}

.web-search-header .searchBar button {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 5rem;
  border: none;
  text-align: center;
  background: #ae181f;
  color: #fff;
  font-size: 1.875rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.web-search-header .searchBar button img {
  height: 2rem;
}

.web-search-header .searchBar button:hover {
  background: #98151b;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.web-search-header .searchBar button * {
  vertical-align: middle;
}

.web-search-header .count {
  padding: 2rem 1rem 1.25rem;
  border-bottom: 2px solid #e6e6e6;
  line-height: 1.35;
  color: #1a1a1a;
}

.web-search-header .count span {
  color: #d53e3d;
}

.web-search-result .web-paging {
  padding: 4rem 0;
}

.web-search-list {
  padding-top: 2.5rem;
}

.web-search-list > li {
  display: block;
}

.web-search-item {
  display: block;
  padding: 2rem 1.25rem;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  color: #000;
}

.web-search-item:hover {
  background: #f2f2f2;
}

.web-search-item:hover h3 {
  color: #ae181f;
  letter-spacing: 1px;
}

.web-search-item span {
  color: #d53e3d;
}

.web-search-item h3 {
  font-size: 1.25rem;
  color: #000;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.web-search-item p {
  margin-top: 1em;
  color: #4c4c4c;
  font-size: 0.875rem;
}

.web-search-item em {
  margin-right: 2rem;
  color: #999;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-search-header .title {
    padding: 6vh 0 5vh;
  }

  .web-search-header .title .logo {
    height: 50px;
  }

  .web-search-header .searchBar input {
    height: 4rem;
    padding: 1rem 15px;
  }

  .web-search-header .searchBar button {
    height: 4rem;
    font-size: 1.5rem;
  }

  .web-search-header .searchBar button img {
    height: 1.5rem;
  }

  .web-search-header .count {
    padding: 2rem 15px 1.25rem;
  }

  .web-search-result .web-paging {
    padding: 2rem 0;
  }

  .web-search-list {
    padding-top: 0;
  }

  .web-search-item {
    padding: 1.5rem 15px;
  }
}

.web-contact {
  position: relative;
  background: url("../image/page/inner/map.jpg") no-repeat center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.web-contact:hover .contact-content {
  background: rgba(174, 24, 31, 0.85);
}

.web-contact-content {
  width: 35%;
  min-width: 500px;
  background: rgba(174, 24, 31, 0.75);
  padding: 5%;
  color: #fff;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.web-contact-content.active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-contact-content li {
  position: relative;
  display: block;
  margin-bottom: 5rem;
}

.web-contact-content li:last-of-type {
  padding-right: 140px;
  margin-bottom: 1rem;
}

.web-contact-content li .qrcode {
  position: absolute;
  right: 0;
  bottom: 0;
  width:121px;
}

.web-contact-content li h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1;
}

.web-contact-content li p {
  line-height: 2;
}

.web-contact-content li a {
  color: #fff;
}

.web-contact-content li a:hover {
  text-decoration: underline;
}
/***移动端***/
@media screen and (max-width: 600px) {
  .web-contact-content {
    width: 100%;
    min-width: 100%;
    padding: 45px 15px;
  }
}

.web-job-title {
  padding: 4rem 0 2rem;
  font-size: 2.5rem;
  line-height: 1;
  border-bottom: 1px solid #000;
  text-align: center;
}

.web-job-content a.c999 {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-job-content a.c999:hover {
  text-decoration: underline;
  color: #333;
}

.web-job-list {
  margin: 0 -2rem 2.5rem;
}

.web-job-list li {
  float: left;
  width: 33%;
  padding: 2.5rem 1.5rem 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  opacity: 0;
}

.web-job-list li.active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.web-job-list a {
  display: block;
  line-height: 2.75rem;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: left;
    color: #666666;
    font-size: 1.25rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  padding: 5% 0;
    border: 1px solid #fff;

}
.web-job-list h3, .web-job-list p{
padding: 0 7%;
}
.web-job-list h3{
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #ccc;
	padding-bottom:1rem;
	margin-bottom:1rem;
}
.web-job-list a:hover {
  border: 1px solid #ae181f;
}
.web-job-list a:hover h3{
  color: #ae181f;
}
.web-job-school {
  margin-top: 5rem;
  margin-bottom: 4rem;
  background: url("../image/page/inner/bg-schoolJob.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.web-job-school h3 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1;
}

.web-job-school p {
  line-height: 2;
}

.web-job-school .info {
  margin: 1.5rem 0 2rem;
}

.web-job-school .info span {
  display: inline-block;
  margin-right: 2rem;
}

.web-job-school .info span:last-of-type {
  margin-right: 0;
}

/*.web-job-school .web-link-more {
        vertical-align: top;
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.2);
    }*/

.web-job-school_wrap {
  padding: 3rem 2rem;
  background: rgba(174, 24, 31, 0.8);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-job-school_wrap:hover {
  background: rgba(174, 24, 31, 0.7);
}
/***移动端***/
@media screen and (max-width: 1360px) {
	.web-job-list h3 {
    font-size: 1.15rem;
	}
	.web-job-list h3, .web-job-list p{
	padding: 0 6%;
	}
	.web-job-list li{
	padding: 2.5rem 1rem 0;
	}
}
@media screen and (max-width: 992px) {
  .web-job-title {
    padding: 2rem 0 1rem;
    font-size: 2rem;
  }

  .web-job-list {
    margin: 0 -0.5rem 1.5rem;
  }

  .web-job-list li {
    width: 100%;
    padding: 1.25rem 0.5rem 0;
  }
.web-job-list h3 {
    line-height: 2.5rem;
    font-size: 1.5rem;
}
.modal-dialog {
    width: 100%;
	min-height: 80%;
    height: 80%;
	overflow:auto;
	}
  .web-job-list a {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }

  .web-job-school {
    margin: 2rem 0;
  }

  .web-job-school__wrap {
    padding: 3rem 1rem;
  }
}

.web-about-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3% 9%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.web-about-one .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 68%;
  margin-right:2%;
}

.web-about-one .info h1 {
  margin-bottom: 3rem;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1;
}

.web-about-one .info p {
  margin-bottom: 1em;
  line-height: 2.15;
  text-indent: 2em;
}

.web-about-one .badge {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  text-align: center;
/*  margin-top: 9rem;*/
}

.web-about-one .badge img {
  width: auto;
}

.web-about-one .badge span {
  display: inline-block;
  width: 69%;
  margin-top: 1em;
  color: #ae181f;
  text-align: center;
}

.web-about-one .total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.web-about-one .total li {
  width: 25%;
}

.web-about-one .total li h5 {
  margin-top: 1rem;
  font-size: 3.75rem;
  color: #ae181f;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}
.web-about-one .total .font01{
  display: inline-block;
  font-size: 1.75rem;
  color: #ae181f;
}
.web-about-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}
.web-about-two h2{
	font-size: 1.5rem;
    color: #d9d9d9;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    display: block;
    letter-spacing: 1px;
}
.web-about-two h3{
	font-size: 3.5rem;
    color: #ae181f;
    font-weight: bolder;
    line-height: 1;
    width: 100%;
    display: block;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    background-position: left bottom;
    background-size: 15% 3px;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg,#ae181f,#ae181f 100%,transparent 100%);
}
.web-about-two p{
	font-size: 1.5rem;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
}
.web-about-two .w-40 {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.web-about-two .w-60 {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.web-about-two .name-en {
  background: #ae181f;
}

.web-about-two .name-en img {
  width: 60%;
}

.web-about-two .name-cn {
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  /*-webkit-filter: grayscale(1);*/
  /*filter: grayscale(1);*/
  overflow: hidden;
}

.web-about-two .name-cn.active {
  -webkit-filter: none;
  filter: none;
}

.web-about-two .name-cn.active img {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-about-two .name-cn img {
  width: 100%;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.web-about-two .img1 {
  overflow: hidden;
}

.web-about-two .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.web-about-two .img1 img:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.web-about-two .text {
  /*padding: 4vw 5vw;*/
  position:relative;
  overflow:hidden;
}

/*.web-about-two .text p {
  margin-bottom: 1em;
  text-indent: 2em;
  line-height: 2;
}*/
.web-about-two .swiper-slide {
width: 100%;
text-align: left;
font-size: 18px;
background: #fff;
padding: 2.5vw 0 0 12vw;
cursor:pointer;
}
.web-about-two .swiper {
width: 100%;
height: 100%;
}

.web-about-two .swiper-pagination-bullet {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 1.15rem;
color: #666666;
opacity: 1;
background: #fff;
}
.web-about-two .swiper-pagination-bullet {
margin: 0 20px!important;
}
.web-about-two .swiper-pagination-bullets {
bottom: 30px;
border-top: 1px solid #ccc;
    padding-top: 30px;
}
.web-about-two .swiper-pagination-bullet-active {
color: #fff;
background: #ae181f;
}
/*.web-about-two .swiper-pagination{
padding-left:15vh;
text-align:left;
}*/
.web-about-two .text .footer-img {
  display: none;
}
/***移动端***/
@media screen and (max-width: 1440px) {
	.web-about-two .swiper-slide {
	padding: 1.5vw 0 0 12vw;
	}
	
	.web-about-two h3{
	font-size: 2.5rem;
	margin-bottom:0.5em;
	}
	.web-about-two .swiper-pagination-bullets {bottom: 15px;padding-top: 15px;}
}

@media screen and (max-width: 992px) {
  .web-about .web-wrap {
    padding: 0;
  }

  .web-about-one {
    padding: 2rem 15px;
  }

  .web-about-one .info {
    width: 100%;
    margin-bottom: 1rem;
  }

  .web-about-one .info h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-align: center;
  }

  .web-about-one .badge {
    width: 100%;
    text-align: center;
    margin-top: 0rem;
  }

  .web-about-one .badge img {
    max-width: 50%;
  }

  .web-about-one .total {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-top: 2rem;
    width: 100%;
  }

  .web-about-one .total li {
    width: 40%;
    margin-left: 10%;
    margin-bottom: 1rem;
  }
  .web-about-one .total li h5 {
    margin-top: 1rem;
    font-size: 2.75rem;
    line-height: 1;
  }
  .web-about-two .w-40 {
    display: none;
  }
.web-about-two .swiper-pagination-bullet {
    margin: 0 10px!important;
}
.web-about-two .swiper-pagination-bullets {
    bottom: 40px;
    padding-top: 15px;
	position:relative;
}
.web-about-two h2{
font-size: 1.65rem;
}
.web-about-two h3 {
   font-size: 2.25rem;
	margin-bottom: 2rem;
}
.web-about-two p {
    font-size: 1.35rem;
	margin-bottom: 2rem;
}
.web-about-two .swiper {
   /* min-height: 54vh;*/
}
.web-about-two .swiper-slide{
    padding: 4vw 0 0 6vw;
}
.web-about-two .w-60 {
width: 100%;
}

  .web-about-two .text {
    padding: 1rem 0 2rem;
  }

  .web-about-two .text .footer-img {
    display: block;
    width: 100%;
  }
}

.web-organization {
  background: url("../image/page/inner/bg-cqadi.png") no-repeat center 30%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.web-organization .web-wrap {
  padding: 3% 15px;
  text-align: center;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  /*  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
       -o-transform-origin: center top;
          transform-origin: center top;*/
  opacity: 0;
}

.web-organization .web-wrap.active {
  /*  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;*/
  opacity: 1;
}

.web-organization .web-wrap img {
  max-width: 100%;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-organization {
    overflow-x: scroll;
  }

  .web-organization .web-wrap {
    width: 200%;
    padding: 1rem 15px;
  }
}

.web-leader-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
  margin-top: 5%;
}

.web-leader-panel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 23%;*/
  width: 100%;
  background: #fff;
  border-left: 2px solid #ae181f;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  margin: 2.5% 1%;
}

.web-leader-panel:hover {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

.web-leader-panel:nth-child(2n) {
  /*width: 40%;*/
}

.web-leader-panel:nth-child(2n):hover {
  /*-webkit-transform: translateX(1rem);*/
  /*-ms-transform: translateX(1rem);*/
  /*-o-transform: translateX(1rem);*/
  /*transform: translateX(1rem);*/
}

.web-leader-panel .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
  padding-top: 0.5rem;
  padding-right: 0.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ae181f url("../image/page/inner/title-bg.png") no-repeat center bottom;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: .5rem;
}

.web-leader-panel .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.607rem 2rem;
}

.web-leader-panel .item {
  /*display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;*/
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding: 1rem 0;*/
  border-bottom: 1px solid #e6e6e6;
  /*font-size: 1.125rem;*/
  line-height: 2;
}

.web-leader-panel .item:last-of-type {
  border-bottom: none;
}

.web-leader-panel .item .name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5.5em;
  white-space: nowrap;
  color: #ae181f;
  font-size: 1rem;
}

.web-leader-panel .item .man {
  word-break: break-word;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
}

.web-leader-panel .item .man span {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1rem;

}

.web-leader-panel .item .man span:last-of-type {
  margin-right: 0;
/*  float: right;*/
  color: #999999;
  font-size: 1rem;
  line-height: 3rem;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-leader-content {
    margin: 6% 0;
  }

  .web-leader-panel {
    width: 96%;
  }

  .web-leader-panel:nth-child(2n) {
    width: 96%;
  }

  .web-leader-panel .title {
    font-size: 1.667rem;
  }

  .web-leader-panel .content {
    padding: 2.5rem 2rem;
  }

  .web-leader-panel .item .man {
    /*padding-left: 1.5rem;*/
    font-size: 1.4rem;
  }
  .web-leader-panel .item .name{
    font-size: 1.15rem;
  }
  .web-leader-panel .item .man span:last-of-type{
    font-size: 1.15rem;
  }
}

.web-team {
  padding-bottom: 4rem;
}
.web-team-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 15% 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.web-team-nav > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 22%;
  background: #fff;
  line-height: 5rem;
  font-size: 1.125rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.web-team-nav > li.active {
  font-size: 1.5rem;
  cursor: default;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.web-team-nav > li.active,
.web-team-nav > li:hover {
  background: #ae181f;
  color: #fff;
}
.web-team-section {
  display: none;
}
.web-team-section.active {
  display: block;
}
.web-team-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-left: 15%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
}
.web-team-person.active {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  opacity: 1;
}
.web-team-person:hover {
  background-color: #ae181f;
  color: #fff;
}
.web-team-person:hover .face img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.web-team-person:hover .info p {
  color: rgba(255, 255, 255, 0.75);
}
.web-team-person:nth-of-type(2n) {
  margin-left: 0;
  margin-right: 10%;
  /*-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
       -o-transform: translateX(-20%);
          transform: translateX(-20%);*/
}
.web-team-person:nth-of-type(2n) .info {
  padding-right: 5%;
}
.web-team-person .face {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 21%;
  overflow: hidden;
  padding: 3% 3% 3% 5%;
}
.web-team-person:nth-of-type(2n) .face {
  margin-left: 16%;
}
.web-team-person .face img {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.web-team-person .info {
  /*padding: 3% 17.5% 3% 0;*/
  padding: 4% 17.5% 4% 4%;
  width: 100%;
  overflow: hidden;
	
  background: url("../image/page/inner/bg-logo1.png")no-repeat right;
  -webkit-background-size: 33.333333% auto;
  background-size: 33.333333% auto;
}
.web-team-person .info h3 {
  font-size: 2.25rem;
  line-height: 1;
}
.web-team-person .info h5 {
  margin-bottom: 2em;
  padding: 1em 0;
  font-size: 1.125rem;
  border-bottom: 1px solid #e6e6e6;
}
.web-team-person .info p {
  line-height: 2;
  color: #666;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
  .web-team-person:nth-of-type(2n) .txt {
    padding-left: 17.5%;
}
.web-team-person .txt {
    /* width: 74%; */
    width: 100%;
    float: left;
    padding-right: 5%;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-team {
    padding-bottom: 2rem;
    overflow-x: hidden;
  }
  .web-team-nav {
    margin: 15px 0 0;
  }
  .web-team-nav > li {
    width: 24%;
    line-height: 4rem;
  }
  .web-team-nav > li.active {
    font-size: 1.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .web-team-person {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
  .web-team-person:nth-of-type(2n) {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .web-team-person:nth-of-type(2n) .info {
    /*padding: 5%;*/
	padding: 4% 0 4% 4%;
  }
  .web-team-person:nth-of-type(2n) .txt {
    padding-left: 0;
}
.web-team-person .txt {
    /* width: 74%; */
    width: 100%;
    float: left;
    padding-right: 5%;
}
  .web-team-person .face {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 4% 3% 2% 3%;
  }
  .web-team-person .face img {
    width: 100%;
    height: 30vh;
    -o-object-position: center 30%;
    object-position: center 30%;
  }
  .web-team-person:nth-of-type(2n) .face {
    margin-left: 0;
  }
  .web-team-person .info {
    padding: 4%;
  }
  .web-team-person .info h3 {
    font-size: 1.75rem;
  }
  .web-team-person .info h5 {
    margin-bottom: 1em;
    font-size: 1.2rem;
  }
  .web-team-person .info p{
    font-size: 1.05rem;
  }
}
.web-qualification {
  padding: 3rem 0;
}
.web-qualification-txt{
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #b3b3b3;
}
.web-qualification-txt, .web-qualification-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-pack: justify;*/
  /*-webkit-justify-content: space-between;*/
  /*-moz-box-pack: justify;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
}
.web-qualification-txt > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 31%;
  margin: 2% 1% 0;
  padding: 1.045% 0.5%;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 1.1rem;
}
.web-qualification-txt > li:hover{
  background: #ae181f;
  color: #fff;
}
.web-qualification-list > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 23%;
  /*margin-bottom: 3%;*/
  margin: 1.5% 1%;
}

.web-qualification-item {
  padding: 1.5rem 0;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.web-qualification-item:hover {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.web-qualification-item:hover .shadow {
  opacity: 1;
  height: 100%;
}

.web-qualification-item:hover p {
  color: #ae181f;
}

.web-qualification-item .shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(174, 24, 31, 0.66)), to(rgba(174, 24, 31, 0)));
  background: -webkit-linear-gradient(rgba(174, 24, 31, 0.66), rgba(174, 24, 31, 0));
  background: -o-linear-gradient(rgba(174, 24, 31, 0.66), rgba(174, 24, 31, 0));
  background: linear-gradient(rgba(174, 24, 31, 0.66), rgba(174, 24, 31, 0));
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
}

.web-qualification-item .shadow > img {
  height: 3rem;
}

.web-qualification-item .con {
  position: relative;
  border: 1px solid #e6e6e6;
  margin: 0 1.5rem;
}

.web-qualification-item .con > img {
  max-width: 100%;
  height: 194px;
}

.web-qualification-item p {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #666;
}

.page-btn {
  margin: 0 auto;
  /*width: 1000px;*/
  text-align: center;
}

.page-gray {
  font-size: 18px;
  text-align: center;
  background: rgba(194, 194, 194, 0.8);
  color: #fff;
  border: none;
  padding: 8px 24px 4px;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.page-next {
  font-size: 18px;
  text-align: center;
  background: rgba(174, 24, 31, 0.8);
  color: #fff;
  border: none;
  padding: 8px 24px 4px;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
}

.page-next:hover {
  background: rgba(174, 24, 31, 0.9);
}

.web-dialog-qualification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
  opacity: 0;
}

.web-dialog-qualification.active {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web-dialog-qualification > img {
  max-width: 100%;
  max-height: 100%;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .page-btn{
    padding-bottom: 50px;
  }
  .web-qualification-txt {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
  .web-qualification-txt > li{
    width: 100%;
    margin: 3% 1% 0;
    padding: 3% 4%;
    font-size: 1.2rem;
  }
  .web-qualification {
    padding: 15px 0 0.5rem;
  }

  .web-qualification-list > li {
    width: 100%;
    margin-bottom: 15px;
  }

  .web-qualification-item {
    padding: 1rem;
  }

  .web-qualification-item p {
    padding: 0.5rem 0;
  }

  .web-qualification-item .con > img {
    width: 100%;
  }
}

.web-history {
  /*height: 90vh;*/
  /*background: url("../image/page/inner/bg-logo2.png") no-repeat left bottom, url("../image/page/inner/bg-history.png") no-repeat 90% bottom;*/
  /*-webkit-background-size: 20% auto, 45% auto;*/
  /*background-size: 20% auto, 45% auto;*/
  width:1220px;
  background: #f5f5f5;
}

.web-history .web-wrap {
  height: 100%;
}

.web-history .swiper-container {
  height: 100%;
}

.web-history .swiper-slide {
  width: 27.5vw;
  padding-top: 35vh;
}

/*.web-history .swiper-slide:nth-of-type(2n) .web-history-item .date {
  top: auto;
  bottom: 0.5rem;
}*/

/*.web-history .swiper-slide:nth-of-type(2n) .web-history-item .dot:hover .text {
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

.web-history .swiper-slide:nth-of-type(2n) .web-history-item .dot:hover .text:after {
  border-bottom-color: #ae181f;
}

.web-history .swiper-slide:nth-of-type(2n) .web-history-item .dot:hover .date {
  -webkit-transform: translateY(-0.6rem);
  -ms-transform: translateY(-0.6rem);
  -o-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}

.web-history .swiper-slide:nth-of-type(2n) .web-history-item .text {
  top: 3rem;
  bottom: auto;
}

.web-history .swiper-slide:nth-of-type(2n) .web-history-item .text:after {
  top: -2.3rem;
  bottom: auto;
  border-color: transparent transparent #b58d86 transparent;
}*/
.web-history-box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 3rem;
}
.web-history-nav{
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*  justify-content: flex-end;*/
  position: relative;
  left: 4%;
}
/*.web-history-nav:nth-of-type(2n){
  justify-content: flex-start;
  left: -5%;
  margin-top:21%;
}*/

.web-history-nav div{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
	margin-bottom: 3%;
    margin-left: 2%;
}
.web-history-nav .box{
	width: 84%;
    background: #fff;
    padding: 1.5% 0;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	}
.web-history-nav .txt{
	width: 48%;
    display: inline-block;
    font-size: 1.15rem;
    line-height: 2rem;
    padding-left: 5%;
    padding-top: 4%;
	}
.web-history-nav .pic{
    width: 50%;
    padding: 0 3% 0 6%;
}
.web-history-nav .dot {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  margin-top: 5rem;
  cursor: pointer;
  position: relative;
  color: #fff;
}
/*.web-history-nav:nth-of-type(2n) .dot{

}
.web-history-nav:nth-of-type(1) .dot{
  margin-top: 6rem;
}*/
.web-history-nav .dot:before {
  width: 100%;
  height: 100%;
  background: rgba(174, 24, 31, 0.2);
}
.web-history-nav .dot span{
  top: -72%;
  left: 15%;
  font-size: 2.5rem;
  position: relative;
  z-index: 9;
}
.web-history-nav:nth-of-type(1) .dot span{
	transform: scale(0.9);
	display: block;
	left: 5%;
}
.web-history-nav .dot:after {
  width: 80%;
  height: 80%;
  margin: -135% auto;
  background: #ae181f;
}
.web-history-nav .line {
  position: absolute;
  width: 2px;
  background: #ae181f;
  left: 82px;
  top: 0;
  height: 100%;
}
.web-history-nav .dot:before,
.web-history-nav .dot:after {
  content: '';
  display: block;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.web-history-nav .dot:hover:before,
.web-history-nav .dot:hover:after {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.web-history-item .line {
  position: relative;
  height: 2px;
  background: #ae181f;
  text-align: center;
}
.web-history-item .dot {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -1.15rem;
  cursor: pointer;
}
.web-history-item .dot:before,
.web-history-item .dot:after {
  content: '';
  display: block;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.web-history-item .dot:before {
  width: 100%;
  height: 100%;
  background: rgba(174, 24, 31, 0.2);
}

.web-history-item .dot:after {
  width: 50%;
  height: 50%;
  margin: -75% auto;
  background: #ae181f;
}

.web-history-item .dot:hover:before,
.web-history-item .dot:hover:after {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.web-history-item .dot:hover .text {
  background: #ae181f;
  -webkit-transform: translateY(-0.8rem);
  -ms-transform: translateY(-0.8rem);
  -o-transform: translateY(-0.8rem);
  transform: translateY(-0.8rem);
}

.web-history-item .dot:hover .text:after {
  border-top-color: #ae181f;
}

.web-history-item .dot:hover .date {
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

.web-history-item .date {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.web-history-item .text {
  position: absolute;
  bottom: 3rem;
  left: 10%;
  right: 10%;
  padding: 1rem 1.5rem;
  background: #b58d86;
  color: #fff;
  line-height: 1.8;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.web-history-item .text:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -1rem;
  bottom: -2.3rem;
  border-style: solid;
  border-width: 1.2rem 1rem;
  border-color: #b58d86 transparent transparent transparent;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-history {
  width:100%;
  }
  .web-history-nav .box{
    width:80%;
	margin-bottom:2rem;
  }
  .web-history-box{margin-top: 2rem}
  .web-history-nav{
    left: 0;
    width: 100%;
  }
.web-history-nav:nth-of-type(n) .dot {
    height: 5rem;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    color: #fff;
    width: 5rem;
    display: inline-block;
  }
  .web-history-nav .dot span {
	top: -70%;
    left: 20%;
    font-size: 1.25rem;
  }
  .web-history-nav:nth-of-type(1) .dot span{
  transform: scale(1);
    left: 14%;
  }
  .web-history-nav .dot:after {
    margin: -128% auto;
  }
  .web-history-nav .line{left: 9%;}
  .web-history-nav div{
    margin: 0;
  }
  .web-history-nav .txt{
	width: 100%;
    padding-bottom: 4%;
    padding-right: 5%;
  }
  .web-history-nav p {
    font-size: 1.15rem;
  }
  .web-history-nav .pic{
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 4% 0 6%;
  }
/*  .web-history-nav:nth-of-type(2n) div{
    /*margin-top: -17%;*/
  }
/*  .web-history-nav:nth-of-type(2n) {
    flex-direction: column;
    left: 9%;
    margin-top: 2rem;
  }*/
  .web-history-nav img{padding: 0}
  .web-history .web-wrap {
    padding: 0;
  }

  .web-history .swiper-slide {
    width: 80vw;
    padding-top: 30vh;
  }
}

.web-control {
  width: 100%;
  margin: 0 auto;
}

.web-control .web-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.web-control .web-wrap:before,
.web-control .web-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.web-news-detail .web-wrap {
  padding: 60px 0;
}
@media only screen and (max-width:1279px){
	.web-about-two .img1 img{
	height: 100%;
	width:auto;
	}
	.web-home-team .team-total{
	padding: 30vh 1vh 0 5vh;
	}
	.web-home-team .team-total .number{
	font-size: 3rem;
	}
	.web-home-team .team-text{
	padding: 18vh 5vh 5vh 5vh;
	}
	.home-business-nav{
	width: 96%;
	}
	.web-qualification-item p{
	font-size: 1rem;
	}
}
@media only screen and (max-width:1440px){
	.topbanner{
	height: 7rem;
	}
	.web-dialog-detail .detail__wrap{
	padding: 1rem 5rem;
	}
	.web-dialog-detail .detail__aside{
	    padding: 2rem 5rem 2rem 0;
	}
	.web-dialog-detail .detail__section{
	padding-right: 0rem;
	}
	.web-dialog-detail{
	padding: 20px 40px;
	}
}
@media only screen and (max-width:1024px){
	.topbanner{
	height: 6rem;
	}
	.web-dialog-detail .detail__wrap{
	padding: 1rem 2rem;
	}
	.web-dialog-detail .detail__aside{
	    padding: 2rem 5rem 2rem 0;
	}
	.web-dialog-detail .detail__section{
	padding-right: 0rem;
	}
	.web-dialog-detail{
	padding: 18px 20px;
	}
}