/*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;
  }
}
.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;
}
.w-container {
  padding: 0 60px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.common-title {
  font-size: 42px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.common-more {
  padding: 10px 25px;

  display: inline-block;
  transition: all 0.3s linear;
  color: #000000;
  border: 1px solid #8c8c8c;
  margin-top: 30px;
}
.common-more:hover {
background: #0066CC;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #0066CC;
}
.bg-blue-top{
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  background: #0074ff;
  height: 680px;
  z-index: -1;
}
.scroll{
  position:absolute; z-index:999; top:750px;left:8px;
}
@media (min-width: 1024px) {
  .bg-blue-top{
    height: 300px;
  }
  .scroll{
    top: 370px;
  }
}
@media (min-width: 1280px) {
  .bg-blue-top{
    height: 500px;
  }
  .scroll{
    top: 570px;
  }
}
@media (min-width: 1680px) {
  .bg-blue-top{
    height: 680px;
  }
  .scroll{
    top: 750px;
  }
}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
  .bg-blue-top{
    height: 200px;
  }
  .scroll{
    display: none;
  }
}
.nav-box {
  position: relative;
  top: 0;
  z-index: 11;
}
.nav {
  height: 96px;
}
.nav .wap-switch {
  display: none;
}
.nav .wap-switch-input {
  display: none;
}
.nav .logo {
  width: 320px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nav .logo.pc{display: none;}
.nav .nav-list {
  width: calc(100% - 30px);
  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,
.nav .nav-list li.selected > a {
  color: #004096;
}
.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: scaleY(0);
  transform: scaleY(0);
  -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: .5s;
  -o-transition: .5s;
  transition: .5s
}
.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: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}


.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: #1679de;
}
.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(max-width:768px) {
.nav .logo.pc{display: block;}
}
.blue-stripe {
  width: 46%;
  max-width: 90%;
  height: 80px;
  background-color: #0066CC; /* 蓝色背景 */
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}
.title{
  font-size: 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 80px;
}
.title img{
  padding-bottom: 5px;
  padding-right: 7px;
}
.blue-stripe::after,
.blue-stripe::before {
  content: '';
  position: absolute;
  background-color: white;
  height: 100%;
  width: 15px;

  top:0;
  transform-origin: top right;
}

.blue-stripe::before {
  transform: skewX(-15deg);
  right: 20px;
}

.blue-stripe::after {
  transform: skewX(-15deg);
  width: 30px;
  right: -21px;
}
.about{
  padding: 50px 0;
}
.about-ab{
  position: absolute;
  left: 15px;
  top:0;
}
.about-stripe {
  width: 36px;
  height: 150px;
  background-color: #0066CC; /* 蓝色背景 */
  position: relative;
  overflow: hidden;
}
.about-stripe::after,
.about-stripe::before {
  content: '';
  position: absolute;
  background-color: white;
  height: 15px;
width: 100%;
  left:0;
  transform-origin: left bottom;
}

.about-stripe::before {
  transform: skewY(-15deg);
  bottom: 20px;
}

.about-stripe::after {
  transform: skewY(-15deg);
  height: 30px;
  bottom: -21px;
}
.about-stripe .about-title{
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.vertical-text {
  writing-mode: vertical-rl;
}

.ind-about{
  position: relative;
  padding-right: 30px;
}
.about-cent .cent{
  padding-left: 55px;
}
.about-cent .cent .theme{
  font-size: 30px;
  color: #0074ff;
}
.about-cent .cent .about-zt img{
  max-width: 100%;
  margin: 20px 0;
}
.about-cent .cent p{line-height: 2;
  color: #000000;
  font-size: 14px;}
@media (min-width: 769px){
.nav-index .nav .nav-list li a{
  color: #ffffff;
}
}
@media (min-width: 1366px) {
  .about-cent .cent .theme{
    width: 87%;
  }
}
@media (max-width: 768px) {
  .blue-stripe{
    width: 86%;
  }
  .about-cent .cent{
    margin-bottom: 30px;
  }
}
/* 轮播图动画效果 */
.swiper-slide {
  transition: transform 0.5s ease;
}
.overflow-hidden {
  overflow: hidden;
}
/* 按钮样式 */
.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #3B82F6;
  z-index: 10;
}
.about .swiper-button-prev, .about .swiper-container-rtl .swiper-button-next{
  background-size: 35%;
  left:22px;
}
.about .swiper-button-next, .about .swiper-container-rtl .swiper-button-prev{
  background-size: 35%;
  right: 22px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

/* 指示器样式 */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #3B82F6;
  width: 25px;
  border-radius: 5px;
  transition: width 0.3s ease;
}

