@charset "utf-8";

.topbar {
	width: 100%;
	height: 81px;
}

.topbar .topbar-wrap {
	width: 100%;
	min-width: 720px;
	height: 80px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 90000;
	z-index: 9000;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

/* ================================ logo ================================ */

.topbar .logo {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}

.topbar .logo img {
	display: block;
	height: 40px;
}

/* ================================ text ================================ */

.topbar .text {
	float: left;
	margin-top: 17px;
	margin-left: 40px;
	color: #EB6100;
	font-size: 28px;
	font-weight: normal;
}


/* ================================ text 3================================ */

.topbar .text3 {
	float:right;
	margin-top: 28px;
	margin-right: 35px;
	color: #EB6100;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	text-width:100%;
	text-height:100%;
}

/* ================================ more ================================ */

.topbar .more {
	float: right;
	width: 38px;
	height: 32px;
	margin-top: 24px;
	margin-right: 24px;
	cursor: pointer;
	background: url(../images/more.png);
}
.topbar .more.rotate {
	transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

/* ================================ text2 ================================ */

.topbar .text2 {
	float: right;
	width: 50px;
	padding-left: 6px;
	height: 56px;
	border: 2px solid #000;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: 4px;
	margin-right: 23px;
	margin-top: 10px;
}

/* ================================ code-weixin ================================ */

.topbar .code-weixin {
	float: right;
	height: 70px;
	margin-right: 10px;
	margin-right: 22px;
	margin-top: 5px;
}

/* ================================ nav ================================ */

.topbar .nav {
	width: 930px;
	margin: 0 auto;
	text-decoration:none;
}

.topbar .nav li {
	display: block;
	padding: 0px 28px;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	margin-right: 10px;
	color: #333;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	z-index: 91000;
	float: left;
	list-style-type: none;
}

.topbar .nav a {
	text-decoration: none;
	color: #333;
	position: relative;
	
}
.topbar .nav a:hover{
	color: #EB6100;
}

/* .topbar .nav .nav-item {
	float: left;
	list-style-type: none;
}

.topbar .nav .nav-item > a {
	display: block;
	padding: 0px 28px;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	margin-right: 10px;
	color: #333;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	z-index: 91000;
}*/

/*.topbar .nav .nav-item > a:hover {
	color: #EB6100;
}*/
.topbar .nav .nav-item a {
	color: #EB6100;
}

/* ================================ dropdown ================================ */

.topbar .dropdown {
	opacity: 0;
	width: 100%;
	height: 585px;
	position: absolute;
	left: 0px;
	top: -586px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 91000;
}
.topbar .dropdown.rotate {
	opacity: 1;
	top: 0px;
}

.topbar .dropdown .dropdown-close {
	width: 41px;
	height: 41px;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	background: url(../images/icon-close2.png);
	cursor: pointer;
}

.topbar .dropdown .w {
	width: 960px;
	padding: 50px 0px;
}

.topbar .dropdown .left {
	float: left;
	width: 500px;
}

.topbar .dropdown .left h1 span {
	color: #EB6100;
	font-size: 48px;
	font-family: "MyriadPro-Regular_0";
	line-height: 60px;
	font-weight: normal;
	padding: 5px 0px;
	border-bottom: 2px solid #EB6100;
}

.topbar .dropdown .left h2 {
	color: #333;
	font-size: 44px;
	line-height: 54px;
	font-weight: normal;
	padding: 14px 0px 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid #d3d3d3;
}

.topbar .dropdown .left p {
	color: #444;
	font-size: 14px;
	line-height: 30px;
}

.topbar .dropdown .left h3 {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin: 24px 0px 6px;
}

.topbar .dropdown .left h3 img {
	position: relative;
	top: 2px;
}

.topbar .dropdown .left h4 {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
}

.topbar .dropdown .right {
	float: right;
}

.topbar .dropdown .right p {
	color: #333;
	font-size: 24px;
	padding-bottom: 8px;
}

.topbar .dropdown .right ul li {
	list-style-type: none;
	padding: 4px 0px;
}

.topbar .dropdown .right ul li input[type=text] {
	width: 364px;
	color: #8d8d8d;
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	padding: 13px 18px;
	border: 0px;
	background: #f3f3f3;
	outline: none;
}

.topbar .dropdown .right ul li textarea {
	width: 364px;
	height: 124px;
	color: #8d8d8d;
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	padding: 13px 18px;
	border: 0px;
	background: #f3f3f3;
	outline: none;
	resize: none;
}

.topbar .dropdown .right ul li input[type=submit] {
	width: 400px;
	height: 50px;
	color: #EB6100;
	font-size: 17px;
	font-family: "Microsoft YaHei";
	border: 2px solid #EB6100;
	background: #fff;
	cursor: pointer;
	outline: none;
}
.topbar .dropdown .right ul li input[type=submit]:hover {
	color: #fff;
	background-color: #EB6100;
}

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

.topbar .topbar-fixed {
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.topbar .topbar-fixed ul li {
	width: 45px;
	list-style-type: none;
	position: relative;
}

.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;
}
.topbar .topbar-fixed ul li.qq a:hover {
	left: -65px;
	background-color: #000;
}
.topbar .topbar-fixed ul li.weibo a:hover {
	left: -65px;
	background-color: #000;
}

.topbar .topbar-fixed ul li a i {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: url(../images/icon-qq-weixin-weibo2.png) no-repeat;
}
.topbar .topbar-fixed ul li.qq a i {
	background-position: 0px 0px;
}
.topbar .topbar-fixed ul li.weibo a i {
	background-position: -72px 0px;
}
.topbar .topbar-fixed ul li.weixin a i {
	background-position: -36px 0px;
}

.topbar .topbar-fixed ul li.back-to-top a {
	width: 45px;
	padding-left: 0px;
	background-color: #cbcbcb;
	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: 10px;
	height: 5px;
	position: absolute;
	left: 17px;
	top: -5px;
	background: url(../images/arrow4.png) no-repeat;
}
.topbar .topbar-fixed ul li.back-to-top a:hover i {
	background: url(../images/arrow4-hover.png) no-repeat;
}

.topbar .topbar-fixed ul li.weixin .msg {
	display: none;
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	position: absolute;
	left: -163px;
	bottom: 0px;
	background: url(../images/code-weixin.jpg) 50% 50% no-repeat;
	background-size: 150px auto;
	background-color: #fff;
	box-shadow: 0px 0px 5px #333;
}

.topbar .topbar-fixed ul li.weixin .msg i {
	width: 6px;
	height: 11px;
	position: absolute;
	right: -6px;
	bottom: 12px;
	background: url(../images/arrow5.png);
}

/* ================================ back-to-top ================================ */

/* .topbar .back-to-top {
	display: none;
	width: 26px;
	height: 87px;
	position: fixed;
	right: 10px;
	bottom: 100px;
	cursor: pointer;
	background: url(../images/back-to-top.png) no-repeat;
} */

@media (min-width: 1025px) and (max-width: 1440px) {
	
	.topbar {
		height: 71px;
	}
	
	.topbar .topbar-wrap {
		height: 70px;
	}
	
	/* ================================ logo ================================ */
	
	.topbar .logo {
		margin-top: 15px;
		margin-left: 25px;
	}
	
	.topbar .logo img {
	}
	
	/* ================================ text ================================ */

	.topbar .text {
	}
	
	/* ================================ more ================================ */
	
	.topbar .more {
		width: 30px;
		height: 25px;
		margin-top: 21px;
		margin-right: 24px;
		background-size: 30px;
	}
	.topbar .more.rotate {
	}
	
	/* ================================ text2 ================================ */

	.topbar .text2 {
		float: right;
		width: 42px;
		padding-left: 6px;
		height: 48px;
		border: 2px solid #000;
		color: #000;
		font-size: 16px;
		font-weight: normal;
		line-height: 23px;
		letter-spacing: 4px;
		margin-right: 23px;
		margin-top: 9px;
	}
	
	/* ================================ code-weixin ================================ */
	
	.topbar .code-weixin {
		height: 60px;
		margin-right: 10px;
		margin-top: 5px;
	}
	
	/* ================================ nav ================================ */
	
	.topbar .nav {
		width: 738px;
	}
	
	.topbar .nav .nav-item {
	}
	
	.topbar .nav .nav-item > a {
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}
	.topbar .nav .nav-item > a:hover {
	}
	.topbar .nav .nav-item > a.chked {
	}
	
	
	
	/* ================================ dropdown ================================ */
	
	.topbar .dropdown {
		height: 487px;
		top: -488px;
	}
	.topbar .dropdown.rotate {
	}
	
	.topbar .dropdown .dropdown-close {
		width: 38px;
		height: 38px;
		background-size: 38px;
	}
	
	.topbar .dropdown .w {
		width: 820px;
		padding: 30px 0px;
	}
	
	.topbar .dropdown .left {
		width: 420px;
	}
	
	.topbar .dropdown .left h1 span {
		font-size: 40px;
	}
	
	.topbar .dropdown .left h2 {
		font-size: 36px;
		line-height: 44px;
		padding-top: 9px;
	}
	
	.topbar .dropdown .left p {
		font-size: 12px;
		line-height: 25px;
	}
	
	.topbar .dropdown .left h3 {
		font-size: 18px;
	}
	
	.topbar .dropdown .left h3 img {
		height: 22px;
	}
	
	.topbar .dropdown .left h4 {
		font-size: 12px;
		line-height: 25px;
	}
	
	.topbar .dropdown .right {
	}
	
	.topbar .dropdown .right p {
		font-size: 20px;
	}
	
	.topbar .dropdown .right ul li {
	}
	
	.topbar .dropdown .right ul li input[type=text] {
		width: 315px;
		font-size: 12px;
		padding: 10px 15px;
	}
	
	.topbar .dropdown .right ul li textarea {
		width: 315px;
		font-size: 12px;
		padding: 10px 15px;
	}
	
	.topbar .dropdown .right ul li input[type=submit] {
		width: 345px;
		height: 44px;
		font-size: 15px;
	}
	.topbar .dropdown .right ul li input[type=submit]:hover {
	}
	
	/* ================================ topbar-fixed ================================ */
	
	.topbar .topbar-fixed {
	}
	
	.topbar .topbar-fixed ul li {
	}
	
	.topbar .topbar-fixed ul li a {
	}
	.topbar .topbar-fixed ul li.qq a:hover {
	}
	.topbar .topbar-fixed ul li.weibo a:hover {
	}
	
	.topbar .topbar-fixed ul li a i {
	}
	.topbar .topbar-fixed ul li.qq a i {
	}
	.topbar .topbar-fixed ul li.weibo a i {
	}
	.topbar .topbar-fixed ul li.weixin a i {
	}
	
	.topbar .topbar-fixed ul li.back-to-top a {
	}
	.topbar .topbar-fixed ul li.back-to-top a:hover {
	}
	
	.topbar .topbar-fixed ul li.back-to-top a i {
	}
	.topbar .topbar-fixed ul li.back-to-top a:hover i {
	}
	
	.topbar .topbar-fixed ul li.weixin .msg {
	}
	
	.topbar .topbar-fixed ul li.weixin .msg i {
	}
}

@media (min-width: 1px) and (max-width: 1024px) {
	
	.topbar {
		height: 71px;
	}
	
	.topbar .topbar-wrap {
		height: 70px;
	}
	
	/* ================================ logo ================================ */

	.topbar .logo {
		margin-top: 20px;
		margin-left: 20px;
	}
	
	.topbar .logo img {
		height: 30px;
	}
	
	/* ================================ text ================================ */

	.topbar .text {
	}
	
	/* ================================ more ================================ */
	
	.topbar .more {
		width: 30px;
		height: 25px;
		margin-top: 21px;
		margin-right: 24px;
		background-size: 30px;
	}
	.topbar .more.rotate {
	}
	
	/* ================================ text2 ================================ */

	.topbar .text2 {
	}
	
	/* ================================ code-weixin ================================ */

	.topbar .code-weixin {
		display: none;
		height: 60px;
		margin-right: 23px;
		margin-top: 5px;
	}
	
	/* ================================ nav ================================ */
	
	.topbar .nav {
		width: 746px;
	}
	
	.topbar .nav li {
		height: 70px;
		line-height: 70px;
		font-size: 14px;
		padding: 0px 15px;
	} 
	
	.topbar .nav .nav-item {
	}
	
	.topbar .nav .nav-item > a {
		height: 70px;
		line-height: 70px;
		font-size: 14px;
		padding: 0px 15px;
	}
	.topbar .nav .nav-item > a:hover {
	}
	.topbar .nav .nav-item > a.chked {
	}
	
	/* ================================ dropdown ================================ */
	
	.topbar .dropdown {
		height: 487px;
		top: -488px;
	}
	.topbar .dropdown.rotate {
	}
	
	.topbar .dropdown .dropdown-close {
		width: 38px;
		height: 38px;
		background-size: 38px;
	}
	
	.topbar .dropdown .w {
		width: 820px;
		padding: 30px 0px;
	}
	
	.topbar .dropdown .left {
		width: 420px;
	}
	
	.topbar .dropdown .left h1 span {
		font-size: 40px;
	}
	
	.topbar .dropdown .left h2 {
		font-size: 36px;
		line-height: 44px;
		padding-top: 9px;
	}
	
	.topbar .dropdown .left p {
		font-size: 12px;
		line-height: 25px;
	}
	
	.topbar .dropdown .left h3 {
		font-size: 18px;
	}
	
	.topbar .dropdown .left h3 img {
		height: 22px;
	}
	
	.topbar .dropdown .left h4 {
		font-size: 12px;
		line-height: 25px;
	}
	
	.topbar .dropdown .right {
	}
	
	.topbar .dropdown .right p {
		font-size: 20px;
	}
	
	.topbar .dropdown .right ul li {
	}
	
	.topbar .dropdown .right ul li input[type=text] {
		width: 315px;
		font-size: 12px;
		padding: 10px 15px;
	}
	
	.topbar .dropdown .right ul li textarea {
		width: 315px;
		font-size: 12px;
		padding: 10px 15px;
	}
	
	.topbar .dropdown .right ul li input[type=submit] {
		width: 345px;
		height: 44px;
		font-size: 15px;
	}
	.topbar .dropdown .right ul li input[type=submit]:hover {
	}
	
	/* ================================ topbar-fixed ================================ */
	
	.topbar .topbar-fixed {
	}
	
	.topbar .topbar-fixed ul li {
	}
	
	.topbar .topbar-fixed ul li a {
	}
	.topbar .topbar-fixed ul li.qq a:hover {
	}
	.topbar .topbar-fixed ul li.weibo a:hover {
	}
	
	.topbar .topbar-fixed ul li a i {
	}
	.topbar .topbar-fixed ul li.qq a i {
	}
	.topbar .topbar-fixed ul li.weibo a i {
	}
	.topbar .topbar-fixed ul li.weixin a i {
	}
	
	.topbar .topbar-fixed ul li.back-to-top a {
	}
	.topbar .topbar-fixed ul li.back-to-top a:hover {
	}
	
	.topbar .topbar-fixed ul li.back-to-top a i {
	}
	.topbar .topbar-fixed ul li.back-to-top a:hover i {
	}
	
	.topbar .topbar-fixed ul li.weixin .msg {
	}
	
	.topbar .topbar-fixed ul li.weixin .msg i {
	}
	
}

@media (min-width: 1px) and (max-width: 1500px) {
	
	/* ================================ text ================================ */

	.topbar .text {
		display: none;
	}
	
}

@media (min-width: 1px) and (max-width: 1500px) {
	
	/* ================================ text3 ================================ */

	.topbar .text3 {
		
		font-size: 14px;
		
	}
	
	.topbar .nav li {
		height: 70px;
		line-height: 70px;
		font-size: 14px;
		padding: 0px 15px;
	} 
	
	.topbar .nav .nav-item {
	}
	
	.topbar .nav .nav-item > a {
		height: 70px;
		line-height: 70px;
		font-size: 14px;
		padding: 0px 15px;
	}
	.topbar .nav .nav-item > a:hover {
	}
	.topbar .nav .nav-item > a.chked {
	}
	
}

@media (min-width: 1px) and (max-width: 920px) {
	
	.topbar .more {
		display: none;
	}
	
}

@media (min-width: 1px) and (max-width: 1144px) {
	
	/* ================================ text2 ================================ */

	.topbar .text2 {
		display: none;
	}
	
}

@media (min-width: 1px) and (max-width: 850px) {
	
	/* ================================ nav ================================ */
	
	.topbar .nav {
		display:none;
	}
	.topbar .text3 {
		
		font-size: 20px;
		
	}
/* 	.topbar .nav {
		width: 466px;
	}*/

	.topbar .nav .nav-item {
	}
	
	.topbar .nav .nav-item > a {
		height: 70px;
		line-height: 70px;
		font-size: 14px;
		padding: 0px 9px;
	}
	.topbar .nav .nav-item > a:hover {
	}
	.topbar .nav .nav-item > a.chked {
	}
	
}
