@font-face {
  font-family: 'Hanken Grotesk';
  src: local('Hanken Grotesk Black'), local('HankenGrotesk-Black'), url('../fonts/HankenGrotesk-Black.woff2') format('woff2'), url('../fonts/HankenGrotesk-Black.woff') format('woff'), url('../fonts/HankenGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: local('Hanken Grotesk Bold'), local('HankenGrotesk-Bold'), url('../fonts/HankenGrotesk-Bold.woff2') format('woff2'), url('../fonts/HankenGrotesk-Bold.woff') format('woff'), url('../fonts/HankenGrotesk-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: local('Hanken Grotesk Regular'), local('HankenGrotesk-Regular'), url('../fonts/HankenGrotesk-Regular.woff2') format('woff2'), url('../fonts/HankenGrotesk-Regular.woff') format('woff'), url('../fonts/HankenGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Hanken Grotesk', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: auto ;
  position: relative;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/load.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/load.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/load.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .animated.zoomIn,
  .animated.flipInX,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #666;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.2s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #44AEE4;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e665';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1710 {
    max-width: 1710px;
  }
  .con1620 {
    max-width: 1620px;
  }
  .con1680 {
    max-width: 1680px;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1560 {
    max-width: 1560px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 70px 0 120px 0;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 220px 0 160px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 100px 0 40px 0;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  padding: 40px 0;
  display: none;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li.active a {
  background: #44AEE4;
  color: #fff;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #222;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .menu-btn .icon {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.banner-box {
  padding-top: 95px;
  z-index: 4;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .swiper-slide {
  overflow: hidden;
}
.banner-box .swiper-slide .item {
  position: relative;
  overflow: hidden;
}
.banner-box .swiper-slide .item .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt {
    width: 90%;
    margin: 0 5%;
  }
}
.banner-box .swiper-slide .item .txt h2 {
  margin: 0;
  font-size: 56px;
  color: #FFF;
  font-weight: bold;
  line-height: 64px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.banner-box .swiper-slide .item .txt p {
  margin: 20px 0 0 0;
  color: #F5F5F5;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt p {
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
  }
}
.banner-box .banner {
  position: relative;
  overflow: hidden;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-box .banner img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
}
.banner-box .banner .tit .info {
  content: "";
  position: absolute;
  bottom: 0;
}
.banner-box .banner .tit .info span {
  color: #FFF;
  font-size: 180px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .banner-box .banner .tit .info span {
    font-size: 40px;
  }
}
.banner-box .banner-video-box {
  padding-bottom: 50%;
}
.banner-box .banner-video-box .banner-video {
  object-fit: cover;
}
.banner-box .fluid_video_wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .banner-box .swiper-container img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 5% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  margin: 0 15px !important;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100%;
  background: none;
  background-clip: content-box;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid #fff;
  transition: all 0.4s;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 20px;
    height: 20px;
  }
}
@keyframes pagCircle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-box .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  transition: all 0.5s;
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
}
.banner-box .swiper-pagination-bullet-active::before {
  background-color: #fff;
}
.banner-box .swiper-pagination {
  bottom: 24px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 15px;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
    /* 从视口底部开始 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 移动到原始位置 */
  }
}
.banner-box .swiper-slide-active .item .txt {
  animation: zoomIn 3s 0s ease both;
}
.banner-box .swiper-button-prev:hover::after,
.banner-box .swiper-button-next:hover::after {
  color: #fff;
}
.banner-box .swiper-button-prev::after,
.banner-box .swiper-button-next::after {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 30px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev::after,
  .banner-box .swiper-button-next::after {
    font-size: 20px;
  }
}
.banner-box .swiper-button-prev {
  left: 10%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev {
    left: 20px;
  }
}
.banner-box .swiper-button-next {
  right: 10%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-next {
    right: 20px;
  }
}
.banner-box .link-info {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 100%;
  text-align: start;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-box .banner-tit ul {
  position: absolute;
  bottom: 10px;
}
.banner-box .banner-tit ul li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.banner-box .banner-tit ul li:first-child {
  padding-left: 0;
}
.banner-box .banner-tit ul li::after {
  content: "/";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFF;
}
.banner-box .banner-tit ul li:last-child {
  padding-right: 0;
}
.banner-box .banner-tit ul li:last-child::after {
  display: none;
}
.banner-box .banner-tit ul li:last-child a {
  font-weight: 600;
}
.banner-box .banner-tit ul li a {
  font-size: 14px;
  display: block;
  color: #FFF;
  line-height: 26px;
}
.banner-box .banner-tit ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .banner-box .banner-tit ul li a {
    font-size: 14px;
  }
}
.banner-box .banner-tit h2 {
  padding-top: 12px;
  font-size: 70px;
  font-family: 'Orbitron', sans-serif;
  color: #FFF;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 90px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit h2 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit h2 {
    font-size: 14px;
  }
}
.banner-box .banner-tit .txt {
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .txt {
    margin-top: 20px;
    height: 120px;
    overflow: auto;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar {
    border-radius: 5px;
    width: 2px;
    height: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit .txt {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .txt {
    height: 40px;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar {
    width: 1px;
  }
}
.banner-box .banner-tit .txt p {
  margin: 0;
  color: #D9D9D9;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .txt p {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 11;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
}
@media (max-width: 1199px) {
  .header .info {
    height: 60px;
  }
}
.header .info .menu-logo a {
  display: block;
  height: auto;
}
.header .info .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 1199px) {
  .header .info .menu-logo a img {
    max-height: 45px;
  }
}
.header .info .menu-right {
  display: flex;
  align-items: center;
}
.header .info .menu-right .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-nav {
    display: none;
  }
}
.header .info .menu-right .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .info .menu-right .menu-nav .nav-first li.active a {
  background: #44AEE4;
  color: #fff;
}
.header .info .menu-right .menu-nav .nav-first li.active > ul li a {
  background: none;
  color: #222;
}
.header .info .menu-right .menu-nav .nav-first li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.header .info .menu-right .menu-nav .nav-first li a {
  color: #000;
  display: block;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 8px 30px;
}
@media (max-width: 1710px) {
  .header .info .menu-right .menu-nav .nav-first li a {
    padding: 8px 20px;
  }
}
@media (max-width: 1560px) {
  .header .info .menu-right .menu-nav .nav-first li a {
    padding: 8px 15px;
  }
}
@media (max-width: 1400px) {
  .header .info .menu-right .menu-nav .nav-first li a {
    padding: 8px 10px;
  }
}
.header .info .menu-right .menu-nav .nav-first li a:hover {
  background: #44AEE4;
  color: #fff;
}
.header .info .menu-right .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100% + 25px);
  left: 0%;
  border-top: 0;
  min-width: 100%;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background-color: #fff;
  padding: 15px 0;
}
.header .info .menu-right .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #222;
  line-height: 32px;
  padding: 5px 30px;
  border: none;
  border-radius: 50px;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a:hover {
  background: #44AEE4;
  color: #fff;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #fff;
  color: #222;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul li a {
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
  font-size: 15px;
}
.header .info .menu-right .menu-search {
  padding-left: 60px;
}
@media (max-width: 1560px) {
  .header .info .menu-right .menu-search {
    padding-left: 20px;
  }
}
.header .info .menu-right .menu-search .find .xs-search {
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .info .menu-right .menu-search .find .xs-search {
    display: block;
  }
}
.header .info .menu-right .menu-search .find .xs-search i {
  font-size: 20px;
}
.header .info .menu-right .menu-search .find form {
  min-width: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
@media (max-width: 1470px) {
  .header .info .menu-right .menu-search .find form {
    min-width: 230px;
  }
}
@media (max-width: 991px) {
  .header .info .menu-right .menu-search .find form {
    display: none;
  }
}
.header .info .menu-right .menu-search .find form input {
  border-radius: 50px;
  border: 1px solid #D6E7EF;
  background: #EFF4F6;
  width: 100%;
  padding: 8px 30px;
  color: #666;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-search .find form input {
    padding: 6px 15px;
  }
}
.header .info .menu-right .menu-search .find form input::placeholder {
  color: #666;
  font-size: 14px;
}
.header .info .menu-right .menu-search .find form button {
  position: absolute;
  top: 50%;
  height: 100%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 0px 50px 50px 0px;
  background: #333;
  border: none;
  color: #fff;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.header .info .menu-right .menu-search .find form button:hover {
  background: #44AEE4;
  color: #fff;
}
.header .info .menu-right .menu-search .find form button i {
  color: #fff;
}
.common-nav {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .common-nav {
    padding-top: 20px;
  }
}
.common-nav .info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}
.common-nav .info ul li {
  display: inline-block;
  padding: 0 15px;
}
.common-nav .info ul li:first-child {
  position: relative;
}
.common-nav .info ul li:first-child::before {
  content: "";
  position: absolute;
  background: url(../images/nav_car.svg) no-repeat center;
  background-size: cover;
  font-size: 20px;
  top: 50%;
  left: -60px;
  color: #44AEE4;
  width: 32px;
  height: 32px;
  animation: line-anim 4s infinite alternate;
}
@media (max-width: 1199px) {
  .common-nav .info ul li:first-child::before {
    animation: none;
    transform: translateY(-50%);
    left: -35px;
  }
}
.common-nav .info ul li::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  font-size: 18px;
}
.common-nav .info ul li:last-child::after {
  display: none;
}
.common-nav .info ul li a {
  display: block;
}
.common-nav .info ul li a:hover {
  color: #44AEE4;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .common-nav .info ul li a {
    font-size: 14px;
  }
}
@keyframes line-anim {
  0% {
    transform: translateX(-30px) translateY(-50%);
  }
  100% {
    transform: translateX(20px) translateY(-50%);
  }
}
.wrap-contact .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .info {
    flex-direction: column;
  }
}
.wrap-contact .info .left {
  width: 45%;
  background: #00689D;
  padding: 90px 70px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .info .left {
    padding: 40px 30px;
  }
}
.wrap-contact .info .left::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  border-left: 0px solid #00537D;
  border-bottom: 15px solid #00537D;
  border-right: 10px solid transparent;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left::before {
    display: none;
  }
}
.wrap-contact .info .left::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -10px;
  border-left: 0px solid #00537D;
  border-top: 15px solid #00537D;
  border-right: 10px solid transparent;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left::after {
    display: none;
  }
}
.wrap-contact .info .left .item {
  padding: 30px 0;
  border-bottom: 1px dashed #1A9ADC;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .item {
    padding: 15px 0;
  }
}
.wrap-contact .info .left .item:last-child {
  border-bottom: 0;
}
.wrap-contact .info .left .item .tit h2 {
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .item .tit h2 {
    font-size: 24px;
  }
}
.wrap-contact .info .left .item .note {
  margin-top: 10px;
}
.wrap-contact .info .left .item .note a,
.wrap-contact .info .left .item .note p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .item .note a,
  .wrap-contact .info .left .item .note p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .left .item .note a:hover {
  text-decoration: underline;
}
.wrap-contact .info .left .share {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .share {
    margin-top: 20px;
  }
}
.wrap-contact .info .left .share ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.wrap-contact .info .left .share ul li {
  display: inline-block;
  margin-right: 15px;
}
.wrap-contact .info .left .share ul li a {
  display: block;
}
.wrap-contact .info .left .share ul li a i {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.wrap-contact .info .left .share ul li a i:hover {
  transform: translateY(-5px);
}
.wrap-contact .info .left .share ul li.facebook a i,
.wrap-contact .info .left .share ul li.linkedin1 a i {
  background: #2670D7;
}
.wrap-contact .info .left .share ul li.youtube a i {
  background: #C00F0F;
}
.wrap-contact .info .left .share ul li.twitter a i,
.wrap-contact .info .left .share ul li.tiktok a i {
  background: #222;
}
.wrap-contact .info .left .share ul li.instagram a i {
  background: #EB009D;
}
.wrap-contact .info .left .share ul li.whatsapp a i {
  background: #0A66C2;
}
.wrap-contact .info .right {
  width: 55%;
  padding: 70px 90px;
  background: #F5F8FA;
}
@media (max-width: 1199px) {
  .wrap-contact .info .right {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .info .right {
    padding: 40px 30px;
  }
}
.wrap-contact .info .right .tit h2 {
  color: #222;
  font-size: 38px;
  margin: 0;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .wrap-contact .info .right .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-contact .info .right .txt {
  margin-top: 10px;
}
.wrap-contact .info .right .txt p {
  margin: 0;
  color: #000;
}
@media (max-width: 1199px) {
  .wrap-contact .info .right .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .right .common-form {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .right .common-form {
    margin-top: 20px;
  }
}
.footer {
  background: #111;
}
.footer .foot {
  padding: 130px 0 0 0;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0 0 0;
  }
}
.footer .foot .foot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .foot-top {
    flex-direction: column;
  }
}
.footer .foot .foot-top .left {
  width: 48%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .foot .foot-top .left {
    flex-direction: column;
    justify-content: center;
  }
}
.footer .foot .foot-top .left .share {
  padding-left: 70px;
}
@media (max-width: 1470px) {
  .footer .foot .foot-top .left .share {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .left .share {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer .foot .foot-top .left .share {
    margin-top: 20px;
    padding-left: 0;
    padding: 0 10px;
  }
}
.footer .foot .foot-top .left .share ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
}
.footer .foot .foot-top .left .share ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1470px) {
  .footer .foot .foot-top .left .share ul li {
    padding: 0 11px;
  }
}
.footer .foot .foot-top .left .share ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
.footer .foot .foot-top .left .share ul li:last-child::after {
  display: none;
}
.footer .foot .foot-top .left .share ul li a {
  display: block;
}
.footer .foot .foot-top .left .share ul li a i {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.footer .foot .foot-top .left .share ul li a i:hover {
  color: #44AEE4;
  transform: translateY(-5px);
}
.footer .foot .foot-top .right {
  width: 43%;
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .foot .foot-top .right form {
  position: relative;
  overflow: hidden;
}
.footer .foot .foot-top .right form input {
  padding: 13px 40px;
  width: 100%;
  background: transparent;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #999;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .right form input {
    padding: 11px 15px;
    font-size: 14px;
  }
}
.footer .foot .foot-top .right form input::placeholder {
  color: #999;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .footer .foot .foot-top .right form input::placeholder {
    font-size: 14px;
  }
}
.footer .foot .foot-top .right form input:focus::placeholder {
  color: #888;
}
.footer .foot .foot-top .right form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: #44AEE4;
  border: none;
  height: 100%;
  border-radius: 50px;
  padding: 0 40px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .footer .foot .foot-top .right form button {
    padding: 0 26px;
  }
}
.footer .foot .foot-top .right form button:hover {
  background: #00689D;
}
.footer .foot .foot-top .right form button:hover i {
  transform: rotate(45deg);
}
.footer .foot .foot-top .right form button i {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.footer .foot .foot-group {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .footer .foot .foot-group {
    padding: 20px 0;
    margin-top: 20px;
    flex-direction: column;
  }
}
.footer .foot .foot-group .left {
  width: 50%;
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .left {
    width: 100%;
    border-right: 0;
  }
}
.footer .foot .foot-group .left ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
  height: 230px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .left ul {
    margin-top: 20px;
    height: auto;
    flex-direction: row;
    justify-content: start;
  }
}
.footer .foot .foot-group .left ul li {
  vertical-align: top;
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .left ul li {
    margin-right: 20px;
  }
}
.footer .foot .foot-group .left ul li a {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 38px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .left ul li a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
  }
}
.footer .foot .foot-group .left ul li a:hover {
  text-decoration: underline;
  color: #44AEE4;
}
.footer .foot .foot-group .right {
  width: 43%;
  display: flex;
  justify-content: end;
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .right {
    width: 100%;
    margin-top: 20px;
    justify-content: start;
  }
}
.footer .foot .foot-group .right .list {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .right .list {
    margin-top: 20px;
  }
}
.footer .foot .foot-group .right .list .item {
  margin-bottom: 30px;
  display: flex;
  align-items: start;
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .right .list .item {
    margin-bottom: 15px;
  }
}
.footer .foot .foot-group .right .list .item:last-child {
  margin-bottom: 0;
}
.footer .foot .foot-group .right .list .item i {
  font-size: 20px;
  padding-right: 40px;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .right .list .item i {
    padding-right: 10px;
    font-size: 16px;
  }
}
.footer .foot .foot-group .right .list .item p {
  margin: 0;
}
.footer .foot .foot-group .right .list .item p span,
.footer .foot .foot-group .right .list .item p a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-group .right .list .item p span,
  .footer .foot .foot-group .right .list .item p a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot .foot-group .right .list .item p a:hover {
  text-decoration: underline;
  color: #44AEE4;
}
.footer .foot .copyright {
  padding: 40px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .copyright {
    flex-direction: column;
    text-align: center;
    padding: 15px 0 70px 0;
  }
}
.footer .foot .copyright p {
  font-size: 17px;
  margin: 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .foot .copyright p {
    font-size: 14px;
  }
}
.footer .foot .copyright p a:hover {
  text-decoration: underline;
}
.footer .foot .copyright p .cnzz {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .footer .foot .copyright p .cnzz {
    padding-left: 5px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .copyright .link {
    margin-top: 15px;
  }
}
.footer .foot .copyright .link a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  padding: 0 30px;
}
.footer .foot .copyright .link a:last-child {
  text-decoration: underline;
  padding-right: 0;
  position: relative;
}
.footer .foot .copyright .link a:last-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  left: -5px;
}
.footer .foot .copyright .link a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .foot .copyright .link a {
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
  }
}
.footer .foot-tit h3 {
  margin: 0;
  color: #FFF;
  font-size: 38px;
  font-weight: 900;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .footer .foot-tit h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
.com-tit h2 {
  margin: 0;
  color: #00689D;
  font-size: 45px;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 1199px) {
  .com-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.com-txt {
  margin-top: 20px;
}
.com-txt p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .com-txt p {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group-tit {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group-tit input {
  background: #222;
  width: 100%;
  line-height: 60px;
  padding: 0 40px;
  color: #fff;
  font-weight: bold;
  border: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    padding: 0 15px;
    line-height: 40px;
  }
}
.common-form form .row .col-12 .form-group-tit textarea {
  width: 100%;
  background: #FFF;
  padding: 15px 30px;
  color: #333;
  border: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit textarea {
    padding: 15px;
  }
}
.common-form form .row .col-12 .form-group-tit textarea::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit textarea::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group-tit textarea:focus::placeholder {
  color: #999;
}
.common-form form .row .col-12 .form-group {
  margin-bottom: 15px;
}
.common-form form .row .col-12 .form-group input {
  width: 100%;
  line-height: 45px;
  background: #FFF;
  padding: 0 30px;
  color: #333;
  border: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input {
    padding: 0 15px;
  }
}
.common-form form .row .col-12 .form-group input::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group input:focus::placeholder {
  color: #999;
}
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  background: #FFF;
  padding: 15px 30px;
  color: #333;
  border: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea {
    padding: 15px;
  }
}
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #999;
}
.common-form form .row .col-12 .submit-group {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group {
    margin-top: 15px;
  }
}
.common-form form .row .col-12 .submit-group button {
  text-align: center;
  padding: 8px 60px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  background: #00689D;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group button {
    font-size: 14px;
    padding: 8px 40px;
  }
}
.common-form form .row .col-12 .submit-group button:hover {
  background: #00537D;
}
.wrap-hire .info .item {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-hire .info .item {
    padding-top: 40px;
  }
}
.wrap-hire .info .item:last-child {
  padding-bottom: 0;
}
.wrap-hire .info .item:last-child .editor-content {
  border-bottom: none;
  padding-bottom: 0;
}
.wrap-hire .info .item:first-child {
  padding-top: 0;
}
.wrap-hire .info .item .tit {
  display: flex;
  align-items: center;
}
.wrap-hire .info .item .tit img {
  display: block;
  margin-right: 20px;
}
.wrap-hire .info .item .tit h2 {
  color: #0B538B;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-hire .info .item .tit h2 {
    font-size: 18px;
  }
}
.wrap-hire .info .item .editor-content {
  margin-top: 20px;
  padding-bottom: 70px;
  border-bottom: 1px solid #DDD;
}
@media (max-width: 1199px) {
  .wrap-hire .info .item .editor-content {
    padding-bottom: 15px;
  }
}
.wrap-hire .info .item .editor-content b {
  color: #222;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-hire .info .item .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-hire .info .item .editor-content p {
  margin: 0;
  color: #222;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-hire .info .item .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-hire .info .item .editor-content ul {
  padding-left: 20px;
}
.wrap-hire .info .item .editor-content ul li {
  list-style-type: square;
  color: #222;
  line-height: 32px;
}
.wrap-hire .info .item .editor-content ul li::marker {
  width: 2px;
  height: 2px;
}
@media (max-width: 1199px) {
  .wrap-hire .info .item .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-news {
  position: relative;
}
.wrap-news::before {
  content: "";
  position: absolute;
  top: 41%;
  transform: translateY(-42%);
  background: #F9F9F9;
  z-index: -1;
  width: 100%;
  height: 26.42vw;
}
@media (max-width: 1199px) {
  .wrap-news::before {
    display: none;
  }
}
.wrap-news .info {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-news .info .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 {
    width: 50%;
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .row .col-12 {
    width: 100%;
  }
}
.wrap-news .info .row .col-12 .item {
  margin-bottom: 140px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-news .info .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-news .info .row .col-12 .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-news .info .row .col-12 .item:hover .note .date span {
  background: #44AEE4;
}
.wrap-news .info .row .col-12 .item .pic .img-box {
  padding-bottom: 53.8461%;
}
.wrap-news .info .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-news .info .row .col-12 .item .note {
  padding: 40px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .note {
    padding: 20px;
  }
}
.wrap-news .info .row .col-12 .item .note .tit a {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 78px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-news .info .row .col-12 .item .note .date {
  cursor: default;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .note .date {
    margin-top: 20px;
  }
}
.wrap-news .info .row .col-12 .item .note .date span {
  transition: all 0.3s ease-in-out;
  padding: 10px 60px;
  display: inline-block;
  border-radius: 50px;
  background: #222;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .note .date span {
    font-size: 14px;
    padding: 10px 40px;
  }
}
.wrap-news .info .row .col-12 .item .note .date span i {
  vertical-align: middle;
  margin-right: 20px;
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 40px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #222;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  background: #F3F3F3;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #FFF;
  background: #00689D;
}
.pagination ul li.active a {
  background: #00689D;
  color: #fff;
}
.pagination ul li.next a {
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.pagination ul li.next a span {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #fff;
}
.pagination ul li.next a i {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}
.pagination ul li.prev a {
  color: #666;
  font-size: 14px;
}
.pagination ul li.prev a span {
  display: inline-block;
  margin-left: 10px;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #fff;
}
.pagination ul li.prev a i {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}
.wrap-about .introduce .info .editor-content {
  margin-top: 15px;
}
.wrap-about .introduce .info .editor-content p {
  color: #444;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .editor-content p {
    font-size: 14px;
  }
}
.wrap-about .introduce .info .editor-content ul {
  padding-left: 20px;
}
.wrap-about .introduce .info .editor-content ul li {
  list-style-type: auto;
  color: #444;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .editor-content ul li {
    font-size: 14px;
  }
}
.wrap-about .video {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-about .video {
    margin-top: 40px;
  }
}
.wrap-about .video .top-pic {
  position: relative;
}
.wrap-about .video .top-pic img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .wrap-about .video .top-pic img {
    height: 220px;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-about .video .top-pic .play {
  z-index: 2;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-about .video .top-pic .play a {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #44AEE4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-about .video .top-pic .play a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.wrap-about .video .top-pic .play a::before,
.wrap-about .video .top-pic .play a::after {
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  background: rgba(255, 255, 255, 0.8);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-about .video .top-pic .play a::after {
  animation-delay: 1.3s;
}
.wrap-about .video .group {
  position: relative;
  top: -80px;
}
@media (max-width: 1199px) {
  .wrap-about .video .group {
    top: auto;
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-about .video .group .info .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .video .group .info .row .col-12 {
    width: 33.3333%;
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-about .video .group .info .row .col-12 {
    width: 50%;
  }
}
.wrap-about .video .group .info .row .col-12 .item {
  margin-bottom: 20px;
}
.wrap-about .video .group .info .row .col-12 .item:hover {
  cursor: pointer;
}
.wrap-about .video .group .info .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-about .video .group .info .row .col-12 .item .pic .img-box {
  padding-bottom: 73.6842%;
}
.wrap-about .video .group .info .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-about .video .group .info .row .col-12 .item .tit {
  margin-top: 20px;
}
.wrap-about .video .group .info .row .col-12 .item .tit h2 {
  margin: 0;
  color: #222;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-about .video .group .info .row .col-12 .item .tit h2 {
    font-size: 14px;
  }
}
.wrap-about .honor .slick-honor {
  padding-top: 60px;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-about .honor .slick-honor .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .honor .slick-honor .slick-prev,
.wrap-about .honor .slick-honor .slick-next {
  top: -5%;
}
.wrap-about .honor .slick-honor .slick-next {
  right: 0;
}
.wrap-about .honor .slick-honor .slick-prev {
  left: 94%;
}
@media (max-width: 1470px) {
  .wrap-about .honor .slick-honor .slick-prev {
    left: 92%;
  }
}
.wrap-about .honor .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-about .honor .slick-honor .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-about .honor .slick-honor .item .pic {
  filter: blur(2.5px);
  border: 1px solid #CCC;
}
.wrap-about .honor .slick-honor .item .pic .img-box {
  padding-bottom: 140%;
}
.wrap-about .honor .slick-honor .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-about .honor .slick-honor .item .tit {
  margin-top: 15px;
}
.wrap-about .honor .slick-honor .item .tit h2 {
  color: #000;
  font-size: 17px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .item .tit h2 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
.wrap-product .info .group {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .info .group {
    margin-top: 30px;
  }
}
.wrap-product .info .group .left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .left {
    display: none;
  }
}
.wrap-product .info .group .left .left-group ul li.active a {
  background: #00689D;
  color: #fff;
}
.wrap-product .info .group .left .left-group ul li.active > ul {
  border-top: 1px solid #fff;
}
.wrap-product .info .group .left .left-group ul li {
  margin-bottom: 1px;
}
.wrap-product .info .group .left .left-group ul li a {
  display: block;
  padding: 17px 30px;
  transition: all 0.3s ease-in-out;
  background: #44AEE4;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.wrap-product .info .group .left .left-group ul li a:hover {
  background: #00689D;
}
.wrap-product .info .group .left .left-group ul li > ul {
  padding: 20px 30px;
  background: #00689D;
}
.wrap-product .info .group .left .left-group ul li > ul li a {
  padding: 5px 0;
  background: transparent;
}
.wrap-product .info .group .left .left-group ul li > ul li a:hover {
  text-decoration: underline;
}
.wrap-product .info .group .right {
  width: 71%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .right-group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wrap-product .info .group .right .right-group .row .col-12 {
    width: 100%;
  }
}
.wrap-product .info .group .right .right-group .row .col-12 .item {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .right-group .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-product .info .group .right .right-group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-product .info .group .right .right-group .row .col-12 .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-product .info .group .right .right-group .row .col-12 .item:hover .note .more a::before {
  width: 100%;
}
.wrap-product .info .group .right .right-group .row .col-12 .item .pic .img-box {
  padding-bottom: 65.7894%;
}
.wrap-product .info .group .right .right-group .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-product .info .group .right .right-group .row .col-12 .item .note {
  background: #F6F6F6;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .right-group .row .col-12 .item .note {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-product .info .group .right .right-group .row .col-12 .item .note {
    padding: 15px;
  }
}
.wrap-product .info .group .right .right-group .row .col-12 .item .note .tit a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 26px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .right-group .row .col-12 .item .note .tit a {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .right-group .row .col-12 .item .note .type {
  margin-top: 10px;
}
.wrap-product .info .group .right .right-group .row .col-12 .item .note .type h2 {
  color: #00689D;
  font-size: 14px;
  font-weight: bold;
}
.wrap-product .info .group .right .right-group .row .col-12 .item .note .more {
  margin-top: 20px;
}
.wrap-product .info .group .right .right-group .row .col-12 .item .note .more a {
  display: block;
  padding: 8px 15px;
  text-align: center;
  background: #333;
  color: #FFF;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.wrap-product .info .group .right .right-group .row .col-12 .item .note .more a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background: #00689D;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .right-group .row .col-12 .item .note .more a {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .right-group .row .col-12 .item .note .more a i {
  vertical-align: middle;
  margin-left: 30px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .right-group .row .col-12 .item .note .more a i {
    margin-left: 15px;
  }
}
.wrap-details {
  padding-bottom: 130px;
  margin-top: 95px;
}
@media (max-width: 1199px) {
  .wrap-details {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
.wrap-details .common-nav {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .wrap-details .common-nav {
    padding: 15px 0;
  }
}
.wrap-details .introduce {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.wrap-details .introduce .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info {
    flex-direction: column;
  }
}
.wrap-details .introduce .info .left {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left {
    width: 100%;
    flex-direction: column;
  }
}
.wrap-details .introduce .info .left .slider-for {
  width: 78%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-for {
    width: 100%;
  }
}
.wrap-details .introduce .info .left .slider-for .item .img-box {
  padding-bottom: 64.2857%;
}
.wrap-details .introduce .info .left .slider-nav {
  width: 20%;
  margin: -7px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav {
    padding: 0 50px;
    margin: 20px -7px;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-slide {
  padding: 7px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-current .item {
  border: 1px solid #44AEE4;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav {
    width: 100%;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-prev {
  top: 6%;
  width: 100%;
  border-radius: 0;
  left: 0px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-prev {
    height: 100%;
    width: 30px;
    top: 50%;
    left: 1%;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-prev::before {
  display: inline-block;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-prev::before {
    transform: unset;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-next {
  bottom: 0;
  width: 100%;
  border-radius: 0;
  right: 0;
  top: 93%;
  left: 0px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-next {
    height: 100%;
    width: 30px;
    top: 50%;
    left: auto;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-next::before {
  display: inline-block;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-next::before {
    transform: unset;
  }
}
.wrap-details .introduce .info .left .slider-nav .item {
  border: 1px solid #fff;
}
.wrap-details .introduce .info .left .slider-nav .item .img-box {
  padding-bottom: 64.70588%;
}
.wrap-details .introduce .info .right {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right {
    width: 100%;
  }
}
.wrap-details .introduce .info .right .tit {
  display: block;
  padding: 17px 40px;
  background: #333;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .tit {
    padding: 15px;
  }
}
.wrap-details .introduce .info .right .tit h2 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .tit h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.wrap-details .introduce .info .right .group {
  padding: 50px 0 0 40px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .group {
    padding: 20px 0;
  }
}
.wrap-details .introduce .info .right .group .txt p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .group .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .introduce .info .right .group .link {
  margin-top: 60px;
}
@media (max-width: 1470px) {
  .wrap-details .introduce .info .right .group .link {
    margin-top: 30px;
  }
}
.wrap-details .introduce .info .right .group .link a {
  display: inline-block;
  padding: 8px 70px;
  text-align: center;
  border-radius: 50px;
  background: #00689D;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.wrap-details .introduce .info .right .group .link a:hover {
  background: #44AEE4;
}
.wrap-details .introduce .info .right .group .link a i {
  margin-left: 20px;
  font-size: 12px;
}
.wrap-details .introduce .info .right .group .share {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .group .share {
    margin-top: 20px;
  }
}
.wrap-details .introduce .info .right .group .share .share-to {
  margin-right: 20px;
}
.wrap-details .introduce .info .right .group .share .share-to span {
  color: #000;
  font-size: 15px;
}
.wrap-details .details-list .details-menu {
  z-index: 5;
  background: #00689D;
}
.wrap-details .details-list .details-menu .info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-details .details-list .details-menu .info ul .active {
  font-weight: bold;
  text-decoration: underline;
}
.wrap-details .details-list .details-menu .info ul li {
  display: inline-block;
  margin-right: 5.21vw;
}
.wrap-details .details-list .details-menu .info ul li a {
  padding: 20px 0;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu .info ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
}
.wrap-details .details-list .details-menu .info ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.wrap-details .details-list .menu-inquiry .info .common-form {
  margin-top: 20px;
}
.wrap-details .details-list .menu-inquiry .info .common-form form .row .col-12 .form-group input {
  background: #F8FAFC;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-inquiry .info .common-form form .row .col-12 .form-group input {
    line-height: 40px;
  }
}
.wrap-details .details-list .menu-inquiry .info .common-form form .row .col-12 .form-group textarea {
  background: #F8FAFC;
}
.wrap-details .details-list .menu-related .info .slick-related {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .info .slick-related {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-details .details-list .menu-related .info .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .info .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .details-list .menu-related .info .slick-related .slick-prev,
.wrap-details .details-list .menu-related .info .slick-related .slick-next {
  top: -4%;
  background: #eee;
}
.wrap-details .details-list .menu-related .info .slick-related .slick-prev:hover,
.wrap-details .details-list .menu-related .info .slick-related .slick-next:hover {
  background: #44AEE4;
}
.wrap-details .details-list .menu-related .info .slick-related .slick-prev:hover::before,
.wrap-details .details-list .menu-related .info .slick-related .slick-next:hover::before {
  color: #fff;
}
.wrap-details .details-list .menu-related .info .slick-related .slick-prev::before,
.wrap-details .details-list .menu-related .info .slick-related .slick-next::before {
  color: #000;
}
.wrap-details .details-list .menu-related .info .slick-related .slick-next {
  right: 0;
}
.wrap-details .details-list .menu-related .info .slick-related .slick-prev {
  left: 94%;
}
@media (max-width: 1470px) {
  .wrap-details .details-list .menu-related .info .slick-related .slick-prev {
    left: 92%;
  }
}
.wrap-details .details-list .menu-related .info .slick-related .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-details .details-list .menu-related .info .slick-related .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-details .details-list .menu-related .info .slick-related .item:hover .note .more a::before {
  width: 100%;
}
.wrap-details .details-list .menu-related .info .slick-related .item .pic .img-box {
  padding-bottom: 65.7894%;
}
.wrap-details .details-list .menu-related .info .slick-related .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-details .details-list .menu-related .info .slick-related .item .note {
  background: #F6F6F6;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .info .slick-related .item .note {
    padding: 20px;
  }
}
.wrap-details .details-list .menu-related .info .slick-related .item .note .tit a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 26px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .info .slick-related .item .note .tit a {
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-related .info .slick-related .item .note .type {
  margin-top: 10px;
}
.wrap-details .details-list .menu-related .info .slick-related .item .note .type h2 {
  color: #00689D;
  font-size: 14px;
  font-weight: bold;
}
.wrap-details .details-list .menu-related .info .slick-related .item .note .more {
  margin-top: 20px;
}
.wrap-details .details-list .menu-related .info .slick-related .item .note .more a {
  display: block;
  padding: 8px 15px;
  text-align: center;
  background: #333;
  color: #FFF;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .info .slick-related .item .note .more a {
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-related .info .slick-related .item .note .more a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background: #00689D;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .info .slick-related .item .note .more a {
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-related .info .slick-related .item .note .more a i {
  vertical-align: middle;
  margin-left: 30px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .info .slick-related .item .note .more a i {
    margin-left: 15px;
  }
}
.details-tit h2 {
  color: #00689D;
  font-size: 45px;
  font-weight: 900;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.editor-content {
  margin-top: 15px;
}
.editor-content p {
  color: #222;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.editor-content ul {
  padding-left: 20px;
}
.editor-content ul li {
  list-style-type: square;
  color: #222;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .editor-content .table-box {
    overflow: auto;
  }
}
.editor-content .table-box table {
  width: 100% !important;
}
.editor-content .table-box table tr td {
  border-width: 1px;
  border-color: #ccc;
  padding: 10px;
  text-align: center;
  color: #222;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 26px;
  }
}
.editor-content .table-box table tr td p {
  color: #222;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .editor-content .table-box table tr td p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-box {
  padding-top: 70px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-box {
    padding-top: 40px;
  }
}
.wrap-home .home-product {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-product {
    flex-direction: column;
  }
}
.wrap-home .home-product .left {
  padding: 70px 0;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00689D;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-home .home-product .left {
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }
}
.wrap-home .home-product .left::before {
  content: "";
  position: absolute;
  top: 100%;
  height: 20px;
  background: #00689D;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .left::before {
    display: none;
  }
}
.wrap-home .home-product .left::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -34px;
  z-index: 2;
  border-right: 35px solid transparent;
  border-top: 20px solid #003B59;
}
@media (max-width: 991px) {
  .wrap-home .home-product .left::after {
    display: none;
  }
}
.wrap-home .home-product .left .com-tit h2 {
  color: #fff;
  font-size: 42px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .left .com-tit h2 {
    font-size: 24px;
  }
}
.wrap-home .home-product .right {
  width: 80%;
  padding: 0 80px;
  background: #111;
  height: auto;
}
@media (max-width: 991px) {
  .wrap-home .home-product .right {
    width: 100%;
    padding: 40px;
  }
}
.wrap-home .home-product .right .slick-product {
  height: 100%;
  margin: 0 -40px;
  display: flex;
  align-items: center;
  transform-origin: bottom;
}
@media (max-width: 1470px) {
  .wrap-home .home-product .right .slick-product {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .right .slick-product {
    margin: 0 -10px;
  }
}
.wrap-home .home-product .right .slick-product .slick-slide {
  padding: 0 40px;
}
@media (max-width: 1470px) {
  .wrap-home .home-product .right .slick-product .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .right .slick-product .slick-slide {
    padding: 0 10px;
  }
}
.wrap-home .home-product .right .slick-product .slick-prev {
  left: -60px;
  background: #FFF;
  top: 35%;
}
@media (max-width: 1470px) {
  .wrap-home .home-product .right .slick-product .slick-prev {
    left: -80px;
  }
}
.wrap-home .home-product .right .slick-product .slick-prev::before {
  color: #000;
}
.wrap-home .home-product .right .slick-product .slick-prev:hover {
  background: #44AEE4;
}
.wrap-home .home-product .right .slick-product .slick-prev:hover::before {
  color: #fff;
}
.wrap-home .home-product .right .slick-product .slick-next {
  right: calc(100% + 20px);
  top: 60%;
  background: #FFF;
}
@media (max-width: 1470px) {
  .wrap-home .home-product .right .slick-product .slick-next {
    right: calc(100% + 40px);
  }
}
.wrap-home .home-product .right .slick-product .slick-next::before {
  color: #000;
}
.wrap-home .home-product .right .slick-product .slick-next:hover {
  background: #44AEE4;
}
.wrap-home .home-product .right .slick-product .slick-next:hover::before {
  color: #fff;
}
.wrap-home .home-product .right .slick-product .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrap-home .home-product .right .slick-product .item .num span {
  font-style: italic;
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .right .slick-product .item .num span {
    font-size: 18px;
  }
}
.wrap-home .home-product .right .slick-product .item .tit {
  margin-top: 10px;
}
.wrap-home .home-product .right .slick-product .item .tit a {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .right .slick-product .item .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-product .right .slick-product .item .tit a:hover {
  text-decoration: underline;
}
.wrap-home .home-hot {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot {
    padding: 40px 0;
  }
}
.wrap-home .home-hot .group {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .group {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .group .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .group .row .col-12 {
    width: 33.33333%;
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-hot .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-hot .group .row .col-12 {
    width: 100%;
  }
}
.wrap-home .home-hot .group .row .col-12 .item {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .group .row .col-12 .item {
    margin-top: 20px;
  }
}
.wrap-home .home-hot .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-home .home-hot .group .row .col-12 .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-hot .group .row .col-12 .item:hover .note .more a::before {
  width: 100%;
}
.wrap-home .home-hot .group .row .col-12 .item .pic .img-box {
  padding-bottom: 65.7894%;
}
.wrap-home .home-hot .group .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-home .home-hot .group .row .col-12 .item .note {
  background: #F6F6F6;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .group .row .col-12 .item .note {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-hot .group .row .col-12 .item .note {
    padding: 15px;
  }
}
.wrap-home .home-hot .group .row .col-12 .item .note .tit a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 26px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .group .row .col-12 .item .note .tit a {
    font-size: 14px;
  }
}
.wrap-home .home-hot .group .row .col-12 .item .note .type {
  margin-top: 10px;
}
.wrap-home .home-hot .group .row .col-12 .item .note .type h2 {
  color: #00689D;
  font-size: 14px;
  font-weight: bold;
}
.wrap-home .home-hot .group .row .col-12 .item .note .more {
  margin-top: 20px;
}
.wrap-home .home-hot .group .row .col-12 .item .note .more a {
  display: block;
  padding: 8px 15px;
  text-align: center;
  background: #333;
  color: #FFF;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .group .row .col-12 .item .note .more a {
    font-size: 14px;
  }
}
.wrap-home .home-hot .group .row .col-12 .item .note .more a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background: #00689D;
  transition: all 0.3s ease-in-out;
}
.wrap-home .home-hot .group .row .col-12 .item .note .more a i {
  vertical-align: middle;
  margin-left: 30px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .group .row .col-12 .item .note .more a i {
    margin-left: 15px;
    font-size: 10px;
  }
}
.wrap-home .home-about {
  padding: 130px 0;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 40px 0;
  }
}
.wrap-home .home-about .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info {
    flex-direction: column;
    text-align: center;
  }
}
.wrap-home .home-about .info .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left {
    width: 100%;
  }
}
.wrap-home .home-about .info .left .top {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .top {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .top .com-tit {
    order: 2;
  }
}
.wrap-home .home-about .info .left .top .com-tit h2 {
  color: #fff;
}
.wrap-home .home-about .info .left .top .logo {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .top .logo {
    margin-left: 0;
    margin-bottom: 30px;
    order: 1;
  }
}
.wrap-home .home-about .info .left .top .logo a {
  display: block;
  height: auto;
}
.wrap-home .home-about .info .left .top .logo a img {
  max-height: 50px;
}
.wrap-home .home-about .info .left .com-txt p {
  color: #fff;
}
.wrap-home .home-about .info .left .more {
  margin-top: 80px;
}
@media (max-width: 1470px) {
  .wrap-home .home-about .info .left .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .more {
    margin-top: 30px;
  }
}
.wrap-home .home-about .info .left .more a {
  display: inline-block;
  padding: 10px 70px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  background: #00689D;
  transition: all 0.3s ease-in-out;
}
.wrap-home .home-about .info .left .more a:hover {
  background: #44AEE4;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .more a {
    font-size: 14px;
  }
}
.wrap-home .home-about .info .left .more a i {
  margin-left: 30px;
  display: inline-block;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .more a i {
    margin-left: 15px;
  }
}
.wrap-home .home-about .info .right {
  width: 40%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right {
    width: 100%;
    margin-top: 30px;
  }
}
@keyframes upside {
  0% {
    height: 0;
  }
  100% {
    height: 13.54vw;
  }
}
.wrap-home .home-about .info .right .pic {
  position: relative;
}
.wrap-home .home-about .info .right .pic::before {
  content: "";
  position: absolute;
  background: #44AEE4;
  width: 10px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  animation: upside 5s linear infinite;
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .right .pic::before {
    width: 5px;
    left: -5px;
    animation: none;
    height: 13.54vw;
  }
}
.wrap-home .home-about .info .right .pic .img-box {
  padding-bottom: 63.0136%;
}
.wrap-home .home-about .info .right .pic .play {
  z-index: 2;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-home .home-about .info .right .pic .play a {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #44AEE4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .pic .play a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.wrap-home .home-about .info .right .pic .play a::before,
.wrap-home .home-about .info .right .pic .play a::after {
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  background: rgba(255, 255, 255, 0.8);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-home .home-about .info .right .pic .play a::after {
  animation-delay: 1.3s;
}
.wrap-home .home-news {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 0;
  }
}
.wrap-home .home-news .slick-news {
  padding-top: 60px;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-home .home-news .slick-news .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-news .slick-news .item {
  text-align: center;
}
.wrap-home .home-news .slick-news .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-home .home-news .slick-news .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-news .slick-news .item:hover .note .date span {
  background: #44AEE4;
}
.wrap-home .home-news .slick-news .item .pic .img-box {
  padding-bottom: 53.8461%;
}
.wrap-home .home-news .slick-news .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-home .home-news .slick-news .item .note {
  padding: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note {
    padding: 20px;
  }
}
.wrap-home .home-news .slick-news .item .note .tit a {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 78px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-news .slick-news .item .note .date {
  cursor: default;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .date {
    margin-top: 20px;
  }
}
.wrap-home .home-news .slick-news .item .note .date span {
  transition: all 0.3s ease-in-out;
  padding: 10px 60px;
  display: inline-block;
  border-radius: 50px;
  background: #222;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .date span {
    font-size: 14px;
    padding: 8px 40px;
  }
}
.wrap-home .home-news .slick-news .item .note .date span i {
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .date span i {
    margin-right: 5px;
  }
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #44AEE4;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0px;
  background: transparent;
  border-radius: 4px;
  padding: 10px 0;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.3s ease-in-out;
  background: #F6F6F6;
  position: relative;
  opacity: 0.9;
  margin: 3px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #44AEE4;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 22px;
  color: #000;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .float-window .window-box i {
    font-size: 22px;
  }
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: #44AEE4;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #44AEE4;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
#float-window-close {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #44AEE4;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #44AEE4;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -14% !important;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #44AEE4;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-sitemap ul li a {
    display: block;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #44AEE4;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .common-form form .row .col-12 .form-group input,
.wrap-show .common-form form .row .col-12 .form-group textarea {
  background: #F5F5F5;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit {
    padding: 10px 0;
  }
}
.wrap-show .info .tit h2 {
  color: #00173E;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-show .info .date {
  padding: 10px 20px;
  border-radius: 6px;
  background: #44AEE4;
  display: inline-block;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: block;
  color: #fff;
}
.wrap-show .info .date .day {
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .date i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 20px;
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 15px 0;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev,
  .wrap-show .info .link .next {
    margin: 7px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  text-decoration: underline;
  color: #44AEE4;
}
