﻿:root {
  --main-color: #0089b3;
  --hover-color: #3667b4;
  --Roboto-Regular: Roboto-Regular;
  --Roboto-Bold: Roboto-Bold;
  --Roboto-Light: Roboto-Light
}

*,
*: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 !important
}

html,
body {
  position: relative;
  scroll-behavior: smooth
}

@media (max-width:1730px) {
  html {
    font-size: .901042px !important
  }
}

@media (max-width:1600px) {
  html {
    font-size: .824479px !important
  }
}

@media (max-width:1530px) {
  html {
    font-size: .792708px !important
  }
}

@media (max-width:1440px) {
  html {
    font-size: .741146px !important
  }
}

@media (max-width:1366px) {
  html {
    font-size: .702604px !important
  }
}

@media (max-width:1360px) {
  html {
    font-size: .699479px !important
  }
}

@media (max-width:1280px) {
  html {
    font-size: .657813px !important
  }
}

@media (max-width:1200px) {
  html {
    font-size: .510938px !important
  }
}

body {
  font-family: var(--Roboto-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666;
  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: #666
}

a:hover,
a:active,
a:focus {
  color: #666;
  text-decoration: none
}

img {
  border: 0;
  max-width: 100%;
  height: auto
}

table {
  border-collapse: collapse;
  width: 100%
}

table td {
  font-size: 16rem;
  line-height: 32rem;
  padding: 9rem 15rem;
  color: #212121;
  border: 1px solid #d3d7db
}

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

input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--Roboto-Regular), '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: #666;
  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: .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 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1
}

.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2
}

.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3
}

.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4
}

.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5
}

.ellipsis6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6
}

.ellipsis7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7
}

.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(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .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
}

@keyframes ants {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@font-face {
  font-family: Roboto-Bold;
  src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto-Regular;
  src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto-Light;
  src: url('../font/Roboto-Light.woff2') format('woff2'), url('../font/Roboto-Light.woff') format('woff'), url('../font/Roboto-Light.ttf') format('truetype'), url('../font/Roboto-Light.eot') format('embedded-opentype'), url('../font/Roboto-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: HarmonyOS_Sans_SC_Light;
  src: url('https://www.greentouch.com.cn/template/index/pc/fonts/HarmonyOS_Sans_SC_Light.ttf');
  font-style: normal;
  font-display: swap
}

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../image/ie_sosad.png) no-repeat center 35% #fff;
  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: #666
}

.prompt span a {
  text-decoration: underline
}

.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../image/closed.png) no-repeat center center;
  cursor: pointer
}

.sitemap {
  background: #fff
}

.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: 22rem;
  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: 20rem;
  color: #333;
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left
}

.sitemap li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline
}

.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: .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;
  max-width: 1525rem
}

.height {
  height: 1px;
  position: absolute;
  top: -152rem;
  left: 0;
  width: 100%
}

.height1 {
  height: 152rem
}

.fix {
  background: #fff
}

.top {
  transition: .7s;
  height: 50rem
}

.top .h3 {
  float: left;
  padding-top: 10rem
}

.top .h3 .flist li {
  float: left;
  margin-right: 20rem
}

.top .h3 .flist li .icon {
  width: 30rem;
  height: 30rem;
  background: var(--main-color);
  border-radius: 50%
}

.top .h3 .flist li .icon svg {
  fill: #ffffff;
}

@media (min-width:1025px) {
  .top .h3 .flist li:hover .icon {
    background: var(--hover-color)
  }
}

.top .span {
  float: right
}

.top .span .tel {
  float: left;
  font-size: 16rem;
  line-height: 50rem;
  letter-spacing: 1px;
  color: #000;
  margin-right: 16rem
}

.top .span .tel svg {
  width: 18rem;
  height: 50rem;
  fill: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5rem
}

.top .header-search {
  float: left;
  position: relative
}

.top .header-search .pull-right {
  position: relative;
  z-index: 778;
  transition: .5s
}

.top .header-search .pull-right a {
  display: inline-block;
  overflow: hidden;
  height: 50rem;
  transition: .7s;
  background: url(../image/search.png) no-repeat center center;
  background-size: 21rem !important;
  line-height: 46rem;
  color: #fff;
  width: 40rem;
  transition: .5s
}

.top .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)
}

.top .header-search .form-control {
  text-align: left;
  border: 0;
  width: 80%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 20rem 0 20rem;
  -webkit-appearance: none;
  background: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.top .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: var(--main-color) url(../image/search1.png) no-repeat center center;
  background-size: 21rem !important
}

.top .lan {
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 111;
  margin-left: 29rem;
  transition: .7s
}

.top .lan p {
  color: #353535
}

.top .lan p img {
  width: 25rem;
  height: 25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10rem;
  border-radius: 50%;
  object-fit: cover
}

.top .lan span {
  display: block;
  height: 50rem;
  background: url(../image/jt2.png) no-repeat center right;
  background-size: 10rem;
  transition: .7s;
  padding: 0 20rem 0 0;
  font-size: 16rem;
  line-height: 50rem;
  color: #353535;
  display: inline-block;
  vertical-align: middle
}

.top .lan ul {
  position: absolute;
  top: 100%;
  width: 120rem;
  background: #fff;
  color: #353535;
  display: none;
  z-index: -1;
  border-radius: 5rem;
  padding: 10rem 0;
  left: 50%;
  margin-left: -60rem;
  text-align: center;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2)
}

.top .lan ul::after {
  content: "";
  border: 8rem solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: -16rem;
  left: 0;
  right: 0
}

.top .lan ul li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16rem;
  line-height: 40rem
}

.top .lan ul li a img {
  width: 24rem;
  margin-right: 5rem;
  margin-top: -3rem;
  display: inline-block;
  vertical-align: middle
}

@media (min-width:1025px) {
  .top .lan ul li a:hover {
    background: #eee
  }
}

.header {
  height: 100rem;
  width: 100%;
  transition: .7s;
  position: relative;
  z-index: 1
}

.header .container {
  border-top: 1px solid #eceeec
}

.header .logo {
  float: left;
  transition: .7s;
  padding-top: 20rem
}

.header .logo a {
  display: block;
  position: relative;
  transition: .5s
}

.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 230rem;
  z-index: 5;
  position: relative;
  transition: .5s
}

.header .header-right {
  float: right
}

.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 .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0
}

.nav {
  transition: .2s;
  float: right
}

.nav ul {
  z-index: 1
}

.nav ul li {
  float: left;
  margin-left: 47rem;
  position: relative
}

.nav ul li a {
  font-size: 18rem;
  color: #00070b;
  height: 100rem;
  line-height: 100rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px
}

.nav ul li a i {
  height: 100rem;
  width: 12rem;
  background: url(../image/jt.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10rem
}

.nav ul li a>span {
  overflow: hidden;
  height: 100rem;
  line-height: 100rem;
  position: relative;
  display: inline-block;
  vertical-align: top
}

.nav ul li a .txt-1 {
  display: block;
  transition: .5s
}

.nav ul li a .txt-2 {
  display: none;
  transform: translateY(100%);
  transition: .5s
}

.nav ul li .subnav {
  width: 200rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: -20rem;
  display: none;
  z-index: 333;
  text-align: left;
  padding: 20rem 0;
  box-shadow: 2rem 3rem 7rem 0 rgba(0, 0, 0, 0.15);
}

.nav ul li .subnav ul {
  margin: 0;
  padding: 0
}

.nav ul li .subnav ul li {
  width: auto;
  padding: 0;
  float: none;
  margin: 0
}

.nav ul li .subnav ul li a {
  font-size: 16rem;
  line-height: 40rem;
  color: #333 !important;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  padding: 0 20rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: normal !important;
  display: block
}

.nav ul li .subnav ul li a:after {
  display: none
}

@media (min-width:1025px) {
  .nav ul li .subnav ul li:hover>a {
    color: #fff !important;
    background: var(--main-color)
  }
}

.nav ul li .subnav1 {
  width: 300rem
}

.nav ul li .subnav2 {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 333;
  text-align: left;
  padding: 27rem 0;
  width: 100%;
  box-shadow: 2rem 3rem 7rem 0 rgba(0, 0, 0, 0.15);
}

.nav ul li .subnav2 .container {
  border: 0
}

.nav ul li .subnav2 .left {
  float: left;
  width: 27.5%;
  border-right: 1px solid #e1e1e1
}

.nav ul li .subnav2 .left ul {
  margin: 0;
  padding: 0
}

.nav ul li .subnav2 .left ul li {
  width: auto;
  padding: 0;
  float: none;
  margin: 0;
  margin: 20px 0;
  padding-right: 52rem
}

.nav ul li .subnav2 .left ul li:first-child {
  margin-top: 0;
}

.nav ul li .subnav2 .left ul li:last-child {
  margin-bottom: 0;
}

.nav ul li .subnav2 .left ul li a {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 57rem;
  line-height: 1.5;
  color: #182a37 !important;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  padding: 0 20rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: normal !important;
  display: block
}

.nav ul li .subnav2 .left ul li a:after {
  display: none
}

@media (min-width:1025px) {
  .nav ul li .subnav2 .left ul li:hover>a {
    color: var(--main-color) !important;
    /*background:url(../images/gd.png) no-repeat center right;background-size:18rem*/
  }
}

.nav ul li .subnav2 .left ul .active>a {
  color: var(--main-color) !important;
  /*background:url(../images/gd.png) no-repeat center right;background-size:18rem*/
}

.nav ul li .subnav2 .right {
  float: right;
  width: 68%
}

.nav ul li .subnav2 .right .show .info {
  display: none
}

.nav ul li .subnav2 .right .show .info .list {
  float: left;
  width: 55%
}

.nav ul li .subnav2 .right .show .info .list a {
  font-size: 18rem;
  line-height: 57rem;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #182a37;
  width: 50%;
  display: block;
  float: left;
  position: relative;
}

.nav ul li .subnav2 .right .show .info .list a .hover {
  position: absolute;
  max-width: 100rem;
  top: -10rem;
  left: -100rem;
  display: none;
}

.nav ul li .subnav2 .right .show .info .list a:hover .hover {
  display: block;
}

@media (min-width:1025px) {
  .nav ul li .subnav2 .right .show .info .list a:hover {
    color: var(--main-color) !important
  }
}

.nav ul li .subnav2 .right .show .info .pic {
  float: right;
  width: 45%
}

.nav ul li .subnav2 .right .show .info .pic:after {
  padding-bottom: 72.35294118%
}

.nav ul li:hover a {
  color: var(--main-color)
}

.nav ul li.fo2 {
  position: static
}

.nav ul li:nth-child(1) {
  margin-left: 0
}

.nav ul .active a {
  color: var(--main-color)
}

.headerfix {
  box-shadow: 0 0 27rem 0 rgba(54, 103, 180, 0.16);
}

.headerfix .top {}

#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #fff;
  z-index: 9999;
  height: 100%;
  transition: .5s;
  overflow: auto;
  padding: 62px 8px
}

#menu .lan {
  text-align: center;
  padding: 15px 0
}

#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
}

#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--main-color) url(../image/search1.png) no-repeat center center;
  background-size: 21px !important;
  padding: 0;
  margin: 0
}

#menu ul .subnav {
  display: none
}

#menu ul ul {
  padding: 0;
  margin: 0 -5px;
  padding-left: 10px
}

#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0
}

#menu ul ul li i {
  right: 5px
}

#menu ul ul li a {
  padding: 0;
  font-weight: normal
}

#menu ul ul li ul {
  display: none
}

#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;
  text-align: center;
  background: url(../image/jt.png) no-repeat center center;
  background-size: 13px
}

#menu ul li a {
  font-size: 18px;
  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;
  line-height: 24px;
  margin: 10px 0
}

#menu ul li ul li ul li a {
  font-size: 14px
}

#menu ul li ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  padding-left: 15px;
  position: relative
}

#menu ul li ul li ul li ul li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  margin-top: -3px
}

#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(../image/closed.png) no-repeat center center;
  background-size: 15px
}

#menu.show1 {
  right: 0
}

.pc {
  display: block
}

.phone {
  display: none
}

@media (max-width:1025px) {
  .phone {
    display: block
  }

  .pc {
    display: none
  }
}

.center {
  text-align: center
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #3667b4
  }

  70% {
    box-shadow: 0 0 0 10px rgba(54, 103, 180, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(54, 103, 180, 0)
  }
}

.more button,
.more a,
.more p {
  padding: 0 32rem;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 30rem;
  min-width: 148rem;
  text-align: center;
  display: inline-block;
  vertical-align: top
}

.more button span,
.more a span,
.more p span {
  font-size: 16rem;
  line-height: 48rem;
  font-weight: lighter;
  color: #fff;
  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;
    background: var(--hover-color);
    border: 1px solid var(--hover-color)
  }
}

.more2 a,
.more2 p {
  background: #fff;
  border: 1px solid #fff
}

.more2 a span,
.more2 p span {
  color: var(--main-color)
}

.more3 a,
.more3 p {
  background: none;
  border: 1px solid #fff
}

.more3 a span,
.more3 p span {
  color: #fff
}

.home-title {
  font-family: var(--Roboto-Bold);
  font-size: 52rem;
  color: #182a37
}

.home-title span {
  color: var(--main-color)
}

.home-p {
  font-size: 22rem;
  line-height: 28rem;
  color: #182a37
}

.white {
  color: #fff
}

.black {
  color: #000
}

.banner {
  position: relative;
  padding-top: 152rem
}

.swiper-renewal-main {
  position: relative;
  overflow: hidden
}

.swiper-renewal-main .img1 {
  display: none
}

.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%
}

.swiper-renewal-main .img1 {
  display: none
}

.swiper-renewal-main .banner-hover {
  position: absolute;
  top: 16%;
  left: 0;
  width: 100%;
  z-index: 340
}

.swiper-renewal-main .banner-hover .span {
  margin-top: 20rem;
  margin-bottom: 33rem
}

.swiper-renewal-main .banner-hover .p {
  margin-bottom: 89rem
}

