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;
}

/*-------------------------*/
.wal {
  margin: 0 0.52rem;
}

.g-headD {
  height: 1.34rem;
}

.g-head {
  position: fixed;
  background: #fff;
}
.g-head .wal {
  height: 1.34rem;
}
.g-head a.logo {
  width: 1.78rem;
}
.g-head .navA {
  display: block;
  background: url("../image/navA.svg") center no-repeat;
  background-size: 0.41rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.41rem;
}
.g-head .g-nav {
  position: fixed;
  z-index: 51;
  left: 0;
  top: 1.34rem;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 1.8rem 0 0 0.5rem;
  display: none;
}
.g-head .g-nav li a.name {
  font-size: 0.44rem;
  padding: 0;
  line-height: 0.82rem;
  font-family: "NotoSansHans-Medium";
}
.g-head .g-nav li a.name:before {
  display: none;
}
.g-head .g-nav li .list {
  left: 3.28rem;
  top: 1.9rem;
  right: 0;
  position: absolute;
  display: none;
}
.g-head .g-nav li .list dd {
  display: flex;
  flex-wrap: wrap;
}
.g-head .g-nav li .list dd a {
  font-size: 0.32rem;
  line-height: 0.6rem;
  position: relative;
  font-family: "NotoSansHans-Medium";
}
.g-head .g-nav li .list dd dl {
  display: none;
  padding: 0.1rem 0 0.1rem 0.54rem;
  width: 100%;
}
.g-head .g-nav li .list dd dl a {
  font-size: 0.28rem;
}
.g-head .g-nav.on li a.name {
  opacity: 0.2;
}
.g-head .g-nav.on li.on a.name {
  opacity: 1;
}
.g-head .g-nav.on li.on .list {
  display: block;
}
.g-head .g-nav.on li.on .list dd.on a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #979797;
}
.g-head .g-nav.on li.on .list dd.on dl {
  display: block;
}
.g-head .g-nav.on li.on .list dd.on dl a:before {
  display: none;
}
.g-head .s-nav-bg {
  display: none;
}
.g-head .side {
  height: 1.34rem;
  right: 0.7rem;
}
.g-head .side a.home {
  display: none;
}
.g-head .side .search {
  padding: 0 0 0 0.62rem;
  position: relative;
}
.g-head .side .search:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  width: 1px;
  height: 0.35rem;
  transform: translateY(-50%);
  background: #333;
}
.g-head .side .search a.btn {
  width: 0.32rem;
  background-image: url("../image/img20_2_phone.svg");
}
.g-head .side .search .form {
  opacity: 0;
  visibility: hidden;
}
.g-head .side .language {
  font-size: 0.24rem;
  order: -1;
}
.g-head .side .language em {
  padding: 0 0.1rem;
}

body.navShow .g-head {
  border: 0;
}
body.navShow .g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 1.34rem;
  z-index: 50;
  height: 1px;
  background: #000;
  margin-top: -1px;
}
body.navShow .g-head .side {
  opacity: 0;
  visibility: hidden;
}
body.navShow .g-head .navA {
  background-image: url("../image/close.svg");
}
body.navShow .g-head .g-nav {
  display: block;
}
body.navShow .phone-foot-btns {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  border-top: #000 solid 1px;
  height: 1.36rem;
  padding-bottom: 0.3rem;
  font-size: 0.24rem;
  font-family: "NotoSansHans-Medium";
}
body.navShow .phone-foot-btns dl {
  display: flex;
}
body.navShow .phone-foot-btns dd {
  margin-left: 0.3rem;
  position: relative;
}
body.navShow .phone-foot-btns dd img {
  height: 0.36rem;
}
body.navShow .phone-foot-btns 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;
}
body.navShow .phone-foot-btns 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;
}
body.navShow .phone-foot-btns dd .layer img {
  width: 100%;
  height: 0.8rem;
}
body.navShow .phone-foot-btns dd:hover .layer {
  display: block;
}

