/* index page style */
.section {
  position: relative;
  padding: 35px 0 75px 0;
}

.section:nth-of-type(even) {
  /* background: rgba(241, 89, 42, 0.05); */
  background: rgba(0, 0, 0, 0.01);
}

.thumbnail,
.img-responsive {
  width: 100%;
  overflow: hidden;
}

.thumbnail img,
.img-responsive img {
  max-width: 100%;
  max-height: 100%;
}

.middle {
  float: none;
  display: inline-block;
  vertical-align: middle;
}


/* section title style */
.title {
  position: relative;
  padding: 30px 0;
  margin: 0;
  width: 100%;
  font-size: 48px;
  line-height: 60px;
  color: #f1592a;
  text-align: center;
}

.title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  height: 4px;
  width: 100px;
  background: #ddd;
  transform: translateX(-50%);
}

.subTitle {
  font-size: 18px;
  line-height: 30px;
  color: #747474;
  text-align: center;
}

.describe {
  padding: 40px 0 20px 0;
  font-size: 18px;
  color: #747474;
  line-height: 30px;
  text-align: center;
}

/* banner style */
#banners {
  position: relative;
}

#banners .carousel-control span {
  position: absolute;
  top: 48%;
}

/* custom style */
.custom .customInfo {
  text-align: center;
}

.custom .customTrans {
  padding-top: 15%;
  font-size: 30px;
  color: #f1592a;
  text-align: center;
}

.custom .customInfo .thumbnail {
  height: 240px;
  border: none;
}

.custom .customInfo h4 {
  color: #f1592a;
  font-size: 24px;
  padding: 10px 0;
}

.custom .customInfo p {
  padding-bottom: 20px;
  line-height: 21px;
  font-size: 16px;
  color: #747474;
}

.custom .customImg.img-responsive {
  width: 75%;
  padding: 20px;
  margin: 0 auto;
}

/* product style */
.products {
  padding: 35px 0;
}

.products .productList {
  padding: 60px 0 0 0;
}

.products .productList .productItem {
  padding: 2.5%;
  margin-bottom: 20px;
}

.products .productList .productItem a>span {
  display: block;
}

.products .productList .productItem a>span:hover {
  color: #f1592a;
}

.products .productList .productItem .productImg {
  border: 1px solid #f7f7f7;
  border-radius: 4px;
}

.products .productList .productItem .productName {
  padding: 20px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #262626;
}

.products .productList .productItem .productmore {
  font-size: 15px;
  color: #979797;
}

.products .productList .productItem .glyphicon {
  padding: 1px;
  font-size: 12px;
  border-radius: 20px;
  border: 1px solid;
}

.products .productList .productItem .glyphicon01 {
  background: url(../images/icon01.png) no-repeat;
  background-size: 80px 80px;
}

/* Our Service style */
.service .row1 {
  padding-top: 30px;
}

.service .serviceItem {
  flex: 1;
  padding: 20px;
}

.service .serviceItem:nth-of-type(3n+2) {
  border-left: none;
  border-right: none;
}

.service .row2 .serviceItem:last-of-type {
  border-bottom: none;
}

.service .borderBottom,
.service .borderBottom2 {
  border-bottom: 1px solid #f7f7f7;
}

.service .serviceItem .glyphicon {
  margin: 10px 0;
  width: 80px;
  height: 80px;
  /* border: 2px solid #f1592a;
  border-radius: 50%; */
  font-size: 60px;
  line-height: 80px;
  color: #f1592a;
}

.service .serviceItem h3 {
  padding-bottom: 10px;
  color: #333;
}

.service .serviceItem p {
  padding-bottom: 20px;
  font-size: 15px;
}

/* swiper style */
.swiper-container {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 80%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide>img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(0, 0, 0, .25);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}

/* Questions & Answers style */
.answers h1 {
  padding: 20px 0;
}

.answers .panel .panel-heading {
  position: relative;
}

.answers .panel .panel-heading .glyphicon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px;
}


/* 媒体查询 */
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .service .row {
    display: flex;
  }

  .service .serviceItem:nth-of-type(3n+2) {
    border-left: 1px solid #f1592a;
    border-right: 1px solid #f1592a;
  }

  .service .borderBottom2 {
    border-bottom: none;
  }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {}