.wrap {
  width: 1200px;
}
.intro {
  background-color: #fff;
  padding: 30px 0;
}
.intro .wrap {
  width: 1395px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 12px 5px #e9eaf7;
  padding: 45px 100px;
}
.intro .para2 {
  color: #242424;
}
.intro .para {
  padding-top: 0;
  padding-bottom: 0px;
}
#whcp {
  background: #fff;
}
#whcp .whcp_cpntont_item_top {
  width: 100%;
}
#whcp .whcp_cpntont_item_top .icon_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#whcp .whcp_cpntont_item_top .icon_box li {
  text-align: center;
}
#whcp .whcp_cpntont_item_top .icon_box li img {
  width: 145px;
  height: auto;
}
#whcp .whcp_cpntont_item_top .icon_box li > div {
  font-size: 22px;
  font-weight: 600;
  color: #878787;
}
#whcp .whcp_cpntont_item_top .icon_box li > .img1 {
  margin-bottom: 20px;
  display: none;
}
#whcp .whcp_cpntont_item_top .icon_box li > .img2 {
  display: block;
  margin-bottom: 20px;
}
#whcp .whcp_cpntont_item_top .icon_box .active > .img1 {
  display: block;
}
#whcp .whcp_cpntont_item_top .icon_box .active > .img2 {
  display: none;
}
#whcp .whcp_cpntont_item_top .icon_box .active > div {
  background-image: -webkit-linear-gradient(right, #00d5fc, #d86dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#whcp .whcp_cpntont_item_top .content {
  width: 100%;
  margin-top: 45px;
}
#whcp .whcp_cpntont_item_top .content li {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 70px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  background-image: linear-gradient(to right, #00c0ff, #fa69ff);
}
#whcp .whcp_cpntont_item_top .content li:first-child {
  display: block;
}
.award2 {
  padding-bottom: 150px;
  background: url('../img2022/wic_08.png') no-repeat bottom;
  background-size: cover;
}
.award2 .table {
  padding-bottom: 0;
  border-radius: 20px;
}
.award2 .zt_bg {
  height: 146px;
  width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box;
  color: #fff;
  font-size: 26px;
  display: flex;
  padding-left: 65px;
  flex-direction: column;
  justify-content: center;
  background: url('../img2022/zhuanti.png') no-repeat bottom;
}
.award2 .table_title {
  height: 60px;
}
.award2 .award2_contont {
  overflow: hidden;
}
.eap {
  background: #fff url('../img2022/guihua_bg.png') no-repeat center bottom;
}
.eap_cont_item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
  line-height: 0;
}
.eap_cont_item_lable {
  position: unset;
}
.eap_cont_item_trans {
  color: #242424;
  font-size: 18px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  padding-top: 10px;
}
.eap_cont {
  padding-bottom: 60px;
}
.nypw {
  background: #fff url('../img2022/zhuanjia_bg.png') no-repeat center bottom;
  background-size: 100% 100%;
}
.nypw_contont_item .name {
  color: #fff;
}
.ljhg {
  height: 700px;
  background-color: #fff;
}
.ljhg .con {
  padding-bottom: 60px;
  background-color: transparent;
}
.ljhg .con p {
  border: none;
}
.xctg {
  background: #fff;
}
.xctg .left img {
  width: 495px;
  height: auto;
}
.xctg .xctg_cont {
  padding-bottom: 0;
  display: flex;
}
.xctg .xctg_cont ul li {
  padding-left: 100px;
  font-size: 16px;
  color: #323333;
  line-height: 30px;
  margin-bottom: 30px;
}
.xctg .xctg_cont ul li i {
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
.meeting-lookback {
  background: url('../img2022/wj_bg.png') center bottom;
}
.link_we {
  background: url('../img2022/us_bg.png') no-repeat center #fff;
}
.link_we .contact .contact_left h1,
.link_we .contact .contact_left h1 span,
.receiver_type,
.receiver_one_p,
.link_we .contact .contact_right p {
  color: #fff;
}
.line_bottom {
  background-image: linear-gradient(to right, #00c0ff, #fa69ff);
  height: 14px;
}
.link_we .contact .contact_right p {
  margin-top: 10px;
}
.yaofeng {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 2%;
  z-index: 100;
  height: auto;
  /* background-color: #000; */
}
.yaofeng .wrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .yaofeng {
    display: inherit;
  }
}
.banner::after {
  content: '';
  position: absolute;
  height: 150%;
  width: 100px;
  left: -200px;
  top: -200px;
  background-color: #f7f7f780;
  filter: blur(60px);
  transform: rotate(35deg);
  animation: flash 10s infinite linear;
  z-index: 9999;
}
@keyframes flash {
  0% {
    left: -50%;
    top: -200px;
  }
  50% {
    left: 50%;
    top: -200px;
  }
  75% {
    left: 100%;
    top: -200px;
  }
  100% {
    left: 150%;
    top: -200px;
  }
}
.nav {
  z-index: 99999999;
  background-color: #111756;
}
.nav .nav-items .top_text a {
  font-weight: 500;
}
.nav .nav-items .top_text a span {
  height: 100%;
  width: auto;
  display: inline-block;
  border-radius: 0;
  padding: 0 14px;
}
.nav.flxed {
  background-color: #111756;
}
.banner {
  height: 960px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0;
  background: #fff url('../img2022/banner_bg.png') no-repeat center top;
}
.banner .cn {
  line-height: 84px;
  font-size: 84px;
  font-weight: 900;
  padding-bottom: 20px;
}
.banner .en {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 300px;
  text-transform: uppercase;
  font-weight: 300;
}
.banner .time {
  font-size: 24px;
}
.banner .time span {
  display: inline-block;
  margin-right: 70px;
  margin-bottom: 24px;
}
.banner .time img {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: auto;
  margin-right: 20px;
}
.banner .home {
  width: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .img_box {
  position: relative;
}
.mySwiper .guanzhong {
  height: 605px;
  width: 100%;
  box-sizing: border-box;
  background: url('../img2022/guanzhong_bg.png') no-repeat;
}
.mySwiper .zhanwei {
  height: 605px;
  width: 100%;
  box-sizing: border-box;
  background: url('../img2022/zhanwei_bg.png') no-repeat;
}
.mySwiper .link {
  padding-top: 360px;
}
.mySwiper .link a {
  font-size: 42px;
  line-height: 42px;
  padding: 15px 35px;
  display: inline-block;
  color: #2b1da9;
  background-color: #ffe409;
  border-radius: 50px;
}
.mySwiper .link a img {
  display: inline-block;
  width: 33px;
  height: auto;
}
.mySwiper .time_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.mySwiper .time_box li {
  position: absolute;
  bottom: 0;
  width: 48%;
  height: 100px;
  font-size: 30px;
  color: #fff;
  box-sizing: border-box;
}
.mySwiper .time_box .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  left: 0;
  padding-right: 70px;
  background-image: linear-gradient(to right, #0000, #a700ff);
}
.mySwiper .time_box .left i {
  width: 68px;
  height: 68px;
  font-style: normal;
  display: inline-block;
  background-color: #fff;
  margin: 0 30px;
  border-radius: 100px;
  color: #a202fb;
  line-height: 68px;
  text-align: center;
}
.mySwiper .time_box .right {
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-image: linear-gradient(to left, #0000, #01cbff);
  line-height: 100px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 70px;
}
