#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: 240px;
	margin-right: 0;
	text-align: center;
	border-right: 1px solid rgba(0, 96, 178, 1);
	border-top: 1px solid rgba(0, 96, 178, 1);
}
.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 {
	padding: 24px;
	background: #fff;
	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: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.product-menu-box {
	float: left;
}
.product-menu-box ul {
	width: 276px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 24px;
}
.product-menu-box ul:first-child {
	margin-top: 0;
}
.product-menu-box ul li a:hover{
	color: rgba(0, 96, 178, 1);
}
.product-menu-box ul li a{
	display: block;
	cursor: pointer;
	width: 276px;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.65);
	padding-left: 10px;
	background: url(../../images/home/a_right2.png) no-repeat 256px center;
}
.product-menu-box ul li:first-child {
	cursor: default;
	font-size: 16px;
	font-weight: 500;
	width: 276px;
	height: 56px;
	line-height: 56px;
	color: rgba(0, 96, 178, 1);
	background: rgba(247, 247, 247, 1);
	border: 0;
	padding-left: 10px;
}
.product-menu-box ul.quick-menu {
	border: 0;
}
.product-menu-box ul.quick-menu li {
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 10px;
	border: 0;
	cursor: pointer;
	width: 276px;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	padding-left: 10px;
	background: url(../../images/home/a_right2.png) no-repeat 256px center
		rgba(247, 247, 247, 1);
}
.info-content {
	overflow: hidden;
	padding-top: 24px;
}
.product-show-box {
	float: right;
	width: 850px;
}
.product-show-box .tabs {
	height: 60px;
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
	position: relative;
}
.product-show-box .tabs img{
	position: absolute;
	right: 0;
	bottom: 10px;
	cursor: pointer;
}
.product-show-box .tabs p {
	height: 60px;
	position: relative;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 96, 178, 1);
}
.product-show-box .tabs.tabs2 p.active {
	border: 0;
}
.product-show-box .tabs.tabs3 p.active {
	border: 0;
}
.product-show-box .tabs p.active {
	border-bottom: 1px solid rgba(0, 96, 178, 1);
	font-size: 16px;
	font-weight: 700;
	color: rgba(0, 96, 178, 1);
}
.product-show-box .product-list {
	overflow: hidden;
	padding: 16px;
}
.product-show-box .product-list li {
	display: block;
	width: 400px;
	height: 202px;
	float: left;
	border: 1px solid rgba(176, 176, 176, 0.25);
	margin-left: 25px;
	margin-bottom: 20px;
}
.product-show-box .product-list li.no-mar {
	margin-left: 0;
}
.product-show-box .product-list li img {
	width: 200px;
	height: 200px;
	float: left;
	display: block;
}
.product-show-box .product-list li div {
	width: 198px;
	height: 200px;
	float: right;
	background: rgba(176, 176, 176, 0.1);
	padding: 10px;
}
.product-show-box .product-list li div h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color: rgba(0, 96, 178, 1);
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-show-box .product-list li div p {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: rgba(0, 0, 0, 0.65);
}

