@charset "utf-8";
html,
body {
  position: relative;
  height: 100%;
}
.index_con {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.index_con #allPage {
  width: 100vw;
  height: 100vh;
}
.index_con #allPage .slide-section {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*banner*/
}
.index_con #allPage .slide-section .full_page {
  width: 100%;
  height: 100%;
}
.index_con #allPage .slide-section .full_page .f_img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.index_con #allPage .slide-section .full_page .fullPage_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index_con #allPage .slide-section .Banner-container {
  height: 100vh;
  width: 100%;
}
.index_con #allPage .slide-section .banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: calc(100%);
}
.index_con #allPage .slide-section .banner-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: calc(100%);
}
.index_con #allPage .slide-section .banner-text {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.index_con #allPage .slide-section .banner-text img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 90%;
}
.index_con #allPage .slide-section .banner-text.b_text04 {
  justify-content: right;
  text-align: right;
  position: relative;
}
.index_con #allPage .slide-section .banner-text.b_text04 img {
  position: absolute;
  right: 0;
  top: 25%;
}
.index_con #allPage .slide-section .banner-text.b_text01 {
  justify-content: left;
}
.index_con #allPage .slide-section .banner-text.b_text01 img {
  margin-left: 20px;
}
.index_con #allPage .slide-section .banner-text.b_text03 {
  position: relative;
}
.index_con #allPage .slide-section .banner-text.b_text03 img {
  margin: 0;
  position: absolute;
  top: 100px;
  right: 30px;
}
.index_con #allPage .slide-section .banner-text h1 {
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 30px;
  color: #fff;
}
.index_con #allPage .slide-section .banner-text h2 {
  margin-top: 1rem;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: arial;
}
.index_con #allPage .slide-section .banner-bg-ss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.index_con #allPage .slide-section .banner-text {
  z-index: 10;
}
.index_con #allPage .slide-section .Banner-A1 {
  z-index: 1;
  width: 100%;
  height: calc(100%);
}
@keyframes scrollTip {
  0% {
    transform: scale(1, 0);
    transform-origin: top;
  }
  49% {
    transform: scale(1, 1);
    transform-origin: top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
.index_con #allPage .slide-section .banner-background {
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}
.index_con #allPage .slide-section .swiper-slide.banner-slide.swiper-slide-active .banner-background {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.index_con #allPage .slide-section .swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
  transition-delay: 0.5s;
}
.index_con #allPage .slide-section .swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
  transition-delay: 0.7s;
}
.index_con #allPage .slide-section .swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  transition-delay: 0.9s;
}
.index_con #allPage .slide-section .swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  transition-delay: 1.1s;
}
.index_con #allPage .slide-section .banner-text * {
  transition-delay: transform 2s, opacity 0s;
  transition-duration: 2s;
  transform: translate3d(0, 80px, 0);
  opacity: 0;
}
.index_con #allPage .slide-section .swiper-slide.banner-slide.swiper-slide-active .banner-text * {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0 !important;
  left: 14px !important;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
  opacity: 1;
  background: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  background: #489e29;
}
/*首页产品类型*/
.cpType_con {
  width: 100%;
  position: relative;
}
.cpType_con .side_div {
  background: rgba(0, 0, 0, 0.8);
  height: calc(100% - 100px);
  padding-top: 50px;
}
.cpType_con .side_div.side_l {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cpType_con .side_div.side_r {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.cpType_con .cpType_show {
  width: 100%;
  max-width: 1650px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.cpType_con .cpType_show .cpType_item {
  height: 100%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cpType_con .cpType_show .cpType_item .d_01 {
  line-height: 30px;
  margin: 58px 0 20px 0;
  font-size: 30px;
  letter-spacing: 0.5px;
  font-weight: lighter;
}
.cpType_con .cpType_show .cpType_item .d_02 {
  font-size: 46px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.cpType_con .cpType_show .cpType_item .d_03 {
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cpType_con .cpType_show .cpType_item .d_03 p {
  font-weight: normal;
  width: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  letter-spacing: 1px;
}
.cpType_con .cpType_show .cpType_item a {
  cursor: pointer;
  display: none;
  width: 170px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
.cpType_con .cpType_show .cpType_item .type_icon {
  display: inline-block;
  width: 146px;
  height: 146px;
}
.cpType_con .cpType_show .cpType_item .type_icon.t_icon01 {
  background: url(../images/index/cp_icon.png) no-repeat;
  background-size: 292px 584px;
  background-position: 0 0;
}
.cpType_con .cpType_show .cpType_item .type_icon.t_icon02 {
  background: url(../images/index/cp_icon.png) no-repeat;
  background-size: 292px 584px;
  background-position: 0 -146px;
}
.cpType_con .cpType_show .cpType_item .type_icon.t_icon03 {
  background: url(../images/index/cp_icon.png) no-repeat;
  background-size: 292px 584px;
  background-position: 0 -292px;
}
.cpType_con .cpType_show .cpType_item .type_icon.t_icon04 {
  background: url(../images/index/cp_icon.png) no-repeat;
  background-size: 292px 584px;
  background-position: 0 -438px;
}
.cpType_con .cpType_show .cpType_item:hover {
  background: url(../images/index/hover_bj.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.cpType_con .cpType_show .cpType_item:hover .d_03 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-bottom: 40px;
}
.cpType_con .cpType_show .cpType_item:hover a {
  display: inline-block;
}
.cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon01 {
  background: url(../images/index/cp_icon.png) no-repeat;
  background-size: 292px 584px;
  background-position: -146px 0;
}
.cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon02 {
  background: url(../images/index/cp_icon.png) no-repeat;
  background-size: 292px 584px;
  background-position: -146px -146px;
}
.cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon03 {
  background: url(../images/index/cp_icon.png) no-repeat;
  background-size: 292px 584px;
  background-position: -146px -292px;
}
.cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon04 {
  background: url(../images/index/cp_icon.png) no-repeat;
  background-size: 292px 584px;
  background-position: -146px -438px;
}
.temp_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.temp_head .t_head_l {
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.temp_head .t_head_l span {
  letter-spacing: 1px;
  font-size: 45px;
  color: #fff;
  line-height: 58px;
  position: relative;
  font-weight: bold;
}
.temp_head .t_head_l span::after {
  content: '';
  display: inline-block;
  width: 25%;
  height: 4px;
  background: #8ac222;
  position: absolute;
  left: 0;
  bottom: -24px;
}
.temp_head .t_head_l span.lx_span::after {
  background: #e8b108;
}
.temp_head .t_head_l text {
  letter-spacing: 1px;
  margin-left: 25px;
  font-size: 20px;
  color: #fff;
  line-height: 38px;
}
.temp_head .a_link_jump {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}
/*首页创新*/
.sy_cx {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑";
}
.sy_cx a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_cx a .t_head_l h5 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_cx a .ln_icon {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_cx a .ln_arrow {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_cx a:hover .ln_arrow {
  margin-left: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_cx a:hover h5 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_cx a:hover .ln_icon {
  margin-top: -10px;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_cx .sycx_01 {
  width: 100%;
  height: 68%;
  background: url(../images/index/syln_bj01.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.sy_cx .sycx_01 .safe_width {
  width: 100%;
  height: 100%;
  max-width: 1650px;
  padding-top: 100px;
}
.sy_cx .sycx_01 .safe_width .sycx01_item {
  width: 100%;
  height: calc(50%);
  padding: 0 1% 0 7%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_right {
  width: 29.8%;
  height: 100%;
  overflow: hidden;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_right .sycx_text .sycx_t_head {
  margin-bottom: 12px;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_right .sycx_text .sycx_t_con {
  overflow: hidden;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_right .sycx_text .ln_arrow {
  margin-top: 18px;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_left {
  width: 24.6%;
  height: 100%;
  overflow: hidden;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_center {
  width: 45.6%;
  height: 100%;
  overflow: hidden;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_img:hover {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text {
  width: 100%;
  height: 100%;
  padding: 10px 36px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l {
  width: calc(100% - 70px);
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l h5 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l p {
  font-size: 16px;
  text-align: left;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_head img {
  display: inline-block;
  width: 60px;
  height: auto;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_con {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .ln_arrow {
  margin-top: 24px;
  display: inline-block;
  height: 10px;
  width: auto;
}
.sy_cx .sycx_02 {
  width: 100%;
  height: 32%;
}
.sy_cx .sycx_02 .safe_width {
  width: 100%;
  height: 100%;
  max-width: 1650px;
}
.sy_cx .sycx_02 .safe_width .sycx01_item {
  width: 100%;
  height: calc(100%);
  padding: 0 1% 0 7%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_right {
  width: 29.8%;
  height: 100%;
  overflow: hidden;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_left {
  width: 24.6%;
  height: 100%;
  overflow: hidden;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_center {
  width: 45.6%;
  height: 100%;
  overflow: hidden;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_img:hover {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text {
  width: 100%;
  height: 100%;
  padding: 10px 36px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l {
  width: calc(100% - 70px);
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l h5 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l p {
  font-size: 16px;
  text-align: left;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_head img {
  display: inline-block;
  width: 60px;
  height: auto;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_con ul {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_con ul li {
  width: 100%;
  font-size: 15px;
  color: #2b2c2d;
  line-height: 26px;
  padding-left: 15px;
  text-align: left;
  position: relative;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_con ul li::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #189d6c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .ln_arrow {
  margin-top: 24px;
  display: inline-block;
  height: 10px;
  width: auto;
}
/*关于我们*/
.sy_about {
  width: 100%;
  height: 100%;
}
.sy_about .sygy_01 {
  width: 100%;
  height: calc(58%);
  padding-bottom: 3%;
  padding-top: 100px;
}
.sy_about .sygy_02 {
  width: 100%;
  height: calc(42%);
  background: url(../images/index/gy_bjl.jpg) no-repeat center bottom;
  background-size: cover cover;
}
.sy_about .sygy_02 .sygy_width {
  width: 100%;
  max-width: 1710px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.sy_about .sygy_02 .sygy_width .sygy_item {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 4%;
}
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS {
  width: 50%;
  padding: 1%;
}
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-container {
  width: 100%;
  height: 100%;
}
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-container .swiper-button-next {
  background-size: 16px auto;
  background-position: right center;
}
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-container .swiper-button-prev {
  background-size: 16px auto;
  background-position: left center;
}
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
  height: calc(100%);
}
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide img {
  width: auto;
  height: 100%;
}
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide img:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide-active,
.sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide-duplicate-active {
  transform: scale(1);
}
.sy_about .sygy_02 .sygy_width .gy_con {
  font-size: 26px;
  line-height: 46px;
  font-weight: lighter;
  color: #333;
  text-align: left;
  padding: 0 8%;
}
.sy_about .sygy_width {
  width: 100%;
  max-width: 1710px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.sy_about .sygy_width .sygy_item {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.sy_about .sygy_width .sygy_item .gy_title {
  display: inline-block;
  width: 168px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  background: #22ab90;
  margin-bottom: 7%;
  margin-left: 8%;
}
.sy_about .sygy_width .sygy_item .gy01_box {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 8%;
}
.sy_about .sygy_width .sygy_item .gy01_box h5 {
  font-size: 35px;
  color: #333333;
  font-weight: middle;
}
.sy_about .sygy_width .sygy_item .gy01_box p {
  font-size: 16px;
  color: #636363;
  line-height: 34px;
  text-align: left;
  margin-top: 5%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 170px;
}
.sy_about .sygy_width .sygy_item .gy02_box {
  width: 100%;
  padding: 0 20px;
}
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i {
  padding: 0 20px 0 30px;
  width: 100%;
  border-bottom: 1px solid #1cc6a1;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i img {
  display: inline-block;
  width: 58px;
  height: auto;
}
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i .gy02_text {
  width: calc(100% - 80px);
}
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i .gy02_text h5 {
  width: 100%;
  font-size: 25px;
  color: #1cc6a1;
  line-height: 28px;
  text-align: left;
}
.sy_about .sygy_width .sygy_item .gy02_box .gy02_i .gy02_text p {
  margin-top: 14px;
  font-size: 16px;
  text-align: left;
  color: #969696;
  font-weight: lighter;
  line-height: 20px;
}
/*联系我们*/
.sy_lx {
  width: 100%;
  height: 100%;
}
.sy_lx .safe_width {
  width: 100%;
  max-width: 1510px;
  padding: 0 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.sy_lx .safe_width .lx_center {
  margin-top: 7%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.sy_lx .safe_width .lx_center .lxc_item {
  text-align: left;
}
.sy_lx .safe_width .lx_center .lxc_item .lxc_logo {
  display: inline-block;
  height: 55px;
  width: auto;
  margin-bottom: 36px;
}
.sy_lx .safe_width .lx_center .lxc_item .div_item {
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
  padding-right: 30px;
}
.sy_lx .safe_width .lx_center .lxc_item .div_item p {
  font-size: 16px;
  text-align: left;
  color: #fff;
  opacity: 0.9;
  line-height: 18px;
  margin-bottom: 18px;
}
.sy_lx .safe_width .lx_center .lxc_item .div_item p a {
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
}
.sy_lx .lx_bottom {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: calc(100% - 100px);
  text-align: left;
}
.sy_lx .lx_bottom .lxb_link {
  width: 100%;
}
.sy_lx .lx_bottom .lxb_link p {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
}
.sy_lx .lx_bottom .lxb_link ul {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.sy_lx .lx_bottom .lxb_link ul li {
  padding: 0 20px;
  position: relative;
}
.sy_lx .lx_bottom .lxb_link ul li::after {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #fff;
  opacity: 0.9;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.sy_lx .lx_bottom .lxb_link ul li:nth-child(1) {
  padding-left: 0;
}
.sy_lx .lx_bottom .lxb_link ul li:last-child::after {
  content: none;
}
.sy_lx .lx_bottom .lxb_link ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}
.sy_lx .lx_bottom .lxb_link ul li a:hover {
  color: #ff0000;
  opacity: 1;
}
.sy_lx .lx_bottom .lxb_ba {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
}
.sy_lx .lx_bottom .lxb_ba a{color: #fff;}
@media screen and (max-width: 1440px) {
  /*首页产品类型*/
  .cpType_con .cpType_show .cpType_item .d_01 {
    line-height: 22px;
    margin: 6% 0 2.5% 0;
    font-size: 20px;
  }
  .cpType_con .cpType_show .cpType_item .d_02 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 2.6%;
  }
  .cpType_con .cpType_show .cpType_item .d_03 p {
    line-height: 32px;
    font-size: 16px;
  }
  .cpType_con .cpType_show .cpType_item a {
    width: 160px;
    height: 54px;
    border-radius: 27px;
    line-height: 54px;
    font-size: 17px;
  }
  .cpType_con .cpType_show .cpType_item .type_icon {
    display: inline-block;
    width: 136px;
    height: 136px;
  }
  .cpType_con .cpType_show .cpType_item .type_icon.t_icon01 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 272px 544px;
    background-position: 0 0;
  }
  .cpType_con .cpType_show .cpType_item .type_icon.t_icon02 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 272px 544px;
    background-position: 0 -136px;
  }
  .cpType_con .cpType_show .cpType_item .type_icon.t_icon03 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 272px 544px;
    background-position: 0 -272px;
  }
  .cpType_con .cpType_show .cpType_item .type_icon.t_icon04 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 272px 544px;
    background-position: 0 -408px;
  }
  .cpType_con .cpType_show .cpType_item:hover .d_03 {
    padding-bottom: 34px;
  }
  .cpType_con .cpType_show .cpType_item:hover a {
    display: inline-block;
  }
  .cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon01 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 272px 544px;
    background-position: -136px 0;
  }
  .cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon02 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 272px 544px;
    background-position: -136px -136px;
  }
  .cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon03 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 272px 544px;
    background-position: -136px -272px;
  }
  .cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon04 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 272px 544px;
    background-position: -136px -408px;
  }
  .temp_head .t_head_l span {
    font-size: 46px;
    line-height: 48px;
  }
  .temp_head .t_head_l text {
    margin-left: 22px;
    font-size: 18px;
    line-height: 20px;
  }
  .temp_head .a_link_jump {
    font-size: 18px;
  }
  /*首页创新*/
  .sy_cx .sycx_01 .safe_width .sycx01_item {
    padding: 0 1% 0 7%;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_right .sycx_text .sycx_t_head {
    margin-bottom: 10px;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_right .sycx_text .sycx_t_con {
    line-height: 22px;
    -webkit-line-clamp: 3;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_right .sycx_text .ln_arrow {
    margin-top: 16px;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text {
    padding: 10px 30px;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l h5 {
    font-size: 26px;
    line-height: 28px;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l p {
    font-size: 14px;
    line-height: 16px;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .sycx_t_con {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    -webkit-line-clamp: 2;
  }
  .sy_cx .sycx_01 .safe_width .sycx01_item .sycx_text .ln_arrow {
    margin-top: 20px;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item {
    padding: 0 1% 0 7%;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text {
    padding: 10px 30px;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l h5 {
    font-size: 26px;
    line-height: 28px;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_head .t_head_l p {
    font-size: 14px;
    line-height: 16px;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_con ul {
    -webkit-line-clamp: 2;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_con ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .sycx_t_con ul li::after {
    top: 7px;
  }
  .sy_cx .sycx_02 .safe_width .sycx01_item .sycx_text .ln_arrow {
    margin-top: 20px;
  }
  /*关于我们*/
  .sy_about .sygy_01 {
    padding-bottom: 3%;
  }
  .sy_about .sygy_02 .sygy_width .sygy_item {
    padding-top: 3%;
  }
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS {
    width: 50%;
    padding: 1%;
  }
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-container {
    width: 100%;
    height: 100%;
  }
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-container .swiper-button-next {
    background-size: 16px auto;
    background-position: right center;
  }
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-container .swiper-button-prev {
    background-size: 16px auto;
    background-position: left center;
  }
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
    height: calc(100%);
  }
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide img {
    width: auto;
    height: 100%;
  }
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide img:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  }
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide-active,
  .sy_about .sygy_02 .sygy_width .sygy_item.sygy_item_ZS .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .sy_about .sygy_02 .sygy_width .gy_con {
    font-size: 22px;
    line-height: 40px;
    padding: 0 8%;
  }
  .sy_about .sygy_width .sygy_item .gy_title {
    display: inline-block;
    width: 158px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    margin-bottom: 6%;
  }
  .sy_about .sygy_width .sygy_item .gy01_box h5 {
    font-size: 32px;
  }
  .sy_about .sygy_width .sygy_item .gy01_box p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 3%;
    -webkit-line-clamp: 4;
    height: 120px;
  }
  .sy_about .sygy_width .sygy_item .gy02_box {
    padding: 0 10px;
  }
  .sy_about .sygy_width .sygy_item .gy02_box .gy02_i {
    padding: 0 15px 0 25px;
    height: 96px;
  }
  .sy_about .sygy_width .sygy_item .gy02_box .gy02_i img {
    width: 52px;
  }
  .sy_about .sygy_width .sygy_item .gy02_box .gy02_i .gy02_text {
    width: calc(100% - 74px);
  }
  .sy_about .sygy_width .sygy_item .gy02_box .gy02_i .gy02_text h5 {
    width: 100%;
    font-size: 22px;
    line-height: 24px;
  }
  .sy_about .sygy_width .sygy_item .gy02_box .gy02_i .gy02_text p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
  }
  /*联系我们*/
  .sy_lx .safe_width .lx_center .lxc_item .lxc_logo {
    display: inline-block;
    height: 55px;
    width: auto;
    margin-bottom: 36px;
  }
  .sy_lx .safe_width .lx_center .lxc_item .div_item p {
    font-size: 14px;
    line-height: 16px;
  }
  .sy_lx .safe_width .lx_center .lxc_item .div_item p a {
    font-size: 14px;
  }
  .sy_lx .lx_bottom .lxb_link p {
    font-size: 14px;
  }
  .sy_lx .lx_bottom .lxb_link ul li {
    padding: 0 20px;
  }
  .sy_lx .lx_bottom .lxb_link ul li::after {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #fff;
    opacity: 0.9;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }
  .sy_lx .lx_bottom .lxb_link ul li a {
    font-size: 14px;
  }
  .sy_lx .lx_bottom .lxb_ba {
    margin-top: 20px;
    height: 84px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  /*首页产品类型*/
  .cpType_con .cpType_show .cpType_item .d_01 {
    line-height: 20px;
    margin: 6% 0 2.5% 0;
    font-size: 16px;
  }
  .cpType_con .cpType_show .cpType_item .d_02 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 2.6%;
  }
  .cpType_con .cpType_show .cpType_item .d_03 p {
    line-height: 28px;
    font-size: 14px;
  }
  .cpType_con .cpType_show .cpType_item a {
    width: 146px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 15px;
  }
  .cpType_con .cpType_show .cpType_item .type_icon {
    display: inline-block;
    width: 116px;
    height: 116px;
  }
  .cpType_con .cpType_show .cpType_item .type_icon.t_icon01 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 232px 464px;
    background-position: 0 0;
  }
  .cpType_con .cpType_show .cpType_item .type_icon.t_icon02 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 232px 464px;
    background-position: 0 -116px;
  }
  .cpType_con .cpType_show .cpType_item .type_icon.t_icon03 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 232px 464px;
    background-position: 0 -232px;
  }
  .cpType_con .cpType_show .cpType_item .type_icon.t_icon04 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 232px 464px;
    background-position: 0 -348px;
  }
  .cpType_con .cpType_show .cpType_item:hover {
    height: 100%;
  }
  .cpType_con .cpType_show .cpType_item:hover .d_03 {
    padding-bottom: 28px;
  }
  .cpType_con .cpType_show .cpType_item:hover a {
    display: inline-block;
  }
  .cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon01 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 232px 464px;
    background-position: -116px 0;
  }
  .cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon02 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 232px 464px;
    background-position: -116px -116px;
  }
  .cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon03 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 232px 464px;
    background-position: -116px -232px;
  }
  .cpType_con .cpType_show .cpType_item:hover .type_icon.t_icon04 {
    background: url(../images/index/cp_icon.png) no-repeat;
    background-size: 232px 464px;
    background-position: -116px -348px;
  }
  .temp_head .t_head_l span {
    font-size: 42px;
    line-height: 44px;
  }
  .temp_head .t_head_l text {
    margin-left: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .temp_head .a_link_jump {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sy_about .sygy_width .sygy_item .gy02_box .gy02_i {
    padding: 20px 15px 20px 25px;
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .m_index_con {
    width: 100%;
  }
  .m_index_con .Banner-A1 {
    height: 10rem;
  }
  .m_index_con .Banner-A1 .Banner-container {
    width: 100%;
    height: 100%;
  }
  .m_index_con .Banner-A1 .Banner-container .banner-warpper {
    width: 100%;
    height: 100%;
  }
  .m_index_con .Banner-A1 .Banner-container .banner-warpper .banner-slide {
    width: 100%;
    height: 100%;
  }
  .m_index_con .Banner-A1 .Banner-container .banner-warpper .banner-slide .banner-background {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  @keyframes scrollTip {
    0% {
      transform: scale(1, 0);
      transform-origin: top;
    }
    49% {
      transform: scale(1, 1);
      transform-origin: top;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: bottom;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: bottom;
    }
  }
  .m_index_con .banner-background {
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 40px);
  }
  .m_index_con .swiper-slide.banner-slide.swiper-slide-active .banner-background {
    transition: 3s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
  }
  .m_index_con .swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
    transition-delay: 0.5s;
  }
  .m_index_con .swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
    transition-delay: 0.7s;
  }
  .m_index_con .swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
    transition-delay: 0.9s;
  }
  .m_index_con .swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
    transition-delay: 1.1s;
  }
  .m_index_con .banner-text * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }
  .m_index_con .swiper-slide.banner-slide.swiper-slide-active .banner-text * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  .m_index_con .m_sycp_Type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .m_index_con .m_sycp_Type a {
    height: 6.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 0.1rem);
    margin-bottom: 0.2rem;
    background: #f8f8f8;
  }
  .m_index_con .m_sycp_Type a img {
    display: inline-block;
    width: 2rem;
    height: auto;
  }
  .m_index_con .m_sycp_Type a h5 {
    font-size: 0.65rem;
    color: #323131;
    margin: 0.6rem 0 0.3rem 0;
  }
  .m_index_con .m_sycp_Type a p {
    font-size: 0.55rem;
    color: #8f8e8e;
    font-weight: lighter;
  }
  .m_index_con .m_sygy_con {
    width: 100%;
    background: #f8f8f8;
    padding: 1.75rem 0.9rem 1.45rem 0.9rem;
  }
  .m_index_con .m_sygy_con a {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.75rem;
  }
  .m_index_con .m_sygy_con a:last-child {
    margin: 0;
  }
  .m_index_con .m_sygy_con a .sygy_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .m_index_con .m_sygy_con a .sygy_head img {
    width: 1.4rem;
    height: auto;
    display: inline-block;
  }
  .m_index_con .m_sygy_con a .sygy_head .sygy_h_l {
    width: calc(100% - 2rem);
  }
  .m_index_con .m_sygy_con a .sygy_head .sygy_h_l h5 {
    font-size: 0.7rem;
    color: #333333;
    line-height: 0.7rem;
    margin-bottom: 0.35rem;
  }
  .m_index_con .m_sygy_con a .sygy_head .sygy_h_l p {
    font-size: 0.6rem;
    color: #333333;
    line-height: 0.65rem;
    font-weight: lighter;
  }
  .m_index_con .m_sygy_con a .sygy_con {
    width: 100%;
    margin-top: 0.8rem;
  }
  .m_index_con .m_sygy_con a .sygy_con p {
    width: 100%;
    display: inline-block;
    font-size: 0.5rem;
    line-height: 0.85rem;
    color: #7e7e7e;
    font-weight: lighter;
  }
  .m_index_con .m_sygy_con a .sygy_con img {
    width: 1.35rem;
    height: auto;
    display: inline-block;
    margin-top: 0.65rem;
  }
  .m_index_con .m_sygy_con.m_sygy_con_green {
    background: #fff;
  }
  .m_index_con .m_sygy_con.m_sygy_con_green a {
    margin-bottom: 1.2rem;
  }
  .m_index_con .m_sygy_con.m_sygy_con_green a .sygy_head {
    align-items: flex-end;
  }
  .m_index_con .m_sygy_con.m_sygy_con_green a .sygy_head .sygy_h_l h5 {
    font-size: 0.75rem;
    color: #22ab90;
  }
  .m_index_con .m_sygy_con.m_sygy_con_green a .sygy_con {
    width: 100%;
  }
  .m_index_con .m_sygy_con.m_sygy_con_green a .sygy_con .sygy_pt {
    width: 100%;
    height: auto;
    margin: 0 0 0.25rem 0;
  }
  .m_index_con .m_sygy_con.m_sygy_con_green a:last-child {
    margin-bottom: 0.8rem;
  }
  .m_index_con .m_sygy_con .syzs_box {
    width: 100%;
  }
  .m_index_con .m_sygy_con .syzs_box .swiper-container {
    width: 100%;
    padding-bottom: 1rem;
  }
  .m_index_con .m_sygy_con .syzs_box .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 0;
  }
  .m_index_con .m_sygy_con .syzs_box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.3rem;
    height: 0.15rem;
    background: #e9e9e9;
    opacity: 1;
    margin: 0 0.15rem;
    border-radius: 0;
  }
  .m_index_con .m_sygy_con .syzs_box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #22ab90;
  }
  .m_index_con .m_sygy_con .syzs_box .swiper-slide {
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m_index_con .m_sygy_con .syzs_box img {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    height: auto;
  }
  .m_index_con .m_sy_bottom {
    width: 100%;
    background: url(../images/m_index/m_index_lx.jpg) #000 no-repeat center top;
    background-size: 100% 100%;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 1.2rem 0.9rem 1.2rem;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .sy_b_logo {
    display: inline-block;
    width: 8.95rem;
    height: auto;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx01 {
    width: 100%;
    padding: 1.2rem 0 0.6rem 0;
    border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5);
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx01 p {
    font-size: 0.55rem;
    font-weight: lighter;
    color: #e4e4e4;
    line-height: 0.9rem;
    margin-bottom: 0.2rem;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx01 p a {
    color: #e4e4e4;
    text-decoration: none;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx02 {
    width: 100%;
    padding-top: 1rem;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx02 .b_lx_item {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx02 .b_lx_item p {
    font-size: 0.55rem;
    font-weight: lighter;
    color: #e4e4e4;
    line-height: 0.9rem;
    margin-bottom: 0.2rem;
    padding-left: 0.9rem;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx02 .b_lx_item p a {
    color: #e4e4e4;
    text-decoration: none;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx02 .b_lx_item p.b_lx_item_zs {
    position: relative;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_con .b_lx02 .b_lx_item p.b_lx_item_zs::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 0.375rem;
  }
  .m_index_con .m_sy_bottom .m_sy_bottom_footer {
    width: 100%;
    background: #000;
    padding: 0.65rem 0.6rem;
    font-size: 0.55rem;
    line-height: 0.9rem;
    color: #cbcbcb;
    text-align: center;
  }
}
