.por {
    position: relative;
}

header h1 {
    float: left;
    margin: 0;
    padding: 10px;
}

.header-top .link {
    height: 29px;
    line-height: 29px;
    margin-top: 33px;
}

.fr {
    float: right;
    display: inline;
}

.header-top .link .tmall {
    background: url(/skin/images/header_ico1.png) no-repeat 0 0;
}

.header-top .link a {
    padding-left: 40px;
    font-size: 14px;
    color: #666666;
    margin-right: 34px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.header-top .link .shop {
    background: url(/skin/images/header_ico2.png) no-repeat 0 0;
}

.header-top .link .language {
    border-left: 1px solid #ccc;
    margin: 0;
    padding-left: 35px;
    font-size: 16px;
}

.header-bot {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0px 3px 3px 1px #dbdbdb;
    background: #fff;
}

.header-bot .nav {
    margin-left: 0;
    list-style: none;
}

.header-bot .nav li {
    float: left;
    margin-left: 73px;
}

.header-bot .nav li a.z1 {
    float: left;
    padding: 0 28px;
    line-height: 51px;
    font-size: 14px;
    color: #333333;
}

.header-slide {
    position: absolute;
    top: 147px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 10;
    padding: 20px 0 12px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    opacity: 0.95;
    display: none;
}

.header-slide dd {
    width: 134px;
    display: inline-block;
    float: none;
    margin: 0 15px;
}

.header-slide dd img {
    transition: all 1s;
}

.header-slide dd p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.header-bot .nav li:hover {
    background-color: rgb(215, 22, 103);
}

.header-bot .nav li:hover a {
    color: white;
}

.header-bot .nav li:nth-child(2) dd {
    margin: 0 6px;
}

header .link .tmall:hover {
    background-position: 0 -40px!important;
}

header .link .shop:hover {
    background-position: 0 -29px!important;
}

.header-top .link .language {
    background-position: 27px 0;
}

header .link .language:hover {
    background-position: 27px -29px!important;
}

.wx-img {
    position: absolute;
    right: -40px;
    top: 57px;
    display: none;
    z-index: 11;
}

.tianmao:hover .mall {
    display: block;
}