@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;
}
@media screen and (max-width: 1000px){
  .fdgfhgf {
    display: none !important;
  }
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #9f0004;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 95%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font-w-600 {
  font-weight: 600;
  line-height: 2;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > .h-nav_box {
  max-height: 700px;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}
#header .nav .ui.menu .menu-box ul.menu > li .h-nav_box {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
}
.h-nav_box {
  background-color: white;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.h-nav_box a {
  color: #000;
}
.h-nav_box .top .img {
  width: 35.8%;
}
.h-nav_box .top .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.h-nav_box .top .text {
  padding-top: 40px;
  width: 64.2%;
  padding-left: 65px;
}
.h-nav_box .top .text h4 {
  font-weight: 600;
  color: var(--color);
  text-transform: uppercase;
}
.h-nav_box .top .text .con {
  line-height: 2;
  color: black;
}
.h-nav_box a.btn {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  max-width: 200px;
}
.h-nav_box a.btn span {
  font-weight: 600;
  font-size: 20px;
}
.h-nav_box a.btn i {
  font-size: 20px;
}
.h-nav_box .bottom ul {
  margin: 25px -44px 0;
}
.h-nav_box .bottom ul li {
  padding: 23px 44px;
}
.h-nav_box .bottom ul 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.h-nav_box .bottom ul li a:hover {
  color: var(--color);
  border-color: var(--color);
}
.h-nav_box .bottom ul li a span {
  font-weight: 600;
  font-size: 20px;
}
.h-nav_box .bottom ul li a i {
  font-size: 20px;
}
.h-nav_box .bottom ul li ol {
  margin-top: 25px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.h-nav_box .bottom ul li:hover ol {
  max-height: 300px;
}
.h-nav_box .bottom ul li ol li {
  padding: 0;
  margin-bottom: 15px;
}
.h-nav_box .bottom ul li ol li:last-child {
  margin-bottom: 0;
}
.h-nav_box .bottom ul li ol li a {
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 5px;
}
.h-nav_box .pro-nav ul {
  margin: 0 -12px;
}
.h-nav_box .pro-nav ul li {
  padding: 0 12px;
}
.h-nav_box .pro-nav ul li .img {
  width: 100%;
  height: 200px;
  display: block;
}
.h-nav_box .pro-nav ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner .nav .ui.menu .langs > div {
  background-color: var(--color);
}
/*#header:not(.inner).active .nav {
  background-color: #000000;
}*/

#header.active .nav .ui.menu .langs > div {
  background-color: var(--color);
}

#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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 100px;
  position: static;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#header.home .nav .ui.menu .logo img {
  transition: opacity .5s ease;
}
#header.home .nav .ui.menu .logo img:last-of-type {
  left: 0;
  top: 0;
  opacity: 0;
}

#header.home.active .nav .ui.menu .logo img:first-of-type {
  opacity: 0;
}

#header.home.active .nav .ui.menu .logo img:last-of-type {
  opacity: 1;
}


#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#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;
  gap: 5px;
  padding: 0 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  color: #FFFFFF;
  background-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: .5em 1em;
  border-radius: 6px;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  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 .langs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .langs > div {
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  transition: background-color .5s ease;
}
#header .nav .ui.menu .line {
  height: 12px;
  border-left: 1px solid white;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  color: #FFFFFF;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: 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-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:2;
}
#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: 14px;
  line-height: 2;
}
#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;
}
@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;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#banner .left {
  padding-left: 15px!important;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}
