@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #ffd511;
  --color2: #2222d9;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1680px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-size:22px;
  line-height:40px;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; 
  min-height: 3.7em;
}

.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.active .nav {
  background-color: #04075c;
}
#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: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  -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;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before,
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: " - ";
  display: inline;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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: auto;
  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: auto;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: 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 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;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  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: 22px;
  line-height: 40px;
  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: 20px;
  color: inherit;
  text-transform: uppercase;
  line-height: 36px;
}
#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: 18px;
  line-height: 32px;
}
#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: 16px;
  line-height: 30px;
}
#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 {
  left: 0;
}
#mobile.active:before {
  right: 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 {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -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: 1250px) {
  #header {
    display: block;
  }
  #mobile {
    display: none !important;
  }

  #banner,
  .inner-banner {
    margin-top: 0;
  }
}


@media screen and (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block !important;
  }
.font-26{
  line-height: 2;
}
.font-24{
  line-height: 32px;
  font-size: 18px!important;
}

  #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 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner .play-btn {
  left: 75%;
  display: none;
}

#banner .content {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  width: 35%;
  margin-left: auto;
}
#banner h2 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.6;
}
.yuy {
  height: auto;
  padding: 25px 0;
}
.yuy > span {
  color: #FFFFFF;
  font-weight: 500;
}
.yuy > span img {
  width: 24px;
}

a.yellow_btn,
.yellow_btn {
  line-height: 30px;
  font-weight: 600;
  perspective: 1000px;
  color: #fff;
  display: inline-flex;
}

span.yellow_text {
  position: relative;
  display: inline-block;
  padding: 17px 70px;
  background: var(--color);
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

span.yellow_text::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  background: #fff;
  color: var(--color);
  transition: transform 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}

a.yellow_btn:hover span.yellow_text,
.yellow_btn:hover span.yellow_text {
    transform: rotateX(90deg) translateY(-22px);
}

span.yellow_icon {
  position: relative;
  display: inline-block;
  padding: 16px;
  background: #fff;
  transition: transform 0.3s;
  transform-origin: 50% 0%;
  transform-style: preserve-3d;
}

a.black_btn span.yellow_icon,
a.black_btn span.yellow_text::before {
  background: #000;
}

span.yellow_icon::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: transform 0.3s;
    background-image: url(../images/button_box_arrow_2.png);
    background-position: center;
    transform: rotateX(88deg);
    transform-origin: 50% 0%;
}

a.yellow_btn:hover span.yellow_icon,
.yellow_btn:hover span.yellow_icon {
  transform: rotateX(-90deg) translateY(-60px);
}

