@charset "UTF-8";
body.show a, body.show img {
  transition: all 0.5s ease;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.g-headD {
  height: 1.11rem;
}

.g-head {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: #979797 solid 1px;
}
.g-head .wal {
  height: 0.81rem;
  position: relative;
  background: #fff;
}
.g-head a.logo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../image/logo.svg") center no-repeat;
  background-size: 100%;
  width: 1.4rem;
}
.g-head .side {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 0.81rem;
}
.g-head .side a.home {
  width: 0.2rem;
  display: block;
  background: url("../image/img20_1.svg") center no-repeat;
  background-size: 100%;
}
.g-head .side a.home img {
  width: 100%;
  opacity: 0;
}
.g-head .side .search {
  padding: 0 0.4rem;
  position: relative;
}
.g-head .side .search a.btn {
  display: block;
  width: 0.2rem;
  background: url("../image/img20_2.svg") center no-repeat;
  background-size: 100%;
  height: 0.4rem;
}
.g-head .side .search a.btn img {
  display: none;
}
.g-head .side .search .form {
  position: absolute;
  z-index: 5;
  left: 0.3rem;
  top: 50%;
  width: 1.83rem;
  margin-top: -0.13rem;
  display: none;
}
.g-head .side .search .form .input {
  height: 0.26rem;
  background: #fff;
  border-radius: 0.3rem;
  border: #979797 solid 1px;
  position: relative;
}
.g-head .side .search .form .input input {
  width: 100%;
  height: 0.24rem;
  line-height: 0.24rem;
  padding: 0 0.1rem;
  font-size: 0.12rem;
}
.g-head .side .search .form .input i {
  display: block;
  width: 0.34rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../image/close16.svg") center no-repeat;
  background-size: 0.18rem;
}
.g-head .side .search .form .layer {
  position: absolute;
  left: 0.1rem;
  right: 0.1rem;
  top: 100%;
  background: #fff;
  border: #979797 solid 1px;
  margin-top: -1px;
  padding: 0.05rem 0.1rem;
  display: none;
}
.g-head .side .search .form .layer a {
  display: block;
  font-size: 0.14rem;
  line-height: 1.8em;
  color: #4D4D4D;
  font-family: "NotoSansHans-Normal";
}
.g-head .side .search .form .layer a:hover {
  color: #000;
  font-family: "NotoSansHans-Medium";
}
.g-head .side .search.on .form {
  display: block;
}
.g-head .side .search.on .form.on .layer {
  display: block;
}
.g-head .side .language {
  font-size: 0.14rem;
  line-height: 1em;
}
.g-head .side .language em {
  padding: 0 0.05rem;
}

body.s-nav-show .g-head .g-nav .list {
  opacity: 1;
  visibility: visible;
}
body.s-nav-show .g-head .s-nav-bg {
  opacity: 1;
  visibility: visible;
}

.phone-search, .phone-foot-btns {
  display: none;
}

