.topTitle {
	background-color: rgb(239, 239, 239);
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	text-align: right;
}

.topTitle ul {
	display: inline-block;
}

.topTitle ul li {
	float: left;
	list-style: none;
	padding: 0 10px;
}

.topTitle ul li a {
	line-height: 36px;
	text-decoration: none;
	color: #333;
}

.downCenter_nav {
	position: relative;
}

.downCenter_nav:hover .downCenter_main {
	display: block !important;
}

.downCenter_main {
	position: absolute;
	top: 36px;
	left: 50%;
	margin-left: -60px;
	z-index: 1000;
	width: 120px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 0;
	display: none !important;
}

.downCenter_main li {
	width: 100%;
}

.downCenter_main li a {
	display: flex;
	align-items: center;
}

.downCenter_main li:nth-child(1) a {
	border-bottom: 1px solid #ececec;
}

.downCenter_main li a img {
	margin-top: -2px;
}

.downCenter_main li a span {
	color: #666 !important;
	margin-left: 5px;
}

.cpspR,
.cpsmsR,
.rjxzR {
	display: none;
}

.downCenter_main li:hover .cpsp,
.downCenter_main li:hover .cpsms,
.downCenter_main li:hover .rjxz {
	display: none;
}

.downCenter_main li:hover .cpspR,
.downCenter_main li:hover .cpsmsR,
.downCenter_main li:hover .rjxzR {
	display: block;
}

.downCenter_main li:hover a span {
	color: #ea0a2a !important;
}

.navbar-inverse {
	background: url(../img/index/bg.png);
	border: none;
	height: 92px;
}

.navbar-brand {
	padding: 0;
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	left: 0;
}

.navbar-nav>li>a {
	height: 92px;
	line-height: 92px;
	padding: 0 15px;
	font-size: 16px;
	color: #333 !important;
}

.navbar-inverse .navbar-nav>li:hover .navItem,
.navbar-inverse .navbar-nav>li:focus .navItem {
	color: #333;
	background-color: transparent;
	border-bottom: 2px solid rgb(234, 10, 42);
}

.navbar-nav .active {
	border-bottom: 2px solid rgb(234, 10, 42);
}

.hzcp_nav:hover .hzcp_content {
	display: block;
}

.hzcp_content {
	position: fixed;
	width: 100%;
	padding: 10px 0;
	top: 128px;
	left: 0;
	color: #333;
	z-index: 998;
	display: none;
	background-color: #fff;
}

.dropDown_img {
	height: auto;
}

.dropDownBox {
	overflow: hidden;
	padding: 0 !important;
}

.dropDownBox ul {
	width: 100%;
	overflow: hidden;
	padding-left: 0;
	box-sizing: border-box;
}

.dropDownBox ul>li {
	float: left;
	width: 20%;
	height: 120px;
	list-style: none;
}

.dropDownBox ul>li a {
	width: 100%;
	height: 120px;
	display: block;
	color: #666;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
}

.dropDownBox ul>li a:hover {
	color: #000;
	text-decoration: underline;
}

.dropDownBox ul>li a p {
	height: 80px;
	line-height: 80px;
	margin-bottom: 5px;
}

#lineShop {
	position: relative;
}

#lineShop img:nth-child(1) {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	margin-top: -2px;
}

.downIcon {
	margin-left: 5px;
}

#lineShop:hover .downIcon {
	transform: rotate(180deg);
}

#lineShop:hover .lineShop_main {
	display: block !important;
}

.lineShop_main {
	position: absolute;
	top: 92px;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 0;
	display: none !important;
}

.lineShop_main li {
	width: 100%;
	list-style: none;
	padding: 0 10px;
}

.lineShop_main li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
}

.lineShop_main li:nth-child(1) a {
	border-bottom: 1px solid #ececec;
}

.lineShop_main li:nth-child(2) a {
	border-bottom: 1px solid #ececec;
}

.lineShop_main li a img {
	margin-top: -2px;
	width: 30px !important;
	height: 30px !important;
	margin-right: 10px !important;
}

