* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --color1: #ffc600;
  --color2: #dc3836;
}
html {
  font-size: 16px;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/Rajdhani.woff2);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Pacifico";
  src: url(../font/Pacifico.woff2);
}
body {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  line-height: 1;
}
ul,
ol,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}
.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-120 {
  padding-top: 100px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-t-120 {
  margin-top: 120px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.bx {
  width: 1400px;
  margin: 0 auto;
}
.bj.fixed {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bj.fixed img {
  width: 100%;
  height: 100%;
}
.banner {
  height: 100vh;
}
.banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.banner video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .next1,
.banner .prev1 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  background-color: #00000096;
  transition: all 0.8s ease;
  opacity: 0;
}
.banner .next1::after,
.banner .prev1::after {
  font-size: 22px;
}
.banner .next1:hover,
.banner .prev1:hover {
  background-color: var(--color1);
}
.banner .pagination1 span {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: var(--color1);
  transition: all 0.8s ease;
}
.banner .pagination1 .swiper-pagination-bullet-active {
  background-color: var(--color2);
}
.banner .bx {
  padding: 0 90px;
  position: relative;
  padding-top: 95px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .bx .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner .bx h2 {
  /*font-family: "Pacifico";*/
  font-size: 90px;
  color: var(--color1);
  text-align: center;
  font-weight: bold;
}
.banner .bx h2 span {
  color: var(--color2);
}
.banner .bx p {
  font-size: 18px;
  color: #fff;
  width: 100%;
  padding: 0 300px;
  margin: 20px 0 0;
  line-height: 26px;
  /*text-align: center;*/
}
.banner .bx .tit {
  line-height: 60px;
  margin: 0;
  color: #fff;
  text-align: left;
  padding: 0;
  padding-left: 8px;
  font-size: 20px;
}
.banner .bx .b_btn {
  margin-top: 30px;
  text-align: center;
}
.banner .bx .b_btn a {
  display: inline-block;
  padding: 20px 50px;
  background-color: var(--color2);
  color: #fff;
  font-size: 16px;
  border: 1px solid transparent;
  margin: 0 10px;
  border-radius: 30px;
  transition: all 0.8s ease;
}
.banner .bx .b_btn a:hover {
  color: var(--color2);
  background-color: #fff;
}
.banner .bx .b_btn .on {
  background-color: var(--color1);
}
.banner .bx .b_btn .on:hover {
  color: #fff;
  background-color: var(--color2);
}
.banner .slider_ttin p {
  color: var(--color1);
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  left: 5%;
  bottom: 39px;
}
.banner .slider_ttin p span {
  color: var(--color2);
}
.banner:hover .next1,
.banner:hover .prev1 {
  opacity: 1;
}
.banner2 {
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner2 video {
  display: none;
  width: 100%;
  height: 100%;
}
.banner2 .tm {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.banner2 .bx {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner2 .bx h2 {
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-size: 48px;
}
.son-1 {
  padding: 11px 25px 31px;
  margin-top: 0px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #2f2f2f 63.33%);
  text-align: center;
  transition: all 0.3s ease;
  background: #f4f1ea;
  color: #333;
}
.son-1:hover {
  background: var(--color2);
}
.son-1:hover .text h6 {
  color: #fff;
}
.son-1 .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.son-1 .img .images {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 175px;
  height: 175px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
.son-1 .img .bj2 {
  position: absolute;
  font-size: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 200px;
  height: 200px;
  transition: 0.8s all;
}
.son-1 .img .bj2 .yq {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed var(--color1);
  animation: r360 20s linear infinite;
}
.son-1 .text h4 {
  color: var(--color1);
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 25px;
  transition: all 0.3s ease;
}
.son-1 .text .text {
  font-style: normal;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.son-1 .text h6 {
  color: var(--color2);
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.son-2 {
  overflow: hidden;
}
.son-2 .img {
  border-radius: 7px;
  font-size: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
}
.son-2 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.son-2 .text {
  position: relative;
  padding: 25px 30px;
  padding-top: 50px;
}
.son-2 .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color2);
  transition: all 0.8s ease;
}
.son-2 .text .info {
  position: absolute;
  top: -30px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.son-2 .text .info .item1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.son-2 .text .info .item1 h6 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 22px;
}
.son-2 .text .info .item1 p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
  margin: 0;
}
.son-2 .text h4 {
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-family: "Roboto", sans-serif;
}
.son-2 .text h4:hover {
  color: var(--color1);
}
.son-2 .text p {
  overflow: hidden;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 14px;
}
.son-2 .text .btn {
  color: var(--color2);
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}
.son-2 .text .btn span {
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  text-transform: capitalize;
}
.son-2 .text .btn i {
  transform: rotate(-45deg);
}
.son-2:hover .img img {
  transform: scale(1.1);
}
.son-2:hover .text::after {
  width: 100%;
}
.son-3 a {
  display: flex;
  flex-direction: column;
}
.son-3 a .img {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.son-3 a .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
.son-3 a .text h4 {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.son-3 a .text p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.son-3 a:hover .img img {
  transform: scale(1.1);
}
.son-3 a:hover .text h4 {
  color: var(--color1);
}
.son-4 {
  padding: 40px 35px 35px 30px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #d3d3d3;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.son-4 .icon {
  padding: 15px;
  border-radius: 7px;
  background-color: var(--color2);
  margin-bottom: 25px;
  transition: all 0.8s ease;
  color: #fff;
}
.son-4 .icon i {
  font-size: 40px;
}
.son-4 .text h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.son-4 .text p {
  line-height: 26px;
}
.son-4:hover .icon {
  color: #fff;
  background-color: var(--color2);
}
.son-5 {
  padding: 20px 0;
  position: relative;
}
.son-5 .son {
  display: flex;
  gap: 50px;
}
.son-5 .son .img {
  flex-shrink: 0;
  width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
}
.son-5 .son .img img {
  width: 100%;
  height: 100%;
}
.son-5 .son .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.son-5 .son .text h4 {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.son-5 .son .text p {
  line-height: 28px;
  transition: all 0.5s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.son-5 .son .text .box {
  display: flex;
}
.son-5 .son .text .box .item {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.son-5 .son .text .box .btn {
  transition: all 0.5s;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.son-5 .son .text .box .btn i {
  color: var(--color2);
  transition: all 0.5s;
}
.son-5::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f3f4f8;
  transition: all 1s ease;
  z-index: -1;
}
.son-5:hover .son .text h4 {
  color: var(--color1);
}
.son-5:hover .son .text .box .btn {
  color: var(--color2);
}
.son-5:hover .son .text .box .btn i {
  transform: rotate(-45deg);
}
.son-5:hover::after {
  left: 0;
  width: 100%;
}
.mbx1 {
  border-bottom: 1px solid #d5d5d5;
}
.mbx1 .bx {
  position: relative;
  display: flex;
}
.mbx1 .left {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
.mbx1 .left li a {
  height: 70px;
  font-size: 1.125rem;
  color: #212121;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbx1 .left li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: var(--color2);
  transition: all 0.3s ease-in-out;
}
.mbx1 .left li a.on,
.mbx1 .left li a:hover {
  color: var(--color2);
}
.mbx1 .left li a.on:after,
.mbx1 .left li a:hover:after {
  width: 100%;
}
.mbx1 .right {
  margin-left: auto;
  color: #adadad;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mbx2 {
  padding-top: 40px;
}
.mbx2 .flex {
  display: flex;
}
.mbx2 .flex .son {
  /*width: 100%;*/
  margin-right: 50px;
  display: flex;
  justify-content: center;
}
.mbx2 .flex .son a {
  /*max-width: 170px;*/
  width: 170px;
  height: 170px;
  /*padding-bottom: 170px;*/
  position: relative;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  transition: all 0.8s ease;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mbx2 .flex .son a .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.mbx2 .flex .son a .box .img {
  position: relative;
  width: 75px;
  height: 0;
  padding-bottom: 75px;
}
.mbx2 .flex .son a .box .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
.mbx2 .flex .son a .box .img img + img {
  opacity: 0;
}
.mbx2 .flex .son a .box p {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.mbx2 .flex .son a.on {
  width: 250px;
  border-radius: 7px;
  background-color: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.mbx2 .flex .son a.on .box .img img {
  opacity: 0;
  transform: rotateY(180deg);
}
.mbx2 .flex .son a.on .box .img img + img {
  opacity: 1;
}
.mbx2 .flex .son a:hover {
  background-color: var(--color2);
  color: #fff;
}
.mbx2 .flex .son a:hover .box .img img {
  opacity: 0;
  transform: rotateY(180deg);
}
.mbx2 .flex .son a:hover .box .img img + img {
  opacity: 1;
}
.page-1 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-1 a {
  padding: 0px 14px;
  line-height: 37px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  transition: all 0.3s ease;
}
.page-1 a.on,
.page-1 a:hover {
  background-color: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}
.page-2 {
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}
.page-2 .next a,
.page-2 .prev a {
  transition: all 0.5s ease;
}
.page-2 .next a:hover,
.page-2 .prev a:hover {
  color: var(--color1);
}
.page-2 .prev {
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}
.page-2 .next {
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: auto;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #00000096;
}
header .header .bx {
  height: 95px;
  display: flex;
  justify-content: space-between;
}
header .header .bx .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
header .header .bx .logo a {
  height: 60px;
  display: block;
}
header .header .bx .nav {
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header .header .bx .nav .nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
}
header .header .bx .nav .nav-list li {
  height: 100%;
  display: flex;
  align-items: center;
}
header .header .bx .nav .nav-list li .nav-title {
  height: 100%;
}
header .header .bx .nav .nav-list li a {
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
}
header .header .bx .nav .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--color1);
  transition: all 0.3s ease;
}
header .header .bx .nav .nav-list li.on a {
  color: var(--color2) !important;
}
header .header .bx .nav .nav-list li.on a::after {
  width: 100%;
  background-color: var(--color2);
}
header .header .bx .nav .nav-list li:hover a {
  color: var(--color1);
}
header .header .bx .nav .nav-list li:hover a::after {
  width: 100%;
}
header .header .bx .nav a {
  display: flex;
}
header .header .bx .tel {
  position: relative;
}
header .header .bx .tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background-color: #fff;
  opacity: 0.5;
}
header .header .bx .tel p {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header .bx .tel p i {
  font-size: 30px;
}
header .header .bx .tel p a {
  font-size: 28px;
}
header .header .bx .mobile {
  display: none;
  align-items: center;
}
header .header .bx .mobile i {
  color: #fff;
  font-size: 28px;
}
footer {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2784313725);
  padding-top: 65px;
  padding-bottom: 22px;
}
footer .bx {
  display: flex;
  flex-direction: column;
}
footer .bx .top {
  border-bottom: 2px solid #333333;
  padding: 0 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .bx .top .logo {
  height: 80px;
  margin: auto 0;
}
footer .bx .top .logo a {
  height: 100%;
  display: block;
}
footer .bx .top .text {
  padding: 0 90px;
  flex-grow: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bx .top .text h2 {
  text-align: center;
  width: 100%;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
footer .bx .top .text .item {
  width: 50%;
  text-align: center;
  letter-spacing: 1px;
}
footer .bx .top .text .item p {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 10px;
}
footer .bx .top .text .item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
footer .bx .top .text .item span {
  font-size: 12px;
}
footer .bx .top .text h4 {
  letter-spacing: 1px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
footer .bx .top .text .nav-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .bx .top .text .nav-list .nav-title {
  margin-bottom: 15px;
}
footer .bx .top .text .nav-list .nav-title a {
  transition: all 0.3s ease;
}
footer .bx .top .text .nav-list .nav-title a:hover {
  color: var(--color1);
}
footer .bx .top .text .nav-list .sub-nav-list li {
  line-height: 28px;
}
footer .bx .top .text .nav-list .sub-nav-list a {
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.3s ease;
}
footer .bx .top .text .nav-list .sub-nav-list a:hover {
  opacity: 1;
  color: var(--color1);
}
footer .bx .top .icon {
  display: flex;
  justify-content: flex-end;
}
footer .bx .top .icon h3 {
  color: var(--color1);
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
footer .bx .top .icon ul {
  display: flex;
  gap: 15px;
  justify-content: center;
}
footer .bx .top .icon ul li a {
  display: block;
}
footer .bx .top .icon ul li i {
  font-size: 25px;
  transition: all 0.3s ease;
}
footer .bx .top .icon ul li img {
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
footer .bx .top .icon ul li i:hover {
  color: var(--color1);
}
footer .bx .bottom {
  display: flex;
  justify-content: center;
}
footer .bx .bottom .contact {
  display: flex;
  align-items: center;
  gap: 50px;
}
footer .bx .bottom .contact h3 {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
footer .bx .bottom .contact p {
  margin-bottom: 10px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}
main.index .list1 {
  padding: 80px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
main.index .list1 .bx {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.index .list1 .bx .img {
  width: 520px;
  height: 450px;
  font-size: 0;
  margin-right: 80px;
}
main.index .list1 .bx .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: r360 20s linear infinite;
}
main.index .list1 .bx .text {
  max-width: 700px;
  text-align: left;
}
main.index .list1 .bx .text h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
main.index .list1 .bx .text h2 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
}
main.index .list1 .bx .text p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 70px;
}
main.index .list1 .bx .text .but {
  display: flex;
  justify-content: flex-start;
}
main.index .list1 .bx .text .but a {
  border-radius: 50px;
  padding: 15px 40px;
  background-color: var(--color2);
  color: #fff;
  display: flex;
  align-items: center;
}
main.index .list1 .bx .text .but a i {
  margin-left: 10px;
  padding: 3px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color2);
  transition: all 0.8s ease;
}
main.index .list1 .bx .text .but a:hover i {
  margin-left: 20px;
}
main.index .list2 {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
main.index .list2 .bx {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.index .list2 .bx h3 {
  font-size: 20px;
  margin-bottom: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
main.index .list2 .bx h2 {
  text-align: center;
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
}
main.index .list2 .bx .menu {
  overflow: hidden;
}
main.index .list2 .bx .tab {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
main.index .list2 .bx .tab p {
  font-size: 18px;
  line-height: 45px;
  padding: 0 30px;
  border-radius: 35px;
  border: 1px solid #d3d3d3;
  transition: all 0.3s ease;
  cursor: pointer;
}
main.index .list2 .bx .tab p.on,
main.index .list2 .bx .tab p:hover {
  border: 1px solid var(--color2);
  color: #fff;
  background-color: var(--color2);
}
main.index .list2 .bx .tab-content {
  transition: all 0.8s ease;
  padding: 2px;
  display: flex;
  align-items: flex-start;
}
main.index .list2 .bx .tab-content > div {
  flex-shrink: 0;
  width: 100%;
  padding: 2px;
}
main.index .list2 .bx .tab-content > div .son {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main.index .list2 .bx .tab-content > div .son .img {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background: #f4f1ea;
  position: relative;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  border-radius: 7px;
}
main.index .list2 .bx .tab-content > div .son .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
main.index .list2 .bx .tab-content > div .son .img .tit {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translateY(calc(100% + 1px));
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.index .list2 .bx .tab-content > div .son .text {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 20px;
  padding-bottom: 0;
  transition: all 0.8s ease;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.index .list2 .bx .tab-content > div .son .text a {
  display: block;
}
main.index .list2 .bx .tab-content > div .son .text div {
  margin-bottom: 16px;
  line-height: 1.5;
}
main.index .list2 .bx .tab-content > div .son .text h6 {
  font-size: 18px;
}
main.index .list2 .bx .tab-content > div .son:hover .img img {
  transform: scale(1.1);
}
main.index .list2 .bx .tab-content > div .son:hover .img .tit {
  transform: translateY(0);
}
main.index .list2 .bx .tab-content > div .son:hover .text {
  z-index: -1;
  opacity: 0;
  transform: translateY(-100%);
}
main.index .list2 .bx .son-1 {
  background: #f4f1ea;
  color: #333;
  transition: 0.8s all;
  box-shadow: 0px 0px 2px 0px transparent;
}
main.index .list2 .bx .son-1:hover {
  box-shadow: 0px 0px 10px 0px #ccc;
}
main.index .list2 .bx .son-1:hover .img .images,
main.index .list2 .bx .son-1:hover .img .bj2 {
    transform: translate(-50%, -50%) scale(1.1);
}
main.index .list2 .bx .son-1 .text h4 {
  color: #555454;
  margin: 0;
}
main.index .list2 .bx .son-1 .text .text {
  color: #333;
}
main.index .list2 .bx .son-1:hover h4 {
  color: var(--color2);
}
main.index .list2 .bx .son-1:hover h6 {
  color: var(--color2);
}
main.product .list3,
main.index .list3 {
  padding: 80px 0;
  background-image: url(../images/bj2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
main.product .list3 .bx,
main.index .list3 .bx {
  height: 100%;
  display: flex;
  gap: 30px;
}
main.product .list3 .bx .left,
main.index .list3 .bx .left {
  width: 25%;
  border: 2px dashed #999;
  padding: 35px 40px 30px;
  text-align: center;
  border-radius: 7px;
  display: none;
}
main.product .list3 .bx .left h2,
main.index .list3 .bx .left h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: var(--color1);
}
main.product .list3 .bx .left .item,
main.index .list3 .bx .left .item {
  margin-bottom: 30px;
}
main.product .list3 .bx .left .item h3,
main.index .list3 .bx .left .item h3 {
  padding-bottom: 6px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 18px;
}
main.product .list3 .bx .left .item h4,
main.index .list3 .bx .left .item h4 {
  padding-bottom: 6px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 24px;
  color: var(--color1);
}
main.product .list3 .bx .left .item p,
main.index .list3 .bx .left .item p {
  padding-bottom: 6px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color2);
}
main.product .list3 .bx .right,
main.index .list3 .bx .right {
  flex-grow: 1;
  /*border: 2px dashed #999;*/
  padding: 35px 40px 30px;
  text-align: center;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
main.product .list3 .bx .right h2,
main.index .list3 .bx .right h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: var(--color1);
}
main.product .list3 .bx .right h3,
main.index .list3 .bx .right h3 {
  font-size: 40px;
  margin-bottom: 50px;
  color: var(--color1);
  display: none;
}
main.product .list3 .bx .right .info,
main.index .list3 .bx .right .info {
  /*margin-bottom: 10px;*/
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main.product .list3 .bx .right .info .info-left,
main.index .list3 .bx .right .info .info-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main.product .list3 .bx .right .info .info-left {
  width: 50%;
  /*padding: 10px;*/
  border: 1px dashed #99999980;
  border-right: none;
  border-radius: 7px 0 0 0;

}
main.product .list3 .bx .right .info .info-left .box {
      width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}
main.product .list3 .bx .right .info .info-left .box .son:nth-child(1) {
    border-bottom: 1px dashed #99999980;
    border-top: 1px dashed #99999980;
}
main.product .list3 .bx .right .info .info-left .box .son {
  width: 100%;
  padding: 20px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main.product .list3 .bx .right .info .info-left h4,
main.index .list3 .bx .right .info .info-left h4 {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  color: var(--color1);
}
main.product .list3 .bx .right .info .info-left h6,
main.index .list3 .bx .right .info .info-left h6 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main.product .list3 .bx .right .info .info-right h6 .tit,
main.product .list3 .bx .right .info .info-left h6 .tit {
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
}
main.product .list3 .bx .right .info .info-left h6 span,
main.index .list3 .bx .right .info .info-left h6 span {
  color: var(--color1);
  font-weight: bold;
  font-size: 20px;
}
main.product .list3 .bx .right .info .info-left p,
main.index .list3 .bx .right .info .info-left p {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
main.product .list3 .bx .right .info .info-left p.p {
  margin-bottom: 0;
  /*padding-bottom: 0;*/
}
main.product .list3 .bx .right .info .info-right,
main.index .list3 .bx .right .info .info-right {
    /*min-width: calc(100% / 3);*/
    flex-grow: 1;
  /*margin-right: 50px;*/
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main.product .list3 .bx .right .info .info-right {
    width: 50%;
    flex-grow: 1;
    /* padding: 10px; */
    border: 1px dashed #99999980;
    border-radius: 0 7px 0 0;
}
main.product .list3 .bx .right .info .info-right .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
main.product .list3 .bx .right .info .info-right .box .son {
    border-top: 1px dashed #99999980;
    width: 100%;
    padding: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
main.product .list3 .bx .right .info .info-right h4,
main.index .list3 .bx .right .info .info-right h4 {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  color: var(--color1);
}
main.product .list3 .bx .right .info .info-right h6,
main.index .list3 .bx .right .info .info-right h6 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main.product .list3 .bx .right .info .info-right h6 span,
main.index .list3 .bx .right .info .info-right h6 span {
  color: var(--color1);
  font-weight: bold;
  font-size: 20px;
}
main.product .list3 .bx .right .h5,
main.product .list3 .bx .right .info .info-right h5,
main.index .list3 .bx .right .info .info-right h5 {
  padding-top: 30px;
  font-size: 1rem;
  padding-bottom: 30px;
  padding-left: 20px;
  /*margin-bottom: 30px;*/
  width: 100%;
  /*border-radius: 0 0 7px 7px;*/
  border: 1px dashed #99999980;
  border-top: none;
  display: flex;
  justify-content: space-between;
flex-direction: column;
    align-items: center;
}
main.product .list3 .bx .right .h5 p,
main.product .list3 .bx .right .info .info-right p,
main.index .list3 .bx .right .info .info-right p {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: var(--color1);
}
main.product .list3 .bx .right .tips,
main.index .list3 .bx .right .tips {
  text-align: left;
  border-radius: 0 0 7px 7px;
  border: 1px dashed #99999980;
  border-top: none;
  padding: 30px 20px 0;
}
main.product .list3 .bx .right .tips h4,
main.index .list3 .bx .right .tips h4 {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  color: var(--color2);
}
main.product .list3 .bx .right .tips p,
main.index .list3 .bx .right .tips p {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*color: var(--color2);*/
}
main.product .list3 .bx .right .tips ul li,
main.index .list3 .bx .right .tips ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
main.index .list4 {
  padding: 80px 0 80px;
}
main.index .list4 .bx {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.index .list4 .bx h3 {
  font-size: 16px;
  color: var(--color1);
  text-transform: uppercase;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
main.index .list4 .bx h2 {
  text-align: center;
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
}
main.index .list4 .bx .news {
  color: #333;
}
main.index .list5 {
  padding: 100px 0;
  background-image: url(../images/bj3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  z-index: 0;
}
main.index .list5::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2784313725);
  z-index: -1;
}
main.index .list5 h3 {
  font-size: 16px;
  color: var(--color1);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
main.index .list5 h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
}
main.index .list5 .box {
  margin-top: 20px;
}
main.index .list5 .box .son {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.index .list5 .box .son a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.index .list5 .box .son .icon {
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.8s ease;
}
main.index .list5 .box .son .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}
main.index .list5 .box .son .icon:hover {
  transform: rotateY(180deg);
}
main.index .list5 .box .son p {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.about .info1 {
  padding: 45px 0 80px;
}
main.about .info1 .con {
  border-radius: 16px;
  padding-bottom: 80px;
  background-color: #fff;
}
main.about .info1 .con p {
  font-size: 16px;
  line-height: 2;
}
main.about .info1 .con p span {
  font-size: 24px !important;
}
main.about .info2 {
  padding: 45px 0 80px;
  background-color: #f6f6f6;
}
main.about .info2 .con h2 {
  font-size: 28px;
  text-align: center;
}
main.about .info2 .con .box {
  margin-top: 45px;
}
main.about .info2 .con .box .son {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.about .info2 .con .box .son .icon {
  width: 105px;
  height: 120px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: var(--color2);
  transition: all 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.about .info2 .con .box .son .icon img {
  font-size: 40px;
  color: #fff;
}
main.about .info2 .con .box .son .text {
  text-align: center;
}
main.about .info2 .con .box .son .text h3 {
  font-size: 22px;
  margin: 25px 0 10px;
}
main.about .info2 .con .box .son .text p {
  line-height: 1.5;
}
main.about .info2 .con .box .son:hover .icon {
  background-color: var(--color1);
  transform: rotateY(180deg);
}
main.about .info3 {
  padding: 45px 0 80px;
}
main.about .info3 .con h2 {
  font-size: 28px;
  text-align: center;
}
main.about .info3 .con .box {
  margin-top: 45px;
}
main.about .info3 .con .box .son {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
main.about .info3 .con .box .son .img {
  font-size: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
main.about .info3 .con .box .son .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
main.about .info3 .con .box .son .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 20px;
  transition: all 0.8s ease;
}
main.about .info3 .con .box .son .text h3 {
  text-align: center;
  color: #fff;
  line-height: 70px;
  height: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.about .info3 .con .box .son::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  z-index: 1;
  transition: 0.6s;
}
main.about .info3 .con .box .son::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
main.about .info3 .con .box .son:hover .img img {
  transform: scale(1.1);
}
main.about .info3 .con .box .son:hover::after {
  height: 200%;
  transition: all 0.8s;
  background-color: transparent;
}
main.about .info4 {
  padding: 45px 0 80px;
}
main.about .info4 .con h2 {
  font-size: 28px;
  text-align: center;
}
main.about .info4 .con .box {
  margin-top: 45px;
}
main.about .info4 .con .box .mySwiper4 .swiper-wrapper {
  padding-bottom: 20px;
}
main.about .info4 .con .box .mySwiper4 .pagination4 span {
  opacity: 1;
  background-color: var(--color2);
  width: 15px;
  height: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
main.about .info4 .con .box .mySwiper4 .pagination4 span.swiper-pagination-bullet-active {
  background-color: var(--color1);
  width: 30px;
}
main.about .info4 .con .box .mySwiper4 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.about .info4 .con .box .mySwiper4 .swiper-slide .img {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
main.about .info4 .con .box .mySwiper4 .swiper-slide .img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
main.about .info4 .con .box .mySwiper4 .swiper-slide .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
main.about .info4 .con .box .mySwiper4 .swiper-slide .text {
  text-align: center;
  padding: 15px;
  padding-top: 30px;
}
main.about .info4 .con .box .mySwiper4 .swiper-slide .text p {
  line-height: 1.5;
}
main.about .info4 .con .box .mySwiper4 .swiper-slide .text h3 {
  margin-top: 15px;
  font-size: 22px;
}
main.about .info4 .con .box .mySwiper4 .swiper-slide:hover .img img {
  transform: scale(1.1);
}
main.about .info4 .con .box .mySwiper4 .swiper-slide:hover .img::after {
  height: 200%;
  transition: all 0.8s;
  background-color: transparent;
}
main.news .list {
  padding: 45px 0 80px;
}
main.news .list .son-box {
  border-radius: 16px;
  gap: 30px 50px;
}
main.news .list .son-box .son-2 {
  background-color: #fff;
}
main.news .list .son-box .page-1 {
  grid-column: 1/-1;
}

main.product .banner2 {
  /*height: 100vh;*/
}
main.product .list {
  padding: 45px 0 80px;
}
main.product .list h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
main.product .list .son-box {
  border-radius: 16px;
  margin-bottom: 30px;
}
main.product .list .son-box.grid-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
main.product .list .son-box .son,
main.product .list .son-box .son2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main.product .list .son-box .son .img,
main.product .list .son-box .son2 .img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background: #f4f1ea;
  position: relative;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  border-radius: 7px;
}
main.product .list .son-box .son .img img,
main.product .list .son-box .son2 .img img {
  padding: 20px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.8s ease;
}
main.product .list .son-box .son .img .tit,
main.product .list .son-box .son2 .img .tit {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translateY(calc(100% + 1px));
  transition: all 0.8s ease;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.product .list .son-box .son .text,
main.product .list .son-box .son2 .text {
  position: relative;
  width: 100%;
  padding: 20px;
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.product .list .son-box .son .text a,
main.product .list .son-box .son2 .text a {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
main.product .list .son-box .son .text div,
main.product .list .son-box .son2 .text div {
  margin-bottom: 16px;
  line-height: 1.5;
}
main.product .list .son-box .son .text h6,
main.product .list .son-box .son2 .text h6 {
  font-size: 18px;
}
main.product .list .son-box .son:hover .img img,
main.product .list .son-box .son2:hover .img img {
  transform: scale(1.1);
}
main.product .list .son-box .son:hover .img .tit,
main.product .list .son-box .son2:hover .img .tit {
  transform: translateY(0);
}
main.product .list .son-box .son:hover .text,
main.product .list .son-box .son2:hover .text {
  z-index: -1;
  opacity: 0;
  transform: translateY(-100%);
}
main.product .list .son-box .son2 .img {
  padding-bottom: 70%;
}
main.product .list .son-box .page-1 {
  grid-column: 1/-1;
}
main.recruit .info {
  padding: 45px 0 80px;
}
main.recruit .info .form {
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 30px;
}
main.recruit .info .form form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
main.recruit .info .form form select,
main.recruit .info .form form textarea,
main.recruit .info .form form input {
  border-radius: 7px;
  border: 1px solid #333;
  height: 50px;
  padding: 0 15px;
}
main.recruit .info .form form textarea {
  height: 100px;
  padding: 15px;
}
main.recruit .info .form form label {
  display: flex;
  flex-direction: column;
}
main.recruit .info .form form label span {
  margin-bottom: 20px;
}
main.recruit .info .form form label.textarea.text1 {
  grid-column: 1/3;
}
main.recruit .info .form form label.textarea.text2 {
  grid-column: 3/5;
}
main.recruit .info .form form label.textarea.text3 {
  grid-column: 1/-1;
}
main.recruit .info .form form label .upload-btn {
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: 7px;
}
main.recruit .info .form form label .upload-btn #test1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
main.recruit .info .form form .upload {
  position: relative;
}
main.recruit .info .form form .upload span {
  position: absolute;
  margin: 0;
  inset: 0;
  background-color: #fff;
  z-index: 1;
  border-radius: 7px;
  border: 1px solid var(--color2);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
main.recruit .info .form form .upload span i {
  font-size: 20px;
}
main.recruit .info .form form .upload:hover span {
  color: #fff;
  background-color: var(--color2);
}
main.recruit .info .form form .btn {
  background-color: var(--color2);
  color: #fff;
  border: none;
  border-radius: 10px;
  height: 50px;
  width: 175px;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
main.recruit .info .form form .btn:hover {
  background-color: var(--color1);
}
main.contact .info {
  padding: 45px 0 80px;
}
main.contact .info .son-box {
  border-radius: 16px;
  margin-bottom: 60px;
}
main.contact .info .form {
  height: 620px;
  display: flex;
  justify-content: space-between;
}
main.contact .info .form .img {
  width: 50%;
}
main.contact .info .form .img img {
  width: 200%;
  height: 100%;
  max-width: none;
  margin-left: calc(-100% - 100px);
  border-radius: 0 100vh 100vh 0;
}
main.contact .info .form form {
  width: 50%;
  padding: 46px 42px 46px 38px;
  border-radius: 16px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
main.contact .info .form form h2,
main.contact .info .form form .textarea {
  grid-column: 1/-1;
}
main.contact .info .form form input,
main.contact .info .form form textarea {
  border-radius: 7px;
  border: 1px solid #333;
  height: 50px;
  padding: 0 15px;
}
main.contact .info .form form h2 {
  font-size: 30px;
}
main.contact .info .form form textarea {
  padding: 15px;
  height: 100px;
}
main.contact .info .form form label {
  display: flex;
  flex-direction: column;
}
main.contact .info .form form label span {
  margin-bottom: 20px;
}
main.contact .info .form form .btn {
  background-color: var(--color2);
  color: #fff;
  border: none;
  border-radius: 10px;
  height: 50px;
  width: 175px;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
main.contact .info .form form .btn:hover {
  background-color: var(--color1);
}
main.info-1 .info {
  padding: 45px 0 80px;
}
main.info-1 .info .bx {
  display: flex;
}
main.info-1 .info .bx .left {
  width: 75%;
  margin-right: 20px;
  border-radius: 16px;
}
main.info-1 .info .bx .left .title {
  text-align: center;
}
main.info-1 .info .bx .left .title h2 {
  margin-bottom: 40px;
  font-size: 32px;
}
main.info-1 .info .bx .left .title p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
main.info-1 .info .bx .left .title p span {
  display: flex;
  align-items: center;
  gap: 5px;
}
main.info-1 .info .bx .left .con {
  padding-top: 30px;
}
main.info-1 .info .bx .left .con p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
main.info-1 .info .bx .right {
  width: 25%;
  padding: 50px 30px 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 16px;
}
main.info-1 .info .bx .right h2 {
  margin-bottom: 30px;
  font-size: 26px;
}
main.info-1 .info .bx .right .list .son-3 {
  margin-bottom: 40px;
}
.nav-mobile {
  display: none;
}
@keyframes r360 {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  main.about .info1 .con p,
  main.about .info1 .con p span {
    font-size: 16px !important;
  }
  .nav-mobile {
    display: block;
  }
  header {
    width: auto;
    left: 0;
    right: 0;
  }
  header .header .bx {
    height: 60px;
  }
  header .header .bx .logo a {
    height: 40px;
  }
  .banner .bx,
  .bx {
    width: 100%;
    padding: 0 15px;
  }
  main.contact .info .form .img,
  .mbx2,
  .mbx1,
  header .header .bx .tel,
  header .header .bx .nav {
    display: none;
  }
  main.index .list3 .bx .right .info .info-right,
  main.index .list3 .bx .right .info .info-left,
  main.index .list3 .bx .left,
  main.index .list3 .bx .right,
  .banner .bx p {
    width: 100%;
  }
  .banner .bx .b_btn {
    display: flex;
  }
  .banner .bx .b_btn a {
    padding: 10px 30px;
  }
  main.index .list1 .bx {
    flex-direction: column;
    gap: 50px;
  }
  main.index .list2 .bx .tab {
    flex-wrap: wrap;
  }

  main.index .list3 .bx {
    flex-direction: column;
  }
  main.index .list3 .bx .right .info {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  footer .bx .top {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
  footer .bx .top .text {
    padding: 0;
    width: 100%;
  }
  footer .bx .bottom .contact {
    flex-wrap: wrap;
    gap: 0;
  }
  footer .bx .top .text .nav-list {
    flex-wrap: wrap;
  }
  footer .bx .top .text .nav-list li {
    width: calc(100% / 3);
  }
  footer .bx .top .text .nav-list .sub-nav-list {
    display: none;
  }
  main.index .list5 .box .son .icon {
    width: 70%;
    padding-bottom: 70%;
  }
  main.index .list2 .bx .tab p {
    text-align: center;
    width: calc(50% - 15px * 1 / 2);
  }
  main.index .list3 .bx .right {
    padding: 35px 20px 30px;
  }
  .banner .bx h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .banner .next1,
  .banner .prev1 {
    top: auto;
    bottom: 30px;
  }
  .banner .slider_ttin p {
    bottom: 100px;
  }
  .nav-mobile {
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    width: 0%;
    background-color: #00000096;
    z-index: 9999;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .nav-mobile.on {
    width: 100%;
  }
  .nav-mobile .nav-list {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .nav-mobile .nav-list li {
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
  }
  .nav-mobile .nav-list li:last-child {
    flex-grow: 1;
  }
  header .header .bx .mobile,
  .nav-mobile .nav-list li .nav-title {
    display: flex;
  }
  .nav-mobile .nav-list li .nav-title a {
    width: 100%;
  }
  .nav-mobile .nav-list li .nav-title i {
    width: 40px;
    flex-shrink: 0;
    text-align: center;
    transition: all 0.3s ease;
  }
  .nav-mobile .nav-list li .nav-title i.on {
    transform: rotate(90deg);
  }
  .nav-mobile .nav-list li .nav-sub {
    transition: all 0.3s ease;
  }
  .nav-mobile .nav-list li .nav-sub.off {
    position: relative;
    --height: 0;
    opacity: 0;
    height: 0;
    z-index: -1;
  }
  .nav-mobile .nav-list li .nav-sub.on {
    opacity: 1;
    height: var(--height);
    z-index: 1;
  }
  main.about .info2 .con .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.about .info2 .con .box .son {
    padding: 0;
  }
  main.product .list .son-box .son2 .text {
    padding: 20px 10px;
  }
  main.index .list5 .grid-4,
  main.index .list2 .bx .tab-content .grid-5,
  main.product .list .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  main.product .list .son-box.grid-3,
  main.index .list2 .bx .tab-content .grid-4,
  main.about .info3 .con .box,
  main.product .list .grid-3,
  main.recruit .info .form form {
    grid-template-columns: repeat(1, 1fr);
  }
  main.recruit .info .form form label.textarea.text2,
  main.recruit .info .form form label.textarea.text1 {
    grid-column: 1/-1;
  }
  main.news .list .son-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
  .son-2 .img {
    height: 130px;
  }
  .son-2 .text {
    padding: 20px;
    padding-top: 40px;
  }
  main.contact .info .son-box .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  main.contact .info .form {
    height: auto;
  }
  main.contact .info .form form {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0;
  }
  footer .bx .top .icon {
    margin-bottom: 20px;
  }
  .banner2 {
    height: 200px;
  }
}
