html {
  font-size: 100px;
}

body {
  padding-top: .79rem;
}

.wrap {
	max-width: 1450px;
	margin: 0 auto;
  padding: 0 .25rem;
}

.header-m,
.index-banner-swiper-wrap,
.index,
.banner,
.main-nav-m,
.content,
footer {
  transition: all .5s;
	-webkit-transition: all .5s
}

/* Header */

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

header {
  height: .79rem;
  background-color: #fff;
}

header > .wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  height: 100%;
}

header .logo-wrap {
  display: flex;
  align-items: center;
}

header .logo-lk {
  display: block;
  width: 1.62rem;
  height: .55rem;
  padding-top: .55rem;
  overflow: hidden;
  background: url(../images/logo.png) no-repeat top left / 1.62rem .55rem;
}

header .nav-list {
  display: flex;
  align-items: center;
}

header .nav-item .nav-lk {
  display: flex;
  align-items: center;
  height: .79rem;
  padding: 0 .2rem;
  color: #333;
  font-size: 18px;
}

header .nav-item .text {
  position: relative;
}

header .nav-item .text::after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: -.1rem;
  width: 100%;
  height: 2px;
  background-color: #333;
}

header .nav-item.cur .text::after,
header .nav-item:hover .text::after {
  display: block;
}

/* 顶部搜索 */

.fix-search {
  display: none;
  position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
}

.fix-search .inner-wrap {
  max-width: 92%;
  height: 100%;
  margin: 0 auto;
}

.fix-search .inner-wrap .con {
  width: 100%;
}

.fix-search .hide {
  position: relative;
	width: 20px;
  min-height: 38px;
	height: .48rem;
	margin-right: 10px;
	cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 1px;
	height: 35%;
	margin-top: -35%;
	background: #000
}

.fix-search .hide::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
	opacity: .5
}

.fix-search .row {
  width: 100%;
}

.fix-search .txt,
.fix-search .btn {
  min-height: 38px;
	height: .48rem;
	line-height: .48rem
}

.fix-search .txt {
	width: calc(100% - 30px);
	font-size: 15px;
	padding: 0 15px 0 5px;
	border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
	border-color: #666
}

.fix-search .btn {
	width: 30px;
  min-height: 38px;
	height: .48rem;
	line-height: .48rem;
	font-size: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

/* 移动端 Header */

.header-m {
  display: none;
  position: relative;
  left: 0;
  min-height: 46px;
  height: .57rem;
  z-index: 1;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
}

.header-m .logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  min-height: 46px;
  height: .57rem;
  margin-top: 0;
  padding: 10px 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

.header-m .logo img {
  height: 100%;
}

.header-m .m-menu-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 46px;
  width: 60px;
  height: .57rem;
  cursor: pointer
}

.header-m .m-menu-b::before,
.header-m .m-menu-b::after {
  position: absolute;
  content: '';
  top: 50%;
  left: calc(35px / 2);
  width: 25px;
  height: 1px;
  z-index: 999;
  transition: all .3s ease-out .3s;
  -webkit-transition: all .3s ease-out .3s;
  background-color: #222;
}

.header-m .m-menu-b::before {
  transform: translateY(-4px) rotate(0);
  -webkit-transform: translateY(-4px) rotate(0)
}

.header-m .m-menu-b::after {
  transform: translateY(4px) rotate(0);
  -webkit-transform: translateY(4px) rotate(0)
}

.header-m .m-menu {
  display: none;
  z-index: 888;
  position: fixed;
  width: 260px;
  height: 100%;
  top: 0;
  left: -260px;
  opacity: 1;
  background: #fafafa;
  text-align: left;
  padding-top: .57rem
}

.header-m .m-menu::after {
  position: absolute;
  top: .57rem;
  content: '';
  width: 100%;
  height: 1px;
  background: #ebebeb
}

.header-m .nav {
  height: calc(100% - 82px);
  overflow-x: hidden;
  overflow-y: auto
}

.header-m .nav > li {
  border-bottom: 1px solid #ebebeb;
  animation: resize .5s both;
  -webkit-animation: resize .5s both
}

.header-m .nav > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 0 40px;
  color: #666;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  height: 50px;
  line-height: 50px
}

.header-m .nav > li > a::after {
  position: absolute;
  content: '';
  left: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border: 1px solid #999;
  border-radius: 50%;
  background: transparent;
  transition: all .3s;
  -webkit-transition: all .3s
}

.header-m .nav > li .sub-nav {
  display: none
}

.header-m .nav > li .sub-nav a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 12px 40px;
  background: #f2f2f2;
  color: #4E4E4E
}

.header-m .nav > li .sub-nav a::before,
.header-m .nav > li .sub-nav a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 20px;
  top: 20px;
  border: 5px solid transparent;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s
}

.header-m .nav > li .sub-nav a::before {
  left: 21px;
  border-left: 5px solid #555
}

.header-m .nav > li .sub-nav a::after {
  border-left: 5px #ebebeb solid
}

