table, th, td {
	border: unset;
}
.omain {
    width: 1200px;
    margin: 0 auto;
}
.banner {
	background: #000b27;
}
.banner1 {
	width: 52%;
	display: inline-block;
	color: #fff;
	vertical-align: top;
	padding: 50px 60px 0 150px;
	
}
.banner1 h2 {
	font-weight: 700;
}
.banner2 {
	width: 47%;
	display: inline-block;
	position: relative;
}
.banner2:after {
    background: linear-gradient(90deg,#000b27 0,rgba(0,11,39,.987) 8.1%,rgba(0,11,39,.951) 15.5%,rgba(0,11,39,.896) 22.5%,rgba(0,11,39,.825) 29%,rgba(0,11,39,.741) 35.3%,rgba(0,11,39,.648) 41.2%,rgba(0,11,39,.55) 47.1%,rgba(0,11,39,.45) 52.9%,rgba(0,11,39,.352) 58.8%,rgba(0,11,39,.259) 64.7%,rgba(0,11,39,.175) 71%,rgba(0,11,39,.104) 77.5%,rgba(0,11,39,.049) 84.5%,rgba(0,11,39,.013) 91.9%,transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 20%;
    z-index: 2
}
.banner .btn {
	margin-top: 10px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #1E1E1E;
	color: #fff;
	border: 1px solid #1E1E1E;
	font-weight: 600;
}
.banner .btn:hover {
	background: unset;
	color: #fff;
	border: 1px solid #fff;
}
@media (max-width: 767px) {
	.banner1 {
		width: 100%;
		padding: 20px;
	}
	.banner2 {
		width: 100%;
	}
}
.maclean-header h2 {
	text-align: center;
	font-weight: 700;
}

.tab_list {
	margin-bottom: 40px;
	text-align: center;
}
.current {
	color: #ff5202;
}
.tab_list ul {
	padding: 0;
	margin: 0;
}
.tab_list li{
    text-align: center;
    display: inline-block;
    border-radius: 4PX;
    cursor: pointer;
    padding: 8PX 40PX;
	line-height: normal;
	font-size: 20px;
	font-weight: 700;
}
.tab_list li:hover {
	color: #ff5202;
}
.tab_list li img {
	height: 18PX;
    margin-right: 10PX;
    width: 18PX;
	border-radius: 50%;
	vertical-align: text-bottom;
}
.line{
    background-color: rgb(225, 221, 221);
    width: 1px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.tab_con {
	text-align: center;
    height: 1000px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
	margin: 15px;
}
.tab_con::-webkit-scrollbar {
    width: 6px;   
	height:80%;
}
.tab_con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #0909091a;
    background: #09090933;
}
.tab_con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #09090933;
    border-radius: 0;
    background: #0909091a;

}
.tab_con  table {
	text-align: center;
	width: 90%;
    margin: auto;
	border-spacing: 0;
}
.tab_con thead {
	background: #0d1028c9;
    color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.tab_con thead td {
	padding: 20px 10px;
}
.tab_con tbody td {
	padding: 15px 5px;
}
.tab_con tbody tr:nth-child(2n) {
  background-color: #f9f9f9;
}
.tab_con tbody tr:nth-child(2n) td {
    border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
.tab_con tbody td a {
	color: #de5421;
	font-weight: 500;
}
.tab_con tbody td a:hover {
	font-weight: 700;
}
@media screen and (max-width: 768px) {

	.tab_list li {
		padding: 8PX 10PX;
		font-size: 14px;
	}
	.omain {
		width: 100%;
	}
	.tab_con {
		padding: 0;
		margin: 0;
		font-size: 14px;
	}
	.tab_con thead td {
		padding: 10px 0;
		font-size: 14px;
	}
	.part8-1 {
		padding: 15px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 22px;
	}
}

