@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #4ba665;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1650px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.wc {
  color: #FFFFFF;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
}
#header.active .nav,
#header.inner .nav {
  background-color: var(--color);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover,
#header.inner .nav .ui.menu .menu-box ul.menu > li:hover {
  color: inherit;
}
#header.active .nav .ui.menu .h-search,
#header.inner .nav .ui.menu .h-search {
  color: #FFFFFF;
}
#header.active .nav .ui.menu .yuy span,
#header.inner .nav .ui.menu .yuy span {
  color: #FFFFFF;
}
#header.active .nav .ui.menu .baseBtn,
#header.inner .nav .ui.menu .baseBtn {
  color: #000000;
}
#header.active .nav .ui.menu .baseBtn::before,
#header.inner .nav .ui.menu .baseBtn::before {
  background-color: #FFFFFF;
}
#header .nav {
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#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;
  height: 5em;
  padding-right: 4%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 1.25em;
  font-weight: 600;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::before,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 1em 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "- ";
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: -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 var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#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 ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #2e683a;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#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 .line-box {
  height: 5em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu .h-search {
  color: var(--color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .yuy {
  height: auto;
}
#header .nav .ui.menu .yuy span {
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  left: auto;
  right: 15px;
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 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: var(--color);
}
#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);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -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: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 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 .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 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: !important 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--color);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 40px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-right: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-right: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-left: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(50.0%); rotateZ(45deg);
  -moz-transform: translateX(50.0%); rotateZ(45deg);
  -ms-transform: translateX(50.0%); rotateZ(45deg);
  transform: translateX(50.0%); rotateZ(45deg);
  top: 12px;
  margin-right: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(50.0%); rotateZ(-45deg);
  -moz-transform: translateX(50.0%); rotateZ(-45deg);
  -ms-transform: translateX(50.0%); rotateZ(-45deg);
  transform: translateX(50.0%); rotateZ(-45deg);
  top: 28px;
  margin-right: 3px;
}
#mobile.white .mobile-logo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  left: auto;
  right: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  right: 0;
  top: 30%;
}
#banner h2 {
  color: #FFFFFF;
  line-height: 1.33333333;
}
#banner p {
  color: #FFFFFF;
  line-height: 1.66666667;
}
.baseTag {
  color: #4ba665;
}
.baseBtn {
  height: 2em;
  background-color: transparent;
  border: 0;
}
.baseBtn::before {
  width: 2em;
  height: 2em;
  background-color: var(--color);
  border-radius: 1em;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.baseBtn:hover {
  color: #FFFFFF;
}
.baseBtn:hover::before {
  width: 100%;
}
.baseBtn span {
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.home-1 .left .list::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--color);
}
.home-1 .left .list i {
  right: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-1 .left .list li {
  cursor: pointer;
}
.home-1 .left .list li.active .tit {
  font-size: 40px;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-1 .left .list .tit {
  line-height: 60px;
  color: #666666;
}
.home-1 .left .list .txt {
  line-height: 1.75;
  color: #666666;
}
.home-1 .right > div {
  background-image: url(../images/home1-mask.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.home-2 {
  color: #FFFFFF;
}
.home-2 .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  line-height: 1.875;
}
.home-2 .list ul {
  margin: -10px;
}
.home-2 .list li {
  padding: 10px;
}
.home-2 .list li .num {
  line-height: 1;
}
.home-3 {
  background-color: #010908;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.home-3 .list ul {
  margin: 0 -3.5em;
}
.home-3 .list li {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.home-3 .list .box {
  height: 100%;
  padding: 4em 3.5em;
}
.home-3 .list .box .text {
  line-height: 1.75;
  height: 7em;
  overflow-y: auto;
}
.home-4 .list a {
  opacity: .6;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.home-4 .list .img,
.home-4 .list .content {
  grid-column: 1;
  grid-row: 1;
}
.home-4 .list .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#236344));
  background-image: -webkit-linear-gradient(transparent, #236344);
  background-image: -moz-linear-gradient(transparent, #236344);
  background-image: linear-gradient(transparent, #236344);
  opacity: .7;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.home-4 .list .content {
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.home-4 .list .name {
  color: #FFFFFF;
}
.home-4 .list .arrow {
  background-color: var(--color);
  color: #FFFFFF;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
}
.home-4 .list .slick-center a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home-4 .list .slick-center .img::after {
  height: 50%;
}
.home-4 .list .slick-center .content {
  opacity: 1;
}
.home-5 .top .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/home5-mask.png);
  background-size: cover;
}
.home-5 .top .content {
  width: 100%;
  right: 0;
  bottom: 17%;
  color: #FFFFFF;
}
.home-5 .top .content .num {
  line-height: 1;
}
.home-5 .top .content .tit {
  padding-right: 2.4em;
}
.home-5 .bottom {
  width: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.home-5 .bottom ul {
  background-color: #FFFFFF;
}
/*.home-5 .bottom li {
  height: 100%;
}*/
.home-5 .bottom li > div {
  min-height: 160px;
  position: relative;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.home-5 .bottom li > div::before {
  content: "";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #266939;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
}
.home-5 .bottom li > div .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .bottom li > div .name {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .bottom li.active > div::before,
.home-5 .bottom .slick-current li > div::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}
.home-5 .bottom li.active > div .icon img,
.home-5 .bottom .slick-current li > div .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-5 .bottom li.active > div .name,
.home-5 .bottom .slick-current li > div .name {
  color: #FFFFFF;
}
.home-6 .baseBtn:hover {
  color: #FFFFFF;
}
.home-6 .list li .left {
  background-color: #d8e2db;
  width: 57px;
  min-height: 375px;
  border-radius: 0 10px 10px 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-6 .list li .right {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px 0 0 10px;
}
.home-6 .list li .right .date i {
  border-radius: 50%;
  background-color: #d8e2db;
}
.home-6 .list li .right .text {
  line-height: 1.75;
  color: #666;
}
.home-6 .list li > div:hover .left {
  background-color: var(--color);
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  100% {
    -webkit-transform: translateX(200.0%);
    transform: translateX(200.0%);
  }
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  100% {
    -moz-transform: translateX(200.0%);
    transform: translateX(200.0%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  100% {
    -webkit-transform: translateX(200.0%);
    -moz-transform: translateX(200.0%);
    transform: translateX(200.0%);
  }
}
.scroll-section {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
}
.scroll-left {
  -webkit-animation-name: scroll-left;
  -moz-animation-name: scroll-left;
  animation-name: scroll-left;
}
.scroll-speed-4 {
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  animation-duration: 30s;
}
.pause-on-hover:hover,
.pause-on-hover:active,
.pause-on-hover:focus {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.scroll-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  margin-left: .5em;
}
.scroll-item img {
  width: .75em;
}
.border-text.primary {
  color: #ebf1ed;
  text-shadow: 1px 1px 1px #cfe2d6, -1px -1px 1px #cfe2d6, 1px -1px 1px #cfe2d6, -1px 1px 1px #cfe2d6;
}
#footer {
  color: #FFFFFF;
}
#footer video {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  object-fit: cover;
}
#footer .form input,
#footer .form textarea {
  width: 100%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding: .85em 1em;
}
#footer .form input::-webkit-input-placeholder, #footer .form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: .5;
}
#footer .form input:-moz-placeholder, #footer .form textarea:-moz-placeholder {
  color: #FFFFFF;
  opacity: .5;
}
#footer .form input::-moz-placeholder, #footer .form textarea::-moz-placeholder {
  color: #FFFFFF;
  opacity: .5;
}
#footer .form input:-ms-input-placeholder, #footer .form textarea:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: .5;
}
#footer .form input::placeholder,
#footer .form textarea::placeholder {
  color: #FFFFFF;
  opacity: .5;
}
#footer .form button {
  position: absolute;
  left: 20px;
  bottom: 10px;
  background-color: transparent;
  border: 0;
  font-size: 30px;
}
#footer .left > div {
  background-color: #266939;
  margin-top: -29%;
}
#footer .right .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .right .top .text {
  line-height: 1.75;
}
#footer .right .center h4 {
  color: var(--color);
}
#footer .right .center li {
  line-height: 1.875;
}
#footer .right .center li i {
  float: right;
}
#footer .right .center li i img {
  vertical-align: middle;
}
#footer .right .center li p {
  padding-right: 40px;
}
#footer .right .center li a {
  display: inline-block;
  -webkit-transform: translateX(0.5em);
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
#footer .right .center li a::before {
  content: "- ";
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#footer .right .center li a:hover {
  opacity: 1;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}
