/*login ---- */
.loginBd {
	background:url(../images/loginBg.jpg) no-repeat top center;
	height:415px;
	padding-top:85px;
}
.loginBox {
	background:rgba(254,254,254,0.4);
	width:220px;
	height:250px;
	float:right;
	margin-right:70px;
	border-radius:4px;
	padding:20px 40px;
}
.loginBox h3 {
	font-size:24px;
	color:#666;
	font-weight:normal;
}
.loginLi {
	line-height:32px;
	margin-top:15px;
}
.loginInBox {
	background:#fff;
	border-radius:3px;
	height:32px;
	position:relative;
}
.loginInBox input {
	position:absolute;
	left:40px;
	line-height:32px;
	width:170px;
	border:0;
	outline:none;
}
.userIco,
.lockIco {
	position:absolute;
	display:block;
	top:8px;
	left:10px;
	background:url(../images/loginIco.png) no-repeat;
}
.userIco {
	background-position:0 0;
	width:19px;
	height:19px;
}
.lockIco {
	background-position:0 -30px;
	width:16px; 
	height:20px;
	top:5px;
}
.wjmim {
	color:#9f2020;
	font-size:14px;
	text-decoration:underline;
}
.loginLi button {
	display:block;
	cursor:pointer;
	border:0;
	background:#f9f9f9;
	border-radius:2px;
	width:85px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#d5392c;
	font-size:16px;
	margin:0 10px;
}
/*register ---- */
.formBox {
	width:800px;
	margin:0 auto;
	padding:40px 0;
}
.formTt {
	font-size:24px;
	font-weight:normal;
	color:#666;
	text-align:center;
	margin-bottom:15px;
}
.formTt_2 {
	font-size:20px;
	font-weight:normal;
	color:#393939;
	border-bottom:4px solid #393939;
	padding-bottom:10px;
}
.formTt_2 span {
	font-size:14px;
	margin-left:15px;
}
.formTt_2 span em {
	color:#f00;
}
.formBd {
	padding:50px 120px 0 30px;
	border-top:1px solid #393939;
	margin-top:2px;
}
.formLi {
	line-height:38px;
	margin-bottom:15px;
}
.fromLiSpan {
	width:190px;
	margin-right:20px;
	font-size:14px;
	text-align:right;
	display:block;
	float:left;
}
.fromLiSpan em {
	color:#f00;
	margin-left:10px;
	display:inline-block;
	width:6px;
}
.formLiCon {
	float:left;
	width:440px;
}
.formRadio {
	display:block;
	float:left;
	margin-right:20px;
}
.formRadio input {
	display:block;
	float:left;
	margin:13px 5px 0 0;
}
.formInput {
	width:429px;
	height:36px;
	border:1px solid #ccc;
	background:#f3f3f3;
	border-radius:6px;
	padding:0 5px;
}
.yzmImg {
	display:block;
	float:left;
	margin:4px 10px 0;
}
.formBtn {
	display:block;
	margin:0 auto;
	width:120px;
	height:30px;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	line-height:30px;
	text-align:center;
	border:0px;
	cursor:pointer;
	background:#d73c3c;
}

/*index ----- */
	/*背景图片轮播 --*/
.slideBoxWrap {
	width:100%; 
	position:relative; 
	height:450px;
}
.slideBox {
	width:100%; 
	height:450px; 
	overflow:hidden; 
	position:absolute; 
	top:0px; 
	left:0px;
}
.slideBox .bd {
	position:relative;
	height:100%; 
	z-index:0;
}
.slideBox .bd li {
	vertical-align:middle; 
	display:block; 
	width:100%; 
	height:866px;
}
.slideBox .bd li a {
	display:block; 
	width:100%; 
	height:866px;
}
.slideBox .bd img {
	display:block;
}
.slideBox .prev,
.slideBox .next {
	position:absolute; 
	left:0; 
	top:50%; 
	margin-top:-78px; 
	display:block; 
	width:56px; 
	height:156px; 
	background:url(../images/slider-arrow.png) 0 0 no-repeat; 
	filter:alpha(opacity=50); 
	opacity:0.5;
}
.slideBox .next {
	left:auto; 
	right:0; 
	background-position:-56px 0px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
	filter:alpha(opacity=100); 
	opacity:1;
}
.slideBox .prevStop,
.slideBox .nextStop {
	display:none;
}
.slideBox .hd{
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	left:50%; 
	bottom:20px; 
	margin-left:-50px; 
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;
}
.slideBox .hd ul li{ 
	float:left; 
	margin-right:10px;  
	width:15px; 
	height:15px; 
	text-indent:-9999px; 
	background:#fff; 
	cursor:pointer; 
	border-radius:50%;
}
.slideBox .hd ul li.on{
	background:#f00; 
	color:#fff; 
}

