

.topinput {
  width: 100%;
  padding: 1.725rem 0 0 0;
}

.topinput form {
  width: 100%;
  height: 1.65rem;
  border: 0.05rem solid rgba(158, 156, 158, 0.2);
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.525rem;
}

.topinput .ipt::placeholder {
  color: #ccc;
}

.topinput form .icon {
  width: 0.95rem;
  height: 0.925rem;
  background: #1654c7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.topinput form .icon .sb{
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.topinput form .icon img {
  /* width: 100%;
  height: 100%; */
  /* border-radius: 50%; */
}

.topinput .inputtext {
  padding-top: 0.6rem;
  display: flex;
  font-weight: 500;
}

.topinput .inputtext .left {
  color: #ccc;
}

.topinput .inputtext .right a {
  color: #333;
}

.swiperbox .view {
  width: 100%;
  /* height: 16.7rem; */
  padding: 2.25rem 5.8rem 3.5rem 4rem;
  margin-top: 1.75rem;
  padding-right: 1.8rem;
  display: flex;
  /* justify-content: space-between; */
  box-sizing: border-box;
  padding-bottom: 3rem;
}

.swiperbox .left {
  width: 16.775rem;
  margin-right: 2.1rem;
  /* overflow: hidden; */
}

.swiperbox .left .bottom .top {
  position: absolute;
  left: 0.5rem;
  top: -0.5rem;
  width: 16.275rem;
  height: 10.85rem;
  border-radius: 0.5rem;
  /* background-color: #ccc; */
}

.swiperbox .left .bottom .top img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}

.swiperbox .left .bottom {
  position: relative;
  width: 16.275rem;
  height: 10.85rem;
  border-radius: 0.5rem;
  background-color: #1654c7;
}

.swiperbox .right {
  width: 19.5rem;
  display: flex;
  flex-direction: column;
}

.swiperbox .right .toptext {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #999999;
}

.swiperbox .right .toptext .shu {
  width: 0.025rem;
  height: 100%;
  border: 0.025rem solid #999;
  margin: 0 0.25rem;
}

.swiperbox .right .htext {
  margin-top: 0.375rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.2rem;
}

.swiperbox .right .ttext {
  margin-top: 1.2rem;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 30px;
}

.swiperbox .right .more {
  margin-top: 2.65rem;
  font-weight: bold;
  color: #ffffff;
  background: #1862ec;
}

.tem {
  height: auto;
}

.ppp {
  height: 5.05rem;
  background-color: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textlist {
  position: relative;
  border: none;
  width: 100%;
  /*height: 10.05rem;*/
  background: #f3f3f3;
  padding: 1.625rem 4.625rem 1.5rem 4rem;
  display: flex;
  /* justify-content: space-between; */
  border-bottom: 1px solid #ccc;
  transition: all 0.5s;
}

.textlist ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #1654c7;
  transition: width 1s ease;
}

.textlist:hover ::after {
  width: 40%;
  /* 鼠标悬停时，下边框加载到盒子一半的位置 */
}

.textlist:hover {
  background-color: #ffffff;
}

.textlist:hover .textright .htext {
  color: #1654c7;
}

.textlist:hover .more {
  background-color: #1654c7;
  color: #ffffff;
}

.textlist .textimg {
  width: 10.35rem;
  height: 6.9rem;
  margin-right: 1.775rem;
}

.textlist .textimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.textlist .textright {
  display: flex;
  flex-direction: column;
}

.textlist .textright .toptext {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #999999;
}

.textlist .textright .toptext .shu {
  width: 0.025rem;
  height: 100%;
  border: 0.025rem solid #999;
  margin: 0 0.25rem;
}

.textlist .textright .htext {
  margin-top: 0.4rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.9rem;
}

.textlist .textright .ttext {
  margin-top: 0.675rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.6rem;
}

.textlist .textright .more {
  margin-top: 1.3rem;
  border: 0.025rem solid #014b2e;
  border-radius: 0.575rem;
  color: #000;
  transition: all .3s;
}

.textlist:hover .textright .more {
  color: #fff;
}

/* 发展史 */
.evolution {
  padding: 2.225rem 0 200px 0;
}

.evolution .boxcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evolution .boxcenter .toptext {
  width: 39rem;
  height: 4.2rem;
  border-bottom: 0.05rem solid rgba(51, 51, 51, 0.05);
  position: relative;
}

.evolution .boxcenter .toptext .text {
  padding-top: 1.025rem;
  text-align: center;
  line-height: 1rem;
  position: absolute;
  left: 50%;
  bottom: -0.675rem;
  transform: translateX(-50%);
  width: 17.775rem;
  height: 4.925rem;
  /* background-color: rgba(51, 51, 51, 0.05); */
  font-weight: bold;
  color: #1862ec;
  background-size: contain;
  background-repeat: no-repeat;
}

