
/* Comment Generated by Combres - Resource '~/Css2/reset.css' (Mode: Static) */
/*
CSS Reset
*/

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,
button, input, select, textarea{
    font: 12px/1.5 "微软雅黑","宋体",Helvetica,Verdana,Arial,Tahoma;
    color:#4D4D4D;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; color:#4d4d4d;}
a:hover { text-decoration: none; }

sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
mark { background: #ff0; }

/**/
.mb10 {
	margin-bottom: 10px;

}

.c{
    *zoom:1;
}
.fB{
    font-weight:800;
}
.c:after{
    clear:both;
    display:block;
    visibility:hidden;
    height:0;
    content:'.';
}
.indent{
    text-indent:24px;
}
.tac{
    text-align:center;
}
.tal{
    text-align:left;
}
.tar{
    text-align:right;
}
.blueLink{
    color:#01afd4;
    text-decoration:none;
}
.blueLink2{
    color:#0066CC;
    text-decoration:none;
}
.noBorder{
    border:none !important;
}
.dn{
    display:none;
}
.color999{
    color:#999;
}
.red{
    color:#ff3300;
}
.f12{
    font-size:12px;
}
.f14{
    font-size:14px;    
}
.mt8{
    margin-top:8px;
}
.mr15 {margin-right:15px;}
.c0066cc {color:#0066cc;}


@media screen and (min-width: 768px){
    .fl {float:left;}
    .fr {float:right;}
}


/* Comment Generated by Combres - Resource '~/Css2/layout_hirede.css' (Mode: Static) */
@charset "utf-8";

/*top begin*/
.headerTrans
{
    margin:0 auto;
    color:#fff;
    padding:20px 0;    
}


.headerTrans .nav>ul a
{
    position: relative;
    z-index: 1000;
    color:#fff;
    font-size:18px;
    padding-bottom:5px;
}
.headerTrans .nav>ul a:hover
{
    color:#0084ff;
    border-bottom:1px solid #0084ff; 
}

.headerTrans .nav .btnArea a
{
    font-size:18px;
}
.headerTrans .nav .btnArea a:hover
{
    background:#0084ff;
    border:1px solid #0084ff;
}
.headWrapInner .headerTrans .nav>ul a
{
    color:#333;
}
.headWrapInner .headerTrans .nav>ul a:hover
{
    color:#0084ff;
}
.headWrapInner .headerTrans .nav .btnArea a
{
    border:1px solid #0084ff;
    color:#0084ff;
    display:block;
}
.headWrapInner .headerTrans .nav .btnArea a:hover
{
    background:#0084ff;
    color:#fff;
}


.selectLang{
    float:right;
    margin-top:32px; 
    margin-right:10px;
    font-size:16px;
}
.selectLang li{
    float:left;
    color:#fff;    
}
.selectLang .split{
    padding:0 6px;    
}
.selectLang li a{
    color:#fff;    
}
#apply{
    position:relative;
}
.btnApplyOnline{
    background:url("http://www.51a.co/images2/index_sprite.png") no-repeat 0px -255px;
    width:111px;
    height:34px;
    color:#fff;
    line-height:33px;
    border:none;
    cursor:pointer;
    font-size:18px;
}

.banner
{
    height:360px;
    background:url("http://www.51a.co/images2/newStyle15/banner-new21.jpg") center center no-repeat;
}

.banner .innerWrap h1
{
    color:#fff;
    font-size:40px;
    padding-top:130px;
    text-align:center;
    font-weight:normal;
}
/*top end*/

/*center begin*/
.center {
	clear: both;
	margin: 0 auto;
}
#bannerDiv{
    width:100%;
    overflow:hidden;
    position:relative;
    height:600px;
}
#show_pic_about{
    height: 100%;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    width: 150%;
}
#show_pic_about li
{
    width:100%;
    height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	filter:alpha(opacity=0);
}
#show_pic_about li.defaultItem{
    opacity:1;
	filter:alpha(opacity=100);
}
#show_pic_about li a{
    width:100%;
    display:block;
    height:100%;    
}
#bannerDotDiv{
    position:absolute;
    bottom:20px;
    right:45%;
    cursor:default;
    z-index:100;
}
#bannerDotDiv span{
    color:#fff;
    display:inline-block;
    width:12px;
    height:12px;
    overflow:hidden;
    line-height:6px;
    *line-height:12px;
    font-size:20px;
    margin-right:4px;
    cursor:pointer;
}
#bannerDotDiv .cur{
    color:#44a9eb;
}
.center .center_introduce {
    margin: 0 auto;
    width:1000px;
}
.center .center_introduce>p {
	color: #333;
	font-size: 24px;
	margin-top: 36px;
}

.center .title
{
    margin:40px 0 0 0;
    position:relative;
    text-align:center;
    color:#999;
}
.center .title h3
{
    color:#333;
    font-size:24px;
    font-weight:normal;
}
.center .title .line
{
    position:absolute;
    left:0;
    top:39px;
    height:1px;
    overflow:hidden;
    background:#e3e3e3;
    width:100%;
    z-index:-1;
}
.center .title h3 span
{
    padding:0 15px;
    background:#fff;
}

