header {
  width: 100%;
  height: 85px;
  margin: 0 auto;
  border-bottom: 1px solid #d7d7d7;
}
header .box {
  width: 90%;
  margin: 0 auto;
}
.search_box {
  width: 472px;
  height: 45px;
  float: left;
  margin-top: 20px;
}
.search_box .logo {
  float: left;
  width: 110px;
  height: 45px;
  overflow: hidden;
}
.search_box .logo a {
  display: inline-block;
  width: 110px;
  height: 45px;
  transition: all 0.3s;
}
.search_box .logo:hover a {
  margin-top: -45px;
}
.search_box .logo a:before,
.search_box .logo a:after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 45px;
  vertical-align: middle;
}
.search_box .logo a:before {
  background: url(../images1/logo.png);
}
.search_box .logo a:after {
  background: url(../images1/logo1.png);
}
.search_box .search_div{
  position: relative;
  float: left;
  width: auto;
  height: 43px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px #d7d7d7;
  background-color: #ffffff;
}
.search_box .search_div:before{
  position: absolute;
  top: 6px;
  left: 8px;
  font-family: "iconfont" !important;
  content: "\e63d";
  font-size: 22px;
  color: #999999;
  
}
.search_box .search {
  width: 282px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  margin-left:38px;
  color: #666666;
  transition: all 0.3s;
 
}
.search_box .search:focus {
  width: 310px;
}

nav {
  float: right;
  width: 420px;
  height: 45px;
  margin-top: 14px;
}
nav ul {
  text-align: right;
}
nav ul li {
  display: inline-block;
  vertical-align: middle;
  height: 68px;
  line-height: 68px;
  padding: 0 10px;
  border-bottom: 3px solid transparent;
}
nav ul li:hover {
  border-bottom: 3px solid #000000;
}
nav ul li.current {
  border-bottom: 3px solid #000000;
}
nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
nav ul li a:hover {
  color: #000000;
}
/* 选项卡css */
/* 区域css */
.tab_list {
  position: relative;
  width: 1024px;
  height: 47px;
  margin: 0 auto;
}
.tab_list ul {
  width: auto;
  height: 47px;
  white-space: nowrap;
  font-size: 0;
}
.tab_list ul li {
  display: inline-block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-left: 15px;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 0 5px 1px #d7d7d7;
  cursor: pointer;
}
.tab_list ul li:first-child {
  margin-left: 0;
}
.tab_list ul li:hover {
  box-shadow: none;
}
.tab_list ul li a {
  display: inline-block;
  width: 100px;
}
.tab_list ul li a:hover {
  background-color: #ec715f;
  color: #ffffff;
}

.tab_list ul li.current {
  background-color: #ec715f;
  box-shadow: none;
}
.tab_list ul li.current a {
  color: #ffffff;
}
/* 店铺列表 */
.store_list {
  width: 1024px;
  margin-top: 30px;
}
.store_list ul {
  margin-left: -32px;
}
.store_list ul li {
  position: relative;
  float: left;
  width: 320px;
  margin: 0 0 16px 32px;
}
.store_list ul li a.pic{
  display: inline-block;
  width: 320px;
  height: 200px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
.store_list ul li a.pic:hover {
  box-shadow: 0 0 5px 1px #d7d7d7;
}
.store_list ul li p {
  margin-top: 8px;
}
#tag_list .tag {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  padding: 0 7px;
  margin-right: 3px;
  color: #666666;
  background-color: #f3f3f3;
  border-radius: 4px;
  cursor: pointer;
}
#tag_list span.cb1 {
  color: #2a6e4b;
  background-color: #eaf7ea;
}
#tag_list span.cb2 {
  color: #6e4800;
  background-color: #f7f3ea;
}
.store_list ul li h5 {
  margin-top: 10px;
}
.store_list ul li h5 a {
  display: inline-block;
  width: 320px;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  font-size: 21px;
  font-weight: 700;
  color: #555555;
  text-indent: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.store_list ul li h5 a:hover {
  color: #fa7268;
}
.store_list ul li em {
  display: inline-block;
  margin: 2px 5px 0 0;
  font-size: 13px;
  color: #8c8c8c;
  text-indent: 3px;
}
.store_list ul li span {
  display: inline-block;
  margin-top: 1px;
}
.store_list ul li span.x_price {
  font-size: 20px;
  font-weight: 700;
  color: #ec715f;
  margin-right: 15px;
}
.store_list ul li span.x_price i {
  font-size: 15px;
  font-weight: 700;
}
.store_list ul li span.y_price {
  font-size: 13px;
  color: #999999;
  text-decoration: line-through;
}
.store_list ul li span.vr {
  position: absolute;
  top: 130px;
  right: 5px;
  width: 64px;
  height: 64px;
  background: no-repeat url(../images1/vr_phone.png) 0 0;
}
.store_list ul li span.vr:hover {
  background: no-repeat url(../images1/vr_phone.png) 0 -64px;
}
.store_list ul li span.vr a {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.store_list ul li span.discount {
  position: absolute;
  top: 215px;
  right: 0;
  width: 50px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ec715f;
  text-align: center;
  border-radius: 2px;
  color: #fa7268;
  font-weight: 700;
}
.store_list ul li span.discount:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent #ec715f transparent transparent;
  border-width: 20px 8px 0 0;
}
.store_list ul li span.discount::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: #ec715f transparent transparent transparent;
  border-width: 20px 8px 0 0;
}
/* 分页样式 */
.page_box {
  margin: 15px auto 40px auto;
  text-align: center;
}

