/*全局配置*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;

  padding: 0;

  border: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p li i input {
  font-family: PingFang SC, PingFang SC-Bold;

  line-height: 40px;

  letter-spacing: 0px;
}

input,
textarea {
  outline: none;
}

a {
  color: #222222;

  text-decoration: none !important;
}

/*常用类名*/

.main-container {
  max-width: 1450px;

  width: 100%;

  padding: 0 20px;

  margin: auto;

  display: block;
}

.flex-row-sb,
.flex-row-center,
.flex-row-fs,
.flex-row-fe {
  display: flex;

  align-items: center;

  align-content: center;

  flex-wrap: nowrap;
}

.flex-row-sb {
  justify-content: space-between;
}

.flex-row-fs {
  justify-content: flex-start;
}

.flex-row-fe {
  justify-content: flex-end;
}

.flex-row-center {
  justify-content: center;
}

/*头部*/

header {
  background: white;
}

header .pc {
  position: relative;
}

header .pc .logo {
  flex-shrink: 1;
}

header .pc .logo img {
  height: 100px;
}

header .pc-nav {
  flex-shrink: 0;
}

header .pc-nav ul li {
  flex-shrink: 0;
}

header .pc-nav ul li a {
  display: block;

  margin: 0 25px;

  font-size: 16px;

  font-weight: 700;

  border-bottom: transparent solid 4px;

  line-height: 100px;
}

header .pc-nav ul li a:hover {
  border-bottom: #0e6eb8 solid 4px;

  color: #0e6eb8;
}

header .pc-nav-active {
  border-bottom: #0e6eb8 solid 4px !important;

  color: #0e6eb8 !important;
}

header .pc-nav img {
  width: 40px;

  height: 40px;

  cursor: pointer;
}

header .search-pc {
  display: none;

  position: absolute;

  top: 100%;

  left: 50%;

  transform: translateX(-50%);

  z-index: 999;

  width: 100%;

  background: white;

  height: 150px;

  border-top: solid rgb(223, 221, 221) 1px;
}

header .search-pc form {
  height: 100%;
}

header .search-pc .close {
  position: absolute;

  right: 20px;

  top: 20px;

  width: 30px;

  height: 30px;
}

header .search-pc input {
  max-width: 800px;

  width: 100%;

  border: none;

  outline: none;

  height: 60px;

  padding: 0 20px;

  background-color: rgb(235, 232, 232);

  font-size: 18px;

  margin-right: 30px;
}

header .search-pc button {
  height: 60px;

  border: none;

  background-color: #0e6eb8;

  padding: 0 30px;

  color: white;

  font-size: 18px;

  font-weight: bold;
}

header .search-pc button:active {
  background-color: #0d60a0;
}

header .mb {
  height: 55px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  position: fixed;

  top: 0;

  left: 0;

  width: 100vw;

  background: white;

  z-index: 999;
}

header .mb .logo {
  width: 100px;
}

header .mb .showMore {
  width: 30px;
}

header .mb .mb-nav {
  position: absolute;

  width: 100vw;

  display: none;
}

header .mb .mb-nav li a,
header .mb .mb-nav li p {
  display: block;

  width: 100%;

  line-height: 45px;

  padding: 0 20px;

  background: rgba(22, 22, 22, 0.89);

  color: white;
}

header .mb .mb-nav li a:active,
header .mb .mb-nav li p:active {
  background: rgb(116, 115, 115);
}

header .mb .search-mb {
  background: white;

  padding: 40px 20px;

  position: relative;

  border-top: 1px rgb(223, 220, 220) solid;

  display: none;
}

header .mb .search-mb input {
  border: none;

  background: rgb(228, 227, 226);

  height: 35px;

  flex-grow: 1;

  margin-right: 20px;

  padding: 0 20px;
}

header .mb .search-mb .search {
  width: 40px;
}

header .mb .search-mb .close {
  padding: 5px;

  width: 40px;

  background: white;

  position: absolute;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

  opacity: 1;

  border-radius: 50%;
}

/*尾部*/

