* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
a{
	color: #333;
	outline: none;
}
a:visited,a:active,a:link{
	color: #333;
	outline: none;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 135px;
}
.header .left {
  display: flex;
  align-items: center;
}
.header .logo {
  width: 227px;
  height: 115px;
  margin-right: 35px;
}
.header .h-des .t1 {
  padding-top: 24px;
  display: flex;
}
.header .h-des .t1 p {
  font-size: 28px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #ba1205;
}
.header .h-des .t1 span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #ba1205;
  line-height: 29px;
  top: 6px;
  left: 8px;
  position: relative;
}
.header .h-des .t2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #666;
  margin-top: 8px;
}
.header .h-phome {
  display: flex;
  align-items: center;
}
.header .h-phome img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.header .h-phome div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.header .h-phome div span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #333333;
}
.header .h-phome div p {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: -1px;
  color: #ba1205;
}
.navlist {
  background-blend-mode: normal, normal;
  background-color: #ba1205;
}
.navlist .w1200 {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.navlist .juf {
  display: flex;
  align-items: center;
}
.navlist img.i1 {
  width: 18px;
  height: 16px;
}
.navlist img.i2 {
  width: 25px;
  height: 25px;
  margin-left: 15px;
}
.navlist .list {
  display: flex;
}
.navlist .list .item {
  width: 125px;
  height: 70px;
  position: relative;
}
.navlist .list .item:hover ul {
  display: block;
}
.navlist .list .item > a {
  font-size: 19px;
  height: 70px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navlist .list .item a:hover, .navlist .list .item a.active{
  background-color: #c43c3c;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.navlist .list .item a.active {
  background-color: #ba1205;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.navlist .list .item ul {
  width: 123px;
  position: absolute;
  background-color: #fff;
  display: none;
  z-index:100;
}
.navlist .list .item ul li {
  height: 50px;
  border-bottom: 1px solid #dedede;
  text-align:center;
}
.navlist .list .item ul li a {
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.navlist .list .item ul li a:hover {
  color: #fff;
  font-size: 16px;
}
.fiexd-nav {
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 999;
    background: #fff;
    top: 70px;
    width: 50%;
    overflow: auto;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-top: 20px;
    display: none;
    border: 6px solid #ba1205;
    padding-right: 0px;
}
.fiexd-nav .list .item {
  border-bottom: 1px solid #eee;
}
.fiexd-nav .list .item > a {
  line-height: 36px;
  display: block;
  font-size: 17px;
  color: #ba1205;
  font-weight: 700;
}
.fiexd-nav .list .item ul {
  display: flex;
  padding-bottom: 10px;
}
.fiexd-nav .list .item ul li a {
  font-size: 15px;
  display: block;
  color: #333;
  margin-right: 25px;
}
  .fiexd-nav .close img {
    width: 20px;
    height: 20px;
    float: right;
    position: absolute;
    right: 22px;
    top: 22px;
}  
.currer {
  height: 85px;
  background-color: #f3f3f3;
}
.currer .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}
.currer .left {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #333333;
}
.currer .left strong {
    color: #cc0000;
    padding: 0 3px;
}
.currer .left span {
  width: 4px;
  height: 29px;
  margin-right: 16px;
  background-color: #ba1205;
}
.currer .left a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #333333;
}
.currer .right {
  display: flex;
}
.currer .right input {
  width: 290px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #dcdcdc;
  margin-right: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #999999;
	outline: none;
}
/*æœç´¢æŒ‰é’®*/
.currer .right .searchbg{ 
	width: 37px;
	height: 37px;
	background-image: url(/images/ic1.png);
	border:none;
	cursor: pointer;
}
.currer .right img {
  width: 37px;
  height: 37px;
}
.currern {
  height: 85px;
  background-color: #f3f3f3;
}
.currern .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}
.currern .left {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #333333;
}
.currern .left span {
  width: 4px;
  height: 29px;
  margin-right: 16px;
  background-color: #ba1205;
}
.currern .left a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #333333;
}
.currern .right {
  display: flex;
}
.currern .right input {
  width: 290px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #dcdcdc;
  margin-right: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #999999;
	outline: none;
}
/*æœç´¢æŒ‰é’®*/
.currern .right .searchbg{ 
	width: 37px;
	height: 37px;
	background-image: url(/images/ic1.png);
	border:none;
	cursor: pointer;
}
.currern .right img {
  width: 37px;
  height: 37px;
}
.footer {
  width: 100%;
  background-image: linear-gradient(#f6f0e5, #f6f0e5), linear-gradient(#7e6b5a, #7e6b5a);
  background-blend-mode: normal, 
		normal;
		padding:20px 0;
}
.footer .f-navlist {
  height: 130px;
  display: flex;
  padding-top: 40px;
}
.footer .f-navlist a {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #333;
  margin-right: 56px;
  position: relative;
}
.footer .f-navlist a:after {
  content: "ï¼";
  position: absolute;
  right: -30px;
  top: 0px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
}
.footer .f-navlist a:last-child:after {
  display: none;
}
.footer .f-cont {
  display: flex;
  justify-content: space-between;
}
.footer .f-cont .left {
  display: flex;
}
.footer .f-cont .left .phome {
  display: flex;
  margin-right: 74px;
}
.footer .f-cont .left .phome img {
  width: 43px;
  height: 44px;
  margin-top: 7px;
  margin-right: 20px;
}
.footer .f-cont .left .phome div span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
}
.footer .f-cont .left .phome div p {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000000;
}
.footer .f-cont .cont {
  width: 650px;
}
.footer .f-cont .cont p {
  font-size: 16px;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
}
.footer .f-cont .cont p span {
  font-weight: 500;
}
.footer .f-cont .right p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #000000;
}
.footer .f-cont .right img {
  width: 103px;
  height: 102px;
}
.hsh-title {
  display: flex;
  justify-content: center;
}
.hsh-title p {
  font-size: 37px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: -1px;
  color: #333333;
  margin-right: 10px;
}
.hsh-title span {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ba1205;
}

