@charset "UTF-8";
/**
 * 媒体查询
 * @param $width 屏幕宽度
 */
/**
 * 网格布局
 * @param $cols 网格列数
 * @param $gap 网格间隔
 */
.form.index .form-box .bj .bx,
.product.info .info-con .bx,
.product.info .info-intro .bx,
.product.index .product-con .product-list .title,
.product.index .product-con .bx,
.mySwiper-box .box2 .name-box .bx .name,
.mySwiper-box .box2 .name-box .bx,
footer .top nav,
footer .top .bx,
header nav .search,
header nav .tel,
header nav ul li .subs dl,
header nav ul li .subs,
header nav ul li > a,
header nav ul,
header nav .logo,
header nav .bx,
header nav,
header .top .top_left .con,
header .top .top_right .con,
header .top .top_left,
header .top .top_right,
header .top,
.pic,
.page,
.mbx2 .bx,
.mbx .bx,
.case.info .time,
.about.info .time {
  display: flex;
  flex-wrap: wrap;
}

.mySwiper-box .box3::after,
.mySwiper-box .box2::after,
.mySwiper-box .box1 .swiper-slide::after {
  content: "";
  background: url(../images/fsLine.png) repeat-x left top;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.mySwiper-box .box3 .text-box,
.mySwiper-box .box2 .text-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.mySwiper-box .box3 .text-box .bx,
.mySwiper-box .box2 .text-box .bx {
  position: relative;
}
.mySwiper-box .box3 .text-box .bx .text,
.mySwiper-box .box2 .text-box .bx .text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .mySwiper-box .box3 .text-box .bx .text,
  .mySwiper-box .box2 .text-box .bx .text {
    width: auto;
    text-align: left;
  }
}
.mySwiper-box .box3 .text-box .bx .text h2,
.mySwiper-box .box2 .text-box .bx .text h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 3px;
  display: block;
  font-weight: 500;
  transform: translateY(100px);
  opacity: 0;
  color: #fff;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 768px) {
  .mySwiper-box .box3 .text-box .bx .text h2,
  .mySwiper-box .box2 .text-box .bx .text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.mySwiper-box .box3 .text-box .bx .text p,
