@media (min-width:1000px) {
.tanc{
	width:100%;
	height:100%;
	position:fixed;
	display: block;
	left:0;
	top:0;
	z-index:99999999
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0,0,0,0.5);
}
.tanc01 .con{
	width:790px;
	position:absolute;
	z-index:11;
}
.tanc01 .con .con01{
	width:100%;
	float:left;
	background-color:#FFF;
	border-radius:10px;	
	padding:10px;
	position:relative;
}
.tanc01 .con .con01 .pic{
	width:100%;
	overflow:hidden;
}
.tanc01 .con .con01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.tanc01 .con .con01 .tex{
	padding:30px;
	font-size:16px;
	line-height:30px;
}
.tanc01 .con .con01 .tex h1{
	font-size:24px;
	line-height:36px;
	margin-bottom:20px;
}
.tanc01 .con .con01 .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 .con .con01 .tex2{
	padding:30px;
	font-size:16px;
	line-height:30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tanc01 .con .con01 .tex2 .a01{
	width:58%;
}
.tanc01 .con .con01 .tex2 .a01 img{
	max-width:100%;
}
.tanc01 .con .con01 .tex2 .a01 h1{
	font-size:26px;
	color:#231815;
	padding-top:15px;
}
.tanc01 .con .con01 .tex2 .a02{
	border-left:1px solid #c5c3c4;
	padding-left:22px;
	margin-right:40px;
	line-height:45px;
	color:#333;
	font-size:16px;
}

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


@media (max-width:999px) {
.tanc{
	width:100%;
	height:100%;
	position:fixed;
	display: block;
	left:0;
	top:0;
	z-index:99999999
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0,0,0,0.5);
}
.tanc01 .con{
	width:80%;
	position:absolute;
	z-index:11;
}
.tanc01 .con .con01{
	width:100%;
	float:left;
	background-color:#FFF;
	border-radius:10px;	
	padding:10px;
	position:relative;
}
.tanc01 .con .con01 .pic{
	width:100%;
	overflow:hidden;
}
.tanc01 .con .con01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.tanc01 .con .con01 .tex{
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.tanc01 .con .con01 .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.tanc01 .con .con01 .gb{
	width:1.0rem;
	height:1.0rem;
	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 .con .con01 .tex2{
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tanc01 .con .con01 .tex2 .a01{
	width:58%;
}
.tanc01 .con .con01 .tex2 .a01 img{
	max-width:100%;
}
.tanc01 .con .con01 .tex2 .a01 h1{
	font-size:1.0rem;
	color:#231815;
	padding-top:0.5rem;
}
.tanc01 .con .con01 .tex2 .a02{
	border-left:1px solid #c5c3c4;
	padding-left:1.0rem;
	margin-right:1.0rem;
	line-height:2.0rem;
	color:#333;
	font-size:0.8rem;
}

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