﻿


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

header {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 2.6%;
  z-index: 999;
  transition: ease-out .36s;
}

header .logo img {
  width: 13.7rem;
}

header .nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5.25rem;
}

header .nav li {
  position: relative;
}

header .nav .nav_one {
  font-size: .9rem;
  color: #222222;
  padding: 0 1.8rem;
}

header .nav .nav_one a {
  padding: 0 .7rem;
  position: relative;
  line-height: 5.25rem;
  transition: ease-out .2s;
}

header .nav .nav_one a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: .6rem;
  background: #01B2FE;
  transition: ease-out .36s;
}

header .nav .nav_one:hover a,
header .nav .nav_one.active a {
  color: #01B2FE;
}

header .nav .nav_one:hover a::after,
header .nav .nav_one:hover a::after,
header .nav .nav_one.active a::after,
header .nav .nav_one.active a::after {
  width: 100%;
}

header .nav .nav_one span {
  display: none;
}

header .nav .nav_two {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  box-shadow: 0px 4px 1rem -2px rgba(49, 70, 81, 0.2);
}

header .nav .nav_two .li {
  position: relative;
  background: #fff;
}

header .nav .nav_two .li a {
  font-size: .9rem;
  padding: 0 2.2rem;
  border-bottom: 1px solid rgba(210, 210, 210, 0.32);
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 2.3rem;
  transition: ease-out .36s;
  color: #222222;
}

header .nav .nav_two .li a.active,
header .nav .nav_two .li a:hover {
  color: #01B2FE;
}

header .nav .nav_two .li span {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  transition: ease-out .36s;
}

header .nav .nav_two .li span img {
  width: 1rem;
  transition: ease-out .36s;
}

header .nav .nav_two .li span img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

header .nav .nav_two .li:hover span img {
  opacity: 0;
  transform: translateX(0.25rem);
}

header .nav .nav_two .li:hover span img:nth-child(2) {
  opacity: 1;
}

header .nav .nav_two .li .nav_three {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 3px;
  box-shadow: 0px 4px 1rem -2px rgba(49, 70, 81, 0.2);
  display: none;
}

header .nav .nav_two .li .nav_three a {
  background: #fff;
}

header .phone {
  height: 5.25rem;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%), #cccccc;
  border-radius: 0 0 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Impact;
  position: absolute;
  right: 0;
  top: 0;
}