.center .introduce_icon
{
    margin-top:40px;
}

.center .introduce_icon li
{
    float:left;
    text-align:center;
    margin-right:128px;
    width:96px;
}
.center .introduce_icon li a 
{
    font-size:16px;
    color:#333;    
}
.center .introduce_icon .noMargin
{
    margin:0;
}
.center .introduce_icon li a span
{
    display:block;
    margin:0 auto;
    width:82px;
    height:81px;
    background:url("http://www.51a.co/images2/productIcons.png") no-repeat;
}
.center .introduce_icon .i1 a span
{
    background-position:0 0;
}
.center .introduce_icon .i2 a span
{
    background-position:-89px 0;
}
.center .introduce_icon .i3 a span
{
    background-position:0 -90px;
}
.center .introduce_icon .i4 a span
{
    background-position:-89px -94px;
}
.center .introduce_icon .i5 a span
{
    background-position:0 -180px;
}


/*center end*/

/*bottom begin*/
/*bottom begin*/
.bottom .service {
	height: 96px;
	margin: 0 auto;
	background-color: #e8e8e8;
}
.bottom .service .service-center {
	height: 93px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 93px;
	color: #4d4d4d;
}
.bottom {
	background:#2b2b2b;
}
.bottom .links_bg 
{
    padding-top:30px;
}
.bottom .links_bg ul 
{
	margin:0 auto;
	padding-bottom:20px;
}
.bottom .links_bg ul li {
    line-height: 24px;
    padding: 0 0 0 26px;
    text-align: left;
    font-size:14px;
}
.bottom .links_bg ul .noMargin 
{
    margin:0;    
}

