.row-fluid.title{
	background-color: #ffffff;
}
.container-fluid{
	padding: 0;
}
.content_title{
	width: 980px;
}
.logo {
    float: left;
    margin-top: 18px;
    margin-bottom: 18px;
}
.logo a{
	display:block;
}
.logo a img{
	height: 39px;
}
.top_nav{
	position: relative;
	float: right;
	margin-top: 36px;
	text-align: right;
}
.top_nav li{
	width: 52px;
	vertical-align:middle;
	display: inline-block;
}
.top_nav li{
	*display: inline;
}
.top_nav .dotted{
	vertical-align:middle;
	height:13px;
	border-left:1px  dotted rgba(69,69,69,.5);
	border-left:1px  dotted #454545 /9;
	width: 2px;
	margin-left:20px;
	margin-right: 19px;
}
.top_nav li a{
	display: block;
	font-family: 'Microsoft YaHei', Regular;
	font-size:13px;
	color:#454545;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.top_nav .active a{
	color:#589e43;
	cursor: default;
	text-decoration: none
}


.footer {
	padding-bottom: 70px;
	padding-top: 58px;
	width: 100%;
	text-align: center;
	background-color: #F9F9F9;
}
.container-fluid {
	padding: 0;
	position: relative;
}
.footer > .inline {
	margin-bottom: 4px;
}
.footer > .inline > li {
	padding: 1px;
}
.footer>.inline>.divid{
	margin: 0 10px
}
.footer > .inline > li > a, .footer > .inline > li {
	font-size: 12px;
	color: #999999
}
.footer > .inline > li > a {
	color: #999999
}
.ipc, .ipc > a,.ipc > span {
	font-size: 12px;
	color: #999999;
}
.ipc > a,.ipc > span {
	margin-left: 10px;
}
#page_ft{
    padding: 58px 0 70px;
    margin:0px auto 0;
    text-align: center;
}
#page_ft .ipc, #page_ft .ipc a{
    color:#999;
    font-size: 12px
}
.android {
	display: inline-block;
	outline: 0;
	text-align: left;
	text-indent: -9999em;
	width: 16px;
	margin-left: 5px;
	background: url('/static/img/android.gif') no-repeat left center;
}
#page_body_title{
	width: 980px;
	margin: 38px auto 15px;
	color:#393939;
	font-family: 'Microsoft YaHei', Regular;
}
#page_body_title h5{
	font-size: 16px;
	font-weight: normal;
}

#page_body{
	width: 980px;
	margin: 0 auto;
	border: 1px solid #f0f0f0;
	background-color: #ffffff;
}


.left{
	width: 208px;
	float: left;
}
.left_nav{
	list-style-type: none;
	margin: 0;
	position: relative;

}
.left_nav p{
	margin-top:20px;
	padding:30px 0 0 8px;
	border-left:3px solid #ffffff;
	color:#686868;
    font-size: 14px;
    font-weight:700;
    display: block;
    background-image: url('/static/img/left_nav_fenge.png') ;
    background-position: 8px top;
    background-repeat: no-repeat;
}
.left_nav p:first-child{
	margin-top:0;
	padding:0 0 0 8px;
	background: none;
}

.left_nav li {
}