.header-m .nav > li.cur {
  position: relative
}

.header-m .nav > li.cur::after,
.header-m .nav > li.cur::before {
  position: absolute;
  content: '';
  background: #999;
  transition: all .5s;
  -webkit-transition: all .5s
}

.header-m .nav > li.cur::before {
  top: 19px;
  right: 25px;
  width: 2px;
  height: 12px
}

.header-m .nav > li.cur::after {
  top: 24px;
  right: 20px;
  width: 12px;
  height: 2px
}

.header-m .nav > li.active::after {
  background: #fff
}

.header-m .nav > li.active::before {
  height: 0
}

.header-m .nav > li.active > a {
  color: #fff;
  background-color: #134587;
}

.header-m .nav > li.active > a::after {
  border-color: #fff;
  background-color: #fff;
}

.header-m .nav > li.active .sub-nav li {
  animation: ReturnToNormal .5s both;
  -webkit-animation: ReturnToNormal .5s both
}

.header-m .m-search-b {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 46px;
  width: 40px;
  height: .57rem;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
  background-size: 23px;
}

.header-m .m-lks {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.header-m .m-lks a {
  color: #666;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #ebebeb;
  animation: slideInUp 1.5s both;
  -webkit-animation: slideInUp 1.5s both;
}

html.active {
  overflow: hidden
}

html.active body {
  overflow: hidden
}

html.active .header-m {
  left: 260px
}

html.active .header-m::after {
  display: block
}

html.active .header-m .m-menu-b::before {
  transform: translateY(0) rotate(225deg);
  -webkit-transform: translateY(0) rotate(225deg)
}

html.active .header-m .m-menu-b::after {
  transform: translateY(0) rotate(-225deg);
  -webkit-transform: translateY(0) rotate(-225deg)
}

html.active .header-m .m-menu {
  display: block;
  left: 0
}

html.active .index-banner-swiper-wrap,
html.active .index,
html.active .banner,
html.active .main-nav-m,
html.active .content,
html.active footer {
  transform: translateX(260px);
  -webkit-transform: translateX(260px);
}

/* Banner */

.index-banner-swiper-wrap {
  position: relative;
  overflow: hidden;
}

.index-banner-swiper .swiper-notification {
  display: none;
}

.index-banner-swiper .lk {
  display: block;
  position: relative;
}

.index-banner-swiper img {
  display: block;
  width: 100%;
  height: auto;
}

.index-banner-swiper .banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.index-banner-swiper .banner-text .line01 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.index-banner-swiper .banner-text .line02 {
  margin-top: 1em;
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}

.index-banner-swiper-wrap .pagination-wrap {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 6%;
  z-index: 1;
  transform: translateX(-50%);
}

.index-banner-swiper-wrap .pagination-wrap .swiper-pagination-bullet {
  width: .15rem;
  height: .15rem;
  margin-right: .2rem;
  background: #fff;
}

.index-banner-swiper .swiper-slide.swiper-slide-active .lk > img {
  display: block;
  -webkit-animation-name: swiperZoomOut;
  -moz-animation-name: swiperZoomOut;
  -o-animation-name: swiperZoomOut;
  animation-name: swiperZoomOut;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.index-banner-swiper .swiper-slide.swiper-slide-active .lk .text-wrap {
  animation: fadeInUp 1s;
}

@-webkit-keyframes swiperZoomOut {
  from {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@-moz-keyframes swiperZoomOut {
  from {
      -moz-transform: scale(1.2);
      transform: scale(1.2);
  }

  to {
      -moz-transform: scale(1);
      transform: scale(1);
  }
}

@-o-keyframes swiperZoomOut {
  from {
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }

  to {
      -o-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes swiperZoomOut {
  from {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }

  to {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
}

.banner {
  position: relative;
  height: 3.64rem;
}

.banner .banner-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner > .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - .43rem);
}

.banner .text {
  font-size: .34rem;
  color: #fff;
  font-weight: bold;
}

/* Nav-M */

.main-nav-m {
	display: none;
	position: relative;
  z-index: 1;
	cursor: pointer
}

.main-nav-m .title {
	position: relative;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background-color: #22507D;
	box-sizing: border-box;
	text-align: left;
	border-bottom: none
}

.main-nav-m .title strong {
	color: #fff;
	font-size: 16px;
	font-weight: bold
}

.main-nav-m .title i {
	position: absolute;
	content: '';
	width: 45px;
	height: 100%;
	right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 12px;
	height: 1px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s
}

.main-nav-m .title i::before {
	left: 46%;
	transform: rotate(40deg) scaleY(1.5);
	-webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
	right: 46%;
	transform: rotate(-40deg) scaleY(1.5);
	-webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
	transform: rotate(-40deg) scaleY(1.5);
	-webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
	transform: rotate(40deg) scaleY(1.5);
	-webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m > ul {
	display: none;
	position: absolute;
	top: 45px;
	width: 100%;
	padding: 0 10px;
	background-color: rgb(34, 80, 125, .8);
	color: #fff;
	box-sizing: border-box;
}

.main-nav-m ul > li {
	animation: ReturnToNormal .5s both;
	-webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul > li > a {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul > li a {
  color: #fff;
}

.m_sub_nav01 {
	width: 97%;
	display: none
}

.m_sub_nav01 a {
	padding-left: 20px;
	display: block;
	line-height: 45px
}

.thr3 {
	display: none;
	padding-left: 40px
}

.thr3 a {
	line-height: 30px;
}

/* Content */

.index .section01 {
  padding-bottom: .8rem;
}

.index .scene-wrap {
  display: flex;
  justify-content: space-between;
}

.index .scene-item {
  position: relative;
  width: 22%;
  height: 4.32rem;
  transition: all .3s linear;
}

.index .scene-item.active {
  width: 32%;
}

.index .scene-item .lk {
  display: block;
  width: 100%;
  height: 100%;
}

.index .scene-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .scene-item .desc {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.index .section02 {
  position: relative;
  height: 7.6rem;
}

.index .section02 .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.index .section02 .video-wrap .bg-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .section02 .video-wrap .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-video-mask.png) no-repeat bottom / cover;
}

.index .section02 > .wrap {
  position: relative;
  height: 100%;
}

.index .section02 .main-title {
  position: relative;
  z-index: 1;
  color: #fff;
}

.index .section02 .main-title .text::after {
  background-color: #344066;
}

.index-product-swiper-wrap {
  position: relative;
  overflow: hidden;
}

.index-product-swiper .swiper-notification {
  display: none;
}

.index-product-swiper .product-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-product-swiper .product-wrap .img-wrap {
  width: 26%;
}

.index-product-swiper .product-wrap .img-wrap img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.index-product-swiper .product-wrap .text-wrap {
  width: 48%;
  margin-left: 7%;
}

.index-product-swiper .product-wrap .text-wrap .name {
  position: relative;
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  line-height: .75rem;
}

.index-product-swiper .product-wrap .text-wrap .name::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: .59rem;
  height: 2px;
  background-color: #BC3E2D;
}

.index-product-swiper .product-wrap .text-wrap .desc {
  margin-top: .18rem;
  font-size: .16rem;
  line-height: .3rem;
  color: #fff;
}

.index-product-swiper .product-wrap .text-wrap .more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.64rem;
  height: 0.5rem;
  padding: 0 .22rem;
  margin-top: 0.36rem;
  background-color: #BC3E2D;
  font-size: .16rem;
  color: #fff;
  line-height: 1em;
  border-radius: 0.06rem;
}

.index-product-swiper .product-wrap .text-wrap .more-btn:hover {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .14);
  box-shadow: 0 4px 9px 0 rgba(255, 255, 255, .2);
}

.index-product-swiper .product-wrap .text-wrap .more-btn .icon-more-arrow {
  transition: all .3s;
}

.index-product-swiper .product-wrap .text-wrap .more-btn:hover .icon-more-arrow {
  margin-right: -0.1rem;
}

.index-product-swiper-button-prev,
.index-product-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.index-product-swiper-button-prev {
  left: 0;
}

.index-product-swiper-button-next {
  right: 0;
}

.index-thumbnail-swiper-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - .5rem);
  padding: 0 19px;
  overflow: hidden;
  transform: translate(-50%, 50%);
  box-shadow: 0 0 1.58rem rgba(18, 21, 81, .15);
}

.index-thumbnail-swiper .swiper-notification {
  display: none;
}

.index-thumbnail-swiper .thumbnail-box {
  padding-top: .24rem;
  background-color: #fff;
  border-right: 1px solid #E3E7ED;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.index-thumbnail-swiper .thumbnail-box .img-wrap {
  height: 1.08rem;
}

.index-thumbnail-swiper .thumbnail-box .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index-thumbnail-swiper .thumbnail-box .name {
  line-height: .6rem;
  font-size: .14rem;
  color: #3C3C3C;
  text-align: center;
}

.index-thumbnail-swiper .swiper-slide-thumb-active .thumbnail-box {
  border-bottom: 4px solid #3E6188;
}

.index-thumbnail-swiper-button-prev,
.index-thumbnail-swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 19px;
  height: 100%;
  background-color: #E3E7ED;
  z-index: 1;
  cursor: pointer;
}

.index-thumbnail-swiper-button-prev {
  left: 0;
}

.index-thumbnail-swiper-button-next {
  right: 0;
}

.index .section03 {
  height: 9.12rem;
  background: #fff url(../images/section03-bg.jpg) no-repeat bottom / cover;
}

.index .section03 > .wrap {
  position: relative;
  height: 100%;
}

.index .section03 .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index .section03 .service-item01 {
  position: absolute;
  left: .25rem;
  top: 36%;
}

.index .section03 .service-item02 {
  position: absolute;
  right: .25rem;
  top: 16%;
}

.index .section03 .service-item03 {
  position: absolute;
  right: 12%;
  bottom: 8%;
}

.index .section03 .service-item .ball-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 188px;
  height: 188px;
  background-color: rgba(41, 124, 209, .1);
  border-radius: 50%;
}

