@charset "utf-8";
:root {
  --main-color: #1e5538;
  --hover-color: #62bc3e;
  --Oswald-Regular: Oswald-Regular;
  --AbhayaLibre-ExtraBold: AbhayaLibre-ExtraBold;
  --AbhayaLibre-Regular: AbhayaLibre-Regular;
  --SourceHanSerifSC-Regular: SourceHanSerifSC-Regular;
  --SourceHanSerifSC-Bold: SourceHanSerifSC-Bold;
  --SourceHanSerifSC-Medium: SourceHanSerifSC-Medium;
  --Poppins-Regular: Poppins-Regular;
  --Poppins-Bold: Poppins-Bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: var(--SourceHanSerifSC-Regular), '宋体', 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--SourceHanSerifSC-Regular), '宋体', 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1500rem;
}
.container01 {
  margin-right: auto;
  margin-left: auto;
  width: 1360rem;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@font-face {
  font-family: Oswald-Regular;
  src: url('../font/Oswald-Regular.woff2') format('woff2'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.ttf') format('truetype'), url('../font/Oswald-Regular.eot') format('embedded-opentype'), url('../font/Oswald-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AbhayaLibre-Regular;
  src: url('../font/AbhayaLibre-Regular.woff2') format('woff2'), url('../font/AbhayaLibre-Regular.woff') format('woff'), url('../font/AbhayaLibre-Regular.ttf') format('truetype'), url('../font/AbhayaLibre-Regular.eot') format('embedded-opentype'), url('../font/AbhayaLibre-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AbhayaLibre-ExtraBold;
  src: url('../font/AbhayaLibre-ExtraBold.woff2') format('woff2'), url('../font/AbhayaLibre-ExtraBold.woff') format('woff'), url('../font/AbhayaLibre-ExtraBold.ttf') format('truetype'), url('../font/AbhayaLibre-ExtraBold.eot') format('embedded-opentype'), url('../font/AbhayaLibre-ExtraBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Regular;
  src: url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.eot') format('embedded-opentype'), url('../font/Poppins-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype'), url('../font/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SourceHanSerifSC-Regular;
  src: url(../font/SourceHanSerifSC-Regular.otf);
}
@font-face {
  font-family: SourceHanSerifSC-Bold;
  src: url(../font/SourceHanSerifSC-Bold.otf);
}
@font-face {
  font-family: SourceHanSerifSC-Medium;
  src: url(../font/SourceHanSerifSC-Medium.otf);
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top1:hover {
  color: var(--main-color);
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
  text-align: center;
}
.sitemap li .bot a:hover {
  color: var(--main-color);
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.sitemap li .bot img {
  width: 140rem;
  margin-bottom: 10rem;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.height {
  height: 1px;
  position: absolute;
  top: -100rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 100rem;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
  line-height: 30px;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
#biaodan {
  z-index: 10000;
  position: fixed;
  width: 800rem;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-left: -400rem;
  transform: translateY(-50%);
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 30rem;
}
#biaodan .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#biaodan .inside-message {
  position: relative;
  padding-bottom: 0;
}
#biaodan .inside-message .list {
  width: 100%;
  padding: 0;
}
#goumai1 {
  z-index: 10000;
  position: fixed;
  width: 600rem;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-left: -300rem;
  transform: translateY(-50%);
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 30rem;
  font-size: 0;
}
#goumai1 .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#goumai1 ul li {
  margin: 0;
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 20rem;
}
#goumai1 ul .bt {
  text-align: center;
  font-size: 14rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  #biaodan {
    width: 98%;
    left: 1%;
    margin: 0;
    padding: 20px;
  }
  #goumai1 {
    width: 98%;
    left: 1%;
    margin: 0;
    padding: 20px;
  }
  #goumai1 ul .bt {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
  #goumai1 ul li {
    padding: 0 19px;
  }
}
.header {
  height: 100rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 16rem;
  margin-left: -101rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 233rem;
  z-index: 5;
  transition: 0.5s;
}
.header .header-right {
  float: right;
  margin-right: -122rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .tel {
  float: right;
  margin-top: 28rem;
}
.header .header-right .tel a {
  display: block;
  background: url(../images/tel.png) no-repeat center left;
  background-size: 40rem;
  padding-left: 50rem;
}
.header .header-right .tel span {
  display: block;
  font-size: 12rem;
  line-height: 22rem;
  color: #ffffff;
}
.header .header-right .tel p {
  font-family: var(--Oswald-Regular);
  font-size: 22rem;
  line-height: 22rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  margin-top: 28rem;
  margin-right: 43rem;
  margin-left: 190rem;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  height: 44rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
  width: 44rem;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.nav {
  transition: 0.2s;
  float: right;
  padding-right: 8rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 78rem;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  color: #fff;
  line-height: 100rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
}
.nav ul li .subnav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 55;
  background: #fff;
  box-shadow: inset 1rem 36rem 110rem rgba(30, 85, 56, 0.14);
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 55rem 35rem;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 33.33333333%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-bottom: 37rem;
}
.nav ul li .subnav ul li a {
  font-size: 0;
  line-height: 24rem;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
.nav ul li .subnav ul li .pic {
  width: 54%;
  border-radius: 16rem;
  display: inline-block;
  vertical-align: middle;
}
.nav ul li .subnav ul li .pic:after {
  padding-bottom: 60%;
}
.nav ul li .subnav ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  padding-left: 12rem;
  padding-right: 12rem;
  text-align: left;
}
.nav ul li .subnav ul li .bt {
  font-family: var(--SourceHanSerifSC-Bold);
  font-size: 20rem;
  margin-bottom: 20rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #212121;
}
.nav ul li .subnav ul li .p {
  font-family: var(--SourceHanSerifSC-Medium);
  font-size: 16rem;
  font-style: italic;
  color: var(--main-color);
  text-transform: uppercase;
}
.nav ul li .subnav ul li .p p {
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding-right: 5rem;
  border-bottom: 1px solid var(--main-color);
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a .pic img {
    transform: scale(1.1);
  }
}
.nav ul li .subnav1 ul {
  text-align: left;
}
.nav ul li .subnav2 ul li .pic {
  display: block;
  margin: 0 auto;
  width: 30%;
}
.nav ul li .subnav2 ul li .pic:after {
  padding-bottom: 100%;
}
.nav ul li .subnav2 ul li .text {
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  padding-top: 10rem;
}
.nav ul li:hover a {
  text-decoration: underline;
  color: #fff;
  font-family: var(--SourceHanSerifSC-Bold);
}
.nav ul .np {
  position: static;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a {
  text-decoration: underline;
  color: #fff;
  font-family: var(--SourceHanSerifSC-Bold);
}
.headerfix,
.header:hover,
.header1 {
  box-shadow: 0rem 11rem 46rem 1rem rgba(30, 85, 56, 0.14);
  background: #fff;
}
.headerfix .nav ul li a,
.header:hover .nav ul li a,
.header1 .nav ul li a {
  color: #212121;
}
.headerfix .header-right .header-search .pull-right a,
.header:hover .header-right .header-search .pull-right a,
.header1 .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.headerfix .header-right .tel span,
.header:hover .header-right .tel span,
.header1 .header-right .tel span {
  color: #7a7a7a;
}
.headerfix .header-right .tel p,
.header:hover .header-right .tel p,
.header1 .header-right .tel p {
  color: var(--main-color);
}
.banner {
  position: relative;
}
.banner:before {
  content: '';
  position: absolute;
  height: 152rem;
  background: url(../images/bg.png) repeat-x;
  background-size: 1920rem;
  left: 0;
  bottom: -2px;
  z-index: 1000;
  width: 100%;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 15.5%;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 33;
}
.swiper-renewal-main .banner-hover .left {
  float: left;
  padding-top: 129rem;
}
.swiper-renewal-main .banner-hover .bt img {
  width: 643rem;
}
.swiper-renewal-main .banner-hover .right {
  width: 47.8%;
  float: right;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInLeft2 2s alternate;
  animation: fadeInLeft2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .right {
  -webkit-animation: fadeInRight2 3s alternate;
  animation: fadeInRight2 3s alternate;
}
.swiper-renewal-main .swiper-button-prev,
.swiper-renewal-main .swiper-button-next {
  width: 52rem;
  height: 52rem;
  border: 0;
  background: url(../images/zuo.png) no-repeat center center;
  background-size: 38rem;
  border-radius: 0;
  margin-top: -26rem;
  z-index: 33;
  left: 5%;
}
.swiper-renewal-main .swiper-button-prev:after,
.swiper-renewal-main .swiper-button-next:after {
  display: none;
}
.swiper-renewal-main .swiper-button-next {
  right: 5%;
  left: auto;
  background: url(../images/you.png) no-repeat center center;
  background-size: 38rem;
}
.swiper-renewal-main .swiper-pagination {
  bottom: auto;
  position: relative;
  left: auto;
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 48rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 0;
  margin: 0 6rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: var(--main-color);
  left: 0;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 58rem;
  height: 8rem;
  background: #fff;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .swiper-pagination .stopya::after {
  -webkit-animation: swiperbanner1 0s linear;
  animation: swiperbanner1 0s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .btn {
  bottom: 212rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 22;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-weight: normal;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  padding-right: 48px;
  position: relative;
  font-family: var(--SourceHanSerifSC-Bold);
}
#menu .subnav {
  width: 100%;
}
#menu .subnav ul {
  margin: 0 -5px;
  padding: 10px 0;
  overflow: hidden;
  font-size: 0;
}
#menu .subnav ul li {
  margin: 0;
  width: 33.33333333%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin-bottom: 17px;
}
#menu .subnav ul li a {
  font-size: 0;
  line-height: 24px;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
#menu .subnav ul li .pic {
  border-radius: 6px;
}
#menu .subnav ul li .pic:after {
  padding-bottom: 60%;
}
#menu .subnav ul li .text {
  padding: 5px 0 0 0;
}
#menu .subnav ul li .bt {
  font-family: var(--SourceHanSerifSC-Regular);
  font-size: 12px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #212121;
  text-align: center;
}
#menu .subnav2 ul li .pic:after {
  padding-bottom: 100%;
}
#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;
}
.banner-list {
  position: relative;
  z-index: 3333;
  margin-top: -200rem;
  overflow: hidden;
}
.banner-list ul {
  margin: 0 -14rem;
}
.banner-list ul li {
  width: 33.33333333%;
  float: left;
  padding: 5rem 14rem;
  overflow: hidden;
}
.banner-list ul li a {
  display: block;
  transition: all 0.3s ease;
}
.banner-list ul li .pic {
  border-radius: 16rem;
}
.banner-list ul li .pic:after {
  padding-bottom: 37.34439834%;
}
@media (min-width: 1025px) {
  .banner-list ul li:hover a {
    transform: translateY(-5rem);
  }
}
.home-title {
  font-size: 82rem;
  color: #000000;
  line-height: 60rem;
  font-family: var(--AbhayaLibre-Regular);
}
.home-title img {
  width: 44rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 12rem;
  margin-top: 7rem;
}
.home-title span {
  font-family: var(--AbhayaLibre-ExtraBold);
  display: inline-block;
  vertical-align: top;
}
.home-title1 {
  color: var(--main-color);
}
.home-title1 span {
  line-height: 67rem;
  display: block;
  background: url(../images/kuang.png) no-repeat top center;
  background-size: 282rem;
  font-size: 26rem;
}
.home-title1h span {
  background: url(../images/kuang1.png) no-repeat top center;
  background-size: 282rem;
}
.home-title2 {
  font-size: 52rem;
  color: #000000;
  font-family: var(--SourceHanSerifSC-Bold);
}
.more a,
.more p {
  line-height: 42rem;
  border-radius: 21rem;
  font-size: 16rem;
  color: #ffffff;
  padding: 0 59rem 0 25rem;
  border: solid 1px #ffffff;
  background: var(--main-color);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.5s;
  font-family: var(--SourceHanSerifSC-Regular);
}
.more a span,
.more p span {
  width: 30rem;
  height: 30rem;
  background: #ffffff url(../images/more.png) no-repeat center center;
  background-size: 10rem;
  border-radius: 50%;
  position: absolute;
  top: 6rem;
  right: 8rem;
  display: block;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .more a:hover {
    color: var(--main-color);
    border: solid 1px var(--main-color);
    background: #fff;
  }
  .more a:hover span {
    background: var(--main-color) url(../images/more1.png) no-repeat center center;
    background-size: 10rem;
  }
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.home-class {
  padding: 91rem 0 133rem 0;
  background: #ffffff url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
  margin-top: -5rem;
}
.home-class .home-title1 {
  margin-top: 13rem;
}
.home-class .home-bottom {
  padding-top: 27rem;
}
.swiper-class {
  position: relative; 
}
.swiper-class .item {
  text-align: center;
  width: 466rem; 
  padding-top: 10rem;
  float: left;
  transition: 0.5s;
      margin-left: -263rem;
      position: relative;
}
.swiper-class .item:nth-child(1){
	margin-left:0;
}
.swiper-class .item .box {
  border-radius: 16rem;
  background: var(--main-color);
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}
.swiper-class .item .pic:after {
  padding-bottom: 86.80851064%;
}
.swiper-class .item .text {
  padding-top: 13rem;
  padding-bottom: 41rem;
}
.swiper-class .item .bt {
  font-size: 36rem;
  color: #ffffff;
  font-family: var(--SourceHanSerifSC-Bold);
}
.swiper-class .item .bt a {
  color: #ffffff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.swiper-class .item .p {
  font-size: 16rem;
  line-height: 30rem;
  height: 60rem;
  overflow: hidden;
  background: url(../images/line.png) no-repeat center center;
  background-size: 320rem;
  color: #ffffff;
  margin: 21rem 0;
}
.swiper-class .item .p a {
  color: #ffffff;
  font-family: var(--SourceHanSerifSC-Regular);
  padding: 0 5rem;
}
.swiper-class .item .box:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
	 display: none;
	 
}