#footer .right .center li a:hover::before {
  opacity: 1;
}
#footer .right .bottom {
  margin-top: auto;
}
#footer .right .bottom img.login {
  height: 16px;
}
#footer .right .bottom .share a {
  color: var(--color);
}
@media (max-width: 1700px) {
  .home-1 .left .list .tit {
    line-height: 50px;
  }
  .home-1 .left .list .content {
    width: 100%;
  }
  .home-1 .left .list li.active .tit {
    font-size: 34px;
  }
}
@media (max-width: 1450px) {
  .home-1 .left .list .tit {
    line-height: 40px;
  }
  .home-1 .left .list li.active .tit {
    font-size: 28px;
  }
}
@media (max-width: 1250px) {
  .home-1 .left .list .tit {
    line-height: normal;
    margin-bottom: 10px;
  }
  .home-1 .left .list li.active .tit {
    font-size: 19px;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1000px) {
  #banner .left {
    width: 70%;
  }
  .home-1 .left .list li.active .tit {
    font-size: 15px;
  }
  .home-1 .left .list .img {
    display: block;
    width: 30%;
  }
  .home-1 .left .list .info {
    width: 70%;
  }
  .home-2 .text {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .home-2 .list li {
    width: 50%;
  }
  .home-5 {
    padding: 51px 0;
  }
  .home-6 {
    padding-top: 51px;
  }
  .home-5 .bottom {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .home-5 .bottom li {
    width: 100%;
  }

  .home-5 .bottom li > div {
    min-height: auto;
  }

  #footer .left > div {
    margin-top: 0;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner > ul li {
    height: 400px;
  }
  #banner > ul li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  #banner .left {
    width: 100%;
  }
  .home-1 .left .list .img {
    width: 100%;
  }
  .home-1 .left .list .info {
    width: 100%;
  }
}
.inner-banner {
  height: 350px;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}
.inner-banner .content {
  width: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-1-play {
  width: 62px;
  height: 62px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-1-play .about-1-c {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -61px;
  margin-top: -61px;
  z-index: 2;
  height: 122px;
  width: 122px;
  background: url(../images/about-3.png);
  background-size: 100% 100%;
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-1-play .play-img {
  width: 62px;
  height: 62px;
  background: #ffffff;
  color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-1-play::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 156px;
  height: 156px;
  background-color: var(--color);
  border-radius: 50%;
  z-index: -1;
}
.about-2 .Tit {
  line-height: 1.25;
}
.about-2 .text {
  color: #666666;
  line-height: 1.875;
  max-height: 18.75em;
  overflow-y: auto;
  padding-left: 15px;
}
.about-4 .list {
  color: #666666;
}
.about-5 .list li {
  height: 100%;
}
.about-5 .list li > div {
  height: 100%;
  background-color: #f1f6f3;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.about-5 .list li > div .icon img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-5 .list li > div .name {
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-5 .list li > div .text {
  line-height: 1.75;
  max-height: 7em;
  overflow-y: auto;
  color: #666666;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-5 .list li > div:hover {
  background-color: var(--color);
}
.about-5 .list li > div:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-5 .list li > div:hover .name {
  color: #FFFFFF;
}
.about-5 .list li > div:hover .text {
  color: #cee6d5;
}
.about-6 {
  color: #FFFFFF;
}
.about-6 .text {
  line-height: 1.875;
}
.about-7 {
  background-position: bottom center;
}
@media (max-width: 1000px) {
  .inner-banner {
    height: 250px;
    background-size: cover;
    background-attachment: unset;
  }
  .about-1-play {
    width: 40px;
    height: 40px;
  }
  .about-1-play .play-img {
    width: 40px;
    height: 40px;
  }
  .about-1-play .about-1-c {
    margin-right: -40px;
    margin-top: -40px;
    height: 80px;
    width: 80px;
  }
  .about-1-play::after {
    width: 100px;
    height: 100px;
  }
}





.contact-page .contact-1 .header p {
  color: #7b7b7b;
  width: 80%;
}


.contact-page .contact-1 .content ul li .text h4 {
  color: #282828;
}
.contact-page .contact-1 .content ul li .text p {
  color: #898989;
}
.contact-page .contact-2 {
  position: relative;
  z-index:9;
  margin-top: -3%;
}
.contact-page .contact-2 .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}


.contact-page .contact-2 .box form ul li input[type="text"],
.contact-page .contact-2 .box form ul li textarea {
  width: 100%;
  height: 60px;
  background-color: #fafafa;
  color: #3d4459;
  text-indent: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fafafa;
  font-size: 15px;
  font-weight: 400;
  padding-right: 20px;
}
.contact-page .contact-2 .box form ul li input[type="text"]:focus,
.contact-page .contact-2 .box form ul li textarea:focus {
  border-color: #eee;
}
.contact-page .contact-2 .box form ul li input[type="text"]::placeholder,
.contact-page .contact-2 .box form ul li textarea::placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li input[type="text"]::-webkit-input-placeholder,
.contact-page .contact-2 .box form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li input[type="text"]:-ms-input-placeholder,
.contact-page .contact-2 .box form ul li textarea:-ms-input-placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li textarea {
  height: 140px;
  padding-top: 20px;
}
.contact-page .contact-2 .box form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box form ul li input[type="submit"] {
  display: inline-block;
  color: #fff;
  width: 169px;
  height: 53px;
  text-align: center;
  border-radius: 25px;
  border: none;
  background: var(--color);
  font-size: 16px;
  margin: 0 auto 0 0;
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transiton: .5s;
  -o-transition: .5s;
}
.contact-page .contact-2 .box form ul li input[type="submit"]:hover {
  background: #000;
}


@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header p {
    width: 100%;
  }
}


.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
  border-radius: 15px;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  right: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 151, 68, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover::after {
  opacity: 1;
}


.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 600;
  font-size: 24px;
  color: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: var(--color);
  color: white;
  border-radius: 6px;
}


.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}

.news-page .news-1 .list ul li .box time {
  color: #a0a0a0;
  display: block;
}

.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  color: #141414;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: var(--color);
}