.index .section03 .service-item .ball-wrap .inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: linear-gradient(235deg, #2174DA, #1456A7, #1559AC);
  border-radius: 50%;
}

.index .section03 .service-item .ball-wrap .sub-ball {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 66px;
  height: 66px;
  background-color: #5B96E0;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  animation: circle 30s linear 0s infinite;
}

.index .section03 .service-item .ball-wrap:hover .sub-ball {
  animation-play-state: paused;
}

.index .section03 .service-item .tit {
  margin-top: 22px;
  font-size: 24px;
  color: #3C3C3C;
  font-weight: bold;
  text-align: center;
}

.index .section03 .service-item .desc {
  margin-top: 1em;
  font-size: 16px;
  color: #3C3C3C;
  line-height: 30px;
  text-align: center;
}

.index .section03 .service-item01 .ball-wrap .sub-ball01 {
  top: 0;
  right: 0;
  transform-origin: -28px 94px;
}

.index .section03 .service-item01 .ball-wrap .sub-ball02 {
  bottom: 0;
  left: 0;
  transform-origin: 94px -28px;
}

.index .section03 .service-item02 .ball-wrap .sub-ball01 {
  top: 50%;
  left: 0;
  margin: -33px 0 0 -33px;
  transform-origin: 124px 28px;
}

