.main_dec {
	margin-top: 2.25rem;
}

.main_dec .dec {
	padding: 1rem 15%;
}

.main_dec .dec h6 {
	font-weight: 700;
	font-size: 1.25rem;
	color: rgb(0, 112, 189);
	text-align: center;

}

.main_dec .dec p {
	margin-top: 1.25rem;
	font-weight: 300;
	font-size: 0.875rem;
	color: rgb(91, 91, 91);
}

.main_pic .el-image {
	padding: 1.875rem 10%;
}

.main_pic .dec {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60%;
	padding: 0 20%;
	/* left: 5%; */
	/* 	width: 60%;
	padding: 0 20%; */
	/* width: 50%; */
	/* padding-left: 5%; */
}

.main_pic .el-col {
	position: relative;
}

.main_pic .dec h2 {
	font-weight: 700;
	font-size: 2.5rem;
	color: rgb(255, 255, 255);
	text-align: center;
}

.main_pic .dec h6 {
	font-weight: 400;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin: 0.875rem 0 1.25rem;
}

.main_pic .dec p {
	font-weight: 300;
	font-size: 1.125rem;
	color: rgb(102, 187, 255);
	text-align: center;
}

.dec img {
	position: relative;
	top: 0.24rem;
	width: 1.4rem;
	height: 1.4rem;
}

.tab_pic .el-image {
	background: #000000;
}

.tab_pic .el-image img {
	opacity: .6;

}

.tab_contain img {
	opacity: 1 !important;
}

.tab_contain {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.tab_contain .right {
	padding-right: 10%;
}

.tab_contain .right h6 {
	font-weight: 300;
	font-size: 1.25rem;
	color: rgb(255, 255, 255);
}

.tab_contain .right a {
	margin-top: 2.5rem;
}

.tab_contain .right p {
	/* margin-top: 2.5rem; */
	padding-left: .5rem;
	font-weight: 300;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 1);

}

/* .tab_contain .right p:hover{
	
} */

.el-tabs__nav {
	width: 100%;
}

.el-tabs__item {
	width: 25%;
	text-align: center;
}

.label_ic img {
	position: relative;
	top: 0.625rem;
	width: 1.625rem;
	height: 1.625rem;
}

.label_ic p {
	font-weight: 400;
	font-size: 1rem;
	color: rgba(255, 255, 255, 1);
}

.el-tabs__nav .is-active {
	height: 100%;
}

