@charset "UTF-8";
.w1200 {
  width: 12rem;
  position: relative;
  margin: 0 auto;
  font-size: 0;
}

@media (max-width: 1420px) {
  .w1200 {
    width: 94%;
  }
}

header {
  width: 100%;
  background: #fff;
  padding: 0.2rem 0;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: calc((163 / 1200) * 100%);
}

header .logo a, header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

header .mid {
  display: inline-block;
  vertical-align: middle;
  width: calc((786 / 1200) * 100%);
  text-align: center;
}

header .mid form {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 4rem;
  position: relative;
}

header .mid .search {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 4rem;
  position: relative;
  border-radius: 1.25em;
  border: solid 1px #ccc;
}

header .mid .search input[type=text] {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: none;
  line-height: 2.5;
  height: 2.5em;
  border-radius: 1.25em;
  padding: 0 0.4rem 0 0.2rem;
}

header .mid .search .btn {
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  z-index: 3;
  padding: 0;
  border: none;
  background: none;
}

header .mid .search .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

header .mid .menu, header .mid .black {
  display: none;
}

header .right {
  display: inline-block;
  vertical-align: middle;
  width: calc((250 / 1200) * 100%);
  text-align: right;
}

header .right .icons {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
}

header .right .icons img {
  width: 100%;
  height: 100%;
  display: block;
}

header .right .number {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.14rem;
  color: #0254b4;
  line-height: 1.5;
}

@media (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: #fff;
  }
  header .right {
    display: none;
  }
  header .mid {
    width: calc((1035 / 1200) * 100%);
    text-align: right;
  }
  header .mid .menu {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    margin-left: 0.1rem;
  }
  header .mid .menu img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .mid .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;
  }
  header .mid .black.show {
    display: block;
  }
}

.nav {
  width: 100%;
  background: #050d21;
}

.nav nav {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

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

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

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

.nav nav .natem .navul {
  width: 100%;
  position: fixed;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  padding: 0.2rem 0;
  border-bottom: solid 1px #80a9d9;
}

.nav nav .natem .navul ul {
  width: 100%;
  font-size: 0;
}

.nav nav .natem .navul ul li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
}

.nav nav .natem .navul ul li a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #333;
  padding: 0 0.1rem;
  background: #fff;
}

.nav nav .natem .navul ul li:hover a {
  color: #0254b4;
}

.nav nav .natem .navul ul li.on a {
  color: #0254b4;
}

.nav nav .natem.show .nas a {
  color: #fff;
  background: #0254b4;
}

.nav nav .natem:hover .nas a {
  color: #fff;
  background: #0254b4;
}

@media (max-width: 768px) {
  .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;
  }
  .nav nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  .nav nav .natem .nas a {
    color: #333;
    line-height: 3.5;
  }
  .nav nav .natem .navul {
    width: 100%;
    position: relative;
    background: #fff;
  }
  .nav nav .natem .navul ul li {
    width: 100%;
  }
  .nav nav .natem .navul ul li a {
    color: #333;
    padding: 0 0.3rem;
    text-align: left;
    background: #fff;
  }
  .nav nav .natem.on:after {
    display: none;
  }
  .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;
  }
  .nav nav .natem.has-nav.show:after {
    content: "-";
  }
  .nav.show {
    transform: translate(0, 0);
  }
}

footer {
  width: 100%;
  background: #050d21;
  padding-top: 0.5rem;
}

footer .ftop {
  width: 100%;
  font-size: 0;
  padding-bottom: 0.4rem;
  text-align: left;
}

footer .ftop .ftl {
  width: calc((878 / 1200) * 100%);
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
}

footer .ftop .ftl .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((120 / 878) * 100%);
  padding-right: 0.16rem;
}

