@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url(../fonts/Gilroy-Bold.ttf) format('truetype'), url(../fonts/Gilroy-Bold.eot) format('eot'), url(../fonts/Gilroy-Bold.woff) format('woff'), url(../fonts/Gilroy-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Gilroy-ExtraBoldItalic';
  src: url(../fonts/Gilroy-ExtraBoldItalic.ttf) format('truetype'), url(../fonts/Gilroy-ExtraBoldItalic.eot) format('eot'), url(../fonts/Gilroy-ExtraBoldItalic.woff) format('woff'), url(../fonts/Gilroy-ExtraBoldItalic.woff2) format('woff2');
}
@font-face {
  font-family: 'impact';
  src: url(../fonts/impact.ttf) format('truetype'), url(../fonts/impact.eot) format('eot'), url(../fonts/impact.woff) format('woff'), url(../fonts/impact.woff2) format('woff2');
  font-weight: 400;
}
:root {
  --font: 'Gilroy-ExtraBoldItalic';
  --font2: 'Gilroy-Bold';
}
body {
  font-family: "Poppins";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
}
.base-color {
  color: #019243;
}
.color-white {
  color: white;
}


#header .fixedBox {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: #fff;
  color: black;
}
#header .fixedBox .slide {
  display: none;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #019243;
}

#header .fixedBox .slide ul li {
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#header .fixedBox .slide ul li > a{
  display: block;
  padding: 15px 0;
}

#header .fixedBox .slide ul li:hover {
  background: #222;
  color: white;
}


#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner {
  background-color: white;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.inner .language-box .zhuyu {
  color: black;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 3%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  line-height: 32px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #019243;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}

#header .nav .ui.menu .menu-box ul.menu > li > a.pro ~ ul {
  display: none;
}


