@font-face {
  font-family: 'ClashDisplay';
  src: url('../fonts/ClashDisplay-Regular.eot');
  src: url('../fonts/ClashDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashDisplay-Regular.woff2') format('woff2'), url('../fonts/ClashDisplay-Regular.woff') format('woff'), url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../fonts/ClashDisplay-Medium.eot');
  src: url('../fonts/ClashDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../fonts/ClashDisplay-Semibold.eot');
  src: url('../fonts/ClashDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../fonts/ClashDisplay-Bold.eot');
  src: url('../fonts/ClashDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff2') format('woff2'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.iconfont {
  font-weight: normal;
}
body {
  font-family: "ClashDisplay";
  max-width: 1920px;
  --color: #00016c;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1730px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.active .h-top {
  background-color: #f9f7f4;
}
#header.active .nav {
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.09)!important;
}
#header.active .yuy {
  color: #000000;
  border-color: #d9d9d9;
}
#header.home .nav .ui.menu .menu-box ul.menu > li {
  color: white;
}
#header.home.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header .logo {
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header .h-top {
  text-align: center;
  margin-left: -120px;
  padding-right: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 11px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .h-top.no-white-bg {
  background-color: #f9f7f4;
}
#header .h-top p span {
  border-bottom: 1px solid currentColor;
}
#header .h-top .h-search {
  right: 23px;
  top: 0;
  font-size: 0;
  cursor: pointer;
  cursor: hand;
}
#header .h-top .h-search img {
  vertical-align: middle;
}
#header .nav {
  padding: 20px 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav.white-line {
  border-color: rgba(255, 255, 255, 0.15);
}
#header .nav.black-line {
  border-color: rgba(0, 0, 0, 0.09);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
#header .nav .ui.menu .menu-box {
  margin-left: 60px;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 16px;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .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;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 38%;
  left: 3.5%;
  bottom: 8%;
}
#banner h2 {
  color: #FFFFFF;
  font-weight: 600;
}
#banner h2 span {
  border-bottom: 2px solid currentColor;
}
#banner p {
  color: #FFFFFF;
}
#banner .cards {
  right: 2%;
  bottom: 8%;
  width: 438px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
