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.18rem;
  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: #0088de;
}
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 {
  margin: 0 auto;
  width: 84%;
}
/*公共样式勿删除*/

.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;
  font-size: 0.15rem;
  z-index: 99;
}
.header .top {
  background: #e5e5e5;
}
.header .top .flex {
  justify-content: flex-end;
  height: 0.5rem;
}
.header .top .search {
  display: flex;
  align-items: center;
  padding-right: 0.2rem;
}
.header .top .search a {
  margin-left: 0.06rem;
}

.header .top .search i {
  font-size: 0.22rem;
}
.header .top .flex > a + a::before {
  content: "|";
  padding: 0 0.1rem;
}
.header .logo {
  width: 2.51rem;
  height: 0.58rem;
  display: block;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100% 100%;
}

.header .nav {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}
.header .nav > li {
  position: relative;
  z-index: 9;
  margin-left: 0.6rem;
}
.header .nav > li:hover .dropdown {
  display: block;
}
.header .nav > li .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 1.7rem;
  transform: translate(-50%, 0);
  text-align: center;
  background: #fff;
  line-height: 0.4rem;
  display: none;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header .nav > li .dropdown a {
  display: block;
}
.header .nav > li > a {
  display: flex;
  align-items: center;
  height: 1.04rem;
  z-index: 10;
  justify-content: center;
  position: relative;
}
.header .nav > li:hover > a,
.header .nav > li.on > a {
  color: #0088de;
}
.header .nav > li:hover > a:after,
.header .nav > li.on > a:after {
  content: "";
  border-bottom: 2px solid #0088de;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.37rem;
}

/**/

/**/

.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;
  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;
  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 {
  text-align: center;
}
.ws-wap-menu .side a + a::before {
  content: "|";
  padding: 0 0.15rem;
}
.ws-wap-menu .search {
  display: flex;
  padding: 0 0.15rem;
  align-items: center;
  border: 1px solid #ddd;
  margin: 0.15rem;
  border-radius: 5px;
}
.ws-wap-menu .search input {
  width: 100%;
  height: 42px;
  padding-left: 0.15rem;
}
/**/

.footer {
  color: #fff;
  background: #5f5f5f;
  background-size: cover;
  font-size: 0.15rem;
  line-height: 0.36rem;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #0088de;
}
.footer .bd {
  display: flex;
  padding: 0.6rem 0 0.3rem;
  justify-content: space-between;
}
.footer .bd .tel {
  font-size: 0.16rem;
}
.footer .bd .tel i {
  font-size: 0.22rem;
}
.footer .bd h4 {
  font-size: 0.18rem;
  position: relative;
}
.footer .bd h4 i {
  position: absolute;
  right: 0;
  font-size: 0.22rem;
  display: none;
  transition: all 0.3s;
  top: 0;
}
.footer .bd h4 i.on {
  transform: rotate(90deg);
}
.footer .bd h4:after {
  content: "";
  width: 0.3rem;
  height: 2px;
  background: #fff;
  margin: 0.08rem 0 0.15rem;
  display: block;
}
.footer .bd .map {
  width: 4rem;
}
.footer .ft {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background: #535353;
  font-size: 0.12rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .ft a {
  color: rgba(255, 255, 255, 0.3);
}
.rightside {
  position: fixed;
  right: 0.2rem;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.7rem;
  background: #fff;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 0.18rem;
  border-radius: 0.1rem;
}
.rightside ul li {
  position: relative;
}
.rightside ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.7rem;
}
.rightside ul li + li {
  border-top: 1px solid #eee;
}
.rightside ul li i {
  font-size: 0.3rem;
}
.rightside ul li .code {
  position: absolute;
  top: 50%;
  display: none;
  transform: translate(0, -50%);
  margin-right: 0.01rem;
  right: 100%;
  min-width: 1.2rem;
  line-height: 0.5rem;
  white-space: nowrap;
  background: #ffffff;
  border-radius: 0.04rem;
  padding: 0.05rem;
  border: 1px solid #ccc;
}
.rightside ul li .code b {
  padding: 0 0.1rem;
}
.rightside ul li.totop {
  display: none;
}

.rightside ul li:hover .code {
  display: block;
}
.infosize {
  font-size: 0.18rem;
}


.pages {
  display: flex;
  font-size: 0.14rem;
  justify-content: center;
}
.pages li,.pages span{float: left;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  height: 0.3rem;
  padding: 0 0.1rem;}
.pages li.active span{ 
  color: #fff;
  background: #0088de;
  border-color: #0088de;}
.pages li a {
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  height: 0.3rem;
  padding: 0 0.1rem;
}
.pages a + a {
  margin-left: 0.08rem;
}
.pages a:hover,.pages span:hover,
.pages a.on {
  color: #fff;
  background: #0088de;
  border-color: #0088de;
}
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;
}
/**/
.bread {
  font-size: 0.16rem;
  height: 0.87rem;
  display: flex;
  align-items: center;
  background: #f6f6f6;
}
.bread ul {
  display: flex;
  align-items: center;
}
.bread ul li + li::before {
  content: ">";
  padding: 0 0.1rem;
}
.banner_info .bd {
  position: relative;
  font-size: 0.18rem;
}
.banner_info .bd::before {
  content: "";
  width: 100%;
  position: absolute;
  background: #f6f6f6;
  height: 55%;
  left: 0;
  top: 0;
}
.banner_info .bd .in {
  position: relative;
  z-index: 3;
  height: 2.2rem;
  width: 81%;
  padding-left: 8%;
  background: #0088de;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner_info .bd dt {
  font-size: 0.54rem;
  margin-bottom: 0.1rem;
}
.banner_info .bd .in > span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.68rem;
  text-transform: uppercase;
  line-height: 1.38rem;
  opacity: 0.04;
}
.title_info {
  text-align: center;
}
.title_info dt {
  font-weight: bold;
  font-size: 0.4rem;
}
.title_info dt:after {
  content: "";
  width: 0.5rem;
  height: 0.05rem;
  background: #1b1b1b;
  display: block;
  margin: 0.1rem auto 0;
}
.title_info dd {
  font-size: 0.2rem;
  color: #53565b;
  font-weight: bold;
  margin-top: 0.2rem;
}
.btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn span {
  position: relative;
  z-index: 5;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s;
}
.btn:hover::before {
  width: 100%;
}
.header_fix {
  position: fixed;
  z-index: 100;
  left: 0;
  width: 100%;
  top: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: all 0.3s;
}
.header_fix.on {
  transform: translateY(0);
}
