@charset "utf-8";
.w1300 {
  width: 13rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1320px) {
  .w1300 {
    width: 94%;
  }
}

header {
  width: 100%;
}

header .htop {
  width: 100%;
  background: #0a57a9;
  padding: 0.3rem 0;
  font-size: 0;
}

header .htop .logos {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.5rem);
  width: calc((950 / 1300) * 100%);
  font-size: 0;
}

header .htop .logos .lone {
  display: inline-block;
  vertical-align: middle;
  /* width: 3.37rem; */
  /* width: calc((337 / 950) * 100%); */
  height: .5rem;
}

header .htop .logos .lone a, header .htop .logos .lone img {
  /* width: 100%; */
  height: 100%;
  display: block;
}

header .htop .logos .line {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
}

header .htop .logos .line span {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.45rem;
  background: #a3c2e4;
}

header .htop .logos .ltwo {
  display: inline-block;
  vertical-align: middle;
  /* width: 2.6rem; */
  /* width: calc((260 / 950) * 100%); */
  height: .5rem;
}

header .htop .logos .ltwo a, header .htop .logos .ltwo img {
  /* width: 100%; */
  height: 100%;
  display: block;
}

header .htop .sears {
  width: 3.5rem;
  width: calc((350 / 1300) * 100%);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}

header .htop .sears .inp {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.8;
  height: 2.8em;
  padding-left: 0.6rem;
  padding-right: 0.2rem;
  background: #fff;
  border: none;
  border-radius: 1.6em;
}

header .htop .sears .ss {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}

header .htop .sears .ss img {
  width: 100%;
  height: 100%;
  display: block;
}

header .htop .mid {
  display: none;
}

header nav {
  width: 100%;
  background: #094d96;
}

header nav .nav {
  width: 100%;
  font-size: 0;
  text-align: center;
}

header nav .nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header nav .nav .natem .nas {
  width: auto;
  display: inline-block;
}

header nav .nav .natem .nas a {
  display: inline-block;
  line-height: 0.7rem;
  color: #fff;
  padding: 0 0.22rem;
}

header nav .nav .natem .navul {
  width: 1.6rem;
  width: 100%;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
}

header nav .nav .natem .navul ul {
  width: 100%;
}

header nav .nav .natem .navul ul li {
  width: 100%;
}

header nav .nav .natem .navul ul li a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #094d96;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  background: #fff;
}

header nav .nav .natem .navul ul li:hover a {
  background: #094d96;
  color: #fff;
}

header nav .nav .natem.on .nas a {
  color: #333;
  background: #fff;
}

header nav .nav .natem:hover .nas a {
  color: #333;
  background: #fff;
}

header .black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  cursor: pointer;
}

@media (max-width: 768px) {
  header .htop {
    text-align: center;
  }
  header .htop .logos {
    width: calc(100% - 0.6rem);
    text-align: left;
    width: 5.4rem;
  }
  header .htop .logos .lone {
    /* width: 2.6rem; */
    height: 22px;
  }
  header .htop .logos .line{
    margin: 0 .1rem;
  }
  header .htop .logos .ltwo {
    /* width: 1.8rem; */
    height: 22px;
  }
  header .htop .mid {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
  }
  header .htop .mid img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .htop .sears {
    width: 5rem;
    width: calc(100% - 5.4rem - 0.5rem - 0.5rem);
    margin-left: 0.5rem;
  }
  header nav .nav {
    width: 60%;
    width: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 100;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header nav .nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header nav .nav .natem .nas a {
    color: #333;
    line-height: 3.5;
  }
  header nav .nav .natem .navul {
    width: 100%;
    position: relative;
    background: #fff;
  }
  header nav .nav .natem .navul ul li {
    width: 100%;
  }
  header nav .nav .natem .navul ul li a {
    color: #333;
    padding: 0 0.3rem;
    text-align: left;
    background: #fff;
  }
  header nav .nav .natem.on:after {
    display: none;
  }
  header nav .nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.1rem;
    font-size: 20px;
    color: #333;
  }
  header nav .nav .natem.has-nav.show:after {
    content: "-";
  }
  header.menu-state nav .nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

@media (max-width: 450px) {
  header .htop .logos {
    width: calc(100% - 0.6rem);
  }
  header .htop .sears {
    margin-top: 0.2rem;
    width: 5rem;
    margin-left: 0;
  }
}

.banner {
  width: 100%;
  position: relative;
  z-index: 12;
}

.banner .swiper-slide {
  width: 100%;
}

.banner .swiper-slide a, .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  opacity: 1;
  transition: all ease 0.3s;
  border-radius: 0.08rem;
}

.banner .swiper-pagination-bullet-active {
  background: #bf3323;
  width: 0.46rem;
}

.banner .swiper-pagination {
  bottom: 0.36rem;
}

.banner .btn {
  position: absolute;
  z-index: 13;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}

.banner .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .btn img:first-child {
  display: block;
}

.banner .btn img:last-child {
  display: none;
}

.banner .btn:hover img:first-child {
  display: none;
}

.banner .btn:hover img:last-child {
  display: block;
}

.banner .bl {
  left: 0.5rem;
}

.banner .br {
  right: 0.5rem;
}

.modular {
  width: 100%;
}

.modular .mit {
  width: 100%;
  color: #045a9c;
  line-height: 1.5;
}

.modular .mavs {
  width: 100%;
  margin: 0.3rem 0;
}

.modular .mavs .swiper-slide {
  width: auto;
  padding: 0 0.2rem;
  background: #f3f4f8;
  color: #939498;
  line-height: 2.2;
  border-radius: 1.1em;
  cursor: pointer;
  border: solid 2px #f3f4f8;
  margin-right: 0.16rem;
}

.modular .mavs .swiper-slide.on {
  background: #fff;
  color: #045a9c;
  border: solid 2px #045a9c;
}

.goshchool {
  width: 100%;
  background: #fff;
  padding: 0.6rem 0;
}

.goshchool .shooiper {
  width: 100%;
  position: relative;
}

.goshchool .shooiper .shoem {
  width: 100%;
  display: none;
  font-size: 0;
}

.goshchool .shooiper .shoem .swiper-slide {
  width: 100%;
  font-size: 0;
}