@media screen and (min-width: 800px) {
  .g-head .g-nav {
    position: absolute;
    left: 2.35rem;
    top: 0;
  }
  .g-head .g-nav ul {
    display: flex;
  }
  .g-head .g-nav li {
    padding-right: 0.45rem;
    position: relative;
  }
  .g-head .g-nav a.name {
    display: block;
    line-height: 0.81rem;
    font-size: 0.16rem;
    color: #000;
    padding: 0 0.3rem;
    position: relative;
  }
  .g-head .g-nav a.name:before {
    content: "";
    display: block;
    position: absolute;
    left: 0.3rem;
    right: 100%;
    height: 2px;
    background: #000;
    bottom: -1px;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .g-head .g-nav li:hover a.name:before {
    right: 0.3rem;
    opacity: 1;
  }
  .g-head .g-nav .list {
    position: absolute;
    left: 0.3rem;
    top: 100%;
    padding-top: 0.2rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    font-family: "NotoSansHans-Normal";
  }
  .g-head .g-nav .list dd {
    padding: 0.1rem 0;
    display: flex;
    flex-wrap: wrap;
  }
  .g-head .g-nav .list dd a {
    display: block;
    font-size: 0.12rem;
    position: relative;
    line-height: 0.22rem;
  }
  .g-head .g-nav .list dd a:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.05rem;
    right: calc(100% + 0.05rem);
    bottom: 0;
    height: 1px;
    background: #979797;
    transition: all 0.5s ease;
  }
  .g-head .g-nav .list dd a:hover:before {
    left: -0.05rem;
    right: -0.05rem;
  }
  .g-head .g-nav .list dd dl {
    width: 100%;
    position: relative;
    left: 0.24rem;
  }
  .g-head .g-nav .list dd dl dd {
    padding: 0.03rem 0;
  }
  .g-head .s-nav-bg {
    position: absolute;
    left: 0;
    top: 0.81rem;
    margin-top: 1px;
    right: 0;
    height: 4.6rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
}
.foot-nav {
  border-top: #979797 solid 1px;
}
.foot-nav ul {
  display: flex;
  justify-content: space-between;
}
.foot-nav li {
  height: 2.23rem;
  display: flex;
  align-items: center;
}
.foot-nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.foot-nav a .ico {
  width: 0.45rem;
  background: center no-repeat;
  background-size: 100%;
}
.foot-nav a .ico img {
  width: 100%;
  opacity: 0;
}
.foot-nav a .name {
  font-size: 12px;
  padding-top: 0.24rem;
  line-height: 1em;
  font-family: "NotoSansHans-Normal";
}
.foot-nav li:nth-child(1) a .ico {
  background-image: url("../image/img45_1.svg");
}
.foot-nav li:nth-child(2) a .ico {
  background-image: url("../image/img45_2.svg");
}
.foot-nav li:nth-child(3) a .ico {
  background-image: url("../image/img45_3.svg");
}
.foot-nav li:nth-child(4) a .ico {
  background-image: url("../image/img45_4.svg");
}
.foot-nav li:nth-child(5) a .ico {
  background-image: url("../image/img45_5.svg");
}

.g-foot {
  background: rgba(216, 216, 216, 0.25);
}
.g-foot .wal {
  min-height: 4.13rem;
  position: relative;
}
.g-foot .nav {
  min-height: 3.05rem;
}
.g-foot .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.g-foot .nav li {
  position: relative;
  padding-top: 0.3rem;
}
.g-foot .nav li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.15rem;
  top: 0.45rem;
  width: 1px;
  bottom: 0.15rem;
  background: #979797;
}
.g-foot .nav li:first-child:before {
  display: none;
}
.g-foot .nav li h5 {
  font-size: 0.12rem;
  line-height: 0.42rem;
  font-weight: normal;
  font-family: "NotoSansHans-Medium";
}
.g-foot .nav li a {
  font-weight: bold;
}
.g-foot .nav li dd a {
  display: block;
  font-size: 0.12rem;
  font-weight: 100;
  line-height: 0.42rem;
  font-family: "NotoSansHans-Normal";
}
.g-foot .form {
  padding-bottom: 0.2rem;
  position: relative;
  width: 2.3rem;
}
.g-foot .form .input {
  height: 0.3rem;
  border-radius: 0.3rem;
  border: #979797 solid 1px;
}
.g-foot .form .input input {
  width: 100%;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.12rem;
  color: #000;
  padding: 0 0.1rem;
  font-family: "NotoSansHans-Normal";
}
.g-foot .form .submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 0.3rem;
  width: 0.35rem;
  background: url("../image/arrow16.png") center no-repeat;
  background-size: 0.16rem;
  opacity: 0;
  visibility: hidden;
}
.g-foot .form .submit input {
  width: 100%;
  height: 0.3rem;
  cursor: pointer;
}
.g-foot .form.on .submit {
  opacity: 1;
  visibility: visible;
}
.g-foot .follow {
  display: flex;
  align-items: center;
  line-height: 1em;
  font-size: 0.12rem;
  font-family: "NotoSansHans-Light";
}
.g-foot .follow dl {
  display: flex;
}
.g-foot .follow dd {
  margin-left: 0.2rem;
  position: relative;
}
.g-foot .follow dd img {
  height: 0.22rem;
}
.g-foot .follow dd .layer {
  width: 1rem;
  background: #fff;
  border-radius: 0.08rem;
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  padding: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.1rem;
  display: none;
}
.g-foot .follow dd .layer:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.05rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -0.05rem;
}
.g-foot .follow dd .layer img {
  width: 100%;
  height: 0.8rem;
}
.g-foot .follow dd:hover .layer {
  display: block;
}
.g-foot .msg {
  text-align: right;
  position: absolute;
  right: 0;
  top: 3.4rem;
  font-size: 0.12rem;
  line-height: 0.21rem;
  font-family: "NotoSansHans-Light";
}

