input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box:hover img {
  transform: scale(1.06);
}
.img-box img {
  transition: all 0.4s;
}
.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
.table-box {
  overflow-x: auto;
  width: 100% !important;
}
.table-box::-webkit-scrollbar {
  display: none !important;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fszero h1 {
  margin: 0;
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1430px) {
  .container.con1400 {
    max-width: 1400px;
  }
}
@media (min-width: 1470px) {
  .container.con1440 {
    max-width: 1440px;
  }
}
@media (min-width: 1180px) {
  .container.con1150 {
    max-width: 1150px;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
body {
  font-family: 'Montserrat', "Arial", "Helvetica", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  transition: all 0.3s;
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  top: 0;
  background-color: #FFF;
}
.header.hasty {
  position: sticky;
  background-color: #FFF;
}
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px #0000000F;
  height: 90px;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .header {
    position: sticky;
    background-color: #FFF;
    height: 70px;
  }
}
.header .header-box {
  position: relative;
}
.header .sung-line-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 8px;
  background-color: #05a74f;
  z-index: 999;
}
@media (max-width: 767px) {
  .header .sung-line-position {
    height: 4px;
  }
}
.header .box2 {
  height: 100%;
}
.header .box2 .box {
  height: 100%;
}
.header .box2 .header-logo {
  width: 240px;
  height: 100%;
}
@media (max-width: 1440px) {
  .header .box2 .header-logo {
    width: 210px;
  }
}
@media (max-width: 1401px) {
  .header .box2 .header-logo {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .header .box2 .header-logo {
    width: 120px;
  }
}
.header .box2 .header-logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .box2 .header-logo img {
  width: 100%;
  height: auto;
}
.header .box2 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .box2 .center {
  height: 100%;
}
@media (max-width: 1200px) {
  .header .box2 .center {
    display: none;
  }
}
.header .box2 .dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  background-color: #FFF;
  padding: 50px 0;
  box-shadow: 1px 1px 8px #dadada;
  min-height: 40px;
}
@media (max-width: 1199px) {
  .header .box2 .dropdown {
    display: none !important;
  }
}
.header .box2 .dropdown ul {
  list-style: none;
}
.header .box2 .dropdown .drop-list1 {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.header .box2 .dropdown .drop-list1 li {
  padding: 0 26px;
}
.header .box2 .dropdown .drop-list1 li a {
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  transition: all 0.4s;
}
.header .box2 .dropdown .drop-list1 li a:hover {
  color: #05a74f;
}
.header .box2 .dropdown .drop-list2 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.header .box2 .dropdown .drop-list2 li a {
  padding: 5px;
  font-size: 14px;
  color: #212121;
  transition: all 0.4s;
}
.header .box2 .dropdown .drop-list2 li a:hover {
  background-color: #05a74f;
  color: #FFF;
}
.header .box2 .smcren {
  display: none;
}
.header .box2 .header-nav {
  height: 100%;
}
@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}
.header .box2 .header-nav .nav {
  height: 100%;
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
  align-items: center;
  height: 100%;
  margin: 0 -26px;
}
@media (max-width: 1470px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -20px;
  }
}
.header .box2 .header-nav .nav > ul > li {
  display: flex;
  align-items: center;
  padding: 0 26px;
  height: 100%;
  transition: all 0.5s;
}
@media (max-width: 1470px) {
  .header .box2 .header-nav .nav > ul > li {
    padding: 0 20px;
  }
}
.header .box2 .header-nav .nav > ul > li:hover > a {
  color: #05a74f;
}
.header .box2 .header-nav .nav > ul > li:hover > a::before {
  width: 100%;
}
.header .box2 .header-nav .nav > ul > li.active > a {
  color: #05a74f;
}
.header .box2 .header-nav .nav > ul > li.active > a::before {
  width: 100%;
}
.header .box2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #05a74f;
  width: 0;
  transition: all 0.5s;
}
.header .box2 .h-r2 {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .header .box2 .h-r2 {
    border: none;
  }
}
.header .box2 .hr2-2 {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.header .box2 .hr2-2 .language {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.header .box2 .hr2-2 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(33, 33, 33, 0.4);
  padding: 6px;
}
.header .box2 .hr2-2 .language .lang::before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 20px;
  background: url(../images/language/uk.svg) no-repeat center;
  background-size: cover;
}
.header .box2 .hr2-2 .language .lang::after {
  font-family: 'iconfont' !important;
  content: '\e6b5';
  font-size: 15px;
  color: #000000;
  margin-top: -2px;
  transform: rotate(90deg);
}
.header .box2 .hr2-2 .language .lang span {
  display: inline-block;
  margin: 0 7px 0 5px;
  color: #000;
  font-size: 15px;
  font-style: inherit;
}
@media (max-width: 1400px) {
  .header .box2 .hr2-2 .language .lang span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .box2 .hr2-2 .language .lang span {
    display: none;
  }
}
.header .box2 .hr2-2 .language .drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  display: none;
}
@media (max-width: 991px) {
  .header .box2 .hr2-2 .language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header .box2 .hr2-2 .language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .box2 .hr2-2 .language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .box2 .hr2-2 .language .drop-select li:hover a {
  color: #777777;
}
.header .box2 .hr2-2 .language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  color: #000;
}
.header .box2 .hr2-2 .language .drop-select li a:hover {
  background: #eee;
}
.header .box2 .hr2-2 .language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}
.header .box2 .form {
  margin-right: 20px;
}
.header .box2 .form .search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .box2 .form .search .iconfont {
  font-size: 16px;
  color: #000000;
}
.header-serch-box {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #FFF;
  box-shadow: 0 6px 5px rgba(1, 1, 1, 0.14);
  border-top: 1px solid #F5F5F5;
  padding: 60px 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}
