﻿/* #region  初始化 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;

}


html,
body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  font-family: text;
  width: 100%;
  overflow-x: hidden;
}

audio,
video {
  display: block;
}

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

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

li {
  list-style: none;
}

img {
  display: block;
  border: 0;
  /* vertical-align: middle; */
  /* image-rendering: -moz-crisp-edges;  
  image-rendering: -o-crisp-edges;     
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; */
}

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

.flex_row {
  display: flex;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.position_center-x {
  left: 50%;
  transform: translate(-50%);
}

.position_center-y {
  top: 50%;
  transform: translateY(-50%);
}

.cursor {
  cursor: pointer;
}


.textone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.texttwo {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-container {
  width: 100%;
}

.swiper-wrapper {
  height: auto;
}


/* #endregion */

/* #region  首页*/
.width {
  width: 1600px;
  margin: 0 auto;
}

.nav_modal,
.nav_icon {
  display: none;
}

.main_page {
  padding-top: 3.9rem;
}

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

.header>.width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 60;
  /* position: relative; */
}

.logo img {
  /* width: 6.6rem; */
  width: 10.6rem;
  display: none;
}

.logo .active {
  display: block;
}

.nav {
  display: flex;
}

.nav {
  font-size: .9rem;
}

.nav li>a {
  padding: 0 1.65rem;
  color: #fff;
  transition: ease-out 0.36s;
  line-height: 3.9rem;
}

.header2 {
  background: #fff;
  box-shadow: 0px 4px 15px -2px rgb(49 70 81 / 7%);
}

.header2 .nav li>a {
  color: #000;
}

.header2 .logo img {
  display: block;
}

.header2 .logo .active {
  display: none;
}






.nav li>a:hover,
.nav li>a.active {
  color: #c30009;
}

/* 
.nav_select a:hover,
.nav li>a:hover,
.nav li>a.active {
  color: #c30009;
}

.nav li {
  position: relative;
}

.nav_select {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 9px 22px 2px rgba(14, 82, 79, .15);
  padding: .8rem 1.4rem;
  border-radius: .25rem;
  display: none;
  font-size: ;
}

.nav_select a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  transition: ease-out 0.36s;
  line-height: 2.5;
}

.nav_select::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #c30009;
} */

.nav_select {
  position: absolute;
  left: 0;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, .1);
  z-index: 60;
  display: none;
  box-shadow: 0px 4px 15px -2px rgb(49 70 81 / 7%);
}

.nav_select>div {
  display: flex;
  align-items: center;
  color: #9C9C9C;
}

.nav_left {
  color: #111;
  width: 29%;
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding: 3.3rem;
  padding-left: 5.5%;

}


.nav_left div {
  font-size: 1rem;
  margin-left: auto;
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.nav_left span {
  display: block;
  font-size: 14px;
  color: #9C9C9C;
}

.nav_right {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-right: 20%;
}

.nav_right a {
  font-size: .9rem;
  color: #666;
  padding: .75rem .9rem;
  margin-left: 3.5rem;
  transition: .2s;
  text-align: left;
}

.nav_right a:hover,
.nav_right .active {
  color: #c30009;
}
.header2 .search_img div {
  background-image: url(img/search2.png);
}



.header .country {

  align-items: center;
  display: flex;
  margin-top: 27px;
}

.header .country>img {
  width: 20px;
  transition: .2s;
  display: inline-block;
}

.header .country .country_text {
  display: inline-block;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
}

.header .country .country_text div {
  position: relative;
  display: inline-block;
}

.header .country .country_text div ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

.header .country .country_text span,
.header .country .country_text a {
  font-size: .9rem;
  padding: 5px 0;
  color: #fff;
  transition: .2s;
}

.header .country .country_text img {
  width: 12px;
  margin-left: 10px;
  transition: .2s;
  display: inline-block;
}

.header .country .country_text.active img {
  transform: rotate(180deg);
}

.header2 .country>img,
.header2 .country .country_text img {
  filter: invert(100%);
}

.header2 .country .country_text span,
.header2 .country .country_text a {
  color: #000;
}



.header2 .country .country_text span,
.header2 .country .country_text a{color: #000;}




.search_img .active {
  display: block;
}

.search_img div.active {
  display: block;
}

.search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, .1);
  z-index: 50;
  display: none;
  box-shadow: 0px 4px 15px -2px rgb(49 70 81 / 7%);
}

.search .width {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search input {
  flex: 1;
  line-height: 3rem;
  outline: 0 !important;
  border: none;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}

.search input {
  padding-left: 0;
}

.search button {
  line-height: 3rem;
  border: none;
  background: none;
  padding-left: 10px;
  font-size: 16px;
  color: #c30009;
  cursor: pointer;
}



.banner {
  position: relative;
}

.banner_left,
.banner_right {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.banner_left {
  left: 6.5%;
}

.banner_right {
  right: 6.5%;
}

.banner_left img,
.banner_right img {
  width: 1.05rem;
}



/* @keyframes bannerin {
  0% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

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

.banner .swiper-slide img {
  width: 100%;
  transform: scale(1.1);
}

.banner .swiper-slide-active {
  animation: bannerin 6s ease
} */

.index3 {
  background: url(img/index3_2.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* background-position: bottom center; */
  background-position: center center;
  padding: 7rem 0 7rem 0;
  color: #fff;
  font-size: 1rem;
  line-height: 2;
}

.index3_i1 {
  font-size: 2.4rem;
  margin-bottom: .7rem;
}

.index3_i3,
.index3_i2 {
  margin-bottom: 1.45rem;

}

/* .index3_i3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
} */

.index3_left {
  width: 90%;
}

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

.index3_i4 a {
  width: 48.3%;
  border-radius: 5px;
  border: 1.5px solid #FFFFFF;
  padding: 0 1.5rem 0 1rem;
  color: #fff;
  transition: all ease-out 0.3s;
  position: relative;
  font-size: 1rem;
  color: #fff;

}

.index3_i4 div {
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index3_i4 a::before {
  content: '';
  position: absolute;
  background: #c30009;
  color: #fff;
  border: none;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: all ease-out .3s;
}

.index3_i4 a div {
  position: relative;
  z-index: 1;
  transition: all ease-out .3s;
}

.index3_i4 a:hover::before {
  width: 100%;
}

.index3_i4 a:hover {
  color: #fff;
  border: 1px solid #c30009;
  border-radius: 5px;
}

.index3_i4 a:hover div {

  transform: translateX(.5rem);
}

.index3_i4 a img {
  width: 100%;
  transition: ease-out 0.36s;
}

.index3_i4 a i {
  width: 1.5rem;
  display: block;
  position: relative;
}

.index3_i4 a img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.index3_i4 a:hover img:first-child {
  opacity: 0;
}

.index3_i4 a:hover img:last-child {
  opacity: 1;
}

.index3 .width {
  position: relative;
}

.index3 .icon {
  position: absolute;
  /* left: 52%; */
  right: 0;
  top: -6rem;
}

.index3 {
  position: relative;
}

.index3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;

  /* height: 0;
  background: url(img/index3_2.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  transition: ease-out 1s; */
  height: 100%;
  /* background: url(img/banner_bg2.png) repeat; */
  background: rgba(0, 0, 0, .1);
}

.index3.active::before {
  height: 100%;
}




.index4 {
  padding: 6rem 0 6rem 0;
}

.index4 .width {
  display: flex;
  align-items: center;
  border-radius: .5rem;
  overflow: hidden;
}

.index4 .index4_li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
}
/* .index4 .index4_li::before{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background: rgba(230, 0, 0, 0.377);
  content: "";
  top: 0;
  z-index: 0;
} */

.index4 .index4_li:last-child {
  background-position: right center;
}

.index4_li {
  width: 40%;
  height: 36.9rem;
  transition: .6s;
  color: #fff;
  padding: 4rem 5.75% 0 5.75%;
}


.index4_i1 {
  font-size: 2.4rem;

}

.index4_i2 {
  font-size: 1rem;
  margin-top: .5rem;
}

.index4_li i {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  margin-top: 1.7rem;
}

.index4_li a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  transition: ease-out 0.3s;
  opacity: 0;
}

.index4_li a img {
  width: 1rem;
  margin-left: 1rem;
  padding: 2.1rem 0;
  transition: ease-out 0.3s;
}

.index4_li.active {
  width: 60%;
}

.index4_li.active a {
  opacity: 1;
}


.index4_li a:hover img {
  transform: translateX(.5rem);
}

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

.index4_li>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  transition: ease-out .36s;
}

.index4_li:last-child>img {
  object-position: right;
}

.index4_li:hover>img {
  transform: scale(1.1);
}

.index5 {
  background-color: #f0f0f0;
  padding: 5.5rem 0 7.5rem 0;
}

.index5_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: rgba(51, 51, 51, 1);
}

.index5_left div {
  font-size: 2.4rem;
  color: #000;
}

.index5_left span {
  display: block;
  font-size: 1rem;
  margin-top: 0.65rem;
}

.index5_right {
  display: flex;
}

.index5_right li {
  font-size: 1.1rem;
  margin-left: 3rem;
  position: relative;
  padding: .75rem 0;
  cursor: pointer;
}

.index5_right li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: ease-out 0.3s;
  border-top: 1px solid #c30009;

}

.index5_right li:hover::after,
.index5_right .active::after {
  width: 100%;
}

.index5_list {
  margin-top: 3rem;
}


.index5_list .swiper-slide  {
  width: 32.5%;
  float: left;
  margin-right: 1.2%;
}
.index5_list .swiper-slide div {
  width: 100%;
  overflow: hidden;
  border-radius: .5rem;
}

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

.index5_list .swiper-slide h3 {
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1.45;
  margin-top: .55rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index5_list .swiper-slide span {
  display: block;
  font-size: 14px;
  color: rgba(161, 161, 161, 1);
  margin-top: .6rem;
}

.index5_list .swiper-container {
  display: none;
}

.index5_list .swiper-container.active {
  display: block;
}

.index5_list .swiper-slide h3,
.index5_list .swiper-slide img {
  transition: ease-out 0.36s;
}

.index5_list .swiper-slide a:hover h3 {
  color: #c30009;
}

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

.index6 {
  padding: 6.3rem 0 8.2rem 0;
}

.index6 ul {
  display: flex;
  overflow: hidden;
  border-radius: .5rem;
  margin-top: 1.9rem;
}

.index6 li {
  width: 33.33%;
  height: 19.4rem;
  color: #fff;
  position: relative;
}

.index6_video {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.index6_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index6_txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.index6_text {
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
  opacity: 0;
  visibility: hidden;


}

.index6_i1 {
  font-size: 1.9rem;
}

.index6_i2 {
  margin-top: .5rem;
}

.index6_i3 {
  margin-top: 1.2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index6_i4 {
  display: flex;
  align-items: center;
  margin-top: .8rem;
}

.index6_i4 img {
  width: 1rem;
  transform: translateX(.5rem);
  transition: ease-out 0.36s;
}

.index6_i4:hover img {
  margin-left: .5rem;
}


.index6 ul.active li {
  width: 25%;
}

.index6 ul.active li.active {
  width: 50%;
}

.index6 li,
.index6_txt,
.index6_text,
.index6_text * {
  transition: .5s;
}

.index6 li.active .index6_txt {
  opacity: 0;
  visibility: hidden;
}

.index6 li.active .index6_text {
  opacity: 1;
  visibility: visible;
}

footer {
  background: #DAF3DE;

}

.footer_top {
  padding: 1.25rem 0;
  position: relative;
}

.footer_top img {
  width: 12.6rem;
}

.footer_top::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  opacity: 1;
  border-radius: 5px;
  background: linear-gradient(90deg, #c30009 0%, #c30009 62.05%, #c30009 100%);
  /* background: linear-gradient(90deg, rgba(32, 165, 58, 1) 0%, rgba(32, 165, 58, 0.64) 62.05%, rgba(32, 165, 58, 0) 100%); */
}

.footer_center {
  padding: 2.5rem 0;
  display: flex;
}

.footer_left {
  flex: 1;
  display: flex;

}

.footer_i1 div,
.footer_left li>a {
  font-size: 1rem;
  color: #111;
  font-weight: bold;
}

.footer_left li {
  margin-right: auto;
  padding-right: .5rem;
}

.footer_i1 span,
.footer_left div a {
  font-size: 0.8rem;
  color: #333;
  margin-top: .6rem;
  transition: .2s;
}

.footer_left a:hover {
  color: #c30009;
}

.footer_i1 div {
  margin-bottom: .75rem;
}

.footer_i1 p {
  font-size: 1.6rem;
  color: #c30009;
  font-weight: bold;
  margin-bottom: 13px;
}

.footer_i1 {
  margin-top: 1.25rem;
}

.footer_i1:first-child {
  margin-top: 0;
}

.footer_bottom {
  background: #c30009;
  font-size: .8rem;
  line-height: 1.5;
  padding: .6rem 0;
  color: #fff;
  text-align: center;
}

.footer_bottom * {
  display: inline;
}

.index3 .icon {
  transform: scale(.5);
}

.index6 ul.index6_phone {
  display: none;
}

/* .picture_top { 
  display: flex; 
  flex-direction: column;
}
.picture_top::before,
.picture_top::after{
 display: block;
 flex: 1;
  content: ''; 
  width: 100%; 
  height: 100%;
  background: #fff;
  flex: 1;
}
 
.picture_top div{
  background-size: 100% auto;
}
.picture_top img{
  width: 100%;
} */

.index6_video {
  position: relative;
  z-index: 1;
}

.index6_video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

.index6_txt,
.index6_text {
  z-index: 2;
}

/* #endregion */

/* #region  新闻动态*/

.new_top {
  background: #F9F9F9;
  padding: 5rem 0;
}

.new_top .swiper-slide>div {
  display: flex;
  background: #fff;
}

.new_left {
  width: 50%;
}

.new_left img {
  width: 100%;
}

.new_right {
  width: 50%;
  padding: 3.4rem 3.125% 5rem 3.125%;

  color: #666;
}

.new_i1 {
  font-size: 1rem;
}

.new_i2 {
  font-size: 1.2rem;
  color: #333;
  margin: 1rem 0;
  line-height: 1.5;

}

.new_left img {
  height: 26rem;
  object-fit: cover;
  object-position: center;
}


.new_i3 {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}

.new_right i {
  display: block;
  width: 100%;
  border-top: 1px solid #004BD6;
  margin-top: 2.5rem;
}


.new_right a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #666;
  margin-top: 1.6rem;
  transition: .2s;
}

.new_right a img {
  width: .8rem;
  margin-left: 1.25rem;
  transition: ease-out 0.3s;
}

.new_right a:hover {
  color: #c30009;
}

.new_right a:hover img {
  transform: translateX(.5rem);
}


.new_top .width {
  position: relative;
}

.new_np {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;

  right: 1.75rem;
  bottom: 1.5rem;
}

.new_np div {
  position: relative;
}

.new_np img {
  /* width: 1rem;
  margin: 0 .8rem; */
  width: 20px;
  margin: 0 16px;
  transition: .2s;
}

.new_np img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.new_np div:hover img:first-child {
  opacity: 0;
}

.new_np div:hover img:last-child {
  opacity: 1;
}

.new_top .width {
  display: none;
}

.new_top .active {
  display: flex;
}

.new_top3 .swiper-slide>div {
  background: none;
  align-items: center;
}

.new_top3 .new_right a img {
  width: 1.7rem;
  margin-left: 0;
  margin-top: 1.5rem;
}

.new_top3 .new_right {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 .2rem 1.6rem 0 rgba(0, 0, 0, .05);
  position: relative;
  left: -4.25rem;
  padding-top: 1.4rem;
}


.new_top3 .new_left img {
  border-radius: 1rem;
}


.new_bottom {
  padding: 1.75rem 0 6.5rem 0;
}

.new_tab {
  display: flex;
  justify-content: end;
}

.new_tab div {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}

.new_tab a {
  font-size: 1.1rem;
  color: #333;
  padding: .75rem 0;
  margin-left: 3rem;
  position: relative;
}

.new_tab a:first-child {
  margin-left: 0;
}

.new_tab a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #c30009;
  transition: ease-out 0.36s;
}

.new_tab a.active::after,
.new_tab a:hover::after {
  width: 100%;
}

.new_ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.new_ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 4rem;
}

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

.new_ul a {
  border-radius: .5rem .5rem 0 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 .2rem 1.6rem 0 rgba(0, 0, 0, .1);
}

.new_ul a:hover .new_img img {
  transform: scale(1.1);
}

.new_ul .new_i2 {
  transition: .2s;
}