.goshchool .shooiper .shoem .sl {
  display: inline-block;
  vertical-align: middle;
  width: calc((775 / 1180) * 100%);
  margin-right: calc((23 / 1180) * 100%);
}

.goshchool .shooiper .shoem .sl img {
  width: 100%;
  height: 100%;
  display: block;
}

.goshchool .shooiper .shoem .sr {
  display: inline-block;
  vertical-align: middle;
  width: calc((380 / 1180) * 100%);
}

.goshchool .shooiper .shoem .sr .stem {
  width: 100%;
  display: block;
}

.goshchool .shooiper .shoem .sr .stem img {
  width: 100%;
  height: 100%;
  display: block;
}

.goshchool .shooiper .shoem .sr .stem + .stem {
  margin-top: 0.1rem;
}

.goshchool .shooiper .shoem .smg {
  width: 100%;
  display: block;
}

.goshchool .shooiper .shoem .smg img {
  width: 100%;
  height: 100%;
  display: block;
}

.goshchool .shooiper .shoem .swiper-container {
  padding-bottom: 0.3rem;
}

.goshchool .shooiper .shoem .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  opacity: 1;
  border: solid 1px #ddd;
  transition: all ease 0.3s;
  border-radius: 0.08rem;
}

.goshchool .shooiper .shoem .swiper-pagination-bullet-active {
  background: #bf3323;
  border: solid 1px #bf3323;
  width: 0.46rem;
}

.goshchool .shooiper .shoem .swiper-pagination {
  bottom: 0rem;
}

.goshchool .shooiper .shoem .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.37rem;
  height: 0.6rem;
  cursor: pointer;
}

.goshchool .shooiper .shoem .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.goshchool .shooiper .shoem .gl {
  left: 0.2rem;
}

.goshchool .shooiper .shoem .gr {
  right: 0.2rem;
}

.goshchool .shooiper .shoem.on {
  display: block;
}

@media (max-width: 768px) {
  .goshchool .shooiper .shoem .gl {
    left: 0rem;
  }
  .goshchool .shooiper .shoem .gr {
    right: 0rem;
  }
}

.onlineedu {
  width: 100%;
  padding: 0.5rem 0;
}

.onlineedu .mit {
  margin-bottom: 0.4rem;
}

.onlineedu .onlinlis {
  width: 100%;
  font-size: 0;
}

.onlineedu .onlinlis .ontem {
  display: inline-block;
  vertical-align: top;
  width: calc((308 / 1300) * 100%);
  margin-right: calc((21 / 1300) * 100%);
  margin-bottom: 0.2rem;
  position: relative;
}

.onlineedu .onlinlis .ontem a {
  width: 100%;
  height: 100%;
  display: block;
}

.onlineedu .onlinlis .ontem .img {
  width: 100%;
  overflow: hidden;
}

.onlineedu .onlinlis .ontem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.onlineedu .onlinlis .ontem .ix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: rgba(23, 79, 150, 0.6);
}

.onlineedu .onlinlis .ontem:hover .img img {
  transform: scale(1.1);
}

.onlineedu .onlinlis .ontem:nth-child(4n) {
  margin-right: 0;
}

.reds {
  width: 100%;
  padding: 0.5rem 0;
}

.reds .mit {
  color: #bf2f32;
}

.reds .mavs .swiper-slide.on {
  border: solid 2px #c52b2d;
  color: #bf2f32;
}

.reds .news {
  width: 100%;
}

.reds .news .newem {
  width: 100%;
  font-size: 0;
  display: none;
}

.reds .news .newem .vmgs{
  width: 100%;
  display: block;
}
.reds .news .newem .vmgs img{
  width: 100%;
  height: 100%;
  display: block;
}

.reds .news .newem .nl {
  display: inline-block;
  vertical-align: top;
  width: calc((941 / 1300) * 100%);
  padding: 0.1rem;
  background: #ca2c2a;
  margin-right: calc((8 / 1300) * 100%);
}

.reds .news .newem .nl .nltem {
  width: 100%;
  height: 100%;
  display: block;
}

.reds .news .newem .nl .nltem img {
  width: 100%;
  height: 100%;
  display: block;
}

.reds .news .newem .nr {
  display: inline-block;
  vertical-align: top;
  width: calc((350 / 1300) * 100%);
  overflow: auto;
}

.reds .news .newem .nr .nrvem {
  width: 100%;
  padding: 0.2rem;
  background: #ca2c2a;
  cursor: pointer;
}

.reds .news .newem .nr .nrvem .nx {
  width: 100%;
  color: #333;
  height: 4em;
  line-height: 2;
}

.reds .news .newem .nr .nrvem.on {
  background: #a41117;
}

.reds .news .newem .nr .nrvem.on .nx {
  color: #fff;
}

.reds .news .newem .nr .nrvem + .nrvem {
  margin-top: 8px;
  margin-top: 0.08rem;
}

.reds .news .newem.on {
  display: block;
}

.reds.exchange {
  background: #f4f4f4;
}

.reds.exchange .mit {
  color: #045a9c;
}

.reds.exchange .mavs .swiper-slide.on {
  border: solid 2px #045a9c;
  color: #045a9c;
}

.reds.exchange .news .nl {
  background: #ffffff;
}

.reds.exchange .news .nr .nrvem {
  background: #fff;
}

.reds.exchange .news .nr .nrvem.on {
  background: #174f96;
}

@media (max-width: 768px) {
  .reds .news .nr {
    height: auto !important;
  }
  .reds .news .nr .nrvem {
    margin-bottom: 10px;
  }
  .reds .news .nr .nrvem .nx {
    height: auto !important;
  }
}

.personnel {
  width: 100%;
  padding: 50px 0;
  background: #fff;
  padding: 0.5rem 0;
}

.personnel .persons {
  width: 100%;
}

.personnel .persons .petom {
  width: 100%;
  display: none;
  position: relative;
}

.personnel .persons .petom .swiper-slide {
  width: 100%;
  font-size: 0;
}

.personnel .persons .petom .swiper-slide .ptem {
  display: inline-block;
  vertical-align: middle;
  height: 5rem;
  position: relative;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  transition: all ease 0.3s;
}

