body {
  color: #333333;
  font-family: Microsoft Yahei;
  background: #f6f9ff;
  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: 14.4rem;
  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: #fff;
  position: relative;
  top: 0;
  padding: 0 0.45rem;
  font-size: 0.16rem;
  z-index: 99;
}
.header::before {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 100%;
  transition: all 0.05s;
  background: #152d56;
  opacity: 0.8;
  width: 100%;
}
.header.on::before {
  height: 1.2rem;
}
.header .logo img {
  width: 2.04rem;
}
.header .side {
  display: flex;
  align-items: center;
}
.header .side a + a {
  margin-left: 0.35rem;
}
.header .side a i {
  font-size: 0.24rem;
}
.header .side a:hover i {
  color: #152d56;
}
.header .side .btn {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  width: 1.2rem;
  position: relative;
  height: 0.5rem;
  border: 1px solid #152d56;
  border-radius: 0.5rem;
  background: #152d56;
  margin-left: 0.1rem;
  color: #fff;
  justify-content: center;
}
.header .side .btn span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.header .side .btn:hover i {
  color: #fff;
}
.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;
  line-height: 0.32rem;
  display: none;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  border: 1px solid #ccc;
  padding: 0.08rem 0.12rem;
  border-radius: 0.05rem 0.05rem 0 0;
  background: #fff;
  width: 0.88rem;
}
.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 .side .btn i {
  margin-left: 0.06rem;
  font-size: 0.2rem;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  position: relative;
  z-index: 9;
  padding: 0 0.34rem;
}
.header .nav > li > a {
  display: flex;
  align-items: center;
  height: 0.9rem;
  z-index: 10;

  justify-content: center;
  position: relative;
}
.header .nav > li:hover > a,
.header .nav > li.on > a {
  color: #152d56;
  font-weight: bold;
}
.header .nav > li:hover > a:after,
.header .nav > li.on > a:after {
  content: "";
  border-bottom: 2px solid #152d56;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header .nav > li:hover .dropmenu {
  display: block;
}
.header .nav .dropmenu {
  position: absolute;
  top: 100%;
  left: -1.2rem;
  display: none;
}
.header .nav .dropmenu ol {
  display: flex;
  height: 1.2rem;
  align-items: center;
  white-space: nowrap;
}
.header .nav .dropmenu ol li {
  margin-right: 0.45rem;
}
.header .nav .dropmenu ol a {
  padding-left: 0.26rem;
  position: relative;
  color: #fff;
}
.header .nav .dropmenu ol a:hover {
  font-weight: bold;
}
.header .nav .dropmenu ol a::before {
  content: "";
  width: 0.16rem;
  height: 0.19rem;
  display: block;
  background: url(../images/aboutus_49.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  top: 50%;
  opacity: 0;
  transform: translateX(-0.15rem);
  margin-top: -0.09rem;
}
.header .nav .dropmenu ol a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
/**/

/**/

.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 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: #cccccc;
  background: url(../images/footer.jpg) center no-repeat;
  background-size: cover;
  font-size: 0.14rem;
  line-height: 0.32rem;
}
.footer a {
  color: #cccccc;
}
.footer a:hover {
  color: #fff;
}
.footer .logo {
  width: 2.35rem;
}
.footer .bd {
  display: flex;
  padding: 0.5rem 0;
  justify-content: space-between;
  border-bottom: 1px solid #aaaaaa;
}
.footer .bd .code {
  font-size: 0.16rem;
  line-height: 0.48rem;
  text-align: center;
}
.footer .bd .code dl {
  padding: 0.1rem 0;
}
.footer .bd .code dd {
  color: #fff;
  font-size: 0.32rem;
}
.footer .bd .code .img {
  width: 1.2rem;
}
.footer .bd h4 i {
  display: none;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  margin-top: -0.16rem;
  right: 0;
}
.footer .bd h4 {
  color: #fff;
  font-size: 0.16rem;
  position: relative;
  margin-bottom: 0.15rem;
}
.footer .ft {
  padding: 0.15rem 0 0.3rem;
}
.footer .ft ul {
  display: flex;
}
.footer .ft ul li + li::before {
  content: "|";
  padding: 0 0.1rem;
}
.footer .ft .flex_item a {
  margin-left: 0.15rem;
}
.rightside {
  position: fixed;
  right: 0.1rem;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.66rem;
  text-align: center;
  font-size: 0.16rem;
}

.rightside ul li {
  position: relative;
  margin-top: 0.01rem;
  transition: all 0.3s;
  height: 0.66rem;
}
.rightside ul li p {
  background: #152d56;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  border-radius: 0.05rem;
  opacity: 0;
  justify-content: center;
  left: 0;
  top: 0;
}
.rightside ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 100%;
  border-radius: 0.05rem;
  border: 1px solid #ccc;
}
.rightside ul li a img {
  width: 0.32rem;
}
.rightside ul li .icon-hezuo,
.rightside ul li .icon-mendianchaxun {
  font-size: 0.31rem;
}
.rightside ul li .icon-zhanghao- {
  font-size: 0.28rem;
}
.rightside ul li i {
  font-size: 0.26rem;
}

.rightside ul li:hover p {
  opacity: 1;
}

.rightside ul li .code {
  position: absolute;
  top: 50%;
  display: none;
  transform: translate(0, -50%);
  margin-right: 0.01rem;
  right: 100%;
  width: 1.2rem;
  background: #ffffff;
  border-radius: 0.04rem;
  padding: 0.05rem;
  border: 1px solid #ccc;
}
.rightside ul li .totop {
  display: none;
}
.rightside ul .totop p {
  position: static;
  cursor: pointer;
  opacity: 1;
}
.rightside ul li:hover .code {
  display: block;
}
.infosize {
  font-size: 0.16rem;
}
.pages {
  display: flex;
  font-size: 0.18rem;
  justify-content: center;
  margin-top: 0.6rem;
}
.pages a {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  /*width: 0.36rem;*/
  padding: 0 .1rem;
  height: 0.36rem;
}
.pages a + a {
  margin-left: 0.05rem;
}
.pages a:hover,
.pages a.on {
  color: #fff;
  background: #152d56;
  border-color: #152d56;
}
input[type="checkbox"] {
  position: relative;
  margin-right: 0.15rem;
  margin-left: 1px;
}
input[type="checkbox"]::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  border: 1px solid #152d56;
}
input[type="checkbox"]:checked::before {
  background: url(../images/gou.png) center no-repeat #fff;
  background-size: 0.14rem auto;
}
