/* 版心 */
.w {
    width: 1200px;
    margin: 0 auto;
}

/* 字体声明 */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?p4ssmb');
    src: url('../fonts/icomoon.eot?p4ssmb#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?p4ssmb') format('truetype'),
        url('../fonts/icomoon.woff?p4ssmb') format('woff'),
        url('../fonts/icomoon.eot.svg#icomoon') format('svg');
    font-style: normal;
    font-weight: normal;
    font-display: block;
}

/* 快捷导航栏模块 */
.shortcut {
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #666;
    background-color: #f1f1f1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.style_red {
    color: #c81623;
}

.shortcut li {
    float: left;
}

.shortcut .fr ul li:nth-child(even) {
    width: 1px;
    height: 12px;
    background-color: #666;
    /* 此处用padding超过了width和height，所以还是会撑开盒子 */
    margin: 9px 15px;
}

.arrow-icon::after {
    font-family: 'icomoon';
    content: '\e995';
    margin-left: 6px;
}

/* <!-- 头部模块 --> */

.header {
    position: relative;
    height: 105px;
}

.header .logo {
    position: absolute;
    top: 25px;
    width: 171px;
    height: 61px;
}

.header .logo a {
    display: block;
    width: 171px;
    height: 61px;
    background: url(../images/logo.png) no-repeat;
    /* 隐藏文字 */
    font-size: 0;
}

.header .search {
    position: absolute;
    left: 346px;
    top: 25px;
    width: 538px;
    height: 36px;
    border: 2px solid #b1191a;
}

.header .search input {
    float: left;
    width: 454px;
    height: 32px;
    /* css3新盒子特性，不会撑开盒子 */
    padding-left: 10px;
}

.header .search button {
    float: left;
    width: 80px;
    height: 32px;
    background-color: #b1191a;
    font-size: 16px;
    color: #fff;
}

.header .hotwords {
    position: absolute;
    top: 66px;
    left: 346px;
}

.header .hotwords a {
    margin: 0 10px;
}

.header .shopcar {
    position: absolute;
    top: 25px;
    right: 60px;
    width: 140px;
    height: 35px;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    line-height: 35px;
    text-align: center;
}

.header .shopcar::before {
    font-family: 'icomoon';
    content: '\e92c';
    margin-right: 8px;
    color: #b1191a;
}

.header .shopcar::after {
    font-family: 'icomoon';
    content: '\e997';
    margin-left: 16px;
}

.header .shopcar .count {
    position: absolute;
    top: -5px;
    left: 103px;
    height: 14px;
    color: #fff;
    background-color: #e60012;
    padding: 0 5px;
    line-height: 14px;
    text-align: center;
    border-radius: 7px 7px 7px 0;
}

/* 导航模块nav */
.nav {
    height: 47px;
    border-bottom: 2px solid #b1191a;
}

.nav .dropdown {
    float: left;
    width: 210px;
    height: 46px;
    background-color: #b1191a;
}

.nav .navitems {
    float: left;
}

.nav .dropdown .dt {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
}

.nav .dropdown .dd {
    /* display: none; */
    width: 100%;
    height: 465px;
    background-color: #c81623;
}

/*.nav .dropdown:hover .dd {
    display: block;
}*/

.nav .dropdown .dd ul li {
    width: 210px;
    height: 31px;
    line-height: 31px;
    margin-left: 2px;
    padding-left: 10px;
}

.nav .dropdown .dd ul li:hover {
    background-color: #fff;
}

.nav .dropdown .dd ul li a {
    color: #fff;
    font-size: 14px;
}

.nav .dropdown .dd ul li a::after {
    font-family: 'icomoon';
    content: '\e997';
    float: right;
    margin-right: 6px;
}

.nav .dropdown .dd ul li:hover a {
    color: #c81623;
}

a:hover {
    color: #c81623;
}

.nav .navitems ul li {
    float: left;
}

.nav .navitems ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 25px;
}

/* 底部模块 */
.footer {
    height: 415px;
    background-color: #f5f5f5;
    padding-top: 20px;
    margin-top: 40px;
}

.mod_service {
    height: 80px;
    border-bottom: 1px solid #000;
}

.mod_service ul li {
    position: relative;
    float: left;
    width: 240px;
    height: 50px;
    padding-left: 35px;
}

.mod_service ul li img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 6px;
}

.mod_service ul li div h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.mod_service ul li div {
    font-size: 12px;
    width: 150px;
    position: absolute;
    top: 5px;
    right: 0;
}

.mod_help {
    height: 185px;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-left: 48px;
}

.mod_help dl {
    float: left;
    margin-right: 120px;
}

.mod_help dl:last-child {
    margin-right: 0;
    text-align: center;
}

.mod_help dl dt {
    font-size: 16px;
    margin-bottom: 8px;
}

.mod_help dl dd {
    margin-top: 6px;
}

.mod_help dl dd h4 {
    width: 95px;
    height: 95px;
}

.mod_help dl dd h4 img {
    width: 100%;
    height: 100%;
}

.mop_copyright {
    margin-top: 22px;
    text-align: center;
}

.mop_copyright .links {
    margin-bottom: 15px;
    margin-left: 100px;
}

.mop_copyright .copyright {
    line-height: 20px;
}

.mop_copyright .links ul li {
    float: left;
    padding: 0 14px;
}

.mop_copyright .links ul li {
    border-right: 1px solid #666;
}

.mop_copyright .links ul li:last-child {
    border: 0;
}
