* {
  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: #0d954d;
}
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: -2rem;
  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% 0, 0 50%);
    transform: translateY(100%);
    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, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  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: "MONTSERRAT-REGULAR";
  src: url("../fonts/MONTSERRAT-REGULAR.eot");
  src: url('../fonts/MONTSERRAT-REGULAR.ttf');
  src: url('../fonts/MONTSERRAT-REGULAR.woff');
  src: url('../fonts/MONTSERRAT-REGULAR.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserrat-light";
  src: url("../fonts/montserrat-light.eot");
  src: url("../fonts/montserrat-light.otf");
  src: url('../fonts/montserrat-light.ttf');
  src: url('../fonts/montserrat-light.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MONTSERRAT-BOLD";
  src: url("../fonts/MONTSERRAT-BOLD.eot");
  src: url('../fonts/MONTSERRAT-BOLD.ttf');
  src: url('../fonts/MONTSERRAT-BOLD.woff');
  src: url('../fonts/MONTSERRAT-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: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  line-height: 1.5;
  font-family: "MONTSERRAT-REGULAR";
  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: 2px;
  height: 2px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: #0d954d;
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #0d954d;
}
::-webkit-scrollbar-thumb:active {
  background-color: #0d954d;
}
.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: 16rem;
}
@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 {
  text-transform: uppercase;
}
.button a,
.button span {
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  padding: 0 0.2rem;
  min-width: 2.5rem;
  border-radius: 0.3rem;
  color: #739140;
  font-size: 0.18rem;
  position: relative;
  display: inline-block;
  background: #fff;
}
.button a:before,
.button span:before {
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: rgba(115, 145, 64, 0.3);
  border-radius: 0.3rem;
  transition: all 0.5s ease;
}
.button em {
  z-index: 3;
  font-style: normal;
  position: relative;
}
.button:hover a:before {
  left: -10%;
  width: 120%;
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    font-size: 15px;
  }
}
.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, #0d954d, #0d954d);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #0d954d;
  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);
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: absolute;
  transition: all 0.5s ease;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  position: relative;
}
.header .logo img {
  width: auto;
  height: auto;
  transition: all 500ms ease;
  max-height: 0.6rem;
  vertical-align: middle;
  position: relative;
}
.header .logo .img2 {
  display: none;
}
.header .language {
  margin-right: 0.3rem;
  position: relative;
}
.header .language .drop {
  left: 0;
  opacity: 0;
  width: 100%;
  top: 0.42rem;
  position: absolute;
  transform: scale(0.5);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  transition: all 700ms ease;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0.15rem;
  text-align: center;
  padding: 0.2rem 0;
}
.header .language .drop:before {
  content: "";
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.7);
}
.header .language .drop a {
  display: block;
  padding: 0.05rem;
}
.header .language:hover .drop {
  opacity: 1;
  transform: scale(1);
}
.header .languageC a {
  color: #fff;
  text-align: center;
  min-width: 1.5rem;
  padding: 0 0.1rem;
  display: inline-block;
  height: 0.42rem;
  line-height: 0.4rem;
  border: solid 1px #fff;
  border-radius: 0.3rem;
}
.header .languageC img {
  margin-right: 0.05rem;
  margin-top: 0.05rem;
  max-height: 0.3rem;
}
.header .languageC i {
  width: 0.06rem;
  height: 0.06rem;
  vertical-align: top;
  margin-left: 0.05rem;
  margin-top: 0.16rem;
  display: inline-block;
  transform: rotate(45deg);
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
.header .languageC .img2 {
  display: none;
}
.header .other {
  display: flex;
  align-items: center;
}
.header .other .otherC {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.header .searchBtn {
  background: #0d954d;
  margin-right: 0.05rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.22rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #0d954d;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    box-shadow: 0 0 0.2rem rgba(13, 149, 77, 0.1);
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 0;
  }
  .header > .container {
    padding: 0;
    height: 60px;
    position: relative;
  }
  .header .nav,
  .header .other {
    display: none;
  }
  .header .navPhoneBtn {
    right: 20px;
    position: absolute;
  }
  .header .logo img {
    max-height: 40px;
  }
  .header .logo .img1 {
    display: none;
  }
  .header .logo .img2 {
    display: inline-block;
  }
}
.header-ny {
  top: auto;
  left: auto;
  box-shadow: 0.03rem 0 0.07rem rgba(0, 0, 0, 0.1);
  position: relative;
}
.header-ny .logo .img1 {
  display: none;
}
.header-ny .logo .img2 {
  display: inline-block;
}
.header-ny .nav > .list > li > a {
  color: #333;
}
.header-ny .languageC a {
  color: #666;
  border-color: #e1e1e1;
}
.header-ny .languageC i {
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
}
.header-ny .languageC .img1 {
  display: none;
}
.header-ny .languageC .img2 {
  display: inline-block;
}
.header:hover {
  background: #fff;
}
.header:hover .logo .img1 {
  display: none;
}
.header:hover .logo .img2 {
  display: inline-block;
}
.header:hover .nav > .list > li > a {
  color: #333;
}
.header:hover .nav > .list > li > a:hover {
  color: #0d954d;
}
.header:hover .languageC a {
  color: #666;
  border-color: #e1e1e1;
}
.header:hover .languageC i {
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
}
.header:hover .languageC .img1 {
  display: none;
}
.header:hover .languageC .img2 {
  display: inline-block;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.fixed .logo .img1 {
  display: none;
}
.fixed .logo .img2 {
  display: inline-block;
}
.fixed .nav > .list > li > a {
  color: #333;
  height: 0.7rem;
  line-height: 0.7rem;
}
.fixed .nav > .list > li .subnav-2,
.fixed .nav > .list > li .subnav {
  top: 0.6rem;
}
.fixed .logo img {
  max-height: 0.6rem;
}
.fixed .languageC a {
  color: #666;
  border-color: #e1e1e1;
}
.fixed .languageC i {
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
}
.fixed .languageC .img1 {
  display: none;
}
.fixed .languageC .img2 {
  display: inline-block;
}
.nav {
  font-family: "MONTSERRAT-BOLD";
}
.nav:after {
  content: "";
  display: block;
  clear: both;
}
.nav > .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  text-align: center;
}
.nav > .list > li {
  font-size: 0.16rem;
  margin: 0 0.35rem;
  text-align: center;
}
.nav > .list > li.li-static {
  position: static;
}
.nav > .list > li span {
  display: block;
  font-style: inherit;
  position: relative;
}
.nav > .list > li > a {
  color: #fff;
  line-height: 0.9rem;
  text-align: left;
  z-index: 1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transition: all .5s;
}
.nav > .list > li > a:before {
  bottom: 0;
  left: 50%;
  opacity: 0;
  content: "";
  width: 0;
  height: 0.02rem;
  position: absolute;
  background: #0d954d;
  transition: all 500ms linear;
}
.nav > .list > li .subnav {
  left: 50%;
  width: 100%;
  z-index: 99;
  top: 0.9rem;
  padding: 0.4rem 0;
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.nav > .list > li .subnav ul {
  display: flex;
  flex-wrap: wrap;
}
.nav > .list > li .subnav li {
  width: 16.66666667%;
  padding: 0.1rem;
  text-align: left;
  font-family: "MONTSERRAT-REGULAR";
}
.nav > .list > li .subnav li a {
  display: block;
  background: #fff;
  padding: 0.2rem;
  padding-bottom: 0.3rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(13, 149, 77, 0.05);
}
.nav > .list > li .subnav li .icon img {
  max-height: 0.4rem;
}
.nav > .list > li .subnav li .tit {
  color: #333;
  height: 0.24rem;
  line-height: 0.24rem;
  margin-top: 0.15rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.nav > .list > li .subnav li:hover .tit {
  color: #0d954d;
}
.nav > .list > li .subnav-2 {
  left: 68%;
  top: 0.9rem;
  padding: 0.2rem 0;
  min-width: 3rem;
  position: absolute;
  display: none;
  text-align: left;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(13, 149, 77, 0.1);
  font-family: "MONTSERRAT-REGULAR";
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
}
.nav > .list > li .subnav-2 a {
  color: #333;
  display: block;
  padding: 0.1rem 0.3rem;
  padding-right: 0;
}
.nav > .list > li .subnav-2 a:hover {
  color: #0d954d;
}
.nav > .list > li.active > a {
  color: #0d954d;
}
.nav > .list > li.active > a:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.nav > .list > li:hover > a {
  color: #0d954d;
}
.nav > .list > li:hover > a:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.nav li:hover .subnav-2,
.nav li:hover .subpro {
  display: block;
}
#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: 40%;
  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: #0d954d;
  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: #0d954d;
}
#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;
  }
}
.banner {
  height: 100%;
  clear: both;
  max-height: 100vh;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner video {
  max-width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.banner .video {
  height: 100vh;
  width: 100%;
  margin-top: 0px;
  position: relative;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  width: 100%;
  color: #fff;
  top: 50%;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.banner .t1 {
  font-family: "POPPINS-BOLD";
  color: #0d954d;
  font-size: 0.58rem;
  line-height: 0.7rem;
}
.banner .t2 {
  padding-top: 0.1rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-family: "POPPINS-BOLD";
}
.banner .t2 span {
  display: block;
}
.banner .view {
  margin-top: 0.5rem;
}
.banner .view a {
  overflow: hidden;
  position: relative;
  color: #0d954d;
  padding-right: 0.1rem;
  border-radius: 0.1rem;
  font-family: "POPPINS-BOLD";
  height: 0.5rem;
  line-height: 0.5rem;
  min-width: 1.8rem;
  background: #fff;
  display: inline-block;
}
.banner .view a:before {
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 0.18rem;
  background: #e17a85;
  position: absolute;
  animation: fadeInLeft2 1s ease infinite;
}
.banner .view a:after {
  content: "";
  top: 50%;
  left: 0.18rem;
  margin-top: -0.05rem;
  border-radius: 50%;
  width: 0.1rem;
  height: 0.1rem;
  background: #e17a85;
  position: absolute;
  animation: fadeInRight2 1s ease infinite;
}
.banner .view a i {
  top: 0;
  right: -0.1rem;
  width: 0.5rem;
  height: 0.7rem;
  position: absolute;
  background: #0d954d;
  font-style: normal;
  transform: rotate(30deg);
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .view {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-pagination {
  bottom: 1rem;
  text-align: center;
}
.banner .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.24rem;
  background: none;
  border-radius: 0;
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
  transition: all .5s;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.banner .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/circle.png) center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -0.17rem;
  margin-top: -0.17rem;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: .5s;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: rotate(0);
}
@media screen and (max-width: 1024px) {
  .banner {
    max-height: inherit;
    max-height: none;
    margin-top: 60px;
  }
  .banner .video {
    height: auto;
  }
  .banner .button {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .ph img {
    width: auto;
    height: auto;
  }
  .banner .t1,
  .banner .t2 {
    font-size: 17px;
    line-height: 24px;
  }
  .banner .view {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 40px;
  }
}
.index-numlist {
  z-index: 9;
  margin-top: -2.4rem;
  height: 2.4rem;
  position: relative;
}
.index-numlist ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 1.78rem;
  border-radius: 0.2rem;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.index-numlist li:first-child {
  font-size: 0.24rem;
  line-height: 0.44rem;
}
.index-numlist li:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
}
.index-numlist li {
  color: #fff;
  width: 20%;
  position: relative;
  padding: 0 0.4rem;
}
.index-numlist li p {
  position: relative;
  font-family: "montserrat-light";
}
.index-numlist li p:first-child {
  margin-bottom: 0.1rem;
  font-family: "MONTSERRAT-BOLD";
}
.index-numlist li img {
  right: 0.2rem;
  top: 0.12rem;
  max-height: 0.4rem;
  position: absolute;
}
.index-numlist li em {
  font-size: 0.24rem;
  vertical-align: top;
  font-style: normal;
  display: inline-block;
  font-family: "MONTSERRAT-BOLD";
}
.index-numlist li .counter {
  font-size: 0.56rem;
  line-height: 0.6rem;
}
@media (max-width: 1024px) {
  .index-numlist {
    display: none;
  }
}
.index-title .p-1 {
  color: #0d954d;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: "montserrat-light";
}
.index-title .p-2 {
  color: #333;
  font-weight: normal;
  padding-top: 0.05rem;
  line-height: 0.6rem;
  font-size: 0.48rem;
}
.index-title .p-2 span {
  font-family: "MONTSERRAT-BOLD";
}
@media (max-width: 1024px) {
  .index-title .p-2 {
    line-height: 0.5rem;
    font-size: 0.4rem;
  }
}
@media (max-width: 640px) {
  .index-title .p-2 {
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
}
.index-more {
  font-family: "MONTSERRAT-BOLD";
}
.index-more a {
  color: #fff;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #0d954d;
  padding: 0 0.4rem;
  border-radius: 0.3rem;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.index-more a:before {
  left: 0;
  top: 0;
  content: "";
  width: 0%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: all 500ms linear;
  background: rgba(255, 255, 255, 0.1);
}
.index-more span {
  z-index: 3;
  display: inline-block;
  position: relative;
}
.index-more a:hover:before {
  width: 100%;
}
.index-more i {
  vertical-align: top;
  width: 0.3rem;
  height: 0.3rem;
  font-style: normal;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  text-align: center;
}
.index-more img {
  margin-top: 0.05rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .index-more a {
    height: 40px;
    line-height: 40px;
  }
}
.index-about {
  padding: 1rem 0;
  text-align: center;
}
.index-about .text {
  line-height: 0.36rem;
  font-size: 0.18rem;
  padding: 0 1.6rem;
  padding-top: 0.3rem;
}
.index-about .index-more {
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .index-about .text {
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;
    text-align: left;
  }
}
.index-product {
  text-align: center;
  padding-bottom: 1rem;
}
.index-product .list {
  padding-top: 0.3rem;
}
.index-product .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index-product .list li {
  width: 25%;
  padding: 0.2rem;
}
.index-product .list li .pic {
  padding: 0.2rem;
  border-radius: 0.2rem;
  transition: all 500ms ease;
  border: solid 1px #fff;
  box-shadow: 0 0 0.2rem rgba(13, 149, 77, 0.1);
  overflow: hidden;
  position: relative;
}
.index-product .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.82352941%;
}
.index-product .list li .pic img {
  transition: all 700ms ease;
}
.index-product .list li .tit {
  color: #333;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .list li:hover .pic {
  border-color: #0d954d;
}
.index-product .list li:hover .pic img {
  transform: scale(1.1);
}
.index-product .list li:hover .tit {
  color: #0d954d;
}
@media (max-width: 1024px) {
  .index-product .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .index-product .list li {
    width: 100%;
  }
}
.index-advantages-2 {
  padding: 1rem 0;
  background: #f2f6f4;
}
.index-advantages-2 .container {
  position: relative;
}
.index-advantages-2 .index-more {
  right: 0;
  top: 0;
  position: absolute;
}
.index-advantages-2 .list {
  margin-top: 0.5rem;
}
.index-advantages-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index-advantages-2 .list li {
  width: 25%;
  padding: 0 0.2rem;
}
.index-advantages-2 .list li .item {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 0 0.4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  min-height: 3.6rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(6, 119, 59, 0.1);
}
.index-advantages-2 .list li .itemC {
  z-index: 2;
  position: relative;
}
.index-advantages-2 .list li .num {
  top: 0rem;
  right: 0.4rem;
  position: absolute;
  font-size: 0.14rem;
  color: #0d954d;
}
.index-advantages-2 .list li .icon img {
  max-height: 0.5rem;
}
.index-advantages-2 .list li .icon-h {
  z-index: 1;
  opacity: 0;
  bottom: -0.5rem;
  right: 0.1rem;
  position: absolute;
  transform: scale(0.7);
  transition: all 700ms ease;
}
.index-advantages-2 .list li .icon-h img {
  max-height: 2.3rem;
}
.index-advantages-2 .list li .tit {
  color: #333;
  font-size: 0.2rem;
  margin-top: 0.6rem;
  font-family: "MONTSERRAT-BOLD";
  transition: all 700ms ease;
}
.index-advantages-2 .list li .txt {
  color: #666;
  font-weight: 100;
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-top: 0.15rem;
  font-family: "montserrat-light";
}
@media (min-width: 1025px) {
  .index-advantages-2 .list li:hover .tit {
    margin-top: 0.5rem;
  }
  .index-advantages-2 .list li:hover .icon-h {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  .index-advantages-2 .index-more {
    display: none;
  }
  .index-advantages-2 .list {
    margin-top: 10px;
  }
  .index-advantages-2 .list ul {
    margin: 0 -10px;
  }
  .index-advantages-2 .list li {
    padding: 0 10px;
    margin-top: 20px;
    width: 50%;
  }
  .index-advantages-2 .list li .num {
    right: 0px;
    font-size: 12px;
  }
  .index-advantages-2 .list li .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .index-advantages-2 .list li {
    width: 100%;
  }
}
.index-advantages {
  overflow: hidden;
  padding: 1rem 0;
}
.index-advantages .list ul {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.index-advantages .list li {
  width: 16.5%;
  height: 6.7rem;
  overflow: hidden;
  padding: 0 0.1rem;
  transition: all 500ms ease;
}
.index-advantages .list li .box {
  position: relative;
}
.index-advantages .list li .item {
  border-radius: 0.2rem;
  display: block;
  position: relative;
}
.index-advantages .list li .txtbox {
  color: #fff;
  width: 100%;
  z-index: 9;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  position: absolute;
}
.index-advantages .list li .tit a{  color: #fff;}
.index-advantages .list li .tit {
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.32rem;
  font-family: "MONTSERRAT-BOLD";
}
.index-advantages .list li .tit a {
  color: #fff;
}
.index-advantages .list li .tit img {
  right: 0;
  opacity: 0;
  top: 0.03rem;
  transform: scale(0);
  position: absolute;
  max-height: 0.4rem;
  transition: all 500ms ease;
}
.index-advantages .list li .txt {
  display: none;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-family: "montserrat-light";
}
.index-advantages .list li .pic {
  border-radius: 0.2rem;
  overflow: hidden;
  height: 6.7rem;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-advantages .list li .pic:before {
  top: 0;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(0, 0, 0, 0.1);
}
.index-advantages .list .active {
  width: 50.5%;
}
.index-advantages .list .active .txtbox {
  top: 0.4rem;
  bottom: auto;
  padding: 0.6rem;
  padding-right: 0.7rem;
  transform: translateY(0);
  text-align: left!important;
}
.index-advantages .list .active .icon {
  opacity: 1;
}
.index-advantages .list .active .tit {
  text-align: left;
}
.index-advantages .list .active .tit img {
  opacity: 1;
  transform: scale(1);
}
.index-advantages .list .active .txt {
  display: block;
}
.index-advantages .list .active .pic:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .index-advantages {
    padding-top: 30px;
  }
  .index-advantages .list {
    padding: 0;
  }
  .index-advantages .list ul {
    margin-left: 0;
    margin-right: 0;
  }
  .index-advantages .list li {
    height: auto;
    margin-top: 30px;
    width: 100%!important;
    padding: 0;
  }
  .index-advantages .list li .pic {
    height: 200px;
  }
  .index-advantages .list li .tit {
    color: #333;
    font-size: 20px!important;
    text-align: left!important;
  }
  .index-advantages .list li .txt {
    height: auto;
    overflow: auto;
    display: block;
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px!important;
  }
  .index-advantages .list li .txtbox {
    color: #666;
    left: auto;
    min-height: auto;
    top: auto!important;
    position: relative;
    transform: translate(0) !important;
    text-align: left!important;
    bottom: auto!important;
    line-height: 24px;
    padding: 30px 0!important;
    padding-bottom: 0!important;
  }
}
.index-product-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 1rem 0;
}
.index-product-2 .index-title {
  text-align: center;
}
.index-product-2 .index-more {
  margin-top: 0.6rem;
  text-align: center;
}
.index-product-2 .index-more em {
  font-style: normal;
  width: 0.08rem;
  height: 0.08rem;
  vertical-align: top;
  margin-left: 0.05rem;
  margin-top: 0.2rem;
  display: inline-block;
  transform: rotate(45deg);
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
.index-product-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index-product-2 .list li {
  width: 33.333%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.index-product-2 .list li .item {
  background: #fff;
  border-radius: 0.2rem;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(13, 149, 77, 0.1);
}
.index-product-2 .list li .pic {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.index-product-2 .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 73.26732673%;
}
.index-product-2 .list li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
  position: absolute;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  background: rgba(13, 149, 77, 0.2);
}
.index-product-2 .list li .pic img {
  transition: all 700ms ease;
}
.index-product-2 .list li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding: 0 0.1rem;
  transition: all 700ms linear;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
  line-height: 0.96rem;
  height: 0.96rem;
  color: #333333;
  font-size: 0.2rem;
  text-align: center;
}
.index-product-2 .list li .tit a {
  color: #333333;
  display: block;
}
.index-product-2 .list li .buttonB {
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  top: 1.6rem;
  text-align: center;
  position: absolute;
  transition: all 700ms ease;
}
.index-product-2 .list li .buttonB img {
  margin-top: 0.06rem;
  max-height: 0.4rem;
}
.index-product-2 .list li .index-more a {
  padding: 0 0.1rem;
  min-width: 2.65rem;
  color: #0d954d;
  background: #fff;
}
.index-product-2 .list li .index-more a:before {
  background: #0d954d;
}
.index-product-2 .list li .index-more a img {
  display: none;
}
.index-product-2 .list li .index-more-2 {
  margin-top: 0.1rem;
}
.index-product-2 .list li .index-more-2 img {
  margin-left: 0.05rem;
  margin-top: 0.15rem;
  max-height: 0.2rem;
}
.index-product-2 .list li .index-more:hover a {
  color: #fff;
}
.index-product-2 .list li .index-more:hover img {
  display: inline-block;
}
@media (min-width: 1025px) {
  .index-product-2 .list li:hover .buttonB {
    opacity: 1;
  }
  .index-product-2 .list li:hover .tit {
    color: #fff;
    background: #0d954d;
  }
  .index-product-2 .list li:hover .tit a {
    color: #fff;
  }
  .index-product-2 .list li:hover .pic img {
    transform: scale(1.1);
  }
  .index-product-2 .list li:hover .pic:before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .index-product-2 .list li {
    width: 50%;
  }
  .index-product-2 .list li .tit {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .index-product-2 .list li {
    width: 100%;
  }
}
.index-hhyy {
  overflow: hidden;
  position: relative;
}
.index-hhyy .list li {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-hhyy .list li .item {
  color: #fff;
  padding-top: 1rem;
  max-width: 6.7rem;
}
.index-hhyy .list li .index-title .p-1 {
  color: #fff;
}
.index-hhyy .list li .index-title .p-2 {
  color: #fff;
}
.index-hhyy .list li .text {
  font-family: "montserrat-light";
  line-height: 0.28rem;
  padding-top: 0.6rem;
}
.index-hhyy .list li .text h3 {
  font-weight: normal;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-family: "MONTSERRAT-BOLD";
}
.index-hhyy .list li .text p {
  margin-top: 25px;
  height: 1.12rem;
  overflow: hidden;
}
.index-hhyy .list li .index-more {
  margin-top: 0.5rem;
}
.index-hhyy .list li .index-more a {
  text-align: center;
  background: transparent;
  border: solid 1px #fff;
}
.index-hhyy .list li .index-more i {
  margin-left: 0.1rem;
  vertical-align: top;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: inline-block;
  background: #0d954d;
  margin-top: 0.1rem;
}
.index-hhyy .list li .index-more img {
  margin-top: 0.04rem;
}
.index-hhyy .list .swiper-slide-active .index-title {
  animation: 1.5s titFadeup1 ease;
}
.index-hhyy .list .swiper-slide-active .text h3 {
  animation: 1.6s titFadeup1 ease;
}
.index-hhyy .list .swiper-slide-active .text p {
  animation: 1.7s titFadeup1 ease;
}
.index-hhyy .list .swiper-slide-active .index-more {
  animation: 1.8s titFadeup1 ease;
}
.index-hhyy .list-2 {
  z-index: 9;
  width: 100%;
  bottom: 0rem;
  position: absolute;
}
.index-hhyy .list-2 .container {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.05);
}
.index-hhyy .list-2 .swiper-container {
  overflow: inherit;
}
.index-hhyy .list-2 li:first-child:before {
  display: none;
}
.index-hhyy .list-2 li {
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: background-color 500ms ease;
}
.index-hhyy .list-2 li:before {
  content: "";
  width: 1px;
  top: 0.3rem;
  left: 0;
  height: 1.1rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
.index-hhyy .list-2 li:after {
  left: -1px;
  width: 102%;
  height: 0;
  content: "";
  bottom: 0;
  z-index: 1;
  position: absolute;
  background: #0d954d;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  transition: all 500ms ease;
}
.index-hhyy .list-2 li .item {
  z-index: 2;
  font-size: 0.18rem;
  height: 1.8rem;
  padding: 0.3rem;
  position: relative;
  font-family: "montserrat-light";
  transition: all 500ms ease;
}
.index-hhyy .list-2 li .icon {
  position: relative;
}
.index-hhyy .list-2 li .icon img {
  max-height: 0.4rem;
}
.index-hhyy .list-2 li .tit {
  color: #fff;
  margin-top: 0.15rem;
  line-height: 0.3rem;
}
.index-hhyy .list-2 .swiper-slide-thumb-active:after {
  height: 101%;
  bottom: 1px;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  background: #0d954d;
}
@media (max-width: 1024px) {
  .index-hhyy .list li {
    padding-top: 80px;
    height: auto;
    height: 400px;
  }
  .index-hhyy .list li .item {
    padding: 0px;
    max-width: 100%;
    backdrop-filter: blur(5px);
  }
  .index-hhyy .list li .text {
    padding-top: 10px;
    line-height: 24px;
  }
  .index-hhyy .list li .text p {
    margin-top: 10px;
    height: 48px;
  }
  .index-hhyy .list li .button {
    margin-top: 30px;
  }
  .index-hhyy .list li .index-more i {
    width: 26px;
    height: 26px;
  }
  .index-hhyy .list li .index-more img {
    max-height: 20px;
  }
  .index-hhyy .list-2 {
    display: none;
  }
}
.index-case {
  overflow: hidden;
  padding: 1rem 0;
}
.index-case .container {
  position: relative;
}
.index-case .index-more {
  right: 0;
  top: 0.3rem;
  position: absolute;
}
.index-case .list {
  width: 134%;
  margin-top: 0.6rem;
}
.index-case .list .item {
  text-align: center;
}
.index-case .list .pic {
  overflow: hidden;
  border-radius: 0.2rem;
  position: relative;
}
.index-case .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 75.09881423%;
}
.index-case .list .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
  opacity: 0;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(13, 149, 77, 0.4);
}
.index-case .list .pic img {
  transition: all 700ms linear;
  border-radius: 0.2rem;
}
.index-case .list .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 0.25rem;
  line-height: 0.3rem;
  height: 0.3rem;
  color: #333333;
  font-size: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
}
.index-case .list .item:hover .pic img {
  transform: scale(1.1);
}
.index-case .list .item:hover .pic:before {
  opacity: 1;
}
.index-case .list .item:hover .tit {
  color: #0d954d;
}
.index-case .swiper-box {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.index-case .swiper-box img {
  max-height: 0.36rem;
}
.index-case .swiper-icon {
  margin: 0 0.1rem;
  vertical-align: top;
}
.index-case .swiper-button-prev,
.index-case .swiper-button-next {
  top: auto;
  left: auto;
  right: auto;
  color: #333333;
  transition: all 500ms ease;
  line-height: 0.4rem;
  position: relative;
}
.index-case .swiper-button-prev:after,
.index-case .swiper-button-next:after {
  margin-top: 0.2rem;
  font-size: 0.2rem;
}
.index-case .swiper-button-prev:hover,
.index-case .swiper-button-next:hover {
  color: #0d954d;
}
@media (max-width: 1024px) {
  .index-case .list {
    width: 100%;
  }
  .index-case .index-more {
    display: none;
  }
}
.index-element {
  background: cover;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-element .list {
  padding-top: 0.25rem;
  padding-bottom: 0.6rem;
  margin-top: 0.5rem;
  box-shadow: 0 0 0.3rem rgba(1, 75, 36, 0.1);
  border-radius: 0.2rem;
  background: #fff;
}
.index-element .list ul {
  height: 4.2rem;
  overflow: auto;
}
.index-element .list li {
  margin: 0 0.4rem;
}
.index-element .list li:first-child .tit {
  padding-top: 0;
}
.index-element .list .tit {
  display: flex;
  align-items: flex-start;
  padding: 0.25rem 0;
  position: relative;
  border-bottom: solid 1px #d9d9d9;
}
.index-element .list .tit .time {
  width: 7%;
  padding: 0 0.05rem;
  font-size: 0.12rem;
  color: #0d954d;
  text-align: center;
 
}
.index-element .list .tit .time span {
  display: block;
}
.index-element .list .tit .time .t-1 {
  text-align: left;
}
.index-element .list .tit .time .t-2 {
  font-size: 0.44rem;
  line-height: 0.44rem;
  font-family: "Roboto-Bold";
}
.index-element .list .tit .bt {
  color: #333;
  width: 60%;
  padding-left: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.46rem;
  font-family: "MONTSERRAT-BOLD";
}
.index-element .list .txt {
  padding-top: 0.2rem;
  line-height: 0.3rem;
  padding-left: 10%;
}
@media (max-width: 1024px) {
  .index-element .list ul {
    height: 300px;
  }
  .index-element .list .tit {
    display: block;
  }
  .index-element .list .tit .time {
    width: 100px;
    padding: 5px;
  }
  .index-element .list .tit .bt {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .index-element .list .txt {
    padding-left: 0;
    line-height: 26px;
  }
}
.index-news {
  padding: 1rem 0;
}
.index-news .index-title {
  text-align: center;
}
.index-news .list {
  margin-top: 0.5rem;
}
.index-news .list .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .list .pic {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.index-news .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.index-news .list .pic img {
  transition: all 700ms ease;
}
.index-news .list .text {
  width: 50%;
  padding-left: 0.65rem;
}
.index-news .list .text .time {
  color: #333;
  padding-bottom: 0.15rem;
  font-size: 0.14rem;
  position: relative;
}
.index-news .list .text .time:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0.25rem;
  height: 0.02rem;
  position: absolute;
  background: #0d954d;
}
.index-news .list .text .tit {
  color: #333;
  margin-top: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
  font-size: 0.3rem;
  line-height: 0.48rem;
  height: 0.96rem;
  transition: all 500ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list .text .txt {
  color: #666;
  margin-top: 0.1rem;
  height: 0.56rem;
  line-height: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list .text .index-more {
  color: #fff;
  margin-top: 0.5rem;
  text-align: center;
  height: 0.52rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  min-width: 1.6rem;
  border-radius: 0.3rem;
  display: inline-block;
  background: #0d954d;
}
.index-news .list li:hover .pic img {
  transform: scale(1.1);
}
.index-news .list li:hover .text .tit {
  color: #0d954d;
}
.index-news .list-2 {
  margin-top: 0.6rem;
}
.index-news .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index-news .list-2 li {
  padding: 0 0.2rem;
  margin-top: 20px;
  width: 33.333%;
}
.index-news .list-2 li .box {
  display: flex;
  padding: 0.35rem 0.4rem;
  justify-content: space-between;
  transition: all 500ms linear;
  box-shadow: 0 0 0.2rem rgba(0, 76, 36, 0.1);
}
.index-news .list-2 li .time {
  width: 30%;
}
.index-news .list-2 li .time .date {
  color: #333333;
  font-size: 0.14rem;
}
.index-news .list-2 li .time .icon {
  margin-top: 0.42rem;
}
.index-news .list-2 li .time .icon img {
  max-height: 0.54rem;
  transition: all 500ms ease;
}
.index-news .list-2 li .time .img2 {
  display: none;
}
.index-news .list-2 li .text {
  width: 70%;
}
.index-news .list-2 li .text .tit {
  color: #333;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.18rem;
  font-family: "MONTSERRAT-BOLD";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .list-2 li .text .txt {
  color: #666;
  margin-top: 0.15rem;
  height: 0.84rem;
  line-height: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.index-news .list-2 li:hover .box {
  background: #0d954d;
}
.index-news .list-2 li:hover .time .date {
  color: #fff;
}
.index-news .list-2 li:hover .time .img1 {
  display: none;
}
.index-news .list-2 li:hover .time .img2 {
  display: inline-block;
}
.index-news .list-2 li:hover .text .tit,
.index-news .list-2 li:hover .text .txt {
  color: #fff;
}
@media (max-width: 1024px) {
  .index-news {
    padding-top: 0;
  }
  .index-news .list .box {
    display: block;
  }
  .index-news .list .pic {
    width: 100%;
  }
  .index-news .list .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .index-news .list .text .time {
    font-size: 14px;
  }
  .index-news .list-2 li {
    width: 100%;
  }
  .index-news .list-2 li .time .date {
    font-size: 14px;
  }
  .index-news .list-2 li .text .tit {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
  }
}
.index-bg {
  color: #fff;
  display: flex;
  align-items: center;
  height: 4.5rem;
  text-align: center;
  border-radius: 0.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-bg .tit {
  font-size: 0.48rem;
  font-family: "MONTSERRAT-BOLD";
}
.index-bg .txt {
  margin: 0 auto;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  max-width: 9.5rem;
  font-family: "montserrat-light";
}
.index-bg .index-more a {
  color: #0d954d;
  background: #fff;
}
.index-bg .index-more a:before {
  background: rgba(13, 149, 77, 0.05);
}
@media (max-width: 1024px) {
  .index-bg {
    border-radius: 0;
    height: auto;
    padding: 40px 0;
  }
  .index-bg .tit {
    font-size: 24px;
    line-height: 30px;
  }
  .index-bg .txt {
    display: none;
  }
  .index-bg .index-more {
    margin-top: 30px;
  }
}
.inside-current {
  color: #999999;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.16rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a {
  color: #999;
}
.inside-current a:hover {
  color: #0d954d;
}
.inside-current img {
  margin-right: 0.05rem;
  margin-top: 0.27rem;
  max-height: 0.14rem;
}
.inside-current span {
  color: #0d954d;
}
@media (max-width: 1024px) {
  .inside-current {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
  }
  .inside-current img {
    max-height: 14px;
    margin-top: 27px;
    margin-right: 5px;
  }
}
.inside-title {
  color: #333;
  font-weight: normal;
  text-align: center;
  font-size: 0.48rem;
  font-family: "MONTSERRAT-BOLD";
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 24px;
  }
}
.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner .text {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-banner h2 {
  color: #fff;
  font-weight: normal;
  font-family: "MONTSERRAT-BOLD";
}
.inside-banner h2 span {
  font-family: "MONTSERRAT-REGULAR";
}
@media (max-width: 1024px) {
  .inside-banner {
    display: none;
  }
}
.footer {
  font-family: "montserrat-light";
  background: #f5f8f6;
}
.footer .top {
  display: flex;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  justify-content: space-between;
  border-bottom: solid 1px #d0d3d1;
}
.footer .logo img {
  max-height: 0.7rem;
}
.footer .text {
  color: #333;
  width: 45%;
  text-align: right;
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-family: "MONTSERRAT-BOLD";
}
.footer .list {
  z-index: 3;
  position: relative;
  padding-top: 0.7rem;
}
.footer .list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .list li {
  width: 18%;
}
.footer .list li h3 {
  padding-bottom: 0.15rem;
  font-family: "MONTSERRAT-BOLD";
  font-weight: normal;
}
.footer .list li h3 a {
  color: #333;
}
.footer .list li .drop {
  font-size: 0.14rem;
}
.footer .list li .drop a {
  display: block;
  margin-top: 0.15rem;
}
.footer .list li:first-child {
  color: #333;
  width: 41%;
  padding-right: 1.5rem;
  font-size: 0.18rem;
}
.footer .list li:first-child .t-1 {
  font-family: "MONTSERRAT-BOLD";
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
  padding-left: 0.45rem;
  position: relative;
}
.footer .list li:first-child .t-1 img {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  max-height: 0.36rem;
  border: solid 1px #0d954d;
}
.footer .list li:first-child .t-1 a {
  color: #333;
}
.footer .list li:first-child .t-2 {
  line-height: 0.32rem;
  padding-left: 0.45rem;
  position: relative;
}
.footer .list li:first-child .t-2 img {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  max-height: 0.36rem;
  border: solid 1px #0d954d;
}
.footer .list li:first-child .t-2 span {
  font-family: "MONTSERRAT-BOLD";
}
.footer .list li:first-child .t-2 p {
  margin-bottom: 0.1rem;
}
.footer .list .li-3 {
  width: 31%;
}
.footer .list .li-3 .drop {
  display: flex;
  flex-wrap: wrap;
}
.footer .list .li-3 .drop a {
  width: 50%;
}
.footer .list .li-4 {
  width: 10%;
}
.footer .share {
  margin-top: 0.2rem;
}
.footer .share a {
  display: inline-block;
}
.footer .share img {
  max-height: 0.34rem;
}
.footer .share a:hover .img1 {
  display: none;
}
.footer .share a:hover .img2 {
  display: inline-block;
}
.footer .share .img2 {
  display: none;
}
.footer .searchbox {
  margin-top: 0.4rem;
  font-family: "MONTSERRAT-BOLD";
}
.footer .searchbox p {
  position: relative;
  margin-bottom: 0.2rem;
}
.footer .searchbox input {
  border: 0;
  width: 100%;
  padding: 0 0.2rem;
  padding-right: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem rgba(13, 149, 77, 0.1);
}
.footer .searchbox .btn {
  right: 0;
  top: 0;
  color: #fff;
  height: 100%;
  font-size: 0.16rem;
  padding: 0 0.35rem;
  border-radius: 0.3rem;
  line-height: 0.5rem;
  background: #0d954d;
  position: absolute;
}
.footer .pic {
  right: 0;
  bottom: 0;
  position: absolute;
}
.footer .copy {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
.footer .copy span {
  display: block;
}
@media (max-width: 1024px) {
  .footer .logo img {
    max-height: 70px;
  }
  .footer .text {
    width: auto;
    padding-left: 40px;
  }
  .footer .list li {
    display: none;
  }
  .footer .list li:first-child {
    padding-right: 0;
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .footer .list li:first-child .t-1,
  .footer .list li:first-child .t-2 {
    line-height: 36px;
    padding-left: 50px;
  }
  .footer .list li:first-child .t-1 img,
  .footer .list li:first-child .t-2 img {
    max-height: 36px;
  }
  .footer .list li:first-child .t-2 {
    line-height: 26px;
  }
  .footer .share img {
    max-height: 36px;
  }
  .footer .searchbox input {
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
  }
  .footer .searchbox .btn {
    font-size: 15px;
    border-radius: 30px;
    line-height: 50px;
  }
  .footer .pic {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer .top {
    text-align: center;
    display: block;
  }
  .footer .text {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }
}
.inside-about {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about:before {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  width: 12.1rem;
  height: 7.1rem;
  background: url(../images/arrow-4.png) no-repeat top center;
  background-size: cover;
  animation: scrollArrow1 .4s alternate infinite;
}
.inside-about .tu {
  margin-top: 0.6rem;
}
.inside-about .list {
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.inside-about .list .inside-title {
  text-align: left;
}
.inside-about .list .left {
  width: 25%;
}
.inside-about .list .left li {
  color: #333;
  padding: 0.29rem 0;
  border-bottom: solid 1px #d9d9d9;
}
.inside-about .list .left li p:first-child {
  margin-bottom: 0.15rem;
  font-family: "Roboto-Bold";
}
.inside-about .list .left li p:first-child img {
  float: right;
  max-height: 0.4rem;
  margin-top: 0.08rem;
}
.inside-about .list .left li p:first-child span {
  line-height: 0.6rem;
  font-size: 0.56rem;
  color: #0d954d;
}
.inside-about .list .left li p:first-child em {
  margin-left: 0.05rem;
  font-size: 0.2rem;
  vertical-align: top;
  display: inline-block;
  color: #0d954d;
  font-style: normal;
}
.inside-about .list .left li p:nth-child(2) {
  font-size: 0.18rem;
  font-family: "montserrat-light";
}
.inside-about .list .right {
  width: 70%;
}
.inside-about .list .right h3 {
  color: #333333;
  padding-bottom: 0.2rem;
  font-size: 0.28rem;
  font-weight: normal;
}
.inside-about .list .right h3 span {
  font-family: "MONTSERRAT-BOLD";
}
.inside-about .list .right .text {
  font-family: "montserrat-light";
  line-height: 0.3rem;
}
.inside-about .list-2 li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  justify-content: space-between;
}
.inside-about .list-2 li .pic {
  width: 50%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.inside-about .list-2 li .pic img {
  border-radius: 0.2rem;
  transition: all 1000ms ease;
}
.inside-about .list-2 li .text {
  width: 50%;
  padding-left: 0.8rem;
}
.inside-about .list-2 li .text .icon img {
  max-height: 0.8rem;
}
.inside-about .list-2 li .text .tit {
  color: #333;
  font-weight: normal;
  font-size: 0.48rem;
  margin-top: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-about .list-2 li .text .txt {
  margin-top: 0.1rem;
  line-height: 0.32rem;
}
.inside-about .list-2 li:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-about .list-2 li:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 0.8rem;
}
.inside-about .list-2 li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-about .list {
    display: block;
  }
  .inside-about .list .left {
    width: 100%;
  }
  .inside-about .list .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inside-about .list .left li {
    width: 47%;
  }
  .inside-about .list .right {
    width: 100%;
    margin-top: 40px;
  }
  .inside-about .list-2 li {
    margin-top: 40px;
    display: block;
  }
  .inside-about .list-2 li .pic {
    width: 100%;
  }
  .inside-about .list-2 li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .inside-about .list-2 li .text .tit {
    font-size: 24px;
  }
}
.inside-menu {
  margin-top: 0.4rem;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "montserrat-light";
}
.inside-menu li {
  padding: 0 0.1rem;
}
.inside-menu li a {
  color: #333;
  text-align: center;
  border: solid 1px #dedede;
  border-radius: 0.3rem;
  height: 0.52rem;
  line-height: 0.5rem;
  min-width: 2.4rem;
  display: inline-block;
  position: relative;
}
.inside-menu li a:before {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 0.3rem;
  position: absolute;
  background: #0d954d;
  transition: all 500ms linear;
}
.inside-menu li span {
  z-index: 3;
  display: block;
  position: relative;
}
.inside-menu .cur a,
.inside-menu li:hover a {
  color: #fff;
  border-color: #0d954d;
}
.inside-menu .cur a:before,
.inside-menu li:hover a:before {
  width: 100%;
  left: 0;
}
@media (max-width: 1024px) {
  .inside-menu ul {
    margin: 0 -0.1rem;
  }
  .inside-menu li {
    width: 48%;
    margin-top: 20px;
  }
  .inside-menu li a {
    width: 100%;
    height: 42px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .inside-menu li {
    width: 100%;
  }
  .inside-menu li:first-child {
    margin-top: 0;
  }
}
.inside-solution {
  overflow: hidden;
  position: relative;
  padding-bottom: 1rem;
}
.inside-solution:before {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  width: 12.1rem;
  height: 7.1rem;
  background: url(../images/arrow-4.png) no-repeat top center;
  background-size: cover;
  animation: scrollArrow1 .4s alternate infinite;
}
.inside-solution dl {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.3rem;
}
.inside-solution dt {
  width: 50%;
  font-family: "montserrat-light";
  padding-right: 0.7rem;
}
.inside-solution dt h1 {
  color: #333;
  font-weight: normal;
  font-size: 0.36rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-solution dt .text {
  padding-top: 0.2rem;
  line-height: 0.32rem;
}
.inside-solution dd {
  width: 50%;
  border-radius: 0.2rem;
}
.inside-solution dd img {
  border-radius: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-solution dl {
    display: block;
  }
  .inside-solution dt,
  .inside-solution dd {
    width: 100%;
  }
  .inside-solution dt {
    padding-right: 0;
  }
  .inside-solution dt .text {
    line-height: 26px;
  }
  .inside-solution dd {
    margin-top: 30px;
  }
}
.inside-solution-2 {
  background: #f3faf6;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.inside-solution-2 .index-title {
  text-align: center;
}
.inside-solution-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-solution-2 .list li {
  width: 16.66666667%;
  margin-top: 0.8rem;
  padding: 0 0.25rem;
}
.inside-solution-2 .list li .icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #e6f4ed;
  margin: 0 auto;
  top: -0.4rem;
  position: relative;
  transition: all 500ms ease;
}
.inside-solution-2 .list li .icon img {
  max-height: 0.8rem;
}
.inside-solution-2 .list li .img2 {
  display: none;
}
.inside-solution-2 .list li .item {
  color: #333;
  display: flex;
  width: 100%;
  min-height: 100%;
  background: #fff;
  text-align: center;
  justify-content: center;
  padding: 0 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(13, 149, 77, 0.1);
}
.inside-solution-2 .list li .tit {
  position: relative;
  margin-top: -0.25rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-solution-2 .list li:hover .icon,
.inside-solution-2 .list .active .icon {
  background: #0d954d;
}
.inside-solution-2 .list li:hover .img1,
.inside-solution-2 .list .active .img1 {
  display: none;
}
.inside-solution-2 .list li:hover .img2,
.inside-solution-2 .list .active .img2 {
  display: inline-block;
}
/*.inside-solution-2 .list li:hover .tit {
  color: #0d954d;
}*/
.inside-solution-2 .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-solution-2 .list-2 li {
  width: 25%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-solution-2 .list-2 li .item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.2rem;
}
.inside-solution-2 .list-2 li .pic {
  width: 50%;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.inside-solution-2 .list-2 li .pic img {
  transition: all 500ms ease;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.inside-solution-2 .list-2 li .tit {
  width: 50%;
  font-weight: 700;
  line-height: 0.32rem;
  font-size: 0.2rem;
  color: #333;
  padding: 0.2rem;
}
.inside-solution-2 .list-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-solution-2 .list-2 li:hover .tit {
  color: #0d954d;
}
@media (max-width: 1024px) {
  .inside-solution-2 .list li {
    width: 33.333%;
  }
  .inside-solution-2 .list-2 li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .inside-solution-2 .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-solution-2 .list-2 li {
    width: 100%;
  }
  .inside-solution-2 .list-2 li .tit {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
.inside-solution-3 {
  padding: 1rem 0;
}
.inside-solution-3:before {
  display: none;
}
.inside-solution-3 dl {
  padding-top: 0;
  flex-direction: row-reverse;
}
.inside-solution-3 dt {
  padding-left: 0.6rem;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .inside-solution-3 dt {
    padding-left: 0;
  }
}
.inside-solution-4 {
  padding-top: 0.9rem;
}
.inside-solution-4 .list {
  padding-top: 0.1rem;
}
.inside-solution-4 .list li {
  width: 25%;
}
.inside-solution-4 .list li .tit {
  height: 0.7rem;
  line-height: 0.7rem;
}
.inside-solution-4 .list li .buttonB {
  top: 0.8rem;
}
@media (max-width: 1024px) {
  .inside-solution-4 .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-solution-4 .list li {
    width: 100%;
  }
}
.inside-solution-5 {
  padding-bottom: 0;
  padding-top: 0.9rem;
}
.inside-solution-5 .index-title {
  text-align: center;
}
.inside-solution-6 {
  overflow: hidden;
  position: relative;
  padding-top: 0.9rem;
  background: #00411f;
}
.inside-solution-6 .container {
  max-width: 19.2rem;
}
.inside-solution-6 .index-title {
  text-align: center;
}
.inside-solution-6 .index-title .p-2 {
  color: #fff;
}
.inside-solution-6 .mains {
  margin-top: 0.6rem;
}
.inside-solution-6 .g1,
.inside-solution-6 .g2,
.inside-solution-6 .g3,
.inside-solution-6 .g4,
.inside-solution-6 .g5,
.inside-solution-6 .g6 {
  width: 16.66666667%;
  padding: 0 0.1rem;
  float: left;
}
.inside-solution-6 .g1 li,
.inside-solution-6 .g2 li,
.inside-solution-6 .g3 li,
.inside-solution-6 .g4 li,
.inside-solution-6 .g5 li,
.inside-solution-6 .g6 li {
  float: none!important;
  transition: all 335ms ease;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
.inside-solution-6 .g1 li span,
.inside-solution-6 .g2 li span,
.inside-solution-6 .g3 li span,
.inside-solution-6 .g4 li span,
.inside-solution-6 .g5 li span,
.inside-solution-6 .g6 li span {
  border-radius: 0.1rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.inside-solution-6 .g1 li span:after,
.inside-solution-6 .g2 li span:after,
.inside-solution-6 .g3 li span:after,
.inside-solution-6 .g4 li span:after,
.inside-solution-6 .g5 li span:after,
.inside-solution-6 .g6 li span:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.inside-solution-6 .g1 li img,
.inside-solution-6 .g2 li img,
.inside-solution-6 .g3 li img,
.inside-solution-6 .g4 li img,
.inside-solution-6 .g5 li img,
.inside-solution-6 .g6 li img {
  border-radius: 0.1rem;
  transition: all 700ms ease;
}
.inside-solution-6 .g1 li:hover img,
.inside-solution-6 .g2 li:hover img,
.inside-solution-6 .g3 li:hover img,
.inside-solution-6 .g4 li:hover img,
.inside-solution-6 .g5 li:hover img,
.inside-solution-6 .g6 li:hover img {
  transform: scale(1.05);
}
.inside-solution-6 .g1,
.inside-solution-6 .g2,
.inside-solution-6 .g3,
.inside-solution-6 .g4,
.inside-solution-6 .g5,
.inside-solution-6 .g6 {
  height: 6.5rem;
}
@media (max-width: 1024px) {
  .inside-solution-6{
  	  padding-top:40px;
  }	
  .inside-solution-6 .mains{
  	margin-top:20px;
  }
  .inside-solution-6 .g1,
  .inside-solution-6 .g2,
  .inside-solution-6 .g3,
  .inside-solution-6 .g4,
  .inside-solution-6 .g5,
  .inside-solution-6 .g6 {
    padding: 0 5px;
    height: 200px;
  }
  .inside-solution-6 .g1 li,
  .inside-solution-6 .g2 li,
  .inside-solution-6 .g3 li,
  .inside-solution-6 .g4 li,
  .inside-solution-6 .g5 li,
  .inside-solution-6 .g6 li {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .inside-solution-6 .g1,
  .inside-solution-6 .g2,
  .inside-solution-6 .g3,
  .inside-solution-6 .g4,
  .inside-solution-6 .g5,
  .inside-solution-6 .g6 {
    height: 300px;
    width:33.3333%;
    margin-bottom:20px;
  }
  
  
  
}
.inside-solution-7 .inside-title {
  padding-top: 0.2rem;
}
.inside-solution-7 dl {
  padding-top: 0.4rem;
  flex-direction: row-reverse;
}
.inside-solution-7 dt {
  padding-left: 0.7rem;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .inside-solution-7 dt {
    padding-left: 0;
  }
}
.inside-process {
  padding-bottom: 0.9rem;
  padding-top: 0.9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-process .index-title {
  text-align: center;
}
.inside-process .box {
  text-align: center;
  position: relative;
  margin-top: 0.9rem;
  min-height: 6rem;
}
.inside-process .tu {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-process .list {
  position: relative;
}
.inside-process .list li {
  position: absolute;
  align-items: center;
  text-align: left;
  display: flex;
}
.inside-process .list li .tit {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  background: #fff;
  text-align: center;
  border: solid 1px #e6f4ed;
}
.inside-process .list li .num {
  color: #0d954d;
  font-size: 0.4rem;
  line-height: 0.98rem;
}
.inside-process .list li .icon {
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms ease;
  position: absolute;
}
.inside-process .list li .icon img {
  max-height: 1rem;
}
.inside-process .list li .txt {
  padding-left: 0.3rem;
}
.inside-process .list li .p-1 {
  color: #333;
  font-size: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-process .list li .p-2 {
  display: none;
  margin-top: 0.05rem;
  font-family: "montserrat-light";
}
.inside-process .list li:nth-child(1) {
  top: 0;
  left: 55%;
}
.inside-process .list li:nth-child(2) {
  left: 64%;
  top: 2.2rem;
}
.inside-process .list li:nth-child(3) {
  left: 57%;
  top: 4.8rem;
}
.inside-process .list li:nth-child(4) {
  right: 57%;
  top: 4.8rem;
  flex-direction: row-reverse;
}
.inside-process .list li:nth-child(4) .txt {
  padding-left: 0;
  padding-right: 0.3rem;
}
.inside-process .list li:nth-child(5) {
  right: 64%;
  top: 2.2rem;
  flex-direction: row-reverse;
}
.inside-process .list li:nth-child(5) .txt {
  padding-left: 0;
  padding-right: 0.3rem;
}
.inside-process .list li:nth-child(6) {
  top: 0;
  right: 55%;
  flex-direction: row-reverse;
}
.inside-process .list li:nth-child(6) .txt {
  padding-left: 0;
  padding-right: 0.3rem;
}
@media (min-width: 1025px) {
  .inside-process .list li:hover .tit {
    border-color: #0d954d;
    background: #0d954d;
  }
  .inside-process .list li:hover .p-2 {
    display: block;
  }
  .inside-process .list li:hover .num {
    opacity: 0;
  }
  .inside-process .list li:hover .icon {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .inside-process .tu {
    display: none;
  }
  .inside-process .box {
    min-height: auto;
    margin-top: 10px;
  }
  .inside-process .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inside-process .list li {
    width: 49%;
    margin-top: 30px;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    position: relative;
    display: block;
    text-align: center;
  }
  .inside-process .list li .tit {
    margin: 0 auto;
  }
  .inside-process .list li .p-1 {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-process .list li {
    width: 100%;
  }
}
.inside-bg {
  color: #fff;
  display: flex;
  margin-top: 1rem;
  align-items: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 5.56rem;
}
.inside-bg .txt {
  text-align: center;
  font-family: "MONTSERRAT-BOLD";
  font-size: 0.28rem;
  line-height: 0.56rem;
  max-width: 10.4rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .inside-bg {
    height: auto;
    padding: 40px 0;
  }
  .inside-bg .txt {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.inside-prices {
  padding-bottom: 1rem;
}
.inside-prices .list {
  margin-top: 0.2rem;
}
.inside-prices .list .table {
  margin-top: 0.4rem;
}
.inside-prices .list .bg-2 {
  background: #f3faf6;
}
.inside-prices .list .bg-3 {
  background: #fbfbfb;
}
.inside-prices .list th {
  color: #fff;
  font-weight: normal;
  background: #0d954d;
}
.inside-prices .list th,
.inside-prices .list td {
  text-align: left;
  padding: 0.15rem 0;
}
.inside-prices .list th:first-child,
.inside-prices .list td:first-child {
  padding-left: 1rem;
}
.inside-prices .list-2 {
  margin-top: 1rem;
}
.inside-prices .list-2 .nr ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-prices .list-2 .nr li {
  width: 50%;
  margin-top: 0.5rem;
  padding: 0 0.2rem;
}
.inside-prices .list-2 .nr li .item {
  padding: 0.4rem;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(6, 119, 59, 0.1);
}
.inside-prices .list-2 .nr li .item dd {
  padding-left: 0.26rem;
}
.inside-prices .list-2 .nr li .tit {
  color: #333;
  margin-bottom: 0.1rem;
  padding-left: 0.24rem;
  font-family: "MONTSERRAT-BOLD";
  line-height: 0.3rem;
  font-size: 0.24rem;
  position: relative;
}
.inside-prices .list-2 .nr li .tit:before {
  top: 0;
  left: 0;
  content: "";
  width: 0.04rem;
  height: 0.24rem;
  position: absolute;
  background: #0d954d;
}
.inside-prices .list-2 .nr li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.16rem;
  position: relative;
}
.inside-prices .list-2 .nr li .txt:before {
  top: 0.15rem;
  left: 0;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  position: absolute;
  background: #0d954d;
}
.inside-prices .list-2 .nr li .txt a {
  color: #333;
}
.inside-prices .list-2 .nr li .txt a:hover {
  color: #0d954d;
}
.inside-prices .list-2 .nr li .txt span {
  float: right;
  color: #666666;
  font-size: 0.14rem;
}
@media (max-width: 1024px) {
  .inside-prices .list .table {
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-prices .list .table table {
    width: 1000px;
  }
  .inside-prices .list-2 .nr li {
    width: 100%;
  }
  .inside-prices .list-2 .nr li .tit {
    font-size: 14px;
  }
  .inside-prices .list-2 .nr li .txt span {
    display: none;
    font-size: 12px;
  }
}
.inside-news {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 0;
}
.inside-news .list {
  position: relative;
}
.inside-news .list .swiper-box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0.6rem;
  max-width: 10rem;
}
.inside-news .list .swiper-button-prev,
.inside-news .list .swiper-button-next {
  top: auto;
  left: auto;
  right: auto;
  margin-top: auto;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  border-radius: 50%;
  transition: all 500ms ease;
  border: solid 1px #e7e7e7;
}
.inside-news .list .swiper-button-prev:after,
.inside-news .list .swiper-button-next:after {
  font-size: 0;
}
.inside-news .list .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
}
.inside-news .list .swiper-button-prev:hover {
  border-color: #0d954d;
  background: url(../images/prev-h.png) no-repeat center center #0d954d;
  background-size: cover;
}
.inside-news .list .swiper-button-next {
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-news .list .swiper-button-next:hover {
  border-color: #0d954d;
  background: url(../images/next-h.png) no-repeat center center #0d954d;
  background-size: cover;
}
.inside-news .list .swiper-pagination {
  height: 1px;
  width: 80%;
  margin: 0 auto;
  margin-top: 0.24rem;
  position: relative;
  background: #e6e6e6;
}
.inside-news .list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0d954d;
  height: 2px;
}
.inside-news .list-2 {
  margin-top: 0.3rem;
}
.inside-news .list-2 li {
  padding-top: 0.4rem;
}
@media (max-width: 1024px) {
  .inside-news .list .box {
    display: block;
  }
  .inside-news .list .pic,
  .inside-news .list .text {
    width: 100%;
  }
  .inside-news .list .text {
    padding: 30px 0;
  }
  .inside-news .list .text .time {
    font-size: 14px;
  }
}
.inside-newsshow .topbg {
  padding-bottom: 0.3rem;
  background: #f3faf6;
}
.inside-newsshow .topbg h1 {
  color: #333;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "MONTSERRAT-BOLD";
  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;
  font-family: "montserrat-light";
}
.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-weight: normal;
  font-size: 0.32rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-newsshow .box .list li {
  padding: 0.25rem 0;
  border-bottom: solid 1px #d9d9d9;
}
.inside-newsshow .box .list li .time {
  color: #666;
}
.inside-newsshow .box .list li .tit {
  color: #333;
  margin-top: 0.05rem;
  height: 0.56rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-family: "MONTSERRAT-BOLD";
  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: #0d954d;
}
.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: #0d954d;
}
.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 {
  padding-top: 0;
}
.inside-product .list {
  margin-top: 0.2rem;
}
.inside-product .list .item {
  display: flex;
  flex-direction: column-reverse;
}
.inside-product .list li .pic {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-product .list li .pic img {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-product .list li .tit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.inside-product .list li .index-more {
  margin-top: 0.15rem;
}
.inside-product .list li .buttonB {
  top: 1.05rem;
}
.inside-product .list-2 {
  display: flex;
  justify-content: space-between;
}
.inside-product .list-2 .left {
  width: 40%;
}
.inside-product .list-2 .right {
  width: 52%;
  padding-top: 0.1rem;
  line-height: 0.32rem;
  font-family: "montserrat-light";
}
.inside-product .list-2 .menu {
  font-family: "MONTSERRAT-BOLD";
  margin-top: 0.2rem;
  padding-right: 1.2rem;
}
.inside-product .list-2 .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-product .list-2 .menu li {
  width: 50%;
  padding: 0 0.1rem;
  padding-top: 0.2rem;
}
.inside-product .list-2 .menu li a {
  color: #333;
  position: relative;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.5rem;
  height: 0.52rem;
  display: block;
  border: solid 1px #e5e5e5;
}
.inside-product .list-2 .menu li a:before {
  content: "";
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  position: absolute;
  background: #0d954d;
  border-radius: 0.3rem;
  transition: all 500ms ease;
}
.inside-product .list-2 .menu li span {
  display: block;
  position: relative;
}
.inside-product .list-2 .menu .cur a,
.inside-product .list-2 .menu li:hover a {
  color: #fff;
  border-color: #0d954d;
}
.inside-product .list-2 .menu .cur a:before,
.inside-product .list-2 .menu li:hover a:before {
  width: 100%;
  left: 0;
}
@media (max-width: 1024px) {
  .inside-product .list-2 {
    display: block;
  }
  .inside-product .list-2 .left {
    width: 100%;
  }
  .inside-product .list-2 .menu {
    padding-right: 0;
  }
  .inside-product .list-2 .menu li a {
    height: 42px;
    line-height: 40px;
  }
  .inside-product .list-2 .right {
    width: 100%;
    padding-top: 30px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .inside-product .list-2 .menu li {
    width: 100%;
  }
}
.inside-product-2 .list li .item {
  border-radius: 0;
}
.inside-product-2 .list li .pic {
  border-radius: 0;
}
.inside-product-2 .list li .pic img {
  border-radius: 0;
}
.inside-product-2 .list li .tit {
  border-radius: 0;
}
.inside-proshow .list {
  margin-top: 0.3rem;
}
.inside-proshow .title {
  color: #333;
  padding-bottom: 0.2rem;
  line-height: 0.46rem;
  font-size: 0.36rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-proshow .left {
  width: 64%;
  float: left;
}
.inside-proshow .left .item-1 dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-proshow .left .item-1 dt {
  width: 51%;
  border: solid 1px #ebebeb;
  overflow: hidden;
  position: relative;
}
.inside-proshow .left .item-1 dt:after {
  content: "";
  display: block;
  padding-bottom: 70.22900763%;
}
.inside-proshow .left .item-1 dt img {
  transition: all 700ms ease;
}
.inside-proshow .left .item-1 dd {
  width: 49%;
  font-family: "montserrat-light";
  line-height: 0.32rem;
  padding-left: 0.4rem;
}
.inside-proshow .left .item-1 dd h1 {
  color: #333;
  line-height: 0.5rem;
  padding-bottom: 0.2rem;
  font-weight: normal;
  font-size: 0.36rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-proshow .left .item-1 dd .index-more {
  margin-top: 0.5rem;
}
.inside-proshow .left .item-1 dd .index-more a {
  background: #3a935e;
}
.inside-proshow .left .item-2 {
  z-index: 9;
  font-family: "montserrat-light";
  margin-top: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #e5ebe7;
}
.inside-proshow .left .item-2 ul {
  display: flex;
}
.inside-proshow .left .item-2 li {
  position: relative;
}
.inside-proshow .left .item-2 li:before {
  top: 50%;
  content: "";
  width: 1px;
  height: 0.15rem;
  background: #c3c8c5;
  position: absolute;
  transform: translateY(-50%);
}
.inside-proshow .left .item-2 li a {
  display: block;
  text-align: center;
  position: relative;
  min-width: 1.7rem;
}
.inside-proshow .left .item-2 li a:before {
  content: "";
  left: 50%;
  opacity: 0;
  bottom: 0rem;
  transform: translateX(-50%);
  position: absolute;
  transition: all 500ms ease;
  border-bottom: solid 0.08rem #0d954d;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
}
.inside-proshow .left .item-2 li a:after {
  content: "";
  display: block;
  width: 0%;
  left: 50%;
  height: 0.02rem;
  background: #0d954d;
  transition: all 500ms ease;
}
.inside-proshow .left .item-2 li:first-child:before {
  display: none;
}
.inside-proshow .left .item-2 .cur a:before {
  opacity: 1;
}
.inside-proshow .left .item-2 .cur a:after {
  left: 0;
  width: 100%;
}
.inside-proshow .left .item-3 {
  position: relative;
  margin-top: 0.6rem;
  line-height: 0.32rem;
  font-family: "montserrat-light";
}
.inside-proshow .left .item-3 .f20 {
  color: #3a935e;
  padding-left: 0.15rem;
  font-size: 0.2rem;
  position: relative;
  font-family: "MONTSERRAT-BOLD";
}
.inside-proshow .left .item-3 .f20:before {
  left: 0;
  top: 0.05rem;
  content: "";
  width: 0.04rem;
  height: 0.22rem;
  background: #3a935e;
  position: absolute;
}
.inside-proshow .left .item-4 {
  width: 105%;
  margin-left: -0.2rem;
  padding-bottom: 1rem;
  margin-top: 0.6rem;
  position: relative;
}
.inside-proshow .left .item-4 .swiper-container {
  padding: 0 0.2rem;
}
.inside-proshow .left .item-4 .title {
  margin-left: 0.2rem;
  padding-bottom: 0;
}
.inside-proshow .left .item-4 .nr {
  color: #333;
  margin-top: 0.3rem;
  background: #fff;
  padding: 0.4rem;
  padding-top: 0.3rem;
  line-height: 0.36rem;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(4, 70, 31, 0.1);
  border-radius: 0.2rem;
}
.inside-proshow .left .item-4 .nr:after {
  content: "";
  left: 0.7rem;
  bottom: -0.25rem;
  position: absolute;
  border-top: solid 0.3rem #ffffff;
  border-left: solid 0.2rem transparent;
  border-right: solid 0.2rem transparent;
}
.inside-proshow .left .item-4 .nr .txt {
  height: 1.8rem;
  overflow: auto;
}
.inside-proshow .left .item-4 .dot {
  bottom: 0;
  right: 0.4rem;
  position: absolute;
}
.inside-proshow .left .item-4 .dot img {
  max-height: 0.84rem;
}
.inside-proshow .left .item-4 .bot {
  padding-top: 0.35rem;
  padding-left: 0.3rem;
}
.inside-proshow .left .item-4 .bot dl {
  display: flex;
  align-items: center;
}
.inside-proshow .left .item-4 .bot dt {
  width: 22%;
  border-radius: 50%;
}
.inside-proshow .left .item-4 .bot dt img {
  border-radius: 50%;
}
.inside-proshow .left .item-4 .bot dd {
  width: 78%;
  font-size: 0.18rem;
  padding-left: 0.2rem;
}
.inside-proshow .left .item-4 .bot .p-1 {
  color: #333;
  font-size: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-proshow .left .item-4 .bot .p-2 {
  margin-top: 0.05rem;
}
.inside-proshow .left .item-5 {
  position: relative;
  margin-top: 0.4rem;
  font-family: "montserrat-light";
}
.inside-proshow .left .item-5 .box {
  margin-top: 0.4rem;
}
.inside-proshow .left .item-5 .box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-proshow .left .item-5 .box li {
  text-align: center;
  padding: 0 0.15rem;
  width: 33.333%;
}
.inside-proshow .left .item-5 .box li .tit {
  color: #333;
  font-size: 0.2rem;
  margin-top: 0.15rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-proshow .right {
  left: 0;
  width: 31.5%;
  float: right;
  top: 0.7rem;
  position: sticky;
}
.inside-proshow .right .title {
  font-size: 0.32rem;
}
.inside-proshow .right .box-1 {
  padding: 0.4rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(23, 116, 196, 0.1);
}
.inside-proshow .right .box-1 li {
  margin-top: 0.2rem;
}
.inside-proshow .right .box-1 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-proshow .right .box-1 li .pic img {
  transition: all 700ms linear;
}
.inside-proshow .right .box-1 li .pic:after {
  display: block;
  content: "";
  padding-bottom: 66.82352941%;
}
.inside-proshow .right .box-1 li .tit {
  color: #333;
  height: 0.5rem;
  font-size: 0.18rem;
  line-height: 0.5rem;
  margin-top: 0.1rem;
  transition: all 500ms ease;
  font-family: "MONTSERRAT-BOLD";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-proshow .right .box-1 li:hover .pic img {
  transform: scale(1.1);
}
.inside-proshow .right .box-1 li:hover .tit {
  color: #0d954d;
}
.inside-proshow .right .box-2 {
  padding-bottom: 0.8rem;
  padding-left: 1.3rem;
  padding-top: 0.7rem;
}
.inside-proshow .right .box-2 li {
  margin-bottom: 0.2rem;
  line-height: 0.34rem;
}
.inside-proshow .right .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-proshow .right .box-2 li span img {
  max-height: 0.36rem;
}
.inside-proshow .right .box-2 li .img2 {
  display: none;
}
.inside-proshow .right .box-2 li:hover span {
  border-color: #0d954d;
}
.inside-proshow .right .box-2 li:hover .img1 {
  display: none;
}
.inside-proshow .right .box-2 li:hover .img2 {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-proshow .left {
    width: 100%;
    float: none;
  }
  .inside-proshow .left .item-1 dl {
    display: block;
  }
  .inside-proshow .left .item-1 dt {
    width: 100%;
  }
  .inside-proshow .left .item-1 dd {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .inside-proshow .left .item-2 {
    top: auto;
    left: auto;
    position: relative;
  }
  .inside-proshow .left .item-3 {
    line-height: 26px;
  }
  .inside-proshow .right {
    display: none;
  }
}
.inside-xg-product .list .item {
  display: flex;
  flex-direction: column-reverse;
}
.inside-xg-product .list .index-more {
  margin-top: 0.15rem;
}
.inside-xg-product .list ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-xg-product .list li {
  padding-right: 0;
  padding-left: 0;
}
.inside-xg-product .list li .buttonB {
  top: 1.05rem;
}
.inside-xg-product .list li .pic {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-xg-product .list li .pic img {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-xg-product .list li .tit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.inside-titanium {
  margin-bottom: 0.8rem;
  padding: 0.8rem 0 1rem 0;
  background: #f5f9f7;
}
.inside-titanium .list {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  justify-content: space-between;
}
.inside-titanium .left {
  width: 45%;
  position: relative;
}
.inside-titanium .left .nr {
  color: #333;
  background: #fff;
  padding: 0.5rem;
  line-height: 0.36rem;
  position: relative;
  padding-bottom: 0.3rem;
  border-radius: 0.2rem;
}
.inside-titanium .left .nr:after {
  content: "";
  left: 0.7rem;
  bottom: -0.1rem;
  position: absolute;
  border-top: solid 0.12rem #ffffff;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
}
.inside-titanium .left .nr .txt {
  height: 1.44rem;
  overflow: auto;
}
.inside-titanium .left .dot {
  text-align: right;
}
.inside-titanium .left .dot img {
  max-height: 0.84rem;
}
.inside-titanium .left .bot {
  padding-top: 0.35rem;
  padding-left: 0.3rem;
}
.inside-titanium .left .bot dl {
  display: flex;
  align-items: center;
}
.inside-titanium .left .bot dt {
  width: 15%;
  border-radius: 50%;
}
.inside-titanium .left .bot dt img {
  border-radius: 50%;
}
.inside-titanium .left .bot dd {
  width: 60%;
  font-size: 0.18rem;
  padding-left: 0.2rem;
}
.inside-titanium .left .bot .p-1 {
  color: #333;
  font-size: 0.2rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-titanium .left .bot .p-2 {
  margin-top: 0.05rem;
}
.inside-titanium .left .swiper-button-prev,
.inside-titanium .left .swiper-button-next {
  top: auto;
  transition: all 500ms ease;
  bottom: 0.2rem;
  margin-top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.48rem;
  border: solid 1px #333333;
}
.inside-titanium .left .swiper-button-prev:after,
.inside-titanium .left .swiper-button-next:after {
  color: #333;
  font-size: 0.2rem;
}
.inside-titanium .left .swiper-button-prev:hover,
.inside-titanium .left .swiper-button-next:hover {
  border-color: #0d954d;
  background: #0d954d;
}
.inside-titanium .left .swiper-button-prev:hover:after,
.inside-titanium .left .swiper-button-next:hover:after {
  color: #fff;
}
.inside-titanium .left .swiper-button-prev {
  left: auto;
  right: 0.8rem;
}
.inside-titanium .right {
  width: 50%;
  border-radius: 0.2rem;
}
.inside-titanium .right img {
  border-radius: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-titanium .left {
    width: 100%;
  }
  .inside-titanium .left .bot dl {
    padding: 0 30px;
  }
  .inside-titanium .left .bot dt {
    width: 30%;
  }
  .inside-titanium .left .swiper-button-prev,
  .inside-titanium .left .swiper-button-next {
    bottom: 20px;
  }
  .inside-titanium .left .swiper-button-prev {
    left: 0;
  }
  .inside-titanium .left .swiper-button-next {
    right: 0;
  }
  .inside-titanium .right {
    display: none;
  }
}
.inside-titanium-2 .left .nr {
  border-radius: 0;
}
.inside-titanium-2 .right {
  border-radius: 0;
}
.inside-titanium-2 .right img {
  border-radius: 0;
}
.inside-faq {
  padding-top: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-faq .list {
  display: flex;
  justify-content: space-between;
}
.inside-faq .list .indx-title {
  width: 30%;
}
.inside-faq .list .right {
  width: 70%;
  border-bottom: solid 1px #d0d5d2;
}
.inside-faq .list .right .tit {
  font-weight: normal;
  cursor: pointer;
  color: #333333;
  font-size: 0.22rem;
  position: relative;
  padding: 0.35rem;
  padding-left: 0.5rem;
  font-family: "MONTSERRAT-BOLD";
  border-top: solid 1px #d0d5d2;
}
.inside-faq .list .right .tit:before {
  left: 0;
  top: 0.35rem;
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  background: url(../images/faq-icon.png) no-repeat top center;
  background-size: cover;
}
.inside-faq .list .right .tit:after {
  top: 0.4rem;
  right: 0;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  transform: rotate(45deg);
  border-right: solid 0.02rem #333333;
  border-bottom: solid 0.02rem #333333;
}
.inside-faq .list .right .txt {
  display: none;
  margin-top: -0.2rem;
  position: relative;
  padding-bottom: 0.35rem;
  font-family: "montserrat-light";
  padding-right: 0.9rem;
  padding-left: 0.5rem;
  line-height: 0.32rem;
}
.inside-faq .list .right .active:after {
  transform: rotate(-135deg);
  border-right: solid 0.02rem #0d954d;
  border-bottom: solid 0.02rem #0d954d;
}
@media (max-width: 1024px) {
  .inside-faq .list {
    display: block;
  }
  .inside-faq .list .right {
    width: 100%;
    margin-top: 40px;
  }
  .inside-faq .list .right .txt {
    line-height: 26px;
    padding-right: 0;
    margin-top: 0;
  }
}
.inside-faq-2 {
  padding-bottom: 1rem;
}
.inside-recycle .list .pic {
  border-radius: 0;
}
.inside-recycle .list .pic img {
  border-radius: 0;
}
.inside-recycle .list .pic:after {
  padding-bottom: 63.24110672%;
}
.inside-recycle .swiper-box {
  justify-content: flex-start;
}
.inside-recycle .swiper-pagination {
  height: 1px;
  width: 93%;
  border-right: solid 0.3rem #ffffff;
  background: #d9d9d9;
  position: relative;
}
.inside-recycle .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #0d954d;
}
#inside-recycle-2 {
  background: #0d954d;
}
#inside-recycle-2 .index-title .p-2 {
  padding-top: 0;
  color: #fff;
}
#inside-recycle-2 .list .tit {
  color: #fff;
}
#inside-recycle-2 .swiper-pagination {
  border-color: #0d954d;
  background: rgba(255, 255, 255, 0.2);
}
#inside-recycle-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
#inside-recycle-2 .swiper-button-prev,
#inside-recycle-2 .swiper-button-next {
  color: rgba(255, 255, 255, 0.5);
}
#inside-recycle-2 .swiper-button-prev:hover,
#inside-recycle-2 .swiper-button-next:hover {
  color: #fff;
}
.inside-service {
  position: relative;
  overflow: hidden;
}
.inside-service .g1,
.inside-service .g2,
.inside-service .g3,
.inside-service .g4,
.inside-service .g5,
.inside-service .g6 {
  width: 25%;
  padding: 0 0.2rem;
  float: left;
}
.inside-service .g1 li,
.inside-service .g2 li,
.inside-service .g3 li,
.inside-service .g4 li,
.inside-service .g5 li,
.inside-service .g6 li {
  float: none!important;
  transition: all 335ms ease;
  margin-bottom: 0.4rem;
}
.inside-service .g1 li span,
.inside-service .g2 li span,
.inside-service .g3 li span,
.inside-service .g4 li span,
.inside-service .g5 li span,
.inside-service .g6 li span {
  overflow: hidden;
  display: block;
  position: relative;
}
.inside-service .g1 li span:after,
.inside-service .g2 li span:after,
.inside-service .g3 li span:after,
.inside-service .g4 li span:after,
.inside-service .g5 li span:after,
.inside-service .g6 li span:after {
  content: "";
  display: block;
  padding-bottom: 63.24110672%;
}
.inside-service .g1 li img,
.inside-service .g2 li img,
.inside-service .g3 li img,
.inside-service .g4 li img,
.inside-service .g5 li img,
.inside-service .g6 li img {
  transition: all 700ms ease;
}
.inside-service .g1 li:hover img,
.inside-service .g2 li:hover img,
.inside-service .g3 li:hover img,
.inside-service .g4 li:hover img,
.inside-service .g5 li:hover img,
.inside-service .g6 li:hover img {
  transform: scale(1.05);
}
.inside-service .g1,
.inside-service .g2,
.inside-service .g3,
.inside-service .g4,
.inside-service .g5,
.inside-service .g6 {
  height: 6.5rem;
}
.inside-service .box {
  margin: 0 auto;
  max-width: 19.2rem;
}
.inside-service .mains {
  margin: 0 -0.2rem;
  position: relative;
}
.inside-service .mains:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  background: rgba(0, 30, 12, 0.6);
}
.inside-service .text {
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -70%);
}
.inside-service .inside-title {
  color: #fff;
}
.inside-service .index-more {
  text-align: center;
  margin-top: 0.4rem;
}
.inside-service .index-more img {
  display: none;
  margin-left: 0.05rem;
  margin-top: 0.15rem;
  max-height: 0.2rem;
  transition: all 500ms ease;
}
.inside-service .index-more a {
  padding: 0 0.15rem;
  min-width: 2.8rem;
  color: #0d954d;
  background: #fff;
}
.inside-service .index-more a:before {
  background: #0d954d;
}
.inside-service .index-more:hover a {
  color: #fff;
}
.inside-service .index-more:hover img {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-service {
    display: none;
  }
}
.inside-service-2 {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}
.inside-service-2 .index-title {
  text-align: center;
}
.inside-service-2 .text {
  color: #333;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.34rem;
  font-family: "montserrat-light";
  padding-top: 0.3rem;
}
.inside-service-2 .list {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.inside-service-2 .list .title {
  color: #333;
  font-size: 0.36rem;
  padding: 0.18rem 0;
}
.inside-service-2 .list .title span {
  font-family: "MONTSERRAT-BOLD";
}
.inside-service-2 .list .left {
  width: 50%;
}
.inside-service-2 .list .left ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-service-2 .list .left li {
  width: 50%;
  padding: 0 0.2rem;
  margin-top: 0.85rem;
}
.inside-service-2 .list .left li .item {
  min-height: 1.6rem;
  text-align: center;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(13, 149, 77, 0.1);
}
.inside-service-2 .list .left li .icon {
  margin: 0 auto;
  top: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  background: #0d954d;
}
.inside-service-2 .list .left li .icon img {
  max-height: 1rem;
  transition: all 700ms ease;
}
.inside-service-2 .list .left li .tit {
  color: #333;
  font-size: 0.2rem;
  position: relative;
  margin-top: -0.2rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-service-2 .list .left li:hover .icon img {
  transform: scale(1.1);
}
.inside-service-2 .list .left li:hover .tit {
  color: #0d954d;
}
.inside-service-2 .list .right {
  position: relative;
}
.inside-service-2 .list .right .tu {
  border-radius: 0.2rem;
}
.inside-service-2 .list .right .tu img {
  border-radius: 0.2rem;
}
.inside-service-2 .list .right .videobtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .inside-service-2 .text {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  .inside-service-2 .list {
    display: block;
  }
  .inside-service-2 .list .left {
    width: 100%;
  }
  .inside-service-2 .list .right {
    display: none;
  }
}
.inside-service-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-service-3 .index-more {
  margin-top: 0.5rem;
}
.inside-service-3 .index-more a {
  text-align: center;
  min-width: 2.6rem;
  padding: 0 0.15rem;
  transition: all 500ms ease;
}
.inside-service-3 .index-more a:before {
  background: #0d954d;
}
.inside-service-3 .index-more img {
  display: none;
  margin-left: 0.07rem;
  margin-top: 0.15rem;
  max-height: 0.2rem;
  transition: all 500ms ease;
}
.inside-service-3 .index-more:hover img {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-service-3 .index-more a {
    padding: 0 15px;
  }
  .inside-service-3 .index-more img {
    max-height: 20px;
    margin-top: 10px;
    margin-left: 7px;
  }
}
.inside-service-4 .index-title .p-2 {
  color: #fff;
}
.inside-service-5 {
  padding: 1rem 0;
}
.inside-service-5 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-service-5 li {
  width: 33.333%;
  text-align: center;
}
.inside-service-5 li .pic {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(1, 75, 36, 0.1);
}
.inside-service-5 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.66604128%;
}
.inside-service-5 li .pic img {
  transition: all 1000ms linear;
}
.inside-service-5 li .tit {
  color: #333;
  font-size: 0.2rem;
  margin-top: 0.15rem;
  font-family: "MONTSERRAT-BOLD";
}
.inside-service-5 li:hover .pic img {
  transform: scale(1.1);
}
.inside-service-5 li:hover .tit {
  color: #0d954d;
}
@media (max-width: 480px) {
  .inside-service-5 li:first-child {
    margin-top: 0;
  }
  .inside-service-5 li {
    width: 100%;
    margin-top: 30px;
  }
  .inside-service-5 li .tit {
    margin-top: 20px;
    font-size: 16px;
  }
}
.circle {
  width: 1.4rem;
  height: 1.4rem;
  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;
  background-color: #0d954d;
  animation: ripple 2s ease-out 0s infinite;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  background-color: #0d954d;
  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);
  }
}
.contact {
  color: #333;
  position: relative;
  line-height: 0.3rem;
  padding-top: 0rem;
  padding-bottom: 0.8rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.contact .tu {
  left: 0;
  bottom: 0;
  position: absolute;
}
.contact .tu img {
  max-height: 5.57rem;
  border-bottom-left-radius: 0.2rem;
}
.contact:before {
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  width: 12.1rem;
  height: 7.1rem;
  position: absolute;
  background: url(../images/arrow-4.png) no-repeat top center;
  background-size: auto;
  background-size: cover;
  /*animation: scrollArrow1 .4s alternate infinite;*/
}
.contact .inside-title {
  text-align: left;
  padding-top: 0.4rem;
}
.contact .con {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
}
.contact .left {
  width: 50%;
  top:0.7rem;
  left:0;
  position:sticky;
  background: #fff;
  border-radius: 0.2rem;
  font-family: "montserrat-light";
  box-shadow: 0 0 0.2rem rgba(19, 80, 44, 0.1);
}
.contact .left .title {
  color: #333;
  font-size: 0.4rem;
  padding-bottom: 0.3rem;
  font-family: "MONTSERRAT-BOLD";
}
.contact .right {
  width: 50%;
  padding-top: 0.6rem;
  padding-left: 0.7rem;
  position: relative;
}
.contact .lxfs {
  padding-top: 0rem;
}
.contact .lxfs .inside-title {
  padding-top: 0;
  font-size: 0.4rem;
  margin-bottom: 0.3rem;
}
.contact .lxfs .div-1 {
  font-size: 0.28rem;
  margin-top: 0.7rem;
}
.contact .lxfs .div-1 h3 {
  color: #333;
  font-weight: normal;
  font-size: 0.28rem;
  font-family: "MONTSERRAT-BOLD";
}
.contact .lxfs .p-1 {
  color: #0d954d;
  padding-top: 0.25rem;
  font-family: "MONTSERRAT-BOLD";
}
.contact .lxfs .p-1 a {
  color: #0d954d;
}
.contact .lxfs .info {
  font-family: "montserrat-light";
}
.contact .lxfs .pic {
  position: relative;
  margin-top: 0.35rem;
}
.contact .lxfs .icon {
  z-index: 3;
  left: 4.2rem;
  top: 1rem;
  position: absolute;
}
.contact .lxfs .icon img {
  margin-top: 0.26rem;
  max-height: 0.86rem;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding-bottom: 40px;
    font-size: 16px;
  }
  .contact .tu {
    display: none;
  }
  .contact .message {
    padding: 0;
    background: transparent;
    border-radius: 10px;
  }
  .contact .message .list-form .submit,
  .contact .message .list-form .reset {
    min-width: 120px;
  }
  .contact .con {
    margin-top: 30px;
  }
  .contact .left {
    width: 100%;
    padding: 40px 20px;
  }
  .contact .right {
    width: 100%;
    padding: 20px 0;
  }
  .contact .lxfs {
    margin-top: 40px;
  }
  .contact .lxfs .p-1 {
    font-size: 18px;
  }
  .contact .lxfs .info {
    margin-bottom: 20px;
  }
  .contact .lxfs .div-1 {
    margin-bottom: 20px;
  }
}
.message {
  margin: 1px;
  padding: 0.65rem;
  border-radius: 0.2rem;
  position: relative;
  background: #f9f9f9;
  background: rgba(249, 249, 249, 0.7);
  backdrop-filter: saturate(180%) blur(0.15rem);
  box-shadow: 0 0 0.2rem rgba(19, 80, 44, 0.1);
}
.message .list-form {
  z-index: 3;
  position: relative;
  margin-top: 0.4rem;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.message .list-form li {
  width: 100%;
  clear: both;
  padding: 0 0.15rem 0.18rem 0.15rem;
}
.message .list-form li:last-child {
  padding-bottom: 0;
}
.message .list-form .col-2 {
  width: 50%;
  float: left;
  clear: none;
}
.message .list-form .col-4 {
  width: 25%;
  float: left;
  clear: none;
}
.message .list-form .box {
  display: block;
  position: relative;
}
.message .list-form .bt {
  color: #333;
  padding-bottom: 0.1rem;
}
.message .list-form .xh {
  margin-left: 0.05rem;
  color: #f20808;
}
.message .list-form .text-form,
.message .list-form .textarea-form {
  width: 100%;
  background: #fff;
  color: #333333;
  border: solid 1px #fff;
  font-family: "montserrat-light";
  border-radius: 0.05rem;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  appearance: none;
  border: none;
}
.message .list-form .text-form::-webkit-input-placeholder,
.message .list-form .textarea-form::-webkit-input-placeholder {
  color: #999999;
}
.message .list-form .text-form:-ms-input-placeholder,
.message .list-form .textarea-form:-ms-input-placeholder {
  color: #999999;
}
.message .list-form .text-form:-moz-placeholder,
.message .list-form .textarea-form:-moz-placeholder {
  color: #999999;
}
.message .list-form .text-form:placeholder,
.message .list-form .textarea-form:placeholder {
  color: #999999;
}
.message .list-form .text-form:focus,
.message .list-form .textarea-form:focus {
  color: #000;
  box-shadow: 0 0 0 1px #0d954d inset;
}
.message .list-form .editDiv {
  position: relative;
}
.message .list-form .editDiv input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.message .list-form .actual-btn {
  color: #999;
  display: block;
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.12rem;
  background: #fff;
  padding: 0.15rem;
  padding-top: 0.3rem;
}
.message .list-form .actual-btn img {
  max-height: 0.54rem;
}
.message .list-form .text-form {
  height: 0.42rem;
  line-height: 0.4rem;
}
.message .list-form .textarea-form {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  height: 1.5rem;
  line-height: 0.3rem;
  vertical-align: top;
}
.message .list-form .common-btn {
  font-family: "MONTSERRAT-BOLD";
  font-size: 0.16rem;
  background: transparent;
  border-radius: 0.3rem;
  text-align: center;
  height: 0.52rem;
  line-height: 0.5rem;
  min-width: 1.8rem;
  border: solid 1px #0d954d;
}
.message .list-form .submit,
.message .list-form .reset {
  cursor: pointer;
}
.message .list-form .btnDiv .box {
  display: flex;
  flex-wrap: wrap;
}
.message .list-form .submit {
  color: #fff;
  background: #0d954d;
  margin-right: 0.2rem;
}
.message .list-form .reset {
  color: #0d954d;
}
.message .list-form .verify {
  font-size: 0.14rem;
  height: 0.45rem;
  background-color: #ebebeb;
  position: relative;
}
.message .list-form .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.45rem;
  height: 0.45rem;
  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;
}
.message .list-form .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.3rem;
}
.message .list-form .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.45rem;
  line-height: 0.45rem;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
.message .list-form .verify .fix-tips,
.message .list-form .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #666666;
  z-index: 1;
  line-height: 0.45rem;
  padding-left: 0.5rem;
  text-align: center;
}
.message .list-form .verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.message .list-form .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.message .list-form .verifyDiv {
  width: 100%;
  vertical-align: middle;
  margin-right: 0.2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .message .list-form li {
    padding-bottom: 20px;
  }
  .message .list-form li:last-child {
    padding-bottom: 0;
  }
  .message .list-form .col-2 {
    width: 100%;
  }
  .message .list-form .col-4 {
    width: 50%;
  }
  .message .list-form .bt {
    font-size: 14px;
  }
  .message .list-form .actual-btn {
    font-size: 12px;
    line-height: 20px;
  }
  .message .list-form .text-form,
  .message .list-form .textarea-form {
    font-size: 14px;
    padding-left: 20px;
    border-radius: 5px;
    border: solid 1px #ddd;
  }
  .message .list-form .text-form {
    height: 40px;
    line-height: 40px;
  }
  .message .list-form .textarea-form {
    height: 92px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .message .list-form .xh {
    font-size: 14px;
    left: 10px;
    top: 10px;
  }
  .message .list-form .submit,
  .message .list-form .reset {
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .message .list-form .tishi {
    font-size: 14px;
  }
  .message .list-form .verify {
    font-size: 12px;
    height: 40px;
    max-width: 100%;
  }
  .message .list-form .verify .drag-btn {
    width: 30px;
    height: 40px;
    background-size: 10px;
  }
  .message .list-form .verify .suc-drag-btn {
    background-size: 10px;
  }
  .message .list-form .verify .drag-progress {
    width: 30px;
    height: 40px;
    font-size: 14px;
    text-align: center;
  }
  .message .list-form .verify .fix-tips,
  .message .list-form .verify .verify-msg {
    line-height: 40px;
    padding-left: 30px;
    text-align: center;
  }
  .message .list-form .verify .verify-msg {
    padding-left: 0;
    padding-right: 30px;
  }
  .message .list-form .btnDiv {
    text-align: center;
  }
  .message .list-form .btnDiv .box {
    justify-content: center;
  }
  .message .list-form .btnDiv .submit,
  .message .list-form .btnDiv .reset {
    margin: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .message .list-form .col-2 {
    width: 100%;
  }
  .message .list-form .col-4 {
    width: 100%;
  }
  .message .list-form .year .text-form {
    font-size: 12px;
  }
}
.inside-page {
  font-size: 0.12rem;
  text-align: center;
  padding-top: 1rem;
}
.inside-page a {
  color: #666;
  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: #0d954d;
  background: #0d954d;
}
.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.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: #0d954d;
  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 .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #0d954d;
}
.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: #0d954d;
  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;
  top:50%;
  transform:translateY(-50%);
  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: #0d954d;
}
.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;
  }
}
.messtk {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.messtk .nr {
  top: 50%;
  left: 50%;
  padding: 0.8rem;
  text-align: center;
  position: absolute;
  max-width: 5.56rem;
  font-family: "MONTSERRAT-BOLD";
  transform: translate(-50%, -50%);
  background-image: url(../images/mess-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
}
.messtk .f20 {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.34rem;
}
.messtk .btn {
  margin-top: 0.3rem;
}
.messtk .btn a {
  color: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  min-width: 1.8rem;
  border-radius: 0.3rem;
  background: #0d954d;
  display: inline-block;
}
.messtk .close {
  top: 0;
  right: -0.7rem;
  position: absolute;
}
.messtk .close img {
  max-height: 0.34rem;
}
.messtk-2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.messtk-2 .message {
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #fff;
  max-width: 9.6rem;
  padding-top: 0.4rem;
  transform: translate(-50%, -50%);
}
.messtk-2 .close-2 {
  top: 0;
  right: -0.7rem;
  position: absolute;
}
.messtk-2 .title {
  color: #333;
  font-size: 0.4rem;
  font-family: "MONTSERRAT-BOLD";
}
.messtk-2 .list-form {
  margin-top: 0.2rem;
}
.messtk-2 .list-form .col-2 {
  width: 33.3333%;
}
.messtk-2 .list-form .col-4 {
  width: 50%;
}
.messtk-2 .list-form .text-form,
.messtk-2 .list-form .textarea-form {
  background: #f9f9f9;
}
.messtk-2 .list-form .actual-btn {
  background: #f9f9f9;
}
.messtk-2 .list-form .textarea-form {
  height: 1rem;
}
.messtk-2 .item {
  display: flex;
  justify-content: space-between;
}
.messtk-2 .item .editDiv {
  width: 73%;
}
.messtk-2 .iselect {
  width: 25%;
}
.messtk-2 .select2-container {
  width: 100%!important;
}
.messtk-2 .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0.05rem;
  background: #f9f9f9;
}
.messtk-2 .select2-container .select2-selection--single {
  height: 0.42rem;
}
.messtk-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 0.4rem;
}
.messtk-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 0.3rem;
  position: absolute;
  top: 0.05rem;
  right: 1px;
  width: 0.2rem;
}
.messtk-2 .select2-search--dropdown .select2-search__field {
  display: none!important;
}
.messtk-2 .select2-search__field {
  display: none!important;
}
.messtk-2 .fastbannerform__span {
  display: none!important;
  font-size: 0!important;
}
.messtk-2 .f32 {
  display: inline-block !important;
  height: 0.32rem !important;
  width: 0.32rem !important;
  background-size: cover;
}
@media (max-width: 1024px) {
  .messtk-2 .message {
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0);
  }
  .messtk-2 .title {
    font-size: 20px;
  }
  .messtk-2 .close-2 {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #0d954d;
  }
  .messtk-2 .close-2 img {
    vertical-align: middle;
    margin-bottom: 0.05rem;
    max-height: 0.2rem;
  }
}
@media (max-width: 500px) {
  .messtk-2 .message {
    max-width: 100%;
    padding: 30px;
  }
  .messtk-2 .list-form .col-2 {
    width: 100%;
  }
  .messtk-2 .list-form .col-4 {
    width: 100%;
  }
  .messtk-2 .select2-container .select2-selection--single {
    height: 42px;
  }
  .messtk-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
  }
  .messtk-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
  }
  .messtk-2 .f32 {
    width: 32px!important;
    height: 32px!important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 0.32rem;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.08rem;
  padding-right: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0.08rem;
  padding-left: 0.2rem;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 0.32rem;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 0.08rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0.05rem;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0.05rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 0 0.06rem;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 0.04rem;
}
.select2-search--dropdown .select2-search__field {
  padding: 0.04rem;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  display: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 0 0.06rem;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.f32 {
  background: url('../images/sprite_gj.png') no-repeat top left;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: 0 -1088px;
}
.f32.NOFLAG {
  background-position: 0 -7520px;
}
.f32.BL {
  background-position: 0 0;
}
.f32.BM {
  background-position: 0 -32px;
}
.f32.BN,
.f32.BRU {
  background-position: 0 -64px;
}
.f32.BO {
  background-position: 0 -96px;
}
.f32.BR,
.f32.BRD,
.f32.BRA {
  background-position: 0 -128px;
}
.f32.BS {
  background-position: 0 -160px;
}
.f32.BT {
  background-position: 0 -192px;
}
.f32.BW,
.f32.BWA {
  background-position: 0 -224px;
}
.f32.BY,
.f32.BLR {
  background-position: 0 -256px;
}
.f32.BZ {
  background-position: 0 -288px;
}
.f32.CA,
.f32.CAD,
.f32.CAN {
  background-position: 0 -320px;
}
.f32.CC {
  background-position: 0 -352px;
}
.f32.CD,
.f32.COD {
  background-position: 0 -384px;
}
.f32.CF {
  background-position: 0 -416px;
}
.f32.CG {
  background-position: 0 -448px;
}
.f32.CH,
.f32.CHF,
.f32.CHE {
  background-position: 0 -480px;
}
.f32.CI,
.f32.CIV {
  background-position: 0 -512px;
}
.f32.CK {
  background-position: 0 -544px;
}
.f32.CL {
  background-position: 0 -576px;
}
.f32.CM,
.f32.CMR {
  background-position: 0 -608px;
}
.f32.CN,
.f32.CNY,
.f32.CHN {
  background-position: 0 -640px;
}
.f32.CO,
.f32.COL {
  background-position: 0 -672px;
}
.f32.CR,
.f32.CRI {
  background-position: 0 -704px;
}
.f32.CU {
  background-position: 0 -736px;
}
.f32.CV {
  background-position: 0 -768px;
}
.f32.CW {
  background-position: 0 -800px;
}
.f32.CX {
  background-position: 0 -832px;
}
.f32.CY {
  background-position: 0 -864px;
}
.f32.CZ,
.f32.CZK,
.f32.CZE {
  background-position: 0 -896px;
}
.f32.DE,
.f32.DEU {
  background-position: 0 -928px;
}
.f32.DJ {
  background-position: 0 -960px;
}
.f32.DK,
.f32.DKK,
.f32.DNK {
  background-position: 0 -992px;
}
.f32.DM {
  background-position: 0 -1024px;
}
.f32.DO {
  background-position: 0 -1056px;
}
.f32.DOLLAR {
  background-position: 0 -1088px;
}
.f32.DZ,
.f32.DZA {
  background-position: 0 -1120px;
}
.f32.EC,
.f32.ECU {
  background-position: 0 -1152px;
}
.f32.EE,
.f32.EST {
  background-position: 0 -1184px;
}
.f32.EG,
.f32.EGY {
  background-position: 0 -1216px;
}
.f32.EH {
  background-position: 0 -1248px;
}
.f32.ER {
  background-position: 0 -1280px;
}
.f32.ES,
.f32.ESP,
.f32.SP {
  background-position: 0 -1312px;
}
.f32.ET {
  background-position: 0 -1344px;
}
.f32.EU,
.f32.EUR {
  background-position: 0 -1376px;
}
.f32.FI,
.f32.FIN {
  background-position: 0 -1408px;
}
.f32.FJ {
  background-position: 0 -1440px;
}
.f32.FK {
  background-position: 0 -1472px;
}
.f32.FM {
  background-position: 0 -1504px;
}
.f32.FO {
  background-position: 0 -1536px;
}
.f32.FR,
.f32.FRA {
  background-position: 0 -1568px;
}
.f32.GA {
  background-position: 0 -1600px;
}
.f32.GB,
.f32.EN,
.f32.GBP,
.f32.GBR {
  background-position: 0 -1632px;
}
.f32.GD {
  background-position: 0 -1664px;
}
.f32.GE,
.f32.GEO {
  background-position: 0 -1696px;
}
.f32.GG {
  background-position: 0 -1728px;
}
.f32.GH,
.f32.GHA {
  background-position: 0 -1760px;
}
.f32.GI {
  background-position: 0 -1792px;
}
.f32.GL {
  background-position: 0 -1824px;
}
.f32.GM {
  background-position: 0 -1856px;
}
.f32.GN {
  background-position: 0 -1888px;
}
.f32.GOLD,
.f32.gold {
  background-position: 0 -1920px;
}
.f32.GQ {
  background-position: 0 -1952px;
}
.f32.GR,
.f32.GRC {
  background-position: 0 -1984px;
}
.f32.GS {
  background-position: 0 -2016px;
}
.f32.GT,
.f32.GTM {
  background-position: 0 -2048px;
}
.f32.GU {
  background-position: 0 -2080px;
}
.f32.GW {
  background-position: 0 -2112px;
}
.f32.GY {
  background-position: 0 -2144px;
}
.f32.HK,
.f32.HKD {
  background-position: 0 -2176px;
}
.f32.HN {
  background-position: 0 -2208px;
}
.f32.HR {
  background-position: 0 -2240px;
}
.f32.HT {
  background-position: 0 -2272px;
}
.f32.HU,
.f32.HUF,
.f32.HUN {
  background-position: 0 -2304px;
}
.f32.IC {
  background-position: 0 -2336px;
}
.f32.ID,
.f32.IDR,
.f32.IDN {
  background-position: 0 -2368px;
}
.f32.IE {
  background-position: 0 -2400px;
}
.f32.IL,
.f32.ISR {
  background-position: 0 -2432px;
}
.f32.IM {
  background-position: 0 -2464px;
}
.f32.IN,
.f32.INR,
.f32.IND {
  background-position: 0 -2496px;
}
.f32.IQ,
.f32.IRQ {
  background-position: 0 -2528px;
}
.f32.IR,
.f32.IRN {
  background-position: 0 -2560px;
}
.f32.IS,
.f32.ISL {
  background-position: 0 -2592px;
}
.f32.IT,
.f32.ITA {
  background-position: 0 -2624px;
}
.f32.JE {
  background-position: 0 -2656px;
}
.f32.JM,
.f32.JAM {
  background-position: 0 -2688px;
}
.f32.JO,
.f32.JOR {
  background-position: 0 -2720px;
}
.f32.JP,
.f32.JPY,
.f32.JPN {
  background-position: 0 -2752px;
}
.f32.KE,
.f32.KEN {
  background-position: 0 -2784px;
}
.f32.KG,
.f32.KGZ {
  background-position: 0 -2816px;
}
.f32.KH,
.f32.KHM {
  background-position: 0 -2848px;
}
.f32.KI {
  background-position: 0 -2880px;
}
.f32.KM {
  background-position: 0 -2912px;
}
.f32.KN {
  background-position: 0 -2944px;
}
.f32.KP,
.f32.KOR {
  background-position: 0 -2976px;
}
.f32.KR,
.f32.KRW {
  background-position: 0 -3008px;
}
.f32.KW {
  background-position: 0 -3040px;
}
.f32.KY {
  background-position: 0 -3072px;
}
.f32.KK,
.f32.KZ,
.f32.KZT,
.f32.KAZ {
  background-position: 0 -3104px;
}
.f32.LA,
.f32.LAO {
  background-position: 0 -3136px;
}
.f32.LB {
  background-position: 0 -3168px;
}
.f32.LC {
  background-position: 0 -3200px;
}
.f32.LI {
  background-position: 0 -3232px;
}
.f32.LK,
.f32.LKA {
  background-position: 0 -3264px;
}
.f32.LR {
  background-position: 0 -3296px;
}
.f32.LS {
  background-position: 0 -3328px;
}
.f32.LT,
.f32.LTL,
.f32.LTU {
  background-position: 0 -3360px;
}
.f32.LU {
  background-position: 0 -3392px;
}
.f32.LV,
.f32.LVL,
.f32.LVA {
  background-position: 0 -3424px;
}
.f32.LY,
.f32.LBY {
  background-position: 0 -3456px;
}
.f32.MA,
.f32.MAR {
  background-position: 0 -3488px;
}
.f32.MC {
  background-position: 0 -3520px;
}
.f32.MD,
.f32.MDA {
  background-position: 0 -3552px;
}
.f32.ME {
  background-position: 0 -3584px;
}
.f32.MF {
  background-position: 0 -3616px;
}
.f32.MG {
  background-position: 0 -3648px;
}
.f32.MH {
  background-position: 0 -3680px;
}
.f32.MK {
  background-position: 0 -3712px;
}
.f32.ML {
  background-position: 0 -3744px;
}
.f32.MM {
  background-position: 0 -3776px;
}
.f32.MN,
.f32.MNG {
  background-position: 0 -3808px;
}
.f32.MO {
  background-position: 0 -3840px;
}
.f32.MP {
  background-position: 0 -3872px;
}
.f32.MQ {
  background-position: 0 -3904px;
}
.f32.MR {
  background-position: 0 -3936px;
}
/*.f32.MS { background-position: 0 -3968px; }*/
.f32.MT {
  background-position: 0 -4000px;
}
.f32.MU,
.f32.MRI {
  background-position: 0 -4032px;
}
.f32.MV,
.f32.MDV {
  background-position: 0 -4064px;
}
.f32.MW {
  background-position: 0 -4096px;
}
.f32.MX,
.f32.MXN,
.f32.MEX {
  background-position: 0 -4128px;
}
.f32.MY,
.f32.MYR,
.f32.MYS,
.f32.MS {
  background-position: 0 -4160px;
}
.f32.MZ {
  background-position: 0 -4192px;
}
.f32.NA,
.f32.NAM {
  background-position: 0 -4224px;
}
.f32.NC {
  background-position: 0 -4256px;
}
.f32.NE {
  background-position: 0 -4288px;
}
.f32.NF {
  background-position: 0 -4320px;
}
.f32.NG,
.f32.NGN,
.f32.NGR {
  background-position: 0 -4352px;
}
.f32.NI {
  background-position: 0 -4384px;
}
.f32.NL,
.f32.NED {
  background-position: 0 -4416px;
}
.f32.NO,
.f32.NOK,
.f32.NOR {
  background-position: 0 -4448px;
}
.f32.NP {
  background-position: 0 -4480px;
}
.f32.NR {
  background-position: 0 -4512px;
}
.f32.NU {
  background-position: 0 -4544px;
}
.f32.NZ,
.f32.NZD,
.f32.NZL {
  background-position: 0 -4576px;
}
.f32.OM,
.f32.OMR {
  background-position: 0 -4608px;
}
.f32.PA,
.f32.PAN {
  background-position: 0 -4640px;
}
.f32.PE,
.f32.PER {
  background-position: 0 -4672px;
}
.f32.PF {
  background-position: 0 -4704px;
}
.f32.PG {
  background-position: 0 -4736px;
}
.f32.PH,
.f32.PHL {
  background-position: 0 -4768px;
}
.f32.PK,
.f32.PAK {
  background-position: 0 -4800px;
}
.f32.PL,
.f32.PLN,
.f32.POL {
  background-position: 0 -4832px;
}
.f32.PN {
  background-position: 0 -4864px;
}
.f32.PR {
  background-position: 0 -4896px;
}
.f32.PS,
.f32.PSE {
  background-position: 0 -4928px;
}
.f32.PT,
.f32.PRT {
  background-position: 0 -4960px;
}
.f32.PW {
  background-position: 0 -4992px;
}
.f32.PY,
.f32.PRY {
  background-position: 0 -5024px;
}
.f32.QA,
.f32.QAR {
  background-position: 0 -5056px;
}
.f32.RO,
.f32.ROU {
  background-position: 0 -5088px;
}
.f32.RS,
.f32.SRB {
  background-position: 0 -5120px;
}
.f32.RU,
.f32.RUB,
.f32.RUR,
.f32.RUS {
  background-position: 0 -5152px;
}
.f32.RW {
  background-position: 0 -5184px;
}
.f32.SA,
.f32.SAR,
.f32.SAU {
  background-position: 0 -5216px;
}
.f32.SB {
  background-position: 0 -5248px;
}
.f32.SC {
  background-position: 0 -5280px;
}
.f32.SD,
.f32.SDN {
  background-position: 0 -5312px;
}
.f32.SE,
.f32.SEK,
.f32.SWE {
  background-position: 0 -5344px;
}
.f32.SG,
.f32.SGD,
.f32.SGP {
  background-position: 0 -5376px;
}
.f32.SH {
  background-position: 0 -5408px;
}
.f32.SI,
.f32.SVN {
  background-position: 0 -5440px;
}
.f32.SILVER,
.f32.silver {
  background-position: 0 -5472px;
}
.f32.SK,
.f32.SVK {
  background-position: 0 -5504px;
}
.f32.SL {
  background-position: 0 -5536px;
}
.f32.SM {
  background-position: 0 -5568px;
}
.f32.SN {
  background-position: 0 -5600px;
}
.f32.SO {
  background-position: 0 -5632px;
}
.f32.SR {
  background-position: 0 -5664px;
}
.f32.SS {
  background-position: 0 -5696px;
}
.f32.ST {
  background-position: 0 -5728px;
}
.f32.SV,
.f32.SLV {
  background-position: 0 -5760px;
}
.f32.SY {
  background-position: 0 -5792px;
}
.f32.SZ {
  background-position: 0 -5824px;
}
.f32.TC {
  background-position: 0 -5856px;
}
.f32.TD {
  background-position: 0 -5888px;
}
.f32.TF {
  background-position: 0 -5920px;
}
.f32.TG {
  background-position: 0 -5952px;
}
.f32.TH,
.f32.THA {
  background-position: 0 -5984px;
}
.f32.TJ,
.f32.TJK {
  background-position: 0 -6016px;
}
.f32.TK {
  background-position: 0 -6048px;
}
.f32.TL {
  background-position: 0 -6080px;
}
.f32.TM,
.f32.TKM {
  background-position: 0 -6112px;
}
.f32.TN,
.f32.TUN {
  background-position: 0 -6144px;
}
.f32.TO {
  background-position: 0 -6176px;
}
.f32.TR,
.f32.TUR {
  background-position: 0 -6208px;
}
.f32.TT,
.f32.TTO {
  background-position: 0 -6240px;
}
.f32.TV {
  background-position: 0 -6272px;
}
.f32.TW,
.f32.TWD {
  background-position: 0 -6304px;
}
.f32.TZ {
  background-position: 0 -6336px;
}
.f32.UA,
.f32.UAH,
.f32.UKR {
  background-position: 0 -6368px;
}
.f32.UG,
.f32.UGA {
  background-position: 0 -6400px;
}
.f32.US,
.f32.USD {
  background-position: 0 -6432px;
}
.f32.UY {
  background-position: 0 -6464px;
}
.f32.UZ,
.f32.OZ,
.f32.UZB {
  background-position: 0 -6496px;
}
.f32.VA {
  background-position: 0 -6528px;
}
.f32.VC {
  background-position: 0 -6560px;
}
.f32.VE,
.f32.VEN {
  background-position: 0 -6592px;
}
.f32.VG {
  background-position: 0 -6624px;
}
/*.f32.VI { background-position: 0 -6656px; }*/
.f32.VN,
.f32.VNM,
.f32.VI {
  background-position: 0 -6688px;
}
.f32.VU {
  background-position: 0 -6720px;
}
.f32.WF {
  background-position: 0 -6752px;
}
.f32.WS {
  background-position: 0 -6784px;
}
.f32.YE,
.f32.YEM {
  background-position: 0 -6816px;
}
.f32.YT {
  background-position: 0 -6848px;
}
.f32.ZA,
.f32.ZAR,
.f32.ZAF {
  background-position: 0 -6880px;
}
.f32.ZM,
.f32.ZMB {
  background-position: 0 -6912px;
}
.f32.ZW,
.f32.ZWE {
  background-position: 0 -6944px;
}
.f32._abkhazia {
  background-position: 0 -6976px;
}
.f32._basque-country {
  background-position: 0 -7008px;
}
.f32._british-antarctic-territory {
  background-position: 0 -7040px;
}
.f32._commonwealth {
  background-position: 0 -7072px;
}
.f32._england {
  background-position: 0 -7104px;
}
.f32._gosquared {
  background-position: 0 -7136px;
}
.f32._kosovo {
  background-position: 0 -7168px;
}
.f32._mars {
  background-position: 0 -7200px;
}
.f32._nagorno-karabakh {
  background-position: 0 -7232px;
}
.f32._nato {
  background-position: 0 -7264px;
}
.f32._northern-cyprus {
  background-position: 0 -7296px;
}
.f32._olympics {
  background-position: 0 -7328px;
}
.f32._red-cross {
  background-position: 0 -7360px;
}
.f32._scotland {
  background-position: 0 -7392px;
}
.f32._somaliland {
  background-position: 0 -7424px;
}
.f32._south-ossetia {
  background-position: 0 -7456px;
}
.f32._united-nations {
  background-position: 0 -7488px;
}
.f32._unknown {
  background-position: 0 -7520px;
}
.f32._wales {
  background-position: 0 -7552px;
}
.f32.AD {
  background-position: 0 -7584px;
}
.f32.AE,
.f32.AED,
.f32.ARE,
.f32.AR {
  background-position: 0 -7616px;
}
.f32.AF,
.f32.AFG {
  background-position: 0 -7648px;
}
.f32.AG {
  background-position: 0 -7680px;
}
.f32.AI {
  background-position: 0 -7712px;
}
.f32.AL {
  background-position: 0 -7744px;
}
.f32.AM,
.f32.ARM {
  background-position: 0 -7776px;
}
.f32.AN {
  background-position: 0 -7808px;
}
.f32.AO {
  background-position: 0 -7840px;
}
.f32.AQ {
  background-position: 0 -7872px;
}
.f32.ARG {
  background-position: 0 -7904px;
}
.f32.AS {
  background-position: 0 -7936px;
}
.f32.AT,
.f32.AUT {
  background-position: 0 -7968px;
}
.f32.AU,
.f32.AUD,
.f32.AUS {
  background-position: 0 -8000px;
}
.f32.AW {
  background-position: 0 -8032px;
}
.f32.AX {
  background-position: 0 -8064px;
}
.f32.AZ,
.f32.AZE {
  background-position: 0 -8096px;
}
.f32.BA,
.f32.BIH {
  background-position: 0 -8128px;
}
.f32.BB {
  background-position: 0 -8160px;
}
.f32.BD,
.f32.BGD {
  background-position: 0 -8192px;
}
.f32.BE,
.f32.BEL {
  background-position: 0 -8224px;
}
.f32.BF {
  background-position: 0 -8256px;
}
.f32.BG,
.f32.BGN,
.f32.BGR {
  background-position: 0 -8288px;
}
.f32.BH,
.f32.BHD,
.f32.BRN {
  background-position: 0 -8320px;
}
.f32.BI {
  background-position: 0 -8352px;
}
.f32.BJ {
  background-position: 0 -8384px;
}
.f32.CYP {
  background-position: 0 -864px;
}
.f32.KOS {
  background-position: 0 -7168px;
}
.f32.HND {
  background-position: 0 -2208px;
}
.f32.TZA {
  background-position: 0 -6336px;
}
.f32.MMR {
  background-position: 0 -3776px;
}
.f32.LSO {
  background-position: 0 -3328px;
}
.f32.LBN {
  background-position: 0 -3168px;
}
.f32.empty {
  background-position: 0 -999999px;
}
.fastbannerform__page {
  background: url("../images/sprite_gj.png") center center no-repeat;
}
.fastbannerform__form {
  font-size: 14px;
}
.fastbannerform__form a:hover {
  text-decoration: none;
  color: #f00;
}
.fastbannerform__cover {
  webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.fastbannerform__maxwidth {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(60%);
  padding: 20px;
}
.fastbannerform__flex {
  background: rgba(255, 255, 255, 0.65);
  max-width: 490px;
  width: calc(60%);
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 0 auto;
  min-height: 310px;
}
.fastbannerform__flexone {
  width: 100%;
}
.fastbannerform__flex__input input {
  padding: 15px 10px;
  text-align: center;
  width: calc(80%);
  max-width: 300px;
  margin: 11px auto;
  display: block;
  border: 1px solid #c6d2d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.fastbannerform__flex__header {
  padding-bottom: 5px;
  font-size: 17px;
  text-align: center;
}
.fastbannerform__checkbox {
  padding: 5px 10px 0 10px;
  font-size: 12px;
}
.fastbannerform__checkbox input,
.fastbannerform__checkbox span {
  vertical-align: middle;
}
.fastbannerform__checkbox input {
  margin-right: 7px;
}
.fastbannerform__flex__botton {
  margin-top: 20px;
}
.fastbannerform__flex__botton button {
  max-width: 320px;
  margin: 0 auto;
  width: calc(80%);
}
.fastbannerform__red {
  border: 1px solid #c00 !important;
}
.fastbannerform__error {
  display: none;
  border-top: 1px solid #c6d2d9;
  margin-top: 20px;
  padding-top: 20px;
  color: #c00;
}
.fastbannerform__login {
  display: none;
}
.fastbannerform__flex__text {
  text-align: justify;
}
.fastbannerform__flex__line {
  margin-top: 20px !important;
}
.fastbannerform__flex__close {
  text-align: right;
}
.fastbannerform__flex__close span {
  cursor: pointer;
  text-decoration: underline;
}
.fastbannerform__flex__close span:hover {
  text-decoration: none;
}
.fastbannerform__labelcount {
  margin-right: 10px;
}
.fastbannerform__span {
  vertical-align: middle;
  padding: 0 2px;
  font-size: 0;
}
.fastbannerform__flex .select2-container--default .select2-selection--single {
  border-color: #c6d2d9;
  height: 48px;
}
.fastbannerform__flex .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #757575;
  text-align: center;
  line-height: 48px;
}
.fastbannerform__flex .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.fastbannerform__flex .select2-container {
  max-width: 322px;
  margin: 0 auto;
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
}
.fastbannerform__form__onpage .fastbannerform__flex {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e1e1;
  margin-top: 40px;
}
.fastbannerform__form__onpage .select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #e2e1e1;
}
.fastbannerform__form__onpage .fastbannerform__error {
  border-top: 1px solid #e2e1e1;
}
.fastbannerform__form__onpage .fastbannerform__flex__input input {
  border: 1px solid #e2e1e1;
}
.select2-dropdown {
  z-index: 1000;
}
.fastbannerform__flex__three {
  display: block !important;
  max-width: 340px;
  margin: 0 auto;
}
.AA {
  background-size: 100%;
  background-position: center!important;
  background: url(../images/usa.jpg) no-repeat;
}


.inside-product .list-2 .inside-title{
	text-align:left;
}
.footer .pic img{
	max-height:4.5rem;
}

@media(max-width:1024px) {
	.inside-solution-5{
		padding-bottom:40px;
	}
}
@media(max-width:640px){
	.inside-product .list-2 .menu li {
	    width: 50%;
	    font-size: 12px;
	    padding:0 3px;
	}
}


@media(max-width:480px) {
	.index-news .list-2{
		margin-top:20px;
	}
	
}