/*公共样式*/
body {
  font-family: "Microsoft YaHei", Arial, Helvetica;
  font-size: 12px;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
}

.w1920 {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.cl {
  clear: both;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

/************* 首页 *************/

/* 导航 */
#navBar {
  background: #fff;
  padding: 15px 0;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 2px 1px 4px rgba(0,0,0,0.1);
}

#navBar .logoBox img {
  display: block;
  width: 80px;
}

#navBar .navBox {
  padding-left: 130px;
  position: relative;
}

#navBar .navBox li {
  float: left;
  padding-left: 40px;
}

#navBar .navBox li a {
  font-size: 18px;
  line-height: 38px;
  display: block;
}

#navBar .navBox li a:hover {
  color: #2f8be9;
  font-weight: bold;
}

#navBar .navBox li.on a {
  position: relative;
  color: #2f8be9;
  font-weight: bold;
}

#navBar .navBox li.on a::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #2f8be9;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}

#navBar .navBtn a {
  display: inline-block;
  height: 34px;
  text-align: center;
  line-height: 32px;
  padding: 0 32px;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 3px;
}

#navBar .navBtn a.bgBtn {
  background: #fff;
  color: #2f8be9;
  border: 1px solid #2f8be9;
}

#navBar .navBtn a.borderBtn {
  background: #fff;
  color: #2f8be9;
  border: 1px solid #2f8be9;
  box-sizing: border-box;
}

#navBar .navBtn a.bgBtn:hover {
  font-weight: 700;
  border: 2px solid #2f8be9;
}

#navBar .navBtn a.borderBtn:hover {
  border: 1px solid #2f8be9;
  color: #2f8be9;
}
#navBar .navOpen {
  display: none;
  width:36px;
  height: 36px;
  position: absolute;
  top:17px;
  right:20px;
  color:#32405A;
  text-align: center;
  
}
#navBar .navOpen i {
  font-size:36px;
}

#navBlack {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 20, 68, 0.8);
}

/* banner */
#banner {
  margin:0 auto;
  margin-top:70px;
  margin-bottom:60px;
  max-height: 560px;
}
#banner .bannerImg {
  /* max-height: 100%; */
  position: relative;
  text-align: center;
  background-size:cover;
}
#banner .bannerImg img {
  width: 100%;
}

/* #banner .bannerImg .bannerTitle {
  position: absolute;
  left:50%;
  top:20px;
  transform: translateX(-50%);
}
#banner .bannerImg .addressTime {
  position: absolute;
  left:50%;
  top: calc(50% + 60px);
  transform: translateX(-50%);
}

#banner .bannerImg .sponsor {
  position: absolute;
  left:50%;
  bottom: 33px;
  transform: translateX(-50%);
}
#banner .bannerImg .bannerTitle img,
#banner .bannerImg .addressTime img,
#banner .bannerImg .sponsor img {
  width: 100%;
} */

/* activity background */
#main {
  background-color: #fff;
}

#main .title {
  font-size: 36px;
  font-weight: 700;
  color: #183685;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 2px;
  position: relative;
}

#main .title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  background: linear-gradient(to right, #308bea, #03e0eb);
}

#main .activityBg .desc {
  border: 2px solid #0dd0cf;
  padding: 20px;
  margin-bottom: 60px;
}

#main .activityBg .desc p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

#main .activityBg .desc p:nth-child(2) {
  margin: 15px 0;
}

/* activity process */
#main .activityProcess {
  background-color: #f6f8fc;
  padding: 60px 0 50px 0;
}

#main .activityProcess .processTitle span {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  padding: 5px 20px 5px 40px;
  margin-bottom: 20px;
  margin-left: -6px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  background: linear-gradient(to right, #308bea, #03e0eb);
}
#main .activityProcess .processTitle span i {
  font-style: normal;
  position: absolute;
  top:3px;
  left:11px;
  margin-right:10px;
}
#main .activityProcess .processTitle span::before {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: #236dbb transparent transparent transparent;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -4px;
  left: 2px;
}

#main .activityProcess .part1 {
  background-color: #fff;
  padding: 20px 0 30px 0;
  margin-bottom: 20px;
}

#main .activityProcess .processTitle span::after {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -8px;
  right: 13px;
}

#main .activityProcess .processDesc ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0 36px;
  padding-top: 20px;
  margin: 0;
  gap: 10px;
}

#main .activityProcess .processDesc li {
  padding-top: 20px;
  border-top: 2px dashed #c1dcf9;
  position: relative;
  flex: 1;
  text-align: center;
  /* float:left; */
  /* border:1px solid red; */
}

