/*css重置*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
small {
  margin: 0;
  padding: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
}
body {
  word-break: break-word;
  font: 14px/1.5 "PT Sans", "Helvetica Neue", arial, "Microsoft Yahei", "微软雅黑", 'Hiragino Sans GB', tahoma, sans-serif;
  color: #333333;
  text-align: justify;

}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  overflow: hidden;
  font-weight: normal;
}
input,
select {
  vertical-align: middle;
  font-size: 12px;
}
ol,
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
img {
  border: 0;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hidden {
  display: none;
}
body {
  word-break: break-word;
  margin: 0 auto;
  text-align: left;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  color: #1679de;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .pad50{
    padding:50px;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-text2 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow-text3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.lineheight280{
  line-height: 2.8;
}
.jigou-tit {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.w-container {
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.common-title {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #066fef;
}
.common-more {
  padding: 10px 25px;
  background-image: linear-gradient(90deg, #005fff 0%, rgba(0, 0, 0, 0) 100%);
  display: inline-block;
  transition: all 0.3s linear;
  color: #ffffff;
}
.common-more:hover {
  background-image: linear-gradient(90deg, rgba(46, 164, 238, 0.6) 0%, rgba(84, 197, 207, 0.2) 100%);
}
.nav-box {
  position: fixed;
  top: 0;
  z-index: 11;
  background: #f7f9fb;
}
.nav-box.on {
  background-color: #f7f9fb !important;
  box-shadow: 0px 3px 9px 1px rgba(186, 186, 186, 0.66) !important;
  z-index: 1000;
}
.nav {
  height: 96px;
}
.nav .wap-switch {
  display: none;
}
.nav .wap-switch-input {
  display: none;
}
.nav .logo {
  width: 250px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nav .nav-list {
  width: calc(100% - 256px - 245px);
  padding: 0 30px;
  box-sizing: border-box;
  height: 96px;
  display: flex;
  justify-content: space-between;
}
.nav .nav-list li {
  float: left;
  line-height: 96px;
  font-size: 14px;
  position: relative;
}
.nav .nav-list li a {
  padding: 0 10px;
  color: #000000;
  position: relative;
  display: block;
  text-transform:uppercase;
  letter-spacing: 0.02rem;
}
.nav .nav-list li a .big{
  font-size: 18px;
}
.nav .nav-list li:hover a .big{
  font-size: 14px;
}
@media (min-width: 1024px){
  .nav .nav-list li a.circle:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #000000;
    transition: all 0.2s linear;
  }
  .nav .nav-list li a:hover.circle:before {

    background-color: #1679de;
    border: 1px solid #1679de;
    transition: all 0.2s linear;
  }
}

.nav .nav-list li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 0;
  height: 4px;
  background-color: #017CFE;
  transition: all 0.2s linear;
}
.nav .nav-list li:hover > a,
.nav .nav-list li.selected > a {
  color: #017CFE;
}
.nav .nav-list li:hover > a:after,
.nav .nav-list li.selected > a:after {
  width: 0px;
  margin-left: -12px;
}
/*.nav .nav-list li:hover .sub-nav-list {*/
/*  display: block;*/
/*}*/
/*.nav .nav-list li .sub-nav-list {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 96px;*/
/*  padding: 0 2px;*/
/*  width: 260px;*/
/*  box-sizing: border-box;*/
/*  margin-left: -130px;*/
/*  background-color: #fff;*/
/*  z-index: 2;*/
/*  box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.5);*/
/*  border-radius: 5px;*/
/*  display: none;*/
/*  font-size: 0.9em;*/
/*}*/
.nav .nav-list li .sub-nav-list {
  position: absolute;
  left: 50%;
  background: #fff;
  width: 260px;
  z-index: 999;
  padding: 0 2px;
  margin-left: -130px;
  /*-webkit-transform: perspective(600px) rotateX(-90deg);*/
  /*transform: perspective(600px) rotateX(-90deg);*/
  /*-webkit-transform-origin: top;*/
  /*-ms-transform-origin: top;*/
  /*transform-origin: top;*/
  /*opacity: 0;*/
  /*visibility: hidden;*/
  -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
  box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.main-menu>ul>li .dropdown li ul.sub-dropdown {
  left: 100%;
  top: 20px;
  visibility: hidden;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  opacity: 0
}

.main-menu>ul>li .dropdown li:hover ul.sub-dropdown {
  visibility: visible;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  display: block;
  opacity: 1;
  top: 0
}
/*.nav .nav-list li:hover .sub-nav-list {*/

/*  opacity: 1;*/
/*  visibility: visible;*/
/*  -webkit-transform: perspective(600px) rotateX(0);*/
/*  transform: perspective(600px) rotateX(0);*/
/*  -webkit-transition: .3s;*/
/*  -o-transition: .3s;*/
/*  transition: .3s*/
/*}*/


.nav .nav-list li .sub-nav-list:before {
  position: absolute;
  left: 50%;
  top: -6px;
  width: 0;
  height: 0px;
  content: '';
  /*border-style: solid;*/
  /*border-width: 6px;*/
  /*border-color: transparent transparent #fff #fff;*/
  /*transform: rotate(135deg);*/
  /*box-shadow: -2px 2px 3px rgba(0, 64, 150, 0.3);*/
}
.nav .nav-list li .sub-nav-list a {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.nav .nav-list li .sub-nav-list a:hover,
.nav .nav-list li .sub-nav-list a.selected {
  color: #ffffff;
  background: #017CFE;
}
.nav .lang {
  width: 70px;
  height: 24px;
  position: relative;
  top: 52%;
  text-align: center;
  transform: translateY(-50%);
  background-color: #dfe2e6;
  color: #000000;
  font-size: 0;
}
.nav .lang a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
}
.nav .lang a.selected {
  background-color: #1d4d9e;
  color: #fff;
}
.swiper-container {
  max-width: 100%;
  margin: 0 auto;
}
.swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  padding-top: 41.7%;
  position: relative;
}
.swiper-container .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-pagination-bullets {
  padding-left: 30px;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  font-style: italic;
  color: #ffffff;
  opacity: 0.52;
  font-size: 24px;
  padding: 0 40px;
  margin: 10px;
  border-radius: 0;
  border-bottom: 5px solid #fff;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #003399;
  opacity: 1;
  border-color: #003399;
}
/*新banner*/
.banner {
  /*overflow: hidden;*/
  position: relative;
  z-index: 0;
  margin-top: 96px;
}
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner-swiper .slide1 .txt {
  top: 40%;
}
.banner-swiper .txt * {
  color: #fff;
}
.banner-swiper figure{
  margin-bottom: 0;
}
.banner-swiper .txt p {
  font-weight: 200;
}
.banner-swiper .txt .en {
  font-family: 'Gilroy';
  font-weight: normal;
  text-transform: uppercase;
}
.banner-swiper .video {
  position: absolute;
  right: 1.6%;
  bottom: 7.1%;
  width: 13%;
  cursor: pointer;
  z-index: 2;
}
.banner-swiper .video .icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-swiper .video .icon i {
  font-size: 12px;
  color: #fff;
}
.banner-swiper .arrow-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 10;
}
.banner-swiper .arrow-btn i {
  color: #fff;
  font-size: 23px;
}
.banner-swiper .arrow-btn i .icon-jiantou{
  font-size: 16px;
}
.banner-swiper .arrow-btn [class^="icon-"]:before, .banner-swiper .arrow-btn [class*=" icon-"]:before{
  font-size: 20px;
}
.banner-bot{
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1680px) {
  .banner-swiper .arrow-btn i {
    font-size: 20px;
  }
}
.banner-swiper .prev {
  left: 0;
}
.banner-swiper .next {
  right: 0;
}
.banner-swiper .scroll {
  bottom: 2.3%;
  z-index: 10;
}
.banner-swiper .scroll p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 9px;
}
.banner-swiper .scroll .line {
  -webkit-animation: mouse 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite 0.3s;
  animation: mouse 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite 0.3s;
}
.banner-swiper:hover .arrow-btn {
  opacity: 1;
  visibility: visible;
}
.banner-swiper:hover .prev {
  left: 1.6%;
}
.banner-swiper:hover .next {
  right: 1.6%;
}
.lt50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.t50 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tac {
  text-align: center;
}
.c1 {
  width: 72.9vw;
  margin: 0 auto;
}
.tips {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.scroll-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2em;
  width: 1.2em;
  margin: 0 auto;
  font-size: 22px;
  color: rgba(1, 124, 254, 0.87);
  border-radius: 2em;
  border: solid 2px;
  -webkit-transition: .4s;
  transition: .4s;
}
.scroll-icon::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: rgba(1, 124, 254, 0.89)
  border-radius: 50%;
  -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}

