header {
  background: #fff;
  line-height: 40px;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  padding: 0 10px;
}
.index_img {
  height: 160px;
  position: relative;
  margin-top: 40px;
}
.index_img img {
  width: 100%;
  height: 160px;
  position: absolute;
}
.index_img img:nth-child(3) {
  width: 30px;
  height: 37px;
  position: absolute;
  right: 8px;
  top: 4px;
}
.fileInput{
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.button_list {
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding-bottom: 12px;
}
.button_list > div {
  padding-top: 16px;
  width: 92px;
}
.button_list img {
  width: 46px;
  height: 46px;
}
.advertisement {
  text-align: center;
  margin-top: 6px;
}
.advertisement img {
  width: 95%;
}
.item2 {
  background: #fff;
  padding: 10px;
}
.item2 li {
  float: left;
  background: #eee;
  padding-top: 5px;
  margin-right: 5px;
}
.list_li {
  float: left;
  background: #f7f7f7;
  padding: 5px;
  margin-right: 10px !important;
  text-align: center;
  width: auto !important;
}
.item2 img {
  width: 110px;
}
.item3 {
  background: #fff;
  margin-top: 10px;
}
.item3_list a:hover,
.item3_list a:active,
.item3_list a:visited,
.item3_list a:link {
  color: #333;
}
.item3_list ul {
  margin: 0;
  padding: 10px 15px;
}
.list_img {
  display: flex;
  margin-left: -3px;
}
.list_img img {
  flex: 1;
  width: 50px;
  height: 75px;
  margin-left: 3px;
}
.list_li_img {
  width: 105px !important;
}
.desc p {
  color: #000 !important;
}
.desc_eay {
  margin-top: 5px;
}
.l {
  color: #d3ab6d;
  border: 1px solid #d3ab6d;
  border-radius: 3px;
  font-size: 10px;
  display: block;
  float: left;
  width: 35px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  font-family: 楷体;
}
.r {
  float: right;
  color: #c0c0c0;
  font-size: 10px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
}
.r img {
  width: 15px !important;
  height: 11px !important;
  margin-right: 4px;
}

/*.ly-swiper1{
    width: 100%;
    height: 100%;
}
.ly-swiper1 .swiper-slide p{
	margin: .5rem 0 0 0;
	font-size: 1rem;
}
.ly-swiper1 .swiper-slide{
    text-align: center;
}*/

/* banner */
.slide {
  width: 100%;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}
.slide .img {
  overflow: hidden;
  position: absolute;
  transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}
.slide .img img {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  margin: 7px;
}
.slide .img1 {
  width: 70%;
  top: 30%;
  left: -50%;
  z-index: 1;
}
.slide .img2 {
  width: 70%;
  top: 20%;
  left: -20%;
  z-index: 2;
}
.slide .img3 {
  width: 90%;
  top: 10%;
  left: 5%;
  z-index: 3;
}
.slide .img4 {
  width: 70%;
  top: 20%;
  left: 60%;
  z-index: 2;
}
.slide .img5 {
  width: 70%;
  top: 30%;
  left: 110%;
  z-index: 1;
}
.slide-bt {
  position: absolute;
  left: 54%;
  bottom: 0px;
  z-index: 10;
}
.slide-bt span {
  width: 15px;
  height: 3px;
  background: #fff;
  float: left;
  margin: 5px;
  border-radius: 4px;
}
.slide .slide-bt .on {
  background: #d3ab6d;
}
