* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
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;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #065d33;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  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;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.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;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: "POPPINS-REGULAR";
  src: url("../fonts/POPPINS-REGULAR.eot");
  src: url('../fonts/POPPINS-REGULAR.ttf');
  src: url('../fonts/POPPINS-REGULAR.woff');
  src: url('../fonts/POPPINS-REGULAR.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "POPPINS-LIGHT";
  src: url("../fonts/POPPINS-LIGHT.eot");
  src: url("../fonts/POPPINS-LIGHT.otf");
  src: url('../fonts/POPPINS-LIGHT.ttf');
  src: url('../fonts/POPPINS-LIGHT.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "POPPINS-BOLD";
  src: url("../fonts/POPPINS-BOLD.eot");
  src: url('../fonts/POPPINS-BOLD.ttf');
  src: url('../fonts/POPPINS-BOLD.woff');
  src: url('../fonts/POPPINS-BOLD.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold_0.eot");
  src: url('../fonts/Roboto-Bold_0.ttf');
  src: url('../fonts/Roboto-Bold_0.woff');
  src: url('../fonts/Roboto-Bold_0.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #333;
  background: #fff;
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 1.5;
  font-family: "POPPINS-LIGHT";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
}
::-webkit-scrollbar-track {
  background: #387d5c;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 14.4rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px!important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #333;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  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);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.button a {
  font-size: 0.16rem;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.26rem;
  border-radius: 0.1rem;
  background: #065d33;
  position: relative;
  display: inline-block;
}
.button a:before {
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.15rem;
  transition: all 0.5s ease;
}
.button span {
  z-index: 3;
  display: inline-block;
  font-style: normal;
  position: relative;
}
.button img {
  margin-top: 0.12rem;
  margin-left: 0.2rem;
  max-height: 0.22rem;
}
.button:hover a:before {
  left: -10%;
  width: 120%;
}
@media (max-width: 1024px) {
  .button a {
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
  }
  .button img {
    max-height: 20px;
    margin-top: 12px;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to right, #004d80, #065d33);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #065d33;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.top {
  color: #fff;
  display: flex;
  height: 0.5rem;
  font-size: 0.13rem;
  align-items: center;
  background: #065d33;
}
.top .container {
  display: flex;
  justify-content: space-between;
}
.top .left,
.top .right {
  display: flex;
}
.top .add,
.top .tel,
.top .email {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.top .add img,
.top .tel img,
.top .email img {
  margin-top: -0.02rem;
  margin-right: 0.05rem;
  max-height: 0.2rem;
}
.top .add a,
.top .tel a,
.top .email a {
  color: #fff;
}
.top .add a:hover,
.top .tel a:hover,
.top .email a:hover {
  text-decoration: underline;
}
.top .share a {
  margin-left: 0.05rem;
  border-radius: 0.05rem;
  transition: all 334ms ease;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.top .share a:hover {
  border: solid 1px rgba(255, 255, 255, 0.8);
}
.top .language {
  margin-left: 0.3rem;
  position: relative;
}
.top .language a {
  color: #fff;
  display: flex;
  align-items: center;
}
.top .language i {
  width: 0.08rem;
  height: 0.08rem;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.04rem;
  margin-left: 0.1rem;
  border-right: solid 1px#fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}
.top .language .drop {
  left: 0;
  width: 110%;
  top: 0.3rem;
  z-index: 100;
  padding: 0.3rem 0;
  display: none;
  position: absolute;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.top .language .drop:before {
  content: "";
  top: -0.06rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 0.08rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.top .language .drop a {
  color: #666;
  display: block;
  text-align: center;
}
.top .language .drop a:hover {
  color: #065d33;
}
.top .language:hover .drop {
  display: block;
}
@media (max-width: 1024px) {
  .top {
    display: none;
  }
}
.header .container {
  align-items: center;
  display: flex;
  height: 1rem;
  justify-content: space-between;
}
.header .logo img {
  max-height: 0.75rem;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .searchBtn {
  margin-left: 0.2rem;
}
.header .searchBtn svg {
  fill: #adadad;
}
.header .button a {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  padding: 0 0.15rem;
  border-radius: 0.15rem;
}
@media (max-width: 1024px) {
  .header {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 99;
  }
  .header .right {
    display: none;
  }
}
.nav {
  font-family: "POPPINS-REGULAR";
  padding-right: 0.2rem;
}
.nav .list {
  display: flex;
  flex-wrap: wrap;
}
.nav .list > li {
  position: relative;
  line-height: 1rem;
  font-size: 0.18rem;
  margin: 0 0.25rem;
}
.nav .list > li a {
  color: #212121;
}
.nav .list > li .subnav {
  left: 50%;
  z-index: 99;
  display: none;
  padding: 0.2rem 0;
  width: 3.2rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  font-size: 0.17rem;
  font-family: "POPPINS-LIGHT";
  transform: translateX(-50%);
  top: 1rem;
  position: absolute;
}
.nav .list > li .subnav a {
  color: #666;
  display: block;
  padding: 0.05rem 0.3rem;
  line-height: 0.3rem;
}
.nav .list > li .subnav a:hover {
  color: #065d33;
}
.nav .list li:hover > a,
.nav .list .active > a {
  color: #065d33;
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.banner {
  max-height: 6.5rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pc {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
}
.banner .pc img {
  width: 100%;
}
.banner .ph {
  display: none;
}
.banner .container {
  z-index: 9;
  position: relative;
}
.banner .text {
  left: 0;
  width: 100%;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
  position: absolute;
}
.banner .t-1 {
  color: #fff;
  font-size: 0.52rem;
  line-height: 0.6rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35);
  font-family: "POPPINS-BOLD";
  text-shadow: 0.04rem 0 0.2rem rgba(4, 29, 17, 0.2);
}
.banner .t-2 {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.banner .button {
  margin-top: 1rem;
}
.banner .button a {
  padding: 0 0.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
}
.banner .swiper-slide-active .t-1 {
  animation: 1.5s fadeInLeft2 ease;
}
.banner .swiper-slide-active .t-2 {
  animation: 1.5s fadeInLeft2 ease;
}
.banner .swiper-slide-active .button {
  animation: 1.5s fadeInLeft2 ease;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.3rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #065d33;
  width: 0.3rem;
  border-radius: 0.05rem;
}
@media (max-width: 1024px) {
  .banner {
    height: auto;
    max-height: none;
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .button {
    margin-top: 20px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}
.index-title {
  color: #212121;
  font-size: 0.46rem;
  line-height: 0.5rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .index-title {
    font-size: 21px;
    line-height: 30px;
  }
}
.index-about {
  padding: 0.5rem 0 0.8rem 0;
}
.index-about .numlist {
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #d6d6d6;
}
.index-about .numlist ul {
  display: flex;
  justify-content: space-between;
}
.index-about .numlist li {
  color: #212121;
}
.index-about .numlist li p:first-child {
  padding-bottom: 0.1rem;
  color: #065d33;
}
.index-about .numlist li .counter {
  font-size: 0.62rem;
  line-height: 0.62rem;
  font-weight: 700;
}
.index-about .numlist li em {
  vertical-align: top;
  display: inline-block;
  font-size: 0.62rem;
  line-height: 0.62rem;
  font-style: normal;
}
.index-about .content {
  color: #333;
  display: flex;
  padding-top: 0.9rem;
  justify-content: space-between;
}
.index-about .content .left {
  width: 50%;
}
.index-about .content .left .text {
  line-height: 0.36rem;
  padding-top: 0.3rem;
}
.index-about .content .right {
  width: 50%;
  margin-top: -0.3rem;
  margin-right: -0.7rem;
  position: relative;
}
.index-about .content .button {
  margin-top: 0.7rem;
}
@media (max-width: 1024px) {
  .index-about {
    padding-top: 20px;
  }
  .index-about .numlist ul {
    flex-wrap: wrap;
  }
  .index-about .numlist li {
    width: 33.333%;
    padding-top: 20px;
  }
  .index-about .numlist li .counter,
  .index-about .numlist li em {
    font-size: 24px;
    line-height: 30px;
  }
  .index-about .content {
    padding-top: 40px;
    display: block;
  }
  .index-about .content .left,
  .index-about .content .right {
    width: 100%;
  }
  .index-about .content .right {
    display: none;
  }
}
@media (max-width: 640px) {
  .index-about .numlist li {
    width: 50%;
  }
}
.index-mission {
  color: #fff;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-mission .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-mission .index-title {
  color: #fff;
}
.index-mission .button {
  margin-top: 0.7rem;
}
.index-mission .left {
  width: 43%;
}
.index-mission .left .text {
  line-height: 0.36rem;
  padding-top: 0.3rem;
}
.index-mission .right {
  width: 40%;
}
.index-mission .right li {
  display: flex;
  font-size: 0.22rem;
  align-items: center;
  padding: 0.15rem 0;
  position: relative;
  font-family: "POPPINS-BOLD";
}
.index-mission .right li:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
}
.index-mission .right li img {
  margin-right: 1.2rem;
  max-height: 0.6rem;
}
.index-mission .right li:first-child:after {
  display: none;
}
@media (max-width: 1024px) {
  .index-mission {
    padding: 50px 0 40px 0;
  }
  .index-mission .container {
    display: block;
  }
  .index-mission .button {
    margin-top: 30px;
  }
  .index-mission .left,
  .index-mission .right {
    width: 100%;
  }
  .index-mission .right {
    margin-top: 30px;
  }
  .index-mission .right li img {
    margin-right: 30px;
  }
}
.index-product {
  padding: 1rem 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.index-product .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.5rem;
}
.index-product .list li {
  width: 25%;
  padding: 0 0.15rem;
  text-align: center;
}
.index-product .list li .item {
  border-radius: 0.2rem;
  padding: 0.5rem 0.2rem;
  background: linear-gradient(to bottom, #fdfefd, #dae7e1);
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.12);
}
.index-product .list li .tit {
  height: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #065d33;
  font-family: "POPPINS-BOLD";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-product .list li .pic {
  margin-top: 0.25rem;
  overflow: hidden;
  position: relative;
}
.index-product .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.96296296%;
}
.index-product .list li .pic img {
  transition: all 700ms ease;
}
.index-product .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .index-product {
    padding: 40px 0;
  }
  .index-product .list {
    margin-top: 10px;
  }
  .index-product .list li {
    width: 50%;
    padding-top: 0.3rem;
  }
}
@media (max-width: 480px) {
  .index-product .list li {
    width: 100%;
  }
}
.index-technology {
  background: #f5faf8;
}
.index-technology .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 19.2rem;
}
.index-technology .left {
  width: 50%;
  position: relative;
}
.index-technology .left .list .item {
  font-family: "POPPINS-BOLD";
  position: relative;
}
.index-technology .left .list .item .tit {
  color: #fff;
  width: 35%;
  bottom: 0.5rem;
  left: 0.45rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-technology .left .list .item .tit a {
  color: #fff;
  display: block;
}
.index-technology .left .list .pic {
  position: relative;
}
.index-technology .left .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.95833333%;
}
.index-technology .left .list-2 {
  right: 0;
  z-index: 5;
  width: 55%;
  padding-right: 0.95rem;
  padding-left: 0.7rem;
  bottom: 0.25rem;
  position: absolute;
}
.index-technology .left .list-2 .pic {
  cursor: pointer;
  transition: all 500ms ease;
  border: solid 0.03rem transparent;
  border-radius: 0.2rem;
  position: relative;
}
.index-technology .left .list-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-technology .left .list-2 .pic img {
  border-radius: 0.2rem;
}
.index-technology .left .list-2 .swiper-slide-thumb-active .pic {
  border-color: #fff;
}
.index-technology .right {
  width: 40%;
  padding-left: 0.8rem;
}
.index-technology .right .text {
  color: #333;
  padding-top: 0.2rem;
  line-height: 0.36rem;
}
.index-technology .right .button {
  margin-top: 0.6rem;
}
.index-technology .swiper-button-prev,
.index-technology .swiper-button-next {
  top: auto;
  z-index: 10;
  transition: all 500ms ease;
  bottom: 0.45rem;
  margin-top: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.index-technology .swiper-button-prev:after,
.index-technology .swiper-button-next:after {
  font-size: 0;
}
.index-technology .swiper-button-prev {
  left: auto;
  right: 4.8rem;
  background: url(../images/prev.png) no-repeat top left;
  background-size: cover;
}
.index-technology .swiper-button-prev:hover {
  background: url(../images/prev-h.png) no-repeat top left;
  background-size: cover;
}
.index-technology .swiper-button-next {
  right: 0.2rem;
  background: url(../images/next.png) no-repeat top left;
  background-size: cover;
}
.index-technology .swiper-button-next:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .index-technology {
    padding: 40px 0;
  }
  .index-technology .container {
    display: block;
  }
  .index-technology .left {
    width: 100%;
  }
  .index-technology .left .list-2 {
    display: none;
  }
  .index-technology .left .list .item .tit {
    width: 100%;
    left: 0;
    padding: 0 20px;
    bottom: 20px;
  }
  .index-technology .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .index-technology .right .button {
    margin-top: 30px;
  }
  .index-technology .swiper-button-prev,
  .index-technology .swiper-button-next {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .index-technology .swiper-button-prev {
    left: 20px;
  }
  .index-technology .swiper-button-next {
    right: 20px;
  }
}
.index-service {
  color: #333;
  padding: 1rem 0;
  background: linear-gradient(to bottom, #ffffff, #f4f8fb);
}
.index-service .index-title {
  text-align: center;
}
.index-service .text {
  padding: 0 2.3rem;
  padding-top: 0.1rem;
  line-height: 0.36rem;
  text-align: center;
}
.index-service .list {
  display: flex;
  margin-top: 0.4rem;
  justify-content: space-between;
}
.index-service .list .left {
  width: 49.2%;
  position: relative;
}
.index-service .list .right {
  margin-top: -0.1rem;
  width: 49%;
}
.index-service .list .right ul {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.index-service .list .right li {
  width: 50%;
  padding: 0.1rem;
}
.index-service .list .right li a {
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-service .list .right li .tit {
  bottom: 0;
  font-size: 0.16rem;
  background: rgba(0, 0, 0, 0.68);
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.index-service .list .item {
  font-family: "POPPINS-BOLD";
  position: relative;
}
.index-service .list .item .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.index-service .list .item .pic img {
  border-radius: 0.2rem;
  transition: all 700ms linear;
}
.index-service .list .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 73.8700565%;
}
.index-service .list .item:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.32));
}
.index-service .list .item .tit {
  left: 0;
  width: 100%;
  z-index: 2;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 0.4rem;
  height: 0.4rem;
  bottom: 0.2rem;
  padding: 0 0.3rem;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-service .list .item:hover .pic img {
  transform: scale(1.1);
}
.index-service .list .item:hover .tit {
  color: #fff;
}
.index-service .list-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.index-service .list-2 li {
  margin-top: 0.5rem;
  width: 33.333%;
  display: flex;
  align-items: center;
}
.index-service .list-2 li .icon img {
  max-height: 0.5rem;
}
.index-service .list-2 li .tit {
  padding-left: 0.2rem;
}
.index-service .swiper-button-prev,
.index-service .swiper-button-next {
  z-index: 10;
  transition: all 500ms ease;
  width: 0.54rem;
  height: 0.54rem;
}
.index-service .swiper-button-prev:after,
.index-service .swiper-button-next:after {
  font-size: 0;
}
.index-service .swiper-button-prev {
  left: 0.2rem;
  background: url(../images/prev.png) no-repeat top left;
  background-size: cover;
}
.index-service .swiper-button-prev:hover {
  background: url(../images/prev-h.png) no-repeat top left;
  background-size: cover;
}
.index-service .swiper-button-next {
  right: 0.2rem;
  background: url(../images/next.png) no-repeat top left;
  background-size: cover;
}
.index-service .swiper-button-next:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .index-service {
    padding: 40px 0;
  }
  .index-service .text {
    padding: 0;
  }
  .index-service .list-2 ul {
    justify-content: space-between;
  }
  .index-service .list-2 li {
    width: 45%;
  }
  .index-service .list-2 li .icon {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .index-service .list {
    display: block;
  }
  .index-service .list .left {
    width: 100%;
  }
  .index-service .list .right {
    width: 100%;
    margin-top: 0.2rem;
  }
  .index-service .list .right li .tit {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .index-service .list .item .tit {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .index-service .list-2 li {
    margin-top: 20px;
    width: 100%;
  }
  .index-service .list-2 li .icon {
    width: 40px;
    height: 40px;
  }
  .index-service .list-2 li .icon img {
    max-height: 40px;
  }
}
.index-news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.index-news .container {
  position: relative;
}
.index-news .index-title {
  top: 0;
  left: 0;
  position: absolute;
}
.index-news .menuTabs {
  margin-bottom: 0.5rem;
  position: relative;
}
.index-news .menuTabs .listMenu {
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
.index-news .menuTabs li {
  margin-left: 0.15rem;
  display: inline-block;
}
.index-news .menuTabs .box {
  color: #7a7a7a;
  display: block;
  min-width: 1.4rem;
  line-height: 0.46rem;
  height: 0.48rem;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 0 0.1rem;
  border-radius: 0.1rem;
  text-align: center;
  transition: all 500ms linear;
}
.index-news .menuTabs .box:hover {
  background: #065d33;
  box-shadow: none;
  color: #fff;
}
.index-news .menuTabs .active .box {
  background: #065d33;
  box-shadow: none;
  color: #fff;
}
.index-news .swiper-button-next,
.index-news .swiper-button-prev {
  right: auto;
  left: auto;
  vertical-align: middle;
  margin: 0 0.15rem;
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  color: #1a1a1a;
  opacity: 1;
  transition: all 500ms ease;
  line-height: 0.48rem;
  border: solid 1px #c3c3c4;
  transform: translate(0, 0);
  top: auto;
}
.index-news .swiper-button-next:after,
.index-news .swiper-button-prev:after {
  font-size: 0.2rem;
}
.index-news .swiper-button-next:hover,
.index-news .swiper-button-prev:hover {
  border-color: #065d33;
  background: #065d33;
  color: #fff;
}
.index-news .swiper-button-prev {
  left: initial;
  right: auto;
}
.index-news .swiper-pagination-bullet {
  opacity: 1;
  background: #cbcbcb;
  width: 0.1rem;
  height: 0.1rem;
}
.index-news .swiper-pagination-bullet-active {
  background: #065d33;
}
.index-news .swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  width: 100%;
  display: inline-block;
  bottom: auto;
}
.index-news .item {
  display: none;
}
.index-news .item.show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .index-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-news .index-title {
    left: 20px;
  }
  .index-news .menuTabs .box {
    font-size: 14px;
    min-width: auto;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
    padding: 0 15px;
  }
  .index-news .swiper-button-next,
  .index-news .swiper-button-prev {
    top: 50%;
    display: none;
  }
}
.listNews li {
  width: 25%;
  margin-bottom: 0.2rem;
}
.listNews li .pic {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}
.listNews li .pic:after {
  content: '';
  display: block;
  padding-bottom: 61.41906874%;
}
.listNews li .pic img {
  transition: all 700ms linear;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.listNews li .box {
  display: block;
}
.listNews li .box:hover .pic img {
  transform: scale(1.1);
}
.listNews li .box:hover .title {
  color: #065d33;
}
.listNews li .text {
  padding: 0 0.3rem;
  background: #f5faf8;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-radius: 0.2rem;
}
.listNews li .time {
  color: #616161;
  font-size: 0.14rem;
}
.listNews li .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #212121;
  font-family: "POPPINS-BOLD";
}
.listNews li .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 0.14rem;
  height: 0.52rem;
  color: #7a7a7a;
  overflow: hidden;
  margin-top: 0.1rem;
  line-height: 0.26rem;
}
.listNews li .more {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #065d33;
}
.listNews li .more img {
  margin-left: 0.1rem;
  max-height: 0.2rem;
}
.listNews.swiper-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.listNews.swiper-wrapper li {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .listNews li .text {
    padding: 20px;
    padding-bottom: 40px;
  }
  .listNews li .time {
    font-size: 14px;
  }
  .listNews li .title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .listNews li .txt {
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    margin-top: 10px;
  }
  .listNews li .more {
    font-size: 14px;
    height: 36px;
    line-height: 34px;
  }
  .listNews li .more img {
    max-height: 20px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .listNews li {
    width: 50%;
  }
}
.fromlist {
  width: 85.4%;
}
.fromlist ul {
  display: flex;
  flex-wrap: wrap;
}
.fromlist li:first-child {
  padding-left: 0;
}
.fromlist li {
  width: 25.5%;
  padding-left: 0.15rem;
}
.fromlist li .iinput {
  border: 0;
  width: 100%;
  color: #474747;
  font-size: 0.14rem;
  font-family: "POPPINS-LIGHT";
  padding: 0 0.25rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 0.05rem;
  background: #fff;
}
.fromlist li input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.fromlist li .file-upload {
  border-radius: 0.05rem;
  background: #fff;
  position: relative;
}
.fromlist li .file-upload i {
  top: 0.1rem;
  left: 0.18rem;
  font-size: 0.24rem;
  position: absolute;
  font-style: normal;
}
.fromlist li .red {
  color: #f30;
  top: 0.17rem;
  left: 0.1rem;
  position: absolute;
  font-style: normal;
}
.fromlist li .custom-btn {
  width: 100%;
  color: #474747;
  font-size: 0.14rem;
  cursor: pointer;
  height: 0.56rem;
  padding: 0 0.2rem;
  padding-left: 0.4rem;
  line-height: 0.56rem;
  border-radius: 0.05rem;
  background-color: #fff;
  font-family: "POPPINS-LIGHT";
  transition: background-color 0.3s;
}
.fromlist li .custom-btn:hover {
  background-color: #065d33;
}
.fromlist li .btn {
  font-family: "POPPINS-BOLD";
  color: #065d33;
  min-width: 100%;
  text-align: center;
  font-size: 0.18rem;
  padding: 0 0.1rem;
  height: 0.56rem;
  line-height: 0.56rem;
  display: inline-block;
  border-radius: 0.05rem;
  background: #fff;
}
.fromlist li .btn img {
  margin-top: 0.19rem;
  margin-right: 0.08rem;
  max-height: 0.18rem;
}
.fromlist li:nth-child(3) {
  width: 36%;
}
.fromlist li:last-child {
  width: 13%;
}
@media (max-width: 1024px) {
  .fromlist {
    width: 100%;
  }
  .fromlist li {
    width: 100%!important;
    padding-left: 0;
    margin-top: 15px;
  }
  .fromlist li .iinput {
    font-size: 14px;
  }
  .fromlist li .custom-btn {
    font-size: 12px;
  }
  .fromlist li .btn {
    font-size: 14px;
  }
  .fromlist li .btn img {
    max-height: 14px;
    margin-top: 12px;
  }
  .fromlist li:first-child {
    margin-top: 0;
  }
}
.index-message {
  overflow: hidden;
}
.index-message .bg {
  width: 120%;
  position: relative;
  margin: 0.2rem 0;
  padding: 0.5rem;
  padding-left: 0.6rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(3, 51, 28, 0.5);
  background: url(../images/mess-bg.png) no-repeat top right #065d33;
  background-size: contain;
}
.index-message .title {
  color: #fff;
  font-weight: normal;
  font-size: 0.32rem;
  padding-bottom: 0.2rem;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .index-message .bg {
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
  }
}
.footer {
  color: #616161;
  overflow: hidden;
  position: relative;
  font-size: 0.16rem;
  background: url(../images/footer-bg.jpg) repeat-x top center #e3e3e4;
  font-family: "POPPINS-LIGHT";
}
.footer .list ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.8rem;
}
.footer .list li {
  width: 13.6%;
  padding-left: 0.1rem;
}
.footer .list li h3 {
  color: #212121;
  font-family: "Oswald";
  font-weight: normal;
  padding-bottom: 0.2rem;
}
.footer .list li h3 a {
  color: #212121;
  font-size: 0.2rem;
  transition: all 334ms ease;
}
.footer .list li h3 a:hover {
  color: #065d33;
}
.footer .list li .drop a {
  color: #616161;
  display: block;
  font-size: 0.16rem;
  padding-top: 0.14rem;
  transition: all 334ms ease;
}
.footer .list li .drop a:hover {
  color: #065d33;
}
.footer .list li:last-child {
  width: 10%;
}
.footer .list .gzh {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.3rem;
  margin-top: 0.2rem;
}
.footer .list .gzh dl {
  width: 28%;
  text-align: center;
}
.footer .list .gzh dd {
  padding-top: 0.05rem;
}
.footer .list .gzh dt img {
  max-height: 1.04rem;
}
.footer .list .contact {
  width: 33%;
  padding-left: 0;
  padding-right: 0.7rem;
  position: relative;
}
.footer .list .contact .tel {
  margin-bottom: 0.2rem;
  padding-left: 0.7rem;
  position: relative;
}
.footer .list .contact .tel img {
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  position: absolute;
  max-height: 0.54rem;
  border: solid 1px #ffffff;
}
.footer .list .contact .share {
  padding-bottom: 0.1rem;
}
.footer .list .contact .share img {
  max-height: 0.38rem;
}
.footer .list .contact .t1 {
  margin-top: 0.25rem;
  padding-left: 0.3rem;
  position: relative;
}
.footer .list .contact .t1 img {
  left: 0;
  top: 0.02rem;
  position: absolute;
  max-height: 0.22rem;
}
.footer .list .contact .t1 a:hover {
  text-decoration: underline;
}
.footer .list .li-1 {
  width: 16%;
}
.footer .copy {
  color: #616161;
  margin-top: 0.8rem;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .copy .container {
  display: flex;
  padding: 0.2rem 0;
  justify-content: space-between;
  border-top: solid 1px #d2d2d3;
}
.footer .copy a {
  color: #616161;
  padding-left: 0.15rem;
}
.footer .copy a:first-child {
  padding-left: 0;
}
.footer .copy a:hover {
  color: #065d33;
}
.footer .copy span {
  padding: 0 0.2rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }
  .footer .list li {
    display: none;
  }
  .footer .list li h3 {
    font-size: 24px;
  }
  .footer .list .gzh dl {
    text-align: left;
  }
  .footer .list .gzh dt img {
    max-height: 104px;
  }
  .footer .list .contact {
    padding-right: 0;
    display: block;
    width: 100%;
  }
  .footer .list .contact .t1 {
    padding-left: 30px;
  }
  .footer .list .contact .t1 img {
    top: 2px;
    max-height: 22px;
  }
  .footer .list .contact .share img {
    max-height: 38px;
  }
  .footer .copy {
    margin-top: 30px;
  }
  .footer .copy .container {
    display: block;
    padding: 15px 20px!important;
  }
}
.footer-index {
  background: linear-gradient(to bottom, #ffffff, #e3e3e4);
}
.inside-banner {
  position: relative;
}
.inside-banner .tu img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .title {
  color: #fff;
  font-weight: normal;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35);
  font-size: 0.42rem;
  font-family: "POPPINS-BOLD";
}
.inside-banner .title span {
  display: block;
}
.inside-banner .f22 {
  color: #fff;
  margin-top: 0.2rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35);
  line-height: 0.38rem;
  font-size: 0.22rem;
}
.inside-banner .f22 span {
  display: block;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .title {
    font-size: 20px;
    display: none;
  }
  .inside-banner .f22 {
    display: none;
  }
}
.inside-current {
  font-size: 0.16rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  margin-right: 0.05rem;
  max-height: 0.16rem;
  margin-top: 0.2rem;
}
.inside-current span {
  color: #065d33;
}
@media (max-width: 1024px) {
  .inside-current {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
  .inside-current img {
    margin-right: 5px;
    max-height: 16px;
    margin-top: 20px;
  }
}
.inside-news {
  padding-top: 0.4rem;
}
.inside-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-news li {
  margin-bottom: 0;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
  width: 33.333%;
}
.inside-news li .text {
  padding-bottom: 0.5rem;
}
.inside-news li .title {
  height: 0.72rem;
  padding-right: 0.5rem;
  line-height: 0.36rem;
  font-size: 0.22rem;
}
.inside-news li .txt {
  height: 0.6rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.inside-news li .more {
  margin-top: 0.3rem;
  font-size: 0.16rem;
}
.inside-news li .more img {
  margin-top: 0.03rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-news {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .inside-news li {
    width: 50%;
  }
  .inside-news li .title {
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    padding-right: 0;
    margin-top: 10px;
  }
  .inside-news li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .inside-news li .more {
    margin-top: 10px;
    font-size: 14px;
  }
  .inside-news li .more img {
    max-height: 20px;
    margin-top: 5px;
  }
}
@media (max-width: 440px) {
  .inside-news li {
    width: 100%;
  }
  .inside-news li:first-child {
    padding-top: 0;
  }
}
.inside-newsshow .topbg {
  padding-bottom: 0.3rem;
  background: #f3faf6;
}
.inside-newsshow .topbg h1 {
  color: #333;
  font-weight: 700;
  font-size: 0.4rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.inside-newsshow .topbg .info {
  flex-wrap: wrap;
  display: flex;
}
.inside-newsshow .topbg .info p {
  width: 50%;
}
.inside-newsshow .topbg .time span {
  position: relative;
  padding: 0 0.3rem;
  display: inline-block;
}
.inside-newsshow .topbg .time span:before {
  left: 0;
  top: 0.05rem;
  content: "";
  width: 1px;
  height: 0.13rem;
  background: #cfd5d1;
  position: absolute;
}
.inside-newsshow .topbg .time span:first-child:before {
  display: none;
}
.inside-newsshow .topbg .time span:first-child {
  padding-left: 0;
}
.inside-newsshow .topbg .share a {
  margin: 0 0.1rem;
  display: inline-block;
}
.inside-newsshow .topbg .share img {
  max-height: 0.2rem;
}
.inside-newsshow .box {
  padding: 0.6rem 0 1rem 0;
}
.inside-newsshow .box .left {
  width: 70%;
  float: left;
  line-height: 0.32rem;
}
.inside-newsshow .box .right {
  left: 0;
  width: 25%;
  float: right;
  top: 0.7rem;
  position: sticky;
}
.inside-newsshow .box .list {
  padding: 0.4rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(23, 116, 196, 0.1);
}
.inside-newsshow .box .list h2 {
  color: #333;
  font-size: 0.32rem;
}
.inside-newsshow .box .list li {
  padding: 0.25rem 0;
  border-bottom: solid 1px #d9d9d9;
}

.inside-newsshow .box .list li .pic{
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden;
}

.inside-newsshow .box .list li .pic:after {
    content: '';
    display: block;
    padding-bottom: 61.41906874%;
}

.inside-newsshow .box .list li .time {
  color: #666;
  margin-top: 0.05rem;
}
.inside-newsshow .box .list li .tit {
  color: #333;
  margin-top: 0.05rem;
  height: 0.56rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-newsshow .box .list li:last-child {
  border-bottom: 0;
}
.inside-newsshow .box .list li:hover .tit {
  color: #065d33;
}
.inside-newsshow .box-2 {
  padding-top: 0.3rem;
}
.inside-newsshow .box-2 li {
  margin-bottom: 0.2rem;
  line-height: 0.34rem;
}
.inside-newsshow .box-2 li span {
  border-radius: 50%;
  width: 0.38rem;
  height: 0.38rem;
  display: inline-block;
  margin-right: 0.1rem;
  transition: all 500ms ease;
  border: solid 1px #737373;
}
.inside-newsshow .box-2 li span img {
  max-height: 0.36rem;
}
.inside-newsshow .box-2 li .img2 {
  display: none;
}
.inside-newsshow .box-2 li:hover span {
  border-color: #065d33;
}
.inside-newsshow .box-2 li:hover .img1 {
  display: none;
}
.inside-newsshow .box-2 li:hover .img2 {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-newsshow .topbg .info {
    display: block;
  }
  .inside-newsshow .topbg .info p {
    width: 100%;
  }
  .inside-newsshow .topbg .time span::before {
    height: 13px;
    top: 5px;
  }
  .inside-newsshow .topbg .share {
    display: none;
  }
  .inside-newsshow .box .left {
    width: 100%;
    float: right;
    line-height: 26px;
  }
  .inside-newsshow .box .right {
    display: none;
  }
}
.inside-product .list {
  margin-top: 0.1rem;
}
.inside-product .list li {
  margin-top: 0.3rem;
}
.inside-product .list li .item {
  padding-bottom: 0.3rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  background: linear-gradient(to bottom, #ffffff 15%, #d4e3dc);
}
.inside-product .list li .txt {
  color: #333;
  margin-top: 0.05rem;
  height: 0.52rem;
  line-height: 0.26rem;
  font-size: 0.15rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-product .list li .pic {
  margin-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-product .list li {
    padding-top: 0;
  }
  .inside-product .list li .item {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-bottom: 20px;
  }
  .inside-product .list li .txt {
    height: 52px;
    font-size: 14px;
    line-height: 26px;
  }
}
.inside-pcb {
  padding-bottom: 0;
}
.inside-pcb .content {
  align-items: center;
  padding-top: 0;
}
.inside-pcb .content .left .text p {
  padding-top: 0.2rem;
}
.inside-pcb .content .left .text p:first-child {
  padding-top: 0;
}
.inside-pcb .content .right {
  padding-top: 0.2rem;
}
.inside-certifications {
  background: #f4f8fb;
  padding: 0.9rem 0;
}
.inside-certifications .index-title {
  text-align: center;
}
.inside-certifications .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.inside-certifications .button {
  margin-top: 0.6rem;
  text-align: center;
}
.inside-capability {
  padding: 0.6rem 0 0.8rem 0;
}
.inside-capability .index-title {
  text-align: center;
}
.inside-capability .text {
  color: #333;
  padding-top: 0.15rem;
  text-align: center;
}
.inside-capability .text p {
  margin-top: 0.15rem;
}
.inside-capability .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.6rem;
}
.inside-capability .list li {
  width: 16.66666667%;
  display: flex;
  padding: 0 0.15rem;
}
.inside-capability .list li .item {
  min-height: 100%;
  padding: 0 0.15rem;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  text-align: center;
  background: #f5faf8;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.12);
}
.inside-capability .list li .pic {
  overflow: hidden;
  width: 1.54rem;
  height: 1.54rem;
  margin: 0 auto;
  margin-top: 0.15rem;
  border-radius: 50%;
  border: solid 0.04rem #065d33;
}
.inside-capability .list li .pic img {
  transition: all 700ms linear;
}
.inside-capability .list li .tit {
  color: #333;
  min-height: 0.56rem;
  line-height: 0.28rem;
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-capability .list li .txt {
  margin-top: 0.2rem;
  line-height: 0.22rem;
  font-size: 0.16rem;
}
.inside-capability .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-capability {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-capability .index-title {
    text-align: left;
  }
  .inside-capability .text {
    text-align: left;
  }
  .inside-capability .list {
    margin-top: 20px;
  }
  .inside-capability .list li {
    width: 33.333%;
    margin-top: 0.3rem;
  }
  .inside-capability .list li .tit {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .inside-capability .list li .txt {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .inside-capability .list li {
    width: 50%;
  }
}
@media (max-width: 430px) {
  .inside-capability .list li {
    width: 100%;
  }
}
.inside-capability-2 {
  padding-bottom: 1.2rem;
}
.inside-capability-2 .table table {
  color: #474747;
  text-align: center;
  border-bottom: solid 1px #b7c7bf;
}
.inside-capability-2 .table th {
  color: #fff;
  font-weight: 100;
  padding: 0.15rem;
  font-size: 0.2rem;
  background: #065d33;
}
.inside-capability-2 .table th,
.inside-capability-2 .table td {
  padding: 0.13rem 0.2rem;
  padding-right: 0.05rem;
  border-left: solid 1px #b7c7bf;
}
.inside-capability-2 .table td {
  position: relative;
}
.inside-capability-2 .table td:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 0.02rem;
  background: #fff;
}
.inside-capability-2 .table td:first-child {
  width: 20%;
}
.inside-capability-2 .table .bgcolor {
  background: #ebf5f0;
}
.inside-capability-2 .table .bgcolor-2 {
  background: #fafafa;
}
.inside-capability-2 .table .bgcolor-3 td:first-child {
  border-left-color: #fff;
}
.inside-capability-2 .table .bgcolor-4 td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.inside-capability-2 .table .bgcolor-4 td:after {
  display: none;
}
.inside-capability-2 .table .bgcolor-4 td:first-child {
  text-align: left;
}
@media (max-width: 1024px) {
  .inside-capability-2 {
    padding-bottom: 40px;
  }
  .inside-capability-2 .table {
    margin-top: 0px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-capability-2 .table table {
    width: 1000px;
  }
}
.inside-capability-3 {
  display: flex;
  color: #fff;
  height: 3.6rem;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-capability-3 .title {
  color: #fff;
  font-size: 0.46rem;
  font-family: "POPPINS-BOLD";
}
.inside-capability-3 .button {
  margin-top: 0.5rem;
}
.inside-capability-3 .button a {
  border-radius: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-capability-3 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-capability-3 .button {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-capability-3 .button a {
    height: auto;
    line-height: 24px;
    padding: 5px 15px;
  }
  .inside-capability-3 .button img {
    display: none;
  }
}
.inside-certification-2 {
  color: #333;
  padding: 0.4rem 0 0.8rem 0;
}
.inside-certification-2 .index-title {
  line-height: 0.7rem;
  padding-right: 1.9rem;
}
.inside-certification-2 .text {
  line-height: 0.36rem;
}
.inside-certification-2 .text p {
  padding-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-certification-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-certification-2 .index-title {
    line-height: 30px;
    padding-right: 0;
  }
  .inside-certification-2 .text {
    line-height: 24px;
  }
}
.inside-certification-3 {
  color: #333;
  padding: 0.8rem 0;
  background: #f4f8fb;
}
.inside-certification-3 .list li {
  background: #fff;
  padding: 0.5rem;
  margin-top: 0.55rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.12);
}
.inside-certification-3 .list li .item {
  display: flex;
}
.inside-certification-3 .list li .pic {
  width: 34%;
}
.inside-certification-3 .list li .text {
  width: 66%;
  line-height: 0.34rem;
  padding-left: 0.5rem;
}
.inside-certification-3 .list li .text h3 {
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
.inside-certification-3 .list li .text p {
  padding-top: 0.1rem;
}
.inside-certification-3 .list li .green {
  color: #065d33;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .inside-certification-3 {
    padding: 40px 0;
  }
  .inside-certification-3 .list li {
    margin-top: 30px;
  }
  .inside-certification-3 .list li .item {
    display: block;
  }
  .inside-certification-3 .list li .pic {
    width: 100%;
    text-align: center;
  }
  .inside-certification-3 .list li .text {
    width: 100%;
    line-height: 24px;
    padding-left: 0;
    margin-top: 30px;
  }
}
.inside-factory {
  padding: 0.5rem 0 0.8rem 0;
}
.inside-factory .index-title {
  text-align: center;
}
.inside-factory .numlist {
  padding-top: 0.6rem;
}
.inside-factory .numlist ul {
  display: flex;
  justify-content: space-between;
}
.inside-factory .numlist li {
  color: #212121;
}
.inside-factory .numlist li p:first-child {
  line-height: 0.32rem;
  font-family: "POPPINS-REGULAR";
  padding-bottom: 0.1rem;
  color: #065d33;
}
.inside-factory .numlist li em {
  font-weight: 700;
  font-style: normal;
  font-size: 0.24rem;
  vertical-align: top;
  display: inline-block;
}
.inside-factory .numlist li .counter {
  font-weight: 700;
  font-size: 0.32rem;
  line-height: 0.32rem;
}
.inside-factory .numlist li .f30 {
  font-weight: 700;
  font-size: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-factory {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-factory .numlist {
    padding-top: 10px;
  }
  .inside-factory .numlist ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .inside-factory .numlist li {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 440px) {
  .inside-factory .numlist li {
    width: 100%;
    text-align: center;
    border: solid 1px #eee;
    border-radius: 10px;
    padding: 20px;
  }
}
.inside-sbzs {
  background: #f4f8fb;
  position: relative;
  padding: 0.9rem 0;
}
.inside-sbzs .index-title {
  text-align: center;
}
.inside-sbzs .tabnav {
  margin-top: 0.4rem;
}
.inside-sbzs .tabnav ul {
  display: flex;
  justify-content: center;
}
.inside-sbzs .tabnav li {
  padding: 0 0.2rem;
}
.inside-sbzs .tabnav li a {
  color: #7a7a7a;
  padding: 0 0.25rem;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.46rem;
  height: 0.48rem;
  display: inline-block;
  min-width: 1.4rem;
  border: solid 1px #dadada;
  transition: all 500ms ease;
}
.inside-sbzs .tabnav .cur a {
  color: #fff;
  border-color: #065d33;
  background: #065d33;
}
.inside-sbzs .tabbox {
  padding-top: 0.1rem;
}
.inside-sbzs .tabcot {
  display: none;
}
.inside-sbzs .tabcot.show {
  display: block;
}
.inside-sbzs .tabcot ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-sbzs .tabcot li {
  padding: 0 0.2rem;
  padding-top: 0.4rem;
  width: 33.3333%;
}
.inside-sbzs .tabcot li .pic {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inside-sbzs .tabcot li .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.18061674%;
}
.inside-sbzs .tabcot li .pic img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  transition: all 700ms ease;
}
.inside-sbzs .tabcot li .tit {
  color: #fff;
  padding: 0 0.1rem;
  font-size: 0.2rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  font-family: "POPPINS-BOLD";
  background: #065d33;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
.inside-sbzs .tabcot li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-sbzs {
    padding: 40px 0;
  }
  .inside-sbzs .tabnav {
    margin-top: 20px;
  }
  .inside-sbzs .tabnav li {
    padding: 0 5px;
  }
  .inside-sbzs .tabnav li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .inside-sbzs .tabbox {
    margin-top: 10px;
  }
  .inside-sbzs .tabcot ul {
    margin: 0 -10px;
  }
  .inside-sbzs .tabcot li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .inside-sbzs .tabcot li {
    width: 50%;
  }
}
@media (max-width: 440px) {
  .inside-sbzs .tabcot li {
    width: 100%;
  }
}
.inside-energy {
  padding-top: 0.5rem;
  padding-bottom: 1.1rem;
}
.inside-energy .text {
  padding-top: 0.3rem;
  line-height: 0.36rem;
}
.inside-energy .list {
  display: flex;
  margin-top: 0.35rem;
  justify-content: space-between;
}
.inside-energy .list .left {
  width: 50%;
}
.inside-energy .list .left li {
  display: flex;
  position: relative;
  font-size: 0.2rem;
  padding: 0.24rem 0.4rem;
  padding-right: 0.1rem;
  transition: all 500ms ease;
  font-family: "POPPINS-BOLD";
  border-bottom: solid 1px #e2e2e2;
}
.inside-energy .list .left li img {
  max-height: 0.3rem;
}
.inside-energy .list .left li .icon {
  padding-right: 0.2rem;
}
.inside-energy .list .left li .img2 {
  display: none;
}
.inside-energy .list .left li:before {
  opacity: 0;
  top: -0.01rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.02rem;
  position: absolute;
  background: #fff;
}
.inside-energy .list .left li:hover {
  color: #065d33;
  border-radius: 0.2rem;
  background: #f6f7f9;
  border-color: #fff;
}
.inside-energy .list .left li:hover .img1 {
  display: none;
}
.inside-energy .list .left li:hover .img2 {
  display: inline-block;
}
.inside-energy .list .left li:hover:before {
  opacity: 1;
}
.inside-energy .list .right {
  width: 45.15%;
}
@media (max-width: 1024px) {
  .inside-energy {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-energy .list {
    display: block;
  }
  .inside-energy .list .left,
  .inside-energy .list .right {
    width: 100%;
  }
  .inside-energy .list .left li {
    font-size: 14px;
    align-items: center;
  }
  .inside-energy .list .left li img {
    max-height: 30px;
  }
  .inside-energy .list .left li:last-child {
    border-bottom: 0;
  }
  .inside-energy .list .right {
    margin-top: 30px;
  }
}
.inside-support {
  background: #f4f8fb;
  padding: 1rem 0;
}
.inside-support .list {
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.inside-support .list li {
  padding: 0 0.25rem;
  margin-top: 0.5rem;
  width: 50%;
}
.inside-support .list li .item {
  display: flex;
  min-height: 100%;
  background: #f5faf8;
  padding: 0.3rem;
  border-radius: 0.2rem;
  flex-direction: row-reverse;
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.1);
}
.inside-support .list li .pic {
  width: 53%;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.inside-support .list li .pic img {
  border-radius: 0.2rem;
  transition: all 700ms linear;
}
.inside-support .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.30952381%;
}
.inside-support .list li .text {
  width: 47%;
  padding-right: 0.2rem;
}
.inside-support .list li .tit {
  font-size: 0.2rem;
  font-family: "POPPINS-BOLD";
}
.inside-support .list li .txt {
  color: #616161;
  margin-top: 0.1rem;
  font-size: 0.16rem;
}
.inside-support .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-support {
    padding: 40px 0;
  }
  .inside-support .list li {
    margin-top: 20px;
    width: 100%;
  }
  .inside-support .list li .tit {
    font-size: 16px;
  }
  .inside-support .list li .txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .inside-support .list li .item {
    display: block;
  }
  .inside-support .list li .pic {
    width: 100%;
  }
  .inside-support .list li .text {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}
.inside-industry .index-title,
.inside-industry .text-2 {
  padding-right: 0!important;
  padding-left: 0!important;
  text-align: left!important;
}
.inside-industry .text-2 {
  padding-left: 0;
  padding-right: 0;
}
.inside-delivery {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.inside-delivery .index-title {
  text-align: center;
}
.inside-delivery .text {
  text-align: center;
  padding-top: 0.25rem;
  line-height: 0.3rem;
}
.inside-delivery .list {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.inside-delivery .list li {
  width: 33.333%;
  margin-top: 0.6rem;
  padding: 0 0.2rem;
}
.inside-delivery .list li .item {
  padding: 0.27rem;
  padding-bottom: 0.35rem;
  border-radius: 0.2rem;
  text-align: center;
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.15);
  background: url(../images/delivery-bg.jpg) repeat;
}
.inside-delivery .list li .pic {
  overflow: hidden;
  border-radius: 0.2rem;
}
.inside-delivery .list li .pic img {
  border-radius: 0.2rem;
  transition: all 700ms linear;
}
.inside-delivery .list li .tit {
  padding: 0 0.2rem;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: #065d33;
  line-height: 0.36rem;
  font-weight: 700;
  font-family: "POPPINS-REGULAR";
}
.inside-delivery .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-delivery {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-delivery .text {
    text-align: left;
  }
  .inside-delivery .list li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .inside-delivery .list li {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-lead {
  padding-bottom: 1rem;
  padding-top: 0.8rem;
  background: #f4f8fb;
}
.inside-lead .index-title {
  text-align: center;
}
.inside-lead .table {
  margin-top: 0.5rem;
  border-bottom: solid 1px #b7c7bf;
}
.inside-lead .table table {
  text-align: center;
}
.inside-lead .table th {
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
  background: #065d33;
  padding: 0.13rem 0;
}
.inside-lead .table th,
.inside-lead .table td {
  width: 16.66666667%;
  border-left: solid 1px #b7c7bf;
}
.inside-lead .table td {
  padding: 0.13rem 0;
}
.inside-lead .table .bgcolor {
  background: #ebf5f0;
}
.inside-lead .table .bgcolor td {
  position: relative;
}
.inside-lead .table .bgcolor td:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  height: 1px;
}
.inside-lead .table .bgcolor-2 td {
  background: #fff;
}
.inside-lead .table .bgcolor-2 td {
  position: relative;
}
.inside-lead .table .bgcolor-2 td:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
  position: absolute;
  height: 1px;
}
.inside-lead .table .borderNone {
  border-width: 0;
}
@media (max-width: 1024px) {
  .inside-lead {
    padding: 40px 0;
  }
  .inside-lead .table {
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-lead .table table {
    width: 1000px;
  }
}
.inside-shipping {
  padding: 1rem 0;
}
.inside-shipping .container {
  display: flex;
  justify-content: space-between;
}
.inside-shipping .pic {
  width: 50%;
  border-radius: 0.2rem;
}
.inside-shipping .pic img {
  border-radius: 0.2rem;
}
.inside-shipping .index-title {
  text-align: left;
}
.inside-shipping .text {
  width: 50%;
  padding-top: 0.4rem;
  font-size: 0.18rem;
  padding-right: 0.4rem;
  padding-left: 0.8rem;
}
.inside-shipping .text .t-1 {
  padding: 0.15rem 0;
  padding-left: 0.4rem;
  position: relative;
  border-bottom: solid 1px #ddd;
}
.inside-shipping .text .t-1:before {
  left: 0.15rem;
  top: 0.25rem;
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: #595959;
  border-radius: 50%;
  position: absolute;
}
.inside-shipping .text .nr {
  font-family: "POPPINS-REGULAR";
  padding-top: 0.7rem;
}
@media (max-width: 1024px) {
  .inside-shipping {
    padding: 40px 0;
  }
  .inside-shipping .container {
    display: block;
  }
  .inside-shipping .pic,
  .inside-shipping .text {
    width: 100%;
  }
  .inside-shipping .text {
    font-size: 14px;
    padding: 0;
    padding-top: 30px;
  }
  .inside-shipping .text .nr {
    padding-top: 30px;
  }
}
.inside-trust {
  padding-bottom: 1.2rem;
}
.inside-trust .index-title {
  text-align: center;
}
.inside-trust ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-trust li {
  padding: 0 0.25rem;
  margin-top: 0.5rem;
  width: 33.333%;
}
.inside-trust li .item {
  text-align: center;
  min-height: 3.4rem;
  border-radius: 0.2rem;
  padding: 0.4rem 0 0.15rem;
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.15);
}
.inside-trust li .box {
  margin: 0 auto;
  max-width: 2rem;
  position: relative;
}
.inside-trust li .arrow img {
  max-height: 2rem;
  transition: all 1000ms ease;
}
.inside-trust li .icon {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-trust li .icon img {
  max-height: 0.8rem;
}
.inside-trust li .tit {
  margin-top: 0.1rem;
  font-family: "POPPINS-BOLD";
}
.inside-trust li:hover .arrow img {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .inside-trust {
    padding-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .inside-trust li {
    width: 100%;
  }
}
.inside-ad .text {
  padding-top: 0.14rem;
}
.inside-ad .button {
  margin-top: 0.4rem;
}
.inside-contact {
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}
.inside-contact .list {
  margin: 0 -0.22rem;
  display: flex;
  flex-wrap: wrap;
}
.inside-contact .list li {
  margin-top: 0.5rem;
  padding: 0 0.22rem;
  width: 33.333%;
  display: flex;
}
.inside-contact .list li .item {
  width: 100%;
  color: #212121;
  min-height: 100%;
  background: #f8f8f8;
  text-align: center;
  position: relative;
  transition: all 500ms ease;
  padding: 0.6rem 0.2rem;
  padding-bottom: 0.7rem;
}
.inside-contact .list li .item:after {
  content: "";
  width: 0;
  bottom: 0;
  left: 50%;
  height: 0.06rem;
  position: absolute;
  background: #065d33;
  transition: all 500ms ease;
}
.inside-contact .list li .tu img {
  max-height: 2.28rem;
}
.inside-contact .list li .f22 {
  color: #333;
  margin-top: 0.3rem;
  font-size: 0.22rem;
  font-family: "POPPINS-BOLD";
}
.inside-contact .list li .icon {
  background: #065d33;
  border-radius: 50%;
  margin: 0 auto;
  height: 0.9rem;
  width: 0.9rem;
}
.inside-contact .list li .icon img {
  max-height: 0.9rem;
}
.inside-contact .list li .tit {
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
.inside-contact .list li .txt p {
  margin-top: 0.15rem;
}
.inside-contact .list li .txt a {
  color: #212121;
}
.inside-contact .list li .txt a:hover {
  color: #065d33;
}
@media (min-width: 1025px) {
  .inside-contact .list li:hover .item {
    background: #fff;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  }
  .inside-contact .list li:hover .item:after {
    left: 0;
    width: 100%;
  }
}
.inside-contact .map {
  margin-top: 0.9rem;
}
@media (max-width: 1024px) {
  .inside-contact {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-contact .list li {
    margin-top: 20px;
    width: 100%;
  }
  .inside-contact .list li .item {
    padding: 30px;
  }
  .inside-contact .list li .tit {
    font-size: 16px;
  }
  .inside-contact .map {
    margin-top: 20px;
  }
}
.inside-applications {
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}
.inside-applications .index-title {
  text-align: center;
}
.inside-applications .text-2 {
  color: #333;
  padding: 0 0.6rem;
  padding-top: 0.2rem;
  text-align: center;
  line-height: 0.36rem;
}
.inside-applications .listNews {
  margin: 0 -0.16rem;
  padding-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.inside-applications .listNews li {
  width: 33.33333333%;
  margin-bottom: 0;
  padding: 0 0.16rem;
  margin-top: 0.3rem;
  text-align: left;
}

.inside-applications .listNews li .pic img{
	width:100%;
}

.inside-applications .listNews li .box {
  border-radius: 0.2rem;
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.1);
}
.inside-applications .listNews li .text {
  text-align: left;
  padding-top: 0.25rem;
  padding-bottom: 0.3rem;
}
.inside-applications .listNews li .title {
  font-size: 0.2rem;
  height: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-applications .listNews li .txt {
  font-size: 0.16rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-applications .listNews li .more {
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.inside-applications .listNews li .more img {
  margin-top: 0.07rem;
}
@media (max-width: 1024px) {
  .inside-applications {
    padding: 20px 0 40px 0;
  }
  .inside-applications .text-2 {
    padding: 0;
    display: none;
  }
  .inside-applications .listNews li {
    width: 50%;
  }
  .inside-applications .listNews li .title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .inside-applications .listNews li .txt {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .inside-applications .listNews li .more {
    font-size: 14px;
  }
  .inside-applications .listNews li .more img {
    max-height: 20px;
  }
}
@media (max-width: 440px) {
  .inside-applications .listNews li {
    width: 100%;
  }
}
.inside-capabilities {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
}
.inside-capabilities .index-title {
  text-align: center;
}
.inside-capabilities .table {
  margin-top: 0.4rem;
  border-bottom: solid 1px #b7c7bf;
}
.inside-capabilities .table .bgcolor {
  background: #ebf5f0;
}
.inside-capabilities .table .bgcolor-2 {
  background: #fafafa;
}
.inside-capabilities .table th:first-child,
.inside-capabilities .table td:first-child {
  border-left: 0;
  padding-left: 0.7rem;
  width: 20%;
}
.inside-capabilities .table th:last-child,
.inside-capabilities .table td:last-child {
  width: 24%;
}
.inside-capabilities .table th {
  font-size: 0.2rem;
  padding: 0.15rem 0;
  padding-left: 0.3rem;
}
.inside-capabilities .table th {
  color: #fff;
  text-align: left;
  background: #065d33;
}
.inside-capabilities .table th,
.inside-capabilities .table td {
  width: 14%;
  border-left: solid 1px #b7c7bf;
}
.inside-capabilities .table td {
  position: relative;
  padding: 0.13rem 0;
  padding-left: 0.3rem;
}
.inside-capabilities .table td:after {
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 0.02rem;
  background: #fff;
  position: absolute;
}
@media (max-width: 1024px) {
  .inside-capabilities .table {
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-capabilities .table table {
    width: 1000px;
  }
}
.inside-capabilities-top {
  padding-top: 0.5rem;
}
.inside-capabilities-top .table td:first-child {
  width: 44%!important;
}
.inside-capabilities-top .table td {
  width: 28%!important;
}
.inside-menu-2 {
  margin-top: 0.9rem;
}
.inside-menu-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  justify-content: center;
}
.inside-menu-2 li {
  width: 20%;
  padding: 0 0.1rem;
}
.inside-menu-2 li a {
  display: block;
  width: 100%;
  background: #fff;
  height: 0.5rem;
  text-align: center;
  line-height: 0.48rem;
  border: solid 1px #d1d1d1;
  border-radius: 0.3rem;
  transition: all 500ms ease;
}
.inside-menu-2 .cur a {
  color: #fff;
  border-color: #065d33;
  background: #065d33;
}
.inside-equipment {
  background: #f4f8fb;
  padding: 0.8rem 0 0.9rem 0;
}
.inside-equipment .index-title {
  text-align: center;
}
.inside-equipment .text {
  padding-top: 0.3rem;
}
.inside-equipment .list {
  position: relative;
  margin-top: 0.45rem;
}
.inside-equipment .list .pic {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
.inside-equipment .list .pic img {
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  transition: all 700ms linear;
}
.inside-equipment .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.18061674%;
}
.inside-equipment .list .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #fff;
  font-size: 0.2rem;
  height: 0.65rem;
  line-height: 0.65rem;
  padding: 0 0.1rem;
  text-align: center;
  font-family: "POPPINS-BOLD";
  background: #065d33;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
.inside-equipment .list .item:hover .pic img {
  transform: scale(1.1);
}
.inside-equipment .swiper-button-prev,
.inside-equipment .swiper-button-next {
  transition: all 500ms ease;
  width: 0.54rem;
  height: 0.54rem;
}
.inside-equipment .swiper-button-prev:after,
.inside-equipment .swiper-button-next:after {
  font-size: 0;
}
.inside-equipment .swiper-button-prev {
  left: -0.8rem;
  background: url(../images/prev-2.png) no-repeat top left;
  background-size: cover;
}
.inside-equipment .swiper-button-prev:hover {
  background: url(../images/prev-h.png) no-repeat top left;
  background-size: cover;
}
.inside-equipment .swiper-button-next {
  right: -0.8rem;
  background: url(../images/next-2.png) no-repeat top left;
  background-size: cover;
}
.inside-equipment .swiper-button-next:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-equipment {
    padding: 40px 0;
  }
  .inside-equipment .swiper-button-prev {
    left: 20px;
  }
  .inside-equipment .swiper-button-next {
    right: 20px;
  }
}
.inside-equipment-2 .list .pic:after {
  padding-bottom: 55%;
}
.inside-faq {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}
.inside-faq .nr {
  margin-bottom: 0.6rem;
}
.inside-faq .list {
  margin-top: 0.5rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.inside-faq .list .liDiv {
  padding: 0 0.2rem 0.4rem 0.2rem;
}
.inside-faq .list .col-2 {
  width: 50%;
}
.inside-faq .list .box {
  display: block;
  min-height: 100%;
  background-color: #fff;
  box-shadow: 0rem 0.01rem 0.05rem #dddddd;
  position: relative;
}
.inside-faq .list .hd {
  height: 0.8rem;
  display: flex;
  align-items: center;
  position: relative;
}
.inside-faq .list .hd .icon {
  top: 50%;
  transform: translateY(-50%);
  transition: transform .5s;
  display: block;
  position: absolute;
  right: 0.2rem;
}
.inside-faq .list .hd .icon::after {
  right: 0;
  top: 0;
  content: "";
  width: 0.14rem;
  height: 0.02rem;
  position: absolute;
  background: #065d33;
}
.inside-faq .list .hd .icon:before {
  right: 0.06rem;
  top: -0.06rem;
  content: "";
  width: 0.02rem;
  height: 0.14rem;
  position: absolute;
  background: #065d33;
}
.inside-faq .list .title {
  width: 100%;
  color: #212121;
  overflow: hidden;
  height: 0.6rem;
  display: flex;
  align-items: center;
  font-family: "POPPINS-REGULAR";
  padding-right: 0.4rem;
  padding-left: 0.65rem;
  line-height: 0.3rem;
}
.inside-faq .list .title img {
  max-height: 0.4rem;
}
.inside-faq .list .title .tu {
  top: 50%;
  left: 0.14rem;
  transform: translateY(-50%);
  position: absolute;
}
.inside-faq .list .bd {
  display: none;
  padding: 0 0.3rem 0.3rem 0.65rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 1.8;
}
.inside-faq .list .bd p {
  padding-bottom: 0.1rem;
}
.inside-faq .list .send {
  padding-top: 0.5rem;
}
.inside-faq .list .send a {
  margin-left: 0.1rem;
  float: right;
}
.inside-faq .list .send a svg {
  fill: #fff;
}
.inside-faq .list .active .hd .icon:before {
  display: none;
}
@media (max-width: 1024px) {
  .inside-faq {
    padding: 20px 0;
  }
  .inside-faq .nr {
    margin-bottom: 20px;
  }
  .inside-faq .list .col-2 {
    width: 100%;
  }
  .inside-faq .list .bd {
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
  }
  .inside-faq .list .box {
    padding: 15px 0;
  }
  .inside-faq .list .hd {
    height: auto;
    min-height: 40px;
  }
  .inside-faq .list .title {
    height: auto;
  }
}
.inside-faq-2 .index-title {
  text-align: center;
}
@media (max-width: 1024px) {
  .inside-faq-2 {
    padding-top: 40px;
  }
}
.inside-multilayer {
  padding: 0.5rem 0;
}
.inside-multilayer .container {
  display: flex;
  justify-content: space-between;
}
.inside-multilayer .left {
  width: 50%;
}
.inside-multilayer .left .text {
  padding-top: 0.2rem;
}
.inside-multilayer .left .t-1 {
  margin-top: 0.2rem;
  padding-left: 0.35rem;
  position: relative;
}
.inside-multilayer .left .t-1 img {
  top: 0;
  left: 0;
  position: absolute;
  max-height: 0.24rem;
}
.inside-multilayer .left .button {
  margin-top: 0.5rem;
}
.inside-multilayer .right {
  width: 40%;
}
@media (max-width: 1024px) {
  .inside-multilayer {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-multilayer .container {
    display: block;
  }
  .inside-multilayer .left {
    width: 100%;
  }
  .inside-multilayer .right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    border: solid 1px #eee;
  }
}
.inside-process {
  background: #f4f8fb;
}
.inside-process .index-title {
  text-align: left;
}
.inside-process .table td:first-child,
.inside-process .table th:first-child {
  width: 26%;
}
.inside-process .table td:last-child,
.inside-process .table th:last-child {
  width: auto;
}
.inside-choose {
  padding: 0.8rem 0;
  background: #f4f8fb;
}
.inside-choose .index-title {
  text-align: center;
}
.inside-choose .text {
  padding-top: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
}
.inside-choose .text span {
  display: block;
}
.inside-choose .green {
  text-align: center;
  color: #065d33;
  font-family: "POPPINS-BOLD";
  padding-top: 0.2rem;
}
.inside-choose .list {
  margin-top: 0.5rem;
  font-family: "POPPINS-REGULAR";
}
.inside-choose .list ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 0.8rem;
  justify-content: space-between;
}
.inside-choose .list li .icon img {
  max-height: 0.8rem;
}
.inside-choose .list li .tit {
  margin-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-choose {
    padding: 40px 0;
  }
  .inside-choose .list {
    margin-top: 10px;
  }
  .inside-choose .list ul {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-choose .list li {
    width: 50%;
    padding: 0 15px;
    padding-top: 20px;
  }
}
.inside-quality .text p {
  padding-top: 0.1rem;
}
.inside-quality .list li .item {
  border-radius: 0.1rem;
  border-top-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.inside-quality .list li .pic {
  border-radius: 0.1rem;
  border-top-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.inside-quality .list li .pic img {
  border-radius: 0.1rem;
  border-top-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
@media (max-width: 1024px) {
  .inside-quality .list li {
    margin-top: 0.4rem;
  }
}
.inside-quality-2 {
  padding: 0.9rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-quality-2 .index-title {
  color: #fff;
  text-align: center;
}
.inside-quality-2 .list {
  margin-top: 0.4rem;
}
.inside-quality-2 .list .item {
  padding: 0.16rem;
  padding-bottom: 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
}
.inside-quality-2 .list .pic {
  border: solid 1px #c6e2eb;
  border-radius: 0.1rem;
}
.inside-quality-2 .list .pic img {
  border-radius: 0.1rem;
}
.inside-quality-2 .list .tit {
  overflow: hidden;
  margin-top: 0.3rem;
  height: 0.6rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  font-family: "POPPINS-BOLD";
}
.inside-quality-2 .list .tit,
.inside-quality-2 .list .txt {
  padding: 0 0.1rem;
}
.inside-quality-2 .list .txt {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  font-family: "POPPINS-REGULAR";
}
.inside-quality-2 .list-2 {
  color: #fff;
  position: relative;
  margin: 0 2rem;
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0.12rem;
  font-family: "POPPINS-REGULAR";
}
.inside-quality-2 .list-2:after {
  content: "";
  left: 50%;
  width: 81%;
  top: 0.2rem;
  height: 0.03rem;
  position: absolute;
  transform: translateX(-52%);
  background: url(../images/quality-line.png) repeat-x;
}
.inside-quality-2 .list-2 .item {
  cursor: pointer;
}
.inside-quality-2 .list-2 .num span {
  color: #1b1a1a;
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  line-height: 0.4rem;
  text-align: center;
  transition: all 500ms ease;
  position: relative;
}
.inside-quality-2 .list-2 .num span:after {
  content: "";
  top: 0.1rem;
  left: 0.1rem;
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 0;
  transition: all 500ms ease;
  background: url(../images/gou-2.png) no-repeat center center;
  background-size: cover;
}
.inside-quality-2 .list-2 .tit {
  margin-top: 0.15rem;
}
.inside-quality-2 .list-2 .swiper-slide {
  width: 1.5rem;
  white-space: nowrap;
}
.inside-quality-2 .list-2 .swiper-slide:nth-child(5) {
  width: 2.1rem;
}
.inside-quality-2 .list-2 .swiper-slide:nth-child(6) {
  width: 2.1rem;
}
.inside-quality-2 .list-2 .swiper-slide-thumb-active .num span {
  font-size: 0;
  background-color: #065d33;
}
.inside-quality-2 .list-2 .swiper-slide-thumb-active .num span:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-quality-2 {
    padding: 40px 0;
  }
  .inside-quality-2 .list .txt {
    font-size: 14px;
  }
  .inside-quality-2 .list-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }
}
.inside-certified {
  padding: 0.85rem 0;
  background: #f4f8fb;
}
.inside-certified .index-title {
  text-align: center;
}
.inside-certified .list {
  margin-top: 0.4rem;
}
.inside-certified .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-certified .list li {
  text-align: center;
}
.inside-certified .list li .icon img {
  max-height: 1.2rem;
}
.inside-certified .list li .tit {
  margin-top: 0.2rem;
  font-family: "POPPINS-BOLD";
}
.inside-certified .button {
  margin-top: 0.4rem;
  text-align: center;
}
.inside-contents {
  padding: 0.85rem 0 1.2rem 0;
}
.inside-contents .index-title {
  text-align: center;
}
.inside-contents .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-contents .list li {
  width: 33.333%;
  padding: 0 0.2rem;
  margin-top: 0.4rem;
}
.inside-contents .list li .item {
  position: relative;
  transition: all 500ms linear;
  padding-bottom: 0.3rem;
  padding-right: 0.3rem;
  padding-left: 1.2rem;
  border-radius: 0.1rem;
  padding-top: 0.6rem;
  transition: all 500ms ease;
  box-shadow: 0 0 0.13rem rgba(58, 81, 27, 0.14);
  background: url(../images/delivery-bg.jpg) repeat;
}
.inside-contents .list li .num {
  top: 0;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
  width: 0.7rem;
  height: 0.8rem;
  left: 0.3rem;
  position: absolute;
  line-height: 0.8rem;
  font-family: "POPPINS-BOLD";
  background: #065d33;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.inside-contents .list li .tit {
  position: relative;
  font-family: "POPPINS-BOLD";
  height: 0.64rem;
  font-size: 0.22rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-contents .list li .expand {
  font-size: 0.14rem;
  margin-top: 0.15rem;
}
.inside-contents .list li .expand a {
  display: block;
  color: #065d33;
}
.inside-contents .list li .expand i {
  margin-left: 0.15rem;
  width: 0.12rem;
  height: 0.12rem;
  font-style: normal;
  display: inline-block;
  transform: rotate(45deg);
  border-right: solid 1px #065d33;
  border-bottom: solid 1px #065d33;
}
.inside-contents .list li .nr {
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  display: none;
  font-size: 0.16rem;
  line-height: 0.22rem;
  padding-top: 1.4rem;
  padding-right: 0.3rem;
  padding-left: 0.45rem;
  height: 4.2rem;
  border-radius: 0.1rem;
  position: absolute;
  background: #065d33;
}
.inside-contents .list li .scroll {
  height: 2.3rem;
  overflow: auto;
}
.inside-contents .list li .scroll .t-1 {
  margin-bottom: 0.1rem;
  padding-left: 0.2rem;
  position: relative;
}
.inside-contents .list li .scroll .t-1:before {
  top: 0.08rem;
  left: 0;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  position: absolute;
  background: #fff;
}
.inside-contents .list .item:hover .nr {
  display: block;
}
.inside-contents .list .item:hover .tit,
.inside-contents .list .item:hover .num {
  z-index: 2;
}
.inside-contents .list .item:hover .tit {
  color: #fff;
}
.inside-contents .list .item:hover .num {
  color: #065d33;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .inside-contents {
    padding: 40px 0 50px 0;
  }
  .inside-contents .list li {
    width: 50%;
  }
  .inside-contents .list li .expand {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inside-contents .list li {
    width: 100%;
  }
  .inside-contents .list li .tit {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
  .inside-contents .list li .nr {
    font-size: 14px;
    line-height: 22px;
    height: 310px;
    padding-top: 100px;
  }
  .inside-contents .list li .scroll {
    height: 180px;
  }
}
.inside-surface {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
.inside-surface .index-title {
  text-align: center;
}
.inside-surface .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-surface .list li {
  width: 25%;
  display: flex;
  padding: 0 0.25rem;
  margin-top: 1.5rem;
}
.inside-surface .list li .iconbox {
  position: relative;
  top: -1.05rem;
}
.inside-surface .list li .icon {
  top: 50%;
  left: 50%;
  margin: 0 auto;
  max-width: 1.78rem;
  position: absolute;
  border-radius: 50%;
  border: solid 0.04rem #065d33;
  transform: translate(-50%, -50%);
}
.inside-surface .list li .icon img {
  border-radius: 50%;
  max-height: 1.7rem;
}
.inside-surface .list li .arrow img {
  max-height: 2.3rem;
  transition: all 2000ms ease;
}
.inside-surface .list li .item {
  min-height: 100%;
  width: 100%;
  text-align: center;
  padding-bottom: 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(41, 93, 176, 0.25);
}
.inside-surface .list li .tit {
  padding: 0 0.5rem;
  margin-top: -1rem;
  font-family: "POPPINS-BOLD";
}
.inside-surface .list li:hover .arrow img {
  transform: scale(0.9);
}
@media (max-width: 1024px) {
  .inside-surface {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .inside-surface .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-surface .list li {
    width: 100%;
  }
}
.inside-surface-2 {
  padding-bottom: 1.1rem;
  padding-top: 0.8rem;
  background: #f4f8fb;
}
.inside-surface-2 .index-title,
.inside-surface-2 .text {
  text-align: center;
}
.inside-surface-2 .text {
  padding-top: 0.2rem;
}
.inside-surface-2 .table {
  margin-top: 0.5rem;
}
.inside-surface-2 .table th,
.inside-surface-2 .table td {
  width: 40%;
  text-align: left;
  padding-left: 0.45rem;
  border-left: solid 0.08rem #f4f8fb;
}
.inside-surface-2 .table th {
  padding-bottom: 0.47rem;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 0.24rem;
  line-height: 0.38rem;
  font-family: "POPPINS-BOLD";
}
.inside-surface-2 .table th:first-child {
  border-left: 0;
  padding-top: 0.9rem;
  padding-bottom: 0.1rem;
}
.inside-surface-2 .table td:first-child {
  border-left: 0;
  font-size: 0.19rem;
  padding-top: 0.3rem;
  font-family: "POPPINS-REGULAR";
}
.inside-surface-2 .table th:first-child,
.inside-surface-2 .table td:first-child {
  width: 20%;
}
.inside-surface-2 .table td {
  padding-right: 0.3rem;
  vertical-align: top;
}
.inside-surface-2 .table .item {
  padding: 0.1rem;
  padding-bottom: 0.15rem;
  position: relative;
}
.inside-surface-2 .table .item .icon {
  left: 0;
  top: 0.22rem;
  position: absolute;
}
.inside-surface-2 .table .item .icon img {
  max-height: 0.26rem;
}
.inside-surface-2 .table .item .t-1 {
  padding-left: 0.5rem;
  position: relative;
  margin-top: 0.1rem;
}
.inside-surface-2 .table .item .t-1:before {
  top: 0.11rem;
  left: 0.3rem;
  position: absolute;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #fff;
  border-radius: 50%;
}
.inside-surface-2 .table .bg1 {
  background: #fff;
}
.inside-surface-2 .table .bg2 {
  color: #fff;
  background: #065d33;
}
.inside-surface-2 .table .bg3 {
  color: #fff;
  background: #9da0a3;
  padding-bottom: 0.47rem;
}
.inside-surface-2 .table .bg4 {
  background: #f7f9f8;
}
.inside-surface-2 .table .bg5 {
  color: #fff;
  padding-left: 0.5rem;
  background: #307755;
}
.inside-surface-2 .table .bg6 {
  color: #fff;
  background: #a9adae;
}
@media (max-width: 1024px) {
  .inside-surface-2 .table {
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-surface-2 .table table {
    width: 1000px;
  }
}
.inside-surface-3 {
  padding-bottom: 1.1rem;
  padding-top: 0.8rem;
}
.inside-surface-3 .index-title {
  text-align: center;
}
.inside-surface-3 .table {
  margin-top: 0.5rem;
}
.inside-surface-3 .table th,
.inside-surface-3 .table td {
  width: 10.5%;
  text-align: left;
  padding: 0.16rem 0.2rem;
  padding-right: 0;
  background: #ebf0ed;
  border-left: 0.06rem solid #ffffff;
}
.inside-surface-3 .table th img,
.inside-surface-3 .table td img {
  max-height: 0.2rem;
}
.inside-surface-3 .table th:first-child,
.inside-surface-3 .table td:first-child {
  width: 15.5%;
  font-size: 0.2rem;
  font-family: "POPPINS-BOLD";
}
.inside-surface-3 .table th {
  padding-bottom: 0.2rem;
  padding-top: 0.4rem;
  font-size: 0.2rem;
  font-weight: normal;
  color: #065d33;
  font-family: "POPPINS-BOLD";
}
.inside-surface-3 .table .bg td {
  background: #dfe6e3;
}
.inside-surface-3 .table .img1 img {
  max-height: 0.28rem;
}
@media (max-width: 1024px) {
  .inside-surface-3 {
    padding: 40px 0;
  }
  .inside-surface-3 .table {
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-surface-3 .table table {
    width: 1000px;
  }
}
.inside-about .index-title {
  text-align: center;
}
.inside-about .text {
  padding-top: 0.15rem;
  line-height: 0.36rem;
}
.inside-about .text p {
  padding-top: 0.1rem;
}
.inside-about .numlist {
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 0.4rem;
}
.inside-about .numlist li .counter {
  font-family: "POPPINS-REGULAR";
}
.inside-about .numlist li em {
  font-weight: 700;
  font-size: 0.5rem;
}
.inside-about .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-about .list li {
  width: 50%;
  padding: 0 0.25rem;
}
.inside-about .list li .item {
  position: relative;
}
.inside-about .list li .pic {
  border-radius: 0.2rem;
}
.inside-about .list li .pic img {
  border-radius: 0.2rem;
}
.inside-about .list li .nr {
  top: 50%;
  left: 0;
  z-index: 3;
  color: #fff;
  width: 100%;
  padding: 0.6rem;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.inside-about .list li .tit {
  font-size: 0.46rem;
  line-height: 0.72rem;
  font-family: "POPPINS-BOLD";
}
.inside-about .list li .txt {
  margin-top: 0.3rem;
}
.inside-about .list li .videobtn img {
  max-height: 1.2rem;
}
@media (max-width: 1024px) {
  .inside-about {
    padding-top: 20px;
  }
  .inside-about .list li {
    width: 100%;
    margin-top: 0.5rem;
  }
  .inside-about .list li .tit {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-about .list li .txt {
    overflow: auto;
    height: 72px;
    line-height: 24px;
  }
  .inside-about .list li .nr {
    padding: 30px;
  }
}
.history {
  background: #f4f8fb;
  overflow: hidden;
  position: relative;
  padding: 0.9rem 0 0.6rem 0;
}
.history .index-title {
  text-align: center;
}
.history .container {
  overflow: hidden;
}
.history .swiper-button-prev,
.history .swiper-button-next {
  opacity: 1;
  cursor: pointer;
  width: 0.54rem;
  height: 0.54rem;
  position: absolute;
  z-index: 99;
  top: 0.15rem;
  transition: all 500ms ease;
  border-radius: 50%;
}
.history .swiper-button-prev:after,
.history .swiper-button-next:after {
  font-size: 0;
}
.history .swiper-button-prev {
  left: 0rem;
  background: url(../images/prev-2.png) no-repeat top left;
  background-size: cover;
}
.history .swiper-button-prev:hover {
  background: url(../images/prev-h.png) no-repeat top left;
  background-size: cover;
}
.history .swiper-button-next {
  right: 0rem;
  background: url(../images/next-2.png) no-repeat top left;
  background-size: cover;
}
.history .swiper-button-next:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
.history .nr {
  position: relative;
}
.history .conTabs {
  margin-top: 0.5rem;
}
.history .conTabs .hezi {
  display: flex;
}
.history .conTabs .swiper-slide {
  width: 100%;
}
.history .conTabs .swiper-container {
  overflow: inherit;
}
.history .conTabs .pic {
  width: 44.5%;
  border-radius: 0.2rem;
  position: relative;
  
}

.history .conTabs .pic span {
  z-index: 3;
  position: relative;
  overflow:hidden;
}

.history .conTabs .pic span:after {
    content: '';
    display: block;
    padding-bottom: 61.41906874%;
}


.history .conTabs .pic img {
  border-radius: 0.2rem;
}
.history .conTabs .text {
  width: 50%;
  padding-top: 0.2rem;
  padding-left: 1rem;
  position: relative;
}
.history .conTabs .text .yearDiv {
  z-index: 2;
  position: relative;
  font-family: "POPPINS-BOLD";
  font-size: 0.34rem;
  color: #065d33;
  margin-bottom: 0.4rem;
}
.history .conTabs .text .num {
  top: 0;
  left: 0.5rem;
  color: #ebeff2;
  filter: blur(5px);
  line-height: 2rem;
  font-size: 2rem;
  position: absolute;
  font-family: "POPPINS-BOLD";
}
.history .conTabs .text .nr {
  z-index: 2;
  line-height: 0.36rem;
  position: relative;
}
.history .menuTabs {
  padding: 0 0.6rem;
  padding-bottom: 0.1rem;
  margin-top: 0.6rem;
  position: relative;
}
.history .menuTabs:before {
  content: "";
  height: 1px;
  left: 0;
  width: 100%;
  top: 0.14rem;
  position: absolute;
  margin: auto;
  display: block;
  background: linear-gradient(to right, #ecf3f5, #b4b8b9, #ecf3f5);
}
.history .menuTabs .list .year {
  color: #909090;
  text-align: center;
  padding-top: 0.2rem;
  font-weight: 700;
  font-family: "POPPINS-REGULAR";
}
.history .menuTabs .list .swiper-slide {
  width: 10%;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  float: left;
}
.history .menuTabs .list .box {
  padding-top: 0.2rem;
  cursor: pointer;
  position: relative;
}
.history .menuTabs .list .box:hover {
  color: #065d33;
}
.history .menuTabs .list .icon {
  top: 0;
  left: 50%;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.history .menuTabs .list .icon:after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #909090;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history .menuTabs .swiper-slide-thumb-active .year {
  color: #065d33;
}
.history .menuTabs .swiper-slide-thumb-active .icon:after {
  background: #065d33;
}
@media (max-width: 1024px) {
  .history {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .history .conTabs {
    margin-top: 30px;
  }
  .history .conTabs .hezi {
    display: block;
  }
  .history .conTabs .swiper-container {
    overflow: hidden;
    padding-bottom: 15px;
  }
  .history .conTabs .text .yearDiv {
    margin-bottom: 0;
  }
  .history .conTabs .pic {
    width: 100%;
  }
  .history .conTabs .text {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .history .conTabs .text .nr {
    line-height: 24px;
    height: 120px;
    overflow: auto;
  }
  .history .swiper-button-prev,
  .history .swiper-button-next {
    top: 10px;
  }
  .history .swiper-button-prev {
    left: 0;
  }
  .history .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 640px) {
  .history .conTabs .hezi {
    display: block;
  }
  .history .conTabs .pic {
    width: 100%;
  }
  .history .conTabs .text {
    width: 100%;
    text-align: center;
  }
  .history .menuTabs {
    margin-top: 0;
  }
}
.inside-misson {
  color: #fff;
  display: flex;
  height: 4rem;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.inside-misson .xz-misson{
	width: 40%;
	text-align: left;
	float:right;
}

.inside-misson .index-title {
  color: #fff;
}
.inside-misson .text {
  /* padding: 0 1.4rem; */
  padding-top: 0.3rem;
}
.inside-arganizational {
  padding: 0.9rem 0;
}
.inside-arganizational .index-title {
  text-align: center;
}
.inside-arganizational .pic {
  text-align: center;
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .inside-arganizational {
    padding: 40px 0;
  }
  .inside-misson{
	  background-image: url(/template/index/pc/images/about-bg-2-1.jpg)!important;
  }
  
	.inside-misson .xz-misson{
		width: 100%;
		text-align: center;	
	}  
  
}
.inside-team {
  padding: 0.9rem 0;
  background: #fff;
}
.inside-team .index-title {
  text-align: center;
}
.inside-team ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
.inside-team li {
  width: 25%;
  padding: 0 0.16rem;
  margin-top: 0.32rem;
}
.inside-team li .item {
  border-radius: 0.2rem;
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.12);
}
.inside-team li .pic {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.inside-team li .pic img {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.inside-team li .text {
  background: #fff;
  padding: 0.3rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.inside-team li .tit {
  font-weight: 700;
  font-size: 0.24rem;
  font-family: "POPPINS-REGULAR";
}
.inside-team li .tag {
  margin-top: 0.15rem;
}
.inside-team li .tag span {
  line-height: 0.32rem;
  padding: 0 0.15rem;
  color: #065d33;
  background: #cddfd6;
  border-radius: 0.05rem;
  display: inline-block;
}
.inside-team li .txt {
  color: #666;
  margin-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-team li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-team li {
    width: 100%;
  }
  .inside-team li .pic img {
    width: 100%;
  }
}
.inside-ygfc {
  position: relative;
  padding: 1rem 0;
}
.inside-ygfc .index-title {
  text-align: center;
}
.inside-ygfc .list {
  margin-top: 0.3rem;
}
.inside-ygfc .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-ygfc .list li {
  width: 50%;
  padding: 0.15rem;
}
.inside-ygfc .list li .pic {
  overflow: hidden;
  border-radius: 0.1rem;
}
.inside-ygfc .list li .pic img {
  border-radius: 0.1rem;
  transition: all 700ms linear;
}
.inside-ygfc .list li:nth-child(2) .item:first-child {
  margin-bottom: 0.3rem;
}
.inside-ygfc .list li .item:hover .pic img {
  transform: scale(1.1);
}
.inside-customers {
  background: #f4f8fb;
  padding: 0.8rem 0 1.1rem 0;
}
.inside-customers .index-title {
  text-align: center;
}
.inside-customers .text {
  text-align: center;
  margin-top: 0.2rem;
}
.inside-customers .list {
  margin-top: 0.4rem;
}
.inside-customers .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-customers .list-2 {
  margin-top: 0.6rem;
  padding: 0 1.1rem;
  position: relative;
}
.inside-customers .list-2 svg {
  width: 0.16rem;
  height: 0.16rem;
}
.inside-customers .list-2 .item {
  display: flex;
  align-items: flex-start;
}
.inside-customers .list-2 .picbox {
  width: 31.7%;
  position: relative;
}
.inside-customers .list-2 .picbox .pic {
  border-radius: 0.1rem;
}
.inside-customers .list-2 .picbox .pic img {
  border-radius: 0.1rem;
}
.inside-customers .list-2 .picbox .dot {
  bottom: 0;
  right: 0.4rem;
  line-height: 0.78rem;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  text-align: center;
  background: #065d33;
  border-top-left-radius: 0.4rem;
}
.inside-customers .list-2 .picbox .dot img {
  vertical-align: middle;
  max-height: 0.3rem;
}
.inside-customers .list-2 .text {
  width: 70%;
  z-index: 5;
  min-height: 3.8rem;
  margin-top: 0.3rem;
  margin-left: -0.4rem;
  position: relative;
  padding: 0.35rem;
  padding-top: 0.5rem;
  text-align: left;
  background: #fff;
  border-radius: 0.1rem;
  font-family: "POPPINS-REGULAR";
}
.inside-customers .list-2 .p-1 {
  line-height: 0.32rem;
  height: 1.92rem;
  overflow: auto;
}
.inside-customers .list-2 .p-2 {
  margin-top: 0.3rem;
}
.inside-customers .list-2 .p-2 em,
.inside-customers .list-2 .p-2 span {
  color: #929597;
  font-style: normal;
}
.inside-customers .list-2 .p-3 {
  margin-top: 0.1rem;
}
.inside-customers .swiper-button-prev,
.inside-customers .swiper-button-next {
  cursor: pointer;
  z-index: 9;
  width: 0.54rem;
  height: 0.54rem;
  position: absolute;
  transition: all 500ms ease;
}
.inside-customers .swiper-button-prev:after,
.inside-customers .swiper-button-next:after {
  font-size: 0;
}
.inside-customers .swiper-button-prev {
  left: 0.15rem;
  background: url(../images/prev-2.png) no-repeat top left;
  background-size: cover;
}
.inside-customers .swiper-button-prev:hover {
  background: url(../images/prev-h.png) no-repeat top left;
  background-size: cover;
}
.inside-customers .swiper-button-next {
  right: 0.15rem;
  background: url(../images/next-2.png) no-repeat top left;
  background-size: cover;
}
.inside-customers .swiper-button-next:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-customers .list ul {
    justify-content: flex-start;
  }
  .inside-customers .list li {
    width: 20%;
    padding: 0 10px;
  }
  .inside-customers .list-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inside-customers .list-2 .item {
    display: block;
  }
  .inside-customers .list-2 .picbox {
    width: 100%;
    margin: 0 auto;
    max-width: 330px;
  }
  .inside-customers .list-2 .picbox .dot {
    right: 0;
  }
  .inside-customers .list-2 .text {
    width: 100%;
    margin-left: 0;
  }
  .inside-customers .list-2 .swiper-button-prev,
  .inside-customers .list-2 .swiper-button-next {
    top: 30%;
  }
}
.inside-assembly {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.inside-assembly .container {
  display: flex;
  justify-content: space-between;
}
.inside-assembly .left {
  width: 50%;
}
.inside-assembly .left .index-title {
  line-height: 0.72rem;
}
.inside-assembly .left .text {
  padding-top: 0.3rem;
  line-height: 0.36rem;
}
.inside-assembly .right {
  width: 46.5%;
}
@media (max-width: 1024px) {
  .inside-assembly {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-assembly .container {
    display: block;
  }
  .inside-assembly .left,
  .inside-assembly .right {
    width: 100%;
  }
  .inside-assembly .left .index-title {
    line-height: 30px;
  }
  .inside-assembly .left .text {
    line-height: 24px;
  }
  .inside-assembly .right {
    margin-top: 30px;
  }
}
.inside-assembly-2 {
  background: #f5faf8;
  padding: 1rem 0;
}
.inside-assembly-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-assembly-2 li {
  width: 50%;
  display: flex;
  padding: 0 0.2rem;
  margin-top: 0.3rem;
}
.inside-assembly-2 li .item {
  display: flex;
  width: 100%;
  min-height: 100%;
  background: #fff;
  min-height: 1.2rem;
  padding: 0.25rem 0.35rem;
  padding-right: 0;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.08rem rgba(3, 17, 33, 0.07);
}
.inside-assembly-2 li .icon {
  width: 0.7rem;
  height: 0.7rem;
}
.inside-assembly-2 li .icon img {
  max-height: 0.7rem;
}
.inside-assembly-2 li .text {
  width: 85%;
  padding-left: 0.2rem;
}
.inside-assembly-2 li .tit {
  font-size: 0.24rem;
  font-family: "POPPINS-BOLD";
}
.inside-assembly-2 li .txt {
  margin-top: 0.05rem;
}
.inside-assembly-2 li:first-child .item {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .inside-assembly-2 {
    padding: 40px 0;
  }
  .inside-assembly-2 ul {
    display: block;
    margin-top: 20px;
  }
  .inside-assembly-2 li {
    width: 100%;
  }
  .inside-assembly-2 li:first-child .item {
    min-height: auto;
  }
}
.inside-assembly-3 {
  padding: 0.8rem 0;
}
.inside-assembly-3 .index-title {
  text-align: center;
}
.inside-assembly-3 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-assembly-3 .list li {
  width: 33.333%;
  padding: 0 0.2rem;
  margin-top: 0.4rem;
  text-align: center;
}
.inside-assembly-3 .list li .item {
  border-radius: 0.2rem;
  padding: 0.25rem 0.3rem;
  padding-bottom: 0;
  background: linear-gradient(to bottom, #fbfdfc, #e9f5ef);
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.12);
}
.inside-assembly-3 .list li .tit {
  color: #333;
  margin-top: 0.1rem;
  height: 0.8rem;
  font-size: 0.2rem;
  line-height: 0.8rem;
  font-family: "POPPINS-BOLD";
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-assembly-3 .list li .tit:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: linear-gradient(to right, #e4f1eb, #abcbbb, #e4f1eb);
}
.inside-assembly-3 .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-assembly-3 .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.96296296%;
}
.inside-assembly-3 .list li .pic img {
  transition: all 700ms ease;
}
.inside-assembly-3 .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-assembly-3 {
    padding: 40px 0;
  }
  .inside-assembly-3 .list li {
    width: 50%;
  }
}
.inside-assembly-4 {
  padding-bottom: 1.1rem;
  padding-top: 0.9rem;
  background: #f5faf8;
}
.inside-assembly-4 .index-title {
  text-align: center;
}
.inside-assembly-4 .list {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.inside-assembly-4 .tabnav {
  width: 37.5%;
}
.inside-assembly-4 .tabnav li {
  cursor: pointer;
  font-weight: 700;
  padding-left: 1.05rem;
  font-family: "POPPINS-REGULAR";
  font-size: 0.22rem;
  color: #065d33;
  display: flex;
  background: #fff;
  align-items: center;
  height: 1rem;
  position: relative;
  transition: all 500ms ease;
  border-top: solid 1px #e6e6e6;
}
.inside-assembly-4 .tabnav li .icon {
  top: 0.2rem;
  left: 0.35rem;
  width: 0.57rem;
  height: 0.57rem;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  background: #065d33;
}
.inside-assembly-4 .tabnav li .icon img {
  max-height: 0.57rem;
}
.inside-assembly-4 .tabnav li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.inside-assembly-4 .tabnav li:first-child {
  border-top: 0;
}
.inside-assembly-4 .tabnav .active {
  color: #fff;
  background: #065d33;
}
.inside-assembly-4 .tabnav .active .icon {
  background: #fff;
}
.inside-assembly-4 .tabnav .active .img1 {
  opacity: 0;
}
.inside-assembly-4 .tabnav .active .img2 {
  opacity: 1;
}
.inside-assembly-4 .tabbox {
  width: 62.5%;
}
.inside-assembly-4 .tabcot {
  display: none;
  position: relative;
}
.inside-assembly-4 .tabcot.show {
  display: block;
}
.inside-assembly-4 .tabcot .text {
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.35rem;
  position: absolute;
  border-bottom-right-radius: 0.1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(6, 93, 51, 0.67));
}
.inside-assembly-4 .tabcot .pic {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.inside-assembly-4 .tabcot .pic img {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.inside-assembly-4 .tabcot .tit {
  font-size: 0.3rem;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .inside-assembly-4 {
    padding: 40px 0;
  }
  .inside-assembly-4 .list {
    display: block;
  }
  .inside-assembly-4 .tabnav,
  .inside-assembly-4 .tabbox {
    width: 100%;
  }
}
.index-sbzs {
  padding: 0.9rem 0;
  overflow: hidden;
  background: #f4f8fb;
}
.index-sbzs .index-title {
  text-align: left;
}
.index-sbzs .item {
  color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  height: 5.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-sbzs .item:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.6);
}
.index-sbzs .text {
  color: #fff;
  z-index: 3;
  width: 100%;
  text-align: center;
  position: relative;
}
.index-sbzs .text .icon img {
  max-height: 0.6rem;
}
.index-sbzs .text .t-1 {
  font-weight: 700;
  font-size: 0.22rem;
  margin-top: 1rem;
  font-family: "POPPINS-REGULAR";
}
.index-sbzs .text .t-2,
.index-sbzs .text .t-3 {
  display: none;
}
.index-sbzs .text .t-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: none;
  height: 0.72rem;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.index-sbzs .text .t-3 {
  margin-top: 0.7rem;
}
.index-sbzs .sblist {
  height: 5.2rem;
  position: relative;
  margin-top: 0.45rem;
}
.index-sbzs .sblist ul {
  display: flex;
  margin: 0 -0.1rem;
}
.index-sbzs .sblist li {
  width: 15.333333333333%;
  padding: 0 0.1rem;
  transition: all 700ms ease;
}
.index-sbzs .sblist li .item {
  border-radius: 0.1rem;
}
.index-sbzs .sblist li a {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.index-sbzs .sblist li:first-child {
  padding-left: 0;
}
.index-sbzs .sblist li:last-child {
  padding-right: 0;
}
.index-sbzs .sblist li.active {
  width: 54%!important;
}
.index-sbzs .sblist li.active a {
  display: block;
}
.index-sbzs .sblist li.active .item {
  align-items: flex-start;
}
.index-sbzs .sblist li.active .icon {
  top: 0.5rem;
  right: 0.4rem;
  position: absolute;
}
.index-sbzs .sblist li.active .text {
  width: 100%;
  padding: 0 0.6rem;
  margin-top: 1.1rem;
  text-align: left;
}
.index-sbzs .sblist li.active .text .t-1 {
  margin-top: 0;
  font-size: 0.3rem;
}
.index-sbzs .sblist li.active .text .t-2 {
  width: 70%;
}
.index-sbzs .sblist li.active .text .t-2,
.index-sbzs .sblist li.active .text .t-3 {
  display: block;
}
.index-sbzs .sblist .prev,
.index-sbzs .sblist .next {
  top: 50%;
  z-index: 4;
  cursor: pointer;
  width: 0.54rem;
  height: 0.54rem;
  transform: translateY(-50%);
  position: absolute;
}
.index-sbzs .sblist .prev {
  left: -0.8rem;
  background: url(../images/prev-2.png) no-repeat top left;
  background-size: cover;
}
.index-sbzs .sblist .prev:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
.index-sbzs .sblist .next {
  right: -0.8rem;
  background: url(../images/next-2.png) no-repeat top left;
  background-size: cover;
}
.index-sbzs .sblist .next:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .index-sbzs {
    padding: 40px 0;
  }
  .index-sbzs .container {
    max-width: 640px!important;
  }
  .index-sbzs .index-title {
    margin-top: 0;
  }
  .index-sbzs .sblist {
    height: 160px;
  }
  .index-sbzs .sblist li {
    padding: 0 1px;
  }
  .index-sbzs .sblist li a {
    display: flex;
    align-items: center;
  }
  .index-sbzs .sblist li .item {
    align-items: center;
    height: 160px;
    border-radius: 5px;
  }
  .index-sbzs .sblist li .item:before {
    border-radius: 5px;
  }
  .index-sbzs .sblist li .icon {
    display: none!important;
  }
  .index-sbzs .sblist li .text {
    padding: 0 20px!important;
  }
  .index-sbzs .sblist li .text .t-1 {
    display: none;
  }
  .index-sbzs .sblist li .text .t-2 {
    display: none!important;
  }
  .index-sbzs .sblist li .text .t-3 {
    margin-top: 0px;
  }
  .index-sbzs .sblist .prev {
    left: 0;
  }
  .index-sbzs .sblist .next {
    right: 0;
  }
  .index-sbzs .sblist .prev,
  .index-sbzs .sblist .next {
    top: 50%;
    transform: ttranslateY(-50%);
  }
  .index-sbzs .sblist li.active .item {
    align-items: center;
  }
  .index-sbzs .sblist li.active .text {
    margin-top: 0;
    text-align: center;
  }
  .index-sbzs .sblist li.active .text .t-1 {
    display: block;
  }
}
.inside-production {
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}
.inside-production .text {
  line-height: 0.36rem;
}
.inside-production .text p {
  padding-top: 0.15rem;
}
.inside-production .text p:first-child {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .inside-production {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-production .text {
    line-height: 24px;
  }
}
.inside-production-2 {
  padding-bottom: 0.7rem;
}
.inside-production-2 .nr {
  margin-top: 0.4rem;
}
.inside-production-2 .menuTabs {
  z-index: 3;
  font-weight: 700;
  font-family: "POPPINS-REGULAR";
  position: relative;
}
.inside-production-2 .menuTabs li {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 0.68rem;
  position: absolute;
}
.inside-production-2 .menuTabs li:after {
  content: "";
  left: 50%;
  bottom: -0.1rem;
  position: absolute;
  transform: translateX(-50%);
  border-top: solid 0.1rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.inside-production-2 .menuTabs li:before {
  content: "";
  bottom: -0.46rem;
  left: 50%;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: solid 0.09rem #ffffff;
  background: #065d33;
  transform: translateX(-50%);
  box-shadow: 0.05rem 0 0.18rem rgba(4, 62, 34, 0.4);
}
.inside-production-2 .menuTabs .box {
  width: 100%;
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  text-align: center;
  border-radius: 0.1rem;
  color: #065d33;
  background: #fff;
  box-shadow: 0.05rem 0 0.18rem rgba(4, 62, 34, 0.2);
}
.inside-production-2 .menuTabs .active:after {
  border-top: solid 0.1rem #065d33;
}
.inside-production-2 .menuTabs .active a {
  color: #fff;
  background: #065d33;
}
.inside-production-2 .menuTabs .li-1 {
  top: 0rem;
  left: 0.3rem;
  width: 1.4rem;
}
.inside-production-2 .menuTabs .li-2 {
  top: 0;
  width: 1.6rem;
  left: 2.3rem;
}
.inside-production-2 .menuTabs .li-3 {
  top: 0;
  width: 1.4rem;
  left: 4.43rem;
}
.inside-production-2 .menuTabs .li-4 {
  top: 0;
  width: 1.4rem;
  left: 6.4rem;
}
.inside-production-2 .menuTabs .li-5 {
  top: 0;
  width: 1.6rem;
  left: 8.4rem;
}
.inside-production-2 .menuTabs .li-6 {
  top: 0;
  width: 1.4rem;
  left: 10.5rem;
}
.inside-production-2 .menuTabs .li-7 {
  top: 0;
  width: 1.4rem;
  left: 12.55rem;
}
.inside-production-2 .menuTabs .li-8 {
  width: 1.4rem;
  top: 1.56rem;
  left: 12.55rem;
}
.inside-production-2 .menuTabs .li-9 {
  top: 1.56rem;
  width: 1.4rem;
  left: 10.5rem;
}
.inside-production-2 .menuTabs .li-10 {
  top: 1.56rem;
  width: 1.6rem;
  left: 8.4rem;
}
.inside-production-2 .menuTabs .li-11 {
  top: 1.56rem;
  width: 1.4rem;
  left: 6.4rem;
}
.inside-production-2 .menuTabs .li-12 {
  top: 1.56rem;
  width: 1.4rem;
  left: 4.43rem;
}
.inside-production-2 .menuTabs .li-13 {
  top: 1.56rem;
  width: 1.6rem;
  left: 2.3rem;
}
.inside-production-2 .menuTabs .li-14 {
  top: 1.56rem;
  left: 0.3rem;
  width: 1.4rem;
}
.inside-production-2 .menuTabs .li-15 {
  top: 2.96rem;
  left: 0.3rem;
  width: 1.4rem;
}
.inside-production-2 .menuTabs .li-16 {
  top: 2.96rem;
  left: 2.3rem;
  width: 1.6rem;
}
.inside-production-2 .menuTabs .li-17 {
  top: 2.96rem;
  width: 1.4rem;
  left: 4.43rem;
}
.inside-production-2 .menuTabs .li-18 {
  top: 2.96rem;
  width: 1.6rem;
  left: 6.4rem;
}
.inside-production-2 .menuTabs .li-19 {
  top: 2.96rem;
  width: 1.6rem;
  left: 8.4rem;
}
.inside-production-2 .menuTabs .li-20 {
  top: 2.96rem;
  width: 1.4rem;
  left: 10.5rem;
}
.inside-production-2 .menuBg {
  z-index: 2;
  position: relative;
  height: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.inside-production-2 .menuBg li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 1000ms linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.inside-production-2 .menuBg .active {
  opacity: 1;
}
.inside-production-2 .conTabs {
  position: relative;
  margin-top: 0.5rem;
}
.inside-production-2 .conTabs .swiper-container {
  /* overflow: inherit; */
}
.inside-production-2 .conTabs .box {
  margin-bottom: 0.6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.inside-production-2 .conTabs .box:after {
  top: 0;
  left: 0;
  content: "";
  width: 85%;
  position: absolute;
  height: 5.1rem;
  border-radius: 0.1rem;
  background: #065d33;
}
.inside-production-2 .conTabs .left,
.inside-production-2 .conTabs .right {
  color: #fff;
  z-index: 2;
  position: relative;
}
.inside-production-2 .conTabs .left {
  width: 45%;
}
.inside-production-2 .conTabs .right {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  margin-top: 0.6rem;
  width: 50%;
}
.inside-production-2 .conTabs .right .pic {
  box-shadow: 0 0 0.1rem rgba(4, 62, 34, 0.08);
  border-radius: 0.1rem;
}
.inside-production-2 .conTabs .right .pic img {
  border-radius: 0.1rem;
}
.inside-production-2 .conTabs .right .swiper-container {
  overflow: hidden;
}
.inside-production-2 .conTabs .right .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
}
.inside-production-2 .conTabs .right .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  vertical-align: middle;
  background: #fff;
  margin: 0 0.14rem;
}
.inside-production-2 .conTabs .right .swiper-pagination-bullet:before {
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  border-radius: 50%;
  transition: all 700ms ease;
  transform: translate(-50%, -50%) rotate(-90deg);
  border: solid 1px rgba(255, 255, 255, 0.7);
  clip-path: ellipse(0% 0% at 90% 0%);
}
.inside-production-2 .conTabs .right .swiper-pagination-bullet-active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  clip-path: ellipse(100% 100% at 90% 0%);
}
.inside-production-2 .conTabs .text {
  line-height: 0.36rem;
  padding: 0.6rem;
  padding-right: 0;
}
.inside-production-2 .conTabs .text .p-1 {
  font-family: "POPPINS-REGULAR";
  font-size: 0.24rem;
}
.inside-production-2 .conTabs .text .p-2 {
  font-size: 0.24rem;
  font-family: "POPPINS-BOLD";
}
.inside-production-2 .conTabs .text .p-3 {
  margin-top: 0.2rem;
  height: 2.52rem;
  overflow: auto;
}
.inside-production-2 .swiper-button-prev,
.inside-production-2 .swiper-button-next {
  top: 50%;
  z-index: 4;
  cursor: pointer;
  width: 0.54rem;
  height: 0.54rem;
  transform: translateY(-50%);
  position: absolute;
}
.inside-production-2 .swiper-button-prev:after,
.inside-production-2 .swiper-button-next:after {
  font-size: 0;
}
.inside-production-2 .swiper-button-prev {
  left: -0.8rem;
  background: url(../images/prev-2.png) no-repeat top left;
  background-size: cover;
}
.inside-production-2 .swiper-button-prev:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
.inside-production-2 .swiper-button-next {
  right: -0.8rem;
  background: url(../images/next-2.png) no-repeat top left;
  background-size: cover;
}
.inside-production-2 .swiper-button-next:hover {
  background: url(../images/next-h.png) no-repeat top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-production-2 .menuTabs,
  .inside-production-2 .menuBg {
    display: none;
  }
  .inside-production-2 .conTabs .box::after {
    display: none;
  }
  .inside-production-2 .conTabs .box {
    display: block;
    margin-bottom: 0;
  }
  .inside-production-2 .conTabs .text {
    line-height: 24px;
    padding: 20px;
  }
  .inside-production-2 .conTabs .left {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #065d33;
  }
  .inside-production-2 .conTabs .right {
    width: 100%;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .inside-production-2 .conTabs .right .pic {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .inside-production-2 .conTabs .right .pic img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.inside-sprint {
  padding-bottom: 1.1rem;
  padding-top: 0.9rem;
}
.inside-sprint .text {
  margin-top: 0.3rem;
}
.inside-sprint .text span {
  font-weight: 700;
  font-family: "POPPINS-REGULAR";
}
.inside-sprint ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.45rem;
}
.inside-sprint li {
  width: 25%;
  display: flex;
  padding: 0 0.15rem;
}
.inside-sprint li .item {
  width: 100%;
  min-height: 100%;
  border-radius: 0.2rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(-100deg, #ffffff, #e1ebe6);
  box-shadow: 0 0 0.13rem rgba(3, 17, 33, 0.12);
}
.inside-sprint li .box {
  position: relative;
}
.inside-sprint li .box .tit {
  left: 0;
  top: 0.5rem;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  position: absolute;
  font-family: "POPPINS-BOLD";
}
.inside-sprint li .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.inside-sprint li .pic img {
  border-radius: 0.2rem;
  transition: all 700ms ease;
}
.inside-sprint li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0.2rem;
  position: absolute;
  background: rgba(2, 31, 17, 0.5);
}
.inside-sprint li .nr {
  font-size: 0.16rem;
  padding: 0.2rem;
}
.inside-sprint li .nr p {
  margin-top: 0.15rem;
}
.inside-sprint li .nr p span {
  font-weight: 700;
  font-family: "POPPINS-REGULAR";
}
.inside-sprint li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-sprint {
    padding: 40px 0;
  }
  .inside-sprint ul {
    margin-top: 15px;
  }
  .inside-sprint li {
    margin-top: 0.3rem;
    width: 50%;
  }
  .inside-sprint li .nr {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inside-sprint li {
    width: 100%;
  }
  .inside-sprint li .box .pic img {
    width: 100%;
  }
  .inside-sprint li .box .tit {
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
}
.inside-pcbsb {
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}
.inside-pcbsb .index-title {
  text-align: center;
}
.inside-pcbsb .text {
  color: #333;
  padding: 0 0.6rem;
  padding-top: 0.2rem;
  text-align: center;
  line-height: 0.36rem;
}
.inside-pcbsb .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-pcbsb .list li {
  width: 50%;
  padding: 0 0.25rem;
  margin-top: 0.5rem;
}
.inside-pcbsb .list li .item {
  background: #f5faf8;
}
.inside-pcbsb .list li .pic {
	overflow: hidden;
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;
}
.inside-pcbsb .list li .pic img {
  transition: all 1000ms ease;
}
.inside-pcbsb .list li .box {
  height: 3.11rem;
  padding: 0.4rem;
  font-size: 0.16rem;
  padding-right: 0.3rem;
}
.inside-pcbsb .list li .tit {
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: "POPPINS-BOLD";
  padding-bottom: 0.15rem;
}
.inside-pcbsb .list li .txt {
  overflow: auto;
  padding-right: 0.2rem;
  height: 1.88rem;
  line-height: 0.26rem;
}
.inside-pcbsb .list li .txt p {
  margin-bottom: 0.1rem;
}
.inside-pcbsb .list li:hover .pic img {
  transform: scale(1.1);
}
.inside-pcbsb .list ::-webkit-scrollbar {
  width: 0.09rem;
  height: 0.09rem;
}
.inside-pcbsb .list ::-webkit-scrollbar-track {
  background: #c5dbd1;
  border-radius: 10px;
}
.inside-pcbsb .list ::-webkit-scrollbar-thumb {
  background: #065d33;
  border-radius: 10px;
}
.inside-pcbsb .list ::-webkit-scrollbar-thumb:hover {
  background: #010905 0.1;
}
@media (max-width: 1024px) {
  .inside-pcbsb {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .inside-pcbsb .index-title {
    text-align: left;
  }
  .inside-pcbsb .text {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .inside-pcbsb .list li {
    width: 100%;
  }
  .inside-pcbsb .list li .tit {
    font-size: 18px;
  }
  .inside-pcbsb .list li .text {
    padding: 30px 20px;
  }
  .inside-pcbsb .list li .box {
    height: auto;
    font-size: 14px;
  }
  .inside-pcbsb .list li .txt {
    height: auto;
    line-height: 26px;
  }
}
.inside-ad-2 .title {
  padding: 0 1.5rem;
  line-height: 0.6rem;
}
.inside-ad-2 .button {
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .inside-ad-2 .title {
    padding: 0;
    line-height: 30px;
  }
  .inside-ad-2 .button {
    margin-top: 20px;
  }
}
.inside-message {
  overflow: inherit;
  padding: 0.7rem 0;
  background: #065d33;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(3, 51, 28, 0.5);
}
.inside-message:before {
  content: "";
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 6rem;
  position: absolute;
  background: url(../images/mess-bg-2.jpg) no-repeat top right;
  background-size: cover;
}
.inside-message .container {
  z-index: 2;
  position: relative;
}
.inside-message .title {
  line-height: 0.5rem;
  font-size: 0.42rem;
  padding-bottom: 0.05rem;
}
.inside-message .text {
  color: #fff;
  font-size: 0.16rem;
}
.inside-message .fromlist {
  width: 100%;
  z-index: 3;
  position: relative;
  padding-top: 0.1rem;
}
.inside-message .fromlist ul {
  margin: 0 -0.18rem;
}
.inside-message .fromlist li {
  width: 33.333%;
  padding: 0 0.18rem;
  margin-top: 0.2rem;
}
.inside-message .fromlist li .iinput {
  color: #333;
  padding: 0 0.2rem;
}
.inside-message .fromlist li .iinput::placeholder {
  color: #333;
}
.inside-message .fromlist li .itextarea {
  width: 100%;
  border: 0;
  color: #000;
  border-radius: 0.05rem;
  height: 0.8rem;
  padding: 0.2rem;
  font-family: "POPPINS-LIGHT";
}
.inside-message .fromlist li .itextarea::placeholder {
  color: #333;
}
.inside-message .fromlist .li-1 {
  width: 100%;
}
.inside-message .fromlist .li-3 {
  width: 66.66666%;
}
.inside-message .fromlist .li-4 .file-upload {
  height: 0.8rem;
}
.inside-message .fromlist .li-4 .file-upload i {
  top: 0.17rem;
  left: 0.4rem;
  font-size: 0.3rem;
  font-family: "POPPINS-BOLD";
}
.inside-message .fromlist .li-4 .custom-btn {
  padding-top: 0.2rem;
  padding-left: 0.9rem;
  line-height: 0.2rem;
}
.inside-message .fromlist .li-4 .custom-btn span {
  display: block;
  color: #065d33;
  text-decoration: underline;
}
.inside-message .fromlist .tishi {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.15rem;
}
.inside-message .fromlist .button {
  font-family: "POPPINS-BOLD";
}
.inside-message .fromlist .button a {
  font-weight: normal;
  height: 0.55rem;
  line-height: 0.55rem;
  color: #065d33;
  background: #fff;
  transition: all 500ms ease;
}
.inside-message .fromlist .button:hover a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  .inside-message:before {
    display: none;
  }
  .inside-message .text {
    font-size: 13px;
  }
  .inside-message .fromlist .tishi {
    font-size: 13px;
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 96%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #065d33;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #004d80;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.inside-page {
  font-size: 0.12rem;
  text-align: center;
  padding-top: 0.6rem;
}
.inside-page a {
  color: #333;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3e3e3;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #065d33;
  background: #065d33;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.1rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
  .inside-page span {
    display: none;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.verifyDiv {
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.55rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.55rem;
  line-height: 0.48rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #394e6a;
  z-index: 1;
  font-size: 0.13rem;
  line-height: 0.55rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .verify {
    height: 50px;
  }
  .verify .drag-progress {
    height: 50px;
    line-height: 48px;
  }
  .verify .drag-btn {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
  }
  .verify .fix-tips,
  .verify .verify-msg {
    line-height: 50px;
    padding-left: 50px;
  }
  .verifyDiv {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0;
  }
  .error {
    font-size: 12px;
    padding: 0 6px;
    border-bottom-left-radius: 6px;
  }
  .btn {
    text-align: left;
  }
  .btn .col-2 {
    width: 100%;
    padding: 0;
  }
  .submit {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 3px;
    max-width: 100%;
    padding: 0 10px;
    border: none;
    margin: 0;
  }
  .submit:hover {
    background: #eee;
  }
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}
.navM .languageBtn > div {
  width: auto;
}
.navM .languageBtn .col-2 {
  width: 50%;
}
.navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.navM .languageBtn .col-4 {
  width: 25%;
}
.navM .languageBtn .col-5 {
  width: 20%;
}
.navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.navM .languageBtn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #fff;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #065d33;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .title a {
  color: #333;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666!important;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child-2 .list {
  flex-wrap: wrap;
  display: flex;
}
.navM .child-2 .list li {
  width: 50%;
}
.navM .child-2 .list li a {
  padding: 0;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .drop a {
  color: #999!important;
  font-size: 14px;
  padding: 0;
}
.inside-map {
  font-weight: 700;
  padding: 0.6rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  font-size: 0.2rem;
  font-weight: 700;
}
.inside-map li .drop {
  padding-top: 0.1rem;
}
.inside-map li .drop a {
  font-size: 0.16rem;
  margin-right: 0.15rem;
  display: inline-block;
  font-weight: normal;
}
.returnTopBtn {
  color: #fff;
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  background: #004d80;
  border-radius: 0.05rem;
}
.returnTopBtn .icon {
  margin: 0 auto;
  margin-top: 0.15rem;
  font-style: normal;
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
}
.returnTopBtn .title {
  top: -0.05rem;
  position: relative;
}
.returnTopBtn a {
  color: #fff;
  display: block;
  font-size: 0.14rem;
}
@media (max-width: 1024px) {
  .returnTopBtn {
    display: none;
  }
}
.returnTopBtn {
  opacity: 0;
  transition: opacity .5s;
}
.returnTopBtn.show {
  opacity: 1;
}
.floatRight {
  width: 40px;
  font-size: 16px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 40px;
  transition: .5s;
}
.floatRight .list li {
  padding-bottom: 2px;
}
.floatRight .list .box {
  width: 170px;
  transition: .5s;
  display: block;
  display: flex;
  align-items: center;
}
.floatRight .list .box:hover {
  opacity: .8;
}
.floatRight .list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #065d33;
}
.floatRight .list .icon img {
  width: 24px;
  height: 24px;
}
.floatRight .list .txt {
  flex: 1;
  width: calc(100% - 40px);
  background: #2b2c30;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.floatRight .hoverLi .box:hover {
  transform: translateX(-130px);
}
@media screen and (max-width: 1024px) {
  .floatRight {
    display: none;
  }
}
.tabmenu ul {
  display: flex;
  flex-wrap: wrap;
}
.tabmenu li {
  width: 14.28571429%;
  text-align: center;
}
.tabwarp {
  position: relative;
  height: 3.43rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.tabdrop {
  top: 0;
  left: 0;
  width: calc(95%);
  height: 0.12rem;
  position: absolute;
  background: #065d33;
}
.arrow-1 {
  right: 0;
  top: 0rem;
  position: absolute;
  width: 1rem;
  height: 1.5rem;
  border: solid 0.12rem #065d33;
  border-left: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.floatRigth {
  z-index: 10;
  right: 1px;
  top: 60%;
  position: fixed;
  transform: translateY(-50%);
}
.floatRigth .caigou {
  right: 0;
  top: -0.95rem;
  position: absolute;
  display: flex;
  color: #fff;
  font-size: 0.13rem;
  width: 2.35rem;
  padding: 0.1rem;
  background: #065d33;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  transition: all 500ms linear;
}
.floatRigth .caigou:hover {
  width: 3.6rem;
}
.floatRigth .caigou:hover .from {
  width: 75%;
}

.floatRigth .caigou:hover .from .text{
	width: 68%;
}

.floatRigth .caigou:hover .from .btn{
	display:block;
}


.floatRigth .pic {
  border-radius: 50%;
  box-shadow: 0 0 0.4rem rgba(5, 45, 25, 0.24);
  position: relative;
  width: 0.73rem;
  height: 0.73rem;
}
.floatRigth .pic img {
  border-radius: 50%;
  max-height: 0.73rem;
}
.floatRigth .from {
  width: 65%;
  padding-top: 0.05rem;
  padding-left: 0.1rem;
}
.floatRigth .from p {
  margin-top: 0.05rem;
}
.floatRigth .from p:first-child {
  font-weight: 700;
}

.floatRigth .from .input{
	display:flex;
	justify-content:space-between;
}

.floatRigth .from input {
  border: 0;
  width:100%;
  color: #666;
  font-size: 0.13rem;
  border-radius: 0.05rem;
  padding: 0 0.1rem;
  font-family: "微软雅黑";
  height: 0.3rem;
  line-height: 0.3rem;
}

.floatRigth .from input.btn {
  width:30%;
  display:none;
  background: #fff;
  font-weight:700;
  color:#065d33;
}

.floatRigth img {
  vertical-align: top;
}
.floatRigth ul {
  margin-top: 0.15rem;
  margin-left: 0.7rem;
}
.floatRigth li {
  width: 0.54rem;
  height: 0.54rem;
  margin-bottom: 0.04rem;
  position: relative;
}
.floatRigth li:last-child {
  margin-bottom: 0;
}
.floatRigth .box {
  display: block;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
  color: #2b2b2b;
  font-size: 0.12rem;
  text-align: center;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.05rem;
  position: absolute;
  top: 0;
  right: 0;
}
.floatRigth .title {
  display: block;
  line-height: 0.2rem;
}
.floatRigth .icon {
  line-height: 0.54rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}
.floatRigth .icon img {
  width: auto;
  height: auto;
  max-height: 0.54rem;
}
.floatRigth .hoverDiv {
  cursor: initial;
  border-radius: 0.05rem;
  border: 1px #065d33 solid;
  background-color: #fff;
  width: 2.1rem;
  color: #065d33;
  font-size: 0.16rem;
  line-height: 0.32rem;
  padding: 10px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 100%;
  transition: all .5s;
  transform-origin: bottom right;
  transform: scale(0);
}
.floatRigth .hoverDiv a {
  color: #065d33;
}
.floatRigth .hoverDivC {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.floatRigth .hoverTel {
  color: #065d33;
  font-size: 0.2rem;
}
.floatRigth .ewm {
  width: 1.6rem;
  height: 1.6rem;
  text-align: left;
  padding: 0.05rem;
}
.floatRigth .box:hover {
  box-shadow: 0 0 0 1px #065d33;
  background: #f1f8ff;
}
.floatRigth .box:hover .hoverDiv {
  right: 100%;
  transform: scale(1);
}
.floatRigth .box:hover .icon svg {
  fill: #fff;
}
.floatRigth .returnTop {
  opacity: 0;
  transition: opacity .5s;
}
.floatRigth .returnTop.show {
  opacity: 1;
}
.floatRigth .returnTop .icon img {
  vertical-align: middle;
  width: 0.22rem !important;
  height: 0.22rem !important;
}
@media screen and (max-width: 1024px) {
  .floatRigth {
    display: none;
  }
}
.inside-tag {
  color: #333;
  padding-top: 0.6rem;
}
.inside-tag a {
  color: #333;
  padding-right: 0.4rem;
  display: inline-block;
}
.inside-tag a:hover {
  color: #065d33;
}
.tkbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.tkbox .nr {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 0.1rem;
  font-size: 0.14rem;
  padding: 0.4rem;
  background: #fff;
  max-width: 6rem;
  width: 100%;
  margin: 0 auto;
}
.tkbox .tclose {
  right: 0;
  top: 0;
  border-top-left-radius: 0.08rem;
  position: absolute;
}
.tkbox .tclose img {
  padding: 0.12rem;
  background: #065d33;
  max-height: 0.4rem;
  border-top-right-radius: 0.08rem;
}
.tkbox .fromlist {
  width: 100%;
  padding-top: 0.1rem;
}
.tkbox .fromlist li {
  width: 100%;
  padding-left: 0;
  margin-top: 0.15rem;
}
.tkbox .fromlist li input,
.tkbox .fromlist li textarea {
  width: 100%;
  border: solid 1px #ddd;
}
.tkbox .fromlist li textarea {
  height: 0.8rem;
}
.tkbox .fromlist li textarea {
  border-radius: 0.05rem;
  padding: 0.1rem;
  padding-left: 0.25rem;
  font-family: "POPPINS-LIGHT";
}
.tkbox .fromlist li .custom-btn {
  background: #f4fef9;
}
