@charset "utf-8";

.topbar {
	width: 100%;
	height: 81px;
}

.topbar .topbar-wrap {
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 90000;
	z-index: 9000;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

/* ================================ topbar-left ================================ */

.topbar .topbar-left {
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

/* ================================ logo ================================ */

.topbar .topbar-left .logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.topbar .topbar-left .logo img {
	display: block;
	height: 40px;
}

/* ================================ text ================================ */

.topbar .topbar-left .text {
	float: left;
	height: 80px;
    line-height: 80px;
	margin-left: 30px;
	color: #e60012;
	font-size: 30px;
	font-weight: normal;
}

/* ================================ topbar-nav ================================ */

.topbar .topbar-nav {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.topbar .topbar-nav ul {
	text-align: center;
}

.topbar .topbar-nav ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.topbar .topbar-nav ul li a {
	display: block;
	padding: 0px 15px;
	margin: 0px 18px;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	cursor: pointer;
}
.topbar .topbar-nav ul li a:hover {
	color: #e60012;
}
.topbar .topbar-nav ul li a.chked {
	color: #e60012;
}

/* ================================ topbar-right ================================ */

.topbar .topbar-right {
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}

/* ================================ code-weixin ================================ */

.topbar .topbar-right .code-weixin {
	float: left;
	height: 70px;
	margin-right: 24px;
	margin-top: 5px;
	transform-origin: top right;
	-o-transform-origin: top right;
	-ms-transform-origin: top right;
	-moz-transform-origin: top right;
	-webkit-transform-origin: top right;
}

.topbar .topbar-right .code-weixin:hover {
	transform: scale(3.68, 3.68);
	-o-transform: scale(3.68, 3.68);
	-ms-transform: scale(3.68, 3.68);
	-moz-transform: scale(3.68, 3.68);
	-webkit-transform: scale(3.68, 3.68);
}

/* ================================ more ================================ */

.topbar .topbar-right .more {
	float: left;
	width: 38px;
	height: 32px;
	margin-top: 24px;
	margin-right: 24px;
	cursor: pointer;
	background: url(../../res/imgs/topbar/more.png) 0px 0px no-repeat;
	background-size: 38px auto;
}
.topbar .topbar-right .more.rotate {
	transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

/* ================================ topbar-dropdown ================================ */

.topbar .topbar-dropdown {
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -590px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 91000;
}
.topbar .topbar-dropdown.rotate {
	opacity: 1;
	top: 0px;
}

.topbar .topbar-dropdown .topbar-dropdown-close {
	float: right;
	width: 41px;
	height: 41px;
	margin-top: 25px;
	margin-right: 25px;
	background: url(../../res/imgs/topbar/icon-close.png) 0px 0px no-repeat;
	background-size: 41px auto;
	cursor: pointer;
}

.topbar .topbar-dropdown .content {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px;
}

.topbar .topbar-dropdown .content .left {
	float: left;
	width: 450px;
}

.topbar .topbar-dropdown .content .left h1 {
	display: inline-block;
	color: #e60012;
	font-size: 48px;
	line-height: 60px;
	font-family: "MyriadPro-Regular_0";
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 2px solid #e60012;
}

.topbar .topbar-dropdown .content .left h2 {
	color: #333;
	font-size: 40px;
	line-height: 52px;
	font-weight: normal;
	padding: 8px 0px;
	border-bottom: 1px solid #ccc;
}

.topbar .topbar-dropdown .content .left p {
	color: #555;
	font-size: 14px;
	line-height: 24px;
	margin-top: 8px;
}

.topbar .topbar-dropdown .content .left h3 {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin: 50px 0px 5px;
}

.topbar .topbar-dropdown .content .left h3 img {
	height: 25px;
	margin-right: 8px;
	vertical-align: text-top;
}

.topbar .topbar-dropdown .content .left h4 {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
}

.topbar .topbar-dropdown .content .right {
	float: right;
	width: 400px;
}

.topbar .topbar-dropdown .content .right form {
}

.topbar .topbar-dropdown .content .right form h1 {
	color: #333;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
}

.topbar .topbar-dropdown .content .right form ul {
}

.topbar .topbar-dropdown .content .right form ul li {
	margin-top: 8px;
}

.topbar .topbar-dropdown .content .right form ul li input[type=text],
.topbar .topbar-dropdown .content .right form ul li textarea {
	display: block;
	width: 100%;
	color: #333;
	font-size: 16px;
	padding: 13px 18px;
	background-color: #f3f3f3;
	border: 0px;
	box-sizing: border-box;
}

.topbar .topbar-dropdown .content .right form ul li textarea {
	height: 150px;
	resize: none;
}

.topbar .topbar-dropdown .content .right form ul li input[type=submit] {
	width: 100%;
	height: 50px;
	color: #e60012;
	font-size: 18px;
	background-color: #fff;
	border: 2px solid #e60012;
	box-sizing: border-box;
	cursor: pointer;
}
.topbar .topbar-dropdown .content .right form ul li input[type=submit]:hover {
	color: #fff;
	background-color: #e60012;
}

/* ================================ topbar-fixed ================================ */

.topbar .topbar-fixed {
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.topbar .topbar-fixed ul {
	display: none;
}

.topbar .topbar-fixed ul li {
	width: 45px;
}

.topbar .topbar-fixed ul li a {
	display: block;
	width: 65px;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
	color: #fff;
	font-size: 14px;
	background-color: #cc0000;
	position: relative;
	left: 0px;
	margin-top: 1px;
	cursor: pointer;
	text-decoration: none;
	transition: all 400ms;
	-o-transition: all 400ms;
	-ms-transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
}
.topbar .topbar-fixed ul li.qq a:hover,
.topbar .topbar-fixed ul li.weibo a:hover {
	left: -65px;
	background-color: #000;
}

.topbar .topbar-fixed ul li a i {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: 50% 50% no-repeat;
	transition: all 400ms;
	-o-transition: all 400ms;
	-ms-transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
}
.topbar .topbar-fixed ul li.qq a i {
	background-image: url(../../res/imgs/topbar/icon-qq-white.png);
}
.topbar .topbar-fixed ul li.weibo a i {
	background-image: url(../../res/imgs/topbar/icon-weibo-white.png);
}
.topbar .topbar-fixed ul li.weixin a i {
	background-image: url(../../res/imgs/topbar/icon-weixin-white.png);
}

.topbar .topbar-fixed ul li.back-to-top a {
	width: 45px;
	padding-left: 0px;
	background-color: #ccc;
	text-align: center;
}
.topbar .topbar-fixed ul li.back-to-top a:hover {
	background-color: #666;
}

.topbar .topbar-fixed ul li.back-to-top a i {
	width: 9px;
	height: 9px;
	position: absolute;
	left: 18px;
	top: -5px;
	background-color: #ccc;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
}
.topbar .topbar-fixed ul li.back-to-top a:hover i {
	background-color: #666;
}

.topbar .topbar-fixed ul li.weixin .msg {
	display: none;
	width: 150px;
	height: 150px;
	position: absolute;
	left: -163px;
	bottom: 0px;
	border: 1px solid #888;
	border-radius: 5px;
	background: url(../../res/imgs/code-weixin.jpg) 50% 50% no-repeat;
	background-size: 150px auto;
	background-color: #fff;
}

.topbar .topbar-fixed ul li.weixin .msg i {
	width: 9px;
	height: 9px;
	position: absolute;
	right: -6px;
	bottom: 16px;
	border: 1px solid #888;
	border-left-color: transparent;
	border-bottom-color: transparent;
	background-color: #fff;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
}

@media (min-width: 1px) and (max-width: 1440px) {
	
	.topbar {
		height: 71px;
	}
	
	.topbar .topbar-wrap {
		height: 70px;
	}
	
	/* ================================ topbar-left ================================ */
	
	.topbar .topbar-left {
	}
	
	/* ================================ logo ================================ */
	
	.topbar .topbar-left .logo {
		margin-top: 17px;
		margin-left: 17px;
	}
	
	.topbar .topbar-left .logo img {
		height: 36px;
	}
	
	/* ================================ text ================================ */

	.topbar .topbar-left .text {
		height: 70px;
	    line-height: 70px;
	    margin-left: 25px;
	    font-size: 28px;
	}
	
	/* ================================ topbar-nav ================================ */
	
	.topbar .topbar-nav {
	}
	
	.topbar .topbar-nav ul {
	}
	
	.topbar .topbar-nav ul li {
	}
	
	.topbar .topbar-nav ul li a {
		margin: 0px 10px;
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}
	.topbar .topbar-nav ul li a:hover {
	}
	.topbar .topbar-nav ul li a.chked {
	}
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right {
	}
	
	/* ================================ code-weixin ================================ */
	
	.topbar .topbar-right .code-weixin {
		height: 60px;
		margin-top: 5px;
		margin-right: 22px;
	}
	
	/* ================================ more ================================ */
	
	.topbar .topbar-right .more {
		width: 30px;
		height: 25px;
		margin-top: 22px;
		margin-right: 22px;
		background-size: 30px auto;
	}
	.topbar .topbar-right .more.rotate {
	}
	
	/* ================================ topbar-dropdown ================================ */
	
	.topbar .topbar-dropdown {
		top: -528px;
	}
	.topbar .topbar-dropdown.rotate {
	}
	
	.topbar .topbar-dropdown .topbar-dropdown-close {
		width: 36px;
		height: 36px;
		background-size: 36px auto;
		margin-top: 20px;
		margin-right: 20px;
	}
	
	.topbar .topbar-dropdown .content {
		width: 820px;
		padding: 35px 0px;
	}
	
	.topbar .topbar-dropdown .content .left {
		width: 400px;
	}
	
	.topbar .topbar-dropdown .content .left h1 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 5px;
	}
	
	.topbar .topbar-dropdown .content .left h2 {
		font-size: 32px;
		line-height: 42px;
	}
	
	.topbar .topbar-dropdown .content .left p {
		font-size: 13px;
		line-height: 23px;
	}
	
	.topbar .topbar-dropdown .content .left h3 {
		font-size: 18px;
		line-height: 28px;
		margin: 45px 0px 5px;
	}
	
	.topbar .topbar-dropdown .content .left h3 img {
		height: 22px;
		margin-right: 8px;
	}
	
	.topbar .topbar-dropdown .content .left h4 {
		font-size: 13px;
		line-height: 24px;
	}
	
	.topbar .topbar-dropdown .content .right {
		width: 345px;
	}
	
	.topbar .topbar-dropdown .content .right form {
	}
	
	.topbar .topbar-dropdown .content .right form h1 {
		font-size: 20px;
		line-height: 32px;
	}
	
	.topbar .topbar-dropdown .content .right form ul {
	}
	
	.topbar .topbar-dropdown .content .right form ul li {
		margin-top: 8px;
	}
	
	.topbar .topbar-dropdown .content .right form ul li input[type=text],
	.topbar .topbar-dropdown .content .right form ul li textarea {
		font-size: 14px;
		padding: 10px 15px;
	}
	
	.topbar .topbar-dropdown .content .right form ul li textarea {
		height: 140px;
	}
	
	.topbar .topbar-dropdown .content .right form ul li input[type=submit] {
		height: 42px;
		font-size: 16px;
	}
	.topbar .topbar-dropdown .content .right form ul li input[type=submit]:hover {
	}
	
	/* ================================ topbar-fixed ================================ */
	
}

@media (min-width: 1px) and (max-width: 1260px) {
	
	/* ================================ text ================================ */
	
	.topbar .topbar-left .text {
		display: none;
	}
	
}

@media (min-width: 1px) and (max-width: 1024px) {
	
	.topbar {
		height: 41px;
	}
	
	.topbar .topbar-wrap {
		height: 40px;
	}
	
	.topbar .topbar-wrap .topbar-wrap2 {
		/* max-width: 640px; */
		margin: 0 auto;
		height: 100%;
		position: relative;
	}
	
	/* ================================ topbar-left ================================ */
	
	.topbar .topbar-left {
	}
	
	/* ================================ logo ================================ */
	
	.topbar .topbar-left .logo {
		margin-top: 10px;
		margin-left: 10px;
	}
	
	.topbar .topbar-left .logo img {
		height: 20px;
	}
	
	/* ================================ text ================================ */
	
	.topbar .topbar-left .text {
		display: block;
		height: 40px;
	    line-height: 43px;
	    margin-left: 10px;
	    font-size: 16px;
	}
	
	/* ================================ topbar-nav ================================ */
	
	.topbar .topbar-nav {
		display: none;
	}
	
	.topbar .topbar-nav ul {
	}
	
	.topbar .topbar-nav ul li {
	}
	
	.topbar .topbar-nav ul li a {
	}
	.topbar .topbar-nav ul li a:hover {
	}
	.topbar .topbar-nav ul li a.chked {
	}
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right {
	}
	
	/* ================================ code-weixin ================================ */
	
	.topbar .topbar-right .code-weixin {
		display: none;
	}
	
	/* ================================ more ================================ */
	
	.topbar .topbar-right .more {
		display: none;
		margin-top: 17px;
		margin-right: 17px;
	}
	.topbar .topbar-right .more.rotate {
	}
	
	/* ================================ topbar-dropdown ================================ */
	
	.topbar .topbar-dropdown {
		display: none;
	}
	
	/* ================================ topbar-fixed ================================ */
	
	.topbar .topbar-fixed {
		display: none;
	}
	
}
