﻿@charset "utf-8";
.temp_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.temp_head .temp_head_l {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.temp_head .temp_head_l p {
  font-size: 18px;
  color: #F38200;
  line-height: 20px;
}
.temp_head .temp_head_l h5 {
  margin-top: 8px;
  font-size: 34px;
  color: #090909;
  line-height: 50px;
}
.temp_head .temp_head_r {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #F38200;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #F38200;
}
.temp_head .temp_head_r span {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/index/o_arrow.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 12px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.temp_head .temp_head_r:hover span {
  margin-left: 20px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.temp_head .temp_head_r.head_r_block {
  background: #F38200;
  color: #fff;
}
.temp_head .temp_head_r.head_r_block span {
  background: url(../images/index/w_arrow.png) no-repeat center center;
  background-size: 100% auto;
}
.Banner-A1 {
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.Banner-A1 .swiper {
  height: 100% !important;
}
.Banner-A1 .swiper .swiper-wrapper {
  height: 100% !important;
}
.Banner-A1 .swiper .swiper-wrapper .swiper-slide {
  height: 100% !important;
}
.Banner-A1 .swiper .swiper-wrapper .swiper-slide .banner-background {
  height: 100% !important;
}
.Banner-A1 .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 5%;
}
.Banner-A1 .swiper-pagination-bullet {
  width: 40px;
  outline: none;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 10px !important;
}
.Banner-A1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F38200;
}
@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;
  }
}
.banner-background {
  background-size: cover;
  overflow: hidden;
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}
.swiper-slide.banner-slide.swiper-slide-active .banner-background {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
  transition-delay: 0.5s;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
  transition-delay: 0.7s;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  transition-delay: 0.9s;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  transition-delay: 1.1s;
}
/*首页关于*/
.sy_about {
  width: 100%;
  background: url(../images/index/sy_jjbj.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.sy_about .about_con {
  padding: 108px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_about .about_con .about_left {
  width: 54%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.sy_about .about_con .about_left .about_desc {
  width: 100%;
  overflow: hidden;
  height: 330px;
  margin-top: 16px;
}
.sy_about .about_con .about_left .about_desc p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #3B3B3B;
  line-height: 30px;
  text-indent: 2em;
}
.sy_about .about_con .about_left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  border-radius: 25px;
  background: #F38200;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.sy_about .about_con .about_left a span {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/index/w_arrow.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 12px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_about .about_con .about_left a:hover {
  opacity: 0.8;
}
.sy_about .about_con .about_left a:hover span {
  margin-left: 20px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_about .about_con .about_right {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10%;
}
.sy_about .about_con .about_right img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
/*首页服务*/
.sy_service {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sy_service .sy_fw_img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sy_service .sy_s_box {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sy_service .sy_s_box .safe_width {
  height: 100%;
}
.sy_service .sy_s_box .safe_width .service_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sy_service .sy_s_box .safe_width .service_con .s_right {
  width: 44%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc {
  width: 100%;
  margin-top: 2%;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc h5 {
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  overflow: hidden;
  margin-top: 8px;
  font-weight: 300;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #19b582;
  margin-top: 3%;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc a span {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/index/g_arrow.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 12px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc a:hover span {
  margin-left: 20px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon {
  width: 100%;
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item {
  width: 33.33%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 94px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div span img {
  display: inline-block;
  width: auto;
  height: auto;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div p {
  padding: 14px 0;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div:hover span {
  background: rgba(255, 255, 255, 0.16);
}
/*首页新闻中心*/
.sy_news {
  width: 100%;
  background: url(../images/index/sy_xwbj.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 70px 0;
}
.sy_news .syxw_list {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_news .syxw_list .news_link {
  width: 32.6%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.sy_news .syxw_list .news_link .news_img {
  width: 100%;
  overflow: hidden;
}
.sy_news .syxw_list .news_link .news_img 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;
}
.sy_news .syxw_list .news_link .news_text {
  width: 100%;
  padding: 0 15px;
}
.sy_news .syxw_list .news_link .news_text h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  color: #000;
  line-height: 26px;
  display: inline-block;
  margin-top: 30px;
}
.sy_news .syxw_list .news_link .news_text div {
  font-size: 14px;
  color: #7E7E7E;
  line-height: 16px;
  margin: 10px 0 15px 0;
}
.sy_news .syxw_list .news_link .news_text p {
  width: 100%;
  font-size: 14px;
  color: #7E7E7E;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.sy_news .syxw_list .news_link .news_text text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  border-radius: 25px;
  background: #F38200;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin: 20px 0 40px 0;
}
.sy_news .syxw_list .news_link .news_text text span {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/index/w_arrow.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 12px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .syxw_list .news_link .news_text text:hover span {
  margin-left: 20px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_news .syxw_list .news_link:hover .news_img 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_news .syxw_list .news_link:hover .news_text h5 {
  color: #F38200;
}
.sy_news .syxw_list .news_right {
  width: calc(100% - 32.6% - 26px);
}
.sy_news .syxw_list .news_right .news_r_link {
  width: 100%;
  margin-bottom: 22px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.sy_news .syxw_list .news_right .news_r_link:last-child {
  margin-bottom: 0;
}
.sy_news .syxw_list .news_right .news_r_link.news_link {
  position: relative;
}
.sy_news .syxw_list .news_right .news_r_link.news_link .news_img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50.6%;
  overflow: hidden;
}
.sy_news .syxw_list .news_right .news_r_link.news_link .news_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sy_news .syxw_list .news_right .news_r_link.news_link .news_text {
  height: 100%;
  width: 49.4%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sy_news .syxw_list .news_right .news_r_link.news_link .news_text h5 {
  margin-top: 0;
}
.sy_news .syxw_list .news_right .news_r_link.news_link .news_text div {
  margin: 10px 0 12px 0;
}
.sy_news .syxw_list .news_right .news_r_link.news_link .news_text p {
  -webkit-line-clamp: 4;
}
.sy_news .syxw_list .news_right .news_r_link.news_link .news_text text {
  margin: 12px 0 0 0;
}
/*首页专利资质*/
.sy_zizhi {
  width: 100%;
  background: url(../images/index/sy_zzbj.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 90px 0 50px 0;
}
.sy_zizhi .zizhi_box {
  width: 100%;
  margin: 9% 0 0px 0;
}
/*汇诚瑞祥医药就在您身边*/
.sy_bottom {
  width: 100%;
  background: url(../images/index/contant_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 38px 0 25px 0;
}
.sy_bottom .sy_bottom_con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sy_bottom .sy_bottom_con h5 {
  text-align: center;
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.sy_bottom .sy_bottom_con a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 50px;
  border-radius: 25px;
  background: #F38200;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.sy_bottom .sy_bottom_con a span {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/index/w_arrow.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 12px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_bottom .sy_bottom_con a:hover {
  opacity: 0.8;
}
.sy_bottom .sy_bottom_con a:hover span {
  margin-left: 20px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.banner_zc {
  width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 1800px) {
  /*首页专利资质*/
  .sy_zizhi {
    width: 100%;
    height: 716px;
    background: url(../images/index/sy_zzbj.jpg) no-repeat center center;
    background-size: auto 100%;
    padding: 70px 0 60px 0;
  }
  .sy_zizhi .zizhi_box {
    width: 100%;
    margin: 5% 0 0px 0;
  }
}
@media screen and (max-width: 1650px) {
  .temp_head .temp_head_l p {
    font-size: 16px;
    line-height: 18px;
  }
  .temp_head .temp_head_l h5 {
    margin-top: 6px;
    font-size: 30px;
    line-height: 46px;
  }
  /*首页服务*/
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc h5 {
    font-size: 20px;
    line-height: 22px;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc p {
    font-size: 15px;
    line-height: 28px;
    /*-webkit-line-clamp: 3;*/
    margin-top: 6px;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc a {
    height: 48px;
    border-radius: 24px;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div span {
    height: 84px;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div p {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1440px) {
  .temp_head .temp_head_l p {
    font-size: 14px;
    line-height: 16px;
  }
  .temp_head .temp_head_l h5 {
    font-size: 26px;
    line-height: 42px;
  }
  /*首页服务*/
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon {
    margin-top: 4%;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div span {
    height: 74px;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div span img {
    width: 40px;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  /*首页服务*/
  .sy_service .sy_fw_img {
    height: 648px;
    width: auto;
    max-width: unset;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon {
    margin-top: 5%;
  }
  /*首页专利资质*/
  .sy_zizhi {
    height: 540px;
  }
  .sy_zizhi .zizhi_box {
    width: 100%;
    margin: 4% 0 0px 0;
  }
  /*汇诚瑞祥医药就在您身边*/
  .sy_bottom .sy_bottom_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sy_bottom .sy_bottom_con h5 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1280px) {
  /*首页新闻中心*/
  .sy_news .syxw_list .news_link .news_text h5 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 26px;
  }
  .sy_news .syxw_list .news_link .news_text div {
    font-size: 13px;
    line-height: 15px;
    margin: 8px 0 13px 0;
  }
  .sy_news .syxw_list .news_link .news_text p {
    font-size: 13px;
    line-height: 24px;
    -webkit-line-clamp: 4;
  }
  .sy_news .syxw_list .news_link .news_text text {
    width: 158px;
    height: 44px;
    border-radius: 23px;
    line-height: 44px;
    font-size: 15px;
    margin: 14px 0 38px 0;
  }
  .sy_news .syxw_list .news_right {
    width: calc(100% - 32.6% - 26px);
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_text div {
    margin: 8px 0 10px 0;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_text p {
    -webkit-line-clamp: 2;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_text text {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .temp_head .temp_head_l p {
    font-size: 14px;
    line-height: 16px;
  }
  .temp_head .temp_head_l h5 {
    font-size: 22px;
    line-height: 36px;
  }
  /*首页服务*/
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item {
    padding: 0 2%;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div {
    width: 100%;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div span {
    width: 100%;
    height: 74px;
  }
  /*首页专利资质*/
  .sy_zizhi {
    height: 405px;
    padding: 35px 0 0 0;
  }
  .sy_zizhi .zizhi_box {
    width: 100%;
    margin: 3.5% 0 0px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner_zc {
    width: 100%;
    height: auto;
    display: none;
  }
  .temp_head .temp_head_l p {
    font-size: 0.6rem;
    line-height: 0.65rem;
  }
  .temp_head .temp_head_l h5 {
    margin-top: 0.2rem;
    font-size: 0.85rem;
    line-height: 0.9rem;
  }
  .temp_head .temp_head_r {
    display: none;
  }
  .Banner-A1 {
    height: 12.55rem !important;
  }
  .Banner-A1 .swiper {
    height: 12.55rem !important;
  }
  .Banner-A1 .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0.45rem;
  }
  .Banner-A1 .swiper-pagination-bullet {
    width: 1.25rem;
    height: 0.15rem;
    margin: 0 0.2rem !important;
    outline: none;
    background: #fff;
  }
  .Banner-A1 .banner-background {
    height: 14.55rem !important;
  }
  .Banner-A1 .banner-background .banner-slide {
    height: 14.55rem !important;
  }
  /*首页关于*/
  .sy_about {
    background: url(../images/index/sy_jjbj_m.png) no-repeat center top;
    background-size: 100% auto;
    position: relative;
  }
  .sy_about .about_con {
    padding: 1.4rem 0 1.75rem 0;
    flex-direction: column;
  }
  .sy_about .about_con .about_left {
    width: 100%;
  }
  .sy_about .about_con .about_left .gy_head_m {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
  }
  .sy_about .about_con .about_left .gy_head_m img {
    display: inline-block;
    width: 5rem;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .sy_about .about_con .about_left .gy_head_m p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.2rem;
  }
  .sy_about .about_con .about_left .about_desc {
    height: 9.8rem;
    margin-top: 0.75rem;
    overflow: auto;
  }
  .sy_about .about_con .about_left .about_desc p {
    font-size: 0.55rem;
    line-height: 1rem;
  }
  .sy_about .about_con .about_left a {
    width: 6rem;
    height: 1.8rem;
    border-radius: 0.9rem;
    line-height: 1.8rem;
    font-size: 0.6rem;
    margin: 1rem auto;
  }
  .sy_about .about_con .about_left a span {
    display: inline-block;
    width: 0.3rem;
    height: 0.4rem;
    background: url(../images/index/w_arrow.png) no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.2rem;
  }
  .sy_about .about_con .about_left a:hover span {
    margin-left: 0.2rem;
  }
  .sy_about .about_con .about_right {
    height: unset !important;
    position: unset;
    padding-left: 0;
    width: 100% !important;
  }
  .sy_about .about_con .about_right img {
    display: inline-block;
    height: auto;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
  }
  /*首页服务*/
  .sy_service {
    background: #16b480;
    position: unset;
  }
  .sy_service .sy_fw_img {
    display: none;
  }
  .sy_service .sy_s_box {
    display: inline-block;
    width: 100%;
    height: unset;
    position: unset;
  }
  .sy_service .sy_s_box .safe_width {
    height: unset;
    padding: 0;
  }
  .sy_service .sy_s_box .safe_width .temp_head {
    padding: 0 0.65rem;
  }
  .sy_service .sy_s_box .safe_width .temp_head .temp_head_l p {
    color: #F38200;
  }
  .sy_service .sy_s_box .safe_width .service_con {
    flex-direction: column;
    height: unset;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_left {
    display: none;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right {
    width: 100%;
    height: unset;
    padding: 0.75rem 0 1.1rem 0;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc {
    padding: 0 0.65rem;
    margin-top: 0.4rem;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc h5 {
    font-size: 0.6rem;
    line-height: 0.8rem;
    font-weight: 500;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc p {
    font-size: 0.55rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 0.3rem;
    font-weight: 400;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc a {
    width: 6rem;
    height: 1.8rem;
    border-radius: 0.9rem;
    line-height: 1.8rem;
    font-size: 0.6rem;
    margin: 0.6rem 0 1rem 0;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc a span {
    display: inline-block;
    width: 0.3rem;
    height: 0.4rem;
    background: url(../images/index/g_arrow.png) no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.2rem;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_desc a:hover span {
    margin-left: 0.2rem;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .block_sj img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon {
    padding: 0 0.65rem;
    margin-top: 0;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item {
    width: 33.33%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1rem;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div {
    width: 100%;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 2rem;
    border: 0.025rem solid #fff;
    border-radius: 0.2rem;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div span img {
    display: inline-block;
    width: 1.05rem;
    height: auto;
  }
  .sy_service .sy_s_box .safe_width .service_con .s_right .fw_icon .fw_item div p {
    padding: 0.3rem 0.1rem 0 0.1rem;
    line-height: 0.8rem;
    font-size: 0.5rem;
  }
  /*首页新闻中心*/
  .sy_news {
    background: #fff;
    padding: 1rem 0 0.8rem 0;
  }
  .sy_news .syxw_list {
    margin-top: 0.75rem;
    flex-direction: column;
  }
  .sy_news .syxw_list .news_link {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
  }
  .sy_news .syxw_list .news_link.news_link_l {
    position: relative;
  }
  .sy_news .syxw_list .news_link.news_link_l .news_text {
    background: rgba(0, 0, 0, 0.6);
    padding: 0 0.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 1.8rem;
  }
  .sy_news .syxw_list .news_link.news_link_l .news_text h5 {
    width: 100%;
    font-size: 0.65rem;
    color: #fff;
    line-height: 1.8rem;
    margin: 0;
  }
  .sy_news .syxw_list .news_link.news_link_l .news_text div {
    display: none;
  }
  .sy_news .syxw_list .news_link.news_link_l .news_text p {
    display: none;
  }
  .sy_news .syxw_list .news_link.news_link_l .news_text text {
    display: none;
  }
  .sy_news .syxw_list .news_right {
    width: 100%;
  }
  .sy_news .syxw_list .news_right .news_r_link {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    padding: 0.8rem 0;
    height: unset !important;
    border-bottom: 0.025rem solid #eee;
  }
  .sy_news .syxw_list .news_right .news_r_link:last-child {
    margin-bottom: 0;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link {
    position: unset;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_img {
    position: unset;
    height: 3.7rem;
    width: 5.7rem;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_img img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_text {
    height: unset;
    width: calc(100% - 6.2rem);
    padding: 0;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_text h5 {
    margin-top: 0;
    font-size: 0.6rem;
    color: #333;
    line-height: 0.8rem;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_text div {
    font-size: 0.5rem;
    color: #F38200;
    line-height: 0.6rem;
    margin: 0.2rem 0 0.3rem 0;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_text p {
    -webkit-line-clamp: 2;
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .sy_news .syxw_list .news_right .news_r_link.news_link .news_text text {
    display: none;
  }
  /*首页专利*/
  .sy_zizhi {
    padding: 1.1rem 0 0.7rem 0;
    background: url(../images/index/sy_zzbj_m.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: unset;
  }
  .sy_zizhi .swiper_patent {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 1.65rem;
  }
  .sy_zizhi .swiper_patent .swiper-pagination-bullet {
    width: 1.25rem;
    height: 0.15rem;
    margin: 0 0.2rem !important;
    outline: none;
    background: #fff;
    border-radius: 0;
    opacity: 1;
  }
  .sy_zizhi .swiper_patent .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F38200;
  }
  .sy_zizhi .swiper_patent .swiper-slide {
    padding: 0 0.2rem;
  }
  .sy_zizhi .swiper_patent .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  /*汇诚瑞祥医药就在您身边*/
  .sy_bottom {
    width: 100%;
    background: url(../images/index/contant_bg.jpg) no-repeat center center;
    background-size: auto 100%;
    padding: 0.8rem 0;
  }
  .sy_bottom .sy_bottom_con h5 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .sy_bottom .sy_bottom_con a {
    width: 5.4rem;
    height: 1.4rem;
    border-radius: 0.7rem;
    line-height: 1.4rem;
    font-size: 0.55rem;
    margin-top: 0.3rem;
  }
  .sy_bottom .sy_bottom_con a span {
    display: inline-block;
    width: 0.3rem;
    height: 0.4rem;
    background-size: 0.2rem auto;
    margin-left: 0.2rem;
  }
  .sy_bottom .sy_bottom_con a:hover span {
    margin-left: 0.2rem;
  }
}
