﻿.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(../image/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;
	color: #004EA2 !important;
	border-bottom: 2px solid rgb(234, 10, 42);
}

.navbar-nav .active {
	color: #004EA2 !important;
}

.hzcp_nav:hover .hzcp_content {
	display: block;
}

.hzcp_content {
	position: fixed;
	width: 800px;
	padding: 10px 0;
	top: 128px;
	left: 39%;
	color: #333;
	z-index: 998;
	display: none;
	background-color: #fff;
}

.hzcp_content .container {
	width: 100%;
}

.dropDown_img {
	height: auto;
}

.dropDownBox {
	overflow: hidden;
}

.dropDownBox h3 {
	width: 94%;
	padding-bottom: 10px;
	color: #004ea2;
	border-bottom: 2px solid rgb(186, 185, 186)
}

.dropDownBox p a {
	color: #221815;
	font-size: 16px;
}


#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;
}

.currentIcon {
	color: #62a4eb !important;
}

/* 圆圈颜色 */
.carousel-indicators li {
	border: none;
	background-color: #fdfafa !important;
	margin: 4px !important;
}

.carousel-indicators .active {
	background-color: #fe0202 !important;
	margin: 3px !important;
}

/* banner */
.bannerBox {
	width: 100%;
	overflow: hidden;
}

.bannerBox img {
	width: 100%;
}

.bannerText {
	font-size: 16px;
	padding: 10px 15px;
	color: #333;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: bold;
	border-bottom: 2px solid #7f7f7f;
}

.bannerText a {
	color: #333 !important;
	text-decoration: none;
}

.newsBox {
	border-bottom: 2px dashed #aaa;
	padding-top: 50px;
	padding-bottom: 50px;
}

.newsItem {
	padding-left: 50px;
	padding-right: 50px;
	color: #333;
	text-decoration: none;
	align-items: flex-start;
}

.newsItem:hover {
	color: #333;
}

.newsItem img {
	width: 100%;
}

.newsItem h3 {
	color: #221815;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.newsItem p {
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 20px;
}

.newsItem span {
	font-size: 18px;
}

/* 底部导航 */
.footer {
	background: url(../image/footBg.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 488px;
	overflow: hidden;
	padding-top: 40px;
}

.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: 40px;
	top: 0;
}

.navFoot:last-child::after {
	display: none;
}

.navFoot h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

.navFoot p {
	margin-bottom: 5px;
}

.navFoot p a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
}

.navFoot p a:nth-child(2) {
	margin-left: 20px;
}

.contactFoot {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.contactFoot h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

.contactFoot>p {
	font-size: 20px;
	margin-bottom: 0;
}

.contactFoot>span {
	display: block;
	line-height: 30px;
	font-size: 15px;
}

.mapFoot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}

.callDesc {
	flex: 1;
	overflow: hidden;
}

.zcchz {
	margin-bottom: 16px;
}

.zcchz p,
.hschz p {
	font-size: 12px;
	margin-bottom: 8px;
}

.zcchz span,
.hschz span {
	display: block;
	font-size: 12px;
}

.codeBox {
	width: 180px;
}

.codeBox img {
	width: 100%;
}

.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;
	z-index: 99;
}

.toolBox a {
	display: block;
	margin-bottom: 4px;
}


@media(max-width:1680px) {
	.toolBox {
		right: 150px;
	}

	.hzcp_content {
		left: 37%;
	}
}

@media(max-width:1440px) {
	.toolBox {
		right: 50px;
	}

	.footer {
		padding-top: 30px;
	}

	.navFoot h3,
	.contactFoot h3 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.navFoot p>a {
		font-size: 12px;
	}

	.contactFoot>p {
		font-size: 16px;
	}

	.contactFoot>span {
		font-size: 12px;
	}

	.zcchz p,
	.hschz p {
		font-size: 12px;
	}

	.navFoot::after {
		right: 40px;
	}

	.hzcp_content {
		left: 36%;
	}

	.dropDownBox h3 {
		font-size: 22px;
	}
}

@media(max-width:1366px) {
	.toolBox {
		right: 20px;
		bottom: 400px;
		width: 40px;
	}

	.toolBox img {
		width: 100%;
	}

	.hzcp_content {
		left: 34%;
	}

	.footer {
		height: 485px;
	}
}

@media(max-width:1280px) {
	.toolBox {
		right: 10px;
	}

	.hzcp_content {
		width: 780px;
	}
}

@media(max-width:1080px) {
	.navbar-brand {
		width: 140px;
		top: 36px;
	}

	.navbar-brand img {
		width: 100%;
	}

	.about_main_desc {
		padding: 15px;
	}

	.about_main_desc p {
		font-size: 26px;
		margin-bottom: 0;
	}

	.about_main_desc span {
		font-size: 14px;
		line-height: 24px;
	}

	.knowMore {
		bottom: 30px;
	}

	.newItem h4 {
		font-size: 15px;
	}

	.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;
	}

	.contactFoot>span {
		font-size: 14px;
	}

	.zcchz p,
	.hschz p {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.zcchz span,
	.hschz span {
		display: block;
		font-size: 12px;
	}

	.codeBox {
		width: 150px;
	}
}

@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;
	}

	.ml {
		padding-left: 15px;
	}

	.mr {
		padding-right: 15px;
	}

	.bannerText {
		padding-left: 15px;
	}

	#button {
		padding-left: 15px;
	}

	.mapBox {
		padding: 30px 15px;
	}

	.newsItem h3 {
		margin-top: 20px;
		font-size: 18px;
	}

	.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;
		padding-left: 15px;
	}

	.contactFoot p {
		font-size: 20px;
	}

	.contactFoot h1 {
		font-size: 20px;
	}

	.contactFoot>span {
		font-size: 13px;
	}

	.zcchz p,
	.hschz p {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.zcchz span,
	.hschz span {
		display: block;
		font-size: 12px;
	}

	.codeBox {
		width: 120px;
	}

	.learnMore {
		bottom: 10px;
	}

	.bottomBox {
		height: auto;
		line-height: 24px;
	}

	.bottomBox span {
		display: block;
	}

}

@media(max-width:400px) {
	.aboutItem {
		text-indent: 2px;
	}

	.aboutItem img {
		display: none;
	}
}
