/*全局配置*/
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,
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: SourceHanSansCN, SourceHanSansCN-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;
}

.bg-cover-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-contain-center {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*头部*/

header {
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}

.header-bg {
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px #ccc;
}

/*PC端*/
header .pc {
  position: relative;
}
header .pc .logo img {
  width: 100px;
  margin-right: 20px;
}

header .pc .logo h1 {
  font-size: 22px;
  color: #282828;
  font-weight: bold;
}

header .pc-nav {
  flex-grow: 1;
  margin-left: 20px;
}

header .pc-nav ul {
  flex-grow: .8;
}

header .pc-nav ul li {
  flex-grow: 1;
  text-align: center;
}

header .pc-nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-bottom: transparent solid 4px;
  line-height: 100px;
}

header .pc-nav ul li a:hover {
  border-bottom: #216fb0 solid 4px;
  color: #216fb0;
}

header .pc-nav-active {
  border-bottom: #216fb0 solid 4px !important;
  color: #216fb0 !important;
}

header .pc-nav .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 30px;
}

header .pc-nav span {
  margin: 0 30px;
  font-size: 20px;
}

header .pc-nav .phone {
  font-size: 16px;
  color: #085fa8;
  font-weight: bold;
}

header .pc-nav .phone img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

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 div {
  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: #216fb0;
  padding: 0 30px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

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

header .mb {
  height: 55px;
  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: 30px;
}

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%;
}

/* main */
main {
  margin-top: 80px;
}
/*尾部footer*/

footer {
  background-color: #002d62;
}

footer .other-company {
  height: 86px;
  border-bottom: 1px white solid;
  margin-bottom: 30px;
}

footer .other-company p {
  font-size: 18px;
  color: white;
}

footer .other-company a {
  font-size: 16px;
  color: white;
  margin-left: 10px;
}

footer .footer-nav {
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1px;
}

footer .footer-nav .footer-one-nav .flex-row-fs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
  max-height: 210px;
}

footer .footer-nav .footer-one-nav .flex-row-fs li {
  writing-mode: horizontal-tb;
  margin-right: 60px;
}

footer .footer-nav .footer-one-nav h2 a {
  display: block;
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .footer-nav .footer-one-nav ul li a {
  display: block;
  font-size: 16px;
  color: white;
  line-height: 30px;
}

footer .footer-nav .footer-one-nav ul li a:hover {
  color: #5084c1;
}

footer .footer-nav .qrCode {
  flex-wrap: wrap;
}

footer .footer-nav .qrCode img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 5px;
}

footer .footer-nav .qrCode p {
  text-align: center;
  color: white;
  font-size: 16px;
  margin-top: 10px;
}

footer .footer-nav .footer-phone p {
  font-size: 16px;
  color: white;
  text-align: end;
}

footer .footer-nav .footer-phone h2 {
  font-size: 32px;
  color: white;
  font-weight: bold;
}

footer .records {
  height: 80px;
  font-size: 16px;
  border-top: white solid 1px;
  margin-top: 30px;
  color: white;
}

/* 弹窗 */

.pop {
  background-color: rgba(0, 0, 0, 0.596);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*banner*/
.banner {
  height: 498px;
}

.banner .banner-content h1 {
  font-size: 42px;
  color: white;
  margin-bottom: 35px;
}

.banner .banner-content h1 span {
  display: block;
  width: 34px;
  height: 6px;
  background: #ffffff;
  margin-right: 10px;
}

.banner .banner-content p {
  font-size: 18px;
  color: white;
}

/*分页器*/

.pagination a {
  padding: 10px 18px !important;
  background: #ffffff;
  border-radius: 4px;
  margin: 5px;
  font-size: 18px !important;
}

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

/* box-title */

.box-title {
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateY(-30%);
  color: white;
  height: 100px !important;
  width: 100px !important;
  background-color: #216fb0;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
}

/* 面包屑 */

.crumbs {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  position: relative;
  flex-wrap: wrap;
}
.crumbs a {
  margin: 0 10px;
}
/*首页*/

#index .index-banner .swiper-slide {
  height: 745px;
  color: white;
}

#index .index-banner .index-banner-content h1 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 46px;
  line-height: 50px;
}

#index .index-banner .index-banner-content h2 {
  font-weight: bold;
  font-size: 38px;
}

#index .index-banner .index-banner-content span {
  display: block;
  width: 50px;
  height: 3px;
  background-color: white;
  margin: 30px 0;
}

#index .index-banner .index-banner-content p {
  font-size: 16px;
}

#index .index-product {
  padding-bottom: 130px;
}

#index .index-product .product-nav {
  padding: 79px 0;
}

#index .index-product .product-nav li {
  display: block;
  flex-shrink: 0;
  padding: 10px 0px 10px 40px;
  font-size: 18px;
  cursor: pointer;
}

#index .index-product .product-nav-active {
  color: #085fa9;
  font-weight: bold;
}

#index .index-product .product-box {
  align-items: flex-start;
}

#index .index-product .box-left {
  max-width: 100%;
  width: 330px;
  min-width: 330px;
  margin-right: 100px;
}

#index .index-product .box-left h2 {
  color: #085fa9;
  font-size: 36px;
  margin-bottom: 10px;
}

#index .index-product .box-left .title-sm {
  color: #dcdcdc;
  font-size: 36px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  margin-bottom: 60px;
}

#index .index-product .box-left .product-intro {
  font-size: 16px;
  color: #585858;
  margin-bottom: 35px;
  line-height: 30px;
}

#index .index-product .box-left img {
  width: 50px;
}

#index .index-product .box-right {
  flex-grow: 1;
}

#index .index-product .box-right .product-one {
  width: 100%;
  background: white;
  position: relative;
  overflow: hidden;
  display: block;
}

#index .index-product .box-right .product-one:hover .product-img {
  transform: scale(1.3);
}

#index .index-product .box-right .product-one .product-img {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 80px;
  transition: 0.3s;
}

#index .index-product .box-right .product-one h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: white;
}

#index .index-advantage {
  background-color: rgba(0, 0, 0, 0.835);
  padding-top: 130px;
  padding-bottom: 70px;
}

#index .index-advantage .main-container {
  flex-wrap: wrap;
}

#index .index-advantage .box-left {
  max-width: 100%;
  width: 510px;
}

#index .index-advantage .box-left h2 {
  font-size: 28px;
  color: white;
}

#index .index-advantage .box-left ul {
  list-style: disc;
  list-style-position: outside;
  color: white;
  font-size: 30px;
  margin-bottom: 20px;
}

#index .index-advantage .box-left ul li p {
  font-size: 16px;
  color: white;
  line-height: 35px;
}

#index .index-advantage .box-right {
  max-width: 100%;
  width: 600px;
}

#index .advantage-nav {
  margin-top: 50px;
}

#index .advantage-nav div {
  cursor: pointer;
}

#index .advantage-nav div h3 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

#index .advantage-nav div p {
  font-size: 16px;
  color: white;
}

#index .advantage-nav div:hover h3 {
  border-bottom: 1px solid #0976d4;
}

#index .advantage-nav-active h3 {
  border-bottom: 1px solid #0976d4 !important;
}

#index .index-aboutUs {
  padding: 130px 0;
}

#index .index-aboutUs .aboutUs-box {
  flex-wrap: wrap;
}

#index .index-aboutUs .aboutUs-box .box-left {
  width: calc(50% - 40px);
}

#index .index-aboutUs .aboutUs-box .box-right {
  width: calc(50% - 40px);
}

#index .index-aboutUs h2 {
  color: white;
  font-size: 36px;
  margin-bottom: 20px;
}

#index .index-aboutUs p {
  font-size: 16px;
  color: white;
  margin: 70px 0;
  line-height: 45px;
  letter-spacing: 2px;
}

#index .index-aboutUs a {
  padding: 15px 30px;
  color: white;
  display: inline-block;
  background: #085fa9;
  font-size: 16px;
}

#index .index-news {
  background: white;
  padding: 130px 0;
}

#index .index-news h2 {
  font-size: 36px;
  color: #085fa9;
  margin-bottom: 20px;
}

#index .index-news h3 {
  font-size: 36px;
  color: #dcdcdc;
  margin-bottom: 40px;
}