.left_nav li div{
	position: relative;
}
.left_nav li i.video{
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url(/static/img/videohelp.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	position: absolute;
	top:2px;
	left:-24px;
}
.left_nav li a{
	padding-left:8px;
	border-left:3px solid #ffffff;
	color:#686868;
    font-size: 13px;
    display: inline-block;
}

.left_nav li i.video+a{
	padding-left: 0px;
	position: relative;
	left:-7px;
}

.left_nav li a:hover{
	color:#589e43;
	text-decoration: none
}
.left_nav .active a{
	color:#589e43;
}

.left_nav li{
	margin-bottom: 10px;
}

.side_slider{
position: absolute;
width: 3px;
background: #46A313;
height: 20px;
left: -10px;
display: none
}
.top_slider{
position: absolute;
width: 60px;
background: #46A313;
height: 2px;
bottom: -26px;
display: none
}
.right{
	width: 704px;
	float: left;
	border-left: 1px solid #f0f0f0
}
.q_name{
	font-family:Arial;
	font-size: 16px;
	color:#686868
}
.q_body{
	color:#686868;
	font-size: 13px;
}

#goto_top{
	background-image: url('/static/img/goto_top.png');
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
	position: fixed;
	left:50%;
	bottom: 100px;
	margin-left: 510px;
	display: none;
	cursor: pointer;

}
#goto_top:hover{
	background-image: url('/static/img/goto_top_2.png');
}



/**注册**/

.icon_succ, .icon_error {
	width: 16px;
	height: 16px;
	background: url("/static/img/ico_warn.png");
	margin: 0 3px 0 0;
	overflow: hidden;
	display: inline-block;
}
.icon_succ {
	background-position: 0 0;
}
.icon_error {
	background-position: 0 -50px;
}
#signup_form .control-group label i {
	color: #fd6a6a;
	margin-right: 5px;
}
#signup_form .control-group label {
	font-size: 14px;
	color: #666;
	height: 25px;
	line-height: 25px;
}

#signup_form input:focus {
	border-color: #9ad842 !important;
	box-shadow: none !important;
}
.tips {
	font-size: 13px;
}
#acode_btn {
	margin-top: 10px
}
#acode_btn_span {
	display: none;
	background-color: #F5F5F5;
	border: #BBB 1px solid;
	border-radius: 2px;
	color: #999;
	padding: 0 20px;
	height: 33px;
	width: 158px;
	line-height: 33px;
	cursor: default;
	margin-top: 10px;
}
#mobile_wrap {
	display: none
}
.tips {
	margin-top: 5px;
}
.tips .init_tip {
	height: 22px;
	color: #999;
}
.tips .init_tip_focus {
	color: #333;
}
.tips .callback_tip {
	height: 22px;
	display: none;
}
.tips .callback_tip i {
	vertical-align: middle
}
.tips .callback_tip span {
	vertical-align: middle
}
.tips .callback_tip .succ {
	color: #74ae29
}
.tips .callback_tip .warn {
	color: #fc7d1e
}
.tips .callback_tip .error {
	color: #e64141
}
.signup_header {
	text-align: center;
	margin-top: 40px;
	color: #999;
	font-size: 12px;
}
.signup_header p:first-child {
	font-size: 14px;
	color:#999
}
.signup_header a {
	font-weight: 700;
	margin: 0 4px;
	color:#599D41;
}
.signup_desc ul {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 17px;
	font-size: 12px;
	color: #999
}
.signup_desc ul li {
	margin-bottom: 6px;
	padding-left: 8px;
	background-image: url('/static/img/dian_07.png');
	background-repeat: no-repeat;
	background-position: -3px 0;
}


.button_tab{
	position: relative;
	font-size: 0;
}
.button_tab button{
font-size: 12px;
text-align: center;
display: inline-block;
padding: 4px 15px;
margin-bottom: 0;
line-height: 20px;
color: #666666;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: url('/static/img/qishi_btn_bd_03.png');
background-repeat: repeat-x;
border: 1px solid #dddddd;
}


.button_tab button{
	margin-left: -1px
}
.button_tab button:hover{
	background-image: url('/static/img/qishi_btn_selected_03.png');
}
.button_tab button:first-child{
	margin-left: 0;
}
.button_tab button:focus{
	outline-style: none;
}
.button_tab button.active{
	color:#ffffff;
	cursor: default;
	background-image:url('/static/img/qishi_btn_acitve_03.png');
	border:0 none;
	padding: 5px 16px;
	/*
	background-image: -moz-linear-gradient(top,#fff,#f3f3f3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f3f3f3));
	background-image: -webkit-linear-gradient(top,#fff,#f3f3f3);
	background-image: -o-linear-gradient(top,#fff,#f3f3f3);
	background-image: linear-gradient(to bottom,#f3f3f3,#fff);
	background-repeat: repeat-x;
*/
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none
}