header .phone span {
  width: 5.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .phone img {
  width: 2.8rem;
}

header .phone div {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  transition: ease-out .5s;
}

header .phone:hover div {
  font-size: 2.4rem;
  padding-right: 1.2rem;
}

header.on {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 16px;
}

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

main {
  overflow: hidden;
}

.banner {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.banner .swiper {
  flex: 1;
  width: 100%;
  position: relative;
}

.banner .swiper-wrapper,
.banner .swiper-slide,
.banner .slide-inner {
  height: 100%;
}

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

.banner .swiper-slide .slide-inner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner .swiper-slide .banner_text {
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  opacity: 0;
  color: white;
  transition: ease-out .36s;
}

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

.banner .banner_text .t7,
.banner .swiper-slide .banner_text .t1 {
  font-size: 1.2rem;
  text-transform: uppercase;
}



.banner .swiper-slide .banner_text .t2 {
  font-size: 6rem;
  line-height: 1.45;
  font-weight: bold;
  margin-top: 1rem;
}

.banner .swiper-slide .banner_text .t3 {
  font-size: 1.8rem;
  font-family: Impact;
  display: flex;
  align-items: center;
  margin-top: 1.9rem;
}

.banner .swiper-slide .banner_text .t3 img {
  width: 1.2rem;
  margin-right: .5rem;
}






.banner .banner_text .t4 {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.banner .banner_text .t5 {
  font-size: 3rem;
  color: #fff;
  margin-top: .5rem;
  text-align: center;
  font-weight: 500;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);

}

.banner .banner_text .t6 {
  max-width: 1080px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin-top: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner .banner_text .t6 li {
  width: 23.35%;
}

.banner .banner_text .t6 li img {
  width: 100%;
}

.banner .banner_text .t7 {
  margin-top: 1.2rem;
  max-width: 35rem;
  line-height: 1.45;
}
.banner .banner_text .t99 a{
    display: block;
    margin-top: 1.2rem;
    transition: all 0.5s ease;
    padding: 12px 2rem;
    max-width: 160px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 100px;
}

.banner .banner_text .t99 a:hover{
    border-color: #fff;
    background: #fff;
    color: #555;
}


















.banner .banner_dot {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  z-index: 1;
}

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

.banner .banner_dot .prev,
.banner .banner_dot .next {
  margin-right: .75rem;
  cursor: pointer;
  transition: ease-out .36s;
}

.banner .banner_dot .prev img,
.banner .banner_dot .next img {
  width: 2rem;
}

.banner .banner_dot .prev:hover,
.banner .banner_dot .next:hover {
  opacity: .85;
}

.banner .banner_dot .dot {
  font-size: 1.2rem;
  color: #fff;
  margin-left: .5rem;
}

.banner .keyword {
  height: 4rem;
  border-bottom: 1px solid #cccccc;
}

.banner .keyword .line {
  /* max-width: 1920px; */
  height: 100%;
  margin: 0 auto;
}

.banner .keyword .row {
  max-width: 1715px;
  height: 100%;
  padding-right: 15px;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.banner .keyword .row .bg {
  width: 27.05%;
  height: 100%;
  border-radius: 0px 0px 3rem 0px;
  background: linear-gradient(90deg, #01b2fe 0%, #22c7ab 100%);
}

.banner .keyword .row .text {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: .9rem;
  color: #999999;
  padding: 0 2.93%;
}

.banner .keyword .row .text a {
  transition: ease-out .2s;
}

.banner .keyword .row .text a::after {
  content: '|';
  margin: 0 .3rem;
}

.banner .keyword .row .text a:last-child::after {
  display: none;
}

.banner .keyword .row .text a:hover {
  color: #01B2FE;
}

.banner .keyword .row .input {
  width: 21.17%;
  height: 2.5rem;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 1.25rem;
  overflow: hidden;
}

.banner .keyword .row .input input {
  flex: 1;
  height: 100%;
  border: none;
  padding: 0 1.5rem;
  font-size: .9rem;
  overflow: hidden;
}

.banner .keyword .row .input button {
  padding-right: 1.5rem;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none;
}

.banner .keyword .row .input button img {
  width: 1.25rem;
}

.index_title div {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
}

.index_title span {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%), linear-gradient(90deg, rgba(153, 217, 0, 0.15) 0%, rgba(1, 178, 254, 0.15) 100%);
  -webkit-background-clip: text;
  color: transparent;
  opacity: .15;
  position: relative;
  left: -3rem;
  top: -1.8rem;
}

.index1 {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.index1 .row {
  max-width: 1715px;
  padding-left: 15px;
  margin-left: auto;
  display: flex;
  /* align-items: flex-end; */
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem; 
}

.index1 .row .left {
  width: 39.76%;
  /* padding-bottom: 1.5rem; */
  /* padding-top: 3rem; */
}

.index1 .row .left .t1 {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 300;
  margin-top: .25rem;
}

.index1 .row .left .t2 {
  font-size: 1rem;
  color: #333333;
  line-height: 2;
  margin-top: 2.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index1 .row .left ul {
  padding-top: 1.75rem;
}

.index1 .row .left ul li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  margin-top: .75rem;
}

.index1 .row .left ul li img {
  width: 1.6rem;
  margin-right: .85rem;
}

.index1 .row .right {
  width: 57.64%;
  margin-left: auto;
}

.index1 .row .right>img {
  width: 90%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.index1 .row .right a {
  height: 5rem;
  border-radius: 3rem 0px 0px 0px;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%);
  display: flex;
  align-items: center;
  padding: 0 3.66%;
  font-size: 1rem;
  color: #fff;
  position: relative;
  /* top: -0.8rem; */
  z-index: 1;
}

.index1 .row .right a img {
  width: 2.4rem;
  margin-right: 4.38%;
  transition: ease-out .36s;
}

.index1 .row .right a span {
  position: relative;
  top: .3rem;
}

.index1 .row .right a:hover img {
  transform: translateX(-0.6rem);
}

.index2 {
  background: #f8f8f8;
  padding: 4rem 0 4.15rem 0;
}

.index2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.index2 .top .left {
  flex: 1;
}

.index2 .top .right {
  width: 31.2rem;
}

.index2 .top .right ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}

.index2 .top .right ul li {
  border-radius: 5px;
  background: #e1edf7;
  margin-left: 1rem;
  margin-bottom: .5rem;
  width: 6.8rem;
  line-height: 4.5rem;
  text-align: center;
  color: #666666;
  position: relative;
  transition: ease-out .36s;
}

.index2 .top .right ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%);
  border-radius: 5px;
  transition: ease-out .36s;
}

.index2 .top .right ul li>span {
  position: relative;
}

.index2 .top .right ul li.on {
  color: #fff;
}

.index2 .top .right ul li.on::before {
  width: 100%;
}

.index2 .top .right ul li div {
  position: absolute;
  right: 50%;
  top: 110%;
  transform: translateX(50%);
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 16px;
  z-index: 2;
  display: none;
}

.index2 .top .right ul li div a {
  font-size: .9rem;
  color: #222;
  white-space: nowrap;
  line-height: 2;
  padding: 0 1rem;
  transition: ease-out .2s;
}

.index2 .top .right ul li div a:first-child {
  padding-top: .35rem;
}

.index2 .top .right ul li div a:last-child {
  padding-bottom: .35rem;
}

.index2 .top .right ul li div a:hover {
  color: #01B2FE;
}

.index2 .top .right ul li div::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: .4rem solid transparent;
  border-top: none;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fff;
}

.index2 .bottom {
  padding-top: 2rem;
}

.index2 .bottom .row {
  width: 100%;
  max-width: 1136px;
  display: flex;
  align-items: center;
}

.index2 .bottom .left {
  width: 52.46%;
}

.index2 .bottom .left .t1 span {
  font-size: 1.8rem;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%), linear-gradient(90deg, #99d900 0%, #01b2fe 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

.index2 .bottom .left .t2 {
  font-size: 1rem;
  color: #333333;
  line-height: 2;
  margin-top: 1.1rem;
}

.index2 .bottom .left a {
  font-size: .9rem;
  color: white;
  width: 6.7rem;
  line-height: 2.25rem;
  border-radius: 1.2rem;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%);
  margin-top: 5.8rem;
  text-align: center;
}

.index2 .bottom .left a span {
  display: block;
  transition: ease-out .36s;
}

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

.index2 .bottom .right {
  width: 41%;
  margin-left: auto;
}

.index2 .bottom .right img {
  width: 100%;
}

.index3 {
  display: flex;
  align-items: start;
  position: relative;
}

.index3 .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index3 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index3 .left {
  width: 50%;
  position: relative;
  z-index: 1;
  max-width: 755px;
  margin-left: auto;
  padding: 5.5rem 0 5.5rem 15px;
}

.index3 .left .index_title span,
.index3 .left .index_title div {
  color: #fff;
}

.index3 .right {
  width: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.index3 .right li {
  width: 50%;
  padding-bottom: 38.85%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: ease-out .36s;
}

.index3 .right li:nth-child(3),
.index3 .right li:nth-child(4) {
  border-bottom: none;
}

.index3 .right li div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: .9rem;
}

.index3 .right li div img {
  width: 1.6rem;
}

.index3 .right li div span {
  margin-top: 1rem;
}

.index3 .right li div p {
  margin-top: .3rem;
}

.index3 .right li.on {
  background: rgba(0, 123, 199, 0.8);
}

.index4 {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}

.index4 .swiper {
  overflow: visible;
  margin-top: 2.1rem;
}

.index4 .swiper .swiper-slide {
  width: 22.2rem;
  position: relative;
  border-radius: .75rem;
  overflow: hidden;
}

.index4 .swiper .swiper-slide div {
  padding-bottom: 73.42%;
  position: relative;
}

.index4 .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;
}