#index .index-news .news-list {
  flex-wrap: wrap;
}

#index .index-news .news-list .news-one {
  width: calc(50% - 30px);
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  transition: 0.3s;
}

#index .index-news .news-list .news-one:hover {
  color: #085fa9;
  transform: scale(1.1);
}

#index .index-news .news-one .box-left {
  padding-right: 32px;
  border-right: 1px solid #e3e3e3;
}

#index .index-news .news-one .box-left h4 {
  font-size: 28px;
  font-weight: bold;
}

#index .index-news .news-one .box-left p {
  font-size: 16px;
  margin-top: 10px;
}

#index .index-news .news-one .box-right {
  padding-left: 30px;

  flex-grow: 1;
}

#index .index-news .news-one .box-right h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#index .index-news .news-one .box-right p {
  line-height: 35px;
  font-size: 16px;
}

/*关于我们*/

#aboutUs .company-intro {
  padding: 133px 0;
}

#aboutUs .box-title {
  top: -132px;
}

#aboutUs .company-intro .main-container {
  position: relative;
}

#aboutUs .company-intro .main-container h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

#aboutUs .company-intro .main-container div {
  flex-wrap: wrap;
  align-items: flex-start;
}

#aboutUs .company-intro .main-container div p {
  font-size: 16px;
  line-height: 38px;
}

#aboutUs .history {
  padding: 130px 0;
}

#aboutUs .history .main-container {
  position: relative;
}

#aboutUs .history h2 {
  font-size: 28px;
  color: white;
  margin-bottom: 150px;
}

#aboutUs .history .swiper-slide {
  padding: 20px 0;
}

#aboutUs .history .swiper-slide .history-one {
  padding: 20px 0 0;
  height: 200px;
  position: relative;
  overflow: visible !important;
  border-bottom: 1px solid white;
}

#aboutUs .history .swiper-slide .history-one div {
  width: 200px;
  margin: auto;
}

#aboutUs .history .swiper-slide .history-one div h4 {
  font-size: 55px;
  color: white;
  margin-bottom: 15px;
  text-align: center;
}

#aboutUs .history .swiper-slide .history-one div p {
  font-size: 16px;
  color: white;
  text-align: center;
}

#aboutUs .history .swiper-slide .history-one span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: -5px;
  left: calc(50% - 5px);
  background-color: white;
}

#aboutUs .honor {
  padding: 133px 0 0;
}

#aboutUs .honor .main-container {
  position: relative;
}

#aboutUs .honor .main-container h2 {
  font-size: 28px;
  margin-bottom: 90px;
}

#aboutUs .honor .main-container .swiper-slide {
  padding: 5px;
  margin-bottom: 40px;
}

#aboutUs .honor .main-container .honor-one {
  width: 100%;
  margin-bottom: 130px;
  box-shadow: 0px 0px 5px 0px #ccc;
  transition: 0.3s;
  max-width: 100%;
}

#aboutUs .honor .main-container .honor-one .honor-img {
  width: 100%;
  padding-bottom: 130%;
}

#aboutUs .honor .main-container .honor-one h3 {
  line-height: 80px;
  text-align: center;
}

#aboutUs .honor .main-container .honor-one:hover {
  transform: scale(1.04);
}

#aboutUs .honor .main-container .flex-row-sb i {
  margin-bottom: 130px;
  max-width: 100%;
  width: 330px;
}

/*产品*/

#product .nav-product-mb {
  position: fixed;
  left: -80vw;
  top: 55px;
  height: calc(100vh - 56px);
  border-top: solid 1px rgb(207, 206, 206);
  width: 80vw;
  background: white;
  z-index: 10;
}

#product .nav-product-mb p {
  background-color: #0c62ad;
  padding: 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#product .nav-product-mb ul li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid rgb(207, 206, 206);
}

#product .nav-product-mb-active {
  background: #085fa8 !important;
  color: white !important;
  border-bottom: 1px solid #085fa8;
}

#product .nav-product-mb img {
  position: absolute;
  right: -50px;
  top: 40%;
  z-index: 10;
  background: white;
  border-radius: 50%;
  width: 40px;
}

#product .product-list {
  align-items: flex-start;
  margin-top: 50px;
}

