@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.eot');
  src: url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'), url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@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-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: #c2a67a;
  --font: "PlayfairDisplay";
  color: #333333;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font1 {
  font-family: var(--font);
}
.font-w-600 {
  font-weight: 600;
}
.gc {
  color: #666666;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner {
  position: sticky;
}
#header::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #cdc9c6;
}
#header.active .nav {
  background-color: #f6f3ee;
}
#header .nav {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#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;
  margin: 0 auto;
  height: 100px;
}
#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 {
  font-family: var(--font);
  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: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  left: 0;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  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: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid 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;
  left: 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: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .line {
  height: 22px;
  width: 1px;
  background-color: #cdc9c6;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: 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);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .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-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .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);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -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;
  left: 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;
  right: 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;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left 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-left: 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%;
  left: 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-left: 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;
  right: 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-right: 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-right: 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 {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 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-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-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-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 20%;
}
#banner .bannerBtn {
  left: 60%;
  top: 49%;
}
#banner .bannerBtn a {
  -webkit-box-shadow: 3px 0 5px #FFFFFF inset;
  box-shadow: 3px 0 5px #FFFFFF inset;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.3);
}
#banner .pro {
  width: 13%;
  right: 5%;
  top: 20%;
}
#banner .pro .slick-list {
  overflow: visible;
}
#banner .pro li {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 0;
}
#banner .pro li > div {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
#banner .pro li > div .moreBtn {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
}
#banner .pro .slick-current li {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
#banner h2 {
  line-height: 1.51666667;
}
#banner .small {
  left: 5%;
  bottom: 10%;
  width: 23%;
}
#banner .small > div {
  background-color: #FFFFFF;
}
#banner .pages {
  right: 5%;
  bottom: 10%;
}
#banner .pages .page {
  width: 1.05em;
  height: 1.05em;
  border-radius: 50%;
  border: 2px solid #c5c1be;
}
#banner .pages .page div {
  font-size: .2633em;
}
#banner .pages .page span {
  font-size: 49.57px;
}
#banner .pages .dots {
  width: .55em;
}
#banner .pages .dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#banner .pages .dots li {
  margin: .1em 0;
  height: 4px;
  width: 70%;
  border-radius: 2px;
  background-color: #8b8784;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#banner .pages .dots li button {
  display: none;
}
#banner .pages .dots li.slick-active {
  width: 100%;
  background-color: #020202;
}
.yuy {
  height: auto;
}
.yuy > span {
  background-color: #161616;
  color: #FFFFFF;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.yuy ul {
  left: auto;
  right: 0;
}
.font-18 {
  line-height: 1.66666667;
}
.baseTag i::before,
.baseTag i::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #5c4624;
  border-radius: 50%;
}
.baseTag i::before {
  position: relative;
}
.baseTag i::after {
  margin-left: -16px;
}
.baseTit {
  line-height: 1.23333333;
  font-family: var(--font);
  font-weight: bold;
}
.std-btn1 {
  display: inline-block;
}
.std-btn1-box {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px 6px 20px;
  background: #191919;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  border: 0;
}
.std-btn1-box p {
  font-size: 16px;
  line-height: 1.75;
  color: #FFFFFF;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.std-btn1-box:hover p {
  color: var(--color);
}
.std-btn1-box:hover .std-btn1-icon {
  background-color: var(--color);
  color: #FFFFFF;
}
.std-btn1-icon {
  font-size: 22px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--color2);
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.std-btn1-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
  .std-btn1-box {
    padding: 6px 6px 6px 26px;
  }
  .std-btn2-icon,
  .std-btn1-icon {
    width: 30px;
    height: 30px;
    margin-left: 14px;
  }
}
@media (max-width: 1450px) {
  .std-btn1-box {
    padding: 6px 6px 6px 16px;
  }
  .std-btn2-icon,
  .std-btn1-icon {
    width: 26px;
    height: 26px;
    margin-left: 10px;
  }
  .std-btn2-icon,
  .std-btn1-icon {
    width: 22px;
    height: 22px;
    margin-left: 8px;
  }
}
@media (max-width: 1250px) {
  .std-btn1-box {
    padding: 6px 6px 6px 20px;
  }
  .std-btn2-icon,
  .std-btn1-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .std-btn1-box {
    padding: 5px 6px 5px 16px;
  }
}
.home-1 .right li > div {
  min-height: 707px;
  border: 2px solid #dbdbdb;
}
.home-1 .right li > div .tag {
  right: 5%;
  top: 5%;
  z-index: 2;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .right li > div .tag span {
  line-height: 2.375;
  display: block;
  background-color: #FFFFFF;
  border-radius: 38px;
}
.home-1 .right li > div .content {
  margin-top: 346px;
}
.home-1 .right li > div:hover .tag {
  opacity: 0;
}
@media (min-width: 1001px) {
  .home-1 .right li > div .img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    pointer-events: none;
  }
  .home-1 .right li > div:hover .img {
    height: 300px;
    width: 94%;
    left: 3%;
    top: 14px;
    border-radius: inherit;
  }
}
.home-2 .left .bg {
  height: 100%;
  background-size: cover;
  background-position: left 15% center;
}
.home-2 .right .name {
  line-height: 1.17647059;
}
.home-2 .before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.home-2 .before .Tit {
  line-height: .7;
  color: #d2cbc6;
}
.home-2 .before span {
  font-size: 1.5528em;
}
.home-2 .before em {
  color: white;
  text-shadow: 3px 3px 0px #d2cbc6, -3px -3px 0px #d2cbc6, 3px -3px 0px #d2cbc6, -3px 3px 0px #d2cbc6, 0px 3px 0px #d2cbc6, 0px -3px 0px #d2cbc6, 3px 0px 0px #d2cbc6, -3px 0px 0px #d2cbc6;
}
.home-2 .after {
  left: 100%;
  top: 0;
  -webkit-transform: rotate(90deg) translateY(-100%);
  -moz-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%);
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.home-2 .after .Tit {
  line-height: .8;
  color: #d2cbc5;
}
.home-2 .after .Tit:last-child::before {
  content: "";
  width: 168px;
  border-bottom: 2px solid currentColor;
}
.home-2 .after em {
  color: #333333;
}
.home-3 li .name {
  line-height: 1.6;
  color: #999999;
}
.home-3 li .num {
  color: #f7f7f7;
  text-shadow: 1px 1px 0px #d2cbc6, -1px -1px 0px #d2cbc6, 1px -1px 0px #d2cbc6, -1px 1px 0px #d2cbc6, 0px 1px 0px #d2cbc6, 0px -1px 0px #d2cbc6, 1px 0px 0px #d2cbc6, -1px 0px 0px #d2cbc6;
}
.home-3 li .img {
  padding-top: 50%;
  border: 1px solid #c2a67a;
}
.home-3 li .text {
  color: #999999;
}
@media (min-width: 1001px) {
  .home-3 li {
    width: 25%;
    border-left: 1px solid rgba(102, 102, 102, 0.3);
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    transition: width .5s ease;
  }
  .home-3 li .name {
    max-width: 220px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  .home-3 li .num {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .home-3 li .img {
    padding-top: 266px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .home-3 li .btns {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  .home-3 li.active {
    width: 50%;
  }
  .home-3 li.active > div {
    padding-left: 60px;
    padding-right: 60px;
  }
  .home-3 li.active .name {
    color: #333333;
  }
  .home-3 li.active .num {
    opacity: 1;
  }
  .home-3 li.active .img {
    opacity: 1;
  }
  .home-3 li.active .btns {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .home-3 li.active .text {
    color: #333333;
  }
}
@-webkit-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ro {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.home-4 .left .bg {
  height: 100%;
  background-size: cover;
  background-position: left 15% center;
}
.home-4 .right .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.home-4 .right .num {
  color: var(--color);
  margin-left: -0.4em;
  margin-bottom: -0.8em;
}
.home-4 .play {
  left: 87%;
  top: 74%;
  cursor: pointer;
}
.home-4 .play text {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
.home-5 {
  background-color: #f6f3ee;
}
.home-5 .list li {
  transition: width .5s ease;
}
.home-5 .list li::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #b3b3b3;
}
.home-5 .list li::after {
  content: url(../images/home5-arrow.png);
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 0;
}
.home-5 .list li .text {
  display: none;
}
.home-5 .list li.active {
  width: 100%;
}
.home-5 .list li.active::before {
  border-color: var(--color);
}
.home-5 .list li.active .content {
  width: auto;
}
.home-5 .list li.active .name {
  color: #141414;
}
/*.home-5 .list li.active .text {
  display: block;
}*/
#footer .Tit {
  margin-bottom: -1.5em;
}
#footer .Tit span {
  font-size: 2.2968em;
}
#footer .center .left > div {
  background-color: rgba(194, 166, 122, 0.1);
}
#footer .center .left > div > div {
  background-color: #FFFFFF;
}
#footer .center .left .tit {
  line-height: 2;
}
#footer .center .left .form input {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(34, 34, 34, 0.2);
}
#footer .center .left .form button {
  border: 0;
  background-color: transparent;
}
#footer .bottom li {
  margin: 0 2.5em;
  color: #666666;
}
#footer .bottom li 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;
  gap: 10px;
}
#footer .bottom .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .bottom li a::before {
  content: "";
  display: block;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background-color: currentcolor;
}
#footer .bottom li:hover {
  color: var(--color);
}
#footer .bottom .right ul li ul {
  display: none;
}
#goback {
  position: fixed;
  z-index: 222;
  right: 22px;
  top: 50%;
  cursor: pointer;
}
#goback > div {
  width: 2em;
  height: 2em;
  color: #FFFFFF;
  background-color: #000000;
  line-height: 2em;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#goback:hover > div {
  background-color: var(--color);
}
@media (max-width: 1700px) {
  #banner .pages .page span {
    font-size: 40px;
  }
  .home-1 .right li > div {
    min-height: 550px;
  }
  .home-1 .right li > div .content {
    margin-top: 250px;
  }
  .home-1 .right li > div:hover .img {
    height: 220px;
  }
  .home-2 .before span {
    font-size: 1.45em;
  }
  .home-2 .after .Tit:last-child::before {
    width: 120px;
  }
  .home-3 li .img {
    padding-top: 220px;
  }
  #footer .bottom li {
    margin: 0 1.5em;
  }
}
@media (max-width: 1450px) {
  .home-1 .right li > div .content {
    margin-top: 230px;
  }
  .home-1 .right li > div:hover .img {
    height: 200px;
  }
  .home-2 .before span {
    font-size: 1.3em;
  }
  .home-2 .after .Tit:last-child::before {
    width: 60px;
  }
}
@media (max-width: 1250px) {
  .home-2 .before span {
    font-size: 1.2em;
  }
  .home-2 .after .Tit:last-child::before {
    width: 60px;
  }
  .home-2 .after .Tit span {
    font-size: 1em;
  }
  .home-4 .play {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #footer .Tit span {
    font-size: 1.75em;
  }
  #footer .bottom li {
    margin: 0 1em;
  }
}
@media (max-width: 1000px) {
  #banner .small {
    display: none;
  }
  #banner .pro {
    display: none;
  }
  #banner .pages .page span {
    font-size: 24px;
  }
  .home-1 .right li > div {
    min-height: auto;
  }
  .home-1 .right li > div .tag {
    display: none;
  }
  .home-1 .right li > div .img {
    position: static;
    padding-top: 50%;
  }
  .home-1 .right li > div .content {
    margin-top: 30px;
  }
  .home-2 .left .bg {
    height: auto;
    padding-top: 50%;
  }
  .home-2 .before .Tit {
    line-height: 1.5;
  }
  .home-2 .before em {
    text-shadow: 1px 1px 0px #d2cbc6, -1px -1px 0px #d2cbc6, 1px -1px 0px #d2cbc6, -1px 1px 0px #d2cbc6, 0px 1px 0px #d2cbc6, 0px -1px 0px #d2cbc6, 1px 0px 0px #d2cbc6, -1px 0px 0px #d2cbc6;
  }
  .home-2 .before {
    position: static;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .home-2 .after {
    position: static;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .home-2 .after .Tit {
    line-height: 1.5;
  }
  .home-3 li .num {
    position: static;
  }
  .home-3 li + li {
    border-top: 1px solid rgba(102, 102, 102, 0.3);
  }
  .home-4 .right .text {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .home-4 .left .bg {
    height: auto;
    padding-top: 50%;
  }
  .home-4 .right .num {
    margin-left: 0;
    margin-bottom: 0;
  }
  .home-5 .list li {
    width: 100%;
  }
  .home-5 .list li .text {
    display: block;
  }
  #footer .Tit {
    margin-bottom: 0;
  }
  #footer .Tit span {
    font-size: 1.5em;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner .left {
    width: 100%;
  }
  #banner .pages .page span {
    font-size: 18px;
  }
  .hide-700 {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner > ul li {
    height: 300px;
  }
  #banner > ul li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .center .right li {
    width: 100%;
  }
}