.evolution .boxcenter .jindu {
  width: 0.025rem;
  height: 0.75rem;
  border-right: 0.025rem solid rgba(51, 51, 51, 0.1);
  position: relative;
}


.evolution .boxcenter .year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.65rem;
  height: 2.375rem;
  font-size: 3rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
  line-height: 1rem;
  font-style: italic;
}

.evolution .boxcenter .listleft {
  display: flex;
  width: 100%;
}

.evolution .boxcenter .listleft .left {
  width: 21.25rem;
  padding: .75rem 1rem .65rem .8rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.evolution .boxcenter .listleft .left .boxr {
  margin-right: .825rem;
}

.evolution .boxcenter .listleft .left .text .top {
  font-weight: bold;
  color: #1862ec;
}

.evolution .boxcenter .listleft .left .text .bottom {
  font-weight: 500;
  color: #333333;
}

.evolution .boxcenter .listleft .left .right {
  width: 2.95rem;
  height: 0.725rem;
  /* background-color: #ccc; */
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.evolution .boxcenter .listleft .left .right img {
  width: 100%;
  height: 100%;
}

.evolution .boxcenter .listright {
  display: flex;
  width: 100%;
}

/* 右排列 */
.flexright {
  flex-direction: row-reverse;
}

.evolution .boxcenter .listright .right:hover {
  border: 1px solid #1862EC;
  box-shadow: 3px 4px 10px 0px rgba(24, 98, 236, 0.2);
}

.evolution .boxcenter .listright .right:hover .text .t2 {
  color: #1862ec;
}

.evolution .boxcenter .listright .right {
  width: 21.25rem;
  padding: 0.75rem 1rem 0.65rem 0.8rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}

.evolution .boxcenter .listright .right .boxr {
  width: 9rem;
  height: 5.5rem;
  border-radius: 0.25rem;
}

.evolution .boxcenter .listright .right .boxr img {
  width: 100%;
  height: 100%;
}

.evolution .boxcenter .listright .right .text {
  padding-top: 0.225rem;
  font-weight: bold;
  color: #1862ec;
  display: flex;
  flex-direction: column;
}

.evolution .boxcenter .listright .right .text .t1 {
  line-height: 1rem;
}

.evolution .boxcenter .listright .right .text .t2 {
  font-weight: 500;
  color: #333;
  line-height: 0.75rem;
}

.evolution .boxcenter .listright .right .text .t-img {
  padding-top: 1.8rem;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.evolution .boxcenter .listright .right .text .t-img .imgbox {
  width: 2.95rem;
  height: 0.725rem;
  /* background-color: #ccc; */
}

.evolution .boxcenter .listright .right .text .t-img .imgbox img {
  width: 100%;
  height: 100%;
}

.sc-a {
  padding-top: 4.275rem;
}

.sc-a .htext {
  display: flex;

  font-weight: bold;
  color: #1862ec;
  line-height: 1.5rem;
  margin-bottom: 2.85rem;
}

.sc-a .synopsis {
  height: 11rem;
  display: flex;
  justify-content: space-between;
}

.sc-a .synopsis .leftimg {
  width: 17.15rem;
  height: 100%;
  margin-right: 2.825rem;
  border-radius: 1rem;
}

.sc-a .synopsis .leftimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sc-a .synopsis .righttext {
  /* padding-top: 2.1rem;
  padding-bottom: 1.55rem; */
  width: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sc-a .synopsis .righttext .t1 {
  font-weight: 400;
  color: #666666;
  /* line-height: 0.45rem; */
}

.sc-a .synopsis .righttext .t2 {
  padding-top: 0.475rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.2rem;
}

.sc-a .synopsis .righttext .t3 {
  padding-top: 1.525rem;
  font-weight: 400;
  color: #4d4d4d;
  line-height: .75rem;
}

.sc-b {
  width: 100%;
  height: auto;
}

.sc-b .personagetext1 {
  margin-top: 6.15rem;
  display: flex;
  font-weight: 400;
  color: #666666;
  line-height: 0.45rem;
}

.sc-b .doctorimg {
  margin-right: 0 !important;

}

.sc-b .doctor .doctortext .t5 {
  margin-top: 1.2rem !important;
}

.sc-b .personagetext2 {
  margin-top: 0.475rem;
  display: flex;
  font-weight: bold;
  color: #000000;
  line-height: 1.05rem;
  margin-bottom: 4.025rem;
}

.sc-b .doctor {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.1rem;

}

.sc-b .doctor .doctorimg {
  margin-right: 3.75rem;
  width: 11.675rem;
  height: 11.675rem;
  /* background: #333; */
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;

}



.sc-b .doctor .doctorimg .doctorimmage {
  width: 10.75rem;
  margin-top:.85rem;
  /*height: 11.675rem;*/
  /* background: #ccc; */
}

.sc-b .doctor .doctorimg .doctorimmage img {
  width: 100%;
  /*height: 100%;*/
}

.sc-b .doctor .doctortext {
  /* padding-top: .775rem; */
  display: flex;
  flex-direction: column;
  width: 18.525rem;
}

.sc-b .doctor .doctortext .t1 {
  font-weight: 800;
  color: #000000;
  line-height: .9rem;
}

.sc-b .doctor .doctortext .t2 {
  margin-top: .225rem;
  font-weight: 800;
  color: #000000;
  line-height: .9rem;
  opacity: 0.3;
}

.sc-b .doctor .doctortext .t3 {
  margin-top: .9rem;
  font-weight: 500;
  color: #808080;
  line-height: 0.35rem;
  display: flex;
}

.sc-b .doctor .doctortext .t3 .timg {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #666666;
  margin-right: 0.2rem;
}

.sc-b .doctor .doctortext .t3 .padding {
  margin-left: 0.4rem;
}

.sc-b .doctor .doctortext .t3 .timg img {
  width: 100%;
  height: 100%;
}

.sc-b .doctor .doctortext .t4 {
  margin-top: 1.925rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.6rem;
}

.sc-b .doctor .doctortext .t5 {
  margin-top: 0.575rem;
  font-weight: 500;
  color: #808080;
  line-height: .75rem;
}

.sc-b .professor {
  padding-top: 4.425rem;
  display: flex;
  justify-content: space-between;
}

.sc-b .professor .professorleft {
  display: flex;
  flex-direction: column;
}

.sc-b .professor .professorleft .t1 {
  font-weight: 800;
  color: #000000;
  line-height: 1rem;
}

.sc-b .professor .professorleft .t2 {
  padding-top: 0.2rem;
  opacity: 0.3;
  font-weight: 800;
  color: #000000;
  line-height: 0.75rem;
}

.sc-b .professor .professorleft .t3 {
  padding-top: 1.2rem;
  font-weight: 500;
  color: #808080;
  line-height: 0.4rem;
}

.sc-b .professor .professorright {
  width: 11.675rem;
  height: 11.675rem;
  background: #333;
  position: relative;
}

.sc-b .professor .professorright .rightren {
  position: absolute;
  bottom: 0;
  width: 10.6rem;
  height: 14rem;
  background: #ccc;
}

.sc-b .doctorbottom {
  padding-top: 2.725rem;
  display: flex;
  justify-content: space-between;
}

.sc-b .doctorbottom .leftb {
  width: 11.675rem;
  height: 11.675rem;
  background: #333;
  position: relative;
}

.sc-b .doctorbottom .leftb .iamg {
  width: 11.15rem;
  height: 14.025rem;
  background: #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sc-b .doctorbottom .rightb .t1 {
  padding-top: 0.775rem;
  font-weight: 800;
  color: #000000;
  line-height: 1rem;
}

.sc-b .doctorbottom .rightb .t2 {
  padding-top: 0.2rem;
  font-weight: 800;
  color: #000000;
  line-height: 0.75rem;
  opacity: 0.3;
}

.sc-b .doctorbottom .rightb .t3 {
  display: flex;
  padding-top: 0.9rem;
  font-weight: 500;
  color: #808080;
  line-height: 0.35rem;
}

.sc-b .doctorbottom .rightb .t3 .timg {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #666666;
  margin-right: 0.2rem;
}

.sc-b .doctorbottom .rightb .t3 .padding {
  margin-left: 0.4rem;
}

.sc-b .doctorbottom .rightb .t3 .timg img {
  width: 100%;
  height: 100%;
}

.sc-b .doctorbottom .rightb .t4 {
  padding-top: 1.25rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.75rem;
}

.sc-b .doctorbottom .rightb .t5 {
  padding-top: 0.925rem;
  font-weight: 500;
  color: #808080;
}

.sc-b .doctorbottom .rightb .t6 {
  line-height: 0.9rem;
  font-weight: 700;
  color: #333333;
}

.sc-b .doctorbottom .rightb .t7 {
  font-weight: 500;
  color: #808080;
}

.jazai {
  display: flex;
  margin-top: 2.75rem;
  flex-direction: column;
  align-items: center;
}

.jazai .image {
  width: 0.75rem;
  height: 0.75rem;

}

.jazai .image img {
  width: 100%;
  height: 100%;
}

.jazai .jazaitext {
  padding-top: 0.3rem;
  font-weight: 500;
  color: #808080;
  line-height: 0.75rem;
}

.show {
  margin-top: 3rem;
  width: 100%;
  /* height: 22.5rem; */
  background-color: #ccc;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  padding-bottom: 2.275rem;
}

.show .shou1 {
  padding: 0 6.375rem 0 4rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.show .left {
  display: flex;
  flex-direction: column;
  width: 16.85rem;
  /* margin-right: 7.675rem; */
}

.show .left .t1 {
  padding-top: 3.55rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.55rem;
}

.show .left .t2 {
  padding-top: 3.925rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2rem;
}

.show .left .t3 {
  padding-top: 1.95rem;
}

.show .left .t3 .more {
  background: #1862ec;
  font-weight: bold;
  color: #ffffff;
}

.show .right .bgc1 {
  position: relative;
  margin-top: 3.4rem;
  width: 10.825rem;
  height: 14.025rem;
  background-color: #fff;
}

.show .right .bgc2 {
  position: absolute;
  width: 12.325rem;
  height: 15.75rem;
  background-color: #fff;
  right: 0.55rem;
  bottom: -0.875rem;
}

.show .right .bgc3 {
  width: 12.475rem;
  height: 16.825rem;
  background-color: #fff;
  position: absolute;
  right: 1.1rem;
  bottom: -0.75rem;
  background-repeat: no-repeat;
}

.platform {
  padding-top: 5.25rem;
}

.platform .view {
  position: relative;
  width: 100%;
  height: 100%;
}

.platform .top {
  padding-bottom: 1.025rem;
  font-weight: bold;
  color: #1862ec;
  line-height: 1.55rem;
}

.platform .lise {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.725rem;
  padding-bottom: 1.725rem;
  border-bottom: 0.025rem solid rgb(35, 33, 33, 0.1);
}

.platform .lise .left {
  width: 23.975rem;
}

.platform .lise .left .t1 {
  font-weight: bold;
  color: #000000;
  line-height: 0.9rem;
}

.platform .lise .left .t2 {
  font-size: 16px;
  margin-top: .825rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.8rem;
}

.platform .lise .right {
  width: 2rem;
  height: 2rem;
  background-color: #DBDBDB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}

.platform .lise .right:hover {
  background-color: #1862EC;
}

.platform .lise .right .platform .lise .right .rt {
  width: 0.7rem;
  height: 0.7rem;
  /* background-color: #333; */
}

.platform .lise .right .rt img {
  width: 100%;
  height: 100%;
}

.platform .dingwei {
  position: absolute;
  top: 1.8rem;
  right: 6.75rem;
  width: 12.55rem;
  height: 9.875rem;
  background: #ccc;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.jazai .image .loo {
  animation: spin 2s linear infinite;
}

.banner22 .banner-container .txt1 .p3 .image img {
  filter: grayscale(100%) brightness(0) invert(1) !important;
}

.headernav {
  /* display: none; */
}

.pc22 {

  height: auto !important;
  padding-bottom: 1.5rem;
}

.pc22 .numlist .li {
  display: flex !important;
  flex-direction: column !important;
}

/*.pc22 .numlist .li a {
  font-size: 16px;
}*/

.pc11 .numlist .li a {
  display: inline-block;
  line-height: .75rem;
  transition: all .3s;
  border-bottom: 2px solid transparent;
}

.pc11 .numlist .li a:hover {

  border-bottom: 2px solid #fff;
  color: #fff;
}

.pccc a {
  /* color: rgba(255, 255, 255, 0.8) !important; */
}

/* .pc22 .numlist .li a:hover {
  color: #f08d00 !important;
} */

.pccc.active .pc-header.pc11 {
  background-color: rgba(36, 80, 163, 0.8);
}
.pccc.active .pc-header.pc22 {
  background-color: rgba(36, 80, 163, 0.8);
}
.pccc.active .pc-header .logo .img1{
  opacity:1;
}
.pccc.active .pc-header .logo .img2{
  opacity:0;
}
.pccc.active .pc-header.gag .right-btn .li2 svg{
  fill:#fff;
}
.pccc.active .pc-header.gag .right-btn .li2{
  border:1px solid  #fff;
}

.pccc.active a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.pccc.active a:hover {
  color: #fff !important;
}

.pccc.active .pc22 .numlist .li a:hover {
  color: #f08d00 !important;
}

.pccc.active .numlist .li:hover a {
  color: #fff !important;
}