@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Black.eot');
  src: url('../fonts/BarlowCondensed-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Black.woff2') format('woff2'), url('../fonts/BarlowCondensed-Black.woff') format('woff'), url('../fonts/BarlowCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Bold.eot');
  src: url('../fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowCondensed-Bold.woff') format('woff'), url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Medium.eot');
  src: url('../fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'), url('../fonts/BarlowCondensed-Medium.woff') format('woff'), url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Regular.eot');
  src: url('../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'), url('../fonts/BarlowCondensed-Regular.woff') format('woff'), url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-SemiBold.eot');
  src: url('../fonts/BarlowCondensed-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('../fonts/BarlowCondensed-SemiBold.woff') format('woff'), url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Light.eot');
  src: url('../fonts/BarlowCondensed-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Light.woff2') format('woff2'), url('../fonts/BarlowCondensed-Light.woff') format('woff'), url('../fonts/BarlowCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  --color: #192f61;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
.bigtt-zt {
  font-family: 'Barlow Condensed';
  font-weight: bold;
}
.fam-barcon {
  font-family: 'Barlow Condensed';
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}
#header .nav {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .logo {
  padding-left: 100px;
}
#header .nav .ui.menu {
  border-radius: 10px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 19px;
  font-size: 18px;
  text-transform: uppercase;
  height: 100%;
  color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  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 .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: scaleY(0);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span img {
  transition: all 0.5s;
  height: 22px;
}
#header .nav .ui.menu .right .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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-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 #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language: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);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header .nav .ui.menu .right .line {
  width: 1px;
  height: 24px;
  background-color: #000000;
}
#header .nav .ui.menu .right .h-inquire {
  width: auto;
  min-width: 200px;
  padding: 0 22px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-inquire img {
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .right .h-inquire:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
#header .nav .ui.menu .right .h-inquire:hover img {
  filter: none;
}
#banner {
  margin-top: 100px;
  padding-left: 100px;
  position: relative;
}
#banner .banner-content {
  height: 44vw;
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 610px;
  text-shadow: 2px 2px 5px #000;
}
#banner .banner-content .swiper-slide .txt-content .text1 {
  max-width: 533px;text-shadow: 2px 2px 5px #000;
}
#banner .banner-content .swiper-tool-box {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
}
#banner .banner-content .swiper-tool-box .swiper-tool {
  position: relative;
  width: auto;
  height: 20px;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button {
  width: 20px;
  height: 20px;
  position: static;
  margin-top: 0;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button::after {
  font-size: 16px;
  color: var(--color);
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button:hover::after {
  color: #000;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button.swiper-button-prev {
  left: 0;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-scrollbar {
  width: 78px;
  height: 1px;
  background-color: rgba(0, 169, 166, 0.4);
  position: static;
  margin-right: 22px;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--color);
}
#banner .swiper-pagination {
  width: auto;
  height: 88px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  min-width: 302px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 60px;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 19px;
  background-color: #d1d1d1;
  opacity: 1;
  border: 1px solid transparent;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: transparent;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #000;
}
#banner .number {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .number .line {
  height: 250px;
  margin: 8px auto;
  width: 2px;
  background-color: #abafb5;
  position: relative;
}
#banner .number .line i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  background-color: var(--color);
  transition: all 1.5s;
}
.btn-go {
  width: auto;
  min-width: 195px;
  padding: 0 20px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.btn-more {
  width: 100%;
  padding: 0 20px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: #a7a6a6;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.btn-more:hover {
  background-color: var(--color);
  color: #fff;
}
.btn-inquire {
  border: solid 2px #ffffff;
  min-width: 230px;
  height: 52px;
  width: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.btn-inquire::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}
.btn-inquire:hover {
  color: #000;
}
.btn-inquire:hover::after {
  left: 0;
}
#index-body .init-about .left .desc {
  color: rgba(0, 0, 0, 0.78);
}
#index-body .init-about .left .textlist ul {
  margin: -8px;
}
#index-body .init-about .left .textlist ul li {
  min-width: 42%;
  padding: 8px;
}
#index-body .init-about .right .imgbox {
  margin-right: calc((1500px - 100vw) / 2);
}
#index-body .init-about .right .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-product .mk-list .swiper {
  padding: 50px;
  margin: -50px;
}
#index-body .init-product .mk-list ul li .box {
  background-color: #f0f4f9;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
