.section {
  --bulma-section-padding: 3rem 1.5rem;
  --bulma-section-padding-desktop: 3rem 3rem;
  --bulma-section-padding-medium: 9rem 4.5rem;
  --bulma-section-padding-large: 18rem 6rem;
  padding: var(--bulma-section-padding);
}

@media screen and (min-width: 1024px) {
  .section {
    padding: var(--bulma-section-padding-desktop);
  }
  .section.is-medium {
    padding: var(--bulma-section-padding-medium);
  }
  .section.is-large {
    padding: var(--bulma-section-padding-large);
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 2rem 1rem;
  }
}
.nybanner {
  width: 100%;
  height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .nybanner {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .nybanner .container {
    padding-left: 2rem;
    padding-top: 2rem;
  }
}
.nybanner .container .en {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .nybanner .container .en {
    font-size: 1rem;
  }
}
.nybanner .container h2 {
  color: #fff;
  font-size: 2rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .nybanner .container h2 {
    font-size: 1.25rem;
  }
}

.content-container {
  background-color: #f2f8fa;
}
.content-container .pagination .pagination-link.is-current,
.content-container .pagination .pagination-link.is-selected {
  background-color: #aa080b;
  border-color: #aa080b;
}
.content-container .product .container {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .content-container .product .container {
    flex-direction: column;
  }
}
.content-container .product .container .left-nav {
  flex-shrink: 0;
  min-width: 240px;
  background-color: #fff;
}
.content-container .product .container .left-nav ul {
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .content-container .product .container .left-nav ul {
    flex-direction: row;
  }
}
.content-container .product .container .left-nav ul li {
  display: flex;
  line-height: 3;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
  background-color: #fff;
  transition: all 0.3s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.content-container .product .container .left-nav ul li:hover {
  background-color: #aa080b;
}
.content-container .product .container .left-nav ul li:hover a {
  color: #fff;
}
.content-container .product .container .left-nav ul li:hover::after {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .content-container .product .container .left-nav ul li {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 2.5;
  }
}
.content-container .product .container .left-nav ul li:nth-child(1) {
  animation-delay: 0.05s;
}
.content-container .product .container .left-nav ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.content-container .product .container .left-nav ul li:nth-child(3) {
  animation-delay: 0.15s;
}
.content-container .product .container .left-nav ul li:nth-child(4) {
  animation-delay: 0.2s;
}
.content-container .product .container .left-nav ul li:nth-child(5) {
  animation-delay: 0.25s;
}
.content-container .product .container .left-nav ul li:nth-child(6) {
  animation-delay: 0.3s;
}
.content-container .product .container .left-nav ul li:nth-child(7) {
  animation-delay: 0.35s;
}
.content-container .product .container .left-nav ul li:nth-child(8) {
  animation-delay: 0.4s;
}
.content-container .product .container .left-nav ul li:nth-child(9) {
  animation-delay: 0.45s;
}
.content-container .product .container .left-nav ul li:nth-child(10) {
  animation-delay: 0.5s;
}
.content-container .product .container .left-nav ul li:nth-child(11) {
  animation-delay: 0.55s;
}
.content-container .product .container .left-nav ul li:nth-child(12) {
  animation-delay: 0.6s;
}
.content-container .product .container .left-nav ul li::after {
  content: "+";
  margin-left: auto;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .content-container .product .container .left-nav ul li::after {
    width: 0;
  }
}
.content-container .product .container .left-nav ul li a {
  color: #333333;
  font-size: 1rem;
  margin-left: 0.5em;
  white-space: nowrap;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .content-container .product .container .left-nav ul li a {
    font-size: 14px;
    margin-left: 0;
  }
}
.content-container .product .container .left-nav ul li.active {
  background-color: #aa080b;
}
.content-container .product .container .left-nav ul li.active::after {
  color: #fff;
}
.content-container .product .container .left-nav ul li.active a {
  color: #fff;
}
.content-container .product .container .pro-list {
  flex: 1;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .content-container .product .container .pro-list {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
}
.content-container .product .container .pro-list .fixed-grid .grid .cell {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.content-container .product .container .pro-list .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.content-container .product .container .pro-list .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.content-container .product .container .pro-list .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.content-container .product .container .pro-list .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.content-container .product .container .pro-list .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.content-container .product .container .pro-list .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}
.content-container .product .container .pro-list .fixed-grid .grid .cell .tit {
  color: #333;
  display: block;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .content-container .product .container .pro-list .fixed-grid .grid .cell .tit {
    font-size: 14px;
  }
}
.content-container .product .container .pro-list .fixed-grid .grid .cell .view {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .content-container .product .container .pro-list .fixed-grid .grid .cell .view {
    font-size: 14px;
  }
}
.content-container .product .container .pro-list .fixed-grid .grid .cell .more {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  font-size: 30px;
  display: block;
  width: 53px;
  height: 53px;
  background-color: #aa080b;
  z-index: 1;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
}
.content-container .about {
  height: 90vh;
  background: url(../images/hall.png) no-repeat left bottom;
}
.content-container .about .container {
  padding-left: 40%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .content-container .about .container {
    padding: 0;
  }
}
.content-container .about .container .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content-container .about .container .index-title {
    padding: 0 1rem;
  }
}
.content-container .about .container .index-title .texts .en {
  color: #e4e4e4;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .content-container .about .container .index-title .texts .en {
    font-size: 2rem;
  }
}
.content-container .about .container .index-title .texts h3 {
  color: #333;
  font-size: 2rem;
  line-height: 1;
  margin-top: -0.5em;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .content-container .about .container .index-title .texts h3 {
    font-size: 1.5rem;
  }
}
.content-container .about .container .desc {
  margin-top: 1rem;
  color: #666666;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .content-container .about .container .desc {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
}
.content-container .about .container .button {
  margin-top: 1rem;
  background-color: #aa080b;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.content-container .about .container ul {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.content-container .about .container ul .num {
  color: #aa080b;
  vertical-align: top;
}
.content-container .about .container ul .num .counter {
  vertical-align: top;
  font-size: 3rem;
  margin-right: 0.5rem;
}
.content-container .honor {
  background: url(../images/bg3.jpg) no-repeat left bottom;
}
.content-container .honor .container .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content-container .honor .container .index-title {
    padding: 0 1rem;
  }
}
.content-container .honor .container .index-title .texts .en {
  color: #e4e4e4;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .content-container .honor .container .index-title .texts .en {
    font-size: 2rem;
  }
}
.content-container .honor .container .index-title .texts h3 {
  color: #333;
  font-size: 2rem;
  line-height: 1;
  margin-top: -0.5em;
}
@media screen and (max-width: 768px) {
  .content-container .honor .container .index-title .texts h3 {
    font-size: 1.5rem;
  }
}
.content-container .honor .container .mySwiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.content-container .honor .container .mySwiper .swiper-wrapper .swiper-slide:hover .image img {
  transform: scale(1.1);
}
.content-container .honor .container .mySwiper .swiper-wrapper .swiper-slide:hover .tit {
  color: #aa080b;
}
.content-container .honor .container .mySwiper .swiper-wrapper .swiper-slide .image {
  overflow: hidden;
}
.content-container .honor .container .mySwiper .swiper-wrapper .swiper-slide .image img {
  transition: all 0.3s linear;
}
.content-container .honor .container .mySwiper .swiper-wrapper .swiper-slide .tit {
  color: #333;
  line-height: 2;
  transition: all 0.3s linear;
}
.content-container .contact .content-panel .title {
  font-size: 1.75rem;
  font-weight: normal;
  text-align: center;
}
.content-container .contact .content-panel .contacts {
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .content-container .contact .content-panel .contacts {
    flex-direction: column;
  }
}
.content-container .contact .content-panel .contacts .info {
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
}
.content-container .contact .content-panel .contacts .info .text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content-container .contact .content-panel .contacts .info .text h2 {
  color: #333;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .content-container .contact .content-panel .contacts .info .text h2 {
    font-size: 1.5rem;
  }
}
.content-container .contact .content-panel .contacts .info .text p {
  font-size: 12px;
  margin-top: 1em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .content-container .contact .content-panel .contacts .info .text p {
    font-size: 10px;
  }
}
.content-container .contact .content-panel .contacts .info .items .item {
  gap: 1rem;
  display: flex;
  align-items: center;
}
.content-container .contact .content-panel .contacts .info .items .item .iconfont {
  color: #bfbfbf;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .content-container .contact .content-panel .contacts .info .items .item .iconfont {
    font-size: 1.5rem;
  }
}
.content-container .contact .content-panel .contacts .info .items .item span {
  color: #333333;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .content-container .contact .content-panel .contacts .info .items .item span {
    font-size: 1rem;
  }
}
.content-container .contact .content-panel .forms {
  margin-top: 1rem;
  text-align: center;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .content-container .contact .content-panel .forms {
    padding: 1rem;
  }
}
.content-container .contact .content-panel .forms .content form {
  text-align: center;
}
.content-container .contact .content-panel .forms .content form .inputs {
  display: flex;
  gap: 1rem;
}
.content-container .contact .content-panel .forms .content form textarea {
  margin-top: 1rem;
}
.content-container .contact .content-panel .forms .content form .button {
  color: #fff;
  margin-top: 1rem;
  background-image: linear-gradient(to right, #aa080b, #aa080b);
}
.content-container .news .news-list .fixed-grid .grid {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .content-container .news .news-list .fixed-grid .grid {
    gap: 0.5rem;
  }
}
.content-container .news .news-list .fixed-grid .grid .cell {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ebf1f5;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.content-container .news .news-list .fixed-grid .grid .cell:hover .info .tit {
  color: #aa080b;
  font-weight: bold;
}
.content-container .news .news-list .fixed-grid .grid .cell:hover .image img {
  transform: scale(1.1);
}
.content-container .news .news-list .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.content-container .news .news-list .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.content-container .news .news-list .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.content-container .news .news-list .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.content-container .news .news-list .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.content-container .news .news-list .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}
@media screen and (max-width: 768px) {
  .content-container .news .news-list .fixed-grid .grid .cell {
    padding: 1rem;
    flex-direction: row;
  }
}
.content-container .news .news-list .fixed-grid .grid .cell .info {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}
.content-container .news .news-list .fixed-grid .grid .cell .info .date {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .content-container .news .news-list .fixed-grid .grid .cell .info .date {
    font-size: 1rem;
  }
}
.content-container .news .news-list .fixed-grid .grid .cell .info .tit {
  color: #333;
}
.content-container .news .news-list .fixed-grid .grid .cell .info .button {
  background-color: #aa080b;
}
@media screen and (max-width: 768px) {
  .content-container .news .news-list .fixed-grid .grid .cell .info .button {
    font-size: 12px;
  }
}
.content-container .news .news-list .fixed-grid .grid .cell .image {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content-container .news .news-list .fixed-grid .grid .cell .image {
    aspect-ratio: 1/1;
    width: 96px;
  }
}
.content-container .news .news-list .fixed-grid .grid .cell .image img {
  transition: all 0.3s linear;
}
.content-container .case .items {
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .content-container .case .items {
    gap: 1rem;
  }
}
.content-container .case .items .item {
  display: flex;
  align-items: center;
  background-color: #f1f5f7;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.content-container .case .items .item:hover {
  background-color: #aa080b;
  transition: all 0.3s linear;
}
.content-container .case .items .item:hover .image img {
  transform: scale(1.1);
}
.content-container .case .items .item:hover .info .tit {
  color: #fff;
}
.content-container .case .items .item:hover .info .desc {
  color: #fff;
}
.content-container .case .items .item .image {
  height: 192px;
  overflow: hidden;
  flex-shrink: 0;
}
.content-container .case .items .item .image img {
  object-fit: cover;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .content-container .case .items .item .image {
    height: 96px;
    margin-right: 0.5rem;
  }
}
.content-container .case .items .item .info {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .content-container .case .items .item .info {
    padding: 0;
  }
}
.content-container .case .items .item .info .tit {
  color: #333333;
  font-size: 1.25rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .content-container .case .items .item .info .tit {
    font-size: 1rem;
  }
}
.content-container .case .items .item .info .desc {
  color: #666;
  margin-top: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  transition: all 0.3s linear;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .content-container .case .items .item .info .desc {
    font-size: 14px;
  }
}
.content-container .pro-detail-container {
  border-radius: 5px;
  padding: 40px 0;
  background-color: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.content-container .pro-detail-container .top-info h2 {
  text-align: center;
  color: #aa080b;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail-container .top-info h2 {
    font-size: 1.5rem;
  }
}
.content-container .pro-detail-container .top-info .info {
  padding: 0 60px;
  display: flex;
  gap: 2rem;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail-container .top-info .info {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    padding: 0 1rem;
  }
}
.content-container .pro-detail-container .top-info .info .pic {
  width: 532px;
  height: 348px;
  flex-shrink: 0;
  border-radius: 1rem;
  border: 3px solid #aa080b;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail-container .top-info .info .pic {
    width: 100%;
    height: auto;
  }
}
.content-container .pro-detail-container .top-info .info .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 13px;
}
.content-container .pro-detail-container .top-info .info .spec p {
  color: #666666;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail-container .top-info .info .spec p {
    font-size: 1rem;
  }
}
.content-container .pro-detail-container .top-info .info .spec p span {
  color: #333333;
}
.content-container .pro-detail-container .bottom .bottom-title {
  background-color: #e2e2e2;
  padding: 17px 60px 0;
  display: flex;
  margin: 40px 0;
  border-bottom: 5px solid #aa080b;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail-container .bottom .bottom-title {
    margin: 1rem 0;
    padding: 0.5rem 1rem 0;
  }
}
.content-container .pro-detail-container .bottom .bottom-title h3 {
  background-color: #aa080b;
  color: #fff;
  font-size: 24px;
  padding: 0.5em 1em;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail-container .bottom .bottom-title h3 {
    font-size: 1rem;
  }
}
.content-container .pro-detail-container .bottom .bottom-info {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail-container .bottom .bottom-info {
    padding: 0 1rem;
  }
}
.content-container .page .content-panel .content-detail-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.content-container .page .content-panel .date {
  text-align: center;
  margin-bottom: 1rem;
}

