@font-face {
  font-family: "ITCAVANTGARDESTD-BOLD";
  src: url("../font/ITCAVANTGARDESTD-BOLD.ttf");
  src: local("ITCAVANTGARDESTD-BOLD"),
    url("../font/ITCAVANTGARDESTD-BOLD.eot") format("eot"),
    url("../font/ITCAVANTGARDESTD-BOLD.ttf") format("ttf"),
    url("../font/ITCAVANTGARDESTD-BOLD.svg") format("svg"),
    url("../font/ITCAVANTGARDESTD-BOLD.woff") format("woff");
}

@font-face {
  font-family: "ITCAvantGardeStd-Md";
  src: url("../font/ITCAvantGardeStd-Md.ttf");
  src: local("ITCAvantGardeStd-Md"),
    url("../font/ITCAvantGardeStd-Md.eot") format("eot"),
    url("../font/ITCAvantGardeStd-Md.ttf") format("ttf"),
    url("../font/ITCAvantGardeStd-Md.svg") format("svg"),
    url("../font/ITCAvantGardeStd-Md.woff") format("woff");
}

@font-face {
  font-family: "ITCAvantGardeStd-XLt";
  src: url("../font/ITCAvantGardeStd-XLt.ttf");
  src: local("ITCAvantGardeStd-XLt"),
    url("../font/ITCAvantGardeStd-XLt.eot") format("eot"),
    url("../font/ITCAvantGardeStd-XLt.ttf") format("ttf"),
    url("../font/ITCAvantGardeStd-XLt.svg") format("svg"),
    url("../font/ITCAvantGardeStd-XLt.woff") format("woff");
}

@font-face {
  font-family: "gothambook-webfont";
  src: url("../font/gothambook-webfont.ttf");
  src: local("gothambook-webfont"),
    url("../font/gothambook-webfont.eot") format("eot"),
    url("../font/gothambook-webfont.ttf") format("ttf"),
    url("../font/gothambook-webfont.svg") format("svg"),
    url("../font/gothambook-webfont.woff") format("woff");
}

@font-face {
  font-family: "AgencyFB-Bold";
  src: url("../font/AgencyFB-Bold.ttf");
  src: local("AgencyFB-Bold"),
    url("../font/AgencyFB-Bold.eot") format("eot"),
    url("../font/AgencyFB-Bold.ttf") format("ttf"),
    url("../font/AgencyFB-Bold.svg") format("svg"),
    url("../font/AgencyFB-Bold.woff") format("woff");
}

@font-face {
  font-family: "handel_gothic_bt-webfont";
  src: url("../font/handel_gothic_bt-webfont.ttf");
  src: local("handel_gothic_bt-webfont"),
    url("../font/handel_gothic_bt-webfont.eot") format("eot"),
    url("../font/handel_gothic_bt-webfont.ttf") format("ttf"),
    url("../font/handel_gothic_bt-webfont.svg") format("svg"),
    url("../font/handel_gothic_bt-webfont.woff") format("woff");
}

@font-face {
  font-family: "HelveticaNeueLTPro-HvCn";
  src: url("../font/HelveticaNeueLTPro-HvCn.ttf");
  src: local("HelveticaNeueLTPro-HvCn"), url("../font/HelveticaNeueLTPro-HvCn.eot") format("eot"),
    url("../font/HelveticaNeueLTPro-HvCn.ttf") format("ttf"),
    url("../font/HelveticaNeueLTPro-HvCn.svg") format("svg"),
    url("../font/HelveticaNeueLTPro-HvCn.woff") format("woff");
}

@font-face {
  font-family: "AvantGarde-Demi";
  src: url("../font/AvantGarde-Demi.ttf");
  src: local("AvantGarde-Demi"), url("../font/AvantGarde-Demi.eot") format("eot"),
    url("../font/AvantGarde-Demi.ttf") format("ttf"),
    url("../font/AvantGarde-Demi.svg") format("svg"),
    url("../font/AvantGarde-Demi.woff") format("woff");
}



body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'gothambook-webfont',sans-serif;
}