.page-tips-layer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.page-tips-layer.show {
  opacity: 1;
  visibility: visible;
}
.page-tips-layer .container {
  width: 2.03rem;
  background: #EDEDED;
  border-radius: 0.06rem;
  position: relative;
}
.page-tips-layer .container .close {
  display: block;
  background: url("../image/close16.png") center no-repeat;
  background-size: 0.18rem;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  right: 0;
}
.page-tips-layer .container .msg {
  font-size: 0.14rem;
  letter-spacing: 0.02rem;
  line-height: 1.16rem;
  text-align: center;
}

.img {
  position: relative;
}
.img img {
  width: 100%;
}
.img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 5;
  background: url("../image/img575.png") center no-repeat;
  background-size: 100% 100%;
}
.img:hover:before {
  opacity: 0.2;
}
.img a {
  display: block;
  position: relative;
}
.img a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 5;
  background: url("../image/img575.png") center no-repeat;
  background-size: 100% 100%;
}
.img a:hover:before {
  opacity: 0.2;
}

a:hover .img:before {
  opacity: 0.2;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 0.13rem;
  font-family: Arial, "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none;
  font-family: "NotoSansHans-Regular";
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #000;
  outline: none;
}

li {
  list-style: outside none;
}

h1 {
  font-size: 16px;
}

h2, h3, h4, h5 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #000;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover;
}

