<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root {
  --main-color: #333333;
  --hover-color: #666666;
  --Montserrat-Regular: Montserrat-Regular;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
@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-size: 14rem;
  color: var(--main-color);
  line-height: 1.5;
  width: 100%;
  background: #fff;
  max-width: 1920px;
  font-weight: lighter;
  font-family: 'Microsoft YaHei';
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  word-break: break-word;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--main-color);
}
a:hover,
a:active,
a:focus {
  color: var(--main-color);
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
  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;
}
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: var(--main-color);
  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;
  font-family: 'Microsoft YaHei';
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../font/Montserrat-Regular.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype'), url('../font/Montserrat-Bold.eot') format('embedded-opentype'), url('../font/Montserrat-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*图片垂直水平居中*/
.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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1600rem;
}
.container01 {
  margin-right: auto;
  margin-left: auto;
  width: 1360rem;
}
.container02 {
  margin-right: auto;
  margin-left: auto;
  width: 1400rem;
}
.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 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;
}
@keyframes mymove {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1.5);
  }
}
@-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 fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
.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: var(--main-color);
}
.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;
}
#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;
}
#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;
  }
}
.fix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 777;
  left: 0;
}
.header {
  width: 100%;
  z-index: 777;
  transition: 0.5s;
  height: 110rem;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.5s;
  margin-top: 34rem;
  margin-left: -80rem;
  margin-right: 70rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 300rem;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
  margin-right: -80rem;
  padding-top: 34rem;
  transition: 0.5s;
}
.header .header-right a.feedback {
  float: right;
  display: block;
  width: 112rem;
  line-height: 42rem;
  font-size: 16rem;
  text-align: center;
  background-color: #333333;
  border-radius: 8rem;
  color: #ffffff;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .header .header-right a.feedback:hover {
    opacity: 0.7;
  }
}
.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;
  padding-left: 28rem;
  margin-left: 21rem;
  margin-right: 26rem;
}
.header .header-right .lan:after {
  content: '';
  display: block;
  width: 1rem;
  height: 32rem;
  background-color: #e0e0e0;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .header-right .lan&gt;a {
  display: block;
  font-size: 18rem;
  line-height: 40rem;
  font-weight: normal;
  color: #212121;
  background: url(../images/lan.png) no-repeat left center;
  background-size: 31rem;
  padding-left: 46rem;
  padding-right: 20rem;
  text-transform:uppercase;
}
.header .header-right .lan a span {
  width: 14rem;
  height: 9rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header .header-right .lan .list {
  position: absolute;
  top: 39rem;
  left: 10rem;
  width: 100%;
  background: #fff;
  display: none;
  padding: 20rem 0;
  z-index: 3333;
  box-shadow: 0 0 15rem 0rem rgba(0, 0, 0, 0.1);
}
.header .header-right .lan .list ul li a {
  background: none;
  font-size: 16rem;
  padding-left: 38rem;
}
.header .header-right .header-search {
  float: right;
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  font-weight: normal;
  height: 42rem;
  font-size: 18rem;
  line-height: 42rem;
  color: #212121;
  background: url(../images/search.png) no-repeat center left;
  background-size: 22rem !important;
  padding-left: 33rem;
}
.header .header-right .header-search .search .search-main {
  position: absolute;
  top: 100%;
  left: 0;
  background: #333333;
  box-shadow: 0rem 6rem 15rem 0rem rgba(51, 51, 51, 0.08);
  width: 100%;
  padding: 61rem 0;
  z-index: 99999;
  display: none;
}
.header .header-right .header-search .search .search-main:before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: 0.5s;
}
.header .header-right .header-search .search .search-main .container {
  width: 1220rem;
}
.header .header-right .header-search .search .search-main h4 {
  font-size: 26rem;
  color: #fff;
}
.header .header-right .header-search .search .search-main .form {
  position: relative;
  display: flex;
  margin-top: 11rem;
  margin-bottom: 60rem;
}
.header .header-right .header-search .search .search-main .form::before {
  position: relative;
  content: 'Search';
  font-size: 16rem;
  line-height: 1;
  color: #f2f2f2;
  width: 138rem;
  height: 44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  border-radius: 2rem;
  border: solid 1rem #c7c7c7;
}
.header .header-right .header-search .search .search-main .form input[type='text'] {
  width: 100%;
  font-size: 16rem;
  font-weight: lighter;
  color: #7a7a7a;
  padding: 0 60rem 0 33rem;
  height: 44rem;
  background: #fff;
  border: none;
}
.header .header-right .header-search .search .search-main .form input[type='button'] {
  font-size: 16rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border: none;
  width: 45rem;
  height: 42rem;
  background-color: #333333;
  border-radius: 2rem;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.header .header-right .header-search .search .search-main .form input::-webkit-input-placeholder {
  color: #7a7a7a;
}
.header .header-right .header-search .search .search-main .form input::-moz-placeholder {
  color: #7a7a7a;
}
.header .header-right .header-search .search .search-main .form input:-moz-placeholder {
  color: #7a7a7a;
}
.header .header-right .header-search .search .search-main .form input:-ms-input-placeholder {
  color: #7a7a7a;
}
.header .header-right .header-search .search .search-main .form input[type='submit']:hover {
  color: #fff;
  background: #000;
}
.header .header-right .header-search .search .search-main ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 19rem;
  padding: 20rem 30rem;
  background-color: #f8f8f8;
}
.header .header-right .header-search .search .search-main ul li {
  width: 20%;
  padding: 1px;
}
.header .header-right .header-search .search .search-main ul li a {
  display: block;
  font-size: 16rem;
  font-weight: normal;
  line-height: 36rem;
  color: #333333;
  line-height: 1;
  text-align: center;
  padding: 14rem 0;
  background: #e3e3e3;
  border-radius: 2rem;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.header .header-right .header-search .search .search-main ul li a:hover {
  background: #000;
  color: #fff;
}
.header .header-right .header-search .search .search-main ul li.active a {
  background: #000;
  color: #fff;
}
.header .header-right .header-search .search .search-main .close {
  width: 41rem;
  height: 41rem;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 83rem;
  top: 13rem;
  cursor: pointer;
}
.nav {
  float: left;
}
.nav ul li {
	float: left;
	margin-right: 30rem;
	min-width: 100rem;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  line-height: 110rem;
  transition: 0.5s;
  color: #212121;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  padding: 0;
}
.nav ul li .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #000;
  padding: 43rem 0;
  display: none;
  box-shadow: 0rem 6rem 15rem 0rem rgba(51, 51, 51, 0.08);
}
.nav ul li .subnav .container {
  width: 1360rem;
  overflow: hidden;
}
.nav ul li .subnav .list {
  float: left;
  width: 19%;
}
.nav ul li .subnav .list ul li {
  float: none;
  margin: 0;
  padding: 0;
}
.nav ul li .subnav .list ul li a {
  display: block;
  text-transform: none;
  opacity: 1;
  font-size: 18rem;
  font-weight: lighter;
  text-align: left;
  line-height: 52rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .nav ul li .subnav .list ul li a:hover {
    opacity: 0.5;
  }
}
.nav ul li .subnav .list ul .last a {
  text-decoration: underline;
  font-weight: normal;
}
.nav ul li .subnav .right {
  float: right;
  width: 77.3%;
  padding-top: 11rem;
  padding-right: 35rem;
}
.nav ul li .subnav .right .h3 {
  font-size: 18rem;
  font-weight: normal;
  color: #333333;
  margin-bottom: 35rem;
}
.nav ul li .subnav .right .productlist1 {
  margin: 0 -9rem;
}
.nav ul li .subnav .right .productlist1 li {
  width: 25%;
  float: left;
  padding: 0 9rem;
  margin: 0;
}
.nav ul li .subnav .right .productlist1 li a {
  opacity: 1;
}
.nav ul li .subnav .right .productlist1 li .box {
  height: 100%;
}
.nav ul li .subnav .right .productlist1 li .box .bt {
  font-size: 16rem;
  line-height: 65rem;
  color: #7a7a7a;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-transform: none;
}
.nav ul li .subnav .right .productlist1 li .pic {
  background-color: #f3f5f5;
  border-radius: 12rem;
}
.nav ul li .subnav .right .productlist1 li .pic:after {
  padding-bottom: 54.3071161%;
}
@media (min-width: 1025px) {
  .nav ul li .subnav .right .productlist1 li:hover {
    opacity: 0.5;
  }
  .nav ul li .subnav .right .productlist1 li:hover .pic img {
    transform: scale(1.05);
  }
  .nav ul li .subnav .right .productlist1 li:hover .info .more p {
    color: #fff;
    background: var(--main-color);
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
  }
}
.nav ul li .subnav1 {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 220rem;
  margin-left: -110rem;
  background: #fff;
  padding: 20rem;
  box-shadow: 0rem 6rem 15rem 0rem rgba(51, 51, 51, 0.08);
  display: none;
}
.nav ul li .subnav1 ul li {
  float: none;
  margin: 0;
  padding: 0;
}
.nav ul li .subnav1 ul li a {
  display: block;
  text-transform: none;
  opacity: 1;
  font-size: 18rem;
  font-weight: lighter;
  text-align: left;
  line-height: 52rem;
  color: #333333;
}
.nav ul li .subnav1 ul .last a {
  text-decoration: underline;
  font-weight: normal;
}
.nav ul li:hover a {
  font-weight: bold;
}
.nav ul .li {
  position: relative;
}
.nav ul .active a {
  font-weight: bold;
}
.headerfix {
  height: 60rem;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.3);
}
.headerfix .logo {
  margin-top: 9rem;
}
.headerfix .nav ul li a {
  line-height: 60rem;
}
.headerfix .header-right {
  padding-top: 9rem;
}
.transparent {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
  backdrop-filter: blur(5px);
}
.transparent1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.height {
  height: 1px;
  position: absolute;
  top: -110rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 110rem;
}
.home-video {
  margin-bottom: 10rem;
}
.home-video img {
  display: none;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .img {
  overflow: hidden;
}
.swiper-renewal-main img {
  display: block;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide {
  display: block;
}
.swiper-renewal-main .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-71%);
}
.swiper-renewal-main .banner-hover .info {
  position: relative;
  z-index: 33;
}
.swiper-renewal-main .banner-hover .bt {
  font-size: 60rem;
  letter-spacing: 3rem;
  color: #333333;
  font-weight: normal;
}
.swiper-renewal-main .banner-hover .bt:after {
  content: '';
  display: block;
  width: 80rem;
  height: 4rem;
  background-color: #333333;
  margin: 31rem auto 62rem auto;
}
.swiper-renewal-main .banner-hover .p {
  font-size: 30rem;
  line-height: 46rem;
  letter-spacing: 2rem;
  color: #333333;
  margin-bottom: 37rem;
}
.swiper-renewal-main .swiper-button-prev,
.swiper-renewal-main .swiper-button-next {
  width: 58rem;
  height: 58rem;
  line-height: 56rem;
  text-align: center;
  border: solid 1px #999999;
  border-radius: 50%;
  left: 50rem;
}
.swiper-renewal-main .swiper-button-prev:after,
.swiper-renewal-main .swiper-button-next:after {
  font-size: 26rem;
  color: #999999;
}
@media (min-width: 1025px) {
  .swiper-renewal-main .swiper-button-prev:hover,
  .swiper-renewal-main .swiper-button-next:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .swiper-renewal-main .swiper-button-prev:hover:after,
  .swiper-renewal-main .swiper-button-next:hover:after {
    color: #fff;
  }
}
.swiper-renewal-main .swiper-button-next {
  right: 50rem;
  left: auto;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInRight2 4s alternate;
  animation: fadeInRight2 4s alternate;
}
#menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 25px 10px 70px 10px;
}
#menu a.feedback {
  margin: 0 20px;
  width: 100px;
  line-height: 36px;
  font-size: 12px;
  border-radius: 8px;
  margin-top: 12px;
  display: block;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
}
#menu .logo {
  margin: 0 50px 0 20px;
  padding: 0 0 20px 0;
}
#menu .list {
  padding: 20px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  overflow: hidden;
}
#menu .list h3 {
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  color: #212121;
  background: url(../images/lan.png) no-repeat left center;
  background-size: 21px;
  padding-left: 30px;
  margin-bottom: 10px;
}
#menu .list a {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 30px;
  width: 100%;
  display: block;
  float: left;
}
#menu .list a img {
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
#menu .search-main1 {
  padding: 21px 0;
  margin: 0 20px;
  border-bottom: 1px solid #f5f5f5;
}
#menu .search-main1 h4 {
  font-size: 18px;
  background: url(../images/search.png) no-repeat center left;
  background-size: 18px !important;
  padding-left: 28px;
}
#menu .search-main1 form {
  margin-top: 11px;
  position: relative;
}
#menu .search-main1 form input[type='text'] {
  width: 100%;
  font-size: 14px;
  font-weight: lighter;
  color: #7a7a7a;
  padding: 0 60px 0 23px;
  height: 44px;
  background: #fff;
  border: 1px solid #ccc;
}
#menu .search-main1 form input[type='submit'] {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border: none;
  width: 45px;
  height: 42px;
  background-color: #333333;
  border-radius: 2px;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#menu .share {
  margin: 0 20px;
}
#menu .share h3 {
  font-size: 18px;
  background: url(../images/share.png) no-repeat center left;
  background-size: 18px !important;
  padding-left: 28px;
  margin-bottom: 11px;
}
#menu .share a {
  float: left;
  margin-right: 13px;
  width: 30px;
  background-color: #333333;
  border-radius: 4px;
}
#menu .share a img {
  display: block;
}
#menu .menu1 h3 {
  margin: 0 20px;
  font-size: 18px;
  background: url(../images/menu.png) no-repeat center left;
  background-size: 18px !important;
  padding-left: 28px;
  margin-bottom: 11px;
}
#menu ul {
  overflow: hidden;
  padding: 0 10px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 18px;
  color: var(--main-color);
  display: block;
  line-height: 36px;
  position: relative;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  #menu ul li:hover a {
    background: #f2f2f2;
  }
}
#menu ul li ul li a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin: 14px 0;
}
#menu ul li ul li ul li a {
  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;
}
.home-list {
  padding: 114rem 0 103rem 0;
}
.home-list ul {
  padding: 51rem 0 67rem 0;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0rem 8rem 51rem 0rem rgba(186, 186, 186, 0.31);
}
.home-list ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.home-list ul li .box .num {
  font-size: 62rem;
  margin-bottom: 6rem;
  font-weight: bold;
  color: #333333;
}
.home-list ul li .box .bt {
  font-size: 30rem;
  color: #333333;
}
.home-list ul li .box .bt:after {
  width: 29rem;
  height: 5rem;
  background-color: #333333;
  content: '';
  display: block;
  margin: 4rem auto 0 auto;
}
.home-list ul li:nth-child(1) {
  width: 18%;
}
.home-list ul li:nth-child(2) {
  width: 29%;
}
.home-list ul li:nth-child(3) {
  width: 21%;
}
.home-list ul li:nth-child(4) {
  width: 32%;
}
.home-about .text {
  float: left;
  width: 50.6%;
  margin-top: -4rem;
}
.home-about .text .bt {
  font-size: 48rem;
  font-weight: normal;
  color: #333333;
}
.home-about .text .span {
  font-size: 34rem;
  line-height: 42rem;
  font-weight: normal;
  color: #333333;
}
.home-about .text .p {
  font-size: 16rem;
  margin-top: 28rem;
  margin-bottom: 33rem;
  line-height: 30rem;
  color: #666666;
}
.home-about .text ul {
  display: flex;
  flex: wrap;
}
.home-about .text ul li {
  width: 50%;
  float: left;
}
.home-about .text ul li .box {
  padding-left: 100rem;
  height: 100%;
  padding-top: 24rem;
  position: relative;
  padding-right: 10rem;
  padding-bottom: 34rem;
  background: #545454;
}
.home-about .text ul li .box .pic {
  width: 58rem;
  position: absolute;
  left: 26rem;
  top: 30rem;
  background: #ffffff;
}
.home-about .text ul li .box .h3 {
  font-size: 20rem;
  margin-bottom: 8rem;
  font-weight: normal;
  color: #ffffff;
}
.home-about .text ul li .box .jsh {
  font-size: 14rem;
  line-height: 28rem;
  color: #ffffff;
}
.home-about .text ul li:nth-child(2) .box {
  background: #e6e6e6;
}
.home-about .text ul li:nth-child(2) .box .h3 {
  color: #545454;
}
.home-about .text ul li:nth-child(2) .box .jsh {
  color: #333333;
}
.home-about .img {
  padding: 14rem;
  float: right;
  width: 44%;
  position: relative;
}
.home-about .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-about .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-about .img img {
  display: block;
  position: relative;
  z-index: 3;
}
.home-title {
  text-align: center;
  font-size: 48rem;
  font-weight: normal;
  color: #333333;
}
.home-title:after {
  content: '';
  display: block;
  width: 80rem;
  height: 4rem;
  background: #333333;
  margin: 8rem auto 0 auto;
}
.home-product {
  padding: 115rem 0 98rem 0;
}
.home-product .home-bottom {
  padding-top: 53rem;
}
.productlist {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  background: #fff;
}
.productlist li {
  width: 33.33333%;
  float: left;
}
.productlist li a {
  display: block;
}
.productlist li .box {
  -webkit-box-shadow: 0 0 0 1px #cccccc;
  height: 100%;
  padding: 1px;
  overflow: hidden;
  background: #fff;
}
.productlist li .box .bt {
  text-align: center;
  font-size: 20rem;
  line-height: 56rem;
  color: #212121;
  font-weight: normal;
  padding: 0 10rem;
  padding-bottom: 29rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.productlist li .pic:after {
  padding-bottom: 54.3071161%;
}
@media (min-width: 1025px) {
  .productlist li:hover .pic img {
    transform: scale(1.05);
  }
  .productlist li:hover .info .more p {
    color: #fff;
    background: var(--main-color);
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
  }
}
.productlist .tu {
  width: 66.6666666%;
}
.productlist .tu .box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  background-color: #e6e6e6;
}
.productlist .tu .pic {
  float: left;
  width: 50%;
}
.productlist .tu .pic:after {
  padding-bottom: 70.2247191%;
}
.productlist .tu .pic img{
  height: 100%;
}
.productlist .tu .info {
  float: left;
  width: 50%;
}
.productlist .tu .info .h3 {
  font-size: 24rem;
  font-weight: normal;
  line-height: 43rem;
  color: #333333;
  margin-bottom: 26rem;
  max-height: 86rem;
  overflow: hidden;
}
.more a,
.more p {
  margin: 0 auto;
  font-size: 16rem;
  line-height: 50rem;
  letter-spacing: 3rem;
  color: #333333;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  width: 160rem;
  display: block;
  text-align: center;
  overflow: hidden;
  transition: background 0.1s linear, transform 0.15s ease;
}
@media (min-width: 1025px) {
  .more a:hover {
    color: #fff;
    background: var(--main-color);
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
  }
}
.home-sub .home-bottom {
  padding: 20rem 0 56rem 0;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #e4e4e4;
}
.partnerlist {
  margin: 0 -20rem;
}
.partnerlist li {
  width: 20%;
  float: left;
  padding: 0 20rem;
  margin-bottom: 11rem;
}
.partnerlist li .pic {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.5s;
}
.partnerlist li .pic:after {
  padding-bottom: 39.84375%;
}
@media (min-width: 1025px) {
  .partnerlist li:hover .pic {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
	transform: scale(1.05);
  }
}
.home-partner {
  padding: 79rem 0 29rem 0;
}
.home-partner .home-bottom {
  padding: 20rem 0 56rem 0;
  width: 90%;
  margin: 0 auto;
}
.swiper-news {
  position: relative;
  overflow: hidden;
}
.swiper-news .sn {
  float: left;
  width: 33.33333%;
}
.swiper-news .sn .box {
  background-color: #f7f8f8;
}
.swiper-news .sn .text {
  padding: 45rem 30rem 0 30rem;
}
.swiper-news .sn .pic:after {
  padding-bottom: 61.66007905%;
}
.swiper-news .sn .span {
  display: inline-block;
  min-width: 74rem;
  line-height: 29rem;
  text-align: center;
  padding: 0 20rem;
  font-size: 14rem;
  color: #ffffff;
  background-color: #333333;
}
.swiper-news .sn .bt {
  font-size: 24rem;
  font-weight: normal;
  line-height: 38rem;
  margin-top: 13rem;
  height: 76rem;
  overflow: hidden;
  color: #333333;
  position: relative;
}
.swiper-news .sn .line {
  width: 80rem;
  height: 1px;
  margin-top: 24rem;
  margin-bottom: 20rem;
  background-color: #333333;
}
.swiper-news .sn .p {
  font-size: 16rem;
  line-height: 30rem;
  height: 60rem;
  overflow: hidden;
  color: #666666;
  margin-bottom: 29rem;
}
.swiper-news .sn .date {
  line-height: 71rem;
  border-top: 1px solid #e3e5e6;
  margin: 0 -30rem;
  padding: 0 30rem;
}
.swiper-news .sn .date p {
  background: url(../images/date.png) no-repeat center left;
  background-size: 14rem;
  padding-left: 30rem;
}
@media (min-width: 1025px) {
  .swiper-news .sn:hover .pic img {
    transform: scale(1.05);
  }
}