.index4 .swiper .swiper-slide h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 2.9rem;
  padding: 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.77) 0%, transparent 100%);
  color: #fff;
  font-size: 1.2rem;
}

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

.index4 .bottom {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
}

.index4 .bottom img {
  width: 2rem;
  cursor: pointer;
  margin-right: 1.75rem;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: ease-out .36s;
}

.index4 .bottom img:hover {
  opacity: .8;
}

.index5 {
  background: #f8f8f8;
  padding-top: 4.25rem;
  padding-bottom: 6.3rem;
}

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

.index5 .top a {
  font-size: .9rem;
  color: white;
  width: 6.7rem;
  line-height: 2.25rem;
  border-radius: 1.2rem;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%);
  text-align: center;
}

.index5 .top a span {
  display: block;
  transition: ease-out .36s;
}

.index5 .top a:hover span {
  transform: translateX(0.25rem);
}

.index5 .bottom {
  display: flex;
  margin-top: 2.3rem;
}

.index5 .bottom a {
  width: 32.29%;
  background: #fff;
  border-radius: 0 0 0 3rem;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  margin-right: 1.565%;
}

.index5 .bottom a:last-child {
  margin-right: 0;
}

.index5 .bottom a .row {
  padding: 1.5rem 6.27% 1.35rem 6.27%;
  display: flex;
  align-items: start;
}

