@font-face {
  font-family: 'DIN-Medium';
  src: url('/static/cn/fonts/DIN-Medium.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  transition: all 0.5s;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 110px;
  width: 100%;
}
.container {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0px !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
}
header .logo img {
  max-width: 214px;
}
header .logo object {
  width: 214px;
}
header .header-info {
  background-color: #111;
}
header .header-info .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  height: 30px;
}
header .header-info .lang {
  position: relative;
  cursor: pointer;
}
header .header-info .lang img {
  vertical-align: text-top;
}
header .header-info .lang .lang-tab {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #111;
  text-align: center;
  z-index: 1;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
header .header-info .lang .lang-tab p {
  transition: all 0.5s;
  transform: translateY(3px);
  padding: 1px 15px;
}
header .header-info .lang .lang-tab a {
  color: #fff;
  font-size: 12px;
}
header .header-info .lang .lang-tab a:hover {
  opacity: 0.5;
}
header .header-info .lang:hover .lang-tab {
  opacity: 1;
  visibility: visible;
}
header .header-info .lang:hover .lang-tab p {
  transform: translateY(0);
  transition-delay: 0.1s;
}
header .header {
  background-color: #fff;
}
header .header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header .header .logo {
  position: relative;
  z-index: 1;
}
header .header a {
  display: block;
}
header .header object {
  position: relative;
  z-index: -1;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li a {
  color: #333;
  font-size: 18px;
  transition: all 0.5s;
}
header .lv1 > li > a:hover {
  color: #b51d23;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active > a {
  font-weight: 700;
  color: #b51d23;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0px 0 10px;
  visibility: hidden;
  opacity: 0;
}
header .lv2 li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 li a {
  font-size: 20px;
  color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0px 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  width: 38.9535%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search {
  display: flex;
  justify-content: flex-end;
  width: 220px;
}
header .search form {
  position: relative;
  width: 100px;
  transition: all 0.5s;
}
header .search form input {
  width: 100%;
  height: 40px;
  outline: none;
  background-color: transparent;
  padding: 0 10px 0 35px;
  appearance: none;
  color: #333;
  font-size: 14px;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
header .search form input::placeholder {
  color: #9e9e9e;
}
header .search form input:focus {
  border-bottom: 1px solid #ccc;
}
header .search form button {
  position: absolute;
  top: 50%;
  left: 5px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: 0;
  transform: translate(0, -50%);
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.657% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  font-size: 16px;
  padding: 0 14.5px;
  line-height: 38px;
  border: 1px solid #e9e9e9;
  background-color: #fcfcfc;
  margin: 3px 5px;
  color: #666;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #b51d23;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #b51d23;
}
.pagination .btn a {
  background-color: #eee;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #ccc !important;
  cursor: not-allowed;
  background-color: #fcfcfc;
  pointer-events: none;
}
.box .total {
  color: #999;
  margin-left: 10px;
  font-size: 12px;
}
.index-wrapper {
  background-color: #f2f5f9;
}
.index-banner {
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.2, 1.2);
  object-fit: cover;
  min-height: 200px;
}
.index-banner .swiper-slide-active img,
.index-banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.index-banner .swiper-button-next::after,
.index-banner .swiper-button-prev::after {
  color: #fff;
}
.index-banner .swiper-button-next {
  right: 3%;
}
.index-banner .swiper-button-prev {
  left: 3%;
}
.index-banner .container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .container .banner-text {
  text-align: center;
}
.index-banner .container .banner-text h2 {
  position: relative;
  overflow: hidden;
  font-size: 62px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 1px 1px 0 #5c81a5;
  margin-bottom: 0.8721%;
}
.index-banner .container .banner-text h2 span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0s;
  transform: translateY(100%);
}
.index-banner .container .banner-text h5 {
  position: relative;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
  font-family: Arial;
  line-height: 1.8;
}
.index-banner .container .banner-text h5 span {
  display: inline-block;
  transition: all 0s;
  transform: translateY(-100%);
}
.index-banner .swiper-slide-active .container .banner-text h2 span {
  transform: translateY(0);
  transition-delay: 0.3s;
  transition: all 1s;
}
.index-banner .swiper-slide-active .container .banner-text h5 span {
  transform: translateY(0);
  transition-delay: 0.5s;
  transition: all 1.3s;
}
.index-title h3 {
  font-size: 38px;
  color: #333;
  text-align: center;
  font-weight: 500;
  font-family: var(--Noto-Sans-SC);
}
.index-title h3 span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #989898;
  padding: 0 15px 1px;
}
.index-title h3 span::after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #b51d23;
  left: 50%;
  transform: translate(-50%, 0);
}
.index-title h5 {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 1em;
}
.rec-info {
  margin: 4.6875% 0 0;
}
.rec-info .index-title {
  margin-bottom: 2.61628%;
}
.rec-info .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rec-info .wrapper .block {
  width: 49.651163%;
  margin-bottom: 11px;
}
.rec-info .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 45.1991%;
}
.rec-info .wrapper .block .pic a > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec-info .wrapper .block .pic h4 {
  position: absolute;
  width: 100%;
  padding: 0 46px;
  z-index: 2;
  font-size: 28px;
  color: #ececec;
  font-weight: 500;
  bottom: 23px;
  line-height: 1.6;
  font-family: var(--Noto-Sans-SC);
}
.rec-info .wrapper .block .pic h4 span {
  font-weight: normal;
  font-size: 18px;
  color: rgba(236, 236, 236, 0.43);
  text-transform: uppercase;
}
.rec-info .wrapper .block .pic .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  padding: 55px 46px 0;
}
.rec-info .wrapper .block .pic .mask .icon {
  margin-bottom: 70px;
  transition: all 0.5s;
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
}
.rec-info .wrapper .block .pic .mask h4 {
  position: relative;
  bottom: auto;
  padding: 0;
  margin-bottom: 15px;
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
}
.rec-info .wrapper .block .pic .mask h4 span {
  display: block;
}
.rec-info .wrapper .block .pic .mask h5 {
  font-size: 18px;
  color: #ececec;
  line-height: 1.6;
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
}
.rec-info .wrapper .block:hover .pic h4 {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.rec-info .wrapper .block:hover .pic .mask {
  background-color: rgba(3, 102, 166, 0.8);
}
.rec-info .wrapper .block:hover .pic .mask .icon {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.rec-info .wrapper .block:hover .pic .mask h4 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.rec-info .wrapper .block:hover .pic .mask h5 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.rec-info .wrapper .block:nth-child(-n+3) {
  width: 32.9651163%;
}
.rec-info .wrapper .block:nth-child(-n+3) .pic {
  padding-bottom: 60.49383%;
}
.zyf-women {
  position: relative;
  margin: 3.020833% 0 0;
  /* padding: 4.270833% 0 4.375%; */
}
.zyf-women .bg img {
  display: block;
  width: 100%;
}
.zyf-women > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.zyf-women .container h1 {
  font-size: 80px;
  font-weight: 900;
  color: #ececec;
  font-family: var(--Noto-Serif-SC);
  margin: 0;
  line-height: 1;
}
.zyf-women .container h2 {
  font-size: 51px;
  color: #ececec;
  font-family: var(--Noto-Serif-SC);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}
.zyf-women .container h3 {
  font-size: 36px;
  color: #ececec;
  font-weight: 900;
  font-family: var(--Noto-Serif-SC);
  line-height: 1.6;
  margin-bottom: 15px;
}
.zyf-women .container em {
  display: block;
  color: #fff;
  margin-bottom: 3.0233%;
}
.zyf-women .container h4 {
  font-size: 20px;
  color: #ececec;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 38px;
}
.zyf-women .container ul {
  display: flex;
  flex-wrap: wrap;
}
.zyf-women .container ul li {
  text-align: center;
  margin-right: 42px;
  min-width: 100px;
}
.zyf-women .container ul li .icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 63px;
  height: 63px;
  line-height: 63px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.zyf-women .container ul li .icon img {
  max-width: 50%;
  max-height: 50%;
}
.zyf-women .container ul li .icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 125.397%;
  height: 125.397%;
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: spin 5s infinite linear;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.zyf-women .container ul li p {
  font-size: 18px;
  color: #ececec;
  font-weight: 700;
  margin-top: 15px;
}
.index-news {
  margin: 4.53125% 0 5.20833%;
}
.index-news .index-title {
  margin-bottom: 4.4186%;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 46.62791%;
}
.index-news .wrapper .lt .swiper {
  width: 100%;
  height: 100%;
}
.index-news .wrapper .lt .swiper .swiper-slide {
  width: 100% !important;
}
.index-news .wrapper .lt .pic {
  width: 100%;
  height: 100%;
}
.index-news .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .wrapper .lt .swiper-pagination {
  width: auto;
  left: auto;
  right: 5%;
  bottom: 3%;
}
.index-news .wrapper .lt .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12.5px;
  height: 12.5px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 8.5px;
  z-index: 1;
  transition: all 0.5s;
}
.index-news .wrapper .lt .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 0%;
  background-color: rgba(181, 29, 35, 0.3);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.index-news .wrapper .lt .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b51d23;
}
.index-news .wrapper .lt .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 192%;
  height: 192%;
  opacity: 1;
}
.index-news .wrapper .rt {
  width: 53.37209%;
  padding: 2.673256% 1.68605% 2.43256% 4.3023256%;
  box-shadow: 0 1px 16px 1px rgba(0, 0, 0, 0.19);
}
.index-news .wrapper .rt .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 3.9264%;
  margin-bottom: 5.6442%;
  transition: all 0.5s;
}
.index-news .wrapper .rt .row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-news .wrapper .rt .row .date {
  border-right: 2px solid #e1e1e1;
  padding-right: 6.25767%;
  margin-right: 5.0307%;
  text-align: center;
}
.index-news .wrapper .rt .row .date h3 {
  font-size: 42px;
  color: #333;
  line-height: 1.2;
}
.index-news .wrapper .rt .row .date h5 {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.index-news .wrapper .rt .row .title {
  flex: 1;
  line-height: 1.8;
}
.index-news .wrapper .rt .row .title h4 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-news .wrapper .rt .row .title h4 a {
  color: inherit;
}
.index-news .wrapper .rt .row .title h5 {
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-news .wrapper .rt .row .arrow {
  width: 41px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #666;
  color: #666;
  margin-left: 5.0307%;
}
.index-news .wrapper .rt .row:hover {
  border-color: #b51d23;
}
.index-news .wrapper .rt .row:hover .date h3 {
  color: #b51d23;
}
.index-news .wrapper .rt .row:hover .arrow {
  color: #fff;
  background-color: #b51d23;
  border-color: #b51d23;
}
footer {
  background: #f2f2f2;
  padding: 2.4479167% 0 0;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 19px;
}
footer .footer-top .lt {
  font-size: 16px;
  color: #555;
}
/*footer .footer-top .lt img {*/
/*  display: inline-block;*/
/*  margin-right: 10px;*/
/*  transition: all 0.5s;*/
/*}*/
/*footer .footer-top .lt img:hover {*/
/*  transform: translateY(-3px);*/
/*}*/
footer .footer-top .lt i {
  font-size: 30px;
  opacity: .7;
  transition: all .5s;
  margin-right: 10px;
  color: #333;
  vertical-align: middle;
}
footer .footer-top .lt a:hover i {
  opacity: 1;
  transform: translateY(-3px);
}
footer .footer-top .lt a {
    display: inline-block;
    position: relative;
}
footer .footer-top .lt .tip img {
    width: 100%;
}
footer .footer-top .lt .tip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -150%);
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    width: 120px;
}
footer .footer-top .lt a:hover .tip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -110%);
}
footer .footer-top .back-top {
  background-color: #fff;
  font-size: 14px;
  line-height: 35px;
  color: #555;
  cursor: pointer;
  font-family: Arial;
  padding: 0 12px;
  transition: all 0.5s;
}
footer .footer-top .back-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19);
}
footer .footer-mid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.6163% 0 4.30233%;
}
footer .footer-mid .lt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 48.256%;
}
footer .footer-mid .lt .block h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 12px;
}
footer .footer-mid .lt .block h4 a:hover {
  color: #b51d23;
}
footer .footer-mid .lt .block ul li {
  margin-bottom: 10px;
}
footer .footer-mid .lt .block ul li a {
  color: #555;
  font-size: 16px;
}
footer .footer-mid .lt .block ul li a:hover {
  color: #b51d23;
}
footer .footer-mid .rt {
  text-align: center;
  margin-right: 16.511628%;
  margin-top: 3.6628%;
  width: 16.74419%;
  min-width: 214px;
}
footer .footer-mid .rt img {
  max-width: 288px;
}
footer .footer-mid .rt object {
  width: 100%;
}
footer .footer-bt {
  background-color: #e7e7e7;
  padding: 1.1979167% 0;
}
footer .footer-bt .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-bt .container .lt {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  font-weight: 300;
}
footer .footer-bt .container .lt a:hover {
  color: #b51d23;
}
footer .footer-bt .container .rt {
  font-size: 14px;
  color: #000;
}
footer .footer-bt .container .rt a:hover {
  color: #b51d23;
}
.inner-banner img {
  width: 100%;
}
.bread-crumb {
  position: sticky;
  top: 110px;
  background-color: #fff;
  z-index: 20;
  border-bottom: 1px solid #eaeaea;
}
.bread-crumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bread-crumb .container ul {
  display: flex;
  flex-wrap: wrap;
}
.bread-crumb .container ul li {
  position: relative;
  min-width: 158px;
  text-align: center;
  padding: 0 15px;
  line-height: 67px;
  border-right: 1px solid #eaeaea;
}
.bread-crumb .container ul li a {
  color: #333;
  font-size: 16px;
  text-align: center;
}
.bread-crumb .container ul li a:hover {
  color: #b51d23;
}
.bread-crumb .container ul .home {
  background-color: #b51d23;
  width: 67px;
  min-width: auto;
  border-right: 0;
}
.bread-crumb .container ul .active::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #b51d23;
  bottom: 0;
  left: 0;
}
.bread-crumb .container p {
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 67px;
}
.bread-crumb .container p a {
  color: inherit;
}
.bread-crumb .container p a:hover {
  color: #b51d23;
}
.bread-crumb .container p a:last-of-type {
  color: #b51d23;
}
.news-bread-crumb {
  border-bottom: 0;
}
.index-title-left h3 {
  text-align: left;
}
.index-title-left h3 span {
  padding-left: 0;
  padding-right: 30px;
}
.index-title-left h3 span::after {
  left: 0;
  transform: translate(0, 0);
}
.company-intro {
  position: relative;
  overflow: hidden;
  margin: 6.8229167% 0 0;
}
.company-intro .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-intro .container .lt img {
  position: absolute;
  transform: translate(-30%, 50px);
  z-index: -1;
}
.company-intro .container .rt {
  width: 74.30233%;
}
.company-intro .container .rt .brief {
  font-size: 16px;
  color: #555;
  text-align: justify;
}
.company-intro .container .rt .brief p {
  margin-bottom: 0.625em;
}
.company-intro .container .rt .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.147105%;
}
.company-intro .container .rt .data .block h2 {
  font-size: 48px;
  height: 1em;
  display: flex;
  align-items: flex-end;
}
.company-intro .container .rt .data .block h2 span {
  color: #b51d23;
  font-weight: 700;
  font-family: Arial;
  line-height: 0.8;
}
.company-intro .container .rt .data .block h2 em {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #b51d23;
  font-size: 16px;
  line-height: 1.2;
}
.company-intro .container .rt .data .block h2 em h4 {
  font-size: 24px;
}
.company-intro .container .rt .data .block p {
  margin-top: 14px;
  font-size: 16px;
  color: #b51d23;
}
.company-intro .container .video {
  position: relative;
  width: 100%;
  height: 0;
  padding: 13.7791% 0;
  margin-top: 3.4883721%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-intro .container .video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-intro .container .video .play-btn {
  position: absolute;
  cursor: pointer;
}
.core-concept {
  margin: 4.6875% 0 3.125%;
}
.core-concept .index-title {
  margin-bottom: 3.4884%;
}
.core-concept .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.core-concept .wrapper .block {
  position: relative;
  width: 32.267442%;
  margin-bottom: 3%;
}
.core-concept .wrapper .block .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.core-concept .wrapper .block .mask .icon {
  width: 63px;
  height: 63px;
  text-align: center;
  margin-bottom: 10px;
}
.core-concept .wrapper .block .mask h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0 .3em;
  line-height: 1.8;
  /* margin-bottom: 0.8em; */
}
.core-concept .wrapper .block .mask h4 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding: 0 .3em;
  line-height: 1.6;
}
.core-concept .wrapper .block .mask .brief {
  text-align: justify;
  text-align-last: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-top: 0.5em;
  padding: 0 .3em;
}
.dev-history {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 3.645833% 0 4.6875%;
  margin-top: 4.6875%;
}
.dev-history .index-title {
  margin-bottom: 8.139535%;
}
.dev-history .devSwiper {
  overflow: visible;
  margin-bottom: 3%;
}
.dev-history .devSwiper h3 {
  position: relative;
  font-size: 54px;
  color: #bb3034;
  font-weight: 700;
  font-family: Arial;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.0465%;
}
.dev-history .devSwiper h3 span {
  font-size: 40px;
}
.dev-history .devSwiper h3::before {
  content: attr(title);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  opacity: 0.05;
  font-size: 180px;
  line-height: 1;
  white-space: nowrap;
}
.dev-history .devSwiper .brief {
  font-size: 26px;
  color: #333;
  text-align: center;
  line-height: 1.6;
  min-height: 4.8em;
}
.dev-history .thumbSwiper {
  position: relative;
  padding: 0 60px 32px;
}
.dev-history .thumbSwiper::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, transparent, #b51d22 5% 95%, transparent);
  transform: translateY(-30px);
}
.dev-history .thumbSwiper .swiper-slide {
  text-align: center;
}
.dev-history .thumbSwiper h4 {
  position: relative;
  font-size: 20px;
  font-family: Arial;
  color: #666;
  height: 55px;
  line-height: 1.5;
  padding-top: 15px;
  cursor: pointer;
}
.dev-history .thumbSwiper h4 span {
  display: inline-block;
  position: absolute;
  transition: transform 0.5s;
  transform: scale(0);
}
.dev-history .thumbSwiper h4::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #b51d22;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff;
  transition: all 0.5s;
  transform: translate(-50%, 50%);
}
.dev-history .thumbSwiper .swiper-slide-thumb-active h4 {
  color: #b51d22;
  font-size: 24px;
  font-weight: 700;
  padding-top: 0;
}
.dev-history .thumbSwiper .swiper-slide-thumb-active h4 span {
  transform: scale(1);
}
.dev-history .thumbSwiper .swiper-slide-thumb-active h4::after {
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 8px rgba(181, 29, 34, 0.13);
}
.dev-history .thumbSwiper .swiper-button-next,
.dev-history .thumbSwiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 160, 233, 0.11);
  color: #b51d22;
  margin: 0;
  transform: translate(0, 0);
  top: auto;
  bottom: 10px;
}
.dev-history .thumbSwiper .swiper-button-next::after,
.dev-history .thumbSwiper .swiper-button-prev::after {
  display: none;
}
.dev-history .thumbSwiper .swiper-button-next {
  right: 36px;
}
.dev-history .thumbSwiper .swiper-button-prev {
  left: 36px;
}
.business-frame {
  margin: 4.6875% 0 0;
}
.business-frame .index-title {
  margin-bottom: 3.9535%;
}
.business-frame .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business-frame .wrapper .block {
  position: relative;
  width: 16.56977%;
}
.business-frame .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 183.566434%;
}
.business-frame .wrapper .block img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-frame .wrapper .block .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.business-frame .wrapper .block .mask h3 {
  position: relative;
  font-size: 30px;
  color: #fff;
}
.business-frame .wrapper .block .mask h3::before {
  position: absolute;
  content: attr(title);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  color: #fff;
  opacity: 0.1;
  font-family: var(--Din);
  line-height: 1;
  z-index: -1;
  transition: all .5s;
  transform-origin: bottom center;
}
.business-frame .wrapper .block:hover .mask h3::before {
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
}
.party-work {
  margin: 1.75% 0 0;
}
.party-work .index-title {
  margin-bottom: 3.6047%;
}
.party-work .wrapper {
  background: url(/static/cn/images/party-work-bg.jpg) no-repeat;
  background-size: cover;
  padding: 12.68605% 4.418605% 12.5%;
  line-height: 1.8;
  max-height: 520px;
  transition: all .5s;
}
.party-work .wrapper h4 {
  display: inline-block;
  font-size: 42px;
  color: #f5eec1;
  font-weight: 700;
  margin-bottom: 1.5944%;
}
.party-work .wrapper:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.party-work .wrapper:hover h4 {
  animation: tada 1s;
}
.party-work .wrapper .brief {
  font-size: 22px;
  color: #f5eec1;
  text-align: justify;
  max-width: 1220px;
}
.office-location {
  margin: 5.8854167% 0 3.4375%;
}
.office-location .index-title {
  margin-bottom: 2.44186%;
}
.office-location .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 3.3721%;
}
.office-location .tab li {
  cursor: pointer;
  width: 137px;
  line-height: 45px;
  text-align: center;
  color: #333;
  font-size: 18px;
  background-color: #f2f2f2;
  transition: all 0.5s;
  margin: 0 6px 6px;
}
.office-location .tab .active {
  color: #fff;
  background-color: #b51d23;
}
.office-location .location-content {
  position: relative;
  overflow: hidden;
}
.office-location .wrapper {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.office-location .wrapper .block {
  width: 23.430233%;
  background-color: #fbfbfb;
  margin-bottom: 2.0930233%;
}
.office-location .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.0794%;
}
.office-location .wrapper .block .pic .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.office-location .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-location .wrapper .block .title {
  padding: 5.1512% 8.093023% 5.093023%;
}
.office-location .wrapper .block h4 {
  font-size: 24px;
  color: #222;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.6;
  padding-bottom: 3.02115%;
  margin-bottom: 9.9698%;
}
.office-location .wrapper .block h5 {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.02115%;
}
.office-location .wrapper .block h5 img {
  width: 19px;
  height: 1.8em;
  object-fit: scale-down;
  margin-right: 22px;
}
.office-location .show {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.business-and-service {
  background-color: #f9f9f9;
  padding: 4.6875% 0 2.08333%;
}
.business-and-service .container {
  max-width: 1600px;
}
.business-and-service .index-title {
  margin-bottom: 5.11628%;
}
.business-and-service .wrapper .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.75%;
  transition: all .5s;
}
.business-and-service .wrapper .row:hover {
  transform: translateY(-10px);
}
.business-and-service .wrapper .row:hover .rt .pic img {
  transform: scale(1.05);
}
.business-and-service .wrapper .row .lt {
  flex: 1;
  position: relative;
}
.business-and-service .wrapper .row .lt h3 {
  position: relative;
  font-size: 32px;
  color: #333;
  font-weight: 700;
  z-index: 1;
  margin-bottom: 4.284%;
}
.business-and-service .wrapper .row .lt h3::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -25%);
  line-height: 1;
  font-size: 45px;
  font-family: var(--Din);
  text-transform: uppercase;
  background: -webkit-linear-gradient(top, #f2d3d3 10%, #fff);
  -webkit-background-clip: text;
  color: transparent;
  z-index: -1;
}
.business-and-service .wrapper .row .lt h3::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #b61d22;
  margin-top: 15px;
}
.business-and-service .wrapper .row .lt h3 a {
  color: inherit;
}
.business-and-service .wrapper .row .lt .brief {
  color: #333;
  font-size: 16px;
  text-align: justify;
  line-height: 1.9;
  min-height: 11.4em;
}
.business-and-service .wrapper .row .lt .brief a {
  color: inherit;
}
.business-and-service .wrapper .row .lt .brief p {
  margin-bottom: 0.5em;
}
.business-and-service .wrapper .row .lt .mask {
  position: absolute;
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  padding: 6.157113% 16.3017% 3% 5.83864%;
  width: 108.27251%;
}
.business-and-service .wrapper .row .rt {
  width: 48.625%;
}
.business-and-service .wrapper .row .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.527%;
}
.business-and-service .wrapper .row .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.business-and-service .wrapper .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.business-and-service .wrapper .row:nth-of-type(even) .lt .mask {
  right: 0;
  padding: 6.157113% 5.83864% 3% 16.3017%;
}
.award {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3.541667% 0 2.39583% 5.208333%;
  margin: 5.46875% 0 0;
  background-color: #f9f9f9;
}
.award .lt {
  width: 23.35165%;
}
.award .lt .index-title {
  margin-bottom: 10.353%;
}
.award .lt ul li,
.award .lt p {
  color: #000;
  font-size: 18px;
  margin-bottom: 0.333em;
}
.award .lt ul li img {
  margin-right: 15px;
}
.award .rt {
  width: 74.945055%;
  position: relative;
}
.award .rt .swiper .swiper-slide {
  background-color: #fff;
  padding: 1.911765%;
  text-align: center;
}
.award .rt .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 101.22%;
}
.award .rt .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.award .rt .swiper .swiper-slide p {
  font-size: 18px;
  margin-top: 0.5em;
  color: #333;
  line-height: 1.6;
  min-height: 3.2em;
}
.award .rt .swiper-btn {
  display: flex;
  justify-content: flex-end;
  padding: 16px 7.353% 0 0;
}
.award .rt .swiper-btn .swiper-button-prev,
.award .rt .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  width: 70px;
  height: 50px;
  border: 1px solid #b51d23;
  margin: 0 6px;
}
.award .rt .swiper-btn .swiper-button-prev::after,
.award .rt .swiper-btn .swiper-button-next::after {
  display: none;
}
.award .rt .swiper-btn .swiper-button-next img {
  transform: rotate(180deg);
}
.sub-title {
  margin-bottom: 3.139535%;
}
.sub-title h3 {
  font-size: 30px;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.4535%;
}
.sub-title h3 img {
  margin-right: 3px;
}
.business-scope {
  margin: 4.6875% 0 0;
}
.business-scope .index-title {
  margin-bottom: 4.3605%;
}
.business-scope .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5.05814%;
}
.business-scope .wrapper .lt {
  width: 75.9884%;
}
.business-scope .wrapper .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40.78041316%;
}
.business-scope .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-scope .wrapper .rt {
  width: 23.255814%;
}
.business-scope .wrapper .rt .block {
  margin-bottom: 4.25%;
}
.business-scope .wrapper .rt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64.5%;

}
.business-scope .wrapper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-scope .wrapper .rt .block:last-child {
  margin-bottom: 0;
}
.business-scope .list {
  padding-bottom: 2.73256%;
}
.business-scope .list .row {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  display: flex;
  padding: 1.68605% 2.73256% 1.1628%;
  margin-bottom: 3.721%;
}
.business-scope .list .row .block {
  text-align: center;
  padding: 0 20px;
  max-width: 16.66667%;
  min-width: 12.5%;
  flex: 1;
}
.business-scope .list .row .block .icon {
  display: inline-block;
  width: 71px;
  height: 71px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: rgba(181, 29, 35, 0.1);
}
.business-scope .list .row .block .icon img {
  max-width: 50%;
  max-height: 50%;
  transition: all 0.5s;
}
.business-scope .list .row .block p {
  font-size: 20px;
  color: #333;
  margin-top: 0.5em;
  line-height: 1.8;
}
.business-scope .list .row .block:hover .icon {
  background-color: #b51d23;
}
.business-scope .list .row .block:hover .icon img {
  filter: grayscale(1) brightness(500%);
}
.business-scope .intro .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.708333%;
}
.business-scope .intro .row .lt {
  width: 50.1042%;
}
.business-scope .intro .row .lt .pic {
  width: 100%;
  height: 100%;
}
.business-scope .intro .row .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-scope .intro .row .rt {
  width: 49.8958%;
  box-shadow: 0 0 51px rgba(172, 172, 172, 0.14);
  padding: 3% 7.8646%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business-scope .intro .row .rt .title {
  margin-bottom: 5.8104%;
}
.business-scope .intro .row .rt .title h3 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
}
.business-scope .intro .row .rt .title h3::after {
  display: block;
  width: 48px;
  height: 4px;
  content: "";
  background-color: #b51d23;
  margin-top: 3.058104%;
}
.business-scope .intro .row .rt .brief {
  font-size: 20px;
  color: #555;
  text-align: justify;
}
.business-scope .intro .row:nth-child(even) {
  flex-direction: row-reverse;
}
.represent-company {
  margin: 8.125% 0 5.15625%;
}
.represent-company .index-title {
  margin-bottom: 2.96512%;
}
.represent-company .represent-company-swiper {
  position: relative;
}
.represent-company .represent-company-swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.3855422%;
}
.represent-company .represent-company-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.represent-company .represent-company-swiper .pic .mask {
  position: absolute;
  width: 100%;
  line-height: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.represent-company .represent-company-swiper .pic:hover img {
  transform: scale(1.05);
}
.represent-company .represent-company-swiper .swiper-button-prev,
.represent-company .represent-company-swiper .swiper-button-next {
  color: #b51d23;
  font-weight: 700;
}
.represent-company .represent-company-swiper .swiper-button-prev {
  left: -3%;
}
.represent-company .represent-company-swiper .swiper-button-next {
  right: -3%;
}
.zyf-perspective {
  margin: 4.6875% 0;
}
.zyf-perspective .index-title {
  margin-bottom: 4.18605%;
}
.zyf-perspective .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zyf-perspective .wrapper .lt {
  width: 49.7093%;
}
.zyf-perspective .wrapper .lt .swiper {
  width: 100%;
  height: 100%;
}
.zyf-perspective .wrapper .lt .swiper-pagination {
  width: auto;
  left: auto;
  right: 5%;
  bottom: 3%;
}
.zyf-perspective .wrapper .lt .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12.5px;
  height: 12.5px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 8.5px;
  z-index: 1;
  transition: all 0.5s;
}
.zyf-perspective .wrapper .lt .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 0%;
  background-color: rgba(181, 29, 35, 0.3);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.zyf-perspective .wrapper .lt .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b51d23;
}
.zyf-perspective .wrapper .lt .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 192%;
  height: 192%;
  opacity: 1;
}
.zyf-perspective .wrapper .lt .pic {
  width: 100%;
  height: 100%;
}
.zyf-perspective .wrapper .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyf-perspective .wrapper .rt {
  width: 50.2907%;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.19);
  padding: 2.3256% 3.89535%;
}
.zyf-perspective .wrapper .rt .row {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5.472%;
}
.zyf-perspective .wrapper .rt .row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.zyf-perspective .wrapper .rt .row .date {
  font-family: Arial;
  color: #888;
  line-height: 1.3;
  text-align: right;
  border-right: 2px solid #e1e1e1;
  white-space: nowrap;
  padding: 20px 26px 25px 0;
  margin-right: 20px;
}
.zyf-perspective .wrapper .rt .row .date h3 {
  font-size: 42px;
}
.zyf-perspective .wrapper .rt .row .date h5 {
  font-size: 16px;
}
.zyf-perspective .wrapper .rt .row .title {
  flex: 1;
  padding: 3px 22px 18px 0;
}
.zyf-perspective .wrapper .rt .row .title h4 {
  font-size: 22px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.zyf-perspective .wrapper .rt .row .title h4 a {
  color: inherit;
}
.zyf-perspective .wrapper .rt .row .title h5 {
  font-size: 16px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
}
.zyf-perspective .wrapper .rt .row .title h5 a {
  color: inherit;
}
.zyf-perspective .wrapper .rt .row .title .arrow {
  text-align: right;
  color: #333;
  font-size: 16px;
  transform: translateX(22px);
}
.zyf-perspective .wrapper .rt .row .title .arrow a {
  color: inherit;
}
.zyf-perspective .wrapper .rt .row:hover .date {
  color: #b51d23;
}
.zyf-perspective .wrapper .rt .row:hover .title h4 a {
  color: #b51d23;
}
.zyf-perspective .wrapper .rt .row:hover .title .arrow {
  color: #b51d23;
}
.frm {
  padding: 3.854167% 0 0;
  background-color: #f9f9f9;
  border-bottom: 2px solid #d0d0d0;
}
.frm .index-title {
  margin-bottom: 3.83721%;
}
.frm .pic {
  text-align: center;
}
.digtal-future {
  margin: 4.84375% 0 5.625%;
}
.digtal-future .index-title {
  margin-bottom: 3.721%;
}
.digtal-future .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.digtal-future .top .lt {
  position: relative;
  width: 73.430233%;
  background: -webkit-linear-gradient(left, #999, #eee);
  padding: 2.5% 2.907% 2.5% 6.68605%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.digtal-future .top .lt::after {
  display: block;
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(left, #999, #eee);
  width: 100%;
  height: 280px;
  left: 0;
  top: 100%;
}
.digtal-future .top .lt .thumbSwiper {
  flex: 1;
}
.digtal-future .top .lt .thumbSwiper .swiper-slide {
  transition: all 0.5s;
  opacity: 0;
}
.digtal-future .top .lt .thumbSwiper .swiper-slide h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  border-left: 2px solid #fff;
  padding-left: 12px;
}
.digtal-future .top .lt .thumbSwiper .swiper-slide-active {
  opacity: 1;
}
.digtal-future .top .lt .swiper-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.digtal-future .top .lt .swiper-btn .swiper-button-next,
.digtal-future .top .lt .swiper-btn .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0 7.5px;
  width: 41px;
  height: 41px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  color: #999;
  transition: all 0.5s;
}
.digtal-future .top .lt .swiper-btn .swiper-button-next::after,
.digtal-future .top .lt .swiper-btn .swiper-button-prev::after {
  display: none;
}
.digtal-future .top .lt .swiper-btn .swiper-button-disabled {
  opacity: 1;
  background-color: transparent;
  color: #fff;
}
.digtal-future .top .rt {
  width: 25.8721%;
}
.digtal-future .top .rt .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
}
.digtal-future .top .rt .swiper-pagination .swiper-pagination-bullet {
  position: absolute;
  transition: all 0s;
  visibility: hidden;
  opacity: 0;
  width: auto;
  height: auto;
  font-size: 53px;
  color: #999;
  background-color: transparent;
  opacity: 1;
  border-radius: none;
  font-family: var(--Noto-Serif-SC);
  font-weight: 900;
}
.digtal-future .top .rt .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.digtal-future .pic-swiper {
  padding-left: 6.68605%;
}
.digtal-future .pic-swiper .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30.07472%;
}
.digtal-future .pic-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tech-park {
  padding: 4.3229167% 0 4.9479167%;
  background-color: #f9f9f9;
}
.tech-park .index-title {
  margin-bottom: 3.1977%;
}
.tech-park .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tech-park .wrapper .block {
  width: 33.1977%;
  margin-bottom: 5px;
}
.tech-park .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.6007%;
}
.tech-park .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.tech-park .wrapper .block .pic .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 68px;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  z-index: 1;
  font-size: 28px;
  color: #fff;
}
.zyf-detail {
  margin: 4.6875% 0 5.208333%;
}
.zyf-detail .index-title {
  margin-bottom: 6.046512%;
}
.zyf-detail .intro-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6.39535%;
}
.zyf-detail .intro-wrapper .lt {
  width: 48.6046%;
}
.zyf-detail .intro-wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 52.27273%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.zyf-detail .intro-wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyf-detail .intro-wrapper .rt {
  width: 46.221%;
}
.zyf-detail .intro-wrapper .rt .title h3 {
  font-size: 24px;
  color: #b51d23;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
  padding-bottom: 3.39623%;
  margin-bottom: 1.761%;
}
.zyf-detail .intro-wrapper .rt .title h3 img {
  margin-right: 5px;
}
.zyf-detail .intro-wrapper .rt .title h3 span {
  font-size: 14px;
  color: #999;
  margin-left: 12px;
}
.zyf-detail .intro-wrapper .rt .brief {
  font-size: 18px;
}
.zyf-detail .intro-wrapper .rt .brief table {
  width: 100%;
}
.zyf-detail .intro-wrapper .rt .brief table tr td {
  font-size: 18px;
  color: #333;
  padding: 4px;
}
.zyf-detail .intro-wrapper .rt .play {
  margin-top: 4.27673%;
  display: inline-block;
  width: 155px;
  line-height: 40px;
  text-align: center;
  background-color: #b51d23;
  color: #fff;
  border: 4px double rgba(255, 255, 255, 0.5);
}
.zyf-detail .intro-wrapper .rt .play img {
  margin-right: 5px;
}
.zyf-detail .intro-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zyf-detail .intro-content .lt {
  width: 56.68605%;
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.zyf-detail .intro-content .lt h4 {
  color: #b51d23;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5385%;
}
.zyf-detail .intro-content .lt h4 img {
  margin-right: 4px;
}
.zyf-detail .intro-content .lt h4 span {
  font-size: 14px;
  color: #999;
}
.zyf-detail .intro-content .lt ul {
  margin: 1.64103% 0;
}
.zyf-detail .intro-content .lt ul li {
  padding: 3px 0 0 12px;
  position: relative;
}
.zyf-detail .intro-content .lt ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: 1em;
  width: 5px;
  height: 5px;
  background-color: #b51d23;
  border-radius: 50%;
  vertical-align: middle;
}
.zyf-detail .intro-content .lt table {
  width: 100%;
}
.zyf-detail .intro-content .lt table tr td {
  border-collapse: collapse;
  font-size: 18px;
  color: #333;
  height: 52px;
  padding: 0 3% 0 7.38462%;
  line-height: 1.6;
  border: 1px solid #eee;
  text-align: center;
  width: 33%;
}
.zyf-detail .intro-content .lt table tr td span {
  opacity: 0.5;
}
.zyf-detail .intro-content .rt {
  width: 40.5814%;
}
.zyf-detail .intro-content .rt img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}
.party-build-brand {
  margin: 4.895833% 0 5.7291667%;
}
.party-build-brand .index-title {
  margin-bottom: 3.3721%;
}
.party-build-brand .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.party-build-brand .wrapper .lt {
  width: 67.093%;
}
.party-build-brand .wrapper .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51.12652%;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.party-build-brand .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party-build-brand .wrapper .rt {
  position: relative;
  width: 32.907%;
}
.party-build-brand .wrapper .rt .mask {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  width: 132.1555%;
  background-color: #fff;
  box-shadow: 0 0 27px rgba(51, 51, 51, 0.16);
  line-height: 1.8;
  padding: 10.42403% 10.42403% 26.5018% 10.42403%;
}
.party-build-brand .wrapper .rt .mask .brief {
  max-width: 313px;
  text-align: justify;
}
.party-build-brand .wrapper .rt .mask h3 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.0833em;
}
.party-build-brand .wrapper .rt .mask h3::after {
  display: block;
  position: relative;
  content: "";
  width: 34px;
  height: 1px;
  background-color: #b51d23;
  margin-top: 0.8333em;
}
.party-build-brand .wrapper .rt .mask h4 {
  font-size: 17px;
  color: #b51d23;
  font-weight: 700;
  margin-bottom: 0.58824em;
}
.party-build-brand .wrapper .rt .mask p {
  font-size: 17px;
  color: #333;
}
.party-build-brand .wrapper .rt .mask .bg {
  position: absolute;
  right: 1.20321%;
  bottom: 13.757%;
  max-width: 50%;
  max-height: 70%;
  z-index: -1;
}
.party-build-alliance {
  background-color: #f9f9f9;
  padding: 4.0625% 0 5%;
}
.party-build-alliance .index-title {
  margin-bottom: 3.9535%;
}
.party-build-alliance .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.party-build-alliance .wrapper .lt {
  width: 55.5%;
  overflow: auto;
  height: calc(4 * 80px + 4 * 20px + 60px);
}
.party-build-alliance .wrapper .lt::-webkit-scrollbar {
  display: none;
}
.party-build-alliance .wrapper .lt .row {
  margin-bottom: 20px;
  display: none;
  align-items: center;
  background-color: #fff;
}
.party-build-alliance .wrapper .lt .row h3 {
  font-size: 28px;
  color: #a9a9a9;
  font-family: Arial;
  padding: 0 0.82143em 0 1em;
  border-right: 1px solid #dadada;
  line-height: 1.32;
  margin-right: 0.82143em;
}
.party-build-alliance .wrapper .lt .row h4 {
  font-size: 22px;
  color: #333;
  flex: 1;
  padding-right: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.party-build-alliance .wrapper .lt .row span {
  display: inline-block;
  width: 230px;
  line-height: 80px;
  text-align: center;
  background-color: #e2e2e2;
  color: #333;
  font-size: 24px;
  transition: all 0.5s;
}
.party-build-alliance .wrapper .lt .row:hover h3 {
  color: #b51d23;
}
.party-build-alliance .wrapper .lt .row:hover span {
  color: #fff;
  background-color: #b51d23;
}
.party-build-alliance .wrapper .lt .list .row:nth-child(-n+4) {
  display: flex;
}
.party-build-alliance .wrapper .lt .list .show {
  display: flex;
}
.party-build-alliance .wrapper .lt .more {
  text-align: center;
  line-height: 60px;
  background-color: #b51d23;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.party-build-alliance .wrapper .lt .none {
  pointer-events: none;
  opacity: .5;
}
.party-build-alliance .wrapper .rt {
  width: 42.06977%;
}
.party-build-alliance .wrapper .rt .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.party-build-alliance .wrapper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party-and-mass-work {
  margin: 2.7604167% 0 4.32291667%;
}
.party-and-mass-work .index-title {
  margin-bottom: 5.05814%;
}
.party-and-mass-work .section1 {
  margin-bottom: 4.375%;
}
.party-and-mass-work .section1 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.party-and-mass-work .section1 .wrapper .block {
  width: 32.267442%;
  margin-bottom: 1.4535%;
}
.party-and-mass-work .section1 .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 101.44144%;
}
.party-and-mass-work .section1 .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party-and-mass-work .section1 .wrapper .block .pic .mask {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  padding-bottom: 8.2883%;
  background: -webkit-linear-gradient(top, transparent, rgba(181, 29, 35, 0.7));
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  color: #fff;
  line-height: 1.6;
}
.party-and-mass-work .section1 .wrapper .block .pic .mask h3 {
  font-size: 30px;
}
.party-and-mass-work .section1 .wrapper .block .pic .mask h4 {
  font-size: 24px;
  text-align: center;
}
.party-and-mass-work .section2 {
  background-color: #f9f9f9;
  padding: 3.95833% 0 4.791667%;
  margin-bottom: 5.2604167%;
}
.party-and-mass-work .section2 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.party-and-mass-work .section2 .wrapper .block {
  width: 24.4186%;
  background-color: #fff;
  padding: 1.4535% 3.0814% 2.3256%;
}
.party-and-mass-work .section2 .wrapper .block h2 {
  font-size: 60px;
  font-weight: 700;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #b51d23;
  border-bottom: 1px solid #e5e4e5;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.party-and-mass-work .section2 .wrapper .block .brief {
  font-size: 24px;
  line-height: 1.6;
  color: #333;
}
.party-and-mass-work .section2 .wrapper .block .brief span {
  color: #b51d23;
}
.party-and-mass-work .section3 .container {
  background: url(/static/cn/images/vanguard-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 6.770833% 4.9479167% 8.125%;
}
.party-and-mass-work .section3 .container h3 {
  font-size: 33px;
  margin-bottom: 1.764706%;
}
.party-and-mass-work .section3 .container h3::after {
  content: "";
  position: relative;
  display: block;
  width: 42px;
  height: 2px;
  background-color: #fff;
  margin: 1.3072% 0 0;
}
.party-and-mass-work .section3 .container .brief {
  text-align: justify;
  max-width: 603px;
  font-size: 20px;
}
.party-and-mass-work .section4 {
  margin: 4.84375% 0 0;
}
.party-and-mass-work .section4 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.party-and-mass-work .section4 .wrapper .block {
  width: 32.267442%;
  margin-bottom: 1.4535%;
}
.party-and-mass-work .section4 .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 101.44144%;
}
.party-and-mass-work .section4 .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party-and-mass-work .section4 .wrapper .block .pic::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: 0;
}
.party-and-mass-work .section4 .wrapper .block .pic .mask {
  position: absolute;
  width: 100%;
  min-height: 50%;
  bottom: 0;
  left: 0;
  padding: 5% 11.7117% 5%;
  background: -webkit-linear-gradient(top, transparent, rgba(181, 29, 35, 0.7));
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.8;
  z-index: 2;
}
.party-and-mass-work .section4 .wrapper .block .pic .mask h3 {
  font-size: 30px;
  margin-bottom: 5.1765%;
}
.party-and-mass-work .section4 .wrapper .block .pic .mask .brief {
  text-align: justify;
  text-align-last: center;
  font-size: 20px;
}
.party-build-news {
  padding: 4.0104167% 0 5.20833%;
  background-color: #f9f9f9;
}
.party-build-news .index-title {
  margin-bottom: 3.546512%;
}
.party-build-news .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.party-build-news .wrapper .lt {
  width: 43.83721%;
}
.party-build-news .wrapper .lt .pic {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.111406%;
}
.party-build-news .wrapper .lt .show {
  display: block;
}
.party-build-news .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party-build-news .wrapper .lt .pic .mask {
  position: absolute;
  width: 100%;
  line-height: 80px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
}
.party-build-news .wrapper .rt {
  width: 52.67442%;
}
.party-build-news .wrapper .rt .row {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 2.4801325% 0 4.4084%;
}
.party-build-news .wrapper .rt .row .date {
  color: #4a4a4a;
  line-height: 1.3;
  font-weight: 700;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  padding-right: 3.75276%;
  margin-right: 3.421634%;
  white-space: nowrap;
}
.party-build-news .wrapper .rt .row .date h2 {
  font-size: 42px;
  font-weight: 700;
}
.party-build-news .wrapper .rt .row .date h5 {
  font-size: 16px;
}
.party-build-news .wrapper .rt .row .title h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.party-build-news .wrapper .rt .row .title h4 a {
  color: inherit;
}
.party-build-news .wrapper .rt .row .title p {
  font-size: 16px;
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.party-build-news .wrapper .rt .row .title p a {
  color: inherit;
}
.party-build-news .wrapper .rt .row:hover .title h4 a {
  color: #b51d23;
}
.media-center {
  width: 100%;
  margin: 4.58333% 0 4.9479167%;
}
.media-center .index-title {
  margin-bottom: 3.4883721%;
}
.media-center .list .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.046512%;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 1.45349%;
}
.media-center .list .row .date {
  margin-right: 1.80233%;
}
.media-center .list .row .date h4 {
  position: relative;
  font-size: 20px;
  color: #666;
  white-space: nowrap;
  margin-bottom: 1em;
}
.media-center .list .row .date h4::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.7em;
  height: 1px;
  background-color: #e9e9e9;
  margin-left: 1.35em;
}
.media-center .list .row .date span {
  display: inline-block;
  transition: all 0.5s;
  line-height: 1;
  padding: 0 0 1px 0;
  text-align: center;
}
.media-center .list .row .date span img {
  transition: all 0.5s;
}
.media-center .list .row .title {
  flex: 1;
  padding-top: 1%;
}
.media-center .list .row .title h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 1.03627%;
}
.media-center .list .row .title h4 a {
  color: inherit;
}
.media-center .list .row .title p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media-center .list .row .title p a {
  color: inherit;
}
.media-center .list .row .picture {
  width: 15.8139535%;
  margin-left: 5%;
}
.media-center .list .row .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.39706%;
}
.media-center .list .row .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.media-center .list .row:hover .date span {
  padding: 0 12px 1px 13px;
  background-color: #b51d23;
}
.media-center .list .row:hover .date span img {
  filter: grayscale(1) brightness(500%);
}
.media-center .list .row:hover .title h4 a {
  color: #b51d23;
}
.media-more {
  text-align: center;
  padding-top: 1.046512%;
}
.media-more a {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #b51d23;
  border: 1px solid #b51d23;
  font-size: 16px;
  transition: all 0.5s;
}
.media-more a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.19);
}
.prod-story {
  padding: 3.28125% 0 4.58333%;
  background-color: #f9f9f9;
}
.prod-story .index-title {
  margin-bottom: 3.0814%;
}
.prod-story .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-story .wrapper .block {
  width: 31.9767442%;
  margin-bottom: 2.7907%;
}
.prod-story .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.27273%;
}
.prod-story .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-story .wrapper .block .pic .date {
  position: absolute;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  left: 5.27273%;
  top: 5.3968254%;
}
.prod-story .wrapper .block .pic .date h2 {
  font-size: 42px;
  font-weight: 700;
}
.prod-story .wrapper .block .pic .date h5 {
  font-size: 14px;
}
.prod-story .wrapper .block .title {
  margin-top: 7.091%;
  padding-right: 11.6364%;
}
.prod-story .wrapper .block .title h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4.11523%;
}
.prod-story .wrapper .block .title h4 a {
  color: inherit;
}
.prod-story .wrapper .block .title p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  text-align: justify;
  display: block;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prod-story .wrapper .block .title p a {
  color: inherit;
}
.prod-story .wrapper .block .title span {
  display: inline-block;
  color: #b51d23;
  font-size: 16px;
  margin-top: 6.17284%;
}
.prod-story .wrapper .block .title span a {
  color: inherit;
}
.prod-story .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.prod-story .wrapper .block:hover .title h4 a {
  color: #b51d23;
}
.solution-change {
  background-color: #fff;
}
.solution {
  margin: 5.1041667% 0 4.166667%;
}
.solution .index-title {
  margin-bottom: 3.139535%;
}
.solution .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution .wrapper .block {
  width: 32.267442%;
  background-color: #f9f9f9;
  padding: 1.33721% 1.8605% 1.68605%;
  margin-bottom: 1.56977%;
}
.solution .wrapper .block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.425662%;
  margin-bottom: 4.07332%;
}
.solution .wrapper .block .title h3 {
  font-size: 22px;
  color: #b51d23;
}
.solution .wrapper .block .title a {
  font-size: 14px;
  color: #b51d23;
  transition: all 0.5s;
  white-space: nowrap;
  margin-left: 1em;
}
.solution .wrapper .block .title a:hover {
  transform: translateX(3px);
}
.solution .wrapper .block .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e2e2e2;
  padding-bottom: 2.03666%;
  margin-bottom: 2.03666%;
}
.solution .wrapper .block .row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.solution .wrapper .block .row p {
  margin-right: 1em;
  font-size: 16px;
  color: #444;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.solution .wrapper .block .row p::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #b51d23;
  border-radius: 50%;
  content: "";
  margin-right: 10px;
  vertical-align: middle;
}
.solution .wrapper .block .row p a {
  color: inherit;
}
.solution .wrapper .block .row p a:hover {
  color: #b51d23;
}
.solution .wrapper .block .row span {
  white-space: nowrap;
  font-size: 14px;
  color: #b6b5b5;
}
.case-research {
  padding: 3.541667% 0 5.3125%;
  background-color: #f9f9f9;
}
.case-research .index-title {
  margin-bottom: 3.0814%;
}
.case-research .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-research .wrapper .block {
  width: 31.9767442%;
  margin-bottom: 2.034884%;
}
.case-research .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 96.18182%;
}
.case-research .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.case-research .wrapper .block .pic .date {
  position: absolute;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  left: 7.636364%;
  top: 8.6956522%;
  z-index: 1;
}
.case-research .wrapper .block .pic .date h2 {
  font-size: 42px;
  font-weight: 700;
}
.case-research .wrapper .block .pic .date h5 {
  font-size: 14px;
}
.case-research .wrapper .block .pic .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96.97543%;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 7.4545455% 7.636364%;
}
.case-research .wrapper .block .pic .mask h4 {
  max-width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2.5641%;
}
.case-research .wrapper .block .pic .mask h4 a {
  color: inherit;
}
.case-research .wrapper .block .pic .mask p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.6em;
}
.case-research .wrapper .block .pic .mask p a {
  color: inherit;
}
.case-research .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.news-detail {
  margin: 4.0625% 0 4.6875%;
}
.news-detail .title {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 2.0930233%;
  margin-bottom: 2.906977%;
}
.news-detail .title h4 {
  font-size: 32px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.39535%;
}
.news-detail .title h5 {
  font-size: 14px;
  color: #666;
}
.news-detail article {
  max-width: 1480px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  text-align: justify;
}
.news-detail article p {
  margin-bottom: 1.5em;
}
.news-detail .article-tab {
  border-top: 1px solid #dfdfdf;
  padding-top: 2.55814%;
}
.news-detail .article-tab .wrapper {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-detail .article-tab .wrapper p {
  max-width: 49%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}
.news-detail .article-tab .wrapper p a {
  color: inherit;
}
.news-detail .article-tab .wrapper p a:hover {
  color: #1970b6;
}
.news-detail .article-share {
  margin-top: 4.06977%;
}
.news-detail .article-share .wrapper {
  max-width: 1480px;
  margin: 0 auto 0;
  text-align: right;
  font-size: 18px;
  color: #252525;
}
.news-detail .article-share .wrapper a {
  display: inline-block;
  width: 39px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  margin-left: 16px;
}
.news-detail .article-share .wrapper a img {
  transition: all 0.5s;
  filter: grayscale(1);
}
.news-detail .article-share .wrapper a:hover {
  border-color: #b51d23;
}
.news-detail .article-share .wrapper a:hover img {
  filter: grayscale(0);
}
.news-category-list {
  background-color: #f9f9f9;
}
.news-category-list .news-keywords {
  margin: 5.72916667% 0 2.34375%;
}
.news-category-list .news-keywords .container span {
  font-size: 20px;
  color: #333;
  display: inline-block;
  margin-right: 1em;
}
.news-category-list .news-keywords .container ul {
  display: inline-block;
}
.news-category-list .news-keywords .container ul li {
  display: inline-block;
  margin-right: 33px;
  margin-bottom: 16px;
}
.news-category-list .news-keywords .container ul li a {
  display: inline-block;
  min-width: 138px;
  line-height: 45px;
  font-size: 18px;
  color: #666;
  text-align: center;
  border-radius: 22.5px;
  background-color: #e4e4e4;
  padding: 0 10px;
  transition: all 0.5s;
}
.news-category-list .news-keywords .container ul li a:hover {
  color: #b51d23;
}
.news-category-list .news-keywords .container ul .active a {
  color: #fff;
  background-color: #b51d23;
}
.news-category-list .news-keywords .container ul .active a:hover {
  color: #fff;
}
.news-category-list .news-list {
  padding-bottom: 5.1041667%;
}
.news-category-list .news-list .container {
  background-color: #fff;
  padding: 3.6979167% 3.333333% 3.59375% 3.645833%;
}
.news-category-list .news-list .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 2.0176545% 0 2.6482% 0;
  margin-bottom: 1.513241%;
}
.news-category-list .news-list .container .row .date {
  white-space: nowrap;
  text-align: right;
  font-family: Arial;
  line-height: 1.6;
  padding-left: 3.846154%;
  margin-right: 3.1526%;
}
.news-category-list .news-list .container .row .date h3 {
  font-size: 38px;
  color: #000;
}
.news-category-list .news-list .container .row .date h5 {
  font-size: 14px;
  color: #666;
  font-weight: 700;
}
.news-category-list .news-list .container .row .title {
  position: relative;
  flex: 1;
  padding: 14px 0 10px 3.657%;
  border-left: 1px solid #dcdcdc;
  margin-right: 10.2144%;
}
.news-category-list .news-list .container .row .title h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 1.0372%;
}
.news-category-list .news-list .container .row .title h4 a {
  color: inherit;
}
.news-category-list .news-list .container .row .title p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-category-list .news-list .container .row .title p a {
  color: inherit;
}
.news-category-list .news-list .container .row .title .detail {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #b51d23;
  font-size: 16px;
  transform: translate(105%, 50%);
}
.news-category-list .news-list .container .row .title .detail:hover {
  transform: translate(110%, 50%);
}
.news-category-list .news-list .container .row:hover .title h4 a {
  color: #b51d23;
}
.anchor-fixed {
  position: relative;
  width: 100%;
  height: 0;
  top: -180px;
}
.cc-modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 100;
}
.cc-modal.block {
  display: block;
  animation: fadeInUp 1s;
}
.cc-modal--body {
  position: absolute;
  width: 500px;
  max-width: 90%;
  max-height: 90vh;
  min-height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.qrcode-modal-body {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 15px;
  text-align: center;
}
.qrcode-modal-body h2 {
  font-size: 24px;
  line-height: 1.4;
  color: #3c3c3c;
  font-weight: 700;
}
.qrcode-modal-body #qrcode-wrapper {
  text-align: center;
}
.qrcode-modal-body #qrcode-wrapper img {
 margin: 0 auto;
}
.about-history {
  width: 100%;
  margin: 4.875% 0;
}
.about-history .container{
  position: relative;
  padding: 3% 0 4%;
  background: url(/static/cn/images/dev-bg.jpg) center no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}
