#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: 300px;
	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;
}
.list-con .product-des {
	background: rgba(176, 176, 176, 0.1);
	height: 68px;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.product-menu-box {
	float: left;
}
.product-menu-box ul:first-child {
	margin-top: 0;
}
.product-menu-box ul {
	width: 276px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 20px;
}
.product-menu-box ul li a:hover {
	color: rgba(0, 96, 178, 1);
}
.product-menu-box ul li a {
	display: block;
	cursor: pointer;
	padding-left: 10px;
	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);

	background: url(../../images/home/a_right2.png) no-repeat 256px center;
}
.product-menu-box ul li:first-child {
	padding-left: 10px;
	width: 276px;
	height: 56px;
	line-height: 56px;
	cursor: default;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 96, 178, 1);
	background: rgba(247, 247, 247, 1);
	border: 0;
}
.product-menu-box ul.quick-menu li:first-child {
	padding: 0;
	height: auto;
}
.product-menu-box ul.quick-menu {
	border: 0;
}
.product-menu-box ul.quick-menu li a:hover {
	color: rgba(0, 96, 178, 1);
}
.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: 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: 866px;
}
.product-show-box .tabs {
	background: rgba(247, 247, 247, 1);
	height: 44px;
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
}
.product-show-box .tabs p {
	padding: 0 15px;
	height: 44px;
	position: relative;
	display: inline-block;
	line-height: 44px;
	text-align: center;
	margin-right: 25px;
	font-size: 16px;
}
.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);
}
.product-show-box .info-content {
	padding: 20px;
}
.product-show-box .info-content .detail {
	border: 1px solid rgba(0, 96, 178, 0.16);
	overflow: hidden;
}
.product-show-box .detail img {
	float: left;
}
.product-show-box .detail .right-info {
	float: right;
	width: 324px;
	height: 320px;
	background: rgba(247, 247, 247, 1);
	padding: 12px 24px;
}
.product-show-box .detail .right-info h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	color: rgba(0, 96, 178, 1);
}
.product-show-box .detail .right-info h3 + p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.45);
	margin: 12px 0 24px;
}
.product-show-box .detail .right-info .info-list {
	width: 278px;
	height: 104px;
	padding: 8px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product-show-box .detail .right-info .info-list p {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.product-show-box .detail .right-info .info-list span em {
	width: fit-content;
	font-style: normal;
	font-weight: bold;
}
.product-show-box .detail .right-info .info-list span b {
	font-weight: normal;
	flex: 1;
}
.product-show-box .detail .right-info .info-list span {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: flex;
	color: rgba(0, 0, 0, 0.65);
	width: 49%;
	margin-bottom: 5px;
}
.on-chat {
	width: 158px;
	height: 32px;
	border: 1px solid rgba(0, 96, 178, 1);
	font-size: 16px;
	font-weight: 700;
	color: rgba(0, 96, 178, 1);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 22px auto;
}
.on-chat img {
	margin-right: 8px;
}
.tab-bar-info .tab-con {
	flex: 1;
	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-info .tab-con.active {
	color: #fff;
	background: #0060b2;
}
.tab-bar-info .tab-con:hover {
	color: #fff;
	background: #0060b2;
}
.tab-bar-info {
	border-bottom: 2px solid #0060b2;
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	border-left: 1px solid rgba(0, 96, 178, 1);
}
.tab-info-content .sub-title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 29px;
	height: 2px;
	background: rgba(0, 96, 178, 1);
}
.tab-info-content .sub-title {
	margin-top: 24px;
	margin-bottom: 15px;
	color: rgba(0, 96, 178, 1);
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
}
.tab-info-content .product-des {
	background: transparent;
	text-indent: 16px;
	height: auto;
	color: rgba(0, 0, 0, 0.65);
}
.tab-info-content .product-detail {
	background: rgba(176, 176, 176, 0.1);
	padding: 17px;
}
.tab-info-content .product-detail h3 {
	color: rgba(0, 96, 178, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	margin: 10px 0;
}
.tab-info-content .product-detail .lists {
	overflow: hidden;
}
.tab-info-content .product-detail .lists li {
	font-size: 12px;
	line-height: 42px;
	text-align: left;
	width: 373px;
	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;
}
.tab-info-content .product-detail .lists li.no-mar {
	margin-left: 0;
}
.tab-info-content .product-detail .lists li:hover {
	background: url(../../images/home/detail_ra.png) no-repeat left center;
}
.tab-info-content .product-detail .lists li span {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}
.tab-info-content .product-detail h4 {
	font-size: 16px;
	text-align: left;
	color: rgba(0, 96, 178, 1);
}
.tab-info-content .product-detail .list-question {
	overflow: hidden;
}
.tab-info-content .product-detail .list-question li {
	font-size: 16px;
	color: rgba(0, 96, 178, 1);
	line-height: 42px;
	letter-spacing: 0em;
	text-align: left;
	width: 373px;
	height: 42px;
	padding: 0 32px;
	font-weight: 700;
	float: left;
	cursor: pointer;
	background: url(../../images/home/detail_rar.png) no-repeat left center;
}
.tab-info-content .product-detail .text {
	margin: 10px 0;
}
.tab-info-content .product-detail .line-title {
	margin-top: 15px;
}
.tab-info-content .product-detail p {
	font-size: 16px;
	line-height: 24px;
}
.swiper-container {
	width: 100%;
	height: 180px;
	padding: 0 30px !important;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide .img-box {
	float: left;
	width: 260px;
	cursor: pointer;
}
.swiper-slide .right-video-text {
	float: right;
	width: 106px;
	height: 180px;
	background: #fff;
}
.swiper-button-prev {
	background-image: url(../../images/home/swiper_left.png) !important;
	background-size: 15px 16px !important;
	left: 2px !important;
}
.swiper-button-next {
	background-image: url(../../images/home/swiper_right.png) !important;
	background-size: 15px 16px !important;
	right: 2px !important;
}
.tab-info-content .product-detail.swiper-video {
	padding: 17px 0;
}
.tab-info-content .product-detail.swiper-video .right-video-text {
	padding: 0 6px;
}
.tab-info-content .product-detail.swiper-video .right-video-text h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.85);
	text-align: left;
}
.tab-info-content .product-detail.swiper-video .right-video-text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: rgba(0, 0, 0, 0.45);
}
.tab-info-content .res {
	overflow: hidden;
	padding: 20px 0 15px;
}
.tab-info-content .res .left-res {
	float: left;
	width: 377px;
	height: 160px;
}
.tab-info-content .res .left-res ul {
	padding-left: 20px;
}
.tab-info-content .res p {
	font-size: 16px;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.65);
}
.tab-info-content .res li {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.65);
	list-style: disc;
	line-height: 32px;
}
.tab-info-content .res img {
	float: right;
	width: 400px;
}
.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;
	cursor: pointer;
}
.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;
}
