/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
@font-face {
  font-family: "siyuan"; /* Project id 4152331 */
  src:url('../font/SourceHanSerifCN-Regular.otf') format('truetype');
  font-display: swap;
}
/* usually */
body {
  font-family: "siyuan";
  -webkit-font-smoothing: antialiased;
  color: #000000;
}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: inherit;}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.showmenu.nav-ul-box {
  /* left: 0; */
  transform: translate(0,100%);
}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.pv20 {padding-top: 20px;padding-bottom: 20px;}
.p30 {padding: 30px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 20px;height: 20px;position: relative;cursor: pointer;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: #666666;border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}

.icon-plus1 {display:inline-block}
.icon-plus1::before,.icon-plus1::after {background-color: #666666;}

 /* html,body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
} */

.head-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}

.bb {border-bottom: 1px solid #e8e8e8;}

.pages {
  text-align: center;
  padding: 50px 0;
}

.normal-item {
  display: none;
}

.normal-item:first-child {
  display: block;
}

.pages li {
  display: inline-flex;
  font-size: 16px;
  color: #666666;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.pages li a {
  width: 36px;
  height:36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.pages li:hover {
  text-decoration: underline;
}

.pages li span {
  width: 36px;
  height:36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.pages .iconfont {font-size: 18px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#94001f;
  color: #fff;
}

.pages li.thisclass a {
  color: #fff;
}

.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

/* ThinkPHP分页样式覆盖 */
.pages .pagination {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pages .pagination li {
  display: inline-flex;
  font-size: 16px;
  color: #666666;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin: 0 5px;
}

.pages .pagination li a,
.pages .pagination li span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  text-decoration: none;
}

.pages .pagination li:hover {
  text-decoration: underline;
}

.pages .pagination li.active,
.pages .pagination li.thisclass {
  background: #94001f;
  color: #fff;
  border-color: #94001f;
}

.pages .pagination li.active span,
.pages .pagination li.active a,
.pages .pagination li.thisclass span,
.pages .pagination li.thisclass a {
  color: #fff;
}

.pages .pagination li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pages .pagination li.disabled span,
.pages .pagination li.disabled a {
  cursor: not-allowed;
  color: #999;
}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: row-reverse;
}

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

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}

.banner-i {
  width: 100%;
  display: block;
}

.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}


.menu {
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.hide-pc {display: none;}

.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #96001a;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

.normal-place ::-webkit-input-placeholder{
  color: #999999;
  font-family: "siyuan";
}
.normal-place :-moz-placeholder{
  color: #999999;
  font-family: "siyuan";
}
.normal-place :-ms-input-placeholder{
  color: #999999;
  font-family: "siyuan";
}


.underline {text-decoration: underline;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mt50 {margin-top: 50px;}
label {cursor: pointer;}
img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover,.head-right-links:hover {color: #94001f;}
.hover-under:hover {text-decoration: underline;}
.hover-tit a:hover [class*=tit] {color: #94001f;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {}
.col-yel {color: #e0663d;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0% {
    padding-top: 20px;
    opacity: 0;
  }
  100% {
      padding-top: 0px;
      opacity: 1;
  }
}

@keyframes hideIndex2{
  0%{ padding-top: 20px;opacity: 0; }
  100%{padding-top: 10px; opacity: 1;}
}

@media (min-width:1240px) { 
  
}


.normal-swiper-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #96001a;
  background-color: #96001a;
  color: #fff;
  border-radius: 50%;
  margin: 0;
  transform: translate(0,-50%);
}

.normal-swiper-btn.swiper-button-disabled {
  background-color: #f6f7f9;
  color: #96001a;
  opacity: 1;
}
.normal-swiper-btn::after{
  font-size: 20px;
}

.area-tit {
  font-size: 36px;
  font-weight: 600;
}

.area-desc {
  font-size: 16px;
  line-height: 1.875em;
  max-width: 780px;
}

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

.area-ul>li {
  width: 24.14%;
  margin-left: 1.14%;
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
}

.area-ul>li:hover {
  background-color: #96001a;
  color: #fff;
}

.area-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}

.area-ul-tit {
  padding: 20px;
}

.area-ul-tit-tit {
  font-size: 20px;
  font-weight: 600;
}

.area-ul-tit-desc {
  font-size: 16px;
  margin-top: 10px;
}

@media (min-width:993px) {
  .normal-item:nth-of-type(3n+1) .alan-box-inner::before {
    left: calc(32% / 2);
  }
  
  .normal-item:nth-of-type(3n+1) .alan-box-inner::after {
    left: calc(32% / 2);
  }
  
  
  .normal-item:nth-of-type(3n+2) .alan-box-inner::before {
    left: 50%;
  }
  
  .normal-item:nth-of-type(3n+2) .alan-box-inner::after {
    left: 50%;
  }
  
  .normal-item:nth-of-type(3n+3) .alan-box-inner::before {
    left: 84%;
  }
  
  .normal-item:nth-of-type(3n+3) .alan-box-inner::after {
    left: 84%;
  }

}

.center-box {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}


.nav-ul>li {
  font-size: 16px;
  font-weight: 600;
  padding: 40px 0;
  position: relative;
  margin-left: 2.08vw;
}

.nav-ul>li:after {
  content: '';
  width: 0px;
  height: 4px;
  background-color: #94001f;
  border-radius: 999px;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nav-ul>li.on::after, .nav-ul>li:hover::after {
  width: 100%;
}

.logo-img {
  max-width: 306px;
  display: block;
}


.swiper-banner-pagination .swiper-pagination-bullet {
  background-color: #fff;
  /* opacity: 1; */
}

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

.banner-word {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}


.head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.banner-img,.banner-list-img {
  min-height: 190px;
  object-fit: cover;
}

.banner-word-btn {
  display: inline-flex;
  width: 180px;
  height: 65px;
  border-radius: 999px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.banner-word-tit {
  font-size: 74px;
  font-weight: 600;
}

.banner-word-desc {
  font-size: 22px;
  text-transform: uppercase;
}

.normal-bj {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-ul-tit {
  font-size: 20px;
  font-weight: 600;
}

.menu-ul-desc {
  font-size: 16px;
  color: #666666;
}

.menu-ul>li {
  padding: 40px 20px;
  width: 31.42%;
  margin-left: 2.865%; 
  position: relative;
}

.menu-ul>li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 234, 234, .7);
  top: 0;
  left: 0;
}

.menu-ul>li:nth-of-type(1) {
  margin-left: 0;
}

.normal-pd {
  padding: 80px 0;
}

.normal-pd1 {
  padding: 80px 0 40px;
}

.normal-pd2 {
  padding: 60px 0;
}

.normal-pt {
  padding-top: 80px;
}

.normal-pb {
  padding-bottom: 80px;
}

.menu-ul>li.on::before,
.menu-ul>li:hover::before {
  background-color: #a01930;
  color: #fff;
}

.menu-ul>li:hover *,.menu-ul>li.on *{
  color: #fff;
}

.normal-tit {
  font-size: 36px;
  font-weight: 600;
}

.normal-desc {
  font-size: 18px;
  color: #666666;
}

.about-us-desc {
  font-size: 18px;
  line-height: 2em;
  color: #666666;
}

.about-us-right {
  width: 50.48%;
}

.about-us-left {
  width: 46.85%;
}

.about-us-btn {
  display: inline-flex;
  width: 136px;
  height: 48px;
  border: 1px solid #96001a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  color: #96001a;
  font-size: 16px;
  transition: all 0.3s ease;
}

.about-us-btn1 {
  border-color: #d6d6d6;
  color: #666666;
}

.data-tit {
  font-size: 24px;
  color: #96001a;
}

.data-tit-num {
  font-size: 60px;
}

.data-desc {
  font-size: 16px;
  color: #676767;
}

.data-box {
  border-top: 1px solid #96001a;
  border-bottom: 1px solid #96001a;
  padding: 40px 0;
}

.data-ul>li {
  flex: 1;
  position: relative;
  border-left: 1px solid #cfcfcf;
  padding: 0 20px;
}

.data-ul>li::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 17px;
  background-color: #96001a;
  left: 0;
  top: 0;
  border-radius: 999px;
  transform: translateX(-50%);
}

.normal-mt {
  margin-top: 60px;
}

.business-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  left: 0;
  top: 0;
}

.business-index {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}

.business-index::before {
  content: '';
  position: absolute;
  width: 88px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.business-tit {
  font-size: 30px;
  font-weight: 600;
  min-height: 70px;
  line-height: 1.5em;
}

.business-btn {
  opacity: 0;
}

.business-btn .icon-jiantou-copy {
  font-size: 40px;
  font-weight: 300;
}

.business-desc {
  font-size: 16px;
  line-height: 1.875em;
  opacity: 0;
}

.swiper-business .swiper-slide {
  padding: 0 40px;
}

.swiper-business {
  overflow: visible;
  margin-top: 13.54vw;
  position: relative;
}


.swiper-business-item {
  transition: all 0.3s ease;
}

.swiper-business .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1600px;
  background-color: rgba(150, 0, 26, .0);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.swiper-business .swiper-slide.on::before,
.swiper-business .swiper-slide:hover::before {
  background-color: rgba(150, 0, 26, .7);
}

.swiper-business .swiper-slide.on .swiper-business-item,
.swiper-business .swiper-slide:hover .swiper-business-item {
  transform: translate(0, -10.41vw);
}

.swiper-business .swiper-slide.on .business-btn,
.swiper-business .swiper-slide:hover  .business-btn {
  opacity: 1;
}

.swiper-business .swiper-slide.on .business-desc,
.swiper-business .swiper-slide:hover  .business-desc {
  opacity: 1;
}

.business-box-posi {
  position: relative;
  z-index: 10;
}

.team-swiper-left {
  width: 40.47%;
}


.team-inner-left {
  width: 60%;
}

.team-swiper-right {
  padding-left: 40px;
  width: 59.53%;
}

.team-inner-right {
  width: 32.14%;
}

.team-swiper-right-tit {
  font-size: 28px;
  font-weight: 600;
}


.team-swiper-right-desc {
  font-size: 18px;
}

.team-right-top {
  border-bottom: 1px solid #c57381;
  padding: 15px 0;
}

/* .team-dl {
  line-height: 1.875em;
} */

.team-dl>dt {
  font-size: 16px;
  font-weight: 600;
}

.team-dl>dd {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  line-height: 1.875em;
}
.swiper-right-team-bott {
  padding: 15px 0 25px;
}

.swiper-team .swiper-team-pagination {
  width: auto;
  position: static;
}

.swiper-team-button-prev,
.swiper-team-button-next {
  position: static;
  margin: 0;
  transform: initial;
  height: auto;
}

.swiper-team-button-prev::after,
.swiper-team-button-next::after {
  color: #666;
  font-size: 20px;
}

.team-swiper-right-btn span {
  color: #666;
  margin: 0 5px;
  position: relative;
  top: -2px;
}

.team-pagination-box {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.team-pagination-line {
  width: 70px;
  height: 1px;
  background-color: #999999;
  display: inline-block;
  margin: 0 20px;
}

.swiper-team-pagination {
  font-size: 30px;
}

.team-pagination-active {
  color: #96001a;
}

.team-swiper-circle {
  position: relative;
}

.team-swiper-circle::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #96001a;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
  border-radius: 50%;
}

.team-swiper-circle1::before {
  width: 8px;
  height: 8px;
}

.swiper-team,.swiper-right-team {
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.swiper-right-team-tit {
  font-size: 16px;
  font-weight: 600;
}

.swiper-right-team-posi {
  color: #666;
  margin-top: 5px;
}

.news-inner-calendar {
  background-color: #96001a;
  color: #fff;
  width: 95px;
  height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-inner-calendar-day {
  font-size: 30px;
}

.news-inner-calendar-month {
  font-size: 16px;
}

.news-inner-left {
  width: 45.21%;
}

.news-inner-right {
  width: 51.42%;
}

.news-inner-left-tit {
  font-size: 18px;
  font-weight: 600;
}

.news-inner-left-time {
  font-size: 16px;
}

.news-inner-bott .news-inner-left-tit {
  font-size: 20px;
  line-height: 1.5em;
}

.news-inner-left-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}

.news-inner-right-ul>li {
  padding: 40px 0;
}

.news-inner-right-ul>li + li {
  border-top: 1px solid #96001a;
}

.news-inner-right-ul>li:first-child {
  padding-top: 0;
}

.news-inner-right-ul>li:last-child {
  padding-bottom: 0;
}

.swiper-partner .swiper-slide {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
}

.swiper-partner-pagination {
  position: static;
  margin-top: 20px;
}

.swiper-partner-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 999px;
  opacity: 1;
}

.swiper-partner-pagination .swiper-pagination-bullet-active {
  background-color: #96001a;
}

.footer {
  background-color: #96001a;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}

.footer-top-ul>li {
  padding: 0 20px;
  position: relative;
}

.footer-top-ul>li:last-child {
  padding-right: 0;
}


.footer-top-ul>li::before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer-top-ul>li:first-child::before {
  display: none;
}

.footer-mid-left-desc {
  font-size: 16px;
}

.footer-mid-left-desc .iconfont {
  font-size: 20px;
}

.footer-mid-left-tit {
  font-size: 18px;
}

.footer-mid {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}

.code-img {
  width: 120px;
  display: block;
}

.footer-bott {
  padding: 20px 0;
}

.about-us-btn:hover, .banner-word-btn:hover {
  background-color: #96001a;
  color: #fff;
  border-color: #96001a;
}

.swiper-partner-img {
  max-width: 100%;
  max-height: 100%;
}

.swiper-partner-pagination,.footer-bott-link {
  margin-top: 10px;
}

.banner-list-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, rgba(3,36,86,0.84) 40%, transparent);
}

.banner-list-word {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 100%;
}

.banner-list-word-vice {
  font-size: 18px;
  font-weight: 600;
}

.banner-list-word-tit {
  font-size: 47px;
  font-weight: 600;
  margin-top: 10px;
}

.banner-list-word-line {
  position: relative;
  padding-bottom: 15px;
}

.banner-list-word-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.banner-list-word-desc {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 10px;
  font-weight: 600;
}


.banner-list-word-box {
  max-width: 270px;
}

.news-menu-ul>li {
  width: 23.64%;
  margin-left: 1.81%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.news-menu-ul>li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.news-list-ul>li {
  margin-top: 40px;
  width: 100%;
}

.news-list-ul>li.news-list-ul-column-2 {
  width: 48%;
}

/* .news-list-ul>li:nth-of-type(1),.news-list-ul>li:nth-of-type(2) {
  width: 48%;
} */

.news-menu-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}

.news-menu-ul>li a {
  padding: 50px 40px;
  display: block;
  position: relative;
}

.news-menu-btn {
  display: flex;
  width: 100%;
  height: 76px;
  border-radius: 10px;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.news-inner-left-flag {
  display: inline-flex;
  background-color: #96001a;
  color: #fff;
  width: 60px;
  height: 30px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.news-list-inner1 {
  background-color: #f9f9f9;
  padding: 40px;
  border: 1px solid #f0f0f0;
}

a .news-list-inner1:hover {
  border-bottom-color: #96001a;
}

.news-list-inner .news-inner-bott {
  border-bottom:1px solid #f0f0f0;
  padding: 0 0 40px;
}

a .news-list-inner:hover .news-inner-bott {
  border-bottom-color: #96001a;
}

.news-menu-ul>li:hover .news-menu-btn {
  background-color: #96001a;
}

.about-us-vice {
  font-size: 16px;
  font-weight: 600;
  color: #950023;
}

.about-us-tit {
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
}

.about-us-show {
  font-size: 18px;
  color: #666666;
  line-height: 2em;
}

.join-table {
  font-size: 18px;
  color: #666;
}

.join-table th{
  background-color: #96001a;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.join-table th,
.tab-tr td,.join-table-pd {
  padding: 20px 40px;
}

.join-table td {
  background-color: #f9f9f9;
}

.rotate .icon-plus1::before,.rotate .icon-plus1::after {
  background-color: #96001a;
}

.rotate .icon-plus1::after {
  transform: translate(-50%,-50%) rotate(0);
}


.rotate .icon-plus::before,.rotate .icon-plus::after {
  background-color: #96001a;
}

.rotate .icon-plus::after {
  transform: translate(-50%,-50%) rotate(0);
}

/* .join-table tbody tr {
  border-bottom: 1px solid #d4d4d4;
} */

.tab-tr {
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}

.join-table-content {
  display: none;
  border-bottom: 1px solid #d4d4d4;
}


.join-table-content-desc {
  line-height: 2.25em;
  font-size: 16px;
}

.join-table-content-btn,.return-btn {
  display: inline-flex;
  width: 190px;
  height: 60px;
  background-color: #96001a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.contact-ul-bottom-tit {
  font-size: 18px;
  font-weight: 600;
}

.contact-ul>li {
  width: 32.14%;
  margin-left: 1.78%;
  font-size: 16px;
  line-height: 1.875em;
}

.contact-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.contact-ul-bottom-name {
  font-size: 16px;
}

.nav-position {
  color: #999;
}

.nav-position-pd {
  padding: 40px 0;
}

.nav-position-pd1 {
  padding: 20px 0;
}

.normal-bg {
  background-color: #f7f7f7;
}

.area-details-desc {
  font-size: 18px;
  line-height: 2em;
}

.area-details-tit {
  background-color: #96001a;
  color: #fff;
  font-size: 30px;
  padding: 15px 80px;
  font-weight: 600;
}

.area-service-ul>li {
  width: 33.33%;
  margin-top: 30px;
  font-size: 18px;
}

/* .return-btn {
  display: inline-flex;
  width: 190px;
  height: 60px;
  background-color: #96001a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
} */

.news-details-left {
  width: 70.71%;
}

.news-details-left-pd {
  padding: 0 40px;
}

.news-details-left-top {
  padding: 30px 0 25px;
  border-bottom: 1px solid #e3e3e3;
}

.news-details-left-tit {
  font-size: 24px;
  font-weight: 600;
  color: #96001a;
}

.news-details-left-time {
  color: #666666;
  font-size: 16px;
}

.news-details-left-show {
  font-size: 18px;
  line-height: 2em;
  padding: 30px 0;
  /* border-bottom: 1px solid #e3e3e3; */
}

.prev-next-box {
  font-size: 16px;
  color: #666666;
}

.prev-next-box-pd {
  padding: 30px 0 40px;
  border-top: 1px solid #e3e3e3;
}

.news-details-right {
  width: 27.14%;
}

.news-details-right-top-tit {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}

.news-details-right-top-tit::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #96001a;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
.news-details-right-top-ul>li {
  font-size: 16px;
  margin-top: 15px;
}


.news-details-right-pd {
  padding: 30px;
}

.news-details-rul-right {
  width: 36%;
}

.news-details-right-bottom-ul>li {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.news-details-rul-left-tit {
  font-size: 16px;
  font-weight: 600;
}

.network-ul>li {
  width: 32%;
  margin-left: 2%;
}

.network-ul-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: block;
}

.network-links {
  padding: 30px 30px;
  font-size: 24px;
  position: relative;
}

.swiper-network .swiper-slide {
  position: relative;
}

.swiper-network .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, rgba(255, 255, 255, 0.8) 40%, transparent);
  left: 0;
  top: 0;
}

.swiper-network .swiper-slide.on::before,
.swiper-network .swiper-slide:hover::before {
  background:linear-gradient(to right, rgba(130, 1,34, .8) 40%, transparent);
}

.swiper-network .swiper-slide.on,
.swiper-network .swiper-slide:hover {
  color: #fff;
}

.network-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.alan-box-tit {
  font-size: 30px;
  font-weight: 600;
}
.alan-box-desc {
  font-size: 18px;
  line-height: 1.66em;
}

.alan-box-inner {
  padding: 40px;
  box-shadow: 0 0 10px 0 rgba(151, 35, 56, 0.1);
}

.alan-box-inner::before {
  position: absolute;
  content: '';
  top: 0;
  border-bottom: 40px solid #fff;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  filter: drop-shadow(0 0 10px rgba(151, 35, 56, 0.1));
  transform: translate(-50%,-30px);
}



.alan-box-inner::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 40px;
  background-color: #fff;

  top: 0;
  transform: translate(-50%,0);
  z-index: 99;
}

.alan-box-right {
  width: 56.42%;
}

.alan-box-right-desc {
  line-height: 2.25em;
  font-size: 16px;
}

.area-list-ul>li {
  margin-top: 30px;
}

.area-list-time {
  font-size: 16px;
  color: #666666;
}

.area-list-tab-tit {
  font-size: 20px;
  font-weight: 600;
}

.area-list-cont {
  font-size: 16px;
  line-height: 2.25em;
  color: #666666;
  display: none;
}

.filter-form {
  max-width: 910px;
  margin: 0 auto;
}


.filter-form-value {
  height: 58px;
  width: 100%;
  flex: 1;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  font-family: "siyuan";
}

.filter-form-btn {
  display: inline-flex;
  width: 77px;
  height: 58px;
  background-color: #96001a;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.filter-form-btn .iconfont {
  font-size: 24px;
}

.filter-select {
  height: 58px;
  background-color: #fff;
  width: 31.64%;
  padding: 0 20px;
  background: url(../img/caret-down.png) no-repeat calc(100% - 20px) center;
  background-size: auto;
  color: #999;
  font-size: 16px;
  font-family: "siyuan";
}


.filter-select.on {
  color: #333;
}

.person-item-bottom-right-btn {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: #e1e1e1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #666;
}

.person-ul {
  margin-top: -40px;
}

.person-ul>li {
  width: 23.42%;
  margin-left: 1.57%;
  margin-top: 40px;
  font-size: 16px;
}

.person-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}

