﻿@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}

.block {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* overflow-x: hidden; */
}

body {
  font-family: "microsoft yahei";
  font-size: 0.875rem;
  color: #333;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

p {}

input::placeholder {
  color: #fff;
  font-size: 0.875rem;
}

input::-moz-placeholder {
  color: #fff;
  font-size: 0.875rem;
}

input:-ms-input-placeholder {
  color: #fff;
  font-size: 0.875rem;
}

.clear {
  clear: both;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

/*******头部********/
header {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

header.scollfox {
  background: rgba(0, 0, 0, 0.5);
}

header>.container-fluid {
  padding-left: 2.60%;
  padding-right: 2.60%;
}

header .display-flex {
  position: relative;
}

header .logo {
  float: left;
  position: relative;
}

header .logo img {
  display: block;
}

header .logo i {
  font-size: 0.75rem;
  color: #ffffff;
  display: block;
  padding: 0.3125rem 0 0 0;
}

header .logo span {
  display: block;
  clear: both;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.625rem 0 0 0;
  font-style: italic;
}

header .header-nav {
  float: left;
  padding-right: 1.0625rem;
}

header .header-nav li {
  float: left;
  position: relative;
  /* margin: 24px 5px; */
  padding: 1.5rem 0.3125rem;
}

header .header-nav li.icon03 .headerDropDown {
  width: 20.375rem;
}

header .header-nav li.icon03 .headerDropDown {
  left: -3.675rem;
}

header .header-nav li>a {
  display: block;
  position: relative;
  /* padding: 0 16px; */
  margin: 0 1rem;
  font-size: 1.125rem;
  color: #ffffff;
  border-radius: 6.25rem;
}

header .header-nav li>a {
  /* display: block; */
  background-position: 0.1875rem center;
  background-repeat: no-repeat;
  padding: 0.5rem 0 0.5rem 2.3125rem;
}

header .header-nav li.icon01>a {
  background-image: url(../images/icon01.png);
  background-size: 1.8125rem 1.5625rem;
}

header .header-nav li.icon02>a {
  background-image: url(../images/icon02.png);
  background-size: 1.8125rem 1.5rem;
}

header .header-nav li.icon03>a {
  background-image: url(../images/icon03.png);
  background-size: 1.625rem 1.4375rem;
}

header .header-nav li.icon04>a {
  background-image: url(../images/icon04.png);
  background-size: 1.75rem 1.5rem;
}

header .header-nav li.icon05>a {
  background-image: url(../images/icon05.png);
  background-size: 1.75rem 1.5625rem;
}

header .header-nav li.icon06>a {
  background-image: url(../images/icon06.png);
  background-size: 1.5625rem 1.875rem;
}

header .header-nav li>a span {
  position: relative;
}

header .header-nav li>a span::before {
  position: absolute;
  content: '';
  width: 0%;
  bottom: -0.3125rem;
  right: 0;
  height: 1px;
  background-color: #fff;
}

header .header-nav li.active>a span::before,
header .header-nav li:hover>a span::before,
header .header-nav li.on>a span::before {
  width: 100%;
  /* color: #7eb02d;
  background-color: #ffffff; */
}

/* 
header .header-nav li.icon01:hover>a span,
header .header-nav li.icon01.on>a span {
  background-image: url(../images/icon01_.png);
}

header .header-nav li.icon02:hover>a span,
header .header-nav li.icon02.on>a span {
  background-image: url(../images/icon02_.png);
}

header .header-nav li.icon03:hover>a span,
header .header-nav li.icon03.on>a span {
  background-image: url(../images/icon03_.png);
}

header .header-nav li.icon04:hover>a span,
header .header-nav li.icon04.on>a span {
  background-image: url(../images/icon04_.png);
}

header .header-nav li.icon05:hover>a span,
header .header-nav li.icon05.on>a span {
  background-image: url(../images/icon05_.png);
}

header .header-nav li.icon06:hover>a span,
header .header-nav li.icon06.on>a span {
  background-image: url(../images/icon06_.png);
} */

header .language {
  float: left;
}

header .language .language-box {
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 1rem;
  width: 4.75rem;
  padding: 2.1875rem 0.375rem 2.1875rem 0;
  line-height: 1.2;
}

header .language .language-box>a {
  color: #ffffff;
  border-left: 1px solid #ffffff;
  display: block;
  padding: 0 0.5rem 0 1.875rem;
  background: url(../images/language-prev.png) no-repeat right center;
}

header .language .language-box:hover .box-two {
  opacity: 1;
  visibility: visible;
}

header .language .box-two {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 5.5625rem;
  right: 0;
  background-color: #ffffff;
  z-index: 9;
  width: 6.25rem;
  text-align: right;
  padding: 0.3125rem 0.3125rem 0.9375rem;
}

header .language .box-two a {
  display: block;
  padding: 0.625rem 0.9375rem;
  border-bottom: 1px solid #ccc;
  color: #7eb02d;
}

/*下拉*/
header .header-menu li:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
}

/* header .header-nav ul li.link_item:hover .link::after {
  width: 0;
} */

.headerDropDown.active {
  opacity: 1;
  visibility: visible;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  /* left: 50%; */
  left: -0.675rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 13.75rem;
  /* height: 16rem; */
  /* transform: translateX(-50%); */
  transition: all 400ms;
}



/* .headerDropDown:before {
  content: '';
  position: absolute;
  top: -0.56rem;
  left: 50%;
  margin-left: -0.56rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid #ffffff;
} */

.headerDropDown .headerDropDownList {
  background-color: #ffffff;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  /* overflow: hidden; */
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 16rem; */
  position: relative;
}






.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-bottom: 0.5rem;

}



.headerDropDown .headerDropDownList .link_item_on:last-child {
  margin-bottom: 0rem;
}


.headerDropDown .headerDropDownList ._link {
  color: #111111;
  font-size: 1rem;
  transition: all 400ms;
  /* width: 10rem; */
  display: inline-block;
  /* height: 2.5rem; */
  line-height: 2.25rem;
  /* padding-left: 1.25rem; */
  position: relative;

}

.headerDropDown .headerDropDownList ._link::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9375rem;
  /* background-image: url(../images/jsRight2.svg); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 400ms;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link::before {
  opacity: 1;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link {
  color: #7eb02c;
}

.menu {
  position: absolute;
  right: 4.6875rem;
  top: 4.5625rem;
}

.menu strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: normal;
  margin-right: 0.75rem;
}

.menu {
  cursor: pointer;
  z-index: 9999;
}

#menu_toggle1 {
  display: none;
}

.menu span {
  position: relative;
  display: inline-block;
  width: 1.3125rem;
  height: 0.1875rem;
  background-color: #2c9cde;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -0.125rem;
}

.menu span:after,
.menu span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.3125rem;
  height: 0.1875rem;
  left: 0;
  border-radius: 0.125rem;
  background-color: #2c9cde;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu span:before {
  top: -0.375rem;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu span:after {
  bottom: -0.375rem;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menu.active {
  position: fixed;
  top: 2.5rem;
  right: 0.9375rem;
}

.menu.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.menu.active span:after,
.menu.active span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.menu.active span:before {
  top: 0;
  background: #2c9cde;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu.active span:after {
  bottom: 0;
  background: #2c9cde;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menubox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: none;
  overflow-y: auto;
  z-index: 999;
}

.menus-list {
  position: relative;
  top: 5rem;
  left: 0;
  margin: auto;
  width: 100%;
  padding: 1.25rem;
}

.menus-list li {
  position: relative;
}

.menus-list li:before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ReturnToNormal;
  animation-name: ReturnToNormal;
  border-bottom: 0.0625rem solid #e5e5e5;
}

.menus-list li a {
  display: block;
  padding: 1rem;
  color: #323232;
  font-size: 1.25rem;
  text-align: center;
}

.menudown {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 3.125rem;
  background: #ccc;
  line-height: 3.125rem;
  font-size: 1rem;
}

.menudown div.row div+div {
  border-left: 1px solid #fff;
}

@-webkit-keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: translate:scale(0.1, 1);
  }

  100% {
    -webkit-transform: scaleX(1, 1);
    -ms-transform: scale(1, 1);
    transform: translate:scaleX(1, 1);
  }
}

@keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: translate:scale(0.1, 1);
  }

  100% {
    -webkit-transform: scaleX(1, 1);
    -ms-transform: scale(1, 1);
    transform: translate:scaleX(1, 1);
  }
}

.menu-leval {
  position: relative;
  padding: 0 1.25rem 1.25rem;
  display: none;
  background-color: #eee;
}

.menu-leval li a {
  display: block;
  text-align: center;
  font-size: 1rem;
  padding: 0.875rem;
}

/*********尾部************/
footer {
  /* background-color: #eaeaea; */
  background-image: url(../images/footbg.png);
  background-size: 100% 100%;
  font-size: 0.9375rem;
}

footer .f-con {
  /* padding: 45px 0; */
}

footer .f-logo {
  font-size: 2rem;
  color: #7eb02d;
  font-weight: bold;
  line-height: 1.2;
}

footer .f-logo span {
  font-size: 1.125rem;
  font-weight: 300;
  position: relative;
  top: -0.625rem;
}

footer .f-logo i {
  font-size: 1.0625rem;
  display: block;
  font-weight: 300;
}

footer .f-company {

  display: flex;
  font-size: 1rem;
  align-items: center;
}

footer .f-company .h3 {


  font-weight: bold;
  margin-bottom: 0.625rem;

}

footer .myfcompany a {
  position: relative;
  padding-right: 0.75rem;
}

footer .myfcompany a::before {
  position: absolute;
  content: '';
  right: 0;
  top: 30%;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

footer .f-copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5625rem 0;
}

footer .f-copyright a {
  color: #7b7b7b;
}

.f-company .fbox {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
  padding-left: 2.1875rem;
  margin-left: 2.1875rem;
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.footer_share {
  position: relative;
  display: flex;
}

.footer_share .fshare_items {
  margin-left: 1.25rem;
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7eb02d;
  padding: 0.2rem;
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 100%;
}

.fshare_modelBox {
  position: absolute;
  bottom: calc(100% + 1rem);
  /* top: calc(100% + 1rem); */
  left: 50%;
  margin-left: -4.62rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  width: 9.25rem;
  padding: 0.62rem;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.375rem;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.5rem solid #ffffff;
}

.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}










/*****主体开始*******/
.banner {
  position: relative;
  overflow: hidden;
}

.banner-bottom {
  position: absolute;
  bottom: 2.1875rem;
  left: 0;
  width: 100%;
  z-index: 9;
}

.banner-bottom a {
  display: block;
  width: 1.8125rem;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: opacity 800ms;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
  -moz-animation: mymove 1s infinite alternate;
  -webkit-animation: mymove 1s infinite alternate;
  animation: mymove 1s infinite alternate;
  position: relative;
  bottom: 0;
}

@-webkit-keyframes mymove {
  from {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    bottom: 0.625rem;
  }

  to {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    bottom: 1.25rem;
  }
}

@-moz-keyframes mymove {
  from {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    bottom: 0.625rem;
  }

  to {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    bottom: 1.25rem;
  }
}

@keyframes mymove {
  from {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    bottom: 0.625rem;
  }

  to {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    bottom: 1.25rem;
  }
}

.banner .bannerfix>li {
  height: 100%;
  line-height: 0;
  opacity: 0;
  transition: opacity 1000ms linear;
  -webkit-transition: opacity 1000ms linear;
  float: left;
}

.banner .bannerfix>li .bimg {
  line-height: 0;
  width: 100%;
  max-width: inherit;
  position: relative;
  transition: transform 5s ease;
  -webkit-transition: transform 5s ease;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.banner .bannerfix>li.imgIn {
  opacity: 1;
  z-index: 10;
  display: block;
}

.banner .bannerfix>li.imgIn .bimg {
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.banner .bannerfix>li.imgIn .bbox h1 {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: 420ms 120ms;
}

.banner .flex-direction-nav {}

.banner .flex-direction-nav .flex-nav-prev,
.banner .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  width: 2.5625rem;
  height: 4.8125rem;
  background-image: url(../images/banner-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  cursor: pointer;
  margin-top: -2.4063rem;
}

.banner .flex-direction-nav .flex-nav-prev a,
.banner .flex-direction-nav .flex-nav-next a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .flex-direction-nav .flex-nav-prev {
  left: 2.60%;
}

.banner .flex-direction-nav .flex-nav-next {
  right: 2.60%;
}

.banner .flex-direction-nav .flex-nav-prev:hover,
.banner .flex-direction-nav .flex-nav-next:hover {
  background-image: url(../images/banner-next.png);
}

.banner .flex-direction-nav .flex-nav-next,
.path-relative .path-button-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner .flex-direction-nav .flex-nav-next:hover,
.path-relative .path-button-next:hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.banner .flex-direction-nav .flex-nav-prev:hover,
.path-relative .path-button-prev:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bbox {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bbox .bbox-bg {
  width: 100%;
  position: relative;
  text-align: right;
}

.bbox h1 {
  line-height: 1.2;
  color: #fff;
  opacity: 0;
  font-size: 3rem;
  visibility: hidden;
  position: relative;
  top: 1.875rem;
  font-family: "宋体";
}

/**/
.h-con {
  /* padding-top: 40px; */
  background-image: url(../images/myindex.png);
  /* background-size: 100% 100%; */
  background-size: cover;
  height: 45rem;
}

.h-con .con {
  position: relative;
  overflow: hidden;
  height: 22.5rem;

}

.h-con .con img {
  max-width: inherit;
  position: relative;
  left: 50%;
  margin-left: -11.6875rem;
}

.h-con .con:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4.5rem;
  width: 100%;

  /* background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3)); */
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.h-con .con:hover:after {
  background-color: rgba(126, 176, 44, 0.95) !important;
}

.h-con .con-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  height: 22.5rem;
  /* bottom: -14.75rem; */
  bottom: 15rem;
  width: 100%;
  left: 0;
  /* padding: 25px 27px 15px 33px; */
  padding: 3rem;
  color: #ffffff;
  -webkit-transition: all .35s ease-in-out .35s;
  -moz-transition: all .35s ease-in-out .35s;
  -ms-transition: all .35s ease-in-out .35s;
  -o-transition: all .35s ease-in-out .35s;
  transition: all .35s ease-in-out .35s;
}

.h-con .con-title div.h3 {
  font-size: 1.25rem;
  padding-right: 6.25rem;
  position: relative;
  padding-bottom: .25rem;
}

.h-con .con-title div.h3 a {
  display: block;
  cursor: pointer;
  /* border-bottom: 2px solid #ffffff; */
  padding-bottom: 0.5rem;
  color: #ffffff;
  font-size: 1.75rem;
}

.h-con .con-title div.h3 .enbox {
  font-size: 1rem;
  padding-bottom: 0.625rem;
}

/* .h-con .con-title div.h3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../images/h-con-icon.png) no-repeat center;
  width: 8px;
  height: 13px;
  margin-top: -6.5px;
  -webkit-transition: all .45s ease-in-out 0.35s;
  -moz-transition: all .45s ease-in-out 0.35s;
  -ms-transition: all .45s ease-in-out 0.35s;
  -o-transition: all .45s ease-in-out 0.35s;
  transition: all .45s ease-in-out 0.35s;
} */

.con-list {
  /* padding-top: 14px; */
  /* padding-top: 46px; */
  /* padding-right: 100px; */
  /* height: 170px; */
  overflow: hidden;

}

.con-list .f {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.con-list .s {
  padding-left: 4em;
  font-size: 2rem;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */

}

.con-list p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.con-list div a {
  /* color: rgba(255, 255, 255, 0.5); */
  /* padding-bottom: 0.25rem; */
  /* margin-bottom: 0.25rem; */
  border-bottom: 0.125rem solid transparent;
  padding-right: 4.375rem;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con-list div a:hover {
  border-bottom-color: #fff;
}

.h-con .row {
  /* margin-left: -20px;
  margin-right: -20px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h-con .row .box_sm {
  width: 33.333333%;
}

.h-product,
.h-news,
.h-video,
.h-about,
.h-contact,
.h_mf {
  /* margin-bottom: 40px; */
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}



.h-about .con img {
  margin-left: -24.5625rem;
}


/*/*/
#banner {
  position: relative;
}

.banner-fixed>div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-nav {
  width: 100%;
  background-color: #fcfdfe;
  border-bottom: 0.0625rem solid #ebebeb;
  margin-bottom: 1.25rem;
}

.side-nav ul.side-text {}

.side-nav ul.side-text>li {
  font-size: 1rem;
  position: relative;
  margin: 0 3rem;
  float: left;
}

.side-nav ul.side-text>li>a {
  color: #333333;
  display: block;
  position: relative;
  text-align: center;
  padding: 1.1875rem 0;
}

.side-nav ul.side-text>li>a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 0.125rem;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #7eb02d;
  opacity: 0;
  visibility: hidden;
}

.side-nav ul.side-text>li>a:hover,
.side-nav ul.side-text>li.on>a {
  color: #7eb02d;
  font-weight: bold;
}

.side-nav ul.side-text>li>a:hover:after,
.side-nav ul.side-text>li.on>a:after {
  opacity: 1;
  visibility: visible;
  bottom: -0.0625rem;
}

/*主体*/
.about-con {
  padding-bottom: 5.625rem;
  font-size: 1rem;
  color: #575757;
  line-height: 1.8;
}

.culture-con {
  padding: 2.5rem 0 0.875rem;
}

.culture-con .row li {
  margin-bottom: 3.125rem;
}

.culture-con .row li .box {
  border: 1px solid #e5e5e5;
}

.culture-con .row li .box .img,
.culture-con .row li .box .text {
  width: 50%;
}

.culture-con .row li .box .text {
  padding: 0.9375rem 7%;
  color: #919191;
  font-size: 1rem;
}

.culture-con .row li .box .text .h3 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.875rem;
  margin-bottom: 1.5rem;
}

.culture-con .row li .box:hover {
  background-color: #f7faf3;
}

.honor-con {
  padding: 1.25rem 0 1.875rem;
}

.honor-con .row li {
  margin-bottom: 1.375rem;
}

.honor-con .row li .box {
  padding: 0.875rem;
  background: #f2f2f2;
  position: relative;
}

.honor-con .row li .box:before,
.honor-con .row li .box:after,
.list-ul .box:before,
.list-ul .box:after {
  content: "";
  position: absolute;
  top: -0.0625rem;
  right: 0;
  bottom: -0.0625rem;
  left: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  z-index: 9;
}

.honor-con .row li .box:before,
.list-ul .box:before {
  border-top: 0.125rem solid #7eb02d;
  border-bottom: 0.125rem solid #7eb02d;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.honor-con .row li .box:after,
.list-ul .box:after {
  border-right: 0.125rem solid #7eb02d;
  border-left: 0.125rem solid #7eb02d;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

.honor-con .row li .box img {
  width: 100%;
}


.history-con {
  padding: 5.625rem 0 10rem;
}

.path-swiper {
  position: relative;
  margin: 0 2.5rem 1.75rem;
}

.path-swiper li {
  width: 7.375rem;
  margin: 0 1.5625rem;
}

.path-swiper li div {
  width: 5.375rem;
  height: 5.375rem;
  margin: 0.8125rem auto;
  line-height: 5.375rem;
  border: 0.1875rem solid #e2e2e2;
  text-align: center;
  font-size: 1.5rem;
  color: #919191;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.path-swiper li.swiper-slide-active div {
  background-color: #7eb02d;
  font-size: 1.875rem;
  color: #ffffff;
  border-color: #e9f2dc;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  margin: 0 auto;
}

.path-swiper:after {
  content: '';
  height: 0.0625rem;
  background-color: #f2f2f2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.path-relative .path-button-prev,
.path-relative .path-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem;
  margin-top: -1.25rem;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/history-prev.jpg);
}

.path-relative .path-button-prev {
  left: 0;
}

.path-relative .path-button-next {
  right: 0;
}

.path-relative .path-button-prev:hover,
.path-relative .path-button-next:hover {
  background-image: url(../images/history-next.jpg);
}

.path-relative {
  position: relative;
}

.path-text {
  line-height: 1.8;
}

.path-text-box {
  padding: 2.8125rem 2.1875rem;
  font-size: 1rem;
  background-color: #f7f7f7;
  height: 15.3125rem;
  color: #575757;
  position: relative;
  margin-top: 0.5rem;
}

.path-text-box:after {
  content: '';
  position: absolute;
  top: -0.5rem;
  left: 50%;
  margin-left: -0.5rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #f7f7f7;
}

.qualifications-map {
  border-bottom: 0.125rem solid #4d67a2;
  text-align: center;
  height: 18.75rem;
  overflow: hidden;
}

.qualifications-map img {
  -webkit-animation: spin 30s linear infinite;
  -moz-animation: spin 30s linear infinite;
  -ms-animation: spin 30s linear infinite;
  -o-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.honor-text {}

.honor-text ul.row {
  padding-bottom: 1.5625rem;
}

.honor-text ul.row li {
  margin-bottom: 1.875rem;
}

.honor-text ul.row li .img {
  border: 0.25rem solid #dddddd;
}

.honor-text ul.row li .img img {
  width: 100%;
}

.pagination {
  margin: 0 auto;
}

.pagination li a,
.pagination li span {
  margin: 0 0.4375rem;
  border-radius: 0 !important;
  background-color: transparent;
  color: #333333;
  border-color: #999999;
}

.pagination li.active a,
.pagination li.active span {
  color: #fff;
  border-color: #1a6bbc !important;
  background-color: #1a6bbc !important;
}

/*产品展示*/
.product-con {}

.product-title {
  text-align: center;
  font-size: 1.375rem;
  color: #7eb02d;
  padding: 0.9375rem 0;
  text-transform: capitalize;
}

.product-list {
  background-color: #eaeaea;
  padding: 2.25rem 0;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
}

.product-about {
  padding: 3.125rem 0 4.375rem;
}

.product-about .title {}

.product-swiper {
  position: relative;
  padding: 3.125rem 0;
}

.product-swiper ul.swiper-wrapper li {
  width: 100%;
  max-width: 38.75rem;
}

.product-swiper ul.swiper-wrapper li img {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

.landscape-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.landscape-nav .width-830 {
  max-width: 57.5rem;
  width: 100%;
  margin: 0 auto;
}

.landscape-nav .width-830 .swiper-button-white {
  position: relative;
  height: 3.1875rem;
  width: 1.75rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1.5938rem;
  background-size: 1.75rem 3.1875rem;
}

.landscape-nav .width-830 .landscape-prev {
  left: 0;
  float: left;
  background-image: url(../images/product-prev.png);
}

.landscape-nav .width-830 .landscape-next {
  right: 0;
  float: right;
  background-image: url(../images/product-next.png);
}

.product-tab {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  margin-bottom: 1.875rem;
}

.product-tab li {
  float: left;
  margin-bottom: 0.875rem;
  border-right: 0.125rem solid #ebeaea;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
}

.product-tab li a {
  font-size: 1.125rem;
  line-height: 1.1;
  display: block;
  position: relative;
}

.product-tab li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.product-tab li a:after,
.product-characteristic .characteristic-title span:after {
  content: '';
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  height: 0.125rem;
  width: 0;
  background-color: #7eb02d;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.product-tab li.active a {
  color: #7eb02d;
  font-weight: bold;
}

.product-tab li.active a:after,
.product-characteristic .characteristic-title span:after {
  width: 100%;
}

.product-content {
  font-size: 1rem;
  color: #575757;
  line-height: 1.8;
}

.product-characteristic {}

.product-characteristic .characteristic-title {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-bottom: 0.875rem;
  margin-bottom: 2.8125rem;
}

.product-characteristic .characteristic-title span {
  display: inline-block;
  position: relative;
}

.product-characteristic ul li {
  max-width: 19.375rem;
  width: 100%;
  margin-bottom: 1.875rem;
}

.product-characteristic ul li .img {
  float: left;
  width: 18%;
}

.product-characteristic ul li .text {
  float: right;
  width: 77%;
  font-size: 0.9375rem;
}

.product-characteristic ul li .text p {
  margin-top: 0.625rem;
  color: #797979;
  height: 2.625rem;
  overflow: hidden;
}

/*新闻资讯*/
.news-con,
.video-con {
  padding: 3.4375rem 0 5.3125rem;
}

.list-ul li {
  margin-bottom: 2.25rem;
}

.list-ul .box {
  border: 1px solid #f2f2f2;
  padding: 1rem;
  position: relative;
}

.list-ul .box .img {
  position: relative;
}

.list-ul .box .img img {
  width: 100%;
}

.list-ul .box .text div.h4 {
  font-size: 1rem;
  padding: 1.125rem 0 0.875rem;
}

.list-ul .box .text p {
  font-size: 0.9375rem;
  color: #999999;
}

.list-ul .box .text dl {
  margin-top: 0.625rem;
}

.list-ul .box .text dd,
.list-ul .box .text dt a {
  color: #999;
}

.list-ul .box:hover .text div.h4 a {
  color: #7eb02d;
  font-weight: bold;
}

.list-ul .box:hover .text dt a {
  color: #7eb02d;
}

.list-more {
  text-align: center;
  padding-top: 2.1875rem;
}

.list-more a {
  display: block;
  max-width: 15rem;
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem 0;
  border-radius: 6.25rem;
  background-color: #7eb02d;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.news-details {
  padding: 3.4375rem 0 8.75rem;
}

.news-details .title {
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
}

.news-details .box,
.video-details .box {
  color: #575757;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.news-details .time {
  padding-top: 3.125rem;
  color: #898888;
  font-size: 0.9375rem;
}

/*视频中心*/
.video-con .list-ul .box {
  padding: 0;
}

.video-con .list-ul .box .text {
  padding: 0.125rem 1.25rem 1.25rem;
}

.video-con .list-ul .box .img a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video-img.png) no-repeat center;
}

.video-details {
  padding: 4.0625rem 0 7.5rem;
}

.video-details .title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.video-details .video-text {}

.video-details .video-text video {
  max-width: 53.125rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.video-details .box {
  margin-top: 3.125rem;
}

/*联系我们*/
.contact-us {
  padding: 3.75rem 0 7.5rem;
}

.message-con {}

.message-form {
  width: 100%;
  max-width: 45.625rem;
  margin: 0 auto;
}

.message-form .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.message-form>div.h4 {
  font-size: 1rem;
  padding: 3.75rem 0 2.5rem;
  font-weight: bold;
  text-align: center;
}

.message-form span.red {
  color: #f30000;
  font-size: 1rem;
}

.message-form label.control-label {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.625rem;
  height: 2.625rem;
  width: 6.25rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  padding-right: 0.3125rem;
}

.message-form .form-control {
  border-color: #ebebeb;
  border-radius: 0;
  box-shadow: none;
  height: 2.625rem;
}

.message-form .form-text {
  width: 100%;
  padding-left: 6.25rem;
}

.message-form .form-text .form-control {
  max-width: 23.4375rem;
  width: 100%;
}

.message-form .form-textarea {}

.message-form .form-textarea .form-control {
  height: 10.625rem;
  max-width: inherit;
}

.message-form .form-verf .form-control {
  max-width: 8.75rem;
  float: left;
  margin-right: 0.9375rem;
}

.message-form .form-verf .form-verf-img {
  border: 0.0625rem solid #ebebeb;
  display: block;
  float: left;
}

.message-form .form-verf .form-verf-img img {
  height: 100%;
  cursor: pointer;
  display: block;
}

.message-form .form-button {
  padding-top: 1.25rem;
}

.message-form .form-button button {
  padding: 0.625rem 2.9375rem;
  border-radius: 0;
  border: none;
  font-size: 1rem;
}

.message-form .form-button .btn-danger {
  background-color: #0fae6f;
  color: #ffffff;
}

.message-form .form-button .btn-default {
  background-color: #eaeaea;
  color: #7e7d7d;
  margin-left: 0.625rem;
}

.contact {
  background-color: #f4f4f4;
}

.contact .contact-box {
  width: 50%;
  padding: 0 5.5%;
}

.contact .contact-box h3 {
  color: #7eb02d;
  font-weight: 300;
}

.contact-us-text {
  font-size: 1rem;
  line-height: 2;
  padding: 1.25rem 0;
}

.contact .wechat {
  color: #979797;
}

.contact .wechat img {
  padding-right: 1.25rem;
}

#map {
  height: 28.125rem;
  width: 50%;
  background: url(../images/map.jpg) no-repeat center;
}

#map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*渐变效果样式*/
.animation-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.animation-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.animation-img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*202200706*/
.ProductMainSwiper {
  background-image: url(../images/ProductMainBg.jpg);
  position: relative;
  width: 100%;
  height: 100vh;
}

.ProductMainSwiper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.ProductMainSwiper li.swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ProductMainSwiper li.swiper-slide .box {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 30vh 15.625% 10vh;
  color: #ffffff;
  position: relative;
  background: rgba(0, 0, 0, 0);
  transition: background 700ms;
}

.ProductMainSwiper li.swiper-slide .box .sou {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}

.ProductMainSwiper li.swiper-slide .box .title {
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 500;
}

.ProductMainSwiper li.swiper-slide .box .text {
  position: relative;
  font-size: 1rem;
  margin: 3vh 0;
  padding-top: 2.5rem;
  line-height: 1.8;
  opacity: 0;
  transition: all 500ms;
}

.ProductMainSwiper li.swiper-slide .box .text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5625rem;
  height: 1px;
  background-color: #ffffff;
}

.ProductMainSwiper li.swiper-slide .box .more {
  font-size: 1rem;
  border-radius: 6.25rem;
  border: 1px solid #ffffff;
  max-width: 10.625rem;
  width: 100%;
  padding: 0.75rem 0.625rem;
  text-align: center;
  opacity: 0;
  transition: all 500ms;
}

.ProductMainSwiper li.swiper-slide .box .more:hover {
  background-color: #ffffff;
  color: #3e8b00;
}

/* .ProductMainSwiper li.swiper-slide .box:hover {
  background: rgba(62, 139, 0, 0.8);
} */
.ProductMainSwiper li.swiper-slide .box .textt {
  position: relative;
  font-size: 1rem;
  margin: 0 0 7vh 0;
  /* padding-top: 40px; */
  line-height: 1.8;
  opacity: 0;
  transition: all 500ms;
}

.ProductMainSwiper li.swiper-slide .box:hover .text,
.ProductMainSwiper li.swiper-slide .box:hover .textt,
.ProductMainSwiper li.swiper-slide .box:hover .more {
  opacity: 1;
}

.ProductMainSwiper li.swiper-slide .box .bg_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.ProductMainSwiper li.swiper-slide .box .bg_cover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.ProductMainSwiper li.swiper-slide .box:hover .bg_cover {
  opacity: 1;
}

/**/
.ProductDisplayNavSwiper {
  border-bottom: 1px solid #eaeaea;
}

.ProductDisplayNavSwiper li.swiper-slide a {
  display: block;
  text-align: center;
  padding: 1.25rem 0.75rem;
  font-size: 1.125rem;
  position: relative;
}

.ProductDisplayNavSwiper li.swiper-slide a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0.1875rem;
  background: #7eb02d;
}

.ProductDisplayNavSwiper li.swiper-slide.active a::after {
  width: 100%;
}

.ProductDisplayHead {
  padding: 6.25rem 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 6.25rem;
}

.ProductDisplayHead .ProductDisplayHead_text {
  padding-top: 5rem;
}

.ProductDisplayHead .ProductDisplayHead_text .title {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 0.75rem;
}

.ProductDisplayHead .ProductDisplayHead_text .text {
  font-size: 1rem;
  line-height: 1.8;
  color: #4c4c4c;
}

.ProductDisplayTab {
  padding-bottom: 3.75rem;
}

.ProductDisplayTab ul::after {
  content: '';
  display: block;
  clear: both;
}

.ProductDisplayTab ul li {
  margin-right: 0.625rem;
  float: left;
}

.ProductDisplayTab ul li a {
  display: block;
  padding: 1rem 0.75rem;
  background: #f2f2f2;
  border-radius: 6.25rem;
  font-size: 1rem;
  width: 8.75rem;
  text-align: center;
}

.ProductDisplayTab ul li.active a {
  background: #7eb02d;
  color: #ffffff;
}

.ProductDisplayTabContent {
  padding-bottom: 6.25rem;
}

.ProductDisplayTabContent .tab-pane hr {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  border-bottom: 1px solid #eaeaea;
}

.ProductDisplayTabContent .tab-pane h2 {
  font-size: 1.625rem;
  color: #000000;
  font-weight: 400;
  padding-bottom: 0.75rem;
}

.ProductDisplayTabContent .tab-pane {
  color: #4c4c4c;
  font-size: 1rem;
  line-height: 1.8;
}

.ProductDisplayTabContent .tab-pane a {
  color: #337FE5;
  text-decoration: underline;
}

.ProductDisplayTabContent .tab-pane table {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}

.ProductDisplayTabContent .tab-pane table th,
.ProductDisplayTabContent .tab-pane table td {
  padding: 0.75rem 0.375rem;
  text-align: center;
  border: 1px solid #7faf3c;
}

.ProductDisplayTabContent .tab-pane table th {
  color: #ffffff;
  background: #7faf3c;
  font-size: 1.125rem;
  border: 1px solid #ffffff;
}

.ProductDisplayTabContent .tab-pane table td {
  font-size: 1rem;
}


.productDescription {
  background: #f0f2f5;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 7.8125rem 4.375rem 5.625rem;
  margin-top: 2.25rem;
}

.productDescription ul {
  margin-left: -2.1875rem;
  margin-right: -2.1875rem;
}

.productDescription ul>li {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.productDescription ul>li .box {
  border-radius: 100%;
  width: 13.25rem;
  height: 13.25rem;
  background: #7eb02d;
  color: #ffffff;
  text-align: center;
  padding: 2.5rem 5%;
  font-size: 1rem;
}

.productDescription ul>li .box .title {
  font-size: 2rem;
  padding-bottom: 1.25rem;
}

.productDescription ul>li .box .text {
  line-height: 1.8;
}

.productDescription ul>li:nth-child(2n) .box {
  background: #9aa3ad;
}

.processingGuide li {
  margin-top: 2.25rem;
  text-align: center;
  font-size: 1rem;
}

.processingGuide li .title {
  padding-bottom: 1.25rem;
}


/* 更新 */
#banner .banner li video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.music {
  position: fixed;
  z-index: 999999;
  right: 3.125rem;
  bottom: 3.125rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #7eb02c;
}

.music::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../images/stop.png);
  background-size: 100% 100%;
}