.new_ul a:hover .new_i2 {
  color: #c30009;
}


.new_img {
  overflow: hidden;
}

.new_img img {
  width: 100%;
  height: 17rem;
  transition: ease-out 0.36s;
  object-fit: cover;
  object-position: center;
}

.new_text {
  padding: 2.3rem 1.1rem 2.1rem 1.1rem;
  border-bottom: 1px solid #ccc;
}

.new_i2 {
  margin-top: 1rem;
}

.new_i3 {
  margin-top: 1.9rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}

.page-next,
.page-pre {
  padding: 1rem;
}

.page-next img,
.page-pre img {
  width: 1rem;
}

.page-num {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #999;
  margin: 0 .5rem;
  position: relative;
  transition: ease-out 0.36s;
  border-radius: .25rem;
}

/* .page-num::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/page_icon.png) no-repeat;
  background-size: cover;
  opacity: 0;
  transition: ease-out 0.36s;
  box-shadow: 0 .2rem 1.6rem 0 rgba(0, 0, 0, .1);
} */

.page-num:hover::before,
.page-num-current::before {
  opacity: 1;
  box-shadow: 0 .2rem 1.6rem 0 rgba(0, 0, 0, .1);
}

.page-num div {
  position: relative;
  z-index: 1;
}

.page-numbar {
  display: flex;
  align-items: center;
}

.page-num:hover,
.page-num-current {
  color: #fff;
  background: #c30009;
  box-shadow: 0 .2rem 1.6rem 0 rgba(0, 0, 0, .1);
}

.nshow_top {
  background: #F9F9F9;
}

.nshow_top .width {
  display: flex;
}

.nshow_top a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
  line-height: 4rem;
  transition: ease-out 0.3s;
}

.nshow_top img {
  width: 1.6rem;
  margin-right: 1.5rem;
}

.nshow_top a:hover {
  color: #c30009;
}

.nshow_con {
  display: flex;
  padding: 3.15rem 0 5rem 0;
  justify-content: space-between;
}

.nshow_left {
  width: 70.36%;
}

.nshow_right {
  width: 20%;
}

.nshow_con h1 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.4;
  font-weight: bold;
}

.nshow_date {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.nshow_date span {
  margin-right: 4.5rem;
}

.nshow_date span:last-child {
  margin-right: 0;
}

.nshow_p {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  margin-top: 4rem;
}

.nshow_p img {
  max-width: 100%;
  display: inline;
  margin: .5rem 0;
}

.nshow_p video {
  width: 100%;
}

.nshow_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.3rem;
}

.nshow_page a,
.nshow_page div {
  font-size: 1rem;
  color: #333;
}

.nshow_page div {
  max-width: 49%;
  display: flex;
}

.nshow_page a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .2s;
}

.nshow_page a:hover {
  color: #c30009;
}

.nshow_ul a {
  margin-top: 1.5rem;
}

.nsli_img {
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
}

.nsli_img>img {
  width: 100%;
  transition: ease-out 0.36s;
}

.nsli_txt span {
  font-size: .9rem;
  display: block;
  color: #666;
  margin-top: .8rem;
}

.nsli_txt div {
  font-size: 1rem;
  color: #333;
  margin-top: .75rem;
}

.nsli_txt span,
.nsli_txt div {
  transition: ease-out 0.3s;
}

.nshow_ul a:hover .nsli_txt span,
.nshow_ul a:hover .nsli_txt div {
  color: #c30009;
}

.nshow_ul a:hover .nsli_img>img {
  transform: scale(1.1)
}

.nsli_img div {
  position: absolute;
  left: .7rem;
  bottom: .7rem;
}

.nsli_img div img {
  width: 1.7rem;
}

.nshow_right {
  padding-bottom: 5rem;
}

.new_phone {
  display: none;
}

/* #endregion */

/* #region  关于我们*/
.introduc_bg {
  position: relative;
  overflow: hidden;
}

.introduc_bg img {
  width: 100%;
  object-fit: cover;
}

.introduc_bg img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.introduc_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  transition: 1.8s;
  overflow: hidden;
}

.introduc_modal.active {
  height: 0;
}

.introduc_top {
  position: relative;

}

.introduc_tit {
  position: absolute;
  left: 0;
  /* top: 50%; */
  top: 37%;
  width: 100%;
  /* z-index: 102; */
  transition: ease-out 0.36s;
}

.introduc_tit div {
  font-size: 2.1rem;
  /* color: #000; */
  color: #fff;
  line-height: 1.5;
  text-align: center;

}

.introduc_tit span {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 7%;
  width: 2.6rem;
  cursor: pointer;
}

.introduc_tit span img {
  width: 100%;
  transition: .2s;
}

.introduc_tit span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.introduc_tit span {
  transition: ease-out 0.36s;
}

.introduc_tit div {
  /* animation-delay:1.8s; */
  animation-delay: 1.6s;
}

.fadeInUp2 {
  animation-name: fadeInUp2;
}

.fadeInUp3 {
  animation-name: fadeInUp3;
}

.fadeInUp3,
.fadeInUp2 {
  animation-fill-mode: both;
  animation-duration: 1s;
}

@keyframes fadeInUp2 {
  0% {
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: none;
  }
}

@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 3rem, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.introduc_tit span {
  animation-delay: 2.2s;
}

.introduc_modal .introduc_tit div {
  color: #000;
}

.introduc_modal .introduc_tit {
  top: 0;
  transition: 0s;
}

.introduc_modal>div {
  position: relative;
  width: 100%;
  height: 100%;
}

.introduc_tit span:hover img:first-child {
  opacity: 0;
}

.introduc_tit span:hover img:last-child {
  opacity: 1;
}

.introduc_nav {
  /* display: flex;  */
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, .16);
}

.introduc_nav {
  background: #fff;
  position: relative;
  z-index: 5;
}

.introduc_nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.7rem;
  font-size: 1.3rem;
}

.introduc_nav a span,
.introduc_nav a div {
  position: relative;
  z-index: 1;
}

.introduc_nav a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 85%;
  background: #C4C4C4;
  opacity: .3;
}


.introduc_nav a:hover::after,
.introduc_nav a.active::after,
.introduc_nav .swiper-slide:last-child a::after {
  display: none;
}

.introduc_nav i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(img/inav_bg.png) no-repeat;
  background-size: cover;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: ease-out 0.36s;

}

.introduc_nav span img {
  width: 1.5rem;
  transition: ease-out 0.36s;
}

.introduc_nav span img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.introduc_nav a div {
  margin-top: .6rem;
  color: #333;
  transition: ease-out 0.3s;
}

.introduc_nav a:hover i,
.introduc_nav a.active i {
  opacity: 1;
}

.introduc_nav a:hover div,
.introduc_nav a.active div {
  color: #fff;
}

.introduc_nav a:hover span img:first-child,
.introduc_nav a.active span img:first-child {
  opacity: 0;
}

.introduc_nav a:hover span img:last-child,
.introduc_nav a.active span img:last-child {
  opacity: 1;
}

.introduc1 {
  background: url(img/introduc1_bg.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding-bottom: .4rem;
}

.introduc1_left {
  width: 50%;
  padding-bottom: 5rem;
}


.introduc1_right {
  width: 35%;
}

.introduc1_con {
  display: flex;
  align-items: center;
  margin-top: 5rem;
}

.introduc1_left img {
  width: 3rem;
}

.introduc1_left h3 {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.5;
  margin-top: 2.3rem;
  font-weight: bold;
}

.introduc1_left>div {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  margin-top: 2.4rem;
}

.introduc1_right {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-left: auto;
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
}

.introduc1_right li {
  width: 50%;
  padding: 1rem 1.6rem 1.5rem 1.5rem;
  border-bottom: 1px solid #c30009;
}

.introduc1_right li:nth-child(odd) {
  border-right: 1px solid #c30009;
}

.introduc1_right li:nth-last-child(2),
.introduc1_right li:nth-last-child(1) {
  border-bottom: none;
}

.introduc1_right p {
  display: block;
  min-height: 3.5rem;
}

.introduc1_right div {
  display: flex;
  justify-content: center;
  align-items: end;
  line-height: 1;
}

.introduc1_right i {
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 .5rem;
  position: relative;
  top: .15rem;
}

.introduc1_right i {
  color: #09BB07;
}

.introduc1_right span {
  color: #09BB07;
}

.introduc2 {
  padding: 3.35rem 2.5rem;
  background: url(img/introduc2_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 1rem;
  color: #C4ECFF;
  line-height: 1.5;
  margin: 5rem auto 5rem auto;
}

.introduc2_i2 {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 2.1rem;
  font-weight: bold;
}

.introduc2_i2 p {
  padding: .5rem 0;
}

.introduc2_i3 {
  width: 62%;
  margin: 0 auto;
  margin-top: 2.3rem;
}

.introduc2 a {
  width: 2.5rem;
  margin: 0 auto;
  margin-top: 2.9rem;
  position: relative;
  cursor: pointer;
}

.introduc2 a img {
  width: 100%;
}

.introduc2 a img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: ease-out 0.36s;
}

.introduc2 a:hover img:first-child {
  opacity: 0;
}

.introduc2 a:hover img:last-child {
  opacity: 1;
}

/* .introduc3{
  height: 30.8rem;
  background: url(img/introduc3_bg.png) no-repeat;
  background-size:   auto 100% ;
  background-position: center ;
} */

.introduc3 {
  position: relative;
}

.introduc3_bg {
  height: 30.8rem;
  margin: 0 auto;
}

#introduc3_text {
  position: absolute;
  width: 100%;
  height: 100%;
}

