@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Medium'), local('InterTight-Medium'), url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/InterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Regular'), local('InterTight-Regular'), url('../fonts/InterTight-Regular.woff2') format('woff2'), url('../fonts/InterTight-Regular.woff') format('woff'), url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight SemiBold'), local('InterTight-SemiBold'), url('../fonts/InterTight-SemiBold.woff2') format('woff2'), url('../fonts/InterTight-SemiBold.woff') format('woff'), url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight SemiBold Italic'), local('InterTight-SemiBoldItalic'), url('../fonts/InterTight-SemiBoldItalic.woff2') format('woff2'), url('../fonts/InterTight-SemiBoldItalic.woff') format('woff'), url('../fonts/InterTight-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: 'Inter Tight', 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;
  background: #F6F6F6;
}
.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: #F98E1C;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e641';
}
.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: 80px 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 a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #fff;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #fff;
  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: 0px;
  z-index: 4;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .swiper-slide {
  overflow: hidden;
}
.banner-box .swiper-slide .item {
  position: relative;
  overflow: hidden;
}
.banner-box .swiper-slide .item .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt {
    width: 90%;
    margin: 0 5%;
  }
}
.banner-box .swiper-slide .item .txt h2 {
  margin: 0;
  font-size: 56px;
  color: #FFF;
  font-weight: bold;
  line-height: 64px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.banner-box .swiper-slide .item .txt p {
  margin: 20px 0 0 0;
  color: #F5F5F5;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-slide .item .txt p {
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-slide .item .txt p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
  }
}
.banner-box .banner {
  position: relative;
  overflow: hidden;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-box .banner img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
}
.banner-box .banner .tit .info {
  content: "";
  position: absolute;
  bottom: 0;
}
.banner-box .banner .tit .info span {
  color: #FFF;
  font-size: 180px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .banner-box .banner .tit .info span {
    font-size: 40px;
  }
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: 50%;
}
.banner-box .banner-video-box .banner-video {
  object-fit: cover;
}
.banner-box .fluid_video_wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .banner-box .swiper-container img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 5% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  margin: 0 15px !important;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100%;
  background: none;
  background-clip: content-box;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid #fff;
  transition: all 0.4s;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 20px;
    height: 20px;
  }
}
@keyframes pagCircle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-box .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  transition: all 0.5s;
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
}
.banner-box .swiper-pagination-bullet-active::before {
  background-color: #fff;
}
.banner-box .swiper-pagination {
  bottom: 24px;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    bottom: 15px;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
    /* 从视口底部开始 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 移动到原始位置 */
  }
}
.banner-box .swiper-slide-active .item .txt {
  animation: zoomIn 3s 0s ease both;
}
.banner-box .swiper-button-prev,
.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;
}
.banner-box .banner-tit ul {
  position: absolute;
  bottom: 10px;
}
.banner-box .banner-tit ul li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.banner-box .banner-tit ul li:first-child {
  padding-left: 0;
}
.banner-box .banner-tit ul li::after {
  content: "/";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFF;
}
.banner-box .banner-tit ul li:last-child {
  padding-right: 0;
}
.banner-box .banner-tit ul li:last-child::after {
  display: none;
}
.banner-box .banner-tit ul li:last-child a {
  font-weight: 600;
}
.banner-box .banner-tit ul li a {
  font-size: 14px;
  display: block;
  color: #FFF;
  line-height: 26px;
}
.banner-box .banner-tit ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .banner-box .banner-tit ul li a {
    font-size: 14px;
  }
}
.banner-box .banner-tit h2 {
  padding-top: 12px;
  font-size: 70px;
  font-family: 'Orbitron', sans-serif;
  color: #FFF;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 90px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit h2 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit h2 {
    font-size: 14px;
  }
}
.banner-box .banner-tit .txt {
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .txt {
    margin-top: 20px;
    height: 120px;
    overflow: auto;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar {
    border-radius: 5px;
    width: 2px;
    height: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit .txt {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .txt {
    height: 40px;
  }
  .banner-box .banner-tit .txt::-webkit-scrollbar {
    width: 1px;
  }
}
.banner-box .banner-tit .txt p {
  margin: 0;
  color: #D9D9D9;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .txt p {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 11;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .header {
    background: #222 !important;
  }
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .info {
    height: 60px;
  }
}
.header .info .menu-logo a {
  display: block;
  height: auto;
}
.header .info .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 1199px) {
  .header .info .menu-logo a img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .header .info .menu-logo a img {
    max-height: 37px;
  }
}
.header .info .menu-right {
  display: flex;
  align-items: center;
}
.header .info .menu-right .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-nav {
    display: none;
  }
}
.header .info .menu-right .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .info .menu-right .menu-nav .nav-first li.active a {
  color: #fff;
}
.header .info .menu-right .menu-nav .nav-first li.active a::before {
  width: 100%;
}
.header .info .menu-right .menu-nav .nav-first li.active > ul li a {
  background: none;
  color: #222;
}
.header .info .menu-right .menu-nav .nav-first li.active > ul li a::before {
  display: none;
}
.header .info .menu-right .menu-nav .nav-first li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
@media (max-width: 1470px) {
  .header .info .menu-right .menu-nav .nav-first li {
    padding: 0 15px;
  }
}
@media (max-width: 1400px) {
  .header .info .menu-right .menu-nav .nav-first li {
    padding: 0 10px;
  }
}
.header .info .menu-right .menu-nav .nav-first li a {
  color: #fff;
  display: block;
  transition: all 0.2s ease-in-out;
  position: relative;
  line-height: 90px;
  font-weight: 500;
}
.header .info .menu-right .menu-nav .nav-first li a:hover {
  color: #fff;
}
.header .info .menu-right .menu-nav .nav-first li a:hover::before {
  width: 100%;
}
.header .info .menu-right .menu-nav .nav-first li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #1351B2;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.header .info .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 .info .menu-right .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #222;
  line-height: 32px;
  padding: 5px 30px;
  border: none;
  border-radius: 50px;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a:hover {
  color: #222;
  text-decoration: underline;
}
.header .info .menu-right .menu-nav .nav-first li > ul li a::before {
  display: none;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #fff;
  color: #222;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .info .menu-right .menu-nav .nav-first li > ul li > ul li a {
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
  font-size: 15px;
}
.header .info .menu-right .menu-language {
  margin-left: 120px;
}
@media (max-width: 1470px) {
  .header .info .menu-right .menu-language {
    margin-left: 35px;
  }
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-language {
    margin-left: 0px;
  }
}
.header .info .menu-right .menu-language .select {
  position: relative;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-language .select {
    min-width: 40px;
  }
}
.header .info .menu-right .menu-language .select::before {
  content: "\e825";
  font-family: 'iconfont' !important;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-language .select::before {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 20px;
    background: #1351B2;
    left: auto;
  }
}
.header .info .menu-right .menu-language .select::after {
  content: "\e76f";
  font-family: 'iconfont' !important;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%) rotate(-180deg);
  color: #fff;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-language .select::after {
    display: none;
  }
}
.header .info .menu-right .menu-language .select span {
  display: block;
  padding: 14px 50px;
  background: #1351B2;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  cursor: default;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-language .select span {
    padding: 8px 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-language .select span {
    display: none;
  }
}
.header .info .menu-right .menu-language .select:hover .select-drop {
  opacity: 1;
  transform: translateX(-50%) perspective(800px) rotateX(0deg) scaleY(1);
}
.header .info .menu-right .menu-language .select .select-drop {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  padding: 10px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) perspective(800px) rotateX(-45deg) scaleY(0);
  border: 1px solid #ccc;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: top center;
  opacity: 1;
  left: 50%;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-language .select .select-drop {
    min-width: 120px;
    top: calc(100% + 30px);
  }
}
.header .info .menu-right .menu-language .select .select-drop a {
  display: block;
  text-align: center;
  color: #222;
  line-height: 32px;
  font-size: 16px;
}
.header .info .menu-right .menu-language .select .select-drop a:hover {
  color: #1351B2;
  text-decoration: underline;
}
.header .info .menu-right .menu-search {
  margin-left: 15px;
}
.header .info .menu-right .menu-search .find a {
  cursor: pointer;
}
.header .info .menu-right .menu-search .find a i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-search .find a i {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.header .info .menu-right .menu-search .find a i:hover {
  background: #1351B2;
}
.footer {
  overflow: hidden;
  background: linear-gradient(0deg, #272727 0%, #272727 100%), #2E2E2E;
}
.footer .foot {
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0 20px 0;
    flex-direction: column;
  }
}
.footer .foot .foot-tit h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .foot-tit h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.footer .foot .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .footer .foot .left {
    width: 100%;
  }
}
.footer .foot .left .foot-logo a {
  display: block;
  height: auto;
}
.footer .foot .left .foot-logo a img {
  max-height: 60px;
}
@media (max-width: 1199px) {
  .footer .foot .left .foot-logo a img {
    max-height: 45px;
  }
}
.footer .foot .left .txt {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .left .txt {
    margin-top: 20px;
  }
}
.footer .foot .left .txt p {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .left .txt p {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer .foot .left .foot-form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .left .foot-form {
    margin-top: 20px;
  }
}
.footer .foot .left .foot-form form {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .foot .left .foot-form form {
    flex-direction: column;
    align-items: start;
  }
}
.footer .foot .left .foot-form form input {
  padding: 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  width: 70%;
  color: #666;
}
@media (max-width: 1199px) {
  .footer .foot .left .foot-form form input {
    padding: 15px;
    font-size: 14px;
    width: 100%;
  }
}
.footer .foot .left .foot-form form input::placeholder {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s;
}
.footer .foot .left .foot-form form input:focus::placeholder {
  color: #555;
}
.footer .foot .left .foot-form form button {
  margin-left: 10px;
  padding: 20px 50px;
  text-align: center;
  border-radius: 100px;
  background: #1351B2;
  border: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .footer .foot .left .foot-form form button {
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.footer .foot .left .foot-form form button:hover {
  background: #F98E1C;
}
.footer .foot .left .foot-form form button i {
  margin-left: 5px;
}
.footer .foot .left .note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .left .note {
    margin-top: 20px;
  }
}
.footer .foot .left .note p {
  color: #999;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .left .note p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot .left .share {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .left .share {
    margin-top: 20px;
  }
}
.footer .foot .left .share ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
}
.footer .foot .left .share ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer .foot .left .share ul li a {
  display: block;
}
.footer .foot .left .share ul li a i {
  display: inline-block;
  font-size: 26px;
  color: #999;
  transition: all 0.3s ease-in-out;
}
.footer .foot .left .share ul li a i:hover {
  transform: translateY(-10px);
}
.footer .foot .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .footer .foot .right {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .foot .right .item .info {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .right .item .info {
    margin-top: 10px;
  }
}
.footer .foot .right ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .right ul {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .footer .foot .right ul li {
    width: 100%;
    margin: 7px 0;
  }
}
.footer .foot .right ul li :last-child {
  max-width: 300px;
}
@media (max-width: 1199px) {
  .footer .foot .right ul li :last-child {
    max-width: 100%;
  }
}
.footer .foot .right ul li .item .info a {
  display: block;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer .foot .right ul li .item .info a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
}
.footer .foot .right ul li .item .info a:last-child {
  margin-bottom: 0;
}
.footer .foot .right ul li .item .info a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .foot .right ul li .item .info .group {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer .foot .right ul li .item .info .group {
    margin-bottom: 15px;
  }
}
.footer .foot .right ul li .item .info .group:last-child {
  margin-bottom: 0;
}
.footer .foot .right ul li .item .info .group i {
  color: #999;
  font-size: 20px;
}
.footer .foot .right ul li .item .info .group p {
  color: #999;
  margin: 0 0 0 10px;
}
.footer .foot .right ul li .item .info .group p a,
.footer .foot .right ul li .item .info .group p .address {
  margin-top: 5px;
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 70px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1199px) {
  .footer .copyright {
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
  }
}
.footer .copyright p {
  color: #CCC;
  margin: 0;
  letter-spacing: -0.8px;
}
@media (max-width: 1199px) {
  .footer .copyright p {
    letter-spacing: normal;
    font-size: 14px;
  }
}
.footer .copyright p a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .copyright .link {
    margin-top: 15px;
  }
}
.footer .copyright .link a {
  display: inline-block;
  color: #CCC;
  letter-spacing: -0.8px;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .copyright .link a {
    letter-spacing: normal;
    padding: 0 10px;
  }
}
.footer .copyright .link a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #ccc;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
@media (max-width: 1199px) {
  .footer .copyright .link a::before {
    display: none;
  }
}
.footer .copyright .link a:first-child::before {
  display: none;
}
@media (max-width: 1199px) {
  .footer .copyright .link a {
    letter-spacing: normal;
    font-size: 14px;
    padding: 0 10px;
  }
}
.footer .copyright .link a i {
  margin-left: 10px;
}
.footer .copyright .link a:hover {
  text-decoration: underline;
}
.footer .name {
  text-align: center;
}
@media (max-width: 1199px) {
  .footer .name {
    padding-bottom: 70px;
    text-align: center;
  }
}
.footer .name h2 {
  display: block;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(180deg, #FFF -23.14%, rgba(255, 255, 255, 0) 72.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 140px;
  letter-spacing: 7.56px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1710px) {
  .footer .name h2 {
    font-size: 9vw;
    letter-spacing: normal;
  }
}
@media (max-width: 1470px) {
  .footer .name h2 {
    font-size: 5.9vw;
  }
}
.footer .name h2 span {
  background: linear-gradient(180deg, #FFF -23.14%, rgba(255, 255, 255, 0) 72.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.com-tit h2 {
  color: #000;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1199px) {
  .com-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.com-txt {
  margin-top: 20px;
}
.com-txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .com-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .contact-top {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top {
    padding-top: 40px;
  }
}
.wrap-contact .contact-top .info .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .top {
    flex-direction: column;
  }
}
.wrap-contact .contact-top .info .top .left {
  width: 45%;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .top .left {
    width: 100%;
  }
}
.wrap-contact .contact-top .info .top .left .logo {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .top .left .logo {
    display: none;
  }
}
.wrap-contact .contact-top .info .top .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .top .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-contact .contact-top .info .top .right .tit span {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .top .right .tit span {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-contact .contact-top .info .top .right .common-form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .top .right .common-form {
    margin-top: 20px;
  }
}
.wrap-contact .contact-top .info .group {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .group {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .group .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .wrap-contact .contact-top .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-contact .contact-top .info .group .row .col-12 .item {
  height: 100%;
  background: #fff;
  padding: 40px 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .group .row .col-12 .item {
    padding: 20px;
  }
}
.wrap-contact .contact-top .info .group .row .col-12 .item:hover {
  transform: translateY(-5px);
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.05);
}
.wrap-contact .contact-top .info .group .row .col-12 .item i {
  font-size: 56px;
  color: #1351B2;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .group .row .col-12 .item i {
    font-size: 34px;
  }
}
.wrap-contact .contact-top .info .group .row .col-12 .item .tit {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .group .row .col-12 .item .tit {
    margin-top: 20px;
  }
}
.wrap-contact .contact-top .info .group .row .col-12 .item .tit h2 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .group .row .col-12 .item .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-contact .contact-top .info .group .row .col-12 .item .txt {
  margin-top: 15px;
}
.wrap-contact .contact-top .info .group .row .col-12 .item .txt p,
.wrap-contact .contact-top .info .group .row .col-12 .item .txt a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-top .info .group .row .col-12 .item .txt p,
  .wrap-contact .contact-top .info .group .row .col-12 .item .txt a {
    font-size: 14px;
  }
}
.wrap-contact .contact-top .info .group .row .col-12 .item .txt a:hover {
  color: #F98E1C;
  text-decoration: underline;
}
.common-form form .row .col-12 .form-group-tit input {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #1351B2;
  line-height: 50px;
  padding: 0 20px;
  color: #FFF;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    line-height: 45px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group {
    margin-bottom: 20px;
  }
}
.common-form form .row .col-12 .form-group input {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #999;
  transition: all 0.2s ease-in-out;
}
.common-form form .row .col-12 .form-group input:hover {
  border-bottom: 1px solid #1351B2;
}
.common-form form .row .col-12 .form-group input::placeholder {
  color: #999;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group input:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #999;
  transition: all 0.2s ease-in-out;
}
.common-form form .row .col-12 .form-group textarea:hover {
  border-bottom: 1px solid #1351B2;
}
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #999;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .submit-group {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group {
    margin-top: 20px;
  }
}
.common-form form .row .col-12 .submit-group button {
  width: 100%;
  border: none;
  display: block;
  padding: 18px 20px;
  border-radius: 100px;
  background: #1351B2;
  text-align: center;
  color: #fff;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group button {
    padding: 11px 15px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .submit-group button:hover {
  background: #F98E1C;
}
.common-form form .row .col-12 .submit-group button i {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .submit-group button i {
    margin-left: 5px;
  }
}
.common-end {
  background-attachment: fixed;
  background-size: cover;
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .common-end {
    padding: 40px 0;
    background-attachment: unset;
    background-size: cover;
  }
}
.common-end .info .name span {
  display: block;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .common-end .info .name span {
    font-size: 18px;
  }
}
.common-end .info .tit {
  margin-top: 15px;
}
.common-end .info .tit h2 {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 124%;
  margin: 0;
}
@media (max-width: 1199px) {
  .common-end .info .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.common-end .info .more {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .common-end .info .more {
    margin-top: 30px;
  }
}
.common-end .info .more a {
  display: inline-block;
  padding: 20px 60px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .common-end .info .more a {
    padding: 10px 40px;
    font-size: 14px;
  }
}
.common-end .info .more a:hover {
  background: #F98E1C;
  border: 1px solid #F98E1C;
}
.common-end .info .more a i {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .common-end .info .more a i {
    margin-left: 5px;
  }
}
.common-nav {
  background: #fff;
  z-index: 5;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .common-nav {
    padding: 15px 0;
  }
}
.common-nav .info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 1199px) {
  .common-nav .info ul {
    margin: 0 -7px;
  }
}
.common-nav .info ul li {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .common-nav .info ul li {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .common-nav .info ul li {
    padding: 0px 7px;
    width: 50%;
    margin: 7px 0;
  }
}
.common-nav .info ul li::before {
  background: #D9D9D9;
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .common-nav .info ul li::before {
    display: none;
  }
}
.common-nav .info ul li:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .common-nav .info ul li:first-child {
    padding-left: 7px;
  }
}
.common-nav .info ul li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .common-nav .info ul li:last-child {
    padding-right: 7px;
  }
}
.common-nav .info ul li:last-child::before {
  display: none;
}
.common-nav .info ul li a {
  height: 100%;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.common-nav .info ul li a:hover {
  color: #F98E1C;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .common-nav .info ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .common-nav .info ul li a {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 10px;
  }
}
.wrap-news .news-select {
  display: none;
}
.wrap-news .news-select .item {
  transition: all 0.3s ease-in-out;
}
.wrap-news .news-select .item:hover {
  background: #fff;
}
.wrap-news .news-select .item .info {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-news .news-select .item .info {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .wrap-news .news-select .item .info {
    flex-direction: column;
  }
}
.wrap-news .news-select .item .info:hover .note .tit a {
  color: #F98E1C;
}
.wrap-news .news-select .item .info:hover .note .more a {
  color: #F98E1C;
}
.wrap-news .news-select .item .info:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-news .news-select .item .info .note {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .wrap-news .news-select .item .info .note {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.wrap-news .news-select .item .info .note .date {
  color: #666;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-news .news-select .item .info .note .date {
    font-size: 14px;
  }
}
.wrap-news .news-select .item .info .note .date i {
  color: #1351B2;
  margin-right: 10px;
}
.wrap-news .news-select .item .info .note .tit {
  margin-top: 20px;
}
.wrap-news .news-select .item .info .note .tit a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 84px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-news .news-select .item .info .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 78px;
  }
}
.wrap-news .news-select .item .info .note .txt {
  cursor: default;
  margin-top: 10px;
}
.wrap-news .news-select .item .info .note .txt p {
  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-news .news-select .item .info .note .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
}
.wrap-news .news-select .item .info .note .more {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-news .news-select .item .info .note .more {
    margin-top: 20px;
  }
}
.wrap-news .news-select .item .info .note .more a {
  color: #1351B2;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.2s ease-in-out;
}
.wrap-news .news-select .item .info .note .more a i {
  margin-left: 5px;
}
.wrap-news .news-select .item .info .pic {
  width: 36%;
}
@media (max-width: 991px) {
  .wrap-news .news-select .item .info .pic {
    width: 100%;
    order: 1;
  }
}
.wrap-news .news-select .item .info .pic .img-box {
  border-radius: 5px;
  padding-bottom: 56.1403%;
}
.wrap-news .news-select .item .info .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-news .news-select.on {
  display: block;
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 40px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #ccc;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #FFF;
  background: #F98E1C;
}
.pagination ul li.active a {
  background: #F98E1C;
  color: #fff;
}
.pagination ul li.next a {
  color: #ccc;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.pagination ul li.next a span {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #fff;
}
.pagination ul li.next a i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
}
.pagination ul li.prev a {
  color: #ccc;
  font-size: 14px;
}
.pagination ul li.prev a span {
  display: inline-block;
  margin-left: 10px;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #fff;
}
.pagination ul li.prev a i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
}
.map {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .map {
    margin-top: 20px;
  }
}
.map .note {
  width: 50%;
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 30px;
  right: 40px;
  padding: 30px 50px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
  .map .note {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 30px;
    background: #F98E1C;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .map .note {
    padding: 15px;
  }
}
.map .note h2 {
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}
@media (max-width: 1470px) {
  .map .note h2 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .map .note h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.map .note .txt {
  margin-top: 5px;
}
.map .note .txt p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .map .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
@keyframes upslide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.map .note .num {
  max-width: 26.04vw;
  animation: upslide infinite 2s linear alternate;
  position: absolute;
  content: "";
  width: 100%;
  right: 100%;
  bottom: 100%;
  padding: 50px;
  z-index: 1;
  border-radius: 5px;
  background: rgba(21, 73, 154, 0.9);
  backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
  .map .note .num {
    max-width: 100%;
    width: 100%;
    animation: none;
    position: relative;
    padding: 30px;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .map .note .num {
    padding: 15px;
  }
}
.map .note .num b {
  margin: 0 0 5px 0;
  color: #FFF;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}
@media (max-width: 1470px) {
  .map .note .num b {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .map .note .num b {
    font-size: 34px;
    line-height: 34px;
    color: #222;
  }
}
.map .note .num p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .map .note .num p {
    font-size: 14px;
    line-height: 26px;
    color: #222;
  }
}
.map .pic img {
  width: 100%;
  height: auto;
}
.wrap-service .editor-content {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-service .editor-content {
    margin-top: 20px;
  }
}
.wrap-service .editor-content b {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-service .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-service .editor-content p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-service .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-service .editor-content ul {
  margin-top: 5px;
  padding-left: 20px;
}
.wrap-service .editor-content ul li {
  list-style-type: disc;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-service .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-service .group .menu-warranty {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-warranty {
    padding: 40px 0;
  }
}
.wrap-service .group .menu-warranty .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-warranty .info {
    flex-direction: column;
  }
}
.wrap-service .group .menu-warranty .info .note {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-warranty .info .note {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.wrap-service .group .menu-warranty .info .note .tit {
  display: flex;
  align-items: center;
}
.wrap-service .group .menu-warranty .info .note .tit i {
  margin-right: 20px;
  font-size: 46px;
  color: #1351B2;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-warranty .info .note .tit i {
    font-size: 28px;
    margin-right: 10px;
  }
}
.wrap-service .group .menu-warranty .info .note .tit h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-warranty .info .note .tit h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.wrap-service .group .menu-warranty .info .note .editor-content {
  height: 200px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-warranty .info .note .editor-content {
    height: auto;
  }
}
.wrap-service .group .menu-warranty .info .note .editor-content::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-service .group .menu-warranty .info .note .editor-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #fff;
}
.wrap-service .group .menu-warranty .info .note .editor-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-service .group .menu-warranty .info .note .editor-content::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-service .group .menu-warranty .info .pic {
  width: 45%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-warranty .info .pic {
    width: 100%;
    order: 1;
  }
}
.wrap-service .group .menu-warranty .info .pic .img-box {
  border-radius: 5px;
  padding-bottom: calc(390 / 690 * 100%);
}
.wrap-service .group .menu-region {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-region {
    padding: 40px 0;
  }
}
.wrap-service .group .menu-region .info .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-region .info .top {
    flex-direction: column;
  }
}
.wrap-service .group .menu-region .info .top .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-region .info .top .left {
    width: 100%;
  }
}
.wrap-service .group .menu-region .info .top .left .tit {
  display: flex;
  align-items: center;
}
.wrap-service .group .menu-region .info .top .left .tit i {
  margin-right: 20px;
  font-size: 46px;
  color: #1351B2;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-region .info .top .left .tit i {
    font-size: 28px;
    margin-right: 10px;
  }
}
.wrap-service .group .menu-region .info .top .left .tit h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-region .info .top .left .tit h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.wrap-service .group .menu-region .info .top .right {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-region .info .top .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-service .group .menu-region .info .top .right .editor-content {
  margin-top: 0;
}
.wrap-service .group .menu-address {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address {
    padding: 40px 0;
  }
}
.wrap-service .group .menu-address .info .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.wrap-service .group .menu-address .info .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .top .left {
    width: 100%;
  }
}
.wrap-service .group .menu-address .info .top .left .tit {
  display: flex;
  align-items: center;
}
.wrap-service .group .menu-address .info .top .left .tit i {
  margin-right: 20px;
  font-size: 46px;
  color: #1351B2;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .top .left .tit i {
    font-size: 30px;
  }
}
.wrap-service .group .menu-address .info .top .left .tit h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .top .left .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-service .group .menu-address .info .top .right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .top .right {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-prev {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  left: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-prev:hover {
  cursor: pointer;
  background: #F98E1C;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-prev:hover::after {
  color: #fff;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-prev:hover i {
  color: #fff;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-prev i {
  color: #ccc;
  font-size: 20px;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-next {
  margin-left: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-next i {
  color: #ccc;
  font-size: 20px;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-next:hover {
  cursor: pointer;
  background: #F98E1C;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-next:hover::after {
  color: #fff;
}
.wrap-service .group .menu-address .info .top .right .swiper-btn-next:hover i {
  color: #fff;
}
.wrap-service .group .menu-address .info .swiper-introduce {
  margin-top: 20px;
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide-prev {
  transform: translate3d(0px, calc(-7.25% - 500px), -100px) rotateZ(0deg) scale(1) !important;
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide-prev .item {
  background: rgba(19, 81, 178, 0.1);
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide-next {
  transform: translate3d(0px, calc(-6% + 0px), -50px) rotateZ(0deg) scale(1) !important;
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide.swiper-slide-active .item {
  background: #fff;
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide {
  padding-top: 40px;
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item {
  word-break: break-word;
  padding: 40px;
  background: rgba(19, 81, 178, 0.1);
  border-radius: 5px !important;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item {
    padding: 20px;
  }
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .name {
  display: flex;
  align-items: center;
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .name i {
  margin-right: 10px;
  font-size: 30px;
  color: #1351B2;
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .name span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .name span {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .txt {
  margin-top: 20px;
  height: 240px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .txt {
    margin-top: 15px;
  }
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .link {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .link {
    margin-top: 20px;
  }
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .link p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .link p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .link a {
  color: #000;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .link a {
    font-size: 14px;
  }
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .link a i {
  margin-left: 10px;
  color: #1351B2;
}
.wrap-service .group .menu-address .info .swiper-introduce .swiper-wrapper .swiper-slide .item .link a:hover {
  text-decoration: underline;
}
.wrap-service .group .menu-payment {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-payment {
    padding: 40px 0;
  }
}
.wrap-service .group .menu-payment .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-payment .info {
    flex-direction: column;
  }
}
.wrap-service .group .menu-payment .info .note {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-payment .info .note {
    width: 100%;
  }
}
.wrap-service .group .menu-payment .info .note .tit {
  display: flex;
  align-items: center;
}
.wrap-service .group .menu-payment .info .note .tit i {
  margin-right: 20px;
  font-size: 46px;
  color: #1351B2;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-payment .info .note .tit i {
    font-size: 26px;
    margin-right: 10px;
  }
}
.wrap-service .group .menu-payment .info .note .tit h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-payment .info .note .tit h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.wrap-service .group .menu-payment .info .note .editor-content {
  height: 220px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-payment .info .note .editor-content {
    height: auto;
  }
}
.wrap-service .group .menu-payment .info .note .editor-content::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-service .group .menu-payment .info .note .editor-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #fff;
}
.wrap-service .group .menu-payment .info .note .editor-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-service .group .menu-payment .info .note .editor-content::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-service .group .menu-payment .info .note ul li {
  color: #1351B2;
}
.wrap-service .group .menu-payment .info .note ul li a {
  text-decoration: underline;
}
.wrap-service .group .menu-payment .info .pic {
  width: 45%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-service .group .menu-payment .info .pic {
    width: 100%;
    display: none;
  }
}
.wrap-service .group .menu-payment .info .pic .img-box {
  border-radius: 5px;
  padding-bottom: calc(390 / 690 * 100%);
}
.slick-video,
.slick-h-video {
  padding-top: 15px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .slick-video,
  .slick-h-video {
    margin: 0 -7px;
  }
}
.slick-video .slick-slide,
.slick-h-video .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .slick-video .slick-slide,
  .slick-h-video .slick-slide {
    padding: 0 7px;
  }
}
.slick-video .item .pic,
.slick-h-video .item .pic {
  position: relative;
}
.slick-video .item .pic .img-box,
.slick-h-video .item .pic .img-box {
  border-radius: 5px;
  padding-bottom: calc(250 / 390 * 100%);
}
.slick-video .item .pic .img-box img,
.slick-h-video .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.slick-video .item .note,
.slick-h-video .item .note {
  margin-top: 20px;
}
.slick-video .item .note h2,
.slick-h-video .item .note h2 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .slick-video .item .note h2,
  .slick-h-video .item .note h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-about .introduce {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding: 40px 0;
  }
}
.wrap-about .introduce .info .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .top {
    flex-direction: column;
  }
}
.wrap-about .introduce .info .top .note {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .top .note {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.wrap-about .introduce .info .top .note .editor-content {
  height: 240px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .top .note .editor-content {
    height: auto;
  }
}
.wrap-about .introduce .info .top .note .editor-content::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-about .introduce .info .top .note .editor-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #fff;
}
.wrap-about .introduce .info .top .note .editor-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-about .introduce .info .top .note .editor-content::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-about .introduce .info .top .pic {
  width: 45%;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .top .pic {
    width: 100%;
    padding: 15px;
  }
}
.wrap-about .introduce .info .top .pic .img-box {
  padding-bottom: calc(380 / 660 * 100%);
  border-radius: 5px;
}
.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 {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .info .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .menu-vr .pic {
  position: relative;
  overflow: hidden;
}
.wrap-about .menu-vr .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-about .menu-vr .pic .tit {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0;
}
.wrap-about .menu-vr .pic .tit h2 {
  color: rgba(255, 255, 255, 0.35);
  font-size: 128px;
  font-weight: 600;
  line-height: 158px;
}
@media (max-width: 1199px) {
  .wrap-about .menu-vr .pic .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-about .menu-vr .pic .link {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-about .menu-vr .pic .link a i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #F98E1C;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-about .menu-vr .pic .link a i {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.wrap-about .history {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-about .history {
    padding: 40px 0;
  }
}
.wrap-about .history .slick-history {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .history .slick-history {
    padding-top: 20px;
    margin: 0 -7px;
  }
}
.wrap-about .history .slick-history .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .history .slick-history .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .history .slick-history .slick-prev,
.wrap-about .history .slick-history .slick-next {
  top: -5%;
}
.wrap-about .history .slick-history .slick-next {
  right: 0;
}
.wrap-about .history .slick-history .slick-prev {
  left: 93%;
}
@media (max-width: 1470px) {
  .wrap-about .history .slick-history .slick-prev {
    left: 91%;
  }
}
.wrap-about .history .slick-history .item {
  padding: 40px 30px;
  background: #fff;
  height: 100%;
}
.wrap-about .history .slick-history .item:hover .year span {
  color: #F98E1C;
}
.wrap-about .history .slick-history .item:hover .note p {
  color: #000;
}
.wrap-about .history .slick-history .item .year {
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 1199px) {
  .wrap-about .history .slick-history .item .year {
    padding-bottom: 10px;
  }
}
.wrap-about .history .slick-history .item .year span {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .history .slick-history .item .year span {
    font-size: 26px;
    line-height: 26px;
  }
}
.wrap-about .history .slick-history .item .note {
  padding-top: 20px;
  height: 130px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .wrap-about .history .slick-history .item .note {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-about .history .slick-history .item .note {
    height: 100%;
  }
}
.wrap-about .history .slick-history .item .note::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-about .history .slick-history .item .note::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #fff;
}
.wrap-about .history .slick-history .item .note::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-about .history .slick-history .item .note::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-about .history .slick-history .item .note p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .history .slick-history .item .note p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .honor {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-about .honor {
    padding: 40px 0;
  }
}
.wrap-about .honor .info .slick-honor {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor {
    padding-top: 20px;
    margin: 0 -7px;
  }
}
.wrap-about .honor .info .slick-honor .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .honor .info .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-about .honor .info .slick-honor .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-about .honor .info .slick-honor .item .pic {
  padding: 50px;
  border-radius: 5px;
  background: #F8F8F8;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .item .pic {
    padding: 20px;
  }
}
.wrap-about .honor .info .slick-honor .item .pic .img-box {
  padding-bottom: calc(420 / 300 * 100%);
}
.wrap-about .honor .info .slick-honor .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-about .menu-factory {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory {
    padding: 40px 0;
  }
}
.wrap-about .menu-factory .video {
  padding-bottom: 60px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory .video {
    padding-bottom: 40px;
  }
}
.wrap-about .menu-factory .video .name {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory .video .name {
    padding-top: 20px;
  }
}
.wrap-about .menu-factory .video .name span {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory .video .name span {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-about .menu-factory .factory {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory .factory {
    padding-top: 40px;
  }
}
.wrap-about .menu-factory .factory .name span {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory .factory .name span {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-about .menu-factory .factory .slick-factory {
  padding-top: 15px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory .factory .slick-factory {
    margin: 0 -7px;
  }
}
.wrap-about .menu-factory .factory .slick-factory .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory .factory .slick-factory .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .menu-factory .factory .slick-factory .item:hover {
  cursor: pointer;
}
.wrap-about .menu-factory .factory .slick-factory .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-about .menu-factory .factory .slick-factory .item .pic {
  position: relative;
}
.wrap-about .menu-factory .factory .slick-factory .item .pic .img-box {
  border-radius: 5px;
  padding-bottom: calc(330 / 530 * 100%);
}
.wrap-about .menu-factory .factory .slick-factory .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-about .menu-factory .factory .slick-factory .item .note {
  margin-top: 20px;
}
.wrap-about .menu-factory .factory .slick-factory .item .note h2 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-about .menu-factory .factory .slick-factory .item .note h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.editor-content {
  margin-top: 20px;
}
.editor-content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .editor-content p img {
    width: 100%;
  }
}
.play {
  z-index: 2;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.play a {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #F98E1C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .play a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.play a::before,
.play a::after {
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.play a::after {
  animation-delay: 1.3s;
}
.common-num {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .common-num {
    padding: 40px 0;
  }
}
.common-num .info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-num .info ul li {
  max-width: 490px;
}
@media (max-width: 1199px) {
  .common-num .info ul li {
    flex: auto;
    max-width: 100%;
    margin: 10px 0;
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .common-num .info ul li {
    width: 100%;
  }
}
.common-num .info ul li .item b {
  color: #000;
  font-size: 82px;
  font-weight: 500;
  line-height: 82px;
}
@media (max-width: 1470px) {
  .common-num .info ul li .item b {
    font-size: 78px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .common-num .info ul li .item b {
    font-size: 36px;
    line-height: 40px;
  }
}
.common-num .info ul li .item p {
  margin: 15px 0 0px 0;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .common-num .info ul li .item p {
    font-size: 14px;
    line-height: 26px;
  }
}
.header-nav {
  padding: 15px 0;
  background: #fff;
}
@media (max-width: 1199px) {
  .header-nav {
    padding: 10px 0;
  }
}
.header-nav .info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
  position: relative;
}
.header-nav .info ul::before {
  content: "\e858";
  font-family: 'iconfont' !important;
  color: #666;
  padding-right: 10px;
  font-size: 20px;
}
.header-nav .info ul li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.header-nav .info ul li::after {
  content: ">";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}
.header-nav .info ul li:last-child::after {
  display: none;
}
.header-nav .info ul li a {
  display: block;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .header-nav .info ul li a {
    font-size: 14px;
  }
}
.header-nav .info ul li a:hover {
  color: #F98E1C;
  text-decoration: underline;
}
.wrap-product .group {
  padding: 80px 0 120px 0;
}
@media (max-width: 1199px) {
  .wrap-product .group {
    padding: 0px 0 40px 0;
  }
}
.wrap-product .group .list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .group .list {
    margin-top: 30px;
  }
}
.wrap-product .group .list .left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-product .group .list .left {
    display: none;
  }
}
.wrap-product .group .list .left .left-group ul li.active a {
  background: #F98E1C;
  color: #fff;
}
.wrap-product .group .list .left .left-group ul li.active a i {
  transform: rotate(-180deg);
}
.wrap-product .group .list .left .left-group ul li.active > ul {
  display: block;
}
.wrap-product .group .list .left .left-group ul li.active > ul li a {
  background: transparent;
  padding: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.wrap-product .group .list .left .left-group ul li.active > ul li a:hover {
  text-decoration: underline;
  background: none;
  color: #F98E1C;
}
.wrap-product .group .list .left .left-group ul li {
  margin-bottom: 10px;
}
.wrap-product .group .list .left .left-group ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.wrap-product .group .list .left .left-group ul li a i {
  display: block;
  transition: all 0.2s ease-in-out;
}
.wrap-product .group .list .left .left-group ul li a:hover {
  background: #F98E1C;
  color: #fff;
}
.wrap-product .group .list .left .left-group ul li a:hover i {
  transform: rotate(-180deg);
}
.wrap-product .group .list .left .left-group ul li > ul {
  display: none;
  padding: 30px 40px;
  border-radius: 5px;
  background: #FFF;
}
.wrap-product .group .list .left .left-group ul li > ul li :last-child {
  margin-bottom: 0;
}
.wrap-product .group .list .left .left-group ul li > ul li a {
  background: transparent;
  padding: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.wrap-product .group .list .left .left-group ul li > ul li a::before {
  content: "—";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-product .group .list .left .left-group ul li > ul li a:hover {
  text-decoration: underline;
  background: none;
  color: #F98E1C;
}
.wrap-product .group .list .right {
  width: 72%;
}
@media (max-width: 1199px) {
  .wrap-product .group .list .right {
    width: 100%;
  }
}
.wrap-product .group .list .right .pagination {
  justify-content: end;
}
@media (max-width: 991px) {
  .wrap-product .group .list .right .right-group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .group .list .right .right-group .row .col-12 {
    width: 100%;
  }
}
.wrap-product .group .list .right .right-group .row .col-12 .item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.wrap-product .group .list .right .right-group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-product .group .list .right .right-group .row .col-12 .item:hover .note .tit a {
  color: #F98E1C;
  text-decoration: underline;
}
.wrap-product .group .list .right .right-group .row .col-12 .item .pic {
  overflow: hidden;
}
.wrap-product .group .list .right .right-group .row .col-12 .item .pic .img-box {
  border-radius: 5px;
  padding-bottom: calc(500/390*100%);
}
.wrap-product .group .list .right .right-group .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note {
  padding: 20px;
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note .tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 1199px) {
  .wrap-product .group .list .right .right-group .row .col-12 .item .note .tit {
    padding-bottom: 10px;
  }
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note .tit a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-product .group .list .right .right-group .row .col-12 .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note .more {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .group .list .right .right-group .row .col-12 .item .note .more {
    padding-top: 10px;
  }
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note .more .type {
  width: 70%;
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note .more .type span {
  color: #999;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-product .group .list .right .right-group .row .col-12 .item .note .more .type span {
    font-size: 14px;
  }
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note .more .btn {
  padding-left: 10px;
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note .more .btn a i {
  padding: 8px 20px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
}
.wrap-product .group .list .right .right-group .row .col-12 .item .note .more .btn a i:hover {
  background: #F98E1C;
  border: 1px solid #F98E1C;
}
.wrap-details {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .wrap-details {
    padding-bottom: 40px;
  }
}
.wrap-details .introduce {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce {
    padding: 40px 0;
  }
}
.wrap-details .introduce .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info {
    flex-direction: column;
  }
}
.wrap-details .introduce .info .left {
  width: 50%;
  display: flex;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left {
    width: 100%;
    flex-direction: column;
  }
}
.wrap-details .introduce .info .left .slider-for {
  width: 79%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-for {
    width: 100%;
  }
}
.wrap-details .introduce .info .left .slider-for .item .img-box {
  border-radius: 5px;
  padding-bottom: calc(730 / 570 * 100%);
}
.wrap-details .introduce .info .left .slider-nav {
  width: 19%;
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    margin: 0 -5px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .introduce .info .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .introduce .info .left .slider-nav .item-video .play {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.wrap-details .introduce .info .left .slider-nav .item-video .play i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #F98E1C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .item-video .play i {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
}
.wrap-details .introduce .info .left .slider-nav .item .img-box {
  border-radius: 5px;
  padding-bottom: calc(180 / 140 * 100%);
}
.wrap-details .introduce .info .right {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-details .introduce .info .right .type span {
  display: block;
  color: #1351B2;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .type span {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-details .introduce .info .right .tit {
  padding-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .tit {
    padding-bottom: 10px;
  }
}
.wrap-details .introduce .info .right .tit h2 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-details .introduce .info .right .editor-content {
  padding: 30px 0;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .editor-content {
    padding: 15px 0;
  }
}
.wrap-details .introduce .info .right .editor-content p {
  margin: 0;
}
.wrap-details .introduce .info .right .link {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .link {
    margin-top: 30px;
  }
}
.wrap-details .introduce .info .right .link a {
  display: inline-block;
  padding: 12px 3.81vw;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .link a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-details .introduce .info .right .link a {
    padding: 10px 20px;
  }
}
.wrap-details .introduce .info .right .link .inquiry {
  margin-right: 15px;
  background: #1351B2;
  color: #fff;
  font-weight: 600;
}
.wrap-details .introduce .info .right .link .inquiry:hover {
  background: #F98E1C;
}
.wrap-details .introduce .info .right .link .inquiry i {
  font-weight: 400;
  padding-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .wrap-details .introduce .info .right .link .inquiry i {
    font-size: 14px;
  }
}
.wrap-details .introduce .info .right .link .download {
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
}
.wrap-details .introduce .info .right .link .download:hover {
  background: #F98E1C;
  color: #fff;
  border: 1px solid #F98E1C;
}
.wrap-details .introduce .info .right .link .download i {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .wrap-details .introduce .info .right .link .download i {
    font-size: 14px;
  }
}
.wrap-details .details-list .details-menu {
  padding: 24px;
  background: #fff;
  z-index: 5;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu {
    padding: 15px;
  }
}
.wrap-details .details-list .details-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.wrap-details .details-list .details-menu ul .active {
  color: #F98E1C;
}
.wrap-details .details-list .details-menu ul li {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul li {
    padding: 0;
    margin-right: 20px;
  }
}
.wrap-details .details-list .details-menu ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul li::after {
    display: none;
    margin: 7px 0;
  }
}
.wrap-details .details-list .details-menu ul li:first-child {
  padding-left: 0;
}
.wrap-details .details-list .details-menu ul li:last-child {
  padding-right: 0;
}
.wrap-details .details-list .details-menu ul li:last-child::after {
  display: none;
}
.wrap-details .details-list .details-menu ul li a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .details-menu ul li a {
    font-size: 14px;
    padding: 7px 0;
  }
}
.wrap-details .details-list .details-menu ul li a:hover {
  color: #F98E1C;
}
.wrap-details .details-list .menu-display .group {
  margin-top: 20px;
}
.wrap-details .details-list .menu-display .group .row .col-lg-6 .item .pic .img-box {
  padding-bottom: calc(610 / 810 * 100%);
}
@media (max-width: 1999px) {
  .wrap-details .details-list .menu-display .group .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-list .menu-display .group .row .col-12 {
    width: 100%;
  }
}
.wrap-details .details-list .menu-display .group .row .col-12 .item {
  margin-top: 20px;
}
.wrap-details .details-list .menu-display .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(400 / 530 * 100%);
}
.wrap-details .details-list .menu-display .group .row .col-12 .item .note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-display .group .row .col-12 .item .note {
    margin-top: 20px;
  }
}
.wrap-details .details-list .menu-display .group .row .col-12 .item .note .name h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-display .group .row .col-12 .item .note .name h2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.wrap-details .details-list .menu-display .group .row .col-12 .item .note .txt {
  margin-top: 15px;
}
.wrap-details .details-list .menu-display .group .row .col-12 .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-display .group .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-list .menu-process .info .group {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-process .info .group {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-process .info .group .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .wrap-details .details-list .menu-process .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-details .details-list .menu-process .info .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(150 / 390 * 100%);
}
.wrap-details .details-list .menu-process .info .group .row .col-12 .item .note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-process .info .group .row .col-12 .item .note {
    margin-top: 20px;
  }
}
.wrap-details .details-list .menu-process .info .group .row .col-12 .item .note .name h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-process .info .group .row .col-12 .item .note .name h2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.wrap-details .details-list .menu-process .info .group .row .col-12 .item .note .txt {
  margin-top: 15px;
}
.wrap-details .details-list .menu-process .info .group .row .col-12 .item .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-process .info .group .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-list .menu-inquiry .info .common-form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-inquiry .info .common-form {
    margin-top: 20px;
  }
}
.wrap-details .details-list .menu-inquiry .info .common-form .form-group-tit {
  margin-bottom: 15px;
}
.wrap-details .details-list .menu-inquiry .info .common-form .form-group {
  margin-bottom: 15px;
}
.wrap-details .details-list .menu-inquiry .info .common-form .form-group input {
  border-bottom: none;
  line-height: 50px;
  background: #fff;
  padding-bottom: 0;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-inquiry .info .common-form .form-group input {
    padding: 0 15px;
    line-height: 45px;
  }
}
.wrap-details .details-list .menu-inquiry .info .common-form .form-group textarea {
  border-bottom: none;
  background: #fff;
  padding-bottom: 0;
  padding: 15px 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-inquiry .info .common-form .form-group textarea {
    padding: 15px;
  }
}
.wrap-details .details-list .menu-inquiry .info .common-form .submit-group {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-inquiry .info .common-form .submit-group {
    margin-top: 15px;
  }
}
.wrap-details .details-list .menu-inquiry .info .common-form .submit-group button {
  padding: 14px 50px;
  width: auto;
  display: inline-block;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-inquiry .info .common-form .submit-group button {
    padding: 11px 30px;
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-related .slick-related {
  padding-top: 40px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related {
    margin: 0 -7px;
    padding-top: 30px;
  }
}
.wrap-details .details-list .menu-related .slick-related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .details-list .menu-related .slick-related .slick-prev,
.wrap-details .details-list .menu-related .slick-related .slick-next {
  top: -3%;
}
.wrap-details .details-list .menu-related .slick-related .slick-next {
  right: 0;
}
.wrap-details .details-list .menu-related .slick-related .slick-prev {
  left: 94%;
}
@media (max-width: 1470px) {
  .wrap-details .details-list .menu-related .slick-related .slick-prev {
    left: 91%;
  }
}
.wrap-details .details-list .menu-related .slick-related .item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.wrap-details .details-list .menu-related .slick-related .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-details .details-list .menu-related .slick-related .item:hover .note .tit a {
  color: #F98E1C;
  text-decoration: underline;
}
.wrap-details .details-list .menu-related .slick-related .item .pic {
  overflow: hidden;
}
.wrap-details .details-list .menu-related .slick-related .item .pic .img-box {
  border-radius: 5px;
  padding-bottom: calc(500/390*100%);
}
.wrap-details .details-list .menu-related .slick-related .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-details .details-list .menu-related .slick-related .item .note {
  padding: 20px;
}
.wrap-details .details-list .menu-related .slick-related .item .note .tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .tit {
    padding-bottom: 10px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item .note .tit a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item .note .more {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .more {
    padding-top: 10px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item .note .more .type {
  width: 70%;
}
.wrap-details .details-list .menu-related .slick-related .item .note .more .type span {
  color: #999;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .menu-related .slick-related .item .note .more .type span {
    font-size: 14px;
  }
}
.wrap-details .details-list .menu-related .slick-related .item .note .more .btn {
  padding-left: 10px;
}
.wrap-details .details-list .menu-related .slick-related .item .note .more .btn a i {
  padding: 8px 20px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
}
.wrap-details .details-list .menu-related .slick-related .item .note .more .btn a i:hover {
  background: #F98E1C;
  border: 1px solid #F98E1C;
}
.details-tit h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-box {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-box {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .table-box {
    overflow: auto;
  }
}
.table-box table {
  width: 100% !important;
}
.table-box table tr td {
  border-width: 1px;
  border-color: #D9D9D9;
  padding: 15px;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .table-box table tr td {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .table-box table tr td {
    padding: 5px;
  }
}
.table-box table tr td p {
  margin: 0;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .table-box table tr td p {
    font-size: 14px;
  }
}
.table-box table tr td:nth-child(2n-1) {
  background: #fff;
}
.wrap-home .home-news {
  background: #fff;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 0;
  }
}
.wrap-home .home-news .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top {
    flex-direction: column;
  }
}
.wrap-home .home-news .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .left {
    width: 100%;
  }
}
.wrap-home .home-news .top .left .h-tit h2 {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .left .h-tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-home .home-news .top .left .list {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .left .list {
    margin-top: 20px;
  }
}
.wrap-home .home-news .top .left .list ul {
  padding-left: 20px;
}
.wrap-home .home-news .top .left .list ul li {
  list-style-type: disc;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .left .list ul li {
    margin-bottom: 15px;
  }
}
.wrap-home .home-news .top .left .list ul li:last-child {
  margin-bottom: 0;
}
.wrap-home .home-news .top .left .list ul li .item .tit a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  transition: all 0.2s ease-in-out;
}
.wrap-home .home-news .top .left .list ul li .item .tit a:hover {
  color: #F98E1C;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .left .list ul li .item .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-home .home-news .top .left .list ul li .item .txt {
  margin-top: 5px;
}
.wrap-home .home-news .top .left .list ul li .item .txt p {
  color: #666;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .left .list ul li .item .txt p {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
}
.wrap-home .home-news .top .right {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-home .home-news .top .right .slick-videos {
  padding-top: 15px;
}
.wrap-home .home-news .top .right .slick-videos .slick-prev,
.wrap-home .home-news .top .right .slick-videos .slick-next {
  background: rgba(255, 255, 255, 0.25);
}
.wrap-home .home-news .top .right .slick-videos .slick-prev:hover,
.wrap-home .home-news .top .right .slick-videos .slick-next:hover {
  background: #F98E1C;
}
.wrap-home .home-news .top .right .slick-videos .slick-prev {
  left: 2%;
}
.wrap-home .home-news .top .right .slick-videos .slick-next {
  right: 2%;
}
.wrap-home .home-news .top .right .slick-videos .item .pic {
  position: relative;
}
.wrap-home .home-news .top .right .slick-videos .item .pic .img-box {
  padding-bottom: calc(460 / 810 * 100%);
}
.wrap-home .home-news .top .right .slick-videos .item .link {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 30px;
  background: rgba(249, 142, 28, 0.9);
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .right .slick-videos .item .link {
    padding: 10px;
  }
}
.wrap-home .home-news .top .right .slick-videos .item .link ul {
  padding-left: 20px;
}
.wrap-home .home-news .top .right .slick-videos .item .link ul li {
  list-style-type: disc;
}
.wrap-home .home-news .top .right .slick-videos .item .link ul li::marker {
  color: #fff;
}
.wrap-home .home-news .top .right .slick-videos .item .link ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .top .right .slick-videos .item .link ul li a {
    font-size: 14px;
  }
}
.wrap-home .home-news .group {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group {
    margin-top: 30px;
    flex-direction: column;
  }
}
.wrap-home .home-news .group .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .left {
    width: 100%;
  }
}
.wrap-home .home-news .group .left .list {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .left .list {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .left .list .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .left .list .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-news .group .left .list .row .col-12 {
    margin: 10px 0;
  }
}
.wrap-home .home-news .group .left .list .row .col-12 .item .pic .img-box {
  border-radius: 5px;
  padding-bottom: calc(140 / 250 * 100%);
}
.wrap-home .home-news .group .left .list .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-home .home-news .group .right {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-news .group .right .list {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .right .list {
    margin-top: 20px;
  }
}
.wrap-home .home-news .group .right .list ul {
  padding-left: 20px;
}
.wrap-home .home-news .group .right .list ul li {
  color: #555;
  list-style-type: disc;
  margin-bottom: 15px;
}
.wrap-home .home-news .group .right .list ul li:last-child {
  margin-bottom: 0;
}
.wrap-home .home-news .group .right .list ul li a {
  line-height: 26px;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .group .right .list ul li a {
    font-size: 14px;
  }
}
.wrap-home .home-news .group .right .list ul li a:hover {
  color: #F98E1C;
  text-decoration: underline;
}
.wrap-home .home-product {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding: 40px 0 80px 0;
  }
}
.wrap-home .home-product .info .group {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group {
    flex-direction: column;
  }
}
.wrap-home .home-product .info .group .left {
  width: 60%;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .left {
    width: 100%;
  }
}
.wrap-home .home-product .info .group .left .pic {
  position: relative;
}
.wrap-home .home-product .info .group .left .pic .note {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  padding: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .left .pic .note {
    padding: 15px;
    bottom: 20px;
  }
}
.wrap-home .home-product .info .group .left .pic .note:hover {
  background: #F98E1C;
}
.wrap-home .home-product .info .group .left .pic .note:hover .tit a {
  color: #fff;
}
.wrap-home .home-product .info .group .left .pic .note:hover .type span {
  color: #fff;
}
.wrap-home .home-product .info .group .left .pic .note .tit a {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .left .pic .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-home .home-product .info .group .left .pic .note .type {
  margin-top: 10px;
}
.wrap-home .home-product .info .group .left .pic .note .type span {
  color: #999;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .left .pic .note .type span {
    font-size: 14px;
  }
}
.wrap-home .home-product .info .group .right {
  width: 39%;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .right {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-product .info .group .right .slick-product {
  margin: -9px;
}
.wrap-home .home-product .info .group .right .slick-product .slick-prev,
.wrap-home .home-product .info .group .right .slick-product .slick-next {
  top: -10%;
}
.wrap-home .home-product .info .group .right .slick-product .slick-prev {
  left: 84%;
}
@media (max-width: 1470px) {
  .wrap-home .home-product .info .group .right .slick-product .slick-prev {
    left: 78%;
  }
}
.wrap-home .home-product .info .group .right .slick-product .slick-next {
  right: 0%;
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .slick-list {
  margin: 0 -9px;
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .item {
  border-radius: 5px;
  overflow: hidden;
  padding: 9px;
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .item:hover .pic .img-box img {
  transform: scale(1.05);
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .item:hover .note .tit a {
  color: #F98E1C;
  text-decoration: underline;
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .item .pic {
  overflow: hidden;
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .item .pic .img-box {
  border-radius: 5px;
  padding-bottom: calc(500/390*100%);
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .item .pic .img-box img {
  transition: all 1s ease-in-out;
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .item .note {
  background: #fff;
  padding: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .right .slick-product .slick-slide .item .note {
    padding: 15px;
  }
}
.wrap-home .home-product .info .group .right .slick-product .slick-slide .item .note .tit a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .group .right .slick-product .slick-slide .item .note .tit a {
    font-size: 14px;
  }
}
.wrap-home .home-about {
  overflow: hidden;
  position: relative;
}
.wrap-home .home-about .introduce {
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.wrap-home .home-about .introduce::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.wrap-home .home-about .introduce::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  left: 30%;
  transform: translateX(-30%);
  z-index: 1;
}
.wrap-home .home-about .introduce .info {
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.wrap-home .home-about .introduce .info::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  left: 90%;
  transform: translateX(-90%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .introduce .info {
    flex-direction: column;
  }
}
.wrap-home .home-about .introduce .info .left {
  width: 35%;
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .introduce .info .left {
    padding: 40px 0;
    width: 100%;
  }
}
.wrap-home .home-about .introduce .info .left .h-type span {
  color: #fff;
}
.wrap-home .home-about .introduce .info .left .h-tit h2 {
  color: #fff;
}
.wrap-home .home-about .introduce .info .left .h-tit h2 span {
  color: #F98E1C;
}
.wrap-home .home-about .introduce .info .left .com-txt {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .introduce .info .left .com-txt {
    margin-top: 20px;
  }
}
.wrap-home .home-about .introduce .info .left .com-txt p {
  color: #fff;
}
.wrap-home .home-about .introduce .info .left .more {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .introduce .info .left .more {
    margin-top: 20px;
  }
}
.wrap-home .home-about .introduce .info .left .more a {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .introduce .info .left .more a {
    font-size: 14px;
  }
}
.wrap-home .home-about .introduce .info .left .more a:hover {
  color: #F98E1C;
}
.wrap-home .home-about .introduce .info .left .more a i {
  margin-left: 5px;
  font-weight: normal;
  font-size: 18px;
}
.wrap-home .home-about .introduce .info .left .pic {
  width: 80%;
  margin-top: 80px;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .wrap-home .home-about .introduce .info .left .pic {
    margin-top: 30px;
    width: 100%;
  }
}
.wrap-home .home-about .introduce .info .left .pic .img-box {
  padding-bottom: calc(210 / 380 * 100%);
  border-radius: 5px;
}
.wrap-home .home-about .introduce .info .right {
  width: 55%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1710px) {
  .wrap-home .home-about .introduce .info .right {
    bottom: -10%;
    width: 60%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-about .introduce .info .right {
    width: 65%;
    bottom: -15%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .introduce .info .right {
    width: 100%;
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
    height: auto;
  }
}
.wrap-home .home-about .introduce .info .right .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-home .home-about .about-group {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .about-group {
    padding: 0px 0 40px 0;
  }
}
.wrap-home .home-about .about-group .common-num {
  background: none;
}
.wrap-home .home-about .about-group .common-num ul li b {
  color: #fff;
}
.wrap-home .home-about .about-group .common-num ul li p {
  color: #999;
}
.wrap-home .home-about .about-group .slick-h-video .slick-list {
  overflow: visible;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .about-group .slick-h-video .slick-list {
    overflow: hidden;
  }
}
.wrap-home .home-about .about-group .slick-h-video .item .note h2 {
  color: #fff;
}
.wrap-home .home-service {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-service {
    padding: 40px 0;
  }
}
.wrap-home .home-service .list {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .list {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-service .list .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-service .list .row .col-12 {
    width: 100%;
  }
}
.wrap-home .home-service .list .row .col-12 .item {
  height: 100%;
  padding: 60px 30px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .list .row .col-12 .item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-service .list .row .col-12 .item {
    padding: 20px;
  }
}
.wrap-home .home-service .list .row .col-12 .item:hover {
  cursor: default;
  background: #F98E1C;
}
.wrap-home .home-service .list .row .col-12 .item:hover i {
  color: #fff;
}
.wrap-home .home-service .list .row .col-12 .item:hover .tit h2 {
  color: #fff;
}
.wrap-home .home-service .list .row .col-12 .item:hover .txt p {
  color: #fff;
}
.wrap-home .home-service .list .row .col-12 .item i {
  font-size: 56px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .list .row .col-12 .item i {
    font-size: 34px;
  }
}
.wrap-home .home-service .list .row .col-12 .item .tit {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .list .row .col-12 .item .tit {
    margin-top: 20px;
  }
}
.wrap-home .home-service .list .row .col-12 .item .tit h2 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .list .row .col-12 .item .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-home .home-service .list .row .col-12 .item .txt {
  margin-top: 15px;
}
.wrap-home .home-service .list .row .col-12 .item .txt p {
  color: #666;
  left: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .list .row .col-12 .item .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.h-tit {
  margin-top: 15px;
}
.h-tit h2 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
.h-tit h2 span {
  color: #999;
  font-style: italic;
}
@media (max-width: 1199px) {
  .h-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.h-type {
  display: flex;
  align-items: center;
}
.h-type img {
  max-height: 30px;
  margin-right: 10px;
  margin-bottom: 14px;
}
.h-type span {
  display: inline-block;
  color: #1351B2;
  font-size: 20px;
  font-weight: 500;
  line-height: 126%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .h-type span {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #F98E1C;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0px;
  background: transparent;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.35);
  padding: 5px;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  position: relative;
  opacity: 1;
  margin: 3px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #F98E1C;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 26px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .float-window .window-box i {
    font-size: 24px;
  }
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: #F98E1C;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #F98E1C;
  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: #F98E1C;
  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: #F98E1C;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -14% !important;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .common-form form .row .col-12 .form-group input,
.wrap-show .common-form form .row .col-12 .form-group textarea {
  background: #F5F5F5;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #00173E;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-show .info iframe {
  margin: 20px 0;
  width: 100%;
  height: 600px;
}
.wrap-show .info video {
  margin: 20px 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wrap-show .info .date {
  padding: 10px 20px;
  border-radius: 6px;
  background: #F98E1C;
  display: inline-block;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: block;
  color: #fff;
}
.wrap-show .info .date .day {
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .date i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 20px;
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 15px 0;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev,
  .wrap-show .info .link .next {
    margin: 7px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  text-decoration: underline;
  color: #F98E1C;
}
.nav-container i {
  display: none;
}
.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: #F98E1C;
  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: #F98E1C;
  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;
  }
}
