@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: #063672;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1710px;
}
.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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
}
#header .nav {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #737a7c;
}
#header .nav .ui.menu {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 5em;
}
#header .nav .ui.menu .left .menu-box ul.menu > li:nth-child(n+4) {
  display: none;
}
#header .nav .ui.menu .right .menu-box ul.menu > li:nth-child(-n+3) {
  display: none;
}
#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 3em;
  -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 > a {
  padding: 1em 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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: #222;
  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 .h-search {
  display: block;
  width: 2.94444444em;
  height: 2.94444444em;
  line-height: 2.83333333em;
  text-align: center;
  border: 1px solid #737a7c;
  border-radius: 50%;
  cursor: pointer;
  cursor: hand;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html[lang=sa] .search-box form input[type="submit"] {
  left: auto;
  right: 15px;
}
.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: 20;
  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: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -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: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  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;
  bottom: 0;
}
#banner h2 {
  line-height: 1.36666667;
  color: #FFFFFF;
}
#banner p {
  color: #FFFFFF;
}
.yuy > span {
  width: 2.94444444em;
  height: 2.94444444em;
  line-height: 2.83333333em;
  text-align: center;
  border: 1px solid #737a7c;
  border-radius: 50%;
}
.baseBtn {
  display: inline-block;
  min-width: 16.875em;
  height: 4.25em;
  line-height: 4.25;
  border: 0;
  background-color: var(--color);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.baseBtn::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: -1;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: calc(100% + 4px);
  background: #000000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.baseBtn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.home-1 .Tit {
  line-height: 1.16666667;
}
.home-1 .list {
  margin-top: 25vw;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(6, 54, 114, 0.9)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(6, 54, 114, 0.9), transparent);
  background-image: -moz-linear-gradient(right, rgba(6, 54, 114, 0.9), transparent);
  background-image: linear-gradient(to left, rgba(6, 54, 114, 0.9), transparent);
  color: #FFFFFF;
}
.home-1 .list .num {
  line-height: 1;
}
.home-2 .Tit {
  line-height: 1.16666667;
}
.home-2 .list .slick-track {
  display: block;
}
.home-2 .list ul {
  margin: 0 -0.2em;
}
.home-2 .list li {
  padding: 1.5em 1.1em 0;
}
.home-2 .list li:nth-of-type(2) {
  -webkit-transform: translateY(-1.4em);
  -moz-transform: translateY(-1.4em);
  -ms-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
}
.home-2 .list li .img {
  overflow: hidden;
}
.home-2 .list li .img .btns {
  right: 0;
  bottom: 0;
  width: 5em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  background-color: var(--color);
  color: #FFFFFF;
  -webkit-transform: translateX(100.0%);
  -moz-transform: translateX(100.0%);
  -ms-transform: translateX(100.0%);
  transform: translateX(100.0%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.home-2 .list li .img:hover .btns {
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
  opacity: 1;
}

.home-2 .list li .img img {
  grid-column: 1;
  grid-row: 1;
  transition: .5s;
}

.home-2 .list li .img img:last-of-type {
  opacity: 0;
}

.home-2 .list li .img:hover img:first-of-type {
  opacity: 0;
}

.home-2 .list li .img:hover img:last-of-type {
  opacity: 1;
}

.home-2 .list li p {
  color: #6b7177;
}
.home-3 {
  color: #FFFFFF;
}
.home-3 .Tit {
  line-height: 1.20833333;
}
.home-3 .list .slick-track {
  display: block;
}
.home-3 .list ul {
  margin: -0.3em -1em;
}
.home-3 .list li {
  padding: .3em 1em;
}
.home-3 .list li .icon {
  font-size: 0;
}
.home-3 .list li .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-3 .list li:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.home-4 .box {
  margin-top: -30px;
}
.home-4 .item:nth-child(3) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.home-4 .item:nth-child(3)::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f7f7f7;
}
.home-4 .colors .slick-track {
  display: block;
}
.home-4 .colors > ul {
  margin: -0.8em -0.45em;
}
.home-4 .colors > ul li {
  padding: .8em .45em;
}
.home-4 .woods .slick-track {
  display: block;
}
.home-4 .woods > ul {
  margin: -0.6em -0.35em;
}
.home-4 .woods > ul li {
  padding: .6em .35em;
}
.home-4 .dots li {
  margin: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color);
  opacity: .3;
}
.home-4 .dots li button {
  display: none;
}
.home-4 .dots li.slick-active {
  opacity: 1;
}
.home-5 {
  color: #FFFFFF;
}
.home-5 .form {
  max-width: 1550px;
  margin: auto;
}
.home-5 .form ul {
  margin-left: -28px;
}
.home-5 .form li {
  padding-left: 28px;
}
.home-5 .form input {
  padding: 0 20px;
  font-weight: 500;
  width: 100%;
  height: 4.25em;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.home-5 .form input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.home-5 .form input:-moz-placeholder {
  color: #FFFFFF;
}
.home-5 .form input::-moz-placeholder {
  color: #FFFFFF;
}
.home-5 .form input:-ms-input-placeholder {
  color: #FFFFFF;
}
.home-5 .form input::placeholder {
  color: #FFFFFF;
}
.home-5 .form button {
  border: 0;
}
.home-6 .list li {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-6 .list li + li {
  border-top: 1px solid #9c9c9c;
}
.home-6 .list li.active {
  opacity: 1;
}
.home-6 .list li .tags span {
  color: #8e8e8e;
  padding: 6px 15px;
}
.home-6 .list li .tags span:first-of-type {
  background-color: #e8e8e8;
}
.home-6 .list li .tit {
  line-height: 1.2;
}
.home-6 .list li .text {
  color: #8e8e8e;
}
.home-6 .list li .btns a {
  min-width: 6.5em;
  text-align: center;
  line-height: 1;
  display: inline-block;
  border: 1px solid currentcolor;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-6 .list li .btns a:hover {
  background-color: var(--color);
  color: #FFFFFF;
  border-color: var(--color);
}
#footer {
  color: #FFFFFF;
}
#footer .footer-block li p {
  margin-top: 10px;
  padding-right: 55px;
}
#footer .footer-bottom img.login {
  height: 18px;
}
#ewm {
  width: 155px;
  border-radius: 6px;
  border: 8px solid #FFFFFF;
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2.5em;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2em;
  }

  .baseBtn {
    min-width: auto;
  }

  .home-2 .list li {
    padding: 1.5em .5em 0;
  }
  .home-3 .list ul {
    margin: -0.3em -0.5em;
  }
  .home-3 .list li {
    padding: .3em .5em;
  }
}
@media (max-width: 1000px) {
  #banner .content {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .baseBtn {
    height: 4em;
    line-height: 4;
  }
  .home-1 .list li {
    width: 50%;
    margin-left: 0;
    padding: 15px;
  }
  .home-2 .list li:nth-of-type(2) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .home-2 .list ul {
    margin: -15px;
  }
  .home-2 .list li {
    padding: 15px;
  }
  .home-3 .list ul {
    margin: -15px;
  }
  .home-3 .list li {
    padding: 15px;
  }
  .home-4 .item:nth-child(3)::before {
    display: none;
  }
  .home-5 .form input {
    height: 4em;
  }
  .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;
  }
  .home-4 .colors > ul {
    margin: -5px;
  }
  .home-4 .colors > ul li {
    padding: 5px;
  }
  .home-4 .woods > ul {
    margin: -5px;
  }
  .home-4 .woods > ul li {
    padding: 5px;
  }
}
@media (max-width: 500px) {
  .home-1 {
    background-size: 200%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .home-1 .list {
    padding-right: 15px;
    padding-left: 15px;
  }
}





.inner-banner {
  color: white;
}
.inner-banner span.h2 {
  color: inherit;
}
.inner-banner .link {
  width: 3em;
  height: 3em;
  background-color: #f7b52c;
  opacity: 0;
  pointer-events: none;
}
.inner-banner .link i {
  font-size: 1.3em;
  line-height: 1;
}
.about-page .about-1 .playBox .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  right: 0;
  top: 0;
}
.about-page .about-1 .playBox .play-btn:after,
.about-page .about-1 .playBox .play-btn:before {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.about-page .about-1 hr {
  background-color: var(--color);
  opacity: .3;
}
.about-page .about-1 .list {
  color: var(--color);
}
.about-page .about-2 {
  background-color: #f3f3f3;
}
.about-page .about-2 .list li {
  background-color: white;
}
.about-page .about-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.about-page .about-3 .list li {
  padding: 5.5%;
  border: 1px dashed var(--color);
}
.about-page .about-2 .list li>i img {
  transition: .5s;
}
.about-page .about-2 .list li:hover>i img {
  transform: rotateY(360deg)
}
.about-page .about-3 .list li span.h6 {
  line-height: 1.2;
}
.about-page .about-4 {
  background-color: #f3f3f3;
}
.about-page .about-4 hr {
  background-color: #accbd2;
  position: relative;
  overflow: unset;
}
.about-page .about-4 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: var(--color);
}
.about-page .about-4 hr.txt-right:before {
  right: 0;
  right: auto;
}
.about-page .about-4 .line {
  width: 60px;
  height: 4px;
  background-color: var(--color);
  display: block;
}
.about-page .about-4 .more {
  margin-top: auto;
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .list ul {
    margin: -10px;
  }
  .about-page .about-1 .list li {
    width: 50%;
    padding: 10px;
  }

  .about-page .about-3 .left {
    position: static;
  }
}