.music.active::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.625rem;
  background-image: url(../images/play.png);
  background-size: 100% 100%;
}



.ft_fff {
  color: #fff;
}

.w_banner {
  height: 100vh;
}

.w_banner .banner-fixed {
  width: 100%;
  height: 100%;
}

.w_banner .banner-fixed .bg_cover {
  width: 100%;
  height: 100%;
}

.w_banner .banner-fixed video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ft_64 {
  font-size: 4rem;
}



.ft_56 {
  font-size: 3.5rem;
}

.ft_56 {
  font-size: 3.5rem;
}

.ft_44 {
  font-size: 2.75rem;
}

.ft_34 {
  font-size: 2.125rem;
}

.ft_28 {
  font-size: 1.75rem;
}

.ft_26 {
  font-size: 1.625rem;
}

.ft_24 {
  font-size: 1.5rem;
}

.ft_20 {
  font-size: 1.25rem;
}

.ft_18 {
  font-size: 1.25rem;
}

.ft_b {
  font-weight: bold;
}

.pb_46 {
  padding-bottom: 2.875rem;
}

.pb_36 {
  padding-bottom: 2.25rem;
}

.pb_26 {
  padding-bottom: 1.625rem;
}

.pb_16 {
  padding-bottom: 1rem;
}

.abouthe {
  background-color: #7eb02c;
}

