html {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
body,
div {
	margin: 0;
	padding: 0;
}
ul,
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
	outline:none !important;
	cursor: pointer;
	color:#333
}
.flexacjc {
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .flexac {
  	  display: flex;
  	  align-items: center;
  }
  .flexcolumnacjc {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
  }
  .flexcolumnac {
  	  display: flex;
  	  align-items: center;
  	  flex-direction: column;
  }
  .flexcolumnjc {
  	  display: flex;
  	  justify-content: center;
  	  flex-direction: column;
  }
  .flexbetween {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  .flexwrap {
	  flex-wrap: wrap;
  }
  .widthbf100 {
  	width: 100%;
  }
  .widthbf95 {
	  width: 95%;
  }
  .widthbf90 {
	  width: 90%;
  }
  .widthbf85 {
	  width: 85%;
  }
  .widthbf80 {
	  width: 80%;
  }
  .widthbf70 {
	  width: 70%;
  }
  .widthbf60 {
  	width: 60%;
  }
  .margintop10 {
  	  margin-top: 10px;
  }
  .margintop20 {
	  line-height: 22px;margin-top: 16px;
  }
  .boxshadow {
	  box-shadow: 0px 4px 24px 0px rgba(5,51,141,0.2);
	  border-radius: 10px;
  }
  .textone {
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
  }
  .texttwo {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  word-break: break-all;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
  }
  .swiper {
  	width: 100%;
  	height: 500px;
  }
  
  .swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  
  	/* Center slide text vertically */
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
  	height: 500px;
  }
  
  .swiper-slide img {
  	display: block;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  }

  
  .mySwiper .swiper-pagination-bullet {
  	background: #FFFFFF !important;
  	width: 24px !important;
  	height: 4px !important;
  	border-radius: 2px !important;
  	opacity: 0.5;
  }
  
  .mySwiper .swiper-pagination-bullet-active {
  	background: #FFFFFF !important;
  	width: 24px !important;
  	height: 4px !important;
  	border-radius: 2px !important;
  	opacity: 1 !important;
  }
  .fiexdrightbox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 0;
	z-index: 99;
	top: 30%;
}
.fiexdleftbox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	left: 1%;
	width: 20%;
	z-index: 99;
	bottom: 1%;
	border-radius: 10px;
	background: #FFFFFF;
}
.fiexdleftbox2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	left: 1%;
	width: 12%;
	z-index: 99;
	bottom: 1%;
	border-radius: 10px;
	background: #FFFFFF;
}
.fiexdleftboxtitle {
	background: #0B2782;
	border-radius: 10px 10px 0 0;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
}
.fiexdleftboxtitle2 {
	background: #0B2782;
	border-radius: 10px;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
}
.fiexdleftboxtitlehx {
	width: 17px;
	height: 3px;
	background: #CCCCCC;
	border-radius: 1px;
	cursor: pointer;
}
.fiexdleftboxtitlehxzk {
	width: 17px;
	height: 17px;
	border:1px solid #CCCCCC;
	border-radius: 1px;
	cursor: pointer;
}
.fiexdleftboxcont {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 16px 0;
}
.fiexdleftboxcontclose {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 0;
}
.fiexdleftboxphone {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.fiexdleftboxphone img {
	width: 22px;
	height: 22px;
	margin-left: 5px;
}
.fiexdleftboxinput {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	width: 100%;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zxinput{
	width: 88%;
	font-size: 14px;
	color:#333333;
	outline: none;
	border: 0;
}
.zximg{
	width: 16px;
	height: 16px;
}
.zxbutton {
	width: 100%;
	padding: 16px 0;
	background: #0B2782;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	border: 0;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
}
.fiexdrightboxlimit {
	display: flex;
	flex-direction: column;
	border-radius: 10px 0 0 10px;
	background: #0B2782;
	padding: 18px 11px;
	color: #FFFFFF;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.boxmove{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #0B2782;
	border-radius: 10px 0 0 10px;
	padding-bottom:7px;
	width: 115px;
}
.boxmovelimit {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: 1px dashed  #FFFFFF;
	padding: 10px 0;
}
.boxmovelimit2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: 1px dashed  #0B2782;
	padding: 10px 0;
	cursor: pointer;
}
.boxmovelimit img {
	margin-right: 3px;
	width: 24px;
	height: 24px;
}
.boxmovelimit2 img{
	margin-right: 3px;
	width: 24px;
	height: 24px;
}
.boxkfshow {
	right: 0px;
	transition: right 1s;
}
.boxkfclose {
	right: -115px;
	transition: right 1s;
}
.rottestshow {
	animation: rotimg 1s;
	transform: rotate(180deg);
}
.rottestclose {
	animation: rotimg2 1s;
	transform: rotate(0deg);
}
@keyframes rotimg {
	0%{
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}
@keyframes rotimg2 {
	0% {
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
.showactive {
	display: flex !important;
}
.closeactive {
	display: none !important;
}
