#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;
}

.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: 20px 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;
}
.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 {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.65);
}
.product-menu-box {
	float: left;
}
.product-menu-box ul.quick-menu 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;
}
.product-menu-box ul.quick-menu 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 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;
}
.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:first-child {
	margin-top: 0;
}
.list-content {
	/* border: 1px solid rgba(185, 209, 230, 1); */
	margin-top: 28px;
}
.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 h2 {
	height: 44px;
	color: rgba(0, 96, 178, 1);
	font-size: 18px;
	line-height: 40px;
}
.list-content .company_text {
	font-size: 14px;
	border-bottom: 2px solid rgba(0, 96, 178, 0.25);
	line-height: 20px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.lsitul {
	width: 100%;
	height: auto;
	margin-top: 35px;
}
.lsitul li {
	width: 100%;
	overflow: hidden;
	text-align: right;
}
.lsitul li .box {
	width: 888px;
	float: left;
	position: relative;
}

.lsitul li:first-child .round {
	top: 0;
}

.lsitul li .bggrey {
	width: 100%;
}
.lsitul li .cnt {
	padding: 3px 0px 35px 175px;
	font-size: 16px;
	line-height: 24px;
}
.lsitul li p {
	line-height: 1.7;
}
.lsitul li .line {
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 96, 178, 1);
}
.lsitul li .round {
	width: 30px;
	height: 30px;
	right: 3px;
	border: 10px solid #fff;
	background: rgba(0, 96, 178, 1);
	border-radius: 50%;
	position: absolute;
	top: 0;
}
.lsitul li .time {
	text-align: center;
	width: 99px;
	position: absolute;
	left: 26px;
	top: 3px;
	height:26px;
	line-height:26px;
	height:26px;
	font-size: 14px;
	background: url(../../images/company/year.png);
	overflow: hidden;
	color: #fff;
}

.lsitul li.even {
	text-align: left;
}
.lsitul li.even .bggrey {
	float: right;
}
.lsitul li.even .dot {
	left: 5px;
	z-index: 1;
}
.lsitul li.even .round {
	left: -7px;
	z-index: 2;
}
.lsitul li.even .line {
	left: 6px;
}
.lsitul li:last-child .line {
	height: 28px;
}
