.twinsan{
	min-height: calc(70vh - 4px);
	width: 100vw;
	
	align-items: stretch !important; 
}
.twinsan_left{
	position: relative;
	min-height: calc(70vh - 4px);
	width: 23%;
	/* background-color: #30649f; */
	background: url('../img/twinsa_bg.jpg') no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	
	
}
.twinsan_left h1{
	font-size: 34px;
	font-weight: normal;
	width: 80%;
	text-align: center;
	margin-top: -4rem;
}
.twinsan_left_head{
	margin-top: 4rem;
}
.twinsan_left_logo{
	height: 5rem;
	/* transform: translate(-50%,0); */
}
.twinsan_left_head h2{
	font-size: 34px;
	margin-left: 1rem;
}
.twinsan_right{
	border-top: 2px solid #7b5ca0;
	border-bottom: 2px solid #7b5ca0;
}
.twinsan_p{
	font-size: 1.1rem;
	line-height: 1.2rem;
	color: #898989;
	display: flex;
	align-items: flex-start;
	
}
.twinsan_p p{
	flex: 1;
	text-align: justify;
}
.twinsan_dot{
	height: 8px;
	width: 8px;
	border-radius: 5px;
	background-color: #306097;
	display: inline-block;
	margin-right: 8px;
	margin-top: 4px;
}
.twinsan_dot_z{
	height: 8px;
	width: 8px;
	border-radius: 5px;
	background-color: #9164a7;
	display: inline-block;
	margin-right: 8px;
	margin-top: 4px;
	
	
}

.adaptive{
	margin: 2rem 4rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.adaptive_img1{
	width: 100%;
	margin-bottom: 3rem;
}
.adaptive_img_tips{
	color: #7b5ca0;
	font-size: 1rem;
	text-align: justify;
	line-height: 1.1rem;
}
.adaptive_head{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom:1rem;
}
.adaptive_head_ad{
	font-size: 2rem;
	color: #595757;
	font-weight: bold;
	line-height: 2rem;
}
.adaptive_head_twin{
	font-size: 4rem;
	color: #8f63a7;
	font-weight: bold;
	line-height: 3.5rem;
}
.smart_left{
	width: 400px;
}

.smart_right{
	
}
.smart_right h3{
	color: #7b5ca0;
	font-size: 26px;
	font-weight: bold;
}
.smart_right p{
	color: #898989;
	font-size: 1rem;
	line-height: 1.1rem;
}
.smart_right_tips{
	font-size: 1rem;
	line-height: 1.1rem;
	color: #7b5ca0;
}
.smart_head{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 3rem;
}
.smart_head_1{
	font-size: 4rem;
	line-height: 3.6rem;
	color: #7b5ca0;
	font-weight: bold;
}
.smart_head_2{
	font-size: 3rem;
	line-height: 3rem;
	color: #595757;
	font-weight: bold;
}
.pl10{
	padding-left: 10px;
}
.case5 p{
	color: #898989;
	font-size: 1rem;
	line-height: 1.1rem;
}
.case5 h4{
	color: #898989;
	font-size: 26px;
	
}
.case5_tips{
	color: #7b5ca0;
	font-size: 1rem;
	line-height: 1.1rem;
}