html {
  font-size: 100px;
}
@font-face {
  font-family: myfont;
  src: url(../fonts/SC-Light.otf);
}
@font-face {
  font-family: Poppins-Bold1;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-ExtraBold.ttf);
}
body {
  color: #333;
  font-family: myfont;
  background: #fff;
  overflow-x: hidden;
}

.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: #62b434;
}
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;
}

button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 12.8rem;
  max-width: 95%;
  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.18rem;
}
.header .container {
  width: 15.36rem;
}
.header .flex {
  justify-content: space-between;
}
.header .logo img {
  width: 0.68rem;
}
.header .side {
  display: flex;
  align-items: center;
}
.header .side .search_icon {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}
.header .side .tel {
  border-left: 1px solid #ddd;
  padding-left: 0.25rem;
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
}
.header .side .tel i {
  width: 0.22rem;
  display: block;
  margin-right: 0.05rem;
  height: 0.27rem;
  background: url(../images/tel.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  position: relative;
  padding: 0 0.35rem;
}
.header .nav > li > a {
  display: block;
  line-height: 1.02rem;
  position: relative;
}

.header .nav > li:hover .dropdown {
  display: block;
}
.header .nav > li.on > a {
  color: #62b434;
  font-weight: bold;
}
.header .nav > li.on > a::after {
  content: "";
  border-bottom: 3px solid #62b434;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.header .dropdown {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  min-width: 2.4rem;
  display: none;
  line-height: 0.72rem;
  border-radius: 0 0 0.1rem 0.1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.header .dropdown a:hover {
  color: #fff;
  background: #74bc4c;
}
.header .dropdown a {
  display: block;
}

/**/
.banner_info {
  position: relative;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
}
.banner_info img {
  width: 100%;
}
.banner_info .bd {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner_info .bd h3 {
  font-size: 0.48rem;
}
.banner_info .bd h3:after {
  content: "";
  width: 0.52rem;
  height: 0.06rem;
  display: block;
  margin: 0.2rem auto;
  background: #f39800;
}
/**/
.footer {
  background: #1d1e22;
  color: #fff;
  font-size: 0.16rem;
}
.footer .container {
  width: 15.36rem;
}
.footer .bd {
  padding: 0.5rem 0;
}
.footer .bd .logo {
  width: 0.54rem;
}
.footer .bd .in {
  display: flex;
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer a:hover {
  color: #62b434;
}
.footer .box {
  line-height: 0.36rem;
  margin-left: 0.7rem;
}
.footer .box h4 {
  font-size: 0.18rem;
}
.footer .bd ol li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.15rem;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .bd ol li img {
  margin: 0.05rem 0.1rem 0 0;
}
.footer .bd ol li span {
  padding-right: 0.1rem;
}
.footer .logo {
  width: 0.54rem;
  margin-bottom: 0.3rem;
}
.footer .share {
  display: flex;
  padding: 0.4rem 0 0;
}
.footer .share img {
  width: 0.35rem;
  margin-right: 0.15rem;
}
.footer .ft {
  background: #101113;
  padding: 0.15rem 0;
}
/**/

/**/

/**/

/**/

/**/

.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;
  padding-top: 0.6rem;
  opacity: 0;
}

.ws-wap-menu.on {
  z-index: 105;
  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 0.15rem;
  display: none;
}
.ws-wap-menu ul .dropdown li {
  border-top: 1px solid #eee;
}
.ws-wap-menu .search {
  display: flex;
  margin: 0.15rem;
  align-items: center;
  border: 1px solid #ddd;
  padding: 0 0.15rem;
}
.ws-wap-menu .search input {
  width: 100%;

  height: 0.4rem;
}
.ws-wap-menu .search i {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}
.ws-wap-menu .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws-wap-menu .tel i {
  width: 0.22rem;
  display: block;
  margin-right: 0.05rem;
  height: 0.27rem;
  background: url(../images/tel.png) center no-repeat;
  background-size: 100% 100%;
}
/**/
