@charset "UTF-8";

/* #region 初始化 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.45;
}

body,
table,
input,
textarea,
select,
option {
  font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
  font-weight: 400;
}

audio,
video {
  display: block;
}

a {
  display: block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  display: block;
  border: 0;
}

dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.swiper-container {
  width: 100%;
}

/* #endregion */
/* #region  sass */
/* #endregion */
/* #region  首页*/
.container {
  padding: 0 30px;
  max-width: 1540px;
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: ease-out .36s;
}

header .top {
  background: #0e1f3d;
  font-size: 14px;
  color: #b7b7b7;
  position: relative;
  z-index: 1;
}

header .top .container {
  height: 40px;
  display: flex;
  align-items: center;
}

header .top .left {
  margin-right: auto;
}

header .top .left span {
  margin-right: 20px;
}

header .top .phone {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

header .top .phone img {
  width: .8rem;
  margin-right: .5rem;
}

header .country {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  cursor: pointer;
  color: #b7b7b7;
  font-size: 14px;
}

header .country>img {
  width: 16px;
  margin-right: 6px;
}

header .country span {
  display: flex;
  align-items: center;
}

header .country span img {
  width: 12px;
  margin-left: 5px;
}

header .country div {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 5px;
  display: none;
}

header .country a {
  width: 100%;
  background: #0e1f3d;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

header .bottom {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}

header .bottom .container {
  display: flex;
  align-items: center;
}

header .bottom .country {
  display: none;
}

header .logo img {
  width: 12.15rem;
}

header .nav {
  flex: 1;
}

header .nav ul {
  display: flex;
  justify-content: flex-end;
}

header .nav li {
  margin-left: 6.5%;
}

header .nav a {
  line-height: 5rem;
  font-size: .9rem;
  color: #333333;
}

header .nav a span {
  transition: ease-out .36s;
}

header .nav a.on,
header .nav a:hover {
  background: linear-gradient(to bottom, #0299f0, #0056bf);
  -webkit-background-clip: text;
  color: transparent;
}

header .nav_modal,
header .nav_icon {
  display: none;
}

header.on {
  transform: translateY(-40px);
}

header.on2 {
  transform: translateY(-100%);
}

.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide>img {
  width: 100%;
  height: calc(100vh - (40px + 5rem));
  object-fit: cover;
  object-position: center;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-slide .banner_text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  opacity: 0;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 0 1.5rem;
  transition: ease-out .36s;
}

.banner .swiper-slide .banner_text.on {
  opacity: 1;
}

.banner .swiper-slide .banner_text .t0 {
  overflow: hidden;
}

.banner .swiper-slide .banner_text .t1 {
  font-size: 3rem;
  font-weight: 500;
}

.banner .swiper-slide .banner_text .t2 {
  font-size: 1.2rem;
  margin-top: 1.1rem;
}

.banner .swiper-slide .banner_text .t3 {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.banner .swiper-slide .banner_text .t3 a {
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  padding: .25rem;
  position: relative;
  overflow: hidden;
  margin: 0 1.125rem;
}

.banner .swiper-slide .banner_text .t3 a div {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.banner .swiper-slide .banner_text .t3 a div img {
  width: 68.5%;
  height: 68.5%;
  margin: 0 auto;
  position: relative;
  top: 8%;
  transition: ease-out .5s;
}

.banner .swiper-slide .banner_text .t3 a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #0264db;
  height: 2.1rem;
  text-align: center;
  font-size: .7rem;
  padding-top: .45rem;
}

.banner .swiper-slide .banner_text .t3 a:hover div img {
  transform: scale(1.1);
}

.banner .swiper-slide.swiper-slide-active>img,
.banner .swiper-slide.swiper-slide-duplicate-active r>img {
  transition: 5s linear;
  transform: scale(1, 1);
}

.banner .banner_dot {
  position: absolute;
  left: 50% !important;
  bottom: 7.05% !important;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: .9rem;
  color: #fff;
  z-index: 1;
}

.banner .banner_dot span {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  background: none;
  opacity: 1;
  transition: ease-out .36s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 .5rem 0 0 !important;
}

.banner .banner_dot span::after {
  content: '';
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  border: 1px solid white;
  box-sizing: border-box;
  transition: ease-out .36s;
}

.banner .banner_dot span.swiper-pagination-bullet-active {
  border: 1px solid white;
}

.banner .banner_dot span.swiper-pagination-bullet-active::after {
  background: #fff;
}

main {
  padding-top: calc(40px + 5rem);
  overflow: hidden;
}

.count {
  display: flex;
  margin-top: 5.5rem;
}

.count li {
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.count div {
  font-size: 3rem;
  color: #333333;
  position: relative;
}

.count p {
  font-size: .9rem;
  color: #555555;
}

.count b {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #2e9900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  color: #fff;
  position: absolute;
  right: -1.5rem;
  top: 0;
  font-weight: 400;
}

.index1 {
  padding: 5rem 0 4rem 0;
  background: url(../images/index1_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.index1 .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: ease-out .75s;
}

.index1 .container {
  position: relative;
}

.index1 .row {
  width: 67.29%;
}

.index1 .tit {
  font-size: 2rem;
  color: #333333;
  margin-top: 2rem;
}

.index1 .text {
  font-size: .9rem;
  line-height: 2.22;
  color: #555555;
  margin-top: 2rem;
  text-indent: 2em;
}

.index1 .index_title .topic b,
.index1 ul div,
.index1 ul p,
.index1 .text,
.index1 .tit {
  transition: ease-out .36s;
}


.index1:hover .line {
  transform: translateX(-100%);
}

.index1:hover .index_title .topic b,
.index1:hover ul div,
.index1:hover ul p,
.index1:hover .text,
.index1:hover .tit {
  color: #fff;
}


.index_title {
  display: flex;
  align-items: center;
}

.index_title .topic {
  flex: 1;
}

.index_title .topic b {
  font-size: 2rem;
  color: #0264db;
  font-weight: 500;
  display: block;
}

.index_title .topic div {
  font-size: .9rem;
  color: #555555;
  margin-top: .9rem;
}

.index_title a {
  width: 8rem;
  height: 2.75rem;
  border-radius: 1.5rem;
  border: 1px solid #e0e0e0;
  font-size: .9rem;
  color: #555555;
  margin-left: 1rem;
  position: relative;
  overflow: hidden;
  transition: ease-out .36s;
}

.index_title a div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.index_title a img {
  width: .8rem;
  margin-left: .7rem;
  transition: ease-out .36s;
}

.index_title a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130%;
  top: 0%;
  bottom: 0%;
  left: -20%;
  right: 0%;
  background: #0264db;
  transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(45deg, 0deg);
  transform-style: preserve-3d;
  pointer-events: none;
  transition: transform .36s linear;
}

.index_title a:hover {
  color: #fff;
}

.index_title a:hover img {
  filter: brightness(0) invert(1);
}

.index_title a:hover::before {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.product_ul {
  display: flex;
  flex-wrap: wrap;
}

.product_ul li {
  width: 23.64%;
  margin-right: 1.81%;
}

.product_ul li:nth-child(4n+4) {
  margin-right: 0;
}

.product_ul a {
  background: #fff;
  position: relative;
  transition: ease-out .36s;
}

.product_ul a .card {
  position: relative;
  padding: 8.57% 11.42%;
}

.product_ul a .img {
  width: 10.75rem;
  height: 10.75rem;
  margin: 0 auto;
}

.product_ul a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product_ul a h3 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  color: #333333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: ease-out .36s;
}

.product_ul a .text {
  font-size: .9rem;
  line-height: 1.3rem;
  height: 2.6rem;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: ease-out .36s;
  margin-top: 1rem;
}

.product_ul a .icon {
  width: 3.5rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #0264db;
  margin: 1.6rem auto 0 auto;
  transition: ease-out .36s;
}

.product_ul a .icon img {
  width: .8rem;
}

.product_ul a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 30%;
  opacity: 0;
  background: linear-gradient(180deg, #0299f0 0%, #0056bf 100%);
  transition: ease-out .36s;
}

.product_ul a:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

.product_ul a:hover h3,
.product_ul a:hover .text {
  color: #fff;
}

.product_ul a:hover .icon {
  background: #2e9900;
}

.product_ul a:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.index2 {
  background: url(../images/index2_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0 6.2rem 0;
}

.index2 .product_ul {
  padding-top: 3rem;
}

.index2 .product_ul li:nth-child(2) {
  animation-delay: .1s;
}

.index2 .product_ul li:nth-child(3) {
  animation-delay: .2s;
}

.index2 .product_ul li:nth-child(4) {
  animation-delay: .3s;
}

.index3 {
  max-width: 1920px;
  margin: 0 auto;
}

.index3 .row {
  max-width: 1730px;
  padding-left: 30px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.index3 .index_title {
  padding: 5rem 0;
  display: block;
  width: 34.58%;
}

.index3 .index_title a {
  margin-left: 0;
  margin-top: 5rem;
}

.index3 .right {
  width: 62.7%;
  padding: 5rem 0;
  overflow: hidden;
}

.index3 .swiper {
  overflow: visible;
}

.index3 .swiper .swiper-slide {
  width: 23.4rem;
  border-radius: 1rem;
  overflow: hidden;
  transition: ease-out .36s;
}

.index3 .swiper .swiper-slide div {
  padding-bottom: 75.21%;
  position: relative;
}

.index3 .swiper .swiper-slide div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: ease-out .5s;
}

.index3 .swiper .swiper-slide h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  line-height: 3.3rem;
}

.index3 .swiper .swiper-slide:hover {
  transform: translateY(-0.25rem);
}

.index3 .swiper .swiper-slide:hover div img {
  transform: scale(1.1);
}

.index4 {
  padding: 7.3rem 0;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.index4::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 79, 176, 0.8);
}

.index4 .img_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index4_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.index4 .container {
  position: relative;
  z-index: 1;
}

.index4 .t1 {
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
}

.index4 .t2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 2.5rem auto 0 auto;
  max-width: 50rem;
}

.index4 .t3 {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 2.5rem;
  overflow: hidden;
}

.news_ul {
  display: flex;
  flex-wrap: wrap;
}

.news_ul li {
  width: 31.75%;
  margin-right: 2.375%;
}

.news_ul li:nth-child(3n+3) {
  margin-right: 0;
}

.news_ul a {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all .36s;
}

.news_ul a .img {
  padding-bottom: 68.08%;
  position: relative;
  overflow: hidden;
}

.news_ul a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.news_ul a .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -90%, 0);
}

.news_ul a .card {
  padding: 5.31% 5.31% 6.38% 5.3%;
}

.news_ul a .card h3 {
  font-size: 1.2rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: ease-out .36s;
}

.news_ul a .card .text {
  font-size: .9rem;
  color: #777777;
  line-height: 1.3rem;
  height: 3.9rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: .9rem;
}

.news_ul a .card .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.news_ul a .card .line span {
  font-size: .9rem;
  color: #777777;
  transition: ease-out .36s;
}

.news_ul a .card .line div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px dashed #0264db;
  border-radius: 50%;
  position: relative;
  transition: ease-out .36s;
}