#product .product-list .box-left ul {
  flex-grow: 0;
  width: 320px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

#product .product-list .box-left ul .nav-name {
  font-size: 20px;
  background-color: #085fa8;
  color: white;
  padding: 15px 20px;
  font-weight: bold;
}

#product .product-list .box-left .product-nav-list a {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid rgb(230, 228, 228);
  border-top: transparent 1px solid;
  font-size: 16px;
}

#product .product-list .box-left .product-nav-list a:hover {
  color: #085fa8;
  font-weight: bold;
}

#product .product-list .box-left .product-nav-list a img {
  height: 20px;
}

#product .product-nav-active a {
  color: #085fa8;
  font-weight: bold;
}

#product .product-list .box-left .contact .company {
  font-size: 18px;
  font-weight: bold;
}

#product .product-list .box-left .contact li {
  padding: 15px 20px;
  border: 1px solid rgb(230, 228, 228);
  border-top: transparent 1px solid;
  font-size: 16px;
}

#product .box-right {
  flex-grow: 1;
}

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

#product .box-right .product-one {
  background-color: white;
  border: solid 1px rgb(189, 187, 187);
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#product .box-right .product-one:hover .product-img {
  transform: scale(1.3);
}

#product .box-right .product-one:hover p {
  color: #085fa8;
}

#product .box-right .product-one .product-img {
  width: 330px;
  height: 330px;
  margin-bottom: 75px;
  transition: 0.3s;
}

#product .box-right .product-one p {
  line-height: 75px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
}
#product .box-right .flex-row-sb i {
  width: 330px;
  margin-bottom: 20px;
}
#product .box-right .more {
  display: block;
  margin: 50px auto;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

/*新闻*/

#news .news-first {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 130px;
  margin-bottom: 110px;
  position: relative;
}

#news .news-first .box-left {
  width: 581px;
  max-width: 100%;
  margin-bottom: 30px;
}

#news .news-first .box-right {
  width: 827px;
  max-width: 100%;
}

#news .time {
  background: #f4f5f7;
  padding: 20px;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 110px;
}

#news .time h3 {
  font-size: 48px;
  color: #616c82;
  text-align: center;
  margin-bottom: 20px;
}

#news .time p {
  font-size: 14px;
  color: #616c82;
  text-align: center;
}

#news .news-first .box-right h2 {
  font-size: 24px;
  color: #085fa9;
  margin-bottom: 20px;
}

#news .news-first .box-right .news-intro {
  font-size: 16px;
  color: #646464;
  line-height: 30px;
}

#news .news-first .box-right a {
  display: inline-block;
  padding: 10px 30px;
  color: white;
  background: #085fa9;
  margin: 38px 0;
  font-size: 18px;
  border-radius: 4px;
}

#news .news-box {
  align-items: flex-start;
  margin-top: 50px;
}

#news .news-box .box-left {
  flex-grow: 1;
  margin-right: 50px;
  flex-shrink: 0;
}
#news .news-box .box-left a {
  display: block;
  width: 100%;
  line-height: 60px;
  background: #ebebeb;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
}

#news .news-box .box-left .nav-active {
  background-color: #085fa8;
  color: white;
}

#news .news-box .box-left a:hover {
  background-color: #085fa8;
  color: white;
}

#news .news-one {
  align-items: flex-start;
  padding: 0 0 40px;
  border-bottom: 1px solid rgb(190, 187, 187);
  margin-bottom: 40px;
}

#news .news-one .news-img {
  width: 263px;
  min-width: 263px;
  height: 172px;
}
#news .news-one .news-intro {
  flex-grow: 1;
  padding: 0 20px;
}
#news .news-one .news-intro h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#news .news-one .news-intro p {
  font-size: 16px;
  color: #646464;
  line-height: 30px;
}

/*联系我们*/

#contact .contactUs {
  flex-wrap: wrap;
  padding: 120px 20px;
}

#contact .box-title {
  top: -120px;
}

#contact .contactUs .contactUs-box {
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 2px 6px 6px rgba(33, 111, 176, 0.11);
  height: 600px;
  padding: 0;
  position: relative;
}