.mySwiper-box .box2 .text-box .bx .text p {
  line-height: 32px;
  font-weight: 100;
  margin: 10px 0px 26px;
  letter-spacing: 2px;
  transform: translateY(100px);
  opacity: 0;
  color: #fff;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 768px) {
  .mySwiper-box .box3 .text-box .bx .text p,
  .mySwiper-box .box2 .text-box .bx .text p {
    font-size: 20px;
    margin: 15px 0px 45px;
  }
}
.mySwiper-box .box3 .text-box .bx .text .a,
.mySwiper-box .box2 .text-box .bx .text .a {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.mySwiper-box .box3 .text-box .bx .text a,
.mySwiper-box .box2 .text-box .bx .text a {
  width: 120px;
  line-height: 40px;
  height: 42px;
  border: 1px solid #fff;
  background: none;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  border-radius: 0.3em;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .mySwiper-box .box3 .text-box .bx .text a,
  .mySwiper-box .box2 .text-box .bx .text a {
    padding-left: 20px;
    line-height: 46px;
    height: 48px;
    width: 180px;
  }
}
.mySwiper-box .box3 .text-box .bx .text a::after,
.mySwiper-box .box2 .text-box .bx .text a::after {
  content: "";
  background: url(../images/top_i7.png) no-repeat center center;
  height: 10px;
  width: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.mySwiper-box .box3 .text-box .bx .text a:hover,
.mySwiper-box .box2 .text-box .bx .text a:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
}
.mySwiper-box .box3 .text-box .bx .on,
.mySwiper-box .box2 .text-box .bx .on {
  z-index: 5;
}
.mySwiper-box .box3 .text-box .bx .on .a,
.mySwiper-box .box2 .text-box .bx .on .a,
.mySwiper-box .box3 .text-box .bx .on p,
.mySwiper-box .box2 .text-box .bx .on p,
.mySwiper-box .box3 .text-box .bx .on h2,
.mySwiper-box .box2 .text-box .bx .on h2 {
  transform: translateY(0px);
  opacity: 1;
}

.product.info .info-con .other .tj,
.product.index .product-con .product-list .tj {
  margin-top: 2.86vw;
}
.product.info .info-con .other .tj h4,
.product.index .product-con .product-list .tj h4 {
  font-size: 21px;
  line-height: 28px;
  height: 28px;
  padding-left: 16px;
  width: 100%;
  border-left: 4px solid var(--color1);
}
.product.info .info-con .other .tj a,
.product.index .product-con .product-list .tj a {
  display: block;
  margin-top: 1.5vw;
  position: relative;
}
.product.info .info-con .other .tj a .img,
.product.index .product-con .product-list .tj a .img {
  font-size: 0;
  overflow: hidden;
}
.product.info .info-con .other .tj a .img img,
.product.index .product-con .product-list .tj a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.product.info .info-con .other .tj a .text,
.product.index .product-con .product-list .tj a .text {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .product.info .info-con .other .tj a .text,
  .product.index .product-con .product-list .tj a .text {
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
}
.product.info .info-con .other .tj a .text h2,
.product.index .product-con .product-list .tj a .text h2 {
  font-weight: 100;
  font-size: 14px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .product.info .info-con .other .tj a .text h2,
  .product.index .product-con .product-list .tj a .text h2 {
    font-size: 18px;
    line-height: 32px;
  }
}
.product.info .info-con .other .tj a:hover .img img,
.product.index .product-con .product-list .tj a:hover .img img {
  transform: scale(1.1);
}

.case.info h2,
.about.info h2 {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 2px;
  text-align: center;
}
.case.info .time,
.about.info .time {
  color: #808080;
  line-height: 24px;
  margin: 32px 0px 36px;
  justify-content: center;
  gap: 24px;
}
.case.info .text,
.about.info .text {
  border-top: 4px solid #e6e6e6;
  padding-top: 32px;
  padding-bottom: 55px;
}
.case.info .text p,
.about.info .text p {
  text-indent: 2em;
}

.case.index .tit,
.about.index-info .text .tit {
  text-align: center;
  position: relative;
}
.case.index .tit:before,
.about.index-info .text .tit:before {
  content: "";
  background: #b5001f;
  height: 4px;
  width: 24px;
  margin-left: -12px;
  position: absolute;
  left: 50%;
  bottom: 0px;
}
.case.index .tit h2,
.about.index-info .text .tit h2 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .case.index .tit h2,
  .about.index-info .text .tit h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
.case.index .tit p,
.about.index-info .text .tit p {
  text-transform: uppercase;
  color: #cccccc;
  font-weight: 100;
  line-height: 28px;
  padding: 8px 0px;
}
@media (min-width: 768px) {
  .case.index .tit p,
  .about.index-info .text .tit p {
    font-size: 16px;
    padding: 10px 0px;
  }
}

html {
  font-size: 15px;
}
@media (min-width: 640px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1199px) {
  html {
    font-size: 14px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color1: #b5001f;
}

body {
  overflow-x: hidden;
  color: #666;
  font-family: "微软雅黑", "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #333;
}

p {
  margin: 0;
  line-height: 34px;
}

li,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

html,
body {
  position: relative;
  height: 100%;
}

@font-face {
  font-family: "EuclidCircularA-Light";
  src: url(../font/EuclidCircularA-Light.ttf);
}
main {
  padding-top: 60px;
}
@media (min-width: 993px) {
  main {
    padding-top: 116px;
  }
}

.padding {
  padding: 5.2vw 0;
}

.banner {
  position: relative;
  font-size: 0;
}
.banner img {
  width: 100%;
  height: 31.25vw;
  min-height: 240px;
}
.banner .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.banner .bx h1 {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
}
@media (min-width: 768px) {
  .banner .bx h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

.mbx {
  line-height: 60px;
  height: 61px;
  border-bottom: 1px solid #e6e6e6;
  display: none;
}
@media (min-width: 768px) {
  .mbx {
    display: block;
  }
}
.mbx .bx {
  gap: 4vw;
}
.mbx .bx a {
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 1px;
  position: relative;
}
.mbx .bx a::after {
  content: "";
  transition: all 0.5s ease-in-out;
  height: 4px;
  width: 0%;
  left: 50%;
  background: var(--color1);
  position: absolute;
  bottom: -1px;
}
.mbx .bx a.on:after,
.mbx .bx a:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}

.mbx2 .bx {
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
.mbx2 .bx a {
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.mbx2 .bx a:hover {
  color: var(--color1);
}

.mbx3 {
  line-height: 60px;
  height: 60px;
  background: #f8f8f8;
}

.page {
  justify-content: center;
  gap: 10px;
  padding-top: 40px;
}
.page a {
  padding: 0 15px;
  line-height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
.page a:hover,
.page a.on {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

.pic .fh {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.pic .fh::after {
  content: "";
  background: #e6e6e6;
  position: absolute;
  height: 1px;
  top: 29px;
  right: 0px;
  bottom: 0px;
  left: 0;
}
.pic .fh a {
  line-height: 26px;
  padding: 0 30px;
  padding-top: 65px;
  color: #808080;
  letter-spacing: 1px;
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
}
.pic .fh a::after {
  content: "";
  background: url(../images/top_i14.png) no-repeat center center;
  display: block;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  border: 1px solid #ececec;
  position: absolute;
  left: 50%;
  top: 0px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.pic .fh a:hover:after {
  background: url(../images/top_i15.png) no-repeat center center;
  background-color: var(--color1);
  border: 1px solid var(--color1);
}
.pic .prev,
.pic .next {
  text-align: center;
  display: inline-block;
  width: 200px;
  border: 1px solid #e6e6e6;
  color: #808080;
  line-height: 48px;
  transition: all 0.5s ease-in-out;
}
.pic .prev:hover,
.pic .next:hover {
  color: #fff;
  background-color: var(--color1);
}
.pic .prev {
  margin-right: auto;
}
.pic .next {
  margin-left: auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.bx {
  margin: 0 auto;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .bx {
    width: 750px;
  }
}
@media (min-width: 993px) {
  .bx {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bx {
    width: 1170px;
  }
}

header .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 30px;
  line-height: 36px;
  background-color: var(--color1);
  display: none;
}
@media (min-width: 993px) {
  header .top {
    display: flex;
  }
}
header .top .top_left,
header .top .top_right {
  gap: 20px;
  color: #fff;
}
header .top .top_left .span,
header .top .top_right .span {
  font-size: 12px;
  opacity: 0.7;
}
header .top .top_left .con,
header .top .top_right .con {
  align-items: center;
  gap: 5px;
  color: #e1c664;
}
header .top .top_right {
  margin-left: auto;
}
header .top .top_right a {
  color: #fff;
}
header nav {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 60px;
  transition: all 0.5s ease-in-out;
  transition: top 0.05s;
}
@media (min-width: 993px) {
  header nav {
    top: 36px;
    height: 80px;
  }
}
header nav .bx {
  height: 100%;
}
@media (min-width: 993px) {
  header nav .bx {
    width: 100%;
    padding: 0 30px;
  }
}
header nav .logo {
  align-items: center;
  gap: 10px;
  height: 100%;
  font-size: 0;
  position: relative;
}
header nav .logo img {
  height: 30px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  header nav .logo img {
    height: 55px;
  }
}
header nav .logo img + img {
  position: absolute;
  left: 0;
  opacity: 0;
}
header nav .logo p {
  font-size: 19px;
  line-height: 36px;
  font-weight: bold;
  color: #5f5f5f;
  font-family: 黑体;
}
@media (min-width: 768px) {
  header nav .logo p {
    font-size: 26px;
  }
}
header nav .logo span {
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  display: none;
}
@media (min-width: 768px) {
  header nav .logo span {
    display: block;
  }
}
header nav ul {
  align-items: center;
  margin: 0 auto;
  height: 100%;
  display: none;
}
@media (min-width: 993px) {
  header nav ul {
    display: flex;
  }
}
header nav ul li {
  height: 80px;
  padding: 0 1vw;
}
header nav ul li > a {
  align-items: center;
  height: 100%;
  transition: all 0.5s ease-in-out;
  position: relative;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 1200px) {
  header nav ul li > a {
    font-size: 17px;
  }
}
header nav ul li > a:hover {
  color: var(--color1) !important;
}
header nav ul li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color1);
  transition: all 0.5s ease-in-out;
}
header nav ul li > a.on::after,
header nav ul li > a:hover::after {
  width: 100%;
  left: 0;
  right: 0;
}
header nav ul li .sub {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  line-height: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
header nav ul li .sub a {
  line-height: 100px;
  padding: 0 1.3vw;
  transition: all 0.5s ease-in-out;
}
header nav ul li .sub a:hover {
  color: var(--color1);
}
header nav ul li .subs {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 40px 50px;
  gap: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
header nav ul li .subs .list {
  position: relative;
}
header nav ul li .subs .list::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #f5f5f5;
}
header nav ul li .subs strong {
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: normal;
}
header nav ul li .subs dl {
  gap: 30px;
  padding: 54px 0;
}
header nav ul li .subs dl a {
  text-align: center;
  position: relative;
}
header nav ul li .subs dl a img {
  transition: all 0.5s ease-in-out;
}
header nav ul li .subs dl a img + img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
header nav ul li .subs dl a p {
  transition: all 0.5s ease-in-out;
}
header nav ul li .subs dl a:hover img {
  opacity: 0;
}
header nav ul li .subs dl a:hover img + img {
  opacity: 1;
}
header nav ul li .subs dl a:hover p {
  color: var(--color1);
}
header nav ul li:hover .sub {
  opacity: 1;
  visibility: visible;
}
header nav ul li:hover .subs {
  opacity: 1;
  visibility: visible;
}
header nav .tel {
  height: 100%;
  align-items: center;
  gap: 10px;
  font: 24px/80px EuclidCircularA-Light;
  color: #fff;
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  header nav .tel {
    display: flex;
  }
}
header nav .tel img {
  width: 36px;
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
header nav .tel img + img {
  position: absolute;
  left: 0;
  opacity: 0;
}
header nav .tel span {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
header nav .search {
  align-items: center;
  height: 100%;
  position: relative;
  margin-left: 2.86vw;
}
header nav .search img {
  transition: all 0.5s ease-in-out;
}
header nav .search img + img {
  position: absolute;
  left: 0;
  opacity: 0;
}
header nav .mobile {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 993px) {
  header nav .mobile {
    display: none;
  }
}
header nav .mobile i {
  font-size: 40px;
}
header nav.on,
header nav:hover {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
header nav.on .logo img,
header nav:hover .logo img {
  opacity: 0;
}
header nav.on .logo img + img,
header nav:hover .logo img + img {
  opacity: 1;
}
header nav.on ul li > a,
header nav:hover ul li > a {
  color: #333;
}
header nav.on .tel img,
header nav:hover .tel img {
  opacity: 0;
}
header nav.on .tel img + img,
header nav:hover .tel img + img {
  opacity: 1;
}
header nav.on .tel span,
header nav:hover .tel span {
  color: var(--color1);
}
header nav.on .search img,
header nav:hover .search img {
  opacity: 0;
}
header nav.on .search img + img,
header nav:hover .search img + img {
  opacity: 1;
}
header .bj {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
}
header .bj.on {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-in-out;
  height: calc(100vh - 60px);
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.mobile-nav-wrap a {
  color: #fff;
  display: block;
  white-space: nowrap;
}
.mobile-nav-wrap .mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  padding-top: 20px;
  height: calc(100vh - 60px);
  overflow-y: auto;
}
.mobile-nav-wrap .mobile-nav li {
  line-height: 46px;
}
.mobile-nav-wrap .mobile-nav li .title {
  display: flex;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-nav-wrap .mobile-nav li .title a {
  width: 100%;
}
.mobile-nav-wrap .mobile-nav li .title i {
  width: 46px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.mobile-nav-wrap .mobile-nav li .title i.on {
  transform: rotate(90deg);
}
.mobile-nav-wrap .mobile-nav li .sub {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.mobile-nav-wrap .mobile-nav li .sub a {
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-nav-wrap .mobile-nav .t {
  height: 100%;
}

footer {
  width: 100%;
  background: #f5f5f5;
  padding-top: 4.16vw;
}
footer .top {
  padding-bottom: 60px;
}
footer .top nav {
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  footer .top nav {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
    margin-right: auto;
    width: auto;
  }
}
footer .top nav dl {
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  footer .top nav dl {
    border: none;
  }
}
footer .top nav dl div {
  padding: 10px 0;
  display: none;
}
@media (min-width: 768px) {
  footer .top nav dl div {
    padding: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  footer .top nav dl .d1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 30px;
  }
}
footer .top nav dl dt {
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 2px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  footer .top nav dl dt {
    display: block;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 1.04vw;
  }
}
footer .top nav dl dt i {
  margin-left: auto;
  transition: all 0.5s ease-in-out;
  font-size: 10px;
}
@media (min-width: 768px) {
  footer .top nav dl dt i {
    display: none;
  }
}
footer .top nav dl dt i.on {
  transform: rotate(90deg);
}
footer .top nav dl dd {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 1px;
}
footer .top nav dl dd a {
  color: #808080;
  transition: all 0.5s ease-in-out;
}
footer .top nav dl dd a:hover {
  color: var(--color1);
}
@media (min-width: 768px) {
  footer .top nav dl dd {
    display: block;
    line-height: 28px;
  }
}
footer .top .erweima {
  /*display: none;*/
  padding-top: 30px;
}
@media (min-width: 768px) {
  footer .top .erweima {
    display: block;
    padding-top: 0;
  }
}
footer .top .erweima p {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .top .erweima p span {
  display: block;
  width: 100%;
  color: var(--color1);
  font-size: 30px;
  font-family: impact;
  margin-bottom: 10px;
  font-weight: normal;
}
footer .top .erweima p i {
  color: var(--color1);
}
footer .top .erweima .erweima-img {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .top .erweima .erweima-img img {
  width: 90px;
  height: 90px;
}
footer .bottom {
  background: var(--color1);
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 1.45vw 0px;
  text-align: center;
}
footer .bottom a {
  color: #fff;
}

.mySwiper-box .box1 img {
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 768px) {
  .mySwiper-box .box1 img {
    display: block;
  }
}
.mySwiper-box .box1 img + img {
  display: block;
}
@media (min-width: 768px) {
  .mySwiper-box .box1 img + img {
    display: none;
  }
}
.mySwiper-box .box1 .sj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  background-repeat: no-repeat;
  background-position-x: calc(100% + 60px);
  background-position-y: 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .mySwiper-box .box1 .sj {
    display: none;
  }
}
.mySwiper-box .box1 .swiper-slide {
  position: relative;
}
.mySwiper-box .box1 .swiper-pagination {
  bottom: 60px;
}
.mySwiper-box .box1 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  position: relative;
}
.mySwiper-box .box1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color1);
}
.mySwiper-box .box1 .swiper-button-next,
.mySwiper-box .box1 .swiper-button-prev {
  color: #fff;
  opacity: 0.3;
}
.mySwiper-box .box1 .swiper-button-next {
  right: 30px;
}
.mySwiper-box .box1 .swiper-button-prev {
  left: 30px;
}
.mySwiper-box .box2 {
  position: relative;
}
.mySwiper-box .box2 .img-box .bjt {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.mySwiper-box .box2 .img-box .on {
  opacity: 1;
}
.mySwiper-box .box2 .name-box {
  position: absolute;
  width: 100%;
  bottom: 100px;
  z-index: 5;
}
@media (min-width: 768px) {
  .mySwiper-box .box2 .name-box {
    bottom: 60px;
  }
}
.mySwiper-box .box2 .name-box .bx {
  flex-wrap: nowrap;
  align-items: center;
  height: 60px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .mySwiper-box .box2 .name-box .bx {
    height: 90px;
  }
}
.mySwiper-box .box2 .name-box .bx .name {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.mySwiper-box .box2 .name-box .bx .name img {
  display: none;
}
@media (min-width: 768px) {
  .mySwiper-box .box2 .name-box .bx .name img {
    display: block;
  }
}
.mySwiper-box .box2 .name-box .bx .name strong {
  font-weight: normal;
  color: #333;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}
@media (min-width: 768px) {
  .mySwiper-box .box2 .name-box .bx .name strong {
    font-size: 20px;
  }
}
.mySwiper-box .box2 .name-box .bx .on {
  background-color: var(--color1);
}
.mySwiper-box .box2 .name-box .bx .on strong {
  color: #fff;
}
.mySwiper-box .box3 {
  position: relative;
}
.mySwiper-box .box3 img {
  width: 100%;
  height: 100%;
}
.mySwiper-box .box3 .text-box .bx .text {
  left: 0;
}
.mySwiper-box .box3 .text-box .bx .text h2 {
  font-weight: 600;
  color: #333;
}
.mySwiper-box .box3 .text-box .bx .text p {
  color: #666;
}
.mySwiper-box .box3 .text-box .bx .text a {
  color: #333;
  border-color: #333;
}
.mySwiper-box .box3 .text-box .bx .text a::after {
  background-image: url(../images/top_i8.png);
  transition: all 0.5s ease-in-out;
}
.mySwiper-box .box3 .text-box .bx .text a:hover::after {
  background-image: url(../images/top_i7.png);
}
.mySwiper-box .box4 {
  position: relative;
}
.mySwiper-box .box4 .bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 18px;
}
.mySwiper-box .box4 .top {
  padding: 25px 15px 35px;
  background: url(../images/form.jpg) no-repeat center center;
  margin-top: 10%;
}
@media (min-width: 993px) {
  .mySwiper-box .box4 .top {
    padding: 2.6vw 33.33% 2vw 46px;
  }
}
.mySwiper-box .box4 .top h4 {
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 22px;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mySwiper-box .box4 .top form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.mySwiper-box .box4 .top form input {
  height: 56px;
  line-height: 54px;
  background: #fff;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  border: 1px solid #fff;
  border-radius: 0.2em;
}
.mySwiper-box .box4 .top form input[type="submit"] {
  background: transparent;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ddd;
  color: #333;
}
.mySwiper-box .box4 .top form input[type="submit"]:hover {
  background-color: var(--color1);
  color: #fff;
}
.mySwiper-box .box4 .bottom {
  max-height: 100%;
  height: auto;
}
.mySwiper-box .box4 .bottom a .img {
  font-size: 0;
  overflow: hidden;
}
.mySwiper-box .box4 .bottom a .img img {
  transition: all 0.5s ease-in-out;
}
.mySwiper-box .box4 .bottom a .text {
  padding: 1.28vw 1.82vw 10px;
}
.mySwiper-box .box4 .bottom a .text p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mySwiper-box .box4 .bottom a .text strong {
  line-height: 26px;
  display: block;
  font-weight: normal;
  margin: 8px 0px 1.45vw;
  margin-bottom: 1.2vw;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mySwiper-box .box4 .bottom a .text span {
  color: var(--color1);
}
.mySwiper-box .box4 .bottom a:hover .img img {
  transform: scale(1.05);
}
.mySwiper-box .box4 .bottom a:hover .text strong {
  color: var(--color1);
}
.mySwiper-box .box5 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.about.index .text h2 {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .about.index .text h2 {
    font-size: 30px;
    text-align: left;
  }
}
.about.index .text .content {
  margin-top: 25px;
}
.about.index .text p {
  text-indent: 2em;
}
.about.index .img {
  background: #f5f5f5;
}
.about.index .img h2 {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .about.index .img h2 {
    font-size: 30px;
    text-align: left;
  }
}
.about.index .img h4 {
  font-size: 16px;
  line-height: 36px;
  margin: 18px 0px 34px;
  text-align: center;
}
@media (min-width: 768px) {
  .about.index .img h4 {
    font-size: 24px;
    text-align: left;
  }
}
.about.index .img .gridbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media (min-width: 768px) {
  .about.index .img .gridbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.about.index .img .gridbox .grid .img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about.index .img .gridbox .grid .img {
    height: 220px;
  }
}
.about.index .img .gridbox .grid .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.about.index .img .gridbox .grid .text {
  padding-top: 10px;
}
.about.index .img .gridbox .grid .text p {
  text-indent: 0;
  line-height: 36px;
  height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  color: #555;
}
.about.index .img .gridbox .grid .text p::after {
  content: "";
  background: #e6e6e6;
  height: 1px;
  width: 240px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.about.index .img .gridbox .grid .text p::before {
  content: "";
  background: var(--color1);
  height: 3px;
  width: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.about.index .img .gridbox .grid .text strong {
  font-size: 20px;
  line-height: 42px;
  display: block;
  font-weight: normal;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
}
.about.index .img .gridbox .grid:hover .img img {
  transform: scale(1.1);
}
.about.news .news-list .list .box {
  position: relative;
  width: 100%;
  padding: 20px 0px;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .about.news .news-list .list .box {
    padding: 40px 0px;
  }
}
.about.news .news-list .list .box:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.about.news .news-list .list .box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f3f4f8;
  transition: all 1s ease;
  z-index: -1;
}
.about.news .news-list .list .box a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .about.news .news-list .list .box a {
    gap: 30px;
    flex-wrap: nowrap;
  }
}
.about.news .news-list .list .box .img {
  flex-shrink: 0;
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about.news .news-list .list .box .img {
    width: 420px;
  }
}
.about.news .news-list .list .box .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.about.news .news-list .list .box .text h2 {
  font-size: 21px;
  line-height: 50px;
  display: block;
  height: 50px;
  font-weight: normal;
  transition: all 0.5s ease-in-out;
}
.about.news .news-list .list .box .text p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: normal;
  margin-top: 17px;
  color: #333;
  overflow: hidden;
}
.about.news .news-list .list .box .text div {
  margin-top: 20px;
  line-height: 34px;
  height: 34px;
  color: #808080;
}
.about.news .news-list .list .box:hover:after {
  left: 0;
  width: 100%;
}
.about.news .news-list .list .box:hover .img img {
  transform: scale(1.1);
}
.about.news .news-list .list .box:hover .text h2 {
  color: var(--color1);
}
.about.honor .honor-list .gridbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media (min-width: 768px) {
  .about.honor .honor-list .gridbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.about.honor .honor-list .gridbox .grid {
  background-image: url(../images/zs-bj1.jpg);
  background-size: cover;
  background-position: center;
}
.about.honor .honor-list .gridbox .grid .item {
  width: 100%;
  height: 260px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.about.honor .honor-list .gridbox .grid .item:hover {
  transform: translateY(-10px);
}
.about.honor .honor-list .gridbox .grid .item .img {
  width: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .about.honor .honor-list .gridbox .grid .item .img {
    width: 270px;
  }
}
.about.honor .honor-list .gridbox .grid .item .img .mask {
  position: absolute;
  left: 0;
  bottom: -35px;
  height: 35px;
  background-position: center bottom;
  background-size: 100% auto;
  width: 100%;
  transform: rotateX(180deg);
}
.about.honor .honor-list .gridbox .grid .item .img .mask::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  right: -5px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.7) 0%, #fcfcfc 90%);
  transform: rotate(180deg);
}
.about.honor .honor-list .gridbox .grid h4 {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 12px 0px 20px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .about.honor .honor-list .gridbox .grid h4 {
    font-size: 16px;
    line-height: 38px;
  }
}
.about.video .video-list .gridbox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
}
@media (min-width: 768px) {
  .about.video .video-list .gridbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.about.video .video-list .gridbox .grid .img {
  height: 200px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.about.video .video-list .gridbox .grid .img::after {
  content: "";
  background: url(../images/top_i9.png) no-repeat center center;
  height: 68px;
  width: 68px;
  margin-top: -34px;
  margin-left: -34px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  animation: video 2s linear infinite;
  animation-play-state: paused;
}
.about.video .video-list .gridbox .grid .img::before {
  content: "";
  background: url(../images/top_i10.png) no-repeat center center;
  height: 68px;
  width: 68px;
  margin-top: -34px;
  margin-left: -34px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.about.video .video-list .gridbox .grid .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.about.video .video-list .gridbox .grid .img span {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.about.video .video-list .gridbox .grid h4 {
  font-size: 18px;
  line-height: 70px;
  height: 70px;
  letter-spacing: 1px;
  text-align: center;
}
.about.video .video-list .gridbox .grid:hover .img::after {
  animation-play-state: running;
}
.about.video .video-list .gridbox .grid:hover .img img {
  transform: scale(1.1);
}
.about.video .video-btn {
  position: fixed;
  right: 50px;
  top: 50px;
}
.about.video .video-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.about.video video {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 50vw;
  max-width: 90vw;
  z-index: 999;
  display: none;
}
@media (min-width: 768px) {
  .about.video video {
    max-width: 50vw;
  }
}
.about.index-info .text .con {
  margin-top: 32px;
}
.about.index-info .text .con p {
  text-indent: 2em;
}

.product.index .product-con .product-list {
  width: 280px;
  margin-right: auto;
  display: none;
}
@media (min-width: 993px) {
  .product.index .product-con .product-list {
    display: block;
  }
}
.product.index .product-con .product-list .title {
  align-items: center;
  gap: 10px;
  line-height: 64px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 5px 5px 0 0;
  background-color: var(--color1);
  color: #fff;
  padding-left: 20px;
}
.product.index .product-con .product-list .title i {
  font-size: 30px;
}
.product.index .product-con .product-list .title p {
  font-size: 16px;
}
.product.index .product-con .product-list ul {
  background: #f5f5f5;
}
.product.index .product-con .product-list ul li {
  padding: 1vw 20px;
  border-bottom: 1px solid #e6e6e6;
}
.product.index .product-con .product-list ul li a {
  display: block;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}
.product.index .product-con .product-list ul li a.on,
.product.index .product-con .product-list ul li a:hover {
  background-color: var(--color1);
  color: #fff;
}
.product.index .product-con .product-info {
  width: 100%;
}
@media (min-width: 993px) {
  .product.index .product-con .product-info {
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .product.index .product-con .product-info {
    width: 820px;
  }
}
.product.index .product-con .product-info .gridbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media (min-width: 1200px) {
  .product.index .product-con .product-info .gridbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.product.index .product-con .product-info .gridbox .grid .img {
  height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product.index .product-con .product-info .gridbox .grid .img {
    height: 260px;
  }
}
.product.index .product-con .product-info .gridbox .grid .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.product.index .product-con .product-info .gridbox .grid .text {
  padding: 1.77vw 20px 2.34vw;
}
.product.index .product-con .product-info .gridbox .grid .text h2 {
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .product.index .product-con .product-info .gridbox .grid .text h2 {
    font-size: 18px;
  }
}
.product.index .product-con .product-info .gridbox .grid .text p {
  color: #808080;
  line-height: 24px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .product.index .product-con .product-info .gridbox .grid .text p {
    font-size: 14px;
  }
}
.product.index .product-con .product-info .gridbox .grid:hover .img img {
  transform: scale(1.1);
}
.product.index .product-con .product-info .gridbox .grid:hover .text h2 {
  color: var(--color1);
}
.product.info .info-intro .img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .product.info .info-intro .img {
    width: 50%;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .product.info .info-intro .img {
    width: 514px;
    height: 514px;
  }
}
.product.info .info-intro .img img {
  width: 100%;
  height: 100%;
}
.product.info .info-intro .text {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .product.info .info-intro .text {
    width: calc(50% - 20px);
    padding-top: 52px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .product.info .info-intro .text {
    width: 516px;
  }
}
.product.info .info-intro .text h4 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .product.info .info-intro .text h4 {
    line-height: 28px;
    font-size: 17px;
  }
}
.product.info .info-intro .text h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1px;
  display: block;
  margin: 16px 0px;
}
@media (min-width: 768px) {
  .product.info .info-intro .text h2 {
    font-size: 30px;
    line-height: 55px;
  }
}
.product.info .info-intro .text p {
  line-height: 32px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e6e6e6;
}
.product.info .info-con {
  background: #f7f7f7;
}
.product.info .info-con .bx {
  align-items: flex-start;
}
.product.info .info-con .con {
  background: #fff;
  width: 100%;
  padding: 4.2vw 3.16vw;
}
@media (min-width: 993px) {
  .product.info .info-con .con {
    width: calc(100% - 320px);
  }
}
@media (min-width: 1200px) {
  .product.info .info-con .con {
    width: 820px;
  }
}
.product.info .info-con .other {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 993px) {
  .product.info .info-con .other {
    width: 300px;
    margin-left: auto;
  }
}
.product.info .info-con .other .tj {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 993px) {
  .product.info .info-con .other .tj {
    display: block;
  }
}
.product.info .info-con .other .tj a {
  width: 30%;
}
@media (min-width: 993px) {
  .product.info .info-con .other .tj a {
    width: 100%;
  }
}

.contact.index .contact-info .gridbox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
}
@media (min-width: 768px) {
  .contact.index .contact-info .gridbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px;
  }
}
.contact.index .contact-info .gridbox .grid {
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
.contact.index .contact-info .gridbox .grid:last-child {
  border-right: none;
}
.contact.index .contact-info .gridbox .grid span {
  display: inline-block;
  height: 72px;
  width: 72px;
  position: relative;
}
.contact.index .contact-info .gridbox .grid span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact.index .contact-info .gridbox .grid p {
  margin-top: 10px;
  letter-spacing: 1px;
  text-align: center;
}
.contact.index .contact-info .text {
  margin-top: 30px;
}
.contact.index .contact-info .text p {
  text-indent: 2em;
}

.case.index .gridbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  margin-top: 35px;
}
@media (min-width: 993px) {
  .case.index .gridbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.case.index .gridbox .grid .img {
  height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .case.index .gridbox .grid .img {
    height: 230px;
  }
}
.case.index .gridbox .grid .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.case.index .gridbox .grid .text {
  padding: 1.28vw 1.82vw 10px;
}
.case.index .gridbox .grid .text p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
.case.index .gridbox .grid .text strong {
  line-height: 26px;
  display: block;
  font-weight: normal;
  margin: 8px 0px 1.45vw;
  margin-bottom: 1.2vw;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case.index .gridbox .grid .text span {
  color: var(--color1);
}
.case.index .gridbox .grid:hover .img img {
  transform: scale(1.1);
}
.case.index .gridbox .grid:hover .text strong {
  color: var(--color1);
}
.form.index .form-box .bj {
  padding: 7vw 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form.index .form-box .bj .bx .con {
  border-radius: 5px;
  width: 680px;
  margin-left: auto;
  padding: 32px 32px 35px;
  background-color: #fff;
}
.form.index .form-box .bj .bx .con h2 {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
}
.form.index .form-box .bj .bx .con form {
  margin-top: 22px;
}
.form.index .form-box .bj .bx .con form input {
  width: 100%;
  line-height: 58px;
  height: 60px;
  border: 1px solid #e6e6e6;
  padding: 0px 20px;
  border-radius: 0.3em;
  margin-bottom: 10px;
}
.form.index .form-box .bj .bx .con form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  border-radius: 0.3em;
  margin-bottom: 10px;
}
.form.index .form-box .bj .bx .con form button {
  font-size: 20px;
  line-height: 60px;
  font-weight: normal;
  color: #fff;
  background: var(--color1);
  letter-spacing: 2px;
  height: 60px;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 0.2em;
  margin-top: 28px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border: none;
}
.form.index .form-box .bj .bx .con form button:hover {
  box-shadow: 0px 10px 30px rgba(188, 172, 111, 0.3);
}

@keyframes video {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=index.css.map */