#main .activityProcess .processDesc li img {
  width: 100%;
}

#main .activityProcess .processDesc li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  background-color: #308bea;
  border-radius: 50%;
  z-index: 2;
}

#main .activityProcess .processDesc li::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #308bea;
  z-index: 1;
}

#main .activityProcess .part2 {
  background-color: #fff;
  padding: 20px 0 30px 0;
  margin-bottom: 20px;
}

#main .activityProcess .part2 p {
  padding: 10px 34px 10px 42px;
  font-size: 18px;
  line-height: 1.5;
}

          
/* activity plan */
#main .activityPlan {
  padding: 60px 0;
}

#main .activityPlan .content {
  text-align: center;
}

#main .activityPlan .planTitle {
  display: inline-block;
  text-align: center;
  padding: 5px;
  margin-bottom: 24px;
  color: #2f8be9;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(to top,
      rgba(3, 224, 235, 0.2) 0%,
      transparent 100%);
}
#main .activityPlan .planDesc {
  padding:15px;
}
#main .activityPlan .planDesc p {
  text-align: justify;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 18px;
}

#main .activityPlan .planInfo {
  margin-top: 6px;
  padding:0 15px;
}

#main .activityPlan .planInfo .planInfoTitle ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 24px 0;
  gap: 10px;
}

#main .activityPlan .planInfo .planInfoTitle ul>li {
  flex: 1;
  height: 52px;
  font-size: 20px;
  line-height: 52px;
  color: #30323a;
  border: 1px solid #2f8be9;
}

#main .activityPlan .planInfo .planInfoTitle li.on {
  position: relative;
  height: 54px;
  border: 0;
  color: #fff;
  font-weight:700;
  background: linear-gradient(to right, #308bea, #03e0eb);
}

#main .activityPlan .planInfo .planInfoTitle li.on::after {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: #1daeea transparent transparent transparent;
  position: absolute;
  bottom: -19px;
  left: 50%;
}

#main .activityPlan .planInfo .planDetail {
  display: none;
  background-color: #f6f8fc;
  padding: 16px;
  border-bottom: 2px solid #0bd2eb;
}

#main .activityPlan .planInfo .planDetail.on {
  display: block;
}

#main .activityPlan .planInfo .planDetail ul {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;

}

#main .activityPlan .planInfo .planDetail ul li {
  border: 0;
  flex: 1;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  border-bottom: 1px solid #d9dde6;
  text-align: left;
  font-size: 16px;
  color: #595b61;
  display: flex;
}

#main .activityPlan .planInfo .planDetail ul li span {
  font-weight: 400;
}

#main .activityPlan .planInfo .planDetail ul li label {
  width: 100px;
}

#main .activityPlan .planInfo .planDetail ul li:nth-child(4)>label {
  width: 145px;
  text-wrap: nowrap;
  padding-right:20px;
  box-sizing: border-box;
}

/* activity Agenda */
#main .activityAgenda {
  padding:0 10px;
}
#main .activityAgenda .content{
  padding:0;
  margin-bottom: 60px;
  background-color: #F4F4F9;
}
#main .activityAgenda .content .agendaTitle {
  color:#2F8BE9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin:20px 0 16px 0;
}

#main .activityAgenda .content .agendaTimeAndAddress {
  text-align: center;
  margin-bottom:20px;
}
#main .activityAgenda .content .agendaTimeAndAddress span{
  font-size:18px;
  color:#060606;
}
#main .activityAgenda .content .agendaTimeAndAddress span:first-child{
  margin-right:20px;
}
#main .activityAgenda .content .agendaTimeAndAddress span i {
  font-style: normal;
  font-weight: 700;
}
#main .activityAgenda .agendaList ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main .activityAgenda .agendaList ul li {
  flex:1;
  display: flex;
  justify-content: left;
  font-size:16px;
  line-height: 48px;
  padding:0 12px;
  box-sizing: border-box;
}
#main .activityAgenda .agendaList ul li .time {
  flex:1;
  height: 48px;
}
#main .activityAgenda .agendaList ul li .aTitle {
  flex:3;
  padding-right:8px;
}
#main .activityAgenda .agendaList ul li .speaker {
  flex:3;
}
#main .activityAgenda .agendaList ul li:first-child {
  background-color: #2F8BE9;
  color:#FFF;
}
#main .activityAgenda .agendaList ul li:nth-child(2n) {
  background-color: #FFF;
}

/*  activity Speaker */
#main .activitySpeaker {
  padding-bottom:60px;
}