.abouthe .ft_56 {
  display: flex;
  justify-content: center;

}

.abouthe .box {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}


.abouthe .ft_56 span:nth-child(2) {
  font-size: 2rem;
}

.mycontainer:before,
.mycontainer:after {
  display: none;
}

.abouthe .box .box_sm:nth-child(2) {
  /* width: 40%; */
  /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}

.abouthe .box .box_sm {
  width: 25%;

  border-right: 1px solid rgba(255, 255, 255, 0.2);
}


.hMore a {
  width: 11.25rem;
  height: 3.375rem;
  border-radius: 1.6875rem;
  color: #fff;
  background-color: #7eb02c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}

.aboutc {
  background-image: url(../images/aboutcbg.png);
  background-size: 100% 100%;
  padding-bottom: 6.875rem;
  padding-top: 6.875rem;
}

.aboutc .ft_44 {
  padding-bottom: 1.625rem;
}

.aboutc .hMore {
  padding-top: 1.625rem;
  display: flex;
  justify-content: center;
}

.aboutr {
  background-image: url(../images/aboutrbg.png);
  background-size: cover;
}

.aboutr .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
  padding-top: 1.875rem;
  border-top: 1px solid #fff;
}

.aboutr .container {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
}

.aboutr .container::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 4.375rem;
  background-color: #fff;
  bottom: 0;
}

