body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

span {
  display: inline-block;
}

.banner {
  width: 100%;
  height: 634px;
  padding-top: 40px;
  background-image: url(../images/rjxq_banner2.png);
}

.banner .box {
  height: 493px;
  position: relative;
  overflow: hidden;
}

.banner .box .banner_prev,
.banner .box .banner_next {
  width: 62px;
  height: 107px;
  background: #fff url(../images/teamIcon.png) center center no-repeat;
  position: absolute;
  top: 193px;
  z-index: 9;
  opacity: 0.3;
  cursor: pointer;
}

.banner .box .banner_prev:hover,
.banner .box .banner_next:hover {
  opacity: 1;
  transform: rotate(180deg);
  background-image: url(../images/teamIcon2.png);
}

.banner .box .banner_prev {
  left: 41px;
}

.banner .box .banner_next {
  right: 41px;
  transform: rotate(180deg);
}

.banner .box .banner_next:hover {
  transform: rotate(0deg);
}

.banner .box .swiper-wrapper {
  height: 493px;
}

.banner .box .swiper-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .box .swiper-wrapper a img {
  width: 100%;
  height: 100%;
}

.banner .box .swiper-wrapper a div {
  width: 100%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
  margin: auto;
}

.banner .box .swiper-wrapper a div p {
  padding: 0px 10px;
  color: #0096f0;
  font-size: 30px;
  text-shadow: 3px 3px 0 white, 3px -3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px 2px 0 white, 3px -2px 0 white, -3px -2px 0 white, -3px 2px 0 white, 3px 1px 0 white, 3px -1px 0 white, -3px -1px 0 white, -3px 1px 0 white, 3px 1px 0 white, 3px -2px 0 white, -3px -2px 0 white, -3px 0px 0 white, 3px 0px 0 white, 4px 0px 0 white, -4px 0px 0 white, -4px 0px 0 white, 3px 4px 0 white, 3px -4px 0 white, -3px -4px 0 white, -3px 4px 0 white, 3px 3px 0 white, 3px -3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px 2px 0 white, 3px -2px 0 white, -3px -2px 0 white, -3px 2px 0 white, 3px 1px 0 white, 3px -1px 0 white, -3px -1px 0 white, -3px 1px 0 white, 3px 0px 0 white, 3px 0px 0 white, -3px 0px 0 white, -3px 0px 0 white, 2px 4px 0 white, 2px -4px 0 white, -2px -4px 0 white, -2px 4px 0 white, 2px 3px 0 white, 2px -3px 0 white, -2px -3px 0 white, -2px 3px 0 white, 2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px 1px 0 white, 2px -1px 0 white, -2px -1px 0 white, -2px 1px 0 white, 2px 0px 0 white, 2px 0px 0 white, -2px 0px 0 white, -2px 0px 0 white, 1px 4px 0 white, 1px -4px 0 white, -1px -4px 0 white, -1px 4px 0 white, 1px 3px 0 white, 1px -3px 0 white, -1px -3px 0 white, -1px 3px 0 white, 1px 2px 0 white, 1px -2px 0 white, -1px -2px 0 white, -1px 2px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 0px 0 white, 1px 0px 0 white, -1px 0px 0 white, -1px 0px 0 white, 0px 4px 0 white, 0px -4px 0 white, 0px -4px 0 white, 0px 4px 0 white, 0px 3px 0 white, 0px -3px 0 white, 0px -3px 0 white, 0px 3px 0 white, 0px 2px 0 white, 0px -2px 0 white, 0px -2px 0 white, 0px 2px 0 white, 0px 1px 0 white, 0px -1px 0 white, 0px -1px 0 white, 0px 1px 0 white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.banner .box .banner_pagination {
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 14px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .box .banner_pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
}

.banner .box .banner_pagination .swiper-pagination-bullet-active {
  width: 20px;
}

.side_bar {
  width: 89px;
  height: 600px;
  text-align: right;
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 99;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.side_bar .close {
  color: #3293f5;
  cursor: pointer;
  margin-left: 68px;
}

.side_bar li {
  width: 89px;
  height: 76px;
  position: relative;
}

.side_bar li div:nth-child(1),
.side_bar li a:nth-child(1) {
  width: 89px;
  height: 76px;
  color: #FFf;
  font-size: 14px;
  border-radius: 10px;
  background-color: #3293f5;
  cursor: pointer;
  box-shadow: 0px 6px 14.72px 1.28px rgba(51, 51, 51, 0.23);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.side_bar li div:nth-child(1) span,
.side_bar li a:nth-child(1) span {
  margin-top: 4px;
}

.side_bar li div:nth-child(2),
.side_bar li a:nth-child(2) {
  width: 151px;
  text-align: center;
  padding: 10px;
  background-color: #3293f4;
  position: absolute;
  left: -178px;
  top: -38px;
  visibility: hidden;
  display: none;
  transition: all 0.2s;
}
.side_bar li:nth-last-of-type(1) div:nth-child(2){
    background-color: #1885ff;
}


.side_bar li div:nth-child(2)::after,
.side_bar li a:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45.5px;
  margin: auto;
  border: 23px solid transparent;
  border-left-color: #3293f4;
}
.side_bar li:nth-last-of-type(1) div:nth-child(2)::after{
  border-left-color: #1885ff;
}

.side_bar li div:nth-child(2) p,
.side_bar li a:nth-child(2) p {
  width: 133px;
  color: #fff;
  font-size: 14px;
  border: 1px dashed #0a47a2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  justify-content: space-around;
}

.side_bar li div:nth-child(2) p span,
.side_bar li a:nth-child(2) p span {
  font-weight: 600;
}

.side_bar li:nth-child(2) div:nth-child(2) {
  height: 158px;
}

.side_bar li:nth-child(2) div:nth-child(2) p {
  height: 134px;
}

.side_bar li:nth-child(3) div:nth-child(2) {
  height: 271px;
  top: -95px;
}

.side_bar li:nth-child(3) div:nth-child(2) p {
  height: 246px;
}

.side_bar li:nth-child(4) div:nth-child(2) {
  height: 400px;
  top: -162px;
}

.side_bar li:nth-child(4) div:nth-child(2) p {
  height: 380px;
}

.side_bar li:hover div:nth-child(1),
.side_bar li:hover a:nth-child(1) {
  opacity: 0.8;
}

.side_bar li:hover div:nth-child(2):nth-child(2),
.side_bar li:hover a:nth-child(2):nth-child(2) {
  display: block;
  visibility: visible;
}

/*.sub_nav_box .sub_nav {
  margin-top: 186px;
  height: 154px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}*/
.sub_nav_box .sub_nav {
  margin-top: 46px;
  height: 154px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav_box .sub_nav a:nth-last-of-type(1),
.sub_nav_box .sub_nav a:nth-last-of-type(2),
.sub_nav_box .sub_nav a:nth-last-of-type(3),
.sub_nav_box .sub_nav a:nth-last-of-type(4),
.sub_nav_box .sub_nav a:nth-last-of-type(5),
.sub_nav_box .sub_nav a:nth-last-of-type(6){
   display: none;
}

.sub_nav_box .sub_nav a,
.sub_nav_box .sub_nav i {
  width: 18.5%;
  height: 154px;
  padding: 38px 0px;
  overflow: hidden;
  font-size: 18px;
  border-radius: 10px;
  background-color: #def1ff;
  position: relative;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}

.sub_nav_box .sub_nav a::after,
.sub_nav_box .sub_nav i::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.sub_nav_box .sub_nav a:hover,
.sub_nav_box .sub_nav i:hover {
  justify-content: center;
}

.sub_nav_box .sub_nav a:hover::after,
.sub_nav_box .sub_nav i:hover::after {
  display: none;
}

.sub_nav_box .sub_nav a:hover img,
.sub_nav_box .sub_nav i:hover img {
  margin-top: -200px;
}

.sub_nav_box .sub_nav a:hover span,
.sub_nav_box .sub_nav i:hover span {
  margin-top: 165px;
}

.sub_nav_box .sub_nav a img,
.sub_nav_box .sub_nav a span,
.sub_nav_box .sub_nav i img,
.sub_nav_box .sub_nav i span {
  color: #fff;
  transition: all 0.5s;
  z-index: 2;
}

.sub_nav_box .sub_nav a:nth-child(1),
.sub_nav_box .sub_nav i:nth-child(1) {
  background-image: url(../images/subNavMedicalTreatment.png);
}

.sub_nav_box .sub_nav a:nth-child(2),
.sub_nav_box .sub_nav i:nth-child(2) {
  background-image: url(../images/subNavLiuCheng.png);
}

.sub_nav_box .sub_nav a:nth-child(3),
.sub_nav_box .sub_nav i:nth-child(3) {
  background-image: url(../images/subNavGuaHao.png);
}

.sub_nav_box .sub_nav a:nth-child(4),
.sub_nav_box .sub_nav i:nth-child(4) {
  background-image: url(../images/subNavChanXun.png);
}

.sub_nav_box .sub_nav a:nth-child(5),
.sub_nav_box .sub_nav i:nth-child(5) {
  background-image: url(../images/subNavDianHua.png);
}

.sub_nav_box .sub_nav i {
  display: none;
}

.sub_nav_box p {
  display: none;
}

.main {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  padding: 37px 0px 68px;
  margin-top: 30px;
}

.main .key_specialty .title,
.main .expert_team .title {
  display: inline-block;
}

.main .key_specialty .title img,
.main .expert_team .title img {
  width: 38px;
  height: 40px;
}

.main .key_specialty .title svg,
.main .expert_team .title svg {
  margin-left: 14px;
  vertical-align: middle;
}

.main .key_specialty {
  margin-bottom: 50px;
  color: #000;
}

.main .key_specialty .mobile_swiper {
  overflow: hidden;
}

.main .key_specialty .mobile_swiper div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .key_specialty .mobile_swiper div li {
  width: 18%;
  height: 300px;
  color: #585656;
  display: block;
  margin-top: 83px;
  padding: 0 10px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(200px);
  transition: all 1.4s ease;
}

.main .key_specialty .mobile_swiper div li i {
  width: 107px;
  height: 107px;
  float: left;
  margin-top: -53.5px;
  position: relative;
  left: 50%;
  margin-left: -53.5px;
  border-radius: 50%;
  background-image: linear-gradient(80deg, #3293f5 0%, #3293f5 0%, #063f9a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main .key_specialty .mobile_swiper div li i:hover img {
  transform: scale(1.1);
}
.main .key_specialty .mobile_swiper div .addition::after{
   content:" ";
   position: absolute;
   bottom: 4%;
   left: 45%;
   background:url(../images/mainIcon7.png)top center no-repeat;
   width: 10%;
   height: 10%;
   transition: all 0.5s;
   cursor: pointer;
}
.main .key_specialty .mobile_swiper div .hit:after{
    transform: rotateZ(180deg);
    bottom: 8% !important;
} 
.main .key_specialty .mobile_swiper div li span {
  width: 100%;
  height: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 0px 14px;
  margin: 14.5px 0px 46px;
  position: relative;
}
.main .key_specialty .mobile_swiper div li p {
  width: 100%;
  margin: 0px auto;
  height: 40%;
  overflow: hidden;
}
.main .key_specialty .mobile_swiper div li p #prioritySpeciality{
    display: inline-block;
    width: 100%;
    font-weight: initial;
    height:auto;
    text-align: left;
    font-size: initial;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0%;
    transition: all .5s ease;
} 

.main .key_specialty .mobile_swiper div li p a {
  min-width: 48%;
  height: auto;
  color: #585656;
  font-size: 16px;
  text-align: left;
  display: block;
  float: left;
  margin: 0 0.5% 10px;
}

.main .key_specialty .mobile_swiper div li p a:hover {
  color: #4eace1;
}

.main .key_specialty .mobile_swiper div li:nth-child(1) {
  transition-delay: 0s;
}

.main .key_specialty .mobile_swiper div li:nth-child(2) {
  transition-delay: 0.2s;
}

.main .key_specialty .mobile_swiper div li:nth-child(3) {
  transition-delay: 0.4s;
}

.main .key_specialty .mobile_swiper div li:nth-child(4) {
  transition-delay: 0.6s;
}

.main .key_specialty .mobile_swiper div li:nth-child(5) {
  transition-delay: 0.8s;
}

.main .key_specialty .mobile_swiper .animationShowA li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.main .expert_team {
  height: 354px;
  margin: 70px auto 70px;
  position: relative;
  
}

.main .expert_team .title_box {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .expert_team .title_box span {
  height: 40px;
  line-height: 40px;
  color: #dddada;
  font-size: 16px;
}

.main .expert_team .team_prev,
.main .expert_team .team_next {
  width: 36px;
  height: 69px;
  position: absolute;
  top: 48px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background: url(../images/teamIcon.png) center center no-repeat;
}

.main .expert_team .team_prev:hover,
.main .expert_team .team_next:hover {
  transform: rotate(180deg);
  background-image: url(../images/teamIcon2.png);
}

.main .expert_team .team_prev {
  left: 2px;
}

.main .expert_team .team_next {
  right: 2px;
  transform: rotate(180deg);
}

.main .expert_team .team_next:hover {
  transform: rotate(0deg);
}

.main .expert_team .hidden_box {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

.main .expert_team .hidden_box .swiper_box {
  height: 290px;
  padding-left: 10px;
  position: relative;
}

.main .expert_team .hidden_box .swiper_box .swiper-wrapper {
  height: 100%;
}

.main .expert_team .hidden_box .swiper_box .swiper-wrapper a {
  width: 200px;
  height: 290px;
  display: block;
  position: relative;
  background-color: white;
}

.main .expert_team .hidden_box .swiper_box .swiper-wrapper a:hover {
  width: 200px;
  height: 290px;
  display: block;
  position: relative;
  background-color: #3293f5;
  
}

.main .expert_team .hidden_box .swiper_box .swiper-wrapper a div {
  width: 180px;
  height: 200px;
  line-height: 230px;
  text-align: center;
  overflow: hidden;
  margin: 0px auto;
  margin-top: 20px;
  
}

.main .expert_team .hidden_box .swiper_box .swiper-wrapper a:hover div {
  width: 180px;
  height: 200px;
  line-height: 230px;
  text-align: center;
  overflow: hidden;
  margin: 0px auto;
  background-color: #fff;
   margin-top: 20px;
   color: #fff;
}

.main .expert_team .hidden_box .swiper_box .swiper-wrapper a p {
  width: 100%;
  height: 68px;
  line-height: 30px;
  margin-top: 12px 0px;
  text-align: center;

}

.main .expert_team .hidden_box .swiper_box .swiper-wrapper a p span {
  color: #4e4e4e;
  font-size: 18px;
}

.main .expert_team .hidden_box .swiper_box .swiper-wrapper a:hover p span {
  color: #fff;
}

.main .technology {
  height: 270px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0px 6px 14.72px 1.28px rgba(51, 51, 51, 0.23);
  display: flex !important;
}

.main .technology .title {
  width: 106px;
  height: 100%;
  border-right: 2px solid #efefef;
  overflow: hidden;
}

.main .technology .title p {
  width: 22px;
  color: #333;
  font-size: 22px;
  margin: 0px auto;
}

.main .technology .title p span,
.main .technology .title a {
  color: #07408f;
}

.main .technology .title a {
  width: 60px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;

  margin: 14px auto 0px;

  border-radius: 6px;
  background-color: #3293f5;
  box-shadow: 0px 6px 14.72px 1.28px rgb(51 51 51 / 23%);
}

.main .technology .title a:hover {
  margin-top: 12px;
}

.main .technology ul {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main .technology ul a {
  width: 30%;
  height: 82px;
  display: block;
  margin-bottom: 26px;
}

.main .technology ul a span {
  width: 100%;
  padding-left: 12px;
  margin-bottom: 20px;
  display: inline-block;
}

.main .technology ul a span:nth-child(1) {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .technology ul a span:nth-child(2) {
  color: #7a7979;
  font-size: 14px;
}

.main .technology ul a s {
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(to right, #a29f9f 0%, #a29f9f 50%, transparent 100%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: relative;
}

.main .technology ul a s::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #07409a;
  border-radius: 50%;
  top: -3px;
}

.main .technology ul a:hover span {
  color: #4eace1;
  margin-top: -2px;
}

.main .technology ul a:hover s {
  background-image: linear-gradient(to right, #3190f2 0%, #3190f2 50%, transparent 100%);
}

.main .announcement {
  margin-top: 30px;
  height: 540px;
  overflow: hidden;
  padding: 0 0.5%;
}

.main .announcement .announcement_title {
  display: block;
  text-align: center;
}

.main .announcement .announcement_title p {
  color: #000;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}

.main .announcement .announcement_title:hover p {
  color: #4eace1;
}

.main .announcement .announcement_swiper {
  margin-top: 40px;
}

.main .announcement .announcement_swiper .lists {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .announcement .announcement_swiper .lists ul {
  width: 23%;
  height: 404px;
  overflow: hidden;
  padding: 0px 22px;
  background-color: white;
  box-shadow: 0px 13px 18px 0px rgba(142, 142, 142, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: all 1.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-content: flex-start;
}

.main .announcement .announcement_swiper .lists ul .list_title {
  width: 100%;
  color: #000;
  margin: 24px 0px;
}

.main .announcement .announcement_swiper .lists ul .list_title span {
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 600;
  margin-left: 12px;
  vertical-align: middle;
}

.main .announcement .announcement_swiper .lists ul a {
  width: 100%;
  display: block;
  height: 70px;
  color: #4e4e4e;
  font-size: 16px;
  text-align: right;
  margin-bottom: 20px;
}

.main .announcement .announcement_swiper .lists ul a p {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .announcement .announcement_swiper .lists ul a i {
  height: 20px;
  line-height: 20px;
  padding-left: 24px;
  margin: 18px 0px 12px;
  position: relative;
  display: inline-block;
}

.main .announcement .announcement_swiper .lists ul a i::before {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 18px;
  display: inline-block;
  background: url(../images/mainIcon6.png);
  position: absolute;
  left: 0;
  vertical-align: middle;
}

.main .announcement .announcement_swiper .lists ul a s {
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(to right, #a29f9f 0%, #a29f9f 50%, transparent 100%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}

.main .announcement .announcement_swiper .lists ul a:hover {
  margin-bottom: 22px;
  color: #4eace1;
}

.main .announcement .announcement_swiper .lists ul a:hover p {
  margin-top: -2px;
}

.main .announcement .announcement_swiper .lists ul a:hover i {
  margin-top: 16px;
}

.main .announcement .announcement_swiper .lists ul a:last-child {
  height: 37px;
  background-color: #f7f7f7;
  position: relative;
  transition: all 0.5s;
  margin-top: auto;
  margin-bottom: 14px;
}

.main .announcement .announcement_swiper .lists ul a:last-child::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: url(../images/mainIcon7.png) center center no-repeat;
  transition: all 0.5s;
}

.main .announcement .announcement_swiper .lists ul a:last-child:hover {
  background-image: linear-gradient(80deg, #3293f5 0%, #3293f5 0%, #063f9a 100%);
}

.main .announcement .announcement_swiper .lists ul a:last-child:hover::after {
  background: url(../images/mainIcon12.png) center center no-repeat;
}

.main .announcement .announcement_swiper .lists ul:nth-child(1) {
  transition-delay: 0s;
}

.main .announcement .announcement_swiper .lists ul:nth-child(2) {
  transition-delay: 0.3s;
}

.main .announcement .announcement_swiper .lists ul:nth-child(3) {
  transition-delay: 0.7s;
}

.main .announcement .announcement_swiper .lists ul:nth-child(4) {
  transition-delay: 1s;
}

.main .announcement .announcement_swiper .showList ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.tab {
  height: 556px;
  margin: 58px auto 0px;
}

.tab .tab_title {
  width: 1106px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab .tab_title a {
  /* width: 365px; */
  width: 24%;
  height: 61px;
  line-height: 61px;
  text-align: center;
  display: inline-block;
  color: #063f9a;
  font-size: 20px;
  font-weight: 600;
  background-color: #f7f7f7;
}

.tab .tab_title .hoverTabTitle {
  color: #fff;
  background-image: linear-gradient(90deg, #3293f5 0%, #3293f5 0%, #063f9a 100%);
  transition: all 0.2s;
}

.tab .tab_content {
  margin-top: 30px;
  height: 450px;
}

.tab .tab_content .left_img_news,
.tab .tab_content ul {
  height: 100%;
}

.tab .tab_content .left_img_news {
  width: 700px;
  float: left;
  position: relative;
  overflow: hidden;
}

.tab .tab_content .left_img_news .swiper-wrapper {
  height: 100%;
  z-index: 1;
  position: relative;
}

.tab .tab_content .left_img_news .swiper-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}

.tab .tab_content .left_img_news .swiper-wrapper a img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.tab .tab_content .left_img_news .swiper-wrapper a div {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}

.tab .tab_content .left_img_news .swiper-wrapper a div p {
  width: 80%;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab .tab_content .left_img_news .news_img_pagination {
  width: 20%;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.tab .tab_content .left_img_news .news_img_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

.tab .tab_content .left_img_news .news_img_pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 8px;
}

.tab .tab_content ul {
  width: 616px;
  float: right;
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.tab .tab_content ul a {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  background-color: #fcfcfd;
  box-shadow: 0px 0px 17px 0px rgba(142, 142, 142, 0.35);
  margin-bottom: 10px;
}

.tab .tab_content ul a:nth-child(4),
.tab .tab_content ul a:nth-child(8) {
  margin-bottom: 0;
}

.tab .tab_content ul a div {
  width: 18%;
  min-width: 80px;
  height: 50px;
  line-height: 50px;
  float: left;
  border-right: 1px solid #d8d8d8;
  color: #40abdf;
  font-size: 22px;
  text-align: center;
}

.tab .tab_content ul a p {
  width: 80%;
  line-height: 25px;
  float: right;
  color: #333;
  font-size: 16px;
  padding: 0px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.tab .tab_content ul a:hover div,
.tab .tab_content ul a:hover p {
  margin-top: -2px;
}

.tab .tab_content ul a:hover p {
  color: #4eace1;
}

.tab .tab_content ul:nth-child(3),
.tab .tab_content ul:nth-child(4),
.tab .tab_content ul:nth-child(5) {
  width: 100%;
  display: none;
}

.tab .tab_content ul:nth-child(3) a,
.tab .tab_content ul:nth-child(4) a,
.tab .tab_content ul:nth-child(5) a {
  width: 648px;
}

.special_box_back {
  width: 100%;
  height: 220px;
  background: url(../images/back.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 70px;
  position: relative;
  z-index: 0;
  top: -26px;
  overflow: hidden;
}

.special_box_back .special_nav {
  height: 118px;
  overflow: hidden;
}

.special_box_back .special_nav .hidden_box {
  overflow: hidden;
}

.special_box_back .special_nav .hidden_box .special_swiper {
  width: 100%;
  height: 118px;
  position: relative;
}

.special_box_back .special_nav .hidden_box .special_swiper .swiper-wrapper {
  height: 100%;
  margin: 0 auto;
}

.special_box_back .special_nav .hidden_box .special_swiper .swiper-wrapper a {
  width: 250px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.department_nav {
  height: 556px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.department_nav .left,
.department_nav .right {
  height: 100%;
}

.department_nav .left {
  width: 720px;
  overflow: hidden;
}

.department_nav .left .left_title {
  width: 100%;
  height: 67px;
  color: #fff;
  border-bottom: 2px solid #3092f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.department_nav .left .left_title div {
  width: 217px;
  height: 59px;
  line-height: 59px;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #3293f5 0%, #3293f5 0%, #063f9a 100%);
}

.department_nav .left .left_title div img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.department_nav .left .left_title div img,
.department_nav .left .left_title div span {
  transition: all 0.4s;
}

.department_nav .left .left_title p {
  width: 160px;
  color: #757575;
  font-size: 14px;
  font-weight: bold;
}

.department_nav .left .left_title p span {
  width: 75px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
}

.department_nav .left .left_title p .clickSpan {
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #3293f5 0%, #57beff 0%, #063f9a 100%);
}

.department_nav .left .N_S_list {
  height: 458px;
}

.department_nav .left .N_S_list div {
  margin-top: 5px;
  display: none;
}

.department_nav .left .N_S_list div ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
  padding-right: 3px;
}

.department_nav .left .N_S_list div ul li {
  width: 33%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}

.department_nav .left .N_S_list div:nth-child(4) ul li {
  width: 25%;
}

.department_nav .left .N_S_list div ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border: 1px solid #4e4e4e;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;

  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 4px;
}

.department_nav .left .N_S_list div ul li:hover::before {
  width: 0px;
  left: -16px;
}

.department_nav .left .N_S_list div ul li:hover a {
  color: #fff;
  border-radius: 10px;
  background-color: #3293f5;
  padding-left: 10px;
}

.department_nav .left .N_S_list div ul li a {
  width: 100%;
  height: 100%;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 18px;
  display: inline-block;
}

.department_nav .left .N_S_list div ul i {
  width: 33%;
  height: 0;
  visibility: hidden;
  display: inline-block;
}

.department_nav .left .N_S_list div:nth-child(4) ul i {
  width: 25%;
}

.department_nav .left .N_S_list div ul:nth-child(1) {
  display: flex;
}

.department_nav .right {
  width: 604px;
  position: relative;
}

.department_nav .right a {
  width: 292px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  display: block;
}

.department_nav .right a img,
.department_nav .right a p {
  position: absolute;
}

.department_nav .right a img {
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: all 0.6s;
}

.department_nav .right a p {
  width: 75px;
  height: 91px;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.department_nav .right a p img {
  width: 65px;
  height: 65px;
  position: static;
}

.department_nav .right a p span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.department_nav .right a:nth-child(1) {
  height: 351px;
}

.department_nav .right a:nth-child(2) {
  height: 179px;
  margin-top: 24px;
  bottom: 0;
}

.department_nav .right a:nth-child(3) {
  height: 179px;
  right: 0;
}

.department_nav .right a:nth-child(4) {
  height: 351px;
  margin-top: 24px;
  right: 0;
  bottom: 0;
}

.department_nav .right .hoverStyle:hover img {
  transform: scale(1.1);
}

.department_nav .right .hoverStyle:hover p img {
  transform: scale(1);
}

.department_nav .right .hoverStyle::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 3;
  transition: height 0.5s;
}

.department_nav .right .hoverStyle2::before {
  height: 100%;
}

.supervise {
  height: 100%;
  min-height: 120px;
  margin-top: 48px;
  background-image: linear-gradient(90deg, #3293f5 0%, #3293f5 0%, #063f9a 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding: 8px;
}

.supervise p {
  color: #fff;
  font-size: 20px;
  margin: 6px auto;
}

.supervise p span {
  font-size: 16px;
}

.supervise p br {
  display: none;
}

.supervise1 {
  height: 100%;
  min-height: 120px;
  margin-top: 24px;
  background: url(../images/streamerBackground.png);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  position: relative;
  padding: 8px;
}

.supervise1 p {
  color: #f4db08;
  font-size: 50px;
  margin: 0 auto;
  letter-spacing: 10px;
}

.supervise1 img:nth-of-type(1) {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 16%;
  height: auto;
  max-height: 100%;
}

.supervise1 img:nth-of-type(2) {
  position: absolute;
  right: 2%;
  bottom: 0%;
  width: 16%;
  height: auto;
  max-height: 100%;
}

.map {
  height: 544px;
  margin: 47px auto 54px;
  position: relative;
}

.map #diTuContent {
  width: 100%;
  height: 486px;
}

.map .anchorBL {
  display: none;
}

.map .iw_poi_title {
  color: #CC5522;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.map .iw_poi_content {
  font: 14px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.map ul {
  width: 343px;
  height: 412px;
  color: #4e4e4e;
  font-size: 16px;
  position: absolute;
  z-index: 6;
  top: 129px;
  right: 14%;
  background-color: white;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.map ul li {
  width: 100%;
  text-align: center;
}

.map ul li:nth-child(1) {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 45px;
}

.map ul li:nth-child(2) {
  color: #063f9a;
  font-size: 36px;
  font-weight: 600;
}

.map ul li:nth-child(3) {
  width: 282px;
  height: 42px;
  margin: 42px auto 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}

.map ul li:nth-child(3) i {
  display: block;
  height: 18px;
  line-height: 18px;
}

.map ul li:nth-child(3) p {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.map ul li:nth-child(3) p span {
  line-height: 15px;
}

.map ul li:nth-child(4) {
  width: 282px;
  height: 20px;
  margin: 0px auto 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map ul li:nth-child(5) {
  width: 286px;
  height: 34px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map ul li:nth-child(5) span {
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  background-color: #3293f5;
}

.map ul li:nth-child(5) span:nth-child(1) {
  background-color: #063f9a;
}

@media screen and (max-width: 1400px) {
  .special_box_back {
    background: none;
  }

  .supervise p span {
    display: block;
  }
}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .container {
    width: 90% !important;
  }

  .main .expert_team .hidden_box {
    transform: scale(0.85);
    position: absolute;
    left: -1.5%;
  }

  .tab .tab_title {
    width: 100%;
  }

  .tab .tab_title a {
    width: 32%;
  }

  .tab .tab_content .left_img_news {
    width: 58%;
  }

  .tab .tab_content ul {
    width: 40%;
  }

  .tab .tab_content ul:nth-child(3) a,
  .tab .tab_content ul:nth-child(4) a {
    width: 48%;
  }

  .department_nav .left {
    width: 47%;
  }

  .department_nav .left .N_S_list div ul li a {
    font-size: 12px;
  }

  .department_nav .right {
    width: 49%;
  }

  .department_nav .right a {
    width: 48%;
  }
}

@media screen and (min-width: 1066px) and (max-width: 1200px) {
  .main .expert_team .hidden_box {
    transform: scale(0.75);
    position: absolute;
    left: -7%;
  }
}

@media screen and (min-width: 993px)and (max-width: 1279px) {
  .main .key_specialty .mobile_swiper div li {
    height: 370px;
  }

  .main .key_specialty .mobile_swiper div li p a {
    width: 100%;
  }
}

@media screen and (min-width: 993px) and (max-width: 1065px) {
  .main .expert_team .hidden_box {
    transform: scale(0.65);
    position: absolute;
    left: -14.5%;
  }

  .supervise p br:nth-child(2) {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 90% !important;
  }

  .banner .box {
    height: 400px;
  }

  .banner .box .banner_prev,
  .banner .box .banner_next {
    top: 150px;
  }

  .banner .box .swiper-wrapper {
    height: 360px;
  }

  .banner .box .banner_pagination {
    bottom: 54px;
  }

  .sub_nav_box .sub_nav {
    margin-top: 60px;
  }

  .main .expert_team .hidden_box {
    width: 80%;
  }

  .main .expert_team .hidden_box .swiper_box .swiper-wrapper a div {
    margin: 0 auto;
  }

  .main .announcement .announcement_swiper {
    overflow: hidden;
  }

  .main .announcement .announcement_swiper .lists ul {
    width: 24%;
    padding: 0px 6px;
  }

  .tab .tab_title {
    width: 100%;
  }

  .tab .tab_title a {
    width: 32%;
  }

  .tab .tab_content .left_img_news {
    width: 58%;
  }

  .tab .tab_content ul {
    width: 40%;
  }

  .tab .tab_content ul:nth-child(3) a,
  .tab .tab_content ul:nth-child(4) a {
    width: 48%;
  }

  .department_nav .left {
    display: none;
  }

  .department_nav .right {
    width: 100%;
  }

  .department_nav .right a {
    width: 48%;
  }

  .department_nav .right a::before {
    display: none;
  }

  .supervise p br {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100% !important;
  }

  .supervise1 img {
    display: none;
  }

  .supervise1 p {
    font-size: 24px;
  }

 /*.banner {
    height: 168px;
    margin-top: -1px;
  }*/
  .banner {
    height: 168px;
    margin-top: -1px;
    padding-top: 0; /* 手机端可能需要移除padding */
    background-size: cover; /* 保持与PC端一致的显示效果 */
    background-position: center;
    background-image: url(../images/rjxq_banner2.png);
  }

  .banner .box {
    height: 188px;
  }

  .banner .box .banner_prev,
  .banner .box .banner_next {
    display: none;
  }

  .banner .box .swiper-wrapper {
    height: 188px;
  }

  .banner .box .swiper-wrapper a div {
    height: 40px;
    line-height: 40px;
    bottom: 26px;
  }

  .banner .box .swiper-wrapper a div p {
    font-size: 16px;
    padding: 0px 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .banner .box .banner_pagination {
    bottom: 6px;
  }

  .banner .box .banner_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .banner .box .banner_pagination .swiper-pagination-bullet-active {
    width: 14px;
  }

  .side_bar {
    display:none;
  }

  .sub_nav_box {
    overflow: hidden;
  }

 /* .sub_nav_box .sub_nav {
    margin-top: 80px;
    height: 100px;
    width: 400% !important;
    justify-content: space-around;
    transition: all 0.5s ease;
  }*/
  .sub_nav_box .sub_nav {
    margin-top: 20px;
       /* height: 100px;*/
    width: 400% !important;
    justify-content: space-around;
    transition: all 0.5s ease;
  }
 .sub_nav_box .sub_nav a:nth-last-of-type(1),
.sub_nav_box .sub_nav a:nth-last-of-type(2),
.sub_nav_box .sub_nav a:nth-last-of-type(3),
.sub_nav_box .sub_nav a:nth-last-of-type(4),
.sub_nav_box .sub_nav a:nth-last-of-type(5),
.sub_nav_box .sub_nav a:nth-last-of-type(6){
   display: flex;
}

  .sub_nav_box .sub_nav a,
  .sub_nav_box .sub_nav i {
    width: 114px;
    height: 100px;
    padding: 18px 0px;
    margin-bottom: 0px;
    font-size: 16px;
    background-color: #3092f3;
    background-image: none !important;
  }

  .sub_nav_box .sub_nav a img,
  .sub_nav_box .sub_nav i img {
    width: 38px;
    height: 38px;
  }

  .sub_nav_box .sub_nav a::after,
  .sub_nav_box .sub_nav i::after {
    display: none;
  }

  .sub_nav_box .sub_nav a:hover span,
  .sub_nav_box .sub_nav i:hover span {
    margin-top: 154px;
  }

  .sub_nav_box .sub_nav i {
    height: 0px;
    display: block;
    background: none;
    padding: 0;
    margin: 0;
  }

  .sub_nav_box .sub_nav i::after {
    display: none;
  }

  .sub_nav_box p {
    width: 100%;
    margin-top: 16px;
    display: block;
    text-align: center;
  }

  .sub_nav_box p span {
    width: 60px;
    height: 9px;
    border-radius: 6px;
    background-color: #e0e0e0;
    transition: background 0.4s;
  }

  .sub_nav_box p span:nth-child(1) {
    background-color: #3293f4;
  }

  .main {
    padding: 14px 2% 10px;
    overflow: hidden;
  }

  .main .key_specialty .title img,
  .main .expert_team .title img {
    width: 30px;
    height: 32px;
  }

  .main .key_specialty .mobile_swiper {
    margin-top: 6px;
  }

  .main .key_specialty .mobile_swiper div li {
    margin-top: 124px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-property: transform;
  }

  .main .expert_team .title_box span {
    width: 52%;
    line-height: normal;
    display: block;
    font-size: 14px;
  }

  .main .expert_team .hidden_box {
    width: 100%;
  }

  .main .expert_team .hidden_box .swiper_box {
    padding-left: 0px;
  }

  .main .expert_team .hidden_box .swiper_box .swiper-wrapper a {
    width: 100%;
  }

  .main .expert_team .hidden_box .swiper_box .swiper-wrapper a div {
    margin: 0 auto;
  }

  .main .technology {
    height: 100%; 
    padding: 3%; 
    flex-direction: column;
  }

  .main .technology .title {
    width: 100%;
    height: 34px;
    border: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main .technology .title p {
    width: auto;
    margin: 0;
  }

  .main .technology .title a {
    margin: 0;
    box-shadow: none;
  }

  .main .technology ul {
    padding: 0;
  }

  .main .technology ul a {
    width: 100%;
    margin-bottom: 16px;
  }

  .main .technology ul a span {
    margin-bottom: 10px;
  }

  .main .announcement .announcement_swiper {
    width: 100%;
  }

  .main .announcement .announcement_swiper .lists {
    width: 100%;
  }

  .main .announcement .announcement_swiper .lists ul {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: none;
    border-radius: 8px;
  }

  .tab {
    height: 100%;
    margin-top: 40px;
    overflow: hidden;
  }

  .tab .tab_title {
    width: 100%;
    justify-content: space-around;
  }

  .tab .tab_title a {
    width: 26%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 6px;
  }

  .tab .tab_content {
    height: 100%;
    padding: 0px 2%;
  }

  .tab .tab_content .left_img_news {
    width: 100%;
    height: 240px;
  }

  .tab .tab_content .left_img_news .swiper-wrapper {
    height: 100%;
  }

  .tab .tab_content .left_img_news .swiper-wrapper a {
    border-radius: 4px;
  }

  .tab .tab_content .left_img_news .swiper-wrapper a img {
    border-radius: 4px;
  }

  .tab .tab_content .left_img_news .swiper-wrapper a div p {
    width: 70%;
  }

  .tab .tab_content .left_img_news .news_img_pagination {
    width: 30%;
  }

  .tab .tab_content .left_img_news .news_img_pagination .swiper-pagination-bullet-active {
    width: 16px;
  }

  .tab .tab_content ul {
    width: 100%;
    flex-direction: row;
    padding: 16px 0px;
  }

  .tab .tab_content ul a {
    width: 100%;
    margin-bottom: 36px;
  }

  .tab .tab_content ul:nth-child(3) a,
  .tab .tab_content ul:nth-child(4) a {
    width: 100%;
  }

  .tab .tab_content ul a:nth-child(4) {
    margin-bottom: 36px;
  }

  .special_box_back {
    height: 118px;
    padding: 0px 2%;
    margin-top: 50px;
    background: none;
  }

  .special_box_back a {
    border-radius: 6px !important;
    padding: 0px 10px;
  }

  .department_nav {
    height: 340px;
    padding: 0 2%;
  }

  .department_nav .left {
    display: none;
  }

  .department_nav .right {
    width: 100%;
  }

  .department_nav .right a {
    width: 48%;
  }

  .department_nav .right a::before {
    display: none;
  }

  .department_nav .right a:nth-child(1) {
    height: 200px;
  }

  .department_nav .right a:nth-child(2) {
    height: 120px;
  }

  .department_nav .right a:nth-child(3) {
    height: 120px;
  }

  .department_nav .right a:nth-child(4) {
    height: 200px;
  }

  .supervise p br {
    display: inline-block;
  }

  .map {
    height: 700px;
  }

  .map #diTuContent {
    height: 260px;
  }

  .map ul {
    width: 343px;
    height: 412px;
    top: 280px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (min-width: 1500px) and (max-width:1800px) {
.container {
    width: auto;
    margin: auto;
    padding: 2%;
  }
}
@media screen and (max-width: 1499px) {
.new_phoneyear{
    padding: 0% !important;
    padding-top: 22% !important;
    background-size: 148% auto !important;
  }
}
/* 为所有设备添加基础样式 */
.banner,
.header .header_content,
.modeheader .header_content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease-in-out; /* 添加过渡效果 */
}