.swiper-renewal-main .banner-hover .list {
  margin-bottom: 89rem
}

.swiper-renewal-main .banner-hover1 {
  top: 50%;
  transform: translateY(-48%)
}

.swiper-renewal-main .banner-hover1 .p {
  margin-bottom: 54rem;
  margin-top: 19rem
}

.swiper-renewal-main .banner-hover1 .list1 {
  margin-bottom: 44rem
}

.swiper-renewal-main .bt {
  font-family: var(--Roboto-Bold);
  font-size: 63rem;
  letter-spacing: 3rem;
  color: #fff
}

.swiper-renewal-main .span {
  font-family: var(--Roboto-Bold);
  font-size: 48rem;
  letter-spacing: 2rem;
  color: #fff
}

.swiper-renewal-main .p {
  font-size: 27rem;
  letter-spacing: 1px;
  color: #fff
}

.swiper-renewal-main .list {
  overflow: hidden
}

.swiper-renewal-main .list ul {
  width: 520rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20rem
}

.swiper-renewal-main .list ul li .box {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.swiper-renewal-main .list ul li .pic {
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  background: var(--main-color)
}

.swiper-renewal-main .list ul li .h3 {
  font-size: 22rem;
  line-height: 44rem;
  letter-spacing: 1px;
  padding-left: 10rem;
  color: #fff
}

.swiper-renewal-main .list1 ul li {
  font-size: 23rem;
  line-height: 55rem;
  color: #fff
}

.swiper-renewal-main .list1 ul li img {
  width: 30rem;
  margin-right: 10rem;
  display: inline-block;
  vertical-align: middle
}

.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 .span {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 3.5s alternate;
  animation: fadeInUp2 3.5s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .list {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .list1 {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4.5s alternate;
  animation: fadeInUp2 4.5s alternate
}

.swiper-renewal-main .swiper-pagination {
  bottom: 36rem;
  top: auto;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  left: 50%;
  height: auto;
  font-size: 0;
  width: auto;
  transform: translateX(-50%)
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #fff;
  opacity: 1
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet button:before {
  display: none
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 20rem;
  background: #fff;
  border-radius: 5rem
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active button:before {
  display: none
}

@keyframes progress {
  from {
    stroke-dasharray: 1400 1400
  }

  to {
    stroke-dasharray: 0 1400
  }
}

#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
  }
}

.home-partner {
  padding: 43rem 0 62rem 0;
  position: relative;
  z-index: 33;
  overflow: hidden
}

.home-partner span {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 80rem;
  color: #182a37;
  position: absolute;
  top: 0;
  left: 0
}

.home-partner .info {
  padding-left: 126rem;
  position: relative
}

.partnerlist .item {
  width: 144rem;
  float: left;
  margin-right: 13rem
}

.partnerlist .item .pic {
  background-image: linear-gradient(-45deg, #fff 0, #f7f8fc 100%);
  box-shadow: 1px 2rem 7rem 0 rgba(156, 185, 207, 0.35);
  border-radius: 4rem
}

.partnerlist .item .pic:after {
  padding-bottom: 55.55555556%
}

@media (min-width:1025px) {
  .partnerlist .item:hover .pic {
    /*background:var(--main-color);transition:.5s*/
  }

  .partnerlist .item:hover .pic img {
    /*filter:brightness(0) invert(1)*/
  }
}

.home-product {
  position: relative;
  overflow: hidden;
  padding-top: 100rem;
  height: 960rem;
  background: #ffffff
}

.home-product:after {
  content: '';
  display: block;
  width: 994rem;
  height: 994rem;
  border: solid 10rem #94e2f8;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -646rem;
  z-index: 3
}

.home-product .home-bottom {
  z-index: 44;
  position: relative
}

.home-product .home-bottom .zuobian {
  float: left;
  width: 47.4%;
  padding-top: 17rem
}

.home-product .home-bottom .right {
  float: right;
  width: 43.2%;
  position: relative
}

.home-product .home-bottom .right .about-slide-a {
  display: none
}

.home-product .home-bottom .slider-nav {
  height: 520rem;
  margin-top: 140rem;
  margin-bottom: 140rem;
  overflow: hidden;
  position: relative;
  z-index: 43
}

.home-product .youbian {
  transition: .5s;
  padding-left: 113rem
}

.home-product .youbian .box {
  position: relative;
  background: var(--main-color);
  border-radius: 12rem;
  overflow: hidden
}

.home-product .youbian a {
  display: block;
  height: 100%
}

.home-product .youbian .text {
  position: relative
}

.home-product .youbian .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  color: #fff;
  padding-left: 170rem;
  line-height: 128rem;
  padding-right: 60rem;
  overflow: hidden;
  display: block;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  position: relative
}

.home-product .youbian .bt svg {
  position: absolute;
  top: 50%;
  right: 30rem;
  width: 24rem;
  height: 24rem;
  transform: translateY(-50%);
  fill: #fff;
  z-index: 33
}

.home-product .youbian .pic {
  position: absolute;
  width: 154rem;
  background: #fff;
  border-radius: 10rem;
  top: 8rem;
  left: 8rem
}

.home-product .youbian .pic:after {
  padding-bottom: 72.38095238%
}

.home-product .swiper-slide-active .youbian {
  padding-left: 0;
  padding-right: 113rem
}

.home-product .zuobian .text {
  padding-top: 32rem
}

.home-product .zuobian .text .home-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1
}

.home-product .zuobian .text .p {
  font-family: var(--Roboto-Light);
  font-size: 18rem;
  line-height: 32rem;
  height: 96rem;
  margin-top: 15rem;
  margin-bottom: 30rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #666
}

.home-product .swiper-button-next,
.home-product .swiper-button-prev {
  width: 72rem;
  height: 72rem;
  border-radius: 50%;
  background: var(--main-color);
  margin-top: 0;
  top: 0;
  right: 215rem;
  left: auto;
  z-index: 66
}

.home-product .swiper-button-next svg,
.home-product .swiper-button-prev svg {
  width: 35rem;
  height: 102rem;
  fill: #fff
}

@media (min-width:1025px) {

  .home-product .swiper-button-next:hover,
  .home-product .swiper-button-prev:hover {
    background: var(--hover-color)
  }
}

.home-product .swiper-button-next:after,
.home-product .swiper-button-prev:after {
  display: none
}

.home-product .swiper-button-next {
  left: auto;
  right: 200rem;
  top: auto;
  bottom: 0
}

.home-explore {
  position: relative;
  padding: 106rem 0 121rem 0
}

.home-explore .home-p {
  margin-top: 14rem
}

.home-explore .home-bottom {
  padding-top: 55rem
}

.exlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 32rem;
  grid-column-gap: 32rem
}

.exlist li .box {
  background: #f0fcff;
  border-radius: 10rem;
  overflow: hidden;
  position: relative
}

.exlist li .pic:after {
  padding-bottom: 82.37704918%
}

.exlist li .bt {
  position: absolute;
  bottom: 50rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 33;
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  line-height: 28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #182a37
}

@media (min-width:1025px) {
  .exlist li:hover .pic img {
    transform: scale(1.1)
  }

  .exlist li:hover .bt {
    color: var(--main-color)
  }
}

.home-support {
  padding: 102rem 0 112rem 0;
  background: #f4fdff
}

.home-support .home-bottom {
  padding-top: 62rem
}

.home-support .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -9rem
}

.home-support .list ul li {
  width: 25%;
  float: left;
  padding: 0 9rem;
  display: inline-block;
  vertical-align: top;
  transition: .5s
}

.home-support .list ul li .box {
  height: 350rem;
  text-align: left;
  padding: 52rem 40rem;
  background: url(../image/bg.png) no-repeat bottom center;
  background-size: 100%;
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 27rem 0 rgba(54, 103, 180, 0.16)
}

.home-support .list ul li .pic {
  width: 50rem;
  position: relative
}

.home-support .list ul li .pic .mh {
  display: none
}

.home-support .list ul li .text {
  width: 100%;
  padding-top: 17rem
}

.home-support .list ul li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  line-height: 28rem;
  color: #182a37;
  max-height: 56rem;
  overflow: hidden
}

.home-support .list ul li .p {
  font-size: 18rem;
  line-height: 32rem;
  height: 64rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #fff;
  opacity: 0;
  margin-top: 27rem;
  margin-bottom: 24rem;
  overflow: hidden;
  transition: .5s
}

.home-support .list ul li .more {
  opacity: 0;
  transition: .5s
}

.home-support .list ul li .more1 {
  width: 40rem;
  height: 40rem;
  background: url(../image/jian.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 30rem;
  left: 42rem
}

@media (min-width:1025px) {
  .home-support .list ul li:hover {
    width: 52% !important
  }

  .home-support .list ul li:hover .box {
    background: url(../image/bg1.png) no-repeat bottom center;
    background-size: cover;
    box-shadow: 0 0 27rem 0 rgba(54, 103, 180, 0.16)
  }

  .home-support .list ul li:hover .text {
    padding-top: 10rem
  }

  .home-support .list ul li:hover .pic .m {
    display: none
  }

  .home-support .list ul li:hover .pic .mh {
    display: block
  }

  .home-support .list ul li:hover .bt {
    color: #fff
  }

  .home-support .list ul li:hover .p {
    opacity: 1
  }

  .home-support .list ul li:hover .more {
    opacity: 1
  }

  .home-support .list ul li:hover .more1 {
    display: none
  }
}

.home-about {
  padding: 108rem 0 40rem 0;
  position: relative;
  background: #fff
}

.home-about #particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: 1
}

.home-about .left {
  float: left;
  width: 44%;
  padding-top: 37rem;
  position: relative;
  z-index: 33
}

.home-about .left .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  margin-top: 23rem;
  margin-bottom: 44rem;
  overflow: hidden;
  height: 280rem;
  color: #666
}

.home-about .right {
  float: right;
  width: 52.5%;
  position: relative;
  z-index: 33
}

.home-about .right .video {
  width: 911rem;
  height: 623rem;
  padding-top: 34rem;
  padding-left: 32rem
}

.home-about .right .video video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home-about .right .video .v {
  width: 740rem;
  height: 464rem;
  background: #000;
  border-radius: 15rem;
  overflow: hidden
}

.home-exhibitions {
  padding: 104rem 0 115rem 0;
  background: #ffffff
}

.home-exhibitions .home-bottom {
  padding-top: 50rem;
  position: relative;
  overflow: hidden
}

.swiper-exhibitions ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 24rem;
  grid-column-gap: 24rem
}

.swiper-exhibitions ul li .pic {
  border-radius: 10rem
}

.swiper-exhibitions ul li .pic:after {
  padding-bottom: 82.41758242%
}

.swiper-exhibitions ul li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(54, 103, 180, 0.28);
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33
}

@media (min-width:1025px) {
  .swiper-exhibitions ul li:hover .pic img {
    transform: scale(1.1)
  }

  .swiper-exhibitions ul li:hover .pic:before {
    background: rgba(54, 103, 180, 0)
  }
}

.home-message {
  position: relative;
  overflow: hidden
}

.home-message .nr {
  padding: 103rem 0 76rem 0;
  position: relative;
  z-index: 44;
  transition: .5s
}

.home-message .left {
  float: left;
  width: 38%
}

.home-message .left a {
  display: block;
  position: relative
}

.home-message .left a .bt {
  font-family: var(--Roboto-Bold);
  font-size: 54rem;
  margin-bottom: 25rem;
  color: #fff
}

.home-message .left a .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #fff;
  width: 100%
}

.home-message .right {
  float: right;
  width: 56%
}

.home-message .right ul {
  margin: 0 -8rem
}

.home-message .right ul li {
  width: 50%;
  float: left;
  padding: 0 8rem;
  margin-bottom: 12rem
}

.home-message .right ul li .box {
  position: relative
}

.home-message .right ul li .box .span {
  position: absolute;
  top: 0;
  left: 12rem;
  font-size: 16rem;
  line-height: 56rem;
  color: #333
}

.home-message .right ul li .box .span font {
  color: #b72234
}

.home-message .right ul li .input,
.home-message .right ul li textarea {
  width: 100%;
  border: 0;
  height: 56rem;
  border-radius: 6rem;
  padding: 0 20rem 0 27rem;
  font-size: 16rem;
  color: #333;
  background: #fff
}

.home-message .right ul li textarea {
  height: 81rem;
  border-radius: 6rem;
  padding: 20rem 20rem 20rem 20rem
}

.home-message .right ul li .more {
  margin-top: 15rem
}

.flist li {
  padding-bottom: 4rem;
  position: relative
}

.flist li:hover .box .icon {
  background: var(--main-color);
  color: #fff
}

.flist li:hover .box img,
.flist li:hover .box svg {
  fill: #fff
}

.flist li:hover .hover {
  display: block
}

.flist li:hover .hover1 {
  display: block
}

.flist .box {
  transition: .5s;
  display: block
}

.flist .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42rem;
  height: 42rem;
  background: var(--hover-color);
  border-radius: 4rem;
  box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2)
}

.flist .icon img,
.flist .icon svg {
  width: 20rem;
  height: 20rem;
  fill: #fff
}

.flist .down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 130rem;
  display: none;
  z-index: 33
}

.flist .down .ewm {
  line-height: 42rem;
  color: #fff;
  padding: 10rem;
  border-radius: 4rem;
  background: var(--hover-color);
  box-shadow: 1px 2rem 7rem 0 rgba(156, 185, 207, 0.35)
}

.flist .down .ewm img {
  display: block
}

.flist .hover {
  position: absolute;
  top: 0;
  right: 100%;
  width: 130rem;
  padding: 0 10rem;
  display: none
}

.flist .hover p {
  line-height: 42rem;
  color: #fff;
  padding: 10rem;
  border-radius: 4rem;
  background: var(--hover-color)
}

.flist .hover p img {
  display: block
}

.flist .hover1 {
  position: absolute;
  top: 0;
  right: 100%;
  width: 230rem;
  padding: 0 10rem;
  display: none
}