@media screen and (max-width: 500px) {
  .inner-banner .link {
    height: 2em;
    width: 2em;
  }
  .about-page .about-2 .list li i {
    max-width: 50px;
    display: block;
  }
  .about-page .about-3 .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .list li i {
    max-width: 50px;
  }
  .about-page .about-3 .list li .content {
    width: 100%;
  }
}





.case-page .case-nav ul{
  margin: 0 -10px;
}
.case-page .case-nav ul li{
  padding: 0 10px;
  margin: 5px 0;
}
.case-page .case-nav ul li a.btn{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f7f7f7;
  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: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 35px 0 20px;
  height: 90px;
  position: relative;
}
.case-page .case-nav ul li.active a.btn{
  background-color: var(--color);
  color: #FFFFFF;
}
.case-page .case-nav ul li.active a.btn i {
  background-color: white;
  color: var(--color);
}
.case-page .case-nav ul li a.btn i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  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;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  margin-right: 15px;
}

.case-page .case-nav ul li a.btn span {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}



.knowledge-page .list ul li {
    margin-bottom: 35px;
    background: #f7f7f7;
    border: solid 1px #dcdcdc;
    padding: 20px 15px 0;
    position: relative
}

.knowledge-page .list ul li .box {
    margin: 0 auto } .knowledge-page .list ul li .box .title { font-weight: 600 } .knowledge-page .list ul li .box .con { color: black;
    margin-top: 18px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar-thumb {
    background: var(--color)
}

.knowledge-page .list ul li .box .con table {
    width: fit-content !important;
    font-size: 15px
}

.knowledge-page .list ul li .box .con table tr {
    background: #fff
}

.knowledge-page .list ul li .box .con table tr td {
    min-width: 120px;
    padding: 4px } .knowledge-page .list ul li .box time { display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 1;
    margin-top: 29px
}

.knowledge-page .list ul li .box time em {
    font-size: 30px
}

.knowledge-page .list ul li span.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    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;
    cursor: pointer
}