.home-news{
  position: relative;
}

.home-news .home-bottom {
  padding-top: 57rem;
}
.home-contact {
  padding: 88rem 0 106rem 0;
}
.home-contact .home-bottom {
  padding-top: 75rem;
}
.contactlist {
  display: flex;
}
.contactlist li {
  width: 25%;
  float: left;
  text-align: center;
}
.contactlist li .box {
  min-height: 240rem;
  position: relative;
  padding-bottom: 57rem;
}
.contactlist li .box:after {
  content: '';
  display: block;
  width: 30rem;
  height: 7rem;
  background-color: #333333;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15rem;
}
.contactlist li .pic {
  width: 40rem;
  margin: 0 auto;
}
.contactlist li .text {
  padding-top: 18rem;
}
.contactlist li .text .bt {
  font-size: 18rem;
  font-weight: normal;
  color: #323233;
  margin-bottom: 11rem;
}
.contactlist li .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #323233;
}
.contactlist li .text .p a {
  color: #323233;
}
.formlist {
  margin: 0 -17rem;
  padding-top: 95rem;
}
.formlist li {
  width: 25%;
  float: left;
  padding: 0 17rem;
  margin-bottom: 16rem;
}
.formlist li label {
  font-size: 18rem;
  margin-bottom: 5rem;
  font-weight: normal;
  color: #9c9d9f;
  display: block;
}
.formlist li input,
.formlist li textarea {
  font-size: 16rem;
  height: 53rem;
  background-color: #f7f7f7;
  padding: 0 20rem;
  color: #9c9d9f;
  border: 0;
  width: 100%;
  font-family: 'Microsoft YaHei';
}
.formlist li textarea {
  padding: 10rem 20rem;
  height: 143rem;
}
.formlist li .submit {
  width: 131rem;
  line-height: 55rem;
  background-color: #333333;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 15rem;
  margin-top: 7rem;
  font-weight: normal;
  transition: 0.5s;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .formlist li .submit:hover {
    opacity: 0.7;
  }
}
.footer {
  padding: 86rem 0 0 0;
  background: #e6e6e6;
}
.footer ul {
  padding-bottom: 130rem;
}
.footer ul li {
  float: left;
  width: 23.5%;
}
.footer ul li a {
  display: block;
  font-size: 18rem;
  font-weight: normal;
  color: #333333;
  margin-bottom: 38rem;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .footer ul li a:hover {
    opacity: 0.7;
  }
}
.footer ul li ul {
  padding: 0;
  margin: 0;
}
.footer ul li ul li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.footer ul li ul li a {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16rem;
  font-weight: lighter;
  line-height: 36rem;
  color: #333333;
  text-transform: inherit;
}
.footer ul li.last {
  float: right;
  width: auto;
}
.footer .footer-center {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20rem;
}
.footer .footer-center .share {
  float: left;
}
.footer .footer-center .share a {
  float: left;
  margin-right: 13rem;
  width: 40rem;
  background-color: #333333;
  border-radius: 4rem;
}
.footer .footer-center .share a img {
  display: block;
}
@media (min-width: 1025px) {
  .footer .footer-center .share a:hover {
    opacity: 0.7;
  }
}
.footer .footer-center .img {
  float: right;
  width: 217rem;
  margin-top: 4rem;
}
.footer .footer-bottom {
  color: #333333;
  padding: 21rem 0;
  font-size: 14rem;
}
.footer .footer-bottom a {
  color: #333333;
  margin-left: 58rem;
}
@media (min-width: 1025px) {
  .footer .footer-bottom a:hover {
    opacity: 0.7;
  }
}
.float {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 44;
}
.float ul li {
  margin-bottom: 4rem;
}
.float ul li a {
  display: block;
  width: 42rem;
  height: 42rem;
  background-color: #333333;
}
@media (min-width: 1025px) {
  .float ul li a:hover {
    opacity: 0.7;
  }
}
.float1 {
  position: fixed;
  bottom: 40rem;
  right: 20rem;
  z-index: 44;
}
.float1 ul li {
  margin-bottom: 21rem;
}
.float1 ul li a {
  display: block;
  width: 58rem;
  height: 58rem;
  background-color: #333333;
  box-shadow: 0rem 4rem 12rem 0rem rgba(31, 98, 122, 0.36);
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .float1 ul li a:hover {
    opacity: 0.7;
  }
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500rem;
  max-width: 90%;
  -o-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
  z-index: 22444;
  background: white;
  padding: 30rem;
  overflow: auto;
  display: none;
}
#pups_from h4 {
  font-size: 18rem;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15rem 20rem;
  background: #f5f5f5;
  -moz-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
}
#pups_from h4 .close {
  position: absolute;
  width: 40rem;
  height: 40rem;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40rem;
  font-size: 22rem;
  color: #c5c5c5;
  cursor: pointer;
}
#pups_from form {
  margin-top: 40rem;
}
#pups_from form ul li {
  margin-bottom: 10rem;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14rem;
  margin-bottom: 10rem;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2rem;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24rem;
  padding: 6rem 15rem;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16rem;
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner img {
  margin: 0 auto;
  display: block;
}
.inbanner .img1 {
  display: none;
}
.inbanner .item {
  position: relative;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.inbanner .banner-hover .bt {
  position: relative;
}
.inbanner .banner-hover .bt h1 {
  font-size: 24rem;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}
.inbanner .banner-hover .bottom {
  position: relative;
  font-family: var(--Roboto-Regular);
  font-size: 60rem;
  color: #ffffff;
}
.current span {
  background: url(../images/home.png) no-repeat left 6rem;
  background-size: 17rem;
  padding-left: 33rem;
  font-size: 14rem;
  line-height: 25rem;
  color: #ffffff;
  display: inline-block;
  margin-top: 8rem;
}
.current span a {
  color: #ffffff;
}
.current span b {
  color: #ffffff;
  font-weight: lighter;
}
.content {
  padding: 89rem 0;
  min-height: 400rem;
}
.product {
  padding-bottom: 0 !important;
}
.product .cur .pro-top .left a svg {
  transform: rotate(180deg);
}
.pro-top {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 0 7rem;
  padding-bottom: 19rem;
}
.pro-top .left {
  float: left;
}
.pro-top .left span {
  font-size: 17rem;
  color: #767676;
  line-height: 36rem;
}
.pro-top .left a {
  font-size: 17rem;
  font-weight: normal;
  line-height: 36rem;
  color: #333333;
}
.pro-top .left a svg {
  margin-left: 5rem;
}
.pro-top .right {
  float: right;
  font-size: 14rem;
  color: #767676;
  line-height: 36rem;
}
.zhankai {
  height: 0;
  overflow: hidden;
}
.cur .zhankai {
  height: auto!important;
}
.zhankai .hover {
  padding: 32rem;
  background: #f7f7f7;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.zhankai .hover .xz-tit{
	font-size: 17rem;
	line-height: 36rem;
	font-weight: normal;
	margin-bottom:15rem;
	color: #333333;	
}
.zhankai .item {
  width: 20%;
  float: left;
  position: relative;
  padding: 5rem 0;
  padding-left: 25rem;
}
.zhankai .item a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.zhankai .item .checkbox {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -9rem;
  display: block;
  margin-right: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
}
.zhankai .item .checkbox label {
  padding-left: 30rem;
  cursor: pointer;
}
.zhankai .item .checkbox .svg {
  width: 18rem;
  height: 18rem;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 2rem;
  line-height: 18rem;
  text-align: center;
}
.zhankai .item .checkbox svg {
  width: 13rem;
  opacity: 0;
  transition: 0.5s;
}
.zhankai .item .checkbox input[type='checkbox']:checked + label .svg svg {
  opacity: 1;
}
.zhankai .item .checkbox .hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.pro-bottom {
  padding: 66rem 0 84rem 0;
}
.pro-bottom .productlist {
  background: none;
  padding-bottom: 65rem;
}
.pro-bottom .productlist li {
  width: 25%;
}
.pro-bottom .productlist li .pic:after {
  padding-bottom: 80.307116%;
}
.pro-bottom .productlist .tu {
  width: 50%;
}
.pro-bottom .productlist li .box .bt {
  font-size: 18rem;
  line-height: 30rem;
  padding: 0 10rem;
  padding-bottom: 0;
}
.pro-bottom .productlist li .box .p {
  text-align: center;
  padding-bottom: 35rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.pro-bottom .productlist .tu .pic:after {
  padding-bottom: 105.224719%;
}
.pro-info {
  padding-bottom: 60rem;
}
.pro-info .h3 {
  font-size: 30rem;
  margin-bottom: 20rem;
  font-weight: normal;
  color: #333333;
}
.pro-info .p {
  font-size: 16rem;
  line-height: 30rem;
  letter-spacing: 0.5rem;
  color: #666666;
}
.pro-info .p p {
  margin-bottom: 16rem;
}
.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: 12px;
  min-width: 40px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0 3px;
  padding: 0 5px;
  vertical-align: top;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.get {
  text-align: center;
  padding: 60rem 0 70rem 0;
  background: #333333;
}
.get .title {
  font-size: 28rem;
  font-weight: normal;
  color: #ffffff;
}
.get .span {
  font-size: 52rem;
  font-weight: normal;
  color: #ffffff;
}
.get .p {
  font-size: 18rem;
  line-height: 30rem;
  margin-top: 10rem;
  margin-bottom: 25rem;
  color: #ffffff;
}
.get .btn {
  text-align: center;
}
.get .btn a {
  width: 160rem;
  line-height: 43rem;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 10rem;
  font-size: 15rem;
  font-weight: normal;
  color: #333333;
}
@media (min-width: 1025px) {
  .get .btn a:hover {
    text-decoration: underline;
  }
}
.history {
  padding-bottom: 0 !important;
}
.his01 {
  overflow: hidden;
  padding: 0 105rem;
}
.his01 .text {
  float: left;
  width: 49%;
}
.his01 .text .bt {
  font-size: 30rem;
  margin-bottom: 10rem;
  font-weight: bold;
  letter-spacing: -1rem;
  color: #333333;
}
.his01 .text .span {
  font-size: 18rem;
  font-weight: normal;
  color: #333333;
  background: url(../images/line.png) no-repeat bottom left;
  background-size: 88rem;
  padding-bottom: 39rem;
  margin-bottom: 30rem;
}
.his01 .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.his01 .text .p p {
  margin-bottom: 18rem;
}
.his01 .right {
  float: right;
  width: 48%;
}
.his02 {
  padding: 54rem 105rem;
}
.his02 ul li {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 44rem 0 57rem 0;
}
.his02 ul li .span {
  font-size: 52rem;
  font-weight: bold;
  color: #333333;
  float: left;
  width: 16%;
}
.his02 ul li .p {
  font-size: 16rem;
  line-height: 30rem;
  padding-top: 10rem;
  color: #666666;
  float: right;
  width: 79%;
}
.his02 ul li .p b {
  font-weight: normal;
}
.his02 ul li .p .img {
  margin-top: 30rem;
}
.neinfo {
  padding: 0px 0 0 152rem;
  position: relative;
}
.neinfo .btSearch {
  position: sticky;
  top: 100rem;
  right: 0;
  width: 255rem;
  float: right;
  margin-right: 99rem;
}
.neinfo .btSearch .form {
  position: relative;
  padding-right: 40rem;
  margin-bottom: 100rem;
}
.neinfo .btSearch input {
  height: 38rem;
  background: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 0 11rem;
  width: 100%;
  color: #333;
}
.neinfo .btSearch input::-webkit-input-placeholder {
  color: #ebebeb;
}
.neinfo .btSearch input:-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
}
.neinfo .btSearch input::-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
}
.neinfo .btSearch input:-ms-input-placeholder {
  color: #ebebeb;
}
.neinfo .btSearch button {
  width: 38rem;
  height: 38rem;
  background: #333333 url(../images/search1.png) no-repeat center center;
  background-size: 22rem;
  display: block;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.neinfo .btSearch .rcontact {
  position: relative;
  padding-top: 37rem;
}
.neinfo .btSearch .rcontact:after {
  content: '';
  display: block;
  width: 62rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333333;
}
.neinfo .btSearch .rcontact p {
  font-size: 16rem;
  line-height: 30rem;
  color: #585858;
}
.neinfo .btSearch .rcontact p a {
  color: #585858;
}
.news .left {
  float: left;
  width: 61%;
}
.news ul li {
  margin-bottom: 61rem;
}
.news ul li .box {
  position: relative;
  padding-left: 83rem;
}
.news ul li .box .date {
  font-size: 20rem;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: absolute;
  top: -10rem;
  left: 0;
}
.news ul li .box .pic:after {
  padding-bottom: 61.58536585%;
}
.news ul li .box .bt {
  font-size: 30rem;
  padding-left: 31rem;
  margin-top: 36rem;
  line-height: 35rem;
  max-height: 70rem;
  margin-bottom: 26rem;
  font-weight: normal;
  overflow: hidden;
  color: #333333;
  background: url(../images/bt.png) no-repeat left 7rem;
  background-size: 19rem;
}
.news ul li .box .p {
  font-size: 16rem;
  line-height: 30rem;
  max-height: 90rem;
  overflow: hidden;
  color: #666666;
  margin-bottom: 25rem;
}
.news ul li .box .more1 p {
  font-size: 12rem;
  font-weight: normal;
  color: #333333;
  width: 184rem;
  line-height: 32rem;
  padding: 0 12rem;
  border: solid 1px #333333;
  background: url(../images/jiantou.png) no-repeat 90% center;
  background-size: 10rem;
}
@media (min-width: 1025px) {
  .news ul li:hover .box .pic img {
    transform: scale(1.1);
  }
  .news ul li:hover .box .more1 p {
    color: #fff;
    background: #333333 url(../images/jiantou1.png) no-repeat 90% center;
    background-size: 10rem;
  }
}
.news-show {
  padding: 78rem 0 0 0;
}
.news-show .neinfo {
  padding: 0px 0 0 120rem;
}
.news-show .left {
  float: left;
  width: 69%;
}
.news-show .h1 {
  font-size: 30rem;
  font-weight: normal;
  color: #333333;
  margin-bottom: 25rem;
}
.news-show .h2 {
  font-size: 16rem;
  margin-bottom: 30rem;
  color: #585858;
}
.news-show .pp {
  font-size: 14rem;
  line-height: 28rem;
  color: #585858;
  border-bottom: 1px solid #e5e5e5;
}
.news-show .icon {
  width: 18rem;
  display: inline-block;
  vertical-align: middle;
}
.inside-news {
  padding-top: 55rem;
}
.inside-news ul li {
  width: 50%;
  float: left;
}
.inside-news ul li a {
  display: block;
  position: relative;
  padding-left: 150rem;
  padding-right: 10rem;
  height: 80rem;
}
.inside-news ul li a .pic {
  width: 130rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e5e5e5;
  border: solid 1px #333333;
}
.inside-news ul li a .pic:after {
  padding-bottom: 61.58536585%;
}
.inside-news ul li a .text {
  padding-top: 13rem;
}
.inside-news ul li a .btt {
  font-size: 12rem;
  color: #333333;
}
.inside-news ul li a .pt {
  font-size: 23rem;
  font-weight: normal;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.inside-news ul .last a {
  padding-left: 10rem;
  padding-right: 150rem;
  text-align: right;
}
.inside-news ul .last a .pic {
  right: 0;
  left: auto;
}
.related {
  padding: 129rem 77rem 0 77rem;
}
.related .related-title {
  font-size: 35rem;
  font-weight: normal;
  color: #333333;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 17rem;
}
.related .related-bottom .pro-bottom {
  padding-bottom: 0;
}
.related .related-bottom ul li {
  width: 25%;
}
.rd {
  padding-bottom: 20rem;
}
.rd01 {
  font-size: 16rem;
  line-height: 36rem;
  color: #666666;
  padding-bottom: 71rem;
}
.rd01 .img {
  margin-bottom: 52rem;
}
.rd02 {
  padding: 70rem 0;
  background-color: #f3f4f6;
}
.rd02 .img {
  float: left;
  width: 47%;
}
.rd02 .right {
  float: right;
  width: 48%;
  padding-top: 23rem;
}
.rd02 .right .bt {
  font-size: 56rem;
  margin-bottom: 10rem;
  font-weight: normal;
  letter-spacing: -1rem;
  color: #333333;
}
.rd02 .right .p {
  font-size: 16rem;
  line-height: 34rem;
  color: #666666;
}
.rd03 {
  padding: 70rem 0;
  text-align: center;
}
.rd03 .info {
  padding-top: 69rem;
  background-color: #f3f4f6;
}
.rd03 .bt {
  font-size: 56rem;
  margin-bottom: 8rem;
  font-weight: normal;
  letter-spacing: -1rem;
  color: #333333;
}
.rd03 .p {
  font-size: 18rem;
  line-height: 30rem;
  margin-bottom: 27rem;
  color: #333333;
}
.rd04 ul {
  margin: 0 -25rem;
}
.rd04 ul li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 25rem;
  margin-bottom: 66rem;
}
.rd04 ul li .pic {
  width: 236rem;
  margin: 0 auto;
  border-radius: 50%;
}
.rd04 ul li .text {
  padding-top: 18rem;
}
.rd04 ul li .text .bt {
  font-size: 24rem;
  margin-bottom: 10rem;
  font-weight: normal;
  color: #333333;
}
.rd04 ul li .text .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
}
.founder {
  padding: 0 !important;
}
.founder01 {
  padding: 130rem 0 88rem 0;
}
.founder01 .container01 {
  padding: 0 73rem;
}
.founder01 .t {
  margin-bottom: 56rem;
}
.founder01 .t .img {
  float: right;
  width: 48%;
}
.founder01 .t .text {
  float: left;
  width: 48%;
  padding-top: 53rem;
}
.founder01 .t .text .p {
  font-size: 18rem;
  line-height: 36rem;
  color: #333333;
}
.founder01 .t .text .bt {
  font-size: 40rem;
  font-weight: normal;
  line-height: 55rem;
  color: #333333;
  text-align: right;
  margin-top: 50rem;
  margin-bottom: 15rem;
}
.founder01 .t .text .span {
  font-size: 20rem;
  color: #333333;
  text-align: right;
}
.founder01 .jsh {
  font-size: 16rem;
  line-height: 36rem;
  color: #666666;
}
.founder01 .jsh span {
  font-size: 24rem;
  font-weight: normal;
  color: #333333;
}
.founder02 {
  padding: 81rem 0 99rem 0;
  background: #f3f4f6;
}
.founder02 .container01 {
  padding: 0 69rem;
}
.founder02 .img {
  float: left;
  width: 42%;
}
.founder02 .text {
  float: right;
  width: 54%;
  padding-top: 46rem;
}
.founder02 .text .p {
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
}
.founder02 .text .bt {
  font-size: 56rem;
  font-weight: normal;
  letter-spacing: -1rem;
  color: #333333;
}
.founder03 {
  padding: 126rem 0 95rem 0;
}
.founder03 .container01 {
  padding: 0 73rem;
}
.founder03 .t {
  margin-bottom: 38rem;
}
.founder03 .t .img {
  float: right;
  width: 49%;
}
.founder03 .t .text {
  float: left;
  width: 48%;
  padding-top: 35rem;
}
.founder03 .t .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #333333;
}
.founder03 .t .text .bt {
  font-size: 56rem;
  font-weight: normal;
  letter-spacing: -1rem;
  color: #333333;
  margin-bottom: 6rem;
}
.founder03 .jsh {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.founder04 {
  padding: 38rem 0;
  background: #f3f4f6;
}
.founder05 {
  padding: 75rem 0 66rem 0;
}
.founder05 .container01 {
  padding: 0 73rem;
}
.founder05 .p {
  font-size: 16rem;
  line-height: 36rem;
  color: #333333;
}
.founder05 .p p {
  margin-bottom: 20rem;
}
.founder05 .bt {
  font-size: 56rem;
  font-weight: normal;
  letter-spacing: -1rem;
  margin-bottom: 11rem;
  color: #333333;
}
.founder06 {
  padding: 0 0 88rem 0;
}
.founder06 .container01 {
  padding: 0 73rem;
}
.founder06 .list {
  padding-top: 35rem;
}
.founder06 .list ul {
  margin: 0 -20rem;
}
.founder06 .list ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 20rem;
}
.founder06 .list ul li .pic:after {
  padding-bottom: 53.68421053%;
}
.founder06 .list ul li .p {
  font-size: 16rem;
  line-height: 36rem;
  color: #333333;
  padding-top: 20rem;
}
.founder06 .bt {
  font-size: 56rem;
  line-height: 55rem;
  font-weight: normal;
  letter-spacing: -1rem;
  margin-bottom: 11rem;
  color: #333333;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 800rem;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup video {
  display: block;
  max-width: 100%;
}
#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 768px) {
  #privacyPopup {
    width: 100%;
  }
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 98rem 0;
}
.about01 .container01 {
  padding: 0 58rem;
}
.about01 .text {
  float: right;
  width: 54%;
  padding-top: 7rem;
}
.about01 .text .bt {
  font-size: 36rem;
  font-weight: normal;
  line-height: 36rem;
  margin-bottom: 21rem;
  color: #333333;
}
.about01 .text .span {
  font-size: 18rem;
  font-weight: normal;
  color: #333333;
  background: url(../images/line.png) no-repeat bottom left;
  background-size: 88rem;
  padding-bottom: 19rem;
  margin-bottom: 23rem;
}
.about01 .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.about01 .text .p p {
  margin-bottom: 18rem;
}
.about01 .right {
  float: left;
  width: 41%;
  position: sticky;
  left: 0;
  top: 100rem;
  overflow: hidden;
  padding-left: 10rem;
  padding-bottom: 10rem;
}
.about01 .right:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 10rem;
  right: 10rem;
  z-index: 1;
}
.about01 .right a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 33;
}
.about01 .right a .hover {
  position: absolute;
  bottom: 20rem;
  right: 20rem;
  background: url(../images/video.png) no-repeat center left;
  background-size: 58rem;
  padding-left: 70rem;
  font-size: 16rem;
  font-weight: bold;
  line-height: 58rem;
  color: #ffffff;
}
.about02 {
  padding: 0;
  background: #e6e6e6;
}
.about02 ul {
  background: none;
  box-shadow: none;
  padding: 35rem 0 47rem 0;
}
.about02 ul li .box .num {
  font-size: 52rem;
  margin-bottom: 3rem;
}
.about02 ul li .box .bt {
  font-size: 24rem;
}
.about02 ul li .box .bt:after {
  display: none;
}
.about03 {
  padding: 73rem 0 124rem 0;
  background: #f5f5f5;
}
.about03 .home-title:after {
  display: none;
}
.about03 .about-bottom {
  padding-top: 20rem;
  width: 89%;
  margin: 0 auto;
}
.about03 .p {
  font-size: 16rem;
  line-height: 30rem;
  text-align: center;
  color: #666666;
}
.about03 .list ul {
  padding-top: 37rem;
}
.about03 .list ul li {
  width: 33.33333333%;
  float: left;
}
.about03 .list ul li .pic:after {
  padding-bottom: 62.05128205%;
}
.about04 {
  padding: 100rem 0 112rem 0;
  overflow: hidden;
}
.about04 .container01 {
  padding: 0 79rem;
}
.about04 .img {
  float: right;
  width: 81%;
  margin-right: -360rem;
}
.about04 .home-title:after {
  display: none;
}
.about04 .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.about04 .p p {
  margin-bottom: 20rem;
}
.about04 .text {
  float: left;
  width: 42%;
  padding-top: 64rem;
}
.about04 .text .home-title {
  text-align: left;
}
.more1 a {
  width: 240rem;
  line-height: 55rem;
  background: #333333;
  display: block;
  margin: 0 auto;
  font-size: 15rem;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1025px) {
  .more1 a:hover {
    text-decoration: underline;
  }
}
.about06 {
  background: none;
  padding: 49rem 0 89rem 0;
}
.about06 .p {
  margin-bottom: 22rem;
}
.about07 {
  padding: 83rem 0 73rem 0;
  background: #333333;
}
.about07 .home-title {
  font-size: 36rem;
  line-height: 44rem;
  color: #ffffff;
}
.about07 .about-bottom {
  padding-top: 36rem;
}
.about07 .p {
  margin-bottom: 35rem;
  color: #fff;
}
.about07 .more1 a {
  background-color: #ffffff;
  color: #333333;
}
.contact {
  padding-bottom: 0 !important;
}
.contact01 {
  padding-bottom: 82rem;
}
.contact01 .left {
  float: left;
  width: 52.5%;
  padding-left: 59rem;
}
.contact01 .left ul {
  padding: 39rem 27rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0rem 8rem 51rem 0rem rgba(173, 173, 173, 0.31);
}
.contact01 .left ul li {
  width: 50%;
  float: left;
  padding: 0 5rem;
  margin-bottom: 11rem;
}
.contact01 .left ul li input,
.contact01 .left ul li textarea {
  background: #f8f9fa;
  border: 0;
  padding: 0 20rem;
  font-size: 14rem;
  height: 43rem;
  font-weight: lighter;
  color: #333333;
  width: 100%;
}
.contact01 .left ul li input::-webkit-input-placeholder,
.contact01 .left ul li textarea::-webkit-input-placeholder {
  color: #333333;
}
.contact01 .left ul li input:-moz-placeholder,
.contact01 .left ul li textarea:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.contact01 .left ul li input::-moz-placeholder,
.contact01 .left ul li textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.contact01 .left ul li input:-ms-input-placeholder,
.contact01 .left ul li textarea:-ms-input-placeholder {
  color: #333333;
}
.contact01 .left ul li textarea {
  height: 119rem;
  padding: 20rem;
}
.contact01 .left ul li .submit a {
  width: 100%;
  line-height: 43rem;
  background: #333333;
  display: block;
  text-align: center;
  font-size: 14rem;
  font-weight: normal;
  color: #ffffff;
}
.contact01 .right {
  float: right;
  width: 45%;
  margin-top: -9rem;
  padding-right: 51rem;
}
.contact01 .right .h3 {
  font-size: 32rem;
  font-weight: normal;
  color: #333333;
  background: url(../images/line.png) no-repeat bottom left;
  background-size: 88rem;
  padding-bottom: 8rem;
  margin-bottom: 20rem;
}
.contact01 .right .p {
  font-size: 14rem;
  line-height: 24rem;
  margin-bottom: 22rem;
  color: #666666;
}
.contact01 .right ul {
  font-size: 0;
}
.contact01 .right ul li {
  width: 62%;
  margin-bottom: 14rem;
  display: inline-block;
  vertical-align: top;
}
.contact01 .right ul li .bt {
  font-size: 24rem;
  font-weight: normal;
  color: #323233;
  margin-bottom: 4rem;
}
.contact01 .right ul li .jsh {
  font-size: 16rem;
  line-height: 30rem;
  color: #323233;
}
.contact01 .right ul li .jsh a {
  color: #323233;
}
.contact01 .right ul li .ewm {
  float: left;
  text-align:center;
}
.contact01 .right ul li .ewm:last-child {
  margin-left:10rem;
}
.contact01 .right ul li .ewm img {
  width: 100rem;
  display: block;
  background-color: #ffffff;
  box-shadow: 0rem 4rem 10rem 0rem rgba(133, 133, 133, 0.28);
}
.contact01 .right ul li .ewm p {
  font-size: 14rem;
}
.contact01 .right ul .sec {
  width: 38%;
}
.contact02 {
  padding: 69rem 0 47rem 0;
  background: #f5f5f5;
}
.contact02 .home-title:after {
  display: none;
}
.contact02 .contact-bottom {
  margin: 31rem auto;
  width: 91.5%;
  border: solid 1rem #d6d6d6;
  padding: 40rem 46rem;
}
.contact02 .left {
  float: left;
  position: sticky;
  top: 100rem;
  left: 0;
}
.contact02 .left .h3 {
  font-size: 18rem;
  font-weight: normal;
  color: #333333;
}
.contact02 .left ul {
  text-align: right;
  padding-top: 19rem;
}
.contact02 .left ul li a {
  font-size: 18rem;
  font-weight: normal;
  line-height: 52rem;
  color: #999999;
  display: block;
  position: relative;
}
.contact02 .left ul li a:after {
  width: 2rem;
  height: 24rem;
  background-color: #000000;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12rem;
  opacity: 0;
  transition: 0.5s;
}
.contact02 .left ul .active a {
  color: #333333;
}
.contact02 .left ul .active a:after {
  opacity: 1;
}
.contact02 .right {
  float: right;
  width: 70%;
  margin-top: -28rem;
}
.contact02 .right .show .info {
  display: none;
}
.contact02 .right .show .info .span-01 {
  display: block;
  font-size: 18rem;
  line-height: 78rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  cursor: pointer;
}
.contact02 .right .show .info dl {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.contact02 .right .show .info .span-02 {
  display: block;
  width: 30rem;
  height: 78rem;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18rem;
  color: #333333;
  padding-left: 19rem;
  background: url(../images/jia.png) no-repeat center right;
  background-size: 100%;
}
.contact02 .right .show .info dd {
  height: 0;
  overflow: hidden;
}
.contact02 .right .show .info dd .nr {
  padding: 32rem 0;
  position: relative;
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.contact02 .right .show .info .cur dt {
  border-bottom: 1px solid #d6d6d6;
}
.contact02 .right .show .info .cur .span-02 {
  background: url(../images/jian.png) no-repeat center right;
  background-size: 100%;
}
.contact02 .right .show .info .cur dd {
  height: auto;
}
.contact02 .right .show .info .p-01 {
  font-size: 20rem;
  margin-bottom: 9rem;
  color: #333333;
}
.contact02 .right .show .info .more1 a {
  width: 170rem;
  line-height: 46rem;
  font-size: 18rem;
  text-align: center;
  border-radius: 30rem;
}
.contact-1 {
  padding: 74rem 0;
}
.contact-1 .map {
  width: 91%;
  margin: 0 auto;
}
.contact-1 #mapContainer {
  height: 401rem;
  width: 100%;
  background-color: #fcf9f2;
  border: solid 1rem #cccccc;
  font-size: 12rem;
}
.main-map {
  position: relative;
}
.main-map .info {
  border: solid 1px silver;
}
div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}
div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}
div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
  width: auto;
}
div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
div.info-middle {
  font-size: 12px;
  padding: 6px;
  line-height: 20px;
}
div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  left: 50%;
  text-align: center;
}
div.info-bottom img {
  position: relative;
  z-index: 104;
  width: auto;
}
.main-map span {
  margin-left: 5px;
  font-size: 11px;
}
.info-middle img {
  margin-bottom: 6px;
  width: auto;
}
.amap-info &gt; div {
  width: 100%;
  margin-left: 0px;
}
.pp_gallery ul a img {
  width: 50px;
}
.button-group {
  position: absolute;
  bottom: 30rem;
  right: 30rem;
  font-size: 12rem;
  color: #ffffff;
}
.button-group .button {
  height: 31rem;
  background-color: #333333;
  color: #fff;
  border: 0;
  outline: none;
  padding-left: 10rem;
  padding-right: 10rem;
  cursor: pointer;
  font-size: 12rem;
}
.pabout01 {
  padding: 81rem 0 76rem 0;
}
.pabout01 .container01 {
  padding: 0 130rem;
}
.pabout01 .right {
  width: 47%;
}
.pabout01 .text {
  width: 49%;
}
.pabout02 ul {
  padding: 38rem 0 48rem 0;
}
.prelated {
  padding: 109rem 77rem 0 77rem;
}
.prelated .related-title {
  text-align: center;
  font-size: 36rem;
  border-bottom: 0;
  padding-bottom: 0;
}
.prelated .related-bottom .pro-bottom {
  padding-bottom: 0;
}
.prelated .related-bottom .pro-bottom {
  padding: 45rem 0 39rem 0;
  width: 81%;
  margin: 0 auto;
}
.prelated .related-bottom ul li {
  width: 33.33333%;
}
.pshow01 .left {
  float: left;
  position: relative;
  width: 53.6%;
  padding-left: 130rem;
  position: sticky;
  left: 0;
  top: 100rem;
}
.pshow01 .left .mySwiper2 {
  position: relative;
  overflow: hidden;
  border: solid 1px #eaeaea;
}
.pshow01 .left .mySwiper2 a {
  display: block;
  position: relative;
}
.pshow01 .left .li {
  overflow: hidden;
  margin-top: 8rem;
  position: relative;
}
.pshow01 .left .mySwiper {
  overflow: hidden;
  position: relative;
}
.pshow01 .left .mySwiper .pic {
  border: solid 1px #eaeaea;
  background: #fff;
}
.pshow01 .left .mySwiper .pic .hover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video.png) no-repeat center center;
  background-size: 32rem;
  z-index: 444;
}
.pshow01 .left .mySwiper .swiper-slide {
  overflow: hidden;
}
.pshow01 .left .mySwiper .swiper-slide-thumb-active .pic {
  border: solid 1px #333;
}
.pshow01 .right {
  float: right;
  width: 37%;
  padding-right: 110rem;
}
.pshow01 .right .current1 {
  font-size: 13rem;
  font-weight: normal;
  font-style: italic;
  color: #666666;
}
.pshow01 .right .current1 a {
  text-decoration: underline;
  color: #666666;
}
.pshow01 .right .current1 span {
  display: block;
}
.pshow01 .right .h1 {
  font-size: 28rem;
  font-weight: normal;
  color: #212121;
  margin-top: 26rem;
}
.pshow01 .right .p {
  font-size: 14rem;
  line-height: 27rem;
  margin-top: 22rem;
  margin-bottom: 20rem;
  color: #666666;
}
.pshow01 .right .list .label {
  position: relative;
  padding: 0;
  border-radius: 50%;
  margin-right: 20rem;
  width: 40rem;
  height: 40rem;
  cursor: pointer;
  border: 1px solid #fff;
  display: block;
}
.pshow01 .right .list .label .graphic {
  display: block;
  border-radius: 50%;
  padding: 0;
  width: 32rem;
  height: 32rem;
  margin: 3rem;
  background-size: cover;
  background-position: center;
}
.pshow01 .right .list .item {
  overflow: hidden;
  float: left;
}
.pshow01 .right .list .item input[type='radio']:checked + label {
  background: transparent;
}
.pshow01 .right .list .item input[type='radio']:checked + label {
  border: 1px solid rgba(40, 40, 41, 0.7);
}
.pshow01 .right .list .item input[type='radio']:hover + label {
  border: 1px solid rgba(40, 40, 41, 0.7);
}
.pshow01 .right .list .u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.pshow01 .right .more2 a {
  display: block;
  width: 370rem;
  line-height: 53rem;
  background-color: #333333;
  font-size: 15rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1025px) {
  .pshow01 .right .more2 a:hover {
    text-decoration: underline;
  }
}
.pshow02 {
  padding: 81rem 0 0 0;
}
.pshow02 .container01 {
  padding: 0 130rem;
}
.pshow02 .container01 .productshow img{
    display: block;
    max-width: 800rem;
    margin: 0 auto;
}
.pshow02 .mySwiper3 {
  position: relative;
  overflow: hidden;
}
.pshow02 .pic{
  padding-bottom:10rem;
}
.pshow02 .pic:after {
  padding-bottom: 70.63636364%;
}
.pshow02 .swiper-pagination {
  bottom: 20rem;
}
.pshow02 .swiper-pagination .swiper-pagination-bullet {
  width: 11rem;
  height: 11rem;
  background-color: #b8b8b8;
  border: 0;
  opacity: 1;
}
.pshow02 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333333;
}
.zhuanpan {
  position: fixed;
  background: #fff;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  text-align: left;
  width: 536rem;
  height: 332rem;
  background: #333333 url(../images/zhuanquan.png) no-repeat top center;
  background-size: cover;
  border-radius: 4rem;
  padding: 40rem 36rem 40rem 170rem;
  display: none;
}
.zhuanpan .right .bt {
  font-size: 48rem;
  font-weight: normal;
  color: #ffffff;
}
.zhuanpan .right .span {
  font-size: 18rem;
  color: #ffffff;
}
.zhuanpan .right ul {
  margin: 0 -7rem;
  padding-top: 10rem;
}
.zhuanpan .right ul li {
  width: 50%;
  float: left;
  padding: 0 7rem;
  margin-bottom: 23rem;
}
.zhuanpan .right ul li input {
  width: 100%;
  height: 34rem;
  padding: 0 15rem 0 15rem;
  background-color: #ffffff;
  border-radius: 8rem;
  border: none;
}
.zhuanpan .right ul li a {
  background-color: #8c8c8c;
  border-radius: 8rem;
  display: block;
  text-align: center;
  font-size: 12rem;
  line-height: 34rem;
  color: #ffffff;
}
.zhuanpan .right ul li .p {
  font-size: 13rem;
  line-height: 18rem;
  color: #ffffff;
}
.zhuanpan .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 40rem;
  color: #fff;
  cursor: pointer;
}
.zhuanpan .left {
  position: absolute;
  left: -270rem;
  top: 50%;
  width: 401rem;
  transform: translateY(-50%);
}
.zhuanpan .left .table {
  transition: 0.5s;
}
.zhuanpan .left .btn {
  position: absolute;
  right: -30rem;
  top: 50%;
  margin-top: -18rem;
  width: 48rem;
  height: 48rem;
  background: url(../images/btn.png) no-repeat center center;
  background-size: 48rem;
}
@keyframes zhuanquan {
  100% {
    transform: rotate(360deg);
  }
}
#myImage {
  transition: .5s;
}
.tanchu {
  padding: 40px 40px;
  position: fixed;
  z-index: 9999999;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center;
  width: 738rem;
  height: 570rem;
  background: #fff;
  display: none;
  border-radius: 4rem;
}
.tanchu .spps-title {
  color: #333;
  font-size: 48px;
  font-weight: normal;
}
.tanchu .spps-label {
  font-size: 20px;
  line-height: 1.4;
  color: #4d5963;
  margin-bottom: 20px;
}
.tanchu .spps-ticket-ctn {
  padding: 40px 40px;
  max-width: 400px;
  position: relative;
  margin: 0 auto 30px auto;
}
.tanchu .spps-coupon-label {
  font-size: 38px;
  color: white;
  font-size: 35px;
  font-weight: normal;
}
.tanchu .spps-coupon-label div {
  line-height: 2.3;
  margin-bottom: 40rem;
  margin-top:40rem;
}
.tanchu .spps-dc-label {
  color: white;
  font-size: 16px;
  margin-bottom: 7rem;
  line-height: 1.4;
  white-space: pre-line;
}
.tanchu .spps-code {
  border-radius: 25px;
  border: 2px dashed #fff;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  line-height: 0;
  font-weight: normal;
}
.tanchu .spps-code span {
  line-height: 1.3;
}
.tanchu .spps-backup-ticket {
  position: absolute;
  left: 7%;
  width: 85%;
  top: 0;
  height: 99%;
  border-radius: 10px;
  z-index: -2;
  display: none;
  background-color: #333;
  background-image: linear-gradient(to top, #333333, #999999);
}
.tanchu .spps-ticket {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background-color: #333;
  background-image: linear-gradient(to top, #333333, #999999);
}
.tanchu .spps-ticket .spps-t-round-c {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 25px;
}
.tanchu .spps-ticket .spps-t-round-c.l {
  left: 0;
}
.tanchu .spps-ticket .spps-t-round-c.l .spps-t-round {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.tanchu .spps-ticket .spps-t-round-c.r {
  right: 0;
}
.tanchu .spps-ticket .spps-t-round {
  position: absolute;
  background: white;
  height: 50px;
  width: 50px;
  left: 0;
  top: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
.tanchu .spps-ticket .spps-t-round:after {
  content: '';
  position: absolute;
  left: 15%;
  top: -100%;
  height: 300%;
  width: 300%;
  border-bottom-left-radius: 30px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tanchu .spps-btn {
  line-height: 1.4;
  border-radius: 8px;
  font-size: 12px;
  background-color: #333;
  font-weight: normal;
  color: white;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 11px 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.tanchu .spps-disclaimer {
  font-size: 16px;
  line-height: 1.4;
  color: #191919;
  margin-top: 20px;
}
.tanchu .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 40rem;
  color: #333;
  cursor: pointer;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top2 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top2:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.privacy {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .container01 {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .container02 {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .logo a img {
    width: 150px;
  }
  .header .header-right {
    margin-right: 0;
    padding-top: 0;
  }
  .header .header-right a.feedback {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .header-search {
    margin-top: 12px;
    margin-right: 12px;
    display: none;
  }
  .header .header-right .header-search .pull-right a {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    background: url(../images/search.png) no-repeat center left;
    background-size: 22px !important;
    padding-left: 33px;
  }
  .header .header-right .header-search .search .search-main {
    padding: 41px 0;
    display: none;
  }
  .header .header-right .header-search .search .search-main .container {
    width: 100%;
  }
  .header .header-right .header-search .search .search-main h4 {
    font-size: 22px;
  }
  .header .header-right .header-search .search .search-main form {
    margin-top: 11px;
    margin-bottom: 30px;
  }
  .header .header-right .header-search .search .search-main form::before {
    position: relative;
    content: 'Search';
    font-size: 14px;
    line-height: 1;
    color: #f2f2f2;
    width: 138px;
    height: 44px;
    border-radius: 2px;
    border: solid 1px #c7c7c7;
  }
  .header .header-right .header-search .search .search-main form input[type='text'] {
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    color: #7a7a7a;
    padding: 0 60px 0 23px;
    height: 44px;
    background: #fff;
    border: none;
  }
  .header .header-right .header-search .search .search-main form input[type='submit'] {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 45px;
    height: 42px;
    background-color: #333333;
    border-radius: 2px;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
  }
  .header .header-right .header-search .search .search-main ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 19px;
    padding: 20px 30px;
    background-color: #f8f8f8;
  }
  .header .header-right .header-search .search .search-main ul li {
    width: 100%;
    padding: 1px;
  }
  .header .header-right .header-search .search .search-main ul li a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    padding: 14px 0;
    border-radius: 2px;
  }
  .header .header-right .header-search .search .search-main .close {
    width: 30px;
    height: 30px;
    right: 13px;
    top: 13px;
  }
  .nav {
    display: none;
  }
  .headerfix {
    height: 60px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .headerfix .logo {
    margin-top: 20px;
  }
  .headerfix .header-right {
    padding-top: 0;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .home-video {
    margin-bottom: 10px;
  }
  .home-video img,
  .home-video video {
    display: block;
  }
  .home-video video {
    display: none;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .banner-hover {
    transform: translateY(-50%);
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .swiper-renewal-main .banner-hover .bt:after {
    width: 40px;
    height: 2px;
    margin: 11px auto 12px auto;
  }
  .swiper-renewal-main .banner-hover .p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 17px;
  }
  .swiper-renewal-main .swiper-button-prev,
  .swiper-renewal-main .swiper-button-next {
    width: 38px;
    height: 38px;
    line-height: 36px;
    left: 10px;
  }
  .swiper-renewal-main .swiper-button-prev:after,
  .swiper-renewal-main .swiper-button-next:after {
    font-size: 16px;
  }
  .swiper-renewal-main .swiper-button-next {
    right: 10px;
    left: auto;
  }
  .home-list {
    padding: 40px 0;
  }
  .home-list ul {
    padding: 20px 0;
    box-shadow: 0px 8px 51px 0px rgba(186, 186, 186, 0.31);
  }
  .home-list ul li {
    width: 50%;
    padding: 5px;
  }
  .home-list ul li .box .num {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .home-list ul li .box .bt {
    font-size: 16px;
  }
  .home-list ul li .box .bt:after {
    width: 19px;
    height: 2px;
    margin: 4px auto 0 auto;
  }
  .home-list ul li:nth-child(1) {
    width: 50%;
  }
  .home-list ul li:nth-child(2) {
    width: 50%;
  }
  .home-list ul li:nth-child(3) {
    width: 50%;
  }
  .home-list ul li:nth-child(4) {
    width: 50%;
  }
  .home-about .text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .home-about .text .bt {
    font-size: 28px;
  }
  .home-about .text .span {
    font-size: 24px;
    line-height: 32px;
  }
  .home-about .text .p {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 23px;
    line-height: 30px;
  }
  .home-about .text ul {
    display: block;
  }
  .home-about .text ul li {
    width: 100%;
  }
  .home-about .text ul li .box {
    padding-left: 100px;
    height: 100%;
    padding-top: 24px;
    position: relative;
    padding-right: 10px;
    padding-bottom: 24px;
  }
  .home-about .text ul li .box .pic {
    width: 58px;
    position: absolute;
    left: 26px;
    top: 30px;
  }
  .home-about .text ul li .box .h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .home-about .text ul li .box .jsh {
    font-size: 14px;
    line-height: 28px;
  }
  .home-about .img {
    padding: 8px;
    width: 100%;
  }
  .home-title {
    font-size: 28px;
  }
  .home-title:after {
    width: 40px;
    height: 2px;
    margin: 8px auto 0 auto;
  }
  .home-product {
    padding: 40px 0;
  }
  .home-product .home-bottom {
    padding-top: 20px;
  }
  .productlist {
    display: block;
    flex-flow: wrap;
    width: 100%;
  }
  .productlist li {
    width: 50%;
  }
  .productlist li .box {
    height: 100%;
  }
  .productlist li .box .bt {
    font-size: 16px;
    line-height: 46px;
    padding: 0 10px;
    padding-bottom: 17px;
  }
  .productlist .tu {
    width: 100%;
  }
  .productlist .tu .box {
    display: flex;
  }
  .productlist .tu .pic {
    width: 50%;
  }
  .productlist .tu .info {
    width: 50%;
  }
  .productlist .tu .info .h3 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 16px;
    max-height: 80px;
  }
  .more a,
  .more p {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 3px;
    width: 120px;
  }
  .home-sub .home-bottom {
    padding: 20px 0 26px 0;
    width: 100%;
  }
  .partnerlist {
    margin: 0 -8px;
  }
  .partnerlist li {
    width: 33.33333333%;
    padding: 0 8px;
    margin-bottom: 11px;
  }
  .home-partner {
    padding: 39px 0;
  }
  .home-partner .home-bottom {
    padding: 20px 0 26px 0;
    width: 100%;
  }
  .swiper-news .sn .text {
    padding: 15px 15px 0 15px;
  }
  .swiper-news .sn .span {
    min-width: 74px;
    line-height: 29px;
    padding: 0 20px;
    font-size: 14px;
  }
  .swiper-news .sn .bt {
    font-size: 20px;
    line-height: 30px;
    margin-top: 13px;
    height: 60px;
  }
  .swiper-news .sn .line {
    width: 40px;
    height: 1px;
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .swiper-news .sn .p {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 29px;
  }
  .swiper-news .sn .date {
    line-height: 61px;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .swiper-news .sn .date p {
    background: url(../images/date.png) no-repeat center left;
    background-size: 14px;
    padding-left: 30px;
  }
  #container {
    overflow: hidden;
  }
  .home-news .home-bottom {
    padding-top: 20px;
  }
  .home-contact {
    padding: 40px 0;
  }
  .home-contact .home-bottom {
    padding-top: 20px;
  }
  .contactlist {
    display: block;
  }
  .contactlist li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contactlist li .box {
    height: 100%;
    min-height: 0;
    padding-bottom: 17px;
  }
  .contactlist li .box:after {
    width: 30px;
    height: 2px;
    margin-left: -15px;
  }
  .contactlist li .pic {
    width: 40px;
  }
  .contactlist li .text {
    padding-top: 8px;
  }
  .contactlist li .text .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contactlist li .text .p {
    font-size: 14px;
    line-height: 28px;
  }
  .formlist {
    margin: 0 -17px;
    padding-top: 25px;
  }
  .formlist li {
    width: 100%;
    padding: 0 17px;
    margin-bottom: 16px;
  }
  .formlist li label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .formlist li input,
  .formlist li textarea {
    font-size: 14px;
    height: 53px;
    padding: 0 20px;
  }
  .formlist li textarea {
    padding: 10px 20px;
    height: 143px;
  }
  .formlist li .submit {
    width: 121px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 7px;
  }
  .footer {
    padding: 30px 0 0 0;
  }
  .footer ul {
    display: none;
  }
  .footer .footer-center {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
  }
  .footer .footer-center .share {
    float: left;
  }
  .footer .footer-center .share a {
    float: left;
    margin-right: 6px;
    width: 30px;
    background-color: #333333;
    border-radius: 4px;
  }
  .footer .footer-center .share a img {
    display: block;
  }
  .footer .footer-center .img {
    width: 117px;
    margin-top: 6px;
  }
  .footer .footer-bottom {
    padding: 14px 0;
    font-size: 14px;
    text-align: center;
  }
  .footer .footer-bottom a {
    margin-left: 8px;
    margin-right: 8px;
  }
  .footer .footer-bottom span {
    display: block;
  }
  .footer .footer-bottom .fr {
    float: none;
  }
  #pups_from {
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  #pups_from h4 {
    font-size: 16px;
    padding: 15px 20px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  #pups_from h4 .close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  #pups_from form {
    margin-top: 40px;
  }
  #pups_from form ul li {
    margin-bottom: 10px;
    position: relative;
  }
  #pups_from form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #pups_from form ul li label em {
    margin-right: 2px;
  }
  #pups_from form ul li input,
  #pups_from form ul li textarea {
    line-height: 24px;
    padding: 6px 15px;
    font-size: 14px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover .bt h1 {
    font-size: 24px;
  }
  .inbanner .banner-hover .bottom {
    font-size: 60px;
  }
  .current span {
    background: url(../images/home.png) no-repeat left 6px;
    background-size: 17px;
    padding-left: 33px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
  }
  .content {
    padding: 39px 0;
    min-height: 400px;
  }
  .zhuanpan {
    display: none !important;
  }
  .tanchu {
    display: none !important;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top2 {
    font-size: 20px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 16px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    margin-top: 10px;
  }
  .privacy {
    font-size: 14px;
    line-height: 28px;
  }
  .pro-top {
    padding: 0 7px;
    padding-bottom: 9px;
  }
  .pro-top .left span {
    font-size: 15px;
    line-height: 30px;
    display: none;
  }
  .pro-top .left a {
    font-size: 15px;
    line-height: 30px;
  }
  .pro-top .left a svg {
    margin-left: 5px;
  }
  .pro-top .right {
    font-size: 14px;
    line-height: 36px;
  }
  .zhankai .hover {
    padding: 32px;
    margin-top: -1px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .zhankai .item {
    width: 100%;
    padding: 5px 0;
    padding-left: 25px;
    min-height: 40px;
  }
  .zhankai .item .checkbox {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -9px;
    display: block;
    margin-right: 16px;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
  }
  .zhankai .item .checkbox label {
    padding-left: 30px;
    cursor: pointer;
  }
  .zhankai .item .checkbox .svg {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 2px;
    line-height: 18px;
    text-align: center;
  }
  .zhankai .item .checkbox svg {
    width: 13px;
    opacity: 0;
    transition: 0.5s;
  }
  .zhankai .item .checkbox input[type='checkbox']:checked + label .svg svg {
    opacity: 1;
  }
  .zhankai .item .checkbox .hide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  .pro-bottom {
    padding: 40px 0;
  }
  .pro-bottom .productlist {
    padding-bottom: 20px;
  }
  .pro-bottom .productlist li {
    width: 50%;
  }
  .pro-bottom .productlist .tu {
    width: 100%;
  }
  .pro-bottom .productlist .tu .box {
    overflow: hidden;
  }
  .pro-bottom .productlist .tu .pic {
    width: 50%;
  }
  .pro-bottom .productlist .tu .info {
    width: 50%;
  }
  .pro-bottom .productlist li .box .bt {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    padding-bottom: 0;
  }
  .pro-bottom .productlist li .box .p {
    padding-bottom: 25px;
  }
  .pro-info {
    padding-bottom: 40px;
  }
  .pro-info .h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .pro-info .p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .pro-info .p p {
    margin-bottom: 6px;
  }
  .get {
    padding: 40px 0;
  }
  .get .title {
    font-size: 22px;
  }
  .get .span {
    font-size: 30px;
  }
  .get .p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .get .btn a {
    width: 120px;
    line-height: 36px;
    margin: 0 6px;
    font-size: 14px;
  }
  .his01 {
    padding: 0;
  }
  .his01 .text {
    width: 100%;
    margin-bottom: 10px;
  }
  .his01 .text .bt {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: -1px;
  }
  .his01 .text .span {
    font-size: 16px;
    background-size: 44px;
    padding-bottom: 19px;
    margin-bottom: 10px;
  }
  .his01 .text .p {
    font-size: 14px;
    line-height: 28px;
  }
  .his01 .text .p p {
    margin-bottom: 8px;
  }
  .his01 .right {
    width: 100%;
  }
  .his02 {
    padding: 40px 0;
  }
  .his02 ul li {
    padding: 20px 0;
  }
  .his02 ul li .span {
    font-size: 32px;
    width: 100%;
  }
  .his02 ul li .p {
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
    width: 100%;
  }
  .his02 ul li .p .img {
    margin-top: 10px;
  }
  .neinfo {
    padding: 0;
  }
  .neinfo .btSearch {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-right: 0;
  }
  .neinfo .btSearch .form {
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .neinfo .btSearch input {
    height: 38px;
    padding: 0 11px;
    width: 100%;
  }
  .neinfo .btSearch button {
    width: 38px;
    height: 38px;
    background: #333333 url(../images/search1.png) no-repeat center center;
    background-size: 22px;
    display: block;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .neinfo .btSearch .rcontact {
    display: none;
  }
  .neinfo .btSearch .rcontact:after {
    width: 32px;
    height: 1px;
  }
  .neinfo .btSearch .rcontact p {
    font-size: 16px;
    line-height: 30px;
  }
  .news .left {
    width: 100%;
  }
  .news ul li {
    margin-bottom: 31px;
  }
  .news ul li .box {
    padding-left: 73px;
  }
  .news ul li .box .date {
    font-size: 14px;
    top: -10px;
  }
  .news ul li .box .bt {
    font-size: 16px;
    padding-left: 28px;
    margin-top: 6px;
    line-height: 35px;
    max-height: 70px;
    margin-bottom: 6px;
    background: url(../images/bt.png) no-repeat left 14px;
    background-size: 12px;
  }
  .news ul li .box .p {
    font-size: 14px;
    line-height: 28px;
    max-height: 84px;
    margin-bottom: 15px;
  }
  .news ul li .box .more1 p {
    font-size: 12px;
    width: 184px;
    line-height: 32px;
    padding: 0 12px;
    background: url(../images/jiantou.png) no-repeat 90% center;
    background-size: 10px;
  }
  .news-show {
    padding: 38px 0 0 0;
  }
  .news-show .neinfo {
    padding: 0;
  }
  .news-show .left {
    width: 100%;
  }
  .news-show .h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .news-show .h2 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #585858;
  }
  .news-show .pp {
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #e5e5e5;
  }
  .news-show .icon {
    width: 12px;
  }
  .inside-news {
    padding-top: 20px;
  }
  .inside-news ul li {
    width: 100%;
  }
  .inside-news ul li a {
    padding-left: 0;
    padding-right: 10px;
    height: auto;
  }
  .inside-news ul li a .pic {
    width: 0;
    display: none;
  }
  .inside-news ul li a .text {
    padding-top: 13px;
  }
  .inside-news ul li a .btt {
    font-size: 12px;
  }
  .inside-news ul li a .pt {
    font-size: 18px;
  }
  .inside-news ul .last a {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .inside-news ul .last a .pic {
    right: 0;
    left: auto;
    display: none;
  }
  .related {
    padding: 37px 0;
  }
  .related .related-title {
    font-size: 25px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
  }
  .related .related-bottom ul li {
    width: 50%;
  }
  .rd {
    padding-bottom: 20px;
  }
  .rd01 {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 31px;
  }
  .rd01 .img {
    margin-bottom: 22px;
  }
  .rd02 {
    padding: 40px 0;
  }
  .rd02 .img {
    width: 100%;
  }
  .rd02 .right {
    width: 100%;
    padding-top: 13px;
  }
  .rd02 .right .bt {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: -1px;
  }
  .rd02 .right .p {
    font-size: 14px;
    line-height: 28px;
  }
  .rd03 {
    padding: 40px 0;
  }
  .rd03 .info {
    padding-top: 19px;
  }
  .rd03 .bt {
    font-size: 30px;
    margin-bottom: 8px;
    letter-spacing: -1px;
  }
  .rd03 .p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 17px;
  }
  .rd04 ul {
    margin: 0 -25px;
  }
  .rd04 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 26px;
  }
  .rd04 ul li .pic {
    width: 130px;
  }
  .rd04 ul li .text {
    padding-top: 10px;
  }
  .rd04 ul li .text .bt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .rd04 ul li .text .p {
    font-size: 14px;
    line-height: 28px;
  }
  .founder01 {
    padding: 40px 0;
  }
  .founder01 .container01 {
    padding: 0 15px;
  }
  .founder01 .t {
    margin-bottom: 26px;
  }
  .founder01 .t .img {
    width: 100%;
  }
  .founder01 .t .text {
    width: 100%;
    padding-top: 13px;
  }
  .founder01 .t .text .p {
    font-size: 14px;
    line-height: 28px;
  }
  .founder01 .t .text .bt {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .founder01 .t .text .span {
    font-size: 16px;
    text-align: left;
  }
  .founder01 .jsh {
    font-size: 14px;
    line-height: 28px;
  }
  .founder01 .jsh span {
    font-size: 18px;
  }
  .founder02 {
    padding: 39px 0;
  }
  .founder02 .container01 {
    padding: 0 15px;
  }
  .founder02 .img {
    width: 100%;
  }
  .founder02 .text {
    width: 100%;
    padding-top: 16px;
  }
  .founder02 .text .p {
    font-size: 14px;
    line-height: 28px;
  }
  .founder02 .text .bt {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .founder03 {
    padding: 40px 0;
  }
  .founder03 .container01 {
    padding: 0 15px;
  }
  .founder03 .t {
    margin-bottom: 18px;
  }
  .founder03 .t .img {
    width: 100%;
  }
  .founder03 .t .text {
    width: 100%;
    padding-top: 15px;
  }
  .founder03 .t .text .p {
    font-size: 14px;
    line-height: 28px;
  }
  .founder03 .t .text .bt {
    font-size: 36px;
    letter-spacing: -1px;
    margin-bottom: 6px;
  }
  .founder03 .jsh {
    font-size: 14px;
    line-height: 28px;
  }
  .founder04 {
    padding: 38px 0;
  }
  .founder05 {
    padding: 40px 0;
  }
  .founder05 .container01 {
    padding: 0 15px;
  }
  .founder05 .p {
    font-size: 14px;
    line-height: 28px;
  }
  .founder05 .p p {
    margin-bottom: 10px;
  }
  .founder05 .bt {
    font-size: 36px;
    letter-spacing: -1px;
    margin-bottom: 11px;
  }
  .founder06 {
    padding: 0 0 38px 0;
  }
  .founder06 .container01 {
    padding: 0 15px;
  }
  .founder06 .list {
    padding-top: 15px;
  }
  .founder06 .list ul {
    margin: 0 -5px;
  }
  .founder06 .list ul li {
    width: 33.33333333%;
    padding: 0 5px;
  }
  .founder06 .list ul li .p {
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
  }
  .founder06 .bt {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 11px;
  }
  .about01 {
    padding: 38px 0;
  }
  .about01 .container01 {
    padding: 0 15px;
  }
  .about01 .text {
    width: 100%;
    padding-top: 7px;
  }
  .about01 .text .bt {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 21px;
  }
  .about01 .text .span {
    font-size: 16px;
    background: url(../images/line.png) no-repeat bottom left;
    background-size: 44px;
    padding-bottom: 19px;
    margin-bottom: 13px;
  }
  .about01 .text .p {
    font-size: 14px;
    line-height: 28px;
  }
  .about01 .text .p p {
    margin-bottom: 8px;
  }
  .about01 .right {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .about01 .right:after {
    top: 10px;
    right: 10px;
  }
  .about01 .right a .hover {
    bottom: 20px;
    right: 20px;
    background-size: 38px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 38px;
  }
  .about02 ul {
    padding: 20px 0;
  }
  .about02 ul li .box .num {
    font-size: 32px;
    margin-bottom: 3px;
  }
  .about02 ul li .box .bt {
    font-size: 20px;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .about-bottom {
    padding-top: 20px;
    width: 100%;
  }
  .about03 .p {
    font-size: 14px;
    line-height: 28px;
  }
  .about03 .list ul {
    padding-top: 17px;
  }
  .about03 .list ul li {
    width: 33.33333333%;
  }
  .about04 {
    padding: 40px 0;
  }
  .about04 .container01 {
    padding: 0 15px;
  }
  .about04 .img {
    width: 100%;
    margin-right: 0;
  }
  .about04 .p {
    font-size: 14px;
    line-height: 28px;
  }
  .about04 .p p {
    margin-bottom: 10px;
  }
  .about04 .text {
    width: 100%;
    padding-top: 24px;
  }
  .more1 a {
    width: 200px;
    line-height: 45px;
    font-size: 14px;
  }
  .about06 {
    padding: 39px 0;
  }
  .about06 .p {
    margin-bottom: 12px;
  }
  .about07 {
    padding: 40px 0;
  }
  .about07 .home-title {
    font-size: 26px;
    line-height: 34px;
  }
  .about07 .about-bottom {
    padding-top: 16px;
  }
  .about07 .p {
    margin-bottom: 15px;
  }
  .contact01 {
    padding-bottom: 42px;
  }
  .contact01 .left {
    width: 100%;
    padding-left: 0;
  }
  .contact01 .left ul {
    padding: 14px;
    box-shadow: 0px 8px 51px 0px rgba(173, 173, 173, 0.31);
  }
  .contact01 .left ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 11px;
  }
  .contact01 .left ul li input,
  .contact01 .left ul li textarea {
    padding: 0 20px;
    font-size: 14px;
    height: 43px;
  }
  .contact01 .left ul li textarea {
    height: 119px;
    padding: 20px;
  }
  .contact01 .left ul li .submit a {
    line-height: 43px;
    font-size: 14px;
  }
  .contact01 .right {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
  .contact01 .right .h3 {
    font-size: 24px;
    background-size: 44px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .contact01 .right .p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .contact01 .right ul {
    font-size: 0;
  }
  .contact01 .right ul li {
    width: 100%;
    margin-bottom: 14px;
  }
  .contact01 .right ul li .bt {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .contact01 .right ul li .jsh {
    font-size: 14px;
    line-height: 28px;
  }
  .contact01 .right ul li .ewm{
    margin-left:0;
  }
  .contact01 .right ul li .ewm img {
    width: 66px;
    box-shadow: 0px 4px 10px 0px rgba(133, 133, 133, 0.28);
  }
  .contact01 .right ul li .ewm p {
    font-size: 14px;
  }
  .contact01 .right ul .sec {
    width: 100%;
  }
  .contact02 {
    padding: 40px 0;
  }
  .contact02 .contact-bottom {
    margin: 21px auto;
    width: 100%;
    padding: 26px;
  }
  .contact02 .left {
    position: relative;
    top: auto;
    left: auto;
  }
  .contact02 .left .h3 {
    font-size: 16px;
  }
  .contact02 .left ul {
    text-align: left;
    padding-top: 9px;
  }
  .contact02 .left ul li a {
    font-size: 14px;
    line-height: 42px;
    padding-left: 10px;
  }
  .contact02 .left ul li a:after {
    width: 1px;
    height: 14px;
    margin-top: -7px;
  }
  .contact02 .right {
    width: 100%;
    margin-top: 20px;
  }
  .contact02 .right .show .info .span-01 {
    font-size: 14px;
    line-height: 58px;
  }
  .contact02 .right .show .info .span-02 {
    width: 15px;
    height: 58px;
    font-size: 14px;
    padding-left: 19px;
  }
  .contact02 .right .show .info dd .nr {
    padding: 22px 0;
    font-size: 14px;
    line-height: 28px;
  }
  .contact02 .right .show .info .p-01 {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .contact02 .right .show .info .more1 a {
    width: 140px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 30px;
  }
  .contact-1 {
    padding: 40px 0;
  }
  .contact-1 .map {
    width: 100%;
  }
  .contact-1 #mapContainer {
    height: 301px;
    width: 100%;
    background-color: #fcf9f2;
    border: solid 1px #cccccc;
    font-size: 12px;
  }
  .main-map {
    position: relative;
  }
  .main-map .info {
    border: solid 1px silver;
  }
  div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
  }
  div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
  }
  div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
    width: auto;
  }
  div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
  }
  div.info-middle {
    font-size: 12px;
    padding: 6px;
    line-height: 20px;
  }
  div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    left: 50%;
    text-align: center;
  }
  div.info-bottom img {
    position: relative;
    z-index: 104;
    width: auto;
  }
  .main-map span {
    margin-left: 5px;
    font-size: 11px;
  }
  .info-middle img {
    margin-bottom: 6px;
    width: auto;
  }
  .amap-info &gt; div {
    width: 100%;
    margin-left: 0px;
  }
  .pp_gallery ul a img {
    width: 50px;
  }
  .button-group {
    position: relative;
    bottom: AUTO;
    right: AUTO;
  }
  .button-group .button {
    height: 31px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .pabout01 {
    padding: 40px 0;
  }
  .pabout01 .container01 {
    padding: 0 15px;
  }
  .pabout01 .right {
    width: 100%;
  }
  .pabout01 .text {
    width: 100%;
  }
  .pabout02 ul {
    padding: 28px 0;
  }
  .prelated {
    padding: 40px 0 0 0;
  }
  .prelated .related-title {
    font-size: 26px;
  }
  .prelated .related-bottom .pro-bottom {
    padding: 19px 0;
    width: 100%;
  }
  .prelated .related-bottom ul li {
    width: 100%;
  }
  .pshow01 .left {
    width: 100%;
    padding-left: 0;
    position: relative;
    left: auto;
    top: auto;
  }
  .pshow01 .left .li {
    margin-top: 8px;
  }
  .pshow01 .left .mySwiper .pic .hover {
    background-size: 22px;
  }
  .pshow01 .left .mySwiper .swiper-slide {
    overflow: hidden;
  }
  .pshow01 .right {
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
  }
  .pshow01 .right .current1 {
    font-size: 13px;
  }
  .pshow01 .right .h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .pshow01 .right .p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .pshow01 .right .list .label {
    border-radius: 50%;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #fff;
    display: block;
  }
  .pshow01 .right .list .label .graphic {
    display: block;
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    margin: 3px;
    background-size: cover;
    background-position: center;
  }
  .pshow01 .right .list .item {
    overflow: hidden;
    float: left;
  }
  .pshow01 .right .list .item input[type='radio']:checked + label {
    background: transparent;
  }
  .pshow01 .right .list .item input[type='radio']:checked + label {
    border: 1px solid rgba(40, 40, 41, 0.7);
  }
  .pshow01 .right .list .item input[type='radio']:hover + label {
    border: 1px solid rgba(40, 40, 41, 0.7);
  }
  .pshow01 .right .list .u-hidden-visually {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  .pshow01 .right .more2 a {
    width: 300px;
    line-height: 43px;
    font-size: 14px;
  }
  .pshow02 {
    padding: 40px 0 0 0;
  }
  .pshow02 .container01 {
    padding: 0 15px;
  }
  .pshow02 .swiper-pagination {
    bottom: 20px;
  }
  .pshow02 .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .float {
    position: fixed;
    top: 33%;
    right: 0;
    z-index: 44;
  }
  .float ul li {
    margin-bottom: 4px;
  }
  .float ul li a {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #333333;
  }
  .float1 {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 44;
  }
  .float1 ul li {
    margin-bottom: 21px;
  }
  .float1 ul li a {
    display: block;
    width: 58px;
    height: 58px;
    background-color: #333333;
    box-shadow: 0px 4px 12px 0px rgba(31, 98, 122, 0.36);
    border-radius: 50%;
  }
}
@media (max-width: 500px) {
  .home-list ul li {
    width: 100% !important;
  }
  .productlist li {
    width: 100%;
  }
  .productlist .tu {
    width: 100%;
  }
  .productlist .tu .box {
    display: block;
  }
  .productlist .tu .pic {
    width: 100%;
  }
  .productlist .tu .info {
    width: 100%;
    padding: 15px 0;
  }
}


@media (max-width: 1200px) {
    .contact02 .right .show .info .span-01 {
        font-size: 14px;
        line-height: 58px;
        padding-right: 20px;
    }
}

.home-news .swiper-button-prev,
.home-news .swiper-button-next {
  width: 58rem;
  height: 58rem;
  line-height: 56rem;
  text-align: center;
  border: solid 1px #999999;
  border-radius: 50%;
  left: 70rem;
}
.home-news .swiper-button-prev:after,
.home-news .swiper-button-next:after {
  font-size: 26rem;
  color: #999999;
}
@media (min-width: 1025px) {
  .home-news .swiper-button-prev:hover,
  .home-news .swiper-button-next:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .home-news .swiper-button-prev:hover:after,
  .home-news .swiper-button-next:hover:after {
    color: #fff;
  }
}
.home-news .swiper-button-next {
  right: 70rem;
  left: auto;
}

@media (max-width: 1200px) {
.home-news .swiper-button-prev,
.home-news .swiper-button-next {
		display:none;
	}

}

.hidden {
display:none!important;
}
</pre></body></html>