.top {
    height: 30px;
    background: #e3e4e5;
    border-bottom: solid 1px #e3e4e5;
    position: relative;
    z-index: 97;
    font-size: 12px;
}
.header{
	height: 145px;
}
.wrapper{
	/*background-color: #f7f7f7;*/
	margin: 0 auto;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.top-login {
    line-height: 30px;
    color: #6b6b6b;
    /* text-shadow: 0 1px 0 #fff; */
    overflow: hidden;
}
.top-login a {
    margin-left: 5px;
    color: #6b6b6b;
    position: relative;
}
.top-menu {
    height: 30px;
    overflow: hidden;
}
.top-menu a {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #6b6b6b;
    position: relative;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #bbb;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.top-menu a .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin-right: 3px;
    _display: inline;
}

.top-menu a i.vip {
    background-position: -54px -18px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
.top-menu a:hover {
    text-decoration: none;
    color: #c80f1e;
}
.city-wrap {
    width: 500px;
    height: 290px;
    position: absolute;
    display: none;
    z-index: 99;
    background: #fff;
    border: solid 1px #dfdfdf;
    background: #fff;
}
.close {
    display: block;
    cursor: pointer;
    
    width: 16px;
    height: 16px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
}
.city-wrap a.close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.city-wrap .city-hot {
    padding: 0 10px;
    margin-top: 15px;
}
.city-wrap .city-hot a {
    margin-right: 10px;
}
.city-wrap .city-tab {
    margin: 10px;
    border-bottom: solid 2px #c80f1e;
    height: 30px;
    line-height: 30px;
}
.city-wrap .city-tab a {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    border: solid 1px #dfdfdf;
    border-bottom: 0;
    margin-right: 5px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    text-decoration: none;
}

.city-wrap .city-tab a.cur {
    color: #c80f1e;
    border: solid 2px #c80f1e;
    border-bottom: 0;
    background: #fff;
    font-weight: bold;
    height: 30px;
}

.city-wrap .city-box {
    margin: 10px;
}
.city-wrap .city-box ul li {
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0 0 5px 0;
    width: 80px;
    overflow: hidden;
}
.city-wrap .city-box a {
    display: inline-block;
    padding: 0 4px;
    height: 25px;
    line-height: 25px;
}
.city-wrap .city-box a i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background:url(../img/mendian.png);
}
.top-user-show {
    position: absolute;
    background: #fff;
    top: 29px;
    width: 90px;
    padding: 0 10px;
    border: solid 1px #ddd;
    display: block;
    z-index: 96;
}
.top-user-show a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #6b6b6b;
}
.top-user-show a:hover{
    color: #C80F1E;
}
.top-sitemap-show {
    position: absolute;
    background: #fff;
    top: 29px;
    width: 1198px;
    border: solid 1px #ddd;
    display: none;
    z-index: 96;
}
.top-sitemap-show ul {
    overflow: hidden;
    height: 200px;
}
.top-sitemap-show ul li {
    padding: 20px 0;
    height: 200px;
    width: 20%;
    float: left;
    overflow: hidden;
}
.top-sitemap-show ul li h3 {
    font-weight: normal;
    margin: 0 20px 10px;
    font-size: 16px;
}
.top-sitemap-show ul li .fnav-list {
    padding: 0 20px;
}
.top-sitemap-show ul li a {
    float: left;
    height: 32px;
    line-height: 32px;
    color: #6b6b6b;
    width: 99px;
    position: relative;
}
.top-sitemap-show ul li:nth-child(2n) {
    background: #f9f9f9;
}
.top-sitemap-show a:hover{ 
    color: #C80F1E;
}