.knowledge-page .list ul li span i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li:last-child {
    margin-bottom: 0
}

.knowledge-page .list ul li.active .box .con {
    height: 200px;
    overflow-y: auto;
    overflow-x: auto;
    line-height: 1.8
}

.knowledge-page .list ul li.active span.icon {
    background: var(--color)
}

.knowledge-page .list ul li.active span.icon i {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width: 700px) {
    .knowledge-page .list ul li .box {
        padding-right: 45px } } @media screen and (max-width: 500px) { .knowledge-page .list ul li span { zoom:.6 } .knowledge-page .list ul li .box { padding-right: 20px } } .news-page .container .cat_name_list { display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-page .container .cat_name_list .list {
    margin-left: 70px;
    padding: 4px 10px;
    position: relative;
    font-size: 20px;
    line-height: 36px
}

.news-page .container .cat_name_list .list span {
    position: relative;
    z-index: 2;
    color: #fff
}

.news-page .container .cat_name_list .list:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #323232;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.news-page .container .cat_name_list .list:hover:before,.news-page .container .cat_name_list .list.active:before {
    background-color: var(--color)
}

.news-page .container .content {
    margin-top: 70px;
    padding-top: 40px;
    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: 0 -30px } .news-page .container .content .list { width: 33.33%;
    padding: 0 30px;
    margin-top: 40px
}

