@charset "UTF-8";
/**
 * 网格布局
 * @param $cols 网格列数
 * @param $gap 网格间隔
 */
/**
 * 弹性布局
 */
/**
 * 弹性布局上下居中
 * @param $justify 主轴对齐方式
 */
/**
 * 媒体查询
 * @param $width 屏幕宽度
 */
/**
 * 过渡动画
 */
/**
 * 按钮样式
 */
@font-face {
  font-family: "DINOT-BOLD";
  src: url(../fonts/DINOT-BOLD.OTF);
}
@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url(../fonts/BarlowCondensed-Bold.ttf);
}
@font-face {
  font-family: Heavy;
  src: url(../fonts/Alibaba-PuHuiTi-Heavy.otf);
}
:root {
  --color1: #022187;
  --nav-height: 100px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-width: 1320px;
  overflow-x: hidden;
  color: #666;
  font-family: "Microsoft YaHei", 微软雅黑, "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 {
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

input,
select,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 469px) {
  html {
    font-size: 12px;
  }
}

.bx {
  width: 1280px;
  margin: 0 auto;
}

.s {
  padding-top: 80px;
}

.t {
  padding-top: 40px;
}

.title {
  margin-bottom: 40px;
  text-align: center;
}
.title h2 {
  font-size: 34px;
  color: #201f1f;
  font-weight: 700;
  font-family: "微软雅黑";
}
.title p {
  margin-top: 20px;
  font-size: 15px;
  color: #6b6b6b;
  line-height: 1;
}

.flex {
  display: flex;
}