.introduc3_li {
  display: flex;
  align-items: end;
  position: relative;
}

/* .introduc3_li:last-child div {
  text-align: right;
} */

.introduc3_li2 div {
  text-align: right;
}


.introduc3_li img {
  width: 3.55rem;
}

.introduc3_li div {
  color: #333;
  font-size: 1.2rem;
  margin: 0 1.5rem;
}

.introduc3_li b {
  font-size: 1.5rem;
  display: block;
  font-weight: bold;
  display: block;
}

.introduc3_li span {
  margin-top: .4rem;
  text-transform: uppercase;
  display: block;
}

.introduc3_li p {
  font-size: 1.2rem;
  color: #000;
  margin-top: 2.3rem;
  display: block;
}

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

#introduc3_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* .introduc3_li:first-child {
  top: 12.25rem;
  left: 2.5rem;
}

.introduc3_li:last-child {
  top: 4.25rem;
  right: 8rem;
} */

.introduc3_li {
  position: absolute;
  top: 12.25rem;
  left: 2.5rem;
}

.introduc3_li2 {
  top: 4.25rem;
  left: auto;
  right: 2.5rem;
}

.introduc3_ul .layer {
  width: 100%;
  height: 100%;
}


.introduc4_bg {
  margin: 1.5rem auto 0 auto;
  width: 100%;
  max-width: 1200px;
}

.introduc4_bg>img {
  max-width: 100%;
}

.introduc4_top {
  text-align: center;
}

.introduc4_top span {
  font-size: 1rem;
  display: block;
}

.introduc4_top div {
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  margin-top: 2.5rem;
}

.introduc4 {
  padding: 3.4rem 0 1.6rem 0;
}

.introduc_bgcolor {
  background: linear-gradient(to bottom, #fff, #E9F5FE);
}

.architecture {

  padding-bottom: 5.3rem;
}

.architecture_h {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-top: 1.6rem;
}


.architecture_img {
  width: 100%;
  max-width: 68.35rem;
  position: relative;
  margin: 0 auto;
  margin-top: 8.8rem;
}

.architecture_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.architecture_icon {
  position: absolute;
  left: 0;
  width: 11.9rem;
  height: 11.9rem;
  /* width: 13.15rem;
  height: 13.15rem; */
  top: 12.5rem;
  border-radius: 50%;
  z-index: 1;
}


.architecture_icon:before,
.architecture_icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  /* background-color: #03bafd; */
  background-color: #b3edc9;
  left: -10%;
  top: -10%;
  animation: scale1 2s linear infinite;
}

.architecture_icon:before {
  display: none;
  content: "";
  display: block;
  animation: scale1 2s 1s linear infinite;
}

@keyframes scale1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.branch_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.branch_ul li {
  width: 46.9%;
  margin-top: 2rem;
}

.branch_ul a {
  width: 100%;
  font-size: 1.2rem;

  padding: 2.25rem 1.8rem 3.2rem 1.8rem;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .08);
  position: relative;
  color: #333;
  transition: ease-out 0.3s;


}

.branch_ul a p {
  position: relative;
  z-index: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.branch_ul a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  margin-top: 2.6rem;
  position: relative;
  z-index: 0;
  transition: ease-out 0.36s;
}

.branch_ul a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(133.09deg, rgba(0, 204, 130, 1) 0%, rgba(67, 178, 230, 1) 69.73%, rgba(0, 204, 255, 1) 100%);
  transition: ease-out 0.36s;
  opacity: 0;
}

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

.branch_ul a:hover::after {
  background: #fff;
}

.branch_ul a:hover::before {
  opacity: 1;
}

.branch_con .pagination {
  padding: 7rem 0;
}


.branch_ul li:nth-child(even) {
  animation-delay: .1s;
}

.society_top {
  display: flex;
  align-items: center;
  padding: 3.4rem 0 5rem 0;
}

.society_right {
  width: 42.83%;
  margin-left: auto;
}

.society_right img {
  width: 100%;
}

.society_left {
  line-height: 1.5;
  width: 40%;
}

.society_left h3 {
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
}

.society_left div {
  font-size: 1rem;
  color: #666;
  margin-top: 2rem;
  text-indent: 2rem;
}

.society_bottom {
  background-image: url(img/society_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 22.5rem;

  margin-bottom: 5rem;
}

.society_bottom div {
  padding: 5rem 11.25rem;
}


.cooperate_con {
  display: flex;
  align-items: flex-start;
  padding-bottom: 7.5rem;
}

.cooperate_left {
  width: 53%;
  padding: 6.9rem 0;
  position: relative;
  z-index: 2;
}

.cooperate_left h3 {
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
}

.cooperate_left p {
  font-size: 1.4rem;
  color: #666;
  margin-top: 2.35rem;
}

.cooperate_left div {
  display: flex;
  margin-top: 1.8rem;
}

.cooperate_left a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #666666;
  line-height: 1;
  padding: .5rem 0;
  transition: ease-out .3s;
}

.cooperate_left a img {
  width: .8rem;
  margin-left: 1.25rem;
  transition: ease-out .3s;
}

.cooperate_left a:hover {
  color: #c30009;
}

.cooperate_left a:hover img {
  transform: translateX(.5rem);
}

.cooperate_right {
  width: 46.88%;
  height: 35rem;
  padding: 1.1rem 0;
  position: relative;
  margin-left: auto;
}


.cooperate_yuan {
  position: absolute;
  top: 13.5rem;
  left: 9rem;


  width: 8.6rem;
  height: 8.6rem;

}

.cooperate_yuan p {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: linear-gradient(133.09deg, rgba(0, 204, 130, 1) 0%, rgba(67, 178, 230, 1) 69.73%, rgba(0, 204, 255, 1) 100%);
  border-radius: 50%;
}

.cooperate_yuan i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 600%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  /* background-color: #eff4ff; */
  background-color: #E8FAF2;
  box-shadow: inset 2.9px 0.7px 1px 0px rgba(220, 229, 247, 0.05);
  border: solid 2px #E8FAF2;
  z-index: 1;
}

.cooperate_yuan i::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.cooperate_yuan i:nth-child(1) {
  animation: cooperate_i 6s infinite;
}

.cooperate_yuan i:nth-child(2) {
  animation: cooperate_i 6s 1s infinite;
}

.cooperate_yuan i:nth-child(3) {
  animation: cooperate_i 6s 2s infinite;
}

.cooperate_yuan i:nth-child(4) {
  animation: cooperate_i 6s 3s infinite;
}

.cooperate_yuan i:nth-child(5) {
  animation: cooperate_i 6s 4s infinite;
}

.cooperate_yuan i:nth-child(6) {
  animation: cooperate_i 6s 5s infinite;
}

