@charset "gb2312";

/* index */
.area { width:91%; margin:0 auto; }
.box .hd { position:relative; text-align:center; }
.box .hd h2 { font-size:4rem; font-weight:100; line-height:150%; }
.box .pic img { box-shadow:0 0 10px #999; }
.box .intro span { padding:0 5px; color:#fff; background:#716bbe; line-height:150%; }
.box .intro p em { display:inline; color:#db004a; }
.box h4 { font-size:3rem; text-align:center; line-height:150%; }

.tit { font-size:3rem; color:#fff; text-align:center; }
.tit dt { float:left; width:8%; color:#716bbe; background:#d4d1ff; }
.tit dd { float:left; width:56%; background:#716bbe; }

.box1 .intro dd { width:73%; }
.box1 .intro dl:nth-of-type(2) span { background:#fa699a; }

.box3 .intro p em { color:#716bbe; }
.box3 .tit dd { width:75%; text-align:center; }

#showsPic { position:relative; }
#showsPic .parHd { position:absolute; right:20px; bottom:10px; }
#showsPic .parHd ul { float:right; }
#showsPic .parHd li { float:left; width:10px; height:10px; margin:0 2px; border-radius:100%; background:#fff; text-indent:-999em; overflow:hidden; }
#showsPic .parHd li.on { background:#ee0324; }