header {
  min-width: 1320px;
  height: var(--nav-height);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #e5e5e5;
}
header.on,
header:hover {
  background-color: #fff;
}
header.on .logo-img,
header:hover .logo-img {
  opacity: 0;
}
header.on .logo-slide,
header:hover .logo-slide {
  opacity: 1;
}
header .logo {
  height: var(--nav-height);
  /* margin-right: auto; */
}
header .logo a {
  display: flex;
  align-items: center;
  height: var(--nav-height);
  position: relative;
}
header .logo a img {
  height: 60px;
  /* position: absolute; */
  left: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
header .logo a .box {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
header .logo a .logo-text {
  font: 13px / 1.5 "Microsoft YaHei", "Helvetica Neue", "Sans-Serif";
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
header .logo a .logo-text span {
  font-size: 16px;
  margin-top: 10px;
}
header .logo a .logo-text2 {
  font: 13px / 1.5 "Microsoft YaHei", "Helvetica Neue", "Sans-Serif";
  font-size: 13.2px;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
header .logo a .logo-img {
  opacity: 1;
}
header .nav {
  height: var(--nav-height);
  margin: 0 auto;
}
header .nav div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
header .nav div:hover {
  /* background: var(--color1); */
}
header .nav div:hover > a {
  /* color: #fff; */
}
header .nav div:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
}
header .nav div:hover .link::after {
  width: 100%;
}
header .nav div:hover::after {
  opacity: 1;
}
header .nav div::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: calc(var(--nav-height) - 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--color1);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .nav .no-sub::after {
  display: none;
}
header .nav .link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 17px;
  font-weight: bold;
  transition: all 0.3s;
  position: relative;
}
header .nav .link::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--color1);
  transition: all 0.3s ease-in-out;
}
header .nav ul {
  position: absolute;
  z-index: 999;
  top: 100%;
  min-width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  /* overflow: hidden; */
  transition: all 0.3s ease-in-out;
  padding: 0px 0;
  transform: translateY(10px);
}
header .nav ul .box {
  padding: 15px 0;
  background-color: rgb(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
}
header .nav ul a {
  display: block;
  line-height: 40px;
  transition: all 0.2s;
  font-size: 15px;
  position: relative;
  white-space: nowrap;
  padding: 0 10px;
}
header .nav ul a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--color1) 50%, transparent);
  transition: all 0.2s;
}
header .nav ul a:hover {
  background: var(--color1);
  color: #fff;
}
header .nav .sub-menu {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  width: 100%;
}
header .nav .sub-menu li {
  padding: 50px 0;
  background-color: #fff;
}
header .nav .sub-menu li p {
  flex-wrap: wrap;
}
header .nav .sub-menu a {
  padding: 0 !important;
  width: 16.6666666667%;
}
header .tel {
  background-color: var(--color1);
  padding-left: 20px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .tel::after {
  position: absolute;
  content: "";
  bottom: 0;
  background-color: var(--color1);
  width: 1000px;
  left: 0;
  z-index: -1;
  height: 100%;
}
header .tel i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--color1);
}
header .tel a {
  /* font-family: "DINOT-BOLD"; */
  /* font-size: 20px; */
  color: #333;
  padding: 5px 25px;
  font-size: 12px;
  width: 100%;
  display: block;
}
header .tel a:hover {
  color: var(--color1);
}
header .tel svg {
  fill: #fff;
  width: 17px;
  height: 17px;
}
header .tel span {
  margin: 0 10px;
  font-size: 15px;
}
header .tel svg:nth-child(3) {
  fill: #fff;
  width: 10px;
  height: 10px;
}
header .tel .lang-select-btn {
  /* position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); */
  position: absolute;
  left: 0;
  top: 100%;
  /* padding-top: 13px; */
  transform: translateY(10px);
  width: 100%;
  min-width: 90px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
header .tel .box {
  background: rgba(255, 255, 255, 1);
  /* border-radius: 5px; */
  position: relative;
  z-index: 1;
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
header .tel .box::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: -2;
  bottom: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
}
header .tel:hover .lang-select-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

footer {
  background-color: #f3f4f7;
  padding-top: 70px;
}
footer .left {
  align-items: flex-start;
  width: 600px;
  margin-right: auto;
  gap: 50px;
}
footer .left div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
footer .left div:nth-child(2),
footer .left div:nth-child(4) {
  display: none;
}
footer .left div:nth-child(5) {
  flex: 2;
}
footer .left p {
  width: 100%;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .left a {
  width: 100%;
  display: block;
  color: #333;
  line-height: 2;
  white-space: nowrap;
}
footer .left a.w50 {
  width: 100%;
}
footer .right {
  max-width: 480px;
}
footer .right .tel {
  color: var(--color1);
  font-size: 30px;
  font-family: impact;
  font-weight: normal;
  margin: 0;
  line-height: 1;
}
footer .right .tel span {
  margin-bottom: 10px;
}
footer .right p {
  display: flex;
  align-items: center;
  margin-top: 10px;
  line-height: 2;
  color: #333;
}
footer .right i {
  margin-right: 10px;
}
footer .right .wechat {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
footer .right .wechat img {
  width: 90px;
  height: 90px;
}
footer .right .wechat p {
  padding-left: 15px;
}
footer .bottom {
  margin-top: 50px;
  padding: 25px 0;
  /* background-color: #e3e4e7; */
  background-color: var(--color1);
  color: #fff;
  text-align: center;
}
footer .bottom p {
  line-height: 28px;
}
footer .bottom a {
  color: #fff;
}

.banner {
  font-size: 0;
  margin-top: var(--nav-height);
  position: relative;
}
.banner img {
  height: 450px;
  width: 100%;
}
.banner hr {
  height: 5px;
  background: #666;
}
.banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
}
.banner .bx {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner h3 {
  font-size: 38px;
  font-weight: bold;
}
.banner p {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 10px;
}
.banner1 {
  font-size: 0;
  margin-top: var(--nav-height);
  position: relative;
  height: calc(100vh - var(--nav-height));
}
.banner1 .swiper-pagination {
  bottom: 30px;
}
.banner1 span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.banner1 .swiper-pagination-bullet-active {
  background-color: var(--color1);
  width: 40px;
}
.banner1 img {
  width: 100%;
  height: 100%;
}
.banner1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner1 .bx {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner1 h3 {
  font-size: 60px;
  color: #fff;
  font-family: Heavy;
  margin-bottom: 1.75rem;
  transition: all 1.5s ease 0.1s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(100px);
}
.banner1 p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 4.75rem;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.6s ease 0.5s;
}
.banner1 .but {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s ease 0.8s;
  display: flex;
  gap: 30px;
}
.banner1 .but a {
  width: 170px;
  height: 48px;
  border-radius: 48px;
  background-color: #fff;
  color: #333;
  font-size: 1.125rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.8s ease;
}
.banner1 .but a + a {
  background-color: var(--color1);
  color: #fff;
}
.banner1 .but a:hover {
  background-color: var(--color1);
  color: #fff;
}
.banner1 .swiper-slide-active h3,
.banner1 .swiper-slide-active p,
.banner1 .swiper-slide-active .but {
  opacity: 1;
  transform: translateY(0);
}

.mbx {
  display: flex;
  align-items: center;
  height: 70px;
}
.mbx i {
  color: var(--color1);
}

.bj1 {
  background: url(../images/bj1.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.bj1 .text {
  display: flex;
}
.bj1 .text .image {
  width: 25%;
  margin-left: 60px;
}
.bj1 .text .title {
  text-align: left;
}
.bj1 .text p {
  text-align: left;
}
.bj1 .text .ul {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 50px;
}
.bj1 .text .li {
  width: 130px;
  height: 130px;
  border: solid 1px #dddddd;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.bj1 .text .li img {
  /* width: 65px; */
  height: 40px;
}
.bj1 .text .li img + img {
  display: none;
}
.bj1 .text .li:hover {
  background-color: var(--color1);
  color: #fff;
  transform: translateY(-10px);
}
.bj1 .text .li:hover img {
  display: none;
}
.bj1 .text .li:hover img + img {
  display: block;
}
.bj1 .text .li:hover span {
  color: #fff;
}
.bj1 .text .li span {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: var(--color1);
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.text {
  line-height: 34px;
  text-align: center;
}
.text a {
  display: inline-block;
  margin-top: 50px;
}
.text a div {
  color: #fff;
  background-color: var(--color1);
  line-height: 30px;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 30px;
}

.zz {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
.zz div {
  flex: 1;
  text-align: center;
}
.zz div p {
  margin-top: 5px;
}
.zz div span {
  font-size: 56px;
  font-family: "BarlowCondensed-Bold";
}

.tab .tab-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.tab .tab-item {
  color: var(--color1);
  background-color: #fff;
  line-height: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  padding: 5px 30px;
  border: 1px solid var(--color1);
  cursor: pointer;
}
.tab .tab-item.on {
  background-color: var(--color1);
  color: #fff;
}
.tab .tab-content {
  margin-top: 30px;
  /* overflow: hidden; */
}
.tab .tab-content .tab-box {
  display: flex;
  transition: all 0.3s ease-in-out;
}
.tab .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  flex: 0 0 100%;
  width: 100%;
  /* padding: 20px; */
}
.tab .tab-content ul li {
  width: calc(20% - 16px);
  padding: 20px 10px;
  transition: all 0.3s ease-in-out;
}
.tab .tab-content ul li a {
  display: block;
}
.tab .tab-content ul li .img {
  height: 100%;
  font-size: 0;
  margin-bottom: 10px;
  /* border: 1px solid #e5e5e5; */
  /* border-radius: 10px; */
  box-shadow: 0px -6px 20px 0px rgba(0, 0, 0, 0.13);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
.tab .tab-content ul li .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(2, 33, 135, 0.25); */
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tab .tab-content ul li img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}
.tab .tab-content ul li .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50px;
  padding: 10px;
  opacity: 0;
  background-color: var(--color1);
  border-radius: 50%;
}
.tab .tab-content ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.tab .tab-content ul li:hover .img {
  transform: translateY(-5px);
  box-shadow: 0px -6px 25px 0px rgba(0, 0, 0, 0.5);
}
.tab .tab-content ul li:hover .img::after {
  opacity: 1;
}
.tab .tab-content ul li:hover .icon {
  opacity: 1;
}

.news {
  display: flex;
  gap: 20px;
}
.news .news-item {
  width: calc(33.3333333333% - 13.3333333333px);
}
.news .news-item img {
  width: 100%;
  height: 250px;
}
.news .news-item .info {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  transform: translateY(-30px);
  transition: all 0.5s ease-in-out;
}
.news .news-item .info h3 {
  font-size: 22px;
  height: 47px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.news .news-item .info h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: var(--color1);
  transition: all 0.5s ease-in-out;
}
.news .news-item .info p {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.news .news-item .info span {
  display: block;
  line-height: 30px;
  color: #999;
}
.news .news-item:hover .info {
  transform: translateY(-60px);
  background-color: var(--color1);
  color: #fff;
}
.news .news-item:hover .info h3:before {
  background-color: #fff;
}

.product .bj {
  position: relative;
}
.product .bj::before {
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 20%;
  height: 100%;
  background-color: #f5f5f5;
  content: ""; */
}
.flex_product .list_product,
.product .left {
  width: 20%;
  /* padding-top: 30px; */
  /* padding-right: 30px; */
  margin-right: auto;
  /* background-color: #f5f5f5; */
}
.flex_product .list_product .title,
.product .left .title {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
}
.flex_product .list_product .title h3,
.product .left .title h3 {
  font-size: 18px;
}
.product .left form {
  display: flex;
  flex-wrap: wrap;
}
.product .left input[type="text"] {
  width: 75%;
  padding: 7px;
  border: solid 1px #ccc;
  margin-top: 5px;
  background-color: #fff;
}
.product .left button {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 5px;
  display: block;
  margin-left: 10px;
}
.flex_product .list_product .ul,
.product .left .ul {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.flex_product .list_product .filter,
.product .left .filter {
  /* margin-top: 30px; */
  padding: 10px 20px;
  border-bottom: 1px solid #dbdbdb;
}
.flex_product .list_product .filter p,
.product .left .filter p {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  /* margin-bottom: 15px; */
  border-radius: 40px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.flex_product .list_product .filter p.on,
.flex_product .list_product .filter p:hover,
.product .left .filter p.on,
.product .left .filter p:hover {
  background: var(--color1);
  color: #fff;
}
.flex_product .list_product .filter p a,
.product .left .filter p a {
  width: 100%;
  padding-left: 10px;
  color: inherit;
}
.flex_product .list_product .filter p.on + ul,
.product .left .filter p.on + ul {
  display: block;
}
.flex_product .list_product .filter p i,
.product .left .filter p i {
  flex-shrink: 0;
  width: 35px;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.flex_product .list_product .filter ul,
.product .left .filter ul {
  display: none;
  padding: 10px 0;
}
.flex_product .list_product .filter ul li,
.product .left .filter ul li {
  display: flex;
  align-items: center;
  line-height: 35px;
  transition: all 0.3s;
  border-radius: 35px;
}
.flex_product .list_product .filter ul a,
.product .left .filter ul a {
  width: 100%;
  color: #999;
  transition: all 0.3s;
  padding-left: 40px;
}
.flex_product .list_product .filter ul li:hover,
.product .left .filter ul li:hover {
  background: var(--color1);
}
.flex_product .list_product .filter ul li:hover a,
.product .left .filter ul li:hover a {
  color: #fff;
}
.flex_product .list_product .filter ul a i,
.product .left .filter ul a i {
  margin-right: 5px;
}
.flex_product .list_product .filter ul a i + i,
.product .left .filter ul a i + i {
  display: none;
}
.flex_product .list_product .filter ul li.on,
.product .left .filter ul li.on {
  /* color: var(--color1); */
  background: var(--color1);
}
.flex_product .list_product .filter ul li.on a,
.product .left .filter ul li.on a {
  color: #fff;
}
.flex_product .list_product .filter ul a.on i,
.product .left .filter ul a.on i {
  display: none;
}
.flex_product .list_product .filter ul a.on i + i,
.product .left .filter ul a.on i + i {
  display: inline;
}
.flex_product .list_product .filter .on a + i,
.product .left .filter .on a + i {
  transform: rotate(90deg);
}
.product .right {
  width: 78%;
}
.product .right .nav_cases {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}
.product .right .nav_cases a {
  font-size: 16px;
  padding: 0 30px;
  border: 1px solid var(--color1);
  line-height: 2;
  border-radius: 50px;
  text-align: center;
}
.product .right .nav_cases a.on {
  background-color: var(--color1);
  color: #fff;
}
.product .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.product .right .box {
  width: calc(100% / 4 - 30px * 3 / 4);
}
.product .right .box a {
  display: block;
  padding: 2px;
}
.product .right .box .img {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  font-size: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.product .right .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.product .right .box .name {
  padding-top: 10px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.product .right .box:hover img {
  transform: scale(1.05);
}
.product .right .box:hover .name {
  color: var(--color1);
}

.product_info .top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.product_info .top .left {
  width: 300px;
  flex-shrink: 0;
}
.product_info .top .left .swiper {
  border: 1px solid #e5e5e5;
}
.product_info .top .left .swiper img {
  width: 300px;
  height: 300px;
  display: block;
  margin: 0 auto;
}
.product_info .top .right {
  width: calc(100% - 300px - 40px);
  display: flex;
  align-items: center;
}
.product_info .top .right ul {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  /* flex-direction: column;
  justify-content: center; */
}
.product_info .top .right .name {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0 15px 5px;
  color: var(--color1);
}
.product_info .top .right li {
  width: 100%;
  border-bottom: 1px dotted #ddd;
  display: flex;
}
.product_info .top .right li .title {
  width: 15%;
  margin: 0;
  text-align: left;
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
}
.product_info .top .right li .con {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.product_info .top .brief {
  width: 100%;
  overflow: hidden;
  padding: 15px 20px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.product_info .bottom {
  /* text-align: center; */
}
.product_info .but {
  display: flex;
  gap: 20px;
}
.product_info .fh {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 40px;
  border-radius: 50px;
  background: var(--color1);
  color: #fff;
}
.product_info .fh a {
  color: #fff;
  text-decoration: none;
}
.product_info .bottom .bt {
  height: 40px;
  margin: 50px 0 0;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  /* text-align: center; */
  color: var(--color1);
  border-bottom: 1px solid var(--color1);
  background-color: #f5f5f5;
  display: flex;
}
.product_info .bottom .bt span {
  display: block;
  padding: 0 20px;
  color: #fff;
  background-color: var(--color1);
}
.product_info .bottom table {
  width: 100%;
  border-collapse: collapse;
}
.product_info .bottom table .title {
  background-color: var(--color1);
  color: #fff;
}
.product_info .bottom table td {
  padding: 10px 2px;
  border: solid 0.5px #ccc;
  text-align: center;
}
.product_info .bottom .line {
  padding: 10px 0;
}
.product_info .bottom .line img {
  max-width: 100%;
}

.pt {
  padding-top: 60px;
  padding-bottom: 30px;
}
.pt h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.pt .tab-content {
  margin: 0;
}

.page {
  display: flex;
  justify-content: center;
  margin: 50px 0 40px;
}
.page p {
  margin-right: 10px;
}
.page p.pageEllipsis {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  margin: 0 2px;
}
.page li {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.page li a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.page li.on,
.page li:hover {
  background-color: var(--color1);
}
.page li.on a,
.page li:hover a {
  color: #fff;
}

.list > div {
  padding: 30px 0;
  position: relative;
}
.list > div .fl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.list > div .fl a {
  color: var(--color1);
  background-color: #fff;
  line-height: 30px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid var(--color1);
  padding: 5px 30px;
}
.list > div .fl a.on {
  background-color: var(--color1);
  color: #fff;
}

.list > div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f3f4f8;
  transition: all 1s ease;
  z-index: -1;
}

.list > div > div > a {
  display: flex;
}

.list > div > div > a > .img {
  flex-shrink: 0;
  width: 280px;
  height: 190px;
  overflow: hidden;
  margin-right: 50px;
}

.list > div > div > a > .img > img {
  transition: all 1s ease;
  height: 100%;
  width: 100%;
}

.list > div > div > a > .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

.list > div > div > a > .text > h2 {
  font-size: 18px;
  font-weight: bold;
}

.list > div > div > a > .text > p {
  font-size: 14px;
  margin: 20px 0 25px;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list > div > div > a > .text > span {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.list > div > div > a > .text > span > i {
  margin-right: 10px;
}

.list > div > div > a:hover > .img > img {
  transform: scale(1.1);
}

.list > div > div > a:hover > .text > h2,
.list > div > div > a:hover > .text > span {
  color: var(--color1);
}

.list > .div:hover::after {
  left: 0;
  width: 100%;
}

.modular_paging1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.modular_paging1 > .page_info {
  font-size: 16px;
}

.modular_paging1 > .page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modular_paging1 > .page_nav > a {
  display: block;
  padding: 0 10px;
  margin: 0 5px;
  line-height: 32px;
  font-size: 16px;
  color: #898989;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}

.modular_paging1 > .page_nav > a:hover {
  background-color: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
}

.modular_paging1 > .page_nav > .page_num {
  color: #fff;
  background-color: var(--color1);
  border: 1px solid #ccc;
}

.news_info1 > .bx > .row > div > .title {
  margin-top: 30px;
  text-align: center;
  font-size: 28px;
}

.news_info1 > .bx > .row > div > .info {
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 45px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #efefef;
}

.news_info1 > .bx > .row > div > .info > span {
  font-size: 14px;
  color: #666;
  margin: 0px 30px;
  text-align: center;
  display: flex;
  align-items: center;
}

.news_info1 > .bx > .row > div > .info > span > i {
  font-size: 20px;
}

.news_info1 > .bx > .row > div > .content p {
  margin-bottom: 20px;
}

.news_info1 > .bx > .row > div > .content img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.modular_paging2 {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.modular_paging2 > a {
  font-size: 14px;
  line-height: 35px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

.modular_paging2 > a > i {
  font-size: 30px;
  margin: 0 5px;
}

.contact1 > .bx > .row {
  display: flex;
}

.contact1 > .bx > .row > .left {
  width: calc(41.6666666667% - 30px);
  margin-right: auto;
  padding-bottom: 30px;
}

.contact1 > .bx > .row > .right {
  width: 58.3333333333%;
}

.contact1 > .bx > .row > div > h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 60px;
  padding-top: 30px;
  position: relative;
}

.contact1 > .bx > .row > div > h2::before {
  background: #606060 none repeat scroll 0 0;
  top: 78px;
  left: 15px;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  width: 88px;
}

.contact1 > .bx > .row > div > h2::after {
  background: #606060 none repeat scroll 0 0;
  top: 82px;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  width: 57px;
}

.contact1 > .bx > .row > div > form > .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contact1 > .bx > .row > div > form > div > .col-xl-6 {
  padding: 0 15px;
}

.contact1 > .bx > .row > div > form > div > .col-xl-12 {
  width: 100%;
  padding: 0 15px;
}

.contact1 > .bx > .row > div > form > div > div {
  margin-bottom: 20px;
}

.contact1 > .bx > .row > div > form > div > div > label > textarea,
.contact1 > .bx > .row > div > form > div > div > label > input {
  height: 50px;
  max-width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border: none;
  background: #f3f3f3;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  color: #767676;
  font-weight: 500;
  display: block;
}

.contact1 > .bx > .row > div > form > div > div > label > textarea {
  height: 120px;
  max-width: 100%;
  padding: 20px 20px 30px;
}

.contact1 > .bx > .row > div > form > div > div > button {
  margin: 30px auto 0;
  border: none;
  display: block;
}

.contact1 > .bx > .row > div:nth-child(2) > h3 {
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 15px;
}

.contact1 .modular_a1 > span {
  color: #fff;
  padding: 5px 60px 5px;
  color: #fff;
  background-color: var(--color1);
  line-height: 30px;
  display: inline-block;
  border-radius: 50px;
}

.contact1 > .bx > .row > div:nth-child(2) > h3 > i {
  color: var(--color1);
  font-size: 20px;
  margin-right: 5px;
}

.contact1 > .bx > .row > div:nth-child(2) > p {
  /* line-height: 50px; */
  margin-bottom: 15px;
}

.contact1 > .bx > .row > div:nth-child(2) > p > i {
  color: var(--color1);
  font-size: 20px;
  margin-right: 5px;
}

.contact1 > .bx > .row > div:nth-child(2) > p > img {
  width: 120px;
  height: 120px;
}

.contact1 > .bx > .row > div > form > div > div > label {
  display: flex;
  align-items: center;
}

.contact1 > .bx > .row > div > form > div > div > label > span {
  white-space: nowrap;
  min-width: 110px;
}

.about1 > .bx > h2 {
  text-align: left;
}

.about1 > .bx > .row {
  display: flex;
  gap: 30px;
}

.about1 > .bx > .row > div {
  width: 50%;
}

.about1 > .bx > .row > div > p {
  line-height: 30px;
  margin-bottom: 15px;
  color: #767676;
}

.about1 > .bx > .row > div > img {
  width: 100%;
}

.modular_title3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  color: var(--color1);
}

.about3 {
  padding: 60px 0;
}

.about3 > .bx > .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.about3 > .bx > .row > div {
  width: calc(33.3333333333% - 20px);
}

.about3 > .bx > .row > div > div {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.about3 > .bx > .row > div > div > i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(30, 155, 165, 0.1019607843);
  font-size: 20px;
  color: var(--color1);
  transition: all 0.5s ease;
  flex-shrink: 0;
  margin-right: 15px;
}

.about3 > .bx > .row > div > div > .text {
  width: 305px;
}

.about3 > .bx > .row > div > div > .text > h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.about3 > .bx > .row > div > div > .text > p {
  line-height: 30px;
  padding-top: 8px;
}

.about3 > .bx > .row > div:hover > div > i {
  background-color: var(--color1);
  color: #fff;
}

.honors_list {
  padding-top: 30px;
}
.honors_list > ul {
  margin-bottom: 20px;
  display: grid;
}
.honors_list > ul > li {
  width: 100%;
}
.honors_list > ul > li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.honors_list > ul > li > a > div {
  font-size: 0;
  overflow: hidden;
  /* border: 2px solid #fff; */
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.honors_list > ul > li > a > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.honors_list > ul > li > a > div > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.honors_list > ul > li > a > p {
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.honors_list > ul > li > a:hover div {
  /* border: 2px solid rgba(0, 0, 0, 0.4); */
}
.honors_list > ul > li > a:hover div:before {
  opacity: 1;
}
.honors_list > ul > li > a:hover > p {
  color: var(--color1);
}
.honors_list > .honors_list1 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.honors_list > .honors_list2 {
  grid-template-columns: repeat(5, 224px);
  gap: 16px;
}
.honors_list > .honors_list3 {
  grid-template-columns: repeat(6, 190px);
  gap: 12px;
}

.online {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.online .left {
  width: calc(66.6666666667% - 30px);
  margin: auto;
}
.online .ts {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  line-height: 22px;
  border-left: 5px solid var(--color1);
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2;
}
.online .left .zx {
  /* padding: 0 10px; */
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 20px;
  border: none;
}
.online .left form label {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  line-height: 38px;
  flex-shrink: 0;
}
.online .left form div {
  display: flex;
}
.online .left form div li {
  display: flex;
  width: 50%;
}
.online .left form div .qq label {
  width: 175px;
  text-align: center;
}
.online .left form .bottom {
  flex-wrap: wrap;
  justify-content: space-between;
}
.online .left form input,
.online .left form textarea {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #ccc;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
}
.online .left form textarea {
  min-height: 100px;
}
.online .left form span {
  color: red;
}
.online .left form button {
  margin-top: 10px;
  margin-left: 80px;
  height: 38px;
  line-height: 38px;
  padding: 0 50px;
  border-radius: 50px;
  background-color: var(--color1);
  color: #fff;
}
.online .right {
  /* width: 33.3333333333%; */
}
.online .right .zx {
  padding: 0 10px;
  font-size: 20px;
  font-weight: 300;
  margin: 10px 0 20px;
  border: none;
}
.online .right ul {
  padding: 0 10px;
}
.online .right ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s ease;
}
.online .right ul a span {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.online .right ul a:hover {
  padding-left: 10px;
}

.recruit4 {
  padding-bottom: 60px;
}

.recruit4 > .bx > .row {
  display: flex;
}

.recruit4 > .bx > .row > div {
  width: 50%;
  padding: 0 15px;
}

.recruit4 > .bx > .row > div > img {
  width: 100%;
  height: 410px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.recruit4 > .bx > .row > div > .modular_title3 {
  text-align: left;
}

.recruit4 > .bx > .row > div > .text {
  margin-top: 70px;
}

.recruit4 > .bx > .row > div > .text > p {
  background-color: #fff;
  padding: 10px 30px;
  line-height: 50px;
  -webkit-transition: 0.15s;
  transition: 0.25s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 15px;
}

.recruit4 > .bx > .row > div > .text > p > a {
  color: #767676;
  display: flex;
  align-items: center;
  margin: 0;
}

.recruit4 > .bx > .row > div > .text > p > a > i {
  font-size: 24px;
}

.recruit4 > .bx > .row > div > .text > p:hover > a {
  color: var(--color1);
}

.recruit_info1 > .bx > .row > div > .title {
  margin-top: 30px;
  text-align: left;
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: #efefef 1px solid;
  margin-bottom: 25px;
}

.recruit_info1 > .bx > .row > div > div p {
  margin-bottom: 15px;
}

#mao1,
#mao7 {
  position: relative;
  top: -50px;
}

#page- {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#page- #page {
  height: 100%;
  padding: 5px;
  border: 1px solid;
  border-radius: 4px;
}
#page- a {
  padding: 0 10px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid;
  background: var(--color1);
  border-radius: 4px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.tab_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.tab_nav a {
  /*flex-grow: 1;*/
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  /*padding: 11px 50px;*/
  border-radius: 50px;
  /* background-color: #fff; */
  color: #fff;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  transition: all 0.3s ease-in-out;
}
.bj2 {
  background-image: url(../images/bj2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.bj2 h2 {
  font-size: 28px;
  color: #ebebeb;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bj2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.bj2 ul li {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.bj2 ul .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.bj2 ul .img img {
  height: 40px;
  transition: all 0.5s ease;
}
.bj2 ul .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.bj2 ul .txt h3 {
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.bj2 ul .txt p {
  line-height: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.bj2 ul li:hover img {
  transform: rotate(360deg);
}
.flex_product {
  display: flex;
}
.flex_product .product {
  width: 78%;
}
.mobile,
.mobile-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
  }
  header .nav,
  header .tel {
    display: none;
  }
  .s {
    padding-top: 60px !important;
  }
  .mobile {
    margin-left: auto;
    display: flex;
  }
  .mobile-nav {
    width: 0;
    transition: all 0.8s ease;
    white-space: nowrap;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    /* width: 100%; */
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 99;
    overflow: auto;
  }
  .mobile-nav .menu {
    margin-top: var(--nav-height);
    height: calc(100vh - var(--nav-height));
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .menu li .menu-item {
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .mobile-nav .menu li a {
    display: block;
    line-height: 40px;
    flex-grow: 1;
  }
  .mobile-nav .menu li .sub_list {
    display: none;
  }
  .mobile-nav .menu li .menu-item i {
    color: #000;
    transition: all 0.8s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-nav .menu li .menu-item i.on {
    transform: rotate(90deg);
  }
  .mobile-nav .menu li .subnav a {
    padding: 0 20px;
  }
  .mobile-nav .menu li .subnav {
    padding: 0 20px;
    transition: all 0.8s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .menu li:last-child {
    flex-grow: 1;
  }
  .mobile i {
    font-size: 28px;
    display: flex;
    align-items: center;
  }
  body {
    min-width: 320px;
  }
  header {
    min-width: 320px;
  }
  .bx {
    width: 100%;
    padding: 0 15px;
  }
  .tab_nav {
    flex-wrap: wrap;
  }
  .tab_nav a {
    width: calc(100%);
    flex-grow: 1;
    text-align: center;
    padding: 10px 15px;
  }
  header .logo a img {
    height: 45px;
  }
  header .logo a .logo-text {
    font-size: 20px;
  }
  header .logo a .logo-text2 {
    font-size: 12.3px;
  }
  .bj2 ul li {
    width: 50%;
  }
  .banner1 h3 {
    font-size: 30px;
  }
  .banner1 .but a {
    width: 150px;
  }
  .bj1 .text {
    flex-wrap: wrap;
  }
  .bj1 .text .image {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .bj1 .text .ul {
    margin-top: 40px;
  }
  .bj1 .text .ul {
    justify-content: center;
    gap: 20px;
  }
  .tab .tab-content ul li {
    width: calc(50% - 10px);
  }
  .news {
    flex-wrap: wrap;
  }
  .news .news-item {
    width: 100%;
  }
  .bj2 ul {
    justify-content: center;
  }
  .bj2 {
    padding: 60px 0;
  }
  .news .news-item .info {
    width: 100%;
    margin: 0;
    transform: translateY(0);
  }
  .news_info1 > .bx > .row > div > .info {
    flex-wrap: wrap;
  }
  .news_info1 > .bx > .row > div > .info > span {
    margin: 0 10px;
  }
  .about1 > .bx > .row {
    flex-wrap: wrap;
  }
  .about3 > .bx > .row > div,
  .about1 > .bx > .row > div {
    width: 100%;
  }
  footer > .flex {
    flex-wrap: wrap;
  }
  footer .left {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .about3 > .bx > .row > div > div > i {
    display: none;
  }
  footer .left div {
    flex: none;
    width: 100%;
  }
  footer .left a {
    white-space: normal;
  }
  .about3 > .bx > .row > div > div > .text {
    width: 100%;
  }
  .flex_product .list_product,
  .product .left {
    display: none;
  }
  footer .left p {
    margin-bottom: 5px;
  }
  footer .right {
    margin-top: 30px;
  }
  .product .right {
    width: 100%;
  }
  .product .right .box {
    width: calc(100% / 2 - 30px * 1 / 2);
  }
  #page- {
    display: none;
  }
  .page p {
    display: none;
  }
  .page p.pageEllipsis {
    display: block;
  }
  .flex_product .product,
  .product_info .top .right {
    width: 100%;
  }
  .product_info .top .right li .title {
    width: auto;
    margin: 0;
  }
  .list > div > div > a {
    flex-wrap: wrap;
  }
  .list > div > div > a > .img {
    width: 100%;
    margin-right: 0;
  }
  .list > div > div > a > .text {
    width: 100%;
  }
  .list > div > div > a > .text > h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
  }
  .list > div > div > a > .text > p {
    margin: 10px 0 15px;
  }
  .honors_list > .honors_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .honors_list > ul > li > a {
    padding: 0;
  }
  .online .left {
    width: 100%;
  }
  .online .left form div li {
    width: 100%;
  }
  .online .left form div .qq label {
    text-align: left;
  }
  .contact1 > .bx > .row {
    flex-wrap: wrap;
  }
  .contact1 > .bx > .row > .right,
  .contact1 > .bx > .row > .left {
    width: 100%;
  }
  .banner img {
    height: 240px;
  }
  .banner h3 {
    font-size: 30px;
  }
  .banner p {
    font-size: 16px;
  }
  .product .right .nav_cases {
    flex-wrap: wrap;
  }
  .product .right .nav_cases a {
    width: calc(100% / 2 - 10px * 1 / 2);
  }
  header .logo a .logo-text2 {
    display: none;
  }
}
