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

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

.header {
  width: 100%;
  position: sticky;
  top: 0;
  transition: all 0.3s;
  left: 0;
  font-size: 0.14rem;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
}

.header .flex {
  justify-content: space-between;
  height: 0.64rem;
}
.header .logo img {
  width: 1.26rem;
}

.header .nav {
  display: flex;
  align-items: center;
  border-radius: 0.28rem;

  background: #ecf2ff;
}
.header .nav > li {
  z-index: 9;
  position: relative;
}
.header .nav > li + li {
  margin-left: 0.1rem;
}
.header .nav > li > a {
  display: flex;
  align-items: center;
  height: 0.28rem;
  color: #1b5ade;
  z-index: 10;
  position: relative;
  border-radius: 0.28rem;
  padding: 0 0.2rem;

  justify-content: center;
  position: relative;
}
.header .nav > li > a i {
  margin-left: 0.05rem;
  transition: all 0.3s;
}
.header .nav > li:hover > a .icon-shanglajiantou {
  transform: rotate(180deg);
}
.header .nav > li.on > a {
  background: #1b5ade;
  color: #fff;
}
.icon-data1 {
  margin-right: 0.05rem;
}
.header .nav > li:hover .dropdown {
  display: block;
}
.header .dropdown {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  padding: 0.1rem;
  display: none;
  width: 2.4rem;
  background: #fff;
  border-radius: 0.1rem;
  line-height: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.header .dropdown ol li + li {
  margin-top: 0.1rem;
}
.header .dropdown ol li a {
  display: block;
}
.header .dropdown ol li a:hover {
  color: #333;
  background: #f8f9fd;
}
.header .side {
  display: flex;
  align-items: center;
}
.header .side .drop {
  position: relative;
  margin-left: 0.2rem;
  padding: 0.1rem 0;
}
.header .side .drop i {
  font-size: 0.24rem;
  color: #1b5ade;
}
.header .side .drop .en {
  position: absolute;
  width: 1.28rem;
  background: #fff;
  display: none;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 0.32rem;
  padding: 0.1rem;
}
.header .side .drop .en a,
.ws-wap-menu .bottom .en a {
  display: block;
}
.header .side .drop:hover .en {
  display: block;
}
.header .side .down {
  background: #fff;
  top: 100%;
  display: none;
  left: 50%;
  border-radius: 0.1rem;
  transform: translate(-50%, 0);
  position: absolute;
  padding: 0.15rem;
  width: 2.88rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header .side .down dt {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.header .side .down img {
  width: 0.9rem;
  margin-left: 0.1rem;
}
.header .side .down .flex:first-child {
  height: 0.9rem;
}
.header .side .down .btns {
  display: flex;
  justify-content: space-between;
  padding-top: 0.2rem;
}
.header .side .down .btns i {
  font-size: 0.17rem;
  color: #fff;
  margin-right: 0.05rem;
}
.header .side .down .btns a {
  height: 0.36rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 0.12rem;
  background: #1b5ade;
}
.header .side .down .btns a:last-child {
  background: #000000;
}
.header .side .drop:hover .down {
  display: block;
}
/**/
.footer {
  font-size: 0.14rem;
  margin-top: 0.15rem;
}
.footer .box li img {
  width: 1.2rem;
  margin-bottom: 0.08rem;
  border-radius: 0.05rem;
}
.footer .bd {
  align-items: self-start;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  border-top: 1px solid #e4eaff;
}
.footer .bd .logo {
  width: 2.53rem;
  margin-bottom: 0.3rem;
}
.footer .bd h4 {
  font-size: 0.16rem;
  padding-bottom: 0.15rem;
}
.footer .bd .box + .box {
  margin-left: 1.8rem;
}
.footer .bd .search {
  display: flex;
  align-items: center;
  width: 3.78rem;
}
.footer .bd .search .btn {
  width: 0.76rem;
  height: 0.38rem;
  border-radius: 0.05rem;
  background: #1b5ade;
  margin-left: 0.1rem;
  color: #fff;
}
.footer .bd .search input {
  width: 100%;
  border-radius: 0.05rem;
  padding-left: 0.1rem;
  height: 0.38rem;
}
.footer .ft {
  padding: 0.15rem 0;
  border-top: 1px solid #e4eaff;
}
.footer .ft dt {
  font-size: 0.16rem;
  padding-bottom: 0.15rem;
}
.footer .ft dd i {
  color: #1b5ade;
  font-size: 0.24rem;
  margin-right: 0.1rem;
}
.footer .ft a {
  font-size: 0.12rem;
  color: #a8b6ce;
}
/**/

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

.ws-wap-menu.on {
  z-index: 1005;
  opacity: 1;
}
.ws-wap-menu .header {
  padding: 0.15rem;
}
.ws-wap-menu .header .logo {
  width: 0.94rem;
}
.ws-wap-menu .m_nav {
  left: auto;
  right: 0.15rem;
}
.ws-wap-menu .nav > li + li {
  margin-top: 0.15rem;
}
.ws-wap-menu .nav li a {
  display: block;
  line-height: 0.4rem;
  position: relative;
  color: #1b5ade;
  border-radius: 0.4rem;
  padding-left: 20px;
}
.ws-wap-menu .nav > li.on a {
  background: #f3f5fc;
}
.ws-wap-menu .nav .dropdown {
  padding: 0 15px;
  font-size: 14px;
}
.ws-wap-menu .nav .dropdown li {
  position: relative;
}
.ws-wap-menu .panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ws-wap-menu .panel > .flex_item {
  overflow-y: auto;
  padding: 0 0.15rem;
  border-bottom: 1px solid #eee;
}
.ws-wap-menu .bottom {
  padding: 0.15rem;
  color: #1b5ade;
}
.ws-wap-menu .bottom ul > li {
  display: flex;
  position: relative;
  align-items: center;
}
.ws-wap-menu .bottom ul > li + li {
  margin-top: 0.2rem;
}
.ws-wap-menu .bottom ul > li .flex_item a {
  color: #1b5ade;
}
.ws-wap-menu .bottom .en {
  position: absolute;
  width: 1.28rem;
  font-size: 0.14rem;
  background: #fff;
  display: none;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  bottom: 100%;
  left: 0;
  line-height: 0.32rem;
  padding: 0.1rem;
}
/**/
