@charset "UTF-8";
.owl_tuijian .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  opacity: 1; }

.owl_tuijian .owl-controls .owl-buttons {
  position: relative; }

.owl_tuijian .owl-controls .owl-buttons .owl-prev {
  background: url("../images/inner_goods_read_lfbtn.png");
  position: absolute;
  left: -27px; }

.owl_tuijian .owl-controls .owl-buttons .owl-next {
  background: url("../images/inner_goods_read_rtbtn.png");
  position: absolute;
  right: -10px; }

.owl_tuijian .owl-controls {
  bottom: 72%; }

.goods_read_box .owl_tuijian {
  padding-left: 20px;
  width: 70%; }
.goods_read_box .owl_tuijian .item {
  margin-right: 10px; }
.goods_read_box .top_box {
  display: flex;
  margin-top: 37px; }
.goods_read_box .goback {
  border: solid 1px #e3e5e8;
  width: 171px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-left: 62px;
  position: relative; }
.goods_read_box .goback:hover span {
  color: white; }
.goods_read_box .goback:hover .hover_box {
  width: 100%; }
.goods_read_box .goback span {
  z-index: 333;
  position: relative; }
.goods_read_box .goback .hover_box {
  position: absolute;
  transition: .5s;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #009b4c;
  z-index: 1; }
.goods_read_box .goods_read {
  text-align: center;
  margin-top: 29px;
  border-top: solid 1px #e3e5e8; }
.goods_read_box .goods_read .name {
  font-size: 24px;
  font-family: '宋体';
  color: #000000;
  letter-spacing: 5px;
  padding-top: 50px;
  padding-bottom: 40px;
  line-height: 30px; }
.goods_read_box .goods_read .des {
  margin-top: 30px; }
.goods_read_box .goods_read .des .title {
  border-bottom: solid 1px #e3e5e8;
  display: block;
  text-align: left; }
.goods_read_box .goods_read .des .title span {
  display: inline-block;
  color: white;
  background: #cf8662;
  padding: 10px; }
.goods_read_box .goods_read .des img {
  max-width: 100%; }
.goods_read_box .goods_read .guige .title {
  font-size: 24px;
  font-family: '宋体';
  color: #000000;
  letter-spacing: 5px;
  padding-top: 50px;
  padding-bottom: 40px;
  line-height: 30px; }
.goods_read_box .goods_read .guige .box {
  border: solid 1px #e3e5e8;
  padding: 30px; }
.goods_read_box .goods_read .guige .box li {
  width: 33%;
  text-align: left;
  line-height: 35px; }

.main_box {
  margin-bottom: 80px; }
.main_box .typelist_box {
  padding-right: 10px; }
.main_box .typelist_box .typelist {
  border-top: solid 1px #e3e5e8;
  padding-top: 40px; }
.main_box .typelist_box .typelist .title {
  font-size: 27px;
  font-family: SimHei;
  margin-bottom: 27px; }
.main_box .typelist_box .typelist li {
  float: none; }
.main_box .typelist_box .typelist li a {
  display: block;
  padding: 15px;
  font-size: 16px; }
.main_box .typelist_box .top_title {
  color: #333333;
  padding-bottom: 80px; }
.main_box .typelist_box .top_title h3 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 51px;
  font-family: -webkit-pictograph; }
.main_box .typelist_box .top_title h4 {
  font-size: 27px;
  font-family: SimHei; }

/*# sourceMappingURL=inner_goods_read.css.map */

@media (max-width: 768px) {
  .goods_read_box .goods_read{
    padding: 0 15px;
  }
  .goods_read_box .goods_read .name{
    padding-top: 28px;
    padding-bottom: 10px;
    font-size: 22px;
  }
  .goods_read_box .goods_read .guige .title{
    padding-top: 37px;
    padding-bottom: 22px;
    font-size: 22px;
  }
  .goods_read_box .goods_read .guige .box{
    padding: 12px;
  }

  .goods_read_box .goods_read .guige .box li:nth-child(2n){
    float: right;
  }
}



















@import url(http://fonts.googleapis.com/css?family=Open+Sans:400|Raleway:300);


*:before,
*:after {
  z-index: -1;
}
[class^="btn-"] {
  position: relative;
  display: block;
  /*margin: 20px auto;*/
  width: 100%;
  /*height: 80px;*/
  max-width: 250px;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid transparent;
}
.btn-10 {
  color: #ad8740;
}
.btn-10:before, .btn-10:after,
.btn-10 span:before,
.btn-10 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(173, 135, 64, 0.31);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-10:after,
.btn-10 span:before {
  left: auto;
  right: 0;
}
.btn-10 span:before,
.btn-10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-10:hover {
  color: #ffffff;
}
.btn-10:hover:before, .btn-10:hover:after,
.btn-10:hover span:before,
.btn-10:hover span:after {
  width: 250px;
}
.btn-10:active {
  background: #ad8740;
  color: white;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
