body {
  color: #333;
  font-family: "Microsoft Yahei", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

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: #26a2db;
}
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: 67%;
  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: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.14rem;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu .headerAct {
  -webkit-transform: translateY(0);
  transform: translateY(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;
  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 ol {
  display: block;
}
.ws-wap-menu ul ol {
  padding: 0 0.15rem;
  display: none;
  background: #f5f5f5;
}
.ws-wap-menu ul .dropdown li {
  border-top: 1px solid #eee;
}
.ws-wap-menu .group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
}
.ws-wap-menu .group a {
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;

  border: 1px solid #26a2db;
  border-radius: 0.04rem;
  color: #26a2db;
}
.ws-wap-menu .group a + a {
  margin-left: 0.15rem;
}
.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: relative;
  font-size: 0.14rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header .flex {
  justify-content: space-between;
}

.header .logo {
  width: 1.46rem;
  display: block;
}

.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  z-index: 10;
  padding: 0 0.3rem;
  position: relative;
}
.header .nav > li > a {
  display: block;
  line-height: 0.75rem;
  position: relative;
}
.header .nav > li.on > a {
  color: #26a1da;
}
.header .nav > li.on > a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #26a1da;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 0.15rem;
}
.header .nav > li > a i {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #666;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  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);
}
.header .nav > li:hover ol {
  display: block;
}
.header .nav ol {
  position: absolute;
  top: 80%;
  display: none;
  left: 0;
  line-height: 0.35rem;
  width: 2rem;
  padding: 9px 0.2rem;
  background: #fefefe;
  border-radius: 3px;
  border: 1px solid #f3f3f3 !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .side {
  display: flex;
  align-items: center;
}
.header .side .btn {
  width: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  margin-left: 0.15rem;
  border: 1px solid #26a2db;
  border-radius: 0.04rem;
  color: #26a2db;
}
.header .side .btn + .btn {
  background: #26a2db;
  color: #fff;
}
.homepage,
.footer,
.commonbottom,
.info {
  font-size: 0.14rem;
}
.commonbottom {
  color: #fff;
  height: 3.2rem;
  background: url(../images/home_23.png) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
}
.commonbottom h3 {
  font-size: 0.32rem;
}
.commonbottom p {
  padding: 0.2rem 0 0.4rem;
}
.commonbottom .btn {
  width: 1.85rem;
  height: 0.57rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0.29rem;
}
.commonbottom .btn:hover {
  background: #fff;
  color: #26a2db;
}
.footer {
  background: #050e19;
  color: #6b7482;
  font-size: 0.12rem;
}
.footer a {
  color: #6b7482;
}
.footer .bd {
  display: flex;
  line-height: 0.32rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #19222e;
  justify-content: space-between;
}
.footer .bd h3 {
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.footer .bd .code {
  text-align: center;
  width: 1.07rem;
}
.footer .bd .tel {
  font-size: 0.26rem;
  font-family: DIN;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.1rem;
  background: url(../images/tel.png) left center no-repeat;
  background-size: 0.17rem auto;
  padding-left: 0.25rem;
}
.footer .ft {
  padding: 0.25rem 0;
  text-align: center;
}
.kf {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.52rem;
  height: 0.79rem;
  font-size: 0.14rem;
  text-align: center;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(124, 134, 148, 0.27);
  border-radius: 0.26rem;
  right: 0.5rem;
}
.kf .code {
  position: absolute;
  right: 0.7rem;
  top: 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  width: 1.65rem;
  padding: 0.1rem;
  background: #fff;
  font-size: 0.15rem;
  display: none;
  border-radius: 0.15rem;
}
.kf:hover .code {
  display: block;
}
.kf .code::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
  border-left: 0.08rem solid #fff;
  position: absolute;
  left: 100%;
  top: 0.3rem;
}
.kf .code .time {
  font-size: 0.13rem;
  color: #999;
}
.kf .code .tel {
  font-weight: bold;
  font-size: 0.2rem;
  color: #26a2db;
}
.banner_info {
  position: relative;
  font-size: 0.2rem;
}
.banner_info > img {
  width: 100%;
}
.banner_info dl {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.banner_info dl dt {
  font-size: 0.32rem;
  padding-bottom: 0.15rem;
}
.banner_info .bd {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  width: 100%;
  transform: translate(0, -50%);
}
.banner_info .bd p {
  line-height: 0.32rem;
}
.banner_info .bd h4 {
  font-size: 0.32rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
