body {
  font-family: "microsoft yahei";
  color: #333e46;
  font-size: 15px;
  background: #fff;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}
body,
form,
input,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style: none;
}
dl,
dt,
dd {
  display: block;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  outline: none;
  color: #333;
  text-decoration: none;
}
input,
textarea {
  box-sizing: border-box;
  border: 0;
  background: none;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}
h2 {
  font-weight: 400;
}
i {
  font-style: normal;
}
.clear {
  clear: both;
}
.paddingBox {
  padding: 100px 0;
}
.content {
  padding: 0 40px;
}

.flexBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 84%;
    min-width: 1410px;
  }
}
@media only screen and (max-width: 768px) {
  .content {
    padding: 0 15px;
  }
}


.header {
  height: auto;
  width: 100%;
  font-family: "微软雅黑";
  background-color: #fff;
}
.header .content {
  padding-right: 0;
}


.header .logo {
  width: auto;
  height: 100%;
  float: left;
  position: relative;
  transition: all 0.5s;
}
.header .logo a {
  display: inline-block;
  float: left;
  height: 76px;
  margin-top: 12px;
  transition: all 0.5s;
}
.header .logo img {
  height: 100%;
}

.xcy {
  display: inline-block;
  float: left;
  margin: 34px 0 0 20px;
  padding-left: 20px;
  font-size: 17px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
}
.xcy::before {
  content: "";
  display: inline-block;
  float: left;
  width: 1px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  margin: 3px 0 0 -20px;
}

.search {
  display: inline-block;
  width: 180px;
  height: 100px;
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
  background: url(../image/navBj.png) no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 20px;
  cursor: pointer;
}
.search i {
  font-size: 16px;
  margin-right: 15px;
}

.tj_yy {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.tj_yy .b_j {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.tj_yy .n_r {
  position: relative;
  width: 660px;
  max-width: 100%;
  float: right;
  margin-top: 100px;
  background-color: #b00a00;
  padding: 40px;
  z-index: 11;
}
.tj_yy .ss {
  border-bottom: solid 1px #fff;
}
.tj_yy .ss input {
  line-height: 40px;
}
.tj_yy .ss input:nth-child(1) {
  color: #fff;
  font-size: 12px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../image/ss1.png) no-repeat;
  background-position: left center;
  background-size: 20px 20px;
}
.tj_yy .ss input:nth-child(2) {
  width: 90px;
  text-align: center;
  background-color: #dcb465;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.tj_yy .bq {
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 34px;
}
.tj_yy .bq a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin: 0 8px;
}
.tj_yy .bq a:hover {
  color: #dcb465;
}
.tj_yy .n_r i {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../image/close-w.png) no-repeat;
  background-size: 100%;
}

.header .nav {
  float: right;
  font-family: "DIN";
  margin-right: 60px;
}
.header .nav ul li {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  float: left;
  display: block;
  position: relative;
  margin: 0px 0px 0px 30px;
  line-height: 100px;
  transition: line-height 0.5s;
}

.header .nav ul li a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
}
.header.on .nav ul li a,
.header:hover .nav ul li a {
  color: rgba(0, 0, 0, 0.9);
}

.header .nav ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #dcb465;
  transition: width 0.5s;
}
.header .nav ul li.on::before {
  width: 100%;
}
.header .nav ul li:hover:before {
  width: 100%;
  transition: width 0.5s;
}

