@charset "utf-8";
:root {
  --main-color: #0080cc;
  --YouSheBiaoTiHei: YouSheBiaoTiHei;
  --Montserrat-Bold: Montserrat-Bold;
  --Oswald-Bold: Oswald-Bold;
  --Montserrat-Black: Montserrat-Black;
  --FontquanXinYiGuanHeiTi-Regular: FontquanXinYiGuanHeiTi-Regular;
  --Din-Bold: Din-Bold;
  --D-DIN: D-DIN;
  --MiSans-Bold: MiSans-Bold;
  --Montserrat-Regular: Montserrat-Regular;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
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,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url(../font/YouSheBiaoTiHei.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Black;
  src: url(../font/Montserrat-Black.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FontquanXinYiGuanHeiTi-Regular;
  src: url(../font/FontquanXinYiGuanHeiTi-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../font/Montserrat-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype'), url('../font/Montserrat-Bold.eot') format('embedded-opentype'), url('../font/Montserrat-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Bold;
  src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Din-Bold;
  src: url('../font/Din-Bold.woff2') format('woff2'), url('../font/Din-Bold.woff') format('woff'), url('../font/Din-Bold.ttf') format('truetype'), url('../font/Din-Bold.eot') format('embedded-opentype'), url('../font/Din-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: D-DIN;
  src: url('../font/D-DIN.woff2') format('woff2'), url('../font/D-DIN.woff') format('woff'), url('../font/D-DIN.ttf') format('truetype'), url('../font/D-DIN.eot') format('embedded-opentype'), url('../font/D-DIN.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MiSans-Bold;
  src: url('../font/MiSans-Bold.woff2') format('woff2'), url('../font/MiSans-Bold.woff') format('woff'), url('../font/MiSans-Bold.ttf') format('truetype'), url('../font/MiSans-Bold.eot') format('embedded-opentype'), url('../font/MiSans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.sitemap .site-bottom {
  font-size: 18rem;
  line-height: 30rem;
  color: #666;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 24rem;
  color: #000;
  font-weight: bold;
}
.sitemap li .top1 .txt-2 {
  display: none;
}
.sitemap li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav {
  margin-top: 15rem;
}
.sitemap li .subnav a {
  font-size: 19rem;
  color: #333;
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left;
}
.sitemap li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav p {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sitemap li .subnav .hover {
  padding: 10rem 20rem;
}
.sitemap li .subnav .hover a {
  color: #333;
}
.sitemap li .subnav .hover a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav .dot a {
  font-size: 16rem;
  color: #666;
}
.sitemap li .subnav .dot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1520rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -86rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 86rem;
}
.header {
  height: 86rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  background: #fff;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 14rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 241rem;
  z-index: 5;
  transition: 0.7s;
  position: relative;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
  margin-right: -85rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .tel {
  float: right;
  margin: 22rem 0;
}
.header .header-right .tel a {
  display: block;
  font-family: var(--Montserrat-Bold);
  font-size: 20rem;
  line-height: 42rem;
  color: #ffffff;
  width: 206rem;
  background: url(../images/bg.png) no-repeat center left;
  background-size: 100%;
  padding-left: 43rem;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  padding: 20rem 0;
  padding-left: 11rem;
  margin-left: 21rem;
  transition: 0.7s;
  /*搜索*/
}
.header .header-right .header-search:after {
  content: '';
  display: block;
  width: 1rem;
  height: 16rem;
  background: rgba(204, 204, 204, 0.8);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8rem;
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 40rem;
  height: 46rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
}
@media (min-width: 1025px) {
  .header:hover {
    box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.1);
  }
}
.nav {
  transition: 0.2s;
  float: right;
  margin-right: 22rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 34rem;
  position: relative;
}
.nav ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 18rem;
  color: #212121;
  height: 86rem;
  line-height: 86rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
  padding: 0 20rem;
}
.nav ul li a > span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 86rem;
  line-height: 86rem;
  position: relative;
}
.nav ul li a .txt-1 {
  display: block;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.nav ul li .subnav {
  width: 200rem;
  background: #fff;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100rem;
  padding: 24rem 24rem;
  display: none;
  text-align: center;
  z-index: 333;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
  position: static;
}
.nav ul li .subnav ul li a {
  font-size: 16rem;
  line-height: 46rem;
  height: 46rem;
  font-weight: normal;
  color: #333 !important;
  margin: 0;
  border-radius: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  display: block;
  background: none;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover > a {
    background: var(--main-color) !important;
    color: #fff !important;
  }
}
.nav ul li:hover a {
  color: var(--main-color);
  font-weight: bold;
}
.nav ul li:hover a .txt-1 {
  transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  transform: translateY(-100%);
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a {
  color: var(--main-color);
  font-weight: bold;
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
.headerfix {
  box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.1);
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  margin-bottom: 10px;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Roboto-Light);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  padding-right: 48px;
  font-weight: normal;
}
#menu ul ul li i {
  right: 5px;
}
#menu ul ul li ul {
  display: none;
}
#menu ul ul li .li {
  display: none;
}
#menu ul ul li .li ul {
  display: block;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  padding-right: 48px;
  position: relative;
}
#menu ul li a span.txt-2 {
  display: none;
}
#menu ul li ul li a {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0;
  padding-left: 0;
}
#menu ul li ul li ul li a {
  font-size: 16px;
  position: relative;
}
#menu ul li ul li ul li ul li a {
  font-size: 14px;
  padding-left: 20rem;
  position: relative;
}
#menu ul li ul li ul li ul li a:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #555;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
  line-height: 30px;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.white {
  color: #ffffff;
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
  /* .swiper-button-prev,
	.swiper-button-next {
		width: 52rem;
		height: 52rem;
		border: 0;
		background: url(../images/zuo.png) no-repeat center center;
		background-size: 38rem;
		border-radius: 0;
		margin-top: -26rem;
		z-index: 33;
		left: 5%;
		&:after {
			display: none;
		}
	}
	.swiper-button-next {
		right: 5%;
		left: auto;
		background: url(../images/you.png) no-repeat center center;
		background-size: 38rem;
	} */
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide {
  height: auto;
}
.swiper-renewal-main .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .swiper-slide video {
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 18.5%;
  left: 0;
  width: 100%;
  font-size: 0;
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--YouSheBiaoTiHei);
  font-size: 52rem;
  color: #ffffff;
  margin-bottom: 35rem;
  text-align: center;
}
.swiper-renewal-main .banner-hover .more {
  text-align: center;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-pagination {
  bottom: auto;
  position: relative;
  left: auto;
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 6rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: #fff;
  left: 0;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 80rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4rem;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .swiper-pagination .stopya::after {
  -webkit-animation: swiperbanner1 0s linear;
  animation: swiperbanner1 0s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .btn {
  bottom: 35rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 22;
}
.swiper-renewal-main .main_slide_handler {
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main a.slide_btn {
  width: 40rem;
  height: 20rem;
  background: url(../images/control-light.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
.youshi li {
  width: 33.33333333%;
  float: left;
  padding: 0 50rem;
  padding-bottom: 15rem;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 28rem;
}
.youshi li .box {
  position: relative;
}
.youshi li .num {
  font-family: var(--Oswald-Bold);
  font-size: 58rem;
  line-height: 56rem;
  color: var(--main-color);
}
.youshi li .num span {
  display: inline-block;
  vertical-align: bottom;
}
.youshi li .num i {
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
}
.youshi li .h3 {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
  margin-top: 8rem;
}
.youshi li .pic {
  width: 60rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.youshi li .pic:after {
  padding-bottom: 83.33333333%;
}
.youshi li:nth-child(1),
.youshi li:nth-child(4) {
  padding-left: 0;
}
@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #0080cc;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 128, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 128, 204, 0);
  }
}
.more a,
.more p {
  padding: 0 42rem;
  border: 1px solid #fff;
  border-radius: 30rem;
  min-width: 148rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.more a span,
.more p span {
  font-size: 14rem;
  line-height: 46rem;
  font-weight: lighter;
  color: #ffffff;
  text-align: center;
  display: block;
}
@media (min-width: 1025px) {
  .more a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
    border: 1px solid var(--main-color);
    background: var(--main-color);
  }
}
.more1 a,
.more1 p {
  padding: 0 42rem;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  min-width: 185rem;
}
.more1 a span,
.more1 p span {
  line-height: 55rem;
  font-size: 16rem;
}
.home-about {
  padding: 111rem 0 90rem 0;
  background: #f9f9f9 url(../images/bg3.jpg) no-repeat top center;
  background-size: cover;
}
.home-about .info {
  margin-bottom: 42rem;
}
.home-about .left {
  float: left;
  width: 50%;
  padding-top: 18rem;
}
.home-about .left .span {
  font-size: 18rem;
  line-height: 19rem;
  color: #222222;
  position: relative;
}
.home-about .left .span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 84rem;
  height: 2rem;
  margin-left: 5rem;
  background: #aaaaaa;
}
.home-about .left .bt {
  font-size: 38rem;
  margin-top: 33rem;
  margin-bottom: 49rem;
  color: #222222;
}
.home-about .left .bt span {
  font-weight: bold;
}
.home-about .left .p {
  font-size: 17rem;
  line-height: 28rem;
  color: #666666;
}
.home-about .left .youshi {
  padding-top: 43rem;
  padding-bottom: 10rem;
}
.home-about .right {
  float: right;
  width: 41.3%;
  padding: 82rem 52rem;
  min-height: 658rem;
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.home-about .right .span {
  font-family: var(--Montserrat-Black);
  font-size: 30rem;
  line-height: 30rem;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.72);
}
.home-about .right .bt {
  font-family: var(--FontquanXinYiGuanHeiTi-Regular);
  font-size: 52rem;
  margin-bottom: 33rem;
  color: #ffffff;
}
.home-about .right .p {
  font-size: 30rem;
  font-weight: lighter;
  line-height: 60rem;
  color: #ffffff;
}
.home-about .right .p p {
  padding-left: 22rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  vertical-align: top;
  width: 392rem;
  position: relative;
}
.home-about .right .p p:after {
  content: '';
  display: block;
  width: 10rem;
  height: 10rem;
  background-color: #98c5e0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5rem;
}
.home-about .video {
  position: relative;
  overflow: hidden;
  padding-bottom: 45rem;
  margin-bottom: 21rem;
}
.home-about .video a {
  width: 100%;
  position: relative;
  display: block;
}
.home-about .video img {
  display: block;
}
.home-about .video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: var(--hover-color);
}
.home-about .video .playBtn .icon {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10rem 0 10rem 18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-about .video .playBtn .circle {
  width: 120rem;
  height: 120rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-about .video .playBtn .circle::before {
  content: '';
  display: block;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: rgba(0, 128, 204, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.home-about .video .playBtn .circle::after {
  content: '';
  display: block;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: rgba(0, 128, 204, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.tel0 {
  font-size: 32rem;
  line-height: 80rem;
  text-align: center;
  color: #353535;
}
.tel0 .n {
  display: inline-block;
  vertical-align: top;
  background-color: #e8eff3;
  border-radius: 50rem;
  padding-right: 40rem;
  overflow: hidden;
}
.tel0 span {
  width: 102rem;
  height: 80rem;
  background: var(--main-color) url(../images/tel.png) no-repeat center center;
  background-size: 56rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 20rem;
}
.tel0 p {
  font-size: 32rem;
  color: #ff0000;
  display: inline-block;
  vertical-align: top;
}
.tel0 p a {
  font-family: var(--Din-Bold);
  font-size: 42rem;
  color: #ff0000;
  display: inline-block;
  vertical-align: top;
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tanchuvideo {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 100%;
}
.tanchuvideo .close {
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  top: 40rem;
  right: 40rem;
  text-align: center;
  background: #ffffff url(../images/closed.png) no-repeat center center;
  background-size: 12rem;
  cursor: pointer;
  z-index: 3333;
}
.tanchuvideo .swiper-video {
  position: relative;
  overflow: hidden;
}
.tanchuvideo .swiper-video .swiper-pagination {
  bottom: 10rem;
  left: 0;
  width: 100%;
}
.tanchuvideo .swiper-video .swiper-pagination-bullet {
  background: #fff;
  margin: 0 4px;
}
.tanchuvideo video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .tanchuvideo {
    width: 100%;
  }
}
.home-title {
  line-height: 72rem;
  position: relative;
}
.home-title .p {
  font-family: var(--Montserrat-Black);
  font-size: 74rem;
  color: rgba(0, 128, 204, 0);
  text-stroke: 1px rgba(0, 128, 204, 0.18);
  -webkit-text-stroke: 1px rgba(0, 128, 204, 0.18);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.home-title .bt {
  font-size: 42rem;
  color: #292929;
  position: relative;
  z-index: 33;
}
.home-p {
  font-size: 18rem;
  color: #666666;
}
.home-class {
  padding: 90rem 0;
}
.home-class .home-p {
  margin-top: 5rem;
}
.home-class .home-bottom {
  padding: 0 137rem;
  padding-top: 44rem;
}
.home-class .home-bottom ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.home-class .home-bottom ul li .pic {
  width: 141rem;
  margin: 0 auto;
  background: url(../images/bg4.png) no-repeat center center;
  background-size: 100%;
}
.home-class .home-bottom ul li .pic:after {
  padding-bottom: 78.0141844%;
}
.home-class .home-bottom ul li .pic .mh {
  display: none;
}
.home-class .home-bottom ul li .pic:before {
  content: '';
  display: block;
  width: 26rem;
  height: 26rem;
  background: url(../images/bg5.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 23rem;
  left: 38rem;
  z-index: 44;
}
.home-class .home-bottom ul li .bt {
  font-size: 24rem;
  line-height: 32rem;
  margin-top: 31rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
@media (min-width: 1025px) {
  .home-class .home-bottom ul li:hover .pic .mh {
    display: block;
  }
  .home-class .home-bottom ul li:hover .pic .m {
    display: none;
  }
  .home-class .home-bottom ul li:hover .pic:before {
    background: url(../images/bg6.png) no-repeat center center;
    background-size: 100%;
  }
  .home-class .home-bottom ul li:hover .bt {
    color: var(--main-color);
    font-weight: bold;
  }
}
.home-product {
  padding-bottom: 90rem;
}
.home-product .home-bottom {
  padding-top: 19rem;
}
.home-product .list {
  text-align: center;
}
.home-product .list ul li {
  display: inline-block;
  vertical-align: top;
}
.home-product .list ul li a {
  display: block;
  font-size: 21rem;
  line-height: 42rem;
  padding: 0 42rem;
  color: #292929;
  position: relative;
}
.home-product .list ul li a:after {
  content: '/';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14rem;
  line-height: 42rem;
  color: #c9c9c9;
}
@media (min-width: 1025px) {
  .home-product .list ul li:hover a {
    color: var(--main-color);
    font-weight: bold;
  }
}
.home-product .list ul li:nth-last-child(1) a:after {
  display: none;
}
.home-product .list ul li.active a {
  color: var(--main-color);
  font-weight: bold;
}
.home-product .show {
  padding-top: 27rem;
  padding-bottom: 25rem;
}
.home-product .show .info {
  display: none;
  overflow: hidden;
}
.productlist {
  margin: 0 -18rem;
  overflow: hidden;
  text-align: center;
}
.productlist .item {
  width: 33.33333333%;
  float: left;
  padding: 0 18rem;
  padding-top: 34rem;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
}
.productlist .item .pic:after {
  padding-bottom: 70.95435685%;
}
.productlist .item .text {
  padding: 0 10rem;
  padding-top: 16rem;
  padding-bottom: 34rem;
}
.productlist .item .bt {
  font-size: 20rem;
  margin-bottom: 8rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
.productlist .item .span {
  font-size: 16rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #888888;
}
@media (min-width: 1025px) {
  .productlist .item:hover .pic img {
    transform: scale(1.1);
  }
  .productlist .item:hover .bt {
    color: var(--main-color);
    font-weight: bold;
  }
}
.productlist .item:nth-child(3n) {
  border-right: 0;
}
.productlist .item:nth-child(1),
.productlist .item:nth-child(2),
.productlist .item:nth-child(3) {
  border-top: 0;
  padding-top: 0;
}
.home-dingzhi {
  padding: 72rem 0 85rem 0;
  background: url(../images/bg7.jpg) no-repeat center center;
  background-size: cover;
}
.home-dingzhi .bt {
  font-size: 60rem;
  margin-bottom: 18rem;
  font-weight: bold;
  color: #ffffff;
}
.home-dingzhi .span {
  font-size: 42rem;
  line-height: 56rem;
  margin-bottom: 60rem;
  color: #ffffff;
}
.btn0 a {
  width: 240rem;
  line-height: 50rem;
  padding: 0 20rem;
  font-size: 18rem;
  color: #333333;
  float: left;
  display: block;
  margin-right: 25rem;
  position: relative;
  background: #ffffff;
}
@media (min-width: 1025px) {
  .btn0 a:hover {
    text-decoration: underline;
  }
}
.btn0 span {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: var(--main-color) url(../images/next-02.png) no-repeat center center;
  background-size: 6rem;
  position: absolute;
  top: 50%;
  right: 20rem;
  margin-top: -12rem;
  display: block;
}
.btn0 .b2 {
  background: var(--main-color);
  color: #fff;
}
.btn0 .b2 span {
  background: #ffffff url(../images/next-03.png) no-repeat center center;
  background-size: 6rem;
}
.home-liucheng {
  padding: 87rem 0 97rem 0;
  background: url(../images/bg8.jpg) no-repeat bottom center;
  background-size: cover;
}
.home-liucheng .home-p {
  margin-top: 5rem;
}
.home-liucheng .home-bottom {
  padding-top: 36rem;
}
.home-liucheng .home-bottom ul li {
  float: left;
  margin-right: -4rem;
}
.home-liucheng .home-bottom ul li .box {
  height: 175rem;
  width: 196rem;
  background: url(../images/lcbg2.png) no-repeat center center;
  background-size: 100%;
  padding: 11rem 32rem 15rem 15rem;
}
.home-liucheng .home-bottom ul li .num {
  font-size: 18rem;
  line-height: 28rem;
  font-family: var(--D-DIN);
  color: #9b9b9b;
}
.home-liucheng .home-bottom ul li .pic {
  width: 50rem;
  margin: 0 auto;
}
.home-liucheng .home-bottom ul li .pic .mh {
  display: none;
}
.home-liucheng .home-bottom ul li .bt {
  font-size: 18rem;
  line-height: 25rem;
  margin-top: 15rem;
  text-align: center;
  color: #444444;
}
@media (min-width: 1025px) {
  .home-liucheng .home-bottom ul li:hover .box {
    background: url(../images/lcbg2h.png) no-repeat center center;
    background-size: 100%;
  }
  .home-liucheng .home-bottom ul li:hover .num {
    color: #fff;
  }
  .home-liucheng .home-bottom ul li:hover .pic .mh {
    display: block;
  }
  .home-liucheng .home-bottom ul li:hover .pic .m {
    display: none;
  }
  .home-liucheng .home-bottom ul li:hover .bt {
    color: #fff;
  }
}
.home-liucheng .home-bottom ul .lc1 .box {
  width: 192rem;
  background: url(../images/lcbg1.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .home-liucheng .home-bottom ul .lc1:hover .box {
    background: url(../images/lcbg1h.png) no-repeat center center;
    background-size: 100%;
  }
}
.home-liucheng .home-bottom ul .lc8 {
  margin-right: 0;
}
.home-liucheng .home-bottom ul .lc8 .box {
  width: 174rem;
  background: url(../images/lcbg3.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .home-liucheng .home-bottom ul .lc8:hover .box {
    background: url(../images/lcbg3h.png) no-repeat center center;
    background-size: 100%;
  }
}
.home-honor {
  padding: 79rem 0 100rem 0;
  position: relative;
  overflow: hidden;
  background: url('../images/abg1.jpg') no-repeat top center;
  background-size: cover;
}
.home-honor .home-bottom {
  padding-top: 55rem;
  padding-bottom: 93rem;
  margin-bottom: 22rem;
  position: relative;
  overflow: hidden;
}
.home-honor .home-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9rem;
  width: 100%;
  height: 129rem;
  background: url('../images/11.png') no-repeat;
  background-size: 100% auto;
}
.home-honor .ns_bot .pu_progressbar {
  position: relative;
  width: 62%;
  margin: 0 auto;
  background: rgba(0, 115, 111, 0.08);
  height: 6rem;
  border-radius: 10rem;
  overflow: hidden;
}
.home-honor .ns_bot .pu_progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
  border-radius: 30rem;
}
.mySwiper5 {
  position: relative;
}
.mySwiper5 .box {
  background: url(../images/hbg.jpg) no-repeat top center;
  background-size: 100%;
  padding: 37rem 38rem;
}
.mySwiper5 .pic:after {
  padding-bottom: 141.36125654%;
}
.home-case {
  padding: 92rem 0 141rem 0;
  background: url(../images/bg9.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
}
.home-case .home-p {
  margin-top: 5rem;
}
.home-case .se_top .top_2 {
  margin-top: 49rem;
  font-size: 18rem;
  border-bottom: 2px solid var(--main-color);
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.home-case .se_top .top_2 .swiper .swiper-slide {
  color: #7a7a7a;
  transition: 0.4s;
  width: auto !important;
  float: left;
}
.home-case .se_top .top_2 .swiper .swiper-slide p {
  display: inline-block;
  padding-bottom: 18rem;
  cursor: pointer;
  position: relative;
}
.home-case .se_top .top_2 .swiper .swiper-slide .none {
  display: none;
}
.home-case .se_top .top_2 .swiper .active {
  color: var(--main-color);
  font-weight: bold;
}
.home-case .se_bot {
  position: relative;
  margin-top: 94rem;
}
.home-case .se_bot .pu_qh p {
  cursor: pointer;
  width: 44rem;
  height: 44rem;
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  transition: 1s;
}
.home-case .se_bot .pu_qh p svg {
  transform: rotate(-45deg);
}
.home-case .se_bot .pu_qh p svg path {
  transition: 0.4s;
}
.home-case .se_bot .pu_qh p:hover {
  background: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.home-case .se_bot .pu_qh p:hover svg path {
  fill: #fff;
}
.home-case .se_bot .swiper {
  padding: 16rem 0;
}
.home-case .se_bot .swiper .swiper-slide {
  position: relative;
  width: 48%;
  margin: 0 60rem;
  transition: 0.8s;
}
.home-case .se_bot .swiper .swiper-slide .box .pic:after {
  padding-bottom: 62.32686981%;
}
.home-case .se_bot .swiper .swiper-slide .box .pic:before {
  content: '';
  display: block;
  background: url(../images/bg10.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.home-case .se_bot .swiper .swiper-slide .box .bt {
  font-size: 24rem;
  line-height: 54rem;
  color: #ffffff;
  text-align: center;
  transition: 0.8s;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 20rem;
  left: 0;
  z-index: 54;
}
.home-case .se_bot .swiper .swiper-slide-active {
  transform: scale(1);
}
.home-case .se_bot .swiper .swiper-slide-active .box .pic:before {
  opacity: 1;
}
.home-case .se_bot .swiper .swiper-slide-active .box .bt {
  opacity: 1;
}
.home-case .se_bot .swiper .swiper-slide-prev {
  transform: rotateY(16deg);
}
.home-case .se_bot .swiper .swiper-slide-next {
  transform: rotateY(-16deg);
}
.home-case .se_bot .toggle .prev,
.home-case .se_bot .toggle .next {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-case .se_bot .toggle .prev {
  left: 21%;
}
.home-case .se_bot .toggle .next {
  right: 21%;
}
.home-news {
  overflow: hidden;
  padding: 42rem 0 111rem 0;
}
.home-news .home-p {
  margin-top: 5rem;
}
.home-news .home-bottom {
  padding-top: 52rem;
}
.home-news .home-bottom .newslist {
  margin-bottom: 53rem;
}
.newslist .item {
  width: 33.33333333%;
  float: left;
}
.newslist .item .box {
  padding: 50rem 30rem 20rem 30rem;
  background-color: #ffffff;
  box-shadow: 4rem 4rem 12rem 0rem rgba(8, 42, 62, 0.16);
  border-radius: 8rem;
}
.newslist .item .pic {
  margin-bottom: 3rem;
}
.newslist .item .pic:after {
  padding-bottom: 62.5%;
}
.newslist .item .date {
  line-height: 32rem;
  font-family: var(--Montserrat-Regular);
  font-size: 14rem;
  letter-spacing: 1rem;
  margin-bottom: 27rem;
  color: #777777;
}
.newslist .item .date span {
  min-width: 90rem;
  max-width: 140rem;
  padding: 0 12rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
  line-height: 26rem;
  border-radius: 16rem;
  border: solid 3rem #959595;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.newslist .item .bt {
  font-size: 22rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 17rem;
  font-weight: bold;
  color: #3c3c3c;
}
.newslist .item .p {
  font-size: 17rem;
  line-height: 32rem;
  height: 64rem;
  margin-bottom: 27rem;
  overflow: hidden;
  color: #7a7a7a;
}
.newslist .item .more2 {
  font-size: 14rem;
  line-height: 40rem;
  color: #3c3c3c;
  background: url('../images/next-01.png') no-repeat center left;
  background-size: 6rem;
  padding-left: 20rem;
}
@media (min-width: 1025px) {
  .newslist .item:hover .date {
    color: var(--main-color);
  }
  .newslist .item:hover .date span {
    border: solid 3rem var(--main-color);
  }
  .newslist .item:hover .pic img {
    transform: scale(1.1);
  }
  .newslist .item:hover .bt {
    color: var(--main-color);
  }
  .newslist .item:hover .more2 {
    background: url('../images/next-03.png') no-repeat center left;
    background-size: 6rem;
    color: var(--main-color);
  }
}
.footer {
  padding: 88rem 0 0 0;
  background: #14171e;
}
@media (min-width: 1025px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer-bottom {
  padding-bottom: 119rem;
}
.footer-bottom .footer-left {
  float: left;
  width: 28%;
}
.footer-bottom .footer-left .f1 {
  background: url(../images/f01.png) no-repeat top left;
  background-size: 54rem;
  padding-left: 66rem;
  margin-bottom: 12rem;
}
.footer-bottom .footer-left .f1 span {
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.48);
}
.footer-bottom .footer-left .f1 p {
  font-family: var(--Montserrat-Bold);
  font-size: 32rem;
  line-height: 45rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.footer-bottom .footer-left .f1 p a {
  color: #ffffff;
  display: block;
}
.footer-bottom .footer-left .f3 {
  font-size: 14rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 24rem;
}
.footer-bottom .footer-left .f3 p {
  padding-left: 28rem;
  margin-bottom: 10rem;
}
.footer-bottom .footer-left .f3 a {
  color: rgba(255, 255, 255, 0.48);
}
.footer-bottom .footer-left .f3 .yx {
  background: url(../images/yx.png) no-repeat left 6rem;
  background-size: 14rem;
}
.footer-bottom .footer-left .f3 .cz {
  background: url(../images/cz.png) no-repeat left 6rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 .dh {
  background: url(../images/dh.png) no-repeat left 6rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 .wx {
  background: url(../images/wx.png) no-repeat left 6rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 .dz {
  background: url(../images/dz.png) no-repeat left 6rem;
  background-size: 13rem;
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 36rem;
}
.footer-bottom .footer-left .socialMedia span {
  display: inline-block;
  font-size: 14rem;
  vertical-align: top;
  line-height: 38rem;
  margin-right: 5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom .footer-left .socialMedia .list {
  display: inline-block;
  vertical-align: top;
}
.footer-bottom .footer-left .socialMedia .list li {
  display: inline-block;
  padding: 0 3rem 0 0;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon {
  border: solid 1px #fff;
  display: block;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background-size: 38rem !important;
  opacity: 0.6;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-left .socialMedia .list .icon:hover {
    opacity: 1;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
  }
}
.footer-bottom .footer-left .socialMedia .list .icon-1 {
  background: url(../images/sp1.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-2 {
  background: url(../images/sp2.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-3 {
  background: url(../images/sp3.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-4 {
  background: url(../images/sp4.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-5 {
  background: url(../images/sp5.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 14rem;
  align-items: center;
  width: 120rem;
  cursor: initial;
  padding-bottom: 20rem;
  position: absolute;
  bottom: 40rem;
  left: 0;
}
.footer-bottom .footer-left .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm {
  width: 119rem;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10rem 6rem 0 6rem;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -6rem;
  left: 17rem;
}
.footer-bottom .footer-left .socialMedia .list .active .down {
  display: block;
}
.footer-bottom .footer-left .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer-bottom .footer-list {
  float: right;
  width: 67.5%;
}
.footer-bottom .footer-list ul li {
  width: 18%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
  max-width: 100%;
  font-size: 18rem;
  font-weight: bold;
  padding-right: 5rem;
  padding-bottom: 34rem;
}
.footer-bottom .footer-list ul li a .txt-2 {
  display: none;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 16rem;
  line-height: 36rem;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  position: relative;
}
.footer-bottom .footer-list ul li:nth-child(2) {
  width: 18%;
}
.footer-bottom .footer-list ul li:nth-child(3) {
  width: 20%;
}
.footer-bottom .footer-list ul li:nth-last-child(1) {
  width: 8%;
  float: right;
}
.footer-copyright {
  padding: 14rem 0;
  font-size: 14rem;
  line-height: 22rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.48);
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.48);
}
@media (min-width: 1025px) {
  .footer-copyright a:hover {
    color: #ffffff;
  }
}
.float {
  position: fixed;
  bottom: 100rem;
  right: 15rem;
  z-index: 200;
}
.float ul li {
  width: 58rem;
  height: 58rem;
  background: var(--main-color);
  border-bottom: 1px solid #fff;
  padding-top: 4rem;
  font-size: 12rem;
  text-align: center;
  position: relative;
}
.float ul li .pic {
  width: 31rem;
  margin: 0 auto;
}
.float ul li .bt {
  color: #fff;
  margin-top: 3rem;
}
.float ul li .hover {
  position: absolute;
  top: 0;
  right: 58rem;
  width: 127rem;
  display: none;
}
.float ul li .dianhu {
  font-size: 16rem;
}
.float ul li .dianhu a {
  color: #2b2b2b;
}
.float ul li .hover1 {
  position: absolute;
  top: 0;
  right: 58rem;
  width: 200rem;
  background: var(--main-color);
  padding: 12rem 10rem;
  min-height: 58rem;
  display: none;
  font-size: 20rem;
  font-family: var(--Oswald-Bold);
  color: #fff;
  line-height: 32rem;
}
.float ul li:hover .hover {
  display: block;
}
.float ul li:hover .hover1 {
  display: block;
}
.float ul li.dis {
  opacity: 1;
}
.float ul li.last {
  display: none;
  height: 40rem;
}
.float1 ul li.last {
  display: block;
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: var(--main-color);
}
.inbanner .bt {
  font-family: var(--FontquanXinYiGuanHeiTi-Regular);
  font-size: 36rem;
  padding: 43rem 0;
  color: #ffffff;
}
.inbanner .img img,
.inbanner .img video {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
  -webkit-animation: toSmall 10s alternate;
  animation: toSmall 10s alternate;
}
.inbanner a {
  width: 100%;
  position: relative;
  display: block;
}
.inbanner img {
  display: block;
}
.inbanner .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: var(--hover-color);
}
.inbanner .playBtn .icon {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10rem 0 10rem 18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inbanner .playBtn .circle {
  width: 120rem;
  height: 120rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inbanner .playBtn .circle::before {
  content: '';
  display: block;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: rgba(0, 128, 204, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.inbanner .playBtn .circle::after {
  content: '';
  display: block;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: rgba(0, 128, 204, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.inbanner .img1 {
  display: none;
}
.content {
  padding: 65rem 0 101rem 0;
  min-height: 600rem;
}
.psearch {
  z-index: 777;
  width: 537rem;
  background-color: #ebf1f5;
  border-radius: 21rem;
  margin: 0 auto;
  position: relative;
}
.psearch .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 42rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.psearch .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 42rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 21rem !important;
}
.product .home-bottom {
  padding-top: 39rem;
}
.product .list {
  margin-bottom: 26rem;
}
.product .productlist {
  padding-bottom: 67rem;
}
.product .productlist .item {
  border: 0;
  padding-top: 42rem;
}
.product .productlist .item .box {
  box-shadow: 2rem 4rem 22rem 0rem rgba(158, 163, 165, 0.18);
  background: #fff;
}
.product .productlist .item .text {
  padding-bottom: 26rem;
}
.product .productlist .item:nth-child(1),
.product .productlist .item:nth-child(2),
.product .productlist .item:nth-child(3) {
  padding-top: 0;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 40px;
  line-height: 40px;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #ddd;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background: var(--main-color);
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 108px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 108px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.contact {
  padding: 0;
}
.contact01 {
  padding: 97rem 0 99rem 0;
  background: #fff;
}
.contact01 .contact-bottom ul {
  margin: 0 -20rem;
}
.contact01 .contact-bottom ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 20rem;
}
.contact01 .contact-bottom ul li .box {
  height: 348rem;
  background-color: #ffffff;
  box-shadow: 13rem 23rem 147rem 0rem rgba(10, 26, 46, 0.22);
  border-radius: 20rem;
  padding: 37rem 32rem;
  position: relative;
}
.contact01 .contact-bottom ul li .box .span {
  position: absolute;
  top: 32rem;
  right: 26rem;
  font-family: var(--MiSans-Bold);
  font-size: 12rem;
  line-height: 24rem;
  color: var(--main-color);
  writing-mode: vertical-rl;
}
.contact01 .contact-bottom ul li .pic {
  width: 68rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px var(--main-color);
  z-index: 3;
  position: relative;
}
.contact01 .contact-bottom ul li .bt {
  font-size: 21rem;
  margin-top: 39rem;
  margin-bottom: 11rem;
  z-index: 3;
  position: relative;
  color: #222222;
}
.contact01 .contact-bottom ul li .p {
  font-size: 26rem;
  line-height: 48rem;
  color: #222222;
  z-index: 3;
  position: relative;
}
.contact01 .contact-bottom ul li .p a {
  color: #222222;
  display: block;
}
.contact01 .contact-bottom ul li .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul li:hover .box {
    background: var(--main-color);
  }
  .contact01 .contact-bottom ul li:hover .box .span {
    color: #fff;
  }
  .contact01 .contact-bottom ul li:hover .bt {
    color: #fff;
  }
  .contact01 .contact-bottom ul li:hover .p {
    color: #fff;
  }
  .contact01 .contact-bottom ul li:hover .p a {
    color: #fff;
  }
}
.contact01 .contact-bottom ul .cc1 .img {
  background: url(../images/cc1.png) no-repeat bottom right;
  background-size: 134rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul .cc1:hover .img {
    background: url(../images/cc1h.png) no-repeat bottom right;
    background-size: 134rem;
  }
}
.contact01 .contact-bottom ul .cc2 .img {
  background: url(../images/cc2.png) no-repeat bottom right;
  background-size: 118rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul .cc2:hover .img {
    background: url(../images/cc2h.png) no-repeat bottom right;
    background-size: 118rem;
  }
}
.contact01 .contact-bottom ul .cc3 .img {
  background: url(../images/cc3.png) no-repeat bottom right;
  background-size: 106rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul .cc3:hover .img {
    background: url(../images/cc3h.png) no-repeat bottom right;
    background-size: 106rem;
  }
}
.contact02 {
  position: relative;
}
.contact02 img {
  display: block;
}
.contact02 .hover {
  position: absolute;
  width: 784rem;
  height: 377rem;
  background: url(../images/tankuan.png) no-repeat top left;
  background-size: 100%;
  top: 18%;
  left: 10%;
  padding: 19rem 89rem 23rem 28rem;
}
.contact02 .hover .info {
  padding: 47rem 30rem;
  overflow: hidden;
}
.contact02 .hover .info .text {
  float: left;
  width: 48%;
  padding-right: 13rem;
}
.contact02 .hover .info .text .span {
  font-size: 20rem;
  color: #333333;
}
.contact02 .hover .info .text .bt {
  font-size: 26rem;
  margin-bottom: 43rem;
  margin-top: 10rem;
  font-family: var(--MiSans-Bold);
  color: #333333;
}
.contact02 .hover .info .text .p {
  font-size: 18rem;
  line-height: 33rem;
  color: #333333;
}
.contact02 .hover .info .tupian {
  float: left;
  width: 52%;
}
.contact03 {
  position: relative;
  padding: 87rem 0 65rem 0;
  background: url(../images/bg11.jpg) no-repeat center center;
  background-size: cover;
}
.contact03 .contact-bottom {
  margin-top: 57rem;
}
.contact03 .contact-bottom .list {
  position: relative;
  width: 97%;
  margin: 0 auto;
  overflow: hidden;
}
.contact03 .contact-bottom li {
  width: 50%;
  float: left;
  padding: 0 60rem 22rem 60rem;
  position: relative;
}
.contact03 .contact-bottom .box {
  position: relative;
  padding-left: 133rem;
  font-size: 0;
}
.contact03 .contact-bottom .box .span {
  font-size: 18rem;
  line-height: 44rem;
  display: block;
  font-weight: bold;
  color: #303530;
  position: absolute;
  top: 0;
  left: 0;
  width: 90rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contact03 .contact-bottom .box .span:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.contact03 .contact-bottom .box font {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 18rem;
  line-height: 44rem;
  font-weight: bold;
  color: #e60012;
}
.contact03 input,
.contact03 select,
.contact03 textarea {
  height: 44rem;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: solid 1px #c9c9c9;
  font-size: 16rem;
  color: #dcdcdc;
}
.contact03 input::-webkit-input-placeholder,
.contact03 select::-webkit-input-placeholder,
.contact03 textarea::-webkit-input-placeholder {
  color: #dcdcdc;
}
.contact03 input:-moz-placeholder,
.contact03 select:-moz-placeholder,
.contact03 textarea:-moz-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
.contact03 input::-moz-placeholder,
.contact03 select::-moz-placeholder,
.contact03 textarea::-moz-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
.contact03 input:-ms-input-placeholder,
.contact03 select:-ms-input-placeholder,
.contact03 textarea:-ms-input-placeholder {
  color: #dcdcdc;
}
.contact03 .textarea .box {
  padding: 0;
  padding-top: 57rem;
}
.contact03 .textarea .box textarea {
  border: solid 1px #c9c9c9;
}
.contact03 .verifyDiv {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.contact03 textarea {
  height: 158rem;
  padding: 15rem 15rem 15rem 30rem;
  margin-bottom: 23rem;
}
.contact03 .submit {
  float: right;
}
.contact03 .submit a {
  float: left;
  margin-right: 20rem;
  width: 180rem;
  background-color: var(--main-color);
  font-weight: bold;
  border-radius: 28rem;
  font-size: 16rem;
  line-height: 57rem;
  color: #ffffff;
  text-align: center;
}
.contact03 .submit a span {
  height: 57rem;
  width: 16rem;
  margin-left: 5rem;
  background: url(../images/right.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
}
.contact03 .verify {
  height: 57rem;
  background-color: #e5e5e5;
  font-size: 14rem;
  position: relative;
  width: 420rem !important;
}
.contact03 .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 57rem;
  height: 57rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20rem 20rem;
  z-index: 2;
  cursor: move;
}
.contact03 .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20rem 20rem;
}
.contact03 .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 57rem;
  line-height: 55rem;
  width: 0;
  background-color: var(--main-color);
  color: #333;
  font-size: 14rem;
  text-align: center;
}
.contact03 .verify .fix-tips,
.contact03 .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 57rem;
  padding-left: 57rem;
  text-align: center;
}
.contact03 .verify .verify-msg {
  padding-left: 0;
  padding-right: 57rem;
}
.contact03 .verify .verify-msg {
  background-color: var(--main-color);
  display: none;
  color: #fff;
}
.dingzhi {
  padding: 0 !important;
}
.dingzhi01 {
  padding: 98rem 0 0 0;
  overflow: hidden;
}
.dingzhi01 .info {
  float: right;
  width: 41%;
  min-height: 531rem;
  padding: 104rem 30rem 104rem 0;
}
.dingzhi01 .info .bt {
  font-size: 58rem;
  font-weight: bold;
  color: #ffffff;
}
.dingzhi01 .info .p {
  font-size: 26rem;
  line-height: 52rem;
  margin-top: 28rem;
  margin-bottom: 58rem;
  color: #ffffff;
}
.dingzhi02 {
  padding: 80rem 0 66rem 0;
}
.dingzhi02 .home-bottom {
  margin-bottom: 53rem;
}
.dingzhi03 {
  padding: 71rem 0 99rem 0;
  position: relative;
}
.dingzhi03 .home-bottom {
  padding-top: 19rem;
}
.dingzhi03 .productlist .item {
  border: 0;
  padding-top: 42rem;
}
.dingzhi03 .productlist .item .box {
  position: relative;
}
.dingzhi03 .productlist .item .span {
  display: none;
}
.dingzhi03 .productlist .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 333;
  padding-bottom: 16rem;
}
.dingzhi03 .productlist .item .text .bt {
  color: #ffffff;
  margin-bottom: 0;
}
.news {
  padding-top: 94rem;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 37rem;
  background-color: #ffffff;
  box-shadow: 1rem 2rem 10rem 0rem rgba(51, 51, 51, 0.1);
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box {
  position: relative;
  min-height: 427rem;
  padding-left: 758rem;
  padding-right: 50rem;
  overflow: hidden;
}
.news-one .list li .box .pic {
  width: 680rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news-one .list li .box .pic img {
  transition: 0.5s;
}
.news-one .list li .box .pic:after {
  padding-bottom: 62.79411765%;
}
.news-one .list li .box .text {
  padding-top: 57rem;
}
.news-one .list li .box .text .date {
  font-size: 18rem;
  color: var(--main-color);
}
.news-one .list li .box .text .date span {
  font-size: 48rem;
}
.news-one .list li .box .text .bt {
  font-size: 24rem;
  line-height: 30rem;
  color: #212121;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 21rem;
  margin-top: 21rem;
}
.news-one .list li .box .text .jsh {
  margin-top: 10rem;
  font-size: 17rem;
  line-height: 28rem;
  color: #666666;
  margin-bottom: 50rem;
  height: 84rem;
  overflow: hidden;
}
.news-one .list li .box .text .more1 a span,
.news-one .list li .box .text .more1 p span {
  line-height: 44rem;
  font-size: 14rem;
}
.news-one .list li .box .text .more1 a,
.news-one .list li .box .text .more1 p {
  padding: 0 26rem;
  min-width: 163rem;
}
@media (min-width: 1025px) {
  .news-one .list li:hover .pic img {
    transform: scale(1.04);
  }
  .news-one .list li:hover .text .bt {
    color: var(--main-color);
  }
  .news-one .list li:hover .text .more p {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
    border: 1px solid var(--main-color);
    background: var(--main-color);
  }
}
.btn1 {
  position: relative;
  height: 34rem;
  margin: 0 auto;
  margin-bottom: 72rem;
  width: 60%;
}
.btn1 .swiper-button-prev,
.btn1 .swiper-button-next {
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  border: solid 1px #e1e1e1;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.btn1 .swiper-button-prev:after,
.btn1 .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover,
  .btn1 .swiper-button-next:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
}
.btn1 .swiper-button-prev {
  left: 0;
}
.btn1 .swiper-button-prev:after {
  background: url(../images/left2.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover:after {
    background: url(../images/left2h.png) no-repeat center center;
    background-size: 14rem;
  }
}
.btn1 .swiper-button-next {
  right: 0;
  left: auto;
  margin-left: auto;
}
.btn1 .swiper-button-next:after {
  background: url(../images/right2.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-next:hover:after {
    background: url(../images/right2h.png) no-repeat center center;
    background-size: 14rem;
  }
}
.btn1 .swiper-pagination {
  height: 2px;
  width: 88%;
  left: 50%;
  top: 16rem;
  background: #e1e1e1;
  transform: translateX(-50%);
}
.btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
.newslist1 {
  margin: 0 -17rem;
  padding-bottom: 15rem;
}
.newslist1 .item {
  padding: 0 17rem;
  margin-bottom: 49rem;
}
.case {
  padding: 105rem 0 85rem 0;
}
.case .nr {
  width: 85%;
  margin: 0 auto;
}
.case .left {
  width: 69.7%;
  float: left;
}
.case .right {
  float: right;
  width: 26.3%;
  padding: 27rem 34rem;
  position: sticky;
  top: 100rem;
  z-index: 33;
  background-color: #ffffff;
  box-shadow: 2rem 4rem 22rem 0rem rgba(158, 163, 165, 0.18);
}
.case .right .psearch {
  width: 100%;
}
.case .right .case-classlist {
  padding: 32rem 0 21rem 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 26rem;
}
.case .right .case-classlist .bt {
  font-size: 20rem;
  margin-bottom: 8rem;
  color: #616161;
}
.case .right .case-classlist ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 16rem;
  line-height: 36rem;
  color: #616161;
}
@media (min-width: 1025px) {
  .case .right .case-classlist ul li:hover a {
    color: var(--main-color);
    font-weight: bold;
  }
}
.case .right .case-classlist ul .active a {
  color: var(--main-color);
  font-weight: bold;
}
.case .right .title {
  font-size: 20rem;
  margin-bottom: 20rem;
  color: #616161;
}
.case .right .newslist .item {
  width: 100%;
  margin-bottom: 14rem;
}
@media (min-width: 1025px) {
  .case .right .newslist .item:hover .h3 {
    color: var(--main-color);
    font-weight: bold;
  }
}
.case .right .newslist .item .box {
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.case .right .newslist .item .h3 {
  font-size: 16rem;
  font-weight: bold;
  line-height: 25rem;
  max-height: 50rem;
  color: #3c3c3c;
}
.caselist1 {
  padding-bottom: 20rem;
}
.caselist1 li {
  margin-bottom: 38rem;
}
.caselist1 li .pic:after {
  padding-bottom: 62.22222222%;
}
.caselist1 li .box {
  box-shadow: 2rem 4rem 22rem 0rem rgba(158, 163, 165, 0.18);
  background: #fff;
}
.caselist1 li .text {
  padding: 18rem 40rem 30rem 40rem;
}
.caselist1 li .bt {
  font-size: 24rem;
  margin-bottom: 12rem;
  color: #222222;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.caselist1 li .span {
  font-size: 18rem;
  margin-bottom: 18rem;
  color: #616161;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.caselist1 li .more1 a span,
.caselist1 li .more1 p span {
  line-height: 44rem;
  font-size: 14rem;
}
.caselist1 li .more1 a,
.caselist1 li .more1 p {
  padding: 0 26rem;
  min-width: 139rem;
}
@media (min-width: 1025px) {
  .caselist1 li:hover .pic img {
    transform: scale(1.1);
  }
  .caselist1 li:hover .bt {
    color: var(--main-color);
    font-weight: bold;
  }
  .caselist1 li:hover .more p {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
    border: 1px solid var(--main-color);
    background: var(--main-color);
  }
}
.news-show {
  padding: 0 0 121rem 0;
  background: #f5f5f5;
}
.news-show .container {
  padding: 0 18rem;
}
.news-show .nr {
  padding: 61rem 0 0 0;
}
.news-show .left {
  width: 65%;
  float: left;
  padding: 79rem 62rem 67rem 62rem;
  background: #fff;
}
.news-show .right {
  float: right;
  width: 31.5%;
  padding: 91rem 37rem;
  background: #fff;
  position: sticky;
  top: 100rem;
  z-index: 33;
}
.news-show .right .title {
  font-size: 20rem;
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 31rem;
  margin-bottom: 36rem;
  font-weight: bold;
  color: #212121;
}
.news-show .right .newslist .item {
  width: 100%;
  margin-bottom: 14rem;
}
@media (min-width: 1025px) {
  .news-show .right .newslist .item:hover .box .h3 {
    color: var(--main-color);
    font-weight: bold;
  }
}
.news-show .right .newslist .item .box {
  padding: 0;
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 18rem;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-show .right .newslist .item .box .text {
  float: left;
  width: 57%;
  padding-left: 20rem;
}
.news-show .right .newslist .item .box .h3 {
  font-size: 16rem;
  font-weight: bold;
  line-height: 28rem;
  height: 56rem;
  overflow: hidden;
  color: #212121;
}
.news-show .right .newslist .item .pic {
  margin-bottom: 0;
  float: left;
  width: 43%;
}
.news-show .right .newslist .item .date {
  letter-spacing: 0;
  margin-bottom: 0;
}
.h01 {
  font-size: 36rem;
  font-weight: bold;
  line-height: 52rem;
  color: #212121;
}
.h02 {
  font-size: 16rem;
  margin-top: 32rem;
  margin-bottom: 21rem;
  color: #666666;
  line-height: 40rem;
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 41rem;
}
.h02 span {
  margin-right: 20rem;
}
.fenxiang {
  position: relative;
  float: right;
}
.fenxiang span {
  display: block;
  float: left;
  line-height: 40rem;
}
.fenxiang .fr {
  float: right;
  margin-right: 0;
}
.fenxiang .fr a {
  display: block;
  float: left;
  width: 40rem;
}
.news-info {
  font-size: 18rem;
  line-height: 36rem;
  color: #4d4d4d;
  padding-bottom: 59rem;
  border-bottom: 1px solid #dfdfdf;
}
.news-info img {
  display: block;
}
.news-info p {
  margin-bottom: 9rem;
}
.list-page {
  text-align: center;
  width: 100%;
  margin-top: 27rem;
  padding: 0 33rem;
}
.list-page .return {
  display: inline-block;
  vertical-align: top;
  color: #0080cc;
  padding: 0 20rem;
  line-height: 40rem;
  padding-top: 12rem;
  background: url(../images/return.png) no-repeat top center;
  background-size: 14rem;
}
.list-page .prev,
.list-page .next {
  width: 40%;
  font-size: 16rem;
  color: #7a7a7a;
}
.list-page .prev .el,
.list-page .next .el {
  margin-top: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.list-page .prev a:hover,
.list-page .next a:hover {
  color: var(--main-color);
}
.list-page .prev {
  text-align: left;
  float: left;
}
.list-page .prev span {
  padding-left: 20rem;
  background: url(../images/prev-01.png) no-repeat center left;
  background-size: 8rem;
}
.list-page .next {
  text-align: right;
  float: right;
}
.list-page .next span {
  padding-right: 20rem;
  background: url(../images/next-01.png) no-repeat center right;
  background-size: 8rem;
}
.current {
  padding: 15rem 0;
}
.current span {
  background: url(../images/home.png) no-repeat left 2rem;
  background-size: 20rem;
  padding-left: 30rem;
  font-size: 16rem;
  line-height: 24rem;
}
.current span a {
  color: #999999;
}
.current span b {
  color: var(--main-color);
  font-weight: normal;
}
.dingzhi-show {
  padding: 77rem 0 144rem 0;
  background: #f5f5f5;
}
.dingzhi-show .dingzhi-info {
  background: #ffffff;
  padding: 36rem 80rem 64rem 80rem;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.dingzhi-show .fenxiang {
  float: none;
}
.dingzhi-show .fenxiang .fr a {
  width: 30rem;
  background: #666e86;
  border-radius: 50%;
  margin-left: 15rem;
}
.dingzhi-show .h1 {
  text-align: center;
  font-size: 32rem;
  margin-top: 26rem;
  color: #141414;
  margin-bottom: 30rem;
  font-weight: bold;
}
.dingzhi-show .h2 {
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20rem;
  color: #3c3c3c;
  padding: 0 0 41rem 0;
}
.dingzhi-show .h2 span {
  padding: 0 16rem;
}
.dingzhi-show .news-p {
  font-size: 20rem;
  line-height: 28rem;
  color: #3c3c3c;
  padding: 64rem 0 86rem 0;
}
.dingzhi-show .news-p p {
  margin-bottom: 29rem;
}
.dingzhi-show .return {
  overflow: hidden;
  float: right;
}
.dingzhi-show .return a {
  font-size: 16rem;
  color: #222222;
  text-align: center;
  padding: 0 25rem;
  line-height: 36rem;
  background: #efefef;
  display: block;
}
@media (min-width: 1025px) {
  .dingzhi-show .return a:hover {
    color: #fff;
    background: var(--main-color);
  }
}
.dingzhi-show .list-page-news {
  border-top: solid 1px #d9d9d9;
  margin-bottom: 30rem;
}
.dingzhi-show .list-page-news ul {
  overflow: hidden;
}
.dingzhi-show .list-page-news ul li {
  float: left;
  width: 100%;
  padding: 20rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.dingzhi-show .list-page-news ul li a {
  display: block;
  line-height: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 16rem;
  color: #666666;
  position: relative;
  padding-left: 127rem;
}
.dingzhi-show .list-page-news ul li a span {
  line-height: 28rem;
  color: #222222;
  position: absolute;
  top: 0;
  left: 0;
  width: 80rem;
  background: url(../images/prev.png) no-repeat center right;
  background-size: 9rem;
}
@media (min-width: 1025px) {
  .dingzhi-show .list-page-news ul li:hover a {
    color: var(--main-color);
  }
}
.dingzhi-show .list-page-news ul li:nth-child(2) a span {
  background: url(../images/next.png) no-repeat center right;
  background-size: 9rem;
}
.dingzhi-show .biaoqian {
  font-size: 16rem;
  color: #666;
  line-height: 37rem;
  float: left;
}
.dingzhi-show .biaoqian span {
  display: block;
  float: left;
  color: #333333;
}
.dingzhi-show .biaoqian a {
  display: block;
  float: left;
  margin-left: 15rem;
  line-height: 36rem;
  font-size: 16rem;
  color: #3c3c3c;
  text-align: center;
}
@media (min-width: 1025px) {
  .dingzhi-show .biaoqian a:hover {
    color: var(--main-color);
  }
}
.about {
  padding: 0 !important;
}
.about01 {
  background: #ffffff url(../images/bg13.jpg) no-repeat center center;
  background-size: 100%;
}
.about01 .info {
  margin-bottom: 35rem;
}
.about01 .left .bt {
  margin-bottom: 44rem;
}
.about01 .left .p {
  font-size: 18rem;
  line-height: 34rem;
  color: #666666;
}
.about01 .left .youshi {
  padding-top: 26rem;
}
.about02 {
  padding: 95rem 0 67rem 0;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.about02 .home-p {
  margin-top: 5rem;
}
.about02 .about-bottom {
  padding-top: 47rem;
}
.about02 .bottom {
  width: 120rem;
  margin: 0 auto;
  position: relative;
  margin-top: 40rem;
}
.about02 .bottom .btn {
  width: 65rem;
  background: url(../images/shubiao.png) no-repeat top center;
  background-size: 55rem;
  font-size: 14rem;
  line-height: 48rem;
  color: #616161;
  padding-top: 57rem;
  text-align: center;
  margin: 0 auto;
}
.about02 .bottom .swiper-button-prev,
.about02 .bottom .swiper-button-next {
  top: 0;
  margin: 0;
  height: 50rem;
}
.about02 .bottom .swiper-button-prev:after,
.about02 .bottom .swiper-button-next:after {
  color: #000000;
  font-weight: bold;
  font-size: 16rem;
}
@media (min-width: 1025px) {
  .about02 .bottom .swiper-button-prev:hover:after,
  .about02 .bottom .swiper-button-next:hover:after {
    color: var(--main-color);
  }
}
.about02 .bottom .swiper-button-next {
  right: 0;
  left: auto;
}
.about02 .bottom .swiper-button-prev {
  left: 0;
}
.swiper-eq {
  position: relative;
  width: 79%;
}
.swiper-eq .pic:after {
  padding-bottom: 68.96551724%;
}
.about03 {
  padding: 66rem 0;
  background: url(../images/bg15.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.about03 .about-bottom {
  padding: 30rem 60rem 0 80rem;
}
.partnerlist {
  font-size: 0;
}
.partnerlist li {
  width: 227rem;
  display: inline-block;
  vertical-align: top;
  height: 248rem;
  margin-right: 3rem;
  margin-top: -59rem;
  cursor: pointer;
  background: url('../images/bg14.png') no-repeat top left;
  background-size: 227rem;
}
.partnerlist li .box {
  padding-top: 5rem;
  padding-left: 15rem;
  padding-right: 33rem;
}
.partnerlist li .pic {
  height: 207rem;
}
.partnerlist li .pic:after {
  padding-bottom: 115%;
}
.partnerlist li .pic .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.partnerlist li .pic .hover h3 {
  font-size: 29rem;
  color: #1a1a19;
}
.partnerlist li .pic .hover p {
  font-size: 15rem;
  color: #d6af5d;
}
.partnerlist li:hover .pic img {
  transform: scale(1.04);
}
.partnerlist li:nth-child(1),
.partnerlist li:nth-child(2),
.partnerlist li:nth-child(3),
.partnerlist li:nth-child(4),
.partnerlist li:nth-child(5),
.partnerlist li:nth-child(6) {
  margin-top: 0;
}
.partnerlist li:nth-child(11n-4) {
  margin-left: 111rem;
}
.about04 {
  padding: 53rem 0 116rem 0;
  background: #fff;
}
.about04 .about-bottom {
  padding-top: 42rem;
}
.about04 .about-bottom ul {
  margin: 0 -14rem;
  padding-bottom: 25rem;
}
.about04 .about-bottom ul li {
  float: left;
  width: 25%;
  padding: 0 14rem;
  margin-bottom: 21rem;
}
.about04 .about-bottom ul li .pic {
  border-radius: 8rem;
}
.about04 .about-bottom ul li .pic:after {
  padding-bottom: 73.74301676%;
}
@media (min-width: 1025px) {
  .about04 .about-bottom ul li:hover .pic img {
    transform: scale(1.1);
  }
}
.about04 .about-bottom ul .te1 {
  width: 50%;
}
.about04 .about-bottom .more img {
  width: 16rem;
  display: inline-block;
  vertical-align: middle;
}
.case-show {
  padding: 82rem 0 101rem 0;
}
.case-show .nr {
  width: 87%;
  margin: 0 auto;
}
.case-show .ch01 {
  font-size: 38rem;
  color: #212121;
}
.case-show .case-bottom .left {
  float: left;
  width: 29%;
  font-size: 16rem;
  line-height: 24rem;
  color: #333333;
}
.case-show .case-bottom .left ul li {
  padding: 11rem 0 32rem 0;
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 13rem;
}
.case-show .case-bottom .left .fenxiang {
  float: none;
  padding-top: 48rem;
  cursor: pointer;
}
.case-show .case-bottom .left .fenxiang .share span {
  width: 112rem;
  line-height: 37rem;
  border: 2px solid #888888;
  text-align: center;
  background: url(../images/share.png) no-repeat 22% center;
  background-size: 20rem;
  padding-left: 19rem;
}
.case-show .case-bottom .left .fenxiang .span {
  float: none;
  background: #fff;
  padding: 20rem 0;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.case-show .case-bottom .left .fenxiang .span a {
  display: block;
  width: 30rem;
  background: #666e86;
  border-radius: 50%;
  margin: 0 10rem;
  float: left;
}
.case-show .case-bottom .right {
  float: right;
  width: 59.3%;
}
.case-show .case-bottom .right .p {
  font-size: 16rem;
  line-height: 26rem;
  height: 338rem;
  margin-bottom: 25rem;
  overflow: hidden;
  color: #333333;
}
.case-show .case-bottom .right .p p {
  margin-bottom: 26rem;
}
.case-show .case-bottom .right .gd a {
  font-size: 16rem;
  line-height: 36rem;
  color: #666666;
}
.case-show .case-bottom .right .gd .hide {
  display: none;
}
.case-show .case-bottom .active .p {
  height: auto;
}
.case-show .case-bottom .active .gd a {
  display: none;
}
.case-show .case-bottom .active .gd .hide {
  display: block;
}
.cpic {
  position: relative;
  margin-top: 40rem;
}
.cpic .pic:after {
  padding-bottom: 62.33333333%;
}
.cpic .mySwiper2 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.cpic .li {
  margin: 36rem 0 48rem 0;
  padding: 0 35rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cpic .mySwiper1 {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cpic .mySwiper1 .pic {
  border: solid 2rem #dddddd;
}
.cpic .mySwiper1 .swiper-slide-thumb-active .pic {
  border: solid 2rem var(--main-color);
}
.cpic .swiper-button-next,
.cpic .swiper-button-prev {
  width: 26rem;
  position: absolute;
  left: 0;
  margin: 0;
  top: 0;
  height: 100%;
  z-index: 3;
}
.cpic .swiper-button-next:after,
.cpic .swiper-button-prev:after {
  font-size: 16rem;
  color: #666;
}
@media (min-width: 1025px) {
  .cpic .swiper-button-next:hover:after,
  .cpic .swiper-button-prev:hover:after {
    color: var(--main-color);
  }
}
.cpic .swiper-button-next {
  right: 0;
  left: auto;
}
.related {
  padding: 119rem 0 0 0;
}
.related .related-bottom {
  padding-top: 25rem;
}
.related .productlist {
  margin: 0;
}
.related .productlist .item {
  border: 0;
  padding-top: 42rem;
  padding: 0;
}
.related .productlist .item .box {
  position: relative;
}
.related .productlist .item .span {
  display: none;
}
.related .productlist .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 333;
  padding-bottom: 16rem;
}
.related .productlist .item .text .bt {
  color: #ffffff;
  margin-bottom: 0;
}
.product-show {
  padding: 0;
}
.pro01 {
  padding-bottom: 79rem;
  background: url(../images/bg16.jpg) no-repeat center center;
  background-size: cover;
}
.pro01 .nr {
  padding-top: 66rem;
}
.pro01 .left {
  float: left;
  width: 48%;
  position: relative;
  overflow: hidden;
}
.pro01 .left .cpic {
  margin-top: 0;
}
.pro01 .left .cpic .pic {
  border-radius: 12rem;
}
.pro01 .left .cpic .pic:after {
  padding-bottom: 70.95435685%;
}
.pro01 .left .cpic .li {
  margin: 6rem 0 0 0;
  padding: 0 55rem;
}
.pro01 .right {
  float: right;
  width: 45%;
  padding-top: 24rem;
}
.pro01 .right .bt {
  font-size: 36rem;
  margin-bottom: 41rem;
  font-weight: bold;
  color: #212121;
}
.pro01 .right .jsh {
  position: relative;
  padding-bottom: 29rem;
}
.pro01 .right .jsh .li {
  position: relative;
  padding-left: 20rem;
  margin-bottom: 28rem;
}
.pro01 .right .jsh .li:after {
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 8rem;
  left: 0;
}
.pro01 .right .jsh .h3 {
  font-size: 18rem;
  margin-bottom: 14rem;
  font-weight: bold;
  color: #333333;
}
.pro01 .right .jsh .p {
  font-size: 18rem;
  color: #333333;
}
.pro01 .right .ly a {
  display: inline-block;
  vertical-align: top;
  font-size: 14rem;
  line-height: 24rem;
  color: #ffffff;
  background-color: #0080cc;
  border-radius: 21rem;
  padding: 10rem 36rem;
}
.pro01 .right .ly a img {
  width: 21rem;
  margin-top: 4rem;
  margin-right: 10rem;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .pro01 .right .ly a:hover {
    text-decoration: underline;
  }
}
.pro02 {
  padding: 80rem 0;
}
.pro02 .nr .left {
  float: left;
  width: 69%;
  padding: 55rem 55rem;
  background-color: #f6f8f8;
  border-radius: 24rem;
}
.pro02 .nr .left .h1 {
  font-size: 32rem;
  font-weight: bold;
  line-height: 72rem;
  margin-bottom: 44rem;
  color: #282828;
}
.pro02 .nr .left .h1 span {
  display: block;
  font-size: 48rem;
}
.pro02 .nr .left .h1 span b {
  color: var(--main-color);
}
.pro02 .nr .left .item .te {
  text-align: center;
  padding: 38rem 20rem;
  background: var(--main-color);
  margin-bottom: 20rem;
}
.pro02 .nr .left .item .te .h3 {
  font-size: 48rem;
  margin-bottom: 20rem;
  font-weight: bold;
  color: #f6f8f8;
}
.pro02 .nr .left .item .te .p {
  font-size: 24rem;
  color: #ffffff;
}
.pro02 .nr .left .item .img {
  margin-bottom: 20rem;
}
.pro02 .nr .left .item .img img {
  display: block;
}
.pro02 .nr .right {
  float: right;
  width: 28%;
  padding: 51rem 40rem;
  background-color: #f6f8f8;
  border-radius: 24rem;
  position: sticky;
  top: 100rem;
  z-index: 33;
}
.pro02 .nr .right .title {
  font-size: 32rem;
  padding-left: 22rem;
  margin-bottom: 32rem;
  font-weight: bold;
  color: #282828;
  position: relative;
}
.pro02 .nr .right .title:after {
  content: '';
  display: block;
  width: 4rem;
  height: 30rem;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15rem;
}
.pro02 .nr .right .productlist {
  padding: 0;
}
.pro02 .nr .right .productlist .item {
  width: 100%;
  margin-bottom: 26rem;
  padding-top: 0;
}
.pro02 .nr .right .productlist .item .bt {
  font-size: 18rem;
  margin-bottom: 5rem;
}
.pro02 .nr .right .productlist .item .text {
  padding-top: 13rem;
  padding-bottom: 18rem;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap .site-bottom {
    font-size: 14px;
    line-height: 25px;
  }
  .sitemap li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top1 {
    font-size: 18px;
  }
  .sitemap li .subnav {
    margin-top: 10px;
  }
  .sitemap li .subnav a {
    font-size: 16px;
    margin-right: 20px;
    padding: 5px 0;
  }
  .sitemap li .subnav .hover {
    padding: 10px 20px;
  }
  .sitemap li .subnav .dot a {
    font-size: 14px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    padding-top: 7px;
  }
  .header .logo a img {
    width: 181px;
  }
  .header .header-right {
    margin-right: 0;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .tel {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .nav {
    display: none;
  }
  .headerfix {
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.1);
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .banner-hover {
    top: 14.5%;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 26px;
    margin-bottom: 17px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 4px;
  }
  .swiper-renewal-main .btn {
    bottom: 15px;
  }
  .swiper-renewal-main a.slide_btn {
    display: none;
  }
  .youshi li {
    width: 50%;
    padding: 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 15px;
  }
  .youshi li .num {
    font-size: 30px;
    line-height: 36px;
  }
  .youshi li .h3 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
  }
  .youshi li:nth-child(1),
  .youshi li:nth-child(4) {
    padding: 0 20px;
    padding-bottom: 15px;
  }
  .more a,
  .more p {
    padding: 0 24px;
    border: 1px solid #fff;
    border-radius: 30px;
    min-width: 120px;
  }
  .more a span,
  .more p span {
    font-size: 12px;
    line-height: 36px;
  }
  .more1 a,
  .more1 p {
    padding: 0 24px;
    min-width: 125px;
  }
  .more1 a span,
  .more1 p span {
    line-height: 36px;
    font-size: 12px;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .info {
    margin-bottom: 20px;
  }
  .home-about .left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .home-about .left .span {
    font-size: 15px;
    line-height: 19px;
  }
  .home-about .left .span:after {
    width: 44px;
    height: 2px;
    margin-left: 5px;
  }
  .home-about .left .bt {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 25px;
  }
  .home-about .left .p {
    font-size: 14px;
    line-height: 25px;
  }
  .home-about .left .youshi {
    padding-top: 21px;
    padding-bottom: 10px;
  }
  .home-about .right {
    width: 100%;
    padding: 32px;
    min-height: 0;
  }
  .home-about .right .span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 3px;
  }
  .home-about .right .bt {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .home-about .right .p {
    font-size: 18px;
    line-height: 40px;
  }
  .home-about .right .p p {
    padding-left: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
  }
  .home-about .right .p p:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .home-about .video {
    padding-bottom: 0;
    margin-bottom: 21px;
  }
  .home-about .video .playBtn {
    width: 30px;
    height: 30px;
  }
  .home-about .video .playBtn .icon {
    border-width: 5px 0 5px 9px;
  }
  .home-about .video .playBtn .circle {
    width: 60px;
    height: 60px;
  }
  .home-about .video .playBtn .circle::before {
    width: 60px;
    height: 60px;
  }
  .home-about .video .playBtn .circle::after {
    width: 60px;
    height: 60px;
  }
  .tel0 {
    font-size: 22px;
    line-height: 40px;
  }
  .tel0 .n {
    border-radius: 30px;
    padding: 12px 40px;
  }
  .tel0 span {
    display: none;
  }
  .tel0 p {
    font-size: 22px;
  }
  .tel0 p a {
    font-size: 32px;
  }
  .tanchuvideo {
    font-size: 14px;
    height: auto;
  }
  .tanchuvideo .close {
    width: 38px;
    height: 38px;
    top: 20px;
    right: 20px;
    background-size: 12px;
  }
  .tanchuvideo video {
    height: auto;
  }
  .home-title {
    line-height: 45px;
  }
  .home-title .p {
    font-size: 40px;
  }
  .home-title .bt {
    font-size: 21px;
  }
  .home-p {
    font-size: 15px;
  }
  .home-class {
    padding: 40px 0;
  }
  .home-class .home-p {
    margin-top: 5px;
  }
  .home-class .home-bottom {
    padding: 0;
    padding-top: 25px;
  }
  .home-class .home-bottom ul li {
    width: 25%;
  }
  .home-class .home-bottom ul li .pic {
    width: 71px;
  }
  .home-class .home-bottom ul li .pic .mh {
    display: none;
  }
  .home-class .home-bottom ul li .pic:before {
    width: 16px;
    height: 16px;
    top: 14px;
    left: 14px;
  }
  .home-class .home-bottom ul li .bt {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
  }
  .home-product {
    padding-bottom: 40px;
  }
  .home-product .home-bottom {
    padding-top: 10px;
  }
  .home-product .list ul li a {
    font-size: 14px;
    line-height: 34px;
    padding: 0 22px;
  }
  .home-product .list ul li a:after {
    content: '/';
    font-size: 14px;
    line-height: 34px;
  }
  .home-product .show {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .productlist {
    margin: 0 -6px;
  }
  .productlist .item {
    width: 50%;
    padding: 0 6px;
    padding-top: 0;
    border: 0;
    margin-bottom: 15px;
  }
  .productlist .item .box {
    box-shadow: 2px 4px 12px 0 rgba(158, 163, 165, 0.18);
  }
  .productlist .item .text {
    padding: 12px;
  }
  .productlist .item .bt {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .productlist .item .span {
    font-size: 14px;
  }
  .home-dingzhi {
    padding: 50px 0;
  }
  .home-dingzhi .bt {
    font-size: 36px;
    margin-bottom: 9px;
  }
  .home-dingzhi .span {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .btn0 a {
    width: 160px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 15px;
    margin-right: 15px;
  }
  .btn0 span {
    width: 25px;
    height: 25px;
    background-size: 6px;
    right: 15px;
    margin-top: -12px;
  }
  .btn0 .b2 span {
    background-size: 6px;
  }
  .home-liucheng {
    padding: 40px 0;
  }
  .home-liucheng .home-p {
    margin-top: 5px;
  }
  .home-liucheng .home-bottom {
    padding-top: 25px;
  }
  .home-liucheng .home-bottom ul {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-liucheng .home-bottom ul li {
    margin-right: 0;
    padding: 0 4px;
    width: 25%;
    margin-bottom: 8px;
  }
  .home-liucheng .home-bottom ul li .box {
    height: auto;
    width: 100%;
    background: #f6f6f6;
    padding: 15px;
  }
  .home-liucheng .home-bottom ul li .num {
    font-size: 16px;
    line-height: 28px;
  }
  .home-liucheng .home-bottom ul li .pic {
    width: 40px;
  }
  .home-liucheng .home-bottom ul li .bt {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
  }
  .home-liucheng .home-bottom ul .lc1 .box {
    width: 100%;
    background: #f6f6f6;
  }
  .home-liucheng .home-bottom ul .lc8 {
    margin-right: 0;
  }
  .home-liucheng .home-bottom ul .lc8 .box {
    width: 100%;
    background: #f6f6f6;
  }
  .home-honor {
    padding: 40px 0;
  }
  .home-honor .home-bottom {
    padding-top: 25px;
    padding-bottom: 0;
    margin-bottom: 22px;
  }
  .home-honor .home-bottom:before {
    display: none;
  }
  .home-honor .ns_bot .pu_progressbar {
    width: 62%;
    height: 6px;
    border-radius: 10px;
  }
  .home-honor .ns_bot .pu_progressbar .swiper-pagination-progressbar-fill {
    border-radius: 30px;
  }
  .mySwiper5 .box {
    padding: 10px 18px;
  }
  .home-case {
    padding: 40px 0;
  }
  .home-case .home-p {
    margin-top: 5px;
  }
  .home-case .se_top .top_2 {
    margin-top: 25px;
    font-size: 16px;
    border-bottom: 2px solid var(--main-color);
  }
  .home-case .se_top .top_2 .swiper .swiper-slide p {
    padding-bottom: 18px;
  }
  .home-case .se_top .top_2 .swiper .swiper-slide .none {
    display: none;
  }
  .home-case .se_bot {
    margin-top: 24px;
  }
  .home-case .se_bot .pu_qh p {
    width: 44px;
    height: 44px;
    border-radius: 6px;
  }
  .home-case .se_bot .swiper {
    padding: 0;
  }
  .home-case .se_bot .swiper .swiper-slide {
    width: 100%;
    margin: 0;
  }
  .home-case .se_bot .swiper .swiper-slide .box .bt {
    font-size: 16px;
    line-height: 34px;
    bottom: 10px;
  }
  .home-case .se_bot .toggle .prev {
    left: 3%;
  }
  .home-case .se_bot .toggle .next {
    right: 3%;
  }
  .home-news {
    padding: 40px 0;
    background: #f9f9f9;
  }
  .home-news .home-p {
    margin-top: 5px;
  }
  .home-news .home-bottom {
    padding-top: 25px;
  }
  .home-news .home-bottom .newslist {
    margin-bottom: 23px;
  }
  .newslist .item {
    width: 50%;
  }
  .newslist .item .box {
    padding: 14px;
    box-shadow: 4px 4px 12px 0px rgba(8, 42, 62, 0.16);
    border-radius: 8px;
  }
  .newslist .item .pic {
    margin-bottom: 3px;
  }
  .newslist .item .date {
    line-height: 32px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .newslist .item .date span {
    min-width: 90px;
    max-width: 140px;
    padding: 0 12px;
    margin-right: 10px;
    line-height: 26px;
    border-radius: 16px;
    text-align: center;
    border: solid 1px #959595;
  }
  .newslist .item .bt {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .newslist .item .p {
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 7px;
  }
  .newslist .item .more2 {
    font-size: 12px;
    line-height: 36px;
    background-size: 6px;
    padding-left: 20px;
  }
  .footer {
    padding: 40px 0 0 0;
  }
  .footer-bottom {
    padding-bottom: 40px;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-left .f1 {
    background-size: 45px;
    padding-left: 60px;
    margin-bottom: 12px;
  }
  .footer-bottom .footer-left .f1 span {
    font-size: 14px;
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1px;
  }
  .footer-bottom .footer-left .f3 {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-bottom .footer-left .f3 p {
    padding-left: 28px;
    margin-bottom: 10px;
  }
  .footer-bottom .footer-left .f3 .yx {
    background: url(../images/yx.png) no-repeat left 6px;
    background-size: 14px;
  }
  .footer-bottom .footer-left .f3 .cz {
    background: url(../images/cz.png) no-repeat left 6px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .f3 .dh {
    background: url(../images/dh.png) no-repeat left 6px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .f3 .wx {
    background: url(../images/wx.png) no-repeat left 6px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .f3 .dz {
    background: url(../images/dz.png) no-repeat left 6px;
    background-size: 13px;
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 26px;
  }
  .footer-bottom .footer-left .socialMedia span {
    font-size: 14px;
    line-height: 38px;
    margin-right: 5px;
  }
  .footer-bottom .footer-left .socialMedia .list li {
    padding: 0 3px 0 0;
  }
  .footer-bottom .footer-left .socialMedia .list .icon {
    border: solid 1px #fff;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-size: 38px !important;
    opacity: 0.6;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-1 {
    background: url(../images/sp1.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-2 {
    background: url(../images/sp2.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-3 {
    background: url(../images/sp3.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-4 {
    background: url(../images/sp4.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-5 {
    background: url(../images/sp5.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .down {
    display: none;
    color: #666;
    font-size: 14px;
    align-items: center;
    width: 120px;
    cursor: initial;
    padding-bottom: 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  .footer-bottom .footer-left .socialMedia .list .down .txt {
    margin-right: 10px;
  }
  .footer-bottom .footer-left .socialMedia .list .down .ewm {
    width: 119px;
    position: relative;
  }
  .footer-bottom .footer-left .socialMedia .list .down .ewm:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 17px;
  }
  .footer-bottom .footer-left .socialMedia .list .active .down {
    display: block;
  }
  .footer-bottom .footer-list {
    display: none;
  }
  .footer-copyright {
    padding: 12px 0;
    font-size: 12px;
    line-height: 22px;
  }
  .float {
    display: none;
  }
  .inbanner .bt {
    font-size: 30px;
    padding: 35px 0;
  }
  .inbanner .playBtn {
    width: 30px;
    height: 30px;
  }
  .inbanner .playBtn .icon {
    border-width: 5px 0 5px 9px;
  }
  .inbanner .playBtn .circle {
    width: 60px;
    height: 60px;
  }
  .inbanner .playBtn .circle::before {
    width: 60px;
    height: 60px;
  }
  .inbanner .playBtn .circle::after {
    width: 60px;
    height: 60px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .psearch {
    width: 100%;
    border-radius: 21px;
  }
  .psearch .form-control {
    width: 100%;
    font-size: 15px;
    height: 42px;
    padding: 0 60px 0 30px;
  }
  .psearch .btn {
    width: 50px;
    height: 42px;
    background-size: 21px !important;
  }
  .product .home-bottom {
    padding-top: 20px;
  }
  .product .list {
    margin-bottom: 20px;
  }
  .product .productlist {
    padding-bottom: 20px;
  }
  .product .productlist .item {
    border: 0;
    padding-top: 0;
  }
  .product .productlist .item .box {
    box-shadow: 2px 4px 12px 0px rgba(158, 163, 165, 0.18);
  }
  .product .productlist .item .text {
    padding: 12px;
  }
  .contact {
    padding: 0;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .contact-bottom ul {
    margin: 0 -6px;
  }
  .contact01 .contact-bottom ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .contact01 .contact-bottom ul li .box {
    height: auto;
    box-shadow: 13px 23px 147px 0px rgba(10, 26, 46, 0.22);
    border-radius: 10px;
    padding: 22px;
  }
  .contact01 .contact-bottom ul li .box .span {
    top: 22px;
    right: 16px;
    font-size: 12px;
    line-height: 24px;
  }
  .contact01 .contact-bottom ul li .pic {
    width: 34px;
  }
  .contact01 .contact-bottom ul li .bt {
    font-size: 18px;
    margin-top: 19px;
    margin-bottom: 7px;
  }
  .contact01 .contact-bottom ul li .p {
    font-size: 22px;
    line-height: 38px;
  }
  .contact01 .contact-bottom ul .cc1 .img {
    background-size: 67px;
  }
  .contact01 .contact-bottom ul .cc2 .img {
    background-size: 59px;
  }
  .contact01 .contact-bottom ul .cc3 .img {
    background-size: 53px;
  }
  .contact02 .hover {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    top: auto;
    left: auto;
    padding: 28px;
  }
  .contact02 .hover .info {
    padding: 0;
  }
  .contact02 .hover .info .text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .contact02 .hover .info .text .span {
    font-size: 18px;
  }
  .contact02 .hover .info .text .bt {
    font-size: 22px;
    margin-bottom: 23px;
    margin-top: 6px;
  }
  .contact02 .hover .info .text .p {
    font-size: 16px;
    line-height: 26px;
  }
  .contact02 .hover .info .tupian {
    width: 100%;
  }
  .contact03 {
    padding: 40px 0;
  }
  .contact03 .contact-bottom {
    margin-top: 25px;
  }
  .contact03 .contact-bottom .list {
    width: 100%;
  }
  .contact03 .contact-bottom li {
    width: 100%;
    padding: 0 0 15px 0;
  }
  .contact03 .contact-bottom .box {
    padding-left: 100px;
  }
  .contact03 .contact-bottom .box .span {
    font-size: 15px;
    line-height: 36px;
    width: 70px;
  }
  .contact03 .contact-bottom .box font {
    left: -10px;
    font-size: 16px;
    line-height: 36px;
  }
  .contact03 input,
  .contact03 select,
  .contact03 textarea {
    height: 36px;
    font-size: 14px;
  }
  .contact03 .textarea .box {
    padding: 0;
    padding-top: 57px;
  }
  .contact03 textarea {
    height: 158px;
    padding: 15px 15px 15px 20px;
    margin-bottom: 0;
  }
  .contact03 .submit {
    float: left;
    margin-top: 15px;
  }
  .contact03 .submit a {
    float: left;
    margin-right: 20px;
    width: 140px;
    border-radius: 28px;
    font-size: 14px;
    line-height: 47px;
  }
  .contact03 .submit a span {
    height: 47px;
    width: 16px;
    margin-left: 5px;
  }
  .contact03 .verifyDiv {
    display: block;
    float: none;
  }
  .contact03 .verify {
    height: 47px;
    background-color: #e5e5e5;
    font-size: 14px;
    width: 100% !important;
  }
  .contact03 .verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    height: 47px;
    border: 1px #e5e5e5 solid;
    background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 20px 20px;
    z-index: 2;
    cursor: move;
  }
  .contact03 .verify .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg) no-repeat center center;
    background-size: 20px 20px;
  }
  .contact03 .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 47px;
    line-height: 45px;
    width: 0;
    background-color: var(--main-color);
    color: #333;
    font-size: 14px;
    text-align: center;
  }
  .contact03 .verify .fix-tips,
  .contact03 .verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #333;
    z-index: 1;
    line-height: 47px;
    padding-left: 47px;
    text-align: center;
  }
  .contact03 .verify .verify-msg {
    padding-left: 0;
    padding-right: 47px;
  }
  .contact03 .verify .verify-msg {
    background-color: var(--main-color);
    display: none;
    color: #fff;
  }
  .dingzhi01 {
    padding: 40px 0 0 0;
  }
  .dingzhi01 .info {
    width: 100%;
    min-height: 0;
    padding: 34px;
  }
  .dingzhi01 .info .bt {
    font-size: 26px;
  }
  .dingzhi01 .info .p {
    font-size: 20px;
    line-height: 35px;
    margin-top: 14px;
    margin-bottom: 26px;
  }
  .dingzhi02 {
    padding: 40px 0;
  }
  .dingzhi02 .home-bottom {
    margin-bottom: 20px;
  }
  .dingzhi03 {
    padding: 40px 0;
  }
  .dingzhi03 .home-bottom {
    padding-top: 15px;
  }
  .dingzhi03 .productlist .item {
    border: 0;
    padding-top: 0;
  }
  .dingzhi03 .productlist .item .span {
    display: none;
  }
  .dingzhi03 .productlist .item .text {
    padding-bottom: 16px;
  }
  .news {
    padding-top: 40px;
  }
  .news-one {
    margin-bottom: 20px;
    box-shadow: 1px 2px 10px 0px rgba(51, 51, 51, 0.1);
  }
  .news-one .list li .box {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .news-one .list li .box .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-one .list li .box .pic img {
    width: 100%;
  }
  .news-one .list li .box .text {
    padding: 15px;
  }
  .news-one .list li .box .text .date {
    font-size: 14px;
  }
  .news-one .list li .box .text .date span {
    font-size: 28px;
  }
  .news-one .list li .box .text .bt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
    margin-top: 11px;
  }
  .news-one .list li .box .text .jsh {
    margin-top: 10px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    height: 84px;
  }
  .news-one .list li .box .text .more1 a span,
  .news-one .list li .box .text .more1 p span {
    line-height: 36px;
    font-size: 12px;
  }
  .news-one .list li .box .text .more1 a,
  .news-one .list li .box .text .more1 p {
    padding: 0 24px;
    min-width: 123px;
  }
  .btn1 {
    height: 34px;
    margin-bottom: 22px;
    width: 100%;
  }
  .btn1 .swiper-button-prev,
  .btn1 .swiper-button-next {
    display: none;
  }
  .btn1 .swiper-pagination {
    height: 2px;
    width: 100%;
    top: 16px;
  }
  .newslist1 {
    margin: 0 -6px;
    padding-bottom: 15px;
  }
  .newslist1 .item {
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .case {
    padding: 40px 0;
  }
  .case .nr {
    width: 100%;
  }
  .case .left {
    width: 100%;
    padding-bottom: 20px;
  }
  .case .right {
    width: 100%;
    padding: 27px 34px;
    position: relative;
    top: auto;
    box-shadow: 2px 4px 22px 0px rgba(158, 163, 165, 0.18);
  }
  .case .right .psearch {
    width: 100%;
  }
  .case .right .case-classlist {
    padding: 32px 0 21px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 26px;
  }
  .case .right .case-classlist .bt {
    font-size: 20px;
    margin-bottom: 8px;
    color: #616161;
  }
  .case .right .case-classlist ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    color: #616161;
  }
  .case .right .case-classlist ul .active a {
    color: var(--main-color);
    font-weight: bold;
  }
  .case .right .title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #616161;
  }
  .case .right .newslist .item {
    width: 100%;
    margin-bottom: 14px;
  }
  .case .right .newslist .item .box {
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
  .case .right .newslist .item .h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    max-height: 50px;
    color: #3c3c3c;
  }
  .caselist1 {
    padding-bottom: 20px;
  }
  .caselist1 li {
    margin-bottom: 20px;
  }
  .caselist1 li .box {
    box-shadow: 2px 4px 22px 0px rgba(158, 163, 165, 0.18);
  }
  .caselist1 li .text {
    padding: 20px;
  }
  .caselist1 li .bt {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .caselist1 li .span {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .caselist1 li .more1 a span,
  .caselist1 li .more1 p span {
    line-height: 36px;
    font-size: 12px;
  }
  .caselist1 li .more1 a,
  .caselist1 li .more1 p {
    padding: 0 24px;
    min-width: 109px;
  }
  .news-show {
    padding: 0 0 40px 0;
  }
  .news-show .container {
    padding: 0 15px;
  }
  .news-show .nr {
    padding: 20px 0 0 0;
  }
  .news-show .left {
    width: 100%;
    padding: 30px;
  }
  .news-show .right {
    width: 100%;
    padding: 30px;
    position: relative;
    top: auto;
  }
  .news-show .right .title {
    font-size: 20px;
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .news-show .right .newslist .item {
    width: 100%;
    margin-bottom: 14px;
  }
  .news-show .right .newslist .item .box {
    padding: 0;
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 18px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-show .right .newslist .item .box .text {
    float: left;
    width: 57%;
    padding-left: 20px;
  }
  .news-show .right .newslist .item .box .h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #212121;
  }
  .news-show .right .newslist .item .pic {
    margin-bottom: 0;
    float: left;
    width: 43%;
  }
  .news-show .right .newslist .item .date {
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .h01 {
    font-size: 30px;
    line-height: 42px;
  }
  .h02 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 11px;
    line-height: 30px;
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 15px;
  }
  .h02 span {
    margin-right: 10px;
  }
  .fenxiang span {
    line-height: 30px;
  }
  .fenxiang .fr a {
    width: 30px;
  }
  .news-info {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .news-info p {
    margin-bottom: 9px;
  }
  .list-page {
    margin-top: 17px;
    padding: 0;
  }
  .list-page .return {
    padding: 0 20px;
    line-height: 40px;
    padding-top: 12px;
    background-size: 14px;
  }
  .list-page .prev,
  .list-page .next {
    width: 20%;
    font-size: 0;
  }
  .list-page .prev a,
  .list-page .next a {
    height: 52px;
    display: block;
  }
  .list-page .prev span,
  .list-page .next span {
    height: 52px;
    display: block;
  }
  .list-page .prev .el,
  .list-page .next .el {
    margin-top: 3px;
  }
  .list-page .prev span {
    padding-left: 20px;
    background-size: 8px;
  }
  .list-page .next span {
    padding-right: 20px;
    background-size: 8px;
  }
  .current {
    padding: 15px 0;
  }
  .current span {
    background: url(../images/home.png) no-repeat left 3px;
    background-size: 14px;
    padding-left: 22px;
    font-size: 13px;
    line-height: 24px;
  }
  .dingzhi-show {
    padding: 40px 0;
  }
  .dingzhi-show .dingzhi-info {
    padding: 24px;
    width: 100%;
  }
  .dingzhi-show .fenxiang {
    float: none;
  }
  .dingzhi-show .fenxiang .fr a {
    width: 30px;
    margin-left: 15px;
  }
  .dingzhi-show .h1 {
    font-size: 26px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .dingzhi-show .h2 {
    font-size: 16px;
    padding: 0 0 21px 0;
  }
  .dingzhi-show .h2 span {
    padding: 0 10px;
  }
  .dingzhi-show .news-p {
    font-size: 16px;
    line-height: 28px;
    padding: 26px 0;
  }
  .dingzhi-show .news-p p {
    margin-bottom: 15px;
  }
  .dingzhi-show .return a {
    font-size: 14px;
    padding: 0 20px;
    line-height: 30px;
  }
  .dingzhi-show .list-page-news {
    border-top: solid 1px #d9d9d9;
    margin-bottom: 20px;
  }
  .dingzhi-show .list-page-news ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .dingzhi-show .list-page-news ul li a {
    line-height: 28px;
    font-size: 14px;
    padding-left: 107px;
  }
  .dingzhi-show .list-page-news ul li a span {
    line-height: 28px;
    width: 80px;
    background-size: 9px;
  }
  .dingzhi-show .list-page-news ul li:nth-child(2) a span {
    background-size: 9px;
  }
  .dingzhi-show .biaoqian {
    font-size: 14px;
    line-height: 30px;
  }
  .dingzhi-show .biaoqian a {
    margin-left: 10px;
    line-height: 30px;
    font-size: 14px;
  }
  .about01 .info {
    margin-bottom: 25px;
  }
  .about01 .left .bt {
    margin-bottom: 24px;
  }
  .about01 .left .p {
    font-size: 14px;
    line-height: 25px;
  }
  .about01 .left .youshi {
    padding-top: 16px;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02 .home-p {
    margin-top: 5px;
  }
  .about02 .about-bottom {
    padding-top: 25px;
  }
  .about02 .bottom {
    width: 120px;
    margin-top: 20px;
  }
  .about02 .bottom .btn {
    width: 65px;
    background-size: 40px;
    font-size: 14px;
    line-height: 28px;
    padding-top: 47px;
  }
  .about02 .bottom .swiper-button-prev,
  .about02 .bottom .swiper-button-next {
    height: 40px;
  }
  .about02 .bottom .swiper-button-prev:after,
  .about02 .bottom .swiper-button-next:after {
    font-size: 16px;
  }
  .swiper-eq {
    width: 100%;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .about-bottom {
    padding: 25px 0 0 0;
  }
  .partnerlist {
    font-size: 0;
  }
  .partnerlist li {
    width: 25%;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 5px;
    margin-top: 0;
    background: none;
  }
  .partnerlist li .box {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background: url('../images/bg17.png') no-repeat top left;
    background-size: 100%;
  }
  .partnerlist li .pic {
    height: auto;
  }
  .partnerlist li .pic:after {
    padding-bottom: 116.38418079%;
  }
  .partnerlist li .pic .hover h3 {
    font-size: 29px;
  }
  .partnerlist li .pic .hover p {
    font-size: 15px;
  }
  .partnerlist li:nth-child(1),
  .partnerlist li:nth-child(2),
  .partnerlist li:nth-child(3),
  .partnerlist li:nth-child(4),
  .partnerlist li:nth-child(5),
  .partnerlist li:nth-child(6) {
    margin-top: 0;
  }
  .partnerlist li:nth-child(11n-4) {
    margin-left: 0;
  }
  .about04 {
    padding: 40px 0;
  }
  .about04 .about-bottom {
    padding-top: 25px;
  }
  .about04 .about-bottom ul {
    margin: 0 -6px;
    padding-bottom: 15px;
  }
  .about04 .about-bottom ul li {
    float: left;
    width: 33.33333333%;
    padding: 0 6px;
    margin-bottom: 9px;
  }
  .about04 .about-bottom ul li .pic {
    border-radius: 8px;
  }
  .about04 .about-bottom ul .te1 {
    width: 66.6666666667%;
  }
  .about04 .about-bottom .more img {
    width: 10px;
  }
  .case-show {
    padding: 40px 0;
  }
  .case-show .nr {
    width: 100%;
  }
  .case-show .ch01 {
    font-size: 28px;
  }
  .case-show .case-bottom .left {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .case-show .case-bottom .left ul li {
    padding: 15px 0;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 0;
  }
  .case-show .case-bottom .left .fenxiang {
    padding-top: 28px;
  }
  .case-show .case-bottom .left .fenxiang .share span {
    width: 112px;
    line-height: 37px;
    border: 2px solid #888888;
    background: url(../images/share.png) no-repeat 22% center;
    background-size: 20px;
    padding-left: 19px;
  }
  .case-show .case-bottom .left .fenxiang .span {
    padding: 20px 0;
  }
  .case-show .case-bottom .left .fenxiang .span a {
    width: 30px;
    margin: 0 10px;
  }
  .case-show .case-bottom .right {
    margin-top: 20px;
    width: 100%;
  }
  .case-show .case-bottom .right .p {
    font-size: 15px;
    line-height: 26px;
    height: 338px;
    margin-bottom: 15px;
  }
  .case-show .case-bottom .right .p p {
    margin-bottom: 26px;
  }
  .case-show .case-bottom .right .gd a {
    font-size: 14px;
    line-height: 26px;
  }
  .case-show .case-bottom .active .p {
    height: auto;
  }
  .case-show .case-bottom .active .gd {
    display: none;
  }
  .cpic {
    margin-top: 20px;
  }
  .cpic .li {
    margin: 20px 0;
    padding: 0 25px;
  }
  .cpic .swiper-button-next,
  .cpic .swiper-button-prev {
    width: 26px;
  }
  .cpic .swiper-button-next:after,
  .cpic .swiper-button-prev:after {
    font-size: 16px;
  }
  .related {
    padding: 40px 0 0 0;
  }
  .related .related-bottom {
    padding-top: 20px;
  }
  .related .productlist {
    margin: 0;
  }
  .related .productlist .item {
    border: 0;
    padding-top: 0;
    padding: 0;
  }
  .related .productlist .item .box {
    position: relative;
  }
  .related .productlist .item .span {
    display: none;
  }
  .related .productlist .item .text {
    padding-bottom: 16px;
  }
  .related .productlist .item .text .bt {
    color: #ffffff;
    margin-bottom: 0;
  }
  .product-show {
    padding: 0;
  }
  .pro01 {
    padding-bottom: 40px;
  }
  .pro01 .nr {
    padding-top: 20px;
  }
  .pro01 .left {
    width: 100%;
  }
  .pro01 .left .cpic {
    margin-top: 0;
  }
  .pro01 .left .cpic .pic {
    border-radius: 12px;
  }
  .pro01 .left .cpic .li {
    margin: 6px 0 0 0;
    padding: 0 35px;
  }
  .pro01 .right {
    width: 100%;
    padding-top: 14px;
  }
  .pro01 .right .bt {
    font-size: 28px;
    margin-bottom: 21px;
  }
  .pro01 .right .jsh {
    padding-bottom: 14px;
  }
  .pro01 .right .jsh .li {
    margin-bottom: 18px;
    padding-left: 20px;
  }
  .pro01 .right .jsh .li:after {
    width: 5px;
    height: 5px;
    top: 8px;
  }
  .pro01 .right .jsh .h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .pro01 .right .jsh .p {
    font-size: 14px;
  }
  .pro01 .right .ly a {
    font-size: 14px;
    line-height: 24px;
    border-radius: 21px;
    padding: 10px 36px;
  }
  .pro01 .right .ly a img {
    width: 21px;
    margin-top: 4px;
    margin-right: 10px;
  }
  .pro02 {
    padding: 40px 0;
  }
  .pro02 .nr .left {
    width: 100%;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .pro02 .nr .left .h1 {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 22px;
  }
  .pro02 .nr .left .h1 span {
    font-size: 38px;
  }
  .pro02 .nr .left .item .te {
    padding: 20px;
    margin-bottom: 10px;
  }
  .pro02 .nr .left .item .te .h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .pro02 .nr .left .item .te .p {
    font-size: 18px;
  }
  .pro02 .nr .left .item .img {
    margin-bottom: 10px;
  }
  .pro02 .nr .right {
    width: 100%;
    padding: 25px;
    border-radius: 12px;
    position: relative;
    top: auto;
  }
  .pro02 .nr .right .title {
    font-size: 22px;
    padding-left: 22px;
    margin-bottom: 22px;
  }
  .pro02 .nr .right .title:after {
    width: 2px;
    height: 20px;
    margin-top: -10px;
  }
  .pro02 .nr .right .productlist {
    padding: 0;
    margin: 0;
  }
  .pro02 .nr .right .productlist .item {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
    padding-top: 0;
  }
  .pro02 .nr .right .productlist .item .pic img {
    width: 100%;
  }
  .pro02 .nr .right .productlist .item .bt {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .pro02 .nr .right .productlist .item .text {
    padding-top: 13px;
    padding-bottom: 18px;
  }
}
@media (max-width: 520px) {
  .home-about .left .bt {
    font-size: 20px;
  }
  .home-class .home-bottom ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .home-class .home-bottom ul li .bt {
    margin-top: 5px;
  }
  .home-title .p {
    font-size: 30px;
  }
  .btn0 a {
    margin-right: 10px;
    width: 140px;
  }
  .home-dingzhi .span {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .home-liucheng .home-bottom ul li {
    width: 50%;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .fr {
    float: none;
    display: block;
  }
  .pro02 .nr .left {
    padding: 22px;
  }
  .pro02 .nr .right {
    padding: 22px;
  }
  .pro02 .nr .left .h1 span {
    font-size: 30px;
  }
  .pro02 .nr .left .h1 {
    font-size: 20px;
    line-height: 40px;
  }
  .pro02 .nr .left .item .te .h3 {
    font-size: 24px;
  }
  .pro02 .nr .left .item .te .p {
    font-size: 16px;
  }
  .news-show .right {
    padding: 20px;
  }
  .news-show .left {
    padding: 20px;
  }
  .case .right {
    padding: 22px 20px;
  }
}
