body {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
  font-family: "alimamFont" !important;
}
@font-face {
  font-family: "alimamFont";
  font-weight: 500;
  src: url("/static/font/AlibabaPuHuiTi-3-95-ExtraBold.ttf");
  font-display: swap;
}
/*修改*/
.header-nav-langtop {
    padding-left: 1.354rem;
}
.header-nav-langbottom {
    display: flex;
    justify-content: center;
    align-items: center;
}


.mr-l-140px {
    margin-left: .729rem;
}
.mr-r-140px {
    margin: 0 .99rem;
}
a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}
.el-dropdown-menu .navAc2 {
    background-color: #4089c8;
}
.el-dropdown-menu .navAc2 a {
    color: #fff;
}
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #4089c8;
}
.el-dropdown-menu__item:focus a, .el-dropdown-menu__item:not(.is-disabled):hover a {
    color: #fff;
}
.swiper-slide {
    height: auto;
}
/* 弹窗 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.mask-main {
    width: 60vw;
    text-align: center;
    background-color: #000;
    /* padding: 10px 0 20px; */
}

.mask-close {
    color: #fff;
    text-align: right;
    padding: 10px 2% 0 0;
    font-size: 1.5625vw;
    cursor: pointer;
}

.mask-video {
    width: 100%;
}

.mask-video video {
    width: 100%;
}
.hide-one {
  white-space: nowrap; /* 禁止文本换行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}
.hide-two {
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示两行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}
.hide-two-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suyuan{
    margin-left: 30px;
    margin-right: 50px;
}
.icon{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-bottom: 5px;
}
.suyuan1{
    color: #000;
    font-size: 12px;
}
.bgHeader  .suyuan1{
    color: #fff!important;
    font-size: 12px!important;
}

.leftNav {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.bgHeader {
  background: transparent !important;
}
.bgHeader .navA {
  color: #fff !important;
}

.collapses {
  align-items: center;
  min-height: 48px;
  line-height: 48px;
  background-color: #FFF;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #EBEEF5;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px;
}

.collapses .el-collapse-item__header {
  padding: 0;
  border-bottom: none;
}

.collapses .el-collapse-item__wrap {
  border-bottom: none;
}

.collapses .el-collapse {
  border-top: none;
}

.dow .dow-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dowNo {
  display: none !important;
}



.liActive .ho {
  display: none !important;
}

header {
  display: flex !important;
  justify-content: center;
  width: 100%;
  height: 175px;
  background-color: #fff;
  min-height: 175px;
  /*position: fixed;*/
  z-index: 99;
  top: 0;
  border-bottom: 10px solid #4089c8;
}

header .fade-leave,
header .fade-enter-to {
  opacity: 1;
}

header .fade-leave-active,
header .fade-enter-active {
  transition: all 1.5s;
}

header .fade-leave-to,
header .fade-enter {
  opacity: 0;
}

header .header-pupop {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 43px 0;
  z-index: 100;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
}

header .header-pupop .popup {
  width: 6.25rem;
  display: flex;
  flex-wrap: wrap;
}

header .header-pupop .popup .popup-item {
  width: 1.25rem;
  margin-right: 0.2604rem;
  margin-bottom: 0.3646rem;
}

header .header-pupop .popup .popup-item .popup-title {
  font-size: 0.0781rem;
  color: #333;
  font-weight: bold;
}

header .header-pupop .popup .popup-item .line-img {
  width: 100%;
}

header .header-pupop .popup .popup-item .line-img img {
  width: 100%;
}

header .header-pupop .popup .popup-item .popup-item-main .popup-text:last-child {
  margin-bottom: 0;
}

header .header-pupop .popup .popup-item .popup-item-main .popup-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1458rem;
}

header .header-pupop .popup .popup-item .popup-item-main .popup-text a {
  color: #333333;
  text-decoration: none;
  font-size: 0.0677rem;
}

