@charset "UTF-8";
/*
 * @Author: feelChin 
 * @Date: 2021-05-25 17:16:02 
 * @Last Modified by: feelChin
 * @Last Modified time: 2021-11-15 15:24:20
 */
/*
 * @Author: Chin 
 * @Date: 2020-06-23 10:17:36 
 * @Last Modified by: feelChin
 * @Last Modified time: 2021-07-12 14:32:55
 */
@import url("../fonts/iconfont/iconfont.css");
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans SC,PingFang SC,Microsoft Yahei,miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif";
  -webkit-tap-highlight-color: transparent;
  font-size: .14rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

ul, ol, menu {
  list-style: none;
}

fieldset, img {
  border: 0;
  display: inline-block;
}

img, object, input, textarea, button, select {
  vertical-align: middle;
}

article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

input, textarea, button, select, a {
  outline: none;
  border: none;
}

input, textarea {
  display: block;
  -webkit-user-select: auto;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

mark {
  background-color: transparent;
}

a, ins, s, u, del {
  text-decoration: none;
  color: inherit;
}

sup, sub {
  vertical-align: baseline;
}

h4, h5, h6 {
  font-weight: 400;
}

:root {
  --ease-in-a: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-b: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-c: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-d: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-e: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-f: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-a: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-b: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-c: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-d: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-e: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-f: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-a: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-b: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-c: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-d: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-e: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-f: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.y30 {
  opacity: 0;
  transform: translate3d(0, 30%, 0) scale(0.9);
}

.y30.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.y60 {
  opacity: 0;
  transform: translate3d(0, 50%, 0) scale(0.9);
}

.y60.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.y100 {
  opacity: 0;
  transform: translate3d(0, 100%, 0) scale(0.9);
}

.y100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.x50 {
  opacity: 0;
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.x50.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.x100 {
  opacity: 0;
  transform: translate3d(100%, 0, 0) scale(0.9);
}

.x100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.x-50 {
  opacity: 0;
  transform: translate3d(-50%, 0, 0) scale(0.9);
}

.x-50.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.x-100 {
  opacity: 0;
  transform: translate3d(-100%, 0, 0) scale(0.9);
}

.x-100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.o {
  opacity: 0;
}

.o.flag {
  opacity: 1;
  transition: 1.7s;
}

.splitlist {
  line-height: 1.2;
  white-space: pre-wrap;
}

.splitlist.flag span {
  animation: fadeInRight 1s forwards;
}

.splitlist span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: 0;
  display: inline-block;
}

.splitlist span.letters {
  color: #CC131D;
}

.cursordot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
  background-size: contain;
  mix-blend-mode: exclusion;
}

.cursordot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  mix-blend-mode: exclusion;
}

.cursordot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%) scale(1.2);
  mix-blend-mode: exclusion;
  border-radius: 50%;
}

.imgs {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.deepmao {
  position: relative;
  top: -.9rem;
  display: block;
  height: 0;
  overflow: hidden;
}

.linkA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.photoActives {
  position: relative;
  overflow: hidden;
}

.photoActives .photoActive {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
  bottom: -100%;
  transition: .66s;
  transition-timing-function: var(--ease-in-out-b);
}

.photoSlides {
  position: relative;
  overflow: hidden;
  --bg: white;
}

.photoSlides.ifIe:after {
  width: 100%;
  transition: .6s;
}

.photoSlides.ifIe img {
  opacity: 1;
}

.photoSlides:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: var(--bg);
  z-index: 3;
}

.photoSlides.flag:after {
  width: 100%;
  transition: .6s;
}

.photoSlides.reset:after {
  width: 0%;
  right: auto;
  left: 0;
}

.photoSlides img {
  opacity: 0;
  transition: transform .5s;
}

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ells {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wechat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.wechat.active {
  transition: .3s;
  visibility: visible;
  opacity: 1;
}

.wechat.active div {
  transform: translateY(0);
}

.wechat div {
  height: auto;
  padding: 20px;
  background: #eee;
  text-align: center;
  transition: .3s;
  transform: translateY(50px);
}

.wechat div img {
  display: block;
  margin: auto;
}

.wechat div p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

.videobox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.videobox.active {
  visibility: visible;
  opacity: 1;
}

.videobox.active .bg {
  visibility: visible;
  opacity: 1;
}

.videobox.active video {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}

.videobox.active i {
  visibility: visible;
  opacity: 1;
}

.videobox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s;
  visibility: hidden;
  opacity: 0;
}

.videobox video {
  width: 70%;
  transition: .4s;
  transform: translateY(50%);
  opacity: 0;
  max-width: 100%;
}

.videobox i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CC131D;
  color: #fff;
  z-index: 3;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}

.videobox i:hover {
  background: #f03;
}

.subnavHead {
  position: relative;
}

.subnavHead .bannerimg {
  overflow: hidden;
}

.subnavHead .bannerimg img {
  position: relative;
  width: 100%;
  display: block;
  will-change: transform;
}

.newspaper {
  word-break: break-all;
}

.newspaper a {
  transition: color .4s;
}

.newspaper a:link {
  color: #333;
}

.newspaper a:visited {
  color: #333;
}

.newspaper a:active {
  color: #CC131D;
}

.newspaper a:hover {
  color: #CC131D;
}

.newspaper img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
}

.newspaper .tablebox {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.newspaper .tablebox::-webkit-scrollbar {
  display: none;
}

.newspaper .tablebox table {
  width: auto !important;
  max-width: 100% !important;
}

.fixedScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.fixedScreen.flag {
  transition-delay: .5s;
  visibility: hidden;
}

.fixedScreen.flag:after {
  height: 0;
}

.fixedScreen:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #CC131D;
  transition-delay: .2s;
  transition: 2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.last3:nth-child(3n+1):nth-last-child(-n+3),
.last3:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}

.amap-logo, .amap-copyright {
  display: none !important;
}

.amap-toolbar {
  z-index: 2;
  display: none !important;
}

.amap-scalecontrol {
  display: none !important;
}

.amap-layers:after {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
}

.amap-layers svg {
  width: 100% !important;
  height: 100% !important;
}

.amap-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.innerdot {
  display: none !important;
}

.infobox {
  display: none;
}

.amap-info-contentContainer {
  width: auto;
  height: auto;
  max-width: 300px;
  padding: .15rem;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.amap-info-contentContainer h5 {
  color: #333;
  font-size: .18rem;
}

.amap-info-contentContainer p {
  color: #999;
  font-size: .16rem;
}

.mapdots {
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  color: #f03;
}

.mapdots:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #CC131D;
  z-index: -1;
  -webkit-animation: dots 1.5s infinite linear;
  animation: dots 1.5s infinite linear;
}

.mapdots .dot {
  width: .3rem;
  height: .3rem;
  background: #CC131D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mapdots .dot img {
  width: 25px;
  transform: translateY(-50%);
}

@keyframes dots {
  from {
    opacity: 1;
    transform: scale(0.1);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .noscroll {
    background-attachment: scroll !important;
  }
  .videobox video {
    width: 100%;
  }
  .amap-info-contentContainer {
    padding: .3rem;
  }
  .amap-info-contentContainer h5 {
    font-size: .24rem;
  }
  .amap-info-contentContainer p {
    font-size: .2rem;
  }
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*
  
      2. Share modal/popup and links
  
   */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*
  
      3. Index indicator ("1 of X" counter)
  
   */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
      
      4. Caption
  
   */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*
  
      5. Loading indicator (preloader)
  
      You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
  
   */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
              The idea of animating inner circle is based on Polymer ("material") loading indicator 
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*
      
      6. Additional styles
  
   */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent !important;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
      pswp__ui--hidden class is added when controls are hidden
      e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
      stretched thumbnail or div placeholder element (see below)
      style is added to avoid flickering in webkit/blink when layers overlap
  */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
      div element that matches size of large image
      large image loads on top of it
  */
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}

.pswp__top-bar {
  background-color: transparent;
}

.pswp__top-bar .pswp__button--close {
  position: relative;
  width: 50px;
  height: 50px;
  top: 0;
  background: #CC131D;
  font-size: 16px;
  color: white;
  background-position: 0 0;
  opacity: 1;
  z-index: 2;
}

.pswp__caption {
  margin-top: 20px;
  background: transparent;
  bottom: 0;
  display: none;
}

.pswp__caption small {
  display: none;
}

.pswp__caption__center {
  width: auto;
  min-height: 44px;
  line-height: 1.2;
  transition: .3s;
  font-size: 14px;
  color: #747474;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: white;
  box-sizing: border-box;
}

.pswp__button {
  width: 30px;
  height: 30px;
  background: transparent;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  transition: .5s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #CC131D;
  opacity: 1;
}

.pswp__button--arrow--left:hover, .pswp__button--arrow--right:hover {
  background: #CC131D;
  color: white;
}

.pswp__button--arrow--left {
  left: 50%;
  transform: translateX(-50%);
}

.pswp__button--arrow--right {
  right: 50%;
  transform: translateX(50%);
}

.pswp__button--arrow--left {
  margin-left: -600px;
}

.pswp__button--arrow--right {
  margin-right: -600px;
}

.pswp__button--arrow--left:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.pswp__button--arrow--right:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.atie-calendar, .atie-calendar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.calendar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.atie-calendar-mask {
  position: fixed;
  height: 100%;
  width: 100%;
}

.atie-calendar {
  position: relative;
  outline: none;
  width: 280px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  line-height: 1.5;
}

.atie-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}

.atie-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}

.atie-calendar-date-panel {
  position: relative;
}

.atie-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}

.atie-calendar-header > div > a {
  position: absolute;
  top: 0;
  font-size: 12px;
  cursor: pointer;
}

.atie-calendar-header > div > a:hover {
  color: #1890ff;
}

.atie-calendar-prev-year-btn {
  left: 7px;
}

.atie-calendar-prev-month-btn {
  left: 36px;
}

.atie-calendar-next-year-btn {
  right: 7px;
}

.atie-calendar-next-month-btn {
  right: 36px;
}

.atie-calendar-ym-select {
  font-weight: 500;
}

.atie-calendar-body {
  padding: 8px 12px;
}

.atie-calendar table, .atie-calendar td, .atie-calendar th {
  border: 0;
  text-align: center;
}

.atie-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}

.atie-calendar thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.atie-calendar tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.atie-calendar tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.atie-calendar-column-header .atie-calendar-column-header-inner {
  display: block;
  font-weight: 400;
}

.atie-calendar-cell {
  padding: 3px 0;
  height: 30px;
  cursor: pointer;
}

.atie-calendar-selected-day .atie-calendar-date {
  background: #d1e9ff;
}

.atie-calendar-last-month-cell .atie-calendar-date, .atie-calendar-next-month-btn-day .atie-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}

.atie-calendar-today .atie-calendar-date {
  border-color: #1890ff;
  font-weight: 700;
  color: #1890ff;
}

.atie-calendar-selected-date .atie-calendar-date, .atie-calendar-selected-start-date .atie-calendar-date, .atie-calendar-selected-end-date .atie-calendar-date {
  background: #1890ff;
  color: #fff;
  border: 1px solid transparent;
}

