@import url(common/reset.css);
@import url(common/headfooter.css);
/* 清除浮动 */
/* 圆角  */
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 背景自适应 */
.boxs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*阴影*/
/* input提示字体颜色修改 */
.h1 {
  position: absolute;
  top: -100px;
}
.top_banner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  background: url("../images/banner_s_bg.png") center no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.top_banner .swiper-slide {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*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;
  text-align: center;
}
.top_banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*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;
}
.top_banner .swiper-slide img {
  max-height: 90%;
  max-width: 96%;
}
@media (min-width: 1000px) {
  .top_banner {
    height: 360px;
    padding-top: 78px;
  }
}
@media (max-width: 1000px) {
  .top_banner {
    height: 360px;
    padding-top: 78px;
  }
}
@media (max-width: 550px) {
  .top_banner {
    height: 300px;
    padding-top: 78px;
  }
}
@media (max-width: 375px) {
  .top_banner {
    height: 255px;
    padding-top: 78px;
  }
}
.bread_crumb {
  background-color: #fff;
}
.bread_crumb .bread_crumb_box {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
}
.bread_crumb .bread_crumb_box > cite {
  display: inline-block;
  vertical-align: -10%;
  width: 16px;
  height: 16px;
  background: url("../images/icon_home.png") center no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -ms-background-size: 100%;
  margin-right: 10px;
}
.bread_crumb .bread_crumb_box > a:after {
  content: ">";
  margin-left: 0.8em;
  margin-right: 0.8em;
}
.bread_crumb .bread_crumb_box > span {
  color: #999;
}
@media (max-width: 768px) {
  .bread_crumb {
    display: none;
  }
}
