#guide {
  background-image: url(../image/make/banner.jpg);
}
.manufacture{
  width: 100%;
}
.make_container {
  width: 1200px;
  margin: 0 auto;
  color: #000000;
}
.make_container .make_part {
  margin: 80px auto;
  border: 1px solid #064db7;
  display: flex;
}
.make_container .make_part.part1066 {
  width: 1066px;
  margin-top: 30px;
}
.make_container .make_part.part1066.ml {
  margin-left: 0;
}
.make_container .make_part .text_con {
  width: 388px;
}
.make_container .make_part .text_con .up {
  height: 202px;
  position: relative;
  background: #064db7;
  color: #ffffff;
  overflow: hidden;
}
.make_container .make_part .text_con .up .btn_item_right{
  position: absolute;
  width: 165px;
  font-size: 14px;
  line-height: 32px;
  right: 35px;
  top: 130px;
  color: white;
  border-bottom: none;
  cursor: pointer;
}
.make_container .make_part .text_con .up .btn_item_right .main-btn{
  color: #fff;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.07em;
  position:relative;
  overflow:hidden;
}
.make_container .make_part .text_con .up .date {
  margin: 38px 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.make_container .make_part .text_con .up .date i {
  display: block;
  height: 1px;
  width: 136px;
  background: #ffffff;
  font-size: 0;
}
.make_container .make_part .text_con .bottom {
  padding: 53px 32px 0 32px;
  box-sizing: border-box;
}
.make_container .make_part .text_con .bottom .title {
  font-weight: lighter;
  font-size: 24px;
  color: #064db7;
  line-height: 38px;
}
.make_container .make_part .text_con .bottom ul {
  margin-top: 10px;
}
.make_container .make_part .text_con .bottom ul li {
  margin-bottom: 33px;
  line-height: 30px;
  font-size: 15px;
}
.make_container .make_part .img_con {
  width: 680px;
  height: 632px;
  overflow: hidden;
}
.make_container .make_part .img_con .swiper-container {
  width: 100%;
  height: 100%;
}
.make_container .make_part .img_con .swiper-container .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.make_container .make_part .img_con span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.make_container .make_part .img_con:hover span {
  transform: scale(1.1);
}
/*# sourceMappingURL=make.css.map */