.aboutlist {
  padding-bottom: 6.25rem;
  padding-top: 3.125rem;
}

.aboutlist .bg_cover {
  height: 295px;
  background-size: 100% 100%;
}

.aboutjs {
  padding-bottom: 3.75rem;
}

.mypagination .swiper-pagination {
  bottom: 0;
}

.mypagination .swiper-pagination-bullet-active {
  background-color: #7eb02c;
}

.mypagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
}

.aboutls {
  background-image: url(../images/aboutlsgb.png);
  background-size: 100% 100%;
  padding-top: 3.4375rem;
  padding-bottom: 2.5rem;
}


.aboutls .bg_cover {
  position: relative;
  width: 30.6875rem;
  height: 30rem;
}

.aboutls .bg_cover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.01);
}

.aboutls ul,
.aboutls ul li .box_sm {
  display: flex;
}

.aboutls ul li .ft_28 {
  background-color: #7eb02c;
  color: #fff;
  padding-top: 5rem;
  width: 6.1875rem;
  display: flex;
  justify-content: center;
  position: relative;
}

.aboutls ul li .op .ft_20 {
  width: 37.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutls ul li .ft_28 span {
  display: inline-block;
  /* transform: rotateZ(90deg); */

  /* width: 100%; */
  position: absolute;

}

.aboutls ul li .op {
  background-color: #fff;
  display: none;
}

.aboutls ul li.active .op {
  display: flex;
}

.aboutls ul li .box_sm {
  height: 100%;
  border-right: 1px solid #fff;
}

.aboutls ul li {
  position: relative;
}

.aboutls ul li .ft_28::before {
  position: absolute;
  content: '';
  right: -0.5rem;

  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}

.aboutls ul li.active .ft_28::before {

  border-left: 0.5rem solid #7eb02c;
  z-index: 2;
}

.aboutls .box {
  overflow-x: auto;
  padding-bottom: 0.9375rem;
}

.aboutls .box::-webkit-scrollbar {
  height: 0.3125rem;
}



.aboutls .box::-webkit-scrollbar-thumb {
  background-color: #7eb02c;
  border-radius: 0.1563rem;
}



.aboythzjs .bg_cover {
  background-color: #ffffff;
  height: 6.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.aboythzjs .swiper-slide {
  /* margin-right: 20px;*/
  margin-bottom: 1.25rem;
  margin-top: 0 !important;
}

.aboythzjs .container {
  padding: 0;
}

.aboythzjs .swiper-wrapper {}

.aboythzjs {
  padding-top: 1.25rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 3.125rem;
}

.aboythz {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}


.w_banner .w_box {
  position: absolute;
  color: #fff;
  top: 22%;
  left: 12%;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.w_banner .w_box .ft_60 {
  font-size: 3.75rem;
}

.breadcrumb>li+li:before {
  content: '>';
  color: #fff;
}

.breadcrumb,
.breadcrumb a {
  color: #fff;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.w_banner .w_box .box_r {
  padding-left: 1.875rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 16%;
  line-height: 1.8;
}

.videobuttom {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin-top: 0.625rem;
  cursor: pointer;
}

.videobuttom::before {
  position: absolute;
  content: '';
  border-left: 0.5rem solid #7eb02c;
  border-bottom: 0.5rem solid transparent;
  border-top: 0.5rem solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.return {
  position: absolute;
  bottom: 3.125rem;
  left: 2.875rem;
}

.return a {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  width: 5rem;
}

.ProductDisplaybox {
  background-color: #fff;
  padding: 6.875rem 8.125rem 6.875rem 6.875rem;
  margin-top: -51vh;
  position: relative;
  z-index: 2;
  margin-left: 8.125rem;
  min-height: 70vh;

}

.ProductDisplaybox .box {

  position: relative;
  padding-left: 20.625rem;
}

.cdmo-sidebox {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.cdmo-side {
  position: -webkit-sticky;
  position: sticky;
  top: 6.875rem;
}

.cdmo-side ul.ul li {
  line-height: 2.5rem;
  font-size: 1.25rem;
}

.cdmo-side ul.ul li.active a,
.cdmo-side ul.ul li a:hover {
  color: #7eb02c;
  padding-left: 3rem;
}

.cdmo-side ul.ul li a {
  display: inline-block;
  position: relative;
  transition: all 0.35s ease-out;
}

.cdmo-side ul.ul li.active a:after,
.cdmo-side ul.ul li a:hover:after {
  width: 2.5rem;
}

.cdmo-side ul.ul li a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #7eb02c;
  content: '';
  transition: all 0.35s ease-out;
}

.ProductDisplayboxjs .swiper-slide .ft_20 {
  width: 10.0625rem;
  height: 3.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 1.875rem;
  cursor: pointer;
  position: relative;
}

.ProductDisplayboxjs {
  padding-bottom: 1.875rem;
}

.ProductDisplayboxjs .swiper-slide .ft_20::before {
  position: absolute;
  content: '';
  border-top: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%);
}

.ProductDisplayboxjs .active.swiper-slide .ft_20 {
  background-color: #74a737;
  color: #fff;
}

.ProductDisplayboxjs .active.swiper-slide .ft_20::before {
  border-top: 0.5rem solid #74a737;
}

.ProductDisplaybox .box_mm .box_cen .box_sm {
  display: none;
}

.ProductDisplaybox .box_mm .box_cen .box_sm.active {
  display: block;
}

.ProductDisplaybox .box_mm .box_cen ul li {
  position: relative;
  padding-left: 1.625rem;
  margin-top: 0.3125rem;
}



.ProductDisplaybox .box_mm .box_cen ul li::before {
  position: absolute;
  content: '';
  width: 0.9375rem;
  height: 1rem;
  left: 0;
  top: 23%;
  background-image: url(../images/pico.png);
  background-size: 100% 100%;
}

.ProductDisplaybox .box_mm .download ul li {
  padding-left: 0 !important;

}

.ProductDisplaybox .box_mm .download ul li::before {
  width: 0 !important;
}

.ProductDisplayboxjs {
  position: unset;
}

.ProductDisplaybox .box_r {
  position: relative;
}

.ProductDisplayboxjs .swiper-button-next,
.ProductDisplayboxjs .swiper-button-prev {
  top: 2.5rem;
}

.ProductDisplayboxjs .swiper-button-prev,
.ProductDisplayboxjs .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/leftjs.png);
  background-size: 100% 100%;
  left: auto;
  right: 3.125rem;
}

.ProductDisplayboxjs .swiper-button-prev::before,
.ProductDisplayboxjs .swiper-container-rtl .swiper-button-next::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  right: -1.0625rem;
  opacity: 1;
}

