@charset "utf-8";
:root {
  --main-color: #000;
  --index-color: #083d8a;
  --hover-color: #228e3b;
  --Ubuntu-Regular: Ubuntu-Regular;
  --Ubuntu-Light: Ubuntu-Light;
  --Ubuntu-Bold: Ubuntu-Bold;
  --Ubuntu-Medium: Ubuntu-Medium;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: var(--Ubuntu-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--Ubuntu-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: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@font-face {
  font-family: Ubuntu-Regular;
  src: url('../font/Ubuntu-Regular.woff2') format('woff2'), url('../font/Ubuntu-Regular.woff') format('woff'), url('../font/Ubuntu-Regular.ttf') format('truetype'), url('../font/Ubuntu-Regular.eot') format('embedded-opentype'), url('../font/Ubuntu-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ubuntu-Light;
  src: url('../font/Ubuntu-Light.woff2') format('woff2'), url('../font/Ubuntu-Light.woff') format('woff'), url('../font/Ubuntu-Light.ttf') format('truetype'), url('../font/Ubuntu-Light.eot') format('embedded-opentype'), url('../font/Ubuntu-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ubuntu-Bold;
  src: url('../font/Ubuntu-Bold.woff2') format('woff2'), url('../font/Ubuntu-Bold.woff') format('woff'), url('../font/Ubuntu-Bold.ttf') format('truetype'), url('../font/Ubuntu-Bold.eot') format('embedded-opentype'), url('../font/Ubuntu-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ubuntu-Medium;
  src: url('../font/Ubuntu-Medium.woff2') format('woff2'), url('../font/Ubuntu-Medium.woff') format('woff'), url('../font/Ubuntu-Medium.ttf') format('truetype'), url('../font/Ubuntu-Medium.eot') format('embedded-opentype'), url('../font/Ubuntu-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../font/Montserrat-Medium.otf);
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.sitemap {
  padding-bottom: 0 !important;
}
.sitemap .site-bottom {
  font-size: 18rem;
  line-height: 30rem;
  color: #666;
}
.sitemap .site-bottom p {
  margin-bottom: 16rem;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 24rem;
  color: #333;
  font-family: var(--Ubuntu-Bold);
}
.sitemap li .top1 .txt-2 {
  display: none;
}
.sitemap li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 18rem;
  color: #666;
  margin-right: 20rem;
  line-height:25px;
}
.sitemap li .bot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 10rem;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1520rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -80rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 80rem;
}
.header {
  height: 80rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 8rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 74rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
  margin-right: -24rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .lan {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 29rem;
  padding-left: 24rem;
}
.header .header-right .lan:before {
  content: '';
  display: block;
  width: 1px;
  background: #fff;
  height: 13rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6rem;
}
.header .header-right .lan span {
  display: block;
  width: 68rem;
  height: 80rem;
  line-height: 80rem;
  background: url(../images/arrow.png) no-repeat center right;
  background-size: 7rem;
  transition: 0.7s;
  font-size: 16rem;
  color: #ffffff;
  text-transform: uppercase;
}
.header .header-right .lan span img {
  width: 25rem;
  margin-right: 10rem;
  display: inline-block;
  vertical-align: middle;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 130rem;
  background: #fff;
  padding: 20rem;
  color: #fff;
  display: none;
  z-index: -1;
  box-shadow: 0rem 14rem 21rem 0rem rgba(84, 84, 84, 0.18);
}
.header .header-right .lan ul li a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
}
@media (min-width: 1025px) {
  .header .header-right .lan ul li a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.header .header-right .email {
  float: right;
}
.header .header-right .email a {
  height: 80rem;
  width: 74rem;
  background: url(../images/email.png) no-repeat center center;
  background-size: 21rem;
  display: block;
  position: relative;
}
.header .header-right .email a:after {
  content: '';
  display: block;
  width: 1px;
  background: #fff;
  height: 13rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6rem;
}
.header .header-right .email a:before {
  content: '';
  display: block;
  width: 1px;
  background: #fff;
  height: 13rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6rem;
}
.header .header-right .tel {
  float: right;
  padding-left: 22rem;
}
.header .header-right .tel a {
  font-size: 16rem;
  line-height: 80rem;
  color: #ffffff;
  background: url(../images/tel.png) no-repeat center left;
  background-size: 18rem;
  padding-left: 41rem;
}
@media (min-width: 1025px) {
  .header .header-right .tel a:hover {
    text-decoration: underline;
  }
}
.header .header-right .header-search {
  float: right;
  position: relative;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  height: 80rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 21rem !important;
  width: 75rem;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.nav {
  transition: 0.2s;
  float: right;
  position: relative;
  margin-right: 20rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 33rem;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  color: #fff;
  height: 80rem;
  line-height: 80rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
  font-family: var(--Ubuntu-Light);
}
.nav ul li a > span {
  display: inline-block;
  overflow: hidden;
  height: 80rem;
  line-height: 80rem;
  position: relative;
}
.nav ul li a .txt-1 {
  display: block;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.nav ul li a i {
  height: 80rem;
  width: 10rem;
  background: url(../images/jt1.png) no-repeat center center;
  background-size: 9rem;
  margin-left: 8rem;
  display: inline-block;
  vertical-align: top;
}
.nav ul li .subnav {
  width: 200rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100rem;
  display: none;
  z-index: 333;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 30rem 0;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0rem 7rem 38rem 0rem rgba(31, 33, 32, 0.06);
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
}
.nav ul li .subnav ul li a {
  font-size: 14rem;
  line-height: 22rem;
  height: auto;
  padding: 5rem;
  color: #212121 !important;
  margin: 0;
  text-decoration: none;
  text-align: center;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    text-decoration: underline;
  }
}
.nav ul li:hover a span {
  text-decoration: underline;
}
.nav ul li:hover a .txt-1 {
  transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  transform: translateY(-100%);
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a {
  text-decoration: underline;
}
.nav ul .active a > span {
  text-decoration: underline;
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
.headerfix,
.header1 {
  background: #fff;
  box-shadow: 0rem 7rem 38rem 0rem rgba(31, 33, 32, 0.06);
}
.headerfix .logo a .lg1,
.header1 .logo a .lg1 {
  display: none;
}
.headerfix .logo a .lg2,
.header1 .logo a .lg2 {
  display: block;
}
.headerfix .nav ul li a,
.header1 .nav ul li a {
  color: #000;
}
.headerfix .nav ul li a i,
.header1 .nav ul li a i {
  background: url(../images/jt.png) no-repeat center center;
  background-size: 9rem;
}
.headerfix .header-right .header-search .pull-right a,
.header1 .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 21rem !important;
}
.headerfix .header-right .lan:before,
.header1 .header-right .lan:before {
  background: #000;
}
.headerfix .header-right .lan span,
.header1 .header-right .lan span {
  background: url(../images/arrow1.png) no-repeat center right;
  background-size: 7rem;
  color: #000;
}
.headerfix .header-right .email a,
.header1 .header-right .email a {
  background: url(../images/email1.png) no-repeat center center;
  background-size: 21rem;
}
.headerfix .header-right .email a:before,
.header1 .header-right .email a:before {
  background: #000;
}
.headerfix .header-right .email a:after,
.header1 .header-right .email a:after {
  background: #000;
}
.headerfix .header-right .tel a,
.header1 .header-right .tel a {
  color: #000;
  background: url(../images/tel1.png) no-repeat center left;
  background-size: 18rem;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 666;
  width: 300rem;
  transform: translate(-50%, -50%);
}
.banner .img img {
  display: block;
}
.banner .item {
  width: 50%;
  float: left;
  position: relative;
}
.banner .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  object-fit: cover;
}
.banner .item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 455;
  background: rgba(0, 0, 0, 0.7);
}
.banner .item video {
  display: block;
  width: 100%;
}
.banner .item video {
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .active:after {
  display: none;
}
.banner .active img {
  opacity: 0;
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  margin-bottom: 10px;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Roboto-Light);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-family: var(--Roboto-Bold);
  font-weight: normal;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  padding-right: 48px;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  font-family: var(--Poppins-Bold);
  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;
  font-family: var(--Poppins-Regular);
}
#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;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
.home-p {
  font-size: 14rem;
  color: #000000;
}
.home-title {
  font-size: 34rem;
  color: #000000;
}
.white {
  color: #ffffff;
}
.home-service {
  padding: 84rem 0 93rem 0;
  background-color: #f5f5f5;
}
.home-service ul {
  font-size: 0;
  text-align: center;
}
.home-service ul li {
  width: 25%;
  padding: 0 58rem;
  display: inline-block;
  vertical-align: top;
}
.home-service ul li .pic {
  width: 113rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
}
.home-service ul li .pic .mh {
  display: none;
}
.home-service ul li .text {
  padding-top: 31rem;
}
.home-service ul li .bt {
  font-family: var(--Ubuntu-Medium);
  font-size: 20rem;
  line-height: 32rem;
  margin-bottom: 10rem;
  color: #000000;
}
.home-service ul li .p {
  font-size: 16rem;
  line-height: 24rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .home-service ul li:hover .pic {
    background: #000000;
  }
  .home-service ul li:hover .pic .m {
    display: none;
  }
  .home-service ul li:hover .pic .mh {
    display: block;
  }
}
.home-product {
  padding: 98rem 0 104rem 0;
}
.home-product .home-title {
  margin-top: 7rem;
}
.home-product .home-bottom {
  padding-top: 41rem;
}
.home-product .swiper-product {
  margin-bottom: 24rem;
}
.swiper-product {
  position: relative;
  overflow: hidden;
  padding-bottom: 30rem;
}
.swiper-product .item {
  width: 25%;
}
.swiper-product .bt {
  font-size: 16rem;
  line-height: 32rem;
  margin-top: 9rem;
  color: #000000;
}
.swiper-product .bt a {
  color: #000000;
  height: 64rem;
  overflow: hidden;
  display: block;
}
@media (min-width: 1025px) {
  .swiper-product .bt a:hover {
    text-decoration: underline;
  }
}
.swiper-product .swiper-pagination {
  bottom: 0;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 2rem 8rem;
  opacity: 1;
  background-color: #e1e2e4;
  vertical-align: top;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet-active {
  width: 14rem;
  height: 14rem;
  margin: 0 8rem;
  background-color: #171717;
}
.swiper-tu {
  position: relative;
  overflow: hidden;
}
.swiper-tu .item {
  width: 100%;
}
.swiper-tu .pic {
  background-color: #f5f5f5;
}
.swiper-tu .pic:after {
  padding-bottom: 131.94444444%;
}

.swiper-tu .pic .img1{
	display:none;
}

@media (min-width: 1025px) {
  .swiper-tu .pic:hover img {
    transform: scale(1.1);
  }
  
  .swiper-tu .pic:hover .img0 {
    display:none;
  }
  
  .swiper-tu .pic:hover .img1 {
    display:block;
  }
  
}
.swiper-tu .swiper-button-prev:after,
.swiper-tu .swiper-button-next:after {
  font-size: 16rem;
  color: #a7a7a7;
}
.more {
  text-align: center;
}
.more a,
.more p {
  font-size: 16rem;
  color: #000000;
  padding: 0 25rem;
  line-height: 46rem;
  border-radius: 24rem;
  border: solid 1rem #777777;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .more a:hover {
    border: solid 1rem var(--main-color);
    background: var(--main-color);
    color: #fff;
  }
}
.more1 a,
.more1 p {
  border: solid 1rem #fff;
  background: #fff;
  color: #000;
}
.more2 a,
.more2 p {
  border: solid 1rem #fff;
  color: #fff;
}
.home-app .swiper-app {
  position: relative;
  overflow: hidden;
}
.home-app .swiper-app .swiper-button-prev:after,
.home-app .swiper-app .swiper-button-next:after {
  font-size: 36rem;
  color: #a7a7a7;
}
@media (min-width: 1025px) {
  .home-app .swiper-app .swiper-button-prev:hover:after,
  .home-app .swiper-app .swiper-button-next:hover:after {
    color: #000;
  }
}
.home-app .swiper-app .swiper-button-prev {
  left: 100rem;
}
.home-app .swiper-app .swiper-button-next {
  right: 100rem;
}
.home-app .swiper-app .pic:after {
  padding-bottom: 36.19791667%;
}
.home-app .swiper-app .pic1 {
  display: none;
}
.home-app .swiper-app .pic1:after {
  padding-bottom: 100%;
}
.home-app .swiper-app .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.home-app .swiper-app .box {
  text-align: center;
}
.home-app .swiper-app .box .span {
  font-size: 30rem;
  color: #ffffff;
}
.home-app .swiper-app .box .span a {
  color: #ffffff;
}
.home-app .swiper-app .box .bt {
  font-family: var(--Ubuntu-Bold);
  font-size: 56rem;
  color: #ffffff;
  margin-top: 10rem;
  margin-bottom: 53rem;
  text-transform: uppercase;
}
.home-app .swiper-app .box .bt a {
  color: #ffffff;
}
.home-app .swiper-app .box .p {
  font-size: 16rem;
  margin-bottom: 122rem;
  color: #ffffff;
}
.home-app .swiper-app .box .p a {
  color: #ffffff;
}
.home-app .swiper-app .box .btn .more {
  display: inline-block;
  vertical-align: top;
  padding: 0 8rem;
}
.home-app .swiper-app .swiper-slide-active .box .span {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.home-app .swiper-app .swiper-slide-active .box .bt {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.home-app .swiper-app .swiper-slide-active .box .p {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.home-app .swiper-app .swiper-slide-active .box .btn {
  -webkit-animation: fadeInUp2 5s alternate;
  animation: fadeInUp2 5s alternate;
}
.home-news {
  padding: 92rem 0 0 0;
}
.home-news .swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 42rem;
}
.home-news .home-bottom {
  padding-top: 45rem;
}
.home-news .swiper-pagination {
  bottom: 0;
}
.home-news .swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 2rem 8rem;
  opacity: 1;
  background-color: #e1e2e4;
  vertical-align: top;
}
.home-news .swiper-pagination .swiper-pagination-bullet-active {
  width: 14rem;
  height: 14rem;
  margin: 0 8rem;
  background-color: #171717;
}
.newslist .item {
  float: left;
  width: 33.33333333%;
  margin-right: 29rem;
}
.newslist .item .box {
  overflow: hidden;
}
.newslist .item .box .text {
  padding: 24rem 16rem 19rem 16rem;
}
.newslist .item .box .bt {
  font-size: 20rem;
  line-height: 32rem;
  color: #010101;
  height: 64rem;
  overflow: hidden;
  margin-bottom: 10rem;
}
.newslist .item .box .p {
  font-family: var(--Ubuntu-Light);
  font-size: 16rem;
  line-height: 24rem;
  height: 48rem;
  margin-bottom: 19rem;
  overflow: hidden;
  color: #666666;
}
.newslist .item .box .more3 p {
  font-size: 14rem;
  line-height: 37rem;
  color: #1b1b1b;
}
.newslist .item .pic:after {
  padding-bottom: 59.05349794%;
}
@media (min-width: 1025px) {
  .newslist .item:hover .box {
    background: var(--main-color);
  }
  .newslist .item:hover .box .p {
    color: #fff;
  }
  .newslist .item:hover .box .bt {
    color: #fff;
  }
  .newslist .item:hover .box .more3 p {
    color: #fff;
  }
  .newslist .item:hover .pic img {
    transform: scale(1.1);
  }
}
.home-contact {
  padding-top: 96rem;
  padding-bottom: 96rem;
}
.home-contact .home-title {
  font-family: var(--Ubuntu-Medium);
  font-size: 24rem;
}
.home-contact .home-p {
  margin-top: 28rem;
  font-size: 16rem;
  color: #666666;
}
.home-contact .home-search {
  margin: 0 auto;
  width: 390rem;
  position: relative;
  overflow: hidden;
  margin-top: 33rem;
  padding-right: 83rem;
}
.home-contact .home-search input {
  width: 100%;
  height: 43rem;
  border-radius: 4rem;
  border: solid 1rem #e1e2e4;
  background: #fff;
  padding: 0 20rem;
}
.home-contact .home-search a {
  width: 72rem;
  line-height: 43rem;
  font-size: 18rem;
  color: #ffffff;
  text-align: center;
  display: block;
  background-color: #222222;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .home-contact .home-search a:hover {
    text-decoration: underline;
  }
}
.footer {
  border-top: 1px solid #e1e2e4;
}
@media (min-width: 1025px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer .footer-top {
  padding: 107rem 0 71rem 0;
}
.footer .footer-top ul {
  float: left;
  width: 74%;
}
.footer .footer-top ul li {
  width: 25%;
  float: left;
}
.footer .footer-top ul li a {
  font-size: 16rem;
  margin-bottom: 28rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #261c19;
  padding-right: 5rem;
}
.footer .footer-top ul li a .txt-2 {
  display: none;
}
@media (min-width: 1025px) {
  .footer .footer-top ul li a:hover {
    text-decoration: underline;
  }
}
.footer .footer-top ul li ul {
  width: 100%;
}
.footer .footer-top ul li ul li {
  width: 100%;
}
.footer .footer-top ul li ul li a {
  font-size: 14rem;
  line-height: 32rem;
  margin: 0;
}
.footer .footer-top .footer-contact {
  float: right;
  width: 26%;
}
.footer .footer-top .footer-contact .bt {
  font-size: 16rem;
  margin-bottom: 33rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #261c19;
}
.footer .footer-top .footer-contact .jsh {
  font-size: 14rem;
  line-height: 21rem;
  color: rgba(38, 28, 25, 0.98);
}
.footer .footer-top .footer-contact .jsh p {
  padding-left: 29rem;
  margin-bottom: 20rem;
}
.footer .footer-top .footer-contact .jsh p a {
  color: rgba(38, 28, 25, 0.98);
}
.footer .footer-top .footer-contact .jsh .f1 {
  background: url(../images/f1.png) no-repeat left 1rem;
  background-size: 16rem;
}
.footer .footer-top .footer-contact .jsh .f2 {
  background: url(../images/f2.png) no-repeat left 0;
  background-size: 14rem;
}
.footer .footer-top .footer-contact .jsh .f3 {
  background: url(../images/f3.png) no-repeat left 0;
  background-size: 16rem;
}
.footer .footer-top .footer-contact .jsh .f4 {
  background: url(../images/f4.png) no-repeat left 4rem;
  background-size: 18rem;
}
.footer .footer-bottom {
  padding: 32rem 0 0 0;
  background-color: #151515;
}
.footer .footer-bottom .left {
  float: left;
}
.footer .footer-bottom .right {
  float: right;
}
.footer .footer-bottom .ft {
  border-bottom: 1px solid #363636;
  padding-bottom: 21rem;
}
.footer .footer-bottom .ft .left a {
  width: 31rem;
  height: 31rem;
  margin-right: 29rem;
  display: block;
  float: left;
  background-image: linear-gradient(#ffffff, #ffffff);
  border-radius: 5rem;
}
 
.footer .footer-bottom .ft .left .s2 {
  background: #ffffff url(../images/sh2.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s3 {
  background: #ffffff url(../images/sh3.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s4 {
  background: #ffffff url(../images/sh4.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s5 {
  background: #ffffff url(../images/sh5.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s6 {
  background: #ffffff url(../images/sh6.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s7 {
  background: #ffffff url(../images/sh7.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .right a {
  line-height: 29rem;
  font-size: 18rem;
  color: #ffffff;
  display: block;
  padding-right: 40rem;
  background: url(../images/top.png) no-repeat center right;
  background-size: 26rem;
}
.footer .footer-bottom .fb {
  font-size: 14rem;
  line-height: 22rem;
  padding: 13rem 0;
  color: #fffffe;
}
.footer .footer-bottom .fb .left a {
  text-decoration: underline;
  color: #fffffe;
}
.footer .footer-bottom .fb .left span {
  margin-right: 40rem;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-bottom .fb .right a {
  color: #fffffe;
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
}
@-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);
  }
}
.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;
}
.inbanner2 .img {
  height: 639rem;
}
.inbanner2 .img:after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner2 .img1:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5;
  display:none;
  text-align: center;
}
.inbanner .banner-hover .bt {
  font-size: 62rem;
  margin-bottom: 15rem;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-animation: fadeInUp2 1s alternate;
  animation: fadeInUp2 1s alternate;
}
.inbanner .banner-hover .current {
  color: #ffffff;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.inbanner .banner-hover .current a {
  color: #ffffff;
}
.current {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
    -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.current2 {
  padding-top: 10rem;
}
.current a {
  color: #666666;
}
.current b {
  font-weight: normal;
}
.inbanner01 .banner-hover {
  top: 31%;
}
.content {
  padding: 80rem 0;
  min-height: 600rem;
}
.service {
  padding-bottom: 0;
}
.service .nr {
  font-size: 0;
  margin: 0 -68rem;
}
.service .item {
  width: 50%;
  padding: 0 68rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.service .item .box {
  position: relative;
  padding-left: 102rem;
}
.service .item .pic {
  width: 60rem;
  position: absolute;
  top: 4rem;
  left: 0;
}
.service .item .bt {
  font-size: 24rem;
  margin-bottom: 26rem;
  color: #222222;
}
.service .item .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
.service .item .p p {
  margin-bottom: 16rem;
}
.second-nav ul {
  text-align: center;
}
.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10rem;
}
.second-nav ul li a {
  display: block;
  line-height: 48rem;
  background-color: #f5f5f5;
  border-radius: 24rem;
  text-align: center;
  padding: 0 20rem;
  font-size: 16rem;
  color: #000000;
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a {
    background: #000;
    color: #fff;
  }
}
.second-nav ul .active a {
  background: #000;
  color: #fff;
}
.news {
  padding-bottom: 0 !important;
}
.newslist1 {
  margin: 0 -15rem;
  padding-top: 50rem;
}
.newslist1 .item {
  padding: 0 15rem;
  margin-right: 0;
  margin-bottom: 39rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 26px;
  line-height: 18px;
  text-transform: uppercase;
  height: 20px;
  margin: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  color: #000;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  background: url(../images/prev-01.png) no-repeat center center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover {
  background: url(../images/prev-02.png) no-repeat center center;
  background-size: 6px;
}
.page a.next {
  background: url(../images/next-01.png) no-repeat center center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover {
  background: url(../images/next-02.png) no-repeat center center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.news-show {
  padding-bottom: 0 !important;
}
.h1 {
  text-align: center;
  font-size: 38rem;
  color: #333333;
}
.h2 {
  text-align: center;
  font-size: 14rem;
  line-height: 26rem;
  margin-top: 7rem;
  color: #222222;
}
.h2 span {
  margin: 0 10rem;
}
.news-info {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
  padding: 17rem 0 45rem 0;
}
.news-info p {
  margin-bottom: 15rem;
}
.lable {
  font-size: 16rem;
  padding-bottom: 15rem;
  color: #333333;
}
.lable a {
  color: #666666;
}
@media (min-width: 1025px) {
  .lable a:hover {
    color: #333;
    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 a {
  display: block;
  line-height: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 16rem;
  color: #666666;
  position: relative;
  padding: 12rem 0;
  padding-left: 91rem;
}
.list-page-news ul li a span {
  line-height: 28rem;
  color: #333;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 65rem;
  background: url(../images/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(../images/next.png) no-repeat center right;
  background-size: 9rem;
}
.return {
  overflow: hidden;
  float: right;
}
.return a {
  font-size: 16rem;
  color: #666666;
  text-align: center;
  width: 206rem;
  line-height: 46rem;
  background: #f8f9f3;
  display: block;
}
@media (min-width: 1025px) {
  .return a:hover {
    color: #fff;
    background: var(--main-color);
  }
}
.related {
  padding: 95rem 0 48rem 0;
  overflow: hidden;
}
.related .mySwiper4 {
  position: relative;
  overflow: hidden;
  margin-top: 59rem;
}
.related .swiper-product {
  margin-top: 57rem;
}
.related .swiper-case {
  margin-top: 57rem;
}
.related1 {
  padding-bottom: 0;
}
.app {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.app .swiper-app {
  width: 1250rem;
  position: relative;
  margin: 0 auto;
}
.app .swiper-app .swiper-button-prev:after,
.app .swiper-app .swiper-button-next:after {
  font-size: 36rem;
  color: #a7a7a7;
}
@media (min-width: 1025px) {
  .app .swiper-app .swiper-button-prev:hover:after,
  .app .swiper-app .swiper-button-next:hover:after {
    color: #000;
  }
}
.app .swiper-app .pic:after {
  padding-bottom: 55.6%;
}
.app .swiper-app .pic1 {
  display: none;
}
.app .swiper-app .swiper-button-prev {
  left: 30rem;
}
.app .swiper-app .swiper-button-next {
  right: 30rem;
}
.app .swiper-app .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.app .swiper-app .box {
  padding: 0 140rem;
}
.app .swiper-app .box .bt {
  font-family: var(--Ubuntu-Bold);
  font-size: 56rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 48rem;
}
.app .swiper-app .box .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #ffffff;
}
.app .swiper-app .swiper-slide-active .box .bt {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.app .swiper-app .swiper-slide-active .box .p {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.home-title2 {
  font-family: var(--Oswald-Bold);
  font-size: 50rem;
  color: var(--main-color);
}
.home-title2 .line {
  width: 85rem;
  height: 6rem;
  margin-top: 22rem;
  background-color: #d8deec;
  border-radius: 3rem;
  position: relative;
}
.home-title2 .line:after {
  content: '';
  display: block;
  width: 15rem;
  height: 15rem;
  background-color: #111111;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5rem;
  z-index: 33;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80rem);
    transform: translateX(80rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80rem);
    transform: translateX(80rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.contact {
  padding: 0 !important;
  overflow: inherit;
}
.contact .contact-info {
  border-radius: 24rem 24rem 0rem 0rem;
  margin-top: -321rem;
  position: relative;
  z-index: 4;
  padding: 0 122rem 102rem 122rem;
  background: #fff;
}
.contact .contact-info .current {
  padding: 12rem 0;
  font-size: 16rem;
  line-height: 36rem;
  color: #666666;
}
.contact .contact-info .current a {
  color: #666666;
}
.contact .contact-info .current b {
  font-weight: normal;
}
.contact .contact-info .contact-bottom {
  padding-top: 48rem;
}
.contact .contact-info .left {
  float: left;
  width: 46%;
}
.contact .contact-info .left .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #222222;
  padding-top: 47rem;
}
.contact .contact-info .left .p p {
  margin-bottom: 16rem;
}
.contact .contact-info .right {
  float: right;
  width: 48.5%;
}
.contact .contact-info .right ul li {
  padding-bottom: 38rem;
  margin-bottom: 25rem;
  border-bottom: solid 1px #d7d7d9;
}
.contact .contact-info .right ul li .box {
  position: relative;
  min-height: 60rem;
  padding-left: 83rem;
  padding-top: 15rem;
}
.contact .contact-info .right ul li .box .pic {
  width: 52rem;
  position: absolute;
  top: 9rem;
  left: 0;
}
.contact .contact-info .right ul li .h3 {
  font-size: 20rem;
  margin-bottom: 6rem;
  color: #000000;
}
.contact .contact-info .right ul li .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #3e3e3e;
}
.contact01 {
  padding: 95rem 0 69rem 0;
  background-color: #f5f5f5;
  position: relative;
}
.contact01 .contact-bottom {
  padding-top: 62rem;
}
.contact01 .contact-bottom ul {
  margin: 0 -6rem;
}
.contact01 .contact-bottom ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 6rem;
  margin-bottom: 12rem;
}
.contact01 .contact-bottom ul li .box {
  position: relative;
}
.contact01 .contact-bottom ul li .box font {
  position: absolute;
  top: 0;
  left: 10rem;
  font-size: 19rem;
  line-height: 48rem;
  color: #ed2d2d;
}
.contact01 .contact-bottom ul li input,
.contact01 .contact-bottom ul li textarea {
  width: 100%;
  height: 48rem;
  border: solid 1rem #d1d1d1;
  padding: 0 20rem;
  background-color: #ffffff;
}
.contact01 .contact-bottom ul li textarea {
  height: 142rem;
  padding: 11rem 20rem;
}
.contact01 .contact-bottom ul li .span {
  float: left;
  position: relative;
}
.contact01 .contact-bottom ul li .span input {
  float: left;
  width: 660rem;
  height: 55rem;
  border-radius: 4rem;
  background-color: #f9f9f9;
  border: solid 1rem #e1e4e6;
}
.contact01 .contact-bottom ul li .span a.code {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.contact01 .contact-bottom ul li .span a.code img{
	max-height:52rem;
}

.contact01 .contact-bottom ul li .submit {
  float: left;
}
.contact01 .contact-bottom ul li .submit a {
  display: block;
  float: left;
  width: 201rem;
  line-height: 55rem;
  font-size: 16rem;
  color: #ffffff;
  background: #222222;
  text-align: center;
  border-radius: 5rem;
  margin-left: 24rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul li .submit a:hover {
    text-decoration: underline;
  }
}
.contact01 .contact-bottom ul li .submit .reset {
  background: #ffffff;
  color: #666666;
}
.product {
  padding-top: 9rem;
  padding-bottom: 0 !important;
}
.product .proul {
  width: 89%;
  margin: 0 auto;
  padding-top: 78rem;
}
.product .proul .proli {
  position: relative;
  padding-bottom: 23rem;
}
.productlist {
  margin: 0 -25rem;
  padding-top: 32rem;
  font-size: 0;
}
.productlist .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 25rem;
  margin-bottom: 41rem;
}
.productlist .item .swiper-tu .item {
  padding: 0;
  margin: 0;
  width: 100%;
}
.productlist .item .bt {
  font-size: 20rem;
}
.second-pro {
  padding-top: 28rem;
}
.second-pro ul {
  text-align: center;
}
.second-pro ul li {
  width: 101rem;
  margin: 0 10rem;
  display: inline-block;
  vertical-align: top;
}

.second-pro ul li .none{
	display:none;
}

.second-pro ul li .bt {
  font-size: 16rem;
  line-height: 32rem;
  padding-top: 5rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #222222;
}
.product-show {
  padding-top: 9rem;
  padding-bottom: 0 !important;
}
.pro-nr {
  padding-top: 133rem;
  padding-bottom: 117rem;
}
.pro-nr .left {
  width: 48.4%;
  float: left;
  padding-right: 128rem;
  position: relative;
}
.pro-nr .left .large .swiper {
  height: 792rem;
  position: relative;
  overflow: hidden;
}
.pro-nr .left2 .large .swiper {
  height: 610rem;
}
.pro-nr .left .pic {
  background-color: #f5f5f5;
}
.pro-nr .left .pic:after {
  padding-bottom: 131.94444444%;
}
.pro-nr .left2 .pic:after {
  padding-bottom: 100%;
}
.pro-nr .left .swiper-scrollbar {
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 72rem;
  width: 2px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro-nr .left .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000 !important;
}
.pro-nr .left .small {
  position: absolute;
  width: 52rem;
  right: 0;
  top: 0;
  height: 100%;
}

.pro-nr .left #smalllist{
	width: 65rem;
	overflow-y: auto;
}


.pro-nr .left .small .pic {
  border: 1px solid #fff;
}
.pro-nr .left .small .swiper-slide-thumb-active .pic {
  border: 1px #000 solid;
}

.pro-nr .left .small .cur .pic {
  border: 1px #000 solid;
}

.pro-nr .left .fullBtn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 36rem;
  margin-top: 43rem;
  background: url(../images/qp.png) no-repeat center center;
  background-size: 36rem;
}
.pro-nr .right {
  float: right;
  width: 48%;
}
.pro-nr .right .bt {
  font-size: 24rem;
  line-height: 36rem;
  margin-bottom: 37rem;
  color: #222222;
}
.pro-nr .right .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
.pro-nr .right .p p {
  margin-bottom: 16rem;
}
.pro-nr .right .jsh {
  font-size: 16rem;
  line-height: 28rem;
  color: #222222;
}
.pro-nr .right .jsh p {
  margin-bottom: 16rem;
}
.zoom {
  z-index: -9;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.zoom .large .swiper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.zoom .pic {
  max-height: 100vh;
}
.zoom .pic:after {
  padding-bottom: 131.94444444%;
}
.zoom.show {
  z-index: 9999;
  opacity: 1;
}
.zoom .closeBtn {
  cursor: pointer;
  display: block;
  width: 48rem;
  height: 48rem;
  line-height: 48rem;
  background: #000;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 9999;
  right: 20rem;
  top: 20rem;
}
.zoom .closeBtn:before,
.zoom .closeBtn:after {
  content: '';
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zoom .closeBtn:before {
  width: 18rem;
  height: 2rem;
}
.zoom .closeBtn:after {
  width: 2rem;
  height: 18rem;
}
.zoom .closeBtn:hover {
  background: var(--main-color);
}
.zoom .swiper {
  height: 100%;
}
.zoom .large {
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
}
.zoom .large img {
  width: initial;
  height: initial;
  display: inline-block;
}
.zoom .large .box {
  height: 100%;
  position: relative;
}
.zoom .small {
  width: 50rem;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20rem;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}
.zoom .small li {
  border: 1px #fff solid;
  height: auto;
}
.zoom .small .box:hover {
  opacity: 1;
}
.zoom .small .swiper-slide-thumb-active {
  border: 1px #000 solid;
}
.zoom .small .swiper-slide-thumb-active .box {
  opacity: 1;
}
.about {
  padding: 0 !important;
}
.about01 {
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 80rem 0 80rem 0;
  overflow: hidden;
  position: relative;
}
.about01 .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -100rem;
  left: 0;
}
.about01 .common-bread {
  position: relative;
}
.about01 .tabs {
  margin-top: 34rem;
  display: flex;
  align-items: center;
}
.about01 .left {
  color: #222;
  width: 30%;
  padding-top: 100rem;
  padding-bottom: 100rem;
  text-align: right;
  float: left;
  position: relative;
}
.about01 .left:before {
  content: '';
  top: 0;
  right: 18rem;
  width: 21rem;
  height: 100%;
  position: absolute;
  background: url(../images/fzlc-line.png) repeat-y;
  background-size: cover;
}
.about01 .right {
  width: 70%;
  float: right;
  padding-left: 112rem;
  overflow: hidden;
}
.about01 .menuTabs .swiper-container {
  overflow: hidden;
  height: 400px;
  position: relative;
}
.about01 .menuTabs .box {
  color: #9b9b9b;
  font-size: 30rem;
  line-height: 40rem;
  transition: all 500ms ease;
  height: 100rem;
  line-height: 100rem;
  padding-right: 80rem;
  cursor: pointer;
  position: relative;
}
.about01 .menuTabs .box:before {
  content: '';
  width: 40rem;
  height: 1px;
  top: 50%;
  right: 0;
  position: absolute;
  background: #d6d6d6;
}
.about01 .menuTabs .swiper-slide-thumb-active .box {
  color: var(--main-color);
  font-size: 76rem;
}
.about01 .swiper-button-disabled {
  display: none;
}
.about01 .swiper-button-prev,
.about01 .swiper-button-next {
  left: auto;
  right: 16rem;
  opacity: 1 !important;
  margin-top: 0;
  width: 46rem;
  height: 46rem;
  border-radius: 50%;
}
.about01 .swiper-button-prev:after,
.about01 .swiper-button-next:after {
  font-size: 0;
}
.about01 .swiper-button-prev:hover,
.about01 .swiper-button-next:hover {
  background-color: #ddd;
}
.about01 .swiper-button-prev {
  top: 0;
  background: #e9e9e9 url(../images/prev-1-1.png) no-repeat center center;
  background-size: 16rem;
}
@media (min-width: 1025px) {
  .about01 .swiper-button-prev:hover {
    background: var(--main-color) url(../images/prev-1-2.png) no-repeat center center;
    background-size: 16rem;
  }
}
.about01 .swiper-button-next {
  top: auto;
  bottom: 0;
  background: #e9e9e9 url(../images/next-1-1.png) no-repeat center center;
  background-size: 16rem;
}
@media (min-width: 1025px) {
  .about01 .swiper-button-next:hover {
    background: var(--main-color) url(../images/next-1-2.png) no-repeat center center;
    background-size: 16rem;
  }
}
.about01 .conTabs .swiper-container {
  height: 660rem;
  overflow: hidden;
}
.about01 .conTabs .swiper-slide {
  display: flex;
  align-items: center;
}
.about01 .conTabs .info {
  max-height: 180rem;
  overflow: hidden;
  color: #333333;
  font-size: 16rem;
  line-height: 30px;
  min-height: 60rem;
  padding-left: 20rem;
  position: relative;
}
.about01 .conTabs .info::before {
  content: '';
  display: inline-block;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 12rem;
  left: 0;
}
.about01 .conTabs .swiper-slide-active .info {
  font-size: 20rem;
  color: var(--main-color);
}
.about02 {
  position: relative;
  padding: 95rem 0 98rem 0;
  background: #f5f5f5;
}
.about02 .left {
  width: 57%;
  float: left;
}
.about02 .left .p {
  font-size: 18rem;
  margin-top: 28rem;
  line-height: 26rem;
  color: #666666;
}
.about02 .left .p p {
  margin-bottom: 16rem;
}
.about02 .right {
  float: right;
  width: 39%;
  margin-top: 10rem;
}
.about02 .right img {
  display: block;
}
.about03 {
  padding: 93rem 0 97rem 0;
  position: relative;
}
.about03 .about-bottom {
  padding-top: 66rem;
}
.about03 ul {
  font-size: 0;
  margin: 0 -50rem;
  text-align: center;
}
.about03 ul li {
  width: 33.33333333%;
  padding: 0 50rem;
  display: inline-block;
  vertical-align: top;
}
.about03 ul li .pic {
  width: 113rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.about03 ul li .pic .mh {
  display: none;
}
.about03 ul li .text {
  padding-top: 31rem;
}
.about03 ul li .bt {
  font-family: var(--Ubuntu-Medium);
  font-size: 20rem;
  line-height: 32rem;
  margin-bottom: 15rem;
  color: #000000;
}
.about03 ul li .p {
  font-size: 16rem;
  line-height: 24rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .about03 ul li:hover .pic {
    background: #000000;
  }
  .about03 ul li:hover .pic .m {
    display: none;
  }
  .about03 ul li:hover .pic .mh {
    display: block;
  }
}
.about04 {
  position: relative;
  overflow: hidden;
  padding: 95rem 0 0 0;
}
.about04 .about-bottom {
  margin-top: 50rem;
  position: relative;
}
.about04 ul {
  padding: 0 16rem;
}
.about04 ul li {
  padding: 0 10rem;
  float: left;
  width: 18.5%;
  transition: 0.5s;
}
.about04 ul li .box {
  height: 656rem;
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
}
.about04 ul li .box .img {
  height: 656rem;
}
.about04 ul li .box .img video,
.about04 ul li .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about04 ul li .box .img img {
  transition: 0.5s;
}
.about04 ul li .box .img .tu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about04 ul li .box .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.about04 ul li .box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 65rem 35rem 31rem 35rem;
}
.about04 ul li .box .text .bt {
  font-size: 20rem;
  line-height: 32rem;
  color: #ffffff;
}
.about04 ul li .box .text .p {
  font-size: 16rem;
  line-height: 26rem;
  color: #ffffff;
  opacity: 0;
  height: 0;
  transition: 0.5s;
}
.about04 ul .active {
  width: 63%;
}
.about04 ul .active .box .img .tu {
  opacity: 0;
}
.about04 ul .active .box .img:after {
  background: rgba(0, 0, 0, 0);
}
.about04 ul .active .box .text {
  padding: 65rem 60rem 46rem 60rem;
  bottom: 0;
  top: auto;
}
.about04 ul .active .box .text .bt {
  font-size: 24rem;
  margin-bottom: 11rem;
}
.about04 ul .active .box .text .p {
  opacity: 1;
  height: auto;
}
.about05 {
  position: relative;
  padding: 95rem 0 109rem 0;
  overflow: hidden;
}
.swiper-case {
  position: relative;
  width: 968rem;
  margin: 0 auto;
  margin-top: 46rem;
}

.swiper-case .swiper-slide {
  transform: scale(0.95);
}

.swiper-case .swiper-button-prev:after,
.swiper-case .swiper-button-next:after {
  font-size: 26rem;
  color: #a7a7a7;
}
@media (min-width: 1025px) {
  .swiper-case .swiper-button-prev:hover:after,
  .swiper-case .swiper-button-next:hover:after {
    color: #000;
  }
}
.swiper-case .swiper-button-prev {
  left: 10rem;
}
.swiper-case .swiper-button-next {
  right: 10rem;
}

.swiper-case .pic:after {
  padding-bottom: 54.23553719%;
}
.swiper-case .pic:before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
}
.swiper-case .hover {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
  z-index: 44;
  padding: 0 50rem;
}
.swiper-case .box .bt {
  font-size: 34rem;
  line-height: 56rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding-right: 80rem;
}
.swiper-case .box .bt2{
	color: #000000;
}
.swiper-case .box .bt span {
  font-size: 16rem;
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: 30rem;
}
@media (min-width: 1025px) {
  .swiper-case .box:hover .pic img {
    /* transform: scale(1.1); */
  }
}
.swiper-case .swiper-slide-active .pic:before {
  /* background: rgba(0, 0, 0, 0.6); */
}

.swiper-case .swiper-slide-active{
	transform: scale(1);
}

.about06 {
  position: relative;
  padding: 95rem 0 0 0;
  background: #f5f5f5 url(../images/bg.png) no-repeat bottom center;
  background-size: 100%;
}
.about06 .home-title {
  line-height: 40rem;
}
.about06 .home-title::before,
.about06 .home-title::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 18rem;
  height: 40rem;
}
.about06 .home-title::before {
  background: url(../images/maisui-1.png) no-repeat left center;
  background-size: 100%;
  margin-right: 15rem;
}
.about06 .home-title::after {
  background: url(../images/maisui-2.png) no-repeat right center;
  background-size: 100%;
  margin-left: 15rem;
}
.about06 .home-p {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
  margin-top: 13rem;
}
.about06 .about-bottom {
  padding-top: 48rem;
}
.swiper-patents {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 74%;
  padding-bottom: 123rem;
}
.swiper-patents .pic {
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 20%);
  box-reflect: below 0 linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 20%);
}
.swiper-patents .pic:after {
  padding-bottom: 138.88888889%;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap .sitemap-bottom {
    font-size: 16px;
    line-height: 30px;
  }
  .sitemap li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top1 {
    font-size: 24px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 18px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    margin-top: 10px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .header {
    height: 60px;
    background: #fff;
    box-shadow: 0px 7px 38px 0px rgba(31, 33, 32, 0.06);
  }
  .header .logo {
    padding-top: 6px;
  }
  .header .logo a img {
    width: 56px;
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .header-right {
    margin-right: 0;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .email {
    display: none;
  }
  .header .header-right .tel {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .nav {
    display: none;
  }
  .banner {
    margin-top: 60px;
  }
  .banner .img {
    width: 100px;
  }
  .banner .item {
    width: 50%;
  }
  .banner .item img {
    opacity: 0;
    display: none;
  }
  .banner .item:after {
    display: none;
  }
  .banner .item video {
    height: 50vh;
  }
  .banner .active:after {
    display: none;
  }
  .banner .active img {
    opacity: 0;
    display: none;
  }
  .phone {
    display: block;
  }
  .home-p {
    font-size: 14px;
  }
  .home-title {
    font-size: 22px;
  }
  .home-service {
    padding: 40px 0 20px 0;
  }
  .home-service ul li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .home-service ul li .pic {
    width: 60px;
  }
  .home-service ul li .text {
    padding-top: 10px;
  }
  .home-service ul li .bt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .home-service ul li .bt br {
    display: none;
  }
  .home-service ul li .p {
    font-size: 14px;
    line-height: 24px;
  }
  .home-product {
    padding: 40px 0;
  }
  .home-product .home-title {
    margin-top: 7px;
  }
  .home-product .home-bottom {
    padding-top: 25px;
  }
  .home-product .swiper-product {
    margin-bottom: 20px;
  }
  .swiper-product {
    padding-bottom: 30px;
  }
  .swiper-product .item {
    width: 50%;
  }
  .swiper-product .bt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .swiper-product .bt a {
    height: 48px;
  }
  .swiper-product .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 2px 4px;
  }
  .swiper-product .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .swiper-tu .swiper-button-prev:after,
  .swiper-tu .swiper-button-next:after {
    font-size: 14px;
  }
  .more a,
  .more p {
    font-size: 14px;
    padding: 0 20px;
    line-height: 34px;
    border-radius: 24px;
  }
  .home-app .swiper-app .swiper-button-prev:after,
  .home-app .swiper-app .swiper-button-next:after {
    font-size: 24px;
  }
  .home-app .swiper-app .swiper-button-prev {
    left: 10px;
  }
  .home-app .swiper-app .swiper-button-next {
    right: 10px;
  }
  .home-app .swiper-app .pic {
    display: none;
  }
  .home-app .swiper-app .pic1 {
    display: block;
  }
  .home-app .swiper-app .pic img {
    height: 100%;
  }
  .home-app .swiper-app .box {
    padding: 0 30px;
  }
  .home-app .swiper-app .box .span {
    font-size: 16px;
  }
  .home-app .swiper-app .box .bt {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home-app .swiper-app .box .p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home-app .swiper-app .box .btn .more {
    padding: 0 8px;
    margin-bottom: 12px;
  }
  .home-news {
    padding: 40px 0 0 0;
  }
  .home-news .swiper {
    padding-bottom: 35px;
  }
  .home-news .home-bottom {
    padding-top: 25px;
  }
  .home-news .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 2px 4px;
  }
  .home-news .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  .newslist .item {
    width: 50%;
    margin-right: 15px;
  }
  .newslist .item .box .text {
    padding: 9px 0 9px 0;
  }
  .newslist .item .box .bt {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 10px;
  }
  .newslist .item .box .p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 9px;
  }
  .newslist .item .box .more3 p {
    font-size: 12px;
    line-height: 30px;
  }
  .home-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-contact .home-title {
    font-size: 22px;
  }
  .home-contact .home-p {
    margin-top: 18px;
    font-size: 14px;
  }
  .home-contact .home-search {
    width: 100%;
    margin-top: 25px;
    padding-right: 83px;
  }
  .home-contact .home-search input {
    width: 100%;
    height: 43px;
    border-radius: 4px;
    border: solid 1px #e1e2e4;
    padding: 0 20px;
  }
  .home-contact .home-search a {
    width: 72px;
    line-height: 43px;
    font-size: 15px;
    border-radius: 4px;
  }
  .footer .footer-top {
    padding: 40px 0;
  }
  .footer .footer-top ul {
    display: none;
  }
  .footer .footer-top .footer-contact {
    width: 100%;
  }
  .footer .footer-top .footer-contact .bt {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .footer .footer-top .footer-contact .jsh {
    font-size: 14px;
    line-height: 21px;
  }
  .footer .footer-top .footer-contact .jsh p {
    padding-left: 29px;
    margin-bottom: 20px;
  }
  .footer .footer-top .footer-contact .jsh .f1 {
    background: url(../images/f1.png) no-repeat left 1px;
    background-size: 16px;
  }
  .footer .footer-top .footer-contact .jsh .f2 {
    background: url(../images/f2.png) no-repeat left 0;
    background-size: 14px;
  }
  .footer .footer-top .footer-contact .jsh .f3 {
    background: url(../images/f3.png) no-repeat left 0;
    background-size: 16px;
  }
  .footer .footer-top .footer-contact .jsh .f4 {
    background: url(../images/f4.png) no-repeat left 4px;
    background-size: 18px;
  }
  .footer .footer-bottom {
    padding: 32px 0 0 0;
    background-color: #151515;
  }
  .footer .footer-bottom .left {
    float: left;
  }
  .footer .footer-bottom .right {
    float: right;
  }
  .footer .footer-bottom .ft {
    border-bottom: 1px solid #363636;
    padding-bottom: 21px;
  }
  .footer .footer-bottom .ft .left a {
    width: 31px;
    height: 31px;
    margin-right: 10px;
    background-image: linear-gradient(#ffffff, #ffffff);
    border-radius: 5px;
  }
  .footer .footer-bottom .ft .left .s1 {
    background: #ffffff url(../images/sh1.png) no-repeat center center;
    background-size: 100%;
  }
  .footer .footer-bottom .ft .left .s2 {
    background: #ffffff url(../images/sh2.png) no-repeat center center;
    background-size: 100%;
  }
  .footer .footer-bottom .ft .left .s3 {
    background: #ffffff url(../images/sh3.png) no-repeat center center;
    background-size: 100%;
  }
  .footer .footer-bottom .ft .left .s4 {
    background: #ffffff url(../images/sh4.png) no-repeat center center;
    background-size: 100%;
  }
  .footer .footer-bottom .ft .left .s5 {
    background: #ffffff url(../images/sh5.png) no-repeat center center;
    background-size: 100%;
  }
  .footer .footer-bottom .ft .left .s6 {
    background: #ffffff url(../images/sh6.png) no-repeat center center;
    background-size: 100%;
  }
  .footer .footer-bottom .ft .left .s7 {
    background: #ffffff url(../images/sh7.png) no-repeat center center;
    background-size: 100%;
  }
  .footer .footer-bottom .ft .right a {
    line-height: 29px;
    font-size: 0;
    color: #ffffff;
    display: block;
    padding-right: 40px;
    background: url(../images/top.png) no-repeat center right;
    background-size: 26px;
  }
  .footer .footer-bottom .fb {
    font-size: 14px;
    line-height: 22px;
    padding: 13px 0;
    text-align: center;
  }
  .footer .footer-bottom .fb .left {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .footer .footer-bottom .fb .left span {
    margin-right: 10px;
  }
  .footer .footer-bottom .fb .right {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .inbanner {
    margin-top: 60px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    margin-bottom: 7px;
  }
  .current {
    font-size: 14px;
    line-height: 24px;
  }
  .inbanner01 .banner-hover {
    top: 31%;
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .service {
    padding-bottom: 0;
  }
  .service .nr {
    font-size: 0;
    margin: 0 -8px;
  }
  .service .item {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 15px;
  }
  .service .item .box {
    padding-left: 50px;
  }
  .service .item .pic {
    width: 30px;
    top: 0;
  }
  .service .item .bt {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .service .item .p {
    font-size: 14px;
    line-height: 24px;
  }
  .service .item .p p {
    margin-bottom: 6px;
  }
  .second-nav ul li {
    padding: 0 10px;
  }
  .second-nav ul li a {
    line-height: 40px;
    border-radius: 24px;
    padding: 0 20px;
    font-size: 14px;
  }
  .newslist1 {
    margin: 0 -6px;
    padding-top: 25px;
  }
  .newslist1 .item {
    padding: 0 6px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 7px;
  }
  .h2 span {
    margin: 0 10px;
  }
  .news-info {
    font-size: 14px;
    line-height: 24px;
    padding: 17px 0 25px 0;
  }
  .news-info p {
    margin-bottom: 7px;
  }
  .lable {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .list-page-news {
    border-top: solid 1px #d9d9d9;
    margin-bottom: 20px;
  }
  .list-page-news ul li {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .list-page-news ul li a {
    line-height: 28px;
    font-size: 14px;
    padding: 12px 0;
    padding-left: 91px;
  }
  .list-page-news ul li a span {
    line-height: 28px;
    top: 12px;
    width: 65px;
    background-size: 9px;
  }
  .list-page-news ul li:nth-child(2) a span {
    background-size: 9px;
  }
  .return a {
    font-size: 14px;
    width: 186px;
    line-height: 46px;
  }
  .related {
    padding: 40px 0;
  }
  .related .mySwiper4 {
    margin-top: 25px;
  }
  .related .swiper-product {
    margin-top: 25px;
  }
  .related .swiper-case {
    margin-top: 25px;
    overflow: hidden;
  }
  .related1 {
    padding-bottom: 0;
  }
  .app .swiper-app {
    width: 100%;
  }
  .app .swiper-app .swiper-button-prev,
  .app .swiper-app .swiper-button-next {
    top: 28%;
    margin-top: -22px;
  }
  .app .swiper-app .swiper-button-prev:after,
  .app .swiper-app .swiper-button-next:after {
    font-size: 26px;
  }
  .app .swiper-app .swiper-button-prev {
    left: 10px;
  }
  .app .swiper-app .swiper-button-next {
    right: 10px;
  }
  .app .swiper-app .swiper-slide {
    height: auto;
    background: #000;
  }
  .app .swiper-app .hover {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
    background: #000;
    padding: 30px;
  }
  .app .swiper-app .box {
    padding: 0;
  }
  .app .swiper-app .box .bt {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .app .swiper-app .box .p {
    font-size: 14px;
    line-height: 24px;
  }
  .home-title2 {
    font-size: 24px;
  }
  .home-title2 .line {
    width: 85px;
    height: 4px;
    margin-top: 12px;
    background-color: #d8deec;
    border-radius: 3px;
  }
  .home-title2 .line:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  .contact .contact-info {
    border-radius: 24px 24px 0px 0px;
    margin-top: -100px;
    padding: 0 22px 22px 22px;
  }
  .contact .contact-info .current {
    padding: 12px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .contact .contact-info .contact-bottom {
    padding-top: 25px;
  }
  .contact .contact-info .left {
    width: 100%;
  }
  .contact .contact-info .left .p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 27px;
  }
  .contact .contact-info .left .p p {
    margin-bottom: 8px;
  }
  .contact .contact-info .right {
    width: 100%;
  }
  .contact .contact-info .right ul li {
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
  .contact .contact-info .right ul li .box {
    min-height: 60px;
    padding-left: 40px;
    padding-top: 12px;
  }
  .contact .contact-info .right ul li .box .pic {
    width: 25px;
    top: 9px;
  }
  .contact .contact-info .right ul li .h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .contact .contact-info .right ul li .p {
    font-size: 14px;
    line-height: 24px;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .contact-bottom {
    padding-top: 25px;
  }
  .contact01 .contact-bottom ul {
    margin: 0 -6px;
  }
  .contact01 .contact-bottom ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .contact01 .contact-bottom ul li .box {
    width: 100%;
  }
  .contact01 .contact-bottom ul li .box font {
    left: 10px;
    font-size: 19px;
    line-height: 48px;
  }
  .contact01 .contact-bottom ul li input,
  .contact01 .contact-bottom ul li textarea {
    width: 100%;
    height: 48px;
    border: solid 1px #d1d1d1;
    padding: 0 15px;
    background-color: #ffffff;
  }
  .contact01 .contact-bottom ul li textarea {
    height: 142px;
    padding: 11px 15px;
  }
  .contact01 .contact-bottom ul li .span {
    width: 100%;
  }
  .contact01 .contact-bottom ul li .span input {
    width: 100%;
    height: 55px;
    border-radius: 4px;
  }
  .contact01 .contact-bottom ul li .span a.code {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
    overflow: hidden;
    float: left;
  }
  .contact01 .contact-bottom ul li .submit {
    width: 100%;
    padding-top: 20px;
  }
  .contact01 .contact-bottom ul li .submit a {
    width: 131px;
    line-height: 45px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 20px;
  }
  .product {
    padding-top: 9px;
  }
  .product .proul {
    width: 100%;
    padding-top: 25px;
  }
  .product .proul .proli {
    padding-bottom: 15px;
  }
  .productlist {
    margin: 0 -7px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .productlist .item {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 21px;
  }
  .productlist .item .swiper-tu .item {
    padding: 0;
    margin: 0;
  }
  .productlist .item .bt {
    font-size: 16px;
  }
  .second-pro {
    padding-top: 20px;
  }
  .second-pro ul li {
    width: 101px;
    margin: 0 10px;
  }
  .second-pro ul li .bt {
    font-size: 14px;
    line-height: 32px;
    padding-top: 5px;
  }
  .product-show {
    padding-top: 9px;
  }
  .pro-nr {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pro-nr .left {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .pro-nr .left .large .swiper {
    height: auto;
  }
  .pro-nr .left .swiper-scrollbar {
    right: 72px;
    width: 2px;
    display: none;
  }
  .pro-nr .left .small {
    width: 52px;
    display: none;
  }
  .pro-nr .left .fullBtn {
    display: none;
  }
  .pro-nr .right {
    width: 100%;
    padding-top: 20px;
  }
  .pro-nr .right .bt {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 17px;
  }
  .pro-nr .right .p {
    font-size: 14px;
    line-height: 24px;
  }
  .pro-nr .right .p p {
    margin-bottom: 7px;
  }
  .pro-nr .right .jsh {
    font-size: 14px;
    line-height: 24px;
  }
  .pro-nr .right .jsh p {
    margin-bottom: 7px;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -100px;
    left: 0;
  }
  .about01 .tabs {
    margin-top: 25px;
    display: block;
  }
  .about01 .left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    float: left;
    position: relative;
  }
  .about01 .left:before {
    display: none;
  }
  .about01 .right {
    width: 100%;
    padding-left: 0;
    display: block;
    float: none;
  }
  .about01 .menuTabs .swiper-container {
    height: auto;
  }
  .about01 .menuTabs .box {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  .about01 .menuTabs .box:before {
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #d6d6d6;
  }
  .about01 .menuTabs .box:after {
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #d6d6d6;
  }
  .about01 .menuTabs .swiper-slide-thumb-active .box {
    font-size: 18px;
  }
  .about01 .swiper-button-prev,
  .about01 .swiper-button-next {
    display: none;
  }
  .about01 .conTabs .swiper-container {
    height: auto;
  }
  .about01 .conTabs .info {
    max-height: none;
    font-size: 14px;
    line-height: 24px;
    min-height: 60px;
    padding-left: 20px;
  }
  .about01 .conTabs .info::before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
  .about01 .conTabs .swiper-slide-active .info {
    font-size: 14px;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02 .left {
    width: 100%;
    margin-top: 10px;
  }
  .about02 .left .p {
    font-size: 14px;
    margin-top: 14px;
    line-height: 24px;
  }
  .about02 .left .p p {
    margin-bottom: 8px;
  }
  .about02 .right {
    width: 100%;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .about-bottom {
    padding-top: 25px;
  }
  .about03 ul {
    margin: 0 -7px;
  }
  .about03 ul li {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 20px;
  }
  .about03 ul li .pic {
    width: 60px;
  }
  .about03 ul li .text {
    padding-top: 10px;
  }
  .about03 ul li .bt {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .about03 ul li .p {
    font-size: 14px;
    line-height: 24px;
  }
  .about04 {
    padding: 40px 0 0 0;
  }
  .about04 .about-bottom {
    margin-top: 25px;
  }
  .about04 ul {
    padding: 0 8px;
  }
  .about04 ul li {
    padding: 0 8px;
    width: 100%;
    margin-bottom: 20px;
  }
  .about04 ul li .box {
    height: 40vh;
    border-radius: 10px;
  }
  .about04 ul li .box .img {
    height: 40vh;
  }
  .about04 ul li .box .img .tu {
    display: none;
  }
  .about04 ul li .box .text {
    padding: 25px;
  }
  .about04 ul li .box .text .bt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 11px;
  }
  .about04 ul li .box .text .p {
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
    height: auto;
  }
  .about04 ul .active {
    width: 100%;
  }
  .about04 ul .active .box .img:after {
    background: rgba(0, 0, 0, 0.5);
  }
  .about04 ul .active .box .text {
    padding: 25px;
    bottom: 0;
  }
  .about04 ul .active .box .text .bt {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .about04 ul .active .box .text .p {
    opacity: 1;
    height: auto;
  }
  .about05 {
    padding: 40px 0;
  }
  .swiper-case {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
  }
  .swiper-case .swiper-button-prev:after,
  .swiper-case .swiper-button-next:after {
    font-size: 26px;
  }
  .swiper-case .swiper-button-prev {
    left: 10px;
  }
  .swiper-case .swiper-button-next {
    right: 10px;
  }
  .swiper-case .hover {
    bottom: 0;
    width: 100%;
    padding: 0 30px;
  }
  .swiper-case .box .bt {
    font-size: 18px;
    line-height: 56px;
    padding-right: 80px;
  }
  .swiper-case .box .bt span {
    font-size: 14px;
    right: 30px;
  }
  .about06 {
    padding: 40px 0 0 0;
    background-size: 1200px;
  }
  .about06 .home-title {
    line-height: 40px;
  }
  .about06 .home-title::before,
  .about06 .home-title::after {
    width: 18px;
    height: 40px;
  }
  .about06 .home-title::before {
    margin-right: 10px;
  }
  .about06 .home-title::after {
    margin-left: 10px;
  }
  .about06 .home-p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .about06 .about-bottom {
    padding-top: 25px;
  }
  .swiper-patents {
    width: 100%;
    padding-bottom: 80px;
  }
}
@media (max-width: 520px) {
  .newslist .item {
    width: 100%;
    margin-right: 10px;
  }
}
.image-container {
	width: 325rem;
	height: 135rem;
	overflow: hidden;
	position: absolute;
	top: 225rem;
	z-index: 99999;
	display:none;
	padding-right: 128rem;
	left: 145rem;
}

#draggable-image {
	position: absolute;
	cursor: grab;
}

#draggable-image:active {
	cursor: grabbing;
}

.about02 .oem-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #Eaeaea;
    padding: 10rem;
    padding-top: 0;
    margin-top: 10rem;
}
.about02 .oem-div .left{
	width: 50%;
	padding:0 50rem;
}
.about02 .oem-div .right{
	width: 50%;
}
.about02 .oem-div.oem-div2 .right2{
	display:none;
}
.about02 .home-p{
	line-height: 2;
	font-size: 16rem;
}
@media (max-width:1200px) {
	.about02 .oem-div{
		display:block;
	}
	.about02 .home-p{
		font-size: 14px;
	}	
	.about02 .oem-div .left{
		width: 100%;
		padding:0 30px;
	}
	.about02 .oem-div .right{
		width: 100%;
	}
	.about02 .oem-div.oem-div2 .right{
		display:none;
	}
	.about02 .oem-div.oem-div2 .right.right2{
		display:block;
	}
	.image-container {
		width: 325px;
		height: 135px;
		top: 225px;
		padding-right: 128px;
		left: 145px;
	}
	.pro-nr .left #smalllist{
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.pro-nr .left #smalllist ul{
		width: 100%;
		overflow: hidden;
		margin-top: 10px;
	}
	.pro-nr .left #smalllist .small li {
	  width: 16.6666667%;
	  float: left;
	}	
	.contact01 .contact-bottom ul li .span a.code img {
		max-height: 52px;
	}
}
@keyframes fadeInUp2 {
  from {
    opacity: 1;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}

.bscoll a {
  color: #fff;
  display: block;
  font-size: 28rem;
  font-weight:bold;
  animation: fadeInUp2  2s alternate infinite;
}
.bscoll img {
  max-height: 70rem;
  margin: 0 auto;
}