.newdet-page .newdet-1 h1 {
  color: #141414;
}
.newdet-page .newdet-1 time {
  display: block;
  color: #a0a0a0;
}
.newdet-page .newdet-1 .text {
  text-align: right;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
  color: #666;
}
.newdet-page .newdet-1 .text a{
  color: #00883d;
  font-weight: bold;
  text-decoration: underline;
 }
.newdet-page .newdet-1 .text h3{ 
  margin: 10px 0;
  color: #00883d;
  text-transform: capitalize;
}
.newdet-page .newdet-1 .m-link {
  color: #a0a0a0;
  max-width: 70%;
  display: block;
  text-align: right;
}
.newdet-page .newdet-1 .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .m-link a:hover {
  color: var(--color);
}
.newdet-page .newdet-1 .share {
  float: left;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {

  color: #666666;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a + a {
  margin-right: 15px;
}
.newdet-page .newdet-1 .share a .iconfont{
  font-size: 20px;
}
.newdet-page .newdet-1 .share a:nth-child(2) .iconfont{
  font-size: 23px;
}
.newdet-page .newdet-1 .share a:nth-child(4) .iconfont{
  font-size: 23px;
}
.newdet-page .newdet-1 .share a:hover {
  color: var(--color);
}

.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
@media screen and (max-width: 1700px) {
  .newdet-page .newdet-1 .m-link {
    font-size: 14px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }

  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-left: 70px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    left: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {

  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }

}
@media screen and (max-width: 1250px) {
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .navList {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-1 .m-link {
    font-size: 14px;
    max-width: none;
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: right;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-right: 0;
  }

  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 10px 10px 50px;
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    left: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
}






.cus-page .cus1 .header p {
  color: #666;
}

.cus-page .cus1 .content ul li .box {
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #e8f2ec;
  height: 100%;
  border-radius: 10px;
}
.cus-page .cus1 .content ul li .box .img {
  height: 70px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cus-page .cus1 .content ul li .box .text p {
  color: rgba(0, 0, 0, 0.7);
}
.cus-page .cus1 .content ul li .box .text .mores {
  display: block;
  color: var(--color);
  position: relative;
}
.cus-page .cus1 .content ul li .box .text .mores::before,
.cus-page .cus1 .content ul li .box .text .mores::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform .3s, opacity .3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(50.0%); translateY(-50%) scale(0.2);
  transform: translateX(50.0%); translateY(-50%) scale(0.2);
}
.cus-page .cus1 .content ul li .box .text .mores::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(50.0%); translateY(-50%) scale(0.8);
  transform: translateX(50.0%); translateY(-50%) scale(0.8);
}
.cus-page .cus1 .content ul li .box .text .mores:hover::before,
.cus-page .cus1 .content ul li .box .text .mores:hover::after {
  opacity: 1;
  -webkit-transform: translateX(50.0%); translateY(-50%) scale(1);
  transform: translateX(50.0%); translateY(-50%) scale(1);
}
.cus-page .cus1 .content ul li:hover .box {
  /*border-style: solid;
  border-width: 1px 1px 1px 1px;*/
  /*border-color: #fff;*/
  box-shadow: 8px 8px 40px 0px rgba(38, 51, 63, 0.14117647);
  background: #009744;
}
.cus-page .cus1 .content ul li:hover .box {
  color: #fff
}
.cus-page .cus1 .content ul li .box .text p{
  transition: .5s
}
.cus-page .cus1 .content ul li:hover .box .text p{
  color: #fff
}
.cus-page .cus1 .content ul li:hover .box .img{
  filter:brightness(0) invert(100);
}
.cus-page .cus1 .content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6%;
  width: 20px;
  height: 34px;
  /*background: url(../images/about4-right.png) no-repeat;*/
}
.cus-page .cus1 .content ul li:last-child::after {
  display: none;
}