input[type=text],input[type=email],input[type=password]{
	height:20px;
	border: 1px solid #d1d1d1;
	border-radius: 0px !important;
	padding:5px 10px  !important;
	font-size: 12px;
	box-shadow: none
}
input[type=text]:focus,input[type=text]:hover{
	border:1px solid #bbbbbb;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}


.btn-bianping {
	font-size: 12px;
	text-align: center;
	background: none;
	padding: 0px 18px;
	height:32px;
	line-height:32px;
	border: 0 none;
	border-radius:0px;
	cursor: pointer;
}
.btn-bianping:hover{
    text-decoration:none;
}
.a-btn{
	font-size:24px;
	padding:4px 10px 4px 10px;
}
.a-btn:hover{
	text-decoration: none;
	color: #E9681C;
}
.btn-bianping-middle {
	height: 32px;
    line-height: 32px;
}
.btn-bianping-auto{
	height: 35px;
	width: auto;
}
.btn-bianping-smallmiddle{
	height: 35px;
}
.btn-bianping-small {
    height: 28px;
    line-height:28px;
    width: auto !important;
    padding:0 11px;
}
.btn-bianping-cyanblue{
    color:#ffffff;
    background-color: #6cbde8
}
.btn-bianping-cyanblue:hover{
    background-color: #6cbde8
}
.btn-bianping-orange{
    color:#ffffff;
    background-color: #ff7a31
}
.btn-bianping-orange:hover{
    background-color: #ed6820
}
.btn-bianping-grey {
    /*background-image: -webkit-linear-gradient(top, #fff  ,  #ecebeb );
    background-image:  -moz-linear-gradient(top, #fff ,  #ecebeb  ); */
    background-image: linear-gradient(to bottom, #fff 1% ,  #ecebeb 5% );
    background-repeat: repeat-x;
	color:#555 ;
	background-color: #ecebeb \9;
	border: 1px solid #cfcfcf;
}
.btn-bianping-grey:hover {
	color:#333;
	-webkit-box-shadow: inset 0 0   2px 2px rgba(255,  255 ,255,0.5);
	 -moz-box-shadow: inset 0 0 2px 2px rgba(255,  255 ,255,0.5);
    box-shadow: inset 0 0 2px 2px   rgba(255,  255, 255,0.5);
}

/*关于我们*/
#ab{
	font-family: 'SimHei','Microsoft YaHei',Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #666;
}
#ab_content{
	margin: 60px 64px 82px;
	line-height: 30px;
}
#ab_content p{
	margin-bottom: 16px;
}
#ab_jieshao{
	margin:0 64px 60px;
	line-height: 30px;
}
#ab_jieshao strong{
	color: #555;
}
#ab_jieshao p{
	margin-bottom: 16px;
}
.dian{
	padding-left: 15px;
	background-image: url('/static/img/ab_dian.png');
	background-repeat: no-repeat;
	background-position: left 12px;
}
.ab_title{
	width: 147px;
	height: 40px;
	margin-bottom: 46px;
	background-color: #7ac697;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.ab_title .bk{
	display: inline-block;
	width: 47px;
	height: 40px;
	vertical-align: top;
	margin-right: 14px;
	background-color: #95d1ac;
}
#ab_fn{
	padding: 30px 0 90px;
	text-align: center;
}
#ab_fn img{
}