.bottom .links_bg ul li h4 {
font-size: 18px;
font-weight: normal;
margin:20px 0 8px 0;
color:#000;

}
.bottom .links_bg ul li a{
	color:#666;
	font-size:12px;
	display:block;
}
.bottom .links_bg ul li a span{
	margin-right:10px;
}
.bottom .footer {
	margin:0 auto;
	padding:22px 0;
	color:#828282;
	
}
.bottom .footer .footer_words {
	float:left;
}
.bottom .footer .footer_words a
{
    color:#828282;
}
.bottom .footer .footer_img {
	float: left;
}
.bottom .loginFt{
    padding-top:0;
}
.loginFt .footer_words{
    margin-top:-7px;
}
.bottom .service .service-center .service-tel,.loginFt .service-tel {
	background-image: url("http://www.51a.co/images2/index_bg.png");
	background-position: -10px -315px;
	background-repeat: no-repeat;
	float: left;
	width: 395px;
	position: relative;
	padding-left:55px;
}
.loginFt .service-tel{
    font-size:24px;
    line-height:93px;
    margin-top:-35px;
    margin-right:40px;
    width:auto;
    float:right;
}
.bottom .hotLine
{
    margin:20px 0 10px;    
}
.bottom .hotLine i
{
    display:inline-block;
    width:37px;
    height:37px;
	background: url("http://www.51a.co/images2/indexSprite.png") 0 -451px no-repeat;
	margin-right:10px;
}
.bottom .hotLine em
{
    color:#00afff;
    font-size:24px;
    display:inline-block;
}
.bottom .hotLine span
{
    color:#333;
    font-size:12px;
    display:block;
}
.bottom .links_bg ul .service-custom
{
    color:#00afff;
    font-size:24px;
}
.bottom .service-custom i
{
    display:inline-block;
    width:37px;
    height:37px;
	background: url("http://www.51a.co/images2/indexSprite.png") -59px -451px no-repeat;
	margin-right:10px;
	vertical-align:middle;
}
.bottom .service .service-center .service-focus {
	background-image: url("http://www.51a.co/images2/index_bg.png");
	background-position: -780px -315px;
	background-repeat: no-repeat;
	padding-left:55px;
	float: left;
}
.bottom .aboutUsLink {float:right;margin-top:10px;}
.bottom .aboutUsLink a{margin-right:10px;color:#fff;display: inline-block;}
.bgGray {
  background: #edf1f4;
}
/*bottom end*/

/*login begin*/
.loginContent{
    width:1010px;
    margin:84px auto 46px;
    padding-bottom:120px;
    background:url("http://www.51a.co/images2/login_img.png") no-repeat left bottom;
    *padding-top:84px;
}
.loginLeft{
    width:401px;
    float:left;
    margin:56px 49px 0 33px;
}
.logInDownApp{
    margin-left:15px;
    margin-top:10px;   
    line-height:22px; 
}
.loginRignt{
    float:left;
}
.loginRigntInner{
    background:#ededed;
    width:407px;
    min-height:254px;
    padding:32px 50px 32px 28px;
}
.loginRignt h2{
    font-size:30px;
    text-align:center;
    color:#000;
    font-weight:normal;
    line-height:34px;
}
.loginAarow{
    height:21px;
    width:483px;
    text-align:center;
    margin-top:6px;
}
.loginItem{
   margin-bottom:11px;
}
.loginItem .itemName{
    color:#595959;
    font-size:18px;
    float:left;
    width:57px;
    line-height:49px;
}
.loginItem .itemForm{
    border:1px solid #dddcdb;
    width:318px;
    padding:0 15px;
    height:49px;
    line-height:49px;
    background:#fff;
    color:#a6a6a6;
    font-size:18px;
    float:left;
    outline:none;
}
.loginItem .rememberLabel{
   color:#595959;
   padding-left: 5px; 
   line-height: 12px; 
   *line-height: 20px; 
}
.loginRigntInner .special{
    padding-left:57px;
    margin-bottom:15px;
}
#loginShowMsg{
    color:#ff3300;
}
.loginRigntInner .loginBtnBox{
    margin-bottom:31px;
}
.loginRigntInner .loginRegiBox{
    margin-bottom:2px;
}
.loginSubmit{
    width:350px;
    height:49px;
    background:#01afd4;
    color:#fff;
    font-size:24px;
    text-align:center;
    line-height:49px;
    border:1px solid #dddcdb;
    cursor:pointer;
    *border:none;
}
/*login end*/
/*register start*/
#btnUploadLicense
{
    color: #fff;
    background: #84b4dc;
    padding: 5px 20px;
    border-radius: 5px;
}
.register{width:1000px;margin:0px auto;border:1px solid #d0d1d1;margin-top:15px;margin-bottom:20px;text-align:left;color: #4D4D4D;}
.register h3{font-size:18px;padding:10px 0 10px 30px;background:#00b2ff;color:#fff;font-weight:normal;}
.register h3 span{color:#fff;font-size:14px;}
.reg_inner th{font-size:18px;font-weight:normal;text-align:left;}
.reg_inner td{padding:3px 0;font-size:14px;}
.reg_inner th h4{border-bottom:1px solid #e3e3e3;position:relative;font-size:16px;padding:10px 0;margin-bottom:10px;}
.reg_inner th h4 i{background:#00b2ff;height:1px;width:66px;position:absolute;left:0;bottom:0;z-index:1;}
.reg_input_txt{width:420px;height:32px;line-height:32px;padding:0px 3px;border:1px solid #a8acad;margin-bottom:5px;}
.reg_inner select{height:34px;line-height:34px;padding: 0 5px;}

@media (min-width:768px) 
{
    .reg_inner{padding:10px 30px 10px 30px;}
}
@media (max-width:767px) 
{
    .reg_inner{padding:0;}
}
.hirede_get_way li{float:left;height: 20px;padding: 0 0 5px;width: 120px;}
.reg_friend_info {clear: both;display:none;}
.error{color:#f00;}
.reg_inner .error{color:#f00;padding-left:3px;}
.chronicle{border-bottom:1px dashed #d6d6d6;padding:10px 0px;}
.chronicle dt{font-size:14px;border-bottom:1px solid #d6d6d6;padding:5px 0px;}
.chronicle dt a{color:#0066cc;}
.chronicle dt span{color:#999; font-size:12px;}
.chronicle dd{padding-top:8px;}
.chronicleTitle span{color:#999; font-size:12px;}
.pr strong{padding-left:28px;}
.sign_success{background-position:-200px -294px;width:22px;height:23px;display:inline-block;margin-right:6px;position:absolute;left:0px;top:4px;}
.reg-success{padding:30px 0px;line-height:30px;}
.agreement{line-height:24px;padding:0px 5px;}
.agreement dt{font-weight:bold;}
.close_agreement{text-align:center;padding:10px 0px;}
.agreement_tit{font-size:14px;text-align:center;padding-bottom:10px;}
.text_indent_em{text-indent:2em;}
.register_btn{background:#47b200;border: 1px solid #DDDCDB;color: #FFFFFF;cursor: pointer;font-size: 18px;height: 45px;line-height: 39px;text-align: center;width:270px;border-radius:5px;*border:none;}
.red{color: #FF0000;}
.gray, .cgray {color: #A6A6A6;}
.agreementContent{
    width:980px;
    padding:10px;
    margin:30px auto 10px;
    border:1px solid #D0D1D1;
    line-height:24px;
}
.agreementContent dt{
    font-weight:bold;    
}
#agreement_btn{
    width:88px;
    height:40px;
    background:#01afd4;
    color:#fff;
    border:none;
    font-size:16px;
    text-align:center;
    line-height:40px;
    cursor:pointer;
}
/*register end*/
/*login end*/
#resolve{display:none;}


/*right quick bar begin*/
#rightQuickBar {position: fixed;_position: absolute;top: 200px;width: 97px;_width: 98px; right:0;_right:0; z-index:1000;}
#rightQuickBar.expand{
     right:0;    
}
#rightQuickBar.expand #expandBtn{
    display:none;    
}
#expandBtn {display: block;width: 26px;height: 50px;margin-top: 82px;background:url("http://www.51a.co/images2/rightMenu.png") no-repeat -96px -195px;_background:url("http://www.51a.co/images2/rightMenu.gif") no-repeat -96px -195px;}
#rightQuickBarOptions 
{
    width: 69px;
    background: #fff;
    text-align: center;
    border:1px solid #dadada;
    border-top:0 none;
}
#expandBtn, #rightQuickBarOptions {position: relative;left: 0;}
#rightQuickBarOptions a 
{
    display: block;
    font-size: 12px;
    color: #999; 
    text-decoration:none;
    border-top:1px solid #dadada;
    padding:10px 0 5px;
}
#rightQuickBarOptions i
{
    width:35px;
    height:35px;
    display:block;
    background:url("http://www.51a.co/images2/rightMenu.png") no-repeat;
    margin: 0 auto;
}
#wechat img{
    position: absolute;
    text-align: center;
    top: -1px;
    left: -1px;
    width: 230px;
    opacity:0;
    filter:"alpha(opacity=0)";
    border:1px solid #dadada;
    display:none;
}
#quickApp i{background-position:0 -33px;}
#quickQa i{background-position:0 -71px;}
#hotLine i{background-position:0 -116px;}
#hotLine{position:relative;}
#hotLine .tel{position:absolute;left:-1px;top:-1px;width:194px;height:100%;border:1px solid #dadada;border-right:0 none;background:#fff;color:#333;font-size:24px;text-align:center;line-height:65px;opacity:0;filter:"alpha(opacity=0)"; }
#ec{background-position:0 0;}
#ec:hover{background-position:-62px 0;}
#quickApp{background-position:0 -64px;}
#quickApp:hover{background-position:-62px -64px;}
#quickQa{background-position:0 -130px;}
#quickQa:hover{background-position:-62px -130px;}
#hid_cs_pannel{display:none;}
#ec_cs_pannel{display:none;}
/*new chat*/
#onlineChat{
    width:181px;
    background-color:#34b0ea;
    padding:6px;
    position:fixed;
    right:100px;
    top:100px;
    z-index:1000;
}
#onlineChat .chatTitleBox{
    height:34px;
    line-height:34px;
    background:#f5f5f5 url("http://www.51a.co/images2/rightMenuIcon.png") no-repeat -89px 6px;
    border-bottom:1px solid #dcdcdc;    
    text-indent:33px;
}
#onlineChat .chatTitle{
    color:#555;
    font-size:16px;
    font-weight:bold;    
}
#btnCloseChat{
    width:11px;
    height:10px;
    position:absolute;
    right:22px;
    top:18px;    
    background:url("http://www.51a.co/images2/rightMenuIcon.png") no-repeat -78px -6px;
}
#onlineChat .chatListBox{
    background:#fff;
    padding:10px 11px 6px;    
}
#onlineChat .chatTelIcon{
    display:inline-block;
    width:31px;
    height:32px;
    margin-left:3px;
    *vertical-align:top;
    *margin-top:5px;
    background:url("http://www.51a.co/images2/rightMenuIcon.png") no-repeat 0 -22px;
}
#onlineChat .chatTel{
    display:inline-block;
    color:#4d4d4d;
    margin-left:8px;
    margin-bottom:8px;
    font-size:14px;
}
#onlineChat .chatTelNumber{
    display:block;
    font-weight:bold;    
    margin-top:-1px;
}
#onlineChat .chatListBox dl{
    border-top:1px solid #d7d7d7;    
    padding:8px 0;
}
#onlineChat .chatListBox dl.noBord{
    border:none;    
}
#onlineChat .chatListBox dt{
    *zoom:1;    
}
#onlineChat .chatListBox dt:after{
    clear:both;
    display:block;
    visibility:hidden;
    height:0;
    content:'.';
}
#onlineChat .chatListBox dd{
    color:#878787;
}
#onlineChat .chatArea{
    font-size:16px;
    float:left;
    color:#333;
}
#onlineChat .qqChatLink{
    background:url("http://www.51a.co/images2/rightMenuIcon.png") no-repeat left top;
    float:right;
    width:77px;
    height:22px;
    margin-right:0;
}
/*new chat end*/

