@charset "UTF-8";
.section__header h2 span {
  display: block;
  color: #c30d23;
  font-size: 60px;
  text-transform: uppercase;
}
.section__header h2 p {
  color: #333;
  font-size: 45px;
  font-weight: 100;
}
.section__header .section__header-element {
  border: 1px #c30d23 solid;
  border-radius: 50px;
  padding: 5px 20px;
}
.section__header .section__header-element a {
  font-size: 16px;
  color: #c30d23;
}
.section__header .section__header-element a span:hover::before {
  background: #0a75c9;
}
.section__header .section__header-element a::after {
  color: #c30d23;
}
.section__header .section__header-element:hover {
  background: #c30d23;
  color: #fff;
}
.section__header .section__header-element:hover a span {
  color: #fff;
}
.section__header .section__header-element:hover a span::before {
  background: #fff;
}
.section__header .section__header-element:hover a::after {
  color: #fff;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-dropdown {
  margin-top: 40px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
  display: none;
}

.swiper-slider .swiper-slide-caption h1,
.swiper-slider .swiper-slide-caption h4 {
  color: #fff;
}
.swiper-slider .swiper-slide-caption h1::before {
  background-color: #c30d23;
  width: 100px;
  height: 4px;
  content: "";
  display: block;
  margin: 0 0 40px;
}
.swiper-slider .swiper-slide-caption .object-decorated {
  display: block;
}
.swiper-slider .swiper-slide-caption .object-decorated a {
  margin-top: 48px;
  display: inline-block;
  color: #fff;
  border: 1px #fff solid;
  padding: 10px 40px;
  border-radius: 40px;
}

.section-since {
  background: url(../images/index/about-bg.jpg) top center no-repeat;
  background-size: cover;
}
.section-since .box-custom .object-decorated_inline {
  display: block;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}
.section-since .box-custom h2 span:nth-of-type(2) {
  color: #fff;
}
.section-since .box-custom .text1 {
  font-size: 22px;
  color: #fff;
}
.section-since .box-custom .text2 {
  color: #fff;
  border-bottom: 1px #fff solid;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.section-since .box-custom .text3 {
  font-size: 18px;
  color: #fff;
}
.section-since .box-custom .text4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 40px;
}
.section-since .box-custom .text4 .text4-list h2 {
  color: #fff;
  font-size: 18px;
}
.section-since .box-custom .text4 .text4-list h2 span {
  font-size: 45px;
}
.section-since .box-custom .text4 .text4-list p {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
}