.index .section03 .service-item02 .ball-wrap .sub-ball02 {
  top: 50%;
  right: 0;
  margin: -33px -33px 0 0;
  transform-origin: -56px 28px;
}

.index .section03 .service-item03 .ball-wrap .sub-ball01 {
  top: 0;
  left: 0;
  transform-origin: 94px 94px;
}

.index .section03 .service-item03 .ball-wrap .sub-ball02 {
  top: 50%;
  right: 0;
  margin: -33px -33px 0 0;
  transform-origin: -56px 28px;
}

.index .section03 .service-item01 .ball-wrap .sub-ball01 .text,
.index .section03 .service-item01 .ball-wrap .sub-ball02 .text,
.index .section03 .service-item02 .ball-wrap .sub-ball01 .text,
.index .section03 .service-item02 .ball-wrap .sub-ball02 .text,
.index .section03 .service-item03 .ball-wrap .sub-ball01 .text,
.index .section03 .service-item03 .ball-wrap .sub-ball02 .text {
  animation: text-circle 30s linear 0s infinite;
}

.index .section03 .service-item01 .ball-wrap:hover .sub-ball01 .text,
.index .section03 .service-item01 .ball-wrap:hover .sub-ball02 .text,
.index .section03 .service-item02 .ball-wrap:hover .sub-ball01 .text,
.index .section03 .service-item02 .ball-wrap:hover .sub-ball02 .text,
.index .section03 .service-item03 .ball-wrap:hover .sub-ball01 .text,
.index .section03 .service-item03 .ball-wrap:hover .sub-ball02 .text {
  animation-play-state: paused;
}

@keyframes circle {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}

@keyframes text-circle {
  from { transform:rotate(0deg); }
  to { transform:rotate(-360deg); }
}

.service-center-item {
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translateX(-50%);
}

.service-center-item .ball-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -24%;
  left: 50%;
  width: 2.03rem;
  height: 2.03rem;
  margin-left: -1.01rem;
  background: url(../images/service-center-ball.png) no-repeat 0 0 / 2.03rem 2.03rem;
  animation: bounce-down 3s linear infinite;
}

@keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-10px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(10px);
  }
}

.service-center-item .ball-wrap .tit {
  margin-top: .08rem;
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.service-center-item .bg {
  width: 4.6rem;
  height: 3.32rem;
  background: url(../images/service-center-bg.png) no-repeat 0 0 / 4.6rem 3.32rem;
}

.content-top-nav-wrap {
  display: flex;
  justify-content: space-between;
  height: .86rem;
  margin-top: -0.43rem;
  background-color: #fff;
}

.content-top-nav-wrap .left-tit-wrap {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  width: 18%;
  height: 100%;
  padding-left: 2%;
  background: url(../images/left-tit-wrap-bg.png) no-repeat right / cover;
  color: #fff;
}

.content-top-nav-wrap .left-tit-wrap .tit {
  font-size: .24rem;
}

.content-top-nav-wrap .left-tit-wrap .sub-tit {
  font-size: 14px;
}

.content-top-nav-wrap .content-top-nav {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.content-top-nav-wrap .swiper-slide {
  width: auto;
}

.content-top-nav-wrap .content-top-nav .lk {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 .3rem;
}

.content-top-nav-wrap .content-top-nav .lk .text {
  position: relative;
  transition: all .3s;
}

.content-top-nav-wrap .content-top-nav .lk:hover .text {
  color: #BC3E2D;
}

.content-top-nav-wrap .content-top-nav .lk .text::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: -.2rem;
  width: .1rem;
  height: .1rem;
  border: .02rem solid #BC3E2D;
  border-radius: 50%;
  transform: translateY(-50%);
}

.content-top-nav-wrap .nav-item.cur .lk .text::before {
  display: block;
}

.products {
  padding-bottom: 1.15rem;
}

.products .product-list {
  display: flex;
  flex-wrap: wrap;
}

.products .product-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: .2rem;
  background-color: #fff;
}

