body {
  color: #333333;
  font-family: Microsoft Yahei;
  background: #f7fbff;
  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: #0799cb;
}
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: 72%;
  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;
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis;
}
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: sticky;
  top: 0;
  transition: all 0.3s;
  padding: 0 0.8rem;
  left: 0;
  font-size: 0.18rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.header .link {
  padding-left: 0.3rem;
  color: #0799cb;
}
.header .link a {
  color: #0799cb;
}
.header .logo img {
  width: 3.41rem;
  margin-right: 0.1rem;
}
.header .logo {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.86rem;
  font-size: 0.16rem;
  flex: 1;
}
.header .logo .add {
  cursor: pointer;
  height: 0.86rem;
  display: flex;
  align-items: center;
}
.header .logo .add:hover .addmenu {
  display: block;
}
.header .logo .addmenu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffff;
  display: none;
  width: 4.5rem;
  max-width: 100%;
  padding: 0.15rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header .logo .addmenu ul {
  display: flex;
  line-height: 0.4rem;
  flex-wrap: wrap;
  text-align: center;
}
.header .logo .addmenu ul li {
  width: 25%;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  position: relative;
  z-index: 9;
}
.header .nav > li > a {
  display: flex;
  align-items: center;
  height: 0.86rem;
  z-index: 10;
  position: relative;
  padding: 0 0.20rem;

  justify-content: center;
  position: relative;
}
.header .nav > li:hover > a,
.header .nav > li.on > a {
  background: #f2fcff;
  font-weight: bold;
  color: #0799cb;
}
.header .nav > li:hover > a::after,
.header .nav > li.on > a::after {
  content: '';
  height: 3px;
  background: #0799cb;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.header .nav > li:hover ol {
  display: block;
}
.header ol {
  position: absolute;
  left: 50%;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  width: 1.8rem;
  font-size: 0.16rem;
  display: none;
  overflow: hidden;
  line-height: 0.6rem;
  text-align: center;
  top: 100%;
  transform: translate(-50%, 0);
}
.header ol a {
  display: block;
}
.header ol a:hover {
  color: #fff;
  background: #0799cb;
}
/**/

/**/

.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.5rem;
  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;
}
.ws-wap-menu .link {
  text-align: center;
  padding-top: 0.3rem;
  color: #0799cb;
}
.ws-wap-menu .link a {
  color: #0799cb;
}
/**/

.footer {
  color: #cdcdce;
  background: url(../images/footer.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  font-size: 0.16rem;
}
.footer a {
  color: #cdcdce;
}
.footer a:hover {
  color: #0799cb;
}
.footer .bd {
  display: flex;
  padding: 0.3rem 0 0.5rem;
  justify-content: space-between;
  line-height: 0.36rem;
}
.footer .ft {
  padding: 0.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .hd {
  padding: 0.3rem 0 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .hd dd {
  font-size: 0.3rem;
  color: #fff;
  padding-top: 0.1rem;
}
.footer .bd h4 {
  font-size: 0.18rem;
  position: relative;
  color: #fff;
}
.footer .bd h4 i {
  position: absolute;
  right: 0;
  display: none;
  top: 0;
}
.footer .bd h4 i.on {
  transform: rotate(180deg);
}
.footer .bd h4:after {
  content: '';
  display: block;
  width: 0.17rem;
  height: 2px;
  background: #fff;
  margin: 0.1rem 0;
}
.pages {
  display: flex;
  justify-content: center;
  font-size: 0.18rem;
  margin-top: 0.5rem;
}
.pages a {
  display: flex;
  align-items: center;
  color: #0799cb;
  border-radius: 0.05rem;
  border: 1px solid #0799cb;
  height: 0.5rem;
  padding: 0 0.18rem;
}
.pages a:hover {
  background: #0799cb;
  color: #fff;
}
.pages a + a {
  margin-left: 0.1rem;
}
.bread {
  background: #edf3f8;
  height: 0.6rem;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}
.bread i {
  font-size: 0.2rem;
}
.bread ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bread ul li + li::before {
  content: ' ';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  margin: 0 0.1rem;
  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);
}


/*zcnet自定义代码*/
.one-line {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}


