@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-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;
}
@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;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #0c286c;
  --color2: #004bff;
  font-weight: normal;
  margin: 0 auto;
}
::-webkit-scrollbar {
  width: 14px;
}
a:not([class]):not(p>a) {
    display: block;
}
img,video {
    pointer-events: none;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 84px;
}
#header .nav .ui.menu .menu-box {
  width: 57%;
  height: 100%;
}
#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 {
  -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 > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box {
  height: 100%;
}
#header .nav .ui.menu .yuy {
  height: 100%;
  padding-right: 1em;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#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 .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;
}
#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;
}
.more {
  height: 3.11111111em;
  padding: 0.33333333em;
  border-radius: 1.55555556em;
  background-color: #0c286c;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  width: 2.44444444em;
  height: 2.44444444em;
  border-radius: 100%;
  background-color: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.more i:before {
  font-size: 1.3em;
}
.more em {
  padding: 0 1.1em;
}
.more:hover {
  background-color: black;
}
.more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slickDots ul li {
  border-color: var(--color);
  background-color: transparent;
}
.slickDots ul li.slick-active {
  background-color: var(--color);
}
span.h2 {
  line-height: 1.2;
}
span.tag {
  font-weight: 500;
  color: var(--color);
  line-height: 1.2;
}
.slickBtn div {
  border: 1px solid var(--color);
  background-color: transparent;
  color: black;
}
.slickBtn div.next,
.slickBtn div:hover {
  border-color: var(--color2);
  background-color: var(--color2);
  color: white;
}
.text {
  color: #666;
  line-height: 1.6;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.play:not(.more) {
  background-color: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  margin-left: -1.5em;
  margin-top: -1.5em;
}
.play:not(.more) i {
  border-left-color: var(--color2);
  border-left-width: .8em;
  animation: xz 5s linear infinite reverse;
}
.play:not(.more) em {
  width: .25em;
  height: .25em;
  border-radius: 100%;
  background-color: var(--color2);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .text {
  max-width: 1230px;
  color: inherit;
}
#banner li .content span.h2 {
  line-height: 1.4;
}
#banner li .content .box .left {
  margin-right: -25%;
}
#banner li .content .box .right {
  margin-left: -20%;
}
#banner li .content .box .right img {
  max-width: 100%;
}
#banner li .content .box .right .more {
  margin-bottom: 2.9%;
  margin-right: -7%;
  position: relative;
  z-index: 1;
  background-color: white;
  color: var(--color);
}
#banner .bottom {
  bottom: 30px;
  width: 100%;
  color: white;
}
#banner .bottom .slickDots li {
  border-color: white;
}
#banner .bottom .slickDots li.slick-active {
  background-color: white;
}
#banner .bottom .page {
  height: 2.33333333em;
  padding: 0 1em;
  border: 1px solid white;
}
#index-body .init-1 {
  position: relative;
}
#index-body .init-1 span.h1 {
  color: #f5f5f7;
  bottom: 0;
  right: 50%;
  position: absolute;
  line-height: .75;
  font-size: 10.9375vw;
  opacity: .7;
}
#index-body .init-1 span.h7 {
  line-height: 1;
  border-bottom: 2px solid var(--color);
  color: var(--color);
}
#index-body .init-1 .dots {
  text-align: right;
}
#index-body .init-1 .dots .slick-track {
  margin: 0;
}
#index-body .init-1 .dots li {
  padding: 13px 0;
}
#index-body .init-1 .dots a {
  display: block;
  width: 100px;
  margin-left: auto;
  text-align: center;
  position: relative;
}
#index-body .init-1 .dots a img {
  max-height: 100%;
  margin: 0 auto;
  border: 4px solid var(--color2);
  border-radius: 100%;
}
#index-body .init-1 .dots a:before {
  /*content: '';*/
  width: 80%;
  padding-top: 72%;
  height: 0;
  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%);
  background-color: var(--color);
  border: 4px solid transparent;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .dots .slick-current a:before {
  border-color: var(--color2);
}
#index-body .init-1 .box {
  position: relative;
}
#index-body .init-1 .box:before {
  content: '';
  background-color: #f5f5f7;
  height: 100%;
  width: 200%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
#index-body .init-2 .box {
  position: relative;
}
#index-body .init-2 .box:before {
  content: '';
  height: 80%;
  width: 120%;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background-image: url('../images/init-2-bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
  position: absolute;
}
#index-body .init-2 .img {
  margin-left: -13.5%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
