body {
	padding-top: 0 !important;
}
.am-topbar-brand{
	padding: 0;
}
header a{
	color: #FFFFFF;
}
header a:hover{
	color: #FFFFFF;
}
.am-text-ir {
	display: block;
	height: 50px;
	width: 280px;
	background: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/logo.png) no-repeat left center;
	background-size: 100% 100%;
}
.am-sticky-placeholder{
	position: fixed;
    z-index: 999;
    height: 173px;
    margin: 0px;
    width: 100%;
}
.am-topbar-brand {
	display: flex;
}

.am-topbar-inverse {
	background-color: rgba(157, 23, 25, .9);
	border-color: #990304;
	color: #eee;
}
.header {
	width: 100%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	justify-content: center;
	padding-top: 30px;
	background-size: 100% 100%;
	flex-wrap: wrap;
    background-color: rgba(157, 23, 25, .9);
}
.pcHeader{
	background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/bannerbg.png);
}
.header:hover{
	background-color: rgba(157, 23, 25, .9) !important;
	background-image:none;
}
.header .logo {
	height: 60px;
}

.header .right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 1180px;
	align-items: center;
}

.header .nav {
	display: flex;
	align-items: center;
	width: 1180px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header .nav div {
	padding: 0 12px;
	font-size: 15px;
	line-height: 16px;
	cursor: pointer;
	position: relative;
}

.header .nav div .sub-nav {
	z-index: 10;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: rgb(0, 0, 0, .5);
	width: 100%;
	line-height: 25px;
	height: auto;
	flex-direction: column;
	animation:fadein 1s;
}
.fadeout{
	animation:fadeout 1s;
}
@keyframes fadein{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@keyframes fadeout{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}
.header .nav div .first-title{
	padding: 5px 15px;
}
.header .nav div:hover .first-title{
	background-color: #850105;
	border: solid 1px #FFFFFF;
    padding: 5px 15px;
}
.sub-nav{
	padding: 0 !important;
}
.sub-nav a {
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}
.sub-nav a:hover {
	background-color: #850105;
	border: solid 1px #FFFFFF;
}

.right-top {
	display: flex;
	align-items: center;
	top: 0;
	position: absolute;
	right: 0;
}
.right-top .barcode{
	width: 80px;height: 80px;position: absolute;top:20px;left: 0px;
	z-index: 9;
	visibility: hidden;
}
.right-top a:hover .barcode{
	visibility: visible;
} 
.right-top img {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.right-top input {
	border-radius: 15px;
	border: none;
	color: #FFFFFF;
	padding: 0px 5px;
	width: 150px;
	background-color: rgba(255, 255, 255, .4);
}

.right-top a {
	color: #FFFFFF;
	padding: 0 15px;
	font-size: 12px;
	cursor: pointer;
	padding-top: 4px;
}

.right-top link {
	display: flex;
	align-items: center;
}

.footer {
	color: #737373;
	font-size: 12px;
	border-top: solid #737373 1px;
	text-align: center;
	margin-top: 30px;
}

.footer div {
	margin-top: 15px;
}
