@keyframes headerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headerFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clamp-1 {
  -webkit-line-clamp: 1;
}
.clamp-2 {
  -webkit-line-clamp: 2;
}
.clamp-3 {
  -webkit-line-clamp: 3;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}
.full-wrap {
  width: 100%;
}
.main-wrap {
  width: 13.66rem;
  margin: 0 auto;
}
.mg-center {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.header.style1 .menu .link {
  color: #FFFFFF;
}
.header.style1 .menu .link.active {
  color: #FFFFFF;
  font-weight: bold;
}
.header.style1 .menu .link:hover {
  color: #E72A3A;
}
.header.style2 {
  background-color: #FFFFFF;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
}
.header.style2 .menu .link {
  color: #666666;
}
.header.style2 .menu .link.active {
  color: #E72A3A;
  font-weight: bold;
}
.header.style2 .menu .link:hover {
  color: #E72A3A;
}
.header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation-name: headerFadeInDown;
  animation-duration: 0.8s;
  transition: all 0.35s;
  box-sizing: border-box;
}
.header .main {
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  font-size: 0;
}
.header .logo .link {
  display: block;
  width: 1.54rem;
  height: 0.51rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .menu .menu-group {
  display: flex;
  font-size: 0;
}
.header .menu .menu-btn,
.header .menu .menu-mask {
  display: none;
}
.header .menu .item {
  margin-left: 0.5rem;
}
.header .menu .link {
  font-size: 0.18rem;
  transition: color 0.35s;
}
.footer {
  width: 100%;
  background-color: #343434;
}
.footer .main {
  padding: 0.3rem 0;
}
.footer .main .row:first-child {
  margin-top: 0;
}
.footer .main .row {
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.2rem;
  margin-top: 0.2rem;
}
.footer .main .tel {
  display: inline-block;
  width: 3.55rem;
  border: 0.02rem solid #DDDDDD;
  border-radius: 0.3rem;
  padding: 0.2rem;
  font-size: 0.24rem;
}
.footer .icp {
  color: #999999;
}
.footer .icp a {
  margin-right: 0.1rem;
  transition: color 0.35s;
}
.footer .icp a:last-child {
  margin-right: 0;
}
.footer .icp a:hover {
  color: #FFFFFF;
}
.footer .icp img {
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  top: 0.04rem;
  margin-right: 0.02rem;
}
.footer .logo-bottom {
  height: 0.4rem;
}
.banner-text {
  color: #FFFFFF;
  text-align: center;
}
.banner-text p:nth-child(1) {
  font-size: 0.38rem;
  margin-bottom: 0.25rem;
  line-height: 0.38rem;
}
.banner-text p:nth-child(2) {
  font-size: 0.3rem;
  line-height: 0.3rem;
}
.banner-text .cname {
  color: #E30020;
}
.section .section-title {
  text-align: center;
  font-size: 0;
}
.section .section-title.style-1 .title {
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .section-title.style-1 .title .rtext {
  color: #E50020;
}
.section .section-title.style-1 .title::before,
.section .section-title.style-1 .title::after {
  content: '';
  display: inline-block;
  width: 0.58rem;
  height: 0.03rem;
  background: #D4D4D4;
  margin: 0 0.15rem;
}
.section.main-banner {
  width: 100%;
}
.section.main-banner .swiper-slide {
  display: flex;
}
.section.main-banner .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.02rem;
  background: #F8F8F8;
  border-radius: 0;
  opacity: 1;
}
.section.main-banner .swiper-pagination-bullet-active {
  background: #E50020;
}
.section.main-banner .swiper-pagination {
  bottom: 0.4rem;
  font-size: 0;
}
.section.main-banner .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section.main-banner .banner-text p:nth-child(1),
.section.main-banner .banner-text p:nth-child(2) {
  transform: translate3d(0, 0.2rem, 0);
  opacity: 0;
}
.section.main-banner .banner-text p:nth-child(1) {
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}
.section.main-banner .banner-text p:nth-child(2) {
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
}
.section.main-banner .swiper-slide-active .banner-text p:nth-child(1),
.section.main-banner .swiper-slide-active .banner-text p:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section.idx-about {
  margin-top: 0.6rem;
}
.section.idx-about .ia-container {
  margin-top: 0.7rem;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.36rem;
}
.section.idx-about .ia-image {
  max-width: 100%;
  margin-top: 0.8rem;
  font-size: 0;
}
.section.idx-about .ia-image img {
  width: 100%;
}
.section.idx-culture {
  margin-top: 0.9rem;
  margin-bottom: 0.6rem;
}
.section.idx-culture .ic-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section.idx-culture .culture-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 6.5rem;
  height: 1.56rem;
  background: rgba(248, 248, 248, 0);
  border: 0.01rem solid #DDDDDD;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.3rem;
  margin-top: 0.48rem;
}
.section.idx-culture .title {
  display: flex;
  align-items: center;
}
.section.idx-culture .title .cover {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: scale-down;
  margin-right: 0.15rem;
}
.section.idx-culture .title .text {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000001;
  transition: color 0.35s;
}
.section.idx-culture .desc {
  font-size: 0.24rem;
  color: #666666;
}
.section.idx-culture .culture-item:hover .text {
  color: #E72A3A;
}
.section.sec-banner {
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.sec-banner .banner-text {
  padding-top: 0.6rem;
}
.section.article-detail {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.section.article-detail .title {
  padding: 0.3rem 0;
  text-align: center;
  border-bottom: 0.04rem dashed #E5E5E5;
}
.section.article-detail .title h1 {
  font-size: 0.28rem;
  font-weight: normal;
  color: #333333;
}
.section.article-detail .content {
  padding: 0.3rem 0;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.section.article-detail .content img {
  max-width: 100%;
}
.section.article-detail .close-page {
  text-align: center;
  margin-top: 1rem;
  font-size: 0;
}
.section.article-detail .close-page .btn {
  width: 1.6rem;
  height: 0.35rem;
  font-size: 0.15rem;
  line-height: 0.35rem;
  background-color: #E72A3A;
  border: 0.01rem solid #E72A3A;
  color: #FFFFFF;
  transition: background-color 0.35s;
  outline: none;
  cursor: pointer;
}
.section.article-detail .close-page .btn:hover {
  background-color: #b8232f;
}
.full-wrap.about {
  background-color: #F7F7F7;
}
.section.about-textarea {
  padding: 0.85rem 0 0.65rem 0;
}
.section.about-textarea .at-img {
  height: 0.76rem;
}
.section.about-textarea .content {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.36rem;
  margin-top: 0.6rem;
}
.section.about-textarea .img-group {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.section.about-textarea .img-group .item {
  width: 4.42rem;
  height: 3.12rem;
  font-size: 0;
}
.section.about-textarea .img-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.mapcont {
  margin-top: 0.7rem;
}
.section.mapcont .mcont {
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0;
}
.section.mapcont .mcont a {
  display: block;
  width: 100%;
}
.section.mapcont .mcont img {
  max-width: 100%;
}
.section.addrcont {
  margin-top: 0.7rem;
  margin-bottom: 0.9rem;
}
.section.addrcont .aacont {
  margin-top: 0.7rem;
}
.section.addrcont .aacont li {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.section.addrcont .aacont li:nth-child(1),
.section.addrcont .aacont li:nth-child(2) {
  margin-top: 0;
}
.section.addrcont .aacont li::before {
  content: '';
  display: inline-block;
  width: 0.27rem;
  height: 0.27rem;
  background-size: 100%;
  flex-shrink: 0;
}
.section.addrcont .aacont a {
  font-size: 0.2rem;
  color: #040000;
  margin-left: 0.1rem;
  transition: color 0.35s;
}
.section.addrcont .aacont a:hover {
  color: #E72A3A;
}
.section.contact-map {
  position: relative;
  margin-top: 1rem;
  height: 6.9rem;
}
.section.contact-map .cm-desc {
  z-index: 5;
  position: relative;
  width: 10.45rem;
  display: flex;
  border: 0.02rem solid #DDDDDD;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 auto;
}
.section.contact-map .cm-desc .logo {
  width: 3.92rem;
  height: 3.92rem;
}
.section.contact-map .cm-desc .desc {
  width: 6.53rem;
  padding: 0.35rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #ffffff;
}
.section.contact-map .cm-map {
  display: block;
  position: absolute;
  top: 1.7rem;
  height: 5.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section.contact-map .title h1 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
  letter-spacing: 0.03rem;
}
.section.contact-map .title span {
  color: #E50020;
}
.section.contact-map .title p {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.24rem;
}
.section.contact-map .items li {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
}
.section.contact-map .items img {
  width: 0.37rem;
  height: 0.37rem;
  margin-right: 0.15rem;
}
.section.contact-map .items p {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
}
.section.paragraph-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section.paragraph-content .paragraph:first-child {
  margin-top: 0;
}
.section.paragraph-content .paragraph {
  margin-top: 0.3rem;
}
.section.paragraph-content .paragraph .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #E50020;
  line-height: 0.24rem;
  margin-bottom: 0.3rem;
}
.section.paragraph-content .paragraph .content {
  font-size: 0.24rem;
}
.section.cooperate .content {
  font-size: 0.24rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.section.story-cont.last {
  margin-bottom: 1rem;
}
.section.story-cont {
  margin-top: 0.4rem;
}
.section.story-cont .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #E50020;
  margin-bottom: 0.25rem;
  line-height: 0.24rem;
}
.section.story-cont .image-con {
  position: relative;
  width: 100%;
  font-size: 0;
}
.section.story-cont .image-con .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
  width: 100%;
  height: 4.96rem;
}
.section.story-cont .image-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.story-cont .image-con .text-con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem 0.6rem;
  box-sizing: border-box;
}
.section.story-cont .image-con .text-con p {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  box-sizing: border-box;
}
.section.story-cont .story-item:first-child {
  margin-top: 0;
}
.section.story-cont .story-item {
  margin-top: 0.2rem;
  font-size: 0;
}
.section.story-cont .story-item .desc {
  width: 7rem;
  height: 3.6rem;
  background: #F5F5F5;
  border-radius: 0.2rem 0 0 0.2rem;
  overflow: hidden;
  float: left;
  margin-top: 0.4rem;
  box-sizing: border-box;
  padding: 0.28rem;
}
.section.story-cont .story-item .img {
  width: 6.66rem;
  height: 4.4rem;
  background: #E5E5E5;
  border-radius: 0.2rem;
  overflow: hidden;
  flex-shrink: 0;
  float: right;
}
.section.story-cont .story-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.story-cont .story-item .text {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.24rem;
  margin-bottom: 0.3rem;
}
.section.story-cont .story-item .content {
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.3rem;
}
.section.story-cont .story-item:nth-child(2n) .desc {
  float: right;
  border-radius: 0 0.2rem 0.2rem 0;
}
.section.story-cont .story-item:nth-child(2n) .img {
  float: left;
}
.section.business-nav .nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0;
}
.section.business-nav .nav li {
  display: inline-block;
  width: 3.4rem;
  text-align: center;
  padding: 0.4rem 0;
}
.section.business-nav .nav a {
  font-size: 0.24rem;
  font-weight: bold;
  color: #999999;
  transition: color 0.35s;
}
.section.business-nav .nav a:hover,
.section.business-nav .nav a.active {
  color: #E50524;
}
.section.business-cont .title {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.section.business-cont .title h2 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #E72A3A;
}
.section.business-cont .title::after {
  content: '';
  display: inline-block;
  width: 0.58rem;
  height: 0.03rem;
  background: #E72A3A;
  margin-top: 0.18rem;
}
.s-section .s-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.24rem;
}
.s-section.s1-first {
  margin-bottom: 0.8rem;
  margin-top: 0.12rem;
}
.business-cont.s1 {
  margin-top: 1rem;
}
.business-cont.s2 {
  margin-top: 1rem;
}
.business-cont.s2 .mid-box {
  margin-top: 0.4rem;
}
.business-cont.s2 .mid-box .ad-text {
  font-size: 0.2rem;
  font-weight: bold;
  color: #666666;
  line-height: 0.2rem;
}
.business-cont.s3 {
  background-color: #F7F7F7;
  margin-top: 0.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.business-cont.s3 .mid-box {
  margin-top: 0.5rem;
}
.business-cont.s3 .mid-box li {
  display: flex;
  align-items: center;
  float: left;
}
.business-cont.s3 .mid-box li::after {
  content: '';
  display: block;
  width: 0.02rem;
  height: 0.8rem;
  background: #D7D7D7;
}
.business-cont.s3 .mid-box li:nth-child(3n)::after {
  display: none;
}
.business-cont.s3 .mid-box .cont {
  width: 4.52rem;
  text-align: center;
  font-size: 0;
}
.business-cont.s3 .mid-box .num {
  font-size: 0.3rem;
  font-weight: bold;
  color: #666666;
  line-height: 0.3rem;
}
.business-cont.s3 .mid-box .desc {
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.24rem;
  margin-top: 0.35rem;
}
.business-cont.s4 {
  padding: 0.75rem 0;
}
.s-content.g1 li {
  float: left;
  margin-right: 0.42rem;
  margin-top: 0.25rem;
}
.s-content.g1 li:nth-child(4n) {
  margin-right: 0;
}
.s-content.g1 .item {
  width: 3.1rem;
  height: 3.03rem;
  background: rgba(229, 0, 32, 0);
  border: 0.02rem solid #DDDDDD;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.s-content.g1 h4 {
  height: 0.24rem;
  margin: 0.3rem 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.24rem;
  transition: color 0.35s;
}
.s-content.g1 p {
  height: 0.2rem;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.2rem;
}
.s-content.g1 .icon {
  width: 1.15rem;
  height: 0.8rem;
  object-fit: cover;
  transition: transform 0.35s;
}
.s-content.g1 .item:hover h4 {
  color: #E72A3A;
}
.s-content.g1 .item:hover .icon {
  transform: scale(1.1);
}
.s-content.g2 li {
  float: left;
  margin-right: 0.46rem;
  margin-top: 0.3rem;
}
.s-content.g2 li:nth-child(2n) {
  margin-right: 0;
}
.s-content.g2 .item {
  display: block;
  width: 6.6rem;
  height: 3.49rem;
  background: #FFFFFF;
  border: 0.02rem solid #DDDDDD;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.s-content.g2 .icon-cont {
  width: 100%;
  height: 2.25rem;
  overflow: hidden;
}
.s-content.g2 .icon-cont .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.s-content.g2 .desc {
  width: 100%;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.s-content.g2 .desc h4 {
  height: 0.2rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.2rem;
  margin-bottom: 0.18rem;
  transition: color 0.35s;
}
.s-content.g2 .desc p {
  height: 0.2rem;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.2rem;
}
.s-content.g2 .item:hover h4 {
  color: #E72A3A;
}
.s-content.g2 .item:hover .icon {
  transform: scale(1.1);
}
.s-content.g4 .btn {
  width: 100%;
  height: 1.24rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.s-content.g4 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-content.g4 .btn .b-text {
  display: block;
  width: 1.81rem;
  height: 0.4rem;
  background: #E50020;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.s-content.g3 li,
.s-content.g4 li {
  float: left;
  margin-right: 0.53rem;
  margin-top: 0.5rem;
}
.s-content.g3 li:nth-child(3n),
.s-content.g4 li:nth-child(3n) {
  margin-right: 0;
}
.s-content.g3 .item,
.s-content.g4 .item {
  display: block;
  width: 4.2rem;
  background: #FFFFFF;
  border: 0.02rem solid #DDDDDD;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.s-content.g3 .icon-cont,
.s-content.g4 .icon-cont {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.s-content.g3 .icon-cont .icon,
.s-content.g4 .icon-cont .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.s-content.g3 .desc,
.s-content.g4 .desc {
  width: 100%;
  height: 1.24rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-content.g3 .desc .i-title,
.s-content.g4 .desc .i-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.2rem;
  margin-bottom: 0.18rem;
  transition: color 0.35s;
}
.s-content.g3 .desc .i-desc,
.s-content.g4 .desc .i-desc {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
}
.s-content.g3 .item:hover .i-title,
.s-content.g4 .item:hover .i-title {
  color: #E72A3A;
}
.s-content.g3 .item:hover .icon,
.s-content.g4 .item:hover .icon {
  transform: scale(1.1);
}
.s-content.g5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  margin-top: 0.6rem;
}
.s-content.g5 .item {
  width: 3.1rem;
  font-size: 0;
}
.s-content.g5 .item img {
  width: 0.65rem;
  height: 0.65rem;
}
.s-content.g5 .item p {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.36rem;
  margin-top: 0.5rem;
}