/*right quick bar end*/

#LXB_CONTAINER_SHOW{display:none !important;}
/*pop*/
.ui-dialog {background: none repeat scroll 0 0 #F9F9F9;border: 5px solid #A6A6A6;border-radius: 5px 5px 5px 5px;display: none;padding: 4px;}
.ui-dialog-head {background: none repeat scroll 0 0 #B6E0F7;border: 1px solid #7CB1CE;border-radius: 5px 5px 5px 5px;cursor: move;height: 30px;line-height: 30px;overflow: hidden;}
.ui-dialog-head-txt {color: #434343;float: left;font-size: 12px;font-weight: bold;margin-left: 8px;}
.ui-dialog-head-close {background: url("http://www.51a.co/Html/images/ui-icons_close_active_15x15.png") no-repeat scroll 0 0 transparent;cursor: pointer;float: right;height: 15px;margin: 7px;text-indent: -9999px;width: 15px;}
.ui-dialog-head-close:hover {background: url("http://www.51a.co/Html/images/ui-icons_close_hover_15x15.png") no-repeat scroll 0 0 transparent;}
.ui-dialog-content {padding: 10px;}
.ui-dialog-btn {border-top: 1px solid #DDDDDD;padding: 10px;text-align: center;}
.ui-dialog-btn-confirm, .ui-dialog-btn-reset {background: url("http://www.51a.co/Html/images/ui-dialog-btn-confirm-50x24.png") no-repeat scroll 0 0 transparent;border: 0 none;color: #FFFFFF;cursor: pointer;font-size: 12px;font-weight: normal;height: 24px;width: 50px;}
.ui-dialog-btn-reset {background: url("http://www.51a.co/Html/images/ui-dialog-btn-reset-50x24.png") no-repeat scroll 0 0 transparent;color: #434343;}
.ui-dialog-table {width: 100%;}
.ui-dialog-table td {padding: 3px 1px;}
.hard_list {height: 1%;overflow: hidden;}
.hard_list li {float: left;width: 32%;}
.txtMod_a {background: none repeat scroll 0 0 #B6E0F7;display: block;height: 26px;line-height: 26px;padding-left: 10px;}
.inputApplyMod_a {width: 470px;background:url("http://www.51a.co/Html/images/index_sprite.png") repeat-x 0px -400px;height:22px;line-height:22px;padding:0px 3px;border:1px solid #a8acad;}
.inputApplyMod_b{width: 132px;background:url("http://www.51a.co/Html/images/index_sprite.png") repeat-x 0px -400px;height:22px;line-height:22px;padding:0px 3px;border:1px solid #a8acad;background-repeat:repeat-x;}
.textAreaApplyActive {height: 150px;margin: 10px 0 0;width: 475px;}
/*pop end*/

.backTop
{
    position:fixed;
    right:20px;
    bottom:100px;
    width:80px;
    display:none;
}
.backTop a
{
    display:block;
    text-align:center;
}


@media screen and (max-width: 767px){
    .headWrapInner .headerTrans {
      background: #fff;
      border-bottom: 1px solid #777;
      padding: 10px 0;
    }
    .headerTrans h1 {
      padding-left: 10px;
    }
    .mobileMenu {
      float: right;
      margin: 8px 10px 0 0;
    }
    .headerTrans .nav {
      position: absolute;
      width: 100%;
      left: 0;
      top: 56px;
      background: rgba(237,241,244,0.7);
      height: 0;
      overflow: hidden;
    }
    .headWrapInner .headerTrans .nav .btnArea a {
      border: 0 none;
      color: #333;
    }
    .headerTrans .nav a {
      padding-left: 15px;
      line-height: 35px;
    }
    .floatFooter
    {
        display:none;    
    }
    .backTop {
      width: 0;
      height: 0;
      overflow: hidden;
    }
}
@media screen and (min-width: 768px){
    .bottom .links_bg ul {
      width: 1200px;
    }
    .headerTrans
    {
        width:1200px;
    }
    .headerTrans .nav>ul li
    {
        float: left;
        margin-right: 45px;
        position: relative;
    }
    .headerTrans .nav .pop
    {
        position: absolute;
        top: 24px;
        z-index: 999;
        width: 146px;
        padding:0 50px 10px 50px;
        background:#fff;
        left:-100px;
        height: 0;
        -webkit-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s; 
        overflow:hidden;
    }
    .headerTrans .nav .pop a
    {
        display: block;
        margin: 5px 0;
    }
     .headerTrans .nav>ul li:hover .pop
    {
        height: 73px;
        -webkit-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
    }
    .headerTrans .nav>ul li:first-child:hover>a
    {
        border-bottom:0 none;
    }
    .bottom .links_bg ul li {
	    float: left;
        padding: 0 0 0 6px;
        margin-right:133px;
    }
    .bottom .footer {
	    width:1200px;
    }
    
    .headerTrans h1
    {
        float:left;
    }
    .headerTrans .nav
    {
        float: right;
    }
    .headerTrans .nav>ul
    {
        float:right;
        margin-top:3px;
    }
    .mobileMenu
    {
        display:none;    
    }
    .headerTrans .nav .btnArea
    {
        float:right;
    }
    .headerTrans .nav .btnArea a
    {
        float: left;
        border:1px solid #fff;
        width:100px;
        text-align:center;
        padding:3px 0;
        color:#fff;
        margin-left:20px;
    }
    .floatFooter
    {
        position:fixed;
        left:0;
        bottom:0;
        height:70px;
        width:100%;
        background:rgba(0,0,0,0.5); 
    }
    .floatFooter .wrap
    {
        width:1200px;
        margin:0 auto;
    }
    .floatFooter .tel
    {
        float:left;
        margin-top:15px;
        color:#fff;
        font-size:26px;
    }
    .floatFooter .tel img
    {
        vertical-align:middle;
        margin-right:15px;
    }
    .floatFooter .btn
    {
        float:right;
        margin-top:12px;
    }
    .floatFooter .btn a
    {
        color:#fff;
        font-size:20px;
        padding:8px 0;
        display:inline-block;
        width:180px;
        text-align:center;
    }
    .floatFooter .btn .login
    {
        background:#5ecc22;
    }
    .floatFooter .btn .register
    {
        background:#00baff;
        margin:0;
        border:0 none;
    }
    .floatFooter .btn .login:hover
    {
        background:#48bc08;
    }
    .floatFooter .btn .register:hover
    {
        background:#43ccff;
    }
    .bottom
    {
        margin-bottom:70px;    
    }
}


/* Comment Generated by Combres - Resource '~/Css2/center_detail.css' (Mode: Static) */
@charset "utf-8";
/* CSS Document */

.center_content {
	margin:0 auto;
	padding:30px 0 40px;
}
.center_menu {
	line-height: 36px;
	color: #333333;
	border:1px solid #e3e3e3;
	border-top:0 none;
}
.rightBox {
    line-height: 24px;
    text-align: left;
	font-size: 12px;
}
.function_intro {
    font-weight: normal;
    line-height: 18px;
    color: #333;
    font-size: 24px;
    margin: 30px 0 20px;
    padding-left:20px;
}
.inner_txt {
	padding:5px 0;
}
.dashed_bottom {
    border-bottom: 1px dashed #D6D6D6;
    padding-bottom: 15px;
}
.icampus_icon75,.ipost_icon75, .isearch_icon75, .italent_icon75, .irecruit_icon75, .isite_icon75, .ihunter_icon75, .iagency_icon75, .android_icon75, .ios_icon75, .icampus_icon75,.ibole_icon75 {
	display: block;
	height: 110px;
	text-indent: -20000px;
	width: 120px;
	overflow:hidden;
	background: url("http://www.51a.co/images2/produce_icon.png") no-repeat;
}
.icampus_icon75
{
	background-position: -53px -48px;
	}
.ipost_icon75 {
  background-position: -53px -208px;
}
.italent_icon75 {
  background-position: -53px -358px;
}
.irecruit_icon75 {
  background-position: -53px -512px;
}
.isite_icon75 {
  background-position: -188px -48px;
}
.ihunter_icon75 {
  background-position: -188px -180px;
}
.iagency_icon75 {
  background-position: -188px -302px;
}
.ibole_icon75 {
  background-position: -188px -431px;
}
.application_tit a,.application_con{
    color:#4d4d4d;
}
.dashed_bottom h4 {
	font-size: 18px;
    line-height: 30px;
    padding-top: 8px;
    font-weight:bold;
    color: #00a0e9;
}
.appListIcon{
    display:inline-block;
    margin-top:16px;
    margin-right:16px;    
}
.dashed_bottom h4.application_tit{font-size:14px;}
.dashed_bottom h4 span {
	color: #000;
	font-size:14px;
	padding-left:30px;
}
.center_menu h3 {
	font-size: 30px;
	margin-top: 28px;
	margin-left: 10px;
	color: #00a0e9;
	margin-bottom: 30px;
	font-weight:normal;
}
.center_menu p {
	color: #0084ff;
	font-size: 18px;
	padding:8px 0 5px 25px;
	border-bottom: 3px solid #0084ff;
	border-top: 1px solid #e3e3e3;
}
.center_menu .wrap {
	margin-bottom:20px;
}
.center_menu .noType{
    padding-top:10px;
}
.center_menu .wrap ul {
	margin:5px 0 0 0px;
	padding-bottom:20px;
}
.center_menu .wrap ul li.active a{
    background-color: #edf1f4;
	border-left:4px solid #0084ff;
}
.center_menu .wrap ul li a:hover {
	background-color: #edf1f4;
	border-left:4px solid #0084ff;
}
.center_menu .wrap ul li a {
	display:block;
	font-size:14px;
	color:#333;
	padding-left:25px;
	border-left:4px solid #fff;
}
.center_menu .wrap ul li .activeMoreSelect
{
    margin-left:25px;
}
.center_menu .wrap ul li a:hover,.center_menu .menuActive a
{
    background-color: #edf1f4;
	border-left:4px solid #0084ff !important;
}
.pro_intro{
	padding:40px 10px 36px 28px;
	position: relative;
	background-color: #edf1f4;
	line-height: 24px;
	overflow:hidden;
}
.pro_intro .pro_intro_tit {
	font-size: 24px;
	font-weight: normal;
	margin-bottom:13px;	
}
.pro_intro .ipost_big_img {
	height: 150px;
	width: 150px;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("http://www.51a.co/images2/produce_icon.png");
	background-repeat: no-repeat;
}
.app_big_img {
    height: 123px;
	left: 24px;
	position: absolute;
	top: 26px;
	width: 123px;
}
.allAppListIcon{
    height: 123px;
    width: 123px;
    margin:18px 20px 0 0;
    text-indent:-20000px;
    display:block;
}

.intro_con {
    line-height: 24px;
    text-align: left;
    padding:0 20px;
}
.intro_con ul li h4 {
    display: inline;
    float: left;
    height: 61px;
    width: 60px;
}
.intro_con ul li {
    overflow: hidden;
    padding: 8px 0;
}
.pro_intro .apply_btn {
    position:absolute;
    top:170px;
    left:41px;
    font-size:14px;
}
.pro_intro .apply_btn a {
	padding: 5px 35px;
	width: 80px;
	background-color: #f27935;
	color:#fefefe;
}
.pro_intro .apply_btn a.do_not_install{
    background:#cecece;
    color:#fff;
    cursor:default;
    padding:5px 14px;    
}
.app_intro {
    font-weight: normal;
    line-height: 18px;
    color: #00a0e9;
    font-size: 24px;
    margin-top: 35px;
    padding:0 3px 10px ;
}
.rightBox .title {
	font-weight: normal;
	line-height: 18px;
	color: #333;
	font-size: 18px;
	padding: 0 3px 15px;
	border-bottom: 1px solid #e3e3e3;
}
#tab_tit {
  border-bottom: 1px solid #00b2ff;
  height: 35px;
  margin-bottom: 0;
  margin-top: 20px;
}
#tab_tit li {
  cursor: pointer;
  float: left;
  line-height: 35px;
  text-align: center;
  width: 103px;
}
#tab_tit li.tab_active{
	background: url("http://www.51a.co/images2/index_sprite.png") no-repeat;
}
#tab_tit li.tab_active {
  background-position: 0 -361px;
  bottom: -1px;
  height: 35px;
  position: relative;
  width: 103px;
  color:#fff;
}
.app_intro_con {
    overflow: hidden;
    padding: 10px 5px;	
}
.app_intro_con table{
    border:0;    
}
.app_intro_con td,.app_intro_con th{
    border:1px solid #BBB;
    padding:5px;    
}
/*关于hirede*/
.rightBox .aboutUs{
    font-size:14px;
    line-height:26px;    
}
.rightBox .about_title {
	font-weight: normal;
	line-height: 18px;
	color: #333;
	font-size: 24px;
	padding: 0 3px 32px;
}
.leader_one,.leader_two, .leader_three, .leader_four{
	display: block;
	height: 170px;
	margin-top: 7px;
	text-indent: -20000px;
	width: 190px;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("http://www.51a.co/images2/leader.jpg");
	background-repeat: repeat;
	background-position: 0 0;
}
.leader_one {
  background-position: -7px -10px;
}
.leader_two {
  background-position: -7px -275px;
}
.leader_three {
  background-position: -7px -540px;
}
.leader_four {
  background-position: -7px -775px;
}
/*application page begin*/
.pro_intro .showAllContent
{
    height:95px;
    overflow:hidden;
}
.pro_intro .showLittleContent{   
    height:auto;
}
.pro_intro .showAll{
    color:#00A0E9;
    cursor:pointer;
}
.applicationContent .supportCompany,.applicationContent .supportCompany a{
    color:#A6A6A6;
}
.applicationContent .menuActive{
    background:#fff;
}
.applicationContent .appTable{
    width:100%;
    border-collapse:collapse;
}
.applicationContent .appTable td,.applicationContent .appTable th{
    border:1px solid #666;
    padding:5px 3px;
}
.applicationContent .tab_con a img{
    margin:8px;
}
/*agree app*/
.login-mc {
    background-color: #ECF7FE;
    border: 1px solid #F0F0EE;
    color: #4D4D4D;
    margin: 0;
    padding: 10px 25px 10px 10px;
}
.login-tl, .login-tc, .login-tr, .login-ml, .login-mr, .login-bl, .login-bc, .login-br {
    background-color: #000000;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    margin: 0;
    opacity: 0.2;
    filter:alpha(opacity=20);
    overflow: hidden;
    padding: 0;
}
.login-ml, .login-mr {
    width: 5px;
}
.login-tc, .login-bc {
    height: 5px;
}
.login-tl, .login-tr, .login-bl, .login-br {
    height: 5px;
    width: 5px;
}
.login-tl {
    border-radius: 5px 0 0;
}
.login-tr {
    border-radius: 0 5px 0 0;
}
.login-bl {
    border-radius: 0 0 0 5px;
}
.login-br {
    border-radius: 0 0 5px;
}
#treatyOverlay {
    background-color: #FFFFFF;
    display: none;
    left: 0;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#treaty {
    display: none;
    height: 560px;
    left: 50%;
    margin: -280px 0 0 -345px;
    position: absolute;
    top: 50%;
    width: 690px;
    z-index: 2;
    font-size:12px;
}
#treaty .pt8{
    padding-top:8px;
}
#treaty .red{
    color:#FF0000;
}
.treaty_tit {
    background: none repeat scroll 0 0 #E0EDFE;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    position: relative;
}
.treaty_con {
    height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
}
.treaty_con h4 {
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
}
.treaty_con p {
    line-height: 24px;
    padding: 10px 20px;
}
.treaty_foot {
    padding: 10px 0 30px 230px;
    text-align: left;
}
#agreeTreaty {
    background: url("http://www.51a.co/images2/index_sprite.png") no-repeat 0 -329px;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    width: 85px;
}
#refuseTreaty {
    background: url("http://www.51a.co/images2/index_sprite.png") no-repeat -107px -361px;
    border: medium none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 85px;
    *position:relative;
    *top:4px;
}
/*application page end*/

