#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: 25px;
}
.list-con .product-des h3 {
	color: rgba(0, 96, 178, 1);
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 10px;
}
.list-con .product-des {
	background: rgba(176, 176, 176, 0.1);
	padding: 15px 20px;
	font-size: 16px;
	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: 0;
}
.product-menu-box ul li:first-child {
	margin-top: 0;
	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 li {
	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.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: 32px;
}
.product-show-box {
	float: right;
	width: 850px;
}
.product-show-box .hot-data-box {
	height: 60px;
	border: 1px solid rgba(0, 96, 178, 1);
}
.product-show-box h2 {
	width: 144px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: rgba(0, 96, 178, 1);
}
.product-show-box {
	float: right;
	width: 850px;
}
.product-show-box .tabs {
	height: 56px;
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
	position: relative;
}
.product-show-box .tabs .back {
	position: absolute;
	right: 0;
	bottom: 10px;
	cursor: pointer;
}
.product-show-box .tabs p {
	height: 56px;
	position: relative;
	display: inline-block;
	line-height: 56px;
	text-align: center;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 96, 178, 1);
}
.title-info {
	margin-bottom: 24px;
}
.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;
}
.video-text {
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.65);
	text-indent: 24px;
	background: rgba(251, 251, 251, 1);
}
.pre-next {
	width: 850px;
	height: 72px;
	padding: 0 40px;
	background: rgba(247, 247, 247, 1);
	margin-top: 25px;
}
.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;
}

.show-tab {
	overflow: hidden;
	padding-top: 24px;
}
.show-tab li:first-child {
	margin-left: 0;
}
.show-tab li {
	color: #000;
	font-size: 16px;
	width: 112px;
	line-height: 48px;
	height: 48px;
	margin-left: 24px;
	text-align: center;
	cursor: pointer;
	background: rgba(176, 176, 176, 0.25);
	float: left;
}
.list-content h3 {
	height: 44px;
	color: rgba(0, 96, 178, 1);
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
	background: rgba(247, 247, 247, 1);
}
.list-content {
	border: 1px solid rgba(185, 209, 230, 1);
	margin-top: 36px;
}
.list-content li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid rgba(176, 176, 176, 0.15);
	background: url(../../images/apply/file_icon.png) no-repeat 15px center;
	padding-left: 50px;
}
.list-content li .a_right {
	float: right;
	margin-right: 16px;
	margin-top: 16px;
}
.list-content li {
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid rgba(176, 176, 176, 0.15);
	background: url(../../images/apply/file_icon.png) no-repeat 15px center;
	padding-left: 50px;
}
.list-content h3 {
	padding-left: 15px;
	height: 44px;
	color: rgba(0, 96, 178, 1);
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
	background: rgba(247, 247, 247, 1);
}
.about-product {
	background: #fff;
	margin-bottom: 24px;
}
.about-product .about-list {
	overflow: hidden;
	padding-top: 24px;
}
.about-product .about-list li {
	width: 262px;
	border: 1px solid rgba(232, 232, 232, 1);
	float: left;
	margin-left: 32px;
	margin-bottom: 24px;
	cursor: pointer;
}
.about-product .about-list li img {
	width: 260px;
	height: 363px;
	margin: 0 auto;
	display: block;
}
.about-product .about-list li:nth-child(3n + 1) {
	margin-left: 0;
}
.about-product .about-list li p {
	width: 260px;
	color: rgba(0, 96, 178, 1);
	font-size: 16px;
	line-height: 24px;
	height: 80px;
	padding: 16px 10px;
	overflow: hidden;
}
.about-product .tabs {
	height: 56px;
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
	position: relative;
}
.about-product .tabs .back {
	position: absolute;
	right: 0;
	bottom: 10px;
	cursor: pointer;
}
.about-product .tabs p {
	height: 56px;
	position: relative;
	display: inline-block;
	line-height: 56px;
	text-align: center;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 96, 178, 1);
}
.text p img {
	margin: 24px 0;
}
.text p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
}
.about-products {
	background: #fff;
	padding: 12px 24px;
	margin: 15px 0 30px;
}
.about-products 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-products .about-list {
	overflow: hidden;
	padding: 10px 0 15px;
}
.about-products .about-list li {
	width: 280px;
	height: 240px;
	border: 1px solid rgba(232, 232, 232, 1);
	float: left;
	margin-left: 10px;
}
.about-products .about-list li img {
	height: 184px;
	margin: 0 auto;
	display: block;
}
.about-products .about-list li:first-child {
	margin-left: 0;
}
.about-products .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-products .product-detail {
	margin-bottom: 15px;
}
.about-products .product-detail .lists {
	overflow: hidden;
	padding-top: 10px;
}
.about-products .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-products .product-detail .lists li.no-mar {
	margin-left: 0;
}
.about-products .product-detail .lists li:hover {
	background: url(../../images/home/detail_ra.png) no-repeat left center;
}
.about-products .product-detail .lists li span {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

.list-con .z2.list {
	padding: 30px 15px 15px;
}
.list-con .z4 {
	background: none;
}
.list-con .right-content {
	float: none;
	margin: 0 auto;
	height: auto;
}
.list-con .z4 {
	background: none;
}

.list-con .z4 h3 {
	margin-bottom: 10px;
	margin-top: 32px;
}

.list-con .z4 .check-box {
	background-color: rgb(176, 176, 176, 0.1);
	margin-top: 0;
	height: auto;
	padding:32px 40px;
}
.list-con .z4 .check-box ul{
	display: flex;
	gap:10px 50px;
	flex-wrap: wrap;
}
.list-con .z4 .check-box .check-list{
	margin: 0;
	background: none !important;
	color: rgba(0, 0, 0, 0.65);
	width: auto;
	padding-left: 0;
	cursor: pointer;
}
.list-con .z4 .check-box label{
	cursor: pointer;
}
.list-con .z4 .check-box .check-title {
    margin-right: 10px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}
