.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.show a,
body.show .transition,
body.show :before,
body.show img {
  -webkit-transition: All .5s ease;
  transition: All .5s ease;
}

.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .6;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.zoomImg img {
  width: 100%;
}

.zoomImg:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.zoomImg:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a:hover .zoomImg:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

a:hover .zoomImg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  font-size: 0.12rem;
  font-family: "Source Han Sans";
  color: #3d3d3d;
  -webkit-text-size-adjust: none;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

body.show {
  opacity: 1;
}

a {
  color: #3d3d3d;
  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: #88372e;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 0.16rem;
}

h2,
h3,
h4,
h5 {
  font-size: 0.14rem;
}

h5 {
  font-size: 0.12rem;
}

textarea,
input {
  background: rgba(0,0,0,0);
  font-size: 0.12rem;
  font-family: "Source Han Sans";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover;
}

.wal {
  max-width: 16rem;
  margin: 0 auto;
}

@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff2?t=1650704386844") format("woff2"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff?t=1650704386844") format("woff"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.ttf?t=1650704386844") format("truetype");
}

.iconfont {
  font-family: "iconfont";
}

@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url(../image/SourceHanSerifCN-Bold.otf) format("woff");
}

@font-face {
  font-family: "qkhyt";
  src: url(../image/qkhyt.ttf) format("truetype");
}

.g-head .head {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  background: url(../image/g-head.png) center top repeat-x;
  background-size: auto 100%;
  background: #72322a;
}

.g-head .head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1rem;
  background: #88372e;
  opacity: 0;
  height: 1rem;
}

.g-head .wal {
  height: 1.94rem;
  position: relative;
}

.g-head .logo {
  display: block;
  width: 8.58rem;
  position: absolute;

  top: 0.21rem;
}

.g-head .side {
  position: absolute;
  top: 0.5rem;
  right: -0.44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.g-head .side ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-head .side li {
  padding-left: 0.45rem;
  position: relative;
  font-size: 0.14rem;
}

.g-head .side li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.22rem;
  top: 0;
  content: "|";
}

.g-head .side li:first-child {
  padding-left: 0;
}

.g-head .side li:first-child:after {
  display: none;
}

.g-head .side li a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.g-head .side li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 1px;
  background: rgba(255,255,255,.7);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0.02rem;
}

.g-head .side li a img {
  width: 0.14rem;
  margin-right: 0.08rem;
}

.g-head .side li a:hover:before {
  width: 100%;
}

.g-head .side .search {
  margin-left: 0.15rem;
  position: relative;
  width: 1.8rem;
  height: 0.34rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(255,255,255,.48);
  padding-left: 0.44rem;
}

.g-head .side .search .input input::-webkit-input-placeholder {
  color: #fff;
}

.g-head .side .search .input input::-moz-placeholder {
  color: #fff;
}

.g-head .side .search .input input:-moz-placeholder {
  color: #fff;
}

.g-head .side .search .input input:-ms-input-placeholder {
  color: #fff;
}

.g-head .side .search .input textarea::-webkit-input-placeholder {
  color: #fff;
}

.g-head .side .search .input textarea::-moz-placeholder {
  color: #fff;
}

.g-head .side .search .input textarea:-moz-placeholder {
  color: #fff;
}

.g-head .side .search .input textarea:-ms-input-placeholder {
  color: #fff;
}

.g-head .side .search .input input {
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #fff;
}

.g-head .side .search .submit {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.44rem;
  cursor: pointer;
  background: url(../image/img14_2.svg) center no-repeat;
  background-size: 0.14rem;
}

