/* 声明字体图标 */
@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;
  }
/* 版心 */
.w {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.style_red {
    color: #c81623;
}
/* 快捷导航模块 start */
.shortcut {
    height: 30px;
    line-height: 30px;
    background-color: #f1f1f1;
}
.shortcut ul li {
    float: left;
}
.shortcut .fr ul li:nth-child(2n) {
    width: 1px;
    height: 12px;
    background-color: #666;
    margin: 9px 15px 0;
}
.shortcut .arrow_down_icon::after {
    position: relative;
    top: 1px;
    content: "\e91e";
    font-family: 'icomoon';
    margin-left: 5px;
}
/* 快捷导航模块 end */
/* header头部模块 start */
.header {
    position: relative;
    height: 105px;
}
/* logo 模块 */
.logo {
    position: absolute;
    top: 25px;
    width: 171px;
    height: 61px;
}
.logo a {
    display:block;
    width: 171px;
    height: 61px;
    background: url(../images/logo.png) no-repeat center;
    font-size: 0;
}
/* search 搜索模块 */
.search {
    position: absolute;
    top: 25px;
    left: 347px;
    width: 538px;
    height: 36px;
    border: 2px solid #b1191a;
}
.search input {
    float: left;
    width: 456px;
    height: 100%;
    padding: 0 10px;
}
.search button {
    float: left;
    width: 78px;
    height: 100%;
    background-color: #b1191a;
    font-size: 16px;
    color: #FFF;
}
/* hotwords 热词模块 */
.hotwords {
    position: absolute;
    top: 66px;
    left: 347px;
}
.hotwords a {
    margin: 0 10px;
}
/* shopcar 购物车模块 */
.shopcar {
    position: absolute;
    top: 25px;
    right: 65px;
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
}
.shopcar a::before {
    content: "\e93a";
    font-family: 'icomoon';
    margin-right: 8px;
    color: #e60012;
}
.shopcar a::after {
    position: relative;
    top: 1px;
    content: "\e920";
    font-family: 'icomoon';
    margin-left: 15px;
}
/* count 统计模块 */
.count {
    position: absolute;
    top: -4px;
    left: 100px;
    height: 14px;
    line-height: 14PX;
    padding: 0 5px;
    background-color: #e60012;
    border-radius: 7px 7px 7px 0;
    color: #FFF;
}
/* header头部模块 end */
/* nav导航模块 start */
.nav {
    height: 47px;
    border-bottom: 2px solid #b1191a;
    font-size: 16px;
}
/* dropdown 下拉模块 */
.dropdown .dt {
    cursor: pointer;
    width: 210px;
    height: 45px;
    line-height: 45px;
    background-color: #b1191a;
    color: #FFF;
    text-align: center;
}
.dropdown .dd {
    /* display: none; */
    width: 210px;
    height: 466px;
    background-color: #c81623;
    padding: 8px 0;
    margin-top: 2px;
}
.dropdown:hover .dd{
    display: block;
}
.dropdown .dd ul li {
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    padding: 0 8px;
    color: #FFF;
}
.dropdown .dd ul li::after {
    float: right;
    content: "\e920";
    font-family: 'icomoon';
}
.dropdown .dd ul li:hover {
    background-color: #FFF;
    color: #666;
}
.dropdown .dd ul li:hover a {
    color: #666;
}
.dropdown .dd ul li a {
    font-size: 14px;
    color: #FFF;
}
.dropdown .dd ul li a:hover {
    color: #c81623;
}
.navitems ul li {
    float: left;
}
.navitems ul li a {
    line-height: 45px;
    margin-left: 50px;
}
/* nav导航模块 end */

/* footer 底部模块 start */
.footer {
    width: 100%;
    height: 415px;
    background-color: #f5f5f5;
    padding-top: 30px;
}
/* mod_service 服务模块 */
.mod_service {
    height: 80px;
    border-bottom: 1px solid #ededed;
}
.mod_service ul li {
    float: left;
    width: 240px;
    height: 50px;
    padding-left: 35px;
}
.mod_service ul li h5 {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/icons.png) no-repeat;
    margin-right: 8px;
}
.mod_service .service_img1 {
    background-position: -253px -2px;
}
.mod_service .service_img2 {
    background-position: -254px -54px;
}
.mod_service .service_img3 {
    background-position: -256px -105px;
}
.mod_service .service_img4 {
    background-position: -258px -156px;
}
.mod_service .service_img5 {
    background-position: -256px -208px;
}
.service_txt {
    margin-top: 6px;
}
.service_txt h4 {
    font-size: 14px;
    color: #333333;
}
/* mod_help 服务模块 */
.mod_help {
    height: 185px;
    border-bottom: 1px solid #ededed;
    padding-top: 20px;
    padding-left: 50px;
}
.mod_help dl {
    float: left;
    width: 200px;
}
.mod_help dl:last-child {
    text-align: center;
    width: 90px;
}
.mod_help dl dt {
    height: 30px;
    font-size: 16px;
    color: #333333;
}
/* mod_copyright 版权模块 */
.mod_copyright {
    text-align: center;
}
.links {
    margin: 20px 0 15px;
}
.links p a {
    padding: 0 10px;
}
.links p span {
    color: #999;
}
.copright {
    line-height: 20px;
}
/* footer 底部模块 end */