.header{
	height: 145px;
    border-bottom: 2px solid #ff4500;
}
.flex-justify-between {
    justify-content: space-between;
}
.head-main{
    height: 100px;
}
.flex-align-center {
    align-items: center;
}
.logo-box{
    width: 285px;
}
.flex-align-end {
    align-items: flex-end;
}
.head-city{
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #dfdfdf;
    height: 45px;
    width: 125px;
}
.flex-justify-center {
    justify-content: center;
}
.flex-col {
    flex-direction: column;
}
.full-height {
    height: 100%;
}
.city-pointer:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #d62626;
    border-left: 8px solid transparent;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    bottom: 2px;
}
.search{
    margin-left: 50px;
    margin-top: 10px;
    position: relative;
}
    .search input {
        border: 1px solid #ff4500;
        height: 34px;
        line-height: 31px\9;
        width: 440px;
        outline: 0;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
.search button{
    background-color: #ff4500;
    border: 0;
    color: #fff;
    float: left;
    width: 70px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    font-size: 16px;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.hot-search {
    color: #9c9c9c;
    line-height: 25px;
}
.lines-1, .lines-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.lines-1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.hot-search a{
    color: #9c9c9c;
    margin-right: 10px;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.all-menu{
    height: 45px;
    background: #ff4500;
    color: #fff;
    width: 220px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    display: block;
    line-height: 45px;
}
.menu-box {
    width: 220px;
    height: 480px;
    background: #db1424;
}
.menu-item{
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}
.menu-title {
    height: 20px;
    overflow: hidden;
    margin-top: 2px;
}
.menu-title a{
    color: #fff;
}
.iconf{
	color: white;
}
.sub-menu{
    margin-top: 3px;
    margin-left: 20px;
    height: 36px;
    overflow: hidden;
}
.sub-menu a{
    color: #e3e3e3;
    margin-right: 8px;
    display: inline-block;
}
.menu-open{
    position: absolute;
    top: 0;
    left: 220px;
    width: 760px;
    height: 480px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    display: none;
}
.flex-justify-between {
    justify-content: space-between;
}
.flex-child-grow {
    flex-grow: 1;
}
.menu-open dl {
    margin: 0 10px;
    padding: 10px;
    line-height: 24px;
}
.border-bottom {
    border-bottom: 1px solid #dfdfdf;
}
.menu-open dl dt {
    width: 70px;
}
.flex-child-noshrink {
    flex-shrink: 0;
}
.main-color, a.main-color {
    color: #f21c1c;
}
.menu-item:hover {
    background: rgba(0,0,0,.8);
}
.menu-item:hover .menu-open {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;*/
    display: block;
}
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}
a:hover {
    color: #f21c1c;
}

.nav-menu{
	overflow: visible;
    width: 220px;
    height: 0;
    background: #db1424;
    top: 47px;
    left: 0;
    z-index: 150;
    overflow: hidden;
    transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */

}
.nav-menu dl dt {
    padding: 8px 10px;
    position: relative;
    color: #fff;

}
.nav-menu dl dt b i img{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 3px;
}
.nav-menu dl dt b a {
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
    font-weight: normal;
}
.nav-menu dl dt b s {
    text-decoration: none;
    font-family: SimSun;
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: bolder;
}
.nav-menu dl dt span {
    display: block;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 24px;
}
.nav-menu dl dt span>a{
	color: rgba(255,255,255,1);
	margin-right: 8px;
	display: inline-block;
}
.nav-menu dl dd {
    position: absolute;
    width: 760px;
    background: #fff;
    display: none;
    z-index: 99;
    top: 0;
    min-height: 478px;
    border: 1px solid #dfdfdf;
    border-left: none;
    left: 220px;
}
.nav-menu dl dt:hover{
	background: rgba(0,0,0,0.8);
}
.nav-menu dl dd .left{
	width: 510px;
	margin: 10px;
}
.nav-menu dl dd a:hover{
	color:#C80F1E;
}
.nav-menu-item {
    border-bottom: solid 1px #eee;
    clear: both;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.nav-menu-item h4 {
    float: left;
    width: 70px;
    line-height: 25px;
    color: #c80f1e;
}
.nav-menu-item p {
    margin-left: 70px;
    line-height: 25px;
}
.nav-menu-item p a {
    margin-right: 7px;
    display: inline-block;
    white-space: nowrap;
}
.nav-menu-item p a::after {
    content: '|';
    margin-left: 7px;
    color: #cfcfcf;
    text-decoration: none!important;
}
.nav-menu2 {
    top: 45px;
    background: #e63e00;
}
.nav{
	margin-left:220px;
	height: 45px;
    line-height: 45px; 
}
.nav a{
	font-family: 'Microsoft YaHei';
    font-size: 16px;
    padding: 0 16px;
    color: #333;
    transition: color 500ms;
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
}
.sub_nav{
	position: relative;
    z-index: 9;
}
.sub_nav>div{
	display: none;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    width: 110px;
    box-shadow: 0 0 3px #666;
}
.menu_ad{
	width: 200px;
    height: 460px;
}
.menu_ad a {
    border-top: 0px;
    display: block;
}


.nav-menuR a{
    font-size: 16px;
    padding: 0 16px;
    height: 45px;
    display: block;
    line-height: 45px;
    white-space: nowrap;
}
.sub-nav{
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    background: #fff;
}
.head-cart {
    width: 220px;
    margin-top: 25px;
}
.head-cart a{
    background: #fff;
    border: 1px solid #dfdfdf;
    position: relative;
    height: 38px;
}
.head-cart a span{
    padding: 0 3px;
    background: #ff4500;
    color: #fff;
    height: 14px;
    line-height: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}
.head-cart-content{
    width: 300px;
    height: 500px;
    background: #fff;
    border: 1px solid #dfdfdf;
}
.navigation>.relative:hover .nav-menu2{
	display: block !important;
	overflow:visible;
	height: 480px;
	
}