#index-body .init-product .mk-list ul li .box .imgbox {
  background-color: #fff;
  padding: 0 30px;
  border-radius: 5px;
  position: relative;
}
#index-body .init-product .mk-list ul li .box .imgbox::after {
  content: '';
  display: block;
  width: 80%;
  height: 6px;
  background-color: #a7a6a6;
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#index-body .init-product .mk-list ul li .box .txtbox {
  padding: 20px;
}
#index-body .init-product .mk-list ul li .box:hover .imgbox::after {
  background-color: var(--color);
}
#index-body .init-product .mk-list ul li .box:hover .btn-more {
  background-color: var(--color);
}
#index-body .init-advantage .mk-list ul li .box {
  background-color: #2c2c2c;
  padding: 30px 20px;
  transition: all 0.5s;
  min-height: 388px;
}
#index-body .init-advantage .mk-list ul li .box i{
  width: 71px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index-body .init-advantage .mk-list ul li .box:hover {
  background-color: var(--color);
}
#index-body .init-strength {
  background-repeat: no-repeat;
  background-position: bottom left;
}
#index-body .init-strength .left .mk-list ul li .box {
  padding: 30px 24px 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.5s;
}
#index-body .init-strength .left .mk-list ul li .box .num {
  color: rgba(0, 0, 0, 0.9);
}
#index-body .init-strength .left .mk-list ul li .box .num span {
  display: inline-block;
  transform: translateY(-5px);
}
#index-body .init-strength .left .mk-list ul li .box .text .title {
  color: rgba(0, 0, 0, 0.9);
}
#index-body .init-strength .left .mk-list ul li .box .text .content {
  display: none;
}
#index-body .init-strength .left .mk-list ul li .box .text .content .desc {
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-strength .left .mk-list ul li.active .box {
  background-color: #f1f1f1;
  border: 0;
}
#index-body .init-strength .left .mk-list ul li.active .box .num {
  color: #000;
}
#index-body .init-strength .left .mk-list ul li.active .box .text .title {
  color: #000;
}
#index-body .init-strength .right .swiper-box {
  margin-right: calc((1500px - 100vw) / 2);
  position: relative;
  padding-left: 3%;
  padding-bottom: 6%;
}
#index-body .init-strength .right .swiper-box .swiper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 93%;
}
#index-body .init-application {
  background-color: #f4f3f3;
}
#index-body .init-application .mk-list {
  position: relative;
}
#index-body .init-application .mk-list .swiper {
  margin-right: calc((1500px - 100vw) / 2);
}
#index-body .init-application .mk-list ul li .box {
  position: relative;
}
#index-body .init-application .mk-list ul li .box .imgbox img {
  filter: grayscale(90%);
  transition: all 0.5s;
}
#index-body .init-application .mk-list ul li .box .txtbox {
  position: absolute;
  bottom: 3%;
  left: 0;
  background-color: var(--color);
  width: 100%;
  min-height: 86px;
  padding: 10px;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-application .mk-list ul li .box:hover .imgbox img {
  filter: none;
}
#index-body .init-application .mk-list ul li .box:hover .txtbox {
  opacity: 1;
}
#index-body .init-application .mk-list .swiper-pagination {
  position: static;
}
#index-body .init-application .mk-list .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(18, 28, 34, 0.2);
  margin: 0 12px;
  opacity: 1;
  transition: all 0.5s;
}
#index-body .init-application .mk-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-news .mk-list ul {
  margin: -10px;
}
#index-body .init-news .mk-list ul li {
  padding: 10px;
}
#index-body .init-news .mk-list ul li .box {
  padding: 24px 26px;
  transition: all 0.5s;
}
#index-body .init-news .mk-list ul li .box .time {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}
#index-body .init-news .mk-list ul li .box .time img {
  filter: grayscale(90%);
  transition: all 0.5s;
}
#index-body .init-news .mk-list ul li .box .desc {
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-news .mk-list ul li .box .btn-gt {
  transition: all 0.5s;
}
#index-body .init-news .mk-list ul li:hover .box {
  box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
}
#index-body .init-news .mk-list ul li:hover .box .time img {
  filter: none;
}
#index-body .init-news .mk-list ul li:hover .box .btn-gt {
  color: var(--color);
}
#footer {
  position: relative;
  z-index: 0;
}
#footer .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  object-fit: cover;
  z-index: -1;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 120px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .text {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  max-width: 282px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a img {
  transform: translateY(11px);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a em {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover {
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover em {
  background-size: 100% 1px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick {
  max-width: 185px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.about {
  max-width: 190px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.pro {
  max-width: 165px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 425px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  padding-left: 40px;
  line-height: 1.8;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  width: 28px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li:hover {
  color: #fff;
}
#footer .footer-center .footer-b {
  background-color: var(--color);
}
#footer .footer-center .footer-b .text {
  color: #fff;
  padding: 6px 0;
}
#footer .footer-center .footer-b .text p {
  margin: 0 10px;
}
#footer .footer-center .footer-b .text .svg {
  transform: translateY(5px);
}
#footer .footer-center .footer-b .text svg {
  width: auto;
  max-height: 28px;
  transition: all 0.5s;
  fill: #fff;
}
#footer .footer-center .footer-b .share li a {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
#footer .footer-center .footer-b .share li a:hover {
  transform: translateY(-2px);
}
@media screen and (max-width: 1800px) {
  #header .nav .logo {
    padding-left: 70px;
  }
  #banner {
    padding-left: 70px;
  }
  #banner .number {
    left: 35px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box {
    margin-right: 40px;
  }
  #header .nav .ui.menu .right .h-inquire {
    min-width: 172px;
  }
  #index-body .init-about .right .imgbox {
    margin-right: calc((1370px - 100vw) / 2);
  }
  #index-body .init-strength .right .swiper-box {
    margin-right: calc((1370px - 100vw) / 2);
  }
  #index-body .init-strength .left .mk-list ul li .box .num span {
    transform: translateY(-2px);
  }
  #index-body .init-application .mk-list .swiper {
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  .play {
    zoom: 0.9;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 5px;
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box {
    margin-right: 20px;
  }
  #index-body .init-about .right .imgbox {
    margin-right: calc((1170px - 100vw) / 2);
  }
  #index-body .init-product .mk-list ul li .box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #index-body .init-product .mk-list .swiper {
    padding: 30px;
    margin: -30px;
  }
  #index-body .init-strength .right .swiper-box {
    margin-right: calc((1170px - 100vw) / 2);
  }
  #index-body .init-application .mk-list .swiper {
    margin-right: calc((1170px - 100vw) / 2);
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 288px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 235px;
  }
}
@media screen and (max-width: 1250px) {
    #banner{
        margin-top: 60px;
    }
  #banner .banner-content {
    height: 40vw;
  }
  #banner .swiper-pagination {
    height: 58px;
  }
  #banner .swiper-pagination {
    min-width: 250px;
    padding: 20px 30px;
  }
  #banner .number .line {
    height: 150px;
  }
  #banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  #index-body .init-about .right .imgbox {
    margin-right: calc((940px - 100vw) / 2);
  }
  #index-body .init-strength .right .swiper-box {
    margin-right: calc((940px - 100vw) / 2);
  }
  #index-body .init-application .mk-list .swiper {
    margin-right: calc((940px - 100vw) / 2);
  }
  #index-body .init-news .mk-list ul li .box {
    padding: 15px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 200px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 246px;
  }
  #footer .footer-center .footer-b .share li a {
    zoom: 0.8;
  }
  #footer .footer-center .footer-b .con {
    justify-content: center;
  }
  #footer .footer-center .footer-b {
    padding: 10px 0 30px;
  }
  #footer .footer-center .footer-b {
    background-color: #081b46;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #banner {
    padding-left: 0;
  }
  #banner .swiper-pagination {
    display: none;
  }
  #banner .number {
    display: none;
  }
  #index-body .init-about .right .imgbox {
    margin-right: 0;
  }
  #index-body .init-data .datashow ul li {
    width: 50%;
    padding: 10px 0;
  }
  #index-body .init-product .mk-list .swiper {
    padding: 20px;
    margin: -20px;
  }
  #index-body .init-strength .right .swiper-box {
    margin-right: 0;
  }
  #index-body .init-application .mk-list .swiper {
    margin-right: 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 48%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 48%;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .play {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #index-body .init-strength .left .mk-list ul li .box .num span {
    transform: translateY(0);
  }
  #index-body .init-application .mk-list .swiper-pagination {
    zoom: 0.8;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-product .mk-list .swiper {
    padding: 30px;
    margin: -30px;
  }
  #index-body .init-strength .left .mk-list ul li .box {
    padding: 20px 14px 15px;
  }
}
/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type='submit'] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type='submit'] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-logo img{
  filter: brightness(0) invert(1);
}
@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}