@keyframes cooperate_i {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.cooperate_ul {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* transition: all 0.5s 1s;
  animation: cooperate_aim 2.5s  linear infinite; */
}

.cooperate_ul a {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 4px 32px rgba(21, 140, 219, 0.2);
  transition: ease-out 1s;
}

.cooperate_ul img {
  width: 100%;
}


.cooperate_ul li {
  width: 6.9rem;
  position: absolute;
  left: 5.8rem;
  top: .6rem;
}

.cooperate_ul li a {
  width: 100%;
}

.cooperate_ul li {
  transition: ease-out 1s;
  animation: cooperate_aim 2.5s linear infinite;
}

.cooperate_ul li:nth-child(2) {
  left: 18.4rem;
  top: .6rem;
  animation: cooperate_aim 2.5s linear infinite;
  animation-delay: 1s;
}

.cooperate_ul li:nth-child(3) {
  left: auto;
  right: 3.4rem;
  top: 9.7rem;
  animation: cooperate_aim 2.5s linear infinite;

}

.cooperate_ul li:nth-child(4) {
  left: auto;
  top: auto;
  right: 10.75rem;
  bottom: 8rem;
  animation: cooperate_aim 2.5s linear infinite;
  animation-delay: 1s;
}

.cooperate_ul li:nth-child(5) {
  left: 12.7rem;
  top: auto;
  bottom: 0;
  animation: cooperate_aim 2.5s linear infinite;

}

.cooperate_ul li:nth-child(6) {
  top: auto;
  left: 0;
  bottom: 7.25rem;
  animation: cooperate_aim 2.5s linear infinite;
  animation-delay: 1s;
}





.cooperate_ul li:nth-child(7) {
  top: 11rem;
  left: 0;
  animation: cooperate_aim 2.5s linear infinite;
  /* animation-delay: 1s; */
}

.cooperate_ul li:nth-child(8) {
  top: auto;
  left: auto;
  right: 6rem;
  bottom: 2rem;
  animation: cooperate_aim 2.5s linear infinite;
  animation-delay: 1s;
}






.cooperate_ul li:nth-child(even) a {
  transform: scale(.84);
}

@keyframes cooperate_aim {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(7%, 5%, 0) scale(.9);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.cooperate_dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cooperate_dot span {
  position: absolute;
  width: 300%;
  height: 300%;
  border-radius: 50%;
  left: 50%;
  top: 50%;

  animation: cooperate_dian 15s linear infinite;
}

.cooperate_dot span:nth-child(2) {
  animation: cooperate_dian 20s linear infinite;
}

.cooperate_dot span:nth-child(3) {
  animation: cooperate_dian 18s linear infinite;
}

.cooperate_dot span:nth-child(4) {
  animation: cooperate_dian 25s linear infinite;
}

.cooperate_dot span:nth-child(2) {
  width: 260%;
  height: 260%;
}

.cooperate_dot span:nth-child(3) {
  width: 180%;
  height: 180%;
}

.cooperate_dot span:nth-child(4) {
  width: 130%;
  height: 130%;
}

.cooperate_dot span::after {
  content: '';
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #EBAD81;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cooperate_dot span:nth-child(2)::after {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: #158CDB;
}

.cooperate_dot span:nth-child(3)::after {
  left: auto;
  right: 0;
  top: 50%;
  background: #c30009;
}

.cooperate_dot span:nth-child(4)::after {
  left: 50%;
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0) scale(.6);
  background: #43CF7C;
}

@keyframes cooperate_dian {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);

  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


/* #endregion */

/* #region  加入我们*/
.join1 {
  background: url(img/join1_bg.png) no-repeat;
  background-position: center right;
  background-size: cover;
  /* padding: 7.1rem 0 6.3rem 0; */
  padding: 11rem 0 7.5rem 0;
}

.join1_text span {
  font-size: 3.6rem;
  font-weight: bold;
  background: linear-gradient(to right, #004BD6, #3ABCCF, #06F842);
  -webkit-background-clip: text;
  color: transparent;
}

.join1_text p {
  font-size: 2.2rem;
  color: #333;
  margin-top: 1.4rem;
  display: block;
}

.join1_text div {
  display: flex;
}

.join1_text a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #666;
  padding: 1.8rem 0;
  transition: ease-out .3s;
}

.join1_text img {
  width: .8rem;
  margin-left: 1.25rem;
  transition: ease-out .3s;
}

.join1_text a:hover {
  color: #c30009;
}

.join1_text a:hover img {
  transform: translateX(.5rem);
}

.join1_bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 6rem;
}

.join1_bottom a {
  /* width: 46.88%; */
  width: 37.5%;
  position: relative;
  background: #F2F9FF;
  border: 1px solid #fff;
  border-radius: .5rem;
}


.join1_bottom a:nth-child(2) {
  animation-delay: .1s;
}

.join1_bottom img {
  width: 100%;
  opacity: 0;
  transition: ease-out .36s;
}

.join1_bottom span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #000;
  transition: ease-out .35s;
}

.join1_bottom a:hover {
  border: none;
}

.join1_bottom a:hover img {
  opacity: 1;
}

.join1_bottom a:hover span {
  color: #fff;
}

.join2 {
  padding: 5rem 0;
}

.join2_con {
  width: 78.75%;
  margin: 0 auto;
}

.join2_top {
  text-align: center;

}

.join2_top span {
  font-size: 1rem;
  color: #666;
  display: block;
}

.join2_top div {
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  margin-top: 1.5rem;
}

.join2_top p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  display: block;
  margin-top: 1.5rem;
}

.join2_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}

.join2_bottom li {
  width: 48.4%;
  height: 8.5rem;
  background: #F7F8FA;
  border-radius: .5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 2.2rem;
  font-size: 1.2rem;
  color: #000;
  margin-top: 1.5rem;
}

.join2_bottom img {
  width: 4.3rem;
  transition: ease-out .5s;
}

.join2_bottom span {
  margin-left: 2.3rem;
}

.join2_bottom li:hover img {
  transform: rotateY(180deg);
}


.join3 {
  position: relative;
}

.join3_bg {
  width: 100%;
  height: 100vh;
  background: url(img/join3_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* .join3_bg:before {

  content: '';

  position: fixed;

  z-index: -1;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: url(img/join3_bg.jpg) center 0 no-repeat;

  background-size: cover;

} */


.join3_route {
  position: absolute;
  left: 50%;
  bottom: 6.2rem;
  transform: translateX(-50%);
  display: flex;
}

.join3_route a {
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  border-radius: .5rem;
  background: rgba(204, 204, 204, .6);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.join3_route i {
  width: 2rem;
  position: relative;

}

.join3_route a::before,
.join3_route span,
.join3_route i,
.join3_route img {
  transition: ease-out .36s;
}

.join3_route img {
  width: 100%;
}

.join3_route img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.join3_route span {
  font-size: 1.8rem;
  color: #fff;
  margin-left: .8rem;
}

.join3_route a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
}

.join3_route a:hover img:first-child {
  opacity: 0;
}

.join3_route a:hover img:last-child {
  opacity: 1;
}

.join3_route a:hover i,
.join3_route a:hover span {
  transform: translateX(.5rem);
  color: #c30009;
}

.join3_route a:hover::before {
  width: 100%;
}

.join4 {
  padding: 5rem 0;
}

.join4_con {
  position: relative;
  margin-top: 2rem;
  padding-left: 8.85%;
}

.join4_left {
  width: 31.25rem;
  height: 17.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background: #F7F8FA;
  border-radius: 10px;
  position: absolute;
  left: -28.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;


}

.join4_left img {
  width: 3.55rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%)
}

.join4_left img:last-child {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.join4_left p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.8rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: ease-out .3s;
}

.join4_left p.active {
  opacity: 1;
}


.join4_right {
  width: 65%;
  margin-left: auto;
  position: relative;
}


.join4_right .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

.join4_right .swiper-slide {
  padding-right: 3.5rem;
}

.join4_right .swiper-container {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}

.join4_dot,
.join4_right .swiper-slide {
  width: 40.8rem !important;
  max-width: 100% !important;
}


.join4_dot {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.join4_dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: .6;
  transition: ease-out .3s;
}


.swiper-container-horizontal>.join4_dot.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}

.swiper-container-horizontal>.join4_dot.swiper-pagination-bullets {
  bottom: 0;
  padding: .85rem 0;
}

.join4_dot .swiper-pagination-bullet-active {
  opacity: 1;
}


/* #endregion */

/* #region  联系我们*/
.contact_top {
  position: relative;
}

.contact_top img {
  width: 100%;
}