.home-1 {
  z-index: 1;
}
.home-1 .Tit {
  font-weight: 600;
  line-height: 1.32;
}
.home-1 .top .Tit {
  max-width: 40%;
  margin-top: -2em;
  margin-left: 5%;
}
.home-1 .list {
  margin-top: -15%;
  -webkit-transform: translateY(4%);
  -moz-transform: translateY(4%);
  -ms-transform: translateY(4%);
  transform: translateY(4%);
}
.home-1 .list .slick-list {
  overflow: visible;
}
.home-1 .list .slick-current li .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home-1 .list .slick-current li .small > div > div {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.home-1 .list .slick-current li .small > div > div + div {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.home-1 .list li .img {
  width: 100%;
  margin: auto;
  margin-top: 19%;
}
.home-1 .list li .img img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 30%;
  -moz-transform-origin: 50% 30%;
  -ms-transform-origin: 50% 30%;
  transform-origin: 50% 30%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .list li .small {
  left: 85%;
  top: 0;
  width: 23%;
}
.home-1 .list li .small > div > div {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.home-1 .arrows {
  position: static;
  left: 17%;
  top: 53%;
}
.home-1 .arrows span {
  position: absolute;
  top: 53%;
  display: block;
  width: 76px;
  height: 76px;
  line-height: 76px;
  border-radius: 50%;
  background-color: #8b8b8b;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.home-1 .arrows span.arrow_r {
  left: 17%;
}
.home-1 .arrows span.arrow_l {
  right: 17%;
}
.home-1 .arrows span img {
  vertical-align: middle;
}
.home-1 .arrows span:hover {
  background-color: var(--color2);
}
.home-1 .bottom {
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
}
.home-1 .bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
  background-image: -webkit-linear-gradient(left, black, transparent);
  background-image: -moz-linear-gradient(left, black, transparent);
  background-image: linear-gradient(to right, black, transparent);
  opacity: .76;
}
.home-1 .bottom::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 60%;
  right: 0;
  background-color: var(--color2);
}
.home-1 .bottom .right {
  width: 25%;
}
.home-1 .bottom .right .name {
  font-weight: 500;
  -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;
}
.home-1 .bottom .right .btns {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.home-1 .bottom .right .slick-current .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.home-1 .bottom .right .slick-current .btns {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
}
.baseTit span {
  font-size: 2em;
  line-height: 1.4;
}
.font-28{
  line-height: 1.4;
}
.font-28{
  line-height: 2;
}
.font-30{
  line-height: 1.4;
}
.font-16{
  line-height: 30px;
}
.baseTit.def {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(222, 222, 222, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9) 15%, rgba(222, 222, 222, 0) 80%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.9) 15%, rgba(222, 222, 222, 0) 80%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.9) 15%, rgba(222, 222, 222, 0) 80%);
  -webkit-background-clip: text;
  color: transparent;
}
.baseTit.white {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0) 80%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0) 80%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  color: transparent;
}
.home-2 {
  background-color: #000000;
  color: #FFFFFF;
}
.home-2 .Tit {
  color: var(--color);
  margin-top: -1.5em;
}
.home-2 .content {
  padding-left: 16%;
}
.home-2 .content .text {
  line-height: 32px;
}
.font-18{
  line-height: 32px;
}
.font-26{
  line-height: 1.6;
}
.home-2 .right li .num {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-2 .right li:hover .num {
  color: var(--color);
}
.home-3 .cutbox {
  width: 70vw;
}

.home-3 .cutbox.row > img {
  transform: rotateY(180deg);
}

.home-3 .cutbox.row .content .text {
  margin-left: auto;
}

.home-3 .cutbox.row .cateName {
  right: auto;
  left: 8%;
}

.home-3 .cutbox .content {
  left: 7%;
  top: 10%;
  width: 86%;
}
.home-3 .cutbox .content .Tit {
  line-height: 1.1;
}
.home-3 .cutbox .content .Tit span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(#ffffff 40%, rgba(255, 255, 255, 0.3) 70%);
  background-image: -moz-linear-gradient(#ffffff 40%, rgba(255, 255, 255, 0.3) 70%);
  background-image: linear-gradient(#ffffff 40%, rgba(255, 255, 255, 0.3) 70%);
  -webkit-background-clip: text;
  color: transparent;
}
.home-3 .cutbox .content .text {
  max-width: 420px;
  color: #FFFFFF;
}
.home-3 .cutbox .cateName {
  color: #FFFFFF;
  right: 8%;
  bottom: 3%;
  font-weight: 500;
}
.home-3 .panel {
  height: 100vh;
}


@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.home-4 {
  background-color: #f6f6f6;
}
.home-4 .left {
  position: sticky;
  top: 150px;
}
.home-4 .left .Tit {
  z-index: 1;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(255, 213, 17, 0.7)), color-stop(80%, rgba(255, 213, 17, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 213, 17, 0.7) 15%, rgba(255, 213, 17, 0) 80%);
  background-image: -moz-linear-gradient(rgba(255, 213, 17, 0.7) 15%, rgba(255, 213, 17, 0) 80%);
  background-image: linear-gradient(rgba(255, 213, 17, 0.7) 15%, rgba(255, 213, 17, 0) 80%);
  -webkit-background-clip: text;
  color: transparent;
}
.home-4 .left .img {
  margin-left: -10%;
  animation: floatUpDown 5s ease-in-out infinite;
}
.home-4 .right .Tit {
  font-weight: 600;
}
.home-4 .right li .name {
  font-weight: 600;
  color: var(--color2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.home-4 .right li .text {
  font-weight: 500;
}
.home-5 .Tit {
  font-weight: 600;
  margin-top: -2.3em;
}
.home-5 .list li .date {
  font-weight: 500;
}
.home-5 .list li .name {
  font-weight: 600;
  line-height: 1.4;
}
.home-5 .list li .name:hover {
  color: var(--color2);
}
#footer {
  color: #FFFFFF;
}
#footer .Tit {
  white-space: nowrap;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: .8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(255, 213, 17, 0.7)), color-stop(80%, rgba(255, 213, 17, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 213, 17, 0.7) 15%, rgba(255, 213, 17, 0.1) 80%);
  background-image: -moz-linear-gradient(rgba(255, 213, 17, 0.7) 15%, rgba(255, 213, 17, 0.1) 80%);
  background-image: linear-gradient(rgba(255, 213, 17, 0.7) 15%, rgba(255, 213, 17, 0.1) 80%);
  -webkit-background-clip: text;
  color: transparent;
}
#footer .foot-block {
  max-width: 400px;
}
#footer .foot-block:nth-child(2),
#footer .foot-block:nth-child(4) {
  width: 100%;
}
#footer .foot-block h4 {
  font-weight: 600;
}
#footer .foot-block li {
  font-weight: 500;
  line-height: 1.8;
}
#footer .form input,
#footer .form textarea {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.51);
}
#footer .form input::-webkit-input-placeholder, #footer .form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
#footer .form input:-moz-placeholder, #footer .form textarea:-moz-placeholder {
  color: #FFFFFF;
}
#footer .form input::-moz-placeholder, #footer .form textarea::-moz-placeholder {
  color: #FFFFFF;
}
#footer .form input:-ms-input-placeholder, #footer .form textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
#footer .form input::placeholder,
#footer .form textarea::placeholder {
  color: #FFFFFF;
}
#footer .form input[type="submit"] {
  width: 24px;
  height: 24px;
  background: url(../images/send-icon.png) no-repeat center;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}