#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #019243;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 28px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.shouyebt{
  font-size: 48px;
  line-height: 1.2;
  min-height: 2.4em;
}
.xinwenxjj{
  padding-bottom: 20px;
}
.mbx{
  font-size: 16px;
line-height: 30px;
color: white;
}
.chanpxinwenbt{
  font-size: 22px;
line-height: 40px;
min-height: 5.5em;
}
.jutichanpxinwenbt{
    font-size: 22px;
line-height: 40px;
min-height: 7.4em;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .adcnhqsyh {
    display: none !important;
  }
  #nav-height {
    display: none;
  }
  .product-page .product-desc .desc{
    display: none;
  }
  .chanpxinwenbt{
    font-size: 20px;
line-height: 36px;
  }
  .mbx{
    font-size: 14px;
line-height: 28px;
  }
}
.language-box {
  margin-left: auto;
  margin-right: auto;
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 5px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner ul {
  height: inherit;
}
#banner li {
  position: relative;
  height: inherit;
}
#banner li > video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .slick-list {
  height: inherit;
}
#banner .slick-list .slick-track {
  height: inherit;
}
#banner .slick-list .slick-track .slick-slide {
  height: inherit;
}
#banner .slick-list .slick-track .slick-slide > div {
  height: inherit;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#banner h2 {
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
}
#banner p {
  margin-bottom: 80px;
  color: white;
  font-size: 16px;
}
.baseBtn {
  color: white;
  z-index: 1;
  line-height: 58px;
  display: inline-block;
  padding: 0 35px;
}
.baseBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  background-color: #019243;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.baseBtn:hover::before {
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  background-color: #000;
}
.baseTit {
  font-size: 48px;
  font-family: var(--font);
}
.baseTit2 {
  font-size: 60px;
  font-family: var(--font);
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
}
.our-about .left {
  width: 68%;
  vertical-align: middle;
  padding: 0 8%;
}
.our-about .left .desc h1 {
  display: inline;
}
.our-about .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about .left ul li {
  width: auto;
}
.our-about .left ul li .num {
  font-size: 60px;
  line-height: 1.2;
  font-family: var(--font);
}
.our-about .right {
  width: 32%;
  height: 100%;
  background: url(../images/about-img.jpg)no-repeat center;
  background-size: cover;
  vertical-align: middle;
}
.our-about .right .play {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.our-product {
  background: url(../images/cate-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  overflow: hidden;
}

.our-product .bg{
  top: 0;
  left: 35%;
  width: 65%;
  height: 100%;
}

.our-product .bg ul{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.our-product .bg ul li{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}
.our-product .bg ul li.active{
  opacity: 1;
}
.our-product .bg ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-product .left {
  width: 35%;
  height: 100%;
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}
.our-product .left img {
  margin: auto;
}
.our-product .left > div {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-product .left > div > div {
  padding: 0 10%;
}
.our-product .left ul {
  margin: -40px;
}
.our-product .left ul li {
  padding: 40px;
}
.our-product .left ul li .img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.our-product .left ul li .img span {
  left: -40px;
  top: 30px;
  color: white;
  z-index: 1;
  line-height: 60px;
  display: inline-block;
  padding: 0 40px;
  font-family: var(--font2);
}
.our-product .left ul li .img span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  background-color: #019243;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-product .left ul li .img img {
  width: 100%;
}
.our-product .left ul li .name {
  line-height: 1.5;
  min-height: 3em;
  font-family: var(--font);
}
.our-product .left .arrows {
  width: 100%;
}
.our-product .left .arrows span {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #019243;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.our-product .left .arrows span img {
  vertical-align: middle;
}
.our-product .left .arrows span:hover {
  opacity: 1;
}
.our-product .right {
  width: 65%;
  vertical-align: middle;
  padding: 0 8%;
}
.our-product .right ul {
  margin: -15px;
}
.our-product .right ul li {
  padding: 15px;
}
.our-product .right .content {
  max-width: 620px;
  margin-left: auto;
}
.our-product .right .arrow_l,
.our-product .right .arrow_r {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.our-product .right .arrow_l img,
.our-product .right .arrow_r img {
  vertical-align: middle;
}
.our-product .right .arrow_l:hover,
.our-product .right .arrow_r:hover {
  background-color: #019243;
}
.our-product .right .arrow_r {
  left: auto;
  right: 0;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  padding: 0 8%;
}
.i-advantage .box .left {
  width: 45%;
  vertical-align: middle;
  padding-right: 10%;
}
.i-advantage .box .left .name {
  font-family: var(--font);
}
.i-advantage .box .left.txt-right {
  padding-right: 0;
  padding-left: 10%;
}
.i-advantage .box .right {
  width: 55%;
  vertical-align: middle;
}
.our-news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.our-news .left {
  width: 60%;
  padding: 0 8%;
  margin-top: 6%;
}
.our-news .left ul {
  border-top: 3px solid #85848b;
}
.our-news .left ul li {
  border-bottom: 3px solid #85848b;
  padding: 30px 0;
}
.our-news .left ul li .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  position: relative;
}
.our-news .left ul li .name .date {
  width: 80px;
  font-family: 'Gilroy-Bold';
}
.our-news .left ul li .name a {
  font-weight: 500;
}
.our-news .left ul li .name i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
}
.our-news .left ul li .content {
  display: none;
}
.our-news .left ul li.active {
  border-color: #019243;
}
.our-news .left ul li.active .name i {
  opacity: 0;
}
.our-news .right {
  width: 40%;
  height: 100%;
}
.our-news .right ul {
  height: inherit;
}
.our-news .right li {
  position: relative;
  height: inherit;
}
.our-news .right .slick-list {
  height: inherit;
}
.our-news .right .slick-list .slick-track {
  height: inherit;
}
.our-news .right .slick-list .slick-track .slick-slide {
  height: inherit;
}
.our-news .right .slick-list .slick-track .slick-slide > div {
  height: inherit;
}
.our-news .right .arrow_l,
.our-news .right .arrow_r {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.our-news .right .arrow_l img,
.our-news .right .arrow_r img {
  vertical-align: middle;
}
.our-news .right .arrow_l:hover,
.our-news .right .arrow_r:hover {
  background-color: #019243;
}
.our-news .right .arrow_r {
  left: auto;
  right: 0;
}
.i-contact {
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.i-contact .left {
  width: 60%;
  vertical-align: middle;
  padding: 0 8%;
}
.i-contact .left .form ul {
  margin: -15px -25px;
}
.i-contact .left .form ul li {
  padding: 15px 25px;
}
.i-contact .left .form ul li.wid-100 {
  width: 100%;
}
.i-contact .left .form input {
  font-size: 18px;
  height: 78px;
  width: 100%;
  border-radius: 1.5px;
  border: none;
  padding: 0 30px;
  color: white;
  background-color: black;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-contact .left .form input:focus {
  -webkit-box-shadow: 0 0 15px 5px #2b4262;
  box-shadow: 0 0 15px 5px #2b4262;
}
.i-contact .right {
  width: 40%;
  height: 100%;
  background: url(../images/honor-img.jpg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
}
#footer.inner {
  padding-top: 100px;
}
#footer .fp-tableCell {
  vertical-align: bottom;
}
#footer .foot-top {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .foot-top .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-top .foot-content .foot-block.contact {
  max-width: 350px;
}
#footer .foot-top .foot-content .foot-block.product ul {
  display: inline-block;
  vertical-align: top;
}
#footer .foot-top .foot-content .foot-block h4 {
  font-family: var(--font);
}
#footer .foot-top .foot-content .foot-block ul + ul {
  margin-left: 40px;
}
#footer .foot-top .foot-content .foot-block ul li {
  line-height: 30px;
}
#footer .foot-top .foot-content .foot-block ul li i img {
  vertical-align: middle;
}
#footer .foot-top .foot-content .foot-block ul li + li {
  margin-top: 20px;
}
#footer .foot-top .foot-content .foot-block ul li a:hover {
  opacity: 1;
}
#footer .foot-top .foot-content .foot-block .social-links a:hover {
  color: #019243;
}
#footer .foot-top .foot-content .foot-block .social-links a + a {
  margin-left: 40px;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
  opacity: .2;
}
#footer .foot-bottom img {
  max-height: 20px;
}
#ewm {
  width: 170px;
  border: 5px solid white;
}
@media (max-width: 1630px) {
  .ui.container {
    width: 1400px;
  }
  #footer .foot-top {
    padding: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 15px;
  }
  .our-about .left {
    padding: 0 5%;
  }
  .baseTit {
    font-size: 36px;
  }
  .our-about .left ul li .num {
    font-size: 40px;
  }
  .i-advantage {
    padding: 0 5%;
  }
  .i-advantage .box .left {
    padding-right: 3%;
  }
  .i-advantage .box .left.txt-right {
    padding-right: 0;
    padding-left: 3%;
  }
  .i-advantage .baseTit {
    margin-bottom: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 24px;
  }
  .our-news .left {
    margin-top: 10%;
    padding: 0 5%;
  }
  .i-contact .left {
    padding: 0 5%;
  }
  .language-box .zhuyu {
    font-size: 16px;
    line-height: 30px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 30px;
  }

  #footer .foot-top .foot-content .foot-block.product ul {
    max-width: 250px;
  }

  .baseBtn{
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  .language-box .zhuyu {
    font-size: 14px;
  }
  #banner p {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 28px;
  }
  .baseTit {
    font-size: 30px;
  }
  .our-about .left ul li .num {
    font-size: 30px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 32px;
  }
  .our-product .left ul li .img span {
    left: -30px;
    top: 20px;
    line-height: 40px;
    padding: 0 30px;
  }

  .i-contact .left .form input {
    height: 40px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
  }
  .font-20 {
    font-size: 16px;
    line-height: 30px;
  }
  .font-30 {
    font-size: 20px;
    line-height: 36px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
  #footer .foot-top .foot-content .foot-block ul li + li {
    margin-top: 15px;
  }

  #footer .foot-top .foot-content .foot-block.contact {
    max-width: 300px;
  }

  #footer .foot-top .foot-content .foot-block.product ul {
    max-width: 200px;
  }

}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    display: none;
  }
  .our-news .left {
    width: 100%;
    margin-top: 0;
  }
  .our-news .right {
    display: none;
  }
  .our-news .left ul li .content {
    display: block;
  }
  .our-news .left ul li {
    padding: 15px 0;
  }
  .our-news .left ul li .content p {
    margin: 10px 0;
  }
  .i-contact .left {
    width: 100%;
  }
  .i-contact .right {
    display: none;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-top .foot-content .foot-block.contact {
    max-width: 100%;
  }
  #footer .fp-tableCell {
    vertical-align: middle;
  }
  .our-news .left ul li .name {
    padding-right: 0;
  }
  .our-news .left ul li .name i {
    display: none;
  }

  .our-product .bg{
    width: 100%;
    left: 0;
  }

  .our-product .left {
    width: 100%;
    background: transparent;
    display: none;
  }
  .our-product .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .section {
    height: auto!important;
    padding: 60px 0;
  }
  #index-body .fp-tableCell {
    height: auto!important;
  }
  #banner {
    padding: 0!important;
  }
  #banner .imgs {
    display: none;
  }
  #banner p {
    margin-bottom: 40px;
  }
  .baseBtn {
    line-height: 44px;
  }

  

  .our-product .right .arrow_l,
  .our-product .right .arrow_r{
    display: none;
  }
  
  .our-product .left ul li .name {
    font-size: 16px;
  }
  .i-advantage {
    display: none!important;
  }
  .our-product .left > div > div {
    padding: 0 5%;
  }
  .our-product .left ul {
    margin: -30px;
  }
  .our-product .left ul li {
    padding: 30px;
  }
  .baseTit {
    font-size: 24px;
    line-height: 44px;
  }
  #footer .foot-top .foot-content {
    margin-bottom: 0;
  }
  .our-about .left ul {
    display: block;
    margin: -15px;
    margin-top: 40px;
  }
  .our-about .left ul li {
    width: 50%;
    padding: 15px;
  }
  .our-product .left > div {
    display: block;
  }
  .our-news .left ul li .name {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  .shouyebt{
    min-height: 4em;
  }
  .our-product .left ul li .img span {
    left: -15px;
  }
  .i-contact .left .form ul {
    margin: -10px;
  }
  .i-contact .left .form ul li {
    padding: 10px;
  }
  .i-contact .left .form input {
    border: 1px solid #019243;
  }
}
.inner-banner {
  position: relative;
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .name {
  font-size: 36px;
  padding-bottom: 10px;
  color: white;
  font-family: var(--font);
  text-transform:uppercase
}
#base-nav ul li {
  width: auto;
}
#base-nav ul li:not(:last-child) {
  margin-right: 100px;
}
#base-nav ul li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background-color: #019243;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.inner-page {
  background-color: #f8f8f8;
  overflow: hidden;
}
.about-page .about-1 {
  background-color: #f8f8f8;
}
.about-page .about-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-1 .top .left {
  width: 70%;
  padding: 100px 8%;
}
.about-page .about-1 .top .right {
  background: url(../images/about-1-img.jpg) no-repeat center;
  background-size: cover;
  width: 30%;
}
.about-page .about-1 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-1 .bottom .left {
  background: url(../images/about-1-video.jpg) no-repeat center;
  background-size: cover;
  width: 70%;
}
.about-page .about-1 .bottom .left .play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .bottom .right {
  width: 30%;
  padding: 120px 0;
}
.about-page .about-1 .bottom .right ul li + li {
  margin-top: 80px;
}