@media screen and (min-width: 800px) {
  .g-head .g-nav {
    position: absolute;
    left: 0;
    top: 1.41rem;
    right: 0;
  }

  .g-head .g-nav .scroll>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .g-head .g-nav .scroll>ul>li {
    position: relative;
  }

  .g-head .g-nav .scroll>ul>li a.name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
  }

  .g-head .g-nav .scroll>ul>li>.list {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2rem;
    padding-top: 0.2rem;
    margin-left: -1rem;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
  }

  .g-head .g-nav .scroll>ul>li>.list>ul {
    background: #fff;
    border-radius: 0.1rem;
    -webkit-filter: drop-shadow(0 0.02rem 0.1rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0.02rem 0.1rem rgba(0, 0, 0, 0.1));
    padding: 0.1rem 0;
  }

  .g-head .g-nav .scroll>ul>li>.list>ul:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -0.06rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li {
    position: relative;
    z-index: 2;
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0.22rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.18rem;
    font-weight: 500;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li a .arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    font-style: normal;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    font-weight: bold;
    position: relative;
    left: 0.06rem;
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li a .arrow:after {
    content: "婵＄偑浼囧鍡楊伓";
    font-family: "iconfont";
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li .list {
    position: absolute;
    left: 100%;
    top: -0.1rem;
    padding-left: 0.12rem;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-0.2rem);
    -ms-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li .list ul {
    background: #fff;
    border-radius: 0.1rem;
    width: 2rem;
    -webkit-filter: drop-shadow(0 0.02rem 0.1rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0.02rem 0.1rem rgba(0, 0, 0, 0.1));
    padding: 0.1rem 0;
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li .list ul:after {
    content: "";
    display: block;
    position: absolute;
    left: -0.06rem;
    top: 0.24rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li:hover>a {
    color: #88372e;
  }

  .g-head .g-nav .scroll>ul>li>.list>ul>li:hover .list {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .g-head .g-nav .scroll>ul>li:hover>.list {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 800px) {
  .g-head .logo {
    width: 6rem;
    left: 0;
  }

  .g-head .side {
    z-index: 55;
    top: 100%;
    margin-top: -2rem;
    right: 0;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g-head .side ul {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-head .side li {
    padding: 0 0.3rem;
    font-size: 0.24rem;
  }

  .g-head .side li:after {
    left: 0;
  }

  .g-head .side li a img {
    width: 0.2rem;
  }

  .g-head .side .search {
    margin-left: 0;
    margin-top: 0.3rem;
    width: 5rem;
    height: 0.6rem;
    padding-left: 0.9rem;
  }

  .g-head .side .search .input input {
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: 0.24rem;
  }

  .g-head .side .search .submit {
    width: 0.9rem;
    background-size: 0.22rem;
  }

  .g-head .navA {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0.2rem;
    width: 0.68rem;
    height: 0.68rem;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }

  .g-head .navA i {
    width: 0.26rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 0.02rem;
    margin: .025rem 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
  }

  .g-head .navA i:nth-child(2) {
    background: none;
  }

  .g-head .navA i:nth-child(2):before,
  .g-head .navA i:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0.02rem;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .g-head .g-nav {
    display: block;
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    right: 0;
    top: 1rem;
    background: #88372e;
    color: #fff;
    font-size: 0.24rem;
    border-top: rgba(255,255,255,.1) solid 1px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  .g-head .g-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.6rem;
    color: #fff;
  }

  .g-head .g-nav .scroll {
    height: calc(100% - 3rem);
    overflow-y: auto;
    padding: 0 0.5rem;
  }

  .g-head .g-nav .scroll>ul>li {
    border-bottom: rgba(255,255,255,.1) solid 1px;
  }

  .g-head .g-nav .scroll>ul>li>a {
    height: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.3rem;
    font-weight: 600;
  }

  .g-head .g-nav .scroll>ul>li>a:after {
    content: "\e667";
    font-family: "iconfont";
    font-size: 0.2rem;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .g-head .g-nav .scroll>ul>li.open>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .g-head .g-nav .scroll>ul>li .list {
    display: none;
  }

  .g-head .g-nav .scroll>ul>li .list>ul {
    border-top: rgba(255,255,255,.1) solid 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 0.4rem;
    padding: 0.15rem 0;
  }

  .g-head .g-nav .scroll>ul>li .list>ul>li>a {
    height: 0.7rem;
    font-size: 0.26rem;
  }

  .g-head .g-nav .scroll>ul>li .list>ul>li>a.arrow:after {
    content: "\e667";
    font-family: "iconfont";
    font-size: 0.2rem;
    margin-left: 0.1rem;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .g-head .g-nav .scroll>ul>li .list>ul>li>ul {
    display: none;
  }

  .g-head .g-nav .scroll>ul>li .list>ul>li.open>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

body.navShow .g-head .head:before {
  opacity: 1;
}

body.navShow .g-head .side {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body.navShow .g-head .navA i:nth-child(1),
body.navShow .g-head .navA i:nth-child(3) {
  opacity: 0;
  width: 0;
}

body.navShow .g-head .navA i:nth-child(2):before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.navShow .g-head .navA i:nth-child(2):after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
  body.navShow .g-head .g-nav,
  body.navShow .g-head .side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 0.5rem;
  }

  .wal,
  .wal-1200 {
    margin: 0 .6rem;
  }

  body.navShow {
    overflow: hidden;
  }
}

@media screen and (max-width: 550px) {
  .wal,
  .wal-1200 {
    margin: 0 .3rem;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-dots,
.talentCultivation .list>ul>li .bd .dots-wrapper,
.index-news .img-list .control .dots-wrapper,
.index-banner .dots-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.52rem;
}

.page-dots .dots,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots,
.index-news .img-list .control .dots-wrapper .dots,
.index-banner .dots-wrapper .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto !important;
  padding: 0 0.1rem;
}

.page-dots .dots span,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span,
.index-news .img-list .control .dots-wrapper .dots span,
.index-banner .dots-wrapper .dots span {
  width: 0.42rem;
  height: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 0.14rem;
  color: #fff;
  margin: 0;
  cursor: pointer;
}

.page-dots .dots span:before,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:before,
.index-news .img-list .control .dots-wrapper .dots span:before,
.index-banner .dots-wrapper .dots span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.52rem;
  height: 0.52rem;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  background: url(../image/img52.svg) center no-repeat;
  background-size: 100%;
  opacity: 0;
}

.page-dots .dots span:after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:after,
.index-news .img-list .control .dots-wrapper .dots span:after,
.index-banner .dots-wrapper .dots span:after {
  position: relative;
  z-index: 2;
}

.page-dots .dots span.on,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span.on,
.index-news .img-list .control .dots-wrapper .dots span.on,
.index-banner .dots-wrapper .dots span.on {
  font-weight: 700;
  margin: 0 0.1rem;
  font-size: 0.2rem;
}

.page-dots .dots span.on:before,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span.on:before,
.index-news .img-list .control .dots-wrapper .dots span.on:before,
.index-banner .dots-wrapper .dots span.on:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.page-dots .dots span:nth-child(1):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(1):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(1):after,
.index-banner .dots-wrapper .dots span:nth-child(1):after {
  content: "01";
}

.page-dots .dots span:nth-child(2):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(2):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(2):after,
.index-banner .dots-wrapper .dots span:nth-child(2):after {
  content: "02";
}

.page-dots .dots span:nth-child(3):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(3):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(3):after,
.index-banner .dots-wrapper .dots span:nth-child(3):after {
  content: "03";
}

.page-dots .dots span:nth-child(4):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(4):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(4):after,
.index-banner .dots-wrapper .dots span:nth-child(4):after {
  content: "04";
}

.page-dots .dots span:nth-child(5):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(5):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(5):after,
.index-banner .dots-wrapper .dots span:nth-child(5):after {
  content: "05";
}

.page-dots .dots span:nth-child(6):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(6):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(6):after,
.index-banner .dots-wrapper .dots span:nth-child(6):after {
  content: "06";
}

.page-dots .dots span:nth-child(7):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(7):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(7):after,
.index-banner .dots-wrapper .dots span:nth-child(7):after {
  content: "07";
}

.page-dots .dots span:nth-child(8):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(8):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(8):after,
.index-banner .dots-wrapper .dots span:nth-child(8):after {
  content: "08";
}

.page-dots .dots span:nth-child(9):after,
.talentCultivation .list>ul>li .bd .dots-wrapper .dots span:nth-child(9):after,
.index-news .img-list .control .dots-wrapper .dots span:nth-child(9):after,
.index-banner .dots-wrapper .dots span:nth-child(9):after {
  content: "09";
}

@media screen and (max-width: 800px) {
  .page-dots .dots span,
  .talentCultivation .list>ul>li .bd .dots-wrapper .dots span,
  .index-news .img-list .control .dots-wrapper .dots span,
  .index-banner .dots-wrapper .dots span {
    font-size: 0.2rem;
    width: 0.62rem;
    height: 0.62rem;
  }

  .page-dots .dots span:before,
  .talentCultivation .list>ul>li .bd .dots-wrapper .dots span:before,
  .index-news .img-list .control .dots-wrapper .dots span:before,
  .index-banner .dots-wrapper .dots span:before {
    width: 0.72rem;
    height: 0.72rem;
  }

  .page-dots .dots span.on,
  .talentCultivation .list>ul>li .bd .dots-wrapper .dots span.on,
  .index-news .img-list .control .dots-wrapper .dots span.on,
  .index-banner .dots-wrapper .dots span.on {
    font-size: 0.26rem;
  }
}

.page-dots:before,
.talentCultivation .list>ul>li .bd .dots-wrapper:before,
.index-news .img-list .control .dots-wrapper:before,
.index-banner .dots-wrapper:before {
  content: "";
  width: 0.65rem;
  height: 0.2rem;
  background: url(../image/img65.png) center no-repeat;
  background-size: 100%;
}

.page-dots:after,
.talentCultivation .list>ul>li .bd .dots-wrapper:after,
.index-news .img-list .control .dots-wrapper:after,
.index-banner .dots-wrapper:after {
  content: "";
  width: 1.62rem;
  height: 0.2rem;
  background: url(../image/img158.svg) center no-repeat;
  background-size: 100%;
}

.index-banner {
  width: 100%;
  overflow: hidden;
  position: relative; padding-top: 1.94rem;
}

.index-banner li a {
  display: block;
}

.index-banner li a img {
  display: block;
  width: 100%;
  height: calc(100vh - 1.94rem);
}

@media screen and (max-width: 800px) {
  .index-banner{padding-top: .85rem}
  .index-banner li a img {
    height: 4.5rem;
  }
}

.index-banner .mouse {
  position: absolute;
  z-index: 5;
  bottom: 0.37rem;
  width: 0.62rem;
  height: 0.62rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  background: url(../image/img62.svg) center no-repeat;
  background-size: 100%;
}

.index-banner .mouse path {
  -webkit-animation: draw 7s linear infinite;
  animation: draw 7s linear infinite;
}

@media screen and (max-width: 800px) {
  .index-banner .mouse {
    bottom: 1.3rem;
  }
}

.index-banner .dots-wrapper {
  position: absolute;
  z-index: 5;
  right: 50%;
  margin-right: -8rem;
  bottom: 0.42rem;
}

@media screen and (max-width: 800px) {
  .index-banner .dots-wrapper {
    right: 0.3rem;
    margin-right: 0;
    bottom: 0.3rem;
  }
}

@-webkit-keyframes draw {
  0% {
    stroke-dasharray: 0,195;
    stroke-dashoffset: 195;
  }

  50% {
    stroke-dasharray: 195,0;
    stroke-dashoffset: 195;
  }

  100% {
    stroke-dasharray: 0,195;
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  0% {
    stroke-dasharray: 0,195;
    stroke-dashoffset: 195;
  }

  50% {
    stroke-dasharray: 195,0;
    stroke-dashoffset: 195;
  }

  100% {
    stroke-dasharray: 0,195;
    stroke-dashoffset: 0;
  }
}

.side-bar {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0.05rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0.65rem;
  opacity: 1;
  background: -webkit-linear-gradient(top, #942D23 81%, #DEA945 100%);
  background: linear-gradient(180deg, #942D23 81%, #DEA945 100%);
  width: 1.3rem;
  height: 3.7rem;
  padding: 0.38rem 0.2rem 0 0.2rem;
}

.side-bar li {
  border-bottom: 1px dashed rgba(255,255,255,.4);
}

.side-bar li:last-child {
  border: none;
}

.side-bar li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.6rem;
}

.side-bar .topA {
  display: block;
  width: 0.7rem;
  margin: 0 auto;
  position: relative;
  top: -0.1rem;
}

.index-about .wrapper {
  cursor: pointer;
}

.video-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.video-layer.show {
  opacity: 1;
  visibility: visible;
}

.video-layer .close {
  position: absolute;
  z-index: 10;
  right: 0.3rem;
  top: 0.3rem;
  font-family: "iconfont";
  color: #fff;
  font-size: 0.24rem;
  cursor: pointer;
}

.video-layer .close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video-layer .container {
  width: 12rem;
}

.video-layer .container video {
  display: block;
  width: 100%;
}

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7rem 0 0.4rem 0;
}

.page-title .title {
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.13rem;
  position: relative;
  top: 0.08rem;
}

.page-title .title h2 {
  font-size: 0.42rem;
  line-height: 0.36rem;
  color: #000;
  font-family: "SourceHanSerifCN-Bold";
}

.page-title .title .en {
  font-size: 0.16rem;
  color: #d6beaa;
  line-height: 0.32rem;
  font-family: "qkhyt";
}

.page-title .line {
  width: 100%;
  position: relative;
  top: 0.06rem;
}

.page-title .line:before {
  content: "";
  width: 1.26rem;
  height: 0.24rem;
  background: url(../image/img126.svg) center no-repeat;
  background-size: 100%;
  display: block;
}

.page-title .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.26rem;
  top: 0.06rem;
  right: 0;
  height: 1px;
  background: #d6beaa;
}

.page-title .more {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-title .more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #73322d;
  font-size: 0.2rem;
  text-transform: uppercase;
}

.page-title .more a:before {
  content: "";
  width: 0.27rem;
  height: 0.27rem;
  background: url(../image/img27.svg) center no-repeat;
  background-size: 100%;
  margin-right: 0.06rem;
}

@media screen and (max-width: 800px) {
  .page-title .more a {
    font-size: 0.24rem;
  }
}

@media screen and (min-width: 800px) {
  .page-title.center .title {
    margin-left: auto;
  }

  .page-title.center .line {
    width: 6.1rem;
  }
}

.index-news .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.9rem;
}

.index-news .img-list {
  width: 9.18rem;
  overflow: hidden;
  position: relative;
}

.index-news .img-list .list-wrapper {
  margin-left: -0.3rem;
}

.index-news .img-list .list-wrapper li {
  padding-left: 0.3rem;
}

.index-news .img-list .list-wrapper li a {
  display: block;
  position: relative;
}

.index-news .img-list .list-wrapper li a .zoomImg img {
  height: 4.91rem;
}

.index-news .img-list .list-wrapper li a .time {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 1rem;
  height: 1rem;
  background: url(../image/img100.svg) center no-repeat;
  background-size: 100%;
  font-size: 0.2rem;
}

.index-news .img-list .list-wrapper li a .time em {
  font-size: 0.36rem;
  -webkit-transform: translateY(-0.06rem);
  -ms-transform: translateY(-0.06rem);
  transform: translateY(-0.06rem);
}

.index-news .img-list .list-wrapper li a h5 {
  height: 0.76rem;
  line-height: 0.76rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  color: #88372e;
}

@media screen and (max-width: 800px) {.zoomImg img {
  width: 100%;height:450px;
}
  .index-news .img-list .list-wrapper li a .zoomImg img {
    height: 3.8rem;
  }

  .index-news .img-list .list-wrapper li a h5 {
    font-size: 0.28rem;
    height: 1rem;
    line-height: 1rem;
  }
}

.index-news .img-list li a {
  display: block;
  position: relative;
}

.index-news .img-list .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-news .img-list .control .dots-wrapper {
  width: 100%;
}

.index-news .img-list .control .dots-wrapper:before {
  height: 1px;
  background: #8f3f39;
  width: 0.91rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-news .img-list .control .dots-wrapper:after {
  display: none;
}

.index-news .img-list .control .dots-wrapper .dots {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-news .img-list .control .dots-wrapper .dots span {
  color: #88372e;
}

.index-news .img-list .control .dots-wrapper .dots span:before {
  display: none;
}

.index-news .img-list .control .dots-wrapper .dots span.on {
  font-size: 0.36rem;
}

.index-news .img-list .control .dots-wrapper .line {
  width: 100%;
  height: 1px;
  background: #88372e;
  position: relative;
}

.index-news .img-list .control .dots-wrapper .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  border: #88372e solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-news .img-list .control .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.83rem;
  padding-right: 0.63rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.index-news .img-list .control .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #88372e;
}

.index-news .img-list .control .arrow a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #FF9933 0%, #FFD981 100%);
  background: linear-gradient(180deg, #FF9933 0%, #FFD981 100%);
  opacity: 0;
}

.index-news .img-list .control .arrow a img {
  width: 0.24rem;
  position: relative;
  z-index: 5;
}

.index-news .img-list .control .arrow a:hover:before {
  opacity: 1;
}

.index-news .img-list .control .arrow .line {
  width: 0.63rem;
  height: 1px;
  background: #dcc3c1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-news .img-list .control .arrow .line:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  border: #dcc3c1 solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
  .index-news .img-list .control .dots-wrapper:before {
    width: 0.4rem;
  }
}

@media screen and (max-width: 800px) {
  .index-news .img-list {
    width: 100%;
  }
}

.index-news .list {
  width: 6.4rem;
}

.index-news .list li {
  border-bottom: #dcc3c1 solid 1px;
  position: relative;
  height: 0.92rem;
  -webkit-transition: height .5s;
  transition: height .5s;
}

.index-news .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0.61rem;
  height: 0.02rem;
  background: #88372e;
}

.index-news .list li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  border: #dcc3c1 solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.index-news .list li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.92rem;
}

.index-news .list li>a .time {
  width: 0.96rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.22rem;
  color: #88372e;
}

.index-news .list li>a .name {
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-news .list li .hd {
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.index-news .list li .hd a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/img640.png) center no-repeat;
  background-size: cover;
  padding: 0.17rem 0.2rem 0.17rem 0.52rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-news .list li .hd a .bd {
  width: 3.33rem;
  color: #fff;
}

.index-news .list li .hd a .bd h5 {
  font-size: 0.2rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news .list li .hd a .bd .time {
  font-size: 0.22rem;
  margin-top: 0.18rem;
  font-weight: bold;
  position: relative;
}

.index-news .list li .hd a .bd .time .line {
  width: 0.33rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -0.52rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-news .list li .hd a .bd .time .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: #fff solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-news .list li .hd a .zoomImg {
  width: 2.24rem;
}

.index-news .list li .hd a .zoomImg img {
  height: 1.36rem;
}

.index-news .list li:last-child {
  border-bottom: 0;
}

.index-news .list li:last-child:before,
.index-news .list li:last-child:after {
  display: none;
}

@media screen and (min-width: 800px) {
  .index-news .list li.prev:before,
  .index-news .list li.prev:after {
    opacity: 0;
  }

  .index-news .list li.on {
    height: 1.7rem;
  }

  .index-news .list li.on:before,
  .index-news .list li.on:after {
    opacity: 0;
  }

  .index-news .list li.on>a {
    opacity: 0;
  }

  .index-news .list li.on .hd {
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  .index-news .list {
    width: 100%;
    margin-top: 0.6rem;
  }

  .index-news .list li {
    height: 1rem;
  }

  .index-news .list li a {
    height: 1rem;
  }

  .index-news .list li a .time {
    font-size: 0.26rem;
    width: 1rem;
  }

  .index-news .list li a .name {
    font-size: 0.24rem;
  }
}

.index-notice {
  background: url(../image/index-notice.jpg) center no-repeat;
  background-size: cover;
  min-height: 2.99rem;
}

.index-notice .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-notice .list-wrapper {
  margin-left: -0.36rem;
}

.index-notice .list-wrapper li {
  padding: 0.05rem 0 0.65rem 0.36rem;
}

.index-notice .list-wrapper li a {
  display: block;
  position: relative;
  background: #fff;
  min-height: 1.91rem;
  border-radius: 0;
  padding: 0.5rem 0.35rem .5rem 0.4rem;
}

.index-notice .list-wrapper li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  border: #f7d897 solid 1px;
  border-radius: 0;
  background: url(../image/img54.svg) left bottom no-repeat;
  background-size: 0.54rem;
}

.index-notice .list-wrapper li a .time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.18rem;
  font-weight: bold;
  color: #e8a017;
  border-bottom: #e8a017 solid 1px;
  padding-bottom: 0.05rem;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color,border-color;
  transition-property: color,border-color;
}

.index-notice .list-wrapper li a .name {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 1.8em;
  height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-notice .list-wrapper li a p {
  display: none;
}

.index-notice .list-wrapper li a:hover {
  border-radius: 0.4rem 0 0.4rem 0;
  color: #fff;
  background: #88372e;
  box-shadow: 0 0.04rem 0.1rem rgba(136,55,46,.3);
}

.index-notice .list-wrapper li a:hover:before {
  border-radius: 0.4rem 0 0.4rem 0;
}

.index-notice .list-wrapper li a:hover .time {
  color: #fff;
  border-color: #fff;
}

.index-notice .list-wrapper li a:hover .name {
  font-weight: bold;
}

.index-notice .list-wrapper li a:hover p {
  color: rgba(255,255,255,.78);
}

@media screen and (max-width: 800px) {
  .index-notice .list-wrapper {
    margin-left: -0.3rem;
  }

  .index-notice .list-wrapper li {
    padding-left: 0.3rem;
  }

  .index-notice .list-wrapper li a .time {
    font-size: 0.24rem;
  }

  .index-notice .list-wrapper li a .name {
    font-size: 0.26rem;
    margin-top: 0.2rem;
  }

  .index-notice .list-wrapper li a p {
    font-size: 0.22rem;
    line-height: 1.5em;
    height: 4.5em;
    margin-top: 0.2rem;
  }
}

.index-notice .dots-wrapper {
  padding-bottom: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-notice .dots-wrapper:before,
.index-notice .dots-wrapper:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #e8a017;
}

.index-notice .dots-wrapper .dots {
  padding: 0 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-notice .dots-wrapper .dots span {
  margin: 0 0.08rem;
  border-radius: 50%;
  background: #f7d897;
  width: 0.09rem;
  height: 0.09rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-notice .dots-wrapper .dots span.on {
  background: #88372e;
}

.talentCultivation {
  padding-bottom: 0.3rem;
}

.talentCultivation .list>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 800px) {
  .talentCultivation .list>ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.talentCultivation .list>ul>li {
  width: 1.4rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  height: 6.43rem;
}

.talentCultivation .list>ul>li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.14rem;
  background: #fff;
}

.talentCultivation .list>ul>li .hd {
  width: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
}

.talentCultivation .list>ul>li .hd .num {
  font-size: 0.36rem;
  font-family: "SourceHanSerifCN-Bold";
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 1.1rem;
}

.talentCultivation .list>ul>li .hd .name {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.talentCultivation .list>ul>li .hd .name img {
  width: 0.55rem;
}

.talentCultivation .list>ul>li .hd .name h5 {
  font-size: 0.2rem;
  margin-top: 0.06rem;
}

.talentCultivation .list>ul>li .hd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  right: 0;
  height: 1.4rem;
  background: url(../image/img33.svg) center no-repeat;
  background-size: 0.33rem;
}

.talentCultivation .list>ul>li .bd {
  position: absolute;
  left: 1.4rem;
  top: 0;
  width: 8.9rem;
  overflow: hidden;
  bottom: 0.14rem;
  background: #fff9f0;
}

.talentCultivation .list>ul>li .bd li {
  padding: 0.2rem 0.6rem 0 0.6rem;
}

.talentCultivation .list>ul>li .bd li a {
  display: block;
}

.talentCultivation .list>ul>li .bd li a .zoomImg img {
  height: 4.5rem;
}

.talentCultivation .list>ul>li .bd li a h5 {
  font-size: 0.18rem;
  height: 0.78rem;
  line-height: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #373737;
}

.talentCultivation .list>ul>li .bd li a p {
  display: none;
}

.talentCultivation .list>ul>li .bd .dots-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 0.6rem;
}

.talentCultivation .list>ul>li .bd .dots-wrapper .dots span {
  color: #88372e;
}

.talentCultivation .list>ul>li .bd .dots-wrapper .dots span.on {
  color: #fff;
}

.talentCultivation .list>ul>li .bd .dots-wrapper:before {
  background-image: url(../image/img65_2.png);
}

.talentCultivation .list>ul>li .bd .dots-wrapper:after {
  background-image: url(../image/img158_2.svg);
}

@media screen and (max-width: 800px) {
  .talentCultivation .list>ul>li {
    width: 100%;
  }

  .talentCultivation .list>ul>li:before {
    height: 0;
  }

  .talentCultivation .list>ul>li .hd:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0.15rem;
  }

  .talentCultivation .list>ul>li .hd .num {
    font-size: 0.48rem;
    top: 1rem;
  }

  .talentCultivation .list>ul>li .hd .name h5 {
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }

  .talentCultivation .list>ul>li .bd {
    width: calc(100% - 1.4rem);
  }

  .talentCultivation .list>ul>li .bd li {
    padding: 0.3rem 0.3rem 0;
  }

  .talentCultivation .list>ul>li .bd li a .zoomImg img {
    height: 2.55rem;
  }

  .talentCultivation .list>ul>li .bd li a h5 {
    font-size: 0.26rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }

  .talentCultivation .list>ul>li .bd li a p {
    font-size: 0.22rem;
    line-height: 0.4rem;
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .talentCultivation .list>ul>li .bd .dots-wrapper {
    padding-right: 0;
    margin-top: 0.3rem;
  }
}

@media screen and (min-width: 800px) {
  .talentCultivation .list>ul>li.on {
    width: 10.3rem;
  }

  .talentCultivation .list>ul>li.on:before {
    height: 0;
  }

  .talentCultivation .list>ul>li.on .hd:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.talentCultivation .list>ul>li:nth-child(1) {
  background: #88372e;
}

.talentCultivation .list>ul>li:nth-child(2) {
  background: #592e17;
}

.talentCultivation .list>ul>li:nth-child(3) {
  background: #d0ac68;
}

.talentCultivation .list>ul>li:nth-child(4) {
  background: #864b33;
}

.talentCultivation .list>ul>li:nth-child(5) {
  background: #cb8e3d;
}

.studentWork {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.studentWork .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .studentWork .wal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.studentWork .left {
  width: 9.45rem;
}

.studentWork .left .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.26rem;
}

.studentWork .left .img {
  width: 3.99rem;
}

.studentWork .left .img .zoomImg img {
  height: 3.9rem;
}

.studentWork .left .img .bd {
  padding: 0.3rem 0.12rem 0 0;
}

.studentWork .left .img .bd .time {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  color: #88372e;
}

.studentWork .left .img .bd .name {
  font-size: 0.2rem;
  line-height: 1.8em;
  height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.studentWork .left .img .bd .name:hover {
  font-weight: bold;
}

.studentWork .left .img .bd .name a {
  -webkit-transition: color .5s;
  transition: color .5s;
  display: block;
}

.studentWork .left .img .bd .line {
  height: 0.65rem;
  position: relative; display: none;
}

.studentWork .left .img .bd .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #88372e;
}

.studentWork .left .img .bd .line i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.81rem;
  height: 0.02rem;
  background: #88372e;
}

.studentWork .left .img .bd .line:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: #88372e solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.studentWork .left .img .bd p {
  display: none
}

@media screen and (max-width: 800px) {
  .studentWork .left .img {
    width: 100%;
  }

  .studentWork .left .img .zoomImg img {
    height: auto;
  }

  .studentWork .left .img .bd {
    padding: 0.3rem 0.2rem;
  }

  .studentWork .left .img .bd .time {
    font-size: 0.24rem;
  }

  .studentWork .left .img .bd .name {
    font-size: 0.28rem;
  }

  .studentWork .left .img .bd p {
    font-size: 0.24rem;
    line-height: 1.5em;
    height: 3em;
  }
}

.studentWork .left .list {
  width: 5.16rem;
}

.studentWork .left .list ul {
  margin-top: -0.2rem;
}

.studentWork .left .list li {
  border-bottom: 1px solid #e1e1e1;
  height: 1.13rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-color .5s;
  transition: border-color .5s;
  z-index: 1;
}

.studentWork .left .list li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: #e1e1e1 solid 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.studentWork .left .list li .bg {
  background: #88372e;
  height: 1.13rem;
  position: absolute;
  left: 50%;
  right: 40%;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.studentWork .left .list li .bg:before,
.studentWork .left .list li .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.11rem;
  height: 1.33rem;
  background: url(../image/img11.svg) center no-repeat;
  background-size: 100%;
}

.studentWork .left .list li .bg:before {
  left: -0.15rem;
}

.studentWork .left .list li .bg:after {
  right: -0.15rem;
}

.studentWork .left .list li a {
  display: block;
  position: relative;
  z-index: 2;
}

.studentWork .left .list li a .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f4f1ed;
  width: 1.15rem;
  height: 0.27rem;
  font-size: 0.16rem;
  color: #88372e;
  border: #88372e solid 1px;
  -webkit-transition: .5s;
  transition: .5s;
}

.studentWork .left .list li a .name {
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

@media screen and (max-width: 800px) {
  .studentWork .left .list li {
    height: 1.5rem;
  }

  .studentWork .left .list li a .time {
    width: 1.5rem;
    height: 0.42rem;
    font-size: 0.22rem;
  }

  .studentWork .left .list li a .name {
    font-size: 0.26rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
}

@media screen and (min-width: 800px) {
  .studentWork .left .list li.prev {
    border-color: rgba(0,0,0,0);
  }

  .studentWork .left .list li.prev:after {
    opacity: 0;
  }

  .studentWork .left .list li:hover {
    border-color: rgba(0,0,0,0);
    z-index: 2;
  }

  .studentWork .left .list li:hover:before {
    opacity: 1;
  }

  .studentWork .left .list li:hover:after {
    opacity: 0;
  }

  .studentWork .left .list li:hover .bg {
    left: 0.1rem;
    right: 0.1rem;
    opacity: 1;
  }

  .studentWork .left .list li:hover a {
    color: #fff;
    padding: 0 0.26rem 0 0.36rem;
  }

  .studentWork .left .list li:hover a .time {
    border-color: #f9bb52;
    background: rgba(0,0,0,0);
    color: #fff;
  }
}

@media screen and (max-width: 800px) {
  .studentWork .left .list {
    width: 100%;
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 800px) {
  .studentWork .left {
    width: 100%;
  }
}

.studentWork .right {
  width: 5.8rem;
}

.studentWork .right .list {
  position: relative;
  min-height: 6.76rem;
  z-index: 2;
  padding-top: 0.1rem;
}

.studentWork .right .list:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.16rem;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #fcf7f1;
  z-index: -1;
}

.studentWork .right .list li {
  position: relative;
}

.studentWork .right .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.2rem;
  top: 50%;
  width: 1px;
  height: 100%;
  background: #e7d8d7;
}

.studentWork .right .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.2rem;
  top: 0;
  width: 0.21rem;
  height: 100%;
  background: url(../image/img21.svg) center no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.studentWork .right .list li:last-child:before {
  display: none;
}

.studentWork .right .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.2rem;
  padding: 0 0 0 0.25rem;
}

.studentWork .right .list li a .time {
  width: 0.57rem;
  height: 0.51rem;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.12rem;
  color: #c19a98;
  margin-right: 0.72rem;
}

.studentWork .right .list li a .time:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border: #c19a98 solid 1px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  width: 0.57rem;
  height: 0.51rem;
}

.studentWork .right .list li a .time:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #88372e;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.studentWork .right .list li a .time em,
.studentWork .right .list li a .time div {
  position: relative;
  z-index: 2;
}

.studentWork .right .list li a .time em {
  -webkit-transition: color .5s;
  transition: color .5s;
  font-size: 0.28rem;
  color: #88372e;
  line-height: 1em;
}

.studentWork .right .list li a .time div {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.studentWork .right .list li a .name {
  font-size: 0.2rem;
  line-height: 2.55em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 800px) {
  .studentWork .right .list li:hover:after {
    opacity: 1;
  }

  .studentWork .right .list li:hover a .time {
    color: #fff;
  }

  .studentWork .right .list li:hover a .time:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.6rem;
    height: 0.6rem;
  }

  .studentWork .right .list li:hover a .time:after {
    opacity: 1;
  }

  .studentWork .right .list li:hover a .time em {
    color: #fff;
  }

  .studentWork .right .list li:hover a .name {
    font-weight: bold;
  }
}

@media screen and (max-width: 800px) {
  .studentWork .right {
    width: 100%;
    padding: 0.5rem 0 1.2rem 0;
  }

  .studentWork .right .list {
    padding: 0.2rem 0;
  }

  .studentWork .right .list:before {
    width: 100vw;
  }

  .studentWork .right .list li:after {
    opacity: 1;
  }

  .studentWork .right .list li a {
    height: 1.6rem;
    padding-left: 0.3rem;
  }

  .studentWork .right .list li a .time {
    width: 1rem;
    height: 1rem;
    font-size: 0.18rem;
  }

  .studentWork .right .list li a .time:before {
    width: 1rem;
    height: 1rem;
  }

  .studentWork .right .list li a .time em {
    font-size: 0.38rem;
  }

  .studentWork .right .list li a .name {
    font-size: 0.26rem;
  }
}

.lectureRoom {
  background: url(../image/lectureRoom.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lectureRoom .wal {
  min-height: 9.99rem;
}

.lectureRoom .nav {
  position: relative;
  z-index: 5;
  font-family: "SourceHanSerifCN-Bold";
}

.lectureRoom .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lectureRoom .nav li {
  margin-right: 0.2rem;
}

.lectureRoom .nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 0.45rem;
  border: 1px solid #74332e;
  color: #88372e;
  font-weight: 700;
  text-align: center;
  padding: 0 0.1rem;
  font-size: 0.24rem;
}

.lectureRoom .nav a:hover,
.lectureRoom .nav a.on {
  background: #88372e;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .lectureRoom .nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.2rem;
  }

  .lectureRoom .nav li {
    margin-right: 0;
  }

  .lectureRoom .nav a {
    font-size: 0.26rem;
    height: 0.62rem;
    padding: 0 0.22rem;
  }
}

.lectureRoom .list-1 {
  padding-bottom: 0.8rem;
  padding-top: 0.73rem;
}

.lectureRoom .list-1 .ul-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lectureRoom .list-1 .ul-1 li {
  width: 2.88rem;
  -webkit-transition: width .5s;
  transition: width .5s;
  padding-bottom: 0.4rem;
}

.lectureRoom .list-1 .ul-1 li a {
  display: block;
  background: #fff;
  position: relative;
  box-shadow: 0 0.04rem 0.1rem rgba(136,55,46,.1);
  padding: 0 0.27rem;
}

@media screen and (min-width: 800px) {
  .lectureRoom .list-1 .ul-1 li a {
    height: 3.28rem;
  }
}

.lectureRoom .list-1 .ul-1 li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img614.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
}

.lectureRoom .list-1 .ul-1 li a .time {
  position: relative;
  z-index: 2;
  width: 0.86rem;
  height: 0.74rem;
  background: url(../image/img86.svg) center no-repeat;
  background-size: 100%;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
}

.lectureRoom .list-1 .ul-1 li a .time b {
  font-size: 0.28rem;
}

.lectureRoom .list-1 .ul-1 li a h5 {
  position: relative;
  z-index: 2;
  font-size: 0.2rem;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
  font-weight: 400;
}

@media screen and (min-width: 800px) {
  .lectureRoom .list-1 .ul-1 li a h5 {
    height: 7.2em;
  }

  .lectureRoom .list-1 .ul-1 li a p {
    position: relative;
    z-index: 2;
    font-size: 0.18rem;
    line-height: 0.31rem;
    height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(255,255,255,.6);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0.2rem;
  }
}

.lectureRoom .list-1 .ul-1 li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 0.2rem;
  height: 0.12rem;
  background: url(../image/img20.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 800px) {
  .lectureRoom .list-1 .ul-1 li.on {
    width: 6.14rem;
  }

  .lectureRoom .list-1 .ul-1 li.on a {
    color: #fff;
  }

  .lectureRoom .list-1 .ul-1 li.on a:before {
    opacity: 1;
  }

  .lectureRoom .list-1 .ul-1 li.on a .time {
    background-image: url(../image/img86on.svg);
    color: #88372e;
  }

  .lectureRoom .list-1 .ul-1 li.on a h5 {
    height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .lectureRoom .list-1 .ul-1 li.on a p {
    height: 0.62rem;
    opacity: 1;
  }

  .lectureRoom .list-1 .ul-1 li.on a:after {
    background-image: url(../image/img20on.svg);
  }
}

@media screen and (max-width: 800px) {
  .lectureRoom .list-1 .ul-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lectureRoom .list-1 .ul-1 li {
    width: 100%;
  }

  .lectureRoom .list-1 .ul-1 li a {
    padding: 0 0.3rem 0.34rem 0.3rem;
  }

  .lectureRoom .list-1 .ul-1 li a .time {
    width: 1.12rem;
    height: 0.96rem;
    font-size: 0.22rem;
  }

  .lectureRoom .list-1 .ul-1 li a .time b {
    font-size: 0.38rem;
  }

  .lectureRoom .list-1 .ul-1 li a h5 {
    font-size: 0.26rem;
    max-height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .lectureRoom .list-1 .ul-1 li a p {
    font-size: 0.22rem;
    line-height: 1.5em;
    max-height: 4.5em;
    margin-top: 0.2rem;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.lectureRoom .list-1 .ul-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.56rem;
}

.lectureRoom .list-1 .ul-2 li {
  width: 33.333%;
  padding: 0 0 0.25rem 0.56rem;
}

.lectureRoom .list-1 .ul-2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 1.33rem;
  position: relative;
  padding: 0 0.33rem 0 0.43rem;
}

.lectureRoom .list-1 .ul-2 a .time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.05rem;
  font-size: 0.16rem;
  color: #88372e;
  line-height: 0.24rem;
}

.lectureRoom .list-1 .ul-2 a .time b {
  font-size: 0.24rem;
}

.lectureRoom .list-1 .ul-2 a .time div {
  -webkit-transform: translateY(0.04rem);
  -ms-transform: translateY(0.04rem);
  transform: translateY(0.04rem);
}

.lectureRoom .list-1 .ul-2 a .name {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lectureRoom .list-1 .ul-2 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.33rem;
  bottom: 0.4rem;
  width: 0.2rem;
  height: 0.12rem;
  background: url(../image/img20.svg) center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 800px) {
  .lectureRoom .list-1 .ul-2 li {
    width: 100%;
  }

  .lectureRoom .list-1 .ul-2 a {
    height: 1.6rem;
  }

  .lectureRoom .list-1 .ul-2 a .time {
    font-size: 0.22rem;
    line-height: 0.34rem;
    width: 1.2rem;
  }

  .lectureRoom .list-1 .ul-2 a .time b {
    font-size: 0.32rem;
  }

  .lectureRoom .list-1 .ul-2 a .name {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.lectureRoom .list-1 .line {
  height: 0.64rem;
  position: relative;
  background: url(../image/line.svg) center repeat-x;
  background-size: auto 0.02rem;
}

.lectureRoom .list-1 .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 2.69rem;
  top: 0;
  bottom: 0;
  width: 0.64rem;
  background: url(../image/img64.svg) center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 800px) {
  .lectureRoom .list-1 .line:after {
    left: 1.2rem;
  }
}

.lectureRoom .list-2 {
  min-height: 7.5rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 800px) {
  .lectureRoom .list-2 .text-list {
    height: 6.82rem;
    position: relative;
    width: 7.45rem;
  }

  .lectureRoom .list-2 .text-list:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.13rem;
    top: 0;
    bottom: 0.03rem;
    background: url(../image/img220.png) left center no-repeat;
    background-size: 100%;
    width: 8.09rem;
    -webkit-transform-origin: 1rem center;
    -ms-transform-origin: 1rem center;
    transform-origin: 1rem center;
    -webkit-transform: rotate(var(--deg, 0deg));
    -ms-transform: rotate(var(--deg, 0deg));
    transform: rotate(var(--deg, 0deg));
  }

  .lectureRoom .list-2 .text-list .ico {
    width: 5.37rem;
    position: absolute;
    left: -2.8rem;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .lectureRoom .list-2 .text-list .ico img {
    width: 100%;
  }

  .lectureRoom .list-2 .text-list ul {
    position: absolute;
    left: 1.85rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 4.96rem;
  }

  .lectureRoom .list-2 .text-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.9rem;
    -webkit-transition: height .5s;
    transition: height .5s;
  }

  .lectureRoom .list-2 .text-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.18rem;
    line-height: 0.3rem;
    opacity: .4;
    padding-left: 0.24rem;
    position: relative;
    left: 0;
  }

  .lectureRoom .list-2 .text-list li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.15rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background: #88372e;
    border-radius: 50%;
  }

  .lectureRoom .list-2 .text-list li a .tag {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #88372e;
    margin-right: 0.2rem;
  }

  .lectureRoom .list-2 .text-list li.on {
    height: 1.36rem;
    font-weight: bold;
  }

  .lectureRoom .list-2 .text-list li.on a {
    opacity: 1;
    font-size: 0.2rem;
  }

  .lectureRoom .list-2 .text-list li:nth-child(2),
  .lectureRoom .list-2 .text-list li:nth-child(4) {
    padding-left: 0.7rem;
  }

  .lectureRoom .list-2 .text-list li:nth-child(3) {
    padding-left: 0.9rem;
  }

  .lectureRoom .list-2 .text-list li:nth-child(1).on a,
  .lectureRoom .list-2 .text-list li:nth-child(5).on a {
    left: 0.15rem;
  }
}

@media screen and (max-width: 800px) {
  .lectureRoom .list-2 .text-list {
    padding: 0.3rem 0;
  }

  .lectureRoom .list-2 .text-list .ico {
    display: none;
  }

  .lectureRoom .list-2 .text-list li {
    padding: 0.15rem 0;
  }

  .lectureRoom .list-2 .text-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding-left: 0.24rem;
    position: relative;
    left: 0;
  }

  .lectureRoom .list-2 .text-list li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background: #88372e;
    border-radius: 50%;
  }

  .lectureRoom .list-2 .text-list li a .tag {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #88372e;
    margin-right: 0.2rem;
  }
}