* {
  box-sizing: border-box;
}
h4,h5,h6 {
  font-weight: normal;
}
a:hover,
a:focus {
  color: inherit;
}
li {
  list-style: none;
}
dl {
  margin-bottom: 0;
}
.zoom {
  transition: 800ms;
  -webkit-transition: 800ms;
}
.zoom:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.pic {
  cursor: pointer;
}
.pic img {
  width: 100%;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 表单验证样式开始 */
.formtips {
  font-size: 13px;
}
.onError {
  color: #bd362f;
}
.onSuccess {
  color: green;
}
::placeholder {
  color: #cbcbcb !important;
  font-size: 13px !important;
  font-family: '微软雅黑',sans-serif !important;
}
::-webkit-input-placeholder {
  color: #cbcbcb !important;
  font-size: 13px !important;
  font-family: '微软雅黑',sans-serif !important;
}
::-moz-placeholder {
  color: #cbcbcb !important;
  font-size: 13px !important;
  font-family: '微软雅黑',sans-serif !important;
}
:-ms-input-placeholder {
  color: #cbcbcb !important;
  font-size: 13px !important;
  font-family: '微软雅黑',sans-serif !important;
}
/* 表单验证样式结束 */

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.btn-large {
  padding: 15px 40px;
}
#map-overlay {
  height: 400px;
  margin-top: -405px;
  background-color: #232323;
  padding: 40px;
  color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
  color: #323333;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}
table {
  width: 100%;
}
td,th {
  padding: 10px !important;
  border: 1px solid #c0c0c0 !important;
}
.firstRow {
  background-color: #e2e2e2;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 16px;
  line-height:1.8;
  margin-bottom: 6px;
}
img {
  max-width: 100%;
}

span {
  font-size: 16px;
}
/* .main_r img {
  max-width: 100%;
}
#preview img {
  max-width: fit-content;
} */
.pb15 {
  padding-bottom: 15px;
}
.no-padding {
  padding: 0;
}
.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.section {
  padding: 3rem 0;
}
.ban_gy {
  background: url(../images/ban_gy.jpg) no-repeat center;
}
.ban_sb {
  background: url(../images/ban_sb.jpg) no-repeat center;
}
.ban_sub {
  background: url(../images/ban_sub.jpg) no-repeat center;
}
.ban_fz {
  background: url(../images/ban_fz.jpg) no-repeat center;
}
.ban_zz {
  background: url(../images/ban_zz.jpg) no-repeat center;
}
.ban_wh {
  background: url(../images/ban_wh.jpg) no-repeat center;
}
.ban_cp {
  background: url(../images/ban_cp.jpg) no-repeat center;
}
.ban_yy {
  background: url(../images/ban_yy.jpg) no-repeat center;
}
.ban_ry {
  background: url(../images/ban_ry.jpg) no-repeat center;
}
.ban_xw {
  background: url(../images/ban_xw.jpg) no-repeat center;
}
.ban_dl {
  background: url(../images/ban_dl.jpg) no-repeat center;
}
.ban_lx {
  background: url(../images/ban_lx.jpg) no-repeat center;
}
.ban_xx {
  background: url(../images/ban_xx.jpg) no-repeat center;
}
.ban_zp {
  background: url(../images/ban_zp.jpg) no-repeat center;
}
.ban_sp {
  background: url(../images/ban_sp.jpg) no-repeat center;
}
.ban_cp h2 , .ban_cp p,.ban_xw h2 , .ban_xw p, .ban_zp h2 , .ban_zp p, .ban_lx h2 , .ban_lx p{
  color: #fff;
}
.ban_cp p {
  margin-bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 4%;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #007aff !important;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/

.page_top .sec_nav {
  display: none;
}
.page_top_index .sec_nav {
  display: none;
}
#header {
  z-index: 100;
  background-color: #fff;
}
.page_top.sticky {
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  animation: sticky 1.2s;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
}
.page_top.sticky .logo .logo2 {
  opacity: 1;
}
.page_top .header_top .logo .logo2 {
  opacity: 1;
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header_top .stock_code {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.header_top .stock_code span {
  display: block;
  font-size: 18px;
}
.header_cont_l i {
  display: inline-block;
  font-size: 68px;
  margin-right: 10px;
}
.header_cont_l .content {
  display: inline-block;
}
.header_cont_r span {
  display: block;
  text-align: center;
}
.header_cont_l span {
  font-size: 30px;
  font-family: "ITCAVANTGARDESTD-BOLD";
}
.header_nav {
  display: flex;
  justify-content: space-between;
  height: 45px;
  line-height: 45px;
}
.primary-nav {
  width: 100%;
  display: flex;
}

.header_top .logo {
  position: relative;
}
.header_top .logo .logo1,.header_top .logo .logo2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top .logo h3 {
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  font-size: .08rem;
}
.header_top .logo i {
  font-style: normal;
  letter-spacing: .028rem;
}
.header_top .logo .logo2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#header .header-content {
  width: 100%;
  height: 100%;
}
.header-content .container {
  height: 180px;
}

#header.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}
#header .header_l {
  display: flex;
  align-items: center;
  float: left;
  height: 100%;
}
#header .header_r {
  display: flex;
  align-items: center;
  float: right;
  height: 100%;
}
.navigation > ul > li > .nav_wrap > a {
  display: block;
  margin: 0 1.5rem;
  text-align: center;
}
.page_top .primary-nav > li > .nav_wrap > a {
  color: #333;
}
.navigation .menu {
  position: relative;
}
.navigation .menu ul {
  display: none;
  position: absolute;
  left: -80px;
  top: 58px;
  width: 360px;
  background-color: #4e76ad;
  text-align: center;
  z-index: 100;
}
.navigation .menu ul li a:hover {
  background-color: #22abcc;
}
.navigation .menu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
}
.nav_search {
  margin-left: 10px;
}
.nav_search i {
  font-size: 1.4rem;
}
.search_btn .btn{
  width: 100%;
  color: #fff;
  background-color: #E81F18;
}
@-moz-keyframes fill {
  0% {
    width: 0px;
  }
  25% {
    width: 40px;
  }
  50% {
    width: 85px;
  }
  75% {
    width: 125px;
  }
  100% {
    width: 173px;
  }
}