.news_ul a .card .line div::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #0299f0 0%, #0056bf 100%);
  width: 0;
  height: 0;
  transition: ease-out .36s;
}

.news_ul a .card .line div img {
  width: .8rem;
  transition: ease-out .36s;
  position: relative;
}

.news_ul a:hover {
  transform: scale(0.96);
  box-shadow: 0 0 10px rgba(0, 44, 128, 0.15);
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
}

.news_ul a:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news_ul a:hover .img::after {
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 90%, 0);
}

.news_ul a:hover .card h3 {
  color: #0264db;
}

.news_ul a:hover .card .line span {
  color: #0264db;
}

.news_ul a:hover .card .line div {
  border: 1px dashed rgba(2, 100, 219, 0);
}

.news_ul a:hover .card .line div::before {
  width: 100%;
  height: 100%;
}

.news_ul a:hover .card .line div img {
  filter: brightness(0) invert(1);
}

.index5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.index5 .news_ul {
  padding-top: 3rem;
}

.index5 .news_ul li:nth-child(2) {
  animation-delay: .1s;
}

.index5 .news_ul li:nth-child(3) {
  animation-delay: .2s;
}

.index6 {
  padding: 5.5rem 0;
  position: relative;
  overflow: hidden;
}

.index6::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(0, 86, 191, 0.4) 0%, #0486d1 100%);
}

