/*公共样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?7kkyc2');
    src: url('../fonts/icomoon.eot?7kkyc2#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?7kkyc2') format('truetype'), url('../fonts/icomoon.woff?7kkyc2') format('woff'), url('../fonts/icomoon.svg?7kkyc2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fr .icomoon {
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 26px;
}

.style-red {
    color: #c81623;
}


/*版心*/

.w {
    width: 1200px;
    margin: 0 auto;
}


/* 顶部导航栏 */

.shortcut {
    height: 31px;
    background-color: #f1f1f1;
    line-height: 31px;
}

.shortcut li {
    float: left;
}

.shortcut .fl li {
    padding-right: 10px;
}

.spacer {
    width: 1px;
    height: 12px;
    background-color: #666;
    margin: 9px 12px 0;
}

.header {
    position: relative;
    height: 105px;
    /* background-color: yellowgreen; */
}

.logo {
    position: absolute;
    top: 25px;
    left: 0;
    width: 175px;
    height: 56px;
}

.logo a {
    display: block;
    overflow: hidden;
    height: 56px;
    width: 175px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
}

.search {
    position: absolute;
    top: 25px;
    left: 348px;
}

.search .text {
    float: left;
    width: 445px;
    height: 32px;
    border: 2px solid #b1191a;
    border-right: none;
    color: #ccc;
    padding-left: 10px;
}

.search .btn {
    float: left;
    width: 82px;
    height: 36px;
    background-color: #b1191a;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.hotwords {
    position: absolute;
    top: 65px;
    left: 348px;
}

.hotwords a {
    margin: 0 10px;
}

.shopcar {
    position: absolute;
    right: 64px;
    top: 25px;
    width: 138px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    text-align: center;
}

.shopcar .car {
    font-family: 'icomoon';
    color: #da5555;
    margin-right: 3px;
}

.shopcar .arrow {
    font-family: 'icomoon';
    margin-left: 5px;
}

.shopcar .count {
    position: absolute;
    top: -5px;
    left: 105px;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    background-color: #e60012;
    color: #fff;
    border-radius: 7px 7px 7px 0;
}

.nav {
    height: 45px;
    border-bottom: 2px solid #b1191a;
}

.nav .dorpdown {
    width: 209px;
    height: 45px;
    background-color: pink;
}

.nav .dorpdown .dt {
    /* width: 100%; */
    height: 100%;
    line-height: 45px;
    background-color: #b1191a;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.nav .dorpdown .dd {
    /* width: 100%; */
    margin-top: 2px;
    height: 465px;
    background-color: #c81623;
}

.menu_item {
    height: 31px;
    line-height: 31px;
    margin-left: 1px;
    padding-left: 10px;
    padding-right: 10px;
    transition: padding-left .5s;
}

.menu_item:hover {
    padding-left: 20px;
}

.menu_item:hover {
    background-color: #fff;
}

.menu_item:hover a {
    color: #c81623;
}

.menu_item a {
    font-size: 14px;
    color: #fff;
}

.menu_item i {
    float: right;
    font-family: 'icomoon';
    font-size: 18px;
    color: #fff;
}

.navitems {
    margin-left: 10px;
}

.navitems li {
    float: left;
}

.navitems a {
    display: block;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
}

.navitems a:hover {
    color: #e33333;
}


/* 页面底部 */

.footer {
    height: 386px;
    background-color: #f5f5f5;
    padding-top: 30px;
}

.footer .mod_service {
    height: 79px;
    /* background-color: pink; */
    border-bottom: 1px solid #ccc;
}

.footer .mod_service li {
    float: left;
    width: 240px;
    height: 79px;
}

.footer .mod_service_icon {
    float: left;
    margin-left: 35px;
    background: url(../images/icons.png) no-repeat;
    width: 50px;
    height: 50px;
}

.footer .mod_service_zheng {
    background-position: -253px -3px;
}

.footer .mod_service_kuai {
    background-position: -255px -54px;
}

.footer .mod_service_bao {
    background-position: -257px -105px;
}

.footer .mod_service_tit {
    margin-left: 5px;
    float: left;
}

.footer .mod_service_tit h5 {
    margin: 5px 0;
}

.footer .mod_help {
    height: 187px;
    border-bottom: 1px solid #ccc;
}

.mod_help_item {
    float: left;
    width: 150px;
    padding: 20px 0 0 50px;
}

.mod_help_item dt {
    height: 25px;
    font-size: 16px;
}

.mod_help_item dd {
    height: 22px;
}

.mod_help_app dt,
.mod_help_app p {
    padding-left: 10px;
}

.mod_help_app img {
    margin: 7px 0;
}

.mod_copyright {
    text-align: center;
}

.mod_copyright_links {
    margin: 20px 0 15px 0;
}

.mod_copyright_split {
    margin: 0 6px;
}

.mod_copyright_info {
    line-height: 18px;
}