.atie-calendar-date {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.atie-calendar-footer {
  border-top: 1px solid #e8e8e8;
  line-height: 38px;
  padding: 0 12px;
}

.atie-calendar-footer-btn {
  text-align: center;
  display: block;
}

.atie-calendar .atie-calendar-today-btn {
  display: inline-block;
  text-align: center;
  color: #1890ff;
  cursor: pointer;
}

@keyframes shubiao {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}

@keyframes guodong {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 35px, 0);
  }
  75% {
    transform: translate3d(0, -20px, 0);
  }
  90% {
    transform: translate3d(0, 10px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes faderRotateZ {
  from {
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
    transform: perspective(500px) rotatex(-90deg) translateZ(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) translateZ(0);
  }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html, body {
  scroll-behavior: smooth;
}

.august {
  padding: .25rem 0 .55rem;
}

@font-face {
  font-family: "din";
  src: url("../fonts/din/dincond-medium-webfont.eot");
  src: url("../fonts/din/dincond-medium-webfont.eot") format("embedded-opentype"), url("../fonts/din/dincond-medium-webfont.woff2") format("woff2"), url("../fonts/din/dincond-medium-webfont.woff") format("woff"), url("../fonts/din/dincond-medium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GILROY-REGULAR.eot");
  src: url("../fonts/gilroy/GILROY-REGULAR.eot") format("embedded-opentype"), url("../fonts/gilroy/GILROY-REGULAR.woff2") format("woff2"), url("../fonts/gilroy/GILROY-REGULAR.woff") format("woff"), url("../fonts/gilroy/GILROY-REGULAR.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #CC131D;
}

::-moz-selection {
  background: #CC131D;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #CC131D;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.App {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1.1s;
  transition: opacity 1.1s;
}

.App.flag {
  opacity: 1;
  visibility: visible;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

header .headerTop {
  height: .7rem;
  background: #fff;
}

header .headerTop .w1400 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 11;
}

header .headerTop .w1400 .logo {
  display: flex;
  align-items: center;
  height: 100%;
}

header .headerTop .w1400 .morelink {
  height: 100%;
  display: flex;
  align-items: center;
}

header .headerTop .w1400 .morelink .tel {
  display: flex;
  align-items: center;
  color: #CC131D;
}

header .headerTop .w1400 .morelink .tel i {
  font-size: .3rem;
}

header .headerTop .w1400 .morelink .tel small {
  font-size: .16rem;
  font-weight: 700;
  display: block;
  margin: 0 .1rem;
}

header .headerTop .w1400 .morelink .tel span {
  font-size: .24rem;
  font-family: 'gilroy' !important;
  font-weight: 700;
}

header .headerTop .w1400 .morelink .searchBox {
  margin-left: .25rem;
  position: relative;
}

header .headerTop .w1400 .morelink .searchBox input {
  width: 1.6rem;
  height: .3rem;
  border-radius: .2rem;
  background: #F2F2F2;
  padding: 0 .5rem  0 .25rem;
  box-sizing: border-box;
}

header .headerTop .w1400 .morelink .searchBox a {
  color: #999;
  font-size: .18rem;
  line-height: 1;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: .2rem;
  transform: translate(0, -50%);
  transition: color .4s;
}

header .headerTop .w1400 .morelink .searchBox a:hover {
  color: #CC131D;
}

header .headerNav {
  position: absolute;
  height: .5rem;
  width: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

header .headerNav ul {
  height: 100%;
  display: flex;
  justify-content: center;
}

header .headerNav ul li {
  height: 100%;
  position: relative;
  margin: 0 .35rem;
}

header .headerNav ul li:hover .floatList {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -4px);
}

header .headerNav ul li > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  font-weight: 700;
  color: #fff;
}

header .headerNav ul li .floatList {
  position: absolute;
  top: 100%;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 5%);
  opacity: 0;
  visibility: hidden;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
  box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
}

header .headerNav ul li .floatList:after, header .headerNav ul li .floatList:before {
  content: '';
  display: block;
  height: .1rem;
}

header .headerNav ul li .floatList:before {
  border-top: 4px solid #CC131D;
}

header .headerNav ul li .floatList a {
  display: flex;
  align-items: center;
  height: .4rem;
  white-space: nowrap;
  justify-content: center;
  padding: 0 .32rem;
  transition: .4s;
}

header .headerNav ul li .floatList a:hover {
  background: #CC131D;
  color: #fff;
}

.mobileMenu {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-timing-function: ease-in-out;
}

.mobileMenu .mobileMenu_box {
  position: relative;
  width: 24px;
  height: 18px;
}

.mobileMenu .mobileMenu_box.active div {
  background: #CC131D;
}

.mobileMenu .mobileMenu_box.active div:first-child {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  transition-property: width,top,transform;
  transition-delay: 0s,0s,.3s;
}

.mobileMenu .mobileMenu_box.active div:nth-child(2) {
  opacity: 0;
  width: 100%;
}

.mobileMenu .mobileMenu_box.active div:last-child {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  transition-property: bottom,transform;
  transition-delay: 0s,.3s;
}

.mobileMenu .mobileMenu_box div {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #CC131D;
  left: 0;
  transition: .3s;
}

.mobileMenu .mobileMenu_box div:first-child {
  top: 0;
}

.mobileMenu .mobileMenu_box div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.mobileMenu .mobileMenu_box div:last-child {
  bottom: 0;
}

.qrCodeBox {
  display: none;
}

.mobileNav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: .5s;
  transition-timing-function: var(--ease-in-out-b);
  z-index: 8;
  background: white;
}

.mobileNav.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.mobileNav .box {
  width: 100%;
  height: calc(100% - 1rem);
  padding-top: 1rem;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.mobileNav .box::-webkit-scrollbar {
  display: none;
}

.mobileNav .box .mobileNavitems {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.mobileNav .box .mobileNavitems .item {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 5%;
  box-sizing: border-box;
}

.mobileNav .box .mobileNavitems .item.active h5 {
  color: #CC131D;
}

.mobileNav .box .mobileNavitems .item.active i {
  color: #CC131D;
  transform: rotate(90deg);
}

.mobileNav .box .mobileNavitems .item h5 {
  font-family: initial;
  color: #333;
  font-size: 16px;
  transition: .3s;
}

.mobileNav .box .mobileNavitems .item i {
  color: #666;
  transition: .4s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems {
  transition: .4s;
  padding: 0 5%;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #f9f9f9;
}

.mobileNav .box .mobileNavitems .mobilelinkitems.hasChildActive:before, .mobileNav .box .mobileNavitems .mobilelinkitems.hasChildActive:after {
  display: block;
}

.mobileNav .box .mobileNavitems .mobilelinkitems:before, .mobileNav .box .mobileNavitems .mobilelinkitems:after {
  content: '';
  width: 100%;
  display: none;
  height: 10px;
}

.mobileNav .box .mobileNavitems .mobilelinkitems a {
  position: relative;
  display: flex;
  height: 35px;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: .5s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems a:hover {
  color: #CC131D;
}

.popUp {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.popUp.active {
  visibility: visible;
}

.popUp.active .popUpBg {
  visibility: visible;
  opacity: 1;
  transition: .5s;
}

.popUp .popUpBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.popUp .popUpBox {
  width: 70%;
  height: 45%;
  background: #fff;
}

.swiper-box1 {
  overflow: hidden;
  position: relative;
}

.swiper-box1 .prev, .swiper-box1 .next {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: .36rem;
  height: .36rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  transition: .4s;
  cursor: pointer;
  font-size: .16rem;
}

.swiper-box1 .prev:hover, .swiper-box1 .next:hover {
  background: #CC131D;
  border-color: #CC131D;
}

.swiper-box1 .prev {
  left: .3rem;
}

.swiper-box1 .next {
  right: .3rem;
}

.swiper-box1 .swiper-pag {
  display: flex;
  position: absolute;
  bottom: .26rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  align-items: center;
  justify-content: center;
}

.swiper-box1 .swiper-pag span {
  width: 0.57292vw;
  height: 0.57292vw;
  border-radius: .11rem;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  opacity: 1;
  transition: .4s;
  margin: 0 .7rem;
}

.swiper-box1 .swiper-pag span.swiper-pagination-bullet-active {
  width: .49rem;
  background: #CC131D;
}

.swiper-box1 .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1400 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1400 h6 {
  font-size: .21rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1400 h5 {
  font-size: .49rem;
  font-weight: 700;
  text-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}

.indexTitle {
  height: .83rem;
  background: #fff;
}

.indexTitle .w1400 {
  display: flex;
  height: 100%;
}

.indexTitle .w1400 .proclamation {
  width: 70.71%;
  height: 100%;
  display: flex;
  align-items: center;
}

.indexTitle .w1400 .proclamation .title {
  color: #CC131D;
  display: flex;
  align-items: center;
}

.indexTitle .w1400 .proclamation .title i {
  font-size: .32rem;
  line-height: 1;
}

.indexTitle .w1400 .proclamation .title h5 {
  font-size: .18rem;
  font-weight: 700;
  margin-left: .1rem;
}

.indexTitle .w1400 .proclamation .swiper-proclamation {
  height: 100%;
  overflow: hidden;
  flex: 1;
}

.indexTitle .w1400 .proclamation .swiper-proclamation .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexTitle .w1400 .proclamation .swiper-proclamation .swiper-wrapper .swiper-slide:hover .text p {
  color: #CC131D;
}

.indexTitle .w1400 .proclamation .swiper-proclamation .swiper-wrapper .swiper-slide .text {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.indexTitle .w1400 .proclamation .swiper-proclamation .swiper-wrapper .swiper-slide .text time {
  font-size: .16rem;
}

.indexTitle .w1400 .proclamation .swiper-proclamation .swiper-wrapper .swiper-slide .text p {
  font-size: .16rem;
  margin-left: .1rem;
  flex: 1;
  -webkit-line-clamp: 1;
  transition: color .4s;
}

.indexTitle .w1400 .proclamation .swiper-proclamation .swiper-wrapper .swiper-slide span {
  font-size: .16rem;
  margin-left: .6rem;
  transition: color .4s;
}

.indexTitle .w1400 .stock {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.indexTitle .w1400 .stock .item .title {
  color: #CC131D;
  display: flex;
  align-items: center;
}

.indexTitle .w1400 .stock .item .title h6 {
  font-family: 'gilroy' !important;
  font-size: .34rem;
  font-weight: 700;
  line-height: 1;
}

.indexTitle .w1400 .stock .item .title div {
  display: flex;
  align-items: center;
  line-height: 1;
}

.indexTitle .w1400 .stock .item .title div i {
  margin-left: .25rem;
  font-size: .19rem;
  display: inline-block;
  transform-origin: center;
}

.indexTitle .w1400 .stock .item .title div i.down {
  transform: rotateX(180deg);
}

.indexTitle .w1400 .stock .item p {
  line-height: 1.4;
}

.indexTitle .w1400 .line {
  margin: 0 .33rem;
  width: 1px;
  height: 100%;
  background: #E2E2E2;
}

.indexNewBox {
  background: #F4F4F4;
  padding: .65rem 0 .5rem;
}

.indexnews {
  display: flex;
}

.indexnews .swiper-imgnews {
  position: relative;
  width: 43.05%;
  overflow: hidden;
}

.indexnews .swiper-imgnews .swiper-imgnews-pag {
  position: absolute;
  bottom: .2rem;
  left: auto;
  top: auto;
  right: .18rem;
  width: auto;
  z-index: 3;
}

.indexnews .swiper-imgnews .swiper-imgnews-pag span {
  width: 0.57292vw;
  height: 0.57292vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  opacity: 1;
  transition: .4s;
  margin: 0 .06rem;
}

.indexnews .swiper-imgnews .swiper-imgnews-pag span.swiper-pagination-bullet-active {
  background: white;
}

.indexnews .swiper-imgnews .swiper-wrapper.active .swiper-slide {
  opacity: 1;
}

.indexnews .swiper-imgnews .swiper-wrapper .swiper-slide {
  opacity: .4;
  transition: opacity .4s;
  position: relative;
  overflow: hidden;
}

.indexnews .swiper-imgnews .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
  filter: brightness(105%);
}

.indexnews .swiper-imgnews .swiper-wrapper .swiper-slide img {
  transition: .4s;
}

.indexnews .swiper-imgnews .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.27rem 0 .24rem;
  box-sizing: border-box;
}

.indexnews .swiper-imgnews .swiper-wrapper .swiper-slide .bg p {
  color: #fff;
  -webkit-line-clamp: 1;
}

.indexnews .indexnewsList {
  width: 56.95%;
  padding: 0 .42rem;
  box-sizing: border-box;
  background: #fff;
}

.indexnews .indexnewsList .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: .8rem;
  border-bottom: 1px solid #E2E2E2;
}

.indexnews .indexnewsList .title .newslist-pag {
  height: 100%;
  display: flex;
}

.indexnews .indexnewsList .title .newslist-pag span {
  position: relative;
  width: auto;
  height: 100%;
  font-size: .2rem;
  font-weight: 700;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  margin-right: .5rem;
  display: flex;
  align-items: center;
  transition: color .4s;
}

.indexnews .indexnewsList .title .newslist-pag span.swiper-pagination-bullet-active {
  color: #CC131D;
}

.indexnews .indexnewsList .title .newslist-pag span.swiper-pagination-bullet-active:after {
  width: 100%;
}

.indexnews .indexnewsList .title .newslist-pag span.swiper-pagination-bullet-active:before {
  opacity: 1;
}

.indexnews .indexnewsList .title .newslist-pag span:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0%;
  left: 0;
  height: .04rem;
  background: #CC131D;
  transition: .4s;
  transform: translateY(-50%);
}

.indexnews .indexnewsList .title .newslist-pag span:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0%);
  border-top: 0.1rem solid #CC131D;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  opacity: 0;
  transition: .4s;
}

.indexnews .indexnewsList .title a {
  transition: color .4s;
}

.indexnews .indexnewsList .title a:hover {
  color: #CC131D;
}

.indexnews .indexnewsList .swiper-newslist {
  overflow: hidden;
  margin-top: .35rem;
}

.indexHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: .7rem;
  border-bottom: 1px solid #E2E2E2;
  padding-right: .23rem;
  box-sizing: border-box;
}

.indexHead.extraBg {
  background: #CC131D;
  border-bottom: none;
}

.indexHead.extraBg h5 {
  color: #fff;
}

.indexHead.none h5:after {
  display: none;
}

.indexHead h5 {
  padding: 0 .16rem;
  font-size: .24rem;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.indexHead h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .05rem;
  background: #CC131D;
}

.indexHead a {
  transition: color .4s;
}

.indexHead a:hover {
  color: #CC131D;
}

.newsmagitem {
  display: flex;
  align-items: center;
  margin-bottom: .08rem;
}

.newsmagitem:hover p {
  color: #CC131D;
}

.newsmagitem:hover .dot {
  background: #CC131D;
}

.newsmagitem .dot {
  width: 5px;
  height: 5px;
  background: #999;
  transition: background-color .4s;
}

.newsmagitem p {
  flex: 1;
  font-size: .16rem;
  transition: color .4s;
  -webkit-line-clamp: 1;
  /* 限制文本行数 */
  margin: 0 .5rem 0 .14rem;
}

.newsmagitem time {
  font-size: .15rem;
  white-space: nowrap;
}

.indexListitem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: .4rem 0;
}

.indexListitem .item {
  width: 31.25%;
  background: #fff;
}

.indexListitem .item .indexCulture .list {
  margin-top: .2rem;
  padding: 0 .23rem 0 .16rem;
  box-sizing: border-box;
}

.indexListitem .item .indexCulture .list .newsmagitem p {
  font-size: .15rem;
  margin-right: .4rem;
}

.indexListitem .item .indexCcp {
  padding: 0 .3rem 0 .2rem;
  box-sizing: border-box;
}

.indexListitem .item .indexCcp .list {
  display: flex;
  padding: .37rem 0 .3rem;
  border-bottom: 1px dashed #C5C5C5;
}

.indexListitem .item .indexCcp .list:hover figure img {
  transform: scale(1.05);
  filter: brightness(105%);
}

.indexListitem .item .indexCcp .list:hover .text p {
  color: #CC131D;
}

.indexListitem .item .indexCcp .list:last-child {
  border-bottom: none;
}

.indexListitem .item .indexCcp .list figure {
  width: 33.4%;
  overflow: hidden;
}

.indexListitem .item .indexCcp .list figure img {
  transition: .4s;
}

.indexListitem .item .indexCcp .list .text {
  margin-left: .3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.indexListitem .item .indexCcp .list .text p {
  font-size: .16rem;
  line-height: 1.6;
}

.indexListitem .item .indexLast {
  padding: .3rem .23rem .3rem .27rem;
}

.indexListitem .item .indexLast .newsmagitem p {
  font-size: .15rem;
  margin-right: .4rem;
}

.indexCcpBanner {
  position: relative;
  overflow: hidden;
}

.indexCcpBanner .indexCcpBanner-pag {
  position: absolute;
  border-bottom: .17rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
}

.indexCcpBanner .indexCcpBanner-pag span {
  width: 0.67708vw;
  height: 0.67708vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  opacity: 1;
  transition: .4s;
  margin: 0 .1rem;
}

.indexCcpBanner .indexCcpBanner-pag span.swiper-pagination-bullet-active {
  background: #fff;
}

.indexMain {
  display: flex;
  margin-top: .4rem;
}

.indexMain .indexbus {
  width: 68.79%;
  display: flex;
}

.indexMain .indexbus .indexbusleft {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.indexMain .indexbus .indexbusleft .indexHead {
  height: 25%;
}

.indexMain .indexbus .indexbusleft .indexHead h5 {
  padding-left: .44rem;
}

.indexMain .indexbus .indexbusleft .indexbus-pag {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.indexMain .indexbus .indexbusleft .indexbus-pag a {
  position: relative;
  flex: 1;
  width: 100%;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  background: #999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0 .44rem;
  box-sizing: border-box;
  transition: .4s;
}

.indexMain .indexbus .indexbusleft .indexbus-pag a.swiper-pagination-bullet-active {
  background: #57585A;
}

.indexMain .indexbus .indexbusleft .indexbus-pag a.swiper-pagination-bullet-active span {
  opacity: 1;
}

.indexMain .indexbus .indexbusleft .indexbus-pag a i {
  font-size: .5rem;
}

.indexMain .indexbus .indexbusleft .indexbus-pag a p {
  margin-left: .2rem;
  font-size: .18rem;
}

.indexMain .indexbus .indexbusleft .indexbus-pag a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .45rem;
  opacity: 0;
  transition: .4s;
}

.indexMain .indexbus .swiper-bus {
  width: 65.42%;
  overflow: hidden;
}

.indexMain .indexplatform {
  width: 31.21%;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.indexMain .indexplatform .indexHead h5 {
  padding-left: .26rem;
}

.indexMain .indexplatform .list {
  flex: 1;
  padding: .32rem .26rem .3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.indexMain .indexplatform .list .item {
  flex: 1;
}

.indexMain .indexplatform .list .item.active {
  -ms-flex: none;
  flex: none;
}

.indexMain .indexplatform .list .item .head {
  display: flex;
  align-items: center;
  font-size: .16rem;
  margin-bottom: .03rem;
  cursor: pointer;
}

.indexMain .indexplatform .list .item .head span {
  color: #CC131D;
  display: block;
  margin-right: .1rem;
}

.indexMain .indexplatform .list .item .img {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  transition: height .4s;
  transition-timing-function: var(--ease-in-out-b);
}

.indexMain .indexplatform .list .item .img .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: .3rem .15rem 0;
  box-sizing: border-box;
}

.indexMain .indexplatform .list .item .img .text a {
  height: .5rem;
}

.indexMain .indexplatform .list .item .img .text a span {
  color: #CC131D;
}

.indexLastitem {
  padding: .3rem 0 .85rem;
}

.indexLastitem .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.indexLastitem .w1400 .item {
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  width: 31.25%;
}

.indexLastitem .w1400 .item .indexHead {
  border-bottom: none;
}

.indexLastitem .w1400 .item .indexHead h5 {
  padding-left: .3rem;
}

.indexLastitem .w1400 .item .needVideo {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.indexLastitem .w1400 .item .needVideo:hover img {
  transform: scale(1.05);
  filter: brightness(105%);
}

.indexLastitem .w1400 .item .needVideo:hover .bg i {
  background: #CC131D;
  border-color: #CC131D;
}

.indexLastitem .w1400 .item .needVideo img {
  transition: .4s;
}

.indexLastitem .w1400 .item .needVideo .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexLastitem .w1400 .item .needVideo .bg i {
  border: 1px solid #fff;
  width: .54rem;
  height: .54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .18rem;
  color: #fff;
  border-radius: 50%;
  transition: .4s;
}

.indexLastitem .w1400 .item .swiper {
  padding: 0 .2rem;
}

.indexLastitem .w1400 .item .swiper .swiper-certify {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: .05rem;
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper {
  transition-timing-function: --var-ease-in-out-b;
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 3rem;
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide.swiper-slide-active p {
  opacity: 1;
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide .box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .25rem 0;
  background: linear-gradient(145deg, #E9E9E9, #fff);
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1);
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide .box .text {
  position: absolute;
  width: .7rem;
  height: .7rem;
  color: #fff;
  top: 0;
  left: 0;
  font-size: .12rem;
  transform-origin: center;
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide .box .text span {
  position: relative;
  height: .17rem;
  background: #CC131D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translate(-10%, 100%) rotate(-45deg);
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide .box .text span small {
  font-size: .12rem;
  transform-origin: center;
  transform: scale(0.8);
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide .box .text span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: auto;
  right: 0;
  background: #CC131D;
  transform: translate(100%, 0%);
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide .box .text span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #CC131D;
  transform: translate(-100%, 0%);
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide .box figure {
  width: 2.08rem;
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide .box figure img {
  width: 100%;
  display: block;
  height: auto;
  transition: .54s;
}

.indexLastitem .w1400 .item .swiper .swiper-certify .swiper-wrapper .swiper-slide p {
  font-size: .16rem;
  line-height: 1.4;
  margin-top: .12rem;
  text-align: center;
  opacity: 0;
  transition: .4s;
}

.indexLastitem .w1400 .item .listbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 .3rem;
  box-sizing: border-box;
}

.indexLastitem .w1400 .item .listbox .list {
  width: 48%;
  background: #F4F4F4;
  border-radius: .04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: .25rem 0 .16rem;
  margin-bottom: .16rem;
  transition: background-color .4s;
}

.indexLastitem .w1400 .item .listbox .list:hover {
  background: #CC131D;
}

.indexLastitem .w1400 .item .listbox .list:hover i {
  color: #fff;
}

.indexLastitem .w1400 .item .listbox .list:hover span {
  color: #fff;
}

.indexLastitem .w1400 .item .listbox .list i {
  color: #CC131D;
  font-size: .48rem;
  line-height: 1;
  transition: color .4s;
}

.indexLastitem .w1400 .item .listbox .list span {
  font-size: .16rem;
  transition: color .4s;
}

footer {
  overflow: hidden;
}

footer .footerTop {
  background: #F4F4F4;
  padding: .4rem 0 .35rem;
}

footer .footerTop .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footerTop .w1400 ul {
  display: flex;
}

footer .footerTop .w1400 ul li {
  margin-right: .4rem;
}

footer .footerTop .w1400 ul li h5 {
  font-size: .16rem;
  font-weight: 700;
  margin-bottom: .1rem;
}

footer .footerTop .w1400 ul li .list a {
  color: #999;
  display: block;
  margin-bottom: .07rem;
}

footer .footerTop .w1400 .qrcode {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: .36rem;
  box-sizing: border-box;
}

footer .footerTop .w1400 .qrcode h5 {
  font-size: .16rem;
  font-weight: 700;
  margin-bottom: .1rem;
}

footer .footerTop .w1400 .qrcode .listBox {
  display: flex;
}

footer .footerTop .w1400 .qrcode .listBox .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #999;
  margin-right: 10px;
}

footer .footerTop .w1400 .qrcode .listBox .item:last-child {
  margin-right: 0;
}

footer .footerBot {
  background: #666;
  color: #fff;
}

footer .footerBot .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

footer .footerBot .w1400 p {
  padding: .12rem 0;
  flex: 1;
}

footer .footerBot .w1400 p span, footer .footerBot .w1400 p a {
  margin-right: 15px;
}

footer .footerBot .w1400 .yqlj {
  padding: .12rem 0 .12rem .37rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

footer .footerBot .w1400 .yqlj:hover i {
  color: #CC131D;
}

footer .footerBot .w1400 .yqlj:hover span {
  color: #CC131D;
}

footer .footerBot .w1400 .yqlj:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: -1;
}

footer .footerBot .w1400 .yqlj:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  left: 100%;
  background: #333;
  z-index: -1;
  display: none;
}

footer .footerBot .w1400 .yqlj i {
  font-size: .12rem;
  margin: 0 .1rem 0 1.85rem;
  transform: scale(0.7);
  transition: color .4s;
}

footer .footerBot .w1400 .yqlj span {
  transition: color .4s;
}

footer .footerBot .w1400 .yqlj ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 0 .37rem;
  background: #666;
  max-height: 2rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: .33s;
  transition-timing-function: var(--ease-in-out-b);
  transform: translateY(5%);
  z-index: 3;
  box-sizing: border-box;
}

footer .footerBot .w1400 .yqlj ul.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

footer .footerBot .w1400 .yqlj ul li a {
  height: .4rem;
  display: flex;
  align-items: center;
}

footer a {
  transition: color .4s;
}

footer a:hover {
  color: #CC131D !important;
}

.subnavBody {
  background: #F4F4F4;
  height: 1rem;
}

.subnavBody a {
  transition: color .4s;
}

.subnavBody a:hover {
  color: #CC131D !important;
}

.subnavBody .w1400 {
  height: 100%;
  display: flex;
}

.subnavBody .w1400 .title {
  position: relative;
  width: 2.12rem;
  height: 100%;
  background: #CC131D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: .47rem;
  box-sizing: border-box;
}

.subnavBody .w1400 .title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-top: 0.07rem solid transparent;
  border-bottom: 0.07rem solid transparent;
  border-left: 0.1rem solid #CC131D;
  border-right: 0.1rem solid transparent;
}

.subnavBody .w1400 .title h5 {
  position: relative;
  font-weight: 700;
  font-size: .22rem;
  color: #fff;
}

.subnavBody .w1400 .title h5:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: .04rem;
  height: .2rem;
  background: #fff;
  margin-right: .08rem;
}

.subnavBody .w1400 .title h6 {
  font-size: .12rem;
  color: rgba(255, 255, 255, 0.7);
}

.subnavBody .w1400 .list {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: .75rem;
}

.subnavBody .w1400 .list a {
  display: block;
  margin: 0 .2rem;
  font-size: .16rem;
  position: relative;
}

.subnavBody .w1400 .list a.active:after {
  width: 100%;
  left: 0;
}

.subnavBody .w1400 .list a:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: .03rem;
  background: #CC131D;
  transition: .7s;
  margin-top: .06rem;
}

.subnavBody .w1400 .morelink {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #999;
  padding-left: .26rem;
  box-sizing: border-box;
}

.subnavBody .w1400 .morelink:after {
  content: '';
  position: absolute;
  width: 1px;
  height: .5rem;
  background: #C2C2C2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.subnavBody .w1400 .morelink i {
  margin-right: .09rem;
}

.subnavBody .w1400 .morelink span {
  display: block;
  margin: 0 .1rem;
}

.aboutBanner {
  padding: 1rem 0;
}

.aboutBanner .w1400 {
  display: flex;
}

.aboutBanner .w1400 figure {
  width: 62.15%;
}

.aboutBanner .w1400 .font {
  background: #CC131D;
  width: 37.85%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.aboutBanner .w1400 .font h6 {
  font-size: .41rem;
  font-weight: 500;
  font-family: 'din';
  margin-bottom: .2rem;
  line-height: 1;
}

.aboutBanner .w1400 .font .text {
  width: 4rem;
  border: 0.03rem solid #fff;
  padding: .2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.aboutBanner .w1400 .font .text h5 {
  font-size: .35rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .1rem;
}

.aboutBanner .w1400 .font .text p {
  font-size: .2rem;
}

.aboutProfile {
  background: #F4F4F4;
  padding: .8rem 0 1rem;
}

.aboutProfile .w1400 h6.feelChin {
  font-size: .24rem;
  font-weight: 700;
}

.aboutProfile .w1400 .text.feelChin {
  margin-top: .54rem;
  font-size: .16rem;
}

.aboutAZ {
  padding: .92rem 0;
}

.aboutAZ .w1400 .bg {
  color: #fff;
  padding: .34rem .4rem;
  box-sizing: border-box;
  text-align: center;
  width: 1162px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.aboutAZ .w1400 .bg:after, .aboutAZ .w1400 .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 50%;
  opacity: .75;
  z-index: -1;
}

.aboutAZ .w1400 .bg:after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, #CC131D, transparent);
}

.aboutAZ .w1400 .bg:before {
  background: linear-gradient(to right, transparent, #CC131D);
}

.aboutAZ .w1400 .bg h5 {
  font-size: .35rem;
  font-weight: 700;
  line-height: 1.2;
}

.aboutAZ .w1400 .bg p {
  font-size: .16rem;
  line-height: 2;
  margin: 0 !important;
  margin-top: .2rem !important;
}

.aboutProclamation {
  padding: 1rem 0 1.5rem;
}

.aboutProclamation.component {
  padding-top: 0;
}

.aboutProclamation .w1400 .item {
  display: flex;
  padding-top: .5rem;
  border-bottom: 1px solid #E1E1E1;
}

.aboutProclamation .w1400 .item:hover time:after {
  width: 150%;
}

.aboutProclamation .w1400 .item:hover .font p {
  color: #CC131D;
}

.aboutProclamation .w1400 .item time {
  position: relative;
  display: flex;
  color: #CC131D;
  padding-bottom: .45rem;
}

.aboutProclamation .w1400 .item time:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: .05rem;
  background: #CC131D;
  transition: .7s;
}

.aboutProclamation .w1400 .item time i {
  font-size: .19rem;
  line-height: 1;
  margin-top: .02rem;
}

.aboutProclamation .w1400 .item time .text {
  margin-left: .1rem;
}

.aboutProclamation .w1400 .item time .text h5 {
  font-size: .2rem;
  font-weight: 700;
  line-height: 1.2;
}

.aboutProclamation .w1400 .item .font {
  flex: 1;
  margin: 0 2.1rem 0 .8rem;
}

.aboutProclamation .w1400 .item .font span {
  font-size: .16rem;
  font-weight: 700;
  display: block;
  margin-bottom: .1rem;
  -webkit-line-clamp: 1;
}

.aboutProclamation .w1400 .item .font p {
  font-size: .16rem;
  -webkit-line-clamp: 1;
  transition: color .5s;
}

.aboutProclamation .paging {
  margin-top: 1.1rem;
}

.paging {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.paging .prev, .paging .next {
  width: .46rem;
  height: .46rem;
  background: #D2D2D2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: initial;
  transition: background-color .4s;
}

.paging .prev:hover, .paging .next:hover {
  background: #CC131D;
}

.paging .num a {
  color: #D2D2D2;
  font-size: .22rem;
  margin: 0 .18rem;
  transition: color .4s;
}

.paging .num a:hover {
  color: #CC131D;
}

.paging .num a.active {
  color: #CC131D;
}

.aboutProclamationInner {
  padding-top: .9rem;
}

.aboutProclamationInner .w1400 .head {
  text-align: center;
}

.aboutProclamationInner .w1400 .head h5 {
  font-size: .35rem;
  line-height: 1.2;
  margin-bottom: .1rem;
}

.aboutProclamationInner .w1400 .head span {
  font-size: .16rem;
}

.aboutProclamationInner .w1400 .font {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-top: .25rem;
  padding: .7rem 0 .45rem 0;
}

.aboutProclamationInner .w1400 .font.feelChin p {
  font-size: .18rem;
}

.aboutProclamationInner .w1400 .font.feelChin .yejiao {
  margin-top: 1.35rem;
  text-align: right;
}

.Innermorelink {
  padding: 0 !important;
  padding-top: .25rem !important;
}

.Innermorelink .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.Innermorelink .w1400 .item {
  flex: 1;
  overflow: hidden;
}

.Innermorelink .w1400 .item a {
  width: 70%;
  font-size: .16rem;
  line-height: 2;
  -webkit-line-clamp: 1;
  transition: color .4s;
}

.Innermorelink .w1400 .item a:hover {
  color: #CC131D;
}

.Innermorelink .w1400 .backList a {
  width: 1.4rem;
  height: .46rem;
  background: #CC131D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .16rem;
}

.leader {
  padding: 1.9rem 0 2.3rem;
}

.leader .w1400 {
  display: flex;
  padding: 0 .65rem 0 .95rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.leader .w1400 .leaderImg {
  width: 35.42%;
}

.leader .w1400 .leaderImg figure {
  width: 100%;
}

.leader .w1400 .leaderImg .text {
  display: flex;
  margin-top: .22rem;
}

.leader .w1400 .leaderImg .text span {
  font-size: .16rem;
  display: block;
  margin-top: .1rem;
  line-height: 1.5;
}

.leader .w1400 .leaderImg .text .name {
  border-left: 1px solid #999;
  margin-left: .4rem;
  height: .75rem;
  padding-left: .4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.leader .w1400 .leaderImg .text .name h5 {
  font-size: .3rem;
  line-height: 1.2;
  margin-bottom: .05rem;
}

.leader .w1400 .leaderImg .text .name h6 {
  text-transform: uppercase;
}

.leader .w1400 .font {
  width: 57.71%;
}

.leader .w1400 .font.feelChin h5 {
  font-size: .35rem;
  line-height: 1.4;
}

.leader .w1400 .font.feelChin p {
  font-size: .16rem;
}

.leader .w1400 .font.feelChin .yinhao {
  width: .34rem;
  margin: .32rem 0 .45rem;
}

.leader .w1400 .font.feelChin .yinhao.right {
  margin-left: auto;
}

.aboutCom {
  padding: 1.05rem 0 1.6rem;
}

.aboutCom .w1400 figure {
  text-align: center;
}

.aboutCom .w1400 figure img {
  max-width: 100%;
}

.aboutChild {
  padding: 1.15rem 0 .9rem;
}

.aboutChild .w1400 {
  display: flex;
}

.aboutChild .w1400 .swiper-item {
  width: 21.85%;
}

.aboutChild .w1400 .swiper-item .swiper-pag {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.aboutChild .w1400 .swiper-item .swiper-pag a {
  position: relative;
  flex: 1;
  width: 100%;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  background: #999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0 .44rem;
  box-sizing: border-box;
  transition: .4s;
}

.aboutChild .w1400 .swiper-item .swiper-pag a.swiper-pagination-bullet-active {
  background: #57585A;
}

.aboutChild .w1400 .swiper-item .swiper-pag a.swiper-pagination-bullet-active span {
  opacity: 1;
}

.aboutChild .w1400 .swiper-item .swiper-pag a i {
  font-size: .5rem;
}

.aboutChild .w1400 .swiper-item .swiper-pag a p {
  margin-left: .2rem;
  font-size: .18rem;
}

.aboutChild .w1400 .swiper-item .swiper-pag a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .45rem;
  opacity: 0;
  transition: .4s;
}

.aboutChild .w1400 .swiper-child {
  width: 78.15%;
  overflow: hidden;
  background: #F4F4F4;
}

.aboutChild .w1400 .swiper-child .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  padding: .34rem .32rem .34rem .6rem;
  box-sizing: border-box;
}

.aboutChild .w1400 .swiper-child .swiper-wrapper .swiper-slide .font {
  flex: 1;
  margin-right: .4rem;
}

.aboutChild .w1400 .swiper-child .swiper-wrapper .swiper-slide .font h5 {
  font-size: .3rem;
  font-weight: 700;
  line-height: 1.3;
}

.aboutChild .w1400 .swiper-child .swiper-wrapper .swiper-slide .font p {
  font-size: .16rem;
  margin: .25rem 0 .65rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.aboutChild .w1400 .swiper-child .swiper-wrapper .swiper-slide .font .learnMore {
  border-radius: .06rem;
  border: 1px solid #999;
  width: 1.33rem;
  height: .38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: .4s;
}

.aboutChild .w1400 .swiper-child .swiper-wrapper .swiper-slide .font .learnMore:hover {
  background: #CC131D;
  color: #fff;
  border-color: #CC131D;
}

.aboutChild .w1400 .swiper-child .swiper-wrapper .swiper-slide figure {
  width: 41.84%;
}

.childCom {
  padding: .85rem 0 1.25rem;
  position: relative;
  z-index: 1;
}

.childCom .w1400 .pagindex {
  display: flex;
  margin-bottom: .75rem;
  border-bottom: 1px solid #E2E2E2;
}

.childCom .w1400 .pagindex .item {
  padding: 0 .37rem;
  height: .4rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  margin-right: 1px;
  transition-property: color,background-color;
  transition: .4s;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.childCom .w1400 .pagindex .item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  transform: translate(-50%, 0.1rem);
  border-top: 0.1rem solid #CC131D;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  transition: .4s;
  opacity: 0;
}

.childCom .w1400 .pagindex .item.active {
  background: #CC131D;
  color: #fff;
}

.childCom .w1400 .pagindex .item.active:after {
  transform: translate(-50%, -1px);
  opacity: 1;
}

.childCom .w1400 .swiper-com {
  overflow: hidden;
}

.childCom .w1400 .swiper-com .swiper-wrapper.active .swiper-slide {
  opacity: 1;
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide {
  opacity: .3;
  transition: opacity .9s;
  position: relative;
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide .img {
  position: relative;
  overflow: hidden;
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.1);
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide .img img {
  transition: .5s;
  width: 100%;
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide .img .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: .3rem;
  box-sizing: border-box;
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide .img .bg p {
  font-size: .22rem;
  font-weight: 700;
  transform: translateY(-0.1rem);
  line-height: 1.6;
  text-align: center;
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide .text {
  transform: translateY(-0.5rem);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .28rem .3rem;
  box-sizing: border-box;
  background: #F4F4F4;
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide .text p {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.childCom .w1400 .swiper-com .swiper-wrapper .swiper-slide .text a {
  color: #CC131D;
  margin-top: .25rem;
  line-height: 1.2;
  display: block;
}

.childCom .w1400 .swiper-nav {
  display: flex;
  justify-content: center;
  margin-top: .3rem;
}

.childCom .w1400 .swiper-nav .prev, .childCom .w1400 .swiper-nav .next {
  width: .46rem;
  height: .46rem;
  background: #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .4s;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  margin: 0 .16rem;
  font-size: .2rem;
}

.childCom .w1400 .swiper-nav .prev:hover, .childCom .w1400 .swiper-nav .next:hover {
  background: #CC131D;
}

.about {
  padding: 1.45rem 0 1.75rem;
}

.about .w1400 .item {
  min-height: .7rem;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
  transition: background-color .4s;
}

.about .w1400 .item:first-child {
  background: #595857;
  color: #fff;
}

.about .w1400 .item:first-child:hover {
  background: #595857;
}

.about .w1400 .item:hover {
  background: #F4F4F4;
}

.about .w1400 .item:hover figure {
  opacity: 1;
  top: -30%;
}

.about .w1400 .item div {
  flex: 1;
  box-sizing: border-box;
  font-size: .16rem;
  padding: 0 .2rem;
}

.about .w1400 .item div:nth-child(1) {
  padding-left: .5rem;
}

.about .w1400 .item div:nth-child(4) {
  padding-right: .5rem;
}

.about .w1400 .item figure {
  position: absolute;
  right: 10%;
  top: -15%;
  border: 1px solid #707070;
  padding: .06rem;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  transition: .5s;
}

.time {
  position: relative;
  padding-top: .45rem !important;
  z-index: 1;
}

.time ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0;
  overflow: hidden;
  line-height: 1;
}

.time ul:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0.65rem);
  width: 2px;
  height: 100%;
  background: #CC131D;
  z-index: 0;
  opacity: .3;
}

.time ul > li {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

.time ul > li:nth-child(even) .box {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: .55rem;
}

.time ul > li:nth-child(even) .box:hover i {
  border-top-color: #CC131D;
  border-right-color: transparent;
  border-left-color: #CC131D;
}

.time ul > li:nth-child(even) .box i {
  right: auto;
  margin-right: 0;
  left: 100%;
  border-top: .13rem solid #F4F4F4;
  border-bottom: 0.13rem solid transparent;
  border-left: .13rem solid #F4F4F4;
  border-right: 0.13rem solid transparent;
}

.time ul > li:nth-child(even) .box .boxtext {
  text-align: right;
}

.time ul > li:nth-child(even) .honorBox {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: .55rem;
  text-align: right;
}

.time ul > li:nth-child(even) .honorImg {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: .83rem;
  text-align: left;
}

.time ul > li:nth-child(even) .honorDot:after {
  left: auto;
  right: 100%;
  margin-left: .01rem;
  margin-right: .01rem;
  border-left: 3px solid transparent;
  border-right: 3px solid #CC131D;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.time ul > li:last-child {
  margin-bottom: .3rem;
}

.time ul > li .honorDot {
  position: relative;
  width: .22rem;
  height: .22rem;
  border-radius: 50%;
  background: #fff;
}

.time ul > li .honorDot:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .16rem;
  height: .16rem;
  background: #CC131D;
  border-radius: 50%;
}

.time ul > li .honorDot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: .01rem;
  border-left: 3px solid #CC131D;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: translateY(-50%);
}

.time ul > li .honorImg {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: .83rem;
  height: auto;
  text-align: right;
}

.time ul > li .honorImg img {
  padding-top: .36rem;
}

.time ul > li .honorBox {
  position: absolute;
  left: 100%;
  top: -.02rem;
  margin-left: .55rem;
  width: 4.5rem;
  height: auto;
}

.time ul > li .honorBox .honorList h6 {
  font-size: .24rem;
  color: #CC131D;
}

.time ul > li .honorBox .honorList .honorItem {
  width: 100%;
  box-sizing: border-box;
  margin-top: .1rem;
}

.time ul > li .honorBox .honorList .honorItem ol {
  list-style-type: disc;
  list-style-position: inside;
}

.time ul > li .honorBox .honorList .honorItem ol li {
  line-height: 2;
  font-size: .14rem;
  color: #595857;
}

.time ul > li > i {
  position: relative;
  font-size: .49rem;
  display: block;
  color: #CC131D;
  background: white;
}

.time ul > li .dot {
  position: relative;
  width: .22rem;
  height: .22rem;
  border-radius: 50%;
  background: #fff;
}

.time ul > li .dot:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .16rem;
  height: .16rem;
  background: #CC131D;
  border-radius: 50%;
}

.time ul > li .box {
  position: absolute;
  left: 100%;
  top: -.3rem;
  margin-left: .55rem;
  width: 4.5rem;
  height: auto;
}

.time ul > li .box:hover i {
  border-top-color: #CC131D;
  border-right-color: #CC131D;
}

.time ul > li .box:hover .boxtext {
  background: #CC131D;
}

.time ul > li .box:hover .boxtext h5 {
  color: #fff;
}

.time ul > li .box:hover .boxtext .text p {
  color: #fff;
}

.time ul > li .box i {
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  top: .32rem;
  display: block;
  border-top: .13rem solid #F4F4F4;
  border-bottom: 0.13rem solid transparent;
  border-left: 0.13rem solid transparent;
  border-right: .13rem solid #F4F4F4;
  z-index: 1;
  transition: .4s;
}

.time ul > li .box .boxtext {
  position: relative;
  width: 100%;
  height: 100%;
  padding: .25rem  .34rem  .44rem;
  box-sizing: border-box;
  background: #F4F4F4;
  z-index: 2;
  transition: background-color .4s;
}

.time ul > li .box .boxtext h5 {
  font-size: .39rem;
  color: #CC131D;
  line-height: 1.2;
  margin-bottom: .1rem;
  font-weight: 200;
  transition: color .4s;
}

.time ul > li .box .boxtext .text p {
  color: #999999;
  line-height: 2;
  font-size: .16rem;
  transition: color .4s;
}

.ccp {
  padding: 0 !important;
}

.ccp .w1400 {
  width: 100% !important;
}

.ccp .w1400 .title {
  color: #CC131D;
  text-align: center;
}

.ccp .w1400 .title h5 {
  font-size: .35rem;
  line-height: 1.1;
}

.ccp .w1400 .title h6 {
  margin-top: .1rem;
  line-height: 1.5;
  font-size: .2rem;
}

.ccp .w1400 .itembox {
  margin-top: .4rem !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 1%;
  box-sizing: border-box;
}

.ccp .w1400 .itembox .item {
  position: relative;
  width: 46%;
  padding: .5rem .3rem .2rem .3rem;
  box-sizing: border-box;
  background: #fff;
}

.ccp .w1400 .itembox .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0.03rem solid #CC131D;
  box-sizing: border-box;
  border-bottom: none;
  z-index: 2;
}

.ccp .w1400 .itembox .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  z-index: 0;
  transform: translate(2%, 5%);
}

.ccp .w1400 .itembox .item .titles {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 1.7rem;
  height: .53rem;
  background: #CC131D;
  border-radius: .36rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  z-index: 4;
  padding: 0 .21rem;
  box-sizing: border-box;
}

.ccp .w1400 .itembox .item .titles h5 {
  font-size: .16rem;
  font-weight: 700;
}

.ccp .w1400 .itembox .item .titles i {
  font-size: .16rem;
}

.ccp .w1400 .itembox .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.ccp .w1400 .itembox .item .text {
  position: relative;
  z-index: 3;
}

.ccp .w1400 .itembox .item .text.feelChin p {
  font-size: .16rem;
  line-height: 2;
  margin-bottom: 0 !important;
}

.ccp .w1400 .itembox .item .ccpline {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 3;
}

.ccp .w1400 .itembox .item .ccpgrayline {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  transform: translate(2%, 57%);
  z-index: 1;
}

.ccpDream {
  padding: .74rem 0;
  position: relative;
  z-index: 1;
  margin-top: .6rem;
}

.ccpDream:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 19, 29, 0.6);
  z-index: -1;
}

.ccpDream .w1400 {
  width: 90% !important;
  display: flex;
  justify-content: center;
}

.ccpDream .w1400 .img {
  position: relative;
}

.ccpDream .w1400 .img img {
  max-width: 100%;
}

.ccpDream .w1400 .img .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.ccpDream .w1400 .img .text h5 {
  font-size: .25rem;
  line-height: 1.4;
  font-weight: 700;
}

.ccpDream .w1400 .img .text h6 {
  font-size: .17rem;
}

.ccpTheme {
  padding: 1.15rem 0 1.1rem;
}

.ccpTheme .w1400 .item {
  display: flex;
  position: relative;
  margin-bottom: 1.65rem;
}

.ccpTheme .w1400 .item:nth-child(even) {
  flex-direction: row-reverse;
}

.ccpTheme .w1400 .item:nth-child(even) .bg {
  right: auto;
  left: 0;
}

.ccpTheme .w1400 .item figure {
  width: 70.85%;
  position: relative;
  z-index: 1;
}

.ccpTheme .w1400 .item figure:hover img {
  transform: scale(1.02);
}

.ccpTheme .w1400 .item .text {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 1.45rem .58rem 0 .52rem;
  box-sizing: border-box;
}

.ccpTheme .w1400 .item .text h5 {
  font-size: .28rem;
  font-weight: 700;
  margin-bottom: .35rem;
  line-height: 1.4;
}

.ccpTheme .w1400 .item .text p {
  font-size: .16rem;
  line-height: 2;
  -webkit-line-clamp: 7;
}

.ccpTheme .w1400 .item .bg {
  width: 73.92%;
  background: #F4F4F4;
  border-radius: .4rem;
  position: absolute;
  top: .72rem;
  right: 0;
  z-index: 0;
  height: 100%;
}

.ccpBuild {
  padding: .95rem 0 1rem;
}

.ccpBuild .w1400 .item {
  border: 1px solid #E8E8E8;
  padding: .4rem .48rem;
  box-sizing: border-box;
  display: flex;
  margin-bottom: .5rem;
}

.ccpBuild .w1400 .item:last-child {
  margin-bottom: .7rem;
}

.ccpBuild .w1400 .item:hover figure img {
  transform: scale(1.1);
}

.ccpBuild .w1400 .item:hover .font h5 {
  color: #CC131D;
}

.ccpBuild .w1400 .item figure {
  width: 31.21%;
  position: relative;
  overflow: hidden;
}

.ccpBuild .w1400 .item figure time {
  position: absolute;
  background: #CC131D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: .78rem;
  height: .78rem;
  z-index: 4;
}

.ccpBuild .w1400 .item figure time span {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ccpBuild .w1400 .item figure time span:first-child {
  line-height: 1.2;
  font-size: .4rem;
  border-top: none;
}

.ccpBuild .w1400 .item .font {
  flex: 1;
  padding: .16rem .6rem 0 .9rem;
  box-sizing: border-box;
}

.ccpBuild .w1400 .item .font h5 {
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.3;
  transition: .4s;
  -webkit-line-clamp: 1;
}

.ccpBuild .w1400 .item .font p {
  font-size: .16rem;
  -webkit-line-clamp: 3;
  margin: .2rem 0 1.1rem;
}

.ccpBuild .w1400 .item .font span {
  display: inline-block;
  color: #CC131D;
  border-bottom: 0.04rem solid #CC131D;
  padding-bottom: .1rem;
  line-height: 1;
}

.culture .w1400 {
  width: 100%;
}

.culture .w1400 .head {
  display: flex;
  justify-content: center;
}

.culture .w1400 .head .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .07rem .25rem;
  border: 1px dashed #CC131D;
}

.culture .w1400 .zhanwei {
  height: 1.3rem;
  position: relative;
}

.culture .w1400 .zhanwei:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-100%);
  width: 0;
  height: 100%;
  border-left: 1px dashed #CC131D;
}

.culture .w1400 .zhanwei:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 70%;
  height: 0;
  border-top: 1px dashed #CC131D;
}

.culture .w1400 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.culture .w1400 .items .item {
  width: 30%;
}

.culture .w1400 .items .item .childLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.culture .w1400 .items .item .childLogo:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-100%);
  width: 0;
  height: .65rem;
  border-left: 1px dashed #CC131D;
}

.culture .w1400 .items .item .childLogo .img {
  padding: 0 .38rem;
  height: .8rem;
  border: 1px dashed #CC131D;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culture .w1400 .items .item .text {
  margin-top: .3rem;
  text-align: center;
}

.culture .w1400 .items .item .text p {
  line-height: 2;
}

.cultureItems {
  padding: 1.25rem 0 1.6rem;
  position: relative;
  z-index: 1;
}

.cultureItems:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.cultureItems .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cultureItems .w1400 .item {
  width: 23%;
  background: #CC131D;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .45rem .3rem .6rem;
  box-sizing: border-box;
}

.cultureItems .w1400 .item span {
  background: #fff;
  color: #CC131D;
  line-height: 1.2;
  padding: .08rem .35rem;
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 15% 100%, 0 50%, 15% 0);
}