.index6 .img_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index4_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.index6 .container {
  position: relative;
  z-index: 1;
}

.index6 .text {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}

.index6 a {
  width: 8rem;
  height: 2.75rem;
  border-radius: 1.5rem;
  border: 1px solid #fff;
  font-size: .9rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
  transition: ease-out .36s;
}

.index6 a div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.index6 a span {
  position: relative;
}

.index6 a img {
  width: .8rem;
  margin-left: .7rem;
  transition: ease-out .36s;
}

.index6 a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.index6 a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130%;
  top: 0%;
  bottom: 0%;
  left: -20%;
  right: 0%;
  background: #fff;
  transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(45deg, 0deg);
  transform-style: preserve-3d;
  pointer-events: none;
  transition: transform .36s linear;
}

.index6 a:hover {
  color: #0264db;
}

.index6 a:hover img {
  opacity: 0;
}

.index6 a:hover img:nth-child(2) {
  opacity: 1;
}

.index6 a:hover::before {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

footer {
  display: flex;
}

footer .left {
  flex: 1;
  background: #0e203e;
}

footer .left li {
  height: 50%;
  padding-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .left li:last-child {
  border-bottom: none;
}

footer .left a {
  height: 100%;
  max-width: 24rem;
  margin-left: auto;
  padding-right: 14%;
  display: flex;
  align-items: center;
}

footer .left a div {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

footer .left a div::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: ease-out .5s;
}

footer .left a>img {
  width: 1.2rem;
  height: 1.2rem;
}

footer .left a h3 {
  flex: 1;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.2rem;
  line-height: 2.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

footer .left a span {
  transition: ease-out .36s;
}

footer .left a span img {
  width: .8rem;
}

footer .left a:hover div::after {
  width: 100%;
}

footer .left a:hover span {
  transform: translateX(0.25rem);
}

footer .right {
  width: 63.55%;
  background: #0059aa;
}

footer .right .top {
  max-width: 1030px;
  font-size: .9rem;
  line-height: 2;
  color: #fff;
  display: flex;
  align-items: start;
  padding: 3.8rem 30px 3.8rem 0;
}

footer .right .top .lis {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 12.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}

footer .right .top .lis a {
  position: relative;
  margin-bottom: 1rem;
}

footer .right .top .lis a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: ease-out .36s;
}

footer .right .top .lis a:hover::after {
  width: 100%;
}

footer .right .top ul {
  max-width: 58%;
}

footer .right .top ul li {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
}

footer .right .top ul span {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 1.2rem;
}

footer .right .top ul div {
  flex: 1;
}

footer .right .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .right .bottom {
  max-width: 1030px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .7rem;
  color: rgba(255, 255, 255, 0.6);
  padding: .75rem 30px .75rem 0;
}

footer .right .bottom span {
  margin: 0 1rem;
}

footer .right .bottom a,
footer .right .bottom img {
  display: inline;
}

/* #endregion */
/* #region  内页*/
.hide_text {
  opacity: 0;
}

.fontAni {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.fontAni span {
  display: inline-block;
  overflow: hidden;
}

.fontAni em {
  display: inline-block;
  font-style: normal;
}

.banner2 {
  position: relative;
  overflow: hidden;
}

.banner2 i {
  display: block;
  position: relative;
  width: 100%;
  height: 25rem;
  transform: scale(1.1);
  transition: ease 3s;
}

.banner2 i img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner2.on i {
  transform: scale(1);
}

.banner2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0264db 0%, rgba(2, 100, 219, 0) 100%);
}

.banner2 .text {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.banner2 .text .t1 {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.banner2 .text .t2 {
  font-size: 1.2rem;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

.banner2 .text .t3 {
  width: 2.5rem;
  margin: 3.5rem auto 0 auto;
}

.banner2 .text .t3 img {
  display: block;
  width: 100%;
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}

@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
  }
}

.about1 {
  display: flex;
  align-items: center;
  padding: 6rem 0 5rem 0;
}

.about1 .container {
  display: flex;
  align-items: center;
}

.about1 .left {
  flex: 1;
  font-size: 5rem;
  color: #0264db;
  font-weight: 700;
  line-height: 1.1;
  padding-right: 1rem;
}

.about1 .left .sc2 {
  text-align: center;
}

.about1 .right {
  width: 52.5%;
}

.about1 .right .tit {
  font-size: 2rem;
  font-weight: 500;
  color: #0264db;
}

.about1 .right .text {
  font-size: .9rem;
  color: #555555;
  margin-top: 1.9rem;
  line-height: 2.22;
  text-indent: 2em;
}

.about2 {
  position: relative;
  z-index: 1;
  border-radius: 10rem 10rem 0 0;
  overflow: hidden;
}

.about2 img {
  width: 100%;
  height: 31.6rem;
  object-fit: cover;
  object-position: center;
}

.about3 {
  padding: 6.5rem 0 8rem 0;
  position: relative;
}

.about3 .img_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about3 .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
}

.about3 .left {
  width: 41.9%;
  font-size: 2rem;
  color: #0264db;
}

.about3 .right {
  width: 51.68%;
}

.about3 .right .text {
  font-size: .9rem;
  color: #555555;
  line-height: 2.22;
  text-indent: 2em;
}

.about3 .count {
  flex-wrap: wrap;
  max-width: 26rem;
  margin-top: 0;
}

.about3 .count li {
  width: 50%;
  margin-top: 2.8rem;
}

.pagination .page-numbar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.pagination .page-numbar a {
  font-size: .7rem;
  min-width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .375rem;
  border: 1px solid #e6e6e6;
  padding: 0 .5rem;
  transition: ease-out .36s;
}

.pagination .page-numbar a.page-num-current,
.pagination .page-numbar a:hover {
  background: #0264db;
  color: #fff;
  border-color: #0264db;
}

.product {
  padding-top: 3.25rem;
  padding-bottom: 5.5rem;
}

.product .product_ul li {
  margin-top: 1.75rem;
}

.product .product_ul li a {
  border: 1px solid #e6e6e6;
}

.product .pagination {
  margin-top: 5rem;
}

.product_details {
  background: linear-gradient(180deg, #397bcc 0%, #82bee0 100%);
  padding-top: 4.5rem;
  padding-bottom: 8rem;
}

.product_details .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_details .top .left {
  width: 45.6%;
  color: #fff;
}

.product_details .top .left .tit {
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
}

.product_details .top .left .text {
  font-size: .9rem;
  margin-top: 2.5rem;
}

.product_details .top .left a {
  width: 3rem;
  margin-top: 4rem;
}

.product_details .top .left a img {
  width: 100%;
}

.product_details .top .right {
  width: 31.75%;
}

.product_details .top .right .swiper-slide {
  background: rgba(255, 255, 255, 0.5);
  border-radius: .5rem;
  opacity: 0 !important;
}

.product_details .top .right .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.product_details .top .right .swiper-slide img {
  width: 100%;
}

.product_details .top .right .dot {
  position: relative;
  border-radius: .25rem;
  overflow: hidden;
  margin-top: .5rem;
}

.product_details .top .right .dot .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 0.5);
}