.flist .hover1 p {
  line-height: 42rem;
  color: #fff;
  padding: 0 10rem;
  border-radius: 4rem;
  background: var(--hover-color)
}

.footer {
  background: #1c1c1c
}

.footer .footer-top {
  padding: 101rem 0 94rem 0;
  background: #222
}

.footer .footer-top .left {
  float: left;
  width: 27%
}

.footer .footer-top .left img {
  width: 216rem;
  display: block
}

.footer .footer-top .left .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  margin-top: 11rem;
  margin-bottom: 28rem;
  color: #999
}

.footer .footer-top .left .pp {
  font-size: 16rem;
  line-height: 28rem;
  color: rgba(153, 153, 153, 0.98)
}

.footer .footer-top .left .pp a {
  color: rgba(153, 153, 153, 0.98)
}

@media (min-width:1025px) {
  .footer .footer-top .left .pp a:hover {
    text-decoration: underline
  }
}

.footer .footer-top .left .pp p {
  padding-left: 30rem;
  margin-bottom: 11rem;
  position: relative
}

.footer .footer-top .left .pp p img {
  width: 18rem;
  position: absolute;
  top: 6rem;
  left: 0
}

.footer .footer-top .right {
  float: right;
  width: 66%
}

.footer .footer-top .right ul li {
  float: left;
  width: 28%
}

.footer .footer-top .right ul li a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 23rem;
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.98)
}

.footer .footer-top .right ul li a .txt-2 {
  display: none
}

@media (min-width:1025px) {
  .footer .footer-top .right ul li a:hover {
    color: var(--main-color);
    text-decoration: underline
  }
}

.footer .footer-top .right ul li ul li {
  width: 100%;
  float: none
}

.footer .footer-top .right ul li ul li a {
  margin: 0;
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 42rem;
  color: #999
}

.footer .footer-top .right ul .fo5 {
  width: 16%;
  float: right
}

.footer .footer-center {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 14rem;
  padding-top: 24rem
}

.footer .footer-center .flist li {
  float: left;
  margin-right: 30rem
}

.footer .footer-center .flist li .icon {
  width: 30rem;
  height: 30rem;
  background: var(--main-color)
}

.footer .footer-center .flist li .icon img,
.footer .footer-center .flist li .icon svg {
  fill: #ffffff
}

.footer .footer-center .flist li .down {
  position: absolute;
  top: auto;
  bottom: 100%;
  padding: 4rem 0
}

@media (min-width:1025px) {
  .footer .footer-center .flist li:hover .icon {
    background: var(--hover-color)
  }
}

.footer .footer-bottom {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  color: #fff;
  padding: 17rem 0
}

.footer .footer-bottom a {
  color: #fff;
  margin-left: 10rem
}

@media (min-width:1025px) {
  .footer .footer-bottom a:hover {
    text-decoration: underline
  }
}

.float {
  position: fixed;
  bottom: 100rem;
  right: 10rem;
  padding: 4rem;
  text-align: center;
  z-index: 4444
}

.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden
}

.inbanner img,
.inbanner video {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.inbanner .img {
  position: relative;
  overflow: hidden
}

.inbanner .img img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
  display: block
}

.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none
}

.inbanner .item {
  position: relative;
  overflow: hidden
}

.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5
}

.inbanner .banner-hover .info {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
  position: relative
}

.inbanner .banner-hover .bt {
  font-family: var(--Roboto-Bold);
  font-size: 62rem;
  margin-bottom: 30rem;
  color: #fff
}

.inbanner .banner-hover .p {
  font-size: 24rem;
  line-height: 30rem;
  color: #fff
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.current .right {
  padding: 14rem 0 0 0;
  max-width: 100%
}

.current span {
  font-size: 16rem;
  line-height: 36rem;
  color: #182a37;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1
}

.current span a {
  color: #182a37
}

.current span b {
  color: #182a37;
  font-weight: normal
}

.current1 {
  background: var(--main-color)
}

.current1 .right {
  padding: 14rem 0
}

.current1 span {
  color: #fff
}

.current1 span a {
  color: #fff
}

.current1 span b {
  color: #fff
}

.content {
  min-height: 600rem;
  padding: 78rem 0 109rem 0
}

.case .inmain-bottom {
  padding-top: 50rem
}

.caselist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 36rem;
  grid-column-gap: 24rem
}

.caselist .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 28rem;
  margin-top: 15rem;
  color: #182a37;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  text-align: center
}

.caselist .pic {
  border-radius: 10rem
}

.caselist .pic:after {
  padding-bottom: 60.22099448%
}

@media (min-width:1025px) {
  .caselist .item:hover .pic img {
    transform: scale(1.1)
  }

  .caselist .item:hover .bt {
    color: var(--main-color)
  }
}

.second-nav {
  text-align: center;
  font-size: 0
}

.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10rem;
  margin-bottom: 5px
}

.second-nav ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 16rem;
  color: #182a37;
  line-height: 47rem;
  border-radius: 24rem;
  padding: 0 40rem;
  border: solid 1px #868686
}

@media (min-width:1025px) {
  .second-nav ul li:hover a {
    background: var(--main-color);
    border: solid 1px var(--main-color);
    color: #fff
  }
}

.second-nav ul .active a {
  background: var(--main-color);
  border: solid 1px var(--main-color);
  color: #fff
}

.news {
  padding: 54rem 0 109rem 0
}

.news .inmain-bottom {
  padding-top: 98rem
}

.newslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 26rem;
  grid-column-gap: 26rem
}

@media (min-width:1025px) {
  .newslist .item:hover .pic img {
    transform: scale(1.1)
  }

  .newslist .item:hover .bt {
    color: var(--main-color)
  }

  .newslist .item:hover .more a,
  .newslist .item:hover .more p {
    background: var(--main-color);
    border: 1px solid var(--main-color)
  }
}

.newslist .item .box {
  border-radius: 12rem;
  overflow: hidden;
  background: #fff;
  height: 100%
}

.newslist .text {
  padding: 36rem 30rem
}

.newslist .pic:after {
  padding-bottom: 58.29959514%
}

.newslist .date {
  font-size: 16rem;
  color: #616161
}

.newslist .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 40rem;
  color: #182a37
}

.newslist .p {
  font-size: 16rem;
  line-height: 35rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 70rem;
  margin-top: 6rem;
  margin-bottom: 14rem;
  color: #616161
}

.newslist .more a,
.newslist .more p {
  background: #182a37;
  border: 1px solid #182a37;
  padding: 0 25rem;
  min-width: 120rem
}

.newslist .more a span,
.newslist .more p span {
  line-height: 42rem
}

.video {
  padding: 54rem 0 109rem 0
}

.video .inmain-bottom {
  padding-top: 98rem
}

.videolist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 35rem;
  grid-column-gap: 28rem
}

@media (min-width:1025px) {
  .videolist .item:hover .pic img {
    transform: scale(1.1)
  }

  .videolist .item:hover .bt {
    color: var(--main-color)
  }
}

.videolist .item .box {
  overflow: hidden;
  height: 100%
}

.videolist .pic {
  border-radius: 12rem
}

.videolist .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/video1.png) no-repeat center center;
  background-size: 71rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33
}

.videolist .pic:after {
  padding-bottom: 58.29959514%
}

.videolist .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.videolist .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 80rem;
  margin-top: 14rem;
  color: #182a37;
  text-align: center
}

.fenye {
  padding-top: 45rem
}

.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58
}

.page em {
  font-style: normal;
  font-size: 18rem
}

.page a {
  color: #666;
  display: inline-block;
  text-align: center;
  font-size: 14rem;
  min-width: 32rem;
  line-height: 32rem;
  text-transform: uppercase;
  height: 32rem;
  margin: 0 5rem;
  padding: 0 5rem;
  vertical-align: top;
  -webkit-transition: background .5s;
  transition: background .5s;
  background: none
}

.page a svg {
  width: 12rem;
  height: 32rem;
  fill: #141414
}

.page span {
  font-size: 16rem;
  line-height: 32rem
}

.page a span {
  display: block
}

.page a.cur,
.page a:hover {
  color: var(--main-color)
}

.page a.prev,
.page a.next {
  color: #333;
  margin-right: 5rem;
  width: auto;
  background: #ededed
}

@media (min-width:1025px) {

  .page a.prev:hover,
  .page a.next:hover {
    background: var(--main-color);
    color: #fff
  }

  .page a.prev:hover svg,
  .page a.next:hover svg {
    fill: #fff
  }
}

.verifyDiv .verify-wrap {
  width: 390rem !important;
  height: 50rem;
  background: #e5e5e5;
  position: relative
}

.verifyDiv .verify-wrap .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 50rem;
  height: 50rem;
  background: #f7f8f9 url(https://www.greentouch.com.cn/template/index/pc/images/drag-arrow.svg) no-repeat center center;
  background-size: 18rem;
  z-index: 2;
  cursor: move;
  border: 1px solid #e1e1e1
}

.verifyDiv .verify-wrap .suc-drag-btn {
  background: #fff url(https://www.greentouch.com.cn/template/index/pc/images/drag-success.svg?t=1) no-repeat center center;
  background-size: 22rem;
  border: 1px solid #e1e1e1
}

.verifyDiv .verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 50rem;
  width: 0;
  background: var(--main-color);
  color: #fff;
  font-size: 16rem;
  text-align: center;
  line-height: 50rem
}

.verifyDiv .verify-wrap .fix-tips,
.verifyDiv .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 50rem;
  font-size: 14rem;
  text-align: center;
  padding-left: 50rem
}

.verifyDiv .verify-wrap .verify-msg {
  background: var(--main-color);
  color: #fff;
  display: none;
  padding-left: 0;
  padding-right: 50rem
}

#video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000000000000;
  display: none;
  background-color: #fff
}

#video .close {
  position: absolute;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  border: 1px solid #666;
  top: 20rem;
  right: 20rem;
  text-align: center;
  background: #fff url(../image/closed.png) no-repeat center center;
  background-size: 12rem;
  cursor: pointer;
  z-index: 3333
}

#video video {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto
}

.oem {
  padding: 54rem 0 109rem 0
}

.oem .inmain-bottom {
  padding-top: 100rem
}

.oem .inmain-title {
  margin-bottom: 14rem
}

.oem .span {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 35rem;
  margin-bottom: 14rem;
  color: #182a37
}

.oem .span a {
  color: var(--main-color)
}

.oem .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 14rem;
  color: #666
}

.after {
  padding: 54rem 0 109rem 0
}

.after .inmain-bottom {
  padding-top: 100rem
}

.after .inmain-title {
  margin-bottom: 14rem
}

.after .span {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 35rem;
  margin-bottom: 14rem;
  color: #182a37
}

.after .span a {
  color: var(--main-color)
}

.after .table {
  margin-bottom: 20rem
}

.after .table td {
  font-size: 16rem;
  line-height: 34rem;
  color: #000;
  border: 0;
  background: #f5f6fa
}

.after .table .title td {
  font-family: var(--Roboto-Bold);
  font-size: 18rem;
  color: #fff;
  background: var(--main-color)
}

.after .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 14rem;
  color: #666
}

.after .p p {
  margin-bottom: 14rem
}

.inmain-title {
  font-family: var(--Roboto-Bold);
  font-size: 34rem;
  color: var(--main-color)
}

.faq {
  padding: 54rem 0 20rem 0
}

.faq .inmain-bottom {
  padding-top: 100rem
}

.faq .item {
  margin-bottom: 13rem;
  overflow: hidden
}

.faq .item-info {
  padding-top: 24rem
}

.faq .item-info .item-title {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  margin-bottom: 30rem;
  color: #182a37
}

.faq .item-info .item-p {
  padding: 46rem 36rem;
  margin-bottom: 18rem;
  background: #f4fdff
}

.faq .item-info .item-p .h3 {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  margin-bottom: 20rem;
  color: #000
}

.faq .item-info .item-p .p {
  font-size: 16rem;
  line-height: 28rem;
  padding-left: 18rem;
  color: #666
}

.faq .item-info .item-p .p i {
  font-family: var(--Roboto-Bold);
  font-weight: normal;
  color: #333;
  font-style: normal;
  width: 15rem
}

.faq .item-info .item-p .p b {
  font-family: var(--Roboto-Bold);
  font-weight: normal;
  color: #333
}

.faq .item-info .item-p .p p {
  margin-bottom: 14rem
}

.faq .item-info .item-p .p p img {
  width: auto;
  height: 22rem;
  display: inline-block;
  vertical-align: middle
}

.faq .item-info .item-p ul {
  padding: 12rem 37rem
}

.faq .item-info .item-p ul li {
  font-size: 16rem;
  line-height: 28rem;
  color: #666;
  padding-left: 10rem;
  margin-bottom: 8rem;
  position: relative;
  font-family: var(--Roboto-Regular)
}

.faq .item-info .item-p ul li:after {
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12rem
}

.job2 {
  padding-top: 31rem
}

.job2 .span-01 {
  display: block
}

.job2 dl {
  padding: 43rem 25rem;
  overflow: hidden;
  margin-bottom: 16rem;
  background: #f3fdfe
}

.job2 dt {
  overflow: hidden;
  padding-left: 0;
  cursor: pointer;
  font-size: 20rem;
  line-height: 25rem;
  color: #000;
  background: url(../image/jia1.png) no-repeat right 5rem;
  background-size: 13rem;
  transition: all .5s;
  position: relative;
  padding-right: 34rem
}

.job2 dt .span-01 {
  background: url(../image/faq.png) no-repeat center left;
  background-size: 24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-family: var(--Roboto-Bold);
  padding-left: 38rem
}

.job2 dd {
  height: 0;
  font-size: 16rem;
  line-height: 28rem;
  color: #666;
  overflow: hidden
}

.job2 dd .nr {
  padding: 16rem 0 0 0;
  padding-left: 58rem;
  position: relative
}

.job2 .cur dt {
  background: url(../image/jia2.png) no-repeat right 5rem;
  background-size: 13rem
}

.job2 .cur dd {
  height: auto
}

.home-contact {
  height: 626rem;
  position: relative
}

