@charset "utf-8";
html,
body {
  position: relative;
  height: 100%;
}
.index_con {
  width: 100vw;
  height: calc(100% - 100px);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_con #allPage {
  width: 100vw;
  height: 100%;
}
.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: 100%;
  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;
}
.temp_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.temp_head text {
  display: inline-block;
  width: 23.5%;
  height: 1px;
  max-width: 280px;
  background: -webkit-linear-gradient(right, transparent, #000);
  background: -o-linear-gradient(right, transparent, #000);
  background: -moz-linear-gradient(right, transparent, #000);
  background: -mos-linear-gradient(right, transparent, #000);
  background: linear-gradient(right, transparent, #000);
}
.temp_head text.t_left {
  background: -webkit-linear-gradient(right, #000, transparent);
  background: -o-linear-gradient(right, #000, transparent);
  background: -moz-linear-gradient(right, #000, transparent);
  background: -mos-linear-gradient(right, #000, transparent);
  background: linear-gradient(right, #000, transparent);
}
.temp_head span {
  display: inline-block;
  width: 32.5%;
  min-width: 240px;
  font-size: 32px;
  color: #000000;
  line-height: 40px;
}
.temp_head.temp_head_white span {
  color: #fff;
}
.temp_head.temp_head_white text {
  background: -webkit-linear-gradient(right, transparent, #fff);
  background: -o-linear-gradient(right, transparent, #fff);
  background: -moz-linear-gradient(right, transparent, #fff);
  background: -mos-linear-gradient(right, transparent, #fff);
  background: linear-gradient(right, transparent, #fff);
}
.temp_head.temp_head_white text.t_left {
  background: -webkit-linear-gradient(right, #fff, transparent);
  background: -o-linear-gradient(right, #fff, transparent);
  background: -moz-linear-gradient(right, #fff, transparent);
  background: -mos-linear-gradient(right, #fff, transparent);
  background: linear-gradient(right, #fff, transparent);
}
/*index  关于我们*/
.full_about {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full_about .sy_about {
  width: 100%;
}
.full_about .sy_about .about_desc {
  width: 100%;
  margin-top: 40px;
  height: 210px;
  overflow: auto;
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.full_about .sy_about .about_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.full_about .sy_about .about_data .a_data_l {
  width: 59%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.full_about .sy_about .about_data .a_data_l .data_item {
  width: 32%;
  margin: 0 2% 30px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 2%;
}
.full_about .sy_about .about_data .a_data_l .data_item:nth-child(3n) {
  margin-right: 0;
}
.full_about .sy_about .about_data .a_data_l .data_item span {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: -0.5px;
  color: #000;
  line-height: 48px;
  -webkit-text-stroke: 1px #fff;
}
.full_about .sy_about .about_data .a_data_l .data_item p {
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: left;
}
.full_about .sy_about .about_data .a_data_r {
  width: 36%;
}
.full_about .sy_about .about_data .a_data_r img {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
}
/*index  产品中心*/
.sy_product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.sy_product .sy_prod_l {
  width: 230px;
}
.sy_product .sy_prod_l ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sy_product .sy_prod_l ul li {
  width: 100%;
  height: 40px;
  text-align: left;
  line-height: 40px;
  margin-bottom: 18px;
  cursor: pointer;
  background-color: #373737;
  padding: 0 9px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #373737;
  background-image: url(../images/index/gray_r.png);
  background-size: 30px auto;
  background-position: 96% center;
  background-repeat: no-repeat;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_product .sy_prod_l ul li.active {
  background-color: #fff;
  color: #0051A2;
  border-color: #0051A2;
  background-image: none;
}
.sy_product .sy_prod_l ul li:hover {
  background-position: 94% center;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_product .sy_prod_r {
  width: calc(100% - 248px);
}
.sy_product .sy_prod_r .prod_tab {
  width: 100%;
  display: none;
}
.sy_product .sy_prod_r .prod_r_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_product .sy_prod_r .prod_r_top .prod_ms {
  text-align: left;
  width: 30%;
  height: 300px;
  background: #373737;
  padding: 3% 2% 2%;
  position: relative;
  overflow: hidden;
}
.sy_product .sy_prod_r .prod_r_top .prod_ms::after {
  content: '';
  display: inline-block;
  border: 10px solid transparent;
  border-left-color: #373737;
  position: absolute;
  right: -18px;
  top: 25px;
}
.sy_product .sy_prod_r .prod_r_top .prod_ms span {
  display: inline-block;
  width: 38px;
  height: 3px;
  background: #D9D9D9;
}
.sy_product .sy_prod_r .prod_r_top .prod_ms div {
  margin-top: 10px;
  font-size: 16px;
  color: #D9D9D9;
  line-height: 28px;
  text-align: left;
}
.sy_product .sy_prod_r .prod_r_top .prod_ss {
  width: calc(100% - 33.6%);
  height: 300px;
  position: relative;
}
.sy_product .sy_prod_r .prod_r_top .prod_ss .search_p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sy_product .sy_prod_r .prod_r_top .prod_ss .search_p input {
  width: calc(100% - 136px);
  border: none;
  outline: none;
  box-shadow: none;
  height: 40px;
  background: #454545;
  padding: 0 20px;
  color: #EBEBEB;
  font-size: 16px;
}
.sy_product .sy_prod_r .prod_r_top .prod_ss .search_p a {
  display: inline-block;
  width: 136px;
  height: 40px;
  background: url(../images/index/cp_search.png) #ebebeb no-repeat center center;
  background-size: 24px auto;
}
.sy_product .sy_prod_r .prod_r_top .prod_ss .prod_text {
  width: 100%;
  background: #fff;
  position: relative;
  height: 185px;
  padding: 20px 0 20px 20px;
  font-size: 16px;
  color: #454545;
  text-align: left;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sy_product .sy_prod_r .prod_r_top .prod_ss .prod_text span {
  height: 100%;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
.sy_product .sy_prod_r .prod_r_bottom {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 10px;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  width: 30%;
  margin-right: 5%;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item:nth-child(3n) {
  margin-right: 0;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item .prod_img {
  width: 100%;
  position: relative;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item .prod_img .cp_zc {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item .prod_img::after {
  content: '';
  width: 93%;
  height: 93%;
  background: #373737;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item .prod_img div {
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item .prod_img div img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item:hover .prod_img::after {
  background: #0051A2;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  top: -15px;
  left: -15px;
}
.sy_product .sy_prod_r .prod_r_bottom .prod_item span {
  margin-top: -2px;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #6e9cca;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*index  新闻中心*/
.full_news {
  width: 100%;
}
.full_news .sy_news_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full_news .sy_news_head .news_a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.full_news .sy_news_head .news_a span {
  font-size: 16px;
  color: #F7F7F7;
}
.full_news .sy_news_head .news_a img {
  display: inline-block;
  width: 28px;
  height: auto;
  margin-top: 10px;
}
.full_news .sy_news {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.full_news .sy_news .sy_news_item {
  width: calc(50% - 20px);
  height: 230px;
  position: relative;
  margin-top: 40px;
}
.full_news .sy_news .sy_news_item:hover .news_text {
  border-left: 5px solid #363837;
  left: 95px;
  padding: 0 30px 0 120px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  background: #00468b;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item:hover .news_text .news_text_box h5 {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item:hover .news_text .news_text_box p {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item:hover .news_text .news_text_box .fb_time {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item:hover .news_text .news_text_box .fb_time span {
  background: url(../images/index/time_white.png) no-repeat center center;
}
.full_news .sy_news .sy_news_item:hover .news_img {
  left: 0;
  margin-left: 0px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item .news_text {
  width: calc(100% - 95px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 120px 0 30px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item .news_text .news_text_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.full_news .sy_news .sy_news_item .news_text .news_text_box h5 {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item .news_text .news_text_box .fb_time {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 13px;
  color: #9E9E9E;
  margin-top: 16px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item .news_text .news_text_box .fb_time span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url(../images/index/time_gray.png) no-repeat center center;
  background-size: 100% auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item .news_text .news_text_box p {
  margin-top: 20px;
  font-size: 14px;
  color: #9E9E9E;
  line-height: 20px;
  height: 40px;
  display: inline-block;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: lighter;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item .news_text .news_text_box .span_btn_box {
  text-align: left;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
.full_news .sy_news .sy_news_item .news_text .news_text_box .span_btn_box .span_btn {
  display: inline-block;
  width: 130px;
  background: #2e2e2e;
  height: 40px;
  padding-right: 36px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.full_news .sy_news .sy_news_item .news_text .news_text_box .span_btn_box .span_btn::after {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../images/index/w_arrow.png) #373737 no-repeat center center;
  background-size: auto auto;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 0;
}
.full_news .sy_news .sy_news_item .news_img {
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 2;
  width: 190px;
  height: 190px;
  margin-top: -95px;
  margin-left: -190px;
  display: inline-block;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .sy_news_item .news_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
/*成功案例*/
.sy_case {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  height: calc(100% - 200px);
}
.sy_case .sy_case_item {
  display: flex;
  position: relative;
  overflow: hidden;
  height: calc(50%);
  width: 45%;
  justify-content: center;
  align-items: center;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
}
.sy_case .sy_case_item:nth-child(2n) {
  border-right: 4px solid #fff;
}
.sy_case .sy_case_item:nth-child(4),
.sy_case .sy_case_item:nth-child(5),
.sy_case .sy_case_item:nth-child(6) {
  border-bottom: 4px solid #fff;
}
.sy_case .sy_case_item img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
}
.sy_case .sy_case_item span {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  width: 76%;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.45);
  padding: 0 20px;
  text-align: left;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_case .sy_case_item span::after {
  content: '';
  width: 0;
  height: 12px;
  background: #0051A2;
  position: absolute;
  bottom: 0;
  left: 0;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_case .sy_case_item:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.sy_case .sy_case_item:hover span {
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
.sy_case .sy_case_item:hover span::after {
  width: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*联系我们*/
.sy_lx_top {
  width: 100%;
  height: calc(42%);
  background: #0051A2;
}
.sy_lx_top .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sy_lx_top .safe_width .lx_t_l {
  width: 43%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.sy_lx_top .safe_width .lx_t_l h5 {
  width: 100%;
  font-size: 28px;
  color: #fff;
  line-height: 28px;
}
.sy_lx_top .safe_width .lx_t_l p {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 16px;
}
.sy_lx_top .safe_width .lx_t_l .gs_info {
  width: 100%;
}
.sy_lx_top .safe_width .lx_t_l .gs_info .gs_i_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}
.sy_lx_top .safe_width .lx_t_l .gs_info .gs_i_item img {
  display: inline-block;
  width: 26px;
  height: auto;
}
.sy_lx_top .safe_width .lx_t_l .gs_info .gs_i_item span {
  display: inline-block;
  width: calc(100% - 42px);
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: left;
}
.sy_lx_top .safe_width .lx_t_r {
  width: 47.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_lx_top .safe_width .lx_t_r .lx_input {
  width: calc(50% - 5px);
  border: 1px solid #fff;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.sy_lx_top .safe_width .lx_t_r .lx_input img {
  display: inline-block;
  width: 26px;
  height: auto;
}
.sy_lx_top .safe_width .lx_t_r .lx_input input {
  width: calc(100% - 40px);
  height: 32px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  background: transparent;
}
.sy_lx_top .safe_width .lx_t_r .lx_input:nth-child(3) {
  width: 100%;
}
.sy_lx_top .safe_width .lx_t_r .lx_input input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_input input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_input input::-moz-placeholder {
  /* Firefox版本19+ */
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_input input:-ms-input-placeholder {
  /* IE浏览器 */
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_textarea {
  width: 100%;
  border: 1px solid #fff;
  height: 140px;
  padding: 10px 10px 40px 10px;
  position: relative;
}
.sy_lx_top .safe_width .lx_t_r .lx_textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  background: transparent;
  font-size: 14px;
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_textarea textarea::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_textarea textarea:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_textarea textarea::-moz-placeholder {
  /* Firefox版本19+ */
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_textarea textarea:-ms-input-placeholder {
  /* IE浏览器 */
  color: #fff;
}
.sy_lx_top .safe_width .lx_t_r .lx_textarea a {
  display: inline-block;
  width: 140px;
  height: 32px;
  padding-right: 46px;
  background: #fff;
  color: #0051A2;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sy_lx_top .safe_width .lx_t_r .lx_textarea a::after {
  content: '';
  width: 30px;
  height: 28px;
  background: url(../images/index/w_arrow.png) #373737 no-repeat center center;
  background-size: auto auto;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 0;
}
.sy_lx_bottom {
  width: 100%;
  height: calc(58%);
  background: #fff;
  position: relative;
}
.sy_lx_bottom .sy_lx_ba {
  width: 100%;
  border-bottom: 10px solid #0051a2;
}
.sy_lx_bottom .sy_lx_ba .safe_width {
  height: 40px;
  font-size: 14px;
  color: #737373;
  line-height: 50px;
  position: relative;
  text-align: left;
}
.sy_lx_bottom .sy_lx_ba .safe_width img {
  display: inline-block;
  width: 46px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: -10px;
  cursor: pointer;
}
.sy_lx_bottom .sy_lx_dh {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: calc(100% - 50px);
  padding-top: 40px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_link {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  width: 280px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_link .b_logo {
  display: inline-block;
}
.sy_lx_bottom .sy_lx_dh .lx_b_link .b_logo img {
  display: inline-block;
  width: auto;
}
.sy_lx_bottom .sy_lx_dh .lx_b_link p {
  margin-top: 5px;
  font-size: 12px;
  color: #737373;
  line-height: 20px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_link div {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_link div img {
  display: inline-block;
  width: 104px;
  height: auto;
}
.sy_lx_bottom .sy_lx_dh .lx_b_link div span {
  display: block;
  width: 104px;
  text-align: center;
  font-size: 12px;
  color: #737373;
  line-height: 16px;
  margin-top: 6px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_news {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  width: 220px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_news h5 {
  width: 100%;
  font-size: 28px;
  color: #4E4E4E;
  line-height: 30px;
  margin-top: 40px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_news .b_news_con {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_news .b_news_con a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_news .b_news_con a div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.sy_lx_bottom .sy_lx_dh .lx_b_news .b_news_con a div img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06);*/
}
.sy_lx_bottom .sy_lx_dh .lx_b_news .b_news_con a p {
  display: inline-block;
  width: calc(100% - 66px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: lighter;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
}
.sy_lx_bottom .sy_lx_dh .lx_b_news .b_news_con a:hover div img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.sy_lx_bottom .sy_lx_dh .lx_b_news .b_news_con a:hover p {
  color: #0051A2;
}
.sy_lx_bottom .sy_lx_dh .lx_b_tab {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  width: 160px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_tab h5 {
  width: 100%;
  font-size: 28px;
  color: #4E4E4E;
  line-height: 30px;
  margin-top: 40px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_tab .b_tab_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_tab .b_tab_list a {
  display: inline-block;
  font-size: 14px;
  color: #707070;
  line-height: 18px;
  margin-bottom: 20px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_tab .b_tab_list a:hover {
  color: #0051A2;
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  width: 260px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp h5 {
  width: 100%;
  font-size: 28px;
  color: #4E4E4E;
  line-height: 30px;
  margin-top: 40px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp .b_prod_list {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp .b_prod_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  overflow: hidden;
  background: #f3f3f3;
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp .b_prod_list a:nth-child(2) {
  background: #d3d3d3;
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp .b_prod_list a:nth-child(3) {
  background: #d3d3d3;
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp .b_prod_list a:nth-child(4) {
  background: #f3f3f3;
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp .b_prod_list a img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06);*/
}
.sy_lx_bottom .sy_lx_dh .lx_b_cp .b_prod_list a:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
@media screen and (max-width: 1440px) {
  .temp_head span {
    width: 26%;
    min-width: 210px;
    font-size: 28px;
    line-height: 30px;
  }
  /*index  关于我们*/
  .full_about .sy_about {
    width: 100%;
  }
  .full_about .sy_about .about_desc {
    width: 100%;
    margin-top: 30px;
    height: 140px;
    overflow: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .full_about .sy_about .about_data {
    margin-top: 25px;
  }
  .full_about .sy_about .about_data .a_data_l .data_item {
    margin: 0 2% 20px 0;
    padding-right: 2%;
  }
  .full_about .sy_about .about_data .a_data_l .data_item span {
    font-size: 40px;
    line-height: 44px;
  }
  .full_about .sy_about .about_data .a_data_l .data_item p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .full_about .sy_about .about_data .a_data_r {
    width: 28%;
  }
  /*index  产品中心*/
  .sy_product {
    margin-top: 30px;
  }
  .sy_product .sy_prod_l ul li {
    font-size: 14px;
    background-image: url(../images/index/gray_r.png);
    background-size: 24px auto;
    background-position: 96% center;
  }
  .sy_product .sy_prod_r {
    width: calc(100% - 248px);
  }
  .sy_product .sy_prod_r .prod_r_top .prod_ms {
    height: 220px;
    width: 27%;
    padding: 2% 2% 2%;
  }
  .sy_product .sy_prod_r .prod_r_top .prod_ms span {
    width: 34px;
    height: 2px;
  }
  .sy_product .sy_prod_r .prod_r_top .prod_ms div {
    font-size: 14px;
    line-height: 22px;
  }
  .sy_product .sy_prod_r .prod_r_top .prod_ss {
    width: calc(100% - 30%);
    height: 220px;
  }
  .sy_product .sy_prod_r .prod_r_top .prod_ss .search_p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .sy_product .sy_prod_r .prod_r_top .prod_ss .search_p input {
    height: 36px;
    font-size: 14px;
  }
  .sy_product .sy_prod_r .prod_r_top .prod_ss .search_p a {
    height: 36px;
    background: url(../images/index/cp_search.png) #ebebeb no-repeat center center;
    background-size: 20px auto;
  }
  .sy_product .sy_prod_r .prod_r_top .prod_ss .prod_text {
    height: 150px;
    font-size: 14px;
    line-height: 22px;
  }
  .sy_product .sy_prod_r .prod_r_bottom {
    margin-top: 30px;
  }
  .sy_product .sy_prod_r .prod_r_bottom .prod_item {
    width: 26%;
    margin-right: 11%;
  }
  .sy_product .sy_prod_r .prod_r_bottom .prod_item span {
    font-size: 14px;
    line-height: 30px;
  }
  /*index  新闻中心*/
  .full_news .sy_news_head .news_a {
    margin-bottom: 15px;
  }
  .full_news .sy_news_head .news_a span {
    font-size: 14px;
  }
  .full_news .sy_news_head .news_a img {
    width: 20px;
    margin-top: 5px;
  }
  .full_news .sy_news .sy_news_item {
    height: 200px;
    margin-top: 35px;
  }
  .full_news .sy_news .sy_news_item .news_text {
    width: calc(100% - 85px);
  }
  .full_news .sy_news .sy_news_item .news_text .news_text_box h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .full_news .sy_news .sy_news_item .news_text .news_text_box .fb_time {
    font-size: 12px;
    margin-top: 6px;
  }
  .full_news .sy_news .sy_news_item .news_text .news_text_box .fb_time span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .full_news .sy_news .sy_news_item .news_text .news_text_box p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
  .full_news .sy_news .sy_news_item .news_text .news_text_box .span_btn_box {
    bottom: -16px;
  }
  .full_news .sy_news .sy_news_item .news_text .news_text_box .span_btn_box .span_btn {
    display: inline-block;
    width: 120px;
    background: #2e2e2e;
    height: 36px;
    padding-right: 32px;
    line-height: 36px;
    font-size: 12px;
  }
  .full_news .sy_news .sy_news_item .news_text .news_text_box .span_btn_box .span_btn::after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../images/index/w_arrow.png) #373737 no-repeat center center;
    background-size: 9px auto;
    margin-top: -16px;
  }
  .full_news .sy_news .sy_news_item .news_img {
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -160px;
  }
  /*成功案例*/
  .sy_case {
    margin-top: 30px;
    height: calc(100% - 190px);
  }
  .sy_case .sy_case_item span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .sy_case .sy_case_item span::after {
    height: 10px;
  }
  /*联系我们*/
  .sy_lx_top .safe_width .lx_t_l h5 {
    font-size: 25px;
    line-height: 26px;
  }
  .sy_lx_top .safe_width .lx_t_l p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
  }
  .sy_lx_top .safe_width .lx_t_l .gs_info .gs_i_item {
    margin-top: 8px;
  }
  .sy_lx_top .safe_width .lx_t_l .gs_info .gs_i_item img {
    width: 20px;
  }
  .sy_lx_top .safe_width .lx_t_l .gs_info .gs_i_item span {
    width: calc(100% - 36px);
    font-size: 13px;
    line-height: 20px;
  }
  .sy_lx_top .safe_width .lx_t_r .lx_input {
    height: 30px;
    margin-bottom: 8px;
  }
  .sy_lx_top .safe_width .lx_t_r .lx_input img {
    width: 22px;
  }
  .sy_lx_top .safe_width .lx_t_r .lx_input input {
    width: calc(100% - 36px);
    height: 30px;
    font-size: 13px;
  }
  .sy_lx_top .safe_width .lx_t_r .lx_textarea {
    height: 120px;
  }
  .sy_lx_top .safe_width .lx_t_r .lx_textarea textarea {
    font-size: 13px;
  }
  .sy_lx_top .safe_width .lx_t_r .lx_textarea a {
    display: inline-block;
    width: 120px;
    height: 30px;
    padding-right: 42px;
    line-height: 30px;
    font-size: 13px;
  }
  .sy_lx_top .safe_width .lx_t_r .lx_textarea a::after {
    content: '';
    width: 28px;
    height: 26px;
    background: url(../images/index/w_arrow.png) #373737 no-repeat center center;
    background-size: 9px auto;
    margin-top: -13px;
  }
  .sy_lx_bottom .sy_lx_ba {
    border-bottom: 6px solid #0051a2;
  }
  .sy_lx_bottom .sy_lx_ba .safe_width {
    height: 44px;
    font-size: 13px;
  }
  .sy_lx_bottom .sy_lx_ba .safe_width img {
    width: 40px;
    margin-left: -20px;
    bottom: -6px;
  }
  .sy_lx_bottom .sy_lx_dh {
    padding-top: 20px;
  }
  .sy_lx_bottom .sy_lx_dh .lx_b_news h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .sy_lx_bottom .sy_lx_dh .lx_b_tab h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .sy_lx_bottom .sy_lx_dh .lx_b_tab .b_tab_list a {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .sy_lx_bottom .sy_lx_dh .lx_b_cp {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 240px;
  }
  .sy_lx_bottom .sy_lx_dh .lx_b_cp h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .sy_lx_bottom .sy_lx_dh .lx_b_cp .b_prod_list a {
    width: 104px;
    height: 104px;
  }
}
@media screen and (max-width: 767px) {
  .m_index_con {
    width: 100%;
  }
  .m_index_con .Banner-A1 {
    height: 9rem;
  }
  .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_temp_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 0 0.8rem 0;
  }
  .m_temp_head span {
    font-size: 0.7rem;
    color: #333;
    line-height: 0.75rem;
    display: inline-block;
    width: 3.5rem;
    letter-spacing: 0.5px;
  }
  .m_temp_head div {
    width: calc(100% - 3.5rem);
    font-size: 0.5rem;
    color: #BDBDBD;
    height: 0.75rem;
    line-height: 0.6rem;
    text-transform: uppercase;
    border-bottom: 0.05rem solid #BDBDBD;
  }
  /*关于我们*/
  .m_gy_desc {
    width: 100%;
    padding: 0 0.3rem;
  }
  .m_gy_desc .m_gy_text {
    width: 100%;
    font-size: 0.6rem;
    color: #000;
    line-height: 0.9rem;
  }
  .m_gy_desc .m_gy_data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0.8rem 0 0.5rem 0;
  }
  .m_gy_desc .m_gy_data .data_item {
    width: calc(47%);
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .m_gy_desc .m_gy_data .data_item span {
    font-size: 0.8rem;
    color: #000;
    font-weight: bold;
    line-height: 1rem;
    display: inline-block;
    margin-bottom: 0.45rem;
  }
  .m_gy_desc .m_gy_data .data_item p {
    width: 100%;
    font-size: 0.55rem;
    line-height: 0.8rem;
    color: #333;
  }
  .m_gy_desc .m_gy_img {
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
  .m_gy_desc .m_gy_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  /*产品中心*/
  .m_cp_list {
    width: 100%;
    padding-bottom: 0.4rem;
  }
  .m_cp_list .cp_switch {
    width: 100%;
  }
  .m_cp_list .cp_switch ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .m_cp_list .cp_switch ul li {
    width: calc(50% - 0.3rem);
    height: 1.2rem;
    padding: 0 1.5rem 0 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.55rem;
    color: #fff;
    line-height: 1.2rem;
    background-color: #373737;
    border: 1px solid #373737;
    background-image: url(../images/index/gray_r.png);
    background-size: 0.7rem auto;
    background-position: 96% center;
    background-repeat: no-repeat;
    margin-bottom: 0.4rem;
  }
  .m_cp_list .cp_switch ul li.active {
    background: #fff;
    color: #0051A2;
    border-color: #0051A2;
    padding: 0 0.3rem;
  }
  .m_cp_list .sy_prod_r {
    width: 100%;
  }
  .m_cp_list .sy_prod_r .prod_tab {
    display: none;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_top {
    width: 100%;
    background: #ebebeb;
    padding: 0.6rem 0.5rem;
    font-size: 0.55rem;
    line-height: 1rem;
    color: #454545;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-top: 1rem;
    padding-left: 0.25rem;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    width: 30%;
    margin-right: 5%;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item:nth-child(3n) {
    margin-right: 0;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item .prod_img {
    width: 100%;
    position: relative;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item .prod_img .cp_zc {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item .prod_img::after {
    content: '';
    width: 93%;
    height: 93%;
    background: #0051A2;
    position: absolute;
    left: -0.25rem;
    top: -0.25rem;
    z-index: 1;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item .prod_img div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #f1f1f1;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item .prod_img div img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item:hover .prod_img::after {
    background: #0051A2;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    top: -0.3rem;
    left: -0.3rem;
  }
  .m_cp_list .sy_prod_r .prod_tab .prod_r_bottom .prod_item span {
    margin-top: -0.05rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #6e9cca;
    font-size: 0.55rem;
    color: #fff;
    line-height: 1.2rem;
    padding: 0 0.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*新闻中心*/
  .m_news_con {
    width: 100%;
  }
  .m_news_con .sy_news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .m_news_con .sy_news .sy_news_item {
    width: calc(50% - 0.25rem);
    height: 3.5rem;
    position: relative;
    margin-top: 0rem;
    margin-bottom: 0.6rem;
  }
  .m_news_con .sy_news .sy_news_item .news_text {
    width: calc(100% - 1.2rem);
    background: #373737;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 1.9rem 0 0.35rem;
  }
  .m_news_con .sy_news .sy_news_item .news_text .news_text_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    position: relative;
  }
  .m_news_con .sy_news .sy_news_item .news_text .news_text_box h5 {
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #fff;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m_news_con .sy_news .sy_news_item .news_text .news_text_box .fb_time {
    width: 100%;
    display: inline-block;
    font-size: 0.5rem;
    color: #9E9E9E;
    margin-top: 0.1rem;
    line-height: 0.6rem;
  }
  .m_news_con .sy_news .sy_news_item .news_text .news_text_box .fb_time span {
    display: none;
  }
  .m_news_con .sy_news .sy_news_item .news_text .news_text_box p {
    margin-top: 0.1rem;
    font-size: 0.5rem;
    color: #9E9E9E;
    line-height: 0.8rem;
    display: inline-block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m_news_con .sy_news .sy_news_item .news_text .news_text_box .span_btn_box {
    display: none;
  }
  .m_news_con .sy_news .sy_news_item .news_img {
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    margin-left: -2.4rem;
    display: inline-block;
  }
  .m_news_con .sy_news .sy_news_item .news_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  /*成功案例*/
  .sy_case {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: unset;
    height: unset;
  }
  .sy_case .sy_case_item {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 4.5rem;
    width: 50%;
    justify-content: center;
    align-items: center;
    border-left: 0.05rem solid #fff;
    border-top: 0.05rem solid #fff;
  }
  .sy_case .sy_case_item:nth-child(3n) {
    border-right: 0.05rem solid #fff;
  }
  .sy_case .sy_case_item:nth-child(4),
  .sy_case .sy_case_item:nth-child(5),
  .sy_case .sy_case_item:nth-child(6) {
    border-bottom: 0.05rem solid #fff;
  }
  .sy_case .sy_case_item img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .sy_case .sy_case_item span {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.55rem;
    color: #fff;
    width: 76%;
    height: 1.2rem;
    line-height: 1.2rem;
    background: rgba(0, 0, 0, 0.45);
    padding: 0 0.3rem;
    text-align: left;
  }
  /*留言板*/
  .m_liuyan_con {
    width: 100%;
    padding-bottom: 0.9rem;
  }
  .m_liuyan_con .liuyan_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .m_liuyan_con .liuyan_text .lx_input {
    width: calc(50% - 5px);
    border: 0.025rem solid #496661;
    height: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    margin-bottom: 0.45rem;
  }
  .m_liuyan_con .liuyan_text .lx_input img {
    display: inline-block;
    width: 0.7rem;
    height: auto;
  }
  .m_liuyan_con .liuyan_text .lx_input input {
    width: calc(100% - 1rem);
    height: 1.8rem;
    border: none;
    outline: none;
    color: #272727;
    font-size: 0.55rem;
    background: transparent;
  }
  .m_liuyan_con .liuyan_text .lx_input:nth-child(3) {
    width: 100%;
  }
  .m_liuyan_con .liuyan_text .lx_input input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_input input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_input input::-moz-placeholder {
    /* Firefox版本19+ */
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_input input:-ms-input-placeholder {
    /* IE浏览器 */
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_textarea {
    width: 100%;
    border: 0.025rem solid #496661;
    height: 5.5rem;
    padding: 0.3rem 0.3rem 1.4rem 0.3rem;
    position: relative;
  }
  .m_liuyan_con .liuyan_text .lx_textarea textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    background: transparent;
    font-size: 0.55rem;
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_textarea textarea::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_textarea textarea:-moz-placeholder {
    /* Firefox版本4-18 */
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_textarea textarea::-moz-placeholder {
    /* Firefox版本19+ */
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_textarea textarea:-ms-input-placeholder {
    /* IE浏览器 */
    color: #272727;
  }
  .m_liuyan_con .liuyan_text .lx_textarea a {
    display: inline-block;
    width: 3.5rem;
    height: 1.2rem;
    padding-right: 0;
    background: #373737;
    color: #fff;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.55rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .m_liuyan_con .liuyan_text .lx_textarea a::after {
    content: none;
  }
  /*首页footer*/
  .m_footer {
    width: 100%;
  }
  .m_footer .m_footer_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #0f4f8c;
    padding: 0.85rem 0.6rem 0.5rem 0.6rem;
  }
  .m_footer .m_footer_top .lx_b_news {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: calc(100% - 7rem);
  }
  .m_footer .m_footer_top .lx_b_news h5 {
    width: 100%;
    font-size: 0.65rem;
    color: #fff;
    line-height: 0.8rem;
  }
  .m_footer .m_footer_top .lx_b_news .b_news_con {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0.5rem;
  }
  .m_footer .m_footer_top .lx_b_news .b_news_con a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  .m_footer .m_footer_top .lx_b_news .b_news_con a div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4rem;
    height: 1.4rem;
    overflow: hidden;
  }
  .m_footer .m_footer_top .lx_b_news .b_news_con a div img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .m_footer .m_footer_top .lx_b_news .b_news_con a p {
    display: inline-block;
    /*width: calc(100% - 2rem);*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: lighter;
    font-size: 0.5rem;
    line-height: 0.8rem;
    color: #80B7D9;
    flex: 1;
    padding-left: 5px;
  }
  .m_footer .m_footer_top .lx_b_tab {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 3rem;
  }
  .m_footer .m_footer_top .lx_b_tab h5 {
    width: 100%;
    font-size: 0.65rem;
    color: #fff;
    line-height: 0.8rem;
  }
  .m_footer .m_footer_top .lx_b_tab .b_tab_list {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0.5rem;
  }
  .m_footer .m_footer_top .lx_b_tab .b_tab_list a {
    display: inline-block;
    font-size: 0.5rem;
    color: #80B7D9;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .m_footer .m_footer_top .lx_b_cp {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 3.4rem;
  }
  .m_footer .m_footer_top .lx_b_cp h5 {
    width: 100%;
    font-size: 0.65rem;
    color: #fff;
    line-height: 0.8rem;
  }
  .m_footer .m_footer_top .lx_b_cp .b_prod_list {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .m_footer .m_footer_top .lx_b_cp .b_prod_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.7rem;
    height: 1.7rem;
    overflow: hidden;
    background: #f3f3f3;
  }
  .m_footer .m_footer_top .lx_b_cp .b_prod_list a:nth-child(2) {
    background: #d3d3d3;
  }
  .m_footer .m_footer_top .lx_b_cp .b_prod_list a:nth-child(3) {
    background: #d3d3d3;
  }
  .m_footer .m_footer_top .lx_b_cp .b_prod_list a:nth-child(4) {
    background: #f3f3f3;
  }
  .m_footer .m_footer_top .lx_b_cp .b_prod_list a img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .m_footer .m_footer_ba {
    width: 100%;
    line-height: 1.4rem;
    background: #363636;
    font-size: 0.5rem;
    text-align: center;
    color: #737373;
  }
}
.m_back {
  width: 2.4rem;
  height: auto;
  position: fixed;
  bottom: 0.2rem;
  right: 0.3rem;
  z-index: 3;
}