#contact .contactUs .contactUs-box .box-left {
  padding: 60px 50px;
  flex-direction: column;
  align-items: flex-start;
}

#contact .contactUs .contactUs-box .box-left h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1366af;
  margin-bottom: 39px;
}

#contact .contactUs .contactUs-box .box-left p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 35px;
}

#contact .contactUs .contactUs-box .box-left h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1366af;
  margin-top: 39px;
  margin-bottom: 39px;
}

#contact .contactUs .contactUs-box .box-left .qrCode {
  margin-right: 55px;
}

#contact .contactUs .contactUs-box .box-left .qrCode img {
  width: 100px;
  height: 100px;
}

#contact .contactUs .contactUs-box .box-left .qrCode p {
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
}

#contact .contactUs .contactUs-box .box-right {
  display: block;
  flex-grow: 1;
  height: 100%;
  max-width: 1100px;
}

#contact .contactForm {
  padding: 130px 0;
  background: #85abdd;
}

#contact .contactForm .contact-box {
  position: relative;
  align-items: flex-start;
}

#contact .contactForm .contact-box form {
  flex-wrap: wrap;
  position: relative;
  width: calc(50% - 30px);
  flex-shrink: 0;
}

#contact .contactForm .contact-box form input {
  width: calc(50% - 10px);
  height: 54px;
  background: #ffffff;
  border: none;
  padding: 0 20px;
  margin-bottom: 18px;
}
#contact .contactForm .contact-box form textarea {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 20px;
  margin-bottom: 18px;
}
#contact .contactForm .contact-box form div {
  width: 100%;
}
#contact .contactForm .contact-box form div input {
  flex-grow: 1;
}
#contact .contactForm .contact-box form div img {
  width: 200px;
  height: 54px;
  margin-bottom: 18px;
  margin-left: 18px;
}
#contact .contactForm .contact-box form button {
  height: 54px;
  width: 100%;
  background: #216fb0;
  color: white;
  border: none;
}

#contact .contactForm .contact-box .box-right {
  width: calc(50% - 30px);
  max-width: 100%;
}

#contact .contactForm .contact-box .box-right img {
  max-width: 100%;
}

/*新闻内页*/

#nshow .newsDetail {
  padding-top: 50px;
  position: relative;
}

#nshow .newsDetail .news-title {
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
#nshow .newsDetail .title-sm {
  font-size: 16px;
  flex-wrap: wrap;
}
#nshow .newsDetail .title-sm span {
  padding: 20px;
}
#nshow .newsDetail .news-content {
  padding-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
}
#nshow .newsDetail .news-content p,
#nshow .newsDetail .news-content strong {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 35px;
}
#nshow .newsDetail .news-content ul {
  list-style: disc;
  list-style-position: inside;
}

#nshow .newsDetail .news-content ul li {
  font-size: 16px;
  line-height: 35px;
}
#nshow .newsDetail .news-content img {
  max-width: 100%;
}

#nshow .newsDetail .news-content table {
  max-width: 100%;
}
#nshow .newsDetail .paging {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
#nshow .newsDetail .paging p {
  padding: 10px 0;
}
#nshow .newsDetail .paging p img {
  border: 1px solid #707070;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  margin-right: 10px;
}

#nshow .newsDetail .paging p a:hover {
  color: #002d62;
  font-weight: bold;
}

#nshow .order-article {
  margin-top: 40px;
  padding-bottom: 100px;
}

#nshow .order-article h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

#nshow .order-article .article-list {
  flex-wrap: wrap;
}

#nshow .order-article .article-list li {
  width: calc(50% - 30px);
}

#nshow .order-article .article-list li a h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 28px;
}

#nshow .order-article .article-list li a span {
  font-size: 14px;
  color: #908f8f;
  flex-shrink: 0;
  margin-left: 40px;
}

/*产品内页*/
#pshow .product-detail-box {
  align-items: flex-start;
  margin-top: 50px;
}

#pshow .product-detail-box .box-left ul {
  flex-grow: 0;
  width: 320px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

#pshow .product-detail-box .box-left ul .nav-name {
  font-size: 20px;
  background-color: #085fa8;
  color: white;
  padding: 15px 20px;
  font-weight: bold;
}

