.ms-nav {
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  height: 80px;
}

.ms-nav .body {
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
  height: 100%;
}

.showNav .navDetails {
  display: flex;
}
.showNav .ms-nav {
  background-color: #fff;
}
.navDetails {
  position: absolute;
  display: none;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  top: 80px;
  padding-top: 16px;
  left: 0;
  padding-left: 70px;
}
.navDetailsItem {
  width: 120px;
  font-size: 16px;
  padding-bottom: 25px;
}
.navDetailsItem:nth-child(1) {
  width: 88px;
  font-size: 16px;
  padding-bottom: 25px;
}
.navLink {
  line-height: 1;
  margin-top: 14px;
}
.navDetailsItem .navTitle {
  color: #333;
  display: flex;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 5%;
}
.navDetailsItem .item {
  color: #666666;
  line-height: 1;
  font-size: 12px;
}
.navDetailsItem .item:hover {
  color: #409eff;
}
.icon-caidan {
  display: flex;
}
.showNav .icon-caidan {
  display: none;
}
.el-icon-close {
  display: none;
}
.nav-item .iconfont {
  margin-right: 16px;
  font-size: 30px;
  color: #999;
  width: 30px;
  line-height: 14px;
  height: 20px;
  color: #fff;
}
.showNav .el-icon-close {
  display: block;
  color: #1D2088;
  transform: translate(0px, 3px);
}
.ms-nav .body .logo {
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  width: 20%;
  padding: 20px;
  padding-left: 0;
  box-sizing: border-box;
  justify-content: flex-start;
  height: 100%;
}
.ms-nav .body .logoCopy {
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 20%;
  padding: 20px;
  padding-left: 0;
  box-sizing: border-box;
  justify-content: flex-start;
  height: 100%;
  display: none;
}
.childPage {
  flex-direction: column;
}
.childPage .ms-nav {
  display: flex;
}

.logoCopy {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  display: flex;
}
.logoCopy .logo-pic {
  height: 100%;
  width: auto;
  margin-right: 10px;
}
.childPage .ms-nav .body .logo{
  display: flex;
}
.childPage .ms-nav .body .logoCopy{
  display: none;
}
.showNav.childPage .ms-nav .body .logo {
  display: flex;
}
.showNav.childPage .ms-nav .body .logoCopy {
  display: none;
}
.ms-nav .body .logo .logo-pic {
  display: none;
}
.indexPage .ms-nav .body .logo .logo-pic{
  display: block;
  height: 40px;
}
.indexPage .ms-nav .body .logo .logo-pic.detailsLogo{
  display: none;
}
.ms-nav .body .logo .logo-pic.detailsLogo {
 display: block;
 height: 40px;
}
.showNav .ms-nav .body .logo .logo-pic.detailsLogo {
 display: block;
}
.showNav .ms-nav .body .logo .logo-pic {
 display: none;
}
.childPage .nav-item .iconfont {
  color: #3991F1;
}
.childPage.showNav .nav-item .iconfont {
  color: #1D2088;
}
.childPage .body .nav-item .el-button{
  background-color: #3991F1;
  border-color: #3991F1;
  color: #fff;
}
.childPage .body .nav-item .el-button a{

  color: #fff;
}

.ms-nav .body .logo .logo-desc {
  padding-right: 0px;
  width: unset;
  padding-left: 0px;
  height: unset;
}

.ms-nav .body .nav-h5 {
  padding-bottom: 0px;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  display: none;
  width: 100px;
  box-sizing: border-box;
  padding-top: 0px;
  position: relative;
  right: 0px;
  justify-content: center;
  height: 100%;
}

.ms-nav .body .nav-h5 .nav-h5-icon {
  font-size: 28px;
}

.ms-nav .body .nav-h5 .nav-h5-body {
  padding-bottom: 10px;
  align-items: flex-start;
  top: 80px;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-top: 10px;
  position: absolute;
  justify-content: center;
  height: 100px;
}
.nav-h5-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-h5-item 
.ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
  cursor: pointer;
  flex-direction: row;
  word-wrap: break-word;
  display: inline-block;
  padding-right: 0px;
  font-size: 18px;
  padding-top: 0px;
  padding-left: 0px;
}