@-webkit-keyframes fill {
  0% {
    width: 0px;
  }
  25% {
    width: 40px;
  }
  50% {
    width: 85px;
  }
  75% {
    width: 125px;
  }
  100% {
    width: 173px;
  }
}
@keyframes fill {
  0% {
    width: 0px;
  }
  25% {
    width: 40px;
  }
  50% {
    width: 85px;
  }
  75% {
    width: 125px;
  }
  100% {
    width: 173px;
  }
}

.sec_nav {
  width: 100%;
}
.sec_nav ul li {
  position: relative;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  background: -webkit-linear-gradient(#D5161D, #D5161D);
  background: -o-linear-gradient(#D5161D, #D5161D);
  background: -moz-linear-gradient(#D5161D, #D5161D);
  background: linear-gradient(#D5161D, #D5161D);
}
.sec_nav ul li:hover {
  background-color: #1c3392;
}
.sec_nav ul li:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sec_nav ul li.border_b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sec_nav ul li:nth-child(3):before,
.sec_nav ul li:nth-child(6):before {
  background-color: transparent;
}
.sec_nav ul li a {
  display: block;
  height: 60px;
  text-align: center;
}
.sec_nav ul li h4 {
  line-height: 60px;
  color: #fff;
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.ban_index {
  width: 100%;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 380px;
  background-size: cover;
  text-align: left;
}
.banner .banner-txt {
  position: absolute;
  left: 23%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.banner span {
  font-family: "ITCAvantGardeStd-Md",sans-serif;
}

.ban_index .ban_item span {
  display: block;
  text-transform: uppercase;
  font-size: 45px;
  color: #fff;
}
.ban_index .ban_item_01 {
  margin-bottom: 20px;
}
.ban_index .ban_item .bold_en {
  font-family: "ITCAVANTGARDESTD-Md";
}
.ban_index .ban_item .thin_en {
  font-family: "ITCAVANTGARDESTD-Md";
}
.ban_index .ban_item h1 {
  font-size: 45px;
  color: #fff;
  letter-spacing: 2px;
}
.ban_index .ban_item .bold_cn {
  margin-bottom: 10px;
  font-weight: bold;
}
.ban_index .ban_item .thin_cn {
  font-weight: lighter;
}

@keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* ==========================================================================
	About
========================================================================== */

.about {
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
}

.sec_ti {
  text-align: center;
  margin-bottom: 3rem;
}
.sec_ti_white a{
  color: #fff;
}
.sec_ti span {
  display: block;
}
.sec_ti h2 {
  font-weight: bold;
}
.sec_ti h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #d5161d;
}
.sec_ti i {
  display: block;
  width: 2px;
  height: 2.3rem;
  background-color: #ccc;
  margin: 20px auto;
}
.about .sec_ti {
  text-align: center;
}
.about_con .txt {
  margin-bottom: 1rem;
}
.about_num {
  background-color: #BF161D;
}
.about_num dl {
  color: #fff;
  text-align: center;
}
.about_num dl b,.odometer span {
  font-size: 3.6rem;
  font-family: 'ITCAvantGardeStd-Md',sans-serif !important;
}
.about_num li:nth-child(2),.about_num li:nth-child(4) {
  background-color: #D5161D;
}
/* -----------------------------------------------------------------------------
产品分类
------------------------------------------------------------------------------- */
.category {
  background: url(../images/cate_bg.jpg) no-repeat center;
  background-size: cover;
}
.cate_list .item {
  height: 29rem;
}
.cate_list .item a{
  display: block;
  height: 100%;
  background-color: #fff;
}
.cate_list .item a:hover {
  color: #fff;
  background-color: #D5161D;
}
.cate_list .item a:hover .pic_01 {
  display: none;
}
.cate_list .item a:hover .pic_02 {
  display: block;
}
.cate_list .item .pic_02  {
  display: none;
}
.cate_list .item .pic_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 auto;
}
.cate_list .item .pic_01,.cate_list .item .pic_02 {
  text-align: center;
}
.cate_list .item .list {
  display: flex;
  flex-wrap: wrap;
}
.cate_list .item li {
  width: 50%;
}
.cate_list .item li{
  margin-bottom: 15px;
}
.inno_con .row {
  margin-left: 0;
  margin-right: 0;
}
/* -----------------------------------------------------------------------------
营销
------------------------------------------------------------------------------- */
.network .net_con {
  position: relative;
  background: url(../images/map.png) no-repeat center;
  background-size: cover;
  height: 44rem;
}
.net_list .item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  color: #fff;
  cursor: pointer;
}
.net_list .item:hover .txt {
  display: block;
}
.net_list .item:hover img {
  display: none;
}
.net_list .item .txt {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 6rem;
  display: none;
  background-color: #D5161D;
  border-radius: 50%;
}
.net_list .item_01 {
  left:16%;
  top: 40%;
}
.net_list .item_02 {
  left:26%;
  bottom: 24%;
}
.net_list .item_03 {
  left:26%;
  bottom: 9%;
}
.net_list .item_04 {
  left:45%;
  bottom: 38%;
}
.net_list .item_05 {
  left:51%;
  bottom: 16%;
}
.net_list .item_06 {
  right: 37%;
    top: 39%;
}
.net_list .item_07 {
  right: 26%;
    top: 27%;
}
.net_list .item_08{
  right: 14%;
    top: 40%;
}
.net_list .item_09{
    right: 23%;
    bottom: 38%;
}
.net_list .item_10{
  right: 20%;
  bottom: 36%;
}
.net_list .item_11{
  right: 18%;
  bottom: 29%;
}
.network .sec_ti {
  margin-bottom: 0;
}
/* -----------------------------------------------------------------------------
创新
------------------------------------------------------------------------------- */
.innovation {
  background: url(../images/inno_bg.jpg) no-repeat center;
  background-size: cover;
}
.innovation .sec_ti h2,.innovation .sec_ti span {
  color: #fff;
}
.inno_list .item {
  position: relative;
  padding: 0;
  height: 30rem;
}
.inno_list .item .pic {
  width: 100%;
  height: 100%;
}
.inno_list .item img {
  width: 100%;
  height: 100%;
}
.inno_list .item .txt {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 12%;
  background: rgba(0, 0, 0, 0.4);
  padding-left: 3rem;
}
.inno_list .item i {
  font-size: 2rem;
}
.inno_list .item .txt h4 {
  margin-left: 20px;
  margin-bottom: 0;
}
.inno_list .item .slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45%;
  color: #fff;
  background-color: #D5161D;
}

.inno_list .item:nth-child(3) .pic {
  height: 55%;
}
.inno_list .slogan h3 {
  margin-bottom: 10px;
}
/* ------------------------------------------------------------------------------
	News
-------------------------------------------------------------------------------*/
.news_con .list {
  background-color: #EFEFEF;
  height: 14rem;
}
.news_con .item:last-child .list p {
  width: 100%;
}
.news_con .list p {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 底部 */
footer {
  color: #fff;
  background-color: #343434;
}
footer a {
  color: #fff;
}
.foot_con_t {
  padding-bottom: 2rem;
}
.foot_con_t h4 {
  margin-bottom: 10px;
}
.foot_con_t li {
  line-height: 30px;
}
.foot_con_t li.tl {
  width: 100%;
}
.foot_qrCode {
  text-align: center;
}
.foot_qrCode span {
  display: block;
  margin-top: 8px;
}
.foot_con_b {
  padding-top:2rem;
  border-top: 1px solid #585858;
}
.foot_con_b div {
  line-height: 2.5;
}
.foot_con_b .cont_list {
  display: flex;
  justify-content: center;
}
.foot_con_b .cont_list li:nth-child(1),.foot_con_b .cont_list li:nth-child(2) {
  margin-right: 10px;
}
.foot_code .pic {
  width: 0.6rem;
}
.foot_con_t .foot_add{
  width: 100%;
}
.foot_item h1 {
  margin-bottom: 10px;
}
.foot_item b {
  font-family: "ITCAVANTGARDESTD-BOLD";
  font-size: 28px;
}
.foot_item .menu_body {
  display: none;
}
#cnzz_stat_icon_1267170002 > a > img {
  vertical-align: middle;
}
.foot_con .keywords a, .foot_con .links a {
  padding: 0 10px;
  border-right: 1px solid #8c8c8c;
}
.foot_con .keywords a:last-child, .foot_con .links a:last-child {
  border-right: none;
}
/* 浮动通讯 */
.float {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -120px;
  z-index: 200;
  width: 48px;
  height: 152px;
}
.float_item {
  width: 48px;
  height: 48px;
}
.toTop {
  background-color: #000;
  border-radius: 5px 0 0 5px;
}
.float .tel {
  position: absolute;
  top: 52px;
  width: 200px;
  opacity: 0.9;
}
.float .tel span {
  display: inline-block;
  height: 24px;
  font-size: 24px;
}
.float .qq {
  position: absolute;
  top: 104px;
  width: 178px;
  opacity: 0.9;
}
.float .float_item a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: auto;
  height: 48px;
  overflow: hidden;
  opacity: 0.9;
  border-radius: 5px 0 0 5px;
}
.float .float_item .top_item {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 12px;
  background: url(../images/Sprite.png) no-repeat -70px -108px;
}
.float .float_item .qq_item {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 12px;
  background: url(../images/Sprite.png) no-repeat -139px -108px;
}
.float .float_item .tel_item {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 12px;
  background: url(../images/Sprite.png) no-repeat -94px -108px;
}
.float .QRcode {
  position: absolute;
  top: 156px;
  right: -78px;
  width: 126px;
  opacity: 0.9;
}
.float .float_item .code_item {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 12px;
  background: url(../images/Sprite.png) no-repeat -118px -108px;
}
.float .code_pic {
  position: absolute;
  top: 0px;
  left: -88px;
  width: 88px;
  height: 88px;
  opacity: 1;
  background: url(../images/Sprite.png) no-repeat 0 -141px;
}

/* 分页 */
.pagination-btn {
  padding: 0.06rem 0.1rem;
  margin-right: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #999;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  text-align: center;
}
.pagination-wrap {
  position: relative;
  display: inline-block;
  padding-left: 0px;
}
.pagination-ellipsis {
  color: #999;
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 0 0.12rem;
  margin-right: 4px;
}
.pagination-current {
  border: 1px solid #3e8ddd;
  color: #3e8ddd;
}
.pagination-disabled {
  cursor: not-allowed;
}
#pagination-next,
#pagination-prev {
  padding-right: 0.08rem;
  padding-left: 0.08rem;
}
.pagenum {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