/* 图片容器 */
.carousel-image-container {
  position: relative;
  overflow: hidden;
}
.carousel-image-container img{
  width: 100%;
  object-fit: cover;
}
/* 图片渐变叠加层 */
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  /*background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);*/
  z-index: 1;
}

/* 图片标题 */
.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: white;
  z-index: 2;
}


/**/
.swiper-container {
  max-width: 100%;
  margin: 0 auto;
}
.swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  padding-top: 48.3%;
  position: relative;
}
.about .swiper-container .swiper-slide a{
  padding-top: 68.5%;
}
.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 4px;
  margin: 10px;
  border-radius: 20px;
  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;
}
/* banner */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .item {
  position: relative;
  overflow: hidden;
}

.banner .slide-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner .slide-inner img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: transform 1.2s;
  -webkit-transition: transform 1.2s; */
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.banner .slick-current .slide-inner img {
  /* visibility: visible;
  -webkit-animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); */
  -webkit-transform: scale(1);
  transform: scale(1);
}

.banner .slick-current .slide-inner {
  animation: clipRectIn .85s;
}

@keyframes clipRectIn {
  0% {
    clip-path: inset(50% round 0% 0%);
  }

  100% {
    clip-path: inset(0% round 0);
  }
}

@keyframes scaleUpDown1 {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.banner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 9;
}

.banner .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  margin: 0 9px;
  transition: 0.45s;
}

.banner .slick-dots li a {
  text-indent: 10em;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .slick-dots li a:focus {
  outline: none;
}

.banner .slick-dots li.slick-active {
  background: #0072ff;
}

.bscover {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition-delay: 0.05s;
}

.bctitle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 66px;
  opacity: 0;
  visibility: hidden;
  transition: 1s all cubic-bezier(0.15, 0.05, 0.16, 0.5) 0.85s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.bctitle img{
  display: inline-block;
  max-width: 100%;
}

.banner .slick-current .bctitle {
  opacity: 1;
  visibility: visible;
  transition: 1s all cubic-bezier(0.15, 0.05, 0.16, 0.5) 0.85s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.bctitle.banne1{opacity: 1;visibility: visible;clip-path: inset(0 0 0 0);}
.banner .slick-current .bctitle.banne1{clip-path: inset(0 0 0 0);}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1650px) {
  .w1400 {
    width: 1230px;
  }
}
@media screen and (max-width: 1650px) {
  .w1400 {
    width: 1130px;
  }
}
@media screen and (max-width: 1440px) {
  .w1400 {
    width: 1050px;
  }
}
.bwvideo {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
  width: 200px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  background: rgba(0, 0, 0, .4);
  z-index: 5;
  cursor: pointer;
  z-index: 3;
  overflow: hidden;
}

.bwvideo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(191, 9, 3, .4);
  z-index: -3;
  transition: 0.5s;
  border-radius: 20px;
}

.bwvideo:hover::before {
  top: 0;
  height: 100%;
}

.bwvideo span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}