header .header-pupop .popup .popup-item .popup-item-main .popup-text a:hover {
  color: #cfa167;
}
.head-info-select .layui-form-select .layui-input {
    width: .711rem;
    height: .23rem;
    font-size: .099rem;
    background-color: transparent;
    border: none;
    color: #ffffff;
}

.head-info-select .layui-input:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 0 transparent;
}

.head-info-select .layui-form-select dl dd.layui-this {
    color: #4089c8;
}
.head-info-select .hc2-item-name {
    width: .837rem;
}
.head-info-select .hc2 {
    width: .837rem;
}
.head-nav-item {
    /*margin-right: .052rem;*/
    position: relative;
}

.head-nav-a {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    border-radius: .052rem;
    color: #333;
    font-size: .099rem;
    /*padding: 0 .052rem 0.0313rem .047rem;*/
    position: absolute;
}
.head-nav-a div {
    font-size: 16px;
}
.head-nav-active,
.head-nav-item:hover .head-nav-a {
    color: #4089c8;
}

.head-nav-a i {
    color: #333;
    margin-left: 6px;
}
.head-nav-a img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.head-nav-active i,
.head-nav-a:hover i {
    color: #4089c8;
}
.head-nav-item .hc2-pt {
    display: none;
}
.head-nav-item:hover .hc2-pt {
    display: block;
}

/* 二级导航 */
.hc2 {
    width: 1.464rem;
}
.hc2-pt {
    position: absolute;
    padding-top: .3rem;
    /* bottom: -100%; */
    z-index: 100;
}
.hc2-item {
    position: relative;
}
.hc2-item-name {
    display: block;
    width: 100%;
    height: .262rem;
	background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .157rem 0 .178rem;
}
.hc2-item:last-child .hc2-item-name {
    border-bottom-left-radius: .052rem;
    border-bottom-right-radius: .052rem;
}

.hc2-item-name div {
    font-size: .084rem;
    color: #333;
}
.hc2-item-name i {
    color: #333;
}
.hc2-item:hover .hc2-item-name {
    background-color: #4089c8;
    background-image: none;
}
.hc2-item:hover .hc2-item-name div,.hc2-item:hover .hc2-item-name i{
     color: #fff;
}
.hc2-item .hc3 {
    display: none;
}
.hc2-item:hover .hc3 {
    display: block;
}
header .header-nav .h5logo {
    display: none !important;
}
@media (max-width: 1010px) {
  header .header-nav {
    max-width: 90% !important;
    justify-content: space-between !important;
  }
    header .header-nav .h5logo {
    display: flex !important;
}
.banner {
    margin-top: 80px !important;
}
header .header-nav .nav-logo img {
    height: auto !important;
}
  header .header-nav .nav-main {
    display: none !important;
  }

  header .header-nav .nav-search {
    display: none !important;
  }

  header .header-nav .nav-search2 {
    display: block !important;
    margin-bottom: 20px;
  }

  header .header-nav .nav-search2 .form-control {
    height: 46px;
  }
  header .header-nav {
      display: flex;
      align-items: center;
  }
  header .header-nav .nav-left {
    display: block !important;
  }
    .mk-nav-responsive-link {
        display: flex;
        align-items: center;
    }
  header .header-nav .nav-left i {
    font-size: 28px !important;
    color: #fff;
    cursor: pointer;
  }
    .suyuan{
        margin-top: 30px;
        margin-left: 30px;
    }
    .icon{
        width: 32px;
        height: 32px;
        margin-bottom: 5px;
    }
    .suyuan1{
        color: #000;
        font-size: 14px;
        margin-left: 35px;
    }
}

