@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/NotoSansSC-VF.eot');
  src: url('../fonts/NotoSansSC-VF.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansSC-VF.woff') format('woff'), url('../fonts/NotoSansSC-VF.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/Helvetica-Light.eot');
  src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff'), url('../fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff'),
        url('../fonts/Calibri-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}
body {
  font-family: "OpenSans";
  max-width: 1920px;
  --color: #FFB21A;
  font-weight: normal;
  color: #162a4e;
  margin: 0 auto;
}
.container {
  width: 1450px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: unset;
  /*clip-path: polygon(0 0,100% 0,100% 100%,0 100%);*/
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #040D1F;
  color: white;
  box-shadow: 0.00px 1.00px 8px 0px rgba(0,0,0,1);
}
#header .nav .ui.menu {
  height: 100px;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5%;
  margin-right: auto;
  width: 50%;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#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;
}
#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;
  background: #fff;
  top: 100%;
  left: 0;
  width: 400px;
  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;
  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;
  padding: 1em 0;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu:before {
  content: '';
  width: 200vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  z-index: -1;
  background-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  margin: .5em 0;
  color: #162A4E;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  width: 50%;
  padding-right: .5em;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-379757 ul.sub-menu li,
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-379763 ul.sub-menu li {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-379756 ul.sub-menu li:nth-last-child(1),
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-379756 ul.sub-menu li:nth-last-child(2) {
  width: 100%;
}
#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 a[rel] {
  font-size: 12px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a[rel]:after {
  content: '\e76f';
  font-family: "iconfont";
  margin-left: .5em;
}
#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 {
  color: var(--color);
}
#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 .msg:hover {
  color: black;
}
#header .nav .ui.menu .search form {
  border-bottom: 1px solid white;
  height: 2em;
}
#header .nav .ui.menu .search button {
  width: 2em;
}
#header .nav .ui.menu .search button i {
  font-size: 1.5em;
}
#header .nav .ui.menu .search button,
#header .nav .ui.menu .search input {
  border: none;
  background-color: transparent;
}
#header .nav .ui.menu .search button::-webkit-input-placeholder, #header .nav .ui.menu .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu .search button:-moz-placeholder, #header .nav .ui.menu .search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu .search button::-moz-placeholder, #header .nav .ui.menu .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu .search button:-ms-input-placeholder, #header .nav .ui.menu .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu .search button::placeholder,
#header .nav .ui.menu .search input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#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;
}
#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;
}
.link {
  padding: .1em .5em;
  border: 2px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.link .iconfont-changjiantou {
  line-height: .75;
  transform: translateY(-.04em);
}
.link:hover {
  background-color: var(--color);
}
.more {
  font-weight: 300;
}
.more a:not([class]) {
  color: var(--color);
}
span.tag {
  line-height: .65;
  font-weight: 300;
}
span.tag:after {
  content: '';
  width: 6.83333333em;
  height: 1px;
  background-color: black;
}
span.tag.color {
  color: var(--color);
}
span.tag.color:after {
  background-color: var(--color);
}
span.h2 {
  line-height: 1.0;
}
.slickBtn {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slickBtn div {
  width: 2.25em;
  height: 3.5em;
  background-image: url("../images/icon-arrows.png");
  background-position: center left;
  background-size: auto 100%;
  border-radius: 0;
  background-color: transparent !important;
  opacity: .6;
}
.slickBtn div.prev {
  left: 1em;
}
.slickBtn div.next {
  right: 1em;
  left: auto !important;
  background-position: center right;
}
.slickBtn div:hover {
  opacity: 1;
}
.slickBtn:hover {
  opacity: 1;
}
.page {
  right: 0;
  bottom: 0;
  padding: 1em;
  line-height: 1;
  color: #162a4e;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.page:hover {
  opacity: 1;
}
.slick:hover ~ .slickBtn,
.slick:hover ~ .page {
  opacity: 1;
}
.play-btn {
  background-color: transparent;
  border: 3px solid white;
  font-size: 18px;
}
.play-btn i {
  border-left-width: .8em;
}
.play-btn:after,
.play-btn:before {
  display: none;
}
.mask:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.mask2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(49.58333333% 63.33333333%, circle, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), -webkit-radial-gradient(0% 0%, circle, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(49.58333333% 63.33333333%, circle, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), -moz-radial-gradient(0% 0%, circle, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 49.58333333% 63.33333333%, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), radial-gradient(circle at 0% 0%, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.slickDots {
  font-size: 6px;
}
.slickDots li {
  border: none !important;
  background-color: #162a4e !important;
  margin: 0 1em !important;
}
.slickDots li.slick-active {
  background-color: var(--color) !important;
  opacity: .5;
}
.text {
  font-weight: 300;
}
.text.font-bold {
  font-weight: normal;
}
#banner,
.inner-banner {
  margin-top: 100px;
}
#banner li {
  position: relative;
  font-family: 'Calibri';
}
#banner li.video {
  z-index: 1;
  overflow: hidden;
}
#banner li.video:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
#banner li.video video {
  position: relative;
  z-index: -2;
  display: block;
  height: calc(100vh - 100px);
  object-fit: cover;
  object-position: center;
}
#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 .left {
  max-width: 42%;
}
#banner li .content .left span.h2 {
  line-height: 1.2;
}
#banner li .content .left .text {
  max-width: 402px;
  text-align: justify;
}
#index-body .init-1 .text {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 .list ul li {
  padding: 3% 2.5%;
  background-color: #1e2636;
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-1 .list ul li span.h2 {
  line-height: 1;
  color: var(--color);
}
#index-body .init-1 .list ul li span.h2.pos {
  color: #1e1e1f;
  z-index: -1;
  top: 38%;
  width: 100%;
  white-space: nowrap;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#index-body .init-1 .list ul li span.h6 {
  line-height: 1.4;
}
#index-body .init-1 .list ul li:nth-child(2) span.h2.pos {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
#index-body .init-1 .list ul li:nth-child(4) span.h2.pos {
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}
#index-body .init-2 {
  background-color: #040d1f;
  color: white;
}
#index-body .init-2 .list a {
  height: 390px;
  display: block;
  padding: 8% 5%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: .5s;
}
#index-body .init-2 .list a:before {
  content: '';
  background-color: #040D1F;
  opacity: 0;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .init-2 .list a:hover:before {
  opacity: .3;
}
#index-body .init-2 .list a:hover {
  transform: scale(1.1);
  z-index: 2;
}
#index-body .init-2 .list a .link {
  opacity: 0;
}
#index-body .init-2 .list a .link:hover {
  color: white;
}
#index-body .init-2 .list a:hover .link {
  opacity: 1;
}
#index-body .init-3 {
  background-color: #040d1f;
  color: white;
}
#index-body .init-5 {
  color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-5:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.form {
  background-color: rgba(4, 13, 31, 0.9);
  padding: 10% 8%;
  font-weight: 300;
}
.form span.h6 {
  line-height: 1.2;
}
.form input,
.form textarea {
  width: 100%;
  border: none;
  -webkit-box-shadow: inset -2px -2px 2px #adadad;
  box-shadow: inset -2px -2px 2px #adadad;
  background-color: white;
  padding: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #162a4e;
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #162a4e;
}
.form input:-moz-placeholder, .form textarea:-moz-placeholder {
  color: #162a4e;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #162a4e;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #162a4e;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #162a4e;
}
.form input:focus,
.form textarea:focus {
  -webkit-box-shadow: inset -2px -2px 2px var(--color);
  box-shadow: inset -2px -2px 2px var(--color);
}
.form textarea {
  height: 9.66666667em;
}
.form button {
  height: 2.11111111em;
  padding: 0 2.1em;
  background-color: var(--color);
  border: none;
  color: #162a4e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.form button:hover {
  color: white;
  background-color: #162a4e;
}
.news li {
  height: 100%;
}
.news .box {
  height: 100%;
  background-color: rgba(4, 13, 31, 0.9);
}
.news .content {
  padding: 4% 10%;
  /*background-color: rgba(4, 13, 31, 0.9);*/
  color: white;
}
#footer {
  background-color: #040d1f;
  color: white;
  box-shadow: 0.00px -1.00px 8px 0px rgba(0,0,0,1);
  position: relative;
  z-index: 1;
}
#footer .footer-top .box2 {
  max-width: 270px;
}
#footer .footer-top .box2 a {
  height: 280px;
  padding: 10%;
}
#footer .footer-top .info {
  /*max-width: 290px;*/
  text-align: justify;
}
#footer .footer-top .info p {
  margin-top: .4em;
}
#footer .footer-top .info p:last-child {
  max-width: 360px;
}
#footer .footer-top .info i {
  color: var(--color);
}
#footer .footer-top .nav li {
  margin-top: .4em;
}
#footer .footer-top .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .nav li a:hover {
  color: var(--color);
}
#footer .footer-top .nav li ul {
  display: none;
}
#footer .footer-top .share a {
  width: 1.2962963em;
  height: 1.2962963em;
  background-color: white;
  color: #162a4e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .footer-top a.link {
  padding: .5em;
}
#footer .footer-top a.link i {
  font-size: 1.4em;
  line-height: 1;
  margin-left: .2em;
}
#footer .footer-top a.link:hover {
  color: #162a4e;
}
#footer .footer-bottom {
  background-color: #010610;
}
#footer .footer-bottom svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: white;
}
.inner-page .m-page div {
  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;
  gap: .5em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  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;
  width: 2em;
  height: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: #162a4e;
  color: var(--color);
}
.about-page .about-1 {
  padding-bottom: 17%;
  color: white;
  position: relative;
  z-index: 1;
}
.about-page .about-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(49.58333333% 63.33333333%, circle, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), -webkit-radial-gradient(0% 0%, circle, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(49.58333333% 63.33333333%, circle, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), -moz-radial-gradient(0% 0%, circle, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 49.58333333% 63.33333333%, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), radial-gradient(circle at 0% 0%, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.about-page .about-1 span.h3 {
  max-width: 850px;
}
.about-page .about-1 .list {
  max-width: 660px;
}
.about-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
}
.about-page .about-2 {
  background-color: #040d1f;
  color: white;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list li {
  padding: 5% 3%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #162a4e;
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .list li span.h2.pos {
  color: var(--color);
  z-index: -1;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
}
.about-page .about-2 .list li span.h2.pos em {
  -webkit-transform: scale(2.1);
  -moz-transform: scale(2.1);
  -ms-transform: scale(2.1);
  transform: scale(2.1);
  display: block;
}
.about-page .about-2 .list li .text {
  text-align: justify;
}
.about-page .about-2 .list li:nth-child(2) span.h2.pos em {
  -webkit-transform: scale(2.4);
  -moz-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
}
.about-page .about-3 {
  background-color: #040d1f;
  color: white;
}
.about-page .about-3 .text {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-4 {
  background-color: #040d1f;
  color: white;
}
.about-page .about-4 .left {
  overflow: hidden;
}
.about-page .about-4 .left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.about-page .about-4 .text {
  text-align: justify;
}
.about-page .about-5 .list .box {
  height: 100%;
  gap: 4px;
}
.about-page .about-5 .list .box a.img-box {
  height: 50%;
}
.about-page .about-5 .list .box .box2 {
  height: 50%;
  position: relative;
}
.about-page .about-5 .list .box .box2 > img {
  opacity: 0;
}
.about-page .about-5 .list .box .box2 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5% 10%;
  background-color: #162A4E;
  color: white;
}
.about-page .about-5 .list .box .box2 .content span.h6 {
  color: var(--color);
}
.about-page .about-5 .list .box.flex-dcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about-page .about-5 .list .box.flex-dcr .box2 .content {
  bottom: 0;
  top: auto;
}
.about-page .about-5 .line {
  height: 4px;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  background-color: var(--color);
  position: absolute;
}
.about-page .about-5 .slickBtn {
  opacity: 1;
}
.about-page .about-5 .slickBtn div {
  width: auto;
  height: auto;
  background-image: unset;
  color: #162a4e;
  font-size: 2em;
}
.about-page .about-5 .slickBtn div.prev {
  left: auto;
  right: 106%;
}
.about-page .about-5 .slickBtn div.next {
  left: 106% !important;
  right: auto;
}
.about-page .about-6 {
  position: relative;
  overflow: hidden;
}
.about-page .about-6 iframe {
  top: 0;
  left: 0;
  border: none;
  background-color: #eee;
  height: 100%;
  filter: grayscale(1);
}
.about-page .about-6 .box {
  max-width: 540px;
  position: relative;
  padding-right: 40px;
  color: white;
  z-index: 1;
}
.about-page .about-6 .box:before {
  content: '';
  width: 130%;
  height: 150%;
  position: absolute;
  top: -25%;
  right: 0;
  z-index: -1;
  background-color: #040d1f;
}
.about-page .about-7 {
  position: relative;
  z-index: 1;
}
.about-page .about-7:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.about-page .about-7:before {
  background-image: -webkit-radial-gradient(72.91666667% 100%, circle, rgba(255, 255, 255, 0.3) 0%, 17.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(8.33333333% 93.33333333%, circle, #FFFFFF 0%, 25%, rgba(255, 255, 255, 0) 50%), -webkit-radial-gradient(7.08333333% 13.33333333%, circle, #FFFFFF 0%, 42%, rgba(255, 255, 255, 0) 70%), -webkit-radial-gradient(90.83333333% 11.66666667%, circle, rgba(255, 255, 255, 0) 0%, 42%, rgba(255, 255, 255, 0) 70%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(72.91666667% 100%, circle, rgba(255, 255, 255, 0.3) 0%, 17.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(8.33333333% 93.33333333%, circle, #FFFFFF 0%, 25%, rgba(255, 255, 255, 0) 50%), -moz-radial-gradient(7.08333333% 13.33333333%, circle, #FFFFFF 0%, 42%, rgba(255, 255, 255, 0) 70%), -moz-radial-gradient(90.83333333% 11.66666667%, circle, rgba(255, 255, 255, 0) 0%, 42%, rgba(255, 255, 255, 0) 70%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 72.91666667% 100%, rgba(255, 255, 255, 0.3) 0%, 17.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 8.33333333% 93.33333333%, #FFFFFF 0%, 25%, rgba(255, 255, 255, 0) 50%), radial-gradient(circle at 7.08333333% 13.33333333%, #FFFFFF 0%, 42%, rgba(255, 255, 255, 0) 70%), radial-gradient(circle at 90.83333333% 11.66666667%, rgba(255, 255, 255, 0) 0%, 42%, rgba(255, 255, 255, 0) 70%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.about-page .about-7 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.about-page .about-7 .list * {
  height: 100%;
}
.about-page .about-7 .list li {
  overflow: hidden;
}
.about-page .about-7 .list li img {
  object-fit: cover;
  object-position: center;
  margin-left: auto;
}
.about-page .about-7 .box {
  max-width: 390px;
}
.about-page .about-8 {
  background-color: #040d1f;
  color: white;
}
.about-page .about-8 li a {
  position: relative;
}
.about-page .about-8 li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(22, 42, 78, 0.3);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-8 li a:hover:before {
  opacity: 1;
}
@-webkit-keyframes sx {
  form {
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
  }
  10% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  12% {
    -webkit-transform: translateY(-0.6%);
    transform: translateY(-0.6%);
  }
  14% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  16% {
    -webkit-transform: translateY(-0.3%);
    transform: translateY(-0.3%);
  }
  18% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  32% {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  34% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  36% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
  38% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  55% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  60% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  62% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  64% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  66% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }
  68% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  72% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  95% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sx {
  form {
    -moz-transform: translateY(-1%);
    transform: translateY(-1%);
  }
  10% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  12% {
    -moz-transform: translateY(-0.6%);
    transform: translateY(-0.6%);
  }
  14% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  16% {
    -moz-transform: translateY(-0.3%);
    transform: translateY(-0.3%);
  }
  18% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  30% {
    -moz-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  32% {
    -moz-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  34% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  36% {
    -moz-transform: translateY(-2%);
    transform: translateY(-2%);
  }
  38% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  55% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  60% {
    -moz-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  62% {
    -moz-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  64% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  66% {
    -moz-transform: translateY(-7%);
    transform: translateY(-7%);
  }
  68% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -moz-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  72% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  95% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sx {
  form {
    -webkit-transform: translateY(-1%);
    -moz-transform: translateY(-1%);
    transform: translateY(-1%);
  }
  10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  12% {
    -webkit-transform: translateY(-0.6%);
    -moz-transform: translateY(-0.6%);
    transform: translateY(-0.6%);
  }
  14% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  16% {
    -webkit-transform: translateY(-0.3%);
    -moz-transform: translateY(-0.3%);
    transform: translateY(-0.3%);
  }
  18% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-8%);
    -moz-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  32% {
    -webkit-transform: translateY(-4%);
    -moz-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  34% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  36% {
    -webkit-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    transform: translateY(-2%);
  }
  38% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  55% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  60% {
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  62% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  64% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  66% {
    -webkit-transform: translateY(-7%);
    -moz-transform: translateY(-7%);
    transform: translateY(-7%);
  }
  68% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(-3%);
    -moz-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  72% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  95% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes lz {
  form {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes lz {
  form {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes lz {
  form {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.history-page {
  background-color: #f3f3f3;
}
.history-page .containerL {
  padding-left: 15%;
}
.history-page .text:not(.txt-center) {
  text-align: justify;
}
.history-page .slick .slick-track {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
.history-page .history-0 {
  padding: 19% 0;
  position: relative;
  z-index: 1;
  color: white;
}
.history-page .history-0:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(49.58333333% 63.33333333%, circle, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), -webkit-radial-gradient(0% 0%, circle, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(49.58333333% 63.33333333%, circle, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), -moz-radial-gradient(0% 0%, circle, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 49.58333333% 63.33333333%, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), radial-gradient(circle at 0% 0%, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.history-page .history-1 .left img {
  -webkit-animation: sx 5s linear infinite;
  -moz-animation: sx 5s linear infinite;
  animation: sx 5s linear infinite;
}
.history-page .history-1 .text {
  max-width: 530px;
}
.history-page .history-1 .right {
  padding-left: 4%;
}
.history-page .history-2 .year {
  position: relative;
  z-index: 1;
}
.history-page .history-2 .year:before {
  content: '';
  height: 100%;
  width: 86%;
  left: 7%;
  top: 0;
  z-index: -1;
  background-color: white;
  position: absolute;
}
.history-page .history-2 .year .animated {
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
.history-page .history-2 .year .animated span {
  margin-right: .6em;
}
.history-page .history-2 .box img {
  width: 100%;
}
.history-page .history-2 .box .list .content {
  padding: 3% 6%;
}
.history-page .history-2 .box .box4 > ul {
  width: 105%;
}
.history-page .history-2 .box .box4 .content {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5% 3%;
  width: 44%;
  height: 100%;
}
#sideBar {
  position: fixed;
  left: 2%;
  top: 50%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  z-index: 10;
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;*/
}
#sideBar a.active {
  color: var(--color);
}
#sideBar.active {
  -webkit-transform: translateY(-50%) translateX(-200%);
  -moz-transform: translateY(-50%) translateX(-200%);
  -ms-transform: translateY(-50%) translateX(-200%);
  transform: translateY(-50%) translateX(-200%);
  opacity: 0;
}
.inner-banner {
  position: relative;
  z-index: 1;
  color: white;
}
.inner-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(49.58333333% 63.33333333%, circle, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), -webkit-radial-gradient(0% 0%, circle, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(49.58333333% 63.33333333%, circle, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), -moz-radial-gradient(0% 0%, circle, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 49.58333333% 63.33333333%, rgba(50, 65, 88, 0.3) 0%, 30%, rgba(50, 65, 88, 0) 100%), radial-gradient(circle at 0% 0%, rgba(22, 42, 78, 0.9) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.inner-banner video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.inner-banner .mbx a:before {
  content: '\e8c6';
  color: var(--color);
  font-family: "iconfont";
  margin-right: .2em;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-banner .mbx span {
  color: var(--color);
}
.product-page .product-1 .nav {
  min-height: 3.08333333em;
  background-color: #F3F3F3;
  color: var(--color);
}
.product-page .product-1 .nav a {
  padding: 0 .4em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .nav a.active,
.product-page .product-1 .nav a:hover {
  background-color: white;
  color: #162a4e;
  text-decoration: underline;
}
.product-page .product-2 .containerL {
  padding-left: 18%;
}
.product-page .product-2 .slide:nth-child(even) {
  background-color: #f3f3f3;
}
.product-page .product-2 a.img-box img.pos {
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.product-page .product-2 a.img-box:hover img.pos {
  opacity: 1;
}
.product-page .product-2 .text {
  margin-bottom: auto;
}
.product-page .product-2 .text table {
  margin: 0;
}
.product-page .product-2 .text table tbody {
  min-width: auto !important;
}
.product-page .product-2 .text table tr {
  background-color: transparent;
  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;
}
.product-page .product-2 .text table tr td {
  padding: .4em 0;
  border: none;
}
.product-page .product-2 .text table tr td:first-child {
  white-space: nowrap;
}
.product-page .product-2 .text table tr td:last-child {
  text-align: right;
}
.product-page .product-2 .link {
  padding: .5em;
}
.prodet-page .slickBtn div {
  background-image: unset;
  font-size: 1.5em;
  width: auto;
  height: auto;
}
.prodet-page .prodet-1 .left .link i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.prodet-page .prodet-1 .text {
  max-height: 500px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .text table tbody {
  min-width: auto;
}
.prodet-page .prodet-1 .right .text table tr {
  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;
  background-color: transparent;
}
.prodet-page .prodet-1 .right .text table tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.prodet-page .prodet-1 .right .text table td {
  padding: .6em 1.2em;
  border: none;
}
.prodet-page .prodet-1 .right a.link {
  padding: .5em;
}
.prodet-page .prodet-2 {
  background-color: #f3f3f3;
}
.prodet-page .prodet-2 .list {
  padding-right: 12.5%;
  overflow: hidden;
}
.prodet-page .prodet-2 .list .slick-list {
  overflow: unset;
}
.prodet-page .prodet-2 .list a.img-box {
  z-index: 1;
}
.prodet-page .prodet-2 .list a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.prodet-page .prodet-2 .list a.img-box img {
  position: relative;
  z-index: -2;
}
.prodet-page .prodet-2 .list a.img-box span {
  padding: 3%;
  color: white;
  bottom: 4%;
}
.industries-page .industries-1 {
  padding: 13% 0;
  color: white;
  position: relative;
  z-index: 1;
}
.industries-page .industries-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.industries-page .industries-1:before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(6.14035088%, #040D1F), color-stop(80.70175439%, rgba(50, 65, 88, 0)));
  background-image: -webkit-linear-gradient(bottom, #040D1F 6.14035088%, rgba(50, 65, 88, 0) 80.70175439%);
  background-image: -moz-linear-gradient(bottom, #040D1F 6.14035088%, rgba(50, 65, 88, 0) 80.70175439%);
  background-image: linear-gradient(0deg, #040D1F 6.14035088%, rgba(50, 65, 88, 0) 80.70175439%);
}
.industries-page .industries-1 span.h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.industries-page .industries-2 {
  background-color: #040d1f;
  color: white;
}
.industries-page .industries-2 .list li {
  height: 580px;
  padding: 13% 8%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-page .industries-2 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.industries-page .industries-2 .list li:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 13, 31, 0.5)), to(#040D1F));
  background-image: -webkit-linear-gradient(top, rgba(4, 13, 31, 0.5) 0%, #040D1F 100%);
  background-image: -moz-linear-gradient(top, rgba(4, 13, 31, 0.5) 0%, #040D1F 100%);
  background-image: linear-gradient(180deg, rgba(4, 13, 31, 0.5) 0%, #040D1F 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-page .industries-2 .list li .content {
  height: 100%;
}
.industries-page .industries-2 .list li .content .text {
  margin-bottom: auto;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: justify;
}
.industries-page .industries-2 .list li .content a.link {
  opacity: 0;
  padding: .05em .2em;
}
.industries-page .industries-2 .list li:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
.industries-page .industries-2 .list li:hover:before {
  opacity: 1;
}
.industries-page .industries-2 .list li:hover .content .text,
.industries-page .industries-2 .list li:hover .content a.link {
  opacity: 1;
}
.service-page .service-1 {
  background-color: #f3f3f3;
}
.service-page .service-1 span.h2 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.service-page .service-1 .list .box {
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 8%;
  height: 100%;
}
.service-page .service-1 .list .box i {
  width: 2em;
  height: 2em;
}
.service-page .service-1 .list .box span.h6 {
  line-height: 1;
}
.service-page .service-2 {
  background-color: #040d1f;
  color: white;
}
.service-page .service-2 .left a {
  position: relative;
}
.service-page .service-2 .left a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2%;
  background-color: rgba(22, 42, 78, 0.7);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .left a:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.service-page .service-2 .left .page {
  color: white;
}
.service-page .service-3 .list ul li {
  padding: 1.5% 3%;
  background-color: #f3f3f3;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.service-page .service-3 .list ul li em {
  font-weight: bold;
  margin-right: .2em;
}
.service-page .service-3 .list ul li span.h6 em {
  color: var(--color);
}
.service-page .service-3 .list ul li .text em {
  float: left;
}
.service-page .service-4 {
  background-color: #040d1f;
  color: white;
}
.service-page .service-4 table tr {
  background-color: transparent;
  padding: 0 15%;
  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;
  width: 100%;
}
.service-page .service-4 table tr:nth-child(odd) {
  background-color: #162a4e;
}
.service-page .service-4 table tr td {
  border: none;
  padding: .3em;
}
.service-page .service-4 table tr td:nth-child(1) {
  width: 55% !important;
}
.service-page .service-4 table tr td:nth-child(1) a {
  text-decoration: underline;
}
.service-page .service-4 table tr td:nth-child(2),
.service-page .service-4 table tr td:nth-child(3) {
  width: 20% !important;
}
.service-page .service-4 table tr td i.iconfont {
  width: 1.8em;
  height: 1.8em;
  background-color: var(--color);
  color: #162a4e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 table tr td i.iconfont:before {
  font-size: 1.4em;
}
.service-page .service-4 table tr td i.iconfont:hover {
  background-color: white;
}
.service-page .service-4 table tr:first-child {
  font-weight: bold;
}
.service-page .service-4 table tr:first-child td {
  padding: .5em .3em;
}
.service-page .service-5 {
  position: relative;
  z-index: 1;
}
.service-page .service-5:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.service-page .service-5:before {
  background-image: -webkit-radial-gradient(100% 81.66666667%, circle, rgba(22, 42, 78, 0.2) 0%, 30%, rgba(22, 42, 78, 0) 100%), -webkit-radial-gradient(5% 87.5%, circle, rgba(22, 42, 78, 0.3) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(100% 81.66666667%, circle, rgba(22, 42, 78, 0.2) 0%, 30%, rgba(22, 42, 78, 0) 100%), -moz-radial-gradient(5% 87.5%, circle, rgba(22, 42, 78, 0.3) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 100% 81.66666667%, rgba(22, 42, 78, 0.2) 0%, 30%, rgba(22, 42, 78, 0) 100%), radial-gradient(circle at 5% 87.5%, rgba(22, 42, 78, 0.3) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.service-page .service-5 .form {
  max-width: 670px;
  margin: 0 auto;
  padding: 5% 4%;
  color: white;
  text-align: left;
}
.news-page .news-1 .list ul {
  row-gap: 1em;
}
.news-page .news-2 {
  background-color: #040d1f;
  color: white;
}
.news-page .news-2 .list .content {
  background-color: white;
  color: #162a4e;
}
.news-page .news-2 .list .content span.h6 {
  line-height: 1.5;
  height: 4.5em;
}
.contact-page {
  color: white;
  position: relative;
  z-index: 1;
}
.contact-page:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -webkit-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(90.41666667% 88.33333333%, circle, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), -moz-radial-gradient(0% 81.66666667%, circle, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 90.41666667% 88.33333333%, rgba(255, 255, 255, 0) 0%, 10.5%, rgba(255, 255, 255, 0) 35%), radial-gradient(circle at 0% 81.66666667%, rgba(22, 42, 78, 0.75) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.contact-page:before {
  background-image: -webkit-radial-gradient(100% 81.66666667%, circle, rgba(22, 42, 78, 0.07) 0%, 30%, rgba(22, 42, 78, 0) 100%), -webkit-radial-gradient(5% 87.5%, circle, rgba(22, 42, 78, 0.3) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -webkit-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(100% 81.66666667%, circle, rgba(22, 42, 78, 0.07) 0%, 30%, rgba(22, 42, 78, 0) 100%), -moz-radial-gradient(5% 87.5%, circle, rgba(22, 42, 78, 0.3) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), -moz-radial-gradient(48.90136719% 49.52148438%, circle, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(circle at 100% 81.66666667%, rgba(22, 42, 78, 0.07) 0%, 30%, rgba(22, 42, 78, 0) 100%), radial-gradient(circle at 5% 87.5%, rgba(22, 42, 78, 0.3) 0%, 35.2%, rgba(22, 42, 78, 0) 80%), radial-gradient(circle at 48.90136719% 49.52148438%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}
.contact-page .form {
  height: 100%;
}
.contact-page .form .info i {
  font-size: 1.5em;
  color: var(--color);
  line-height: 1;
}
#Message {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  color: white;
}
#Message .mask {
  background-color: rgba(4, 13, 31, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#Message span.close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  cursor: hand;
}
#Message span.close:before,
#Message span.close:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: white;
  top: 50%;
  left: 0;
}
#Message span.close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#Message span.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#Message .msgBox {
  width: 980px;
  max-width: 100%;
  max-height: 90%;
  overflow: auto;
  position: relative;
}
#Message .msgBox .form {
  padding: 6%;
}
#Message .msgBox .form li.img .pre {
  width: 30%;
}
#Message .msgBox .form li.img .pre em {
  right: .5em;
  top: .5em;
  color: #162a4e;
}
#Message .msgBox .form li.img input {
  padding-right: 2.5em;
}
#Message .msgBox .form li.img label {
  width: 70%;
  padding-top: 70%;
  margin-top: -2.5em;
  background-color: white;
  color: #162a4e;
  position: relative;
}
#Message .msgBox .form li.img label span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#Message .msgBox .form li.img label span i {
  display: block;
  font-size: 5em;
  line-height: 1;
}
#Message.active {
  display: none;
}
@media screen and (max-width: 1450px) {
  .industries-page .industries-2 .list li {
    height: 400px;
  }
  #footer .footer-top .box2 a {
    height: 240px;
  }
  #index-body .init-2 .list a {
    height: 340px;
  }
}
@media screen and (max-width: 1250px) {
  .industries-page .industries-2 .list li {
    height: 320px;
  }
  #footer .footer-top .box2 a {
    height: 200px;
  }
  #index-body .init-2 .list a {
    height: 280px;
  }
  .product-page .product-1 .nav a {
    padding: 0 .3em;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer-top .logo img {
    max-height: 90px;
  }
  #footer .footer-top .box2 {
    max-width: 220px;
  }
  #footer .footer-top .slide:nth-child(3) {
    display: none;
  }
  .play-btn {
    zoom: .7;
  }
  .service-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-1 .list ul li {
    width: 49%;
  }
  .product-1 {
    display: none;
  }
  .product-page .product-2 .containerL,
  .history-page .containerL {
    padding-left: 0;
  }
  #sideBar {
    display: none;
  }
  .history-page .history-2 .year:before {
    width: 100%;
    left: 0;
  }
  #index-body .init-2 .list a {
    height: 250px;
  }
  #index-body .init-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .list ul li {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .font-36 {
    font-size: 18px;
  }
  .text.font-16.mt-5.wid-100 {
    line-height: 2;
}
  .text.font-18.mt-25 {
    line-height: 2;
}
.text.font-18.mt-30 {
    line-height: 2;
}
  .text.font-18 {
    line-height: 2;
}
  span.h2.font-64.block.up-word {
    line-height: 1.4!Important;
}
.text.font-18.mt-15 {
    line-height: 2;
}
span.h2.font-36.font-bold.block {
    line-height: 1.6;
}
.text.font-18.mt-25.mb-60 {
    line-height: 2;
}
.text.font-14.mt-6.mb-12.text-hide-3 {
    line-height: 2;
}
  #index-body .init-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-2 .list ul.flex-8 li {
    width: 25%;
  }
  #index-body .init-2 .list ul.flex-6 li {
    width: 33.333%;
  }
  #index-body .init-2 .list a .link {
    opacity: 1;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .share {
    font-size: 18px;
  }
  #footer .footer-top .box .slide {
    width: 100%;
  }
  #footer .footer-top .box .slide:last-child {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(2) {
    margin-top: 20px;
  }
  .font-24 {
    font-size: 16px;
  }
  .history-page .history-1 .right {
    padding-left: 0;
    width: 100%;
  }
  .history-page .history-1 .left {
    width: 100%;
  }
  .history-page .history-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page .history-2 .box .box4 .content {
    position: static;
    width: 100%;
  }
  .history-page .history-2 .box .box4 > ul {
    width: 100%;
  }
  .industries-page .industries-2 .list li:before,
  .industries-page .industries-2 .list li .content .text,
  .industries-page .industries-2 .list li .content a.link {
    opacity: 1;
  }
  .service-page .service-4 table tr {
    padding: 0 5%;
  }
}
.product-0 .text {
  max-height: 7.5em;
  overflow: auto;
}
@media screen and (max-width: 500px) {
  .service-1 .list ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .list {
    padding-right: 0;
  }
  #index-body .init-2 .list ul.flex-8 li {
    width: 50%;
  }
  #index-body .init-2 .list ul.flex-6 li {
    width: 50%;
  }
  #banner li.video video {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  #banner li .content .left {
    max-width: none;
  }
}
.m-link>div {
  padding: .3em 1em;
  background-color: #F3F3F3;
  border: 1px solid transparent;
  transition: .5s;
  max-width: 400px;
}
.m-link>div em {
  color: var(--color);
}
.m-link>div:hover {
  border-color: var(--color);
  background-color: transparent;
}
.newsContent strong {
  font-size: 1.2em;
  color: #52525f;
  margin: .5em 0;
  display: inline;
}
.fancybox-caption {
  text-align: center;
}

/*// 2025 11 27*/
@media screen and (max-width: 1450px) {
  .about-page .about-5 .slickBtn div.prev {
    right: 102%;
  }
  .about-page .about-5 .slickBtn div.next {
    left: 102% !important;
  }
  #sideBar {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .list li {
    padding: 4% !important;
  }
  a.foooo {
    display: none;
}
  .about-page .about-6 iframe {
    position: static;
    height: 400px;
  }
  .about-page .about-6 .box {
    max-width: none;
    padding: 4% 0;
  }
  .about-page .about-6 .box:before {
    display: none;
  }
  .about-page .about-6 {
    background-color: #040d1f;
    padding: 0;
  }
}
@media screen and (min-width: 1920px) {
  #banner li.video video {
    max-height: 900px;
  }
}
h1.hhh11 {
    display: inline;
}
h1.hhhh {
    display: inline;
}