*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body {
  line-height: normal;
  position: relative;
  margin: 0 auto;
  max-width: 768px;
  background-color: #f6f6f6;
}

body {
  font-size: .26rem;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
  margin: 0;
  padding: 0;
}

img, article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, b {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
}

address, caption, cite, dfn, em, th, var, i, em {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a, label, button, input, select, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, select, button {
  font: 100% arial, sans-serif, \5b8b\4f53;
  vertical-align: baseline;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  margin: 0;
}

textarea {
  border: 0;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: auto;
  resize: none;
  font: 100% arial, sans-serif, \5b8b\4f53;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.bgff {
  background-color: #fff;
}

.more {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 2.7rem;
  height: 0.64rem;
  text-align: center;
  line-height: 0.68rem;
  color: #fff;
  border-radius: 0.32rem;
  background-color: #2778FF;
}

.more-btn {
  margin-top: 0.64rem;
  height: auto;
  overflow: hidden;
}

.more-btn a {
  display: block;
  text-align: center;
  color: #2778FF;
}

.more-btn a svg {
  font-size: 0.4rem;
  margin-left: 0.2rem;
  font-weight: bold;
  position: relative;
  top: 0.02rem;
}

.main {
  padding-top: 1.1rem;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nav-bar {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 0.48rem 0.3rem 0.54rem;
}

.nav-bar h2 {
  font-size: 0.36rem;
  color: #000000;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.nav-bar p {
  font-size: 0.32rem;
  color: #999;
}

.video-box {
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius:0.2rem;
}

.video-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.video-box.img::before {
  display: none;
}

.video-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  font-size: 0.8rem;
  color: #fff;
  z-index: 3;
}

.video-box a {
  display: block;
}

.popVideo {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  background: #000;
  display: none;
}

.popVideo video {
  width: 100%;
  height: 50vh;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.popVideo .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 2;
  font-size: 0.6rem;
  margin: 0.2rem;
}

.header {
  height: 1.1rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 30;
}

.header .logo img {
  display: block;
  width: 2.19rem;
}

.header .logo a {
  padding: 0 0.38rem;
  display: block;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu a {
  font-size: 0.28rem;
  color: #6A6A6A;
  margin-right: 0.15rem;
}

.header .menu .menu-btn {
  padding: 0 0.38rem;
  width: 1.2rem;
}

.header .menu .menu-btn svg {
  font-size: 0.6rem;
}

.header .menu .menu-btn span {
  width: .4rem;
  height: .04rem;
  background: #4b4948;
  display: block;
  margin-bottom: .12rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header .menu .menu-btn span:last-child {
  width: .24rem;
  margin: 0;
}

.header .menu .menu-btn.open {
  padding-right: 0.38rem;
}

.header .menu .menu-btn.open span {
  display: none;
  position: absolute;
}

.header .menu .menu-btn.open span:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0.56rem;
}

.header .menu .menu-btn.open span:last-child {
  width: .4rem;
  top: .56rem;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.header-back {
  height: 1.1rem;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 30;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
}

.header-back span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-back span svg {
  font-size: 0.5rem;
  color: #666;
  font-weight: bold;
}

.header-back h3 {
  text-align: center;
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.1rem;
}

.navMenu {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 1.1rem;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: none;
  overflow-y: auto;
}

.navMenu dl:first-child {
  border-top: .01rem solid #eee;
}

.navMenu dl dt {
  height: auto;
  overflow: hidden;
  border-bottom: .01rem solid #eee;
  position: relative;
}

.navMenu dl dt a {
  display: block;
  padding: 0 0.3rem;
  line-height: 1rem;
  color: #333;
  font-size: 0.3rem;
  position: relative;
}

.navMenu dl dt a:active {
  background-color: #f5f5f5;
}

.navMenu dl dt a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navMenu dl dt a svg {
  font-size: 0.45rem;
  color: #666;
  margin-right: 0.1rem;
}

.navMenu dl dt span {
  z-index: 2;
  position: absolute;
  right: 0.3rem;
  top: 0;
  bottom: 0;
  font-size: 0.4rem;
  color: #eee;
  width: 1.2rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navMenu dl dt span.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.navMenu dl dd {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem .4rem;
  border-bottom: .01rem solid #eee;
  display: none;
}

.navMenu dl dd a {
  width: 48%;
  float: left;
  margin-top: .4rem;
  font-size: 0.29rem;
  border-bottom: .01rem solid #eee;
  color: #666;
  padding-bottom: .2rem;
  margin-bottom: .2rem;
}

.navMenu dl dd a:nth-child(2n) {
  float: right;
}

.mask-black {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 18;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: none;
}

.footer {
  height: auto;
  overflow: hidden;
  padding-bottom: 0.48rem;
}

.footer ul li {
  height: auto;
  overflow: hidden;
  position: relative;
}

.footer ul li::before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0.36rem;
  right: 0.36rem;
  bottom: 0;
  height: 1px;
  background-color: #e2e2e2;
}

.footer ul li a {
  padding: 0.3rem 0.36rem;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer ul li a p {
  font-size: 0.3rem;
}

.footer ul li a svg {
  color: #B9B9B9;
  font-size: 0.4rem;
}

.footer .friendLink {
  height: 0.88rem;
  background-color: #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0.36rem 0;
  padding: 0 0.36rem;
}

.footer .friendLink p {
  font-size: 0.26rem;
  color: #333;
}

.footer .friendLink svg {
  color: #B2B0B3;
  font-size: 0.4rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.footer .share-type {
  height: auto;
  overflow: hidden;
  padding: 0.58rem 0 0.5rem;
}

.footer .share-type dl {
  text-align: center;
}

.footer .share-type dl dd {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.88rem;
  border-radius: 50%;
  background-color: #999999;
  text-align: center;
  color: #fff;
  margin: 0 0.3rem;
}

.footer .share-type dl dd svg {
  font-size: 0.45rem;
}

.footer .info {
  text-align: center;
  color: #666666;
  line-height: 0.45rem;
}

.index .main {
  padding-top: 1.1rem;
}

.index .banner {
  height: auto;
  overflow: hidden;
}

.index .banner .swiper-pagination {
  bottom: 0.46rem;
}

.index .banner .swiper-pagination-bullet {
  width: 0.46rem;
  height: 0.08rem;
  background-color: #fff;
  border-radius: 0.04rem;
  opacity: 1;
}

.index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2778FF;
}

.index .title {
  text-align: center;
  margin-bottom: 0.2rem;
  height: auto;
  overflow: hidden;
  margin-top: 0.86rem;
}

.index .title h2 {
  font-size: 0.42rem;
  color: #2F3557;
  line-height: 0.5rem;
  padding-bottom: 0.24rem;
  position: relative;
}

.index .title h2::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 50%;
  margin-top: -6px;
  left: 2rem;
}

.index .title h2::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 50%;
  margin-top: -6px;
  right: 2rem;
}

.index .title p {
  font-size: 0.26rem;
  color: #717275;
  line-height: 0.5rem;
}

.index .item-box {
  height: auto;
  overflow: hidden;
  padding: 0 0.38rem 1rem;
}

.index .item-box.yewu ul {
  height: auto;
  overflow: hidden;
}

.index .item-box.yewu ul li {
  float: left;
  margin-right: 0.16rem;
  margin-top: 0.16rem;
  display: none;
}

.index .item-box.yewu ul li:nth-child(1), .index .item-box.yewu ul li:nth-child(2), .index .item-box.yewu ul li:nth-child(3), .index .item-box.yewu ul li:nth-child(4), .index .item-box.yewu ul li:nth-child(5), .index .item-box.yewu ul li:nth-child(6) {
  display: block;
}

.index .item-box.yewu ul li:nth-child(3n) {
  margin-right: 0;
}

.index .item-box.yewu ul li img {
  display: block;
  margin: 0 auto;
  width: 0.62rem;
}

.index .item-box.yewu ul li a {
  display: block;
  width: 2.14rem;
  height: 2.12rem;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .item-box.yewu ul li a:active {
  background-color: #f5f5f5;
}

.index .item-box.yewu ul li p {
  color: #6A6A6A;
  margin-top: 0.24rem;
}

.index .item-box.news .top {
  height: auto;
  overflow: hidden;
  background: #fff;
}

.index .item-box.news .top a {
  display: block;
}

.index .item-box.news .top a .text-box {
  height: auto;
  overflow: hidden;
  padding: 0.4rem 0.38rem;
}

.index .item-box.news a:active {
  background-color: #f5f5f5;
}

.index .item-box.news h3 {
  font-size: 0.32rem;
  color: #333333;
  margin-bottom: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index .item-box.news p {
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.44rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index .item-box.news p.deta {
  font-size: 0.24rem;
  color: #919191;
}

.index .item-box.news ul {
  height: auto;
  overflow: hidden;
}

.index .item-box.news ul li {
  height: auto;
  overflow: hidden;
  background: #fff;
  margin-top: 0.22rem;
}

.index .item-box.news ul li a {
  display: block;
  padding: 0.4rem 0.38rem 0.2rem;
}

.index .item-box.news .swiper-pagination {
  bottom: 0.6rem;
  text-align: right;
  padding-right: 0.4rem;
}

.index .item-box.news .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  background-color: #BFBFBF;
  border-radius: 0.03rem;
  opacity: 1;
}

.index .item-box.news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2778FF;
}

.index .item-box .yeji {
  padding: 0 0.38rem;
  margin-top: 0.15rem;
}

.index .item-box:last-child .title h2::before, .index .item-box:last-child .title h2::after {
  display: none;
}

.index .pad0 {
  padding: 0 0 1rem;
}

.index .pad0 .title {
  padding: 0 0.38rem;
}

.index .more {
  margin-top: 0.5rem;
}

.about {
  height: auto;
  overflow: hidden;
}

.about h2 {
  font-size: 0.34rem;
  color: #333333;
  margin-bottom: 0.42rem;
  font-weight: 800;
}

.about .info {
  line-height: 0.48rem;
  color: #828282;
}

.about .item-box {
  height: auto;
  overflow: hidden;
  padding: 0.6rem 0.3rem 0.7rem;
}

.about .item-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about .item-box .text-box img.fl {
  margin-right: 0.3rem;
}

.about .item-box .text-box img.fr {
  margin-left: 0.3rem;
}

.about .item-box .text-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.about .item-box.jianjie ul {
  height: auto;
  overflow: hidden;
  margin-top: 0.02rem;
  margin-bottom: 0.2rem;
}

.about .item-box.jianjie ul li {
  width: 50%;
  float: left;
  margin-top: 0.4rem;
  color: #666666;
}

.about .item-box.jianjie ul li span {
  font-size: 0.52rem;
  color: #333;
  line-height: 0.4rem;
}

.about .item-box.jianjie ul li span i {
  font-size: 0.3rem;
  font-weight: bold;
  margin-right: 0.1rem;
  position: relative;
  top: -0.1rem;
}

.about .item-box.jianjie ul li p {
  color: #999999;
  font-size: 0.2rem;
  margin-top: 0.1rem;
}

.about .item-box.honor {
  background: url("../images/bg-honor.png") center top no-repeat;
  background-size: cover;
}

.about .item-box.honor h2 {
  color: #fff;
}

.about .item-box.honor p {
  color: #fff;
}

.about .item-box.honor .honor-box {
  height: auto;
  overflow: hidden;
  margin-top: 0.4rem;
}

.about .item-box.honor .more-btn a {
  color: #fff;
}

.about-culture {
  height: auto;
  overflow: hidden;
}

.about-culture .item-box {
  height: auto;
  overflow: hidden;
  padding: 0.6rem 0.3rem 0.8rem;
}

.about-culture .item-box .brief h3 {
  font-size: 0.5rem;
  color: #333;
  opacity: 0.1;
}

.about-culture .item-box .brief p {
  color: #999999;
}

.about-culture .item-box h2 {
  margin: 0.24rem 0 0.3rem;
  font-weight: bold;
  font-size: 0.34rem;
  color: #333;
}

.about-culture .item-box img {
  display: block;
  margin-bottom: 0.3rem;
}

.about-culture .item-box p {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #828282;
}

.about-zhici .item-box {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem 0.4rem;
}

.about-zhici .item-box p {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.5rem;
  margin-bottom: 0.24rem;
}

.about-zizhi .item-box {
  height: auto;
  overflow: hidden;
}

.about-zizhi ul {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem 0.5rem;
}

.about-zizhi ul li {
  float: left;
  width: 50%;
  margin-bottom: 0.26rem;
}

.about-zizhi ul li p {
  font-size: 0.24rem;
  color: #333;
  text-align: center;
  margin-top: 0.12rem;
  padding: 0 0.2rem;
  line-height: 0.4rem;
}

.about-zizhi .load-more {
  background: rgba(210, 208, 208, 0.16);
  color: #2778FF;
  text-align: center;
  line-height: 0.8rem;
  margin: 0 0.3rem 0.7rem;
}

.about-honor .time-box {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 0.1rem;
}

.about-honor .time-box::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #D2D0D0;
  left: 0;
  right: 0;
  top: 0.16rem;
  z-index: -1;
}

.about-honor .time-box .swiper-slide {
  text-align: center;
  font-size: 0.28rem;
  color: #999;
}

.about-honor .time-box .swiper-slide span {
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #D2D0D0;
  display: block;
  margin: 0 auto 0.1rem;
  background-color: #fff;
}

.about-honor .time-box .swiper-slide.active span {
  background-color: #2778FF;
}

.about-honor .honor-zhengshu {
  height: auto;
  overflow: hidden;
  padding-top: 0.5rem;
}

.about-honor .item-box {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem 0.5rem;
}

.about-honor .item-box h2 {
  font-size: 0.32rem;
  color: #333;
  padding: 0.84rem 0 0.46rem;
}

.about-honor .item-box ul li {
  height: auto;
  overflow: hidden;
  padding: 0.34rem 0;
  position: relative;
}

.about-honor .item-box ul li:first-child {
  padding-top: 0.12rem;
}

.about-honor .item-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed rgba(112, 112, 112, 0.15);
}

.about-honor .item-box ul li span {
  float: left;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
  position: relative;
  top: 0.02rem;
}

.about-honor .item-box ul li span.jx {
  background: url("../images/icon-jb.png") center top no-repeat;
  background-size: 100%;
}

.about-honor .item-box ul li span.zl {
  background: url("../images/icon-zl.png") center top no-repeat;
  background-size: 100%;
}

.about-honor .item-box ul li .text-box {
  height: auto;
  overflow: hidden;
}

.about-honor .item-box ul li .text-box h3 {
  font-size: 0.29rem;
  color: #333;
  line-height: 0.48rem;
  margin-bottom: 0.15rem;
}

.about-honor .item-box ul li .text-box p {
  color: #999;
  line-height: 0.48rem;
}

.about-team {
  background: rgba(153, 153, 153, 0.07);
}

.about-team .item-box {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem;
  margin-bottom: 0.4rem;
}

.about-team .tabs {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.6rem;
}

.about-team .tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #D2D0D0;
}

.about-team .tabs a {
  display: inline-block;
  padding: 0.4rem 0.22rem 0.16rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
  font-weight: bold;
  position: relative;
  margin-right: 0.2rem;
}

.about-team .tabs a.active {
  color: #2778FF;
}

.about-team .tabs a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #2778FF;
}

