body {
  color: #0a0d31;
  font-family: "Microsoft Yahei", sans-serif;
  background: #fff;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */

html {
  font-size: 100px;
}
.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: #0a0d31;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #009b4d;
}
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;
  background: none;
}

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

.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;
}
/**/

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 0.5rem;
  font-size: 0.14rem;
  background: #009b4d;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu.on {
  z-index: 105;
  opacity: 1;
}

.ws-wap-menu ul {
  width: 100%;
}
.ws-wap-menu ul > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul > li > a {
  display: block;
  line-height: 52px;
  font-size: 15px;
  position: relative;
  color: #fff;
  width: 50%;
  padding-left: 20px;
}
.ws-wap-menu ul > li i {
  display: inline-block;
  height: 12px;
  width: 12px;
  z-index: 6;
  border-width: 1px 1px 0 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.on i {
  border-width: 0 1px 1px 0;
}
.ws-wap-menu ul > li.on .dropdown {
  display: block;
}
.ws-wap-menu .dropdown {
  padding: 0 0.3rem;
  border-top: 1px solid #fff;
  display: none;
}
.ws-wap-menu .dropdown li a {
  display: block;
  color: #fff;
  line-height: 0.4rem;
}
.ws-wap-menu .search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  background: #fff;
  padding: 0 0.15rem;
  margin: 0.2rem;
}
.ws-wap-menu .search input {
  width: 100%;
  background: none;
  height: 0.45rem;
}
.ws-wap-menu .search img {
  width: 0.2rem;
}
.ws-wap-menu .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
}
.ws-wap-menu .tel img {
  width: 0.2rem;
  margin-right: 0.15rem;
}
.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.18rem;
  border-bottom: 1px solid #fff;
  padding-left: 0.8rem;
}
.header .logo img {
  width: 3.55rem;
}

.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  position: relative;
  padding: 0 0.15rem;
}
.header .nav > li > a {
  display: block;
  line-height: 1rem;
  position: relative;
  color: #fff;
}
.header .nav > li:hover > a::after,
.header .nav > li.on > a::after {
  content: "";
  border-bottom: 3px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header .nav > li:hover ol {
  display: block;
}
.header .nav > li ol {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  display: none;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
  width: 1.3rem;
  background: rgba(0, 0, 0, 0.7);
}
.header .nav > li ol li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.header .nav > li ol a {
  color: #fff;
  display: block;
}
.header .nav > li ol a:hover {
  background: #009b4d;
}
.header > .flex > .search {
  width: 1rem;
  height: 1rem;
  background: #009b4d;
  display: flex;
  margin-left: 0.15rem;
  align-items: center;
  justify-content: center;
}
.header > .flex > .search i {
  display: block;
  width: 0.3rem;
  height: 0.31rem;
  cursor: pointer;
  background: url(../images/search_lg.png) center no-repeat;
  background-size: 100% 100%;
}

/**/

/**/

.footer {
  font-size: 0.15rem;
  background: url(../images/bg_22.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0.38rem 0;
  border-bottom: 0.1rem solid #1b1b1b;
}
.footer .recordnum{text-align:center;}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #009b4d;
}
.footer .link {
  display: flex;
  justify-content: center;
  font-size: 0.17rem;
  line-height: 0.6rem;
  border-bottom: 1px solid #5a5a5a;
  border-top: 1px solid #5a5a5a;
}
.footer .link li {
  padding: 0 0.15rem;
}
.footer .bd {
  display: flex;
  padding-top: 0.3rem;
  justify-content: space-between;
}
.footer .bd .box {
  min-width: 1.9rem;
}
.footer .bd .box .flex {
  line-height: 0.29rem;
}
.footer .bd .box .flex span {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .bd .box p {
  font-size: 0.16rem;
  margin-top: 0.25rem;
}
.footer .bd .box p::after {
  content: "";
  width: 0.35rem;
  height: 0.02rem;
  background: #fff;
  display: block;
  margin-top: 0.15rem;
}
.footer .share {
  display: flex;
  margin-top: 0.4rem;
}
.footer .share a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: #5a5a5a;
}
.footer .share > div {
  margin-right: 0.23rem;
}
.footer .bd .code {
  font-size: 0.12rem;
  text-align: center;
}
.footer .bd .code img {
  border: 5px solid #fff;
  width: 1.2rem;
  margin-bottom: 0.05rem;
}
.searchdialog.on {
  top: 50%;
}
.searchdialog {
  transition: all 0.6s;
  position: absolute;
  z-index: 999;
  font-size: 0.16rem;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
}
.searchdialog .search {
  width: 6rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
}
.searchdialog .search input {
  width: 100%;
  padding-left: 0.15rem;
  font-size: 0.16rem;
  height: 0.4rem;
}
.searchdialog img {
  margin-left: 0.1rem;
}
.searchdialog .close {
  color: #333;
  margin-right: 0.15rem;
  line-height: 0.26rem;
  display: block;
  margin-top: -3px;
  font-size: 0.36rem;
  cursor: pointer;
}
