.department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.department .wrap {
  position: relative;
  z-index: 2;
}
.department .department_bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.department > div {
  /*background: #f06330;*/
  padding: 80px 100px;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.department .title {
  font-weight: bold;
}
.department .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 0 30px 0 30px;
  padding: 70px 45px 60px 85px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.department li {
  border-left: 3px solid transparent;
  padding-left: 8px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.department .l_act {
  border-left: 3px solid #f06330;
  color: #f06330;
}
.department .r {
  width: 78%;
}
.department .img {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.department .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.department .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.department .img:after{
    content:'';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
}
.department .medicine .tit {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  line-height: 1;
  
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.department .medicine .swiper-slide {
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.department .point {
  margin-top: 20px;
}
.department .tab > div {
  display: none;
}
.department .tab > div.act {
  display: block;
  -webkit-animation: tab_ani 0.5s ease-in-out forwards;
          animation: tab_ani 0.5s ease-in-out forwards;
}
.department .tab a:hover .ic_w {
  opacity: 0;
}
.department .tab a:hover .ic_hov {
  opacity: 1;
}
.department .tab a:hover .ic {
  border-color: #f06330;
}
.department .tab a:hover .tit {
  color: #f06330;
}
.department .tab .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.department .tab .tit {
  line-height: 1;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.department .ic {
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #edecec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.department .ic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 60%;
  max-width: 60%;
}
.department .ic_hov {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.department_phone{
    display: none;
}
.department_phone_top{
    padding: 0 5%;
}
.department_phone .flx{
    display: flex;
    margin-top: 5vw;
}
.department_phone .l{
    width: 160px;
    padding-left: 5%;
    background: #f6f6f6;
}
.department_phone .r{
    width: calc(100% - 160px);
}
.department_phone .medicine2{
    width: 90%;
    margin:6vw auto 0;
}
.department_phone .l_act {
    border-left: 3px solid #f06330;
    color: #f06330;
}
.department_phone li {
  border-left: 3px solid transparent;
  padding-left: 8px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.department_phone .l_act {
  border-left: 3px solid #f06330;
  color: #f06330;
}
.department_phone .img {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.department_phone .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.department_phone .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.department_phone .img:after{
    content:'';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent,rgba(0,0,0,0.6));
}
.department_phone .medicine2 .tit {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.department_phone .medicine2 .swiper-slide {
  border-radius: 0 15px 0 15px;
  overflow: hidden;
}
.department_phone .point {
  margin-top: 20px;
}
.department_phone .tab > div {
  display: none;
}
.department_phone .tab > div.act {
  display: block;
  -webkit-animation: tab_ani 0.5s ease-in-out forwards;
          animation: tab_ani 0.5s ease-in-out forwards;
}
.department_phone .tab a:hover .ic_w {
  opacity: 0;
}
.department_phone .tab a:hover .ic_hov {
  opacity: 1;
}
.department_phone .tab a:hover .ic {
  border-color: #f06330;
}
.department_phone .tab a:hover .tit {
  color: #f06330;
}
.department_phone .tab .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.department_phone .tab .tit {
  line-height: 1;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.department_phone .ic {
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #edecec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.department_phone .ic img {
    max-width: 50%;
    max-height: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.department_phone .ic_hov {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

















.advertisement {
  margin-top: 15px;
}
.advertisement a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advertisement a img {
  max-width: 100%;
}

.index_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_title .tit {
  font-weight: bold;
  line-height: 1;
}
.index_title .des {
  margin-top: 15px;
  color: #737373;
  line-height: 1;
}

.expert {
  background-size: 100% auto;
  background-image: url(/static/cn/img/index/expert_bg.jpg);
}
.expert .expert_more {
  width: 125px;
  height: 34px;
  border-radius: 0 10px 0 10px;
}
.expert .img {
  position: relative;
  height: 0;
  padding-bottom: 114%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.expert .img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.expert .img_pic img{
    height: auto;
    max-height: 80%;
    max-width: 80%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}
.expert .swiper-slide {
  overflow: hidden;
  background: #fff;
  border-radius: 0 20px 0 20px;
  border: 1px solid #dae9fe;
}
.expert .swiper-slide:hover .txt {
  color: #fff;
}
.expert .swiper-slide:hover .txt::after {
  width: 100%;
}
.expert .swiper-slide:hover .specialty, .expert .swiper-slide:hover .position {
  color: #fff;
}
.expert .swiper-slide:hover .img img {
  -webkit-transform: translateX(-50%) scale(1.05);
      -ms-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}
.expert .txt {
  padding: 15px 20px;
  position: relative;
}
.expert .txt div {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  
  
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.expert .txt::after {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB 0%, #176CF4 100%);
}
.expert .specialty, .expert .position {
  color: #737373;
  height: 21px;
}
.expert .point {
  margin-top: 20px;
}

.team {
  background-size: cover;
  background-image: url(/static/cn/img/index/team_bg1.jpg);
  position: relative;
  overflow: hidden;
}
.team .wrap {
  position: relative;
  z-index: 2;
}
.team .team_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 30%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  bottom: 0;
  margin: auto;
}
.team .team_more {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .team_more:hover {
  color: #f06330;
}
.team .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.team .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.team .sort div {
    padding-right: 15px;
    width: 25%;
  color: #737373;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .sort div:nth-child(n+5){
    margin-top: 10px;
}
.team .sort div:last-child {
  margin-right: 0;
}
.team .sort div:hover {
  color: #f06330;
}
.team .sort .sort_act {
  color: #f06330;
  /*font-weight: bold;*/
}
.team .l {
  width: calc(66% - 40px)
}
.team .r {
  width: 34%;
  background: #fff;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
}
.team .swiper-slide {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  background: #fff;
}
.team .swiper-slide:hover .people img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.team .swiper-slide:hover .txt {
  color: #fff;
}
.team .swiper-slide:hover .txt::after {
  width: 100%;
}
.team .swiper-slide:hover .des {
  color: #fff;
}
.team .swiper-slide:hover .line {
  background: #fff;
}
.team .people {
  position: relative;
  height: 0;
  padding-bottom: 74.5%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .people img {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .people_pic img{
    height: auto;
    max-height: 80%;
    max-width: 80%;
    transform: inherit !important;
}
.team .txt {
  padding: 15px 20px;
  padding: 34px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.team .txt div {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .txt::after {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB 0%, #176CF4 100%);
}
.team .name {
  line-height: 1;
  text-align: center;
}
.team .sub {
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin: 7px auto 0;
}
.team .line {
  width: 40px;
  height: 1px;
  background: #f06330;
  margin: 14px auto 10px;
}
.team .des {
  color: #737373;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .point {
  margin-top: 20px;
}
.team .img {
  position: relative;
  height: 0;
  padding-bottom: 65.6%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.team .r_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .r_tit:hover {
  color: #f06330;
}
.team .r_des {
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}
.team .team_tab > div {
  display: none;
}
.team .team_tab .act {
  display: block;
  -webkit-animation: tab_ani 1s;
          animation: tab_ani 1s;
}

.event {
  background-size: cover;
  background-image: url(/static/cn/img/index/event_bg.jpg);
}
.event .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event .flx > div {
  width: calc((100% - 70px) / 3);
}
.event .top {
  position: relative;
}
.event .l_img {
  position: relative;
  height: 0;
  padding-bottom: 68.7%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.event .l_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.event .l_img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.event .l {
  border-radius: 0 30px 0 0;
  overflow: hidden;
  background: #fff;
}
.event .l .top {
  position: relative;
}
.event .l .point {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 20px;
}
.event .l .btm {
  padding: 50px 40px 65px;
}
.event .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  color: #c6c6c6;
}
.event .event_more {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event .event_more a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.event .event_more a:hover {
  color: #f06330;
}
.event .tag {
  color: #f06330;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
    flex: 1;
    margin-right: 20px;
}
.event .c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 0 0 0 30px;
  overflow: hidden;
}
.event .c_txt {
  padding: 50px 40px 0px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.event .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event .r > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event .r > div:not(.r_line){
    flex: auto;
}
.event .r_l {
  width: 49%;
}
.event .r_img {
  position: relative;
  height: 100%;
  padding-bottom: 0%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
.event .r_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.event .r_img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.event .r_tit {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*margin-top: 20px;*/
}
.event .r_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.event .r_tit a:hover {
  color: #f06330;
}
.event .r_txt .r_more{
    display: flex;
    margin-top: 20px;
}
.event .r_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(51% - 24px);
}
.event .r_more:hover svg path {
  fill: #f06330;
}
.event .r_more svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.event .r_line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.event .r_line:last-child{
    margin-bottom: 0;
}
.now {
  color: #737373;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.now svg {
  margin-right: 8px;
}

.knowledge {
  background-size: cover;
  background-image: url(/static/cn/img/index/team_bg1.jpg);
  position: relative;
  overflow: hidden;
}
.knowledge .tag {
  color: #f06330;
}
.knowledge .sw {
  margin-left: calc((100% - 1440px) / 2);
}
.knowledge .time {
  color: #737373;
}
.knowledge .swiper-slide {
  width: auto;
}
.knowledge .tag {
  color: #f06330;
}
.knowledge .img1 {
  position: relative;
  height: 0;
  padding-bottom: 114%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 30px 0 30px;
}
.knowledge .img1 img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.knowledge .img1:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.knowledge .sw1 {
  width: 19%;
}
.knowledge .sw2 {
  width: 19%;
}
.knowledge .sw3 {
  width: 42%;
}
.knowledge .sw4 {
  width: 34%;
}
.knowledge .sw1_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.knowledge .sw1_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.knowledge .sw1_tit a:hover {
  color: #f06330;
}
.knowledge .now {
  margin-top: 8px;
}
.knowledge .txt2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20% 35px 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.knowledge .txt2 .tag {
  color: #fff;
}
.knowledge .txt2 .now {
  color: #fff;
  opacity: 0.25;
}
.knowledge .sw2_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.knowledge .sw2_tit a {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.knowledge .sw2_tit a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.97);
}
.knowledge .img3 {
  position: relative;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 30px 0 30px;
}
.knowledge .img3 img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.knowledge .img3:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.knowledge .img4 {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 30px 0 30px;
}
.knowledge .img4 img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.knowledge .img4:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.knowledge .pross {
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.knowledge .pross .swiper-scrollbar-drag {
  background: #f06330;
  cursor: grab;
cursor: grabbing;
}

.team_more {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team_more:hover {
  color: #f06330;
}
@media screen and (max-width: 1600px) {
    .department .wrap{
        width: 80vw;
    }
    .department .flx{
        border-radius: 0 20px 0 20px;
        padding: 50px 40px 40px 50px;
    }
    .department .ic{
        width: 60px;
        height: 60px;
    }
    .department > div{
            padding: 60px 70px;
    }
    .team .swiper-slide {
    border-radius: 0 20px 0 20px;
        
    }
    .team .txt{
        padding: 20px;
    }
    .team .r {
        border-radius: 0 20px 0 20px;
    }
    .event .l .btm {
    padding: 40px 30px;
    }
    .event .l {
    border-radius: 0 20px 0 0;
        
    }
    .event .c{
            border-radius: 0 0 0 20px;
    }
    .event .r_img{
        border-radius: 0 20px 0 20px;
    }
    .event .flx > div {
    width: calc((100% - 40px) / 3);
    }
    .event .c_txt {
    padding: 40px 40px 0px;
        
    }
    .knowledge .img1{
            border-radius: 0 20px 0 20px;
    }
    .knowledge .sw {
    margin-left: 10%;
    }
    .department .r{
        width: 74%;
    }
    .knowledge .img3{
        border-radius: 0 20px 0 20px;
    }
    .knowledge .img4{
        border-radius: 0 20px 0 20px;
    }
}
@media screen and (max-width: 1200px) {
    .event .c_txt {
        padding: 35px 25px 0px;
    }
        .event .l .btm {
        padding: 35px 25px;
    }
    .team .sort div{
        width: 33.33%;
    }
    .team .sort div:nth-child(n+4) {
    margin-top: 10px;
}
    .department .wrap {
        width: 90vw;
    }
        .department > div {
        padding: 40px 30px;
    }
    .department .flx{
        padding: 40px;
    }
    .expert .img{
        padding-bottom: 80%;
    }
    .department .r{
        width: calc(100% - 220px);
    }
        .knowledge .sw {
        margin-left: 5%;
    }
    .knowledge .txt2{
        padding: 10% 25px;
    }
}
@media screen and (max-width: 768px) {
    .department_phone .ic{
        width: 40px;
        height: 40px;
    }
    .department_phone .r{
        padding: 0 10px;
    }
    .department_phone li{
        font-size: 14px;
        color:#737373;
    }
    .department_phone li.mt25{
        margin-top: 15px;
    }
    .department_phone .tab .tit{
        font-size: 12px;
        margin-top: 6px;
    }
    .department {
        display: none;  
    }
    .department_phone{
        display: block;
    }
    .department .flx {
        padding: 30px;
    }
    .department .l{
        width: 140px;
    }
    .department .r{
        width: calc(100% - 160px);
    }
    .department .medicine .swiper-slide {
    border-radius: 0 15px 0 15px;
        
    }
    .department > div {
        padding: 40px 15px;
    }
    .team .flx{
        flex-direction: column;
    }
    .team .l {
    width: 100%;
    }
    .index_title .l{
        width: auto;
    }
    .team .r{
        border-radius: 0 15px 0 15px;
        width: 100%;
        margin-top: 5vw;
    }
    .team .team_bg{
        display: none;
    }
        .team .swiper-slide {
        border-radius: 0 15px 0 15px;
    }
    .team .team_more{
        color: #737373;
    }
    .event .flx{
        display: block;
    }
    .event .flx > div{
        width: 100%;
    }
    .event .flx > div:nth-child(n+2){
        margin-top:20px;
    }
    
    .event .l {
        border-radius: 0 15px 0 0;
    }
    .event .l .btm {
        padding: 30px 25px;
    }
    .event .r_txt .r_more{
        margin-top: 10px;
    }
    .event .c {
        border-radius: 0 0 0 15px;
                flex-direction: column-reverse;
    }
    .event .c_txt {
        padding: 30px 25px;
    }
    .event .r > div:not(.r_line){
        padding: 20px 0;
    }
    .event .r > div:first-child{
        padding-top: 0;
    }
    .event .r_img {
        border-radius: 0 15px 0 15px;
    }
    .event .r_line{
        margin: 0;
    }
    .event .r_l{
        width: 120px;
    }
    .event .r_txt{
        width: calc(100% - 140px);
    }
    .event .r_tit{
        margin-top: 0;
    }
        .knowledge .img1 {
        border-radius: 0 15px 0 15px;
    }
    .knowledge .sw{
        margin-right: 5%;
    }
    .knowledge .img1{
        padding-bottom: 56%;
    }
    .knowledge .img3{
        border-radius: 0 15px 0 15px;
        padding-bottom: 56%;
    }
    .knowledge .txt2{
        padding: 30px;
    }
    .knowledge .img4{
        border-radius: 0 15px 0 15px;
    }
    .knowledge .pross{
        width: 90%;
    }
    .expert .swiper-slide{
        border-radius: 0 15px 0 15px;
    }
}
@media screen and (max-width: 600px) {
    .team .sort div{
        width: 50%;
    }
    .team .sort div:nth-child(n+3) {
    margin-top: 10px;
}
}