span.cur {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 37px;
    background-color: #ba1205;
    border: solid 1px #fff;
    margin-right: 9px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #fff;
}

.pages {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 1px;
}
.pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 37px;
  background-color: #f2f2f2;
  border: solid 1px #fff;
  margin-right: 9px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #333;
}
.yh-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yh-title span {
  width: 69px;
  height: 1px;
  background-color: #cccccc;
  margin: 0 22px;
}
.title1 .t2 {
  display: flex;
  align-items: center;
}
.title1 .t2 span {
  width: 50px;
  height: 2px;
  background-color: #ba1205;
}
.title1-h5 .t2 {
  display: flex;
  align-items: center;
}
.title1-h5 .t2 span {
  width: 30px;
  height: 1px;
  background-color: #999;
}
.m-banner-ad{display: none;}

.m-banner{
	display: none;
}
  .footer-h5 {
    display: none;
  }


@media screen and (max-width: 750px) {
  .w1200 {
    width: 100%;
  }
  .header {
    display: none;
  }
  .navlist {
    display: none;
  }  
	.filter-list select {
	  width: 12.5rem;
	  font-size: 0.875rem;
	  font-weight: normal;
	  font-stretch: normal;
	  line-height: 2.1875rem;
	  letter-spacing: 0px;
	  color: #333333;
	  padding-left: 0.875rem;
	  display: flex;
	  align-items: center;
	  height: 2.1875rem;
	  float: left;
	  margin: 0 0.625rem;
		outline: none;
	}
	.filter-list .store_search {
	  background: #ba1205;
		padding: 0.5rem 1.25rem;
		color: #fff;
		border: none;
		cursor: pointer
	}
.pc-banner{
	display: none;
}
.m-banner{
	display: block;
}
	.navlist {
		display: none;
	}
  .navlist-h5 {
    background-color: #fff !important;
  }
  .navlist-h5 .nav {
    height: 100%;
    width: 60%;
    margin-top: 4%;
  }
  .navlist-h5 .nav a {
    width: 25% !important;
  }
  .navlist-h5 .nav a p {
    font-size: 1.1rem !important;
  }
  .navlist-h5 .nav a span {
    font-size: 0.75rem !important;
  }  
.filter-list select {
  width: 12.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.1875rem;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 0.875rem;
  display: flex;
  align-items: center;
  height: 2.1875rem;
  float: left;
  margin: 0 0.625rem;
	outline: none;
}
.filter-list .store_search {
  background: #ba1205;
	padding: 0.5rem 1.25rem;
	color: #fff;
	border: none;
	cursor: pointer
}

.pc-banner{
	display: none;
}
.m-banner{
	display: block;
}
	.navlist {
		display: none;
	}
  .m-banner-ad{
	display: block;
      margin-bottom: -0.3125rem;
	}
  .m-banner-ad img{
    width: 100%;
    height: auto;
	}
.stores .store-box {
  width: 100% !important;
  margin-bottom: 1.25rem;
}
.filter-list select {
  width: 31%;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.1875rem;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 0.875rem;
  display: flex;
  align-items: center;
  height: 2.1875rem;
  float: left;
  margin: 1%;
  outline: none;
}
.filter-list .store_search {
	width: 100%;
	display: block;
	margin-top: 0.625rem;
    background: #ba1205;
	padding: 0.5rem 1.25rem;
	color: #fff;
	border: none;
	cursor: pointer
}
.pages {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
    margin-bottom: 1.5625rem;
}
.pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
  height: 2rem;
  background-color: #f2f2f2;
  border: solid 1px #fff;
  margin-right: 0.625rem;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8125rem;
  letter-spacing: 0px;
  color: #333;
  border-radius: 0.3125rem;
}
span.cur {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.625rem;
    height: 2rem;
    background-color: #ba1205;
    border: solid 1px #fff;
    margin-right: 0.625rem;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8125rem;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 0.3125rem;
}
.currer .left span {
  width: 0px;
  height: 1.8125rem;
  margin-right: 1rem;
}