.header .nav .ej {
  width: 210px;
  background-color: #c82d23;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  z-index: 999;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}
.header .nav ul li:hover .ej {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  transition: all 0.5s;
}
.header .nav .ej a {
  color: #fff !important;
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.header .nav .ej a:hover {
  background: #b00a00;
  color: #fff !important;
}
.header .nav ul li:hover .ej {
  display: block;
}


.sp_header {
  position: absolute;
  right: 30px;
  display: none;
}
.sp_nav {
  width: 30px;
  float: left;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 22px;
}
.sp_nav span {
  display: block;
  background: #000;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 5px;
  transition: all ease 0.35s;
}
.sp_nav span:nth-of-type(1) {
  top: 0px;
}
.sp_nav span:nth-of-type(2) {
  top: 8px;
}
.sp_nav span:nth-of-type(3) {
  top: 16px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: relative;
  position: fixed;
  z-index: 9;
  background-color: hsla(0, 0%, 100%, 0.98);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: calc(100vh - 104px);
  font-size: 15px;
  line-height: 40px;
  top: -100vh;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 60px;
  height: calc(100vh - 120px);
}
.sjj_nav ul li i {
  position: absolute;
  top: 4px;
  right: 0px;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
  position: relative;
  top: -5px;
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  padding-left: 20px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li a {
  width: 80%;
}
.sjj_nav ul li ul li a {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: left;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #aaa;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0068ff;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
@media only screen and (max-width: 1620px) {
  .xcy {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .header .nav {
    margin: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .header .nav {
    display: none;
  }
  .sp_header {
    display: block;
  }
  .header {
    height: 60px;
    border-top: none;
  }
  .header .logo a {
    margin: 6px 0 0 0;
    height: 48px;
  }
  .search {
    height: 60px;
    width: 100px;
    font-size: 16px;
    line-height: 66px;
  }
  .search i {
    margin-right: 8px;
  }
  .tj_yy .n_r {
    margin-top: 60px;
  }
  .sp_header {
    right: 110px;
  }
}

@media only screen and (max-width: 599px) {
  .content {
    padding: 0 15px;
  }
  .tj_yy .n_r {
    padding: 30px 15px;
  }
  .tj_yy .ss input:nth-child(2) {
    width: 70px;
    font-size: 16px;
  }
  .tj_yy .ss input {
    line-height: 34px;
  }
  .tj_yy .bq {
    line-height: 26px;
  }
}


.gallery-top {
  width: 100%;
  height: calc(100vh - 520px);
  overflow: hidden;
  z-index: 1;
}
.gallery-top .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
}
.gallery-top .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gallery-top .swiper-slide img,
.gallery-top .swiper-slide video {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
}
.gallery-top .swiper-slide .hb {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-top .swiper-slide .dxs {
  display: block;
}
.gallery-top .swiper-slide .sxs {
  display: none;
}


.gallery-top .swiper-slide .wz {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 8%;
  width: 84%;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.gallery-top .swiper-slide .wz h6 {
  font-size: 16px;
  line-height: 32px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin: 15px 0;
}
.gallery-top .swiper-slide .wz h3 {
  font-family: "DIN";
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.gallery-top .swiper-slide .wz p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-style: italic;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-image: none !important;
  transform: scale(1);
  transition: all 0.5s;
}
.swiper-button-next img,
.swiper-button-prev img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.4;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #000;
  opacity: 1;
  transition: all 0.5s;
}
@media only screen and (max-width: 1620px) {
  .gallery-top {
    width: 100%;
    height: calc(100vh - 480px);
  }
}
@media only screen and (max-width: 1439px) {
  .gallery-top .swiper-slide .wz h6 {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .gallery-top .swiper-slide .wz h3 {
    font-size: 34px;
    line-height: 50px;
  }
  .gallery-top .swiper-slide .wz p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .gallery-top {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-top {
    position: relative;
    height: auto;
  }
  .gallery-top .swiper-button-next,
  .gallery-top .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }
  .gallery-top .swiper-button-next img,
  .gallery-top .swiper-button-prev img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 599px) {
  .gallery-top .swiper-slide .wz {
    width: 94%;
    left: 3%;
  }
  .gallery-top .swiper-slide .wz h6 {
    font-size: 15px;
    line-height: 20px;
  }
  .gallery-top .swiper-slide .wz h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .gallery-top .swiper-slide .wz p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
  }

.gallery-top .swiper-slide .dxs {
  display: none;
}
.gallery-top .swiper-slide .sxs {
  display: block;
}

}


.indexBox {
  overflow: hidden;
  height: 420px;
}

.indexBox .leftBox {
  position: relative;
  width: 70%;
  padding: 10px 8% 0 60px;
}
.indexBox .leftBox .swiper {
  width: 100%;
  height: 100%;
}
.indexBox .leftBox .imgBox {
  position: relative;
  overflow: hidden;
}
.indexBox .leftBox .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.indexBox .leftBox .swiper-slide:hover .imgBox img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.indexBox .leftBox .imgBox span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(200, 45, 35, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 27px;
  padding: 0 10px;
}
.indexBox .leftBox .swiper-slide:hover .imgBox span {
  background-color: rgba(200, 45, 35, 0.9);
}
.indexBox .leftBox i {
  color: #aaa;
  margin-right: 15px;
}
.indexBox .leftBox .title {
  position: relative;
  margin-bottom: 20px;
}
.indexBox .leftBox .title h1 {
  font-size: 32px;
  padding-left: 60px;
  background: url(../image/newsTitle.png) no-repeat;
  background-position: left center;
}
.indexBox .leftBox .title h1 em {
  font-size: 16px;
  margin-left: 20px;
}
.indexBox .leftBox .title a {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  width: 140px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 20px;
  border: solid 1px #aaa;
  text-align: center;
}
.indexBox .leftBox .title a:hover {
  background-color: #c82d23;
  color: #fff;
  border-color: #c82d23;
}
.indexBox .leftBox main .txtBox .bt {
  padding-top: 15px;
}
.indexBox .leftBox main .txtBox i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 30px;
}
.indexBox .leftBox main .txtBox .bt p {
  color: #333;
  line-height: 30px;
  font-size: 16px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.indexBox .leftBox main .txtBox p.nr {
  font-size: 13px;
  line-height: 22px;
  color: #999;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.indexBox .rightBox {
  width: 30%;
  height: 100%;
  padding-bottom: 40px;
}
.indexBox .rightBox a {
  display: inline-block;
  color: #fff;
}
.indexBox .rightBox .rightA {
  position: relative;
  height: 50%;
  width: 100%;
  overflow: hidden;
}
.indexBox .rightBox img {
  margin: 0 0 15px 0;
  display: block;
  width: 40px;
}
.indexBox .rightBox .bt {
  font-size: 32px;
  margin-bottom: 15px;
  display: block;
}
.indexBox .rightBox .bt2 {
  background: url(../image/indexIcon2.png) no-repeat;
  background-size: 24px 24px;
  background-position: left center;
}
.indexBox .rightBox .nr {
  opacity: 0.8;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.indexBox .rightBox .jt span {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 1s;
}
.indexBox .rightBox .jt i {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-left: 15px;
  background: url(../image/jtb.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 9px;
}
.indexBox .rightBox .rightA img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.indexBox .rightBox .rightA:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.indexBox .rightBox .rightA a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 60px;
  background-color: rgba(0, 0, 0, 0.3);
  transform: all 0.5s;
}
.indexBox .rightBox .rightA a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: all 0.5s;
}

.indexBox .rightBox .rightA:hover .jt span {
  width: calc(100% - 40px);
  transition: all 1s;
}

.indexBox .swiper-button-next,
.indexBox .swiper-button-prev {
  right: 60px;
  left: auto;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
}
.indexBox .swiper-button-next i,
.indexBox .swiper-button-prev i {
  font-size: 26px;
  line-height: 60px;
  position: relative;
  left: 15px;
}
.indexBox .swiper-button-next {
  top: 40%;
}
.indexBox .swiper-button-prev {
  top: 60%;
}
.indexBox .swiper-button-next:hover,
.indexBox .swiper-button-prev:hover {
  background-color: rgba(200, 45, 35, 0.95);
}
.indexBox .swiper-button-next:hover i,
.indexBox .swiper-button-prev:hover i {
  color: #fff;
}
@media only screen and (max-width: 1620px) {
  .indexBox {
    height: 376px;
  }
  .indexBox .leftBox .imgBox {
    height: 160px;
  }
}
@media only screen and (max-width: 1439px) {
  .indexBox .leftBox {
    padding: 20px 80px 0 30px;
  }
  .indexBox .leftBox .title h1 {
    font-size: 28px;
  }
  .indexBox .swiper-button-next,
  .indexBox .swiper-button-prev {
    right: 10px;
  }
  .indexBox .rightBox .bt {
    font-size: 24px;
  }
  .indexBox .rightBox .rightA a {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .indexBox .leftBox .imgBox {
    height: 130px;
  }
}
@media only screen and (max-width: 959px) {
  .indexBox {
    height: auto;
  }
  .indexBox .leftBox {
    width: 100%;
    padding: 30px 15px 0;
  }
  .indexBox .leftBox .imgBox {
    height: auto;
  }
  .indexBox .rightBox {
    width: 100%;
    background-color: #f8f8f8;
    padding: 40px 15px;
    margin: 30px 0;
  }
  .indexBox .rightBox .rightA {
    width: 100%;
    height: auto;
  }
  .indexBox .rightBox .rightA:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .indexBox .leftBox .title h1 {
    padding-left: 40px;
    font-size: 22px;
    background-size: auto 100%;
  }
  .indexBox .leftBox .title h1 em {
    font-size: 12px;
  }
  .indexBox .leftBox .title a {
    top: 0;
    width: 100px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 15px;
  }
  .indexBox .swiper-button-next,
  .indexBox .swiper-button-prev {
    display: none !important;
  }
  .indexBox .rightBox .rightA a {
    padding: 15px;
  }
  .indexBox .rightBox .bt {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .indexBox .rightBox .jt i {
    width: 20px;
    height: 12px;
    top: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .indexBox .leftBox .title h1 em {
    display: none;
  }
}

footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #960502;
  line-height: 24px;
  padding: 5px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 1111;
}
footer p {
  text-align: center;
}
footer a {
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 479px) {
  footer {
    font-size: 12px;
    line-height: 16px;
  }
}


#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #c82d23;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
  font-size: 24px;
  line-height: 57px;
  text-align: center;
  color: #333;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #c82d23;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #c82d23;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #c82d23;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #c82d23;
  color: #fff;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

@media (max-width: 990px) {
  #toolbar {
    display: none;
  }
}




.xiaocms-page { padding:14px 0 10px;margin-right: 10px;}
.xiaocms-page a { border:1px solid #dee2e6; text-align:center; color:#333; padding:0 10px;margin-left: 1px;}
.xiaocms-page a:hover { background:#e9ecef; color:#c82d23; text-decoration:none; }
.xiaocms-page span { padding: 12px 18px;background:#e9ecef; border:1px solid #dee2e6; color:#c82d23; text-align:center;margin-left: 1px; }