@charset "utf-8";
*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr,
span,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 12px !important;
  font-family: '微软雅黑' !important;
  color: #333333;
  /* background-color: #F4F5F6; */
  margin: 0 auto;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #333333;
  outline: none;

  vertical-align: middle;
}

a:hover {
  /*text-decoration: underline;*/
}

a:active {
  /* star: expression(this.onFocus=this.blur()); */
}

img {
  border: 0px;
  vertical-align: middle;
}

li,
em,
i {
  list-style: none;
  font-style: normal;
}

input {
  border: 0;
  /*去除未选中状态边框*/
  outline: none;
  /*去除选中状态边框*/
  background-color: rgba(0, 0, 0, 0);
  /*透明背景*/
}

/* public */
.gWidth,
.w1000 {
  margin: auto;
  width: 1200px;
}

.f-f0 {
  font-size: 0;
}

.f-ib {
  display: inline-block;
}

.f-dn {
  display: none;
}

.f-di {
  display: inline;
}

.f-f0tc {
  font-size: 0;
  text-align: center;
}

.f-ibm {
  display: inline-block;
  vertical-align: middle;
}

.f-ibt {
  display: inline-block;
  vertical-align: top;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
}

.f-btn {
  cursor: pointer;
}

.f-btn:hover {
  opacity: 0.8;
}

.f-toe {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-tar {
  text-align: right;
}

.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}

/*---------- header -------------*/
.m-toper {
  width: 100%;
  height: 40px;
  background-color: #000000;
}

.m-toper .w1000 {
  height: 40px;
  overflow: hidden;
}

.m-toper span {
  height: 40px;
  line-height: 40px;
  float: left;
  color: #a6a6a6;
}

.m-toper .detaill a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-toper span h1 {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}

.m-toper a {
  margin-left: 10px;
}

.m-toper a.sjb {
  height: 40px;
  line-height: 40px;
  float: left;
  color: #a6a6a6;
  background: url('/statics/v3/images/icon_sjb.png') no-repeat left center;
  padding-left: 17px;
}

.m-toper a.tg {
  height: 40px;
  line-height: 40px;
  float: left;
  color: #a6a6a6;
  background: url('/statics/v3/images/icon_ttg.png') no-repeat left center;
  padding-left: 17px;
}

.m-toper a.sc {
  height: 40px;
  line-height: 40px;
  float: left;
  color: #a6a6a6;
}

.m-header {
  width: 100%;
  min-width: 1000px;
  height: 120px;
  background-color: #000;
}

.m-header .logo {
  /* width:217px; */
  height: auto;
  float: left;
  margin-left: 34px;
}