.contact_top .width {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact_top .width div {
  font-size: 2.1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-weight: bold;
}

.contact_top span {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.contact_top p {
  width: 62%;
  text-align: center;
  /* background: linear-gradient(to right, #004BD6, #04CAFD); */
  background: linear-gradient(133.09deg, rgb(0, 204, 130) 0%, rgb(67, 178, 230) 69.73%, rgb(0, 204, 255) 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 1.4rem;
}

/* .contact_top::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.9rem;
  background: linear-gradient(to bottom , #000,#fff);
  opacity: .5;
} */

.contact_bottom {
  display: flex;
  align-items: center;
  padding: 7.3rem 0;
}

.contact_left {
  width: 46.44%;
}

.contact_left>img {
  width: 100%;
}

.contact_right {
  width: 46.5%;
  margin-left: auto;
}

.contact_right h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

.contact_right i {
  display: block;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  margin-top: 1rem;
}

.contact_right ul {
  padding-top: .2rem;
}

.contact_right li {
  margin-top: 1rem;
}

.contact_right li div {
  display: flex;
  align-items: center;

}

.contact_right li img {
  width: 1rem;
}

.contact_right li a {
  position: relative;
  top: .1rem;
}

.contact_right li a img,
.contact_right li a {
  display: inline;
}

.contact_right li span {
  font-size: .9rem;
  background: linear-gradient(to right, #024ED6, #1CDF7E);
  -webkit-background-clip: text;
  color: transparent;
  margin-left: .5rem;
}

.contact_right li p {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5;
  margin-top: .65rem;
}

.contact_right li p.active {
  font-weight: bold;
}

/* #endregion */

/* #region  发展历程*/

.develop_con {
  margin-top: 4rem;
}

.develop_con .swiper-slide {
  width: 17.1rem;
}

.develop_top img {
  width: 100%;
  height: 9.6rem;
}

.develop_top p {
  height: 9.5rem;
  font-size: 1rem;
  color: #000;
  line-height: 1.4;
  display: block;
  padding: .75rem .3rem 1.5rem .3rem;

}

.develop_bottom {
  position: relative;
}

.develop_bottom div {
  position: absolute;
  font-size: 1.2rem;
  color: #CCCCCC;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 1.8rem;
  transition: ease-out .3s;
}

.develop_bottom i {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  background: #CCCCCC;
  transform: scale(.5);
  transition: ease-out.3s;

}

.develop_bottom i::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/develop_icon.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}



.develop_con .swiper-slide:nth-child(even) {
  position: relative;

  display: flex;
  flex-direction: column-reverse;
}

.develop_con .swiper-slide:nth-child(even) .develop_top div {
  padding-top: 3rem;
}

.develop_con .swiper-slide:nth-child(even) .develop_bottom div {
  top: auto;
  bottom: 1.8rem;
}

.develop_con .swiper-container {
  height: 46rem;
  position: relative;

}

.develop_con .swiper-wrapper {
  height: auto;
}

.develop_pn,
.develop_line,
.develop_con .swiper-slide:nth-child(even) {
  top: 19.1rem;
}

.develop_line {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  transform: translateY(10px);
  z-index: 0;
}

.develop_pn {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(10px);
}

.develop_pn div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.develop_pn div:last-child {
  left: auto;
  right: 0;
}

.develop_pn div img {
  width: .65rem;
  height: auto;
  position: relative;
  z-index: 1;
}

.develop_pn div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0D5FD9, #13EA64);
  z-index: 0;
  opacity: 0;
  transition: ease-out .3s;
}

.develop_pn div:hover::before {
  opacity: 1;
}


.develop_con .swiper-slide-active .develop_bottom i {
  transform: scale(1);
}

.develop_con .swiper-slide-active .develop_bottom i::after {
  opacity: 1;
}

.develop_con .swiper-slide-active .develop_bottom div {
  font-size: 1.8rem;
  background: linear-gradient(133.09deg, rgba(0, 204, 130, 1) 0%, rgba(67, 178, 230, 1) 69.73%, rgba(0, 204, 255, 1) 100%);
  -webkit-background-clip: text;
  color: transparent;
  ;
}

.develop_swp {
  position: relative;
}





/* #endregion */

/* #region  业务服务*/

.business {
  width: 100%;
  height: 100vh;
  background: url(img/business_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business_title {
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(to right, #fff, rgb(255, 2, 2));
  -webkit-background-clip: text;
  color: transparent;
  ;
}

.business_con {
  position: relative;
  top: 2rem;
}

.business_swp {
  margin-top: 5rem;
}

.business_swp .swiper-container {
  overflow: visible;
}

.business_swp .swiper-slide {
  width: 26rem;
  margin-right: 2.5rem;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}

.business_swp .swiper-slide:last-child {
  margin-right: 0;
}

.business_swp .swiper-wrapper {
  height: auto;
}

.business_swp img {
  width: 100%;
}

.business_swp a img {
  transition: ease-out .5s;
}

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

.business_swp .swiper-slide div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 2.25rem;
  transform: translateY(65%);
  transition: ease-out 1s;
  z-index: 2;
}

.business_swp .swiper-slide p {
  font-size: 1.4rem;
  font-weight: bold;
}

.business_swp .swiper-slide span {
  font-size: .9rem;
  line-height: 1.4;
  display: block;
  margin-top: 2.6rem;
}

.business_swp .swiper-slide:hover div {
  transform: translateY(0);
}


.business_swp .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, #000, transparent);
  opacity: .7;
  transition: ease-out .36s;
  z-index: 1;
}


.business_swp .swiper-slide:hover::before {
  height: 100%;
}



.business_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.5rem;
}

.business_bot {
  background: #fff;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
}

.business_bot .swiper-pagination-bullet {
  border-radius: 0;
  width: 75px;
  height: 3px;
  background: none;
  opacity: 1;
  margin: 0;
  transition: ease-out .3s;
  /* margin: 0 10PX; */
}

.business_bot .swiper-pagination-bullet-active {
  background: #c30009;
}

.business_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business_icon img {
  width: 2rem;
  position: relative;
  z-index: 1;
  animation: bsicon 5s linear infinite;
}

.business_icon i {
  width: .1rem;
  height: 2.75rem;
  background: #fff;
  border-radius: 5px;
  position: relative;
  top: -.8rem;
}


@keyframes bsicon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.construct_bg {
  position: relative;
}

.construct_bg img {
  width: 100%;
}

.construct_bg div {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.construct_bg p {
  display: block;
}

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

.construct_left {
  width: 47.2%;
}

.construct_round {
  width: 27.9rem;
  height: 25.15rem;
  position: relative;
  margin: 0 auto;
}

.construct_round li {
  /* width: 15.25rem;
  height: 15.25rem; */
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  overflow: hidden;
  /* background: #5BA649; */
  border: .173rem solid rgba(91, 166, 73, 1);
  color: rgba(91, 166, 73, 1);
  /* font-size: 3rem; */
  font-size: 2.05rem;
}

.construct_round div {
  /* width: 9.25rem;
  height: 9.25rem; */
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-56%, -50%);
}

.construct_round div img {
  width: 78.78%;
}

.construct_round p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* font-size: 3rem; */
  font-size: 2.1rem;
  color: #000;
}

.construct_round li {
  
  position: absolute;
}

.construct_round li:nth-child(1) {
  /* animation: cst_li1 2s linear infinite; */
  left: 19%;
  top: 25%;
}

.construct_round li:nth-child(2) {
  width: 8.6rem;
  height: 8.6rem;

  top: 22%;
  left: 43%;

  border: .173rem solid rgba(255, 106, 0, 1);
  color: rgba(255, 106, 0, 1);
  /* animation: cst_li2 2s linear infinite; */
}

.construct_round li:nth-child(3) {
  width: 8.4rem;
  height: 8.4rem;
  top: 47%;
  left: 30.5%;
  border: .173rem solid rgba(33, 84, 165, 1);
  color: rgba(33, 84, 165, 1);
  /* animation: cst_li3 2s linear infinite; */
}

@keyframes cst_li1 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(1rem, 1rem);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes cst_li2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-1rem, 1rem);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes cst_li3 {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -1rem);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.construct_round span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.construct_round li:nth-child(2) span {
  top: 38%;
  left: 60%;
}

.construct_round li:nth-child(3) span {
  top: 61%;
  left: 50%;
}

.construct_round i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  animation: lantern3 50s linear infinite;
}

.construct_round i img {
  width: 30.25rem;
}

