* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #434343;
  font: 14px/1.5 '微软雅黑', tahoma, Srial, helvetica, sans-serif;
}
a {
  color: #434343;
  text-decoration: none;
}
img {
  border: 0px;
  outline-width: 0px;
  vertical-align: middle;
  width: 100%;
}
ul {
  list-style: none;
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body {
  background-color: #fff;
}
.top {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: cover;
  height: 16vw;
  padding: 3% 10% 0 10%;
}
.top .logo {
  width: 450px;
}
.top h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  margin-top: 80px;
}
.top h1 p {
  font-size: 16px;
  font-weight: normal;
}
.about {
  padding: 4% 10%;
  background: url(../images/logo2.svg) no-repeat center;
  background-size: contain;
}
.about h1 {
  text-align: center;
  color: #051137;
  font-size: 40px;
  margin-bottom: 30px;
}
.about h1 p {
  font-size: 5.33333333vw;
  margin-top: -5.33333333vw;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(58, 64, 81, 0.08);
}
.about dl dt p {
  font-size: 16px;
  color: #3a4051;
  line-height: 30px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.about dl dt p span {
  font-weight: bold;
  color: #147bf0;
}
.about dl dt .p1 {
  font-weight: bold;
  color: #147bf0;
}
.about dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  color: #556590;
}
.about dl dd p {
  background: #fff;
  border-radius: 10px;
  padding: 40px 105px;
  text-align: center;
  font-size: 16px;
  box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.2);
  transition: all 0.5s ease;
}
.about dl dd p span {
  display: block;
  font-size: 30px;
  color: #051137;
  font-weight: bold;
  transition: all 0.5s ease;
}
.about dl dd :hover {
  transform: scale(0.9);
  cursor: pointer;
}
.hornor {
  padding: 4% 10%;
  background: url(../images/top_bg.png) no-repeat center bottom;
  background-size: cover;
}
.hornor h1 {
  text-align: center;
  color: #FFF;
  font-size: 40px;
  margin-bottom: 30px;
}
.hornor h1 p {
  font-size: 5.33333333vw;
  margin-top: -5.33333333vw;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.45);
}
.hornor .swiper-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 5%;
}
.hornor .swiper-container .swiper-slide {
  border: 3px solid #fff;
}
.hornor .swiper-container .swiper-slide img {
  width: 100%;
  transition: all 0.5s ease;
}
.hornor .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(to left, #19b46e, #55c4ec);
}
.pei {
  margin: 0% 10% 4% 10%;
}
.pei h1 {
  text-align: center;
  color: #051137;
  font-size: 40px;
  margin-bottom: 30px;
}
.pei h1 p {
  font-size: 5.33333333vw;
  margin-top: -5.33333333vw;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(58, 64, 81, 0.08);
}
.pei .pei_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: linear-gradient(to left, #19b46e, #55c4ec);
  border-radius: 10px;
  box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.2);
  padding: 8px;
}
.pei .pei_list .tab_con {
  width: 60%;
}
.pei .pei_list .tab_con ul li {
  display: none;
}
.pei .pei_list .tab_con ul li img {
  border-radius: 10px 0 0 10px;
  width: 100%;
}
.pei .pei_list .tab_bt {
  width: 40%;
}
.pei .pei_list .tab_bt ul li {
  font-size: 18px;
  line-height: 60px;
  text-indent: 20px;
  cursor: pointer;
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.pei .pei_list .tab_bt ul li .iconfont {
  font-size: 18px;
  margin-right: 10px;
}
.pei .pei_list .tab_bt ul .current {
  background: #ffffff;
  border-radius: 0 50px 50px 0;
  color: #3a4051;
}
.company {
  margin: 2% 10% 0% 10%;
  overflow: hidden;
  padding-bottom: 5%;
}
.company h1 {
  text-align: center;
  color: #051137;
  font-size: 40px;
  margin-bottom: 60px;
}
.company h1 p {
  font-size: 5.33333333vw;
  margin-top: -5.33333333vw;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(58, 64, 81, 0.08);
}
.company .company_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company .company_list .swiper-container {
  width: 100%;
  position: relative;
  /* 中间幻灯片样式 - 放大 */
  /* 两侧幻灯片样式 - 缩小 */
  /* 导航按钮样式 */
  /* 分页器样式 */
}
.company .company_list .swiper-container .swiper-wrapper {
  align-items: center;
}
.company .company_list .swiper-container .swiper-slide {
  width: 48%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.company .company_list .swiper-container .swiper-slide-active {
  transform: scale(1.12);
  z-index: 2;
}
.company .company_list .swiper-container .swiper-slide:not(.swiper-slide-active) {
  filter: brightness(0.9) contrast(0.9) blur(2px);
  transform: scale(0.9);
  opacity: 0.8;
}
.company .company_list .swiper-container .slide-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.company .company_list .swiper-container .slide-content {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(25, 180, 110, 0.3), transparent);
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.company .company_list .swiper-container .swiper-slide-active .slide-content {
  opacity: 1;
  transform: translateY(0);
}
.company .company_list .swiper-container .slide-title {
  font-size: 18px;
  font-weight: normal;
}
.company .company_list .swiper-container .swiper-button-next,
.company .company_list .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: linear-gradient(to left, #19b46e, #55c4ec);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: all 0.3s ease;
}
.company .company_list .swiper-container .swiper-button-next:after,
.company .company_list .swiper-container .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}
.company .company_list .swiper-container .swiper-pagination {
  position: relative;
  margin-top: 60px;
}
.company .company_list .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
}
.company .company_list .swiper-container .swiper-pagination-bullet-active {
  background: linear-gradient(to left, #19b46e, #55c4ec);
}
.zhou {
  padding: 4% 10%;
  background: #f7f8fa;
}
.zhou h1 {
  text-align: center;
  color: #051137;
  font-size: 40px;
  margin-bottom: 30px;
}
.zhou h1 p {
  font-size: 5.33333333vw;
  margin-top: -5.33333333vw;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(58, 64, 81, 0.08);
}
.zhou .swiper-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 5%;
}
.zhou .swiper-container .swiper-slide {
  padding: 1%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 0px 20px rgba(154, 178, 214, 0.34);
}
.zhou .swiper-container .swiper-slide img {
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.zhou .swiper-container .swiper-slide p {
  text-align: center;
  font-size: 18px;
  color: #3a4051;
  margin-top: 20px;
}
.zhou .swiper-container .swiper-slide :hover {
  transform: scale(0.95);
  cursor: pointer;
}
.zhou .swiper-pagination-bullet-active {
  background: linear-gradient(to left, #19b46e, #55c4ec);
}
.footer {
  background: #3a4051;
  padding: 2% 0;
  text-align: center;
  color: #fff;
}
