@charset "gb2312";

body, form, ul, li, p, dl, dd, dt ,h,td,th,h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
	background:#eee;
}


li,ul{
	list-style: none;
}

 
TD {
	color: #333333;
	VERTICAL-ALIGN: top;
}

 
input,textarea{
	border:1px solid #ccc;
}

a {
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #4E667B;
}
a:active {
	text-decoration: none;
}
.wrap{
	width:100%;
	margin:0 auto;
}

img{
	border:0;
}
.full-width{
    width: 100% !important;
    max-width: 100% !important;
}
.webwidth{
	width:100%;
	margin:0 auto;}
.fl{
	float:left;}
.fr{
	float:right;}
.cl{
	clear:both;}
.tc{
	text-align:center;}
.pt{
	padding-top:10px;}
.pb{
	padding-bottom:10px;}
.pl{
	padding-left:10px;}
.pr{
	padding-right:10px;}
.pa{
	padding:10px;}
.mt{
	margin-top:10px;}
.mb{
	margin-bottom:10px;}
.ml{
	margin-left:10px;}
.mr{
	margin-right:10px;}
.ma{
	margin:10px;}

/****head****/
.TopContainer{
	background:#e11f20;}
#top_loginer .info{
	line-height:40px;
	margin-right:10px;}	
.Toplogin{
	position:fixed;
	top:0;
	left:0;
	z-index:100;}
.changecity{
	line-height:40px;
	color:#fff;
	font-size:16px;}
.change a{
	text-decoration:none;}
.word a{
	margin-right:10px;
	padding:5px 10px;
	color:#e11f20;
	background:#fff;
	display:inline-block;
	margin-top:8px;}
.maincontainer{
	margin-top:40px;}
.matchlogo{
	background:url(red/3g/logo.jpg) center no-repeat;
	height:103px;
	display:block;}
.elitelogo{
	background:url(red/3g/elitelogo.jpg) center no-repeat;
	height:168px;
	display:block;}
.professionlogo{
	background:url(red/3g/professionlogo.jpg) center no-repeat;
	height:134px;
	display:block;}			

/****作品页****/
#workgroup .title, .ShowBaseInfo .title{
	font-size:16px;
	line-height:2;
	font-weight:bold;
	text-align:center;}
.infobg{
	margin-bottom:10px;
	background:#f8f8f8;
	line-height:2;
	padding-left:10px;}
.workid{
	text-align:center;
	font-size:14px;
	margin-bottom:10px;}
img{
	max-width:280px;}
.spinfo{
	line-height:2;
	margin-top:10px;}
.blur{
	filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(5px); /* Chrome, Opera */
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);    
	filter: blur(5px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false); /* IE6~IE9 */}
.rotate90{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.rotate180{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rotate270{
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-moz-transform:rotate(270deg); 
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}	

/****培训师页面****/
.trainerlist{
	border-bottom:1px dashed #999;}
.trainerlist span{
	display:inline-block;}
.trainername{
	font-size:16px;}
.contd{
	display:table;
	margin:0 auto;}

/****产品页面****/
.pimg{
	border:#fff 3px solid;
	width:286px;
	display:inline-block;}
.pimg img{
	width:280px;
	border:#cdcdcd 3px solid;}
.pttl{
	padding-bottom:20px;}
.pttl a{
	line-height:2;
	font-size:14px;
	text-decoration:none;}
#procontent, .c{
	line-height:2;}
.content .h{
	font-size:16px;}
.announce{
	margin:10px;
	line-height:2;}

/****内容列表****/
#workcontent .item{
	text-align: center;
	line-height: 2;
	background: #fff;
	width: 250px;
	margin: 10px auto;
	padding: 10px;}
	
/****微信投票****/
.wxvote{
	margin-top:5px;}
.wxcontainer{
	height:380px;
	position:relative;
	margin:50px 10px 10px 10px;}
.wxvotebt{
	color: #fff;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	position:absolute;
	cursor:pointer;
	left:50%;
	top:50%;
	margin:-20px 0 0 -130px;	
	display:block;
	text-align: center;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.wxvotebt a{
	color:#fff;
	text-decoration:none;
	font-size:24px;}	
.qrcode{
	font-size:18px;
	color:#e11f20;
	line-height:2;}
.wxcontent{
	line-height:2;}
.close{
	background: url(/images/red/icons.png) no-repeat -149px -31px;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 100;
    display: block;}
.ad_title{
	font-size:24px;
	color:#cd0000;
	text-align:center;
	font-weight:bold;}
.ad_redtitle, .ad_redtitle a {
    font-size: 30px;
    color: #e01e20;
    font-weight: bold;
    line-height: 2;
    position: relative;
    text-decoration: none;
}
.ad_pmore {
    position: absolute;
    right: 10px;
    top: 12px;
}
.ad_pmore a{
	display:inline-block;
	height:15px;
	width:30px;
	padding-top:15px;
}
.ad_qualification{
	height:111px;
	width:100%;
	background:url(/images/red/qualification/banner.jpg) no-repeat;}
#softkey{
	position:fixed;
	left:0;
	bottom:0;}
.ad_bigsort{
	moz-border-top-left-radius: 8px;
	moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: -moz-linear-gradient(top, #2183DE, #6CBFE4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2183DE), color-stop(1, #6CBFE4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2183DE', endColorstr='#6CBFE4', GradientType='0');
    border: none;
    color: #fff;
    text-decoration: none;
    padding: 10px;
	width:80%;
    font-size: 16px;
    font-family: "微软雅黑";
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;}
.ad_bigsort a{
	font-size:40px !important;
	color:#fff;
	text-decoration:none;
	letter-spacing:10px;}
.ad_sort a{
	background:#DBE8E8;
	width:80%;
	display:inline-block;
	padding:0 10px;
	font-size:24px;
	text-decoration:none;
    font-family: "微软雅黑";
	line-height:2;}
.ad_TAG{
	text-align:center;
	margin-top:10px;
	color:#6E8388;
	font-size:30px;
	font-weight:bold;}
.ad_list_pro{
	margin-top:15px;
	padding:10px;
	background:#7F9BA2;}
.ad_list_pro td{
	background:#C1D5E2;
	line-height:2;
	font-size:20px;}
.ad_list_pro .title a{
	font-size:24px;
	color:#3A649C;
	font-weight:bold;
	text-decoration:none;}
.ad_price{
	margin-top:28px;
	color:#E11F20;}
.ad_listttl a{
	font-size:24px;}
.ad_listsort{
	display:inline-block}
.ad_listsort a{
	font-size:20px !important;}
.ad_listcount{
	font-size:20px;
	display:inline-block;}
.ad_listcont{
	padding:10px;
	background:#E4E4E4;
	margin-bottom:10px;}
.ad_page a {
	font-size:20px;
	font-family:"微软雅黑";}
#mobile_ad{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
}