* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrap {
  background-color: #FCFCFC;
  width: 100%;
  font-size: 0;
  font-family: "HuaweiSans", Microsoft YaHei, Arial, sans-serif;
}

.wrap a,
.wrap a:hover,
.wrap a:visited,
.wrap a:active {
  text-decoration: none;
  outline: none;
}

.wrap .safeplace {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.wrap .pc {
  display: block;
}

.wrap .mb {
  display: none !important;
}

.wrap .page-title {
  position: relative;
  font-size: 48px;
  color: #333333;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

.wrap .page-title::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 2px;
  background: #C7000B;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.wrap .page-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.wrap .page-header.whitebg {
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.wrap .page-header .safeplace {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap .page-header .safeplace .logo {
  width: 112px;
}

.wrap .page-header .safeplace .logo img {
  width: 100%;
}

.wrap .page-header .safeplace .tab {
  display: flex;
  align-items: center;
}

.wrap .page-header .safeplace .tab .item {
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin: 0 10px;
  padding: 10px;
  position: relative;
}

.wrap .page-header .safeplace .tab .item.active {
  color: #C7000B;
}

.wrap .page-header .safeplace .tab .item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  height: 2px;
  width: 70%;
  transform: translateX(-50%);
  background-color: #C7000B;
}

.wrap .page-header .safeplace .tab .convert {
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin: 0 20px;
  padding: 10px;
}

.wrap .page-header .safeplace .tab .convert .an {
  color: #2894FF;
}

.wrap .page-header .safeplace .tab .convert .en {
  color: #666666;
}

.wrap .page-header .safeplace .tab .btn-back-con {
  font-size: 16px;
  color: #666666;
}

.wrap .page-header .safeplace .tab .close {
  display: none;
}

.wrap .page-header .safeplace .hallbtn {
  cursor: pointer;
  padding: 10px 36px;
  background: #C7000B;
  font-size: 18px;
  color: #FFFFFF;
}

.wrap .page-header .safeplace .opre {
  display: flex;
  align-items: center;
  display: none;
}

.wrap .page-header .safeplace .menu {
  display: none;
}

.wrap .page-banner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.wrap .page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .page-intro {
  padding-top: 140px;
}

.wrap .page-intro .content {
  margin-top: 90px;
  position: relative;
}

.wrap .page-intro .content .title-left {
  position: absolute;
  width: 716px;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}

.wrap .page-intro .content .title-left .video {
  width: 100%;
  height: 100%;
}

.wrap .page-intro .content .title-right {
  width: 1061px;
  height: 440px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
  padding: 10px 10px 46px 400px;
  margin-left: 340px;
  background: #F7FAFD;
}

.wrap .page-intro .content .title-right .list1 {
  margin-bottom: 0px;
}

.wrap .page-committee {
  padding-top: 140px;
}

.wrap .page-committee .content {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}

.wrap .page-committee .content .item {
  width: 359px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap .page-committee .content .item .mast {
  width: 359px;
  height: 359px;
}

.wrap .page-committee .content .item .mast img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .page-committee .content .item .name {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.wrap .page-committee .content .item .list {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}

.wrap .page-committee .content .top {
  display: flex;
  justify-content: center;
}

.wrap .page-committee .content .top .item {
  margin: 0 80px;
}

.wrap .page-committee .content .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap .page-committee .content .bottom .item {
  margin: 20px 50px 0 50px;
}

.wrap .page-committee .content .bottom .item:nth-child(1) {
  margin-left: 0;
}

.wrap .page-committee .content .bottom .item:nth-child(3) {
  margin-right: 0;
}

.wrap .page-committee .content .bottom .item:nth-child(4) {
  margin-left: 0;
}

.wrap .page-committee .content .bottom .item:nth-child(6) {
  margin-right: 0;
}

.wrap .page-committee .content .bottom .item:nth-child(7) {
  margin-left: 0;
}

.wrap .page-committee .content .bottom .item:nth-child(9) {
  margin-right: 0;
}

.wrap .page-explain {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrap .page-explain .z1 {
  color: #2894FF;
  border-bottom: 1px solid #2894FF;
  padding-bottom: 2px;
}

.wrap .page-explain .content-notice {
  margin-top: 120px;
  padding-top: 70px;
  position: relative;
  background: rgba(40, 148, 255, 0.03);
}

.wrap .page-explain .content-notice .notice-top {
  position: absolute;
  width: 373px;
  height: 156px;
  top: 5%;
  left: 49%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
  color: #2894ff;
  font-weight: 700;
  padding-top: 26px;
  padding-left: 68px;
  background-image: url("../images/explain-bj1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap .page-explain .content-notice .title {
  height: 72px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 24px;
  background: linear-gradient(90deg, rgba(40, 148, 255, 0) 0%, rgba(40, 148, 255, 0.4) 50%, rgba(40, 148, 255, 0) 100%);
}

.wrap .page-explain .content-notice .cont {
  padding: 20px 40px 40px 40px;
}

.wrap .page-explain .content-notice .cont .p1 {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
}

.wrap .page-explain .content-notice .cont .p2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}

.wrap .page-explain .content-notice .cont .p2 .i {
  font-weight: 700;
}

.wrap .page-explain .content-notice .cont .p2 .s {
  margin-left: 55px;
}

.wrap .page-explain .content-notice .cont .p3 {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  padding-left: 12px;
}

.wrap .page-explain .content-notice .cont .p3::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 12px;
  background: #2894ff;
}

.wrap .page-explain .content-notice .cont .text1 {
  margin-bottom: 40px;
}

.wrap .page-explain .content-zuoping {
  margin-top: 100px;
  padding-top: 70px;
  position: relative;
  background: rgba(40, 148, 255, 0.03);
}

.wrap .page-explain .content-zuoping .notice-top {
  position: absolute;
  width: 835px;
  height: 156px;
  top: 4%;
  left: 49%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
  color: #2894ff;
  font-weight: 700;
  padding-top: 26px;
  padding-left: 117px;
  background-image: url("../images/en-explain-bj.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap .page-explain .content-zuoping .title {
  height: 72px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 24px;
  background: linear-gradient(90deg, rgba(40, 148, 255, 0) 0%, rgba(40, 148, 255, 0.4) 50%, rgba(40, 148, 255, 0) 100%);
}

.wrap .page-explain .content-zuoping .title.active {
  height: 100px;
}

.wrap .page-explain .content-zuoping .cont {
  padding: 20px 40px 40px 40px;
}

.wrap .page-explain .content-zuoping .cont .a1 {
  font-size: 16px;
  color: #666666;
  font-weight: 700;
  line-height: 1.75;
}

.wrap .page-explain .content-zuoping .cont .a2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}

.wrap .page-explain .content-zuoping .cont .a2 .z2 {
  position: relative;
  color: #2894FF;
  border-bottom: 1px solid #2894FF;
}

.wrap .page-explain .content-zuoping .cont .a2 .z2 .i {
  font-size: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.wrap .page-explain .content-zuoping .cont .a2 .z2 .i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .page-explain .content-zuoping .cont .a3 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}

.wrap .page-explain .content-zuoping .cont .auto {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.wrap .page-explain .content-zuoping .cont .auto .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 315px;
  text-align: center;
  height: 103px;
  border-radius: 10px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

.wrap .page-explain .content-zuoping .cont .auto .list .l1 {
  font-weight: 700;
}

.wrap .page-explain .content-zuoping .cont .auto.acc .list {
  width: 248px;
}

.wrap .page-introduce {
  padding-top: 140px;
}

.wrap .page-introduce .text {
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  transform: translateY(70px);
}

.wrap .page-introduce .text.ts {
  font-size: 16px;
  font-weight: 400;
}

.wrap .page-introduce .content {
  margin-top: 90px;
}

.wrap .page-introduce .content .cont-top {
  display: flex;
  justify-content: space-between;
}

.wrap .page-introduce .content .cont-top .item {
  cursor: pointer;
  width: 440px;
  height: 120px;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #999999;
  line-height: 1.3;
  border-bottom: 4px solid #999999;
}

.wrap .page-introduce .content .cont-top .item.active {
  color: #2894FF;
  border-bottom: 4px solid #2894FF;
}

.wrap .page-introduce .content .cont-top .item .i {
  font-weight: 700;
}

.wrap .page-introduce .content .cont-center {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.wrap .page-introduce .content .cont-center .title-left {
  width: 830px;
  height: 308px;
  padding: 29px;
  background-image: url("../images/introduce-bj.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap .page-introduce .content .cont-center .title-left .p1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #333333;
}

.wrap .page-introduce .content .cont-center .title-left .p2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  height: 220px;
  width: 772px;
  overflow: auto;
}

.wrap .page-introduce .content .cont-center .title-left .p2.kuci {
  overflow: auto;
}

.wrap .page-introduce .content .cont-center .title-left .p2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: none;
}

.wrap .page-introduce .content .cont-center .title-left .p2::-webkit-scrollbar-track {
  background: #EEE;
}

.wrap .page-introduce .content .cont-center .title-left .p2::-webkit-scrollbar-thumb {
  background: #2894FF;
  transition: background .3s;
}

.wrap .page-introduce .content .cont-center .title-left .p2::-webkit-scrollbar-thumb:hover {
  background: #2894FF;
}

.wrap .page-introduce .content .cont-center .title-left .p2::-webkit-scrollbar-corner {
  background: none;
}

.wrap .page-introduce .content .cont-center .title-right {
  position: relative;
  width: 548px;
  height: 308px;
  border-radius: 20px;
  overflow: hidden;
}

.wrap .page-introduce .content .cont-center .title-right .vjs-big-play-centered .vjs-big-play-button {
  background-color: rgba(115, 133, 159, 0.5);
}

.wrap .page-introduce .content .cont-bottom {
  margin-top: 20px;
  padding: 30px;
  border-radius: 20px;
  background-color: #FFFFFF;
}

.wrap .page-introduce .content .cont-bottom .p1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #333333;
}

.wrap .page-introduce .content .cont-bottom .cont {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.wrap .page-introduce .content .cont-bottom .cont .swiper-wrapper {
  justify-content: space-between;
}

.wrap .page-introduce .content .cont-bottom .cont .list {
  width: 215px;
  height: 180px;
}

.wrap .page-introduce .content .cont-bottom .cont .list .list-top {
  width: 215px;
  height: 48px;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  text-align: center;
}

.wrap .page-introduce .content .cont-bottom .cont .list .list-top .q1 {
  font-size: 20px;
  margin-bottom: 5px;
}

.wrap .page-introduce .content .cont-bottom .cont .list .list-bottom {
  cursor: pointer;
  width: 215px;
  height: 126px;
  background-image: url("../images/en-introduce-jiantou2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 58px;
}

.wrap .page-introduce .content .cont-bottom .cont .list .list-bottom .a1 {
  padding: 0 20px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
}

.wrap .page-introduce .content .cont-bottom .cont .list .list-bottom .a1.zga {
  font-size: 14px;
}

.wrap .page-introduce .content .cont-bottom .cont .list .list-bottom .a2 {
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  font-size: 700;
}

.wrap .page-introduce .content .cont-bottom .cont .list .list-bottom.dark {
  background-image: url("../images/en-introduce-jiantou.png");
}

.wrap .page-introduce .content .cont-bottom .cont .list:nth-child(3) .list-bottom {
  padding-top: 58px;
}

.wrap .page-introduce .content .cont-bottom .cont .list:nth-child(3) .list-bottom .a1 {
  margin-bottom: 4px;
}

.wrap .page-introduce .content .cont-bottom .cont .list:nth-child(4) .list-bottom, .wrap .page-introduce .content .cont-bottom .cont .list:nth-child(5) .list-bottom, .wrap .page-introduce .content .cont-bottom .cont .list:nth-child(6) .list-bottom {
  padding-top: 46px;
}

.wrap .page-introduce .content .cont-bottom .cont .list:nth-child(4) .list-bottom .a1, .wrap .page-introduce .content .cont-bottom .cont .list:nth-child(5) .list-bottom .a1, .wrap .page-introduce .content .cont-bottom .cont .list:nth-child(6) .list-bottom .a1 {
  margin-bottom: 8px;
}

.wrap .page-introduce .content .cont-bottom .title {
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
}

.wrap .page-introduce .content .cont-bottom .title .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap .page-introduce .content .cont-bottom .title .list .top {
  width: 234px;
  height: 234px;
}

.wrap .page-introduce .content .cont-bottom .title .list .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .page-introduce .content .cont-bottom .title .list .bottom {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  color: #666666;
  padding: 0 60px;
}

.wrap .page-introduce .content .cont-bottom .title .list .bottom .z1 {
  color: #2894FF;
  border-bottom: 1px solid #2894FF;
  padding-bottom: 2px;
}

.wrap .page-introduce .content .cont-bottom .title .list .bottom .s {
  font-size: 16px;
}

.wrap .page-introduce .content .track {
  display: none;
}

.wrap .page-introduce .content .track.active {
  display: block;
}

.wrap .page-contact {
  padding: 140px 0;
  background-image: url("../images/contact-bj2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap .page-contact .title {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
}

.wrap .page-contact .title .z1 {
  color: #2894FF;
  border-bottom: 1px solid #2894FF;
  padding-bottom: 2px;
}
