/*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: #000000;
  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;
}
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: #004096;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .pad50{
    padding:50px 150px;
  }
}
@media screen and (max-width: 990px) {
  .pad50{

  }
}
.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;
}
.c-green{color: #07bc76;}
.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;
}
.w-container {
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.common-title {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
}
.title{position: relative;}
.title .subtitle .common-title{
  position: relative;
}
.title .subtitle .common-title img{
  max-width: 100%;
}
/*.title .subtitle .common-title:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 150px;*/
/*  left: -157px;*/
/*  top: 30px;*/
/*  height: 8px;*/
/*  background: url(../images/tit-line.png)no-repeat right;*/
/*}*/
/*.tit-contact .subtitle .common-title:after {*/
/*  background: url(../images/tit-line-white.png)no-repeat right;*/
/*}*/
.title .subtitle .en{
  color: #ffffff;
  font-size: 20px;
  position: relative;
  text-shadow:
          -1px -1px 0 #0069fe,
          1px -1px 0 #0069fe,
          -1px 1px 0 #0069fe,
          1px 1px 0 #0069fe; /* 增加偏移量可以增加描边宽度 */
}
.common-more {
  margin: 10px 0;
  /*background-image: linear-gradient(90deg, #005fff 0%, rgba(0, 0, 0, 0) 100%);*/
  display: inline-block;
  transition: all 0.3s linear;

}
.common-more span{
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;}
.common-more span.more{
  border:1px solid #0081ff;
  color: #000000;
  padding: 0 8px;

}
.common-more span.jia{
  width: 40px;
  background: #0081ff;
  border:1px solid #0081ff;
  color: #ffffff;
}
.common-more:hover {
  background: #0081ff;
  color: #FFFFFF;
}
.common-more:hover span.more{
  color: #FFFFFF;
}
.nav-box {
  position: absolute;
  top: 0;
  z-index: 11;
  /*background: #82ce61;*/
  /*box-shadow: 0 0 10px rgba(42, 58, 114, 0.15);*/
  /*border-bottom:1px solid rgba(255, 255, 255, 0.16);*/
}
.nav {
  height: 96px;
}
.nav .wap-switch {
  display: none;
}
.nav .wap-switch-input {
  display: none;
}
.nav .logo {
  display: none;
  width: 279px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nav .nav-list {
  width: calc(100% - 300px - 250px);
  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: 16px;
  position: relative;
}
.nav .nav-list li a {
  padding: 0 10px;
  font-weight: bold;
  color: #000000;
  position: relative;
  display: block;
  text-transform:uppercase;
}
.nav .nav-list li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 0;
  height: 4px;
  background-color: #004095;
  transition: all 0.2s linear;
}

.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: #02a1cf;
}
.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;
}
@media screen and (min-width: 1024px) {
  .nav .nav-list li a{
    color: #03a6bd;
  }
  .nav .nav-list li .sub-nav-list a{
    color: #02a1cf;
  }
  .nav .nav-list li a:hover{
    color: #007b8c;
  }
  .nav .nav-list li:hover > a,
  .nav .nav-list li.selected > a {
    color: #007b8c;
  }
}
@media screen and (max-width: 768px){
  .title .subtitle .common-title img{
    max-width: 60%;
    margin: 20px 0 0 20px;
  }
}
/*顶部工具图标*/
.header-en{position:relative}
.header-en:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:#0267db;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1)}
/*@media not all and (hover:none){.header-en:hover:after{width:100%}}*/
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-en:hover:after{width:100%}}.ie .header-en:hover:after{width:100%}
@media not all and (hover:none){.header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}
}
.ie .header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}
.header-en-popup{position:absolute;right:0;top:calc(100% + 1.5rem);background:#fff;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1);
  opacity:0;
  visibility:hidden;
  padding:20px;
  width:200px;
  font-size: 16px;
  line-height:1.6}