.page_box ul li {
  display: inline-block;
  vertical-align: middle;
}
.page_box ul li span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 28px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ec715f;
  border: 1px solid transparent;
  margin: 0 2px;
}
.page_box ul li a span:hover {
  color: #ffffff;
  background-color: #ec715f;
}
.page_box ul li > span.currentpage {
  color: #ffffff;
  background-color: #ec715f;
}
.page_box ul li.pre_page span,
.page_box ul li.next_page span {
  font-family: "iconfont" !important;
  font-style: normal;
  font-size: 12px;
  border: 1px solid #ec715f;
  color: #ec715f;
  box-shadow: 2px 2px 5px 1px #d7d7d7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page_box ul li.pre_page span {
  margin-right: 10px;
}
.page_box ul li.next_page span {
  margin-left: 10px;
}
.page_box ul li.pre_last span {
  font-size: 13px;
}
.page_box ul li.pre_page span:after {
  content: "\e617";
}
.page_box ul li.next_page span:after {
  content: "\e61e";
}
.page_box ul li.next_page span:after {
  content: "\e61e";
}
#nav_crumb{
  width: 1024px;
  font-size: 12px;
  color: #888888;
  margin: 15px auto;
}
#nav_crumb a{
  font-size: 12px;
  color: #888888;
}
#nav_crumb a:hover{
  color: #ec715f;
}
/* 底部信息 */
footer {
  width: 100%;
}
.service {
}
.service h2 {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.service ul {
  margin: 11px 0 25px -32px;
}
.service ul li {
  float: left;
  width: 230px;
  height: 78px;
  margin-left: 32px;
  background: no-repeat url(../images1/service.png);
  padding-left: 90px;
}
.service ul li.li1 {
  background-position: 0 0;
}
.service ul li.li2 {
  background-position: 0 -78px;
}
.service ul li.li3 {
  background-position: 0 -156px;
}
.service ul li h5 {
  width: 170px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-top: 18px;
}
.service ul li span {
  font-size: 14px;
  color: #000000;
}
.about {
  margin-top: 20px;
  color: #333333;
}
.about .contact {
  float: left;
  width: 265px;
  height: 120px;
}
.about .contact p {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.about .contact .tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.about dl {
  float: left;
  width: 100px;
  height: 120px;
  margin-right: 30px;
}
.about dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.about dl dd a {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  color: #333333;
}
.about dl dd a:hover {
  color: #fa7268;
}
.about .wxcode {
  float: right;
  width: 110px;
  height: 110px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.about .wxcode img {
  width: 100px;
}
.banquan {
  margin: 10px auto 10px auto;
  text-align: center;
  color: #999999;
}