footer {
  padding: 30px 0 0;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

footer .web-footer {
  max-width: 1630px;

  flex-wrap: nowrap;

  align-items: flex-start;
}

footer .inputInfo {
  flex-wrap: wrap;

  width: 493px;

  padding: 28px 20px;

  margin-right: 100px;

  background: #2c83c5;

  max-width: 100%;
}

footer .inputInfo input {
  width: calc(50% - 7px);

  height: 44px;

  padding: 10px;

  margin-bottom: 11px;

  border: none;
}

footer .inputInfo textarea {
  width: 100%;

  height: 112px;

  padding: 10px;
}

footer .inputInfo button {
  border: none;

  color: #0e6eb8;

  font-weight: 700px;

  background: white;

  width: 117px;

  height: 40px;

  margin: 23px auto 0;
}

footer .footer-list {
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 30px;
}

footer .footer-list h3,
footer .footer-list p,
.footer-list li a {
  color: white;
}

footer .footer-list h3 {
  margin-bottom: 40px;
}

footer .footer-list li {
  margin-bottom: 30px;
}

footer .footer-list li a {
  font-size: 14px;
}

footer .footer-list li img {
  height: 20px;

  margin-right: 10px;
}

footer .footer-list p {
  margin-bottom: 30px;
}

footer .qrCode {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

footer .footer-linkUs-img {
  margin: 20px 6px 20px 0;

  cursor: pointer;

  position: relative;
}

footer .footer-linkUs-img img {
  width: 36px;

  height: 36px;
}

footer .footer-linkUs-img .popImg {
  position: absolute;

  top: -120px;

  left: 50px;

  width: 100px;

  height: 100px;

  transform: translateX(-50%);

  display: none;
}

footer .footer-linkUs-img:hover .popImg {
  display: block;
}

footer .record {
  padding: 0 20px;

  text-align: center;

  color: white;

  min-height: 50px;

  background: #003e6e;

  line-height: 50px;
}

/*子页面banner*/

.banner {
  height: 400px;

  position: relative;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;
}

.banner .banner-content .underline {
  width: 48px;

  height: 4px;

  background: #ffffff;

  border-radius: 2px;

  margin: 18px auto;
}

.banner .banner-content h1,
.banner .banner-content p {
  color: white;

  text-align: center;

  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Bold;
}

.banner .banner-content h1 {
  font-size: 36px;
}

.banner .banner-content p {
  font-size: 14px;
}

/*子导航栏*/

.main-nav {
  background: #f8f8f8;
}

.main-nav .main-container {
  flex-wrap: wrap;
}

.main-nav .son-nav {
  flex-wrap: wrap;
}

.main-nav .son-nav a {
  line-height: 84px;

  border-bottom: 4px solid transparent;

  margin-right: 60px;

  font-size: 16px;

  font-weight: bold;

  font-family: PingFang SC, PingFang SC-Bold;

  display: block;
}

.main-nav .son-nav a:hover {
  border-bottom: 4px solid #0e6eb8 !important;

  color: #0d60a0;
}

.main-nav .crumbs-nav a {
  font-size: 14px;
}

.main-nav-active {
  border-bottom: 4px solid #0e6eb8 !important;

  color: #0d60a0;
}

/*分页器*/

.pagination a {
  padding: 15px 25px !important;

  background: #ffffff;

  border-radius: 4px;

  box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.08);

  margin: 5px;

  font-size: 18px !important;
}

.pagination-active {
  background: #0e6eb8 !important;

  color: white !important;
}

/*home*/

.index-banner .swiper-slide {
  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;
}

.index-banner .swiper-slide img {
  width: 100%;
}

.index-banner .index-banner-content h1 {
  font-size: 40px;

  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Bold;

  font-weight: 700;

  line-height: 80px;

  color: white;

  max-width: 858px;
}

.index-banner .index-banner-content h1 span {
  font-size: 60px;

  color: #0e6eb8;
}

.index-banner .index-banner-content p {
  font-size: 14px;

  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Regular;

  color: white;

  margin: 40px 0;

  max-width: 490px;
}

.index-banner .index-banner-content button {
  width: 128px;

  height: 47px;

  background: #0e6eb8;

  border-radius: 2px;

  border: none;

  color: white;

  font-size: 22px;

  font-weight: bold;
}

.index-banner .index-banner-content button span {
  display: block;

  border-color: transparent transparent transparent white;

  border-style: solid;

  border-width: 6px;

  margin-left: 20px;
}

.index-banner .swiper-pagination {
  bottom: 50px;
}

.index-banner .swiper-pagination-bullet {
  padding: 10px;

  background: none;

  position: relative;

  opacity: 1;
}

.index-banner .swiper-pagination-bullet::after {
  content: "";

  display: block;

  width: 10px;

  height: 10px;

  background-color: #0e6eb8;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border-radius: 50%;
}

.index-banner .swiper-pagination-bullet-active {
  border: #0e6eb8 solid 1px;
}

.index-product {
  padding-top: 50px;

  padding-bottom: 50px;

  text-align: center;
}

.index-product h2 {
  text-align: center;

  font-size: 39px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: bold;

  padding: 30px 0;
}

.index-product .swiper-pagination {
  position: unset;

  margin-bottom: 40px;

  margin-top: 10px;

  display: inline-block;

  width: unset;

  height: 6px;

  background: #0e6eb83a;

  border-radius: 3px;
}

.index-product .swiper-pagination-bullet {
  position: relative;

  height: 10px;

  top: 100%;

  transform: translateY(-12px);

  margin: 0 !important;

  width: 20px;

  border-radius: unset;

  opacity: 0;
}

.index-product .swiper-pagination-bullet-active {
  width: 10px;

  height: 10px;

  border-radius: 50%;

  opacity: 1;

  background-color: #0e6eb8;
}

.index-product .product-one {
  display: block;

  width: 100%;

  transition: 0.3s;

  position: relative;

  max-width: calc(100vw - 40px);

  overflow: hidden;
}

.index-product .product-one:hover .product-img {
  transform: scale(1.1);
}

.index-product .product-one .product-img {
  width: 100%;

  padding-bottom: 100%;

  max-width: 100%;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  transition: 0.3s;
}

.index-product .product-one .product-intro {
  flex-direction: column;

  padding: 20px 0;
}

.index-product .product-one .go-productDetail {
  position: absolute;

  right: 20px;

  top: 20px;

  padding: 5px;

  width: 40px;

  height: 40px;

  border: white solid 1px;

  opacity: 0;

  transition: 0.3s;
}

.index-product .product-one:hover {
  background-color: #0e6eb8;

  color: white;
}

.index-product .product-one:hover .go-productDetail {
  opacity: 1;
}

.index-product button {
  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  color: #0e6eb8;

  padding: 20px 30px;

  border: none;

  background: white;

  margin-top: 40px;

  transition: 0.3s;
}

.index-product button:hover {
  background-color: #0e6eb8;

  color: white;
}

.index-about {
  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 70px 0;
}

.index-about .main-container {
  align-items: flex-start;
}

.index-about h2 {
  font-size: 39px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;
}

.index-about .underline {
  margin-bottom: 68px;

  margin-top: 40px;
}

.index-about .underline span {
  width: 68px;

  height: 4px;

  background: #000000;

  border-radius: 2px;
}

.index-about .underline i {
  width: 4px;

  height: 4px;

  background: #000000;

  border-radius: 2px;

  margin-left: 4px;
}

.index-about .box-left {
  width: 48%;
}

.index-about .box-left p {
  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;

  line-height: 50px;

  text-indent: 2em;
}

.index-about .index-about-list {
  flex-wrap: wrap;
}

.index-about .index-about-list p {
  width: 50%;
}

.index-about .index-about-list p span {
  display: block;

  height: 10px;

  width: 30px;

  border-style: solid;

  border-color: black transparent black transparent;

  border-width: 3px;

  margin-right: 20px;
}

.index-about .box-left button {
  width: 192px;

  height: 60px;

  border: 2px solid #cccccc;

  border-radius: 3px;

  font-size: 20px;

  font-weight: bold;

  margin-top: 50px;

  margin-bottom: 20px;

  transition: 0.3s;
}

.index-about .box-left button:hover {
  background: #0e6eb8;

  color: white;
}

.index-about .box-right {
  width: 48%;
}

.index-equipment {
  padding: 50px 0 80px;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;
}

.index-equipment .main-container {
  text-align: center;

  padding-bottom: 50px;
}

.index-equipment h2 {
  text-align: center;

  font-size: 39px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: bold;

  padding: 30px 0;
}

.index-equipment .swiper-pagination {
  position: unset;

  margin-bottom: 40px;

  margin-top: 10px;

  display: inline-block;

  width: unset;

  height: 6px;

  background: #0e6eb83a;

  border-radius: 3px;
}

.index-equipment .swiper-pagination-bullet {
  position: relative;

  height: 10px;

  top: 100%;

  transform: translateY(-13px);

  margin: 0 !important;

  width: 20px;

  border-radius: unset;

  opacity: 0;
}

.index-equipment .swiper-pagination-bullet-active {
  width: 10px;

  height: 10px;

  border-radius: 50%;

  opacity: 1;

  background-color: #0e6eb8;
}

.index-equipment .title-sm {
  max-width: 750px;

  margin: auto;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;

  color: #999999;

  text-align: center;

  margin-bottom: 80px;
}

.index-equipment .swiper-slide {
  height: 450px;
}

.index-equipment .equipment-one {
  display: block;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 450px;

  height: 450px;

  max-width: calc(100vw - 40px);

  max-height: calc(100vw - 40px);

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  transition: 0.3s;
}

.index-equipment .equipment-one:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.index-equipment .swiper-btn {
  position: absolute;

  width: 100vw;

  max-width: 1850px;

  padding: 0 20px;

  top: calc(50% + 80px);

  left: 50%;

  transform: translateX(-50%);

  z-index: 10;
}

.index-equipment .swiper-btn div {
  margin: 0;

  position: unset;

  background-color: white;

  padding: 20px;

  height: 80px;

  width: 80px;

  border-radius: 50%;
}

.index-news {
  padding: 50px 0;
}

.index-news .main-container {
  text-align: center;
}

.index-news .main-container h2 {
  text-align: center;

  font-size: 39px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: bold;

  padding: 30px 0;
}

.index-news .swiper-pagination {
  position: unset;

  margin-bottom: 40px;

  margin-top: 10px;

  display: inline-block;

  width: unset;

  height: 6px;

  background: #0e6eb83a;

  border-radius: 3px;
}

.index-news .swiper-pagination-bullet {
  position: relative;

  height: 10px;

  top: 100%;

  transform: translateY(-12px);

  margin: 0 !important;

  width: 20px;

  border-radius: unset;

  opacity: 0;
}

.index-news .swiper-pagination-bullet-active {
  width: 10px;

  height: 10px;

  border-radius: 50%;

  opacity: 1;

  background-color: #0e6eb8;
}

.index-news .title-sm {
  max-width: 750px;

  margin: auto;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;

  color: #999999;

  text-align: center;

  margin-bottom: 80px;
}

.index-news .page-one {
  flex-wrap: wrap;
}

.index-news .page-one .news-one {
  width: 510px;

  height: 280px;

  background: #ffffff;

  border-radius: 4px;

  box-shadow: 1px 4px 6px 0px rgba(80, 80, 80, 0.08);

  padding: 20px;

  text-align: left;

  margin: 0 10px 20px;

  position: relative;
}

.index-news .page-one .news-one .time {
  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;

  color: #cccccc;

  transition: 0.3s;
}

.index-news .page-one .news-one .underline {
  width: 20px;

  height: 2px;

  background: #cccccc;

  border-radius: 1px;

  margin-top: 10px;

  transition: 0.3s;
}

.index-news .page-one .news-one h4 {
  font-size: 22px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  transition: 0.3s;
}

.index-news .page-one .news-one p {
  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;

  margin-top: 20px;

  transition: 0.3s;
}

.index-news .page-one .news-one .news-img {
  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  opacity: 0;

  transition: 0.4s;
}

.index-news .page-one .news-one .news-img::after {
  content: "";

  background-color: rgba(8, 8, 8, 0.26);

  display: block;

  width: 100%;

  height: 100%;
}

.index-news .page-one .news-one:hover .news-img {
  opacity: 1;

  z-index: 9;
}

.index-news .page-one .news-one:hover .time,
.index-news .page-one .news-one:hover .underline,
.index-news .page-one .news-one:hover h4,
.index-news .page-one .news-one:hover p {
  z-index: 10;

  color: white;

  position: relative;
}

.index-news button {
  display: none;
}

/*about*/

.aboutUs-intro {
  margin-top: 100px;
  margin-bottom: 100px;
}

.aboutUs-intro h2 {
  margin-bottom: 33px;

  font-size: 36px;

  font-family: Microsoft YaHei, Microsoft YaHei-Bold;

  font-weight: 700;
}

.aboutUs-intro .flex-row-sb {
  align-items: flex-start;
}

.aboutUs-intro .flex-row-sb .box-left {
  width: 80%;
  margin-right: 60px;
}

.aboutUs-intro .flex-row-sb .box-left p {
  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;

  margin-bottom: 24px;
}

.aboutUs-intro .flex-row-sb .box-right {
  width: 100%;
}

.aboutUs-culture {
  padding: 50px 20px;

  position: relative;

  height: 855px;
}

.aboutUs-culture h2 {
  font-size: 36px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  text-align: center;

  color: white;
}

.aboutUs-culture .culture-center {
  position: absolute;

  width: 497px;

  height: 497px;

  border-radius: 50%;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  border: 2px solid #0e6eb8;

  padding: 38px;
}

.aboutUs-culture .culture-center .culture-circle {
  background: white;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;
}

.aboutUs-culture .culture-center .culture-circle div {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.aboutUs-culture .culture-circle div h3 {
  font-size: 30px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  text-align: center;

  color: #0e6eb8;

  margin-bottom: 34px;
}

.aboutUs-culture .culture-circle div p {
  font-size: 14px;

  font-family: PingFang SC, PingFang SC-Bold;

  color: #666666;

  text-align: center;
}

.culture-list-left,
.culture-list-right,
.culture-list-center {
  position: absolute;

  width: 400px;
}

.culture-list-left {
  text-align: right;
}

.culture-list-left img {
  margin-left: 30px;
}

.culture-list-right img {
  margin-right: 30px;
}

.culture-list-center {
  flex-direction: column;
}

.culture-list-center h4 {
  text-align: center;
}

.culture-list-center p {
  text-align: center;
}

.aboutUs-culture .flex-row-sb h4 {
  font-size: 24px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  color: white;
}

.aboutUs-culture .flex-row-sb p {
  font-size: 14px;

  font-family: PingFang SC, PingFang SC-Bold;

  color: white;
}

.aboutUs-culture ul {
  padding: 20px 0;
}

.aboutUs-culture ul li {
  margin-bottom: 20px;
}

.aboutUs-culture ul li h4 {
  color: white;

  font-size: 16px;

  font-weight: bold;
}

.aboutUs-culture ul li p {
  color: white;

  font-size: 16px;
}

.aboutUs-culture ul li img {
  margin-right: 20px;

  width: 40px;

  height: 40px;

  min-width: 40px;

  min-height: 40px;
}

.aboutUs-environment {
  padding: 90px 0;
}

.aboutUs-environment h2 {
  text-align: center;

  font-size: 36px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;
}

.aboutUs-environment p {
  text-align: center;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;

  max-width: 930px;

  padding: 37px 20px;

  margin: auto;
}

.aboutUs-environment .swiper-slide {
  height: 700px;
}

.aboutUs-environment .environment-one {
  width: 800px;

  height: 470px;

  display: block;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  transition: 0.3s;

  overflow: hidden;
}

.aboutUs-environment .environment-one .environment-intro {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  text-align: center;

  line-height: 50px;

  background: #000000;

  color: white;

  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  opacity: 0;

  transition: 0.3s;
}

.aboutUs-environment .swiper-slide-next .environment-one {
  transform: translate(-50%, -50%) scale(1.3);

  z-index: 20;
}

.aboutUs-environment .swiper-slide-next .environment-one .environment-intro {
  opacity: 1;
}

/*product*/

.product {
  padding-top: 38px;

  align-items: flex-start;
}

.product .box-left {
  width: 370px;

  min-width: 250px;

  margin-right: 20px;

  background: white;
}

.product .box-left .nav-product-center {
  background-color: #fafafa;

  margin-bottom: 30px;
}

.product .box-left h2 {
  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  background-color: #0e6eb8;

  color: white;

  line-height: 80px;

  padding: 0 20px;
}

.product .box-left .nav-product-center ul li {
  padding: 0 20px;
}

.product .box-left .nav-product-center ul li:hover {
  background-color: #ecf7ff;
}

.product .box-left .nav-product-center ul li:hover a {
  color: #0e6eb8;
}

.product .box-left .nav-product-center ul li:hover a::before {
  border-color: transparent transparent transparent #0e6eb8;
}

.product .box-left .nav-product-center ul li a {
  height: 60px;

  flex-grow: 1;

  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.product .box-left .nav-product-center ul .active {
  background-color: #ecf7ff !important;
}

.product .box-left .nav-product-center ul .active a {
  color: #0e6eb8 !important;
}

.product .box-left .nav-product-center ul .active a::before {
  border-color: transparent transparent transparent #0e6eb8 !important;
}

.product .box-left .nav-product-center ul li a::before {
  content: "";

  height: 0px;

  width: 0px;

  display: block;

  border-color: transparent transparent transparent black;

  border-width: 6px;

  border-style: solid;

  margin-right: 20px;
}

.product .box-left .nav-contact-us {
  padding-bottom: 60px;

  background: #fafafa;
}

.product .box-left .nav-contact-us div {
  border-bottom: solid 1px #c4c4c4;

  padding: 20px 0;

  margin: 0 20px;
}

.product .box-left .nav-contact-us div p {
  line-height: 30px;

  padding: 10px 0;
}

.product .box-left .nav-contact-us h3 {
  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  padding: 20px;
}

.product .box-left .nav-contact-us img {
  width: 188px;

  margin-left: 20px;
}

.product .box-right {
  max-width: 1020px;
}

.box-right-list {
  flex-wrap: wrap;
}

.box-right-list::after {
  content: "";
  display: block;
  width: 32%;
}

.product .box-right .product-one {
  width: 32%;

  align-self: stretch;

  background: #ffffff;

  border-radius: 4px;

  box-shadow: 1px 4px 6px 0px rgba(51, 51, 51, 0.08);

  margin-bottom: 30px;

  transition: 0.2s;
}

.product .box-right .product-one:hover {
  transform: scale(1.05);
}

.product .box-right .product-one:hover h4 {
  color: #0e6eb8 !important;
}

.product .box-right i {
  width: 320px;

  margin-bottom: 30px;
}

.product .box-right .product-one .product-img {
  width: 100%;

  padding-bottom: 100%;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.product .box-right .product-one .product-intro {
  height: 90px;

  padding: 10px 20px;

  flex-direction: column;

  align-items: flex-start;
}

.product .box-right .product-one .product-intro h4 {
  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  width: 100%;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  line-clamp: 1;

  -webkit-box-orient: vertical;
}

.product .box-right .product-one .product-intro img {
  width: 30px;

  height: 30px;

  border: black solid 1px;

  border-radius: 50%;

  padding: 5px;
}

.product .box-right .product-one .product-intro p {
  font-size: 14px;

  font-family: PingFang SC, PingFang SC-Bold;

  color: #a7a7a7;
}

.nav-product-mb {
  position: fixed;

  left: -80vw;

  top: 55px;

  height: calc(100vh - 55px);

  width: 80vw;

  background-color: white;

  z-index: 998;

  overflow-y: scroll;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  overflow: visible;
}

.nav-product-mb .control {
  position: absolute;

  left: calc(100% + 20px);

  top: 200px;

  background: white;

  width: 40px;

  border: none;

  border-radius: 50%;
}

.nav-product-mb p {
  font-size: 18px;

  padding: 0 20px;

  line-height: 50px;

  font-weight: bold;
}

.nav-product-mb ul li {
  line-height: 50px;

  margin: 0 20px;

  font-size: 16px;

  border-bottom: solid 1px rgb(209, 207, 207);
}

.nav-product-mb ul .active a {
  color: #0d60a0 !important;
}

/*productDetail*/

.productDetail {
  padding-top: 38px;

  align-items: flex-start;
}

.productDetail .box-left {
  width: 370px;

  margin-right: 20px;

  background: white;
}

.productDetail .box-left .nav-productDetail-center {
  background-color: #fafafa;

  margin-bottom: 30px;
}

.productDetail .box-left h2 {
  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  background-color: #0e6eb8;

  color: white;

  line-height: 80px;

  padding: 0 20px;
}

.productDetail .box-left .nav-productDetail-center ul li {
  padding: 0 20px;
}

.productDetail .box-left .nav-productDetail-center ul li:hover {
  background-color: #ecf7ff;
}

.productDetail .box-left .nav-productDetail-center ul li:hover a {
  color: #0e6eb8;
}

.productDetail .box-left .nav-productDetail-center ul li:hover a::before {
  border-color: transparent transparent transparent #0e6eb8;
}

.productDetail .box-left .nav-productDetail-center ul li a {
  height: 60px;

  flex-grow: 1;

  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.productDetail .box-left .nav-productDetail-center ul .active {
  background-color: #ecf7ff;
}

.productDetail .box-left .nav-productDetail-center ul .active a {
  color: #0e6eb8;
}

.productDetail .box-left .nav-productDetail-center ul .active a::before {
  border-color: transparent transparent transparent #0e6eb8 !important;
}

.productDetail .box-left .nav-productDetail-center ul li a::before {
  content: "";

  height: 0px;

  width: 0px;

  display: block;

  border-color: transparent transparent transparent black;

  border-width: 6px;

  border-style: solid;

  margin-right: 20px;
}

.productDetail .box-left .nav-contact-us {
  padding-bottom: 60px;

  background: #fafafa;
}

.productDetail .box-left .nav-contact-us div {
  border-bottom: solid 1px #c4c4c4;

  padding: 20px 0;

  margin: 0 20px;
}

.productDetail .box-left .nav-contact-us div p {
  line-height: 30px;

  padding: 10px 0;
}

.productDetail .box-left .nav-contact-us h3 {
  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  padding: 20px;
}

.productDetail .box-left .nav-contact-us img {
  width: 188px;

  margin-left: 20px;
}

.productDetail .box-right {
  max-width: 1020px;

  width: 100%;
}

.productDetail .product-outline {
  align-items: flex-start;

  flex-wrap: wrap;
}

.productDetail .product-outline .product-img {
  max-width: 510px;

  width: 100%;
}

.productDetail .product-outline .product-intro {
  max-width: 480px;

  width: 100%;
}

.productDetail .product-outline .product-intro h2 {
  font-size: 24px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  color: #0e6eb8;

  border-bottom: 1px solid rgb(216, 216, 216);

  margin-bottom: 20px;

  padding-bottom: 20px;

  flex-wrap: wrap;
}

.productDetail .product-outline .product-intro h2 span {
  font-size: 14px;

  font-family: PingFang SC, PingFang SC-Bold;

  color: #333333;
}

.productDetail .product-outline .product-intro h3 {
  font-size: 24px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;
}

.productDetail .product-outline .product-intro p {
  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;

  line-height: 40px;
}

.productDetail .product-outline .product-intro .tel {
  display: none;
}

.productDetail .product-outline .product-intro .tel,
.productDetail .product-outline .product-intro button {
  width: 189px;

  position: relative;

  height: 58px;

  background: #0e6eb8;

  border-radius: 3px;

  color: white;

  border: none;

  padding: 15px;

  margin-top: 40px;
}

.productDetail .product-outline .product-intro .tel img,
.productDetail .product-outline .product-intro button img {
  width: 30px;

  height: 30px;

  margin-right: 10px;
}

.productDetail .product-outline .product-intro .tel span,
.productDetail .product-outline .product-intro button span {
  font-size: 18px;
}

.productDetail .box-right .productDetail-control {
  width: 100%;

  height: 65px;

  background-color: #efefef;

  margin: 40px 0;
}

.productDetail .box-right .productDetail-control div {
  height: 100%;

  line-height: 65px;

  padding: 0 40px;

  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  cursor: pointer;
}

.productDetail .box-right .productDetail-control .control-active {
  background: #0e6eb8;

  color: white;
}

.productDetail .box-right .productDetail-content img {
  margin: 20px 0;

  max-width: 100%;
}

.productDetail .box-right .productDetail-content p {
  line-height: 30px;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.productDetail .box-right .productDetail-content ul {
  list-style: unset;

  list-style-position: inside;
}

.productDetail .box-right .productDetail-content ul li {
  line-height: 30px;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.productDetail .box-right .paging {
  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  margin-top: 30px;

  padding-bottom: 30px;

  border-bottom: solid 1px rgb(219, 218, 218);

  margin-bottom: 40px;

  flex-wrap: wrap;

  color: #0e6eb8;
}

.productDetail .box-right .paging li {
  flex-wrap: wrap;

  line-height: 40px;

  cursor: pointer;
}

.productDetail .box-right .paging li a {
  font-size: 16px;

  font-weight: unset;

  line-height: 30px;
}

.productDetail .box-right .paging li:hover a {
  color: #0e6eb8;
}

.tel_pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}

.tel_pop .box {
  background-color: white;
  padding: 40px 50px;
  border-radius: 5px;
}

.tel_pop .box p {
  font-size: 18px;
  line-height: 40px;
}

.tel_pop .box p span {
  font-weight: bold;
}

.orderArticle {
  margin-bottom: 60px;

  padding: 20px 0;
}

.orderArticle .swiper-slide {
  padding: 20px 0;

  height: 460px;
}

.orderArticle-one {
  width: 300px;

  position: absolute;

  display: block;

  box-shadow: 0px 0px 5px 5px rgba(51, 51, 51, 0.08);

  overflow: hidden;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.orderArticle-one .product-img {
  height: 300px;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;
}

.orderArticle-one .product-link {
  position: absolute;

  width: 100%;

  height: 300px;

  top: 300px;

  left: 0;

  background: rgba(0, 0, 0, 0.596);

  z-index: 1;

  transition: 0.3s;
}

.orderArticle-one .product-link img {
  position: relative;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.orderArticle-one .product-intro {
  position: relative;

  width: 100%;

  height: 80px;

  padding: 20px;

  background: white;

  z-index: 2;
}

.orderArticle-one .product-intro p {
  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;
}

.orderArticle-one .product-intro img {
  opacity: 0;

  transition: 0.2s;
}

.orderArticle-one:hover .product-intro img {
  opacity: 1;
}

.orderArticle-one:hover .product-link {
  top: 0;
}

/*equipment*/

.equipment-list {
  margin-top: 30px;

  flex-wrap: wrap;
}

.equipment-list i {
  width: 448px;

  margin-bottom: 34px;
}

.equipment-list .equipment-one {
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  width: 448px;

  height: 448px;

  position: relative;

  max-width: 100%;

  margin-bottom: 34px;

  overflow: hidden;

  cursor: pointer;
}

.equipment-list .equipment-one:hover .equipment-intro {
  top: 0;
}

.equipment-list .equipment-one .equipment-intro {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 100%;

  background: rgba(0, 0, 0, 0.596);

  transition: 0.4s;
}

.equipment-list .equipment-intro div {
  width: 100%;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.equipment-list .equipment-intro div img {
  display: block;

  margin: 0px auto 50px;
}

.equipment-list .equipment-intro div p {
  text-align: center;

  color: white;

  font-size: 24px;

  font-family: PingFang SC, PingFang SC-Bold;
}

/*article equipmentDetail newsDetail*/

.articleDetail {
  align-items: flex-start;

  padding-top: 35px;

  padding-bottom: 50px;
}

.articleDetail .left-box {
  max-width: 1000px;

  width: 100%;

  background-color: #f8f8f8;

  padding: 20px 35px;
}

.articleDetail .left-box .left-title {
  font-size: 24px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;
}

.articleDetail .left-box .left-smTitle {
  border-bottom: 1px solid rgb(212, 210, 210);

  padding-top: 10px;

  padding-bottom: 10px;

  flex-wrap: wrap;
}

.articleDetail .left-box .left-smTitle span {
  color: #999999;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;

  margin-right: 80px;

  line-height: 30px;
}

.articleDetail .left-box .articleDetail-content {
  padding: 20px 0;
}

.articleDetail .left-box .articleDetail-content img {
  margin: 20px 0;

  max-width: 100%;
}

.articleDetail .left-box .articleDetail-content p {
  line-height: 30px;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.articleDetail .left-box .articleDetail-content ul {
  list-style: unset;

  list-style-position: inside;
}

.articleDetail .left-box .articleDetail-content ul li {
  line-height: 30px;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.articleDetail .left-box .paging {
  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  margin-top: 30px;

  padding-bottom: 30px;

  border-bottom: solid 1px rgb(219, 218, 218);

  margin-bottom: 40px;

  flex-wrap: wrap;

  color: #0e6eb8;
}

.articleDetail .left-box .paging li {
  flex-wrap: wrap;

  line-height: 40px;

  cursor: pointer;
}

.articleDetail .left-box .paging li a {
  font-size: 16px;

  font-weight: unset;

  line-height: 30px;
}

.articleDetail .box-left .paging li:hover a {
  color: #0e6eb8;
}

.articleDetail .right-box {
  max-width: 380px;

  width: 380px;

  background-color: #f8f8f8;

  padding-bottom: 20px;
}

.articleDetail .right-box h2 {
  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  background-color: #0e6eb8;

  color: white;

  line-height: 50px;

  text-align: center;
}

.articleDetail .right-box .news-list {
  padding: 20px 15px 0;

  display: block;
}

.articleDetail .right-box .news-list:hover h3 {
  color: #0e6eb8;
}

.articleDetail .right-box .news-list:hover p {
  color: #222222;

  border-bottom: 1px solid #0e6eb8;
}

.articleDetail .right-box .news-list .news-img {
  width: 100%;

  height: 177px;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  margin-bottom: 12px;
}

.articleDetail .right-box .news-list h3 {
  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  line-height: 30px;

  margin-bottom: 14px;
}

.articleDetail .right-box .news-list p {
  padding-bottom: 11px;

  border-bottom: 1px solid rgb(212, 210, 210);

  font-size: 14px;

  font-family: PingFang SC, PingFang SC-Bold;

  text-align: left;

  color: #222222;
}

.articleDetail .swiper-slide {
  height: 800px;

  background-position: center;

  background-size: cover;

  width: 1px;
}

/*news*/

.news-list {
  margin-top: 30px;

  flex-wrap: wrap;
}

.news-list i {
  width: 448px;

  margin-bottom: 34px;
}

.news-list .news-one {
  width: 448px;

  height: 400px;

  position: relative;

  max-width: 100%;

  margin-bottom: 34px;

  overflow: hidden;

  cursor: pointer;
}

.news-list .news-one:hover .news-intro {
  color: white;

  background-color: #0e6eb8;
}

.news-list .news-one:hover .news-img {
  transform: scale(1.1);
}

.news-list .news-img {
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  height: 275px;

  transition: 0.3s;
}

.news-list .news-intro {
  background: #f8fbff;

  padding: 20px;

  height: calc(100% - 275px);

  flex-direction: column;

  align-items: flex-start;

  transition: 0.3s;
}

.news-list .news-intro h3 {
  font-size: 20px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  line-clamp: 1;

  -webkit-box-orient: vertical;
}

.news-list .news-intro p {
  font-size: 14px;

  font-family: PingFang SC, PingFang SC-Bold;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  line-clamp: 2;

  -webkit-box-orient: vertical;
}

/*connect*/

.connect-title h2 {
  text-align: center;

  font-size: 36px;

  font-family: PingFang SC, PingFang SC-Bold;

  font-weight: 700;

  margin-top: 44px;
}

.connect-title .underline {
  width: 35px;

  height: 4px;

  background: #0e6eb8;

  border-radius: 2px;

  margin: 10px auto;
}

.connect-title p {
  font-size: 14px;

  font-family: PingFang SC, PingFang SC-Bold;

  color: #999999;

  text-align: center;

  max-width: 900px;

  margin: auto;
}

.connect-box {
  margin-top: 80px;

  margin-bottom: 100px;

  align-items: flex-start;

  flex-wrap: wrap;
}

.connect-box .box-left {
  max-width: 620px;

  width: 620px;

  margin-bottom: 20px;
}

.connect-box .box-left h3 {
  font-size: 30px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.connect-box .box-left ul {
  margin-top: 30px;
}

.connect-box .box-left ul li {
  line-height: 70px;

  border-bottom: #e8e8e9 solid 1px;

  font-size: 22px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.connect-box .box-right {
  flex-wrap: wrap;

  max-width: 740px;

  background: #f8fbfe;

  padding: 20px;
}

.connect-box .box-right input {
  width: calc(50% - 20px);

  height: 56px;

  border: none;

  outline: none;

  padding: 0 20px;

  background: #f3f4f6;

  margin-bottom: 18px;

  font-size: 18px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.connect-box .box-right textarea {
  width: 100%;

  height: 112px;

  border: none;

  outline: none;

  padding: 20px;

  background: #f3f4f6;

  margin-bottom: 18px;
}

.connect-box .box-right .flex-row-sb {
  width: 100%;
}

.connect-box .box-right .flex-row-sb input {
  width: 50%;

  margin-bottom: 0;
}

.connect-box .box-right .flex-row-sb img {
  width: 25%;

  height: 56px;

  background: orange;

  margin-left: 20px;
}

.connect-box .box-right .flex-row-sb p {
  width: calc(25% - 15px);

  padding: 0 20px;

  font-size: 14px;

  color: #cccccc;

  font-family: PingFang SC, PingFang SC-Bold;
}

.connect-box .box-right button {
  color: white;

  font-size: 22px;

  font-family: PingFang SC, PingFang SC-Bold;

  width: 241px;

  height: 55px;

  background: linear-gradient(0deg, #0033a0 0%, #2c6aec 100%);

  border-radius: 4px;

  border: none;

  margin: 60px auto 0;
}

/*certificate*/

.certificate-list {
  margin-top: 30px;

  flex-wrap: wrap;
}

.certificate-list i {
  width: 448px;

  margin-bottom: 34px;
}

.certificate-list .certificate-one {
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  width: 448px;

  height: 448px;

  position: relative;

  max-width: 100%;

  margin-bottom: 34px;

  overflow: hidden;

  cursor: pointer;
}

.certificate-list .certificate-one:hover h3 {
  opacity: 0;
}

.certificate-list .certificate-one:hover .certificate-intro {
  top: 0;
}

.certificate-list .certificate-one .certificate-intro {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 348px;

  background: rgba(0, 0, 0, 0.596);

  transition: 0.4s;
}

.certificate-list .certificate-one .certificate-intro h3 {
  line-height: 100px;

  text-align: center;

  color: white;

  transition: 0.2s;

  font-family: PingFang SC, PingFang SC-Bold;

  font-size: 16px;
}

.certificate-list .certificate-intro div {
  width: 100%;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.certificate-list .certificate-intro div img {
  display: block;

  margin: 0px auto 50px;
}

.certificate-list .certificate-intro div p {
  text-align: center;

  color: white;

  font-size: 16px;

  font-family: PingFang SC, PingFang SC-Bold;
}

.pop {
  background: rgba(0, 0, 0, 0.596);

  position: fixed;

  width: 100vw;

  height: 100vh;

  left: 0;

  top: 0;

  z-index: 999;

  display: none;
}

.pop img {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  max-width: 780px;

  width: 100%;
}

/*移动端类*/

@media screen and (max-width: 780px) {
  /*footer 尾部*/

  footer .web-footer {
    flex-wrap: wrap;
  }

  footer .inputInfo {
    width: 100%;

    margin-bottom: 20px;

    margin-right: 0;
  }

  footer .footer-list {
    margin: 0;
    flex-grow: 1;
  }

  footer .footer-list h3 {
    margin-bottom: 20px;
  }

  footer .footer-list li {
    margin-bottom: 20px;
  }

  footer .record {
    line-height: 30px;
  }

  footer .inputInfo input {
    padding: 0 10px;
    height: 35px;
  }

  footer .inputInfo textarea {
    height: 80px;
  }

  footer .footer-list p {
    margin-bottom: 15px;
  }

  footer .qrCode {
    width: 100px;
    height: 100px;
  }

  /*分页器*/

  .pagination a {
    padding: 10px 15px !important;

    font-size: 14px !important;
  }

  /*全局banner*/

  .banner {
    height: 250px;
    margin-top: 55px;
  }

  /*main-nav*/

  .main-nav .son-nav {
    justify-content: space-between !important;

    align-items: flex-end !important;

    width: 100%;
  }

  .main-nav .son-nav a {
    font-size: 18px;

    line-height: 60px;

    margin-right: 0;
  }

  /*home*/

  .index-banner {
    margin-top: 55px;
  }

  .index-banner .swiper-slide {
    margin-bottom: 50px;
  }

  .index-banner .swiper-pagination {
    bottom: 0;
  }

  .index-banner .index-banner-content h1 {
    font-size: 20px;

    line-height: 30px;

    text-align: center;
  }

  .index-banner .index-banner-content h1 span {
    font-size: 30px;
  }

  .index-banner .index-banner-content p {
    text-align: center;

    font-size: 16px;
  }

  .index-banner .index-banner-content button {
    margin: auto;
  }

  .index-product {
    padding-top: 10px;
  }

  .index-product h2 {
    font-size: 20px;
  }

  .index-product .swiper-pagination {
    margin-bottom: 150px;
  }

  .index-product .product-one .product-intro h4 {
    font-size: 12px;
    line-height: 16px;
  }

  .index-product .swiper-container {
    padding: 0 0 100px;
  }

  .index-product .swiper-slide {
    transition: 0.3s;
  }

  .index-product .swiper-slide-next {
    transform: scale(2);
    z-index: 10;
  }

  .index-product .swiper-slide-next .product-one .product-intro {
    background-color: #0e6eb8;
    color: white;
    padding: 5px;
  }

  .index-product .swiper-slide-next .product-one .product-intro h4 {
    transform: scale(0.7);
  }

  .index-product .swiper-slide-next .product-one .product-intro p {
    transform: scale(0.7);
  }

  .index-about {
    padding: 40px 0;
  }

  .index-about h2 {
    font-size: 20px;
  }

  .index-about .underline {
    margin: 10px 0;
  }

  .index-about .box-left {
    width: 100%;
  }

  .index-about .box-right {
    width: 100%;
  }

  .index-about .box-left p {
    font-size: 16px;
  }

  .index-about .box-left button {
    width: 150px;

    font-size: 16px;

    background: #0d60a0;

    color: white;

    border: none;

    margin: 20px 0;
  }

  .index-equipment {
    padding-top: 20px;

    padding-bottom: 30px;
  }

  .index-equipment h2 {
    font-size: 20px;

    padding: 10px;
  }

  .index-equipment .title-sm {
    margin-bottom: 0px;
  }

  .index-equipment .equipment-one .equipment-intro {
    top: 100%;

    height: unset;

    opacity: 1;

    padding: 0 20px;

    border-radius: unset;

    height: 80px;
  }

  .index-equipment .equipment-one .equipment-intro h3 {
    line-height: 80px;

    font-size: 20px;

    text-align: center;

    width: 100%;
  }

  .index-equipment .equipment-one:hover .equipment-intro {
    transform: unset;
  }

  .index-news {
    padding-top: 20px;
  }

  .index-news .main-container h2 {
    font-size: 20px;

    padding: 10px 0;
  }

  .index-news .title-sm {
    margin-bottom: 30px;
  }

  .index-news .page-one .news-one {
    height: unset !important;
    margin: 0;
    margin-bottom: 20px !important;
  }

  .index-news .page-one .news-one:nth-child(n + 4) {
    display: none;
  }

  .index-news .page-one .news-one .time {
    font-size: 16px !important;

    margin-top: 0 !important;
  }

  .index-news .page-one .news-one .underline {
    height: 2px !important;
  }

  .index-news .page-one .news-one h4 {
    font-size: 18px !important;

    line-height: 30px;

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;
  }

  .index-news .page-one .news-one p {
    font-size: 16px !important;

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

    margin-top: 10px !important;
  }

  .index-news .page-one .news-one:hover .time,
  .index-news .page-one .news-one:hover .underline,
  .index-news .page-one .news-one:hover h4,
  .index-news .page-one .news-one:hover p {
    color: unset;

    position: unset;
  }

  .index-news button {
    display: block;
    width: 120px;
    height: 45px;
    background-color: #2c83c5;
    color: white;
    border: none;
    margin-top: 40px;
  }

  /*aboutUs*/

  .aboutUs-intro {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .aboutUs-intro h2 {
    font-size: 20px;

    margin-bottom: 10px;
  }

  .aboutUs-intro .flex-row-sb {
    flex-wrap: wrap;
  }

  .aboutUs-intro .flex-row-sb .box-left {
    width: 100%;
    margin-right: 0;
  }

  .aboutUs-culture {
    height: unset;

    padding-top: 30px;

    padding-bottom: 30px;
  }

  .aboutUs-culture h2 {
    font-size: 20px;

    font-weight: bold;
  }

  .aboutUs-environment {
    padding: 30px 0;
  }

  .aboutUs-environment h2 {
    font-size: 20px;
  }

  .aboutUs-environment p {
    padding: 10px 20px 40px;
  }

  .aboutUs-environment .swiper-slide {
    height: 300px;
  }

  .aboutUs-environment .environment-one {
    height: 200px;

    width: calc(100vw / 2);
  }

  .aboutUs-environment .environment-one .environment-intro {
    font-size: 14px;

    line-height: 40px;
  }

  .aboutUs-environment .swiper-slide-next {
    z-index: 10;
  }

  /*equipment*/

  .equipment-list .equipment-one {
    height: calc(100vw - 40px);

    margin-bottom: 20px;
  }

  .equipment-list .equipment-one .equipment-intro {
    top: unset;

    bottom: 0;

    height: 80px;
  }

  .equipment-list .equipment-one:hover .equipment-intro {
    top: unset;

    bottom: 0;
  }

  .equipment-list .equipment-intro div p {
    font-size: 18px;
  }

  /*news*/

  .news-list .news-one {
    height: unset;

    margin-bottom: 20px;
  }

  .news-list .news-intro {
    height: unset;
  }

  .news-list .news-intro h3 {
    font-size: 18px;

    line-height: unset;
  }

  /*contact*/

  .connect-title h2 {
    margin-top: 30px;

    font-size: 20px;
  }

  .connect-box {
    margin-top: 20px;
  }

  .connect-box .box-left h3 {
    font-size: 18px;

    font-weight: bold;

    text-align: center;
  }

  .connect-box .box-left ul {
    margin-top: 0;
  }

  .connect-box .box-left ul li {
    line-height: 50px;

    font-size: 16px;

    text-align: center;
  }

  .connect-box .box-right input {
    font-size: 16px;

    width: 100%;

    height: 50px;
  }

  .connect-box .box-right .flex-row-sb {
    flex-wrap: wrap;
  }

  .connect-box .box-right .flex-row-sb input {
    width: 100%;

    margin-bottom: 20px;
  }

  .connect-box .box-right .flex-row-sb img {
    width: 50%;

    margin: 0;
  }

  .connect-box .box-right .flex-row-sb p {
    width: 50%;
  }

  .connect-box .box-right button {
    font-size: 18px;

    width: 200px;

    margin-top: 30px;
  }

  /*product*/

  .product .box-right .product-one {
    width: calc(100vw - 40px);
  }

  .product .box-right .product-one .product-img {
    width: calc(100vw - 40px);
  }

  /*productDetail*/

  .productDetail .product-outline .product-intro .tel {
    display: block;
  }
  .productDetail .product-outline .product-intro button {
    display: none;
  }

  .productDetail .product-outline .product-intro h2 {
    font-size: 18px;

    margin-top: 20px;
  }

  .productDetail .product-outline .product-intro h3 {
    font-size: 20px;
  }

  .productDetail .box-right .productDetail-control {
    height: 50px;
  }

  .productDetail .box-right .productDetail-control div {
    font-size: 18px;

    line-height: 50px;

    padding: 0 20px;
  }

  .productDetail .orderArticle-one {
    width: calc(100vw - 60px);
  }

  .productDetail .box-right .paging li {
    display: inline-block;
    width: 100%;
    line-height: unset;
    margin-top: 10px;
  }

  /*article*/

  .articleDetail .left-box {
    padding: 20px;
  }

  .articleDetail .left-box .left-title {
    font-size: 18px;
  }

  /*certificate*/

  .certificate-list .certificate-one {
    height: calc(100vw - 40px);

    margin-bottom: 20px;
  }

  .certificate-list .certificate-one .certificate-intro {
    top: calc(100% - 80px);
  }

  .certificate-list .certificate-one .certificate-intro h3 {
    line-height: 80px;

    font-size: 18px;
  }

  .certificate-list .certificate-one:hover h3 {
    opacity: 1;
  }

  .certificate-list .certificate-one:hover .certificate-intro {
    top: calc(100% - 80px);
  }

  .index-about .main-container {
    flex-wrap: wrap;
  }
}