body.searchShow .phone-search {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../image/img750.jpg") center no-repeat;
  background-size: cover;
  padding: 0.28rem 0.5rem;
  display: block;
}
body.searchShow .phone-search .form {
  border-bottom: #000000 solid 1px;
  display: flex;
  align-items: center;
  height: 0.8rem;
}
body.searchShow .phone-search .form .input {
  width: 100%;
  flex: 0 1 auto;
}
body.searchShow .phone-search .form .input input {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.22rem;
  color: #000;
}
body.searchShow .phone-search .form .submit {
  width: 0.32rem;
  margin-right: 0.34rem;
  height: 0.4rem;
  cursor: pointer;
  flex: 0 0 auto;
  background: url("../image/img20_2_phone.svg") center no-repeat;
  background-size: 100%;
}
body.searchShow .phone-search .form .submit input {
  width: 100%;
  height: 0.4rem;
}
body.searchShow .phone-search .form .close {
  width: 0.38rem;
  height: 0.4rem;
  flex: 0 0 auto;
  background: url("../image/close.svg") center no-repeat;
  background-size: 100%;
}

.foot-nav li {
  height: 2.32rem;
}
.foot-nav a .name {
  font-size: 0.18rem;
}

.g-foot {
  background: #fff;
}
.g-foot .nav {
  min-height: 1rem;
  background: rgba(216, 216, 216, 0.25);
  margin-left: -0.52rem;
  margin-right: -0.52rem;
  padding: 0.1rem 0 0.5rem 0.52rem;
  margin-bottom: 0.48rem;
}
.g-foot .nav ul {
  flex-wrap: wrap;
}
.g-foot .nav li {
  padding-top: 0.5rem;
  width: 2.66rem;
}
.g-foot .nav li:before {
  display: none;
}
.g-foot .nav li h5 {
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding-bottom: 0.04rem;
}
.g-foot .nav li dd a {
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.g-foot .nav li:nth-child(1) {
  order: 1;
}
.g-foot .nav li:nth-child(2) {
  order: 3;
  margin-top: -0.4rem;
}
.g-foot .nav li:nth-child(3) {
  order: 5;
  margin-top: -1.2rem;
}
.g-foot .nav li:nth-child(4) {
  order: 2;
}
.g-foot .nav li:nth-child(5) {
  order: 4;
}
.g-foot .form {
  padding-bottom: 0;
  width: 3.22rem;
  margin: 0 auto;
}
.g-foot .form .input {
  height: 0.42rem;
}
.g-foot .form .input input {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  padding: 0 0.2rem;
}
.g-foot .form .submit {
  height: 0.42rem;
  width: 0.5rem;
  background-size: 0.22rem;
}
.g-foot .form .submit input {
  height: 0.42rem;
}
.g-foot .follow {
  justify-content: center;
  font-size: 0.28rem;
  flex-wrap: wrap;
}
.g-foot .follow .name {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0.3rem 0 0.2rem 0;
}
.g-foot .follow dd {
  padding: 0 0.15rem;
  margin-left: 0;
}
.g-foot .follow dd img {
  height: 0.34rem;
}
.g-foot .msg {
  position: static;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
  padding: 0.6rem 0 0.7rem 0;
}
.g-foot .msg span {
  display: block;
}

.page-tips-layer .container {
  width: 3rem;
}
.page-tips-layer .container .close {
  background-size: 0.24rem;
  width: 0.6rem;
  height: 0.6rem;
}
.page-tips-layer .container .msg {
  font-size: 0.24rem;
  line-height: 1.8rem;
}

/**/
.loading .progress {
  height: 0.7rem;
}
.loading .progress .num {
  width: 0.65rem;
  font-size: 0.24rem;
}
.loading .msg {
  font-size: 0.24rem;
  margin-right: -1rem;
}

.index-flash li a {
  height: 6.4rem;
}
.index-flash .arrow a.prev {
  left: 0.16rem;
}
.index-flash .arrow a.next {
  right: 0.16rem;
}
.index-flash .dots {
  left: 0;
  right: 0;
  bottom: 0.24rem;
  margin-right: 0;
  justify-content: center;
}
.index-flash .dots span {
  margin: 0 0.03rem;
  width: 0.1rem;
  height: 0.1rem;
}

.index-title {
  border-bottom: 0;
  padding: 1.2rem 0 0.6rem 0;
}
.index-title h2 {
  font-size: 0.36rem;
}

.index-news {
  padding-top: 0;
}
.index-news.wal {
  margin: 0;
}
.index-news li {
  padding-bottom: 0.62rem;
}
.index-news li a {
  flex-wrap: wrap;
  padding-right: 0;
}
.index-news li a .img {
  width: 100%;
}
.index-news li a .col {
  width: 4.3rem;
  background-position: 0.68rem 0.7rem;
  background-size: 3.62rem;
  padding-left: 0.78rem;
  height: 5.64rem;
}
.index-news li a .col:after {
  left: 0.52rem;
  height: 2.54rem;
}
.index-news li a .col .name {
  font-size: 0.26rem;
  line-height: 0.54rem;
  padding-bottom: 0.15rem;
}
.index-news li a .col .name h5 {
  font-size: 0.36rem;
}
.index-news li a .col .content {
  font-size: 0.24rem;
  line-height: 2em;
  height: 8em;
  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;
}
.index-news li:nth-child(even) a .img {
  order: -1;
}

.index-exhibition {
  padding: 0 0 0.27rem 0;
}
.index-exhibition .down-btn {
  margin-top: 0;
  padding-bottom: 0.3rem;
}
.index-exhibition li {
  width: 100%;
  padding: 0 0 0.6rem 0.15rem;
}
.index-exhibition li a .bd {
  padding: 0.3rem 0.24rem 0.3rem 0.32rem;
}
.index-exhibition li a .bd h5 {
  font-size: 0.26rem;
  line-height: 0.38rem;
}
.index-exhibition li a .bd p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  padding-top: 0.1rem;
  word-break: break-all;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.p-curr {
  font-size: 0.24rem;
}

.p-title {
  border: 0;
}
.p-title h2 {
  font-size: 0.32rem;
}

.down-btn a {
  font-size: 0.24rem;
}
.down-btn a:before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  background: url("../image/arrow14.svg") center no-repeat;
  background-size: 100%;
}