@font-face {
  font-family: "NotoSansHans-Black";
  src: url("http://hanshan.kgu.cn/fonts/NotoSansHans-Black.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansHans-Bold";
  src: url("http://hanshan.kgu.cn/fonts/NotoSansHans-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansHans-DemiLight";
  src: url("http://hanshan.kgu.cn/fonts/NotoSansHans-DemiLight.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansHans-Light";
  src: url("http://hanshan.kgu.cn/fonts/NotoSansHans-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansHans-Medium";
  src: url("http://hanshan.kgu.cn/fonts/NotoSansHans-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansHans-Regular";
  src: url("http://hanshan.kgu.cn/fonts/NotoSansHans-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansHans-Thin-Windows";
  src: url("http://hanshan.kgu.cn/fonts/NotoSansHans-Thin-Windows.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansHans-Normal";
  src: url("http://hanshan.kgu.cn/fonts/SourceHanSansCN-Normal-2.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.wal {
  max-width: 11.5rem;
  margin: 0 auto;
}

.loading {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  align-items: center;
  justify-content: center;
  display: none;
}
.loading div.bg {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
.loading .container {
  width: 2.89rem;
  position: relative;
}
.loading .logo {
  width: 1.05rem;
  position: absolute;
  right: 0;
  top: 2.05rem;
}
.loading .progress {
  display: flex;
  align-items: center;
  height: 0.45rem;
  line-height: 1em;
  color: #fff;
}
.loading .progress .num {
  width: 0.48rem;
}
.loading .progress .bar {
  width: 2.04rem;
  height: 0.06rem;
  border: #D8D8D8 solid 1px;
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
}
.loading .progress .bar i {
  display: block;
  height: 0.06rem;
  width: 0;
  background: #D8D8D8;
}
.loading .page404 {
  width: 4.04rem;
  position: absolute;
  left: -0.3rem;
  top: 0;
}
.loading .msg {
  font-size: 0.14rem;
  color: #fff;
  padding-top: 0.15rem;
}

body.loadingon .loading {
  display: flex;
}

.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 14.4rem;
  margin: 0 auto;
}
.index-flash li a {
  display: block;
  background: center no-repeat;
  background-size: auto 100%;
  height: 6.6rem;
}
.index-flash .arrow a {
  display: block;
  width: 0.27rem;
  height: 0.5rem;
  background: center no-repeat;
  background-size: 100%;
  opacity: 0.24;
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -0.25rem;
}
.index-flash .arrow a:hover {
  opacity: 1;
}
.index-flash .arrow a.prev {
  left: 0.5rem;
  background-image: url("../image/prev27.png");
}
.index-flash .arrow a.next {
  right: 0.5rem;
  background-image: url("../image/next27.png");
}
.index-flash .dots {
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: 0.2rem;
  margin-right: -4.55rem;
  display: flex;
}
.index-flash .dots span {
  display: block;
  border-radius: 50%;
  margin-left: 0.03rem;
  width: 0.05rem;
  height: 0.05rem;
  border: #fff solid 1px;
  transition: all 0.5s ease;
  background: #fff;
}
.index-flash .dots span.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0);
}

.index-title {
  border-bottom: #979797 solid 1px;
  padding: 0.5rem 0 0.15rem 0;
}
.index-title h2 {
  font-size: 0.17rem;
  line-height: 1em;
  font-family: "NotoSansHans-Medium";
  font-weight: 400;
}

.index-news {
  padding-top: 0.32rem;
}
.index-news li {
  padding-bottom: 0.4rem;
}
.index-news li:last-child {
  padding-bottom: 0;
}
.index-news li a {
  display: flex;
  justify-content: space-between;
  padding-right: 1.1rem;
}
.index-news li a .img {
  width: 5.75rem;
}
.index-news li a .col {
  width: 2.26rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url("../image/img226.png") center no-repeat;
  background-size: 2.26rem;
  color: #000;
  position: relative;
  padding-left: 0.075rem;
}
.index-news li a .col:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.075rem;
  bottom: 0;
  width: 1px;
  height: 1.58rem;
  background: #000;
}
.index-news li a .col .name {
  font-size: 0.15rem;
  line-height: 0.38rem;
  padding-bottom: 0.1rem;
}
.index-news li a .col .name h5 {
  font-size: 0.21rem;
  font-family: "NotoSansHans-Medium";
  font-weight: bold;
}
.index-news li a .col .name div {
  font-weight: 200;
}
.index-news li a .col .content {
  font-size: 0.13rem;
  line-height: 0.2rem;
  text-align: justify;
  height: 0.8rem;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.0005rem;
  font-family: "NotoSansHans-Light";
  color: #666;
  font-weight: normal;
  word-break: break-all;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-news li:nth-child(even) a {
  padding: 0 0 0 0.3rem;
}
.index-news li:nth-child(even) a .img {
  order: 2;
}

.index-exhibition {
  padding: 0.42rem 0 0.27rem 0;
}
.index-exhibition .down-btn {
  margin-top: -0.12rem;
  padding-bottom: 0.3rem;
}
.index-exhibition ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.15rem;
}
.index-exhibition li {
  width: 33.333%;
  padding: 0 0 0.38rem 0.15rem;
}
.index-exhibition li a {
  display: block;
  background: rgba(0, 0, 0, 0.06);
}
.index-exhibition li a .bd {
  min-height: 1.44rem;
  padding: 0.2rem 0.4rem 0.2rem 0.23rem;
  color: #000;
}
.index-exhibition li a .bd h5 {
  font-size: 0.16rem;
  font-weight: bold;
  font-family: "NotoSansHans-Medium";
}
.index-exhibition li a .bd p {
  font-size: 0.13rem;
  line-height: 0.2rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.85);
  font-family: "NotoSansHans-Light";
  word-break: break-all;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .index-exhibition li a .bd h5 {
    height: 0.5rem;
    line-height: 0.5rem;
    overflow: hidden;
  }
  .index-exhibition li a .bd p {
    height: 0.8rem;
    overflow: hidden;
    position: relative;
    color: #666;
  }
}
.p-curr {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  padding-top: 0.34rem;
  line-height: 1em;
  font-family: "NotoSansHans-Normal";
}
.p-curr i {
  display: block;
  height: 1px;
  width: 0.14rem;
  margin: 0 0.05rem;
  background: #979797;
}

.p-title {
  padding: 0.28rem 0 0.32rem 0;
  border-bottom: #979797 solid 1px;
}
.p-title h2 {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1em;
  font-family: "NotoSansHans-Light";
}

.down-btn a {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  line-height: 1em;
  font-family: "NotoSansHans-Regular";
}
.down-btn a:before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  background: url("../image/arrow14.png") center no-repeat;
  background-size: 100%;
}

.p-more {
  height: 1.1rem;
}
.p-more a {
  display: block;
  background: url("../image/more67.png") center no-repeat;
  background-size: 100%;
  width: 0.67rem;
  height: 0.32rem;
  margin: 0 auto;
}

.exhibition {
  padding: 0.4rem 0 0.9rem 0;
}
.exhibition .down-btn {
  margin-top: -0.1rem;
  padding-bottom: 0.8rem;
}
.exhibition li {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.03);
  padding-right: 0.23rem;
}
.exhibition li:last-child {
  margin-bottom: 0;
}
.exhibition li .img {
  width: 8.56rem;
}
.exhibition li .col {
  width: 2.46rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exhibition li .col .name {
  font-size: 0.11rem;
  line-height: 0.26rem;
  padding-top: 0.2rem;
}
.exhibition li .col .name h5 {
  font-size: 0.14rem;
  font-weight: 400;
  font-family: "NotoSansHans-Medium";
}
.exhibition li .col .name div {
  font-family: "NotoSansHans-Light";
}
.exhibition li .col .content {
  font-size: 0.11rem;
  line-height: 0.28rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 0.25rem;
  font-family: "NotoSansHans-Light";
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibition li .col .more {
  border-top: #979797 solid 1px;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: flex-end;
}
.exhibition li .col .more a {
  display: block;
  line-height: 0.31rem;
  font-size: 0.1rem;
  padding-right: 0.2rem;
  background: url("../image/arrow8.svg") right center no-repeat;
  background-size: 0.08rem;
  font-family: "NotoSansHans-Light";
}

.exhibition-history {
  padding-top: 0.4rem;
  position: relative;
}
.exhibition-history:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.53rem;
  top: 0.4rem;
  bottom: 1.63rem;
  width: 0.04rem;
  background: rgba(216, 216, 216, 0.7);
}
.exhibition-history .line {
  position: absolute;
  left: 0.57rem;
  top: 0.4rem;
  width: 0.08rem;
  height: 2.96rem;
  background: rgba(0, 0, 0, 0.5);
}
.exhibition-history .list {
  position: relative;
  padding: 0 0 0.1rem 0.94rem;
}
.exhibition-history .list .year {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.12rem;
  line-height: 0.26rem;
  font-family: "NotoSansHans-Normal";
}
.exhibition-history .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.66rem;
}
.exhibition-history .list li {
  width: 33.333%;
  padding: 0 0 0.66rem 0.66rem;
}
.exhibition-history .list li a {
  display: block;
}
.exhibition-history .list li a .bd {
  margin: 0 0.19rem;
  border-bottom: #979797 solid 1px;
  min-height: 1rem;
  line-height: 0.26rem;
  padding-top: 0.2rem;
}
.exhibition-history .list li a .bd h5 {
  font-size: 0.14rem;
  font-weight: 400;
  font-family: "NotoSansHans-Medium";
}
.exhibition-history .list li a .bd .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.11rem;
  font-family: "NotoSansHans-Light";
}
.exhibition-history .list li a .bd .info em {
  font-size: 0.1rem;
  height: 0.26rem;
  padding-right: 0.2rem;
  background: url("../image/arrow8.svg") right center no-repeat;
  background-size: 0.08rem;
}

.prediction-1 {
  padding: 1.3rem 0 0.3rem 0;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.prediction-1 .row {
  padding-bottom: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.prediction-1 .row .num {
  font-size: 0.21rem;
  display: none;
}
.prediction-1 .row .col {
  width: 4.6rem;
  border-bottom: #979797 solid 1px;
  position: relative;
}
.prediction-1 .row .col h5 {
  font-size: 0.3rem;
  line-height: 0.5rem;
  margin-top: -0.06rem;
  font-weight: 400;
  font-family: "NotoSansHans-Bold";
}
.prediction-1 .row .col .time {
  font-size: 0.21rem;
  padding: 0.25rem 0 0.45rem 0;
  font-family: "NotoSansHans-Medium";
}
.prediction-1 .row .col .num {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  display: block;
  font-family: "NotoSansHans-Medium";
}
.prediction-1 .row .col .num .num-curr {
  font-family: "NotoSansHans-Bold";
}
.prediction-1 .row .content, .prediction-1 .row .img-list {
  width: 6.8rem;
}
.prediction-1 .row .content {
  font-size: 0.15rem;
  line-height: 0.23rem;
  text-align: justify;
}
.prediction-1 .row .img-list {
  overflow: hidden;
  position: relative;
}
.prediction-1 .row-1 {
  align-items: flex-start;
}

.prediction-1-2 {
  margin: 0;
  padding-top: 0;
}
.prediction-1-2 .row .col {
  width: 4.18rem;
}
.prediction-1-2 .row .col .time {
  padding: 0.1rem 0 0.2rem 0;
  font-weight: 600;
}

.prediction-2 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1.2rem 2.2rem;
}
.prediction-2 li h3 {
  width: 100%;
  font-size: 0.3rem;
  line-height: 1em;
  padding: 0 0 0.5rem 2.5rem;
  font-weight: 400;
  font-family: "NotoSansHans-Bold";
}
.prediction-2 li .side {
  width: 1.63rem;
}
.prediction-2 li .side .img {
  width: 1.63rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.prediction-2 li .side h5 {
  font-size: 0.26rem;
  line-height: 0.5rem;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  text-align: center;
  font-weight: 400;
  font-family: "NotoSansHans-Bold";
}
.prediction-2 li .content {
  width: 6.8rem;
  font-size: 0.15rem;
  line-height: 0.32rem;
  text-align: justify;
  font-family: "NotoSansHans-Normal";
}

.prediction-3 {
  text-align: center;
  padding-bottom: 0.6rem;
}
.prediction-3 h2 {
  font-size: 0.3rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  font-family: "NotoSansHans-Bold";
}
.prediction-3 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.1rem;
}
.prediction-3 .list li {
  width: 33.333%;
  padding: 0 0 0 0.1rem;
}
.prediction-3 .list a {
  display: block;
  padding-bottom: 0.4rem;
  font-size: 0.16rem;
  font-family: "NotoSansHans-Normal";
}
.prediction-3 .list a h5 {
  font-size: 0.21rem;
  line-height: 1em;
  padding: 0.35rem 0 0.2rem 0;
  font-family: "NotoSansHans-Medium";
}

.prediction-4 {
  padding-bottom: 1rem;
}
.prediction-4 h2 {
  font-size: 0.3rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.prediction-4 .video {
  position: relative;
}
.prediction-4 .video img {
  width: 100%;
  height: 6.5rem;
  cursor: pointer;
}
.prediction-4 .video video {
  width: 100%;
  height: 6.5rem;
  display: none;
}
.prediction-4 .video.on img {
  display: none;
}
.prediction-4 .video.on video {
  display: block;
}

.prediction-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prediction-5 .col {
  width: 4.8rem;
}
.prediction-5 h2 {
  font-size: 0.3rem;
  font-weight: 400;
  font-family: "NotoSansHans-Bold";
}
.prediction-5 .time {
  font-size: 0.21rem;
  line-height: 1em;
  width: 3.35rem;
  border-bottom: #979797 solid 1px;
  padding: 0.18rem 0 0.48rem 0;
  font-family: "NotoSansHans-Medium";
}
.prediction-5 .btns {
  padding: 0.15rem 0 0.4rem 0;
}
.prediction-5 .btns a {
  font-size: 0.1rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  font-family: "NotoSansHans-Light";
}
.prediction-5 .btns a:after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../image/arrow16.png") center no-repeat;
  background-size: 100%;
  margin-left: 0.1rem;
}
.prediction-5 .list {
  padding-bottom: 0.4rem;
}
.prediction-5 .list li {
  position: relative;
  font-size: 0.2rem;
  line-height: 0.43rem;
  padding-bottom: 0.1rem;
  font-family: "NotoSansHans-Normal";
}
.prediction-5 .list li .name {
  position: absolute;
  left: -1.7rem;
  top: 0;
  width: 1.1rem;
}
.prediction-5 .list li .name:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}
.prediction-5 .list2 {
  padding: 0 0 0.55rem 0;
}
.prediction-5 .list2 ul {
  margin-top: -0.1rem;
}
.prediction-5 .list2 li {
  border-bottom: #979797 solid 1px;
  font-size: 0.14rem;
  line-height: 0.21rem;
  width: 3.35rem;
  padding: 0.35rem 0 0.15rem 0;
}
.prediction-5 .btn {
  padding-bottom: 0.6rem;
}
.prediction-5 .btn a {
  display: flex;
  align-items: center;
  border-bottom: #979797 solid 1px;
  width: 3.35rem;
  padding: 0.3rem 0 0.4rem 0;
  font-size: 0.14rem;
}
.prediction-5 .btn a:before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  background: url("../image/arrow14.png") center no-repeat;
  background-size: 100%;
}

