@charset "UTF-8";

.section-title {
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	position: relative;
	line-height: 3.2rem;
	margin-bottom: 3.2rem;
}
.section-title span {
	font-size: 2rem;
	display: inline-block;
	width: 100%;
	color: #92194e;
}

/* 首页 */
.section-banner {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 6.4rem 0;
}
.slider {
    position: relative;
    overflow: hidden;
}
.slider li .img {
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  transform-origin: center top;
  transform: scale(1.15);
  transition: 5s transform ease-out;
}
.slider li.slick-active .img {
	transform: scale(1);
}
.slider li.s-01 .img { background-image: url("../images/home/banner_bg.jpg"); }
.slider li.s-02 .img { background-image: url("../images/home/banner_bg.jpg"); }

.section-banner .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section-banner .page-title {
	font-size: 4.8rem;
	font-weight: 600;
	letter-spacing: 4px;
	text-shadow: 3px 4px 8px #1D2129;
}
.section-banner .page-subtitle {
	font-size: 2.4rem;
	font-weight: 600;
	margin: 24px 0 32px 0;
	text-shadow: 3px 4px 8px #1D2129;
}
.section-corporate-philosophy {
	/* background-color: #f6f6f6; */
	text-align: center;
	padding: 6.4rem 0;
	font-size: 3.6rem;
}
.corporate-philosophy-text-en {
	font-size: 2.4rem;
}
.corporate-philosophy-text {
	margin: 2.8rem 0;
}
.section-business {
	border-radius: 4.8rem 0 6.4rem 0;
	background-color: #f6f6f6;
	padding: 6.4rem 0;
}
.business-text {
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 1.2rem;
}
.business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6.4rem;
  margin-top: 4.8rem;
}
.business-list__item {
  position: relative;
  width: 31.6129032258%;
}
.business-list__item:after,
.business-list__item:before {
  background: #1D2387;
  border-radius: 50px;
  content: "";
  display: block;
  width: .8rem;
  height: .8rem;
  position: absolute;
  transition: all .4s;
  z-index: 3;
}
.business-list__item:before {
  right: -.35rem;
  top: -.35rem;
}
.business-list__item:after {
  bottom: -.35rem;
  left: -.35rem;
  transition: all .4s;
}
.business-list__item:hover:before {
  background: #cd1432;
  transition: all .4s;
}
.business-list__item:hover:after {
  background: #cd1432;
  transition: all .4s;
}
.business-list__item:hover a {
  background: #ededed;
  transition: all .4s;
  border-bottom: 1px solid #cd1432;
  border-right: 1px solid #cd1432;
}
.business-list__item:hover a:before {
  background: #cd1432;
  transition: all .4s;
}
.business-list__item:hover ._inner:before {
  transition: all .2s;
  width:100%
}
.business-list__item:hover ._inner:after {
  height: 100%;
  transition: all .2s .2s
}
.business-list__item .u-img {
  aspect-ratio: 356/243;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 1.2rem;
}
.business-list__item .u-img img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s;
  width: 100%;
  z-index: 1;
}
.business-list__item:hover .u-img img {
  transform:scale(1.1);
  transition:all .4s
}
.business-list__item a {
  border-bottom: 1px solid #1D2387;
  border-right: 1px solid #1D2387;
  display: block;
  height: 100%;
  position: relative;
  transition: all .4s;
  width: 100%;
  z-index: 2;
  color: #3D3D3D;
}
.business-list__item a:before {
  background: #1D2387;
  bottom: 23.5px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -11px;
  transform: rotate(-45deg);
  transition: all .4s;
  width: 70px;
}
.business-list__item a:after {
  background:#f6f6f6;
  bottom: -1.5px;
  clip-path: polygon(100% 0,0 100%,100% 100%);
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  right: -1.5px;
  width: 50px;
  z-index: 4;
}
.business-list__item a ._inner {
  height:100%;
  padding-bottom:46px;
  padding-right:9.1836734694%;
  position:relative;
  width:100%
}
.business-list__item .item-name {
	font-weight: 600;
	font-size: 1.8rem;
	margin: 1.6rem 0;
}
.business-list__item .item-text {
  font-weight: 500;
  line-height: 1.8;
}
/* 404页面 */
.error-page {
	margin: 20rem auto 0 auto;
	text-align: center;
}
.error-page .error-title {
	font-size: 2.4rem;
	margin-bottom: 4.8rem;
	font-weight: bold;
}
.error-page .error-text {
	margin-bottom: 2.4rem;
}
.error-page ul {
	margin-bottom: 3.2rem;
}
.error-page ul li {
	text-align: center;
}
.error-page .button {
	width: 24rem;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	/* 首页 banner */
	.section-banner {
		height: 360px;
	}
	.slider li .img {
		height: 360px;
	}
	/* 子页 banner */
	.banner {
		height: 160px;
	}
}

@media only screen and (max-width: 767px) {
	/* 手机端隐藏 swiper 左右切换按钮 */
	.swiper-button-prev, .swiper-button-next {
		display: none !important;
	}
	/* 子页 banner */
	.banner {
		height: 128px;
	}
	.banner .container h1 {
		font-size: 2.4rem;
		letter-spacing: 2px;
	}
	/* 首页 banner */
	.section-banner {
		height: 240px;
	}
	.slider li .img {
		height: 240px;
	}
	/* 404页面 */
	.error-page .error-title {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 640px) {}

@media screen and (max-width: 530px) {
	/* 首页 banner */
	.section-banner {
		height: 190px;
	}
	.slider li .img {
		height: 190px;
	}
}

@media screen and (max-width: 414px) {
	.banner .container h1 {
		font-size: 2rem;
	}
	/* 首页 banner */
	.section-banner {
		height: 160px;
	}
	.slider li .img {
		height: 160px;
	}
	.section-banner .page-title {
		font-size: 2rem;
	}
	.section-banner .page-subtitle {
		font-size: 1.4rem;
	}
}