.ms-nav .body .nav-item {
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  height: 100%;
}
.body .nav-item .el-button,.childPage.showNav .body .nav-item .el-button {
  border-radius: 16px;
  background-color: #1D2088;
  color: #fff;
  border-color: #1D2088;
  padding: 6px 27px;
}
.body .nav-item .el-button a,.childPage.showNav .body .nav-item .el-button a{
  color: #fff;
}
.ms-nav .body .nav-item .sel {
  color: #409eff;
}

.ms-nav .body .nav-search {
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  padding-right: 0px;
  width: 40%;
  box-sizing: border-box;
  padding-left: 0px;
  justify-content: flex-end;
  height: 100%;
  margin-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input {
  border-color: #409eff;
  align-items: flex-end;
  flex-direction: row;
  border-width: 1px;
  display: flex;
  padding-right: 0px;
  box-sizing: border-box;
  border-style: solid;
  padding-left: 0px;
  justify-content: center;
  height: 32px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
  align-items: center;
  flex-direction: row;
  display: flex;
  padding-right: 0px;
  box-sizing: border-box;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 0px;
  height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
  border: 0px;
  background-color: #ffffff;
  align-items: center;
  flex-direction: row;
  display: flex;
  padding-right: 4px;
  box-sizing: border-box;
  justify-content: space-between;
  border-top-left-radius: 2px;
  padding-bottom: 0px;
  flex-wrap: nowrap;
  border-bottom-left-radius: 2px;
  width: 90%;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  padding-top: 0px;
  padding-left: 4px;
  height: 30px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
  color: #dcdfe6;
  flex-direction: row;
  word-wrap: break-word;
  display: inline-block;
  padding-right: 0px;
  border-top-left-radius: 0px;
  padding-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  padding-top: 0px;
  padding-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button {
  cursor: pointer;
  align-items: center;
  flex-direction: row;
  display: flex;
  padding-right: 0px;
  box-sizing: border-box;
  justify-content: center;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 80px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-repeat: no-repeat;
  padding-left: 0px;
  height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button:hover {
  background-color: #e6e6e6;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button i {
  color: #409eff;
  border-bottom-left-radius: 0px;
  padding-right: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 0px;
  border-top-left-radius: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button span {
  color: #409eff;
  border-bottom-left-radius: 0px;
  flex-direction: row;
  word-wrap: break-word;
  display: inline-block;
  padding-right: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  padding-left: 0px;
  border-top-left-radius: 0px;
}
.swiper-slide .ms-footer {
  height: 100%;
}
.ms-footer {
  background: #EFEFEF;
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
}
.ms-footer .top {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding: 50px 10%;
}
.childPage .ms-footer .top {
  background-color: #3991F1;
}
.childPage .foot-nav .nav-item,.childPage .qr .text{
  color: #FFFFFF;
}
.childPage .foot-nav .item{
  color: #9BCBFF;
}
.ms-footer .empty {
  display: none;
  flex: 1.5;
  flex-direction: row;
  padding: 50px 10%;
}
.swiper-slide .ms-footer .empty {
  display: flex;
}
.ms-footer .top .top-left,
.ms-footer .top .top-right {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.foot-navTitle {
  word-break: keep-all;
}
.foot-nav {
  flex: 1;
}
.foot-nav .nav-item {
  font-size: 14px;
  display: flex;
  margin-bottom: 17px;
  font-weight: 400;
  color: #333;
}
.foot-nav .item {
  display: flex;
  display: flex;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #666;
}
.copyright {
  background-color: #000;
  padding: 20px 10%;
  color: #666;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.copyBox {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.copyRightItem {
  margin-right: 30px;
  position: relative;
}
.copyRightItem:last-child::after {
  display: none;
}
.copyRightItem::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #666;
  top: 0;
  right: -15px;
}
.copyRightItem .item {
  color: #666;
}
.qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 20px;
}
.qr .text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.qr .pic {
  width: 128px;
  height: 128px;
}
.keyValueBox{
  position: absolute;
  top:225px;
  left: 50%;
  min-width: 252px;
  transform: translate(-50%,0);
}
.keyValueDesc{
  position: relative;
}
@media (max-width: 768px) {
  .ms-nav {
    border-bottom-color: #ebeef5;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom-style: solid;
    padding-top: 0px;
    border-bottom-width: 1px;
    justify-content: center;
    height: 80px;
    margin-left: 0px;
  }

  .ms-nav .body {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
  }

  .ms-nav .body .logo {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 60%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: center;
    height: 100%;
  }

  .ms-nav .body .logo .logo-desc {
    width: unset;
    height: unset;
  }

  .ms-nav .body .nav-h5 {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100px;
    box-sizing: border-box;
    justify-content: center;
    height: 100%;
  }

  .ms-nav .body .nav-h5 .nav-h5-icon {
    font-size: 28px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .ms-nav .body .nav-h5 .nav-h5-body {
    background-color: #f2f6fc;
    flex-direction: column;
    display: none;
    box-sizing: border-box;
    right: 0px;
    justify-content: flex-start;
    padding-bottom: 0px;
    top: 80px;
    flex-wrap: nowrap;
    width: 140px;
    padding-top: 10px;
    position: absolute;
    padding-left: 10px;
    height: 100vh;
    z-index: 2;
  }

  .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
    cursor: pointer;
    color: #303133;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 18px;
    padding-top: 8px;
    padding-left: 0px;
    height: 40px;
  }

  .ms-nav .body .nav-item {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    padding-right: 40px;
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
    justify-content: space-between;
    height: 100%;
  }

  .ms-nav .body .nav-item .item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 18px;
    padding-left: 0px;
  }

  .ms-nav .body .nav-search {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    padding-right: 0px;
    width: 40%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: center;
    height: 100%;
    margin-left: 0px;
  }

  .ms-nav .body .nav-search .ms-search-input {
    border-color: #cccccc;
    align-items: flex-end;
    flex-direction: row;
    border-width: 1px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-style: solid;
    justify-content: center;
    height: 40%;
  }

  .ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
    flex-direction: row;
    border-right-width: 1px;
    display: flex;
    padding-right: 0px;
    width: 100%;
    box-sizing: border-box;
    border-right-color: #cccccc;
    border-right-style: solid;
    height: 100%;
  }

  .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
    border: 0px;
    background-color: #ffffff;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top-left-radius: 2px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    border-bottom-left-radius: 2px;
    width: 90%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 0px;
    padding-left: 4px;
    height: 30px;
  }

  .ms-nav
    .body
    .nav-search
    .ms-search-input
    .ms-search-input-div
    .ms-input
    span {
    color: #dcdfe6;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-top-left-radius: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .ms-nav .body .nav-search .ms-search-input .ms-search-button {
    flex-direction: row;
    display: flex;
    width: 40px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }

  .ms-nav .body .nav-search .ms-search-input .ms-search-button i {
    border-bottom-left-radius: 0px;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
  }

  .ms-nav .body .nav-search .ms-search-input .ms-search-button span {
    border-bottom-left-radius: 0px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-left: 0px;
    border-top-left-radius: 0px;
  }
  .swiper-slide .keyValueTitleBox,
  .keyValueTitleBox .keyValue {
    padding: 0;
  }
  .keyValue .keyValueItem {
    padding: 2px;
  }
  
  .keyValueItem .keyValueDesc .item {
    padding: 4px 10px;
  }
  .ms-footer .top {
    padding: 2px;
    flex-direction: column;
  }
  .foot-nav .nav-item {
    margin-bottom: 10px;
  }
  .copyright {
    padding: 5px;
    text-align: center;
  }
  .copyBox {
    margin-bottom: 4px;
  }
  .qr .pic {
    width: 100%;
    height: auto;
  }
  .newsList .newsListItem {
    flex-direction: column;
  }
  .newsList .newsListImg {
    width: 100%;
  }
}