.about-page .about-2 {
  background-color: white;
}
.about-page .about-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px 0;
}
.about-page .about-2 ul li {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 560px;
  padding: 120px 70px 70px;
  background-color: #f5f8fc;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 ul li > * {
  z-index: 1;
}
.about-page .about-2 ul li .bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 ul li .name {
  margin-bottom: 30px;
  font-family: var(--font);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 ul li .name::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid white;
  margin-top: 10px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 ul li p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 ul li i {
  margin-top: auto;
}
.about-page .about-2 ul li i img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 ul li i img.on {
  left: 0;
  top: 0;
  opacity: 0;
}
.about-page .about-2 ul li .mask {
  width: 40%;
  right: 0;
  bottom: 60px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 ul li:hover {
  background-color: transparent;
}
.about-page .about-2 ul li:hover .bg {
  opacity: 1;
}
.about-page .about-2 ul li:hover .name {
  color: white;
}
.about-page .about-2 ul li:hover .name::after {
  width: 40px;
}
.about-page .about-2 ul li:hover p {
  color: white;
}
.about-page .about-2 ul li:hover i img.default {
  opacity: 0;
}
.about-page .about-2 ul li:hover i img.on {
  opacity: 1;
}
.about-page .about-2 ul li:hover .mask {
  opacity: 0;
}
.about-page .about-3 {
  background: url(../images/about-3-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0;
}
.about-page .about-3 p {
  line-height: 2;
  margin-top: 100px;
}
.about-page .about-4 {
  background-color: white;
  padding: 150px 0;
}
.about-page .about-4 .left {
  width: 67%;
  padding-right: 4%;
}
.about-page .about-4 .right {
  width: 33%;
}
.about-page .about-4 .right p {
  line-height: 2;
}
.about-page .about-5 {
  background: url(../images/about-5-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 250px 0;
}
.about-page .about-5 p {
  max-width: 1350px;
  margin: auto;
}
.about-page .about-6 {
  background: url(../images/about-6-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.about-page .about-6 .list {
  overflow: hidden;
}
.about-page .about-6 ul {
  margin: 0 -55px;
}
.about-page .about-6 ul li {
  padding: 0 55px;
}
.about-page .about-6 ul li .name {
  margin: 15px 0;
  font-size: 36px;
  color: #019243;
  font-family: var(--font);
}
.about-page .about-6 ul li .line::before {
  content: "";
  position: absolute;
  left: -55px;
  right: -55px;
  top: 16px;
  border-bottom: 1px solid black;
}
.about-page .about-6 ul li .line i {
  position: relative;
  margin: auto;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  border: 6px solid #019243;
}
.about-page .about-6 ul li p {
  margin-top: 20px;
  font-weight: 500;
}
@media (max-width: 1630px) {
  .about-page .about-6 ul {
    margin: 0 -25px;
  }
  .about-page .about-6 ul li {
    padding: 0 25px;
  }
  .baseTit2 {
    font-size: 48px;
  }
}
@media (max-width: 1400px) {
  .baseTit2 {
    font-size: 36px;
  }
  #base-nav ul li:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 1200px) {
  .baseTit2 {
    font-size: 30px;
  }
  .about-page .about-2 ul li {
    min-height: 450px;
    padding: 60px 35px 35px;
  }
  .about-page .about-6 ul li .name {
    font-size: 30px;
  }
  .about-page .about-6 ul {
    margin: 0 -15px;
  }
  .about-page .about-6 ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1000px) {
  #base-nav {
    display: none;
  }
  .about-page .about-1 .top .left {
    width: 100%;
  }
  .about-page .about-1 .top .right {
    display: none;
  }
  .about-page .about-1 .bottom .left {
    width: 100%;
    height: 400px;
  }
  .about-page .about-1 .bottom {
    display: block;
  }
  .about-page .about-1 .bottom .right {
    width: 100%;
    padding: 60px 8%;
  }
  .about-page .about-1 .bottom .right ul {
    margin: -15px;
  }
  .about-page .about-1 .bottom .right ul li {
    width: 25%;
    padding: 15px;
  }
  .about-page .about-1 .bottom .right ul li + li {
    margin: 0;
  }
  .about-page .about-2 ul {
    margin: 60px 0;
  }
  .about-page .about-2 ul li {
    width: 50%!important;
  }
  .about-page .about-3 {
    padding: 100px 0;
    background: transparent;
    background-color: #f8f8f8;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 p {
    margin-top: 60px;
  }
  .about-page .about-4 {
    padding: 100px 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding: 0;
  }
  .about-page .about-4 .right {
    width: 100%;
  }
  .about-page .about-5 {
    padding: 100px 0;
  }
  .inner-banner .name {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 700px) {
  .baseTit2 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-1 .top .left {
    padding: 60px 15px;
  }
  .about-page .about-1 .bottom .right ul li {
    width: 50%;
  }
  .about-page .about-1 .bottom .right {
    padding: 60px 15px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 p {
    margin-top: 30px;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-6 {
    padding: 60px 0;
  }
  .about-page .about-1 .bottom .left {
    height: 300px;
  }
  .inner-banner {
    height: 250px;
  }
  .inner-banner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  .about-page .about-2 ul li {
    width: 100%!important;
  }
  .about-page .about-2 ul li {
    min-height: 350px;
    padding: 30px 15px 30px;
  }
  .about-page .about-2 ul {
    margin: 60px 0 0;
  }
}
.side-box .side-left {
  width: 75%;
}
.side-box .side-right {
  width: 25%;
}
.side-box .side-right .side-info {
  padding: 30px;
  background-color: white;
  position: relative;
}
.side-box .side-right .side-info.line::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  border-bottom: 4px solid #019243;
}
.side-box .side-right .side-info .title {
  font-family: var(--font);
}
.side-box .side-right .side-info .search form {
  border: 1px solid #727272;
}
.side-box .side-right .side-info .search input {
  padding: 0 25px;
  font-size: 16px;
  height: 50px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  border: none;
  background-color: transparent;
}
.side-box .side-right .side-info .search button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
}
.side-box .side-right .side-info .cate ul li.active > a{
  border-bottom: 1px solid currentColor;
}
.side-box .side-right .side-info .cate ul li + li {
  margin-top: 30px;
}
.side-box .side-right .side-info .links a {
  opacity: .8;
}
.side-box .side-right .side-info .links a:hover {
  opacity: 1;
  color: #019243;
}
.side-box .side-right .side-info .links a + a {
  margin-left: 40px;
}
.side-box .side-right .side-info .pro ul li {
  margin-bottom: 70px;
}
.side-box .side-right .side-info .pro ul li .img {
  border: 2px solid #c5c5c5;
}
.side-box .side-right .side-info .pro ul li .img i {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.side-box .side-right .side-info .pro ul li .img:hover i {
  opacity: 1;
}
.side-box .side-right .side-call > img {
  width: 100%;
}
.side-box .side-right .side-call > div {
  left: 40px;
  right: 40px;
  bottom: 60px;
}
.side-box .side-right .side-call .call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-box .side-right .side-pdf > img {
  width: 100%;
}
.side-box .side-right .side-pdf .baseBtn {
  line-height: 48px;
  padding: 0 15px;
  min-width: 140px;
  margin: 10px;
}
@media (max-width: 1200px) {
  .side-box .side-right .side-info {
    padding: 15px;
  }
  .side-box .side-right .side-call > div {
    left: 15px;
    right: 15px;
    bottom: 30px;
  }
  .font-22 {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .side-box .side-left {
    width: 100%;
  }
  .side-box .side-left > div {
    margin: 0;
    padding: 0;
  }
  .side-box .side-right {
    display: none;
  }
}
.news-page .news-list ul li + li {
  margin-top: 120px;
}
.news-page .news-list ul li .img .data {
  width: 90px;
  height: 90px;
  line-height: 90px;
  right: 40px;
  top: 40px;
  z-index: 1;
  text-align: center;
}
.news-page .news-list ul li .img .data::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #019243;
  -webkit-transform: skewX(-3deg);
  -moz-transform: skewX(-3deg);
  -ms-transform: skewX(-3deg);
  transform: skewX(-3deg);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.news-page .news-list ul li .img .data time {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: white;
}
.news-page .news-list ul li .img img {
  width: 100%;
}
.news-page .news-list ul li .text {
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 40px 40px 60px;
  margin-right: 40px;
  /*margin-top: -150px;*/
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news-page .news-list ul li .text .data i {
  color: #019243;
}
.news-page .news-list ul li .text .name {
  font-family: var(--font);
}
.news-page .news-list ul li .text hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid #d0cdce;
}
.news-page .news-list ul li .text p {
  margin: 40px 0 50px;
}
@media (max-width: 1000px) {
  .news-page .news-list ul li .img .data {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 500px) {
  .news-page .news-list ul li .text {
    margin: 0;
    padding: 20px;
  }
}
.product-page .product-desc h1 {
  font-size: 36px;
  font-family: var(--font);
}
.product-page .product-desc h1 span {
  display: inline-block;
  border-bottom: 3px solid #019243;
}
.product-page .product-desc .desc{
  max-height: 7.5em;
  overflow-y: auto;
}
.product-page .product-desc .box {
  padding: 60px 60px 100px;
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-page .product-list ul {
  margin: -35px;
}
.product-page .product-list ul li {
  padding: 35px;
}
@media (max-width: 1000px) {
  .product-page .product-desc .box {
    padding: 30px;
  }
  .product-page .product-desc h1 {
  font-size: 20px;
line-height: 36px;
  }
  .shoujisjj{
    padding-top: 10px;
  }
  .product-page .product-desc .desc {
    margin-top: 30px;
  }
  .product-page .product-list ul {
    margin: -15px;
  }
  .product-page .product-list ul li {
    padding: 15px;
  }
}
.seo-container {
  background-color: #f8f8f8;
}
.seo-container .seo-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 220px 0 300px;
}

.seo-container .seo-honor {
  margin-top: -135px;
}
.seo-container .seo-honor ul {
  margin: -15px;
}
.seo-container .seo-honor ul li {
  padding: 15px;
}
.seo-container .seo-news ul {
  margin: -60px;
}
.seo-container .seo-news ul li {
  padding: 60px;
}
.seo-container .seo-news ul li .name {
  font-weight: 500;
}
@media (max-width: 1200px) {
  .seo-container .seo-news ul {
    margin: -30px;
  }
  .seo-container .seo-news ul li {
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .seo-container .seo-about {
    padding: 100px 0;
  }
  .seo-container .seo-honor {
    margin-top: 0;
    padding-top: 60px;
  }
  .seo-container .seo-news ul {
    margin: -15px;
  }
  .seo-container .seo-news ul li {
    padding: 15px;
  }
}
@media (max-width: 700px) {
  .seo-container .seo-about {
    padding: 60px 0;
  }
}
.chairman-page .chairman-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.chairman-page .chairman-1 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.chairman-page .chairman-1 .left .name {
  right: 5%;
  bottom: 5%;
  font-family: var(--font);
}
.chairman-page .chairman-1 .right {
  padding: 5%;
  line-height: 1.8;
}
.chairman-page .chairman-1 .right .name {
  font-family: var(--font);
}
.chairman-page .chairman-2 .left {
  width: 65%;
  margin-left: auto;
}
.chairman-page .chairman-2 .right {
  padding: 5%;
  width: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}
.chairman-page .chairman-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #019243;
}
.chairman-page .chairman-3 .left {
  width: 65%;
}
.chairman-page .chairman-3 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.chairman-page .chairman-3 .right {
  width: 35%;
  padding: 4% 30px;
}
.chairman-page .chairman-3 .right hr {
  margin: 10% 0 15%;
  border: none;
  border-bottom: 1px solid white;
}

.chairman-page .chairman-4 {
  line-height: 2;
}
@media (max-width: 1000px) {
  .chairman-page .chairman-1,
  .chairman-page .chairman-2,
  .chairman-page .chairman-4 {
    margin: 0;
  }
  .chairman-page .chairman-1 .left {
    width: 100%;
  }
  .chairman-page .chairman-1 .right {
    width: 100%;
  }
  .chairman-page .chairman-2 .left {
    width: 100%;
  }
  .chairman-page .chairman-2 .right {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .chairman-page .chairman-3 .left {
    width: 100%;
  }
  .chairman-page .chairman-3 .right {
    width: 100%;
    padding: 4% 15px;
  }
  .chairman-page .chairman-3 .right hr {
    margin: 40px 0;
  }
}
.capa-page .capa-1 .left {
  padding: 7% 7% 0 0;
}
.capa-page .capa-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.capa-page .capa-2 .left {
  width: 66%;
}
.capa-page .capa-2 .left ol {
  width: 466px;
  right: 0;
  bottom: -75px;
}
.capa-page .capa-2 .left ol li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #c6c6c6;
  background-color: #2c2c2c;
}
.capa-page .capa-2 .left ol li .ll {
  padding: 30px;
}
.capa-page .capa-2 .left ol li .ll::after {
  content: attr(data-num);
  font-size: 18px;
  color: white;
  position: absolute;
  right: 5%;
  bottom: 5%;
  font-weight: bold;
}
.capa-page .capa-2 .right {
  width: 34%;
  padding: 10% 5% 0;
  background-color: white;
  background-image: url(../images/about-2-mask.png);
  background-position: right bottom 30px;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.capa-page .capa-2 .right .name {
  font-size: 36px;
  font-family: var(--font);
}
.capa-page .capa-3 .top ul {
  margin: -100px;
}
.capa-page .capa-3 .top ul li {
  padding: 100px;
}
.capa-page .capa-3 .top ul li .name {
  font-family: var(--font);
}
.capa-page .capa-3 .bottom {
  margin-top: 80px;
}
.capa-page .capa-3 .bottom ul {
  margin: -10px;
}
.capa-page .capa-3 .bottom ul li {
  width: 33.33%;
  padding: 10px;
}
.capa-page .capa-3 .bottom ul li:nth-child(4) {
  width: 59.6%;
}
.capa-page .capa-3 .bottom ul li:nth-child(5) {
  width: 40.4%;
}
.capa-page .capa-4 {
  background: url(../images/capa-4-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 150px 0;
}
.capa-page .capa-4 .list {
  margin-top: 100px;
}
.capa-page .capa-4 ul li {
  margin-bottom: 40px;
}
.capa-page .capa-4 ul li:nth-child(2) .content {
  margin: auto;
}
.capa-page .capa-4 ul li:nth-child(3) .content {
  margin-left: auto;
}
.capa-page .capa-4 ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  position: relative;
}
.capa-page .capa-4 ul li .content .num {
  z-index: 1;
  width: 190px;
  font-size: 115px;
  font-family: 'impact';
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/product-bg.jpg);
  background-repeat: no-repeat;
}
.capa-page .capa-4 ul li .content .text {
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 15px;
}
.capa-page .capa-4 ul li .content .text .name {
  font-family: var(--font);
}
.capa-page .capa-4 ul li .content:hover {
  background-color: #000000;
}
.capa-page .capa-4 ul li .content:hover::before {
  content: "";
  position: absolute;
  left: 140px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #019243;
  -webkit-clip-path: polygon(-webkit-calc(0% + 36px) 0,100% 0,100% 100%,100% 100%,0 100%);
  clip-path: polygon(-moz-calc(0% + 36px) 0,100% 0,100% 100%,100% 100%,0 100%);
  clip-path: polygon(calc(0% + 36px) 0,100% 0,100% 100%,100% 100%,0 100%);
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
.capa-page .capa-4 ul li .content:hover .num {
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  background-image: none;
}
.capa-page .capa-5 .name {
  font-size: 36px;
  font-family: var(--font);
}
@media (max-width: 1200px) {
  .capa-page .capa-2 .right {
    padding: 5% 30px 0;
  }
  .capa-page .capa-2 .right .name {
    font-size: 24px;
  }
  .capa-page .capa-5 .name {
    font-size: 24px;
  }
  .capa-page .capa-3 .top ul {
    margin: -50px;
  }
  .capa-page .capa-3 .top ul li {
    padding: 50px;
  }
}
@media (max-width: 1000px) {
  .capa-page .capa-1,
  .capa-page .capa-3 {
    margin: 0;
  }
  .capa-page .capa-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .capa-page .capa-1 .right {
    width: 100%;
  }
  .capa-page .capa-2 .left {
    width: 100%;
  }
  .capa-page .capa-2 .right {
    width: 100%;
    background: transparent;
  }
  .capa-page .capa-2 .left ol {
    bottom: 0;
  }
  .capa-page .capa-3 .top {
    margin-top: 0;
  }
  .capa-page .capa-3 .top ul {
    margin: -15px;
  }
  .capa-page .capa-3 .top ul li {
    width: 100%;
    padding: 15px;
  }
  .capa-page .capa-3 .bottom {
    margin-top: 40px;
  }
  .capa-page .capa-4 {
    padding: 60px 0;
  }
  .capa-page .capa-4 .list {
    margin-top: 40px;
  }
  .capa-page .capa-4 .list > div {
    width: 100%;
  }
  .capa-page .capa-4 ul li .content {
    margin-left: 0!important;
    margin-right: 0!important;
    max-width: 100%;
  }
  .capa-page .capa-4 ul li .content .num {
    font-size: 90px;
  }
  .capa-page .capa-4 ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .capa-page .capa-2 .left ol {
    display: none;
  }
  .capa-page .capa-2 .right {
    padding: 5% 15px 0;
  }
  .capa-page .capa-4 ul li .content .num {
    font-size: 40px;
    width: 60px;
  }
  .capa-page .capa-4 ul li .content:hover::before {
    left: 30px;
  }
}
.contact-page .contact-1 {
  padding: 180px 0;
}
.contact-page .contact-1 .left {
  width: 60%;
}
.contact-page .contact-1 .left .name {
  font-size: 36px;
  font-family: var(--font);
}
.contact-page .contact-1 .left .form input {
  margin-bottom: 35px;
  padding: 25px 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
}
.contact-page .contact-1 .right {
  width: 40%;
}
.contact-page .contact-2 .left {
  width: 45%;
}
.contact-page .contact-2 .right {
  padding: 100px;
  top: 40px;
  right: 0;
  width: 60%;
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-2 .right i {
  width: 33%;
  right: 3%;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .contact-2 .right ul {
  padding: 50px;
  margin-top: 50px;
}
.contact-page .contact-2 .right ul li {
  padding: 40px 0 30px;
  border-bottom: 1px solid #cccccc;
}
.contact-page .contact-2 .right ul li .ll {
  width: 35%;
}
.contact-page .contact-2 .right ul li .rr {
  width: 45%;
  line-height: 1.5;
  min-height: 3em;
}
.contact-page .contact-3 {
  padding: 300px 0;
  background: url(../images/contact-3-bg.jpg) no-repeat center;
  background-size: cover;
}
.contact-page .contact-3 .content {
  max-width: 600px;
  margin-left: auto;
}
.contact-page .contact-3 .content .name {
  font-size: 36px;
  font-family: var(--font);
}
.contact-page .contact-3 .content .tel {
  margin-top: 80px;
  font-size: 72px;
  font-family: var(--font);
}
.contact-page .contact-3 .content ul li {
  line-height: 2;
  padding: 30px 0;
  border-top: 1px solid #c6c6c6;
}
.contact-page .contact-3 .content ul li .ll {
  width: 55%;
}
.contact-page .contact-3 .content ul li .rr {
  width: 45%;
}
@media (max-width: 1400px) {
  .contact-page .contact-2 .right ul {
    padding: 0;
  }
  .contact-page .contact-2 .right ul li .rr {
    width: 65%;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .contact-1 .right {
    display: none;
  }
  .contact-page .contact-1 .left .form input {
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .contact-page .contact-1 .left .name br {
    display: none;
  }
  .contact-page .contact-1 .left .name {
    font-size: 24px;
  }
  .contact-page .contact-3 .content .name {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 iframe {
    height: 350px;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    padding: 60px 30px;
    max-width: 700px;
    margin: auto;
  }
  .contact-page .contact-2 .right ul li {
    padding: 15px 0;
  }
  .contact-page .contact-3 {
    padding: 100px 0;
    background: transparent;
  }
  .contact-page .contact-3 .content {
    max-width: 100%;
  }
  .contact-page .contact-3 .content .tel {
    font-size: 40px;
    margin-top: 40px;
  }
  .contact-page .contact-3 .content ul li {
    padding: 15px 0;
  }
  .contact-page .contact-2 .right ul {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-2 .right ul li .ll {
    width: 100%;
  }
  .contact-page .contact-2 .right ul li .rr {
    width: 100%;
  }
  .contact-page .contact-3 .content ul li .ll {
    width: 100%;
  }
  .contact-page .contact-3 .content ul li .rr {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    padding: 60px 15px;
  }
}
.service-page .service-1 {
  padding: 180px 0 130px;
}
.service-page .service-1 .left {
  width: 55%;
  vertical-align: middle;
}
.service-page .service-1 .left .arrows {
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(5, 75, 150, 0.5);
  cursor: pointer;
}
.service-page .service-1 .left .arrows span {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: white;
  font-size: 30px;
  font-family: FontAwesome;
}
.service-page .service-1 .right {
  width: 45%;
  vertical-align: middle;
}
.service-page .service-1 .right ul {
  padding-left: 80px;
}
.service-page .service-1 .right ul li + li {
  margin-top: 40px;
}
.service-page .service-2 {
  background: url(../images/service-2-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding-top: 140px;
  margin-bottom: 290px;
}
.service-page .service-2 .desc {
  line-height: 2;
  margin-bottom: 100px;
}
.service-page .service-2 .video {
  margin-top: -290px;
  -webkit-transform: translateY(290px);
  -moz-transform: translateY(290px);
  -ms-transform: translateY(290px);
  transform: translateY(290px);
}
.service-page .service-3 {
  padding: 100px 0 150px;
}
.service-page .service-3 ul {
  margin: -10px;
}
.service-page .service-3 ul li {
  padding: 10px;
}
.service-page .service-3 ul li .grid-box {
  padding: 25px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-page .service-3 ul li .grid-box .column {
  padding: 10px;
  vertical-align: middle;
}
.service-page .service-3 ul li .name {
  font-family: var(--font);
  min-height: 6em;
}
.service-page .service-3 ul li .btns {
  margin-top: 30%;
}
.service-page .service-3 ul li .btns .baseBtn {
  line-height: 48px;
  padding: 0 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .service-page .service-1 .right ul {
    padding-left: 0;
    margin-top: 30px;
  }
  .service-page .service-1 .right ul li + li {
    margin-top: 30px;
  }
  .service-page .service-3 ul li .btns {
    margin-top: 10%;
  }
}
@media (max-width: 1000px) {
  .service-page .service-1 {
    padding: 60px 0;
  }
  .service-page .service-1 .left {
    width: 100%;
  }
  .service-page .service-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .service-page .service-1 .right ul li i {
    width: 20px;
  }
  .service-page .service-1 .right ul li + li {
    margin-top: 15px;
  }
  .service-page .service-2 {
    padding-top: 60px;
    margin-bottom: 150px;
    position: relative;
  }

  .service-page .service-2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .service-page .service-2 .desc {
    padding: 0;
    margin-bottom: 50px;
  }
  .service-page .service-2 .video {
    margin-top: -150px;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  .service-page .service-3 ul li {
    width: 100%!important;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .service-page .service-3 ul li .grid-box {
    padding: 5px;
  }
  .service-page .service-3 ul li .name {
    min-height: auto;
  }
}
.faq-page {
  background: #f8f8f8 url(../images/faq-bg.jpg) no-repeat center;
  padding: 100px 0 200px;
}
.faq-page .box {
  max-width: 1200px;
  margin-left: auto;
}
.faq-page .box ul {
  max-width: 1070px;
  margin-left: auto;
  margin-top: 60px;
}
.faq-page .box ul li {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.faq-page .box ul li .name {
  font-weight: 500;
}
.faq-page .box ul li .name::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
}
.faq-page .box ul li .name::after {
  content: "\f107";
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  color: #019243;
  border: 1px solid currentcolor;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.faq-page .box ul li .name.active::before {
  content: "-";
}
.faq-page .box ul li .name.active::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: white;
  border-color: #019243;
  background-color: #019243;
}
.faq-page .box ul li .text {
  display: none;
}
@media (max-width: 1000px) {
  .faq-page {
    padding: 100px 0;
  }
  .faq-page .box ul {
    margin-top: 30px;
  }
}
.prodet-page .prodet-1 {
  padding-top: 100px;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 77%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #c29d63;
  background-color: #FFFFFF;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 20px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 23%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -10px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .box .right {
  padding-left: 120px;
}
.prodet-page .prodet-1 .box .right .content {
  max-width: 400px;
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: 500;
}
.prodet-page .prodet-1 .box .right .content .text ul {
  margin-left: 15px;
}
.prodet-page .prodet-1 .box .right .content .text ul li {
  padding-left: 40px;
  position: relative;
}
.prodet-page .prodet-1 .box .right .content .text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #009145;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.prodet-page .prodet-1 .box .right .content .text ul li + li {
  margin-top: 20px;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  color: #FFFFFF;
  background-color: #c29d63;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .right .content .social-links h4 li,
.prodet-page .prodet-1 .box .right .content .social-links ul li {
  width: auto;
  margin: 0 15px;
}
.prodet-page .prodet-1 .box .right .content .social-links h4 li a:hover,
.prodet-page .prodet-1 .box .right .content .social-links ul li a:hover {
  color: #009145;
}
.m-link {
  margin-top: 70px;
  color: white;
  background-color: #009145;
}
.m-link span {
  font-family: var(--font);
}
.prodet-page .prodet-2 .left {
  width: 45%;
}
.prodet-page .prodet-2 .right {
  width: 55%;
}
.prodet-page .prodet-2 .right .desc {

}
.prodet-page .prodet-2 .right .list ul {
  margin: -15px;
}
.prodet-page .prodet-2 .right .list ul li {
  padding: 15px;
}
.prodet-page .prodet-2 .right .list ul li .name {
  font-family: var(--font);
}
@media (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right {
    padding-left: 60px;
  }
  .prodet-page .prodet-1 .box .right .content h1 {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-1 .box .right .content .text ul li + li {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .box .right .content .text {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-1 .box .right .social-links {
    margin-top: 30px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .box .right .content {
    max-width: 100%;
  }
  .prodet-page .prodet-1 .box .right .content .text ul li::before {
    top: 3px;
  }
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 {
    margin: 0;
  }
  .prodet-page .prodet-2 .left {
    width: 100%;
  }
  .prodet-page .prodet-2 .left .baseTit br {
    display: none;
  }
  .prodet-page .prodet-2 .right {
    width: 100%;
    margin-top: 40px;
  }
  .m-link {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right .content .text ul {
    margin-left: 0;
  }
  .prodet-page .prodet-1 .box .right .content .text ul li {
    padding-left: 30px;
  }
  .m-link > div {
    text-align: left;
  }
}



.gl-page{
  padding: 100px 0;
}
.gl-page ul{
  margin: -15px;
}
.gl-page ul li{
  padding: 15px;
}




#banner .right {
    width: 20%;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    z-index: 10
}

#banner .right:hover {
    width: 60%
}

#banner .right video {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 2rem 2rem 2rem 0 rgba(0,0,0,.4);
    box-shadow: 2rem 2rem 2rem 0 rgba(0,0,0,.4)
}



.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 90px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  font-family: var(--font);
  line-height: 60px;
  color: #fff;
  background-color: #019243;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page span,
.inner-page .m-page a:hover {
  opacity: 1;
}

.inner-page .m-page a.first,
.inner-page .m-page a.prev,
.inner-page .m-page a.next,
.inner-page .m-page a.end{
  opacity: 1;
  background-color: #000;
}




.news-content .text h3 {
    font-weight: bold;
}

.news-content .text .squaredotset li {
    list-style: square;
}

.news-content .text strong {
    font-weight: 600;
}

.news-content .text p strong {
    font-weight: bold;
}

.news-content .text h2 {
    font-weight: bold;
}