.mySwiper {
	width: 100%;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.tanc01 {
	width: 100%;
	height: 100%;
}



.tanc01 {
	width: 100%;
	float: left;
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}

.tanc01 .pic {
	width: 100%;
	overflow: hidden;
}

.tanc01 .pic img {
	width: 100%;
	height: auto;
	display: block;
}

.tanc01 .tex {
	padding: 30px;
	font-size: 16px;
	line-height: 30px;
}

.tanc01 .tex h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}

.tanc01 .gb {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 11;
	background-image: url(../images/close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.tanc01 .tex2 {
	padding: 30px;
	font-size: 16px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tanc01 .tex2 .a01 {
	width: 58%;
}

.tanc01 .tex2 .a01 img {
	max-width: 100%;
}

.tanc01 .tex2 .a01 h1 {
	font-size: 26px;
	color: #231815;
	padding-top: 15px;
}

.tanc01 .tex2 .a02 {
	border-left: 1px solid #c5c3c4;
	padding-left: 22px;
	margin-right: 40px;
	line-height: 45px;
	color: #333;
	font-size: 16px;
}

.tanc01 .a01 {
	width: 100%;
	padding: 18px;
	background-color: #FFF;
	/*box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); */
}