.product_details .center {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 3.5rem;
}

.product_details .product_card {
  border-radius: 2rem;
  background: white;
  position: relative;
  top: 1.5rem;
  padding: 5rem 7.5% 4.5rem 7.5%;
}

.product_details .product_card .product_tit {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.product_details .product_card .product_text {
  font-size: .9rem;
  line-height: 2;
  color: #222;
  margin: 3rem 0 5rem 0;
}

.product_details .product_card .product_text video,
.product_details .product_card .product_text img {
  max-width: 100%;
  margin: .5rem auto;
}

.product_details .bottom {
  margin-top: 4rem;
}

.product_details .bottom .product_ul {
  justify-content: space-around;
}

.product_details .bottom .product_ul li {
  width: 27.85%;
  margin: 0;
}

.product_details .bottom .product_ul li a {
  background: #ebf2fa;
}

.case {
  padding-top: 4rem;
  padding-bottom: 5.5rem;
}

.case .ul {
  display: flex;
  flex-wrap: wrap;
}

.case .ul li {
  width: 31.75%;
  margin-right: 2.375%;
  margin-top: 2rem;
}

.case .ul li:nth-child(3n+3) {
  margin-right: 0;
}

.case .ul a {
  transition: ease-out .5s;
}

.case .ul a .img {
  position: relative;
  padding-bottom: 74.46%;
  overflow: hidden;
}

.case .ul a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: ease-out .5s;
}