.exhibition {
  margin-right: -0.52rem;
  margin-left: -0.52rem;
}
.exhibition .down-btn {
  padding-left: 0.52rem;
}
.exhibition li {
  margin-bottom: 0.6rem;
  padding-right: 0;
  flex-wrap: wrap;
}
.exhibition li .img {
  width: 100%;
}
.exhibition li .col {
  width: 100%;
  padding: 0 0.52rem;
}
.exhibition li .col .name {
  font-size: 0.28rem;
  line-height: 0.4rem;
  padding: 0.2rem 0;
}
.exhibition li .col .name h5 {
  font-size: 0.28rem;
}
.exhibition li .col .content {
  font-size: 0.24rem;
  line-height: 1.8em;
}
.exhibition li .col .more {
  padding-bottom: 0;
}
.exhibition li .col .more a {
  line-height: 0.68rem;
  font-size: 0.24rem;
  padding-right: 0.24rem;
  background-size: 0.14rem;
}

.exhibition-history:before {
  left: 0.63rem;
}
.exhibition-history .line {
  left: 0.67rem;
}
.exhibition-history .list {
  padding: 0 0 0.1rem 1.04rem;
}
.exhibition-history .list .year {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.exhibition-history .list .arrow-btn {
  display: block;
  height: 0.42rem;
  position: relative;
}
.exhibition-history .list .arrow-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.12rem;
  top: 0;
  width: 0.36rem;
  height: 0.36rem;
  background: url("../image/arrow8.svg") center no-repeat;
  background-size: 0.12rem;
  transition: all 0.5s ease;
}
.exhibition-history .list li {
  width: 100%;
}
.exhibition-history .list li a .bd {
  margin: 0 0.2rem;
  line-height: 0.4rem;
  padding: 0.2rem 0 0.3rem 0;
}
.exhibition-history .list li a .bd h5 {
  font-size: 0.26rem;
}
.exhibition-history .list li a .bd .info {
  font-size: 0.24rem;
}
.exhibition-history .list li a .bd .info em {
  font-size: 0.24rem;
  padding-right: 0.24rem;
  background-size: 0.14rem;
  height: 0.4rem;
}
.exhibition-history .list li:nth-child(2), .exhibition-history .list li:nth-child(3), .exhibition-history .list li:nth-child(4) {
  display: none;
}
.exhibition-history .list.showMore .arrow-btn:before {
  transform: rotate(90deg);
}
.exhibition-history .list.showMore li:nth-child(2), .exhibition-history .list.showMore li:nth-child(3), .exhibition-history .list.showMore li:nth-child(4) {
  display: block;
}

.prediction-img {
  margin-left: -0.52rem;
  margin-right: -0.52rem;
}