header .navA {
  display: block;
  color: #333 !important;
  font-size: 16px !important;
  padding-bottom: 5px;
  /*border-bottom: 2px solid transparent;*/
  position: relative;
}
header .navAc {
  display: block;
  /*font-weight: bold;*/
  color: #4089c8 !important;
  font-size: 15px !important;
  padding-bottom: 5px;
  
  /*border-bottom: 2px solid #4089c8;*/
}
header .navA::after {
    display: block;
    content:"";
    background: #4089c8;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    transition: all .5s;
}
header .navAc::after {
    display: block;
    content:"";
    background: #4089c8;
    width: 100%;
    height: 2px;
    position: absolute;
    transform: translate(-50%,0);
    bottom: 0;
    left: 50%;
}
header .navA:hover {
    /*font-weight: bold;*/
    color: #4089c8 !important;
}
header .navA:hover::after {
    width: 100%;
}
.h5-nav {
  display: none;
}
.h5-lag {
    display: flex;
}
.h5-lag .hc2-item {
    width: 50%;
}
.h5-lag .hc2-item .hc2-item-name {
    height: 40px;
    justify-content: center;
    background: #fff;
}
.h5-lag .hc2-item .hc2-item-name:first-child {
    border-right: 1px solid #d1d1d1;
}
.h5-lag .hc2-item .hc2-item-name div { 
    font-size:14px;
    
}
@media (max-width: 1300px) {
  header .header-nav {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  header .header-nav {
    width: 100% !important;
  }

  header .header-nav ul li {
    /* margin-right: 10px !important; */
  }

  header .header-nav .nav-logo img {}
}

header .header-nav {
  width: 100%;
  position: relative;
  padding-top: 40px;
}

header .header-nav .nav-logo {
  display: flex;
  align-items: center;
}

header .header-nav .nav-logo a {
  display: flex;
  align-items: center;
}

header .header-nav .nav-logo img {
  width: 154px;
  height: auto;
  /*margin-right: 60px;*/
}

header .header-nav ul {
  display: flex;
  align-items: flex-end;
  list-style: none;
  margin: 0;
}

header .header-nav ul li {
  margin-right: .573rem;
}
header .header-nav ul .mr0 {
    margin-right: 0;
}
header .header-nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.0781rem;
  padding-bottom: 0.0313rem;
}

header .header-nav ul li .active {
  border-bottom: 2px solid #cfa167;
}

header .header-nav .nav-search {
  height: 0.1979rem;
  position: relative;
}

header .header-nav .nav-search input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 14px;
  padding-bottom: 6px;
  color: #333;
  height: 27px;
}

header .header-nav .nav-search input::input-placeholder {
  color: #333;
}