@keyframes lantern3 {

  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
 
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.construct_text {
  width: 47.2%;
}

.construct_title {
  position: relative;
}

.construct_title div {
  font-size: 6.1rem;
  font-weight: bold;
  color: rgba(0, 0, 0, .05);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.construct_title span {
  font-size: 2.4rem;
  color: #000;
  padding-left: 2.8rem;
  padding-top: 3.5rem;
  display: block;
  line-height: 1.3;
}

.construct_p {
  font-size: 1.1rem;
  color: #767782;
  line-height: 1.5;
  margin-top: 4.3rem;
  padding: 0 1.6rem;
}

.construct_con {
  margin-top: 9.4rem;
}

.construct_img {
  width: 47.2%;
  padding-left: 4%;
  position: relative;
}

.construct_img img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.construct_img div {
  position: relative;
}

.construct_img div::before {
  content: '';
  position: absolute;
  right: 6.96%;
  top: 9.9%;
  width: 97%;
  height: 97%;
  background: url(img/construct_color.png) no-repeat;
  background-size: 100% 100%;
}

.construct_img:nth-child(2) {
  padding-left: auto;
  padding-right: 4%;
}

.construct_img:nth-child(2) div::before {
  left: 6.96%;
  right: auto;
  transform: scaleX(-1);
}


/* .construct_img{
  width: 47.2%;
  padding-right: 4%;
  position: relative;
}

.construct_img img{
  width: 100%;
  position: relative;
  z-index: 1;
}

.construct_img div{
  position: relative;
}
.construct_img div::before{
  content: '';
  position: absolute;
  left: 6.96%;
  top:  9.9%;
  width: 97%;
  height: 97%; 
  background: url(img/construct_color.png) no-repeat;
  background-size: 1g:\Microsoft VS Code\resources\app\out\vs\code\electron-sandbox\workbench\workbench.html00% 100%;
} */


.construct {
  padding-bottom: 7.5rem;
}


.construct_con>div:nth-child(2) {
  animation-delay: .2s;
}

@keyframes cst_li3 {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -1rem);
  }

  100% {
    transform: translate(-50%, 0);
  }
}


.cst2 {
  text-align: center;

}

.construct_title.cst2 div {
  width: 100%;
  text-align: center;
}

.construct_title.cst2 span {
  padding-left: 0;
}

.construct_ul {
  color: #fff;
  margin-bottom: 5rem;
  margin-top: 3.4rem;
}

.construct_ul li {
  height: 28rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: .5rem;
}


.construct_ul .width span {
  font-size: 1.5rem;
}

.construct_ul .width div {
  width: 50%;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: .8rem;
}

/* #endregion */

/* #region  业务服务2*/
.manufacture {
  padding: 5rem 0 16.5rem 0;
}

.manufacture_top div {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
}

.manufacture_top span {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.4;
  display: block;
  margin-top: .7rem;
}

.manufacture_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5rem;
}

.manufacture_ul li {
  width: 23.75%;
}

.manufacture_ul a {
  width: 100%;
  position: relative;
  color: #fff;
}

.manufacture_ul a>img {
  width: 100%;
}

.manufacture_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.8rem;
  padding: 1.5rem 1.4rem;
}

.manufacture_ul a::before,
.manufacture_ul a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.manufacture_ul a::before {
  height: 20%;
  background: linear-gradient(to top, #000, transparent);
  opacity: .75;
}

.manufacture_ul a::after {
  height: 90%;
  background: linear-gradient(to top, #000, transparent);
  opacity: .75;
}

.manufacture_long {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  z-index: 1;
  text-align: center;
  padding-top: 5.8rem;
}

.manufacture_p {
  margin-top: 1rem;

}

.manufacture_p span {
  font-size: 1.8rem;
}

.manufacture_p p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 2.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.manufacture_icon {
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 auto;
}

.manufacture_icon img {
  width: 100%;
}

.manufacture_ic1 {
  animation: bsicon 8s linear infinite;
}

.manufacture_ic3,
.manufacture_ic2 {
  position: relative;
}

.manufacture_ic2 img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  animation: manu_icon2 1.8s linear infinite;
}

@keyframes manu_icon2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.manufacture_ic3 div {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  height: 0;
  overflow: hidden;
  animation: manu_icon3 3s linear infinite;
}

@keyframes manu_icon3 {
  0% {
    height: 0;
  }

  50% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.manufacture_ul a {
  transition: ease-out .5s;
  overflow: hidden;
}

.manufacture_ul a>img {
  transition: ease-out .5s;

}

.manufacture_ul a::after,
.manufacture_long,
.manufacture_title,
.manufacture_ul a::before {
  transition: ease-out .5s;
}

.manufacture_ul a:hover .manufacture_title,
.manufacture_ul a:hover::before,
.manufacture_ul a::after,
.manufacture_long {
  opacity: 0;
}

.manufacture_ul a:hover .manufacture_long {
  opacity: 1;
}

.manufacture_ul a:hover::after {
  opacity: .75;
}

.manufacture_ul a:hover {
  transform: translateY(-2rem);
}

.manufacture_ul a:hover>img {
  transform: scale(1.1);
}



.operate1 {
  padding: 5rem 0 7.5rem 0;
}

.operate1_top span {
  font-size: 2.4rem;
  color: #333;
}

.operate1_top p {
  font-size: 1.1rem;
  color: #666;
  display: block;
  margin-top: .6rem;
}

.operate1 ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.75rem;
}

.operate1 li {
  width: 32.25%;
  margin-right: 1.625%;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1rem;
}

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

.operate1 li img {
  width: 100%;
  transition: ease-out .6s;
}

.operate1 li:hover img {
  transform: scale(1.1);
}

.operate2 {
  position: relative;
}

.operate2>img {
  width: 100%;
  /* min-height: 26.35rem; */
  height: 26.35rem;
  object-fit: cover;
}

.operate2_bg {
  width: 100%;
  height: 26.35rem;
  object-fit: cover;
  background: url(img/operate2_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.operate2_bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(133.09deg, rgba(0, 75, 214, 0.3) 0%, rgba(67, 178, 230, 0.3) 39.87%, rgba(0, 255, 51, 0.3) 99.93%);
}

.operate2 .width {
  position: absolute;
  left: 50%;
  top: 11.1rem;
  transform: translateX(-50%);
}

.operate2 ul {
  width: 94.38%;
  margin: 0 auto;
  padding: 2rem;
  /* display: flex;
  justify-content: space-between; */
  background: #fff;
  border-radius: 1.5rem;
}



/* .operate2 li{
  width: 24.2%;
  border: .1rem solid #c30009;
  border-radius: 1rem;
  padding: 2.1rem 1rem 3.25rem 1rem;
  color: #333;
  text-align: center;
}

.operate2 li img{
  width: 4.3rem;
  margin: 0 auto;
  transition: ease-out .6s;
}

.operate2 li div{
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1.9rem;
}

.operate2 li p{
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: .9rem;
}

.operate2 li:hover img{
  transform: scaleX(-1);
}

 */



.operate2 li {
  border: 2px solid #c30009;
  border-radius: 1rem;
  padding: 2.1rem 1rem 0 1rem;
  color: #333;
  text-align: center;
  height: 17.3rem;
}

.operate2 li img {
  width: 4.3rem;
  margin: 0 auto;
  transition: ease-out .6s;
}

.operate2 li div {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1.9rem;
}

.operate2 li p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: .9rem;
}

.operate2 li:hover img {
  transform: scaleX(-1);
}


.operate2 .swiper-slide {
  height: 100%;
}


.manufacture_ul a:nth-child(2) {
  animation-delay: .1s;
}

.manufacture_ul a:nth-child(3) {
  animation-delay: .2s;
}

.manufacture_ul a:nth-child(4) {
  animation-delay: .3s;
}











.operate3 {
  padding: 11rem 0 6.5rem 0;
}

.operate3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1rem;
}

.operate3 li {
  width: 32.25%;
  margin-top: 2.8rem;
}

.operate3 li i {
  display: block;
}

.operate3 li i {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.operate3 li img {
  width: 100%;
  transition: ease-out .6s;
}

.operate3 li div {
  font-size: 1.1rem;
  color: #000;
  margin-top: 1rem;
}

.operate3 li:hover img {
  transform: scale(1.1);
}

/* .operate3 li:nth-child(2n+2){ 
  animation-delay: .1s;
} */


/* #endregion */

/* #region  修改*/
.index5_top a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #c30009;
  position: relative;
}

.index5_top a img {
  width: 1.15rem;
  margin-left: .9rem;
}