#index-body .init-2 .list {
  padding-right: 13.5%;
  padding-left: 6%;
  color: white;
}
#index-body .init-2 .list span.h6 {
  line-height: 1;
}
#index-body .init-2 .list .text {
  color: inherit;
}
#index-body .init-3 a.h6 {
  height: 2.5em;
  border-radius: 1.25em;
  background-color: #f5f5f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 a.h6 i {
  width: 1.8em;
  height: 1.8em;
  border-radius: 100%;
  background-color: var(--color2);
  color: white;
  margin-right: 0.35em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 a.h6:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-3 a.h6:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .init-4 .box .img {
  height: 100%;
}
#index-body .init-4 .box .text {
  line-height: 1.4;
}
#index-body .init-5 {
  color: white;
  background-color: black;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
#index-body .init-5 .mask i.active {
  opacity: 1;
}
#index-body .init-5 span.tag {
  color: inherit;
}
#index-body .init-5 .text {
  color: inherit;
}
#index-body .init-5 .bottom {
  padding-top: 32%;
}
#index-body .init-5 .bottom ul {
  gap: 2em;
}
#index-body .init-5 .bottom li {
  border-top: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
#index-body .init-5 .bottom li a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .bottom li .text {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .bottom li:hover,
#index-body .init-5 .bottom li.active {
  top: -2em;
}
#index-body .init-5 .bottom li:hover a.link,
#index-body .init-5 .bottom li.active a.link,
#index-body .init-5 .bottom li:hover .text,
#index-body .init-5 .bottom li.active .text {
  opacity: 1;
}
#index-body .init-6 .list .box {
  padding: 7% 10% 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-6 .list .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f7;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list .box hr {
  background-color: #929292;
}
#index-body .init-6 .list .box span.h6 {
  line-height: 1.2;
}
#index-body .init-6 .list .box:hover:before {
  opacity: 0;
}
#footer {
  color: white;
}
#footer span.h1 {
  font-size: 6.35416667vw;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  color: transparent;
  white-space: nowrap;
  display: block;
  font-weight: bold;
  line-height: .5;
  padding-top: .2em;
  text-align: center;
  overflow: hidden;
}
#footer .form {
  padding: 2.3em;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}
