#home {
	background: rgba(176, 176, 176, 0.2);
}
main {
	width: 1200px;
	margin: 0 auto;
}
.header-logo {
	background: #fff;
}
.breadcrumb {
	margin: 10px 0;
	max-width: 100%;
}
.breadcrumb.style_inline-block {
	font-size: 0;
}
.breadcrumb.style_inline-block .item {
	display: inline-block;
}
.breadcrumb .item {
	text-decoration: none;
	vertical-align: middle;
	height: 26px;
	position: relative;
	padding: 0 10px 0 15px;
	background-size: 0 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: linear-gradient(#fff, #fff);
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.65);
}
.breadcrumb .item + .item {
	margin-left: 10px;
}
.breadcrumb .item:first-child {
	background-size: cover;
	padding-left: 10px;
}
.breadcrumb .item:first-child::before {
	background-position: 10px top;
}
.breadcrumb .item:first-child::after {
	background-position: 10px bottom;
}
.breadcrumb .item.active,
.breadcrumb .item:target,
.breadcrumb .item:hover {
	color: rgba(0, 96, 178, 1);
}
.breadcrumb .item.active:hover,
.breadcrumb .item:target:hover {
	cursor: default;
}
.breadcrumb .item::before,
.breadcrumb .item::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 51%;
	z-index: -1;
	left: 0;
	background-image: inherit;
	background-size: 100% 200%;
	background-repeat: no-repeat;
}
.breadcrumb .item::before {
	transform-origin: 0% 0%;
	top: 0;
	background-position: top;
	transform: skew(27.5deg);
}
.breadcrumb .item::after {
	transform-origin: 0% 100%;
	bottom: 0;
	background-position: bottom;
	transform: skew(-27.5deg);
}
.tab-bar .tab-con {
	width: 312px;
	margin-right: 0;
	text-align: center;
	border-right: 1px solid rgba(0, 96, 178, 1);
	border-top: 1px solid rgba(0, 96, 178, 1);
	height: 56px;
	line-height: 56px;
}
.tab-bar .tab-con:first-child {
	border-left: 1px solid rgba(0, 96, 178, 1);
}
.tab-bar .tab-con.active {
	color: #fff;
}
.tab-bar .tab-con:hover {
	color: #fff;
}
.list-con {
	margin-bottom: 24px;
}
.list-con .product-des h3 {
	color: rgba(0, 96, 178, 1);
	font-size: 20px;
	line-height: 40px;
}
.list-con .product-des {
	background: rgba(176, 176, 176, 0.1);
	padding: 15px;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
}
.product-menu-box {
	float: left;
}
.product-menu-box ul {
	width: 240px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 24px;
}
.product-menu-box ul.quick-menu {
	border: 0;
}
.product-menu-box ul.quick-menu li a{
	display: block;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 10px;
	border: 0;
	cursor: pointer;
	width: 240px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	padding-left: 15px;
	background: url(../../images/home/a_right2.png) no-repeat 220px center #fff;
}
.info-content {
	overflow: hidden;
}
.product-show-box {
	float: right;
	width: 850px;
	border-top: 4px solid rgba(0, 96, 178, 1);
}
.product-show-box .hot-data-box {
	height: 60px;
	border: 1px solid rgba(0, 96, 178, 1);
}
.product-show-box {
	float: right;
	width: 936px;
	padding: 24px 24px;
	background: #fff;
}
.list-content {
	background: #fff;
	/* padding: 24px; */
}
.product-show-box .d-title {
	color: rgba(0, 96, 178, 1);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 16px 0 10px;
}
.product-show-box .detail-list {
	background: rgba(247, 247, 247, 1);
	padding: 15px;
	overflow: hidden;
}
.product-show-box .detail-list.fl li {
	float: left;
	min-width: 420px;
	line-height: 24px;
}
.product-show-box .detail-list .item {
	float: left;
	width: 90px;
	color: rgba(0, 0, 0, 0.85);
}
.product-show-box .detail-list .item.items {
	width: 68px;
}
.product-show-box .detail-list .text {
	float: left;
	color: rgba(0, 0, 0, 0.45);
	width: 680px;
}
.product-show-box .detail-list.fl .text {
	float: left;
	color: rgba(0, 0, 0, 0.45);
	width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-show-box .detail-list li img {
	margin: 0 auto;
	display: block;
}
.product-show-box .detail-list li p {
	line-height: 24px;
}
.product-show-box .detail-list li {
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 24px;
}
.product-show-box .detail-list li:last-child {
	margin-bottom: 0;
}
.tab-bar {
	border-bottom: 4px solid #0060b2;
}
.tel-text {
	margin-top: 20px;
	font-size: 16px;
}
.tel-text .tel {
	color: rgba(0, 96, 178, 1);
	margin-right: 50px;
}
.owner {
	font-size: 16px;
	margin-top: 24px;
}
.company {
	text-align: right;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.65);
}
.product-menu-box ul.quick-menu li a.active {
	color: #fff;
	background: url(../../images/home/r_white.png) no-repeat 220px center
		rgba(0, 96, 178, 1);
}
.product-menu-box ul.quick-menu li a:hover {
	color: #fff;
	background: url(../../images/home/r_white.png) no-repeat 220px center
		rgba(0, 96, 178, 1);
}
.product-menu-box ul.quick-menu {
	margin-top: 0;
}
.question-detail h2 {
	height: 44px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 96, 178, 1);
	border-bottom: 1px solid rgba(0, 96, 178, 1);
	position: relative;
	margin-bottom: 15px;
}

