.main {
	margin-bottom: 1.875rem;
}
/* .main img{
	transition: 1.2s;
}
.main:hover img{
	transform: scale(1.6) translateX(-10%);
	transition: 1.2s;
}
 */

.content {
	text-align: center;
	width: 60%;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.content.hidden-sm-and-up{
	width: 80%;
}

.content h4 {
	font-weight: 700;
	font-size: 2.5rem;
	color: rgb(255, 255, 255);
}

.content h6 {
	font-weight: 400;
	font-size: 1.125rem;
	color: rgb(255, 255, 255);
	margin: 1.25rem 0;
}

.content p {
	font-weight: 300;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 1);
}

.content_ {
	right: 10%;
	left: auto;
}

.content__ {
	text-align: left;
	top: 30%;
	transform: translateY(0);
}
.content__ img{
	min-height: auto!important;
}

.title {
	position: absolute;
	top: 30%;
	left: 10%;
}

.title h4 {
	font-weight: 700;
	font-size: 2.5rem;
	color: rgba(255, 255, 255, 1);
}

.introduce {
	padding: 1.875rem 10%;

}


.introduce h6 {
	border-left: 0.3rem solid rgb(0, 112, 189);
	padding-left: .5rem;
	font-weight: 700;
	font-size: 1.625rem;
	color: rgba(16, 16, 16, 0.9);
	margin-bottom: 1.25rem;
	position: relative;
	left: -.8rem;
}


.introduce p,
.introduce h5 {
	font-weight: 400;
	font-size: 1rem;
	color: rgba(16, 16, 16, 0.9);
	margin-bottom: 1.875rem;
	line-height: 2rem;
}

.introduce h5 {
	font-weight: 600;
	margin-bottom: 1rem;
}
.introduce .con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.xs-con{
	position: static;
}

.small_title {
	font-weight: 700 !important;
	margin-bottom: 0rem !important
}



/* .chooseList{} */
#picList {
	position: relative;
	width: 100%;
	/* min-height: 80vh; */
	/* min-height: 50vh; */
	height: 50vh;
	z-index: 0;
}

#picList img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	left: 0;

}

#picList .choose {
	height: 50vh;
}

#picList .content-a {
	height: 50vh;
	position: relative;

}

#picList .content-a:hover {
	background-color: rgba(0, 112, 189, .5);

}

#picList .content-a p {
	font-weight: 300;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 1);
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	/* transform: translateX(-16%); */

}

#picList .content-a a {
	color: rgba(255, 255, 255, 1);
}

#picList .content-a:hover p {
	display: block;
}

#picList .content-a:hover h6 {
	color: rgba(255, 255, 255, 1);
}


#picList .icon {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	/* left: 50%; */
	transform: translateY(-50%);
	/* 	left: 0.625rem; */
}

#picList .icon_ {
	width: 3.125rem;
	height: 3.25rem;
	position: static;
}

#picList h6 {
	font-weight: 400;
	font-size: 26px;
	/* color: rgba(255, 255, 255, 1); */
	color: rgba(0, 112, 189, 1);
	/* 	position: absolute;
	left: 50%;
	transform: translateX(-50%); */
	margin: 0.625rem 0;

}

.xs-carousel {
	width: 100%;
	height: 100%;
}

.xs-carousel p {

	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 20%;

}

/* .v-enter,
.v-leave-to {
	opacity: 0;
	transform: translateX(100px);
}

.v-enter-active,
.v-leave-active {
	transition: all 4s ease;
}
 */

.main .el-image img{
	min-height: 13rem;
	
}