.cultureItems .w1400 .item h5 {
  margin: .4rem 0 .28rem;
  line-height: 1.2;
  font-size: .2rem;
  font-weight: 700;
}

.cultureItems .w1400 .item .line {
  width: .72rem;
  height: 1px;
  background: #fff;
}

.cultureItems .w1400 .item i {
  line-height: 1;
  font-size: .44rem;
  margin-top: .4rem;
}

.cutureIdea {
  padding-bottom: .25rem;
}

.cutureIdea .w1400 {
  width: 100%;
}

.cutureIdea .w1400 .head {
  text-align: center;
}

.cutureIdea .w1400 .head h5 {
  font-size: .35rem;
  line-height: 1.4;
}

.cutureIdea .w1400 .head h6 {
  font-size: .2rem;
}

.cutureIdea .w1400 .items {
  margin-top: .5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cutureIdea .w1400 .items > i {
  width: 23%;
}

.cutureIdea .w1400 .items .item {
  background: #F2F2F2;
  width: 23%;
  position: relative;
  margin-bottom: .27rem;
  transition: background-color .4s;
}

.cutureIdea .w1400 .items .item:hover {
  background: #CC131D;
}

.cutureIdea .w1400 .items .item:hover .text {
  background: #CC131D;
  color: #fff;
}

.cutureIdea .w1400 .items .item:hover .text i {
  color: #fff;
}

.cutureIdea .w1400 .items .item:nth-child(1), .cutureIdea .w1400 .items .item:nth-child(2) {
  width: 48.67%;
}

.cutureIdea .w1400 .items .item:nth-child(1) .text, .cutureIdea .w1400 .items .item:nth-child(2) .text {
  padding-bottom: .3rem;
}

.cutureIdea .w1400 .items .item:nth-child(1) .text .title, .cutureIdea .w1400 .items .item:nth-child(2) .text .title {
  margin: 0;
  margin-top: .15rem;
}

.cutureIdea .w1400 .items .item:nth-child(1) .text p, .cutureIdea .w1400 .items .item:nth-child(2) .text p {
  position: absolute;
  right: 11.11%;
  top: 46%;
}

.cutureIdea .w1400 .items .item.isImg {
  width: calc(23% + 23% + (8% / 3));
}

.cutureIdea .w1400 .items .item.isImg .text {
  position: absolute;
  top: .47rem;
  left: .56rem;
  background: rgba(242, 242, 242, 0.8);
  z-index: 4;
}

.cutureIdea .w1400 .items .item .text {
  width: 100%;
  background: #F2F2F2;
  padding: .14rem .22rem .4rem .22rem;
  box-sizing: border-box;
  transition: background-color .4s;
}

.cutureIdea .w1400 .items .item .text i {
  font-size: .35rem;
  color: #808080;
  line-height: 1;
  transition: color .4s;
}

.cutureIdea .w1400 .items .item .text .title {
  margin: .3rem 0 .2rem;
}

.cutureIdea .w1400 .items .item .text .title h5 {
  font-size: .16rem;
  line-height: 1.4;
  transition: color .4s;
}

.cutureIdea .w1400 .items .item .text .title h6 {
  font-size: .14rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color .4s;
}

.cutureIdea .w1400 .items .item .text p {
  transition: color .4s;
}

.cutureIdea .w1400 .items i {
  width: 23%;
}

.cultureHistory {
  padding: 1.2rem 0 1.4rem;
}

.cultureHistory .w1400 .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0;
  z-index: 1;
}