.prediction-1 {
  padding: 0.6rem 0 0.3rem 0;
  margin-left: 0;
  margin-right: 0;
}
.prediction-1 .row {
  padding-bottom: 0.9rem;
  flex-wrap: wrap;
}
.prediction-1 .row .num {
  font-size: 0.28rem;
  display: block;
  border-bottom: #979797 solid 1px;
  width: 100%;
  line-height: 0.64rem;
  text-align: right;
}
.prediction-1 .row .col {
  width: 100%;
  border: 0;
}
.prediction-1 .row .col h5 {
  font-size: 0.35rem;
  line-height: 0.5rem;
  margin-top: 0;
}
.prediction-1 .row .col .time {
  font-size: 0.24rem;
}
.prediction-1 .row .col .num {
  display: none;
}
.prediction-1 .row .content, .prediction-1 .row .img-list {
  width: 100%;
  padding-top: 0.3rem;
}
.prediction-1 .row .img-list {
  padding-top: 0;
}
.prediction-1 .row .content {
  font-size: 0.24rem;
  line-height: 0.48rem;
  padding-top: 0.45rem;
}
.prediction-1 .row-1 {
  align-items: flex-start;
}

.prediction-1-2 .row .col {
  width: 100%;
}

.prediction-2 li {
  padding: 0 0 1.2rem 0;
}
.prediction-2 li h3 {
  font-size: 0.32rem;
  padding: 0 0 0.3rem 0;
}
.prediction-2 li .side {
  width: 100%;
}
.prediction-2 li .side .img {
  width: 1.82rem;
  margin: 0 auto;
}
.prediction-2 li .side h5 {
  line-height: 0.7rem;
  padding-bottom: 0.1rem;
}
.prediction-2 li .content {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.48rem;
}

.prediction-3 h2 {
  font-size: 0.32rem;
}
.prediction-3 .list li {
  width: 100%;
  padding-bottom: 0.6rem;
}
.prediction-3 .list a {
  display: block;
  padding-bottom: 0.34rem;
  font-size: 0.24rem;
  background: rgba(0, 0, 0, 0.06);
}
.prediction-3 .list a h5 {
  font-size: 0.32rem;
}

.prediction-4 h2 {
  font-size: 0.32rem;
}

.prediction-5 .col {
  width: 100%;
}
.prediction-5 h2 {
  font-size: 0.32rem;
}
.prediction-5 .time {
  font-size: 0.24rem;
  width: 100%;
  padding: 0.24rem 0 0.48rem 0;
}
.prediction-5 .btns {
  padding: 0.15rem 0 0.4rem 0;
}
.prediction-5 .btns a {
  font-size: 0.28rem;
  height: 0.6rem;
}
.prediction-5 .btns a:after {
  width: 0.22rem;
  height: 0.22rem;
}
.prediction-5 .list {
  padding-bottom: 0.4rem;
}
.prediction-5 .list li {
  font-size: 0.24rem;
  line-height: 0.48rem;
  padding-left: 1.46rem;
}
.prediction-5 .list li .name {
  left: 0;
  width: 1.32rem;
}
.prediction-5 .list2 {
  padding: 0 0 0.55rem 0;
}
.prediction-5 .list2 li {
  font-size: 0.24rem;
  line-height: 0.48rem;
  width: 100%;
}
.prediction-5 .btn a {
  width: 100%;
  font-size: 0.28rem;
}
.prediction-5 .btn a:before {
  width: 0.18rem;
  height: 0.3rem;
}

.exhibition-hall {
  border-top: #979797 solid 1px;
}
.exhibition-hall .title {
  font-size: 0.32rem;
  padding: 0.6rem 0 0.4rem 0;
}
.exhibition-hall .jtwz {
  padding: 0 0 0.67rem 0;
  margin-top: 0;
  flex-wrap: wrap;
}
.exhibition-hall .jtwz .list2 {
  font-size: 0.24rem;
  line-height: 0.7rem;
  width: 100%;
}
.exhibition-hall .jtwz .list2 li {
  font-size: 0.24rem;
}
.exhibition-hall .jtwz .list2 li .name {
  font-size: 0.22rem;
}
.exhibition-hall .jtwz .list2 li dl:before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0.26rem;
  width: 0.12rem;
  height: 1.58rem;
}
.exhibition-hall .jtwz .map {
  width: 100%;
}
.exhibition-hall .jtwz .map img {
  width: 100%;
}
.exhibition-hall .jtwz a.btn {
  font-size: 0.24rem;
}
.exhibition-hall .container {
  width: 100%;
  margin-left: 0;
}
.exhibition-hall .container .row h5 {
  font-size: 0.32rem;
  font-weight: 600;
  width: 1.16rem;
  flex: 0 0 auto;
}
.exhibition-hall .container .row .content {
  font-size: 0.24rem;
  line-height: 0.48rem;
  flex: 0 1 auto;
  width: 100%;
  padding-left: 0;
  border-left: 0;
}
.exhibition-hall .container .down-btn {
  display: flex;
  justify-content: flex-end;
}
.exhibition-hall .list {
  font-size: 0.24rem;
  line-height: 0.7rem;
  padding: 0 0 0.4rem 0;
  overflow-x: auto;
}
.exhibition-hall .list table {
  width: 165% !important;
}