.home-contact .inmain-title {
  font-size: 48rem;
  margin-bottom: 22rem
}

.home-contact .item {
  padding: 0 30rem;
  position: absolute;
  top: 50%;
  transform: translateY(-30%)
}

.home-contact .span {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 35rem;
  margin-bottom: 14rem;
  color: #182a37
}

.home-contact .span a {
  color: var(--main-color)
}

.home-contact .p {
  font-size: 20rem;
  line-height: 28rem;
  color: #182a37
}

.home-contact .p p {
  margin-bottom: 15rem
}

.home-contact .p p img {
  width: 19rem;
  margin-right: 5rem;
  margin-top: -3rem;
  display: inline-block;
  vertical-align: middle
}

.home-contact .p p b {
  font-family: var(--Roboto-Bold);
  font-weight: normal;
  color: #333
}

.aleft {
  float: left;
  width: 21%;
  position: sticky;
  top: 160rem;
  border: solid 1px #eae9e9
}

.aleft .title {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 62rem;
  padding: 0 40rem;
  color: #141414;
  background: #f5f5f5
}

.aleft ul li {
  border-top: solid 1px #eae9e9;
  position: relative
}

.aleft ul li:after {
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 30rem;
  transform: translateY(-50%)
}

.aleft ul li a {
  display: block;
  font-family: var(--Roboto-Bold);
  font-size: 16rem;
  line-height: 48rem;
  padding: 0 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #182a37;
  position: relative
}

@media (min-width:1025px) {
  .aleft ul li:hover:after {
    background: var(--main-color)
  }

  .aleft ul li:hover a {
    color: var(--main-color)
  }
}

.aright {
  float: right;
  width: 75%
}

.aright .inmain-title {
  font-size: 40rem;
  color: #222;
  padding-top: 15rem;
  padding-bottom: 16rem;
  border-bottom: 1px solid #eceeec
}

.solist ul li .box {
  justify-content: space-between;
  display: flex;
  padding: 40rem 0;
  border-bottom: 1px solid #eceeec
}

.solist ul li .pic {
  width: 44%
}

.solist ul li .pic:after {
  padding-bottom: 72.6%
}

.solist ul li .text {
  width: 52%
}

.solist ul li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 34rem;
  line-height: 65rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #182a37
}

.solist ul li .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  margin-top: 28rem;
  margin-bottom: 25rem;
  color: #666
}

@media (min-width:1025px) {
  .solist ul li:hover .pic img {
    transform: scale(1.1)
  }

  .solist ul li:hover .bt {
    color: var(--main-color)
  }
}

.product {
  padding: 68rem 0 109rem 0
}

.product .inmain-bottom {
  padding-top: 60rem
}

.product .home-title {
  font-size: 48rem
}

.prolist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 54rem;
  grid-column-gap: 54rem;
  overflow: hidden;
}

@media (min-width:1025px) {
  .prolist .item:hover .pic img {
    transform: scale(1.1)
  }

  .prolist .item:hover .bt {
    color: var(--main-color)
  }
}

.prolist .box {
  background: #fff;
  box-shadow: 0 0 26rem 0 rgba(4, 71, 91, 0.1);
  border-radius: 10rem
}

.prolist .text {
  padding: 31rem 17rem 20rem 17rem
}

.prolist .bt {
  font-size: 20rem;
  line-height: 31rem;
  height: 93rem;
  margin-bottom: 23rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #0089b3
}

.prolist .more p {
  background: #0089b3;
  border-radius: 7rem
}

.prolist .pic:after {
  padding-bottom: 72.35294118%
}

.product02 {
  padding: 100rem 0 0 0
}

.product02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 55rem;
  grid-column-gap: 55rem;
  padding-top: 60rem
}

.product02 ul li .text {
  background: #fff url(../image/bg5.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 26rem 0 rgba(4, 71, 91, 0.1);
  border-radius: 10rem;
  margin-top: -53rem;
  padding: 100rem 24rem;
  height: 100%
}

.product02 ul li .pic {
  width: 70rem;
  height: 88rem;
  margin-left: 26rem;
  background: var(--main-color);
  border-radius: 0 0 36rem 36rem
}

.product02 ul li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  margin-bottom: 20rem;
  color: #182a37
}

.product02 ul li .span {
  font-size: 16rem;
  line-height: 28rem;
  color: #666
}

.so-info {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  padding-top: 35rem;
  color: #666
}

.so-info p {
  margin-bottom: 12rem
}

.so-info .img {
  float: right;
  width: 600rem
}

.swiper-solution {
  position: relative;
  overflow: hidden;
  padding-bottom: 53rem
}

.swiper-solution .pic {
  border-radius: 10rem
}

.swiper-solution .pic:after {
  padding-bottom: 62.22222222%
}

.swiper-solution .swiper-pagination {
  bottom: 0
}

.swiper-solution .swiper-pagination-bullet {
  background: #909090;
  opacity: 1
}

.swiper-solution .swiper-pagination-bullet-active {
  background: var(--main-color)
}

.so1 {
  padding: 90rem 0 0 0
}

.so1 .home-title {
  font-size: 36rem
}

.so1 .inmain-bottom {
  overflow: hidden;
  position: relative;
  padding: 26rem;
  padding-top: 45rem;
  margin: 0 -26rem
}

.so1 .prolist {
  grid-template-columns: 1fr 1fr 1fr
}

.news-show {
  padding-top: 54rem
}

.news-show .inmain-bottom {
  padding: 93rem 0 0 0
}

.news-show .inmain-bottom .neleft {
  float: left;
  width: 67.5%
}

.news-show .inmain-bottom .neright {
  float: right;
  width: 25.5%;
  position: sticky;
  top: 50rem
}

.news-show .inmain-bottom .neright .home-title {
  font-size: 31rem;
  margin-bottom: 41rem
}

.news-show .inmain-bottom .neright .newslist2 {
  margin: 0
}

.news-show .inmain-bottom .neright .newslist2 .item {
  margin-bottom: 0
}

.news-show .inmain-bottom .neright .newslist .item .box {
  background: none
}

.news-show .inmain-bottom .neright .newslist {
  grid-template-columns: 1fr
}

.news-show .inmain-bottom .neright .newslist .bt {
  margin-bottom: 17rem
}

.news-show .inmain-bottom .neright .newslist .pic {
  border-radius: 15rem
}

.news-show .inmain-bottom .neright .newslist2 .item {
  padding: 0;
  width: 100%
}

.news-show .inmain-bottom .neright .newslist2 .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.news-show .inmain-bottom .neright .newslist .item .text {
  padding-top: 20rem;
  padding-left: 0;
  min-height: 0;
  padding-right: 0;
  padding-bottom: 0
}

.h1 {
  font-family: var(--Roboto-Bold);
  font-size: 32rem;
  line-height: 38rem;
  color: #151515;
  text-align: center
}

.h2 {
  font-size: 18rem;
  line-height: 42rem;
  color: #888;
  border-bottom: 1px solid #e1e1e1;
  padding: 14rem 0;
  text-align: center
}

.h2 span {
  margin-right: 34rem
}

.news-info {
  font-size: 16rem;
  line-height: 28rem;
  color: #585858;
  padding: 20rem 0 25rem 0
}

.news-info p {
  margin-bottom: 21rem
}

.lable {
  font-size: 16rem;
  padding-bottom: 35rem;
  line-height: 40rem;
  color: #333;
  margin-top: 20rem
}

.lable span {
  color: #333;
  font-weight: bold;
  display: block;
  float: left;
  font-size: 18rem;
  padding-right: 4rem
}

.lable a {
  color: #fff;
  line-height: 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding: 0 27rem;
  margin-bottom: 5px;
  margin-right: 15rem;
  text-align: center;
  display: block;
  float: left;
  background: var(--main-color);
  border-radius: 30rem
}

@media (min-width:1025px) {
  .lable a:hover {
    text-decoration: underline
  }
}

.list-page-news {
  border-top: solid 1px #d9d9d9;
  margin-bottom: 27rem
}

.list-page-news ul {
  overflow: hidden
}

.list-page-news ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d9d9d9
}

.list-page-news ul li p {
  padding: 21rem 0
}

.list-page-news ul li a {
  display: block;
  line-height: 28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16rem;
  color: #666;
  position: relative;
  padding-left: 144rem
}

.list-page-news ul li a span {
  line-height: 28rem;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 122rem;
  background: url(../image/prev.png) no-repeat center right;
  background-size: 9rem
}

@media (min-width:1025px) {
  .list-page-news ul li:hover a {
    color: var(--main-color);
    text-decoration: underline
  }
}

.list-page-news ul li:nth-child(2) a span {
  background: url(../image/next.png) no-repeat center right;
  background-size: 9rem
}

.return {
  overflow: hidden
}

.return a {
  font-size: 16rem;
  color: #fff;
  text-align: center;
  width: 206rem;
  line-height: 46rem;
  background: var(--main-color);
  display: block;
  border-radius: 30rem;
  transition: .5s
}

@media (min-width:1025px) {
  .return a:hover {
    color: #fff;
    background: var(--hover-color)
  }
}

.related-pro {
  padding: 106rem 0;
  position: relative;
  overflow: hidden;
  background: #fff
}

.related-pro .inmain-bottom {
  padding-top: 41rem
}

.download {
  padding: 53rem 0 109rem 0
}

.downloadlist {
  border-top: 1px solid #dbdbdb;
  margin-top: 34rem
}

.downloadlist .item {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 84rem;
  color: #415059;
  padding: 0 26rem
}

.downloadlist .span {
  float: left;
  width: 16.66666667%;
  padding: 0 34rem;
  text-align: center
}

.downloadlist .span1 {
  text-align: left;
  width: 50%
}

.downloadlist .title {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  color: var(--main-color);
  padding: 0 23rem;
  margin-bottom: 38rem
}

.downloadlist .ul {
  padding: 33rem 26rem;
  background: #f3fdfe
}

.downloadlist .info {
  margin-bottom: 28rem
}

.downloadlist .info .list {
  margin-bottom: 20rem;
  font-weight: lighter;
  color: #000;
  border: solid 1px #dbdbdb;
  background: #fff;
  font-size: 0
}

.downloadlist .info .list .span {
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: var(--Roboto-Bold);
  font-size: 18rem
}

.downloadlist .info .list .span .pic {
  width: 36rem;
  position: absolute;
  top: 50%;
  left: 22rem;
  transform: translateY(-50%)
}

.downloadlist .info .list .span1 {
  font-size: 20rem;
  line-height: 80rem;
  color: #000;
  min-height: 80rem;
  padding-left: 77rem;
  font-family: var(--Roboto-Bold)
}

.downloadlist .info .list .down-btn {
  width: 190rem;
  line-height: 45rem;
  border-radius: 30rem;
  display: inline-block;
  padding: 0 25rem;
  margin: 0 auto;
  text-align: center;
  font-size: 18rem;
  font-family: var(--Roboto-Bold);
  background: var(--main-color);
  color: #fff
}

.downloadlist .info .list .down-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 23rem;
  margin-right: 12rem;
  margin-top: -2rem
}

@media (min-width:1025px) {
  .downloadlist .info .list .down-btn:hover {
    background: var(--hover-color)
  }
}

.downbottom {
  margin-top: 45rem
}

.download-search {
  position: relative;
  padding: 17rem 15rem 15rem 15rem;
  background: #f3fdfe
}

.download-search .item {
  width: 21%;
  float: left;
  padding: 0 5rem;
  position: relative
}

.download-search .item select,
.download-search .item input {
  width: 100%;
  height: 60rem;
  background-color: #fff;
  border: solid 1px #d6d6d6;
  padding: 0 90rem 0 20rem;
  font-size: 16rem;
  color: #999
}

.download-search .item select::-ms-expand {
  display: none
}

.download-search .item select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../image/next.png) no-repeat scroll 95% center;
  background-size: 13rem;
  /* background: #ffffff\9\0; */
  background: #ffffff;
}

.download-search .item:nth-child(2) {
  width: 79%
}

.download-search a {
  width: 70rem;
  height: 60rem;
  background: var(--main-color) url(../image/search1.png) no-repeat center center;
  background-size: 20rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 5rem;
  display: block
}

@media (min-width:1025px) {
  .download-search a:hover {
    background: var(--hover-color) url(../image/search1.png) no-repeat center center;
    background-size: 20rem
  }
}

.contact {
  position: relative;
  padding: 60rem 0 109rem 0
}

.contact .left {
  width: 36%;
  float: right;
  position: relative;
  z-index: 1
}

.contact .left .span {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  margin-top: 31rem;
  margin-bottom: 37rem;
  color: #000
}

.contact .left .f3 {
  font-size: 16rem;
  line-height: 25rem;
  color: #000;
  font-family: var(--Roboto-Light)
}

.contact .left .f3 b {
  font-family: var(--Roboto-Bold)
}

.contact .left .f3 p {
  margin-bottom: 15rem
}

.contact .left .info {
  position: relative;
  /* padding-left: 100rem */
}

.contact .left .info .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 85rem
}

.contact .left .ewma {
  margin: 0 -21rem;
  padding-top: 27rem
}

.contact .left .ewma .li {
  width: 50%;
  padding: 0 21rem;
  float: left;
  text-align: center
}

.contact .left .ewma .li .box {
  padding: 24rem;
  background: #f0f0f0
}

.contact .left .ewma .li .h3 {
  font-size: 20rem;
  line-height: 53rem;
  color: #000
}

.contact .h3 {
  font-family: var(--Roboto-Bold);
  font-size: 50rem;
  color: #000
}

.contact .jsh {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 32rem;
  padding: 23px 0 8px 0;
  color: #141414
}

.contact .jsh p {
  margin-bottom: 16px
}

.contact .right {
  float: left;
  width: 55%;
  position: relative;
  z-index: 3
}

.contact .right .list {
  margin: 0 auto
}

.contact .right .list ul {
  font-size: 0;
  margin: 0 -7rem
}

.contact .right .list ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 7rem;
  margin-bottom: 23rem
}

.contact .right .list ul li .span {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 30rem;
  color: #141414;
  margin-bottom: 8rem;
  display: block
}