.news-page .container .content .list .box {
    height: 100%;
    background: #1a1a1a;
    transition: 0.5s;
}
.news-page .container .content .list .box:hover {
  background: var(--color);
}
.news-page .container .content .list .box a {
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.news-page .container .content .list .box a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}


.news-page .container .content .list .box .img {
    position: relative;
    z-index: 2;
    height: 310px
}

.news-page .container .content .list .box .cont {
    position: relative;
    padding: 36px 30px;
    background: #f7f7f7;
    transition: 0.5s;
}
.news-page .container .content .list .box:hover .cont{
  background-color: var(--color);
}
.news-page .container .content .list .box:hover .cont,
.news-page .container .content .list .box:hover .cont .title,
.news-page .container .content .list .box:hover .cont .des {
  color: white;
}
.news-page .container .content .list .box .cont .time {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 2
}

.news-page .container .content .list .box .cont .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #151515;


}

.news-page .container .content .list .box .cont .des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #151515;
}

.news-page .container .content .list:hover .box .cont .shadow {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1250px) {
    .news-page .container .content {
        margin: 0 -15px;
        padding-top: 0
    }

    .news-page .container .content .list {
        padding: 0 15px } .news-page .container .cat_name_list { display: none } } @media (max-width: 1000px) { .news-page .container .content .list { text-align: center;
        width: 50%
    }

    .news-page .container .content .list .box .img {
        height: 200px
    }
}

@media (max-width: 500px) {
    .news-page .container .content {
        margin: 0 } .news-page .container .content .list { padding: 0;
        width: 100%
    }

    .news-page .container .content .list:first-child {
        margin-top: 0
    }

    .news-page .container .content .list .box .cont {
        padding: 16px } .news-page .container .content .list .box .img { height: 60vw } } .newdet-page .container .title { color: #151515;
    font-weight: 600;
}

.newdet-page .container .content {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    color: #666;
}






.m-page {
    margin: 60px 0 } .m-page>div { 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
}

.m-page>div span,
.m-page>div a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background-color: #1a1a1a;
    margin: 0 10px;
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 16px;
    font-weight: 600;
}

.m-page>div span:hover,
.m-page>div a:hover {
    background-clip: var(--color);
    color: white
}

.m-page>div span {
    background: var(--color)
}


.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0 } .contact-page .contact-1 .left form ul li { padding: 0 30px 37px 0 } .contact-page .contact-1 .left form ul li .box { position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8
}

.contact-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 10px 25px 13px 0;
    font-size: 16px;
    line-height: 30px;
    color: black;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 10px 25px 13px 0;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 20px
}

.contact-page .contact-1 .left form ul li .box:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}


.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-right: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #fff
}

.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px } .contact-page .contact-1 .left form ul li:hover .box:before { width: 100% } .contact-page .contact-1 .left form ul li.active .box:before { width: 100% } .contact-page .contact-1 .left form ul li.wid-100 { width: 100% !important } .contact-page .contact-1 .right { padding-left: 7.65% } .contact-page .contact-1 .right .title { line-height: 1.2 } .contact-page .contact-1 .right p { font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 7px
}

.contact-page .contact-1 .right .list {
    margin-top: 22px
}

.contact-page .contact-1 .right .list ul li {
    color: white;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: var(--color);
    font-size: 20px;
    width: 20px;
    text-align: center;
}

.contact-page .contact-1 .right .tit-semi {
    color: #151515;
}

.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    padding-right: 10px;
    color: #666;
}


.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0
}

.contact-page .contact-2 {
    padding-top: 120px
}

.contact-page .contact-2 #mapContainer {
    height: 520px
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

