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

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

.nanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nanner .img {
  width: 100%;
  padding-top: 31.25%;
  transition: all ease 0.5s;
}

.nanner .nox {
  position: absolute;
  left: calc((360 / 1920 * 100%));
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.nanner .nox .nt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.nanner .nox .nm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .nanner .img {
    padding-top: 50%;
  }
  .nanner .nox {
    left: 3%;
  }
}

.introduce {
  width: 100%;
  padding: 1.2rem 0 0rem;
}

.introduce .intop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.introduce .intop .it {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.introduce .intop .im {
  width: 100%;
  color: #054a9f;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.introduce .pmg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.introduce .pmg .img {
  width: 100%;
  padding-top: 41.66%;
}

.modular {
  width: 100%;
}

.modular .mitop {
  width: 100%;
  margin-bottom: 0.8rem;
  position: relative;
}

.modular .mitop .mt {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.modular .mitop .mt span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: -0.14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
}

.modular .mitop .mt span img {
  width: 100%;
  display: block;
}

.modular .mitop .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modular .mitop .more a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.modular .mitop .more a:hover {
  color: #00479d;
}

.modular.white .mitop .mt {
  color: #fff;
}

.choosed {
  width: 100%;
  padding: 1.2rem 0 0;
}

.choosed .chopers {
  width: 100%;
}

.choosed .chopers .swiper-container {
  padding: 0.2rem 0 0;
}

.choosed .chopers .swiper-slide {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.4rem 0.3rem;
  position: relative;
  transition: all ease 0.5s;
  top: 0;
}

.choosed .chopers .swiper-slide .ic {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.2rem;
  position: relative;
}

.choosed .chopers .swiper-slide .ic .cm {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}

.choosed .chopers .swiper-slide .ic .cm img {
  width: 100%;
  display: block;
}

.choosed .chopers .swiper-slide .ic .cc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
}

.choosed .chopers .swiper-slide .ic .cc img {
  width: 100%;
  display: block;
}

.choosed .chopers .swiper-slide .num {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 50%;
  transform: translate(-50%, 40%);
  font-style: italic;
  color: #ebebeb;
  font-weight: bold;
  text-align: center;
}

.choosed .chopers .swiper-slide .cit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin: 0.2rem 0;
}

.choosed .chopers .swiper-slide .cinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.choosed .chopers .swiper-slide .cinp p {
  color: #666;
  line-height: 1.5;
}

.choosed .chopers .swiper-slide:hover {
  top: -0.1rem;
  background-color: #00479d;
}

.choosed .chopers .swiper-slide:hover .ic .cm {
  opacity: 1;
}

.choosed .chopers .swiper-slide:hover .cit {
  color: #fff;
}

.choosed .chopers .swiper-slide:hover .cinp {
  color: rgba(255, 255, 255, 0.5);
}

.choosed .chopers .swiper-slide:hover .cinp p {
  color: rgba(255, 255, 255, 0.5);
}

.choosed .chopers .swiper-slide:hover .num {
  color: rgba(235, 235, 235, 0.1);
}

.posts {
  width: 100%;
  padding: 1.2rem 0 1.2rem;
}

.posts .postlis {
  width: 100%;
  font-size: 0;
}

.posts .postlis .postm {
  display: inline-block;
  vertical-align: top;
  width: calc((380 / 1200 * 100%));
  background-color: #fafafa;
  border-radius: 10px;
  margin-right: calc((29 / 1200 * 100%));
  margin-bottom: 0.3rem;
}

.posts .postlis .postm a {
  width: 100%;
  display: block;
  padding: 0.3rem 0.4rem;
}

.posts .postlis .postm .pic {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.posts .postlis .postm .pic span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 0.1rem;
}

.posts .postlis .postm .pic span img {
  width: 100%;
  display: block;
}

.posts .postlis .postm .pic span img:first-child {
  display: block;
}

.posts .postlis .postm .pic span img:last-child {
  display: none;
}

.posts .postlis .postm .pim {
  width: 100%;
  font-size: 0;
  margin: 0.15rem 0 0.25rem;
}

.posts .postlis .postm .pim span {
  display: inline-block;
  vertical-align: middle;
  background-color: #f2f2f2;
  padding: 0 0.1rem;
  line-height: 2;
  border-radius: 1em;
  color: #666;
  margin-right: 0.1rem;
}

.posts .postlis .postm .bov {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0 0;
  border-top: solid 1px #dcdcdc;
}

.posts .postlis .postm .bov .xn {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.posts .postlis .postm .bov .dm {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.posts .postlis .postm .bov .dm img {
  width: 100%;
  display: block;
}

.posts .postlis .postm .bov .dm img:first-child {
  display: block;
}

.posts .postlis .postm .bov .dm img:last-child {
  display: none;
}

.posts .postlis .postm:nth-child(3n) {
  margin-right: 0;
}

.posts .postlis .postm:hover {
  background-color: #00479d;
}

.posts .postlis .postm:hover .pic {
  color: #fff;
}

.posts .postlis .postm:hover .pic span img:first-child {
  display: none;
}

.posts .postlis .postm:hover .pic span img:last-child {
  display: block;
}

.posts .postlis .postm:hover .pim span {
  background-color: #1a59a6;
  color: #fff;
}

.posts .postlis .postm:hover .bov .xn {
  color: #fff;
}

.posts .postlis .postm:hover .bov .dm img:first-child {
  display: none;
}

.posts .postlis .postm:hover .bov .dm img:last-child {
  display: block;
}

.posts .mord {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
  text-align: center;
}

.posts .mord a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1.5px #00479d;
  line-height: 2.5;
  border-radius: 1.3em;
  padding: 0 0.3rem;
  color: #00479d;
}

.posts .mord a:hover {
  background-color: #00479d;
  color: #fff;
}

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

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

.contact .contlist .contm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact .contlist .contm .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc(600 / 1200 * 100%);
}

.contact .contlist .contm .imgs .img {
  width: 100%;
  padding-top: 63.33%;
}

.contact .contlist .contm .rtom {
  display: inline-block;
  vertical-align: middle;
  width: calc(600 / 1200 * 100%);
  padding: 0.15rem 0.7rem;
}

.contact .contlist .contm .rtom .pm {
  width: 100%;
}

.contact .contlist .contm .rtom .pm img {
  display: inline-block;
  vertical-align: middle;
  height: 0.6rem;
}

.contact .contlist .contm .rtom .pt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.3rem 0 0.2rem;
}