/*about us begin*/
.softWoreCopyRight a{
    display:inline-block;
    margin:0 20px 20px 0;
}
.productRecordList,.mediaNoticeList{
    margin-bottom:8px;
}
.productRecordList dt a,.mediaNoticeList dt a{
    color:#0066CC;
    margin-right:5px;
    font-size:14px;
}
.productRecordList dd,.mediaNoticeList dd{
    border-bottom:1px dashed #D6D6D6;
    padding:3px 0 5px;
}
.mediaTime{
    color:#999;
    font-size:12px;
    padding-left:5px;
}
.contactCompany{
    font-size:14px;
}
/*about us end*/

/*service begin*/
.serviceBox{
    margin-top:88px;
}
.activeTitle{
    color:#0066CC;
    margin-right:5px;
    font-size:14px;
}
.activeType{
    font-size:18px;
    border-bottom:1px solid #D6D6D6;
    font-weight:normal;
    padding:12px 3px;
    margin-bottom:5px;
}
.activeList{
    padding:8px 0;
    border-bottom:1px dashed #D6D6D6;
}
.createTime{
    color:#A6A6A6;
}
#active_summery_txt{
    background:#F6F6F6;
    padding:15px 20px;
    margin-bottom:20px;   
    line-height:24px; 
}
#active_summery_txt a{
    color:#0066CC; 
}
/*service end*/