.index5 .bottom a .text {
  flex: 1;
}

.index5 .bottom a .text h3 {
  font-size: 1.2rem;
  overflow: hidden;
  color: #01B2FE;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: ease-out .36s;
}

.index5 .bottom a .text div {
  font-size: .9rem;
  line-height: 1.3rem;
  height: 3.9rem;
  color: #999999;
  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: 1.5rem;
  transition: ease-out .36s;
}

.index5 .bottom a .text span {
  display: block;
  font-size: .9rem;
  color: #333333;
  margin-top: 1rem;
  text-decoration: underline;
  transition: ease-out .36s;
}

.index5 .bottom a .date {
  text-align: right;
  color: #eaeaea;
  padding-left: .4rem;
}

.index5 .bottom a .date div {
  font-size: 1.8rem;
  font-weight: 700;
}

.index5 .bottom a .date span {
  font-size: 1.2rem;
  display: block;
}

.index5 .bottom a .img {
  padding-bottom: 52.3%;
  position: relative;
  overflow: hidden;
}

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

.index5 .bottom a:hover .text h3 {
  transform: translateY(-0.2rem);
}

.index5 .bottom a:hover .text span,
.index5 .bottom a:hover .text div {
  color: #01B2FE;
}

.index5 .bottom a:hover .img img {
  transform: scale(1.1);
}

/* footer {
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
} */

footer .top {
  display: flex;
  align-items: center;
  /* padding-top: 7.8rem; */
  padding-bottom: 4.75rem;
}

footer .top .flogo {
  width: 29.93%;
  position: relative;
}

footer .top .flogo img {
  width: 100%;
}

footer .top .center {
  flex: 1;
  display: flex;
  justify-content: end;
  padding: 0 6.6%;
  color: #fff;
  position: relative;
}

footer .top .center .fproduct span,
footer .top .center .fcontact span {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  padding-bottom: .4rem;
}

footer .top .center .fproduct {
  margin-right: 15%;
  white-space: nowrap;
}

