html {
  font-size: 100px;
}
.float-button {
  position: fixed; /* 固定位置 */
  /*bottom: 30px;    距离底部30像素 */
  right: 230px;    /* 距离右边30像素 */
  z-index: 99;    /* 确保按钮在最上层 */
  /*background-color: #007bff;  背景颜色 */
  color: #333;  /* 文本颜色 */
  border: none;  /* 无边框 */
  padding: 15px; /* 填充 */
  border-radius: 50%; /* 圆形按钮 */
  cursor: pointer; /* 鼠标悬停时显示指针 */
}
body {
  color: #333;
  background: #fff;
  overflow-x: hidden;
  font-family: "Microsoft Yahei", sans-serif;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #025398;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: 14.8rem;
  width: 92%;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(1px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  z-index: 99;
  font-size: 0.2rem;
  transition: all 0.3s;
  height: 1.27rem;
  background: url(../images/headerbg.jpg) center right no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.header .logo {
  width: 6.34rem;
  margin-left: -0.6rem;
}

.nav {
  font-size: 0.2rem;
  background: #025398;
}
.nav ul {
  display: flex;
  justify-content: center;
}
.nav ul > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav ul > li + li {
  margin-left: 0.26rem;
}
.nav ul > li:hover ol {
  display: block;
}
.nav ul ol {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  z-index: 9;
  transform: translate(-50%, 0);
  width: 1.8rem;
  text-align: center;
  padding: 0.15rem 0;
  font-size: 0.16rem;
  line-height: 0.4rem;
  background: #025398;
}
.nav ul ol a {
  display: block;
  color: #fff;
}
.nav ul ol a:hover {
  background: #fff;
  color: #025398;
}
.nav .search {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  margin-top: -3px;
  height: 0.21rem;
  cursor: pointer;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}
.nav ul > li > a {
  display: block;
  padding: 0 0.1rem;
  color: #e8eaf2;
  line-height: 0.58rem;
  position: relative;
}
.nav ul > li.on > a,
.nav ul > li:hover > a {
  color: #fff;
  font-weight: bold;
}
.nav ul > li.on > a:after,
.nav ul > li:hover > a:after {
  content: "";
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
/**/
.footer {
  font-size: 0.16rem;
}
.footer .one {
  background: #f8f8f8;
  padding: 0.4rem 0;
}
.footer .one ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.footer .one ul li {
  width: 33.333%;
  position: relative;
  padding: 0.15rem;
}
.footer .one ul li:after {
  content: " ";
  display: inline-block;
  height: 0.08rem;
  width: 0.08rem;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
  right: 0.4rem;
}
.footer .one ul li select {
  width: 100%;
  font-size: 0.18rem;
  height: 0.48rem;
  border: 1px solid #025398;
  padding-left: 0.2rem;
}
.footer .two,
.footer .two a {
  color: #fff;
}
.footer .two .bd {
  background: url(../images/footerbg.jpg) center no-repeat;
  background-size: cover;
  padding: 0.4rem 0;
  line-height: 0.3rem;
}
.footer .two .bd .flex {
  align-items: flex-start;
}
.footer .two .bd h4 {
  font-weight: bold;
}
.footer .two .bd .box + .box {
  margin-left: 0.6rem;
}
.footer .two .bd .share ul {
  display: flex;
}
.footer .two .bd .share ul li {
  position: relative;
  margin-left: 0.3rem;
}
.footer .two .bd .share ul li span {
  display: block;
  width: 0.5rem;
  background: #fff;
  border-radius: 50%;
  height: 0.5rem;
}
.footer .two .bd .share ul li:hover .code {
  display: block;
}
.footer .two .bd .share ul li .code {
  position: absolute;
  left: 50%;
  width: 1.16rem;
  text-align: center;
  padding: 0.08rem;
  background: #fff;
  display: none;
  border-radius: 0.05rem;
  top: 0.6rem;
  transform: translate(-50%, 0);
}
.footer .two .bd .share ul li .code:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.footer .two .ft {
  text-align: center;
  background: #025398;
  padding: 0.2rem 0;
}
.footer .two .ft span,
.footer .two .ft a {
  margin-left: 0.15rem;
  display: inline-block;
}
/**/

/**/
.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #025398;
  z-index: -1;
  padding-top: 0.6rem;
  opacity: 0;
  font-size: 0.14rem;
}

.ws-wap-menu.on {
  z-index: 105;
  opacity: 1;
}

.ws-wap-menu .m_nav i {
  background: #fff;
}
.ws-wap-menu ul {
  width: 100%;
}
.ws-wap-menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.ws-wap-menu ul > li > a {
  width: 80%;
}
.ws-wap-menu ul li i {
  display: inline-block;
  height: 12px;
  width: 12px;
  z-index: 6;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.ws-wap-menu ul li i.on {
  border-width: 2px 0 0 2px;
}
.ws-wap-menu .dropdown {
  padding: 0 0.15rem;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ws-wap-menu .dropdown li:last-child {
  border: none;
}
.ws-wap-menu .search {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  margin: 0.15rem;
  background: #fff;
}
.ws-wap-menu .search .input {
  width: 100%;
  height: 0.45rem;
  padding-left: 0.15rem;
}
.ws-wap-menu .search .btn {
  height: 0.45rem;
  color: #fff;
  width: 0.7rem;
  background: #025398;
}
/**/
.banner_info {
  position: relative;
  font-size: 0.18rem;
  height: 4.35rem;
  background: url(../images/2_03.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.3rem;
  color: #fff;
}
.banner_info h4 {
  font-size: 0.36rem;
}
.banner_info ul {
  display: flex;
  width: 4.3rem;
  min-height: 0.72rem;
  max-width: 100%;
  align-items: flex-start;
  margin-top: 0.3rem;
  flex-wrap: wrap;
  line-height: 0.36rem;
}
.banner_info ul li {
  width: 33.333%;
  position: relative;
}
.banner_info ul li a {
  color: #fff;
}
.banner_info ul li.on:after {
  content: "";
  width: 0.19rem;
  height: 0.06rem;
  background: url(../images/2_04.png) left center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.25rem;
  top: 50%;
  transform: translate(0, -50%);
}
.banner_info ul li.on a {
  font-weight: bold;
  color: #e6c291;
}
/**/
.infoflex {
  display: flex;
}
.infoflex .side {
  width: 17%;
  padding-top: 1.18rem;
  position: relative;
}
.infoflex .side h4 {
  font-size: 0.3rem;
  width: 0.3rem;
  position: relative;
  line-height: 0.35rem;
}
.infoflex .side h4 i {
  display: block;
  width: 0.3rem;
  margin-bottom: 0.1rem;
  height: 0.35rem;
  background: url(../images/2_06.png) center no-repeat;
  background-size: 100% 100%;
}
.infoflex .side h4::before {
  content: "";
  width: 3.7rem;
  height: 4.04rem;
  position: absolute;
  left: 50%;
  margin-left: -1.85rem;
  top: 50%;
  margin-top: -2.02rem;
  background: url(../images/2_05.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 0;
  animation: roted 50s linear infinite;
}
.infoflex .commonright {
  width: 83%;
  position: relative;
  padding: 0.6rem 0 0.7rem 0.4rem;
  min-height: 1rem;
}
.infoflex .commonright:after {
  content: "";
  width: calc((100vw - 14.8rem) / 2 + 100% - 8px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
}
@keyframes roted {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pages {
  position: relative;
  z-index: 3;
  font-size: 0.16rem;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #e2e2e2;
}
.pages a + a {
  margin-left: 0.1rem;
}
.pages a:hover,
.pages a.focus {
  color: #fff;
  background: #025398;
}
.h_wrap {
	position: sticky;
	top: 0;
	z-index: 106;
	width: 100%;
	left: 0;
}