/*.header-en-popup li:before{content:"";float:left;width:1.5rem;height:1.5rem;background:no-repeat center center/contain}*/
.header-en-popup li+li{margin-top:10px;}
.header-en-popup .header-en-check:before{background-image:url(/cn/images/check-069d891c11.svg)}.header-en-popup a{display:block}
.header-en-popup a:hover em,.header-en-popup a:hover label{color:#0267db}
.header-en-popup em{color:#111;font-style: normal;}
.header-en-popup label{color:#666;font-weight:300;cursor:pointer;margin-bottom: 0;}
@media (max-width:1400px){

}
@media (max-width:1279px){
  .header-wechat-popup{display:none}
  .header-tools{display:none;}
  .header-tools>li{display:none}
  /*.header-tools .header-en{display:block}*/
  .header-tools .header-en .header-icon{font-size:1.33rem}
  .mymenu{float: right;}
}

@media (min-width:1280px){
  .header-tools{
    /*float:right;*/
    /*margin-top:1rem*/
    margin-right: 22px;
  }
  .header-tools>li{float:left}
  .header-tools>li+li{margin-left:.5rem}
  .header-icon{display:block;
    /*width:3rem;height:3rem;line-height:3rem;*/
    color:rgba(255,255,255,.7);text-align:center;cursor:pointer}
  .header-icon:hover{color:#fff}
  .header-wechat{position:relative;margin-left:0}
  .header-wechat:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:#0267db;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1)}
  /*@media not all and (hover:none){*/
  /*  .header-wechat:hover:after{width:100%}}*/
}
@media (min-width:1280px) and (-ms-high-contrast:none),(min-width:1280px) and (-ms-high-contrast:active){.header-wechat:hover:after{width:100%}}
@media (min-width:1280px){.ie .header-wechat:hover:after{width:100%}}
@media (min-width:1280px){.header-wechat:hover .header-wechat-popup{top:100%;opacity:1;visibility:visible}}
@media (min-width:1280px){
  .header-wechat-popup{
    position:absolute;
    right:0;
    top:calc(100% + 1.5rem);
    background:#fff;
    -webkit-transition:.5s cubic-bezier(.77,0,.175,1);
    transition:.5s cubic-bezier(.77,0,.175,1);
    opacity:0;
    visibility:hidden;
    width:160px;
    text-align: center;
    padding:.5rem}
  .header-wechat-popup img{display:block;width:125px;height:auto;}
  .header-wechat-popup p{color:#8b95a0;text-align:center;font-size:16px;}
}
/*dingbu end*/
.swiper-container {
  max-width: 100%;
  margin: 0 auto;
}
.swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  padding-top: 49.5%;
  position: relative;
}
.swiper-container .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide a video {
  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;
}
.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-fast{
  margin-top: 30px;
}
.fast-way {
  width: 100%;
  overflow: hidden;
  padding: 5px 2px;
}
.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: 20px 10px 20px;
  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:#d9f0ff url(../images/bg-fast.png)no-repeat right;
}
.fast-way .fast-item:nth-of-type(2n) a .fast-bg {
  background:#ddfaff url(../images/bg-fast.png)no-repeat right;
  border-left:1px solid rgba(255, 255, 255, 0.21);
  border-right:1px solid rgba(255, 255, 255, 0.21);
}
.fast-way .fast-item a:hover .fast-bg {background-color: #38a0ff;}
.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: space-around;
  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: 81px;
}
.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: 10px;
  /*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;
}
@media screen and (max-width:768px){


  .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: 20px 0 10px;
    /*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;
  }
  .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);
  }
}
/*why*/
.why-attend{
  padding-top: 50px;

}
.why-attend .common-title{
  padding: 40px 0;
}
.attend-list a{
  display: block;
  position: relative;
  height: 100%;
}
.attend-list a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}
.attend-position{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.attend-list .attend-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(45, 98, 209, 0.93));
  transition: 0.25s ease-in;
}
.attend-list .attend-position {
  padding: 24px;

}
/* 线性渐变文字（最常用） */
p.gradient-text-linear {


  /* 1. 设置背景渐变 */
  background: linear-gradient(90deg, #ff0080, #ff8c00, #40e0d0);
  /* 2. 裁剪背景到文字区域（核心属性） */
  -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
  background-clip: text;
  /* 3. 将文字颜色设为透明，显示背景渐变 */
  color: transparent;
  display: inline-block;
  /* 4. 文字描边核心属性（webkit前缀必加） */
  /*-webkit-text-stroke: 1px #ffffff; !* 2px是描边宽度，#000是描边颜色 *!*/
  /*text-stroke: 1px #ffffff; !* 标准属性，兼容新版浏览器 *!*/
}
.attend-list .attend-position p{

  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #03a1ce;
  -webkit-text-stroke: 1px #ffffff; /* 2px是描边宽度，#000是描边颜色 */
  text-stroke: 1px #ffffff; /* 标准属性，兼容新版浏览器 */
}

.attend-list .attend-position-en{
  padding: 24px 0;
}
.attend-list .attend-position-en p{
  letter-spacing: 0;
}
.attend-list a:hover .attend-bg{
  height:30%;
}
@media (max-width: 768px) {
  .attend-list {
    margin-bottom: 20px;
  }
}
/*重要日期*/
.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;
  }
}
.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%;
  background: #000;
  z-index: auto;
}