.contact .right .list ul li .span font {
  color: #f00
}

.contact .right .list ul li .input,
.contact .right .list ul li textarea,
.contact .right .list ul li select {
  width: 100%;
  height: 42rem;
  border: solid 1px #dcdcdc;
  font-size: 14rem;
  color: #666;
  padding: 0 20rem;
  font-family: var(--Roboto-Light)
}

.contact .right .list ul li select::-ms-expand {
  display: none
}

.contact .right .list ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ebf1f5 url(../image/next.png) no-repeat scroll 98% center;
  background-size: 12rem
}

.contact .right .list ul li p {
  font-size: 14rem;
  line-height: 30rem;
  color: #949494
}

.contact .right .list ul li textarea {
  height: 100rem;
  padding: 11rem 20rem
}

.contact .right .list ul li .more button span,
.contact .right .list ul li .more a span {
  line-height: 53rem
}

.contact .right .list ul li .more button,
.contact .right .list ul li .more a,
.contact .right .list ul li .more p {
  border-radius: 4rem;
  min-width: 180rem
}

.contact .right .list ul .hide {
  transition: .5s;
  font-size: 16rem;
  line-height: 25rem;
  color: #141414
}

.contact .right .list ul .hide a {
  color: #2598e5
}

.contact .right .list ul .hide .box {
  position: relative;
  padding-left: 40rem
}

.contact .right .list ul .hide .box .checkbox {
  position: absolute;
  top: 8rem;
  left: 0
}

.contact .right .list ul .code {
  position: relative;
  padding-right: 210rem
}

.contact .right .list ul .code input {
  height: 55rem;
  padding-right: 120rem
}

.contact .right .list ul .code .p {
  position: relative
}

.contact .right .list ul .code .img {
  border-radius: 4rem;
  border: solid 1px #e1e4e6;
  overflow: hidden;
  width: 115rem;
  height: 55rem;
  position: absolute;
  top: 0;
  right: 0
}

.contact .right .list ul .code .more {
  position: absolute;
  top: 0;
  right: 0
}

.about {
  padding: 54rem 0 0 0
}

.about .home-title {
  font-size: 48rem
}

.about01 {
  padding: 109rem 0
}

.about01 .left {
  float: left;
  width: 52.3%
}

.about01 .left video {
  border-radius: 15rem;
  display: block
}

.about01 .right {
  float: right;
  width: 43.5%;
  margin-top: -11rem
}

.about01 .right .bt {
  font-family: var(--Roboto-Bold);
  font-size: 48rem;
  line-height: 65rem;
  margin-bottom: 24rem;
  color: var(--main-color)
}

.about01 .right .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  color: #666
}

.about02 {
  padding: 107rem 0;
  position: relative;
  overflow: hidden
}

.about02 .inmain-bottom {
  position: relative
}

.about02 .inmain-bottom .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1810rem;
  transform: translate(-48%, -66%)
}

.about02 .inmain-bottom .swiper-slide {
  height: 960rem;
  position: relative
}

.about02 .inmain-bottom ul li {
  width: 28.5%;
  float: left;
  position: absolute
}

.about02 .inmain-bottom ul li .box {
  padding-left: 22rem
}

.about02 .inmain-bottom ul li .pic {
  width: 290rem;
  border: 1px solid #a7a7a7;
  border-radius: 10rem
}

.about02 .inmain-bottom ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about02 .inmain-bottom ul li .pic:after {
  padding-bottom: 66.20689655%
}

.about02 .inmain-bottom ul li .text {
  padding-top: 15rem
}

.about02 .inmain-bottom ul li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 42rem;
  margin-bottom: 9rem;
  color: var(--main-color)
}

.about02 .inmain-bottom ul li .span {
  font-size: 16rem;
  line-height: 28rem;
  max-height: 112rem;
  overflow: auto;
  color: #20303c
}

.about02 .inmain-bottom ul .a {
  background: url(../image/dot.png) no-repeat bottom left;
  background-size: 32rem;
  padding-bottom: 63rem;
  padding-left: 13rem
}

.about02 .inmain-bottom ul .a .box {
  background: url(../image/line.png) no-repeat bottom left;
  background-size: 5rem;
  position: relative;
  padding-top: 192rem
}

.about02 .inmain-bottom ul .a .box .pic {
  position: absolute;
  top: 0;
  left: 22rem
}

.about02 .inmain-bottom ul .a0 {
  background: url(../image/dot.png) no-repeat top left;
  background-size: 32rem;
  padding-top: 101rem;
  padding-left: 13rem
}

.about02 .inmain-bottom ul .a0 .box {
  background: url(../image/line1.png) no-repeat top left;
  background-size: 5rem
}

.about02 .inmain-bottom ul .a0 .text {
  margin-bottom: 45rem
}

.about02 .inmain-bottom ul .a1 {
  bottom: 47%;
  left: -0.5%
}

.about02 .inmain-bottom ul .a2 {
  top: 56%;
  left: 11.5%
}

.about02 .inmain-bottom ul .a3 {
  bottom: 40.5%;
  left: 30%
}

.about02 .inmain-bottom ul .a4 {
  top: 60%;
  left: 43.5%
}

.about02 .inmain-bottom ul .a5 {
  bottom: 46%;
  left: 62%
}

.about02 .inmain-bottom ul .a5 .span {
  width: 55%
}

.about02 .inmain-bottom ul .a6 {
  top: 52%;
  left: 75.5%
}

.about02 .inmain-bottom ul .a6 .span {
  width: 77%
}

.about03 {
  padding: 99rem 0 0 0;
  position: relative
}

.about03 .inmain-bottom {
  margin-top: 39rem
}

.swiper-adv {
  position: relative;
  overflow: hidden
}

.swiper-adv .box {
  height: 506rem;
  position: relative
}

.swiper-adv .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%)
}

.swiper-adv .bt {
  font-family: var(--Roboto-Bold);
  font-size: 48rem;
  line-height: 65rem;
  margin-bottom: 40rem;
  color: #182a37
}

.swiper-adv .p {
  font-size: 24rem;
  line-height: 43rem;
  color: #182a37
}

.swiper-adv .swiper-pagination {
  bottom: 30rem;
  top: auto;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  left: 50%;
  height: auto;
  font-size: 0;
  width: auto;
  transform: translateX(-50%)
}

.swiper-adv .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #fff;
  opacity: 1
}

.swiper-adv .swiper-pagination .swiper-pagination-bullet button:before {
  display: none
}

.swiper-adv .swiper-pagination .swiper-pagination-bullet-active {
  width: 20rem;
  background: #fff;
  border-radius: 5rem
}

.swiper-adv .swiper-pagination .swiper-pagination-bullet-active button:before {
  display: none
}

.about04 {
  padding: 102rem 0 109rem 0;
  position: relative
}

.about04 .inmain-bottom {
  padding-top: 50rem
}

.about04 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 16rem;
  grid-column-gap: 16rem
}

.about04 ul li .bt {
  text-align: center;
  font-size: 16rem;
  line-height: 41rem;
  background: var(--main-color);
  padding: 0 10rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #fff
}

.about04 ul li .pic:after {
  padding-bottom: 76.71232877%
}

.about05 {
  position: relative;
  height: 812rem
}

.about05 .abt {
  position: absolute;
  top: 90rem;
  left: 0;
  width: 100%;
  z-index: 33
}

.about05 .inmain-bottom {
  text-align: center;
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  line-height: 65rem;
  margin-top: 24rem;
  color: #20303c
}

.about05 .inmain-bottom .p {
  display: inline-block;
  vertical-align: top;
  padding: 0 20rem
}

.about05 .inmain-bottom span {
  font-size: 48rem;
  color: var(--main-color)
}

.about05 .inmain-bottom i {
  font-style: normal;
  font-family: var(--Roboto-Medium);
  color: var(--main-color)
}

.about06 {
  padding: 90rem 0 114rem 0;
  position: relative;
  overflow: hidden;
  background: #fff
}

.about06 .inmain-bottom {
  overflow: hidden;
  position: relative;
  padding-top: 53rem
}

.about06 ul {
  margin: 0 -10rem
}

.about06 ul li {
  width: 20%;
  float: left;
  padding: 0 10rem
}

.about06 ul li .bt {
  text-align: center;
  font-size: 16rem;
  line-height: 60rem;
  color: #20303c;
  background: #f4fdff;
  width: 120%;
  left: -10%;
  position: relative
}

.about06 ul li .bt span {
  color: var(--main-color)
}

.about06 ul li .bt:after,
.about06 ul li .bt:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  left: 0
}

.about06 ul li .bt:before {
  top: -2px
}

.about06 ul li .bt:after {
  bottom: -2px
}

.about06 ul li .pic {
  border: solid 2px var(--main-color)
}

.about06 ul li .pic:after {
  padding-bottom: 61.11111111%
}

.about06 ul li .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.about07 {
  padding: 103rem 0;
  position: relative;
  background: #f4fdff
}

.about07 .inmain-bottom {
  padding-top: 43rem
}

.product-show {
  padding: 0;
  background: #fff
}

.product01 {
  padding: 78rem 0 86rem 0
}

.product01 .right {
  width: 52.8%;
  width: 31.8%;
  float: right
}

.product01 .right .bt {
  margin-bottom: 25rem;
  font-family: var(--Roboto-Bold);
  font-size: 34rem;
  color: var(--main-color)
}

.product01 .right .span {
  font-family: var(--Roboto-Bold);
  font-size: 18rem;
  line-height: 28rem;
  margin-bottom: 9rem;
  color: #182a37
}

.product01 .right .pp {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 28rem;
  color: #666
}

.product01 .right .btn {
  margin-top: 46rem
}

.product01 .right .p {
  font-size: 16rem
}

.product01 .right .more {
  display: inline-block;
  vertical-align: top;
  margin-right: 25rem
}

.product01 .right .more a {
  font-size: 16rem
}

.product01 .right .more a span {
  line-height: 60rem
}

.product01 .right .more a svg {
  width: 24rem;
  height: 24rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4rem;
  margin-left: 10rem;
  fill: #fff
}

.product01 .right .moreh a {
  background: #d7d8de;
  border: 1px solid #d7d8de
}

.product01 .right .moreh a span {
  color: #0a0a0a
}

.product01 .right .moreh a svg {
  fill: #0a0a0a
}

@media (min-width:1025px) {
  .product01 .right .more a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse512 2s infinite;
    animation: pulse512 1.5s infinite;
    background: var(--hover-color);
    border: 1px solid var(--hover-color)
  }

  .product01 .right .more a:hover span {
    color: #fff
  }

  .product01 .right .more a:hover svg {
    fill: #fff
  }
}

.product01 .left {
  width: 41%;
  width: 63.66667%;
  float: left;
  position: relative;
  padding-left: 100rem
}

.product01 .left .mySwiper2 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  border-radius: 12rem;
  border: solid 1px #eceeec
}

.product01 .left .li {
  padding: 33rem 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 85rem
}

.product01 .left .mySwiper1 {
  overflow: hidden;
  position: relative;
  height: 100%
}

.product01 .left .mySwiper1 .pic {
  border: solid 1px #ddd
}

.product01 .left .mySwiper1 .pic .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.greentouch.com.cn/template/index/pc/images/bofang.png) no-repeat center center;
  background-size: 36rem
}

.product01 .left .mySwiper1 .swiper-slide-thumb-active .pic {
  border: solid 1px var(--main-color)
}

.product01 .left .swiper-button-next,
.product01 .left .swiper-button-prev {
  background: #eceeec;
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  height: 25rem;
  margin-top: 0;
  z-index: 3;
  top: 0
}

.product01 .left .swiper-button-next:after,
.product01 .left .swiper-button-prev:after {
  font-size: 18rem;
  color: #666;
  transform: rotate(90deg)
}

@media (min-width:1025px) {

  .product01 .left .swiper-button-next:hover:after,
  .product01 .left .swiper-button-prev:hover:after {
    color: var(--main-color)
  }
}

.product01 .left .swiper-button-next {
  bottom: 0;
  top: auto
}

.product03 {
  background: #f4fdff;
  position: sticky;
  top: 100rem;
  z-index: 33
}

.product03 ul {
  display: flex;
  justify-content: space-between
}

.product03 ul li {
  float: left;
  margin-right: 24rem
}

.product03 ul li a {
  display: block;
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 86rem;
  padding: 0 15rem;
  border-bottom: 2rem solid #f4fdff;
  color: #333
}

@media (min-width:1025px) {
  .product03 ul li:hover a {
    border-bottom: 2rem solid var(--main-color);
    color: var(--main-color)
  }
}

.product03 ul li:nth-last-child(1) {
  margin-right: 0
}

.product03 ul .current a {
  border-bottom: 2rem solid var(--main-color);
  color: var(--main-color)
}

.product04 {
  padding: 0
}

.pt-item {
  position: relative;
  padding-bottom: 100rem;
  padding-top: 100rem;
  border-bottom: 1px solid #eceeec
}

.pt-item .home-title {
  font-size: 48rem
}

.pt-item .inmain-bottom {
  padding-top: 60rem
}

.descriptionlist {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 57rem
}

.descriptionlist li .box {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between
}

.descriptionlist li .img {
  width: 46.5%
}

.descriptionlist li .text {
  width: 46.5%
}

.descriptionlist li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 34rem;
  margin-bottom: 29rem;
  color: #182a37
}

.descriptionlist li .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  color: #666
}

.descriptionlist .item1 .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.mountinglist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 45rem;
  grid-column-gap: 45rem
}

.mountinglist li .pic {
  background: #eee;
  border-radius: 12rem
}

.mountinglist li .pic:after {
  padding-bottom: 72.08333333%
}

.mountinglist li .text {
  padding-top: 41rem
}

.mountinglist li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 34rem;
  margin-bottom: 28rem;
  color: #182a37
}

.mountinglist li .span {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  color: #666
}

.adul {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 52rem;
  grid-column-gap: 52rem
}

.adul .abditem .bt {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  margin-bottom: 27rem;
  color: #182a37
}