#banner .cards .img {
  padding-top: 75%;
}
#banner .cards .next {
  border-left: 1px solid #cccccc;
  cursor: pointer;
}
.yuy {
  position: relative;
  height: 50px;
  line-height: 46px;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 0 17px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.yuy.no-bg {
  background-color: transparent;
  border-color: #d9d9d9;
}
.yuy.text-white {
  color: #FFFFFF;
}
.yuy.text-gray {
  color: #909090;
}
.yuy .flag {
  width: 29px;
  height: 29px;
  border-radius: 50%;
}
.yuy ul {
  width: 150px;
  line-height: normal;
}
.inqBtn {
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  background-color: #00016c;
  border-radius: 25px;
  padding: 0 22px;
  cursor: pointer;
}
.baseBtn {
  color: #FFFFFF;
  background-color: var(--color);
  height: 53px;
  border-radius: 27px;
  padding: 0 20px;
  border: 0;
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: .3;
  }
  to {
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
.home-1 .line {
  border-bottom: 1px solid #e1e1e1;
}
.home-1 h4 {
  font-size: 18.76px;
  color: #999999;
}
.home-1 .Tag {
  color: #9e9e9e;
}
.home-1 .text {
  color: #7f7f7f;
}
.home-1 .box {
  background-color: #f2f0f0;
  border-radius: 30px;
  height: 100%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home-1 .box .num {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .box p {
  color: #666666;
  line-height: 1.5;
  min-height: 3em;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1 .box:hover {
  background-color: #02026c;
}
.home-1 .box:hover .num {
  color: #FFFFFF;
}
.home-1 .box:hover p {
  color: #FFFFFF;
}
.home-1 .imgs {
  padding-top: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home-1 .imgs i {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #1315b0;
  border-radius: 50%;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  pointer-events: none;
}
.home-1 .imgs i::before,
.home-1 .imgs i::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(19, 21, 176, 0.35);
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: -1;
}
.home-1 .imgs i::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.home-1 .imgs i:nth-of-type(2) {
  bottom: 36%;
}
.home-1 .imgs i:nth-of-type(3) {
  bottom: 100%;
}
.home-1 .imgs > div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.home-1 .imgs > div::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f4f4f4;
  border-radius: inherit;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-1 .imgs > div > div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-1 .imgs > div:hover::after {
  opacity: 0;
}
.home-1 .imgs > div:hover > div {
  opacity: 1;
}
.home-1 .imgs > div:nth-of-type(2) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.home-1 .imgs > div:nth-of-type(2)::after {
  background-color: #e7e7e7;
}
.home-1 .imgs > div:nth-of-type(3) {
  -webkit-transform: scale(0.64);
  -moz-transform: scale(0.64);
  -ms-transform: scale(0.64);
  transform: scale(0.64);
}
.home-1 .imgs > div:nth-of-type(3)::after {
  background-color: #dddddd;
}
.home-1 .imgs > div:nth-of-type(4) {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.home-1 .imgs > div:nth-of-type(4)::after {
  background-color: #f4f4f4;
}
.home-2 {
  color: #FFFFFF;
}
.home-2 .img {
  -webkit-mask-image: url(../images/home2-mask.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: right;
  -webkit-mask-repeat: no-repeat;
}
.home-2 .icon {
  border: 2px solid #FFFFFF;
  border-radius: 6px;
}
.home-2 .text p {
  color: #d0d0d0;
  line-height: 24px;
  min-height: 96px;
}
.home-2 .text p span {
  color: #FFFFFF;
  font-weight: 600;
}
.home-3 .slick-list {
  overflow: visible;
  padding-right: 13%;
}
.home-3 .box {
  border: 6px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
.home-3 .box:hover {
  border-color: var(--color);
}
.home-3 .dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #babfc3;
}
.home-3 .dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 6px;
}
.home-3 .dots li.slick-active {
  background-color: var(--color);
}
.home-3 .dots li button {
  display: none;
}
.home-3 span.arrow {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.home-3 span.arrow:hover {
  color: #FFFFFF;
  background-color: var(--color);
  border-color: var(--color);
}
.home-4 {
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 20px;
  min-height: 100vh;
}
.home-4 .img {
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
}
.home-4 .text {
  max-width: 660px;
}
.home-5 .img {
  padding-top: 350px;
  border-radius: 20px;
}
.home-5 .left .box {
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 77px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 77px rgba(0, 0, 0, 0.15);
}
.home-5 .right .box {
  border-radius: 20px;
  background-color: #f4f4f4;
}
.home-5 .right ul {
  margin: -10px -20px;
}
.home-5 .right li {
  padding: 10px 20px;
}
.home-6 {
  color: #FFFFFF;
}
.home-6 .text {
  max-width: 350px;
  margin: auto;
  opacity: .85;
}
.home-6 .btns a {
  display: inline-block;
  color: var(--color);
  background-color: #FFFFFF;
  line-height: 58px;
  border-radius: 29px;
}
#footer .container {
  max-width: 1510px;
}
#footer .foot-top .menu a {
  color: rgba(45, 53, 69, 0.7);
  border: 1px solid rgba(34, 50, 78, 0.1);
  border-radius: 6px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .foot-top .menu a:hover {
  color: #FFFFFF;
  background-color: var(--color);
  border-color: var(--color);
  -webkit-box-shadow: 0 0 32px rgba(75, 117, 254, 0.22);
  box-shadow: 0 0 32px rgba(75, 117, 254, 0.22);
}
#footer .foot-top .form input,
#footer .foot-top .form textarea {
  width: 100%;
  padding: 20px 50px;
  background-color: transparent;
  border: 1px solid rgba(34, 50, 78, 0.1);
}
#footer .foot-top .form input[type='submit'] {
  width: auto;
  min-width: 245px;
  padding: 0;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  color: #FFFFFF;
  background-color: var(--color);
}
#footer .foot-top .form textarea {
  height: 100%;
}
#footer .foot-top .form .text {
  opacity: .55;
}
#footer .foot-bottom {
  color: #FFFFFF;
  background-color: var(--color);
}
#footer .foot-bottom img.login {
  height: 18px;
}
#flexbar {
  position: fixed;
  z-index: 222;
  right: 10px;
  top: 50%;
}
#flexbar ul {
  background-color: #FFFFFF;
  border-radius: 10px 0 0 10px;
}
#flexbar ul:first-of-type {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#flexbar ul:last-of-type {
  background-color: var(--color);
}
#flexbar .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
#flexbar .icon img {
  vertical-align: middle;
}
#flexbar .icon:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#flexbar .info {
  font-size: 20px;
  white-space: nowrap;
  background-color: #FFFFFF;
  padding: .5em;
  border-radius: .5em;
  margin-right: 1em;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#flexbar .info * {
  font-size: .8em;
  min-height: 100%;
}
#flexbar li {
  position: relative;
  z-index: 0;
}
#flexbar li:hover {
  z-index: 1;
}
#flexbar li:hover .info {
  right: 100%;
  opacity: 1;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  -moz-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
}
#ewm {
  width: 150px;
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 30px;
  }
  .home-1 .left {
    width: 45%;
  }
  .home-1 .right {
    width: 45%;
  }
  .home-3 .slick-list {
    padding-right: 0;
  }
  .home-5 .right ul {
    margin: -10px;
  }
  .home-5 .right li {
    padding: 10px;
  }
}
@media (max-width: 1000px) {
  #banner .cards {
    display: none;
  }
  #banner .content {
    width: 55%;
    left: 5%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .home-2 .left > div {
    padding: 5%;
  }
  .home-3 .dots {
    width: 65%;
  }
  .home-4 {
    padding-top: 0;
    min-height: auto;
  }
  .home-4 .img {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 50%;
  }
  #footer .foot-top .form input,
  #footer .foot-top .form textarea {
    padding: 10px 25px;
  }
  #footer .foot-top .form input[type='submit'] {
    min-width: auto;
    height: auto;
    line-height: normal;
    padding: 10px 30px;
  }
  #flexbar {
    display: none;
  }
}
@media (max-width: 700px) {
  .home-6 .btns a {
    line-height: 45px;
  }
  #banner li {
    height: 400px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .content {
    width: 90%;
  }
}
.mbx {
  width: 100%;
  left: 0;
  top: 146px;
  padding: 9px 0;
}
.mbx i {
  color: var(--color);
}
.inner-banner {
  min-height: 146px;
  color: #FFFFFF;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 40%;
}
.inner-banner .down {
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media (max-width: 1250px) {
  .inner-banner {
    min-height: auto;
  }
}
.about-1 .line {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: rgba(0, 0, 109, 0.35);
}
.about-1 .line em {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color);
}
.about-1 .line::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--color);
}
.about-1 .Tag {
  color: var(--color);
  width: 47%;
  margin-left: 53%;
}
.about-1 .Tit {
  color: var(--color);
}
.about-1 .Tit div {
  font-size: 2em;
  white-space: nowrap;
}
.about-1 .text {
  color: #5d5d5d;
  width: 35%;
  margin-left: 57%;
}
.about-1 .box {
  padding-bottom: 4em;
}
.about-2 {
  color: #FFFFFF;
}
.about-2 .slick-list {
  padding-top: 240px;
  overflow: visible;
}
.about-2 .slick-slide {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-2 .slick-active + .slick-active {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}
.about-2 .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-240px);
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  transform: translateY(-240px);
}
.about-2 .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.about-2 .top {
  margin-right: -10%;
}
.about-2 .top li .time {
  color: var(--color);
}
.about-2 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.about-2 .line em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}
.about-2 .line::after {
  content: "";
  position: absolute;
  right: 100%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color);
}
.about-2 .timeline li {
  opacity: .35;
  cursor: pointer;
}
.about-2 .timeline li.active {
  color: var(--color);
  opacity: 1;
}
.about-3 .Tit {
  color: var(--color);
}
@-webkit-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ro {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-4 {
  background-color: var(--color);
  color: #FFFFFF;
}
.about-4 .img {
  position: relative;
  padding: 5%;
}
.about-4 .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/about4-arrow.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: ro 10s linear infinite;
  -moz-animation: ro 10s linear infinite;
  animation: ro 10s linear infinite;
}
.about-4 .img img {
  width: 100%;
  border-radius: 50%;
}
.about-4 .box > div:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-4 .box > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.about-4 .box > div:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.about-4 li {
  min-height: 170px;
}
.about-5 .Tit {
  color: var(--color);
}
.about-5 .list .bg {
  width: 102%;
  left: -1%;
  top: 100%;
  z-index: -1;
}
.about-5 .slickBtn.pos div.prev {
  right: 100%;
}
.about-5 .slickBtn.pos div.next {
  left: 100%;
}
.about-6 {
  color: #FFFFFF;
}
.about-6 .box {
  background-color: rgba(0, 0, 0, 0.36);
  max-width: 870px;
  margin: auto;
}
.about-6 .box a {
  line-height: 40px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  border-radius: 20px;
  padding: 0 30px;
}
.about-7 .Tit {
  color: var(--color);
}
.about-7 .list ul {
  margin: 0 -2.5em;
}
.about-7 .list li {
  padding: 0 2.5em;
}
.about-7 .list li img {
  border-radius: 19px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.about-7 .list .slick-list {
  overflow: visible;
}
.about-7 .list .slick-current li img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about-7 .slickBtn.pos div.prev {
  right: 77%;
}
.about-7 .slickBtn.pos div.next {
  left: 77%;
}
.about-7 .page {
  color: var(--color);
}
@media (max-width: 1250px) {
  .mbx {
    position: static;
    background-color: #EEEEEE;
  }
}
@media (max-width: 1000px) {
  .inner-banner .down {
    display: none;
  }
  .about-1 .line {
    display: none;
  }
  .about-1 .Tag {
    width: 100%;
    margin-left: 0;
  }
  .about-1 .text {
    width: 100%;
    margin-left: 0;
  }
  .about-2 .top {
    margin-right: 0;
  }
  .about-2 .slick-list {
    padding-top: 90px;
  }
  .about-4 .box > div:nth-of-type(1) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
  }
  .about-4 .box > div:nth-of-type(2) {
    width: 100%;
    text-align: left;
  }
  .about-4 .box > div:nth-of-type(3) {
    width: 100%;
  }
  .about-4 .box > div ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-4 li {
    min-height: auto;
    margin-bottom: 30px;
  }
  .about-5 .slickBtn.pos div.prev {
    right: 85%;
  }
  .about-5 .slickBtn.pos div.next {
    left: 85%;
  }
}
@media (max-width: 700px) {
  .about-4 .box > div ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .about-1 .Tit div {
    font-size: 1.5em;
  }
  .about-2 .slick-list {
    padding-top: 0;
  }
}
.baseArrow {
  font-size: 30px;
}
.baseArrow div {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.baseArrow div img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseArrow div:hover {
  background-color: transparent;
  -webkit-filter: drop-shadow(0 0 10px rgba(2, 2, 108, 0.5));
  filter: drop-shadow(0 0 10px rgba(2, 2, 108, 0.5));
}
.baseArrow div:hover img.def {
  opacity: 0;
}
.baseArrow div:hover img.hov {
  opacity: 1;
}
.baseArrow div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.aspiration__circles {
  margin-bottom: 60px;
}
.aspiration__circles-top-line {
  display: none;
}
.aspiration__circles-top-line img {
  width: 88%;
  margin-left: 10%;
}
.aspiration__circles-cards {
  border-top: 2px solid #dcdce2;
}
.aspiration__circles-card {
  border-bottom: 2px solid #dcdce2;
  padding: 19px 0 18px;
}
.aspiration__circles-card.--active .aspiration__circles-card-btn {
  background-color: transparent;
}
.aspiration__circles-card.--active .aspiration__circles-card-btn:after {
  content: "-";
  color: #dcdce2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aspiration__circles-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aspiration__circles-card-link {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color);
}
.aspiration__circles-card-link br {
  display: none;
}
.aspiration__circles-card-btn {
  background-color: #dcdce2;
  outline: 0;
  -webkit-appearance: none;
  width: 37px;
  height: 37px;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid #dcdce2;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.aspiration__circles-card-btn:after {
  content: "+";
  line-height: 1;
  font-size: 21px;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.aspiration__circles-card-desc {
  display: none;
  padding-top: 23px;
  max-width: 75%;
}
.aspiration__circles-card-desc p:last-of-type {
  margin-bottom: 0;
}
.aspiration__circles-desc {
  display: none;
}
.aspiration__circles-desc-info h4 {
  color: #2d2d2d;
}
.aspiration__circles-desc-info p {
  color: #5f5f5f;
}
.aspiration__circles-desc-info a {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 22px;
  padding: 0 34px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  .aspiration__circles-top-line {
    display: block;
    margin-bottom: 8px;
    font-size: 0;
    line-height: 0;
  }
  .aspiration__circles-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aspiration__circles-cards {
    border-top: none;
    width: 67%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .aspiration__circles-card {
    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;
    width: 30%;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dcdce2;
    position: relative;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .aspiration__circles-card:hover {
    background-color: var(--color);
    border-color: var(--color);
  }
  .aspiration__circles-card:hover .aspiration__circles-card-link {
    color: #fff;
  }
  @supports not (aspect-ratio: 1/1) {
    .aspiration__circles-card:before {
      float: left;
      padding-top: 100%;
      content: "";
    }
    .aspiration__circles-card:after {
      display: block;
      content: "";
      clear: both;
    }
  }
  .aspiration__circles-card:nth-of-type(1) {
    z-index: 1;
  }
  .aspiration__circles-card:nth-of-type(2) {
    z-index: 2;
    -webkit-transform: translateX(-17%);
    -moz-transform: translateX(-17%);
    -ms-transform: translateX(-17%);
    transform: translateX(-17%);
  }
  .aspiration__circles-card:nth-of-type(3) {
    z-index: 3;
    -webkit-transform: translateX(-37%);
    -moz-transform: translateX(-37%);
    -ms-transform: translateX(-37%);
    transform: translateX(-37%);
  }
  .aspiration__circles-card:nth-of-type(4) {
    z-index: 3;
    -webkit-transform: translateX(-56%);
    -moz-transform: translateX(-56%);
    -ms-transform: translateX(-56%);
    transform: translateX(-56%);
  }
  .aspiration__circles-card-header {
    display: block;
  }
  .aspiration__circles-card-link {
    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;
    height: 100%;
    width: 100%;
    font-size: 24px;
    text-align: center;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .aspiration__circles-card-link br {
    display: block;
  }
  .aspiration__circles-card-btn {
    display: none;
  }
  .aspiration__circles-card-desc {
    max-width: unset;
  }
  .aspiration__circles-desc {
    display: block;
    width: 29%;
    padding-top: 30px;
  }
}
@media (min-width: 1290px) {
  .aspiration__circles {
    margin-bottom: 30px;
  }
  .aspiration__circles-content {
    min-height: 460px;
  }
  .aspiration__circles-desc {
    width: 25%;
  }
}
.contact-page .container {
  max-width: 1450px;
}
.contact-page .contact-1 .top .tit {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form ul li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
}
.contact-page .contact-1 .top .left .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li input[type=text],
.contact-page .contact-1 .top .left .form ul li select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form ul li .acc div {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}
.contact-page .contact-1 .top .left .form ul li input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .contact-1 .top .left .form ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
}
.contact-page .contact-1 .top .left .form ul li p.acc {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000;
  opacity: .6;
  line-height: 1;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit] {
  width: 196px;
  height: 48px;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  -webkit-transition: .3s;
  margin-top: 12px;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit]:hover {
  color: var(--color);
  background: transparent;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid var(--color);
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir div {
  background: var(--color);
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right .tit {
  padding: 0;
  border: none;
}
.contact-page .contact-1 .top .right .acc ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.contact-page .contact-1 .top .right .acc ul li .img {
  width: 30px;
  text-align: center;
  line-height: 38px;
}
.contact-page .contact-1 .top .right .acc ul li .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right .acc ul li p {
  color: #5d5d5d;
  line-height: 38px;
}
@-webkit-keyframes lineAni {
  0% {
    -webkit-transform: scaleY(0.001);
    transform: scaleY(0.001);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes lineAni {
  0% {
    -moz-transform: scaleY(0.001);
    transform: scaleY(0.001);
  }
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes lineAni {
  0% {
    -webkit-transform: scaleY(0.001);
    -moz-transform: scaleY(0.001);
    transform: scaleY(0.001);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.scrFx {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: -webkit-calc(var(--go)* -1s);
  -moz-animation-delay: -moz-calc(var(--go)* -1s);
  animation-delay: calc(var(--go)* -1s);
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.news-page .r1 {
  min-height: 100vh;
}
.news-page .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.news-page .left h2 {
  line-height: 1;
  color: var(--color);
}
.news-page .left h2 span {
  font-size: 2.025em;
}
.news-page .left .inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.news-page .left .inner:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 4;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  line-height: 11px;
  text-align: center;
  background-color: var(--color);
}
.news-page .left .inner .bar {
  height: 100%;
  width: 1px;
  position: relative;
  background-color: rgba(0, 0, 109, 0.25);
}
.news-page .left .inner .bar .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation-name: lineAni;
  -moz-animation-name: lineAni;
  animation-name: lineAni;
}
.news-page .left .inner .bar .line span {
  display: inline-block;
}
.news-page .left .inner .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -9vw;
  width: 18vw;
  height: 18vw;
}
.news-page .left .inner .pager svg {
  width: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.news-page .left .inner .pager svg circle {
  fill: none;
  stroke: rgba(0, 0, 109, 0.1);
  stroke-dashoffset: 300%;
  stroke-dasharray: 300%;
  -webkit-transition: stroke-dashoffset 2s ease-in-out;
  -moz-transition: stroke-dashoffset 2s ease-in-out;
  transition: stroke-dashoffset 2s ease-in-out;
}
.news-page .left .inner .pager.animated svg circle {
  stroke-dashoffset: 50%;
}
.news-page .left .inner .pager .total {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-page .left .inner .pager .total span {
  color: var(--color);
}
.news-page .right .search {
  right: 0;
  top: -0.2rem;
  z-index: 5;
  width: 42%;
  border-bottom: 1px solid #333;
}
.news-page .right .search > input[type="text"] {
  background-color: transparent;
  border: none;
  line-height: 2;
  text-indent: 0;
  padding: 5px 0;
}
.news-page .right .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
}
.news-page .right .list ul {
  width: 100%;
  margin-bottom: 1.2em;
  margin-top: -1.2em;
}
.news-page .right .list ul:nth-of-type(1) {
  margin-bottom: 0;
  margin-top: 0;
}
.news-page .right .list ul:nth-of-type(2) {
  margin-top: 0;
}
.news-page .right .list ul li:nth-of-type(2) {
  margin-top: 1.3em;
}
.news-page .right .list ul li > div .img {
  border-radius: 12px;
  overflow: hidden;
}
.news-page .right .list ul li > div .img img {
  width: 100%;
}
.news-page .right .list ul li > div .txt {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  padding: 3% 0 5% 0;
}
.news-page .right .list ul li > div .txt > div {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 0 6%;
}
.news-page .right .list ul li > div .txt > div p {
  color: #FFFFFF;
}
.news-page .right .set {
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 42.9%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0 4%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.news-page .right .set .slider--btn {
  position: relative;
  display: inline-block;
}
.news-page .right .set .slider--btn svg {
  position: relative;
  width: 70px;
  stroke: rgba(0, 0, 109, 0.3);
  stroke-width: 2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  fill: rgba(0, 135, 85, 0);
  stroke-dasharray: 400%;
  stroke-dashoffset: 0;
  -webkit-transition: fill 0.8s ease, stroke-dashoffset 2s ease;
  -moz-transition: fill 0.8s ease, stroke-dashoffset 2s ease;
  transition: fill 0.8s ease, stroke-dashoffset 2s ease;
}
.news-page .right .set .slider--btn i {
  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%);
  top: 46%;
  color: var(--color);
  font-size: 30px;
  -webkit-transition: color 0.8s cubic-bezier(0, 0, 0, 1);
  -moz-transition: color 0.8s cubic-bezier(0, 0, 0, 1);
  transition: color 0.8s cubic-bezier(0, 0, 0, 1);
}
.news-page .right .set .slider--btn[data-type="prev"] i {
  padding-left: 20%;
}
.news-page .right .set .slider--btn[data-type="next"] {
  margin-bottom: 30px;
  margin-left: 48px;
}
.news-page .right .set .slider--btn[data-type="next"] i {
  padding-left: 20%;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
.news-page .right .set .slider--btn:hover > svg {
  fill: var(--color);
  stroke-dashoffset: 400%;
}
.news-page .right .set .slider--btn:hover i {
  color: #fff;
}
@media (max-width: 1000px) {
  .news-page .left {
    position: absolute;
    min-height: -webkit-calc(100% - 2.2rem);
    min-height: -moz-calc(100% - 2.2rem);
    min-height: calc(100% - 2.2rem);
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news-page .left h2 {
    display: none;
  }
  .news-page .left .inner .pager {
    display: none;
  }
  .news-page .right .search {
    width: 80%;
  }
  .news-page .right .list ul li {
    width: 100%;
    margin-top: 0.6em;
    overflow: hidden;
  }
  .news-page .right .list ul li:nth-of-type(2) {
    margin-top: 0.6em;
  }
  .news-page .right .box {
    padding-top: 60px;
  }
  .news-page .right .set {
    right: 0;
    left: auto;
    bottom: -50px;
  }
  .news-page .right .set .slider--btn[data-type="next"] {
    margin-bottom: 0;
    margin-left: 24px;
  }
  .news-page .right .set .slider--btn svg {
    width: 60px;
  }
}
.product-1 .box {
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 20px 20px 0 0;
}
.product-1 .text {
  line-height: 1.5;
  min-height: 16.5em;
  max-height: 16.5em;
  overflow-y: auto;
}

.product-2 .left {
  position: sticky;
  top: 150px;
}

.product-2 .search {
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.product-2 .search > input[type="text"] {
  background-color: transparent;
  border: none;
  line-height: 2;
  text-indent: 0;
  padding: 5px 0;
}
.product-2 .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
}
.product-2 .catelist > ul > li a {
  border-radius: 5px;
}
.product-2 .catelist > ul > li.active > a {
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-box-shadow: 0 0 20px rgba(0, 1, 108, 0.15);
  box-shadow: 0 0 20px rgba(0, 1, 108, 0.15);
}
.product-2 .catelist > ul > li.active ul {
  display: block;
}
.product-2 .catelist > ul > li ul {
  display: none;
}
.product-2 .catelist > ul > li li {
  border-bottom: 1px solid #ccc;
}
.product-2 .catelist > ul > li li.active {
  color: var(--color);
  border-color: var(--color);
}
.baseProBox {
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(10, 21, 13, 0.15);
  box-shadow: 0 4px 10px rgba(10, 21, 13, 0.15);
}
@media (max-width: 1000px) {
  .product-1 .left img {
    display: block;
  }
  .product-1 .text {
    min-height: auto;
  }
  .product-2 .left {
    display: none;
  }
}
.prodet-1 .container {
  max-width: 1300px;
}
.prodet-1 .left img {
  width: 100%;
  border: 1px solid #e3e3e3;
}
.prodet-1 .left .small {
  margin-top: 28px;
}
.prodet-1 .left .small ul {
  margin: -14px;
}
.prodet-1 .left .small li {
  padding: 14px;
}
.prodet-1 .left .small .img {
  position: relative;
}
.prodet-1 .left .small .img::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13px;
  height: 10px;
  background-color: var(--color);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
}
.prodet-1 .left .small .img::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid var(--color);
  opacity: 0;
}
.prodet-1 .left .small .slick-current .img::before {
  opacity: 1;
}
.prodet-1 .left .small .slick-current .img::after {
  opacity: 1;
}
.prodet-1 .right h1 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.prodet-1 .right .content {
  line-height: 1.5;
  max-height: 12em;
  overflow-y: auto;
}
.prodet-1 .right .btns a {
  border: 2px solid var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-1 .right .btns a .icon {
  width: 67px;
  background-color: var(--color);
}
.prodet-1 .right .btns a:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-1 .right .social-links a {
  color: var(--color);
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
}
.prodet-2 .container {
  max-width: 1300px;
}
.prodet-2 .tit {
  background-color: rgba(231, 231, 231, 0.75);
  border-radius: 9px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-2 .tit.active {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-2 .tit.active i::before {
  content: "\e7b8";
}
.prodet-2 .tit i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid currentcolor;
  font-family: iconfont;
}
.prodet-2 .tit i::before {
  content: "\e768";
}
.prodet-2 .txt {
  display: none;
}
.baseTag {
  color: var(--color);
  letter-spacing: .2em;
}
.prodet-3 .line {
  border-bottom: 1px solid #b2b2b2;
}
.prodet-3 .Tit span {
  color: var(--color);
}

.prodet-3 .left {
  position: sticky;
  top: 150px;
}

.prodet-3 .form ul {
  margin: -5px -15px;
}
.prodet-3 .form li {
  padding: 5px 15px;
}
.prodet-3 .form input,
.prodet-3 .form select,
.prodet-3 .form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  background-color: #eeeeee;
}
.prodet-3 .form select {
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: center right 14px;
  background-repeat: no-repeat;
}
.prodet-3 .form label {
  color: #737373;
  margin: 5px 0;
}
.prodet-3 .form input[type="submit"] {
  width: auto;
  background-color: transparent;
  padding: 0;
  color: #737373;
}
.prodet-4 .line {
  height: 5px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.12);
}
.prodet-4 .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background-color: var(--color);
}
.prodet-4 .list .slick-list {
  padding-right: 6%;
}
.prodet-4 .list li {
  margin: 15px 0;
}



@media (max-width: 1000px) {
  .prodet-3 .left {
    position: static;
  }
}

@media (max-width: 700px) {
  .prodet-4 .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-1 .box .img {
  position: relative;
}
.service-1 .box .img img {
  width: 100%;
}
.service-1 .box .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent 50%, rgba(0,0,0,.5));
  opacity: 0;
  transition: opacity .5s ease;
}
.service-1 .box .text {
  width: 90%;
  left: 5%;
  bottom: 5%;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-1 .box:hover .img::after {
  opacity: 1;
}
.service-1 .box:hover .text {
  opacity: 1;
}
.service-2 .top {
  width: 100%;
  left: 0;
  top: 90px;
}
.service-2 .Tag {
  color: #FFFFFF;
}
.service-2 .Tit {
  color: #FFFFFF;
}
.service-2 .line {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/service2-line.png) no-repeat center;
}
.service-2 .list .slick-list {
  padding: 490px 0;
  overflow: visible;
}
.service-2 .list .slick-active {
  -webkit-transform: translateY(126px);
  -moz-transform: translateY(126px);
  -ms-transform: translateY(126px);
  transform: translateY(126px);
}
.service-2 .list .slick-active + .slick-active {
  -webkit-transform: translateY(118px);
  -moz-transform: translateY(118px);
  -ms-transform: translateY(118px);
  transform: translateY(118px);
}
.service-2 .list .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -ms-transform: translateY(26px);
  transform: translateY(26px);
}
.service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-130px);
  -moz-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
.service-2 .list li .dots .def {
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
}
.service-2 .list li .dots .hov {
  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%);
  width: 120px;
  height: 120px;
  line-height: 114px;
  border: 3px solid var(--color);
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-2 .list li .dots .hov::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  border-radius: inherit;
  background-color: var(--color);
}
.service-2 .list li .dots:hover .hov {
  opacity: 1;
}
.service-2 .list li .dots:hover + .name {
  bottom: 80px;
}
.service-2 .list li .dots:hover ~ .text {
  opacity: 1;
}
.service-2 .list li .name {
  width: 100%;
  left: 0;
  bottom: 40px;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-2 .list li .text {
  width: 120%;
  left: -10%;
  top: 100px;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-2 .list li .text p {
  opacity: .85;
}
.service-2 .list li .text p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 10px;
  vertical-align: middle;
}
.service-3 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-3 .Tit {
  color: var(--color);
}
.service-3 .img {
  margin-left: auto;
}
.service-3 .info {
  left: 10%;
  border-radius: 50px 0 0 50px;
  width: 30%;
  background-color: #0075c1;
  color: #FFFFFF;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.service-3 .info:nth-child(1) {
  top: 12%;
}
.service-3 .info:nth-child(2) {
  bottom: 12%;
}
.service-3 .info:hover {
  -webkit-filter: drop-shadow(0 0 10px #ccc);
  filter: drop-shadow(0 0 10px #ccc);
}
.service-4 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-4 .list .slick-list {
  overflow: visible;
  padding: 0 12%;
}
.service-4 .list .img {
  border-radius: 18px;
}
.service-5 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-5 .list .box {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-5 .list .box img {
  margin: auto;
}
.service-5 .list .box::after {
  content: "";
  display: block;
  width: 20%;
  border-bottom: 1px solid var(--color);
  margin: auto;
}
.service-5 .list .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1700px) {
  .service-2 .list .slick-active + .slick-active {
    -webkit-transform: translateY(106px);
    -moz-transform: translateY(106px);
    -ms-transform: translateY(106px);
    transform: translateY(106px);
  }
  .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-62px);
    -moz-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    transform: translateY(-62px);
  }
  .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-122px);
    -moz-transform: translateY(-122px);
    -ms-transform: translateY(-122px);
    transform: translateY(-122px);
  }
  .service-3 .info {
    width: 35%;
    left: 5%;
  }
}
@media (max-width: 1450px) {
  .service-2 .list .slick-active + .slick-active {
    -webkit-transform: translateY(98px);
    -moz-transform: translateY(98px);
    -ms-transform: translateY(98px);
    transform: translateY(98px);
  }
  .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-110px);
    -moz-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
  }
}
@media (max-width: 1250px) {
  .service-2 .list .slick-active {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .service-2 .line {
    background: transparent;
  }
  .service-2 .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #FFFFFF;
  }
  .service-2 .top {
    top: 60px;
  }
  .service-2 .list .slick-list {
    padding: 350px 0;
  }
}
@media (max-width: 700px) {
  .service-2 .list li .text {
    width: 100%;
    left: 0;
  }
  .service-2 .list .slick-active li .text {
    opacity: 1;
  }
  .service-2 .list .slick-active li .dots .def {
    opacity: 0;
  }
  .service-2 .list .slick-active li .dots .hov {
    opacity: 1;
  }
  .service-2 .list .slick-active li .dots + .name {
    bottom: 80px;
  }
}
@media (max-width: 500px) {
  .service-3 .img {
    width: 100%;
  }
  .service-3 .info {
    margin: 10px 0;
    position: static;
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    border-radius: 0;
  }
}
.resource-1 .box {
  position: relative;
}
.resource-1 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.resource-1 .right {
  width: 360px;
}
.resource-1 .search {
  background-color: #f5f7fa;
  border-radius: 10px;
}
.resource-1 .search input {
  border: 0;
  background-color: transparent;
  width: 100%;
}
.resource-1 .search button {
  color: var(--color);
  border: 0;
  background-color: transparent;
  font-size: 20px;
}
.resource-1 .nav li {
  opacity: .75;
  border-bottom: 2px solid transparent;
}
.resource-1 .nav li.active {
  opacity: 1;
  border-color: var(--color);
}
.resource-1 .list .file {
  background-color: #f5f7fa;
  border-radius: 13px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.resource-1 .list .file .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .list .file .icon {
  -webkit-filter: invert(0.2) grayscale(100%);
  filter: invert(0.2) grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .list .file:hover {
  background-color: var(--color);
}
.resource-1 .list .file:hover .name {
  color: #FFFFFF;
}
.resource-1 .list .file:hover .icon {
  -webkit-filter: invert(0) grayscale(0);
  filter: invert(0) grayscale(0);
}
.resource-1 .faq li.active .faqbox {
  background-color: var(--color);
}
.resource-1 .faq li.active .faqbox .name {
  color: #FFFFFF;
}
.resource-1 .faq li.active .faqbox .icon {
  -webkit-filter: invert(0) grayscale(0);
  filter: invert(0) grayscale(0);
}
.resource-1 .faq .faqbox {
  background-color: #f5f7fa;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.resource-1 .faq .faqbox .name {
  color: #666666;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.resource-1 .faq .faqbox .text {
  color: #FFFFFF;
  display: none;
}
.resource-1 .faq .faqbox .icon {
  -webkit-filter: invert(0.2) grayscale(100%);
  filter: invert(0.2) grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.m-page {
  text-align: center;
}

.m-page span,
.m-page a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0 2px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}

.m-page span {
  color: #FFFFFF;
  background-color: var(--color);
}






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