@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/**/
.notice-list {
  height: 50px;
  line-height: 50px;
  background-color: #afce40;
}
.notice-list .TickerNews {
  width: 100%;
}
.notice-list .leftside {
  font-size: 16px;
  color: #000000;
  width: 120px;
  font-weight: bold;
  text-align: left;
}
.notice-list .ti_wrapper {
  width: calc(100% - 120px);
  position: relative;
  overflow: hidden;
}
.notice-list .ti_wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: linear-gradient(to left, #afce40, rgba(175, 206, 64, 0));
}
.notice-list .ti_slide {
  position: relative;
  left: 0;
  top: 0;
}
.notice-list .ti_content {
  position: relative;
  float: left;
  font-size: 16px;
  width: 999999px;
}
.notice-list .ti_news {
  float: left;
}
.notice-list .ti_news a {
  display: block;
  margin-right: 30px;
  color: black;
  text-decoration: none;
  font-family: geneva;
}
.btn-box {
  display: flex;
  flex-wrap: wrap;
}
.btn-box .btn-link {
  flex: 1;
  width: calc(100% / 6 - 150px / 6);
  height: 110px;
  margin-right: 30px;
  box-sizing: border-box;
  padding: 20px 15px 20px 25px;
  background-image: url(../images/fast-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 30px;
  position: relative;
  transition: all 0.15s linear;

}
.btn-box .btn-link:last-child {
  margin-right: 0;
}
.btn-box .btn-link:nth-child(odd) {

}
.btn-box .btn-link:nth-child(even) {

}
.btn-box .btn-link p {
  line-height: 23px;
  color: #262626;
  font-size: 20px;
  font-weight: bold;
}
.btn-box .btn-link i {
  font-size: 13px;
  color: #157adf;
  position: absolute;
  left: 25px;
  bottom: 15px;
}
.btn-box .btn-link img {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 1;
}
.btn-box .btn-link:hover:nth-child(odd) {
  background-image: linear-gradient(135deg, #157adf 0%, #4c9eef 42%, #83c2ff 100%);
}
.btn-box .btn-link:hover:nth-child(even) {
  background-image: linear-gradient(135deg, #157adf 0%, #4c9eef 42%, #83c2ff 100%);
}
.btn-box .btn-link:hover p,
.btn-box .btn-link:hover i {
  color: #fff;
}
/*数据*/
.bg-date{
  background: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 50px;
}
.counter{
  color: #3565f3;
  font-weight: bold;
  font-size: 1.52rem;
}
.statistics_item_num{
  text-align: center;
}
.statistics_item_num .icon {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(1, 124, 254, 0.1);
}
@media screen and (max-width:768px){
  .date-count{
    margin-top: 20px;
  }
  .date-count .col-sm-6{
    width: 50%;
    margin-bottom: 10px;
  }
}
/*数据 end*/
/*主办单位*/
.zb-scroll{padding: 10px 0 50px 0;}
.zb-text{color:#212121;font-size: 12px;}
.zuzhi-dw{
  color: #333333;
  font-size: 15px;
}
.marquee-slider-wrap .logo-inner img{width:180px}
@media only screen and (max-width:767px){.marquee-slider-wrap .logo-inner img{width:150px}}.marquee-slider .swiper.marquee-slider-wrap:before{position:absolute;content:"";width:85px;left:-48px;height:125px;background:#000;top:0;z-index:9999;background:linear-gradient(91deg,#fff 0,#fff 65%,rgba(255,255,255,0) 100%)!important}.marquee-slider .swiper.marquee-slider-wrap{position:relative}.marquee-slider .swiper.marquee-slider-wrap:after{position:absolute;content:"";width:85px;left:initial;right:0;height:125px;background:#000;top:0;z-index:9999;background:-webkit-gradient(linear,right top,left top,color-stop(0,#fff),color-stop(65%,#fff),to(rgba(255,255,255,0)))!important;background:linear-gradient(270deg,#fff 0,#fff 65%,rgba(255,255,255,0) 100%)!important}

.marquee-slider .swiper-wrapper{-webkit-transition-timing-function:linear!important;transition-timing-function:linear!important;position:relative}
.marquee-slider .swiper-slide{width:230px}
@media only screen and (max-width:1024px){.marquee-slider .swiper-slide{width:180px}}
@media only screen and (max-width:767px){
  .marquee-slider .swiper-slide{
    width:120px;
    padding: 0 5px;}
}
.marquee-slider-outerWrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.marquee-slider-outerWrap.layout-2{margin:0 -25px}.marquee-slider-outerWrap .marquee-slider-left{width:75%;padding:0 25px}.marquee-slider-outerWrap .marquee-slider-right{width:25%;padding:0 25px}.marquee-slider .marquee-inner{width:100%;height:auto;background:#fff;border-radius:0;margin:auto;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.marquee-slider .marquee-inner h3{display:block;font-size:50px;font-size:2.25rem;font-weight:600;margin-bottom:35px}@media only screen and (max-width:1024px){.marquee-slider .marquee-inner h3{font-size:30px;font-size:1.875rem}}.marquee-slider .marquee-inner p{margin-bottom:0}@media only screen and (max-width:576px){.marquee-slider .marquee-inner{width:100%;height:auto;border:0;background-color:#fff;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 24px}}.marquee-slider .marquee-content{width:332px;height:332px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px dashed #3bd4ae;background:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;position:absolute;z-index:8;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:576px){.marquee-slider .marquee-content{position:static;width:100%;height:auto;border:0;-webkit-backdrop-filter:unset;backdrop-filter:unset;background-color:#fff;-webkit-transform:none;transform:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.marquee-slider .marquee-content h3,.marquee-slider .marquee-content p{font-size:16px;font-style:normal;font-weight:800;letter-spacing:.32px;text-transform:uppercase;color:#b1b5c3}}
.component__home-intro{background-color:#fafbff;position:relative;overflow:hidden}
/*快速导航*/
/*快速通道*/
.bg-fast{

}
.fast-way {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
bottom: -60px;
  width: 100%;
translate(-50%,-50%);
overflow: hidden;
  padding: 5px 2px;
  background: #FFFFFF;
  box-shadow: 1px 2px 9px #dedede;
}
.fast-way .fast-item {
  float: left;
  /* width: 25%; */
  padding-left: 2px;
  padding-right: 2px;
  /*box-shadow: 0 0 6px #dedede;*/

}
.fast-way.fast-1 .fast-item {
  width: 100%;
}
.fast-way.fast-2 .fast-item {
  width: 50%;
}
.fast-way.fast-3 .fast-item {
  width: 33.33%;
}
.fast-way.fast-4 .fast-item {
  width: 25%;
}
.fast-way.fast-5 .fast-item {
  width: 20%;
}
.fast-way.fast-6 .fast-item {
  width: 16.66%;
}
.fast-way.fast-7 .fast-item {
  width: 14.28%;
}
.fast-way.fast-8 .fast-item {
  width: 12.5%;
}


.fast-way .fast-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px 15px;
  position: relative;
  cursor: pointer;
}

.fast-way .fast-item a .fast-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.fast-way .fast-item:nth-of-type(n) a .fast-bg {
  background:#ffffff;
}
.fast-way .fast-item:nth-of-type(2n) a .fast-bg {
  background:#ffffff;

}
.fast-way .fast-item a:hover .fast-bg {}
.fast-way .fast-item a .i-box {
  /*width: 65px;*/
  /*height: 65px;*/
  /*line-height: 65px;*/
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fast-way .fast-item a .i-box img{
  max-height: 65px;
  max-width: 100%;
  display: inline-block;
}
.fast-way .fast-item a .i-box i{
  /*font-size: 60px;*/
  /*display: inline-block;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*line-height: 65px;*/
  padding-right: 5px;
}
.fast-way .fast-item a .i-box [class^="icon-"]:before, [class*=" icon-"]:before{
  font-size: 48px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 65px;
  vertical-align: top;
}
.fast-way .fast-item a .i-box .i-box-icon i{
  display: inline-block;
  width: 80px;
  height: 58px;
}
.fast-way .fast-item a .i-box i.fast-lw{
  background: url(../images/fast-lw.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-ch{
  background: url(../images/fast-ch.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-cz{
  background: url(../images/fast-cz.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-cg{
  background: url(../images/fast-cg.png)no-repeat center;
}
.fast-way .fast-item:hover a{background: #1679de;}
.fast-way .fast-item:hover .i-box i.fast-lw{
  background: url(../images/fast-lw.png)no-repeat center;
}
.fast-way .fast-item:hover .i-box i.fast-ch{
  background: url(../images/fast-ch.png)no-repeat center;
}
.fast-way .fast-item:hover .i-box i.fast-cz{
  background: url(../images/fast-cz.png)no-repeat center;
}
.fast-way .fast-item:hover .i-box i.fast-cg{
  background: url(../images/fast-cg.png)no-repeat center;
}
/*.fast-way .fast-item:hover h3,.fast-way .fast-item:hover p{*/
/*  color:#FFFFFF;*/
/*}*/
.fast-way .fast-item a h3 {
  position: relative;
  z-index: 9;
  margin-bottom: 4px;
  /*height: 50px;*/
  /*line-height: 25px;*/
  font-size: 22px;
  color:#000000;
  font-weight: bold;
}
/*.fast-way .fast-item a h3 .c-blue{*/
/*  color: #136dcf;*/
/*}*/
/*.fast-way .fast-item:hover h3 .c-blue{*/
/*  color:#FFFFFF;*/
/*}*/
.fast-way .fast-item a p {
  color: #474343;
  font-size: 13px;
}
.fast-way .fast-item a:hover i{
  transform: rotateY(180deg);
  transition: all 0.6s;
}
@media screen and (max-width:768px){

  .fast-way{
    position: relative;
    bottom: 0;
  }
  .sp_about{display: none;}
  .foot-section {
    display: none;
  }
  .fast-way .fast-item{
    width: 50% !important;
    padding-bottom: 5px
  }
  .slider_bottom .fast-way {
    position: relative;
  }
  .fast-way .fast-item a {
    padding: 0;
    /*border-bottom:1px solid rgba(255,255,255,.3);*/
  }

  .fast-way .fast-item a .i-box {
    /*width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
  }
  .fast-way .fast-item a p{
    display: none;
  }
  .fast-way .fast-item a .i-box img{
    max-height: 100%;
    vertical-align: top;
  }
  .fast-way .fast-item a .i-box i{
    font-size: 22px;
    line-height:1;
    width: 65px;
    height: 62px;
  }
  .fast-way .fast-item a .i-box [class^="icon-"]:before, [class*=" icon-"]:before{
    font-size: 22px;
    line-height: 30px;
  }
  .important-time li h3{
    font-size:16px;
  }
  .fast-way .fast-item a h3 {
    font-size: 16px !important;
    margin-top: 8px;
    line-height: 30px;
    height: 36px;
    padding: 0 15px;
    text-decoration: none;
  }

  .fast-way .fast-item:nth-of-type(2n) a .fast-bg {
    background-color: transparent;
  }

  .fast-way .fast-item:nth-of-type(1) a .fast-bg {
    /*background-color: rgba(0, 0, 0, .3);*/
  }

  .fast-way .fast-item:nth-of-type(4) a .fast-bg {
    /*background-color: rgba(0, 0, 0, .3);*/
  }

  .fast-way .fast-item:nth-of-type(5) a .fast-bg {
    background-color: rgba(0, 0, 0, .3);
  }

  .fast-way .fast-item:nth-of-type(8) a .fast-bg {
    background-color: rgba(0, 0, 0, .3);
  }
}
/*标题*/
.title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.title .subtitle {
  position: relative;
  z-index: 2;
}
.title span.pc {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.title .bg-line {
  position: absolute;
  bottom: 60px;
  width: calc(100% - 250px);
  height: 1px;
  right: 0;
  background: #2dc4c9;
}
.title .bg-line:after {
  content: '';
  position: absolute;
  bottom: -8px;
  height: 1px;
  width: 99%;
  right: 0;
  background: #2dc4c9;
}
/*重要日期*/
.date-box {
  background: #ecf2f7;
  background-size: cover;
  padding-bottom: 60px;
  overflow: hidden;
}
.date-box .common-title {
  padding: 60px 0;
  color: #066fef;
}
.date-box .date-list {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.date-box .date-list a {
  width: 20%;
  float: left;
  position: relative;
  padding: 15px;

}
.date-box .date-list a .date-con{
  background: url(../images/bg-date2.jpg)no-repeat;
  border-radius: 10px;
  text-align: center;
  color: #333333;
  padding: 40px 0;
  position: relative;
  background-size: cover;
  transition: all 0.2s linear;
  box-shadow: 1px 5px 6px #e5e5e5;
}
.date-box .date-list a:hover .date-con{
  color: #ffffff;
  background: url(../images/bg-date-hover2.jpg)no-repeat;
}
.date-box .date-list a .date-item-title {
  font-size: 14px;
}
.date-box .date-list a .date-item-date {
  font-size: 28px;
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (min-width:996px){
  .date-box .date-list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    width: 100%;
    border-bottom: 1px dashed #286fd3;
  }
  .date-box .date-list a{
    padding-bottom: 45px;
  }
  .date-box .date-list a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: 0 auto;
    width: 20px;
    height: 14px;
    background: url(../images/icon14.png) no-repeat;
    transition: all 0.2s linear;
  }
  .date-box .date-list a:hover::after {
    background: url(../images/icon14_2.png) no-repeat;
  }
}
.bg-about{
  background: #f5fafd url(../images/bg-about.jpg)no-repeat bottom;
}
.infomation-box{
  display: flex;
  flex-wrap: wrap;
}
.infomation-box .infomation-item {
  width: 50%;
  box-sizing: border-box;
  /*padding-top: 28.12%;*/
  position: relative;
}
.about-video video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: auto;
}
.about-video img{
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*z-index: auto;*/
  max-width: 100%;
}
.about-video{
  overflow: hidden;
}
.about-video:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.infomation-box .infomation-item .infomation-content {
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*top: 0;*/
  padding: 30px 30px 30px 0;
  height: calc(100% - 60px);
}
.infomation-box .infomation-item .infomation-content .common-title {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-style: normal;
  color: #ffffff;
  background-image: linear-gradient(90deg, #02e7ff 0%, #3854f1 100%);
  padding: 10px 20px 10px 20px;
  overflow: visible;
}
.infomation-box .infomation-item .infomation-content .common-title:after{
content: '';
  position: absolute;
  width: 1000px;
  right: 160px;
  bottom: 0;
  height: 2px;
  background: #02e7ff;
}
.infomation-box .infomation-item .infomation-content-p {
  height: calc(100% - 240px);
  margin: 20px 0;
  overflow: auto;
}
.infomation-box .infomation-item .infomation-content-p p{
  line-height: 2;
  color:#000000;
  font-size: 15px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar-track-piece {
  background-color: rgba(27, 147, 158, 0.2);
  border-radius: 6px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(1, 124, 254, 0.7);
  border-radius: 6px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(1, 124, 254, 0.7);
  border-radius: 6px;
}
.infomation-box .infomation-item .news-swiper-container {
  padding: 0;
  width: 100%;
  height: 100%;
}
.infomation-box .infomation-item .news-swiper-container a {
  height: 100%;
  padding-top: 0;
}
.infomation-box .infomation-item .news-swiper-container a img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.infomation-box .infomation-item .news-swiper-container .swiper-pagination-bullets {
  text-align: center;
  width: 60%;
  left: 20%;
}
.infomation-box .infomation-item .news-swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  line-height: 4px;
  text-align: center;
  background-color: rgba(175, 206, 64, 0.7);
  border: 0;
  font-size: 0;
  color: #ffffff;
  padding: 0;
  margin: 3px;
  font-weight: bold;
  transition: all 0.15s linear;
}
.infomation-box .infomation-item .news-swiper-container .swiper-pagination-bullet-active {
  background-color: #afce40;
  color: #fff;
  width: 25px;
}
.ind-about .about-zt{
  width: 80%;
  position: absolute;
  bottom: 70px;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  font-family: "PingFang SC";
}
.ind-about .about-zt .sp-zt{
  font-size: 26px;
}
.ind-about .links-box {
  zoom: 1;
  margin-top: 25px;
}
.ind-about .links-box:after {
  display: block;
  content: '';
  clear: both;
}
.ind-about .links-box a {
  display: block;
  float: left;
  width: calc(100%/4 - 8px);
  margin-right: 10px;
  line-height: 52px;
  text-align: center;
  color: #45bcf9;
  font-size: 16px;
  border:1px solid #45bcf9;
}
.ind-about .links-box a .iconfont{
font-size: 20px;
}
.ind-about .links-box a:hover {
  opacity: 0.8;
  background: #017CFE;
  color: #ffffff;
}
/*.ind-about .links-box a:nth-of-type(1) {*/
/*  background:#ffffff url(../images/fast-about.png)no-repeat 25px;*/
/*}*/
/*.ind-about .links-box a:hover:nth-of-type(1){*/
/*  background:#45bcf9 url(../images/fast-about-b.png)no-repeat 25px;*/
/*}*/
/*.ind-about .links-box a:nth-of-type(2) {*/
/*  background:#ffffff url(../images/fast-lw.png)no-repeat 25px;*/
/*}*/
/*.ind-about .links-box a:hover:nth-of-type(2) {*/
/*  background:#45bcf9 url(../images/fast-lw-b.png)no-repeat 25px;*/
/*}*/
/*.ind-about .links-box a:nth-of-type(3) {*/
/*  background:#ffffff url(../images/fast-ch.png)no-repeat 25px;*/
/*}*/
/*.ind-about .links-box a:hover:nth-of-type(3) {*/
/*  background:#45bcf9 url(../images/fast-ch-b.png)no-repeat 25px;*/
/*}*/
.ind-about .links-box a:nth-of-type(4) {
  /*background:#ffffff url(../images/fast-cz.png)no-repeat 25px;*/
  margin-right: 0;
}
/*.ind-about .links-box a:hover:nth-of-type(4) {*/
/*  background:#45bcf9 url(../images/fast-cz-b.png)no-repeat 25px;*/
/*}*/
@media screen and (max-width:768px){
  .ind-about .links-box a{
    width: calc(100% / 2 - 14px);
    margin-bottom: 15px;
  }
  .ind-about .about-zt{
    display: none;
  }
}
/*新闻*/
.news-box {
  background: #f4f9fd;
  padding-bottom: 60px;
  margin-top: 1rem;
}
.news-box .common-title {
  padding: 60px 0;
  color: #fff;
}
.news-box .news-nav {
  text-align: center;
}
.news-box .news-nav a {
  padding: 0 20px;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  position: relative;
}
.news-box .news-nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 4px;
  background-color: #007bff;
  transition: all 0.2s linear;
}
.news-box .news-nav a.selected {
  font-weight: bold;
  color: #007bff;
}
.news-box .news-nav a.selected:after {
  width: 30px;
  margin-left: -15px;
}
.news-box .news-list {
  margin-top: 30px;
  display: none;
}
.news-box .news-list.selected {
  display: block;
}
.news-box .news-list .news-item {
  background-color: #ecf5ff;
  padding: 15px;
  width: calc(50% - 8px);
  box-sizing: border-box;
  margin-right: 15px;
  margin-top: 15px;
  transition: all 0.15s linear;
}
.news-box .news-list .news-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ecf5ff;
}
.news-box .news-list .news-item:nth-child(2n) {
  margin-right: 0;
}
.news-box .news-list .news-item-image {
  width: 33%;
}
.news-box .news-list .news-item-image-cover {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.news-box .news-list .news-item-image-cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.news-box .news-list .news-item-content {
  width: 67%;
  margin-left: 33%;
  padding-left: 15px;
  box-sizing: border-box;
}
.news-box .news-list .news-item-date {
  font-size: 16px;
  color: #ffffff;
  font-style: italic;
  padding: 5px 50px 5px 10px;
  line-height: 1;
  display: inline-block;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #1d4d9d 100%);
}
.news-box .news-list .news-item-title {
  font-size: 20px;
  line-height: 1.2;
  color: #066fef;
  height: 50px;
  margin-top: 10px;
  font-weight: bold;
}
.news-box .news-list .news-item-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}
/*新闻2025kantan*/
.bg-news{
  background: #f4f9fd;
  padding-bottom: 60px;
}
.bg-news .common-title{
  color: #017CFE;
  padding: 60px 0;
}
.new-con-list .new-con{
  display: block;
  padding: 30px;
background: #ffffff;
  box-shadow: 1px 5px 6px rgba(40, 111, 211, 0.05);
  border-radius: 0 100px 0 0;
  border:2px solid #ffffff;
}

.new-con-list .new-con .news-time span{
  font-size: 14px;
}
.new-con-list .new-con .new-name{
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 20px 0;
}
.new-con-list .new-con .abstracts{
  font-size: 14px;
}
.new-con-list .new-con .new-more{
  display: inline-block;
  padding-top: 15px;
}

.new-con-list .new-con .new-more .si-more {
  display: inline-block;
  line-height: 1;
  padding: 7px 18px;
  font-size: 13px;
  transition: all 0.3s linear;
  background-image: linear-gradient(90deg, rgba(53, 101, 243, 0.3) 0%, rgba(19, 109, 207, 0) 100%);
  color: #3565f3;
}
.new-con-list .new-con:hover{
border:2px solid #3565f3;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
/*.new-con-list .new-con:hover .news-time span{*/
/*  color: #FFFFFF;*/
/*}*/
/*.new-con-list .new-con:hover .new-name{*/
/*  color: #FFFFFF;*/
/*}*/
/*.new-con-list .new-con:hover .abstracts{*/
/*  color: #FFFFFF;*/
/*}*/
.new-con-list .new-con:hover .new-more .si-more {
  background-image: linear-gradient(90deg, rgba(53, 101, 243, 0.4) 0%, rgba(19, 109, 207, 0.01) 100%);
}
.new-more{
  text-align: center;
}
.btn-more {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  margin-top: 30px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.5;
  /* border-radius: 1.65rem; */
  background: #017CFE;
  color:#ffffff;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-more:hover{
  color: #2da0fb;
}
.wy-more{
  text-align: center;
  padding: 30px 0 0 0;
}
.wy-more a{color:#000000; position: relative;}
.wy-more a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #136dcf;
  /*visibility: hidden;*/
  /*transform: scaleX(0);*/
  transition: all 0.3s ease-in-out;
}
.wy-more a:hover{
  color: #136dcf;
}
/*往届回顾*/
#photos{position: relative;}
.history{
  padding-bottom: 50px;
}
.history .common-title{
  padding: 60px 0;
}
.one{margin:0 auto;height:248px;overflow:hidden;position:relative; }
.one ul{height:288px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;
  margin:4px;
  height:248px;position:relative;}
.one ul li a{display:inline-block;height:248px;}
.one ul li img{display:block;height:248px;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}

.two{margin:0 auto;height:248px;overflow:hidden;position:relative; }
.two ul{height:288px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.two ul li{display:block;float:left;
  margin:4px;
  height:248px;position:relative;}
.two ul li a{display:inline-block;height:248px;}
.two ul li img{display:block;height:248px;}
.two ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.two ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}
.his-a{display:block;width: 100%;}
.his-pic{
  object-fit: cover;
  overflow: hidden;
}
.his-pic img{
  width: 100%;
  object-fit: cover;
}
.his-pic:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
.his-position{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,98,204,0.36);
  text-align: center;
  padding: 0 10px;
}
.his-position span{font-size: 13px;color: #ffffff; line-height: 20px;}
.his-position p{font-size: 12px;color: #ffffff; line-height: 18px; margin-bottom: 0px;padding: 5px 0;}
/*往届end*/
section.our-events{
  padding: 50px 0;
}
/*演讲嘉宾*/
.speaker-box {

}
.speaker-box .speaker-header {
  text-align: center;
  position: relative;
  top: 7px;
  line-height: 1;
}
.speaker-box .speaker-header .common-title {
  color: #017CFE;
  position: relative;
  display: inline-block;
  padding: 60px 0;
}
.speaker-box .speaker-header .common-title:after {
  /*content: '';*/
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*height: 30px;*/
  /*background-image: linear-gradient(to top, rgba(255, 255, 255), rgba(0, 0, 0, 0));*/
}
/*.speaker-box .speaker-header .common-more {*/
/*  position: relative;*/
/*  top: 7px;*/
/*}*/
/*.speaker-box .speaker-list {*/
/*  background: #0d5fbe;*/
/*  overflow: hidden;*/
/*  margin-top: 30px;*/
/*}*/
/*.speaker-box .speaker-list .speaker-ibox {*/
/*  width: 25%;*/
/*  padding-top: 10.67%;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item {*/
/*  background-image: linear-gradient(146deg, #004096 0%, #1778de 100%);*/
/*  padding: 30px;*/
/*  box-sizing: border-box;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  height: 100%;*/
/*  display: table;*/
/*  table-layout: fixed;*/
/*  overflow: hidden;*/
/*  width: 100%;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content {*/
/*  display: table-cell;*/
/*  vertical-align: middle;*/
/*  width: 65%;*/
/*  color: #fff;*/
/*  box-sizing: border-box;*/
/*  padding-right: 30px;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-header-name {*/
/*  font-size: 24px;*/
/*  font-weight: bold;*/
/*  margin-bottom: 20px;*/
/*  position: relative;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-header-desc {*/
/*  height: 0;*/
/*  overflow: hidden;*/
/*  transition: all 0.1s linear;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-more {*/
/*  display: none;*/
/*  line-height: 1;*/
/*  padding: 5px 10px;*/
/*  font-size: 14px;*/
/*  position: absolute;*/
/*  bottom: 5px;*/
/*  right: 0;*/
/*  background-image: linear-gradient(90deg, rgba(168, 207, 84, 0.25) 0%, rgba(0, 0, 0, 0) 100%);*/
/*  transition: all 0.3s linear;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-more:hover {*/
/*  background-image: linear-gradient(90deg, rgba(168, 207, 84, 0.6) 0%, rgba(168, 207, 84, 0.2) 100%);*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-header-org {*/
/*  font-size: 12px;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-img {*/
/*  display: table-cell;*/
/*  vertical-align: middle;*/
/*  width: 35%;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-img-c {*/
/*  padding-top: 100%;*/
/*  position: relative;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-img-c img {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border-radius: 50%;*/
/*  object-fit: cover;*/
/*  object-position: center top;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover {*/
/*  width: 200%;*/
/*  z-index: 9;*/
/*  box-shadow: 0 0 10px #014298;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover .speaker-item-img {*/
/*  width: 12%;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover .si-more {*/
/*  display: inline-block;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover .si-header-name {*/
/*  -webkit-line-clamp: 1;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover .si-header-desc {*/
/*  height: 40px;*/
/*  line-height: 20px;*/
/*}*/
/*.speaker-box .speaker-list .speaker-ibox:hover {*/
/*  overflow: inherit;*/
/*}*/
/*.speaker-box .speaker-list .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .speaker-item:hover {*/
/*  right: 0;*/
/*  left: auto;*/
/*}*/
/*演讲嘉宾end*/
/*演讲嘉宾new pim*/
.w-imgText{ overflow:hidden;}
.w-imgText ul,.w-imgText li{ list-style:none; padding:0; margin:0;}
.w-imgText .item{ position:relative;}
.w-imgText .item > a{ display:block; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2;}
.w-imgText .img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;*height:100%; }
.w-imgText .textB{ line-height:1.7;}
.w-imgText .textB .yinhao{
  position: absolute;
}
.w-imgText .textB .yinhao.yh-l{
  left: 0;
  top: 0;
}
.w-imgText .textB .yinhao.yh-r{
  right: 0;
  bottom: 0;
}
.w-imgText .textB .bg_x{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:0;}
.w-imgText .text_x{ position:relative; z-index:1;color:#ffffff;}
.w-imgText .igt_page{ text-align:center; display:none; z-index:5;}
.w-imgText .igt_page .swiper-pagination-bullet{ border-radius:0; -webkit-border-radius:0; width:1em; height:5px; background:#999; opacity:0.5;}
.w-imgText .igt_page .swiper-pagination-bullet-active{ background:#f80; opacity:1;}

.w-imgText1{position:relative;}
.w-imgText1 .item{ padding-bottom:30px; padding-left:1px;}
.w-imgText1 .img{ width:360px;    padding-top: 20px; overflow:hidden;text-align: right;}
.w-imgText1 .img img{width:220px;border-radius: 50%;transition:all 0.5s; -webkit-transition:all 0.5s; }
.w-imgText1 li:hover .img img{
  transform:scale(0.95);
  -webkit-transform:scale(0.95);
}
.w-imgText1 .textB{ position:absolute; right:0; top:0; width:calc(100% - 370px);padding:30px 60px 40px;}
/*.w-imgText1 .textB .bg_x{ background:#f6f6f6;}*/
.w-imgText1 .text_x .tt_h{font-size:28px;line-height:1.5; margin-bottom:0.3em;}
.w-imgText1 .text_x .tt_name{
  font-size: 20px;margin-bottom:0.2em;
}

.w-imgText1 .text_x p{
  font-size: 14px;
}
.w-imgText1 .igt_btn{ position:absolute; z-index:9; left:427px; bottom:0; width:92px; height:50px;}
.w-imgText1 .igt_btn .igt_prev,.w-imgText1 .igt_btn .igt_next{ position:absolute; cursor:pointer; top:0; width:40px; height:40px;
  border-radius:50%;
  border:1px solid #ffffff;
  }
.w-imgText1 .igt_btn .igt_prev{ left:0;}
.w-imgText1 .igt_btn .igt_next{ right:0;}
.w-imgText1 .igt_btn .igt_prev:before,.w-imgText1 .igt_btn .igt_next:before{ content: ''; position:absolute; width:10px; height:18px; text-align:center; top:50%; margin-top:-9px; left:50%; margin-left:-5px;}
.w-imgText1 .igt_btn .igt_prev:before{background:url(../images/prev.png) no-repeat center;}
.w-imgText1 .igt_btn .igt_next:before{background:url(../images/next.png) no-repeat center;}
.w-imgText1 .igt_btn .igt_prev:hover,.w-imgText1 .igt_btn .igt_next:hover{background-color:#ffffff;}
.w-imgText1 .igt_btn .igt_prev:hover:before{background:url(../images/prev-hover.png) no-repeat center;}
.w-imgText1 .igt_btn .igt_next:hover:before{background:url(../images/next-hover.png) no-repeat center;}
@media (min-width:1024px){
.w-imgText1 .text_x .guest-about{
  max-height: 72px;
  overflow: auto;
}
  .w-imgText1 .text_x .guest-about::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .w-imgText1 .text_x .guest-about::-webkit-scrollbar-track-piece {
    background-color: rgba(27, 147, 158, 0.2);
    border-radius: 6px;
  }
  .w-imgText1 .text_x .guest-about::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(1, 124, 254, 0.7);
    border-radius: 6px;
  }
  .w-imgText1 .text_x .guest-about::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(1, 124, 254, 0.7);
    border-radius: 6px;
  }
}
@media (max-width:1200px){
  .title{ padding-left:15px;}
}
@media (max-width:860px){
  .w-imgText .igt_page{ display:block;}
  .w-imgText .igt_btn{ display:none;}

  .w-imgText1 .item{ padding-bottom:0;}
  .w-imgText1 .img{ width:100%;text-align: center;}
  .w-imgText1 .textB{ position:relative; width:100%;padding:1.2em 4% 1.5em;}
  .w-imgText1 .igt_btn{ width:auto; left:0; right:0; top:50%; margin-top:-60px;}

  :root .w-imgText5 .textB .text_x{ top:0;}
}
@media (max-width:768px){
  .w-imgText .textB .yinhao.yh-l{
    top:-15px
  }
}
@media (max-width:640px){
  .w-imgText .igt_page .swiper-pagination-bullet{height:2px;}
}
@media (max-width:480px){
  body{font-size:4vw;}
  .title{font-size:6vw;}
  .w-imgText1 .igt_btn .igt_next, .w-imgText1 .igt_btn .igt_prev,.w-imgText3 .igt_btn .igt_next, .w-imgText3 .igt_btn .igt_prev{ width:2.5em; height:2.5em;}
  .w-imgText1 .text_x .tt_h,.w-imgText2 .text_x .tt_h,.w-imgText3 .text_x .tt_h,.w-imgText4 .text_x .tt_h,.w-imgText5 .text_x .tt_h{font-size:130%;}
}

/*演讲嘉宾new pim end*/
/*组织机构*/
.sy-zhuyi{text-align: center;}

.sy-zhuyi .sy-zhuxi-img{overflow: hidden;object-fit: cover; margin:0 auto;transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */}
.sy-zhuyi .sy-zhuxi-img img{width: 100%;object-fit: cover;}
.sy-zhuyi .sy-text{
  text-align: left;
  padding-left: 15px;
}
.sy-zhuyi .name{font-size: 20px;margin-bottom: 5px; color:#232b65;}
.sy-zhuyi h4{font-size: 18px;color:#232b65;margin-bottom: 10px;}
.sy-zhuyi .sy-text p{
  line-height: 22px;
}
.sy-zhuyi .sy-zhuxi-img:hover{
  cursor: pointer;
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.peaker-list{}
.speaker-box{
  background: url(../images/bg-speak.jpg)no-repeat;
  background-size: cover;
  padding:30px 0;
}
.speaker-ibox{
  display: block;
  height: 100%;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.speaker-ibox .speaker-item {
  background: url(../images/bg-guest.jpg)no-repeat;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  height: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.speaker-box .speaker-list .speaker-item-content {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  color: #fff;
  box-sizing: border-box;
  padding-right: 30px;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.speaker-box .speaker-list .speaker-item-content .si-header-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.speaker-box .speaker-list .speaker-item-content .si-header-org {
  font-size: 12px;
  margin-bottom: 10px;
}

.speaker-box .speaker-list .speaker-item-img {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  /*width: 150px;*/
  /*float: right;*/
}
.speaker-box .speaker-list .speaker-item-img.speaker-item-img-t{
  width: 20%;
}
.speaker-box .speaker-list .speaker-item-img-c {
  padding-top: 100%;
  position: relative;
}
.speaker-box .speaker-list .speaker-item-img-c img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}
.speaker-box .speaker-list .speaker-item .si-more {
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  font-size: 13px;
  transition: all 0.3s linear;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);
  color: rgba(255, 255, 255, 0.8);
}
.speaker-ibox:hover .speaker-item{
  background: url(../images/bg-guest-hover.jpg)no-repeat;
  background-size: cover;
  filter: transform;

  transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content .si-header-name{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content .si-header-org{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item .si-more {
  color:#ffffff;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(19, 109, 207, 0.01) 100%);
}

@media screen and (max-width: 768px){
  .speaker-box .speaker-header .common-title{
    padding: 1rem 0 0;
  }
  .new-con-list .new-con{
    margin-bottom: 30px;
  }
}
/*主办单位*/
.organ-box {
  margin-top: 30px;
  text-align: center;
}
.organ-box .organ-item-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.organ-box .organ-content-item {
  display: inline-block;
  width: 20%;
}
.organ-box .organ-content-item:not(:first-child) {
  margin-left: 30px;
}
.organ-box .organ-floor {
  text-align: center;
}
.organ-box .organ-floor .organ-item {
  display: inline-block;
  margin: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(21, 122, 223, 0.25);
  border-radius: 5px;
  width: 100%;
  padding-top: 20%;
  max-width: 400px;
  position: relative;
  transition: all 0.15s linear;
}
.organ-box .organ-floor .organ-item img {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 20%;
  bottom: 20%;
  width: 70%;
  height: 60%;
  object-fit: contain;
  object-position: center center;
}
.organ-box .organ-floor .organ-item:hover {
  transform: scale(1.02);
}
.sponsors-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
  background-color: #f9fcff;
  margin-top: 30px;
}
.sponsors-box .sponsors-header {
  text-align: center;
  position: relative;
  padding: 40px 0 10px;
}
.sponsors-box .sponsors-header .common-title {
  color: #004096;
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
.sponsors-box .sponsors-header .common-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  background-image: linear-gradient(to top, rgba(249, 252, 255), rgba(0, 0, 0, 0));
}
.sponsors-box .sponsors-header .common-more {
  position: relative;
  top: 7px;
}
.sponsors-box .sponsors-list {
  padding: 0 30px;
}
.sponsors-box .sponsors-list .sponsors-item {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  color: #000000;
  margin-top: 30px;
  transition: all 0.2s linear;
}
.sponsors-box .sponsors-list .sponsors-item:hover {
  transform: scale(1.02);
}
.sponsors-box .sponsors-list .sponsors-item-img {
  padding-top: 22%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(21, 122, 223, 0.25);
  border-radius: 5px;
  margin-top: 10px;
}
.sponsors-box .sponsors-list .sponsors-item-img img {
  position: absolute;
  left: 15%;
  top: 20%;
  bottom: 20%;
  right: 15%;
  width: 70%;
  height: 60%;
  object-fit: contain;
  object-position: center center;
}
.sponsors-box .swiper-pagination {
  bottom: 30px;
}
.sponsors-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  border-radius: 0;
}
.sponsors-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
}
.sponsors-box .swiper-button-next,
.sponsors-box .swiper-button-prev {
  top: 61%;
  height: 27px;
  opacity: 0.5;
}
.sponsors-box .swiper-button-next:hover,
.sponsors-box .swiper-button-prev:hover {
  opacity: 1;
}
.email-btn {
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  color: #246dff;
  background: #FFFFFF;
  border-radius: 5px;
  outline: none;
  transition: all 0.15s linear;
  border: 0;
}
.email-btn:hover {
  color: #0542bd;
  transform: scale(1.01);
}
.email-module {
  padding: 50px 30px;
  text-align: center;
  background: url('../images/bg-email.jpg') no-repeat center center;
  background-size: cover;
  margin-top: 1rem;
}
.email-module .email-item {
  float: left;
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.email-module .email-item .email-item-l{
  text-align: left;
}
.email-module .email-item:nth-child(2)::after,
.email-module .email-item:nth-child(2)::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
}
.email-module .email-item:nth-child(2)::after {
  right: 0;
}
.email-module .email-item:nth-child(2)::before {
  left: 0;
}
.email-module .email-item:nth-child(2) .email-btn,
.email-module .email-item:nth-child(3) .email-btn {
  /*background-image: linear-gradient(90deg, #2967F0 0%, #4D94F3 49%, #8FE0FB 100%);*/
}
.email-module p {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.alert-wrapper {
  position: fixed;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  max-height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  line-height: 1.3;
  transition: all 0.15s linear;
}
.alert-wrapper.active {
  top: 0;
}
.alert-wrapper .alert-content {
  background: #ffffff url(../images/alert-bg.png) no-repeat center top;
  background-size: 100% auto;
  border-radius: 20px;
  width: 600px;
  box-sizing: border-box;
  padding: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -325px;
  transform: translateY(-50%);
}
.alert-wrapper .alert-content-title {
  font-weight: bold;
  font-size: 28px;
  color: #004096;
  line-height: 1.2;
  text-align: center;
}
.alert-wrapper .alert-content .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  cursor: pointer;
  box-sizing: content-box;
}
.alert-wrapper .alert-form-item {
  margin-top: 25px;
}
.alert-wrapper .alert-form-item label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
.alert-wrapper .alert-form-item .alert-form-input {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
  line-height: 1;
  padding: 14px 10px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}
.alert-wrapper .alert-form-item .alert-form-input:focus {
  box-shadow: 0 0 3px #80d033;
}
.alert-wrapper .alert-form-tips {
  background-color: #f8ffee;
  border-radius: 5px;
  border: solid 1px #d5e9b0;
  padding: 15px;
  color: #474747;
  font-size: 14px;
  margin-top: 20px;
}
.alert-wrapper .alert-form-tips label {
  padding: 10px 0;
  display: inline-block;
  color: #6fae2c;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.alert-wrapper .alert-form-tips label input {
  margin-right: 8px;
}
.alert-wrapper.download-prev-form .alert-content {
  padding: 36px 50px;
}
.alert-wrapper.download-prev-form .alert-content-title {
  font-size: 18px;
}
.alert-wrapper.download-prev-form .alert-form-item {
  margin-top: 10px;
}
.alert-wrapper.download-prev-form .alert-form-item .alert-form-input {
  padding: 6px 8px;
  font-size: 14px;
  margin-top: 6px;
}
.alert-wrapper.download-prev-form .alert-form-item .select2-selection--multiple {
  min-height: 0;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 0 8px;
  margin-top: 6px;
}
.alert-wrapper.download-prev-form .alert-form-item .select2-selection--multiple .select2-search__field {
  margin-bottom: 5px;
}
.alert-wrapper.download-prev-form .alert-form-item .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0;
}
.alert-wrapper.download-prev-form .alert-form-item .select2-selection--multiple .select2-selection__choice {
  padding: 2px 5px;
  margin-bottom: 5px;
}
.alert-wrapper.download-prev-form .layui-input-block label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.alert-wrapper.download-prev-form .layui-input-block label input[type="checkbox"] {
  margin-right: 5px;
}
.alert-wrapper.download-prev-form .email-btn {
  padding: 10px 30px;
}
.alert-wrapper .el-cascader {
  display: block;
}
.alert-wrapper .el-cascader .el-input__inner {
  display: block;
  height: 32px;
  padding: 6px 8px;
  font-size: 14px;
  margin-top: 6px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
}
/**/
.sec-ad{}
.ad-lng{
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 60px;
}
.ad-lng img{
  width: 100%;
}
.ad-lng:before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
  -webkit-animation: shine1 3.5s infinite;
  animation: shine1 3.5s infinite;
}
@-webkit-keyframes shine1{100%{left: 135%}}
@keyframes shine1{100%{left: 135%;}}
@media only screen and (max-width: 768px){

}
.photo-box {
  overflow: hidden;
}
.photo-box .photo-header {
  width: 20%;
  background-color: #1d78e6;
  padding-top: 29.9%;
  position: relative;
}
.photo-box .photo-header-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 70px 20px 20px 20px;
}
.photo-box .photo-header-content .common-title {
  color: #fff;
  text-align: left;
  line-height: 1.3;
  position: relative;
}
.photo-box .photo-header-content .common-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  height: 30px;
  background-image: linear-gradient(to top, #1679de, rgba(0, 0, 0, 0));
}
.photo-box .photo-header-content .common-more {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 50px;
}
.photo-box .photo-list {
  width: 80%;
}
.photo-box .photo-item {
  width: 33.333%;
  padding-top: 18.7%;
  position: relative;
  transition: all 0.15s linear;
}
.photo-box .photo-item:hover {
  transform: scale(1.02);
}
.photo-box .photo-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bot-ewm img{
  border: 1px solid #fcfcfc;
  box-shadow: 1px 3px 6px #dedede;
}
/*.footer-box {*/
/*  padding: 30px;*/
/*  box-sizing: border-box;*/
/*  background-color: #f8fcff;*/
/*}*/
/*.footer-box .footer-title {*/
/*  color: #004096;*/
/*  font-size: 20px;*/
/*  padding: 5px 10px;*/
/*  display: inline-block;*/
/*  background-image: linear-gradient(-90deg, rgba(29, 77, 157, 0) 0%, rgba(29, 77, 157, 0.3) 100%);*/
/*  font-weight: bold;*/
/*}*/
/*.footer-box .footer-item {*/
/*  color: #000;*/
/*  margin-top: 20px;*/
/*}*/
/*.footer-box .footer-item h2 {*/
/*  font-size: 16px;*/
/*  font-weight: bold;*/
/*  margin-bottom: 6px;*/
/*}*/
/*.footer-box .footer-item p {*/
/*  line-height: 1.5;*/
/*}*/
/*.footer-box .footer-item:not(:first-child) {*/
/*  margin-left: 50px;*/
/*}*/
/*.footer-box .footer-qrcode img {*/
/*  width: 150px;*/
/*  height: 150px;*/
/*}*/
/*.footer-box .footer-qrcode img:not(:first-child) {*/
/*  margin-left: 30px;*/
/*}*/
/*.footer-box2 {*/
/*  background: #1d78e6 url(../images/bg-map.png)no-repeat center;*/
/*  text-align: center;*/

/*}*/
/*.footer-box2 .t-c{*/
/*  padding: 40px 0;*/
/*}*/
/*.footer-box2 .footer-admin {*/
/*  font-size: 14px;*/
/*  color: #ffffff;*/
/*}*/
/*.bottom {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  background: rgba(0, 89, 198, 0.5);*/
/*}*/
/*.bottom p {*/
/*  text-align: center;*/
/*  line-height: 30px;*/
/*  padding-top: 5px;*/
/*  color: rgba(255, 255, 255, 0.98);*/
/*  font-size: 13px;*/
/*}*/
.footer-s{background:#017CFE url(../images/bg-bottom.jpg)no-repeat top;
  background-size: cover;
}
.footer{padding: 200px 50px 20px 50px;}
.logo-bottom{
  padding-bottom: 50px;
}
.footer .col-md-30{    flex: 0 0 20%;
  max-width: 20%;}
.footer .col-md-9{flex: 0 0 80%;
  max-width: 80%;}
.footer .bot-tit{
  font-size: 28px;
  color:#FFFFFF;
  height: 50px;
  padding-top: 10px;
}
.footer .bot-nav{
  padding-top: 20px;
}
.footer .bot-nav ul li{
  float: left;
  padding-right: 30px;
  width: 36%;
}
.footer .bot-nav ul li a{
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.62);
  width: 100%;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.footer .bot-nav ul li a:hover{color:#017CFE;background: #ffffff;}
.footer .erweima{padding-top: 10px;}
.footer .erweima p{color: #ffffff;font-size: 13px;}
.footer .bot-logo{padding-top: 40px;}
.footer .bot-lx{color: rgba(255,255,255,0.94);margin-bottom: 25px;color: #FFFFFF;padding-top: 15px;}
.footer .bot-lx h3{font-size: 16px;font-weight: 600; margin-bottom: 5px;position: relative;/*padding-left: 28px;*/}
.footer .bot-lx-en h3{font-size: 15px;font-weight: 600; margin-bottom: 10px;position: relative;padding-left: 28px;letter-spacing: 0rem;font-family: Arial;}

.footer .bot-line{
  width:90%;height: 1px;
  /*background: rgba(255, 255, 255, 0);*/
  margin:10px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);
  /*border-bottom: 1px solid rgba(222, 222, 222, 0.72);*/
  /*border-top:2px solid #FFFFFF;*/
}
.footer .bot-lx p{font-size: 13px;line-height: 26px;}
.footer .icon{}
.footer .bot-email{letter-spacing: 0rem;}
.bottom{width: 100%; height: auto;padding-bottom: 10px;
  background: rgba(12, 12, 12, 0.14);
}
.bottom .container-fluid{border-top:1px solid rgba(255, 255, 255, 0.1);}
.bottom p{text-align: center;line-height: 24px;padding-top: 10px; color: rgba(255, 255, 255, 0.98);font-size: 13px;}
.footer .nav_fl .tit,.lx-index .tit{
  font-size: 1.65rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 30px;
}
.footer .nav_fl{margin-right: 3.46%;}
.footer .lx-index{padding-left: 40px;}
.footer .nav_fl dt{color: #eeeeee; line-height: 1; margin-bottom: 15px;}
.footer .nav_fl dd{color: #999999;}
.footer .nav_fl dd p{line-height: 26px;font-size: 14px;}

@media(min-width:1024px){
  .footer-s{
    /*padding-top: 100px;*/
    /*min-height: 495px;*/
  }
}
@media(max-width:768px){
.footer .bot-nav ul li{
  float: left;
  padding-right: 10px;
  width: 48%;
}
  .footer .lx-index{
    padding-left: 15px;
  }
}
.side-box {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 40px;
  padding: 5px 0;
  z-index: 9;
  background-color: #1679de;
}
.side-box img {
  display: block;
  width: 40px;
  height: 40px;
  padding: 9px;
  object-fit: contain;
  object-position: center center;
}
.side-box img:hover {
  background-color: #004096;
}
.side-box .scroll-top {
  display: none;
}
/*.side-date {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  top: 260px;*/
/*  width: 120px;*/
/*  height: 160px;*/
/*  padding: 20px 10px;*/
/*  box-sizing: border-box;*/
/*  text-align: center;*/
/*  z-index: 9;*/
/*  background: linear-gradient(146deg, #004096 0%, #1778de 100%);*/
/*  border-radius: 10px;*/
/*}*/
.side-date {
  position: fixed;
  right: 0;
  top: 260px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  z-index: 9;

}
.side-date .icon {
  position: absolute;
  right: 0;
  top: -9px;
  width: 20px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
  height: 20px;
}
.side-date-title {
  font-size: 18px;
  color: #fffefe;
  line-height: 1;
}
.side-date-date {
  font-size: 45px;
  color: #fffefe;
  font-weight: bold;
}
.side-date-days {
  color: #fffefe;
}
/*倒计时*/
.index0{position:absolute;z-index:9999;width:90px;
}
.index0.fixed{position:fixed;top:0;}
.djs{padding:5px 0;color:#fff;
  /*background-color:#066fef;*/
  border-radius: 10px;
background:linear-gradient(146deg, #307dfa 0%, #03e6ff 100%);
}
.djs strong, .djs span{display:block;float:left;width:32%;text-align:center;}
.djs .djs1 span.sp-day{
  font-size: 13px;
  width: 20%;
  line-height: 30px;
}
.djs strong:first-child, .djs .djs1 span:first-child{width:75%;}
.djs strong:first-child, .djs .djs2 span:first-child{width:100%;}
.djs1{padding:5px 10px;overflow: hidden;}
.djs1:first-child{border-bottom:1px solid rgba(255,255,255,0.1);font-size:20px;font-weight:bold;
  overflow: hidden;
}
.index0>a{display:block;margin-top:10px;font-size:medium;line-height:30px;transition:ease .5s;-webkit-transition:ease .5s;}
.index0>a>i{margin-top:1px;font-size: 20px;}
.index0>a.btn-danger{background-color:#fc4718;}
.index0>a.btn-success{background-color:#4f9a0b;}
.index0 .fa-user-o:before {
  color: #ffffff;
}


@media(min-width:1660px){
  .index0{right:5px;}
}
@media(max-width:1659px){
  .index0{right:5px;}
}
@media(max-width:1199px){
  .index0{}
}
@media (max-width: 767px){
  .hidden-xs {
    display: none!important;}
}
/*daojishi end*/
.sub-header-title {
  width: 100%;
  height: 400px;
  background: url(../images/bg-comban.jpg) no-repeat center;
  margin-top: 96px;
}
.sub-header-title .com-ban{
  position: relative;
  top: 25%;
  /*-webkit-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/
  /*-moz-transform: translateY(-50%);*/
  /*-o-transform: translateY(-50%);*/
  /*transform:translateY(-50%);*/
  padding: 0 30px;
}
.sub-header-title .common-title {
  width: 100%;
  color: #fff;
  position: relative;
  display: inline-block;

  text-transform: uppercase;
  /*font-style:italic;*/
  font-weight: bold;
  text-align: left;
  overflow: visible;
  padding-bottom: 10px;line-height: 60px;
}
.sub-header-title .common-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  width: 310px;
  height: 3px;

  background-image: linear-gradient(to top, #ffffff, rgba(33, 33, 33, 0.02));
}
.sub-header-title .common-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  width: 110px;
  height: 2px;

  background: #ffffff;
}
.sub-header-title .sub-header-text{
  color: #FFFFFF;
}
@media(min-width:1024px) {
  .sub-header-title {
    /*display: flex;*/
    /*align-items: center;*/
  }
}
.sub-list-box {
  margin-bottom: 30px;
}
.sub-list-box .sub-list-nav {
  text-align: center;
  padding: 30px 0;
}
.sub-list-box .sub-list-nav a {
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: bold;
  font-size: 30px;
  color: #000;
}
.sub-list-box .sub-list-nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #017CFE;
  transition: all 0.2s linear;
}
.sub-list-box .sub-list-nav a.selected {
  font-weight: bold;
  color: #000;
}
.sub-list-box .sub-list-nav a.selected:after {
  width: 30px;
  margin-left: -15px;
}
.sub-list-box .sub-list-list {
  display: none;
}
.sub-list-box .sub-list-list.selected {
  display: block;
}
.sub-list-box .sub-list-list .sub-list-item {
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(22, 121, 222, 0.2);
  padding: 15px;
  margin-bottom: 15px;
}
.sub-list-box .sub-list-list .sub-list-item-image {
  width: 270px;
  height: 151px;
  margin-right: 15px;
}
.sub-list-box .sub-list-list .sub-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sub-list-box .sub-list-list .sub-list-item-content {
  margin-left: 0;
}
.sub-list-box .sub-list-list .sub-list-item-date {
  font-size: 16px;
  color: #ffffff;
  font-style: italic;
  padding: 5px 20px 5px 10px;
  line-height: 1;
  display: inline-block;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #017CFE 100%);
}
.sub-list-box .sub-list-list .sub-list-item-more {
  color: #017CFE;
  padding: 5px 0;
}
.sub-list-box .sub-list-list .sub-list-item-title {
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  margin-top: 30px;
  font-weight: bold;
}
.sub-list-box .sub-list-list .sub-list-item-desc {
  -webkit-line-clamp: 3;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.sub-detail-box {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}
.sub-detail-box .sub-detail-nav {
  width: 270px;
  border-right: 1px solid #e5f2ff;
  padding-bottom: 50px;
  padding-top: 30px;
  position: sticky;
  top: 80px;
}
.sub-detail-box .sub-detail-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 18px 0 150px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  border-right: 2px solid transparent;
  margin-top: 20px;
  text-transform: uppercase;
}
.sub-detail-box .sub-detail-nav a.selected,
.sub-detail-box .sub-detail-nav a:hover {
  color: #ffffff;
  background: #017CFE url(../images/sub-nav.png)no-repeat 115px 15px;
  border-radius: 33px 0 0 33px;
  border-right: 2px solid #31acd5;
}
.sub-detail-box .sub-detail-content {
  padding: 0 30px;
  margin-left: 0;
  padding-bottom: 50px;
  /*border-left: 1px solid #e5f2ff;*/
  position: relative;
  left: 0;
}
.sub-detail-box .sub-detail-content-title {
  font-size: 24px;
  font-weight: bold;
  color: #017CFE;
}
.sub-detail-box .sub-detail-content-p {
  line-height: 1.5;
  font-size: 16px;
}
.sub-detail-box .sub-detail-content-p p{
  line-height:2;
  color: #000000;
  font-size:15px;
  font-family: "Microsoft YaHei";
}
.sub-detail-box .sub-detail-content-p img {
  max-width: 100%;
  height: auto;
}
.sub-article-box {
  padding-bottom: 50px;
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}
.sub-article-box .sub-article-content-title {
  font-size: 24px;
  padding: 20px 0 10px;
  font-weight: bold;
  color: #017CFE;
  border-bottom: 1px solid #017CFE;
  text-align: center;
}
.sub-article-box .sub-article-content-desc {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}
.sub-article-box .sub-article-content-desc span:not(:first-child) {
  margin-left: 20px;
}
.sub-article-box .sub-article-content-p {
  font-size: 16px;
}
.sub-article-box .sub-article-content-p img {
  max-width: 100%;
  height: auto;
}
.sub-photo-swiper {
  background-image: linear-gradient(0deg, #b9dcff 0%, #cde6ff 41%, #e1f0ff 100%);
  padding: 1rem;
  box-sizing: border-box;
  margin-top: 1rem;
}
.wy-swiper-con{padding: 50px 0;}
.wy-bg{
  /*background-image: linear-gradient(180deg, rgba(41,220,146,0.06) 0%, rgba(255,255,255,0) 41%, rgba(0,114,255,0.06) 100%);*/
}
.sub-photo-swiper-title {
  text-align: center;
}
.sub-photo-swiper-h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #017CFE;
}
.sub-photo-swiper-h2:before {
  display: inline-block;
  content: '';
  width: 300px;
  height: 2px;
  background-image: linear-gradient(270deg, #017CFE 0%, transparent 100%);
  position: relative;
  top: -0.25rem;
  margin-right: 0.5rem;
}
.sub-photo-swiper-h2:after {
  display: inline-block;
  content: '';
  width: 300px;
  height: 2px;
  background-image: linear-gradient(90deg, #017CFE 0%, transparent 100%);
  position: relative;
  top: -0.25rem;
  margin-left: 0.5rem;
}
.sub-photo-swiper-list {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 1rem;
}
.sub-photo-swiper-list h2 {
  font-family: Avenir-Black, "Microsoft YaHei";
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
}
.sub-photo-swiper-list p {
  font-family: Avenir-Book;
  font-size: 14px;
  margin-top: 5px;
  color: #333333;
  padding: 0 15px;
}
.sub-photo-swiper-avatar {
  width: 55%;
  padding-top: 55%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.sub-photo-swiper-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-photo-swiper .swiper-button-next,
.sub-photo-swiper .swiper-button-prev {
  top: 29%;
  opacity: 0.3;
}
.sub-photo-swiper .swiper-button-next:hover,
.sub-photo-swiper .swiper-button-prev:hover {
  opacity: 1;
}
.sub-speaker-filter {
  display: flex;
}
.sub-speaker-input {
  flex: 1;
  position: relative;
  margin-top: 1rem;
  padding-bottom: 0.3rem;
}
.sub-speaker-input > input {
  line-height: 1.2;
  width: 100%;
  font-size: 0.5rem;
  box-sizing: border-box;
  padding: 0.3rem 2rem 0.3rem 0.5rem;
  background-color: #f7f7f7;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  cursor: pointer;
}
.sub-speaker-input .filter-select-icon {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  margin-top: -0.25rem;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
  border-width: 0.2rem;
}
.sub-speaker-input .search-btn {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  bottom: 0.1rem;
  height: 1.1rem;
  cursor: pointer;
}
.sub-speaker-input:first-child {
  margin-right: 0.6rem;
}
.sub-speaker-input .sub-speaker-select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 50vh;
  overflow: auto;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 0.5rem;
  z-index: 9;
  border: solid 1px #e5e5e5;
}
.sub-speaker-input .sub-speaker-select-title {
  font-family: Avenir-Black, "Microsoft YaHei";
  font-size: 0.55rem;
  color: #1852a1;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #1852a1;
}
.sub-speaker-input .sub-speaker-select label {
  display: flex;
  align-items: center;
  font-size: 0.5rem;
  margin-top: 0.2rem;
  cursor: pointer;
}
.sub-speaker-input .sub-speaker-select label span {
  margin-left: 0.2rem;
}
.sub-speaker-input:hover .sub-speaker-select {
  display: block;
}
.sub-speaker-field {
  display: flex;
  flex-wrap: wrap;
}
.sub-speaker-field a {
  width: 1rem;
  height: 1rem;
  font-size: 0.5rem;
  line-height: 1rem;
  color: #555;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  margin-top: 0.5rem;
}
.sub-speaker-field a:not([disabled]).selected,
.sub-speaker-field a:not([disabled]):hover {
  background-color: #1679de;
  border: solid 1px #e5e5e5;
  color: #fff;
}
.sub-speaker-field a[disabled] {
  user-select: none;
  touch-action: none;
  color: #aaa;
  opacity: 0.8;
}
.sub-speaker-field a:not(:last-child) {
  margin-right: 0.3rem;
}
.sub-speaker-selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  font-size: 0.5rem;
}
.sub-speaker-selected span {
  margin-top: 0.2rem;
  margin-right: 0.5rem;
}
.sub-speaker-selected a {
  border-radius: 2px;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem;
  color: #000000;
  background: #e4f2ff url(../images/20240528110254_25153.png) no-repeat calc(100% - 0.5rem) center;
  background-size: auto 50%;
  margin-top: 0.2rem;
}
.sub-speaker-selected a:not(:last-child) {
  margin-right: 0.5rem;
}
.sub-photo-list {
  display: flex;
  flex-wrap: wrap;
}
.sub-photo-item {
  display: block;
  width: calc((100% - 30px * 5) / 6);
  margin-top: 30px;
  box-sizing: border-box;
  padding: 30px;
  background-image: linear-gradient(0deg, #e4f2ff 0%, #edf6ff 42%, #f5f9ff 100%);
  text-align: center;
}
.sub-photo-item:not(:nth-child(6n)) {
  margin-right: 30px;
}
.sub-photo-item-avatar {
  width: 50%;
  padding-top: 50%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.sub-photo-item-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-photo-item h2 {
  font-family: Avenir-Black, "Microsoft YaHei";
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
}
.sub-photo-item p {
  font-family: Avenir-Book;
  font-size: 14px;
  margin-top: 10px;
  color: #333333;
}
.sub-photo-container {
  margin-top: 30px;
}
.sub-photo-detail {
  width: 260px;
  height: 666px;
  padding: 30px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #ffffff 0%, #e4f2ff 100%);
  text-align: center;
  margin-right: 30px;
}
.sub-photo-detail-avatar {
  width: 50%;
  padding-top: 50%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.sub-photo-detail-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-photo-detail h2 {
  font-family: Avenir-Black;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
}
.sub-photo-detail p {
  font-family: Avenir-Book;
  font-size: 14px;
  margin-top: 10px;
  color: #333333;
}
.sub-phone-content {
  font-family: Avenir-Medium;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  margin-left: 290px;
}
@media screen and (max-width: 1600px) {
  .common-title {
    font-size: 42px;
  }
  .nav {
    height: 100px;
  }
  .nav .nav-list {
    padding-right: 10px;
  }
  .nav .nav-list li {
    font-size: 15px;
  }
  .nav .nav-list li a {
    padding: 0 5px;
  }
  .nav .nav-list li .sub-nav-list a{
    font-size: 14px;
  }
  .btn-box .btn-link {
    width: calc(100% / 6 - 75px / 6);
    height: 110px;
    margin-right: 15px;
  }
  .btn-box .btn-link:last-child {
    margin-right: 0;
  }
  .btn-box .btn-link p {
    font-size: 16px;
  }
  .btn-box .btn-link i {
    font-size: 13px;
  }
  .btn-box .btn-link img {
    height: 45px;
  }
  .date-box {
    padding-bottom: 40px;
  }
  .date-box .common-title {
    padding: 40px 0;
  }
  .bg-news .common-title{
    padding: 40px 0;
  }
  .speaker-box .speaker-header .common-title{
    padding: 40px 0;
  }
  .date-box .date-list a .date-item-date {
    font-size: 22px;
    margin-top: 15px;
  }
  .infomation-box .infomation-item .infomation-content .common-title {
    font-size: 32px;
    margin-top: 0;
  }
  .infomation-box .infomation-item .infomation-content-p {
    height: calc(100% - 205px);
  }
  .news-box {
    padding-bottom: 40px;
    background-size: 100% 240px;
  }
  .news-box .common-title {
    padding: 40px 0;
  }
  .news-box .news-nav a {
    font-size: 22px;
  }
  .news-box .news-list .news-item-title {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .speaker-box .speaker-list .speaker-item {
    padding: 20px;
  }
  .speaker-box .speaker-list .speaker-item-content {
    padding-right: 20px;
    width: 75%;
  }
  .speaker-box .speaker-list .speaker-item-content .si-header-name {
    font-size: 20px;
  }
  .speaker-box .speaker-list .speaker-item-img {
    width: 25%;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-name {
    margin-bottom: 20px;
  }
  .footer-box {
    padding: 30px;
    box-sizing: border-box;
  }
  .footer-box .footer-qrcode {
    margin-top: 20px;
  }
  .footer-box .footer-qrcode img {
    width: 120px;
    height: 120px;
  }
  .sub-photo-item {
    width: calc((100% - 30px * 4) / 5);
  }
  .sub-photo-item:nth-child(n) {
    margin-right: 0;
  }
  .sub-photo-item:not(:nth-child(5n)) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .nav .nav-list li {
    font-size: 14px;
  }
  .btn-box .btn-link img {
    height: 35px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
    margin: 0 auto;
  }
  .common-title {
    font-size: 32px;
  }
  .nav .nav-list li {
    font-size: 12px;
  }
  .btn-box .btn-link {
    padding: 15px 10px 15px 15px;
  }
  .btn-box .btn-link p {
    font-size: 14px;
  }
  .btn-box .btn-link i {
    font-size: 13px;
    left: 15px;
    bottom: 10px;
  }
  .btn-box .btn-link img {
    height: 35px;
    right: 10px;
    bottom: 15px;
    width: 40px;
    object-fit: contain;
  }
  .date-box {
    padding-bottom: 30px;
  }
  .date-box .common-title {
    padding: 30px 0;
  }
  .date-box .date-list a .date-item-date {
    font-size: 18px;
    margin-top: 10px;
  }
  .infomation-box .infomation-item .infomation-content .common-title {
    font-size: 28px;
  }
  .infomation-box .infomation-item .infomation-content-p {
    height: calc(100% - 130px);
  }
  .news-box {
    padding-bottom: 40px;
    background-size: 100% 210px;
  }
  .news-box .common-title {
    padding: 40px 0;
  }
  .news-box .news-nav a {
    font-size: 18px;
  }
  .news-box .news-list .news-item-title {
    font-size: 18px;
  }
  .news-box .news-list .news-item-title,
  .news-box .news-list .news-item-desc {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .speaker-box .speaker-header {
    top: 0;
  }
  .speaker-box .speaker-header .common-title:after {
    bottom: 4px;
  }
  .speaker-box .speaker-header .common-more {
    top: 0;
  }
  .speaker-box .speaker-list .speaker-item {
    padding: 15px;
  }
  .speaker-box .speaker-list .speaker-item-content {
    padding-right: 15px;
  }
  .speaker-box .speaker-list .speaker-item-content .si-header-name {
    font-size: 16px;
  }
  .speaker-box .speaker-list .speaker-item-content .si-more {
    font-size: 10px;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-org {
    margin-bottom: 5px;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-desc {
    line-height: 1.5;
    height: 32px;
  }
}
@media screen and (min-width: 780px) {
  .footer-box {
    display: flex;
    align-items: flex-start;
  }
  .nav-box:before{
    content: '';
    background: #e5edf5;
    display: block;
    position: absolute;
    width: 311px;
    height: 100%;
    left: 0;
    border-radius: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    margin: 0 auto;
  }
  .w-container {
    padding: 0 0.5rem;
  }
  .speaker-box{
    padding: 30px 0;
  }
  .banner{margin-top: 65px;}
  .bg-date{
    padding-top: 30px;
  }
  .nav-box {
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    z-index: 11;
    background-color: #fff;
  }

  .nav {
    height: 2.4rem;
  }
  .nav .logo {
    width: auto;
    height: 70%;
    top: 50%;
  }
  .nav .nav-list {
    padding: 0;
    position: fixed;
    left: 0;
    top: 2.4rem;
    bottom: 0;
    height: calc(100% - 2.4rem);
    z-index: 11;
    width: 0;
    max-width: 0;
    min-width: 0;
    overflow: hidden;
    transition: all 0.15s linear;
    background-color: #fff;
    box-shadow: 0px 6px 10px 0px rgba(0, 64, 150, 0.3);
    display: block;
  }
  .nav .nav-list li {
    font-size: 13px;
    display: block;
    float: none;
    line-height: 50px;
    text-align: center;
  }
  .nav .nav-list li a:after {
    bottom: 0;
  }
  .nav .nav-list li:hover .sub-nav-list {
    display: block;
  }
  .nav .nav-list li .sub-nav-list {
    padding: 0 2px;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.5);
    border-radius: 5px;
    display: none;
    font-size: 0.9em;
  }
  .nav .nav-list li .sub-nav-list {
    position: static;
    top: 50px;
    padding: 0 0.8rem;
    width: 100%;
    margin-left: 0;
    background-color: #f9f9f9;
    box-shadow: none;
    border-radius: 0;
  }

  .nav .nav-list li .sub-nav-list:before {
    display: none;
  }
  .nav .nav-list li .sub-nav-list a {
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav .nav-list li .sub-nav-list a:last-child {
    border-bottom: 0;
  }
  .nav .wap-switch {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 4px;
    background-color: #066fef;
    position: relative;
    top: 50%;
    margin-top: -2px;
    margin-left: 20px;
    opacity: 0.7;
  }
  .nav .wap-switch:before,
  .nav .wap-switch:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #066fef;
    transition: all 0.15s linear;
  }
  .nav .wap-switch:before {
    top: -8px;
  }
  .nav .wap-switch:after {
    bottom: -8px;
  }
  .nav .wap-switch-input:checked + .nav-list {
    width: 70%;
    max-width: 220px;
    min-width: 180px;
  }
  .nav .wap-switch-input:checked + .nav-list + .wap-switch {
    background-color: transparent;
    left: 6px;
  }
  .nav .wap-switch-input:checked + .nav-list + .wap-switch:before {
    transform: rotate(-45deg) translateX(-11px);
  }
  .nav .wap-switch-input:checked + .nav-list + .wap-switch:after {
    transform: rotate(45deg) translateX(-11px);
  }
  .nav .wap-switch-input:checked + .nav-list + .wap-switch span {
    position: fixed;
    left: 0;
    top: 2.4rem;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .swiper-container .swiper-pagination-bullets {
    padding-left: 0.5rem;
    box-sizing: border-box;
  }
  .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 0.55rem;
    padding: 0 0.2rem;
    margin: 0 0.3rem;
    border-width: 0.1rem;
  }
  .common-title {
    font-size: 1.5rem;
  }
  .common-more {
    padding: 0.3rem 0.5rem;
    line-height: 1;
  }
  .common-more:hover {
    background-image: linear-gradient(90deg, rgba(168, 207, 84, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .btn-box {
    display: block;
  }
  .btn-box .btn-link {
    padding: 0.5rem;
    width: calc(100% / 3 - 1rem / 3);
    margin-top: 0.5rem;
    margin-right: 0.5rem;
  }
  .btn-box .btn-link:nth-child(3n) {
    margin-right: 0;
  }
  .btn-box .btn-link p {
    font-size: 0.5rem;
  }
  .btn-box .btn-link i {
    font-size: 0.45rem;
  }
  .notice-list {
    height: 1.8rem;
    line-height: 1.8rem;
  }
  .notice-list .leftside {
    font-size: 0.55rem;
    width: 4rem;
  }
  .notice-list .ti_wrapper {
    width: calc(100% - 4rem);
  }
  .notice-list .ti_content {
    font-size: 0.55rem;
  }
  .date-box {
    padding-bottom: 1rem;
    margin-top: 0.5rem;
  }
  .date-box .common-title {
    padding: 1rem 0 0;
  }
  .date-box .date-list {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .date-box .date-list a {
    width: 33.333%;
    margin-top: 0.5rem;
  }
  .date-box .date-list a .date-item-date {
    font-size: 0.6rem;
    margin-top: 0;
  }
  .infomation-box .infomation-item {
    width: 100%;
    padding-top: 0;
    padding-top: 1rem;
    box-sizing: border-box;
  }
  .infomation-box .infomation-item.info-video{
    padding-top: 0;
  }
  .infomation-box .infomation-item .infomation-content {
    position: static;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .infomation-box .infomation-item .infomation-content .common-title {
    font-size: 0.8rem;
  }
  .infomation-box .infomation-item .infomation-content-p {
    height: 15rem;
  }
  .infomation-box .infomation-item .news-swiper-container a {
    padding-top: 62.5%;
  }
  .infomation-box .infomation-item .news-swiper-container .swiper-pagination-bullet {
    width: 1rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.5rem;
    margin: 0.2rem;
  }
  .news-box {
    padding-bottom: 1rem;
    background-size: 100% 5rem;
  }
  .news-box .common-title {
    padding: 1rem 0 0.8rem;
  }
  .news-box .news-nav a {
    font-size: 0.6rem;
  }
  .news-box .news-list {
    margin-top: 0.5rem;
  }
  .news-box .news-list .news-item {
    position: relative;
  }
  .news-box .news-list .news-item-title {
    font-size: 14px;
    margin-top: 15px;
  }
  .news-box .news-list .news-item-date {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;
  }
  .news-box .news-list .news-item-title,
  .news-box .news-list .news-item-desc {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .news-box .news-list .news-item-desc {
    font-size: 12px;
    margin-top: 5px;
  }
  .speaker-box .speaker-header .common-title:after {
    bottom: 0;
    height: 15px;
  }
  .speaker-box .speaker-header .common-more {
    top: 0;
  }
  .speaker-box .speaker-list .speaker-ibox {
    width: 50%;
    padding-top: 5px;
  }
  .speaker-box .speaker-list .speaker-ibox:nth-child(2n) .speaker-item {
    right: 0;
    left: auto;
  }
  .speaker-box .speaker-list .speaker-item .si-header-desc {
    transition: none;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-name {
    margin-bottom: 10px !important;
  }
  .sponsors-box .sponsors-header .common-title:after {
    bottom: 0;
    height: 15px;
  }
  .email-btn {
    padding: 12px 30px;
  }
  .email-module {
    padding: 25px;
  }
  .email-module .email-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .email-module .email-item:nth-child(2)::after,
  .email-module .email-item:nth-child(2)::before {
    display: none;
  }
  .email-module .email-item .email-btn {
    margin-top: 10px;
  }
  .email-module .email-item:last-child {
    margin-bottom: 0;
  }
  .email-module p {
    font-size: 18px;
  }
  .alert-wrapper .alert-content {
    width: 100%;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    max-height: 97vh;
    overflow: auto;
    left: 0;
    bottom: 0;
    margin-left: 0;
    transform: translateY(0);
    top: auto;
  }
  .alert-wrapper .alert-content-title {
    font-size: 18px;
  }
  .alert-wrapper .alert-form-item {
    margin-top: 15px;
  }
  .alert-wrapper .alert-form-item .alert-form-input {
    padding: 10px;
  }
  .alert-wrapper.download-prev-form .alert-content {
    padding: 20px;
  }
  .photo-box {
    overflow: hidden;
  }
  .photo-box .photo-header {
    width: 100%;
    padding-top: 2.8rem;
  }
  .photo-box .photo-header-content {
    padding: 1rem 0 1rem 0.5rem;
    text-align: left;
  }
  .photo-box .photo-header-content .common-title {
    display: inline;
  }
  .photo-box .photo-header-content .common-title:after {
    bottom: 0;
    height: 10px;
  }
  .photo-box .photo-header-content .common-more {
    left: auto;
    right: 0;
    bottom: 0.9rem;
  }
  .photo-box .photo-list {
    width: 100%;
  }
  .footer-box {
    padding: 0.5rem;
  }
  .footer-box .footer-title {
    font-size: 0.6rem;
  }
  .footer-box .footer-item {
    margin-left: 0;
  }
  .footer-box .footer-qrcode {
    margin-top: 0;
    padding-top: 20px;
    float: none;
    clear: both;
    text-align: center;
  }
  .footer-box .footer-qrcode img {
    width: 100px;
    height: 100px;
  }
  .side-box {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
  .side-date {
    top: 100px;
    width: 2.5rem;
    height: 3.33rem;
    padding: 0.4rem 0.2rem;
    display: none;
  }
  .side-date-title {
    font-size: 0.45rem;
  }
  .side-date-date {
    font-size: 0.89rem;
  }
  .side-date-days {
    font-size: 0.3rem;
  }
  .sub-header-title {
    height: 390px;
    line-height: 4.5rem;

    margin-top: 65px;
  }
  .sub-header-title .common-title {
    padding: 0 0.5rem;
  }
  .sub-header-title .common-title:after {
    height: 10px;
  }
  .sub-header-title .sub-header-text{
    display: none;
  }
  .sub-list-box .sub-list-nav a {
    font-size: 17px;
  }
  .sub-list-box .sub-list-list .sub-list-item-image {
    width: 160px;
    height: 90px;
  }
  .sub-list-box .sub-list-list .sub-list-item-content {
    margin-left: 175px;
  }
  .sub-list-box .sub-list-list .sub-list-item-date {
    font-size: 12px;
  }
  .sub-list-box .sub-list-list .sub-list-item-title {
    font-size: 0.55rem;
    margin-top: 10px;
  }
  .sub-list-box .sub-list-list .sub-list-item-desc {
    -webkit-line-clamp: 2;
    margin-top: 6px;
    font-size: 12px;
  }
  .sub-detail-box .sub-detail-nav {
    width: 200px;
  }
  .sub-detail-box .sub-detail-nav a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
  .sub-detail-box .sub-detail-content {
    margin-left: 200px;
    padding-bottom: 50px;
  }
  .sub-detail-box .sub-detail-content-title {
    font-size: 20px;
  }
  .sub-photo-swiper-h2 {
    font-size: 18px;
  }
  .sub-photo-swiper-h2:before,
  .sub-photo-swiper-h2:after {
    width: 2.5rem;
    height: 1px;
  }
  .sub-photo-item {
    width: calc((100% - 0.5rem) / 2);
    margin-top: 0.5rem;
    box-sizing: border-box;
    padding: 0.8rem;
  }
  .sub-photo-item:nth-child(n) {
    margin-right: 0;
  }
  .sub-photo-item:not(:nth-child(2n)) {
    margin-right: 0.5rem;
  }
  .sub-photo-item h2 {
    font-size: 0.7rem;
  }
  .sub-photo-item p {
    font-size: 0.55rem;
  }
  .sub-photo-container {
    margin-top: 0.5rem;
  }
  .sub-photo-detail {
    width: 100%;
    height: auto;
    padding: 0.8rem;
    margin-right: 0;
  }
  .sub-photo-detail-avatar {
    width: 3.5rem;
    padding-top: 3.5rem;
  }
  .sub-photo-detail h2 {
    font-size: 0.7rem;
  }
  .sub-photo-detail p {
    font-size: 0.55rem;
  }
  .sub-phone-content {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-left: 0;
  }
  .organ-box .organ-content-item {
    width: 90%;
  }
  .organ-box .organ-content-item:nth-child(n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .btn-box .btn-link {
    padding: 0.5rem;
    width: 50% !important;
    margin-top: 0.5rem;
    margin-right: 0 !important;
    height: 3.2rem;
    padding-bottom: 1.2rem;
  }
  .btn-box .btn-link:nth-child(3n) {
    float: right;
  }
  .btn-box .btn-link p {
    line-height: 1.2;
    font-size: 0.5rem;
  }
  .btn-box .btn-link i {
    font-size: 0.45rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
  .date-box .date-list {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .date-box .date-list a {
    width: 50%;
    margin-top: 0.8rem;
  }
  .date-box .date-list a .date-item-date {
    font-size: 0.6rem;
    margin-top: 0;
  }
  .date-box .date-list a:last-child {
    width: 100%;
  }
  .news-box {
    background-size: 100% 5rem;
  }
  .news-box .news-nav a {
    font-size: 0.5rem;
    padding: 0 0.5rem;
  }
  .news-box .news-nav a:after {
    bottom: -0.4rem;
    height: 2px;
  }
  .news-box .news-list .news-item {
    width: 100%;
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .news-box .news-list .news-item-title {
    font-size: 0.55rem;
    margin-top: 0.5rem;
    -webkit-line-clamp: 2;
  }
  .speaker-box .speaker-list {
    margin-top: 0.5rem;
  }
  .speaker-box .speaker-list .speaker-ibox {
    width: 100%;
    padding-top: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .speaker-box .speaker-list .si-header-name {
    margin-bottom: 10px !important;
  }
  .speaker-box .speaker-list .speaker-item-content {
    vertical-align: top;
  }
  .speaker-box .speaker-list .speaker-item-img {
    width: 18% !important;
  }
  .speaker-box .speaker-list .speaker-item:hover {
    width: 100%;
    box-shadow: none;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-name .si-more {
    display: none;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-org {
    margin-bottom: 10px;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-desc {
    display: none;
  }
  .organ-box {
    margin-top: 1rem;
  }
  .organ-box .organ-item-title {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  .organ-box .organ-floor .organ-item {
    width: 50%;
    margin: 0.3rem;
    padding-top: 15%;
  }
  .sponsors-box {
    padding-bottom: 1rem;
    margin-top: 1rem;
  }
  .sponsors-box .sponsors-header {
    text-align: center;
    position: relative;
    padding: 1rem 0 0 0;
  }
  .sponsors-box .sponsors-list {
    padding: 0 0.5rem;
  }
  .sponsors-box .sponsors-list .sponsors-item {
    width: 50%;
    padding: 0 0.25rem;
    margin-top: 0.5rem;
  }
  .sponsors-box .sponsors-list .sponsors-item-img {
    padding-top: 25%;
  }
  .sponsors-box .swiper-pagination {
    bottom: 0.5rem;
  }
  .sponsors-box .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 2px;
    margin: 0 2px;
  }
  .sponsors-box .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
  }
  .sponsors-box .swiper-button-next,
  .sponsors-box .swiper-button-prev {
    top: 61%;
    height: 12px;
    background-size: 100% 100%;
  }
  .sponsors-box .swiper-button-prev {
    left: 0;
  }
  .sponsors-box .swiper-button-next {
    right: 0;
  }
  .sub-list-box .sub-list-nav {
    padding: 0.8rem 0;
  }
  .sub-list-box .sub-list-nav a {
    font-size: 20px;
    padding: 0 0.5rem;
  }
  .sub-list-box .sub-list-nav a:after {
    bottom: -0.4rem;
    height: 2px;
  }
  .sub-list-box .sub-list-list .sub-list-item {
    padding: 0.5rem;
  }
  .sub-list-box .sub-list-list .sub-list-item-image {
    width: 4rem;
    height: 2.25rem;
    margin-right: 0.5rem;
  }
  .sub-list-box .sub-list-list .sub-list-item-content {
    margin-left: 4.5rem;
  }
  .sub-list-box .sub-list-list .sub-list-item-date {
    font-size: 12px;
  }
  .sub-list-box .sub-list-list .sub-list-item-title {
    font-size: 0.55rem;
    margin-top: 10px;
    display: -webkit-box;
    white-space: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sub-list-box .sub-list-list .sub-list-item-desc {
    -webkit-line-clamp: 1;
    margin-top: 6px;
    font-size: 12px;
  }
  .sub-detail-box {
    min-width: auto;
    width: 100%;
  }
  .sub-detail-box .sub-detail-nav {
    display: none;
  }
  .sub-detail-box .sub-detail-content {
    margin-left: 0;
    border-left: 0;
    padding: 0;
    padding-bottom: 50px;
  }
  .sub-detail-box .sub-detail-content-title {
    font-size: 0.7rem;
  }
  .sub-detail-box .sub-detail-content-p {
    font-size: 0.55rem;
  }
  .sub-article-box {
    min-width: auto;
    width: 100%;
  }
  .sub-article-box .sub-article-content-title {
    font-size: 0.7rem;
  }
  .sub-article-box .sub-article-content-p {
    font-size: 0.55rem;
  }
}
/*# sourceMappingURL=index.css.map */