#IndexBanner {
  width: 100%;
  height: 60%;
  overflow: hidden;
  position: relative;
}

#IndexBanner .Item {
  position: absolute;
  left: 0%;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#IndexBanner .Item img {
  width: 100%;
}

#IndexBanner .Button {
  position: absolute;
  width: 32px;
  height: 58px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#IndexBanner .LeftBtn {
  background: url(/images/index/leftbtn2.png) no-repeat center;
  left: 60px;
}

#IndexBanner .RightBtn {
  background: url(/images/index/rightbtn2.png) no-repeat center;
  right: 60px;
}

#IndexBanner .LeftBtn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#IndexBanner .RightBtn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

h3.tit {
  text-align: center;
  padding: 35px 0;
  background: url(/images/home/line.png) repeat-x 0 50px;
}

h3.tit strong {
  font: normal 24px "Microsoft YaHei";
  color: #0c0c0c;
  padding: 0 10px;
  background: #fff;
  margin-bottom: 5px;
  display: inline-block;
}

h3.tit strong span {
  color: #bc151b;
}

h3.tit em {
  color: #c9c9c9;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}

h3.tit i {
  background: #9f9f9f;
  width: 38px;
  display: inline-block;
  height: 1px;
}

.news_box .btnbox {
  text-align: center;
  margin-bottom: 50px;
}

.news_box .btnbox a {
  width: 118px;
  height: 32px;
  display: inline-block;
  color: #bcbcbc;
  border: 1px solid #bcbcbc;
  margin: 0 10px;
  line-height: 32px;
}

.news_box .btnbox a.cur {
  background: #bc151b;
  color: #fff;
  border: 1px solid #bc151b;
}

.news_box .lis {
  width: 85%;
  margin: 0 auto;
}

.news_box .lis .ul {
  display: none;
}

.news_box li {
  float: left;
  width: 27.3%;
  margin: 0 3%;
}

.news_box li .imgbox {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.news_box li .imgbox img {
  width: 100%;
}

.news_box li .time {
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.news_box li h3 {
  color: #343434;
  font: normal 14px "Microsoft YaHei";
  margin-bottom: 5px;
}

.news_box li h3 a {
  color: #343434;
}

.news_box li p {
  line-height: 24px;
  color: #8c8c8c;
  margin-bottom: 15px;
}

.news_box li a.more {
  color: #c0c0c0;
  display: inline-block;
}

.news_box .more {
  text-align: center;
  padding-bottom: 30px;
}

.news_box .more a {
  width: 88px;
  height: 32px;
  display: inline-block;
  color: #bcbcbc;
  border: 1px solid #bcbcbc;
  line-height: 32px;
  text-align: center;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news_box .more a:hover {
  background: #bc151b;
  color: #fff;
  border: 1px solid #bc151b;
}

/*首页搜索框*/

.search {
  width: 100%;
  height: 70px;
  background: #b61c24;
}

.search .search-content {
  width: 1185px;
  margin: 0 auto;
}

.search .search-content .select1 {
  width: 140px;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/images/home/arrow.png") no-repeat 100px center #ffffff;
  padding-left: 14px;
  border: none;
  font-size: 16px;
}

.search .search-content .select1::-ms-expand {
  display: none;
}

.search .search-content .select2 {
  width: 140px;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/images/home/arrow.png") no-repeat 100px center #ffffff;
  padding-left: 14px;
  border: none;
  font-size: 16px;
}

.search .search-content .select2::-ms-expand {
  display: none;
}

.search .search-content .select3 {
  width: 140px;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/images/home/arrow.png") no-repeat 100px center #ffffff;
  padding-left: 14px;
  border: none;
  font-size: 16px;
}

.search .search-content .select3::-ms-expand {
  display: none;
}

.search .search-content .select4 {
  width: 180px;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/images/home/arrow.png") no-repeat 150px center #ffffff;
  padding-left: 14px;
  border: none;
  font-size: 16px;
}

.search .search-content .select4::-ms-expand {
  display: none;
}

.search .search-content .select5 {
  width: 140px;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/images/home/arrow.png") no-repeat 100px center #ffffff;
  padding-left: 14px;
  border: none;
  font-size: 16px;
}

.search .search-content .select5::-ms-expand {
  display: none;
}

.search .search-content .select6 {
  width: 150px;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/images/home/arrow.png") no-repeat 100px center #ffffff;
  padding-left: 14px;
  border: none;
  font-size: 16px;
}

.search .search-content .select6::-ms-expand {
  display: none;
}

.search .search-content a {
  float: right;
  font-size: 18px;
  width: 100px;
  height: 40px;
  background: #fad89a;
  margin-top: 15px;
  text-align: center;
  line-height: 40px;
  color: #000000;
  border-radius: 5px;
}

.product_box {
  background: #f5f5f5;
  padding-bottom: 50px;
}

.product_box .tit strong {
  background: none;
}

/*搜索的内容*/

.search-edge {
  padding: 85px;
  width: 1183px;
  margin: 0 auto;
}

.search-edge .search-title {
  color: #333333;
  font-size: 22px;
  font-family: "Microsoft YaHei";
}

.search-edge ul {
  padding-top: 45px;
  overflow: hidden;
  position: relative;
}

.search-edge ul li {
  margin-right: 65px;
  width: 350px;
  float: left;
}

.search-edge ul li:nth-child(3n + 0) {
  margin-right: 0;
}

.search-edge ul li .image {
  width: 350px;
  height: 253px;
}

.search-edge ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
}

.search-edge ul li h1 {
  display: inline-block;
  width: 86%;
  color: #333333;
  font-size: 24px;
  height: 40px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*border-bottom: 1px solid #3333;*/
}

.search-edge ul li {
  height: 690px;
  padding-top: 70px;
  /* box-sizing: border-box; */
}

.search-edge ul li a {
  position: relative;
}

.search-edge ul li a .line {
  position: absolute;
  left: 0%;
  background-color: #666666;
  width: 350px;
  height: 1px !important;
  margin-bottom: 6px;
}

.search-edge ul li a .icon {
  float: right;
  width: 24px;
  height: 28px;
  margin-top: 30px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.search-edge ul li .detail {
  width: 350px;
  margin-top: 18px;
}

.search-edge ul li .detail p {
  font-size: 18px;
  color: #666666;
  font-family: "Microsoft YaHei";
  padding-bottom: 9px;
}

.search-edge ul li .detail p img {
  width: 16px;
  height: 20px;
}

.search-edge ul li .detail .tese {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
}

.search-edge ul li .bookhouse {
  width: 100%;
  /* height: 40px; */
  box-sizing: border-box;
  margin: 0 auto;
  /* margin-top: 25px; */
  cursor: pointer;
  /* font-size: 18px;
  color: #fff;
  border:none;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background-color: #3E87E8;
  cursor: pointer; */
}

.bookhouse .img {
  display: block;
}

.book-popup {
  position: fixed;
  top: calc(50% - 150px);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 20;
  display: none;
  width: 450px;
  height: 350px;
  background-color: #fff;
  border: 2px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 5px;
}

.book-close {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}

.book-title {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  /* border-bottom: 2px solid #000000; */
  box-sizing: border-box;
}

.book-title h6 {
  font-size: 18px;
}

.book-infor {
  width: 100%;
  padding: 20px;
  /* border-bottom: 2px solid #000000; */
  box-sizing: border-box;
}

.book-infor label {
  display: inline-block;
  width: 18%;
  color: red;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: bold;
}

.book-infor .message {
  color: #666;
  font-weight: normal;
}

.book-infor input {
  width: 81%;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  box-sizing: border-box;
}

.btn-box {
  float: right;
  margin-right: 20px;
  margin-top: 25px;
}

.btn-box span {
  margin-left: 10px;
  padding: 5px;
  letter-spacing: 3px;
  border: 1px solid #000;
}

.btn-box span:hover {
  cursor: pointer;
  color: #fff;
  background: #3e87e8;
}

.ensure-popop {
  position: fixed;
  top: calc(50% - 150px);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 20;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 300px;
  background-color: #fff;
  border: 2px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 5px;
}

.ensure-popop img {
  width: 100px;
  height: 100px;
}

.ensure-popop h5 {
  font-size: 16px;
  /* color: #000; */
  font-weight: bold;
  margin: 10px auto;
}

.ensure-popop p {
  text-align: center;
  margin-bottom: 20px;
}

.ensure-popop .ensure-close {
  display: block;
  width: 42px;
  height: 26px;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
}

.map-popop {
  position: fixed;
  top: calc(50% - 222px);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 20;
  display: none;
  width: 810px;
  height: 445px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  box-sizing: border-box;
}

.map-popop h5 {
  margin: 0;
  padding: 20px 0 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  background: #fff;
  border-bottom: 2px solid #9fa0a0;
}

.map-popop p {
  font-size: 18px;
  color: #666666;
  font-family: "Microsoft YaHei";
  background: #fff;
}

.map-close {
  float: right;
  margin-top: -42px;
}

.map {
  margin-top: 10px;
  min-width: 690px;
  min-height: 300px;
}

.map-popop .tip {
  padding: 10px 0;
  font-size: 16px;
  color: #666;
  text-align: right;
}

.map-popop .tip p {
  font-size: 16px;
  color: #666;
}

.cut_box {
  width: 79.5%;
  margin: 0 auto;
  position: relative;
}

.leftLoop {
  position: relative;
}

.leftLoop .tit {
  background: url(/images/home/name.png) no-repeat center;
  background-size: 100% auto;
  width: 210px;
  height: 37px;
  position: absolute;
  top: 17px;
  left: -6px;
  z-index: 10;
  padding-top: 9px;
  text-align: center;
  font: normal 20px "Microsoft YaHei";
  color: #fff;
}

.leftLoop .bd li img,
.leftLoop .bd li a {
  width: 100%;
  display: block;
}

.leftLoop .hd a {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  opacity: 0.6;
  filter: alpha(opacity: 60);
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.leftLoop .hd a:hover {
  opacity: 1;
  filter: alpha(opacity: 100);
}

.leftLoop .hd .next {
  background: url(/images/home/left.png) no-repeat center;
  left: -10%;
}

.leftLoop .hd .prev {
  background: url(/images/home/right.png) no-repeat center;
  right: -10%;
}

.leftLoop .bd li {
  position: relative;
}

.leftLoop .bd li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 68px;
  color: #fff;
  font: normal 14px/68px "Microsoft YaHei";
  background: url(/images/home/titbg.png) repeat;
  width: 100%;
}

.leftLoop .bd li .title span {
  display: inline-block;
  padding-left: 23px;
  background: url(/images/home/icon1.png) no-repeat left center;
  color: #fff;
  margin-left: 32px;
}

.leftLoop .bd li .title em {
  display: inline-block;
  padding-left: 26px;
  background: url(/images/home/icon2.png) no-repeat left center;
  color: #fff;
  margin-left: 60px;
}

.wapbanner,
.cutbanner {
  display: none;
}

.cutbanner .swiper-slide span {
  display: block;
  position: absolute;
  width: 100%;
  height: 44px;
  background: url(/images/home/titbg.png) repeat;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 22px;
  padding-left: 15px;
}

.cutbanner .swiper-slide em {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #bc151b;
  padding: 4px 10px;
}

.cutbanner .swiper-slide {
  position: relative;
}

.cutbanner .swiper-button-next {
  position: absolute;
  right: 0;
  background: #fff url(/images/home/right.png) no-repeat center;
  width: 15px;
  height: 40px;
  margin-top: -20px;
}

.cutbanner .swiper-button-prev {
  position: absolute;
  left: 0;
  background: #fff url(/images/home/left.png) no-repeat center;
  width: 15px;
  height: 40px;
  margin-top: -20px;
}

.swiper-container2 {
  overflow: hidden;
}

.swiper-container2 .swiper-slide img,
.swiper-container .swiper-slide img {
  width: 100%;
}

.cutbanner {
  position: relative;
}

@media only screen and (max-width: 770px) {
  #IndexBanner,
  .cut_box {
    display: none;
  }
  .wapbanner {
    width: 100%;
  }
  .wapbanner .swiper-container {
    width: 100%;
  }
  .wapbanner .swiper-wrapper {
    width: 100%;
  }
  .wapbanner,
  .cutbanner {
    display: block;
  }
  .search {
    overflow: scroll;
  }
  .search .search-content {
    padding: 0 20px;
  }
  .search-edge {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .search-edge ul {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-top: 10px;
  }
  .search-edge ul li {
    padding-top: 35px;
    margin-right: 14px;
  }
  .search-edge ul li:nth-child(3n + 0) {
    margin-right: 14px;
  }
  .search-edge ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 510px) {
  .news_box .lis {
    width: 100%;
  }
  .news_box li {
    width: 31.1%;
    margin: 0 1%;
  }
  .product_box {
    padding-bottom: 20px;
  }
  h3.tit {
    padding: 20px 0;
  }
  .news_box .btnbox {
    margin-bottom: 20px;
  }
  .search-edge ul li {
    margin-right: 0;
  }
}