.inner-banner{
  margin-top: 100px;
}
.inner-banner .cat_cont {
    height: 300px;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.inner-banner .cat_cont .container {
    height: 100%;
}

.inner-banner .cat_cont .container .cat_name {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
}

.inner-banner .bottom_c {
    border-bottom: 1px solid #e5e5e5;
}

.inner-banner .bottom_c .right {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.inner-banner .bottom_c .right .img {
    width: 15px;
    margin-right: 8px;
    margin: 5px 12px 0 0;
}

.inner-banner .bottom_c .right a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.inner-banner .bottom_c .right a:hover {
    color: var(--color);
}

/*
    product-page
==============================================*/
.inner-page .sidebar-box .sidebar-left {
    padding-right: 4%;
    width: 22%;
    position: sticky;
    top: 130px;
}

.inner-page .sidebar-box .sidebar-left .tips {
    color: var(--color);
}

.inner-page .sidebar-box .sidebar-left >ul >li {
    margin-top: 10px;
    position: relative;
    padding-right: 20px;
}

.inner-page .sidebar-box .sidebar-left >ul >li >a {
    display: block;
    padding: 4px 0;
    position: relative;
    line-height: 2;
}

.inner-page .sidebar-box .sidebar-left >ul >li i{
    position: absolute;
    right: 0;
    top: 12px;
}

.inner-page .sidebar-box .sidebar-left >ul >li::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b9b6b1;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    transform-origin: left;
}

.inner-page .sidebar-box .sidebar-left >ul >li >a:hover::before {
    transform: scaleX(0);
}

.inner-page .sidebar-box .sidebar-left >ul >li:hover >a,
.inner-page .sidebar-box .sidebar-left >ul >li.active >a {
    color: var(--color);
}

.inner-page .sidebar-box .sidebar-left >ul >li.active .menu-subs{
    display: block;
}
.inner-page .sidebar-box .sidebar-left >ul >li .menu-subs{
    display: none;
    /*padding-left: 12px;*/
}
.inner-page .sidebar-box .sidebar-left >ul >li .menu-subs a{
    padding: 4px 0;
    display: inline-block;
}
.inner-page .sidebar-box .sidebar-left >ul >li .menu-subs li.active a,
.inner-page .sidebar-box .sidebar-left >ul >li .menu-subs li:hover a {
    color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .contact_info {
    margin-top: 50px;
    position: relative;
}

.inner-page .sidebar-box .sidebar-left .contact_info .img {
    width: 100%;
}

.inner-page .sidebar-box .sidebar-left .contact_info .more {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    font-weight: 600;
}

.inner-page .sidebar-box .sidebar-right {
    width: 78%;
}

@media (max-width: 1000px) {
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }

    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
    }
}


.product-page .cat_title {
    color: var(--color);
    text-transform: uppercase;
}

.product-page .cat_des {
    max-height: 280px;
    padding-right: 4px;
    line-height: 1.8;
}

.product-page .product-list {
    margin: 0 -10px;
}

.product-page .product-list li {
    margin-top: 40px;
    padding: 0 10px;
}

.product-page .product-list li .box .img_c {
    overflow: hidden;
    position: relative;
}

.product-page .product-list li .box .img {
    display: block;
    border: 1px solid #dbdbdb;
}

.product-page .product-list li .box .img img {
    width: 100%;
}

.product-page .product-list li .box .title {
    font-weight: normal;
    margin-top: 16px;
    display: block;
    line-height: 1.6;
}

.product-page .product-list li .box .des {
    position: absolute;
    bottom: -100%;
    opacity: 1;
    width: 100%;
    left: 0;
    background-color: rgba(14, 37, 88, 0.8);
    padding: 15px;
    color: #fff;
}

.product-page .product-list li .box .des .title_1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

.product-page .product-list li .box .des .text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 14px;
    line-height: 2;
}

.product-page .product-list li .box:hover .img_c .des {
    bottom: 0;
}