#footer .form form {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.375em;
  border-radius: 2em;
}
#footer .form form li input {
  width: 100%;
  height: 22px;
  padding: 0 1.5em;
  border: none;
  background-color: transparent;
  border-left: 1px solid #ccc;
}
#footer .form form li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .form form li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .form form li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .form form li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .form form li input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .form form li button {
  padding: 0 1.75em;
  font-weight: 500;
  color: var(--color);
  background-color: white;
  border: none;
}
#footer .form form li button:hover {
  background-color: var(--color);
  color: white;
}
#footer .form form li:first-child input {
  border-left: none;
}
#footer .box .bottom {
  margin-top: auto;
}
#footer .box .bottom #ewm {
  max-width: 90px;
  border-radius: 10px;
  border: 5px solid white;
}
#footer .box .bottom .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .bottom .share a:hover {
  background-color: white;
  color: var(--color);
}
#footer .box .nav li {
  margin-top: 1em;
  color: #eee;
}
#footer .box .nav li:first-child {
  margin-top: 0;
}
#footer .box .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .nav li a:hover {
  color: white;
  font-weight: 500;
}
#footer .box .nav li ul {
  display: none;
}
#footer .box .text {
  max-width: 370px;
  color: inherit;
}
#footer .box .info {
  max-width: 380px;
  line-height: 1.8;
}
#footer .box span.h6 {
  line-height: 1.2;
}
#footer hr {
  background-color: rgba(255, 255, 255, 0.5);
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1250px) {
  #index-body .init-1 .dots {
    zoom: .7;
  }
  #index-body .init-5 .bottom ul {
    gap: 0.5em;
  }
  #footer .box .slide:nth-child(2),
  #footer .box .slide:nth-child(3) {
    display: none;
  }
  #footer .box .slide #ewm {
    display: none;
  }
  #footer .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form .left {
    width: 100%;
  }
  #footer .form .right {
    width: 100%;
    margin-top: 2%;
  }
  #banner li .content .box .left span.h2 {
    zoom: .65;
  }
  #banner li .content .box .right {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .bottom {
    display: none;
  }
  #index-body .init-1 .dots {
    display: none;
  }
  #banner li .content .box .right {
    display: none;
  }
  #banner li .content .box .left {
    margin-right: 0;
    width: 100%;
  }
  #banner li .content .box .left span.h2 br {
    display: none;
  }
  #index-body .init-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-2 .list ul li {
    width: 49%;
  }
  #index-body .init-4 .box .img {
    height: 300px;
  }
  #index-body .init-5 .bottom {
    padding-bottom: 5%;
  }
  #index-body .init-5 .bottom ul {
    -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;
  }
  #index-body .init-5 .bottom ul li {
    width: 45%;
    top: 0 !important;
  }
  #index-body .init-5 .bottom ul li a.link,
  #index-body .init-5 .bottom ul li .text {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  .font-40 {
    font-size: 20px;
  }
  #banner li .content .box .left span.h2 {
    zoom: .6;
  }
  #footer .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form form ul li {
    width: 100%;
    margin: .5em 0;
  }
  #footer .form form ul li input {
    border-left: 1px solid white !important;
  }
  #footer .form {
    padding: 1em;
  }
  #footer .form form {
    border-radius: .5em;
  }
  #footer .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .box .slide {
    width: 100%;
  }
  #footer .box .slide .logo img {
    max-height: 50px;
  }
  .font-22,
  .font-20 {
    font-size: 16px;
  }
  #index-body .init-5 .bottom ul li {
    width: 100%;
  }
  #index-body .init-6 .list .box {
    padding: 5%;
  }
  #index-body .init-4 .box .img {
    height: 240px;
  }
  #index-body .init-2 .list ul li {
    width: 100%;
  }
  #banner li .content .text {
    display: none;
  }
  #footer .form .left img {
    max-width: 30px;
  }
}
.inner-banner {
  color: white;
}
.inner-banner video {
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner hr {
  background-color: rgba(255, 255, 255, 0.8);
}
.inner-banner .text {
  color: inherit;
}
.inner-page .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.125em;
  font-weight: 500;
}
.inner-page .check p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
}
.inner-page .check p:before {
  content: '\e766';
  font-family: "iconfont";
  width: 1.375em;
  height: 1.375em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.inner-page .sideBarLeft .nav a {
  padding: .8em 1em;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a:not([class]) {
  display: block;
}
.inner-page .sideBarLeft .nav a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarLeft .nav ul ul {
  display: none;
}
.inner-page .sideBarLeft .nav ul ul a {
  background-color: #fbfbfb;
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
.about-page .about-1 .list {
  position: relative;
}
.about-page .about-1 .list span.h1 {
  font-size: 12.86458333vw;
  color: var(--color);
  position: absolute;
  top: 48%;
  left: 0;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
.about-page .about-1 .list span.h1 em {
  margin-right: .5em;
}
.about-page .about-1 .list ul {
  padding-left: 22.7%;
  padding-right: 22.7%;
  overflow: hidden;
}
.about-page .about-1 .list .slick-list {
  overflow: unset;
}
.about-page .about-1 .list .slick-list li {
  -webkit-transform: scale(0.76) translateX(10%);
  -moz-transform: scale(0.76) translateX(10%);
  -ms-transform: scale(0.76) translateX(10%);
  transform: scale(0.76) translateX(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list .slick-list .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-1 .list .slick-list .slick-current ~ div li {
  -webkit-transform: scale(0.76) translateX(-10%);
  -moz-transform: scale(0.76) translateX(-10%);
  -ms-transform: scale(0.76) translateX(-10%);
  transform: scale(0.76) translateX(-10%);
}
.about-page .about-1 span.h7 {
  font-weight: 500;
  padding: 1.2em;
  border-radius: 2em;
  border: 1px solid black;
}
.about-page .about-2 {
  background-image: -webkit-linear-gradient(130deg, #0c286c, #0c1937);
  background-image: -moz-linear-gradient(130deg, #0c286c, #0c1937);
  background-image: linear-gradient(320deg, #0c286c, #0c1937);
  color: white;
}
.about-page .about-2 .text {
  color: inherit;
}
.about-page .about-2 .list {
  padding-right: 22%;
  margin-right: -20%;
  position: relative;
  left: -20%;
  border-top-right-radius: 15.625vw;
  border-bottom-right-radius: 15.625vw;
  overflow: hidden;
}
.about-page .about-2 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
}
.about-page .about-3 .list {
  padding-right: 29%;
  margin-right: -10%;
  overflow: hidden;
  font-size: 0;
}
.about-page .about-3 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.about-page .about-3 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 .list span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px var(--color);
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
}
.about-page .about-3 .list .text {
  margin-bottom: auto;
}
.about-page .about-3 .list .slick-current span.h2 {
  color: var(--color);
}
.about-page .about-4 .text {
  max-width: 1100px;
}
.about-page .about-5 {
  background-position: center top;
}
.why-page .why-1 .list {
  padding: 2% 4%;
  background-image: -webkit-linear-gradient(130deg, #0c1937 48%, #0c286c 58%);
  background-image: -moz-linear-gradient(130deg, #0c1937 48%, #0c286c 58%);
  background-image: linear-gradient(320deg, #0c1937 48%, #0c286c 58%);
  color: white;
}
.why-page .why-1 .list span.h6 {
  line-height: 1;
}
.why-page .why-2 {
  background-color: #f5f5f7;
}
.why-page .why-2 hr {
  background-color: #727273;
  position: relative;
  overflow: unset;
}
.why-page .why-2 hr:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color);
  z-index: 1;
  border-radius: 100%;
}
.why-page .why-3 .text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.support-page .support-1 .text {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.support-page .support-1 .list li {
  padding: 4% 7%;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
.support-page .support-1 .list li i {
  width: 1em;
  height: 1em;
  background-color: #f6f8fa;
}
.support-page .support-1 .list li:hover {
  top: -10px;
}
.support-page .support-2 .left {
  direction: rtl;
}
.support-page .support-2 .left .img {
  width: 130%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.support-page .support-2 .left .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-page .support-2 .right .content {
  padding-left: 10%;
  background-color: #f5f5f7;
  height: 94%;
  position: relative;
}
.support-page .support-2 .right .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-2 .right .content .list {
  margin-top: auto;
  font-weight: 500;
}
.support-page .support-2 .right .content .list span.num {
  width: 2.66666667em;
  height: 2.66666667em;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(330deg, #0c1937, #0c286c);
  background-image: -moz-linear-gradient(330deg, #0c1937, #0c286c);
  background-image: linear-gradient(120deg, #0c1937, #0c286c);
  color: white;
}
.support-page .support-2 .right .content .list .text {
  color: #333;
}
.support-page .support-4 .content {
  margin-left: auto;
  padding-left: 5%;
  background-color: var(--color);
  color: white;
  position: relative;
}
.support-page .support-4 .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-4 .content .check {
  font-weight: normal;
}
.support-page .support-4 .content .check p:before {
  background-color: white;
  color: var(--color);
}
.support-page .support-5 .right {
  -webkit-transform: translateX(8%);
  -moz-transform: translateX(8%);
  -ms-transform: translateX(8%);
  transform: translateX(8%);
}
.support-page .support-5 .right .list span.h6 {
  cursor: pointer;
  cursor: hand;
  color: #333;
}
.support-page .support-5 .right .list span.h6 em {
  width: 1.7em;
}
.support-page .support-5 .right .list span.h6 i {
  margin-left: auto;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li.active {
  background-color: #f3f3f3;
}
.support-page .support-5 .right .list li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.honor-page .list li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.honor-page .list li span.h6 {
  padding: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list li:hover span.h6 {
  color: white;
  background-color: var(--color);
}
.faq-page span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}
.faq-page span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i:before {
  font-size: 1.4em;
}
.faq-page .text {
  color: #333;
}
.faq-page li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-page .list li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.news-page .list li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.news-page .list li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
.newdet-page .sideBarRight hr {
  background-image: -webkit-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: -moz-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: linear-gradient(to left, black 0, black 5px, transparent 5px, transparent 10px);
  background-size: 10px auto;
  background-color: transparent;
}
.newdet-page .sideBarRight .text {
  line-height: 1.8;
}
.newdet-page .newdet-2 {
  background-color: #f6f6f6;
}
.contact-page .form input,
.contact-page .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form input:focus,
.contact-page .form textarea:focus {
  border-bottom-color: var(--color);
}
.contact-page .form textarea {
  height: 120px;
}
.contact-page .form button {
  border: none;
}
.contact-page .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page iframe {
  height: 20.83333333vw;
  border: none;
  background-color: #f8f8f8;
}
.case-page .list li {
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.case-page .list li .more {
  margin-top: -1em;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.casedet-page h1 {
  color: var(--color);
}
.casedet-page .list {
  overflow: hidden;
}
.casedet-page .list ul {
  margin: -1px;
}
.casedet-page .list a {
  padding: 5%;
  display: block;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.casedet-page .list a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: -1px;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background-color: var(--color);
  z-index: 1;
}
.casedet-page .list li:nth-child(4n+4) a:before,
.casedet-page .list li:nth-last-child(4) ~ li a:before {
  display: none;
}
.download-page .border {
  border: 1px solid #dfdfdf;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.download-page span.h3 {
  padding: 1em;
  background-color: var(--color);
  color: white;
}
.download-page .nav li {
  padding: 0 1em;
  border-bottom: 1px solid #dfdfdf;
}
.download-page .nav li:last-child {
  border-bottom: none;
}
.download-page .nav a {
  padding: 1.5em 0;
}
.download-page .nav a i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.download-page .nav a i:before {
  font-size: 1.4em;
  opacity: 0;
}
.download-page .nav a.active {
  color: var(--color);
}
.download-page .nav a.active i:before {
  opacity: 1;
}
.download-page .right .border {
  padding: 1em;
}
.download-page form {
  padding-bottom: 1%;
}
.download-page form button {
  width: 2em;
  height: 2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.download-page form button i {
  font-size: 1.5em;
}
.download-page form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.download-page .list li {
  padding: 3% 0;
  border-top: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 img {
  max-width: 40%;
}
.download-page .list li .link em {
  color: var(--color2);
}
.download-page .list li .more i {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
.product-yd-page .left {
  position: relative;
}
.product-yd-page .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  right: 20%;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  background-color: #efefef;
}
.product-yd-page .slide.flex-drr .left:before {
  left: 20%;
  right: auto;
}
.prodet-page .prodet-2 .options {
  background-color: #f6f6f6;
}
.prodet-page .prodet-2 .options span {
  padding: 1.8em;
  border-bottom-right-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .options span:hover:before,
.prodet-page .prodet-2 .options span.active:before {
  background-color: white;
}
.prodet-page .prodet-2 .form input,
.prodet-page .prodet-2 .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form input:focus,
.prodet-page .prodet-2 .form textarea:focus {
  border-bottom-color: var(--color);
}
.prodet-page .prodet-2 .form textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form button {
  border: none;
}
.prodet-page .prodet-4 {
  background-color: #f6f6f6;
}
.prodet-page .prodet-4 .left {
  direction: rtl;
}
.prodet-page .prodet-4 .img {
  height: 100%;
  width: 125%;
}
.prodet-page .prodet-4 .right {
  padding: 5%;
  padding-right: 0;
}
.prodet-page .prodet-6 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-6 li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.prodet-page .prodet-6 li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.prodet-page .prodet-6 li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
@media screen and (max-width: 1450px) {
  .support-page .support-5 .right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1000px) {
  .font-32 {
    font-size: 22px;
  }
  .product-yd-page .left:before {
    display: none;
  }
  .contact-page iframe {
    height: 32vw;
  }
  .inner-page .sideBarLeft {
    display: none;
  }
  .inner-banner span.h2 {
    zoom: .7;
  }
  .support-page .support-2 .right .content {
    padding: 5% !important;
    padding-right: 0 !important;
    height: auto;
  }
  .support-page .support-4 .content {
    width: 100%;
  }
  .casedet-page .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .casedet-page .list a:before {
    display: none;
  }
  .download-page .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .list li i.font-70 {
    display: none;
  }
  .prodet-page .prodet-4 {
    padding: 10% 0;
  }
  .prodet-page .prodet-4 .img {
    height: 50vw;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .font-38 {
    font-size: 20px;
  }
  .why-page .why-1 .list {
    padding: 5%;
  }
  .why-page .why-1 .list ul li {
    width: 100%;
  }
  .support-page .support-2 .right .content .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-page span.h6 i {
    zoom: .7;
  }
  .contact-page iframe {
    height: 44vw;
  }
  .case-page .list li {
    margin-bottom: 30px;
  }
}
.page-header01 .logo img,
.mobile-menu-wrap01 .mobile-menu .menu-header .logo img {
    filter: brightness(0) invert(1);
}
@media screen and (min-width: 1001px) {
    #header {
        display: block;
    }
    #innerMobileBanner, #menuFull, #mobile2, #mobile3, #mobile5, .mobile-menu-wrap01, .page-header01, .page-header02 {
        display: none;
    }
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .box .more {
    display: none;
  }
  #header .nav .ui.menu .logo img {
    max-height: 46px;
  }
  #header .nav .ui.menu .menu-box {
    width: 68%;
  }
}

.m-page {
    text-align: center;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left {
    width: 30%;
    position: sticky;
    top: 100px;
}
.product2-page .container .product_left .search_cont {
    position: relative;
}
.product2-page .container .product_left .search_cont .text {
    width: 100%;
    border-radius: 72px;
    border: 1px solid #eee;
    padding: 20px 30px;
    padding-right: 80px;
    color: #000;
    line-height: 1;
}
.product2-page .container .product_left .search_cont .btn {
    width: 62px;
    height: 62px;
    right: 1px;
    position: absolute;
    top: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
.product2-page .container .product_left .item {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 40px;
}
.product2-page .container .product_left .item .tips {
    font-weight: bold;
}
.product2-page .container .product_left .item .nav_cont {
    margin-top: 26px;
}
.product2-page .container .product_left .item .nav_cont li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_left .item .nav_cont li a {
    display: block;
    padding: 18px 45px 18px 20px;
    background: #f1f1f1;
    font-size: 18px;
    color: #7a7777;
    line-height: 32px;
    /*text-transform: uppercase;*/
    position: relative;
}
.product2-page .container .product_left .item .nav_cont li a i {
    position: absolute;
    right: 20px;
    top: 19px;
    display: inline-block;
}
.product2-page .container .product_left .item .nav_cont li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product2-page .container .product_left .item .nav_cont li a:hover,
.product2-page .container .product_left .item .nav_cont li a.active {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item {
    display: none;
    padding-left: 20px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item.active{
    display: block;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li a {
    padding: 6px 20px;
}
.product2-page .container .product_left .item .contact_cont {
    margin-top: 30px;
}
.product2-page .container .product_left .item .contact_cont li {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
    box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.product2-page .container .product_left .item .contact_cont li .img {
    width: 34px;
    height: 34px;
}
.product2-page .container .product_left .item .contact_cont li .text {
    width: -webkit-calc(66%);
    width: -moz-calc(66%);
    width: calc(100% - 34px);
    padding-left: 15px;
    margin-top: 4px;
}
.product2-page .container .product_left .item .contact_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_right {
    width: 70%;
    padding-left: 60px;
}
.product2-page .container .product_right .top {
  padding: 20px;
  position: relative;
  color: white;
}
.product2-page .container .product_right .top:before {
  content: '';
  width: 120%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  z-index: -1;
  background-image: linear-gradient(to left,black,var(--color));
  position: absolute;
  left: 0;
  top: 0;
}
.product2-page .container .product_right .cat_name {
    font-weight: bold;
}
.product2-page .container .product_right .cat_des {
    margin: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.7);
}
.product2-page .container .product_right .content ul {
    margin: 0 -10px;
}
.product2-page .container .product_right .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.product2-page .container .product_right .content ul li {
    padding: 0 10px;
    margin-top: 40px;
}
.product2-page .container .product_right .content ul li .box{
    border: 1px solid #eee;
}
.product2-page .container .product_right .content ul li .box a {
    display: block;
}
.product2-page .container .product_right .content ul li .box a img {
    width: 100%;
}
.product2-page .container .product_right .content ul li .box .img img {
    width: 100%;
}
.product2-page .container .product_right .content ul li .box .cont {
    position: relative;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 15px 15px 20px;
}
.product2-page .container .product_right .content ul li .box .cont .title {
    font-weight: 600;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
}
.product2-page .container .product_right .content ul li .box .cont .des {
    margin-top: 10px;
}
.product2-page .container .product_right .content ul li .box .cont .line {
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: 4px;
}
.product2-page .container .product_right .content ul li .box:hover .cont {
    background-color: var(--color);
    color: #fff;
}
.product2-page .container .product_right .content ul li .box:hover .cont .line {
    background-color: #fff;
}