.exhibition-hall .line {
  height: 1px;
  background: #979797;
}
.exhibition-hall .title {
  font-size: 0.14rem;
  line-height: 1em;
  padding: 0.4rem 0;
  font-family: "NotoSansHans-Normal";
}
.exhibition-hall .jtwz {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.82rem 0.67rem 1.84rem;
  margin-top: -0.4rem;
}
.exhibition-hall .jtwz .list2 {
  font-size: 0.13rem;
  line-height: 0.47rem;
  width: 4.5rem;
}
.exhibition-hall .jtwz .list2 li {
  display: flex;
  font-family: "NotoSansHans-Light";
  font-size: 0.13rem;
}
.exhibition-hall .jtwz .list2 li .name {
  width: 1.5rem;
  font-family: "NotoSansHans-Normal";
  font-size: 0.12rem;
  flex: 0 0 auto;
}
.exhibition-hall .jtwz .list2 li dl {
  position: relative;
  width: 100%;
  flex: 0 1 auto;
}
.exhibition-hall .jtwz .list2 li dl:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.43rem;
  top: 0.18rem;
  background: url("../image/line9.svg") center bottom no-repeat;
  background-size: 100%;
  width: 0.1rem;
  height: 0.97rem;
}
.exhibition-hall .jtwz .map {
  width: 3.73rem;
}
.exhibition-hall .jtwz a.btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0.29rem;
  font-size: 0.12rem;
  line-height: 1em;
  font-family: "NotoSansHans-Light";
}
.exhibition-hall .jtwz a.btn:after {
  content: "";
  display: block;
  margin-left: 0.1rem;
  background: url("../image/arrow23.svg") center no-repeat;
  background-size: 100%;
  width: 0.23rem;
  height: 0.2rem;
}
.exhibition-hall .container {
  width: 8.81rem;
  margin-left: 1.84rem;
  padding-bottom: 0.67rem;
}
.exhibition-hall .container .row {
  display: flex;
  justify-content: space-between;
  padding: 0.48rem 0 0.32rem 0;
}
.exhibition-hall .container .row h5 {
  font-size: 0.12rem;
  font-weight: 400;
}
.exhibition-hall .container .row .content {
  font-size: 0.13rem;
  line-height: 0.2rem;
  text-align: justify;
  width: 6.55rem;
  padding-left: 0.28rem;
  border-left: #979797 solid 1px;
}
.exhibition-hall .container .down-btn {
  display: flex;
  justify-content: flex-end;
}
.exhibition-hall .list {
  font-size: 0.13rem;
  line-height: 0.5rem;
  padding: 0 0 0.4rem 1.84rem;
}

