@charset "utf-8";

.topbar {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 90000;
	z-index: 9000;
}
.topbar.small {
	box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	-o-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	-ms-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	/* background-color: #fff; */
	background-color: rgba(255,255,255,0.9);
}

.topbar .topbar-wrap {
	height: 80px;
	margin: 0% 2.5%;
	position: relative;
}

/* ================================ topbar-left ================================ */

.topbar .topbar-left {
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topbar .topbar-left .logo {
	display: block;
}

.topbar .topbar-left .logo img {
	height: 26px;
}
.topbar .topbar-left .logo img.white {
	display: none;
}
.topbar .topbar-left .logo img.black {
	display: block;
}

/* ================================ topbar-right ================================ */

.topbar .topbar-right {
	width: 23.68%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar .topbar-right ul {
}

.topbar .topbar-right ul li {
	float: left;
	margin-left: 38px;
}

.topbar .topbar-right ul li a {
	color: #333;
	font-size: 14px;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.topbar .topbar-right ul li a:hover {
	color: #e60012;
}
.topbar .topbar-right ul li.chked a {
	color: #e60012;
}

.topbar .topbar-right .dinggou {
	display: block;
	color: #fff;
	background-color: #e60012;
	font-size: 14px;
	padding: 0px 30px;
	height: 40px;
	line-height: 40px;
	/* margin-left: 30px; */
	border-radius: 20px;
	font-weight: bold;
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.topbar .topbar-right .dinggou:hover {
	background-color: #cc0000;
}

/* ================================ topbar-more ================================ */

.topbar .topbar-more {
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin-right: 1%;
	display: none;
}

.topbar .topbar-more div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topbar .topbar-more div ul {
	cursor: pointer;
}

.topbar .topbar-more div ul li {
	width: 23px;
	height: 2px;
	margin: 6px 0px;
	background-color: #333;
}

/* ================================ topbar-nav ================================ */

.topbar .topbar-nav {
	width: 100%;
	height: 0%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999999;
	background-color: rgba(0,0,0,0.9);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topbar .topbar-nav.show {
	height: 100%;
}

.topbar .topbar-nav img {
	width: 41px;
	position: absolute;
	right: 2.5%;
	top: 0px;
	margin-top: 2%;
	cursor: pointer;
}

.topbar .topbar-nav ul {
	width: 30%;
}

.topbar .topbar-nav ul li {
	text-align: center;
	margin: 10px 0px;
}

.topbar .topbar-nav ul li a {
	display: block;
	color: #e9e7e8;
	text-decoration: none;
}
.topbar .topbar-nav ul li a:hover {
	color: #e60012;
}
.topbar .topbar-nav ul li a.chked {
	color: #e60012;
}

.topbar .topbar-nav ul li a span {
	line-height: 80px;
}

.topbar .topbar-nav ul li a span.en {
	display: block;
	font-size: 48px;
	font-family: "museo-light";
}
.topbar .topbar-nav ul li a span.cn {
	display: none;
	font-size: 40px;
}

.topbar .topbar-nav ul li a:hover span.en {
	display: none;
}
.topbar .topbar-nav ul li a:hover span.cn {
	display: block;
}

/* ================================ topbar-zixun ================================ */

.topbar .topbar-zixun {
	width: 150px;
	padding-left: 23px;
	height: 55px;
	line-height: 55px;
	position: fixed;
	right: 2.5%;
	bottom: 3.5%;
	background-color: #f6f6f6;
	border-radius: 5px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
}

.topbar .topbar-zixun i {
	width: 33.3%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../../res/imgs/topbar/icon-plus.png) 50% 50% no-repeat;
	background-color: #737373;
}

/* ================================ topbar-liuyan ================================ */

.topbar .topbar-liuyan {
}

.topbar .topbar-liuyan .main {
	width: 125px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	opacity: 0.8;
}
.topbar .topbar-liuyan .main.show {
	width: 240px;
	opacity: 1;
}

.topbar .topbar-liuyan .main .top {
	position: relative;
}

.topbar .topbar-liuyan .main .top h1 {
	height: 35px;
	line-height: 35px;
	padding-left: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #00aef3;
}

.topbar .topbar-liuyan .main .top i {
	width: 10px;
	height: 7px;
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	/* background: url(../../res/imgs/topbar/icon-close.png) no-repeat;
	background-size: 100% auto; */
	border: 2px solid #fff;
	cursor: pointer;
}
.topbar .topbar-liuyan .main.show .top i {
	width: 14px;
	height: 2px;
	padding: 5px 0px;
	background-color: #fff;
	background-clip: content-box;
	border: 0px;
}

.topbar .topbar-liuyan .main .content {
	display: none;
	padding: 10px;
	background-color: #ededed;
}

.topbar .topbar-liuyan .main .content form {
}

.topbar .topbar-liuyan .main .content form ul {
}

.topbar .topbar-liuyan .main .content form ul li {
	margin-top: 10px;
}

.topbar .topbar-liuyan .main .content form ul li input[type=text] {
	width: 100%;
	height: 32px;
	font-size: 12px;
	border: 1px solid #d5d5d5;
	padding: 10px;
	box-sizing: border-box;
}

.topbar .topbar-liuyan .main .content form ul li textarea {
	display: block;
	width: 100%;
	height: 100px;
	font-size: 12px;
	border: 1px solid #d5d5d5;
	padding: 10px;
	box-sizing: border-box;
	resize: none;
}

.topbar .topbar-liuyan .main .content form ul li input[type=submit] {
	width: 100%;
	height: 32px;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #00aef3;
	border: 0px;
	color: #fff;
	cursor: pointer;
}
.topbar .topbar-liuyan .main .content form ul li input[type=submit]:hover {
	text-shadow: 0px 1px 0px #000;
	background-color: #009cda;
}
.topbar .topbar-liuyan .main .content form ul li input[type=submit]:active {
	text-shadow: 0px -1px 0px #000;
	background-color: #00aef3;
}

/* ================================ topbar-fixed ================================ */

.topbar .topbar-fixed {
	position: fixed;
	right: 3.5%;
	bottom: 7%;
	right: 20px;
	bottom: 80px;
}

.topbar .topbar-fixed ul {
	display: none;
}

.topbar .topbar-fixed ul li {
}

.topbar .topbar-fixed ul li a {
}

.topbar .topbar-fixed ul li.back-to-top a {
	display: block;
	width: 43px;
	height: 43px;
	background: url(../../res/imgs/topbar/back2top.png) no-repeat;
	background-size: 100% auto;
	opacity: 0.6;
	cursor: pointer;
}
.topbar .topbar-fixed ul li.back-to-top a:hover {
	opacity: 1;
}

/* ================================ progress ================================ */

.progress {
	width: 0;
	height: 2px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999999;
	background-color: #e60012;
}

@media (min-width: 1px) and (max-width: 1800px) {
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right ul li {
		margin-left: 35px;
	}
	
}

@media (min-width: 1px) and (max-width: 1700px) {
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right ul li {
		margin-left: 30px;
	}
	
}

@media (min-width: 1px) and (max-width: 1600px) {
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right ul li {
		margin-left: 25px;
	}
	
	.topbar .topbar-right .dinggou {
		padding: 0px 25px;
	}
	
}

@media (min-width: 1px) and (max-width: 1500px) {
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right ul li {
		margin-left: 20px;
	}
	
	.topbar .topbar-right .dinggou {
		padding: 0px 20px;
	}
	
}

@media (min-width: 1px) and (max-width: 1400px) {
	
	.topbar .topbar-wrap {
		height: 60px;
	}
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right {
		width: auto;
	}
	
	.topbar .topbar-right .dinggou {
		height: 36px;
		line-height: 36px;
		margin-left: 20px;
	}
	
}

@media (min-width: 1px) and (max-width: 750px) {
	
	.topbar {
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 90000;
		z-index: 9000;
	}
	.topbar.small {
		box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		-o-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		-ms-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		/* background-color: #fff; */
		background-color: rgba(255,255,255,0.9);
	}
	
	.topbar .topbar-wrap {
		height: 80px;
		margin: 0% 2.5%;
		position: relative;
		
		height: 50px;
		margin: 0% 3%;
	}
	
	/* ================================ topbar-left ================================ */
	
	.topbar .topbar-left {
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.topbar .topbar-left .logo {
		display: block;
	}
	
	.topbar .topbar-left .logo img {
		height: 26px;
		
		height: 20px;
	}
	.topbar .topbar-left .logo img.white {
		display: none;
	}
	.topbar .topbar-left .logo img.black {
		display: block;
	}
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right {
		width: 23.68%;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		
		display: none;
	}
	
	.topbar .topbar-right ul {
	}
	
	.topbar .topbar-right ul li {
		float: left;
		margin-left: 38px;
	}
	
	.topbar .topbar-right ul li a {
		color: #333;
		font-size: 14px;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.topbar .topbar-right ul li a:hover {
		color: #e60012;
	}
	.topbar .topbar-right ul li.chked a {
		color: #e60012;
	}
	
	.topbar .topbar-right .dinggou {
		display: block;
		color: #fff;
		background-color: #e60012;
		font-size: 14px;
		padding: 0px 30px;
		height: 40px;
		line-height: 40px;
		/* margin-left: 30px; */
		border-radius: 20px;
		font-weight: bold;
		cursor: pointer;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.topbar .topbar-right .dinggou:hover {
		background-color: #cc0000;
	}
	
	/* ================================ topbar-more ================================ */
	
	.topbar .topbar-more {
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin-right: 1%;
		display: none;
		
		display: block;
	}
	
	.topbar .topbar-more div {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.topbar .topbar-more div ul {
		cursor: pointer;
	}
	
	.topbar .topbar-more div ul li {
		width: 23px;
		height: 2px;
		margin: 6px 0px;
		background-color: #333;
	}
	
	/* ================================ topbar-nav ================================ */
	
	.topbar .topbar-nav {
		width: 100%;
		height: 0%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 999999;
		background-color: rgba(0,0,0,0.9);
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.topbar .topbar-nav.show {
		height: 100%;
	}
	
	.topbar .topbar-nav img {
		width: 41px;
		position: absolute;
		right: 2.5%;
		top: 0px;
		margin-top: 2%;
		cursor: pointer;
		
		width: 25px;
		right: 6%;
		margin-top: 6%;
	}
	
	.topbar .topbar-nav ul {
		width: 30%;
		
		width: 50%;
	}
	
	.topbar .topbar-nav ul li {
		text-align: center;
		margin: 10px 0px;
	}
	
	.topbar .topbar-nav ul li a {
		display: block;
		color: #e9e7e8;
		text-decoration: none;
	}
	.topbar .topbar-nav ul li a:hover {
		color: #e60012;
	}
	.topbar .topbar-nav ul li a.chked {
		color: #e60012;
	}
	
	.topbar .topbar-nav ul li a span {
		line-height: 80px;
		
		line-height: 60px;
	}
	
	.topbar .topbar-nav ul li a span.en {
		display: block;
		font-size: 48px;
		font-family: "museo-light";
		
		font-size: 32px;
	}
	.topbar .topbar-nav ul li a span.cn {
		display: none;
		font-size: 40px;
		
		font-size: 28px;
	}
	
	.topbar .topbar-nav ul li a:hover span.en {
		display: none;

		display: block;
	}
	.topbar .topbar-nav ul li a:hover span.cn {
		display: block;

		display: none;
	}
	
	.topbar .topbar-nav ul li a.chked span.en {
		display: none;
	}
	.topbar .topbar-nav ul li a.chked span.cn {
		display: block;
	}
	
	/* ================================ topbar-zixun ================================ */
	
	.topbar .topbar-zixun {
		width: 150px;
		padding-left: 23px;
		height: 55px;
		line-height: 55px;
		position: fixed;
		right: 2.5%;
		bottom: 3.5%;
		background-color: #f6f6f6;
		border-radius: 5px;
		color: #666;
		font-size: 14px;
		font-weight: bold;
		cursor: pointer;
		overflow: hidden;
		
		right: 200%;
	}
	
	.topbar .topbar-zixun i {
		width: 33.3%;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		background: url(../../res/imgs/topbar/icon-plus.png) 50% 50% no-repeat;
		background-color: #737373;
	}
	
	/* ================================ topbar-liuyan ================================ */
	
	.topbar .topbar-liuyan {
	}
	
	.topbar .topbar-liuyan .main {
		width: 125px;
		position: fixed;
		left: 0px;
		bottom: 0px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		overflow: hidden;
		opacity: 0.8;
	}
	.topbar .topbar-liuyan .main.show {
		width: 240px;
		opacity: 1;
	}
	
	.topbar .topbar-liuyan .main .top {
		position: relative;
	}
	
	.topbar .topbar-liuyan .main .top h1 {
		height: 35px;
		line-height: 35px;
		padding-left: 12px;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		background-color: #00aef3;
	}
	
	.topbar .topbar-liuyan .main .top i {
		width: 10px;
		height: 7px;
		position: absolute;
		right: 15px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		/* background: url(../../res/imgs/topbar/icon-close.png) no-repeat;
		background-size: 100% auto; */
		border: 2px solid #fff;
		cursor: pointer;
	}
	.topbar .topbar-liuyan .main.show .top i {
		width: 14px;
		height: 2px;
		padding: 5px 0px;
		background-color: #fff;
		background-clip: content-box;
		border: 0px;
	}
	
	.topbar .topbar-liuyan .main .content {
		display: none;
		padding: 10px;
		background-color: #ededed;
	}
	
	.topbar .topbar-liuyan .main .content form {
	}
	
	.topbar .topbar-liuyan .main .content form ul {
	}
	
	.topbar .topbar-liuyan .main .content form ul li {
		margin-top: 10px;
	}
	
	.topbar .topbar-liuyan .main .content form ul li input[type=text] {
		width: 100%;
		height: 32px;
		font-size: 12px;
		border: 1px solid #d5d5d5;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.topbar .topbar-liuyan .main .content form ul li textarea {
		display: block;
		width: 100%;
		height: 100px;
		font-size: 12px;
		border: 1px solid #d5d5d5;
		padding: 10px;
		box-sizing: border-box;
		resize: none;
	}
	
	.topbar .topbar-liuyan .main .content form ul li input[type=submit] {
		width: 100%;
		height: 32px;
		font-size: 14px;
		box-sizing: border-box;
		background-color: #00aef3;
		border: 0px;
		color: #fff;
		cursor: pointer;
	}
	.topbar .topbar-liuyan .main .content form ul li input[type=submit]:hover {
		text-shadow: 0px 1px 0px #000;
		background-color: #009cda;
	}
	.topbar .topbar-liuyan .main .content form ul li input[type=submit]:active {
		text-shadow: 0px -1px 0px #000;
		background-color: #00aef3;
	}
	
	/* ================================ topbar-fixed ================================ */
	
	.topbar .topbar-fixed {
		position: fixed;
		right: 3.5%;
		bottom: 7%;
		right: 20px;
		bottom: 80px;
	}
	
	.topbar .topbar-fixed ul {
		display: none;
	}
	
	.topbar .topbar-fixed ul li {
	}
	
	.topbar .topbar-fixed ul li a {
	}
	
	.topbar .topbar-fixed ul li.back-to-top a {
		display: block;
		width: 43px;
		height: 43px;
		background: url(../../res/imgs/topbar/back2top.png) no-repeat;
		background-size: 100% auto;
		opacity: 0.6;
		cursor: pointer;
	}
	.topbar .topbar-fixed ul li.back-to-top a:hover {
		opacity: 1;
	}
	
}
