@charset "UTF-8";
/*!*****搜索*****!
#search {
  margin-right: 20px; }

#search #keyword {
  border-radius: 5px;
  background: #e8ece8; }

#search .btn {
  background: url("../images/header_search_icon2.png") no-repeat center;
  left: inherit;
  right: 45px;
  top: 0;

}*/

/*********inner_header*********/
.inner_header {
  background: white;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e3e5e8;
  position: fixed;
  z-index:333;
  top: 0; }
.inner_header .rt_message {
  display: flex;
  align-items: center; }
.inner_header .inner_logo {
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -90px; }
.inner_header .icon_list {
  margin-right: 20px; }
.inner_header .icon_list li {
  position: relative;
  margin-right: 13px; }
.inner_header .icon_list li:hover a img:nth-child(1) {
  display: none; }
.inner_header .icon_list li:hover a img:nth-child(2) {
  display: inline-block; }
.inner_header .icon_list li a img:nth-child(1) {
  display: inline-block; }
.inner_header .icon_list li a img:nth-child(2) {
  display: none; }
.inner_header .navlist .bottom_line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #009b4c;
  transition: all 0.3s ease; }
.inner_header .navlist li a {
  padding: 20px;
  display: inline-block; }

.inner_header .inner_logo>a{
  height: 100%;
}
.inner_header .inner_logo>a>img{
  height: 50px;
  margin-top: 5px;
  display: inline-block;
}
.inner_header .navlist .lv1{
  position: relative;
}
.inner_header .navlist .lv2{
  border-top: 1px solid #e3e5e8;
  position: absolute;
  left:50%;
  margin-left: -50px;
  top: 60px;
  display: none;
}
.inner_header .navlist .lv2 li{
  float: none;
}
.inner_header .navlist .lv2 li a{
  min-width: 100px;
  text-align: center;
  padding: 8px 11px;
  background: white;
}
.inner_header .navlist .lv2 li a:hover{
  background: black;
  color: white;
}




/**********inner_ban**************/
.inner_ban {
  /*margin-top: 120px;*/
  text-align: center;
  margin-bottom: 26px; }

/**********inner底部推荐************/
.inner_tuijian {
  margin-top: 40px; }
.inner_tuijian .public_title {
  padding: 0 5px 5px 5px;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px #483e34 solid;
  font-family: "黑体"; }
.inner_tuijian .goods_tuijian_list {
  display: flex;
  justify-content: space-between;
  margin: 20px 0; }
.inner_tuijian .goods_tuijian_list .item {
  position: relative;
  width: 268px;
  height: 298px; }
.inner_tuijian .goods_tuijian_list .item:hover .front {
  transform: rotateY(-90deg); }
.inner_tuijian .goods_tuijian_list .item:hover .black {
  transform: rotateY(0); }
.inner_tuijian .goods_tuijian_list .name {
  text-align: center;
  margin-top: 10px; }
.inner_tuijian .goods_tuijian_list .front {
  transform: rotateY(0);
  transition: all .5s ease-in-out 0s; }
.inner_tuijian .goods_tuijian_list .black {
  width: 268px;
  height: 298px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  transform: rotateY(90deg);
  transition: all .5s ease-in-out 0s; }
.inner_tuijian .goods_tuijian_list .black .summary {
  font-size: 14px;
  line-height: 24px;
  color: #fff; }
.inner_tuijian .goods_tuijian_list .black .name {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px; }
.inner_tuijian .news_tuijian_list .item {
  display: flex;
  background: #e6e5e5;
  margin: 20px 0; }
.inner_tuijian .news_tuijian_list .item:hover .jiantou {
  transform: translateX(169px); }
.inner_tuijian .news_tuijian_list .item:hover .pic {
  transform: translateX(169px); }
.inner_tuijian .news_tuijian_list .item .jiantou {
  display: inline-block;
  margin-left: -170px;
  float: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.inner_tuijian .news_tuijian_list .item .pic {
  margin-right: 20px;
  transition: .3s; }
.inner_tuijian .news_tuijian_list .item .message {
  flex: 1;
  padding: 20px; }
.inner_tuijian .news_tuijian_list .item .message .title {
  font-size: 18px;
  color: #000;
  font-family: Arial;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
.inner_tuijian .news_tuijian_list .item .message .summary {
  color: #8d8d8d;
  font-family: Arial;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

/*# sourceMappingURL=inner_public.css.map */




/*goods_list  and goods_read*/

@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(4, 119, 199, 0.34);
  -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: rgb(4, 119, 199);
  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;
  }
}









@media (max-width: 768px) {
  .inner_ban{
    margin-top: 0;
    margin-bottom: 0px;
  }



}