.volunteer-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 3.73rem;
  background: url("../image/img410.png") left center no-repeat;
  background-size: 4.1rem;
}
.volunteer-head img {
  width: 2.31rem;
}

.volunteer {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 1.3rem 0;
}
.volunteer .side {
  width: 4.18rem;
}
.volunteer .side h2 {
  font-size: 0.3rem;
  line-height: 0.26rem;
  margin-right: -0.1rem;
  font-weight: 400;
  font-family: "NotoSansHans-Bold";
}
.volunteer .side .time {
  font-weight: 600;
  font-size: 0.21rem;
  padding: 0.2rem 0 0.3rem 0;
  border-bottom: #979797 solid 1px;
  font-family: "NotoSansHans-Medium";
}
.volunteer .side .down-btn {
  padding: 0.2rem 0;
  font-family: "NotoSansHans-Regular";
}
.volunteer .content {
  width: 6.8rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: justify;
  font-family: "NotoSansHans-Regular";
}

.media {
  padding: 0.48rem 0 0 0;
}
.media .title {
  font-size: 0.24rem;
  font-weight: 400;
  padding: 0.64rem 0 0.4rem 0;
}
.media .list li {
  border-bottom: #979797 solid 1px;
}
.media .list li:last-child {
  border: 0;
}
.media .list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.28rem 0;
  align-items: flex-start;
}
.media .list a .name {
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: 80%;
  padding-bottom: 0.16rem;
  font-family: "NotoSansHans-Normal";
}
.media .list a .time {
  font-size: 0.14rem;
  line-height: 0.24rem;
  padding-bottom: 0.16rem;
  color: #5E5E5E;
  font-family: "NotoSansHans-Normal";
}
.media .list a .btn {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  height: 0.24rem;
}
.media .list a .btn:before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  background: url("../image/arrow14.png") center no-repeat;
  background-size: 100%;
}
.media .list a p {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: justify;
  color: #5E5E5E;
  font-family: "NotoSansHans-Normal";
}