.line-bg {
	height: 90px;
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 90px;
	margin-top: 16px;
}
.line-bg img {
	margin-top: 6.5px;
}
.line-bg {
	height: 90px;
	width: 100%;
	position: relative;
	text-align: center;
}
.line-bg.line1 {
	background: url(../../images/home/ky.png) no-repeat;
}
.line-bg.line2 {
	background: url(../../images/home/food.png) no-repeat;
}
.line-bg.line3 {
	background: url(../../images/home/huag.png) no-repeat;
}
.line-bg.line4 {
	background: url(../../images/home/shengwuyy.png) no-repeat;
}
.line-bg.line5 {
	background: url(../../images/home/haungj.png) no-repeat;
}
.info-content .show-list li.no-mar {
	margin-left: 0;
}
.info-content .show-list {
	padding-top: 24px;
	overflow: hidden;
}
.info-content .show-list li {
	cursor: pointer;
	width: 368px;
	float: left;
	height: 64px;
	line-height: 64px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	color: 1px solid rgba(0, 0, 0, 0.85);
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-left: 24px;
	margin-bottom: 24px;
}
/* 分页list */
.product-show-box .page-ul {
	overflow: hidden;
}
.product-show-box .page-ul li img {
	width: 249px;
	height: 140px;
}
.product-show-box .page-ul li {
	cursor: pointer;
	width: 100%;
	height: 140px;
	float: left;
	background: rgba(176, 176, 176, 0.1);
	margin: 16px 0;
}
.product-show-box .page-ul li div {
	width: 601px;
	height: 140px;
	float: right;
	padding: 15px;
	position: relative;
}
.product-show-box .page-ul li div h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
}
.product-show-box .page-ul li div .auth {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: space-between;
	margin: 8px 0;
	position: relative;
}
.product-show-box .page-ul li div .news-des {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: rgba(0, 0, 0, 0.45);
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-show-box .page-ul li div .views {
	background: url(../../images/home/eye.png) no-repeat left center;
	padding-left: 22px;
	position: absolute;
	right: 98px;
	bottom: 0px;
}
.title-info .auth {
	overflow: hidden;
	padding-top: 10px;
}
.title-info .auth .views {
	background: url(../../images/home/eye.png) no-repeat left center;
	padding-left: 22px;
	float: right;
	margin-right: 0;
}
.title-info .auth span {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
	line-height: 20px;
}
.detail-list {
	margin: 36px 0;
}
.detail-list li {
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.85);
}
.question-box {
	padding: 10px 10px;
	background: rgba(247, 247, 247, 1);
	margin-top: 24px;
}
.question-box h3 {
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
	width: 830px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.65);
}
.question-box dt {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: rgba(0, 0, 0, 0.65);
	padding: 12px 0;
	overflow: hidden;
}
.question-box dl span:first-child {
	float: left;
}
.question-box dd {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: rgba(0, 0, 0, 0.45);
	padding-bottom: 10px;
	overflow: hidden;
}
.question-box dl .answer {
	width: 780px;
	float: right;
}
.question-box dl {
	overflow: hidden;
	border-bottom: 1px solid rgba(176, 176, 176, 0.15);
}
.question-box dl {
	overflow: hidden;
	border-bottom: 1px solid rgba(176, 176, 176, 0.15);
	margin-bottom: 10px;
}
.question-box dl:last-child {
	border: 0;
}
.pre-next {
	width: 850px;
	height: 72px;
	padding: 0 40px;
	background: rgba(247, 247, 247, 1);
	margin-top: 15px;
}
.pre-next span {
	float: left;
	height: 100%;
	line-height: 72px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
}
.pre-next span:last-child {
	float: right;
}

.about-product {
	background: #fff;
	padding: 12px 24px 24px;
	margin: 15px 0 30px;
}
.about-product 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);
}
.about-product .about-list {
	overflow: hidden;
	padding: 10px 0 15px;
}
.about-product .about-list li {
	width: 280px;
	height: 240px;
	border: 1px solid rgba(232, 232, 232, 1);
	float: left;
	margin-left: 10px;
}
.about-product .about-list li img {
	height: 184px;
	margin: 0 auto;
	display: block;
}
.about-product .about-list li:first-child {
	margin-left: 0;
}
.about-product .about-list li p {
	font-size: 16px;
	line-height: 56px;
	width: 280px;
	height: 56px;
	border-top: 1px solid rgba(0, 96, 178, 0.16);
	color: rgba(0, 96, 178, 1);
	padding-left: 8px;
}
.about-product .product-detail .lists {
	overflow: hidden;
	padding-top: 10px;
}
.about-product .product-detail .lists li {
	font-size: 12px;
	line-height: 42px;
	text-align: left;
	width: 553px;
	height: 42px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../../images/home/detail_r.png) no-repeat left center;
	border-bottom: 1px solid rgba(176, 176, 176, 0.15);
	padding: 0 50px 0 28px;
	position: relative;
	float: left;
	cursor: pointer;
	margin-left: 46px;
}
.about-product .product-detail .lists li.no-mar {
	margin-left: 0;
}
.about-product .product-detail .lists li:hover {
	background: url(../../images/home/detail_ra.png) no-repeat left center;
}
.about-product .product-detail .lists li span {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}