.products .product-item:nth-child(4n) {
  margin-right: 0;
}

.products .product-list .lk {
  display: block;
  width: 100%;
}

.products .product-list .img-wrap {
  width: 100%;
  height: 2.64rem;
  overflow: hidden;
}

.products .product-list .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products .product-item .name {
  height: .75rem;
  line-height: .75rem;
  font-size: 16px;
  color: #2B2B2B;
  text-align: center;
}

.product-detail {
  padding-bottom: .62rem;
}

.product-detail-wrap {
  display: flex;
  justify-content: space-between;
  padding: .56rem 1.2rem .9rem;
  margin-top: .45rem;
  background-color: #fff;
  border-radius: 4px;
}

.product-detail-wrap .product-swiper-wrap {
  width: 42%;
}

.product-detail-wrap .product-swiper-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail-wrap .product-swiper-wrap .product-swiper {
  width: 100%;
  height: 4.45rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.product-detail-wrap .product-swiper-wrap .thumbnail-swiper {
  width: 100%;
  height: .73rem;
  overflow: hidden;
}

.product-detail-wrap .product-swiper-wrap .thumbnail-swiper .swiper-slide {
  border: 1px solid #C8C8C8;
}

.product-detail-wrap .product-info-wrap {
  width: 44%;
}

.product-detail-wrap .product-info-wrap .name {
  margin: .8rem 0 .3rem;
  font-size: 24px;
  color: #2B2B2B;
  font-weight: bold;
}

.product-detail-wrap .product-info-wrap .info-item {
  margin-bottom: .3rem;
}

.product-detail-wrap .product-info-wrap .tit {
  font-size: 16px;
  color: #2B2B2B;
  font-weight: bold;
  line-height: 36px;
}

.product-detail-wrap .product-info-wrap .text {
  font-size: 16px;
  color: #2B2B2B;
  line-height: 36px;
}

.related-products-swiper-wrap {
  position: relative;
}

.related-products-swiper {
  overflow: hidden;
}

.related-products-swiper .swiper-notification {
  display: none;
}

.related-products-swiper .lk {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.related-products-swiper .img-wrap {
  width: 100%;
  height: 2.64rem;
}

.related-products-swiper .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.related-products-swiper .lk > .name {
  height: 0.75rem;
  line-height: .75rem;
  font-size: 16px;
  color: #2B2B2B;
  text-align: center;
}

.related-products-swiper .mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 55, 92, .85);
  transition: all .3s;
}

.related-products-swiper .lk:hover .mask {
  top: 0;
}

.related-products-swiper .mask .name {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.related-products-swiper .mask .more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  height: .5rem;
  padding: 0 5%;
  margin-top: .36rem;
  background-color: #BC3E2D;
  font-size: .16rem;
  color: #fff;
  line-height: 1em;
  border-radius: .06rem;
}

.related-products-swiper-button-prev,
.related-products-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.related-products-swiper-button-prev {
  left: -.52rem;
}

.related-products-swiper-button-next {
  right: -.52rem;
}

.service {
  padding-bottom: 1.24rem;
}

.service .inner-wrap {
  max-width: 867px;
  margin: 0 auto;
}

.service .service-section .tit {
  margin-top: .88rem;
  font-size: .28rem;
  color: #232323;
  font-weight: bold;
  text-align: center;
}

.service .service-section .desc {
  margin-top: .18rem;
  font-size: 16px;
  color: #5C5C5C;
  text-align: center;
}

.service .service-section .content-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: .64rem;
}

.service .service-item .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 1.16rem;
  height: 1.16rem;
  background: linear-gradient(235deg, #2174DA, #1456A7, #1559AC);
  border-radius: 50%; */
  transition: all .3s;
}

.service .service-item:hover .icon-wrap {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .14);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
}

/* .service .service-item .icon-wrap img {
  max-width: 47%;
  min-height: 47%;
} */

.service .service-item .name {
  margin-top: .16rem;
  font-size: .16rem;
  color: #165AAF;
  text-align: center;
  transition: all .3s;
}

.service .service-item:hover .name {
  color: #BC3E2D;
}

.about .about-company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .9rem 0;
}

.about .about-company .img-wrap {
  flex-shrink: 0;
  width: 47%;
  height: 4.04rem;
  border-radius: .1rem;
  overflow: hidden;
}

.about .about-company .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-company .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin-left: 3%;
}

.about .about-company .text-wrap .name {
  position: relative;
  margin-bottom: 1em;
  font-size: .24rem;
  color: #5C5C5C;
  font-weight: bold;
  line-height: .7rem;
}