.person-item-bottom {
  background-color: #f9f9f9;
  padding: 20px 20px 30px;
  border-bottom: 2px solid #f9f9f9;
}

.person-item-bottom-left-tit {
  font-size: 18px;
  font-weight: 600;
}

.person-item-bottom-left-desc {
  /* font-size: 16px; */
  color: #666666;
}

.person-item-bottom-left-flag {
  /* font-size: 16px; */
}

.person-ul>li:hover .person-item-bottom,.advance-details-swiper .swiper-slide:hover .person-item-bottom {
  border-color: #96001a;
}

.person-ul>li:hover .person-item-bottom-right-btn,.advance-details-swiper .swiper-slide:hover .person-item-bottom-right-btn {
  background-color: #96001a;
  color: #fff;
}

.advance-details-top {
  background-color: #910925;
}

.advance-details-left-btn {
  display: inline-flex;
  width: 160px;
  height: 50px;
  background-color: rgba(255, 255, 255, .2);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.advance-details-right {
  width: 30.57%;
}

.advance-details-top {
  padding-top: 50px;
}

.advance-details-right-img {
  margin-bottom: -60px;
}

.advance-details-left-tit {
  font-size: 30px;
  font-weight: 600;
}

.advance-details-left-flag {
  font-size: 16px;
  font-weight: 600;
}

.advance-details-left-desc {
  font-size: 16px;
  line-height: 1.875em;
}

.advance-details-left {
  width: 57.14%;
  padding: 3.64vw 0 3.64vw 8.85vw;
}

.advance-details-inner-left-tit {
  font-size: 18px;
  font-weight: 600;
}

.advance-details-line {
  position: relative;
  padding-left: 35px;
}

.advance-details-line::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #96001a;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.advance-details-inner-left-desc {
  font-size: 16px;
  line-height: 2.25em;
}

.advance-details-inner-left {
  width: 67.85%;
}

.advance-details-inner-right {
  width: 27.14%;
}

.advance-details-inner-right-pd {
  padding: 0 30px 30px;
}

.adir-ul-tit {
  font-size: 18px;
  font-weight: 600;
}

.advance-details-inner-right-ul>li {
  padding: 25px 0;
  border-bottom: 1px solid #c2c2c2;
}

.adir-ul-links {
  margin-top: 10px;
  font-size: 16px;
}

.load-more-btn {
  display: inline-flex;
  min-width: 125px;
  height: 60px;
  background-color: #96001a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
}

.gx-box {
  padding: 5.20vw 3.125vw;
}

.gx-tit {
  font-size: 36px;
  font-weight: 600;
}

.gx-desc {
  font-size: 24px;
  font-weight: 600;
}

@media (min-width:1920px) {
  .gx-box {
    padding: 100px 60px;
  }
  .advance-details-left {
    padding: 70px 0 70px 170px;
  }
  .swiper-business {
    margin-top: 260px;
  }
  .nav-ul>li {
    margin-left: 40px;
  }
}

.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}

.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.theme {color: #94001f;}
.block {
  display: block;
  width: 100%;
}