#ab_media{
	list-style-type: none;
	padding: 0;
	margin: 0 0 64px 30px;
}
#ab_media li{
	width: 205px;
	display: inline-block;
	margin:0 10px 30px;
	vertical-align: top;
	line-height:26px;
}
#ab_media li a{
	display: block;
	text-decoration: none;
}
#ab_media li{
	*display: inline;
}
#ab_media .title{
	display: none;
	font-weight: 700;
	font-size: 16px;
	color: #555;
	text-align: center;
	transition: color .3s;
}
#ab_media .desc a{
	text-align: center;
	font-size: 12px;
	color: #888;
	transition: color .3s;
}
.hover_green{
    transition: color .1s;
    color: inherit;
}
.hover_green:hover{
    color: #66cc9a;
    text-decoration: none;
}
.hover_green{
    transition: color .1s;
    color: inherit;
}
.hover_green:hover{
    color: #66cc9a;
    text-decoration: none;
}
#ab_media li .desc a:hover{
	color: #66cc9a;
}
.ab_media_icon{
	width: 74px;
	height:74px;
	margin: 0 auto 5px;
	background-image: url('/static/img/ab_media_04.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
}
.xl{
	background-position: 1px -6px;
}
.sh{
	background-position: 1px -105px;
}
.xdjy{
	background-position: 1px -205px;
}
.dz{
	background-position: 1px -307px;
}
.jmd{
	background-position: 1px -411px;
}
.zgqnb{
	background-position: 1px -517px;
}
.sj21{
	background-position: 1px -624px;
}
.zgjy{
	background-position: 1px -732px;
}
.zgw{
	background-position: 1px -836px;
}
.bjsb{
	background-position: 1px -936px;
}
.tencent_edu{
	background-position: 1px -1347px;
}
.jgbg{
	background-position: 0px -1041px;
}
.tjws{
	background-position: 0px -1138px;
}
.k36{
	background-position: 0px -1251px;
}
/*加入我们*/

.last{
	margin-bottom: 25px;
}

#page_body_title .with_company_slogan {
	text-indent: 55px;
}

#page_body_title .with_company_slogan,
#page_body_title .slogan_desc_list,
#page_body_title .company_slogan{
	color:#555555;
}

#page_body_title .with_company_slogan .company_slogan{
	font-weight: bolder;
}

#page_body_title .with_company_slogan a{
	text-decoration: underline;
	color: #555555;
}

#page_body_title .with_company_slogan a:hover{
	color: #7ac697;
}

#page_body_title .slogan_desc_list{
	text-indent: 125px;
	letter-spacing: 0.024em;
}

#jobs .content{
	font-family: 'Microsoft YaHei', Regular;
	margin-top: 40px;
	color:#888888;
}

#jobs .content .name{
	padding: 0;
	font-size: 18px;
	text-indent: 55px;
	line-height: 30px;
	background: url("/static/img/green_arrow.png") no-repeat;
	background-position: -20px 0px;
	margin-bottom: 35px;
}

#jobs .content .name,
#jobs .content .job_title{
	color:#555555;
}

#jobs .content .with_job_title,
#jobs .content .job_desc_list{
	color: #888888;
}

#jobs .content .with_job_title{
	text-indent: 70px;
}

#jobs .content .with_job_title .job_title{
	font-weight: bolder;
}

#jobs .content .job_desc_list{
	text-indent: 113px;
}

#jobs .content .with_job_title a.link{
	text-decoration: underline;
	color: #555555;
}

#jobs .content .with_job_title a.link:hover{
	color: #7ac697;
}

#jobs .content .with_job_title a.button{
	background-color: #7ac697;
	color: #FFF;
	text-decoration: none;
	padding: 8px 25px;
	margin-left: 100px;
	position: relative;
	top:-10px;
}

#jobs .content .with_job_title a.button:hover{
	background-color: #3cab67;
}

/*联系我们*/
#contact{
    margin: 66px;
    font-family: 'Microsoft YaHei', Regular;
}
#contact ul{
	margin: 60px 0;
	list-style-type: none;
}
#contact ul li{
	line-height: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
}