.about .about-company .text-wrap .name::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: .96rem;
  height: .03rem;
  background-color: #276898;
}

.about .about-company .text-wrap .desc {
  margin-bottom: 2em;
  font-size: 16px;
  color: #5C5C5C;
  line-height: 36px;
}

.about .about-company .text-wrap .desc:last-child {
  margin-bottom: 0;
}

.about .hisrory-wrap {
  padding: .68rem 0 1rem;
  background: #fff url(../images/hisrory-wrap-bg.jpg) no-repeat bottom / cover;
}

.about .hisrory-wrap .tit {
  position: relative;
  z-index: 1;
  font-size: .24rem;
  color: #5C5C5C;
  font-weight: bold;
  text-align: center;
}

.about .hisrory-wrap .sub-tit {
  margin-top: -0.24rem;
  margin-bottom: calc(.56rem - 20px);
  font-family: Montserrat;
  font-size: .38rem;
  color: #E4E9F5;
  font-weight: bold;
  text-align: center;
}

.hisrory-swiper-wrap {
  position: relative;
}

.hisrory-swiper {
  padding-top: 20px;
  overflow: hidden;
}

.hisrory-swiper .history-item {
  height: 3.48rem;
  padding: 10%;
  background: #F5F9FB url(../images/history-item-bg.png) no-repeat top right / 1.5rem 1rem;
  border-radius: .1rem;
  transition: all .3s;
}

.hisrory-swiper .history-item:hover {
  transform: translateY(-20px);
}

.hisrory-swiper .history-item .year {
  font-family: Impact;
  font-size: 30px;
  color: #0551A7;
  font-weight: bold;
}

.hisrory-swiper .history-item .desc {
  margin-top: .5em;
  font-size: 16px;
  color: #5C5C5C;
  line-height: 36px;
}

.hisrory-swiper-button-prev,
.hisrory-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.hisrory-swiper-button-prev {
  left: -.52rem;
}

.hisrory-swiper-button-next {
  right: -.52rem;
}

.hisrory-swiper .swiper-slide:nth-child(odd) {
  margin-top: .4rem;
}

.tech-adv-item-wrap:nth-child(odd) {
  background-color: #fff;
}

.tech-adv-item {
  display: flex;
  justify-content: space-between;
  padding: .9rem 0;
}

.tech-adv-item-wrap:nth-child(odd) .tech-adv-item {
  flex-direction: row-reverse;
}

.tech-adv-swiper-wrap {
  position: relative;
  flex-shrink: 0;
  width: 48%;
  height: 4.05rem;
  overflow: hidden;
}

.tech-adv-swiper {
  height: 100%;
}

.tech-adv-swiper .swiper-notification {
  display: none;
}

.tech-adv-swiper .lk {
  display: block;
  position: relative;
  height: 100%;
}

.tech-adv-swiper .lk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-adv-swiper-button-prev,
.tech-adv-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  width: .47rem;
  height: .47rem;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.tech-adv-swiper-button-prev {
  left: 4%;
}

.tech-adv-swiper-button-next {
  right: 4%;
}

.tech-adv-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 4%;
  height: .34rem;
  padding: 0 .1rem;
  z-index: 1;
  background-color: rgba(0,0,0,0.3);
  border-radius: .15rem;
  transform: translateX(-50%);
}

.tech-adv-swiper-pagination .swiper-pagination-bullet {
  width: .16rem;
  height: .16rem;
  margin: 0 .1rem;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
}

.tech-adv-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.tech-adv-swiper .lk .icon-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.tech-adv-item .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46%;
}

.tech-adv-item .text-wrap .tit {
  font-size: 24px;
  color: #15375C;
  font-weight: bold;
}

.tech-adv-item .text-wrap .desc {
  margin-top: 2em;
  font-size: 16px;
  color: #5C5C5C;
  line-height: 36px;
}

.contact {
  padding-bottom: 1rem;
}

.contact-wrap {
  display: flex;
  justify-content: space-between;
}

.contact-wrap .info-wrap {
  flex-grow: 1;
  margin-right: 4%;
}

.contact-wrap .form-wrap {
  flex-shrink: 0;
  width: 57%;
}

.contact-wrap .item-tit {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  color: #3A3A3A;
  font-weight: bold;
}

.contact-wrap .item-tit .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-wrap .info-item {
  margin-bottom: 2em;
}

.contact-wrap .info-item:last-child {
  margin-bottom: 0;
}

.contact-wrap .info-item .info-address,
.contact-wrap .info-item .info-con {
  padding-left: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #3A3A3A;
}

.contact-wrap .info-item .info-address {
  font-weight: bold;
}

.contact-wrap .form-wrap .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .38rem;
}

.contact-wrap .form-wrap .input-wrap {
  display: flex;
  align-items: center;
  width: 49%;
  height: 60px;
  margin-bottom: 12px;
  background-color: #fff;
}

.contact-wrap .form-wrap .input-wrap.textarea {
  align-items: flex-start;
  height: 117px;
  padding: 1em 0;
}