.about-history .index-title h3 {
  color: #fff;
}
/*.about-history .left-btn{
  position: absolute;
  left: -50px;
  top: 60%;
  border:1px solid #FFF;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.about-history .right-btn{
  position: absolute;
  right: -50px;
  top: 60%;
  border:1px solid #FFF;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.about-history .left-btn i{
  color: #FFF;
  font-size: 30px;
}
.about-history .right-btn i{
  color: #FFF;
  font-size: 30px;
}*/

.about-history .history-list {
  width: 90%;
  margin: 0 auto;
  height: 300px;
  position: relative;
  margin-top: 6%;
  overflow: hidden;
  /* padding: 0 0px 50px; */
}

.about-history .history-list:before {
  content: "";
  width: 200%;
  border-bottom: 1px dashed #fff;
  position: absolute;
  left: 0;
  top: 150px;
}
.about-history .history-list .mySwiper5{
  padding: 0 0 50px;
}
.about-history .history-list ul {
  display: flex;
  height: 100%;
}

.about-history .history-list li {
  height: 150px;
  max-width: 270px;
  border-left: 1px dashed #fff;
  color: #FFF;
  position: relative;
  align-self: flex-start;
  margin-left: 20px;
}
.about-history .history-list li .cont{
  margin-left: 15px;
}
.about-history .history-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #FFF;
  border-radius: 100%;
  left: -5px;
  position: absolute;

}
.about-history .history-list li .brief {
  font-size: 16px;
  line-height: 1.8;
  max-height: 5.4em;
  overflow: auto;
  padding-right: 5px;
}
.about-history .history-list li .brief::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); */
  border-radius: 1px;
  background-color: rgba(255, 255, 255, .1);
}  
.about-history .history-list li .brief::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255, 255, 255, .1);
}  
.about-history .history-list li .brief::-webkit-scrollbar-thumb {
  border-radius: 1px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3); */
  background-color: #fff;
}
.about-history .history-list li:after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background: #FFF;
  border-radius: 100%;
  left: -11px;
  bottom: -11px;
  position: absolute;
  border: 4px solid rgba(129, 129, 122, 1);

}
.about-history .history-list .swiper-slide{
  height: 310px;
}
.about-history .history-list .swiper-slide:nth-child(even) li {
  margin-bottom: 5px;
}
.about-history .history-list .swiper-slide:nth-child(even) li .cont{
  position: absolute;
  vertical-align: baseline;
  bottom: 0;
}
.about-history .history-list .swiper-slide:nth-child(even) li:before{
  bottom: 0;
}
.about-history .history-list .swiper-slide:nth-child(even) li:after {
  left: -11px;
  top: -4px;
}