.bwvideo i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  font-size: 14px;
  color: #fff;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1200px) {
  .banner .slide-inner {
    height: 300px;
    background-position: center;
  }
}
@media screen and (max-width:768px) {
  .bctitle img{
    display: inline-block;
    max-width: 75%;
  }
  .w1400 {
    max-width: 100%;
  }
}
@media screen and (max-width:480px) {
  .banner .slide-inner {
    height: 200px;
  }
}
/* banner end */
.in-bg {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
/*快速导航*/
/*快速通道*/
.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(1) a .fast-bg {
  background:#d7e8fe url(../images/bg-fast.png)no-repeat right;
}
.fast-way .fast-item:nth-of-type(2) a .fast-bg {
  background:#e4ffde 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:nth-of-type(3) a .fast-bg {
  background:#fff6d9 url(../images/bg-fast.png)no-repeat right;
}
.fast-way .fast-item:nth-of-type(4) a .fast-bg {
  background:#ddfaff url(../images/bg-fast.png)no-repeat right;
}
.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: 56px;
    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);
  }
}
/*重要日期*/
.date-box {
  background: url(../images/bg-time.jpg)no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  overflow: hidden;
}
.date-box .common-title {
  padding: 60px 0;
  color: #ffffff;
}
.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-date.jpg)no-repeat bottom;
  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 #1a73c7;
}
.date-box .date-list a:hover .date-con{
  color: #ffffff;
  background: url(../images/bg-date-hover2.jpg)no-repeat center;
  background-size: cover;
}
.date-box .date-list a .date-item-title {
  font-size: 14px;
}
.date-box .date-list a .date-item-date {
  font-size: 28px;
  margin-top: 5px;
  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: 27.52%;
  position: relative;
}
.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;
}
/*新闻*/
.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*/
.sec-new{
  position: relative;
}
.bg-news{
  background: #f2f7fc;
  padding-bottom: 60px;
  padding-top: 120px;
}
.bg-news .common-title{
  color: #066fef;
  padding: 60px 0;
}
.new-tit{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.new-tit .blue-stripe::after, .new-tit .blue-stripe::before {

  background: #f2f7fc;;
}
.new-con-list .new-con{
  display: block;
  padding: 15px;
  /*background: #FFFFFF;*/
  /*box-shadow: 1px 5px 6px #ededed;*/
}
.new-con-list .new-con .new-pic img{
  max-width: 100%;
}
.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(19, 109, 207, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);
  color: #1676db;
}
.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: #1676db;
}
.new-con-list .new-con:hover .new-name{
  color: #1676db;
}
.new-con-list .new-con:hover .abstracts{
  color: #1676db;
}
.new-con-list .new-con:hover .new-more .si-more {
  color:#ffffff;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 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: #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;
}
.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;
}
/*演讲嘉宾*/
.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(90deg, #09a8f0 0%, #23c7c8 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: 75%;
  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: 200px;
  /*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%;
  max-width: 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;
  }
}
.ad-ugs 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;
}
.nomal img{border:1px solid #f5f5f5;padding: 15px;}

@media only screen and (min-width: 769px){
  .nomal {

    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    margin-top: 15px;
    padding-left: 15px; padding-right: 15px;
  }
  .nomal img{background: #FFFFFF;width: 100%;
    border: 1px solid #eee;
    padding: 15px;
  }
  /*.nomal:nth-of-type(5n+1) {
      padding-left: 0;
  }*/
}
@media only screen and (min-width: 1366px){
  .nomal img{
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .nomal {

    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;

  }

  .nomal img {
    background: #FFFFFF;
  }
}
.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;
}
.media-con{
  padding: 30px 0 50px 0;
}
.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: #0074ff;
  text-align: center;
  color: #ffffff;

}
.footer-box2 .t-c{
  padding: 40px 0 20px 0;
}
.footer-box2 .bot-line {
  width: 400px;
  margin:20px auto;
  height: 1px;
  /* background: rgba(255, 255, 255, 0); */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.56) 50%, rgba(255, 255, 255, 0.01) 100%);
  /* border-bottom: 1px solid rgba(222, 222, 222, 0.72); */
  /* border-top: 2px solid #FFFFFF; */
}
.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;
}
.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%, #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;}
  .bottom{padding: 0 20px;}
}
/*daojishi end*/
/*右侧悬浮*/
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.gap-4 {
  gap: 1rem;
}

 .items-center {
   align-items: center;
 }
 .flex-col {
   flex-direction: column;
 }

 .transform {
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
 }
.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(1rem, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}


 .z-50 {
   z-index: 50;
 }

 .top-1\/2 {
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform:translateY(-50%);
 }

 .right-4 {
   right: 1rem;
 }