#banner h2 {
  color: #FFFFFF;
  line-height: 1.3;
}
#banner p {
  color: #FFFFFF;
}
#banner p a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0 0 0 .5em;
  background-color: var(--color);
}
#banner .slickBtn div {
  color: #000000;
  background-color: #FFFFFF;
}
#banner .slickBtn div:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
#banner .slickBtn.pos {
  position: absolute;
  right: 5%;
  bottom: 6%;
}
#banner .slickBtn.pos div {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#video {
  position: absolute;
  width: 20%;
  right: 4%;
  bottom: 20%;
}
.yuy > span {
  color: #FFFFFF;
  height: auto;
}
.home-1 .Tag {
  color: #8c8c8c;
}
.home-1 .Tit {
  border-bottom: 1px solid #e1e1e1;
}
.home-1 .text {
  color: #717171;
  line-height: 1.8;
}
.home-1 h4 {
  color: #939292;
}
.home-1 .list li {
  background-color: #f2f0f0;
  border-radius: 1em;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home-1 .list li > div {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .list li p {
  color: #666666;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .list li:hover {
  background-color: var(--color);
}
.home-1 .list li:hover > div {
  color: #FFFFFF;
}
.home-1 .list li:hover p {
  color: #FFFFFF;
}
.home-1 .img img {
  border-radius: 1em .7em .7em 1em;
}
.baseBtn {
  display: inline-block;
  color: #000000;
  background-color: #f5f7fa;
  border-radius: 4px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.basePro .img {
  border-radius: 1em;
  border: 1px solid #eee;
}
.basePro .name {
  position: static;
  width: 100%;
  margin-top: 15px;
}
[no-click] {
  pointer-events: none;
}
.home-2 {
  color: #FFFFFF;
}
.home-2 .slick-list {
  border-radius: 12px;
}
.home-2 .img {
  border-radius: 12px;
}
.home-2 .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.home-2 .slick-current .img::after {
  opacity: 0;
}
.home-2 .top {
  max-width: 1430px;
  margin: auto;
}
.home-2 .Tit {
  line-height: 1;
}
.home-2 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-2 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-2 .bottom {
  max-width: 550px;
  margin: auto;
}
.home-3 .Tag {
  opacity: .75;
}
.home-3 .Tab li a {
  color: #838383;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.home-3 .Tab li.active a {
  color: #000000;
  border-color: #838383;
}
.home-3 .list {
  width: 97.5%;
  padding-left: 15px;
  margin-left: auto;
}
.home-3 .list .slick-list {
  padding-right: 15%;
}
.home-3 .list .line {
  height: 5px;
  background-color: rgba(230, 230, 230, 0.9);
}
.home-3 .list .line em {
  display: block;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}
.home-3 .list .item {
  left: 0;
  top: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  -moz-transition: opacity .5s ease, transform .5s ease, -moz-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
}
.home-3 .list .item.active {
  position: static;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.home-4 {
  padding-top: 43%;
}
.home-4 .content {
  width: 80%;
  left: 10%;
  bottom: 15%;
}
.home-4 .left {
  max-width: 700px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}
.home-5 .container {
  max-width: 87%;
}
.home-5 .Tit {
  line-height: 1.5;
}
.home-5 .list li {
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  -moz-transition: transform 1.5s ease, -moz-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease, -moz-transform 1.5s ease;
  -webkit-transform-origin: 50% 30%;
  -moz-transform-origin: 50% 30%;
  -ms-transform-origin: 50% 30%;
  transform-origin: 50% 30%;
}
.home-5 .list li .img {
  border-radius: 8px;
}
.home-5 .list li .name {
  font-weight: 600;
  line-height: 1.5;
}
.home-5 .list .slick-current li {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home-6 {
  color: #FFFFFF;
}
.home-6 .line1 i {
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home-6 .line1 i:nth-of-type(1) {
  top: 33.33%;
}
.home-6 .line1 i:nth-of-type(2) {
  top: 66.66%;
}
.home-6 .line2 i {
  position: absolute;
  height: 100%;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.home-6 .line2 i:nth-of-type(1) {
  left: 25%;
}
.home-6 .line2 i:nth-of-type(2) {
  left: 50%;
}
.home-6 .line2 i:nth-of-type(3) {
  left: 75%;
}
.home-6 .Tit {
  max-width: 720px;
  margin: auto;
}
.home-6 .text {
  max-width: 580px;
  margin: auto;
  opacity: .85;
}
#footer .container {
  max-width: 90%;
}
#footer .footer-top .Tit {
  font-weight: 600;
}
#footer .footer-top .right {
  border-left: 1px solid rgba(201, 199, 188, 0.8);
}
#footer .footer-top .form ul {
  margin: -10px -20px;
}
#footer .footer-top .form li {
  padding: 10px 20px;
}
#footer .footer-top .form input {
  padding: 10px 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
#footer .footer-top .form button {
  font-family: 'iconfont';
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: var(--color);
}
#footer .footer-top .footer-block {
  max-width: 320px;
}
#footer .footer-top .footer-block i img {
  vertical-align: middle;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(201, 199, 188, 0.8);
}
#footer .footer-bottom span.cms {
  border-bottom: 1px solid currentColor;
}
#footer .footer-bottom img.login {
  height: 18px;
}
#flexbar {
  position: fixed;
  z-index: 222;
  right: 10px;
  top: 30%;
}
#flexbar ul {
  background-color: #FFFFFF;
  border-radius: 50px;
}
#flexbar ul:first-of-type {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#flexbar ul:last-of-type {
  background-color: var(--color);
}
#flexbar .icon {
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
#flexbar .icon img {
  vertical-align: middle;
}
#flexbar .info {
  font-size: 20px;
  white-space: nowrap;
  background-color: #FFFFFF;
  padding: .5em;
  border-radius: .5em;
  margin-right: 1em;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#flexbar .info * {
  font-size: .8em;
  min-height: 100%;
}
#flexbar li {
  position: relative;
  z-index: 0;
  padding: 7px;
  cursor: pointer;
}
#flexbar li + li::before {
  content: "";
  position: absolute;
  width: 70%;
  left: 15%;
  top: 0;
  border-bottom: 1px solid #f0f0f0;
}
#flexbar li:hover {
  z-index: 1;
}
#flexbar li:hover .icon {
  background-color: var(--color);
}
#flexbar li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#flexbar li:hover .icon::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 46px;
  height: 46px;
  border-radius: inherit;
  background-color: rgba(159, 0, 4, 0.18);
}
#flexbar li:hover .info {
  right: 100%;
  opacity: 1;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  -moz-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
}
#ewm {
  width: 100px;
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
}
@media (max-width: 1450px) {
  #footer .footer-top .footer-block {
    max-width: 280px;
  }
}
@media (max-width: 1250px) {
  .h-nav_box .bottom ul li a span {
    font-size: 18px;
  }
  .h-nav_box .bottom ul {
    margin: 25px -20px 0;
  }
  .h-nav_box .bottom ul li {
    padding: 23px 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) .h-nav_box .bottom ul li,
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) .h-nav_box .bottom ul li {
    width: 33.3333%;
  }
  #footer .footer-top .footer-block {
    max-width: 200px;
  }
}
@media (max-width: 1000px) {
  #banner .slickBtn {
    display: none;
  }
  #video {
    display: none;
  }
  .home-2 .top > div {
    text-align: center;
  }
  .home-3 .list .line {
    display: none;
  }
  .home-4 {
    padding: 60px 0;
  }
  .home-4 .content {
    position: static;
    margin: auto;
  }
  .home-5 .list .slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #footer .footer-top .right {
    border-top: 1px solid rgba(201, 199, 188, 0.8);
    border-left: 0;
  }
  #footer .footer-top .footer-block {
    max-width: 100%;
  }
  .hide-1000 {
    display: none;
  }
  #flexbar {
    display: none;
  }
}
.mbx {
  margin-top: 100px;
}
.mbx > div {
  padding: 0 15px;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 1250px) {
  .mbx {
    margin-top: 60px;
  }
}
.about-1 {
  color: #FFFFFF;
}
.about-1 .slick-track {
  display: block;
}
.about-1 .container {
  max-width: 90%;
}
.about-1 .img {
  border: 10px solid #FFFFFF;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-1 .content {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  line-height: 1.8;
}
.about-1 .left .slick-current .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.about-1 .left .slick-current .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-1 .right {
  position: relative;
}
.about-1 .right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.about-1 .right li .year {
  line-height: 1;
  opacity: .4;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-1 .right li .year::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 6px);
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-1 .right li .year span {
  display: block;
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-1 .right .slick-current li .year {
  opacity: 1;
}
.about-1 .right .slick-current li .year::after {
  opacity: 1;
}
.about-1 .right .slick-current li .year span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-2 .text {
  max-width: 650px;
  margin: auto;
}
.about-3 {
  color: #FFFFFF;
  padding: 2.2em 0 2.5em;
}
.about-3 .container {
  max-width: 75%;
}
.about-4 .left {
  margin-left: auto;
}
.about-4 .tab {
  left: 0;
  top: 30%;
}
.about-4 .tab > div {
  border-left: 1px solid #686868;
}
.about-4 .tab li {
  cursor: pointer;
}
.about-4 .tab li::after {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid black;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-4 .tab li i {
  position: absolute;
  left: -15px;
  top: -webkit-calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #adadad;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-4 .tab li i::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--color);
  margin-left: 6px;
  margin-top: 6px;
  border-radius: 50%;
}
.about-4 .tab li .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-4 .tab li.active::after {
  width: 30%;
}
.about-4 .tab li.active i {
  opacity: 1;
}
.about-4 .tab li.active .name {
  opacity: 1;
}
.about-4 .list .item {
  left: 0;
  top: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  -moz-transition: opacity .5s ease, transform .5s ease, -moz-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
}
.about-4 .list .item.active {
  position: static;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-5 .container {
  max-width: 70%;
}
.about-5 .text {
  max-width: 620px;
  margin: auto;
}
@media (max-width: 1000px) {
  .about-1 .right::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: 6px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .about-1 .right li .year {
    padding: 0;
    padding-bottom: 30px;
    text-align: center;
  }
  .about-1 .right li .year::after {
    left: -webkit-calc(50% - 6px);
    left: -moz-calc(50% - 6px);
    left: calc(50% - 6px);
    right: auto;
    top: auto;
    bottom: 0;
  }
  .about-1 .right li .year span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-4 .left {
    width: 100%;
  }
  .about-4 .tab {
    position: static;
  }
  .about-4 .tab > div {
    padding: 0;
    border: 0;
  }
  .about-4 .tab ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .about-4 .tab li {
    padding: 1em;
    border: 1px solid var(--color);
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .about-4 .tab li.active {
    color: #FFFFFF;
    background-color: var(--color);
  }
  .about-4 .tab li::after {
    display: none;
  }
  .about-4 .tab li i {
    display: none;
  }
  .about-4 .tab li .name {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-1 .left li > div {
    gap: 30px;
  }
  .about-1 .left li > div > div {
    width: 100%;
  }
  .flexGap-10{
    line-height: 2!important;
  }
  .seoPublic .Auxil-about .box .right div.h3{
    line-height: 1.8!important;
  }
  .font-14{
    line-height: 2!important;
  }
  .font-16{
    line-height: 2!important;
  }
}
.contact-page .container {
  max-width: 92%;
}
.contact-page .contact-1 .top .tit {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  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;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  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;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid var(--color);
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item.active .cir div {
  background: var(--color);
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .left .form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input[type='text'],
.contact-page .contact-1 .top .left .form input select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form input[type='file'] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .contact-1 .top .left .form input[type='submit'] {
  width: 196px;
  height: 48px;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  -webkit-transition: .3s;
  margin-top: 12px;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 .top .left .form input[type='submit']:hover {
  color: var(--color);
  background: transparent;
}
.contact-page .contact-1 .top .left .form textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
}
.contact-page .contact-1 .top .left .form .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form .acc div {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}
.contact-page .contact-1 .top .left .form p.acc {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000;
  opacity: .6;
  line-height: 1;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .right li .content {
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.contact-page .contact-1 .top .right li .content .left {
  max-width: 465px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: auto;
  color: #FFFFFF;
  border-radius: 30px;
}
@media (max-width: 700px) {
  div.container {
    max-width: 100%!important;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .top .right li .content {
    position: static;
  }
  .contact-page .contact-1 .top .right li .content .left {
    max-width: 100%;
    border-radius: 0;
  }
}
.faq-1 .container {
  max-width: 60%;
}
.faq-1 .Tit {
  font-weight: 600;
}
.faq-1 li {
  border-bottom: 1px solid #c2c2c2;
}
.m-page span,
.m-page a {
  margin: 3px;
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 50%;
  background-color: #f1f1ee;
}
.m-page span {
  color: #FFFFFF;
  background-color: var(--color);
}
.quality-2 .Tit {
  font-weight: 600;
  line-height: 1.1;
}
.quality-2 .desc {
  max-width: 680px;
  margin: auto;
}
.quality-2 .right li {
  border-bottom: 1px solid #e3e0de;
}
.quality-2 .right li .title {
  line-height: 40px;
  cursor: pointer;
}
.quality-2 .right li .title i::before {
  content: "\e7b9";
  font-family: "iconfont";
}
.quality-2 .right li .name {
  font-weight: 600;
}
.quality-2 .right li .content {
  padding-left: 8%;
  display: none;
}
.quality-2 .right li.active .title i::before {
  content: "\e7b8";
}
.quality-3 {
  background-color: #e3e0de;
}
.quality-3 .Tit {
  line-height: 1.1;
}
.quality-3 .text {
  color: #5b5b5b;
  max-width: 1070px;
  margin: auto;
}
.quality-4 .container {
  max-width: 78%;
}
.quality-4 .Tit {
  max-width: 840px;
  margin: auto;
}
.quality-4 img {
  border-radius: 1em;
  -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
}
.quality-4 .list > ul {
  grid-template-columns: repeat(3, 1fr);
}
.quality-4 .list > ul ul ul {
  grid-template-columns: repeat(2, 1fr);
}
.resource-1 .container {
  max-width: 80%;
}
.resource-1 .box {
  position: relative;
}
.resource-1 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.resource-1 .right {
  width: 360px;
}
.resource-1 .search {
  background-color: #f5f7fa;
  border-radius: 10px;
}
.resource-1 .search input {
  border: 0;
  background-color: transparent;
  width: 100%;
}
.resource-1 .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
  font-size: 20px;
}
.resource-1 .nav li {
  opacity: .75;
  border-bottom: 2px solid transparent;
}
.resource-1 .nav li.active {
  opacity: 1;
  border-color: var(--color);
}
.resource-1 .list .file {
  background-color: #f5f7fa;
  border-radius: 13px;
  -webkit-transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease;
  -moz-transition: background-color 0.5s ease, box-shadow 0.5s ease;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  transition: background-color 0.5s ease, box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.resource-1 .list .file .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .list .file .icon {
  -webkit-filter: invert(0.2) grayscale(100%);
  filter: invert(0.2) grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .list .file:hover {
  background-color: var(--color);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.resource-1 .list .file:hover .name {
  color: #FFFFFF;
}
.resource-1 .list .file:hover .icon {
  -webkit-filter: invert(0) grayscale(0);
  filter: invert(0) grayscale(0);
}

@media (max-width:500px) {
  .resource-1 .nav ul {
    flex-direction: column;
  }

  .resource-1 .nav li {
    border-color: var(--color);
  }
}

.news-page .container {
  max-width: 86%;
}
.news-page .list li .line {
  height: 2px;
  background-color: #d5d5d5;
  position: relative;
}
.news-page .list li .line::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.news-page .list li:hover .line::after {
  left: 0;
  width: 100%;
}
@media (max-width: 500px) {
  .news-page .list li > div {
    width: 100%;
  }
  .news-page .list li .img {
    margin-bottom: 20px;
  }
}
.solution-page .container {
  max-width: 82%;
}
.solution-page .list li > div {
  height: 100%;
  background-color: #f7f7f7;
}
.solution-page .list li > div > div:first-of-type {
  flex: 1;
}
.solution-page .list li .text {
  color: #808080;
}
.solution-page .list li .btns a {
  background-color: #f1f1ee;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.solution-page .list li .btns a svg path {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.solution-page .list li .btns a:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.solution-page .list li .btns a:hover svg path {
  fill: #FFFFFF;
}
.sus-2 .container {
  max-width: 75%;
}
.sus-2 .Tit {
  line-height: 1.1;
}
.sus-mask {
  left: 65%;
  top: 28%;
}
.sus-3 {
  background-color: #282828;
  color: #FFFFFF;
}
.sus-3 .container {
  max-width: 78%;
}
.sus-3 .img {
  width: 115%;
}
.sus-3 li {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.sus-3 li:hover {
  opacity: 1;
}
.sus-4 {
  background-color: #282828;
  color: #FFFFFF;
}
.sus-4 .container {
  max-width: 84%;
}
.sus-4 .Tit {
  line-height: 1.1;
}
.sus-5 .text {
  opacity: .75;
  max-width: 860px;
  margin: auto;
}
@media (max-width: 1000px) {
  .sus-2 .Tit br {
    display: none;
  }
  .sus-3 .img {
    width: 100%;
  }
  .sus-3 li {
    opacity: 1;
  }
}
.product-1::before,
.product-1::after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 6%;
  background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-1::before {
  left: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-1 .slickBtn {
  font-size: 50px;
}
.product-1 .slickBtn div {
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #b2b2b2;
  background-color: #FFFFFF;
}
.product-1 .slickBtn.pos div {
  top: 40%;
}
.product-1 .slickBtn.pos div.prev {
  right: auto;
  left: 5%;
}
.product-1 .slickBtn.pos div.prev svg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-1 .slickBtn.pos div.next {
  right: 5%;
  left: auto;
}
.more_cont_2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  color: #fff;
}
.more_cont_2:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.product-2 .container {
  max-width: 80%;
}
.product-2 .shadow_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 4;
}
.product-2 .shadow_inner.active {
  width: 100%;
  height: 100%;
}
.product-2 .tip_title_cont {
  border-top: 1px solid #c2c2c2;
}
.product-2 .tip {
  color: #464646;
}
.product-2 .cat_name {
  border-bottom: 1px solid currentColor;
}
.product-2 .list_cont {
  position: absolute;
  width: 600px;
  top: 100%;
  z-index: 5;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 4px;
  font-size: 16px;
  display: none;
}
.product-2 .list_cont a {
  display: block;
  padding: 6px 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.product-2 .list_cont a:hover {
  background-color: #ebebeb;
}
.product-2 .allbtn {
  width: 40px;
  height: 40px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  background-color: var(--color);
}
.product-2 .list {
  border-top: 1px solid rgba(194, 194, 194, 0.4);
}
@media (max-width: 1000px) {
  .product-2 .tip_title_cont {
    display: none;
  }
}
.prodet-page .container {
  max-width: 80%;
}
.prodet-1 .slick-track {
  display: block;
}
.prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-1 .left img {
  border-radius: 10px;
}
.prodet-1 .left ul.small {
  margin: -4px;
}
.prodet-1 .left ul.small li {
  padding: 4px;
}
.prodet-1 .content_list .list {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.prodet-1 .content_list .list .title_cont .btn {
  height: 11px;
}
.prodet-1 .content_list .list .title_cont .btn div {
  background-color: #000;
  position: absolute;
  width: 11px;
  height: 1px;
  top: 5px;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.prodet-1 .content_list .list .title_cont .btn div:last-of-type {
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
}
.prodet-1 .content_list .list .title_cont.active .btn div:last-of-type {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.prodet-1 .content_list .list .content {
  color: #5f5f5f;
}
.prodet-1 .more_cont_2 {
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 5px;
}
.prodet-2 .tit {
  background-color: rgba(231, 231, 231, 0.75);
  border-radius: 9px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-2 .tit.active {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-2 .tit.active i::before {
  content: "\e7b8";
}
.prodet-2 .tit i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid currentcolor;
  font-family: iconfont;
}
.prodet-2 .tit i::before {
  content: "\e768";
}
.prodet-3 {
  border-top: 1px solid #c2c2c2;
}
.prodet-3 .arrows a {
  width: 40px;
  height: 40px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-3 .arrows a.prev svg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.prodet-3 .line {
  height: 5px;
  background-color: rgba(230, 230, 230, 0.9);
}
.prodet-3 .line em {
  display: block;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}
@media (max-width: 1250px) {
  .prodet-3 .line {
    display: none;
  }
}



.newdet-page .container {
    max-width: 80%;
}

.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  text-align: center;
  color: #222;
  line-height: 2;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 2;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  line-height: 2;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
}
/*.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 18px;
  line-height: 32px;
  clear: both;
}*/
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 30px;
  color: #777;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 2;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}



.seoPublic .container {
  max-width: 80%;
}


.product-2 .list .dots li {
  margin: 3px;
  display: inline-block;
}

.product-2 .list .dots li button {
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 50%;
  background-color: #f1f1ee;
  border: 0;
}

.product-2 .list .dots li.slick-active button {
  color: #FFFFFF;
  background-color: var(--color);
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  line-height: 1.6!important;
}
.seoPublic .Auxil-news .list ul li .content p{
  line-height: 2!important;
}
.font-16{
    line-height: 2!important;
}