.splist {
  border-top: 1px solid #d7d7d7
}

.splist .span-01 {
  display: block
}

.splist dl {
  overflow: hidden;
  padding: 28rem 0;
  border-bottom: 1px solid #d7d7d7
}

.splist dt {
  overflow: hidden;
  padding-left: 0;
  cursor: pointer;
  font-size: 20rem;
  line-height: 42rem;
  color: #000;
  transition: all .5s;
  position: relative;
  padding-right: 85rem;
  height: 42rem;
  background: url(../image/jt.png) no-repeat right 14rem;
  background-size: 20rem
}

.splist dt .span-01 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-family: var(--Roboto-Bold);
  float: left;
  width: 20%;
  font-size: 24rem
}

.splist dt .span-02 {
  float: right;
  width: 68%;
  font-size: 18rem;
  color: #666
}

.splist dt .span-02 span {
  float: left;
  width: 53%
}

.splist dt .span-02 p {
  float: left;
  width: 47%
}

.splist .cur dt {
  height: auto;
  background: url(../image/jth.png) no-repeat right 14rem;
  background-size: 20rem
}

.applicationlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 18rem;
  grid-column-gap: 8rem
}

.applicationlist li .box {
  padding: 6rem;
  background: #fff
}

.applicationlist li .bt {
  font-size: 18rem;
  line-height: 40rem;
  margin-top: 31rem;
  margin-bottom: 16rem;
  text-align: center;
  color: #182a37
}

.applicationlist li .pic:after {
  padding-bottom: 82.02247191%
}

.applicationlist li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.table0 td {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14rem;
  line-height: 30rem;
  text-align: center;
  color: #666
}

.table0 .firstRow td {
  font-size: 18rem;
  font-family: var(--Roboto-Bold);
  color: #182a37
}

.table0 img {
  width: 22rem;
  margin-right: 11rem;
  margin-top: -4rem;
  display: inline-block;
  vertical-align: middle
}

