@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP ExtraBold'), local('NotoSansJP-ExtraBold'), url('../fonts/NotoSansJP-ExtraBold.woff2') format('woff2'), url('../fonts/NotoSansJP-ExtraBold.woff') format('woff'), url('../fonts/NotoSansJP-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP Bold'), local('NotoSansJP-Bold'), url('../fonts/NotoSansJP-Bold.woff2') format('woff2'), url('../fonts/NotoSansJP-Bold.woff') format('woff'), url('../fonts/NotoSansJP-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP Black'), local('NotoSansJP-Black'), url('../fonts/NotoSansJP-Black.woff2') format('woff2'), url('../fonts/NotoSansJP-Black.woff') format('woff'), url('../fonts/NotoSansJP-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP Medium'), local('NotoSansJP-Medium'), url('../fonts/NotoSansJP-Medium.woff2') format('woff2'), url('../fonts/NotoSansJP-Medium.woff') format('woff'), url('../fonts/NotoSansJP-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP ExtraLight'), local('NotoSansJP-ExtraLight'), url('../fonts/NotoSansJP-ExtraLight.woff2') format('woff2'), url('../fonts/NotoSansJP-ExtraLight.woff') format('woff'), url('../fonts/NotoSansJP-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP Light'), local('NotoSansJP-Light'), url('../fonts/NotoSansJP-Light.woff2') format('woff2'), url('../fonts/NotoSansJP-Light.woff') format('woff'), url('../fonts/NotoSansJP-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP Regular'), local('NotoSansJP-Regular'), url('../fonts/NotoSansJP-Regular.woff2') format('woff2'), url('../fonts/NotoSansJP-Regular.woff') format('woff'), url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP SemiBold'), local('NotoSansJP-SemiBold'), url('../fonts/NotoSansJP-SemiBold.woff2') format('woff2'), url('../fonts/NotoSansJP-SemiBold.woff') format('woff'), url('../fonts/NotoSansJP-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: local('Noto Sans JP Thin'), local('NotoSansJP-Thin'), url('../fonts/NotoSansJP-Thin.woff2') format('woff2'), url('../fonts/NotoSansJP-Thin.woff') format('woff'), url('../fonts/NotoSansJP-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Noto Sans JP', 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: #152C5E;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e621';
}
.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: 110px 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: #152C5E;
  color: #fff;
}
.xs-product-nav ul li a {
  color: #25BAD5;
  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: 80px;
  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 .banner-list .banner-group .banner-tit {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 100%;
  text-align: start;
}
@media (max-width: 767px) {
  .banner-box .banner .banner-list .banner-group .banner-tit {
    left: 0;
    text-align: center;
  }
}
.banner-box .banner .banner-list .banner-group h2 {
  color: #000;
  font-size: var(--50);
  font-weight: 500;
  margin: 0;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .banner-box .banner .banner-list .banner-group h2 {
    line-height: 30px;
  }
}
.banner-box .banner .banner-list .banner-group .banner-link {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: start;
  bottom: 30px;
}
@media (max-width: 767px) {
  .banner-box .banner .banner-list .banner-group .banner-link {
    bottom: 10px;
    left: 0;
    text-align: center;
  }
}
.banner-box .banner .banner-list .banner-group ul {
  position: relative;
}
.banner-box .banner .banner-list .banner-group ul li {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.banner-box .banner .banner-list .banner-group ul li:first-child {
  padding-left: 0;
}
.banner-box .banner .banner-list .banner-group ul li::after {
  content: "/";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
}
.banner-box .banner .banner-list .banner-group ul li:last-child::after {
  display: none;
}
.banner-box .banner .banner-list .banner-group ul li:last-child a {
  text-decoration: underline;
}
.banner-box .banner .banner-list .banner-group ul li a {
  font-size: 14px;
  display: block;
  color: #000;
  line-height: 26px;
}
.banner-box .banner .banner-list .banner-group ul li a:hover {
  text-decoration: underline;
}
.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: 7% !important;
  padding: 0 7%;
  justify-content: start;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    bottom: 10% !important;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 5px !important;
  width: 50px;
  height: 4px;
  padding: 0;
  border-radius: 100px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 10px;
    height: 10px;
  }
}
.banner-box .swiper-pagination-bullet:hover {
  background: #25BAD5;
}
.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #25BAD5;
}
.banner-box .swiper-pagination {
  bottom: 24px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 15px;
  }
}
.banner-box .swiper-page-num {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  right: 10%;
  color: rgba(255, 255, 255, 0.45);
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .banner-box .swiper-page-num {
    display: none;
  }
}
.banner-box .swiper-page-num .current {
  font-size: 100px;
  color: #fff;
}
@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,
.banner-box .swiper-button-next {
  top: 94%;
}
.banner-box .swiper-button-prev:hover::after,
.banner-box .swiper-button-next:hover::after {
  color: #fff;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev,
  .banner-box .swiper-button-next {
    top: 50%;
  }
}
.banner-box .swiper-button-prev::after,
.banner-box .swiper-button-next::after {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 16px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev::after,
  .banner-box .swiper-button-next::after {
    font-size: 16px;
  }
}
.banner-box .swiper-button-prev {
  left: 45%;
}
@media (max-width: 1920px) {
  .banner-box .swiper-button-prev {
    left: 40%;
  }
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-prev {
    left: 1%;
  }
}
.banner-box .swiper-button-prev::after {
  content: "\eaf6";
  font-family: 'iconfont' !important;
}
.banner-box .swiper-button-next {
  right: 45%;
}
@media (max-width: 1920px) {
  .banner-box .swiper-button-next {
    right: 40%;
  }
}
@media (max-width: 1199px) {
  .banner-box .swiper-button-next {
    right: 1%;
  }
}
.banner-box .swiper-button-next::after {
  content: "\eaf5";
  font-family: 'iconfont' !important;
}
.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;
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --50: 50px;
  --40: 40px;
  --30: 30px;
  --24: 24px;
  --18: 18px;
  --16: 16px;
}
@media (max-width: 1199px) {
  :root {
    --50: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --50: 20px;
  }
}
@media (max-width: 1199px) {
  :root {
    --40px: 24px;
  }
}
@media (max-width: 1199px) {
  :root {
    --30: 22px;
  }
}
@media (max-width: 1199px) {
  :root {
    --24: 18px;
  }
}
@media (max-width: 1199px) {
  :root {
    --18: 16px;
  }
}
@media (max-width: 1199px) {
  :root {
    --16: 14px;
  }
}
.header {
  position: fixed;
  z-index: 11;
  background: #FFF;
  width: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1199px) {
  .header {
    background: #fff !important;
  }
}
.header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media (max-width: 1199px) {
  .header .header-menu {
    height: 60px;
    overflow: hidden;
  }
}
.header .header-menu .menu-logo {
  padding-left: 10%;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-logo {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .header .header-menu .menu-logo {
    padding-left: 2%;
  }
}
.header .header-menu .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-logo a img {
  max-height: 70px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-logo a img {
    max-height: 60px;
  }
}
.header .header-menu .menu-right {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-right .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  padding-right: 35px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-nav {
    display: none;
    padding-right: 0;
    position: relative;
    right: auto;
  }
}
.header .header-menu .menu-right .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active a {
  color: #152C5E;
  transform: translateY(15px);
}
.header .header-menu .menu-right .menu-nav .nav-first li.active a::before {
  height: 36px;
  opacity: 1;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active > ul li a {
  color: #222;
  background: none;
  text-decoration: none;
  transform: none;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active > ul li a::before {
  display: none;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active > ul li > ul li a {
  background: none;
  color: #222;
}
.header .header-menu .menu-right .menu-nav .nav-first li.active > ul li > ul li a:hover {
  color: #152C5E;
}
.header .header-menu .menu-right .menu-nav .nav-first li {
  display: inline-block;
  position: relative;
}
.header .header-menu .menu-right .menu-nav .nav-first li a {
  color: #222;
  display: block;
  transition: all 0.3s;
  position: relative;
  line-height: 80px;
  font-size: var(--18);
  padding: 0 35px;
  text-transform: uppercase;
}
@media (max-width: 1560px) {
  .header .header-menu .menu-right .menu-nav .nav-first li a {
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  .header .header-menu .menu-right .menu-nav .nav-first li a {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-nav .nav-first li a {
    line-height: 60px;
  }
}
.header .header-menu .menu-right .menu-nav .nav-first li a:hover {
  color: #152C5E;
  transform: translateY(15px);
}
.header .header-menu .menu-right .menu-nav .nav-first li a:hover::before {
  height: 36px;
  opacity: 1;
}
.header .header-menu .menu-right .menu-nav .nav-first li a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0px;
  background: #152C5E;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  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 .header-menu .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 .header-menu .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;
  text-transform: capitalize;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul li a:hover {
  transform: translateX(10px) translateY(0px);
  color: #152C5E;
  text-decoration: underline;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul li a::before {
  display: none;
}
.header .header-menu .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 .header-menu .menu-right .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-menu .menu-right .menu-nav .nav-first li > ul li > ul li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
  font-size: 15px;
}
.header .header-menu .menu-right .menu-search .find a {
  line-height: 78px;
  padding: 0 35px;
  display: block;
  height: 100%;
  background: #152C5E;
  text-align: center;
  font-size: var(--18);
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find a {
    line-height: 60px;
    padding: 0 25px;
  }
}
.header .header-menu .menu-right .menu-search .find a::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.header .header-menu .menu-right .menu-search .find a:hover {
  background: #EBF6FF;
  color: #152C5E;
}
.header .header-menu .menu-right .menu-search .find a:hover::after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.header .header-menu .menu-right .menu-search .find a:hover span {
  text-decoration: underline;
}
.header .header-menu .menu-right .menu-search .find a i {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-right .menu-search .find a i {
    font-size: 20px;
  }
}
.header .header-menu .menu-right .menu-search .find a span {
  margin-left: 10px;
}
.wrap-contact {
  background: url(../img/contact_bg.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .wrap-contact {
    background: #fff;
  }
}
.wrap-contact .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .info {
    flex-direction: column;
  }
}
.wrap-contact .info .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left {
    width: 100%;
  }
}
.wrap-contact .info .left .top .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .top .txt {
    margin-top: 20px;
  }
}
.wrap-contact .info .left .top .txt p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .top .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .left .note {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .note {
    margin-top: 30px;
  }
}
.wrap-contact .info .left .note .tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .note .tit {
    padding-bottom: 10px;
  }
}
.wrap-contact .info .left .note .tit h2 {
  color: #152C5E;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .note .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-contact .info .left .note .group p {
  margin: 30px 0 0 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .note .group p {
    margin: 20px 0 0 0;
  }
}
.wrap-contact .info .left .note .group p span,
.wrap-contact .info .left .note .group p a {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .note .group p span,
  .wrap-contact .info .left .note .group p a {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .left .note .group p span:hover,
.wrap-contact .info .left .note .group p a:hover {
  color: #25BAD5;
}
.wrap-contact .info .right {
  width: 55%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .right {
    width: 100%;
    margin-top: 40px;
  }
}
.contact-form form .row .col-12:last-child {
  display: flex;
  align-items: center;
  justify-content: end;
}
.contact-form form .row .col-12 .form-group {
  margin-bottom: 50px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.contact-form form .row .col-12 .form-group label {
  width: 25%;
  color: #152C5E;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group label {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
}
.contact-form form .row .col-12 .form-group label span {
  color: #D20000;
}
.contact-form form .row .col-12 .form-group input {
  width: 75%;
  border: none;
  border-radius: 5px;
  background: #F7F7F7;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group input {
    line-height: 40px;
    width: 100%;
  }
}
.contact-form form .row .col-12 .form-group textarea {
  resize: none;
  width: 75%;
  border: none;
  border-radius: 5px;
  background: #F7F7F7;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group textarea {
    line-height: 40px;
    width: 100%;
  }
}
.contact-form form .row .col-12 .submit-group {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1199px) {
  .contact-form form .row .col-12 .submit-group {
    width: 100%;
  }
}
.contact-form form .row .col-12 .submit-group button {
  padding: 10px 40px;
  border: none;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  background: #152C5E;
  color: #FFF;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .contact-form form .row .col-12 .submit-group button {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.contact-form form .row .col-12 .submit-group button:hover {
  background: #25BAD5;
}
.contact-form form .row .col-12 .submit-group button span {
  position: relative;
}
.contact-form form .row .col-12 .submit-group button span::after {
  content: "";
  right: -20px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D20000;
  top: 50%;
  transform: translateY(-50%);
}
.common-tit {
  margin-top: 10px;
}
.common-tit h2 {
  margin: 0;
  color: #152C5E;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .common-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.common-type {
  padding-left: 20px;
}
.common-type span {
  position: relative;
  display: inline-block;
  color: #25BAD5;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.common-type span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25BAD5;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .common-type span {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer {
  background: #001330;
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .footer {
    padding: 40px 0 70px 0;
  }
}
.footer .foot {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer .foot {
    text-align: center;
  }
}
.footer .foot .foot-tit h3 {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-tit h3 {
    font-size: 22px;
  }
}
.footer .foot li .item .info {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot li .item .info {
    margin-top: 20px;
  }
}
.footer .foot li.message {
  max-width: 390px;
}
@media (max-width: 1199px) {
  .footer .foot li.message {
    max-width: 100%;
  }
}
.footer .foot li.message .foot-logo a {
  display: block;
  height: auto;
}
.footer .foot li.message .foot-logo a img {
  max-height: 60px;
  filter: brightness(0) invert(1);
}
.footer .foot li.message .group {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .footer .foot li.message .group {
    margin-top: 20px;
  }
}
.footer .foot li.message .group .link a {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .footer .foot li.message .group .link a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot li.message .group .link a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.footer .foot li.message .group .copyright {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot li.message .group .copyright {
    margin-top: 20px;
  }
}
.footer .foot li.message .group .copyright p {
  margin: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer .foot li.message .group .copyright p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot li.nav {
  display: flex;
  flex-direction: column;
}
.footer .foot li.nav .item {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .footer .foot li.nav .item {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.footer .foot li.nav .item:last-child {
  margin-bottom: 0;
}
.footer .foot li.nav .item .info a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 40px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .footer .foot li.nav .item .info a {
    margin: 0 10px;
  }
}
.footer .foot li.nav .item .info a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.footer .foot li.contact {
  max-width: 450px;
}
@media (max-width: 1199px) {
  .footer .foot li.contact {
    max-width: 100%;
    margin-top: 20px;
  }
}
.footer .foot li.contact .item p {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .footer .foot li.contact .item p {
    margin-bottom: 20px;
  }
}
.footer .foot li.contact .item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .footer .foot li.contact .item p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot li.contact .item p a,
.footer .foot li.contact .item p .address {
  transition: all 0.2s;
}
.footer .foot li.contact .item p a:hover,
.footer .foot li.contact .item p .address:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.footer .foot li.contact .share {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .footer .foot li.contact .share {
    margin-top: 20px;
  }
}
.footer .foot li.contact .share ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer .foot li.contact .share ul {
    justify-content: center;
  }
}
.footer .foot li.contact .share ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer .foot li.contact .share ul li a i {
  font-size: 30px;
  display: inline-block;
  transition: all 0.2s;
  color: rgba(255, 255, 255, 0.5);
}
.footer .foot li.contact .share ul li a i:hover {
  color: #fff;
}
.wrap-news {
  background: #F7F7F7;
}
.wrap-news .group {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-news .group {
    margin-top: 30px;
  }
}
.wrap-news .group .item {
  margin-bottom: 30px;
  padding: 30px 40px;
  border-radius: 10px;
  background: #FFF;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-news .group .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .group .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-news .group .item {
    flex-direction: column;
  }
}
.wrap-news .group .item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #25BAD5;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-news .group .item::after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-news .group .item::after {
    display: none;
  }
}
.wrap-news .group .item:hover {
  background: #152C5E;
}
.wrap-news .group .item:hover::after {
  background: #fff;
}
.wrap-news .group .item:hover .type span {
  background: #fff;
}
.wrap-news .group .item:hover .date span {
  color: #fff;
}
.wrap-news .group .item:hover .tit a {
  color: #fff;
  text-decoration: underline;
}
.wrap-news .group .item .type span {
  display: block;
  padding: 5px 30px;
  text-align: center;
  transition: all 0.2s;
  border-radius: 100px;
  background: #EBF6FF;
  color: #222;
  font-size: 14px;
  line-height: 24px;
  cursor: default;
  white-space: nowrap;
}
.wrap-news .group .item .date {
  margin: 0 40px;
}
@media (max-width: 1199px) {
  .wrap-news .group .item .date {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrap-news .group .item .date {
    margin: 20px 0;
  }
}
.wrap-news .group .item .date span {
  color: #666;
  line-height: 24px;
  transition: all 0.2s;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-news .group .item .date span {
    font-size: 14px;
  }
}
.wrap-news .group .item .tit a {
  color: #222;
  font-size: 20px;
  line-height: 30px;
  transition: all 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-news .group .item .tit a {
    line-height: 26px;
    font-size: 18px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .wrap-news .group .item .tit a {
    -webkit-line-clamp: 2;
    height: 52px;
    text-align: center;
  }
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 20px;
}
.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: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #737373;
  transition: all 0.4s;
  border-radius: 100%;
  background: transparent;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    width: 40px;
    height: 40px;
    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: #152C5E;
}
.pagination ul li.active a {
  background: #152C5E;
  color: #fff;
}
.pagination ul li.next {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .pagination ul li.next {
    margin-left: 10px;
  }
}
.pagination ul li.next a {
  color: #737373;
  font-size: 14px;
  background: none;
  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: #152C5E;
}
.pagination ul li.next a i {
  vertical-align: middle;
  display: inline-block;
}
.pagination ul li.prev {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .pagination ul li.prev {
    margin-right: 10px;
  }
}
.pagination ul li.prev a {
  color: #737373;
  font-size: 14px;
  background: none;
}
.pagination ul li.prev a span {
  display: inline-block;
  margin-left: 10px;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #152C5E;
}
.pagination ul li.prev a i {
  vertical-align: middle;
  display: inline-block;
}
.common-nav {
  background: #F9F9F9;
}
.common-nav .info ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-nav .info ul li.active a {
  background: #152C5E;
  color: #fff;
}
.common-nav .info ul li {
  width: 20%;
  display: inline-block;
  height: auto;
}
@media (max-width: 767px) {
  .common-nav .info ul li {
    width: 50%;
  }
}
.common-nav .info ul li a {
  height: 100%;
  display: block;
  padding: 20px;
  text-align: center;
  background: rgba(21, 44, 94, 0);
  transition: all 0.2s;
  color: #222;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .common-nav .info ul li a {
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .common-nav .info ul li a {
    padding: 10px;
  }
}
.common-nav .info ul li a:hover {
  background: #152C5E;
  color: #fff;
}
.wrap-about .introduce {
  padding: 110px 0 130px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding: 40px 0;
  }
}
.wrap-about .introduce .info .txt {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .txt {
    margin-top: 20px;
  }
}
.wrap-about .introduce .info .txt p {
  margin: 0;
  color: #666;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .introduce .info .tit {
  margin: 50px 0;
  text-align: end;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .tit {
    margin: 20px 0;
    text-align: center;
  }
}
.wrap-about .introduce .info .tit h2 {
  margin: 0;
  color: #152C5E;
  font-weight: 600;
  line-height: 40px;
  font-size: var(--30);
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .tit h2 {
    line-height: 30px;
  }
}
.wrap-about .introduce .info .pic {
  overflow: hidden;
  position: relative;
}
.wrap-about .introduce .info .pic img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 10px;
}
.wrap-about .introduce .info .pic .play {
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 3;
}
@keyframes breathe {
  0%,
  100% {
    transform: translateY(0);
    /* 原始位置 */
  }
  50% {
    transform: translateY(-20px);
    /* 向上移动5px */
  }
}
.wrap-about .introduce .info .pic .play i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #152C5E;
  animation: breathe 3s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .pic .play i {
    width: 45px;
    height: 45px;
    font-size: 22px;
    animation: none;
  }
}
.wrap-about .introduce .info .pic .play span {
  display: inline-block;
  margin-left: 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  animation: breathe 3s infinite ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .pic .play span {
    font-size: 14px;
    margin-left: 5px;
    animation: none;
  }
}
.wrap-about .why {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .wrap-about .why {
    padding: 40px 0;
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap-about .why::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/about_02.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  animation: fadeTop 2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .why::before {
    display: none;
  }
}
.wrap-about .why .info .top .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .top .txt {
    margin-top: 20px;
  }
}
.wrap-about .why .info .top .txt p {
  color: #666;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .top .txt p {
    line-height: 26px;
    font-size: 14px;
  }
}
.wrap-about .why .info .group {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .group {
    margin-top: 20px;
  }
}
.wrap-about .why .info .group .row .col-12 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .group .row .col-12 {
    margin-bottom: 20px;
  }
}
.wrap-about .why .info .group .row .col-12 .item {
  height: 100%;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .group .row .col-12 .item {
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  }
}
.wrap-about .why .info .group .row .col-12 .item:hover {
  cursor: default;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.wrap-about .why .info .group .row .col-12 .item .num span {
  display: block;
  color: #152C5E;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .group .row .col-12 .item .num span {
    font-size: 14px;
  }
}
.wrap-about .why .info .group .row .col-12 .item .tit {
  margin-top: 10px;
}
.wrap-about .why .info .group .row .col-12 .item .tit h2 {
  margin: 0;
  color: #152C5E;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .group .row .col-12 .item .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-about .why .info .group .row .col-12 .item .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .group .row .col-12 .item .txt {
    margin-top: 20px;
  }
}
.wrap-about .why .info .group .row .col-12 .item .txt p {
  color: #666;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-about .why .info .group .row .col-12 .item .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .factory {
  padding: 130px 0 160px 0;
}
@media (max-width: 1199px) {
  .wrap-about .factory {
    padding: 40px 0;
  }
}
.wrap-about .factory .info .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .top {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .top .left {
    width: 100%;
  }
}
.wrap-about .factory .info .top .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-about .factory .info .top .right .txt p {
  color: #666;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .top .right .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .factory .info .slick-factory {
  padding-top: 50px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .slick-factory {
    padding-top: 20px;
    margin: 0 -7px;
  }
}
.wrap-about .factory .info .slick-factory .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .slick-factory .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .factory .info .slick-factory .slick-list {
  overflow: visible;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .slick-factory .slick-list {
    overflow: hidden;
  }
}
.wrap-about .factory .info .slick-factory .slick-prev,
.wrap-about .factory .info .slick-factory .slick-next {
  top: 110%;
}
.wrap-about .factory .info .slick-factory .slick-prev {
  left: 0;
}
.wrap-about .factory .info .slick-factory .slick-next {
  right: 92%;
}
.wrap-about .factory .info .slick-factory .item:hover {
  cursor: pointer;
}
.wrap-about .factory .info .slick-factory .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-about .factory .info .slick-factory .item:hover .pic .img-box::after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrap-about .factory .info .slick-factory .item .pic .img-box {
  padding-bottom: 57.7777%;
  border-radius: 10px;
}
.wrap-about .factory .info .slick-factory .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-about .factory .info .slick-factory .item .pic .img-box::after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.wrap-about .factory .info .slick-factory .item .tit {
  padding-bottom: 15px;
  border-bottom: 1px dashed #DEDEDE;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .slick-factory .item .tit {
    margin-top: 20px;
  }
}
.wrap-about .factory .info .slick-factory .item .tit h2 {
  margin: 0;
  color: #152C5E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.wrap-about .factory .info .slick-factory .item .txt {
  padding-top: 15px;
}
.wrap-about .factory .info .slick-factory .item .txt p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .slick-factory .item .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-speech {
  background: url(../img/speech_bg.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .wrap-speech {
    background: #fff;
  }
}
.wrap-speech .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-speech .info {
    flex-direction: column;
  }
}
.wrap-speech .info .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .wrap-speech .info .left {
    width: 100%;
  }
}
.wrap-speech .info .left .pic .img-box {
  padding-bottom: 51.6666%;
}
.wrap-speech .info .right {
  width: 52%;
}
@media (max-width: 1199px) {
  .wrap-speech .info .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-speech .info .right .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-speech .info .right .txt {
    margin-top: 20px;
  }
}
.wrap-speech .info .right .txt p {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-speech .info .right .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-display .pagination {
  padding-top: 40px;
  justify-content: center;
}
.wrap-display .top .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-display .top .txt {
    margin-top: 20px;
  }
}
.wrap-display .top .txt p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-display .top .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-display .group .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-display .group .row .col-6 {
    padding: 0 7px;
  }
}
.wrap-display .group .row .col-6 .item {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-display .group .row .col-6 .item {
    margin-top: 20px;
  }
}
.wrap-display .group .row .col-6 .item:hover {
  cursor: pointer;
}
.wrap-display .group .row .col-6 .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-display .group .row .col-6 .item:hover .pic .img-box::after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrap-display .group .row .col-6 .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: 69.6969%;
}
.wrap-display .group .row .col-6 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-display .group .row .col-6 .item .pic .img-box::after {
  border-radius: 10px;
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.wrap-honor .pagination {
  padding-top: 40px;
  justify-content: center;
}
.wrap-honor .top .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-honor .top .txt {
    margin-top: 20px;
  }
}
.wrap-honor .top .txt p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-honor .top .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .wrap-honor .group .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-6 {
    padding: 0 7px;
  }
}
.wrap-honor .group .row .col-6 .item {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-6 .item {
    margin-top: 20px;
  }
}
.wrap-honor .group .row .col-6 .item:hover {
  cursor: pointer;
}
.wrap-honor .group .row .col-6 .item:hover .pic {
  background: #152C5E;
}
.wrap-honor .group .row .col-6 .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-honor .group .row .col-6 .item:hover .pic .img-box::after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrap-honor .group .row .col-6 .item .pic {
  padding: 20px;
  background: #EBF6FF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-6 .item .pic {
    padding: 15px;
  }
}
.wrap-honor .group .row .col-6 .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: 137.931%;
}
.wrap-honor .group .row .col-6 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-honor .group .row .col-6 .item .pic .img-box::after {
  border-radius: 10px;
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.wrap-honor .group .row .col-6 .item .tit {
  text-align: center;
  margin-top: 20px;
}
.wrap-honor .group .row .col-6 .item .tit h2 {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-honor .group .row .col-6 .item .tit h2 {
    font-size: 18px;
  }
}
.wrap-faq .pagination {
  padding-top: 40px;
  justify-content: center;
}
.wrap-faq .top .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-faq .top .txt {
    margin-top: 20px;
  }
}
.wrap-faq .top .txt p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-faq .top .txt p {
    font-size: 14px;
  }
}
.wrap-faq .group {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-faq .group {
    margin-top: 30px;
  }
}
.wrap-faq .group ul li.active .item .name::after {
  color: #25BAD5;
  transform: translateY(-50%) rotate(0deg);
}
.wrap-faq .group ul li.active .item .name p .name-mark {
  background: #25BAD5;
}
.wrap-faq .group ul li.active .item .name p .tit {
  color: #25BAD5;
}
.wrap-faq .group ul li .item {
  padding: 30px 0;
  border-top: 1px solid #DEDEDE;
}
@media (max-width: 1199px) {
  .wrap-faq .group ul li .item {
    padding: 15px 0;
  }
}
.wrap-faq .group ul li .item:hover {
  cursor: pointer;
}
.wrap-faq .group ul li .item:hover .name::after {
  color: #25BAD5;
  transform: translateY(-50%) rotate(0deg);
}
.wrap-faq .group ul li .item:hover .name p .name-mark {
  background: #25BAD5;
}
.wrap-faq .group ul li .item:hover .name p .tit {
  color: #25BAD5;
}
.wrap-faq .group ul li .item .name {
  display: flex;
  position: relative;
}
.wrap-faq .group ul li .item .name::after {
  content: "\e64a";
  position: absolute;
  font-family: 'iconfont' !important;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  transition: all 0.3s ease-in-out;
  color: #152C5E;
}
.wrap-faq .group ul li .item .name p {
  margin: 0;
  display: flex;
}
.wrap-faq .group ul li .item .name p .name-mark {
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  background: #152C5E;
  min-width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.wrap-faq .group ul li .item .name p .tit {
  display: inline-block;
  color: #152C5E;
  font-size: 24px;
  line-height: 30px;
  padding: 0 25px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-faq .group ul li .item .name p .tit {
    margin-left: 0;
    padding: 0 20px;
    line-height: 26px;
    font-size: 18px;
  }
}
.wrap-faq .group ul li .item .txt {
  padding: 20px 70px 0 70px;
}
.wrap-faq .group ul li .item .txt p {
  color: #666;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-faq .group ul li .item .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-product {
  margin-top: 80px;
  padding: 50px 0 130px 0;
}
@media (max-width: 1199px) {
  .wrap-product {
    margin-top: 60px;
    padding: 0px 0 40px 0;
  }
}
.wrap-product .top-nav ul {
  position: relative;
}
.wrap-product .top-nav ul li {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.wrap-product .top-nav ul li::after {
  content: "/";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
}
.wrap-product .top-nav ul li:last-child::after {
  display: none;
}
.wrap-product .top-nav ul li:last-child a {
  text-decoration: underline;
}
.wrap-product .top-nav ul li a {
  font-size: 14px;
  display: block;
  color: #000;
  line-height: 26px;
}
.wrap-product .top-nav ul li a:hover {
  text-decoration: underline;
}
.wrap-product .group-list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .group-list {
    margin-top: 40px;
  }
}
.wrap-product .group-list .left {
  width: 23%;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .left {
    display: none;
  }
}
.wrap-product .group-list .left .left-group .tit {
  padding-bottom: 30px;
  border-bottom: 1px solid #152C5E;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .left .left-group .tit {
    padding-bottom: 15px;
  }
}
.wrap-product .group-list .left .left-group .tit h2 {
  color: #222;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .left .left-group .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-product .group-list .left .left-group .list {
  margin-top: 50px;
}
.wrap-product .group-list .left .left-group .list ul li {
  margin-bottom: 60px;
}
.wrap-product .group-list .left .left-group .list ul li a {
  color: #25BAD5;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  display: block;
}
.wrap-product .group-list .left .left-group .list ul li > ul {
  padding-left: 30px;
  margin-top: 30px;
}
.wrap-product .group-list .left .left-group .list ul li > ul li.active::marker {
  color: #25BAD5;
}
.wrap-product .group-list .left .left-group .list ul li > ul li.active a {
  color: #25BAD5;
}
.wrap-product .group-list .left .left-group .list ul li > ul li.active a i {
  transform: rotate(-180deg);
}
.wrap-product .group-list .left .left-group .list ul li > ul li.active > ul li a {
  color: #666;
}
.wrap-product .group-list .left .left-group .list ul li > ul li {
  list-style-type: disc;
  margin-bottom: 20px;
}
.wrap-product .group-list .left .left-group .list ul li > ul li::marker {
  transition: all 0.2s ease-in-out;
}
.wrap-product .group-list .left .left-group .list ul li > ul li:hover::marker {
  color: #25BAD5;
}
.wrap-product .group-list .left .left-group .list ul li > ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.wrap-product .group-list .left .left-group .list ul li > ul li a i {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.wrap-product .group-list .left .left-group .list ul li > ul li a:hover {
  color: #25BAD5;
}
.wrap-product .group-list .left .left-group .list ul li > ul li a:hover i {
  transform: rotate(-180deg);
}
.wrap-product .group-list .left .left-group .list ul li > ul li > ul li {
  list-style-type: none;
}
.wrap-product .group-list .left .left-group .list ul li > ul li > ul li a {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.2s ease-in-out;
}
.wrap-product .group-list .left .left-group .list ul li > ul li > ul li a:hover {
  color: #25BAD5;
  text-decoration: underline;
}
.wrap-product .group-list .right {
  width: 70%;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right {
    width: 100%;
  }
}
.wrap-product .group-list .right .top-pic .slick-product .item .pic .img-box {
  padding-bottom: 54.8387%;
  border-radius: 20px;
}
.wrap-product .group-list .right .note {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .note {
    margin-top: 30px;
  }
}
.wrap-product .group-list .right .note .tit h2 {
  color: #222;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .note .tit h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.wrap-product .group-list .right .note .txt {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .note .txt {
    margin-top: 20px;
  }
}
.wrap-product .group-list .right .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-product .group-list .right .note .link {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .note .link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-product .group-list .right .note .link {
    flex-direction: column;
  }
}
.wrap-product .group-list .right .note .link .inquiry {
  margin-right: 50px;
}
@media (max-width: 1470px) {
  .wrap-product .group-list .right .note .link .inquiry {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-product .group-list .right .note .link .inquiry {
    margin-right: 0;
  }
}
.wrap-product .group-list .right .note .link .inquiry a {
  display: inline-block;
  padding: 10px 60px 10px 40px;
  text-align: center;
  background: #fff;
  color: #152C5E;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  border-radius: 100px;
  border: 1px solid #152C5E;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .note .link .inquiry a {
    padding: 8px 30px 8px 20px;
  }
}
.wrap-product .group-list .right .note .link .inquiry a:hover {
  background: #25BAD5;
  color: #fff;
  border: 1px solid #25BAD5;
}
.wrap-product .group-list .right .note .link .inquiry a span {
  position: relative;
}
.wrap-product .group-list .right .note .link .inquiry a span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #D20000;
  border-radius: 50%;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wrap-product .group-list .right .note .link .share {
    margin-top: 30px;
  }
}
.wrap-product .group-list .right .note .link .share .share-to {
  color: #333;
  margin-right: 10px;
}
.wrap-product .group-list .right .menu-list {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list {
    margin-top: 40px;
  }
}
.wrap-product .group-list .right .menu-list .editor-content {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .editor-content {
    margin-top: 20px;
  }
}
.wrap-product .group-list .right .menu-list .editor-content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .editor-content .table-box {
    overflow: auto;
  }
}
.wrap-product .group-list .right .menu-list .editor-content table {
  width: 100% !important;
  margin: 15px 0 !important;
  word-break: break-word !important;
}
.wrap-product .group-list .right .menu-list .editor-content table tr td {
  border-width: 1px;
  border-color: #ccc;
  padding: 10px;
  color: #666;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .editor-content table tr td {
    font-size: 14px;
  }
}
.wrap-product .group-list .right .menu-list .editor-content table tr td p {
  color: #666;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .editor-content table tr td p {
    font-size: 14px;
  }
}
.wrap-product .group-list .right .menu-list .list-des {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-des {
    padding-top: 40px;
  }
}
.wrap-product .group-list .right .menu-list .list-des .editor-content p img {
  border-radius: 10px;
}
.wrap-product .group-list .right .menu-list .list-inquiry {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-inquiry {
    padding-top: 40px;
  }
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-inquiry .common-form {
    margin-top: 20px;
  }
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group-tit {
  margin-bottom: 10px;
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group-tit input {
  line-height: 60px;
  border-radius: 6px;
  background: #152C5E;
  width: 100%;
  border: none;
  padding: 0 30px;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group-tit input {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group {
  margin-bottom: 10px;
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group input {
  line-height: 60px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #152C5E;
  width: 100%;
  padding: 0 30px;
  color: #666;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group input {
    padding: 0 20px;
    line-height: 40px;
  }
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group input::placeholder {
  color: #666;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
  }
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group input:focus::placeholder {
  color: #888;
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group textarea {
  resize: none;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #152C5E;
  width: 100%;
  padding: 30px;
  color: #666;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group textarea {
    padding: 20px;
    line-height: 40px;
  }
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group textarea::placeholder {
  color: #666;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #888;
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .submit-group button {
  border: none;
  padding: 10px 70px 10px 60px;
  text-align: center;
  border-radius: 100px;
  background: #152C5E;
  color: #FFF;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .submit-group button:hover {
  background: #25BAD5;
  color: #fff;
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .submit-group button span {
  position: relative;
}
.wrap-product .group-list .right .menu-list .list-inquiry .common-form form .row .col-12 .submit-group button span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border-radius: 50%;
  background: #D20000;
}
.wrap-product .group-list .right .menu-list .list-related {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-related {
    padding-top: 40px;
  }
}
.wrap-product .group-list .right .menu-list .list-related .slick-related {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-related .slick-related {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-related .slick-related {
    margin: 0 -7px;
  }
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-related .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .slick-prev,
.wrap-product .group-list .right .menu-list .list-related .slick-related .slick-next {
  top: -5%;
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .slick-next {
  right: 0;
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .slick-prev {
  left: 90%;
}
@media (max-width: 1400px) {
  .wrap-product .group-list .right .menu-list .list-related .slick-related .slick-prev {
    left: 88%;
  }
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item:hover .pic .img-box {
  border: 1px solid #152C5E;
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item:hover .item-note .tit a {
  color: #25BAD5;
  text-decoration: underline;
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item .pic .img-box {
  padding-bottom: 55.55555%;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  transition: all 0.3s ease-in-out;
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item .item-note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-related .slick-related .item .item-note {
    margin-top: 20px;
  }
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item .item-note .tit a {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-related .slick-related .item .item-note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item .txt {
  margin-top: 20px;
}
.wrap-product .group-list .right .menu-list .list-related .slick-related .item .txt p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
@media (max-width: 1199px) {
  .wrap-product .group-list .right .menu-list .list-related .slick-related .item .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
}
.details-tit h2 {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.wrap-home .home-about {
  padding: 140px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 40px 0;
  }
}
.wrap-home .home-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background: url(../img/contact_bg.png) no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about::before {
    display: none;
  }
}
.wrap-home .home-about .info .top {
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .top {
    text-align: center;
  }
}
.wrap-home .home-about .info .top .top-txt {
  position: absolute;
  top: -80%;
  z-index: -1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(21, 44, 94, 0.5);
  font-size: 7.29vw;
  font-weight: 500;
  line-height: 140px;
  color: transparent;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .top .top-txt {
    display: none;
  }
}
.wrap-home .home-about .info .note {
  margin-top: 40px;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .note {
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.wrap-home .home-about .info .note .groups {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .note .groups {
    width: 100%;
  }
}
.wrap-home .home-about .info .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-about .info .note .link {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .note .link {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .note .link {
    flex-direction: column;
    display: flex;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .note .link a {
    padding: 8px 20px;
    margin: 10px 0;
  }
}
.wrap-home .home-about .info .note .link .more {
  margin-right: 30px;
  color: #152C5E;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .note .link .more {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .note .link .more {
    margin: 0;
  }
}
.wrap-home .home-about .info .note .link .more:hover {
  background: #25BAD5;
  color: #fff;
  border: 1px solid #25BAD5;
}
.wrap-home .home-about .info .note .link .play {
  padding: 0px 40px;
  background: #152C5E;
  border-radius: 100px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .note .link .play {
    padding: 5px 30px;
  }
}
.wrap-home .home-about .info .note .link .play:hover {
  background: #25BAD5;
  color: #fff;
}
.wrap-home .home-about .info .note .link .play:hover i {
  color: #152C5E;
}
.wrap-home .home-about .info .note .link .play i {
  margin-left: 10px;
  display: inline-block;
  color: #25BAD5;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.wrap-home .home-about .info .slick-about {
  padding-top: 50px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .slick-about {
    padding-top: 20px;
    margin: 0 -7px;
  }
}
.wrap-home .home-about .info .slick-about .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .slick-about .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-about .info .slick-about .slick-list {
  overflow: visible;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .slick-about .slick-list {
    overflow: hidden;
  }
}
.wrap-home .home-about .info .slick-about .item:hover {
  cursor: pointer;
}
.wrap-home .home-about .info .slick-about .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-home .home-about .info .slick-about .item:hover .pic .img-box::after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrap-home .home-about .info .slick-about .item .pic .img-box {
  padding-bottom: 60%;
  border-radius: 10px;
}
.wrap-home .home-about .info .slick-about .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-home .home-about .info .slick-about .item .pic .img-box::after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.wrap-home .home-product {
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding-bottom: 40px;
  }
}
.wrap-home .home-product .info .top .txt {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .top .txt {
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .top .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .top .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-product .info .top .more {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .top .more {
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .top .more a:hover {
  background: #25BAD5;
  color: #fff;
  border: 1px solid #25BAD5;
}
.wrap-home .home-product .info .group .item {
  border-radius: 20px;
  padding: 50px;
  background: #F9F9F9;
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .item {
    margin-top: 30px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item {
    flex-direction: column;
  }
}
.wrap-home .home-product .info .group .item:nth-child(2n+2) .pic {
  order: 2;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item:nth-child(2n+2) .pic {
    order: 1;
  }
}
.wrap-home .home-product .info .group .item:nth-child(2n+2) .note {
  order: 1;
  padding-left: 0;
  padding-right: 10%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item:nth-child(2n+2) .note {
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap-home .home-product .info .group .item .pic {
  width: 35%;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item .pic {
    width: 100%;
  }
}
.wrap-home .home-product .info .group .item .pic .img-box {
  background: #EBF6FF;
  border-radius: 50%;
}
.wrap-home .home-product .info .group .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-home .home-product .info .group .item .pic .num {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 2;
}
.wrap-home .home-product .info .group .item .pic .num span {
  color: #152C5E;
  font-size: 4.17vw;
  font-weight: 600;
  line-height: 90px;
  display: inline-block;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item .pic .list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.wrap-home .home-product .info .group .item .pic .list .group-item {
  position: absolute;
  display: block;
  width: 5.73vw;
  height: 5.73vw;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #DEDEDE;
  background: #FFF;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item .pic .list .group-item {
    width: 25%;
    height: auto;
    position: relative;
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .group .item .pic .list .group-item:hover {
  border: 1px solid #25BAD5;
}
.wrap-home .home-product .info .group .item .pic .list .group-item:hover img {
  transform: scale(1.05);
}
.wrap-home .home-product .info .group .item .pic .list .group-item img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}
.wrap-home .home-product .info .group .item .pic .list .group-item:first-child {
  bottom: 30%;
  left: -10%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item .pic .list .group-item:first-child {
    bottom: auto;
    left: auto;
  }
}
.wrap-home .home-product .info .group .item .pic .list .group-item:nth-child(2) {
  bottom: -3%;
  left: 18%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item .pic .list .group-item:nth-child(2) {
    bottom: auto;
    left: auto;
  }
}
.wrap-home .home-product .info .group .item .pic .list .group-item:nth-child(3) {
  bottom: -3%;
  right: 18%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item .pic .list .group-item:nth-child(3) {
    bottom: auto;
    right: auto;
  }
}
.wrap-home .home-product .info .group .item .pic .list .group-item:nth-child(4) {
  bottom: 30%;
  right: -10%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item .pic .list .group-item:nth-child(4) {
    bottom: auto;
    right: auto;
  }
}
.wrap-home .home-product .info .group .item .note {
  width: 45%;
  padding-left: 10%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .group .item .note {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.wrap-home .home-product .info .group .item .note .tit a {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  transition: all 0.2s ease-in-out;
}
.wrap-home .home-product .info .group .item .note .tit a:hover {
  color: #152C5E;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-home .home-product .info .group .item .note .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .item .note .txt {
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .group .item .note .txt p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
  }
}
.wrap-home .home-product .info .group .item .note .more {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .item .note .more {
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .group .item .note .more a:hover {
  background: #25BAD5;
  color: #fff;
  border: 1px solid #25BAD5;
}
.wrap-home .home-why {
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why {
    padding-bottom: 40px;
  }
}
.wrap-home .home-why .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .top {
    flex-direction: column;
    text-align: center;
  }
}
.wrap-home .home-why .info .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .top .left {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .top .more {
    margin-top: 20px;
  }
}
.wrap-home .home-why .info .top .more a:hover {
  background: #25BAD5;
  color: #fff;
  border: 1px solid #25BAD5;
}
.wrap-home .home-why .info .group {
  margin-top: 40px;
  padding-bottom: 70px;
  border-bottom: 1px solid #F1F1F1;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .group {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .info .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-why .info .group .row .col-12 {
    width: 100%;
    margin: 10px 0;
  }
}
.wrap-home .home-why .info .group .row .col-12 .item {
  position: relative;
}
.wrap-home .home-why .info .group .row .col-12 .item:hover::after {
  opacity: 1;
  width: 110%;
}
.wrap-home .home-why .info .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-home .home-why .info .group .row .col-12 .item:hover .note .tit h2 {
  color: #152C5E;
}
.wrap-home .home-why .info .group .row .col-12 .item:hover .note .txt p {
  color: #152C5E;
}
.wrap-home .home-why .info .group .row .col-12 .item::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -70px;
  background: #25BAD5;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.wrap-home .home-why .info .group .row .col-12 .item .pic {
  border-radius: 20px;
  background: #fff;
}
.wrap-home .home-why .info .group .row .col-12 .item .pic .img-box {
  padding-bottom: 68.421%;
  border-radius: 20px;
}
.wrap-home .home-why .info .group .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-home .home-why .info .group .row .col-12 .item .note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .group .row .col-12 .item .note {
    margin-top: 20px;
  }
}
.wrap-home .home-why .info .group .row .col-12 .item .note .tit h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .group .row .col-12 .item .note .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-home .home-why .info .group .row .col-12 .item .note .txt {
  margin-top: 20px;
}
.wrap-home .home-why .info .group .row .col-12 .item .note .txt p {
  transition: all 0.2s ease-in-out;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .info .group .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-home .home-news {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding-bottom: 40px;
  }
}
.wrap-home .home-news .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info {
    flex-direction: column;
  }
}
.wrap-home .home-news .info .left {
  width: 23%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left {
    width: 100%;
    text-align: center;
  }
}
.wrap-home .home-news .info .left .left-list .txt {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left .left-list .txt {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .left .left-list .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left .left-list .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-news .info .left .left-list .more {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .left .left-list .more {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .left .left-list .more a:hover {
  background: #25BAD5;
  border: 1px solid #25BAD5;
  color: #fff;
}
.wrap-home .home-news .info .right {
  width: 55%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-home .home-news .info .right .group-list .item {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #F1F1F1;
}
.wrap-home .home-news .info .right .group-list .item:first-child {
  padding-top: 0;
}
.wrap-home .home-news .info .right .group-list .item:last-child {
  border-bottom: none;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .group-list .item {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .right .group-list .item {
    flex-direction: column;
  }
}
.wrap-home .home-news .info .right .group-list .item:hover .note .date span {
  color: #152C5E;
}
.wrap-home .home-news .info .right .group-list .item:hover .note .tit a {
  color: #152C5E;
  text-decoration: underline;
}
.wrap-home .home-news .info .right .group-list .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-home .home-news .info .right .group-list .item .note {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .right .group-list .item .note {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.wrap-home .home-news .info .right .group-list .item .note .date span {
  display: block;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .group-list .item .note .date span {
    line-height: 26px;
    font-size: 14px;
  }
}
.wrap-home .home-news .info .right .group-list .item .note .tit {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .group-list .item .note .tit {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .right .group-list .item .note .tit a {
  transition: all 0.2s ease-in-out;
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .group-list .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-home .home-news .info .right .group-list .item .note .txt {
  margin-top: 20px;
}
.wrap-home .home-news .info .right .group-list .item .note .txt p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .right .group-list .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-home .home-news .info .right .group-list .item .pic {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .right .group-list .item .pic {
    width: 100%;
    order: 1;
  }
}
.wrap-home .home-news .info .right .group-list .item .pic .img-box {
  padding-bottom: 52.3809%;
  border-radius: 20px;
}
.wrap-home .home-news .info .right .group-list .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.home-tit {
  margin-top: 10px;
}
.home-tit h2 {
  margin: 0;
  color: #152C5E;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .home-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.home-type {
  padding-left: 20px;
}
.home-type span {
  position: relative;
  display: inline-block;
  color: #25BAD5;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.home-type span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25BAD5;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .home-type span {
    font-size: 18px;
    line-height: 26px;
  }
}
.common-btn {
  display: inline-block;
  padding: 10px 60px 10px 40px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #152C5E;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .common-btn {
    font-size: 14px;
    padding: 8px 60px 8px 40px;
  }
}
.common-btn span {
  position: relative;
}
.common-btn span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #D20000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .info .num span {
  display: block;
  color: rgba(34, 34, 34, 0.14);
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .wrap-show .info .num span {
    font-size: 34px;
    line-height: 30px;
  }
}
.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: #152C5E;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-show .info .date {
  display: flex;
  align-items: center;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: inline-block;
  color: #666;
  line-height: 24px;
  font-size: 14px;
}
.wrap-show .info .date .day {
  font-size: 60px;
  letter-spacing: -3px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 32px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .wrap-show .info .date .day {
    font-size: 26px;
  }
}
.wrap-show .info .date .month {
  font-size: 18px;
  letter-spacing: -0.9px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.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: 26px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
  }
}
.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: #152C5E;
}
.wrap-policy .editor-content {
  margin-top: 40px;
}
.wrap-policy .editor-content p {
  color: #666;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
}
.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: #25BAD5;
  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: #25BAD5;
  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;
  }
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #001330;
  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,
  .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: 50px;
  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: none;
  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 {
  display: block;
}
.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: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  background: #909090;
  position: relative;
  margin: 5px 0;
}
.float-window .window-box:hover {
  background: #25BAD5;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 22px;
  color: #ffffff;
  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: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: #25BAD5;
  vertical-align: middle;
  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: #25BAD5;
  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: #25BAD5;
  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: #25BAD5;
  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;
  }
}