.down-list {
  position: relative;
  padding: 0.42rem 0 0 0.38rem;
}
.down-list .search {
  position: absolute;
  top: 0.1rem;
  right: 0.14rem;
  border-radius: 0.3rem;
  width: 2.16rem;
  height: 0.3rem;
  border: #979797 solid 1px;
}
.down-list .search .input input {
  width: 100%;
  height: 0.28rem;
  line-height: 0.28rem;
  padding: 0 0.1rem;
  font-size: 0.12rem;
}
.down-list .search .submit {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 0.45rem;
  background: url("../image/img20_2.png") center no-repeat;
  background-size: 0.2rem;
}
.down-list .search .submit input {
  width: 100%;
  height: 0.3rem;
  cursor: pointer;
}
.down-list .line {
  position: absolute;
  left: 0;
  top: 0.7rem;
  bottom: 0.28rem;
  width: 0.12rem;
  overflow: hidden;
}
.down-list .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.04rem;
  background: rgba(216, 216, 216, 0.7);
}
.down-list .line i {
  position: absolute;
  left: 0.04rem;
  top: -0.28rem;
  width: 0.08rem;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.p-num {
  padding: 0.15rem 0 0.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
}
.p-num a {
  padding: 0 0.11rem;
  opacity: 0.4;
}
.p-num a:hover, .p-num a.on {
  opacity: 1;
}

.video-list {
  padding: 0.49rem 0 0.2rem 0;
}
.video-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-list li {
  width: 5.6rem;
}
.video-list li a {
  display: block;
  padding-bottom: 0.4rem;
  cursor: default;
}
.video-list li a .img {
  position: relative;
}
.video-list li a .img i {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../image/btn41.png") center no-repeat;
  background-size: 0.41rem;
  cursor: pointer;
}
.video-list li a .img video {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.video-list li a .name {
  line-height: 0.51rem;
  font-size: 0.16rem;
  font-family: "NotoSansHans-Medium";
}
.video-list li a p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.13rem;
  line-height: 0.2rem;
  padding-left: 0.23rem;
  border-left: #979797 solid 1px;
  min-height: 0.6rem;
  font-family: "NotoSansHans-Light";
}
.video-list li.on a .img video {
  display: block;
}

.sign-up {
  width: 8.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 0;
}
.sign-up .side {
  background: url("../image/img226.png") center no-repeat;
  background-size: 100% 100%;
  width: 2.26rem;
  height: 2.78rem;
  position: relative;
  top: 0.3rem;
}
.sign-up .side h2 {
  position: absolute;
  left: 1.65rem;
  top: 2.14rem;
  white-space: nowrap;
  font-size: 0.24rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-family: "NotoSansHans-Normal";
}
.sign-up .form {
  width: 3.01rem;
}
.sign-up .form li {
  border-bottom: #979797 solid 1px;
  padding-top: 0.19rem;
}
.sign-up .form li .input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sign-up .form li .input input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.14rem;
  font-size: 0.14rem;
  flex: 0 1 auto;
  font-family: "NotoSansHans-Normal";
}
.sign-up .form li i {
  width: 0.19rem;
  height: 0.19rem;
  display: block;
  flex: 0 0 auto;
  background: url("../image/close19.png") center no-repeat;
  background-size: 100%;
}
.sign-up .form .submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0.98rem;
  font-size: 0.12rem;
  line-height: 1em;
  position: relative;
  font-family: "NotoSansHans-Normal";
}
.sign-up .form .submit img {
  width: 0.23rem;
  margin-left: 0.1rem;
}
.sign-up .form .submit input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sign-up-ok {
  width: 8.2rem;
  margin: 0 auto;
  padding: 1.1rem 0 0.8rem 0;
}
.sign-up-ok .msg {
  width: 2.03rem;
  line-height: 1.16rem;
  text-align: center;
  margin: 0 auto;
  background: #EDEDED;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  letter-spacing: 0.02rem;
}
.sign-up-ok .back {
  padding-top: 1.57rem;
  display: flex;
  justify-content: flex-end;
}
.sign-up-ok .back a {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  line-height: 1em;
}
.sign-up-ok .back a:after {
  content: "";
  display: block;
  margin-left: 0.1rem;
  width: 0.23rem;
  height: 0.2rem;
  background: url("../image/back23.png") center no-repeat;
  background-size: 100%;
}

.video-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.video-layer.show {
  opacity: 1;
  visibility: visible;
}
.video-layer .container {
  width: 11.5rem;
  background: #fff;
  padding: 0.1rem;
}
.video-layer .container video {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=index.css.map */