.contact .contlist .contm .rtom .px {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.contact .contlist .contm .rtom .px p {
  color: #555;
  line-height: 1.5;
}

.contact .contlist .contm + .contm {
  margin-top: 0.8rem;
}

.contact .contlist .contm:nth-child(2n) {
  flex-direction: row-reverse;
}

.newlistm {
  width: 100%;
  padding: 1.2rem 0 0rem;
}

.newlistm .newlis {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #f3f5f8;
  padding-bottom: 0.2rem;
}

.newlistm .newlis .newom {
  display: inline-block;
  vertical-align: top;
  width: calc((580 / 1200 * 100%));
  margin-right: calc(39 / 1200 * 100%);
  margin-bottom: 0.4rem;
}

.newlistm .newlis .newom a {
  width: 100%;
  display: block;
}

.newlistm .newlis .newom .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.newlistm .newlis .newom .imgs .img {
  width: 100%;
  padding-top: 43.10%;
  transition: all ease 0.5s;
}

.newlistm .newlis .newom .com {
  width: 100%;
  padding-top: 0.18rem;
}

.newlistm .newlis .newom .com .tim {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.newlistm .newlis .newom .com .pt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.08rem 0;
}

.newlistm .newlis .newom .com .pmm {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
}

.newlistm .newlis .newom:nth-child(2n) {
  margin-right: 0;
}

.newlistm .newlis .newom:hover .imgs .img {
  transform: scale(1.1);
}

.newlistm .newlis .newom:hover .com .pt {
  color: #00479d;
}

.exhibition {
  width: 100%;
  padding: 1.2rem 0;
}

.exhibition .exhlist {
  width: 100%;
  font-size: 0;
}

.exhibition .exhlist .exbom {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #e5e5e5;
}

.exhibition .exhlist .exbom a {
  width: 100%;
  display: block;
  padding: 0.4rem 0;
}

.exhibition .exhlist .exbom .exl {
  display: inline-block;
  vertical-align: top;
  width: 1.7rem;
  padding-right: 0.2rem;
}

.exhibition .exhlist .exbom .exl .et {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
}

.exhibition .exhlist .exbom .exl .ep {
  width: 100%;
  color: #0f52a3;
  line-height: 1.5;
}

.exhibition .exhlist .exbom .exm {
  display: inline-block;
  vertical-align: top;
  width: 3.5rem;
}

.exhibition .exhlist .exbom .exm .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.exhibition .exhlist .exbom .exm .imgs .img {
  width: 100%;
  padding-top: 42.85%;
  transition: all ease 0.5s;
}

.exhibition .exhlist .exbom .exr {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.7rem - 3.5rem);
  padding-left: 0.4rem;
}

.exhibition .exhlist .exbom .exr .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.exhibition .exhlist .exbom .exr .cim {
  width: 100%;
  color: #888;
  line-height: 1.8;
  margin-top: 0.1rem;
}

.exhibition .exhlist .exbom:hover .exm .imgs .img {
  transform: scale(1.1);
}

.exhibition .exhlist .exbom:hover .exr .pit {
  color: #00479d;
}

.exhibition .exhlist .exbom:first-child a {
  padding-top: 0;
}

.exhibition .exhlist .exbom.notime .exl {
  display: none;
}

.exhibition .exhlist .exbom.notime .exr {
  width: calc(100%  - 3.5rem);
}

.exhibition .mord {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
  text-align: center;
}

.exhibition .mord a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1.5px #00479d;
  line-height: 2.5;
  border-radius: 1.3em;
  padding: 0 0.3rem;
  color: #00479d;
}

.exhibition .mord a:hover {
  background-color: #00479d;
  color: #fff;
}