#pshow .product-detail-box .box-left .product-nav-list a {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid rgb(230, 228, 228);
  border-top: transparent 1px solid;
  font-size: 16px;
}

#pshow .product-detail-box .box-left .product-nav-list a:hover {
  color: #085fa8;
  font-weight: bold;
}

#pshow .product-detail-box .box-left .product-nav-list a img {
  height: 20px;
}

#product .product-nav-active a {
  color: #085fa8;
  font-weight: bold;
}

#pshow .product-detail-box .box-left .contact .company {
  font-size: 18px;
  font-weight: bold;
}

#pshow .product-detail-box .box-left .contact li {
  padding: 15px 20px;
  border: 1px solid rgb(230, 228, 228);
  border-top: transparent 1px solid;
  font-size: 16px;
}

#pshow .product-detail-box .box-right {
  flex-grow: 1;
}
#pshow .product-detail-box .box-right .product-intro {
  margin-bottom: 50px;
}
#pshow .product-detail-box .box-right .product-intro h2 {
  line-height: 26px;
  font-size: 30px;
  color: #2a2a2a;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 30px;
}

#pshow .product-detail-box .box-right .product-intro img {
  display: block;
  width: 600px;
  margin: auto;
  max-width: 100%;
}
#pshow .product-detail-box .box-right .content-control {
  margin-bottom: 30px;
}
#pshow .product-detail-box .box-right .content-control span {
  display: block;
  cursor: pointer;
  padding: 10px 30px;
  background: white;
  border: 1px solid #085fa8;
  margin-right: 20px;
}

#pshow .product-detail-box .box-right .content-control span:hover {
  background: #085fa8;
  color: white;
}

#pshow .product-detail-box .box-right .content-control .control-active {
  background: #085fa8;
  color: white;
}

#pshow .product-detail-box .box-right .product-content p,
#pshow .product-detail-box .box-right .product-content strong {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 35px;
}
#pshow .product-detail-box .box-right .product-content ul {
  list-style: disc;
  list-style-position: inside;
}

#pshow .product-detail-box .box-right .product-content ul li {
  font-size: 16px;
  line-height: 35px;
}
#pshow .product-detail-box .box-right .product-content img {
  max-width: 100%;
}

#pshow .product-detail-box .box-right .product-content table {
  max-width: 100%;
}

#pshow .paging {
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
#pshow .paging a {
  margin-left: 10px;
}
#pshow .paging a:hover {
  color: #085fa8;
}

#pshow .nav-product-mb {
  position: fixed;
  left: -80vw;
  top: 55px;
  height: calc(100vh - 56px);
  border-top: solid 1px rgb(207, 206, 206);
  width: 80vw;
  background: white;
  z-index: 10;
}

#pshow .nav-product-mb p {
  background-color: #0c62ad;
  padding: 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#pshow .nav-product-mb ul li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid rgb(207, 206, 206);
}

#pshow .nav-product-mb-active {
  background: #085fa8 !important;
  color: white !important;
  border-bottom: 1px solid #085fa8;
}

#pshow .nav-product-mb img {
  position: absolute;
  right: -50px;
  top: 40%;
  z-index: 10;
  background: white;
  border-radius: 50%;
  width: 40px;
}

#pshow .product-list {
  padding-bottom: 50px;
  position: relative;
}
#pshow .product-list .swiper-container {
  max-width: 1200px;
}
#pshow .product-list .swiper-slide {
  padding-top: 40px;
  padding-bottom: 40px;
}
#pshow .product-list h3 {
  font-size: 22px;
  color: black;
  margin-bottom: 55px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#pshow .product-list .product-one {
  background-color: white;
  display: block;
  transition: 0.3s;
}

#pshow .product-list .product-one:hover {
  transform: scale(1.1);
}

#pshow .product-list .product-one .product-img {
  width: 100%;
  padding-bottom: 100%;
}