.cus-page .cus2 .text {
  vertical-align: middle;
  width: 50%;
}
.cus-page .cus2 .text .con {
  color: #666;
}


.cus-page .cus2 .img {
  width: 50%;
  vertical-align: middle;
}
.cus-page .cus2 .img img{
border-radius: 10px;
}
.cus-page .cus3 {
  background-color: #e8f2ec;
}
.cus-page .cus3 .box {
  /*background-color: #e8f2ec;*/
  /*box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);*/
  /*border-radius: 7px;*/
  /*padding: 5rem 6.6rem;*/
}
.cus-page .cus3 .box .header {
  text-align: center;
}
.cus-page .cus3 .box .header p {
  color: #010101;
}

.cus-page .cus3 .box .header .tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  bottom: 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0 30px 0;
}
.cus-page .cus3 .box .header .tab ul li {
  border: 1px solid transparent;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 40px 10px 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer
}
.cus-page .cus3 .box .header .tab ul li i {
  font-size: 40px;
  color: #7f8e9c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page .cus3 .box .header .tab ul li h3 {
  color: rgba(1, 1, 1, 0.66);
  margin-top: 5px;
}
.cus-page .cus3 .box .header .tab ul li.active {
  border-color: #7f8e9c;
}
.cus-page .cus3 .box .header .tab ul li.active i {
  color: #00853c;
}
.cus-page .cus3 .box .header .tab ul li:hover {
  border-color: #00853c;
}
.cus-page .cus3 .box .header .tab ul li:hover i {
  color: #00853c;
}