.cultureHistory .w1400 .item:nth-child(even) {
  flex-direction: row-reverse;
}

.cultureHistory .w1400 .item:nth-child(even):after {
  left: auto;
  right: 59%;
}

.cultureHistory .w1400 .item:after {
  content: '';
  position: absolute;
  left: 59%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #F4F4F4;
}

.cultureHistory .w1400 .item .font {
  width: 46.07%;
}

.cultureHistory .w1400 .item .font time {
  font-size: .34rem;
  font-weight: 700;
  color: #CC131D;
  line-height: 1;
}

.cultureHistory .w1400 .item .font .text {
  margin-top: .4rem;
}

.cultureHistory .w1400 .item .font .text p {
  font-size: .16rem;
}

.cultureHistory .w1400 .item figure {
  width: 44.78%;
  overflow: hidden;
}

.cultureHistory .w1400 .item figure:hover img {
  transform: scale(1.02);
}

.news {
  padding-top: .85rem;
}

.news .w1400 .swiper-news {
  position: relative;
  overflow: hidden;
}

.news .w1400 .swiper-news .prev, .news .w1400 .swiper-news .next {
  position: absolute;
  width: .38rem;
  height: .38rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .14rem;
  z-index: 4;
  border-radius: 50%;
  bottom: .42rem;
  background: #fff;
  cursor: pointer;
  transition-property: color,background-color,border-color;
  transition: .5s;
}