.ProductDisplayboxjs .swiper-button-next,
.ProductDisplayboxjs .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/righrjs.png);
  background-size: 100% 100%;
  right: 0px;
  left: auto;
}

.ProductDisplayboxjs .swiper-button-next,
.ProductDisplayboxjs .swiper-button-prev {
  width: 1.0625rem;
  height: 2rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

.ProductDisplaybox .box_r .box_mm .downloadbox {
  padding-top: 3.75rem;
  margin-top: 3.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ProductDisplaybox .box_r .box_mm:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.download ul li {
  margin-top: 0.625rem;
}

.download ul li a {

  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 1.125rem 1.25rem;
  display: block;
  font-size: 1.125rem;
}

.download ul li a::before {
  position: absolute;
  content: '';
  width: 1.4375rem;
  height: 1.4375rem;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/downloadico.png);
  background-size: 100% 100%;
}


/*弹框*/
#teamModal .modal-dialog {
  width: 100%;
  margin: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#teamModal {
  padding-right: 0 !important;
}

.webModal .modalClose {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  z-index: 10;
  background-color: #f0f7fa;
}

.webModal .modalClose img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}

.webModal .modal-content {
  border: none;
  width: 60%;
  /* height: 100%; */
  border-radius: 1.25rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  /* background-color: transparent; */
  justify-content: center;
  overflow: hidden;
}