#footer .foot-bottom {
  font-weight: 500;
}
#footer .foot-bottom img {
  height: 14px;
}




@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
}

@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }

  #footer .foot-block {
    max-width: 320px;
  }
}
@media (max-width: 1250px) {
  #header .nav .ui.menu {
    height: 80px;
  }

  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }

  #header .nav .ui.menu .menu-box ul.menu > li > a::before,
  #header .nav .ui.menu .menu-box ul.menu > li > a::after {
    display: none;
  }

  span.yellow_text {
    padding: 10px 15px;
  }

  span.yellow_text::before {
    padding: 10px 15px;
  }

  span.yellow_icon {
    padding: 10px;
  }

  .home-1 .arrows {
    left: 15%;
    top: 35%;
  }
  .home-1 .arrows span {
    top: 45%;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .home-1 .arrows span.arrow_r {
    left: 15%;
  }
  .home-1 .arrows span.arrow_l {
    right: 15%;
  }
  .home-1 .arrows span img {
    width: 20px;
  }
  .hide-1250 {
    display: none;
  }
}
@media (max-width: 1000px) {
  #banner video {
    display: none;
  }
.font-40{
  font-size: 20px!important;
  line-height: 36px;
}
.product-page .product_cont .product_left .cat_cont .cat_des{
  display: none;
}
  #banner .play-btn {
    display: flex;
  }
  .font-18{
    line-height: 2;
  }
  .font-50{
    line-height: 36px;
  }

  .font-80{
    font-size: 30px!important;
    line-height: 1.4;
  }