.inner-banner {
  border-bottom: 1px solid #cdc9c6;
}



.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: rgba(194, 166, 122, 0.1);
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  /*font-size: 38px;
  line-height: 60px;
  height: 60px;*/
  line-height: 1.7;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: rgba(194, 166, 122, 0.1);
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
      position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    width: 234px;
    height: 66px;
    background-color: var(--color);
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 66px;
    text-align: center;
    margin: auto;
    display: block;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-2 ul {
        flex-wrap: wrap;
    }
    .contact-page .contact-2 ul li {
        max-width: none;
    }
}
@media screen and (max-width: 1000px) {
  
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }

  .contact-page .contact-2 .box .form ul li label {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  /*.contact-page .contact-1 .content ul li .ig .info {
    padding: 30px 0;
  }*/
  .contact-page .contact-1 .content ul li .ig .tit {
    bottom: 16px;
    height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
    width: 100%;
  }
}
@media screen and (max-width: 500px){
    .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
}




.faq-page li .text {
  background-color: rgba(194, 166, 122, 0.1);
}


.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}

.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}

.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}

.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}

.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #666;
  padding: 0 .7em;
}

.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}

.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search.png") center center no-repeat;
}

.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  padding: .5em 0;
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 16px;
  color: #242424;
  line-height: 32px;
  margin-top: .3em;
  display: block;
  font-weight: 500;
}

