#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: 15px;
}
.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: 0;
}
.product-menu-box ul li:first-child {
	margin-top: 0;
	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 li a.active{
	color: rgba(0, 96, 178, 1);
}
.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.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 .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;
	padding:0 24px;
	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: 34px;
	margin-bottom:24px;
	cursor: pointer;
}
.about-product .about-list li img {
	height: 260px;
	height: 180px;
	margin: 0 auto;
	display: block;
}
.about-product .about-list li:first-child{
	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);
}