@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.d-flex {
  display: flex;
}

.w-1600 {
  max-width: 1600px;
  margin: 0 auto;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.w-1600 {
  max-width: 1600px;
  margin: 0 auto;
}

@font-face {
  font-family: UniversNextPro;
  src: url("/static/ccirm/font/Univers Next Pro Medium Condensed.ttf");
}

.home_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 160px;
  height: 100px;
  background: url("/static/ccirm/image/header_bg.png") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 999;
  /* max-width: 1600px; */
}

.home_header .turn_left img {
  width: 385px;
  height: 60px;
  object-fit: cover;
}

.home_header .turn_right ul {
  display: flex;
}

.home_header .turn_right ul li {
  margin-right: 37px;
  position: relative;
}

.home_header .turn_right ul li a {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}

.home_header .turn_right ul li a img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 10px;
}

.home_header .turn_right ul li ol {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100px;
  background: #F5F7FA;
  border-radius: 6px;
  display: none;
  padding: 20px 0;
}

.home_header .turn_right ul li ol li {
  height: 40px;
  margin-right: 0;
}

.home_header .turn_right ul li ol li a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #111111 !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
}

.home_header .turn_right ul li ol li:hover {
  background-color: #DDE5F0;
  border-radius: 6px 6px 0px 0px;
}

.home_header .turn_right ul li ol li:hover a {
  color: #141ED2 !important;
}

.home_header .turn_right ul li:hover a {
  color: #fff;
  opacity: 1;
}

.home_header .turn_right ul li:hover ol {
  display: block;
}

.clamp {
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示三行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
}

.clamp-3 {
  -webkit-line-clamp: 3;
  /* 限制显示三行 */
}

.clamp-4 {
  -webkit-line-clamp: 4;
  /* 限制显示三行 */
}

.common_nav {
  position: relative;
}

.common_nav .team_swiper {
  position: relative;
}

.common_nav .team_swiper .siwper-team {
  width: 100%;
  height: 672px;
}

.common_nav .team_swiper .pagination_team.swiper-pagination {
  position: absolute;
  bottom: 94px;
  display: flex;
  justify-content: center;
}

.common_nav .team_swiper .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.common_nav .team_swiper .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  /* border-radius: 8px; */
  background: white;
  transform-origin: left;
  animation: LeftToRight 2s;
}

.common_nav .team_swiper .swiper-pagination-bullet-active {
  transform: scaleX(1);
}

@keyframes LeftToRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.common_nav .pos_bg {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url("/static/ccirm/image/central_team/pos_bg.png") no-repeat;
  background-size: cover;
}

.footer_common_specia {
  width: 100%;
  height: 214px;
  background: #141ED2;
}

.footer_common_specia .bom-common {
	width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0 30px;
}

.footer_common_specia .bom-common .logo img {
  width: 385px;
  height: 60px;
  object-fit: cover;
}

.footer_common_specia .bom-common .qrcode_content {
  display: flex;
  align-items: center;
}

.footer_common_specia .bom-common .qrcode_content div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_common_specia .bom-common .qrcode_content div img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.footer_common_specia .bom-common .qrcode_content div p {
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 14px;
}

.footer_common_specia .bom-common .qrcode_content div:first-child {
  margin-right: 90px;
}

.footer_common_specia .bom-common .contact h4 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.footer_common_specia .bom-common .contact p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.6;
}

.footer_common_specia .bom-bottom {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.6;
  text-align: center;
}

.top_up {
  position: fixed;
  right: 84px;
  bottom: 200px;
  cursor: pointer;
  z-index: 500;
}

.top_up img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}

.top_up img:last-child {
  display: none;
}

.top_up:hover img:first-child {
  display: none;
}

.top_up:hover img:last-child {
  display: inline;
}

.team-nav .swiper_ccirm {
  width: 100%;
  height: 672px;
}

.team-nav .swiper_content {
  position: relative;
}

.team-nav .swiper_content .swiper-slide {
  /* background-size: cover; */
  background: no-repeat;
  /* padding-top: 246px; */
  background-position: top center;
}

.team-nav .swiper_content .swiper-slide h3 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
}