.lineShop_main li a span {
	color: #666 !important;
}

.tmR,
.jdR,
.scR {
	display: none;
}

.lineShop_main li:hover .tm,
.lineShop_main li:hover .jd,
.lineShop_main li:hover .sc {
	display: none;
}

.lineShop_main li:hover .tmR,
.lineShop_main li:hover .jdR,
.lineShop_main li:hover .scR {
	display: block;
}

.lineShop_main li:hover a span {
	color: #ea0a2a !important;
}

/* banner */
.bannerBox {
	width: 100%;
	overflow: hidden;
}

.bannerBox img {
	width: 100%;
}

.bannerText {
	font-size: 16px;
	padding: 10px 15px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.bannerText a {
	color: #333;
	text-decoration: none;
}

.productTitle {
	text-align: center;
	margin: 50px auto;
}

.productTitle h1 {
	font-weight: bold;
	color: #424242;
}

.productTitle span {
	font-size: 17px;
}

.productBox {
	padding: 0;
}

.positionBox {
	position: absolute;
	top: 20%;
	left: 8%;
	color: #fff;
}

.positionBox .product_desc span {
	color: #fff;
}

.positionBox .formBtn {
	color: #fff;
	border-color: #fff;
}

.productItem {
	overflow: hidden;
}

.productItem img {
	width: 100%;
}

.productItem p {
	margin: 20px 0 10px 0;
	font-size: 28px;
}

.product_desc {
	line-height: 36px;
	color: #7f7f7f
}

.product_desc span {
	font-size: 15px;
}

.product_desc span:nth-child(1) {
	display: inline-block;
}

.productItem a {
	display: inline-block;
	margin-bottom: 50px;
	border: 1px solid #7f7f7f;
	height: 40px;
	line-height: 40px;
	width: 110px;
	text-align: center;
	font-size: 16px;
	color: #7f7f7f;
	text-decoration: none;
	border-radius: 3px;
	margin-top: 30px;
}

.productItem a:hover {
	border-color: #c7000b;
	background-color: #c7000b;
	color: #fff;
}

/* 底部导航 */
.footer {
	background: url(../img/index/footBg.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 488px;
}

.footer .container {
	padding: 0;
	padding-top: 60px;
	box-sizing: border-box;
	color: #fff;
}

.navigationBox {
	box-sizing: border-box;
}

.navFoot {
	padding: 0;
	position: relative;
}

.navFoot::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 220px;
	background-color: #535353;
	right: 15px;
	top: 0;
}

.navFoot:last-child::after {
	display: none;
}

.navFoot h4 {
	font-size: 16px;
	margin-bottom: 30px;
}

.navFoot p {
	margin-bottom: 5px;
}

.navFoot p a {
	color: #fff !important;
	text-decoration: none !important;
}

.navFoot p a:nth-child(2) {
	margin-left: 20px;
}

.contactFoot {
	padding-right: 0;
	text-align: right;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.contactFoot p {
	font-size: 22px;
	margin-bottom: 5px;
}

.contactFoot h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.contactFoot>span {
	font-size: 20px;
}

.zcchz {
	margin-bottom: 16px;
	text-align: left;
	padding-left: 4px;
}

.zcchz h3 {
	margin-top: 0;
}

.zcchz p {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 0;
	font-weight: bold;
}

.zcchz span {
	font-size: 14px;
	margin-bottom: 12px;
	display: inline-block;
}

.codeBox {
	display: flex;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.codeBox span {
	display: inline-block;
	margin-top: 5px;
}

.learnMore {
	position: absolute;
	border: 1px solid #fff;
	padding: 3px 10px;
	border-radius: 3px;
	color: #fff !important;
	right: 10px;
	bottom: 0;
	text-decoration: none !important;
}

.footDesc {
	background-color: #ea0a2a;
}

.bottomBox {
	padding: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.bottomBox span {
	color: #fff;
	font-size: 16px;
}

.bottomBox span:nth-child(1) {
	float: left;
}

.bottomBox span:nth-child(2) {
	float: right;
}

/* 侧边工具键 */
.toolBox {
	position: fixed;
	bottom: 520px;
	right: 270px;
	width: 60px;
	height: 200px;
	box-sizing: border-box;
	display: none;
}

.toolBox a {
	display: block;
	margin-bottom: 4px;
}

@media(max-width:1680px) {
	.toolBox {
		right: 150px;
	}
}

@media(max-width:1440px) {
	.toolBox {
		right: 50px;
	}
}

@media(max-width:1366px) {
	.toolBox {
		right: 20px;
		bottom: 400px;
		width: 40px;
	}

	.toolBox img {
		width: 100%;
	}
}

@media(max-width:1280px) {
	.toolBox {
		right: 10px;
	}
}

@media(max-width:1080px) {
	.navbar-brand {
		width: 140px;
		top: 36px;
	}

	.navbar-brand img {
		width: 100%;
	}

	.navFoot h4 {
		font-size: 14px;
	}

	.navFoot p a {
		font-size: 12px;
	}

	.navFoot::after {
		display: none;
	}

	.navFoot p a:nth-child(2) {
		margin-left: 10px;
	}

	.codeItem {
		width: 32%;
		font-size: 14px;
		margin-right: 2%;
	}

	.codeItem:last-child {
		margin-right: 0;
	}

	.codeItem img {
		width: 100%;
	}

	.bottomBox span {
		font-size: 14px;
	}

	.toolBox {
		opacity: 0;
	}
}

@media(max-width:750px) {
	.topTitle {
		padding: 0;
	}

	.topBox {
		padding-left: 0;
		width: 100%
	}

	.topBox>li {
		width: 20%;
		padding: 0 !important;
		text-align: center;
	}

	.downCenter_nav:hover .downCenter_main {
		display: none !important;
	}

	.navbar-inverse {
		height: auto;
		background: none;
		background-color: #222;
	}

	.navbar-header {
		height: 50px;
	}

	.navbar-brand {
		width: 90px;
		margin-left: 10px;
	}

	.navbar-brand img {
		width: 100%;
	}

	.navbar-nav>li>a {
		height: 50px;
		line-height: 50px;
		color: #9d9d9d !important;
	}

	.navbar-inverse .navbar-nav>li:hover .navItem,
	.navbar-inverse .navbar-nav>li:focus .navItem {
		color: #fff !important;
	}

	#lineShop {
		display: none;
	}

	.hzcp_nav:hover .hzcp_content {
		display: none;
	}

	.positionBox {
		position: static;
		color: #333;
	}

	.positionBox .product_desc span {
		color: #7f7f7f;
	}

	.positionBox .formBtn {
		color: #7f7f7f;
		border-color: #7f7f7f;
	}

	.productTitle {
		margin-top: 20px;
	}

	.productTitle h1 {
		font-size: 20px;
	}

	.productTitle span {
		font-size: 14px;
	}

	.productItem p {
		font-size: 22px;
	}

	.product_desc span:nth-child(1) {
		width: auto;
	}

	.product_desc span:nth-child(2) {
		display: inline-block;
		margin-left: 10px;
	}

	.mb {
		margin-bottom: 30px;
	}

	.footer {
		padding: 0;
		background-size: cover;
		height: auto;
	}

	.footer .container {
		padding-top: 10px;
	}

	.navFoot h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.navigationBox {
		overflow: hidden;
	}

	.navFoot p a:nth-child(2) {
		margin-left: 18px;
	}

	.contactFoot {
		text-align: left;
		padding-top: 20px;
		padding-right: 15px;
	}

	.contactFoot p {
		font-size: 20px;
	}

	.contactFoot h1 {
		font-size: 20px;
	}

	.learnMore {
		bottom: 10px;
	}

	.bottomBox {
		height: auto;
		line-height: 24px;
	}

	.bottomBox span {
		display: block;
	}

}

@media(max-width:400px) {}