@media (max-width:1025px) {
  body {
    font-size: 16px
  }

  table td {
    font-size: 16px;
    line-height: 32px;
    padding: 9px 15px
  }

  .sitemap .site-bottom {
    font-size: 16px;
    line-height: 28px
  }

  .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: 14px;
    margin-right: 10px;
    padding: 5px 0
  }

  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%
  }

  .height {
    top: -60px
  }

  .height1 {
    height: 60px
  }

  .top {
    display: none
  }

  .header {
    height: 60px
  }

  .header .logo {
    padding-top: 10px
  }

  .header .logo a img {
    width: 136px
  }

  .header .header-right .menu {
    display: block
  }

  .nav {
    display: none
  }

  .headerfix {
    box-shadow: 0 0 27px 0 rgba(54, 103, 180, 0.16);
    top: 0
  }

  .headerfix .top {
    overflow: hidden
  }

  .more a,
  .more p {
    padding: 0 20px;
    border-radius: 30px;
    min-width: 120px
  }

  .more button span,
  .more a span,
  .more p span {
    font-size: 14px;
    line-height: 40px
  }

  .home-title {
    font-size: 26px
  }

  .home-p {
    font-size: 22px;
    line-height: 28px
  }

  .banner {
    padding-top: 60px
  }

  .swiper-renewal-main .img {
    display: none
  }

  .swiper-renewal-main .img1 {
    display: block
  }

  .swiper-renewal-main .banner-hover {
    top: 50%;
    transform: translateY(-50%)
  }

  .swiper-renewal-main .banner-hover1 {
    top: 50%;
    transform: translateY(-50%)
  }

  .swiper-renewal-main .bt {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: 0
  }

  .swiper-renewal-main .span {
    font-size: 24px;
    letter-spacing: 1px
  }

  .swiper-renewal-main .p {
    display: none
  }

  .swiper-renewal-main .list {
    display: none
  }

  .swiper-renewal-main .list1 {
    display: none
  }

  .swiper-renewal-main .swiper-pagination {
    bottom: 15px
  }

  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    width: 8px;
    height: 8px
  }

  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px
  }

  .home-partner {
    padding: 40px 0
  }

  .home-partner span {
    font-size: 20px;
    line-height: 70px
  }

  .home-partner .info {
    padding-left: 126px
  }

  .partnerlist .item {
    width: 124px;
    margin-right: 13px
  }

  .partnerlist .item .pic {
    box-shadow: 1px 2px 7px 0 rgba(156, 185, 207, 0.35);
    border-radius: 4px
  }

  .home-product {
    height: auto;
    padding-bottom: 40px
  }

  .home-product:after {
    width: 602px;
    height: 602px;
    border: solid 10px #94e2f8;
    right: -346px
  }

  .home-product .home-bottom .zuobian {
    width: 100%;
    padding-top: 0
  }

  .home-product .home-bottom .right {
    width: 100%
  }

  .home-product .home-bottom .slider-nav {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 60px
  }

  .home-product .youbian {
    padding-left: 0;
    height: 100%;
  }

  .home-product .youbian .box {
    border-radius: 12px
  }

  .home-product .youbian .bt {
    font-size: 18px;
    padding-left: 140px;
    line-height: 100px;
    padding-right: 50px
  }

  .home-product .youbian .bt svg {
    right: 30px;
    width: 24px;
    height: 24px
  }

  .home-product .youbian .pic {
    position: absolute;
    width: 116px;
    background: #fff;
    border-radius: 10px;
    top: 8px;
    left: 8px
  }

  .home-product .swiper-slide-active .youbian {
    padding-left: 0;
    padding-right: 0
  }

  .home-product .zuobian .text {
    padding-top: 12px
  }

  .home-product .zuobian .text .p {
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    margin-top: 9px;
    margin-bottom: 16px
  }

  .home-product .swiper-button-next,
  .home-product .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: auto;
    right: 50%;
    top: auto;
    margin: 0 10px 0 0;
    bottom: 0;
    transform: rotate(-90deg)
  }

  .home-product .swiper-button-next svg,
  .home-product .swiper-button-prev svg {
    width: 15px;
    height: 40px
  }

  .home-product .swiper-button-next:after,
  .home-product .swiper-button-prev:after {
    display: none
  }

  .home-product .swiper-button-next {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    margin: 0 0 0 10px
  }

  .home-explore {
    padding: 40px 0
  }

  .home-explore .home-p {
    margin-top: 6px
  }

  .home-explore .home-bottom {
    padding-top: 25px
  }

  .exlist {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px
  }

  .exlist li .box {
    border-radius: 10px
  }

  .exlist li .bt {
    bottom: 20px;
    font-size: 16px;
    line-height: 28px
  }

  .home-support {
    padding: 40px 0
  }

  .home-support .home-bottom {
    padding-top: 25px
  }

  .home-support .list ul {
    display: block;
    margin: 0 -8px
  }

  .home-support .list ul li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px
  }

  .home-support .list ul li .box {
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 27px 0 rgba(54, 103, 180, 0.16)
  }

  .home-support .list ul li .pic {
    width: 50px
  }

  .home-support .list ul li .text {
    width: 100%;
    padding-top: 17px
  }

  .home-support .list ul li .bt {
    font-size: 18px;
    line-height: 28px;
    max-height: 56px
  }

  .home-support .list ul li .more1 {
    width: 30px;
    height: 30px;
    bottom: 20px;
    left: 20px
  }

  .home-about {
    padding: 40px 0
  }

  .home-about .left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px
  }

  .home-about .left .p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 24px;
    height: 280px
  }

  .home-about .right {
    width: 100%
  }

  .home-about .right .video {
    width: 100%;
    height: auto;
    padding: 0 !important;
    padding-left: 0;
    background: none !important
  }

  .home-about .right .video .v {
    width: 100%;
    height: auto;
    border-radius: 15px
  }

  .home-about .right .video .v video {
    display: block
  }

  .home-about .right .video .v iframe {
    width: 100%;
    height: 100%
  }

  .home-exhibitions {
    padding: 40px 0
  }

  .home-exhibitions .home-bottom {
    padding-top: 25px
  }

  .swiper-exhibitions ul {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px
  }

  .swiper-exhibitions ul li .pic {
    border-radius: 10px
  }

  .home-message .nr {
    padding: 40px 0
  }

  .home-message .left {
    width: 100%;
    margin-bottom: 20px
  }

  .home-message .left a .bt {
    font-size: 26px;
    margin-bottom: 12px
  }

  .home-message .left a .p {
    font-size: 16px;
    line-height: 28px
  }

  .home-message .right {
    width: 100%
  }

  .home-message .right ul {
    margin: 0 -5px
  }

  .home-message .right ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px
  }

  .home-message .right ul li .box .span {
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 16px;
    line-height: 46px
  }

  .home-message .right ul li .input,
  .home-message .right ul li textarea {
    height: 46px;
    border-radius: 6px;
    padding: 0 20px 0 27px;
    font-size: 16px
  }

  .home-message .right ul li textarea {
    height: 81px;
    border-radius: 6px;
    padding: 20px 20px 20px 20px
  }

  .home-message .right ul li .more {
    margin-top: 15px
  }

  .flist li {
    padding-bottom: 4px
  }

  .flist .box {
    transition: .5s;
    display: block
  }

  .flist .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--hover-color);
    border-radius: 4px;
    box-shadow: 2px 6px 30px 0 rgba(52, 104, 167, 0.2)
  }

  .flist .icon img,
  .flist .icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
  }

  .flist .down {
    position: absolute;
    top: 100%;
    left: 0;
    width: 130px;
    display: none;
    z-index: 33
  }

  .flist .down .ewm {
    line-height: 42px;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    background: var(--hover-color);
    box-shadow: 1px 2px 7px 0 rgba(156, 185, 207, 0.35)
  }

  .flist .down .ewm img {
    display: block
  }

  .flist .hover {
    position: absolute;
    top: 0;
    right: 100%;
    width: 130px;
    padding: 0 10px;
    display: none
  }

  .flist .hover p {
    line-height: 42px;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    background: var(--hover-color)
  }

  .flist .hover p img {
    display: block
  }

  .flist .hover1 {
    position: absolute;
    top: 0;
    right: 100%;
    width: 230px;
    padding: 0 10px;
    display: none
  }

  .flist .hover1 p {
    line-height: 42px;
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    background: var(--hover-color)
  }

  .footer .footer-top {
    padding: 30px 0
  }

  .footer .footer-top .left {
    width: 100%
  }

  .footer .footer-top .left img {
    width: 216px
  }

  .footer .footer-top .left .p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 11px;
    margin-bottom: 18px
  }

  .footer .footer-top .left .pp {
    font-size: 16px;
    line-height: 28px
  }

  .footer .footer-top .left .pp p {
    padding-left: 30px;
    margin-bottom: 11px;
    position: relative
  }

  .footer .footer-top .left .pp p img {
    width: 18px;
    position: absolute;
    top: 6px;
    left: 0
  }

  .footer .footer-top .right {
    display: none
  }

  .footer .footer-center {
    padding-bottom: 14px;
    padding-top: 14px
  }

  .footer .footer-center .flist li {
    margin-right: 15px
  }

  .footer .footer-center .flist li .icon {
    width: 30px;
    height: 30px
  }

  .footer .footer-center .flist li .down {
    padding: 4px 0
  }

  .footer .footer-bottom {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
    text-align: center
  }

  .footer .footer-bottom a {
    margin-left: 10px
  }

  .footer .footer-bottom .fl {
    float: none
  }

  .footer .footer-bottom .fr {
    float: none
  }

  .float {
    bottom: 100px;
    right: 10px;
    padding: 4px;
    display: none
  }

  .inbanner .img {
    display: none
  }

  .inbanner .img1 {
    display: block
  }

  .inbanner .banner-hover .bt {
    font-size: 31px;
    margin-bottom: 15px
  }

  .inbanner .banner-hover .p {
    font-size: 16px;
    line-height: 28px
  }

  .current .right {
    padding: 7px 0 0 0;
    max-width: 100%
  }

  .current span {
    font-size: 14px;
    line-height: 26px
  }

  .current1 .right {
    padding: 7px 0
  }

  .content {
    min-height: 600px;
    padding: 40px 0
  }

  .case .inmain-bottom {
    padding-top: 25px
  }

  .caselist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px
  }

  .caselist .bt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px
  }

  .caselist .pic {
    border-radius: 10px
  }

  .second-nav ul li {
    padding: 0 5px
  }

  .second-nav ul li a {
    font-size: 16px;
    line-height: 37px;
    border-radius: 24px;
    padding: 0 20px
  }

  .news {
    padding: 40px 0
  }

  .news .inmain-bottom {
    padding-top: 25px
  }

  .newslist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px
  }

  .newslist .item .box {
    border-radius: 12px
  }

  .newslist .text {
    padding: 24px
  }

  .newslist .date {
    font-size: 14px
  }

  .newslist .bt {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
    max-height: 60px
  }

  .newslist .p {
    font-size: 16px;
    line-height: 28px;
    max-height: 84px;
    margin-top: 6px;
    margin-bottom: 14px
  }

  .newslist .more a,
  .newslist .more p {
    padding: 0 20px;
    min-width: 120px
  }

  .newslist .more a span,
  .newslist .more p span {
    line-height: 40px
  }

  .video {
    padding: 40px 0
  }

  .video .inmain-bottom {
    padding-top: 25px
  }

  .videolist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px
  }

  .videolist .pic {
    border-radius: 12px
  }

  .videolist .pic:before {
    background-size: 31px
  }

  .videolist .bt {
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    margin-top: 7px
  }

  .fenye {
    padding-top: 25px
  }

  .page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #947d58
  }

  .page em {
    font-style: normal;
    font-size: 18px
  }

  .page a {
    color: #666;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    min-width: 32px;
    line-height: 32px;
    text-transform: uppercase;
    height: 32px;
    margin: 0 5px;
    padding: 0 5px;
    vertical-align: top;
    -webkit-transition: background .5s;
    transition: background .5s;
    background: none;
    display: none
  }

  .page a svg {
    width: 12px;
    height: 32px;
    fill: #141414
  }

  .page span {
    font-size: 16px;
    line-height: 32px
  }

  .page a span {
    display: block
  }

  .page a.prev,
  .page a.next {
    color: #333;
    margin-right: 5px;
    width: auto;
    background: #ededed;
    display: inline-block;
    vertical-align: top
  }

  .verifyDiv .verify-wrap {
    width: 280px !important;
    height: 50px;
    background: #e5e5e5;
    position: relative
  }

  .verifyDiv .verify-wrap .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #f7f8f9 url(https://www.greentouch.com.cn/template/index/pc/images/drag-arrow.svg) no-repeat center center;
    background-size: 18px;
    z-index: 2;
    cursor: move
  }

  .verifyDiv .verify-wrap .suc-drag-btn {
    background: #fff url(https://www.greentouch.com.cn/template/index/pc/images/drag-success.svg?t=1) no-repeat center center;
    background-size: 22px
  }

  .verifyDiv .verify-wrap .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 0;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px
  }

  .verifyDiv .verify-wrap .fix-tips,
  .verifyDiv .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #51555c;
    z-index: 1;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    padding-left: 50px
  }

  .verifyDiv .verify-wrap .verify-msg {
    background: var(--main-color);
    color: #fff;
    display: none;
    padding-left: 0;
    padding-right: 50px
  }

  #video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000000000000000;
    display: none;
    background-color: #fff;
    width: 90%
  }

  #video .close {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    text-align: center;
    background: #fff url(../image/closed.png) no-repeat center center;
    background-size: 12px;
    cursor: pointer;
    z-index: 3333
  }

  #video video {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    margin: 0 auto
  }

  .oem {
    padding: 40px 0
  }

  .oem .inmain-bottom {
    padding-top: 25px
  }

  .oem .inmain-title {
    margin-bottom: 7px
  }

  .oem .span {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px
  }

  .oem .p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px
  }

  .after {
    padding: 40px 0
  }

  .after .inmain-bottom {
    padding-top: 25px
  }

  .after .inmain-title {
    margin-bottom: 7px
  }

  .after .span {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px
  }

  .after .table {
    overflow: auto;
    margin-bottom: 10px
  }

  .after .table table {
    width: 1000px
  }

  .after .table td {
    font-size: 16px;
    line-height: 28px
  }

  .after .table .title td {
    font-size: 18px
  }

  .after .p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 7px
  }

  .after .p p {
    margin-bottom: 7px
  }

  .inmain-title {
    font-size: 24px
  }

  .faq {
    padding: 40px 0
  }

  .faq .inmain-bottom {
    padding-top: 25px
  }

  .faq .item {
    margin-bottom: 13px
  }

  .faq .item-info {
    padding-top: 24px
  }

  .faq .item-info .item-title {
    font-size: 18px;
    margin-bottom: 10px
  }

  .faq .item-info .item-p {
    padding: 24px;
    margin-bottom: 18px
  }

  .faq .item-info .item-p .h3 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .faq .item-info .item-p .p {
    font-size: 16px;
    line-height: 28px;
    padding-left: 18px
  }

  .faq .item-info .item-p .p i {
    width: 15px
  }

  .faq .item-info .item-p .p p {
    margin-bottom: 7px
  }

  .faq .item-info .item-p .p p img {
    height: 22px
  }

  .faq .item-info .item-p ul {
    padding: 12px 37px
  }

  .faq .item-info .item-p ul li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 10px;
    margin-bottom: 8px
  }

  .faq .item-info .item-p ul li:after {
    width: 5px;
    height: 5px;
    top: 12px
  }

  .job2 {
    padding-top: 20px
  }

  .job2 dl {
    padding: 24px;
    margin-bottom: 16px
  }

  .job2 dt {
    font-size: 18px;
    line-height: 25px;
    background: url(../image/jia1.png) no-repeat right 5px;
    background-size: 13px;
    padding-right: 34px
  }

  .job2 dt .span-01 {
    background: url(../image/faq.png) no-repeat center left;
    background-size: 24px;
    padding-left: 38px
  }

  .job2 dd {
    height: 0;
    font-size: 16px;
    line-height: 28px
  }

  .job2 dd .nr {
    padding: 16px 0 0 0;
    padding-left: 58px
  }

  .job2 .cur dt {
    background: url(../image/jia2.png) no-repeat right 5px;
    background-size: 13px
  }

  .job2 .cur dd {
    height: auto
  }

  .home-contact {
    height: auto;
    background: #f1f8ff !important;
    overflow: hidden;
    padding: 40px 0
  }

  .home-contact .inmain-title {
    font-size: 28px;
    margin-bottom: 12px
  }

  .home-contact .item {
    padding: 0 30px;
    position: relative;
    top: auto;
    transform: none
  }

  .home-contact .span {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 14px
  }

  .home-contact .p {
    font-size: 16px;
    line-height: 28px
  }

  .home-contact .p p {
    margin-bottom: 10px
  }

  .home-contact .p p img {
    width: 19px;
    margin-right: 5px;
    margin-top: -3px
  }

  .aleft {
    width: 100%;
    position: relative;
    top: auto;
    display: none
  }

  .aleft .title {
    font-size: 20px;
    line-height: 62px;
    padding: 0 40px
  }

  .aleft ul li {
    position: relative
  }

  .aleft ul li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%)
  }

  .aleft ul li a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    padding: 0 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #182a37;
    position: relative
  }

  .aright {
    width: 100%
  }

  .aright .inmain-title {
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 8px
  }

  .solist ul li .box {
    display: block;
    padding: 20px 0
  }

  .solist ul li .pic {
    width: 100%
  }

  .solist ul li .text {
    width: 100%
  }

  .solist ul li .bt {
    font-size: 24px;
    line-height: 35px
  }

  .solist ul li .p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 15px
  }

  .product {
    padding: 40px 0
  }

  .product .inmain-bottom {
    padding-top: 25px
  }

  .product .home-title {
    font-size: 28px
  }

  .prolist {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px
  }

  .prolist .box {
    box-shadow: 0 0 26px 0 rgba(4, 71, 91, 0.1);
    border-radius: 10px
  }

  .prolist .text {
    padding: 12px 24px
  }

  .prolist .bt {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 13px
  }

  .prolist .more p {
    border-radius: 7px
  }

  .product02 {
    padding: 40px 0 0 0
  }

  .product02 ul {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    padding-top: 25px
  }

  .product02 ul li .text {
    box-shadow: 0 0 26px 0 rgba(4, 71, 91, 0.1);
    border-radius: 10px;
    margin-top: -58px;
    padding: 70px 24px 24px 24px
  }

  .product02 ul li .pic {
    width: 50px;
    height: 58px;
    margin-left: 13px;
    border-radius: 0 0 36px 36px
  }

  .product02 ul li .bt {
    font-size: 20px;
    margin-bottom: 10px
  }

  .product02 ul li .span {
    font-size: 16px;
    line-height: 28px
  }

  .so-info {
    font-size: 16px;
    line-height: 28px;
    padding-top: 25px
  }

  .so-info p {
    margin-bottom: 6px
  }

  .so-info .img {
    width: 100%
  }

  .swiper-solution {
    padding-bottom: 40px
  }

  .swiper-solution .pic {
    border-radius: 10px
  }

  .so1 {
    padding: 40px 0 0 0
  }

  .so1 .home-title {
    font-size: 26px
  }

  .so1 .inmain-bottom {
    padding: 15px;
    padding-top: 25px;
    margin: 0 -15px
  }

  .so1 .prolist {
    grid-template-columns: 1fr 1fr
  }

  .news-show {
    padding-top: 40px
  }

  .news-show .inmain-bottom {
    padding: 25px 0 0 0
  }

  .news-show .inmain-bottom .neleft {
    width: 100%
  }

  .news-show .inmain-bottom .neright {
    width: 100%;
    position: relative;
    top: auto;
    display: none
  }

  .news-show .inmain-bottom .neright .home-title {
    font-size: 31px;
    margin-bottom: 41px
  }

  .news-show .inmain-bottom .neright .newslist2 {
    margin: 0
  }

  .news-show .inmain-bottom .neright .newslist2 .item {
    margin-bottom: 0
  }

  .news-show .inmain-bottom .neright .newslist .item .box {
    background: none
  }

  .news-show .inmain-bottom .neright .newslist {
    grid-template-columns: 1fr
  }

  .news-show .inmain-bottom .neright .newslist .bt {
    margin-bottom: 17px
  }

  .news-show .inmain-bottom .neright .newslist .pic {
    border-radius: 15px
  }

  .news-show .inmain-bottom .neright .newslist2 .item {
    padding: 0;
    width: 100%
  }

  .news-show .inmain-bottom .neright .newslist .item .text {
    padding-top: 20px;
    padding-left: 0;
    min-height: 0;
    padding-right: 0;
    padding-bottom: 0
  }

  .h1 {
    font-size: 26px;
    line-height: 38px
  }

  .h2 {
    font-size: 16px;
    line-height: 28px;
    padding: 14px 0
  }

  .h2 span {
    margin-right: 15px
  }

  .news-info {
    font-size: 16px;
    line-height: 28px;
    padding: 15px 0
  }

  .news-info p {
    margin-bottom: 10px
  }

  .lable {
    font-size: 14px;
    padding-bottom: 25px;
    line-height: 40px;
    color: #333;
    margin-top: 20px
  }

  .lable span {
    color: #333;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 16px;
    padding-right: 4px
  }

  .lable a {
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    padding: 0 27px;
    margin-bottom: 5px;
    margin-right: 10px;
    text-align: center;
    display: block;
    float: left;
    background: var(--main-color);
    border-radius: 30px
  }

  .list-page-news {
    margin-bottom: 27px
  }

  .list-page-news ul {
    overflow: hidden
  }

  .list-page-news ul li {
    float: left;
    width: 100%
  }

  .list-page-news ul li p {
    padding: 11px 0
  }

  .list-page-news ul li a {
    line-height: 28px;
    font-size: 16px;
    padding-left: 144px
  }

  .list-page-news ul li a span {
    line-height: 28px;
    top: 0;
    width: 122px;
    background: url(../image/prev.png) no-repeat center right;
    background-size: 9px
  }

  .list-page-news ul li:nth-child(2) a span {
    background: url(../image/next.png) no-repeat center right;
    background-size: 9px
  }

  .return a {
    font-size: 16px;
    width: 160px;
    line-height: 40px;
    border-radius: 30px
  }

  .related-pro {
    padding: 40px 0
  }

  .related-pro .inmain-bottom {
    padding-top: 25px
  }

  .download {
    padding: 40px 0
  }

  .downloadlist {
    margin-top: 25px
  }

  .downloadlist .item {
    font-size: 20px;
    line-height: 84px;
    padding: 0 26px;
    display: none
  }

  .downloadlist .span {
    width: 100%;
    padding: 0 0 0 34px;
    text-align: left
  }

  .downloadlist .span1 {
    text-align: left;
    width: 100%
  }

  .downloadlist .title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 15px
  }

  .downloadlist .ul {
    padding: 24px
  }

  .downloadlist .info {
    margin-bottom: 28px
  }

  .downloadlist .info .list {
    margin-bottom: 10px;
    padding: 20px
  }

  .downloadlist .info .list .span {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px
  }

  .downloadlist .info .list .span .pic {
    width: 20px;
    left: 0;
    top: 4px;
    transform: none
  }

  .downloadlist .info .list .phone {
    display: inline-block;
    vertical-align: top
  }

  .downloadlist .info .list .span1 {
    font-size: 18px;
    line-height: 32px;
    min-height: 32px;
    padding-left: 34px
  }

  .downloadlist .info .list .down-btn {
    width: 140px;
    line-height: 40px;
    border-radius: 30px;
    padding: 0 16px;
    margin: 0 auto;
    font-size: 14px
  }

  .downloadlist .info .list .down-btn img {
    width: 20px;
    margin-right: 12px;
    margin-top: -2px
  }

  .downbottom {
    margin-top: 25px
  }

  .download-search {
    padding: 10px
  }

  .download-search .item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px
  }

  .download-search .item select,
  .download-search .item input {
    width: 100%;
    height: 50px;
    padding: 0 60px 0 20px;
    font-size: 14px
  }

  .download-search .item select::-ms-expand {
    display: none
  }

  .download-search .item select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../image/next.png) no-repeat scroll 95% center;
    background-size: 13px;
    background: #ffffff\9\0
  }

  .download-search .item:nth-child(2) {
    width: 100%;
    margin-bottom: 0
  }

  .download-search a {
    width: 50px;
    height: 50px;
    background-size: 20px;
    right: 0
  }

  .contact {
    padding: 40px 0
  }

  .contact .left {
    width: 100%;
    margin-bottom: 30px
  }

  .contact .left .span {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 17px
  }

  .contact .left .f3 {
    font-size: 16px;
    line-height: 25px
  }

  .contact .left .f3 p {
    margin-bottom: 5px
  }

  .contact .left .info {
    padding-left: 0
  }

  .contact .left .info .img {
    width: 85px;
    position: relative;
    top: auto;
    left: auto
  }

  .contact .left .ewma {
    margin: 0 -11px;
    padding-top: 20px
  }

  .contact .left .ewma .li {
    width: 50%;
    padding: 0 11px
  }

  .contact .left .ewma .li .box {
    padding: 14px
  }

  .contact .left .ewma .li .h3 {
    font-size: 16px;
    line-height: 43px
  }

  .contact .h3 {
    font-size: 28px
  }

  .contact .jsh {
    font-size: 16px;
    line-height: 28px;
    padding: 13px 0 8px 0
  }

  .contact .jsh p {
    margin-bottom: 8px
  }

  .contact .right {
    width: 100%
  }

  .contact .right .list ul {
    font-size: 0;
    margin: 0 -5px
  }

  .contact .right .list ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px
  }

  .contact .right .list ul li .span {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px
  }

  .contact .right .list ul li .input,
  .contact .right .list ul li textarea,
  .contact .right .list ul li select {
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    font-family: var(--Roboto-Light)
  }

  .contact .right .list ul li select::-ms-expand {
    display: none
  }

  .contact .right .list ul li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebf1f5 url(../image/next.png) no-repeat scroll 98% center;
    background-size: 12px
  }

  .contact .right .list ul li p {
    font-size: 14px;
    line-height: 30px;
    color: #949494
  }

  .contact .right .list ul li textarea {
    height: 100px;
    padding: 11px 20px
  }

  .contact .right .list ul li .more a span {
    line-height: 43px
  }

  .contact .right .list ul li .more a,
  .contact .right .list ul li .more p {
    border-radius: 4px;
    min-width: 120px
  }

  .contact .right .list ul .hide {
    font-size: 16px;
    line-height: 25px
  }

  .contact .right .list ul .hide .box {
    padding-left: 40px
  }

  .contact .right .list ul .hide .box .checkbox {
    position: absolute;
    top: 8px;
    left: 0
  }

  .contact .right .list ul .code {
    padding-right: 0
  }

  .contact .right .list ul .code input {
    height: 45px;
    padding-right: 100px
  }

  .contact .right .list ul .code .p {
    position: relative
  }

  .contact .right .list ul .code .img {
    border-radius: 4px;
    overflow: hidden;
    width: 94px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0
  }

  .contact .right .list ul .code .more {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px
  }

  .about {
    padding: 40px 0 0 0
  }

  .about .home-title {
    font-size: 26px
  }

  .about01 {
    padding: 40px 0
  }

  .about01 .left {
    width: 100%
  }

  .about01 .left video {
    border-radius: 15px
  }

  .about01 .right {
    width: 100%;
    margin-top: 11px
  }

  .about01 .right .bt {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px
  }

  .about01 .right .p {
    font-size: 16px;
    line-height: 28px
  }

  .about02 {
    padding: 40px 0
  }

  .about02 .inmain-bottom {
    padding-top: 25px;
    overflow: hidden
  }

  .about02 .inmain-bottom .img {
    display: none
  }

  .about02 .inmain-bottom .swiper-slide {
    height: auto
  }

  .about02 .inmain-bottom ul li {
    width: 100%;
    float: left;
    position: relative;
    top: auto;
    left: auto
  }

  .about02 .inmain-bottom ul li .box {
    padding-left: 22px
  }

  .about02 .inmain-bottom ul li .pic {
    width: 100%;
    border-radius: 10px
  }

  .about02 .inmain-bottom ul li .text {
    padding-top: 15px
  }

  .about02 .inmain-bottom ul li .bt {
    font-size: 24px;
    margin-bottom: 9px
  }

  .about02 .inmain-bottom ul li .span {
    font-size: 16px;
    line-height: 28px;
    max-height: inherit;
    overflow: hidden
  }

  .about02 .inmain-bottom ul .a {
    background: none;
    padding-bottom: 0;
    padding-left: 0
  }

  .about02 .inmain-bottom ul .a .box {
    background: url(../image/line.png) no-repeat bottom left;
    background-size: 5px;
    position: relative;
    padding-top: 0
  }

  .about02 .inmain-bottom ul .a .box .pic {
    position: relative;
    top: auto;
    left: auto;
    width: 100%
  }

  .about03 {
    padding: 40px 0 0 0
  }

  .about03 .inmain-bottom {
    margin-top: 25px
  }

  .swiper-adv .box {
    height: 400px;
    position: relative;
    z-index: 1
  }

  .swiper-adv .box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0
  }

  .swiper-adv .hover {
    z-index: 44
  }

  .swiper-adv .bt {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px
  }

  .swiper-adv .p {
    font-size: 16px;
    line-height: 28px
  }

  .swiper-adv .swiper-pagination {
    bottom: 15px
  }

  .swiper-adv .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    width: 10px;
    height: 10px
  }

  .swiper-adv .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px
  }

  .about04 {
    padding: 40px 0
  }

  .about04 .inmain-bottom {
    padding-top: 25px
  }

  .about04 ul {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 8px;
    grid-column-gap: 8px
  }

  .about04 ul li .bt {
    font-size: 16px;
    line-height: 41px;
    padding: 0 10px
  }

  .about04 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .about05 {
    height: auto;
    padding-top: 40px
  }

  .about05 .abt {
    position: relative;
    top: auto;
    left: auto
  }

  .about05 .inmain-bottom {
    font-size: 16px;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 20px
  }

  .about05 .inmain-bottom .p {
    padding: 0 10px
  }

  .about05 .inmain-bottom span {
    font-size: 28px
  }

  .about06 {
    padding: 40px 0
  }

  .about06 .inmain-bottom {
    padding-top: 25px
  }

  .about06 ul {
    margin: 0 -5px
  }

  .about06 ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px
  }

  .about06 ul li .bt {
    font-size: 16px;
    line-height: 60px;
    width: 120%;
    left: -10%
  }

  .about06 ul li .bt:after,
  .about06 ul li .bt:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0
  }

  .about06 ul li .bt:before {
    top: -2px
  }

  .about06 ul li .bt:after {
    bottom: -2px
  }

  .about07 {
    padding: 40px 0
  }

  .about07 .inmain-bottom {
    padding-top: 25px
  }

  .product-show {
    padding: 0
  }

  .product01 {
    padding: 40px 0
  }

  .product01 .right {
    width: 100%;
    padding-top: 20px
  }

  .product01 .right .bt {
    margin-bottom: 15px;
    font-size: 28px
  }

  .product01 .right .span {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px
  }

  .product01 .right .pp {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px
  }

  .product01 .right .btn {
    margin-top: 20px
  }

  .product01 .right .p {
    font-size: 16px
  }

  .product01 .right .more {
    margin-right: 5px
  }

  .product01 .right .more a {
    font-size: 16px
  }

  .product01 .right .more a span {
    line-height: 40px
  }

  .product01 .right .more a svg {
    width: 18px;
    height: 18px;
    margin-top: -4px;
    margin-left: 10px
  }

  .product01 .left {
    width: 100%;
    padding-left: 0
  }

  .product01 .left .mySwiper2 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px
  }

  .product01 .left .li {
    padding: 33px 0;
    overflow: hidden;
    position: relative;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    display: none
  }

  .product01 .left .mySwiper1 {
    overflow: hidden;
    position: relative;
    height: 100%
  }

  .product01 .left .mySwiper1 .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.greentouch.com.cn/template/index/pc/images/bofang.png) no-repeat center center;
    background-size: 36px
  }

  .product01 .left .swiper-button-next,
  .product01 .left .swiper-button-prev {
    background: #eceeec;
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0;
    height: 25px;
    margin-top: 0;
    z-index: 3;
    top: 0
  }

  .product01 .left .swiper-button-next:after,
  .product01 .left .swiper-button-prev:after {
    font-size: 18px;
    color: #666;
    transform: rotate(90deg)
  }

  .product01 .left .swiper-button-next {
    bottom: 0;
    top: auto
  }

  .product03 {
    position: relative;
    top: auto
  }

  .product03 ul {
    display: block
  }

  .product03 ul li {
    margin-right: 10px
  }

  .product03 ul li a {
    font-size: 16px;
    line-height: 46px;
    padding: 0 15px;
    border-bottom: 2px solid #f4fdff
  }

  .product04 {
    padding: 0
  }

  .pt-item {
    padding-bottom: 40px;
    padding-top: 40px
  }

  .pt-item .home-title {
    font-size: 26px
  }

  .pt-item .inmain-bottom {
    padding-top: 25px
  }

  .descriptionlist {
    grid-template-columns: 1fr;
    grid-row-gap: 20px
  }

  .descriptionlist li .img {
    width: 100%
  }

  .descriptionlist li .text {
    width: 100%;
    padding-top: 10px
  }

  .descriptionlist li .bt {
    font-size: 24px;
    margin-bottom: 15px
  }

  .descriptionlist li .p {
    font-size: 16px;
    line-height: 28px
  }

  .descriptionlist .item1 .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .mountinglist {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px
  }

  .mountinglist li .pic {
    border-radius: 12px
  }

  .mountinglist li .text {
    padding-top: 10px
  }

  .mountinglist li .bt {
    font-size: 24px;
    margin-bottom: 14px
  }

  .mountinglist li .span {
    font-size: 16px;
    line-height: 28px
  }

  .adul {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px
  }

  .adul .abditem .bt {
    font-size: 18px;
    margin-bottom: 17px
  }

  .splist dl {
    padding: 18px 0
  }

  .splist dt {
    font-size: 18px;
    line-height: 30px;
    padding-right: 85px;
    height: 60px;
    background: url(../image/jt.png) no-repeat right 10px;
    background-size: 15px
  }

  .splist dt .span-01 {
    width: 100%;
    font-size: 20px
  }

  .splist dt .span-02 {
    width: 100%;
    font-size: 16px
  }

  .splist .cur dt {
    background: url(../image/jth.png) no-repeat right 10px;
    background-size: 15px
  }

  .applicationlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px
  }

  .applicationlist li .box {
    padding: 6px
  }

  .applicationlist li .bt {
    font-size: 16px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 8px
  }

  .table0 {
    overflow: auto
  }

  .table0 table {
    width: 1200px
  }

  .table0 td {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    line-height: 30px
  }

  .table0 .firstRow td {
    font-size: 16px
  }

  .table0 img {
    width: 22px;
    margin-right: 11px;
    margin-top: -4px
  }
}