@media (max-width: 1000px) {
    .product-page .product-list li {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .product-page .product-list {
        margin: 0;
    }

    .product-page .product-list li {
        padding: 0;
    }
}

.transition_1 {
    transition: all 0.5s;
}

.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
/*==============================================
    product-page
*/


/*
    prodet-page
==============================================*/
.prodet-page .init-1 .container .left {
    padding-right: 100px;
}

.prodet-page .init-1 .container .left .big_img {
    position: relative;
}

.prodet-page .init-1 .container .left .big_img .btn {
    width: 46px;
    height: 46px;
    border: 1px solid #cecece;
    color: #333333;
    border-radius: 50%;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodet-page .init-1 .container .left .big_img .btn i {
    margin-left: 4px;
}

.prodet-page .init-1 .container .left .big_img .btn:hover {
    border-color: var(--color);
}

.prodet-page .init-1 .container .left .big_img .prev {
    left: -70px;
}

.prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -4px;
}

.prodet-page .init-1 .container .left .big_img .slick1 {
    border: 1px solid #cbcbcb;
}

.prodet-page .init-1 .container .left .big_img .slick1 li a {
    display: block;
}

.prodet-page .init-1 .container .left .big_img .slick1 li a img {
    width: 100%;
}

.prodet-page .init-1 .container .small_img {
    margin-top: 20px;
}

.prodet-page .init-1 .container .small_img .slick1 {
    margin: 0 -12px;
}

.prodet-page .init-1 .container .small_img .slick1 li {
    padding: 0 12px;
}

.prodet-page .init-1 .container .small_img .slick1 li .box {
    cursor: pointer;
    border: 1px solid #cbcbcb;
    display: block;
}

.prodet-page .init-1 .container .small_img .slick1 li .box img {
    width: 100%;
}

.prodet-page .init-1 .container .small_img .slick1 li .box:hover,
.prodet-page .init-1 .container .small_img .slick1 li .box.active {
    border: var(--color) 1px solid;
}

.prodet-page .init-1 .container .right .title {
    color: #393939;
}

.prodet-page .init-1 .container .right .des {
    margin-top: 10px;
    color: #393939;
    line-height: 2;
    max-height: 400px;
    padding-right: 4px;
    overflow-y: auto;
}

.prodet-page .init-1 .container .right .des img.wscnph {
    max-width: 50px;
    margin: 10px;
    display: inline-block;
}

.prodet-page .init-1 .container .right .img {
    margin-top: 20px;
}

.prodet-page .init-1 .container .right .btn-go:focus{
  background-color: #fff;
  border-color: var(--color);
  color: var(--color);
}


.prodet-page .init-2 .container .tips {
    text-transform: uppercase;
    border-bottom: 1px solid #cbcbcb;
}

.prodet-page .init-2 .container .content {
    margin-top: 20px;
}

.prodet-page .init-3 {
    margin-top: 50px;
}

.prodet-page .init-3 .container .tips {
    font-weight: 600;
    font-weight: normal;
    text-transform: uppercase;
}

.prodet-page .init-3 .container .title_list {
    background-color: #f5f5f5;
    margin-top: 20px;
}

.prodet-page .init-3 .container .title_list .list {
    width: auto;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.prodet-page .init-3 .container .title_list .list:hover,
.prodet-page .init-3 .container .title_list .list.active {
    background-color: var(--color);
    color: #fff;
}

.prodet-page .init-3 .container .content_list .list {
    padding-top: 40px;
    display: none;
}

.prodet-page .init-3 .container .content_list .list table tr td {
    min-width: 120px;
}

.prodet-page .init-4 {
    background-color: #f5f5f5;
}

.prodet-page .init-4 .container {
    font-weight: 600;
    font-weight: normal;
    text-transform: uppercase;
}

.prodet-page .init-4 .container .content {
    margin: 30px -15px 0;
}

.prodet-page .init-4 .container .content .slick .slick-track {
    margin-left: 0;
}

.prodet-page .init-4 .container .content .slick li {
    padding: 0 15px;
}

.prodet-page .init-4 .container .content .slick li .box .img {
    display: block;
    overflow: hidden;
    background-color: white;
}

.prodet-page .init-4 .container .content .slick li .box .img img {
    width: 100%;
}

.prodet-page .init-4 .container .content .slick li .box .text {
    display: block;
    margin-top: 16px;
    line-height: 2;
}

.prodet-page .init-4 .container .content .slick li .box .text:hover {
    color: var(--color);
}

.prodet-page .init-5 .container .tips {
    font-weight: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.prodet-page .init-5 .container form input,
.prodet-page .init-5 .container form textarea {
    margin-top: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 12px 60px;
    background-repeat: no-repeat;
    font-size: 16px;
    -o-background-size: 26px auto;
    background-size: 26px auto;
    background-position: 20px 12px;
}

.prodet-page .init-5 .container form .name,
.prodet-page .init-5 .container form .mail {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(50% - 25px);
}

.prodet-page .init-5 .container form .mail {
    margin-left: 50px;
}

.prodet-page .init-5 .container form .submit {
    width: auto;
    padding: 10px 60px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .prodet-page .init-1 .container .left .big_img .prev {
        left: -50px;
    }
    .prodet-page .init-1 .container .left .big_img .btn{
        right: -50px;
    }
    .prodet-page .init-1 .container .left {
        width: 100%;
        padding: 0 60px;
    }

    .prodet-page .init-1 .container .right {
        width: 100%;
        margin-top: 40px;
    }

    .prodet-page .init-1 .container .right .title {
        text-align: center;
    }

    .prodet-page .init-2 .container .tips {
        text-align: center;
    }

    .prodet-page .init-3 .container .tips {
        text-align: center;
    }

    .prodet-page .init-4 .container .tips {
        text-align: center;
    }

    .prodet-page .init-4 .container .content .slick li .box .text {
        text-align: center;
    }

    .prodet-page .init-5 {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .prodet-page .init-1 .container .left {
        padding: 0;
    }

    .prodet-page .init-1 .container .left .big_img .btn {
        width: 26px;
        height: 26px;
        font-size: 20px;
        line-height: 24px;
        z-index: 2;
    }

    .prodet-page .init-1 .container .left .big_img .prev {
        left: -8px;
    }

    .prodet-page .init-1 .container .left .big_img .prev i {
        margin-left: -2px;
    }

    .prodet-page .init-1 .container .left .big_img .next {
        right: -8px;
    }

    .prodet-page .init-1 .container .left .big_img .next i {
        margin-left: 2px;
    }

    .prodet-page .init-1 .container .small_img .slick1 {
        margin: 0 -5px;
    }

    .prodet-page .init-1 .container .small_img .slick1 li {
        padding: 0 5px;
    }

    .prodet-page .init-1 .container .right .title {
        line-height: 1.8;
    }

    .prodet-page .init-3 .container .title_list .list {
        width: 50%;
        text-align: center;
        font-size: 16px;
    }

    .prodet-page .init-3 .container .content_list .list {
        padding-top: 20px;
    }

    .prodet-page .init-5 .container form .name {
        width: 100%;
    }

    .prodet-page .init-5 .container form .mail {
        width: 100%;
        margin-left: 0;
    }

    .prodet-page .init-5 .container form input {
        padding: 12px 12px 12px 60px;
        margin-top: 16px;
    }

    .prodet-page .init-5 .container form textarea {
        padding: 12px 12px 12px 60px;
        margin-top: 16px;
    }
}
/*==============================================
    prodet-page
*/

.m-link a {
    margin-top: 6px;
    display: inline-block;
}

.m-link a:hover {
    color: var(--color);
    text-decoration: underline;
}

/*
    application-page
==============================================*/


.application-page .application-1 {
    padding: 70px 0 40px;
}

.application-page .application-1 .list ul {
    display: flex;
    justify-content: space-between;
}

.application-page .application-1 .list ul li a {
    display: block;
    height: 100%;
    font-size: 15px;
    padding: 2em 1em 1em;
    text-align: center;
    transition: 0.5s;
    border-right: 1px solid #ececeb;
}

.application-page .application-1 .list ul li a i {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-bottom: 0.5em;
    transition: 0.5s;
}

.application-page .application-1 .list ul li a.active {
    background-color: var(--color);
    color: white;
}

.application-page .application-1 .list ul li a.active i {
    filter: brightness(0) invert(1);
}

.application-page .application-1 .list ul li a:hover {
    background-color: var(--color);
    color: white;
}

.application-page .application-1 .list ul li a:hover i {
    filter: brightness(0) invert(1);
}

.application-page .application-1 .list ul li:last-child a {
    border-right: none;
}

.application-page .application-2 {
    background-color: var(--color);
    color: white;
    position: relative;
    z-index: 1;
}

.application-page .application-2 .m-page {
    margin-top: 30px;
}

.application-page .application-2 .box {
    padding: 70px 0;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}

.application-page .application-2 .application-list {
    margin-left: -15px;
    margin-right: -15px;
}

.application-page .application-2 .application-list li {
    padding-left: 15px;
    padding-right: 15px;
}

.application-page .application-2 .application-list li p {
    color: #fff;
}

.application-page .application-2 .box span.h2 {
    color: inherit;
    font-size: 48px;
    margin-bottom: 0.8em;
    text-align: center;
    font-weight: bold;
    display: block;
}

.application-page .application-2 .content {
    line-height: 2;
}

.application-page .application-2 .box .text {
    line-height: 2;
}

.application-page .application-2 .box .text p {
    margin-top: 0.5em;
    display: block;
}

.application-page .application-2:after {
    content: "";
    width: 100%;
    height: 37%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.application-page .application-3 .list ul {
    margin: -6px;
}

.application-page .application-3 .list ul li {
    width: 25%;
    padding: 6px;
}
.application-page .application-3 .list ul li .box {
    transition: all 0.3s;
    position: relative;
    display: block;
}

.application-page .application-3 .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    transition: 0.5s;
    width: 0;
    height: 0;
}

.application-page .application-3 .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}

.application-page .application-3 .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}

.application-page .application-3 .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}

.application-page .application-3 .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}

.application-page .application-3 .list ul li .box .img {
    width: 100%;
    background-color: #f2f1f1;
    padding: 10% 3%;
}