.infomation-box .infomation-item .infomation-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 30px;
}
.infomation-box .infomation-item .infomation-content .common-title {
  display: inline-block;
  font-size: 36px;
  margin-top: 30px;
  font-style: normal;
  color: #066fef;
  /*background-image: linear-gradient(90deg, rgba(125,190,247, 0.35) 0%, rgba(0, 0, 0, 0) 100%);*/
  padding: 10px 100px 10px 0;
}
.infomation-box .infomation-item .infomation-content-p {
  height: calc(100% - 170px);
  margin: 20px 0;
  overflow: auto;
}
.infomation-box .infomation-item .infomation-content-p p{
  line-height: 2;
  color:#000000;
  font-size: 14px;
}
.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, 77, 158, 0.2);
  border-radius: 6px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(27, 77, 158, 0.7);
  border-radius: 6px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(27, 77, 158, 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;
}
/*about*/
.about {
  line-height: 2;
}
.bg-about{
  background: url(../images/bg-about.jpg)no-repeat bottom;
  min-height: 90vh;
  /*background-size: cover;*/
}
.infomation-item1 {
  padding-bottom: 50px;
  margin-top: 50px;
}
.about-p{padding:50px 0;}
.about-p p{
  font-size: 16px;

}
.cent{
  text-align: center;
}
.cent h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  font-style: normal;
  color: #02a1cf;
  /* background-image: linear-gradient(90deg, rgba(125, 190, 247, 0.35) 0%, rgba(0, 0, 0, 0) 100%); */
  /* background: linear-gradient(to right, #0090ff 0%, #00d79d 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  display: inline-block;
  letter-spacing: 0.05rem;
}
.hollow-text {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px; /* 增加字间距，和图中效果一致 */
  color: transparent;
  -webkit-text-stroke: 1px #02a1cf; /* 浅蓝色描边 */
  text-stroke: 1px #02a1cf;
}
@media screen and (max-width: 1600px) {

  .cent h3{
    font-size: 1.14rem;
  }
}
@media screen and (max-width: 1200px){

  .cent h3{
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1024px) {
  .cent{}

  .about_more{}
  .about-bg{

  }
}
@media screen and (max-width: 996px){
  .cent h3{
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .infomation-item1 {
    margin-top: 50px;
  }
}
/*新闻*/
.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: #ffffff;
  padding-bottom: 60px;
}

.bg-news .common-title{
  color: #066fef;
  margin-bottom: 30px;
}
.new-con-list .new-con{
  display: block;
  padding-bottom: 30px;
  background: #FFFFFF;
  /*box-shadow: 1px 5px 6px #ededed;*/
  position: relative;
  z-index: 0;
  perspective: 300px;/*增加透视效果*/
  transform-style: preserve-3d;
  transition: 0.8s;
  -webkit-transition: 0.8s;
}
.new-con-list .new-con .new-pic {overflow: hidden; margin-bottom: 15px;}
.new-con-list .new-con .new-pic img{
  max-width: 100%;

  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.new-con-list .new-con .news-time span{
font-size: 14px;
  color: #999999;
}
.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::after {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background: linear-gradient(137deg, #3691ff 0%, #a7efff 100%);
-webkit-transform: rotateY(10deg);
transform: rotateY(10deg);
transform-origin: center top 0;
-webkit-transform-origin: center top 0;
opacity: 0;
visibility: hidden;
transition: 0.5s;
-webkit-transition: 0.5s;
z-index: -1;
}
/*.new-con-list .new-con:hover::after {*/
/*transform: none;*/
/*opacity: 1;*/
/*visibility: visible;*/
/*}*/
.new-con-list .new-con .abstracts{
font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-more{
display: inline-block;
padding-top: 15px;
}

.new-more .si-more {
display: inline-block;
line-height: 1;
padding: 10px 25px;
font-size: 13px;
transition: all 0.3s linear;
/*background-image: linear-gradient(90deg, rgba(19, 109, 207, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);*/
  background: linear-gradient(137deg, #4fdcf9 0%, #b4dc83 100%);
color: #ffffff;
  border-radius: 20px;
}
/*.new-con-list .new-con:hover{*/
/*  background: #1d78e6;*/
/*  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 {
  color:#ffffff;
  background: linear-gradient(90deg, #b4dc83 0%, #4fdcf9 100%);
}
.new-more .si-more:hover  {
  color:#ffffff;
  background: linear-gradient(90deg, #b4dc83 0%, #4fdcf9 100%);
}
.new-more{
  text-align: center;
}
.title .new-more {
  position: absolute;
  right: 0;
  top: 50px;
}
.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: #066fef;
  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;
}
@media (min-width: 1366px) {
.new-con-list .new-con .new-name{
  min-height: 53px;
}
}
.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;
}
@media (max-width: 768px){
  .new-con-list{padding: 0 15px;}
}
/*演讲嘉宾*/
.speaker-box {
  margin: 1rem 0;
}
.speaker-box .speaker-header {
  text-align: center;
  position: relative;
  top: 7px;
  line-height: 1;
}
.speaker-box .speaker-header .common-title {
  color: #066fef;

  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*/
/*组织机构*/
.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: #f0f4f8;
  padding-bottom:30px;
}
.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: linear-gradient(146deg, #307dfa 0%, #00c6ff 50%, #aaeaff 100%);
  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: linear-gradient(146deg, #004096 0%, #1778de 100%);*/
  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;
  }
}

/*组织机构 2025人工智能*/
.bg-guest{
  background: url(../images/bg-guest.jpg)no-repeat center;
  background-size: cover;
}
.speak-con{padding: 50px 0;}
.speaker-wramp{}
.speaker-ibox {
  display: block;
  height: 100%;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.speaker-img img{width: 100%;}

/*主办单位*/
.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;
}
.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;
}

/*往届回顾*/
#photos{position: relative;}
.bg-history{background: #f3f9ff; }
.bg-history .title{
  padding-bottom: 30px;
}
.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;osition: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;}

.footer-s{
background: url(../images/bg-bottom.jpg)no-repeat left;
  color: #ffffff;
}
.footer .bot-lx{margin-bottom: 25px;color: #ffffff;padding-top: 15px;line-height: 30px;}
.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-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;
}
.footer .erweima {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 16px rgba(255, 255, 255, 0.25);
  border-radius: .16rem;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  margin-top: 2px;
  height: 176px;
}
.footer .erweima img{
  border-radius: 10px;
  max-width: 100%;
}
.bottom {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
}
.bottom p {
  text-align: center;
  line-height: 30px;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .footer{
    padding: 50px 150px;
  }
}
.side-box {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 40px;
  padding: 5px 0;
  z-index: 9;
  background-color: #02a1cf;
}
.side-box img {
  display: block;
  width: 40px;
  height: 40px;
  padding: 9px;
  object-fit: contain;
  object-position: center center;
}
.side-box img:hover {
  background-color: #007698;
}
.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%, #aaffd9 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;
  text-align: center;
  line-height: 32px;
  background: url(../images/bg-comban.jpg) no-repeat center bottom;
}
.sub-tit-con{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform:translateY(-50%);
}
.sub-header-title .common-title {
  color: #03a6bd;
  position: relative;
  font-size: 40px;
  margin: 0 auto;
  /*display: inline-block;*/
  padding: 0 30px 30px;
  text-transform: uppercase;
  /*font-style:italic;*/
  font-weight: bold;
}

.sub-header-title .common-title:before {

  /*display: inline-block;*/
  /*content: '';*/
  /*width: 230px;*/
  /*height: 40px;*/
  /*background: url(../images/ban-left.png)no-repeat;*/
  /*position: relative;*/
  /*top: 7px;*/
  /*margin-right: 0.5rem;*/

  /*background-image: linear-gradient(to top, #356bcd, rgba(0, 0, 0, 0));*/
}
.sub-header-title .common-title:after {

  /*display: inline-block;*/
  /*content: '';*/
  /*width: 230px;*/
  /*height: 40px;*/
  /*!*background: url(../images/ban-left.png)no-repeat;*!*/
  /*transform: scaleX(-1);*/
  /*position: relative;*/
  /*top: 7px;*/
  /*margin-left: 0.5rem;*/

  /*background-image: linear-gradient(to top, #356bcd, rgba(0, 0, 0, 0));*/
}
.sub-header-title .sub-header-text{
  color: #03a6bd;
  width: 60%;
  font-size: 20px;
  margin: 0 auto;
  letter-spacing: 0.08rem;
  line-height: 26px;
  font-family: "PingFang SC";
  position: relative;
}
.sub-header-title .sub-header-text p:after{
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -8px;
  height: 2px;
  background-image:linear-gradient(90deg, rgba(3, 166, 189, 0.01) 0%, #0cc1da 49%, rgba(28, 209, 234, 0.01) 100%);
}
@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;
  font-size: 24px;
  color: #000;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.sub-list-box .sub-list-nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 4px;
  background-color: #03a6bd;
  transition: all 0.2s linear;
}
.sub-list-box .sub-list-nav a.selected {
  font-weight: bold;
  color: #03a6bd;
}
.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;
  border-bottom:1px solid #dedede;
}
.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: 14px;
  color: #999999;

  padding: 15px 20px 5px 0;
  line-height: 1;
  display: inline-block;

}
.sub-list-box .sub-list-list .sub-list-item-more {
  color: #004096;
  padding: 5px 0;
}
.sub-list-box .sub-list-list .sub-list-item-title {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-top: 10px;

}
.sub-list-box .sub-list-list .sub-list-item-desc {
  -webkit-line-clamp: 3;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
.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;
  text-align: right;
  padding: 0 18px;
  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: #1679de;
  background-color: #e5f2ff;
  border-radius: 33px 0px 0px 33px;
  border-right: 2px solid #1679de;
}
.sub-detail-box .sub-detail-content {
  padding: 30px 0 0 30px;
  padding-bottom: 50px;
  position: relative;

}
.sub-detail-box .sub-detail-content-title {
  font-size: 24px;
  font-weight: bold;
  color: #066fef;
}
.sub-detail-box .sub-detail-content-p {
  line-height: 1.5;
  margin-top: 20px;
  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: 50px 0 10px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #dedede;
  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: #03a6bd;
}
.sub-photo-swiper-h2:before {
  display: inline-block;
  content: '';
  width: 300px;
  height: 2px;
  background-image: linear-gradient(270deg, #03a6bd 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, #03a6bd 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: 16px;
  }
  .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-bottom: 40px;
  }
  .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% - 140px);
  }
  .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;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    margin: 0 auto;
  }
  .w-container {
    padding: 0 0.5rem;
  }
  .nav-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;
    background-color: #fff;
  }
  .nav {
    height: 2.4rem;
  }
  .nav .logo {
    width: auto;
    height: 80%;
    top: 50%;
    display: block;
  }
  .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: #02b595;
    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: #02b595;
    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: 0.9rem;
  }
  .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: 10rem;
  }
  .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: 7rem;
    line-height: 3.5rem;
  }
  .sub-header-title .common-title {
    padding: 0 0.5rem;
  }
  .sub-header-title .common-title:before{
    display: none;
  }
  .sub-header-title .common-title:after {
    height: 10px;
    display: none;
  }
  .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-left: 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 */