.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
@media screen and (max-width: 1000px){
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }

  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
}

.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}

.news-page .sideBarLeft .list ul li a.img-box time {
  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;
  font-size: 16px;
  color: #666;
  margin-top: 1.2em;
}

.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}

.news-page .sideBarLeft .list ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 40px
}

.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}

.news-page .sideBarLeft .list ul li .content span.h1 {
  transition: .5s;
  line-height: 36px;
}

.news-page .sideBarLeft .list ul li .content span.h1:hover {
  color: var(--color)
}

.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}

.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  margin: 1em 0 2em 0 ;
}

.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}

.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}



.newdet-page .sideBarLeft time {
  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;
  font-size: 16px;
  color: #666;
  margin-top: 1.2em;
}

.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}

.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  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;
}

.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}

.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}

.m-link .prev {
  margin-right: 20px;
  width: 100%;
}

.m-link .prev a.link img {
  margin-right: .5em;
}

.m-link .next {
  margin-left: 20px;
  width: 100%;
}

.m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.m-link a.link {
  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;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}

.m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}

.m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}

.m-link .btnBox .text {
  margin-left: 15px;
  transition: all .3s;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}

.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}

  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }

  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }

  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}

.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}

.newdet-page .form ul {
  margin: -15px -7px;
}

.newdet-page .form ul li {
  padding: 15px 7px;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}