.font-58{
  font-size: 24px!important;
  line-height: 44px;
}
  .home-1 .arrows {
    left: 0%;
  }
  .home-1 .arrows span.arrow_r {
    left: 0;
  }
  .home-1 .arrows span.arrow_l {
    right: 0;
  }
  .home-1 .top .Tit {
    max-width: 55%;
  }
  .home-2 .content {
    padding-left: 0;
  }
  .home-2 .right ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-2 .right li {
    text-align: center;
  }
  .home-3 .cutbox {
    width: 90vw;
    height: 70vh;
  }
  .home-3 .cutbox > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-4 {
    padding-bottom: 60px;
  }
  .home-4 .left {
    position: static;
  }
  .hide-1000 {
    display: none;
  }
  .news-page .news-1 .hot-item .right .content h2{
    line-height: 32px;
  }
  .newdet-page{
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  .home-1 .arrows {
    left: 15%;
    display: none;
  }
  
  .home-1 .arrows span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .home-1 .bottom {
    position: relative;
  }
  .home-1 .bottom::after {
    left: 55%;
  }
  .home-1 .bottom .right {
    width: 35%;
  }
  .home-1 .bottom .right .btns img {
    width: 30px;
  }
  #footer .foot-block {
    max-width: 100%;
  }
  #footer .foot-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .home-1 .bottom::after {
    left: 0;
  }
  .home-1 .bottom .Tit {
    display: none;
  }
  .home-1 .bottom .right {
    width: 100%;
  }
  .home-2 .right ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-1 .bottom .right .slick-current .name {
    text-align: center;
  }
  .home-1 .bottom .right .slick-current .btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-1 .list li .img {
    width: 100%;
  }
  .home-1 .top .Tit {
    max-width: 65%;
  }
  #banner .left {
    width: 40%;
  }
  #banner h2 {
    font-size: 12px;
    margin-bottom: 0;
  }
  #banner p {
    display: none;
  }
}
.about-page {
  background-color: #efefef;
}
.about-1 {
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 940px;
}
.about-2 .animated .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 2s ease-in;
  -moz-transition: 2s ease-in;
  transition: 2s ease-in;
}
.about-2 .Tit {
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(70%, transparent));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.9) 20%, transparent 70%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.9) 20%, transparent 70%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.9) 20%, transparent 70%);
  -webkit-background-clip: text;
  color: transparent;
}
.about-2 .Tit span {
  font-size: 4em;
}
.about-2 .bg {
  width: 57%;
  padding-top: 57%;
  margin: auto;
  border-radius: 50%;
}
.about-2 .img {
  width: 26%;
  left: 37%;
  bottom: 0;
}
.about-2 .img img {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.about-3 .Tit {
  font-weight: 600;
  line-height: 1.2;
}
.about-3 .text {
  line-height: 2;
}
.about-3 .img .name {
  color: #efefef;
  right: 3%;
  bottom: 0;
  line-height: .7;
}
.about-3 .img .name span {
  font-size: 2em;
}
.about-4 {
  background-color: #FFFFFF;
}
.about-4 .Tit {
  font-weight: 600;
  margin-top: -2.2em;
}
.about-5 {
  background-color: #FFFFFF;
  background-image: url(../images/about5-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.about-5 .Tit {
  font-weight: 600;
  margin-top: -2.2em;
}
.about-5 .list .slick-list {
  overflow: visible;
}
.about-5 .list .slick-current li .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-5 .list .slick-current li .img img {
  opacity: 1;
}
.about-5 .list li .img {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background-color: #000000;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-5 .list li .img img {
  opacity: .5;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.about-5 .arrows span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #dbdbdb;
  border-radius: 50%;
  font-size: 36px;
  cursor: pointer;
}
.about-5 .arrows span.arrow:hover {
  color: #FFFFFF;
  background-color: var(--color2);
}
.about-5 .arrows span.arrow.arrow_l {
  left: 17%;
}
.about-5 .arrows span.arrow.arrow_r {
  right: 17%;
}


.about-6 {
  background-color: #FFFFFF;
}

.about-6 .baseTit {
  line-height: 1;
}

.about-6 .Tit {
  font-weight: 600;
  margin-top: -0.9em;
}
.about-6 .text {
  line-height: 2;
}

.baseFac::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(transparent 70%, rgba(34,34,217,.8));
  opacity: 0;
  transition: .5s ease;
}

.baseFac > div {
  width: 90%;
  left: 5%;
  bottom: 5%;
  z-index: 1;
  opacity: 0;
  transform: translateY(50%);
  transition: .5s ease;
}

.baseFac > div img {
  margin: auto;
}

.baseFac > div p {
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}

.baseFac:hover::after {
  opacity: 1;
}

.baseFac:hover > div {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1750px) {
  .about-1 {
    padding-top: 800px;
  }
}
@media (max-width: 1450px) {
  .about-1 {
    padding-top: 700px;
  }
}
@media (max-width: 1250px) {
  .about-1 {
    padding-top: 600px;
  }
}
@media (max-width: 1000px) {
  .about-1 {
    padding-top: 465px;
  }
}
@media (max-width: 1000px) {
  .about-1 {
    padding-top: 50%;
  }
  .about-2 .Tit span {
    font-size: 3em;
  }
  .about-5 .arrows span.arrow.arrow_l {
    left: 0;
  }
  .about-5 .arrows span.arrow.arrow_r {
    right: 0;
  }
}
@media (max-width: 500px) {
  .about-2 .Tit span {
    font-size: 2em;
  }
}
.inner-banner {
  padding-top: 600px;
  color: #FFFFFF;
}
.inner-banner.no-pt {
  padding-top: 0;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .Tit {
  font-weight: 600;
  margin-top: -2.2em;
}
@media (max-width: 1000px) {
  .inner-banner {
    padding-top: 400px;
  }
}
.service-1 .left .Tit {
  line-height: 1.85;
}
.service-1 .left .Tit span {
  border-bottom: 2px solid currentColor;
}
.service-1 .right .Tit {
  line-height: 1.65;
  font-weight: 600;
}
.service-1 .right .text {
  font-weight: 500;
  line-height: 2.25;
}
.service-1 .img {
  width: 26%;
  margin-bottom: -8px;
}
.service-2 {
  background-color: #f0f0f0;
}
.service-2 .list li .content {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  background-color: rgba(34, 34, 217, 0.74);
  -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;
}
.service-2 .list li .content .name {
  font-weight: 600;
}
.service-2 .list li .content .text {
  line-height: 2.25;
}
.service-2 .list li:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.service-3 {
  color: #FFFFFF;
  background-color: #1c1c1c;
}
.service-3 .list li .name {
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.service-3 .list li .text {
  line-height: 30px;
}
.service-4 .Tit {
  font-weight: 600;
}
.service-4 .list li .img {
  border-radius: 13px;
}
.service-4 .list li .name {
  font-weight: 500;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background-color: #FFFFFF;
  border-radius: 12px;
}


@media (max-width:1000px) {
  .service-2 .list li .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}



/* inner */

.contact-page .init-1 {
  margin-top: 100px;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
  font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
}
.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-weight:500;
  color: #5d5d5d;
  line-height: 2;
}
.contact-page .init-1 .container .right form {
  margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
  line-height: 1.8;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight:500;
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
  /*background-color: #000;
  border-color: #000;*/
  border-radius: 5px;
  cursor: pointer;
  /*width: 180px;
  height: 50px;*/
  overflow: hidden;
  margin-top: 50px;
}
/*.contact-page .init-1 .container .right form .submit_btn::before {
  display: none;
}*/
.contact-page .init-1 .container .right{
  position: relative;
}
.contact-page .init-1 .container .right #ewm{
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
  display: block;
  width: 100%;
}
.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}

@media (max-width:700px) {
  .contact-page .init-2{
    margin-top: 30px;
  }
  .contact-page .init-1{
    margin-top: 30px;
  }
  
  .contact-page .init-1 .container .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right #ewm{
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
   .contact-page .init-1 {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
}



.submit {
  width: 195px;
  height: 50px;
  background: var(--color2);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.submit input[type="submit"] {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    line-height: 54px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.3);
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}












.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page .sidebar-left {
    padding-right: 45px;
    width: 28%;
    border-right: 1px solid #e7e7e7;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #2222d9;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7; 
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 100px;
  font-size: 14px;
  color: #555555;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    FONT-WEIGHT: 300;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li{
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li{
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/


.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent 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;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
color: #000;
    font-weight: 600;
    display: -webkit-box;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
 
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 210px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}
 
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
  z-index: 2;
}
 
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  padding-left: 55px;
}

@media (max-width: 1000px) {
  .inner-page .sidebar-left {
    display: none;
  }
}


.newdet-page {
  padding: 120px 0;
}
.newdet-page h4.title {
  font-size: 36px;
  line-height: 1.3;
  color: #000000; 
  margin-bottom: 2rem;
}
.newdet-page .time {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
.newdet-page .content h1,
.newdet-page .content h2,
.newdet-page .content h3,
.newdet-page .content h4,
.newdet-page .content h5,
.newdet-page .content h6,
.newdet-page .content strong { 
  font-size: 24px;
}
.newdet-page .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newdet-page .m-link a {
  font-size: 16px;
  line-height: 30px;
  color: #000000; 
}
.news-page .title {
  text-align: center;
}
.news-page .title h3 {
  font-size: 44px;
  line-height: 1.2;
  color: var(--color);
    text-transform: capitalize;
    font-weight: 600;
}
.news-page .title p {
  margin: 0 auto;
  max-width: 730px;
  font-size: 16px;
  line-height: 2;
  color: #000000; 
  font-weight: bold;
}
.news-page .news-1 {
  padding: 120px 0 0;
}
.news-page .news-1 .hot-item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .news-1 .hot-item .left {
  width: 53.5%;
}
.news-page .news-1 .hot-item .left a {
  display: block;
  overflow: hidden;
}
.news-page .news-1 .hot-item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .hot-item .left a img {
  width: 100%;
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .left a:hover img{
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .right {
  width: 46.5%;
}
.news-page .news-1 .hot-item .right .content {
  max-width: 630px;
  margin: 0 0 0 auto;
}
.news-page .news-1 .hot-item .right .content h2 {
   
  line-height: 1.2;
  color: var(--color);
  text-transform: capitalize;
}
.news-page .news-1 .hot-item .right .content h4 {
font-size: 24px;
    font-weight: 600;
    line-height: 2;
    color: #000000;
    display: -webkit-box;
}
.news-page .news-1 .hot-item .right .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-1 .hot-item .right .content h4 a:hover {
  color: var(--color);
}
.news-page .news-1 .hot-item .right .content time {
  font-size: 16px;
  line-height: 30px;
  color: #cececd; 
  display: block;
}
.news-page .news-1 .hot-item .right .content p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.8;
}
.news-page .news-1 .hot-item .right .content .more {
   
  margin-top: 40px;
   
} 


.news-page .news-2 .news-list ul li .news-box .n-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-page .news-2 .news-list ul li .news-box .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-2 .news-list ul li .news-box .n-img img {
  width: 100%;
      transition: all .5s ease;
}
.news-page .news-2 .news-list ul li .news-box .n-img span {
  position: absolute;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  left: 20px;
  bottom: 20px;
}

.news-page .news-2 .news-list ul li .news-box .content h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  color: #000000;
  margin-bottom: 15px;
  min-height: 3.7em;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a:hover {
  color: var(--color);
}
.news-page .news-2 .news-list ul li .news-box .content p {
    font-size: 16px;
    color: #7f7f7f;
    line-height: 30px;
}

@media screen and (max-width:1000px) {
  .news-page .news-1 .hot-item .left{
    width: 100%;
  }
  .news-page .news-1 .hot-item .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .news-page .news-1 .hot-item .right .content{
    max-width: 100%;
  }


}





.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #2222d9;
  border: 1px solid #2222d9;
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  line-height: 2;
  margin-left: 12px;
  color: #cececd; 
  position: relative;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
  color: #062b00;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 18px;
  color: #000;
  margin-left: 36px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  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 .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width:700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
    display: none;
  }
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px; 
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  border-right: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
    padding: 15px;
    width: 50%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
     padding: 10px 0;
    color: #7f7f7f;
    line-height: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
    padding-bottom: 30px;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img{
      object-fit: cover;
    width: 100%;
    max-height: 500px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon{
      font-weight: bold;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"]{

      font-weight: 500;
}

@media screen and (max-width:1100px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding: 0;
  }
}

@media screen and (max-width:700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input{
    display: block;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"]{
    width: 100%;
  }
}




.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox span.txt {
  color: var(--color2);
}
.faq-page .marginBox span.h2 {
  font-weight: 600;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color2);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}





.product-page .product_cont .product_left {
  width: -webkit-calc(-300%);
  width: -moz-calc(-300%);
  width: calc(100% - 400px);
}
.product-page .product_cont .product_left .cat_cont {
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 20px;
}
.product-page .product_cont .product_left .cat_cont .cat_des {
  color: #aaaaaa;
  margin-top: 20px;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 4px;
}

.product-page .product_cont .product_left .product_list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}


