@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

* {
  /* -webkit-tap-highlight-color: rgba(255, 0, 0, 0); */
  /* 在移动端浏览器中，用户点击一个元素时，浏览器会默认给该元素周围添加一个高亮效果，以提示用户当前元素被点击了。这个高亮效果的颜色默认是蓝色的，但是通过设置 -webkit-tap-highlight-color 属性，可以修改该高亮效果的颜色。 */
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
  outline: none;
  border: none;
}

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

body {
  background-color: #f6f6f6;
  font-size: 0;
}

.nav_wap {
  width: 100%;
  height: 60px;
}

.nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 10px;
  box-sizing: border-box;
}

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

.nav .company .company_name {
  font-size: 14px;
  color: #333;
}

.nav .company .company_logo {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 3px;
}

.nav .nav_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* flex: 1;
  margin-left: 5px; */
}

.nav .nav_item, #companypanel .nav_item {
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#companypanel .nav_item {
	justify-content: flex-start;
}

.nav .nav_item .nav_item_icon, #companypanel .nav_item .nav_item_icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.nav .nav_item .nav_item_text, #companypanel .nav_item .nav_item_text {
  font-size: 16px;
  color: #325883;
  user-select: none;
}

.swiper {
  width: 100%;
  height: 50vw;
}

.swiper-button-next {
  width: 4vw !important;
  height: 4vw !important;
  transform: rotate(180deg);
}

.swiper-button-prev {
  width: 4vw !important;
  height: 4vw !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(180deg, #1ee65b 0%, #00db43 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .left {
  width: 36vw;
  height: 46vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

.swiper-slide .left .left_title {
  font-size: 52rem;
}

.swiper-slide .left .left_subtitle {
  font-size: 15rem;
}

.swiper-slide .left .left_qrcode {
  width: 14vw;
  height: 14vw;
  border: 0.2vw solid #fff;
  border-radius: 8px;
}

.swiper-slide .right {
  width: 36vw;
  height: 46vw;
  margin-top: auto;
  font-size: 0;
  display: flex;
}

.swiper-slide .right img {
  width: 100%;
  height: 100%;
}

.advantage {
  width: 63vw;
  margin: 5vw auto 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantage .advantage_item {
  width: 19vw;
  height: 25vw;
  background: #ffffff;
  border-radius: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.advantage .advantage_item .advantage_item_img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.advantage .advantage_item .advantage_item_title {
  font-size: 15rem;
  color: #333;
  font-weight: bold;
  margin-top: 5%;
}

.advantage .advantage_item .advantage_item_subtitle {
  font-size: 10rem;
  margin-top: 5%;
  color: #999999;
}

.title {
  font-size: 3vw;
  margin: 0 auto;
  text-align: center;
}

.about {
  width: 63vw;
  box-sizing: border-box;
  padding: 4% 4%;
  background-color: #fff;
  margin: 5vw auto 0 auto;
  border-radius: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about .about_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about .about_top .about_title {
  font-size: 16rem;
  color: #333;
  font-weight: bold;
}

.about .about_top .about_icon {
  width: 73rem;
  height: 63rem;
  object-fit: contain;
}

.about .about_content {
  font-size: 12rem;
  margin-top: 5%;
  line-height: 20rem;
  color: #333;
  text-align: justify;
}

.about .about_content span {
  font-size: 13rem;
  color: #000;
}

.about2 {
  margin: 0 auto;
  width: 63vw;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}

.about2 .about {
  width: 48%;
  margin: 0;
}

.contact {
  width: 63vw;
  box-sizing: border-box;
  padding: 4% 4%;
  background-color: #fff;
  margin: 5vw auto 0 auto;
  border-radius: 2vw;
}

.contact .contact_title {
  font-size: 16rem;
  color: #333;
  font-weight: bold;
}

.contact .contact_list {
  display: flex;
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact .contact_list .contact_item {
  font-size: 14rem;
  font-weight: bold;
  list-style: none;
  text-decoration: none;
  color: #333;
}

.filing {
  font-size: 14rem;
  color: #999999;
  text-align: center;
  margin: 5vw auto;
  display: block;
}

/* 针对宽度小于400像素的设备 */
@media (max-width: 400px) {
/*  .nav .nav_list {
    flex: 1;
    margin-left: 5px;
  }
  .nav .nav_list .nav_item {
    padding: 0;
  } */
}

@media (max-width: 435px) {
	.dropdown {
		display: block !important;
	}
	.nav {
		justify-content: space-between;
	}
	.nav > .qsnav_list {
		display: none !important;
	}
}

@media (max-width: 530px) {
	.nav_item_Hide {
		display: none;
	}
}

.left_qrcode_container {
  display: flex;
  align-items: center;
}
.left_qrcode_container .left_qrcode_container_left,  .left_qrcode_container .left_qrcode_container_right{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  padding-bottom: 10px;
  color: #000;
  font-size: 13rem;
  margin-right: 20px;
  border-radius: 8px;
}
.left_qrcode_container .left_qrcode_container_right {
  margin-right: 0;
  /* opacity: 0; */
}
.dropdown {
	display: none;
	padding: 0 10px;
	cursor: pointer;
}
.dropdown img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: 4px;
}
.dropdown span{
	font-size: 16px;
	color: #325883;
	user-select: none;
	float: right;
}
/* 下拉 */
#panel {
	padding:10px 0;
	display:none;
	position: fixed;
	right: 10px;
	top: 60px;
	background: #FFF;
	/* box-shadow: 0 11px 21px 0px #888; */
}
#panel .nav_list {
	flex-direction: column !important;
	align-items: flex-start !important;
}

#companypanel {
	padding:10px 0;
	display:none;
	position: fixed;
	left: 10px;
	top: 60px;
	background: #FFF;
	z-index: 66;
	/* box-shadow: 0 11px 21px 0px #888; */
}

#companypanel .nav_list {
	flex-direction: column !important;
	align-items: flex-start !important;
}

#companypanel 