.cus-page .cus3 .box .content li .img {
  vertical-align: middle;
}
.cus-page .cus3 .box .content li .text {
  vertical-align: middle;
}
.cus-page .cus3 .box .content li .text h3 {
  color: var(--color);
}
.cus-page .cus3 .box .content li .text .desc {
  color: #090909;
}

.cus-page .cus4 .left {
  width: 42.8%;
  vertical-align: middle;
}
.cus-page .cus4 .left h2.title em {
  display: block;
}
.cus-page .cus4 .left p {
  color: #2e2e2e;
  width: 80%;
}
.cus-page .cus4 .right {
  width: 57.2%;
  vertical-align: middle;
}

.cus-page .cus4 .right ul li img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .cus-page .cus2 .text .con p:first-child {
    width: 90%;
  }
  .cus-page .cus2 .text .con p:last-child {
    width: 96%;
  }
}
@media screen and (max-width: 1100px) {
  .cus-page .cus4 .left p {
    width: 86%;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page .cus1 .content ul {
    margin-left: 0;
  }
  .cus-page .cus1 .content ul li::after {
    top: 88%;
    left: 50%;
  }
  .cus-page .cus2 .text {
    width: 100%;
  }
  .cus-page .cus2 .img {
    width: 100%;
  }
  .cus-page .cus3 .box .header .tab ul {
    display: block;
  }
  .cus-page .cus3 .box .header .tab ul li {
    width: 32%;
    display: inline-block;
  }
  .cus-page .cus3 .box .content li .img {
    width: 100%;
  }
  .cus-page .cus3 .box .content li .img img {
    width: 100%;
  }
  .cus-page .cus3 .box .content li .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus2 .text .con p:first-child {
    width: 100%;
  }
  .cus-page .cus2 .text .con p:last-child {
    width: 100%;
  }
  .cus-page .cus2 .text .con {
    font-size: 14px;
  }
  .cus-page .cus3 {
    display: none;
  }
  .cus-page .cus4 .left {
    width: 100%;
  }
  .cus-page .cus4 .left p {
    width: 100%;
    font-size: 14px;
  }
  .cus-page .cus4 .right {
    width: 100%;
  }
}


.quality-page .quality-3 .box .right ul li .info {
  height: 100%;
  border: 1px solid rgba(54, 54, 54, .2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}


.quality-page .quality-3 .box .right ul li .info .img {
  height: 70px;
}
.quality-page .quality-3 .box .right ul li .info .img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .box .right ul li .info h4 {
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .box .right ul li:hover .info {
  background: #f6f6f6;
}
.quality-page .quality-3 .box .right ul li:hover .info .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.quality-page .quality-3 .box .right ul li:hover .info h4 {
  color: var(--color);
}




/*=========== markets-page start===========*/
.markets-page .markets-1 .mar-navli {
    background-color: #f4f5f9;
    border-radius: 20px;
    overflow: hidden;
}

.markets-page .markets-1 .mar-navli ul li .box {
    padding: 0 20px;
    height: 210px;
    transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box img {
    transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box .tt {
    transition: all 0.5s;
    text-align: center;
}

.markets-page .markets-1 .mar-navli ul li .box:hover,.markets-page .markets-1 .mar-navli ul li.active .box {
    background-color: var(--color);
}

.markets-page .markets-1 .mar-navli ul li .box:hover .tt,.markets-page .markets-1 .mar-navli ul li.active .box .tt {
    color: #fff;
}

.markets-page .markets-1 .mar-navli ul li .box:hover img ,.markets-page .markets-1 .mar-navli ul li.active .box img{
    filter: brightness(0) invert(1);
}

.markets-page .markets-2 .mar-artli ul li .box {
    background-color: #f4f5f9;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box .img-box {
    border-radius: 10px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox .tt {
    padding: 0 10px;
    transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box:hover {
    background-color: var(--color);
}

.markets-page .markets-2 .mar-artli ul li .box:hover .tt {
    color: #fff;
}

/*=========== markets-page end===========*/





.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-right: 35px;
    margin-right: auto;
}

.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}

.product-page .pro-box .product-right .text h1 {
    font-size: 30px;

    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    font-size: 18px;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover {
  background-color: var(--color);
  color: #FFFFFF;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.product-page .pro-box .product-right ul li .img-box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 18px;
    color:#666;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 600;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1400px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }

    .product-page {
        padding: 60px 0 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width:700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }

    .product-page {
        padding: 30px 0 30px 0;
    }
}


.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 130px;
    float: right;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    left: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    transform:translateY(-50%) rotate(-90deg);
   
}

.pro-box .pro-left .menus>li .menu-a {
    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;
    height: 80px;
    font-weight: 600;
    padding: 0 27px 0 70px;
    font-size: 18px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -webkit-calc(100% - 8px);
    left: -moz-calc(100% - 8px);
    left: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 16px;
    color: #666;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}

@media screen and (max-width: 1000px) {
    .pro-box .pro-left {
        display: none;
    }
}



.prodet-page .prodet-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-right: 65px;
}

.prodet-page .prodet-right .box {
    width: 100%;
}

.prodet-page .prodet-right .box .left {
    width: 46.5%;
}

.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
}

.prodet-page .prodet-right .box .right {
    width: 53.5%;
    padding-right: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-left: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
    display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
    margin-left: 15px;
    font-size: 90px;
}

.prodet-page .prodet-right .box .right h1 {
    font-size: 35px;
    font-weight: bold;

}

.prodet-page .prodet-right .box .right .det {
    color: #666;
    line-height: 2;

}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
}

.prodet-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
    color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50.0%,-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
    position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
    margin: 100px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    font-size: 16px;

}

.prodet-page .prodet-right .prodet-title ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prodet-page .prodet-right .prodet-title ul li {
    padding: 10px 20px;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    right: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.prodet-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #ecf3f5;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(even){
    background-color: #ecf3f5;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}

@media screen and (max-width: 1600px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
    }

}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
    }

    .prodet-page .prodet-right .box .right {
        width: 100%;
    }

    .prodet-page .prodet-right .box .left .bigImg ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prodet-page .prodet-right .box .right {
        padding-right: 0;
    }

    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 15px;
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }

}


