@font-face {
  font-family: 'AnekLatin';
  src: url('../fonts/AnekLatin-Regular.eot');
  src: url('../fonts/AnekLatin-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AnekLatin-Regular.woff2') format('woff2'), url('../fonts/AnekLatin-Regular.woff') format('woff'), url('../fonts/AnekLatin-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AnekLatin';
  src: url('../fonts/AnekLatin-SemiBold.eot');
  src: url('../fonts/AnekLatin-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AnekLatin-SemiBold.woff2') format('woff2'), url('../fonts/AnekLatin-SemiBold.woff') format('woff'), url('../fonts/AnekLatin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'AnekLatin';
  src: url('../fonts/AnekLatin-Bold.eot');
  src: url('../fonts/AnekLatin-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AnekLatin-Bold.woff2') format('woff2'), url('../fonts/AnekLatin-Bold.woff') format('woff'), url('../fonts/AnekLatin-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "AnekLatin";
  max-width: 1920px;
  --color: #004ea2;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.bc {
  color: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.active .nav {
  background-color: #FFFFFF;
  color: #000000;
}
#header.active .nav .ui.menu .logo img:first-of-type {
  opacity: 0;
}
#header.active .nav .ui.menu .logo img:last-of-type {
  opacity: 1;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
}
#header.inner .nav {
  background-color: #FFFFFF;
  color: #000000;
}
#header .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  transition: background-color .5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 4em;
}
#header .nav .ui.menu .logo {
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  grid-column: 1;
  grid-row: 1;
  transition: .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  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 {
  line-height: 4em;
  margin: 0 1.25em;
  -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.active {
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  border-color: currentcolor;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  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 {
  line-height: 1.5;
  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;
  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: 0;
  margin-right: 0;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .line {
  height: 1.4em;
  width: 2px;
  background-color: currentcolor;
  transition: .5s;
}
#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);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#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;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 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;
  right: 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;
  right: 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 {
  right: 0;
}
#mobile.active:before {
  left: 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 {
  -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;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-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 > ul li {
  font-size: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
}
#banner h2 {
  line-height: 1.28571429;
  color: #FFFFFF;
}
.baseBtn {
  height: 2.9em;
  line-height: 2.9em;
  border: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--color);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
}
.baseBtn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: calc(100% + 4px);
  background: #000000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.baseBtn.white {
  background-color: #FFFFFF;
  color: var(--color);
}
.baseBtn.white span {
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.baseBtn:hover {
  color: #FFFFFF;
}
.baseBtn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.baseBtn:hover span {
  color: #FFFFFF;
}
.yuy {
  position: relative;
  z-index: 2;
  height: auto;
}
.yuy span {
  transition: .5s;
}
@-webkit-keyframes scroll-left {
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@-moz-keyframes scroll-left {
  100% {
    -moz-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes scroll-left {
  100% {
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    transform: translate(-100%);
  }
}
.scroll-section {
  background-color: var(--color);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.scroll-left {
  -webkit-animation-name: scroll-left;
  -moz-animation-name: scroll-left;
  animation-name: scroll-left;
}
.scroll-speed-4 {
  -webkit-animation-duration: 35s;
  -moz-animation-duration: 35s;
  animation-duration: 35s;
}
.scroll-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scroll-item {
  will-change: transform;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
}
.border-text.primary {
  color: #FFFFFF;
  font-weight: bold;
  margin-right: .2em;
}
.baseTag span {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.baseTag span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2em;
  border-bottom: 1px solid currentColor;
}
.baseTit {
  line-height: 1.13333333;
}
.home-1 .list .slick-track {
  display: block;
}
.home-1 .list li .box {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
.home-1 .list li .box .name {
  width: 95%;
  left: 5%;
  bottom: 5%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-1 .list li .box .name span {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-1 .list li .box .name span:first-of-type {
  font-weight: 600;
}
.home-1 .list li .box .name span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home-1 .list li .box:hover {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.home-1 .list li .box:hover .name {
  background-color: var(--color);
}
.home-1 .list li .box:hover .name span {
  color: #FFFFFF;
}
.home-1 .list li .box:hover .name span:last-of-type {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.home-1 .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-1 .line em {
  display: block;
  height: 3px;
  margin-top: -1px;
  background-color: var(--color);
  width: 0;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  transition: width .3s ease;
}
.home-1 span.arrow {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: var(--color);
  color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.home-1 span.arrow:hover {
  background-color: #000000;
}
.home-2 {
  background-color: #f2f2f2;
}
.home-2 .bg {
  width: 114%;
  left: -7%;
  bottom: 3px;
}
.home-3 .Tit {
  line-height: 1.36;
}
.home-3 .play {
  cursor: pointer;
}
.home-3 .play::before,
.home-3 .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.home-3 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.home-3 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-3 .list li:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  color: var(--color);
}
.home-4 .right a {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-4 .right a .icon {
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: relative;
}
.home-4 .right a .icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-4 .right a .icon::before {
  background-color: var(--color);
  /* 浏览器不支持的时候显示 */
  background-image: -webkit-linear-gradient(135deg, #043571, #1662bc);
  background-image: -moz-linear-gradient(135deg, #043571, #1662bc);
  background-image: linear-gradient(-45deg, #043571, #1662bc);
}
.home-4 .right a .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .right a .name {
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .right a .btns span {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: var(--color);
  color: #FFFFFF;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-4 .right a .img {
  width: 35%;
  left: 65%;
  top: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.home-4 .right a:hover {
  background-color: var(--color);
}
.home-4 .right a:hover .icon::before {
  opacity: 0;
}
.home-4 .right a:hover .icon img {
  -webkit-filter: unset;
  filter: unset;
}
.home-4 .right a:hover .name {
  color: #FFFFFF;
}
.home-4 .right a:hover .btns span {
  opacity: 0;
}
.home-4 .right a:hover .img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
@-webkit-keyframes image-animate-left-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes image-animate-left-in {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes image-animate-left-in {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes image-animate-left-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@-moz-keyframes image-animate-left-out {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes image-animate-left-out {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
.home-5 {
  height: 835px;
  color: #FFFFFF;
}
.home-5 .creative-showcase-image-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation: image-animate-left-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: image-animate-left-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: image-animate-left-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
.home-5 .creative-showcase-image-box.creative-showcase-img-active {
  -webkit-animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
.home-5 .creative-showcase-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35%;
  z-index: 3;
  color: #FFFFFF;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .creative-showcase-text.active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.home-5 .left {
  max-width: 350px;
}
.home-5 .left .icon {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .left .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-5 .left .name {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .left p {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .left .btns {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .slick-current .left .icon {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.home-5 .slick-current .left .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
}
.home-5 .slick-current .left p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.home-5 .slick-current .left .btns {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.home-5 .bottom {
  width: 100%;
  left: 0;
  bottom: 5%;
}
.home-5 .bottom .slick-track {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.home-5 .bottom li > div {
  padding: 1em;
  background-color: #FFFFFF;
  color: #000000;
}
.home-5 .bottom li > div .icon {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .bottom li > div .icon.def {
  width: 2em;
}
.home-5 .bottom li > div .icon.hov {
  width: 3em;
  height: 3em;
  line-height: 2.8em;
  text-align: center;
  margin: auto;
  border: 1px solid currentcolor;
  border-radius: 50%;
  position: relative;
  color: #FFFFFF;
  margin-bottom: -3em;
  opacity: 0;
}
.home-5 .bottom li > div .icon.hov::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: 1px dashed currentcolor;
}
.home-5 .bottom li > div .icon.hov img {
  width: 1.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-5 .bottom li > div .name {
  margin-top: 0.2em;
  padding-left: 2.8em;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .bottom li.active > div {
  background-color: var(--color);

}
.home-5 .bottom li.active > div .name {
  color: #FFFFFF;
}
@media (min-width:1001px) {
  .home-5 .bottom li.active > div .icon.def {
    margin-left: -2em;
    opacity: 0;
  }
  .home-5 .bottom li.active > div .icon.hov {
    margin-bottom: 0;
    opacity: 1;
  }
  .home-5 .bottom li.active > div .name {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width:1000px) {
  .home-5 .bottom ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-5 .bottom li > div {
    transition: background-color .5s;
  }

  .home-5 .bottom li > div .icon.def {
    display: none;
  }

  .home-5 .bottom li > div .name {
    margin-top: 0;
    padding-left: 0;
  }
}
@-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);
  }
}
#my-circular-icon {
  font-size: 0;
  cursor: pointer;
}
#my-circular-icon text {
  text-transform: uppercase;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
.home-6 {
  background-color: #f2f2f2;
}
.home-6 .bg {
  width: 50vw;
  height: 100%;
  left: 50%;
  top: 0;
}
.home-6 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-6 .list {
  background-color: #dddddd;
  padding: 0 0 1px 0;
}
.home-6 .list ul {
  margin-right: -1px;
}
.home-6 .list li {
  padding-right: 1px;
}
.home-6 .list li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  min-height: 350px;
  overflow: hidden;
  height: 430px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-6 .list li > a .hovIcon {
  width: 45%;
  right: 0;
  top: 0;
}
.home-6 .list li > a .hovIcon img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: .08;
}
.home-6 .list li > a .subtit {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-6 .list li > a .icon img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-6 .list li > a h5 {
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-6 .list li > a p {
  color: #FFFFFF;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-6 .list li > a:hover {
  background-color: var(--color);
}
.home-6 .list li > a:hover .subtit {
  opacity: 0;
}
.home-6 .list li > a:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-6 .list li > a:hover h5 {
  color: #FFFFFF;
}
.home-6 .list li > a:hover p {
  max-height: 200px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 20px;
}
.home-6 .scroll-section {
  background-color: transparent;
}
.home-6 .scroll-item img {
  max-width: unset;
  height: .93em;
}
.home-6 .play2 {
  font-size: 0;
  left: 75%;
  top: 45%;
}
.home-6 .play2 svg {
  pointer-events: none;
}
.home-6 .play2 text {
  text-transform: uppercase;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
.home-6 .play2 image {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
  transition: .5s ease;
}
.home-6 .play2:hover image {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.home-7 .list li > div {
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-7 .list li > div img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-7 .list li > div h5 {
  font-weight: 600;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
.home-7 .list li > div h5 i {
  display: inline-block;
  width: 1.59090909em;
  margin-top: .3em;
  vertical-align: top;
}
.home-7 .list li > div p {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-7 .list li > div span {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-7 .list li > div .line {
  height: 1px;
  background-color: #000000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-7 .list li > div:hover {
  background-color: var(--color);
}
.home-7 .list li > div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-7 .list li > div:hover h5 {
  color: #FFFFFF;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
.home-7 .list li > div:hover p {
  color: #FFFFFF;
}
.home-7 .list li > div:hover span {
  color: #FFFFFF;
}
.home-7 .list li > div:hover .line {
  background-color: #FFFFFF;
}
#footer {
  background-color: #004ea2;
  color: #FFFFFF;
  overflow: hidden;
}
#footer .form input {
  width: 100%;
  height: 2.9em;
  border: 0;
  padding: 0 1em;
  background-color: rgba(255, 255, 255, 0.15);
}
#footer .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .form input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .form button {
  border: 0;
}
#footer .footer-block h4 {
  font-weight: 600;
  position: relative;
}
#footer .footer-block h4::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  width: 2em;
  border-bottom: 1px solid currentColor;
}
#footer .footer-block .text {
  max-width: 320px;
}
#footer .footer-block li {
  line-height: 1.66666667;
}
#footer .footer-block li a {
  border-bottom: 1px solid transparent;
}
#footer .footer-block li a:hover {
  font-weight: bold;
  border-color: #FFFFFF;
}
#footer .share a {
  width: 1.95833333em;
  height: 1.95833333em;
  line-height: 1.95833333em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .share a:hover {
  background-color: #FFFFFF;
  color: var(--color);
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom img.login {
  height: 16px;
}
#footer .h1 {
  opacity: .05;
  font-size: 8vw;
  line-height: .7;
  text-align: center;
}
#footer .h1 span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -moz-transition: transform 0.6s ease, -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
}
#footer .h1 span:hover {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#ewm {
  width: 85px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1450px) {
  .home-6 .list li > a {
    height: 400px;
  }
}
@media (max-width: 1250px) {
  .hide-1250 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .baseBtn {
    height: 2.5em;
    line-height: 2.5em;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-4 > div {
    max-width: 700px;
    padding: 0 15px;
    margin: auto;
  }
  .home-4 .right a .icon {
    width: 60px;
  }
  .home-5 {
    height: 500px;
  }
  .home-6 .list li > a {
    height: 350px;
  }
  .home-6 .play2 svg {
    width: 100px;
    height: 100px;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  .home-3 .list ul {
    margin: -10px;
  }
  .home-3 .list li {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    font-size: 22px;
  }
}
.inner-banner {
  height: 300px;
  color: #FFFFFF;
}
.inner-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 25%;
}
.inner-banner h2 {
  line-height: 1.28571429;
}
.solution-page .Tit {
  line-height: 1.2;
}
.solution-1 .list {
  background-color: #f2f2f2;
}
.solution-1 .list li {
  height: 100%;
}
.solution-1 .list li > a {
  display: block;
  height: 100%;
}
.solution-1 .list li > a .icon {
  width: 2em;
  margin: auto;
}
.solution-1 .list li > a .name {
  font-weight: 600;
}
.solution-1 .list li.active > a {
  background-color: var(--color);
}
.solution-1 .list li.active > a .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.solution-1 .list li.active > a .name {
  color: #FFFFFF;
}
.solution-2 li svg {
  width: 30px;
  height: 30px;
}
.solution-3 .list li .box {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
.solution-3 .list li .box .name {
  width: 95%;
  left: 5%;
  bottom: 5%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.solution-3 .list li .box .name span {
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-3 .list li .box:hover .name {
  background-color: var(--color);
}
.solution-3 .list li .box:hover .name span {
  color: #FFFFFF;
}
.solution-3 .slickBtn div {
  border-radius: 0;
}
.solution-3 .slickBtn.pos div.prev {
  right: auto;
  left: -1em;
}
.solution-3 .slickBtn.pos div.next {
  left: auto;
  right: -1em;
}
.solution-4 {
  background-color: #f2f2f2;
}
.solution-4 .img span {
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  color: #FFFFFF;
  text-align: center;
}
.solution-4 .name {
  font-weight: 600;
}
.solution-5 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 150%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f2f2f2;
}
.solution-5 .box.row::before {
  left: auto;
  right: 0;
}
@media (max-width: 1000px) {
  .solution-5 .box::before {
    display: none;
  }
}
.faq-page .left > div {
  background-color: var(--color);
  color: #FFFFFF;
}
.faq-page .left .Tit {
  line-height: 1;
}
.faq-page .left .border-box {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-page .right li {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .right li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.faq-page .right li span.title i::before,
.faq-page .right li span.title i::after {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .right li span.title i::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .right li.active {
  background-color: var(--color);
}
.faq-page .right li.active span.title,
.faq-page .right li.active .text {
  color: #FFFFFF;
}
.faq-page .right li.active span.title i::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .right li.active span.title i::after {
  background: #ffffff;
}
@media (max-width: 1000px) {
  .faq-page .left .border-box {
    border: 0;
  }
}





.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .left .con{
  line-height: 2;
}
.contact-page .contact-1 .top .right ul li {
  width: 48%;
  margin: 15px 0;
}
.contact-page .contact-1 .top .right ul li.wid-100{
  width: 100%;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #202e90;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: bold;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form ul {
  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;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.contact-page .contact-form form ul li:last-child {
  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;
  align-items: flex-start;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li .more{
  cursor: pointer;
}
.contact-page .contact-form form ul li input {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
  filter: brightness(0) invert(1);
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-page .contact-1 .top .minDes{
  text-transform: uppercase;
}
@media (max-width: 1250px) {
   .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
  
  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin: 40px auto;
  }
}
@media (max-width: 700px) {
  
  .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-form form{
    margin-top: 40px;
  }
}





/* video */
.case-page .case-3 {
  padding-bottom: 110px;
}
.case-page .case-3 .list ul {
  margin: -25px -12px;
}
.case-page .case-3 .list ul li {
  padding: 25px 12px;
  font-size: 18px;
}
.case-page .case-3 .list ul li a.img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  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;
}
.case-page .case-3 .list ul li a.img span.play {
  width: 3em;
  height: 3em;
  border-radius: 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;
  color: black;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: white;
  position: relative;
}
.case-page .case-3 .list ul li a.img span.play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  border: 2px solid white;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-3 .list ul li span.h6 {
  display: block;
  margin-top: .5em;
  text-align: center;
  line-height: 2;
}
.case-page .case-3 .list ul li:hover a.img span.play {
  background-color: #1155a6;
  color: white;
}
.case-page .case-3 .list ul li:hover a.img span.play:before {
  border-color: #1155a6;
}

@media screen and (max-width: 1250px) {
  .case-page .case-3 .list ul li a.img {
    height: 240px;
  }
}



/* download */
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  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;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: #1155a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  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;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: #1155a6;
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  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;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: #1155a6;
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  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;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: .5em;
      line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: #1155a6;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  border: 1px solid #1155a6;
  width: 100%;
  margin: 3px 0;
  color: #1155a6;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: #1155a6;
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: #1155a6;
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: #1155a6;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

@media screen and (max-width: 1450px) {
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1000px) {
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
}

@media screen and (max-width: 500px) {
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
}


.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 25px;
  font-weight: bold;
  padding-left: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 22px 44px 25px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  /*border-radius: 10px;*/
  height: 44px;
  padding: 0 31px 0 21px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  /*border-radius: 10px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  right: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}

.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-left: 42px;
}


.product-page .sideright .top {
  background-color: #fafafa;
}
.product-page .sideright .top .con {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .sideright .bottom {
  background-color: #fafafa;
}

.productList ul li .img {
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}
.productList ul li .img .more {
  background-color: var(--color);
  color: #FFFFFF;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  line-height: 40px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .img:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-1 .left {
  width: 49%;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 21%;
  float: left;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79%;
  padding-left: 4%;
  display: inline-block;
}
.prodet-page .prodet-1 .left .bigImg img {
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .left .bigImg ul li {
  padding: 1px;
}
.prodet-page .prodet-1 .left .bigImg ul li a {
  height: 100%;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color)));
  background: -webkit-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background: -moz-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background: linear-gradient(0deg, var(--color) 0%, var(--color) 100%);
  color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev::after {
  background-image: url("../images/banner-btn-l.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next::after {
  background-image: url("../images/banner-btn-r.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow:hover {
  background: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 46%;
}
.prodet-page .prodet-1 .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-1 .right .list .content {
  font-size: 16px;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
  color: #666;
}
.prodet-page .prodet-1 .right .more {
  height: 50px;
}
.prodet-page .prodet-2 {
  padding: 90px 0 0;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: 30px;
  text-transform: uppercase;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li::after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color);
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: var(--color);
}
.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.prodet-page .prodet-2 .ret .content dl dd .h4 {
  font-size: 30px;
  line-break: 1.5;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1700px) {
  .inner-page .sidebox .sideleft{
    width: 30%;
  }
  .inner-page .sidebox .sideright{
    width: 70%;
    padding-left: 30px;
  }
}

@media (max-width: 1450px) {
  .inner-page .sidebox .sideleft .tit {
    font-size: 20px;
  }

  .prodet-page .prodet-2 {
    padding: 70px 0;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: 20px;
  }
}

@media (max-width: 1250px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .prodet-1 .left .bigImg {
    padding-left: 2.5%;
  }

  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .smallImg {
    display: none;
  }
  .prodet-page .prodet-1 .left .bigImg {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 {
    padding-top: 0;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 25px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .prodet-page .prodet-1 .right .text_2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .cont_list {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
}


.news-page .i-news .item {
  box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
}

.news-page .i-news .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}

.newdet-page .content {
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
}




.innovation-page .innovation-3 .nav ul li a{
  display: block;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--color);
  padding: 5px 25px;
  font-size: 18px;
}
.innovation-page .innovation-3 .nav ul li:hover a,
.innovation-page .innovation-3 .nav ul li.active a{
  background: #222;
}
@media (min-width:1001px) {
  .innovation-page .innovation-3 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
  }
}
.innovation-page .innovation-3 .right .list li {
  padding: 7.5% 6%;
  background-color: rgba(255, 255, 255, 0.2);
}



.manufacturing-1 .play-btn {
  background-color: #FFFFFF;
  color: var(--color);
}
.manufacturing-1 .play-btn i {
  border-left: 0;
}
.manufacturing-1 .box {
  max-width: 1820px;
  margin-left: auto;
  background-color: var(--color);
  color: #FFFFFF;
}


@media (max-width: 700px) {
  .manufacturing-1 .box li {
    width: 50%;
    padding: 10px;
  }
}



.mach-2 ul li {
  height: 495px;
  width: 48%;
}
.mach-2 ul li .list {
  width: 100%;
  height: 100%;
  color: #fff;
}
.mach-2 ul li .list .txt {
  line-height: 1.56;
  opacity: 0;
  z-index: -1;
  left: 0%;
  transform: translateY(50%);
}
.mach-2 ul li .list:hover .txt {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .mach-2 ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 430px;
  }
  .mach-2 ul li .list .txt {
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
  }
}

.colorF {
  color: #ffffff;
}
    
.manu-1 .left {
  width: 42%;
  position: sticky;
  top: 15%;
  z-index: 9;
  margin-top: 20%;
}

.manu-1 .right {
  width: 50%;
}

.manu-1 .right .item {
  padding-top: 250px;
  background-color: var(--color);
  background-size: cover;
  position: relative;
}

.manu-1 .right .item video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manu-1 .right .item .num {
  opacity: 0.3;
}

.manu-1 .right .item .titl {
  line-height: 1.2;
}

.manu-1 .right .item:nth-child(even) {
  transform: translateY(60px);
}

@media screen and (max-width: 1000px) {
  .manu-1 .left {
    position: static;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 700px) {
  .manu-1 .right .item:nth-child(even) {
    transform: translateY(0);
  }
}

.t_1 {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}





.custom-page .Tit {
  line-height: 1.2;
}

.custom-2 .name {
  font-weight: 600;
}


.manu-2 .bot .left {
  width: 42%;
}

.manu-2 .bot .right {
  width: 47%;
}

/*.manu-2 .bot .right img {
  border-radius: 30px;*/
}

.manu-2 .bot .item:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1000px) {
  .manu-2 {
    margin-top: 50px;
  }
}



.quality-2 {
    background-color: #f7f7f7;
    padding: 6.25% 0 3.59375%;
    position: relative;
}
.quality-2 .header {
    position: absolute;
    top: 113px;
    left: 0;
    width: 100%;
}
.quality-2 .content {
    position: relative;
    z-index: 1;
}
.quality-2 .content ul li .text {
    margin: 0 20px 0 auto;
    width: 83%;
}
.quality-2 .content ul li .text i {
    width: 69px;
    height: 69px;
    background-color: var(--color);
}
.quality-2 .content ul li .text .con {
    line-height: 1.8;
    min-height: 75px;
}
.quality-2 .content ul li .text span {
    font-size: 14px;
    background-color: var(--color);
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 14px 19px 14px 18px;
    line-height: 1;
}
.quality-2 .content ul li:first-child {
    padding-top: 29.43%;
}
.quality-2 .content ul li:nth-child(2) {
    padding-top: 23.18%;
}
.quality-2 .content ul li:nth-child(3) {
    padding-top: 16.46%;
}
.quality-2 .content ul li:nth-child(4) {
    padding-top: 9.9%;
}
.quality-2 .content::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 16px;
    left: 0;
    width: 100%;
    height: 572px;
    background: url(../images/quality-line.png) no-repeat center;
    background-size: 100% 100%;
}
.quality-2 .wz {
    width: 41.46%;
    right: 5.21%;
    bottom: 8.2%;
    font-size: 40px;
    line-height: 1.25;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px rgba(54, 54, 54, 0.3);
}

@media (max-width: 1700px) {
    .quality-2 .content ul li .text {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .quality-2 .content::after {
        height: 40vh;
    }
}
@media (max-width: 1450px) {
    .quality-2 .i-title {
        width: 46%;
    }
    .quality-2 .wz {
        width: 50%;
    }
    .quality-2 .content {
        zoom: .86;
    }
}
@media (max-width: 1250px) {
    .quality-2 .wz {
        font-size: 36px;
        right: 15px;
        width: 60%;
    }
    .quality-2 .header {
        top: 60px;
    }
    .quality-2 .i-title {
        width: 60%;
    }
    .quality-2 .content::after {
        height: 33vh;
    }
}
@media (max-width: 1000px) {
    .quality-2 .header {
        position: initial;
    }
    .quality-2 .content {
        zoom: 1;
    }
    .quality-2 .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .quality-2 .content ul li {
        width: 33.3333%;
        padding: 20px 0 !important;
    }
    .quality-2 .content::after {
        display: none;
    }
    .quality-2 .wz {
        display: none;
    }
}
@media (max-width: 700px) {
    .quality-2 .i-title {
        width: 100%;
    }
    .quality-2 .content ul li {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .quality-2 .content ul li {
        width: 100%;
    }
}




.custom-1 .right li > div  {
    background-color: #f2f2f2;
    transition: .5s ease;
}
.custom-1 .right li > div:hover {
    background-color: var(--color);
    color: #ffffff;
}
.custom-1 .right li > div:hover .icon {
    opacity: 1;
}
.custom-1 .right li > div:hover .name {
    margin-left: 50%;
}
.custom-1 .right li > div .icon {
    left: 15px;
    transition: opacity .5s ease;
}
.custom-1 .right li > div .name {
    font-weight: 600;
    transition: margin-left .5s ease;
}





.about-page span.tag {
  font-weight: 600;
  color: #1155a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.about-1.pdct a.tag {
  font-weight: 600;
  color: #1155a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.about-page span.tag:before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: #1155a6;
  margin-right: 1em;
}
.about-page .about-1 {
  padding-top: 120px;
}

.about-page .about-1.pdct>img {
    margin-top: -19%;
}
.about-1.pdct .more {
    margin-top: 18px;
    height: 34px;
    font-size: 13px;
}
.about-page .about-1 > img {
  margin-top: -9%;
  width: 100%;
  position: relative;
  z-index: -1;
}

.about-page .about-1 .left span.h2 {
  font-size: 36px;
}

.about-page .about-2 {
  padding: 80px 0 200px;
}
.about-page .about-2 .list ul li {
  text-align: center;
  position: relative;
}
.about-page .about-2 .list ul li:before {
  content: '';
  width: 1px;
  height: 44px;
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .list ul li span.h2 {
  color: #1155a6;
  line-height: 1;
}
.about-page .about-2 .list ul li p {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: .2em;
      line-height: 2;
}
.about-page .about-2 .list ul li:last-child:before {
  display: none;
}
.about-page .about-3 {
  padding: 60px 0;
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fafafa;
  z-index: -1;
}
.about-page .about-3 a.h {
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 a.h img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.h img:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-3 .left {
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-3 .left .slick2 {
  width: 115%;
  margin-left: -15%;
}
.about-page .about-3 .left .img {
  height: 610px;
  background-size: cover;
  border-top-right-radius: 90px;
}
.about-page .about-3 .right {
  vertical-align: middle;
  padding-right: 12%;
}
.about-page .about-3 .right .list {
  margin: 75px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .right .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
  opacity: .77;
  bottom: 8px;
  left: 0;
  position: absolute;
}
.about-page .about-3 .right .list ul li {
  font-size: 30px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .right .list ul li:after {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  margin-top: .5em;
  background-color: #a7a7a7;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right .list ul .slick-current li:after {
  background-color: #1155a6;
}
.about-page .about-3 .right .list .btn {
  position: absolute;
  left: 100%;
  bottom: -20px;
}
.about-page .about-3 .right .textList ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .right .textList ul li {
  position: relative;
}
.about-page .about-3 .right .textList ul li i.txt {
  font-size: 171px;
  color: #acacac;
  opacity: .09;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -60%;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-3 .right .textList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .right .textList ul li .text {
  margin-top: 1em;
    line-height: 2;
}
.about-page .about-4 {
  padding: 190px 0;
}
.about-page .about-4 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 22%;
  margin-bottom: 40px;
}
.about-page .about-4 .flex .btn {
  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;
}
.about-page .about-4 .flex .btn .prev {
  margin-right: 15px;
}
.about-page .about-4 .list {
  padding: 100px 0 120px;
  position: relative;
}
.about-page .about-4 .list:before {
  content: '';
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  right: -2%;
  top: 0;
  z-index: -1;
  width: 83%;
}
.about-page .about-4 .list ul {
  margin: -25px;
}
.about-page .about-4 .list ul li {
  padding: 25px;
}
.about-page .about-4 .list ul li .box {
  padding: 0 35px 80px;
  background-color: white;
  margin-top: 22px;
}
.about-page .about-4 .list ul li .box span.num {
  font-size: 18px;
  padding: 1em .7em;
  line-height: 1;
  background-color: #1155a6;
  color: white;
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  display: inline-block;
}
.about-page .about-4 .list ul li .box i.icon {
  display: block;
  margin-top: 15px;
  position: relative;
}
.about-page .about-4 .list ul li .box i.icon:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#1155a6));
  background-image: -webkit-linear-gradient(bottom, transparent, #1155a6);
  background-image: -moz-linear-gradient(bottom, transparent, #1155a6);
  background-image: linear-gradient(to top, transparent, #1155a6);
  position: absolute;
  top: -10px;
  left: 20%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box span.h6 {
  font-size: 24px;
  margin: 2.5em 0 .7em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.about-page .about-4 .list ul li .box .text {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.8em;
}
.about-page .about-4 .list ul li .box:hover i.icon:before {
  opacity: 1;
}
.about-page .about-5 {
  padding: 120px 0 150px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.about-page .about-5 .flex {
  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;
}
.about-page .about-5 .flex .text {
  max-width: 50%;
  line-height: 2;
}
.about-page .about-5 .list {
  margin-top: 50px;
  width: 107%;
}
.about-page .about-5 .list ul {
  margin: -12px;
}
.about-page .about-5 .list ul li {
  padding: 12px;
}
.about-page .about-5 .list ul li .box {
  position: relative;
  border-bottom: 2px solid #1155a6;
}
.about-page .about-5 .list ul li .box img {
  display: block;
  width: 100%;
}
.about-page .about-5 .list ul li .box .flex {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 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;
  color: white;
}
.about-page .about-5 .list ul li .box .flex span.h6 {
  font-size: 28px;
  font-weight: 600;
}
.about-page .about-5 .list ul li .box .flex .btn div {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #1155a6;
  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;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn div:hover {
  background-color: black;
}
.about-page .about-5 .list ul li .box .flex .btn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-5 .list ul li .box .flex .btn .next {
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next img {
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover {
  background-color: #1155a6;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-6 {
  padding: 190px 0 130px;
  background-image: url("../images/about-6-bg.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page .about-6 .flex {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .flex .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-6 .flex .title span.tag {
  margin-right: 4em;
  margin-top: .5em;
}
.about-page .about-6 .flex .title .text {
  margin-top: 1em;
  max-width: 470px;
  line-height: 2;
}
.about-page .about-6 .list {
  margin-top: 100px;
}
.about-page .about-6 .list ul {
  margin: -25px;
}
.about-page .about-6 .list ul li {
  padding: 25px;
}
.about-page .about-6 .list ul li a.img-box {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li a.img-box img {
  height: 220px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about-page .about-6 .list ul li .content {
  padding: 25px;
  background-color: #f4f4f4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.about-page .about-6 .list ul li .content .text {
  color: #5e5e5e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  line-height: 2;
}
.sustainability-page .sustainability-1 .right .text {
    line-height: 2;
}
.about-page .about-6 .list ul li:hover a.img-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.about-page .about-6 .list ul li:hover .content {
  background-color: #1155a6;
}
.about-page .about-6 .list ul li:hover .content span.h6,
.about-page .about-6 .list ul li:hover .content .text {
  color: white;
}
.about-page .about-7 {
  padding: 80px 0 160px;
  text-align: center;
}
.about-page .about-7 span.tag {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-7 .list {
  margin: 70px 0;
}
.about-page .about-7 .list ul {
  margin: -25px;
}
.about-page .about-7 .list ul li {
  padding: 25px;
}
.about-page .about-7 .list ul li img {
  display: block;
  margin: 0 auto;
}

.about-page .about-7 .slick-track {
  display: block;
}



@media screen and (max-width: 1700px) {
  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }

  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 18px;
  }

  .about-page .about-1 .left span.h2 {
    font-size: 28px;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 24px;
  }

  .about-page .about-4 .list ul li .box span.h6 {
    margin-top: 1.5em;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 70px;
  }
  .about-page .about-4 .list ul li .box {
    padding: 0 20px 50px;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-1 {
    padding-top: 80px;
  }
  .about-page .about-2 {
    padding: 60px 0 140px;
  }
  .about-page .about-3 span.h {
    max-width: 140px;
  }
  .about-page .about-3 .right .list {
    margin: 40px 0;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 130px;
  }
  .about-page .about-3 .left .img {
    height: 560px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .about-page .about-4 .flex {
    padding-right: 10%;
  }
  .about-page .about-4 .list {
    padding: 60px 0;
  }
  .about-page .about-4 .list ul li,
  .about-page .about-6 .list ul li {
    padding: 10px;
  }
  .about-page .about-4 .list ul,
  .about-page .about-6 .list ul {
    margin: -10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7 {
    padding: 90px 0;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 20px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div {
    width: 48px;
    height: 48px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div img {
    max-width: 22px;
  }
  .about-page .about-6 .list ul li .content {
    padding: 10px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 18px;
  }

  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 18px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 16px;
  }

  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 90px;
  }
  .about-page .about-3 .right .list:before {
    bottom: 4px;
  }
  .about-page .about-4 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1000px) {

  .about-page .about-1 .right,
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .about-page .about-3 .left {
    display: none;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-2 .list ul li:nth-child(2):before {
    display: none;
  }
  .about-page .about-2 {
    padding: 50px 0 100px;
  }
  .about-page .about-5 .flex,
  .about-page .about-6 .flex,
  .about-page .about-6 .flex .title {
    display: block;
  }
  .about-page .about-5 .flex .text {
    max-width: none;
    margin-top: 20px;
  }
  .about-page .about-6 .flex .title {
    margin-bottom: 10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7 {
    padding: 60px 0;
  }

  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 50px;
  }
  .about-page .about-6 .list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-7 .list ul li {
    padding: 10px;
  }
  .about-page .about-7 .list ul {
    margin: -10px;
  }
  .about-page .about-7 .list {
    margin: 40px 0;
  }
  .about-page .about-4 .list {
    padding: 40px 0;
  }
  .about-page .about-4 .flex {
    padding-right: 0;
  }
  .about-page .about-5 .list {
    width: 100%;
    margin-top: 30px;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 16px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-3:before {
    width: 80%;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 70px;
    bottom: -30%;
  }
  .about-page .about-3 .right .list ul.no .slick-track{
    transform: translate(0) !important;
  }
  .about-page .about-4 .flex {
    display: block;
  }
  .about-page .about-4 .flex .btn {
    display: none;
  }
}




.about2-page .about-1 .text {
  color: #747474;
}
.about2-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}
.about2-page .about-1 .list p {
  color: #898782;
}
.about2-page .about-2 {
  color: white;
}
.about2-page .about-2 .box2 {
  padding: 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2-page .about-2 .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.about2-page .about-3 .img {
  position: absolute;
  bottom: 105%;
  right: 60%;
}
.about2-page .about-3 img.font-66 {
  width: 1em;
}
.about2-page .about-3 .right li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about2-page .about-3 .right li i img {
  max-width: 100%;
  max-height: 100%;
}
.about2-page .about-3 .right li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .right li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
.about2-page .about-3 .right li:hover span.h6 {
  color: var(--color);
}
.about2-page .about-4 {
  background-color: #f8f9ff;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about2-page .about-4 .img .play {
  width: 7.5em;
  height: 7.5em;
  letter-spacing: .25em;
  background-color: #f8f9ff;
  color: black;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  border-radius: 100%;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about2-page .play {
    width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-left: auto;
    margin-right: auto;
}
.about2-page .play svg {
    fill: white;
    -webkit-animation: xz 5s linear infinite;
    -moz-animation: xz 5s linear infinite;
    animation: xz 5s linear infinite;
    display: block;
}
.about2-page .play path {
    fill: transparent;
}
.about2-page .about-2 .play{
  width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-left: auto;
    margin-right: auto;
}
.about2-page .about-4 .play img,
.about2-page .about-2 .play img,
.about2-page .about-4 .img .play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.about2-page .about-4 .img .play svg{
  fill: black;
}
.about2-page .about-4 .img .play i {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
  background-color: #636466;
  color: white;
  left: 50%;
  top: 50%;
}
.about2-page .about-4 .img .play i:before {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.about2-page .about-4 .text {
  color: #707070;
}
.about-13 .box .left {
    position: sticky;
    top: 150px;
}

.about-13 .box .right .list ul li {
    border-bottom: 1px solid #ccc;
}



@media screen and (max-width: 1000px){
   .about2-page .about-3 .img {
    display: none;
  }
  .about2-page .about-2 .box2 {
    padding: 7%;
  }
   .about-13 .box .left {
    position: static;
  }
}
@media screen and (max-width: 700px) {
   .about2-page .about-4 .img .play {
    width: 7em;
    height: 7em;
  }
  .about2-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about2-page .about-1 .list ul li {
    width: 48%;
  }
}