/*help begin */
.addNewQuestionItem{
    margin-bottom:8px;    
}
.addNewQuestionItem label{
    padding-right:3px; 
    display:inline-block;
    width:70px;   
}
.addNewQuestionItem label.error{
    width:auto;
    padding-left:5px;    
}
.formItemInput,.formItemArea{
    border:1px solid #DDDCDB;
    background:#fff;
    padding:2px 5px;
    color:#A6A6A6;
}
.formItemInput{
    height:23px;
    line-height:23px; 
    width:130px;     
}
.formItemArea{
    width:400px;
    height:200px;    
}
.btnSubmit{
    width:80px;
    height:30px;
    background:#01afd4;
    color:#fff;
    text-align:center;
    border:none;
    cursor:pointer;
}
.faqList dl{
    border-bottom:1px dotted #BBBBBB;
    margin:6px 0;
}
.faqList dd{
    display:none;
    font-size:12px;    
}
.faqList dl dt{
    height:28px;
    line-height:28px;    
}
.faqList dl dt .title{
    font-size:14px;
    color:#4d4d4d;
    cursor:pointer;    
}
.faqList dl img{
    vertical-align:middle;
}
.pt5w19{
    width:18px;
}
#faqBox,#siteMap{
    margin:30px 0 20px;
}
#faqBox h3,#siteMap h3{
    border-bottom:1px solid #D6D6D6;
    font-size:14px;
    padding:8px 5px 12px;    
}
.MediaFocusDetail h3,.ActiveListDetail h3{
    border-bottom:1px solid #D6D6D6;
    font-size:18px;
    font-weight:normal;
    margin-bottom:10px;
    line-height:34px;
}
.site_map{ padding:10px;}
.site_map td{ background:#fff; padding:3px 5px; border-top:1px solid #D2D2D2;}
.site_map td a{ color:#0066cc; margin-right:5px;}
.downLoadFileContent{
    padding-top:30px;    
}
.downLoadFileContent .backToList{
    font-size:14px;
}
.downLoadFileContent .docTitle{
    font-size:18px;
    font-weight:normal;
    padding:5px 0;
}
.gdocsviewer{
    margin:10px 0 30px;    
}
a[rel="example_group"]{
    display:inline-block;
    border:1px solid #BBB;
    margin:10px 20px 10px 0;
    padding:2px;
}
/*help end*/

.dl-list dl
{
    overflow:hidden;
    margin:10px;
    padding:15px 0;
    border-bottom:1px dashed #d6d6d6;
}
.dl-list dl:last-child
{
    border-bottom:0 none;
}
.dl-list dl dd
{
    float:left;
}
.dl-list dl dt
{
    margin-left:120px;
}


@media screen and (min-width: 768px){
    .center_menu {
        width: 262px;    
    }
    .center_content {
	    width: 1200px;
    }
    .rightBox 
    {
        width:880px; 
        margin-left:48px;
        float: left;
    }
    .intro_con ul li dl {
	    float: right;
        width: 680px;
    }
    .pro_intro{
	    padding-left: 190px;
    }
    .pro_intro .ipost_big_img {
	    left: 25px;
	    position: absolute;
	    top: 26px;
    }
}