.tip1 {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
}
.person_list>p:nth-of-type(1) * {
    font-size: 1.2rem !important;
    color: initial;
}
 
.conten-right>div *, .zyp * {
    font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: unset !important;
    color: #333 !important;
    max-width: 100%;
    height: auto !important;
}
.person_list>p:nth-of-type(2) * {
    font-size: 1rem !important;
    color: #4B5562;
}
p.tip1 {
    font-weight: unset;
}
.navbar-default {
  background: transparent;
  margin-top: 10px;
}
.person_list {
    margin-top: 14px;
    line-height: 32px;
}

.person_list>p {
    text-align: center !important;
    margin-bottom: 0 !important;
}

.title {
  text-align: center;
  font-size: 36px;
  color: #191C3D;
  font-weight: 400;
  position: relative;
  padding-bottom: 1.44rem;
  font-family: Microsoft YaHei;
  /* padding-top: 1.6rem; */
  margin-bottom: 1.6rem;
  font-weight: bold;
  color: #2D4059;
}

.title::after {
  content: '';
  display: block;
  position: absolute;
  width: 9rem;
  height: 2px;
  background: #2c4058;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: none;
  font-weight: 500;
}

.swiper-index .swiper-slide {
  width: 100%;
  /* height: 100vh; */
 
}

.swiper-index .swiper-slide img {
  height: 946px;
  width: 100%;
  object-fit: cover;
}

.swiper-index .swiper-slide .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari å’Œ Chrome */
  -o-transform: translate(-50%, -50%);
  color: #fff;
}

.swiper-index .swiper-slide .text h1 {
  font-size: 3rem;
  /* font-size: 68px; */
  font-weight: bold;
}

.swiper-index .swiper-slide .text h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 2rem 0 3.4rem;
}

.swiper-index .swiper-slide .text h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5.4rem;
}

.swiper-index .swiper-slide .text h3 span {
  padding: 0 18px;
  min-width: 4rem;
  display: inline-block;
  font-size: larger;
  /* height: 50px; */
  background: linear-gradient(90deg, #4B00FF, #4B00FF, #D41E7B);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.35);
  border-radius: 24px;
}

.swiper-index .swiper-slide .down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.swiper-index .swiper-slide .down img {
  width: auto;
  height: 6rem;
  object-fit: contain;
}

.newlist .box {
  overflow: hidden;
  padding-left: 80px;
  margin: 30px 0;
}

.newlist .box>div {
  text-align: right;
  position: relative;
}

.newlist .box>div>.ggpic {
  position: absolute;
  left: -80px;
  line-height: 2rem;
  text-align: center;
}

.newlist .box>div>.ggpic span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari å’Œ Chrome */
  -o-transform: translate(-50%, -50%);
}

.newlist .box>ul {
  overflow: hidden;
  list-style: none;
  padding-left: 1rem;
}

.newlist .box>ul li {
  float: left;
  width: 50%;
  margin-bottom: 8px;
}