.personnel .persons .petom .swiper-slide .ptem .ris {
  position: absolute;
  width: 3.2rem;
  right: 0;
  top: 0;
  z-index: 4;
  background: rgba(23, 79, 150, 0.7);
  height: 100%;
  padding: 0.4rem 0.2rem;
  right: -3.2rem;
  transition: all ease 0.3s;
}

.personnel .persons .petom .swiper-slide .ptem .ris a {
  width: 100%;
  height: 100%;
  display: block;
}

.personnel .persons .petom .swiper-slide .ptem .ris .it {
  width: 100%;
  color: #fff;
  line-height: 1.6;
}

.personnel .persons .petom .swiper-slide .ptem .ris .more {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  color: #fff;
  width: 100%;
  text-align: right;
}

.personnel .persons .petom .swiper-slide .ptem:hover .ris {
  right: 0;
}

.personnel .persons .petom .swiper-slide .ptem:nth-child(3n) {
  margin-right: 0;
}

.personnel .persons .petom .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.37rem;
  height: 0.6rem;
  cursor: pointer;
}

.personnel .persons .petom .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.personnel .persons .petom .pl {
  left: 0.2rem;
}

.personnel .persons .petom .pr {
  right: 0.2rem;
}

.personnel .persons .petom.on {
  display: block;
}

@media (max-width: 768px) {
  .personnel .persons .petom .pl {
    left: 0rem;
  }
  .personnel .persons .petom .pr {
    right: 0rem;
  }
}

.train {
  width: 100%;
  padding: 50px 0;
  background: #f4f4f4;
  padding: 0.5rem 0;
}

.train .trainper {
  width: 100%;
}

.train .trainper .traem {
  width: 100%;
  display: none;
  position: relative;
  font-size: 0;
}

.train .trainper .traem .cy {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  width: calc((378 / 1180) * 100%);
  padding: 0.1rem;
  margin-right: calc((20 / 1180) * 100%);
  margin-bottom: 0.2rem;
}

.train .trainper .traem .cy .img {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.train .trainper .traem .cy .img .mg{
    width: 100%;
    padding-top: 66.57%;
}

.train .trainper .traem .cy .img img {
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
  display: block;
}

.train .trainper .traem .cy .tv {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  padding: 0 0.1rem;
}

.train .trainper .traem .cy:hover .img img {
  transform: scale(1.1);
}

.train .trainper .traem .cy:nth-child(3n) {
  margin-right: 0;
}

.train .trainper .traem .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.37rem;
  height: 0.6rem;
  cursor: pointer;
}

.train .trainper .traem .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.train .trainper .traem .tl {
  left: 0.2rem;
}

.train .trainper .traem .tr {
  right: 0.2rem;
}

.train .trainper .traem.on {
  display: block;
}

@media (max-width: 768px) {
  .train .trainper .traem .cy {
    width: 48%;
    margin-right: 4%;
  }
  .train .trainper .traem .cy:nth-child(3n) {
    margin-right: 4%;
  }
  .train .trainper .traem .cy:nth-child(2n) {
    margin-right: 0%;
  }
  .train .trainper .traem .tl {
    left: 0rem;
  }
  .train .trainper .traem .tr {
    right: 0rem;
  }
}

.especially {
  width: 100%;
  padding: 50px 0;
  background: #fff;
  padding: 0.5rem 0;
}

.especially .esppier {
  width: 100%;
  position: relative;
}

.especially .esppier .espem {
  width: 100%;
  display: none;
}

.especially .esppier .espem .swiper-container {
  padding: 30px 0;
  padding: 0.3rem 0;
}

.especially .esppier .espem .swiper-slide {
  width: 100%;
}

.especially .esppier .espem .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.especially .esppier .espem .swiper-slide:hover img {
  transform: scale(1.05);
}

.especially .esppier .espem .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.37rem;
  height: 0.6rem;
  cursor: pointer;
}

.especially .esppier .espem .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.especially .esppier .espem .tl {
  left: -50px;
}

.especially .esppier .espem .tr {
  right: -50px;
}

.especially .esppier .espem .tl {
  left: 0.2rem;
}

.especially .esppier .espem .tr {
  right: 0.2rem;
}

.especially .esppier .espem.on {
  display: block;
}

@media (max-width: 768px) {
  .especially .esppier .espem .tl {
    left: 0rem;
  }
  .especially .esppier .espem .tr {
    right: 0rem;
  }
}

.lives {
  width: 100%;
  padding: 50px 0;
  background: #f4f4f4;
  padding: 0.5rem 0;
}

.lives .liveiper {
  width: 100%;
}

.lives .liveiper .livem {
  width: 100%;
  font-size: 0;
  display: none;
}

.lives .liveiper .livem .lvs {
  display: inline-block;
  vertical-align: top;
  width: calc((858 / 1300) * 100%);
  background: #fff;
  margin-right: calc((20 / 1300) * 100%);
  padding: 0.3rem;
}

.lives .liveiper .livem .lvs .lvsiper {
  width: 100%;
  margin-bottom: 0.2rem;
  position: relative;
}

.lives .liveiper .livem .lvs .lvsiper .swiper-slide {
  width: 100%;
  display: block;
}

.lives .liveiper .livem .lvs .lvsiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.lives .liveiper .livem .lvs .lvsiper .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.37rem;
  height: 0.6rem;
  cursor: pointer;
}

.lives .liveiper .livem .lvs .lvsiper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.lives .liveiper .livem .lvs .lvsiper .ll {
  left: 0px;
}

.lives .liveiper .livem .lvs .lvsiper .lr {
  right: 0px;
}

.lives .liveiper .livem .lvs .lvsiper .daylis {
  width: 100%;
  font-size: 0;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
}

.lives .liveiper .livem .lvs .lvsiper .daylis .days {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px;
  padding: 0.05rem 0.1rem;
  background: rgba(191, 51, 35, 0.5);
  margin-right: 4px;
  margin-right: 0.04rem;
  cursor: pointer;
}

