* {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

header {
  padding: 34px 0px 34px 0px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
header .one {
  flex-shrink: 0;
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .one .menu {
  cursor: pointer;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
header .one .menu .bar {
  transition: 0.3s ease-in-out;
  background-color: #fff;
  width: 25px;
  height: 3px;
  margin-top: 5px;
}
header .one .menu .bar:nth-of-type(1) {
  width: 20px;
}
header .one .menu .bar:nth-of-type(3) {
  width: 20px;
}
header .one .menu:hover .bar:nth-of-type(1), header .one .menu:hover .bar:nth-of-type(3) {
  width: 25px;
}
header .one .menu:hover .bar:nth-of-type(2) {
  width: 20px;
}
header .one .logo {
  width: 70%;
}
header .one .logo img {
  width: 100%;
}
header .wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
header .wrap .two ul {
  display: flex;
  gap: 20px;
}
header .wrap .two ul li {
  position: relative;
}
header .wrap .two ul li a {
  font-weight: 700;
  color: #ffffff;
}
header .wrap .two ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0px;
  height: 4px;
  background: #ec7d2c;
  bottom: -12px;
  transition: all 1s;
}
header .wrap .two ul li:hover:after {
  width: 100%;
}
header .wrap .three {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
header .wrap .three .a-w {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .wrap .three .a-w a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
header .wrap .three .a-w a .point {
  width: 3px;
  height: 3px;
  background-color: #ec7d2c;
}
header .wrap .three .search form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .wrap .three .search form input {
  width: 250px;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  border: none;
}
header .wrap .three .search form button {
  border: none;
  background: rgba(0, 0, 0, 0);
}
header .wrap .three .w-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-two {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 9998;
  display: none;
  padding: 34px 0px 34px 0px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
.header-two .one {
  flex-shrink: 0;
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-two .one .menu {
  cursor: pointer;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.header-two .one .menu .bar {
  transition: 0.3s ease-in-out;
  background-color: #000000;
  width: 25px;
  height: 3px;
  margin-top: 5px;
}
.header-two .one .menu .bar:nth-of-type(1) {
  width: 20px;
}
.header-two .one .menu .bar:nth-of-type(3) {
  width: 20px;
}
.header-two .one .menu:hover .bar:nth-of-type(1), .header-two .one .menu:hover .bar:nth-of-type(3) {
  width: 25px;
}
.header-two .one .menu:hover .bar:nth-of-type(2) {
  width: 20px;
}
.header-two .one .logo {
  width: 70%;
}
.header-two .one .logo img {
  width: 100%;
}
.header-two .wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.header-two .wrap .two ul {
  display: flex;
  gap: 20px;
}
.header-two .wrap .two ul li {
  position: relative;
}
.header-two .wrap .two ul li a {
  font-weight: 700;
  color: #000000;
}
.header-two .wrap .two ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0px;
  height: 4px;
  background: #ec7d2c;
  bottom: -12px;
  transition: all 1s;
}
.header-two .wrap .two ul li:hover:after {
  width: 100%;
}
.header-two .wrap .three {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.header-two .wrap .three .a-w {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-two .wrap .three .a-w a {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.header-two .wrap .three .a-w a .point {
  width: 3px;
  height: 3px;
  background-color: #ec7d2c;
}
.header-two .wrap .three .search form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-two .wrap .three .search form input {
  width: 250px;
  height: 30px;
}
.header-two .wrap .three .search form button {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.header-two .wrap .three .w-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-two .wrap .three .w-icon img {
  filter: brightness(0.2) invert(0);
}

.sect {
  width: 100%;
}
.sect .inner {
  max-width: 1920px;
  margin: 0 auto;
}

.sect1 {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.sect1 .inner .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect1 .inner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.sect1 .inner .swiper .swiper-button-next {
  transform: translateX(-30px);
  filter: brightness(0.2) invert(1);
}
.sect1 .inner .swiper .swiper-button-prev {
  transform: translateX(30px);
  filter: brightness(0.2) invert(1);
}
.sect1 .box {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 999;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: top 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.sect1 .box .i-w {
  padding: 15px 0px 15px 0px;
  max-width: 5%;
  display: flex;
  align-items: center;
  border-top: 4px solid transparent;
}
.sect1 .box .i-w img {
  cursor: pointer;
  width: 100%;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.sect1 .box .i-w.on {
  border-top-color: #fd980b;
}
.sect1 .box:hover {
  background-color: rgba(65, 65, 65, 0.5);
  top: 88%;
}

.sect2 .inner .title {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect2 .inner .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 708px;
}
.sect2 .inner .wrap .one {
  flex-shrink: 0;
  position: relative;
  width: 421px;
  height: 100%;
}
.sect2 .inner .wrap .one img {
  width: 100%;
}
.sect2 .inner .wrap .one figcaption {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.sect2 .inner .wrap .one figcaption .p1 {
  font-size: 18px;
  font-weight: 700;
}
.sect2 .inner .wrap .one figcaption .p2 {
  font-size: 14px;
}
.sect2 .inner .wrap .one figcaption .p2 span {
  color: red;
}
.sect2 .inner .wrap .one .surcle {
  width: 85px;
  height: 85px;
  color: #fff;
  font-weight: 700;
  border: 5px solid #ffffff;
  background-color: #fd980b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 75%;
  left: 5%;
}
.sect2 .inner .wrap .two {
  flex-shrink: 0;
  width: 803px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.sect2 .inner .wrap .two li {
  position: relative;
  width: 235px;
}
.sect2 .inner .wrap .two li a .i-w {
  position: relative;
  overflow: hidden;
}
.sect2 .inner .wrap .two li a .i-w img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.sect2 .inner .wrap .two li a .i-w img:hover {
  transform: scale(1.1);
}
.sect2 .inner .wrap .two li .surcle {
  width: 62px;
  height: 62px;
  color: #fff;
  font-weight: 700;
  border: 5px solid #ffffff;
  background: #fd980b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90%;
  left: 5%;
}

.sect3 .inner .title {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect3 .inner .f-wrap {
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  height: 400px;
}
.sect3 .inner .f-wrap figure {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 222px;
}
.sect3 .inner .f-wrap figure img {
  width: 100%;
}
.sect3 .inner .f-wrap figure figcaption {
  padding: 10px 5px 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: 20%;
}
.sect3 .inner .f-wrap figure figcaption .date {
  color: #fd980b;
  font-weight: 700;
}
.sect3 .inner .f-wrap figure figcaption .line {
  background-color: #000;
  width: 22px;
  height: 3px;
}
.sect3 .inner .f-wrap figure figcaption p {
  width: 200px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect3 .inner .btn-w {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect3 .inner .btn-w button {
  margin-top: 40px;
  display: block;
  width: 220px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 15px;
  color: #000;
  background: #fff;
}
.sect3 .inner .btn-w button span {
  margin-left: 5px;
}
.sect3 .inner .banner {
  cursor: pointer;
  height: 400px;
}
.sect3 .inner .banner .swiper {
  width: 100%;
  height: 100%;
}
.sect3 .inner .banner .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect4 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.sect4 .inner .title {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect4 .inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.sect4 .inner ul li a.on {
  color: #fd980b;
}
.sect4 .inner .screen {
  margin-top: 30px;
  position: relative;
  margin: 0 auto;
  width: 1230px;
  height: 424px;
}
.sect4 .inner .screen .sin {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.sect4 .inner .screen .sin.active {
  opacity: 1;
  z-index: 1;
}
.sect4 .inner .screen .sin .wrap {
  position: relative;
  width: 30%;
  height: 100%;
}
.sect4 .inner .screen .sin .wrap .i-w {
  overflow: hidden;
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect4 .inner .screen .sin .wrap .i-w img {
  filter: blur(10px);
  transition: 0.3s ease-in-out;
}
.sect4 .inner .screen .sin .wrap .i-w img:hover {
  transform: scale(1.2);
}
.sect4 .inner .screen .sin .wrap .i-title {
  height: 25%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.sect4 .inner .screen .sin .wrap .i-title .p1 {
  font-weight: 700;
}
.sect4 .inner .screen .sin .wrap .i-title .p2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.sect4 .inner .screen .sin .wrap .i-title .panta1 {
  width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .i-title .panta2 {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .i-title .seodo {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .i-title .won {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .i-title .love {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .i-title .carmen {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .i-title .AGF {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .i-title .ito {
  text-align: center;
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .i-title .goh {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sect4 .inner .screen .sin .wrap .no-blur {
  position: absolute;
  top: 5%;
  left: 25%;
  width: 200px;
}
.sect4 .inner .screen .sin .wrap .rankig {
  position: absolute;
  top: 69%;
  left: 5%;
  width: 50px;
  height: 50px;
  background-color: #fd980b;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect4 .inner .btn-w {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect4 .inner .btn-w button {
  display: block;
  width: 220px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 15px;
  color: #000;
  background: #fff;
}
.sect4 .inner .btn-w button span {
  margin-left: 5px;
}
.sect4 .banner2 {
  margin-top: 30px;
  width: 1230px;
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.sect4 .banner2 .i-w {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sect4 .banner2 .i-w a {
  width: 100%;
  height: 100%;
}
.sect4 .banner2 .i-w a img {
  width: 100%;
  height: 100%;
}
.sect4 .banner2 .i-w1 {
  position: relative;
}
.sect4 .banner2 .i-w1 .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.sect4 .banner2 .i-w1 .filter .p1 {
  font-size: 20px;
  font-weight: 700;
  color: #6edbf2;
}
.sect4 .banner2 .i-w1 .filter .line {
  width: 13px;
  height: 2px;
  background: #6edbf2;
}
.sect4 .banner2 .i-w1 .filter .p2 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.sect4 .banner2 .i-w1 .filter .wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.sect4 .banner2 .i-w1 .filter .wrap .p3 {
  float: 700;
  font-size: 50px;
  color: #6edbf2;
}
.sect4 .banner2 .i-w1 .filter .wrap button {
  cursor: pointer;
  padding: 5px 30px;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.sect4 .banner2 .i-w2 {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.sect4 .banner2 .i-w2 a {
  width: 100%;
  height: 47.2%;
}
.sect4 .banner2 .i-w2 a img {
  width: 100%;
  height: 100%;
}
.sect4 .video-wrap {
  margin: 60px 0px 0px 0px;
  background-color: #000;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.sect4 .video-wrap .one {
  width: 346px;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 30px;
  padding: 0px 0px 0px 20px;
}
.sect4 .video-wrap .one .i-w {
  position: relative;
}
.sect4 .video-wrap .one .i-w:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 50px;
  height: 4px;
  background: #ec7d2c;
  bottom: -12px;
  transition: all 1s;
}
.sect4 .video-wrap .one .i-w:hover:after {
  width: 172px;
}
.sect4 .video-wrap .one .a1 {
  font-size: 50px;
  font-weight: 700;
}
.sect4 .video-wrap .one .a2 {
  font-weight: 700;
}
.sect4 .video-wrap .two {
  width: 981px;
  height: 100%;
}

.sect5-5 {
  background: #f6f6f6;
  padding: 80px 0;
}
.sect5-5 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.sect5-5 .inner .one {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 478px;
  height: 486px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.sect5-5 .inner .one .title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
}
.sect5-5 .inner .one .title button {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 80px;
  height: 34px;
}
.sect5-5 .inner .one .title button span {
  margin-left: 3px;
}
.sect5-5 .inner .one .accodion {
  border-top: 3px solid #000;
  width: 370px;
  height: 323px;
}
.sect5-5 .inner .one .accodion .tab {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  height: 40px;
}
.sect5-5 .inner .one .accodion .tab img {
  width: 80px;
  height: 112px;
  display: none;
}
.sect5-5 .inner .one .accodion .tab .p1 {
  font-weight: 700;
}
.sect5-5 .inner .one .accodion .tab .p-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sect5-5 .inner .one .accodion .tab .p-wrap .p2 {
  font-weight: 700;
}
.sect5-5 .inner .one .accodion .tab .p-wrap .p3 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.sect5-5 .inner .one .accodion .tab.active {
  padding-top: 18px;
  height: 148px;
}
.sect5-5 .inner .one .accodion .tab.active img {
  display: block;
}
.sect5-5 .inner .one .accodion .tab.active .p-wrap .p3 {
  display: block;
}
.sect5-5 .inner .one .accodion .tab.active .p1 {
  text-decoration: underline;
}
.sect5-5 .inner .one .accodion .tab:nth-child(5) {
  border-bottom: 1px solid #000;
}
.sect5-5 .inner .two {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 688px;
  height: 486px;
}
.sect5-5 .inner .two .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.sect5-5 .inner .two .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.sect5-5 .inner .two .wrap .i-w {
  position: relative;
  cursor: pointer;
  width: 161px;
  height: 225px;
  overflow: hidden;
}
.sect5-5 .inner .two .wrap .i-w img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.sect5-5 .inner .two .wrap .i-w img:hover {
  transform: scale(1.1);
  filter: grayscale(0.6);
}
.sect5-5 .inner .two .wrap .i-w span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ec7d2c;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
}
.sect5-5 .inner .two .story {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.sect5-5 .inner .two .story .box {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 161px;
  font-size: 15px;
  color: #333;
  line-height: 22px;
  font-weight: bold;
}
.sect5-5 .inner .two .story .box span {
  font-size: 13px;
  color: #999;
}
.sect5-5 .inner .two .story .box2 span {
  width: 161px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sect5,
.sect6,
.sect7 {
  border-bottom: 1px solid #ddd;
}
.sect5 .inner,
.sect6 .inner,
.sect7 .inner {
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 100px;
}
.sect5 .inner ul,
.sect6 .inner ul,
.sect7 .inner ul {
  display: flex;
  gap: 30px;
}
.sect5 .inner ul li,
.sect6 .inner ul li,
.sect7 .inner ul li {
  width: 270px;
}
.sect5 .inner ul li a img,
.sect6 .inner ul li a img,
.sect7 .inner ul li a img {
  width: 100%;
  height: 80%;
  transition: 0.3s ease-in-out;
}
.sect5 .inner ul li a img:hover,
.sect6 .inner ul li a img:hover,
.sect7 .inner ul li a img:hover {
  transform: scale(1.1);
}
.sect5 .inner ul .i-title,
.sect6 .inner ul .i-title,
.sect7 .inner ul .i-title {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect5 .inner ul .i-title p,
.sect6 .inner ul .i-title p,
.sect7 .inner ul .i-title p {
  font-weight: 700;
}
.sect5 .inner ul .i-title .p3,
.sect5 .inner ul .i-title .p4,
.sect6 .inner ul .i-title .p3,
.sect6 .inner ul .i-title .p4,
.sect7 .inner ul .i-title .p3,
.sect7 .inner ul .i-title .p4 {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sect8 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect8 .inner {
  width: 2600px;
}
.sect8 .inner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px 40px 0px;
}
.sect8 .inner .swiper {
  position: relative;
}
.sect8 .inner .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect8 .inner .swiper .swiper-wrapper .swiper-slide .i-w {
  transition: 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 423px;
}
.sect8 .inner .swiper .swiper-wrapper .swiper-slide .i-w img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.sect8 .inner .swiper .swiper-wrapper .swiper-slide .i-w img:hover {
  transform: scale(1.1);
}
.sect8 .inner .swiper .swiper-wrapper .swiper-slide .sub-title {
  transition: 0.5s ease-in-out;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 999;
  position: absolute;
  top: 79%;
  background-color: rgba(0, 0, 0, 0.3);
}
.sect8 .inner .swiper .swiper-wrapper .swiper-slide .sub-title p {
  color: #fff;
  font-size: 22px;
}
.sect8 .inner .swiper .swiper-wrapper .swiper-slide .sub-title .box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -26px;
  left: 32px;
  width: 52px;
  height: 52px;
  background-color: #ec7d2c;
  color: #fff;
  font-weight: 700;
}
.sect8 .inner .swiper .swiper-button-next {
  position: absolute;
  right: 28%;
  transform: translate(-50%);
  filter: brightness(0.2) invert(1);
}
.sect8 .inner .swiper .swiper-button-prev {
  position: absolute;
  left: 28%;
  transform: translate(-50%);
  filter: brightness(0.2) invert(1);
}

.sect9 {
  border-bottom: 1px solid #ddd;
  padding: 100px 0px 100px 0px;
}
.sect9 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect9 .inner .one {
  padding: 0px 60px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.sect9 .inner .one .p1 {
  color: gray;
  font-size: 13px;
  margin-top: 10px;
}
.sect9 .inner .one .p1 span {
  color: #000;
}
.sect9 .inner .one .p2 {
  color: gray;
  font-size: 13px;
}
.sect9 .inner .one .p2 span {
  color: #000;
}
.sect9 .inner .two {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0px 60px 0px 60px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.sect9 .inner .two .i-w {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.sect9 .inner .two .i-w p {
  font-weight: 700;
}
.sect9 .inner .three {
  padding: 0px 0px 0px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sect9 .inner .three .T-one {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
footer {
  width: 100%;
}
footer .inner {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .inner .f-1 {
  border-bottom: 1px solid rgba(131, 131, 131, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 355px;
}
footer .inner .f-1 ul {
  padding: 30px 0px;
  display: flex;
}
footer .inner .f-1 ul li {
  padding: 0px 10px 0px 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
footer .inner .f-1 ul li a {
  font-weight: 700;
}
footer .inner .f-1 .family {
  width: 168px;
  height: 29px;
}
footer .inner .f-1 .family option {
  text-align: center;
}
footer .inner .f-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px 30px 0px;
  gap: 134px;
}
footer .inner .f-2 .p-w {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
footer .inner .f-2 .p-w .p1 {
  font-weight: 700;
  font-size: 15px;
}
footer .inner .f-2 .p-w .p1 span {
  font-size: 13px;
}
footer .inner .f-2 .p-w .p2 {
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
footer .inner .f-2 .p-w .p2 a {
  color: #000;
}
footer .inner .f-2 .p-w .p3 {
  font-size: 13px;
}
footer .inner .f-2 .i-w2 .i-w3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .inner .f-2 .i-w2 .i-w3 a {
  font-size: 13px;
}
footer .inner .f-2 .i-w2 p {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=index.css.map */