@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?tomleg');
    src:  url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?tomleg') format('truetype'),
      url('../fonts/icomoon.woff?tomleg') format('woff'),
      url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
.bar {
    height: 31px;
    background-color: #f1f1f1;
}
.w {
    margin: 0 auto;
    width: 1200px;
}
.bar_left {
    float: left;
}
.bar_left ul li {
    float: left;
    line-height: 31px;
}
.bar_left a {
    line-height: 31px;
}
.bar_right {
    float: right;
}
.bar_right ul li {
    float: left;
    line-height: 31px;
}
.bar_right ul li::after {
    padding: 0 14px 0 14px;
    content: '|';
    width: 1px;
    color: #666666;
    line-height: 31px;
}
.bar_right ul li:last-child::after {
    color: transparent;
}
.arrow::after {
    content: '\e91e';
    font-family: 'icomoon';
}
.header {
    position: relative;
    height: 110px;
}
.logo {
    float: left;
    margin-top: 25px;
    width: 175px;
}
.logo h1 {
    display: none;
}
.cart {
    position: absolute;
    top: 35px;
    right: 62px;
    width: 140px;
	height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #f7f7f7;
	border: solid 1px #dfdfdf;
}
.cart a::before {
    padding-right: 5px;
    content: '\e93a';
    color: #b1191a;
    font-family: icomoon;
}
.cart a::after {
    content: '\e920';
    font-family: icomoon;
}
.cart .count {
    padding: 0 5px;
    position: absolute;
    top: -5px;
    left: 105px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #e60012;
    border-radius: 7px 7px 7px 0px;
}
.search {
    position: absolute;
    top: 35px;
    left: 50%;
	width: 538px;
	height: 36px;
    line-height: 34px;
    border: 2px solid #b1191a;
    transform: translateX(-50%);
}
.search input {
    width: 454px;
    height: 32px;
    text-indent: 1em;
}
.search button {
    float: right;
    width: 80px;
    height: 34px;
    color: #fff;
    font-size: 16px;
    background-color: #b1191a;
}
.promotion {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.promotion a {
    padding: 0 15px 0 15px;
}
.nav {
    height: 45px;
    border-bottom: 2px solid #b1191a;
}
.sidebar_dt {
    float: left;
    width: 209px;
    height: 45px;
    text-align: center;
    background-color: #b1191a;
}
.sidebar_dt a {
    color: #fff;
    line-height: 45px;
    font-size: 16px;
}
.sidebar_dd {
    float: left;
    margin-top: 45px;
    margin-left: -210px;
    width: 210px;
    height: 455px;
    background-color: #c81623;
}
.sidebar_dd ul li {
    margin-left: 2px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    transition: all .4s;
}
.sidebar_dd ul li a {
    color: #fff;
    font-size: 14px;
}
.sidebar_dd ul li:hover a,
.sidebar_dd ul li:hover::after {
    color: #c81623;
}
.sidebar_dd ul li:hover {
    padding-left: 20px;
    background-color: #fff;
}
.sidebar_dd ul li::after {
    float: right;
    padding-right: 8px;
    content: '\e920';
    color: #fff;
    font-size: 14px;
    font-family: icomoon;
}
.category {
    float: left;
}
.category ul li {
    float: left;
}
.category ul li a {
    display: block;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.footer {
    height: 417px;
    background-color: #f5f5f5;
}
.service {
    padding-top: 25px;
    height: 108px;
    border-bottom: 1px solid #ccc;
}
.service ul li {
    float: left;
    padding-left: 35px;
    width: 300px;
    height: 50px;
}
.service ul li h5 {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/icons.png) no-repeat -252px -2px;;
}
.service ul li:nth-child(2) h5 {
    background: url(../images/icons.png) no-repeat -255px -54px;
}
.service ul li:nth-child(3) h5 {
    background: url(../images/icons.png) no-repeat -257px -105px;
}
.service ul li:nth-child(4) h5 {
    background: url(../images/icons.png) no-repeat -258px -157px;
}
.service_title {
    float: left;
    margin: 7px 0 0 7px;
}
.service_help {
    padding: 20px 0 0 50px;
    height: 185px;
    border-bottom: 1px solid #ccc;
}
.service_help dl {
    float: left;
    width: 200px;
}
.service_help dt {
    margin-bottom: 10px;
    font-size: 16px;
}
.service_help dl:last-child {
    width: 90px;
    text-align: center;
}
.service_copyright {
    text-align: center;
}
.links {
    margin: 15px 0 15px 0;
}
.links a {
    margin: 0 3px;
}
.copyright {
    line-height: 30px;
}