.about-team .tags {
  height: auto;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.about-team .tags ul li {
  float: left;
  margin-left: 0.2rem;
  border: 1px solid rgba(226, 226, 226, 0.4);
  background: rgba(226, 226, 226, 0.4);
}

.about-team .tags ul li.active {
  border-color: #2778FF;
  background: #fff;
}

.about-team .tags ul li.active a {
  color: #2778FF;
}

.about-team .tags ul li:first-child {
  margin-left: 0;
}

.about-team .tags ul li a {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #666666;
  padding: 0 0.2rem;
}

.about-team ul {
  height: auto;
  overflow: hidden;
}

.about-team ul.style-1 li {
  float: left;
  width: 3.3rem;
  margin-right: 0.28rem;
  text-align: center;
  margin-bottom: 0.3rem;
}

.about-team ul.style-1 li:nth-child(2n) {
  margin-right: 0;
}

.about-team ul.style-1 li a {
  display: block;
}

.about-team ul.style-1 li img {
  display: block;
  margin-bottom: 0.18rem;
}

.about-team ul.style-1 li h3 {
  color: #333;
  margin-bottom: 0.1rem;
}

.about-team ul.style-1 li p {
  color: #999;
}

.about-team ul.style-2 li {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.3rem;
}

.about-team ul.style-2 li img {
  float: left;
  width: 2.56rem;
}

.about-team ul.style-2 li .text-box {
  height: auto;
  overflow: hidden;
  padding: 0.32rem;
}

.about-team ul.style-2 li .text-box h3 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

.about-team ul.style-2 li .text-box p {
  color: #999999;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.about-team ul.style-2 li .text-box p.info {
  text-align: right;
  color: #2778FF;
  line-height: normal;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}

.about-team ul.style-2 li a:active {
  background-color: #f5f5f5;
}

.about-team .bgff {
  padding: 0.4rem 0 0.7rem;
}

.about-team .load-more {
  background: rgba(210, 208, 208, 0.16);
  color: #2778FF;
  text-align: center;
  line-height: 0.8rem;
  margin: 0 0.3rem;
}

.team-detail .text-box {
  height: auto;
  overflow: hidden;
  padding: 0.6rem 0.4rem;
}

.team-detail .text-box h3 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.team-detail .text-box p {
  line-height: 0.5rem;
  color: #333;
}

.team-detail .team-box {
  height: 4.74rem;
  background: url("../images/bg-team-detail.png") center top no-repeat;
  background-size: cover;
  padding: 0.5rem 0.4rem 0;
}

.team-detail .team-box img {
  float: left;
  width: 2.5rem;
  margin-right: 0.4rem;
}

.team-detail .team-box .text-box {
  padding: 0;
}

.team-detail .team-box .text-box h2 {
  font-size: 0.4rem;
  color: #fff;
  padding: 0.2rem 0 0.2rem;
}

.team-detail .team-box .text-box p {
  color: #fff !important;
}

.about-history .history {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding-bottom: 0.4rem;
}

.about-history .history ul li {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.2rem;
}

.about-history .history ul li span {
  width: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.about-history .history ul li .text-box {
  padding-left: 0.6rem;
  position: relative;
  position: relative;
  padding-bottom: 0.5rem;
}

.about-history .history ul li .text-box::before {
  content: "";
  position: absolute;
  left: 0.16rem;
  top: 0;
  bottom: 0;
  border: 0.01rem dashed #D2D0D0;
}

.about-history .history ul li .text-box svg {
  color: #2778FF;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.36rem;
}

.about-history .history ul li .text-box p {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.45rem;
}

.about-history .history ul li .text-box p.time {
  color: #999999;
  margin-bottom: 0.14rem;
}

.news .item-box {
  height: auto;
  overflow: hidden;
  padding: 0.5rem 0.3rem 0.7rem;
}

.news .item-box .tit {
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #333;
  margin-bottom: 0;
}

.news .item-box .tit a {
  display: block;
  padding-bottom: 0.4rem;
}

.news .item-box .tit span {
  float: right;
  color: #2778FF;
  font-size: 0.26rem;
  position: relative;
  top: 0.05rem;
}

.news .item-box ul li {
  height: auto;
  overflow: hidden;
}

.news .item-box ul li a {
  display: block;
}

.news .item-box ul li img {
  display: none;
  width: 100%;
}

.news .item-box ul li:first-child {
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 0.2rem;
}

.news .item-box ul li:first-child img {
  display: block;
}

.news .item-box h3 {
  font-size: 0.32rem;
  color: #333;
  margin: 0.4rem 0 0.24rem;
}

.news .item-box p {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}

.news .item-box p.date {
  color: #999;
  font-size: 0.26rem;
}

.news .item-box p.fl {
  margin-right: 0.4rem;
  color: #919191;
}

.news.video .item-box {
  padding-top: 0;
}

.news.video ul li img {
  display: block;
}

.news.video .load-more {
  background: rgba(210, 208, 208, 0.16);
  color: #2778FF;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.4rem;
}

.news .news-list {
  height: auto;
  overflow: hidden;
  background: #fff;
}

.news .news-list ul {
  height: auto;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.news .news-list ul li {
  height: auto;
  overflow: hidden;
  padding: 0.3rem 0.3rem;
  border-bottom: 1px solid #f5f5f5;
}

.news .news-list ul li:first-child {
  padding-top: 0;
}

.news .news-list ul li a {
  display: block;
}

.news .news-list ul li .img-box {
  width: 2.4rem;
  height: 1.6rem;
  float: left;
  margin-right: 0.22rem;
}

.news .news-list ul li .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .news-list ul li .text-box {
  height: auto;
  overflow: hidden;
}

.news .news-list ul li .text-box h3 {
  font-size: 0.3rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.2rem;
  line-height: 0.45rem;
  font-weight: bold;
  margin-top: 4px;
}

.news .news-list ul li .text-box p {
  color: #999999;
}

.news .news-list ul li .download {
  float: right;
  margin-right: -0.3rem;
  width: 1.3rem;
  min-height: 1.3rem;
  text-align: center;
  position: relative;
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .news-list ul li .download::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #f5f5f5;
}

.news .news-list ul li .download svg {
  font-size: 0.5rem;
}

.news .news-list ul li .download p {
  font-size: 0.22rem;
  color: #FF273D;
  padding-top: 0.1rem;
}

.news .news-list .load-more {
  background: rgba(210, 208, 208, 0.16);
  color: #2778FF;
  text-align: center;
  line-height: 0.8rem;
  margin: 0 0.3rem 0.7rem;
}

.news .detail {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 0 0.3rem;
}

.news .detail .top {
  height: auto;
  overflow: hidden;
  padding: 0.5rem 0 0.6rem;
}

.news .detail .top h3 {
  clear: both;
  font-size: 0.36rem;
  line-height: 0.56rem;
  margin-bottom: 0.28rem;
  font-weight: bold;
}

.news .detail .top p {
  display: inline-block;
  font-size: 0.26rem;
  margin-right: 0.4rem;
  color: #919191;
}

.news .detail .text-box {
  padding-bottom: 0.4rem;
}

.news .detail .text-box p {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.55rem;
  margin-bottom: 0.15rem;
}

.news .detail .text-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}



.news .tags {
  height: auto;
  overflow: hidden;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.news .tags ul li {
  float: left;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  border: 1px solid rgba(226, 226, 226, 0.4);
  border-radius:0.1rem;
  background: rgba(226, 226, 226, 0.4);
  width:22%;

}

.news .tags ul li.active {
  border-color: #2778FF;
  background: #fff;
}

.news .tags ul li.active a {
  color: #2778FF;
}

.news .tags ul li:first-child {
  margin-left: 0;
}

.news .tags ul li a {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #666666;
  padding: 0 0.2rem;
}



.service .product-list {
  background-color: #fff;
  padding-bottom: 0.5rem;
}

.service .product-list ul {
  padding: 0.36rem 0.3rem;
  height: auto;
  overflow: hidden;
  background-color: #F8F8F8;
}

.service .product-list li {
  height: auto;
  overflow: hidden;
  float: left;
  background: #fff;
  width: 3.34rem;
  height: 1.7rem;
  margin-right: 0.2rem;
  margin-bottom: 0.22rem;
  position: relative;
}

.service .product-list li:nth-child(2n) {
  margin-right: 0;
}

.service .product-list li img {
  width: 0.72rem;
  margin-left: 0.3rem;
}

.service .product-list li svg {
  position: absolute;
  bottom: 0.2rem;
  left: 0.3rem;
  z-index: 2;
  color: #999;
}

.service .product-list li h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.service .product-list li a {
  display: block;
  padding: 0.3rem 0.32rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service .product-list li a:active {
  background-color: #f5f5f5;
}

.service .detail {
  height: auto;
  overflow: hidden;
}

.service .detail .item-box {
  height: auto;
  overflow: hidden;
  padding: 0.54rem 0.3rem 0.5rem;
}

.service .detail .item-box:first-child {
  padding-top: 0.36rem;
}

.service .detail .item-box h2 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.service .detail .item-box h2 span {
  float: right;
  color: #2778FF;
  font-size: 0.26rem;
  font-weight: normal;
}

.service .detail .item-box .img-box {
  position: relative;
  margin-bottom: 0.4rem;
}

.service .detail .item-box .img-box p {
  position: absolute;
  font-size: 0.36rem;
  color: #fff;
  left: 0.4rem;
  top: 0.88rem;
}

.service .detail .item-box p {
  color: #666;
  line-height: 0.55rem;
  margin-bottom: 0.3rem;
}

.service .detail .yeji-list {
  height: auto;
  overflow: hidden;
}

.service .detail .yeji-list li {
  width: 3.4rem;
  float: left;
  margin-right: 0.1rem;
}

.service .detail .yeji-list li:nth-child(2n) {
  margin-right: 0;
}

.service .detail .yeji-list li a {
  display: block;
}

.service .detail .yeji-list li a:active {
  background-color: #f5f5f5;
}

.service .detail .yeji-list li .img-box {
  height: 2rem;
  overflow: hidden;
  margin-bottom: 0.16rem;
}

.service .detail .yeji-list li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service .detail .yeji-list li p {
  text-align: center;
}

.investor .table-box {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem 0.7rem;
  background: #fff;
}

.investor .table-box table {
  border-collapse: collapse;
  width: 100%;
}

.investor .table-box table td, .investor .table-box table th {
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 0.18rem 0;
}

.investor .table-box table th {
  background-color: #2778FF;
  color: #fff;
}

.investor .title {
  font-size: 0.34rem;
  text-align: center;
  font-weight: bold;
  padding: 0.58rem 0 0.4rem;
  position: relative;
}

.investor .title::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #D2D0D0;
  width: 1rem;
  left: 22%;
  top: 0.8rem;
}

.investor .title::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #D2D0D0;
  width: 1rem;
  right: 22%;
  top: 0.8rem;
}

.investor .news-list {
  height: auto;
  overflow: hidden;
  background: #fff;
}

.investor .news-list ul {
  height: auto;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.investor .news-list ul li {
  height: auto;
  overflow: hidden;
  padding: 0.3rem 0.3rem;
  border-bottom: 1px solid #f5f5f5;
}

.investor .news-list ul li:first-child {
  padding-top: 0;
}

.investor .news-list ul li a {
  display: block;
}

.investor .news-list ul li .img-box {
  width: 2.4rem;
  height: 1.6rem;
  float: left;
  margin-right: 0.22rem;
}

.investor .news-list ul li .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.investor .news-list ul li .text-box {
  height: auto;
  overflow: hidden;
}

.investor .news-list ul li .text-box h3 {
  font-size: 0.3rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.2rem;
  line-height: 0.45rem;
  font-weight: bold;
  margin-top: 4px;
}

.investor .news-list ul li .text-box p {
  color: #999999;
}

.investor .news-list ul li .text-box p.info {
  color: #2778FF;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}

.investor .news-list ul li .download {
  float: right;
  margin-right: -0.3rem;
  width: 1.3rem;
  min-height: 1.3rem;
  text-align: center;
  position: relative;
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.investor .news-list ul li .download::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #f5f5f5;
}

.investor .news-list ul li .download svg {
  font-size: 0.5rem;
}

.investor .news-list ul li .download p {
  font-size: 0.22rem;
  color: #FF273D;
  padding-top: 0.1rem;
}

.investor .news-list.f8 {
  background-color: #F8F8F8;
}

.investor .news-list.f8 li {
  border-bottom: 1px solid #e2e2e2;
}

.investor .news-list.f8 li:last-child {
  border-bottom: 0;
}

.investor .news-list .load-more {
  background: rgba(210, 208, 208, 0.16);
  color: #2778FF;
  text-align: center;
  line-height: 0.8rem;
  margin: 0 0.3rem 0.7rem;
}

.contact {
  height: auto;
  overflow: hidden;
}

.contact .pad30 {
  padding: 0.3rem 0.3rem 0.6rem;
}

.contact ul {
  height: auto;
  overflow: hidden;
}

.contact ul li {
  height: auto;
  overflow: hidden;
  margin-top: 0.1rem;
  background-color: #fff;
  padding: 0.44rem 0.34rem;
}

.contact ul li h3 {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.34rem;
}

.contact ul li span {
  width: 0.36rem;
  height: 0.36rem;
  float: left;
  display: block;
  margin-right: 0.1rem;
  position: relative;
  top: 0.02rem;
}

.contact ul li span.people {
  background: url("../images/icon-people.png") center top no-repeat;
  background-size: 100%;
}

.contact ul li span.phone {
  background: url("../images/icon-phone.png") center top no-repeat;
  background-size: 100%;
}

.contact ul li span.address {
  background: url("../images/icon-address.png") center top no-repeat;
  background-size: 100%;
}

.contact ul li .item {
  height: auto;
  overflow: hidden;
}

.contact ul li .item:last-child .text-box {
  padding-bottom: 0;
}

.contact ul li .text-box {
  height: auto;
  overflow: hidden;
  padding-bottom: 0.2rem;
}

.contact ul li p {
  color: #666;
  line-height: 0.44rem;
}

.contact dl {
  background-color: #fff;
  height: auto;
  overflow: hidden;
  padding: 0.5rem 0.3rem 0.5rem;
}

.contact dl dd {
  float: left;
  text-align: center;
  width: 3.3rem;
  height: 0.72rem;
  line-height: 0.72rem;
  border: 1px solid #e2e2e2;
  margin-bottom: 0.35rem;
}

.contact dl dd span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2778FF;
  margin-right: 0.2rem;
  position: relative;
  top: -4px;
}

.contact dl dd p {
  display: inline-block;
}

.contact dl dd:nth-child(2n) {
  float: right;
}

.contact .item-box {
  height: auto;
  overflow: hidden;
}

.contact .item-box .item {
  height: auto;
  overflow: hidden;
  margin-bottom: 0.1rem;
  background: #fff;
}

.contact .item-box .item .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .item-box .item .tit .name {
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
}

.contact .item-box .item .tit .name span {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #999999;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  margin-right: 0.14rem;
}

.contact .item-box .item .tit svg {
  font-size: 0.4rem;
  color: #999;
}

.contact .item-box .item .tit .jian {
  display: none;
}

.contact .item-box .item .tit.active .add {
  display: none;
}

.contact .item-box .item .tit.active .jian {
  display: block;
}

.contact .item-box .item .item-box {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem 0.3rem;
  display: none;
}

.contact .item-box .item .item-box p {
  line-height: 0.55rem;
  color: #666;
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}

.contact .item-box .item .item-box .tel, .contact .item-box .item .item-box .link {
  height: auto;
  overflow: hidden;
}

.contact .item-box .item .item-box .tel a, .contact .item-box .item .item-box .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.12rem 0;
  color: #333;
  font-size: 0.28rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact .item-box .item .item-box .tel a svg, .contact .item-box .item .item-box .link a svg {
  font-size: 0.4rem;
  margin-right: 0.15rem;
}

.contact .item-box .item .item-box .tel a span, .contact .item-box .item .item-box .link a span {
  color: #2778FF;
}

.contact-list {
  height: auto;
  overflow: hidden;
  background-color: #fff;
}

.contact-list .box {
  height: auto;
  overflow: hidden;
  padding: 0.2rem 0.3rem 0.3rem;
}

.contact-list .box ul li {
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0.38rem 0;
}

.contact-list .box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #F8F8F8;
  z-index: 2;
  height: 1px;
}

.contact-list .box ul li:first-child::before {
  display: none;
}

.contact-list .box ul li img {
  width: 0.72rem;
  float: left;
  margin-right: 0.24rem;
}

.contact-list .box ul li .text-box {
  height: auto;
  overflow: hidden;
}

.contact-list .box ul li .text-box h3 {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0.04rem;
}

.contact-list .box ul li .text-box p {
  font-size: 0.26rem;
  color: #999;
}

.contact-list #map {
  height: 6rem;
}

.fruit .fruit-list ul li {
  height: auto;
  overflow: hidden;
}

.fruit .fruit-list ul li:nth-child(2n+1) {
  background-color: #fff;
}

.fruit .fruit-list ul li a {
  display: block;
  padding: 0.3rem;
}

.fruit .fruit-list ul li h2 {
  font-size: 0.34rem;
  font-weight: bold;
  color: #333;
  padding: 0.3rem 0;
}

.fruit .fruit-list ul li img {
  display: block;
  margin-bottom: 0.3rem;
}

.fruit .fruit-list ul li p {
  line-height: 0.55rem;
  margin-bottom: 0.3rem;
}

.fruit .fruit-list ul li p span {
  color: #2778FF;
}
/*# sourceMappingURL=style.css.map */
.next-fy{ padding:15px 0 30px; text-align:center; width:96%;margin:0 auto} 
.next-fy a,.next-fy b{ font-size:14px; line-height:30px; display:inline-block; height:30px; padding:0 10px; color:#565656; background:#eee; margin:1px;}
.next-fy b,.next-fy a:hover{ color:#fff; background:#2778FF;}
