@charset "utf-8";

.contanier {
  background: #f9f9f9;
}

/*轮播效果*/
.slide dl {
  border: 1px solid #c2c2c2;
  padding-top: 30px;
  color: #646464;
}

.slide dl,
.slide dl img,
.slide dl .ddbg {
  border-radius: 5px;
}

.slide dt,
.slide dd {
  padding: 0 28px;
}

.slide dd {
  margin-top: 10px;
}

.slide dl img {
  border-radius: 5px;
}

.slide dl h4 {
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.slide dl p {
  height: 60px;
  overflow: hidden;
}

.slide dl span {
  display: inline-block;
  margin-right: 10px;
}

.slide dl .ddbg {
  background: #eee;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .slide {
    padding: 0 20px;
    margin: 0 auto !important;
  }

  .slide dl {
    margin: 0;
    margin-top: 20px;
  }
}

/*效果样式*/
.bx-wrapper {
  position: relative;
  margin: 60px auto;
}

@media (max-width: 768px) {
  .bx-wrapper {
    max-width: 270px !important;
    margin: 10px auto 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .bx-wrapper {
    max-width: 712px !important;
    margin: 40px auto 50px;
  }
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER*/
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER*/
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV)*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  outline: 0;
  width: 62px;
  height: 116px;
  text-indent: -9999px;
  z-index: 99;
  background: url(../images/scroll-btn.png) no-repeat;
}

.bx-wrapper .bx-prev {
  left: -20px;
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: -20px;
  background-position: -62px 0 !important;
}

@media (min-width: 768px) {
  .bx-wrapper .bx-prev {
    left: -100px;
  }

  .bx-wrapper .bx-next {
    right: -100px;
  }
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT*/
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS*/
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #666\9; */
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.service {
  max-width: 1200px;
  margin-top: 100px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.service h3 {
  color: #555657;
  font-size: 25px;
  font-weight: 100;
  padding: 0 10px 10px;
}

.service h4 {
  color: #404040;
  font-size: 12px;
  padding: 0 10px 10px;
}

.service dl {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 80px;
  margin-left: 0;
}

.service dd h5 {
  font-size: 16px;
  color: #000;
  line-height: 3;
}

.service dd p {
  color: #787777;
}

@media (min-width: 992px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.sprite {
  background: url(../images/spritesheet.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 96px;
}

.sprite-icon_1 {
  background-position: 0 0;
}

.sprite-icon_2 {
  background-position: -96px 0;
}

.sprite-icon_3 {
  background-position: 0 -96px;
}

.sprite-icon_4 {
  background-position: -96px -96px;
}

.sprite-icon_5 {
  background-position: -192px 0;
}

/* 10年 */
.bannerTop {
  background: #f6f6f6;
  padding: 30px 0;
}

.bannerTop,
.bannerTop a {
  color: #c4041d;
}

.bannerTop .circle {
  border: 2px solid #6f6e6e;
  width: 130px;
  height: 130px;
  margin: 0 auto 30px;
  border-radius: 65px;
  font-size: 30px;
  position: relative;
}

.center {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.bannerTopitem {
  max-width: 550px;
  margin: 10px auto;
}

.bannerTopitem a {
  display: inline-block;
  padding: 4px 20px;
  border: 1px dashed #737373;
  font-size: 20px;
  margin-bottom: 2px;
}

.bannerTopitem a:hover {
  border-color: #c4041d;
}

.bannnerTopmore {
  width: 140px;
  height: 36px;
  line-height: 36px;
  margin: 30px auto;
  border-radius: 10px;
  font-size: 16px;
}

.bannnerTopmore a {
  display: block;
}