.case .ul a .img span {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: url(../images/water.svg) rgba(2, 100, 219, 0.5) no-repeat;
  background-size: 51.7% auto;
  background-position: center;
  opacity: 0;
  transition: ease-out .5s;
}

.case .ul a .card {
  background: #f2f2f2;
  padding: 5.96% 8.51% 6.38% 8.51%;
}

.case .ul a .card h3 {
  font-size: 1.2rem;
  color: #333333;
  transition: ease-out .36s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case .ul a .card div {
  display: flex;
  align-items: center;
  font-size: .9rem;
  color: #0264db;
  margin-top: .95rem;
}

.case .ul a .card div img {
  width: .8rem;
  margin-left: .7rem;
}

.case .ul a:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.case .ul a:hover .img img {
  transform: scale(1.1);
}

.case .ul a:hover .img span {
  opacity: 1;
  top: 0;
}

.case .ul a:hover .card h3 {
  color: #0264db;
}

.case .pagination {
  margin-top: 5rem;
}

.details {
  background: #f8f8f8;
  padding: 5rem 0;
}

.details .container {
  display: flex;
  justify-content: space-between;
}

.details .left {
  width: 60.81%;
  background: #fff;
  padding: 3.37%;
}

.details .left h1 {
  font-size: 1.7rem;
  color: #333333;
}

.details .left .time {
  display: flex;
  padding-top: 1rem;
}

.details .left .time div {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  font-size: .9rem;
  color: #b0b0b0;
}

.details .left .time div img {
  width: .9rem;
  margin-right: .75rem;
}

.details .left .text {
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  margin-top: 1.3rem;
  padding: 1.5rem 0;
  font-size: .9rem;
  line-height: 1.75;
  color: #222;
}

.details .left .text img,
.details .left .text video {
  display: inline;
  max-width: 100%;
  margin: .3rem 0;
}

.details .left .bottom {
  display: flex;
  align-items: center;
  margin-top: 2.25rem;
}

.details .left .page {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.details .left .page a {
  font-size: .9rem;
  line-height: 2;
  color: #b0b0b0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.details .left .page a span {
  color: #555555;
  transition: ease-out .2s;
}

.details .left .page a:hover span {
  color: #0264db;
}

.details .left .back {
  font-size: .9rem;
  color: #fff;
  background: #0264db;
  line-height: 2.6rem;
  border-radius: 1.3rem;
  width: 7rem;
  text-align: center;
  transition: ease-out .36s;
}

.details .left .back div {
  transition: ease-out .36s;
}

.details .left .back:hover {
  opacity: .85;
}

.details .left .back:hover div {
  transform: translateX(0.25rem);
}

.details .right {
  width: 35.47%;
}

.details .right .card {
  background: #fff;
  padding: 7.61% 1.5rem;
}

.details .right .tit {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  color: black;
}

.details .right .tit::before {
  content: '';
  width: .4rem;
  height: 1.8rem;
  background: #0264db;
  margin-right: 2rem;
}

.details .right .top {
  margin-top: 2rem;
}

.details .right .top div {
  position: relative;
  overflow: hidden;
}

.details .right .top div img {
  width: 100%;
  transition: ease-out .5s;
}

.details .right .top h3 {
  font-size: 1.2rem;
  color: #333333;
  line-height: 3.2;
  border-bottom: 1px solid #b0b0b0;
  transition: ease-out .2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.details .right .top:hover div img {
  transform: scale(1.1);
}

.details .right .top:hover h3 {
  color: #0264db;
}

.details .right .ul {
  padding-top: .8rem;
}

.details .right .ul a {
  display: flex;
  align-items: center;
  margin-top: .75rem;
}

.details .right .ul a::before {
  content: '';
  width: .5rem;
  height: .5rem;
  background: #0264db;
  transform: rotate(45deg);
  margin-right: .75rem;
}

.details .right .ul a h3 {
  flex: 1;
  font-size: .9rem;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: ease-out .2s;
}

.details .right .ul a:hover h3 {
  color: #0264db;
}

.news {
  background: whitesmoke;
  padding: 5rem 0 5.5rem 0;
}

.news .top {
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.news .top .left {
  width: 50%;
  padding: 3.37% 5.4% 3.37% 3.37%;
}

.news .top .left .time {
  display: flex;
  align-items: center;
  font-size: .9rem;
  color: #777777;
}

.news .top .left .time img {
  width: 1.2rem;
  margin-right: 1rem;
}

.news .top .left h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  margin-top: 1.3rem;
  transition: ease-out .36s;
  position: relative;
  display: flex;
}

.news .top .left h3 span {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: .3rem;
}

.news .top .left h3 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0264db;
  transition: ease-out .5s;
}

.news .top .left .text {
  font-size: .9rem;
  color: #777777;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 8.3%;
}

.news .top .left .more {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #555555;
  margin-top: 18%;
  transition: ease-out .36s;
}

.news .top .left .more::before {
  content: '';
  width: 0;
  height: 1px;
  background: #0264db;
  transition: ease-out .5s;
}

.news .top .img {
  width: 50%;
  overflow: hidden;
}

.news .top .img img {
  width: 100%;
  transition: ease-out .5s;
}

.news .top:hover .left h3 {
  color: #0264db;
}

.news .top:hover .left h3 span::after {
  width: 100%;
}

.news .top:hover .left .more {
  color: #0264db;
}

.news .top:hover .left .more::before {
  width: 2.9rem;
  margin-right: .75rem;
}

.news .top:hover .img img {
  transform: scale(1.1);
}

.news .news_ul {
  padding-top: 3rem;
}

.news .news_ul li {
  margin-top: 2rem;
}

.news .pagination {
  margin-top: 5rem;
}

.contact {
  padding: 5rem 0;
}

.contact .top {
  text-align: center;
}

.contact .top b {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
}

.contact .top div {
  font-size: 1.2rem;
  color: #666666;
  margin-top: .9rem;
}

.contact .map {
  position: relative;
  margin-top: 3rem;
}

.contact .map img {
  width: 100%;
}

.contact .map div {
  width: 7.56%;
  position: absolute;
  left: 37.97%;
  top: 36.12%;
}

.contact .bottom {
  font-size: .9rem;
  color: #333333;
  padding-right: 5.67%;
  text-align: center;
  margin-top: 3rem;
}

.contact .bottom ul {
  display: flex;
}

.contact .bottom li {
  margin-right: auto;
  max-width: 16rem;
}

.contact .bottom li span {
  display: block;
  width: 7.7rem;
  height: 7.7rem;
  border: 1px solid #0264db;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.contact .bottom li span img {
  width: 35.52%;
  transition: ease-out .8s;
}

.contact .bottom li div {
  margin-top: .75rem;
}

.contact .bottom li:hover span img {
  transform: rotateY(360deg);
}


.contact .bottom .code img {
  width: 7.7rem;
  margin: 0 auto;
}

.contact .bottom .code div {
  margin-top: .75rem;
}

.font-fadeIn font {
  display: inline-block;
}


@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.contact .map div {
  animation: bounce 2s infinite;
  transform-origin: center bottom;
}



/* #endregion */
/* #region  内页*/
/* #endregion */