footer .top .center .fproduct a {
  font-size: .9rem;
  margin-top: .6rem;
  line-height: 1.3rem;
  transition: ease-out .36s;
}

footer .top .center .fproduct a:last-child {
  text-decoration: underline;
}

footer .top .center .fproduct a:hover {
  transform: translateX(0.25rem);
}

footer .top .center .fcontact ul li {
  display: flex;
  align-items: start;
  font-size: .9rem;
  margin-top: .6rem;
}

footer .top .center .fcontact ul li img {
  width: 1rem;
  margin-right: .2rem;
  position: relative;
  top: .15rem;
}

footer .top .center .fcontact ul li p {
  flex: 1;
  line-height: 1.3rem;
}

footer .top .code {
  width: 9.5rem;
  position: relative;
}

footer .top .code img {
  width: 100%;
  margin: 0 auto;
}

footer .top .code p {
  font-size: .9rem;
  color: white;
  margin-top: .55rem;
  text-align: center;
}

footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: .9rem;
  line-height: 1.45;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 0;
}

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

footer .bottom a {
  display: inline;
}

.about2 ul li:nth-child(2),
.index5 .bottom a:nth-child(2) {
  animation-delay: .1s;
}

.about2 ul li:nth-child(3),
.index5 .bottom a:nth-child(3) {
  animation-delay: .2s;
}

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

/* #endregion */
/* #region  内页*/
main {
  /* padding-top: 5.25rem; */
}

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

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

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

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

.banner2 div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  width: 100%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.banner2 div span {
  display: block;
}

.bread .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  font-size: .9rem;
  color: #999999;
}

.bread .row a {
  line-height: 3.2rem;
  position: relative;
  transition: ease-out .2s;
}

.bread .row a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #01B2FE;
  transition: ease-out .36s;
}

.bread .row a:hover,
.bread .row a.on {
  color: #01B2FE;
}

.bread .row .left {
  display: flex;
}

.bread .row .left a {
  margin-right: 1.5rem;
}

.bread .row .left a:hover::after,
.bread .row .left a.on::after {
  width: 100%;
}

.bread .row .right {
  display: flex;
  align-items: center;
}

.bread .row .right img {
  width: .8rem;
  margin-right: .25rem;
}

.bread .row .right a {
  margin: 0 .5rem;
}

.about1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4.25rem;
  padding-bottom: 7.25rem;
}

.about1 .left {
  width: 49.12%;
}

.about1 .left .text {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  margin-top: 2.1rem;
}

.about1 .right {
  width: 46.62%;
}

.about1 .right img {
  width: 100%;
}

.about2 {
  background: #f8f8f8;
  padding: 3.25rem 0 4.25rem 0;
}

.about2 .index_title {
  text-align: center;
}

.about2 .index_title span {
  left: 0;
}

.about2 ul {
  display: flex;
  padding-top: 2.8rem;
}

.about2 ul li {
  flex: 1;
  text-align: center;
  padding: 0 1rem;
}

.about2 ul li img {
  width: 7.25rem;
  margin: 0 auto;
  transition: ease-out .5s;
}

.about2 ul li div {
  font-size: 1.2rem;
  color: #333333;
  margin-top: 1.6rem;
  transition: ease-out .36s;
}

.about2 ul li p {
  font-size: .9rem;
  color: #666666;
  margin-top: .5rem;
}

.about2 ul li:hover img {
  transform: rotateY(360deg);
}

.about2 ul li:hover div {
  color: #01B2FE;
  transform: translateY(-0.25rem);
}

.about3 {
  padding-top: 4.25rem;
  padding-bottom: 4.5rem;
}

.about3 .index_title {
  text-align: center;
}

.about3 .index_title span {
  left: 0;
}

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

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

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

.about3 ul li div {
  position: relative;
  padding-bottom: 61.27%;
}

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

.pagination .page-numbar {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  color: #999999;
}