.newlist .box>ul li a {
  color: #2c4058;
  font-size: .9rem;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.newlist .box>ul li a:hover {
  color: #0cace0;
}

.newS {
  background: #f9f9f9;
  background-image: url(../imgs/1068/xwbg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: calc(100vh - 80px); */
}

.newS .box .inbox {
  width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.newS .box .btn1 {
  margin: 2rem 0;
}

.newS .box .item {
  background-color: #fff;
  /* border-radius: 20px; */
  overflow: hidden;
  width: 25%;
  transition: all .3s;
}

.newS .box .item .img {
  padding-bottom: 75%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.newS .box .item .img img {
  width: 100%;
  height: max-content;
  object-fit: cover;
}

.newS .box .item .text {
  padding: 1.66rem;
}

.newS .box .item .text h3 {
  margin: 0;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: unset;
}

.newS .box .item .text>.textOverBox {
  position: relative;
  font-size: 1rem;
  margin: 1.2rem 0 3rem;
  color: #4B5562;
  overflow: hidden;
  line-height: 1.8rem;
  height: 5.6rem;
}

.newS .box .item .text h6 {
  font-size: .88rem;
  color: rgba(44, 64, 88, 0.6);
}

.newS .box .item:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 2px 2px 20px #cecdcd;
}

.meetintor {
  margin-bottom: 1rem;
}

.meetintor .box>.text {
  font-size: 1rem;
  color: #4C5662;
  margin-top: -1rem;
  text-align: center;
  line-height: 1.8rem;
  opacity: 0.8;
}

.meetintor .btn1 {
  margin-top: 2.22rem;
  margin-bottom: 3rem;
}

.meetintor .swiper-meet h4 {
  font-size: 1.34rem;
  margin: 0 0 3rem;
}

.meetintor .swiper-meet .text {
  margin-right: 8%;
  font-size: 1rem;
  color: rgba(75, 85, 98, 0.8);
  line-height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.meetintor .swiper-meet .img img {
  object-fit: cover;
}

.meetintor .swiper-meet .swiper-pagination2 {
  text-align: center;
}

.meetintor .swiper-meet .swiper-pagination2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e0e3e6;
  opacity: 1;
}

.meetintor .swiper-meet .swiper-pagination2 .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 50px;
}

.meetintor .intor .btn1 {
  text-align: left;
}

.meetintor .box2 {
  display: flex;
  margin-top: 2rem;
}

.meetintor .box2 .item {
  width: 25%;
  padding: 3.4rem;
}

.meetintor .box2 .item .img {
  text-align: center;
}

.meetintor .box2 .item .text {
  text-align: center;
}

.meetintor .box2 .item .text h2 {
  font-size: 1.333rem;
  margin: 1.55rem 0;
}

.meetintor .box2 .item .text div {
  font-size: .88rem;
  color: rgba(75, 85, 98, 0.8);
  line-height: 1.6rem;
}

.bbs {
  background: #f9f9f9;
  background-image: url(../imgs/1068/bbsbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14rem 0 18rem;
}

.bbs .container {
  padding: 0;
}

.bbs .box {
  margin: 0 auto;
}

.bbs .box .item {
  display: block;
  float: left;
  z-index: 10;
  overflow: hidden;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 2px 2px 15px #ececec;
  width: calc(50% - 2rem);
}

.bbs .box .item .img {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}

.bbs .box .item .img img {
  height: max-content;
  object-fit: cover;
}

.bbs .box .item .text {
  padding: 1.66rem;
  background: #fff;
}

.bbs .box .item .text h2 {
  font-size: 1.56rem;
  margin: 0;
}

.bbs .box .item .text h3 {
  font-size: 1.11rem;
  margin: 1.56rem 0;
}

.bbs .box .item .text p {
  font-size: .88rem;
  margin-bottom: .6rem;
  color: rgba(75, 85, 98, 0.8);
}

.bbs .box .item .text .btnstyle {
  display: inline-block;
  width: 10rem;
  text-align: center;
  padding: .8rem 0px;
  background: transparent !important;
  color: #818c9b !important;
  opacity: 0.8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #2C4058 !important;
  letter-spacing: 1px;
  background-size: cover;
  font-size: 1rem;
  border: none;
  margin: 2rem 0 3rem;
}

.bbs .box .item:hover:hover {
  transform: scale(1.08);
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  box-shadow: 2px 2px 20px #cecdcd;
}

.bbs .box .item1 {
  margin: 0 2rem 0 0;
}

.bbs .box .item2 {
  margin: 0 0 0 2rem;
}





/*.node {*/
/*  background: url(../imgs/1068/å“ç‰Œä¼ä¸š.png);*/
/*  margin: 0rem 0 3rem;*/
/*  position: relative;*/
/*}*/

.node .num {
  padding: 0;
  background: #fff;
  position: relative;
  top: -100px;
}

.node .num .numbox {
  padding: 2rem 0;
  margin: 0;
  box-shadow: 2px 2px 15px #ececec;
}

.node .num .numbox .col-xs-3 {
  padding: 0 2rem;
}

.node .num .numbox .col-xs-3:nth-child(1)::before,
.node .num .numbox .col-xs-3:nth-child(2)::before,
.node .num .numbox .col-xs-3:nth-child(3)::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6e6e6;
}

.node .num .numbox .item {
  position: relative;
}

.node .num .numbox .item>p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10%;
  font-size: 1.22rem;
}

.node .box>.text {
  font-size: 1rem;
  color: #4B5562;
  opacity: 0.8;
  margin-top: -1rem;
  text-align: center;
  line-height: 1.8rem;
}

.node .btn1 {
  margin-top: 1rem;
}

.node .box2 {
  display: flex;
  margin-top: 2rem;
}

.node .box2 .item {
  width: 20%;
  padding: 3.4rem;
}

.node .box2 .item .img {
  text-align: center;
}

.node .box2 .item .img img {
  width: 80%;
}

.node .box2 .item .text {
  text-align: center;
}

.node .box2 .item .text h2 {
  font-size: 1.333rem;
  margin: 1.55rem 0;
}

.node .box2 .item .text div {
  font-size: .88rem;
  color: rgba(75, 85, 98, 0.8);
  line-height: 1.6rem;
}

.lianmen {
  height: calc(100vh - 80px);
  /* background: url(../imgs/1068/å“ç‰Œä¼ä¸š.png) no-repeat; */
}

.lianmen .box3 .item {
  display: flex;
  align-items: center;
  margin: 1rem 1rem;
}

.lianmen .box3 .item .img {
  width: 40%;
  max-width: 230px;
}

.lianmen .box3 .item .text {
  width: 60%;
  padding: 0 .6rem;
}

.lianmen .box3 .item .text h2 {
  font-size: 1.333rem;
  margin: 0 0 1.4rem;
}

.lianmen .box3 .item .text div {
  font-size: .88rem;
  color: rgba(75, 85, 98, 0.8);
  line-height: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.lianmen .textOvers::before {
  background: #f9f9f9;
}

.yunshang {
  /* height: calc(100vh - 80px); */
  background: #f9f9f9;
  position: relative;
}

.yunshang .subbox {
  margin-top: 5rem;
 width: 1350px;
 display: flex;
 justify-content: space-between;
}

.yunshang .subbox .item {
  width: 22%;
  height: 100%;
  background-color: rgb(20, 50, 120);
  position: relative;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}

.yunshang .subbox .item:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 2px 2px 20px #cecdcd;
}

.yunshang .subbox .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.yunshang .subbox .item .centerIcon {
  width: 20%;
  margin-top: 15%;
}

.yunshang .subbox .item .p1 {
  color: white;
  font-size: 25px;
  letter-spacing: 3px;
  margin-top: 10%;
}

.yunshang .subbox .item .line {
  width: 8%;
  margin: 0 auto;
  border: 1px solid gray;
}

.yunshang .subbox .item .p2 {
  color: white;
  font-size: 15px;
  margin-top: 5%;
}

.yunshang .subbox .item .bt {
  width: 80%;
  margin-top: 5%;
}

.sence .boxin {
  display: flex;
  align-items: center;
}

.sence .boxin>div {
  width: 50%;
}

.sence .boxin .box1 .img {
  width: 100%;
  padding-bottom: 75.5%;
  overflow: hidden;
  height: 0;
  padding-right: 1rem;
}

.sence .boxin .box1 .img img {
  width: 100%;
}

.sence .boxin .box2 {
  display: flex;
  flex-wrap: wrap;
}

.sence .boxin .box2>.img {
  width: 50%;
  height: 0;
  padding-bottom: calc(36.5%);
  overflow: hidden;
}

.sence .boxin .box2>.img:nth-child(1),
.sence .boxin .box2>.img:nth-child(3),
.sence .boxin .box2>.img:nth-child(2),
.sence .boxin .box2>.img:nth-child(4) {
  padding-right: 1rem;
}

.sence .boxin .box2>.img:nth-child(1),
.sence .boxin .box2>.img:nth-child(2) {
  margin-bottom: 1rem;
}

.sence .boxin .box2>.img img {
  height: fit-content;
  object-fit: cover;
}

.sence .boxin .img {
  display: block;
  position: relative;
}

.sence .boxin .img span {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  font-size: 3rem;
  color: transparent;
}

.sence .boxin .img p {
  position: absolute;
  bottom: 5%;
  left: 2rem;
  color: transparent;
}

.sence .boxin .img:hover img {
  filter: brightness(50%);
}

.sence .boxin .img:hover span,
.sence .boxin .img:hover p {
  color: #fff;
}

.sence .btn1 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.webportal {
  background-image: url(../imgs/portbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 8rem;
}

.webportal .boxin {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  background: #fff;
}

.webportal .boxin .box1 {
  width: 25%;
  background: #fff;
}

.webportal .boxin .box1 .item {
  background: #eee;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  display: block;
}

.webportal .boxin .box2 {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}

.webportal .boxin .box2 .item {
  display: block;
  background: #eee;
  overflow: hidden;
  margin-left: 1rem;
}

.webportal .boxin .box2 .item:nth-child(1),
.webportal .boxin .box2 .item:nth-child(2),
.webportal .boxin .box2 .item:nth-child(3),
.webportal .boxin .box2 .item:nth-child(4) {
  margin-bottom: 1rem;

  
}

.person {
  /* height: calc(100vh - 80px); */
  background: #fff;
}

.person .subtitle {
  font-size: 1.55rem;
  color: #4b5562;
  text-align: center;
  margin-bottom: 4.66rem;


}

.person .box2 {
  position: relative;
  padding: 0 5%;
  /* margin: 10px 0; */
}

.person .swiper-slide img {
  border-radius: 50%;
  box-shadow: 0 0 8px #ccc;
  margin-top: 8px;
}

.person .swiper-slide h2 {
  text-align: center;
  font-size: 16px;
  color: #4B5562;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
width: 170px;
text-align: center;
}

.person .swiper-slide p {
  text-align: center;
  font-size: .88rem;
  color: rgba(75, 85, 98, 0.8);
}

.person .per,
.person .next {
  width: 50px;
}

.person .per {
  position: absolute;
  top: 16%;
  z-index: 20;
  left: 00px;
}

.person .next {
  position: absolute;
  top: 16%;
  z-index: 20;
  right: 0px;
}

.list .swiper-zmzs .swiper-wrapper {
  width: 100%;
}

.list .boxin {
  display: flex;
  flex-wrap: wrap;
}

.list .boxin .img {
  width: 20%;
  padding-right: 1rem;
  height: 0;
  padding-bottom: calc(10%);
  overflow: hidden;
  margin-bottom: 1rem;
}

.list2 {
  background: #fff;
}

#zhezhao {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: .6;
  z-index: 9999;
}

.my-video-dimensions {
  width: 100% !important;
  height: 100% !important;
}

.down img {
  animation: jump 3s infinite;
}

@keyframes jump {
  0% {
    transform: translateY(0px);
  }

  20% {
    transform: translateY(10px);
  }

  40% {
    transform: translateY(15px);
  }

  50% {
    transform: translateY(10px);
  }

  70% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 992px) {
  .swiper-index .swiper-slide {
    width: 100%;
    height: auto;
  }

  .swiper-index .swiper-slide img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }

  .bbs .box {
    width: 90%;
  }

  .node .box2 .item,
  .meetintor .box2 .item {
    width: 50%;
  }

  .node .box2,
  .meetintor .box2 {
    display: flex;
    flex-wrap: wrap;
  }

  .person .next {
    right: -10px;
  }

  .person .per {
    left: -10px;
  }
}

@media (max-width: 768px) {
  .btnstyle2 {
    margin-left: 4rem;
  }

  .newS .box .inbox {
    flex-direction: column;
  }

  .newS .box .item {
    width: 53%;
    margin-bottom: 30px;
  }

  .bbs .box .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .bbs .box .item2 {
    left: 0;
    top: 0;
  }

  .bbs .box {
    width: 50%;
  }
}

#video_dialog {
  display: none;
  position: fixed;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

#video_dialog .close_btn {
  position: absolute;
  right: 1rem;
  top: 0rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  z-index: 10001;
  cursor: pointer;
}

.notice {
  /* margin-top: 30px;
  margin-bottom: 30px;
  width: 80%; */
  width: 1350px;
  margin: 0 auto;
  height: 100px;
  align-items: center;
  /* margin-left: 12%; */
  display: flex;
  justify-content: space-around;
  position: relative;
}

.notice>div>p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #191C3D;
  cursor: pointer;
}

.notice>.noticeImg {
  width: 65px;
  height: 62px;
  /* background: #0052F3;
  border-radius: 0px 25px 0px 25px; */
  position: absolute;
  left: 0;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
}

.notice>div>p:hover {
  color: #0052F3;
}