.c_icon{
	float: left;
	width: 28px;
	height: 30px;
	margin-right: 26px;
	vertical-align: middle;
	background-image: url('/static/img/contact_icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.c_icon.dizhi{
	background-position: 1px -9px;
}
.c_icon.youbian{
	background-position: -1px -72px;
}
.c_icon.dianhua{
	background-position: -1px -140px;
}
.c_icon.youxiang{
	background-position: -1px -211px;
}
.c_icon.jiaotong{
	background-position: -1px -277px;
}

/*友情链接*/
#link{
	margin: 64px;
}
#link .link_title{
	color: #599d41;
}
#link>div{
	border-bottom: dashed 1px #999;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#link>div:last-child{
	border-bottom: 0 none;
}
#link ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#link ul li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
#link ul li a{
	color: #555;
}
#link ul li{
	*display: inline;
}
/*m-footer*/
.m-footer,
.m-footer .m-inner {
	clear: both;
	background-color: #fff;
	height: 200px;
}
.m-footer {
	border-top: 2px solid #3780c5;
}
.m-footer .m-inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.m-footer .copyright {
	color: #b9b9b9;
	font-size: 12px;
	margin-top: 50px;
}
.m-footer .link {
	margin-top: 8px;
}
.m-footer .link .spare-icon {
	background: url("/static/img/m-icon-share.png") no-repeat 500px 500px;
	display: inline-block;
	width: 39px;
	height: 38px;
	margin-right: 20px;
}
.m-footer .link .spare-icon:hover {
	background-image: url("/static/img/m-icon-share-blue.png");
}
.m-footer .link .spare-weibo {
	background-position: 0 0;
}
.m-footer .link .spare-rr {
	background-position: -62px 0;
}
.m-footer .link .spare-qq {
	background-position: -124px 0;
}
.m-footer .link .spare-wx {
	background-position: -185px 0;
}
.m-footer .link .spare-qzone {
	background-position: -248px 0;
}
.m-footer a:hover {
	text-decoration: none;
}
/*m-foot-link*/
.m-footer .m-foot-link {
	margin-top: 45px;
	width: 350px;
}
.m-footer .m-foot-link h3 {
	color: #000;
	font-size: 16px;
	height: 25px;
	padding-left: 10px;
}
.m-footer .m-foot-link a {
	display: block;
	color: #666;
	line-height: 26px;
	font-size: 14px;
}
.m-footer .m-foot-link a:hover {
	color: #189cfb;
}
.m-footer .m-foot-link .w-fl-left {
	width: 120px;
}
.m-footer .m-foot-link .m-code {
	float: right;
	width: 96px;
}
.m-footer .m-foot-link .m-code .c-image {
	background: url(/static/img/pc-weixin.png) no-repeat;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.m-footer .m-foot-link .m-code .c-title {
	color: #666;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
}
.m-footer .m-service {
	float: left;
}
.m-footer .m-service .c-title {
	color: #667284;
	font-size: 12px;
	background: url(/static/img/service-icon.png) no-repeat 0 7px;
	line-height: 25px;
	padding-left: 45px;
	margin-bottom: 10px;
}
.m-footer .m-service .c-title strong {
	display: block;
	font-size: 16px;
}
.m-footer .m-service .c-btn a {
	display: inline-block;
	background-color: #77d142;
	color: #fff;
	padding: 10px 8px;
	line-height: 100%;
	border-radius: 6px;
	float: left;
	margin: 0 5px;
}
.m-footer .m-service .c-btn a:hover {
	background-color: #92da68;
	color: #fff;
}
.m-footer .m-service .c-btn a:active {
	background-color: #77d142;
}
.m-footer .m-service .c-btn a.on-service {
	background-color: #46c0ea;
}
.m-footer .m-service .c-btn .on-service:hover {
	background-color: #6bcdee;
}
.m-footer .m-service .c-btn .on-service:active {
	background-color: #46c0ea;
}
.w-fl-left {
	float: left;
}
.w-fl-right {
	float: right;
}