﻿/*2017       新建 严宏丹*/
/*2019-04-19 修改 程培建*/

.w-left, .w-right {
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
}

.w-right {
	font-size: 1rem;
}

.adv-wrapper {
	background: #444;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.adv-wrapper-text {
	color: #a8a8aa;
	display: block;
	font-size: 12px;
	text-align: right;
	max-width: 976px;
	margin: 0 auto;
}

.navbar-bg {
	min-width: 1024px;
	height: 48px;
	background: #333;
	font-size: 17px;
}

.navbar {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 22px;
}

.navbar .item {
	line-height: 48px;
}

.navbar .item {
	display: inline-block;
	line-height: 45px;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 20px;
	margin: 0 26px;
	color: #eaeaea;
	font-size: 14px;
}

.navbar-right {
	max-width: 900px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navbar .on, .navbar .item:hover {
	color: #999;
}

.product-wrapper-bg {
	width: 100%;
	padding: 12px 0;
	height: 86px;
	text-align: center;
	background-color: #2d2d2d;
	position: relative;
}

.product-wrapper {
	margin: 0 auto;
	display: none;
}

.pro-link {
	display: inline-block;
	white-space: nowrap;
	padding-right: 30px;
	vertical-align: bottom;
}

.quick-code {
	position: absolute;
	z-index: 4;
	margin-top: 10px;
	background: #444444;
	color: #fff;
	width: 900px;
	left: 50%;
	margin-left: -485px;
	padding: 20px;
}

.quick-code .fr {
	margin-left: 30px;
}

.download, .access {
	width: 280px;
	height: 280px;
	display: block;
	margin-bottom: 8px;
}

.pro-link .icon {
	margin: 4px 0 3px 0;
	width: 40px;
}

.pro-link .mobile {
	width: 20px;
}

.pro-link .msg {
	color: #fff;
	display: block;
	font-size: 12px;
	padding-top: 4px;
}

.pro-link .new {
	display: inline-block;
	font-size: 9px;
	letter-spacing: .017em;
	color: #f46c0e;
	margin-top: 2px;
}

.fadeInLeft {
	-webkit-animation: fadeInLeftBig 3s .5s ease both;
	-moz-animation: fadeInLeftBig 3s .5s ease both;
}

.fadeInRight {
	-webkit-animation: fadeInRightBig 3s .5s ease both;
	-moz-animation: fadeInRightBig 3s .5s ease both;
}

.fadeInLeftBig {
	-webkit-animation: fadeInLeftBig 3s .5s ease infinite both;
	-moz-animation: fadeInLeftBig 3s .5s ease infinite both;
}

.fadeInRightBig {
	-webkit-animation: fadeInRightBig 3s .5s ease infinite both;
	-moz-animation: fadeInRightBig 3s .5s ease infinite both;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

.hide {
    display: none;
}

a[href="javascript:void(0);"] {
    cursor: default;
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@media screen and (max-width: 768px) {
	.navbar-bg {
		min-width: initial;
	}

	.product-wrapper-bg {
		display: none;
	}

	.logo {
		display: none;
	}

	.navbar .item {
		padding: 0 2px;
		margin: 0 2px;
	}
}