.pagination .page-numbar a {
  min-width: 1.4rem;
  line-height: 1.4rem;
  padding: 0 .3rem;
  text-align: center;
  margin: 0 .2rem;
  transition: ease-out .2s;
}

.pagination .page-numbar a.page-num-current,
.pagination .page-numbar a:hover {
  color: #01B2FE;
}

.product {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

.product .ul a {
  width: 23.64%;
  margin-right: 1.81%;
  border: 1px solid #01b2fe;
  border-radius: .5rem;
  overflow: hidden;
  margin-top: 1.5rem;
}

.product .ul a:nth-child(4n+4) {
  margin-right: 0;
}

.product .ul a i {
  display: block;
  padding-bottom: 68.39%;
  position: relative;
  overflow: hidden;
}

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

.product .ul a div {
  padding: .85rem 1rem 1rem 1rem;
}

.product .ul a div p {
  font-size: .9rem;
  font-weight: 500;
  color: #01b2fe;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.product .ul a div span {
  display: block;
  overflow: hidden;
  margin-top: 1.25rem;
}

.product .ul a div span img {
  width: 2.75rem;
  transform: translateX(-1.25rem);
  transition: ease-out .36s;
}

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

.product .ul a:hover h3 {
  color: #01B2FE;
}

.product .ul a:hover div span img {
  transform: translateX(0);
}

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

.pdetails1 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 2.9rem;
  padding-bottom: 3rem;
}

.pdetails1 .left {
  width: 40.54%;
}

.pdetails1 .left img {
  width: 100%;
}

.pdetails1 .right {
  width: 53.58%;
  padding: 1.5rem 0;
}

.pdetails1 .right .tit {
  font-size: 1.8rem;
  font-weight: 700;
}

.pdetails1 .right .tit span {
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%), linear-gradient(90deg, #99d900 0%, #01b2fe 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.pdetails1 .right .text {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  margin-top: 1.2rem;
}

.pdetails2 {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.pdetails2 .tit {
  font-size: 1.4rem;
  font-weight: 500;
}

.pdetails2 .tit span {
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%), linear-gradient(90deg, #99d900 0%, #01b2fe 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.pdetails2 .text {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  margin-top: 2.5rem;
}

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

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

.case .ul a {
  width: 32.29%;
  margin-right: 1.565%;
  position: relative;
  border-radius: .75rem;
  overflow: hidden;
  margin-top: 1rem;
}

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

.case .ul a div {
  padding-bottom: 73.42%;
  position: relative;
}

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

.case .ul a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 2.9rem;
  padding: 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.77) 0%, transparent 100%);
  color: #fff;
  font-size: 1.2rem;
}

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

.case .pagination {
  padding-top: 4rem;
}

.news {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

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

.news .ul a {
  display: flex;
  align-items: center;
  padding: .75rem 1.25rem;
  background: #f8f8f8;
  margin-top: 1rem;
}

.news .ul a .img {
  overflow: hidden;
  border-radius: .75rem;
}

.news .ul a .img img {
  width: 15.8rem;
  height: 10.3rem;
  object-fit: contain;
  object-position: center;
  transition: ease-out .5s;
}

.news .ul a .text {
  flex: 1;
  padding-left: 3.5%;
}

.news .ul a .text em {
  font-size: .9rem;
  color: #01b2fe;
  font-style: normal;
}

.news .ul a .text h3 {
  font-size: 1.2rem;
  color: #333333;
  margin-top: .4rem;
  font-weight: 500;
  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 .36s;
}

.news .ul a .text div {
  font-size: .9rem;
  color: #999999;
  margin-top: 1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news .ul a .text p {
  width: 5.9rem;
  border-radius: .9rem;
  font-size: .9rem;
  color: #999999;
  margin-top: 1.05rem;
  position: relative;
  overflow: hidden;
  transition: ease-out .36s;
}

.news .ul a .text p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: .9rem;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%);
  transition: ease-out .36s;
}

