@font-face {
  font-family: 'ydl';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'ydl';
  src: url('../fonts/PingFangSCBold.eot');
  src: url('../fonts/PingFangSCBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PingFangSCBold.woff2') format('woff2'), url('../fonts/PingFangSCBold.woff') format('woff'), url('../fonts/PingFangSCBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'ydl';
  src: url('../fonts/PingFangSCRegular.eot');
  src: url('../fonts/PingFangSCRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/PingFangSCRegular.woff2') format('woff2'), url('../fonts/PingFangSCRegular.woff') format('woff'), url('../fonts/PingFangSCRegular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'ydl';
  src: url('../fonts/PingFangSC-Heavy.eot');
  src: url('../fonts/PingFangSC-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/PingFangSC-Heavy.woff2') format('woff2'), url('../fonts/PingFangSC-Heavy.woff') format('woff'), url('../fonts/PingFangSC-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
body {
  font-family: "ydl";
  max-width: 1920px;
  --color: #91cddf;
  --color2: #245884;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1700px;
}
.container2 {
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
}
.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: 110px;
}
#header .nav .ui.menu .logo {
  margin-right: auto;
}
#header .nav .ui.menu .lang {
	margin-right:auto;
}
#header .nav .ui.menu .lang img {
	max-width:28px;
	display:block;
}
#header .nav .ui.menu .menu-box {
  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;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: .2em;
  font-size: 1.2em;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  height: 4.125em;
  padding: 0 2em;
  border-radius: .5em;
  background-color: var(--color2);
  color: white;
  min-width: 11.25em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background-color: var(--color);
}
a.link {
  color: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 800;
}
a.link:hover {
  color: var(--color);
}
a.link i {
  font-size: .7em;
}
span.h2 {
  line-height: 1.3;
  color: var(--color2);
}
span.h2 em {
  color: var(--color);
}
.text {
  line-height: 1.8;
  color: #5f5f5f;
}
.text strong {
  font-weight: 800;
}
.text p {
  margin-top: 1.5em;
}
.text p:first-child {
  margin-top: 0;
}
#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%);
  z-index: 1;
  color: white;
}
#banner li .content a.more {
  background-color: var(--color);
}
#banner li .content a.more:hover {
  background-color: var(--color2);
}
#banner li .content span.h2,
#banner li .content .text {
  color: inherit;
}
.init-2 {
  color: white;
}
.init-2 span.h2,
.init-2 .text {
  color: inherit;
}
.init-2 a.more {
  background-color: var(--color);
}
.init-2 a.more:hover {
  background-color: black;
}
.init-2 a.link {
  color: var(--color);
}
.init-2 li {
  border-top: 2px solid #98b0c2;
}
.init-2 li span.h2 {
  color: var(--color);
}
.init-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.init-3 .text {
  color: #636568;
}
.init-3 .top .right {
  border-left: 4px solid var(--color);
}
.init-3 .list a {
  padding: 8%;
  background-color: white;
  color: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-3 .list a i {
  height: 4.25em;
}
.init-3 .list a i img {
  max-height: 100%;
}
.init-3 .list a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.init-4 .top .left {
  border-bottom: 1px solid var(--color);
}
.init-4 .top .right a.more {
  height: 2.625em;
  padding: 0 1.5em;
  min-width: 9.625em;
}
.init-4 .list span.h6 {
  color: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.3;
  height: 2.6em;
}
.init-4 .list span.h6:hover {
  color: var(--color);
}
.init-4 .list time {
  color: #5f5f5f;
}
.init-5 {
  border-top: 2px solid #89a5bc;
}
.init-5 .left > img {
  margin: 0 -3% 0 -6%;
  max-width: none;
  width: 109%;
}
.init-5 .right li {
  border: 2px solid #e2e2e2;
  padding: 1em;
}
.init-5 .right li span.h6 {
  color: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-5 .right li span.h6 i {
  width: 12px;
  height: 12px;
  position: relative;
  margin-top: .4em;
  cursor: pointer;
  cursor: hand;
}
.init-5 .right li span.h6 i:before,
.init-5 .right li span.h6 i:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--color2);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.init-5 .right li span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.init-5 .right li .text {
  display: none;
}
.init-5 .right li.active span.h6 {
  margin-top: 1em;
}
.init-5 .right li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.init-6 {
  color: white;
}
.init-6 .left {
  padding-left: 15px;
}
.init-6 .left .content {
  max-width: 600px;
  margin-left: auto;
  padding-right: 15px;
}
.init-6 .left .content span.h2,
.init-6 .left .content .text {
  color: inherit;
}
.init-6 .left .content a.link {
  font-weight: 400;
  color: #4ad5ff;
}
.init-6 .left .content a.link:hover {
  color: white;
}
.init-6 .right ul li {
  background-color: white;
}
.init-6 .right ul li a {
  height: 100%;
  padding: 11%;
}
.init-6 .right ul li span.h6 {
  line-height: 1.2;
}
.init-6 .right ul li .text {
  color: inherit;
}
.init-6 .right ul li:first-child {
  color: #245884;
}
.init-6 .right ul li:last-child {
  background-color: var(--color);
}
#footer {
  background-color: var(--color2);
  color: white;
}
#footer .nav {
  max-width: 830px;
  margin: 0 auto;
}
#footer .nav ul {
  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;
}
#footer .nav ul ul {
  display: none;
}
#footer .nav ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .nav ul li:first-child {
  display: none;
}
#footer .nav ul li:hover {
  color: var(--color);
}
#footer .share i.iconfont-instagram-line,
#footer .share i.iconfont-Youtube-fill {
  font-size: 1.2em;
}
#footer .share a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share a:hover {
  color: var(--color);
}
#footer .coy {
  border-top: 2px solid #99b1c6;
}
.grid-row {
  grid-row: span 2;
}
.about-2 {
  color: white;
}
.about-2 span.h2,
.about-2 .text {
  color: inherit;
}
.about-2 span.h2.line {
  color: var(--color);
  margin-top: -13%;
}
.about-2 span.h2.line:after {
  content: '';
  width: 1.2em;
  height: 1px;
  background-color: var(--color);
}
.about-2 .box {
  background-color: white;
  color: var(--color2);
  padding: 13% 11% 20%;
  height: 100%;
	-webkit-perspective: 1000px;
   perspective: 1000px;
}
.about-2 .box.full {
  background-color: var(--color2);
  color: white;
}
.about-2 .box i.flex-s {
  height: 2em;
}
.about-2 .box i.flex-s img {
  max-height: 100%;
}
.about-2 .box span.num {
  color: var(--color);
}
.about-2 .box a.link {
  color: #444;
  font-weight: 400;
}
.about-2 .box a.link:hover {
  color: var(--color2);
}
.about-2 .box .pre {
	background-color:white;
	-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   transform-style: preserve-3d;
	transition:.5s;
}
.about-2 .box .pre .title {
	-webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.about-2 .box .pre .text {
	-webkit-transform: rotateX(0deg) rotateY(-180deg);
   transform: rotateX(0deg) rotateY(-180deg);
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	-webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.about-2 .box:hover .pre {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
   transform: rotate3d(0, 1, 0, -180deg);
}
.about-4 {
  color: white;
}
.about-4 span.h2 {
  color: inherit;
}
.about-4 a.more {
  background-color: var(--color);
  height: 3.66666667em;
  padding: 0 1.75em;
  min-width: 12.08333333em;
}
.about-4 a.more:hover {
  background-color: black;
}
.prosecution-page .text {
  max-width: 1090px;
}
.prosecution-page .text strong {
  font-size: 1.125em;
  margin-bottom: .3em;
}
.prosecution-page .text a {
  font-weight: 800;
  color: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prosecution-page .text a:hover {
  color: var(--color);
}
.product-1 span.tag.line {
  color: var(--color);
}
.product-1 span.tag.line:after {
  content: '';
  width: 1.2em;
  height: 2px;
  background-color: var(--color);
}
.product-1 h1 {
  color: var(--color);
  line-height: 1.2;
  font-weight: 800;
}
.product-1 h1 em {
  color: var(--color2);
}
.product-1 .right {
  max-width: 620px;
}
.product-1 .right .text {
  line-height: 2;
}
.product-2 {
  background-color: #e9eef2;
}
.product-3 .content .slide {
  padding: 4% 2%;
  border: 1px solid #c3c3c3;
}
.product-3 .content .slide span.h6 {
  font-weight: 800;
  color: var(--color2);
}
.product-3 .content .slide span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.product-3 .content .slide span.h6 i:before,
.product-3 .content .slide span.h6 i:after {
  content: '';
  width: .8em;
  height: 3px;
  background-color: #646464;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-3 .content .slide span.h6 i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.product-3 .content .slide .table table {
  padding-bottom: 1em;
}
.product-3 .content .slide .table table tbody {
	table-layout:fixed;
}
.product-3 .content .slide .table table tbody tr {
  background-color: transparent !important;
}
.product-3 .content .slide .table table tbody tr td {
  background-color: var(--color2);
  color: white;
  line-height: 1.8;
  padding: .5em !important;
  border: 2px solid white !important;
  text-align: center;
  font-weight: 800;
/*   min-width: 120px !important; */
  white-space: nowrap;
}
.product-3 .content .slide .table table tbody tr td[bgcolor] {
  background-color: revert-layer !important;
}
.product-3 .content .slide .table table tbody tr:first-child td:first-child {
  opacity: 0;
}
.product-3 .content .slide .color {
  color: #595959;
}
.product-3 .content .slide .color span i {
  height: 1.375em;
  width: 1.375em;
}
.product-3 .content .slide.active span.h6 i:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.product-5 {
  color: white;
}
.solution-page .left {
	position:sticky;
	top:120px;
}
.solution-page .left ul li {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #ddd;
}
.solution-page .left ul li:last-child {
  margin-bottom: 0;
}
.solution-page .left ul li span.h6 {
  width: 30%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-page .left ul li .text {
  display: none;
}
.solution-page .left ul li .text strong {
  font-size: inherit;
  font-weight: inherit;
}
.solution-page .left ul li .text p {
  margin-top: 0;
}
.solution-page .left ul li i.btn {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #bfbfbf;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-page .left ul li i.btn:before {
  font-size: 1.5em;
}
.solution-page .left ul li.active span.h6 {
  color: #4ebfd6;
}
.solution-page .left ul li.active i.btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #4ebfd6;
}
.solution-page .right .img ul {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:1em;
}
.solution-page .right .img ul li:first-child {
	grid-column: span 2;
}
.solution-page .right .img ul li {
	padding:0;
}
.solution-page .right .img ul li a {
	display:block;
	border-radius:.3em;
	overflow:hidden;
}
.solution-page .right .img ul li a i,
.solution-page .right .img ul li a span {
	display:none;
}
.solution-page .right .text strong {
  color: #4ebfd6;
  font-size: 1.25em;
}
.solution-page .right .linkMore {
  height: 4.375em;
  min-width: 27.5em;
  border-radius: 2.1875em;
  border: 2px solid #bfbfbf;
  color: #4ebfd6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-page .right .linkMore i {
  font-size: 1.3em;
}
.solution-page .right .linkMore:hover {
  background-color: var(--color2);
  color: white;
  border-color: var(--color2);
}
.download-page span.h5 {
  font-weight: 800;
  color: var(--color2);
}
.download-page hr {
  background-color: #a0a0a0;
}
.download-page .text {
  line-height: 1.625;
}
.download-page .downloadLink:before {
  content: '';
  width: 10px;
  background-color: var(--color);
}
.download-page .downloadLink span.h6 {
  color: var(--color2);
}
.download-page .downloadLink a.link {
  color: var(--color);
  margin-top: .6em;
}
.download-page .downloadLink a.link:hover {
  color: var(--color2);
}
.contactInfo li:before {
  content: '';
  width: 10px;
  background-color: var(--color);
}
.contactInfo li span.h6 {
  color: var(--color2);
  font-weight: 800;
  line-height: 1.2;
}
.network-page span.tag.line {
  color: var(--color);
}
.network-page span.tag.line:after {
  content: '';
  width: 1.2em;
  height: 2px;
  background-color: var(--color);
}
.network-page img.map {
  width: 106%;
  margin-left: -6%;
  max-width: none;
}
.network-page .right .list li {
  padding: 1em;
  border: 2px solid transparent;
  color: white;
  background-color: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.network-page .right .list li span.h6 {
  --color2: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.network-page .right .list li.active {
  border-color: #e2e2e2;
  background-color: transparent;
  color: var(--color2);
}
.network-page .right .list li.active span.h6 {
  --color2: #245884;
  margin-top: 1em;
}
.network-page .right .list li.active span.h6 i {
  opacity: 0;
}
.network-page .right .list li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.network-page .right .list span.h6 {
  color: var(--color2);
  line-height: 1.2;
}
.network-page .right .list span.h6 i {
  width: 12px;
  height: 12px;
  position: relative;
  margin-top: .3em;
  cursor: pointer;
  cursor: hand;
}
.network-page .right .list span.h6 i:before,
.network-page .right .list span.h6 i:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--color2);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.network-page .right .list span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.network-page .right .list .text {
  color: var(--color2);
  display: none;
}
.network-page .right .list .text p {
  margin-top: 0;
}
.network-page .right .list .text br {
  font-size: .1em;
  height: 0em;
  display: block;
}
.network-page .right .form span.h3 {
  color: var(--color2);
  font-weight: 800;
}
.network-page .right .form form input,
.network-page .right .form form textarea {
  width: 100%;
  border: none;
  padding: 1em;
  border-bottom: 2px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.network-page .right .form form input:focus,
.network-page .right .form form textarea:focus {
  border-color: var(--color2);
}
.network-page .right .form form textarea {
  height: 148px;
}
.network-page .right .form form button {
  border: none;
  height: 3.25em;
  min-width: 9em;
}
.network-page .right .form form button i {
  font-size: .7em;
  line-height: 0;
}
.network-page .right .form form label {
  color: #7d7d7d;
}
.network-page .right .form form label input[type="checkbox"] {
  display: none;
}
.network-page .right .form form label input[type="checkbox"] ~ i {
  width: 1.42857143em;
  height: 1.42857143em;
  border: 2px solid #e7e7e7;
}
.network-page .right .form form label input[type="checkbox"] ~ i:after {
  content: '\e766';
  font-family: 'iconfont';
  font-size: 1.5em;
  font-weight: bold;
  opacity: 0;
  color: var(--color2);
}
.network-page .right .form form label input[type="checkbox"]:checked ~ i:after {
  opacity: 1;
}
.m-page {
  font-weight: 800;
  color: var(--color2);
}
.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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-page span.current,
.m-page a:hover {
  text-decoration: underline;
}
.news-page .list span.h6 {
  color: var(--color2);
  line-height: 1.5;
  min-height: 3em;
}
.news-page .list time {
  color: #636363;
}
.newdet-page h1 {
  color: var(--color2);
  line-height: 1.2;
  font-weight: 800;
}
@media screen and (max-width: 1500px) {
  .init-6 .right ul li a i img {
    max-width: 60px;
  }
  .downloadLink i.flex-s {
    max-width: 40px;
  }
  .contactInfo i.flex-s {
    max-width: 40px;
  }
  #banner li .content a.play img {
    max-width: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .init-6 .right ul li a {
    padding: 8%;
  }
  .init-6 .right ul li a i img {
    max-width: 50px;
  }
  .downloadLink i.flex-s {
    max-width: 30px;
  }
  .contactInfo i.flex-s {
    max-width: 30px;
  }
  .about-2 span.h2.line {
    margin-top: -5%;
  }
  .about-2 .box {
    padding: 10%;
  }
  #banner li .content a.play img {
    max-width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .more {
    height: 3em;
  }
  .init-2 .left {
    position: static;
  }
  .init-3 .top .right {
    padding-left: 20px !important;
  }
  .init-6 .left {
    padding: 0 15px !important;
  }
  .init-6 .left .content {
    max-width: none;
    padding: 0;
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
  .about-3 ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-4 a.more {
    width: auto !important;
    padding: 0 1.5em !important;
  }
  .about-4 .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .solution-page .left {
    display: none;
  }
  .solution-page .right .slide {
    display: block !important;
    margin-bottom: 30px;
  }
  .solution-page .right .linkMore {
    height: 3.6em;
    min-width: 14em;
  }
  .download-page .box .slide {
    margin-bottom: 30px;
  }
  .downloadBox .right {
    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;
    gap: 20px;
  }
  .downloadBox .right .downloadLink {
    margin-bottom: 0;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-30 {
    font-size: 20px;
  }
  .text p {
    margin-top: 1em;
  }
  .font-36 {
    font-size: 24px;
  }
	.product-3 .content .slide .table table tbody tr td {
		min-width:120px !important;
	}
	.product-3 .content .slide .table table tbody {
		table-layout:unset;
	}
}
@media screen and (max-width: 700px) {
  .share {
    gap: 18px;
  }
  #footer .nav {
    display: none;
  }
  .font-48 {
    font-size: 24px;
  }
  .contactInfo li:before,
  .download-page .downloadLink:before {
    width: 5px;
  }
  .solution-page .right .slide .img ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-page .right .slide .img ul li.grid-span {
    grid-column: span 2;
  }
  .about-2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-2 ul li.grid-span {
    grid-column: span 2;
  }
  .about-2 span.h2.line {
    margin-top: 0;
  }
  .about-3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-3 ul li.grid-span {
    grid-column: span 2;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .btn,
  #banner li .content .text {
    display: none;
  }
  .init-3 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .init-3 .list a i {
    height: 3em;
  }
  .init-6 .right ul li a i img {
    max-height: 24px;
  }
  .init-6 .right ul li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .init-6 .right ul li a i {
    width: 100%;
  }
  .init-6 .right ul li a .content {
    width: 100%;
  }
  .about-4 a.more {
    height: 2.8em;
    min-width: 10em;
    font-size: 14px;
  }
  .news-page .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.easy-image-gallery a img {
	width:100%;
}
.easy-image-gallery li {
	padding:0;
}
.product-1 .left ul i,.product-1 .left ul span,.product-1 .left ul em {
	display:none !important;
}
.product-1 .left .slickBtn .prev {
	left:10px;
}
.product-1 .left .slickBtn .next {
	left:auto;
	right:10px;
}