.pipelineInfo1{
	padding: 50px 0 150px;
	position: relative;
	z-index: 9;
}
.pipelineInfo1 .content{
	margin-top: 35px;
}
.cusTable .thead{
	background: #003f5e;
	border-radius: 10px 10px 0 0;
	color:#fff;
}
.cusTable .tr{
	display: flex;
}
.cusTable .tbody .tr:nth-child(even){
	background: #f7fbfb;
}
.cusTable .tr .th,
.cusTable .tr .td{
	padding: 10px;
}
.cusTable .tr .th{
	padding: 30px 20px;
}
.cusTable .tr .td{
	padding: 20px 20px;
}
.cusTable .tr .th:nth-child(1),
.cusTable .tr .td:nth-child(1){
	width: 11%;
}
.cusTable .tr .th:nth-child(2),
.cusTable .tr .td:nth-child(2){
	width: 22%;
}
.cusTable .tr .th:nth-child(3),
.cusTable .tr .td:nth-child(3){
	width: 67%;
}
.cusTable .headInfo span{
	margin-right: 50px;
}
.cusTable .content3{
	padding-right: 250px;
	position: relative;
}
.cusTable .content3 .processInfo{
	color:#999;
	position: absolute;
	right: 125px;
	top: 0;
	line-height: 16px;
}
.cusProcess{
	width: 100%;
	height: 16px;
	background: #e6ecee;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}
.cusProcess .processValue{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #03d4dd;
	border-radius: 16px;
	transition: all 0.5s ease-in;
}
.cusTable .content3 .cusYearSelect{
	padding-right: 35px;
	position: absolute;
	right: 20px;
	top: 0;
}
.cusYearSelect .btn{
	position: absolute;
	right: 0;
	top: -2px;
	width: 24px;
	height: 20px;
	background: #03d4dd;
	border-radius: 3px;
	cursor: pointer;
}
.cusYearSelect .btn:hover{
	opacity: 0.8;
}
.cusYearSelect .btn::before,
.cusYearSelect .btn::after{
	content: "";
	display: block;
	width: 2px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 7px;
}
.cusYearSelect .btn::before{
	left: 9px;
	transform: rotate(-45deg);
}
.cusYearSelect .btn::after{
	right: 9px;
	transform: rotate(45deg);
}
.cusYearSelect .btnOpen::before{
	top: 6px;
	transform: rotate(45deg);
}
.cusYearSelect .btnOpen::after{
	top: 6px;
	transform: rotate(-45deg);
}
.cusYearSelect .list{
	width: 100px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 9;
	border:1px solid #eee;
	display: none;
	border-radius: 3px;
}
.cusYearSelect .list li{
	text-align: center;
	padding: 10px 20px;
	cursor: pointer;
}
.cusYearSelect .list li:hover{
	background: #03d4dd;
	color: #fff;
}

@media screen and (max-width:1280px) {
	.cusTable .headInfo span{
		margin-right: 20px;
	}
}

@media screen and (max-width:1024px) {
	.pipelineInfo1 .content{
		overflow: auto;
	}
	.pipelineInfo1 .content .cusTable{
		min-width: 900px;
	}
}

@media screen and (max-width:800px) {
	.pipelineInfo1{
		padding: 30px 0 50px;
	}
	.pipelineInfo1 .content{
		margin-top: 20px;
	}
}
