/* 清除浮动 */
/* float */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
/* text-align */
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center !important;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断溢出省略号*/
/*n行载断溢出省略号*/
/*边框圆角*/
/*配模式定位*/
.posa100 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*下阴影*/
/* 背景自适应 */
/*常用颜色*/
html,
body {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
div,
li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btnbox {
  margin: 1rem 0;
  width: 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;
}
.btnbox .btn {
  text-align: center;
  line-height: 2.5rem;
  width: 10.5rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #fff;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  background: -webkit-linear-gradient(left, #ED8D3D, #EA5328);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ED8D3D, #EA5328);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ED8D3D, #EA5328);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ED8D3D, #EA5328);
  /* 标准的语法 */
}
.padding10 {
  padding: 0 0.625rem;
}
header {
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  height: 3.125rem;
  padding: 0 0.75rem;
}
header .headerLeft {
  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;
}
header .headerLeft img {
  width: 6.6875rem;
  height: 1.625rem;
}
header .headerLeft div {
  width: 0.125rem;
  height: 1.6875rem;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #ddd;
  margin: 0 0.5rem;
}
header .headerLeft span {
  font-size: 14px;
  color: #999;
}
.navBox {
  height: 2.25rem;
  background-color: #212f3b;
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.navBox li {
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 .5rem;
  font-size: 0.875rem;
  color: #f7f8f9;
}
.navBox .active {
  background: -webkit-linear-gradient(left, #E95228, #ED8E3D);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #E95228, #ED8E3D);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #E95228, #ED8E3D);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #E95228, #ED8E3D);
  /* 标准的语法 */
  position: relative;
  font-size: 0.875rem;
  font-weight: bold;
}
.navBox .active::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 80%;
  left: 44%;
}
.bannerSwiper li {
  width: 100%;
  height: 8.75rem;
}
.bannerSwiper a {
  display: block;
  width: 100%;
  height: 8.75rem;
}
.bannerSwiper a img {
  display: block;
  width: 100%;
  height: 8.75rem;
}
.bannerSwiper .swiper-pagination-bullet-active {
  background-color: #ed8d3d;
}
.bannerSwiper .my-bullet-active {
  background: #ea5328;
  opacity: 1;
}
.aboutBox {
  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-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.aboutBox .aboutTitlt {
  margin-bottom: 1.25rem;
  width: 5.4375rem;
  height: 1.4375rem;
}
.aboutBox .aboutImg {
  width: 21.875rem;
  height: 13.375rem;
}
.aboutBox .aboutInfo p {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #333;
}
.aboutBox .aboutInfo p span {
  color: #ea5428;
}
.aboutBox .footImg {
  width: 21.875rem;
  height: 10.5rem;
}
footer {
  margin: 1.5rem 0 3.125rem 0;
  box-sizing: border-box;
  padding: 0 1.875rem;
  width: 100%;
  height: 7.25rem;
  background-color: #212f3b;
  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-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -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;
}
footer div {
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
}
.fixed {
  position: fixed;
  bottom: 0;
  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: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  max-width: 500px;
  height: 3rem;
  background-color: #fff;
}
.fixed .item {
  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-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -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;
}
.fixed .item img {
  width: 1.75rem;
  height: 1.75rem;
}
.fixed .item .fixedName {
  font-size: 0.75rem;
  color: #333;
}