@media (max-width: 800px) {
  .exhibition .exhlist .exbom a {
    display: flex;
    flex-wrap: wrap;
  }
  .exhibition .exhlist .exbom .exm {
    order: 1;
  }
  .exhibition .exhlist .exbom .exl {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    order: 2;
    padding: 0rem 0 0.1rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .exhibition .exhlist .exbom .exl .et {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 0rem;
    font-size: 16px;
    color: #666;
    font-weight: normal;
  }
  .exhibition .exhlist .exbom .exl .ep {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 16px;
    color: #666;
    margin-right: 0.1rem;
  }
  .exhibition .exhlist .exbom .exr {
    order: 3;
  }
}

.dmg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dmg .img {
  height: 1.5rem;
}

.details {
  width: 100%;
  padding: 1.2rem 0;
}

.details .detail {
  width: 100%;
}

.details .detail .detop {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem 0;
}

.details .detail .detop .del {
  display: inline-block;
  vertical-align: top;
  flex: 1;
  width: auto;
}

.details .detail .detop .del .dt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.details .detail .detop .del .time {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.details .detail .detop .der {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: right;
}

.details .detail .detop .der a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1.5px #00479d;
  line-height: 2.5;
  border-radius: 1.3em;
  color: #00479d;
  width: auto;
  padding: 0 0.3rem;
}

.details .detail .detop .der a:hover {
  background-color: #00479d;
  color: #fff;
}

.details .detail .dom {
  width: 100%;
  color: #666;
  line-height: 1.5;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 0.3rem;
  margin: 0.2rem 0;
}

.details .detail .dom p {
  color: #666;
  line-height: 1.5;
}

.details .detail .dinp {
  width: 100%;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  color: #666;
  line-height: 1.8;
}

.details .detail .dinp p {
  color: #666;
  line-height: 1.8;
}

.details .detail .dinp img {
  max-width: 100%;
}

.details .detail .dot {
  width: 100%;
  font-size: 0;
}

.details .detail .dot .dovm {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 4%;
}

.details .detail .dot .dovm a {
  width: 100%;
  display: block;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 0.3rem;
}

.details .detail .dot .dovm .xt {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.details .detail .dot .dovm:nth-child(2n) {
  margin-right: 0;
}

.details .detail .dot .dovm:hover a {
  background-color: #00479d;
}

.details .detail .dot .dovm:hover .xt {
  color: #fff;
}

.modes {
  width: 100%;
  padding: 1.2rem 0;
}

.modes .types {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #e5e5e5;
}

.modes .types .tyom {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 4%;
  text-align: center;
  padding: 0.5rem  0.2rem;
}

.modes .types .tyom .tt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.modes .types .tyom .tm {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-top: 0.08rem;
}

.modes .types .tyom:nth-child(4n) {
  margin-right: 0;
}

.modes .forms {
  width: 100%;
  margin: 0.4rem 0 0.2rem;
}

.modes .forms form {
  width: 100%;
  display: block;
}

.modes .forms .fit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.modes .forms .row {
  width: 100%;
  font-size: 0;
}

.modes .forms .row .input {
  display: inline-block;
  vertical-align: top;
  width: calc((580 / 1200 * 100%));
  margin-right: calc((39 / 1200 * 100%));
  margin-bottom: 0.2rem;
}

.modes .forms .row .input .inm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.modes .forms .row .input .inm span {
  color: #ff0000;
}

.modes .forms .row .input .inpuc {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #ebebeb;
}

.modes .forms .row .input .inpuc input {
  width: 100%;
  display: block;
  line-height: 3;
  height: 3em;
  padding: 0 0.25rem;
  color: #333;
  border: none;
  background-color: transparent;
}

.modes .forms .row .input .inpuc input::-webkit-input-placeholder,
.modes .forms .row .input .inpuc textarea::-webkit-input-placeholder {
  color: #999;
}

.modes .forms .row .input .inpuc input:-moz-placeholder,
.modes .forms .row .input .inpuc textarea:-moz-placeholder {
  color: #999;
}

.modes .forms .row .input .inpuc input::-moz-placeholder,
.modes .forms .row .input .inpuc textarea::-moz-placeholder {
  color: #999;
}

.modes .forms .row .input .inpuc input:-ms-input-placeholder,
.modes .forms .row .input .inpuc textarea:-ms-input-placeholder {
  color: #999;
}

.modes .forms .row .input:nth-child(2n) {
  margin-right: 0;
}

.modes .forms .row .input.w100 {
  width: 100%;
  margin-right: 0;
}

.modes .forms .row .input.w100 .area {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #ebebeb;
}

.modes .forms .row .input.w100 .area textarea {
  width: 100%;
  display: block;
  padding: 0.15rem;
  color: #333;
  line-height: 1.5;
  border: none;
  background-color: transparent;
}

.modes .forms .row .input.w100 .area input::-webkit-input-placeholder,
.modes .forms .row .input.w100 .area textarea::-webkit-input-placeholder {
  color: #999;
}

.modes .forms .row .input.w100 .area input:-moz-placeholder,
.modes .forms .row .input.w100 .area textarea:-moz-placeholder {
  color: #999;
}

.modes .forms .row .input.w100 .area input::-moz-placeholder,
.modes .forms .row .input.w100 .area textarea::-moz-placeholder {
  color: #999;
}

.modes .forms .row .input.w100 .area input:-ms-input-placeholder,
.modes .forms .row .input.w100 .area textarea:-ms-input-placeholder {
  color: #999;
}

.modes .forms .row .input.yzm .inpuc {
  display: flex;
  border: none;
  border-radius: 0;
}

.modes .forms .row .input.yzm .inpuc input {
  flex: 1;
  border-radius: 6px;
  border: solid 1px #ebebeb;
  margin-right: 0.5rem;
}

.modes .forms .row .input.yzm .inpuc .ymg {
  height: 3em;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.modes .forms .row .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  padding: 0.05rem 0;
  /* margin-right: 0.4rem; */
}

.modes .forms .row .label .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #ddd;
  padding: 2px;
}

.modes .forms .row .label .icon .sj {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

.modes .forms .row .label .text {
  width: calc(100% - 16px - 0.1rem);
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-left: 0.1rem;
}

.modes .forms .row .label .check {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.modes .forms .row .label.selected .icon .sj {
  background-color: #00479d;
}

.modes .forms .row.mbc {
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.modes .forms .sub {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.25rem;
}

.modes .forms .sub .stn {
  display: inline-block;
  vertical-align: middle;
  background-color: #00479d;
  color: #fff;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
  line-height: 3;
  height: 3em;
  border-radius: 1.5em;
}


.bierf {
  width: 100%;
  padding: 1.2rem 0;
}

.bierf .binf {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.bierf .binf p {
  color: #555;
  line-height: 1.8;
}

.bierf .binf img {
  max-width: 100%;
}

.honors {
  width: 100%;
  padding: 1.2rem 0;
  background-color: #f8f8f8;
}

.honors .hnavs {
  width: 100%;
  font-size: 0;
  padding: 0rem 0 0.3rem;
}

.honors .hnavs .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  color: #bbb;
  line-height: 2;
  width: auto;
  padding: 0 0.3rem;
  cursor: pointer;
  font-weight: bold;
}

.honors .hnavs .swiper-slide.on, .honors .hnavs .swiper-slide:hover {
  color: #1456a5;
}

.honors .hnavs .swiper-wrapper {
  justify-content: center;
}

.honors .hscont {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.honors .hscont .hosmt {
  width: 100%;
  display: none;
  /* position: absolute;
  left: -200vw; */
}

.honors .hscont .hosmt.on {
  display: block;
  /* position: relative;
  left: 0; */
}

.honors .hscont .hosper {
  width: 100%;
  position: relative;
}

.honors .hscont .hosper .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0.3rem;
  background-color: #fff;
}

.honors .hscont .hosper .swiper-slide .img {
  width: 100%;
  padding-top: 139.48%;
  transition: all ease 0.5s;
}

.honors .hscont .hosper .swiper-slide:hover .img {
  transform: scale(1.1);
}

.honors .hscont .hosper .swiper-button-prev {
  left: -0.8rem;
}

.honors .hscont .hosper .swiper-button-next {
  right: -0.8rem;
}

@media (max-width: 1220px) {
  .honors .hscont .hosper .swiper-button-prev {
    z-index: 5;
    left: 0.5rem;
  }
  .honors .hscont .hosper .swiper-button-next {
    z-index: 5;
    right: 0.5rem;
  }
}

.visions {
  width: 100%;
  padding: 1.2rem 0;
}

.visions .visom {
  width: 100%;
}

.visions .visom .vit {
  width: 100%;
  color: #00479d;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.visions .visom .vinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.visions .visom .vinp p {
  color: #666;
  line-height: 1.5;
}

.visions .visom .vinp img {
  max-width: 100%;
}

.platforms {
  width: 100%;
  padding: 0.6rem 0;
}

.platforms .platlist {
  width: 100%;
  font-size: 0;
}

.platforms .platlist .platm {
  display: inline-block;
  vertical-align: top;
  width: calc((380 / 1200 * 100%));
  margin-right: calc(29 / 1200 * 100%);
  margin-bottom: 0.3rem;
  position: relative;
}

.platforms .platlist .platm a {
  width: 100%;
  display: block;
}

.platforms .platlist .platm .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 0.6rem;
  background-color: #ebf0f6;
}

.platforms .platlist .platm .imgs .img {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.5s;
}

.platforms .platlist .platm .imgs .domc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 71, 157, 0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  transition: all ease 0.5s;
  opacity: 0;
}

.platforms .platlist .platm .imgs .domc .xx {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.platforms .platlist .platm .imgs .domc .pc {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0.1rem auto;
}

.platforms .platlist .platm .imgs .domc .pc img {
  width: 100%;
  display: block;
}

.platforms .platlist .platm .pim {
  width: 100%;
  color: #353535;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.platforms .platlist .platm:nth-child(3n) {
  margin-right: 0;
}

.platforms .platlist .platm:hover .imgs .img {
  transform: scale(1.1);
}

.platforms .platlist .platm:hover .imgs .domc {
  opacity: 1;
}

.platforms .platlist .platm:hover .pim {
  color: #00479d;
}

.platforms .platlist .platm.show .imgs .img {
  opacity: 0;
}

.platforms .platlist .platm.show .pim {
  opacity: 0;
}

.platforms .platlist .platm.show .pomc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #ebf0f6;
  border-radius: 10px;
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.platforms .platlist .platm.show .pomc .pg {
  width: 100%;
  color: #333;
  line-height: 2;
}

.productg {
  width: 100%;
}

.productg .platforms:first-child {
  padding-top: 1.2rem;
}

.productg .platforms:last-child {
  padding-bottom: 1.2rem;
}

.navpom {
  width: 100%;
}

.navpom .navps {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
}

.navpom .navps.fixed {
  position: fixed;
  z-index: 19;
  left: 0;
  right: 0;
}

.navpom .nanper {
  width: 100%;
}

.navpom .nanper .swiper-slide {
  width: 100%;
}

.navpom .nanper .swiper-slide a {
  width: 100%;
  display: block;
  line-height: 3.5;
  color: #555;
  text-align: center;
}

.navpom .nanper .swiper-slide.on a, .navpom .nanper .swiper-slide:hover a {
  color: #00479d;
}

.cetails {
  width: 100%;
  position: relative;
}

.cetails .cetail {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.cetails .cetail .cel {
  display: inline-block;
  vertical-align: middle;
  width: calc((450 / 1200 * 100%));
}

.cetails .cetail .cel .img {
  width: 100%;
  padding-top: 156.66%;
}

.cetails .cetail .cer {
  width: calc((615 / 1200 * 100%));
  display: inline-block;
  vertical-align: middle;
}

.cetails .cetail .cer .cic {
  width: 100%;
  font-size: 0;
}

.cetails .cetail .cer .cic span {
  display: inline-block;
  vertical-align: middle;
  background-color: #00479d;
  line-height: 2.4;
  border-radius: 1.2em;
  padding: 0 0.3rem;
  color: #fff;
}

.cetails .cetail .cer .cop {
  width: 100%;
  margin: 0.3rem 0;
}

.cetails .cetail .cer .cop .ct {
  width: 100%;
  color: #00479d;
  line-height: 1.5;
}

.cetails .cetail .cer .cop .cm {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.cetails .cetail .cer .cim {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.cetails .cetail .cer .cim p {
  color: #666;
  line-height: 1.8;
}

.cetails .cmg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cetails .cmg .img {
  width: 100%;
  padding-top: 41.66%;
}
.cetails .pmg {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}

.cetails .pmg .img {
  width: 100%;
  padding-top: 80%;
}

.cetails .pex {
  position: absolute;
  left: calc((360 / 1920 * 100%));
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: calc((615 / 1920 * 100%));
}

.cetails .pex .cic {
  width: 100%;
  font-size: 0;
}

.cetails .pex .cic span {
  display: inline-block;
  vertical-align: middle;
  background-color: #00479d;
  line-height: 2.4;
  border-radius: 1.2em;
  padding: 0 0.3rem;
  color: #fff;
}

.cetails .pex .cop {
  width: 100%;
  margin: 0.3rem 0;
}

.cetails .pex .cop .ct {
  width: 100%;
  color: #00479d;
  line-height: 1.5;
}

.cetails .pex .cop .cm {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.cetails .pex .cim {
  width: 100%;
  color: #666;
  line-height: 1.8;
  height: 10.8em;
  overflow: auto;
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}

.cetails .pex .cim::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.cetails .pex .cim::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 71, 157, 0.8);
  background: rgba(0, 71, 157, 0.8);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.cetails .pex .cim::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

.cetails .pex .cim p {
  color: #666;
  line-height: 1.8;
}

@media (max-width: 1220px) {
  .cetails .pex {
    left: 3%;
    width: 90%;
  }
}

@media (max-width: 800px) {
  .cetails .cetail {
    width: 100%;
  }
  .cetails .cetail .cel {
    width: 100%;
    display: block;
    max-width: 50%;
    margin: 0 auto 20px;
  }
  .cetails .cetail .cer {
    width: 100%;
  }
  .cetails .pmg {
    display: block;
  }
  .cetails .cmg {
    display: none;
  }
  .cetails .pex {
    width: 100%;
    padding: 0.3rem 3%;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}

.flavour {
  width: 100%;
  padding: 1.2rem 0rem;
}

.flavour .flavlist {
  width: 100%;
  font-size: 0;
}

.flavour .flavlist .flavm {
  display: inline-block;
  vertical-align: top;
  width: calc((570 / 1200 * 100%));
  margin-right: calc((59 / 1200 * 100%));
}

.flavour .flavlist .flavm .ftli {
  width: 100%;
  margin-bottom: 0.2rem;
}

.flavour .flavlist .flavm .ftli .xm {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.flavour .flavlist .flavm .ftli .pm {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.06rem;
}

/*.flavour .flavlist .flavm p{
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.06rem;
}*/

.flavour .flavlist .flavm .vtoms {
  width: 100%;
  font-size: 0;
}

.flavour .flavlist .flavm .vtoms .vtm {
  display: inline-block;
  vertical-align: top;
  width: calc((270 / 560 * 100%));
  margin-right: calc(19 / 560 * 100%);
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}

.flavour .flavlist .flavm .vtoms .vtm a {
  width: 100%;
  display: block;
}

.flavour .flavlist .flavm .vtoms .vtm .img {
  width: 100%;
  padding-top: 65.10%;
  transition: all ease 0.5s;
}

.flavour .flavlist .flavm .vtoms .vtm .vc {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  color: #fff;
  line-height: 1.5;
}

.flavour .flavlist .flavm .vtoms .vtm:nth-child(2n) {
  margin-right: 0;
}

.flavour .flavlist .flavm:nth-child(2n) {
  margin-right: 0;
}
.flavour .flavlist .flavm .ftlist {
  width: 100%;
  line-height: 2;
  /*height: 24em;*/
  overflow: auto;
  margin-bottom: 0.25rem;
  padding-right: 0.2rem;
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}

.flavour .flavlist .flavm .ftlist::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(248, 248, 248, 0.8);
}

.flavour .flavlist .flavm .ftlist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  scrollbar-arrow-color: rgba(248, 248, 248, 0.8);
}

.flavour .flavlist .flavm .ftlist::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(248, 248, 248, 0.8);
  background: rgba(248, 248, 248, 0.8);
}


.parameter {
  width: 100%;
  padding: 1.2rem 0;
  background-color: #f7f7f7;
}

.parameter .paramer {
  width: 100%;
}

.parameter .paramer .swiper-slide {
  width: 100%;
  padding: 0.4rem;
  background-color: #fff;
}

.parameter .paramer .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parameter .paramer .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 25%;
}

.parameter .paramer .swiper-slide .xt {
  width: 100%;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0.3rem 0;
}

.parameter .paramer .swiper-slide .ximp {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 9em;
  overflow: auto;
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}

.parameter .paramer .swiper-slide .ximp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.parameter .paramer .swiper-slide .ximp::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 71, 157, 0.8);
  background: rgba(0, 71, 157, 0.8);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.parameter .paramer .swiper-slide .ximp::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

.parameter .paramer .swiper-slide .ximp p {
  color: #888;
  line-height: 1.5;
}

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

.cores .corem {
  width: 100%;
  position: relative;
}

.cores .corem .cmg {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 4rem;
}

.cores .corem .cmg .imgs {
  width: 100%;
  display: block;
}

.cores .corem .cmg .img {
  width: 100%;
  padding-top: 120.25%;
}

.cores .corem .cmg .textlist {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.cores .corem .cmg .textlist .tiem {
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: 2;
}

.cores .corem .cmg .textlist .tiem .tt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.cores .corem .cmg .textlist .tiem .tx {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 4.5em;
  margin-top: 0.1rem;
}

.cores .corem .cmg .textlist .tiem .tx p {
  color: #888;
  line-height: 1.5;
}

.cores .corem .cmg .textlist .tiem:nth-child(2n) {
  text-align: left;
}

.cores .corem .cmg .textlist .tiem:nth-child(1) {
  top: 0.5rem;
  right: 100%;
}

.cores .corem .cmg .textlist .tiem:nth-child(2) {
  top: 0.5rem;
  left: 100%;
}

.cores .corem .cmg .textlist .tiem:nth-child(3) {
  top: 2.7rem;
  right: 100%;
}

.cores .corem .cmg .textlist .tiem:nth-child(4) {
  top: 2.7rem;
  left: 100%;
}

@media (max-width: 800px) {
  .cores .corem .cmg {
    width: 100%;
  }
  .cores .corem .cmg .imgs {
    max-width: 70%;
    margin: 0 auto 20px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .cores .corem .cmg .textlist {
    position: relative;
    width: 100%;
    height: auto;
  }
  .cores .corem .cmg .textlist .tiem {
    width: 100%;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    text-align: left !important;
    margin-bottom: 0.2rem;
  }
}

.cases {
  width: 100%;
  padding: 1.2rem 0;
  background-color: #f7f7f7;
}

.cases .caseper {
  width: 100%;
}

.cases .caseper .swiper-slide {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem 0.4rem;
}

.cases .caseper .swiper-slide .cm {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.15rem;
}

.cases .caseper .swiper-slide .cm span {
  display: inline-block;
  vertical-align: middle;
  width: 0.49rem;
  height: 0.49rem;
}

.cases .caseper .swiper-slide .cm span img {
  width: 100%;
  display: block;
}

.cases .caseper .swiper-slide .pt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.cases .caseper .swiper-slide .pc {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin: 0.1rem 0 0.2rem;
}

.cases .caseper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cases .caseper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 43.68%;
}

.application {
  width: 100%;
  padding: 1.2rem 0;
}

.application .applicm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.application .applicm .apl {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1200 * 100%));
}

.application .applicm .apl .img {
  width: 100%;
  padding-top: 63.33%;
}

.application .applicm .apr {
  display: inline-block;
  vertical-align: middle;
  width: calc((545 / 1200 * 100%));
}

.application .applicm .apr .ainp {
  width: 100%;
  color: #888;
  line-height: 1.8;
}

.application .applicm .apr .ainp p {
  color: #888;
  line-height: 1.8;
}

.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.banner .swiper-slide .img {
  width: 100%;
  padding-top: 48.95%;
}

.banner .swiper-slide .voc {
  background-color: #000;
  object-fit: cover;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-container-horizontal > .swiper-scrollbar {
  width: 6rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  height: 4px;
  border-radius: 2px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.banner .swiper-scrollbar-drag {
  background-color: #fff;
  border-radius: 1px;
}

@media (max-width: 800px) {
  .banner .swiper-slide .img {
    padding-top: 60%;
  }
}

footer {
  width: 100%;
  background-color: #2c2c2c;
}

footer .ftop {
  width: 100%;
  padding: 0.6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

footer .ftop .ftl .fk {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  margin: 0.2rem 0;
}

footer .ftop .ftl .fp {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin: 0.2rem 0;
}

footer .ftop .ftl .fogo {
  width: 100%;
  font-size: 0;
}

footer .ftop .ftl .fogo a {
  display: inline-block;
  vertical-align: middle;
  width: 2.85rem;
}

footer .ftop .ftl .fogo a img {
  width: 100%;
  display: block;
}

footer .ftop .ftl .map {
  width: 100%;
}

footer .ftop .ftl .map img {
  width: 100%;
  display: block;
}

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

footer .ftop .ftr .ling {
  width: 100%;
  margin-top: 0.5rem;
}

footer .ftop .ftr .ling .lit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

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

footer .ftop .ftr .ling .lam a {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 2;
  margin-right: 0.45rem;
}

footer .ftop .ftr .ling .lam a:hover {
  color: #fff;
}

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

footer .ftop .ftr .ftm .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((200 / 1000) * 100%);
  padding-right: 0.1rem;
}

footer .ftop .ftr .ftm .flist .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

footer .ftop .ftr .ftm .flist .fit a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  transition: all ease 0.5s;
}

footer .ftop .ftr .ftm .flist .fit a:hover {
  color: #fff;
}

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

footer .ftop .ftr .ftm .flist .ful a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #888;
  transition: all ease 0.5s;
  line-height: 2;
}

footer .ftop .ftr .ftm .flist .ful a:hover {
  color: #fff;
}

footer .ftop .ftr .ftm .flist .ful div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 2;
  transition: all ease 0.5s;
}

footer .fbot {
  width: 100%;
  padding: 0.3rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

footer .fbot .fot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

footer .fbot .fot .gm {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
  margin: 0 0.1rem;
}

@media (max-width: 800px) {
  footer .ftop {
    padding: 0.3rem 0;
  }
  footer .ftop .ftl {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .ftl .map {
    display: none;
  }
  footer .ftop .ftr {
    width: 100%;
  }
  footer .ftop .ftr .ftm {
    width: 100%;
  }
  footer .ftop .ftr .ftm .flist {
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
  }
  footer .ftop .ftr .ftm .flist .fit {
    width: 100%;
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
  footer .ftop .ftr .ftm .flist .lx {
    display: none;
  }
  footer .ftop .ftr .ftm .flist .ful {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.15rem;
    display: none;
  }
  footer .ftop .ftr .ftm .flist .ful a {
    line-height: 2;
  }
  footer .ftop .ftr .ftm .flist:last-child {
    border: none;
  }
  footer .ftop .ftr .ftm .flist.has-ful:after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 9px;
    background-image: url("../images/x1.png");
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: 0.2rem;
    left: auto;
    transform: translateX(0);
    top: 0.4rem;
    color: #333;
    border: none;
    transition: all ease 0.5s;
  }
  footer .ftop .ftr .ftm .flist.has-ful.show:after {
    content: " ";
    transform: translateX(0) rotate(180deg);
  }
  footer .ftop .ftr .ling {
    margin-top: 0.3rem;
  }
}

.advantage {
  width: 100%;
  padding: 1.2rem 0;
}

.advantage .advanlist {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.advantage .advanlist .advam {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  text-align: center;
  position: relative;
  padding: 0rem 0 0.4rem;
}

.advantage .advanlist .advam .svt {
  width: 100%;
  color: #fff;
  padding: 0rem 0 0.1rem;
}

.advantage .advanlist .advam .svt span {
  display: inline-block;
  color: #fff;
}

.advantage .advanlist .advam .svt i {
  display: inline-block;
  font-style: normal;
  color: #fff;
}

.advantage .advanlist .advam .xmm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.advantage .advanlist .advam .lx {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  background-color: rgba(235, 235, 235, 0.4);
  height: 100%;
}

.advantage .advanlist .advam:first-child .lx {
  display: none;
}

.abouts {
  width: 100%;
  padding: 1.2rem 0 0.7rem;
}

.abouts .aboum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.abouts .aboum .abl {
  display: inline-block;
  vertical-align: middle;
  width: calc((580 / 1200 * 100%));
  position: relative;
  overflow: hidden;
}

.abouts .aboum .abl .img {
  width: 100%;
  padding-top: 68.96%;
}

.abouts .aboum .abr {
  display: inline-block;
  vertical-align: middle;
  width: calc((530 / 1200 * 100%));
}

.abouts .aboum .abr .ait {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.abouts .aboum .abr .ak {
  width: 100%;
  color: #00479d;
  line-height: 1.5;
  margin: 0.15rem 0 0.25rem;
}

.abouts .aboum .abr .cinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: justify;
}

.abouts .aboum .abr .cinp p {
  color: #666;
  line-height: 1.5;
}

.abouts .aboum .abr .morv {
  width: 100%;
  font-size: 0;
  margin-top: 0.25rem;
}

.abouts .aboum .abr .morv a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1.5px #00479d;
  line-height: 2.5;
  border-radius: 1.3em;
  padding: 0 0.3rem;
  color: #00479d;
}

.abouts .aboum .abr .morv a:hover {
  background-color: #00479d;
  color: #fff;
}

@media (max-width: 800px) {
  .abouts .aboum .abl {
    /* transform: scale(0.8); */
  }
  .abouts .aboum .abr .morv {
    text-align: right;
  }
}

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

.procens .hnavs {
  width: 100%;
  font-size: 0;
  padding: 0rem 0 0.3rem;
}

.procens .hnavs .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  color: #bbb;
  line-height: 2;
  width: auto;
  padding: 0 0.3rem;
  cursor: pointer;
  font-weight: bold;
}

.procens .hnavs .swiper-slide.on, .procens .hnavs .swiper-slide:hover {
  color: #1456a5;
}

.procens .hnavs .swiper-wrapper {
  justify-content: center;
}

.procens .hscont {
  width: 100%;
  position: relative;
  
}

.procens .hscont .hosmt {
  width: 100%;
  /* display: none; */
    position: absolute;
  left: -200vw;
}

.procens .hscont .hosmt.on {
  /* display: block; */
  position: relative;
  left: 0;
}

.procens .posper {
  width: 100%;
  position: relative;
}

.procens .posper .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
}

.procens .posper .petrm {
  width: 100%;
  background-color: #ebf0f6;
  border-radius: 10px;
  height: 3.8rem;
  width: calc((275 / 1200 * 100%));
  margin-right: calc((39 / 1200 * 100%));
  display: inline-block;
  vertical-align: top;
}

.procens .posper .petrm a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0.3rem;
}