.product-page .product_cont .product_left .product_list ul li .box .cat {
  color: #2222d9;
  margin-top: 20px;
}
.product-page .product_cont .product_left .product_list ul li .box .title {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  line-height: 32px;
}
.product-page .product_cont .product_left .product_list ul li .box .title:hover {
  color: #0d85c6;
}
.product-page .product_cont .product_left .product_list ul li .box .des{
  margin-top: 10px;
}
.product-page .product_cont .product_left .product_list ul li .box .moreC{
  perspective: 600px;
  margin-top: 16px;
}
.product-page .product_cont .product_left .product_list ul li .box .moreCont .moreText{
  max-width: calc(100% - 66px);
}
.product-page .product_cont .product_left .product_list ul li .box .img {
  display: block;
  border: 1px solid #c9c9c9;
  padding: 16px;
}
.product-page .product_cont .product_left .product_list ul li .box .img img {
  width: 100%;
}
.product-page .product_cont .product_right {
  width: 400px;
  padding-left: 80px;
}
.product-page .product_cont .product_right .list {
  margin-top: 50px;
  font-weight: bold;
}
.product-page .product_cont .product_right .list:first-child {
  margin-top: 0;
}
.product-page .product_cont .product_right .cat_cont ul {
  margin-top: 10px;
}
.product-page .product_cont .product_right .cat_cont ul li {
  padding: 8px 0;
}