.team-nav .swiper_content .swiper-slide h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 80px;
}

.team-nav .swiper_content .swiper-pagination {
  position: absolute;
  bottom: 115px;
  display: flex;
  justify-content: center;
}

.team-nav .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.team-nav .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  /* border-radius: 8px; */
  background: white;
  transform-origin: left;
  animation: LeftToRight 2s;
}

.team-nav .swiper-pagination-bullet-active {
  transform: scaleX(1);
}

@keyframes LeftToRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.conference-header {
  width: 86%;
  height: 80px;
  background: #FFFFFF;
  margin: 0 auto;
  transform: translateY(-40px);
  position: relative;
  z-index: 100;
}

.conference-header ul {
  display: flex;
  padding: 32px 82px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.conference-header ul li {
  padding-bottom: 22px;
  border-bottom: 3px solid #FFFFFF;
}
.conference-header ul li ol{
	width: 100%;
	position: absolute;
	top: 83px;
	right: 0px;
	z-index: 50;
    box-shadow: 0px 3px 16px 0px rgba(121, 27, 181, 0.1);
	height: 130px;
	display: none;
	
}
.conference-header ul li ol div{
	display: flex;
	height: 130px;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 15px 0;
}
.conference-header ul li ol.header-menuListBox li{
	width: 290px;
	height: 50px;
	padding-left: 20px;
	position: relative;
	padding-bottom: 0;
}
.conference-header ul li ol.header-menuListBox li a{
	line-height: 50px;
	color: #333333;
	font-size: 14px;
	display: block;
}
.conference-header ul li ol.header-menuListBox li:hover {
  background-color: #ddd;
}

.conference-header ul li ol.header-menuListBox li:hover::after {
  position: absolute;
  content: '';
  height: 24px;
  width: 3px;
  background: #141ED2;
  top: 13px;
  left: 0;
}

.conference-header ul li a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}

.conference-header ul li a:hover {
  color: #141ED2;
}

.conference-header ul li.ac {
  border-bottom: 3px solid #141ED2;
}

.conference-header ul li.ac a {
  color: #141ED2;
}

.conference-header .pos {
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 100;
}

.conference-header .pos div {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.conference-header .pos div img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.conference-header .pos div:last-child {
  margin-top: 15px;
}

.conference-header .list-content {
	width: 100%;
  position: absolute;
  top: 83px;
  right: 0px;
  z-index: 50;
  box-shadow: 0px 3px 16px 0px rgba(121, 27, 181, 0.1);
}

.conference-header .list-content ol {
  
  height: 130px;
  display: none;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 15px 0;
}

.conference-header .list-content ol li {
  width: 300px;
  height: 50px;
  padding-left: 20px;
  position: relative;
}

.conference-header .list-content ol li a {
  line-height: 50px;
}

.conference-header .list-content ol li:hover {
  background-color: #ddd;
}

.conference-header .list-content ol li:hover::after {
  position: absolute;
  content: '';
  height: 24px;
  width: 3px;
  background: #141ED2;
  top: 13px;
  left: 0;
}

.conference-header .list-content ol.ac {
  display: flex;
}

ul.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0 38px;
}

ul.pagination li {
  width: 36px;
  height: 36px;
  background: #F5F7FA;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #FFFFFF;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.pagination li span, ul.pagination li a {
  font-family: PingFang SC;
  font-size: 18px;
  color: #222222;
  line-height: 1;
  width: max-content;
  height: max-content;
  display: block;
}

ul.pagination li.active span {
  color: #141ED2;
}
.wap-menuIocn{
	display: none;
}
#nav-wap,.en{
	display: none;
}
.home_page,.conf_index{
	overflow: hidden;
}
.footer-yd,.footer-gg{
	display: none;
}
.nav-wap,.wap-menuIocn{
	display: none;
}
.conf_index-speaker .swiper-button-prev{
	background: url("/static/ccirm/image/jt-z.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 80px;
}
.swiper-button-next{
	background: url("/static/ccirm/image/jt-y.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 80px;
}
.common_nav .team_swiper img{
	object-fit: cover;
	height: 100%;
}