* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #2a2d33;
  transition: background-color 5000s ease-out 0.5s;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button,
select {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

/* .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

@font-face {
  font-family: "D-DIN-PRO";
  src: url("../font/D-DIN-PRO-700-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "D-DIN-PRO";
  src: url("../font/D-DIN-PRO-600-SemiBold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "D-DIN-PRO";
  src: url("../font/D-DIN-PRO-400-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Cooper Hewitt";
  src: url("../font/CooperHewitt-Book.otf");
}

/*多行溢出*/
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

/* hover-图片放大1.1 */

.BMap_Marker img {
  width: auto;
}
.scale-box {
  overflow: hidden;
}

.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  cursor: pointer;
  object-fit: cover;
}

.scale-box:hover .scale-img {
  transform: scale(1.1);
}

/* 常用盒子阴影 */
.shadow_box {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}

/* 水波ripple纹效果 */
.btn-ripple {
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
}

.btn-:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.main {
  width: 14rem;
  margin: 0 auto;
}

.flex {
  display: flex;
}

/* 分液器 */
.font16 {
  font-size: 0.16rem;
}
.pagesfr a {
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  /*  border-radius: 50%; */
  color: #9a9a9a;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border: solid #e6e6e6 1px;
  margin: 0px 0.07rem;
  font-size: 0.16rem;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.pagesfr span {
  float: left;
  margin: 0px 0.07rem;
  color: #9a9a9a;
  line-height: 0.3rem;
}

.pagesfr span i {
  padding: 0 0.1rem;
}

.pagesfr span i input {
  background: #fff;
  color: #333;
  border: solid #e6e6e6 1px;
  width: 0.54rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
}

.pagesfr a img {
  width: 0.07rem;
}

.pagesfr {
  display: flex;
  justify-content: center;
  z-index: 999;
  position: relative;
  padding-top: 0.54rem;
}

.pagesfr a.on {
  color: #fff;
  background: #652d91;
  border-color: #652d91;
}

.pagesfr a:hover {
  background: #652d91;
  color: #fff;
}

.pagesfr a:hover img {
  filter: brightness(100);
}

.page-wrap {
  overflow: hidden;
}

/* 头部 */

.header-wrap {
  width: 100%;
  height: 1.29rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.header-c {
  width: 16.97rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.logo {
  width: 3.78rem;
}
.logo > img {
  width: 100%;
  display: block;
}

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

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.header-nav {
  height: 100%;
  display: flex;
}

.header-nav .item {
  height: 100%;
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.2rem;
  padding-left: 0.32rem;
}

.header-nav .item:first-child{
  padding-left: 0;
}

.header-nav .item.active > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  height: 0.03rem;
  width: 100%;
  background: linear-gradient(90deg, #0059ad 0%, #5bb035 100%);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}

.header-nav .item.active > a {
  color: rgba(0, 89, 173, 1) !important;
}

.header-nav .item > a {
  color: #fafafa;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}

.search {
  margin-left: 0.3rem;
  width: 0.2rem;
  height: 0.2rem;
}
.search > img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1);
}

.lang {
  display: flex;
  margin-left: 0.35rem;
  align-items: center;
  gap: 0.17rem;
  position: relative;
  cursor: pointer;
}

.lang img {
  width: 0.2rem;
  height: 0.2rem;
  filter: brightness(0) invert(1);
}

.lang span {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.18rem;
  color: #fff;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0;
  background: #fff;
  border-radius: 0.04rem;
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
  min-width: 1.2rem;
  z-index: 1000;
  display: none;
  padding-top: 0.1rem;
}

.lang:hover .lang-dropdown {
  display: block;
}

.lang-item {
  display: block;
  padding: 0.12rem 0.16rem;
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.16rem;
  color: #333;
  transition: all 0.3s;
}

.lang-item:hover {
  background: #f5f7fb;
  color: #0059ad;
}

.lang-item.active {
  color: #0059ad;
  background: #f5f7fb;
}

.header-wrap.active .lang-dropdown {
  background: #fff;
}

.header-wrap.active .lang-item {
  color: #333;
}

.header-wrap.active .lang-item:hover,
.header-wrap.active .lang-item.active {
  color: #0059ad;
  background: #f5f7fb;
}
.header-box {
  position: relative;
  z-index: 30;
  height: 100%;
}

/* 鼠标移入效果 */
.header-wrap.active .header-box {
  background-color: #fff;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
}

.header-wrap.active .logo > img:first-child {
  display: none;
}

.header-wrap.active .logo > img:last-child {
  display: block;
}
.header-wrap.active .lang > span,
.header-wrap.active .header-nav .item > a {
  color: #333;
}

.header-wrap.active .search > img,
.header-wrap.active .lang > img {
  filter: none;
}

/* 二级导航 */
.header-level2 {
  background-color: #fff;
  width: 100%;
  /* height: 4.7rem; */
  position: absolute;
  left: 0;
  top: 1.29rem;
  padding: 0.59rem 1.46rem 0.61rem;
  display: none;
}

.header-level2-left {
  width: 4.77rem;
}

.header-level2-title {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
}

.header-level2-desc {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  margin-top: 0.35rem;
}

.header-level2-part {
  width: 5.66rem;
  margin-left: 1.37rem;
  padding-left: 0.37rem;
  padding-top: 0.21rem;
  border-left: 1px solid rgba(51, 51, 51, 0.17);
}

.header-level2-part + .header-level2-part {
  margin-left: 0.88rem;
}

.header-level2-t1 {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
}

.header-level2-list {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
}

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

.header-level2-item > p {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}

.header-level2-item > img {
  width: 0.17rem;
  display: none;
}

.header-level2-item:hover > img {
  display: block;
}

/* 底部 */
.footer-wrap {
  width: 100%;
  background: linear-gradient(139deg, #034685 0%, #5bb035 100%);
  padding: 0.54rem 0;
}

.footer-c {
  width: 16rem;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 3.15rem;
}

.footer-media {
  display: flex;
  gap: 0.2em;
}

.footer-media > a {
  width: 0.4rem;
  height: 0.4rem;
}
.footer-media > a > img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0.46rem 0;
}

.footer-list {
  display: flex;
  justify-content: space-between;
}

.footer-t1 {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.22rem;
}

.footer-t2 {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.3rem;
  display: block;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.91rem;
}

.copyRight {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.16rem;
  color: #ffffff;
}
.footer-right{
  display: flex;
  gap: 0.08rem;
}
.footer-right > a {
  padding-right: 0.08rem;
  border-right: 2px solid #fff;
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.16rem;
  color: #ffffff;
}

.footer-right > a:last-child {
  border-right: none;
  padding-right: 0;
}