.index5_top a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 0;
  height: 1px;
  background: #c30009;
  transition: ease-out .36s;
}

.index5_top a:hover:after {
  width: 100%;
}

.footer_hf img,
.footer_hf a {
  display: inline;
}

.footer_hf img {
  width: 1.05rem;
  position: relative;
  top: .15rem;
  margin-left: .1rem;
}

.join1_text span::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: .2rem;
  background: #06F842;
  position: relative;
  left: 0;
  top: .2rem;
  animation: join1_i 2s 1s linear infinite;
}

@keyframes join1_i {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.contact_left {
  position: relative;
}

.contact_left div {
  position: absolute;
  left: 51%;
  top: 42%;
}

.contact_left div img {
  width: 1.35rem;

  animation: bounceInDown2 2s 1s linear infinite;

}

.contact_left div i {
  background: rgba(0, 0, 0, 0.2);
  /* background: rgba(20,136,224.2); */
  display: block;
  border-radius: 50%;
  height: .7rem;
  width: .7rem;
  position: absolute;
  left: -24.3%;
  top: 62%;
  margin: .55rem 0px 0px .6rem;
  transform: rotateX(55deg);
}

.contact_left div i::after {
  content: "";
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  position: absolute;
  margin: -0.65rem 0 0 -.65rem;
  animation: mypulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0 0 1px 2px #89849b;
  animation-delay: 1.1s;
}

@keyframes mypulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    filter: none;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}


@keyframes bounceInDown2 {
  /* 0%,
  60%,
  75%,
  90%,
  to { 
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% { 
    transform: translate3d(0, -10px, 0);
  }
  60% { 
    transform: translate3d(0, -5px, 0);
  }
  75% { 
    transform: translate3d(0, -5px, 0);
  }
  90% { 
    transform: translate3d(0, -10px, 0);
  }
  to { 
    transform: none;
  } */

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

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

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

}

.introduc4_bg {
  position: relative;
}

.introduc4_bg li {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
}

.introduc4_bg li:nth-child(1):after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/introduc4_icon.png);
  background-size: 100% 100%;
}




.introduc4_bg li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(20, 143, 250, 0.5);
}

.introduc4_bg li i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgba(0, 204, 130, 0.8);
  animation: int_icon 3s linear infinite;
}

@keyframes int_icon {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

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

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

.introduc4_bg li:nth-child(1) {
  left: 61%;
  top: 42%;
}

.introduc4_bg li:nth-child(2) {
  left: 20%;
  top: 38%;
}

.introduc4_bg li:nth-child(3) {
  left: 35%;
  top: 53%;
}

.introduc4_bg li:nth-child(4) {
  left: 61%;
  top: 30%;
}

.introduc4_bg li:nth-child(5) {
  left: 77.5%;
  top: 30%;
}

.introduc4_bg li:nth-child(6) {
  left: 72.5%;
  top: 34%;
}

.introduc4_bg li:nth-child(7) {
  left: 60.5%;
  top: 46%;
}

.introduc4_bg li:nth-child(8) {
  left: 58%;
  top: 50%;
}

.introduc4_bg li:nth-child(9) {
  left: 66%;
  top: 49%;
}

.introduc4_bg li:nth-child(10) {
  left: 43%;
  top: 56%;
}

.introduc4_bg li:nth-child(11) {
  left: 49.5%;
  top: 59%;
}

.introduc4_bg li:nth-child(12) {
  left: 58.5%;
  top: 58%;
}

.introduc4_bg li:nth-child(13) {
  left: 65.5%;
  top: 62%;
}

.introduc4_bg li:nth-child(14) {
  left: 67%;
  top: 57%;
}

.introduc4_bg li:nth-child(15) {
  left: 44%;
  top: 63%;
}

.introduc4_bg li:nth-child(16) {
  left: 58%;
  top: 63%;
}

.introduc4_bg li:nth-child(17) {
  left: 57%;
  top: 69%;
}

.introduc4_bg li:nth-child(18) {
  left: 53.5%;
  top: 79%;
}

.introduc4_bg li:nth-child(19) {
  left: 42%;
  top: 77%;
}


.new_ul li:nth-child(2),
.new_ul li:nth-child(5),
.new_ul li:nth-child(8),
.operate3 li:nth-child(5),
.operate3 li:nth-child(2),
.operate1 li:nth-child(2) {
  animation-delay: .1s;
}

.new_ul li:nth-child(3n+3),
.operate3 li:nth-child(3n+3),
.operate1 li:nth-child(3),
.business_swp {
  animation-delay: .2s;
}

.business_bottom {
  animation-delay: .4s;
}

@keyframes newfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
    transform: translate3d(0, 5rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.newfadeInUp {
  animation-name: newfadeInUp;
}

@keyframes newfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.newfadeInLeft {
  animation-name: newfadeInLeft;
}

.header3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background:#666; */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  transition: ease-out .36s;
  opacity: .5;
}

.nav_icon,
.search_img,
.nav,
.logo {
  z-index: 1;
}

.header2::after {
  opacity: 0;
}


.banner .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner .banner_text h2{font-size: 3.6rem;margin-bottom: 40px;font-weight: bold;  letter-spacing:6px;}
.banner .banner_text span{
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing:6px;
  position: relative;
}

.banner .banner_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  top: 46%;
  z-index: 2;
}


.banner_up .swiper-wrapper {
  height: 100%;
}

.introduc_bgp {
  overflow: hidden;
}

.pc_none {
  display: none;
}

.introduc_bg {
  transform: scale(1.1);
  transition: ease 3s;
}

.introduc_bg2 {
  transform: scale(1);
}


.introduc_bgcolor {
  width: 100%;
  /* overflow-x: hidden; */
}

.footer_bottom span {
  margin-left: 2rem;
}

footer {
  background: #F9F9F9;

}

.footer_bottom {
  background: linear-gradient(133.09deg, #000 0%, #000 69.73%, #000 100%);

}

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

.qualifications>img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  object-position: center;
}

.qualifications_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qualifications_text img {
  width: 4rem;
}

.qualifications_text span {
  margin-top: 2rem;
}

.construct_right {
  width: 50%;
}

.construct_con2 {
  align-items: end;
}

.construct_con2 .construct_text,
.construct_right {
  width: 49.375%;
}

.construct_right .qualifications:nth-child(2) {
  height: 15rem;
  margin-top: 1.1rem;
}

.construct_text .qualifications {
  margin-top: 7.75rem;
}

.qualifications_img {
  /* display: none; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(133.09deg, rgba(0, 204, 130, 1) 0%, rgba(67, 178, 230, 1) 69.73%, rgba(0, 204, 255, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: all .3s linear;
  cursor: zoom-in;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.qualifications_img img {
  max-width: 79%;
  max-height: 83.33%;
}

.qualifications:hover .qualifications_img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
  transition: all .6s;
  opacity: 1;
}



.my_img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}

.my_img .my_img_con {
  width: 80%;
  height: 70%;

  border-radius: .3rem;
  padding: 2rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.my_img .my_img_con .my_img_close {
  position: absolute;
  left: 105%;
  top: -3%;
  background: url(img/close.png) #fff no-repeat center;
  background-size: 45% 45%;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
}

.my_img .my_img_con .my_img_center {
  width: 100%;
  height: 100%;
}

.my_img .my_img_con img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.cooperate_left h3 {
  line-height: 1.6;
}

.cooperate_left h3 span {
  display: block;
}



.xs_product_small_menu{
  /* background: rgba(255, 51, 0, 0.459); */
  color: #fff;
  border-radius: 30px;
  transition: all .3s;
  /* padding-top: 30px; */
  }
  .xs_product_small_menu .content{width:100%;overflow: hidden;
      font-size: 1rem;text-align: center
  }
  .xs_product_small_menu .xs_item{
      display: inline-block;
      width: 13.86%;
      text-align: center;
      height: 90px;
      padding: 30px 0px;
      text-align: center;
      font-size: 1rem;
      box-sizing: border-box;
      color: #fff;
  }
  
  .xs_product_small_menu .xs_item .xs_item_img{
      /* width: 120px;
      height: 120px; */
      display: inline-block;
  }
  
  .xs_product_small_menu a:hover{
    color: #fff;
    transform: translateY(-20px);
  }
/* #endregion */


/* #region  修改 */

/* #endregion */

/* #region  */
/* #FF6A00    c30009  */
/* #endregion */