@charset "utf-8";
html,
body {
  position: relative;
  height: 100%;
}
.head_nav {
  position: fixed;
}
.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 .f_img.block_sj {
  display: none;
}
.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-container .swiper-pagination {
  bottom: 1rem;
  left: 12.5%;
  width: 75%;
  text-align: left;
}
.index_con #allPage .slide-section .Banner-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.03rem;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border-radius: 0;
  margin: 0 0.08rem;
}
.index_con #allPage .slide-section .Banner-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.06rem;
  background: #D2322D;
}
.index_con #allPage .slide-section .banner-background {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  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: 16.5rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
}
.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: 0.2rem;
}
.index_con #allPage .slide-section .banner-text h1 {
  font-weight: bold;
  font-size: 0.46rem;
  margin-bottom: 0.3rem;
  color: #fff;
}
.index_con #allPage .slide-section .banner-text h2 {
  margin-top: 1rem;
  color: #fff;
  font-size: 0.18rem;
  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);
  display: none;
}
.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;
}
.index_con #allPage .slide-section .full_page .fullPage_con.about_con {
  width: 34%;
  margin-left: 28.75%;
  height: 90%;
  top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.index_con #allPage .slide-section .full_page .fullPage_con.about_con h2 {
  font-size: 0.18rem;
  color: #000;
}
.index_con #allPage .slide-section .full_page .fullPage_con.about_con h3 {
  font-size: 0.36rem;
  color: #D2322D;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.about_con .about_tit {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.5rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.about_con .about_t_con {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.25rem;
  color: #7d7d7d;
}
.index_con #allPage .slide-section .full_page .fullPage_con.about_con .ab_more {
  margin-top: 0.5rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.about_con .ab_more img {
  width: 0.52rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp {
  padding-top: 1rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp::after {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .safe_width {
  height: 100%;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-left: 0.3px solid rgba(255, 255, 255, 0.3);
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item {
  width: calc(100% / 3);
  height: 50%;
  color: #fff;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
  border-right: 0.3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.3px solid rgba(255, 255, 255, 0.3);
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:nth-child(4),
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:nth-child(5),
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:nth-child(6) {
  border-bottom: none;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:hover {
  background: #D2322D;
  border-color: #D2322D;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:hover .sycp_img {
  margin-bottom: 0.3rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:hover .sycp_img .icon {
  display: none;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:hover .sycp_img .img {
  display: block;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:hover .cp_more {
  display: block;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_img {
  text-align: center;
  margin-bottom: 0.5rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_img img {
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_img .icon {
  width: 1.2rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_img .img {
  display: none;
  width: 2rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_tit {
  font-size: 0.32rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_txt {
  font-size: 0.2rem;
  margin: 0.15rem 0 0.3rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .cp_more {
  display: none;
  width: 0.52rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con {
  text-align: center;
  background: #F6F6F6;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .title_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .title_box a {
  display: none;
  color: #444;
  font-size: 0.24rem;
  border: 2px solid #DDDDDD;
  width: 1.26rem;
  height: 0.6rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_pagination {
  display: none;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con h2 {
  font-size: 0.4rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con h3 {
  font-size: 0.16rem;
  color: #bbb;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_txt {
  font-size: 0.2rem;
  color: #7D7D7D;
  margin-top: 0.15rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list {
  margin: 0.3rem 0;
  display: flex;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item {
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.06);
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_img {
  overflow: hidden;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_img img {
  transition: all ease-in-out 0.5s;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item:hover .new_img img {
  transform: scale(1.15);
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_cnt {
  padding: 0.25rem 0.2rem;
  background: #fff;
  text-align: left;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_cnt .new_type {
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: 0.15rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_cnt .new_tit {
  font-size: 0.2rem;
  height: 0.55rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_cnt .new_btm {
  border-top: 1px solid #EEEEEE;
  padding-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.12rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_cnt .new_btm .new_b_time {
  color: #999999;
  display: inline-flex;
  align-items: center;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_cnt .new_btm .new_b_time img {
  margin-right: 0.08rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_list .new_item .new_cnt .new_btm .new_b_more {
  color: #BBBBBB;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_more {
  width: 1.6rem;
  height: 0.46rem;
  border: 0.02rem solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
  font-size: 0.14rem;
  margin: auto;
}
.index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_more img {
  margin-left: 0.04rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
  width: calc(100% / 2);
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_img {
  display: inline-block;
  height: 100%;
  width: auto;
  max-width: max-content;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_img.block_sj {
  display: none;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 1rem 27% 1.5rem;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc h5 {
  font-size: 0.24rem;
  letter-spacing: 1px;
  text-align: left;
  font-weight: bold;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc .en {
  font-size: 0.2rem;
  margin-top: 0.25rem;
  line-height: 0.26rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc .more_div {
  width: 1.3rem;
  height: 0.46rem;
  border: 0.02rem solid #FFFFFF;
  align-items: center;
  justify-content: center;
  display: none;
  margin-top: 1.1rem;
  font-size: 0.14rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc .more_div img {
  margin-left: 0.05rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc > img {
  margin-top: 0.5rem;
  width: 0.5rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on {
  width: 50%;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc {
  padding: 1rem 25% 1.5rem;
  justify-content: center;
  align-items: flex-start;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc > img {
  display: none;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc h5 {
  text-align: left;
  font-size: 0.47rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc .en {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.5rem;
  margin-top: 0.35rem;
}
.index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc .more_div {
  display: flex;
}
.main_pagin {
  position: absolute;
  left: 3.333%;
  top: 0;
  height: 100%;
  width: 12px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5%;
  flex-direction: column;
  z-index: 8;
}
.main_pagin > div .l_pagination {
  position: relative;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main_pagin > div .l_pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  margin: 0.08rem 0;
  opacity: 1;
  background: #ddd;
  position: relative;
}
.main_pagin > div .l_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.12rem;
  height: 0.12rem;
  background: none;
  border: 1px solid #D2322D;
}
.main_pagin > div .l_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background: #D2322D;
  position: absolute;
  left: calc(50% - 0.03rem);
  top: calc(50% - 0.03rem);
}
.main_pagin > div img {
  cursor: pointer;
}
.main_pagin > div .up {
  display: none ;
}
.main_pagin > div p {
  display: flex;
  flex-direction: column-reverse;
  text-transform: uppercase;
  flex-wrap: wrap;
  word-break: break-all;
  color: #BBBBBB;
  font-size: 0.14rem;
  writing-mode: vertical-rl;
  /* 文字从上到下，从右到左 */
  transform: rotate(180deg);
  letter-spacing: 0.05rem;
  margin: 0.75rem 0;
}
.temp_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.temp_head .t_head_l {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.temp_head .t_head_l span {
  letter-spacing: 1px;
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.58rem;
  position: relative;
  font-weight: bold;
}
.temp_head .t_head_l text {
  letter-spacing: 1px;
  font-size: 0.16rem;
  color: #BBBBBB;
}
.temp_head .a_link_jump {
  text-decoration: none;
  font-size: 0.2rem;
  color: #fff;
}
/*联系我们*/
.sy_lx {
  background: #191B1F;
}
.sy_lx .lx_top {
  width: 100%;
  max-width: 14.4rem;
  padding: 1.1rem 0.3rem 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.sy_lx .lx_top .lx_center {
  margin-top: 7%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.sy_lx .lx_top .lx_center .lxc_item {
  text-align: left;
}
.sy_lx .lx_top .lx_center .lxc_item .lxc_logo {
  display: inline-block;
  height: 0.6rem;
  width: auto;
  margin-bottom: 0.5rem;
}
.sy_lx .lx_top .lx_center .lxc_item .div_item {
  width: 100%;
  padding-bottom: 0.3rem;
  text-align: left;
  padding-right: 0.3rem;
}
.sy_lx .lx_top .lx_center .lxc_item .div_item p {
  font-size: 0.16rem;
  text-align: left;
  color: #999999;
  line-height: 0.48rem;
}
.sy_lx .lx_top .lx_center .lxc_item .div_item p a {
  color: #fff;
  opacity: 0.9;
  font-size: 0.14rem;
}
.sy_lx .lx_top .lx_center .lxc_item .div_item p:first-child {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.sy_lx .lx_top .lx_center .lxc_item:nth-child(3) {
  max-width: 17%;
}
.sy_lx .lx_top .lx_center .lxc_item:nth-child(4) {
  max-width: 20%;
}
.sy_lx .lx_top .lx_center .lxc_item:nth-child(5) {
  max-width: 15%;
}
.sy_lx .lx_top .lx_center .lxc_item:nth-child(5) .div_item {
  padding-right: 0;
}
.sy_lx .lx_top .lx_center .lxc_item.lxc_item_left {
  color: #DB3C37;
}
.sy_lx .lx_top .lx_center .lxc_item.lxc_item_left .div_item div:first-child {
  font-size: 0.2rem;
}
.sy_lx .lx_top .lx_center .lxc_item.lxc_item_left .div_item div:last-child {
  margin-top: 0.18rem;
  font-size: 0.36rem;
}
.sy_lx .lx_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background: #101013;
  padding: 0.72rem 0 0.8rem;
}
.sy_lx .lx_bottom .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sy_lx .lx_bottom .safe_width .footer_msg {
  display: flex;
}
.sy_lx .lx_bottom .safe_width .footer_msg div {
  margin-left: 0.2rem;
}
.sy_lx .lx_bottom .safe_width .footer_msg div p {
  color: #BBBBBB;
  font-size: 0.16rem;
  margin-bottom: 0.08rem;
}
.sy_lx .lx_bottom .lxb_link {
  width: 100%;
  margin-bottom: 0.25rem;
}
.sy_lx .lx_bottom .lxb_link p {
  font-size: 0.16rem;
  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 0.25rem;
  position: relative;
  display: flex;
}
.sy_lx .lx_bottom .lxb_link ul li::after {
  display: inline-block;
  width: 1px;
  height: 0.16rem;
  background: #fff;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.07rem;
}
.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: 0.16rem;
  color: #fff;
  text-decoration: none;
}
.sy_lx .lx_bottom .lxb_link ul li a:hover {
  color: #ff0000;
  opacity: 1;
}
.sy_lx .lx_bottom .lxb_ba {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
}
.sy_lx .lx_bottom .lxb_ba div {
  display: flex;
  align-items: center;
}
.sy_lx .lx_bottom .lxb_ba div:first-child {
  color: #bbb;
}
.sy_lx .lx_bottom .lxb_ba div:first-child p:first-child {
  margin-right: 0.3rem;
}
.sy_lx .lx_bottom .lxb_ba img {
  width: 0.22rem;
  margin-right: 0.08rem;
}
@media screen and (max-width: 1440px) {
  /*联系我们*/
  .sy_lx .lx_top {
    padding: 1.5rem 0.3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .sy_about .sygy_width .sygy_item .gy02_box .gy02_i {
    padding: 20px 15px 20px 25px;
    height: unset;
  }
  .index_con {
    height: max-content;
  }
  .index_con #allPage {
    height: max-content;
  }
  .index_con #allPage > .swiper-wrapper {
    flex-direction: column;
  }
  .index_con #allPage .slide-section .Banner-container {
    height: auto;
  }
  .index_con #allPage .slide-section .Banner-container .swiper-pagination {
    width: 84%;
    left: 8%;
    bottom: 0.3rem;
  }
  .index_con #allPage .slide-section .banner-slide {
    height: 4.6rem;
  }
  .index_con #allPage .slide-section .full_page .f_img.block_pc {
    display: none;
  }
  .index_con #allPage .slide-section .full_page .f_img.block_sj {
    display: block;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.about_con {
    width: 53.333333%;
    margin-left: 21.333%;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.about_con h2 {
    font-size: 0.2rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.about_con h3 {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.about_con .about_tit {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.about_con .about_t_con {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.about_con .ab_more {
    margin-top: 0.2rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_cp {
    padding-top: 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .safe_width {
    padding: 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item {
    width: 50%;
    height: calc(100% / 3);
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item:nth-child(4) {
    border-bottom: 0.3px solid rgba(255, 255, 255, 0.3);
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_img {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_img .img {
    width: 2rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_cp .sycp_list .sycp_item .sycp_txt {
    margin: 0.1rem 0 0.2rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con {
    position: relative;
    padding-top: 0.6rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .title_box {
    justify-content: space-between;
    width: 100%;
    padding: 0 0.3rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .title_box .news_txt {
    display: none;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .title_box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 0.02rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .title_box a img {
    width: 0.32rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_more {
    display: none;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_pagination {
    display: flex;
    width: calc(100% - 0.6rem);
    justify-content: center;
    bottom: 1rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.03rem;
    background: #BBBBBB;
    border-radius: 0;
    opacity: 1;
    margin: 0 0.08rem;
    transition: all ease-in-out;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .news_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.06rem;
    background: #D2322D;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.news_con .safe_width {
    position: relative;
    padding-bottom: 1.56rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service {
    position: relative;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list {
    flex-wrap: wrap;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a,
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on {
    width: 50%;
    height: auto;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_img.block_sj,
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_img.block_sj {
    display: block;
    width: 100%;
    height: auto;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_img.block_pc,
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_img.block_pc {
    display: none;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc,
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc {
    padding: 1rem 0.4rem 0;
    justify-content: flex-start;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc h5,
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc h5 {
    font-size: 0.36rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc .en,
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc .en {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc .more_div,
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc .more_div {
    display: none;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a .ly_desc > img,
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_service .service_list .service_a.service_a_on .ly_desc > img {
    display: block;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx {
    position: relative;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top {
    padding: 0.6rem 0.4rem 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .temp_head {
    display: none;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center {
    margin-top: 0;
    flex-direction: column;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item .div_item {
    padding-right: 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item .div_item p {
    font-size: 0.24rem;
    line-height: 0.56rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item .div_item p:first-child {
    font-size: 0.3rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item:nth-child(2) {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item:nth-child(3),
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item:nth-child(4),
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item:nth-child(5) {
    max-width: 100%;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item_left {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item_left .div_item {
    text-align: center;
    padding-right: 0;
    padding-bottom: 0.8rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item_left .div_item div:first-child {
    display: none;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_top .lx_center .lxc_item_left .div_item div:last-child {
    margin-top: 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom {
    padding: 0.6rem 0.1rem;
    position: relative;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .safe_width .footer_msg p {
    text-align: center;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .safe_width .footer_msg img {
    width: 1rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .footer_left {
    width: 4rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .lxb_link ul li {
    padding: 0 0.7rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .lxb_link ul li a {
    font-size: 0.24rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .lxb_link ul li::after {
    height: 0.22rem;
    margin-top: -0.11rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .lxb_link ul li:first-child {
    padding-left: 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .lxb_link ul li:last-child {
    padding-right: 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .lxb_ba {
    font-size: 0.22rem;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .lxb_ba div {
    flex-wrap: wrap;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con.sy_lx .lx_bottom .lxb_ba div p:nth-child(3) {
    display: block;
    flex: none;
    width: 100%;
    margin-top: 0.08rem;
  }
  .index_con .main_pagin {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m_index_con {
    width: 100%;
  }
  .m_index_con .Banner-A1 {
    height: 4.6rem;
  }
  .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;
  }
}