@media screen and (max-width: 1000px) {
    .prodet-page .prodet-right {
        width: 100%;
        padding-right: 0;
    }

    .prodet-page .prodet-right .box .right .line img {
        width: 100%;
    }

    .prodet-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }

    .prodet-page .prodet-right .box .right .btn a:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px
    }

    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }

    .prodet-page .prodet-right .prodet-content {
        padding-bottom: 30px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 10px;
    }

    .prodet-page .prodet-right .box .right h2 {
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}

.flex-box {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}


.recommended-product {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.recommended-product ul {
    margin: 60px -24px 0;
}

.recommended-product ul li {
    padding: 0 24px;
}

.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}

.recommended-product ul li .img_box .icon {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;position: relative;
    font-size: 18px;
}

.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
  color: #FFFFFF;
}

.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}

.recommended-product ul li .img_box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    top: 0;
}

.recommended-product ul li .img_box .icon a:hover .cur{
    opacity: 0;
}

.recommended-product ul li .img_box .icon a:hover .hover{
   opacity: 1;
}



.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recommended-product ul li h4 {
    font-size: 18px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
    color: #666;
}

@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
}
.radius-10{
border-radius: 10px;
}





.inner-page .m-page {
    margin-top: 4.5rem;
    text-align: center } .inner-page .m-page a,.inner-page .m-page span { margin: 0 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #141414;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #e8f2ec;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .m-page a:after,.inner-page .m-page span:after {
    content: '';
    width: 130%;
    height: 130%;
    position: absolute;
    right: -15%;
    top: -15%;
    border-radius: inherit;
    border: 2px solid #e8f2ec
}

