/* .header */

.header .welcome .vipserName {
    line-height: 30px;
    color: #f17016;
}

    .header .welcome .vipserName img {
        float: left;
        width: 18px;
        height: 22px;
        margin-top: 4px;
        margin-right: 5px;
    }

.header .login {
    font-size: 12px;
    float: left;
    color: #fff;
    display: block;
    height: 19px;
    line-height: 19px;
    padding: 0 10px;
    margin-top: 6px;
    border-left: 1px solid #505a6d;
    margin-left: 48px;
}

.header .register {
    font-size: 12px;
    font-size: 12px;
    float: left;
    color: #cfd0d4;
    display: block;
    height: 19px;
    line-height: 19px;
    padding: 0 10px;
    margin-top: 6px;
    border-left: 1px solid #505a6d;
    border-right: 1px solid #505a6d;
}

    .header .register:hover {
        color: #fff
    }

.header-nav-right .header-nav-right-item {
    float: left;
    font-size: 12px;
    position: relative;
    z-index: 1111;
    height: 30px;
}

    .header-nav-right .header-nav-right-item a {
        padding: 0 20px;
        float: left;
        color: #bbbbbb;
        display: block;
        height: 19px;
        line-height: 19px;
        margin-top: 6px;
        border-left: 1px solid #505a6d;
    }

.header-nav-right a:hover {
    color: #fff !important
}

.wx-header-code-box {
    width: 120px;
    height: 140px;
    margin-left: 5px;
    position: absolute;
    z-index: 111 !important;
    top: 30px;
    left: 0;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
}

    .wx-header-code-box img {
        width: 120px;
        float: left;
        margin: 0px;
    }

    .wx-header-code-box p {
        color: #bbbbbb;
        font-size: 12px;
        width: 100%;
        float: left;
        line-height: 12px;
        text-align: center
    }

.header-nav-online-chat ul {
    position: absolute;
    left: -5px;
    top: 30px;
    background: #FFF;
    color: #000000;
    z-index: 10000;
    padding: 5px;
    cursor: pointer;
    box-shadow: -2px 0px 2px 0px #ddd, /*左边阴影 绿色*/
    2px 0px 2px 0px #ddd, /*右边阴影 蓝色*/
    0px 2px 2px 0px #ddd;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

    .header-nav-online-chat ul li {
        height: 27px;
        line-height: 27px;
        width: 60px;
        padding-left: 28px;
        /* background: url(../../images/ico/Customer_serviceicon.png) no-repeat 5px 5px; */
        box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
    }

.header-nav-online-chat .lineserviceli02 {
    background: url(../images/Customer_serviceicon.png) no-repeat 5px 5px;
}

    .header-nav-online-chat .lineserviceli02 a {
        padding: 0 !important;
        margin: 0 !important;
        line-height: 25px;
        color: #333;
        border-left: none;
    }

    .header-nav-online-chat .lineserviceli02:hover {
        color: #F24645;
        background: url(../images/Customer_serviceicon.png) no-repeat 5px -32px;
    }

.header-nav-online-chat li:hover a {
    color: #F24645 !important;
    display: block !important
}

.header-nav-online-chat .lineserviceli02 a:hover {
    color: #F24645 !important;
    display: block !important
}

.header-nav-online-chat ul li:first-child:hover {
    color: #F24645;
    background: url(../images/smartServiceac.png) no-repeat 5px 4px;
}

.header-nav-online-chat ul li:first-child {
    border-bottom: 1px solid #ddd;
    background: url(../images/smartService.png) no-repeat 5px 4px;
}


.member-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle
}

/* .header */

/* .header */

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: 9999;
    display: none;
}

	.statement {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
		width: 100%;
	}
	
	.header {
		width: 100%;
		height: 30px;
		line-height: 30px;
		min-width: 1200px;
		background-color: #282a35;
		position: inherit;
	}
	
	.Container {
		clear: both;
	}
	.breadcrumb {
		clear: both;
	}
	.special_banner_wrap {
		clear: both;
	}
	.nav-box ul .nav-box-line {
		padding: 0;
		margin: 0 8px;
		color: #969696;
	}
	
	.nav-box ul .nav-red-color a {
		color: #e5301e;
	}
	
	.nav-box ul li {
		margin: 0 6px;
	}