@charset "utf-8";
.temp_head {
  width: 100%;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.temp_head .temp_left {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.temp_head .temp_left h5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.temp_head .temp_left h5 label {
  font-size: 36px;
  color: #000000;
  line-height: 40px;
  display: inline-block;
  width: 172px;
  font-weight: normal;
  letter-spacing: 1px;
}
.temp_head .temp_left h5 span {
  font-size: 18px;
  color: #005CA1;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 5px;
}
.temp_head .temp_left h5 .line_d {
  display: inline-block;
  height: 1px;
  width: calc(100% - 330px);
  background: #C9C9C9;
  margin-bottom: 5px;
}
.temp_head .temp_left p {
  padding: 16px 0;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
}
.temp_head.temp_head_news .temp_left {
  width: calc(100% - 432px);
}
.temp_head.temp_head_news .temp_left h5 .line_d {
  width: calc(100% - 392px);
  margin-bottom: 10px;
}
.temp_head.temp_head_news .head_nav_ul {
  width: 432px;
  margin-top: 4px;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.temp_head.temp_head_news .head_nav_ul li {
  font-size: 16px;
  color: #000;
  width: 132px;
  height: 42px;
  border: 1px solid #C9C9C9;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.temp_head.temp_head_news .head_nav_ul li:hover {
  color: #005CA1;
}
.temp_head.temp_head_news .head_nav_ul li.active {
  background: #005CA1;
  border-color: #005CA1;
  color: #fff;
}
.temp_head.temp_head_news .head_nav_ul li.active:hover {
  color: #fff;
}
.index_banner {
  width: 100%;
  position: relative;
}
.index_banner .b_img {
  position: relative;
  width: 100%;
}
.index_banner .b_img .banner_img {
  width: 100%;
  height: auto;
}
.index_banner .b_img .b_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_banner .b_img .b_con .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 1;
}
.index_banner .b_img .b_con .safe_width h5 {
  font-size: 48px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 1.5px;
}
.index_banner .b_img .b_con .safe_width p {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 18px;
  margin: 28px 0 28px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.index_banner .b_img .b_con .safe_width a {
  display: inline-block;
  width: 140px;
  height: 42px;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  text-decoration: none;
  font-size: 18px;
  color: #005CA1;
  background: #fff;
}
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 4%;
}
.index_banner .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005ca1;
  border-radius: 2px !important;
}
.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
  background-size: 20px auto;
}
/*解决方案*/
.sy_modal01 {
  width: 100%;
  background: url(../images/fangan_bj.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 70px;
}
.sy_modal01 .sy_plan {
  width: 100%;
  padding-top: 100px;
}
.sy_modal01 .sy_plan .sy_p_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item {
  width: 14.5%;
  height: 640px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  background-size: auto 100%;
  padding: 0 0 40px 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item.sy_p_hover {
  width: 42%;
  background-size: cover;
  padding: 0 30px 64px 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item.sy_p_hover .p_01 {
  display: inline-block;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item.sy_p_hover p {
  display: -webkit-box;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item.sy_p_hover div {
  display: flex;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item h5 {
  font-size: 24px;
  line-height: 34px;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item .p_01 {
  display: none;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item span {
  display: inline-block;
  width: 60px;
  height: 2px;
  margin: 24px 0;
  background: #005CA1;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.sy_modal01 .sy_plan .sy_p_list .sy_p_item div {
  margin-top: 46px;
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 38px;
  border: 1px solid #fff;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}
.sy_modal01 .sy_prod {
  width: 100%;
}
.sy_modal01 .sy_prod .sy_prod_list {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item {
  margin: 0 0.8% 20px 0;
  width: 32.8%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.48);
  padding: 14px 1.8% 0 1.8%;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item:nth-child(3n) {
  margin-right: 0;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item h5 {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
  letter-spacing: 1px;
  color: #005CA1;
  line-height: 26px;
  border-bottom: 1px solid #C9C9C9;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con {
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con .sy_prod_left {
  width: 52%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 20px;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con .sy_prod_left p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con .sy_prod_left span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #005CA1;
  font-size: 16px;
  color: #005CA1;
  padding: 0 30px;
  margin-top: 32px;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con .sy_prod_left span:hover {
  background: #005CA1;
  color: #fff;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con img {
  display: inline-block;
  width: auto;
  max-width: 48%;
  height: auto;
}
.sy_modal01 .sy_prod .sy_prod_list .sy_prod_item:hover {
  background: rgba(0, 92, 161, 0.05);
}
.sy_modal01 .sy_prod_m {
  display: none;
}
/*资讯案例*/
.sy_news {
  width: 100%;
  padding-bottom: 96px;
}
.sy_news .sy_news_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
.sy_news .sy_news_con .sy_news_right {
  width: 35.7%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.sy_news .sy_news_con .sy_news_right .news_r_item {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #C9C9C9;
  padding-top: 25px;
  margin-top: 42px;
}
.sy_news .sy_news_con .sy_news_right .news_r_item:nth-child(1) {
  margin-top: 0;
  padding-top: 40px;
}
.sy_news .sy_news_con .sy_news_right .news_r_item h5 {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_news .sy_news_con .sy_news_right .news_r_item div {
  margin: 35px 0 20px 0;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.sy_news .sy_news_con .sy_news_right .news_r_item p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_news .sy_news_con .sy_news_right .news_r_item:hover h5 {
  color: #005ca1;
  font-weight: bold;
}
.sy_news .sy_news_con .sy_news_left {
  width: 64.3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_news .sy_news_con .sy_news_left .news_l_item {
  width: 45.5%;
  margin-right: 4.5%;
}
.sy_news .sy_news_con .sy_news_left .news_l_item .sy_news_img {
  width: 100%;
  overflow: hidden;
}
.sy_news .sy_news_con .sy_news_left .news_l_item .sy_news_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .sy_news_con .sy_news_left .news_l_item h5 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 30px 0;
}
.sy_news .sy_news_con .sy_news_left .news_l_item div {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #333333;
}
.sy_news .sy_news_con .sy_news_left .news_l_item span {
  display: flex;
  width: 122px;
  height: 36px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: 1px solid #005CA1;
  padding: 0 12px;
  color: #005CA1;
  cursor: pointer;
  font-size: 14px;
}
.sy_news .sy_news_con .sy_news_left .news_l_item p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_news .sy_news_con .sy_news_left .news_l_item:hover h5 {
  color: #005ca1;
}
.sy_news .sy_news_con .sy_news_left .news_l_item:hover .sy_news_img img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
@media screen and (max-width: 1440px) {
  .index_banner .b_img .b_con .safe_width {
    padding: 0 50px;
  }
  .temp_head {
    padding-top: 94px;
  }
  .temp_head div {
    font-size: 28px;
    line-height: 30px;
  }
  .temp_head p {
    margin-top: 6px;
  }
  .temp_head img {
    margin-top: 26px;
  }
  .sy_gy {
    padding: 120px 0 140px 0;
  }
}
@media screen and (max-width: 1280px) {
  .temp_head {
    padding-top: 80px;
  }
  .temp_head .temp_left h5 label {
    font-size: 32px;
    line-height: 36px;
    width: 162px;
  }
  .temp_head .temp_left h5 span {
    font-size: 16px;
    line-height: 18px;
  }
  .temp_head .temp_left h5 .line_d {
    width: calc(100% - 290px);
  }
  .temp_head .temp_left p {
    padding: 14px 0;
    font-size: 14px;
    line-height: 16px;
  }
  .temp_head.temp_head_news .temp_left {
    width: calc(100% - 402px);
  }
  .temp_head.temp_head_news .temp_left h5 .line_d {
    width: calc(100% - 352px);
  }
  .temp_head.temp_head_news .head_nav_ul {
    width: 402px;
  }
  .temp_head.temp_head_news .head_nav_ul li {
    font-size: 14px;
    width: 122px;
  }
  /*解决方案*/
  .sy_modal01 {
    padding-bottom: 60px;
  }
  .sy_modal01 .sy_plan {
    padding-top: 80px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item {
    padding: 0 0 40px 25px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item.sy_p_hover {
    padding: 0 25px 64px 25px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item span {
    width: 56px;
    height: 2px;
    margin: 22px 0;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item p {
    font-size: 14px;
    line-height: 22px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item div {
    margin-top: 40px;
    width: 140px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .sy_modal01 .sy_prod .sy_prod_list {
    margin-top: 50px;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item {
    margin: 0 0.8% 10px 0;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item h5 {
    padding: 25px 0;
    font-size: 20px;
    line-height: 22px;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con {
    height: 240px;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con .sy_prod_left {
    padding-right: 10px;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con .sy_prod_left span {
    width: 130px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 28px;
  }
  /*资讯案例*/
  .sy_news {
    padding-bottom: 76px;
  }
  .sy_news .sy_news_con {
    margin-top: 50px;
  }
  .sy_news .sy_news_con .sy_news_right .news_r_item {
    padding-top: 22px;
    margin-top: 24px;
  }
  .sy_news .sy_news_con .sy_news_right .news_r_item:nth-child(1) {
    margin-top: 0;
    padding-top: 28px;
  }
  .sy_news .sy_news_con .sy_news_right .news_r_item h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .sy_news .sy_news_con .sy_news_right .news_r_item div {
    margin: 32px 0 18px 0;
    font-size: 14px;
    line-height: 16px;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 18px 0 28px 0;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item div {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item span {
    width: 112px;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item p {
    margin-bottom: 26px;
  }
  .index_banner .b_img .b_con .safe_width h5 {
    font-size: 34px;
    line-height: 36px;
  }
  .index_banner .b_img .b_con .safe_width p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 22px 0 22px 0;
  }
  .index_banner .b_img .b_con .safe_width a {
    display: inline-block;
    width: 130px;
    height: 38px;
    border-radius: 19px;
    line-height: 38px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .temp_head {
    padding-top: 60px;
  }
  .temp_head .temp_left h5 label {
    font-size: 28px;
    line-height: 32px;
    width: 135px;
  }
  .temp_head .temp_left h5 span {
    font-size: 14px;
    line-height: 16px;
  }
  .temp_head .temp_left h5 .line_d {
    width: calc(100% - 240px);
  }
  .temp_head .temp_left p {
    padding: 12px 0;
    font-size: 13px;
    line-height: 15px;
  }
  .temp_head.temp_head_news .temp_left {
    width: calc(100% - 362px);
  }
  .temp_head.temp_head_news .temp_left h5 .line_d {
    width: calc(100% - 310px);
  }
  .temp_head.temp_head_news .head_nav_ul {
    width: 362px;
  }
  .temp_head.temp_head_news .head_nav_ul li {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 102px;
  }
  /*解决方案*/
  .sy_modal01 {
    padding-bottom: 50px;
  }
  .sy_modal01 .sy_plan {
    padding-top: 70px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item {
    height: 450px;
    padding: 0 0 25px 20px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item.sy_p_hover {
    padding: 0 20px 50px 20px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item span {
    width: 52px;
    height: 2px;
    margin: 20px 0;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item p {
    font-size: 13px;
    line-height: 20px;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item div {
    margin-top: 30px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    font-size: 13px;
  }
  .sy_modal01 .sy_prod .sy_prod_list {
    margin-top: 40px;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item {
    margin: 0 0.8% 10px 0;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item h5 {
    padding: 22px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con {
    height: 230px;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con .sy_prod_left {
    padding-right: 10px;
  }
  .sy_modal01 .sy_prod .sy_prod_list .sy_prod_item .sy_prod_con .sy_prod_left span {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 18px;
    margin-top: 26px;
  }
  /*资讯案例*/
  .sy_news {
    padding-bottom: 66px;
  }
  .sy_news .sy_news_con {
    margin-top: 40px;
  }
  .sy_news .sy_news_con .sy_news_right .news_r_item {
    padding-top: 20px;
    margin-top: 13px;
  }
  .sy_news .sy_news_con .sy_news_right .news_r_item:nth-child(1) {
    margin-top: 0;
    padding-top: 20px;
  }
  .sy_news .sy_news_con .sy_news_right .news_r_item h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .sy_news .sy_news_con .sy_news_right .news_r_item div {
    margin: 30px 0 16px 0;
    font-size: 13px;
    line-height: 15px;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item h5 {
    font-size: 16px;
    line-height: 18px;
    margin: 16px 0 26px 0;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item div {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 16px;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item span {
    width: 102px;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item p {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index_banner .b_img .b_con .safe_width {
    padding: 0rem 0.65rem 0 0.65rem;
  }
  .index_banner .b_img .b_con .safe_width h5 {
    font-size: 0.85rem;
    line-height: 1.1rem;
    letter-spacing: 0.025rem;
  }
  .index_banner .b_img .b_con .safe_width p {
    padding-right: 20%;
    color: #fff;
    font-size: 0.5rem;
    line-height: 0.75rem;
    margin: 0.4rem 0 0.85rem 0;
    letter-spacing: 0.025rem;
  }
  .index_banner .b_img .b_con .safe_width a {
    width: 3.5rem;
    height: 1.2rem;
    border-radius: 0.6rem;
    line-height: 1.2rem;
    font-size: 0.5rem;
  }
  .index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.65rem;
  }
  .index_banner .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.1rem;
    margin: 0 !important;
    outline: none;
    background: #fff;
    opacity: 0.4;
  }
  .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border-radius: 0;
  }
  .index_banner .swiper-button-next,
  .index_banner .swiper-button-prev {
    display: none;
  }
  .temp_head {
    padding-top: 1.5rem;
  }
  .temp_head .temp_left h5 label {
    font-size: 0.8rem;
    line-height: 0.9rem;
    width: 4rem;
    letter-spacing: 0.025rem;
  }
  .temp_head .temp_left h5 span {
    font-size: 0.5rem;
    line-height: 0.6rem;
    letter-spacing: 0.025rem;
    padding-right: 0.2rem;
  }
  .temp_head .temp_left h5 .line_d {
    height: 0.025rem;
    width: calc(100% - 8rem);
    margin-bottom: 0.15rem;
  }
  .temp_head .temp_left p {
    padding: 0.65rem 0;
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .temp_head.temp_head_news .temp_left {
    width: 100%;
  }
  .temp_head.temp_head_news .temp_left h5 .line_d {
    width: calc(100% - 10.5rem);
    margin-bottom: 0.15rem;
  }
  .temp_head.temp_head_news .head_nav_ul {
    display: none;
  }
  /*解决方案*/
  .sy_modal01 {
    background: url(../images/fangan_bj_m.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 0.7rem;
  }
  .sy_modal01 .sy_plan {
    padding-top: 1.25rem;
  }
  .sy_modal01 .sy_plan .sy_p_list {
    flex-direction: column;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item {
    width: 100%;
    height: 9rem;
    background-position: center top !important;
    background-size: 100% auto !important;
    justify-content: center;
    align-items: flex-start;
    padding: 0.3rem 0.65rem 0 0.65rem;
    margin-bottom: 0.65rem;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item:last-child {
    margin-bottom: 0.45rem;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item.sy_p_hover {
    width: 100%;
    background-size: 100% auto;
    padding: 0.3rem 0.65rem 0 0.65rem;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item.sy_p_hover .p_01 {
    display: none;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item h5 {
    font-size: 0.75rem;
    line-height: 0.85rem;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item .p_01 {
    display: none !important;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item span {
    display: inline-block !important;
    width: 1.25rem;
    height: 0.025rem;
    margin: 0.4rem 0 0.3rem 0;
    background: #fff;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    display: -webkit-box;
    height: 2.4rem;
    -webkit-line-clamp: 4;
  }
  .sy_modal01 .sy_plan .sy_p_list .sy_p_item div {
    margin-top: 1.1em;
    display: flex;
    justify-content: center;
    width: 3.85rem;
    height: 1.3rem;
    border: 0.025rem solid #fff;
    line-height: 1.3rem;
    padding: 0;
    font-size: 0.5rem;
    letter-spacing: 0.025rem;
  }
  .sy_modal01 .sy_prod {
    display: none;
  }
  .sy_modal01 .sy_prod_m {
    width: 100%;
    display: inline-block;
  }
  .sy_modal01 .sy_prod_m .safe_width {
    padding: 0;
  }
  .sy_modal01 .sy_prod_m .safe_width .temp_head {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod {
    width: 100%;
    margin-top: 0.6rem;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .swiper-container {
    padding-bottom: 1rem;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #005CA1;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px !important;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .swiper-slide {
    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;
    transition: 300ms;
    transform: scale(0.88);
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .swiper-slide-active,
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .m_p_box {
    background: #fff;
    padding: 0.4rem 0.8rem 0 0.8rem;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .m_p_box h5 {
    padding: 0.55rem 0;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 0.85rem;
    border-bottom: 0.025rem solid #DDDDDD;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .m_p_box .m_p_con {
    width: 100%;
    height: 9.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .m_p_box .m_p_con .m_p_img {
    width: 100%;
    height: 5.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .m_p_box .m_p_con .m_p_img img {
    max-height: 4.4rem;
    height: auto;
    width: auto;
    max-width: 100%;
    display: inline-block;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .m_p_box .m_p_con p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.55rem;
    text-align: left;
    line-height: 0.85rem;
    color: #666666;
  }
  .sy_modal01 .sy_prod_m .safe_width .sy_m_prod .m_p_box .m_p_con a {
    display: inline-block;
    width: 3.85rem;
    text-align: center;
    letter-spacing: 0.025rem;
    height: 1.3rem;
    border: 0.025rem solid #005CA1;
    color: #005CA1;
    line-height: 1.3rem;
    margin-top: 0.4rem;
    font-size: 0.5rem;
  }
  /*资讯案例*/
  .sy_news {
    padding-bottom: 1rem;
  }
  .sy_news .sy_news_con {
    flex-direction: column;
    margin-top: 0.3rem;
  }
  .sy_news .sy_news_con .sy_news_right {
    display: none;
  }
  .sy_news .sy_news_con .sy_news_left {
    width: 100%;
    flex-direction: column;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item {
    width: 100%;
    margin-right: 0;
    background: #f5f5f5;
    margin-bottom: 0.65rem;
    position: relative;
    padding-bottom: 0.65rem;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item .sy_news_img {
    padding: 0;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item h5 {
    font-size: 0.75rem;
    line-height: 2.5rem;
    margin: 0;
    padding: 0 0.65rem;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item div {
    font-size: 0.5rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    padding-left: 0.65rem;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item span {
    display: flex;
    width: 3.85rem;
    height: 1.3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0.025rem solid #005CA1;
    padding: 0;
    font-size: 0.5rem;
    position: absolute;
    bottom: 0.65rem;
    right: 0.65rem;
  }
  .sy_news .sy_news_con .sy_news_left .news_l_item p {
    display: none;
  }
}
