@charset "utf-8";
.banner {
  position: relative;
}
.sliderMenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.2%;
  height: 100%;
  background-color: #AC0818;
  z-index: 999;
}
.sliderMenu * {
  color: #fff;
  margin: 0 auto;
}
.sliderMenu .menu {
  width: 100%;
  height: 73.8%;
  cursor: pointer;
}
.sliderMenu .menu * {
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
}
.sliderMenu .menu span {
  font-family: 'Gilroy';
  font-size: 16px;
}
.sliderMenu .menu i {
  font-size: 16px;
  margin-top: 16px;
}
.sliderMenu .scrollDown {
  bottom: 0;
  width: 100%;
  height: 26.2%;
}
.sliderMenu .scrollDown::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
}
.sliderMenu .scrollDown p {
  font-family: 'Gilroy';
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
}
.sliderMenu .scrollDown .line {
  position: relative;
  width: 1px;
  height: 36px;
  margin-top: 21px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.sliderMenu .scrollDown .line::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: roll 3s ease-out infinite;
  z-index: 2;
}
.banner-swiper {
  position: relative;
}
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-swiper .swiper-slide .txt {
  z-index: 3;
}
.banner-swiper .swiper-slide .txt * {
  color: #fff;
  line-height: 1.6;
}
.banner-swiper .swiper-slide .txt p,
.banner-swiper .swiper-slide .txt h4 {
  opacity: 0;
}
.banner-swiper .swiper-slide .txt h4 {
  line-height: 1.4;
}
.banner-swiper .swiper-slide .txt p {
  text-transform: uppercase;
  font-family: 'Gilroy';
}
.banner-swiper .swiper-slide .has-line {
  position: relative;
  display: inline-block;
  margin-top: 9px;
}
.banner-swiper .swiper-slide .has-line::before {
  content: '';
  position: absolute;
  right: 105%;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 1px;
  background-color: #fff;
}
.banner-swiper .swiper-slide .place {
  bottom: 10.3%;
  z-index: 3;
}
.banner-swiper .swiper-slide .place * {
  color: rgba(255, 255, 255, 0.8);
}
.banner-swiper .slide2 .txt {
  top: 43%;
}
.banner-swiper .slide2 .txt p {
  color: rgba(255, 255, 255, 0.5);
}
.banner-swiper .swiper-slide-active .img {
  animation: scale1 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.2s;
  -webkit-animation: scale1 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.2s;
}
.banner-swiper .swiper-slide-active .txt h4 {
  animation: fadeInUp 1s ease forwards;
}
.banner-swiper .swiper-slide-active .txt p {
  animation: fadeInUp 1s ease forwards 0.5s;
}
.banner-swiper .swiper-pagination {
  bottom: 6.4%;
}
.banner-swiper .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 !important;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.banner-swiper .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.banner-swiper .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 52px !important;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active::after {
  width: 500%;
  height: 500%;
}
.banner-swiper .arrow {
  position: absolute;
  right: 5.2%;
  z-index: 2;
}
.banner-swiper .icon-btn {
  border-color: rgba(255, 255, 255, 0.4);
}
.banner-swiper .icon-btn i {
  color: #fff;
}
.banner-swiper .prev {
  margin-bottom: 32px;
}
.banner-swiper .prev i {
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.banner-swiper .next i {
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.main1 {
  position: relative;
  padding: 229px 0 159px;
  overflow: hidden;
}
.main1 .enAb {
  position: absolute;
  top: 0;
  left: 9.375%;
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 500px;
  color: #FAFAFA;
  line-height: 1;
  z-index: -1;
}
.main1 .des {
  width: 41.2%;
  margin-top: 37px;
  margin-bottom: 46px;
}
.main1 .des * {
  color: #666666;
}
.main1 .more {
  font-family: 'Gilroy';
  font-weight: 500;
  color: #AC0818;
}
.main1 .num-items {
  width: 71.8%;
  height: 160px;
  margin-top: 105px;
  background-color: #fff;
  box-shadow: 0px 3px 30px 1px rgba(175, 175, 175, 0.16);
}
.main1 .num-item {
  position: relative;
  flex: 1;
}
.main1 .num-item::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #AC0818;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main1 .num-item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background-color: #E8E8E8;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
.main1 .num-item * {
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  white-space: nowrap;
}
.main1 .num-item .num-t {
  font-family: 'GilroyB';
  font-weight: bold;
  color: #AC0818;
  margin-bottom: 9px;
}
.main1 .num-item .num-t * {
  font-family: 'GilroyB';
  font-weight: bold;
  color: #AC0818;
}
.main1 .num-item p {
  color: #999999;
}
.main1 .num-item:hover::before {
  left: 0;
  width: 100%;
}
.main1 .num-item:hover::after {
  background-color: #AC0818;
}
.main1 .num-item:hover * {
  color: #fff;
}
.main1 .rbg {
  bottom: 0;
  width: 59.2%;
  z-index: -1;
}
.main2 {
  position: relative;
  overflow: hidden;
}
.main2 * {
  color: #fff;
}
.main2 .com-tit {
  position: absolute;
  left: 50%;
  top: 10.65%;
  transform: translateX(-50%);
  z-index: 2;
}
.main2 .com-tit h3,
.main2 .com-tit p {
  color: #fff;
}
.main2-sub {
  right: 9.375vw;
  width: 20%;
  z-index: 2;
}
.main2-tit .swiper-slide {
  height: auto;
  font-size: 16px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main2-tit .swiper-slide:not(:last-of-type) {
  margin-bottom: 32px;
}
.main2-tit .swiper-slide.active {
  font-size: 24px;
  color: #fff;
}
.main2-wrap {
  display: none;
}
.main2-wrap.selected {
  display: block;
}
.main2-swiper1 .swiper-slide {
  position: relative;
}
.main2-swiper1 .swiper-slide .img {
  position: relative;
}
.main2-swiper1 .swiper-slide .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.15;
}
.main2-swiper1 .swiper-slide .txt {
  top: 39.6%;
  padding-right: 20%;
  z-index: 2;
}
.main2-swiper1 .swiper-slide .name {
  height: 55px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 50px;
}
.main2-swiper1 .swiper-slide .more {
  font-family: 'Gilroy';
  font-weight: 500;
}
.main2-swiper1 .swiper-slide .more:hover {
  color: #AC0818;
}
.main2-bot {
  bottom: 6.45%;
  z-index: 2;
}
.main2-bot .icon-btn {
  position: absolute;
  border-color: #fff;
  z-index: 2;
}
.main2-bot .icon-btn i {
  color: #fff;
}
.main2-bot .prev {
  left: 0;
}
.main2-bot .next {
  right: 0;
}
.main2-swiper2 {
  position: relative;
  width: 92.2%;
}
.main2-swiper2 .swiper-slide {
  position: relative;
  width: auto;
}
.main2-swiper2 .swiper-slide .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.main2-swiper2 .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
}
.main2-swiper2 .swiper-slide .line {
  position: relative;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main2-swiper2 .swiper-slide .line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #AC0818;
}
.main2-swiper2 .swiper-slide-thumb-active .line {
  width: 53.4vw;
  opacity: 1;
  margin: 0 55px 0 20px;
}
.main2-swiper2 .swiper-slide-thumb-active .line::before {
  animation: pagi 5.5s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.main3 {
  margin: 100px auto;
}
.main3-t {
  margin-bottom: 40px;
}
.main3-t .more {
  font-family: 'Gilroy';
  font-weight: 500;
  color: #1E1E1E;
}
.main3-t .more:hover {
  color: #AC0818;
}
.main3L {
  width: 46.8%;
}
.main3L .date {
  font-family: 'Gilroy';
  font-weight: 500;
  display: block;
  color: #AC0818;
  line-height: 1;
  padding-bottom: 21px;
  margin-bottom: 30px;
  border-bottom: 1px solid #AC0818;
}
.main3L h4 {
  max-height: 34px;
  font-weight: 500;
  color: #AC0818;
  margin-bottom: 20px;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main3L p {
  max-height: 48px;
  color: #666666;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main3L .img {
  margin: 36px 0 20px;
}
.main3L .more {
  font-family: 'Gilroy';
  font-weight: 500;
  color: #AC0818;
  line-height: 1;
}
.main3L .main3-item .img {
  overflow: hidden;
}
.main3L .main3-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main3L .main3-item:hover img {
  transform: scale(1.04);
}
.main3R {
  width: 47.3%;
}
.main3R .newC {
  position: relative;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
.main3R .newC::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #AC0818;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main3R .newC:not(:first-of-type) {
  padding-top: 36px;
}
.main3R .newC:not(:first-of-type) .date {
  top: 33%;
}
.main3R .newC:first-of-type .date {
  top: -2%;
}
.main3R .newC p {
  width: calc(100% - 90px);
  max-height: 32px;
  line-height: 1.6;
  font-weight: 200;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main3R .newC .date {
  position: absolute;
  right: 0;
  font-family: 'Gilroy';
}
.main3R .newC:hover::after {
  width: 100%;
}
.main3R .newC:hover p {
  color: #AC0818;
}
.firm {
  background: url(../img/firm-bg.png) no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 141px 12.5vw;
}
.firm .firm-l {
  width: 42.9%;
}
.firm .firm-l .com-tit {
  margin-bottom: 80px;
}
.firm .firm-l .des {
  margin-bottom: 22px;
}
.firm .firm-l .des * {
  font-size: inherit;
  line-height: 2;
}
.firm .firm-l .intro {
  max-height: 325px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
.firm .firm-l .intro * {
  color: #666666;
  font-weight: 200;
}
.firm .firm-l .spread {
  color: #AC0818;
  margin-top: 48px;
  cursor: pointer;
}
.firm .firm-r {
  width: 53.2%;
  margin-left: auto;
}
.firm .num-items {
  margin-bottom: 64px;
  padding-right: 18.2%;
}
.firm .num-item .num-t {
  font-family: 'GilroyB';
  font-weight: bold;
  color: #AC0818;
}
.firm .num-item .num-t * {
  font-family: 'GilroyB';
  font-weight: bold;
  color: #AC0818;
}
.firm .num-item p {
  color: #999999;
}
.firm-tb .pagi {
  width: auto;
  margin-top: 44px;
  padding-left: 9.96%;
}
.firm-tb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #CCCCCC;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.firm-tb .swiper-pagination-bullet-active {
  background-color: #AC0818;
}
.mask-pop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1000;
}
.mask-pop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.mask-pop .mask-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
  max-width: 1200px;
  height: 619px;
  background-color: #fff;
  padding: 70px 3.7% 70px 4.7%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 2;
}
.mask-pop .intro {
  height: 100%;
  padding-right: 2%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mask-pop .intro::-webkit-scrollbar {
  width: 4px;
}
.mask-pop .intro::-webkit-scrollbar-track {
  width: 4px;
}
.mask-pop .intro::-webkit-scrollbar-thumb {
  background-color: #AC0818;
}
.mask-pop .closed {
  position: absolute;
  right: -90px;
  top: 0;
  display: block;
  width: 63px;
  height: 63px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 5;
}
.mask-pop .closed i {
  font-size: 24px;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mask-pop .closed:hover {
  background-color: #fff;
}
.mask-pop .closed:hover i {
  color: #AC0818;
}
.mask-pop.active {
  opacity: 1;
  visibility: visible;
}
.leaders {
  margin-top: 100px;
  margin-bottom: 102px;
}
.leader-item {
  width: 31.25%;
  margin-top: 50px;
  margin-right: 3.125%;
}
.leader-item:nth-of-type(3n) {
  margin-right: 0;
}
.leader-item .img {
  overflow: hidden;
}
.leader-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.leader-item .txt {
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
}
.leader-item .txt::before,
.leader-item .txt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.leader-item .txt::before {
  width: 82.67%;
  background-color: #E9EBEC;
}
.leader-item .txt::after {
  width: 0;
  background-color: #AC0818;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.leader-item h3 {
  line-height: 1.1;
  color: #1E1E1E;
  margin-bottom: 10px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.leader-item p {
  max-height: 29px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leader-item:hover img {
  transform: scale(1.04);
}
.leader-item:hover .txt::after {
  width: 82.67%;
}
.leader-item:hover h3 {
  color: #AC0818;
}
.structure {
  background: url(../img/zzjg-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.structure .img {
  margin-left: 12.15%;
}
.culture {
  margin-top: 100px;
  margin-bottom: 185px;
}
.culture .c1 {
  position: relative;
}
.culture .img {
  bottom: -85px;
  width: 85.07%;
  z-index: 1;
}
.culture-item {
  position: relative;
  width: 34.03%;
  background-color: #AC0818;
  padding: 59px 4.44% 59px 3.75%;
  z-index: 2;
}
.culture-item * {
  color: #fff;
}
.culture-item .com-tit {
  margin-bottom: 60px;
}
.culture-item .com-tit h3 {
  color: #fff;
}
.culture-item .com-tit p {
  color: rgba(255, 255, 255, 0.5);
}
.culture-item .cul-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.culture-item .cul-item .name {
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.history {
  padding: 100px 0 122px;
  background: url(../img/fzlc-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.his-bot {
  margin-top: 70px;
}
.hisL {
  position: relative;
  width: 47.92%;
  padding-right: 3%;
  box-sizing: border-box;
}
.hisL .swiper-pagination-progressbar {
  top: 0;
  left: 6px;
  width: 1px;
  height: 100%;
  background-color: #E8E8E8;
}
.hisL .swiper-pagination-progressbar::before {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #AC0818;
}
.hisL .swiper-pagination-progressbar-fill {
  background-color: #AC0818;
}
.his-swiper1 {
  height: 444px;
  padding-left: 7.3%;
}
.his-swiper1 .swiper-slide {
  height: auto;
  opacity: 0.3;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.his-swiper1 .swiper-slide:not(:last-of-type) {
  margin-bottom: 40px;
}
.his-swiper1 .year {
  font-family: 'GilroyB';
  color: #AC0818;
  line-height: 1.1;
  margin-bottom: 10px;
}
.his-swiper1 .swiper-slide-active {
  opacity: 1;
}
.his-swiper2 {
  width: 52.08%;
  margin-right: 0;
}
.his-swiper2 p {
  font-weight: 500;
  margin-top: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.his-swiper2 .pagi {
  left: auto;
  right: 0;
  bottom: 6px;
  width: auto;
  padding-top: 10px;
}
.his-swiper2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #DDDDDD;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.his-swiper2 .swiper-pagination-bullet-active {
  background-color: #AC0818;
}
.honor {
  padding: 100px 0;
  background: url(../img/honor-bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.honor .year-select select {
  width: 156px;
  height: 49px;
  font-family: 'Gilroy';
  font-weight: 800;
  color: #AC0818;
  font-size: 20px;
  padding: 0 15.4%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/jt.png) no-repeat 91% 50%;
}
.honor .year-select option {
  font-size: 16px;
}
.honor-wrap {
  margin-top: 78px;
}
.honor-wrap .honor1 {
  width: 16.6%;
  color: #000000;
}
.honor-wrap .honor2 {
  width: 41.7%;
}
.honor-tit {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.honor-tit .swiper-button-next,
.honor-tit .swiper-button-prev {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  margin-top: 0;
}
.honor-tit .swiper-button-next::after,
.honor-tit .swiper-button-prev::after {
  font-size: 12px;
  color: #999999;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.honor-tit .swiper-button-next:hover::after,
.honor-tit .swiper-button-prev:hover::after {
  color: #AC0818;
}
.honor-tit .swiper-button-prev {
  left: auto;
}
.honor-tit .swiper-button-prev::after {
  content: '\e637';
}
.honor-tit .swiper-button-next {
  right: auto;
  margin-right: 6px;
}
.honor-tit .swiper-button-next::after {
  content: '\e640';
}
.honor-tit .btn {
  top: 18%;
}
.honorB {
  margin-top: 10px;
}
.honorB .year {
  font-family: 'GilroyB';
  margin-top: 20px;
}
.honor-box {
  width: 83.4%;
}
.honor-swiper {
  height: 503px;
}
.honor-swiper .swiper-slide {
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
}
.honor-swiper .swiper-slide ul {
  width: 100%;
  display: flex;
}
.honor-swiper .swiper-slide ul li {
  flex: 1;
}
.honor-swiper .swiper-slide ul li:first-of-type {
  padding-right: 1%;
}
.honor-swiper .swiper-slide * {
  color: #666666;
  font-size: 16px;
}
.quality {
  background-color: #F5F5F6;
  padding: 125px 0 179px;
}
.quality-item {
  width: 29.9%;
  margin-right: 5.15%;
  margin-top: 50px;
}
.quality-item:nth-of-type(3n) {
  margin-right: 0;
}
.quality-item .img {
  position: relative;
  background-color: #fff;
  padding: 23px 8.4%;
  padding-bottom: 69.1%;
}
.quality-item .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #AC0818;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.quality-item .img img {
  width: auto;
  max-height: 84.2%;
  max-width: 83.26%;
  object-fit: contain;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.quality-item p {
  margin-top: 30px;
}
.quality-item:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.quality-item:hover .img::after {
  width: 100%;
}
.news {
  margin: 100px auto;
}
.newPar-item {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.newPar-item h3 {
  height: 28px;
  font-weight: 500;
  margin-bottom: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.newPar-item p {
  height: 51px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newPar-item .more {
  color: #666666;
  margin-top: 38px;
}
.newPar-item .more .icon {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #AC0818;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.newPar-item .more .icon i {
  font-size: 12px;
  color: #fff;
}
.newPar-item .date * {
  font-family: 'Gilroy';
  color: #999999;
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.newPar-item .mouth {
  position: relative;
  font-weight: 500;
  margin-bottom: 29px;
}
.newPar-item .mouth::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.newPar-item:hover h3 {
  color: #AC0818;
}
.newPar-item:hover .icon {
  margin-left: 21px;
  opacity: 1;
  visibility: visible;
}
.newPar-item:hover .date * {
  color: #AC0818;
}
.newPar-item:hover .mouth::after {
  background-color: #AC0818;
}
.news-item {
  margin-bottom: 80px;
  background-color: #FAFAFA;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .img {
  width: 25%;
  overflow: hidden;
}
.news-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .txt {
  position: relative;
  width: 50%;
  margin-left: 3.5%;
  margin-right: 10.5%;
}
.news-item .txt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10.4%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #E8E8E8;
}
.news-item:hover {
  background-color: #fff;
  box-shadow: 0px 10px 50px 1px rgba(155, 155, 155, 0.16);
}
.news-item:hover .img img {
  transform: scale(1.04);
}
.position {
  font-size: 13px;
  color: #999999;
  margin-bottom: 52px;
}
.infoList {
  padding: 110px 0;
  background-color: #F8F8F8;
}
.infoList .info {
  margin-top: 25px;
}
.infoList .info * {
  font-size: inherit;
  color: #666666;
  line-height: 2;
}
.infoList .info em {
  font-style: italic;
}
.infoList .info em * {
  font-style: italic;
}
.infoList .info strong {
  font-weight: bold;
}
.infoList .info strong * {
  font-weight: bold;
}
.infoList .info img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.infoL {
  width: 71.3%;
  padding: 50px 4.2% 70px;
  background-color: #fff;
}
.infoL .title {
  margin-bottom: 12px;
}
.infoL .date {
  color: #999999;
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
.infoR {
  width: 25.14%;
}
.infoR .infoR-box {
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 80px;
}
.infoR .info-item {
  display: block;
  padding: 31px 6.9% 31px 8.3%;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.infoR .info-item .prev {
  color: #666666;
  line-height: 1.1;
}
.infoR .info-item .name {
  max-height: 45px;
  line-height: 1.4;
  margin: 20px 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.infoR .info-item .date {
  font-family: 'Gilroy';
  color: #999999;
}
.infoR .info-item:hover {
  background-color: #AC0818;
}
.infoR .info-item:hover * {
  color: #fff !important;
}
.infoR .next-item {
  margin: 24px 0 37px;
}
.infoR .back {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #AC0818;
  color: #fff;
}
.infoR .back i {
  margin-right: 12px;
  color: #fff;
}
.party {
  background-color: #F5F5F6;
  padding: 100px 0;
}
.party-item {
  position: relative;
  padding: 33px 0 43px;
  background-color: #fff;
  margin-bottom: 60px;
}
.party-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #AC0818;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.party-item .date {
  padding: 0 5.2%;
}
.party-item .txt {
  position: relative;
  width: 73.13%;
  margin-left: 5.2%;
}
.party-item .txt::before {
  content: '';
  position: absolute;
  left: -5.2%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 113%;
  background-color: #E8E8E8;
}
.party-item:hover::after {
  width: 100%;
}
.works-heading {
  overflow: hidden;
  padding-bottom: 80px;
}
.works-heading .subhead-swiper {
  overflow: inherit;
}
.works-heading .swiper-slide {
  position: relative;
  overflow: inherit;
}
.works-heading .swiper-slide.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 9px 6px;
  border-style: solid;
  border-color: #AC0818 transparent transparent transparent;
}
.jzsj-swiper .swiper-wrapper {
  flex-wrap: wrap;
}
.jzsj-swiper .swiper-slide {
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #999999;
  font-size: 16px;
  text-align: center;
  border-radius: 60px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  margin-bottom: 10px;
  white-space: nowrap;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.jzsj-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 20px;
}
.jzsj-swiper .swiper-slide.active {
  color: #fff;
  border-color: #AC0818;
  background-color: #AC0818;
}
.jzsj-swiper .swiper-slide:hover {
  color: #fff;
  border-color: #AC0818;
  background-color: #AC0818;
}
.works {
  margin: 100px auto;
}
.work-item {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 76px;
}
.work-item:nth-of-type(3n) {
  margin-right: 0;
}
.work-item .img {
  overflow: hidden;
}
.work-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.work-item .txt {
  position: relative;
  margin-top: 26px;
}
.work-item p {
  width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.work-item .icon {
  right: 3%;
  width: 40px;
  height: 40px;
  background-color: #AC0818;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.work-item .icon i {
  color: #fff;
  font-size: 14px;
}
.work-item:hover img {
  transform: scale(1.04);
}
.work-item:hover p {
  color: #AC0818;
}
.work-item:hover .icon {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.jzsj {
  margin-top: 60px;
}
.icon-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  cursor: pointer;
  transition: all 0.5s, borderColor 2s;
}
.icon-btn i {
  font-size: 12px;
  color: #999999;
}
.icon-btn .cir-svg {
  position: absolute;
  top: -1px;
  left: -1px;
  transform: scaleX(-1) rotate(225deg);
  transform-origin: center;
  width: 40px;
  height: 40px;
  stroke: #AC0818;
  z-index: 1;
}
.icon-btn .cir-svg circle {
  stroke-dasharray: 126,126;
  stroke-dashoffset: -126;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.icon-btn .arrow-jt {
  line-height: 1;
}
.icon-btn:hover {
  border-color: transparent;
}
.icon-btn:hover circle {
  animation: dash 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.work-swiper {
  position: relative;
  margin-top: 80px;
}
.work-swiper .swiper-slide {
  overflow: hidden;
}
.work-swiper .icon-btn {
  position: absolute;
  border-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.work-swiper .icon-btn i {
  color: #fff;
}
.work-swiper .next {
  right: 5.2%;
}
.work-swiper .prev {
  left: 5.2%;
}
.work-swiper .swiper-pagination {
  bottom: 5.8%;
}
.work-swiper .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 !important;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.work-swiper .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.work-swiper .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 52px !important;
}
.work-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.work-swiper .swiper-pagination-bullet-active::after {
  width: 500%;
  height: 500%;
}
.workInfo {
  margin: 100px auto 77px;
}
.workInfo .workInfo-l .name {
  color: #000000;
  margin-bottom: 50px;
}
.workInfo .workInfo-l .item {
  width: 50%;
  margin-bottom: 23px;
}
.workInfo .workInfo-l .item .name {
  color: #999999;
  margin-bottom: 10px;
}
.workInfo .workInfo-r {
  width: 43.4%;
}
.workInfo .workInfo-r h3 {
  color: #AC0818;
  font-weight: normal;
  margin-bottom: 23px;
}
.workInfo .workInfo-r .intro * {
  line-height: 2.2;
  font-size: inherit;
}
.relate {
  background-color: #fff;
  padding: 103px 0 97px;
}
.relate .icon-btn {
  display: inline-block;
}
.relate .icon-btn:hover {
  border-color: rgba(172, 8, 24, 0.3);
}
.relate .icon-btn:hover i {
  color: #AC0818;
}
.relate .prev {
  margin-right: 19px;
}
.relate-swiper {
  margin-top: 40px;
}
.relate-swiper p {
  height: 27px;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.relate-swiper .swiper-slide .img {
  overflow: hidden;
}
.relate-swiper .swiper-slide img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.relate-swiper .swiper-slide:hover img {
  transform: scale(1.04);
}
.relate-swiper .swiper-slide:hover p {
  color: #AC0818;
}
.scientific {
  margin: 100px auto;
}
.sciL {
  width: 41.3%;
  margin-right: 7%;
}
.sciL .intro {
  margin-top: 43px;
}
.sciL .intro * {
  line-height: 2.2;
}
.sciL .num-items {
  margin-top: 73px;
}
.sciL .num-t {
  font-family: 'GilroyB';
  color: #AC0818;
}
.sciL .num-t * {
  font-family: 'GilroyB';
  color: #AC0818;
}
.sciR {
  width: 51.7%;
}
.system {
  background-color: #FAFAFA;
  padding: 100px 0;
}
.system .com-tit {
  margin-bottom: 60px;
}
.system .img img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.reinnvo {
  padding: 100px 0 102px;
  background-color: #F4F4F4;
}
.reinnvo .plat-tab li:not(:last-of-type) {
  margin-right: 30px;
}
.reinnvo .plat-tab a {
  display: inline-block;
  width: 136px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #AC0818;
  border: 1px solid #AC0818;
  border-radius: 25px;
}
.reinnvo .plat-tab a.active {
  background-color: #AC0818;
  color: #fff;
}
.reinnvo-items {
  margin-bottom: 81px;
}
.reinnvo-item {
  position: relative;
  margin-top: 60px;
  background-color: #fff;
}
.reinnvo-item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #AC0818;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.reinnvo-item .img {
  width: 50%;
  overflow: hidden;
}
.reinnvo-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.reinnvo-item .txt {
  width: 50%;
  padding: 0 5.9%;
}
.reinnvo-item h3 {
  color: #1E1E1E;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.reinnvo-item .en {
  font-family: 'Gilroy';
  color: #999999;
  line-height: 1.1;
  text-transform: capitalize;
}
.reinnvo-item .des {
  margin-top: 56px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.reinnvo-item:hover::after {
  width: 50%;
}
.reinnvo-item:hover img {
  transform: scale(1.04);
}
.reinnvo-item:hover h3 {
  color: #AC0818;
}
.platform {
  padding: 100px 0 97px;
  background-color: #F4F4F4;
}
.platform .plat-tab li:not(:last-of-type) {
  margin-right: 30px;
}
.platform .plat-tab a {
  display: inline-block;
  width: 136px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #AC0818;
  border: 1px solid #AC0818;
  border-radius: 25px;
}
.platform .plat-tab a.active {
  background-color: #AC0818;
  color: #fff;
}
.plat-items {
  margin-top: 60px;
}
.plat-item {
  width: 18%;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 35px;
  margin-right: 2.5%;
}
.plat-item:nth-of-type(5n) {
  margin-right: 0;
}
.plat-item .img {
  position: relative;
  padding-bottom: 46.2%;
}
.plat-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.jobs {
  background-color: #F5F5F6;
  padding: 100px 0 103px;
}
.job-item {
  position: relative;
  background-color: #fff;
  margin-bottom: 60px;
  padding: 36px 2.3% 36px 4.2%;
  cursor: pointer;
}
.job-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #AC0818;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-item .job-l {
  width: 28.2%;
}
.job-item .job-l span {
  color: #999999;
}
.job-item .job-l .post {
  font-weight: 500;
  line-height: 1;
  color: #000000;
  margin-top: 20px;
}
.job-item .jobR {
  width: 71.8%;
}
.job-item .details {
  font-family: 'Gilroy';
  color: #999999;
  line-height: 1;
  margin-bottom: 18px;
}
.job-item .require {
  line-height: 1;
}
.job-item .intro {
  margin-top: 16px;
  height: 56px;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-item .intro * {
  color: #666666;
  line-height: 2;
}
.job-item .btn {
  position: relative;
  display: inline-block;
  width: 49px;
  color: #A0A0A0;
  margin-top: 36px;
  cursor: pointer;
}
.job-item .btn::after {
  content: '';
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 7px 6px;
  border-style: solid;
  border-color: #A0A0A0 transparent transparent transparent;
}
.job-item.cur::before {
  width: 100%;
}
.job-item.cur .intro {
  height: auto;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.job-item.cur .btn::after {
  transform: translateY(-90%) rotateX(180deg);
}
.feedBack {
  margin: 100px auto 98px;
}
.feedL {
  width: 18.8%;
}
.feedL .yj {
  line-height: 1.4;
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 50px;
}
.feedL .itName {
  color: #666666;
}
.feedL .email {
  color: #000000;
}
.feedR {
  width: 60.13%;
}
.feedR input {
  width: 32.1%;
  height: 50px;
  padding: 0 2.8%;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  margin-right: 1.85%;
  margin-bottom: 16px;
}
.feedR input:nth-of-type(3n) {
  margin-right: 0;
}
.feedR textarea {
  display: block;
  width: 100%;
  height: 172px;
  border: 1px solid #DDDDDD;
  padding: 23px 2.8%;
  margin-bottom: 30px;
  margin-top: 4px;
  resize: none;
}
.feedR input,
.feedR textarea {
  color: #999999;
  font-weight: 200;
}
.feedR input::placeholder,
.feedR textarea::placeholder {
  color: #999999;
  font-weight: 200;
}
.feedR input::-webkit-input-placeholder,
.feedR textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: 200;
}
.feedR input:-ms-input-placeholder,
.feedR textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: 200;
}
.feedR input:-moz-placeholder,
.feedR textarea:-moz-placeholder {
  color: #999999;
  font-weight: 200;
}
.feedR input::-moz-placeholder,
.feedR textarea::-moz-placeholder {
  color: #999999;
  font-weight: 200;
}
.feedR .form-2 {
  margin: 16px 0 20px;
}
.feedR .btn {
  position: relative;
  width: 32.9%;
  height: 65px;
  color: #fff;
  background-color: #1A1A1A;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.feedR .btn:hover {
  background-color: #AC0818;
}
.contactUs {
  margin: 100px auto 119px;
}
.contactL {
  width: 31.9%;
}
.contactL h4 {
  font-weight: 500;
  color: #000000;
}
.contactL .en {
  font-family: 'Gilroy';
  color: #999999;
}
.contactL .items {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 41px;
  border-bottom: 1px solid #E8E8E8;
}
.contactL .item {
  color: #666666;
}
.contactL .item i {
  color: #AC0818;
  margin-right: 17px;
}
.contactL .item1 {
  font-family: 'Gilroy';
  font-weight: 600;
  margin-bottom: 25px;
}
.contactL ul li {
  width: 50%;
  color: #474646;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}
.contactL ul li:nth-of-type(2n) {
  text-align: right;
}
.contactL ul span {
  font-family: 'Gilroy';
  font-weight: 600;
  color: #666666;
  margin-left: 10px;
}
#map {
  width: 48.5%;
  height: 606px;
}
#map img {
  max-width: none;
  width: auto;
  text-align: center;
}
#map .BMap_bubble_content .mapName h4 {
  font-size: 16px;
  color: #AC0818;
  font-weight: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subMenu .nav-num {
    background: transparent;
    color: rgba(221, 221, 221, 0.38);
  }
  .main2-swiper1 .swiper-slide .name {
    line-height: 1.8;
  }
}
