html {
  font-size: 100px;
}

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: #f6c02b;
}
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;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  margin-right: 0.1rem;
  margin-left: 0.02rem;
}
input[type="checkbox"]:after {
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.03rem;
  border: 1px solid #ddd;
}
input[type="checkbox"]:checked:after {
  background: url(../images/check.png) center no-repeat #fff;
  background-size: 0.12rem auto;
}
input[type="radio"]:after {
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
}
input[type="radio"]:checked:after {
  border-color: #f4be2b;
}
input[type="radio"]:checked::before {
  content: "";
  width: 0.09rem;
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.09rem;
  background: #f4be2b;
  border-radius: 50%;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 12rem;
  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;
}
/**/

.header {
  width: 100%;
  z-index: 99;
  font-size: 0.14rem;
  position: relative;
  background: #fff;

  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.header .logo img {
  width: 2.6rem;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  line-height: 0.88rem;
  position: relative;
}
.header .nav > li > a {
  display: block;
  padding: 0 0.15rem;
  position: relative;
}
.header .nav > li.on > a,
.header .nav > li:hover > a {
  background: #f6c02b;
  color: #333;
}
.header .nav > li:hover .dropdown {
  display: block;
}
.header .nav .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0.2rem;
  margin-top: -6px;
  left: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid rgba(255, 255, 255, 0.5);
}
.header .nav .dropdown {
  position: absolute;
  width: 1.62rem;
  line-height: 0.32rem;
  display: none;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  padding: 0.15rem 0;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
}
.header .nav .dropdown a {
  display: block;
}
.header .usericon {
  margin-left: 0.22rem;
  font-size: 0.12rem;
  color: #999;
  text-align: center;
}
.header .usericon:hover {
  color: #f6c02b;
}
.header .usericon i {
  display: inline-block;
  width: 0.27rem;
  cursor: pointer;
  height: 0.31rem;
  background: url(../images/user.png) center no-repeat;
  background-size: 100% 100%;
}

/**/
.footer {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.36rem;
  text-align: center;
  padding: 0.4rem 0;
  background: #333333;
}
.footer a {
  color: #fff;
  padding: 0 0.25rem;
  display: block;
  line-height: 0.16rem;
}
.footer a:hover {
  color: #f4be2b;
}
.footer li + li {
  border-left: 1px solid #666;
}
.footer ul {
  display: flex;
  margin-bottom: 0.3rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/**/

/**/

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

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

.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
}
.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: 16px;
  position: relative;
  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: #999;
  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 ul .dropdown {
  padding: 0.1rem 0.15rem;
  border-top: 1px solid #eee;
  display: none;
  line-height: 0.3rem;
  padding-left: 0.3rem;
}
.ws-wap-menu ul h4 {
  font-weight: bold;
  padding-top: 0.1rem;
}
.ws-wap-menu ul p {
  display: flex;
  flex-wrap: wrap;
  line-height: 0.3rem;
  font-size: 0.12rem;
}
.ws-wap-menu ul p a {
  margin-right: 0.15rem;
}
.ws-wap-menu ul .dropdown a {
  display: block;
}
.ws-wap-menu .header {
  position: static;
}
/**/
.banner_info {
  position: relative;
  height: 2.13rem;
  background: url(../images/2_01.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.14rem;
}
.banner_info .bd {
  width: 80%;
}
.banner_info .bd h3 {
  font-weight: bold;
  font-size: 0.32rem;
  margin-bottom: 0.26rem;
  background: url(../images/banner_info.png) center no-repeat;
  background-size: auto 0.23rem;
}
.banner_info .bd .bread {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.banner_info .bd .bread a {
  color: #666;
  display: flex;
  align-items: center;
}
.banner_info .bd .bread a:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  margin: 0 0.1rem;
  border-width: 1px 1px 0 0;
  border-color: #999;
  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);
}
.banner_info .bd .bread i {
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/bread.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.pages {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages a {
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}
.pages a + a {
  margin-left: 0.04rem;
}
.pages a.on,
.pages a:hover {
  background: #f4be2b;
  border-color: #f4be2b;
}
.pages span {
  padding: 0 0.15rem;
}