.section-service {
  background: url(../images/index/service-bg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
.section-service::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 60%;
  background: #0a75c9;
  border-radius: 0.92rem 0rem 0rem 0rem;
  z-index: 0;
}
.section-service::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 533px;
  height: 89px;
  background: url(../images/index/service-line.png) bottom right no-repeat;
  z-index: 1;
}
.section-service .section__header {
  display: block;
}
.section-service .section__header h2 {
  color: #fff;
  font-size: 60px;
}
.section-service .section__header h4 {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
}
.section-service .section__header::after {
  display: none;
}
.section-service .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}
.section-service .service-list a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px transparent solid;
  padding: 5px 20px 5px 10px;
}
.section-service .service-list a span {
  display: flex;
  align-items: center;
}
.section-service .service-list a span::before {
  background-color: #fff;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.section-service .service-list a i {
  font-style: normal;
  opacity: 0;
}
.section-service .service-list a:hover, .section-service .service-list a.active {
  border: 1px #fff solid;
}
.section-service .service-list a:hover i, .section-service .service-list a.active i {
  opacity: 1;
}
.section-service .service-more {
  margin-top: 60px;
}
.section-service .service-more a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0a75c9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-service .service-more a i {
  display: block;
  font-style: normal;
  font-size: 30px;
  line-height: normal;
  font-weight: 100;
}
.section-service .service-more:hover a i {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.section-service .swiper-service {
  margin-left: 130px;
  margin-top: 40px;
}
.section-service .swiper-service .swiper-wrapper {
  padding-bottom: 80px;
}
.section-service .swiper-service .swiper-wrapper .service-item h4 {
  font-size: 30px;
  color: #fff;
}
.section-service .swiper-service .swiper-wrapper .service-item p {
  font-size: 16px;
  color: #fff;
}
.section-service .swiper-service .swiper-pagination {
  left: 0;
}
.section-service .swiper-service .swiper-button-next,
.section-service .swiper-service .swiper-button-prev {
  color: #fff;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: 2px #fff solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  top: 90%;
}
.section-service .swiper-service .swiper-button-next i,
.section-service .swiper-service .swiper-button-prev i {
  font-style: normal;
  font-size: 22px;
}
.section-service .swiper-service .swiper-button-next:hover,
.section-service .swiper-service .swiper-button-prev:hover {
  background: #fff;
  color: #0a75c9;
}
.section-service .swiper-service .swiper-button-prev {
  left: 0;
}
.section-service .swiper-service .swiper-button-next {
  right: auto;
  left: 80px;
}

@media (max-width: 1200px) {
  .rd-navbar-fixed .rd-navbar-panel {
    justify-content: space-between;
  }
  .rd-navbar-fixed .rd-navbar-brand {
    left: 15px;
  }
  .rd-navbar-fixed .rd-navbar-toggle {
    position: absolute;
    right: 0;
  }
  .object-decorated_inline {
    margin-left: 0;
  }
  .section-service .col-xl-8 {
    margin-top: 60px;
    background: #0a75c9;
    border-radius: 0.92rem 0rem 0rem 0rem;
  }
  .section-service .col-xl-8 .swiper-service {
    margin-left: 0;
    margin: 40px auto;
    width: 94%;
  }
  .section-service::before {
    display: none;
  }
  .section-service::after {
    display: none;
  }
}
.swiper-case {
  background: url(../images/index/case-line.png) right bottom no-repeat;
  padding-bottom: 140px;
}
.swiper-case .imgBox {
  position: relative;
  overflow: hidden;
}
.swiper-case .imgBox::before {
  content: "";
  background: rgba(233, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
}
.swiper-case .imgBox::after {
  content: "+";
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 0.02rem solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: 0.6s;
  padding-bottom: 0.08rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #e90000;
  padding-bottom: 0.07rem;
  font-weight: 300;
}
.swiper-case .imgBox img {
  width: 100%;
  transition: 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-case .con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 0.25rem;
  transform: translateY(10%);
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-case .con h5 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.swiper-case .con .more {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.swiper-case .con .more span {
  color: #c30d23;
  font-size: 14px;
  margin-right: 0.05rem;
}
.swiper-case .swiper-slide-active .con {
  opacity: 1;
  transform: translateY(0%);
}
.swiper-case .swiper-slide:hover .imgBox::before,
.swiper-case .swiper-slide:hover .imgBox::after {
  opacity: 1;
}
.swiper-case .swjt {
  width: 50px;
  height: 50px;
  border: 2px solid #e90000;
  border-radius: 50%;
  top: 87%;
  right: 100px;
  left: auto;
  transition: 0.5s;
}
.swiper-case .swjt i {
  color: #e90000;
  display: block;
  line-height: 44px;
  font-style: normal;
  text-align: center;
}
.swiper-case .swjt:hover {
  background: #e90000;
}
.swiper-case .swjt:hover i {
  color: #fff;
}
.swiper-case .swiper-button-prev {
  right: 180px;
}

.section-aptitude {
  background: url(../images/index/honor-bg.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
.section-aptitude .section__header h2 span {
  color: #fff;
}
.section-aptitude .section__header h2 p {
  color: #fff;
}
.section-aptitude .section__header h2 a {
  display: block;
  margin-top: 70px;
}
.section-aptitude .section__header h2 a i {
  font-style: normal;
  font-size: 28px;
  display: block;
  background: #fff;
  color: #c30d23;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-weight: 100;
}
.section-aptitude .section__header h2 a:hover i {
  transform: rotate(360deg);
  transition: all 0.3s ease;
}
.section-aptitude .swiper-honor {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.section-aptitude .honor-btn {
  position: relative;
}
.section-aptitude .honor-btn .swiper-button-next,
.section-aptitude .honor-btn .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px #fff solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.section-aptitude .honor-btn .swiper-button-next i,
.section-aptitude .honor-btn .swiper-button-prev i {
  color: #fff;
  font-style: normal;
}
.section-aptitude .honor-btn .swiper-button-next:hover,
.section-aptitude .honor-btn .swiper-button-prev:hover {
  border-color: #c30d23;
  background: #c30d23;
  color: #c30d23;
}
.section-aptitude .honor-btn .swiper-button-next:hover i,
.section-aptitude .honor-btn .swiper-button-prev:hover i {
  color: #fff;
}
.section-aptitude .honor-btn .swiper-button-next {
  right: 0;
}
.section-aptitude .honor-btn .swiper-button-prev {
  left: 0;
}
.section-aptitude .aptitude-culture {
  margin-top: 60px;
}
.section-aptitude .aptitude-culture .aptitude-culture__title {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.section-aptitude .aptitude-culture .aptitude-culture__text {
  background: #c30d23 url(../images/index/corporate-culture.png) center top no-repeat;
  padding: 30px 40px 0;
}
.section-aptitude .aptitude-culture .aptitude-culture__text .icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px rgba(255, 255, 255, 0.4549019608) solid;
}
.section-aptitude .aptitude-culture .aptitude-culture__text .icon-box .icon-box-text {
  margin-left: 20px;
}
.section-aptitude .aptitude-culture .aptitude-culture__text .icon-box .icon-box-text h4 {
  color: #fff;
  font-size: 20px;
}
.section-aptitude .aptitude-culture .aptitude-culture__text .icon-box .icon-box-text p {
  color: #fff;
  font-size: 16px;
}

.section-news {
  background: url(../images/index/news-bg.jpg) top center no-repeat;
  background-size: cover;
}
.section-news .section__header .section__header-element a::after {
  display: none;
}
.section-news .section__header .section__header-element:nth-of-type(2) {
  border: 1px #ccc solid;
}
.section-news .section__header .section__header-element:nth-of-type(2) a {
  color: #666;
}
.section-news .swiper-news .news-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
}
.section-news .swiper-news .news-item p:nth-of-type(1) {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
.section-news .swiper-news .news-item p:nth-of-type(2) {
  margin-top: 40px;
  font-size: 15px;
  color: #999999;
  margin-bottom: 20px;
}
.section-news .swiper-news .news-item p:nth-of-type(2) i {
  font-style: normal;
}
.section-news .button {
  background: transparent;
  border: 1px #c30d23 solid;
  border-radius: 50px;
  color: #c30d23;
}
.section-news .button::before {
  background: #c30d23;
}
.section-news .button:hover {
  color: #fff;
}

.foot_menu li a {
  opacity: 0.3;
}
.foot_menu li a:hover {
  opacity: 1;
  color: #c30d23 !important;
}

.foot_contact li ul li {
  margin-bottom: 14px;
}
.foot_contact li ul li dl dt {
  color: rgba(255, 255, 255, 0.3) !important;
}
.foot_contact li ul li dl dd {
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer-corporate .heading-bordered {
  padding-left: 0 !important;
}
.footer-corporate .heading-bordered::before {
  display: none;
}

.rd-navbar-main-item i {
  font-style: normal;
  color: #fff;
  font-size: 20px;
}

.rd-navbar--is-stuck .rd-navbar-main-item i {
  font-style: normal;
  color: #fff;
  font-size: 20px;
}

.nyNav {
  padding-top: 80px;
}
.nyNav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nyNav ul li {
  margin: 10px;
}
.nyNav ul li a {
  display: block;
  padding: 15px 60px;
  color: #595757;
  font-size: 16px;
  background: #efefed;
}
.nyNav ul li:hover a {
  background: #cf000e;
  border-color: #cf000e;
  color: #fff;
}
.nyNav ul li.active a {
  background: #cf000e;
  border-color: #cf000e;
  color: #fff;
}

.card-creative__header {
  height: 250px;
  overflow: hidden;
}
.card-creative__header img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.card-creative {
  padding: 30px 30px 30px;
}
.card-creative:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.card-creative:hover .card-creative__header img {
  transform: scale(1.1);
}

.pagination {
  list-style: none;
  margin: 60px auto 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.pagination li {
  display: inline-block !important;
  border: solid 1px #ebebeb;
  border-radius: 4px;
}
.pagination li a {
  color: #333;
  padding: 8px 12px;
  line-height: 18px;
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.pagination li a:hover {
  color: #fff;
}

.pagination .pagination .pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
  background: #c30d23;
  cursor: not-allowed;
  pointer-events: none;
  color: #ebebeb;
}

.pagination .active {
  pointer-events: none;
}

.pagination .active,
.pagination a:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  background: #c30d23;
  color: #fff;
}

.google-map-container {
  height: 500px;
}

/* 弹出搜索 begin */
.searchBar-m {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  text-align: center;
}

.searchBar-m .mask {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.searchBar-m .mask-ico i {
  font-size: 20px;
}

.searchBar-m a {
  display: block;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 60px;
  height: 60px;
  line-height: 56px;
  font-size: 48px;
  z-index: 9999;
  color: #fff;
}

.searchBar-m a:hover {
  color: #ff9600;
}

.searchBar-m .form-group {
  width: 70%;
  max-width: 720px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -200%);
}

.searchBar-m .input {
  width: 88%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #f2f2f2;
  color: #6e6e6e;
  height: 60px;
  line-height: 60px;
  float: left;
  padding: 0;
}

.searchBar-m .button {
  margin-top: 0;
  width: 8%;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #f2f2f2;
  display: block;
  float: left;
  background: url(../images/index/ico-search-button.png) no-repeat center 50%;
  text-indent: -2000px;
}

.searchBar-m .button:hover {
  background: url(../images/index/ico-search-button.png) no-repeat center 50%;
}

/* 弹出搜索 end */
.section-culturn .aptitude-culture .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px;
  border-bottom: 1px rgba(255, 255, 255, 0.4549019608) solid;
  background: #c30d23;
  height: 100%;
}
.section-culturn .aptitude-culture .icon-box img {
  height: 60px;
}
.section-culturn .aptitude-culture .icon-box .icon-box-text {
  margin-left: 20px;
  margin-top: 40px;
  text-align: center;
}
.section-culturn .aptitude-culture .icon-box .icon-box-text h4 {
  color: #fff;
  margin-bottom: 20px;
}
.section-culturn .aptitude-culture .icon-box .icon-box-text p {
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  display: none;
}

@media screen and (max-width: 1200px) {
  html.rd-navbar-fixed-linked .page {
    padding-top: 0;
  }
  .rd-navbar-fixed .rd-navbar-submenu-toggle {
    display: block;
  }
  .rd-navbar-fixed .rd-navbar-panel {
    background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-bottom: none;
  }
  .rd-navbar-toggle span:after,
  .rd-navbar-toggle span:before,
  .rd-navbar-toggle span {
    background-color: #fff;
  }
  .section__header .section__header-element {
    display: inline-block;
  }
  .swiper-slider img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detail-prenext {
    display: block !important;
  }
  .footer-logo {
    display: block;
    text-align: center;
  }
  .section-service {
    padding-bottom: 0;
  }
  .section-service .service-list {
    gap: 10px;
  }
  .section-service .service-more {
    margin-top: 20px;
  }
  .section-service .service-more a {
    height: 45px;
    width: 45px;
  }
  .section-service .service-more a i {
    font-size: 20px;
  }
  .rd-navbar-fixed .searchBar {
    display: none;
  }
  .breadcrumbs-custom {
    padding: 140px 0 70px;
  }
  .nyNav {
    padding-top: 20px;
  }
  .nyNav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .nyNav ul li {
    margin: 0;
    text-align: center;
  }
  .nyNav ul li a {
    padding: 15px 0;
  }
  .section-culturn .aptitude-culture .icon-box {
    margin-bottom: 30px;
    flex-direction: row;
  }
  .section-culturn .aptitude-culture .icon-box .icon-box-text {
    margin-top: 0;
    text-align: left;
  }
  .section-culturn .aptitude-culture .icon-box .icon-box-text h4 {
    margin-bottom: 10px;
  }
  .section-service .section__header h2,
  .section__header h2,
  .section__header h2 span {
    font-size: 40px;
    padding-right: 0;
  }
  .section-service .section__header h4,
  .section__header h2 p {
    font-size: 24px;
  }
  .section-since .box-custom .text4 .text4-list h2 span {
    font-size: 32px;
  }
  .section-since .box-custom .text4 .text4-list p {
    font-size: 14px;
  }
  .section-culturn .aptitude-culture .icon-box img {
    height: 45px;
  }
  .footer-corporate .heading-bordered {
    font-size: 18px;
  }
  .foot_menu li a {
    font-size: 14px;
  }
  .list-xxs > li + li {
    margin-top: 5px;
  }
  .row-20 > * {
    margin-bottom: 5px;
  }
  .bg-black .rights {
    font-size: 12px;
  }
  .page .list-inline-xxs a {
    font-size: 12px;
  }
}/*# sourceMappingURL=master.css.map */