footer .ftop .ftl .flist .fit {
  width: 100%;
  color: #a9aaad;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

footer .ftop .ftl .flist .ful {
  width: 100%;
}

footer .ftop .ftl .flist .ful .fli {
  width: 100%;
}

footer .ftop .ftl .flist .ful .fli a {
  width: 100%;
  display: block;
  color: #484b54;
  color: #fff;
  opacity: 0.5;
  line-height: 3;
}

footer .ftop .ftl .flist .ful .fli a:hover {
  color: #fff;
  opacity: 1;
}

footer .ftop .ftr {
  width: calc((320 / 1200) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftr .fi {
  width: 100%;
  color: #a9aaad;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

footer .ftop .ftr .fx {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

footer .ftop .ftr .fn {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

footer .ftop .ftr .fn a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 0 0.2rem;
  line-height: 2;
  background: #0254b4;
}

footer .ftop .ftr .codes {
  width: 100%;
  font-size: 0;
}

footer .ftop .ftr .codes .code {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
}

footer .ftop .ftr .codes .code img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .ftr .codes .code:nth-child(3n) {
  margin-right: 0;
}

footer .fmid {
  width: 100%;
  padding: 0.1rem 0;
  border-bottom: solid 1px #1e2638;
  border-top: solid 1px #1e2638;
  font-size: 0;
}

footer .fmid span {
  display: inline-block;
  vertical-align: middle;
  color: #a9aaad;
  line-height: 1.5;
  margin-right: 0.15rem;
}

footer .fmid a {
  display: inline-block;
  vertical-align: middle;
  color: #484b54;
  line-height: 1.5;
  margin-right: 0.1rem;
}

footer .fmid a i {
  display: inline-block;
  vertical-align: middle;
  color: #484b54;
  line-height: 1.5;
  margin-left: 0.1rem;
}

footer .fmid a:last-child i {
  display: none;
}

footer .fmid a:hover {
  color: #a9aaad;
}

footer .fbot {
  width: 100%;
  padding: 0 0.3rem;
  text-align: center;
  color: #484b54;
  line-height: 2;
  padding: 0.16rem 0;
}

@media (max-width: 768px) {
  footer .ftop .ftl {
    width: 100%;
  }
  footer .ftop .ftl .flist {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .ftl .flist .ful {
    width: 100%;
    font-size: 0;
  }
  footer .ftop .ftl .flist .ful .fli {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.14rem;
    margin-bottom: 0.1rem;
  }
  footer .ftop .ftr {
    width: 100%;
  }
  footer .fmid span, footer .fmid a {
    line-height: 2;
  }
}

.contact {
  width: 100%;
  padding: 0.2rem 0 0;
}

.contact .ctl {
  display: inline-block;
  vertical-align: top;
  width: calc((260 / 1200) * 100%);
}

.contact .ctm {
  display: inline-block;
  vertical-align: top;
  width: calc((640 / 1200) * 100%);
  margin: 0 calc((19 / 1200) * 100%);
}

.contact .ctm .ctmiper {
  width: 100%;
  margin-bottom: 0.2rem;
}

.contact .ctm .ctmiper .swiper-slide {
  width: 100%;
  display: block;
}

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

.contact .ctm .hbiper {
  width: 100%;
  padding: 0.2rem 0;
}

.contact .ctm .hbiper .swiper-slide {
  width: 100%;
  display: block;
  overflow: hidden;
}

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

.contact .ctr {
  display: inline-block;
  vertical-align: top;
  width: calc((260 / 1200) * 100%);
}

.contact .ctmr {
  width: calc((880 / 1200) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-left: calc((59 / 1200) * 100%);
}

.contact .ctmr .ctit {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 0.26rem;
}

.contact .ctmr .ctit .ctnav {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.contact .ctmr .ctit .ctnav .swiper-wrapper {
  align-items: center;
}

.contact .ctmr .ctit .ctnav .swiper-slide {
  width: auto;
  color: #333;
  line-height: 2.5;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact .ctmr .ctit .ctnav .swiper-slide:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  height: 2px;
  left: 0;
  background: #0254b4;
  display: none;
}

.contact .ctmr .ctit .ctnav .swiper-slide.on {
  color: #0254b4;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 3;
}

.contact .ctmr .ctit .ctnav .swiper-slide.on:after {
  display: block;
}

.contact .ctmr .ctit .tas {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font-size: 0;
  text-align: right;
}

.contact .ctmr .ctit .tas a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #999;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.contact .ctmr .ctit .tas a i {
  color: #999;
  line-height: 1.5;
  margin-left: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 5px;
  height: 8px;
}

.contact .ctmr .ctit .tas a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctit .tas a:last-child i {
  display: none;
}

.contact .ctmr .ctmlis {
  width: 100%;
}

.contact .ctmr .ctmlis .ctmes {
  width: 100%;
  display: none;
}

.contact .ctmr .ctmlis .ctmes .cmglis {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm {
  width: calc((416 / 880) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((46 / 880) * 100%);
  margin-bottom: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm .img {
  width: 100%;
  overflow: hidden;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm .con {
  width: 100%;
  background: #fff;
  border: solid 1px #eaeaea;
  border-top: none;
  padding: 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm .con .cin {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm .con .time {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm:hover .img img {
  transform: scale(1.1);
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm:hover .con .cin {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .cmglis .cmgsm:nth-child(2n) {
  margin-right: 0;
}

.contact .ctmr .ctmlis .ctmes .newlis {
  width: 100%;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm {
  width: 100%;
  display: block;
  background: #f8f8f8;
  padding: 0.3rem;
  font-size: 0;
  border: solid 2px #f8f8f8;
  transition: all ease 0.3s;
  margin-bottom: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm .img {
  width: calc((272 / 820) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm .non {
  width: calc((547 / 820) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm .non .time {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm .non .nin {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm .non .nix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
}

.contact .ctmr .ctmlis .ctmes .newlis .newsm:hover {
  background: #fff;
  border: solid 2px #0254b4;
}

.contact .ctmr .ctmlis .ctmes .inqulis {
  width: 100%;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem {
  width: 100%;
  display: block;
  padding: 0.3rem 0;
  font-size: 0;
  border-bottom: dashed 1px #eaeaea;
  transition: all ease 0.3s;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .img {
  width: calc((272 / 880) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non {
  width: calc((607 / 880) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non .nin {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non .nix {
  width: 100%;
  color: #666;
  line-height: 1.6;
  margin: 0.1rem 0;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non .more {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non .more span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non .more .rs {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  margin-left: 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non .more .rs img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non .more .rs img:first-child {
  display: block;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem .non .more .rs img:last-child {
  display: none;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem:hover .img img {
  transform: scale(1.1);
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem:hover .non .nin {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem:hover .non .more span {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem:hover .non .more img:first-child {
  display: none;
}

.contact .ctmr .ctmlis .ctmes .inqulis .inqem:hover .non .more img:last-child {
  display: block;
}

.contact .ctmr .ctmlis .ctmes .expertlis {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem {
  width: calc((420 / 880) * 100%);
  display: inline-block;
  vertical-align: top;
  background: #f8f8f8;
  font-size: 0;
  margin-right: calc((39 / 880) * 100%);
  margin-bottom: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .img {
  width: calc((204 / 420) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non {
  width: calc((215 / 420) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non .nin {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non .nix {
  width: 100%;
  color: #666;
  line-height: 1.6;
  -webkit-line-clamp: 3;
  height: 4.8em;
  margin: 0.1rem 0 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non .more {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non .more span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non .more .rs {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  margin-left: 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non .more .rs img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non .more .rs img:first-child {
  display: block;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem .non .more .rs img:last-child {
  display: none;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem:hover .img img {
  transform: scale(1.1);
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem:hover .non .nin {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem:hover .non .more span {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem:hover .non .more img:first-child {
  display: none;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem:hover .non .more img:last-child {
  display: block;
}

.contact .ctmr .ctmlis .ctmes .expertlis .expem:nth-child(2n) {
  margin-right: 0;
}

.contact .ctmr .ctmlis .ctmes .rules {
  width: 100%;
  padding: 0.2rem 0;
}

.contact .ctmr .ctmlis .ctmes .rules .rit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

.contact .ctmr .ctmlis .ctmes .rules .rulis {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .rules .rulis .rlx {
  width: calc(( 430 / 880) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc(( 19 / 880) * 100%);
  background-color: #f8f8f8;
  border: solid 1px #eaeaea;
  padding: 0 0.2rem;
  line-height: 3;
  margin-bottom: 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .rules .rulis .rlx:nth-child(2n) {
  margin-right: 0;
}

.contact .ctmr .ctmlis .ctmes .concont {
  width: 100%;
  margin-bottom: 0.26rem;
}

.contact .ctmr .ctmlis .ctmes .concont .cit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .concont .map {
  width: 100%;
  display: block;
  position: relative;
}

.contact .ctmr .ctmlis .ctmes .concont .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .concont .map .mes {
  width: auto;
  position: absolute;
  right: 0.4rem;
  z-index: 3;
  top: 50%;
  max-width: 3.4rem;
  transform: translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .concont .map .mes .nit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.contact .ctmr .ctmlis .ctmes .concont .map .mes .mll {
  width: 100%;
  margin-bottom: 0.14rem;
}

.contact .ctmr .ctmlis .ctmes .concont .map .mes .mll .xit {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .concont .map .mes .mll .bit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .people {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.contact .ctmr .ctmlis .ctmes .people .pel {
  width: calc((300 / 880) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.contact .ctmr .ctmlis .ctmes .people .pel img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .people .per {
  width: calc((579 / 880) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
}

.contact .ctmr .ctmlis .ctmes .people .per .name {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.contact .ctmr .ctmlis .ctmes .people .per .jobs {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .people .per .line {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.contact .ctmr .ctmlis .ctmes .people .per .line span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}

.contact .ctmr .ctmlis .ctmes .people .per .pon {
  width: 100%;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .people .per .pon p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .evaluate {
  width: 100%;
  margin-bottom: 0.4rem;
}

.contact .ctmr .ctmlis .ctmes .evaluate .eit {
  width: 100%;
  color: #333;
  line-height: 2.5;
  background: #e9f0f9;
  padding: 0 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .evaluate .evalis {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .evaluate .evalis .evaem {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0;
  border-bottom: dashed 1px #eaeaea;
}

.contact .ctmr .ctmlis .ctmes .evaluate .evalis .evaem .icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}

.contact .ctmr .ctmlis .ctmes .evaluate .evalis .evaem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .evaluate .evalis .evaem .eron {
  width: calc(100% - 1rem);
  display: inline-block;
  vertical-align: top;
  padding-left: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .evaluate .evalis .evaem .eron .eris {
  width: 100%;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.16rem;
}

.contact .ctmr .ctmlis .ctmes .evaluate .evalis .evaem .eron .pon {
  width: 100%;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .evaluate .evalis .evaem .eron .pon p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .booklis {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .booklis .books {
  width: calc((430 / 880) * 100%);
  display: inline-block;
  vertical-align: top;
  background: #fff;
  font-size: 0;
  margin-right: calc((19 / 880) * 100%);
  padding: 0.2rem;
  margin-bottom: 0.3rem;
  border: solid 1px #eaeaea;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .img {
  width: calc((140 / 390) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon {
  width: calc(( 249 / 390) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .nin {
  width: 100%;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .nin span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .nin:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-image: url("../images/c.png");
  background-position: center;
  background-size: 100%;
  left: -0.07rem;
  top: -0.04rem;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .nix {
  width: 100%;
  color: #666;
  line-height: 1.6;
  height: 3.2em;
  margin: 0.1rem 0 0.1rem;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .more {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .more span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .more .rs {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  margin-left: 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .more .rs img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .more .rs img:first-child {
  display: block;
}

.contact .ctmr .ctmlis .ctmes .booklis .books .bon .more .rs img:last-child {
  display: none;
}

.contact .ctmr .ctmlis .ctmes .booklis .books:hover .img img {
  transform: scale(1.1);
}

.contact .ctmr .ctmlis .ctmes .booklis .books:hover .bon .nin span {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .booklis .books:hover .bon .more span {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .booklis .books:hover .bon .more img:first-child {
  display: none;
}

.contact .ctmr .ctmlis .ctmes .booklis .books:hover .bon .more img:last-child {
  display: block;
}

.contact .ctmr .ctmlis .ctmes .booklis .books:nth-child(2n) {
  margin-right: 0;
}

.contact .ctmr .ctmlis .ctmes .caselis {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem {
  width: calc((416 / 880) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((46 / 880) * 100%);
  margin-bottom: 0.3rem;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .imgs {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .imgs .img {
  width: 100%;
  padding-top: 56%;
  transition: all ease 0.3s;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non {
  width: 100%;
  padding: 0.16rem 0;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non .nin {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non .nix {
  width: 100%;
  color: #666;
  line-height: 1.6;
  height: 3.2em;
  margin: 0.1rem 0 0.1rem;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non .more {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non .more span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non .more .rs {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  margin-left: 0.2rem;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non .more .rs img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non .more .rs img:first-child {
  display: block;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem .non .more .rs img:last-child {
  display: none;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem:hover .imgs .img {
  transform: scale(1.1);
}

.contact .ctmr .ctmlis .ctmes .caselis .casem:hover .non .nin {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem:hover .non .more span {
  color: #0254b4;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem:hover .non .more img:first-child {
  display: none;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem:hover .non .more img:last-child {
  display: block;
}

.contact .ctmr .ctmlis .ctmes .caselis .casem:nth-child(2n) {
  margin-right: 0;
}

.contact .ctmr .ctmlis .ctmes .classify {
  width: 100%;
  font-size: 0;
  padding: 0rem 0 0.1rem;
}

.contact .ctmr .ctmlis .ctmes .classify .cas {
  display: inline-block;
  vertical-align: top;
  line-height: 2.2;
  padding: 0 0.1rem;
  color: #333;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}

.contact .ctmr .ctmlis .ctmes .classify .cas.on {
  background: #0254b4;
  color: #fff;
}

.contact .ctmr .ctmlis .ctmes .classify .cas:hover {
  background: #0254b4;
  color: #fff;
}

.contact .ctmr .ctmlis .ctmes.on {
  display: block;
}

.contact .ctmr .detail {
  width: 100%;
}

.contact .ctmr .detail .dit {
  width: 100%;
  color: #333;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}

.contact .ctmr .detail .mis {
  width: 100%;
  font-size: 0;
}

.contact .ctmr .detail .mis > span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.contact .ctmr .detail .mis > span i {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.contact .ctmr .detail .mis .share {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.contact .ctmr .detail .mis .share span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.contact .ctmr .detail .mis .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin: 0 0.1rem;
}

.contact .ctmr .detail .mis .share a img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .detail .deon {
  width: 100%;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.8;
}

.contact .ctmr .detail .deon p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.8;
}

.contact .ctmr .detail .deon img {
  max-width: 100%;
}

.contact .ctmr .detail .nbot {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.contact .ctmr .detail .nbot .nbl {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.contact .ctmr .detail .nbot .nbl .atem {
  width: 100%;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.contact .ctmr .detail .nbot .nbl .atem a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.contact .ctmr .detail .nbot .nbl .atem a:hover {
  color: #0254b4;
}

.contact .ctmr .detail .nbot .nbr {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.contact .ctmr .detail .nbot .nbr .btn {
  width: 100%;
  font-size: 0;
  text-align: right;
}

.contact .ctmr .detail .nbot .nbr .btn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  text-align: center;
  color: #fff;
  background: #0254b4;
  line-height: 2.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.contact .ctmr .detail .nbot .nbr .btn a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
}

.contact .ctmr .detail .nbot .nbr .btn a span img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .ctmr .inqum {
  width: 100%;
}

.contact .ctmr .inqum .int {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.contact .ctmr .inqum .ipon {
  width: 100%;
  padding: 0.2rem 0;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.8;
}

.contact .ctmr .inqum .ipon p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.8;
}

.contact .ctmr .inqum .ipon img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact {
    width: 100%;
    padding-top: 1.2rem;
  }
  .contact .w1200 {
    display: flex;
    flex-wrap: wrap;
  }
  .contact .ctl {
    width: 100%;
    order: 2;
  }
  .contact .ctm {
    width: 100%;
    order: 1;
  }
  .contact .ctr {
    width: 100%;
    order: 3;
  }
  .contact .ctr .clist .vul {
    font-size: 0;
  }
  .contact .ctr .clist .vul .videm {
    width: 32%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .contact .ctr .clist .vul .videm:nth-child(3n) {
    margin-right: 0;
  }
  .contact .ctmr {
    width: 100%;
    margin-left: 0;
  }
  .contact .ctmr .ctit .ctnav {
    width: 100%;
  }
  .contact .ctmr .ctit .tas {
    width: 100%;
    padding: 0.2rem 0;
  }
  .contact .ctmr .ctmlis .ctmes .concont .map .mes {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    max-width: 100%;
  }
  .contact .ctmr .detail .nbot .nbl {
    width: 100%;
    margin-bottom: 0.14rem;
  }
  .contact .ctmr .detail .nbot .nbr {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .contact {
    width: 100%;
  }
  .contact .ctmr .ctmlis .ctmes .newlis .newsm {
    padding: 0.1rem;
  }
  .contact .ctmr .ctmlis .ctmes .newlis .newsm .img {
    width: 100%;
  }
  .contact .ctmr .ctmlis .ctmes .newlis .newsm .non {
    width: 100%;
    padding: 0.2rem;
  }
  .contact .ctmr .ctmlis .ctmes .inqulis .inqem .img {
    width: 100%;
  }
  .contact .ctmr .ctmlis .ctmes .inqulis .inqem .non {
    width: 100%;
    padding: 0.2rem;
  }
  .contact .ctmr .ctmlis .ctmes .expertlis .expem {
    width: 100%;
    margin-right: 0;
  }
  .contact .ctmr .ctmlis .ctmes .booklis .books {
    width: 100%;
    margin-right: 0;
  }
}

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

.pages a {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #333;
  font-size: 14px;
  margin: 0 0.06rem;
  border: solid 1px #eaeaea;
}

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

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

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

.pages a.mg {
  border: none;
}

.pages a:hover {
  background: #0254b4;
  border: solid 1px #0254b4;
  color: #fff;
}

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

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

.pages a.mg:hover {
  border: none;
}

.pages a.on {
  background: #0254b4;
  border: solid 1px #0254b4;
  color: #fff;
}

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

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

.pages a.mg.on {
  border: none;
}

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

.modular .clist {
  width: 100%;
  margin-bottom: 0.2rem;
}

.modular .clist .cits {
  width: 100%;
  background: #f4f7fb;
  border-top: solid 2px #0254b4;
  padding: 0 0.15rem;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modular .clist .cits span {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #0254b4;
  line-height: 2.5;
  font-weight: bold;
}

.modular .clist .cits a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding: 0 0.1rem;
}

.modular .clist .cits a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 0.05rem;
  height: 0.08rem;
  width: 5px;
  height: 8px;
}

.modular .clist .cits a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.modular .clist .lul {
  width: 100%;
}

.modular .clist .lul a {
  width: 100%;
  display: block;
  padding: 0 0.1rem;
  border-bottom: dashed 1px #eaeaea;
  color: #333;
  line-height: 3.2;
  position: relative;
}

.modular .clist .lul a:before {
  content: ' ';
  position: absolute;
  left: 0.02rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.04rem;
  background: #999;
}

.modular .clist .lul a:hover {
  color: #0254b4;
}

.modular .clist .vul {
  width: 100%;
}

.modular .clist .vul .videm {
  width: 100%;
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.modular .clist .vul .videm .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.modular .clist .vul .videm .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.modular .clist .vul .videm .vit {
  width: 100%;
  color: #333;
  line-height: 2.8;
  border-bottom: solid 1px #eaeaea;
}

.modular .clist .vul .videm:hover .vit {
  color: #0254b4;
}

.modular .mlist {
  width: 100%;
  margin-bottom: 0.2rem;
}

.modular .mlist .mits {
  width: 100%;
  font-size: 0;
  background: #f4f7fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 0.12rem;
}

.modular .mlist .mits span {
  line-height: 2.5;
  color: #fff;
  padding: 0 0.24rem;
  font-weight: bold;
  background: #0254b4;
}

.modular .mlist .mits a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding: 0 0.1rem;
}

.modular .mlist .mits a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 0.05rem;
  height: 0.08rem;
  width: 5px;
  height: 8px;
}

.modular .mlist .mits a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.modular .mlist .mul {
  width: 100%;
  font-size: 0;
}

.modular .mlist .mul .mli {
  width: 100%;
  font-size: 0;
  border-bottom: dashed 1px #eaeaea;
}

.modular .mlist .mul .mli .time {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  color: #333;
  line-height: 1.5;
}

.modular .mlist .mul .mli a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  position: relative;
  padding: 0 0.1rem;
  color: #333;
  line-height: 3.2;
}

.modular .mlist .mul .mli a:before {
  content: ' ';
  position: absolute;
  left: 0.02rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.04rem;
  background: #999;
}

.modular .mlist .mul .mli a:hover {
  color: #0254b4;
}

.modular .rlist {
  width: 100%;
  margin-bottom: 0.2rem;
}

.modular .rlist .rits {
  width: 100%;
  background: #0254b4;
  padding: 0 0.15rem;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modular .rlist .rits span {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  line-height: 2.8;
}

.modular .rlist .rits a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 0 0.1rem;
}

.modular .rlist .rits a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 0.05rem;
  height: 0.08rem;
  width: 5px;
  height: 8px;
}

.modular .rlist .rits a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.modular .rlist .rul {
  width: 100%;
  padding: 0.12rem;
  background: #f4f7fb;
  height: 5rem;
}

.modular .rlist .rul .swiper-container {
  height: 100%;
}

.modular .rlist .rul .swiper-slide {
  line-height: 3.2;
  height: 3.2em;
}

.modular .rlist .rul .rli {
  width: 100%;
  display: block;
  padding: 0 0.1rem;
  border-bottom: dashed 1px #eaeaea;
  color: #333;
  line-height: 3.2;
  position: relative;
}

.modular .rlist .rul .rli:before {
  content: ' ';
  position: absolute;
  left: 0.02rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.04rem;
  background: #999;
}

.modular .rlist .rul .rli:hover {
  color: #0254b4;
}

.course {
  width: 100%;
}

.course .cit {
  width: 100%;
  background: #0254b4;
  color: #fff;
  line-height: 2.5;
  font-weight: bold;
  padding: 0 0.3rem;
}

.course .cou {
  width: 100%;
  background: #f4f7fb;
  padding: 0.3rem 0;
}

.course .cou .couem {
  width: 100%;
  text-align: center;
  position: relative;
}

.course .cou .couem .icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin: 0 auto 0.16rem;
  border-radius: 50%;
}

.course .cou .couem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.course .cou .couem .cis {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.12rem;
}

.course .cou .couem .cip {
  width: 100%;
  color: #333;
  line-height: 1.6;
  height: 3.2em;
  margin-bottom: 0.16rem;
}

.course .cou .couem .index {
  width: 100%;
  font-size: 0;
}

.course .cou .couem .index span {
  display: inline-block;
  vertical-align: middle;
  width: 2.2em;
  line-height: 2.2;
  border-radius: 1.1em;
  color: #333;
  border: solid 1px #eaeaea;
}

.course .cou .couem:after {
  content: ' ';
  width: 0.34rem;
  right: -0.17rem;
  height: 0.18rem;
  top: calc(0.6rem - 0.09rem);
  position: absolute;
  z-index: 10;
  background-image: url("../images/rs.png");
  background-position: center;
  background-size: 100%;
}

.course .cou .couem:last-child:after {
  display: none;
}

/*视频容器样式*/
.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%);
}