.procens .posper .petrm .pel {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
}

.procens .posper .petrm .pel .pc {
  width: 100%;
  color: #1456a5;
  line-height: 1.5;
}

.procens .posper .petrm .pel .pd {
  width: 100%;
  color: #353535;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.1rem 0;
}

.procens .posper .petrm .pel .lmg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.procens .posper .petrm .pel .lmg .img {
  width: 100%;
  padding-top: 65.12%;
}

.procens .posper .petrm .pel .pim {
  width: 100%;
  color: #516072;
  line-height: 1.5;
  height: 6em;
  height: 0em;
  margin: 0.15rem 0;
  text-align: justify;
}

.procens .posper .petrm .pel .pim p {
  color: #516072;
  line-height: 1.5;
}

.procens .posper .petrm .pel .morc {
  width: 100%;
  font-size: 0;
}

.procens .posper .petrm .pel .morc span {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  height: 0.36rem;
}

.procens .posper .petrm .pel .morc span img {
  width: 100%;
  display: block;
}

.procens .posper .petrm .pel .morc span img:first-child {
  display: block;
}

.procens .posper .petrm .pel .morc span img:last-child {
  display: none;
}

.procens .posper .petrm .per {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  position: relative;
  overflow: hidden;
}

.procens .posper .petrm .per .img {
  width: 100%;
  padding-top: 155.55%;
}

.procens .posper .petrm.on {
  width: calc((570 / 1200 * 100%));
}

.procens .posper .petrm.on .pel {
  width: calc((290 / 510 * 100%));
  height: 100%;
}

.procens .posper .petrm.on .pel .lmg {
  height: 0;
  overflow: hidden;
}

.procens .posper .petrm.on .pel .pim {
  height: 9em;
}

.procens .posper .petrm.on .pel .pd {
  height: 1.5em;
  -webkit-line-clamp: 1;
}

.procens .posper .petrm.on .pel .morc span img:first-child {
  display: none;
}

.procens .posper .petrm.on .pel .morc span img:last-child {
  display: block;
}

.procens .posper .petrm.on .per {
  width: calc((180 / 510 * 100%));
}

.procens .posper .petrm:nth-child(3n) {
  margin-right: 0;
}

.procens .posper .swiper-button-prev {
  left: -0.8rem;
}

.procens .posper .swiper-button-next {
  right: -0.8rem;
}

@media (max-width: 1220px) {
  .procens .hnavs .swiper-wrapper {
    /* justify-content: flex-start; */
  }
  .procens .posper .swiper-button-prev {
    left: 0rem;
  }
  .procens .posper .swiper-button-next {
    right: 0rem;
  }
  .procens .posper .petrm {
    height: 5.2rem;
  }
}