.honors-box {
	margin-top: 25px;
}
.honors-box h3 {
	width: 280px;
	height: 44px;
	color: rgba(0, 96, 178, 1);
	border-bottom: 1px solid rgba(0, 96, 178, 1);
	font-size: 16px;
	font-weight: 600;
	line-height: 44px;
	padding: 0 10px;
	background: url(../../images/company/down.png) no-repeat 255px center;
}
.content {
	background: #fff;
	margin-top: 15px;
}
.content h3 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: rgba(0, 96, 178, 1);
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
}
.content ul {
	overflow: hidden;
	padding-top: 10px;
	display: none;
}
.content ul.active {
	display: block;
}
.content ul li {
	width: 280px;
	height: 260px;
	border: 1px solid rgba(232, 232, 232, 1);
	float: left;
	margin-left: 24px;
	margin-bottom: 24px;
}
.content ul li img {
	height: 184px;
	margin: 0 auto;
	display: block;
	max-width: 278px;
}
.content ul li:nth-child(3n + 1) {
	margin-left: 0;
}
.content ul li p {
	font-size: 14px;
	width: 280px;
	height: 76px;
	border-top: 1px solid rgba(0, 96, 178, 0.16);
	color: rgba(0, 96, 178, 1);
	display: flex;
	align-items: center;
	padding: 8px;
	text-align: center;
	justify-content: center;
}

.look_more {
	text-align: center;
}
.look_more img {
	cursor: pointer;
}
.about-text p {
	line-height: 32px;
	font-size: 16px;
	margin-top: 25px;
	text-indent: 1em;
}
.company-infos{
	padding: 30px 0 50px;
	display: flex;
	justify-content: flex-end;
}
.company-infos-right li{
	line-height: 32px;
	font-size: 16px;
	color:rgba(0, 0, 0, 0.65) ;
}
.company-infos-right{
	display: flex;
	width: 350px;
	justify-content: space-between;
}

#plan {
	padding: 0 1.50px;
	height: 32px;
	overflow: hidden;
	margin: 20px 0 10px;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#plan .swiper-wrapper {
	min-width: 100%;
	height: 32px;
}
#plan .swiper-slide {
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: flex;
	align-items: center;
	width: auto !important;
	max-width: 120px;
	font-size: 14px;
	margin-right: 10px;
	padding: 0px 15px;
	color: rgba(0, 96, 178, 1);
	font-family: sans-serif;
	border-radius: 4px;
	border: 1px solid rgba(0, 96, 178, 1);
}

#plan .swiper-slide.active {
	color: #fff;
	background: rgba(0, 96, 178, 1);
}