@media (min-width: 992px) {
  .pos {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .about {
    margin: 1rem auto 0;
  }
}
.partner {
  margin-top: 0;
}
/* 关于 S */
.article .activity {
  width: 100%;
  max-width: 1920px;
  padding-bottom: 1rem;
  background: url("../image/activity_backdrop.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.article .activity img {
  width: 100%;
}
@media (min-width: 1200px) {
  .article .activity {
    display: block;
    margin: 3rem auto 0;
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }
  .article .activity .title .txt {
    display: block;
    font-size: 16px;
  }
}
.article .gsdt {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: .6rem 0;
  background: url("../image/gsdt_backdrop.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.article .gsdt .title {
  position: relative;
}
.article .gsdt .title a.more {
  position: absolute;
  top: .5rem;
  right: .3rem;
  color: #149152;
  font-size: .5rem;
  padding: .3rem .5rem;
  border: 1px solid #149152;
}
.article .gsdt ul {
  flex-flow: column nowrap;
  margin-top: .3rem;
}
.article .gsdt ul li {
  width: 100%;
  margin-bottom: .7rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid #ddd;
}
.article .gsdt ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.article .gsdt ul li .date,
.article .gsdt ul li .info {
  display: inline-block;
  vertical-align: middle;
}
.article .gsdt ul li .date {
  flex-shrink: 0;
  width: 80px;
  text-align: center;
}
.article .gsdt ul li .date p {
  margin-bottom: 0;
}
.article .gsdt ul li .date .day {
  color: #222;
  font-size: 1.2rem;
  font-weight: bold;
}
.article .gsdt ul li .date .Ym {
  color: #222;
}
.article .gsdt ul li .info {
  width: 280px;
  margin-left: .5rem;
}
.article .gsdt ul li .info p {
  margin-bottom: 0;
}
.article .gsdt ul li .info .tit {
  color: #222;
  font-size: .7rem;
}
.article .gsdt ul li .info .txt {
  color: #888;
}
.article .gsdt a.browse {
  display: none;
}
@media (min-width: 992px) {
  .article .gsdt {
    margin: 0rem auto;
    padding-top: 3rem;
  }
  .article .gsdt .container {
    max-width: 1000px;
  }
  .article .gsdt .title a.more {
    display: none;
    top: 4rem;
    right: 50%;
    margin-right: -80px;
    width: 160px;
    color: #888;
    font-size: 14px;
    border: none;
    transition: .5s;
  }
  .article .gsdt .title a.more:hover {
    color: #149152;
  }
  .article .gsdt ul {
    flex-flow: row wrap;
    margin-top: 3rem;
  }
  .article .gsdt ul li {
    position: relative;
    top: 0;
    flex-shrink: 0;
    width: 48%;
    margin-bottom: 2rem;
    box-sizing: border-box;
    padding: 1rem;
    border: 1px solid #ddd;
    transition: .5s;
  }
  .article .gsdt ul li:last-child {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
  }
  .article .gsdt ul li a {
    align-items: center;
  }
  .article .gsdt ul li .date {
    flex-shrink: 1;
    width: 25%;
  }
  .article .gsdt ul li .date .day {
    font-size: 1.8rem;
    transition: .5s;
  }
  .article .gsdt ul li .date .Ym {
    font-size: 1rem;
    transition: .5s;
  }
  .article .gsdt ul li .info {
    flex-shrink: 1;
    width: 72%;
  }
  .article .gsdt ul li .info .tit {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    transition: .5s;
  }
  .article .gsdt ul li .info .txt {
    transition: .5s;
  }
  .article .gsdt ul li:hover {
    top: -8px;
    background: #149152;
    border: 1px solid #149152;
  }
  .article .gsdt ul li:hover .date .day,
  .article .gsdt ul li:hover .date .Ym {
    color: #fff;
  }
  .article .gsdt ul li:hover .info .tit,
  .article .gsdt ul li:hover .info .txt {
    color: #fff;
  }
  .article .gsdt a.browse {
    position: relative;
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto 4rem;
    color: #555;
    border: 1px solid #555;
    border-radius: 100px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
  }
  .article .gsdt a.browse i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: #149152;
    transition: .5s;
    z-index: -1;
  }
  .article .gsdt a.browse:hover {
    color: #fff;
    border: 1px solid #149152;
  }
  .article .gsdt a.browse:hover i {
    width: 100%;
  }
}
.article .scroll {
  display: none;
}
@media (min-width: 1200px) {
  .article .scroll {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  .article .scroll .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .article .scroll .swiper-slide {
    padding: 10px;
    border: 1px solid #ddd;
  }
  .article .scroll .swiper-slide img {
    width: 100%;
  }
  .article .scroll .swiper-slide .info {
    text-align: center;
    margin-top: .5rem;
  }
  .article .scroll .swiper-slide .info p {
    color: #555;
    margin-bottom: 0;
    transition: .5s;
  }
  .article .scroll .swiper-slide:hover .info p {
    color: #149152;
  }
}
.article .liaison {
  margin-top: .7rem;
}
@media (min-width: 992px) {
  .article .liaison .title {
    display: none;
  }
}
.article .liaison .main {
  flex-flow: column nowrap;
}
.article .liaison .main .info {
  width: 92%;
  margin: 0 auto;
}
.article .liaison .main .info .type p {
  display: inline-block;
  color: #222;
  margin-bottom: 0;
  margin-right: 1rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #fff;
}
.article .liaison .main .info .type p.active {
  color: #149152;
  border-bottom: 1px solid #149152;
}
.article .liaison .main .info .table {
  display: none;
  margin-top: 1rem;
}
.article .liaison .main .info .table.active {
  display: block;
}
.article .liaison .main .info .table .tip {
  color: #555;
}
.article .liaison .main .info .table form input {
  display: block;
  width: 100%;
  height: 1.6rem;
  max-width: 400px;
  line-height: 1.6rem;
  margin-bottom: .5rem;
  box-sizing: border-box;
  padding-left: .3rem;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
}
.article .liaison .main .info .table form input.btn {
  color: #fff;
  padding: 0;
}
.article .liaison .main .info .table form textarea {
  width: 100%;
  height: 3.2rem;
  max-width: 400px;
  margin-bottom: .3rem;
  box-sizing: border-box;
  padding-top: .3rem;
  padding-left: .3rem;
  border: 1px solid #ddd;
  resize: none;
  border-radius: 0;
  outline: none;
}
.article .liaison .main .info .table:nth-child(3) li {
  list-style: none;
  margin-bottom: .7rem;
}
.article .liaison .main .info .table:nth-child(3) li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  margin-right: .3rem;
}
.article .liaison .main .info .table:nth-child(3) li .txt {
  display: inline-block;
  vertical-align: middle;
  width: 76%;
}
.article .liaison .main .info .table:nth-child(3) li .txt p:first-child {
  color: #555;
}
.article .liaison .main .info .table:nth-child(3) li .txt p:last-child {
  font-size: .7rem;
}
.article .liaison .main .chunk {
  display: none;
}
.article .liaison .main .chunk.active {
  display: block;
}
@media (min-width: 992px) {
  .article .liaison {
    margin-top: 0rem;
  }
  .article .liaison .main {
    flex-flow: row-reverse nowrap;
  }
  .article .liaison .main .info {
    margin-top: 2.4rem;
    margin-left: 4rem;
  }
  .article .liaison .main .info .type {
    margin-bottom: 2rem;
  }
  .article .liaison .main .info .type p {
    font-size: 1rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }
  .article .liaison .main .info .table .tip {
    font-size: .8rem;
  }
  .article .liaison .main .info .table form input {
    height: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    padding-left: .5rem;
  }
  .article .liaison .main .info .table form textarea {
    height: 4.2rem;
    margin-bottom: .8rem;
    padding-left: .5rem;
  }
  .article .liaison .main .info .table:nth-child(3) li {
    margin-bottom: 1.6rem;
  }
  .article .liaison .main .info .table:nth-child(3) li i {
    font-size: 2rem;
  }
  .article .liaison .main .info .table:nth-child(3) li .txt p:first-child {
    font-size: .8rem;
  }
  .article .liaison .main .info .table:nth-child(3) li .txt p:last-child {
    font-size: .9rem;
  }
  .article .liaison .main .chunk {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .article .liaison .title {
    display: block;
    margin: 4rem auto;
  }
  .article .liaison .main .info {
    margin-top: 3.2rem;
    margin-left: 6rem;
  }
  .article .liaison .main .info .type {
    margin-bottom: 2.4rem;
  }
  .article .liaison .main .info .type p {
    font-size: 1.2rem;
    margin-right: 3rem;
    cursor: pointer;
  }
  .article .liaison .main .info .table .tip {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .article .liaison .main .info .table form input {
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1.2rem;
  }
  .article .liaison .main .info .table form textarea {
    height: 5.6rem;
  }
  .article .liaison .main .info .table:nth-child(3) li i {
    font-size: 2.8rem;
  }
  .article .liaison .main .info .table:nth-child(3) li .txt p:first-child {
    font-size: 1rem;
  }
  .article .liaison .main .info .table:nth-child(3) li .txt p:last-child {
    font-size: 1.2rem;
  }
}
/* 关于 E */