.product-page .product_cont .product_right .cat_cont ul li a span {
  display: inline-block;
}
.product-page .product_cont .product_right .cat_cont ul li a .text {
  width: 285px;
}
.product-page .product_cont .product_right .cat_cont ul li a .sub {
  width: 28px;
  height: 28px;
  background-color: #ebebeb;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  color: #000;
}
.product-page .product_cont .product_right .cat_cont ul li a.active,
.product-page .product_cont .product_right .cat_cont ul li a:hover {
  color: #2222d9;
}
.product-page .product_cont .product_right .cat_cont ul li a.active .sub,
.product-page .product_cont .product_right .cat_cont ul li a:hover .sub {
  background-color: #2222d9;
  color: #fff;
}
.product-page .product_cont .product_right .tags_cont .content {
  margin-top: 10px;
}
.product-page .product_cont .product_right .tags_cont .content ul {
  margin: 0 -7px;
}
.product-page .product_cont .product_right .tags_cont .content ul li {
  display: inline-block;
  margin: 7px;
  background-color: #ebebeb;
  /*padding: 9px 10px 4px;*/
  font-size: 14px;
  color: #000;
}
.product-page .product_cont .product_right .tags_cont .content ul li:hover {
  color: #fff;
  background-color: #0d85c6;
}
.product-page .product_cont .product_right .app_img_cont .content {
  margin-top: 20px;
}
.product-page .product_cont .product_right .app_img_cont .content ul {
  margin: 0 -7px;
}
.product-page .product_cont .product_right .app_img_cont .content ul li {
  padding: 7px;
}
.product-page .product_cont .product_right .app_img_cont .content ul li .img {
  display: block;
}
.product-page .product_cont .product_right .app_img_cont .content ul li .img img {
  width: 100%;
}
.product-page .product_cont .product_right .form_cont .des {
  color: #aaaaaa;
  margin-top: 14px;
  line-height: 2;
}
.product-page .product_cont .product_right .form_cont form {
  margin-top: 20px;
  position: relative;
}
.product-page .product_cont .product_right .form_cont form input,
.product-page .product_cont .product_right .form_cont form textarea {
  padding: 8px 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  margin-top: 6px;
  width: 100%;
  color: #fff;
}
.product-page .product_cont .product_right .form_cont form input::-webkit-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input:-moz-placeholder,
.product-page .product_cont .product_right .form_cont form textarea:-moz-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::-moz-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-moz-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input:-ms-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea:-ms-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::-ms-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-ms-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::placeholder,
.product-page .product_cont .product_right .form_cont form textarea::placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form .submit_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
}
.product-page .product_cont .product_right .form_cont form .submit_btn:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1251px) {
  .product-page span.yellow_text {
    padding: 10px 15px;
  }

  .product-page span.yellow_text::before {
    padding: 10px 15px;
  }

  .product-page span.yellow_icon {
    padding: 10px;
  }
}