@media (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65% } } @media (max-width: 1000px) { .contact-page { padding-top:30px } .contact-page .contact-1 .left { width: 100% } .contact-page .contact-1 .right { width: 100%;
        padding: 30px 0 0 } .contact-page .contact-2 { padding-top: 60px } .contact-page .contact-2 #mapContainer { height: 360px } } @media (max-width: 500px) { .contact-page .contact-1 .left form ul li p { display: block } .contact-page .contact-1 .left form ul { margin-bottom: -20px } .contact-page .contact-1 .left form ul li { padding-bottom: 20px } .contact-page .contact-1 .left form ul li .box input,.contact-page .contact-1 .left form ul li .box textarea { padding: 10px 0 10px 36px } .contact-page .contact-1 .right p { font-size: 16px;
        line-height: 30px
    }

    .contact-page .contact-1 .right .list ul li {
        font-size: 16px
    }

    .contact-page .contact-2 #mapContainer {
        height: 260px
    }
}







.product-page .nav-1 .ui.container {
    /*padding-top: 80px;*/
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb
}

.product-page .nav-1 ul.navlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.product-page .nav-1 ul.navlist li{
  margin-left: 15px;
}
.product-page .nav-1 ul.navlist li:last-child{
  margin-left: 0;
}
.product-page .nav-1 ul.navlist li a {
    color: #666;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    display: inline-block;
    background: #f5f5f5;
}

.product-page .nav-1 ul.navlist li.active a,.product-page .nav-1 ul.navlist li:hover a {
    background: var(--color);
    color: #fff
}

.product-page .nav-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
}

.product-page .nav-2 .ui.container .tit {
    display: inline-block;
    margin-right: 40px } .product-page .nav-2 .ui.container .pro-search-box form { position: relative;
    height: 38px;
    width: 325px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px 0 25px;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=submit] {
    width: 26px;
    height: 26px;
    background: url(../images/icon-search-black.png) center center no-repeat;
    border: none;
    position: absolute;
    right: 8px;
    top: 6px;
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=text] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: black;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background: 0 0;
}


.product-page .productbox .product-content .text{
  overflow-y: auto;
  max-height: 240px;
  padding-left: 30px;
  color: #666;
}
.product-page .productbox ul.list li {
    padding: 10px;
    margin-bottom: 80px
}

.product-page .productbox ul.list li .item {
    height: 525px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    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
}

.product-page .productbox ul.list li .item img.logo {
    position: absolute;
    width: 114px;
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    top: 20px;
    left: 15px
}

h1.wanh1 {
  font-size: 24px;
  padding: 20px 0;
  color: black;
  font-weight: 600;
}
.product-page .productbox ul.list li .item .pname {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    position: absolute;
    bottom: 25px;
    line-height: 1.8;
    text-align: right;
    width: 100%;
    right: 0;
    padding: 0 20px } .product-page .productbox ul.list.system-application-scheme li .item { padding-top: 60px;
    height: auto!important;
    padding-bottom: 120px
}

.product-page .productbox ul.list.system-application-scheme li .item .pname {
    max-height: 120px;
    overflow-y: auto
}