.about-history .history-list .swiper-slide:nth-child(even) li {
  left: -5px;
  bottom: -145px;
}

.about-history .history-list .swiper-slide:nth-child(even) li .cont {
  align-self: flex-end;
}

.about-history .history-list .swiper-slide li:hover:after{
  border: 4px solid #fa7c2e;
}
.about-history .history-list li h5 {
  font-size: 20px;
  font-weight: normal;
}
.l-mtzx .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.l-mtzx .wrapper .block {
  width: 48.85%;
  transition: all .5s;
}
.l-mtzx .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.l-mtzx .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.l-mtzx .wrapper .block:first-child .pic img {
  object-position: left;
}
.article-swiper {
  padding: 2% 0 4%;
}
.article-swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.667%;
}
.article-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-us {
  padding: 4.6875% 0 2.08333%;
}
.join-us .index-title {
  margin-bottom: 3.9535%;
}
.join-us .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-us .wrapper .block {
  position: relative;
  width: 31.9767442%;
  background-color: #f8f8f8;
  transition: all .5s;
}
.join-us .wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.78027%;
  overflow: hidden;
}
.join-us .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.join-us .wrapper .block .title {
  padding: 4% 5%;
}
.join-us .wrapper .block .title h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.join-us .wrapper .block .title h4 a {
  color: inherit;
  transition: 0s;
}
.join-us .wrapper .block .title h5 {
  font-size: 16px;
  color: #666;
  margin-bottom: 1em;
}
.join-us .wrapper .block .title h5 span {
  margin-right: 1em;
}
.join-us .wrapper .block .title h5 i {
  margin-right: .5em;
}
.join-us .wrapper .block .title p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 1.6;
  min-height: 4.8em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.join-us .wrapper .block .title p a {
  color: inherit;
}
.join-us .wrapper .block .tip {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
  padding: 7px 20px;
  background-color: rgba(0, 0, 0, .5);
  line-height: 18px;
}
.join-us .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.join-us .wrapper .type1:hover {
  background-color: #f2f2f2;
}
.join-us .wrapper .type2 {
  position: relative;
  max-height: 552px;
}
.join-us .wrapper .type2 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 0 5%;
  overflow: auto;
  max-height: 100%;
}
.join-us .wrapper .type2 .title {
  padding: 0 5%;
  margin-bottom: 4%;
}
.join-us .wrapper .type2 .title h4 {
  margin-bottom: 0;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.join-us .wrapper .type2 .title h5 {
  line-height: 1.6;
}
.join-us .wrapper .type2 .title h5 a {
  color: inherit;
  transition: all 0s;
}
.join-us .wrapper .type2 .title:hover h4 {
  color: #b51d23;
}
.join-us .wrapper .type2 .title:hover h5 {
  color: #b51d23;
}
.join-us .wrapper .type2 .list::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); */
  border-radius: 1px;
  background-color: #f2f2f2;
}  
.join-us .wrapper .type2 .list::-webkit-scrollbar {
  width: 3px;
  background-color: #f2f2f2;
}  
.join-us .wrapper .type2 .list::-webkit-scrollbar-thumb {
  border-radius: 1px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3); */
  background-color: #ccc;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
}
.banner .text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.register-and-login {
  padding: 5.20833% 0 13.020833%;
  min-height: 50vh;
  background-color: #f6f6f6;
}
.register-and-login .container {
  max-width: 524px;
  background-color: #fff;
}
.register-and-login h3 {
  font-size: 30px;
  color: #333;
}
.register-and-login h5 {
  font-size: 16px;
  color: #333;
}
.register-and-login h2 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
}
.register-and-login h4 {
  font-size: 18px;
  color: #333;
}
.register-and-login .success {
  padding: 5.5729167% 0 8.645833%;
  text-align: center;
}
.register-and-login .success img {
  margin-bottom: 2.29008%;
}
.register-and-login .success h3 {
  margin-bottom: 7.06107%;
}
.register-and-login .register {
  padding: 2.8645833% 2.03125% 3.28125%;
}
.register-and-login .register .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
}
.register-and-login .register .title h4 a {
  color: inherit;
  text-decoration: underline;
}
.register-and-login .register .click-to-login {
  margin-bottom: 6.053812%;
}
.register-and-login .register .click-to-login h5 a {
  color: #007dff;
}
.register-and-login .el-checkbox__input.is-checked + .el-checkbox__label {
  color: inherit;
}
.register-and-login .el-input-group__append,
.register-and-login .el-input-group__prepend {
  background-color: transparent;
}
.register-and-login .verifycodeRow {
  position: relative;
}
.register-and-login .verifycodeRow .el-input__inner {
  border-radius: 4px;
}
.register-and-login .verifycodeRow .el-input-group__append {
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  padding: 0;
}
.register-and-login .verifycodeRow .el-input-group__append button {
  position: relative;
  margin: 0;
}
.register-and-login .submit .el-button--primary {
  background-color: #b51d23 !important;
  outline: none;
  border: 0;
}
.register-and-login .submit .el-button--primary.is-disabled,
.register-and-login .submit .el-button--primary.is-disabled:active,
.register-and-login .submit .el-button--primary.is-disabled:focus,
.register-and-login .submit .el-button--primary.is-disabled:hover {
  opacity: 0.3;
}
.register-and-login .login {
  padding: 3.33333% 2.03125%;
}
.register-and-login .login .title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 6.7264574%;
}
.register-and-login .login .title img {
  margin-right: 12px;
}
.register-and-login .flex-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.register-and-login .flex-row .el-form-item {
  margin-bottom: 0;
}
.register-and-login .method a {
  color: #007dff;
}
.register-and-login .method a:hover {
  text-decoration: underline !important;
}
.register-and-login .forget-password {
  text-align: center;
  color: #999;
}
.register-and-login .forget-password a {
  color: #007dff;
  display: inline-block;
  margin: 0 4px;
}
.register-and-login .forget-password a:hover {
  text-decoration: underline !important;
}
.register-and-login .tips {
  margin-bottom: 10px;
}
.register-and-login .tips p {
  font-size: 14px;
  color: #333;
}
.register-and-login .reset-password {
  padding: 3.33333% 2.03125% 5.208333%;
}
.register-and-login .reset-password .title {
  text-align: center;
  margin-bottom: 7.6233184%;
}
.register-and-login .reset-password .submit {
  text-align: center;
}
.register-and-login .reset-password .submit button {
  width: 42.1525%;
  min-width: 100px;
}
.register-and-login .verifycodePic .el-input-group__append {
  border: 0;
}
.register-and-login .verifycodePic .code-pic {
  width: 100px;
  height: 40px;
  text-align: right;
  cursor: pointer;
}
.register-and-login .verifycodePic .code-pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.recruitment {
  margin: 4.4270833% 0 4.270833%;
}
.recruitment .container {
  max-width: 1520px;
}
.recruitment .index-title {
  margin-bottom: 4.671053%;
}
.recruitment .role-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruitment .role-wrapper .block {
  width: 23.2895%;
  height: 177px;
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 0.987% 2.63158% 0;
}
.recruitment .role-wrapper .block h3 {
  font-size: 30px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16.0584%;
}
.recruitment .role-wrapper .block span {
  float: right;
}
.recruitment .role-wrapper .block span img:first-child {
  display: block;
}
.recruitment .role-wrapper .block span img:last-child {
  display: none;
}
.recruitment .role-wrapper .block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19);
}
.recruitment .role-wrapper .active {
  background: url('/static/cn/images/role-bg.jpg') no-repeat;
  background-size: cover;
}
.recruitment .role-wrapper .active h3 {
  color: #fff;
}
.recruitment .role-wrapper .active span img:first-child {
  display: none;
}
.recruitment .role-wrapper .active span img:last-child {
  display: block;
}
.recruitment .job-search {
  margin-top: 4.736842%;
}
.recruitment .job-search .title {
  text-align: center;
  font-size: 38px;
  color: #333;
  margin-bottom: 1.973684%;
}
.recruitment .job-search .search-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2.23684%;
}
.recruitment .job-search .search-form .params {
  flex: 1;
  margin-right: 18px;
}
.recruitment .job-search .search-form .params .el-select {
  width: 100%;
}
.recruitment .job-search .search-form .params .el-input__inner {
  width: 100%;
}
.recruitment .job-search .search-form .params .el-input__inner:focus {
  border-color: #b51d23;
}
.recruitment .job-search .search-form .el-button--primary {
  width: 122px;
  background-color: #b51d23;
  border: 0;
}
.recruitment .job-search .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.recruitment .job-search .page .total {
  color: #333;
  font-size: 14px;
}
.recruitment .job-search .page .total span {
  color: #b51d23;
}
.recruitment .job-search .page .display {
  color: #333;
  font-size: 14px;
}
.recruitment .job-search .page .display select {
  display: inline-block;
  vertical-align: baseline;
  outline: none;
  color: #333;
}
.recruitment .job-search .page .display select option {
  color: #333;
}
.recruitment .job-search .tags span {
  margin-left: 10px;
}
.recruitment .job-search .tags span:first-child {
  margin-left: 0;
}
.recruitment .job-search .search-table {
  margin-bottom: 2.763158%;
}
.recruitment .job-search .search-table a {
  color: #222;
  font-size: 19px;
}
.recruitment .job-search .search-table table tr td {
  color: #666;
  font-size: 16px;
  height: 63px;
}
.recruitment .job-search .search-table table tr:hover a {
  color: #b51d23;
}
.recruit-detail .back a {
  font-size: 16px;
  color: #b51d23;
}
.recruit-detail .back a:hover {
  text-decoration: underline !important;
}
.recruit-detail .content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3.552632%;
  margin-top: 2.89474%;
}
.recruit-detail .content .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 0.5em;
}
.recruit-detail .content .brief {
  color: #333;
  font-size: 16px;
}
.recruit-detail .btn-row {
  margin-top: 3.94737%;
}
.recruit-detail .btn-row .el-button--danger {
  background-color: #b51d23;
  width: 122px;
  height: 52px;
  border: 0;
  font-size: 16px;
}
.el-message-box {
  max-width: 715px;
  width: 94% !important;
  padding-bottom: 2.7604167% !important;
}
.el-message-box .el-message-box__header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  padding: 4.895105% 7.4126% 5.5944056%;
}
.el-message-box .el-message-box__title {
  font-size: 34px;
  color: #333;
}
.el-message-box .el-message-box__headerbtn {
  font-size: 26px;
}
.el-message-box .el-message-box__headerbtn .el-message-box__close {
  font-weight: 700;
  color: #333;
}
.el-message-box .el-message-box__content {
  padding: 9.5105% 7.69231% 8.112%;
}
.el-message-box .el-message-box__message {
  font-size: 36px;
  color: #333;
}
.el-message-box .el-message-box__message img {
  margin-right: 22px;
}
.el-message-box .el-message-box__btns {
  display: flex;
  flex-direction: row-reverse;
}
.el-message-box .el-message-box__btns .el-button {
  width: 171px;
  height: 79px;
  font-size: 28px;
  color: #333;
  margin: 0 9px;
}
.el-message-box .el-message-box__btns .el-button--primary {
  background-color: #b51d23;
  border: 0;
  color: #fff;
}
.el-dialog {
  width: 94% !important;
  max-width: 1258px;
}
.el-dialog .el-dialog__header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  padding: 2.7822% 3.7361%;
}
.el-dialog .el-dialog__title {
  font-size: 34px;
  color: #333;
}
.el-dialog .el-dialog__headerbtn {
  font-size: 26px;
}
.el-dialog .el-dialog__headerbtn .el-dialog__close {
  font-weight: 700;
  color: #333;
}
.el-dialog .el-form .el-form-item__content {
  position: relative;
}
.el-dialog .el-form .el-form-item__content input[type="file"] {
  height: 58px;
  line-height: 58px;
  padding: 0 130px 0 25px;
  font-size: 18px;
}
.el-dialog .el-form .el-form-item__content input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.el-dialog .el-form .el-form-item__content input[type="file"]:focus {
  border-color: #b51d23;
}
.el-dialog .el-form .el-form-item__content button {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 58px;
  padding: 5px 10px;
  background-color: #b51d23;
  border: 0;
}
.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner {
  border-color: #b51d23 !important;
}
.el-select .el-input__inner:focus {
  border-color: #b51d23 !important;
}
.el-select-dropdown__item.selected {
  color: #b51d23 !important;
}