.application-page .application-3 .list ul li .box .text {
    padding: 20px;
}

.application-page .application-3 .list ul li .box .text span {
    color: var(--color);
    font-weight: bold;
}

.application-page .application-3 .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.application-page .application-3 .list ul li .box .text p {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.application-page .application-3 .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}

.application-page .application-3 .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}

.application-page .application-3 .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}

.application-page .application-3 .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}

.application-page .application-3 .slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    background-image: url("../images/icon-arrows1.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    cursor: hand;
    font-size: 0;
}

.application-page .application-3 .slick-arrow.slick-prev {
    right: 101%;
}

.application-page .application-3 .slick-arrow.slick-next {
    left: 101%;
    transform: translateY(-50%) rotateY(180deg);
}
@media screen and (max-width: 1250px){
    .application-page .application-3 .slick-arrow{
        zoom: 0.6;
    }
    .application-page .application-3 .slick-arrow.slick-prev {
        right: 100%;
    }
    .application-page .application-3 .slick-arrow.slick-next {
        left: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .application-page .application-2 .box span.h2 {
        font-size: 24px;
    }

    .application-page .application-2 .box {
        padding: 50px 0;
    }

    .application-page .application-1 {
        padding-top: 45px;
    }

    .application-page .application-1 .list ul {
        flex-wrap: wrap;
    }

    .application-page .application-1 .list ul li a {
        padding-top: 10px;
    }

    .application-page .application-2:after {
        display: none;
    }

    .application-page .application-2 .box {
        padding: 50px 0;
    }
    .application-page .application-2 .application-list {
        margin-left: -8px;
        margin-right: -8px;
    }
    .application-page .application-2 .application-list li {
        padding-left: 8px;
        padding-right: 8px;
    }
    .application-page .application-3 .list ul li .box .text h4 {
        font-size: 16px;
    }

    .application-page .application-3 .list ul li .box .text p {
        font-size: 14px;
    }

}
.application-page .application-2 .m-page a{
  color: #fff;
}
.application-page .m-page a::before{
  background-color: #fff;
}
/*==============================================
    application-page
*/

/*
    appdet-page
==============================================*/

.appdet-page .appdet-content .category {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.appdet-page .appdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    transform: skewX(-10deg) skewY(0);
    transition: .3s;
}

.appdet-page .appdet-content .category a span {
    display: inline-block;
    transform: skewX(10deg) skewY(0);
}

.appdet-page .appdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.appdet-page .appdet-content h1.n-title {
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.appdet-page .appdet-content .content {
    color: #555;
}

.appdet-page .appdet-content .content h2 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
}

.appdet-page .appdet-content .content h3 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}

.appdet-page .appdet-content .content h4 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
}

.appdet-page .appdet-content .content h5 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}

.appdet-page .appdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}

.appdet-page .appdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.appdet-page .appdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    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;
    margin-top: 40px;
}

.appdet-page .appdet-content .m-link a {
    width: 50%;
    padding: 35px 0;
    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;
}

.appdet-page .appdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}

.appdet-page .appdet-content .m-link a.right {
    padding-left: 30px;
}
.appdet-page .appdet-content .app-related-pro ul{
  margin: -10px;
}
.appdet-page .appdet-content .app-related-pro ul li{
  padding: 10px;
}
.appdet-page .appdet-content .app-related-pro ul li .imgbox{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .appdet-page .appdet-content .appdet-1 .left{
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
    .appdet-page .appdet-content {
        padding-right: 0;
    }
}
/*==============================================
    appdet-page
*/


/*
    technology-page
==============================================*/
.technology-page .technology-1 .left .text {
    color: #191919;
    margin-top: 1em;
}

.technology-page .technology-1 .left .text h6 {
    font-size: 1.1em;
    margin: 1.1em 0;
    font-weight: 600;
}

.technology-page .technology-2 {
    background-color: #eee;
}
.technology-page .technology-2 .slick-track .slick-slide * {
    height: 100%;
}
.technology-page .technology-2 .list ul{
  margin: -8px;
}

.technology-page .technology-2 .list ul li{
  padding: 8px;
}
.technology-page .technology-2 .list ul li .box{
    box-shadow: 1px 2px 4px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 30px 15px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.technology-page .technology-2 .list ul li .box .title {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    padding: inherit;
    justify-content: space-between;
    flex-direction: column;
    transition: .5s;
}

.technology-page .technology-2 .list ul li .box .title i.dots {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: var(--color);
    display: block
}

.technology-page .technology-2 .list ul li .box .text {
    font-weight: 300;
    opacity: 0;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.technology-page .technology-2 .list ul li .box:hover {
    background-color: var(--color)
}

.technology-page .technology-2 .list ul li .box:hover .title {
    opacity: 0
}

.technology-page .technology-2 .list ul li .box:hover .text {
    opacity: 1
}
.slickBtn div{
    border-radius: 0;
}
.slickBtn div:hover{
    background-color: #5081ef;
}


.technology-page .technology-3 {
    text-align: center;
}

.technology-page .technology-3 .list {
    margin-top: 60px;
}

.technology-page .technology-3 .list ul {
    margin: -17px;
}

.technology-page .technology-3 .list ul li {
    padding: 17px;
}

.technology-page .technology-3 .list ul li p {
    color: #191919;
    opacity: 0.77;
    max-height: calc(28px * 7);
    overflow-y: auto;
}

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

  .technology-page .technology-2 .list ul li .box{
 
  }
}

@media screen and (max-width: 1000px) {
  .technology-page .technology-3 .list ul {
      margin: -8px;
  }
  .technology-page .technology-3 .list ul li {
    padding: 8px;
  }
  .slickBtn.pos div{
      display: none!important;
  }
}

@media (max-width: 700px) {
    .technology-page .technology-3 .list {
        margin-top: 34px;
    }
}
/*==============================================
    technology-page
*/

/*
    service-page
==============================================*/
.service-page .service-1 {
    padding: 70px 0 90px;
    background-color: #f9f9f9;
}

.service-page .service-1 .box {
    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;
}

.service-page .service-1 .box .left {
    width: 60%;
}

.service-page .service-1 .box .right {
    padding-left: 10%;
    width: 40%;
}

.service-page .service-1 .list {
    margin-top: 60px;
}

.service-page .service-1 .list ul {
    margin: -7px;
}

.service-page .service-1 .list ul li {
    padding: 7px;
}

.service-page .service-1 .list ul li a.img-box {
    display: block;
}

@media screen and (max-width: 1000px) {
    .service-page .service-1 .box .left {
        padding: 0 !important;
        width: 100%;
    }

    .service-page .service-1 .box .right {
        padding: 0 !important;
        width: 100%;
        margin-top: 20px;
    }

    .service-page .service-1 .box {
        direction: ltr !important;
        display: block;
    }

    .service-page .service-1 {
        padding: 50px 0;
    }
}
.service-page .cornerstone-4 {
    padding: 100px 0;
}

.service-page .cornerstone-4 .ui.container {
    max-width: 1230px;
}

.service-page .cornerstone-4 .box {
    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;
}

.service-page .cornerstone-4 .box .left {
    width: 35%;
    padding-right: 5%;
}

.service-page .cornerstone-4 .box .right {
    width: 65%;
}

.service-page .cornerstone-4 .box .right .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px;
}

.service-page .cornerstone-4 .box .right .list ul li {
    width: 100%;
    padding: 10px;
}

.service-page .cornerstone-4 .box .right .list ul li span {
    font-size: 1.09090909em;
    color: #e9a924;
    line-height: 1.2;
    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: .2em;
}

.service-page .cornerstone-4 .box .right .list ul li span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(var(--color)), to(transparent));
    background-image: -webkit-linear-gradient(right, transparent, var(--color), transparent);
    background-image: -moz-linear-gradient(right, transparent, var(--color), transparent);
    background-image: linear-gradient(to left, transparent, var(--color), transparent);
}