.volunteer-head {
  margin-left: -0.52rem;
  margin-right: -0.35rem;
}

.volunteer {
  flex-wrap: wrap;
  padding: 1.2rem 0 1.3rem 0;
}
.volunteer .side {
  width: 100%;
  position: relative;
}
.volunteer .side h2 {
  line-height: 0.46rem;
  margin-right: 0;
  padding: 0 1.5rem 0.3rem 0;
}
.volunteer .side .time {
  font-size: 0.24rem;
  padding: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.46rem;
  font-weight: 400;
}
.volunteer .side .down-btn {
  padding: 0;
}
.volunteer .content {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.48rem;
  padding-top: 1rem;
}

.media {
  padding-top: 0;
}
.media .media-img {
  margin-right: -0.52rem;
  margin-left: -0.52rem;
}
.media .title {
  font-size: 0.28rem;
  font-weight: 800;
  padding: 0.6rem 0 0 0;
}
.media .list a {
  padding: 0.4rem 0;
}
.media .list a .name {
  font-size: 0.28rem;
  line-height: 0.36rem;
  width: 100%;
}
.media .list a .time {
  font-size: 0.24rem;
  line-height: 0.36rem;
  padding-bottom: 0.2rem;
}
.media .list a .btn {
  font-size: 0.24rem;
  height: 0.44rem;
  order: 5;
  margin-top: 0.15rem;
}
.media .list a .btn:before {
  width: 0.18rem;
  height: 0.3rem;
}
.media .list a p {
  font-size: 0.24rem;
  line-height: 0.32rem;
}

.down-list {
  padding: 0.6rem 0 0 0;
  border-top: #979797 solid 1px;
}
.down-list .search {
  top: 0.2rem;
  right: 0;
  width: 3rem;
  height: 0.4rem;
}
.down-list .search .input input {
  height: 0.38rem;
  line-height: 0.38rem;
  padding: 0 0.2rem;
  font-size: 0.22rem;
}
.down-list .search .submit {
  width: 0.65rem;
  background-size: 0.26rem;
}
.down-list .search .submit input {
  height: 0.4rem;
}
.down-list .line {
  display: none;
}

.p-num {
  font-size: 0.3rem;
}

.video-list {
  padding: 0 0 0.2rem 0;
}
.video-list li {
  width: 100%;
}
.video-list li a {
  padding-bottom: 0.6rem;
}
.video-list li a .name {
  line-height: 1.5em;
  font-size: 0.28rem;
  padding: 0.4rem 0 0.15rem 0;
}
.video-list li a p {
  font-size: 0.24rem;
  line-height: 0.48rem;
  padding-left: 0.23rem;
}

.sign-up {
  width: 100%;
  padding: 0 0 0.4rem 0;
  flex-wrap: wrap;
}
.sign-up .side h2 {
  font-size: 0.32rem;
}
.sign-up .form {
  width: 100%;
  padding-top: 0.6rem;
}
.sign-up .form li .input input {
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 0.14rem;
  font-size: 0.24rem;
}
.sign-up .form li i {
  width: 0.26rem;
  height: 0.26rem;
}
.sign-up .form .submit {
  height: 1.2rem;
  font-size: 0.26rem;
}
.sign-up .form .submit img {
  width: 0.28rem;
}

.sign-up-ok {
  width: 100%;
}
.sign-up-ok .msg {
  width: 3rem;
  line-height: 1.8rem;
  font-size: 0.24rem;
}
.sign-up-ok .back a {
  font-size: 0.24rem;
}
.sign-up-ok .back a:after {
  width: 0.28rem;
  height: 0.3rem;
}

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