.currer .left a {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25rem;
    letter-spacing: 0px;
    color: #666;
}
.currer .left {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8125rem;
    letter-spacing: 0px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}
.currer .w1200 {
    height: 2.5rem;
}
.currer {
    height: 2.5rem;
    display: block;
}
.footer {
    display: none;
  }
.footer-h5 {
  background-color: #f6f0e5;
  display: block;
}
.footer-h5 .mess {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 1.25rem;
}
.footer-h5 .mess p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  width: 100%;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
.footer-h5 .nav {
  display: flex;
  border-bottom: 0px solid #999;
  margin: 0 auto;
}
.footer-h5 .nav .i1 {
  display: flex;
  width: 26%;
  height: 2.8125rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
}
.footer-h5 .nav .i1 a{
  color: #333;
	height: 2.5rem;
	line-height: 2.5rem;
}
.footer-h5 .nav .i1 a span{
    color: #fff;
	height: 2.5rem;
	line-height: 2.5rem;
}
.footer-h5 .nav img {
    width: 1.25rem;
    margin-right: 0.625rem;
    height: 1.25rem;
    margin-top: 0.6875rem;
    filter: invert(1);
}
.footer-h5 .nav .i2 {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer-h5 .nav .i2 a {
  font-size: 1.125rem;
  font-stretch: normal;
  text-align: center;
  line-height: 1.8125rem;
  letter-spacing: 0px;
  color: #333;
}
}

/*äºŒç»´ç */
#code,#code_hover{ cursor: pointer}
#code_img{width:191px;height:183px;background: url(../images/c3.png) center no-repeat;position:fixed;
	top:205px;
	margin-left: 100.625rem;
/*	float: right;*/
	cursor:pointer;
	display:none;
	z-index: 9999;
/*	display: block;*/
	_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:67px;}
/*äºŒç»´ç ç»“æŸ*/