.inner-page .m-page a:hover {
    background-color: var(--color);
    color: #fff
}

.inner-page .m-page span.current {
    background-color: var(--color);
    color: #fff
}

@media screen and (max-width: 1700px) {
    .inner-page .m-page a,
    .inner-page .m-page span {
        height:44px;
        line-height: 44px;
        width: 44px
    }
}

@media screen and (max-width: 500px) {
    .inner-page .m-page a,
    .inner-page .m-page span {
        line-height:36px;
        height: 36px;
        width: 36px;
        margin: 5px } } .csb-1 .box { max-width: 80%;
  background-color: #e9f2ec;
  margin-right: 10%;
  margin-top: -10%;
}




.homepage-7 h2.h-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.homepage-7 .content {
  position: relative;
}
.homepage-7 .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 85px;
}
.homepage-7 .content ul li a.img {
  width: 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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 420px;
}
.homepage-7 .content ul li .text {
  margin-top: 25px;
}
.homepage-7 .content ul li .text span.dot {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  display: block;
}
.homepage-7 .content ul li .text span.dot::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.homepage-7 .content ul li .text span.dot::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 15px;
  height: 15px;
  background-color: #838383;
  border-radius: 50%;
  z-index: 5;
}
.homepage-7 .content ul li .text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #969696;
  text-align: center;
  margin-top: 25px;
}
.homepage-7 .content ul .slick-center li a.img {
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  transform: scale(1.35);
}
.homepage-7 .content ul .slick-center li .text span.dot::before {
  background-color: rgba(75, 166, 101, 0.6);
}
.homepage-7 .content ul .slick-center li .text span.dot::after {
  background-color: var(--color);
}
.homepage-7 .content ul .slick-center li .text h4 {
  color: var(--color);
  font-size: 30px;
}
.homepage-7 .content .swiper-box {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 100%;
  z-index: 5;
}
.homepage-7 .content .swiper-box .swiper-arrow {
  width: 50px;
  height: 50px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 2;
  background-color: var(--color);
  cursor: pointer;
}
.homepage-7 .content .swiper-box .swiper-arrow i {
  font-size: 20px;
}

@media screen and (max-width: 1250px) {
.homepage-7 .content ul .slick-center li .text h4 {
    font-size: 24px;
  }
  .homepage-7 .content::before {
    bottom: 75px;
  }
  .homepage-7 .content .swiper-box {
    bottom: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .homepage-7 .content ul li a.img {
    height: auto;
  }

	.homepage-7 .content ul .slick-center li a.img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .homepage-7 .content ul .slick-center li .text h4 {
    font-size: 20px;
  }
  .homepage-7 .content::before {
    bottom: 70px;
  }
  .homepage-7 .content .swiper-box {
    bottom: 45px;
  }
}

.color-1 {
  color: #666;
}


table td,
table th {
  word-break: normal;
}