.service .service1 .container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .service .service1 .container {
    gap: 1rem;
    flex-direction: column;
  }
}
.service .service1 .container .subtitle {
  font-size: 1.5rem;
  text-transform: uppercase;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service1 .container .title {
  animation-delay: 0.15s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service1 .container .desc {
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service2 {
  overflow: hidden;
  background-color: #f3f0f0;
}
.service .service2 .se-title .subtitle {
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service2 .se-title .title {
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service2 .fixed-grid {
  margin-top: 4rem;
}
.service .service2 .fixed-grid .grid .cell {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 4rem 2rem;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service2 .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.service .service2 .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.service .service2 .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.service .service2 .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.service .service2 .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.service .service2 .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}
@media screen and (max-width: 768px) {
  .service .service2 .fixed-grid .grid .cell {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .service .service2 .fixed-grid .grid .cell:nth-child(5) {
    display: none;
  }
}
.service .service2 .fixed-grid .grid .cell .num {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 64px;
  top: -32px;
  background-color: #aa080b;
}
.service .service2 .fixed-grid .grid .cell h3 {
  color: #333;
  font-size: 1.5rem;
}
.service .service2 .fixed-grid .grid .cell p {
  margin-top: 1rem;
}
.service .service4 {
  background-color: #f3f0f0;
}
.service .service4 .container .se-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service .service4 .container .se-title {
    flex-direction: column;
    gap: 1rem;
  }
}
.service .service4 .container .se-title .subtitle {
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service4 .container .se-title .title {
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service4 .container .se-title img {
  margin-left: auto;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.service .service4 .container .fixed-grid .grid .cell {
  text-align: center;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service4 .container .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.service .service4 .container .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.service .service4 .container .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.service .service4 .container .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.service .service4 .container .fixed-grid .grid .cell h3 {
  color: #333333;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.service .service5 {
  overflow: hidden;
}
.service .service5 .se-title .subtitle {
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service5 .se-title .title {
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service5 ul li {
  position: relative;
  display: flex;
}
.service .service5 ul li .information {
  width: 75%;
  display: flex;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 768px) {
  .service .service5 ul li .information {
    width: 100%;
    flex-direction: column;
  }
}
.service .service5 ul li .information .num {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 50%;
  background-color: #aa080b;
}
.service .service5 ul li .information .info {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .service .service5 ul li .information .info {
    margin-left: 0;
  }
}
.service .service5 ul li .information .info h3 {
  color: #333333;
  font-size: 2rem;
  line-height: 4rem;
}
.service .service5 ul li .information .info p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service .service5 ul li .information .info p {
    line-height: 1.5;
    font-size: 14px;
  }
}
.service .service5 ul li .information img {
  margin-left: auto;
}
.service .service5 ul li .pride {
  top: 0;
  z-index: -1;
  position: absolute;
  width: auto;
  flex-shrink: 0;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.service .service5 ul li .pride img {
  width: auto;
}
.service .service5 ul li:nth-child(1) .pride {
  right: -12%;
}
.service .service5 ul li:nth-child(2) {
  justify-content: flex-end;
}
.service .service5 ul li:nth-child(2) .information {
  animation-name: fadeInRight;
}
.service .service5 ul li:nth-child(2) .pride {
  left: -12%;
  animation-name: fadeInLeft;
}
.service .service5 ul li:nth-child(3) .pride {
  right: -12%;
}
.service .service6 {
  background-color: #f3f0f0;
}
.service .service6 .container .content .button {
  background-color: #aa080b;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service6 .container .content p {
  margin-top: 1rem;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service7 .se-title .subtitle {
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service7 .se-title .title {
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.service .service7 .content p {
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}/*# sourceMappingURL=list.css.map */