.lives .liveiper .livem .lvs .lvsiper .daylis .days .di {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.lives .liveiper .livem .lvs .lvsiper .daylis .days .si {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.lives .liveiper .livem .lvs .lvsiper .daylis .days.on {
  background: #fff;
}

.lives .liveiper .livem .lvs .lvsiper .daylis .days.on .di, .lives .liveiper .livem .lvs .lvsiper .daylis .days.on .si {
  color: #045a9c;
}

.lives .liveiper .livem .lvs .lx {
  width: 100%;
  line-height: 1.5;
  color: #333;
}
.lives .liveiper .livem .lvs .lx-item {
  display: none;
}
.lives .liveiper .livem .lvs .lx-item.on {
  display: block;
}

.lives .liveiper .livem .rvs {
  display: inline-block;
  vertical-align: top;
  width: calc((420 / 1300) * 100%);
  background: #fff;
  border-top: solid 2px #bf3323;
  padding: 0 0.2rem;
  overflow: auto;
}

.lives .liveiper .livem .rvs .rvsem {
  width: 100%;
  padding: 0.31rem 0;
  display: block;
  border-bottom: solid 1px #ddd;
}

.lives .liveiper .livem .rvs .rvsem .time {
  width: 100%;
  font-size: 0;
}

.lives .liveiper .livem .rvs .rvsem .time .sj {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.lives .liveiper .livem .rvs .rvsem .time .sj img {
  width: 100%;
  height: 100%;
  display: block;
}

.lives .liveiper .livem .rvs .rvsem .time .tm {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

.lives .liveiper .livem .rvs .rvsem .tz {
  width: 100%;
  line-height: 1.5;
  color: #333;
}

.lives .liveiper .livem.on {
  display: block;
}

@media (max-width: 768px) {
  .lives .liveiper .lvs {
    height: auto !important;
  }
  .lives .liveiper .rvs {
    height: auto !important;
  }
}

.culture {
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
}

.culture .culswiper {
  width: 100%;
  position: relative;
}

.culture .culswiper .culem {
  width: 100%;
  display: none;
}

.culture .culswiper .culem .swiper-container {
  padding-bottom: 0.4rem;
}

.culture .culswiper .culem .swiper-slide {
  width: 100%;
  display: block;
}

.culture .culswiper .culem .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.culture .culswiper .culem .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  opacity: 1;
  border: solid 1px #ddd;
  transition: all ease 0.3s;
  border-radius: 0.08rem;
}

.culture .culswiper .culem .swiper-pagination-bullet-active {
  background: #bf3323;
  border: solid 1px #bf3323;
  width: 0.46rem;
}

.culture .culswiper .culem .swiper-pagination {
  bottom: 0rem;
}

.culture .culswiper .culem .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.37rem;
  height: 0.6rem;
  cursor: pointer;
}

.culture .culswiper .culem .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.culture .culswiper .culem .cl {
  left: 0.2rem;
}

.culture .culswiper .culem .cr {
  right: 0.2rem;
}

.culture .culswiper .culem.on {
  display: block;
}

@media (max-width: 768px) {
  .culture .culswiper .culem .cl {
    left: 0rem;
  }
  .culture .culswiper .culem .cr {
    right: 0rem;
  }
}

footer {
  width: 100%;
}

footer .foot {
  width: 100%;
  padding: 0.4rem 0;
  background-color: rgba(18, 68, 121, 0.9);
}

footer .foot .w1300 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

footer .foot .codx {
  font-size: 0;
}

footer .foot .codx .code {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

footer .foot .codx .code .cm {
  width: 1.3rem;
  height: 1.3rem;
  display: none;
}

footer .foot .codx .code .cm img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .foot .codx .code .cm.on {
  display: block;
}

footer .foot .codx .rit {
  display: inline-block;
  vertical-align: middle;
}

footer .foot .codx .rit .rx {
  color: #7ea5c6;
  line-height: 2.5;
  cursor: pointer;
  padding: 0 0.2rem;
  margin: 0.09rem 0;
  background-image: url("../images/vc.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

footer .foot .codx .rit .rx.on {
  background-image: url("../images/v.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

footer .foot .flis .fli {
  width: 100%;
  color: #fff;
  line-height: 2;
}

footer .foot .fmid {
  text-align: center;
}

footer .foot .fmid .fi, footer .foot .fmid .fa {
  width: auto;
  display: block;
  margin: 0.05rem 0;
  color: #fff;
  line-height: 2;
}

footer .foot .fogos {
  display: inline-block;
  vertical-align: middle;
  max-width: 6.1rem;
  font-size: 0;
  margin-bottom: 0.2rem;
}

footer .foot .fogos .lone {
  display: inline-block;
  vertical-align: middle;
  /* width: 3rem; */
  height: .4rem;
  min-height: 22px;
}

footer .foot .fogos .lone a, footer .foot .fogos .lone img {
  /* width: 100%; */
  height: 100%;
  display: block;
}

footer .foot .fogos .line {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3rem;
}

footer .foot .fogos .line span {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.45rem;
  background: #a3c2e4;
}

footer .foot .fogos .ltwo {
  display: inline-block;
  vertical-align: middle;
  /* width: 2.3rem; */
  height: .4rem;
  min-height: 22px;
}

footer .foot .fogos .ltwo a, footer .foot .fogos .ltwo img {
  /* width: 100%; */
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  footer .foot .w1300 {
    flex-direction: row;
  }
  footer .foot .codx {
    width: 100%;
  }
  footer .foot .codx .code .cm {
    width: 2rem;
    height: 2rem;
  }
  footer .foot .fmid {
    width: 100%;
    text-align: left;
    margin: 0.4rem 0;
  }
  footer .foot .flis {
    width: 100%;
  }
  footer .foot .fogos {
    max-width: 100%;
  }
}

.contact {
  width: 100%;
  background: #fff;
}

.contact .leftnav {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc((214 / 1300) * 100%);
  margin-right: calc((44 / 1300) * 100%);
  top: -0.6rem;
}

.contact .leftnav .ltop {
  width: 100%;
  height: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.5;
}

.contact .leftnav .lnavs {
  width: 100%;
}

.contact .leftnav .lnavs .lnatm {
  width: 100%;
}

.contact .leftnav .lnavs .lnatm .las {
  width: 100%;
  cursor: pointer;
  background-color: #f3f3f3;
  border-bottom: solid 1px #e5e5e5;
}

.contact .leftnav .lnavs .lnatm .las a {
  line-height: 3;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  color: #565656;
}

.contact .leftnav .lnavs .lnatm .las a i {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.contact .leftnav .lnavs .lnatm .las a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .leftnav .lnavs .lnatm .las a i img:first-child {
  display: block;
}

.contact .leftnav .lnavs .lnatm .las a i img:last-child {
  display: none;
}

.contact .leftnav .lnavs .lnatm .las.on {
  background-image: url("../images/mx.png");
  background-color: #fff;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact .leftnav .lnavs .lnatm .las.on a {
  color: #aa393b;
}

.contact .leftnav .lnavs .lnatm .las.on a i img:first-child {
  display: none;
}

.contact .leftnav .lnavs .lnatm .las.on a i img:last-child {
  display: block;
}

.contact .leftnav .lnavs .lnatm .lnul {
  width: 100%;
  display: none;
}

.contact .leftnav .lnavs .lnatm .lnul a {
  width: 100%;
  line-height: 2.8;
  display: block;
  padding: 0 0.5rem;
  color: #565656;
  background: #f3f3f3;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}

.contact .leftnav .lnavs .lnatm .lnul a b {
  display: inline-block;
  vertical-align: middle;
  width: 0.05rem;
  height: 0.05rem;
  background: #666;
  border-radius: 50%;
  margin-right: 0.07rem;
  position: relative;
  top: -0.01rem;
}

.contact .leftnav .lnavs .lnatm .lnul a.on {
  background: #fff;
  color: #c23125;
}

.contact .leftnav .lnavs .lnatm .lnul a.on b {
  background: #c23125;
}

.contact .leftnav .lnavs .lnatm .lnul a:hover {
  background: #fff;
  color: #c23125;
}

.contact .leftnav .lnavs .lnatm .lnul a:hover b {
  background: #c23125;
}

.contact .leftnav .lnavs .lnatm.has-navt .las a i {
  opacity: 1;
}

.contact .leftnav .lnavs .lnatm.has-navt.on .las {
  background-image: url("../images/mx.png");
  background-color: #fff;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact .leftnav .lnavs .lnatm.has-navt.on .las a {
  color: #aa393b;
}

.contact .leftnav .lnavs .lnatm.has-navt.on .las a i img:first-child {
  display: none;
}

.contact .leftnav .lnavs .lnatm.has-navt.on .las a i img:last-child {
  display: block;
}

.contact .leftnav .lnavs .lnatm.on .las {
  background-image: url("../images/mx.png");
  background-color: #fff;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact .leftnav .lnavs .lnatm.on .las a {
  color: #aa393b;
}

.contact .leftnav .lnavs .lnatm.on .las a i img:first-child {
  display: none;
}

.contact .leftnav .lnavs .lnatm.on .las a i img:last-child {
  display: block;
}

.contact .ronc {
  width: calc((1041 / 1300) * 100%);
  display: inline-block;
  vertical-align: top;
  padding: 0.4rem 0;
}

.contact .ronc .oit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 0.3rem;
}

.contact .ronc .oit .ol .vo {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #565656;
  line-height: 0.63rem;
  border-bottom: solid 2px #436287;
}

.contact .ronc .oit .or {
  font-size: 0;
}

.contact .ronc .oit .or .so {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.05rem;
  max-width: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact .ronc .oit .or .so i {
  margin-left: 0.05rem;
}

.contact .ronc .oit .or .so:last-child i {
  display: none;
}

.contact .ronc .ronsiper {
  width: 100%;
  position: relative;
  margin: 40px 0;
}

.contact .ronc .ronsiper .swiper-slide {
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.contact .ronc .ronsiper .swiper-slide .tx {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-bottom: 20px;
}

.contact .ronc .ronsiper .swiper-slide .point {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.contact .ronc .ronsiper .swiper-slide .point span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: solid 1px #bf3323;
}

.contact .ronc .ronsiper .swiper-slide.on .tx {
  color: #c23125;
}

.contact .ronc .ronsiper .swiper-slide.on .point span {
  background: #c23125;
}

.contact .ronc .ronsiper .line {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
  background: #bf3323;
}

.contact .ronc .ronbiper {
  width: 100%;
  position: relative;
}

.contact .ronc .ronbiper .swiper-container {
  padding-bottom: 10px;
}

.contact .ronc .ronbiper .swiper-slide {
  width: 100%;
  display: block;
  border: solid 1px #e5e5e5;
}

.contact .ronc .ronbiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .ronbiper .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.52rem;
  height: 0.71rem;
  cursor: pointer;
}

.contact .ronc .ronbiper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .ronbiper .rl {
  left: 0px;
}

.contact .ronc .ronbiper .rr {
  right: 0px;
}

.contact .ronc .omg {
  width: 100%;
}

.contact .ronc .omg img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .bmgiper {
  width: 100%;
  position: relative;
}

.contact .ronc .bmgiper .swiper-slide {
  width: 100%;
  display: block;
}

.contact .ronc .bmgiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .bmgiper .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.52rem;
  height: 0.71rem;
  cursor: pointer;
}

.contact .ronc .bmgiper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .bmgiper .bl {
  left: 0px;
}

.contact .ronc .bmgiper .br {
  right: 0px;
}

.contact .ronc .bmgiper .bix {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 0.15rem 0.25rem;
  line-height: 1.5;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.contact .ronc .smgiper {
  width: 100%;
  background: #3d414d;
}

.contact .ronc .smgiper .swiper-container {
  padding: 0.1rem;
}

.contact .ronc .smgiper .swiper-slide {
  width: 100%;
  display: block;
  border: solid 2px transparent;
}

.contact .ronc .smgiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .smgiper .swiper-slide.on {
  border: solid 2px #a41117;
}

.contact .ronc .ronp {
  width: 100%;
  padding: 20px 0;
  padding: 0.2rem 0;
}

.contact .ronc .ronp p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #999;
  line-height: 1.8;
}

.contact .ronc .ronp img {
  max-width: 100%;
}

.contact .ronc .imtswiper {
  width: 100%;
  position: relative;
}

.contact .ronc .imtswiper .swiper-slide {
  width: 100%;
}

.contact .ronc .imtswiper .swiper-slide .img {
  max-width: 840px;
  display: block;
  margin: 0 auto 26px;
}

.contact .ronc .imtswiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .imtswiper .swiper-slide .son {
  max-width: 840px;
  display: block;
  margin: 0 auto;
  color: #fff;
  line-height: 2;
  padding: 40px 50px;
  background: #5488c1;
}

.contact .ronc .imtswiper .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.37rem;
  height: 0.59rem;
  cursor: pointer;
}

.contact .ronc .imtswiper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .imtswiper .il {
  left: 0px;
}

.contact .ronc .imtswiper .ir {
  right: 0px;
}

.contact .ronc .trainlis {
  width: 100%;
  font-size: 0;
}

.contact .ronc .trainlis .traxm {
  width: calc((327 / 1041) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((27 / 1041) * 100%);
  margin-bottom: 0.24rem;
}

.contact .ronc .trainlis .traxm .img {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 0.14rem;
}

.contact .ronc .trainlis .traxm .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.contact .ronc .trainlis .traxm .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin: 0.06rem 0;
}

.contact .ronc .trainlis .traxm .time i {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.14rem;
}

.contact .ronc .trainlis .traxm .time i img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .trainlis .traxm a {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .trainlis .traxm .tix {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.contact .ronc .trainlis .traxm:nth-child(3n) {
  margin-right: 0;
}

.contact .ronc .boss {
  width: 100%;
  padding-top: calc((600 / 1920) * 100%);
  padding-top: 60%;
  position: relative;
  text-align: center;
}

.contact .ronc .book {
  width: 800px;
  height: 600px;
  display: inline-block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  transform-origin: 0 0;
}

.contact .ronc .book .box {
  position: absolute;
  width: 100%;
  z-index: 5;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
}

.contact .ronc .book .box.on {
  opacity: 1;
  z-index: 8;
}

.contact .ronc .book .books {
  width: 800px;
  height: 600px;
  display: inline-block;
}

.contact .ronc .book .books img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .book .books.on {
  display: inline-block;
}

.contact .ronc .other {
  width: 100%;
}

.contact .ronc .other .title {
  width: 100%;
  border-bottom: solid 2px #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.contact .ronc .other .title .name {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 2;
  font-weight: bold;
}

.contact .ronc .other .title .searc {
  width: 210px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #e5e5e5;
  height: 42px;
  border-radius: 21px;
  font-size: 0;
  position: relative;
  padding: 0 14px;
}

.contact .ronc .other .title .searc input {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  height: 42px;
  background: none;
  border: none;
  width: calc(100% - 32px);
}

.contact .ronc .other .title .searc .st {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.contact .ronc .other .title .searc .st img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .other .othiper {
  width: 100%;
  position: relative;
}

.contact .ronc .other .swiper-container {
  padding: 0.5rem 0;
  margin: 0 0.5rem;
}

.contact .ronc .other .swiper-slide {
  width: 100%;
  padding: 24px;
  padding: 0.24rem;
  border: solid 1px #e5e5e5;
  cursor: pointer;
}

.contact .ronc .other .swiper-slide .img {
  width: 130px;
  height: 175px;
  width: 1.3rem;
  height: 1.75rem;
  display: block;
  margin: 0 auto 0.2rem;
}

.contact .ronc .other .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .other .swiper-slide .sit {
  width: 100%;
  color: #333;
  line-height: 1.6;
  height: 3.2em;
}

.contact .ronc .other .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 59px;
  width: 0.37rem;
  height: 0.59rem;
  cursor: pointer;
}

.contact .ronc .other .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .other .ol {
  left: 0px;
}

.contact .ronc .other .or {
  right: 0px;
}

.contact .ronc .msiper {
  width: 100%;
  margin-bottom: 0.3rem;
}

.contact .ronc .msiper .swiper-slide {
  width: 100%;
  padding-bottom: 0.4rem;
}

.contact .ronc .msiper .swiper-slide .img {
  width: 100%;
  display: block;
  position: relative;
}

.contact .ronc .msiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .msiper .swiper-slide .tmx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  background: rgba(229, 229, 229, 0.8);
  padding: 10px 24px;
  padding: 0.1rem 0.24rem;
  font-size: 0;
}

.contact .ronc .msiper .swiper-slide .tmx .ti {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.4;
}

.contact .ronc .msiper .swiper-slide .tmx .time {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.4;
}

.contact .ronc .msiper .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  opacity: 1;
  border: solid 1px #ddd;
  transition: all ease 0.3s;
  border-radius: 0.08rem;
}

.contact .ronc .msiper .swiper-pagination-bullet-active {
  background: #bf3323;
  border: solid 1px #bf3323;
  width: 0.46rem;
}

.contact .ronc .msiper .swiper-pagination {
  bottom: 0.1rem;
}

.contact .ronc .datelis {
  width: 100%;
  font-size: 0;
}

.contact .ronc .datelis .date {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  padding: 0.2rem 0.1rem;
  font-size: 0;
}

.contact .ronc .datelis .date a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.contact .ronc .datelis .date .dat {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  text-align: center;
}

.contact .ronc .datelis .date .dat .mouth {
  display: inline-block;
  width: 100%;
  color: #094d96;
  font-weight: bold;
}

.contact .ronc .datelis .date .dix {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.6;
  height: 3.2em;
  padding-left: 0.2rem;
}

.contact .ronc .datelis .date:nth-child(2n) {
  margin-right: 0;
}

.contact .ronc .video {
  width: 100%;
  height: 5rem;
}

.contact .ronc .video video {
  width: 100%;
  height: 5rem;
}

.contact .ronc .video iframe {
  width: 100%;
  height: 5rem;
}

.contact .ronc .video .omg {
  width: 100%;
  display: block;
}

.contact .ronc .video .omg img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .honlis {
  width: 100%;
  font-size: 0;
}

.contact .ronc .honlis .honem {
  display: inline-block;
  vertical-align: top;
  width: calc((325 / 1041) * 100%);
  margin-bottom: 0.26rem;
  margin-right: calc((32 / 1041) * 100%);
}

.contact .ronc .honlis .honem .img {
  width: 100%;
  display: block;
  border: solid 1px #e5e5e5;
  margin-bottom: 0.1rem;
}

.contact .ronc .honlis .honem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .honlis .honem .hx {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.contact .ronc .honlis .honem:nth-child(3n) {
  margin-right: 0;
}

.contact .ronc .yearlis {
  width: 100%;
}

.contact .ronc .yearlis .years {
  width: 100%;
  display: none;
  text-align: center;
  font-size: 0;
}

.contact .ronc .yearlis .years .yetem {
  width: 358px;
  width: 3.58rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
}

.contact .ronc .yearlis .years .yetem .img {
  width: 100%;
  display: block;
  margin-bottom: 0.1rem;
}

.contact .ronc .yearlis .years .yetem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .yearlis .years .yetem .yx {
  width: 100%;
  text-align: center;
  color: #ac1406;
  line-height: 1.5;
}

.contact .ronc .yearlis .years .yetem:nth-child(2n) {
  margin-right: 0;
}

.contact .ronc .yearlis .years.on {
  display: block;
}

.contact .ronc .hivs {
  width: 100%;
  padding-top: calc((500 / 1920) * 100%);
  padding-top: 50%;
  position: relative;
}

.contact .ronc .history {
  width: 100%;
  position: absolute;
  z-index: 3;
  width: 1000px;
  height: 500px;
  left: 0;
  top: 0;
  transform-origin: 0 0;
}

.contact .ronc .history .img {
  width: 100%;
  display: block;
}

.contact .ronc .history .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .history .hislis {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  left: 0;
  top: 0;
}

.contact .ronc .history .hislis .htem {
  position: absolute;
  width: auto;
  cursor: pointer;
}

.contact .ronc .history .hislis .htem .yes {
  color: #333;
  line-height: 1.5;
}

.contact .ronc .history .hislis .htem .mo {
  color: #333;
  line-height: 1.5;
}

.contact .ronc .history .hislis .htem .poinx {
  width: 19px;
  height: 19px;
  display: block;
  margin-top: 4px;
}

.contact .ronc .history .hislis .htem .poinx img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ronc .history .hislis .htem:hover .yes, .contact .ronc .history .hislis .htem:hover .mo {
  color: #ac1406;
}

.contact .ronc .history .hislis .htem.on .yes, .contact .ronc .history .hislis .htem.on .mo {
  color: #ac1406;
}

.contact .ronc .history .hislis .htem:nth-child(1) {
  left: 145px;
  bottom: 260px;
}

.contact .ronc .history .hislis .htem:nth-child(2) {
  left: 245px;
  bottom: 240px;
}

.contact .ronc .history .hislis .htem:nth-child(3) {
  left: 340px;
  bottom: 276px;
}

.contact .ronc .history .hislis .htem:nth-child(4) {
  left: 440px;
  bottom: 298px;
}

.contact .ronc .history .hislis .htem:nth-child(5) {
  left: 540px;
  bottom: 334px;
}

.contact .ronc .history .hislis .htem:nth-child(6) {
  left: 620px;
  bottom: 292px;
}

.contact .ronc .history .hislis .htem:nth-child(7) {
  left: 710px;
  bottom: 292px;
}

.contact .ronc .history .hislis .htem:nth-child(8) {
  left: 830px;
  bottom: 316px;
}

.contact .ronc .ronnav {
  width: 100%;
  font-size: 0;
}

.contact .ronc .ronnav .ranem {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 0.2rem;
  color: #333;
  line-height: 1.8;
  position: relative;
  cursor: pointer;
}

.contact .ronc .ronnav .ranem:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  bottom: -0.08rem;
  width: 0;
  height: 0;
  border: 0.06rem solid;
  border-color: transparent transparent #5280ba;
  display: none;
}

.contact .ronc .ronnav .ranem.on {
  color: #5280ba;
}

.contact .ronc .ronnav .ranem.on:after {
  display: block;
}

.contact .ronc .ronnav .ranem:hover {
  color: #5280ba;
}

.contact .ronc .ronnav .ranem:hover:after {
  display: block;
}

.contact .ronc .ronlis {
  width: 100%;
}

.contact .ronc .ronlis .rvon {
  width: 100%;
  display: none;
}

.contact .ronc .ronlis .rvon.on {
  display: block;
}

.contact .ronc .rgon {
  width: 100%;
}

.contact .ronc .rgon .rits {
  width: 80%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin: 0 auto 0.3rem;
}

.contact .ronc .rgon .time {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.contact .ronc .rgon .rgn {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  color: #666;
}

.contact .ronc .rgon .rgn p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  color: #666;
}

.contact .ronc .rgon .rgn img {
  max-width: 100%;
}

.contact .ronc .rgon .recom {
  width: 100%;
  margin-top: 0.4rem;
}

.contact .ronc .rgon .recom .tis {
  width: 100%;
  color: #0a57a9;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.contact .ronc .rgon .recom .rs {
  width: 100%;
}

.contact .ronc .rgon .recom .rs a {
  width: 100%;
  color: #999;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  text-decoration: underline;
}

.contact .ronc .rgon .recom .rs a:hover {
  color: #0a57a9;
}

.contact .manlk {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  cursor: pointer;
}

.contact .menx {
  display: none;
}

@media (max-width: 900px) {
  .contact .leftnav {
    width: 5rem;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    z-index: 100;
    transform: translate(-100%, 0);
    transition: transform .3s;
  }
  .contact .leftnav.open {
    transform: translate(0, 0);
  }
  .contact .manlk.open {
    display: block;
  }
  .contact .ronc {
    width: 100%;
  }
  .contact .menx {
    position: fixed;
    z-index: 20;
    left: 3%;
    top: 35%;
    width: 0.7rem;
    height: 0.7rem;
    padding: 0.1rem;
    cursor: pointer;
    background: #fff;
    transform: translateY(-50%);
    display: block;
  }
  .contact .menx img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

.contus {
  width: 100%;
  padding: 40px 0;
  padding: 0.4rem 0;
}

.contus .oit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 30px;
  margin-bottom: 0.3rem;
}

.contus .oit .ol .vo {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #565656;
  line-height: 0.63rem;
  border-bottom: solid 2px #436287;
}

.contus .oit .or {
  font-size: 0;
}

.contus .oit .or .so {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 5px;
  margin-right: 0.05rem;
}

.contus .oit .or .so i {
  margin-left: 0.05rem;
}

.contus .oit .or .so:last-child i {
  display: none;
}

.contus .guide {
  width: 100%;
  font-size: 0;
  padding: 0.5rem;
}

.contus .guide .gl {
  width: calc((664 / 1300) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.contus .guide .gl img {
  width: 100%;
  height: 100%;
  display: block;
}

.contus .guide .gr {
  width: calc((636 / 1300) * 100%);
  padding-left: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.contus .guide .gr .grlis {
  width: 100%;
}

.contus .guide .gr .grlis .gli {
  width: 100%;
  color: #333;
  line-height: 2;
}

.contus .guide .gr .grlis + .grlis {
  margin-top: 0.3rem;
}

.contus .searlis {
  width: 100%;
}

.contus .searlis .seram {
  width: 100%;
  font-size: 0;
  margin: 0.1rem 0;
}

.contus .searlis .seram a {
  display: inline-block;
  vertical-align: middle;
  color: #0254b4;
  line-height: 2;
}

.contus .message {
  width: 100%;
}

.contus .message .mit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.contus .message .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.contus .message .row .inputs {
  width: 4rem;
  width: calc((400 / 1300) * 100%);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
}

.contus .message .row .inputs .name {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  line-height: 2.8;
  color: #333;
}

.contus .message .row .inputs input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  color: #333;
  padding: 0 0.15rem;
  line-height: 2.8;
  border: solid 1px #e5e5e5;
  background: #fff;
}

.contus .message .row .sleic {
  width: 4rem;
  width: calc((400 / 1300) * 100%);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.contus .message .row .sleic .name {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  line-height: 2.8;
  color: #333;
}

.contus .message .row .sleic .select-con {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  position: relative;
}

.contus .message .row .sleic .select-con .select-value {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #333;
  line-height: 2.8;
  padding: 0 0.15rem;
  border: solid 1px #e5e5e5;
  background: #fff;
}

.contus .message .row .sleic .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.contus .message .row .sleic .select-con select option {
  color: #666666;
  font-size: 16px;
  line-height: 46px;
  line-height: 2.8;
}

.contus .message .row .textarea {
  width: 100%;
  font-size: 0;
}

.contus .message .row .textarea .name {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  line-height: 2.8;
  color: #333;
}

.contus .message .row .textarea textarea {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
  border: solid 1px #e5e5e5;
  background: #fff;
  line-height: 1.5;
  padding: 10px;
}

.contus .message .row .sub {
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
  background: #6e9acb;
  color: #fff;
  border: none;
  line-height: 3;
  width: 120px;
  cursor: pointer;
}

.pages {
  width: 100%;
  font-size: 0;
  text-align: center;
  padding: 0.3rem 0;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  margin: 0 0.05rem;
  background-color: #f9f9f9;
  border: solid 1px #e5e5e5;
}

.pages .page img {
  width: 100%;
  height: 100%;
  display: block;
}

.pages .page img:first-child {
  display: block;
}

.pages .page img:last-child {
  display: none;
}

.pages .page.bts {
  border: none;
}

.pages .page:hover {
  background: #0f55ad;
  border: solid 1px #0f55ad;
  color: #fff;
}

.pages .page:hover img:first-child {
  display: none;
}

.pages .page:hover img:last-child {
  display: block;
}

.pages .page.on {
  background: #0f55ad;
  border: solid 1px #0f55ad;
  color: #fff;
}

.pages .page.on img:first-child {
  display: none;
}

.pages .page.on img:last-child {
  display: block;
}

.pages .page.bts:hover {
  border: none;
}

@media (max-width: 768px) {
  .pages .page {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
}

.foos {
  width: 100%;
  background: #092b57;
  position: relative;
}

.foos .fotem {
  display: inline-block;
  vertical-align: middle;
}

.foos .fotem .fas {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding: 0 0.16rem;
}

.foos .fotem .fas a {
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
}

.foos .fotem .fas span {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 0.06rem solid;
  position: relative;
  top: 0.03rem;
  margin-left: 0.1rem;
  border-color: #fff transparent transparent;
  transition: all ease 0.3s;
}

.foos .fotem .fuls {
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 0;
  background: #749fc7;
  padding: 0.1rem 0.16rem;
  font-size: 0;
  width: 100%;
  display: none;
}

.foos .fotem .fuls .fit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.foos .fotem .fuls .fs {
  width: auto;
  line-height: 2.5;
  color: #fff;
  margin-right: 0.14rem;
  margin-right: 0;
  padding-right: 0.1rem;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.foos .fotem .fuls .fs:hover {
  color: #105fac;
  text-decoration: underline;
}

.foos .fotem.show .fas {
  background: #749fc7;
}

.foos .fotem.show .fas span {
  top: -3px;
  top: -0.03rem;
  transform: rotate(-180deg);
}

@media (max-width: 768px) {
  .foos .fotem {
    width: 100%;
    width: 50%;
    text-align: center;
  }
  .foos .fotem .fas {
    width: auto;
  }
  .foos .fotem .fas a {
    line-height: 3;
  }
  .foos .fotem .fuls {
    text-align: left;
  }
  .foos .fotem .fuls .fs{
      width: 50%;
  }
}

.goodnew {
  position: fixed;
  z-index: 7;
}

.goodnew .gew {
  position: fixed;
  z-index: 8;
  width: 2.07rem;
  height: 4.25rem;
  display: block;
  transition: all ease 0.3s;
  opacity: 1;
}

.goodnew .gew img {
  width: 100%;
  height: 100%;
  display: block;
}

.goodnew .one {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.goodnew .two {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.goodnew.hide .gew {
  opacity: 0;
}

@media (max-width: 768px) {
  .goodnew .gew {
    width: 1.2rem;
    height: auto;
  }
}

.move-block {
  display: none;
  width: 325px;
  width: 4rem;
  position: fixed;
  left: -1000px;
  top: -1000px;
  z-index: 100000;
}

.move-block.show {
  display: block;
}

.move-block img {
  width: 100%;
}

.move-block .btn-close {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 0.2rem;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}

/*视频容器样式*/
.v-a {
  position: fixed;
  left: 0;
  top: 120%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000000;
  transition: top .5s ease-in-out;
}

.v-a.show {
  top: 0;
}

.v-a.show .v-e {
  visibility: visible;
}

.v-a.show .v-f {
  display: block;
}

.v-b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.v-c {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #0254b4;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.v-d {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.v-e {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.v-f {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
}