@media screen and (min-width: 800px) {
  .lectureRoom .list-2 .img-list {
    position: absolute;
    top: -0.76rem;
    right: 0;
  }

  .lectureRoom .list-2 .img-list li:nth-child(1) {
    padding-top: 0.81rem;
  }
}

.lectureRoom .list-2 .img-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lectureRoom .list-2 .img-list li {
  margin-left: 0.5rem;
  width: 3.73rem;
}

.lectureRoom .list-2 .img-list li a {
  display: block;
  background: #864b33;
  position: relative;
}
.lectureRoom .list-2 .img-list li a .time {display:none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 1rem;
  height: 1rem;
  background: url(../image/img100.svg) center no-repeat;
  background-size: 100%;
  font-size: 0.2rem;
}
.lectureRoom .list-2 .img-list li a .time em {
  font-size: 0.36rem;
  -webkit-transform: translateY(-0.06rem);
  -ms-transform: translateY(-0.06rem);
  transform: translateY(-0.06rem);
}
.lectureRoom .list-2 .img-list li .zoomImg img {
  height: 4.31rem;
}

.lectureRoom .list-2 .img-list li a .bd {
  padding: 0.2rem 0.35rem; padding-right: 0.45rem;
  color: #fff;
}

.lectureRoom .list-2 .img-list li a .bd h5 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  /*height: 0.6rem;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.lectureRoom .list-2 .img-list li a .bd dl {
  margin-top: 0.12rem;
}

.lectureRoom .list-2 .img-list li a .bd dd {
  line-height: 0.28rem;
  display: block;
  padding-left: 0.3rem;
  font-size: 0.18rem;
  background: url(../image/img30_1.png) left center no-repeat;
  background-size: 0.15rem;
}

.lectureRoom .list-2 .img-list li a .bd dd:nth-child(2) {
  background-image: url(../image/img30_2.png);
}

.lectureRoom .list-2 .img-list li a .bd dd:nth-child(3) {
  background-image: url(../image/img30_3.png);
}

.lectureRoom .list-2 .img-list li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.33rem;
  bottom: 0.3rem;
  width: 0.13rem;
  height: 0.17rem;
  background: url(../image/img17.svg) center no-repeat;
  background-size: 100%;
}

.lectureRoom .list-2 .img-list li a:hover {
  background: #88372f;
}

@media screen and (max-width: 800px) {
  .lectureRoom .list-2 .img-list {
    padding-bottom: 1rem;
  }

  .lectureRoom .list-2 .img-list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.3rem;
  }

  .lectureRoom .list-2 .img-list li {
    width: 50%;
    padding: 0 0 0 0.3rem;
    margin: 0;
  }

  .lectureRoom .list-2 .img-list li a .bd {
    padding: 0.3rem;
  }

  .lectureRoom .list-2 .img-list li a .bd h5 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    /*height: 0.8rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .lectureRoom .list-2 .img-list li a .bd dd {
    line-height: 0.34rem;
    font-size: 0.24rem;
    margin-top: 0.08rem;
    padding-left: 0.32rem;
    background-size: 0.22rem;
    background-position: left 0.05rem;
  }
}

@media screen and (min-width: 800px) {
  .lectureRoom2 .page-title {
    padding-right: 4.4rem;
  }
}

.index-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.index-about .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 7.15rem;
  background: center top no-repeat;
  background-size: cover;
}

.index-about .wal {
  min-height: 7.15rem;
  position: relative;
  padding-top: 7.15rem;
}

@media screen and (min-width: 800px) {
  .index-about .img-1 {
    width: 9.6rem;
    position: absolute;
    left: 50%;
    top: 1.4rem;
    margin-left: -9.6rem;
  }

  .index-about .img-1 img {
    width: 100%;
    height: 5.84rem;
  }

  .index-about .img-2 {
    width: 3.39rem;
    position: absolute;
    left: 50%;
    top: 2.46rem;
  }

  .index-about .img-3 {
    width: 7.95rem;
    position: absolute;
    left: 50%;
    top: 5.76rem;
  }

  .index-about .img {
    width: 50%;
  }
}

.index-about h2 {
  font-size: 0.24rem;
  padding: 0.09rem 0 0.22rem 0;
}

.index-about .content {
  font-size: 0.18rem;
  line-height: 0.35rem;
  width: 7.1rem;
  text-align: justify;
  padding-bottom: 0.3rem;
}

@media screen and (max-width: 800px) {
  .index-about .bg {
    background-size: 100%;
    background-color: #88372e;
  }

  .index-about .img-1 {
    position: absolute;
    left: -0.3rem;
    top: 1.4rem;
    width: 5.5rem;
  }

  .index-about .img-1 img {
    height: 4rem;
  }

  .index-about .img-2 {
    position: absolute;
    right: 1.7rem;
    top: 5.4rem;
    width: 4.5rem;
  }

  .index-about .img-3 {
    position: absolute;
    right: -0.3rem;
    top: 2.4rem;
    width: 2rem;
  }

  .index-about .img-3 img {
    height: 4rem;
  }

  .index-about .img {
    margin-top: 2.7rem;
  }

  .index-about h2 {
    font-size: 0.32rem;
    padding-top: 0.4rem;
  }

  .index-about .content {
    font-size: 0.24rem;
    line-height: 1.8em;
    width: 100%;
  }
}

.approach {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.approach .page-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.approach .list {
  position: relative;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  padding-bottom: 1rem;
  margin-top: 0.2rem;
}

.approach .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.approach .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.approach .list li a .ico {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  position: relative;
  background: #fff4e4;
}
.approach .list li a .ico img{width: 100%;}

.approach .list li a .ico img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.approach .list li a .name {
  font-size: 0.18rem;
  margin-top: 0.32rem;
}

.approach .list li a:hover {
  color: #88372e;
}

.approach .list li a:hover .ico {
  background: #88372f;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(141,59,59,.31);
}

.approach .list li a:hover .ico img:nth-child(1) {
  opacity: 0;
}

.approach .list li a:hover .ico img:nth-child(2) {
  opacity: 1;
}

.approach .list li a:hover .name {
  font-weight: bold;
}

.approach .list .arrow a {
  display: block;
  width: 0.16rem;
  height: 1.28rem;
  position: absolute;
  z-index: 5;
  top: 0;
  background: center no-repeat;
  background-size: 100%;
}

.approach .list .arrow a.prev {
  left: -0.2rem;
  background-image: url(../image/prev17.svg);
}

.approach .list .arrow a.next {
  right: -0.2rem;
  background-image: url(../image/next17.svg);
}

@media screen and (max-width: 800px) {
  .approach .list {
    margin: 0 0.2rem;
  }

  .approach .list li a .name {
    font-size: 0.24rem;
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
}

.foot-link {
  background: #fff4e4;
  min-height: 0.8rem;
  font-size: 0.18rem;
  padding: 0.2rem 0;
  line-height: 0.4rem;
}

.foot-link .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.foot-link h5 {
  color: #7a3a35;
  font-size: 0.18rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.foot-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.foot-link li {
  padding: 0 0.3rem 0 0.1rem;
}

.foot-link li a {
  color: rgba(122,58,53,.71);
}

.foot-link li a:hover {
  color: #88372e;
}

@media screen and (max-width: 800px) {
  .foot-link {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding: 0.3rem 0;
  }

  .foot-link h5 {
    font-size: 0.26rem;
  }
}

.g-foot {
  background: url(../image/g-foot.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.g-foot .wal {
  min-height: 1.8rem;
  position: relative;
}

.g-foot .logo {
  width: 8.58rem;
  position: absolute;
  left: 0;
  top: 0.24rem;
}

.g-foot .link {
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255,255,255,.8);
  font-size: 0.16rem;display:none;
}

.g-foot .link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .link li {
  margin-left: 0.22rem;
  margin-right: 0.2rem;
}

.g-foot .link li .select {
  position: relative;
}

.g-foot .link li .select .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.2);
  width: 2.44rem;
  height: 0.47rem;
  position: relative;
  padding-right: 0.2rem;
}

.g-foot .link li .select .name:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3rem;
  width: 0.1rem;
  background: url(../image/img10.svg) center no-repeat;
  background-size: 100%;
}

.g-foot .link li .select .layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border: 1px solid rgba(255,255,255,.2);
  margin-bottom: -1px;
  background: #88372e;
  text-align: center;
  padding: 0.1rem 0;
  display: none;
}

.g-foot .link li .select .layer dl {
  max-height: 2.64rem;
  overflow-y: auto;
}

.g-foot .link li .select .layer dl::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.g-foot .link li .select .layer dl::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.5);
  border-radius: .06rem;
}

.g-foot .link li .select .layer dl::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
  border-radius: .06rem;
}

.g-foot .link li .select .layer a {
  display: block;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.1rem 0.2rem 0.1rem 0;
}

.g-foot .link li .select .layer a:hover {
  background: rgba(255,255,255,.1);
}

.g-foot .link li .select:hover .layer {
  display: block;
}

.g-foot .link .right {
  margin-left: auto;
}

.g-foot .link .right li {
  margin-left: 0.18rem;
  margin-right: 0;
}

.g-foot .ewm {
  width: 0.84rem;
  position: absolute;
  right: 0.27rem;
  top: 0.17rem;
  text-align: center;
}

.g-foot .ewm p {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  color: rgba(255,255,255,.8);
  margin-top: 0.1rem;
}

.g-foot .msg {
  position: absolute;
  left:30%;
  bottom: 0.4rem;
  font-size: 0.16rem;
  color: rgba(255,255,255,.8);
}

@media screen and (max-width: 800px) {
  .g-head .wal{    height: 1.04rem;
    position: relative;}
  .g-foot .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0;
  }

  .g-foot .logo {
    position: relative;
    top: 0;
    width: 6.6rem;
  }

  .g-foot .link {
    font-size: 0.24rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-foot .link>.name {
    font-weight: bold;
    font-size: 0.32rem;
  }

  .g-foot .link ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-foot .link li {
    margin: 0 0.15rem;
    padding-top: 0.2rem;
  }

  .g-foot .link li .select .name {
    width: 3rem;
    height: 0.6rem;
  }

  .g-foot .link li .select .name:after {
    width: 0.16rem;
  }

  .g-foot .link li .select .layer dl {
    max-height: 3.6rem;
  }

  .g-foot .link li .select .layer a {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .g-foot .ewm {
    position: relative;
    right: 0;
    top: 0;
    padding: 0.4rem 0;
    width: 1.6rem;
  }

  .g-foot .ewm p {
    font-size: 0.22rem;
  }

  .g-foot .msg {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 0.24rem;
  }
}