@import "../font/iconfont.css";
@font-face {
  font-family: "xiaomi";
  src: url("../font/MiSans-Regular.ttf");
}
body {
  font-family: "xiaomi";
  scroll-behavior: smooth;
  background-color: #fafafa;
}
.nav_list {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav_item {
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
}
.nav_item::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 80%;
  border-radius: 3px;
  height: 3px;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  left: 50%;
  background-color: #364992;
}
.nav_item:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition: all 0.3s;
}
* {
  padding: 0;
  margin: 0;
}
.logo img {
  width: 200px;
  
}
header {
  margin: 0 auto;
  padding: 8px 0px;
  background-color: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.01);
  position: sticky;
  top: 0;
  z-index: 20;
}
nav {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main {
  max-width: 1200px;
  margin: 0 auto;
  /* background-color: #fff; */
}

.swiper-slide img {
  width: 100%;
}
.characteristic {
  margin-bottom: 60px;
  grid-column-gap: 40px;
  justify-content: center;
  display: inline-flex;

  padding: 15px 0px;
  background-color: #fff;
  border-radius: 8px;
}
.category {
  display: flex;
  padding: 10px 60px;
  cursor: pointer;
  font-size: 20px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.category:hover {
  color: #364992;
}
.category i {
  font-size: 28px;
  margin-right: 10px;
}
.category:last-child i {
  font-size: 35px;
}
.category img {
  width: 40px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.mySwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.logo {
  display: flex;
  align-items: center;
}
.menu {
  display: none;
  align-items: center;
  flex-direction: column;
}
.menu_actvie span:nth-child(2) {
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.3s;
}
.menu_actvie span:last-child {
  transform: translateX(1px) translateY(-9px) rotate(-45deg);
  transition: all 0.3s;
}
.menu_actvie span:first-child {
  transform: translateX(1px) translateY(9px) rotate(45deg);
  transition: all 0.3s;
}
.menu span {
  width: 30px;
  height: 4px;
  margin: 2.5px 0px;
  background-color: #364992;
  transition: all 0.3s;
}
.store {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 4px;
  grid-row-gap: 6px;
}
.store div {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  filter: grayscale(1);
  transition: all 0.3s;
}
.store div img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  aspect-ratio: 25/14;
}
.store_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.store_title {
  font-weight: bold;
  font-size: 32px;

  padding-bottom: 60px;
}
.qr img {
  width: 140px;
  height: 140px;
}

.qr {
  background-color: #fff;
  position: absolute;
  bottom: -160px;
  left: 50%;
  margin-left: -70px;
  display: none;
  transition: all 0.2s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
}
.nav_item:hover .qr {
  
  display: flex;
  animation: identifier 0.3s ease-in-out;
  transition: all 0.3s;
}
@keyframes identifier {
  0%{
    transform: translate(0%,20%);
    opacity: 0;
  }
  100%{
    transform: translate(0%,0%);
    opacity: 1;
  }
}
.title {
  height: 18px;
  font-size: 19px;
  font-family: SimHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-direction: column;
}
.Subtitle {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #999999;
  font-size: 16px;
  padding-top: 10px;
  font-size: 18px;
}
.about {
  display: flex;
  padding: 25px 0px;
  flex-direction: column;
}
.store_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about_content {
  margin: 20px 0px;
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.right_about {
  background-color: #6e7ef0;
  padding: 35px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right_about::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.img_about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left_about {
  display: flex;
  align-items: stretch;
}
.img_about {
  width: 400px;
}
.title_boust {
  letter-spacing: 2px;
  line-height: 25px;
}
.content_about_li {
  margin-top: 40px;
}

.content_about_li {
  display: flex;
  letter-spacing: 2px;
  line-height: 35px;
  text-indent: 30px;
}
.Supply img {
  width: 100%;
}
.Supply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.Supply_content {
  margin: 20px 0px;
  padding: 25px;
}
.supply_title {
  display: flex;
  align-items: center;
  width: 100%;
}
.supply_active {
  color: #364992;
  position: relative;
}

.supply_active::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 3px;
  bottom: -3px;
  background-color: #364992;
}
.supply_title > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  padding: 10px 0px;
}
.Supply_content .Supply_selet {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  padding: 25px;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 4px;
}
.Supply_selet_item {
  flex: 1;
  display: flex;

  flex-direction: column;
}
.Supply_selet_item li::marker {
  color: #fec8b5;
  font-size: 16px;
}
.content_about_li li {
  position: relative;
  list-style-type: none;
}
.content_about_li li::before {
  content: "";
  width: 10px;
  position: absolute;
  left: 5px;
  transform: translateY(120%);
  height: 10px;
  border-radius: 50%;
  background-color: #fec8b5;
}
/* .content_about_li li::marker{
  position: absolute;
  left: 25px;
  color:#FEC8B5 ;
} */
.Supply_selet_item:first-child {
  justify-content: space-between;
}
.Supply_selet_item:last-child li {
  margin-bottom: 20px;
}
.Supply_selet_item img {
  width: 60%;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.supply_title_s {
  font-family: SimHei;
  font-weight: 400;
  color: #7581d1;
}
.supply_h {
  display: flex;
  font-size: 24px;
  margin-bottom: 40px;
}
.supply_conetnt {
  text-indent: 30px;
  padding: 0px 0px 30px 0px;
}
.Supply_selet_item li {
  font-size: 14px;
}
.more {
  position: absolute;
  padding: 2px 8px;
  color: #fff;
  border-radius: 45px; /* 圆角 */
  background-color: #6e7ef0;
  text-align: center;
  top: -40px;
  text-indent: 0px;
  left: 0px;
}
.more::before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #6e7ef0;
  bottom: -10px;
  right: 10px;
  transform: rotate(-190deg);
}
.mores {
  position: relative;
}
.cooperation {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px 0px;
  margin-top: 20px;
}
.cooperation_nav {
  padding: 45px;
  background-color: #7581d1;
  width: 100%;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 2px;
}
.cooperation_nav::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-right: transparent;
  border-bottom: transparent;
}
.cooperation_nav::after {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-top: transparent;
  border-left: transparent;
}
.cooperation_conti {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.select_coop div {
  padding: 30px 45px;
  cursor: pointer;
}
.select_coop {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 22px;
  padding: 15px;
}
.coop_conent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.coop_conent {
  min-height: 300px;
  max-width: 560px;
}
.coop_conent li {
  width: 100%;
  padding: 10px 0px;
  list-style: decimal;
}
.coop {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.coop div {
  padding: 20px 80px;
  cursor: pointer;
}
.coops img {
  width: 300px;
  height: 300px;
}
.contact {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 80px 0px;
}
.contact > div {
  display: flex;
  flex-direction: column;
  flex:1;
  align-items: flex-start;
  justify-content: space-between;
}
.contact > div img {
  width: 40%;
}
.contact > div:not(.contact > div:first-child) {
  flex: 3;
  display: flex;
}
.contact > div:first-child {
  flex: 2;
}
.contact_title {
  font-size: 24px;
  width: 100%;
}

.img_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lianxi {
  width: 100%;
  display: flex;
  margin: 25px 0px;
}
.lianxi_p img {
  width: 100% !important;
}
.contact_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lianxi_p {
  width: 256px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.lianxi_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.lianxi_content div {
  padding: 8px 0px;
  width: 100%;
  box-sizing: border-box;
}
.frist {
  text-align: left;
  width: 100%;
  justify-content: flex-start;
}
.img_contact {
  padding-bottom: 80px;
  margin-top: 20px;
}
footer {
  background-color: #364992;

  margin: auto;
}
.footer {
  width: 1200px;
  padding: 65px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 2px;
}
main {
  transform: translateY(-45px);
  flex-direction: column;
  display: flex;
  align-items: center;
}
.swiper-wrapper {
  z-index: -1 !important;
}
.ls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Supply_item {
  display: none;
}
.coop_items {
  display: none;
}
.coop_type_actve {
  color: #7581d1;
}
.select_coop >div:first-child{
  border-bottom: 1px solid #E6E6E6;
}
.Empowering_img{
  padding: 25px;
  box-sizing: border-box;
}
section{
  min-width: 1200px;
}