.w-14{
  width: 3.5rem;
}

 .h-14 {
   height: 3.5rem;
 }
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(7 193 96 / var(--tw-bg-opacity, 1));
}

/*顶部工具图标*/

.erweima-box{
  position:fixed; z-index:999; bottom:200px;right:0
}

.ad > .fudongClose{position: absolute; right: -2px; top: 0px; width: 30px; height: 30px;}
@media screen and (max-width:960px){
  .erweima-box{
    display: block;
  }
}
.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;right: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;right: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;right: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;top:0;right: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-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:1rem}
.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}
@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{
    /*position: fixed;right: 0;top: 50%;*/
    /*z-index: 99;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform:translateY(-50%);*/
  }
  /*.header-tools>li{float:left}*/
  /*.header-tools>li+li{margin-left:.5rem}*/
  .header-icon{display:block;width:1.5rem;height:3rem;line-height:2rem;color:rgba(255,255,255,.7);text-align:center;cursor:pointer;
    background: #FFFFFF;
    padding-top: 10px;
  }
  .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{right:100%;opacity:1;visibility:visible}}
@media (min-width:1280px){
  .header-wechat-popup{
    position:absolute;
    top:0;
    right: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,.header-en-popup img{display:block;width:125px;height:auto;margin:5px 0 0 9px;}
  .header-wechat-popup p, .header-en-popup p{padding-top:.5rem;color:#8b95a0;text-align:center;}
}
/*右侧悬浮 end*/
.sub-header-title {
  width: 100%;
  height: 350px;
  text-align: center;
  line-height: 32px;
  background: url(../images/bg-comban.jpg) no-repeat center right;
}
.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: #fff;
  position: relative;
font-size: 40px;
  margin: 0 auto;
  max-width: 600px;
  /*display: inline-block;*/
  padding: 0 30px 30px;
  text-transform: uppercase;
  /*font-style:italic;*/
  /*font-weight: bold;*/
}
/*.sub-header-title .common-title:before {*/
/*  content: '';*/
/*  position: absolute;*/

/*  left: 0;*/
/*  top: 0;*/
/*  right: 0;*/

/*  height: 2px;*/
/*  background-image: linear-gradient(270deg,transparent 0, rgba(255, 255, 255, 0.6) 50%, transparent 100%);*/
/*}*/
/*.sub-header-title .common-title:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  height: 2px;*/
/*  background-image: linear-gradient(270deg,transparent 0, rgba(255, 255, 255, 0.6) 50%, transparent 100%);*/
/*}*/
.sub-header-title .sub-header-text{
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  line-height: 26px;
  font-family: "PingFang SC";
}
@media(min-width:1024px) {
  .sub-header-title {

  }
}
.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: 30px;
  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: #066fef;
  transition: all 0.2s linear;
}
.sub-list-box .sub-list-nav a.selected {
  font-weight: bold;
  color: #000000;
}
.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;
  padding: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #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: 16px;
  padding: 5px 20px 5px 0;
  line-height: 1;
  display: inline-block;
  color: #999999;
}
.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: 18px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 15px;
  font-weight: 500;
}
.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 50px 0;
  position: relative;
  left: 0;
}
.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: 0;
  font-size: 14px;
}
.sub-detail-box .sub-detail-content-p p{
  line-height:2;
  color: #000000;
  font-size:15px;
  font-family: "Microsoft YaHei";
  text-indent: 2em;
}
.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: 20px;
  padding: 20px 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: #066fef;
}
.sub-photo-swiper-h2:before {
  display: inline-block;
  content: '';
  width: 300px;
  height: 2px;
  background-image: linear-gradient(270deg, #1679de 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, #1679de 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: 0px;
  }
  .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: 50%;
  }
  .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%;
  }
  .nav .logo.pc{
    width: 80%;
  }
  .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.3rem;
  }
  .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: 12rem;
    line-height: 3.5rem;
  }
  .sub-header-title .common-title {
    padding: 0 0.5rem;


  }
  .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 */