@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block;
}

ul, ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, em, i {
    font-style: normal;
    font-weight: normal;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

input::-ms-clear {
    display: none !important;
}

body {
    font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
    background: #fff;
}

a {
    text-decoration: none;
    color: #333;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.container-w100p {
    position: relative;
    width: 100%;
    height: auto;
}

.container-w1200 {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: auto;
}


.navbar-container {
    height: 40px;
    background-color: #353535;
}

.navbar-list {
    float: left;
    height: 40px;
    padding: 0 15px;
}

.navbar-item {
    float: left;
    height: 40px;
    padding: 0 15px;
}

.navbar-link {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #fefefe;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.navbar-link:hover {
    color: #e94a3e;
    text-decoration: none;
}

.nav-divider {
    display: block;
    width: 2px;
    height: 40px;
    background-color: #555;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.category-main {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 40px;
    padding: 0 20px;
    background-color: #232323;
    color: #fefefe;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

.category-main-list {
    display: none;
    position: absolute;
    z-index: 50;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
	height: 500px;
    padding: 25px 0;
    left: 0;
    top: 100%;
    background-color: rgba(53, 53, 53, 0.8);
}

.category-main:hover .category-main-list {
    display: block;
}

.category-main-item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 25px;
    color: #ffffff;
    border-left: 6px solid transparent;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.category-main-item:hover {
    font-size: 16px;
    color: #353535;
    background-color: #fefefe;
    border-left-color: #e94a3e;
}

.cmi-first-cate {
    display: block;
    width: 100%;
    height: 21px;
    font-size: 14px;
    line-height: 1.5;
    color: #fefefe;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.category-main-item:hover .cmi-first-cate {
    color: #232323;
}

.cmi-cate-list {
    display: none;
    position: absolute;
    top: 0;
    right: -200%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    min-height: 50px;
    padding: 10px 15px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 1px #b2b2b2;
    -moz-box-shadow: 1px 1px 1px #b2b2b2;
    box-shadow: 1px 1px 1px #b2b2b2;
}

.category-main-item:hover .cmi-cate-list {
    display: block;
}

.cmi-cate-item {
    float: left;
    height: 20px;
    padding: 3px 10px;
}

.cmi-cate-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #fefefe;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.category-main-item:hover .cmi-cate-link {
    color: #353535;
}

.category-main-item:hover .cmi-cate-link:hover {
    color: #e94a3e;
    text-decoration: none;
}


.login-container {
    position: relative;
    float: right;
    width: 134px;
    height: 40px;
}

.login-btn-container {
    float: right;
    width: 130px;
    height: 40px;
}

.login-btn-list {
    width: 130px;
    height: 40px;
}

.login-btn-item {
    float: left;
    width: 65px;
    height: 40px;
}

.login-btn-item:hover {
    background-color: #e94a3e;
}

.login-btn-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fefefe;
}

.login-btn-item:hover .login-btn-link {
    color: #fff;
    text-decoration: none;
}

.personal-center-container {
    position: relative;
    z-index: 50;
    width: 130px;
    height: 40px;
}

.personal-center-text {
    display: block;
    width: 130px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fefefe;
}

.pc-content-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 5px;
    border: solid 1px #555;
    background-color: #fff;
}

.pcc-list {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
}

.pcc-item {
    float: left;
    width: 59px;
    height: 24px;
}

.pcc-item-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 2;
    color: #353535;
}

.text-red {
    color: #e94a3e;
}


.holiday-notice {
    position: relative;
    height: 150px;
    background: url("../image/notice200115.jpg") center center no-repeat;
}

.notice-close-btn {
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}