.contact-wrap .form-wrap .input-wrap.full {
  width: 100%;
}

.contact-wrap .form-wrap .input-wrap input,
.contact-wrap .form-wrap .input-wrap textarea {
  width: 100%;
  height: 100%;
  padding-right: .5em;
  background-color: transparent;
  font-size: 16px;
}

.contact-wrap .form-wrap .input-wrap label {
  padding: 0 22px;
  font-size: 16px;
  color: #aaa;
  white-space: nowrap;
}

.contact-wrap .form-wrap .input-wrap label .sign {
  color: #BF432F;
}

.contact-wrap .form-wrap .submit-btn {
  width: 30%;
  height: .5rem;
  margin-top: .2rem;
  background-color: #BC3E2D;
  font-size: .18rem;
  color: #fff;
  line-height: .5rem;
  text-align: center;
  font-weight: bold;
  border-radius: .06rem;
}

.contact-wrap .form-wrap .submit-btn:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .14);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
}

.news-list-wrap {
  padding-bottom: 1.22rem;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-list .news-item {
  width: 31.8%;
  margin-right: 2.3%;
  margin-top: .32rem;
  transition: all .5s;
}

.news-list .news-item:nth-child(3n) {
  margin-right: 0;
}

.news-list .news-item:hover {
  box-shadow: 0 0 .43rem 0 rgba(0, 0, 0, .08);
}

.news-list .news-item .lk {
  display: block;
}

.news-list .news-item .img-wrap {
  height: 2.37rem;
}

.news-list .news-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list .news-item .text-wrap {
  position: relative;
  padding: .34rem .22rem .42rem;
  background-color: #fff;
}

.news-list .news-item .text-wrap::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1A3B60;
  transform: translateX(-50%);
  transition: all .5s;
}

.news-list .news-item:hover .text-wrap::after {
  width: 100%;
}

.news-list .news-item .text-wrap .tit {
  margin-bottom: .14rem;
  font-size: 18px;
  color: #5C5C5C;
  font-weight: bold;
}

.news-list .news-item .text-wrap .date {
  margin-bottom: .14rem;
  font-size: 14px;
  color: #A9A9A9;
}

.news-list .news-item .text-wrap .desc {
  margin-bottom: .24rem;
  font-size: 16px;
  color: #5C5C5C;
}

.news-list .news-item .text-wrap .more {
  display: flex;
  align-items: center;
}

.news-list .news-item .text-wrap .more .text {
  width: 0;
  height: 1em;
  font-size: 16px;
  color: #15375C;
  line-height: 1em;
  overflow: hidden;
  transition: all .5s;
}

.news-list .news-item:hover .text-wrap .more .text {
  width: 74px;
}

.news-list .news-item:hover .text-wrap .more .icon-news-more-arrow {
  background-image: url(../images/icon-news-more-arrow-active.png);
}

.news-detail-wrap {
  padding: 0 6% .36rem;
  margin: .4rem 0 .48rem;
  background-color: #fff;
}

.news-detail-wrap .hd  {
  padding: .4rem 0;
  border-bottom: 1px solid #DEDEDE;
}

.news-detail-wrap .hd .tit {
  font-size: .36rem;
  color: #393939;
  font-weight: bold;
}

.news-detail-wrap .hd .info-wrap {
  display: flex;
  align-items: center;
  margin-top: .22rem;
  font-size: .18rem;
  color: #717171;
}

.news-detail-wrap .hd .info-wrap .date {
  margin-right: .3rem;
}

.news-detail-wrap .hd .info-wrap .share {
  display: flex;
  align-items: center;
}

.news-detail-wrap .hd .info-wrap .share a {
  margin:  0 .12rem;
}

.news-detail-wrap .btn-group {
  display: flex;
  justify-content: space-between;
}

.news-detail-wrap .btn-group .btn {
  display: flex;
  align-items: center;
  width: 49%;
  height: .9rem;
  padding: 0 4%;
  background-color: #F5F5F5;
}

.news-detail-wrap .btn-group .btn .type {
  font-size: .16rem;
  color: #7D7D7D;
  font-weight: bold;
  white-space: nowrap;
}

.news-detail-wrap .btn-group .btn .text {
  font-size: .16rem;
  color: #7D7D7D;
}

.job-wrap {
  margin: .55rem 0 .34rem;
}

.lenolsa-hd {
	overflow: hidden;
	background-color: #2A74A5;
}

.lenolsa-hd span {
  float: left;
  width: 15%;
	height: 60px;
	line-height: 60px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.lenolsa-hd .d6,
.dolsca .d6 {
  float: right;
}

.dolsca {
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s ease;
	border-bottom: 1px solid #D3E0E6;
}

.dolsca.on {
  border-bottom-color: transparent;
}

.dolsca span {
  float: left;
  width: 15%;
	height: 80px;
	line-height: 80px;
  font-size: 16px;
  color: #3B3B3B;
  text-align: center;
}

.dolsca .d6 i {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/xz.png) no-repeat center center;
  vertical-align: middle;
	transition: all 0.5s ease;
}