.service-page .cornerstone-4 .box .right .list ul li p {
    color: var(--color);
    white-space: nowrap;
}

.service-page .cornerstone-4 .box .right .list ul li:last-child {
    width: auto;
}

.service-page .cornerstone-4 .box .right .list ul li:last-child span:after {
    display: none;
}

.service-page .cornerstone-5 {
    background-color: #f9f9f9;
    overflow: hidden;
}

.service-page .cornerstone-5 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.service-page .cornerstone-5 .box .left {
    width: 37.5%;
    padding-right: 8%;
}

.service-page .cornerstone-5 .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.service-page .cornerstone-5 .box .right {
    padding: 90px 0;
    width: 62.5%;
}

.service-page .cornerstone-5 .box .right .box2 {
    max-width: 990px;
}

.service-page .cornerstone-5 .box .right .box2 .text {
    margin-top: 1.5em;
    max-width: 840px;
}

.service-page .cornerstone-5 .box .right .box2 .form {
    margin-top: 60px;
}

.service-page .cornerstone-5 .box .right .box2 .form ul {
    margin: -10px -20px;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li {
    padding: 10px 20px;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li input,
.service-page .cornerstone-5 .box .right .box2 .form ul li textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #acacac;
    font-size: 16px;
    font-weight: 300;
    background-color: transparent;
    padding: .7em 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li input::-webkit-input-placeholder,
.service-page .cornerstone-5 .box .right .box2 .form ul li textarea::-webkit-input-placeholder {
    color: #707070;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li input:-moz-placeholder,
.service-page .cornerstone-5 .box .right .box2 .form ul li textarea:-moz-placeholder {
    color: #707070;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li input::-moz-placeholder,
.service-page .cornerstone-5 .box .right .box2 .form ul li textarea::-moz-placeholder {
    color: #707070;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li input:-ms-input-placeholder,
.service-page .cornerstone-5 .box .right .box2 .form ul li textarea:-ms-input-placeholder {
    color: #707070;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li input::placeholder,
.service-page .cornerstone-5 .box .right .box2 .form ul li textarea::placeholder {
    color: #707070;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li input:focus,
.service-page .cornerstone-5 .box .right .box2 .form ul li textarea:focus {
    border-color: var(--color);
}

.service-page .cornerstone-5 .box .right .box2 .form ul li textarea {
    height: 140px;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li.wid-100 {
    width: 100%;
}

.service-page .cornerstone-5 .box .right .box2 .form ul li a.more {
    margin-top: 2em;
}

.service-page .cornerstone-6 {
    padding: 80px 0;
    color: white;
}

.service-page .cornerstone-6 span.h2 {
    color: inherit;
}

.service-page .cornerstone-6 .options {
    display: block;
    font-size: 14px;
    margin: 3em 0;
}

.service-page .cornerstone-6 .options span {
    display: inline-block;
    padding: .5em 2em;
    border-radius: 2em;
    background-color: white;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    cursor: pointer;
    cursor: hand;
    color: black;
}

.service-page .cornerstone-6 .options span.active {
    background-color: var(--color);
    color: white;
}

.service-page .cornerstone-6 .box {
    background-color: white;
    padding: 25px 0;
    color: black;
}


.service-page .cornerstone-7 {
    padding-top: 120px;
    background-color: #f9f9f9;
}

.service-page .cornerstone-7 .left {
    width: 75%;
    margin-top: 5%;
}

.service-page .cornerstone-7 .left .map {
    position: relative;
}

.service-page .cornerstone-7 .left .map i {
    position: absolute;
    transform-origin: center bottom;
    transform: scale(.5);
    cursor: pointer;
    cursor: hand;
    transition: .5s;
}

.service-page .cornerstone-7 .left .map i.active {
    transform: scale(1);
}

.service-page .cornerstone-7 .left .map i:nth-child(1) {
    left: 23%;
    top: 29%;
}

.service-page .cornerstone-7 .left .map i:nth-child(2) {
    left: 46%;
    top: 28%;
}

.service-page .cornerstone-7 .left .map i:nth-child(3) {
    left: 42%;
    top: 61%;
}

.service-page .cornerstone-7 .left .map i:nth-child(4) {
    left: 70%;
    top: 47%;
}

.service-page .cornerstone-7 .left .map i:nth-child(5) {
    left: 71%;
    top: 56%;
}

.service-page .cornerstone-7 .left .map i:nth-child(6) {
    left: 75%;
    top: 39%;
}

.service-page .cornerstone-7 .left .map i:nth-child(7) {
    left: 79%;
    top: 38%;
}

.service-page .cornerstone-7 .right {
    width: 30%;
    margin-left: -5%;
}

.service-page .cornerstone-7 .right .slide {
    font-size: 30px;
    padding-left: 1em;
}

.service-page .cornerstone-7 .right span.h6 {
    padding: .7em 0;
    position: relative;
    display: block;
}

.service-page .cornerstone-7 .right span.h6:before {
    content: '';
    width: .3em;
    height: .3em;
    background-color: var(--color);
    position: absolute;
    left: -1em;
    top: 50%;
    transform: translateY(-50%);
}

.service-page .cornerstone-7 .right span.h6:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: -.85em;
    top: 0;
    background-color: var(--color);
}

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

    .service-page .cornerstone-4 .box .right .list ul li {
        font-size: 18px;
    }

    .service-page .cornerstone-5 .box .right .box2 {
        padding-right: 15px;
    }
}

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

    .service-page .cornerstone-4 {
        padding: 70px 0;
    }

    .service-page .cornerstone-5 .box .right {
        padding: 60px 0;
    }

    .service-page .cornerstone-7 {
        display: none;
    }
}

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

    .service-page .cornerstone-4 .box .left {
        width: 100%;
        padding-right: 0;
    }

    .service-page .cornerstone-4 .box .right {
        width: 100%;
        margin-top: 30px;
    }

    .service-page .cornerstone-4 .box {
        display: block;
    }

    .service-page .cornerstone-5 .box .right .box2 .form ul li input,
    .service-page .cornerstone-5 .box .right .box2 .form ul li textarea {
        font-size: 14px;
    }

    .service-page .cornerstone-5 .box .right .box2 .form ul li {
        padding: 5px;
    }

    .service-page .cornerstone-5 .box .right .box2 .form ul {
        margin: -5px;
    }
}


@media screen and (max-width: 700px) {
    .service-page .cornerstone-5 .box .left {
        display: none;
    }

    .service-page .cornerstone-5 .box .right {
        width: 100%;
    }

    .service-page .cornerstone-5 .box .right .box2 {
        padding: 0 15px;
    }

    .service-page .cornerstone-5 .box .right .box2 .form {
        margin-top: 30px;
    }

    .service-page .cornerstone-5 .box .right .box2 .form ul li {
        width: 100%;
    }

    .service-page .cornerstone-4 .box .right .list ul li {
        font-size: 16px;
        width: 50%;
    }

    .service-page .cornerstone-4 .box .right .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-page .cornerstone-4 .box .right .list ul li span:after {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .service-page .cornerstone-4 .box .right .list ul li {
        width: 100%;
    }
}
/*==============================================
    service-page
*/

/*
    contact-page
==============================================*/

.contact-page .init-1 .container .left .tips {
    margin-bottom: 32px;
    text-transform: uppercase;
}

.contact-page .init-1 .container .left .des {
    margin-top: 10px;
    line-height: 2;
}

.contact-page .init-1 .container .left form .list {
    margin-top: 20px;
}

.contact-page .init-1 .container .left form .list .name {
    font-size: 16px;
    line-height: 2;
    color: #5e5e5e;
    display: block;
    margin-bottom: 5px;
}

.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
    width: 100%;
    line-height: 2;
    border: 1px solid #c6cbc8;
    padding: 13px 15px;
    font-size: 16px;
    color: #333;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
}

.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
    border: 1px solid var(--color);
}


.contact-page .init-1 .container .right {
    padding-left: 80px;
}

.contact-page .init-1 .container .right .tips {
    text-transform: uppercase;
}

.contact-page .init-1 .container .right .list ul li {
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}

.contact-page .init-1 .container .right .list ul li .tips_2 {
    text-transform: uppercase;
}

.contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 40px;
}

.contact-page .init-1 .container .right .list ul li .cont {
    word-wrap: break-word;
    margin: 10px 0 20px 0;
}

.contact-page .init-1 .container .right .list ul li:last-child {
    border: none;
}

.contact-page .init-1 .container .right .list ul li:last-child .cont {
    margin-bottom: 0;
}


@media (max-width: 1000px) {
    .contact-page .init-1 .container .left {
        width: 100%;
        text-align: center;
    }

    .contact-page .init-1 .container .left form .list .name {
        text-align: left;
    }

    .contact-page .init-1 .container .left form .submit_c .submit_btn {
        width: 100%;
    }

    .contact-page .init-1 .container .right {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }

    .contact-page .init-1 .container .right .tips {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .contact-page .init-1 .container .left form {
        margin-top: 20px;
    }

    .contact-page .init-1 .container .left form .list {
        margin-top: 10px;
    }

    .contact-page .init-1 .container .left form .list input {
        padding: 6px;
    }

    .contact-page .init-1 .container .left form .list textarea {
        padding: 6px;
    }

    .contact-page .init-1 .container .left form .submit_c .submit_btn {
        padding: 4px 20px;
    }

    .contact-page .init-1 .container .right .list ul li {
        margin-top: 16px;
    }

    .contact-page .init-1 .container .right .list ul li .tips_2 i {
        width: 30px;
    }

    .contact-page .init-1 .container .right .list ul li .cont {
        margin: 8px 0;
    }
}


/*==============================================
    contact-page
*/

/*
    about-page
==============================================*/
.about-page .about-1 {
    padding: 70px 0;
}

.about-page .about-1 .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    cursor: pointer;
}

@keyframes ks22 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.about-page .about-1 .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.72);
    -webkit-animation: ks22 2s linear infinite;
    -moz-animation: ks22 2s linear infinite;
    animation: ks22 2s linear infinite;
    z-index: -1;
}