@media (min-width: 1025px) {
  .swiper-class .item .p a:hover {
    text-decoration: underline;
    color: var(--hover-color);
  }
}
@media (min-width: 1025px) {
  .swiper-class .item:hover {
    opacity: 1 !important;
	z-index: 44;
	    position: relative;
	    transform:scale(1.05)
  }
  .swiper-class .item:hover .box:after {
      display: none !important;
  }
  .swiper-class .item:hover .box {
    
  }
}
@media (min-width: 1025px) {
  .swiper-class:hover .item {
     
  }
  .swiper-class:hover .item .box:after {
      display: block;
  }
}
.swiper-class .swiper-button-prev,
.swiper-class .swiper-button-next {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 0;
  background: rgba(11, 11, 11, 0.4);
  border-radius: 50%;
  margin-top: 0;
  z-index: 33;
  top: 55%;
  left: 10px;
  display: none;
}
.swiper-class .swiper-button-prev:after,
.swiper-class .swiper-button-next:after {
  color: #fff;
  font-size: 16px;
}
.swiper-class .swiper-button-next {
  right: 10px;
  left: auto;
  background: rgba(11, 11, 11, 0.4);
}
.home-hot {
  padding: 86rem 0 104rem 0;
  background: url(../images/bg1.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.home-hot .home-title1 {
  margin-top: 13rem;
}
.home-hot .home-bottom {
  margin-top: 42rem;
  position: relative;
  overflow: hidden;
}
.home-hot .swiper-button-prev,
.home-hot .swiper-button-next {
  width: 64rem;
  height: 64rem;
  line-height: 64rem;
  text-align: center;
  border: 0;
  background: rgba(11, 11, 11, 0.4);
  border-radius: 50%;
  margin-top: -32rem;
  z-index: 33;
  left: 42rem;
}
.home-hot .swiper-button-prev:after,
.home-hot .swiper-button-next:after {
  color: #fff;
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .home-hot .swiper-button-prev:hover,
  .home-hot .swiper-button-next:hover {
    background: #1e5538;
  }
}
.home-hot .swiper-button-next {
  right: 42rem;
  left: auto;
  background: rgba(11, 11, 11, 0.4);
}
.swiper-hot {
  position: relative;
  overflow: hidden;
}
.swiper-hot .item {
  width: 350rem;
  margin-right: 33rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  float: left;
  transition: 0.5s;
}
.swiper-hot .item .box {
  border-radius: 16rem;
  background: #fff;
  overflow: hidden;
  transition: 0.5s;
}
.swiper-hot .item .pic {
  background: #f0faf5;
}
.swiper-hot .item .pic:after {
  padding-bottom: 74.28571429%;
}
.swiper-hot .item .text {
  padding: 27rem 24rem 37rem 24rem;
}
.swiper-hot .item .bt {
  font-size: 22rem;
  color: #212121;
  font-family: var(--SourceHanSerifSC-Bold);
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.swiper-hot .item .p {
  font-size: 16rem;
  line-height: 24rem;
  color: #1e5538;
  height: 48rem;
  overflow: hidden;
  font-family: var(--SourceHanSerifSC-Regular);
  margin: 14rem 0 24rem 0;
}
.swiper-hot .item .btn {
  text-align: center;
  background: url(../images/line1.png) no-repeat top center;
  background-size: 320rem;
  padding-top: 20rem;
}
@media (min-width: 1025px) {
  .swiper-hot .item:hover {
    opacity: 1 !important;
  }
  .swiper-hot .item:hover .box {
    transform: translateY(-10rem);
  }
  .swiper-hot .item:hover .more p {
    color: var(--main-color);
    border: solid 1px var(--main-color);
    background: #fff;
  }
  .swiper-hot .item:hover .more p span {
    background: var(--main-color) url(../images/more1.png) no-repeat center center;
    background-size: 10rem;
  }
}
.home-about {
  padding: 107rem 0 85rem 0;
  background: url(../images/bg2.jpg) no-repeat top center;
  background-size: cover;
}
.home-about .left {
  float: left;
  width: 47%;
  padding-top: 47rem;
}
.home-about .left .p {
  font-size: 18rem;
  line-height: 36rem;
  /* height: 252rem; */
  overflow: hidden;
  color: #474747;
  margin-top: 50rem;
  margin-bottom: 60rem;
}
.home-about .right {
  float: right;
}
.home-about .right .img {
  width: 751rem;
  height: 569rem;
  position: relative;
}
.home-about .right .img .hide {
  display: none;
}
.home-about .right .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-about .right .img .globalMap {
  width: 100%;
  height: 569rem;
  position: relative;
  z-index: 66;
}
.home-about .right .img .area {
  position: absolute;
  text-align: center;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}
.home-about .right .img .area i {
  width: 33rem;
  height: 33rem;
  background: url(../images/do.png) no-repeat center center;
  background-size: 100%;
  display: block;
  -webkit-animation: 5s ease mymove infinite;
  animation: 5s ease mymove infinite;
}
.home-about .right .img .area span {
  display: block;
  font-size: 13rem;
  line-height: 25rem;
  color: #3d2502;
}
.home-about .right .img .area .dot {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 4px;
  color: #ffffff;
  display: block;
  padding: 0 6px 0 8px;
  text-align: center;
  z-index: 1;
}
.home-about .right .img .m01 {
  top: 31%;
  left: 20%;
}
.home-about .right .img .m02 {
  top: 57%;
  left: 20%;
}
.home-about .right .img .m03 {
  top: 77%;
  left: 43.4%;
}
.home-about .right .img .m04 {
  top: 46.7%;
  left: 34%;
}
.home-about .right .img .m05 {
  top: 60.5%;
  left: 46%;
}
.home-about .right .img .m06 {
  top: 46.7%;
  left: 47.5%;
}
.home-about .right .img .m07 {
  top: 72%;
  left: 53%;
}
.home-about .right .img .m08 {
  top: 45.4%;
  right: 22.5%;
}
.home-about .right .img .m08 i,
.home-about .right .img .m08 span {
  display: inline-block;
  vertical-align: middle;
}
.home-about .right .img .m09 {
  top: 48%;
  left: 58%;
}
.home-about .right .img .m010 {
  top: 44%;
  left: 51.4%;
}
.home-about .right .img .m011 {
  top: 53.3%;
  left: 54%;
}
.home-about .right .img .m012 {
  top: 92.6%;
  left: 58.5%;
}
.home-about .right .img .m013 {
  top: 68.8%;
  left: 62.4%;
}
.home-about .right .img .m014 {
  top: 80.6%;
  left: 56.5%;
}
.home-about .right .img .m015 {
  top: 64.6%;
  left: 54%;
}
.home-about .right .img .m016 {
  top: 79.6%;
  left: 66%;
}
.home-about .right .img .m017 {
  top: 13%;
  right: 13.9%;
}
.home-about .right .img .m018 {
  top: 23.3%;
  right: 12.5%;
}
.home-about .right .img .m018 i,
.home-about .right .img .m018 span {
  display: inline-block;
  vertical-align: middle;
}
.home-about .right .img .m019 {
  top: 34.6%;
  right: 38.1%;
}
.home-about .right .img .m020 {
  top: 72.8%;
  right: 25.2%;
}
.home-about .right .img .m021 {
  top: 51.6%;
  right: 32.5%;
}
.home-about .right .img .m022 {
  top: 60.3%;
  right: 31%;
}
.home-about .right .img .m022 i,
.home-about .right .img .m022 span {
  display: inline-block;
  vertical-align: middle;
}
.home-about .right .img .m023 {
  top: 70%;
  right: 23%;
}
.home-about .right .img .m024 {
  top: 61.8%;
  right: 20%;
}
.home-about .right .img .m025 {
  top: 40.6%;
  right: 35%;
}
.home-about .right .img .m026 {
  top: 41.6%;
  right: 30%;
}
.home-about .right .img .m027 {
  top: 57.6%;
  right: 15%;
}
.home-about .right .img .m027 i,
.home-about .right .img .m027 span {
  display: inline-block;
  vertical-align: middle;
}
.home-about .right .img .m028 {
  top: 50.6%;
  right: 21%;
}
.home-about .right .img .m029 {
  top: 66.6%;
  right: 27%;
}
.home-about .right .img .m030 {
  top: 30.3%;
  right: 17.4%;
}
.home-about .right .img .m030 i,
.home-about .right .img .m030 span {
  display: inline-block;
  vertical-align: middle;
}
.home-about .right .img .m031 {
  top: 55.6%;
  right: 26%;
}
.home-about .right .img .m032 {
  top: 32.6%;
  right: 28.7%;
}
.home-about .right .img .m033 {
  top: 38.6%;
  right: 24.4%;
}
.home-about .right .img .m033 i,
.home-about .right .img .m033 span {
  display: inline-block;
  vertical-align: middle;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.youshi {
  padding-top: 77rem;
}
.youshi li {
  float: left;
  width: 22%;
  position: relative;
}
.youshi li:after {
  content: '';
  display: block;
  width: 1rem;
  height: 118rem;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -52rem;
}
.youshi li .num {
  font-family: var(--Poppins-Regular);
  font-size: 88rem;
  line-height: 90rem;
  color: #1e5538;
}
.youshi li .num span {
  display: inline-block;
  vertical-align: top;
}
.youshi li .h3 {
  font-size: 20rem;
  line-height: 30rem;
  margin-top: 11rem;
  color: #333333;
  text-align: center;
}
.youshi li .pic {
  width: 110rem;
  margin: 0 auto;
}
.youshi li .pic:after {
  padding-bottom: 81.81818182%;
}
.youshi li:nth-child(1) {
  width: 18%;
  padding-left: 25rem;
}
.youshi li:nth-child(1) .h3 {
  text-align: left;
}
.youshi li:nth-last-child(1) {
  width: 10%;
  float: right;
}
.youshi li:nth-last-child(1):after {
  display: none;
}
.home-news {
  padding: 88rem 0 88rem 0;
  background: #fff;
}
.home-news .home-title1 {
  margin-top: 13rem;
}
.home-news .home-bottom {
  padding-top: 47rem;
}
.newslist {
  margin: 0 -15rem;
  font-size: 0;
}
.newslist li {
  width: 33.33333%;
  padding: 0 15rem;
  margin-bottom: 31rem;
  display: inline-block;
  vertical-align: top;
}
.newslist li .box {
  border-radius: 10rem;
  overflow: hidden;
  transition: 0.5s;
}
.newslist li .pic:after {
  padding-bottom: 54.16666667%;
}
.newslist li .text {
  padding: 15rem 29rem 27rem 29rem;
  background-image: linear-gradient(0deg, #8aac71 0%, #1e5538 100%);
}
.newslist li .bt {
  font-family: var(--SourceHanSerifSC-Bold);
  font-size: 20rem;
  line-height: 28rem;
  height: 56rem;
  overflow: hidden;
  color: #ffffff;
}
.newslist li .p {
  font-size: 16rem;
  line-height: 24rem;
  height: 48rem;
  margin-top: 7rem;
  margin-bottom: 18rem;
  overflow: hidden;
  color: #ffffff;
}
.newslist li .span {
  font-size: 14rem;
  line-height: 28rem;
  color: #000000;
  min-width: 70rem;
  height: 28rem;
  background-color: #ffffff;
  border-radius: 8rem;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 1025px) {
  .newslist li:hover .box {
    transform: translateY(-10rem);
  }
  .newslist li:hover .pic img {
    transform: scale(1.1);
  }
}
.newslist .one {
  width: 66.666666666%;
}
.newslist .one .pic:after {
  padding-bottom: 33.33333333%;
}
.newslist .one .text {
  padding: 13rem 29rem 26rem 29rem;
  background: #222222;
}
.newslist .one .bt {
  height: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.newslist .one .p {
  height: 24rem;
  margin-top: 0;
  margin-bottom: 10rem;
}
.newslist .one .p p {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.footer {
  padding: 58rem 0 0 0;
  background: var(--main-color);
}
@media (min-width: 1025px) {
  .footer a:hover {
    color: var(--hover-color) !important;
    text-decoration: underline;
  }
}
.footer-top ul {
  background-color: #fdfcfb;
  border-radius: 10rem;
  overflow: hidden;
}
.footer-top ul li {
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px solid #d1d0cf;
}
.footer-top ul li .box {
  padding: 10rem 10rem;
  cursor: pointer;
}
.footer-top ul li .box .img {
  display: inline-block;
  vertical-align: middle;
}
.footer-top ul li .box .img img {
  height: 36rem;
}
.footer-top ul li .box .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30rem;
}
.footer-top ul li .box .text .bt {
  font-family: var(--SourceHanSerifSC-Bold);
  font-size: 16rem;
  line-height: 24rem;
  color: #212121;
}
.footer-top ul li .box .text .span {
  font-family: var(--Poppins-Regular);
  font-size: 10rem;
  line-height: 18rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .footer-top ul li:hover .box {
    background-image: linear-gradient(0deg, #efffe8 0%, #d9fde9 100%);
  }
}
.footer-top ul li:nth-last-child(1) {
  border: 0;
}
.footer-bottom {
  padding-top: 55rem;
  padding-bottom: 58rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom .footer-left {
  float: left;
  width: 28%;
}
.footer-bottom .footer-left .f1 {
  background: url(../images/f01.png) no-repeat top left;
  background-size: 54rem;
  padding-left: 66rem;
  margin-bottom: 19rem;
}
.footer-bottom .footer-left .f1 span {
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .footer-left .f1 p {
  font-family: var(--Poppins-Bold);
  font-size: 32rem;
  line-height: 45rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.footer-bottom .footer-left .f1 p a {
  color: #ffffff;
  display: block;
}
.footer-bottom .footer-left .f3 {
  font-size: 14rem;
  color: #ffffff;
  line-height: 24rem;
}
.footer-bottom .footer-left .f3 p {
  padding-left: 28rem;
  margin-bottom: 10rem;
}
.footer-bottom .footer-left .f3 a {
  color: #ffffff;
}
.footer-bottom .footer-left .f3 .yx {
  background: url(../images/yx.png) no-repeat left 6rem;
  background-size: 14rem;
}
.footer-bottom .footer-left .f3 .cz {
  background: url(../images/cz.png) no-repeat left 6rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 .dh {
  background: url(../images/dh.png) no-repeat left 6rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 .wx {
  background: url(../images/wx.png) no-repeat left 6rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 .wx img{
  max-width: 150px;
}
.footer-bottom .footer-left .f3 .dz {
  background: url(../images/dz.png) no-repeat left 6rem;
  background-size: 13rem;
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 18rem;
}
.footer-bottom .footer-left .socialMedia span {
  display: inline-block;
  font-size: 14rem;
  vertical-align: top;
  line-height: 38rem;
  margin-right: 5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom .footer-left .socialMedia .list {
  display: inline-block;
  vertical-align: top;
}
.footer-bottom .footer-left .socialMedia .list li {
  display: inline-block;
  padding: 0 3rem 0 0;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon {
  border: solid 1px #fff;
  display: block;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background-size: 38rem !important;
  opacity: 0.6;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-left .socialMedia .list .icon:hover {
    opacity: 1;
    background-color: var(--hover-color);
    border: 1px solid var(--hover-color);
  }
}
.footer-bottom .footer-left .socialMedia .list .icon-1 {
  background: url(../images/sp1.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-2 {
  background: url(../images/sp2.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-3 {
  background: url(../images/sp3.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-4 {
  background: url(../images/sp4.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-5 {
  background: url(../images/sp5.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 14rem;
  align-items: center;
  width: 120rem;
  cursor: initial;
  padding-bottom: 20rem;
  position: absolute;
  bottom: 40rem;
  left: 0;
}
.footer-bottom .footer-left .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm {
  width: 119rem;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10rem 6rem 0 6rem;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -6rem;
  left: 17rem;
}
.footer-bottom .footer-left .socialMedia .list .active .down {
  display: block;
}
.footer-bottom .footer-left .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer-bottom .footer-list {
  float: right;
  width: 62.5%;
}
.footer-bottom .footer-list ul li {
  width: 22%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
  max-width: 100%;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  padding-right: 5rem;
  padding-bottom: 34rem;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 16rem;
  line-height: 36rem;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  position: relative;
  padding-left: 17rem;
}
.footer-bottom .footer-list ul li ul li a:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s;
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.48);
}
.footer-bottom .footer-list ul li:nth-child(2) {
  width: 24%;
}
.footer-bottom .footer-list ul li:nth-child(3) {
  width: 22%;
}
.footer-bottom .footer-list ul li:nth-last-child(1) {
  width: 10%;
  float: right;
}
.footer-copyright {
  padding: 11rem 0;
  font-size: 14rem;
  line-height: 22rem;
  color: #ffffff;
}
.footer-copyright a {
  color: #ffffff;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.float {
  position: fixed;
  bottom: 100rem;
  right: 15rem;
  z-index: 200;
}
.float .kftx {
  margin-bottom: 20rem;
  position: relative;
}
.float .kftx .pic {
  width: 54rem;
  height: 54rem;
  border-radius: 50%;
  border: 1px var(--main-color) solid;
  overflow: hidden;
  margin: auto;
}
.float .kftx .pic:before {
  content: '';
  display: block;
  margin: auto;
  width: 100rem;
  height: 100rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -50rem;
  margin-left: -50rem;
  border-radius: 50%;
  border: 1rem var(--main-color) solid;
  opacity: 0;
  -webkit-animation: ripple 1s ease-out 2s infinite;
  animation: ripple 1s ease-out 2s infinite;
}
.float .kftx .cilcle {
  width: 54rem;
  height: 54rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.float .kftx .cilcle:before {
  content: '';
  display: block;
  margin: auto;
  width: 160rem;
  height: 160rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -80rem;
  margin-left: -80rem;
  border-radius: 50%;
  background: #fff;
  border: 1rem var(--main-color) solid;
  opacity: 0;
  -webkit-animation: ripple 3s ease-out 0s infinite;
  animation: ripple 3s ease-out 0s infinite;
}
.float .kftx .cilcle:after {
  content: '';
  display: block;
  margin: auto;
  width: 160rem;
  height: 160rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -80rem;
  margin-left: -80rem;
  border-radius: 50%;
  background: #fff;
  border: 1rem var(--main-color) solid;
  opacity: 0;
  -webkit-animation: ripple 2s ease-out 0s infinite;
  animation: ripple 2s ease-out 0s infinite;
}
.float ul li {
  width: 58rem;
  height: 58rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 12rem 1rem rgba(0, 0, 0, 0.12);
  border-radius: 8rem;
  padding-top: 5rem;
  font-size: 12rem;
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
}
.float ul li .pic {
  width: 30rem;
  margin: 0 auto;
}
.float ul li .bt {
  color: #2b2b2b;
  margin-top: 3rem;
}
.float ul li .hover {
  position: absolute;
  top: 0;
  right: 58rem;
  width: 127rem;
  display: none;
}
.float ul li .dianhu {
  font-size: 16rem;
}
.float ul li .dianhu a {
  color: #2b2b2b;
}
.float ul li .hover1 {
  position: absolute;
  top: 0;
  right: 58rem;
  width: 200rem;
  background: #fff;
  padding: 12rem 10rem;
  min-height: 58rem;
  display: none;
  font-size: 20rem;
  font-family: var(--Oswald-Bold);
  color: var(--main-color);
  line-height: 32rem;
}
.float ul li:hover .bt {
  color: var(--main-color);
}
.float ul li:hover .hover {
  display: block;
}
.float ul li:hover .hover1 {
  display: block;
}
.float ul li.dis {
  opacity: 1;
}
.float ul li.last {
  display: none;
}
.float1 ul li.last {
  display: block;
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.inbanner:before {
  content: '';
  position: absolute;
  height: 68rem;
  background: url(../images/bg3.png) repeat-x;
  background-size: 1920rem;
  left: 0;
  bottom: -2px;
  z-index: 1000;
  width: 10000px;
}
@-webkit-keyframes wave {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes wave {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.inbanner img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .item .incurrent {
  position: absolute;
  bottom: 100rem;
  right: 0;
  width: 100%;
  color: #fff;
}
.inbanner .item .incurrent a {
  color: #fff;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
}
.inbanner .banner-hover .bt {
  font-family: var(--SourceHanSerifSC-Bold);
  font-size: 60rem;
  letter-spacing: 3rem;
  color: #ffffff;
  text-shadow: 0rem 11rem 46rem rgba(21, 26, 9, 0.97);
  -webkit-animation: fadeInUp2 1s alternate;
  animation: fadeInUp2 1s alternate;
}
.content {
  padding: 67rem 0;
  min-height: 600rem;
}
.second-nav ul {
  text-align: center;
  font-size: 0;
}
.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 29rem;
}
.second-nav ul li a {
  display: block;
  width: 182rem;
  line-height: 65rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: center;
  padding: 0 10rem;
  background: url(../images/nbg.png) no-repeat center center;
  background-size: 100%;
  font-size: 24rem;
  color: var(--main-color);
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a {
    background: url(../images/nbgh.png) no-repeat center center;
    background-size: 100%;
    color: #fff;
  }
}
.second-nav ul .active a {
  background: url(../images/nbgh.png) no-repeat center center;
  background-size: 100%;
  color: #fff;
}
.news .content-bottom {
  padding-top: 59rem;
}
.newslist2 li {
  width: 25%;
}
.newslist2 li .b .date {
  float: left;
  font-size: 14rem;
  line-height: 28rem;
  color: #ffffff;
}
.newslist2 li .b .span {
  float: right;
}
.current {
  text-align: left;
  font-size: 14rem;
  line-height: 24rem;
  color: #999999;
}
.current a {
  color: #999999;
}
.current b {
  font-weight: normal;
}
.news-show {
  padding: 0 !important;
}
.h2 {
  font-size: 16rem;
  color: #555555;
}
.h2 .liulan {
  background: url(../images/yan.png) no-repeat center left;
  background-size: 19rem;
  padding-left: 25rem;
}
.h2 span {
  margin: 0 20rem;
}
.h01 {
  font-size: 44rem;
  color: #333333;
  margin-bottom: 50rem;
  margin-top: 93rem;
}
.news-top {
  padding: 11rem 0 122rem 0;
  background: #f7f7f7;
  text-align: center;
  position: relative;
}
.news-top:after {
  content: '';
  display: block;
  width: 100%;
  height: 10rem;
  position: absolute;
  bottom: -10rem;
  left: 0;
  background: url(../images/line3.png) no-repeat center center;
  background-size: 100%;
}
.news-bottom .ee .leftTool {
  float: left;
  width: 93rem;
  padding-top: 79rem;
  text-align: center;
  position: sticky;
  top: 40rem;
}
.news-bottom .ee .leftTool .share span {
  display: block;
  margin-bottom: 9rem;
  font-size: 14rem;
  color: #999999;
}
.news-bottom .ee .leftTool .share a {
  display: block;
  width: 47rem !important;
  height: 47rem !important;
  transition: all 0.9s;
  margin: 8rem auto !important;
  padding: 0 !important;
  border: 1rem solid #f1f1f1;
  border-radius: 50%;
}
.news-bottom .ee .leftTool .share a:hover {
  border: 1rem solid #017cc4;
}
.news-bottom .ee .leftTool .share a.bds_weixin {
  background: url(../images/fn1.png) no-repeat center center;
}
.news-bottom .ee .leftTool .share a.bds_tqq {
  background: url(../images/fn2.png) no-repeat center center;
}
.news-bottom .ee .leftTool .share a.bds_tsina {
  background: url(../images/fn3.png) no-repeat center center;
}
.news-bottom .ee .leftTool .share a.bds_tqz {
  background: url(../images/fn4.png) no-repeat center center;
}
.news-bottom .ee .con-article {
  float: right;
  width: 84%;
  padding: 65rem 0 74rem 0;
}
.news-bottom .ee .con-article .nr {
  font-size: 18rem;
  line-height: 36rem;
  color: #333333;
}
.news-bottom .ee .con-article .nr p {
  margin-bottom: 20rem;
}
.inside-page-news {
  position: relative;
}
.inside-page-news ul {
  height: 95rem;
  line-height: 95rem;
  position: relative;
}
.inside-page-news li {
  width: 50%;
  float: left;
  height: 95rem;
  color: #585858;
  font-size: 18rem;
  padding: 0 125rem 0 0;
  overflow: hidden;
  text-align: center;
}
.inside-page-news li a {
  color: #585858;
  background: #f3f3f3;
  transition: all 0s;
  display: block;
  padding: 0 10rem;
}
.inside-page-news li a span {
  background: url('../images/left2.png') no-repeat center center;
  display: inline-block;
  width: 20rem;
  height: 95rem;
  margin: 0 20rem;
  vertical-align: top;
}
.inside-page-news li a b {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 78%;
  white-space: nowrap !important;
}
.inside-page-news li:last-child {
  float: right;
  padding: 0 0 0 125rem;
}
.inside-page-news li:last-child a span {
  background: url('../images/right2.png') no-repeat center center;
}
.inside-page-news li:last-child:hover a {
  color: #fff;
  background: var(--main-color);
}
.inside-page-news li:last-child:hover a span {
  background: url('../images/right2h.png') no-repeat center center;
}
.inside-page-news li:hover a {
  color: #fff;
  background: var(--main-color);
}
.inside-page-news li:hover a span {
  background: url('../images/left2h.png') no-repeat center center;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 244rem;
  color: #585858;
  text-align: center;
  font-size: 18rem;
  vertical-align: top;
  line-height: 95rem;
  margin-left: -122rem;
  position: absolute;
  background: #f3f3f3;
}
.inside-page-news .fanhui:before {
  content: '';
  width: 23rem;
  height: 95rem;
  vertical-align: top;
  margin: 0 10rem 0 0;
  background: url(../images/fanhui.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: var(--main-color);
}
.inside-page-news .fanhui:hover:before {
  background: url(../images/fanhuih.png) center left no-repeat;
}
.related {
  position: relative;
  overflow: hidden;
  padding: 90rem 0;
}
.related .related-bottom {
  padding-top: 44rem;
  position: relative;
  overflow: hidden;
}
.swiper-news {
  margin: 0;
}
.swiper-news .item {
  padding: 0;
  margin-right: 30rem;
  width: 25%;
}
.contact {
  padding: 83rem 0 0 0;
  position: relative;
}
.inside-message {
  position: relative;
  padding-bottom: 111rem;
}
.inside-message .hezi {
  display: flex;
  box-shadow: 0rem 6rem 20rem 1rem rgba(30, 85, 56, 0.14);
  border-radius: 8rem;
  padding: 51rem 64rem;
  background-color: #ffffff;
}
.inside-message .lefttext {
  width: 32%;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 8rem;
  padding: 44rem 29rem;
}
.inside-message .lefttext .home-title2 {
  font-size: 32rem;
}
.inside-message .lefttext .f1 {
  background: url(../images/f01.png) no-repeat top left;
  background-size: 54rem;
  padding-left: 66rem;
  margin-bottom: 19rem;
  margin-top: 33rem;
}
.inside-message .lefttext .f1 span {
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.7);
}
.inside-message .lefttext .f1 p {
  font-family: var(--Poppins-Bold);
  font-size: 32rem;
  line-height: 45rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.inside-message .lefttext .f1 p a {
  color: #ffffff;
  display: block;
}
.inside-message .lefttext .f3 {
  font-size: 16rem;
  color: #ffffff;
  line-height: 24rem;
}
.inside-message .lefttext .f3 p {
  padding-left: 28rem;
  margin-bottom: 16rem;
}
.inside-message .lefttext .f3 a {
  color: #ffffff;
}
.inside-message .lefttext .f3 .yx {
  background: url(../images/yx.png) no-repeat left 8rem;
  background-size: 14rem;
}
.inside-message .lefttext .f3 .cz {
  background: url(../images/cz.png) no-repeat left 8rem;
  background-size: 15rem;
}
.inside-message .lefttext .f3 .dh {
  background: url(../images/dh.png) no-repeat left 8rem;
  background-size: 15rem;
}
.inside-message .lefttext .f3 .wx {
  background: url(../images/wx.png) no-repeat left 8rem;
  background-size: 15rem;
}
.inside-message .lefttext .f3 .dz {
  background: url(../images/dz.png) no-repeat left 8rem;
  background-size: 13rem;
}
.inside-message .lefttext .p {
  font-size: 16rem;
  color: #ffffff;
  line-height: 24rem;
  margin-top: 65rem;
}
.inside-message .list {
  width: 68%;
  padding: 18rem 0 10rem 90rem;
}
.inside-message .list .home-title2 {
  font-size: 32rem;
}
.inside-message .list .p {
  font-size: 16rem;
  line-height: 24rem;
  margin-top: 11rem;
  margin-bottom: 40rem;
  color: #616161;
}
.inside-message .list ul {
  margin: 0 -17rem;
}
.inside-message .list li {
  width: 50%;
  position: relative;
  padding: 0 17rem;
  float: left;
  margin-bottom: 16rem;
}
.inside-message .list label {
  left: 25rem;
  top: 20rem;
  position: absolute;
  color: #ff0000;
}
.inside-message .list .input1,
.inside-message .list .itextarea {
  width: 100%;
  border: 0;
  color: #333;
  font-size: 16rem;
  padding: 0 20rem;
  height: 52rem;
  background-color: #f1f7f1;
  border-radius: 2rem;
  transition: all 500ms ease;
}
.inside-message .list .input1::-webkit-input-placeholder,
.inside-message .list .itextarea::-webkit-input-placeholder {
  color: #818990;
}
.inside-message .list .input1:-moz-placeholder,
.inside-message .list .itextarea:-moz-placeholder {
  color: #818990;
  opacity: 1;
}
.inside-message .list .input1::-moz-placeholder,
.inside-message .list .itextarea::-moz-placeholder {
  color: #818990;
  opacity: 1;
}
.inside-message .list .input1:-ms-input-placeholder,
.inside-message .list .itextarea:-ms-input-placeholder {
  color: #818990;
}
.inside-message .list .itextarea {
  height: 140rem;
  padding: 10rem 20rem;
}
.inside-message .list .btn {
  color: #fff;
  font-size: 14rem;
  width: 140rem;
  line-height: 52rem;
  background: var(--main-color);
  border-radius: 8rem;
  border: 0;
  font-family: var(--SourceHanSerifSC-Bold);
  font-size: 16rem;
}
@media (min-width: 1025px) {
  .inside-message .list .btn:hover {
    background: var(--hover-color);
  }
}
.contact-map a {
  float: left;
  width: 50%;
}
.contact-map a img {
  display: block;
}
.home-p {
  font-size: 18rem;
  color: var(--main-color);
  margin-top: 24rem;
}
.join {
  padding: 0 !important;
}
@keyframes clipP {
  0% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(50% 50%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0, 0 0);
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0, 0 0);
  }
  to {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0, 100% 0);
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0, 100% 0);
  }
}
.join01 {
  padding: 75rem 0 0 0;
  background: #fff;
}
.join01 .join-quan {
  width: 601rem;
  height: 601rem;
  margin: 0 auto;
  position: relative;
}
.join01 .join-quan .list .step_02_con {
  width: 100%;
  height: 100%;
  z-index: 3;
  border: solid 4rem #1e543a;
  border-radius: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.72rem;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.join01 .join-quan .list .dot_quan {
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
  clip-path: polygon(50% 50%, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
  border: 4px solid #9cd325;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.join01 .join-quan .list .dot_quan.on {
  animation: 8s linear forwards clipP;
}
.join01 .join-quan .list ul li {
  position: absolute;
  width: 100%;
  z-index: 333;
}
.join01 .join-quan .list ul li .box {
  position: relative;
  font-family: var(--SourceHanSerifSC-Bold);
  height: 102rem;
}
.join01 .join-quan .list ul li .pic {
  width: 102rem;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  transform: scale(0.5);
  transition: 0.5s;
}
.join01 .join-quan .list ul li .bt {
  font-size: 20rem;
  margin-bottom: 8rem;
  color: var(--main-color);
}
.join01 .join-quan .list ul li .span {
  font-size: 20rem;
  color: var(--main-color);
}
.join01 .join-quan .list ul .on .pic {
  background: var(--hover-color);
  transform: scale(1);
}
.join01 .join-quan .list ul .on .bt {
  color: var(--hover-color);
}
.join01 .join-quan .list ul .on .span {
  color: var(--hover-color);
}
.join01 .join-quan .list ul .z {
  top: 32rem;
  left: 77%;
}
.join01 .join-quan .list ul .z .box {
  padding-left: 126rem;
  padding-top: 23rem;
}
.join01 .join-quan .list ul .z .pic {
  top: 0;
  left: 0;
}
.join01 .join-quan .list ul .j2 {
  top: 240rem;
  left: 92%;
}
.join01 .join-quan .list ul .j3 {
  top: 452rem;
  left: 77%;
}
.join01 .join-quan .list ul .z0 {
  top: 91%;
}
.join01 .join-quan .list ul .z0 .box {
  text-align: center;
  padding-top: 124rem;
}
.join01 .join-quan .list ul .z0 .pic {
  left: 50%;
  top: 0;
  margin-left: -51rem;
}
.join01 .join-quan .list ul .z1 {
  top: 32rem;
  right: 77%;
}
.join01 .join-quan .list ul .z1 .box {
  padding-right: 126rem;
  padding-top: 23rem;
  text-align: right;
}
.join01 .join-quan .list ul .z1 .pic {
  top: 0;
  right: 0;
}
.join01 .join-quan .list ul .j5 {
  top: 452rem;
  right: 77%;
}
.join01 .join-quan .list ul .j6 {
  top: 240rem;
  right: 92%;
}
.join01 .join-quan .list ul .z2 {
  top: -20%;
}
.join01 .join-quan .list ul .z2 .box {
  text-align: center;
  padding-bottom: 116rem;
  height: auto;
}
.join01 .join-quan .list ul .z2 .pic {
  left: 50%;
  bottom: 0;
  margin-left: -51rem;
}
.join01 .join-bottom {
  padding-top: 168rem;
  padding-bottom: 209rem;
  position: relative;
}
.join02 {
  padding: 74rem 0 39rem 0;
  background: url(../images/bg4.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.join02 .join-bottom {
  padding-top: 52rem;
  position: relative;
}
.join02 .btn0 {
  position: relative;
  margin: 0 auto;
  margin-top: 27rem;
  width: 160rem;
  text-align: center;
}
.join02 .btn0 .gun {
  background: url(../images/gun.png) no-repeat top center;
  background-size: 29rem;
  padding-top: 57rem;
  font-size: 14rem;
  line-height: 48rem;
  color: #616161;
}
.join02 .btn0 .swiper-button-next,
.join02 .btn0 .swiper-button-prev {
  width: 20rem;
  height: 50rem;
  top: 0;
  margin-top: 0;
  left: 20rem;
}
.join02 .btn0 .swiper-button-next:after,
.join02 .btn0 .swiper-button-prev:after {
  font-size: 16rem;
  color: #1e5538;
}
.join02 .btn0 .swiper-button-next {
  right: 20rem;
  left: auto;
}
.swiper-yingxiao {
  position: relative;
  width: 123%;
  margin-left: -3.5%;
}
.swiper-yingxiao .item {
  width: 580rem;
  float: left;
  margin-right: 50rem;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .swiper-yingxiao .item:hover .pic img {
    transform: scale(1.1);
  }
}
.swiper-yingxiao .pic:after {
  padding-bottom: 68.96551724%;
}
.swiper-yingxiao .bt {
  font-size: 22rem;
  line-height: 59rem;
  letter-spacing: 1rem;
  color: #212121;
  padding: 0 19rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  background-color: #e6e6e6;
}
.join03 {
  padding: 87rem 0 61rem 0;
  background: #fff;
}
.join03 .join-bottom {
  padding-top: 35rem;
}
.join03 .join-bottom ul {
  margin: 0 -23rem;
}
.join03 .join-bottom li {
  width: 33.33333333%;
  position: relative;
  padding: 0 23rem;
  float: left;
  margin-bottom: 28rem;
}
.join03 .join-bottom li .box {
  padding-left: 130rem;
  position: relative;
}
.join03 .join-bottom label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18rem;
  line-height: 76rem;
  color: #212121;
  font-family: var(--SourceHanSerifSC-Bold);
}
.join03 .join-bottom label font {
  color: #ff0000;
}
.join03 .join-bottom .input1,
.join03 .join-bottom .itextarea,
.join03 .join-bottom select {
  width: 100%;
  border: 0;
  color: #333;
  font-size: 16rem;
  padding: 0 20rem;
  height: 76rem;
  background: #eef5e1;
  border-radius: 10rem;
  transition: all 500ms ease;
}
.join03 .join-bottom .input1::-webkit-input-placeholder,
.join03 .join-bottom .itextarea::-webkit-input-placeholder {
  color: #818990;
}
.join03 .join-bottom .input1:-moz-placeholder,
.join03 .join-bottom .itextarea:-moz-placeholder {
  color: #818990;
  opacity: 1;
}
.join03 .join-bottom .input1::-moz-placeholder,
.join03 .join-bottom .itextarea::-moz-placeholder {
  color: #818990;
  opacity: 1;
}
.join03 .join-bottom .input1:-ms-input-placeholder,
.join03 .join-bottom .itextarea:-ms-input-placeholder {
  color: #818990;
}
.join03 .join-bottom select::-ms-expand {
  display: none;
}
.join03 .join-bottom select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #eef5e1 url(../images/jt.png) no-repeat scroll 95% center;
  background: #eef5e1\9\0;
  background-size: 20rem;
}
.join03 .join-bottom .ul {
  margin: 0 -12rem;
}
.join03 .join-bottom .ul .li {
  width: 33.33333333%;
  float: left;
  padding: 0 12rem;
}
.join03 .join-bottom .itextarea {
  height: 180rem;
  padding: 20rem 20rem;
}
.join03 .join-bottom .tag {
  padding-top: 23rem;
}
.join03 .join-bottom .btn {
  color: #fff;
  border: 0;
  width: 200rem;
  border-radius: 8rem;
  line-height: 63rem;
  background: var(--main-color);
  font-family: var(--SourceHanSerifSC-Bold);
  font-size: 16rem;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1025px) {
  .join03 .join-bottom .btn:hover {
    background: var(--hover-color);
  }
}
.product {
  padding: 77rem 0 115rem 0;
}
.product .home-title3 {
  font-size: 42rem;
}
.product .home-title3 b {
  font-weight: normal;
  font-family: var(--SourceHanSerifSC-Bold);
}
.product .home-title3 img {
  width: 22rem;
}
.product .home-p {
  font-size: 20rem;
  color: #4a4a4a;
}
.product .product-bottom {
  padding-top: 57rem;
}
.pclist {
  margin-top: 40rem;
  padding: 21rem 37rem;
  background: #ffffff url(../images/bg4.png) no-repeat bottom right;
  background-size: 100%;
  box-shadow: 0rem 6rem 19rem 1rem rgba(30, 85, 56, 0.08);
  border-radius: 16rem;
}
.pclist ul li {
  width: 12.5%;
  text-align: center;
  float: left;
}
.pclist ul li .pic {
  width: 89rem;
  border-radius: 50%;
  border: solid 4rem #fff;
  margin: 0 auto;
  transition: 0.5s;
}
.pclist ul li .bt {
  font-size: 18rem;
  font-family: var(--SourceHanSerifSC-Bold);
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #212121;
  line-height: 30rem;
  padding: 0 10rem;
}
@media (min-width: 1025px) {
  .pclist ul li:hover .pic {
    border-radius: 30rem;
    border: solid 4rem var(--main-color);
  }
  .pclist ul li:hover .bt {
    color: var(--main-color);
  }
}
.pclist ul .active .pic {
  border-radius: 30rem;
  border: solid 4rem var(--main-color);
}
.pclist ul .active .bt {
  color: var(--main-color);
}
.shuju {
  font-size: 16rem;
  line-height: 32rem;
  margin-bottom: 6rem;
  text-align: right;
  color: #58595c;
  padding: 0 35rem;
}
.shuju span {
  color: var(--main-color);
}
.productlist {
  margin: 0 -17rem;
  padding-bottom: 46rem;
}
.productlist .item {
  margin-right: 0;
  padding: 10rem 17rem;
  margin-bottom: 22rem;
  width: 25%;
}
.productlist .item .box {
  box-shadow: 0rem 6rem 19rem 1rem rgba(30, 85, 56, 0.08);
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 40px;
  line-height: 38px;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 5px;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #ddd;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background: var(--main-color);
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 100px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 100px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.product-show {
  padding: 0 !important;
}
.product-top .container {
  width: 1440rem;
}
.product-top .info {
  border-bottom: 1px solid #e6e6e6;
  padding: 28rem 0 7rem 0;
}
.product-top .current {
  float: left;
  letter-spacing: 0.5rem;
}
.product-top .right {
  float: right;
}
.product-top .right ul {
  float: left;
  position: relative;
  margin-right: 32rem;
}
.product-top .right ul:after {
  content: '';
  display: block;
  width: 1px;
  height: 13rem;
  background: #e0e0e0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6rem;
}
.product-top .right ul li {
  float: left;
  padding-left: 25rem;
  padding-right: 25rem;
}
.product-top .right ul li a {
  font-size: 14rem;
  line-height: 27rem;
  letter-spacing: 1rem;
  color: #666665;
  display: block;
  position: relative;
}
.product-top .right ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  bottom: -7rem;
  left: 0;
  z-index: 33;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .product-top .right ul li:hover a:after {
    width: 100%;
  }
}
.product-top .right ul .active a:after {
  width: 100%;
}
.product-top .right a.yuyue {
  float: left;
  width: 73rem;
  line-height: 27rem;
  background-color: var(--main-color);
  border-radius: 4rem;
  text-align: center;
  font-size: 13rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.product-show01 {
  padding-bottom: 134rem;
}
.product-show01 .container {
  width: 1440rem;
}
.product-show01 .left {
  float: left;
  width: 59%;
}
.product-show01 .left img {
  display: block;
}
.product-show01 .left .ps-phone {
  display: none;
}
.product-show01 .left .info {
  position: relative;
  margin-bottom: 40rem;
  font-size: 18rem;
  line-height: 36rem;
  color: #333333;
}
.product-show01 .left .yd {
  display: none;
}
.product-show01 .ip .h1 {
  font-size: 32rem;
  letter-spacing: 3rem;
  font-family: var(--SourceHanSerifSC-Bold);
  color: #212121;
  padding-bottom: 15rem;
}
.product-show01 .ip .span span {
  font-size: 14rem;
  line-height: 26rem;
  letter-spacing: 1rem;
  color: #7a7a7a;
  min-width: 61rem;
  border-radius: 2rem;
  display: inline-block;
  text-align: left;
  padding: 0 8rem;
  margin-right: 10rem;
  border: solid 1rem #999999;
}
.product-show01 .ip .lines {
  padding-bottom: 48rem;
  margin-top: 98rem;
}
.product-show01 .ip .lines li a {
  line-height: 45rem;
  display: block;
  font-size: 16rem;
  border-bottom: 1px solid #dddddd;
  padding-right: 20rem;
  letter-spacing: 1rem;
  color: #999999;
  background: url(../images/icon_03_2.png) no-repeat center right;
  background-size: 12rem;
}
@media (min-width: 1025px) {
  .product-show01 .ip .lines li a:hover {
    color: var(--main-color);
    font-weight: bold;
  }
}
.product-show01 .ip .anniu {
  position: relative;
  padding-bottom: 125rem;
}
.product-show01 .ip .anniu a {
  font-size: 16rem;
  color: #ffffff;
  width: 100%;
  line-height: 45rem;
  background-color: var(--main-color);
  border-radius: 21rem;
  border: solid 4rem #14432a;
  text-align: center;
  display: block;
}
.product-show01 .ip .anniu .hover {
  top: 50rem;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 32rem;
  opacity: 0;
  transition: 0.5s;
  background-color: #ffffff;
  box-shadow: 0rem 6rem 19rem 1rem rgba(30, 85, 56, 0.08);
  border-radius: 0rem 0rem 20rem 20rem;
}
.product-show01 .ip .anniu .hover .bbt {
  font-size: 16rem;
  margin-top: 10rem;
}
.product-show01 .ip .anniu .hover .tu {
  width: 180rem;
  margin: 0 10rem;
  display: inline-block;
  background: none;
  vertical-align: top;
}
.product-show01 .ip .anniu .hover .tu img {
  display: block;
}
@media (min-width: 1025px) {
  .product-show01 .ip .anniu:hover .hover {
    opacity: 1;
  }
}
.product-show01 .right {
  float: right;
  z-index: 1;
  position: sticky;
  top: 80rem;
  width: 34.3%;
  padding-top: 80rem;
}
.swiper-pic {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 49rem;
  position: relative;
  overflow: hidden;
}
.swiper-pic .pic:after {
  padding-bottom: 62.85714286%;
}
.swiper-pic .swiper-pagination {
  bottom: 0;
  width: 100%;
  top: auto;
  background: #dcdcdc;
}
.swiper-pic .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
.swiper-pic .swiper-button-prev,
.swiper-pic .swiper-button-next {
  width: 22rem;
  height: 52rem;
  border: 0;
  margin-top: -26rem;
  z-index: 33;
  left: 0;
}
.swiper-pic .swiper-button-prev:after,
.swiper-pic .swiper-button-next:after {
  font-size: 24rem;
  font-weight: bold;
  color: #a2a2a2;
}
@media (min-width: 1025px) {
  .swiper-pic .swiper-button-prev:hover:after,
  .swiper-pic .swiper-button-next:hover:after {
    color: var(--main-color);
  }
}
.swiper-pic .swiper-button-next {
  right: 0;
  left: auto;
}
.product-show03 {
  padding: 51rem 0 88rem 0;
}
.product-show03 .swiper-hot {
  margin-top: 45rem;
}
.product-show03 .swiper-hot .item {
  padding-bottom: 19rem;
}
.product-show03 .swiper-hot .item .box {
  box-shadow: 0rem 6rem 19rem 1rem rgba(30, 85, 56, 0.08);
}
.about {
  padding: 0 !important;
}
.about .home-title2 {
  font-size: 54rem;
}
.about01 {
  padding: 93rem 0;
  background: #ffffff url(../images/bg5.jpg) no-repeat bottom center;
  background-size: 100%;
}
.about01 .p {
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 38rem;
  color: #333333;
}
.about01 .p p {
  margin-bottom: 15rem;
}
.about01 .youshi {
  padding-top: 38rem;
}
.about02 {
  padding: 105rem 0 66rem 0;
  background: url(../images/bg6.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.about02 .part {
  margin-top: 85rem;
  position: relative;
}
.about02 .part .process {
  position: absolute;
  width: 1px;
  z-index: 40;
  background-color: rgba(28, 80, 156, 0.2);
  top: 33rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 94%;
  overflow: hidden;
}
.about02 .part .process #bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background: var(--main-color);
  transform-origin: 50% 0;
  transform: scaleY(0.001);
}
.about02 .part .items {
  position: relative;
  width: 100%;
  padding-top: 19rem;
}
.about02 .part .items .box {
  display: grid;
  margin-bottom: 81rem;
  grid-template-columns: 50% 50%;
  position: relative;
  z-index: 20;
}
.about02 .part .items .box .col h3 {
  font-family: var(--Poppins-Bold);
  font-size: 80rem;
  line-height: 72rem;
  padding-right: 141rem;
  text-align: right;
  color: var(--main-color);
}
.about02 .part .items .box .col h3 span {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 0;
  transform: translate(0px, 50px) skew(0deg, 3deg);
  display: inline-block;
  vertical-align: top;
}
.about02 .part .items .box .col h3 span:nth-child(1) {
  transition: 0.5s;
}
.about02 .part .items .box .col h3 span:nth-child(2) {
  transition: 0.6s;
}
.about02 .part .items .box .col h3 span:nth-child(3) {
  transition: 0.7s;
}
.about02 .part .items .box .col h3 span:nth-child(4) {
  transition: 0.8s;
}
.about02 .part .items .box .col .bt {
  padding-left: 124rem;
  font-family: var(--SourceHanSerifSC-Bold);
  font-size: 28rem;
  line-height: 60rem;
  color: #1e5538;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 0;
  transform: translate(0px, 50px) skew(0deg, 3deg);
  transition: 0.5s;
}
.about02 .part .items .box .col .bt:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #1c509c;
  opacity: 0.8;
  border-radius: 50%;
  top: 30rem;
  left: -2px;
}
.about02 .part .items .box .col .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #474747;
  padding-left: 124rem;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 0;
  transform: translate(0px, 50px) skew(0deg, 3deg);
  transition: 0.6s;
}
.about02 .part .items .box .col .p b {
  color: var(--main-color);
}
.about02 .part .items .box.active h3 span {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0px);
}
.about02 .part .items .box.active .bt {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0px);
}
.about02 .part .items .box.active .p {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0px);
}
.about02 .part .items .linkImg {
  display: none;
}
.about02 .part .other {
  text-align: center;
}
.about02 .part .other img {
  display: inline-block;
}
.about03 {
  padding: 92rem 0;
  overflow: hidden;
  position: relative;
}
.about03 .about-bottom {
  margin-top: 59rem;
}
.swiper-honor {
  position: relative;
  width: 100%;
  width: 480rem;
  margin: 0 auto;
}
.swiper-honor .item {
  width: 75%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 44rem 0;
  height: 460rem;
}
.swiper-honor .item .pic {
  background: #ffffff;
  box-shadow: 0rem 6rem 19rem 1rem rgba(30, 36, 33, 0.08);
}
.swiper-honor .item .pic:after {
  padding-bottom: 64.34782609%;
}
.swiper-honor .item .bt {
  text-align: center;
  font-size: 20rem;
  color: #212121;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-top: 37rem;
}
.swiper-honor .swiper-slide-prev,
.swiper-honor .swiper-slide-next {
  opacity: 0.5;
}
.swiper-honor .swiper-slide-active {
  opacity: 1;
  width: 100%;
  padding: 0;
}
.swiper-honor .swiper-slide-active .pic:after {
  padding-bottom: 80.33472803%;
}
.swiper-honor .swiper-button-prev,
.swiper-honor .swiper-button-next {
  width: 60rem;
  height: 60rem;
  line-height: 60rem;
  text-align: center;
  border: solid 1px #999999;
  background: #ffffff;
  margin-top: -70rem;
  z-index: 33;
  left: -110rem;
}
.swiper-honor .swiper-button-prev:after,
.swiper-honor .swiper-button-next:after {
  color: #333;
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .swiper-honor .swiper-button-prev:hover,
  .swiper-honor .swiper-button-next:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .swiper-honor .swiper-button-prev:hover:after,
  .swiper-honor .swiper-button-next:hover:after {
    color: #fff;
  }
}
.swiper-honor .swiper-button-next {
  right: -110rem;
  left: auto;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .header {
    height: 60px;
    background: #ffffff;
    box-shadow: 0px 11px 46px 1px rgba(30, 85, 56, 0.14);
  }
  .header .logo {
    padding-top: 5px;
    margin-left: 0;
  }
  .header .logo a img {
    width: 175px;
  }
  .header .header-right {
    margin-right: 0;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .tel {
    display: none;
  }
  .header .header-right .header-search {
    margin-top: 0;
    margin-right: 13px;
    margin-left: 0;
    /*搜索*/
  }
  .header .header-right .header-search .pull-right a {
    background: url(../images/search1.png) no-repeat center center;
    background-size: 20px !important;
    width: 60px;
    height: 60px;
  }
  .header .header-right .header-search .search .search-main {
    width: 300px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .header .header-right .header-search .form-control {
    font-size: 14px;
    height: 50px;
    padding: 0 60px 0 30px;
  }
  .header .header-right .header-search .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: url(../images/search1.png) no-repeat center center;
    background-size: 20px !important;
  }
  .headerfix,
  .header:hover,
  .header1 {
    box-shadow: 0px 11px 46px 1px rgba(30, 85, 56, 0.14);
    background: #fff;
  }
  .headerfix .header-right .header-search .pull-right a,
  .header:hover .header-right .header-search .pull-right a,
  .header1 .header-right .header-search .pull-right a {
    background: url(../images/search1.png) no-repeat center center;
    background-size: 20px !important;
  }
  .nav {
    display: none;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top1 {
    font-size: 18px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 14px;
    line-height: 25px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    width: 100%;
    margin-top: 10px;
  }
  .sitemap li .bot img {
    width: 100px;
    margin-bottom: 6px;
  }
  .banner:before {
    height: 76px;
    background-size: 960px;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .banner-hover {
    top: 15.5%;
  }
  .swiper-renewal-main .banner-hover .left {
    padding-top: 50px;
    width: 50%;
  }
  .swiper-renewal-main .banner-hover .bt img {
    width: auto;
  }
  .swiper-renewal-main .banner-hover .right {
    width: 47.8%;
  }
  .swiper-renewal-main .swiper-button-prev,
  .swiper-renewal-main .swiper-button-next {
    width: 32px;
    height: 32px;
    border: 0;
    background-size: 18px;
    margin-top: -16px;
    left: 5%;
  }
  .swiper-renewal-main .swiper-button-next {
    right: 5%;
    left: auto;
    background-size: 18px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 38px;
    height: 2px;
    margin: 0 6px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    width: 38px;
    height: 4px;
  }
  .swiper-renewal-main .btn {
    bottom: 82px;
  }
  .banner-list {
    margin-top: 0;
  }
  .banner-list ul {
    margin: 0 -5px;
  }
  .banner-list ul li {
    padding: 5px 5px;
  }
  .banner-list ul li .pic {
    border-radius: 8px;
  }
  .home-title {
    font-size: 41px;
    line-height: 50px;
  }
  .home-title img {
    width: 22px;
    margin: 0 8px;
    margin-top: 13px;
  }
  .home-title1 span {
    line-height: 49px;
    background-size: 210px;
    font-size: 16px;
  }
  .home-title1h span {
    background-size: 210px;
  }
  .home-title2 {
    font-size: 30px;
  }
  .more a,
  .more p {
    line-height: 32px;
    border-radius: 21px;
    font-size: 12px;
    padding: 0 39px 0 15px;
  }
  .more a span,
  .more p span {
    width: 26px;
    height: 26px;
    background-size: 6px;
    top: 3px;
    right: 3px;
  }
  .phone {
    display: block;
  }
  .pc {
    display: block;
  }
  .home-class {
    padding: 40px 0;
    margin-top: 0;
    background-size: 100%;
  }
  .home-class .home-title1 {
    margin-top: 7px;
  }
  .home-class .home-bottom {
    padding-top: 25px;
  }
  .swiper-class{
	  margin:0 -6px;
  }
  .swiper-class .item {
    width: 50%;
    margin-right:0;
	padding:0 6px;
	margin-left:0;
    padding-top: 0;
	margin-bottom:12px;
  }
  .swiper-class .item .box {
    border-radius: 8px;
  }
  .swiper-class .item .text {
    padding-top: 7px;
    padding-bottom: 21px;
  }
  .swiper-class .item .bt {
    font-size: 20px;
  }
  .swiper-class .item .p {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    background-size: 320px;
    margin: 11px 0;
  }
  .swiper-class .item .p a {
    padding: 0 3px;
  }
  .swiper-class .swiper-button-next,
  .swiper-class .swiper-button-prev {
    display: block;
  }
  .home-hot {
    padding: 40px 0;
  }
  .home-hot .home-title1 {
    margin-top: 7px;
  }
  .home-hot .home-bottom {
    margin-top: 25px;
  }
  .home-hot .swiper-button-prev,
  .home-hot .swiper-button-next {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    left: 0;
  }
  .home-hot .swiper-button-prev:after,
  .home-hot .swiper-button-next:after {
    font-size: 16px;
  }
  .home-hot .swiper-button-next {
    right: 0;
    left: auto;
  }
  .swiper-hot .item {
    width: 350px;
    margin-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .swiper-hot .item .box {
    border-radius: 8px;
  }
  .swiper-hot .item .text {
    padding: 14px;
  }
  .swiper-hot .item .bt {
    font-size: 16px;
  }
  .swiper-hot .item .p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    margin: 7px 0 14px 0;
  }
  .swiper-hot .item .btn {
    background-size: 320px;
    padding-top: 10px;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .left {
    width: 100%;
    padding-top: 0;
  }
  .home-about .left .p {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    max-height: 240px;
    margin-top: 14px;
    margin-bottom: 16px;
  }
  .home-about .right {
    display: none;
  }
  .youshi {
    padding-top: 17px;
  }
  .youshi li {
    width: 50%;
    margin: 10px 0;
  }
  .youshi li:after {
    width: 1px;
    height: 52px;
    margin-top: -26px;
  }
  .youshi li .num {
    font-size: 44px;
    line-height: 50px;
  }
  .youshi li .h3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .youshi li .pic {
    width: 55px;
  }
  .youshi li:nth-child(1) {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .youshi li:nth-child(1) .h3 {
    text-align: center;
  }
  .youshi li:nth-child(1):after {
    display: none;
  }
  .youshi li:nth-child(3):after {
    display: none;
  }
  .youshi li:nth-last-child(1) {
    width: 50%;
    float: right;
  }
  .youshi li:nth-last-child(1):after {
    display: none;
  }
  .home-news {
    padding: 40px 0;
  }
  .home-news .home-title1 {
    margin-top: 7px;
  }
  .home-news .home-bottom {
    padding-top: 25px;
  }
  .pc {
    display: none;
  }
  .swiper-newslist {
    position: relative;
    overflow: hidden;
  }
  .newslist {
    margin: 0;
    font-size: 0;
  }
  .newslist li {
    width: 50%;
    padding: 0;
    margin-bottom: 11px;
    margin-right: 10px;
  }
  .newslist li .box {
    border-radius: 5px;
  }
  .newslist li .text {
    padding: 13px;
  }
  .newslist li .bt {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }
  .newslist li .p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 4px;
    margin-bottom: 9px;
  }
  .newslist li .span {
    font-size: 12px;
    line-height: 28px;
    min-width: 50px;
    height: 28px;
    border-radius: 4px;
    padding: 0 6px;
  }
  .newslist .one {
    width: 100%;
    margin-right: 0;
  }
  .newslist .one .text {
    padding: 13px;
  }
  .newslist .one .bt {
    height: 28px;
  }
  .newslist .one .p {
    height: 24px;
    margin-bottom: 10px;
  }
  .footer {
    padding: 30px 0 0 0;
  }
  .footer-top ul {
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-top ul li {
    width: 20%;
    border-right: 1px solid #d1d0cf;
  }
  .footer-top ul li .box {
    padding: 10px 6px;
  }
  .footer-top ul li .box .img {
    display: block;
    margin: 0 auto;
  }
  .footer-top ul li .box .img img {
    height: 26px;
  }
  .footer-top ul li .box .text {
    display: block;
    vertical-align: middle;
    padding-left: 0;
    text-align: center;
  }
  .footer-top ul li .box .text .bt {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--SourceHanSerifSC-Regular);
  }
  .footer-top ul li .box .text .span {
    font-size: 10px;
    line-height: 18px;
    display: none;
  }
  .footer-top ul li:nth-last-child(1) {
    border: 0;
  }
  .footer-bottom {
    padding-top: 25px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-left .f1 {
    background: url(../images/f01.png) no-repeat top left;
    background-size: 54px;
    padding-left: 66px;
    margin-bottom: 19px;
  }
  .footer-bottom .footer-left .f1 span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
  .footer-bottom .footer-left .f1 p {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .footer-bottom .footer-left .f1 p a {
    color: #ffffff;
    display: block;
  }
  .footer-bottom .footer-left .f3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
  }
  .footer-bottom .footer-left .f3 p {
    padding-left: 28px;
    margin-bottom: 10px;
  }
  .footer-bottom .footer-left .f3 a {
    color: #ffffff;
  }
  .footer-bottom .footer-left .f3 .yx {
    background: url(../images/yx.png) no-repeat left 6px;
    background-size: 14px;
  }
  .footer-bottom .footer-left .f3 .cz {
    background: url(../images/cz.png) no-repeat left 6px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .f3 .dh {
    background: url(../images/dh.png) no-repeat left 6px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .f3 .wx {
    background: url(../images/wx.png) no-repeat left 6px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .f3 .dz {
    background: url(../images/dz.png) no-repeat left 6px;
    background-size: 13px;
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 18px;
  }
  .footer-bottom .footer-left .socialMedia span {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    line-height: 38px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-bottom .footer-left .socialMedia .list {
    display: inline-block;
    vertical-align: top;
  }
  .footer-bottom .footer-left .socialMedia .list li {
    display: inline-block;
    padding: 0 3px 0 0;
  }
  .footer-bottom .footer-left .socialMedia .list .box {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .footer-bottom .footer-left .socialMedia .list .icon {
    border: solid 1px #fff;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-size: 38px !important;
    opacity: 0.6;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-1 {
    background: url(../images/sp1.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-2 {
    background: url(../images/sp2.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-3 {
    background: url(../images/sp3.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-4 {
    background: url(../images/sp4.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-5 {
    background: url(../images/sp5.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .down {
    display: none;
    color: #666;
    font-size: 14px;
    align-items: center;
    width: 120px;
    cursor: initial;
    padding-bottom: 20px;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  .footer-bottom .footer-left .socialMedia .list .down .txt {
    margin-right: 10px;
  }
  .footer-bottom .footer-left .socialMedia .list .down .ewm {
    width: 119px;
    position: relative;
  }
  .footer-bottom .footer-left .socialMedia .list .down .ewm:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 17px;
  }
  .footer-bottom .footer-left .socialMedia .list .active .down {
    display: block;
  }
  .footer-bottom .footer-list {
    display: none;
  }
  .footer-copyright {
    padding: 7px 0;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }
  .footer-copyright .fr {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .float {
    display: none !important;
  }
  .inbanner:before {
    height: 34px;
    background-size: 960px;
    width: 10000px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    letter-spacing: 1px;
    text-shadow: 0px 11px 46px rgba(21, 26, 9, 0.97);
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .second-nav ul li {
    margin: 0 10px;
  }
  .second-nav ul li a {
    width: 130px;
    line-height: 47px;
    padding: 0 10px;
    font-size: 16px;
  }
  .news .content-bottom {
    padding-top: 25px;
  }
  .newslist2 {
    margin: 0 -6px;
  }
  .newslist2 li {
    width: 50%;
    padding: 0 6px;
    margin-right: 0;
  }
  .newslist2 li .b .date {
    font-size: 12px;
    line-height: 28px;
  }
  .current {
    font-size: 12px;
    line-height: 22px;
  }
  .h2 {
    font-size: 14px;
  }
  .h2 .liulan {
    background-size: 19px;
    padding-left: 25px;
  }
  .h2 span {
    margin: 0 10px;
  }
  .h01 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 33px;
  }
  .news-top {
    padding: 11px 0 40px 0;
  }
  .news-top:after {
    width: 100%;
    height: 10px;
    bottom: -10px;
    background: url(../images/line3.png) no-repeat center center;
    background-size: 100%;
  }
  .news-bottom .ee .leftTool {
    float: left;
    width: 93px;
    padding-top: 79px;
    text-align: center;
    position: sticky;
    top: 40px;
    display: none;
  }
  .news-bottom .ee .leftTool .share span {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    color: #999999;
  }
  .news-bottom .ee .leftTool .share a {
    display: block;
    width: 47px !important;
    height: 47px !important;
    transition: all 0.9s;
    margin: 8px auto !important;
    padding: 0 !important;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
  }
  .news-bottom .ee .leftTool .share a.bds_weixin {
    background: url(../images/fn1.png) no-repeat center center;
  }
  .news-bottom .ee .leftTool .share a.bds_tqq {
    background: url(../images/fn2.png) no-repeat center center;
  }
  .news-bottom .ee .leftTool .share a.bds_tsina {
    background: url(../images/fn3.png) no-repeat center center;
  }
  .news-bottom .ee .leftTool .share a.bds_tqz {
    background: url(../images/fn4.png) no-repeat center center;
  }
  .news-bottom .ee .con-article {
    width: 100%;
    padding: 40px 0;
  }
  .news-bottom .ee .con-article .nr {
    font-size: 14px;
    line-height: 24px;
  }
  .news-bottom .ee .con-article .nr p {
    margin-bottom: 10px;
  }
  .inside-page-news ul {
    height: 40px;
    line-height: 40px;
  }
  .inside-page-news li {
    width: 50%;
    height: 40px;
    font-size: 14px;
    padding: 0 60px 0 0;
  }
  .inside-page-news li a {
    padding: 0 10px;
  }
  .inside-page-news li a span {
    width: 20px;
    height: 40px;
    margin: 0 20px;
    display: none;
  }
  .inside-page-news li a b {
    max-width: 98%;
    white-space: nowrap !important;
  }
  .inside-page-news li:last-child {
    padding: 0 0 0 60px;
  }
  .inside-page-news .fanhui {
    top: 0;
    left: 50%;
    width: 100px;
    font-size: 14px;
    line-height: 40px;
    margin-left: -50px;
  }
  .inside-page-news .fanhui:before {
    content: '';
    width: 23px;
    height: 40px;
    margin: 0 10px 0 0;
    display: none;
  }
  .related {
    padding: 40px 0;
  }
  .related .related-bottom {
    padding-top: 25px;
  }
  .swiper-news {
    margin: 0;
  }
  .swiper-news .item {
    padding: 0;
    margin-right: 25px;
    width: 50%;
  }
  .contact {
    padding: 40px 0 0 0;
  }
  .inside-message {
    position: relative;
    padding-bottom: 40px;
  }
  .inside-message .hezi {
    display: block;
    box-shadow: 0px 6px 20px 1px rgba(30, 85, 56, 0.14);
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
  }
  .inside-message .lefttext {
    width: 100%;
    border-radius: 4px;
    padding: 20px;
  }
  .inside-message .lefttext .home-title2 {
    font-size: 22px;
  }
  .inside-message .lefttext .f1 {
    background: url(../images/f01.png) no-repeat top left;
    background-size: 54px;
    padding-left: 66px;
    margin-bottom: 10px;
    margin-top: 13px;
  }
  .inside-message .lefttext .f1 span {
    font-size: 14px;
  }
  .inside-message .lefttext .f1 p {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 1px;
  }
  .inside-message .lefttext .f3 {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-message .lefttext .f3 p {
    padding-left: 28px;
    margin-bottom: 10px;
  }
  .inside-message .lefttext .f3 .yx {
    background: url(../images/yx.png) no-repeat left 8px;
    background-size: 14px;
  }
  .inside-message .lefttext .f3 .cz {
    background: url(../images/cz.png) no-repeat left 8px;
    background-size: 15px;
  }
  .inside-message .lefttext .f3 .dh {
    background: url(../images/dh.png) no-repeat left 8px;
    background-size: 15px;
  }
  .inside-message .lefttext .f3 .wx {
    background: url(../images/wx.png) no-repeat left 8px;
    background-size: 15px;
  }
  .inside-message .lefttext .f3 .dz {
    background: url(../images/dz.png) no-repeat left 8px;
    background-size: 13px;
  }
  .inside-message .lefttext .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
  }
  .inside-message .list {
    width: 100%;
    padding: 18px 0 0 0;
  }
  .inside-message .list .home-title2 {
    font-size: 22px;
  }
  .inside-message .list .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
    margin-bottom: 20px;
  }
  .inside-message .list ul {
    margin: 0 -5px;
  }
  .inside-message .list li {
    width: 100%;
    padding: 0 5px;
    float: left;
    margin-bottom: 10px;
  }
  .inside-message .list label {
    left: 15px;
    top: 10px;
  }
  .inside-message .list .input1,
  .inside-message .list .itextarea {
    font-size: 14px;
    padding: 0 20px;
    height: 42px;
    border-radius: 2px;
  }
  .inside-message .list .itextarea {
    height: 140px;
    padding: 10px 20px;
  }
  .inside-message .list .btn {
    font-size: 14px;
    width: 140px;
    line-height: 42px;
    border-radius: 4px;
  }
  .contact-map a {
    width: 100%;
  }
  .home-p {
    font-size: 14px;
    margin-top: 14px;
  }
  .join01 {
    padding: 40px 0;
  }
  .join01 .join-quan {
    width: 100%;
    height: auto;
  }
  .join01 .join-quan .pic:after {
    padding-bottom: 23%;
  }
  .join01 .join-quan .list {
    padding-top: 20px;
  }
  .join01 .join-quan .list .step_02_con {
    display: none;
  }
  .join01 .join-quan .list .dot_quan {
    display: none;
  }
  .join01 .join-quan .list ul {
    margin: 0 -6px;
  }
  .join01 .join-quan .list ul li {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 6px;
    margin-bottom: 20px;
    z-index: 333;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .join01 .join-quan .list ul li .box {
    position: relative;
    height: auto !important;
    min-height: 50px !important;
    padding-left: 55px !important;
    padding-top: 3px !important;
    padding-bottom: 0 !important;
    text-align: left !important;
    padding-right: 0 !important;
  }
  .join01 .join-quan .list ul li .pic {
    width: 50px;
    top: 50% !important;
    margin-top: -25px !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    margin-left: 0 !important;
  }
  .join01 .join-quan .list ul li .pic:after {
    padding-bottom: 100%;
  }
  .join01 .join-quan .list ul li .bt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .join01 .join-quan .list ul li .span {
    font-size: 14px;
  }
  .join01 .join-bottom {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .join02 {
    padding: 40px 0;
    overflow: hidden;
  }
  .join02 .join-bottom {
    padding-top: 25px;
  }
  .join02 .btn0 {
    margin-top: 17px;
    width: 160px;
  }
  .join02 .btn0 .gun {
    background-size: 19px;
    padding-top: 47px;
    font-size: 14px;
    line-height: 28px;
  }
  .join02 .btn0 .swiper-button-next,
  .join02 .btn0 .swiper-button-prev {
    width: 20px;
    height: 32px;
    top: 0;
    margin-top: 0;
    left: 20px;
  }
  .join02 .btn0 .swiper-button-next:after,
  .join02 .btn0 .swiper-button-prev:after {
    font-size: 16px;
  }
  .join02 .btn0 .swiper-button-next {
    right: 20px;
    left: auto;
  }
  .swiper-yingxiao {
    width: 110%;
    margin-left: 0;
  }
  .swiper-yingxiao .item {
    width: 50%;
    margin-right: 25px;
  }
  .swiper-yingxiao .bt {
    font-size: 16px;
    line-height: 49px;
    letter-spacing: 1px;
    padding: 0 10px;
  }
  .join03 {
    padding: 40px 0;
  }
  .join03 .join-bottom {
    padding-top: 25px;
  }
  .join03 .join-bottom ul {
    margin: 0;
  }
  .join03 .join-bottom li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .join03 .join-bottom li .box {
    padding-left: 0;
  }
  .join03 .join-bottom label {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    top: auto;
    left: auto;
  }
  .join03 .join-bottom .input1,
  .join03 .join-bottom .itextarea,
  .join03 .join-bottom select {
    font-size: 14px;
    padding: 0 14px;
    height: 40px;
    border-radius: 5px;
  }
  .join03 .join-bottom select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #eef5e1 url(../images/jt.png) no-repeat scroll 95% center;
    background: #eef5e1\9\0;
    background-size: 10px;
  }
  .join03 .join-bottom .ul {
    margin: 0 -4px;
  }
  .join03 .join-bottom .ul .li {
    width: 33.33333333%;
    padding: 0 4px;
  }
  .join03 .join-bottom .itextarea {
    height: 180px;
    padding: 14px;
  }
  .join03 .join-bottom .tag {
    padding-top: 13px;
  }
  .join03 .join-bottom .btn {
    width: 140px;
    border-radius: 4px;
    line-height: 43px;
    font-size: 14px;
  }
  .product {
    padding: 40px 0;
  }
  .product .home-title3 {
    font-size: 22px;
  }
  .product .home-title3 img {
    width: 12px;
  }
  .product .home-p {
    font-size: 14px;
  }
  .product .product-bottom {
    padding-top: 25px;
  }
  .pclist {
    margin-top: 20px;
    padding: 10px;
    box-shadow: 0px 6px 19px 1px rgba(30, 85, 56, 0.08);
    border-radius: 16px;
    overflow: auto;
  }
  .pclist ul {
    width: max-content;
  }
  .pclist ul li {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pclist ul li .pic {
    width: 40px;
    border: solid 2px #fff;
  }
  .pclist ul li .bt {
    font-size: 14px;
    line-height: 30px;
    padding: 0 3px;
    font-family: var(--SourceHanSerifSC-Regular);
  }
  .pclist ul .active .pic {
    border-radius: 15px;
    border: solid 2px var(--main-color);
  }
  .shuju {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 6px;
    padding: 0 35px;
  }
  .productlist {
    margin: 0 -7px;
    padding-bottom: 26px;
  }
  .productlist .item {
    padding: 0 7px;
    margin-bottom: 14px;
    width: 50%;
    margin-right: 0 !important;
  }
  .productlist .item .box {
    box-shadow: 0px 3px 9px 1px rgba(30, 85, 56, 0.08);
  }
  .product-top .container {
    width: 100%;
  }
  .product-top .info {
    border-bottom: 1px solid #e6e6e6;
    padding: 28px 0 7px 0;
  }
  .product-top .current {
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
  }
  .product-top .right {
    float: right;
    width: 100%;
    margin-top: 10px;
  }
  .product-top .right ul {
    margin-right: 32px;
  }
  .product-top .right ul:after {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
  }
  .product-top .right ul li {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  .product-top .right ul li a {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #666665;
    display: block;
    position: relative;
  }
  .product-top .right ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #4d4d4d;
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: 33;
    transition: 0.5s;
  }
  .product-top .right ul .active a:after {
    width: 100%;
  }
  .product-top .right a.yuyue {
    float: left;
    width: 73px;
    line-height: 27px;
    background-color: var(--main-color);
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .product-show01 {
    padding-bottom: 40px;
  }
  .product-show01 .container {
    width: 100%;
  }
  .product-show01 .left {
    float: left;
    width: 100%;
  }
  .product-show01 .left img {
    display: block;
  }
  .product-show01 .left .ps-phone {
    display: block;
  }
  .product-show01 .left .info {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-show01 .left .yd {
    display: block;
  }
  .product-show01 .ip .h1 {
    font-size: 24px;
    letter-spacing: 3px;
    padding-bottom: 10px;
  }
  .product-show01 .ip .span span {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 61px;
    border-radius: 2px;
    padding: 0 8px;
    margin-right: 10px;
    border: solid 1px #999999;
  }
  .product-show01 .ip .lines {
    padding-bottom: 18px;
    margin-top: 18px;
  }
  .product-show01 .ip .lines li a {
    line-height: 40px;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #dddddd;
    padding-right: 20px;
    letter-spacing: 1px;
    color: #999999;
    background: url(../images/icon_03_2.png) no-repeat center right;
    background-size: 12px;
  }
  .product-show01 .ip .anniu {
    padding-bottom: 20px;
  }
  .product-show01 .ip .anniu a {
    font-size: 14px;
    line-height: 45px;
    border-radius: 10px;
    border: solid 2px #14432a;
    text-align: center;
    display: block;
  }
  .product-show01 .ip .anniu .hover {
    top: auto;
    left: auto;
    width: 100%;
    padding: 22px;
    opacity: 1;
    position: relative;
    box-shadow: 0px 6px 19px 1px rgba(30, 85, 56, 0.08);
    border-radius: 0px 0px 10px 10px;
  }
  .product-show01 .ip .anniu .hover .bbt {
    font-size: 14px;
    margin-top: 10px;
  }
  .product-show01 .ip .anniu .hover .tu {
    width: 140px;
    margin: 0 10px;
  }
  .product-show01 .right {
    display: none;
  }
  .swiper-pic {
    margin-bottom: 20px;
  }
  .swiper-pic .swiper-button-prev,
  .swiper-pic .swiper-button-next {
    width: 22px;
    height: 52px;
    border: 0;
    margin-top: -26px;
    z-index: 33;
    left: 0;
  }
  .swiper-pic .swiper-button-prev:after,
  .swiper-pic .swiper-button-next:after {
    font-size: 24px;
  }
  .swiper-pic .swiper-button-next {
    right: 0;
    left: auto;
  }
  .product-show03 {
    padding: 40px 0 30px 0;
  }
  .product-show03 .swiper-hot {
    margin-top: 15px;
  }
  .product-show03 .swiper-hot .item {
    padding: 10px 0;
  }
  .product-show03 .swiper-hot .box {
    box-shadow: 0px 3px 9px 1px rgba(30, 85, 56, 0.08);
  }
  .about .home-title2 {
    font-size: 24px;
  }
  .about01 {
    padding: 40px 0;
    overflow: hidden;
  }
  .about01 .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
  }
  .about01 .p p {
    margin-bottom: 10px;
  }
  .about01 .youshi {
    padding-top: 20px;
  }
  .about02 {
    padding: 40px 0;
    overflow: hidden;
  }
  .about02 .part {
    margin-top: 25px;
  }
  .about02 .part .process {
    position: absolute;
    width: 1px;
    z-index: 40;
    background-color: rgba(28, 80, 156, 0.2);
    top: 33px;
    right: 0;
    left: 0;
    margin: 0;
    margin-left: 9px;
    height: 94%;
    overflow: hidden;
  }
  .about02 .part .process #bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%;
    background: var(--main-color);
    transform-origin: 50% 0;
    transform: scaleY(0.001);
  }
  .about02 .part .items {
    position: relative;
    width: 100%;
    padding-top: 19px;
  }
  .about02 .part .items .box {
    margin-bottom: 21px;
    position: relative;
    display: block;
  }
  .about02 .part .items .box:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #1c509c;
    opacity: 0.8;
    border-radius: 50%;
    top: 20px;
    left: 8px;
  }
  .about02 .part .items .box .col h3 {
    font-size: 40px;
    line-height: 42px;
    padding-right: 0;
    text-align: left;
    padding-left: 30px;
  }
  .about02 .part .items .box .col .bt {
    padding-left: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .about02 .part .items .box .col .bt:after {
    display: none;
  }
  .about02 .part .items .box .col .p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
  }
  .about02 .part .other {
    text-align: left;
  }
  .about03 {
    padding: 40px 0;
    overflow: hidden;
  }
  .about03 .about-bottom {
    margin-top: 25px;
  }
  .swiper-honor {
    width: 100%;
  }
  .swiper-honor .item {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .swiper-honor .item .pic {
    background: #ffffff;
    box-shadow: 0px 6px 19px 1px rgba(30, 36, 33, 0.08);
  }
  .swiper-honor .item .bt {
    font-size: 16px;
    margin-top: 17px;
  }
  .swiper-honor .swiper-slide-active {
    opacity: 1;
    width: 100%;
    padding: 0;
  }
  .swiper-honor .swiper-button-prev,
  .swiper-honor .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -30px;
    left: 0;
  }
  .swiper-honor .swiper-button-prev:after,
  .swiper-honor .swiper-button-next:after {
    font-size: 16px;
  }
  .swiper-honor .swiper-button-next {
    right: 0;
    left: auto;
  }
}
@media (max-width: 520px) {
  .home-title {
    font-size: 26px;
    line-height: 40px;
  }
  .home-title img {
    width: 15px;
    margin-top: 11px;
  }
  .home-title1 span {
    line-height: 39px;
    background-size: 160px;
    font-size: 14px;
  }
  .home-title1h span {
    background-size: 160px;
  }
  .swiper-class .item {
    
  }
  .home-title2 {
    font-size: 22px;
  }
  .footer-top ul li .box .text .bt {
    font-size: 12px;
  }
  .pclist ul li .bt {
    font-size: 12px;
  }
  .banner {
    margin-top: 60px;
  }
  .inbanner {
    margin-top: 60px;
  }
  .banner:before {
    height: 38px;
    background-size: 480px;
  }
  .inbanner:before {
    height: 17px;
    background-size: 480px;
  }
}

.cardlist ul {
  margin: 0 -15rem;
  font-size: 0;
  margin-top: 30rem;
}
.cardlist ul li {
  width: 50%;
  padding: 0 15rem;
  margin-bottom: 31rem;
  display: inline-block;
  vertical-align: top;
}
.cardlist ul li .box {
  border-radius: 10rem;
  overflow: hidden;
  transition: 0.5s;
}
.cardlist ul li .pic:after {
  padding-bottom: 32.466667%;
}
.cardlist ul li .text {
	padding: 15rem 29rem 27rem 29rem;
	background-image: linear-gradient(0deg, #8aac71 0%, #1e5538 100%);
	display: flex;
	justify-content: space-around;
	align-items: center;  
}
.cardlist ul li .bt {
  font-family: var(--SourceHanSerifSC-Bold);
  font-size: 36rem;
  color: #ffffff;
}
.cardlist ul li .p {
  font-size: 16rem;
  line-height: 24rem;
  height: 96rem;
  overflow: hidden;
  color: #ffffff;
}

.app {
  position: relative;
  overflow: hidden;
  padding-top: 50rem;
}
.app .swiper-app {
  width: 1250rem;
  position: relative;
  margin: 0 auto;
}

.app .swiper-app .swiper-button-prev:after,
.app .swiper-app .swiper-button-next:after {
  font-size: 36rem;
  color: #a7a7a7;
}
@media (min-width: 1200px) {
  .app .swiper-app .swiper-button-prev:hover:after,
  .app .swiper-app .swiper-button-next:hover:after {
    color: #000;
  }
}
.app .swiper-app .pic:after {
  padding-bottom: 55.6%;
}
.app .swiper-app .pic1 {
  display: none;
}
.app .swiper-app .swiper-button-prev {
  left: 30rem;
}
.app .swiper-app .swiper-button-next {
  right: 30rem;
}
.app .swiper-app .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.app .swiper-app .box {
  padding: 0 140rem;
}
.app .swiper-app .box .bt {
  font-family: var(--Ubuntu-Bold);
  font-size: 56rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 48rem;
}
.app .swiper-app .box .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #ffffff;
}
.app .swiper-app .swiper-slide-active .box .bt {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.app .swiper-app .swiper-slide-active .box .p {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}

@media (max-width:1200px){
	.app {
		padding-top:50px;
	}
	.cardlist ul {
		margin: 0 -6px;
		margin-top: 30px;
	}
	.cardlist ul li {
		width: 100%;
		padding: 0 6px;
		margin-right: 0;
		margin-bottom: 15px;
	}

  .cardlist ul li .bt {
    font-size: 24px;
    line-height: 32px;
    height: 32px;
	overflow:hidden;
  }
  .cardlist ul li .p {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
	overflow:hidden;
  }	
  
 .app .swiper-app {
    width: 100%;
  }
  .app .swiper-app .swiper-button-prev,
  .app .swiper-app .swiper-button-next {
    top: 28%;
    margin-top: -22px;
  }
  .app .swiper-app .swiper-button-prev:after,
  .app .swiper-app .swiper-button-next:after {
    font-size: 26px;
  }
  .app .swiper-app .swiper-button-prev {
    left: 10px;
  }
  .app .swiper-app .swiper-button-next {
    right: 10px;
  }
  .app .swiper-app .swiper-slide {
    height: auto;
    background: #000;
  }
  .app .swiper-app .hover {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
    background: #000;
    padding: 30px;
  }
  .app .swiper-app .box {
    padding: 0;
  }
  .app .swiper-app .box .bt {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .app .swiper-app .box .p {
    font-size: 14px;
    line-height: 24px;
  } 
}


.inside-prolist {
  padding-bottom: 90rem;
  padding-top: 100rem;
}

.inside-prolist .inside-current {
  text-align: right;
  color: #333;
}
.inside-prolist .inside-current a {
  color: #333;
}

.inside-prolist .list li:first-child {
  margin-top: 20rem;
}
.inside-prolist .list li {
  display: flex;
  margin-top: 70rem;
  align-items: center;
  box-shadow: 0 0 20rem rgba(0, 36, 55, 0.1);
  justify-content: space-between;
  border-radius: 20rem;
}
.inside-prolist .list li .pic {
  width: 50%;
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
}
.inside-prolist .list li .pic img {
  border-radius: 20rem;
  transition: all 700ms ease;
}
.inside-prolist .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 68.75%;
}
.inside-prolist .list li .textbox {
  width: 50%;
  padding: 30rem 60rem;
  padding-right: 30rem;
}
.inside-prolist .list li .tit {
  color: #333;
  font-size: 36rem;
}

.inside-prolist .list li .tabcot {
    min-height: 360rem;
    padding-top: 30px;
    font-size: 18rem;
    line-height: 36rem;
}

.inside-prolist .list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-prolist .list li:hover .pic img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .inside-prolist {
    padding-top: 100px;
  }
  .inside-prolist .list li {
    display: block;
  }
  .inside-prolist .list li .pic {
    width: 100%;
  }
  .inside-prolist .list li .tit {
  font-size: 24px;
}
	.inside-prolist .list li .tabcot {
		font-size: 16px;
		line-height: 30px;
	}  
  .inside-prolist .list li .textbox {
    padding: 30px;
    width: 100%;
  }
}


.swiper-renewal-main .banner-hover1 .left {
  padding-top: 105rem;
}

.swiper-renewal-main .banner-hover1 .bt img {
  width: 581rem;
  margin-left: -21rem;
}

.swiper-renewal-main .swiper-slide-active .banner-hover1 .span {
  -webkit-animation: fadeInLeft2 3s alternate;
  animation: fadeInLeft2 3s alternate;
}

.swiper-renewal-main .banner-hover1 .span img {
  width: 642rem;
  margin-left: -16rem;
  margin-top: -35rem;
}

.swiper-renewal-main .swiper-slide-active .banner-hover1 .p {
  -webkit-animation: fadeInLeft2 4s alternate;
  animation: fadeInLeft2 4s alternate;
}

.swiper-renewal-main .banner-hover1 .p img {
  width: 323rem;
  margin-top: 39rem;
  margin-left: 27rem;
}

.swiper-renewal-main .banner-hover1 .right {
  width: 43.2%;
  margin-top: 37rem;
}

.swiper-renewal-main .banner-hover2 .left {
  padding-top: 105rem;
}

.swiper-renewal-main .banner-hover2 .bt img {
  width: 705rem;
  margin-left: -21rem;
}

.swiper-renewal-main .swiper-slide-active .banner-hover2 .span {
  -webkit-animation: fadeInLeft2 3s alternate;
  animation: fadeInLeft2 3s alternate;
}

.swiper-renewal-main .banner-hover2 .span img {
  width: 737rem;
  margin-left: -23rem;
  margin-top: -41rem;
}

.swiper-renewal-main .swiper-slide-active .banner-hover2 .p {
  -webkit-animation: fadeInLeft2 4s alternate;
  animation: fadeInLeft2 4s alternate;
}

.swiper-renewal-main .banner-hover2 .p img {
  width: 218rem;
  margin-top: 37rem;
  margin-left: 19rem;
}

.swiper-renewal-main .banner-hover2 .right {
  width: 46.2%;
  margin-top: 37rem;
}

@media(max-width:1200px) {
  .swiper-renewal-main .banner-hover1 .left {
    padding-top: 20px;
  }

  .swiper-renewal-main .banner-hover1 .bt img {
    width: auto;
    margin-left: -10px;
  }

  .swiper-renewal-main .banner-hover1 .span img {
    width: auto;
    margin-left: -5px;
    margin-top: -10px;
  }

  .swiper-renewal-main .banner-hover1 .p img {
    width: 50%;
    margin-top: 10px;
    margin-left: 0;
  }

  .swiper-renewal-main .banner-hover2 .bt img {
    width: auto;
    margin-left: -10px;
  }

  .swiper-renewal-main .banner-hover2 .span img {
    width: auto;
    margin-left: -10px;
    margin-top: -10px;
  }

  .swiper-renewal-main .banner-hover2 .p img {
    width: 50%;
    margin-top: 5px;
    margin-left: 0;
  }

  .swiper-renewal-main .btn {
    bottom: 44px;
  }
}