@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  border: none;
}
ul {
  list-style: none;
}
img {
  border: none;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html {
  position: relative;
  width: 100%;
  height: 100%;
}
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
body {
  position: relative;
  min-width: 1210px;
  width: 100%;
  min-height: 100%;
  background: #f2f2f2;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 99px;
  padding-bottom: 300px;
  color: #444;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
.common_width {
  width: 1210px;
  margin: 0 auto;
}
.icon_header {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/icon_header.png);
  background-repeat: no-repeat;
}
.icon_header.icon_header_phone {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-position: -5px 1px;
}
.icon_header.icon_header_register {
  width: 20px;
  height: 20px;
  margin: -2px 4px 0 -7px;
  background-position: -53px -3px;
}
.icon_header.icon_header_login {
  width: 20px;
  height: 20px;
  margin: -2px 6px 0 -4px;
  background-position: -88px -3px;
}
.public_header {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  background: #fff;
  border-bottom: 0.05px solid rgba(255, 255, 255, 0.5);
  z-index: 9999;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  /* Safari */
}
.public_header.simple {
  height: 59px;
}
.public_header.simple .fliplus_shopping_links {
  height: 0;
}
.public_header * {
  box-sizing: initial;
}
.public_header .fliplus_shopping_links {
  position: relative;
  height: 40px;
  background: #333;
  font-size: 12px;
  z-index: 99;
  overflow: hidden;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  /* Safari */
}
.public_header .fliplus_shopping_links .left {
  float: left;
  font-size: 14px;
  line-height: 40px;
  color: #999;
}
.public_header .fliplus_shopping_links .left span {
  color: #ebebeb;
}
.public_header .fliplus_shopping_links .right {
  padding-top: 8px;
  float: right;
  margin-right: -8px;
}
.public_header .fliplus_shopping_links .right a {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  text-align: center;
  padding: 0 12px;
  min-width: 62px;
  height: 26px;
  line-height: 24px;
}
.public_header .fliplus_shopping_links .right a span {
  display: block;
  border: 1px solid #333;
  width: 80px;
  border-radius: 2px;
}
.public_header .fliplus_shopping_links .right a.active span {
  border: 1px solid #fff;
  color: #fff;
}
.public_header .fliplus_shopping_links .right a.active .icon_header.icon_header_register {
  background-position: -9px -28px;
}
.public_header .fliplus_shopping_links .right a.active:hover .icon_header_register {
  background-position: -53px -26px;
}
.public_header .fliplus_shopping_links .right .split {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #999;
  width: 1px;
  min-width: 1px;
  padding: 0;
  height: 18px;
  margin-top: -2px;
}
.public_header .fliplus_shopping_links .right a.last {
  color: #fff;
}
.public_header .fliplus_shopping_links .right a:hover {
  color: #92b7f3;
}
.public_header .fliplus_shopping_links .right a:hover .icon_header_register {
  background-position: -53px -26px;
}
.public_header .fliplus_shopping_links .right a:hover .icon_header_login {
  background-position: -88px -26px;
}
.public_header .fliplus_shopping_links .right a:hover span {
  border-color: #92b7f3;
  color: #92b7f3;
}
.public_header .logo {
  position: relative;
  float: left;
  padding-top: 2px;
}
.public_header .logo h1 {
  display: inline-block;
  vertical-align: middle;
}
.public_header .logo h1 img {
  margin-top: 8px;
}
.public_header .logo img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  width: auto;
  margin-left: 12px;
  margin-top: -2px;
  z-index: 10001;
}
.public_header .logo:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 60px;
  height: 70px;
  background: url(../img/header_bg_circle.png) center center / auto 100% no-repeat;
  z-index: 0;
}
.public_header .nav_shade {
  float: right;
  position: relative;
  height: 59px;
}
.public_header .nav_shade_box {
  float: left;
}
.public_header .nav_more {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  line-height: 57px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.public_header .nav_more:hover {
  color: #df5417;
}
.public_header ul li {
  float: left;
  height: 100%;
}
.public_header ul li.arrow a {
  background: url(../img/nav_arrow_down.png) 94% center no-repeat;
  background-size: 14px auto;
}
.public_header ul li:hover.arrow a {
  background: url(../img/nav_arrow_up.png) 94% center no-repeat;
  background-size: 14px auto;
}
.public_header ul li:hover.arrow .second_nav_block li a {
  background: none;
}
.public_header ul li.has_second_layer {
  position: relative;
}
.public_header ul li.has_second_layer > a {
  pointer-events: none;
}
.public_header ul li.has_second_layer .nav_slide_down {
  display: none;
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
  background: #fff;
}
.public_header ul li.has_second_layer:hover .nav_slide_down {
  display: block;
}
.public_header ul li.has_second_layer .nav_slide_down a {
  line-height: 40px;
  border-bottom: none;
  width: 100%;
  margin: 0;
  color: #333;
  background: none;
}
.public_header ul li.has_second_layer .nav_slide_down a:hover {
  background-color: #f0f0f0;
  color: #369ff2;
}
.public_header ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #333;
  height: 100%;
  line-height: 57px;
  padding: 0 12px;
  text-align: center;
  width: 104px;
  border-bottom: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.public_header ul li a .icon_fly {
  display: inline-block;
  position: absolute;
  left: -2px;
  top: 21px;
  width: 19px;
  height: 18px;
  background: url(../img/icon_plane.png) center center no-repeat;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  /* Safari 和 Chrome */
}
.public_header ul li a .icon_gift {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 22px;
  width: 15px;
  height: 15px;
  background: url(../img/icon_gift.png) center center no-repeat;
}
.public_header ul li:hover a,
.public_header ul li.active a {
  color: #3b83f9;
  border-bottom-color: #3b83f9;
}
.public_header ul li:hover .second_nav_block {
  height: auto;
}
.public_header ul li.line {
  height: 20px;
  width: 1px;
  margin-top: 19px;
  background: #ddd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.public_header ul li .second_nav_block {
  position: absolute;
  top: 59px;
  left: -440px;
  width: 1160px;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
}
.public_header ul li .second_nav_block ul {
  float: none;
  padding: 30px 0;
  width: 730px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.public_header ul li .second_nav_block li {
  width: 145px;
  margin-bottom: 16px;
}
.public_header ul li .second_nav_block li a {
  color: #999999;
  border-bottom: none;
  font-size: 14px;
  width: 100%;
  margin: 0;
  line-height: 30px;
  display: inline-block;
  background: none;
}
.public_header ul li .second_nav_block li:hover a,
.public_header ul li .second_nav_block li.active a {
  color: #3b83f9;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_1,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_1 {
  background-position: -13px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_2,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_2 {
  background-position: -86px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_3,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_3 {
  background-position: -158px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_4,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_4 {
  background-position: -238px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_5,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_5 {
  background-position: -318px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_6,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_6 {
  background-position: -404px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_7,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_7 {
  background-position: -494px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_8,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_8 {
  background-position: -580px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_9,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_9 {
  background-position: -670px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_10,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_10 {
  background-position: -749px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_11,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_11 {
  background-position: -828px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_12,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_12 {
  background-position: -903px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_13,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_13 {
  background-position: -973px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_14,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_14 {
  background-position: -1050px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_15,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_15 {
  background-position: -1347px -88px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_16,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_16 {
  background-position: -1201px -87px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_17,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_17 {
  background-position: -1126px -90px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_18,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_18 {
  background-position: -1273px -88px;
}
.public_header ul li .second_nav_block li:hover .icon_navs.icon_navs_19,
.public_header ul li .second_nav_block li.active .icon_navs.icon_navs_19 {
  background-position: -670px -90px;
}
.icon_nav {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/icons_main.png) center center no-repeat;
}
.bannerSection .swiper-container .swiper-slide {
  width: 100%;
  height: 612px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerSection .swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
  background-size: cover;
}
.bannerSection .banner {
  width: 100%;
  height: 612px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1366px) {
  .bannerSection .swiper-container .swiper-slide {
    height: 420px;
  }
  .bannerSection .banner {
    height: 420px;
  }
  .fixed_right_section {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  .fixed_right_section a.icons_contact_qrcode .first_layer {
    top: 40px;
    right: 86px;
  }
  .fixed_right_section a.icons_contact_qrcode .first_layer div {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}
.publicFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: #181818;
}
.publicFooter .copy_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #a8a8a8;
  line-height: 44px;
  text-align: center;
  border-top: 1px solid rgba(86, 85, 88, 0.2);
}
.publicFooter .copy_right a {
  color: #a8a8a8;
}
.publicFooter .friendLinks ul li {
  display: inline-block;
  margin-right: 5px;
}
.publicFooter .friendLinks ul li a {
  display: block;
  color: #a8a8a8;
  font-size: 14px;
}
.publicFooter .friendLinks ul li a:hover {
  color: #369ff2;
}
.publicFooter .common_width {
  position: relative;
  padding: 40px 40px 60px;
}
.publicFooter .qrSection {
  position: absolute;
  top: 40px;
  right: 80px;
}
.publicFooter .qrSection .item {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 10px;
}
.publicFooter .qrSection .item P {
  font-size: 16px;
  color: #a8a8a8;
  margin-bottom: 20px;
  text-align: center;
}
.publicFooter .qrSection .item .img {
  display: block;
  width: 88px;
  height: 88px;
  overflow: hidden;
}
.publicFooter .qrSection .item .img img {
  display: block;
  width: 100%;
  height: auto;
}
.publicFooter .links a {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #a8a8a8;
}
.publicFooter .links a:hover {
  color: #369ff2;
}
.publicFooter p {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 26px;
}
.publicFooter p.header {
  font-size: 16px;
  margin-top: 20px;
  line-height: 34px;
}
.publicFooter p a {
  color: #a8a8a8;
}
.publicFooter p a:hover {
  color: #369ff2;
}
.cooperationSection {
  width: 100%;
  height: 600px;
  padding: 150px 0;
  background: url(../img/combgs.png) center center no-repeat;
}
.cooperationSection img {
  display: block;
  width: 1210px;
  height: auto;
  margin: 0 auto;
}
.contactSection {
  background-color: #e1efff;
  padding: 100px 0;
}
.contactSection .contact {
  position: relative;
  width: 1187px;
  height: 360px;
  background: url(../img/pic_apply.png) center center no-repeat;
  margin: 0 auto;
}
.contactSection .contact .btns {
  position: absolute;
  right: 50px;
  top: 86px;
}
.contactSection .contact .btns a {
  display: block;
  width: 192px;
  height: 54px;
  line-height: 54px;
  border-radius: 54px;
  margin: 36px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  background: #fab03b;
}
.contactSection .contact .btns a:first-child {
  background: #4993fa;
}
.indexPage {
  background-color: #fff;
}
.indexPage h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: normal;
  padding: 48px;
}
.indexPage .section1 {
  padding: 22px 0 84px;
}
.indexPage .section1 img {
  display: block;
  width: 1135px;
  height: auto;
  margin: 0 auto;
}
.indexPage .section2 {
  background-color: #bdd6ff;
  /* 浏览器不支持时显示 */
  background-image: linear-gradient(#fff, #bdd6ff);
  padding-bottom: 170px;
}
.indexPage .section2 h2 {
  margin-bottom: 40px;
}
.indexPage .section2 ul {
  text-align: center;
}
.indexPage .section2 ul li {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 370px;
  height: 320px;
  background-color: #fff;
  margin: 12px 2px;
  background-position: 90% 20px;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
}
.indexPage .section2 ul li:hover {
  top: -5px;
}
.indexPage .section2 ul li.one {
  background-image: url(../img/one.png);
}
.indexPage .section2 ul li.one:before {
  content: " ";
  position: absolute;
  right: -50px;
  top: 30%;
  width: 121px;
  height: 41px;
  background: url(../img/arrow_right.png) center center no-repeat;
  z-index: 10;
}
.indexPage .section2 ul li.two {
  background-image: url(../img/two.png);
}
.indexPage .section2 ul li.three {
  background-image: url(../img/three.png);
}
.indexPage .section2 ul li.four {
  background-image: url(../img/four.png);
}
.indexPage .section2 ul li.four:before {
  content: " ";
  position: absolute;
  right: -50px;
  top: 30%;
  width: 121px;
  height: 41px;
  background: url(../img/arrow_left.png) center center no-repeat;
  z-index: 10;
}
.indexPage .section2 ul li.five {
  background-image: url(../img/five.png);
}
.indexPage .section2 ul li.five:before {
  content: " ";
  position: absolute;
  right: -50px;
  top: 30%;
  width: 121px;
  height: 41px;
  background: url(../img/arrow_left.png) center center no-repeat;
  z-index: 10;
}
.indexPage .section2 ul li.six {
  background-image: url(../img/six.png);
}
.indexPage .section2 ul li.six:before {
  content: " ";
  position: absolute;
  right: -50px;
  top: 30%;
  width: 121px;
  height: 41px;
  background: url(../img/arrow_right.png) center center no-repeat;
  z-index: 10;
}
.indexPage .section2 ul li.seven {
  background-image: url(../img/seven.png);
}
.indexPage .section2 ul li a {
  display: block;
  padding: 24px;
}
.indexPage .section2 ul li a .img {
  margin-bottom: 10px;
}
.indexPage .section2 ul li a .img img {
  display: block;
}
.indexPage .section2 ul li a p {
  font-size: 14px;
  color: #999;
  text-align: left;
  line-height: 24px;
}
.indexPage .section2 ul li a p.title {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
.indexPage .section2 ul li a .button {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #d4d4d4;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexPage .section2 ul li a:hover .button {
  background-color: #77abfc;
}
.indexPage .section2 ul li.arrowDown {
  background: url(../img/arrow_down.png) center center no-repeat;
}
.indexPage .section2 ul li.arrowDownRight {
  background: url(../img/arrow_down_right.png) center center no-repeat;
}
.indexPage .section3 {
  text-align: center;
  padding: 0 0 90px 0;
}
.indexPage .section3 h2 {
  margin: 30px 0;
}
.indexPage .section3 img {
  display: inline-block;
  vertical-align: text-top;
  margin: 10px;
  position: relative;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexPage .section3 img:hover {
  top: -5px;
}
.indexPage .section4 {
  padding: 20px 0 140px;
  background: #bed7ff;
}
.indexPage .section4 h2 {
  margin-bottom: -34px;
}
.indexPage .section4 h3 {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-bottom: 40px;
}
.indexPage .section4 ul {
  text-align: center;
}
.indexPage .section4 ul li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 268px;
  height: 430px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 8px 6px;
  top: 0;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
}
.indexPage .section4 ul li:hover {
  top: -5px;
}
.indexPage .section4 ul li a {
  display: block;
}
.indexPage .section4 ul li a .img {
  height: 246px;
  overflow: hidden;
}
.indexPage .section4 ul li a .img img {
  display: block;
  width: 100%;
  height: auto;
}
.indexPage .section4 ul li a p {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 24px;
}
.indexPage .section4 ul li a p.title {
  font-size: 18px;
  color: #333;
  padding: 24px 0 12px;
}
.indexPage .section4 ul li a .button {
  position: absolute;
  left: 50%;
  bottom: 18px;
  margin-left: -44px;
  width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999;
  background-color: #e9f0fe;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexPage .section4 ul li a:hover .button {
  color: #fff;
  background-color: #3397f5;
}
.indexPage .section5 {
  padding: 250px 0 280px;
  background-color: #aed4fc;
  background-image: url(../img/advanceBG.png), linear-gradient(#fff, #aed4fc);
  background-position: center center;
  background-repeat: no-repeat;
}
.indexPage .section5 ul {
  width: 1136px;
  text-align: center;
  margin: 0 auto;
}
.indexPage .section5 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 246px;
  height: 284px;
  background: url(../img/advance_bg_2.png) center center no-repeat;
  margin: -30px 16px;
}
.indexPage .section5 ul li.main {
  width: 318px;
  height: 340px;
  margin: -30px -12px;
  padding-top: 78px;
  background-image: url(../img/advance_bg_1.png);
}
.indexPage .section5 ul li.main p {
  font-size: 80px;
  color: #fa7c4f;
  line-height: 80px;
  font-weight: 600;
}
.indexPage .section5 ul li.main p:first-child {
  color: #323030;
  font-size: 40px;
}
.indexPage .section5 ul li span {
  display: block;
  margin: 50px auto 0;
  width: 120px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}
.indexPage .section5 ul li .icon_1 {
  background-image: url(../img/advance_5.png);
}
.indexPage .section5 ul li .icon_2 {
  background-image: url(../img/advance_8.png);
}
.indexPage .section5 ul li .icon_3 {
  background-image: url(../img/advance_2.png);
}
.indexPage .section5 ul li .icon_4 {
  background-image: url(../img/advance_7.png);
}
.indexPage .section5 ul li .icon_5 {
  background-image: url(../img/advance_1.png);
}
.indexPage .section5 ul li .icon_6 {
  background-image: url(../img/advance_4.png);
}
.indexPage .section5 ul li p {
  font-size: 14px;
  color: #444;
}
.indexPage .section5 ul li p.title {
  font-size: 18px;
  margin-bottom: 6px;
}
.indexPage .section6 {
  position: relative;
  width: 1000px;
  padding: 40px 0 220px;
}
.indexPage .section6 h2 {
  margin-bottom: 20px;
}
.indexPage .section6 .item {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 16px rgba(83, 118, 168, 0.33);
  margin-bottom: 10px;
}
.indexPage .section6 .item p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.indexPage .section6 .item p.title {
  font-size: 18px;
  line-height: 40px;
}
.indexPage .section6 img {
  position: absolute;
  right: -50px;
  bottom: 200px;
  display: block;
  width: 440px;
  height: auto;
}
.indexPage .section7 {
  padding: 40px 0 80px;
}
.indexPage .section7 .common_width {
  width: 1128px;
  padding: 20px 60px;
  box-shadow: 2px 0 8px rgba(14, 5, 10, 0.05);
}
.indexPage .section7 h2 {
  font-size: 30px;
  color: #333;
  text-align: left;
}
.indexPage .section7 .list {
  padding-bottom: 30px;
  overflow: hidden;
}
.indexPage .section7 .list .item {
  width: 49%;
  margin-left: 2%;
  float: left;
  border-bottom: 2px solid #f8f8f9;
  padding: 30px 40px;
}
.indexPage .section7 .list .item:first-child {
  border: 2px solid #f8f8f9;
  margin-left: 0;
}
.indexPage .section7 .list .item:first-child .title {
  max-height: 60px;
  white-space: initial;
  overflow: hidden;
  text-overflow: initial;
}
.indexPage .section7 .list .item:first-child + .item {
  border-top: 2px solid #f8f8f9;
}
.indexPage .section7 .list .item .date {
  font-size: 24px;
  color: #333;
}
.indexPage .section7 .list .item .date a {
  font-size: 14px;
  color: #999;
  float: right;
}
.indexPage .section7 .list .item .title {
  font-size: 18px;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexPage .section7 .list .item .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
}
.indexPage .section7 .list .item .img {
  display: table-cell;
  vertical-align: middle;
  width: 410px;
  height: 360px;
  margin: 16px 0;
}
.indexPage .section7 .list .item .img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.indexPage .section7 .list .item .button a {
  display: block;
  width: 163px;
  height: 73px;
  background: url(../img/btn_more.png) center center no-repeat;
  background-size: cover;
}
.pub_logo_section {
  padding: 40px 0;
  background-color: #a8cefd;
  /* 浏览器不支持时显示 */
  background-image: linear-gradient(#e3f0ff, #a8cefd);
}
.pub_logo_section > h2 {
  font-size: 36px;
  color: #333;
  padding: 48px;
  text-align: center;
  font-weight: 600;
  margin-bottom: -10px;
}
.pub_logo_section h3 {
  text-align: center;
}
.pub_logo_section h3 span {
  font-size: 30px;
  color: #333;
  margin: 0 18px;
}
.pub_logo_section h3 span em {
  font-size: 60px;
  color: #ed7f01;
  font-style: initial;
}
.pub_logo_section ul {
  width: 1210px;
  margin: 70px auto;
}
.pub_logo_section ul li {
  display: block;
  float: left;
  padding: 0 16px;
}
.pub_logo_section ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 168px;
  height: 168px;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}
.pub_logo_section ul li img {
  display: inline-block;
  vertical-align: middle;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
.pub_logo_section ul li:first-child + li + li + li + li + li + li {
  margin-left: 90px;
}
.pub_logo_section ul li:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.schemePage {
  background-color: #fff;
}
.schemePage .liuchengSection {
  padding: 110px 0 200px;
  text-align: center;
  background-image: linear-gradient(#fff 60%, #bdd6ff);
}
.schemePage .liuchengSection .common_width {
  background: url(../img/liuchengZhou.png) center top no-repeat;
}
.schemePage .liuchengSection img {
  display: inline-block;
  margin: 20px;
}
.schemePage .liuchengSection img.img1 {
  margin-bottom: 100px;
}
.schemePage .liuchengSection img.img2 {
  margin: 100px 0 140px;
}
.schemePage .liuchengSection img.img3 {
  margin: 60px 0 120px;
}
.schemePage .liuchengSection img.img4 {
  margin: 20px 0 120px;
}
.schemePage .liuchengSection img.img5 {
  margin: 90px 0 70px;
}
.schemePage .liuchengSection img.img6 {
  margin: 80px 0 90px;
}
.schemePage .liuchengSection img.img7 {
  margin: 140px 0 0;
}
.schemePage .liuchengSection .textSection {
  text-align: left;
}
.schemePage .liuchengSection .textSection p {
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-bottom: 8px;
}
.schemePage .liuchengSection .textSection p.title {
  font-size: 24px;
  margin: 10px 0 42px;
}
.schemePage .liuchengSection .textSection p.title:before {
  display: none;
}
.schemePage .liuchengSection .textSection p:before {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #aaa;
  position: absolute;
  left: -16px;
  top: 10px;
  border-radius: 100%;
}
.schemePage .liuchengSection .leftSection {
  width: 50%;
  float: left;
  padding-right: 40px;
}
.schemePage .liuchengSection .rightSection {
  width: 50%;
  float: right;
  padding-left: 60px;
}
.schemePageMobile {
  display: none;
}
.productionPage {
  background-color: #fff;
}
.productionPage .introSection {
  background-image: linear-gradient(#fff 40%, #bdd6ff);
}
.productionPage .introSection .common_width {
  padding: 110px 0 300px;
  width: 1110px;
  overflow: hidden;
}
.productionPage .introSection .common_width h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 80px;
  font-weight: normal;
}
.productionPage .introSection .common_width h3 {
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-bottom: 80px;
  font-weight: normal;
}
.productionPage .introSection .common_width section {
  height: 222px;
}
.productionPage .introSection .common_width section.one {
  background: url(../img/one_grad.png) 90% center no-repeat;
}
.productionPage .introSection .common_width section.one .box {
  float: left;
}
.productionPage .introSection .common_width section.two {
  background: url(../img/two_grad.png) 150px center no-repeat;
}
.productionPage .introSection .common_width section.two .box {
  float: right;
}
.productionPage .introSection .common_width section.three {
  background: url(../img/three_grad.png) 90% center no-repeat;
}
.productionPage .introSection .common_width section.three .box {
  float: left;
}
.productionPage .introSection .common_width section.three .box img {
  margin-right: 0;
}
.productionPage .introSection .common_width section.four {
  background: url(../img/four_grad.png) 150px center no-repeat;
}
.productionPage .introSection .common_width section.four .box {
  float: right;
}
.productionPage .introSection .common_width section.five {
  background: url(../img/five_grad.png) 90% center no-repeat;
}
.productionPage .introSection .common_width section.five .box {
  float: left;
}
.productionPage .introSection .common_width section.six {
  background: url(../img/six_grad.png) 150px center no-repeat;
}
.productionPage .introSection .common_width section.six .box {
  float: right;
}
.productionPage .introSection .common_width section.six .box img {
  margin-left: 40px;
}
.productionPage .introSection .common_width section.seven {
  background: url(../img/seven_grad.png) 90% center no-repeat;
}
.productionPage .introSection .common_width section.seven .box {
  float: left;
}
.productionPage .introSection .common_width section.eight {
  background: url(../img/eight_grad.png) 150px center no-repeat;
}
.productionPage .introSection .common_width section.eight .box {
  float: right;
  padding-top: 0;
}
.productionPage .introSection .common_width section .box {
  width: 674px;
  height: 222px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
}
.productionPage .introSection .common_width section .box img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.productionPage .introSection .common_width section .box .textSection {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.productionPage .introSection .common_width section .box .textSection p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.productionPage .introSection .common_width section .box .textSection p.title {
  font-size: 18px;
  color: #333;
  margin-bottom: 6px;
}
.articlePage {
  position: relative;
  width: 1210px;
  margin: 20px auto 30px;
  overflow: hidden;
}
.articlePage * {
  margin: 0;
  padding: 0;
}
.articlePage ul {
  list-style: none;
}
.articlePage .el-carousel {
  margin-bottom: 10px;
}
.articlePage .banner_acticle {
  display: block;
  width: 100%;
  height: auto;
}
.articlePage .banner_acticle img {
  display: block;
  width: 100%;
  height: auto;
}
.articlePage:before {
  content: "";
  position: absolute;
  right: 0;
  top: 130px;
  bottom: 0;
  width: 336px;
  background: #fff;
}
.articlePage .left_article_list {
  width: 860px;
  float: left;
  background: #fff;
}
.articlePage .left_article_list .prev_next {
  padding: 0 60px 50px;
}
.articlePage .left_article_list .prev_next span {
  color: #999;
}
.articlePage .left_article_list .prev_next span + span {
  float: right;
}
.articlePage .left_article_list .prev_next a {
  font-size: 14px;
  color: #999;
}
.articlePage .left_article_list .prev_next a:hover {
  color: #28a9ff;
}
.articlePage .left_article_list .pageTags {
  padding: 0px 60px 40px 80px;
  background: url(../img/icon_tag.png) 60px 10px no-repeat;
}
.articlePage .left_article_list .pageTags ul {
  width: 710px;
  display: inline-block;
  vertical-align: top;
}
.articlePage .left_article_list .pageTags ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
.articlePage .left_article_list .pageTags ul li a {
  font-size: 14px;
  color: #444;
}
.articlePage .left_article_list .pagination-container {
  text-align: center;
  padding: 50px 0;
}
.articlePage .left_article_list .top_cate_list {
  padding: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.articlePage .left_article_list .top_cate_list li {
  display: inline-block;
  margin: 0 10px;
}
.articlePage .left_article_list .top_cate_list li a {
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  color: #333;
  font-size: 14px;
}
.articlePage .left_article_list .top_cate_list li a:hover,
.articlePage .left_article_list .top_cate_list li a.active {
  background: #28a9ff;
  color: #fff;
  border-radius: 4px;
}
.articlePage .left_article_list .article_list li a {
  display: block;
  padding: 22px;
  overflow: hidden;
}
.articlePage .left_article_list .article_list li a .img {
  width: 280px;
  height: 180px;
  float: left;
}
.articlePage .left_article_list .article_list li a .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.articlePage .left_article_list .article_list li a .content {
  margin-left: 310px;
}
.articlePage .left_article_list .article_list li a .content p {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  height: 54px;
  overflow: hidden;
}
.articlePage .left_article_list .article_list li a .content h1.title {
  color: #333;
  font-size: 20px;
  line-height: 32px;
  height: auto;
  margin-bottom: 20px;
}
.articlePage .left_article_list .article_list li a .content p.time {
  height: auto;
}
.articlePage .left_article_list .article_list li a .content span {
  display: block;
  width: 120px;
  line-height: 30px;
  background: #28a9ff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}
.articlePage .left_article_list .article_list li a:hover {
  background: #fafafa;
}
.articlePage .left_article_list .article_list li + li {
  border-top: 1px solid #f2f2f2;
}
.articlePage .left_article_list .article_content {
  padding: 35px 60px;
}
.articlePage .left_article_list .article_content .title {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  margin-bottom: 20px;
}
.articlePage .left_article_list .article_content .time {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-bottom: 20px;
}
.articlePage .left_article_list .article_content .article_article {
  font-size: 14px;
  color: #333;
}
.articlePage .left_article_list .article_content .article_article p {
  margin: 10px 0;
}
.articlePage .left_article_list .article_content .article_article ul,
.articlePage .left_article_list .article_content .article_article li {
  list-style: initial;
}
.articlePage .right_article_list {
  position: relative;
  width: 336px;
  float: right;
  background: #fff;
  z-index: 99;
}
.articlePage .right_article_list .image_right_acticle {
  display: block;
  width: 100%;
  height: auto;
  background: #f2f2f2;
  padding-bottom: 10px;
}
.articlePage .right_article_list .image_right_acticle img {
  display: block;
  width: 100%;
  height: auto;
}
.articlePage .right_article_list .section {
  margin-bottom: 12px;
}
.articlePage .right_article_list .section .header {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 0;
}
.articlePage .right_article_list .section .header span {
  display: block;
  line-height: 40px;
  border-left: 4px solid #28a9ff;
  padding: 0 18px;
}
.articlePage .right_article_list .section.article ul {
  padding: 10px 0;
}
.articlePage .right_article_list .section.article ul li {
  position: relative;
}
.articlePage .right_article_list .section.article ul li a {
  display: block;
  font-size: 14px;
  padding: 10px 36px;
}
.articlePage .right_article_list .section.article ul li a p {
  color: #999;
  line-height: 18px;
  margin-bottom: 6px;
}
.articlePage .right_article_list .section.article ul li a p.title {
  color: #333;
  max-height: 36px;
  overflow: hidden;
}
.articlePage .right_article_list .section.article ul li a:hover p.title,
.articlePage .right_article_list .section.article ul li a.nuxt-link-exact-active p.title {
  color: #3a9ffb;
}
.articlePage .right_article_list .section.article ul li:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78afd3;
}
.articlePage .right_article_list .section.hot_tags ul {
  padding: 16px;
}
.articlePage .right_article_list .section.hot_tags ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
.articlePage .right_article_list .section.hot_tags ul li a {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.articlePage .right_article_list .section.hot_tags ul li a:hover,
.articlePage .right_article_list .section.hot_tags ul li a.nuxt-link-exact-active {
  color: #28a9ff;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.fixed_right_section {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 10001;
}
.fixed_right_section a {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  background-image: url(../img/icon_right.png);
  background-repeat: no-repeat;
}
.fixed_right_section a .text {
  display: none;
  width: 62px;
  height: 62px;
  line-height: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  color: #f6f6f6;
  border-radius: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed_right_section a .first_layer {
  display: none;
  box-sizing: border-box;
  position: absolute;
  right: 62px;
  background-position: center center;
  background-repeat: no-repeat;
}
.fixed_right_section a.icons_contact_QQ {
  background-position: -1px 1px;
}
.fixed_right_section a.icons_contact_QQ .first_layer {
  width: 210px;
  height: 261px;
  background-image: url(../img/contact_bg.png);
  top: 0;
  padding-top: 24px;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item {
  font-size: 14px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 20px 4px;
  background-size: 25px 25px;
  margin-bottom: 10px;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item .btn {
  width: 108px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item .text_g {
  color: #999;
  line-height: 30px;
  text-align: left;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.enter {
  background-image: url(../img/contact_enter.png);
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.enter .btn {
  background-color: #fe8921;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.seller {
  background-image: url(../img/contact_seller.png);
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.seller .btn {
  background-color: #fcb315;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.user {
  background-image: url(../img/contact_user.png);
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.user .btn {
  background-color: #4993fa;
}
.fixed_right_section a.icons_contact_phone {
  background-position: -1px -68px;
}
.fixed_right_section a.icons_contact_phone .first_layer {
  width: 210px;
  height: 82px;
  background-image: url(../img/pic_tel.png);
  bottom: 0;
}
.fixed_right_section a.icons_contact_qrcode {
  background-position: -1px -137px;
}
.fixed_right_section a.icons_contact_qrcode .first_layer {
  width: 214px;
  height: 356px;
  top: 0;
}
.fixed_right_section a.icons_contact_qrcode .first_layer div {
  width: 214px;
  height: 356px;
  background: url(../img/bg_qrcode.png) center center no-repeat;
  padding-top: 16px;
}
.fixed_right_section a.icons_contact_qrcode .first_layer img {
  display: block;
  width: 100px;
  height: auto;
  margin-left: 76px;
  margin-bottom: 5px;
}
.fixed_right_section a.backTOP {
  background-position: -1px -206px;
}
@media screen and (max-width: 1366px) {
  .fixed_right_section {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  .fixed_right_section a.icons_contact_qrcode .first_layer {
    top: 40px;
    right: 86px;
  }
  .fixed_right_section a.icons_contact_qrcode .first_layer div {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}
.aboutUsPage {
  background-color: #fff;
  padding-bottom: 180px;
}
.aboutUsPage .banner {
  position: relative;
  width: 100%;
  height: 946px;
  background: url('../img/aboutUs.png') center top no-repeat;
  background-size: cover;
  z-index: 9;
}
.aboutUsPage .content_1,
.aboutUsPage .content_2,
.aboutUsPage .content_3 {
  width: 1080px;
  margin: 0 auto;
}
.aboutUsPage .content_1 {
  position: relative;
  height: 184px;
  padding: 50px 42px 0;
  background: url('../img/about_us.png') right top no-repeat;
  background-size: contain;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(189, 223, 253, 0.75);
  font-weight: 800;
  margin-top: -18px;
}
.aboutUsPage .content_1 header {
  position: absolute;
  left: 24px;
  top: -24px;
  width: 204px;
  height: 60px;
  line-height: 60px;
  font-size: 34px;
  color: #fff;
  background: #3a9ffb;
  text-align: center;
}
.aboutUsPage .content_1 div p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.aboutUsPage .content_2 {
  margin: 70px auto 104px;
  line-height: 40px;
}
.aboutUsPage .content_2 header {
  font-size: 20px;
  color: #000;
  font-weight: 800;
  margin-bottom: 10px;
}
.aboutUsPage .content_2 div p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.aboutUsPage .content_3 header {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 42px;
  color: #333;
  margin-right: 80px;
}
.aboutUsPage .content_3 div {
  display: inline-block;
  vertical-align: middle;
}
.aboutUsPage .content_3 div p {
  display: inline-block;
  vertical-align: middle;
  width: 238px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  color: #666;
  background: #e0f1ff;
  margin: 0 20px;
}
.aboutUsPage .content_3 div p a {
  color: #666;
}
.mobile_fixed_right {
  display: none;
}
body.mobileStyle {
  min-width: 100%;
  padding-top: 1.32rem;
  padding-bottom: 7.2rem;
}
body.mobileStyle .mobile_fixed_right {
  display: block;
  position: fixed;
  right: 0.16rem;
  bottom: 20%;
  z-index: 999;
}
body.mobileStyle .mobile_fixed_right a {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  margin: 0.33rem 0;
}
body.mobileStyle .mobile_fixed_right a.icon_phone {
  background: url(../img/icon_phone.png) center center no-repeat #4183ee;
  background-size: 60%;
}
body.mobileStyle .mobile_fixed_right a.icon_register {
  background: url(../img/icon_regsiter.png) center center no-repeat #dbb931;
  background-size: 60%;
}
body.mobileStyle .common_width {
  width: 100%;
  margin: 0 auto;
}
body.mobileStyle .public_header {
  height: 1.32rem;
}
body.mobileStyle .public_header .fliplus_shopping_links {
  display: none;
}
body.mobileStyle .public_header .logo {
  padding: 0.3rem 0.2667rem;
}
body.mobileStyle .public_header .logo img {
  display: block;
  height: 0.72rem;
  width: auto;
  margin-top: 0;
  margin-left: 0;
}
body.mobileStyle .public_header .logo:before {
  display: none;
}
body.mobileStyle .public_header .icon_nav_toggle {
  display: block;
  float: right;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.3rem;
  background: url(../img/icon_nav_toggle.png) center center no-repeat;
  background-size: 0.44rem 0.306666rem;
}
body.mobileStyle .public_header .nav_shade {
  position: absolute;
  display: none;
  float: none;
  background: #1e1b29;
  top: 1.32rem;
  width: 100%;
  height: auto;
}
body.mobileStyle .public_header .nav_shade_box {
  float: none;
}
body.mobileStyle .public_header ul li {
  display: block;
  float: none;
}
body.mobileStyle .public_header ul li a {
  position: relative;
  display: block;
  font-size: 0.32rem;
  color: #aaa;
  padding: 0.32rem 0.54rem;
  line-height: 0.2933rem;
  text-align: left;
  border-bottom: 1px solid #222;
}
body.mobileStyle .public_header ul li a .icon_fly,
body.mobileStyle .public_header ul li a .icon_gift {
  display: none;
}
body.mobileStyle .public_header ul li.curr a,
body.mobileStyle .public_header ul li.active a {
  color: #3b83f9;
}
body.mobileStyle .bannerSection .swiper-container .swiper-slide {
  height: 5.3333rem;
}
body.mobileStyle .bannerSection .banner {
  height: 5.3333rem;
}
body.mobileStyle .publicFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7.2rem;
  background: #302e41;
}
body.mobileStyle .publicFooter .common_width {
  padding: 0.8rem 0.5333rem 2.5rem;
}
body.mobileStyle .publicFooter .copy_right {
  font-size: 0.32rem;
  line-height: 0.5867rem;
  padding: 0.2667rem;
}
body.mobileStyle .publicFooter .friendLinks ul {
  width: 50%;
}
body.mobileStyle .publicFooter .friendLinks ul li {
  margin-right: 10px;
}
body.mobileStyle .publicFooter .friendLinks ul li a {
  font-size: 0.32rem;
}
body.mobileStyle .publicFooter .qrSection {
  position: absolute;
  top: 0.4rem;
  right: 1.0667rem;
}
body.mobileStyle .publicFooter .qrSection .item + .item {
  display: none;
}
body.mobileStyle .publicFooter .qrSection .item P {
  display: none;
}
body.mobileStyle .publicFooter .qrSection .item .img {
  width: 2.64rem;
  height: 2.64rem;
}
body.mobileStyle .publicFooter .links {
  display: none;
}
body.mobileStyle .publicFooter .links + .header {
  display: none;
}
body.mobileStyle .publicFooter p {
  font-size: 0.2667rem;
  line-height: 0.42rem;
}
body.mobileStyle .publicFooter p.header {
  font-size: 0.32rem;
  margin: 0.2667rem 0;
  line-height: 0.4533rem;
}
body.mobileStyle .cooperationSection {
  width: 100%;
  height: 600px;
  padding: 150px 0;
  background: url(../img/combgs.png) center center no-repeat;
}
body.mobileStyle .cooperationSection img {
  display: block;
  width: 1210px;
  height: auto;
  margin: 0 auto;
}
body.mobileStyle .contactSection {
  display: none;
}
body.mobileStyle .fixed_right_section {
  display: none;
}
body.mobileStyle .pub_logo_section {
  padding: 0.32rem 0 0.5333rem;
}
body.mobileStyle .pub_logo_section h2 {
  font-size: 0.42rem;
  margin-bottom: -1rem;
}
body.mobileStyle .pub_logo_section h3 span {
  font-size: 0.36rem;
  margin: 0 0.1rem;
}
body.mobileStyle .pub_logo_section h3 span em {
  font-size: 0.6rem;
}
body.mobileStyle .pub_logo_section ul {
  width: 100%;
  margin: 0.9333rem auto;
  text-align: center;
}
body.mobileStyle .pub_logo_section ul li {
  display: inline-block;
  float: none;
  padding: 0 0.02rem;
}
body.mobileStyle .pub_logo_section ul li a {
  width: 2.24rem;
  height: 2.24rem;
}
body.mobileStyle .pub_logo_section ul li a img {
  width: 80%;
}
body.mobileStyle .pub_logo_section ul li:nth-child(7) {
  margin-left: 0;
}
body.mobileStyle .pub_logo_section ul li:nth-child(1),
body.mobileStyle .pub_logo_section ul li:nth-child(8) {
  margin-left: 0.6rem;
}
body.mobileStyle .pub_logo_section ul li:nth-child(3),
body.mobileStyle .pub_logo_section ul li:nth-child(10) {
  margin-right: 0.6rem;
}
body.mobileStyle .indexPage h2 {
  font-size: 0.4rem;
  padding: 0.64rem 0;
}
body.mobileStyle .indexPage .section1 {
  padding: 0.2933rem 0 0.8rem;
}
body.mobileStyle .indexPage .section1 img {
  width: 90%;
}
body.mobileStyle .indexPage .section2 {
  padding: 0 0.2667rem 1rem;
}
body.mobileStyle .indexPage .section2 h2 {
  margin-bottom: 0.4rem;
}
body.mobileStyle .indexPage .section2 ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.mobileStyle .indexPage .section2 ul li {
  display: block;
  width: 49%;
  height: 4rem;
  border-radius: 0.1333rem;
  margin: 0.5%;
  background-position: 90% 0.2667rem;
  background-size: auto 0.5333rem;
}
body.mobileStyle .indexPage .section2 ul li.one {
  order: 1;
}
body.mobileStyle .indexPage .section2 ul li.two {
  order: 2;
}
body.mobileStyle .indexPage .section2 ul li.three {
  order: 3;
}
body.mobileStyle .indexPage .section2 ul li.four {
  order: 4;
}
body.mobileStyle .indexPage .section2 ul li.five {
  order: 5;
}
body.mobileStyle .indexPage .section2 ul li.six {
  order: 6;
}
body.mobileStyle .indexPage .section2 ul li.seven {
  width: 100%;
  background-position: 95% 0.2667rem;
  order: 7;
}
body.mobileStyle .indexPage .section2 ul li.one:before,
body.mobileStyle .indexPage .section2 ul li.four:before,
body.mobileStyle .indexPage .section2 ul li.five:before,
body.mobileStyle .indexPage .section2 ul li.six:before,
body.mobileStyle .indexPage .section2 ul li.seven:before {
  display: none;
}
body.mobileStyle .indexPage .section2 ul li a {
  padding: 0.32rem;
}
body.mobileStyle .indexPage .section2 ul li a .img {
  margin-bottom: 0.1333rem;
}
body.mobileStyle .indexPage .section2 ul li a .img img {
  display: block;
  width: 1.04rem;
  height: auto;
}
body.mobileStyle .indexPage .section2 ul li a p {
  font-size: 0.1867rem;
  line-height: 0.32rem;
}
body.mobileStyle .indexPage .section2 ul li a p.title {
  font-size: 0.24rem;
  line-height: 0.5333rem;
}
body.mobileStyle .indexPage .section2 ul li a .button {
  position: absolute;
  right: 0.2667rem;
  bottom: 0.24rem;
  width: 1.4667rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.24rem;
  border-radius: 0.0533rem;
}
body.mobileStyle .indexPage .section2 ul li.arrowDown,
body.mobileStyle .indexPage .section2 ul li.arrowDownRight {
  display: none;
}
body.mobileStyle .indexPage .section3 {
  text-align: center;
  padding: 0 0 1.2rem 0;
}
body.mobileStyle .indexPage .section3 h2 {
  margin: 0.2rem 0;
}
body.mobileStyle .indexPage .section3 img {
  width: 3.6267rem;
  margin: 0.14rem 0.1rem;
}
body.mobileStyle .indexPage .section4 {
  padding: 0.2667rem 0 1rem;
}
body.mobileStyle .indexPage .section4 h2 {
  margin-bottom: -0.4533rem;
}
body.mobileStyle .indexPage .section4 h3 {
  font-size: 0.3rem;
  margin-bottom: 0.5333rem;
}
body.mobileStyle .indexPage .section4 ul li {
  width: 3.9467rem;
  height: 6.2933rem;
  border-radius: 0.1333rem;
  margin: 0.1067rem 0.08rem;
}
body.mobileStyle .indexPage .section4 ul li a .img {
  height: 3.6rem;
}
body.mobileStyle .indexPage .section4 ul li a p {
  font-size: 0.2133rem;
  line-height: 0.32rem;
}
body.mobileStyle .indexPage .section4 ul li a p.title {
  font-size: 0.2667rem;
  padding: 0.32rem 0 0.16rem;
}
body.mobileStyle .indexPage .section4 ul li a .button {
  bottom: 0.24rem;
  margin-left: -0.5867rem;
  width: 1.1733rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.2133rem;
  border-radius: 0.0533rem;
}
body.mobileStyle .indexPage .section5 {
  padding: 1rem 0 0.6rem;
  background-size: contain;
  background-position: center 15%, center center;
}
body.mobileStyle .indexPage .section5 ul {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
}
body.mobileStyle .indexPage .section5 ul li {
  display: block;
  float: left;
  width: 3.28rem;
  height: 3.7867rem;
  background-size: contain;
  margin: -0.36rem 0.1333rem;
}
body.mobileStyle .indexPage .section5 ul li.main {
  width: 4.24rem;
  height: 4.5333rem;
  padding-top: 0.96rem;
  margin: -0.66rem 0;
}
body.mobileStyle .indexPage .section5 ul li.main p {
  font-size: 1.0667rem;
  line-height: 1.0667rem;
}
body.mobileStyle .indexPage .section5 ul li.main p:first-child {
  font-size: 0.5333rem;
}
body.mobileStyle .indexPage .section5 ul li span {
  margin: 0.4rem auto 0;
  width: 1.6rem;
  height: 1.3333rem;
  background-size: contain;
}
body.mobileStyle .indexPage .section5 ul li p {
  font-size: 0.2133rem;
}
body.mobileStyle .indexPage .section5 ul li p.title {
  font-size: 0.2667rem;
  margin-bottom: 0.08rem;
}
body.mobileStyle .indexPage .section5 ul li:first-child,
body.mobileStyle .indexPage .section5 ul li:nth-child(5) {
  margin-left: 2.1rem;
}
body.mobileStyle .indexPage .section5 ul li:nth-child(3) {
  margin-left: 0.3rem;
}
body.mobileStyle .indexPage .section5 ul li:nth-child(7) {
  margin-left: 3.9rem;
}
body.mobileStyle .indexPage .section6 {
  width: 100%;
  padding: 0.5333rem 0.4rem 1.2rem;
}
body.mobileStyle .indexPage .section6 .item {
  padding: 0.1333rem 0.2667rem;
  border-radius: 0.1867rem;
  margin-bottom: 0.1333rem;
}
body.mobileStyle .indexPage .section6 .item p {
  font-size: 0.26rem;
  line-height: 0.3467rem;
}
body.mobileStyle .indexPage .section6 .item p.title {
  font-size: 0.28rem;
  line-height: 0.5333rem;
}
body.mobileStyle .indexPage .section6 img {
  position: relative;
  right: auto;
  bottom: auto;
  width: 5.8667rem;
  margin: -0.6rem auto 0.6rem;
}
body.mobileStyle .indexPage .section7 {
  display: none;
}
body.mobileStyle .indexPage .pub_logo_section h2 {
  margin-bottom: -0.1333rem;
}
body.mobileStyle .schemePage {
  display: none;
}
body.mobileStyle .schemePageMobile {
  display: block;
  background-color: #fff;
}
body.mobileStyle .schemePageMobile .liuchengSection {
  padding: 1.1733rem 0.9067rem 2rem;
  background-image: linear-gradient(#fff 60%, #bdd6ff);
}
body.mobileStyle .schemePageMobile .liuchengSection .common_width {
  position: relative;
}
body.mobileStyle .schemePageMobile .liuchengSection .textSection {
  position: relative;
  text-align: left;
  z-index: 10;
  margin-bottom: 0.7rem;
}
body.mobileStyle .schemePageMobile .liuchengSection .textSection:before {
  content: " ";
  width: 1px;
  position: absolute;
  right: 0;
  top: 1.3333rem;
  bottom: 0.2667rem;
  background-color: rgba(59, 131, 249, 0.5);
}
body.mobileStyle .schemePageMobile .liuchengSection .textSection img {
  position: absolute;
  width: 2.2rem;
  height: auto;
  right: 0.8rem;
  top: -0.4rem;
  margin: 0;
  z-index: 0;
}
body.mobileStyle .schemePageMobile .liuchengSection .textSection p {
  position: relative;
  font-size: 0.1867rem;
  line-height: 0.4533rem;
  margin-bottom: 0.16rem;
  width: 90%;
  padding-right: 0.6667rem;
}
body.mobileStyle .schemePageMobile .liuchengSection .textSection p.title {
  width: 100%;
  font-size: 0.32rem;
  margin: 0.1333rem 0 0.36rem;
}
body.mobileStyle .schemePageMobile .liuchengSection .textSection p.title:before {
  width: 0.6933rem;
  height: 1.1467rem;
  background: url(../img/liucheng.png) center center / contain no-repeat;
  right: -0.35rem;
  left: auto;
  top: -0.4rem;
}
body.mobileStyle .schemePageMobile .liuchengSection .textSection p:before {
  content: " ";
  width: 0.2rem;
  height: 0.2rem;
  background-color: #aaa;
  position: absolute;
  left: -0.4rem;
  top: 0.1333rem;
  border-radius: 100%;
}
body.mobileStyle .productionPage {
  background-color: #fff;
}
body.mobileStyle .productionPage .introSection {
  background-image: linear-gradient(#fff 40%, #bdd6ff);
}
body.mobileStyle .productionPage .introSection .common_width {
  padding: 1rem 0;
  width: 100%;
  overflow: hidden;
}
body.mobileStyle .productionPage .introSection .common_width h2 {
  font-size: 0.5rem;
  line-height: 1.0667rem;
}
body.mobileStyle .productionPage .introSection .common_width h3 {
  font-size: 0.32rem;
  margin-bottom: 1.0667rem;
}
body.mobileStyle .productionPage .introSection .common_width section {
  padding: 0.1333rem 0.2667rem;
  height: auto;
}
body.mobileStyle .productionPage .introSection .common_width section.one,
body.mobileStyle .productionPage .introSection .common_width section.two,
body.mobileStyle .productionPage .introSection .common_width section.three,
body.mobileStyle .productionPage .introSection .common_width section.four,
body.mobileStyle .productionPage .introSection .common_width section.five,
body.mobileStyle .productionPage .introSection .common_width section.six,
body.mobileStyle .productionPage .introSection .common_width section.seven,
body.mobileStyle .productionPage .introSection .common_width section.eight {
  background-image: none;
}
body.mobileStyle .productionPage .introSection .common_width section.one .box,
body.mobileStyle .productionPage .introSection .common_width section.two .box,
body.mobileStyle .productionPage .introSection .common_width section.three .box,
body.mobileStyle .productionPage .introSection .common_width section.four .box,
body.mobileStyle .productionPage .introSection .common_width section.five .box,
body.mobileStyle .productionPage .introSection .common_width section.six .box,
body.mobileStyle .productionPage .introSection .common_width section.seven .box,
body.mobileStyle .productionPage .introSection .common_width section.eight .box {
  float: none;
}
body.mobileStyle .productionPage .introSection .common_width section.one .box img {
  margin-right: 0.2rem;
}
body.mobileStyle .productionPage .introSection .common_width section.two .box img {
  margin-left: 0.2rem;
}
body.mobileStyle .productionPage .introSection .common_width section.four .box img {
  margin-left: 0.4rem;
}
body.mobileStyle .productionPage .introSection .common_width section.six .box img {
  margin-left: 0.2rem;
}
body.mobileStyle .productionPage .introSection .common_width section.seven .box img {
  margin-left: -0.1rem;
}
body.mobileStyle .productionPage .introSection .common_width section.eight .box img {
  margin-left: 0.2rem;
}
body.mobileStyle .productionPage .introSection .common_width section .box {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.1333rem;
  padding: 0.2667rem 0.5333rem;
  overflow: hidden;
  box-shadow: 0 0 0.1333rem rgba(0, 0, 0, 0.1);
}
body.mobileStyle .productionPage .introSection .common_width section .box img {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  margin: 0;
}
body.mobileStyle .productionPage .introSection .common_width section .box .textSection {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.12rem;
}
body.mobileStyle .productionPage .introSection .common_width section .box .textSection p {
  font-size: 0.24rem;
  line-height: 0.46rem;
}
body.mobileStyle .productionPage .introSection .common_width section .box .textSection p.title {
  font-size: 0.4rem;
  color: #333;
  margin-bottom: 0.15rem;
}
body.mobileStyle .productionPage .cooperationSection {
  display: none;
}
body.mobileStyle .alist {
  padding-bottom: 0.2667rem;
}
body.mobileStyle .alist p {
  margin: 0;
}
body.mobileStyle .alist .box {
  display: block;
  padding: 0.1333rem 0.2133rem;
  background: #fff;
  color: #444;
  margin: 0.2667rem 0.4rem;
  font-size: 0.32rem;
}
body.mobileStyle .alist .box .title {
  line-height: 0.8rem;
  color: #444;
}
body.mobileStyle .alist .box .img {
  width: 100%;
  height: 4.66666667rem;
  overflow: hidden;
}
body.mobileStyle .alist .box .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.mobileStyle .alist .box .description {
  line-height: 0.64rem;
}
body.mobileStyle .alist .box .info {
  position: relative;
  height: 0.90666667rem;
  line-height: 0.90666667rem;
  border-top: 1px solid #eee;
}
body.mobileStyle .alist .box .info span {
  display: block;
  color: #999;
  float: right;
  padding-right: 0.26666667rem;
  padding-top: 0.03rem;
  background: url('~assets/img/icon_arrow_text.png') right center no-repeat;
  background-size: 0.16rem 0.29333333rem;
}
body.mobileStyle .alist .box .info a:active {
  color: #6c7ef3;
}
body.mobileStyle .alist .pagination-container {
  text-align: center;
}
body.mobileStyle .articlePage:before {
  display: none;
}
body.mobileStyle .articlePage .banner_acticle {
  display: block;
  width: 100%;
  height: auto;
}
body.mobileStyle .articlePage .banner_acticle img {
  display: block;
  width: 100%;
  height: auto;
}
body.mobileStyle .articlePage .right_article_list {
  display: none;
}
body.mobileStyle .articlePage .left_article_list {
  width: 100%;
}
body.mobileStyle .articlePage .left_article_list .top_cate_list {
  display: none;
}
body.mobileStyle .articlePage .left_article_list .article_content {
  padding: 0.32rem;
}
body.mobileStyle .articlePage .left_article_list .article_content .title {
  font-size: 0.4rem;
  color: #333;
  margin-bottom: 0;
}
body.mobileStyle .articlePage .left_article_list .article_content .time {
  font-size: 0.32rem;
  color: #999;
  margin-bottom: 0;
  text-align: right;
}
body.mobileStyle .articlePage .left_article_list .article_content .article_article {
  font-size: 0.32rem;
  color: #666;
  line-height: 0.46rem;
}
body.mobileStyle .articlePage .left_article_list .article_content .article_article img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.mobileStyle .articlePage .left_article_list .prev_next {
  padding: 0 0.32rem 0.32rem;
}
body.mobileStyle .articlePage .left_article_list .prev_next span {
  display: block;
  color: #999;
  padding: 0.15rem 0;
  text-align: left;
}
body.mobileStyle .articlePage .left_article_list .prev_next span + span {
  float: none;
}
body.mobileStyle .articlePage .left_article_list .prev_next a {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: #999;
}
body.mobileStyle .articlePage .left_article_list .prev_next a:hover {
  color: #28a9ff;
}
body.mobileStyle .articlePage .left_article_list .pageTags {
  padding: 0.2667rem 0.2667rem 0.2667rem 0.6667rem;
  background-position: 0.4rem center;
  background-size: 0.4rem auto;
}
body.mobileStyle .articlePage .left_article_list .pageTags ul {
  width: 8.5rem;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
body.mobileStyle .articlePage .left_article_list .pageTags ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0.1333rem 0.32rem;
}
body.mobileStyle .articlePage .left_article_list .pageTags ul li a {
  font-size: 0.32rem;
  color: #444;
}
body.mobileStyle .aboutUsPage {
  background-color: #fff;
  padding-bottom: 2.6667rem;
}
body.mobileStyle .aboutUsPage .banner {
  position: relative;
  width: 100%;
  height: 8rem;
  background-size: cover;
  z-index: 9;
}
body.mobileStyle .aboutUsPage .content_1 {
  position: relative;
  width: 90%;
  margin: -0.24rem auto 0;
  height: auto;
  padding: 0.6667rem 0.56rem 0.2667rem;
  background: url('~assets/img/about_us.png') right top no-repeat;
  background-size: contain;
  border-radius: 0.1333rem;
  box-shadow: 0 0 0.1333rem rgba(189, 223, 253, 0.75);
  font-weight: 800;
}
body.mobileStyle .aboutUsPage .content_1 header {
  position: absolute;
  left: 0.32rem;
  top: -0.32rem;
  width: 2.72rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.48rem;
  color: #fff;
  background: #3a9ffb;
  text-align: center;
}
body.mobileStyle .aboutUsPage .content_1 div p {
  font-size: 0.32rem;
  color: #000;
}
body.mobileStyle .aboutUsPage .content_2 {
  width: 90%;
  margin: 0.9333rem auto;
  line-height: 0.5333rem;
}
body.mobileStyle .aboutUsPage .content_2 header {
  font-size: 0.4rem;
  color: #000;
  font-weight: 800;
  margin-bottom: 0.1333rem;
}
body.mobileStyle .aboutUsPage .content_2 div p {
  font-size: 0.32rem;
  color: #666;
  line-height: 0.5333rem;
}
body.mobileStyle .aboutUsPage .content_3 {
  width: 90%;
  margin: 0 auto;
}
body.mobileStyle .aboutUsPage .content_3 header {
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #333;
  margin-bottom: 0.2667rem;
}
body.mobileStyle .aboutUsPage .content_3 div {
  display: inline-block;
  vertical-align: middle;
}
body.mobileStyle .aboutUsPage .content_3 div p {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  border-radius: 1.0667rem;
  font-size: 0.32rem;
  color: #666;
  background: #e0f1ff;
  padding: 0 0.32rem;
  margin: 0.16rem 0;
}
.publicPagination {
  text-align: center;
  padding: 10px 4px 20px;
}
.publicPagination a {
  display: inline-block;
  color: #666;
  border: 1px solid #ddd;
  padding: 0 6px;
  font-size: 14px;
  line-height: 24px;
  min-width: 26px;
}
.publicPagination a.page-curr {
  background-color: #ddd;
}