.about-page .about-1 h4 {
    color: var(--color);
}

.about-page .about-1 .box {
    margin: -40px;
}

.about-page .about-1 .left {
    width: 50%;
    padding: 40px;
    vertical-align: middle;
}

.about-page .about-1 .left .content {
    max-height: 360px;
    overflow: auto;
    padding-right: 20px;
    line-height: 28px;
}

.about-page .about-1 .right {
    width: 50%;
    padding: 40px;
    vertical-align: middle;
}

.about-page .about-2 {
    position: relative;
    overflow: hidden;
}
.about-page .about-2:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f7f9;
    position: absolute;
    top: 180px;
    left: 0px;
    z-index: -1;
}

.about-page .about-2 .title {
    color: #363636;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(37, 33, 24, 0.2);
}
.about-page .about-2 .num-list{
  margin: -15px;
}
.about-page .about-2 .num-list li{
  padding: 15px;
  width: 20%;
}
.about-page .about-2 .num-list li .box{
    padding: 30px 10px 20px;
    text-align: center;
    box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
    background-color: #fff;
    min-height: 150px;
    
}

.about-page .about-2 .num-list li span{
  color: #363636;
}


@media screen and (max-width: 1250px) {
    .about-page .about-1 .box {
        margin: -15px;
    }

    .about-page .about-1 .left {
        padding: 15px;
    }

    .about-page .about-1 .right {
        padding: 15px;
    }

    .about-page .about-1 h2 {
        font-size: 40px;
    }

    .about-page .about-1 h4 {
        font-size: 30px;
    }

  .about-page .about-2 .num-list{
    margin: -10px;
  }
  .about-page .about-2 .num-list li{
    padding: 10px;
    width: 33.3%;
  }
}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .left {
        width: 100%;
    }

    .about-page .about-1 .right {
        width: 100%;
    }

    .about-page .about-1 {
        padding: 40px 0 60px;
    }

    .about-page .about-1 .play {
        width: 80px;
    }
}

@media screen and (max-width: 700px) {
    .about-page .about-1 h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .about-page .about-1 h4 {
        font-size: 20px;
        line-height: 36px;
    }
  .about-page .about-2 .num-list{
    margin: -5px;
  }
  .about-page .about-2 .num-list li{
    padding: 5px;
    width: 50%;
  }
}