@media (max-width: 1250px) {
  .product-page .product_cont .product_left {
    width: 100%;
  }
  .product-page .product_cont .product_right {
    display: none;
  }
}






.prodet-page .prodet-1 {
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .slick-track {
  display: block;
}
.prodet-page .prodet-1 .img{
  display: flex;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  overflow: hidden;
  width: calc(83% - 15px);
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .right {
  padding-left: 50px;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-1 .right .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .m-link a{
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .right .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .list p {
  font-size: 18px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .right .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .list p a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  width: 17%;
  margin-right: 15px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin: -5px 0;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding: 5px 0;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: #fff;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid  #181818;
  font-weight: bold;
  background: #fff;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: #efefef;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .content table td{
  border: none;
}
.prodet-page .prodet-2 .ret .slide .content table tr:nth-child(odd) td{
  background-color: #f7f7f7;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
  /*font-weight: bold;*/
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
  display: none;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="text"],
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 18px;
  color: var(--color);
  position: relative;
  width: 18px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
  padding: 21px 38px 20px;
}
.prodet-page .prodet-3 h3 {
  font-size: 45px;
  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  min-height: 6.1em;
  margin-bottom: 0;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .right .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .more {
    margin-top: 15px;
    padding: 15px 30px;
  }
  .prodet-page .prodet-1 .right .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}



.inner-page .m-page {
    font-size: 20px;
    color: #666;
    font-weight: 700
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #d4d4d4;
    box-shadow: 0 0 0 1px #d4d4d4;
    display: inline-block;
    vertical-align: middle;
    background: #d4d4d4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 4px 5px
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
    background: #000;
    color: #fff
}



.seoPublic .Tit {
  font-weight: 600;
  margin-top: -2.2em;
}



.play-btn i {
  border: 0;
}


.seoPublic .Auxil-about .box .right div.h3 {
  font-weight: bold;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-weight: bold;
}



.mbx {
  background-color: #eee;
}


#sidebar ul li .child {
  white-space: nowrap;
}