.dolsca.on .d6 i {
	background-image: url(../images/xz-on.png);
	transition: all 0.5s ease;
}

.lourew {
  display: none;
	padding: 5%;
	line-height: 2;
	background-color: #fff;
	color: #A7A7A7;
}

.lourew strong {
	color: #505050;
}

.scene-wrap {
  position: relative;
}

.scene-wrap img {
  display: block;
  width: 100%;
}

.scene-wrap .dot {
  position: absolute;
  width: .08rem;
  height: .08rem;
  background-color: #2F9BE7;
  border-radius: 50%;
}

.scene-wrap .dot::before{
  content: '';
  display: block;
  width: .08rem;
  height: .08rem;
  border-radius: 50%;
  opacity: 0.7;
  background-color: #2F9BE7;
  animation: scaless 1s infinite cubic-bezier(0, 0, 0.49, 1.02);
}

@keyframes scaless {
  0% {
    transform: scale(1);
  }
  50%, 75%{
    transform: scale(2.8);
  }
  78%, 100% {
    opacity: 0;
  }
}

.scene-wrap01 .dot01 {
  top: 30.4%;
  left: 22.22%;
}

.scene-wrap01 .dot02 {
  top: 20.4%;
  left: 43.2%;
}

.scene-wrap01 .dot03 {
  top: 33.4%;
  right: 41.9%;
}

.scene-wrap01 .dot04 {
  top: 50.4%;
  right: 28.2%;
}

.scene-wrap02 .dot01 {
  top: 25%;
  left: 45.6%;
}

.scene-wrap02 .dot02 {
  top: 36.2%;
  right: 40.6%;
}

.scene-wrap02 .dot03 {
  top: 43.2%;
  right: 29.05%;
}

.scene-wrap03 .dot01 {
  top: 34.8%;
  left: 30%;
}

.scene-wrap03 .dot02 {
  top: 60%;
  right: 45.2%;
}

.scene-wrap04 .dot01 {
  top: 33%;
  left: 40%;
}

.scene-wrap04 .dot02 {
  top: 19.5%;
  left: 51.3%;
}

.scene-wrap04 .dot03 {
  top: 47.8%;
  right: 31.8%;
}

.scene-wrap04 .dot04 {
  top: 53.9%;
  right: 26.87%;
}

.scene-wrap04 .dot05 {
  top: 59.8%;
  right: 18.05%;
}

.scene-related-products {
  margin-top: -12%;
  margin-bottom: 1rem;
}

/* Footer */

footer {
  background-color: #15375C;
}

footer .main-wrap {
  display: flex;
  justify-content: space-between;
  padding: .48rem 0;
}

footer .main-wrap .lk-tit .website-lk {
  position: relative;
  margin-bottom: .16rem;
  padding-bottom: .2rem;
  font-size: .16rem;
  color: #fff;
  font-weight: bold;
}

footer .main-wrap .lk-tit .website-lk::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: .56rem;
  height: 1px;
  background-color: rgba(255, 255, 255, .25);
}

footer .main-wrap .lk-desc .website-lk {
  font-size: .14rem;
  color: #B5CAE2;
  line-height: .36rem;
}

footer .main-wrap .lk-desc .website-lk:hover {
  text-decoration: underline;
}

footer .main-wrap .text-wrap {
  width: 28%;
  color: #fff;
}

footer .main-wrap .text-wrap .website {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}

footer .main-wrap .text-wrap .address-item {
  margin-bottom: .4rem;
}

footer .main-wrap .text-wrap .company {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}

footer .main-wrap .text-wrap .address {
  font-size: 14px;
  line-height: 36px;
}

footer .main-wrap .text-wrap .qrcode-wrap {
  width: 150px;
  margin-top: -0.2rem;
}

footer .main-wrap .text-wrap .qrcode-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

footer .bottom {
  background-color: #0C2744;
}

footer .bottom p {
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* Common */

.main-title {
  padding: .8rem 0 .67rem;
  font-size: .36rem;
  color: #3C3C3C;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

.main-title .text {
  position: relative;
}

.main-title .text::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5%;
  width: 100%;
  height: 60%;
  z-index: -1;
  background-color: #D3E4F4;
}

.rich-text-wrap {
  margin: .7rem 0;
  font-size: 16px;
  color: #2B2B2B;
}

.pagelmc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .56rem;
}

.pagelmc a {
  margin: 0 .11rem;
}

.pagelmc .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .72rem;
  height: .4rem;
  border: 1px solid #C9D9E0;
}

.pagelmc .pagelmc-num {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagelmc .pagelmc-num a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: .4rem;
  padding: 0 .16rem;
  border: 1px solid #C9D9E0;
  font-size: .14rem;
  color: #999;
}

.pagelmc .pagelmc-num a:hover {
  text-decoration: underline;
}

.pagelmc .pagelmc-num a.cur {
  background-color: #BC3E2D;
  color: #fff;
  border-color: #BC3E2D;
}