.news .ul a .text p span {
  position: relative;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.8rem;
  border-radius: .9rem;
}

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

.news .ul a:hover .text h3 {
  color: #01B2FE;
}

.news .ul a:hover .text p {
  color: #fff;
}

.news .ul a:hover .text p::before {
  width: 100%;
}

.news .pagination {
  padding-top: 4rem;
}

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

.ndetails .h1 {
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
}

.ndetails .time {
  display: flex;
  justify-content: center;
  margin-top: .85rem;
}

.ndetails .time span {
  display: flex;
  align-items: center;
  font-size: .9rem;
  color: #999999;
  margin: 0 1.65rem;
}

.ndetails .time span img {
  width: .8rem;
  margin-right: .55rem;
}

.ndetails .text {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  margin-top: 3.5rem;
}

.ndetails .page {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.ndetails .page a {
  max-width: 49%;
  font-size: .9rem;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: ease-out .36s;
}

.ndetails .page a:hover {
  color: #01B2FE;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 5.5rem;
}

.contact .left {
  width: 32.09%;
}

.contact .left .tit div {
  font-size: 1.8rem;
  color: #333333;
}

.contact .left .tit p {
  font-size: .9rem;
  color: #666666;
  text-transform: uppercase;
  margin-top: .25rem;
}

.contact .left ul {
  padding-top: 2rem;
}

.contact .left ul li {
  display: flex;
  align-items: start;
  margin-top: 1.2rem;
}

.contact .left ul li img {
  width: 1.6rem;
  margin-right: .75rem;
  position: relative;
  top: .1rem;
}

.contact .left ul li div {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #333333;
}

.contact .left ul li div p {
  font-size: 1rem;
  color: #666666;
  padding-top: .25rem;
}

.contact .left ul li div p span {
  font-size: 1.8rem;
  line-height: 1.3;
  background: linear-gradient(270deg, #01b2fe 0%, #22c7ab 100%), linear-gradient(90deg, #99d900 0%, #01b2fe 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: Impact;
}

.contact .right {
  width: 64.72%;
}

/* .contact .right img {
  width: 100%;
} */

#mapArea{
  width: 100%;
  height: 21.5rem;
}

/* #endregion */
/* #region  效果*/
:root {
  --hue: 223;
  --bg: hsl(var(--hue), 90%, 10%);
  --fg: hsl(var(--hue), 90%, 90%);
  --primary: hsl(var(--hue), 90%, 50%);
}

.index1 .row {
  font-size: .8rem;
  position: relative;
}

.pl {
  --dur: 3s;
  margin: auto;
  position: relative;
  width: 8em;
  height: 8em;
  position: absolute;
  left: -5rem;
  top: 1rem;
}

.pl__nucleus,
.pl__nucleus-particle {
  position: absolute;
}

.pl__nucleus {
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
}

.pl__nucleus-particle,
.pl__ring,
.pl__orbit,
.pl__electron {
  animation: particleTop var(--dur) linear infinite;
}

.pl__nucleus-particle {
  background-color: var(--primary);
  background-image: radial-gradient(37.5% 37.5% at 37.5% 37.5%, hsla(var(--hue), 10%, 90%, 0.25) 48%, hsla(var(--hue), 10%, 90%, 0) 50%);
  border-radius: 50%;
  box-shadow: -0.125em -0.125em 0 hsla(var(--hue), 10%, 10%, 0.25) inset;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  transition: background-color var(--trans-dur);
}

.pl__nucleus-particle:nth-child(2n) {
  background-color: hsl(var(--hue), 90%, 70%);
}

.pl__nucleus-particle:nth-child(n + 4):nth-child(-n + 9) {
  animation-name: particleMiddle;
}

.pl__nucleus-particle:nth-child(n + 10):nth-child(-n + 12) {
  animation-name: particleBottom;
}

.pl__nucleus-particle:nth-child(2) {
  animation-delay: calc(var(--dur) * -0.33);
}

.pl__nucleus-particle:nth-child(3) {
  animation-delay: calc(var(--dur) * -0.67);
}

.pl__nucleus-particle:nth-child(5) {
  animation-delay: calc(var(--dur) * -0.17);
}

.pl__nucleus-particle:nth-child(6) {
  animation-delay: calc(var(--dur) * -0.33);
}

.pl__nucleus-particle:nth-child(7) {
  animation-delay: calc(var(--dur) * -0.5);
}

.pl__nucleus-particle:nth-child(8) {
  animation-delay: calc(var(--dur) * -0.67);
}

.pl__nucleus-particle:nth-child(9) {
  animation-delay: calc(var(--dur) * -0.83);
}

.pl__nucleus-particle:nth-child(11) {
  animation-delay: calc(var(--dur) * -0.33);
}

.pl__nucleus-particle:nth-child(12) {
  animation-delay: calc(var(--dur) * -0.67);
}

.pl__nucleus-particle:last-child {
  animation: none;
}

.pl__rings {
  display: block;
  width: 100%;
  height: auto;
}

.pl__ring {
  animation-name: ring;
  transform-origin: 64px 64px;
}

.pl__ring:nth-child(n + 5):nth-child(-n + 7) {
  animation-delay: calc(var(--dur) * -0.25);
}

.pl__orbit,
.pl__electron {
  animation-name: orbit;
  transition: stroke var(--trans-dur);
}

.pl__orbit:first-child {
  stroke: hsla(var(--hue), 90%, 50%, 0);
}

.pl__orbit:nth-child(2) {
  stroke: hsla(var(--hue), 90%, 50%, 0.5);
}

.pl__orbit:nth-child(3) {
  stroke: hsla(var(--hue), 90%, 50%, 0.7);
}

.pl__ring:first-child .pl__orbit:first-child {
  stroke: hsla(var(--hue), 90%, 50%, 0.3);
}

.pl__ring:nth-child(2) .pl__orbit {
  animation-delay: calc(var(--dur) * -0.125);
}

.pl__ring:nth-child(3) .pl__orbit {
  animation-delay: calc(var(--dur) * -0.25);
}

.pl__ring:nth-child(4) .pl__orbit {
  animation-delay: calc(var(--dur) * -0.375);
}

.pl__ring:nth-child(5) .pl__orbit:first-child {
  stroke: hsla(var(--hue), 90%, 50%, 0.3);
}

.pl__ring:nth-child(6) .pl__orbit {
  animation-delay: calc(var(--dur) * -0.25);
}

.pl__ring:nth-child(7) .pl__electron:nth-child(2) {
  animation-delay: calc(var(--dur) * -0.25);
}

.pl__ring:nth-child(8) .pl__electron:nth-child(2) {
  animation-delay: calc(var(--dur) * -0.125);
}

.pl__ring:nth-child(8) .pl__electron:nth-child(3) {
  animation-delay: calc(var(--dur) * -0.25);
}

.pl__ring:nth-child(8) .pl__electron:nth-child(4) {
  animation-delay: calc(var(--dur) * -0.375);
}

/* Animations */
@keyframes orbit {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 580;
  }
}

@keyframes ring {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes particleTop {
  from {
    transform: rotateY(0) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(0);
  }

  to {
    transform: rotateY(-1turn) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(1turn);
  }
}

@keyframes particleMiddle {
  from {
    transform: rotateY(0) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(0);
  }

  to {
    transform: rotateY(-1turn) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(1turn);
  }
}

@keyframes particleBottom {
  from {
    transform: rotateY(0) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(0);
  }

  to {
    transform: rotateY(-1turn) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(1turn);
  }
}

footer {
  padding-top: 198px;

}

/* footer .top {
  position: relative;
} */

.ocean {
  background: #22c7ab;
  position: relative;
}

.wave {
  background: url(../image/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}


@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@-webkit-keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

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