#pshow .product-list .product-one .product-name {
  padding: 20px 20px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 780px) {
  /* main */
  main {
    margin-top: 55px;
  }
  /*尾部*/
  footer .other-company {
    height: 50px;
  }

  footer .other-company p {
    font-size: 16px;
  }

  footer .other-company a {
    font-size: 14px;
  }

  footer .footer-nav .qrCode img {
    width: 100px;
    height: 100px;
  }

  footer .footer-nav .qrCode p {
    font-size: 14px;
  }

  footer .footer-nav .footer-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  footer .footer-nav .footer-phone p {
    font-size: 16px;
    margin-right: 10px;
  }

  footer .footer-nav .footer-phone h2 {
    font-size: 18px;
  }

  footer .records {
    font-size: 14px;
  }

  /*分页器*/
  .pagination a {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }

  /*banner*/
  .banner {
    height: 60vw;
  }
  .banner .banner-content h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .banner .banner-content h1 span {
    height: 3px;
  }

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

  /* 面包屑 */

  .crumbs {
    font-size: 14px;
  }
  .crumbs a:nth-child(2) {
    margin-left: 0;
  }

  /*首页*/
  #index .index-banner .swiper-slide {
    height: 70vw;
  }
  #index .index-banner .index-banner-content h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #index .index-banner .index-banner-content h2 {
    font-size: 18px;
  }
  #index .index-product {
    padding-bottom: 20px;
  }

  #index .index-banner .index-banner-content span {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #index .index-product .product-nav {
    justify-content: flex-start;
    overflow: scroll;
    padding: 30px 0;
  }
  #index .index-product .product-nav li {
    padding: 0;
    margin-right: 20px;
  }
  #index .index-product .product-box {
    flex-wrap: wrap;
  }
  #index .index-product .box-left {
    width: 100%;
  }
  #index .index-product .box-left h2 {
    font-size: 20px;
    font-weight: bold;
  }
  #index .index-product .box-left .title-sm {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #index .index-product .box-left .product-intro {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #index .index-product .box-left img {
    margin-bottom: 20px;
  }
  #index .index-product .box-right .swiper-slide {
    margin-bottom: 50px;
  }
  #index .index-advantage {
    padding: 30px 0;
  }
  #index .advantage-nav {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #index .advantage-nav div h3 {
    font-size: 16px;
  }
  #index .index-advantage .box-left h2 {
    font-size: 18px;
    font-weight: bold;
  }
  #index .index-advantage .box-left ul li {
    font-size: 24px;
  }
  #index .index-advantage .box-left ul li p {
    font-size: 14px;
  }
  #index .index-aboutUs {
    padding: 30px 0;
  }
  #index .index-aboutUs .aboutUs-box .box-left {
    width: 100%;
  }

  #index .index-aboutUs .aboutUs-box .box-right {
    width: 100%;
    margin-top: 20px;
  }
  #index .index-aboutUs h2 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: bold;
  }
  #index .index-aboutUs p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
  }
  #index .index-aboutUs a {
    margin-top: 20px;
    font-size: 14px;
  }
  #index .index-news {
    padding: 30px 0;
  }
  #index .index-news h2,
  #index .index-news h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  #index .index-news .news-list .news-one {
    width: 100%;
  }
  #index .index-news .news-one .box-left h4 {
    font-size: 18px;
  }
  #index .index-news .news-one .box-left p {
    font-size: 14px;
  }
  #index .index-news .news-one .box-right h4 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  #index .index-news .news-one .box-right p {
    font-size: 14px;
    line-height: 24px;
  }

  /*关于我们*/
  #aboutUs .company-intro {
    padding: 30px 0;
  }

  #aboutUs .company-intro .main-container h2 {
    font-size: 18px;
    font-weight: bold;
  }

  #aboutUs .company-intro .main-container div p {
    font-size: 14px;
    line-height: 30px;
  }

  #aboutUs .history {
    padding: 30px 0;
  }

  #aboutUs .history h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #aboutUs .history .swiper-slide .history-one {
    height: 150px;
  }

  #aboutUs .history .swiper-slide .history-one div {
    display: block;
    width: unset;
  }

  #aboutUs .history .swiper-slide .history-one div h4 {
    font-size: 16px;
    font-weight: bold;
  }

  #aboutUs .history .swiper-slide .history-one div p {
    font-size: 14px;
  }

  #aboutUs .honor {
    padding: 30px 0;
  }

  #aboutUs .honor .main-container h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #aboutUs .honor .main-container .honor-one {
    margin-bottom: 20px;
    width: 100%;
  }

  #aboutUs .honor .main-container .honor-one .honor-img {
    width: 100%;
  }

  #aboutUs .honor .main-container .flex-row-sb i {
    margin-bottom: 20px;
  }

  /*产品*/
  #product .product-list {
    margin-top: 0;
  }
  #product .box-right {
    max-width: 100%;
  }

  #product .box-right .product-one {
    margin-bottom: 20px;
  }

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

  #product .box-right .more {
    width: 40px;
    height: 40px;
    margin: 40px auto;
  }

  /*新闻*/

  #news .news-first {
    margin: 20px 0;
  }

  #news .news-first .box-left {
    margin-bottom: 10px;
  }

  #news .news-first .box-right h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #news .news-first .time-mb {
    color: rgb(172, 171, 171);
    margin-bottom: 10px;
  }

  #news .news-first .box-right .news-intro {
    font-size: 14px;
  }

  #news .news-first .box-right a {
    font-size: 14px;
  }

  #news .news-box {
    flex-wrap: wrap;
    margin-top: 0;
  }

  #news .news-box .box-left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
  }

  #news .news-box .box-left a {
    flex-grow: 1;
    margin: 0;
    line-height: 50px;
  }

  #news .news-one {
    align-items: center;
  }

  #news .news-one .news-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }

  #news .news-one .news-intro h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  #news .news-one .news-intro p {
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #news .news-one .news-intro .time-mb {
    font-size: 12px;
    color: #bdbbbb;
  }

  /*联系我们*/

  #contact .contactUs {
    padding: 0;
  }

  #contact .contactUs .contactUs-box {
    height: unset;
  }

  #contact .contactUs .contactUs-box .box-left {
    padding: 20px;
    width: 100%;
  }
  #contact .contactUs .contactUs-box .box-left h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  #contact .contactUs .contactUs-box .box-left p {
    font-size: 14px;
  }
  #contact .contactUs .contactUs-box .box-left h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
  }
  #contact .contactUs .contactUs-box .box-right {
    width: 100%;
    height: 300px;
    margin: 0;
  }
  #contact .contactUs .contactUs-box .box-left .qrCode p {
    font-size: 14px;
  }

  #contact .contactForm {
    padding: 30px 0;
  }

  #contact .contactForm .contact-box {
    flex-wrap: wrap;
  }

  #contact .contactForm .contact-box form {
    width: 100%;
  }

  #contact .contactForm .contact-box form input {
    width: 100%;
    height: 40px;
  }
  #contact .contactForm .contact-box form textarea {
    height: 130px;
  }
  #contact .contactForm .contact-box form div img {
    height: 40px;
  }

  #contact .contactForm .contact-box .box-right {
    width: 100%;
    margin-top: 20px;
  }

  /*新闻内页*/

  #nshow .newsDetail {
    padding: 30px 20px;
  }

  #nshow .newsDetail .news-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }

  #nshow .newsDetail .title-sm {
    justify-content: space-between;
  }
  #nshow .newsDetail .title-sm span {
    padding: 20px 0;
    font-size: 14px;
  }
  #nshow .newsDetail .news-content {
    padding-bottom: 30px;
  }
  #nshow .newsDetail .news-content p,
  #nshow .newsDetail .news-content strong {
    font-size: 14px;
    line-height: 30px;
  }
  #nshow .newsDetail .news-content ul li {
    font-size: 14px;
    line-height: 30px;
  }

  #nshow .order-article {
    margin-top: 0;
  }

  #nshow .order-article h2 {
    font-size: 18px;
    font-weight: bold;
  }

  #nshow .order-article .article-list li {
    width: 100%;
  }

  /*产品内页*/

  #pshow .product-detail-box {
    margin-top: 0px;
  }

  #pshow .product-detail-box .box-right .product-intro h2 {
    font-size: 16px;
    font-weight: bold;
  }

  #pshow .product-list h3 {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  #pshow .product-list .swiper-container {
    padding: 0;
  }

  #pshow .product-list .swiper-slide {
    padding-top: 30px;
  }
}