.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #666;
}

.newdet-page .form ul li textarea {
  height: 150px;
}

.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}

.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }

  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }

  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .m-link .btnBox {
    padding: 10px;
  }

  .m-link .btnBox .text time {
    font-size: 14px;
  }

  .m-link {
    margin: 30px 0 40px;
  }

  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
  
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }

  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
   .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px){
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
   .news-page .sideBarLeft .list ul li a.img-box img {
    height: auto !important;
  }
    .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media screen and (max-width: 700px){
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }

  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  
  .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }

  .m-link .btnBox a.img {
    display: none;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }

}

@media screen and (max-width: 500px){
  
  .m-link .prev {
    margin-right: 10px;
  }

  .m-link .next {
    margin-left: 10px;
  }

  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }

  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}






.service-page .right ul li {
    padding-left: 140px;
    position: relative;
}

.service-page .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0;
}

.service-page .right ul li .icon img {
    vertical-align: middle;
}

.service-page .right ul li:before {
    content: "";
    position: absolute;
    left: 38px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.3);
}

.service-page .right ul li:last-child:before {
    content: none;
}

.wc {
    color: #ffffff;
}


@media (min-width:1001px) {
  .service-page .left {
    position: sticky;
    top: 120px;
  }
}

@media (max-width:500px) {
  .service-page .right ul li {
    padding-left: 0;
  }

  .service-page .right ul li:before {
    display: none;
  }

  .service-page .right ul li .icon {
    position: static;
    margin-bottom: 15px;
  }
}