@media (max-width: 800px) {
  .procens .posper .swiper-container {
    width: 88%;
    margin: 0 auto;
  }
  .procens .posper .petrm a {
    padding: 0.3rem 0.55rem;
  }
  .procens .posper .swiper-button-prev {
    left: 0rem;
  }
  .procens .posper .swiper-button-next {
    right: 0rem;
  }
  .procens .posper .swiper-button-prev, .procens .posper .swiper-button-next {
    width: 15px;
    height: 32px;
    margin-top: -19px;
    background-size: 15px 32px;
  }
  .procens .posper .petrm {
    height: auto;
    width: 100%;
  }
  .procens .posper .petrm .pel {
    width: calc((290 / 510 * 100%));
    height: 100%;
  }
  .procens .posper .petrm .pel .lmg {
    height: 0;
    overflow: hidden;
  }
  .procens .posper .petrm .pel .pim {
    height: 9em;
  }
  .procens .posper .petrm .pel .pd {
    height: 1.5em;
    -webkit-line-clamp: 1;
  }
  .procens .posper .petrm .pel .morc span img:first-child {
    display: none;
  }
  .procens .posper .petrm .pel .morc span img:last-child {
    display: block;
  }
  .procens .posper .petrm .per {
    width: calc((180 / 510 * 100%));
  }
  .procens .posper .petrm.on {
    width: 100%;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all ease 0.5s;
  background-color: transparent;
}

header .hop {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

header .hop .logo {
  display: inline-block;
  vertical-align: middle;
  width: 146px;
}

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

header .hop .logo img:first-child {
  display: block;
}

header .hop .logo img:last-child {
  display: none;
}

header .hop .rav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .hop .rav .menu {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 0.1rem;
  cursor: pointer;
  display: none;
  position: relative;
}

header .hop .rav .menu img {
  width: 100%;
  display: block;
}

header .hop .rav .menu img:first-child {
  display: block;
}

header .hop .rav .menu img:last-child {
  display: none;
}

header .hop .rav .menu .clk {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

header .hop .rav .stvm {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

header .hop .rav .stvm .input {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  border-bottom: solid 1px #ddd;
  transition: all ease 0.3s;
}

header .hop .rav .stvm .input input {
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  line-height: 2.5;
  color: #fff;
}

header .hop .rav .stvm .input input::-webkit-input-placeholder,
header .hop .rav .stvm .input textarea::-webkit-input-placeholder {
  color: #fff;
}

header .hop .rav .stvm .input input:-moz-placeholder,
header .hop .rav .stvm .input textarea:-moz-placeholder {
  color: #fff;
}

header .hop .rav .stvm .input input::-moz-placeholder,
header .hop .rav .stvm .input textarea::-moz-placeholder {
  color: #fff;
}

header .hop .rav .stvm .input input:-ms-input-placeholder,
header .hop .rav .stvm .input textarea:-ms-input-placeholder {
  color: #fff;
}

header .hop .rav .stvm .clost {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
}

header .hop .rav .stvm .clost img {
  width: 100%;
  display: block;
}

header .hop .rav .stvm .vic {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  cursor: pointer;
  width: 0;
  position: relative;
}

header .hop .rav .stvm .vic img {
  width: 100%;
  display: block;
}

header .hop .rav .stvm .vic img:first-child {
  display: block;
}

header .hop .rav .stvm .vic img:last-child {
  display: none;
}

header .hop .rav .stvm .vic .vis {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

header .hop .rav .stvm.long .input {
  width: 2rem;
}

header .hop .rav .stvm.long .input input {
  padding: 0 0.15rem;
}

header .hop .rav .stvm.long .clost {
  display: inline-block;
}

header .hop .rav .stvm.long .clost {
  font-size: 20px;
}

header .hop .rav .stvm.long .vic {
  width: 22px;
  margin: 0 0.1rem;
}

header .hop .rav .am {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

header .hop .rav .am img {
  width: 100%;
  display: block;
}

header .hop .rav .am img:first-child {
  display: block;
}

header .hop .rav .am img:last-child {
  display: none;
}

header .hop nav {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  text-align: center;
}

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

header .hop nav .natem .nas {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 0.1rem;
}

header .hop nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: 0.8rem;
  color: #333;
  color: #fff;
  position: relative;
  padding: 0 0.15rem;
}

header .hop nav .natem .navuls {
  width: 1.8rem;
  position: absolute;
  z-index: 101;
  left: calc(50%);
  top: 100%;
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  display: none;
}

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

header .hop nav .natem .navuls ul li {
  width: 100%;
  position: relative;
}

header .hop nav .natem .navuls ul li .njm {
  width: 100%;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header .hop nav .natem .navuls ul li .ns {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #222;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

header .hop nav .natem .navuls ul li .theul {
  width: 100%;
  background-color: #fff;
  display: none;
}

header .hop nav .natem .navuls ul li .theul li {
  width: 100%;
  font-size: 0;
}

header .hop nav .natem .navuls ul li .theul li .xn {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2.5;
  padding: 0 0.2rem;
}

header .hop nav .natem .navuls ul li .theul li .xn:hover {
  color: #00479d;
}

header .hop nav .natem .navuls ul li:hover .ns {
  color: #00479d;
  background-color: #00479d;
  color: #fff;
}

header .hop nav .natem .navuls ul li.has-the:after {
  content: "+";
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: none;
  right: 0;
  left: auto;
  transform: translateX(0);
  top: 0.05rem;
  font-size: 20px;
  color: #333;
  border: none;
  display: none;
}

header .hop nav .natem .navuls ul li.has-the.show:after {
  content: "-";
}

header .hop nav .natem.on .nas a {
  color: #00479d;
}

header .hop nav .natem.on .nas:after {
  opacity: 1;
}

header .hop nav .natem:hover .nas a {
  color: #00479d;
}

header .hop nav .natem:hover .nas:after {
  opacity: 1;
}

header.white {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

header.white .hop .logo img:first-child {
  display: none;
}

header.white .hop .logo img:last-child {
  display: block;
}

header.white .hop .rav .menu img:first-child {
  display: none;
}

header.white .hop .rav .menu img:last-child {
  display: block;
}

header.white .hop .rav .am img:first-child {
  display: none;
}

header.white .hop .rav .am img:last-child {
  display: block;
}

header.white .hop .rav .stvm .input input::-webkit-input-placeholder,
header.white .hop .rav .stvm .input textarea::-webkit-input-placeholder {
  color: #999;
}

header.white .hop .rav .stvm .input input:-moz-placeholder,
header.white .hop .rav .stvm .input textarea:-moz-placeholder {
  color: #999;
}

header.white .hop .rav .stvm .input input::-moz-placeholder,
header.white .hop .rav .stvm .input textarea::-moz-placeholder {
  color: #999;
}

header.white .hop .rav .stvm .input input:-ms-input-placeholder,
header.white .hop .rav .stvm .input textarea:-ms-input-placeholder {
  color: #999;
}

header.white .hop .rav .stvm .clost {
  color: #333;
}

header.white .hop .rav .stvm .vic img:first-child {
  display: none;
}

header.white .hop .rav .stvm .vic img:last-child {
  display: block;
}

header.white .hop nav .natem .nas a {
  color: #333;
}

header.white .hop nav .natem.on .nas a {
  color: #00479d;
}

header.white .hop nav .natem.on .nas:after {
  opacity: 1;
}

header.white .hop nav .natem:hover .nas a {
  color: #00479d;
}

header.white .hop nav .natem:hover .nas:after {
  opacity: 1;
}

@media (max-width: 800px) {
  header .hop {
    padding: 0.1rem 0;
    height: calc(0.2rem + 32px);
  }
  header .hop .logo {
    width: 2rem;
  }
  header .hop nav {
    width: 100%;
    position: fixed;
    right: 0;
    top: calc(0.2rem + 32px);
    left: auto;
    height: calc(100vh - 0.2rem - 32px);
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    z-index: 500;
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
    display: none;
    border-top: solid 1px #e5e5e5;
  }
  header .hop nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
    opacity: 0;
    transform: translate(-10px, -30px);
    transition: all .8s ease;
  }
  header .hop nav .natem .nas {
    width: auto;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  header .hop nav .natem .nas a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
    padding: 0 0.3rem;
    position: relative;
  }
  header .hop nav .natem .nas a:hover {
    color: #00479d;
    background-color: transparent;
  }
  header .hop nav .natem .navuls {
    width: 100%;
    position: relative;
    z-index: 101;
    left: 0%;
    top: 0%;
    transform: translateX(0%);
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
    text-align: left;
  }
  header .hop nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem 0.2rem;
  }
  header .hop nav .natem .navuls ul li {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0;
  }
  header .hop nav .natem .navuls ul li .ns {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #333;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.2rem;
    background: #fff;
    position: relative;
  }
  header .hop nav .natem .navuls ul li .ns:hover {
    color: #00479d;
  }
  header .hop nav .natem .navuls ul li .ns:after {
    content: ' ';
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url("../images/r.png");
    background-size: 100% 100%;
  }
  header .hop nav .natem .navuls ul li + li {
    border-top: solid 1px #eee;
  }
  header .hop nav .natem .navuls ul li:hover .ns {
    background-color: transparent;
    color: #00479d;
  }
  header .hop nav .natem .navuls ul li.has-the:after {
    display: block;
  }
  header .hop nav .natem:before {
    display: none !important;
  }
  header .hop nav .natem .prosubnav {
    display: none;
  }
  header .hop nav .natem.on .nas:after {
    display: none;
  }
  header .hop nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
  }
  header .hop nav .natem.has-nav.show:after {
    content: "-";
  }
  header .hop nav .natem.animate {
    opacity: 1;
    transform: translate(0, 0);
  }
  header .hop .rav .menu {
    display: inline-block;
  }
  header .hop .rav .stvm {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1rem;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    padding: 0.15rem 2%;
    display: none;
  }
  header .hop .rav .stvm form {
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .hop .rav .stvm .clost {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    font-size: 20px;
    color: #fff !important;
    line-height: 23px;
    text-align: center;
    position: relative;
    margin-right: 0.1rem;
  }
  header .hop .rav .stvm .input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 23px - 1rem);
  }
  header .hop .rav .stvm .input input::-webkit-input-placeholder,
  header .hop .rav .stvm .input textarea::-webkit-input-placeholder {
    color: #fff;
  }
  header .hop .rav .stvm .input input:-moz-placeholder,
  header .hop .rav .stvm .input textarea:-moz-placeholder {
    color: #fff;
  }
  header .hop .rav .stvm .input input::-moz-placeholder,
  header .hop .rav .stvm .input textarea::-moz-placeholder {
    color: #fff;
  }
  header .hop .rav .stvm .input input:-ms-input-placeholder,
  header .hop .rav .stvm .input textarea:-ms-input-placeholder {
    color: #fff;
  }
  header .hop .rav .stvm .input input {
    color: #fff;
  }
  header .hop .rav .stvm .vic {
    width: 24px;
    text-align: center;
  }
  header .hop .rav .stvm .vic .sub {
    width: 100%;
  }
  header .hop .rav .stvm .vic .sm {
    display: none;
  }
  header .hop .rav .stvm .vic .sh {
    display: block;
  }
  header .hop .rav .stvm .vic img:first-child {
    display: block !important;
  }
  header .hop .rav .stvm .vic img:last-child {
    display: none !important;
  }
  header.menu-state {
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  }
  header.menu-state .hop .logo img:first-child {
    display: none;
  }
  header.menu-state .hop .logo img:last-child {
    display: block;
  }
  header.menu-state .hop .rav .am img:first-child {
    display: none;
  }
  header.menu-state .hop .rav .am img:last-child {
    display: block;
  }
  header.menu-state .hop .rav .menu img:first-child {
    display: none;
  }
  header.menu-state .hop .rav .menu img:last-child {
    display: block;
  }
  header.menu-state .hop .rav .stvm .input input::-webkit-input-placeholder,
  header.menu-state .hop .rav .stvm .input textarea::-webkit-input-placeholder {
    color: #999;
  }
  header.menu-state .hop .rav .stvm .input input:-moz-placeholder,
  header.menu-state .hop .rav .stvm .input textarea:-moz-placeholder {
    color: #999;
  }
  header.menu-state .hop .rav .stvm .input input::-moz-placeholder,
  header.menu-state .hop .rav .stvm .input textarea::-moz-placeholder {
    color: #999;
  }
  header.menu-state .hop .rav .stvm .input input:-ms-input-placeholder,
  header.menu-state .hop .rav .stvm .input textarea:-ms-input-placeholder {
    color: #999;
  }
  header.menu-state .hop .rav .stvm .clost {
    color: #333;
  }
  header.menu-state .hop .rav .stvm .vic img:first-child {
    display: none;
  }
  header.menu-state .hop .rav .stvm .vic img:last-child {
    display: block;
  }
  header.menu-state .hop nav .natem .nas a {
    color: #333;
  }
  header.menu-state .hop nav .natem.on .nas a {
    color: #00479d;
  }
  header.menu-state .hop nav .natem.on .nas:after {
    opacity: 1;
  }
  header.menu-state .hop nav .natem:hover .nas a {
    color: #00479d;
  }
  header.menu-state .hop nav .natem:hover .nas:after {
    opacity: 1;
  }
  header.menu-state .hop .rav .menu img {
    opacity: 0;
  }
}