@media (max-width: 1200px) {
  .header-serch-box {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .header-serch-box {
    padding: 30px 0;
  }
}
.header-serch-box form {
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #BEBEBE;
}
.header-serch-box input {
  width: calc(100% - 120px);
  margin-left: 0;
  height: 60px;
  color: #666;
  font-size: 14px;
  border: none;
}
@media (max-width: 1200px) {
  .header-serch-box input {
    height: 40px;
    width: calc(100% - 100px);
  }
}
.header-serch-box button {
  width: 70px;
  height: 60px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
}
@media (max-width: 1200px) {
  .header-serch-box button {
    height: 40px;
    width: 50px;
  }
}
.header-serch-box button::before {
  font-family: 'iconfont' !important;
  content: '\e618';
  color: #666;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .header-serch-box button::before {
    font-size: 16px;
  }
}
.header-serch-box .header-serch-none {
  font-size: 46px;
  cursor: pointer;
  position: fixed;
  top: 5%;
  right: 7%;
  color: #FFFFFF;
}
.header-serch-box .serchcont {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .header-serch-box .serchcont {
    display: none;
  }
}
.header-serch-box .serchcont h2 {
  font-weight: 700;
  font-size: 20px;
  color: #212121;
  display: inline-block;
  margin-bottom: 10px;
}
.header-serch-box .serchcont ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.header-serch-box .serchcont ul li {
  margin: 0 10px 10px 0;
}
.header-serch-box .serchcont ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  display: inline-block;
  padding: 0 15px;
  border-radius: 20px;
  background-color: #F5F5F5;
  transition: all 0.3s;
}
.header-serch-box .serchcont ul li a:hover {
  background-color: #05a74f;
  color: #fff;
}
.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu {
  position: relative;
  display: none;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .btn-menu {
    margin-left: 10px;
  }
}
.btn-menu a {
  display: flex;
  text-decoration: none;
  height: 100%;
  color: #222;
  transition: all 0.3s;
  align-items: center;
}
@media (max-width: 767px) {
  .btn-menu a {
    color: #222;
  }
}
.btn-menu a .iconfont {
  font-size: 34px;
}
@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerNav {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-box {
  position: relative;
  top: 0;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(700 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.swpa-b1 .swiper-pagination {
  bottom: 5% !important;
  z-index: 66;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .swpa-b1 .swiper-pagination {
    flex-wrap: wrap !important;
    display: none !important;
  }
}
@media (max-width: 991px) {
  .swpa-b1 .swiper-pagination {
    bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .swpa-b1 .swiper-pagination {
    bottom: 10px !important;
  }
}
.swpa-b1 .swiper-pagination-bullet-active {
  background: #05a74f !important;
}
.swpa-b1 .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
  background-color: #FFF;
  opacity: 1;
  position: relative;
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
}
@media (max-width: 767px) {
  .index-nav {
    top: 30%;
    display: none;
  }
}
.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 6px;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background-color: #05A74F;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #FFF;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .fix-nav-phonenumber p {
  border-radius: 0;
}
.index-nav .a.show .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a.show .fix-nav-phonenumber p {
  border-radius: 0;
}
.index-nav .a.show .iconfont {
  background-color: #05a74f;
}
.index-nav .top {
  position: relative;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px 0 0 5px !important;
}
.index-nav .WeChat .fix-nav-phonenumber p img {
  background: #FFF !important;
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #05a74f;
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
}
.index-nav .fix-nav-phonenumber p a {
  color: #FFF;
}
.index-nav .fix-nav-phonenumber p a:hover {
  text-decoration: underline;
}
.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 15%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 39px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}
@media (max-width: 1199px) {
  .fix-nav-none {
    bottom: 12%;
  }
}
.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.xs-online {
  position: fixed;
  z-index: 222;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #05a74f;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
.xs-online .imgbbb {
  transform: translateX(-50%) translateY(-120px) !important;
  animation: fadeInUp 0.5s ease forwards;
}
.xs-online .xs-online-wx {
  position: relative;
}
.xs-online .xs-online-wx img {
  position: absolute;
  width: 100px;
  left: 50%;
  background-color: #FFFFFF !important;
  transform: translateX(-50%) translateY(60px);
  transition: all 0.3 ease;
}
.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.xs-online ul li .iconfont {
  display: block;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .xs-online {
    display: block;
  }
}
.fix-nav-product {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .fix-nav-product {
    display: block;
  }
}
.fix-nav-product a {
  background-color: #05a74f;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
}
.fix-nav-product a .iconfont {
  display: block;
  color: #FFF;
  font-size: 20px;
  transition: all 0.3s ease;
}
.fix-nav-product a span {
  display: block;
  font-size: 14px;
  color: #FFF;
}
@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.index-padding {
  padding: 100px 0;
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 50px 0;
  }
}
.index-title h2 {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
}
.index-title h2 span {
  color: #05a74f;
}
@media (max-width: 1440px) {
  .index-title h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 992px) {
  .index-title h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 768px) {
  .index-title h2 {
    font-size: 24px !important;
  }
}
.index-more {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s;
  padding: 0 14px;
  border: 1px solid #BEBEBE;
  height: 40px;
  font-size: 15px;
}
.index-more:hover {
  background-color: #05a74f;
}
.index-more:hover span {
  color: #FFF;
}
.index-more:hover span::after {
  color: #FFF;
}
.index-more.on {
  background-color: #05a74f;
}
.index-more.on span {
  color: #FFF;
}
@media (max-width: 767px) {
  .index-more {
    font-size: 14px;
  }
}
.index-more span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #212121;
  transition: all 0.5s;
}
.index-more span::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  content: '\e6b5';
  color: #000;
  margin-left: 16px;
  transition: all 0.5s;
}
.prev-next {
  width: 120px;
  position: relative;
  height: 50px;
}
@media (max-width: 1400px) {
  .prev-next {
    height: 45px;
    width: 100px;
  }
}
.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 24px;
  display: block;
  content: '\e603';
  color: #212121;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.prev-next .slick-next::before {
  transform: rotate(0);
}
.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #F0F0F0B2;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .prev-next .slick-prev,
  .prev-next .slick-next {
    height: 45px;
    width: 45px;
  }
}
.prev-next .slick-prev.on,
.prev-next .slick-next.on {
  background: linear-gradient(0deg, rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.prev-next .slick-prev.on::before,
.prev-next .slick-next.on::before {
  color: #fff;
}
.prev-next .slick-next {
  right: 0;
  padding-left: 5px;
}
.prev-next .slick-prev {
  left: 0;
  padding-right: 5px;
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background: linear-gradient(0deg, rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #fff;
}
img {
  background: transparent !important;
  max-width: 100%;
}
.yzm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.yzm b {
  width: 100%;
}
.yzm input {
  max-width: 12.7em !important;
}
@media (max-width: 767px) {
  .yzm input {
    width: 12em !important;
  }
}
.yzm span {
  max-width: max-content;
}
/* 定义弹起缩回动画 */
@keyframes bounceInAndOut {
  0% {
    transform: translateY(0%) scale(0.9);
  }
  25% {
    transform: translateY(0) scale(1.2);
    opacity: 1;
  }
  50% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  75% {
    transform: translateY(0) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translateY(0%) scale(0.9);
  }
}
@keyframes ripple-spread {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.firm-video .video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 992px) {
  .firm-video .video {
    width: 50px;
    height: 50px;
  }
}
.firm-video .video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  animation: rotate 3s infinite linear;
}
.firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;
}
@media (max-width: 768px) {
  .firm-video .iconfont {
    font-size: 14px;
  }
}
.abbaner {
  position: relative;
  overflow: hidden;
}
.abbaner .img {
  position: relative;
}
@media (max-width: 768px) {
  .abbaner .img {
    height: 200px;
    text-align: center;
  }
}
.abbaner .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.abbaner .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .abbaner .img img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.pronav {
  overflow: hidden;
  position: absolute;
  z-index: 44;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pronav .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 2px 2px 4px #666;
}
@media (max-width: 1200px) {
  .pronav .title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .pronav .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .pronav .title {
    text-align: center;
  }
}
.pronav .box {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 2px 2px 4px #666;
}
@media (max-width: 767px) {
  .pronav .box {
    text-align: center;
    margin-top: 10px;
  }
}
.pronav .iconfont {
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  position: relative;
  z-index: 12;
}
.pronav span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 12;
}
.pronav a {
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  z-index: 12;
}
.pronav a:hover {
  text-decoration: underline;
}
em {
  font-style: normal;
}
.index .inpro {
  background: url(../img/inpro-b1.jpg) no-repeat center;
  background-size: cover;
}
.index .inpro .index-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .inpro .index-title a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  margin: 7px 0 0;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .index .inpro .index-title a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index .inpro .index-title a {
    font-size: 14px;
  }
}
.index .inpro .index-title a:hover {
  color: #05a74f;
}
.index .inpro .content {
  position: relative;
  margin-top: 65px;
}
@media (max-width: 1400px) {
  .index .inpro .content {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .index .inpro .content {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
.index .inpro .content .inpro-slick {
  margin: 0 -25px;
}
@media (max-width: 1200px) {
  .index .inpro .content .inpro-slick {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  .index .inpro .content .inpro-slick {
    margin: 0 -5px;
  }
}
.index .inpro .content .inpro-slick .item-box {
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .index .inpro .content .inpro-slick .item-box {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .index .inpro .content .inpro-slick .item-box {
    padding: 0 5px;
  }
}
.index .inpro .content .inpro-slick .item-box .item:hover .img-box img {
  transform: scale(1.1);
}
.index .inpro .content .inpro-slick .item-box .item:hover .tit a {
  color: #05a74f;
}
.index .inpro .content .inpro-slick .item-box .item .tit {
  margin-top: 35px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .index .inpro .content .inpro-slick .item-box .item .tit {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .index .inpro .content .inpro-slick .item-box .item .tit {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .index .inpro .content .inpro-slick .item-box .item .tit {
    font-size: 18px;
  }
}
.index .inpro .content .inpro-slick .item-box .item .tit a {
  color: #333;
  transition: all 0.5s;
}
.index .inpro .content .prev-next2 {
  width: 100%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .index .inpro .content .prev-next2 {
    display: none !important;
  }
}
.index .inpro .content .prev-next2 .slick-next:before,
.index .inpro .content .prev-next2 .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 28px;
  display: block;
  content: '\e643';
  color: #FFF;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.index .inpro .content .prev-next2 .slick-next::before {
  transform: rotate(0);
}
.index .inpro .content .prev-next2 .slick-prev,
.index .inpro .content .prev-next2 .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 68px;
  height: 170px;
  background-color: #c8c8c8;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .index .inpro .content .prev-next2 .slick-prev,
  .index .inpro .content .prev-next2 .slick-next {
    width: 50px;
    height: 120px;
  }
}
.index .inpro .content .prev-next2 .slick-prev.on,
.index .inpro .content .prev-next2 .slick-next.on {
  background-color: #05a74f;
}
.index .inpro .content .prev-next2 .slick-next {
  right: -100px;
}
@media (max-width: 1400px) {
  .index .inpro .content .prev-next2 .slick-next {
    right: -70px;
  }
}
.index .inpro .content .prev-next2 .slick-prev {
  left: -100px;
}
@media (max-width: 1400px) {
  .index .inpro .content .prev-next2 .slick-prev {
    left: -70px;
  }
}
.index .inpro .content .prev-next2 .slick-next:hover,
.index .inpro .content .prev-next2 .slick-prev:hover {
  background-color: #05a74f;
}
.index .inpro .content .slick-dots {
  bottom: -30px;
}
@media (max-width: 768px) {
  .index .inpro .content .slick-dots {
    display: block !important;
  }
}
.index .inpro .content .slick-dots li {
  width: 13px;
  height: 13px;
  background-color: #05a74f;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index .inpro .content .slick-dots li.slick-active button {
  background-color: #FFF;
}
.index .inpro .content .slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 100px;
  padding: 0;
}
.index .inpro .content .slick-dots li button::before {
  display: none;
}
.index .inabo .box1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .index .inabo .box1 {
    flex-wrap: wrap;
  }
}
.index .inabo .box1 .left {
  width: calc(50% - 50px);
  margin-right: auto;
  position: relative;
}
@media (max-width: 992px) {
  .index .inabo .box1 .left {
    width: 100%;
  }
}
.index .inabo .box1 .left .img-box {
  padding-bottom: calc(410 / 670 * 100%);
}
.index .inabo .box1 .left .cont {
  z-index: 3;
  position: absolute;
  background: #F4F4F4 no-repeat right 23px center;
  opacity: 0.8;
  left: 0;
  bottom: -30px;
  width: 235px;
  padding: 40px 23px 40px 30px;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 1200px) {
  .index .inabo .box1 .left .cont {
    width: 200px;
    padding: 30px 20px 30px 25px;
  }
}
@media (max-width: 992px) {
  .index .inabo .box1 .left .cont {
    bottom: 0;
    width: 175px;
    padding: 25px 20px 25px 20px;
  }
}
@media (max-width: 575px) {
  .index .inabo .box1 .left .cont {
    position: static;
    width: 100%;
    padding: 20px;
  }
}
.index .inabo .box1 .left .cont .laybel {
  font-size: 20px;
  color: #05a74f;
}
@media (max-width: 1400px) {
  .index .inabo .box1 .left .cont .laybel {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .index .inabo .box1 .left .cont .laybel {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index .inabo .box1 .left .cont .laybel {
    font-size: 14px;
  }
}
.index .inabo .box1 .left .cont .num {
  font-size: 76px;
  color: #05a74f;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .index .inabo .box1 .left .cont .num {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .index .inabo .box1 .left .cont .num {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .index .inabo .box1 .left .cont .num {
    font-size: 40px;
  }
}
.index .inabo .box1 .left .cont p {
  font-size: 20px;
  line-height: 36px;
  color: #05a74f;
  margin-top: 4px;
}
@media (max-width: 1400px) {
  .index .inabo .box1 .left .cont p {
    font-size: 18x;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .index .inabo .box1 .left .cont p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .index .inabo .box1 .left .cont p {
    font-size: 14px;
  }
}
.index .inabo .box1 .right {
  width: calc(50% - 20px);
  margin-left: auto;
}
@media (max-width: 992px) {
  .index .inabo .box1 .right {
    width: 100%;
    margin-top: 30px;
  }
}
.index .inabo .box1 .right .index-title h3 {
  font-size: 16px;
  color: #05a74f;
  font-weight: 600;
}
@media (max-width: 768px) {
  .index .inabo .box1 .right .index-title h3 {
    font-size: 14px;
  }
}
.index .inabo .box1 .right .index-title h2 {
  margin-top: 0.3333em;
  margin-bottom: 0.5em;
}
.index .inabo .box1 .right .txt {
  margin-top: 15px;
}
.index .inabo .box1 .right .txt p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
@media (max-width: 1200px) {
  .index .inabo .box1 .right .txt p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .index .inabo .box1 .right .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.index .inabo .box1 .right .more {
  margin-top: 34px;
}
@media (max-width: 1200px) {
  .index .inabo .box1 .right .more {
    margin-top: 20px;
  }
}
.index .inabo .box1 .right .more a span::after {
  display: none;
}
.index .inabo .box2 {
  padding-bottom: 0;
}
.index .inabo .box2 .row-box {
  margin: 0 -39px;
}
@media (max-width: 1400px) {
  .index .inabo .box2 .row-box {
    margin: 0 -20px;
  }
}
@media (max-width: 1200px) {
  .index .inabo .box2 .row-box {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  .index .inabo .box2 .row-box {
    margin: 0 -10px;
  }
}
.index .inabo .box2 .row-box .item-box {
  padding: 0 39px;
}
@media (max-width: 1400px) {
  .index .inabo .box2 .row-box .item-box {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .index .inabo .box2 .row-box .item-box {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .index .inabo .box2 .row-box .item-box {
    padding: 0 10px;
  }
}
.index .inabo .box2 .row-box .item-box .item {
  padding: 32px 0;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .index .inabo .box2 .row-box .item-box .item {
    padding: 20px 0;
  }
}
.index .inabo .box2 .row-box .item-box .item::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #05a74f;
  content: '';
  transition: all 0.6s;
}
.index .inabo .box2 .row-box .item-box .item:hover::after {
  width: 100%;
}
.index .inabo .box2 .row-box .item-box .item .count {
  display: block;
  font-weight: 700;
  font-size: 46px;
  color: #05a74f;
}
@media (max-width: 1440px) {
  .index .inabo .box2 .row-box .item-box .item .count {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .index .inabo .box2 .row-box .item-box .item .count {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .index .inabo .box2 .row-box .item-box .item .count {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .index .inabo .box2 .row-box .item-box .item .count {
    font-size: 24px;
  }
}
.index .inabo .box2 .row-box .item-box .item p {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .index .inabo .box2 .row-box .item-box .item p {
    margin-top: 10px;
  }
}
@media (max-width: 1400px) {
  .index .inabo .box2 .row-box .item-box .item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index .inabo .box2 .row-box .item-box .item p {
    font-size: 14px;
  }
}
.index .incontct {
  background: url(../img/incont-b1.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0;
}
@media (max-width: 1400px) {
  .index .incontct {
    padding: 50px 0;
  }
}
.index .incontct .index-title h2 {
  color: #FFF;
  text-align: center;
}
.index .incontct .index-title h2 span {
  color: #0F2F71;
}
.index .incontct .more {
  text-align: center;
  margin-top: 34px;
}
@media (max-width: 1400px) {
  .index .incontct .more {
    margin-top: 30px;
  }
}
.index .incontct .more a:hover {
  background-color: #FFF;
}
.index .incontct .more a:hover span {
  color: #05a74f;
}
.index .incontct .more a:hover span::after {
  color: #05a74f;
}
.index .incontct .more a span {
  color: #FFF;
}
.index .incontct .more a span::after {
  color: #FFF;
}
.index .infam {
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .index .infam {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .index .infam {
    padding: 50px 0;
  }
}
.index .infam .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .index .infam .box {
    flex-wrap: wrap;
  }
}
.index .infam .box .left {
  width: 26.74%;
  padding-right: 35px;
}
@media (max-width: 992px) {
  .index .infam .box .left {
    width: 100%;
    padding-right: 0;
  }
}
.index .infam .box .left ul {
  list-style: none;
}
@media (max-width: 992px) {
  .index .infam .box .left ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.index .infam .box .left ul li {
  cursor: pointer;
  display: block;
  padding: 12px 8px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}
@media (max-width: 1200px) {
  .index .infam .box .left ul li {
    font-size: 16px;
    padding: 10px 8px;
    border-bottom: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .index .infam .box .left ul li {
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .index .infam .box .left ul li {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .index .infam .box .left ul li {
    font-size: 12px;
  }
}
.index .infam .box .left ul li.on {
  color: #05a74f;
  border-color: #05a74f;
}
.index .infam .box .right {
  width: 73.26%;
}
@media (max-width: 992px) {
  .index .infam .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.index .infam .box .right .contbox {
  position: relative;
}
.index .infam .box .right .contbox .cont-img {
  position: absolute;
  z-index: -12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.index .infam .box .right .contbox .cont-img.on {
  position: relative;
  opacity: 1;
  z-index: 2;
  pointer-events: all;
  height: auto;
}
.index .infam .box .right .contbox .cont-img .img-box {
  padding-bottom: calc(360 / 1060 * 100%);
}
.index .innews {
  padding: 70px 0;
  background: #fbfbfb;
}
@media (max-width: 1400px) {
  .index .innews {
    padding: 50px 0;
  }
}
.index .innews .top .more {
  margin-top: 34px;
}
@media (max-width: 1400px) {
  .index .innews .top .more {
    margin-top: 25px;
  }
}
.index .innews .content {
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .index .innews .content {
    margin-top: 30px;
  }
}
.index .innews .content .innews-title {
  background-color: #EEEEEE;
  padding: 10px 20px;
}
.index .innews .content .innews-title h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .index .innews .content .innews-title h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .index .innews .content .innews-title h2 {
    font-size: 16px;
  }
}
.index .innews .content .innews-title h2 a {
  color: #000;
  transition: all 0.4s;
}
.index .innews .content .innews-title h2 a:hover {
  color: #05a74f;
}
.index .innews .content .innews-title p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .index .innews .content .innews-title p {
    font-size: 14px;
  }
}
.index .innews .content .innews-title em {
  font-size: 12px;
  display: inline-block;
  margin: 10px 0 0;
  color: #000;
}
@media (max-width: 992px) {
  .index .innews .content {
    flex-wrap: wrap;
  }
}
.index .innews .content .item {
  transition: all 0.4s;
}

@media (min-width: 992px) { 
  .index .innews .content .left .item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 100%;
  }

  .index .innews .content .left .item  .cont-img  { 

    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.index .innews .content .item:hover {
  box-shadow: 0px 10px 30px 0px #00000033;
  transform: scale3d(1.01, 1.01, 1.01);
}
.index .innews .content .item .img-box {
  object-fit: cover;
}
.index .innews .content .left {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .index .innews .content .left {
    width: 100%;
  }
}
.index .innews .content .left .item .img-box {
  padding-bottom: calc(600 / 700 * 100%);
}
.index .innews .content .left .item .img-box img {
  transform: scale(1);
}
.index .innews .content .left .item .innews-title {
  background-color: #05a74f;
  position: relative;
  z-index: 33;
}
.index .innews .content .left .item .innews-title h2 a {
  color: #FFF;
  transition: all 0.4s;
}
.index .innews .content .left .item .innews-title h2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.index .innews .content .left .item .innews-title p {
  color: #FFF;
}
.index .innews .content .left .item .innews-title em {
  color: #FFF;
}
.index .innews .content .right {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .index .innews .content .right {
    width: 100%;
    margin-top: 30px;
  }
}
.index .innews .content .right .item {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  background-color: #EEEEEE;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.index .innews .content .right .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .index .innews .content .right .item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.index .innews .content .right .item .cont-img {
  width: 26%;
}
@media (max-width: 768px) {
  .index .innews .content .right .item .cont-img {
    width: 100%;
  }
}
.index .innews .content .right .item .cont-img .img-box {
  padding-bottom: calc(600 / 700 * 100%);
}
.index .innews .content .right .item .cont-img .img-box img {
  transform: scale(1);
}
.index .innews .content .right .item .innews-title {
  width: 73%;
  padding: 16px 16px 18px 26px;
}
@media (max-width: 768px) {
  .index .innews .content .right .item .innews-title {
    width: 100%;
    padding: 15px;
  }
}
.cnzz {
  display: inline-block;
}
.hicheng {
  margin-left: 10px;
}
.footer {
  background: #0F2F71;
}
.footer .fobx1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 30px 0;
}
@media (max-width: 1400px) {
  .footer .fobx1 {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .footer .fobx1 {
    flex-wrap: wrap;
  }
}
.footer .fobx1 .fotlogo {
  width: 180px;
}
.footer .fobx1 .fotlogo img {
  width: 100%;
}
@media (max-width: 768px) {
  .footer .fobx1 .icon {
    margin-top: 20px;
    width: 100%;
  }
}
.footer .fobx1 .icon ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer .fobx1 .icon ul li {
  margin-right: 17px;
}
.footer .fobx1 .icon ul li:last-child {
  margin-right: 0;
}
.footer .fobx1 .icon ul .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 22px;
  background-color: rgba(211, 247, 255, 0.2);
  color: #FFF;
}
.footer .fobx1 .icon ul .iconfont:hover {
  animation: swing 1s 0s ease both;
}
.footer .fobx2 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .footer .fobx2 {
    flex-wrap: wrap;
  }
}
.footer .fobx2 h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.footer .fobx2 .item {
  width: 25%;
}
@media (max-width: 768px) {
  .footer .fobx2 .item {
    display: none;
  }
}
.footer .fobx2 .item ul {
  list-style: none;
}
.footer .fobx2 .item ul li {
  font-size: 15px;
  color: #fff;
  line-height: 32px;
}
.footer .fobx2 .item ul li a {
  color: #fff;
  transition: all 0.3s;
}
.footer .fobx2 .item ul li a:hover {
  text-decoration: underline;
}
.footer .fobx2 .item .fopro {
  display: flex;
  align-items: flex-start;
}
.footer .fobx2 .item .fopro ul {
  width: 50%;
}
.footer .fobx2 .item3 {
  width: 36%;
  margin-top: 23px;
}
@media (max-width: 1200px) {
  .footer .fobx2 .item3 {
    width: 100%;
  }
}
.footer .fobx2 .item3 .form2 {
  display: flex;
}
@media (max-width: 768px) {
  .footer .fobx2 .item3 .form2 {
    flex-wrap: wrap;
  }
}
.footer .fobx2 .item3 .form2 ul {
  list-style: none;
  width: 90%;
  max-width: calc(100% - 139px);
  margin-right: auto;
}
@media (max-width: 1400px) {
  .footer .fobx2 .item3 .form2 ul {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  .footer .fobx2 .item3 .form2 ul {
    width: 100%;
    max-width: 100%;
  }
}
.footer .fobx2 .item3 .form2 ul input {
  width: 100%;
  height: 64px;
  line-height: 64px;
  padding: 0 25px;
  font-size: 13px;
}
@media (max-width: 1400px) {
  .footer .fobx2 .item3 .form2 ul input {
    height: 54px;
  }
}
.footer .fobx2 .item3 .form2 ul .yzm {
  width: 100%;
}
.footer .fobx2 .item3 .form2 ul img {
  height: 63px;
  width: auto;
  margin-left: 2px;
}
@media (max-width: 1400px) {
  .footer .fobx2 .item3 .form2 ul img {
    height: 53px;
  }
}
.footer .fobx2 .item3 .form2 button {
  border: none;
  color: #fff;
  background-color: #05a74f;
  font-size: 13px;
  font-weight: 700;
  width: 140px;
  height: 64px;
  display: block;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1400px) {
  .footer .fobx2 .item3 .form2 button {
    height: 54px;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .footer .fobx2 .item3 .form2 button {
    margin-top: 10px;
    height: 44px;
  }
}
.footer .fobx3 {
  padding-bottom: 60px;
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer .fobx3 {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .footer .fobx3 {
    justify-content: center;
  }
}
.footer .fobx3 p {
  margin-right: 20px;
  text-align: center;
}
.footer .fobx3 a {
  color: #fff;
  display: inline-block;
}
.footer .fobx3 a:hover {
  text-decoration: underline;
}
.pcr {
  padding: 80px 0 60px 0;
}
@media (max-width: 1440px) {
  .pcr {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 1200px) {
  .pcr {
    padding: 50px 0 40px 0;
  }
}
.pcr .top-nav {
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .pcr .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .pcr .top-nav {
    font-size: 14px;
  }
}
.pcr .top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .pcr .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .pcr .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.pcr .top-nav .top-a {
  text-decoration: none;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 991px) {
  .pcr .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pcr .top-nav .top-a {
    font-size: 14px;
    color: white;
    background-color: #05a74f;
  }
}
.pcr .top-nav .top-a:hover {
  color: white;
  background-color: #05a74f;
}
.pcr .popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .pcr .popular .popular-box .popular-left {
    display: none;
  }
}
.pcr .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 125px;
  overflow: hidden;
  width: 340px;
}
@media (max-width: 1440px) {
  .pcr .popular .popular-box .popular-left .left-ul {
    width: 310px;
  }
}
@media (max-width: 1400px) {
  .pcr .popular .popular-box .popular-left .left-ul {
    width: 260px;
  }
}
.pcr .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  border-bottom: 1px dashed #efefef;
  padding: 8px 0;
}
.pcr .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
}
.pcr .popular .popular-box .popular-left .ul-li .a-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.5s;
}
.pcr .popular .popular-box .popular-left .ul-li .a-title > a {
  width: 85%;
  display: inline-flex;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.pcr .popular .popular-box .popular-left .ul-li .a-title > a span {
  font-size: 18px;
  line-height: 40px;
  color: #212121;
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}
.pcr .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  border-radius: 10px;
  background: #05a74f;
  padding: 17px 11px;
}
.pcr .popular .popular-box .popular-left .ul-li ul li {
  display: flex;
  align-items: center;
  transition: all 0.4s;
  position: relative;
}
.pcr .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}
.pcr .popular .popular-box .popular-left .ul-li ul li:last-child {
  margin-bottom: 0;
}
.pcr .popular .popular-box .popular-left .ul-li ul li:last-child a {
  border-bottom: none;
}
.pcr .popular .popular-box .popular-left .ul-li ul li:hover a {
  text-decoration: underline;
}
.pcr .popular .popular-box .popular-left .ul-li ul li.on a {
  text-decoration: underline;
}
.pcr .popular .popular-box .popular-left .ul-li ul li a {
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.pcr .popular .popular-box .popular-left .ul-li ul li a span {
  color: #FFF;
}
.pcr .popular .popular-box .popular-left .ul-li ul li a::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #FFF;
  border-radius: 10px;
  margin: 0 10px;
}
@media (max-width: 1400px) {
  .pcr .popular .popular-box .popular-left .ul-li ul li a {
    padding-left: 0;
  }
}
.pcr .popular .popular-box .popular-left .ul-li ul li ul {
  background-color: #FFF;
}
.pcr .popular .popular-box .popular-left .ul-li ul li ul li a::before {
  width: 8px;
  height: 2px;
  background-color: #05a74f;
}
.pcr .popular .popular-box .popular-left .ul-li ul li ul li a span {
  color: #05a74f;
}
.pcr .popular .popular-box .popular-left .ul-li.active .a-title::after {
  color: #05a74f;
}
.pcr .popular .popular-box .popular-left .ul-li.active .a-title > a span {
  color: #05a74f;
  font-weight: 700;
}
.pcr .popular .popular-box .popular-left .ul-li:hover .a-title > a span {
  color: #05a74f;
}
.pcr .popular .popular-box .popular-right {
  width: calc(100% - 340px - 30px);
  margin-left: auto;
}
@media (max-width: 1440px) {
  .pcr .popular .popular-box .popular-right {
    width: calc(100% - 310px - 30px);
  }
}
@media (max-width: 1400px) {
  .pcr .popular .popular-box .popular-right {
    width: calc(100% - 260px - 30px);
  }
}
@media (max-width: 1199px) {
  .pcr .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}
.pcr .popular .popular-box .popular-right.product-right .toptitle {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}
.pcr .popular .popular-box .popular-right.product-right .toptitle h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1400px) {
  .pcr .popular .popular-box .popular-right.product-right .toptitle h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .pcr .popular .popular-box .popular-right.product-right .toptitle h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .pcr .popular .popular-box .popular-right.product-right .toptitle h2 {
    font-size: 24px;
  }
}
.pcr .popular .popular-box .popular-right.product-right .content .row-box {
  margin: 0 -10px;
}
.pcr .popular .popular-box .popular-right.product-right .content .row-box .item-box {
  padding: 0 10px;
}
.pcr .popular .popular-box .popular-right.product-right .content .row-box .item-box .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: all 0.4s;
}
.pcr .popular .popular-box .popular-right.product-right .content .row-box .item-box .item:hover {
  box-shadow: 0px 10px 30px 0px #00000033;
  transform: scale3d(1.01, 1.01, 1.01);
}
.pcr .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .img-box img {
  transform: scale(1);
}
.pcr .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .tit {
  padding: 12px 12px 0;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #212121;
}
@media (max-width: 1200px) {
  .pcr .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .pcr .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .tit {
    font-size: 14px;
  }
}
.pcr .popular .popular-box .popular-right.product-right .content .row-box .item-box .item .tit a {
  color: #212121;
}
.pcrdetails {
  padding: 50px 0 80px 0;
}
@media (max-width: 1400px) {
  .pcrdetails {
    padding: 40px 0 60px 0;
  }
}
.pcrdetails .productdatails-top {
  position: relative;
}
.pcrdetails .productdatails-top .pouch-cont {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .pcrdetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: 47%;
  position: relative;
}
@media (max-width: 992px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left:hover .prev-next {
  opacity: 1;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  display: block !important;
  position: absolute;
  opacity: 0;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: block !important;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev {
  left: 0;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  right: 0;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 100%;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-track {
  margin: 0;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 0px 5px;
  overflow: hidden;
  position: relative;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  opacity: 1;
  overflow: hidden;
  border: 1px solid #05a74f;
}
@keyframes videoan {
  0% {
    background-position: 50% 50%;
    transform: scale(1);
  }
  50% {
    background-position: 0% 0%;
    transform: scale(1.2);
  }
  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  content: '\e66e';
  font-size: 16px;
  padding-left: 3px;
  color: #05a74f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #05a74f;
  border-radius: 50%;
  z-index: 6;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item.item-video {
  padding: 0;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right {
  width: 50%;
  position: relative;
  z-index: 12;
}
@media (max-width: 992px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .title h2 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  position: relative;
}
@media (max-width: 991px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .title h2 {
    font-size: 24px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .title2 {
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 5px;
  color: #000;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .title2 {
    padding: 10px 0;
    font-size: 16px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 {
    margin-top: 30px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 ul {
  padding-left: 20px;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 p,
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 li {
  line-height: 2;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 p,
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 li {
    padding: 5px 0;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 p,
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont2 li {
    font-size: 14px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 {
  margin-top: 90px;
}
@media (max-width: 1680px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 {
    margin-top: 30px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont4 p {
    font-size: 16px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
@media (max-width: 1440px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 {
    margin-top: 20px;
  }
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 .index-more {
  background-color: #05a74f;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 .index-more span {
  color: #FFF;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 .index-more span::after {
  color: #FFF;
}
.pcrdetails .productdatails-top .pouch-cont .pouch-cont-right .pcrt .cont3 .index-more:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.pcrdetails .productdetails-nav {
  position: sticky;
  top: 90px;
  z-index: 99;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  margin-top: 90px;
}
@media (max-width: 1560px) {
  .pcrdetails .productdetails-nav {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .pcrdetails .productdetails-nav {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .pcrdetails .productdetails-nav {
    top: 62px;
  }
}
@media (max-width: 991px) {
  .pcrdetails .productdetails-nav {
    position: static;
  }
}
.pcrdetails .productdetails-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .pcrdetails .productdetails-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pcrdetails .productdetails-nav ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    display: grid;
  }
}
.pcrdetails .productdetails-nav ul li {
  position: relative;
  margin: 0 25px;
}
@media (max-width: 992px) {
  .pcrdetails .productdetails-nav ul li {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .pcrdetails .productdetails-nav ul li {
    margin: 0;
  }
}
.pcrdetails .productdetails-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #666;
  padding: 25px 20px;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 1200px) {
  .pcrdetails .productdetails-nav ul li a {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media (max-width: 992px) {
  .pcrdetails .productdetails-nav ul li a {
    font-size: 16px;
    padding: 15px 10px;
  }
}
.pcrdetails .productdetails-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #05a74f;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pcrdetails .productdetails-nav ul li a {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    color: #FFF;
    background-color: #05a74f;
  }
}
@media (min-width: 767px) {
  .pcrdetails .productdetails-nav ul li a:hover {
    color: #05a74f;
  }
  .pcrdetails .productdetails-nav ul li a:hover::before {
    width: 100%;
  }
  .pcrdetails .productdetails-nav ul li a.active {
    color: #05a74f;
  }
  .pcrdetails .productdetails-nav ul li a.active::before {
    width: 100%;
  }
}
.pcrdetails .pcrdetails-content img {
  max-width: 100%;
}
.pcrdetails .pcrdetails-content .title {
  padding-top: 55px;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .pcrdetails .pcrdetails-content .title {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.pcrdetails .pcrdetails-content .title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.pcrdetails .pcrdetails-content ul {
  padding-left: 20px;
}
.pcrdetails .pcrdetails-content p,
.pcrdetails .pcrdetails-content li {
  font-size: 16px;
}
@media (max-width: 768px) {
  .pcrdetails .pcrdetails-content p,
  .pcrdetails .pcrdetails-content li {
    font-size: 14px;
  }
}
.pcrdetails .pcrdetails-content table {
  width: 100% !important;
}
.pcrdetails .pcrdetails-content table tr:nth-child(1) {
  background: #000;
}
.pcrdetails .pcrdetails-content table tr:nth-child(1) td {
  color: #fff;
  border: solid 1px #fff;
}
.pcrdetails .pcrdetails-content table tr td {
  border: solid 1px #000000;
  text-align: center;
  padding: 10px;
  font-size: 15px;
}
.pcrdetails .pcrdetails-content .row-box {
  margin: -20px -15px;
}
@media (max-width: 992px) {
  .pcrdetails .pcrdetails-content .row-box {
    margin: -15px -10px;
  }
}
@media (max-width: 768px) {
  .pcrdetails .pcrdetails-content .row-box {
    margin: -12px -5px;
  }
}
.pcrdetails .pcrdetails-content .row-box .item-box {
  padding: 20px 15px;
}
@media (max-width: 992px) {
  .pcrdetails .pcrdetails-content .row-box .item-box {
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .pcrdetails .pcrdetails-content .row-box .item-box {
    padding: 12px 5px;
  }
}
.pcrdetails .pcrdetails-content .row-box .item-box .item {
  padding: 15px;
  border: 1px solid #E0E0E0;
  height: 100%;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .pcrdetails .pcrdetails-content .row-box .item-box .item {
    padding: 10px;
  }
}
.pcrdetails .pcrdetails-content .row-box .item-box .item:hover {
  box-shadow: 0px 10px 30px 0px #00000033;
  transform: scale3d(1.01, 1.01, 1.01);
}
.pcrdetails .pcrdetails-content .row-box .item-box .item .img-box img {
  transform: scale(1);
}
.pcrdetails .pcrdetails-content .row-box .item-box .item .tit {
  margin-top: 12px;
  min-height: 56px;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #212121;
}
@media (max-width: 992px) {
  .pcrdetails .pcrdetails-content .row-box .item-box .item .tit {
    font-size: 16px;
    margin-top: 10px;
    min-height: auto;
  }
}
.pcrdetails .pcrdetails-content .row-box .item-box .item .tit a {
  color: #212121;
}
.about-title h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1400px) {
  .about-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .about-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .about-title h2 {
    font-size: 24px;
  }
}
.about-title h2 span {
  color: #05a74f;
}
.about .abbx1 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about .abbx1 .box {
    flex-wrap: wrap;
  }
}
.about .abbx1 .box .left {
  width: 46%;
}
@media (max-width: 992px) {
  .about .abbx1 .box .left {
    width: 100%;
  }
}
.about .abbx1 .box .left .txt {
  margin-top: 1em;
}
.about .abbx1 .box .left .txt p {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .about .abbx1 .box .left .txt p {
    line-height: 1.7;
  }
}
@media (max-width: 992px) {
  .about .abbx1 .box .left .txt p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about .abbx1 .box .left .txt p {
    font-size: 14px;
  }
}
.about .abbx1 .box .right {
  width: 50%;
}
@media (max-width: 992px) {
  .about .abbx1 .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.about .abbx1 .box .right .img-box {
  padding-bottom: calc(410 / 720 * 100%);
}
.about .abbx2 {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .about .abbx2 {
    padding: 60px 0;
  }
}
@media (max-width: 1400px) {
  .about .abbx2 {
    padding: 40px 0;
  }
}
.about .abbx2 .content img {
  width: 100%;
  height: auto;
}
.about .abbx3 {
  padding-top: 0;
}
.about .abbx3 .row-box {
  margin: -10px -39px;
}
@media (max-width: 1400px) {
  .about .abbx3 .row-box {
    margin: -10px -20px;
  }
}
.about .abbx3 .row-box .item-box {
  padding: 10px 39px;
}
@media (max-width: 1400px) {
  .about .abbx3 .row-box .item-box {
    padding: 10px 20px;
  }
}
.about .abbx3 .row-box .item-box .item {
  padding: 32px 0;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  height: 100%;
}
@media (max-width: 1400px) {
  .about .abbx3 .row-box .item-box .item {
    padding: 20px 0;
  }
}
.about .abbx3 .row-box .item-box .item::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #05a74f;
  content: '';
  transition: all 0.6s;
}
.about .abbx3 .row-box .item-box .item:hover::after {
  width: 100%;
}
.about .abbx3 .row-box .item-box .item .count {
  display: block;
  font-weight: 700;
  font-size: 46px;
  color: #05a74f;
}
@media (max-width: 1400px) {
  .about .abbx3 .row-box .item-box .item .count {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .about .abbx3 .row-box .item-box .item .count {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .about .abbx3 .row-box .item-box .item .count {
    font-size: 26px;
  }
}
.about .abbx3 .row-box .item-box .item p {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .about .abbx3 .row-box .item-box .item p {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .about .abbx3 .row-box .item-box .item p {
    font-size: 14px;
  }
}
.about .abbx4 {
  background: url(../img/abbx3-b1.jpg) no-repeat center;
  background-size: cover;
}
.about .abbx4 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about .abbx4 .box {
    flex-wrap: wrap;
  }
}
.about .abbx4 .box .left {
  width: 325px;
  background-color: #F4F4FD;
  padding: 50px 44px;
}
@media (max-width: 1200px) {
  .about .abbx4 .box .left {
    width: 260px;
    padding: 30px 25px;
  }
}
@media (max-width: 992px) {
  .about .abbx4 .box .left {
    width: 100%;
  }
}
.about .abbx4 .box .left .cont .count {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
}
@media (max-width: 1400px) {
  .about .abbx4 .box .left .cont .count {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .about .abbx4 .box .left .cont .count {
    font-size: 26px;
  }
}
.about .abbx4 .box .left .cont p {
  font-size: 20px;
  color: #666;
}
@media (max-width: 1400px) {
  .about .abbx4 .box .left .cont p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .about .abbx4 .box .left .cont p {
    font-size: 16px;
  }
}
.about .abbx4 .box .right {
  width: calc(100% - 325px - 70px);
  margin-left: auto;
}
@media (max-width: 1200px) {
  .about .abbx4 .box .right {
    width: calc(100% - 260px - 40px);
  }
}
@media (max-width: 992px) {
  .about .abbx4 .box .right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.about .abbx4 .box .right ul {
  list-style: none;
  display: flex;
  margin: 30px -20px 0;
}
@media (max-width: 1200px) {
  .about .abbx4 .box .right ul {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.about .abbx4 .box .right ul li {
  margin-top: 26px;
  padding: 0 20px;
  width: 100%;
  max-width: 30%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about .abbx4 .box .right ul li {
    width: auto;
    max-width: none;
  }
}
.about .abbx4 .box .right ul li:hover::before {
  color: #05a74f;
}
.about .abbx4 .box .right ul li:hover p a {
  color: #05a74f;
}
.about .abbx4 .box .right ul li::before {
  content: '-';
  font-size: 25px;
  display: inline-block;
  margin-top: -5px;
  line-height: 1;
  transition: all 0.3s;
}
.about .abbx4 .box .right ul li p {
  padding-left: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about .abbx4 .box .right ul li p a {
  font-size: 18px;
  color: #212121;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .about .abbx4 .box .right ul li p a {
    font-size: 16px;
  }
}
.about .abbx5 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
.about .abbx5 .list:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .about .abbx5 .list {
    flex-wrap: wrap;
  }
}
.about .abbx5 .list .left {
  width: 55%;
}
@media (max-width: 992px) {
  .about .abbx5 .list .left {
    width: 100%;
  }
}
.about .abbx5 .list .left .about-title h2 {
  margin-bottom: 35px;
}
@media (max-width: 1400px) {
  .about .abbx5 .list .left .about-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .about .abbx5 .list .left .about-title h2 {
    margin-bottom: 15px;
  }
}
.about .abbx5 .list .left .about-title p {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .about .abbx5 .list .left .about-title p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about .abbx5 .list .left .about-title p {
    font-size: 14px;
  }
}
.about .abbx5 .list .right {
  width: 36%;
}
@media (max-width: 992px) {
  .about .abbx5 .list .right {
    width: 100%;
    margin-top: 30px;
  }
}
.about .abbx5 .list .right .img-box {
  padding-bottom: calc(320 / 510 * 100%);
}
.about .abbx6 {
  background-color: #f8f8f8;
}
.about .abbx6 .about-title {
  width: 95%;
  margin: 0 auto;
}
.about .abbx6 .about-title h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .about .abbx6 .about-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .about .abbx6 .about-title h2 {
    margin-bottom: 12px;
  }
}
.about .abbx6 .about-title p {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1200px) {
  .about .abbx6 .about-title p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about .abbx6 .about-title p {
    font-size: 14px;
  }
}
.about .abbx6 .content {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .about .abbx6 .content {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .about .abbx6 .content {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .about .abbx6 .content {
    padding-bottom: 20px;
  }
}
.about .abbx6 .content .prev-next {
  position: absolute;
  z-index: 12;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .about .abbx6 .content .prev-next {
    display: none !important;
  }
}
.about .abbx6 .content .prev-next .slick-prev {
  left: -100px;
}
@media (max-width: 1200px) {
  .about .abbx6 .content .prev-next .slick-prev {
    left: -80px;
  }
}
.about .abbx6 .content .prev-next .slick-next {
  right: -100px;
}
@media (max-width: 1200px) {
  .about .abbx6 .content .prev-next .slick-next {
    right: -80px;
  }
}
.about .abbx6 .content .prev-next .slick-prev,
.about .abbx6 .content .prev-next .slick-next {
  background: #05a74f;
}
.about .abbx6 .content .prev-next .slick-prev::before,
.about .abbx6 .content .prev-next .slick-next::before {
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
}
.about .abbx6 .content .abbx6-slick {
  margin: 0 -30px;
}
@media (max-width: 1400px) {
  .about .abbx6 .content .abbx6-slick {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .about .abbx6 .content .abbx6-slick {
    margin: 0 -5px;
  }
}
.about .abbx6 .content .abbx6-slick .slick-dots {
  bottom: -30px;
}
.about .abbx6 .content .abbx6-slick .slick-dots li {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background-color: #ccc;
}
.about .abbx6 .content .abbx6-slick .slick-dots li.slick-active {
  background-color: #05a74f;
}
.about .abbx6 .content .abbx6-slick .slick-dots li button {
  width: 100%;
  height: 100%;
}
.about .abbx6 .content .abbx6-slick .slick-dots li button::before {
  display: none;
}
.about .abbx6 .content .abbx6-slick .item-box {
  padding: 0 30px;
}
@media (max-width: 1400px) {
  .about .abbx6 .content .abbx6-slick .item-box {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .about .abbx6 .content .abbx6-slick .item-box {
    padding: 0 5px;
  }
}
.about .abbx6 .content .abbx6-slick .item-box .item {
  position: relative;
}
@media (min-width: 768px) {
  .about .abbx6 .content .abbx6-slick .item-box .item:hover .img-box .img {
    transform: scale(1);
  }
  .about .abbx6 .content .abbx6-slick .item-box .item:hover .img-box::before {
    background: #05a74f;
    opacity: 0.5;
    width: 100%;
    height: 100%;
  }
  .about .abbx6 .content .abbx6-slick .item-box .item:hover .tit {
    opacity: 0.5;
    background: transparent;
    bottom: 30%;
    transform: translateY(-50%);
  }
}
.about .abbx6 .content .abbx6-slick .item-box .item .img-box::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.about .abbx6 .content .abbx6-slick .item-box .item .tit {
  position: absolute;
  z-index: 12;
  background: linear-gradient(rgba(0, 0, 0, 0.00001), rgba(0, 0, 0, 0.6));
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  padding: 30px 15px;
}
@media (max-width: 1400px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit {
    padding: 10px;
  }
}
.about .abbx6 .content .abbx6-slick .item-box .item .tit h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit h2 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit h2 {
    font-size: 14px;
  }
}
.about .abbx6 .content .abbx6-slick .item-box .item .tit .txt {
  display: none;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit .txt {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit .txt {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit .txt {
    display: none;
  }
}
.about .abbx6 .content .abbx6-slick .item-box .item .tit p {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1200px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about .abbx6 .content .abbx6-slick .item-box .item .tit p {
    font-size: 14px;
  }
}
.about .abbx7 {
  padding: 85px 0;
}
@media (max-width: 1400px) {
  .about .abbx7 {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .about .abbx7 {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .about .abbx7 {
    padding-bottom: 70px;
  }
}
.about .abbx7 .about-title h2 {
  text-align: center;
}
.about .abbx7 .bobo-cert-list .list {
  position: relative;
  margin-top: 45px;
}
@media (max-width: 1400px) {
  .about .abbx7 .bobo-cert-list .list {
    margin-top: 30px;
  }
}
.about .abbx7 .bobo-cert-list .list .swiper {
  padding: 10px 0;
}
.about .abbx7 .bobo-cert-list .list .swiper-slide {
  width: 378px;
  padding: 17px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.24);
}
@media (max-width: 992px) {
  .about .abbx7 .bobo-cert-list .list .swiper-slide {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .about .abbx7 .bobo-cert-list .list .swiper-slide {
    padding: 10px;
  }
}
.about .abbx7 .bobo-cert-list .list .swiper-slide .img-box {
  padding-bottom: calc(680 / 490 * 100%);
}
.about .abbx7 .bobo-cert-list .list .swiper-slide .img-box img {
  transform: scale(1);
}
.about .abbx7 .bobo-cert-list .list .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.about .abbx7 .bobo-cert-list .list .swiper-button-prev,
.about .abbx7 .bobo-cert-list .list .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #05a74f;
  z-index: 12;
}
@media (max-width: 992px) {
  .about .abbx7 .bobo-cert-list .list .swiper-button-prev,
  .about .abbx7 .bobo-cert-list .list .swiper-button-next {
    display: none;
  }
}
.about .abbx7 .bobo-cert-list .list .swiper-button-prev::after,
.about .abbx7 .bobo-cert-list .list .swiper-button-next::after {
  font-family: 'iconfont' !important;
  content: '\e6b5';
  color: #FFF;
  font-size: 34px;
}
.about .abbx7 .bobo-cert-list .list .swiper-button-prev {
  left: -100px;
}
@media (max-width: 1200px) {
  .about .abbx7 .bobo-cert-list .list .swiper-button-prev {
    left: -80px;
  }
}
.about .abbx7 .bobo-cert-list .list .swiper-button-prev::after {
  transform: rotate(180deg);
}
.about .abbx7 .bobo-cert-list .list .swiper-button-next {
  right: -100px;
}
@media (max-width: 1200px) {
  .about .abbx7 .bobo-cert-list .list .swiper-button-next {
    right: -80px;
  }
}
.about .abbx7 .swiper-pagination {
  position: relative;
  bottom: -30px;
}
@media (min-width: 992px) {
  .about .abbx7 .swiper-pagination {
    display: none;
  }
}
.about .abbx7 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 0;
}
.about .abbx7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #05a74f;
}
.support .box {
  padding: 0 3%;
  margin: 0 auto;
  width: 1150px;
  max-width: 100%;
}
.support .row-box {
  margin: -15px -20px;
}
.support .row-box .item-box {
  padding: 15px 20px;
}
.support .row-box .item-box .item {
  display: flex;
  align-items: center;
}
.support .row-box .item-box .item .cont-img {
  width: 47%;
}
.support .row-box .item-box .item .cont {
  width: 53%;
  padding-left: 20px;
}
.support .row-box .item-box .item .cont h2 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .support .row-box .item-box .item .cont h2 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .support .row-box .item-box .item .cont h2 {
    font-size: 16px;
  }
}
.support .row-box .item-box .item .cont p {
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  color: #666;
  margin: 4px 0 0;
}
.support .row-box .item-box .item .cont a {
  display: inline-block;
  margin: 24px 0 0;
  font-size: 16px;
  color: #fff;
  padding: 8px 17px;
  background: #05a74f;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .support .row-box .item-box .item .cont a {
    font-size: 14px;
  }
}
.support .row-box .item-box .item .cont a::before {
  font-family: 'iconfont' !important;
  content: "\e623";
  color: #FFF;
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .support .row-box .item-box .item .cont a::before {
    font-size: 16px;
  }
}
.support .row-box .item-box .item .cont a:hover {
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.24);
}
.video {
  margin: 20px 0;
}
.video .video-list ul {
  list-style: none;
  text-align: center;
  margin: 0 -15px;
}
@media (max-width: 992px) {
  .video .video-list ul {
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .video .video-list ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.video .video-list ul li {
  display: inline-block;
  margin: 0 15px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .video .video-list ul li {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .video .video-list ul li {
    margin: 0;
  }
}
.video .video-list ul li a {
  font-size: 18px;
  color: #05a74f;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  background: #fff;
  border: 1px solid #05a74f;
  border-radius: 35px;
  padding: 12px 8px;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .video .video-list ul li a {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .video .video-list ul li a {
    width: 100%;
    background-color: #05a74f;
    color: #FFF;
    margin: 0;
    border-radius: 10px;
    height: 100%;
  }
}
.video .video-list ul li a:hover {
  background: #05a74f;
  color: #FFF;
  border-color: #05a74f;
}
@media (max-width: 768px) {
  .video .content {
    margin-top: 30px;
  }
}
.video .content .row-box {
  margin: -27px -15px;
}
@media (max-width: 1400px) {
  .video .content .row-box {
    margin: -20px -15px;
  }
}
@media (max-width: 992px) {
  .video .content .row-box {
    margin: -15px -15px;
  }
}
.video .content .row-box .item-box {
  padding: 27px 15px;
}
@media (max-width: 1400px) {
  .video .content .row-box .item-box {
    padding: 20px 15px;
  }
}
@media (max-width: 992px) {
  .video .content .row-box .item-box {
    padding: 15px 15px;
  }
}
.video .content .row-box .item-box .item {
  background-color: #f6f6f6;
  cursor: pointer;
}
.video .content .row-box .item-box .item:hover .tit {
  color: #05a74f;
}
.video .content .row-box .item-box .item:hover .img-box img {
  transform: scale(1.1);
}
.video .content .row-box .item-box .item .img-box {
  padding-bottom: calc(430 / 760 * 100%);
}
.video .content .row-box .item-box .item .img-box::before {
  font-family: 'iconfont' !important;
  content: "\e66e";
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 4px solid #fff;
  padding-left: 3px;
  font-size: 22px;
  color: #FFF;
}
@media (max-width: 1200px) {
  .video .content .row-box .item-box .item .img-box::before {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .video .content .row-box .item-box .item .img-box::before {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.video .content .row-box .item-box .item .tit {
  min-height: 70px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1200px) {
  .video .content .row-box .item-box .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .video .content .row-box .item-box .item .tit {
    font-size: 14px;
  }
}
.news {
  padding-bottom: 70px;
}
@media (max-width: 1400px) {
  .news {
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .news {
    padding-bottom: 30px;
  }
}
.news .newsbx1 {
  padding: 70px 0;
}
@media (max-width: 1400px) {
  .news .newsbx1 {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .news .newsbx1 {
    padding: 40px 0;
  }
}
.news .newsbx1 .content {
  position: relative;
}
.news .newsbx1 .newsbx1-slick .item-box .item {
  background-color: rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news .newsbx1 .newsbx1-slick .item-box .item {
    flex-wrap: wrap;
  }
}
.news .newsbx1 .newsbx1-slick .item-box .item .cont {
  width: 50%;
  padding: 47px 70px 90px 130px;
}
@media (max-width: 1200px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont {
    padding: 35px 50px 60px 80px;
  }
}
@media (max-width: 992px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont {
    padding: 25px 40px 40px 60px;
  }
}
@media (max-width: 768px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont {
    width: 100%;
    padding: 20px;
  }
}
.news .newsbx1 .newsbx1-slick .item-box .item .cont h2 {
  margin-bottom: 10px;
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont h2 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont h2 {
    font-size: 16px;
  }
}
.news .newsbx1 .newsbx1-slick .item-box .item .cont h2 a {
  color: #212121;
  transition: all 0.4s ease-in-out;
}
.news .newsbx1 .newsbx1-slick .item-box .item .cont h2 a:hover {
  color: #05a74f;
}
.news .newsbx1 .newsbx1-slick .item-box .item .cont p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont p {
    font-size: 14px;
  }
}
.news .newsbx1 .newsbx1-slick .item-box .item .cont span {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont span {
    font-size: 14px;
  }
}
.news .newsbx1 .newsbx1-slick .item-box .item .cont-img {
  width: 50%;
}
@media (max-width: 768px) {
  .news .newsbx1 .newsbx1-slick .item-box .item .cont-img {
    width: 100%;
  }
}
.news .newsbx1 .newsbx1-slick .item-box .item .cont-img .img-box {
  padding-bottom: calc(600 / 880 * 100%);
}
.news .newsbx1 .newsbx1-slick .slick-prev,
.news .newsbx1 .newsbx1-slick .slick-next {
  z-index: 12;
  width: 50px;
  height: 50px;
}
.news .newsbx1 .newsbx1-slick .slick-prev::before,
.news .newsbx1 .newsbx1-slick .slick-next::before {
  font-family: 'iconfont' !important;
  content: "\e6b5";
  font-size: 28px;
  display: inline-block;
}
.news .newsbx1 .newsbx1-slick .slick-prev {
  left: 10px;
  background: rgba(240, 240, 240, 0.7);
}
.news .newsbx1 .newsbx1-slick .slick-prev:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), rgba(240, 240, 240, 0.2);
}
.news .newsbx1 .newsbx1-slick .slick-prev:hover::before {
  color: #fff;
}
.news .newsbx1 .newsbx1-slick .slick-prev::before {
  color: #212121;
  transform: rotate(180deg);
}
.news .newsbx1 .newsbx1-slick .slick-next {
  right: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), rgba(240, 240, 240, 0.2);
}
.news .newsbx1 .newsbx1-slick .slick-next::before {
  color: #fff;
}
.news .newsbx1 .newsbx1-slick .slick-next:hover {
  background: rgba(240, 240, 240, 0.7);
}
.news .newsbx1 .newsbx1-slick .slick-next:hover::before {
  color: #212121;
}
.news .newsbx1 .newsbx1-slick .slick-dots {
  transform: translateX(-50%);
  left: 160px;
  bottom: 40px;
}
@media (max-width: 1200px) {
  .news .newsbx1 .newsbx1-slick .slick-dots {
    left: 120px;
    bottom: 20px;
  }
}
@media (max-width: 992px) {
  .news .newsbx1 .newsbx1-slick .slick-dots {
    left: 80px;
    bottom: 10px;
  }
}
.news .newsbx1 .newsbx1-slick .slick-dots li {
  width: 4px;
  height: 4px;
  background-color: rgba(18, 18, 18, 0.5);
  margin: 0 4px;
}
.news .newsbx1 .newsbx1-slick .slick-dots li.slick-active {
  width: 20px;
  background-color: #121212;
  border-radius: 2px;
}
.news .newsbx1 .newsbx1-slick .slick-dots li button {
  width: auto;
  height: auto;
}
.news .newsbx1 .newsbx1-slick .slick-dots li button::before {
  display: none;
}
.news .newsbx2 .list {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news .newsbx2 .list {
    flex-wrap: wrap;
  }
}
.news .newsbx2 .list .cont-img {
  width: 22%;
}
@media (max-width: 992px) {
  .news .newsbx2 .list .cont-img {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .news .newsbx2 .list .cont-img {
    width: 100%;
  }
}
.news .newsbx2 .list .cont-img .img-box {
  padding-bottom: calc(6 / 8 * 100%);
}
.news .newsbx2 .list .cont {
  width: 75%;
  padding: 15px 40px 20px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .news .newsbx2 .list .cont {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .news .newsbx2 .list .cont {
    padding: 0;
    padding-bottom: 20px;
    width: 65%;
  }
}
@media (max-width: 768px) {
  .news .newsbx2 .list .cont {
    width: 100%;
    padding-top: 20px;
  }
}
.news .newsbx2 .list .cont h2 {
  margin-bottom: 10px;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .news .newsbx2 .list .cont h2 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .news .newsbx2 .list .cont h2 {
    font-size: 16px;
  }
}
.news .newsbx2 .list .cont h2 a {
  color: #212121;
  transition: all 0.4s ease-in-out;
}
.news .newsbx2 .list .cont h2 a:hover {
  color: #05a74f;
}
.news .newsbx2 .list .cont p {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
@media (max-width: 1200px) {
  .news .newsbx2 .list .cont p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .news .newsbx2 .list .cont p {
    font-size: 14px;
  }
}
.news .newsbx2 .list .cont span {
  line-height: 1.25;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .news .newsbx2 .list .cont span {
    font-size: 14px;
  }
}
.newsdetails2 {
  padding: 70px 0;
}
@media (max-width: 1400px) {
  .newsdetails2 {
    padding: 50px 0;
  }
}
.newsdetails2 .title h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .newsdetails2 .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .newsdetails2 .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .newsdetails2 .title h2 {
    font-size: 24px;
  }
}
.newsdetails2 .title span {
  display: block;
  font-size: 16px;
}
@media (max-width: 768px) {
  .newsdetails2 .title span {
    font-size: 14px;
  }
}
.newsdetails2 .content {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .newsdetails2 .content {
    margin-top: 40px;
  }
}
.newsdetails2 .content ul {
  padding-left: 20px;
}
.newsdetails2 .content p,
.newsdetails2 .content li {
  color: #212121;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .newsdetails2 .content p,
  .newsdetails2 .content li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newsdetails2 .content p,
  .newsdetails2 .content li {
    font-size: 14px;
  }
}
.newsdetails2 .content table {
  border-collapse: collapse;
  width: 100% !important;
  border: 1px solid #000;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsdetails2 .content table {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .newsdetails2 .content table {
    margin-top: 10px;
  }
}
.newsdetails2 .content table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsdetails2 .content table tr td {
    font-size: 16px;
  }
}
.newsdetails2 .pnbar {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
}
.newsdetails2 .pnbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  background: #F4F4F4;
  transition: all 0.4s ease-in-out;
  padding: 8.5px 15.85px 9.5px 16px;
  font-size: 15px;
  color: #666;
  line-height: 1;
  margin-right: 40px;
}
.newsdetails2 .pnbar a:last-child {
  margin-right: 0;
}
.newsdetails2 .pnbar a:hover {
  background: #05a74f;
  color: #fff;
}
.contact .box {
  padding: 100px 0 40px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .contact .box {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 1200px) {
  .contact .box {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 992px) {
  .contact .box {
    flex-wrap: wrap;
  }
}
.contact .box .left {
  width: 45%;
}
@media (max-width: 992px) {
  .contact .box .left {
    width: 100%;
  }
}
.contact .box .left .list {
  display: flex;
  padding: 20px 0;
}
@media (max-width: 1400px) {
  .contact .box .left .list {
    padding: 15px 0;
  }
}
.contact .box .left .list .iconfont {
  display: inline-block;
  font-size: 24px;
  color: #05a74f;
}
.contact .box .left .list .cont {
  padding-left: 16px;
}
.contact .box .left .list .cont span {
  display: block;
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact .box .left .list .cont p {
  font-size: 16px;
  color: #555;
  word-break: break-word;
}
.contact .box .left .list .cont p a {
  color: #555;
  transition: all 0.4s ease-in-out;
}
.contact .box .left .list .cont p a:hover {
  color: #05a74f;
}
.contact .box .right {
  width: 45%;
}
@media (max-width: 992px) {
  .contact .box .right {
    width: 100%;
  }
}
.contact .box .right .title {
  padding: 20px 0;
}
.contact .box .right .title h2 {
  color: #000;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .contact .box .right .title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .contact .box .right .title h2 {
    font-size: 26px;
  }
}
.contact .box .right .title p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.contact .box .right .message {
  width: 100%;
}
.contact .box .right .message .form2 {
  position: relative;
}
.contact .box .right .message .formbox .now-title {
  margin-bottom: 20px;
}
.contact .box .right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #ED773E;
  height: 36px;
  padding: 0 58px 0 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .contact .box .right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.contact .box .right .message .formbox .row {
  list-style: none;
  margin: -12px;
}
.contact .box .right .message .formbox .li {
  padding: 12px;
}
.contact .box .right .message .formbox .group {
  position: relative;
}
.contact .box .right .message .formbox .group b {
  display: block;
  color: #64759A;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .contact .box .right .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact .box .right .message .formbox .group b {
    font-size: 14px;
  }
}
.contact .box .right .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .contact .box .right .message .formbox .group span {
    margin-left: 10px;
  }
}
.contact .box .right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.contact .box .right .message .formbox .group label {
  display: block;
  color: #64759A;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact .box .right .message .formbox .group label {
    font-size: 14px;
  }
}
.contact .box .right .message .formbox .group label b,
.contact .box .right .message .formbox .group label strong {
  color: red;
  display: inline-block;
  margin-right: 5px;
}
.contact .box .right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  color: #666;
  font-size: 16px;
  padding: 10px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  border: 1px solid #ddd;
}
.contact .box .right .message .formbox .group input::placeholder {
  color: #666;
}
.contact .box .right .message .formbox .group input:focus label {
  display: none;
}
.contact .box .right .message .formbox .group input:focus::placeholder {
  color: #CCC;
}
.contact .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  padding: 10px 23px;
  border: 1px solid #ddd;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}
.contact .box .right .message .formbox .group textarea::placeholder {
  color: #666;
}
.contact .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.contact .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .box .right .message .func {
  margin-top: 30px;
}
.contact .box .right .message .func .submit-group {
  width: 100%;
  text-align: center;
}
.contact .box .right .message .func button {
  border: none;
  transition: all 0.3s;
  max-height: none;
  background-color: transparent;
  min-width: auto;
  border: 1px solid #BEBEBE;
  font-weight: 700;
}
.contact .box .right .message .func button:hover {
  background-color: #05a74f;
}
.contact .box .right .message .func button span::after {
  display: none;
}
@media (max-width: 991px) {
  .contact .box .right .message .func button {
    padding: 14px 40px;
  }
}
.contact .map {
  padding: 60px 0 100px 0;
}
@media (max-width: 1400px) {
  .contact .map {
    padding: 45px 0 80px 0;
  }
}
@media (max-width: 1200px) {
  .contact .map {
    padding: 40px 0 50px 0;
  }
}
.contact .map .title h2 {
  position: relative;
  font-size: 30px;
  color: #000;
  padding: 0 10px 8px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .contact .map .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .contact .map .title h2 {
    font-size: 24px;
  }
}
.contact .map .title h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #d1cfcf;
}
.contact .map .title h2 span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 12;
  background-color: #FFF;
}
.contact .map .content {
  margin-top: 20px;
}
.contact .map .content iframe {
  height: 500px;
  width: 100%;
}
.blog {
  padding: 100px 0 60px 0;
}
@media (max-width: 1400px) {
  .blog {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 1200px) {
  .blog {
    padding: 60px 0 50px 0;
  }
}
.blog .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 15px;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .blog .list {
    flex-wrap: wrap;
  }
}
.blog .list:hover .cont-img .img-box img {
  transform: scale(1.1);
}
.blog .list .cont-img {
  width: 30%;
}
@media (max-width: 768px) {
  .blog .list .cont-img {
    width: 100%;
  }
}
.blog .list .cont {
  width: 66%;
}
@media (max-width: 768px) {
  .blog .list .cont {
    width: 100%;
    margin-top: 30px;
  }
}
.blog .list .cont h2 {
  font-size: 22px;
  font-weight: 700;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border: none;
}
@media (max-width: 1400px) {
  .blog .list .cont h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blog .list .cont h2 {
    font-size: 18px;
  }
}
.blog .list .cont h2 a {
  color: #000;
  transition: all 0.3s ease 0s;
}
.blog .list .cont h2 a:hover {
  color: #05a74f;
}
.blog .list .cont span {
  display: block;
  font-size: 14px;
  color: #777;
  margin: 15px 0 0;
}
.blog .list .cont span::before {
  font-family: 'iconfont' !important;
  content: '\e612';
  color: #05a74f;
  line-height: 1;
  margin-right: 5px;
}
.blog .list .cont p {
  color: #666;
  font-size: 17px;
  margin: 15px 0 0;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .blog .list .cont p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .blog .list .cont p {
    font-size: 14px;
  }
}
.blog .list .cont .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 11px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease 0s;
}
.blog .list .cont .more:hover {
  color: #05a74f;
}
@media (max-width: 768px) {
  .blog .list .cont .more {
    font-size: 14px;
  }
}
.blogdetails {
  padding: 100px 0 60px 0;
}
@media (max-width: 1400px) {
  .blogdetails {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 1200px) {
  .blogdetails {
    padding: 60px 0 50px 0;
  }
}
.blogdetails .title h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 20px 0 0;
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media (max-width: 1400px) {
  .blogdetails .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .blogdetails .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .blogdetails .title h2 {
    font-size: 24px;
  }
}
.blogdetails .title span {
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid #D9D9D9;
  margin: 35px 0 0;
  margin-right: 10px;
  line-height: 20px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .blogdetails .title span {
    font-size: 14px;
  }
}
.blogdetails .content1 {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .blogdetails .content1 {
    margin-top: 30px;
  }
}
.blogdetails .content1 .row-box {
  margin: -10px;
}
.blogdetails .content1 .row-box .item-box {
  padding: 10px;
}
.blogdetails .content2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .blogdetails .content2 {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .blogdetails .content2 {
    flex-wrap: wrap;
  }
}
.blogdetails .content2 .left {
  width: 65%;
}
@media (max-width: 992px) {
  .blogdetails .content2 .left {
    width: 100%;
  }
}
.blogdetails .content2 .left .cont p,
.blogdetails .content2 .left .cont li,
.blogdetails .content2 .left .cont td {
  font-size: 17px;
  color: #666;
  word-break: break-word;
}
@media (max-width: 768px) {
  .blogdetails .content2 .left .cont p,
  .blogdetails .content2 .left .cont li,
  .blogdetails .content2 .left .cont td {
    font-size: 15px;
  }
}
.blogdetails .content2 .left .cont ul {
  padding-left: 20px;
}
.blogdetails .content2 .left .cont table tr td {
  padding: 10px;
  border: 1px solid #D9D9D9;
}
.blogdetails .content2 .left .cont h2 {
  padding-top: 15px;
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .blogdetails .content2 .left .cont h2 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .blogdetails .content2 .left .cont h2 {
    font-size: 18px;
  }
}
.blogdetails .content2 .left .relate-details {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .blogdetails .content2 .left .relate-details {
    margin-top: 40px;
  }
}
.blogdetails .content2 .left .relate-details .row > div {
  max-width: 100%;
  margin: -1px 0 0 0;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 18px;
  color: #545454;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .blogdetails .content2 .left .relate-details .row > div {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .blogdetails .content2 .left .relate-details .row > div {
    font-size: 14px;
  }
}
.blogdetails .content2 .left .relate-details .row > div a {
  color: #545454;
}
.blogdetails .content2 .left .relate-details .row > div a:hover {
  color: #05a74f;
}
.blogdetails .content2 .right {
  width: 32%;
}
@media (max-width: 992px) {
  .blogdetails .content2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.blogdetails .content2 .right .contbox {
  position: sticky;
  top: 100px;
  border-top: 1px solid #9C8D7C;
}
.blogdetails .content2 .right .contbox .list {
  position: relative;
}
.blogdetails .content2 .right .contbox .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0px;
  background: #9C8D7C;
  transition: all 0.4s ease 0s;
}
.blogdetails .content2 .right .contbox .list::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 0px;
  background: #9C8D7C;
  transition: all 0.4s ease 0s;
}
.blogdetails .content2 .right .contbox .list.on::after {
  height: 100%;
}
.blogdetails .content2 .right .contbox .list.on::before {
  height: 100%;
}
.blogdetails .content2 .right .contbox .list.on .tit::after {
  transform: rotate(-90deg);
}
.blogdetails .content2 .right .contbox .tit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #9C8D7C;
  position: relative;
}
@media (max-width: 1400px) {
  .blogdetails .content2 .right .contbox .tit {
    padding: 15px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .blogdetails .content2 .right .contbox .tit {
    padding: 10px;
  }
}
.blogdetails .content2 .right .contbox .tit::after {
  font-family: 'iconfont' !important;
  content: '\e6b5';
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.blogdetails .content2 .right .contbox ul {
  padding: 20px;
  list-style: none;
  border: 1px solid #9C8D7C;
  border-top: none;
}
@media (max-width: 992px) {
  .blogdetails .content2 .right .contbox ul {
    padding: 10px 15px;
  }
}
.blogdetails .content2 .right .contbox ul li {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .blogdetails .content2 .right .contbox ul li {
    font-size: 16px;
  }
}
.blogdetails .content2 .right .contbox ul li.on a {
  color: #05a74f;
}
.blogdetails .content2 .right .contbox ul li a {
  color: #333;
}
.blogdetails .content2 .right .contbox ul li a:hover {
  color: #05a74f;
}
.upload {
  margin-top: 10px;
  text-align: right;
  margin-left: 20px;
}
.upload button {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 100%;
}
.upload button::after {
  display: none;
}
.upload button:hover {
  text-decoration: underline;
}
.upload-wrap {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.upload-wrap .inquiry-form p {
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}
.upload-wrap .btn-primary {
  cursor: pointer;
}
.upload-wrap .btn-sm {
  padding: 0 4px;
}
.upload-wrap .bi-zoom-in::before {
  font-family: 'iconfont' !important;
  content: "\e604";
  font-size: 14px;
  font-style: normal;
}
.upload-wrap .input-group .fileinput-remove-button,
.upload-wrap .input-group .fileinput-upload-button {
  border-radius: 5px;
}
.upload-wrap .input-group .fileinput-upload-button {
  margin: 0 5px;
}
.upload-wrap button span {
  font-size: 14px;
}
.bi-arrow-clockwise::before {
  font-family: 'iconfont' !important;
  content: "\e605";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-expand::before {
  font-family: 'iconfont' !important;
  content: "\e624";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-fullscreen::before {
  font-family: 'iconfont' !important;
  content: "\ec13";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-angle-expand::before {
  font-family: 'iconfont' !important;
  content: "\e60d";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-x-lg::before {
  font-family: 'iconfont' !important;
  content: "\e64a";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.kv-zoom-actions button {
  padding: 0 4px;
}
.bi-trash::before {
  font-family: 'iconfont' !important;
  content: "\e8b6";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.popbox {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}
.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 1200px;
  max-width: 90%;
  overflow-y: auto;
  max-height: calc(100% - 30%);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
    max-height: calc(100% - 24%);
  }
}
@media (max-width: 767px) {
  .popbox .contbox {
    top: 15%;
    max-height: calc(100% - 30%);
  }
}
.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}
.popbox .contbox .contact-message .box {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}
.popbox .contbox .contact-message .box .right {
  width: 100%;
  padding: 40px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .popbox .contbox .contact-message .box .right {
    width: 100%;
    padding: 30px 20px;
  }
}
.popbox .contbox .contact-message .box .right .title {
  padding: 20px;
}
.popbox .contbox .contact-message .box .right .title h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.popbox .contbox .contact-message .box .right .title p {
  text-align: center;
}
.popbox .contbox .contact-message .box .right .message {
  width: 100%;
}
.popbox .contbox .contact-message .box .right .message .form2 {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title {
  margin-bottom: 20px;
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #ED773E;
  height: 36px;
  padding: 0 58px 0 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .row {
  list-style: none;
  margin: -12px;
}
.popbox .contbox .contact-message .box .right .message .formbox .li {
  padding: 12px;
}
.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .group b {
  display: block;
  color: #64759A;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group b {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group span {
    margin-left: 10px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.popbox .contbox .contact-message .box .right .message .formbox .group label {
  display: block;
  color: #64759A;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group label {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group label b,
.popbox .contbox .contact-message .box .right .message .formbox .group label strong {
  color: red;
  display: inline-block;
  margin-right: 5px;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  color: #666;
  font-size: 16px;
  padding: 10px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  border: 1px solid #ddd;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
  color: #666;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus::placeholder {
  color: #CCC;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  padding: 10px 23px;
  border: 1px solid #ddd;
  outline: none;
  transition: border-color 0.3s ease;
  height: 96px;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #666;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .func {
  margin-top: 30px;
}
.popbox .contbox .contact-message .box .right .message .func .submit-group {
  width: 100%;
  text-align: center;
}
.popbox .contbox .contact-message .box .right .message .func button {
  border: none;
  transition: all 0.3s;
  max-height: none;
  background-color: #05a74f;
  min-width: auto;
  border: 1px solid #BEBEBE;
  color: #FFF;
  font-weight: 700;
}
.popbox .contbox .contact-message .box .right .message .func button span::after {
  display: none;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .func button {
    padding: 14px 40px;
  }
}
.popbox .contbox .popnone {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 440;
  cursor: pointer;
}
.popbox .contbox .popnone .icon:hover::after {
  color: #555;
}
.popbox .contbox .popnone .icon::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: 'x';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #888;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.lang-box {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
  width: 184px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
  border-radius: 5px;
}
.lang-box::before {
  content: '';
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}
.lang-box .lang-list {
  text-align: left;
  max-height: 160px;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
}
.lang-box .lang-list li {
  display: inline-block;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 5px 0;
  margin: 0 10px;
  border-bottom: 1px solid #f5f5f5;
}
.lang-box .lang-list li a {
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.lang-box .lang-list li a img {
  height: 20px;
  width: 30px;
  object-fit: none;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 3px;
}
.sitmap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #05a74f;
}
@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}
.sitmap ul {
  list-style: none;
}
.sitmap ul li {
  margin-top: 20px;
}
.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #05a74f;
}
.sitmap ul li:hover ul {
  margin-top: 20px;
}
.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}
.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}
.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}
.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}
.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}
@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}
.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}
.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}
.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li ul li a {
  color: #05a74f;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}
.privalcy .title {
  margin-bottom: 40px;
}
.privalcy .title h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991px) {
  .privalcy .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .privalcy .title h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
.privalcy .content p b,
.privalcy .content p strong {
  color: #000;
}
nav {
  display: flex;
  text-align: center;
  justify-content: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: inline-flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 5px;
  vertical-align: top;
}
.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding: 8px 13px;
}
@media (max-width: 767px) {
  .pagination li.prev a,
  .pagination li.next a {
    padding: 5px 10px;
  }
}
.pagination li.prev a {
  border: 1px solid #cecece;
  background: #cecece !important;
  color: #FFF;
}
.pagination li.next a {
  color: #05a74f !important;
}
.pagination li.prev a::before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 14px;
  display: block;
  color: #666666;
  line-height: 1;
  transition: all 0.3s;
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:after {
  color: #05a74f;
}
.pagination li.next a:after {
  margin-left: 5px;
  margin-top: 4px;
}
.pagination li.prev a:before {
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05a74f;
  line-height: 1;
  padding: 8px 13px;
  border: 1px solid #bebebe;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .pagination li a {
    padding: 6px 10px;
  }
}
.pagination li a.have-more {
  color: #000 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
.pagination li a span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #05a74f;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #05a74f;
}
.newsdetails {
  margin: 120px 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin: 100px 0;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .newsdetails {
    margin: 45px 0;
  }
}
.newsdetails .inquiry {
  margin-top: 40px;
}
.newsdetails .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .newsdetails .title h2 {
    font-size: 20px;
  }
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #05a74f;
  text-align: left;
}
.newsdetails .conbox {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}
.newsdetails .cont .table-box {
  overflow-x: auto;
}
.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}
.newsdetails .cont table tr:first-child {
  background-color: #05a74f;
}
.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 16px;
  }
}
.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 10px;
}
.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
  color: #666;
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsdetails .cont ul li {
    font-size: 16px;
  }
}
.newsdetails .cont p {
  font-size: 18px;
  margin: 0;
  color: #666;
}
@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 16px;
  }
}
.newsdetails .pdsrev {
  padding-top: 40px;
}
.newsdetails .pdsrev .top {
  align-items: center;
  padding-bottom: 20px;
}
.newsdetails .pdsrev .index-title h2 {
  font-size: 30px !important;
  line-height: normal !important;
  margin: 0;
}
@media (max-width: 992px) {
  .newsdetails .pdsrev .index-title h2 {
    font-size: 26px !important;
  }
}
.newsdetails .pdsrev .prev-next {
  width: 80px;
  height: 30px;
}
.newsdetails .pdsrev .prev-next .slick-prev,
.newsdetails .pdsrev .prev-next .slick-next {
  width: 35px;
  height: 35px;
}
.newsdetails .pdsrev .prev-next .slick-prev::before,
.newsdetails .pdsrev .prev-next .slick-next::before {
  font-size: 16px;
}
.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}
.newsdetails .share a {
  margin-left: 10px;
}
.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}
.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e613';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}
.newsdetails .relate-details a:hover {
  color: #05a74f;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #05a74f;
}
.newsdetails .relate-details .next a:before {
  content: '\e613';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 40px 0 40px 0;
}
.now-bottom .now-title {
  margin-top: 20px;
}
.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}
.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #05a74f;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-weight: 400;
}
.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message {
  width: 100%;
  margin-top: 30px;
}
.now-bottom .contactus-right .message .formbox .now-title {
  margin-bottom: 20px;
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #05a74f;
  padding: 17px 23px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}
.now-bottom .contactus-right .message .formbox li {
  padding: 10px;
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group b {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group span {
    margin-left: 10px;
  }
}
.now-bottom .contactus-right .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.now-bottom .contactus-right .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group label {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 13px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #424E61;
}
.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #CCC;
}
.now-bottom .contactus-right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 210px;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 13px 20px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #424E61;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .func {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .func .submit-group {
  width: 100%;
  text-align: right;
}
.now-bottom .contactus-right .message .func button {
  border: none;
  transition: all 0.3s;
  min-width: 170px;
  max-height: none;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .func button {
    padding: 14px 40px;
  }
}
.inquiry-wrap {
  overflow: hidden;
}
.inquiry-wrap .index-title {
  text-align: center;
}
.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}
.inquiry-wrap .size-list-box {
  padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #05a74f;
  border-color: #000;
}
.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #05a74f;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 2%;
    padding-right: 0;
  }
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}
.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e729';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b6';
  color: #787878;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }
  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}
.inquiry-wrap .inquiry-box .list {
  border: 1px solid #05a74f;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #05a74f;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}
/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}
.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 40px;
}
.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 20px;
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #05a74f;
  padding: 17px 23px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -10px;
  padding: 0;
}
.inquiry-wrap .content .message .formbox li {
  padding: 10px;
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group b {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .group b {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group b {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group span {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group span {
    margin-left: 10px;
  }
}
.inquiry-wrap .content .message .formbox .group span img {
  width: 100%;
  height: auto;
}
.inquiry-wrap .content .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group label {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 13px 20px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #424E61;
}
.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #CCC;
}
.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #F5F5F5;
  color: #424E61;
  font-size: 16px;
  line-height: 100%;
  padding: 17px 23px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 210px;
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 13px 20px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #424E61;
}
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .func {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .func .submit-group {
  width: 100%;
  text-align: right;
}
.inquiry-wrap .content .message .func button {
  border: none;
  transition: all 0.3s;
  min-width: 170px;
  max-height: none;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .func button {
    padding: 14px 40px;
  }
}
.popular .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .popular .search-none {
    margin-bottom: 20px;
  }
}
.popular .search-none h2 {
  color: #666;
}
.popular .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.fixpop {
  position: fixed;
  bottom: 80px;
  left: 0;
  z-index: 11;
  background-color: #00511d;
  color: #fff;
  padding: 10px 18px;
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
}
.fixpop:hover {
  background-color: #0a5c0a;
}
.formpop {
  position: fixed;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 98%;
  width: 420px;
  max-height: calc(100% - 40%);
  background: url(../img/formpop1.jpg) no-repeat center;
  background-size: cover;
  border-radius: 5px;
  padding: 20px;
}
.formpop .box .icon {
  text-align: center;
}
.formpop .box .icon img {
  width: 40%;
  height: auto;
}
.formpop .box .txt {
  text-align: center;
  margin-top: 10px;
}
.formpop .box .txt h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .formpop .box .txt h2 {
    font-size: 26px;
  }
}
.formpop .box .txt p {
  font-size: 18px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .formpop .box .txt p {
    font-size: 16px;
  }
}
.formpop .box .more {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .formpop .box .more {
    flex-wrap: wrap;
  }
}
.formpop .box .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #222;
  border-radius: 10px;
  width: calc(50% - 5px);
  font-size: 14px;
  background-color: #f5f5f5;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .formpop .box .more a {
    width: 100%;
  }
}
.searchpage .formbox {
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 650px;
  margin: 0 auto;
}
.searchpage .formbox form input {
  width: calc(100% - 48px);
  margin-right: auto;
  padding-left: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  height: 48px;
}
.searchpage .formbox form button {
  background: #212121;
  color: #fff;
  font-size: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.searchpage .formbox form button::before {
  font-family: 'iconfont' !important;
  content: '\e618';
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.searchpage .searchlist {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 12px;
}
.searchpage .searchlist ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.searchpage .searchlist ul li {
  display: inline-block;
  min-width: 120px;
  padding: 12px;
  font-size: 16px;
  color: #8C8C8C;
  text-align: center;
  cursor: pointer;
}
.searchpage .searchlist ul li.on {
  color: #212121;
  border-bottom: 2px solid #333;
}
.searchpage .searchcont .search-result-count {
  font-size: 16px;
}
.searchpage .searchcont .search-result-count b,
.searchpage .searchcont .search-result-count strong {
  font-weight: bold;
  font-size: 20px;
  color: #212121;
}
.searchpage .searchcont .search-data-result {
  padding: 40px 0;
}
.searchpage .searchcont .search-data-result .search-list ul {
  list-style: none;
}
.searchpage .searchcont .search-data-result .search-list .video2 {
  margin: -27px -15px;
}
@media (max-width: 1400px) {
  .searchpage .searchcont .search-data-result .search-list .video2 {
    margin: -20px -15px;
  }
}
@media (max-width: 992px) {
  .searchpage .searchcont .search-data-result .search-list .video2 {
    margin: -15px -15px;
  }
}
.searchpage .searchcont .search-data-result .search-list .video2 .item-box {
  padding: 27px 15px;
}
@media (max-width: 1400px) {
  .searchpage .searchcont .search-data-result .search-list .video2 .item-box {
    padding: 20px 15px;
  }
}
@media (max-width: 992px) {
  .searchpage .searchcont .search-data-result .search-list .video2 .item-box {
    padding: 15px 15px;
  }
}
.searchpage .searchcont .search-data-result .search-list .video2 .item-box .item {
  cursor: pointer;
}
.searchpage .searchcont .search-data-result .search-list .video2 .item-box .item:hover .tit {
  color: #05a74f;
}
.searchpage .searchcont .search-data-result .search-list .video2 .item-box .item:hover .img-box img {
  transform: scale(1.1);
}
.searchpage .searchcont .search-data-result .search-list .video2 .item-box .item .img-box {
  padding-bottom: calc(430 / 760 * 100%);
}
.searchpage .searchcont .search-data-result .search-list .video2 .item-box .item .img-box::before {
  font-family: 'iconfont' !important;
  content: "\e66e";
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 4px solid #fff;
  padding-left: 3px;
  font-size: 22px;
  color: #FFF;
}
@media (max-width: 1200px) {
  .searchpage .searchcont .search-data-result .search-list .video2 .item-box .item .img-box::before {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .searchpage .searchcont .search-data-result .search-list .video2 .item-box .item .img-box::before {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.searchpage .searchcont .search-data-result .search-list .video2 .item-box .item .tit {
  min-height: 70px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1200px) {
  .searchpage .searchcont .search-data-result .search-list .video2 .item-box .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .searchpage .searchcont .search-data-result .search-list .video2 .item-box .item .tit {
    font-size: 14px;
  }
}
.searchpage .searchcont .search-data-result .search-list .product2 {
  margin: 0 -10px;
}
.searchpage .searchcont .search-data-result .search-list .product2 .item-box {
  padding: 0 10px;
}
.searchpage .searchcont .search-data-result .search-list .product2 .item-box .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: all 0.4s;
}
.searchpage .searchcont .search-data-result .search-list .product2 .item-box .item:hover {
  box-shadow: 0px 10px 30px 0px #00000033;
  transform: scale3d(1.01, 1.01, 1.01);
}
.searchpage .searchcont .search-data-result .search-list .product2 .item-box .item .img-box img {
  transform: scale(1);
}
.searchpage .searchcont .search-data-result .search-list .product2 .item-box .item .tit {
  padding: 12px 12px 0;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #212121;
}
@media (max-width: 1200px) {
  .searchpage .searchcont .search-data-result .search-list .product2 .item-box .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .searchpage .searchcont .search-data-result .search-list .product2 .item-box .item .tit {
    font-size: 14px;
  }
}
.searchpage .searchcont .search-data-result .search-list .product2 .item-box .item .tit a {
  color: #212121;
}
.searchpage .searchcont .search-data-result .search-list .down2 {
  margin: -15px -20px;
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box {
  padding: 15px 20px;
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box .item {
  display: flex;
  align-items: center;
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont-img {
  width: 47%;
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont {
  width: 53%;
  padding-left: 20px;
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont h2 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont h2 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont h2 {
    font-size: 16px;
  }
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont p {
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  color: #666;
  margin: 4px 0 0;
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont a {
  display: inline-block;
  margin: 24px 0 0;
  font-size: 16px;
  color: #fff;
  padding: 8px 17px;
  background: #05a74f;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont a {
    font-size: 14px;
  }
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont a::before {
  font-family: 'iconfont' !important;
  content: "\e623";
  color: #FFF;
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont a::before {
    font-size: 16px;
  }
}
.searchpage .searchcont .search-data-result .search-list .down2 .item-box .item .cont a:hover {
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.24);
}
.searchpage .searchcont .search-data-result .search-list .news2 .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 15px;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.searchpage .searchcont .search-data-result .search-list .news2 .list:hover .cont-img .img-box img {
  transform: scale(1.1);
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont-img {
  width: 30%;
}
@media (max-width: 992px) {
  .searchpage .searchcont .search-data-result .search-list .news2 .list .cont-img {
    width: 100%;
  }
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont {
  width: 66%;
}
@media (max-width: 992px) {
  .searchpage .searchcont .search-data-result .search-list .news2 .list .cont {
    width: 100%;
    margin-top: 30px;
  }
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont h2 {
  font-size: 22px;
  font-weight: 700;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border: none;
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont h2 a {
  color: #000;
  transition: all 0.3s ease 0s;
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont h2 a:hover {
  color: #05a74f;
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont span {
  display: block;
  font-size: 14px;
  color: #777;
  margin: 15px 0 0;
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont span::before {
  font-family: 'iconfont' !important;
  content: '\e612';
  color: #05a74f;
  line-height: 1;
  margin-right: 5px;
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont p {
  color: #666;
  font-size: 17px;
  margin: 15px 0 0;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 11px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease 0s;
}
.searchpage .searchcont .search-data-result .search-list .news2 .list .cont .more:hover {
  color: #05a74f;
}

.newsls-video{
  margin-bottom: 20px;
}


.newsls-video .img-box{
  padding-bottom: calc(560 / 930 * 100%);
}