.product-page .productbox ul.list li .item:hover {
    background: var(--color);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-page .productbox ul.list li .item:hover img.logo {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.product-page .productbox ul.list li .item:hover .pname {
    color: #fff
}

.prodet-page .prodet-1 {
    padding: 90px 0 } .prodet-page .prodet-1 .ui.container .imgs .imgb { border: 1px solid #cccccc;
    margin-bottom: 20px;
}



.prodet-page .prodet-1 .ui.container .imgs .imgg {
    position: relative;
    padding: 0 115px } .prodet-page .prodet-1 .ui.container .imgs .imgg span { width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #e3e3e3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span:hover {
    background: var(--color)
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-prev {
    left: 25px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-next {
    right: 25px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul {
    margin: 0 -10px } .prodet-page .prodet-1 .ui.container .imgs .imgg ul li { padding: 0 10px } .prodet-page .prodet-1 .ui.container .imgs .imgg ul li a { background: #f9f9f9;
    height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 20px } .prodet-page .prodet-1 .ui.container .imgs .imgg ul li a img { width: auto } .prodet-page .prodet-1 .ui.container .right { padding-right: 70px;
    padding-top: 0
}

.prodet-page .prodet-1 .ui.container .right .title {
    line-height: 1.8;
    font-weight: bold;
}

.prodet-page .prodet-1 .ui.container .right p {
    line-height: 2;
    max-width: 680px;
    margin: 40px 0 } .prodet-page .prodet-1 .small img { border: 1px solid #cccccc;
}

.prodet-page .prodet-1 .m-link{
  margin-top: 30px;
}
.prodet-page .prodet-2 .top ul.tabheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    background: #f7f7f7;
}

.prodet-page .prodet-2 .top ul.tabheader li {
    height: 64px;
    line-height: 64px;
    padding: 0 25px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.prodet-page .prodet-2 .top ul.tabheader li.active,.prodet-page .prodet-2 .top ul.tabheader li:hover {
    color: #fff;
    background: var(--color)
}

.prodet-page .prodet-2 .bottom {
    margin-top: 55px;
    /*background: #1a1a1a;*/
    /*padding: 50px 0;*/
    line-height: 30px;
}

/*.prodet-page .prodet-2 .bottom ul li .content table {
    max-height: 300px;
    overflow-y: auto;
}

.prodet-page .prodet-2 .bottom ul li .content table td,.prodet-page .prodet-2 .bottom ul li .content table th {
    text-align: center
}*/



.leadbox .main {
    margin: 0 -10px } .leadbox .main .bag { padding: 10px } .leadbox .main .cateitem { padding: 40px 20px;
    transition: .3s all;
    background: #f5f5f5;
    color: white;
}

.leadbox .main .cateitem .right {
    padding-right: 20px;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leadbox .main .cateitem .right ul li {
    margin-top: 10px;
    margin-bottom: 0
}
.leadbox .main .cateitem .right .h5 {
    color: #1a1a1a;
}

.leadbox .main .cateitem .left .h4 {
    text-align: center;
    font-weight: 600
}

.leadbox .main .cateitem .h4,.leadbox .main .cateitem .h5 {
    color: inherit
}

.leadbox .main .cateitem .h4 a,.leadbox .main .cateitem .h5 a {
    transition: .3s all
}

.leadbox .main .cateitem .h4 a:hover,.leadbox .main .cateitem .h5 a:hover {
    transition: .3s all;
    text-decoration: underline
}


.leadbox .main .cateitem .left .img-box {
    background: #fff
}



.product-yd-page .catebox ul.catelist li {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    position: relative;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text {
    padding: 20px 105px 20px 55px;
    color: white;
}

.product-yd-page .catebox ul.catelist li .text .top {
    position: relative
}

.product-yd-page .catebox ul.catelist li .text p {
    max-height: 96px;
    /*overflow-y: auto*/
    color: #151515;
}
.product-yd-page .catebox ul.catelist li:hover .text .title,
.product-yd-page .catebox ul.catelist li:hover .text p{
  color: white;
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 {
    position: absolute;
    left: 0;
    width: 75px;
    height: 75px;
    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;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    right: 0;
    top: 0;
    animation: xz 5s linear infinite
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
    width: 89px;
    height: 89px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: var(--color);
}

.product-yd-page .catebox ul.catelist li .text .title {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 480px;
    padding-left: 90px;
    color: #151515;
}

.product-yd-page .catebox ul.catelist li img.dec {
    position: absolute;
    bottom: 0;
    left: 0;
    filter: brightness(.2);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover {
    background: var(--color);
    color: white;
}
.product-yd-page .catebox ul.catelist li:hover .text{
  color: white;
}

.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
    left: auto;
    left: 0
}

.product-yd-page .catebox ul.catelist li:hover img.dec {
    filter: brightness(1);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover .left {
    float: left } .product-yd-page .catebox ul.catelist li:hover .text { float: right;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
    border-color: #fff;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
    background: white;
    color: var(--color);
}

@media screen and (max-width: 1250px) {
  .product-yd-page .catebox ul.catelist li .text {
      padding: 20px;
  }
  .product-yd-page .catebox ul.catelist li .img{
    padding: 30px;
  }
 
  .prodet-page .prodet-1 .ui.container .right p {
    max-height: 160px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .leadbox .main .cateitem .left{
    width: 100%;
    margin-bottom: 20px;
  }
  .leadbox .main .cateitem .right{
    width: 100%;
    padding-right: 0;
  } 
  .product-page .nav-1,
  .product-page .nav-2{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .left{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .right{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist{
    display: flex;
    flex-wrap: wrap;
  }
  .product-yd-page .catebox ul.catelist li{
    width: calc((100% - 10px)/2);
    margin: 0 0 10px 10px;
  } 
  .product-yd-page .catebox ul.catelist li:nth-child(2n){
    flex-direction: column-reverse;
    margin-left: 0;
  } 
  .product-yd-page .catebox ul.catelist li .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul.catelist li .text .top a.more7{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .imgs {
    width: 100%;
    margin-bottom: 40px;
  }
  .prodet-page .prodet-1 .ui.container .right {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .catebox ul.catelist li {
    width: 100%;
    margin: 0;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    font-size: 20px;
    margin-bottom: 15px;
  }

}




.design-page .design-2 .img {
  height: -webkit-fill-available;
}
.design-page .design-2 .text ul li {
  color: white;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.design-page .design-2 .text ul li:last-child {
  margin-bottom: 0;
}
.design-page .design-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}
.design-page .design-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}
@media screen and (max-width: 1700px) {
  .design-2 .img {
    width: 50%;
  }
  .design-2 .text {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .design-2 .text {
    width: 100%;
    margin-top: 45px;
    padding-right: 0;
  }
  .design-2 .img {
    width: 100%;
  }
}




#index-body .homepage-4 .left {
  max-width: 460px;
}
#index-body .homepage-4 .left h2.h-title {
  line-height: 1.2;
}
#index-body .homepage-4 .left h2.h-title::after {
  width: 70%;
  top: 32%;
}
#index-body .homepage-4 .right {
  padding-left: 0;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-bottom: 50px;
}
#index-body .homepage-4 .right .swiper {
  width: 480px;
  overflow: unset;
}
#index-body .homepage-4 .right .swiper ul li {
  opacity: 1 !important;
}
#index-body .homepage-4 .right .swiper ul li .box {
  padding: 55px;
  height: 365px;
  background-color: #e3e8f1 !important;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-0.0); scale(0.85);
  -moz-transform: translateX(-0.0); scale(0.85);
  -ms-transform: translateX(-0.0); scale(0.85);
  transform: translateX(-0.0); scale(0.85);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#index-body .homepage-4 .right .swiper ul li .box h2{
  font-size: 120px;
  color:rgba(255, 255, 255, 0.1);
  line-height: 1;
  position: absolute;
  left: 45px;
  bottom:30px;
}
#index-body .homepage-4 .right .swiper ul li.swiper-slide-prev .box {
  -webkit-transform: translateX(-270.0px); scale(0.85);
  -moz-transform: translateX(-270.0px); scale(0.85);
  -ms-transform: translateX(-270.0px); scale(0.85);
  transform: translateX(-270.0px); scale(0.85);
  opacity: 1;
}
#index-body .homepage-4 .right .swiper ul li.swiper-slide-next .box {
  -webkit-transform: translateX(270.0px); scale(0.85);
  -moz-transform: translateX(270.0px); scale(0.85);
  -ms-transform: translateX(270.0px); scale(0.85);
  transform: translateX(270.0px); scale(0.85);
  opacity: 1;
}
#index-body .homepage-4 .right .swiper ul li.swiper-slide-active {
  position: relative;
  z-index: 5;
  color: white;
}
#index-body .homepage-4 .right .swiper ul li.swiper-slide-active .box {
  -webkit-transform: translateX(-0.0); scale(1);
  -moz-transform: translateX(-0.0); scale(1);
  -ms-transform: translateX(-0.0); scale(1);
  transform: translateX(-0.0); scale(1);
  background-color: var(--color) !important;
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .homepage-4 .right .swiper .swiper-pagination {
  position: relative;
  bottom:0;
}
#index-body .homepage-4 .right .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #e1e1e1;
  margin: 0 7px;
  opacity: 1;
}
#index-body .homepage-4 .right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}


@media (max-width:700px) {
  #index-body .homepage-4 .right .swiper {
    width: 100%;
  }

  #index-body .homepage-4 .right .swiper ul li .box {
    padding: 30px;
  }

  #index-body .homepage-4 .right .swiper ul li .box h2 {
    font-size: 60px;
    left: 15px;
    bottom: 15px;
  }
}

.seoPublic .Auxil-news .list ul li .content {
  margin-top: 0;
}


.seoPublic .Auxil-about .box .left .img {
  height: auto;
}