@charset "utf-8";
/* CSS Document */
/*共用代码 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type: none;
}
html{ font-size:0.01rem}
body{font-family:微软雅黑; font-size:0.2rem; background: #f2f1f1}
li,ul,ol{ list-style:none}
a{ text-decoration:none}
i,em{ font-style:normal;}
.bg_gray{ background: #f6f6f6}
.fl{ float:left}
.fr{ float:right}
.hide{ overflow:hidden}
.pa20{padding:0.2rem 0;}
.bg_white{ background:#fff;}
h3{ font-weight:normal}


.auto{ max-width:6.4rem; min-width:3.2rem; overflow:hidden; margin:0 auto;}
.i1:before{ content: ""; display: block; width: 0.3rem; height: 0.32rem; background: url("../images/ico1.png") no-repeat left center; background-size:cover}
.i2:before{ content: ""; display: block; width: 0.4rem; height: 0.32rem; background: url("../images/ico2.png") no-repeat left center; background-size:cover}
.i3:before{ content: ""; display: block; width: 0.34rem; height: 0.34rem; background: url("../images/ico3.png") no-repeat left center; background-size:cover}

.ban{  height: 2.67rem; background: url("../images/ban.jpg") no-repeat; background-size:cover}

.tab ol {
	 max-width:6.4rem; min-width:3.2rem;
	 margin: 0 auto;
	 background: #fff;
	 overflow: hidden;
 }
.tab ol a {
	display: block;
	float: left;
	width: 2.12rem;
	color: #333;
	text-align: center;
	background: #fff;
	line-height:0.7rem;
	height: 0.7rem;
	font-size: 0.3rem;
	text-decoration: none;
	border-right:1px dashed #ccc;
	position: relative;
	border-bottom: 0.04rem solid #fff;
}


.tab ol .active a{  color: #a271bd;border-bottom: 0.04rem solid #a271bd; }
.tab ol .active em{
	 display: block;
	width:0;
	height:0;
	border-left:0.12rem solid transparent;
	border-right:0.12rem solid transparent;
	border-bottom:0.12rem solid #a271bd;
	position: absolute;
	bottom:-0.04rem;
	left: 0; right: 0; margin: 0 auto
}
.tab ol a i{  margin-right: 0.1rem; display: inline-block; height: 0.28rem; vertical-align: top; padding-top: 0.17rem}


.tab ul{ padding: 0.2rem 0; max-width: 6.4rem; min-width: 3.2rem; margin: 0 auto}
.tab ul li{ display: none}
.tab ul li dl{ width: 6rem; margin: 0 auto;border-radius: 0.05rem; background: #fff; overflow: hidden; margin-bottom: 0.2rem}
.tab ul li dl img{ width: 100%}
.tab ul li dl dd{ padding: 0.2rem 0.1rem; overflow: hidden}
.tab ul li dl dd h3{ font-size: 0.29rem; line-height: 0.5rem;font-weight: bold}
.tab ul li dl dd p{ font-size: 0.25rem; line-height: 0.35rem}
.tab ul li dl dd a{ display: block; width: 1.24rem; height: 0.48rem; border: 1px solid #9c68b9; border-radius: 0.05rem; line-height: 0.48rem; font-size: 0.24rem; text-align: center; color: #9c68b9; float: right}

.tab ol li:nth-child(3) a{border-right:none}