@media (max-width:520px) {
  .swiper-renewal-main .bt {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 0
  }

  .prolist {
    grid-row-gap: 10px;
    grid-column-gap: 10px
  }

  .product02 ul {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding-top: 25px
  }

  .more a,
  .more p {
    padding: 0 12px
  }

  .applicationlist {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px
  }

  .second-nav ul li a {
    font-size: 14px;
    line-height: 32px
  }

  .newslist .text {
    padding: 12px
  }

  .newslist {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px
  }

  .caselist {
    grid-row-gap: 10px;
    grid-column-gap: 10px
  }

  .videolist {
    grid-row-gap: 10px;
    grid-column-gap: 10px
  }

  .job2 dl {
    padding: 16px
  }

  .faq .item-info .item-p .p {
    padding-left: 0
  }

  .faq .item-info .item-p {
    padding: 16px;
    margin-bottom: 16px
  }

  .faq .item-info .item-p ul {
    padding: 9px 0
  }

  .faq .item-info .item-p .p p {
    text-indent: inherit !important
  }

  .home-partner span {
    position: relative;
    top: auto;
    left: auto;
    line-height: 30px;
    display: block;
    margin-bottom: 10px
  }

  .home-partner .info {
    padding-left: 0
  }

  .exlist li .bt {
    bottom: 10px
  }
}

@keyframes likes {
  0% {
    top: 0
  }

  25% {
    top: 5px
  }

  50% {
    top: 10px
  }

  75% {
    top: 5px
  }

  100% {
    top: 0
  }
}

.swiper-renewal-main .banner-hover .more {
  position: relative;
  animation-name: likes !important;
  animation-direction: alternate !important;
  animation-timing-function: linear !important;
  animation-delay: 0s !important;
  animation-iteration-count: infinite !important;
  animation-duration: 1.5s !important;
}

.home-product .home-bottom .zuobian .box .img .pic:after {
  padding-bottom: 60%;
}

.home-product .youbian .bt .tit {
  line-height: 43rem;
  height: 43rem;
  margin-bottom: 20rem;
  overflow: hidden;
}

.home-product .youbian .bt .txt {
  line-height: 24rem;
  height: 48rem;
  overflow: hidden;
  font-size: 16rem;
  margin-bottom: 15rem;
}

.product01 .left .pic:after {
  padding-bottom: 66.159%;
}

.descriptionlist li .img img {
  border-radius: 12px;
}

.mountinglist2 {}

.mountinglist2 .left {
  width: 46.5%;
  float: left;
  position: relative;
}

.mountinglist2 .left .item {
  border-bottom: 1px solid #d3d6dc;
  padding: 20rem 0;
}

.mountinglist2 .left .item .tit {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  margin-bottom: 15rem;
  color: #182a37;
  cursor: pointer;
  background: url(../image/jt.png) no-repeat right 14rem;
  background-size: 20rem;
}

.mountinglist2 .left .item.active .tit {
  background: url(../image/jth.png) no-repeat right 14rem;
  background-size: 20rem;
}

.mountinglist2 .left .item .text {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  color: #666;
  display: none;
}

.mountinglist2 .left .item.active .text {
  display: block;
}

.mountinglist2 .right {
  width: 46.5%;
  float: right;
  position: relative;
}

.mountinglist2 .right .mySwiper3 {
  position: relative;
  overflow: hidden;
}

.mountinglist2 .right .mySwiper3 .pic img {
  width: 100%;
}

.mountinglist2 .right .mySwiper3 .pic:after {
  padding-bottom: 72%;
}

.nav ul li .subnav2 .left ul li {
  position: relative;
}

.nav ul li .subnav2 .left ul li .hover {
  position: absolute;
  max-width: 100rem;
  left: -100rem;
  top: -10rem;
  display: none;
}

.nav ul li .subnav2 .left ul li:hover .hover {
  display: block;
}

.prolist .item {
  padding: 10px;
}

@media (max-width: 1025px) {

  .mountinglist2 .left,
  .mountinglist2 .right,
  .splist dt .span-02 p {
    width: 100%;
  }

  .splist dt {
    padding-right: 0;
  }

  .adul .abditem .p img {
    max-width: 100% !important;
  }

  .home-product .youbian .bt .tit {
    height: 43px;
    line-height: 43px;
    margin-bottom: 6px;
    font-size: 16px;
  }

  .home-product .youbian .bt .txt {
    line-height: 24px;
    height: 43px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .prolist {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }

  .prolist .item {
    width: 50%;
    float: left;
  }

  .swiper-adv .box {
    height: 185px;
  }

  .swiper-adv .bt {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #fff;
  }

  .swiper-adv .bt br {
    display: none;
  }

  .swiper-adv .p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
}


.page-content {
  font-size: 16rem;
  line-height: 28rem;
  color: #585858;
}