header .header-nav .nav-search img {
  width: 0.1042rem;
  height: 0.1042rem;
  min-width: 13px;
  min-height: 13px;
  position: absolute;
  right: 0.0521rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

header .header-nav .nav-left {
  display: none;
}

header .header-nav .nav-left i {
  color: #333;
}
.bgHeader .header-nav .nav-left i {
  color: #fff;
}
.btn {
  padding: 12px !important;
}

header .header-nav .nav-search {
  width: 1rem;
  height: 0.1979rem;
  position: relative;
}

header .header-nav .nav-search .submit-search {
  background: transparent;
  border: none;
  width: 0.0781rem;
  height: 0.0781rem;
  cursor: pointer;
}

header .header-nav .nav-search .search {
  width: 100%;
  height: 100%;
  background: rgba(156, 149, 149, 0.808);
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 14px;
  padding-bottom: 12px 6px;
  color: #fff;
}

header .header-nav .nav-search img {
  width: 0.0781rem;
  height: 0.0781rem;
  right: 0.0521rem;
}

header .header-nav .nav-search2 form {
  position: relative;
}

header .header-nav .nav-search2 .search {
  width: 100%;
  height: 100%;
  background: #000;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 0.0625rem;
  color: #fff;
  padding: 15px 20px;
}

header .header-nav .nav-search2 .search::input-placeholder {
  color: #fff;
}

header .header-nav .nav-search2 img {
  width: 12px;
  height: 12px;
}

.mk-nav-responsive-link {
      transition: all 0.15s ease-in-out;
      -webkit-perspective: 1000;
    }
    .mk-css-icon-close div,
    .mk-css-icon-menu div {
      background-color: #4089c8;
    }

    .mk-css-icon-close div,
    .mk-css-icon-menu div {
      height: 3px;
      margin-bottom: 3px;
      border-radius: 3px;
      display: block;
      position: relative;
    }

    .mk-css-icon-menu-line-1,
    .mk-css-icon-menu-line-3 {
      transition: all 0.2s ease;
    }

    .mk-css-icon-menu-line-2 {
      transition: opacity 0.1s ease;
    }

    .mk-css-icon-close,
    .mk-css-icon-menu {
      width: 18px;
      height: 18px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }

    .mk-nav-responsive-link {
      cursor: pointer;
      padding: 10px;
      transition: all 0.15s ease-in-out;
      -webkit-perspective: 1000;
    }

    .dashboard-active .mk-css-icon-menu-line-1,
    .is-active .mk-css-icon-menu-line-1 {
      transform: rotate3d(0, 0, 1, 45deg);
      top: 6px;
    }

    .dashboard-active .mk-css-icon-menu-line-2,
    .is-active .mk-css-icon-menu-line-2 {
      opacity: 0;
    }

    .dashboard-active .mk-css-icon-menu-line-3,
    .is-active .mk-css-icon-menu-line-3 {
      transform: rotate3d(0, 0, 1, -45deg);
      top: -6px;
    }
    .layui-nav-tree .layui-nav-item>a .layui-nav-more {
        padding: 0 !important;
    }
@media (max-width:1000px) {
  .h5-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 201;
    box-sizing: border-box;
  }
  header {
      height: 80px;
      min-height: 80px;
      border-bottom: 2px solid #4089c8;
  }
  header .header-nav {
      padding-top: 0;
  }
  .h5-nav .layui-nav {
    background-color: #fff;
  }

  .h5-nav .layui-nav.layui-nav-tree {
    width: 100%;
  }

  .h5-nav .layui-nav-tree .layui-nav-item {
    background-color: #fff;
  }

  .h5-nav .layui-nav-tree .layui-nav-item a {
    color: #444;
    font-weight: bold;
    font-size: 13px;
    background-color: #fff;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    display: flex;
    align-items: center;
  }

  .h5-nav .layui-nav-itemed > a,
  .h5-nav .layui-nav-tree .layui-nav-title a,
  .h5-nav .layui-nav-tree .layui-nav-title a:hover {
    color: #444 !important;
  }

  .h5-nav .layui-nav-tree .layui-nav-child {
    background-color: #fff;
    padding: 0;
  }

  .h5-nav .layui-nav .layui-nav-item a:hover,
  .h5-nav .layui-nav .layui-this a {
    color: #444;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .h5-nav .layui-nav .layui-nav-child a:hover {
    color: #e5322d !important;
    background-color: #fff !important;
  }
  .h5-nav .layui-nav .layui-nav-child-ac {
    color: #e5322d !important;
    background-color: #fff !important;
  }
  .h5-nav .layui-nav-tree .layui-nav-bar {
    display: none;
  }

  .h5-nav .layui-nav-tree .layui-nav-child a {
    border-bottom: none;
    font-size: 12px;
    font-weight: normal;
  }

  .h5-nav .search_from {
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
  }

  .h5-nav .search_from form {
    position: relative;
  }

  .h5-nav .search_from_tips {
    font-size: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666666;
    text-align: center;
  }

  .h5-nav .text-input {
    font-size: 13px;
    color: #767676;
    margin: 0;
    padding: 12px 28px 12px 15px;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background-color: #fdfdfd;
    box-sizing: border-box;
  }

  .h5-nav .search_from form i {
    position: absolute;
    top: 13px;
    right: 14px;
    opacity: 0.4;
  }

  .h5-nav .search_from form i .search-button {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
}
@media (max-width:732px) {
  header .header-nav .nav-logo img {
    width: 168px;
    height: 36.4px;
  }
}