.webModal .modal-content .imgsm_box {
  display: flex;
  flex-wrap: wrap;
}

.webModal .modal-content .modalMain {
  /* margin: 0 auto; */
  /* width: 50%; */
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}

.webModal .modal-content .imgsm_box .imgsm {
  width: 11.25rem;
  height: 8.5625rem;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  border: 0.25rem solid #69b82e;
}

.webModal .modal-content .modalMain .img {
  width: 100%;
  height: 31vw;
}



.webModal .close {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 3.75rem;

  background-image: url(../images/close_w.svg);
  background-size: 1.125rem 1.1875rem;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.webModal .closebox {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.webModal .closebox::before {
  position: absolute;
  content: '';
  width: 7.5rem;
  height: 7.5rem;
  background-color: #2f5eab;
  z-index: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.webModal .modal-content .modalMain video {
  width: 100%;
  height: 31.25rem;
  object-fit: cover;
}

.searchbox input::placeholder {
  font-family: none;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

.searchbox .layui-input {
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.6875rem;
  padding-left: 1.5rem;

}

.searchbox .layui-input-inline {
  position: relative;
}

.searchbox .layui-input-inline::before {
  position: absolute;
  content: '';
  width: 0.75rem;
  height: 0.4375rem;
  background-image: url(../images/jsbottom136.svg);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
}

.searchbox input {
  font-family: none;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

.selectBox {
  position: relative;

  width: 100%;
}

.selectBox .select {
  width: 100%;
  border: 0;
  padding-left: 1.5rem;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  appearance: none;
  color: #333;
  border-radius: 1.6875rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
}

.web_screen_ul {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  opacity: 0;
  padding: 0 0.46rem;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.web_screen_ul li {
  position: relative;
  color: #ffffff;
}

.web_screen_ul li a {
  display: block;
  height: 2.5rem;
  cursor: pointer;
  padding-left: 1.25rem;
  color: #000;
  line-height: 2.5rem;
}

.selectBox:hover .web_screen_ul {
  opacity: 1;
  visibility: visible;
}

.web_screen_ul li a:hover {
  color: #2f5eab;
}

.selectBox::after {
  position: absolute;
  content: '';
  width: 0.75rem;
  height: 0.4375rem;
  background-image: url(../images/jsbottom136.svg);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
}

.searchField_form {
  position: relative;
}

/* .searchField_form {
  height: 54px;
} */

.searchField_form input {
  height: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.6875rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  color: #333;
  padding-right: 3.125rem;
  width: 100%;
}

.searchField_form span {
  position: absolute;
  width: 1.3125rem;
  height: 1.375rem;
  background-image: url(../images/seaico.png);
  background-size: 100% 100%;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.searchbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.4375rem;
}

.searchbox .dropDown {
  width: 22%;
}

.searchbox .time {
  width: 45%;
}

.searchbox .time .layui-inline {
  display: flex;
  justify-content: space-between;
}

.searchbox .layui-input-inline {
  position: relative;
  width: 49%;
}

.searchField_form {
  position: relative;
  width: 30%;
}

.popular {
  margin-bottom: 3.125rem;
}

.popular .box {
  border: 1px solid #f2f2f2;
  padding: 1rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.popular .box .img {
  height: 400px;
  width: 68%;
  background-size: 100% 100%;
}

.popular .h4 {
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 1.625rem;
}

.popular .box .text {
  width: 28%;
}

.popular .box .ft_16 {
  font-size: 1rem;
  color: #999999;
  height: 13.75rem;

}

.popular .box .time {
  color: #999;
  font-size: 0.875rem;
  padding-bottom: 1.5625rem;
}

.popular .box .clearfix a {
  color: #999;
}

.popular .box .clearfix a:hover {
  color: #7eb02d;
}

.vidob .box {
  border: 0;
  padding: 0;
}


.contactus {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

.contactus .box {
  display: flex;
  justify-content: space-between;
}




.form_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_list ul li {
  width: 100%;
  position: relative;
}

.form_list ul li:last-child {
  width: 100%;
}

.form-group {
  margin-bottom: 1.25rem;
}


.form_list ul li .form_list li .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form_list li .form-group .web_label {
  font-size: 1.25rem;
  position: absolute;
  top: 1rem;
  left: 0;
  pointer-events: none;
  transform: scale(1);
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  transform-origin: left center;

}

.form_list li .form-group .form-control {
  font-size: 1.25rem;
  border-radius: 0;
  border: none;
  padding: 1rem 0 0.625rem;
  height: auto;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: none;
  font-weight: 500;
}

.form_list li .form-group .web_label span {
  color: #7eb02c;
}

.form_list li .form-group.eventReport_active .web_label {
  top: -0.5rem;
  transform: scale(0.8);
}



.form_list li .form-group .form-control:focus {
  border-bottom-color: #7eb02c;
}

.form_list ul li.textarea textarea {
  padding: 1.25rem;
  width: 100%;
  height: 11.25rem;
  border-radius: 1rem;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form_list li.textarea .form-group .web_label {
  position: relative;
}

.contactus .box .box_l {
  line-height: 1.5;
}

.contactus .box .box_l,
.contactus .box .box_r {
  width: 50%;
}

.hMore span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 12.5rem;
  height: 3.375rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #7eb02c;
  border-radius: 1.6875rem;
}

.map .box_t {
  height: 500px;
}

.map .box_t .bg_cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}

.map .box_t .bg_cover.active {
  display: block;
}

.map .box_b {
  display: flex;
  background-color: #7eb02c;
}

.map .box_b .ft_20 {
  width: 50%;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
  cursor: pointer;
}

.map .box_b .ft_20:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.map .box_b .ft_20::before {
  position: absolute;
  content: '';
  top: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.map .box_b .ft_20.active::before {
  border-bottom: 0.625rem solid #7eb02c;
}

#CodeValue {
  position: absolute;
  right: 0;
  bottom: 2rem;
}

.modalMain .bg_img {
  width: 49%;
  height: 42rem;
  background-size: cover;
  margin: 0 auto;
}

.modalMain {
  display: flex;
}

.modalMain .name {
  font-size: 1.5rem;
}

.ProductMainSwiper .swiper-button-next {
  display: none;
}

.ProductMainSwiper .swiper-button-prev {
  display: none;
}


.myvideo-details {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}



.myvideo-details embed {
  width: 100%;
  height: 45rem;
  height: 45.5rem;
  border: 0.5rem solid rgba(255, 255, 255, 0.2);

}

.myvideo-details embed video {
  margin: 0;
}