body {
  background-color: #fff;
}
.news {
  width: 1280px;
  margin: 0 auto;
  margin-top: 68px;
  transition: 0.5s;
}
.news::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.news .left,
.news .center,
.news .right {
  position: relative;
}
.news .left .button,
.news .center .button,
.news .right .button {
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.news .left .button a,
.news .center .button a,
.news .right .button a {
  font-size: 16px;
  line-height: 60px;
  color: #333333;
}
.news .left .button:hover a,
.news .center .button:hover a,
.news .right .button:hover a {
  color: #014a97;
}
.news .tabs,
.news .tabs1,
.news .tabs2 {
  width: 100%;
}
.news .tabs .horizontal,
.news .tabs1 .horizontal,
.news .tabs2 .horizontal {
  display: flex;
}
.news .tabs .horizontal li,
.news .tabs1 .horizontal li,
.news .tabs2 .horizontal li {
  width: 120px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  color: #333333;
  cursor: pointer;
}
.news .tabs .horizontal li.selectActive,
.news .tabs1 .horizontal li.selectActive,
.news .tabs2 .horizontal li.selectActive {
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  color: #014a97;
}
.news .tabs .tab,
.news .tabs1 .tab,
.news .tabs2 .tab {
  background-color: #fff;
  position: relative;
}
.news .left {
  width: 447px;
  float: left;
  margin-left: 28px;
}
.news .left .tabs .tab {
  width: calc(100% - 80px);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 34px 40px 30px 40px;
}
.news .left .tabs .tab .new_title {
  width: 100%;
}
.news .left .tabs .tab .new_title a {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  color: #014a97;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .left .tabs .tab .new_list {
  width: 100%;
  margin-top: 22px;
  border-top: dashed 1px #014a97;
  padding-top: 20px;
}
.news .left .tabs .tab .new_list .item {
  width: 100%;
}
.news .left .tabs .tab .new_list .item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news .left .tabs .tab .new_list .item a span {
  display: block;
}
.news .left .tabs .tab .new_list .item a span:first-child {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .left .tabs .tab .new_list .item a span:last-child {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
  flex-shrink: 0;
  margin-left: 10px;
}
.news .left .tabs .tab .new_list .item a:hover span:first-child {
  color: #275bab;
  font-weight: 400;
}
.news .center {
  width: 447px;
  float: left;
}
.news .center .tabs1 .tab {
  width: calc(100% - 36px);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 18px 40px 18px;
}
.news .center .tabs1 .tab .top-item {
  width: 100%;
  position: relative;
}
.news .center .tabs1 .tab .top-item .img {
  width: 100%;
  height: 248px;
  position: relative;
  overflow: hidden;
}
.news .center .tabs1 .tab .top-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.news .center .tabs1 .tab .top-item .title {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px;
  transition: 0.5s;
}
.news .center .tabs1 .tab .top-item .p {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 6px;
}
.news .center .tabs1 .tab .top-item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.news .center .tabs1 .tab .top-item:hover .img img {
  transform: scale(1.1);
}
.news .center .tabs1 .tab .top-item:hover .title {
  color: #275bab;
}
.news .center .tabs1 .tab .list {
  width: 100%;
  margin-top: 22px;
  border-top: dashed 1px #014a97;
  padding-top: 20px;
}
.news .center .tabs1 .tab .list .item {
  width: 100%;
}
.news .center .tabs1 .tab .list .item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news .center .tabs1 .tab .list .item a span {
  display: block;
}
.news .center .tabs1 .tab .list .item a span:first-child {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .center .tabs1 .tab .list .item a span:last-child {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
  flex-shrink: 0;
  margin-left: 10px;
}
.news .center .tabs1 .tab .list .item a:hover span:first-child {
  color: #275bab;
  font-weight: 400;
}
.news .right {
  width: 333px;
  float: right;
}
.news .right .tab {
  width: calc(100% - 80px);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 40px 23px 40px;
}
.news .right .tab .list {
  width: 100%;
}
.news .right .tab .list .item {
  width: 100%;
  padding: 15px 0 18px 0;
  border-bottom: dashed 1px #dfdfdf;
  position: relative;
}
.news .right .tab .list .item:last-child {
  border-bottom: 0;
}
.news .right .tab .list .item .time {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
}
.news .right .tab .list .item .title {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 10px;
}
.news .right .tab .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.news .right .tab .list .item:hover .title {
  color: #014a97;
}
.expert1 {
  width: 1280px;
  margin: 0 auto;
  margin-top: 77px;
  position: relative;
  transition: 0.5s;
}
.expert1 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expert1 .top .left .title {
  font-size: 26px;
  line-height: 26px;
  color: #333333;
}
.expert1 .top .left .en-title {
  font-size: 24px;
  line-height: 24px;
  color: #dcdcdc;
  margin-top: 13px;
}
.expert1 .top .right {
  width: 170px;
  height: 48px;
  border-radius: 6px;
  border: solid 1px #2a8839;
  transition: 0.5s;
}
.expert1 .top .right a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 48px;
  color: #2a8839;
  transition: 0.5s;
}
.expert1 .top .right a img {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.expert1 .top .right:hover {
  background-color: #2a8839;
}
.expert1 .top .right:hover a {
  color: #fff;
}
.expert1 .swiper2 {
  width: 100%;
  margin-top: 46px;
  margin-left: -10px;
  padding: 0 10px;
  padding-bottom: 10px;
}
.expert1 .swiper2 .swiper-slide {
  padding-top: 107px;
}
.expert1 .swiper2 .swiper-slide .box {
  width: 192px;
  height: 246px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
}
.expert1 .swiper2 .swiper-slide .box .img {
  width: 154px;
  height: 214px;
  border-radius: 12px;
  position: absolute;
  overflow: hidden;
  left: 19px;
  top: -107px;
}
.expert1 .swiper2 .swiper-slide .box .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  transition: 0.5s;
}
.expert1 .swiper2 .swiper-slide .box .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #407ec7;
  padding-top: 124px;
  text-align: center;
  transition: 0.5s;
}
.expert1 .swiper2 .swiper-slide .box .job-title {
  width: 154px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 8px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.expert1 .swiper2 .swiper-slide .box .line {
  width: 154px;
  height: 1px;
  background-color: #e4e4e4;
  margin: 0 auto;
  margin-top: 16px;
}
.expert1 .swiper2 .swiper-slide .box .department {
  width: 154px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-top: 19px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.expert1 .swiper2 .swiper-slide .box:hover .img img {
  transform: scale(1.1);
}
.expert1 .swiper2 .swiper-slide .box:hover .title {
  color: #ecaf59;
}
.expert1 .swiper-button-next2,
.expert1 .swiper-button-prev2 {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 90px;
  background-color: #d9d9d9;
  border-radius: 4px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.expert1 .swiper-button-next2::after,
.expert1 .swiper-button-prev2::after {
  font-size: 30px;
}
.expert1 .swiper-button-next2 {
  right: -73px;
}
.expert1 .swiper-button-prev2 {
  left: -73px;
}
.expert1 .swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: none;
}
.index-center {
  width: 1280px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.index-center .left {
  width: 49.0625%;
  height: 414px;
  overflow: hidden;
}
.index-center .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.index-center .left:hover img {
  transform: scale(1.1);
}
.index-center .right {
  width: 48.90625%;
}
.index-center .right .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.index-center .right .top .top-left {
  width: 183px;
  height: 183px;
  background-color: #2a8839;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-center .right .top .top-left img {
  width: 58px;
  height: 58px;
}
.index-center .right .top .top-right {
  width: calc(100% - 208px);
  height: 183px;
  overflow: hidden;
}
.index-center .right .top .top-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.index-center .right .top .top-right:hover img {
  transform: scale(1.1);
}
.index-center .right .bottom {
  width: 100%;
  height: 205px;
  position: relative;
  overflow: hidden;
}
.index-center .right .bottom > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.index-center .right .bottom .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-center .right .bottom .text .title {
  width: 352px;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  color: #ffffff;
  margin-top: 34px;
  margin-left: 48px;
}
.index-center .right .bottom .text .button {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 52px;
  bottom: 35px;
}
.index-center .right .bottom .text .button img {
  width: 100%;
}
.index-center .right .bottom:hover > img {
  transform: scale(1.1);
}
.index-center .right .bottom a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.expert2 {
  width: 1280px;
  margin: 0 auto;
  margin-top: 73px;
  position: relative;
  transition: 0.5s;
}
.expert2 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expert2 .top .left .title {
  font-size: 26px;
  line-height: 26px;
  color: #333333;
}
.expert2 .top .left .en-title {
  font-size: 24px;
  line-height: 24px;
  color: #dcdcdc;
  margin-top: 13px;
}
.expert2 .top .right {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.expert2 .top .right .left1 {
  width: 170px;
  margin-right: 7px;
  position: relative;
}
.expert2 .top .right .left1 .left-zhanshi {
  width: calc(100% - 40px);
  height: 48px;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  padding: 0 20px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.expert2 .top .right .left1 .left-zhanshi .text {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.expert2 .top .right .left1 .left-zhanshi .icon {
  width: 12px;
  transition: 0.5s;
}
.expert2 .top .right .left1 .left-zhanshi .icon img {
  width: 100%;
}
.expert2 .top .right .left1 .left-zhanshi .icon.xz {
  transform: rotateZ(180deg);
}
.expert2 .top .right .left1 ul {
  display: none;
  width: 100%;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  padding: 20px 0;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
.expert2 .top .right .left1 ul li {
  width: calc(100% - 20px);
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  cursor: pointer;
  padding-left: 20px;
}
.expert2 .top .right .left1 ul li:hover {
  background-color: #d3d3d3;
}
.expert2 .top .right .center1 {
  width: 170px;
  margin-right: 7px;
  position: relative;
}
.expert2 .top .right .center1 .center-zhanshi {
  width: calc(100% - 40px);
  height: 48px;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  padding: 0 20px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.expert2 .top .right .center1 .center-zhanshi .text {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.expert2 .top .right .center1 .center-zhanshi .icon {
  width: 12px;
  transition: 0.5s;
}
.expert2 .top .right .center1 .center-zhanshi .icon img {
  width: 100%;
}
.expert2 .top .right .center1 .center-zhanshi .icon.xz {
  transform: rotateZ(180deg);
}
.expert2 .top .right .center1 ul {
  display: none;
  width: 100%;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  padding: 20px 0;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
.expert2 .top .right .center1 ul li {
  width: calc(100% - 20px);
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  cursor: pointer;
  padding-left: 20px;
}
.expert2 .top .right .center1 ul li:hover {
  background-color: #d3d3d3;
}
.expert2 .top .right .right1 {
  width: 170px;
  height: 48px;
  border-radius: 6px;
  border: solid 1px #2a8839;
  background-color: #2a8839;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.expert2 .top .right .right1 .text {
  font-size: 16px;
  line-height: 16px;
  color: #f4f4f4;
}
.expert2 .top .right .right1 .icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.expert2 .top .right .right1 .icon img {
  width: 100%;
}
.expert2 .top .right .right1:hover {
  background-color: rgba(42, 136, 57, 0.8);
}
.expert2 .swiper3 {
  width: 100%;
  margin-top: 46px;
  margin-left: -10px;
  padding: 0 10px;
  padding-bottom: 10px;
}
.expert2 .swiper3 .swiper-slide {
  padding-top: 107px;
}
.expert2 .swiper3 .swiper-slide .box {
  width: 192px;
  height: 246px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
}
.expert2 .swiper3 .swiper-slide .box .img {
  width: 154px;
  height: 214px;
  border-radius: 12px;
  position: absolute;
  overflow: hidden;
  left: 19px;
  top: -107px;
}
.expert2 .swiper3 .swiper-slide .box .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  transition: 0.5s;
}
.expert2 .swiper3 .swiper-slide .box .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #407ec7;
  padding-top: 124px;
  text-align: center;
  transition: 0.5s;
}
.expert2 .swiper3 .swiper-slide .box .job-title {
  width: 154px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 8px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.expert2 .swiper3 .swiper-slide .box .line {
  width: 154px;
  height: 1px;
  background-color: #e4e4e4;
  margin: 0 auto;
  margin-top: 16px;
}
.expert2 .swiper3 .swiper-slide .box .department {
  width: 154px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-top: 19px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.expert2 .swiper3 .swiper-slide .box:hover .img img {
  transform: scale(1.1);
}
.expert2 .swiper3 .swiper-slide .box:hover .title {
  color: #ecaf59;
}
.expert2 .swiper-button-next3,
.expert2 .swiper-button-prev3 {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 90px;
  background-color: #d9d9d9;
  border-radius: 4px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.expert2 .swiper-button-next3::after,
.expert2 .swiper-button-prev3::after {
  font-size: 30px;
}
.expert2 .swiper-button-next3 {
  right: -73px;
}
.expert2 .swiper-button-prev3 {
  left: -73px;
}
.expert2 .swiper-pagination3 {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: none;
}
.JZFW_box {
  padding: 0px 0 30px 0px;
  margin-top: 67px;
  width: 100%;
  transition: 0.5s;
}
.JZFW_box .title_header {
  text-align: center;
  /* margin-bottom: 20px; */
}
.JZFW_box .title_header a {
  color: #383838;
  font-size: 26px;
  font-weight: 400;
}
.JZFW_box .title_header a span {
  display: block;
  text-align: center;
  color: #dcdcdc;
  font-size: 24px;
  margin-top: 14px;
}
.JZFW_box .jzfw {
  width: 1280px;
  margin: 0 auto;
  padding-top: 53px;
}
.JZFW_box .jzfw::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.JZFW_box .jzfw li {
  display: flex;
  font-size: 14px;
  width: 25%;
  height: 260px;
  box-sizing: border-box;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.JZFW_box .jzfw li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.JZFW_box .jzfw li h2 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.JZFW_box .jzfw li i {
  display: block;
  width: 40px;
  margin-top: 25px;
  margin-bottom: 35px;
  height: 1px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #333;
}
.JZFW_box .jzfw li span {
  padding: 5px 10px;
  border-radius: 15px;
  color: #5F5F5F;
  border: 1px solid #5F5F5F;
  transition: 0.4s;
}
.JZFW_box .jzfw li.item_1 h2,
.JZFW_box .jzfw li.item_3 h2,
.JZFW_box .jzfw li.item_6 h2,
.JZFW_box .jzfw li.item_8 h2 {
  color: #fff;
}
.JZFW_box .jzfw li.item_1 i,
.JZFW_box .jzfw li.item_3 i,
.JZFW_box .jzfw li.item_6 i,
.JZFW_box .jzfw li.item_8 i {
  background-color: #fff;
}
.JZFW_box .jzfw li.item_1 span,
.JZFW_box .jzfw li.item_3 span,
.JZFW_box .jzfw li.item_6 span,
.JZFW_box .jzfw li.item_8 span {
  color: #fff;
  border: 1px solid #fff;
}
.JZFW_box .jzfw li:hover i {
  width: 80px;
}
.JZFW_box .jzfw li:hover span {
  color: #275bab;
  border: 1px solid #275bab;
}
.department {
  width: 100%;
  margin-top: 50px;
  transition: 0.5s;
}
.department .title_header {
  text-align: center;
  /* margin-bottom: 20px; */
}
.department .title_header a {
  color: #383838;
  font-size: 26px;
  font-weight: 400;
}
.department .title_header a span {
  display: block;
  text-align: center;
  color: #dcdcdc;
  font-size: 24px;
  margin-top: 14px;
}
.department .box {
  width: 1280px;
  height: 536px;
  margin: 0 auto;
  margin-top: 46px;
}
.department .box .tabs3 {
  width: 1170px;
  margin: 0 auto;
  padding-top: 40px;
}
.department .box .tabs3 .horizontal {
  width: 800px;
  height: 64px;
  background-color: #32709f;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.department .box .tabs3 .horizontal li {
  width: 33.333%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 64px;
  color: #ffffff;
  cursor: pointer;
}
.department .box .tabs3 .horizontal li.selectActive {
  background-color: #5185ad;
}
.department .box .tabs3 .tab {
  width: calc(100% + 16px);
  margin-top: 50px;
  max-height: 370px;
  overflow-y: auto;
}
.department .box .tabs3 .tab::-webkit-scrollbar {
  width: 14px;
  height: 56px;
}
.department .box .tabs3 .tab::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.department .box .tabs3 .tab::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f0f0;
}
.department .box .tabs3 .tab .item {
  width: 170px;
  height: 48px;
  background-color: rgba(50, 112, 159, 0.15);
  border-radius: 4px;
  float: left;
  margin-right: 30px;
  margin-bottom: 26px;
  transition: 0.5s;
}
.department .box .tabs3 .tab .item:nth-child(6n) {
  margin-right: 0;
}
.department .box .tabs3 .tab .item a {
  width: calc(100% - 36px);
  height: 100%;
  display: flex;
  padding: 0 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.department .box .tabs3 .tab .item:hover {
  background-color: #32709f;
}
.department .box .tabs3 .tab .item:hover a {
  color: #fff;
}
.m-department {
  display: none;
}
.hospital-location {
  width: 1280px;
  margin: 0 auto;
  margin-top: 64px;
}
.hospital-location .title_header {
  text-align: center;
  /* margin-bottom: 20px; */
}
.hospital-location .title_header a {
  color: #383838;
  font-size: 26px;
  font-weight: 400;
}
.hospital-location .title_header a span {
  display: block;
  text-align: center;
  color: #dcdcdc;
  font-size: 24px;
  margin-top: 14px;
}
.hospital-location .list {
  width: 100%;
  margin-top: 51px;
  display: flex;
  justify-content: space-between;
}
.hospital-location .list .item {
  width: calc(31.875% - 28px);
  padding: 14px 14px 25px 14px;
  background-color: #fff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.hospital-location .list .item .img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.hospital-location .list .item .img a {
  width: 100%;
  height: 100%;
  display: block;
}
.hospital-location .list .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.hospital-location .list .item .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #333333;
  margin-top: 27px;
}
.hospital-location .list .item .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #dfdfdf;
  margin-top: 17px;
}
.hospital-location .list .item .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.hospital-location .list .item .bottom .left a {
  font-size: 16px;
  line-height: 16px;
  color: #3d78a4;
}
.hospital-location .list .item .bottom .left a span {
  color: #999999;
}
.hospital-location .list .item .bottom .right {
  width: 28px;
  height: 28px;
}
.hospital-location .list .item .bottom .right a {
  width: 100%;
  height: 100%;
  display: block;
}
.hospital-location .list .item .bottom .right a img {
  width: 100%;
}
.hospital-location .list .item:hover .img a img {
  transform: scale(1.1);
}
.topics-links {
  width: 100%;
  background-color: #f4f4f4;
  margin-top: 82px;
  padding-top: 83px;
  transition: 0.5s;
}
.topics-links .topics {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topics-links .topics .item {
  width: 627px;
  height: 80px;
  margin-bottom: 15px;
}
.topics-links .topics .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.topics-links .topics .item a img {
  width: 100%;
}
.topics-links .links {
  width: 1280px;
  margin: 0 auto;
  margin-top: 66px;
  padding-bottom: 37px;
}
.topics-links .links .title_header {
  text-align: center;
  /* margin-bottom: 20px; */
}
.topics-links .links .title_header a {
  color: #383838;
  font-size: 26px;
  font-weight: 400;
}
.topics-links .links .title_header a span {
  display: block;
  text-align: center;
  color: #dcdcdc;
  font-size: 24px;
  margin-top: 14px;
}
.topics-links .links .swiper4 {
  width: 100%;
  margin-left: -20px;
  margin-top: 42px;
  padding: 20px;
}
.topics-links .links .swiper4 .swiper-slide {
  width: 224px;
  height: 120px;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.topics-links .links .swiper4 .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.topics-links .links .swiper4 .swiper-slide a img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header {
    background-color: #fff;
  }
  .news {
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .news .left {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-left: 0;
  }
  .news .center {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .news .center .tabs1 .tab .item .img {
    width: 100%;
    height: 55vw;
    position: relative;
    overflow: hidden;
  }
  .news .right {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  .index-center {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-center .left {
    width: 100%;
    height: 61vw;
    overflow: hidden;
  }
  .index-center .right {
    width: 100%;
  }
  .index-center .right .top {
    display: none;
  }
  .JZFW_box {
    padding: 0px 10px 30px 10px;
    margin-top: 60px;
    width: calc(100% - 20px);
    transition: 0.5s;
  }
  .JZFW_box .title_header a {
    font-size: 24px;
    color: #32709F;
    font-weight: normal;
  }
  .JZFW_box .title_header a span {
    display: none;
  }
  .JZFW_box .jzfw {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .JZFW_box .jzfw li {
    display: flex;
    font-size: 14px;
    width: calc(50% - 5px);
    height: 160px;
    box-sizing: border-box;
    float: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .JZFW_box .jzfw li:nth-child(2n) {
    margin-right: 0;
  }
  .JZFW_box .jzfw li h2 {
    font-size: 20px;
  }
  .JZFW_box .jzfw li i {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .department {
    display: none;
  }
  .m-department {
    display: block;
    width: calc(100% - 60px);
    margin: 0 10px;
    background-color: #32709f;
    padding: 20px 20px 10px;
  }
  .m-department .title {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: center;
  }
  .m-department .list {
    width: 100%;
    margin-top: 20px;
  }
  .m-department .list::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
  }
  .m-department .list .item {
    width: 29%;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    float: left;
    height: 36px;
    line-height: 36px;
  }
  .m-department .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .m-department .list .item a {
    width: calc(100% - 30px);
    height: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-department .list .item a img {
    width: 10px;
    height: 10px;
  }
  .m-department .button {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  .m-department .button a {
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 5px 15px;
    border: 1px solid #fff;
  }
  .expert1 {
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 73px;
    position: relative;
  }
  .expert1 .top {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .expert1 .top .left {
    width: 100%;
  }
  .expert1 .top .left .title {
    font-size: 24px;
    line-height: 24px;
    color: #32709F;
  }
  .expert1 .top .left .en-title {
    display: none;
  }
  .expert1 .top .right {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .expert1 .top .right {
    width: 112px;
    height: 42px;
    border-radius: 6px;
    border: solid 1px #2a8839;
    transition: 0.5s;
  }
  .expert1 .top .right a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 42px;
    color: #2a8839;
    transition: 0.5s;
  }
  .expert1 .top .right a img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
  }
  .expert1 .swiper2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 46px;
    padding: 0 10px;
    padding-bottom: 10px;
  }
  .expert1 .swiper2 .swiper-slide .box {
    width: 100%;
    height: 196px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
  }
  .expert1 .swiper2 .swiper-slide .box .img {
    width: 132px;
    height: 184px;
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
    left: calc(50% - 66px);
    top: -100px;
  }
  .expert1 .swiper2 .swiper-slide .box .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #407ec7;
    padding-top: 100px;
    text-align: center;
    transition: 0.5s;
  }
  .expert1 .swiper2 .swiper-slide .box .line {
    width: 154px;
    height: 1px;
    background-color: #e4e4e4;
    margin: 0 auto;
    margin-top: 10px;
  }
  .expert1 .swiper2 .swiper-slide .box .department {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
  }
  .expert1 .swiper-button-next2,
  .expert1 .swiper-button-prev2 {
    display: none;
  }
  .expert1 .swiper2 .swiper-slide .box .department {
    display: block;
  }
  .expert2 .swiper3 .swiper-slide .box .department {
    display: block;
  }
  .expert1 .swiper-pagination2 {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: block;
    width: calc(100% - 20px);
  }
  .expert1 .swiper-pagination2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    margin: 0 5px;
  }
  .expert1 .swiper-pagination2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #407ec7;
  }
  .expert2 {
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 73px;
    position: relative;
  }
  .expert2 .top {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .expert2 .top .left {
    width: 100%;
  }
  .expert2 .top .left .title {
    font-size: 24px;
    line-height: 24px;
    color: #32709F;
  }
  .expert2 .top .left .en-title {
    display: none;
  }
  .expert2 .top .right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .expert2 .top .right .left1 .left-zhanshi {
    width: calc(100% - 20px);
    height: 40px;
    border-radius: 6px;
    border: solid 1px #d9d9d9;
    padding: 0 10px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .expert2 .top .right .left1 .left-zhanshi .text {
    font-size: 13px;
    line-height: 13px;
    color: #333333;
  }
  .expert2 .top .right .center1 .center-zhanshi {
    width: calc(100% - 20px);
    height: 40px;
    border-radius: 6px;
    border: solid 1px #d9d9d9;
    padding: 0 10px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .expert2 .top .right .center1 .center-zhanshi .text {
    font-size: 13px;
    line-height: 13px;
    color: #333333;
  }
  .expert2 .top .right .right1 {
    width: 170px;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #2a8839;
    background-color: #2a8839;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .expert2 .top .right .right1 .icon {
    width: 16px;
    height: 16px;
    margin-right: 15px;
  }
  .expert2 .top .right .right1 .text {
    font-size: 13px;
    line-height: 14px;
    color: #f4f4f4;
  }
  .expert2 .swiper3 {
    width: 96%;
    margin: 0 auto;
    margin-top: 46px;
    padding: 0 10px;
    padding-bottom: 10px;
  }
  .expert2 .swiper3 .swiper-slide .box {
    width: 100%;
    height: 196px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
  }
  .expert2 .swiper3 .swiper-slide .box .img {
    width: 132px;
    height: 184px;
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
    left: calc(50% - 66px);
    top: -100px;
  }
  .expert2 .swiper3 .swiper-slide .box .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #407ec7;
    padding-top: 100px;
    text-align: center;
    transition: 0.5s;
  }
  .expert2 .swiper3 .swiper-slide .box .line {
    width: 154px;
    height: 1px;
    background-color: #e4e4e4;
    margin: 0 auto;
    margin-top: 10px;
  }
  .expert2 .swiper3 .swiper-slide .box .department {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
  }
  .expert2 .swiper-button-next3,
  .expert2 .swiper-button-prev3 {
    display: none;
  }
  .expert2 .swiper-pagination3 {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: block;
    width: calc(100% - 20px);
  }
  .expert2 .swiper-pagination3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    margin: 0 5px;
  }
  .expert2 .swiper-pagination3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #407ec7;
  }
  .hospital-location {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 64px;
  }
  .hospital-location .list {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .hospital-location .list .item {
    width: calc(100% - 28px);
    padding: 14px 14px 25px 14px;
    background-color: #fff;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  .topics-links {
    width: 100%;
    background-color: #f4f4f4;
    margin-top: 82px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .topics-links .topics {
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .topics-links .topics .item {
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
  }
  .topics-links .topics .item a img {
    width: 100%;
    height: 100%;
  }
  .topics-links .links {
    width: 1280px;
    margin: 0 auto;
    margin-top: 66px;
    padding-bottom: 37px;
    display: none;
  }
}