.news .w1400 .swiper-news .prev:hover, .news .w1400 .swiper-news .next:hover {
  background: #CC131D;
  color: #fff;
  border-color: #CC131D;
}

.news .w1400 .swiper-news .prev {
  left: 54%;
}

.news .w1400 .swiper-news .next {
  left: 58.5%;
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide {
  display: flex;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide figure {
  width: 50.42%;
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide .font {
  margin-left: .5rem;
  box-sizing: border-box;
  flex: 1;
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide .font time {
  background: #CC131D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: .78rem;
  height: .78rem;
  z-index: 4;
  margin: .35rem 0 .2rem;
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide .font time span {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide .font time span:first-child {
  line-height: 1.2;
  font-size: .4rem;
  border-top: none;
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide .font .text h5 {
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-line-clamp: 1;
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide .font .text p {
  font-size: .16rem;
  -webkit-line-clamp: 2;
  margin: .15rem 0 .45rem;
}

.news .w1400 .swiper-news .swiper-wrapper .swiper-slide .font .line {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #CC131D;
  border-bottom: 0.04rem solid #CC131D;
  padding-bottom: .1rem;
}

.newsVideo .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.newsVideo .w1400 .item {
  width: 32%;
  cursor: pointer;
}

.newsVideo .w1400 .item:hover .img img {
  transform: scale(1.05);
}

.newsVideo .w1400 .item:hover .img .bg i {
  background: #CC131D;
  border-color: #CC131D;
}

.newsVideo .w1400 .item .img {
  position: relative;
  overflow: hidden;
}

.newsVideo .w1400 .item .img img {
  transition: .5s;
}

.newsVideo .w1400 .item .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsVideo .w1400 .item .img .bg i {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .12rem;
  transform: rotate(90deg);
  transition: .4s;
}

.newsVideo .w1400 .item .text {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .1rem 0 .25rem;
  box-sizing: border-box;
  box-shadow: 0 0.06rem 0.3rem transparent;
  transition: box-shadow .6s;
}

.newsVideo .w1400 > i {
  width: 32%;
}

.social {
  padding: 1.35rem 0 1.8rem;
}

.social .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.social .w1400 .item {
  width: 48%;
  padding: .3rem .5rem .3rem .42rem;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: .4rem;
}

.social .w1400 .item h5 {
  font-size: .24rem;
  font-weight: 300;
  line-height: 1.2;
  -webkit-line-clamp: 1;
}

.social .w1400 .item p {
  color: #999;
  margin: .15rem 0 .5rem;
}

.social .w1400 .item .listbox {
  display: flex;
}

.social .w1400 .item .listbox a {
  width: .72rem;
  height: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  background: #999;
  border: 1px solid #999;
  box-sizing: border-box;
  transition-property: background-color;
  transition: .4s;
  color: #fff;
  margin-right: .12rem;
}

.social .w1400 .item .listbox a.active {
  background: #CC131D;
}

.social .w1400 .item .listbox a:hover {
  background: #CC131D;
}

.social .paging {
  margin-top: 1rem;
}

.business .w1400 {
  width: 100% !important;
}

.business .w1400 .swiper-pag {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 .4rem;
  box-sizing: border-box;
}

.business .w1400 .swiper-pag section {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 !important;
}

.business .w1400 .swiper-pag section.swiper-pagination-bullet-active .jian {
  opacity: 1;
}

.business .w1400 .swiper-pag section i {
  color: #CC131D;
  font-size: .5rem;
  line-height: 1;
}

.business .w1400 .swiper-pag section span {
  font-size: .18rem;
  font-weight: 700;
  line-height: 1.7;
  margin: .1rem 0 .2rem;
}

.business .w1400 .swiper-pag section .jian {
  line-height: 1;
  position: relative;
  opacity: 0;
  z-index: 1;
}

.business .w1400 .swiper-pag section .jian div {
  position: relative;
  z-index: 2;
  width: .2rem;
  height: .2rem;
  border: 1px solid transparent;
  border-top-color: #CC131D;
  border-left-color: #CC131D;
  transform: rotate(45deg);
  background: #fff;
}

.business .w1400 .swiper-pag section .jian:after {
  content: '';
  width: 100vw;
  height: 1px;
  display: block;
  background: #CC131D;
  position: absolute;
  bottom: 0;
  left: 100%;
  transform: translateY(-0.11rem);
  z-index: -1;
}

.business .w1400 .swiper-pag section .jian:before {
  content: '';
  width: 100vw;
  height: 1px;
  display: block;
  background: #CC131D;
  position: absolute;
  bottom: 0;
  right: 100%;
  transform: translateY(-0.11rem);
  z-index: -1;
}

.business .w1400 .swiper-bus {
  margin-top: .4rem;
}

.business .w1400 .swiper-bus .swiper-wrapper .swiper-slide .font {
  margin-bottom: .4rem;
}

.business .w1400 .swiper-bus .swiper-wrapper .swiper-slide .font h5 {
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}

.business .w1400 .swiper-bus .swiper-wrapper .swiper-slide .font p {
  font-size: .16rem;
  line-height: 2;
  margin-top: .25rem;
}

.business .w1400 .swiper-bus .swiper-wrapper .swiper-slide figure {
  width: 100%;
}

.investor {
  padding: .6rem 0;
}

.investor .w1400 .itembox {
  display: flex;
  justify-content: center;
}

.investor .w1400 .itembox .item {
  position: relative;
  width: 60%;
  padding: .6rem .35rem .1rem .35rem;
  box-sizing: border-box;
  background: #fff;
}

.investor .w1400 .itembox .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0.03rem solid #CC131D;
  box-sizing: border-box;
  border-bottom: none;
  z-index: 2;
}

.investor .w1400 .itembox .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  z-index: 0;
  transform: translate(2%, 5%);
}

.investor .w1400 .itembox .item .titles {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: auto;
  white-space: nowrap;
  height: .64rem;
  background: #CC131D;
  border-radius: .36rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  z-index: 4;
  padding: 0 .35rem;
  box-sizing: border-box;
}

.investor .w1400 .itembox .item .titles h5 {
  font-size: .24rem;
  font-weight: 700;
  margin: 0 .2rem;
}

.investor .w1400 .itembox .item .titles i {
  font-size: .16rem;
}

.investor .w1400 .itembox .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.investor .w1400 .itembox .item .text {
  position: relative;
  z-index: 3;
}

.investor .w1400 .itembox .item .text.feelChin {
  text-align: center;
}

.investor .w1400 .itembox .item .text.feelChin p {
  font-size: .16rem;
  margin-bottom: .05rem;
}

.investor .w1400 .itembox .item .text.feelChin a {
  margin-top: .3rem;
  display: inline-block;
  color: #CC131D;
  padding-bottom: .06rem;
  border-bottom: 0.04rem solid #CC131D;
}

.investor .w1400 .itembox .item .ccpline {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 3;
}

.investor .w1400 .itembox .item .ccpgrayline {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  transform: translate(2%, 57%);
  z-index: 1;
}

.investorProclamation {
  background: #F4F4F4;
  padding: .35rem 0 .5rem;
}

.investorProclamation .w1400 .swiper-pag {
  display: flex;
  justify-content: center;
}

.investorProclamation .w1400 .swiper-pag section {
  font-size: .24rem;
  font-weight: 700;
  margin: 0 .4rem;
  width: auto;
  height: auto;
  white-space: nowrap;
  background: transparent;
  opacity: 1;
  transition: color .4s;
}

.investorProclamation .w1400 .swiper-pag section.swiper-pagination-bullet-active {
  color: #CC131D;
}

.investorProclamation .w1400 .swiper-proclamation {
  margin: .5rem 0 0;
  width: 100%;
  overflow: hidden;
}

.investorProclamation .w1400 .swiper-proclamation .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.investorProclamation .w1400 .swiper-proclamation .swiper-wrapper .swiper-slide .item {
  width: 49%;
  display: flex;
  align-items: center;
  padding: .15rem .43rem .15rem .2rem;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: .35rem;
}

.investorProclamation .w1400 .swiper-proclamation .swiper-wrapper .swiper-slide .item:hover p {
  color: #CC131D;
}

.investorProclamation .w1400 .swiper-proclamation .swiper-wrapper .swiper-slide .item time {
  background: #CC131D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: .78rem;
  height: .78rem;
  z-index: 4;
  margin: 0 !important;
}

.investorProclamation .w1400 .swiper-proclamation .swiper-wrapper .swiper-slide .item time span {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.investorProclamation .w1400 .swiper-proclamation .swiper-wrapper .swiper-slide .item time span:first-child {
  line-height: 1.2;
  font-size: .4rem;
  border-top: none;
}

.investorProclamation .w1400 .swiper-proclamation .swiper-wrapper .swiper-slide .item p {
  font-size: .16rem;
  margin: 0 .45rem;
  flex: 1;
  transition: color .4s;
}

.investorProclamation .w1400 .swiper-proclamation .swiper-wrapper .swiper-slide .item i {
  font-size: .35rem;
  line-height: 1;
  color: #999;
}

.investorProclamation .w1400 .more {
  display: flex;
  justify-content: center;
}

.investorProclamation .w1400 .more a {
  font-size: .16rem;
  display: inline-block;
  color: #CC131D;
  padding-bottom: .08rem;
  line-height: 1;
  border-bottom: 0.04rem solid #CC131D;
}

.investorStock {
  position: relative;
  z-index: 1;
  padding: .75rem 0 .8rem;
}

.investorStock:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.investorStock .w1400 h5 {
  font-size: .24rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.investorStock .w1400 ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  margin: .5rem 0 .6rem;
  position: relative;
}

.investorStock .w1400 ul li {
  flex: 1;
  padding: .2rem 0;
  display: flex;
}

.investorStock .w1400 ul li:last-child div span {
  color: #CC131D;
}

.investorStock .w1400 ul li div span {
  color: #fff;
  font-size: .4rem;
  font-family: 'gilroy' !important;
  line-height: 1;
}

.investorStock .w1400 ul li div p {
  color: #fff;
  white-space: pre-wrap;
}

.investorStock .w1400 ul li i {
  display: block;
  color: #CC131D;
  margin-left: .25rem;
  font-size: .2rem;
  margin-top: .02rem;
}

.investorStock .w1400 ul li i.down {
  transform: rotateX(180deg);
}

.investorStock .w1400 .data {
  text-align: center;
}

.investorStock .w1400 .data p {
  color: rgba(255, 255, 255, 0.6);
  font-size: .13rem;
}

.leaderMail {
  padding: .3rem 0 .45rem;
}

.leaderMail .w1400 h5 {
  font-size: .24rem;
  font-weight: 700;
  text-align: center;
}

.leaderMail .w1400 .box {
  display: flex;
  margin-top: .45rem;
}

.leaderMail .w1400 .box figure {
  width: 41.42%;
}

.leaderMail .w1400 .box .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 .66rem 0 .6rem;
  border: 1px solid #D6D6D6;
  border-left: none;
  box-sizing: border-box;
}

.leaderMail .w1400 .box .text .list {
  padding: .3rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #D6D6D6;
}

.leaderMail .w1400 .box .text .list:last-child {
  border-bottom: none;
}

.leaderMail .w1400 .box .text .list h6 {
  font-size: .16rem;
  font-weight: 700;
  color: #CC131D;
  line-height: 1.5;
  margin-bottom: .1rem;
}

.leaderMail .w1400 .box .text .list p {
  font-size: .16rem;
  line-height: 2;
}

.serviseMap .w1400 {
  width: 100%;
}

.serviseMap .w1400 .selectList {
  padding: .35rem 0;
  display: flex;
  justify-content: center;
}

.serviseMap .w1400 .selectList .item {
  width: 4.57rem;
  display: flex;
  height: .6rem;
  position: relative;
  border: 1px solid #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .37rem  0 .12rem;
  box-sizing: border-box;
  margin: 0 .1rem;
  cursor: pointer;
}

.serviseMap .w1400 .selectList .item span {
  color: #999;
  font-size: .16rem;
  pointer-events: none;
}

.serviseMap .w1400 .selectList .item i {
  display: block;
  transform: rotate(90deg);
  color: #999;
  font-size: .2rem;
  pointer-events: none;
}

.serviseMap .w1400 .selectList .item ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ccc;
  max-height: 2.5rem;
  overflow-y: auto;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.serviseMap .w1400 .selectList .item ul.active {
  opacity: 1;
  visibility: visible;
}

.serviseMap .w1400 .selectList .item ul li {
  height: .4rem;
  width: 100%;
  padding: 0 .37rem  0 .12rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition-property: color,background-color;
  transition: .4s;
  color: #666;
}

.serviseMap .w1400 .selectList .item ul li:hover {
  background: #CC131D;
  color: #fff;
}

.serviseMap .map {
  position: relative;
}

.serviseMap .map .floatRightBox {
  background: #CC131D;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.serviseMap .map .floatRightBox .head {
  padding: .5rem .3rem .25rem;
  box-sizing: border-box;
  border-bottom: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.serviseMap .map .floatRightBox .head span {
  font-size: .16rem;
}

.serviseMap .map .floatRightBox .list {
  flex: 1;
  overflow-y: auto;
}

.serviseMap .map .floatRightBox .list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f3f3f3;
}

.serviseMap .map .floatRightBox .list::-webkit-scrollbar-thumb {
  background-color: #333;
}

.serviseMap .map .floatRightBox .list .item {
  border-bottom: 1px solid #E1E1E1;
  box-sizing: border-box;
  cursor: pointer;
}

.serviseMap .map .floatRightBox .list .item .font {
  padding: .2rem .3rem .35rem;
}

.serviseMap .map .floatRightBox .list .item .font h6 {
  font-size: .18rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .1rem;
}

.serviseMap .map .floatRightBox .list .item .font p {
  font-size: .16rem;
}

.servisePrice .w1400 {
  width: 100% !important;
  display: flex;
  padding: .5rem .3rem .5rem .62rem;
  background: #F4F4F4;
  box-sizing: border-box;
}

.servisePrice .w1400 .font {
  flex: 1;
  padding: 0 !important;
  box-sizing: border-box;
  margin-right: .55rem;
  overflow: hidden;
}

.servisePrice .w1400 .font .servisePricelistbox {
  overflow-y: auto;
  max-height: 80%;
}

.servisePrice .w1400 .font .servisePricelistbox .list {
  cursor: pointer;
}

.servisePrice .w1400 .font .servisePricelistbox .list .head {
  padding: .13rem 0;
  display: flex;
  align-items: center;
}

.servisePrice .w1400 .font .servisePricelistbox .list .head .icon {
  width: .2rem;
  height: .2rem;
  background: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.servisePrice .w1400 .font .servisePricelistbox .list .head .icon i {
  font-size: .12rem;
  transform: scale(0.8);
}

.servisePrice .w1400 .font .servisePricelistbox .list .head h6 {
  line-height: 1.2;
  font-size: .16rem;
  font-weight: 700;
  margin-left: .15rem;
}

.servisePrice .w1400 .font .servisePricelistbox .list .text {
  height: 0;
  overflow: hidden;
  transition: height .5s;
  border-bottom: 1px dashed #B8B8B8;
}

.servisePrice .w1400 .font .servisePricelistbox .list .text .textbox {
  padding: 0 .12rem .15rem .25rem;
  box-sizing: border-box;
}

.servisePrice .w1400 .font .zix {
  margin-top: .1rem;
}

.servisePrice .w1400 .font .zix p {
  font-size: .16rem;
  font-weight: 700;
  color: #CC131D;
}

.servisePrice .w1400 .font .zix p span {
  font-size: .24rem;
}

.servisePrice .w1400 figure {
  width: 45.71%;
}

.buddy {
  padding: 1.1rem 0 1.4rem;
}

.buddy .w1400 .title h5 {
  font-size: .35rem;
  font-weight: 700;
  color: #CC131D;
  line-height: 1.2;
  text-align: center;
}

.buddy .w1400 .title .line {
  width: .48rem;
  height: .06rem;
  background: #CC131D;
  margin: .3rem 0 .35rem;
  margin-left: auto;
  margin-right: auto;
}

.buddy .w1400 figure {
  margin-top: .65rem;
}

.recruitment .w1400 {
  width: 100%;
}

.recruitment .w1400 > p {
  margin-top: .25rem;
  text-align: center;
  font-size: .16rem;
}

.recruitment .w1400 .recruitmentbBox .item {
  cursor: pointer;
}

.recruitment .w1400 .recruitmentbBox .item:first-child {
  pointer-events: none;
}

.recruitment .w1400 .recruitmentbBox .item:first-child .head {
  background: #595857;
}

.recruitment .w1400 .recruitmentbBox .item:first-child .head div {
  font-size: .2rem;
  color: #fff;
}

.recruitment .w1400 .recruitmentbBox .item:last-child {
  border-bottom: 1px solid #CFCFCF;
}

.recruitment .w1400 .recruitmentbBox .item.active .head div {
  color: #CC131D;
}

.recruitment .w1400 .recruitmentbBox .item.active .head span {
  color: #CC131D;
}

.recruitment .w1400 .recruitmentbBox .item.active .head span i {
  color: #CC131D;
}

.recruitment .w1400 .recruitmentbBox .item.active .head span:nth-child(6) {
  opacity: 0;
}

.recruitment .w1400 .recruitmentbBox .item.active .head span:nth-child(7) {
  opacity: 1;
}

.recruitment .w1400 .recruitmentbBox .item .head {
  position: relative;
  display: flex;
  height: .7rem;
  border-top: 1px solid #CFCFCF;
  align-items: center;
}

.recruitment .w1400 .recruitmentbBox .item .head div {
  flex: 1;
  font-size: .16rem;
  font-weight: 300;
  color: #999;
  text-align: center;
  transition: color .4s;
}

.recruitment .w1400 .recruitmentbBox .item .head div:nth-child(5) {
  flex: 2;
}

.recruitment .w1400 .recruitmentbBox .item .head span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .2rem;
  font-size: .16rem;
  font-weight: 300;
  transition-property: color,opacity;
  transition: .4s;
}

.recruitment .w1400 .recruitmentbBox .item .head span:nth-child(7) {
  opacity: 0;
}

.recruitment .w1400 .recruitmentbBox .item .head span i {
  display: inline-block;
  margin-left: .1rem;
  font-size: .1rem;
  transition: color .4s;
  transform: rotateX(180deg);
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont {
  overflow: hidden;
  height: 0;
  transition: height .5s;
  background: #F4F4F4;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox {
  transition: none;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin {
  border-top: 1px solid #CFCFCF;
  padding: .4rem  1.3rem .28rem .4rem;
  box-sizing: border-box;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .frameList {
  display: flex;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .frameList .list {
  display: flex;
  width: 4rem;
  margin-right: .77rem;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .frameList .list:last-child {
  margin-right: 0;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .frameList .list .listText h5 {
  font-size: .22rem;
  font-weight: 700;
  line-height: 1.4;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .frameList .list .listText ul {
  margin-top: .15rem;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .frameList .list .listText ul li {
  color: #CC131D;
  list-style-position: inside;
  list-style-type: disc;
  line-height: 2;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .frameList .list .listText ul li p {
  color: #333;
  display: inline;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .comeon {
  width: 1.6rem;
  height: .4rem;
  border-radius: .5rem;
  background: #CC131D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: .35rem;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .comeon i {
  font-size: .24rem;
}

.recruitment .w1400 .recruitmentbBox .item .recruitmentFont .frameBox.feelChin .comeon span {
  display: block;
  margin-left: .11rem;
}

.searchInput {
  padding: 0;
}

.searchInput .w1400 {
  width: 100%;
}

.searchInput .w1400 .ititle h5 {
  font-size: .3rem;
  text-align: center;
  line-height: 1.2;
}

.searchInput .w1400 .input {
  margin: .2rem auto;
  width: 50%;
  display: flex;
  height: .6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.searchInput .w1400 .input input {
  flex: 1;
  height: 100%;
  font-size: .2rem;
  margin-right: .3rem;
  padding: 0 .2rem;
  box-sizing: border-box;
}

.searchInput .w1400 .input a {
  width: .6rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: .28rem;
  transition: color .4s;
}

.searchInput .w1400 .input a:hover {
  color: #CC131D;
}

.searchInput .w1400 p {
  font-size: .16rem;
  text-align: center;
  color: #999;
}

.searchInput .w1400 p span {
  color: #CC131D;
}

.searchList {
  padding: .4rem 0;
}

.searchList .w1400 {
  width: 100%;
}

.searchList .w1400 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.searchList .w1400 .items .item {
  width: 49%;
  height: auto;
  background: #F9F9F9;
  margin-bottom: .2rem;
  padding: .3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.searchList .w1400 .items .item:hover p {
  color: #CC131D;
}

.searchList .w1400 .items .item:hover:after {
  opacity: 1;
}

.searchList .w1400 .items .item p {
  margin-bottom: .1rem;
  font-size: .18rem;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
  transition: color .4s;
}

.searchList .w1400 .items .item p .notice_word {
  color: #CC131D;
}

.searchList .w1400 .items .item .littles {
  display: flex;
  justify-content: space-between;
}

.searchList .w1400 .items .item .littles span, .searchList .w1400 .items .item .littles time {
  color: #999;
  transition: color .4s;
}

.searchList .w1400 .paging {
  margin-top: .4rem;
}

.certifyPag {
  text-align: center;
  line-height: 1;
  margin-top: .2rem;
}

.certifyPag span {
  background: #e5e5e5;
  opacity: 1;
  margin: 0 .05rem;
}

.certifyPag span.swiper-pagination-bullet-active {
  background: #CC131D;
}

.comeback {
  position: fixed;
  width: .46rem;
  height: .46rem;
  z-index: 9999;
  bottom: 3%;
  right: 1%;
  transition: .5s;
  background: #CC131D;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.comeback:hover {
  transform: translateY(-15%);
}

.ccpThemes {
  padding: .25rem 0;
}

.ccpThemes .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100% !important;
}

.ccpThemes .w1400 i {
  width: 32%;
}

.ccpThemes .w1400 .item {
  width: 32%;
  margin-bottom: .25rem;
  position: relative;
}

.ccpThemes .w1400 .item:hover figure img {
  transform: scale(1.05);
}

.ccpThemes .w1400 .item figure {
  overflow: hidden;
}

.ccpThemes .w1400 .item figure img {
  transition: .4s;
}

.ccpThemes .w1400 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .44rem;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #fff;
  padding: 0 .3rem;
  box-sizing: border-box;
}

.dataNews {
  padding: .6rem  0 1.4rem;
}

.dataNews .w1400 {
  margin-bottom: .5rem;
}

.dataNews .w1400 .item {
  display: flex;
  align-items: center;
  padding: .5rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.dataNews .w1400 .item .ifHaveImg {
  width: 2.74rem;
  margin-right: .5rem;
}

.dataNews .w1400 .item .font {
  height: 1.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dataNews .w1400 .item .font .text h5 {
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.2;
}

.dataNews .w1400 .item .font .text p {
  font-size: .16rem;
  line-height: 2;
  margin-top: .15rem;
}

.dataNews .w1400 .item .font time {
  line-height: 1.2;
  color: #999;
}

.serviseItem {
  padding: 1rem 0;
}

.serviseItem .w1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.serviseItem .w1400 .item {
  width: 49%;
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  padding: .4rem .35rem .4rem .43rem;
  box-sizing: border-box;
  font-size: .16rem;
  position: relative;
  box-shadow: 0 0.03rem 0.06rem transparent;
  margin-bottom: .3rem;
  display: flex;
}

.serviseItem .w1400 .item:hover {
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  color: #CC131D;
}

.serviseItem .w1400 .item:hover:after {
  width: 100%;
}

.serviseItem .w1400 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: .05rem;
  background: #CC131D;
  transition: .4s;
  transform: translateX(-50%);
}

.serviseItem .w1400 .item p {
  flex: 1;
}

.serviseItem .w1400 .item time {
  margin-left: .3rem;
}

.serviseItem .paging {
  margin-top: .5rem;
}

.dataServiseItem {
  padding: 1rem 0;
}

.dataServiseItem .serviseItem {
  margin-top: .6rem;
  padding: 0;
}

.feelChinWrapper {
  display: flex;
  padding-top: .2rem;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.feelChinWrapper .feelChinNav {
  width: 2.56rem;
}

.feelChinWrapper .feelChinNav .sticky {
  position: sticky;
  top: .3rem;
}

.feelChinWrapper .feelChinNav .sticky .head {
  height: .77rem;
  width: 100%;
  background: #CC131D;
  display: flex;
  align-items: center;
  font-size: .26rem;
  color: #fff;
  padding-left: .2rem;
  box-sizing: border-box;
}

.feelChinWrapper .feelChinNav .sticky .list a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: .43rem;
  box-sizing: border-box;
  height: .46rem;
  border-top: 1px dashed #ccc;
  font-size: .16rem;
  transition: color .4s;
}

.feelChinWrapper .feelChinNav .sticky .list a.active {
  color: #CC131D;
}

.feelChinWrapper .feelChinNav .sticky .list a.active:after {
  border-left-color: #CC131D;
}

.feelChinWrapper .feelChinNav .sticky .list a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: .2rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.06rem solid #999;
  border-right: 0.06rem solid transparent;
  border-top: 0.04rem solid transparent;
  border-bottom: 0.04rem solid transparent;
  transition: .4s;
}

.feelChinWrapper .feelChinNav .sticky .list a:first-child {
  border-top: none;
}

.feelChinWrapper .feelChinNav .sticky .list a:last-child {
  border-bottom: 1px dashed #ccc;
}

.feelChinWrapper .feelChinBox {
  flex: 1;
  overflow: hidden;
  margin-left: .9rem;
}

.feelChinWrapper .feelChinBox .feelChinHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: .77rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.feelChinWrapper .feelChinBox .feelChinHead h5 {
  font-size: .36rem;
}

.feelChinWrapper .feelChinBox .feelChinHead .morelink {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #999;
  padding-left: .26rem;
  box-sizing: border-box;
}

.feelChinWrapper .feelChinBox .feelChinHead .morelink i {
  margin-right: .09rem;
}

.feelChinWrapper .feelChinBox .feelChinHead .morelink span {
  display: block;
  margin: 0 .1rem;
}

.feelChinWrapper .feelChinBox .feelChinHead .morelink a {
  transition: color .4s;
}

.feelChinWrapper .feelChinBox .feelChinHead .morelink a:hover {
  color: #CC131D;
}

.augustProfile.feelChin {
  font-size: .16rem;
}

.augustProfile.feelChin h5 {
  font-size: .24rem;
  font-weight: 700;
}

.augustProfile.feelChin h6 {
  color: #CC131D;
  font-size: .24rem;
  font-weight: 700;
}

.augustProfile.feelChin span {
  color: #CC131D;
}

.augustProclamation .list {
  padding-bottom: .2rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.augustProclamation .list a {
  display: flex;
  align-items: center;
  font-size: .16rem;
  margin-bottom: 0;
  padding: .05rem 0;
  transition: color .4s;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.5);
}

.augustProclamation .list a:last-child {
  border: none;
}

.augustProclamation .list a:hover {
  color: #CC131D;
}

.augustProclamation .list a p {
  flex: 1;
}

.augustProclamation .list a time {
  margin-left: .4rem;
}

.augustPaging {
  margin-top: .3rem;
  display: flex;
  justify-content: center;
}

.augustPaging a {
  display: block;
  transition: color .4s;
}

.augustPaging a:hover {
  color: #CC131D;
}

.augustPaging a.oneLink {
  margin: 0 .16rem;
}

.augustPaging .forms {
  display: flex;
  align-items: center;
}

.augustPaging .forms input, .augustPaging .forms button {
  width: .4rem;
  height: .25rem;
  background: #e5e5e5;
}

.augustPaging .forms input {
  text-align: center;
  color: #333;
}

.augustPaging .forms button {
  margin: 0 .1rem;
  background: #CC131D;
  cursor: pointer;
  color: #fff;
}

.augustPaging p {
  margin-left: .2rem;
  white-space: pre-wrap;
}

.fontSizeSet {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .2rem;
}

.fontSizeSet div {
  font-size: .2rem;
  margin: 0 .2rem;
  transition: .3s;
  cursor: pointer;
}

.fontSizeSet div.active {
  color: #CC131D;
}

.augustInner {
  padding: 0;
}

.augustInner .w1400 {
  display: flex;
}

.augustInner .w1400 .proclamationInner {
  flex: 1;
  overflow: hidden;
  margin-right: .5rem;
}

.augustInner .w1400 .proclamationInner .head {
  text-align: center;
}

.augustInner .w1400 .proclamationInner .head h5 {
  font-size: .3rem;
  line-height: 1.7;
  margin-bottom: .1rem;
}

.augustInner .w1400 .proclamationInner .head span {
  font-size: .16rem;
  color: #999;
}

.augustInner .w1400 .proclamationInner .font {
  border-top: 1px dashed #E1E1E1;
  border-bottom: 1px dashed #E1E1E1;
  margin-top: .25rem;
  padding: .3rem 1rem;
}

.augustInner .w1400 .proclamationInner .font.feelChin p {
  font-size: .16rem;
}

.augustInner .w1400 .proclamationInner .font.feelChin .yejiao {
  margin-top: .2rem;
  text-align: right;
}

.augustInner .w1400 .othermsg {
  width: 3.85rem;
  padding-left: .35rem;
  border-left: 1px #E1E1E1 solid;
  box-sizing: border-box;
}

.augustInner .w1400 .othermsg .sticky {
  position: sticky;
  top: 1.3rem;
}

.augustInner .w1400 .othermsg .sticky .head {
  padding: .3rem 0 .1rem;
  font-size: .3rem;
  border-bottom: 1px solid #E1E1E1;
}

.augustInner .w1400 .othermsg .sticky .list {
  width: 100%;
  padding-top: .25rem;
}

.augustInner .w1400 .othermsg .sticky .list a {
  margin-bottom: .1rem;
  display: flex;
  align-items: center;
  font-size: .16rem;
  transition: color .4s;
}

.augustInner .w1400 .othermsg .sticky .list a:hover {
  color: #CC131D;
}

.augustLeader {
  display: flex;
  justify-content: space-between;
}

.augustLeader .leaderImg {
  width: 31.84%;
}

.augustLeader .leaderImg figure {
  position: relative;
  width: 100%;
}

.augustLeader .leaderImg figure h5 {
  font-size: .3rem;
  position: absolute;
  bottom: .22rem;
  left: .22rem;
  z-index: 3;
}

.augustLeader .leaderImg .text {
  background: #F4F4F4;
  padding: .2rem .22rem;
  min-height: 1.3rem;
  box-sizing: border-box;
}

.augustLeader .leaderImg .text span {
  font-size: .16rem;
}

.augustLeader .font {
  width: 63.50%;
}

.augustLeader .font.feelChin h5 {
  font-size: .35rem;
  line-height: 1.4;
}

.augustLeader .font.feelChin p {
  font-size: .16rem;
}

.augustLeader .font.feelChin .yinhao {
  width: .34rem;
  margin: .32rem 0 .45rem;
}

.augustLeader .font.feelChin .yinhao.right {
  margin-left: auto;
}

.augustCom figure {
  text-align: center;
}

.augustCom figure img {
  max-width: 100%;
}

.augustChind .pagindex {
  display: flex;
  margin-bottom: .05rem;
  border-bottom: 1px solid #E2E2E2;
}

.augustChind .pagindex .item {
  padding: 0 .37rem;
  opacity: 1;
  width: auto;
  height: .4rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  font-size: .16rem;
  margin-right: 1px;
  transition-property: color,background-color;
  transition: .4s;
  position: relative;
  z-index: 1;
  border: 1px solid #E2E2E2;
  border-right: none;
  border-radius: 0;
  border-bottom: none;
  cursor: pointer;
  white-space: nowrap;
}

.augustChind .pagindex .item:last-child {
  border-right: 1px solid #E2E2E2;
}

.augustChind .pagindex .item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  transform: translate(-50%, 0.1rem);
  border-top: 0.1rem solid #CC131D;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  transition: .4s;
  opacity: 0;
}

.augustChind .pagindex .item.swiper-pagination-bullet-active {
  background: #CC131D;
  color: #fff;
}

.augustChind .pagindex .item.swiper-pagination-bullet-active:after {
  transform: translate(-50%, -1px);
  opacity: 1;
}

.augustChind .swiper-child {
  overflow: hidden;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item {
  display: flex;
  padding: .28rem 0;
  border-bottom: 1px dashed #E2E2E2;
  box-sizing: border-box;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item:hover figure img {
  transform: scale(1.05);
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item:hover .font span {
  background: #CC131D;
  color: #fff;
  border-color: #CC131D;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item:last-child {
  border-bottom: none;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item figure {
  width: 2.31rem;
  overflow: hidden;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item figure img {
  width: 100%;
  transition: .4s;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item .font {
  flex: 1;
  overflow: hidden;
  margin-left: .35rem;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item .font h5 {
  font-size: .22rem;
  font-weight: 700;
  line-height: 1.2;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item .font p {
  color: #999;
  font-size: .16rem;
  margin: .05rem 0 .1rem;
}

.augustChind .swiper-child .swiper-wrapper .swiper-slide .item .font span {
  width: 1.36rem;
  height: .38rem;
  border: 1px solid #999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: .16rem;
  transition: .4s;
}

.augustCcpNews .item {
  display: flex;
  flex-wrap: wrap;
  height: 1.56rem;
  padding: .3rem 0;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.5);
}

.augustCcpNews .item:first-child {
  padding-top: 0;
}

.augustCcpNews .item:hover figure img {
  transform: scale(1.05);
}

.augustCcpNews .item:hover .font .text h5, .augustCcpNews .item:hover .font .text p {
  color: #CC131D;
}

.augustCcpNews .item figure {
  height: 100%;
  overflow: hidden;
}

.augustCcpNews .item figure img {
  height: 100%;
  transition: .4s;
}

.augustCcpNews .item .font {
  margin-left: .37rem;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.augustCcpNews .item .font .text h5 {
  font-size: .2rem;
  line-height: 1.5;
  margin-bottom: .06rem;
  transition: color .4s;
  -webkit-line-clamp: 1;
}

.augustCcpNews .item .font .text p {
  font-size: .16rem;
  line-height: 2;
  transition: color .4s;
}

.augustCcpNews .item .font time {
  color: #999;
}

.augustLogo {
  margin-top: .4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.augustLogo .item {
  width: 24%;
  height: auto;
  padding: .3rem .22rem .4rem;
  box-sizing: border-box;
  background: #F4F4F4;
  color: #595857;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
  flex-direction: column;
}

.augustLogo .item:hover {
  background: #CC131D;
  color: #fff;
}

.augustLogo .item i {
  font-size: .43rem;
  line-height: 1;
}

.augustLogo .item h5 {
  font-size: .18rem;
  font-weight: 700;
  margin: .02rem 0 .1rem;
}

.augustLogo .item p {
  font-size: .16rem;
}

.augustHistory .item {
  display: flex;
}

.augustHistory .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.augustHistory .item:nth-child(2n) figure {
  margin-left: 0;
  margin-right: .48rem;
}

.augustHistory .item:nth-child(3n) .font {
  padding-top: .55rem;
}

.augustHistory .item .font {
  flex: 1;
  padding-top: .1rem;
  box-sizing: border-box;
}

.augustHistory .item .font h5 {
  font-size: .3rem;
  line-height: 1.2;
  color: #CC131D;
  font-weight: 700;
}

.augustHistory .item .font .text {
  margin-top: .36rem;
}

.augustHistory .item .font .text.feelChin {
  font-size: .16rem;
}

.augustHistory .item figure {
  margin-left: .48rem;
  width: 3.6rem;
}

.augustNewsHead {
  padding: .93rem 0 .32rem;
  background: #F4F4F4;
}

.augustNewsHead .w1400 .swiper-news {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.augustNewsHead .w1400 .swiper-news .swiper-pag {
  position: absolute;
  bottom: .6rem;
  left: calc(6.2rem + .6rem);
  z-index: 3;
  line-height: 1;
  font-size: 0;
  z-index: 9;
}

.augustNewsHead .w1400 .swiper-news .swiper-pag span {
  width: 0.57292vw;
  height: 0.57292vw;
  border-radius: 50%;
  background: #999;
  opacity: .5;
  border-radius: .5rem;
  margin: 0;
  margin-right: .17rem;
  transition: .4s;
}

.augustNewsHead .w1400 .swiper-news .swiper-pag span.swiper-pagination-bullet-active {
  width: .6rem;
  opacity: 1;
  background: #CC131D;
}

.augustNewsHead .w1400 .swiper-news .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
}

.augustNewsHead .w1400 .swiper-news .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.05);
}

.augustNewsHead .w1400 .swiper-news .swiper-wrapper .swiper-slide figure {
  width: 6.2rem;
  overflow: hidden;
}

.augustNewsHead .w1400 .swiper-news .swiper-wrapper .swiper-slide figure img {
  transition: .4s;
}

.augustNewsHead .w1400 .swiper-news .swiper-wrapper .swiper-slide .font {
  overflow: hidden;
  flex: 1;
  color: #595857;
  padding: .25rem .5rem 0 .6rem;
  box-sizing: border-box;
}

.augustNewsHead .w1400 .swiper-news .swiper-wrapper .swiper-slide .font h5 {
  color: #CC131D;
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.2;
}

.augustNewsHead .w1400 .swiper-news .swiper-wrapper .swiper-slide .font time {
  margin: .1rem 0 .2rem;
  display: block;
}

.augustNewsHead .w1400 .swiper-news .swiper-wrapper .swiper-slide .font p {
  -webkit-line-clamp: 5;
  line-height: 2;
}

.augustNewsHrefBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.augustNewsHrefBox .augustNewsHref {
  display: flex;
}

.augustNewsHrefBox .augustNewsHref.augustNewsHref1 span {
  padding: .35rem .26rem .2rem;
}

.augustNewsHrefBox .augustNewsHref span {
  position: relative;
  font-size: .2rem;
  font-weight: 700;
  opacity: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  margin: 0;
  line-height: 1.2;
  margin-right: .2rem;
  padding: .35rem 0 .2rem;
}

.augustNewsHrefBox .augustNewsHref span.swiper-pagination-bullet-active:after {
  width: 100%;
  left: 0;
}

.augustNewsHrefBox .augustNewsHref span.swiper-pagination-bullet-active:before {
  opacity: 1;
}

.augustNewsHrefBox .augustNewsHref span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 0;
  height: .05rem;
  background: #CC131D;
  z-index: 3;
  transition: .4s;
}

.augustNewsHrefBox .augustNewsHref span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  transition: .4s;
  transform: translate(-50%, 0.02rem);
  border-left: 0.04rem solid transparent;
  border-right: 0.04rem solid transparent;
  border-top: 0.06rem solid #CC131D;
  border-bottom: 0.06rem solid transparent;
}

.augustNewsHrefBox a {
  transition: color .4s;
}

.augustNewsHrefBox a:hover {
  color: #CC131D;
}

.augustNewsBox .w1400 {
  display: flex;
}

.augustNewsBox .w1400 .augustNews {
  width: 10.16rem;
  padding-bottom: .7rem;
  padding-right: .55rem;
  border-right: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.augustNewsBox .w1400 .augustNews .swiper-list {
  padding-top: .35rem;
  overflow: hidden;
}

.augustNewsBox .w1400 .augustOther {
  width: 3.84rem;
  padding-left: .36rem;
  box-sizing: border-box;
}

.augustNewsBox .w1400 .augustOther .foxnews {
  padding-top: .23rem;
}

.augustNewsBox .w1400 .augustOther .foxnews .item:hover figure img {
  transform: scale(1.05);
}

.augustNewsBox .w1400 .augustOther .foxnews .item:hover .font p {
  color: #CC131D;
}

.augustNewsBox .w1400 .augustOther .foxnews .item figure {
  overflow: hidden;
}

.augustNewsBox .w1400 .augustOther .foxnews .item figure img {
  transition: .4s;
}

.augustNewsBox .w1400 .augustOther .foxnews .item .font {
  padding: .07rem 0 .35rem;
}

.augustNewsBox .w1400 .augustOther .foxnews .item .font p {
  font-size: .2rem;
  line-height: 1.5;
  transition: color .4s;
}

.augustNewsBox .w1400 .augustOther .foxnews .item .font time {
  color: #999;
  display: block;
  margin-top: .05rem;
}

.videoNews {
  padding-top: .18rem;
}

.videoNews .item {
  text-align: center;
}

.videoNews .item:hover figure img {
  transform: scale(1.05);
}

.videoNews .item figure {
  overflow: hidden;
}

.videoNews .item figure img {
  transition: .4s;
}

.videoNews .item p {
  margin-top: .05rem;
}

.augustSocial .list .item {
  position: relative;
  padding: .2rem .5rem .2rem .07rem;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.5);
}

.augustSocial .list .item:first-child {
  padding-top: 0;
}

.augustSocial .list .item h5 {
  font-size: .2rem;
  line-height: 1.5;
}

.augustSocial .list .item p {
  color: #999;
  margin: .05rem 0 .2rem;
}

.augustSocial .list .item .listbox {
  display: flex;
}

.augustSocial .list .item .listbox a {
  width: .72rem;
  height: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  background: #999;
  box-sizing: border-box;
  transition-property: background-color;
  transition: .4s;
  color: #fff;
  margin-right: .12rem;
}

.augustSocial .list .item .listbox a.active {
  background: #CC131D;
}

.augustSocial .list .item .listbox a:hover {
  background: #CC131D;
}

.augustBusiness .item {
  display: flex;
  flex-wrap: wrap;
}

.augustBusiness .item:nth-child(even) {
  flex-direction: row-reverse;
}

.augustBusiness .item .font {
  width: 50%;
  background: #F4F4F4;
  padding: .4rem .48rem 0 .35rem;
  box-sizing: border-box;
}

.augustBusiness .item .font .businessTitle {
  display: flex;
  align-items: center;
}

.augustBusiness .item .font .businessTitle i {
  color: #CC131D;
  font-size: .5rem;
  line-height: 1;
}

.augustBusiness .item .font .businessTitle .title {
  margin-left: .09rem;
  color: #CC131D;
}

.augustBusiness .item .font .businessTitle .title h5 {
  font-size: .16rem;
  line-height: 1.4;
  font-weight: 700;
}

.augustBusiness .item .font .businessTitle .title h6 {
  font-size: .14rem;
  line-height: 1.4;
  font-weight: 700;
}

.augustBusiness .item .font p {
  font-size: .2rem;
  margin: .3rem 0 .1rem;
}

.augustBusiness .item figure {
  width: 50%;
}

.augustServise .swiper-pag {
  display: flex;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: .2rem;
}

.augustServise .swiper-pag section {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 .7rem;
}

.augustServise .swiper-pag section.swiper-pagination-bullet-active .jian {
  opacity: 1;
}

.augustServise .swiper-pag section i {
  color: #CC131D;
  font-size: .5rem;
  line-height: 1;
}

.augustServise .swiper-pag section span {
  font-size: .18rem;
  font-weight: 700;
  line-height: 1.7;
  margin: .1rem 0 .2rem;
}

.augustServise .swiper-pag section .jian {
  line-height: 1;
  position: relative;
  opacity: 0;
  z-index: 1;
}

.augustServise .swiper-pag section .jian div {
  position: relative;
  z-index: 2;
  width: .2rem;
  height: .2rem;
  border: 1px solid transparent;
  border-top-color: #CC131D;
  border-left-color: #CC131D;
  transform: rotate(45deg);
  background: #fff;
}

.augustServise .swiper-pag section .jian:after {
  content: '';
  width: 100vw;
  height: 1px;
  display: block;
  background: #CC131D;
  position: absolute;
  bottom: 0;
  left: 100%;
  transform: translateY(-0.11rem);
  z-index: -1;
}

.augustServise .swiper-pag section .jian:before {
  content: '';
  width: 100vw;
  height: 1px;
  display: block;
  background: #CC131D;
  position: absolute;
  bottom: 0;
  right: 100%;
  transform: translateY(-0.11rem);
  z-index: -1;
}

.augustguysLinian {
  display: flex;
  align-items: center;
}

.augustguysLinian figure {
  width: 3.66rem;
}

.augustguysLinian .font {
  flex: 1;
  margin-left: .7rem;
}

.augustguysLinian .font h5 {
  color: #CC131D;
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.5;
}

.augustguysLinian .font .text {
  font-size: .16rem;
  color: #595857;
  line-height: 2;
  margin-top: .2rem;
}

.augustSchool .title {
  text-align: center;
  margin-bottom: .3rem;
}

.augustSchool .title h5 {
  color: #CC131D;
  font-size: .35rem;
  font-weight: 700;
  margin-bottom: .08rem;
}

.augustSchool .title p {
  font-size: .16rem;
}

.augustSchool .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.augustSchool .items .item {
  background: #F4F4F4;
  height: 4.4rem;
  width: 24.5%;
  padding: .28rem .25rem .6rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background-color .4s;
}

.augustSchool .items .item:hover {
  background: #CC131D;
}

.augustSchool .items .item:hover .dot {
  transform: translateY(0);
  background: #fff;
}

.augustSchool .items .item:hover .dot i {
  color: #CC131D;
}

.augustSchool .items .item:hover h5 {
  transform: translateY(0);
  color: #fff;
}

.augustSchool .items .item .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #CC131D;
  transform: translateY(-0.3rem);
  transition-property: background-color,transform;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.augustSchool .items .item .dot i {
  color: #fff;
  font-size: .42rem;
  transition: color .4s;
}

.augustSchool .items .item h5 {
  font-size: .2rem;
  margin: .12rem 0;
  color: #CC131D;
  transform: translateY(-0.3rem);
  transition-property: color,transform;
  transition: .5s;
}

.augustSchool .items .item .augustSchoolFont {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height .5s;
  color: #fff;
}
