@charset "utf-8";
/* Basic ---------------------------- */
@font-face {
	font-family: Tahoma, Arial, "微软雅黑", "黑体", "宋体";
}
html {
	font-size: 62.5%; /* Trick to have 1em =10px */
}
body {
	font-size: 1.4rem;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
	background-color: #f8f8f8;
}
* {
	/*transition: all 0.3s ease 0s;*/
	box-sizing: border-box;
}
img {
	border: none;
}
header {
	clear: both;
	display: block;
}
a:link, a:hover, a:visited {
	color: #000;
	outline: medium none;
	text-decoration: none;
}
form {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
.row {
}
.col-1 {
	width: 8.33333%;
}
.col-2 {
	width: 16.6667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
 width: 33.3333%%;
}
.col-5 {
	width: 50%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 50%;
}
.col-8 {
	width: 66.6667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.3333%;
}
.col-11 {
	width: 91.6667%;
}
.col-12 {
	width: 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	box-sizing: border-box;
	position: relative;
	min-height: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
/* LAYOUT CSS ---------------------------- */
.brand-section {
	background-color: #fff;
	height: 115px;
	line-height: 90px;
	padding-top: 17px;
}
.navbar-section {
	background-color: #161d27;
	color: #fff;
	height: 50px;
}
.breadcrumb-section {
	background-color: #0f1114;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.container {
	width: 1170px;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	overflow: hidden;
}
.contact-info-section {
	clear: both;
	color: #fff;
	margin-bottom: 12px;
	margin-top: 24px;
	overflow: auto;
}
.center-section {
	padding: 16px;
	overflow: hidden;
}
.copyright-section {
	border-top: 1px solid #666666;
	clear: both;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
.current-title {
	font-size: 36px;
	height: 70px;
	line-height: 74px;
	color: #fff;
}
.split {
	margin: 0 10px;
}
.main-section {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top center;
}
/* LOGO BRAND CSS ---------------------------- */
.brand-name {
	font-size: 48px;
	color: #ee0438;
}
.brand-text {
	font-size: 30px;
}
.brand-en-text {
	font-size: 22px;
}
/* NAVIGATION BAR CSS ---------------------------- */
.navbar-nav {
	line-height: 50px;
	font-size: 16px;
}
.navbar-nav > ul {
	margin: 0;
	padding: 0;
}
.navbar-nav li {
	float: left;
	list-style: outside none none;
}
.navbar-nav ul li .sub-menu {
	display: none;
	position: absolute;
	background-color: #3c4451;
	overflow: hidden;
	z-index: 1;
	box-shadow: 3px 5px 5px #000;
}
.navbar-nav-left li:hover {
	background-color: #3c4451;
}
.navbar-nav-left li:hover .sub-menu {
	display: block;
}
.navbar-nav-right {
	float: right;
}
.navbar-nav a {
	color: #fff;
	padding: 16px 20px;
}
.sub-menu ul {
	float: left;
	margin: 5px 8px 12px;
	padding: 0 12px;
}
.sub-menu ul li {
	float: none;
	list-style: outside none none;
	clear: both;
	line-height: 32px;
}
.sub-menu-title {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 6px;
	color: #fff;
}
.sub-menu a {
	padding: 0;
	display: block;
	color: #d5d5d5;
}
.sub-menu a:hover {
	color: #fff;
}
.navbar-nav-right a {
	padding: 16px 0;
}
.current-nav {
	background-color: #3c4451;
}
.nav-arrow {
	display: inline-block;
	font-family: tahoma;
	margin-left: 4px;
	transform: rotate(180deg);
}
/* BREADCRUMB CSS ---------------------------- */
.breadcrumb a { 
	color: #fff;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/* SIDEBAR CSS ---------------------------- */
.col-3.sidebar {
	width: 20%;
	position: inherit;
}
.sidebar-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	padding-bottom: 12px;
}
.sidebar-nav, .sidebar-contact {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	background-color: #fff;
	border-top: 5px solid #ee0438;
	padding: 15px 18px;
	margin-bottom: 16px;
}
.sidebar-nav a {
	display: block;
	font-size: 16px;
	padding: 12px 0;
}
.sidebar-menu a {
	padding: 12px 4px;
}
.sidebar-nav > ul {
	margin: 0;
	padding: 0;
}
.sidebar-nav li {
	list-style: outside none none;
	padding: 0 4px;
	position: relative;
}
.sidebar-nav li:hover {
	background-color: #3c4451;
}
.sidebar-menu {
	background-color: #3c4451;
	display: none;
	margin-left: 160px;
	top: 0;
	position: absolute;
	z-index: 1;
}
.sidebar-menu li {
	background-color: #161d27;
}
.sidebar-nav ul li:hover .sidebar-menu {
	display: block;
}
.sidebar-nav li:hover a {
	color: #fff;
}
.sidebar-sub-list a {
	color: #ccc !important;
	padding-left: 0;
}
.sidebar-sub-list a:hover {
	color: #fff !important;
}
.sidebar-sub-list > li {
	background-color: transparent;
}
.sidebar-sub-menu {
	background-color: #3c4451;
    box-shadow: 6px 5px 5px #000;
    display: none;
    float: left;
    margin-left: 146px;
    padding: 7px 12px;
    position: absolute;
    top: 0;
    width: 530%;
    z-index: 1;
}
.sidebar-sub-list {
	float: left;
	margin: 0 12px;
}
.sidebar-menu ul li:hover .sidebar-sub-menu {
	display: block;
}
.sidebar-arrow {
	display: inline-block;
	float: left;
	font-family: tahoma;
	font-size: 12px;
	line-height: 19px;
	margin-right: 4px;
}
.sidebar-contact li {
	list-style: inside;
	margin: 12px 0;
}
.sidebar-contact img {
	position: relative;
	top: 5px;
}
.sidebar-menu > ul li {
	width: 150px;
}

/* CENTER SECTION CSS ---------------------------- */
.brandlist-section div {
	border: 1px solid #ccc;
	margin: 6px;
	padding: 0;
	width: 122px;
}
.slider-playing {
	text-align: center;
}
.brandlist-section {
	margin-top: 30px;
}
.details {
	font-size: 16px;
	margin-bottom: 32px;
	line-height: 26px;
	padding: 0 16px;
}

/* SEARCH SECTION CSS ---------------------------- */
.search-section {
	background-color: #efefef;
	height: 50px;
	padding: 10px 16px;
}
.search-section input[type="search"] {
	border: 1px solid #ccc;
	padding: 5px;
	width: 490px;
	background-color: #fff;
}
.search-section select {
	border: 1px solid #ccc;
	padding: 4px;
	width: 250px;
}
.search-btn {
	background-image: url("../images/search_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	font-size: 0;
	height: 30px;
	position: relative;
	top: -5px;
	width: 30px;
	background-color: transparent;
}

/* FOOTER CONTAINER CSS ---------------------------- */
.footer-container {
	background-color: #161d27;
	overflow: auto;
	margin-top: 16px;
}
.contact-info {
	line-height: 24px;
	margin-bottom: 18px;
	overflow: hidden;
}
.footer-logo {
	text-align: center;
}
/* RIGHT CONTAINER CSS ---------------------------- */
.main-container .col-9 {
	padding-right: 0;
	width: 80%;
}
.right-container-section {
	background-color: #fff;
	min-height: 707px;
}
/* PRODUCT CONTAINER CSS ---------------------------- */
.product-list .col-3 {
	margin-bottom: 32px;
}
.product-name {
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-image {
	text-align: center;
}
.product-image a:hover {
	box-shadow: 0px 4px 6px #161d27;
}
.product-image a {
	display: inline-block;
}

/* CUSTOMER CSS ---------------------------- */
.customer-table-row {
	overflow: hidden;
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
}
.customer-list-date {
	color: #666;
}
.customer-detail-img-section {
	padding: 0 16px;
}
.customer-detail-img-section div {
	margin-bottom: 30px;
	width: 20%;
	padding: 0 6px;
}
.customer-detail-img-section img {
	width: 100%;
}
.customer-details-title {
	text-align: center;
}
.customer-details-date {
	text-align: center;
	margin-bottom: 16px;
	color: #666;
}

/* PAGINATION CSS ---------------------------- */
.pagination-section {
	font-size: 16px;
	margin: 24px 0;
	text-align: center;
}
.pagination-section a {
	display: inline-block;
	padding: 6px 10px;
}
.pagination-section .current-page {
	background-color: #efefef;
}

/* Dialog  CSS ---------------------------- */
#fullbg {
	background-color: #161d27;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	z-index: 3;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 1;
}
#dialog {
	background-color: #fff;
	border: 5px solid rgba(0,0,0, 0.4);
	left: 50%;
	margin: -400px 0 0 -320px;
	padding: 1px;
	position: fixed !important; /* 浮动对话框 */
	position: absolute;
	top: 50%;
	width: 640px;
	height: 800px;
	z-index: 5;
	border-radius: 5px;
	display: none;
	z-index: 2;
	overflow: auto;
}
#dialog p {
	font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 12px;
	background: #161d27;
}
#dialog p.close {
	text-align: right;
	padding-right: 10px;
}
#dialog p.close a {
	color: #fff;
	text-decoration: none;
}
.dialog-title {
	text-align: center;
}

/* RESPONSIVE CSS ---------------------------- */
@media (max-width: 768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}