.about-3 .right ul li .line {
    height: 1px;
    background-color: #ddd;
    position: relative;
    width: 120%
}

.about-3 .right ul li .line i {
    width: 9px;
    height: 9px;
    background-color: var(--color);
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-3 .right ul li .line i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(32,76,136,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1
}

.about-3 .right ul li .line i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(32,76,136,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.about-3 span.arrow {
    width: 2em;
    height: 2em;
    border: 1px solid #000000;
    border-radius: 50%;
    transition: .5s ease;
    cursor: pointer;
}

.about-3 span.arrow:hover {
    color: #ffffff;
    background-color: #000000;
}




.adv-1 .list li .imgs {
    margin: auto;
}
.adv-1 .list li .imgs .img {
    border-radius: 50%;
}
.adv-1 .list li .imgs .bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    transition: .5s ease;
}
.adv-1 .list li .imgs .bg.bg1 {
    background-color: #f6f5ed;
}
.adv-1 .list li .imgs .bg.bg2 {
    background-color: #f6f5ed;
    
}
.adv-1 .list li .imgs .bg.bg3 {
    background-color: #f6f5ed;
}
.adv-1 .list li .imgs .size {
    width: 100%;
    left: 0;
    top: 50%;
    background-color: rgba(255,255,255,.6);
    opacity: 0;
    transition: .5s ease;
}

.adv-1 .list li:hover .imgs .bg1 {
    transform: scale(1.05);
}

.adv-1 .list li:hover .imgs .bg2 {
    transform: scale(1.08);
}

.adv-1 .list li:hover .imgs .bg3 {
    transform: scale(1.1);
}
.adv-1 .list li:hover .imgs .size {
    transform: translateY(-50%);
    opacity: 1;
}


.adv-2 .text strong {
  color: #333333;
}


.adv-3 .list li .img {
    margin-bottom: -18%;
}
.adv-3 .list li .content {
    background-color: #f6f3ee;
    width: 90%;
    margin-left: 5%;
}
.adv-3 .list li .content .text {
    line-height: 30px;
    max-height: 90px;
    overflow-y: auto;
}






.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.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 {
  right: 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 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.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: 60px;
  padding: 0 70px 0 27px;
    
  font-size: 20px;
  /*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;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: 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;
  right: 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-left-radius: 5px;
  display: none;
}
.pro-box .pro-left .menus > li.active .sub-menu{
  display: block;
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  border-bottom:1px solid #eee;
  display: block; 
  padding: 10px 0 15px 0;
}
.pro-box .pro-left .menus > li .sub-menu li:last-child a{
  border: none;
}
.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);
}

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

.product-page .pro-box .product-right ul li .box {
    background-color: #f6f3ee;
}

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

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

  .product-page .pro-box .product-right ul li .box .right {
    margin-top: 30px;
  }
}