.about-page .about-3 {
    padding: 70px 0 80px;
    background-color: #003487;
    color: #fff;
}

.about-page .about-3 h3 {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}

.about-page .about-3 .text p {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.about-page .about-3 .box {
    padding-top: 50px;
}

.about-page .about-3 .box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.about-page .about-3 .box ul li {
    width: 25%;
}

.about-page .about-3 .box ul li .box2 {
    padding: 40px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.about-page .about-3 .box ul li .box2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .box ul li .box2 i {
    display: block;
    font-size: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #f63f06;
}

.about-page .about-3 .box ul li .box2 i img {
    margin: auto;
}

.about-page .about-3 .box ul li .box2 h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-height: 60px;
}

.about-page .about-3 .box ul li .box2 p {
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    max-height: 155px;
    min-height: 155px;
    overflow: auto;
}

.p11-value .title .text h2.tit {
    margin-bottom: 25px;
}

.about-page .about-3 .box ul li .box2:hover::after {
    background-color: var(--color);
}

.about-page .about-3 .box ul li .box2:hover i,
.about-page .about-3 .box ul li .box2:hover h4,
.about-page .about-3 .box ul li .box2:hover p {
    color: white;
}

.about-page .about-3 .box ul li .box2:hover i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1250px) {
    .about-page .about-3 .box ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .about-3 .box ul li {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .about-page .about-3 .box ul li {
        width: 100% !important;
    }

}

.about-page .about-4 .img {
  height: 500px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.about-page .about-7 .ui.container {
    display: flex;
    align-items: center;
}

.about-page .about-7 .left-his {
    margin-left: -13%;
    width: 38%;
}

.about-page .about-7 .right-his {
    width: 70%;
    margin-left: 5%;
}

.about-page .about-7 img {
    max-width: 100%;
}

.about-page .about-7 .right-his .about-4 h3 {
    color: #fff;
    margin-bottom: 50px;
}

.about-page .about-7 .right-his .about-4 h2 {
    color: #fff;
    text-transform: capitalize;
}

@media screen and (max-width: 1000px) {
    .about-page .about-7 .right-his .about-4 h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .about-page .about-7 .ui.container {
        display: block;
    }

    .about-page .about-7 .left-his {
        width: 100%;
        margin-left: 0;
        display: none;
    }

    .about-page .about-7 .right-his {
        width: 100%;
        margin-left: 0;
        padding: 30px 0;
    }
}



.about-page .about-history .left {
    width: 44%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.about-page .about-history .left span {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 21px;
    position: relative;
}

.about-page .about-history .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}


.about-page .about-history .right {
    width: 56%;
    padding-left: 8%;
    position: relative;
}

.about-page .about-history .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.about-page .about-history .right .tag ul {
    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;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}

.about-page .about-history .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    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-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.about-page .about-history .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about-page .about-history .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}

.about-page .about-history .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}

.about-page .about-history .right .tag ul li.current a {
    background-color: var(--color);
    color: #fff;
    border-color: var(--color);
}

.about-page .about-history .right .content ul li {
    background: linear-gradient(rgb(247 247 247) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 80px 40px;
    margin-bottom: 60px;
}

.about-page .about-history .right .content ul li .con {
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}

.about-page .about-history .right .content ul li:last-child {
    margin-bottom: 0;
}

.about-page .about-history .right .content ul li.active {
    background: var(--color);
}
.about-page .about-history .right .content ul li.active, 
.about-page .about-history .right .content ul li.active .tit, 
.about-page .about-history .right .content ul li.active .con {
    color: #fff;
}

@media screen and (max-width: 1250px) {
    .about-page .about-history .right .content ul li {
        padding: 60px 20px;
    }
}

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

    .about-page .about-history .left {
        position: initial;
        width: 100% !important;
    }

    .about-page .about-history .right {
        padding-left: 0;
        width: 100% !important;
        margin-top: 30px;
    }

    .about-page .about-history .right .tag {
        display: none;
    }

    .about-page .about-history .right .content ul li {
        margin-bottom: 20px;
        padding: 30px 15px;
    }

    .about-page .about-history .right .content ul li .con {
        font-size: 16px;
        line-height: 30px;
    }
}

/*==============================================
    about-page
*/


.news-page {
    background: #f8f8f8;
}

.news-page .container 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;
    margin: 0 -15px;
}

.news-page .container ul li {
    margin-top: 30px;
    padding: 0 15px;
}

.news-page .container ul li .box {
    height: 100%;
    background-color: #fff;
    padding: 30px;
}

.news-page .container ul li .box .title {
    text-transform: uppercase;
    display: block;
    line-height: 2;
}

.news-page .container ul li .box .title:hover {
    color: var(--color);
}

.news-page .container ul li .box .des {
    line-height: 2;
    margin-top: 14px;
}

.news-page .container ul li .box .time {
    margin-top: 10px;
    /*margin-left: 20px;*/
}


.newdet-page .container .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

.newdet-page .container .time_c {
    margin-top: 14px;
    text-align: center;
}

.newdet-page .container .time_c .list {
    display: inline-block;
    margin: 0 8px;
}

.newdet-page .container .time_c .list img {
    vertical-align: middle;
    width: 16px;
}

.newdet-page .container .time_c .list span {
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
    top: 1px;
    color: #999;
}

.newdet-page .container .content {
    margin-top: 50px;
}

.newdet-page .container .content ol li,
.newdet-page .container .content ul li {
    padding: 0 0 0 10px;
    list-style: square;
    list-style-position: inside;
}

.newdet-page .container .content strong {
    color: #5C5C5C;
}

@media (max-width: 1000px) {
    .news-page .container ul {
        margin: 0 -5px;
    }

    .news-page .container ul li {
        padding: 0 5px;
        margin-top: 10px;
        text-align: center;
    }

    .news-page .container ul li .box {
        padding: 15px;
    }

    .news-page .container ul li .box .time {
        margin-left: 0;
    }

    .newdet-page .container .title {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .news-page .container ul {
        margin: 0;
    }

    .news-page .container ul li {
        padding: 0;
        margin-top: 20px;
    }

    .newdet-page .container .content {
        margin-top: 20px;
    }
}



.seoPublic>div {
    padding: 90px 0;
}

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(1.8em * 12);
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}


.gallery-page {
    padding: 70px 0;
}

.gallery-page .gallery-list ul {
    margin: -15px;
}

.gallery-page .gallery-list ul li {
    padding: 15px;
}

.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}

.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}

.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gallery-page .gallery-list ul li .box:hover h5 {
    background: var(--color);
    color: white;
}



.faq-page {
    padding: 120px 0;
}

.faq-page ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.faq-page ul li h4 {
    margin-bottom: 10px;
    line-height: 1.8;
}

.faq-page ul li .content {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 30px;
}

.faq-page ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 500px) {
    .faq-page {
        padding: 40px 0;
    }
}