﻿.page-swiper {
  width: 100%;
  height: 100%;
}

.page-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.g-title {
	height: 106px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

.g-title:after {
  content: '';
  display: block;
  width: 666px;
	height: 88px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url('../img/title.png') no-repeat center center / contain;
}

.g-title-cn {
  margin-bottom: 21px;
	font-family: SourceHanSansCN-Medium;
	font-size: 52px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 5.2px;
	color: #000000;
}

.g-title-en {
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}

.topBar {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
  /* border-bottom: 1px solid #333333; */
}

.topBar .content {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topBar .content ul {
  width: 964px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topBar .content ul li {
  position: relative;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.topBar .content ul li.active::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 39px;
  height: 3px;
	background-image: linear-gradient(-90deg, 
		#015eea 0%, 
		#00c0fa 100%);
}

.topBar .content ul li a {
  color: #fff;
  display: inline-block;
  padding: 2px 19px;
  border-radius: 10px;
}

.topBar .content ul .active {
  /* color: #088c3d; */
  /* font-weight: 600; */
}

.topBar .fixedBox-btn {
  display: flex;
  justify-content: space-between;
}

.topBar .fixedBox-btn div {
  margin-left: 18px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.topBar .fixedBox-btn div:first-child {
  margin-left: 0;
}

.banner {
  padding-top: 80px;
  width: 100%;
  height: 600px;
  background: url('../img/banner.png') no-repeat center center / cover;
}


.box-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 80px;
  width: 100%;
  height: calc(100%);
}

.dhbg{
  overflow: hidden;
  background: url('../img/dhbg.png') no-repeat center center / cover;
}

/* 大会介绍 */
.dhjs {
}

.dhjs .wrap {}


.dhjs-content {
  margin: 86px auto 0;
  box-sizing: border-box;
  padding: 146px 44px 0 218px;
  width: 1223px;
  height: 340px;
  background: url('../img/dhjs-bg.png') no-repeat center center / cover;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
  text-align: justify;
  text-indent: 2em;
}

/* 大会亮点 */
.dhld {
  padding-top: 81px;
  padding-bottom: 46px;
}

.dhld .wrap {}

.dhld .g-title {
  margin-bottom: 59px;
}

.dhld-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dhld-item {
  position: relative;
	width: 185px;
	height: 499px;
  border-radius: 10px;
}

.dhld-item:nth-child(1) {
  background: url('../img/大会亮点/1.png') no-repeat center center / contain;
}

.dhld-item:nth-child(2) {
  background: url('../img/大会亮点/2.png') no-repeat center center / contain;
}

.dhld-item:nth-child(3) {
  background: url('../img/大会亮点/3.png') no-repeat center center / contain;
}

.dhld-item:nth-child(4) {
  background: url('../img/大会亮点/4.png') no-repeat center center / contain;
}

.dhld-item:nth-child(5) {
  background: url('../img/大会亮点/5.png') no-repeat center center / contain;
}

.dhld-item:nth-child(6) {
  background: url('../img/大会亮点/6.png') no-repeat center center / contain;
}

.dhld-item-title{
  margin-top: 149px;
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #000000;
  text-align: center;
}

.dhld-item-content{
  padding: 0 14px;
  font-family: SourceHanSansCN-Normal;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
  text-align: justify;
}

/* 大会议程 */
.dhyc {
  padding-top: 102px;
  padding-bottom: 83px;
  background: url('../img/dhyc-bg.png') no-repeat center center / cover;
}

.dhyc .g-title {
  margin-bottom: 59px;
}

.dhyc-table-wrap{
  position: relative;
  width: 1200px;
}

.dhyc-title{
  position: absolute;
  left: 0;
  top: 0;
  width: 181px;
  height: 64px;
  font-family: SourceHanSansCN-Regular;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.6px;
	color: #ffffff;
  text-align: center;
}

.dhyc-title1{
  background: url('../img/dhyc-title-bg-01.png') no-repeat center center / contain;
}

.dhyc-title2{
  background: url('../img/dhyc-title-bg-02.png') no-repeat center center / contain;
}


.dhyc-table{
  margin-left: 19px;
  width: 1181px;
	background-image: linear-gradient(-25deg, 
		#fdfdff 0%, 
		#d3e4fd 100%);
}

.dhyc-table table{
  width: 100%;
  padding-top: 60px;
}

.dhyc-table table tr {
}

.dhyc-table table tr td{
  padding: 20px 0;
  font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
  vertical-align: top;
}

.dhyc-table table tr td:first-child{
  text-align: center;
  vertical-align: top;
  font-family: SourceHanSansCN-Bold;
	font-size: 20px;
  font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}

.dhyc-table table tr .table-td-bold{
  min-height: 20px;
  margin-bottom: 11px;
  font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
}

.dhyc-tip{
  margin-top: 29px;
  font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

/* 评选奖项 */
.pxjx {
  padding-top: 90px;
  padding-bottom: 44px;
  background-image: linear-gradient(0deg, 
  #0036e3 0%, 
  #1d4ae5 100%);
}

.pxjx .g-title {
  margin-bottom: 64px;
}

.pxjx .g-title .g-title-cn, .pxjx .g-title .g-title-en{
  color: #fff;
}

.jiangxiang .jiangxinag-title{
  width: fit-content;
  margin: 0 auto 24px;
  padding: 0 6px;
  position: relative;
  font-family: SourceHanSansCN-Bold;
	font-size: 25.99px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2.6px;
	color: #ffffff;
}

.jiangxiang .jiangxinag-title::before{
  content: '';
  display: block;
  width: 69px;
	height: 15px;
  position: absolute;
  left: -69px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/bg-title-left.png') no-repeat center center / contain;
}

.jiangxiang .jiangxinag-title:after{
  content: '';
  display: block;
  width: 69px;
	height: 15px;
  position: absolute;
  right: -69px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/bg-title-right.png') no-repeat center center / contain;
}

.jiangxiang .jiangxiang-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jiangxiang .jiangxiang-list .jiangxiang-item {
  position: relative;
  margin-right: 48px;
  margin-bottom: 48px;
  width: 363px;
	height: 270px;
  background: url('../img/bg-jiangxiang.png') no-repeat center center / contain;
}

.jiangxiang .jiangxiang-list .jiangxiang-item:nth-child(3n) {
  margin-right: 0;
}

.jiangxiang .jiangxiang-item-jieshao {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
	height: 160x;
}

.jiangxiang .jiangxiang-title1 {
  margin-bottom: 11px;
  font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
  text-align: center;
}

.jiangxiang .jiangxiang-title2 {
  font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24.005px;
	letter-spacing: 0px;
	color: #000000;
  text-align: center;
}

.jiangxiang .jiangxiang-item-btn {
  position: absolute;
  left: 50%;
  bottom: 69px;
  transform: translateX(-50%);
  display: block;
	width: 110px;
	height: 26px;
	background-color: #c60000;
	border-radius: 13px;
  font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.jiangxiang .jiangxiang-item-btn:hover {
  background-color: #131011;
}

.jiangxiang .jiangxiang-item-detail {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
	height: 160x;
}

.jiangxiang .jiangxiang-item-detail .jiangxiang-detail-title {
  margin-bottom: 8px;
	font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
  text-align: center;
}

.jiangxiang .jiangxiang-item-detail .jiangxiang-detail-text {
  margin-bottom: 5px;
  font-family: SourceHanSansCN-Light;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18.003px;
	letter-spacing: 0px;
	color: #000000;
  text-align: justify;
}


/* 参会对象 */
.chdx {
  padding-top: 96px;
  padding-bottom: 30px;
  background: #e9f1fc;
}

.chdx .g-title {
  margin-bottom: 58px;
}

.chdx img{
  display: block;
}

/* 往届回顾 */
.wjhg {
  padding-top: 91px;
  padding-bottom: 58px;
  background-image: linear-gradient(0deg, 
		#0036e3 0%, 
		#1d4ae5 100%);
}

.wjhg .g-title {
  margin-bottom: 58px;
}

.wjhg .g-title-en, .wjhg .g-title-cn{
  color: #fff;
}

.wjhg-title-tabs{
  margin-bottom: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #fff;
}

.wjhg-title-tab{
  position: relative;
  width: 260px;
	height: 58px;
  font-family: SourceHanSansCN-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 1.5px;
	color: #ffffff;
  cursor: pointer;
  text-align: center;
}

.wjhg-title-tab.active{
  color: #fff;
  background-image: linear-gradient(90deg, 
  #209cff 0%, 
  #68e0cf 100%);

}

.wjhg-title-tab.active::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, 
  #209cff 0%, 
  #68e0cf 100%);
}

.wjhg-title-tab.active:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 32px;
  height: 22px;
  background: url('../img/icon-01.png') no-repeat center center / contain;
}

.wjhg-content-tabs{

}

.wjhg-content-tab{
  display: none;
}

.img-list{
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.img-list img{
  margin-bottom: 10px;
  width: 393px;
	height: 262px;
}

/* 合作媒体 */
.hzmt {
  padding-top: 87px;
  padding-bottom: 80px;
  background: #eaf1fc;
}

.hzmt .g-title {
  margin-bottom: 59px;
}

/* 联系我们 */
.lxwm {
  padding-top: 133px;
  padding-bottom: 128px;
  background-image: linear-gradient(90deg, 
  #000098 0%, 
  #0001a0 100%);
}
.lianxi .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}

.lianxi .content .titleBox {
  text-align: left;
  color: #fff;
  margin-bottom: 62px;
}

.lianxi .content .titleBox .title {
  margin-bottom: 19px;
	font-family: SourceHanSansCN-Bold;
	font-size: 54px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 5.4px;
	color: #ffffff;
}

.lianxi .content .titleBox .title2 {
  margin-bottom: 21px;
  font-family: SourceHanSansCN-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
}

.lianxi .content .titleBox .line{
  width: 80px;
	height: 4px;
	background-color: #197fff;
}

.lianxi-flex{
  display: flex;
}

.lianxi-item{
  margin-right: 53px;
}

.lianxi-item:last-child{
  margin-right: 0;
}

.lianxi .content .name {
  margin-bottom: 20px;
	font-family: SourceHanSansCN-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}

.lianxi .content .name1 {
  font-size: 22px;
  font-weight: 600;
}

.swiper-container-vertical>.swiper-pagination-bullets{
  margin-right: 55px;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 31px 0 !important; 
}

.swiper-pagination-bullet{
  position: relative !important;
  width: 6px !important;
	height: 6px !important;
  background-color: #a4a4a4 !important;
  opacity: 1 !important;;
}

.swiper-pagination-bullet-active{
  background-color: #ffffff !important;
}

.swiper-pagination-bullet-active:after{
  content: '';
  display: block;
  width: 29px;
	height: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/icon-02.png') no-repeat center center / contain;
}