.m-header .logo img {
  width: 217px;
  height: 78px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .logo span {
  height: 120px;
  line-height: 120px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .ahd {
  width: 273px;
  height: 30px;
  float: left;
  margin-left: 80px;
  margin-top: 40px;
}

.m-header .ahd img {
  width: 250px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .search {
  float: right;
  width: 290px;
  height: 32px;
  line-height: 32px;
  margin-top: 58px;
  margin-right: 20px;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.m-header .search .intxt {
  width: 220px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border: 0 none;
  font-size: 14px;
  color: #808080;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}

.m-header .search .i-line {
  float: left;
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
  margin-top: 8px;
}

.m-header .search .tjbtn {
  background-color: #fff;
  border: 0 none;
  color: #fb4544;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  width: 59px;
  text-align: center;
  font-size: 14px;
  float: right;
  position: relative;
}

/*---------- 导航 -----------*/
.m-nav {
  width: 100%;
  min-width: 1000px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.m-nav li {
  display: inline-block;
  float: left;
  margin-left: 27px;
}

.m-nav li:first-child {
  margin-left: 0;
}

.m-nav li a {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}

.m-nav li a.current {
  color: #ff5555;
  font-weight: bold;
}

.m-nav li a:hover {
  color: #ff5555;
}

/*---------- 导航 end-----------*/
/*---------- header end-------------*/

/*---------- footer -------------*/
.m-footer {
  width: 100%;
  min-width: 1220px;
  height: 217px;
  background: #000;
  /*margin-top: 30px;*/
}

.m-footer .ftewm {
  width: 120px;
  height: 120px;
  float: left;
  margin-top: 57px;
  margin-right: 60px;
  margin-left: 258px;
}

.m-footer .ftewm img {
  width: 120px;
  height: 120px;
  float: left;
}

.m-footer .ftmid {
  width: 760px;
  height: auto;
  float: left;
  margin-top: 58px;
}

.m-footer .ftnav {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #787878;
  margin-bottom: 15px;
}

.m-footer .ftnav a {
  margin: 0 10px;
  display: inline-block;
  font-size: 14px;
  color: #cccccc;
}

.m-footer .ftnav a:first-child {
  margin-left: 0;
}

.m-footer .contact {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #787878;
  line-height: 24px;
}

/*---------- footer end-------------*/

/*------ 友情链接 ------*/
.friendship-link {
  width: 100%;
  height: auto;
  background-color: #1a1a1a;
}
.friendship-link .friendship-link-box {
  box-sizing: border-box;
  padding: 30px 0px 20px;
  color: #cccccc;
  font-size: 14px;
}
.friendship-link .friendship-link-box .link-box-text {
  width: 60px;
}
.friendship-link .friendship-link-box .linkcon {
  width: 94%;
}
.friendship-link .friendship-link-box .linkcon li {
  float: left;
  margin-left: 24px;
  margin-bottom: 10px;
}
.friendship-link .friendship-link-box .linkcon li a {
  color: #cccccc;
}
.friendship-link .friendship-link-box .linkcon li a:hover {
  text-decoration: underline;
}
/*------ 友情链接 end------*/

/* 分页 */
.u-pagination {
  font-size: 0;
  text-align: center;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
}

.u-pagination .prev,
.u-pagination .next {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.u-pagination .prev .icon,
.u-pagination .next .icon {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center center;
  border-radius: 4px;
}

.u-pagination .icon_prev {
  background-image: url(/index/statics/v3/images/icons/icon_prev.png);
}

.u-pagination .icon_next {
  background-image: url(/index/statics/v3/images/icons/icon_next.png);
}

.u-pagination .prev:hover,
.u-pagination .next:hover {
  background: #fb4544;
}

.u-pagination .prev.disabled,
.u-pagination .next.disabled {
  background: #eeeeee;
  cursor: inherit;
}

.u-pagination .prev.disabled:hover,
.u-pagination .next.disabled:hover {
  background: #eeeeee;
}

.u-pagination .list {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.u-pagination .list .item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.u-pagination .list .item + .item {
  margin-left: 10px;
}

.u-pagination .list .link {
  cursor: pointer;
}

.u-pagination .list .link:hover,
.u-pagination .list .link.active {
  background: #fb4544;
  color: white;
}

.u-pagination .jumpLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.u-pagination .jumpLabel .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
}

.u-pagination .jumpLabel .jumpNum {
  display: inline-block;
  margin: 0 6px;
  width: 3.5em;
  height: 34px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
}

.u-pagination .jumpLabel .jumpNum:active,
.u-pagination .jumpLabel .jumpNum:focus {
  outline-color: #fb4544;
}

.u-pagination .jumpLabel .jumpBtn {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 34px;
  font-size: 16px;
  cursor: pointer;
  background: white;
}

.u-pagination .jumpLabel .jumpBtn:hover {
  background: #fb4544;
  color: white;
}

/* 分页 end*/

/* 面包屑导航 */
.u-brumbGroup {
  height: 45px;
}

.u-brumbGroup .icon {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url(/statics/v3/images/icon_location.png) no-repeat;
  background-size: 100% 100%;
}
.u-brumbGroup .location {
  font-size: 14px;
  line-height: 45px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.u-brumbGroup .item {
  margin-right: 8px;
  line-height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.u-brumbGroup a.item:hover {
  color: #fb4544;
}

.u-brumbGroup .symbol {
  margin-right: 8px;
  width: 8px;
  height: 10px;
  background: url(/statics/v3/images/icon_arrow_right.png) no-repeat;
  background-size: 100% 100%;
}

/* 面包屑导航 end*/

/* H5公用头部css */
.u-h5 {
  height: 0.6rem;
}
.wapmyads{
    margin: 5px 0;
}
.u-h5 .icon {
  margin-right: 0.1333rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(/statics/v3/images/icon_location.png) no-repeat;
  background-size: 100% 100%;
}
.u-h5 .location {
  font-size: 13px;
  line-height: 0.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.u-h5 a{
     font-size: 13px;
}
.u-h5 .item {
  margin-right: 0.1067rem;
  line-height: 0.6rem;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.u-h5 a.item:hover {
  color: #fb4544;
}

.u-h5 .symbol {
  margin-right: 0.1067rem;
  width: 0.1067rem;
  height: 0.1333rem;
  background: url(/statics/v3/images/icon_arrow_right.png) no-repeat;
  background-size: 100% 100%;
}
.u-h5 span {
  font-size: 0.32rem;
  color: #a4a4a4;
  margin-left: 0.4rem;
}

.header {
  width: 100%;
  background-color: #a21623;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4267rem 0.4rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #ca424d;
}
.header .header_l {
  display: flex;
  align-items: center;
}
.header .back {
  width: 0.24rem;
  height: 0.4533rem;
  margin-right: 0.2533rem;
}
.header .j_logo {
  width: 0.7467rem;
  height: 0.64rem;
  margin-right: 0.16rem;
}
.header .j_name {
  color: #fff;
  font-size: 0.4267rem;
}
.header .search_d {
  width: 2.6667rem;
  position: relative;
}
.header .j_search {
  width: 100%;
  height: 0.5267rem;
  border-radius: 0.2667rem;
  background-color: #fff;
  text-indent: 0.1333rem;
}
.header .line {
  width: 1px;
  height: 60%;
  background-color: red;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  display: none;
}
.header .search_word {
  height: 0.5267rem;
  line-height: 0.5267rem;
  color: #333;
  font-size: 0.2133rem;
  position: absolute;
  top: 50%;
  right: 0.1333rem;
  transform: translateY(-50%);
  padding-left: 0.0667rem;
  border-left: 1px solid #ccc;
}
.dh_top {
  background-color: #a21623;
  padding: 0.4267rem 0;
  white-space: nowrap;
  overflow-y: scroll;
}
.dh_top::-webkit-scrollbar {
  display: none;
}
.dh_top a {
  color: #f0da06;
  margin: 0 0.3067rem;
  font-size: 0.4267rem;
}
.dh_top .acti {
  color: #ffffff;
  position: relative;
}
.dh_top .acti::after {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 0.04rem;
  background-color: #fff;
  position: absolute;
  bottom: -0.4267rem;
  left: 50%;
  transform: translateX(-50%);
}
 /*移动搜索*/
 .header .form_sea {
     position: relative;
 }
 .form-control{
    width: 4.6667rem;
    height: .80rem;
    text-indent: 3em;
    background-color: #f5f5f5;
    border-radius: 1.3rem;
 }
 .search-icon{
     position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .2rem;
    height: 0.4rem;
    width: .4rem;
    background: url(/wap/images/sobox-icon.png) no-repeat 50%;
    background-size: cover;
 }
/*分页*/
.tg_pages {
        display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.tg_pages a {
    display: inline-block;
}

.tg_pages a {
    border: 1px solid #dddddd;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 7px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 3px;
}

.tg_pages input {
    border: 1px solid #dddddd;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 7px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 3px;
}

.tg_pages .thisclass {
    border: 1px solid #2ea039;
    color: #2ea039;
    height: 26px;
    line-height: 26px;
    margin-left: 7px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 3px;
}

.tg_pages .pageinfo {
    margin-left: 8px;
}
.bt1s{
    border-top:1px dashed #d3d3d3;
}

        .xy_ul{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .xy_ul li{
        width: 22%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 8px;
        border: 1px solid #f0f0f0;
    }
    .xy_ul li a{
        display: block;
        width: 100%;
        height:auto;
    }
    .xy_ul li a img{
        width: 100%;
    }
    
    .product .show {
    /* margin: -0.5rem; */
}
.product {
    width: 99%;
    margin: 0 auto;
}

.product .show .cover {
    width: 100%;
}

.product .show .cover img {
    width: 100%;
}

.product .list li {
    display: flex;
    border-bottom: 1px solid #f3f3f3;
    padding: .3rem 0;
    position: relative;
}

.product .list .img {
    width: 3rem;
    background-color: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
}

.product .list .img img {
    width: 100%;
    height: 100%;
}

.product .list .txt {
    flex: 1;
    margin-left: 10px;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.brand .sort_box{
    position: relative;
}
.product .list .txt h3,
.product .list .txt p {
    /* margin-top: 0 !important; */
}
.product .list .txt p span{
    color: #f33a2f !important;
    font-weight: 700;
}
.product .list .txt p {
    font-size: .4rem;
    line-height: 0.4rem;
    margin-top: 10px;
}

.product .list .num {
    color: #f33a2f;
    position: absolute;
    right: 0;
    bottom: 14px;
    font-size: 14px;
}

.product .head,
.article .head {
    border-left: 6px solid #d89306;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    background-color: #f0f0f0;
    padding: 0 .5rem;
    display: flex;
    justify-content: space-between;
    margin: 0.3rem 0;
}

.product .head h2 {
    font-size: .8rem;
    margin-left: 8px;
    color: #101010;
}

.product .head h1,
.article .head h1 {
    font-size: .8rem;
    margin-left: 8px;
    color: #101010;
}
.list_right li{
    display: block !important;
    overflow: hidden;
}
.list_right li .img{
    float: left;
     position: initial !important;
     right: auto !important;
    margin-right: 4px;
    margin-top: -9px
}
.list_right li .txt{
    float: left;
    position: initial !important;
    left: auto !important;
}
.list_right li>.txt>.p{
    margin-top: 10px !important;
}
.list_right li .num{
    right: 1px !important;
    bottom: 18px !important;
}