.indexItem {
	color:#666;
	padding:50px 0 80px;
}
.indexItemHT {
	font-size:34px;
	text-align:center;
	font-weight:normal;
}
.indexItemTag {
	font-size:16px;
	text-align:center;
	line-height:30px;
}
.moreLink {
	text-align:right;
	background:url(../images/moreIco.png) no-repeat right center;
	padding-right:30px;
	height:24px;
	line-height:24px;
	margin:0 20px 15px;
}
.moreLink a {
	color:#424242;
	font-size:16px;
}
.xmItem {
	width:320px;
	height:185px;
	float:left;
	margin:0 20px;
	position:relative;
	padding:20px;
	color:#fff;
	font-size:16px;
	line-height:1.8em;
}
.xmItem h4 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
}
.xmItem h4 a {
	color:#fff;
}
.xmItem h4 a:hover {
	text-decoration:none;
}
.moye {
	color:#ee4b4b;
}
.xmItem .msP {
	max-height:3.6em;
	overflow:hidden;
}
.hotIco {
	display:block;
	width:36px;
	height:36px;
	position:absolute;
	top:7px;
	right:7px;
	background:url(../images/hotIco.png) no-repeat;
}
.xmItem_1 {
	background:#1dcdb8;
        cursor: pointer;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#5eeea9,endColorStr=#1dcdb8); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(left, #5eeea9,  #1dcdb8);        /* IE 10 */
	background:-moz-linear-gradient(left,#5eeea9,#1dcdb8);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#5eeea9), to(#1dcdb8));/*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5eeea9), to(#1dcdb8));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(left, #5eeea9, #1dcdb8);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(left, #5eeea9, #1dcdb8);  /*Opera 11.10+*/
}
.xmItem_2 {
	background:#f18634;
        cursor: pointer;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#f9ad6f,endColorStr=#f18634); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(left, #f9ad6f,  #f18634);        /* IE 10 */
	background:-moz-linear-gradient(left,#f9ad6f,#f18634);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f9ad6f), to(#f18634));/*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9ad6f), to(#f18634));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(left, #f9ad6f, #f18634);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(left, #f9ad6f, #f18634);  /*Opera 11.10+*/
}
.xmItem_3 {
	background:#6998ff;
        cursor: pointer;
}
.mxtdBox {
	background:#fcf6eb;
}
.mxtdLi {
	float:left;
	width:160px;
	margin:0 20px;
}
.mxtdImg {
	display:block;
	width:160px;
	height:160px;
	overflow:hidden;
	border-radius:10px;
	margin-bottom:25px;
}
.tdName {
	font-size:20px;
	text-align:center;
	margin:10px 0;
}
.tdName a {
	color:#666;
}
.tdJs {
	text-align:center;
	font-size:16px;
	color:#666;
	line-height:1.5em;
	max-height:3em;
	overflow:hidden;
}
.xmBox {
	background:#e1f2fb;
	width:1160px;
	margin:0 20px;
}
.xmLink {
	width:846px;
}
.xmLink a {
	display:block;
	float:left;
	width:210px;
	border:1px solid #dcdcdc;
	margin-right:-1px;
	margin-bottom:-1px;
	height:170px;
	z-index:54;
	position:relative;
}
.xmLink a:hover {
	border:1px solid #ee4b4b;
	z-index:55;
}
.xmJsBox {
	width:264px;
	padding:65px 25px;
	position:relative;
	height:213px;
}
.xmMc {
	font-size:16px;
}
.xmMc span {
	margin:0 15px;
}
.xmMc em {
	color:#ee4b4b;
}
.xmJjcon {
	font-size:14px;
	line-height:1.8em;
	max-height:9em;
	margin:20px 0;
	overflow:hidden;
}
.tdMc {
	text-align:right;
	font-size:16px;
}
.tdMc span {
	margin-left:15px;
}
.tdjsIco_1,
.tdjsIco_2 {
	background:url(../images/tdjsIco.png) no-repeat;
	display:block;
	width:41px;
	height:31px;
	position:absolute;
}
.tdjsIco_1 {
	background-position:0 0;
	top:25px;
	left:25px;
}
.tdjsIco_2 {
	right:25px;
	bottom:25px;
	background-position:0 -39px;
}

.mxdsBox {
	background:#e7fbe1;
}
.mxdsUl {
	margin-top:25px;
}
.mxdsUl .mxtdImg {
	border-radius:50%;
}
.moreLink_2 {
	display:block;
	margin:25px auto 0;
	width:120px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:10px;
	font-size:16px;
	border:1px solid #d73c3c;
	color:#d73c3c;
}
.moreLink_2:hover {
	background:#d73c3c;
	color:#fff;
	text-decoration:none;
}
/*项目 ---- */
.formLiselect {
	width:120px;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	background:#f3f3f3;
	padding:0 5px;
	float:left; 
	margin:4px 15px 0 0;
}
.formLiText {
	width:420px;
	height:140px;
	border:1px solid #ccc;
	background:#f3f3f3;
	border-radius:6px;
	padding:5px;
	resize: none;
	display:block;
}
.aside {
	width:200px;
}
.asideTt {
	height:50px;
	background:#ee4b4b;
	color:#fff;
	font-size:18px;
	padding-left:25px;
	line-height:50px;
	font-weight:normal;
}
.asideMenu {
	background:#f5f5f5;
}
.asideMenuLi {
	height:50px;
	line-height:50px;
	padding:0 38px 0 25px;
	font-size:16px;
	position:relative;
}
.asideMenu >li.on {
	background:#eee;
}
.asideMenu >li >a {
	display:block;
}
.asideMenu >li.on >a {
	background:url(../images/asideIco.png) no-repeat right center;
}
.asideMenu >li >a:hover {
	text-decoration:none;
}
.conSide {
	width:980px;
}
.xmSxbox {
	border:1px solid #c9c9c9;
	padding:20px 15px 0;
	font-size:14px;
	line-height:24px;
}
.xmSxboxItem {
	margin-bottom:20px;
}
.xmsxTt {
	display:block;
	float:left;
	width:90px;
	text-align:right;
	margin-right:10px;
}
.xmsxTj {
	width:848px;
	float:left;
}
.xmsxTj a {
	display:inline-block;
	float:left;
	margin-right:20px;
	padding:0 10px;
	height:24px;
}
.xmsxTj a.on {
	background:#ee4b4b;
	color:#fff;
}
.xmsxTj a:hover {
	text-decoration:none;
}
.xmztTt {
	font-size:16px;
}
.xmztTt span {
	display:inline-block;
	margin:0 25px;
}
.xmztTt a.on,
.xmztTt a:hover {
	color:#ee4b4b;
	text-decoration:none;
}
.ywbxmLink,
.ywbxmLink:hover {
	display:block;
	float:right;
	width:130px;
	height:30px;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	line-height:30px;
	text-align:center;
	border:0px;
	cursor:pointer;
	background:#d73c3c;
	text-decoration:none;
}
.xmsxBar {
	background:#f5f5f5;
	border:1px solid #c9c9c9;
	height:38px;
	line-height:38px;
	font-size:14px;
	padding-right:20px;
	color:#666;
}
.clickLink a {
	padding:0 20px;
	border-right:1px solid #f5f5f5;
	border-left:1px solid #f5f5f5;
	display:block;
	float:left;
	margin-left:-1px;
	position:relative;
}
.clickLink a:hover {
	text-decoration:none;
	color:#333;
}
.clickLink a.on {
	background-color:#fff;
	border-right:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	z-index:99;
	color:#ee4b4b;
}
.clickLink a.toglLink .togLinkIco,
.clickLink a.toglLink .UpIco,
.clickLink a.toglLink .DownIco {
	background:url(../images/toglLinkIco.png) no-repeat 0 4px;
	display:inline-block;
	width:7px;
	height:16px;
	margin-left:5px;
}
.clickLink a.toglLink .UpIco {
	background-position:-11px 4px;	
}
.clickLink a.toglLink .DownIco {
	background-position:-22px 4px;
}
.adRsx {
	margin:0 25px;
}
.adRsx select {
	width:80px;
	height:26px;
	border:1px solid #c9c9c9;
}
.searchSx {
	width:150px;
	position:relative;
	border:1px solid #c9c9c9;
	margin-top:7px;
	height:22px;
	line-height:22px;
	background:#fff;
}
.searchSx input {
	 border:0px; 
	background:#fff;
	position:absolute;
	width:120px;
	left:5px;
	top:1px;
}
.sxSearchBtn {
	background:url(../images/searchBtn_1.png) no-repeat;
	display:block;
	border:0;
	width:17px; 
	height:18px;
	position:absolute;
	right:4px;
	top:3px;
}
.sxPageYm span {
	margin-right:15px;
}
.sxPageYm em {
	color:#ee4b4b;
	margin-right:5px;
}
.xmItemLiWrap {
	margin-left:-37px;
}
.xmItemLi {
	float:left;
	width:250px;
	border:1px solid #c9c9c9;
	height:220px;
	padding:15px 25px;
	margin:0 0 37px 37px;
	font-size:14px;
	line-height:2em;
	color:#666;
	cursor:pointer;
	position:relative;
}
.jbzt {
	position:absolute;
	background:#d73c3c;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	line-height:26px;
	height:26px;
	padding:0 10px;
	top:15px;
	right:20px;
}
.jbzt_js {
	background:#bebebe;
}
.xmItemLiTt {
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}
.xmItemLiTt a {
	text-decoration:none;
}
.xmys span {
	color:#ee4b4b;
}
.xmJscon {
	height:4em;
	overflow:hidden;
}
.xmrq {
	text-align:right;
}
.xmjs_box_1 {
	background:#fcfdec;
	padding:20px 30px;
}
.xm_1L {
	width:550px;
	font-size:16px;
	line-height:2.5em;
}
.xm_1L h3 {
	font-size:22px;
	margin-bottom:10px;
	font-weight:normal;
}
.xm_1L span {
	color:#ee4b4b;
	font-size:22px;
}
.xmdjgmBtn,
.xmdjgmBtn:hover {
	display:block;
	width:200px;
	height:40px;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	line-height:40px;
	text-align:center;
	border:0px;
	cursor:pointer;
	background:#d73c3c;
	text-decoration:none;
	margin-top:15px;
}
.xmFbBox {
	width:300px;
	background:#fff;
	font-size:14px;
}
.xmFbBox h3 {
	background:#ee4b4b;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}
.xmFbBd {
	padding:15px 20px;
	line-height:2em;
}
.fbStep {
	display:inline-block;
	background:#666;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:50%;
	color:#fff;
	margin-right:15px;
}
.xmfbfBtn,
.xmfbfBtn:hover {
	display:block;
	width:160px;
	height:30px;
	color:#fff;
	font-size:14px;
	border-radius:5px;
	line-height:30px;
	text-align:center;
	border:0px;
	cursor:pointer;
	background:#d73c3c;
	text-decoration:none;
	margin:15px auto 0;
}
.stepBox {
	width:1010px;
	margin:50px auto;
}
.stepItem {
	width:110px;
	text-align:center;
	font-size:18px;
	float:left;
}
.stepItemImg {
	width:110px;
	height:110px;
	border-radius:50%;
	overflow:hidden;
	position:relative;
	margin-bottom:15px;
}
.overHide {
	display:none;
	position:absolute;
	background:rgba(0,0,0,0.5);
	width:110px;
	height:110px;
	border-radius:50%;
	overflow:hidden;
	top:0px;
	left:0px;
	display:none;
}
.overStep span.overHide {
	display:block;
}
.stepjd {
	float:left;
	width:150px;
	height:50px;
	margin:30px 20px;
	background:url(../images/stepjd_1.png) no-repeat;
}
.stepjd_on {
	background:url(../images/stepjd_2.gif) no-repeat;
}
.xmCon {
	border:1px solid #c9c9c9;
	position:relative;
	padding:50px 35px;
}
.xmConIco {
	display:block;
	position:absolute;
	top:-16px;
	left:15px;
	width:15px;
	height:16px;
	background:url(../images/xmConIco.png) no-repeat;
}
.xmmsTt {
	position:absolute;
	background:#ee4b4b;
	padding:;
	top:-16px;
	left:30px;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	padding:0 25px;
	height:50px;
	line-height:50px;
}
.xmNameCon {
	font-size:20px;
	font-weight:normal;
	line-height:30px;
	height:30px;
	margin-bottom:15px;
}
.rzIco {
	background:url(../images/rzIco.png) no-repeat 0 4px;
	padding-left:25px;
	color:#d5392c;
	font-size:12px;
	margin-left:15px;
	display:inline-block;
}
.xmTag span {
	display:block;
	float:left;
	font-size:22px;
	color:#666;
	margin-right:50px;
	background:url(../images/xmTagIco.png) no-repeat 0 7px;
	padding-left:25px;
}
.xmEdit {
	padding:25px 0;
	font-size:14px;
	line-height:2em;
	word-wrap:break-word;
}
.xmEdit .xmdjgmBtn {
	margin:55px auto 0;
}
/*培训 ---- */
.pxSlide {
	width:800px;
}
.px_img_slide {
	width:800px;
	height:400px;
	position:relative;
}
.px_img_bd {
	width:800px; 
	height:400px; 
	overflow:hidden;
}
.px_img_bd a {
	display:block;
	width:800px; 
	height:400px;
	position:absolute;
	left:0;
	right:0;
}
.px_img_bd img {
	display:block;
	width:800px; 
	height:400px;
}
.px_img_trg {
	position:absolute;
	right:20px;
	bottom:15px;
}
.px_img_trg a {
	display:block; 
	background:#fff; 
	cursor:pointer; 
	border-radius:50%;
	float:left; 
	margin-left:7px; 
	width:15px; 
	height:15px; 
	overflow:hidden;
}
.px_img_trg a:hover,
.px_img_trg a.on {
	background:#f00;
}
.px_img_bar {
	background:rgba(0,0,0,0.5);
	height:50px;
	line-height:50px;
	padding:0 20px;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:760px;
	font-size:14px;
}
.pxSlideTt {
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
}
.pxNewList {
	width:380px;
}
.morePxList {
	text-align:right;
	font-size:16px;
	margin:10px 0;
}
.pxNewbd {
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	padding:21px 25px;
	font-size:14px;
}
.pxNewLi {
	border-bottom:1px dashed #d5d5d5;
	line-height:50px;
}
.pxNewLi a {
	display: block;
	float: left;
	width: 230px;
	height: 50px;
	line-height: 50px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
} 
.pxNewbd li.last {
	border-bottom:0;
}

.bg_f9 {
	background:#f9f9f9; 
	padding:25px 0;
}
.bg_ff {
	background:#fff;
	padding:25px 0;
}
.index_Tit {
	border-bottom:1px solid #d3d3d3; 
	height:60px; 
	line-height:58px; 
	margin-bottom:35px; 
	text-align:center;
}
.index_Tit_w {
	height:60px; 
	position:relative;
}
.index_Tit h2 {
	font-size:20px; 
	display:inline-block; 
	padding:0 5px; 
	border-bottom:3px solid #ee4b4b; 
	color:#666; 
	font-weight:normal;
}
.kcItemW {
	margin-left:-18px;
}
.kcItem {
	width:388px; 
	height:290px; 
	margin-bottom:25px; 
	overflow:hidden; 
	float:left; 
	margin-left:18px;
}
.kcImg {
	display:block; 
	width:388px; 
	height:218px; 
	overflow:hidden;
	margin-bottom:20px;
}
.name_kc {
	font-size:24px; 
	margin-bottom:14px; 
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
}
/*服务 ---- */
.asideMenu >li.sc{
	background: #eee none repeat scroll 0 0;	
}
.asideMenu >li.sc >a {
	background:url(../images/asideIco.png) no-repeat right center;
}

.hideMenu {
	display:none;
	background:#fff;
	border:1px solid #dcdcdc;
	padding:10px;
	position:absolute;
	top:-50px;
	left:200px;
	width:200px;
	min-height:80px;
}
.hideMenu li {
	line-height:50px;
	border-bottom:1px solid #dadada;
	padding-left:25px;
}
.hideMenu li >a {
	display:block;
}
.hideMenu li.last {
	border-bottom:0;
}
.fwEditTt {
	font-size:20px;
	text-align:center;
	font-weight:normal;
	margin-bottom:15px;
}
.fwEditTime {
	text-align:right;
	padding-right:20px;
}
.fwEditBox {
	padding:20px;
	font-size:12px;
	line-height:2em;
	min-height:300px;
}
/*导师 ---- */
.asideImg {
	display:block;
	width:200px;
	overflow:hidden;
}
.dsLi {
	float:left;
	width:200px;
	margin:0 15px 30px 30px;
	height:115px;
	overflow:hidden;
}	
.dsFace {
	display:block;
	width:110px;
	height:110px;
	border-radius:50%;
	overflow:hidden;
	float:left;
	margin-right:15px;
}
.dsInfo {
	float:left;
	width:65px;
	line-height:30px;
	padding-top:20px;
}
.dsInfo .dsName {
	font-size:14px;
	font-weight:bold;
}
.dsMore {
	display:block;
	height:40px;
	background:#dcdcdc;
	line-height:40px;
	text-align:center;
	font-size:14px;
}
.dsInfoBd {
	background:#fef5e9;
	padding:20px;
}
.dsInfoImg {
	display:block;
	width:170px;
	height:170px;
	overflow:hidden;
	float:left;
	margin-right:30px;
}
.dsInfoBox {
	float:left;
	width:960px;
	line-height:2em;
	font-size:14px;
}
.dsNameTt {
	font-size:22px;
	font-weight:normal;
	margin-bottom:10px;
}
.dsJs {
	height:4em;
	overflow:hidden;
}
.fbwbBtn,
.fbwbBtn:hover {
	display:block;
	width:120px;
	height:40px;
	color:#fff;
	font-size:14px;
	border-radius:5px;
	line-height:40px;
	text-align:center;
	border:0px;
	cursor:pointer;
	background:#d73c3c;
	text-decoration:none;
	float:right;
}
.wzList {
	border:1px solid #c9c9c9;
	padding:10px 20px;
	margin-bottom:15px;
	position:relative;
}
.czBtnBox,.czBtnBox_2 {
	position:absolute;
	top:10px;
	right:20px;
	display:none;
}
.czBtnBox a,.czBtnBox_2 a {
	display:block;
	float:right;
	padding:0 15px;
	height:26px;
	line-height:26px;
	border-radius:4px;
	color:#fff;
}
.czBtnBox a.tgBtn {
	background:#f27400;
}
.czBtnBox a.bhBtn,.czBtnBox_2 a.bhBtn {
	background:#ee4b4b;
	margin-left:15px;
}
.wzTt {
	border-bottom:1px solid #c9c9c9;
	line-height:40px;
}
.wzTtH {
	font-size:18px;
	font-weight:normal;
	margin-right:15px;
}
.plIco {
	display:block;
	float:right;
	background:url(../images/plIco.png) no-repeat 0 14px;
	padding-left:20px;
}
.wzJs {
	font-size:12px;
	line-height:2em;
	height:6em;
	overflow:hidden;
	margin:15px 0;
}
.wzJs p {
	text-indent:2em;
}
.ydMore {
	text-align:right;
	font-size:16px;
	line-height:40px;
}
.pagebarBox {
	background:url(../images/barBg.png) no-repeat;
	padding:20px;
	height:210px;
}
.glyImgBox {
	width:170px;
	margin-right:50px;
	text-align:center;
	color:#ee4b4b;
	font-size:22px;
}
.glImg {
	display:block;
	width:170px;
	height:170px;
	overflow:hidden;
	margin-bottom:15px;
}
.hyglBox {
	float:left;
	width:510px;
	font-size:16px;
}
.glTag {
	margin:20px 0 50px;
}
.sjLink {
	color:#9f2020;
	text-decoration:underline;
	margin-left:60px;
}
.glItem {
	width:125px;
	text-align:center;
	display:block;
	float:left;
}
.glImg_2 {
	display:block;
	width:64px;
	height:64px;
	overflow:hidden;
	margin:0 auto 20px;
}
.dsSx .clickLink {
	height:20px;
	line-height:20px;
}
.dsSx .clickLink a,
.dsSx .clickLink a.on{
	border-left:none;
	border-right:1px solid #333;
	margin-left:0;
	height:20px;
	line-height:20px;
}
.moyje {
	float:right;
	font-size:16px;
}
.moyje em {
	font-size:22px;
}

.xmmsJs {
    font-size: 12px;
    height: 4em;
    line-height: 2em;
    overflow: hidden;
    margin: 15px 0;
}
/*个人中心 ---- */
.zxHy {
	margin-left:60px;
}
.grzxGlItem {
	padding-top:40px;
}
.grzxGlItem .glItem {
	position:relative;
	margin-right:60px;
	width:auto;
}
.grzxGlItem .glItem span {
	display:block;
	position:absolute;
	top:-7px; 
	left:50px;
	background:#ee4b4b;
	color:#fff;
	border-radius:25px;
	height:14px;
	line-height:14px;
	text-align:center;
	min-width:14px;
	padding:2px;
	font-size:11px;
}
.ycwBox {
	background:#fff;
	width:380px;
	height:210px;
}
.ycwTt {
	background:#ee4b4b;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}
.ycwBd {
	border:1px solid #c9c9c9;
	padding:10px 0;
	height:149px;
	border-top:0;
}
.cwLs {
	width:188px;
	border-right:1px solid #c9c9c9;
	height:149px;
}
.cwfbf {
	width:189px;
}
.ycwImg {
	display:block;
	height:93px;
	overflow:hidden;
	margin:0 auto 15px;
}
.ycwBtn,
.ycwBtn:hover {
display:block;
	width:100px;
	height:30px;
	color:#fff;
	font-size:14px;
	border-radius:5px;
	line-height:30px;
	text-align:center;
	border:0px;
	cursor:pointer;
	background:#d73c3c;
	text-decoration:none;
	margin:0 auto;
}
.grzxMid {
	width:770px;
	margin-left:20px;
}
.Rside {
	width:190px;
}
.RsideTt {
	color:#ee4b4b;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}
.RsideItem {
	position:relative;
	width:190px;
	overflow:hidden;
	display:block;
	margin-bottom:15px;
}
.RsideItem img {
	display:block;
}
.RsideBar {
	position:absolute;
	height:30px;
	line-height:30px;
	display:block;
	padding:0 15px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	width:160px;
	bottom:0;
	left:0;
}
.tdName_2 {
	text-align:center;
	line-height:30px;
	display:block;
}
