.head {
    height: 140px;
}

.top-nav {
    height: 40px;
    background-color: #333;
}

.leftsidebar li {
    float: left;
}

.leftsidebar li a,
.rightsidebar li,
.Shopping-Cart a {
    color: #b0b0b0;
    line-height: 40px;
    font-size: 12px;
}

.leftsidebar .sep,
.rightsidebar .sep {
    margin: 8px 10px 0;
    width: 1px;
    height: 7px;
    color: #424242;
}

.leftsidebar li a:hover,
.rightsidebar li:hover {
    color: #fff;
}

.Shopping-Cart {
    position: relative;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    background-color: #424242;
}

.Shopping-Cart a {
    display: block;
    padding-left: 42px;
}

.Shopping-Cart:hover,
.Shopping-Cart a:hover,
.iconfont:hover {
    color: #ff6700;
    background-color: #fff;
}

.iconfont {
    float: left;
    margin-left: 16px;
    color: #b0b0b0;
    font-size: 18px !important;
    line-height: 37px;
}

.joinus {
    position: absolute;
    top: -100px;
    right: 0;
    width: 276px;
    height: 100px;
    background-color: #fff;
    border-radius: 2px;
    transition: all .3s;
}

.joinus p {
    color: #424242;
    font-size: 12px;
    line-height: 100px;
    text-align: center;
}

.Shopping-Cart:hover .joinus {
    top: 40px;
    box-shadow: -8px 0px 5px -3px #e3e3e3;
}

.mainbav {
    height: 100px;
}

.logo {
    float: left;
    line-height: 100px;
}

.logo img {
    width: 56px;
    height: 56px;
}

.nav-menu {
    margin-left: 235px;
}

.nav-menu li {
    float: left;
    padding: 0 10px 38px;
    line-height: 100px;
}

.nav-menu li a {
    color: #333;
    font-size: 16px;
}

.nav-menu li a:hover {
    color: #ff6700;
}

.search {
    float: right;
    margin: 25px 0;
    overflow: hidden;
    width: 297px;
    height: 50px;
    border: 1px solid #e0e0e0;
}

.search input {
    float: left;
    padding-left: 15px;
    overflow: hidden;
    width: 245px;
    height: 50px;
    outline: 0;
    border: 0;
}

.search .search-shop {
    float: right;
    margin-top: -50px;
    padding-left: 1px;
    width: 52px;
    height: 50px;
    color: #616161;
    background-color: #fff;
    border: 0;
    border-left: 1px solid #e0e0e0;
    transition: all .2s;
}

.search .search-shop:hover {
    color: #fff;
    background-color: #ff6700;
    cursor: pointer;
}

.subnav {
    float: left;
    margin-top: -39px;
    overflow: hidden;
    width: 100%;
    height: 230px;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.subnav li {
    float: left;
    margin: 25px 24px 0 0;
    width: 180px;
    height: 110px;
    border-right: 1.5px solid #e0e0e0;
}

.subnav li:last-child {
    border: 0;
}

.subnav li img {
    display: block;
    padding-left: 10px;
    width: 160px;
    height: 110px;
}

.subnav .title {
    padding: 10px 0 5px;
    color: #333;
}

.subnav .price {
    color: #ff6700;
    line-height: 20px;
}

.footer {
    height: 355px;
}

.service {
    float: left;
}

.service dl {
    float: left;
    margin: 0;
    width: 160px;
}

.service dt {
    margin: -1px 0 26px;
    color: #424242;
    font-size: 14px;
    line-height: 1.25px;
}

.service dd {
    margin: 10px 0 0;
    font-size: 12px;
}

.service dd a {
    color: #757575;
}

.service dd a:hover {
    color: #ff6700;
}

.contact {
    float: right;
    width: 251px;
    color: #616161;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #e0e0e0;
}

.contact .phone {
    color: #ff6700;
    font-size: 22px;
    line-height: 1;
}

.contact p {
    margin: 0 0 10px 0;
}

.contact .primary {
    margin-left: 65px;
    width: 120px;
    color: #ff6700;
    line-height: 29.33px;
    border: 1px solid #ff6700;
    transition: all .3s;
}

.contact .primary:hover {
    color: #fff;
    background-color: #ff6700;
}

.follow {
    position: relative;
    margin: 50px -6px;
}

.follow a {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 6px;
    width: 24px;
    height: 24px;
}

.follow .wb {
    background: url(https://cdn.cnbj1.fds.api.mi-img.com/staticsfile/global/wb.png) 50% 0 no-repeat;
    background-size: cover;
}

.follow .wb:hover {
    background: url(https://cdn.cnbj1.fds.api.mi-img.com/staticsfile/global/wb@2x.png) 50% 0 no-repeat;
    background-size: cover;
}

.follow .wx {
    background: url(https://cdn.cnbj1.fds.api.mi-img.com/staticsfile/global/wx.png) 50% 0 no-repeat;
    background-size: cover;
}

.follow .wx:hover {
    background: url(https://cdn.cnbj1.fds.api.mi-img.com/staticsfile/global/wx@2x.png) 50% 0 no-repeat;
    background-size: cover;
}

.follow img {
    display: none;
    position: absolute;
    top: 20px;
    left: 100px;
    z-index: 2;
    width: 126px;
    height: 126px;
}

.follow img:hover {
    display: block;
}

.footer-service {
    margin-bottom: 20px;
    padding: 70px 50px 60px;
    border-bottom: 1px solid #e0e0e0;
}

.nofollow {
    vertical-align: middle;
    color: #616161;
    font-size: 16px;
}

.footer-service li {
    position: relative;
}

.footer-service li {
    float: left;
    margin-left: 120px;
}

.footer-service li a:hover .iconfont {
    color: #ff6700;
}

.footer-service .iconfont {
    position: absolute;
    top: 0;
    left: -46px;
    color: #616161;
    font-size: 24px !important;
    line-height: 22px;
}