body {
  color: #333333;
  font-family: Microsoft Yahei;
  background: #fff;
  overflow-x: hidden;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'),
    /* chrome, firefox */ url('../fonts/iconfont.ttf') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
      url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #152d56;
}
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;
  transition: all 0.3s;
}
select {
  -webkit-appearance: none;
  font-family: PINGFANG-MEDIUM;
}
.select {
  position: relative;
}
.select select {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  border: 1px solid #ddd;
  overflow: hidden;
  padding-left: 0.2rem;
  height: 0.6rem;
  padding-right: 0.4rem;
  background: fff;
}
.select:after {
  content: ' ';
  display: inline-block;
  height: 0.1rem;
  width: 0.1rem;
  border-width: 0 1px 1px 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: 50%;
  margin-top: -0.1rem;
  right: 0.2rem;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 11.7rem;
  margin: 0 auto;
  max-width: 95%;
}
/*公共样式勿删除*/

.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(3px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  transition: all 0.3s;
  left: 0;
  font-size: 0.16rem;
  z-index: 99;
}
.header .flex {
  max-width: 16rem;
  margin: 0 auto;
  justify-content: space-between;
}
.header.on {
  background: #444141;
  box-shadow: 0px 0px 15px rgba(21, 21, 21, 0.35);
}
.header .logo img {
  width: 1.9rem;
}
.header.on .nav > li > a {
  height: 0.75rem;
}
.header .side {
  display: flex;
  align-items: center;
}

.header .side .btn {
  display: flex;
  align-items: center;
  padding: 0.08rem 0.25rem;
  font-size: 0.14rem;
  color: #fff;
  background: #ffd541;
  position: relative;
  border-radius: 0.05rem;
}

.header .side .dropdown {
  position: relative;
  margin-left: 0.35rem;
  padding: 0.1rem 0;
}
.header .side .dropdown:hover ul {
  display: block;
}
.header .side .dropdown ul {
  position: absolute;
  font-size: 0.14rem;

  display: none;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  border: 1px solid #ccc;
  padding: 0.08rem;
  border-radius: 0.05rem;
  background: #fff;
  width: 100%;
}
.header .side .dropdown ul:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  right: 50%;
  margin-right: -8px;
  padding: 0;
  border-bottom: 8px solid #cfcfd1;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  display: block;
  content: '';
  z-index: 10;
}
.header .side .dropdown ul::before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -12px;
  right: 50%;
  margin-right: -6px;
  padding: 0;
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}

.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  position: relative;
  z-index: 9;
  padding: 0 0.3rem;
}
.header .nav > li > a {
  display: flex;
  align-items: center;
  height: 1.05rem;
  color: #fff;
  z-index: 10;

  justify-content: center;
  position: relative;
}
.header .nav > li:hover > a,
.header .nav > li.on > a {
  color: #1dbede;
  font-weight: bold;
}

/**/

/**/

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

.ws-wap-menu.on {
  z-index: 105;
  opacity: 1;
}
.ws-wap-menu .header .logo img {
  filter: brightness(0);
}
.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: 20px;
  right: 20px;
}
.ws-wap-menu ul li i.on {
  border-width: 0 1px 1px 0;
}
.ws-wap-menu ul .dropdown {
  padding: 0 15px;
  font-size: 14px;
  display: none;
}
.ws-wap-menu ul .dropdown li {
  border-top: 1px solid #eee;
  position: relative;
}

.ws-wap-menu .side {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.ws-wap-menu .side a {
  margin: 0 13px;
  display: flex;
  align-items: center;
}
.ws-wap-menu .side a i {
  font-size: 0.18rem;
}
/**/

.footer {
  color: #fff;
  background: #3c3c3c;
  position: relative;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  line-height: 1.8;
  height: 4.32rem;
}
.footer a {
  color: #cccccc;
}
.footer dd {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.2rem 0;
}
.footer dd span {
  color: #1dbede;
}
.footer .map {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  height: 4.32rem;
}
.footer .bd {
  padding-left: 42%;
}
.footer .bd dt {
  font-weight: bold;
}
.footer .bd p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.14rem;
  margin-top: 0.3rem;
}
.footer .bd .input {
  width: 100%;
  border-radius: 0.05rem;
  min-height: 60px;
  padding: 16px 25px;
  font-size: 15px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}
.footer .bd .btn {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0.05rem;
  margin-left: 0.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 19px 35px;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.5;
}
.footer .bd .btn::before,
.footer .bd .btn:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  content: '';

  transition: all 0.3s;
}
.footer .bd .btn:hover::after {
  opacity: 1;
}
.footer .bd .btn:after {
  opacity: 0;
  background: linear-gradient(-228.54deg, #1dbede 30.16%, #5656df 89.45%);
}
.footer .bd .btn:before {
  background: linear-gradient(228.54deg, #1dbede 30.16%, #5656df 89.45%);
}
.footer .bd .btn span {
  position: relative;
  z-index: 3;
}