#main .activitySpeaker .content .speakerList ul {
  display:flex;
  padding-top:6px;
  flex-direction: row;
  justify-content: space-between;
  gap:16px;
  flex-wrap: wrap;
}
#main .activitySpeaker .speakerList ul li {
  flex:1;
  text-align: center;
}
#main .activitySpeaker .speakerList .photo {
  padding:0 10px 10px;
  text-align: center;
}
#main .activitySpeaker .speakerList .photo img {
  width: 100%;
}
#main .activitySpeaker .speakerList p {
  font-size:16px;
  padding:3px 0;
  
}
#main .activitySpeaker .speakerList p:first-child {
  color:#2F8BE9;
  font-size:20px;
  font-weight: 700;
}

#main .activitySpeaker .speakerList .desc {
  font-size:14px;
  text-align: left;
  margin-top:5px;
  padding:10px;
  background-color: #F4F4F9;
}


/* activity report */

#main .activityReport {
  background-color: #f6f8fc;
  padding: 60px 0 50px 0;
  text-align: center;
}

#main .activityReport ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

#main .activityReport ul li {
  flex: 0 0 calc(25% - 15px);
  text-align: left;
}

#main .activityReport ul li img {
  width: 100%;
}

#main .activityReport ul li .text {
  padding: 15px;
  background-color: #fff;
}

#main .activityReport ul li .text p {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(45, 46, 66, 0.7);
}

#main .activityReport ul li:nth-child(n + 5) {
  display: none;
}

#main .more {
  margin: 24px 0 24px 0;
  text-align: center;
  width: 180px;
  height: 45px;
  line-height: 45px;
  color: #2f8be9;
  border: 1px solid #2f8be9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#main .more::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #2f8be9;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: rotateZ(45deg);
}

#main .more::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #2f8be9;
  position: absolute;
  top: 50%;
  left: 57px;
  transform: rotateZ(-45deg);
}

#main .hidden {
  display: none;
  margin: 24px 0 24px 0;
  text-align: center;
  width: 180px;
  height: 45px;
  line-height: 45px;
  color: #2f8be9;
  border: 1px solid #2f8be9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#main .hidden::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #2f8be9;
  position: absolute;
  bottom: 50%;
  left: 60px;
  transform: rotateZ(-45deg);
}

#main .hidden::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #2f8be9;
  position: absolute;
  bottom: 50%;
  left: 67px;
  transform: rotateZ(45deg);
}

/* photo Gallery */
#main .photoGallery {
  padding: 60px 0 50px 0;
  text-align: center;
}

#main .photoGallery ul {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}

#main .photoGallery ul li {
  flex: 0 0 calc(25% - 5px);
  text-align: left;
}

#main .photoGallery ul li img {
  width: 100%;
}

#main .photoGallery ul li:nth-child(n + 9) {
  display: none;
}

#main .contactMe {
  background-color: #f6f8fc;
  padding: 60px 0 50px 0;
  text-align: center;
}

#main .contactMe .centent .info {
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #2f8be9, #03fbfe);
}

#main .contactMe .centent .contact {
  height: 120px;
  padding: 30px 24px;
  box-sizing: border-box;
  background-color: #fff;
}

#main .contactMe .centent .contact ul {
  display: flex;
}

#main .contactMe .centent .contact ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .contactMe .centent .contact .phone {
  width: 60px;
  height: 60px;
  background: url(../images/phone.png) no-repeat center center;
  background-size:contain;
}
#main .contactMe .centent .contact .email {
  width: 60px;
  height: 60px;
  background: url(../images/email.png) no-repeat center center;
  background-size:contain;
}

#main .contactMe .centent .contact .text {
  padding: 10px;
  font-size: 18px;
  height: 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main .contactMe .centent .contact .text p:first-child {
  color: #2f8be9;
  font-weight:700;
}

.footer {
  height: 152px;
  color: #2d2927;
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
  box-sizing: border-box;
}
.footer p img {
  width:16px;
}
.footer p {
  line-height:24px;
}

.register {
  display: none;
  padding:12px 16px;
  width:100%;
  height: 60px;
  background:rgba(255,255,255,0.7);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
  z-index: 10;
  position: fixed;
  left:0;
  bottom: 0;
  box-sizing: border-box;
}
.register .reBtn{
  height:36px;
  color:#FFF;
  font-size:16px;
  line-height: 36px;
  text-align: center;
  background-color: #2F8BE9;
}
.register .reBtn a {
  color:#FFF;
}

