/* 下滑 表头滚动 */
.flexTop{
	position: fixed;
	top: 100px;
	max-width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1500px) {
	.flexTop{
		position: fixed;
		top: 100px;
		max-width: 92%;
		margin: 0 auto;
	}
}
.product{
	padding: 70px 0;
}
.product .productItem{
	width: 96%;
	box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
	padding: 70px 2%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product .productList{
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 50px;
}
.product .productList:nth-child(4n+4){
	margin-right: 0;
}
.product .productList .title{
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background: #005eb3;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.product .productList .title p:first-child{
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0 10px;
}
.product .productList .textBox{
	margin-top: 20px;
}
.product .productList .textBox a{
	padding: 10px 0;
	font-size: 13px;
	color: #005eb3;
}
.product .productList .textBox a:hover{
	color: #555;
}
.product .productList .textBox a span{
	margin-right: 10px;
}
@media (max-width: 1200px) {
	.product .productList{
		width: 32.3%;
		margin-right: 1.3%;
		margin-bottom: 50px;
	}
	.product .productList:nth-child(4n+4){
		margin-right: 1.3%;
	}
	.product .productList:nth-child(3n+3){
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.product{
		padding: 50px 0;
	}
	.product .productItem{
		display: flex;
		justify-content: space-between;
	}
	.product .productList{
		width: 48%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.product .productList:nth-child(4n+4){
		margin-right: 0;
	}
}
@media (max-width: 540px) {
	.product{
		padding: 20px 0 0;
	}
	.product .productItem{
		width: 90%;
		margin: 40px auto;
		padding: 40px 5%;
	}
	.product .productList{
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
	}

}



.product2{
/*	margin: 70px 0;*/
}
.product2 .tabForm{
	width: 100%;
	box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
	margin: 45px 0;
	height: 220px;
	overflow-x: auto;
}
.product2 .tabForm::-webkit-scrollbar {
	width: 4px;
}
.product2 .tabForm::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #005eb3;
}
.product2 .tabForm::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background-color: #d9d9d9;
}
.product2 .timelist{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	background-color: #005eb3;
}
.product2 .timelist .title{
	width: 130px;
	margin: auto 0;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
}
.product2 .formCheck{
	width: calc(100% - 150px);
	padding: 10px 0;
	padding-left: 20px;
	background-color: #fff;
	vertical-align: middle;
}
.product2 .formCheck:hover{
	background-color: #e6edf8;
}
.product2 .formCheck li{
	min-width: 100px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;

}
.product2 .formCheck li:hover{
	color: #0673b6;
}

.product2 .allReset{
	display: flex;
	justify-content: center;
	border: none;
	outline: none;
	width: 180px;
	padding: 15px 0;
	font-size: 15px;
	color: #fff;
	margin: 35px auto;
	text-align: center;
	border-radius: 30px;
	cursor: pointer;
	background-color: #005eb3;
}

/* 表格 */
.product2 .productTable2{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}
.product2 .productTable2 .pageTab{
	width: 100%;
	border-collapse:collapse;
	table-layout:fixed;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.product2 .productTable2 .pageTab.item2Top tr{
        border-top: 1px solid #ddd;        
}
.product2 .productTable2 .pageTab.item2Top tr:first-child{
        border-top: none;        
}

.product2 .productTable2 .pageTab tr td{
	width: auto;
	word-wrap:break-word;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	border-left: 1px solid #ddd;
}
.product2 .productTable2 .pageTableCent tr:hover td,
.product2 .productTable2 .pageTableCent tr:hover:nth-child(2n+1) td{
	background-color: #e6edf8;
}
.product2 .productTable2 .pageTab tr:nth-child(2n+1) td{
	background: #e7e7e7;
}
.product2 .productTable2 .pageTab.bgcolor tr td{
	padding: 13px 0;
	font-size: 12px;
	text-align: center;
	background-color: #005eb3;
	color: #fff;
}
.product2 .productTable2 .pageTab tr td a img{
	width: 20px;
	height: 20px;
}
.product2 .productTable2 .pageTab p {
	text-align: center;
	padding: 13px 0;
}
@media (max-width: 1200px) {
	.product2 .productTable2{
		overflow-x: scroll;
	}
	.product2 .productTable2::-webkit-scrollbar {
		width: 3px;
	}
	.product2 .productTable2::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background-color: #005eb3;
	}
	.product2 .productTable2::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background-color: #d9d9d9;
	}
	.product2 .productTable2 .pageTab{
		width: 1200px;
	}
}
@media (max-width: 768px) {
	.product2 .product2_form{
		overflow: scroll;
		width: 1200px;
	}
	.product2 .tabForm{
		height: 100%;
		margin: 30px 0 40px 0;
		overflow-y: hidden;
	}
}
@media (max-width: 540px) {
	.product2{
		margin: 20px 0 0;
	}
	.product2 .productTable2 {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 50px;
	}
}